ydb-embedded-ui 16.0.0 → 16.1.0
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/dist/components/MetricChart/reducer.d.ts +2 -2
- package/dist/containers/Cluster/ClusterOverview/components/BridgeInfoTable.js +148 -29
- package/dist/containers/Cluster/ClusterOverview/components/BridgeInfoTable.js.map +1 -1
- package/dist/containers/Cluster/ClusterOverview/components/BridgeInfoTable.scss +106 -10
- package/dist/containers/Cluster/i18n/en.json +23 -0
- package/dist/containers/Cluster/i18n/index.d.ts +1 -1
- package/dist/containers/Operations/Operations.js +2 -2
- package/dist/containers/Operations/Operations.js.map +1 -1
- package/dist/containers/Operations/columns.d.ts +1 -2
- package/dist/containers/Operations/columns.js +3 -5
- package/dist/containers/Operations/columns.js.map +1 -1
- package/dist/containers/Operations/useOperationsInfiniteQuery.d.ts +0 -5
- package/dist/containers/Operations/useOperationsInfiniteQuery.js +14 -11
- package/dist/containers/Operations/useOperationsInfiniteQuery.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/CompactTableAction/CompactTableAction.d.ts +15 -3
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/CompactTableAction/CompactTableAction.js +41 -22
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/CompactTableAction/CompactTableAction.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +36 -45
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/components/TableInfoSection.d.ts +17 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/components/TableInfoSection.js +19 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/components/TableInfoSection.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/hooks/useTableCompaction.d.ts +16 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/hooks/useTableCompaction.js +33 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/hooks/useTableCompaction.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/hooks/useTablePartitioning.d.ts +14 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/hooks/useTablePartitioning.js +39 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/hooks/useTablePartitioning.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/en.json +6 -3
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/index.d.ts +27 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/index.js +64 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/index.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareColumnTableInfo.d.ts +6 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareColumnTableInfo.js +38 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareColumnTableInfo.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareCommonTableInfo.d.ts +32 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareCommonTableInfo.js +94 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareCommonTableInfo.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/preparePartitionConfig.d.ts +11 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/preparePartitionConfig.js +45 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/preparePartitionConfig.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareRowTableInfo.d.ts +10 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareRowTableInfo.js +53 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareRowTableInfo.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareTTL.d.ts +10 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareTTL.js +19 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/prepareTTL.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/renderHelpers.d.ts +18 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/renderHelpers.js +41 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo/renderHelpers.js.map +1 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/useTenantStorageNewData.d.ts +5 -5
- package/dist/containers/Tenant/ObjectSummary/SchemaTree/SchemaTree.js +39 -1
- package/dist/containers/Tenant/ObjectSummary/SchemaTree/SchemaTree.js.map +1 -1
- package/dist/containers/Tenant/i18n/en.json +1 -0
- package/dist/containers/Tenant/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/utils/schema.d.ts +1 -0
- package/dist/containers/Tenant/utils/schema.js +3 -0
- package/dist/containers/Tenant/utils/schema.js.map +1 -1
- package/dist/containers/Tenant/utils/schemaActions.d.ts +3 -0
- package/dist/containers/Tenant/utils/schemaActions.js +23 -6
- package/dist/containers/Tenant/utils/schemaActions.js.map +1 -1
- package/dist/store/configureStore.d.ts +4 -4
- package/dist/store/defaultStore.d.ts +2 -2
- package/dist/store/reducers/api.d.ts +1 -1
- package/dist/store/reducers/api.js +1 -1
- package/dist/store/reducers/api.js.map +1 -1
- package/dist/store/reducers/authentication/authentication.d.ts +4 -4
- package/dist/store/reducers/cancelQuery.d.ts +2 -2
- package/dist/store/reducers/capabilities/capabilities.d.ts +39 -39
- package/dist/store/reducers/capabilities/hooks.d.ts +5 -5
- package/dist/store/reducers/cluster/cluster.d.ts +5 -5
- package/dist/store/reducers/cluster/cluster.js +3 -2
- package/dist/store/reducers/cluster/cluster.js.map +1 -1
- package/dist/store/reducers/cluster/utils.d.ts +2 -1
- package/dist/store/reducers/cluster/utils.js +28 -0
- package/dist/store/reducers/cluster/utils.js.map +1 -1
- package/dist/store/reducers/clusters/clusters.d.ts +2 -2
- package/dist/store/reducers/codeAssist/codeAssist.d.ts +6 -6
- package/dist/store/reducers/configs.d.ts +3 -3
- package/dist/store/reducers/environments/environments.d.ts +2 -2
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +4 -4
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +111 -111
- package/dist/store/reducers/heatmap.d.ts +2 -2
- package/dist/store/reducers/hotKeys/hotKeys.d.ts +2 -2
- package/dist/store/reducers/index.d.ts +3 -3
- package/dist/store/reducers/network/network.d.ts +2 -2
- package/dist/store/reducers/node/node.d.ts +3 -3
- package/dist/store/reducers/node/selectors.d.ts +1 -1
- package/dist/store/reducers/nodes/nodes.d.ts +2 -2
- package/dist/store/reducers/nodesList.d.ts +12 -12
- package/dist/store/reducers/operations.d.ts +6 -9
- package/dist/store/reducers/operations.js +5 -24
- package/dist/store/reducers/operations.js.map +1 -1
- package/dist/store/reducers/overview/overview.d.ts +2 -2
- package/dist/store/reducers/partitions/partitions.d.ts +3 -3
- package/dist/store/reducers/pdisk/pdisk.d.ts +2 -2
- package/dist/store/reducers/planToSvg.d.ts +2 -2
- package/dist/store/reducers/preview.d.ts +2 -2
- package/dist/store/reducers/query/api.d.ts +4 -4
- package/dist/store/reducers/replication.d.ts +2 -2
- package/dist/store/reducers/schema/schema.d.ts +16 -16
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +39 -39
- package/dist/store/reducers/settings/api.d.ts +4 -4
- package/dist/store/reducers/settings/settings.d.ts +1 -1
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +2 -2
- package/dist/store/reducers/showCreateTable/showCreateTable.d.ts +2 -2
- package/dist/store/reducers/storage/storage.d.ts +3 -3
- package/dist/store/reducers/storageUsage/StorageUsage.d.ts +2 -2
- package/dist/store/reducers/streamingQuery/streamingQuery.d.ts +2 -2
- package/dist/store/reducers/tableData.d.ts +1 -1
- package/dist/store/reducers/tablePartitioning/tablePartitioning.d.ts +2 -2
- package/dist/store/reducers/tableSchemaData.d.ts +2 -2
- package/dist/store/reducers/tablet.d.ts +7 -7
- package/dist/store/reducers/tablets.d.ts +3 -3
- package/dist/store/reducers/tenant/tenant.d.ts +2 -2
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +2 -2
- package/dist/store/reducers/tenantOverview/storage/tenantOverviewStorage.d.ts +2 -2
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +2 -2
- package/dist/store/reducers/tenants/tenants.d.ts +2 -2
- package/dist/store/reducers/topic.d.ts +45 -45
- package/dist/store/reducers/vdisk/vdisk.d.ts +3 -3
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +2 -2
- package/dist/types/api/cluster.d.ts +10 -1
- package/dist/types/api/cluster.js +8 -0
- package/dist/types/api/cluster.js.map +1 -1
- package/dist/utils/clusterLinks/resolveClusterLinks.d.ts +6 -4
- package/dist/utils/clusterLinks/resolveClusterLinks.js +14 -6
- package/dist/utils/clusterLinks/resolveClusterLinks.js.map +1 -1
- package/dist/utils/hooks/index.d.ts +1 -0
- package/dist/utils/hooks/index.js +1 -0
- package/dist/utils/hooks/index.js.map +1 -1
- package/dist/utils/hooks/useCompactionFeature.d.ts +13 -0
- package/dist/utils/hooks/useCompactionFeature.js +20 -0
- package/dist/utils/hooks/useCompactionFeature.js.map +1 -0
- package/dist/utils/hooks/useStartCompaction.d.ts +7 -0
- package/dist/utils/hooks/useStartCompaction.js +22 -0
- package/dist/utils/hooks/useStartCompaction.js.map +1 -0
- package/package.json +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +0 -42
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +0 -252
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js.map +0 -1
|
@@ -3,11 +3,11 @@ import type { AppDispatch, RootState } from '../../defaultStore';
|
|
|
3
3
|
export declare const capabilitiesApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, {
|
|
4
4
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
5
5
|
database?: string;
|
|
6
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
7
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
8
|
-
}, "api", "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
6
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
|
7
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
8
|
+
}, "api", "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
|
9
9
|
export declare const selectDatabaseCapabilities: ((state: {
|
|
10
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
10
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
11
11
|
singleClusterMode: boolean;
|
|
12
12
|
cluster: import("../cluster/types").ClusterState;
|
|
13
13
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -102,7 +102,7 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
|
102
102
|
resetResultsCount: () => void;
|
|
103
103
|
} & {
|
|
104
104
|
resultFunc: (resultFuncArgs_0: {
|
|
105
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
105
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
106
106
|
singleClusterMode: boolean;
|
|
107
107
|
cluster: import("../cluster/types").ClusterState;
|
|
108
108
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -128,9 +128,9 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
|
128
128
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
129
129
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
130
130
|
database?: string;
|
|
131
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
132
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
133
|
-
}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
131
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
|
132
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
133
|
+
}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">) => ({
|
|
134
134
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
135
135
|
originalArgs?: undefined | undefined;
|
|
136
136
|
data?: undefined | undefined;
|
|
@@ -264,7 +264,7 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
|
264
264
|
isError: true;
|
|
265
265
|
});
|
|
266
266
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
267
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
267
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
268
268
|
singleClusterMode: boolean;
|
|
269
269
|
cluster: import("../cluster/types").ClusterState;
|
|
270
270
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -290,9 +290,9 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
|
290
290
|
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
291
291
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
292
292
|
database?: string;
|
|
293
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
294
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
295
|
-
}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
293
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
|
294
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
295
|
+
}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">) => ({
|
|
296
296
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
297
297
|
originalArgs?: undefined | undefined;
|
|
298
298
|
data?: undefined | undefined;
|
|
@@ -497,7 +497,7 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
|
497
497
|
isError: true;
|
|
498
498
|
});
|
|
499
499
|
dependencies: [(state: RootState) => {
|
|
500
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
500
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
501
501
|
singleClusterMode: boolean;
|
|
502
502
|
cluster: import("../cluster/types").ClusterState;
|
|
503
503
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -523,9 +523,9 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
|
523
523
|
}, (_state: RootState, database?: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
|
524
524
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
525
525
|
database?: string;
|
|
526
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
527
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
528
|
-
}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
526
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
|
527
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
528
|
+
}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">) => ({
|
|
529
529
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
530
530
|
originalArgs?: undefined | undefined;
|
|
531
531
|
data?: undefined | undefined;
|
|
@@ -601,7 +601,7 @@ export declare const selectDatabaseCapabilities: ((state: {
|
|
|
601
601
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
602
602
|
};
|
|
603
603
|
export declare const selectCapabilityVersion: ((state: {
|
|
604
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
604
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
605
605
|
singleClusterMode: boolean;
|
|
606
606
|
cluster: import("../cluster/types").ClusterState;
|
|
607
607
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -630,7 +630,7 @@ export declare const selectCapabilityVersion: ((state: {
|
|
|
630
630
|
resetResultsCount: () => void;
|
|
631
631
|
} & {
|
|
632
632
|
resultFunc: (resultFuncArgs_0: {
|
|
633
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
633
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
634
634
|
singleClusterMode: boolean;
|
|
635
635
|
cluster: import("../cluster/types").ClusterState;
|
|
636
636
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -655,7 +655,7 @@ export declare const selectCapabilityVersion: ((state: {
|
|
|
655
655
|
clusters: import("../clusters/types").ClustersFilters;
|
|
656
656
|
}, resultFuncArgs_1: Capability, resultFuncArgs_2: string | undefined) => number | undefined;
|
|
657
657
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
658
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
658
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
659
659
|
singleClusterMode: boolean;
|
|
660
660
|
cluster: import("../cluster/types").ClusterState;
|
|
661
661
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -685,7 +685,7 @@ export declare const selectCapabilityVersion: ((state: {
|
|
|
685
685
|
};
|
|
686
686
|
lastResult: () => number | undefined;
|
|
687
687
|
dependencies: [(state: RootState) => {
|
|
688
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
688
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
689
689
|
singleClusterMode: boolean;
|
|
690
690
|
cluster: import("../cluster/types").ClusterState;
|
|
691
691
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -718,7 +718,7 @@ export declare const selectCapabilityVersion: ((state: {
|
|
|
718
718
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
719
719
|
};
|
|
720
720
|
export declare const selectSecuritySetting: ((state: {
|
|
721
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
721
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
722
722
|
singleClusterMode: boolean;
|
|
723
723
|
cluster: import("../cluster/types").ClusterState;
|
|
724
724
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -747,7 +747,7 @@ export declare const selectSecuritySetting: ((state: {
|
|
|
747
747
|
resetResultsCount: () => void;
|
|
748
748
|
} & {
|
|
749
749
|
resultFunc: (resultFuncArgs_0: {
|
|
750
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
750
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
751
751
|
singleClusterMode: boolean;
|
|
752
752
|
cluster: import("../cluster/types").ClusterState;
|
|
753
753
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -772,7 +772,7 @@ export declare const selectSecuritySetting: ((state: {
|
|
|
772
772
|
clusters: import("../clusters/types").ClustersFilters;
|
|
773
773
|
}, resultFuncArgs_1: SecuritySetting, resultFuncArgs_2: string | undefined) => boolean | undefined;
|
|
774
774
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
775
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
775
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
776
776
|
singleClusterMode: boolean;
|
|
777
777
|
cluster: import("../cluster/types").ClusterState;
|
|
778
778
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -802,7 +802,7 @@ export declare const selectSecuritySetting: ((state: {
|
|
|
802
802
|
};
|
|
803
803
|
lastResult: () => boolean | undefined;
|
|
804
804
|
dependencies: [(state: RootState) => {
|
|
805
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
805
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
806
806
|
singleClusterMode: boolean;
|
|
807
807
|
cluster: import("../cluster/types").ClusterState;
|
|
808
808
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -835,7 +835,7 @@ export declare const selectSecuritySetting: ((state: {
|
|
|
835
835
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
836
836
|
};
|
|
837
837
|
export declare const selectGraphShardExists: ((state: {
|
|
838
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
838
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
839
839
|
singleClusterMode: boolean;
|
|
840
840
|
cluster: import("../cluster/types").ClusterState;
|
|
841
841
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -864,7 +864,7 @@ export declare const selectGraphShardExists: ((state: {
|
|
|
864
864
|
resetResultsCount: () => void;
|
|
865
865
|
} & {
|
|
866
866
|
resultFunc: (resultFuncArgs_0: {
|
|
867
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
867
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
868
868
|
singleClusterMode: boolean;
|
|
869
869
|
cluster: import("../cluster/types").ClusterState;
|
|
870
870
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -889,7 +889,7 @@ export declare const selectGraphShardExists: ((state: {
|
|
|
889
889
|
clusters: import("../clusters/types").ClustersFilters;
|
|
890
890
|
}, resultFuncArgs_1: string | undefined) => boolean | undefined;
|
|
891
891
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
892
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
892
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
893
893
|
singleClusterMode: boolean;
|
|
894
894
|
cluster: import("../cluster/types").ClusterState;
|
|
895
895
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -919,7 +919,7 @@ export declare const selectGraphShardExists: ((state: {
|
|
|
919
919
|
};
|
|
920
920
|
lastResult: () => boolean | undefined;
|
|
921
921
|
dependencies: [(state: RootState) => {
|
|
922
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
922
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
923
923
|
singleClusterMode: boolean;
|
|
924
924
|
cluster: import("../cluster/types").ClusterState;
|
|
925
925
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -952,7 +952,7 @@ export declare const selectGraphShardExists: ((state: {
|
|
|
952
952
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
953
953
|
};
|
|
954
954
|
export declare const selectBridgeModeEnabled: ((state: {
|
|
955
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
955
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
956
956
|
singleClusterMode: boolean;
|
|
957
957
|
cluster: import("../cluster/types").ClusterState;
|
|
958
958
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -981,7 +981,7 @@ export declare const selectBridgeModeEnabled: ((state: {
|
|
|
981
981
|
resetResultsCount: () => void;
|
|
982
982
|
} & {
|
|
983
983
|
resultFunc: (resultFuncArgs_0: {
|
|
984
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
984
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
985
985
|
singleClusterMode: boolean;
|
|
986
986
|
cluster: import("../cluster/types").ClusterState;
|
|
987
987
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1006,7 +1006,7 @@ export declare const selectBridgeModeEnabled: ((state: {
|
|
|
1006
1006
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1007
1007
|
}, resultFuncArgs_1: string | undefined) => boolean | undefined;
|
|
1008
1008
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1009
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
1009
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
1010
1010
|
singleClusterMode: boolean;
|
|
1011
1011
|
cluster: import("../cluster/types").ClusterState;
|
|
1012
1012
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1036,7 +1036,7 @@ export declare const selectBridgeModeEnabled: ((state: {
|
|
|
1036
1036
|
};
|
|
1037
1037
|
lastResult: () => boolean | undefined;
|
|
1038
1038
|
dependencies: [(state: RootState) => {
|
|
1039
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
1039
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
1040
1040
|
singleClusterMode: boolean;
|
|
1041
1041
|
cluster: import("../cluster/types").ClusterState;
|
|
1042
1042
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1075,9 +1075,9 @@ export declare function queryCapability(capability: Capability, database: string
|
|
|
1075
1075
|
export declare const selectMetaCapabilities: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1076
1076
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1077
1077
|
database?: string;
|
|
1078
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
1079
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
1080
|
-
}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
1078
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
|
1079
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
1080
|
+
}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">) => ({
|
|
1081
1081
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1082
1082
|
originalArgs?: undefined | undefined;
|
|
1083
1083
|
data?: undefined | undefined;
|
|
@@ -1139,7 +1139,7 @@ export declare const selectMetaCapabilities: (state: import("@reduxjs/toolkit/qu
|
|
|
1139
1139
|
isError: true;
|
|
1140
1140
|
});
|
|
1141
1141
|
export declare const selectMetaCapabilityVersion: ((state: {
|
|
1142
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
1142
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
1143
1143
|
singleClusterMode: boolean;
|
|
1144
1144
|
cluster: import("../cluster/types").ClusterState;
|
|
1145
1145
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1168,7 +1168,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
|
1168
1168
|
resetResultsCount: () => void;
|
|
1169
1169
|
} & {
|
|
1170
1170
|
resultFunc: (resultFuncArgs_0: {
|
|
1171
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
1171
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
1172
1172
|
singleClusterMode: boolean;
|
|
1173
1173
|
cluster: import("../cluster/types").ClusterState;
|
|
1174
1174
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1193,7 +1193,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
|
1193
1193
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1194
1194
|
}, resultFuncArgs_1: MetaCapability) => number | undefined;
|
|
1195
1195
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1196
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
1196
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
1197
1197
|
singleClusterMode: boolean;
|
|
1198
1198
|
cluster: import("../cluster/types").ClusterState;
|
|
1199
1199
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1223,7 +1223,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
|
1223
1223
|
};
|
|
1224
1224
|
lastResult: () => number | undefined;
|
|
1225
1225
|
dependencies: [(state: RootState) => {
|
|
1226
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
1226
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
1227
1227
|
singleClusterMode: boolean;
|
|
1228
1228
|
cluster: import("../cluster/types").ClusterState;
|
|
1229
1229
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -19,7 +19,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
|
19
19
|
isUninitialized: true;
|
|
20
20
|
}) | import("@reduxjs/toolkit/query").TSHelpersOverride<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
21
21
|
database?: string;
|
|
22
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
22
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
|
23
23
|
currentData?: import("../../../types/api/capabilities").CapabilitiesResponse | undefined;
|
|
24
24
|
isUninitialized: false;
|
|
25
25
|
isLoading: false;
|
|
@@ -36,7 +36,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
|
36
36
|
error: undefined;
|
|
37
37
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
38
38
|
database?: string;
|
|
39
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
39
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
|
40
40
|
currentData?: import("../../../types/api/capabilities").CapabilitiesResponse | undefined;
|
|
41
41
|
isUninitialized: false;
|
|
42
42
|
isLoading: false;
|
|
@@ -49,7 +49,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
|
49
49
|
error: undefined;
|
|
50
50
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
51
51
|
database?: string;
|
|
52
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
52
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
|
53
53
|
currentData?: import("../../../types/api/capabilities").CapabilitiesResponse | undefined;
|
|
54
54
|
isUninitialized: false;
|
|
55
55
|
isLoading: false;
|
|
@@ -60,7 +60,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
|
60
60
|
isError: true;
|
|
61
61
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
62
62
|
database?: string;
|
|
63
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
63
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>> & {
|
|
64
64
|
currentData?: import("../../../types/api/capabilities").CapabilitiesResponse | undefined;
|
|
65
65
|
isUninitialized: false;
|
|
66
66
|
isLoading: false;
|
|
@@ -72,7 +72,7 @@ export declare function useCapabilitiesQuery(): (import("@reduxjs/toolkit/query"
|
|
|
72
72
|
}) & {
|
|
73
73
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
74
74
|
database?: string;
|
|
75
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
75
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>>;
|
|
76
76
|
};
|
|
77
77
|
export declare function useCapabilitiesLoaded(): boolean;
|
|
78
78
|
export declare function useAllCapabilitiesLoaded(): boolean;
|
|
@@ -8,12 +8,12 @@ export declare function updateDefaultClusterTab(tab: string): (dispatch: Dispatc
|
|
|
8
8
|
declare const _default: import("redux").Reducer<ClusterState>;
|
|
9
9
|
export default _default;
|
|
10
10
|
export declare const clusterApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
|
11
|
-
getClusterInfo: import("@reduxjs/toolkit/query").QueryDefinition<string | undefined, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
11
|
+
getClusterInfo: import("@reduxjs/toolkit/query").QueryDefinition<string | undefined, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", {
|
|
12
12
|
clusterData: TClusterInfo;
|
|
13
13
|
groupsStats?: ClusterGroupsStats;
|
|
14
14
|
}, "api", typeof import("../api")._NEVER>;
|
|
15
|
-
getClusterBaseInfo: import("@reduxjs/toolkit/query").QueryDefinition<string, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
16
|
-
}, "api", "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
15
|
+
getClusterBaseInfo: import("@reduxjs/toolkit/query").QueryDefinition<string, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("../../../types/api/meta").MetaBaseClusterInfo | undefined, "api", any>;
|
|
16
|
+
}, "api", "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|
|
17
17
|
export declare function useClusterBaseInfo(): {
|
|
18
18
|
monitoring: string | import("../../../types/api/meta").MetaClusterMonitoringData | undefined;
|
|
19
19
|
name: string | undefined;
|
|
@@ -43,7 +43,7 @@ export declare function useClusterBaseInfo(): {
|
|
|
43
43
|
export declare function useClusterWithProxy(): boolean;
|
|
44
44
|
export type ClusterInfo = ReturnType<typeof useClusterBaseInfo>;
|
|
45
45
|
export declare const selectClusterTitle: ((state: {
|
|
46
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
46
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
47
47
|
singleClusterMode: boolean;
|
|
48
48
|
cluster: ClusterState;
|
|
49
49
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -97,7 +97,7 @@ export declare const selectClusterTitle: ((state: {
|
|
|
97
97
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
98
98
|
};
|
|
99
99
|
export declare const selectClusterTabletsWithFqdn: ((state: {
|
|
100
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
100
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", "api">;
|
|
101
101
|
singleClusterMode: boolean;
|
|
102
102
|
cluster: ClusterState;
|
|
103
103
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -9,7 +9,7 @@ import { isQueryErrorResponse } from '../../../utils/query';
|
|
|
9
9
|
import { api } from '../api';
|
|
10
10
|
import { selectNodesMap } from '../nodesList';
|
|
11
11
|
import { parseCoresUrl, parseLinksField, parseLoggingUrls, parseSettingsField, parseTraceField, } from './parseFields';
|
|
12
|
-
import { createSelectClusterGroupsQuery, getGroupStatsFromClusterInfo, normalizeDomain, parseGroupsStatsQueryResponse, } from './utils';
|
|
12
|
+
import { createSelectClusterGroupsQuery, getGroupStatsFromClusterInfo, normalizeDomain, parseGroupsStatsQueryResponse, prepareClusterInfo, } from './utils';
|
|
13
13
|
export const INITIAL_DEFAULT_CLUSTER_TAB = clusterTabsIds.tenants;
|
|
14
14
|
const initialState = {
|
|
15
15
|
defaultClusterTab: INITIAL_DEFAULT_CLUSTER_TAB,
|
|
@@ -36,9 +36,10 @@ export const clusterApi = api.injectEndpoints({
|
|
|
36
36
|
getClusterInfo: builder.query({
|
|
37
37
|
queryFn: async (clusterName, { signal }) => {
|
|
38
38
|
try {
|
|
39
|
-
const
|
|
39
|
+
const rawClusterData = await window.api.viewer.getClusterInfo(clusterName, {
|
|
40
40
|
signal,
|
|
41
41
|
});
|
|
42
|
+
const clusterData = prepareClusterInfo(rawClusterData);
|
|
42
43
|
const clusterRoot = clusterData.Domain;
|
|
43
44
|
// Without domain we cannot get stats from system tables
|
|
44
45
|
if (!clusterRoot) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../../../src/store/reducers/cluster/cluster.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAE,WAAW,EAAC,MAAM,kBAAkB,CAAC;AAE7D,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAGjD,OAAO,EAAC,cAAc,EAAE,YAAY,EAAC,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAC,eAAe,EAAC,MAAM,4BAA4B,CAAC;AAG3D,OAAO,EAAC,qBAAqB,EAAC,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAC,uBAAuB,EAAC,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAC,eAAe,EAAC,MAAM,oDAAoD,CAAC;AACnF,OAAO,EAAC,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAE1D,OAAO,EAAC,GAAG,EAAC,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAE5C,OAAO,EACH,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,eAAe,GAClB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACH,8BAA8B,EAC9B,4BAA4B,EAC5B,eAAe,EACf,6BAA6B,
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../../../src/store/reducers/cluster/cluster.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAE,WAAW,EAAC,MAAM,kBAAkB,CAAC;AAE7D,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAGjD,OAAO,EAAC,cAAc,EAAE,YAAY,EAAC,MAAM,mCAAmC,CAAC;AAC/E,OAAO,EAAC,eAAe,EAAC,MAAM,4BAA4B,CAAC;AAG3D,OAAO,EAAC,qBAAqB,EAAC,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAC,uBAAuB,EAAC,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAC,eAAe,EAAC,MAAM,oDAAoD,CAAC;AACnF,OAAO,EAAC,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAE1D,OAAO,EAAC,GAAG,EAAC,MAAM,QAAQ,CAAC;AAC3B,OAAO,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAE5C,OAAO,EACH,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,eAAe,GAClB,MAAM,eAAe,CAAC;AAEvB,OAAO,EACH,8BAA8B,EAC9B,4BAA4B,EAC5B,eAAe,EACf,6BAA6B,EAC7B,kBAAkB,GACrB,MAAM,SAAS,CAAC;AAEjB,MAAM,CAAC,MAAM,2BAA2B,GAAG,cAAc,CAAC,OAAO,CAAC;AAElE,MAAM,YAAY,GAAiB;IAC/B,iBAAiB,EAAE,2BAA2B;CACjD,CAAC;AACF,MAAM,YAAY,GAAG,WAAW,CAAC;IAC7B,IAAI,EAAE,SAAS;IACf,YAAY;IACZ,QAAQ,EAAE;QACN,oBAAoB,CAAC,KAAK,EAAE,MAAiC;YACzD,KAAK,CAAC,iBAAiB,GAAG,MAAM,CAAC,OAAO,CAAC;QAC7C,CAAC;KACJ;CACJ,CAAC,CAAC;AAEH,MAAM,UAAU,uBAAuB,CAAC,GAAW;IAC/C,OAAO,CAAC,QAAkB,EAAE,EAAE;QAC1B,IAAI,YAAY,CAAC,GAAG,CAAC,EAAE,CAAC;YACpB,QAAQ,CAAC,YAAY,CAAC,OAAO,CAAC,oBAAoB,CAAC,GAAG,CAAC,CAAC,CAAC;QAC7D,CAAC;IACL,CAAC,CAAC;AACN,CAAC;AAED,eAAe,YAAY,CAAC,OAAO,CAAC;AAEpC,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAC,eAAe,CAAC;IAC1C,SAAS,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;QACrB,cAAc,EAAE,OAAO,CAAC,KAAK,CAM3B;YACE,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,EAAC,MAAM,EAAC,EAAE,EAAE;gBACrC,IAAI,CAAC;oBACD,MAAM,cAAc,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,cAAc,CAAC,WAAW,EAAE;wBACvE,MAAM;qBACT,CAAC,CAAC;oBACH,MAAM,WAAW,GAAG,kBAAkB,CAAC,cAAc,CAAC,CAAC;oBAEvD,MAAM,WAAW,GAAG,WAAW,CAAC,MAAM,CAAC;oBACvC,wDAAwD;oBACxD,IAAI,CAAC,WAAW,EAAE,CAAC;wBACf,OAAO,EAAC,IAAI,EAAE,EAAC,WAAW,EAAC,EAAC,CAAC;oBACjC,CAAC;oBAED,IAAI,eAAe,CAAC,WAAW,CAAC,EAAE,CAAC;wBAC/B,OAAO;4BACH,IAAI,EAAE;gCACF,WAAW;gCACX,WAAW,EAAE,4BAA4B,CAAC,WAAW,CAAC;6BACzD;yBACJ,CAAC;oBACN,CAAC;oBAED,IAAI,CAAC;wBACD,MAAM,KAAK,GAAG,8BAA8B,EAAE,CAAC;wBAE/C,wFAAwF;wBACxF,oEAAoE;wBACpE,sGAAsG;wBACtG,MAAM,mBAAmB,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,SAAS,CAAC;4BAC1D,KAAK,EAAE,KAAK;4BACZ,QAAQ,EAAE,WAAW;4BACrB,MAAM,EAAE,eAAe;4BACvB,aAAa,EAAE,IAAI;yBACtB,CAAC,CAAC;wBAEH,IAAI,oBAAoB,CAAC,mBAAmB,CAAC,EAAE,CAAC;4BAC5C,OAAO,EAAC,IAAI,EAAE,EAAC,WAAW,EAAC,EAAC,CAAC;wBACjC,CAAC;wBAED,OAAO;4BACH,IAAI,EAAE;gCACF,WAAW;gCACX,WAAW,EAAE,6BAA6B,CAAC,mBAAmB,CAAC;6BAClE;yBACJ,CAAC;oBACN,CAAC;oBAAC,WAAM,CAAC;wBACL,OAAO,EAAC,IAAI,EAAE,EAAC,WAAW,EAAC,EAAC,CAAC;oBACjC,CAAC;gBACL,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACb,OAAO,EAAC,KAAK,EAAC,CAAC;gBACnB,CAAC;YACL,CAAC;YACD,YAAY,EAAE,CAAC,KAAK,CAAC;SACxB,CAAC;QACF,kBAAkB,EAAE,OAAO,CAAC,KAAK,CAAC;YAC9B,OAAO,EAAE,KAAK,EAAE,WAAmB,EAAE,EAAC,MAAM,EAAC,EAAE,EAAE;gBAC7C,IAAI,CAAC;oBACD,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC;wBACnB,MAAM,IAAI,KAAK,CAAC,4BAA4B,CAAC,CAAC;oBAClD,CAAC;oBACD,MAAM,IAAI,GAAG,MAAM,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,kBAAkB,CAAC,WAAW,EAAE,EAAC,MAAM,EAAC,CAAC,CAAC;oBAC7E,OAAO,EAAC,IAAI,EAAC,CAAC;gBAClB,CAAC;gBAAC,OAAO,KAAK,EAAE,CAAC;oBACb,OAAO,EAAC,KAAK,EAAC,CAAC;gBACnB,CAAC;YACL,CAAC;YACD,YAAY,EAAE,CAAC,KAAK,CAAC;SACxB,CAAC;KACL,CAAC;IACF,gBAAgB,EAAE,OAAO;CAC5B,CAAC,CAAC;AAEH,MAAM,UAAU,kBAAkB;;IAC9B,MAAM,oBAAoB,GAAG,uBAAuB,EAAE,CAAC;IACvD,MAAM,YAAY,GAAG,eAAe,EAAE,CAAC;IAEvC,MAAM,EAAC,WAAW,EAAC,GAAG,UAAU,CAAC,0BAA0B,CAAC,oBAAoB,IAAI,SAAS,EAAE;QAC3F,IAAI,EAAE,CAAC,YAAY;KACtB,CAAC,CAAC;IAEH,MAAM,EAAC,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,IAAI,EAAC,GAAG,WAAW,IAAI,EAAE,CAAC;IAEtE,uDAAuD;IACvD,WAAW;IACX,sBAAsB;IACtB,uBAAuB;IACvB,MAAM,WAAW,GAAG,MAAA,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,oBAAoB,mCAAI,SAAS,CAAC;IAC9D,MAAM,YAAY,GAAG,KAAK,IAAI,WAAW,CAAC;IAE1C,OAAO;QACH,GAAG,IAAI;QAEP,UAAU;QAEV,IAAI,EAAE,WAAW;QACjB,KAAK,EAAE,YAAY;QAEnB,SAAS,EAAE,eAAe,CAAC,IAAI,CAAC,UAAU,CAAC;QAC3C,KAAK,EAAE,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC;QAChC,OAAO,EAAE,gBAAgB,CAAC,IAAI,CAAC,OAAO,CAAC;QAEvC,QAAQ,EAAE,kBAAkB,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC3C,KAAK,EAAE,eAAe,CAAC,IAAI,CAAC,KAAK,CAAC;KACrC,CAAC;AACN,CAAC;AAED,MAAM,UAAU,mBAAmB;IAC/B,MAAM,EAAC,QAAQ,EAAC,GAAG,kBAAkB,EAAE,CAAC;IACxC,OAAO,CAAA,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,cAAc,MAAK,KAAK,CAAC;AAC9C,CAAC;AAID,MAAM,yBAAyB,GAAG,cAAc,CAC5C,CAAC,WAAoB,EAAE,EAAE,CAAC,WAAW,EACrC,CAAC,WAAW,EAAE,EAAE,CAAC,UAAU,CAAC,SAAS,CAAC,cAAc,CAAC,MAAM,CAAC,WAAW,CAAC,CAC3E,CAAC;AAEF,MAAM,iBAAiB,GAAG,cAAc,CACpC,CAAC,KAAgB,EAAE,EAAE,CAAC,KAAK,EAC3B,CAAC,MAAiB,EAAE,WAAoB,EAAE,EAAE,CAAC,yBAAyB,CAAC,WAAW,CAAC,EACnF,CAAC,KAAK,EAAE,oBAAoB,EAAE,EAAE,CAAC,oBAAoB,CAAC,KAAK,CAAC,CAAC,IAAI,CACpE,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG,cAAc,CAC5C,CAAC,MAAiB,EAAE,WAAoB,EAAE,EAAE,CAAC,WAAW,EACxD,CAAC,KAAgB,EAAE,WAAoB,EAAE,EAAE,CAAC,iBAAiB,CAAC,KAAK,EAAE,WAAW,CAAC,EACjF,CAAC,WAAW,EAAE,WAAW,EAAE,EAAE;;IACzB,OAAO,CACH,WAAW;QACX,eAAe,CAAC,MAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,WAAW,0CAAE,MAAM,CAAC;QACjD,qBAAqB,CACxB,CAAC;AACN,CAAC,CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAG,cAAc,CACtD,CAAC,KAAgB,EAAE,WAAoB,EAAE,EAAE,CAAC,iBAAiB,CAAC,KAAK,EAAE,WAAW,CAAC,EACjF,CAAC,KAAgB,EAAE,EAAE,CAAC,cAAc,CAAC,KAAK,CAAC,EAC3C,CAAC,IAAI,EAAE,YAAY,EAA0C,EAAE;;IAC3D,MAAM,OAAO,GAAG,MAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,WAAW,0CAAE,aAAa,CAAC;IACjD,IAAI,CAAC,OAAO,EAAE,CAAC;QACX,OAAO,EAAE,CAAC;IACd,CAAC;IACD,IAAI,CAAC,YAAY,EAAE,CAAC;QAChB,OAAO,OAAO,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,EAAE;;QAC1B,MAAM,IAAI,GACN,MAAM,CAAC,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,MAAA,YAAY,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,0CAAE,IAAI,CAAC;QACpF,OAAO,EAAC,GAAG,MAAM,EAAE,IAAI,EAAC,CAAC;IAC7B,CAAC,CAAC,CAAC;AACP,CAAC,CACJ,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import type { TClusterInfoV2 } from '../../../types/api/cluster';
|
|
1
|
+
import type { TClusterInfo, TClusterInfoV2 } from '../../../types/api/cluster';
|
|
2
2
|
import type { ExecuteQueryResponse } from '../../../types/api/query';
|
|
3
3
|
import type { ClusterGroupsStats } from './types';
|
|
4
4
|
export declare const createSelectClusterGroupsQuery: () => string;
|
|
5
5
|
export declare const parseGroupsStatsQueryResponse: (data: ExecuteQueryResponse | null) => ClusterGroupsStats;
|
|
6
6
|
export declare function getGroupStatsFromClusterInfo(info: TClusterInfoV2): ClusterGroupsStats;
|
|
7
|
+
export declare function prepareClusterInfo(info: TClusterInfo): TClusterInfo;
|
|
7
8
|
export declare function normalizeDomain(domain?: string): string | undefined;
|
|
@@ -71,6 +71,34 @@ export const parseGroupsStatsQueryResponse = (data) => {
|
|
|
71
71
|
export function getGroupStatsFromClusterInfo(info) {
|
|
72
72
|
return getGroupStats(info.StorageStats);
|
|
73
73
|
}
|
|
74
|
+
function isClusterInfoWithBridgeInfo(info) {
|
|
75
|
+
return 'BridgeInfo' in info;
|
|
76
|
+
}
|
|
77
|
+
function hasBridgePileDisplayData(pile) {
|
|
78
|
+
var _a, _b;
|
|
79
|
+
const hasGroupStatuses = Object.values((_a = pile.GroupStatuses) !== null && _a !== void 0 ? _a : {}).some((value) => {
|
|
80
|
+
const numericValue = Number(value);
|
|
81
|
+
return Number.isFinite(numericValue) && numericValue > 0;
|
|
82
|
+
});
|
|
83
|
+
return Boolean(((_b = pile.Name) === null || _b === void 0 ? void 0 : _b.trim()) || pile.State || pile.Nodes !== undefined || hasGroupStatuses);
|
|
84
|
+
}
|
|
85
|
+
export function prepareClusterInfo(info) {
|
|
86
|
+
var _a;
|
|
87
|
+
if (!isClusterInfoWithBridgeInfo(info) || !((_a = info.BridgeInfo) === null || _a === void 0 ? void 0 : _a.Piles)) {
|
|
88
|
+
return info;
|
|
89
|
+
}
|
|
90
|
+
const visiblePiles = info.BridgeInfo.Piles.filter(hasBridgePileDisplayData);
|
|
91
|
+
if (visiblePiles.length === info.BridgeInfo.Piles.length) {
|
|
92
|
+
return info;
|
|
93
|
+
}
|
|
94
|
+
return {
|
|
95
|
+
...info,
|
|
96
|
+
BridgeInfo: {
|
|
97
|
+
...info.BridgeInfo,
|
|
98
|
+
Piles: visiblePiles,
|
|
99
|
+
},
|
|
100
|
+
};
|
|
101
|
+
}
|
|
74
102
|
export function normalizeDomain(domain) {
|
|
75
103
|
if (!domain) {
|
|
76
104
|
return undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/store/reducers/cluster/utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/store/reducers/cluster/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,5 +3,5 @@ declare const _default: import("redux").Reducer<ClustersFilters>;
|
|
|
3
3
|
export default _default;
|
|
4
4
|
export declare const changeClustersFilters: import("@reduxjs/toolkit").ActionCreatorWithPayload<Partial<ClustersFilters>, "clusters/changeClustersFilters">;
|
|
5
5
|
export declare const clustersApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
|
6
|
-
getClustersList: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
7
|
-
}, "api", "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "
|
|
6
|
+
getClustersList: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", import("./types").PreparedCluster[] | undefined, "api", any>;
|
|
7
|
+
}, "api", "Events" | "All" | "Conversations" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|