fw-webbuilder 1.1.166 → 1.1.168

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
@@ -84,6 +84,7 @@ declare class webBuilderService {
84
84
  * loading tổng, true thì toàn bộ giao diện sẽ ko làm được gì
85
85
  */
86
86
  loading: boolean;
87
+ loadingPreview: boolean;
87
88
  group_frames: any;
88
89
  group_objects: any;
89
90
  toolsBox: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.166",
3
+ "version": "1.1.168",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",