ydb-embedded-ui 21.1.0 → 22.0.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/ComponentsProvider/ComponentsProvider.d.ts +0 -4
- package/dist/components/ComponentsProvider/componentsRegistry.d.ts +0 -2
- package/dist/components/ComponentsProvider/componentsRegistry.js +1 -3
- package/dist/components/ComponentsProvider/componentsRegistry.js.map +1 -1
- package/dist/components/ContentWithPopup/ContentWithPopup.d.ts +1 -1
- package/dist/components/ContentWithPopup/ContentWithPopup.js +4 -2
- package/dist/components/ContentWithPopup/ContentWithPopup.js.map +1 -1
- package/dist/components/FullNodeViewer/i18n/index.d.ts +1 -1
- package/dist/components/HoverPopup/HoverPopup.js +27 -4
- package/dist/components/HoverPopup/HoverPopup.js.map +1 -1
- package/dist/components/HoverPopup/getPopupScrollContainer.d.ts +1 -0
- package/dist/components/HoverPopup/getPopupScrollContainer.js +20 -0
- package/dist/components/HoverPopup/getPopupScrollContainer.js.map +1 -0
- package/dist/components/MetricChart/reducer.d.ts +2 -2
- package/dist/components/SegmentedProgress/SegmentedProgress.d.ts +22 -1
- package/dist/components/SegmentedProgress/SegmentedProgress.js +44 -3
- package/dist/components/SegmentedProgress/SegmentedProgress.js.map +1 -1
- package/dist/components/SegmentedProgress/SegmentedProgress.scss +5 -0
- package/dist/components/StorageGroupInfo/StorageGroupInfo.js +1 -13
- package/dist/components/StorageGroupInfo/StorageGroupInfo.js.map +1 -1
- package/dist/components/StorageGroupInfo/i18n/en.json +0 -1
- package/dist/components/StorageGroupInfo/i18n/index.d.ts +1 -1
- package/dist/components/nodesColumns/i18n/index.d.ts +1 -1
- package/dist/containers/App/App.js +3 -3
- package/dist/containers/App/App.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js +8 -5
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.scss +8 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.d.ts +4 -3
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.js +62 -25
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.js.map +1 -1
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.scss +18 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.d.ts +22 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.js +49 -0
- package/dist/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.js.map +1 -0
- package/dist/containers/Cluster/i18n/en.json +13 -4
- package/dist/containers/Cluster/i18n/index.d.ts +1 -1
- package/dist/containers/Node/Node.js +20 -17
- package/dist/containers/Node/Node.js.map +1 -1
- package/dist/containers/Node/NodePages.d.ts +3 -9
- package/dist/containers/Node/NodePages.js +2 -10
- package/dist/containers/Node/NodePages.js.map +1 -1
- package/dist/containers/Node/i18n/en.json +0 -3
- package/dist/containers/Node/i18n/index.d.ts +1 -1
- package/dist/containers/Nodes/NodesTable.js +2 -2
- package/dist/containers/Nodes/NodesTable.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.js +0 -1
- package/dist/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/PaginatedStorageGroupsTable.js +2 -3
- package/dist/containers/Storage/PaginatedStorageGroupsTable/PaginatedStorageGroupsTable.js.map +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/columns/constants.d.ts +2 -2
- package/dist/containers/Storage/PaginatedStorageGroupsTable/getGroups.d.ts +1 -1
- package/dist/containers/Storage/PaginatedStorageGroupsTable/getGroups.js +2 -3
- package/dist/containers/Storage/PaginatedStorageGroupsTable/getGroups.js.map +1 -1
- package/dist/containers/StorageGroupPage/StorageGroupPage.js +2 -3
- package/dist/containers/StorageGroupPage/StorageGroupPage.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +1 -3
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js.map +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/useTenantStorageNewData.d.ts +5 -5
- package/dist/containers/Tenant/Diagnostics/useDiagnosticsPages.js +2 -4
- package/dist/containers/Tenant/Diagnostics/useDiagnosticsPages.js.map +1 -1
- package/dist/routes.d.ts +1 -0
- package/dist/routes.js.map +1 -1
- package/dist/services/api/viewer.d.ts +1 -2
- package/dist/services/api/viewer.js +0 -11
- package/dist/services/api/viewer.js.map +1 -1
- package/dist/store/configureStore.d.ts +12 -12
- package/dist/store/defaultStore.d.ts +6 -6
- package/dist/store/reducers/api.d.ts +1 -1
- package/dist/store/reducers/api.js +3 -0
- 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 +43 -43
- package/dist/store/reducers/capabilities/hooks.d.ts +5 -6
- package/dist/store/reducers/capabilities/hooks.js +0 -3
- package/dist/store/reducers/capabilities/hooks.js.map +1 -1
- 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/clusters/clusters.d.ts +2 -2
- package/dist/store/reducers/clusters/clusters.js +2 -1
- package/dist/store/reducers/clusters/clusters.js.map +1 -1
- package/dist/store/reducers/codeAssist/codeAssist.d.ts +6 -6
- package/dist/store/reducers/configs.d.ts +3 -3
- package/dist/store/reducers/entityDataTags.d.ts +21 -0
- package/dist/store/reducers/entityDataTags.js +24 -0
- package/dist/store/reducers/entityDataTags.js.map +1 -0
- 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 +8 -8
- package/dist/store/reducers/network/network.d.ts +2 -2
- package/dist/store/reducers/node/node.d.ts +2 -5
- package/dist/store/reducers/node/node.js +0 -12
- package/dist/store/reducers/node/node.js.map +1 -1
- package/dist/store/reducers/node/types.d.ts +0 -14
- 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 +5 -5
- 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 +40 -40
- 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/requestStorageData.d.ts +2 -4
- package/dist/store/reducers/storage/requestStorageData.js +4 -10
- package/dist/store/reducers/storage/requestStorageData.js.map +1 -1
- package/dist/store/reducers/storage/storage.d.ts +4 -6
- package/dist/store/reducers/storage/storage.js.map +1 -1
- package/dist/store/reducers/storage/types.d.ts +0 -9
- package/dist/store/reducers/storage/utils.d.ts +1 -2
- package/dist/store/reducers/storage/utils.js +0 -111
- package/dist/store/reducers/storage/utils.js.map +1 -1
- package/dist/store/reducers/storageUsage/StorageUsage.d.ts +2 -2
- package/dist/store/reducers/streamingQuery/streamingQuery.d.ts +2 -2
- package/dist/store/reducers/table/table.d.ts +4 -4
- 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 +8 -8
- package/dist/store/reducers/tablets.d.ts +3 -3
- package/dist/store/reducers/tenant/tenant.d.ts +2 -2
- package/dist/store/reducers/tenant/tenant.js +14 -1
- package/dist/store/reducers/tenant/tenant.js.map +1 -1
- 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 +3 -3
- package/dist/store/reducers/tenants/tenants.js +2 -1
- package/dist/store/reducers/tenants/tenants.js.map +1 -1
- package/dist/store/reducers/topic/topic.d.ts +84 -84
- package/dist/store/reducers/vdisk/vdisk.d.ts +3 -3
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +2 -2
- package/dist/store/state-url-mapping.js +5 -1
- package/dist/store/state-url-mapping.js.map +1 -1
- package/dist/types/api/storage.d.ts +2 -111
- package/dist/types/api/storage.js.map +1 -1
- package/dist/uiFactory/types.d.ts +2 -0
- package/dist/utils/hooks/useWhoami.d.ts +5 -5
- package/package.json +1 -1
- package/src/components/ComponentsProvider/componentsRegistry.ts +1 -4
- package/src/components/ContentWithPopup/ContentWithPopup.tsx +7 -0
- package/src/components/HoverPopup/HoverPopup.tsx +32 -3
- package/src/components/HoverPopup/getPopupScrollContainer.ts +20 -0
- package/src/components/SegmentedProgress/SegmentedProgress.scss +5 -0
- package/src/components/SegmentedProgress/SegmentedProgress.tsx +99 -10
- package/src/components/StorageGroupInfo/StorageGroupInfo.tsx +0 -13
- package/src/components/StorageGroupInfo/i18n/en.json +0 -1
- package/src/containers/App/App.tsx +3 -3
- package/src/containers/Cluster/ClusterInfo/ClusterInfo.scss +8 -0
- package/src/containers/Cluster/ClusterInfo/ClusterInfo.tsx +12 -11
- package/src/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.scss +18 -0
- package/src/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/DiskGroupsStats.tsx +143 -58
- package/src/containers/Cluster/ClusterInfo/components/DiskGroupsStatsBars/utils.ts +89 -0
- package/src/containers/Cluster/i18n/en.json +13 -4
- package/src/containers/Node/Node.tsx +32 -18
- package/src/containers/Node/NodePages.ts +5 -10
- package/src/containers/Node/i18n/en.json +0 -4
- package/src/containers/Nodes/NodesTable.tsx +7 -1
- package/src/containers/Storage/PaginatedStorageGroups/GroupedStorageGroupsComponent.tsx +0 -1
- package/src/containers/Storage/PaginatedStorageGroupsTable/PaginatedStorageGroupsTable.tsx +2 -6
- package/src/containers/Storage/PaginatedStorageGroupsTable/columns/constants.ts +2 -2
- package/src/containers/Storage/PaginatedStorageGroupsTable/getGroups.ts +40 -47
- package/src/containers/StorageGroupPage/StorageGroupPage.tsx +2 -6
- package/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.tsx +1 -6
- package/src/containers/Tenant/Diagnostics/useDiagnosticsPages.ts +1 -4
- package/src/routes.ts +1 -1
- package/src/services/api/viewer.ts +1 -25
- package/src/store/reducers/api.ts +4 -0
- package/src/store/reducers/capabilities/hooks.ts +0 -4
- package/src/store/reducers/cluster/cluster.ts +3 -2
- package/src/store/reducers/clusters/clusters.ts +2 -1
- package/src/store/reducers/entityDataTags.ts +34 -0
- package/src/store/reducers/node/node.ts +0 -11
- package/src/store/reducers/node/types.ts +0 -18
- package/src/store/reducers/storage/requestStorageData.ts +5 -17
- package/src/store/reducers/storage/storage.ts +2 -6
- package/src/store/reducers/storage/types.ts +0 -9
- package/src/store/reducers/storage/utils.ts +2 -175
- package/src/store/reducers/tenant/tenant.ts +17 -1
- package/src/store/reducers/tenants/tenants.ts +2 -1
- package/src/store/state-url-mapping.ts +5 -1
- package/src/types/api/storage.ts +7 -131
- package/src/uiFactory/types.ts +3 -0
- package/dist/containers/Node/NodeStructure/NodeStructure.d.ts +0 -7
- package/dist/containers/Node/NodeStructure/NodeStructure.js +0 -76
- package/dist/containers/Node/NodeStructure/NodeStructure.js.map +0 -1
- package/dist/containers/Node/NodeStructure/NodeStructure.scss +0 -155
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -7
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js +0 -7
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js.map +0 -1
- package/dist/containers/Node/NodeStructure/Pdisk.d.ts +0 -10
- package/dist/containers/Node/NodeStructure/Pdisk.js +0 -125
- package/dist/containers/Node/NodeStructure/Pdisk.js.map +0 -1
- package/dist/store/reducers/node/selectors.d.ts +0 -47
- package/dist/store/reducers/node/selectors.js +0 -43
- package/dist/store/reducers/node/selectors.js.map +0 -1
- package/src/containers/Node/NodeStructure/NodeStructure.scss +0 -155
- package/src/containers/Node/NodeStructure/NodeStructure.tsx +0 -121
- package/src/containers/Node/NodeStructure/PDiskTitleBadge.tsx +0 -18
- package/src/containers/Node/NodeStructure/Pdisk.tsx +0 -274
- package/src/store/reducers/node/selectors.ts +0 -68
|
@@ -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, {}>, "
|
|
7
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "
|
|
8
|
-
}, "api", "
|
|
6
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
8
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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<{}, "
|
|
10
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
105
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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, {}>, "
|
|
132
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "
|
|
133
|
-
}, "
|
|
131
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
133
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
267
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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, {}>, "
|
|
294
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "
|
|
295
|
-
}, "
|
|
293
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
295
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
500
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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, {}>, "
|
|
527
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "
|
|
528
|
-
}, "
|
|
526
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
528
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
604
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
633
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
658
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
688
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
721
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
750
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
775
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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<{}, "
|
|
805
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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 selectFeatureSetting: ((state: {
|
|
838
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
838
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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 selectFeatureSetting: ((state: {
|
|
|
864
864
|
resetResultsCount: () => void;
|
|
865
865
|
} & {
|
|
866
866
|
resultFunc: (resultFuncArgs_0: {
|
|
867
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
867
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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 selectFeatureSetting: ((state: {
|
|
|
889
889
|
clusters: import("../clusters/types").ClustersFilters;
|
|
890
890
|
}, resultFuncArgs_1: "EnableAnalyzeLongRunningOperation", resultFuncArgs_2: string | undefined) => boolean | undefined;
|
|
891
891
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
892
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
892
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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 selectFeatureSetting: ((state: {
|
|
|
919
919
|
};
|
|
920
920
|
lastResult: () => boolean | undefined;
|
|
921
921
|
dependencies: [(state: RootState) => {
|
|
922
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
922
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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 selectFeatureSetting: ((state: {
|
|
|
952
952
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
953
953
|
};
|
|
954
954
|
export declare const selectGraphShardExists: ((state: {
|
|
955
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
955
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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 selectGraphShardExists: ((state: {
|
|
|
981
981
|
resetResultsCount: () => void;
|
|
982
982
|
} & {
|
|
983
983
|
resultFunc: (resultFuncArgs_0: {
|
|
984
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
984
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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 selectGraphShardExists: ((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<{}, "
|
|
1009
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "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 selectGraphShardExists: ((state: {
|
|
|
1036
1036
|
};
|
|
1037
1037
|
lastResult: () => boolean | undefined;
|
|
1038
1038
|
dependencies: [(state: RootState) => {
|
|
1039
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1039
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1040
1040
|
singleClusterMode: boolean;
|
|
1041
1041
|
cluster: import("../cluster/types").ClusterState;
|
|
1042
1042
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1069,7 +1069,7 @@ export declare const selectGraphShardExists: ((state: {
|
|
|
1069
1069
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
1070
1070
|
};
|
|
1071
1071
|
export declare const selectBridgeModeEnabled: ((state: {
|
|
1072
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1072
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1073
1073
|
singleClusterMode: boolean;
|
|
1074
1074
|
cluster: import("../cluster/types").ClusterState;
|
|
1075
1075
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1098,7 +1098,7 @@ export declare const selectBridgeModeEnabled: ((state: {
|
|
|
1098
1098
|
resetResultsCount: () => void;
|
|
1099
1099
|
} & {
|
|
1100
1100
|
resultFunc: (resultFuncArgs_0: {
|
|
1101
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1101
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1102
1102
|
singleClusterMode: boolean;
|
|
1103
1103
|
cluster: import("../cluster/types").ClusterState;
|
|
1104
1104
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1123,7 +1123,7 @@ export declare const selectBridgeModeEnabled: ((state: {
|
|
|
1123
1123
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1124
1124
|
}, resultFuncArgs_1: string | undefined) => boolean | undefined;
|
|
1125
1125
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1126
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1126
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1127
1127
|
singleClusterMode: boolean;
|
|
1128
1128
|
cluster: import("../cluster/types").ClusterState;
|
|
1129
1129
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1153,7 +1153,7 @@ export declare const selectBridgeModeEnabled: ((state: {
|
|
|
1153
1153
|
};
|
|
1154
1154
|
lastResult: () => boolean | undefined;
|
|
1155
1155
|
dependencies: [(state: RootState) => {
|
|
1156
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1156
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1157
1157
|
singleClusterMode: boolean;
|
|
1158
1158
|
cluster: import("../cluster/types").ClusterState;
|
|
1159
1159
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1192,9 +1192,9 @@ export declare function queryCapability(capability: Capability, database: string
|
|
|
1192
1192
|
export declare const selectMetaCapabilities: (state: import("@reduxjs/toolkit/query").RootState<{
|
|
1193
1193
|
getClusterCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<{
|
|
1194
1194
|
database?: string;
|
|
1195
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "
|
|
1196
|
-
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "
|
|
1197
|
-
}, "
|
|
1195
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>;
|
|
1196
|
+
getMetaCapabilities: import("@reduxjs/toolkit/query").QueryDefinition<any, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/capabilities").MetaCapabilitiesResponse | undefined, "api", any>;
|
|
1197
|
+
}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">) => ({
|
|
1198
1198
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1199
1199
|
originalArgs?: undefined | undefined;
|
|
1200
1200
|
data?: undefined | undefined;
|
|
@@ -1256,7 +1256,7 @@ export declare const selectMetaCapabilities: (state: import("@reduxjs/toolkit/qu
|
|
|
1256
1256
|
isError: true;
|
|
1257
1257
|
});
|
|
1258
1258
|
export declare const selectMetaCapabilityVersion: ((state: {
|
|
1259
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1259
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1260
1260
|
singleClusterMode: boolean;
|
|
1261
1261
|
cluster: import("../cluster/types").ClusterState;
|
|
1262
1262
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1285,7 +1285,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
|
1285
1285
|
resetResultsCount: () => void;
|
|
1286
1286
|
} & {
|
|
1287
1287
|
resultFunc: (resultFuncArgs_0: {
|
|
1288
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1288
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1289
1289
|
singleClusterMode: boolean;
|
|
1290
1290
|
cluster: import("../cluster/types").ClusterState;
|
|
1291
1291
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1310,7 +1310,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
|
1310
1310
|
clusters: import("../clusters/types").ClustersFilters;
|
|
1311
1311
|
}, resultFuncArgs_1: MetaCapability) => number | undefined;
|
|
1312
1312
|
memoizedResultFunc: ((resultFuncArgs_0: {
|
|
1313
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1313
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1314
1314
|
singleClusterMode: boolean;
|
|
1315
1315
|
cluster: import("../cluster/types").ClusterState;
|
|
1316
1316
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -1340,7 +1340,7 @@ export declare const selectMetaCapabilityVersion: ((state: {
|
|
|
1340
1340
|
};
|
|
1341
1341
|
lastResult: () => number | undefined;
|
|
1342
1342
|
dependencies: [(state: RootState) => {
|
|
1343
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
1343
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
1344
1344
|
singleClusterMode: boolean;
|
|
1345
1345
|
cluster: import("../cluster/types").ClusterState;
|
|
1346
1346
|
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, {}>, "
|
|
22
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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, {}>, "
|
|
39
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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, {}>, "
|
|
52
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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, {}>, "
|
|
63
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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, {}>, "
|
|
75
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/capabilities").CapabilitiesResponse | undefined, "api", any>>;
|
|
76
76
|
};
|
|
77
77
|
export declare function useCapabilitiesLoaded(): boolean;
|
|
78
78
|
export declare function useAllCapabilitiesLoaded(): boolean;
|
|
@@ -82,7 +82,6 @@ export declare const useOidcAvailable: () => boolean;
|
|
|
82
82
|
export declare const useCreateDirectoryFeatureAvailable: () => boolean;
|
|
83
83
|
export declare const useDiskPagesAvailable: () => boolean;
|
|
84
84
|
export declare const useTracingLevelOptionAvailable: () => boolean;
|
|
85
|
-
export declare const useStorageGroupsHandlerAvailable: () => boolean;
|
|
86
85
|
export declare const useStorageStatsAvailable: () => boolean;
|
|
87
86
|
export declare const useDetailedStorageViewAvailable: () => boolean | undefined;
|
|
88
87
|
export declare const useNewStorageViewEnabled: () => boolean | undefined;
|
|
@@ -47,9 +47,6 @@ export const useDiskPagesAvailable = () => {
|
|
|
47
47
|
export const useTracingLevelOptionAvailable = () => {
|
|
48
48
|
return useGetFeatureVersion('/viewer/query') > 2;
|
|
49
49
|
};
|
|
50
|
-
export const useStorageGroupsHandlerAvailable = () => {
|
|
51
|
-
return useGetFeatureVersion('/storage/groups') > 2;
|
|
52
|
-
};
|
|
53
50
|
export const useStorageStatsAvailable = () => {
|
|
54
51
|
return useGetFeatureVersion('/viewer/storage_stats') > 0;
|
|
55
52
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.js","sourceRoot":"","sources":["../../../../src/store/reducers/capabilities/hooks.ts"],"names":[],"mappings":"AAMA,OAAO,EAAC,SAAS,EAAC,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAC,UAAU,EAAE,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAC,oBAAoB,EAAC,MAAM,2CAA2C,CAAC;AAC/E,OAAO,EAAC,kBAAkB,EAAC,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,uBAAuB,CAAC;AAEnD,OAAO,EACH,eAAe,EACf,uBAAuB,EACvB,uBAAuB,EACvB,0BAA0B,EAC1B,oBAAoB,EACpB,sBAAsB,EACtB,sBAAsB,EACtB,2BAA2B,EAC3B,qBAAqB,GACxB,MAAM,gBAAgB,CAAC;AAExB,MAAM,UAAU,oBAAoB;IAChC,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,OAAO,eAAe,CAAC,8BAA8B,CAAC,EAAC,QAAQ,EAAC,CAAC,CAAC;AACtE,CAAC;AAED,MAAM,UAAU,qBAAqB;IACjC,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,MAAM,EAAC,IAAI,EAAE,KAAK,EAAC,GAAG,gBAAgB,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,0BAA0B,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC;IAE/F,yEAAyE;IACzE,2CAA2C;IAC3C,OAAO,OAAO,CAAC,IAAI,IAAI,KAAK,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,wBAAwB;IACpC,8EAA8E;IAC9E,MAAM,sBAAsB,GAAG,yBAAyB,EAAE,CAAC;IAC3D,MAAM,kBAAkB,GAAG,qBAAqB,EAAE,CAAC;IAEnD,OAAO,sBAAsB,IAAI,kBAAkB,CAAC;AACxD,CAAC;AAED,MAAM,oBAAoB,GAAG,CAAC,OAAmB,EAAE,EAAE;IACjD,MAAM,QAAQ,GAAG,oBAAoB,EAAE,CAAC;IAExC,OAAO,gBAAgB,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,uBAAuB,CAAC,KAAK,EAAE,OAAO,EAAE,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AAC/F,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,OAAuB,EAAE,EAAE;IAChE,OAAO,gBAAgB,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,2BAA2B,CAAC,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC;AACzF,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAG,GAAG,EAAE;IAC5C,OAAO,wBAAwB,CAAC,yBAAyB,CAAC,IAAI,CAAC,CAAC;AACpE,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,EAAE;IACjC,MAAM,kBAAkB,GAAG,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;IACjF,MAAM,iBAAiB,GAAG,wBAAwB,CAAC,qBAAqB,CAAC,IAAI,CAAC,CAAC;IAE/E,OAAO,kBAAkB,IAAI,iBAAiB,CAAC;AACnD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kCAAkC,GAAG,GAAG,EAAE;IACnD,OAAO,oBAAoB,CAAC,mBAAmB,CAAC,GAAG,CAAC,CAAC;AACzD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,EAAE;IACtC,iFAAiF;IACjF,0CAA0C;IAC1C,OAAO,oBAAoB,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;AACnD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,8BAA8B,GAAG,GAAG,EAAE;IAC/C,OAAO,oBAAoB,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC;AACrD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"hooks.js","sourceRoot":"","sources":["../../../../src/store/reducers/capabilities/hooks.ts"],"names":[],"mappings":"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"}
|
|
@@ -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, {}>, "
|
|
11
|
+
getClusterInfo: import("@reduxjs/toolkit/query").QueryDefinition<string | undefined, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", {
|
|
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, {}>, "
|
|
16
|
-
}, "api", "
|
|
15
|
+
getClusterBaseInfo: import("@reduxjs/toolkit/query").QueryDefinition<string, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", import("../../../types/api/meta").MetaBaseClusterInfo | undefined, "api", any>;
|
|
16
|
+
}, "api", "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", 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;
|
|
@@ -55,7 +55,7 @@ export declare function useClusterProxySettingResolved(): boolean;
|
|
|
55
55
|
type ClusterBaseInfo = ReturnType<typeof useClusterBaseInfo>;
|
|
56
56
|
export type ClusterInfo = Omit<ClusterBaseInfo, 'isError' | 'isResolved'>;
|
|
57
57
|
export declare const selectClusterTitle: ((state: {
|
|
58
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
58
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
59
59
|
singleClusterMode: boolean;
|
|
60
60
|
cluster: ClusterState;
|
|
61
61
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -109,7 +109,7 @@ export declare const selectClusterTitle: ((state: {
|
|
|
109
109
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
110
110
|
};
|
|
111
111
|
export declare const selectClusterTabletsWithFqdn: ((state: {
|
|
112
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "
|
|
112
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All" | "Conversations" | "Events" | "PDiskData" | "PreviewData" | "SchemaTree" | "StorageData" | "TableData" | "Partitions" | "Tablet" | "UserData" | "VDiskData" | "VDiskBlobIndexStat" | "AccessRights" | "Backups" | "BackupsSchedule" | "OperationList" | "DatabaseData" | "ClusterData", "api">;
|
|
113
113
|
singleClusterMode: boolean;
|
|
114
114
|
cluster: ClusterState;
|
|
115
115
|
tenant: import("../tenant/types").TenantState;
|
|
@@ -7,6 +7,7 @@ import { useClusterNameFromQuery } from '../../../utils/hooks/useDatabaseFromQue
|
|
|
7
7
|
import { useIsViewerUser } from '../../../utils/hooks/useIsUserAllowedToMakeChanges';
|
|
8
8
|
import { isQueryErrorResponse } from '../../../utils/query';
|
|
9
9
|
import { api } from '../api';
|
|
10
|
+
import { getClusterDataTag } from '../entityDataTags';
|
|
10
11
|
import { selectNodesMap } from '../nodesList';
|
|
11
12
|
import { parseCoresUrl, parseLinksField, parseLoggingUrls, parseSettingsField, parseTraceField, } from './parseFields';
|
|
12
13
|
import { createSelectClusterGroupsQuery, getGroupStatsFromClusterInfo, normalizeDomain, parseGroupsStatsQueryResponse, prepareClusterInfo, } from './utils';
|
|
@@ -82,7 +83,7 @@ export const clusterApi = api.injectEndpoints({
|
|
|
82
83
|
return { error };
|
|
83
84
|
}
|
|
84
85
|
},
|
|
85
|
-
providesTags: ['All'],
|
|
86
|
+
providesTags: (_result, _error, clusterName) => ['All', getClusterDataTag(clusterName)],
|
|
86
87
|
}),
|
|
87
88
|
getClusterBaseInfo: builder.query({
|
|
88
89
|
queryFn: async (clusterName, { signal }) => {
|
|
@@ -97,7 +98,7 @@ export const clusterApi = api.injectEndpoints({
|
|
|
97
98
|
return { error };
|
|
98
99
|
}
|
|
99
100
|
},
|
|
100
|
-
providesTags: ['All'],
|
|
101
|
+
providesTags: (_result, _error, clusterName) => ['All', getClusterDataTag(clusterName)],
|
|
101
102
|
}),
|
|
102
103
|
}),
|
|
103
104
|
overrideExisting: 'throw',
|