fw-webbuilder 1.1.263 → 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
  }
@@ -2269,6 +2270,7 @@ declare class WbButton implements OnInit {
2269
2270
  onEditContentBlur(): void;
2270
2271
  onEditContentKeydown(event: KeyboardEvent): void;
2271
2272
  saveEditedContent(): void;
2273
+ autoGrowTextarea(event: Event): void;
2272
2274
  updateDataClone(): void;
2273
2275
  ngOnChanges(changes: SimpleChanges): void;
2274
2276
  ngAfterViewInit(): void;
@@ -2509,7 +2511,7 @@ declare class WbTextParagraph implements OnInit {
2509
2511
  ngOnDestroy(): void;
2510
2512
  getContent(): any;
2511
2513
  handleChangeContent(): void;
2512
- updateConfig(): void;
2514
+ updateClassAndConfig(): void;
2513
2515
  getReadMoreText(): string;
2514
2516
  toggleExpanded(): void;
2515
2517
  static ɵfac: i0.ɵɵFactoryDeclaration<WbTextParagraph, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.263",
3
+ "version": "1.1.265",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",