fw-webbuilder 1.1.263 → 1.1.264

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
@@ -2269,6 +2269,7 @@ declare class WbButton implements OnInit {
2269
2269
  onEditContentBlur(): void;
2270
2270
  onEditContentKeydown(event: KeyboardEvent): void;
2271
2271
  saveEditedContent(): void;
2272
+ autoGrowTextarea(event: Event): void;
2272
2273
  updateDataClone(): void;
2273
2274
  ngOnChanges(changes: SimpleChanges): void;
2274
2275
  ngAfterViewInit(): void;
@@ -2509,7 +2510,7 @@ declare class WbTextParagraph implements OnInit {
2509
2510
  ngOnDestroy(): void;
2510
2511
  getContent(): any;
2511
2512
  handleChangeContent(): void;
2512
- updateConfig(): void;
2513
+ updateClassAndConfig(): void;
2513
2514
  getReadMoreText(): string;
2514
2515
  toggleExpanded(): void;
2515
2516
  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.264",
4
4
  "peerDependencies": {
5
5
  "@fingerprintjs/fingerprintjs": "^5.2.0",
6
6
  "@abacritt/angularx-social-login": "2.4.0",