fw-webbuilder 1.1.164 → 1.1.166

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
@@ -236,6 +236,10 @@ declare class webBuilderService {
236
236
  * @returns
237
237
  */
238
238
  getDetailProduct_byLink(link: string): Promise<any>;
239
+ addContact(data: any): Promise<any>;
240
+ updateContact(id: string, data: any): Promise<any>;
241
+ deleteContact(id: string): Promise<any>;
242
+ getContacts_byFields(query: any, sort: any, page?: number, limit?: number): Promise<any>;
239
243
  addNews(data: any): Promise<any>;
240
244
  updateNews(id: string, data: any): Promise<any>;
241
245
  deleteNews(id: string): Promise<any>;
@@ -2112,6 +2116,7 @@ declare class WbButton implements OnInit {
2112
2116
  handleScrollToTop(): void;
2113
2117
  getContent(): any;
2114
2118
  getIcon(): any;
2119
+ handleSendContact(): void;
2115
2120
  static ɵfac: i0.ɵɵFactoryDeclaration<WbButton, [null, null, null, null, null, null, { optional: true; }, null, null, null]>;
2116
2121
  static ɵcmp: i0.ɵɵComponentDeclaration<WbButton, "wb-button", 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>;
2117
2122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.164",
3
+ "version": "1.1.166",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",