fw-webbuilder 1.1.95 → 1.1.96
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 +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2097,6 +2097,7 @@ declare class WbImage implements OnInit {
|
|
|
2097
2097
|
* */
|
|
2098
2098
|
scrollToBlockWhenAvailable(blockId: string, offset?: number): void;
|
|
2099
2099
|
getSrc(): any;
|
|
2100
|
+
conditionDisplay(): boolean;
|
|
2100
2101
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbImage, never>;
|
|
2101
2102
|
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>;
|
|
2102
2103
|
}
|