fw-webbuilder 1.1.197 → 1.1.199
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 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2225,6 +2225,8 @@ declare class WbImage implements OnInit {
|
|
|
2225
2225
|
getSrc(): any;
|
|
2226
2226
|
conditionDisplay(): any;
|
|
2227
2227
|
openManageImgs(): void;
|
|
2228
|
+
generateSrcset(url: string | null | undefined): string | null;
|
|
2229
|
+
getSizes(): string;
|
|
2228
2230
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbImage, never>;
|
|
2229
2231
|
static ɵcmp: i0.ɵɵComponentDeclaration<WbImage, "wb-image", 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; }; "isClone": { "alias": "isClone"; "required": false; }; "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
|
|
2230
2232
|
}
|
|
@@ -2305,6 +2307,7 @@ declare class WbText implements OnInit {
|
|
|
2305
2307
|
updateDataClone(): void;
|
|
2306
2308
|
ngOnChanges(changes: SimpleChanges): void;
|
|
2307
2309
|
onClick(e: any): void;
|
|
2310
|
+
firstTimeRender: boolean;
|
|
2308
2311
|
ngAfterViewInit(): void;
|
|
2309
2312
|
ngOnDestroy(): void;
|
|
2310
2313
|
orderLabel: any;
|