fw-webbuilder 1.1.264 → 1.1.265

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
@@ -1947,6 +1947,7 @@ declare class WbFrameProductsAdmin implements OnInit {
1947
1947
  openModalEdit(obj: any, item: any): void;
1948
1948
  handleDeleteData(item: any): void;
1949
1949
  updateConfig(): void;
1950
+ updateDataFrameRepeat(): void;
1950
1951
  static ɵfac: i0.ɵɵFactoryDeclaration<WbFrameProductsAdmin, never>;
1951
1952
  static ɵcmp: i0.ɵɵComponentDeclaration<WbFrameProductsAdmin, "wb-frame-products-admin", never, {}, {}, never, never, true, never>;
1952
1953
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.264",
3
+ "version": "1.1.265",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",