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/fesm2022/fw-webbuilder.mjs +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
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;
|