fabrikantencore 2.1.13 → 2.1.15
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-categories/beheer-categories.component.mjs +24 -6
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-nav/beheer-nav.component.mjs +1 -1
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-bcbproduct/beheer-products-bcbproduct.component.mjs +6 -4
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products-eigenschap/beheer-products-eigenschap.component.mjs +30 -5
- package/esm2020/src/app/modules/fabrikantencore/beheer/components/beheer-products/beheer-products.component.mjs +3 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-breadcrumb/fab-breadcrumb.component.mjs +3 -3
- package/esm2020/src/app/modules/fabrikantencore/components/fab-product-select/fab-product-select.component.mjs +2 -2
- package/esm2020/src/app/modules/fabrikantencore/fabrikantencore.module.mjs +13 -13
- package/esm2020/src/app/modules/fabrikantencore/swagger/SwaggerClient.mjs +157 -1
- package/fesm2015/fabrikantencore.mjs +226 -27
- package/fesm2015/fabrikantencore.mjs.map +1 -1
- package/fesm2020/fabrikantencore.mjs +226 -27
- package/fesm2020/fabrikantencore.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/modules/fabrikantencore/beheer/components/beheer-categories/beheer-categories.component.d.ts +2 -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/swagger/SwaggerClient.d.ts +30 -0
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { CategoriesApiClient, CategoriesOverviewViewModel } from '../../../swagger/SwaggerClient';
|
|
2
|
+
import { CategoriesApiClient, CategoriesOverviewViewModel, CategoriesOverviewCategorieViewModel } from '../../../swagger/SwaggerClient';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class BeheerCategoriesComponent implements OnInit {
|
|
5
5
|
private CategoriesApiClient;
|
|
@@ -7,6 +7,7 @@ export declare class BeheerCategoriesComponent implements OnInit {
|
|
|
7
7
|
CategoriesOverviewViewModel: CategoriesOverviewViewModel;
|
|
8
8
|
constructor(CategoriesApiClient: CategoriesApiClient);
|
|
9
9
|
ngOnInit(): void;
|
|
10
|
+
Clear(category: CategoriesOverviewCategorieViewModel): void;
|
|
10
11
|
private LoadCategories;
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeheerCategoriesComponent, never>;
|
|
12
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<BeheerCategoriesComponent, "app-beheer-categories", never, {}, {}, never, never, false, never>;
|
|
@@ -15,7 +15,9 @@ export declare class BeheerProductsEigenschapComponent implements OnInit {
|
|
|
15
15
|
ngOnInit(): void;
|
|
16
16
|
Toggle(): void;
|
|
17
17
|
ConnectMany(id: number): void;
|
|
18
|
-
|
|
18
|
+
IgnoreId(id: number): void;
|
|
19
|
+
Ignore(): void;
|
|
20
|
+
IgnoreMany(): void;
|
|
19
21
|
ConnectRange(): void;
|
|
20
22
|
ConnectCategory(): void;
|
|
21
23
|
Show(): boolean;
|
|
@@ -14,6 +14,8 @@ export declare class CategoriesApiClient {
|
|
|
14
14
|
protected processGetCategoriesOverview(response: HttpResponseBase): Observable<CategoriesOverviewViewModel>;
|
|
15
15
|
createCategory(pCreateCategoryRequest: CreateCategoryRequest): Observable<CreateCategoryResponse>;
|
|
16
16
|
protected processCreateCategory(response: HttpResponseBase): Observable<CreateCategoryResponse>;
|
|
17
|
+
clearCategory(pClearCategoryRequest: ClearCategoryRequest): Observable<void>;
|
|
18
|
+
protected processClearCategory(response: HttpResponseBase): Observable<void>;
|
|
17
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<CategoriesApiClient, [null, { optional: true; }]>;
|
|
18
20
|
static ɵprov: i0.ɵɵInjectableDeclaration<CategoriesApiClient>;
|
|
19
21
|
}
|
|
@@ -138,6 +140,8 @@ export declare class ProductsApiClient {
|
|
|
138
140
|
protected processCleanUp(response: HttpResponseBase): Observable<CleanUpResponseModel>;
|
|
139
141
|
ignoreBCBEigenschapOptieFilterOption(pConnectEigenschapOptieRequest: ConnectEigenschapOptieRequest): Observable<void>;
|
|
140
142
|
protected processIgnoreBCBEigenschapOptieFilterOption(response: HttpResponseBase): Observable<void>;
|
|
143
|
+
ignoreBCBEigenschap(pIgnoreBCBEigenschapRequest: IgnoreBCBEigenschapRequest): Observable<void>;
|
|
144
|
+
protected processIgnoreBCBEigenschap(response: HttpResponseBase): Observable<void>;
|
|
141
145
|
ignoreBCBOpbouw(pConnectOpbouwRequest: IgnoreOpbouwRequest): Observable<void>;
|
|
142
146
|
protected processIgnoreBCBOpbouw(response: HttpResponseBase): Observable<void>;
|
|
143
147
|
connectOpbouw(pConnectOpbouwRequest: ConnectOpbouwRequest): Observable<void>;
|
|
@@ -573,6 +577,16 @@ export declare class CreateCategoryRequest implements ICreateCategoryRequest {
|
|
|
573
577
|
export interface ICreateCategoryRequest {
|
|
574
578
|
name?: string | undefined;
|
|
575
579
|
}
|
|
580
|
+
export declare class ClearCategoryRequest implements IClearCategoryRequest {
|
|
581
|
+
categoryId: number;
|
|
582
|
+
constructor(data?: IClearCategoryRequest);
|
|
583
|
+
init(_data?: any): void;
|
|
584
|
+
static fromJS(data: any): ClearCategoryRequest;
|
|
585
|
+
toJSON(data?: any): any;
|
|
586
|
+
}
|
|
587
|
+
export interface IClearCategoryRequest {
|
|
588
|
+
categoryId: number;
|
|
589
|
+
}
|
|
576
590
|
export declare class EBOKoppelViewModel implements IEBOKoppelViewModel {
|
|
577
591
|
eboKoppelTypeViewModels?: EBOKoppelTypeViewModel[] | undefined;
|
|
578
592
|
constructor(data?: IEBOKoppelViewModel);
|
|
@@ -1677,6 +1691,22 @@ export interface IConnectEigenschapOptieRequest {
|
|
|
1677
1691
|
bcbProductId: number;
|
|
1678
1692
|
filterOptionId: number;
|
|
1679
1693
|
}
|
|
1694
|
+
export declare class IgnoreBCBEigenschapRequest implements IIgnoreBCBEigenschapRequest {
|
|
1695
|
+
location?: string | undefined;
|
|
1696
|
+
bcbEigenschapId: number;
|
|
1697
|
+
bcbProductId: number;
|
|
1698
|
+
many: boolean;
|
|
1699
|
+
constructor(data?: IIgnoreBCBEigenschapRequest);
|
|
1700
|
+
init(_data?: any): void;
|
|
1701
|
+
static fromJS(data: any): IgnoreBCBEigenschapRequest;
|
|
1702
|
+
toJSON(data?: any): any;
|
|
1703
|
+
}
|
|
1704
|
+
export interface IIgnoreBCBEigenschapRequest {
|
|
1705
|
+
location?: string | undefined;
|
|
1706
|
+
bcbEigenschapId: number;
|
|
1707
|
+
bcbProductId: number;
|
|
1708
|
+
many: boolean;
|
|
1709
|
+
}
|
|
1680
1710
|
export declare class IgnoreOpbouwRequest implements IIgnoreOpbouwRequest {
|
|
1681
1711
|
bcbProductId: number;
|
|
1682
1712
|
bcbeboId: number;
|