fabrikantencore 2.1.2 → 2.1.4

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 (23) hide show
  1. package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +7 -3
  2. package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.mjs +6 -1
  3. package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour.component.mjs +3 -3
  4. package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +4 -3
  5. package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.mjs +135 -0
  6. package/esm2020/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.mjs +3 -3
  7. package/esm2020/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.mjs +3 -3
  8. package/esm2020/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +6 -3
  9. package/esm2020/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +26 -9
  10. package/esm2020/src/app/modules/fabrikantencore/services/importsets.service.mjs +2 -2
  11. package/esm2020/src/app/modules/fabrikantencore/services/projectsetting.service.mjs +4 -1
  12. package/esm2020/src/app/modules/fabrikantencore/services/translate.service.mjs +18 -1
  13. package/esm2020/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +133 -3
  14. package/fesm2015/fabrikantencore.mjs +363 -63
  15. package/fesm2015/fabrikantencore.mjs.map +1 -1
  16. package/fesm2020/fabrikantencore.mjs +359 -62
  17. package/fesm2020/fabrikantencore.mjs.map +1 -1
  18. package/package.json +1 -1
  19. package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.d.ts +33 -0
  20. package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +26 -25
  21. package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +9 -8
  22. package/src/app/modules/fabrikantencore/services/translate.service.d.ts +2 -0
  23. package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +60 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fabrikantencore",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -0,0 +1,33 @@
1
+ import { AfterViewInit, ChangeDetectorRef, DoCheck, ElementRef, OnInit } from '@angular/core';
2
+ import { FabrikantenService } from '../../../services/fabrikanten.service';
3
+ import { MobileService } from '../../../services/mobile.service';
4
+ import { TranslateService } from '../../../services/translate.service';
5
+ import { FabrikantenBCBProductToebehorenViewModel, FabrikantenApiClient, Fabrikanten3DViewModel } from '../../../swagger/SwaggerClient';
6
+ import * as i0 from "@angular/core";
7
+ export declare class FabToebehorenComponent implements OnInit, AfterViewInit, DoCheck {
8
+ FabrikantenService: FabrikantenService;
9
+ TranslateService: TranslateService;
10
+ MobileService: MobileService;
11
+ ChangeDetectorRef: ChangeDetectorRef;
12
+ private FabrikantenApiClient;
13
+ LoadingSVG: boolean;
14
+ LoadingWebGL: boolean;
15
+ Init: boolean;
16
+ Selected: number;
17
+ ViewerWidth: number;
18
+ ViewerHeight: number;
19
+ Fabrikanten3DViewModel: Fabrikanten3DViewModel;
20
+ viewercontainer: ElementRef;
21
+ constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef, FabrikantenApiClient: FabrikantenApiClient);
22
+ ngOnInit(): void;
23
+ ngAfterViewInit(): void;
24
+ ngDoCheck(): void;
25
+ Loading(): boolean;
26
+ Open(): void;
27
+ LoadFabrikanten3DViewModel(sessionid: string, toebehoren: FabrikantenBCBProductToebehorenViewModel): void;
28
+ GetSelectedToebehoren(): FabrikantenBCBProductToebehorenViewModel | null;
29
+ private RefreshViewerSize;
30
+ private RefreshViewer;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<FabToebehorenComponent, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<FabToebehorenComponent, "app-fab-toebehoren", never, {}, {}, never, never, false, never>;
33
+ }
@@ -56,32 +56,33 @@ import * as i54 from "./components/fab-iframe/fab-iframe.component";
56
56
  import * as i55 from "./beheer/components/beheer-deeplink/beheer-deeplink.component";
57
57
  import * as i56 from "./components/fab-filter-colour/fab-filter-colour.component";
58
58
  import * as i57 from "./components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component";
59
- import * as i58 from "@angular/common";
60
- import * as i59 from "@angular/common/http";
61
- import * as i60 from "@angular/material/input";
62
- import * as i61 from "@angular/forms";
63
- import * as i62 from "@angular/platform-browser/animations";
64
- import * as i63 from "@angular/material/tooltip";
65
- import * as i64 from "@angular/material/button";
66
- import * as i65 from "@angular/material/list";
67
- import * as i66 from "@angular/material/expansion";
68
- import * as i67 from "@angular/material/card";
69
- import * as i68 from "@angular/material/icon";
70
- import * as i69 from "@angular/material/dialog";
71
- import * as i70 from "@angular/material/tree";
72
- import * as i71 from "@angular/material/sidenav";
73
- import * as i72 from "@angular/material/table";
74
- import * as i73 from "@angular/material/button-toggle";
75
- import * as i74 from "@angular/material/stepper";
76
- import * as i75 from "@angular/material/checkbox";
77
- import * as i76 from "@angular/material/divider";
78
- import * as i77 from "@angular/material/tabs";
79
- import * as i78 from "@angular/material/progress-spinner";
80
- import * as i79 from "@angular/material/select";
81
- import * as i80 from "@angular/material/snack-bar";
82
- import * as i81 from "@angular/router";
59
+ import * as i58 from "./components/fab-product/fab-toebehoren/fab-toebehoren.component";
60
+ import * as i59 from "@angular/common";
61
+ import * as i60 from "@angular/common/http";
62
+ import * as i61 from "@angular/material/input";
63
+ import * as i62 from "@angular/forms";
64
+ import * as i63 from "@angular/platform-browser/animations";
65
+ import * as i64 from "@angular/material/tooltip";
66
+ import * as i65 from "@angular/material/button";
67
+ import * as i66 from "@angular/material/list";
68
+ import * as i67 from "@angular/material/expansion";
69
+ import * as i68 from "@angular/material/card";
70
+ import * as i69 from "@angular/material/icon";
71
+ import * as i70 from "@angular/material/dialog";
72
+ import * as i71 from "@angular/material/tree";
73
+ import * as i72 from "@angular/material/sidenav";
74
+ import * as i73 from "@angular/material/table";
75
+ import * as i74 from "@angular/material/button-toggle";
76
+ import * as i75 from "@angular/material/stepper";
77
+ import * as i76 from "@angular/material/checkbox";
78
+ import * as i77 from "@angular/material/divider";
79
+ import * as i78 from "@angular/material/tabs";
80
+ import * as i79 from "@angular/material/progress-spinner";
81
+ import * as i80 from "@angular/material/select";
82
+ import * as i81 from "@angular/material/snack-bar";
83
+ import * as i82 from "@angular/router";
83
84
  export declare class FabrikantenCoreModule {
84
85
  static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenCoreModule, never>;
85
- static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof i1.FabFiltersComponent, typeof i2.BeheerMainComponent, typeof i3.BeheerInlogComponent, typeof i4.BeheerNavComponent, typeof i5.BeheerUsersComponent, typeof i6.BeheerProductsComponent, typeof i7.BeheerFiltersComponent, typeof i8.BeheerSettingsComponent, typeof i9.FabLoaderComponent, typeof i10.BeheerSearchProductsComponent, typeof i11.BeheerSearchproductsKoppelDialogComponent, typeof i12.BeheerProductsProductComponent, typeof i13.BeheerProductsBcbproductComponent, typeof i14.BeheerImportSetsComponent, typeof i15.BeheerImportSetsOpbouwComponent, typeof i16.BeheerImportSetsEigenschapComponent, typeof i15.BeheerImportSetsEboComponent, typeof i17.BeheerProductsEigenschapComponent, typeof i18.BeheerProductsKoppelFilteroptionDailogComponent, typeof i19.FabFilterComponent, typeof i20.FabProductComponent, typeof i21.FabBcbProductComponent, typeof i22.FabProductSelectComponent, typeof i23.FabProductTileComponent, typeof i24.FabProductInfoComponent, typeof i25.FabProductBestekComponent, typeof i26.FabProductInfoPhotoComponent, typeof i27.FabProductInfoPhotoDialogComponent, typeof i28.BeheerEboKoppelComponent, typeof i29.BeheerSettingsOptionsComponent, typeof i30.BeheerSettingsStringComponent, typeof i31.BeheerImportSetsDialogComponent, typeof i32.BeheerCategoriesComponent, typeof i33.BeheerConnectCategoryDialogComponent, typeof i34.FabStartComponent, typeof i35.FabCategoriesComponent, typeof i36.FabCategoryTileComponent, typeof i37.FabBreadcrumbComponent, typeof i38.FabFiltersInputComponent, typeof i39.FabFiltersOverviewComponent, typeof i40.FabFlagComponent, typeof i41.BeheerTranslateComponent, typeof i42.FabLanguageSelectComponent, typeof i43.FabHeaderComponent, typeof i44.FabWebglViewerComponent, typeof i45.FabSvgViewerComponent, typeof i46.BeheerProductsOpbouwComponent, typeof i46.BeheerProductsEboComponent, typeof i47.BeheerProductsEigenschapBereikComponent, typeof i48.BeheerDisplayEboComponent, typeof i49.BeheerProductsConnectRangeinputComponent, typeof i50.FabRangeInputComponent, typeof i51.BeheerSettingsBooleanComponent, typeof i52.BeheerSelectFilterDialogComponent, typeof i53.FabTextureComponent, typeof i54.FabIframeComponent, typeof i55.BeheerDeeplinkComponent, typeof i56.FabFilterColourComponent, typeof i57.FabFilterColourDialogComponent], [typeof i58.CommonModule, typeof i59.HttpClientModule, typeof i60.MatInputModule, typeof i61.FormsModule, typeof i62.BrowserAnimationsModule, typeof i63.MatTooltipModule, typeof i64.MatButtonModule, typeof i65.MatListModule, typeof i66.MatExpansionModule, typeof i67.MatCardModule, typeof i68.MatIconModule, typeof i69.MatDialogModule, typeof i70.MatTreeModule, typeof i71.MatSidenavModule, typeof i72.MatTableModule, typeof i73.MatButtonToggleModule, typeof i74.MatStepperModule, typeof i75.MatCheckboxModule, typeof i76.MatDividerModule, typeof i77.MatTabsModule, typeof i78.MatProgressSpinnerModule, typeof i79.MatSelectModule, typeof i80.MatSnackBarModule, typeof i81.RouterModule], [typeof i1.FabFiltersComponent]>;
86
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FabrikantenCoreModule, [typeof i1.FabFiltersComponent, typeof i2.BeheerMainComponent, typeof i3.BeheerInlogComponent, typeof i4.BeheerNavComponent, typeof i5.BeheerUsersComponent, typeof i6.BeheerProductsComponent, typeof i7.BeheerFiltersComponent, typeof i8.BeheerSettingsComponent, typeof i9.FabLoaderComponent, typeof i10.BeheerSearchProductsComponent, typeof i11.BeheerSearchproductsKoppelDialogComponent, typeof i12.BeheerProductsProductComponent, typeof i13.BeheerProductsBcbproductComponent, typeof i14.BeheerImportSetsComponent, typeof i15.BeheerImportSetsOpbouwComponent, typeof i16.BeheerImportSetsEigenschapComponent, typeof i15.BeheerImportSetsEboComponent, typeof i17.BeheerProductsEigenschapComponent, typeof i18.BeheerProductsKoppelFilteroptionDailogComponent, typeof i19.FabFilterComponent, typeof i20.FabProductComponent, typeof i21.FabBcbProductComponent, typeof i22.FabProductSelectComponent, typeof i23.FabProductTileComponent, typeof i24.FabProductInfoComponent, typeof i25.FabProductBestekComponent, typeof i26.FabProductInfoPhotoComponent, typeof i27.FabProductInfoPhotoDialogComponent, typeof i28.BeheerEboKoppelComponent, typeof i29.BeheerSettingsOptionsComponent, typeof i30.BeheerSettingsStringComponent, typeof i31.BeheerImportSetsDialogComponent, typeof i32.BeheerCategoriesComponent, typeof i33.BeheerConnectCategoryDialogComponent, typeof i34.FabStartComponent, typeof i35.FabCategoriesComponent, typeof i36.FabCategoryTileComponent, typeof i37.FabBreadcrumbComponent, typeof i38.FabFiltersInputComponent, typeof i39.FabFiltersOverviewComponent, typeof i40.FabFlagComponent, typeof i41.BeheerTranslateComponent, typeof i42.FabLanguageSelectComponent, typeof i43.FabHeaderComponent, typeof i44.FabWebglViewerComponent, typeof i45.FabSvgViewerComponent, typeof i46.BeheerProductsOpbouwComponent, typeof i46.BeheerProductsEboComponent, typeof i47.BeheerProductsEigenschapBereikComponent, typeof i48.BeheerDisplayEboComponent, typeof i49.BeheerProductsConnectRangeinputComponent, typeof i50.FabRangeInputComponent, typeof i51.BeheerSettingsBooleanComponent, typeof i52.BeheerSelectFilterDialogComponent, typeof i53.FabTextureComponent, typeof i54.FabIframeComponent, typeof i55.BeheerDeeplinkComponent, typeof i56.FabFilterColourComponent, typeof i57.FabFilterColourDialogComponent, typeof i58.FabToebehorenComponent], [typeof i59.CommonModule, typeof i60.HttpClientModule, typeof i61.MatInputModule, typeof i62.FormsModule, typeof i63.BrowserAnimationsModule, typeof i64.MatTooltipModule, typeof i65.MatButtonModule, typeof i66.MatListModule, typeof i67.MatExpansionModule, typeof i68.MatCardModule, typeof i69.MatIconModule, typeof i70.MatDialogModule, typeof i71.MatTreeModule, typeof i72.MatSidenavModule, typeof i73.MatTableModule, typeof i74.MatButtonToggleModule, typeof i75.MatStepperModule, typeof i76.MatCheckboxModule, typeof i77.MatDividerModule, typeof i78.MatTabsModule, typeof i79.MatProgressSpinnerModule, typeof i80.MatSelectModule, typeof i81.MatSnackBarModule, typeof i82.RouterModule], [typeof i1.FabFiltersComponent]>;
86
87
  static ɵinj: i0.ɵɵInjectorDeclaration<FabrikantenCoreModule>;
87
88
  }
@@ -46,19 +46,20 @@ export declare class FabrikantenService {
46
46
  GetFirstOpenCategoryLayer(): FabrikantenCategoryLayerViewModel | null;
47
47
  ShowCategories(): boolean;
48
48
  ShowTexture(): boolean;
49
+ ShowToebehoren(): boolean;
49
50
  ShowVariants(): boolean;
50
51
  OpenBCBLink(wuid: string): void;
51
52
  ReloadModel(ChangeDetectorRef: ChangeDetectorRef): void;
52
53
  LoadFabrikantenViewModel(ChangeDetectorRef: ChangeDetectorRef, ActivatedRoute: ActivatedRoute | null): void;
53
54
  ProcessParameters(ActivatedRoute: ActivatedRoute | null, ChangeDetectorRef: ChangeDetectorRef): boolean;
54
- DownloadARKEYAdomi(): void;
55
- DownloadIFC(): void;
56
- DownloadRevitPlugin(): void;
57
- Download3DAutoCADDwg(): void;
58
- Download3DDxf(): void;
59
- Download2DAutoCADDwg(): void;
60
- Download2DDxf(): void;
61
- DownloadRFA(): void;
55
+ DownloadARKEYAdomi(custombcbeboid: number | undefined): void;
56
+ DownloadIFC(custombcbeboid: number | undefined): void;
57
+ DownloadRevitPlugin(custombcbeboid: number | undefined): void;
58
+ Download3DAutoCADDwg(custombcbeboid: number | undefined): void;
59
+ Download3DDxf(custombcbeboid: number | undefined): void;
60
+ Download2DAutoCADDwg(custombcbeboid: number | undefined): void;
61
+ Download2DDxf(custombcbeboid: number | undefined): void;
62
+ DownloadRFA(custombcbeboid: number | undefined): void;
62
63
  StartDownload(url: string, extension: string): void;
63
64
  private TriggerReloads;
64
65
  GetSteps(): Array<FabrikantenCategoryViewModel>;
@@ -23,6 +23,8 @@ export declare class TranslateService {
23
23
  GetValue(language: LanguageViewModel, category: string, key: string): string;
24
24
  GetActiveValueCategory(catId: number): string;
25
25
  GetValueCategory(language: LanguageViewModel, catId: number): string;
26
+ GetActiveValueBCBEigenschapToebehoren(bcbEigenschapToebehorenId: number): string;
27
+ GetValueBCBEigenschapToebehoren(language: LanguageViewModel, bcbEigenschapToebehorenId: number): string;
26
28
  GetActiveValueProduct(productId: number): string;
27
29
  GetValueProduct(language: LanguageViewModel, productId: number): string;
28
30
  GetActiveValueRangeInput(rangeInputId: number): string;
@@ -364,12 +364,14 @@ export interface IBCBEBODOViewModel {
364
364
  export declare class BCBEigenschapViewModel implements IBCBEigenschapViewModel {
365
365
  id: number;
366
366
  name?: string | undefined;
367
+ ignore: boolean;
367
368
  connected: boolean;
368
369
  open: boolean;
369
370
  location?: string | undefined;
370
371
  opties?: BCBEigenschapOptieViewModel[] | undefined;
371
372
  bereiken?: BCBEigenschapBereikViewModel[] | undefined;
372
373
  rangeInputs?: BCBEigenschapRangeInputModel[] | undefined;
374
+ toebehoren?: BCBEigenschapToebehorenViewModel[] | undefined;
373
375
  constructor(data?: IBCBEigenschapViewModel);
374
376
  init(_data?: any): void;
375
377
  static fromJS(data: any): BCBEigenschapViewModel;
@@ -378,12 +380,14 @@ export declare class BCBEigenschapViewModel implements IBCBEigenschapViewModel {
378
380
  export interface IBCBEigenschapViewModel {
379
381
  id: number;
380
382
  name?: string | undefined;
383
+ ignore: boolean;
381
384
  connected: boolean;
382
385
  open: boolean;
383
386
  location?: string | undefined;
384
387
  opties?: BCBEigenschapOptieViewModel[] | undefined;
385
388
  bereiken?: BCBEigenschapBereikViewModel[] | undefined;
386
389
  rangeInputs?: BCBEigenschapRangeInputModel[] | undefined;
390
+ toebehoren?: BCBEigenschapToebehorenViewModel[] | undefined;
387
391
  }
388
392
  export declare class BCBEigenschapOptieViewModel implements IBCBEigenschapOptieViewModel {
389
393
  id: number;
@@ -499,6 +503,20 @@ export interface IRangeInputViewModel {
499
503
  id: number;
500
504
  name?: string | undefined;
501
505
  }
506
+ export declare class BCBEigenschapToebehorenViewModel implements IBCBEigenschapToebehorenViewModel {
507
+ id: number;
508
+ name?: string | undefined;
509
+ bcbeboViewModel?: BCBEBOViewModel | undefined;
510
+ constructor(data?: IBCBEigenschapToebehorenViewModel);
511
+ init(_data?: any): void;
512
+ static fromJS(data: any): BCBEigenschapToebehorenViewModel;
513
+ toJSON(data?: any): any;
514
+ }
515
+ export interface IBCBEigenschapToebehorenViewModel {
516
+ id: number;
517
+ name?: string | undefined;
518
+ bcbeboViewModel?: BCBEBOViewModel | undefined;
519
+ }
502
520
  export declare class BCBOpbouwViewModel implements IBCBOpbouwViewModel {
503
521
  id: number;
504
522
  name?: string | undefined;
@@ -683,6 +701,7 @@ export declare class FabrikantenViewModel implements IFabrikantenViewModel {
683
701
  hideBreadcrumbInIframe: boolean;
684
702
  hideInformationTab: boolean;
685
703
  alwaysShowVariant: boolean;
704
+ enableToebehoren: boolean;
686
705
  productSelectBlockedByFilters: boolean;
687
706
  categoryLayers?: FabrikantenCategoryLayerViewModel[] | undefined;
688
707
  filters?: FabrikantenFilterViewModel[] | undefined;
@@ -701,6 +720,7 @@ export interface IFabrikantenViewModel {
701
720
  hideBreadcrumbInIframe: boolean;
702
721
  hideInformationTab: boolean;
703
722
  alwaysShowVariant: boolean;
723
+ enableToebehoren: boolean;
704
724
  productSelectBlockedByFilters: boolean;
705
725
  categoryLayers?: FabrikantenCategoryLayerViewModel[] | undefined;
706
726
  filters?: FabrikantenFilterViewModel[] | undefined;
@@ -860,6 +880,7 @@ export declare class FabrikantenBCBProductViewModel implements IFabrikantenBCBPr
860
880
  snedes?: string | undefined;
861
881
  bcbeboViewModel?: BCBEBOViewModel | undefined;
862
882
  bcbProductAfbeeldingen?: FabrikantenBCBProductAfbeeldingViewModel[] | undefined;
883
+ bcbProductToebehoren?: FabrikantenBCBProductToebehorenViewModel[] | undefined;
863
884
  constructor(data?: IFabrikantenBCBProductViewModel);
864
885
  init(_data?: any): void;
865
886
  static fromJS(data: any): FabrikantenBCBProductViewModel;
@@ -874,6 +895,7 @@ export interface IFabrikantenBCBProductViewModel {
874
895
  snedes?: string | undefined;
875
896
  bcbeboViewModel?: BCBEBOViewModel | undefined;
876
897
  bcbProductAfbeeldingen?: FabrikantenBCBProductAfbeeldingViewModel[] | undefined;
898
+ bcbProductToebehoren?: FabrikantenBCBProductToebehorenViewModel[] | undefined;
877
899
  }
878
900
  export declare class FabrikantenBCBProductAfbeeldingViewModel implements IFabrikantenBCBProductAfbeeldingViewModel {
879
901
  id: number;
@@ -893,6 +915,20 @@ export interface IFabrikantenBCBProductAfbeeldingViewModel {
893
915
  position: number;
894
916
  hiddenOnMix: boolean;
895
917
  }
918
+ export declare class FabrikantenBCBProductToebehorenViewModel implements IFabrikantenBCBProductToebehorenViewModel {
919
+ id: number;
920
+ name?: string | undefined;
921
+ bcbeboId: number;
922
+ constructor(data?: IFabrikantenBCBProductToebehorenViewModel);
923
+ init(_data?: any): void;
924
+ static fromJS(data: any): FabrikantenBCBProductToebehorenViewModel;
925
+ toJSON(data?: any): any;
926
+ }
927
+ export interface IFabrikantenBCBProductToebehorenViewModel {
928
+ id: number;
929
+ name?: string | undefined;
930
+ bcbeboId: number;
931
+ }
896
932
  export declare class FabrikantenRequestModel implements IFabrikantenRequestModel {
897
933
  sessionId?: string | undefined;
898
934
  constructor(data?: IFabrikantenRequestModel);
@@ -951,6 +987,7 @@ export interface IFabrikanten3DViewModel {
951
987
  }
952
988
  export declare class Fabrikanten3DRequestModel implements IFabrikanten3DRequestModel {
953
989
  sessionId?: string | undefined;
990
+ customBCBEBO: number;
954
991
  constructor(data?: IFabrikanten3DRequestModel);
955
992
  init(_data?: any): void;
956
993
  static fromJS(data: any): Fabrikanten3DRequestModel;
@@ -958,6 +995,7 @@ export declare class Fabrikanten3DRequestModel implements IFabrikanten3DRequestM
958
995
  }
959
996
  export interface IFabrikanten3DRequestModel {
960
997
  sessionId?: string | undefined;
998
+ customBCBEBO: number;
961
999
  }
962
1000
  export declare class FabrikantenSVGViewModel implements IFabrikantenSVGViewModel {
963
1001
  wuid?: string | undefined;
@@ -1030,6 +1068,7 @@ export interface IFabrikantenFileViewModel {
1030
1068
  export declare class FabrikantenFileRequestModel implements IFabrikantenFileRequestModel {
1031
1069
  fileType?: string | undefined;
1032
1070
  model3D: boolean;
1071
+ customBCBEBOId?: number | undefined;
1033
1072
  sessionId?: string | undefined;
1034
1073
  constructor(data?: IFabrikantenFileRequestModel);
1035
1074
  init(_data?: any): void;
@@ -1039,6 +1078,7 @@ export declare class FabrikantenFileRequestModel implements IFabrikantenFileRequ
1039
1078
  export interface IFabrikantenFileRequestModel {
1040
1079
  fileType?: string | undefined;
1041
1080
  model3D: boolean;
1081
+ customBCBEBOId?: number | undefined;
1042
1082
  sessionId?: string | undefined;
1043
1083
  }
1044
1084
  export declare class BCBLinkResponseModel implements IBCBLinkResponseModel {
@@ -1422,14 +1462,14 @@ export interface IBCBImportEigenschap {
1422
1462
  selected: boolean;
1423
1463
  }
1424
1464
  export declare class BCBImportOpenRequest implements IBCBImportOpenRequest {
1425
- bcbeboId: number;
1465
+ bcbProductId: number;
1426
1466
  constructor(data?: IBCBImportOpenRequest);
1427
1467
  init(_data?: any): void;
1428
1468
  static fromJS(data: any): BCBImportOpenRequest;
1429
1469
  toJSON(data?: any): any;
1430
1470
  }
1431
1471
  export interface IBCBImportOpenRequest {
1432
- bcbeboId: number;
1472
+ bcbProductId: number;
1433
1473
  }
1434
1474
  export declare class BCBImportOpenTempRequest implements IBCBImportOpenTempRequest {
1435
1475
  base?: string | undefined;
@@ -1944,6 +1984,7 @@ export declare class LanguageViewModel implements ILanguageViewModel {
1944
1984
  showSpecification: boolean;
1945
1985
  categories?: TranslateKeyCategoryViewModel[] | undefined;
1946
1986
  categoryEntries?: TranslateEntryCategoryViewModel[] | undefined;
1987
+ bcbEigenschapToebehorenEntries?: TranslateEntryBCBEigenschapToebehorenViewModel[] | undefined;
1947
1988
  productEntries?: TranslateEntryProductViewModel[] | undefined;
1948
1989
  filterEntries?: TranslateEntryFilterViewModel[] | undefined;
1949
1990
  rangeInputEntries?: TranslateEntryRangeInputViewModel[] | undefined;
@@ -1963,6 +2004,7 @@ export interface ILanguageViewModel {
1963
2004
  showSpecification: boolean;
1964
2005
  categories?: TranslateKeyCategoryViewModel[] | undefined;
1965
2006
  categoryEntries?: TranslateEntryCategoryViewModel[] | undefined;
2007
+ bcbEigenschapToebehorenEntries?: TranslateEntryBCBEigenschapToebehorenViewModel[] | undefined;
1966
2008
  productEntries?: TranslateEntryProductViewModel[] | undefined;
1967
2009
  filterEntries?: TranslateEntryFilterViewModel[] | undefined;
1968
2010
  rangeInputEntries?: TranslateEntryRangeInputViewModel[] | undefined;
@@ -2026,6 +2068,22 @@ export interface ITranslateEntryCategoryViewModel {
2026
2068
  categoryName?: string | undefined;
2027
2069
  value?: string | undefined;
2028
2070
  }
2071
+ export declare class TranslateEntryBCBEigenschapToebehorenViewModel implements ITranslateEntryBCBEigenschapToebehorenViewModel {
2072
+ id: number;
2073
+ bcbEigenschapToebehorenId: number;
2074
+ bcbEigenschapToebehorenName?: string | undefined;
2075
+ value?: string | undefined;
2076
+ constructor(data?: ITranslateEntryBCBEigenschapToebehorenViewModel);
2077
+ init(_data?: any): void;
2078
+ static fromJS(data: any): TranslateEntryBCBEigenschapToebehorenViewModel;
2079
+ toJSON(data?: any): any;
2080
+ }
2081
+ export interface ITranslateEntryBCBEigenschapToebehorenViewModel {
2082
+ id: number;
2083
+ bcbEigenschapToebehorenId: number;
2084
+ bcbEigenschapToebehorenName?: string | undefined;
2085
+ value?: string | undefined;
2086
+ }
2029
2087
  export declare class TranslateEntryProductViewModel implements ITranslateEntryProductViewModel {
2030
2088
  id: number;
2031
2089
  productId: number;