fabrikantencore 2.6.13 → 2.7.0

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.
Files changed (28) hide show
  1. package/esm2022/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.mjs +2 -1
  2. package/esm2022/src/app/modules/fabrikantencore/components/fab-filter-custom/fab-filter-custom.component.mjs +50 -0
  3. package/esm2022/src/app/modules/fabrikantencore/components/fab-filter-display-value/fab-filter-display-value.component.mjs +56 -0
  4. package/esm2022/src/app/modules/fabrikantencore/components/fab-filter-label/fab-filter-label.component.mjs +3 -3
  5. package/esm2022/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +2 -2
  6. package/esm2022/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.mjs +12 -3
  7. package/esm2022/src/app/modules/fabrikantencore/components/fab-input/fab-input.component.mjs +5 -3
  8. package/esm2022/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +2 -2
  9. package/esm2022/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +12 -3
  10. package/esm2022/src/app/modules/fabrikantencore/services/bestek.service.mjs +55 -43
  11. package/esm2022/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +45 -5
  12. package/esm2022/src/app/modules/fabrikantencore/services/svg.service.mjs +35 -22
  13. package/esm2022/src/app/modules/fabrikantencore/services/template-component.service.mjs +40 -0
  14. package/esm2022/src/app/modules/fabrikantencore/services/webgl.service.mjs +31 -18
  15. package/esm2022/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +12 -4
  16. package/fesm2022/fabrikantencore.mjs +329 -100
  17. package/fesm2022/fabrikantencore.mjs.map +1 -1
  18. package/package.json +1 -1
  19. package/src/app/modules/fabrikantencore/components/fab-filter-custom/fab-filter-custom.component.d.ts +21 -0
  20. package/src/app/modules/fabrikantencore/components/fab-filter-display-value/fab-filter-display-value.component.d.ts +20 -0
  21. package/src/app/modules/fabrikantencore/components/fab-header/fab-header.component.d.ts +1 -0
  22. package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +31 -29
  23. package/src/app/modules/fabrikantencore/services/bestek.service.d.ts +1 -0
  24. package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +3 -1
  25. package/src/app/modules/fabrikantencore/services/svg.service.d.ts +1 -0
  26. package/src/app/modules/fabrikantencore/services/template-component.service.d.ts +9 -0
  27. package/src/app/modules/fabrikantencore/services/webgl.service.d.ts +1 -0
  28. package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +13 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fabrikantencore",
3
- "version": "2.6.13",
3
+ "version": "2.7.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -0,0 +1,21 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
2
+ import { FabrikantenService } from '../../services/fabrikanten.service';
3
+ import { TranslateService } from '../../services/translate.service';
4
+ import { TemplateComponentService } from '../../services/template-component.service';
5
+ import { FabrikantenFilterViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
6
+ import * as i0 from "@angular/core";
7
+ export declare class FabFilterCustomComponent {
8
+ private FabrikantenService;
9
+ TranslateService: TranslateService;
10
+ TemplateComponentService: TemplateComponentService;
11
+ private ChangeDetectorRef;
12
+ _filter: FabrikantenFilterViewModel;
13
+ get filter(): FabrikantenFilterViewModel;
14
+ set filter(value: FabrikantenFilterViewModel);
15
+ get TranslationCategory(): typeof TranslationCategory;
16
+ get TranslationSubCategory(): typeof TranslationSubCategory;
17
+ constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, TemplateComponentService: TemplateComponentService, ChangeDetectorRef: ChangeDetectorRef);
18
+ GetHTML(): string;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<FabFilterCustomComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FabFilterCustomComponent, "app-fab-filter-custom", never, { "filter": { "alias": "filter"; "required": false; }; }, {}, never, never, false, never>;
21
+ }
@@ -0,0 +1,20 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
2
+ import { FabrikantenService } from '../../services/fabrikanten.service';
3
+ import { TranslateService } from '../../services/translate.service';
4
+ import { FabrikantenFilterViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
5
+ import * as i0 from "@angular/core";
6
+ export declare class FabFilterDisplayValueComponent {
7
+ private FabrikantenService;
8
+ TranslateService: TranslateService;
9
+ private ChangeDetectorRef;
10
+ _filter: FabrikantenFilterViewModel;
11
+ get filter(): FabrikantenFilterViewModel;
12
+ set filter(value: FabrikantenFilterViewModel);
13
+ get TranslationCategory(): typeof TranslationCategory;
14
+ get TranslationSubCategory(): typeof TranslationSubCategory;
15
+ constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
16
+ IsLoaded(): boolean;
17
+ GetText(): string;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<FabFilterDisplayValueComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<FabFilterDisplayValueComponent, "app-fab-filter-display-value", never, { "filter": { "alias": "filter"; "required": false; }; }, {}, never, never, false, never>;
20
+ }
@@ -15,6 +15,7 @@ export declare class FabHeaderComponent implements OnInit {
15
15
  ShowHeader(): boolean;
16
16
  ShowBreadcrumb(): boolean;
17
17
  ShowLanguageSelect(): boolean;
18
+ ShowDisplayValues(): boolean;
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FabHeaderComponent, never>;
19
20
  static ɵcmp: i0.ɵɵComponentDeclaration<FabHeaderComponent, "app-fab-header", never, { "showfiltermenubutton": { "alias": "showfiltermenubutton"; "required": false; }; }, {}, never, never, false, never>;
20
21
  }
@@ -70,36 +70,38 @@ import * as i68 from "./components/fab-filter-label/fab-filter-label.component";
70
70
  import * as i69 from "./components/fab-filter-colour-label/fab-filter-colour-label.component";
71
71
  import * as i70 from "./beheer/components/beheer-filter/beheer-filter.component";
72
72
  import * as i71 from "./beheer/components/beheer-rangeinput/beheer-rangeinput.component";
73
- import * as i72 from "@angular/common";
74
- import * as i73 from "@angular/common/http";
75
- import * as i74 from "@kolkov/angular-editor";
76
- import * as i75 from "@angular/material/legacy-input";
77
- import * as i76 from "@angular/forms";
78
- import * as i77 from "@angular/platform-browser/animations";
79
- import * as i78 from "@angular/material/legacy-tooltip";
80
- import * as i79 from "@angular/material/legacy-button";
81
- import * as i80 from "@angular/material/legacy-list";
82
- import * as i81 from "@angular/material/expansion";
83
- import * as i82 from "@angular/material/legacy-card";
84
- import * as i83 from "@angular/material/icon";
85
- import * as i84 from "@angular/material/legacy-dialog";
86
- import * as i85 from "@angular/material/tree";
87
- import * as i86 from "@angular/material/sidenav";
88
- import * as i87 from "@angular/material/legacy-table";
89
- import * as i88 from "@angular/material/button-toggle";
90
- import * as i89 from "@angular/material/stepper";
91
- import * as i90 from "@angular/material/legacy-radio";
92
- import * as i91 from "@angular/material/legacy-paginator";
93
- import * as i92 from "@angular/cdk/drag-drop";
94
- import * as i93 from "@angular/material/legacy-checkbox";
95
- import * as i94 from "@angular/material/divider";
96
- import * as i95 from "@angular/material/legacy-tabs";
97
- import * as i96 from "@angular/material/legacy-progress-spinner";
98
- import * as i97 from "@angular/material/legacy-select";
99
- import * as i98 from "@angular/material/legacy-snack-bar";
100
- import * as i99 from "@angular/router";
73
+ import * as i72 from "./components/fab-filter-display-value/fab-filter-display-value.component";
74
+ import * as i73 from "./components/fab-filter-custom/fab-filter-custom.component";
75
+ import * as i74 from "@angular/common";
76
+ import * as i75 from "@angular/common/http";
77
+ import * as i76 from "@kolkov/angular-editor";
78
+ import * as i77 from "@angular/material/legacy-input";
79
+ import * as i78 from "@angular/forms";
80
+ import * as i79 from "@angular/platform-browser/animations";
81
+ import * as i80 from "@angular/material/legacy-tooltip";
82
+ import * as i81 from "@angular/material/legacy-button";
83
+ import * as i82 from "@angular/material/legacy-list";
84
+ import * as i83 from "@angular/material/expansion";
85
+ import * as i84 from "@angular/material/legacy-card";
86
+ import * as i85 from "@angular/material/icon";
87
+ import * as i86 from "@angular/material/legacy-dialog";
88
+ import * as i87 from "@angular/material/tree";
89
+ import * as i88 from "@angular/material/sidenav";
90
+ import * as i89 from "@angular/material/legacy-table";
91
+ import * as i90 from "@angular/material/button-toggle";
92
+ import * as i91 from "@angular/material/stepper";
93
+ import * as i92 from "@angular/material/legacy-radio";
94
+ import * as i93 from "@angular/material/legacy-paginator";
95
+ import * as i94 from "@angular/cdk/drag-drop";
96
+ import * as i95 from "@angular/material/legacy-checkbox";
97
+ import * as i96 from "@angular/material/divider";
98
+ import * as i97 from "@angular/material/legacy-tabs";
99
+ import * as i98 from "@angular/material/legacy-progress-spinner";
100
+ import * as i99 from "@angular/material/legacy-select";
101
+ import * as i100 from "@angular/material/legacy-snack-bar";
102
+ import * as i101 from "@angular/router";
101
103
  export declare class FabrikantenCoreModule {
102
104
  static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenCoreModule, never>;
103
- static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i3.BeheerMainComponent, typeof i4.BeheerInlogComponent, typeof i5.BeheerNavComponent, typeof i6.BeheerUsersComponent, typeof i7.BeheerProductsComponent, typeof i8.BeheerFiltersComponent, typeof i9.BeheerSettingsComponent, typeof i10.FabLoaderComponent, typeof i11.BeheerSearchProductsComponent, typeof i12.BeheerSearchproductsKoppelDialogComponent, typeof i13.BeheerProductsProductComponent, typeof i14.BeheerProductsBcbproductComponent, typeof i15.BeheerImportSetsComponent, typeof i16.BeheerImportSetsOpbouwComponent, typeof i17.BeheerImportSetsEigenschapComponent, typeof i16.BeheerImportSetsEboComponent, typeof i18.BeheerProductsEigenschapComponent, typeof i19.BeheerProductsKoppelFilteroptionDailogComponent, typeof i20.FabFilterComponent, typeof i21.FabProductComponent, typeof i22.FabBcbProductComponent, typeof i23.FabProductSelectComponent, typeof i24.FabProductTileComponent, typeof i25.FabProductInfoComponent, typeof i26.FabProductBestekComponent, typeof i27.FabProductInfoPhotoComponent, typeof i28.FabProductInfoPhotoDialogComponent, typeof i29.BeheerEboKoppelComponent, typeof i30.BeheerSettingsOptionsComponent, typeof i31.BeheerSettingsStringComponent, typeof i32.BeheerImportSetsDialogComponent, typeof i33.BeheerCategoriesComponent, typeof i34.BeheerConnectCategoryDialogComponent, typeof i35.FabStartComponent, typeof i36.FabCategoriesComponent, typeof i37.FabCategoryTileComponent, typeof i38.FabBreadcrumbComponent, typeof i39.FabFiltersInputComponent, typeof i40.FabFiltersOverviewComponent, typeof i41.FabFlagComponent, typeof i42.BeheerTranslateComponent, typeof i43.FabLanguageSelectComponent, typeof i44.FabHeaderComponent, typeof i45.FabWebglViewerComponent, typeof i46.FabSvgViewerComponent, typeof i47.BeheerProductsOpbouwComponent, typeof i47.BeheerProductsEboComponent, typeof i48.BeheerProductsEigenschapBereikComponent, typeof i49.BeheerDisplayEboComponent, typeof i50.BeheerProductsConnectRangeinputComponent, typeof i51.FabRangeInputComponent, typeof i52.BeheerSettingsBooleanComponent, typeof i53.BeheerSelectFilterDialogComponent, typeof i54.FabTextureComponent, typeof i55.FabIframeComponent, typeof i56.BeheerDeeplinkComponent, typeof i57.FabFilterColourComponent, typeof i58.FabFilterColourDialogComponent, typeof i59.FabToebehorenComponent, typeof i60.FabActionmenuComponent, typeof i61.FabSelectBcbproductComponent, typeof i62.FabInputComponent, typeof i63.BeheerSelectFilteroptionDialogComponent, typeof i64.FabMultiselectComponent, typeof i65.FabFilterFoldComponent, typeof i66.FabMultiselectFoldComponent, typeof i67.FabRangeInputFoldComponent, typeof i68.FabFilterLabelComponent, typeof i69.FabFilterColourLabelComponent, typeof i70.BeheerFilterComponent, typeof i71.BeheerRangeinputComponent], [typeof i72.CommonModule, typeof i73.HttpClientModule, typeof i74.AngularEditorModule, typeof i75.MatLegacyInputModule, typeof i76.FormsModule, typeof i77.BrowserAnimationsModule, typeof i78.MatLegacyTooltipModule, typeof i79.MatLegacyButtonModule, typeof i80.MatLegacyListModule, typeof i81.MatExpansionModule, typeof i82.MatLegacyCardModule, typeof i83.MatIconModule, typeof i84.MatLegacyDialogModule, typeof i85.MatTreeModule, typeof i86.MatSidenavModule, typeof i87.MatLegacyTableModule, typeof i88.MatButtonToggleModule, typeof i89.MatStepperModule, typeof i90.MatLegacyRadioModule, typeof i91.MatLegacyPaginatorModule, typeof i92.DragDropModule, typeof i93.MatLegacyCheckboxModule, typeof i94.MatDividerModule, typeof i95.MatLegacyTabsModule, typeof i96.MatLegacyProgressSpinnerModule, typeof i97.MatLegacySelectModule, typeof i98.MatLegacySnackBarModule, typeof i99.RouterModule], [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i60.FabActionmenuComponent, typeof i39.FabFiltersInputComponent, typeof i26.FabProductBestekComponent, typeof i61.FabSelectBcbproductComponent, typeof i10.FabLoaderComponent]>;
105
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i3.BeheerMainComponent, typeof i4.BeheerInlogComponent, typeof i5.BeheerNavComponent, typeof i6.BeheerUsersComponent, typeof i7.BeheerProductsComponent, typeof i8.BeheerFiltersComponent, typeof i9.BeheerSettingsComponent, typeof i10.FabLoaderComponent, typeof i11.BeheerSearchProductsComponent, typeof i12.BeheerSearchproductsKoppelDialogComponent, typeof i13.BeheerProductsProductComponent, typeof i14.BeheerProductsBcbproductComponent, typeof i15.BeheerImportSetsComponent, typeof i16.BeheerImportSetsOpbouwComponent, typeof i17.BeheerImportSetsEigenschapComponent, typeof i16.BeheerImportSetsEboComponent, typeof i18.BeheerProductsEigenschapComponent, typeof i19.BeheerProductsKoppelFilteroptionDailogComponent, typeof i20.FabFilterComponent, typeof i21.FabProductComponent, typeof i22.FabBcbProductComponent, typeof i23.FabProductSelectComponent, typeof i24.FabProductTileComponent, typeof i25.FabProductInfoComponent, typeof i26.FabProductBestekComponent, typeof i27.FabProductInfoPhotoComponent, typeof i28.FabProductInfoPhotoDialogComponent, typeof i29.BeheerEboKoppelComponent, typeof i30.BeheerSettingsOptionsComponent, typeof i31.BeheerSettingsStringComponent, typeof i32.BeheerImportSetsDialogComponent, typeof i33.BeheerCategoriesComponent, typeof i34.BeheerConnectCategoryDialogComponent, typeof i35.FabStartComponent, typeof i36.FabCategoriesComponent, typeof i37.FabCategoryTileComponent, typeof i38.FabBreadcrumbComponent, typeof i39.FabFiltersInputComponent, typeof i40.FabFiltersOverviewComponent, typeof i41.FabFlagComponent, typeof i42.BeheerTranslateComponent, typeof i43.FabLanguageSelectComponent, typeof i44.FabHeaderComponent, typeof i45.FabWebglViewerComponent, typeof i46.FabSvgViewerComponent, typeof i47.BeheerProductsOpbouwComponent, typeof i47.BeheerProductsEboComponent, typeof i48.BeheerProductsEigenschapBereikComponent, typeof i49.BeheerDisplayEboComponent, typeof i50.BeheerProductsConnectRangeinputComponent, typeof i51.FabRangeInputComponent, typeof i52.BeheerSettingsBooleanComponent, typeof i53.BeheerSelectFilterDialogComponent, typeof i54.FabTextureComponent, typeof i55.FabIframeComponent, typeof i56.BeheerDeeplinkComponent, typeof i57.FabFilterColourComponent, typeof i58.FabFilterColourDialogComponent, typeof i59.FabToebehorenComponent, typeof i60.FabActionmenuComponent, typeof i61.FabSelectBcbproductComponent, typeof i62.FabInputComponent, typeof i63.BeheerSelectFilteroptionDialogComponent, typeof i64.FabMultiselectComponent, typeof i65.FabFilterFoldComponent, typeof i66.FabMultiselectFoldComponent, typeof i67.FabRangeInputFoldComponent, typeof i68.FabFilterLabelComponent, typeof i69.FabFilterColourLabelComponent, typeof i70.BeheerFilterComponent, typeof i71.BeheerRangeinputComponent, typeof i72.FabFilterDisplayValueComponent, typeof i73.FabFilterCustomComponent], [typeof i74.CommonModule, typeof i75.HttpClientModule, typeof i76.AngularEditorModule, typeof i77.MatLegacyInputModule, typeof i78.FormsModule, typeof i79.BrowserAnimationsModule, typeof i80.MatLegacyTooltipModule, typeof i81.MatLegacyButtonModule, typeof i82.MatLegacyListModule, typeof i83.MatExpansionModule, typeof i84.MatLegacyCardModule, typeof i85.MatIconModule, typeof i86.MatLegacyDialogModule, typeof i87.MatTreeModule, typeof i88.MatSidenavModule, typeof i89.MatLegacyTableModule, typeof i90.MatButtonToggleModule, typeof i91.MatStepperModule, typeof i92.MatLegacyRadioModule, typeof i93.MatLegacyPaginatorModule, typeof i94.DragDropModule, typeof i95.MatLegacyCheckboxModule, typeof i96.MatDividerModule, typeof i97.MatLegacyTabsModule, typeof i98.MatLegacyProgressSpinnerModule, typeof i99.MatLegacySelectModule, typeof i100.MatLegacySnackBarModule, typeof i101.RouterModule], [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i60.FabActionmenuComponent, typeof i39.FabFiltersInputComponent, typeof i26.FabProductBestekComponent, typeof i61.FabSelectBcbproductComponent, typeof i10.FabLoaderComponent]>;
104
106
  static ɵinj: i0.ɵɵInjectorDeclaration<FabrikantenCoreModule>;
105
107
  }
@@ -11,6 +11,7 @@ export declare class BestekService {
11
11
  fabProductBestek: ElementRef | null;
12
12
  FabrikantenService: FabrikantenService | null;
13
13
  FabrikantenBestekViewModel: FabrikantenBestekViewModel;
14
+ private ShouldTriggerReload;
14
15
  constructor(clipboard: Clipboard, FabrikantenApiClient: FabrikantenApiClient);
15
16
  GetBestekTekst(): string;
16
17
  CopyToClipboard(str: any): void;
@@ -77,6 +77,8 @@ export declare class FabrikantenService {
77
77
  private ResetTabs;
78
78
  GetDynamicDisplayValues(): DynamicDisplayValueViewModel[];
79
79
  ProcessDynamicModels(): void;
80
+ private ProcessDynamicDisplayValues;
81
+ private ProcessDynamicDisplayValueInputs;
80
82
  private ProcessDynamicFilters;
81
83
  private ProcessDynamicRangeInputs;
82
84
  DownloadARKEYAdomi(custombcbeboid: number | undefined): void;
@@ -91,7 +93,7 @@ export declare class FabrikantenService {
91
93
  DownloadBestek(data: string): void;
92
94
  private DownloadBestekInner;
93
95
  private CollectFileName;
94
- private TriggerReloads;
96
+ TriggerReloads(ChangeDetectorRef: ChangeDetectorRef): void;
95
97
  GetSteps(): Array<FabrikantenCategoryViewModel>;
96
98
  GetSelectedToebehoren(): FabrikantenBCBProductToebehorenViewModel | null;
97
99
  static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenService, never>;
@@ -17,6 +17,7 @@ export declare class SVGService {
17
17
  Snede: string;
18
18
  Snedes: Array<string>;
19
19
  MinDif: number;
20
+ private ShouldTriggerReload;
20
21
  constructor(FabrikantenApiClient: FabrikantenApiClient, sanitization: DomSanitizer);
21
22
  LoadFabrikantenSVGViewModel(sessionid: string, ChangeDetectorRef: ChangeDetectorRef): void;
22
23
  UpdateViewerSize(width: number, height: number, ChangeDetectorRef: ChangeDetectorRef): void;
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TemplateComponentService {
3
+ private HTMLInstances;
4
+ constructor();
5
+ SetHTML(key: string, html: string): void;
6
+ GetHTML(key: string): string;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TemplateComponentService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<TemplateComponentService>;
9
+ }
@@ -12,6 +12,7 @@ export declare class WebGLService {
12
12
  FabrikantenService: FabrikantenService | null;
13
13
  FabWebglViewerComponent: FabWebglViewerComponent | null;
14
14
  FirstCheck: boolean;
15
+ private ShouldTriggerReload;
15
16
  constructor(FabrikantenApiClient: FabrikantenApiClient);
16
17
  LoadFabrikanten3DViewModel(sessionid: string, ChangeDetectorRef: ChangeDetectorRef): void;
17
18
  DoFirstCheck(): void;
@@ -864,6 +864,7 @@ export interface IFabrikantenCategoryViewModel {
864
864
  export declare class FabrikantenFilterCategoryViewModel implements IFabrikantenFilterCategoryViewModel {
865
865
  id: number;
866
866
  name?: string | undefined;
867
+ position: number;
867
868
  inputs?: FabrikantenInputViewModel[] | undefined;
868
869
  constructor(data?: IFabrikantenFilterCategoryViewModel);
869
870
  init(_data?: any): void;
@@ -873,6 +874,7 @@ export declare class FabrikantenFilterCategoryViewModel implements IFabrikantenF
873
874
  export interface IFabrikantenFilterCategoryViewModel {
874
875
  id: number;
875
876
  name?: string | undefined;
877
+ position: number;
876
878
  inputs?: FabrikantenInputViewModel[] | undefined;
877
879
  }
878
880
  export declare class FabrikantenInputViewModel implements IFabrikantenInputViewModel {
@@ -942,7 +944,9 @@ export declare enum FilterType {
942
944
  DropdownFold = 4,
943
945
  MultiSelectFold = 5,
944
946
  DropdownLabel = 6,
945
- ColourSelectorLabel = 7
947
+ ColourSelectorLabel = 7,
948
+ DisplayValue = 8,
949
+ CustomFilter1 = 9
946
950
  }
947
951
  export declare class FabrikantenFilterOptionViewModel implements IFabrikantenFilterOptionViewModel {
948
952
  id: number;
@@ -1177,6 +1181,7 @@ export interface IFabrikantenBestekViewModel {
1177
1181
  export declare class DynamicDisplayValueViewModel implements IDynamicDisplayValueViewModel {
1178
1182
  name?: string | undefined;
1179
1183
  value?: string | undefined;
1184
+ hidden: boolean;
1180
1185
  constructor(data?: IDynamicDisplayValueViewModel);
1181
1186
  init(_data?: any): void;
1182
1187
  static fromJS(data: any): DynamicDisplayValueViewModel;
@@ -1185,6 +1190,7 @@ export declare class DynamicDisplayValueViewModel implements IDynamicDisplayValu
1185
1190
  export interface IDynamicDisplayValueViewModel {
1186
1191
  name?: string | undefined;
1187
1192
  value?: string | undefined;
1193
+ hidden: boolean;
1188
1194
  }
1189
1195
  export declare class DynamicRangeInputViewModel implements IDynamicRangeInputViewModel {
1190
1196
  rangeInputs?: number[] | undefined;
@@ -2404,7 +2410,7 @@ export interface IREST3DViewModel {
2404
2410
  }
2405
2411
  export declare class RESTRequestModel implements IRESTRequestModel {
2406
2412
  productId: number;
2407
- parameters?: RESTParameter[] | undefined;
2413
+ parameters?: RESTParameterViewModel[] | undefined;
2408
2414
  constructor(data?: IRESTRequestModel);
2409
2415
  init(_data?: any): void;
2410
2416
  static fromJS(data: any): RESTRequestModel;
@@ -2412,17 +2418,17 @@ export declare class RESTRequestModel implements IRESTRequestModel {
2412
2418
  }
2413
2419
  export interface IRESTRequestModel {
2414
2420
  productId: number;
2415
- parameters?: RESTParameter[] | undefined;
2421
+ parameters?: RESTParameterViewModel[] | undefined;
2416
2422
  }
2417
- export declare class RESTParameter implements IRESTParameter {
2423
+ export declare class RESTParameterViewModel implements IRESTParameterViewModel {
2418
2424
  name?: string | undefined;
2419
2425
  value?: string | undefined;
2420
- constructor(data?: IRESTParameter);
2426
+ constructor(data?: IRESTParameterViewModel);
2421
2427
  init(_data?: any): void;
2422
- static fromJS(data: any): RESTParameter;
2428
+ static fromJS(data: any): RESTParameterViewModel;
2423
2429
  toJSON(data?: any): any;
2424
2430
  }
2425
- export interface IRESTParameter {
2431
+ export interface IRESTParameterViewModel {
2426
2432
  name?: string | undefined;
2427
2433
  value?: string | undefined;
2428
2434
  }