@resolveio/client-lib-core 21.6.15 → 21.6.16
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/package.json
CHANGED
|
@@ -1914,6 +1914,7 @@ declare class CollapseTableComponent implements OnInit, OnChanges, AfterViewInit
|
|
|
1914
1914
|
private getCollapseTableElement;
|
|
1915
1915
|
private shouldAutoEnableHorizontalScroll;
|
|
1916
1916
|
private getIntrinsicTableWidth;
|
|
1917
|
+
private measureNaturalTableWidth;
|
|
1917
1918
|
private getCollapseTableWrapperElement;
|
|
1918
1919
|
private updateMobileColumnWidthVariable;
|
|
1919
1920
|
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseTableComponent, never>;
|
|
@@ -2251,7 +2252,7 @@ declare class AiTerminalModule {
|
|
|
2251
2252
|
}
|
|
2252
2253
|
|
|
2253
2254
|
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
2254
|
-
resolveFirstDayOfWeek: () => "
|
|
2255
|
+
resolveFirstDayOfWeek: () => "S" | "M";
|
|
2255
2256
|
resolveTimezone: () => any;
|
|
2256
2257
|
};
|
|
2257
2258
|
declare class CoreServicesModule {
|
|
@@ -2588,7 +2589,7 @@ declare class LoggerComponent extends BaseComponent implements OnInit, OnDestroy
|
|
|
2588
2589
|
ngOnDestroy(): void;
|
|
2589
2590
|
getLogData(): void;
|
|
2590
2591
|
selectType(type: string): void;
|
|
2591
|
-
icon(type: any): "
|
|
2592
|
+
icon(type: any): "success" | "info" | "danger" | "primary" | "secondary";
|
|
2592
2593
|
removeAllLogs(): void;
|
|
2593
2594
|
toDate(value: any, isEnd?: boolean): Date;
|
|
2594
2595
|
createPickerValue(date: Date, secondOverride?: any): {
|
|
@@ -3196,7 +3197,7 @@ interface CanComponentDeactivate {
|
|
|
3196
3197
|
canDeactivate: () => Observable<boolean> | Promise<boolean> | boolean;
|
|
3197
3198
|
}
|
|
3198
3199
|
declare class CanDeactivateGuard {
|
|
3199
|
-
canDeactivate(component: CanComponentDeactivate): boolean |
|
|
3200
|
+
canDeactivate(component: CanComponentDeactivate): boolean | Observable<boolean> | Promise<boolean>;
|
|
3200
3201
|
static ɵfac: i0.ɵɵFactoryDeclaration<CanDeactivateGuard, never>;
|
|
3201
3202
|
static ɵprov: i0.ɵɵInjectableDeclaration<CanDeactivateGuard>;
|
|
3202
3203
|
}
|