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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.283",
3
+ "version": "1.1.285",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",