fw-webbuilder 1.1.23 → 1.1.25

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
@@ -79,7 +79,7 @@ declare class webBuilderService {
79
79
  * thiết bị hiện tại đang thiết kế
80
80
  */
81
81
  device: string | 'desktop' | 'tablet_landscape' | 'tablet_portrait' | 'mobile_landscape' | 'mobile_portrait';
82
- type: string | 'design' | 'preview' | 'admin';
82
+ type: string | 'design' | 'preview' | 'build';
83
83
  loading: boolean;
84
84
  group_frames: any;
85
85
  group_objects: any;
@@ -2403,10 +2403,11 @@ declare class WbProductImageList implements OnInit {
2403
2403
  type: any;
2404
2404
  isClone: any;
2405
2405
  product: any;
2406
- imgs: any[];
2406
+ imgs: any;
2407
2407
  changeNumberImgsSub: any;
2408
2408
  constructor(webBuilderService: webBuilderService, functionService: FunctionService);
2409
2409
  ngOnInit(): void;
2410
+ ngOnChanges(changes: SimpleChanges): void;
2410
2411
  onChangeImgs(): void;
2411
2412
  handleNext(): void;
2412
2413
  handlePrev(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.23",
3
+ "version": "1.1.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",