fw-webbuilder 1.1.26 → 1.1.27
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
|
@@ -2065,6 +2065,7 @@ declare class WbImage implements OnInit {
|
|
|
2065
2065
|
* Hàm chờ khối xuất hiện và cuộn đến
|
|
2066
2066
|
* */
|
|
2067
2067
|
scrollToBlockWhenAvailable(blockId: string, offset?: number): void;
|
|
2068
|
+
getSrc(): any;
|
|
2068
2069
|
static ɵfac: i0.ɵɵFactoryDeclaration<WbImage, never>;
|
|
2069
2070
|
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>;
|
|
2070
2071
|
}
|