@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.
@@ -17,6 +17,10 @@ export interface SessionInfoData {
17
17
  */
18
18
  refreshToken?: string;
19
19
  expiration?: string;
20
+ /**
21
+ * The lifetime of the refresh token in seconds.
22
+ */
23
+ duration?: number;
20
24
  locale?: string;
21
25
  authentications?: Array<AccountInfo>;
22
26
  }
@@ -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
- private componentModelLoaded;
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
- private handleChangeWidgets;
95
+ protected handleChangeWidgets(changedWidgets: string[], skipLoad?: boolean): void;
96
96
  private setValueDeeply;
97
97
  private handleDataChange;
98
98
  private handleLayoutChange;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.196",
3
+ "version": "3.3.198",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file