fw-webbuilder 1.1.76 → 1.1.78

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
@@ -1644,6 +1644,7 @@ declare class WbFrameProducts implements OnInit {
1644
1644
  changeGridSub: any;
1645
1645
  constructor(webBuilderService: webBuilderService, functionService: FunctionService, elementRef: ElementRef, authService: AuthService, map: ComponentMapService);
1646
1646
  ngOnInit(): void;
1647
+ ngOnChanges(changes: SimpleChanges): void;
1647
1648
  handleDisplay(): void;
1648
1649
  ngOnDestroy(): void;
1649
1650
  calcProducts(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.76",
3
+ "version": "1.1.78",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",