fw-webbuilder 1.1.88 → 1.1.89

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
@@ -113,6 +113,8 @@ declare class webBuilderService {
113
113
  closeConnection(): void;
114
114
  onNotifyChange(callback: (data: any) => void): any;
115
115
  notifyChange(data: any): void;
116
+ findItems_inTree_byType(values: any): any;
117
+ findItemsInTreeByType(tree: any, values: any): any;
116
118
  /**
117
119
  * Tìm đối tượng dù ở currentPage hay freeblocks
118
120
  * @param id id của đối tượng cần tìm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.88",
3
+ "version": "1.1.89",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",