@smartbit4all/ng-client 3.3.196 → 3.3.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/esm2020/lib/session/api/model/sessionInfoData.mjs +1 -1
- package/esm2020/lib/session/smart-timer/smart-session-timer.service.mjs +11 -5
- package/esm2020/lib/smart-client/smart-component-api-client.mjs +1 -1
- package/fesm2015/smartbit4all-ng-client.mjs +10 -4
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +10 -4
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/session/api/model/sessionInfoData.d.ts +4 -0
- package/lib/smart-client/smart-component-api-client.d.ts +2 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.198.tgz +0 -0
- package/smartbit4all-ng-client-3.3.196.tgz +0 -0
|
@@ -18,7 +18,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
|
|
|
18
18
|
private detectChange;
|
|
19
19
|
private _uuid?;
|
|
20
20
|
private uuidOfPageHasBeenChangedSubscription?;
|
|
21
|
-
|
|
21
|
+
protected componentModelLoaded: boolean;
|
|
22
22
|
get uuid(): string | undefined;
|
|
23
23
|
set uuid(uuid: string | undefined);
|
|
24
24
|
private _model;
|
|
@@ -92,7 +92,7 @@ export declare abstract class SmartComponentApiClient<T> implements UseUiAction2
|
|
|
92
92
|
addFileUploader(uiActionCode: string, fileFormats?: string[], maxSizeMb?: number, isMultiple?: boolean): SmartComponentFileUploader;
|
|
93
93
|
private handleValueChanges;
|
|
94
94
|
protected handleChanges(change: ComponentModelChange): void;
|
|
95
|
-
|
|
95
|
+
protected handleChangeWidgets(changedWidgets: string[], skipLoad?: boolean): void;
|
|
96
96
|
private setValueDeeply;
|
|
97
97
|
private handleDataChange;
|
|
98
98
|
private handleLayoutChange;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|