fw-webbuilder 1.1.8 → 1.1.10

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
@@ -306,6 +306,7 @@ declare class webBuilderService {
306
306
  updateAdminCategory(id: string, data: any): Promise<any>;
307
307
  deleteAdminCategory(id: string): Promise<any>;
308
308
  getAdminCategories_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
309
+ onPublish(): Promise<Object>;
309
310
  static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
310
311
  static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
311
312
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",