fabrikantencore 2.0.13 → 2.0.14
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.
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-connect-category-dialog/beheer-connect-category-dialog.component.mjs +6 -6
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.mjs +55 -41
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +21 -3
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.mjs +3 -3
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +3 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-categories/fab-categories.component.mjs +2 -2
- package/esm2020/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.mjs +2 -2
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +2 -2
- package/esm2020/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.mjs +29 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +23 -6
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +2 -2
- package/esm2020/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.mjs +2 -2
- package/esm2020/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.mjs +38 -0
- package/esm2020/src/app/modules/fabrikantencore/components/fab-webgl-viewer/fab-webgl-viewer.component.mjs +3 -3
- package/esm2020/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +14 -7
- package/esm2020/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +40 -8
- package/esm2020/src/app/modules/fabrikantencore/services/navigate.service.mjs +2 -2
- package/esm2020/src/app/modules/fabrikantencore/services/projectsetting.service.mjs +2 -1
- package/esm2020/src/app/modules/fabrikantencore/services/texture.service.mjs +33 -0
- package/esm2020/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +339 -25
- package/fesm2015/fabrikantencore.mjs +577 -100
- package/fesm2015/fabrikantencore.mjs.map +1 -1
- package/fesm2020/fabrikantencore.mjs +576 -100
- package/fesm2020/fabrikantencore.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-ebo-koppel/beheer-ebo-koppel/beheer-ebo-koppel.component.d.ts +1 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.d.ts +1 -0
- package/src/app/modules/fabrikantencore/components/fab-iframe/fab-iframe.component.d.ts +12 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.d.ts +5 -2
- package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.d.ts +18 -0
- package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +26 -24
- package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +7 -2
- package/src/app/modules/fabrikantencore/services/texture.service.d.ts +12 -0
- package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +118 -20
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ export declare class BeheerEboKoppelComponent implements OnInit {
|
|
|
15
15
|
Loading(): boolean;
|
|
16
16
|
Connect(id: number): void;
|
|
17
17
|
ConnectMany(id: number): void;
|
|
18
|
-
ConnectCategory(id: number
|
|
18
|
+
ConnectCategory(id: number): void;
|
|
19
19
|
LoadModel(): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeheerEboKoppelComponent, never>;
|
|
21
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<BeheerEboKoppelComponent, "app-beheer-ebo-koppel", never, {}, {}, never, never, false, never>;
|
|
@@ -15,6 +15,7 @@ export declare class BeheerFiltersComponent implements OnInit {
|
|
|
15
15
|
MoveUpOption(option: FilterOptionViewModel): void;
|
|
16
16
|
MoveDownOption(option: FilterOptionViewModel): void;
|
|
17
17
|
Open(filter: FilterViewModel): void;
|
|
18
|
+
Sort(): void;
|
|
18
19
|
private LoadFilters;
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeheerFiltersComponent, never>;
|
|
20
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<BeheerFiltersComponent, "app-beheer-filters", never, {}, {}, never, never, false, never>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FabIframeComponent {
|
|
4
|
+
private sanitization;
|
|
5
|
+
URL: string;
|
|
6
|
+
ActiveURL: string;
|
|
7
|
+
constructor(sanitization: DomSanitizer);
|
|
8
|
+
Open(): void;
|
|
9
|
+
GetSafeURL(): SafeResourceUrl;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabIframeComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabIframeComponent, "app-fab-iframe", never, {}, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, DoCheck, ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import { MatTabChangeEvent } from '@angular/material/tabs';
|
|
3
3
|
import { ActivatedRoute } from '@angular/router';
|
|
4
4
|
import { BestekService } from '../../services/bestek.service';
|
|
@@ -7,7 +7,7 @@ import { MobileService } from '../../services/mobile.service';
|
|
|
7
7
|
import { TranslateService } from '../../services/translate.service';
|
|
8
8
|
import { WebGLService } from '../../services/webgl.service';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class FabProductComponent implements OnInit, AfterViewInit {
|
|
10
|
+
export declare class FabProductComponent implements OnInit, AfterViewInit, DoCheck {
|
|
11
11
|
MobileService: MobileService;
|
|
12
12
|
FabrikantenService: FabrikantenService;
|
|
13
13
|
BestekService: BestekService;
|
|
@@ -20,10 +20,13 @@ export declare class FabProductComponent implements OnInit, AfterViewInit {
|
|
|
20
20
|
constructor(MobileService: MobileService, FabrikantenService: FabrikantenService, BestekService: BestekService, TranslateService: TranslateService, WebGLService: WebGLService, ActivatedRoute: ActivatedRoute, ChangeDetectorRef: ChangeDetectorRef);
|
|
21
21
|
ngOnInit(): void;
|
|
22
22
|
ngAfterViewInit(): void;
|
|
23
|
+
ngDoCheck(): void;
|
|
23
24
|
Back(): void;
|
|
25
|
+
UpdateHeight(): void;
|
|
24
26
|
SelectedTabChange(event: MatTabChangeEvent): void;
|
|
25
27
|
Show3D(): boolean;
|
|
26
28
|
Show2D(): boolean;
|
|
29
|
+
ShowBreadcrumb(): boolean;
|
|
27
30
|
private GetHeight;
|
|
28
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<FabProductComponent, never>;
|
|
29
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<FabProductComponent, "app-fab-product", never, {}, {}, never, never, false, never>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
|
+
import { MobileService } from '../../services/mobile.service';
|
|
4
|
+
import { TextureService } from '../../services/texture.service';
|
|
5
|
+
import { TranslateService } from '../../services/translate.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class FabTextureComponent {
|
|
8
|
+
FabrikantenService: FabrikantenService;
|
|
9
|
+
TextureService: TextureService;
|
|
10
|
+
TranslateService: TranslateService;
|
|
11
|
+
MobileService: MobileService;
|
|
12
|
+
private ChangeDetectorRef;
|
|
13
|
+
constructor(FabrikantenService: FabrikantenService, TextureService: TextureService, TranslateService: TranslateService, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef);
|
|
14
|
+
ShowTexture(): boolean;
|
|
15
|
+
OpenBCBLink(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FabTextureComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FabTextureComponent, "app-fab-texture", never, {}, {}, never, never, false, never>;
|
|
18
|
+
}
|
|
@@ -51,31 +51,33 @@ import * as i49 from "./beheer/components/beheer-products/beheer-products-connec
|
|
|
51
51
|
import * as i50 from "./components/fab-range-input/fab-range-input.component";
|
|
52
52
|
import * as i51 from "./beheer/components/beheer-settings/beheer-settings-boolean/beheer-settings-boolean.component";
|
|
53
53
|
import * as i52 from "./beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component";
|
|
54
|
-
import * as i53 from "
|
|
55
|
-
import * as i54 from "
|
|
56
|
-
import * as i55 from "@angular/
|
|
57
|
-
import * as i56 from "@angular/
|
|
58
|
-
import * as i57 from "@angular/
|
|
59
|
-
import * as i58 from "@angular/
|
|
60
|
-
import * as i59 from "@angular/
|
|
61
|
-
import * as i60 from "@angular/material/
|
|
62
|
-
import * as i61 from "@angular/material/
|
|
63
|
-
import * as i62 from "@angular/material/
|
|
64
|
-
import * as i63 from "@angular/material/
|
|
65
|
-
import * as i64 from "@angular/material/
|
|
66
|
-
import * as i65 from "@angular/material/
|
|
67
|
-
import * as i66 from "@angular/material/
|
|
68
|
-
import * as i67 from "@angular/material/
|
|
69
|
-
import * as i68 from "@angular/material/
|
|
70
|
-
import * as i69 from "@angular/material/
|
|
71
|
-
import * as i70 from "@angular/material/
|
|
72
|
-
import * as i71 from "@angular/material/
|
|
73
|
-
import * as i72 from "@angular/material/
|
|
74
|
-
import * as i73 from "@angular/material/
|
|
75
|
-
import * as i74 from "@angular/material/
|
|
76
|
-
import * as i75 from "@angular/
|
|
54
|
+
import * as i53 from "./components/fab-texture/fab-texture.component";
|
|
55
|
+
import * as i54 from "./components/fab-iframe/fab-iframe.component";
|
|
56
|
+
import * as i55 from "@angular/common";
|
|
57
|
+
import * as i56 from "@angular/common/http";
|
|
58
|
+
import * as i57 from "@angular/material/input";
|
|
59
|
+
import * as i58 from "@angular/forms";
|
|
60
|
+
import * as i59 from "@angular/platform-browser/animations";
|
|
61
|
+
import * as i60 from "@angular/material/tooltip";
|
|
62
|
+
import * as i61 from "@angular/material/button";
|
|
63
|
+
import * as i62 from "@angular/material/list";
|
|
64
|
+
import * as i63 from "@angular/material/expansion";
|
|
65
|
+
import * as i64 from "@angular/material/card";
|
|
66
|
+
import * as i65 from "@angular/material/icon";
|
|
67
|
+
import * as i66 from "@angular/material/dialog";
|
|
68
|
+
import * as i67 from "@angular/material/tree";
|
|
69
|
+
import * as i68 from "@angular/material/sidenav";
|
|
70
|
+
import * as i69 from "@angular/material/table";
|
|
71
|
+
import * as i70 from "@angular/material/button-toggle";
|
|
72
|
+
import * as i71 from "@angular/material/checkbox";
|
|
73
|
+
import * as i72 from "@angular/material/divider";
|
|
74
|
+
import * as i73 from "@angular/material/tabs";
|
|
75
|
+
import * as i74 from "@angular/material/progress-spinner";
|
|
76
|
+
import * as i75 from "@angular/material/select";
|
|
77
|
+
import * as i76 from "@angular/material/snack-bar";
|
|
78
|
+
import * as i77 from "@angular/router";
|
|
77
79
|
export declare class FabrikantenCoreModule {
|
|
78
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenCoreModule, never>;
|
|
79
|
-
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
|
|
81
|
+
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.CommonModule, typeof i56.HttpClientModule, typeof i57.MatInputModule, typeof i58.FormsModule, typeof i59.BrowserAnimationsModule, typeof i60.MatTooltipModule, typeof i61.MatButtonModule, typeof i62.MatListModule, typeof i63.MatExpansionModule, typeof i64.MatCardModule, typeof i65.MatIconModule, typeof i66.MatDialogModule, typeof i67.MatTreeModule, typeof i68.MatSidenavModule, typeof i69.MatTableModule, typeof i70.MatButtonToggleModule, typeof i71.MatCheckboxModule, typeof i72.MatDividerModule, typeof i73.MatTabsModule, typeof i74.MatProgressSpinnerModule, typeof i75.MatSelectModule, typeof i76.MatSnackBarModule, typeof i77.RouterModule], [typeof i1.FabFiltersComponent]>;
|
|
80
82
|
static ɵinj: i0.ɵɵInjectorDeclaration<FabrikantenCoreModule>;
|
|
81
83
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute } from '@angular/router';
|
|
2
3
|
import { FabrikantenApiClient, FabrikantenFilterViewModel, FabrikantenViewModel, FabrikantenProductViewModel, FabrikantenCategoryLayerViewModel, FabrikantenCategoryViewModel } from '../swagger/SwaggerClient';
|
|
3
4
|
import { BestekService } from './bestek.service';
|
|
4
5
|
import { NavigateService } from './navigate.service';
|
|
5
6
|
import { SVGService } from './svg.service';
|
|
7
|
+
import { TextureService } from './texture.service';
|
|
6
8
|
import { TranslateService } from './translate.service';
|
|
7
9
|
import { WebGLService } from './webgl.service';
|
|
8
10
|
import * as i0 from "@angular/core";
|
|
@@ -12,6 +14,7 @@ export declare class FabrikantenService {
|
|
|
12
14
|
private TranslateService;
|
|
13
15
|
private WebGLService;
|
|
14
16
|
private SVGService;
|
|
17
|
+
private TextureService;
|
|
15
18
|
private NavigateService;
|
|
16
19
|
private Init;
|
|
17
20
|
Loading: boolean;
|
|
@@ -26,7 +29,7 @@ export declare class FabrikantenService {
|
|
|
26
29
|
FabrikantenViewModel: FabrikantenViewModel;
|
|
27
30
|
SelectedPhoto: number;
|
|
28
31
|
private SelectedTab;
|
|
29
|
-
constructor(FabrikantenApiClient: FabrikantenApiClient, BestekService: BestekService, TranslateService: TranslateService, WebGLService: WebGLService, SVGService: SVGService, NavigateService: NavigateService);
|
|
32
|
+
constructor(FabrikantenApiClient: FabrikantenApiClient, BestekService: BestekService, TranslateService: TranslateService, WebGLService: WebGLService, SVGService: SVGService, TextureService: TextureService, NavigateService: NavigateService);
|
|
30
33
|
ResetAllFilters(ChangeDetectorRef: ChangeDetectorRef): void;
|
|
31
34
|
SelectOption(filterid: number, filteroptionid: number, ChangeDetectorRef: ChangeDetectorRef): void;
|
|
32
35
|
SetRangeInput(rangeinputid: number, value: number, ChangeDetectorRef: ChangeDetectorRef): void;
|
|
@@ -39,10 +42,12 @@ export declare class FabrikantenService {
|
|
|
39
42
|
TabSelectionChanged(tab: string, ChangeDetectorRef: ChangeDetectorRef): void;
|
|
40
43
|
GetFirstOpenCategoryLayer(): FabrikantenCategoryLayerViewModel | null;
|
|
41
44
|
ShowCategories(): boolean;
|
|
45
|
+
ShowTexture(): boolean;
|
|
42
46
|
ShowVariants(): boolean;
|
|
43
47
|
OpenBCBLink(wuid: string): void;
|
|
44
48
|
ReloadModel(ChangeDetectorRef: ChangeDetectorRef): void;
|
|
45
|
-
LoadFabrikantenViewModel(ChangeDetectorRef: ChangeDetectorRef): void;
|
|
49
|
+
LoadFabrikantenViewModel(ChangeDetectorRef: ChangeDetectorRef, ActivatedRoute: ActivatedRoute | null): void;
|
|
50
|
+
ProcessParameters(ActivatedRoute: ActivatedRoute | null, ChangeDetectorRef: ChangeDetectorRef): boolean;
|
|
46
51
|
DownloadARKEYAdomi(): void;
|
|
47
52
|
DownloadIFC(): void;
|
|
48
53
|
DownloadRevitPlugin(): void;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { FabrikantenApiClient, FabrikantenTextureViewModel } from '../swagger/SwaggerClient';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class TextureService {
|
|
5
|
+
private FabrikantenApiClient;
|
|
6
|
+
Loading: boolean;
|
|
7
|
+
FabrikantenTextureViewModel: FabrikantenTextureViewModel;
|
|
8
|
+
constructor(FabrikantenApiClient: FabrikantenApiClient);
|
|
9
|
+
LoadFabrikantenTextureViewModel(sessionid: string, ChangeDetectorRef: ChangeDetectorRef): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TextureService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TextureService>;
|
|
12
|
+
}
|
|
@@ -24,8 +24,8 @@ export declare class EBOKoppelApiClient {
|
|
|
24
24
|
constructor(http: HttpClient, baseUrl?: string);
|
|
25
25
|
getEBOKoppelViewModel(pEBOConnectRequestModel: EBOConnectRequestModel): Observable<EBOKoppelViewModel>;
|
|
26
26
|
protected processGetEBOKoppelViewModel(response: HttpResponseBase): Observable<EBOKoppelViewModel>;
|
|
27
|
-
|
|
28
|
-
protected
|
|
27
|
+
connectBCBEBODOFilter(pConnectBCBEBODORequest: ConnectBCBEBODORequest): Observable<void>;
|
|
28
|
+
protected processConnectBCBEBODOFilter(response: HttpResponseBase): Observable<void>;
|
|
29
29
|
connectEBODOCategory(pConnectEBOCategoryRequest: ConnectEBODOCategoryRequest): Observable<ConnectEBODOCategoryResponse>;
|
|
30
30
|
protected processConnectEBODOCategory(response: HttpResponseBase): Observable<ConnectEBODOCategoryResponse>;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<EBOKoppelApiClient, [null, { optional: true; }]>;
|
|
@@ -44,6 +44,8 @@ export declare class FabrikantenApiClient {
|
|
|
44
44
|
protected processGetFabrikanten3DViewModel(response: HttpResponseBase): Observable<Fabrikanten3DViewModel>;
|
|
45
45
|
getFabrikantenSVGViewModel(pFabrikantenSVGRequestModel: FabrikantenSVGRequestModel): Observable<FabrikantenSVGViewModel>;
|
|
46
46
|
protected processGetFabrikantenSVGViewModel(response: HttpResponseBase): Observable<FabrikantenSVGViewModel>;
|
|
47
|
+
getFabrikantenTextureViewModel(pFabrikantenTextureRequestModel: FabrikantenTextureRequestModel): Observable<FabrikantenTextureViewModel>;
|
|
48
|
+
protected processGetFabrikantenTextureViewModel(response: HttpResponseBase): Observable<FabrikantenTextureViewModel>;
|
|
47
49
|
getFabrikantenFileViewModel(pFabrikantenFileRequestModel: FabrikantenFileRequestModel): Observable<FabrikantenFileViewModel>;
|
|
48
50
|
protected processGetFabrikantenFileViewModel(response: HttpResponseBase): Observable<FabrikantenFileViewModel>;
|
|
49
51
|
getBCBLink(pBCBLinkRequestModel: BCBLinkRequestModel): Observable<BCBLinkResponseModel>;
|
|
@@ -86,6 +88,8 @@ export declare class FiltersApiClient {
|
|
|
86
88
|
protected processCreateFilterOption(response: HttpResponseBase): Observable<CreateFilterOptionResponse>;
|
|
87
89
|
moveFilter(pMoveFilterRequest: MoveFilterRequest): Observable<void>;
|
|
88
90
|
protected processMoveFilter(response: HttpResponseBase): Observable<void>;
|
|
91
|
+
sortFilter(pMoveFilterRequest: MoveFilterRequest): Observable<void>;
|
|
92
|
+
protected processSortFilter(response: HttpResponseBase): Observable<void>;
|
|
89
93
|
moveFilterOption(pMoveFilterOptionRequest: MoveFilterOptionRequest): Observable<void>;
|
|
90
94
|
protected processMoveFilterOption(response: HttpResponseBase): Observable<void>;
|
|
91
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<FiltersApiClient, [null, { optional: true; }]>;
|
|
@@ -555,7 +559,8 @@ export interface IEBOKoppelViewModel {
|
|
|
555
559
|
}
|
|
556
560
|
export declare class EBOKoppelTypeViewModel implements IEBOKoppelTypeViewModel {
|
|
557
561
|
type?: string | undefined;
|
|
558
|
-
|
|
562
|
+
count: number;
|
|
563
|
+
namen?: EBOKoppelNaamViewModel[] | undefined;
|
|
559
564
|
constructor(data?: IEBOKoppelTypeViewModel);
|
|
560
565
|
init(_data?: any): void;
|
|
561
566
|
static fromJS(data: any): EBOKoppelTypeViewModel;
|
|
@@ -563,7 +568,58 @@ export declare class EBOKoppelTypeViewModel implements IEBOKoppelTypeViewModel {
|
|
|
563
568
|
}
|
|
564
569
|
export interface IEBOKoppelTypeViewModel {
|
|
565
570
|
type?: string | undefined;
|
|
566
|
-
|
|
571
|
+
count: number;
|
|
572
|
+
namen?: EBOKoppelNaamViewModel[] | undefined;
|
|
573
|
+
}
|
|
574
|
+
export declare class EBOKoppelNaamViewModel implements IEBOKoppelNaamViewModel {
|
|
575
|
+
doNaam?: string | undefined;
|
|
576
|
+
ebOs?: EBOKoppelEBOViewModel[] | undefined;
|
|
577
|
+
constructor(data?: IEBOKoppelNaamViewModel);
|
|
578
|
+
init(_data?: any): void;
|
|
579
|
+
static fromJS(data: any): EBOKoppelNaamViewModel;
|
|
580
|
+
toJSON(data?: any): any;
|
|
581
|
+
}
|
|
582
|
+
export interface IEBOKoppelNaamViewModel {
|
|
583
|
+
doNaam?: string | undefined;
|
|
584
|
+
ebOs?: EBOKoppelEBOViewModel[] | undefined;
|
|
585
|
+
}
|
|
586
|
+
export declare class EBOKoppelEBOViewModel implements IEBOKoppelEBOViewModel {
|
|
587
|
+
id: number;
|
|
588
|
+
eboNaam?: string | undefined;
|
|
589
|
+
filterOptions?: EBOKoppelEBOFilterOptionViewModel[] | undefined;
|
|
590
|
+
categories?: EBOKoppelEBOCategoryViewModel[] | undefined;
|
|
591
|
+
constructor(data?: IEBOKoppelEBOViewModel);
|
|
592
|
+
init(_data?: any): void;
|
|
593
|
+
static fromJS(data: any): EBOKoppelEBOViewModel;
|
|
594
|
+
toJSON(data?: any): any;
|
|
595
|
+
}
|
|
596
|
+
export interface IEBOKoppelEBOViewModel {
|
|
597
|
+
id: number;
|
|
598
|
+
eboNaam?: string | undefined;
|
|
599
|
+
filterOptions?: EBOKoppelEBOFilterOptionViewModel[] | undefined;
|
|
600
|
+
categories?: EBOKoppelEBOCategoryViewModel[] | undefined;
|
|
601
|
+
}
|
|
602
|
+
export declare class EBOKoppelEBOFilterOptionViewModel implements IEBOKoppelEBOFilterOptionViewModel {
|
|
603
|
+
filterName?: string | undefined;
|
|
604
|
+
filterOptionName?: string | undefined;
|
|
605
|
+
constructor(data?: IEBOKoppelEBOFilterOptionViewModel);
|
|
606
|
+
init(_data?: any): void;
|
|
607
|
+
static fromJS(data: any): EBOKoppelEBOFilterOptionViewModel;
|
|
608
|
+
toJSON(data?: any): any;
|
|
609
|
+
}
|
|
610
|
+
export interface IEBOKoppelEBOFilterOptionViewModel {
|
|
611
|
+
filterName?: string | undefined;
|
|
612
|
+
filterOptionName?: string | undefined;
|
|
613
|
+
}
|
|
614
|
+
export declare class EBOKoppelEBOCategoryViewModel implements IEBOKoppelEBOCategoryViewModel {
|
|
615
|
+
categoryName?: string | undefined;
|
|
616
|
+
constructor(data?: IEBOKoppelEBOCategoryViewModel);
|
|
617
|
+
init(_data?: any): void;
|
|
618
|
+
static fromJS(data: any): EBOKoppelEBOCategoryViewModel;
|
|
619
|
+
toJSON(data?: any): any;
|
|
620
|
+
}
|
|
621
|
+
export interface IEBOKoppelEBOCategoryViewModel {
|
|
622
|
+
categoryName?: string | undefined;
|
|
567
623
|
}
|
|
568
624
|
export declare class EBOConnectRequestModel implements IEBOConnectRequestModel {
|
|
569
625
|
importSetId: number;
|
|
@@ -575,27 +631,21 @@ export declare class EBOConnectRequestModel implements IEBOConnectRequestModel {
|
|
|
575
631
|
export interface IEBOConnectRequestModel {
|
|
576
632
|
importSetId: number;
|
|
577
633
|
}
|
|
578
|
-
export declare class
|
|
579
|
-
|
|
580
|
-
init(_data?: any): void;
|
|
581
|
-
static fromJS(data: any): KoppelEBOOptieResponse;
|
|
582
|
-
toJSON(data?: any): any;
|
|
583
|
-
}
|
|
584
|
-
export interface IKoppelEBOOptieResponse {
|
|
585
|
-
}
|
|
586
|
-
export declare class KoppelEBOOptieRequest implements IKoppelEBOOptieRequest {
|
|
587
|
-
bcbImportSetId: number;
|
|
634
|
+
export declare class ConnectBCBEBODORequest implements IConnectBCBEBODORequest {
|
|
635
|
+
filterId: number;
|
|
588
636
|
bcbebodoId: number;
|
|
589
|
-
|
|
590
|
-
|
|
637
|
+
bcbImportSetId: number;
|
|
638
|
+
all: boolean;
|
|
639
|
+
constructor(data?: IConnectBCBEBODORequest);
|
|
591
640
|
init(_data?: any): void;
|
|
592
|
-
static fromJS(data: any):
|
|
641
|
+
static fromJS(data: any): ConnectBCBEBODORequest;
|
|
593
642
|
toJSON(data?: any): any;
|
|
594
643
|
}
|
|
595
|
-
export interface
|
|
596
|
-
|
|
644
|
+
export interface IConnectBCBEBODORequest {
|
|
645
|
+
filterId: number;
|
|
597
646
|
bcbebodoId: number;
|
|
598
|
-
|
|
647
|
+
bcbImportSetId: number;
|
|
648
|
+
all: boolean;
|
|
599
649
|
}
|
|
600
650
|
export declare class ConnectEBODOCategoryResponse implements IConnectEBODOCategoryResponse {
|
|
601
651
|
constructor(data?: IConnectEBODOCategoryResponse);
|
|
@@ -622,6 +672,7 @@ export interface IConnectEBODOCategoryRequest {
|
|
|
622
672
|
export declare class FabrikantenViewModel implements IFabrikantenViewModel {
|
|
623
673
|
sessionId?: string | undefined;
|
|
624
674
|
bcbWebserviceURLBase?: string | undefined;
|
|
675
|
+
hideBreadcrumbInIframe: boolean;
|
|
625
676
|
productSelectBlockedByFilters: boolean;
|
|
626
677
|
categoryLayers?: FabrikantenCategoryLayerViewModel[] | undefined;
|
|
627
678
|
filters?: FabrikantenFilterViewModel[] | undefined;
|
|
@@ -636,6 +687,7 @@ export declare class FabrikantenViewModel implements IFabrikantenViewModel {
|
|
|
636
687
|
export interface IFabrikantenViewModel {
|
|
637
688
|
sessionId?: string | undefined;
|
|
638
689
|
bcbWebserviceURLBase?: string | undefined;
|
|
690
|
+
hideBreadcrumbInIframe: boolean;
|
|
639
691
|
productSelectBlockedByFilters: boolean;
|
|
640
692
|
categoryLayers?: FabrikantenCategoryLayerViewModel[] | undefined;
|
|
641
693
|
filters?: FabrikantenFilterViewModel[] | undefined;
|
|
@@ -734,6 +786,8 @@ export interface IFabrikantenRangeInputViewModel {
|
|
|
734
786
|
export declare class FabrikantenProductViewModel implements IFabrikantenProductViewModel {
|
|
735
787
|
id: number;
|
|
736
788
|
name?: string | undefined;
|
|
789
|
+
urlName?: string | undefined;
|
|
790
|
+
textureBaseViewModel?: FabrikantenTextureBaseViewModel | undefined;
|
|
737
791
|
fabrikantenBCBProductViewModels?: FabrikantenBCBProductViewModel[] | undefined;
|
|
738
792
|
constructor(data?: IFabrikantenProductViewModel);
|
|
739
793
|
init(_data?: any): void;
|
|
@@ -743,8 +797,24 @@ export declare class FabrikantenProductViewModel implements IFabrikantenProductV
|
|
|
743
797
|
export interface IFabrikantenProductViewModel {
|
|
744
798
|
id: number;
|
|
745
799
|
name?: string | undefined;
|
|
800
|
+
urlName?: string | undefined;
|
|
801
|
+
textureBaseViewModel?: FabrikantenTextureBaseViewModel | undefined;
|
|
746
802
|
fabrikantenBCBProductViewModels?: FabrikantenBCBProductViewModel[] | undefined;
|
|
747
803
|
}
|
|
804
|
+
export declare class FabrikantenTextureBaseViewModel implements IFabrikantenTextureBaseViewModel {
|
|
805
|
+
id: number;
|
|
806
|
+
name?: string | undefined;
|
|
807
|
+
bcbeboViewModel?: BCBEBOViewModel | undefined;
|
|
808
|
+
constructor(data?: IFabrikantenTextureBaseViewModel);
|
|
809
|
+
init(_data?: any): void;
|
|
810
|
+
static fromJS(data: any): FabrikantenTextureBaseViewModel;
|
|
811
|
+
toJSON(data?: any): any;
|
|
812
|
+
}
|
|
813
|
+
export interface IFabrikantenTextureBaseViewModel {
|
|
814
|
+
id: number;
|
|
815
|
+
name?: string | undefined;
|
|
816
|
+
bcbeboViewModel?: BCBEBOViewModel | undefined;
|
|
817
|
+
}
|
|
748
818
|
export declare class FabrikantenBCBProductViewModel implements IFabrikantenBCBProductViewModel {
|
|
749
819
|
id: number;
|
|
750
820
|
name?: string | undefined;
|
|
@@ -887,6 +957,30 @@ export interface IFabrikantenSVGRequestModel {
|
|
|
887
957
|
schaal?: string | undefined;
|
|
888
958
|
sessionId?: string | undefined;
|
|
889
959
|
}
|
|
960
|
+
export declare class FabrikantenTextureViewModel implements IFabrikantenTextureViewModel {
|
|
961
|
+
wuid?: string | undefined;
|
|
962
|
+
patroonURL?: string | undefined;
|
|
963
|
+
bumpURL?: string | undefined;
|
|
964
|
+
constructor(data?: IFabrikantenTextureViewModel);
|
|
965
|
+
init(_data?: any): void;
|
|
966
|
+
static fromJS(data: any): FabrikantenTextureViewModel;
|
|
967
|
+
toJSON(data?: any): any;
|
|
968
|
+
}
|
|
969
|
+
export interface IFabrikantenTextureViewModel {
|
|
970
|
+
wuid?: string | undefined;
|
|
971
|
+
patroonURL?: string | undefined;
|
|
972
|
+
bumpURL?: string | undefined;
|
|
973
|
+
}
|
|
974
|
+
export declare class FabrikantenTextureRequestModel implements IFabrikantenTextureRequestModel {
|
|
975
|
+
sessionId?: string | undefined;
|
|
976
|
+
constructor(data?: IFabrikantenTextureRequestModel);
|
|
977
|
+
init(_data?: any): void;
|
|
978
|
+
static fromJS(data: any): FabrikantenTextureRequestModel;
|
|
979
|
+
toJSON(data?: any): any;
|
|
980
|
+
}
|
|
981
|
+
export interface IFabrikantenTextureRequestModel {
|
|
982
|
+
sessionId?: string | undefined;
|
|
983
|
+
}
|
|
890
984
|
export declare class FabrikantenFileViewModel implements IFabrikantenFileViewModel {
|
|
891
985
|
file?: string | undefined;
|
|
892
986
|
constructor(data?: IFabrikantenFileViewModel);
|
|
@@ -1553,6 +1647,7 @@ export interface IProjectSettingsCategoryViewModel {
|
|
|
1553
1647
|
}
|
|
1554
1648
|
export declare class ProjectSettingViewModel implements IProjectSettingViewModel {
|
|
1555
1649
|
name?: string | undefined;
|
|
1650
|
+
category: number;
|
|
1556
1651
|
activeValue?: string | undefined;
|
|
1557
1652
|
defaultValue?: string | undefined;
|
|
1558
1653
|
default: boolean;
|
|
@@ -1567,6 +1662,7 @@ export declare class ProjectSettingViewModel implements IProjectSettingViewModel
|
|
|
1567
1662
|
}
|
|
1568
1663
|
export interface IProjectSettingViewModel {
|
|
1569
1664
|
name?: string | undefined;
|
|
1665
|
+
category: number;
|
|
1570
1666
|
activeValue?: string | undefined;
|
|
1571
1667
|
defaultValue?: string | undefined;
|
|
1572
1668
|
default: boolean;
|
|
@@ -1604,6 +1700,7 @@ export interface ISetProjectSettingResponseModel {
|
|
|
1604
1700
|
}
|
|
1605
1701
|
export declare class SetProjectSettingRequestModel implements ISetProjectSettingRequestModel {
|
|
1606
1702
|
name?: string | undefined;
|
|
1703
|
+
category: number;
|
|
1607
1704
|
value?: string | undefined;
|
|
1608
1705
|
pipelineStep?: string | undefined;
|
|
1609
1706
|
constructor(data?: ISetProjectSettingRequestModel);
|
|
@@ -1613,6 +1710,7 @@ export declare class SetProjectSettingRequestModel implements ISetProjectSetting
|
|
|
1613
1710
|
}
|
|
1614
1711
|
export interface ISetProjectSettingRequestModel {
|
|
1615
1712
|
name?: string | undefined;
|
|
1713
|
+
category: number;
|
|
1616
1714
|
value?: string | undefined;
|
|
1617
1715
|
pipelineStep?: string | undefined;
|
|
1618
1716
|
}
|