fabrikantencore 2.6.2 → 2.6.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.
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.mjs +20 -14
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.mjs +18 -15
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.mjs +17 -50
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.mjs +9 -6
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +5 -4
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.mjs +23 -18
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.mjs +18 -12
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +20 -11
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.mjs +19 -32
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +3 -6
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.mjs +19 -17
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.mjs +80 -68
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.mjs +135 -7
- package/esm2020/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.mjs +11 -4
- package/esm2020/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.mjs +15 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-colour-label/fab-filter-colour-label.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-fold/fab-filter-fold.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filter-label/fab-filter-label.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.mjs +8 -4
- package/esm2020/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product-info/fab-product-info.component.mjs +3 -2
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +12 -5
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.mjs +11 -5
- package/esm2020/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.mjs +13 -6
- package/esm2020/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-start/fab-start.component.mjs +2 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.mjs +5 -8
- package/esm2020/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.mjs +10 -3
- package/esm2020/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +14 -1
- package/esm2020/src/app/modules/fabrikantencore/helpers/auth.guard.mjs +2 -1
- package/esm2020/src/app/modules/fabrikantencore/services/authentication.service.mjs +25 -2
- package/esm2020/src/app/modules/fabrikantencore/services/fabrikanten.service.mjs +130 -89
- package/esm2020/src/app/modules/fabrikantencore/services/importsets.service.mjs +7 -5
- package/esm2020/src/app/modules/fabrikantencore/services/photo.service.mjs +3 -2
- package/esm2020/src/app/modules/fabrikantencore/services/products.service.mjs +12 -21
- package/esm2020/src/app/modules/fabrikantencore/services/svg.service.mjs +11 -6
- package/esm2020/src/app/modules/fabrikantencore/services/translate.service.mjs +17 -212
- package/esm2020/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +1071 -535
- package/fesm2015/fabrikantencore.mjs +1759 -1114
- package/fesm2015/fabrikantencore.mjs.map +1 -1
- package/fesm2020/fabrikantencore.mjs +1750 -1100
- package/fesm2020/fabrikantencore.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-deeplink/beheer-deeplink.component.d.ts +4 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-filters/beheer-filters.component.d.ts +4 -4
- package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-connect-rangeinput/beheer-products-connect-rangeinput.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-ebo/beheer-products-ebo.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-koppel-filteroption-dailog/beheer-products-koppel-filteroption-dailog.component.d.ts +3 -2
- package/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.d.ts +0 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-select-filter-dialog/beheer-select-filter-dialog.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-translate/beheer-translate.component.d.ts +17 -10
- package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.d.ts +18 -1
- package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.d.ts +3 -0
- package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-category-navigator/fab-category-navigator.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-category-tile/fab-category-tile.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-filter/fab-filter.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour-dialog/fab-filter-colour-dialog.component.d.ts +2 -0
- package/src/app/modules/fabrikantencore/components/fab-filter-colour/fab-filter-colour.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-filter-colour-label/fab-filter-colour-label.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-filter-fold/fab-filter-fold.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-filter-label/fab-filter-label.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-filters/fab-filters.component.d.ts +2 -0
- package/src/app/modules/fabrikantencore/components/fab-filters-input/fab-filters-input.component.d.ts +3 -0
- package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-multiselect-fold/fab-multiselect-fold.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-product/fab-product.component.d.ts +3 -0
- package/src/app/modules/fabrikantencore/components/fab-product/fab-toebehoren/fab-toebehoren.component.d.ts +3 -0
- package/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.d.ts +3 -0
- package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-range-input-fold/fab-range-input-fold.component.d.ts +3 -1
- package/src/app/modules/fabrikantencore/components/fab-select-bcbproduct/fab-select-bcbproduct.component.d.ts +3 -0
- package/src/app/modules/fabrikantencore/components/fab-svg-viewer/fab-svg-viewer.component.d.ts +1 -2
- package/src/app/modules/fabrikantencore/components/fab-texture/fab-texture.component.d.ts +3 -0
- package/src/app/modules/fabrikantencore/fabrikantencore.module.d.ts +10 -9
- package/src/app/modules/fabrikantencore/services/authentication.service.d.ts +4 -0
- package/src/app/modules/fabrikantencore/services/fabrikanten.service.d.ts +10 -11
- package/src/app/modules/fabrikantencore/services/importsets.service.d.ts +3 -1
- package/src/app/modules/fabrikantencore/services/products.service.d.ts +3 -2
- package/src/app/modules/fabrikantencore/services/svg.service.d.ts +6 -1
- package/src/app/modules/fabrikantencore/services/translate.service.d.ts +4 -28
- package/src/app/modules/fabrikantencore/swagger/SwaggerClient.d.ts +395 -199
package/package.json
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
+
import { AuthenticationService } from '../../../services/authentication.service';
|
|
2
3
|
import { DeeplinkViewModel, DeeplinkProductViewModel, ProductsApiClient } from '../../../swagger/SwaggerClient';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class BeheerDeeplinkComponent implements OnInit {
|
|
5
6
|
private ProductsApiClient;
|
|
7
|
+
private authenticationService;
|
|
6
8
|
private ChangeDetectorRef;
|
|
7
9
|
Loading: boolean;
|
|
8
10
|
DeeplinkViewModel: DeeplinkViewModel;
|
|
9
11
|
URL: string;
|
|
10
|
-
constructor(ProductsApiClient: ProductsApiClient, ChangeDetectorRef: ChangeDetectorRef);
|
|
12
|
+
constructor(ProductsApiClient: ProductsApiClient, authenticationService: AuthenticationService, ChangeDetectorRef: ChangeDetectorRef);
|
|
11
13
|
ngOnInit(): void;
|
|
12
14
|
GetLink(language: string, product: DeeplinkProductViewModel): string;
|
|
15
|
+
GetLinkCategory(language: string, category: string): string;
|
|
13
16
|
private LoadModel;
|
|
14
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeheerDeeplinkComponent, never>;
|
|
15
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<BeheerDeeplinkComponent, "app-beheer-deeplink", never, {}, {}, never, never, false, never>;
|
package/src/app/modules/fabrikantencore/beheer/components/beheer-filter/beheer-filter.component.d.ts
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
2
2
|
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
3
3
|
import { MatDialog } from '@angular/material/dialog';
|
|
4
|
+
import { AuthenticationService } from '../../../services/authentication.service';
|
|
4
5
|
import { FilterOptionFilterOptionRequiredViewModel, FilterOptionRequiredViewModel, FilterOptionViewModel, FiltersApiClient, FilterViewModel } from '../../../swagger/SwaggerClient';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class BeheerFilterComponent {
|
|
7
8
|
private FiltersApiClient;
|
|
9
|
+
private authenticationService;
|
|
8
10
|
dialog: MatDialog;
|
|
9
11
|
private ChangeDetectorRef;
|
|
10
12
|
filter: FilterViewModel;
|
|
11
13
|
reload: EventEmitter<void>;
|
|
12
14
|
FilterOptionViewModel: FilterOptionViewModel | null;
|
|
13
|
-
constructor(FiltersApiClient: FiltersApiClient, dialog: MatDialog, ChangeDetectorRef: ChangeDetectorRef);
|
|
15
|
+
constructor(FiltersApiClient: FiltersApiClient, authenticationService: AuthenticationService, dialog: MatDialog, ChangeDetectorRef: ChangeDetectorRef);
|
|
14
16
|
drop(event: CdkDragDrop<string[]>): void;
|
|
15
17
|
Open(option: FilterOptionViewModel): void;
|
|
16
18
|
Sort(): void;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import { FiltersApiClient, InputsViewModel, InputViewModel
|
|
2
|
+
import { FiltersApiClient, InputsViewModel, InputViewModel } from '../../../swagger/SwaggerClient';
|
|
3
3
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
4
4
|
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
+
import { AuthenticationService } from '../../../services/authentication.service';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class BeheerFiltersComponent implements OnInit {
|
|
7
8
|
private FiltersApiClient;
|
|
9
|
+
private authenticationService;
|
|
8
10
|
dialog: MatDialog;
|
|
9
11
|
private ChangeDetectorRef;
|
|
10
12
|
Loading: boolean;
|
|
11
13
|
InputsViewModel: InputsViewModel;
|
|
12
14
|
InputViewModel: InputViewModel | undefined;
|
|
13
|
-
constructor(FiltersApiClient: FiltersApiClient, dialog: MatDialog, ChangeDetectorRef: ChangeDetectorRef);
|
|
15
|
+
constructor(FiltersApiClient: FiltersApiClient, authenticationService: AuthenticationService, dialog: MatDialog, ChangeDetectorRef: ChangeDetectorRef);
|
|
14
16
|
ngOnInit(): void;
|
|
15
17
|
drop(event: CdkDragDrop<string[]>): void;
|
|
16
|
-
MoveUpOption(option: FilterOptionViewModel): void;
|
|
17
|
-
MoveDownOption(option: FilterOptionViewModel): void;
|
|
18
18
|
Open(input: InputViewModel): void;
|
|
19
19
|
AddCategory(): void;
|
|
20
20
|
LoadInputs(): void;
|
package/src/app/modules/fabrikantencore/beheer/components/beheer-main/beheer-main.component.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class BeheerMainComponent implements OnInit {
|
|
4
|
-
|
|
5
|
+
router: Router;
|
|
6
|
+
constructor(router: Router);
|
|
5
7
|
ngOnInit(): void;
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeheerMainComponent, never>;
|
|
7
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<BeheerMainComponent, "app-beheer-main", never, {}, {}, never, never, false, never>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { AuthenticationService } from '../../../../services/authentication.service';
|
|
3
4
|
import { ImportSetsService } from '../../../../services/importsets.service';
|
|
4
5
|
import { ProductsService } from '../../../../services/products.service';
|
|
5
6
|
import { ProductsApiClient, FiltersApiClient, RangeInputsViewModel, ConnectBCBEigenschapRangeInputResponse } from '../../../../swagger/SwaggerClient';
|
|
@@ -9,6 +10,7 @@ export declare class BeheerProductsConnectRangeinputComponent implements OnInit
|
|
|
9
10
|
data: any;
|
|
10
11
|
private ProductsApiClient;
|
|
11
12
|
private FiltersApiClient;
|
|
13
|
+
private authenticationService;
|
|
12
14
|
private ImportSetsService;
|
|
13
15
|
ProductsService: ProductsService;
|
|
14
16
|
private ChangeDetectorRef;
|
|
@@ -20,7 +22,7 @@ export declare class BeheerProductsConnectRangeinputComponent implements OnInit
|
|
|
20
22
|
RangeInputNaamNieuw: string;
|
|
21
23
|
LoadingRangeInputs: boolean;
|
|
22
24
|
LoadingOptions: boolean;
|
|
23
|
-
constructor(dialogRef: MatDialogRef<BeheerProductsConnectRangeinputComponent>, data: any, ProductsApiClient: ProductsApiClient, FiltersApiClient: FiltersApiClient, ImportSetsService: ImportSetsService, ProductsService: ProductsService, ChangeDetectorRef: ChangeDetectorRef);
|
|
25
|
+
constructor(dialogRef: MatDialogRef<BeheerProductsConnectRangeinputComponent>, data: any, ProductsApiClient: ProductsApiClient, FiltersApiClient: FiltersApiClient, authenticationService: AuthenticationService, ImportSetsService: ImportSetsService, ProductsService: ProductsService, ChangeDetectorRef: ChangeDetectorRef);
|
|
24
26
|
ngOnInit(): void;
|
|
25
27
|
NieuwToevoegen(): void;
|
|
26
28
|
Bestaand(): void;
|
|
@@ -3,15 +3,17 @@ import { MatDialog } from '@angular/material/dialog';
|
|
|
3
3
|
import { ProductsService } from '../../../../services/products.service';
|
|
4
4
|
import { ImportSetsService } from '../../../../services/importsets.service';
|
|
5
5
|
import { ProductsApiClient, BCBEBOViewModel, BCBOpbouwViewModel } from '../../../../swagger/SwaggerClient';
|
|
6
|
+
import { AuthenticationService } from '../../../../services/authentication.service';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class BeheerProductsEboComponent implements OnInit {
|
|
8
9
|
dialog: MatDialog;
|
|
9
10
|
ImportSetsService: ImportSetsService;
|
|
10
11
|
private ProductsApiClient;
|
|
12
|
+
authenticationService: AuthenticationService;
|
|
11
13
|
private ProductsService;
|
|
12
14
|
private ChangeDetectorRef;
|
|
13
15
|
ebo: BCBEBOViewModel;
|
|
14
|
-
constructor(dialog: MatDialog, ImportSetsService: ImportSetsService, ProductsApiClient: ProductsApiClient, ProductsService: ProductsService, ChangeDetectorRef: ChangeDetectorRef);
|
|
16
|
+
constructor(dialog: MatDialog, ImportSetsService: ImportSetsService, ProductsApiClient: ProductsApiClient, authenticationService: AuthenticationService, ProductsService: ProductsService, ChangeDetectorRef: ChangeDetectorRef);
|
|
15
17
|
ngOnInit(): void;
|
|
16
18
|
ConnectAv(): boolean;
|
|
17
19
|
Connect(): void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
+
import { AuthenticationService } from '../../../../services/authentication.service';
|
|
3
4
|
import { ImportSetsService } from '../../../../services/importsets.service';
|
|
4
5
|
import { ProductsService } from '../../../../services/products.service';
|
|
5
6
|
import { ProductsApiClient, BCBEigenschapViewModel } from '../../../../swagger/SwaggerClient';
|
|
@@ -8,10 +9,11 @@ export declare class BeheerProductsEigenschapComponent implements OnInit {
|
|
|
8
9
|
ImportSetsService: ImportSetsService;
|
|
9
10
|
ProductsService: ProductsService;
|
|
10
11
|
dialog: MatDialog;
|
|
12
|
+
authenticationService: AuthenticationService;
|
|
11
13
|
private ProductsApiClient;
|
|
12
14
|
private ChangeDetectorRef;
|
|
13
15
|
eigenschap: BCBEigenschapViewModel;
|
|
14
|
-
constructor(ImportSetsService: ImportSetsService, ProductsService: ProductsService, dialog: MatDialog, ProductsApiClient: ProductsApiClient, ChangeDetectorRef: ChangeDetectorRef);
|
|
16
|
+
constructor(ImportSetsService: ImportSetsService, ProductsService: ProductsService, dialog: MatDialog, authenticationService: AuthenticationService, ProductsApiClient: ProductsApiClient, ChangeDetectorRef: ChangeDetectorRef);
|
|
15
17
|
ngOnInit(): void;
|
|
16
18
|
Toggle(): void;
|
|
17
19
|
Connect(id: number): void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { AuthenticationService } from '../../../../services/authentication.service';
|
|
3
4
|
import { ProductsService } from '../../../../services/products.service';
|
|
4
5
|
import { FiltersApiClient, FiltersViewModel, FilterOptionViewModel, ProductsApiClient } from '../../../../swagger/SwaggerClient';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
@@ -8,6 +9,7 @@ export declare class BeheerProductsKoppelFilteroptionDailogComponent implements
|
|
|
8
9
|
data: any;
|
|
9
10
|
private FiltersApiClient;
|
|
10
11
|
private ProductsApiClient;
|
|
12
|
+
private authenticationService;
|
|
11
13
|
private ProductsService;
|
|
12
14
|
FiltersViewModel: FiltersViewModel;
|
|
13
15
|
FilterNaamNieuw: string;
|
|
@@ -18,7 +20,7 @@ export declare class BeheerProductsKoppelFilteroptionDailogComponent implements
|
|
|
18
20
|
FilterOptionSelected: number;
|
|
19
21
|
BCBEigenschapOptieId: number;
|
|
20
22
|
Location: string;
|
|
21
|
-
constructor(dialogRef: MatDialogRef<BeheerProductsKoppelFilteroptionDailogComponent>, data: any, FiltersApiClient: FiltersApiClient, ProductsApiClient: ProductsApiClient, ProductsService: ProductsService);
|
|
23
|
+
constructor(dialogRef: MatDialogRef<BeheerProductsKoppelFilteroptionDailogComponent>, data: any, FiltersApiClient: FiltersApiClient, ProductsApiClient: ProductsApiClient, authenticationService: AuthenticationService, ProductsService: ProductsService);
|
|
22
24
|
ngOnInit(): void;
|
|
23
25
|
handleKeyUpFilter(e: any): void;
|
|
24
26
|
handleKeyUpFilterOption(e: any): void;
|
|
@@ -29,7 +31,6 @@ export declare class BeheerProductsKoppelFilteroptionDailogComponent implements
|
|
|
29
31
|
KoppelManyName(): void;
|
|
30
32
|
Loading(): boolean;
|
|
31
33
|
private LoadFilters;
|
|
32
|
-
private LoadOpties;
|
|
33
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeheerProductsKoppelFilteroptionDailogComponent, never>;
|
|
34
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<BeheerProductsKoppelFilteroptionDailogComponent, "app-beheer-products-koppel-filteroption-dailog", never, {}, {}, never, never, false, never>;
|
|
35
36
|
}
|
|
@@ -15,7 +15,6 @@ export declare class BeheerProductsComponent implements OnInit {
|
|
|
15
15
|
Import(): void;
|
|
16
16
|
ImportBCBProduct(bcbproduct: BCBProductViewModel): void;
|
|
17
17
|
ResetImport(): void;
|
|
18
|
-
CleanUp(): void;
|
|
19
18
|
ShowBCBProducts(product: ProductViewModel): boolean;
|
|
20
19
|
SelectProduct(product: ProductViewModel): void;
|
|
21
20
|
SaveProduct(product: ProductViewModel): void;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { AuthenticationService } from '../../../services/authentication.service';
|
|
3
4
|
import { FiltersApiClient, FiltersViewModel } from '../../../swagger/SwaggerClient';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class BeheerSelectFilterDialogComponent implements OnInit {
|
|
6
7
|
private FiltersApiClient;
|
|
7
8
|
data: any;
|
|
9
|
+
authenticationService: AuthenticationService;
|
|
8
10
|
dialogRef: MatDialogRef<BeheerSelectFilterDialogComponent>;
|
|
9
11
|
LoadingFilters: boolean;
|
|
10
12
|
FiltersViewModel: FiltersViewModel;
|
|
@@ -17,7 +19,7 @@ export declare class BeheerSelectFilterDialogComponent implements OnInit {
|
|
|
17
19
|
DO3: boolean;
|
|
18
20
|
DO4: boolean;
|
|
19
21
|
Kenmerk: boolean;
|
|
20
|
-
constructor(FiltersApiClient: FiltersApiClient, data: any, dialogRef: MatDialogRef<BeheerSelectFilterDialogComponent>);
|
|
22
|
+
constructor(FiltersApiClient: FiltersApiClient, data: any, authenticationService: AuthenticationService, dialogRef: MatDialogRef<BeheerSelectFilterDialogComponent>);
|
|
21
23
|
ngOnInit(): void;
|
|
22
24
|
Loading(): boolean;
|
|
23
25
|
NieuwFilterToevoegen(): void;
|
|
@@ -1,19 +1,26 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { PageEvent } from '@angular/material/paginator';
|
|
3
|
+
import { AuthenticationService } from '../../../services/authentication.service';
|
|
4
|
+
import { BeheerLanguagesCategoryViewModel, BeheerLanguagesSubCategoryViewModel, BeheerLanguagesViewModel, TranslateApiClient, TranslationCategory, TranslationSubCategory } from '../../../swagger/SwaggerClient';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class BeheerTranslateComponent implements OnInit {
|
|
6
|
-
TranslateService: TranslateService;
|
|
7
7
|
private TranslateApiClient;
|
|
8
|
+
private authenticationService;
|
|
8
9
|
private ChangeDetectorRef;
|
|
9
|
-
|
|
10
|
+
Loading: boolean;
|
|
11
|
+
BeheerLanguagesViewModel: BeheerLanguagesViewModel;
|
|
12
|
+
ActiveSubs: Array<BeheerLanguagesSubCategoryViewModel>;
|
|
13
|
+
pageIndex: number;
|
|
14
|
+
amountLength: number;
|
|
15
|
+
amountPerPage: number;
|
|
16
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
17
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
18
|
+
SelectedBeheerLanguagesCategoryViewModel: BeheerLanguagesCategoryViewModel | null;
|
|
19
|
+
constructor(TranslateApiClient: TranslateApiClient, authenticationService: AuthenticationService, ChangeDetectorRef: ChangeDetectorRef);
|
|
10
20
|
ngOnInit(): void;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
GetFilterOptionEntries(filterid: number): Array<TranslateEntryFilterOptionViewModel>;
|
|
15
|
-
GetDescriptionEntries(): Array<TranslateEntryDescriptionViewModel>;
|
|
16
|
-
GetAfbeeldingEntries(): Array<TranslateEntryAfbeeldingViewModel>;
|
|
21
|
+
handlePageEvent(e: PageEvent): void;
|
|
22
|
+
RefreshPaginator(): void;
|
|
23
|
+
LoadTranslations(ChangeDetectorRef: ChangeDetectorRef): void;
|
|
17
24
|
Export(): void;
|
|
18
25
|
Import(): void;
|
|
19
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeheerTranslateComponent, never>;
|
package/src/app/modules/fabrikantencore/beheer/components/beheer-users/beheer-users.component.d.ts
CHANGED
|
@@ -1,8 +1,25 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AuthenticationService } from '../../../services/authentication.service';
|
|
3
|
+
import { SecurityApiClient, UsersViewModel, UserViewModel } from '../../../swagger/SwaggerClient';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
3
5
|
export declare class BeheerUsersComponent implements OnInit {
|
|
4
|
-
|
|
6
|
+
private securityApiClient;
|
|
7
|
+
private authenticationService;
|
|
8
|
+
Loading: boolean;
|
|
9
|
+
Overview: boolean;
|
|
10
|
+
NewUser: boolean;
|
|
11
|
+
EditUser: boolean;
|
|
12
|
+
Password: string;
|
|
13
|
+
UsersViewModel: UsersViewModel;
|
|
14
|
+
UserViewModel: UserViewModel;
|
|
15
|
+
constructor(securityApiClient: SecurityApiClient, authenticationService: AuthenticationService);
|
|
5
16
|
ngOnInit(): void;
|
|
17
|
+
Add(): void;
|
|
18
|
+
Edit(user: UserViewModel): void;
|
|
19
|
+
Save(): void;
|
|
20
|
+
Cancel(): void;
|
|
21
|
+
Delete(user: UserViewModel): void;
|
|
22
|
+
LoadUsers(): void;
|
|
6
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeheerUsersComponent, never>;
|
|
7
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<BeheerUsersComponent, "app-beheer-users", never, {}, {}, never, never, false, never>;
|
|
8
25
|
}
|
package/src/app/modules/fabrikantencore/components/fab-actionmenu/fab-actionmenu.component.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import { TextureService } from '../../services/texture.service';
|
|
|
7
7
|
import { ToebehorenService } from '../../services/toebehoren.service';
|
|
8
8
|
import { TranslateService } from '../../services/translate.service';
|
|
9
9
|
import { WebGLService } from '../../services/webgl.service';
|
|
10
|
+
import { TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
export declare class FabActionmenuComponent {
|
|
12
13
|
MobileService: MobileService;
|
|
@@ -18,6 +19,8 @@ export declare class FabActionmenuComponent {
|
|
|
18
19
|
WebGLService: WebGLService;
|
|
19
20
|
ToebehorenService: ToebehorenService;
|
|
20
21
|
ChangeDetectorRef: ChangeDetectorRef;
|
|
22
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
23
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
21
24
|
display: string;
|
|
22
25
|
constructor(MobileService: MobileService, FabrikantenService: FabrikantenService, TranslateService: TranslateService, BestekService: BestekService, TextureService: TextureService, SVGService: SVGService, WebGLService: WebGLService, ToebehorenService: ToebehorenService, ChangeDetectorRef: ChangeDetectorRef);
|
|
23
26
|
OpenLink(url: string): void;
|
package/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
|
2
2
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
3
|
import { MobileService } from '../../services/mobile.service';
|
|
4
4
|
import { TranslateService } from '../../services/translate.service';
|
|
5
|
-
import { FabrikantenCategoryViewModel } from '../../swagger/SwaggerClient';
|
|
5
|
+
import { FabrikantenCategoryViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class FabBreadcrumbComponent implements OnInit {
|
|
8
8
|
MobileService: MobileService;
|
|
@@ -10,6 +10,8 @@ export declare class FabBreadcrumbComponent implements OnInit {
|
|
|
10
10
|
TranslateService: TranslateService;
|
|
11
11
|
private ChangeDetectorRef;
|
|
12
12
|
showfiltermenubutton: boolean;
|
|
13
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
14
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
13
15
|
constructor(MobileService: MobileService, FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
14
16
|
ngOnInit(): void;
|
|
15
17
|
Back(): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { CategoriesApiClient, CategoriesViewModel, CategoryViewModel } from '../../swagger/SwaggerClient';
|
|
2
|
+
import { CategoriesApiClient, CategoriesViewModel, CategoryViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
3
3
|
import { TranslateService } from '../../services/translate.service';
|
|
4
4
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -8,6 +8,8 @@ export declare class FabCategoryNavigatorComponent {
|
|
|
8
8
|
private ChangeDetectorRef;
|
|
9
9
|
FabrikantenService: FabrikantenService;
|
|
10
10
|
TranslateService: TranslateService;
|
|
11
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
12
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
11
13
|
Loading: boolean;
|
|
12
14
|
CategoriesViewModel: CategoriesViewModel;
|
|
13
15
|
constructor(CategoriesApiClient: CategoriesApiClient, ChangeDetectorRef: ChangeDetectorRef, FabrikantenService: FabrikantenService, TranslateService: TranslateService);
|
|
@@ -2,13 +2,15 @@ import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
|
2
2
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
3
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
4
4
|
import { TranslateService } from '../../services/translate.service';
|
|
5
|
-
import { FabrikantenCategoryViewModel } from '../../swagger/SwaggerClient';
|
|
5
|
+
import { FabrikantenCategoryViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class FabCategoryTileComponent implements OnInit {
|
|
8
8
|
FabrikantenService: FabrikantenService;
|
|
9
9
|
private sanitization;
|
|
10
10
|
private ChangeDetectorRef;
|
|
11
11
|
TranslateService: TranslateService;
|
|
12
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
13
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
12
14
|
category: FabrikantenCategoryViewModel;
|
|
13
15
|
constructor(FabrikantenService: FabrikantenService, sanitization: DomSanitizer, ChangeDetectorRef: ChangeDetectorRef, TranslateService: TranslateService);
|
|
14
16
|
ngOnInit(): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
3
|
import { TranslateService } from '../../services/translate.service';
|
|
4
|
-
import { FabrikantenFilterOptionViewModel, FabrikantenFilterViewModel } from '../../swagger/SwaggerClient';
|
|
4
|
+
import { FabrikantenFilterOptionViewModel, FabrikantenFilterViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FabFilterComponent implements OnInit {
|
|
7
7
|
private FabrikantenService;
|
|
@@ -12,6 +12,8 @@ export declare class FabFilterComponent implements OnInit {
|
|
|
12
12
|
get filter(): FabrikantenFilterViewModel;
|
|
13
13
|
set filter(value: FabrikantenFilterViewModel);
|
|
14
14
|
filterchanged: EventEmitter<void>;
|
|
15
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
16
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
15
17
|
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
16
18
|
ngOnInit(): void;
|
|
17
19
|
SelectOption(): void;
|
|
@@ -18,6 +18,8 @@ export declare class FabFilterColourDialogComponent {
|
|
|
18
18
|
ShowCustomTopColours(): boolean;
|
|
19
19
|
Select(colour: string, colourvalue: string): void;
|
|
20
20
|
Show(name: string): boolean;
|
|
21
|
+
ShowCustomTopBlackColour(): boolean;
|
|
22
|
+
ShowCustomTopGrayColour(): boolean;
|
|
21
23
|
private AddColours;
|
|
22
24
|
private AddColour;
|
|
23
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<FabFilterColourDialogComponent, never>;
|
|
@@ -2,7 +2,7 @@ import { ChangeDetectorRef } from '@angular/core';
|
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
4
4
|
import { TranslateService } from '../../services/translate.service';
|
|
5
|
-
import { FabrikantenFilterViewModel } from '../../swagger/SwaggerClient';
|
|
5
|
+
import { FabrikantenFilterViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class FabFilterColourComponent {
|
|
8
8
|
private FabrikantenService;
|
|
@@ -10,6 +10,8 @@ export declare class FabFilterColourComponent {
|
|
|
10
10
|
private ChangeDetectorRef;
|
|
11
11
|
dialog: MatDialog;
|
|
12
12
|
SelectedOptionId: number;
|
|
13
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
14
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
13
15
|
_filter: FabrikantenFilterViewModel;
|
|
14
16
|
get filter(): FabrikantenFilterViewModel;
|
|
15
17
|
set filter(value: FabrikantenFilterViewModel);
|
|
@@ -2,7 +2,7 @@ import { ChangeDetectorRef } from '@angular/core';
|
|
|
2
2
|
import { MatDialog } from '@angular/material/dialog';
|
|
3
3
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
4
4
|
import { TranslateService } from '../../services/translate.service';
|
|
5
|
-
import { FabrikantenFilterViewModel } from '../../swagger/SwaggerClient';
|
|
5
|
+
import { FabrikantenFilterViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class FabFilterColourLabelComponent {
|
|
8
8
|
private FabrikantenService;
|
|
@@ -10,6 +10,8 @@ export declare class FabFilterColourLabelComponent {
|
|
|
10
10
|
private ChangeDetectorRef;
|
|
11
11
|
dialog: MatDialog;
|
|
12
12
|
SelectedOptionId: number;
|
|
13
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
14
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
13
15
|
_filter: FabrikantenFilterViewModel;
|
|
14
16
|
get filter(): FabrikantenFilterViewModel;
|
|
15
17
|
set filter(value: FabrikantenFilterViewModel);
|
package/src/app/modules/fabrikantencore/components/fab-filter-fold/fab-filter-fold.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
3
|
import { TranslateService } from '../../services/translate.service';
|
|
4
|
-
import { FabrikantenFilterOptionViewModel, FabrikantenFilterViewModel } from '../../swagger/SwaggerClient';
|
|
4
|
+
import { FabrikantenFilterOptionViewModel, FabrikantenFilterViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FabFilterFoldComponent {
|
|
7
7
|
private FabrikantenService;
|
|
@@ -12,6 +12,8 @@ export declare class FabFilterFoldComponent {
|
|
|
12
12
|
_filter: FabrikantenFilterViewModel;
|
|
13
13
|
get filter(): FabrikantenFilterViewModel;
|
|
14
14
|
set filter(value: FabrikantenFilterViewModel);
|
|
15
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
16
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
15
17
|
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
16
18
|
ngOnInit(): void;
|
|
17
19
|
ChangeState(): void;
|
package/src/app/modules/fabrikantencore/components/fab-filter-label/fab-filter-label.component.d.ts
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
2
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
3
|
import { TranslateService } from '../../services/translate.service';
|
|
4
|
-
import { FabrikantenFilterOptionViewModel, FabrikantenFilterViewModel } from '../../swagger/SwaggerClient';
|
|
4
|
+
import { FabrikantenFilterOptionViewModel, FabrikantenFilterViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FabFilterLabelComponent {
|
|
7
7
|
private FabrikantenService;
|
|
8
8
|
TranslateService: TranslateService;
|
|
9
9
|
private ChangeDetectorRef;
|
|
10
10
|
SelectedOptionId: number;
|
|
11
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
12
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
11
13
|
_filter: FabrikantenFilterViewModel;
|
|
12
14
|
get filter(): FabrikantenFilterViewModel;
|
|
13
15
|
set filter(value: FabrikantenFilterViewModel);
|
|
@@ -4,6 +4,7 @@ import { BestekService } from '../../services/bestek.service';
|
|
|
4
4
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
5
5
|
import { MobileService } from '../../services/mobile.service';
|
|
6
6
|
import { TranslateService } from '../../services/translate.service';
|
|
7
|
+
import { TranslationCategory } from '../../swagger/SwaggerClient';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class FabFiltersComponent {
|
|
9
10
|
MobileService: MobileService;
|
|
@@ -12,6 +13,7 @@ export declare class FabFiltersComponent {
|
|
|
12
13
|
TranslateService: TranslateService;
|
|
13
14
|
private ActivatedRoute;
|
|
14
15
|
private ChangeDetectorRef;
|
|
16
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
15
17
|
constructor(MobileService: MobileService, FabrikantenService: FabrikantenService, BestekService: BestekService, TranslateService: TranslateService, ActivatedRoute: ActivatedRoute, ChangeDetectorRef: ChangeDetectorRef);
|
|
16
18
|
ngOnInit(): void;
|
|
17
19
|
onResize(event: any): void;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
2
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
3
|
import { TranslateService } from '../../services/translate.service';
|
|
4
|
+
import { TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class FabFiltersInputComponent implements OnInit {
|
|
6
7
|
FabrikantenService: FabrikantenService;
|
|
7
8
|
TranslateService: TranslateService;
|
|
8
9
|
ChangeDetectorRef: ChangeDetectorRef;
|
|
10
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
11
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
9
12
|
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
10
13
|
ngOnInit(): void;
|
|
11
14
|
ResetAllFilters(): void;
|
package/src/app/modules/fabrikantencore/components/fab-multiselect/fab-multiselect.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
3
|
import { TranslateService } from '../../services/translate.service';
|
|
4
|
-
import { FabrikantenFilterViewModel } from '../../swagger/SwaggerClient';
|
|
4
|
+
import { FabrikantenFilterViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FabMultiselectComponent {
|
|
7
7
|
private FabrikantenService;
|
|
@@ -10,6 +10,8 @@ export declare class FabMultiselectComponent {
|
|
|
10
10
|
_filter: FabrikantenFilterViewModel;
|
|
11
11
|
get filter(): FabrikantenFilterViewModel;
|
|
12
12
|
set filter(value: FabrikantenFilterViewModel);
|
|
13
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
14
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
13
15
|
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
14
16
|
SelectOption(id: number): void;
|
|
15
17
|
IsChecked(id: number): boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
3
|
import { TranslateService } from '../../services/translate.service';
|
|
4
|
-
import { FabrikantenFilterViewModel } from '../../swagger/SwaggerClient';
|
|
4
|
+
import { FabrikantenFilterViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FabMultiselectFoldComponent {
|
|
7
7
|
private FabrikantenService;
|
|
@@ -10,6 +10,8 @@ export declare class FabMultiselectFoldComponent {
|
|
|
10
10
|
_filter: FabrikantenFilterViewModel;
|
|
11
11
|
get filter(): FabrikantenFilterViewModel;
|
|
12
12
|
set filter(value: FabrikantenFilterViewModel);
|
|
13
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
14
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
13
15
|
Opened: boolean;
|
|
14
16
|
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
15
17
|
ChangeState(): void;
|
|
@@ -6,6 +6,7 @@ import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
|
6
6
|
import { MobileService } from '../../services/mobile.service';
|
|
7
7
|
import { TranslateService } from '../../services/translate.service';
|
|
8
8
|
import { WebGLService } from '../../services/webgl.service';
|
|
9
|
+
import { TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class FabProductComponent implements OnInit, AfterViewInit, DoCheck {
|
|
11
12
|
MobileService: MobileService;
|
|
@@ -15,6 +16,8 @@ export declare class FabProductComponent implements OnInit, AfterViewInit, DoChe
|
|
|
15
16
|
WebGLService: WebGLService;
|
|
16
17
|
private ActivatedRoute;
|
|
17
18
|
private ChangeDetectorRef;
|
|
19
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
20
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
18
21
|
Height: string;
|
|
19
22
|
header: ElementRef;
|
|
20
23
|
constructor(MobileService: MobileService, FabrikantenService: FabrikantenService, BestekService: BestekService, TranslateService: TranslateService, WebGLService: WebGLService, ActivatedRoute: ActivatedRoute, ChangeDetectorRef: ChangeDetectorRef);
|
|
@@ -3,6 +3,7 @@ import { FabrikantenService } from '../../../services/fabrikanten.service';
|
|
|
3
3
|
import { MobileService } from '../../../services/mobile.service';
|
|
4
4
|
import { ToebehorenService } from '../../../services/toebehoren.service';
|
|
5
5
|
import { TranslateService } from '../../../services/translate.service';
|
|
6
|
+
import { TranslationCategory, TranslationSubCategory } from '../../../swagger/SwaggerClient';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class FabToebehorenComponent implements OnInit, AfterViewInit, DoCheck {
|
|
8
9
|
FabrikantenService: FabrikantenService;
|
|
@@ -12,6 +13,8 @@ export declare class FabToebehorenComponent implements OnInit, AfterViewInit, Do
|
|
|
12
13
|
ToebehorenService: ToebehorenService;
|
|
13
14
|
ViewerWidth: number;
|
|
14
15
|
ViewerHeight: number;
|
|
16
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
17
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
15
18
|
viewercontainer: ElementRef;
|
|
16
19
|
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, MobileService: MobileService, ChangeDetectorRef: ChangeDetectorRef, ToebehorenService: ToebehorenService);
|
|
17
20
|
ngOnInit(): void;
|
|
@@ -4,6 +4,7 @@ import { BestekService } from '../../services/bestek.service';
|
|
|
4
4
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
5
5
|
import { MobileService } from '../../services/mobile.service';
|
|
6
6
|
import { TranslateService } from '../../services/translate.service';
|
|
7
|
+
import { TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class FabProductSelectComponent implements OnInit, AfterViewInit, DoCheck {
|
|
9
10
|
MobileService: MobileService;
|
|
@@ -12,6 +13,8 @@ export declare class FabProductSelectComponent implements OnInit, AfterViewInit,
|
|
|
12
13
|
TranslateService: TranslateService;
|
|
13
14
|
private ActivatedRoute;
|
|
14
15
|
private ChangeDetectorRef;
|
|
16
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
17
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
15
18
|
header: ElementRef;
|
|
16
19
|
info: ElementRef;
|
|
17
20
|
Height: string;
|
package/src/app/modules/fabrikantencore/components/fab-product-tile/fab-product-tile.component.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { DomSanitizer } from '@angular/platform-browser';
|
|
|
3
3
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
4
4
|
import { TranslateService } from '../../services/translate.service';
|
|
5
5
|
import { PhotoService } from '../../services/photo.service';
|
|
6
|
-
import { FabrikantenProductViewModel } from '../../swagger/SwaggerClient';
|
|
6
|
+
import { FabrikantenProductViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class FabProductTileComponent implements OnInit {
|
|
9
9
|
FabrikantenService: FabrikantenService;
|
|
@@ -12,6 +12,8 @@ export declare class FabProductTileComponent implements OnInit {
|
|
|
12
12
|
private sanitization;
|
|
13
13
|
private ChangeDetectorRef;
|
|
14
14
|
product: FabrikantenProductViewModel;
|
|
15
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
16
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
15
17
|
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, PhotoService: PhotoService, sanitization: DomSanitizer, ChangeDetectorRef: ChangeDetectorRef);
|
|
16
18
|
ngOnInit(): void;
|
|
17
19
|
Select(): void;
|
package/src/app/modules/fabrikantencore/components/fab-range-input/fab-range-input.component.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
2
|
import { FabrikantenService } from '../../services/fabrikanten.service';
|
|
3
3
|
import { TranslateService } from '../../services/translate.service';
|
|
4
|
-
import { FabrikantenRangeInputViewModel } from '../../swagger/SwaggerClient';
|
|
4
|
+
import { FabrikantenRangeInputViewModel, TranslationCategory, TranslationSubCategory } from '../../swagger/SwaggerClient';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class FabRangeInputComponent implements OnInit {
|
|
7
7
|
private FabrikantenService;
|
|
@@ -11,6 +11,8 @@ export declare class FabRangeInputComponent implements OnInit {
|
|
|
11
11
|
get rangeinput(): FabrikantenRangeInputViewModel;
|
|
12
12
|
set rangeinput(value: FabrikantenRangeInputViewModel);
|
|
13
13
|
value: number;
|
|
14
|
+
get TranslationCategory(): typeof TranslationCategory;
|
|
15
|
+
get TranslationSubCategory(): typeof TranslationSubCategory;
|
|
14
16
|
constructor(FabrikantenService: FabrikantenService, TranslateService: TranslateService, ChangeDetectorRef: ChangeDetectorRef);
|
|
15
17
|
ngOnInit(): void;
|
|
16
18
|
ProcessChange(): void;
|