@resolveio/client-lib-core 21.6.23 → 21.6.25
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
|
@@ -2277,7 +2277,7 @@ declare class AiTerminalModule {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
|
|
2279
2279
|
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
2280
|
-
resolveFirstDayOfWeek: () => "
|
|
2280
|
+
resolveFirstDayOfWeek: () => "S" | "M";
|
|
2281
2281
|
resolveTimezone: () => any;
|
|
2282
2282
|
};
|
|
2283
2283
|
declare class CoreServicesModule {
|
|
@@ -2613,6 +2613,11 @@ declare class LoggerComponent extends BaseComponent implements OnInit, OnDestroy
|
|
|
2613
2613
|
ngOnInit(): void;
|
|
2614
2614
|
ngOnDestroy(): void;
|
|
2615
2615
|
getLogData(): void;
|
|
2616
|
+
private resolveDefaultClientName;
|
|
2617
|
+
private resolveLogsDataMode;
|
|
2618
|
+
private shouldUseLocalLogsOnly;
|
|
2619
|
+
private runLogsQuery;
|
|
2620
|
+
private runLocalLogsQuery;
|
|
2616
2621
|
selectType(type: string): void;
|
|
2617
2622
|
icon(type: any): "danger" | "success" | "info" | "primary" | "secondary";
|
|
2618
2623
|
removeAllLogs(): void;
|