[{"__symbolic":"module","version":4,"metadata":{"KanbanProductionMachineDialogComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":4,"character":1},"arguments":[{"selector":"anterasoftware-kanban-production-machine-dialog","template":"<div class=\"dialog-content-wrapper\">\r\n    <mat-toolbar matDialogTitle class=\"mat-accent m-0\">\r\n        <mat-toolbar-row>\r\n            <div><h2 *ngIf=\"editFlag; else newTitle\" class=\"swimlane-header\"> Edit Swimlane </h2>\r\n                <ng-template #newTitle>\r\n                    <h2 class=\"swimlane-header\">What machine would you like to schedule this job to?</h2>\r\n                </ng-template></div>\r\n        </mat-toolbar-row>\r\n    </mat-toolbar>\r\n\r\n    <mat-dialog-content class=\"p-24 m-0\">\r\n\r\n\r\n        <form fxLayout=\"column\" class=\"swimlane-modal-container\" [formGroup]=\"form\" fxLayoutAlign=\"space-between\" [formGroup]=\"form\">\r\n            <mat-form-field>\r\n                <mat-select formControlName=\"machineId\" placeholder=\"Select Machine\">\r\n                    <mat-option [value]=\"equipment.id\" *ngFor=\"let equipment of equipments\">{{ equipment.name }}</mat-option>\r\n                </mat-select>\r\n            </mat-form-field>\r\n        \r\n            <!-- <mat-form-field>\r\n                <mat-label> Select Total </mat-label>\r\n                <mat-select formControlName=\"totalType\" placeholder=\"Select Total\">\r\n                    <mat-option *ngFor=\"let item of totalList\" [value]=\"item\">\r\n                        {{item}}\r\n                    </mat-option>\r\n                </mat-select>\r\n                <mat-hint class=\"hint\"> Please select what you would like to total. </mat-hint>\r\n            </mat-form-field> -->\r\n        \r\n            <!-- <div fxLayout=\"column\" fxLayoutGap=\"4px\">\r\n                <button mat-button color=\"primary\" (click)=\"onSave()\" class=\"save-btn\" > Save </button>\r\n                <button mat-button (click)=\"onClose()\" class=\"cancel-btn\"> Cancel </button>\r\n            </div> -->\r\n        </form>\r\n\r\n    </mat-dialog-content>\r\n\r\n    <mat-dialog-actions class=\"m-0 p-16\" fxLayout=\"row\" fxLayoutAlign=\"space-between center\">\r\n        <div fxLayout=\"row\" fxLayoutAlign=\"start center\">\r\n            <button mat-button color=\"primary\" (click)=\"onSave()\" class=\"save-btn mat-raised-button mat-accent\" > Save </button>\r\n            <button mat-button (click)=\"onClose()\" class=\"cancel-btn mat-raised-button mat-accent\"> Cancel </button>\r\n        </div>\r\n\r\n    </mat-dialog-actions>\r\n</div>\r\n\r\n<!-- <form fxLayout=\"column\" class=\"swimlane-modal-container\" [formGroup]=\"form\" fxLayoutAlign=\"space-between\" [formGroup]=\"form\">\r\n    <div class=\"header-container\">\r\n        <h2 class=\"swimlane-header\">What machine would you like to schedule this job to?</h2>\r\n        <hr class=\"horizontal-line\">\r\n    </div>\r\n    <mat-form-field>\r\n        <mat-select formControlName=\"machineId\" placeholder=\"Select Machine\">\r\n            <mat-option [value]=\"equipment.id\" *ngFor=\"let equipment of equipments\">{{ equipment.name }}</mat-option>\r\n        </mat-select>\r\n    </mat-form-field>\r\n\r\n    !-- <mat-form-field>\r\n        <mat-label> Select Total </mat-label>\r\n        <mat-select formControlName=\"totalType\" placeholder=\"Select Total\">\r\n            <mat-option *ngFor=\"let item of totalList\" [value]=\"item\">\r\n                {{item}}\r\n            </mat-option>\r\n        </mat-select>\r\n        <mat-hint class=\"hint\"> Please select what you would like to total. </mat-hint>\r\n    </mat-form-field> --\r\n\r\n    <div fxLayout=\"column\" fxLayoutGap=\"4px\">\r\n        <button mat-button color=\"primary\" (click)=\"onSave()\" class=\"save-btn\" > Save </button>\r\n        <button mat-button (click)=\"onClose()\" class=\"cancel-btn\"> Cancel </button>\r\n    </div>\r\n</form> -->\r\n","styles":[""]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":13,"character":112},"arguments":[{"__symbolic":"reference","module":"@angular/material/dialog","name":"MAT_DIALOG_DATA","line":13,"character":119}]}]],"parameters":[{"__symbolic":"reference","module":"@angular/forms","name":"FormBuilder","line":13,"character":26},{"__symbolic":"reference","module":"@angular/material/dialog","name":"MatDialogRef","line":13,"character":57,"arguments":[{"__symbolic":"reference","name":"KanbanProductionMachineDialogComponent"}]},{"__symbolic":"reference","name":"any"}]}],"ngOnInit":[{"__symbolic":"method"}],"setFormValues":[{"__symbolic":"method"}],"onSave":[{"__symbolic":"method"}],"onClose":[{"__symbolic":"method"}]}}}}]