fw-webbuilder 1.1.22 → 1.1.23
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/fesm2022/fw-webbuilder.mjs +1 -1
- package/index.d.ts +3 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2417,6 +2417,7 @@ declare class WbProductImageList implements OnInit {
|
|
|
2417
2417
|
|
|
2418
2418
|
declare class WbProductImageListConfig implements OnInit {
|
|
2419
2419
|
webBuilderService: webBuilderService;
|
|
2420
|
+
map: CommonConfigMapService;
|
|
2420
2421
|
data: any;
|
|
2421
2422
|
device: any;
|
|
2422
2423
|
class: any;
|
|
@@ -2424,11 +2425,11 @@ declare class WbProductImageListConfig implements OnInit {
|
|
|
2424
2425
|
animation: any;
|
|
2425
2426
|
type: any;
|
|
2426
2427
|
tabs: any[];
|
|
2427
|
-
constructor(webBuilderService: webBuilderService);
|
|
2428
|
+
constructor(webBuilderService: webBuilderService, map: CommonConfigMapService);
|
|
2428
2429
|
ngOnInit(): void;
|
|
2429
2430
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2430
2431
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbProductImageListConfig, never>;
|
|
2431
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WbProductImageListConfig, "wb-product-image-list-config", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "class": { "alias": "class"; "required": false; }; "config": { "alias": "config"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never,
|
|
2432
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WbProductImageListConfig, "wb-product-image-list-config", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "class": { "alias": "class"; "required": false; }; "config": { "alias": "config"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
|
|
2432
2433
|
}
|
|
2433
2434
|
|
|
2434
2435
|
declare class WbProductSelectAttribute implements OnInit {
|