fw-webbuilder 1.1.196 → 1.1.198

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
@@ -2305,6 +2305,7 @@ declare class WbText implements OnInit {
2305
2305
  updateDataClone(): void;
2306
2306
  ngOnChanges(changes: SimpleChanges): void;
2307
2307
  onClick(e: any): void;
2308
+ firstTimeRender: boolean;
2308
2309
  ngAfterViewInit(): void;
2309
2310
  ngOnDestroy(): void;
2310
2311
  orderLabel: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.196",
3
+ "version": "1.1.198",
4
4
  "peerDependencies": {
5
5
  "@abacritt/angularx-social-login": "2.4.0",
6
6
  "@angular/common": "^20.3.0",