fabrikantencore 2.7.6 → 2.7.7

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.7.6",
3
+ "version": "2.7.7",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -0,0 +1,22 @@
1
+ import { ChangeDetectorRef, EventEmitter } 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 FabCheckboxComponent {
7
+ private FabrikantenService;
8
+ TranslateService: TranslateService;
9
+ private ChangeDetectorRef;
10
+ Checked: boolean;
11
+ _filter: FabrikantenFilterViewModel;
12
+ get filter(): FabrikantenFilterViewModel;
13
+ set filter(value: FabrikantenFilterViewModel);
14
+ filterchanged: EventEmitter<void>;
15
+ get TranslationCategory(): typeof TranslationCategory;
16
+ get TranslationSubCategory(): typeof TranslationSubCategory;
17
+ constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
18
+ ngOnInit(): void;
19
+ Changed(): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<FabCheckboxComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<FabCheckboxComponent, "app-fab-checkbox", never, { "filter": { "alias": "filter"; "required": false; }; }, { "filterchanged": "filterchanged"; }, never, never, false, never>;
22
+ }
@@ -73,36 +73,37 @@ import * as i71 from "./beheer/components/beheer-rangeinput/beheer-rangeinput.co
73
73
  import * as i72 from "./components/fab-filter-display-value/fab-filter-display-value.component";
74
74
  import * as i73 from "./components/fab-filter-custom/fab-filter-custom.component";
75
75
  import * as i74 from "./components/fab-filter-custom-base/fab-filter-custom-base.component";
76
- import * as i75 from "@angular/common";
77
- import * as i76 from "@angular/common/http";
78
- import * as i77 from "@kolkov/angular-editor";
79
- import * as i78 from "@angular/material/legacy-input";
80
- import * as i79 from "@angular/forms";
81
- import * as i80 from "@angular/platform-browser/animations";
82
- import * as i81 from "@angular/material/legacy-tooltip";
83
- import * as i82 from "@angular/material/legacy-button";
84
- import * as i83 from "@angular/material/legacy-list";
85
- import * as i84 from "@angular/material/expansion";
86
- import * as i85 from "@angular/material/legacy-card";
87
- import * as i86 from "@angular/material/icon";
88
- import * as i87 from "@angular/material/legacy-dialog";
89
- import * as i88 from "@angular/material/tree";
90
- import * as i89 from "@angular/material/sidenav";
91
- import * as i90 from "@angular/material/legacy-table";
92
- import * as i91 from "@angular/material/button-toggle";
93
- import * as i92 from "@angular/material/stepper";
94
- import * as i93 from "@angular/material/legacy-radio";
95
- import * as i94 from "@angular/material/legacy-paginator";
96
- import * as i95 from "@angular/cdk/drag-drop";
97
- import * as i96 from "@angular/material/legacy-checkbox";
98
- import * as i97 from "@angular/material/divider";
99
- import * as i98 from "@angular/material/legacy-tabs";
100
- import * as i99 from "@angular/material/legacy-progress-spinner";
101
- import * as i100 from "@angular/material/legacy-select";
102
- import * as i101 from "@angular/material/legacy-snack-bar";
103
- import * as i102 from "@angular/router";
76
+ import * as i75 from "./components/fab-checkbox/fab-checkbox.component";
77
+ import * as i76 from "@angular/common";
78
+ import * as i77 from "@angular/common/http";
79
+ import * as i78 from "@kolkov/angular-editor";
80
+ import * as i79 from "@angular/material/legacy-input";
81
+ import * as i80 from "@angular/forms";
82
+ import * as i81 from "@angular/platform-browser/animations";
83
+ import * as i82 from "@angular/material/legacy-tooltip";
84
+ import * as i83 from "@angular/material/legacy-button";
85
+ import * as i84 from "@angular/material/legacy-list";
86
+ import * as i85 from "@angular/material/expansion";
87
+ import * as i86 from "@angular/material/legacy-card";
88
+ import * as i87 from "@angular/material/icon";
89
+ import * as i88 from "@angular/material/legacy-dialog";
90
+ import * as i89 from "@angular/material/tree";
91
+ import * as i90 from "@angular/material/sidenav";
92
+ import * as i91 from "@angular/material/legacy-table";
93
+ import * as i92 from "@angular/material/button-toggle";
94
+ import * as i93 from "@angular/material/stepper";
95
+ import * as i94 from "@angular/material/legacy-radio";
96
+ import * as i95 from "@angular/material/legacy-paginator";
97
+ import * as i96 from "@angular/cdk/drag-drop";
98
+ import * as i97 from "@angular/material/legacy-checkbox";
99
+ import * as i98 from "@angular/material/divider";
100
+ import * as i99 from "@angular/material/legacy-tabs";
101
+ import * as i100 from "@angular/material/legacy-progress-spinner";
102
+ import * as i101 from "@angular/material/legacy-select";
103
+ import * as i102 from "@angular/material/legacy-snack-bar";
104
+ import * as i103 from "@angular/router";
104
105
  export declare class FabrikantenCoreModule {
105
106
  static ɵfac: i0.ɵɵFactoryDeclaration<FabrikantenCoreModule, never>;
106
- 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.FabFilterCustomBaseComponent], [typeof i75.CommonModule, typeof i76.HttpClientModule, typeof i77.AngularEditorModule, typeof i78.MatLegacyInputModule, typeof i79.FormsModule, typeof i80.BrowserAnimationsModule, typeof i81.MatLegacyTooltipModule, typeof i82.MatLegacyButtonModule, typeof i83.MatLegacyListModule, typeof i84.MatExpansionModule, typeof i85.MatLegacyCardModule, typeof i86.MatIconModule, typeof i87.MatLegacyDialogModule, typeof i88.MatTreeModule, typeof i89.MatSidenavModule, typeof i90.MatLegacyTableModule, typeof i91.MatButtonToggleModule, typeof i92.MatStepperModule, typeof i93.MatLegacyRadioModule, typeof i94.MatLegacyPaginatorModule, typeof i95.DragDropModule, typeof i96.MatLegacyCheckboxModule, typeof i97.MatDividerModule, typeof i98.MatLegacyTabsModule, typeof i99.MatLegacyProgressSpinnerModule, typeof i100.MatLegacySelectModule, typeof i101.MatLegacySnackBarModule, typeof i102.RouterModule], [typeof i60.FabActionmenuComponent, typeof i2.FabCategoryNavigatorComponent, typeof i73.FabFilterCustomComponent, typeof i1.FabFiltersComponent, typeof i39.FabFiltersInputComponent, typeof i10.FabLoaderComponent, typeof i45.FabWebglViewerComponent, typeof i46.FabSvgViewerComponent, typeof i26.FabProductBestekComponent, typeof i61.FabSelectBcbproductComponent]>;
107
+ 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.FabFilterCustomBaseComponent, typeof i75.FabCheckboxComponent], [typeof i76.CommonModule, typeof i77.HttpClientModule, typeof i78.AngularEditorModule, typeof i79.MatLegacyInputModule, typeof i80.FormsModule, typeof i81.BrowserAnimationsModule, typeof i82.MatLegacyTooltipModule, typeof i83.MatLegacyButtonModule, typeof i84.MatLegacyListModule, typeof i85.MatExpansionModule, typeof i86.MatLegacyCardModule, typeof i87.MatIconModule, typeof i88.MatLegacyDialogModule, typeof i89.MatTreeModule, typeof i90.MatSidenavModule, typeof i91.MatLegacyTableModule, typeof i92.MatButtonToggleModule, typeof i93.MatStepperModule, typeof i94.MatLegacyRadioModule, typeof i95.MatLegacyPaginatorModule, typeof i96.DragDropModule, typeof i97.MatLegacyCheckboxModule, typeof i98.MatDividerModule, typeof i99.MatLegacyTabsModule, typeof i100.MatLegacyProgressSpinnerModule, typeof i101.MatLegacySelectModule, typeof i102.MatLegacySnackBarModule, typeof i103.RouterModule], [typeof i60.FabActionmenuComponent, typeof i2.FabCategoryNavigatorComponent, typeof i73.FabFilterCustomComponent, typeof i1.FabFiltersComponent, typeof i39.FabFiltersInputComponent, typeof i10.FabLoaderComponent, typeof i45.FabWebglViewerComponent, typeof i46.FabSvgViewerComponent, typeof i26.FabProductBestekComponent, typeof i61.FabSelectBcbproductComponent]>;
107
108
  static ɵinj: i0.ɵɵInjectorDeclaration<FabrikantenCoreModule>;
108
109
  }
@@ -867,6 +867,7 @@ export declare class FabrikantenFilterCategoryViewModel implements IFabrikantenF
867
867
  id: number;
868
868
  name?: string | undefined;
869
869
  position: number;
870
+ completed: boolean;
870
871
  inputs?: FabrikantenInputViewModel[] | undefined;
871
872
  constructor(data?: IFabrikantenFilterCategoryViewModel);
872
873
  init(_data?: any): void;
@@ -877,6 +878,7 @@ export interface IFabrikantenFilterCategoryViewModel {
877
878
  id: number;
878
879
  name?: string | undefined;
879
880
  position: number;
881
+ completed: boolean;
880
882
  inputs?: FabrikantenInputViewModel[] | undefined;
881
883
  }
882
884
  export declare class FabrikantenInputViewModel implements IFabrikantenInputViewModel {
@@ -885,6 +887,7 @@ export declare class FabrikantenInputViewModel implements IFabrikantenInputViewM
885
887
  position: number;
886
888
  required: boolean;
887
889
  filled: boolean;
890
+ completed: boolean;
888
891
  constructor(data?: IFabrikantenInputViewModel);
889
892
  init(_data?: any): void;
890
893
  static fromJS(data: any): FabrikantenInputViewModel;
@@ -896,6 +899,7 @@ export interface IFabrikantenInputViewModel {
896
899
  position: number;
897
900
  required: boolean;
898
901
  filled: boolean;
902
+ completed: boolean;
899
903
  }
900
904
  export declare class FabrikantenFilterViewModel implements IFabrikantenFilterViewModel {
901
905
  id: number;
@@ -950,7 +954,8 @@ export declare enum FilterType {
950
954
  DropdownLabel = 6,
951
955
  ColourSelectorLabel = 7,
952
956
  DisplayValue = 8,
953
- CustomFilter1 = 9
957
+ CustomFilter1 = 9,
958
+ Checkbox = 10
954
959
  }
955
960
  export declare class FabrikantenFilterOptionViewModel implements IFabrikantenFilterOptionViewModel {
956
961
  id: number;