fabrikantencore 1.0.9 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -20,9 +20,9 @@ export class FabProductComponent {
20
20
  }
21
21
  }
22
22
  FabProductComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: FabProductComponent, deps: [{ token: i1.FabrikantenService }], target: i0.ɵɵFactoryTarget.Component });
23
- FabProductComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: FabProductComponent, selector: "app-fab-product", ngImport: i0, template: "<div class=\"header\">\n <div>\n <button mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n Terug\n </div>\n </div>\n </button>\n </div>\n <div class=\"title\">\n Productconfiguratie: {{ FabrikantenService.FabrikantenViewModel?.selectedProduct?.name }}\n </div>\n</div>\n\n<div class=\"tabs\">\n <mat-tab-group (selectedTabChange)=\"SelectedTabChange($event)\">\n <mat-tab label=\"Informatie\">\n <app-fab-product-info></app-fab-product-info>\n </mat-tab>\n <mat-tab label=\"Bestek\">\n <app-fab-product-bestek></app-fab-product-bestek>\n </mat-tab>\n </mat-tab-group>\n</div>\n", styles: [".header{display:flex}.header-back{cursor:pointer}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.tabs{padding-top:3px}.icon{position:relative;top:6px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}\n"], dependencies: [{ kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i4.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i4.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: i5.FabProductInfoComponent, selector: "app-fab-product-info" }, { kind: "component", type: i6.FabProductBestekComponent, selector: "app-fab-product-bestek" }] });
23
+ FabProductComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: FabProductComponent, selector: "app-fab-product", ngImport: i0, template: "<div class=\"header\">\n <div>\n <button mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n Terug\n </div>\n </div>\n </button>\n </div>\n <h1 class=\"product-conf\">\n Productconfiguratie: {{ FabrikantenService.FabrikantenViewModel?.selectedProduct?.name }}\n </h1>\n</div>\n\n<div class=\"tabs\">\n <mat-tab-group (selectedTabChange)=\"SelectedTabChange($event)\">\n <mat-tab label=\"Informatie\">\n <app-fab-product-info></app-fab-product-info>\n </mat-tab>\n <mat-tab label=\"Bestek\">\n <app-fab-product-bestek></app-fab-product-bestek>\n </mat-tab>\n </mat-tab-group>\n</div>\n", styles: [".header{display:flex}.header-back{cursor:pointer}.product-conf{padding-left:5px}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.tabs{padding-top:3px}.icon{position:relative;top:6px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}\n"], dependencies: [{ kind: "component", type: i2.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i4.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i4.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: i5.FabProductInfoComponent, selector: "app-fab-product-info" }, { kind: "component", type: i6.FabProductBestekComponent, selector: "app-fab-product-bestek" }] });
24
24
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: FabProductComponent, decorators: [{
25
25
  type: Component,
26
- args: [{ selector: 'app-fab-product', template: "<div class=\"header\">\n <div>\n <button mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n Terug\n </div>\n </div>\n </button>\n </div>\n <div class=\"title\">\n Productconfiguratie: {{ FabrikantenService.FabrikantenViewModel?.selectedProduct?.name }}\n </div>\n</div>\n\n<div class=\"tabs\">\n <mat-tab-group (selectedTabChange)=\"SelectedTabChange($event)\">\n <mat-tab label=\"Informatie\">\n <app-fab-product-info></app-fab-product-info>\n </mat-tab>\n <mat-tab label=\"Bestek\">\n <app-fab-product-bestek></app-fab-product-bestek>\n </mat-tab>\n </mat-tab-group>\n</div>\n", styles: [".header{display:flex}.header-back{cursor:pointer}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.tabs{padding-top:3px}.icon{position:relative;top:6px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}\n"] }]
26
+ args: [{ selector: 'app-fab-product', template: "<div class=\"header\">\n <div>\n <button mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n Terug\n </div>\n </div>\n </button>\n </div>\n <h1 class=\"product-conf\">\n Productconfiguratie: {{ FabrikantenService.FabrikantenViewModel?.selectedProduct?.name }}\n </h1>\n</div>\n\n<div class=\"tabs\">\n <mat-tab-group (selectedTabChange)=\"SelectedTabChange($event)\">\n <mat-tab label=\"Informatie\">\n <app-fab-product-info></app-fab-product-info>\n </mat-tab>\n <mat-tab label=\"Bestek\">\n <app-fab-product-bestek></app-fab-product-bestek>\n </mat-tab>\n </mat-tab-group>\n</div>\n", styles: [".header{display:flex}.header-back{cursor:pointer}.product-conf{padding-left:5px}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.tabs{padding-top:3px}.icon{position:relative;top:6px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}\n"] }]
27
27
  }], ctorParameters: function () { return [{ type: i1.FabrikantenService }]; } });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFiLXByb2R1Y3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1wcm9kdWN0L2ZhYi1wcm9kdWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItcHJvZHVjdC9mYWItcHJvZHVjdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7Ozs7OztBQVNsRCxNQUFNLE9BQU8sbUJBQW1CO0lBRTlCLFlBQW1CLGtCQUFzQztRQUF0Qyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW9CO0lBQUksQ0FBQztJQUU5RCxRQUFRO0lBQ1IsQ0FBQztJQUVNLElBQUk7UUFDVCxJQUFJLENBQUMsa0JBQWtCLENBQUMsc0JBQXNCLEVBQUUsQ0FBQztJQUNuRCxDQUFDO0lBRU0saUJBQWlCLENBQUMsS0FBd0I7UUFDL0MsSUFBSSxDQUFDLGtCQUFrQixDQUFDLG1CQUFtQixDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDbkUsQ0FBQzs7Z0hBYlUsbUJBQW1CO29HQUFuQixtQkFBbUIsdURDVGhDLHV5QkE0QkE7MkZEbkJhLG1CQUFtQjtrQkFML0IsU0FBUzsrQkFDRSxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXRUYWJDaGFuZ2VFdmVudCB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3RhYnMnO1xyXG5pbXBvcnQgeyBGYWJyaWthbnRlblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9mYWJyaWthbnRlbi5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWZhYi1wcm9kdWN0JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vZmFiLXByb2R1Y3QuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2ZhYi1wcm9kdWN0LmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEZhYlByb2R1Y3RDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgRmFicmlrYW50ZW5TZXJ2aWNlOiBGYWJyaWthbnRlblNlcnZpY2UpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBCYWNrKCk6IHZvaWQge1xyXG4gICAgdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuUmVtb3ZlUHJvZHVjdFNlbGVjdGlvbigpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIFNlbGVjdGVkVGFiQ2hhbmdlKGV2ZW50OiBNYXRUYWJDaGFuZ2VFdmVudCkge1xyXG4gICAgdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuVGFiU2VsZWN0aW9uQ2hhbmdlZChldmVudC50YWIudGV4dExhYmVsKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImhlYWRlclwiPlxuICA8ZGl2PlxuICAgIDxidXR0b24gbWF0LXN0cm9rZWQtYnV0dG9uIChjbGljayk9XCJCYWNrKClcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci1iYWNrXCI+XG4gICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwiaWNvblwiPmFycm93X2JhY2s8L21hdC1pY29uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci10aXRsZVwiPlxuICAgICAgICAgIFRlcnVnXG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9idXR0b24+XG4gIDwvZGl2PlxuICA8ZGl2IGNsYXNzPVwidGl0bGVcIj5cbiAgICBQcm9kdWN0Y29uZmlndXJhdGllOiB7eyBGYWJyaWthbnRlblNlcnZpY2UuRmFicmlrYW50ZW5WaWV3TW9kZWw/LnNlbGVjdGVkUHJvZHVjdD8ubmFtZSB9fVxuICA8L2Rpdj5cbjwvZGl2PlxuXG48ZGl2IGNsYXNzPVwidGFic1wiPlxuICA8bWF0LXRhYi1ncm91cCAoc2VsZWN0ZWRUYWJDaGFuZ2UpPVwiU2VsZWN0ZWRUYWJDaGFuZ2UoJGV2ZW50KVwiPlxuICAgIDxtYXQtdGFiIGxhYmVsPVwiSW5mb3JtYXRpZVwiPlxuICAgICAgPGFwcC1mYWItcHJvZHVjdC1pbmZvPjwvYXBwLWZhYi1wcm9kdWN0LWluZm8+XG4gICAgPC9tYXQtdGFiPlxuICAgIDxtYXQtdGFiIGxhYmVsPVwiQmVzdGVrXCI+XG4gICAgICA8YXBwLWZhYi1wcm9kdWN0LWJlc3Rlaz48L2FwcC1mYWItcHJvZHVjdC1iZXN0ZWs+XG4gICAgPC9tYXQtdGFiPlxuICA8L21hdC10YWItZ3JvdXA+XG48L2Rpdj5cbiJdfQ==
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFiLXByb2R1Y3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2FwcC9tb2R1bGVzL2ZhYnJpa2FudGVuY29yZS9jb21wb25lbnRzL2ZhYi1wcm9kdWN0L2ZhYi1wcm9kdWN0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy9hcHAvbW9kdWxlcy9mYWJyaWthbnRlbmNvcmUvY29tcG9uZW50cy9mYWItcHJvZHVjdC9mYWItcHJvZHVjdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7Ozs7OztBQVNsRCxNQUFNLE9BQU8sbUJBQW1CO0lBRTlCLFlBQW1CLGtCQUFzQztRQUF0Qyx1QkFBa0IsR0FBbEIsa0JBQWtCLENBQW9CO0lBQUksQ0FBQztJQUU5RCxRQUFRO0lBQ1IsQ0FBQztJQUVNLElBQUk7UUFDVCxJQUFJLENBQUMsa0JBQWtCLENBQUMsc0JBQXNCLEVBQUUsQ0FBQztJQUNuRCxDQUFDO0lBRU0saUJBQWlCLENBQUMsS0FBd0I7UUFDL0MsSUFBSSxDQUFDLGtCQUFrQixDQUFDLG1CQUFtQixDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDbkUsQ0FBQzs7Z0hBYlUsbUJBQW1CO29HQUFuQixtQkFBbUIsdURDVGhDLDR5QkE0QkE7MkZEbkJhLG1CQUFtQjtrQkFML0IsU0FBUzsrQkFDRSxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBNYXRUYWJDaGFuZ2VFdmVudCB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3RhYnMnO1xyXG5pbXBvcnQgeyBGYWJyaWthbnRlblNlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9mYWJyaWthbnRlbi5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXBwLWZhYi1wcm9kdWN0JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vZmFiLXByb2R1Y3QuY29tcG9uZW50Lmh0bWwnLFxyXG4gIHN0eWxlVXJsczogWycuL2ZhYi1wcm9kdWN0LmNvbXBvbmVudC5zY3NzJ11cclxufSlcclxuZXhwb3J0IGNsYXNzIEZhYlByb2R1Y3RDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG5cclxuICBjb25zdHJ1Y3RvcihwdWJsaWMgRmFicmlrYW50ZW5TZXJ2aWNlOiBGYWJyaWthbnRlblNlcnZpY2UpIHsgfVxyXG5cclxuICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICB9XHJcblxyXG4gIHB1YmxpYyBCYWNrKCk6IHZvaWQge1xyXG4gICAgdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuUmVtb3ZlUHJvZHVjdFNlbGVjdGlvbigpO1xyXG4gIH1cclxuXHJcbiAgcHVibGljIFNlbGVjdGVkVGFiQ2hhbmdlKGV2ZW50OiBNYXRUYWJDaGFuZ2VFdmVudCkge1xyXG4gICAgdGhpcy5GYWJyaWthbnRlblNlcnZpY2UuVGFiU2VsZWN0aW9uQ2hhbmdlZChldmVudC50YWIudGV4dExhYmVsKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImhlYWRlclwiPlxuICA8ZGl2PlxuICAgIDxidXR0b24gbWF0LXN0cm9rZWQtYnV0dG9uIChjbGljayk9XCJCYWNrKClcIj5cbiAgICAgIDxkaXYgY2xhc3M9XCJoZWFkZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci1iYWNrXCI+XG4gICAgICAgICAgPG1hdC1pY29uIGNsYXNzPVwiaWNvblwiPmFycm93X2JhY2s8L21hdC1pY29uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImhlYWRlci10aXRsZVwiPlxuICAgICAgICAgIFRlcnVnXG4gICAgICAgIDwvZGl2PlxuICAgICAgPC9kaXY+XG4gICAgPC9idXR0b24+XG4gIDwvZGl2PlxuICA8aDEgY2xhc3M9XCJwcm9kdWN0LWNvbmZcIj5cbiAgICBQcm9kdWN0Y29uZmlndXJhdGllOiB7eyBGYWJyaWthbnRlblNlcnZpY2UuRmFicmlrYW50ZW5WaWV3TW9kZWw/LnNlbGVjdGVkUHJvZHVjdD8ubmFtZSB9fVxuICA8L2gxPlxuPC9kaXY+XG5cbjxkaXYgY2xhc3M9XCJ0YWJzXCI+XG4gIDxtYXQtdGFiLWdyb3VwIChzZWxlY3RlZFRhYkNoYW5nZSk9XCJTZWxlY3RlZFRhYkNoYW5nZSgkZXZlbnQpXCI+XG4gICAgPG1hdC10YWIgbGFiZWw9XCJJbmZvcm1hdGllXCI+XG4gICAgICA8YXBwLWZhYi1wcm9kdWN0LWluZm8+PC9hcHAtZmFiLXByb2R1Y3QtaW5mbz5cbiAgICA8L21hdC10YWI+XG4gICAgPG1hdC10YWIgbGFiZWw9XCJCZXN0ZWtcIj5cbiAgICAgIDxhcHAtZmFiLXByb2R1Y3QtYmVzdGVrPjwvYXBwLWZhYi1wcm9kdWN0LWJlc3Rlaz5cbiAgICA8L21hdC10YWI+XG4gIDwvbWF0LXRhYi1ncm91cD5cbjwvZGl2PlxuIl19
@@ -4656,10 +4656,10 @@ class FabProductComponent {
4656
4656
  }
4657
4657
  }
4658
4658
  FabProductComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: FabProductComponent, deps: [{ token: FabrikantenService }], target: i0.ɵɵFactoryTarget.Component });
4659
- FabProductComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: FabProductComponent, selector: "app-fab-product", ngImport: i0, template: "<div class=\"header\">\n <div>\n <button mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n Terug\n </div>\n </div>\n </button>\n </div>\n <div class=\"title\">\n Productconfiguratie: {{ FabrikantenService.FabrikantenViewModel?.selectedProduct?.name }}\n </div>\n</div>\n\n<div class=\"tabs\">\n <mat-tab-group (selectedTabChange)=\"SelectedTabChange($event)\">\n <mat-tab label=\"Informatie\">\n <app-fab-product-info></app-fab-product-info>\n </mat-tab>\n <mat-tab label=\"Bestek\">\n <app-fab-product-bestek></app-fab-product-bestek>\n </mat-tab>\n </mat-tab-group>\n</div>\n", styles: [".header{display:flex}.header-back{cursor:pointer}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.tabs{padding-top:3px}.icon{position:relative;top:6px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}\n"], dependencies: [{ kind: "component", type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i8.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i8.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: FabProductInfoComponent, selector: "app-fab-product-info" }, { kind: "component", type: FabProductBestekComponent, selector: "app-fab-product-bestek" }] });
4659
+ FabProductComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.5", type: FabProductComponent, selector: "app-fab-product", ngImport: i0, template: "<div class=\"header\">\n <div>\n <button mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n Terug\n </div>\n </div>\n </button>\n </div>\n <h1 class=\"product-conf\">\n Productconfiguratie: {{ FabrikantenService.FabrikantenViewModel?.selectedProduct?.name }}\n </h1>\n</div>\n\n<div class=\"tabs\">\n <mat-tab-group (selectedTabChange)=\"SelectedTabChange($event)\">\n <mat-tab label=\"Informatie\">\n <app-fab-product-info></app-fab-product-info>\n </mat-tab>\n <mat-tab label=\"Bestek\">\n <app-fab-product-bestek></app-fab-product-bestek>\n </mat-tab>\n </mat-tab-group>\n</div>\n", styles: [".header{display:flex}.header-back{cursor:pointer}.product-conf{padding-left:5px}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.tabs{padding-top:3px}.icon{position:relative;top:6px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}\n"], dependencies: [{ kind: "component", type: i4.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "component", type: i5.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i8.MatTabGroup, selector: "mat-tab-group", inputs: ["color", "disableRipple"], exportAs: ["matTabGroup"] }, { kind: "component", type: i8.MatTab, selector: "mat-tab", inputs: ["disabled", "label", "aria-label", "aria-labelledby", "labelClass", "bodyClass"], exportAs: ["matTab"] }, { kind: "component", type: FabProductInfoComponent, selector: "app-fab-product-info" }, { kind: "component", type: FabProductBestekComponent, selector: "app-fab-product-bestek" }] });
4660
4660
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.5", ngImport: i0, type: FabProductComponent, decorators: [{
4661
4661
  type: Component,
4662
- args: [{ selector: 'app-fab-product', template: "<div class=\"header\">\n <div>\n <button mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n Terug\n </div>\n </div>\n </button>\n </div>\n <div class=\"title\">\n Productconfiguratie: {{ FabrikantenService.FabrikantenViewModel?.selectedProduct?.name }}\n </div>\n</div>\n\n<div class=\"tabs\">\n <mat-tab-group (selectedTabChange)=\"SelectedTabChange($event)\">\n <mat-tab label=\"Informatie\">\n <app-fab-product-info></app-fab-product-info>\n </mat-tab>\n <mat-tab label=\"Bestek\">\n <app-fab-product-bestek></app-fab-product-bestek>\n </mat-tab>\n </mat-tab-group>\n</div>\n", styles: [".header{display:flex}.header-back{cursor:pointer}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.tabs{padding-top:3px}.icon{position:relative;top:6px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}\n"] }]
4662
+ args: [{ selector: 'app-fab-product', template: "<div class=\"header\">\n <div>\n <button mat-stroked-button (click)=\"Back()\">\n <div class=\"header\">\n <div class=\"header-back\">\n <mat-icon class=\"icon\">arrow_back</mat-icon>\n </div>\n <div class=\"header-title\">\n Terug\n </div>\n </div>\n </button>\n </div>\n <h1 class=\"product-conf\">\n Productconfiguratie: {{ FabrikantenService.FabrikantenViewModel?.selectedProduct?.name }}\n </h1>\n</div>\n\n<div class=\"tabs\">\n <mat-tab-group (selectedTabChange)=\"SelectedTabChange($event)\">\n <mat-tab label=\"Informatie\">\n <app-fab-product-info></app-fab-product-info>\n </mat-tab>\n <mat-tab label=\"Bestek\">\n <app-fab-product-bestek></app-fab-product-bestek>\n </mat-tab>\n </mat-tab-group>\n</div>\n", styles: [".header{display:flex}.header-back{cursor:pointer}.product-conf{padding-left:5px}.title{line-height:35px;font-size:30px;flex:auto;padding-left:5px}.tabs{padding-top:3px}.icon{position:relative;top:6px}.header-title{font-size:16px;position:relative;top:1px;margin-left:3px}\n"] }]
4663
4663
  }], ctorParameters: function () { return [{ type: FabrikantenService }]; } });
4664
4664
 
4665
4665
  class FabProductTileComponent {