fw-webbuilder 1.1.26 → 1.1.28

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
@@ -309,6 +309,10 @@ declare class webBuilderService {
309
309
  getAdminCategories_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
310
310
  onPublish(): Promise<Object>;
311
311
  initProject(): Promise<void>;
312
+ addDomain(data: any): Promise<Object>;
313
+ editDomain(id: any, data: any): Promise<Object>;
314
+ deleteDomain(id: string): Promise<any>;
315
+ getDomains_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
312
316
  static ɵfac: i0.ɵɵFactoryDeclaration<webBuilderService, never>;
313
317
  static ɵprov: i0.ɵɵInjectableDeclaration<webBuilderService>;
314
318
  }
@@ -2065,6 +2069,7 @@ declare class WbImage implements OnInit {
2065
2069
  * Hàm chờ khối xuất hiện và cuộn đến
2066
2070
  * */
2067
2071
  scrollToBlockWhenAvailable(blockId: string, offset?: number): void;
2072
+ getSrc(): any;
2068
2073
  static ɵfac: i0.ɵɵFactoryDeclaration<WbImage, never>;
2069
2074
  static ɵcmp: i0.ɵɵComponentDeclaration<WbImage, "wb-image", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "class": { "alias": "class"; "required": false; }; "config": { "alias": "config"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isClone": { "alias": "isClone"; "required": false; }; "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
2070
2075
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.26",
3
+ "version": "1.1.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",