fabrikantencore 2.3.11 → 2.3.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fabrikantencore",
3
- "version": "2.3.11",
3
+ "version": "2.3.13",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -33,6 +33,7 @@
33
33
  "exports": {
34
34
  "./fabrikanten.service": "./dist/src/app/modules/fabrikantencore/services/fabrikanten.service",
35
35
  "./translate.service": "./dist/src/app/modules/fabrikantencore/services/translate.service",
36
+ "./svg.service": "./dist/src/app/modules/fabrikantencore/services/svg.service",
36
37
  "./package.json": {
37
38
  "default": "./package.json"
38
39
  },
package/public_api.d.ts CHANGED
@@ -5,5 +5,8 @@ export * from './src/app/modules/fabrikantencore/components/fab-category-navigat
5
5
  export * from './src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component';
6
6
  export * from './src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component';
7
7
  export * from './src/app/modules/fabrikantencore/components/fab-product/fab-product-bestek/fab-product-bestek.component';
8
+ export * from './src/app/modules/fabrikantencore/components/fab-loader/fab-loader.component';
9
+ export * from './src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component';
8
10
  export * from './src/app/modules/fabrikantencore/services/fabrikanten.service';
9
11
  export * from './src/app/modules/fabrikantencore/services/translate.service';
12
+ export * from './src/app/modules/fabrikantencore/services/svg.service';
@@ -25,6 +25,7 @@ export declare class FabActionmenuComponent {
25
25
  ShowBestekButtons(): boolean;
26
26
  ShowTextureButtons(): boolean;
27
27
  ShowToebehorenButtons(): boolean;
28
+ ShowBCBButton(): boolean;
28
29
  DownloadBestek(): void;
29
30
  CopyToClipBoard(): void;
30
31
  ShowSTABU(): boolean;
@@ -0,0 +1,26 @@
1
+ import { ChangeDetectorRef, EventEmitter } from '@angular/core';
2
+ import { FabrikantenService } from '../../services/fabrikanten.service';
3
+ import { TranslateService } from '../../services/translate.service';
4
+ import { FabrikantenFilterOptionViewModel, FabrikantenFilterViewModel } from '../../swagger/SwaggerClient';
5
+ import * as i0 from "@angular/core";
6
+ export declare class FabFilterLabelComponent {
7
+ private FabrikantenService;
8
+ TranslateService: TranslateService;
9
+ private ChangeDetectorRef;
10
+ SelectedOptionId: number;
11
+ _filter: FabrikantenFilterViewModel;
12
+ get filter(): FabrikantenFilterViewModel;
13
+ set filter(value: FabrikantenFilterViewModel);
14
+ filterchanged: EventEmitter<void>;
15
+ constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
16
+ ngOnInit(): void;
17
+ SelectOption(): void;
18
+ ResetSelection(): void;
19
+ IsDisabled(): boolean;
20
+ ShowDescription(): boolean;
21
+ GetDescription(): string;
22
+ GetSelectedOption(): FabrikantenFilterOptionViewModel | null;
23
+ private GetAllOptionsExceptFirstAndLast;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<FabFilterLabelComponent, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<FabFilterLabelComponent, "app-fab-filter-label", never, { "filter": "filter"; }, { "filterchanged": "filterchanged"; }, never, never, false, never>;
26
+ }
@@ -66,34 +66,35 @@ import * as i64 from "./components/fab-multiselect/fab-multiselect.component";
66
66
  import * as i65 from "./components/fab-filter-fold/fab-filter-fold.component";
67
67
  import * as i66 from "./components/fab-multiselect-fold/fab-multiselect-fold.component";
68
68
  import * as i67 from "./components/fab-range-input-fold/fab-range-input-fold.component";
69
- import * as i68 from "@angular/common";
70
- import * as i69 from "@angular/common/http";
71
- import * as i70 from "@angular/material/input";
72
- import * as i71 from "@angular/forms";
73
- import * as i72 from "@angular/platform-browser/animations";
74
- import * as i73 from "@angular/material/tooltip";
75
- import * as i74 from "@angular/material/button";
76
- import * as i75 from "@angular/material/list";
77
- import * as i76 from "@angular/material/expansion";
78
- import * as i77 from "@angular/material/card";
79
- import * as i78 from "@angular/material/icon";
80
- import * as i79 from "@angular/material/dialog";
81
- import * as i80 from "@angular/material/tree";
82
- import * as i81 from "@angular/material/sidenav";
83
- import * as i82 from "@angular/material/table";
84
- import * as i83 from "@angular/material/button-toggle";
85
- import * as i84 from "@angular/material/stepper";
86
- import * as i85 from "@angular/material/radio";
87
- import * as i86 from "@angular/cdk/drag-drop";
88
- import * as i87 from "@angular/material/checkbox";
89
- import * as i88 from "@angular/material/divider";
90
- import * as i89 from "@angular/material/tabs";
91
- import * as i90 from "@angular/material/progress-spinner";
92
- import * as i91 from "@angular/material/select";
93
- import * as i92 from "@angular/material/snack-bar";
94
- import * as i93 from "@angular/router";
69
+ import * as i68 from "./components/fab-filter-label/fab-filter-label.component";
70
+ import * as i69 from "@angular/common";
71
+ import * as i70 from "@angular/common/http";
72
+ import * as i71 from "@angular/material/input";
73
+ import * as i72 from "@angular/forms";
74
+ import * as i73 from "@angular/platform-browser/animations";
75
+ import * as i74 from "@angular/material/tooltip";
76
+ import * as i75 from "@angular/material/button";
77
+ import * as i76 from "@angular/material/list";
78
+ import * as i77 from "@angular/material/expansion";
79
+ import * as i78 from "@angular/material/card";
80
+ import * as i79 from "@angular/material/icon";
81
+ import * as i80 from "@angular/material/dialog";
82
+ import * as i81 from "@angular/material/tree";
83
+ import * as i82 from "@angular/material/sidenav";
84
+ import * as i83 from "@angular/material/table";
85
+ import * as i84 from "@angular/material/button-toggle";
86
+ import * as i85 from "@angular/material/stepper";
87
+ import * as i86 from "@angular/material/radio";
88
+ import * as i87 from "@angular/cdk/drag-drop";
89
+ import * as i88 from "@angular/material/checkbox";
90
+ import * as i89 from "@angular/material/divider";
91
+ import * as i90 from "@angular/material/tabs";
92
+ import * as i91 from "@angular/material/progress-spinner";
93
+ import * as i92 from "@angular/material/select";
94
+ import * as i93 from "@angular/material/snack-bar";
95
+ import * as i94 from "@angular/router";
95
96
  export declare class FabrikantenCoreModule {
96
97
  static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenCoreModule, never>;
97
- 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.CommonModule, typeof i69.HttpClientModule, typeof i70.MatInputModule, typeof i71.FormsModule, typeof i72.BrowserAnimationsModule, typeof i73.MatTooltipModule, typeof i74.MatButtonModule, typeof i75.MatListModule, typeof i76.MatExpansionModule, typeof i77.MatCardModule, typeof i78.MatIconModule, typeof i79.MatDialogModule, typeof i80.MatTreeModule, typeof i81.MatSidenavModule, typeof i82.MatTableModule, typeof i83.MatButtonToggleModule, typeof i84.MatStepperModule, typeof i85.MatRadioModule, typeof i86.DragDropModule, typeof i87.MatCheckboxModule, typeof i88.MatDividerModule, typeof i89.MatTabsModule, typeof i90.MatProgressSpinnerModule, typeof i91.MatSelectModule, typeof i92.MatSnackBarModule, typeof i93.RouterModule], [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i60.FabActionmenuComponent, typeof i39.FabFiltersInputComponent, typeof i26.FabProductBestekComponent]>;
98
+ 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.CommonModule, typeof i70.HttpClientModule, typeof i71.MatInputModule, typeof i72.FormsModule, typeof i73.BrowserAnimationsModule, typeof i74.MatTooltipModule, typeof i75.MatButtonModule, typeof i76.MatListModule, typeof i77.MatExpansionModule, typeof i78.MatCardModule, typeof i79.MatIconModule, typeof i80.MatDialogModule, typeof i81.MatTreeModule, typeof i82.MatSidenavModule, typeof i83.MatTableModule, typeof i84.MatButtonToggleModule, typeof i85.MatStepperModule, typeof i86.MatRadioModule, typeof i87.DragDropModule, typeof i88.MatCheckboxModule, typeof i89.MatDividerModule, typeof i90.MatTabsModule, typeof i91.MatProgressSpinnerModule, typeof i92.MatSelectModule, typeof i93.MatSnackBarModule, typeof i94.RouterModule], [typeof i1.FabFiltersComponent, typeof i2.FabCategoryNavigatorComponent, typeof i60.FabActionmenuComponent, typeof i39.FabFiltersInputComponent, typeof i26.FabProductBestekComponent, typeof i61.FabSelectBcbproductComponent, typeof i10.FabLoaderComponent]>;
98
99
  static ɵinj: i0.ɵɵInjectorDeclaration<FabrikantenCoreModule>;
99
100
  }
@@ -762,6 +762,7 @@ export declare class FabrikantenViewModel implements IFabrikantenViewModel {
762
762
  startTab?: string | undefined;
763
763
  alwaysShowVariant: boolean;
764
764
  enableToebehoren: boolean;
765
+ showBCBButton: boolean;
765
766
  productSelectBlockedByFilters: boolean;
766
767
  categoryLayers?: FabrikantenCategoryLayerViewModel[] | undefined;
767
768
  filterCategories?: FabrikantenFilterCategoryViewModel[] | undefined;
@@ -782,6 +783,7 @@ export interface IFabrikantenViewModel {
782
783
  startTab?: string | undefined;
783
784
  alwaysShowVariant: boolean;
784
785
  enableToebehoren: boolean;
786
+ showBCBButton: boolean;
785
787
  productSelectBlockedByFilters: boolean;
786
788
  categoryLayers?: FabrikantenCategoryLayerViewModel[] | undefined;
787
789
  filterCategories?: FabrikantenFilterCategoryViewModel[] | undefined;
@@ -892,7 +894,8 @@ export declare enum FilterType {
892
894
  ColourSelector = 2,
893
895
  MultiSelect = 3,
894
896
  DropdownFold = 4,
895
- MultiSelectFold = 5
897
+ MultiSelectFold = 5,
898
+ DropdownLabel = 6
896
899
  }
897
900
  export declare class FabrikantenFilterOptionViewModel implements IFabrikantenFilterOptionViewModel {
898
901
  id: number;