fw-webbuilder 1.1.151 → 1.1.152

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
@@ -264,6 +264,10 @@ declare class webBuilderService {
264
264
  handleCtrl_D(): Promise<any>;
265
265
  handleCtrl_V(): any;
266
266
  handleCtrl_Z(): Promise<void>;
267
+ private deleteObject2;
268
+ private deleteBlock2;
269
+ private addObject2;
270
+ private addBlock2;
267
271
  applyFontLinks(fontLinksFromDB: string): void;
268
272
  getFontNames(fontLinkTag: string): string[];
269
273
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.151",
3
+ "version": "1.1.152",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",