fw-webbuilder 1.1.283 → 1.1.285
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
|
@@ -1245,6 +1245,7 @@ declare class WbLinkPageConfig implements OnInit, OnChanges {
|
|
|
1245
1245
|
initSelectedPage(): void;
|
|
1246
1246
|
onSelectPage(pageId: string): void;
|
|
1247
1247
|
getPages(): void;
|
|
1248
|
+
getBlockName(item: any): string;
|
|
1248
1249
|
getBlocks(pageId?: string): void;
|
|
1249
1250
|
updateClass(): void;
|
|
1250
1251
|
updateConfig(): void;
|