ydb-embedded-ui 6.4.0 → 6.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/containers/App/App.scss +1 -33
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.scss +14 -4
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.scss +7 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +0 -6
- package/dist/containers/Tenant/Info/View/View.scss +13 -0
- package/dist/package.json +174 -0
- package/dist/src/components/AsyncReplicationState/AsyncReplicationState.d.ts +6 -0
- package/dist/src/components/AsyncReplicationState/AsyncReplicationState.js +20 -0
- package/dist/src/components/AsyncReplicationState/index.d.ts +1 -0
- package/dist/src/components/AsyncReplicationState/index.js +1 -0
- package/dist/src/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +17 -0
- package/dist/src/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +41 -0
- package/dist/src/components/Errors/ResponseError/ResponseError.js +17 -0
- package/dist/src/components/PDiskInfo/i18n/index.d.ts +1 -0
- package/dist/src/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +7 -0
- package/dist/src/components/QueryExecutionStatus/QueryExecutionStatus.js +21 -0
- package/dist/src/components/VDiskInfo/i18n/index.d.ts +1 -0
- package/dist/src/containers/Clusters/Clusters.js +82 -0
- package/dist/src/containers/Clusters/constants.d.ts +32 -0
- package/dist/src/containers/Clusters/constants.js +44 -0
- package/dist/src/containers/PDiskPage/PDiskPage.js +90 -0
- package/dist/src/containers/PDiskPage/i18n/en.json +9 -0
- package/dist/src/containers/PDiskPage/i18n/index.d.ts +1 -0
- package/dist/src/containers/Tablet/TabletControls/TabletControls.js +27 -0
- package/dist/src/containers/Tablet/i18n/en.json +13 -0
- package/dist/src/containers/Tablet/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tablet/i18n/index.js +4 -0
- package/dist/src/containers/Tablets/Tablets.js +135 -0
- package/dist/src/containers/Tablets/i18n/en.json +12 -0
- package/dist/src/containers/Tablets/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/Diagnostics.js +132 -0
- package/dist/src/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +162 -0
- package/dist/src/containers/Tenant/Diagnostics/DiagnosticsPages.js +92 -0
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +113 -0
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/en.json +5 -0
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.d.ts +7 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.js +39 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.d.ts +6 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.js +14 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/en.json +7 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.js +4 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.d.ts +1 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.js +1 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.d.ts +7 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.js +34 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/en.json +7 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.js +4 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.d.ts +1 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.js +1 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/Overview.d.ts +8 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/Overview.js +80 -0
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +39 -0
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +27 -0
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +45 -0
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +63 -0
- package/dist/src/containers/Tenant/Diagnostics/TopShards/TopShards.js +146 -0
- package/dist/src/containers/Tenant/Info/View/View.d.ts +7 -0
- package/dist/src/containers/Tenant/Info/View/View.js +32 -0
- package/dist/src/containers/Tenant/Info/i18n/en.json +9 -0
- package/dist/src/containers/Tenant/Info/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Info/i18n/index.js +4 -0
- package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +13 -0
- package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.js +169 -0
- package/dist/src/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +12 -0
- package/dist/src/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +90 -0
- package/dist/src/containers/Tenant/Query/ExplainResult/ExplainResult.js +149 -0
- package/dist/src/containers/Tenant/Query/Preview/Preview.js +43 -0
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +33 -0
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.js +322 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +10 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +51 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/columns.d.ts +16 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/columns.js +110 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/en.json +10 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.js +4 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.d.ts +6 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.js +114 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/shared.d.ts +1 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/shared.js +2 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/types.d.ts +16 -0
- package/dist/src/containers/Tenant/Tenant.js +84 -0
- package/dist/src/containers/Tenant/utils/schema.js +189 -0
- package/dist/src/containers/Tenant/utils/schemaActions.js +114 -0
- package/dist/src/containers/Tenant/utils/schemaControls.js +37 -0
- package/dist/src/containers/UserSettings/Setting.d.ts +23 -0
- package/dist/src/containers/UserSettings/Setting.js +40 -0
- package/dist/src/containers/UserSettings/UserSettings.js +21 -0
- package/dist/src/containers/UserSettings/i18n/en.json +31 -0
- package/dist/src/containers/UserSettings/i18n/index.d.ts +2 -0
- package/dist/src/containers/UserSettings/settings.d.ts +33 -0
- package/dist/src/containers/UserSettings/settings.js +136 -0
- package/dist/src/containers/VDiskPage/VDiskPage.js +109 -0
- package/dist/src/containers/VDiskPage/i18n/en.json +10 -0
- package/dist/src/containers/VDiskPage/i18n/index.d.ts +1 -0
- package/dist/src/services/api.d.ts +138 -0
- package/dist/src/services/settings.d.ts +41 -0
- package/dist/src/services/settings.js +73 -0
- package/dist/src/store/configureStore.d.ts +226 -0
- package/dist/src/store/defaultStore.d.ts +126 -0
- package/dist/src/store/reducers/authentication/authentication.d.ts +385 -0
- package/dist/src/store/reducers/authentication/authentication.js +59 -0
- package/dist/src/store/reducers/authentication/types.d.ts +13 -0
- package/dist/src/store/reducers/cluster/cluster.js +80 -0
- package/dist/src/store/reducers/executeQuery.d.ts +44 -0
- package/dist/src/store/reducers/executeQuery.js +145 -0
- package/dist/src/store/reducers/executeTopQueries/executeTopQueries.js +68 -0
- package/dist/src/store/reducers/explainQuery/explainQuery.d.ts +9 -0
- package/dist/src/store/reducers/explainQuery/explainQuery.js +32 -0
- package/dist/src/store/reducers/explainQuery/types.d.ts +12 -0
- package/dist/src/store/reducers/explainQuery/utils.d.ts +6 -0
- package/dist/src/store/reducers/explainQuery/utils.js +40 -0
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +2113 -0
- package/dist/src/store/reducers/host.d.ts +130 -0
- package/dist/src/store/reducers/index.d.ts +173 -0
- package/dist/src/store/reducers/index.js +51 -0
- package/dist/src/store/reducers/node/selectors.d.ts +83 -0
- package/dist/src/store/reducers/nodesList.d.ts +85 -0
- package/dist/src/store/reducers/olapStats.js +31 -0
- package/dist/src/store/reducers/preview.js +22 -0
- package/dist/src/store/reducers/schema/schema.d.ts +163 -0
- package/dist/src/store/reducers/schemaAcl/schemaAcl.d.ts +135 -0
- package/dist/src/store/reducers/shardsWorkload/shardsWorkload.js +109 -0
- package/dist/src/store/reducers/tablets.d.ts +98 -0
- package/dist/src/store/reducers/tabletsFilters.d.ts +198 -0
- package/dist/src/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +38 -0
- package/dist/src/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +38 -0
- package/dist/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +44 -0
- package/dist/src/store/reducers/tenants/selectors.d.ts +1026 -0
- package/dist/src/store/reducers/topic.d.ts +1703 -0
- package/dist/src/store/reducers/viewSchema/viewSchema.d.ts +6 -0
- package/dist/src/store/reducers/viewSchema/viewSchema.js +30 -0
- package/dist/src/store/utils.d.ts +23 -0
- package/dist/src/store/utils.js +49 -0
- package/dist/src/types/api/schema/columnEntity.d.ts +106 -0
- package/dist/src/types/api/schema/replication.d.ts +74 -0
- package/dist/src/types/api/schema/replication.js +7 -0
- package/dist/src/types/api/schema/schema.d.ts +253 -0
- package/dist/src/types/api/schema/schema.js +66 -0
- package/dist/src/types/api/whoami.d.ts +24 -0
- package/dist/src/types/store/executeQuery.d.ts +18 -0
- package/dist/src/utils/constants.d.ts +107 -0
- package/dist/src/utils/constants.js +105 -0
- package/dist/src/utils/monaco/yql/constants.d.ts +10 -0
- package/dist/src/utils/monaco/yql/constants.js +730 -0
- package/dist/src/utils/monaco/yql/generateSuggestions.d.ts +28 -0
- package/dist/src/utils/monaco/yql/generateSuggestions.js +358 -0
- package/dist/src/utils/monaco/yql/yqlSuggestions.js +90 -0
- package/dist/src/utils/query.d.ts +30 -0
- package/dist/src/utils/query.js +194 -0
- package/dist/src/utils/response.d.ts +4 -0
- package/dist/src/utils/response.js +9 -0
- package/dist/src/utils/timeParsers/__test__/protobuf.test.d.ts +1 -0
- package/dist/styles/constants.scss +1 -1
- package/dist/styles/mixins.scss +35 -3
- package/package.json +4 -4
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +0 -13
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +0 -32
- package/dist/components/Errors/ResponseError/ResponseError.js +0 -14
- package/dist/components/PDiskInfo/i18n/index.d.ts +0 -1
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +0 -8
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.js +0 -20
- package/dist/components/VDiskInfo/i18n/index.d.ts +0 -1
- package/dist/containers/Clusters/Clusters.js +0 -77
- package/dist/containers/Clusters/constants.d.ts +0 -34
- package/dist/containers/Clusters/constants.js +0 -62
- package/dist/containers/PDiskPage/PDiskPage.js +0 -89
- package/dist/containers/PDiskPage/i18n/en.json +0 -8
- package/dist/containers/PDiskPage/i18n/index.d.ts +0 -1
- package/dist/containers/Tablet/TabletControls/TabletControls.js +0 -25
- package/dist/containers/Tablet/i18n/en.json +0 -10
- package/dist/containers/Tablet/i18n/index.d.ts +0 -2
- package/dist/containers/Tablet/i18n/index.js +0 -5
- package/dist/containers/Tablet/i18n/ru.json +0 -10
- package/dist/containers/Tablets/Tablets.js +0 -134
- package/dist/containers/Tablets/i18n/en.json +0 -11
- package/dist/containers/Tablets/i18n/index.d.ts +0 -2
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +0 -132
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +0 -146
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +0 -90
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +0 -102
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/en.json +0 -4
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +0 -2
- package/dist/containers/Tenant/Diagnostics/Overview/Overview.d.ts +0 -7
- package/dist/containers/Tenant/Diagnostics/Overview/Overview.js +0 -77
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +0 -38
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +0 -26
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +0 -44
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +0 -2
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +0 -63
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +0 -146
- package/dist/containers/Tenant/Info/i18n/en.json +0 -8
- package/dist/containers/Tenant/Info/i18n/index.d.ts +0 -2
- package/dist/containers/Tenant/Info/i18n/index.js +0 -5
- package/dist/containers/Tenant/Info/i18n/ru.json +0 -8
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +0 -12
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +0 -158
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +0 -12
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +0 -91
- package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.js +0 -157
- package/dist/containers/Tenant/Query/Preview/Preview.js +0 -43
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +0 -39
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +0 -323
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +0 -9
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +0 -26
- package/dist/containers/Tenant/Schema/SchemaViewer/helpers.d.ts +0 -26
- package/dist/containers/Tenant/Schema/SchemaViewer/helpers.js +0 -151
- package/dist/containers/Tenant/Tenant.js +0 -83
- package/dist/containers/Tenant/utils/schema.js +0 -181
- package/dist/containers/Tenant/utils/schemaActions.js +0 -113
- package/dist/containers/Tenant/utils/schemaControls.js +0 -36
- package/dist/containers/UserSettings/Setting.d.ts +0 -16
- package/dist/containers/UserSettings/Setting.js +0 -37
- package/dist/containers/UserSettings/UserSettings.js +0 -18
- package/dist/containers/UserSettings/i18n/en.json +0 -28
- package/dist/containers/UserSettings/i18n/index.d.ts +0 -2
- package/dist/containers/UserSettings/settings.d.ts +0 -30
- package/dist/containers/UserSettings/settings.js +0 -114
- package/dist/containers/VDiskPage/VDiskPage.js +0 -108
- package/dist/containers/VDiskPage/i18n/en.json +0 -9
- package/dist/containers/VDiskPage/i18n/index.d.ts +0 -1
- package/dist/services/api.d.ts +0 -138
- package/dist/services/settings.d.ts +0 -40
- package/dist/services/settings.js +0 -72
- package/dist/store/configureStore.d.ts +0 -230
- package/dist/store/defaultStore.d.ts +0 -128
- package/dist/store/reducers/authentication/authentication.d.ts +0 -205
- package/dist/store/reducers/authentication/authentication.js +0 -50
- package/dist/store/reducers/authentication/types.d.ts +0 -9
- package/dist/store/reducers/cluster/cluster.js +0 -76
- package/dist/store/reducers/executeQuery.d.ts +0 -103
- package/dist/store/reducers/executeQuery.js +0 -141
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +0 -65
- package/dist/store/reducers/explainQuery.d.ts +0 -145
- package/dist/store/reducers/explainQuery.js +0 -94
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -2133
- package/dist/store/reducers/host.d.ts +0 -71
- package/dist/store/reducers/index.d.ts +0 -176
- package/dist/store/reducers/index.js +0 -53
- package/dist/store/reducers/node/selectors.d.ts +0 -84
- package/dist/store/reducers/nodesList.d.ts +0 -86
- package/dist/store/reducers/olapStats.js +0 -28
- package/dist/store/reducers/preview.js +0 -19
- package/dist/store/reducers/schema/schema.d.ts +0 -104
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +0 -76
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js +0 -106
- package/dist/store/reducers/tablets.d.ts +0 -99
- package/dist/store/reducers/tabletsFilters.d.ts +0 -139
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +0 -35
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +0 -35
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +0 -41
- package/dist/store/reducers/tenants/selectors.d.ts +0 -1035
- package/dist/store/reducers/topic.d.ts +0 -1718
- package/dist/store/utils.d.ts +0 -24
- package/dist/store/utils.js +0 -49
- package/dist/types/api/schema/columnEntity.d.ts +0 -105
- package/dist/types/api/schema/schema.d.ts +0 -250
- package/dist/types/api/schema/schema.js +0 -65
- package/dist/types/api/whoami.d.ts +0 -18
- package/dist/types/store/executeQuery.d.ts +0 -25
- package/dist/types/store/explainQuery.d.ts +0 -27
- package/dist/utils/constants.d.ts +0 -106
- package/dist/utils/constants.js +0 -104
- package/dist/utils/error.d.ts +0 -2
- package/dist/utils/error.js +0 -13
- package/dist/utils/monaco/yql/constants.d.ts +0 -8
- package/dist/utils/monaco/yql/constants.js +0 -697
- package/dist/utils/monaco/yql/generateSuggestions.d.ts +0 -27
- package/dist/utils/monaco/yql/generateSuggestions.js +0 -341
- package/dist/utils/monaco/yql/yqlSuggestions.js +0 -85
- package/dist/utils/query.d.ts +0 -28
- package/dist/utils/query.js +0 -171
- /package/dist/{components → src/components}/BasicNodeViewer/BasicNodeViewer.d.ts +0 -0
- /package/dist/{components → src/components}/BasicNodeViewer/BasicNodeViewer.js +0 -0
- /package/dist/{components → src/components}/BasicNodeViewer/index.d.ts +0 -0
- /package/dist/{components → src/components}/BasicNodeViewer/index.js +0 -0
- /package/dist/{components → src/components}/CellWithPopover/CellWithPopover.d.ts +0 -0
- /package/dist/{components → src/components}/CellWithPopover/CellWithPopover.js +0 -0
- /package/dist/{components → src/components}/CircularProgressBar/CircularProgressBar.d.ts +0 -0
- /package/dist/{components → src/components}/CircularProgressBar/CircularProgressBar.js +0 -0
- /package/dist/{components → src/components}/ClipboardButton/ClipboardButton.d.ts +0 -0
- /package/dist/{components → src/components}/ClipboardButton/ClipboardButton.js +0 -0
- /package/dist/{components → src/components}/ClipboardButton/index.d.ts +0 -0
- /package/dist/{components → src/components}/ClipboardButton/index.js +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/ComponentsProvider.d.ts +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/ComponentsProvider.js +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/componentsRegistry.d.ts +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/componentsRegistry.js +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/registry.d.ts +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/registry.js +0 -0
- /package/dist/{components → src/components}/ContentWithPopup/ContentWithPopup.d.ts +0 -0
- /package/dist/{components → src/components}/ContentWithPopup/ContentWithPopup.js +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/CriticalActionDialog.d.ts +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/CriticalActionDialog.js +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/i18n/en.json +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/i18n/index.js +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/index.d.ts +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/index.js +0 -0
- /package/dist/{components → src/components}/DateRange/DateRange.d.ts +0 -0
- /package/dist/{components → src/components}/DateRange/DateRange.js +0 -0
- /package/dist/{components → src/components}/DateRange/index.d.ts +0 -0
- /package/dist/{components → src/components}/DateRange/index.js +0 -0
- /package/dist/{components → src/components}/DiagnosticCard/DiagnosticCard.d.ts +0 -0
- /package/dist/{components → src/components}/DiagnosticCard/DiagnosticCard.js +0 -0
- /package/dist/{components → src/components}/DiskPageTitle/DiskPageTitle.d.ts +0 -0
- /package/dist/{components → src/components}/DiskPageTitle/DiskPageTitle.js +0 -0
- /package/dist/{components → src/components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +0 -0
- /package/dist/{components → src/components}/DiskStateProgressBar/DiskStateProgressBar.js +0 -0
- /package/dist/{components → src/components}/Divider/Divider.d.ts +0 -0
- /package/dist/{components → src/components}/Divider/Divider.js +0 -0
- /package/dist/{components → src/components}/EmptyState/EmptyState.d.ts +0 -0
- /package/dist/{components → src/components}/EmptyState/EmptyState.js +0 -0
- /package/dist/{components → src/components}/EmptyState/index.d.ts +0 -0
- /package/dist/{components → src/components}/EmptyState/index.js +0 -0
- /package/dist/{components → src/components}/EnableFullscreenButton/EnableFullscreenButton.d.ts +0 -0
- /package/dist/{components → src/components}/EnableFullscreenButton/EnableFullscreenButton.js +0 -0
- /package/dist/{components → src/components}/EntitiesCount/EntitiesCount.d.ts +0 -0
- /package/dist/{components → src/components}/EntitiesCount/EntitiesCount.js +0 -0
- /package/dist/{components → src/components}/EntitiesCount/i18n/en.json +0 -0
- /package/dist/{components → src/components}/EntitiesCount/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/EntitiesCount/i18n/index.js +0 -0
- /package/dist/{components → src/components}/EntitiesCount/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/EntitiesCount/index.d.ts +0 -0
- /package/dist/{components → src/components}/EntitiesCount/index.js +0 -0
- /package/dist/{components → src/components}/EntityStatus/EntityStatus.d.ts +0 -0
- /package/dist/{components → src/components}/EntityStatus/EntityStatus.js +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/ErrorBoundary.d.ts +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/ErrorBoundary.js +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/i18n/en.json +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/i18n/index.js +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/Errors/403/AccessDenied.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/403/AccessDenied.js +0 -0
- /package/dist/{components → src/components}/Errors/403/index.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/403/index.js +0 -0
- /package/dist/{components → src/components}/Errors/ResponseError/ResponseError.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/ResponseError/index.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/ResponseError/index.js +0 -0
- /package/dist/{components → src/components}/Errors/i18n/en.json +0 -0
- /package/dist/{components → src/components}/Errors/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/i18n/index.js +0 -0
- /package/dist/{components → src/components}/Errors/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/FormattedBytes/FormattedBytes.d.ts +0 -0
- /package/dist/{components → src/components}/FormattedBytes/FormattedBytes.js +0 -0
- /package/dist/{components → src/components}/FormattedBytes/utils.d.ts +0 -0
- /package/dist/{components → src/components}/FormattedBytes/utils.js +0 -0
- /package/dist/{components → src/components}/FullNodeViewer/FullNodeViewer.d.ts +0 -0
- /package/dist/{components → src/components}/FullNodeViewer/FullNodeViewer.js +0 -0
- /package/dist/{components → src/components}/Fullscreen/Fullscreen.d.ts +0 -0
- /package/dist/{components → src/components}/Fullscreen/Fullscreen.js +0 -0
- /package/dist/{components → src/components}/GroupInfo/GroupInfo.d.ts +0 -0
- /package/dist/{components → src/components}/GroupInfo/GroupInfo.js +0 -0
- /package/dist/{components → src/components}/GroupInfo/i18n/en.json +0 -0
- /package/dist/{components → src/components}/GroupInfo/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/GroupInfo/i18n/index.js +0 -0
- /package/dist/{components → src/components}/Illustration/Illustration.d.ts +0 -0
- /package/dist/{components → src/components}/Illustration/Illustration.js +0 -0
- /package/dist/{components → src/components}/Illustration/index.d.ts +0 -0
- /package/dist/{components → src/components}/Illustration/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/InfoViewer.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/InfoViewer.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/cdcStream.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/cdcStream.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/common.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/common.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/pqGroup.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/pqGroup.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/schema.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/schema.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/table.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/table.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/i18n/en.json +0 -0
- /package/dist/{components → src/components}/InfoViewer/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/i18n/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/InfoViewer/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaInfo/TableIndexInfo.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaInfo/TableIndexInfo.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaInfo/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaInfo/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/CDCStreamOverview.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/CDCStreamOverview.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/PersQueueGroupOverview.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/PersQueueGroupOverview.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/utils.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/utils.js +0 -0
- /package/dist/{components → src/components}/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewerSkeleton/InfoViewerSkeleton.js +0 -0
- /package/dist/{components → src/components}/InternalLink/InternalLink.d.ts +0 -0
- /package/dist/{components → src/components}/InternalLink/InternalLink.js +0 -0
- /package/dist/{components → src/components}/InternalLink/index.d.ts +0 -0
- /package/dist/{components → src/components}/InternalLink/index.js +0 -0
- /package/dist/{components → src/components}/LabelWithPopover/LabelWithPopover.d.ts +0 -0
- /package/dist/{components → src/components}/LabelWithPopover/LabelWithPopover.js +0 -0
- /package/dist/{components → src/components}/LabelWithPopover/index.d.ts +0 -0
- /package/dist/{components → src/components}/LabelWithPopover/index.js +0 -0
- /package/dist/{components → src/components}/LagImages/LagImages.d.ts +0 -0
- /package/dist/{components → src/components}/LagImages/LagImages.js +0 -0
- /package/dist/{components → src/components}/LagImages/index.d.ts +0 -0
- /package/dist/{components → src/components}/LagImages/index.js +0 -0
- /package/dist/{components → src/components}/LagPopoverContent/LagPopoverContent.d.ts +0 -0
- /package/dist/{components → src/components}/LagPopoverContent/LagPopoverContent.js +0 -0
- /package/dist/{components → src/components}/LagPopoverContent/index.d.ts +0 -0
- /package/dist/{components → src/components}/LagPopoverContent/index.js +0 -0
- /package/dist/{components → src/components}/LinkToSchemaObject/LinkToSchemaObject.d.ts +0 -0
- /package/dist/{components → src/components}/LinkToSchemaObject/LinkToSchemaObject.js +0 -0
- /package/dist/{components → src/components}/LinkWithIcon/LinkWithIcon.d.ts +0 -0
- /package/dist/{components → src/components}/LinkWithIcon/LinkWithIcon.js +0 -0
- /package/dist/{components → src/components}/Loader/Loader.d.ts +0 -0
- /package/dist/{components → src/components}/Loader/Loader.js +0 -0
- /package/dist/{components → src/components}/Loader/index.d.ts +0 -0
- /package/dist/{components → src/components}/Loader/index.js +0 -0
- /package/dist/{components → src/components}/MetricChart/MetricChart.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/MetricChart.js +0 -0
- /package/dist/{components → src/components}/MetricChart/colors.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/colors.js +0 -0
- /package/dist/{components → src/components}/MetricChart/convertResponse.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/convertResponse.js +0 -0
- /package/dist/{components → src/components}/MetricChart/getChartData.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/getChartData.js +0 -0
- /package/dist/{components → src/components}/MetricChart/getDefaultDataFormatter.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/getDefaultDataFormatter.js +0 -0
- /package/dist/{components → src/components}/MetricChart/i18n/en.json +0 -0
- /package/dist/{components → src/components}/MetricChart/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/i18n/index.js +0 -0
- /package/dist/{components → src/components}/MetricChart/index.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/index.js +0 -0
- /package/dist/{components → src/components}/MetricChart/reducer.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/reducer.js +0 -0
- /package/dist/{components → src/components}/MetricChart/types.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/types.js +0 -0
- /package/dist/{components → src/components}/MonacoEditor/MonacoEditor.d.ts +0 -0
- /package/dist/{components → src/components}/MonacoEditor/MonacoEditor.js +0 -0
- /package/dist/{components → src/components}/MonitoringButton/MonitoringButton.d.ts +0 -0
- /package/dist/{components → src/components}/MonitoringButton/MonitoringButton.js +0 -0
- /package/dist/{components → src/components}/NodeHostWrapper/NodeHostWrapper.d.ts +0 -0
- /package/dist/{components → src/components}/NodeHostWrapper/NodeHostWrapper.js +0 -0
- /package/dist/{components → src/components}/PDiskInfo/PDiskInfo.d.ts +0 -0
- /package/dist/{components → src/components}/PDiskInfo/PDiskInfo.js +0 -0
- /package/dist/{components → src/components}/PDiskInfo/i18n/en.json +0 -0
- /package/dist/{components → src/components}/PDiskInfo/i18n/index.js +0 -0
- /package/dist/{components → src/components}/PDiskPopup/PDiskPopup.d.ts +0 -0
- /package/dist/{components → src/components}/PDiskPopup/PDiskPopup.js +0 -0
- /package/dist/{components → src/components}/PageMeta/PageMeta.d.ts +0 -0
- /package/dist/{components → src/components}/PageMeta/PageMeta.js +0 -0
- /package/dist/{components → src/components}/PoolBar/PoolBar.d.ts +0 -0
- /package/dist/{components → src/components}/PoolBar/PoolBar.js +0 -0
- /package/dist/{components → src/components}/PoolUsage/PoolUsage.d.ts +0 -0
- /package/dist/{components → src/components}/PoolUsage/PoolUsage.js +0 -0
- /package/dist/{components → src/components}/PoolsGraph/PoolsGraph.d.ts +0 -0
- /package/dist/{components → src/components}/PoolsGraph/PoolsGraph.js +0 -0
- /package/dist/{components → src/components}/ProblemFilter/ProblemFilter.d.ts +0 -0
- /package/dist/{components → src/components}/ProblemFilter/ProblemFilter.js +0 -0
- /package/dist/{components → src/components}/ProblemFilter/index.d.ts +0 -0
- /package/dist/{components → src/components}/ProblemFilter/index.js +0 -0
- /package/dist/{components → src/components}/ProgressViewer/ProgressViewer.d.ts +0 -0
- /package/dist/{components → src/components}/ProgressViewer/ProgressViewer.js +0 -0
- /package/dist/{components → src/components}/QueryExecutionStatus/index.d.ts +0 -0
- /package/dist/{components → src/components}/QueryExecutionStatus/index.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/Cell/Cell.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/Cell/Cell.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/Cell/index.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/Cell/index.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/QueryResultTable.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/QueryResultTable.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/i18n/en.json +0 -0
- /package/dist/{components → src/components}/QueryResultTable/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/i18n/index.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/QueryResultTable/index.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/index.js +0 -0
- /package/dist/{components → src/components}/ResizeableDataTable/ResizeableDataTable.d.ts +0 -0
- /package/dist/{components → src/components}/ResizeableDataTable/ResizeableDataTable.js +0 -0
- /package/dist/{components → src/components}/Search/Search.d.ts +0 -0
- /package/dist/{components → src/components}/Search/Search.js +0 -0
- /package/dist/{components → src/components}/Search/index.d.ts +0 -0
- /package/dist/{components → src/components}/Search/index.js +0 -0
- /package/dist/{components → src/components}/ShortyString/ShortyString.d.ts +0 -0
- /package/dist/{components → src/components}/ShortyString/ShortyString.js +0 -0
- /package/dist/{components → src/components}/ShortyString/i18n/en.json +0 -0
- /package/dist/{components → src/components}/ShortyString/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/ShortyString/i18n/index.js +0 -0
- /package/dist/{components → src/components}/ShortyString/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/SpeedMultiMeter.d.ts +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/SpeedMultiMeter.js +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/i18n/en.json +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/i18n/index.js +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/index.d.ts +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/index.js +0 -0
- /package/dist/{components → src/components}/SplitPane/SplitPane.d.ts +0 -0
- /package/dist/{components → src/components}/SplitPane/SplitPane.js +0 -0
- /package/dist/{components → src/components}/SplitPane/index.d.ts +0 -0
- /package/dist/{components → src/components}/SplitPane/index.js +0 -0
- /package/dist/{components → src/components}/Stack/Stack.d.ts +0 -0
- /package/dist/{components → src/components}/Stack/Stack.js +0 -0
- /package/dist/{components → src/components}/StatusIcon/StatusIcon.d.ts +0 -0
- /package/dist/{components → src/components}/StatusIcon/StatusIcon.js +0 -0
- /package/dist/{components → src/components}/TableSkeleton/TableSkeleton.d.ts +0 -0
- /package/dist/{components → src/components}/TableSkeleton/TableSkeleton.js +0 -0
- /package/dist/{components → src/components}/TableWithControlsLayout/TableWithControlsLayout.d.ts +0 -0
- /package/dist/{components → src/components}/TableWithControlsLayout/TableWithControlsLayout.js +0 -0
- /package/dist/{components → src/components}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{components → src/components}/Tablet/Tablet.js +0 -0
- /package/dist/{components → src/components}/Tablet/index.d.ts +0 -0
- /package/dist/{components → src/components}/Tablet/index.js +0 -0
- /package/dist/{components → src/components}/TabletIcon/TabletIcon.d.ts +0 -0
- /package/dist/{components → src/components}/TabletIcon/TabletIcon.js +0 -0
- /package/dist/{components → src/components}/TabletsOverall/TabletsOverall.d.ts +0 -0
- /package/dist/{components → src/components}/TabletsOverall/TabletsOverall.js +0 -0
- /package/dist/{components → src/components}/TabletsStatistic/TabletsStatistic.d.ts +0 -0
- /package/dist/{components → src/components}/TabletsStatistic/TabletsStatistic.js +0 -0
- /package/dist/{components → src/components}/TabletsStatistic/index.d.ts +0 -0
- /package/dist/{components → src/components}/TabletsStatistic/index.js +0 -0
- /package/dist/{components → src/components}/Tag/Tag.d.ts +0 -0
- /package/dist/{components → src/components}/Tag/Tag.js +0 -0
- /package/dist/{components → src/components}/Tag/index.d.ts +0 -0
- /package/dist/{components → src/components}/Tag/index.js +0 -0
- /package/dist/{components → src/components}/Tags/Tags.d.ts +0 -0
- /package/dist/{components → src/components}/Tags/Tags.js +0 -0
- /package/dist/{components → src/components}/Tags/index.d.ts +0 -0
- /package/dist/{components → src/components}/Tags/index.js +0 -0
- /package/dist/{components → src/components}/TimeFrameSelector/TimeFrameSelector.d.ts +0 -0
- /package/dist/{components → src/components}/TimeFrameSelector/TimeFrameSelector.js +0 -0
- /package/dist/{components → src/components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +0 -0
- /package/dist/{components → src/components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +0 -0
- /package/dist/{components → src/components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +0 -0
- /package/dist/{components → src/components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.js +0 -0
- /package/dist/{components → src/components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +0 -0
- /package/dist/{components → src/components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.js +0 -0
- /package/dist/{components → src/components}/TooltipsContent/index.d.ts +0 -0
- /package/dist/{components → src/components}/TooltipsContent/index.js +0 -0
- /package/dist/{components → src/components}/TruncatedQuery/TruncatedQuery.d.ts +0 -0
- /package/dist/{components → src/components}/TruncatedQuery/TruncatedQuery.js +0 -0
- /package/dist/{components → src/components}/UptimeFIlter/UptimeFilter.d.ts +0 -0
- /package/dist/{components → src/components}/UptimeFIlter/UptimeFilter.js +0 -0
- /package/dist/{components → src/components}/UptimeFIlter/index.d.ts +0 -0
- /package/dist/{components → src/components}/UptimeFIlter/index.js +0 -0
- /package/dist/{components → src/components}/UsageLabel/UsageLabel.d.ts +0 -0
- /package/dist/{components → src/components}/UsageLabel/UsageLabel.js +0 -0
- /package/dist/{components → src/components}/User/StaffCard.d.ts +0 -0
- /package/dist/{components → src/components}/User/StaffCard.js +0 -0
- /package/dist/{components → src/components}/User/User.d.ts +0 -0
- /package/dist/{components → src/components}/User/User.js +0 -0
- /package/dist/{components → src/components}/VDisk/VDisk.d.ts +0 -0
- /package/dist/{components → src/components}/VDisk/VDisk.js +0 -0
- /package/dist/{components → src/components}/VDisk/VDiskWithDonorsStack.d.ts +0 -0
- /package/dist/{components → src/components}/VDisk/VDiskWithDonorsStack.js +0 -0
- /package/dist/{components → src/components}/VDiskInfo/VDiskInfo.d.ts +0 -0
- /package/dist/{components → src/components}/VDiskInfo/VDiskInfo.js +0 -0
- /package/dist/{components → src/components}/VDiskInfo/i18n/en.json +0 -0
- /package/dist/{components → src/components}/VDiskInfo/i18n/index.js +0 -0
- /package/dist/{components → src/components}/VDiskPopup/VDiskPopup.d.ts +0 -0
- /package/dist/{components → src/components}/VDiskPopup/VDiskPopup.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/ResizeHandler.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/ResizeHandler.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/ResizeableVirtualTable.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/ResizeableVirtualTable.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableChunk.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableChunk.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableHead.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableHead.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableRow.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableRow.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/VirtualTable.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/VirtualTable.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/constants.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/constants.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/i18n/en.json +0 -0
- /package/dist/{components → src/components}/VirtualTable/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/i18n/index.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/VirtualTable/index.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/index.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/reducer.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/reducer.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/shared.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/shared.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/types.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/types.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/useIntersectionObserver.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/useIntersectionObserver.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/utils.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/utils.js +0 -0
- /package/dist/{components → src/components}/slots/SlotMap.d.ts +0 -0
- /package/dist/{components → src/components}/slots/SlotMap.js +0 -0
- /package/dist/{components → src/components}/slots/createSlot.d.ts +0 -0
- /package/dist/{components → src/components}/slots/createSlot.js +0 -0
- /package/dist/{components → src/components}/slots/index.d.ts +0 -0
- /package/dist/{components → src/components}/slots/index.js +0 -0
- /package/dist/{components → src/components}/slots/types.d.ts +0 -0
- /package/dist/{components → src/components}/slots/types.js +0 -0
- /package/dist/{components → src/components}/slots/useSlots.d.ts +0 -0
- /package/dist/{components → src/components}/slots/useSlots.js +0 -0
- /package/dist/{components → src/components}/slots/utils.d.ts +0 -0
- /package/dist/{components → src/components}/slots/utils.js +0 -0
- /package/dist/{containers → src/containers}/App/App.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/App.js +0 -0
- /package/dist/{containers → src/containers}/App/Content.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/Content.js +0 -0
- /package/dist/{containers → src/containers}/App/Providers.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/Providers.js +0 -0
- /package/dist/{containers → src/containers}/App/appSlots.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/appSlots.js +0 -0
- /package/dist/{containers → src/containers}/App/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/App/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/App/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/App/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/index.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/AppWithClusters.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/AppWithClusters.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedNode/ExtendedNode.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/useClusterData.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/useClusterData.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/AsideNavigation.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/AsideNavigation.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/Navigation.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/Navigation.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/useNavigationMenuItems.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/useNavigationMenuItems.js +0 -0
- /package/dist/{containers → src/containers}/Authentication/Authentication.d.ts +0 -0
- /package/dist/{containers → src/containers}/Authentication/Authentication.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/Cluster.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/Cluster.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/ClusterInfo/ClusterInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/ClusterInfo/ClusterInfo.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/ClusterInfo/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/ClusterInfo/utils.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/VersionsBar/VersionsBar.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/VersionsBar/VersionsBar.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Cluster/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Cluster/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/utils.js +0 -0
- /package/dist/{containers → src/containers}/ClusterModeGuard/ClusterModeGuard.d.ts +0 -0
- /package/dist/{containers → src/containers}/ClusterModeGuard/ClusterModeGuard.js +0 -0
- /package/dist/{containers → src/containers}/ClusterModeGuard/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/ClusterModeGuard/index.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/Clusters.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/ClustersStatistics.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/ClustersStatistics.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/columns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/columns.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Clusters/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Clusters/shared.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/shared.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/useSelectedColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/useSelectedColumns.js +0 -0
- /package/dist/{containers → src/containers}/Header/Header.d.ts +0 -0
- /package/dist/{containers → src/containers}/Header/Header.js +0 -0
- /package/dist/{containers → src/containers}/Header/breadcrumbs.d.ts +0 -0
- /package/dist/{containers → src/containers}/Header/breadcrumbs.js +0 -0
- /package/dist/{containers → src/containers}/Header/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Header/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Header/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/Heatmap.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/Heatmap.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/Histogram/Histogram.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/Histogram/Histogram.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/index.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/util.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/util.js +0 -0
- /package/dist/{containers → src/containers}/Node/Node.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/Node.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodePages.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodePages.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/NodeStructure.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/NodeStructure.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/PDiskTitleBadge.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/Pdisk.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/Pdisk.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/Vdisk.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/Vdisk.js +0 -0
- /package/dist/{containers → src/containers}/Node/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Node/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Node/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Nodes/Nodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/Nodes.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/NodesWrapper.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/NodesWrapper.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/VirtualNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/VirtualNodes.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/getNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/getNodes.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/getNodesColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/getNodesColumns.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Nodes/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Nodes/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/index.js +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/PDiskGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/PDiskGroups.js +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/PDiskPage.d.ts +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/shared.d.ts +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/shared.js +0 -0
- /package/dist/{containers → src/containers}/ReduxTooltip/ReduxTooltip.d.ts +0 -0
- /package/dist/{containers → src/containers}/ReduxTooltip/ReduxTooltip.js +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/EmptyFilter.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/EmptyFilter.js +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/PDisk/PDisk.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/PDisk/PDisk.js +0 -0
- /package/dist/{containers → src/containers}/Storage/PDisk/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/PDisk/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/Storage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/Storage.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageControls/StorageControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageControls/StorageControls.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroups.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/VirtualStorageGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/VirtualStorageGroups.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/getGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/getGroups.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/getStorageGroupsColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/getStorageGroupsColumns.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodes.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/VirtualStorageNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/VirtualStorageNodes.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/getNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/getNodes.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/getStorageNodesColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/getStorageNodesColumns.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/shared.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/shared.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageTypeFilter/StorageTypeFilter.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageWrapper.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageWrapper.js +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/UsageFilter.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/UsageFilter.js +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/VirtualStorage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/VirtualStorage.js +0 -0
- /package/dist/{containers → src/containers}/Storage/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/shared.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/shared.js +0 -0
- /package/dist/{containers → src/containers}/Storage/utils/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/utils/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/Tablet.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletControls/TabletControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletControls/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletControls/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletInfo/TabletInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletInfo/TabletInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletInfo/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletInfo/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletTable/TabletTable.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletTable/TabletTable.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletTable/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletTable/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablets/Tablets.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablets/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablets/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablets/index.js +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/TabletsFilters.d.ts +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/TabletsFilters.js +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Acl/Acl.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Acl/Acl.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Consumers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Consumers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/Headers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/columns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/columns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/utils/constants.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/utils/constants.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Describe/Describe.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Describe/Describe.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Diagnostics.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/HotKeys/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/Network.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/Network.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/utils.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/Headers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Partitions.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Partitions.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/columns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/columns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/constants.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/constants.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/types.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/types.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/utils.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/Filters.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/TopShards.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Info/ExternalTable/ExternalTable.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Info/ExternalTable/ExternalTable.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/ObjectGeneral/ObjectGeneral.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/ObjectGeneral/ObjectGeneral.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/ExplainResult/ExplainResult.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/ExplainResult/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/ExplainResult/utils.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Issues/Issues.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Issues/Issues.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Issues/models.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Issues/models.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Preview/Preview.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueriesHistory/QueriesHistory.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Query.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Query.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryDuration/QueryDuration.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryDuration/QueryDuration.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryEditor/helpers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryEditor/helpers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryTabs/QueryTabs.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryTabs/QueryTabs.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/SaveQuery/SaveQuery.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/SaveQuery/SaveQuery.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/SavedQueries/SavedQueries.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/SavedQueries/SavedQueries.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/utils/getPreparedResult.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/utils/getPreparedResult.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Schema/SchemaTree/SchemaTree.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Schema/SchemaTree/SchemaTree.js +0 -0
- /package/dist/{store/reducers/authentication → src/containers/Tenant/Schema/SchemaViewer}/types.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Tenant.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/TenantPages.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/TenantPages.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/constants.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/constants.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/paneVisibilityToggleHelpers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/paneVisibilityToggleHelpers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/queryTemplates.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/queryTemplates.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/schema.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/schemaActions.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/schemaControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenants/Tenants.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenants/Tenants.js +0 -0
- /package/dist/{containers → src/containers}/UserSettings/UserSettings.d.ts +0 -0
- /package/dist/{containers → src/containers}/UserSettings/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/VDiskPage/VDiskPage.d.ts +0 -0
- /package/dist/{containers → src/containers}/VDiskPage/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/GroupedNodesTree/GroupedNodesTree.js +0 -0
- /package/dist/{containers → src/containers}/Versions/NodesTable/NodesTable.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/NodesTable/NodesTable.js +0 -0
- /package/dist/{containers → src/containers}/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/NodesTreeTitle/NodesTreeTitle.js +0 -0
- /package/dist/{containers → src/containers}/Versions/Versions.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/Versions.js +0 -0
- /package/dist/{containers → src/containers}/Versions/groupNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/groupNodes.js +0 -0
- /package/dist/{containers → src/containers}/Versions/types.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/types.js +0 -0
- /package/dist/{lib.d.ts → src/lib.d.ts} +0 -0
- /package/dist/{lib.js → src/lib.js} +0 -0
- /package/dist/{reportWebVitals.d.ts → src/reportWebVitals.d.ts} +0 -0
- /package/dist/{reportWebVitals.js → src/reportWebVitals.js} +0 -0
- /package/dist/{routes.d.ts → src/routes.d.ts} +0 -0
- /package/dist/{routes.js → src/routes.js} +0 -0
- /package/dist/{services → src/services}/api.js +0 -0
- /package/dist/{services → src/services}/parsers/parseMetaCluster.d.ts +0 -0
- /package/dist/{services → src/services}/parsers/parseMetaCluster.js +0 -0
- /package/dist/{services → src/services}/parsers/parseMetaTenants.d.ts +0 -0
- /package/dist/{services → src/services}/parsers/parseMetaTenants.js +0 -0
- /package/dist/{store → src/store}/configureStore.js +0 -0
- /package/dist/{store → src/store}/defaultStore.js +0 -0
- /package/dist/{store → src/store}/getUrlData.d.ts +0 -0
- /package/dist/{store → src/store}/getUrlData.js +0 -0
- /package/dist/{store → src/store}/index.d.ts +0 -0
- /package/dist/{store → src/store}/index.js +0 -0
- /package/dist/{store → src/store}/reducers/api.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/api.js +0 -0
- /package/dist/{store/reducers/cluster → src/store/reducers/authentication}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.js +0 -0
- /package/dist/{store → src/store}/reducers/cluster/cluster.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/cluster/types.d.ts +0 -0
- /package/dist/{store/reducers/clusters → src/store/reducers/cluster}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/cluster/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/cluster/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/clusterNodes/clusterNodes.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/clusterNodes/clusterNodes.js +0 -0
- /package/dist/{store → src/store}/reducers/clusters/clusters.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/clusters/clusters.js +0 -0
- /package/dist/{store → src/store}/reducers/clusters/selectors.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/clusters/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/clusters/types.d.ts +0 -0
- /package/dist/{store/reducers/executeTopQueries → src/store/reducers/clusters}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/clusters/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/clusters/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/describe.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/describe.js +0 -0
- /package/dist/{store → src/store}/reducers/executeTopQueries/executeTopQueries.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/executeTopQueries/types.d.ts +0 -0
- /package/dist/{store/reducers/header → src/store/reducers/executeTopQueries}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/executeTopQueries/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/executeTopQueries/utils.js +0 -0
- /package/dist/{store/reducers/healthcheckInfo → src/store/reducers/explainQuery}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/fullscreen.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/fullscreen.js +0 -0
- /package/dist/{store → src/store}/reducers/header/header.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/header/header.js +0 -0
- /package/dist/{store → src/store}/reducers/header/types.d.ts +0 -0
- /package/dist/{store/reducers/hotKeys → src/store/reducers/header}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/healthcheckInfo/healthcheckInfo.js +0 -0
- /package/dist/{store → src/store}/reducers/healthcheckInfo/types.d.ts +0 -0
- /package/dist/{store/reducers/node → src/store/reducers/healthcheckInfo}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/healthcheckInfo/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/healthcheckInfo/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/heatmap.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/heatmap.js +0 -0
- /package/dist/{store → src/store}/reducers/host.js +0 -0
- /package/dist/{store → src/store}/reducers/hotKeys/hotKeys.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/hotKeys/hotKeys.js +0 -0
- /package/dist/{store → src/store}/reducers/hotKeys/types.d.ts +0 -0
- /package/dist/{store/reducers/nodes → src/store/reducers/hotKeys}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/network/network.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/network/network.js +0 -0
- /package/dist/{store → src/store}/reducers/node/node.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/node/node.js +0 -0
- /package/dist/{store → src/store}/reducers/node/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/node/types.d.ts +0 -0
- /package/dist/{store/reducers/partitions → src/store/reducers/node}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/node/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/node/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/nodes/nodes.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/nodes/nodes.js +0 -0
- /package/dist/{store → src/store}/reducers/nodes/selectors.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/nodes/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/nodes/types.d.ts +0 -0
- /package/dist/{store/reducers/pdisk → src/store/reducers/nodes}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/nodes/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/nodes/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/nodesList.js +0 -0
- /package/dist/{store → src/store}/reducers/olapStats.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/overview/overview.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/overview/overview.js +0 -0
- /package/dist/{store → src/store}/reducers/partitions/partitions.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/partitions/partitions.js +0 -0
- /package/dist/{store → src/store}/reducers/partitions/types.d.ts +0 -0
- /package/dist/{store/reducers/schema → src/store/reducers/partitions}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/partitions/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/partitions/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/pdisk.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/pdisk.js +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/types.d.ts +0 -0
- /package/dist/{store/reducers/schemaAcl → src/store/reducers/pdisk}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/preview.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/saveQuery.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/saveQuery.js +0 -0
- /package/dist/{store → src/store}/reducers/schema/schema.js +0 -0
- /package/dist/{store → src/store}/reducers/schema/types.d.ts +0 -0
- /package/dist/{store/reducers/settings → src/store/reducers/schema}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/schemaAcl/schemaAcl.js +0 -0
- /package/dist/{store → src/store}/reducers/schemaAcl/types.d.ts +0 -0
- /package/dist/{store/reducers/tenantOverview/topStorageGroups → src/store/reducers/schemaAcl}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/settings/settings.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/settings/settings.js +0 -0
- /package/dist/{store → src/store}/reducers/settings/types.d.ts +0 -0
- /package/dist/{store/reducers/tenants → src/store/reducers/settings}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/shardsWorkload/shardsWorkload.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/shardsWorkload/types.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/shardsWorkload/types.js +0 -0
- /package/dist/{store → src/store}/reducers/singleClusterMode.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/singleClusterMode.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/constants.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/constants.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/selectors.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/storage.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/storage.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/types.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/types.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/tablet.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tablet.js +0 -0
- /package/dist/{store → src/store}/reducers/tablets.js +0 -0
- /package/dist/{store → src/store}/reducers/tabletsFilters.js +0 -0
- /package/dist/{store → src/store}/reducers/tenant/constants.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenant/constants.js +0 -0
- /package/dist/{store → src/store}/reducers/tenant/tenant.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenant/tenant.js +0 -0
- /package/dist/{store → src/store}/reducers/tenant/types.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenant/types.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topNodes/topNodes.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topNodes/topNodes.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topShards/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topShards/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -0
- /package/dist/{store/reducers/vdisk → src/store/reducers/tenantOverview/topStorageGroups}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/contants.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenants/contants.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/tenants.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenants/tenants.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/types.d.ts +0 -0
- /package/dist/{utils/disks → src/store/reducers/tenants}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenants/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/tooltip.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tooltip.js +0 -0
- /package/dist/{store → src/store}/reducers/topic.js +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/types.d.ts +0 -0
- /package/dist/{types/additionalProps.js → src/store/reducers/vdisk/types.js} +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/vdisk.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/vdisk.js +0 -0
- /package/dist/{store → src/store}/state-url-mapping.d.ts +0 -0
- /package/dist/{store → src/store}/state-url-mapping.js +0 -0
- /package/dist/{types → src/types}/additionalProps.d.ts +0 -0
- /package/dist/{types/api/acl.js → src/types/additionalProps.js} +0 -0
- /package/dist/{types → src/types}/api/acl.d.ts +0 -0
- /package/dist/{types/api/autocomplete.js → src/types/api/acl.js} +0 -0
- /package/dist/{types → src/types}/api/autocomplete.d.ts +0 -0
- /package/dist/{types/api/cluster.js → src/types/api/autocomplete.js} +0 -0
- /package/dist/{types → src/types}/api/cluster.d.ts +0 -0
- /package/dist/{types/api/common.js → src/types/api/cluster.js} +0 -0
- /package/dist/{types → src/types}/api/common.d.ts +0 -0
- /package/dist/{types → src/types/api}/common.js +0 -0
- /package/dist/{types → src/types}/api/compute.d.ts +0 -0
- /package/dist/{types → src/types}/api/compute.js +0 -0
- /package/dist/{types → src/types}/api/consumer.d.ts +0 -0
- /package/dist/{types → src/types}/api/consumer.js +0 -0
- /package/dist/{types → src/types}/api/enums.d.ts +0 -0
- /package/dist/{types → src/types}/api/enums.js +0 -0
- /package/dist/{types → src/types}/api/error.d.ts +0 -0
- /package/dist/{types → src/types}/api/error.js +0 -0
- /package/dist/{types → src/types}/api/healthcheck.d.ts +0 -0
- /package/dist/{types → src/types}/api/healthcheck.js +0 -0
- /package/dist/{types → src/types}/api/hotkeys.d.ts +0 -0
- /package/dist/{types → src/types}/api/hotkeys.js +0 -0
- /package/dist/{types → src/types}/api/meta.d.ts +0 -0
- /package/dist/{types → src/types}/api/meta.js +0 -0
- /package/dist/{types → src/types}/api/netInfo.d.ts +0 -0
- /package/dist/{types → src/types}/api/netInfo.js +0 -0
- /package/dist/{types → src/types}/api/nodes.d.ts +0 -0
- /package/dist/{types → src/types}/api/nodes.js +0 -0
- /package/dist/{types → src/types}/api/nodesList.d.ts +0 -0
- /package/dist/{types → src/types}/api/nodesList.js +0 -0
- /package/dist/{types → src/types}/api/pdisk.d.ts +0 -0
- /package/dist/{types → src/types}/api/pdisk.js +0 -0
- /package/dist/{types → src/types}/api/query.d.ts +0 -0
- /package/dist/{types → src/types}/api/query.js +0 -0
- /package/dist/{types → src/types}/api/render.d.ts +0 -0
- /package/dist/{types → src/types}/api/render.js +0 -0
- /package/dist/{types → src/types}/api/restartPDisk.d.ts +0 -0
- /package/dist/{types → src/types}/api/restartPDisk.js +0 -0
- /package/dist/{types → src/types}/api/schema/cdcStream.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/cdcStream.js +0 -0
- /package/dist/{types → src/types}/api/schema/columnEntity.js +0 -0
- /package/dist/{types → src/types}/api/schema/externalDataSource.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/externalDataSource.js +0 -0
- /package/dist/{types → src/types}/api/schema/externalTable.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/externalTable.js +0 -0
- /package/dist/{types → src/types}/api/schema/index.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/index.js +0 -0
- /package/dist/{types → src/types}/api/schema/persQueueGroup.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/persQueueGroup.js +0 -0
- /package/dist/{types → src/types}/api/schema/shared.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/shared.js +0 -0
- /package/dist/{types → src/types}/api/schema/table.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/table.js +0 -0
- /package/dist/{types → src/types}/api/schema/tableIndex.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/tableIndex.js +0 -0
- /package/dist/{types → src/types}/api/schema/view.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/view.js +0 -0
- /package/dist/{types → src/types}/api/storage.d.ts +0 -0
- /package/dist/{types → src/types}/api/storage.js +0 -0
- /package/dist/{types → src/types}/api/systemState.d.ts +0 -0
- /package/dist/{types → src/types}/api/systemState.js +0 -0
- /package/dist/{types → src/types}/api/tablet.d.ts +0 -0
- /package/dist/{types → src/types}/api/tablet.js +0 -0
- /package/dist/{types → src/types}/api/tenant.d.ts +0 -0
- /package/dist/{types → src/types}/api/tenant.js +0 -0
- /package/dist/{types → src/types}/api/topic.d.ts +0 -0
- /package/dist/{types → src/types}/api/topic.js +0 -0
- /package/dist/{types → src/types}/api/vdisk.d.ts +0 -0
- /package/dist/{types → src/types}/api/vdisk.js +0 -0
- /package/dist/{types → src/types}/api/whoami.js +0 -0
- /package/dist/{types → src/types}/common.d.ts +0 -0
- /package/dist/{types/store/describe.js → src/types/common.js} +0 -0
- /package/dist/{types → src/types}/index.d.ts +0 -0
- /package/dist/{types → src/types}/index.js +0 -0
- /package/dist/{types → src/types}/store/describe.d.ts +0 -0
- /package/dist/{types/store/executeQuery.js → src/types/store/describe.js} +0 -0
- /package/dist/{types/store/explainQuery.js → src/types/store/executeQuery.js} +0 -0
- /package/dist/{types → src/types}/store/heatmap.d.ts +0 -0
- /package/dist/{types → src/types}/store/heatmap.js +0 -0
- /package/dist/{types → src/types}/store/host.d.ts +0 -0
- /package/dist/{types → src/types}/store/host.js +0 -0
- /package/dist/{types → src/types}/store/nodesList.d.ts +0 -0
- /package/dist/{types → src/types}/store/nodesList.js +0 -0
- /package/dist/{types → src/types}/store/query.d.ts +0 -0
- /package/dist/{types → src/types}/store/query.js +0 -0
- /package/dist/{types → src/types}/store/tablet.d.ts +0 -0
- /package/dist/{types → src/types}/store/tablet.js +0 -0
- /package/dist/{types → src/types}/store/tablets.d.ts +0 -0
- /package/dist/{types → src/types}/store/tablets.js +0 -0
- /package/dist/{types → src/types}/store/tooltip.d.ts +0 -0
- /package/dist/{types → src/types}/store/tooltip.js +0 -0
- /package/dist/{types → src/types}/store/topic.d.ts +0 -0
- /package/dist/{types → src/types}/store/topic.js +0 -0
- /package/dist/{types → src/types}/versions.d.ts +0 -0
- /package/dist/{types → src/types}/versions.js +0 -0
- /package/dist/{utils → src/utils}/__test__/monitoring.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/__test__/monitoring.test.js +0 -0
- /package/dist/{utils → src/utils}/__test__/parseBalancer.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/__test__/parseBalancer.test.js +0 -0
- /package/dist/{utils → src/utils}/__test__/prepareBackend.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/__test__/prepareBackend.test.js +0 -0
- /package/dist/{utils → src/utils}/additionalProps.d.ts +0 -0
- /package/dist/{utils → src/utils}/additionalProps.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/__test__/formatBytes.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/__test__/formatBytes.test.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/convertBytesObjectToSpeed.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/convertBytesObjectToSpeed.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/formatBytes.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/formatBytes.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/i18n/en.json +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/i18n/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/i18n/index.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/i18n/ru.json +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/index.js +0 -0
- /package/dist/{utils → src/utils}/clusterVersionColors.d.ts +0 -0
- /package/dist/{utils → src/utils}/clusterVersionColors.js +0 -0
- /package/dist/{utils → src/utils}/cn.d.ts +0 -0
- /package/dist/{utils → src/utils}/cn.js +0 -0
- /package/dist/{utils → src/utils}/createToast.d.ts +0 -0
- /package/dist/{utils → src/utils}/createToast.js +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/__test__/roundToSignificant.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/__test__/roundToSignificant.test.js +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/dataFormatters.d.ts +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/dataFormatters.js +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/i18n/en.json +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/i18n/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/i18n/index.js +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/i18n/ru.json +0 -0
- /package/dist/{utils → src/utils}/developerUI/__test__/developerUI.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/developerUI/__test__/developerUI.test.js +0 -0
- /package/dist/{utils → src/utils}/developerUI/developerUI.d.ts +0 -0
- /package/dist/{utils → src/utils}/developerUI/developerUI.js +0 -0
- /package/dist/{utils → src/utils}/diagnostics.d.ts +0 -0
- /package/dist/{utils → src/utils}/diagnostics.js +0 -0
- /package/dist/{utils → src/utils}/disks/__test__/calculatePDiskSeverity.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/__test__/calculatePDiskSeverity.test.js +0 -0
- /package/dist/{utils → src/utils}/disks/__test__/calculateVDiskSeverity.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/__test__/calculateVDiskSeverity.test.js +0 -0
- /package/dist/{utils → src/utils}/disks/calculatePDiskSeverity.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/calculatePDiskSeverity.js +0 -0
- /package/dist/{utils → src/utils}/disks/calculateVDiskSeverity.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/calculateVDiskSeverity.js +0 -0
- /package/dist/{utils → src/utils}/disks/constants.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/constants.js +0 -0
- /package/dist/{utils → src/utils}/disks/getPDiskType.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/getPDiskType.js +0 -0
- /package/dist/{utils → src/utils}/disks/helpers.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/helpers.js +0 -0
- /package/dist/{utils → src/utils}/disks/prepareDisks.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/prepareDisks.js +0 -0
- /package/dist/{utils → src/utils}/disks/types.d.ts +0 -0
- /package/dist/{utils/query.test.d.ts → src/utils/disks/types.js} +0 -0
- /package/dist/{utils → src/utils}/filters.d.ts +0 -0
- /package/dist/{utils → src/utils}/filters.js +0 -0
- /package/dist/{utils → src/utils}/generateEvaluator.d.ts +0 -0
- /package/dist/{utils → src/utils}/generateEvaluator.js +0 -0
- /package/dist/{utils → src/utils}/generateHash.d.ts +0 -0
- /package/dist/{utils → src/utils}/generateHash.js +0 -0
- /package/dist/{utils → src/utils}/hooks/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/index.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useNodesRequestParams.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useNodesRequestParams.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useQueryModes.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useQueryModes.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useSearchQuery.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useSearchQuery.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useSetting.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useSetting.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useStorageRequestParams.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useStorageRequestParams.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useTableResize.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useTableResize.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useTableSort.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useTableSort.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useTypedDispatch.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useTypedDispatch.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useTypedSelector.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useTypedSelector.js +0 -0
- /package/dist/{utils → src/utils}/i18n/i18n.d.ts +0 -0
- /package/dist/{utils → src/utils}/i18n/i18n.js +0 -0
- /package/dist/{utils → src/utils}/i18n/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/i18n/index.js +0 -0
- /package/dist/{utils → src/utils}/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/index.js +0 -0
- /package/dist/{utils → src/utils}/lazyComponent.d.ts +0 -0
- /package/dist/{utils → src/utils}/lazyComponent.js +0 -0
- /package/dist/{utils → src/utils}/monaco/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/index.js +0 -0
- /package/dist/{utils → src/utils}/monaco/s-expression/constants.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/s-expression/constants.js +0 -0
- /package/dist/{utils → src/utils}/monaco/s-expression/registerLanguage.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/s-expression/registerLanguage.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/registerLanguage.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/registerLanguage.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.completionItemProvider.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.completionItemProvider.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.keywords.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.keywords.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yqlSuggestions.d.ts +0 -0
- /package/dist/{utils → src/utils}/monitoring.d.ts +0 -0
- /package/dist/{utils → src/utils}/monitoring.js +0 -0
- /package/dist/{utils → src/utils}/nodes.d.ts +0 -0
- /package/dist/{utils → src/utils}/nodes.js +0 -0
- /package/dist/{utils → src/utils}/numeral.d.ts +0 -0
- /package/dist/{utils → src/utils}/numeral.js +0 -0
- /package/dist/{utils → src/utils}/parseBalancer.d.ts +0 -0
- /package/dist/{utils → src/utils}/parseBalancer.js +0 -0
- /package/dist/{utils → src/utils}/prepareBackend.d.ts +0 -0
- /package/dist/{utils → src/utils}/prepareBackend.js +0 -0
- /package/dist/{utils → src/utils}/prepareQueryExplain.d.ts +0 -0
- /package/dist/{utils → src/utils}/prepareQueryExplain.js +0 -0
- /package/dist/{utils/timeParsers/__test__/formatDuration.test.d.ts → src/utils/query.test.d.ts} +0 -0
- /package/dist/{utils → src/utils}/query.test.js +0 -0
- /package/dist/{utils → src/utils}/registerError.d.ts +0 -0
- /package/dist/{utils → src/utils}/registerError.js +0 -0
- /package/dist/{utils → src/utils}/storage.d.ts +0 -0
- /package/dist/{utils → src/utils}/storage.js +0 -0
- /package/dist/{utils → src/utils}/tablet.d.ts +0 -0
- /package/dist/{utils → src/utils}/tablet.js +0 -0
- /package/dist/{utils/timeParsers/__test__/protobuf.test.d.ts → src/utils/timeParsers/__test__/formatDuration.test.d.ts} +0 -0
- /package/dist/{utils → src/utils}/timeParsers/__test__/formatDuration.test.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/__test__/protobuf.test.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/formatDuration.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/formatDuration.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/i18n/en.json +0 -0
- /package/dist/{utils → src/utils}/timeParsers/i18n/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/i18n/index.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/i18n/ru.json +0 -0
- /package/dist/{utils → src/utils}/timeParsers/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/index.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/parsers.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/parsers.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/protobufParsers.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/protobufParsers.js +0 -0
- /package/dist/{utils → src/utils}/timeframes.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeframes.js +0 -0
- /package/dist/{utils → src/utils}/tooltip.d.ts +0 -0
- /package/dist/{utils → src/utils}/tooltip.js +0 -0
- /package/dist/{utils → src/utils}/typecheckers.d.ts +0 -0
- /package/dist/{utils → src/utils}/typecheckers.js +0 -0
- /package/dist/{utils → src/utils}/utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/utils.js +0 -0
- /package/dist/{utils → src/utils}/versions/getVersionsColors.d.ts +0 -0
- /package/dist/{utils → src/utils}/versions/getVersionsColors.js +0 -0
- /package/dist/{utils → src/utils}/versions/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/versions/index.js +0 -0
- /package/dist/{utils → src/utils}/versions/parseNodesToVersionsValues.d.ts +0 -0
- /package/dist/{utils → src/utils}/versions/parseNodesToVersionsValues.js +0 -0
- /package/dist/{utils → src/utils}/versions/parseVersion.d.ts +0 -0
- /package/dist/{utils → src/utils}/versions/parseVersion.js +0 -0
@@ -0,0 +1,1703 @@
|
|
1
|
+
import type { RootState } from '../defaultStore';
|
2
|
+
export declare const topicApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, {
|
3
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
4
|
+
path?: string | undefined;
|
5
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
6
|
+
}, "api", "All", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
7
|
+
export declare const selectConsumersNames: ((state: {
|
8
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
9
|
+
singleClusterMode: boolean;
|
10
|
+
cluster: import("./cluster/types").ClusterState;
|
11
|
+
tenant: import("./tenant/types").TenantState;
|
12
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
13
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
14
|
+
schema: import("./schema/types").SchemaState;
|
15
|
+
host: import("../../types/store/host").IHostState;
|
16
|
+
tenants: import("./tenants/types").TenantsState;
|
17
|
+
partitions: import("./partitions/types").PartitionsState;
|
18
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
19
|
+
tabletsFilters: {
|
20
|
+
loading: boolean;
|
21
|
+
requestTime: number;
|
22
|
+
data: undefined;
|
23
|
+
wasLoaded: boolean;
|
24
|
+
stateFilter: never[];
|
25
|
+
typeFilter: never[];
|
26
|
+
} | {
|
27
|
+
tabletsData: any;
|
28
|
+
nodes: any;
|
29
|
+
loading: boolean;
|
30
|
+
wasLoaded: boolean;
|
31
|
+
timeoutForRequest: number;
|
32
|
+
error: undefined;
|
33
|
+
data: undefined;
|
34
|
+
stateFilter: never[];
|
35
|
+
typeFilter: never[];
|
36
|
+
} | {
|
37
|
+
error: any;
|
38
|
+
loading: boolean;
|
39
|
+
data: undefined;
|
40
|
+
wasLoaded: boolean;
|
41
|
+
stateFilter: never[];
|
42
|
+
typeFilter: never[];
|
43
|
+
} | {
|
44
|
+
stateFilter: any;
|
45
|
+
data: undefined;
|
46
|
+
loading: boolean;
|
47
|
+
wasLoaded: boolean;
|
48
|
+
typeFilter: never[];
|
49
|
+
} | {
|
50
|
+
typeFilter: any;
|
51
|
+
data: undefined;
|
52
|
+
loading: boolean;
|
53
|
+
wasLoaded: boolean;
|
54
|
+
stateFilter: never[];
|
55
|
+
};
|
56
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
57
|
+
settings: import("./settings/types").SettingsState;
|
58
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
59
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
60
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
61
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
62
|
+
authentication: import("./authentication/types").AuthenticationState;
|
63
|
+
header: import("./header/types").HeaderState;
|
64
|
+
saveQuery: string | null;
|
65
|
+
fullscreen: boolean;
|
66
|
+
clusters: import("./clusters/types").ClustersFilters;
|
67
|
+
}, path?: string | undefined) => string[] | undefined) & {
|
68
|
+
clearCache: () => void;
|
69
|
+
resultsCount: () => number;
|
70
|
+
resetResultsCount: () => void;
|
71
|
+
} & {
|
72
|
+
resultFunc: (resultFuncArgs_0: import("../../types/api/consumer").Consumer[] | undefined) => string[] | undefined;
|
73
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types/api/consumer").Consumer[] | undefined) => string[] | undefined) & {
|
74
|
+
clearCache: () => void;
|
75
|
+
resultsCount: () => number;
|
76
|
+
resetResultsCount: () => void;
|
77
|
+
};
|
78
|
+
lastResult: () => string[] | undefined;
|
79
|
+
dependencies: [((state: {
|
80
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
81
|
+
singleClusterMode: boolean;
|
82
|
+
cluster: import("./cluster/types").ClusterState;
|
83
|
+
tenant: import("./tenant/types").TenantState;
|
84
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
85
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
86
|
+
schema: import("./schema/types").SchemaState;
|
87
|
+
host: import("../../types/store/host").IHostState;
|
88
|
+
tenants: import("./tenants/types").TenantsState;
|
89
|
+
partitions: import("./partitions/types").PartitionsState;
|
90
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
91
|
+
tabletsFilters: {
|
92
|
+
loading: boolean;
|
93
|
+
requestTime: number;
|
94
|
+
data: undefined;
|
95
|
+
wasLoaded: boolean;
|
96
|
+
stateFilter: never[];
|
97
|
+
typeFilter: never[];
|
98
|
+
} | {
|
99
|
+
tabletsData: any;
|
100
|
+
nodes: any;
|
101
|
+
loading: boolean;
|
102
|
+
wasLoaded: boolean;
|
103
|
+
timeoutForRequest: number;
|
104
|
+
error: undefined;
|
105
|
+
data: undefined;
|
106
|
+
stateFilter: never[];
|
107
|
+
typeFilter: never[];
|
108
|
+
} | {
|
109
|
+
error: any;
|
110
|
+
loading: boolean;
|
111
|
+
data: undefined;
|
112
|
+
wasLoaded: boolean;
|
113
|
+
stateFilter: never[];
|
114
|
+
typeFilter: never[];
|
115
|
+
} | {
|
116
|
+
stateFilter: any;
|
117
|
+
data: undefined;
|
118
|
+
loading: boolean;
|
119
|
+
wasLoaded: boolean;
|
120
|
+
typeFilter: never[];
|
121
|
+
} | {
|
122
|
+
typeFilter: any;
|
123
|
+
data: undefined;
|
124
|
+
loading: boolean;
|
125
|
+
wasLoaded: boolean;
|
126
|
+
stateFilter: never[];
|
127
|
+
};
|
128
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
129
|
+
settings: import("./settings/types").SettingsState;
|
130
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
131
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
132
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
133
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
134
|
+
authentication: import("./authentication/types").AuthenticationState;
|
135
|
+
header: import("./header/types").HeaderState;
|
136
|
+
saveQuery: string | null;
|
137
|
+
fullscreen: boolean;
|
138
|
+
clusters: import("./clusters/types").ClustersFilters;
|
139
|
+
}, path?: string | undefined) => import("../../types/api/consumer").Consumer[] | undefined) & {
|
140
|
+
clearCache: () => void;
|
141
|
+
resultsCount: () => number;
|
142
|
+
resetResultsCount: () => void;
|
143
|
+
} & {
|
144
|
+
resultFunc: (resultFuncArgs_0: {
|
145
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
146
|
+
singleClusterMode: boolean;
|
147
|
+
cluster: import("./cluster/types").ClusterState;
|
148
|
+
tenant: import("./tenant/types").TenantState;
|
149
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
150
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
151
|
+
schema: import("./schema/types").SchemaState;
|
152
|
+
host: import("../../types/store/host").IHostState;
|
153
|
+
tenants: import("./tenants/types").TenantsState;
|
154
|
+
partitions: import("./partitions/types").PartitionsState;
|
155
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
156
|
+
tabletsFilters: {
|
157
|
+
loading: boolean;
|
158
|
+
requestTime: number;
|
159
|
+
data: undefined;
|
160
|
+
wasLoaded: boolean;
|
161
|
+
stateFilter: never[];
|
162
|
+
typeFilter: never[];
|
163
|
+
} | {
|
164
|
+
tabletsData: any;
|
165
|
+
nodes: any;
|
166
|
+
loading: boolean;
|
167
|
+
wasLoaded: boolean;
|
168
|
+
timeoutForRequest: number;
|
169
|
+
error: undefined;
|
170
|
+
data: undefined;
|
171
|
+
stateFilter: never[];
|
172
|
+
typeFilter: never[];
|
173
|
+
} | {
|
174
|
+
error: any;
|
175
|
+
loading: boolean;
|
176
|
+
data: undefined;
|
177
|
+
wasLoaded: boolean;
|
178
|
+
stateFilter: never[];
|
179
|
+
typeFilter: never[];
|
180
|
+
} | {
|
181
|
+
stateFilter: any;
|
182
|
+
data: undefined;
|
183
|
+
loading: boolean;
|
184
|
+
wasLoaded: boolean;
|
185
|
+
typeFilter: never[];
|
186
|
+
} | {
|
187
|
+
typeFilter: any;
|
188
|
+
data: undefined;
|
189
|
+
loading: boolean;
|
190
|
+
wasLoaded: boolean;
|
191
|
+
stateFilter: never[];
|
192
|
+
};
|
193
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
194
|
+
settings: import("./settings/types").SettingsState;
|
195
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
196
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
197
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
198
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
199
|
+
authentication: import("./authentication/types").AuthenticationState;
|
200
|
+
header: import("./header/types").HeaderState;
|
201
|
+
saveQuery: string | null;
|
202
|
+
fullscreen: boolean;
|
203
|
+
clusters: import("./clusters/types").ClustersFilters;
|
204
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
205
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
206
|
+
path?: string | undefined;
|
207
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
208
|
+
}, "All", "api">) => ({
|
209
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
210
|
+
originalArgs?: undefined;
|
211
|
+
data?: undefined;
|
212
|
+
error?: undefined;
|
213
|
+
requestId?: undefined;
|
214
|
+
endpointName?: string | undefined;
|
215
|
+
startedTimeStamp?: undefined;
|
216
|
+
fulfilledTimeStamp?: undefined;
|
217
|
+
} & {
|
218
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
219
|
+
isUninitialized: true;
|
220
|
+
isLoading: false;
|
221
|
+
isSuccess: false;
|
222
|
+
isError: false;
|
223
|
+
}) | ({
|
224
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
225
|
+
error: undefined;
|
226
|
+
originalArgs: {
|
227
|
+
path?: string | undefined;
|
228
|
+
};
|
229
|
+
requestId: string;
|
230
|
+
endpointName: string;
|
231
|
+
startedTimeStamp: number;
|
232
|
+
data: import("../../types/api/topic").DescribeTopicResult;
|
233
|
+
fulfilledTimeStamp: number;
|
234
|
+
} & {
|
235
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
236
|
+
isUninitialized: false;
|
237
|
+
isLoading: false;
|
238
|
+
isSuccess: true;
|
239
|
+
isError: false;
|
240
|
+
}) | ({
|
241
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
242
|
+
originalArgs: {
|
243
|
+
path?: string | undefined;
|
244
|
+
};
|
245
|
+
requestId: string;
|
246
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
247
|
+
error?: unknown;
|
248
|
+
endpointName: string;
|
249
|
+
startedTimeStamp: number;
|
250
|
+
fulfilledTimeStamp?: number | undefined;
|
251
|
+
} & {
|
252
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
253
|
+
isUninitialized: false;
|
254
|
+
isLoading: true;
|
255
|
+
isSuccess: false;
|
256
|
+
isError: false;
|
257
|
+
}) | ({
|
258
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
259
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
260
|
+
fulfilledTimeStamp?: number | undefined;
|
261
|
+
originalArgs: {
|
262
|
+
path?: string | undefined;
|
263
|
+
};
|
264
|
+
requestId: string;
|
265
|
+
endpointName: string;
|
266
|
+
startedTimeStamp: number;
|
267
|
+
error: unknown;
|
268
|
+
} & {
|
269
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
270
|
+
isUninitialized: false;
|
271
|
+
isLoading: false;
|
272
|
+
isSuccess: false;
|
273
|
+
isError: true;
|
274
|
+
})) => import("../../types/api/consumer").Consumer[] | undefined;
|
275
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
276
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
277
|
+
singleClusterMode: boolean;
|
278
|
+
cluster: import("./cluster/types").ClusterState;
|
279
|
+
tenant: import("./tenant/types").TenantState;
|
280
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
281
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
282
|
+
schema: import("./schema/types").SchemaState;
|
283
|
+
host: import("../../types/store/host").IHostState;
|
284
|
+
tenants: import("./tenants/types").TenantsState;
|
285
|
+
partitions: import("./partitions/types").PartitionsState;
|
286
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
287
|
+
tabletsFilters: {
|
288
|
+
loading: boolean;
|
289
|
+
requestTime: number;
|
290
|
+
data: undefined;
|
291
|
+
wasLoaded: boolean;
|
292
|
+
stateFilter: never[];
|
293
|
+
typeFilter: never[];
|
294
|
+
} | {
|
295
|
+
tabletsData: any;
|
296
|
+
nodes: any;
|
297
|
+
loading: boolean;
|
298
|
+
wasLoaded: boolean;
|
299
|
+
timeoutForRequest: number;
|
300
|
+
error: undefined;
|
301
|
+
data: undefined;
|
302
|
+
stateFilter: never[];
|
303
|
+
typeFilter: never[];
|
304
|
+
} | {
|
305
|
+
error: any;
|
306
|
+
loading: boolean;
|
307
|
+
data: undefined;
|
308
|
+
wasLoaded: boolean;
|
309
|
+
stateFilter: never[];
|
310
|
+
typeFilter: never[];
|
311
|
+
} | {
|
312
|
+
stateFilter: any;
|
313
|
+
data: undefined;
|
314
|
+
loading: boolean;
|
315
|
+
wasLoaded: boolean;
|
316
|
+
typeFilter: never[];
|
317
|
+
} | {
|
318
|
+
typeFilter: any;
|
319
|
+
data: undefined;
|
320
|
+
loading: boolean;
|
321
|
+
wasLoaded: boolean;
|
322
|
+
stateFilter: never[];
|
323
|
+
};
|
324
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
325
|
+
settings: import("./settings/types").SettingsState;
|
326
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
327
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
328
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
329
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
330
|
+
authentication: import("./authentication/types").AuthenticationState;
|
331
|
+
header: import("./header/types").HeaderState;
|
332
|
+
saveQuery: string | null;
|
333
|
+
fullscreen: boolean;
|
334
|
+
clusters: import("./clusters/types").ClustersFilters;
|
335
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
336
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
337
|
+
path?: string | undefined;
|
338
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
339
|
+
}, "All", "api">) => ({
|
340
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
341
|
+
originalArgs?: undefined;
|
342
|
+
data?: undefined;
|
343
|
+
error?: undefined;
|
344
|
+
requestId?: undefined;
|
345
|
+
endpointName?: string | undefined;
|
346
|
+
startedTimeStamp?: undefined;
|
347
|
+
fulfilledTimeStamp?: undefined;
|
348
|
+
} & {
|
349
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
350
|
+
isUninitialized: true;
|
351
|
+
isLoading: false;
|
352
|
+
isSuccess: false;
|
353
|
+
isError: false;
|
354
|
+
}) | ({
|
355
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
356
|
+
error: undefined;
|
357
|
+
originalArgs: {
|
358
|
+
path?: string | undefined;
|
359
|
+
};
|
360
|
+
requestId: string;
|
361
|
+
endpointName: string;
|
362
|
+
startedTimeStamp: number;
|
363
|
+
data: import("../../types/api/topic").DescribeTopicResult;
|
364
|
+
fulfilledTimeStamp: number;
|
365
|
+
} & {
|
366
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
367
|
+
isUninitialized: false;
|
368
|
+
isLoading: false;
|
369
|
+
isSuccess: true;
|
370
|
+
isError: false;
|
371
|
+
}) | ({
|
372
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
373
|
+
originalArgs: {
|
374
|
+
path?: string | undefined;
|
375
|
+
};
|
376
|
+
requestId: string;
|
377
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
378
|
+
error?: unknown;
|
379
|
+
endpointName: string;
|
380
|
+
startedTimeStamp: number;
|
381
|
+
fulfilledTimeStamp?: number | undefined;
|
382
|
+
} & {
|
383
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
384
|
+
isUninitialized: false;
|
385
|
+
isLoading: true;
|
386
|
+
isSuccess: false;
|
387
|
+
isError: false;
|
388
|
+
}) | ({
|
389
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
390
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
391
|
+
fulfilledTimeStamp?: number | undefined;
|
392
|
+
originalArgs: {
|
393
|
+
path?: string | undefined;
|
394
|
+
};
|
395
|
+
requestId: string;
|
396
|
+
endpointName: string;
|
397
|
+
startedTimeStamp: number;
|
398
|
+
error: unknown;
|
399
|
+
} & {
|
400
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
401
|
+
isUninitialized: false;
|
402
|
+
isLoading: false;
|
403
|
+
isSuccess: false;
|
404
|
+
isError: true;
|
405
|
+
})) => import("../../types/api/consumer").Consumer[] | undefined) & {
|
406
|
+
clearCache: () => void;
|
407
|
+
resultsCount: () => number;
|
408
|
+
resetResultsCount: () => void;
|
409
|
+
};
|
410
|
+
lastResult: () => import("../../types/api/consumer").Consumer[] | undefined;
|
411
|
+
dependencies: [(state: RootState) => {
|
412
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
413
|
+
singleClusterMode: boolean;
|
414
|
+
cluster: import("./cluster/types").ClusterState;
|
415
|
+
tenant: import("./tenant/types").TenantState;
|
416
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
417
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
418
|
+
schema: import("./schema/types").SchemaState;
|
419
|
+
host: import("../../types/store/host").IHostState;
|
420
|
+
tenants: import("./tenants/types").TenantsState;
|
421
|
+
partitions: import("./partitions/types").PartitionsState;
|
422
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
423
|
+
tabletsFilters: {
|
424
|
+
loading: boolean;
|
425
|
+
requestTime: number;
|
426
|
+
data: undefined;
|
427
|
+
wasLoaded: boolean;
|
428
|
+
stateFilter: never[];
|
429
|
+
typeFilter: never[];
|
430
|
+
} | {
|
431
|
+
tabletsData: any;
|
432
|
+
nodes: any;
|
433
|
+
loading: boolean;
|
434
|
+
wasLoaded: boolean;
|
435
|
+
timeoutForRequest: number;
|
436
|
+
error: undefined;
|
437
|
+
data: undefined;
|
438
|
+
stateFilter: never[];
|
439
|
+
typeFilter: never[];
|
440
|
+
} | {
|
441
|
+
error: any;
|
442
|
+
loading: boolean;
|
443
|
+
data: undefined;
|
444
|
+
wasLoaded: boolean;
|
445
|
+
stateFilter: never[];
|
446
|
+
typeFilter: never[];
|
447
|
+
} | {
|
448
|
+
stateFilter: any;
|
449
|
+
data: undefined;
|
450
|
+
loading: boolean;
|
451
|
+
wasLoaded: boolean;
|
452
|
+
typeFilter: never[];
|
453
|
+
} | {
|
454
|
+
typeFilter: any;
|
455
|
+
data: undefined;
|
456
|
+
loading: boolean;
|
457
|
+
wasLoaded: boolean;
|
458
|
+
stateFilter: never[];
|
459
|
+
};
|
460
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
461
|
+
settings: import("./settings/types").SettingsState;
|
462
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
463
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
464
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
465
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
466
|
+
authentication: import("./authentication/types").AuthenticationState;
|
467
|
+
header: import("./header/types").HeaderState;
|
468
|
+
saveQuery: string | null;
|
469
|
+
fullscreen: boolean;
|
470
|
+
clusters: import("./clusters/types").ClustersFilters;
|
471
|
+
}, (_state: RootState, path?: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
472
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
473
|
+
path?: string | undefined;
|
474
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
475
|
+
}, "All", "api">) => ({
|
476
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
477
|
+
originalArgs?: undefined;
|
478
|
+
data?: undefined;
|
479
|
+
error?: undefined;
|
480
|
+
requestId?: undefined;
|
481
|
+
endpointName?: string | undefined;
|
482
|
+
startedTimeStamp?: undefined;
|
483
|
+
fulfilledTimeStamp?: undefined;
|
484
|
+
} & {
|
485
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
486
|
+
isUninitialized: true;
|
487
|
+
isLoading: false;
|
488
|
+
isSuccess: false;
|
489
|
+
isError: false;
|
490
|
+
}) | ({
|
491
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
492
|
+
error: undefined;
|
493
|
+
originalArgs: {
|
494
|
+
path?: string | undefined;
|
495
|
+
};
|
496
|
+
requestId: string;
|
497
|
+
endpointName: string;
|
498
|
+
startedTimeStamp: number;
|
499
|
+
data: import("../../types/api/topic").DescribeTopicResult;
|
500
|
+
fulfilledTimeStamp: number;
|
501
|
+
} & {
|
502
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
503
|
+
isUninitialized: false;
|
504
|
+
isLoading: false;
|
505
|
+
isSuccess: true;
|
506
|
+
isError: false;
|
507
|
+
}) | ({
|
508
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
509
|
+
originalArgs: {
|
510
|
+
path?: string | undefined;
|
511
|
+
};
|
512
|
+
requestId: string;
|
513
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
514
|
+
error?: unknown;
|
515
|
+
endpointName: string;
|
516
|
+
startedTimeStamp: number;
|
517
|
+
fulfilledTimeStamp?: number | undefined;
|
518
|
+
} & {
|
519
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
520
|
+
isUninitialized: false;
|
521
|
+
isLoading: true;
|
522
|
+
isSuccess: false;
|
523
|
+
isError: false;
|
524
|
+
}) | ({
|
525
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
526
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
527
|
+
fulfilledTimeStamp?: number | undefined;
|
528
|
+
originalArgs: {
|
529
|
+
path?: string | undefined;
|
530
|
+
};
|
531
|
+
requestId: string;
|
532
|
+
endpointName: string;
|
533
|
+
startedTimeStamp: number;
|
534
|
+
error: unknown;
|
535
|
+
} & {
|
536
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
537
|
+
isUninitialized: false;
|
538
|
+
isLoading: false;
|
539
|
+
isSuccess: false;
|
540
|
+
isError: true;
|
541
|
+
})];
|
542
|
+
recomputations: () => number;
|
543
|
+
resetRecomputations: () => void;
|
544
|
+
dependencyRecomputations: () => number;
|
545
|
+
resetDependencyRecomputations: () => void;
|
546
|
+
} & {
|
547
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
548
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
549
|
+
}];
|
550
|
+
recomputations: () => number;
|
551
|
+
resetRecomputations: () => void;
|
552
|
+
dependencyRecomputations: () => number;
|
553
|
+
resetDependencyRecomputations: () => void;
|
554
|
+
} & {
|
555
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
556
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
557
|
+
};
|
558
|
+
export declare const selectPreparedTopicStats: ((state: {
|
559
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
560
|
+
singleClusterMode: boolean;
|
561
|
+
cluster: import("./cluster/types").ClusterState;
|
562
|
+
tenant: import("./tenant/types").TenantState;
|
563
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
564
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
565
|
+
schema: import("./schema/types").SchemaState;
|
566
|
+
host: import("../../types/store/host").IHostState;
|
567
|
+
tenants: import("./tenants/types").TenantsState;
|
568
|
+
partitions: import("./partitions/types").PartitionsState;
|
569
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
570
|
+
tabletsFilters: {
|
571
|
+
loading: boolean;
|
572
|
+
requestTime: number;
|
573
|
+
data: undefined;
|
574
|
+
wasLoaded: boolean;
|
575
|
+
stateFilter: never[];
|
576
|
+
typeFilter: never[];
|
577
|
+
} | {
|
578
|
+
tabletsData: any;
|
579
|
+
nodes: any;
|
580
|
+
loading: boolean;
|
581
|
+
wasLoaded: boolean;
|
582
|
+
timeoutForRequest: number;
|
583
|
+
error: undefined;
|
584
|
+
data: undefined;
|
585
|
+
stateFilter: never[];
|
586
|
+
typeFilter: never[];
|
587
|
+
} | {
|
588
|
+
error: any;
|
589
|
+
loading: boolean;
|
590
|
+
data: undefined;
|
591
|
+
wasLoaded: boolean;
|
592
|
+
stateFilter: never[];
|
593
|
+
typeFilter: never[];
|
594
|
+
} | {
|
595
|
+
stateFilter: any;
|
596
|
+
data: undefined;
|
597
|
+
loading: boolean;
|
598
|
+
wasLoaded: boolean;
|
599
|
+
typeFilter: never[];
|
600
|
+
} | {
|
601
|
+
typeFilter: any;
|
602
|
+
data: undefined;
|
603
|
+
loading: boolean;
|
604
|
+
wasLoaded: boolean;
|
605
|
+
stateFilter: never[];
|
606
|
+
};
|
607
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
608
|
+
settings: import("./settings/types").SettingsState;
|
609
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
610
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
611
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
612
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
613
|
+
authentication: import("./authentication/types").AuthenticationState;
|
614
|
+
header: import("./header/types").HeaderState;
|
615
|
+
saveQuery: string | null;
|
616
|
+
fullscreen: boolean;
|
617
|
+
clusters: import("./clusters/types").ClustersFilters;
|
618
|
+
}, path?: string | undefined) => {
|
619
|
+
storeSize: string;
|
620
|
+
partitionsIdleTime: number;
|
621
|
+
partitionsWriteLag: number;
|
622
|
+
writeSpeed: import("../../utils/bytesParsers").ProcessSpeedStats;
|
623
|
+
} | undefined) & {
|
624
|
+
clearCache: () => void;
|
625
|
+
resultsCount: () => number;
|
626
|
+
resetResultsCount: () => void;
|
627
|
+
} & {
|
628
|
+
resultFunc: (resultFuncArgs_0: import("../../types/api/topic").TopicStats | undefined) => {
|
629
|
+
storeSize: string;
|
630
|
+
partitionsIdleTime: number;
|
631
|
+
partitionsWriteLag: number;
|
632
|
+
writeSpeed: import("../../utils/bytesParsers").ProcessSpeedStats;
|
633
|
+
} | undefined;
|
634
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types/api/topic").TopicStats | undefined) => {
|
635
|
+
storeSize: string;
|
636
|
+
partitionsIdleTime: number;
|
637
|
+
partitionsWriteLag: number;
|
638
|
+
writeSpeed: import("../../utils/bytesParsers").ProcessSpeedStats;
|
639
|
+
} | undefined) & {
|
640
|
+
clearCache: () => void;
|
641
|
+
resultsCount: () => number;
|
642
|
+
resetResultsCount: () => void;
|
643
|
+
};
|
644
|
+
lastResult: () => {
|
645
|
+
storeSize: string;
|
646
|
+
partitionsIdleTime: number;
|
647
|
+
partitionsWriteLag: number;
|
648
|
+
writeSpeed: import("../../utils/bytesParsers").ProcessSpeedStats;
|
649
|
+
} | undefined;
|
650
|
+
dependencies: [((state: {
|
651
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
652
|
+
singleClusterMode: boolean;
|
653
|
+
cluster: import("./cluster/types").ClusterState;
|
654
|
+
tenant: import("./tenant/types").TenantState;
|
655
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
656
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
657
|
+
schema: import("./schema/types").SchemaState;
|
658
|
+
host: import("../../types/store/host").IHostState;
|
659
|
+
tenants: import("./tenants/types").TenantsState;
|
660
|
+
partitions: import("./partitions/types").PartitionsState;
|
661
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
662
|
+
tabletsFilters: {
|
663
|
+
loading: boolean;
|
664
|
+
requestTime: number;
|
665
|
+
data: undefined;
|
666
|
+
wasLoaded: boolean;
|
667
|
+
stateFilter: never[];
|
668
|
+
typeFilter: never[];
|
669
|
+
} | {
|
670
|
+
tabletsData: any;
|
671
|
+
nodes: any;
|
672
|
+
loading: boolean;
|
673
|
+
wasLoaded: boolean;
|
674
|
+
timeoutForRequest: number;
|
675
|
+
error: undefined;
|
676
|
+
data: undefined;
|
677
|
+
stateFilter: never[];
|
678
|
+
typeFilter: never[];
|
679
|
+
} | {
|
680
|
+
error: any;
|
681
|
+
loading: boolean;
|
682
|
+
data: undefined;
|
683
|
+
wasLoaded: boolean;
|
684
|
+
stateFilter: never[];
|
685
|
+
typeFilter: never[];
|
686
|
+
} | {
|
687
|
+
stateFilter: any;
|
688
|
+
data: undefined;
|
689
|
+
loading: boolean;
|
690
|
+
wasLoaded: boolean;
|
691
|
+
typeFilter: never[];
|
692
|
+
} | {
|
693
|
+
typeFilter: any;
|
694
|
+
data: undefined;
|
695
|
+
loading: boolean;
|
696
|
+
wasLoaded: boolean;
|
697
|
+
stateFilter: never[];
|
698
|
+
};
|
699
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
700
|
+
settings: import("./settings/types").SettingsState;
|
701
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
702
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
703
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
704
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
705
|
+
authentication: import("./authentication/types").AuthenticationState;
|
706
|
+
header: import("./header/types").HeaderState;
|
707
|
+
saveQuery: string | null;
|
708
|
+
fullscreen: boolean;
|
709
|
+
clusters: import("./clusters/types").ClustersFilters;
|
710
|
+
}, path?: string | undefined) => import("../../types/api/topic").TopicStats | undefined) & {
|
711
|
+
clearCache: () => void;
|
712
|
+
resultsCount: () => number;
|
713
|
+
resetResultsCount: () => void;
|
714
|
+
} & {
|
715
|
+
resultFunc: (resultFuncArgs_0: {
|
716
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
717
|
+
singleClusterMode: boolean;
|
718
|
+
cluster: import("./cluster/types").ClusterState;
|
719
|
+
tenant: import("./tenant/types").TenantState;
|
720
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
721
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
722
|
+
schema: import("./schema/types").SchemaState;
|
723
|
+
host: import("../../types/store/host").IHostState;
|
724
|
+
tenants: import("./tenants/types").TenantsState;
|
725
|
+
partitions: import("./partitions/types").PartitionsState;
|
726
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
727
|
+
tabletsFilters: {
|
728
|
+
loading: boolean;
|
729
|
+
requestTime: number;
|
730
|
+
data: undefined;
|
731
|
+
wasLoaded: boolean;
|
732
|
+
stateFilter: never[];
|
733
|
+
typeFilter: never[];
|
734
|
+
} | {
|
735
|
+
tabletsData: any;
|
736
|
+
nodes: any;
|
737
|
+
loading: boolean;
|
738
|
+
wasLoaded: boolean;
|
739
|
+
timeoutForRequest: number;
|
740
|
+
error: undefined;
|
741
|
+
data: undefined;
|
742
|
+
stateFilter: never[];
|
743
|
+
typeFilter: never[];
|
744
|
+
} | {
|
745
|
+
error: any;
|
746
|
+
loading: boolean;
|
747
|
+
data: undefined;
|
748
|
+
wasLoaded: boolean;
|
749
|
+
stateFilter: never[];
|
750
|
+
typeFilter: never[];
|
751
|
+
} | {
|
752
|
+
stateFilter: any;
|
753
|
+
data: undefined;
|
754
|
+
loading: boolean;
|
755
|
+
wasLoaded: boolean;
|
756
|
+
typeFilter: never[];
|
757
|
+
} | {
|
758
|
+
typeFilter: any;
|
759
|
+
data: undefined;
|
760
|
+
loading: boolean;
|
761
|
+
wasLoaded: boolean;
|
762
|
+
stateFilter: never[];
|
763
|
+
};
|
764
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
765
|
+
settings: import("./settings/types").SettingsState;
|
766
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
767
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
768
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
769
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
770
|
+
authentication: import("./authentication/types").AuthenticationState;
|
771
|
+
header: import("./header/types").HeaderState;
|
772
|
+
saveQuery: string | null;
|
773
|
+
fullscreen: boolean;
|
774
|
+
clusters: import("./clusters/types").ClustersFilters;
|
775
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
776
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
777
|
+
path?: string | undefined;
|
778
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
779
|
+
}, "All", "api">) => ({
|
780
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
781
|
+
originalArgs?: undefined;
|
782
|
+
data?: undefined;
|
783
|
+
error?: undefined;
|
784
|
+
requestId?: undefined;
|
785
|
+
endpointName?: string | undefined;
|
786
|
+
startedTimeStamp?: undefined;
|
787
|
+
fulfilledTimeStamp?: undefined;
|
788
|
+
} & {
|
789
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
790
|
+
isUninitialized: true;
|
791
|
+
isLoading: false;
|
792
|
+
isSuccess: false;
|
793
|
+
isError: false;
|
794
|
+
}) | ({
|
795
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
796
|
+
error: undefined;
|
797
|
+
originalArgs: {
|
798
|
+
path?: string | undefined;
|
799
|
+
};
|
800
|
+
requestId: string;
|
801
|
+
endpointName: string;
|
802
|
+
startedTimeStamp: number;
|
803
|
+
data: import("../../types/api/topic").DescribeTopicResult;
|
804
|
+
fulfilledTimeStamp: number;
|
805
|
+
} & {
|
806
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
807
|
+
isUninitialized: false;
|
808
|
+
isLoading: false;
|
809
|
+
isSuccess: true;
|
810
|
+
isError: false;
|
811
|
+
}) | ({
|
812
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
813
|
+
originalArgs: {
|
814
|
+
path?: string | undefined;
|
815
|
+
};
|
816
|
+
requestId: string;
|
817
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
818
|
+
error?: unknown;
|
819
|
+
endpointName: string;
|
820
|
+
startedTimeStamp: number;
|
821
|
+
fulfilledTimeStamp?: number | undefined;
|
822
|
+
} & {
|
823
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
824
|
+
isUninitialized: false;
|
825
|
+
isLoading: true;
|
826
|
+
isSuccess: false;
|
827
|
+
isError: false;
|
828
|
+
}) | ({
|
829
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
830
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
831
|
+
fulfilledTimeStamp?: number | undefined;
|
832
|
+
originalArgs: {
|
833
|
+
path?: string | undefined;
|
834
|
+
};
|
835
|
+
requestId: string;
|
836
|
+
endpointName: string;
|
837
|
+
startedTimeStamp: number;
|
838
|
+
error: unknown;
|
839
|
+
} & {
|
840
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
841
|
+
isUninitialized: false;
|
842
|
+
isLoading: false;
|
843
|
+
isSuccess: false;
|
844
|
+
isError: true;
|
845
|
+
})) => import("../../types/api/topic").TopicStats | undefined;
|
846
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
847
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
848
|
+
singleClusterMode: boolean;
|
849
|
+
cluster: import("./cluster/types").ClusterState;
|
850
|
+
tenant: import("./tenant/types").TenantState;
|
851
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
852
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
853
|
+
schema: import("./schema/types").SchemaState;
|
854
|
+
host: import("../../types/store/host").IHostState;
|
855
|
+
tenants: import("./tenants/types").TenantsState;
|
856
|
+
partitions: import("./partitions/types").PartitionsState;
|
857
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
858
|
+
tabletsFilters: {
|
859
|
+
loading: boolean;
|
860
|
+
requestTime: number;
|
861
|
+
data: undefined;
|
862
|
+
wasLoaded: boolean;
|
863
|
+
stateFilter: never[];
|
864
|
+
typeFilter: never[];
|
865
|
+
} | {
|
866
|
+
tabletsData: any;
|
867
|
+
nodes: any;
|
868
|
+
loading: boolean;
|
869
|
+
wasLoaded: boolean;
|
870
|
+
timeoutForRequest: number;
|
871
|
+
error: undefined;
|
872
|
+
data: undefined;
|
873
|
+
stateFilter: never[];
|
874
|
+
typeFilter: never[];
|
875
|
+
} | {
|
876
|
+
error: any;
|
877
|
+
loading: boolean;
|
878
|
+
data: undefined;
|
879
|
+
wasLoaded: boolean;
|
880
|
+
stateFilter: never[];
|
881
|
+
typeFilter: never[];
|
882
|
+
} | {
|
883
|
+
stateFilter: any;
|
884
|
+
data: undefined;
|
885
|
+
loading: boolean;
|
886
|
+
wasLoaded: boolean;
|
887
|
+
typeFilter: never[];
|
888
|
+
} | {
|
889
|
+
typeFilter: any;
|
890
|
+
data: undefined;
|
891
|
+
loading: boolean;
|
892
|
+
wasLoaded: boolean;
|
893
|
+
stateFilter: never[];
|
894
|
+
};
|
895
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
896
|
+
settings: import("./settings/types").SettingsState;
|
897
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
898
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
899
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
900
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
901
|
+
authentication: import("./authentication/types").AuthenticationState;
|
902
|
+
header: import("./header/types").HeaderState;
|
903
|
+
saveQuery: string | null;
|
904
|
+
fullscreen: boolean;
|
905
|
+
clusters: import("./clusters/types").ClustersFilters;
|
906
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
907
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
908
|
+
path?: string | undefined;
|
909
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
910
|
+
}, "All", "api">) => ({
|
911
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
912
|
+
originalArgs?: undefined;
|
913
|
+
data?: undefined;
|
914
|
+
error?: undefined;
|
915
|
+
requestId?: undefined;
|
916
|
+
endpointName?: string | undefined;
|
917
|
+
startedTimeStamp?: undefined;
|
918
|
+
fulfilledTimeStamp?: undefined;
|
919
|
+
} & {
|
920
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
921
|
+
isUninitialized: true;
|
922
|
+
isLoading: false;
|
923
|
+
isSuccess: false;
|
924
|
+
isError: false;
|
925
|
+
}) | ({
|
926
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
927
|
+
error: undefined;
|
928
|
+
originalArgs: {
|
929
|
+
path?: string | undefined;
|
930
|
+
};
|
931
|
+
requestId: string;
|
932
|
+
endpointName: string;
|
933
|
+
startedTimeStamp: number;
|
934
|
+
data: import("../../types/api/topic").DescribeTopicResult;
|
935
|
+
fulfilledTimeStamp: number;
|
936
|
+
} & {
|
937
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
938
|
+
isUninitialized: false;
|
939
|
+
isLoading: false;
|
940
|
+
isSuccess: true;
|
941
|
+
isError: false;
|
942
|
+
}) | ({
|
943
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
944
|
+
originalArgs: {
|
945
|
+
path?: string | undefined;
|
946
|
+
};
|
947
|
+
requestId: string;
|
948
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
949
|
+
error?: unknown;
|
950
|
+
endpointName: string;
|
951
|
+
startedTimeStamp: number;
|
952
|
+
fulfilledTimeStamp?: number | undefined;
|
953
|
+
} & {
|
954
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
955
|
+
isUninitialized: false;
|
956
|
+
isLoading: true;
|
957
|
+
isSuccess: false;
|
958
|
+
isError: false;
|
959
|
+
}) | ({
|
960
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
961
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
962
|
+
fulfilledTimeStamp?: number | undefined;
|
963
|
+
originalArgs: {
|
964
|
+
path?: string | undefined;
|
965
|
+
};
|
966
|
+
requestId: string;
|
967
|
+
endpointName: string;
|
968
|
+
startedTimeStamp: number;
|
969
|
+
error: unknown;
|
970
|
+
} & {
|
971
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
972
|
+
isUninitialized: false;
|
973
|
+
isLoading: false;
|
974
|
+
isSuccess: false;
|
975
|
+
isError: true;
|
976
|
+
})) => import("../../types/api/topic").TopicStats | undefined) & {
|
977
|
+
clearCache: () => void;
|
978
|
+
resultsCount: () => number;
|
979
|
+
resetResultsCount: () => void;
|
980
|
+
};
|
981
|
+
lastResult: () => import("../../types/api/topic").TopicStats | undefined;
|
982
|
+
dependencies: [(state: RootState) => {
|
983
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
984
|
+
singleClusterMode: boolean;
|
985
|
+
cluster: import("./cluster/types").ClusterState;
|
986
|
+
tenant: import("./tenant/types").TenantState;
|
987
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
988
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
989
|
+
schema: import("./schema/types").SchemaState;
|
990
|
+
host: import("../../types/store/host").IHostState;
|
991
|
+
tenants: import("./tenants/types").TenantsState;
|
992
|
+
partitions: import("./partitions/types").PartitionsState;
|
993
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
994
|
+
tabletsFilters: {
|
995
|
+
loading: boolean;
|
996
|
+
requestTime: number;
|
997
|
+
data: undefined;
|
998
|
+
wasLoaded: boolean;
|
999
|
+
stateFilter: never[];
|
1000
|
+
typeFilter: never[];
|
1001
|
+
} | {
|
1002
|
+
tabletsData: any;
|
1003
|
+
nodes: any;
|
1004
|
+
loading: boolean;
|
1005
|
+
wasLoaded: boolean;
|
1006
|
+
timeoutForRequest: number;
|
1007
|
+
error: undefined;
|
1008
|
+
data: undefined;
|
1009
|
+
stateFilter: never[];
|
1010
|
+
typeFilter: never[];
|
1011
|
+
} | {
|
1012
|
+
error: any;
|
1013
|
+
loading: boolean;
|
1014
|
+
data: undefined;
|
1015
|
+
wasLoaded: boolean;
|
1016
|
+
stateFilter: never[];
|
1017
|
+
typeFilter: never[];
|
1018
|
+
} | {
|
1019
|
+
stateFilter: any;
|
1020
|
+
data: undefined;
|
1021
|
+
loading: boolean;
|
1022
|
+
wasLoaded: boolean;
|
1023
|
+
typeFilter: never[];
|
1024
|
+
} | {
|
1025
|
+
typeFilter: any;
|
1026
|
+
data: undefined;
|
1027
|
+
loading: boolean;
|
1028
|
+
wasLoaded: boolean;
|
1029
|
+
stateFilter: never[];
|
1030
|
+
};
|
1031
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
1032
|
+
settings: import("./settings/types").SettingsState;
|
1033
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
1034
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
1035
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
1036
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
1037
|
+
authentication: import("./authentication/types").AuthenticationState;
|
1038
|
+
header: import("./header/types").HeaderState;
|
1039
|
+
saveQuery: string | null;
|
1040
|
+
fullscreen: boolean;
|
1041
|
+
clusters: import("./clusters/types").ClustersFilters;
|
1042
|
+
}, (_state: RootState, path?: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
1043
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1044
|
+
path?: string | undefined;
|
1045
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
1046
|
+
}, "All", "api">) => ({
|
1047
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1048
|
+
originalArgs?: undefined;
|
1049
|
+
data?: undefined;
|
1050
|
+
error?: undefined;
|
1051
|
+
requestId?: undefined;
|
1052
|
+
endpointName?: string | undefined;
|
1053
|
+
startedTimeStamp?: undefined;
|
1054
|
+
fulfilledTimeStamp?: undefined;
|
1055
|
+
} & {
|
1056
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1057
|
+
isUninitialized: true;
|
1058
|
+
isLoading: false;
|
1059
|
+
isSuccess: false;
|
1060
|
+
isError: false;
|
1061
|
+
}) | ({
|
1062
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1063
|
+
error: undefined;
|
1064
|
+
originalArgs: {
|
1065
|
+
path?: string | undefined;
|
1066
|
+
};
|
1067
|
+
requestId: string;
|
1068
|
+
endpointName: string;
|
1069
|
+
startedTimeStamp: number;
|
1070
|
+
data: import("../../types/api/topic").DescribeTopicResult;
|
1071
|
+
fulfilledTimeStamp: number;
|
1072
|
+
} & {
|
1073
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1074
|
+
isUninitialized: false;
|
1075
|
+
isLoading: false;
|
1076
|
+
isSuccess: true;
|
1077
|
+
isError: false;
|
1078
|
+
}) | ({
|
1079
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1080
|
+
originalArgs: {
|
1081
|
+
path?: string | undefined;
|
1082
|
+
};
|
1083
|
+
requestId: string;
|
1084
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
1085
|
+
error?: unknown;
|
1086
|
+
endpointName: string;
|
1087
|
+
startedTimeStamp: number;
|
1088
|
+
fulfilledTimeStamp?: number | undefined;
|
1089
|
+
} & {
|
1090
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1091
|
+
isUninitialized: false;
|
1092
|
+
isLoading: true;
|
1093
|
+
isSuccess: false;
|
1094
|
+
isError: false;
|
1095
|
+
}) | ({
|
1096
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1097
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
1098
|
+
fulfilledTimeStamp?: number | undefined;
|
1099
|
+
originalArgs: {
|
1100
|
+
path?: string | undefined;
|
1101
|
+
};
|
1102
|
+
requestId: string;
|
1103
|
+
endpointName: string;
|
1104
|
+
startedTimeStamp: number;
|
1105
|
+
error: unknown;
|
1106
|
+
} & {
|
1107
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1108
|
+
isUninitialized: false;
|
1109
|
+
isLoading: false;
|
1110
|
+
isSuccess: false;
|
1111
|
+
isError: true;
|
1112
|
+
})];
|
1113
|
+
recomputations: () => number;
|
1114
|
+
resetRecomputations: () => void;
|
1115
|
+
dependencyRecomputations: () => number;
|
1116
|
+
resetDependencyRecomputations: () => void;
|
1117
|
+
} & {
|
1118
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1119
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1120
|
+
}];
|
1121
|
+
recomputations: () => number;
|
1122
|
+
resetRecomputations: () => void;
|
1123
|
+
dependencyRecomputations: () => number;
|
1124
|
+
resetDependencyRecomputations: () => void;
|
1125
|
+
} & {
|
1126
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1127
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1128
|
+
};
|
1129
|
+
export declare const selectPreparedConsumersData: ((state: {
|
1130
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1131
|
+
singleClusterMode: boolean;
|
1132
|
+
cluster: import("./cluster/types").ClusterState;
|
1133
|
+
tenant: import("./tenant/types").TenantState;
|
1134
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
1135
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
1136
|
+
schema: import("./schema/types").SchemaState;
|
1137
|
+
host: import("../../types/store/host").IHostState;
|
1138
|
+
tenants: import("./tenants/types").TenantsState;
|
1139
|
+
partitions: import("./partitions/types").PartitionsState;
|
1140
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
1141
|
+
tabletsFilters: {
|
1142
|
+
loading: boolean;
|
1143
|
+
requestTime: number;
|
1144
|
+
data: undefined;
|
1145
|
+
wasLoaded: boolean;
|
1146
|
+
stateFilter: never[];
|
1147
|
+
typeFilter: never[];
|
1148
|
+
} | {
|
1149
|
+
tabletsData: any;
|
1150
|
+
nodes: any;
|
1151
|
+
loading: boolean;
|
1152
|
+
wasLoaded: boolean;
|
1153
|
+
timeoutForRequest: number;
|
1154
|
+
error: undefined;
|
1155
|
+
data: undefined;
|
1156
|
+
stateFilter: never[];
|
1157
|
+
typeFilter: never[];
|
1158
|
+
} | {
|
1159
|
+
error: any;
|
1160
|
+
loading: boolean;
|
1161
|
+
data: undefined;
|
1162
|
+
wasLoaded: boolean;
|
1163
|
+
stateFilter: never[];
|
1164
|
+
typeFilter: never[];
|
1165
|
+
} | {
|
1166
|
+
stateFilter: any;
|
1167
|
+
data: undefined;
|
1168
|
+
loading: boolean;
|
1169
|
+
wasLoaded: boolean;
|
1170
|
+
typeFilter: never[];
|
1171
|
+
} | {
|
1172
|
+
typeFilter: any;
|
1173
|
+
data: undefined;
|
1174
|
+
loading: boolean;
|
1175
|
+
wasLoaded: boolean;
|
1176
|
+
stateFilter: never[];
|
1177
|
+
};
|
1178
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
1179
|
+
settings: import("./settings/types").SettingsState;
|
1180
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
1181
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
1182
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
1183
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
1184
|
+
authentication: import("./authentication/types").AuthenticationState;
|
1185
|
+
header: import("./header/types").HeaderState;
|
1186
|
+
saveQuery: string | null;
|
1187
|
+
fullscreen: boolean;
|
1188
|
+
clusters: import("./clusters/types").ClustersFilters;
|
1189
|
+
}, path?: string | undefined) => {
|
1190
|
+
name: string | undefined;
|
1191
|
+
readSpeed: import("../../utils/bytesParsers").ProcessSpeedStats;
|
1192
|
+
writeLag: number;
|
1193
|
+
readLag: number;
|
1194
|
+
readIdleTime: number;
|
1195
|
+
}[] | undefined) & {
|
1196
|
+
clearCache: () => void;
|
1197
|
+
resultsCount: () => number;
|
1198
|
+
resetResultsCount: () => void;
|
1199
|
+
} & {
|
1200
|
+
resultFunc: (resultFuncArgs_0: import("../../types/api/consumer").Consumer[] | undefined) => {
|
1201
|
+
name: string | undefined;
|
1202
|
+
readSpeed: import("../../utils/bytesParsers").ProcessSpeedStats;
|
1203
|
+
writeLag: number;
|
1204
|
+
readLag: number;
|
1205
|
+
readIdleTime: number;
|
1206
|
+
}[] | undefined;
|
1207
|
+
memoizedResultFunc: ((resultFuncArgs_0: import("../../types/api/consumer").Consumer[] | undefined) => {
|
1208
|
+
name: string | undefined;
|
1209
|
+
readSpeed: import("../../utils/bytesParsers").ProcessSpeedStats;
|
1210
|
+
writeLag: number;
|
1211
|
+
readLag: number;
|
1212
|
+
readIdleTime: number;
|
1213
|
+
}[] | undefined) & {
|
1214
|
+
clearCache: () => void;
|
1215
|
+
resultsCount: () => number;
|
1216
|
+
resetResultsCount: () => void;
|
1217
|
+
};
|
1218
|
+
lastResult: () => {
|
1219
|
+
name: string | undefined;
|
1220
|
+
readSpeed: import("../../utils/bytesParsers").ProcessSpeedStats;
|
1221
|
+
writeLag: number;
|
1222
|
+
readLag: number;
|
1223
|
+
readIdleTime: number;
|
1224
|
+
}[] | undefined;
|
1225
|
+
dependencies: [((state: {
|
1226
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1227
|
+
singleClusterMode: boolean;
|
1228
|
+
cluster: import("./cluster/types").ClusterState;
|
1229
|
+
tenant: import("./tenant/types").TenantState;
|
1230
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
1231
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
1232
|
+
schema: import("./schema/types").SchemaState;
|
1233
|
+
host: import("../../types/store/host").IHostState;
|
1234
|
+
tenants: import("./tenants/types").TenantsState;
|
1235
|
+
partitions: import("./partitions/types").PartitionsState;
|
1236
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
1237
|
+
tabletsFilters: {
|
1238
|
+
loading: boolean;
|
1239
|
+
requestTime: number;
|
1240
|
+
data: undefined;
|
1241
|
+
wasLoaded: boolean;
|
1242
|
+
stateFilter: never[];
|
1243
|
+
typeFilter: never[];
|
1244
|
+
} | {
|
1245
|
+
tabletsData: any;
|
1246
|
+
nodes: any;
|
1247
|
+
loading: boolean;
|
1248
|
+
wasLoaded: boolean;
|
1249
|
+
timeoutForRequest: number;
|
1250
|
+
error: undefined;
|
1251
|
+
data: undefined;
|
1252
|
+
stateFilter: never[];
|
1253
|
+
typeFilter: never[];
|
1254
|
+
} | {
|
1255
|
+
error: any;
|
1256
|
+
loading: boolean;
|
1257
|
+
data: undefined;
|
1258
|
+
wasLoaded: boolean;
|
1259
|
+
stateFilter: never[];
|
1260
|
+
typeFilter: never[];
|
1261
|
+
} | {
|
1262
|
+
stateFilter: any;
|
1263
|
+
data: undefined;
|
1264
|
+
loading: boolean;
|
1265
|
+
wasLoaded: boolean;
|
1266
|
+
typeFilter: never[];
|
1267
|
+
} | {
|
1268
|
+
typeFilter: any;
|
1269
|
+
data: undefined;
|
1270
|
+
loading: boolean;
|
1271
|
+
wasLoaded: boolean;
|
1272
|
+
stateFilter: never[];
|
1273
|
+
};
|
1274
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
1275
|
+
settings: import("./settings/types").SettingsState;
|
1276
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
1277
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
1278
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
1279
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
1280
|
+
authentication: import("./authentication/types").AuthenticationState;
|
1281
|
+
header: import("./header/types").HeaderState;
|
1282
|
+
saveQuery: string | null;
|
1283
|
+
fullscreen: boolean;
|
1284
|
+
clusters: import("./clusters/types").ClustersFilters;
|
1285
|
+
}, path?: string | undefined) => import("../../types/api/consumer").Consumer[] | undefined) & {
|
1286
|
+
clearCache: () => void;
|
1287
|
+
resultsCount: () => number;
|
1288
|
+
resetResultsCount: () => void;
|
1289
|
+
} & {
|
1290
|
+
resultFunc: (resultFuncArgs_0: {
|
1291
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1292
|
+
singleClusterMode: boolean;
|
1293
|
+
cluster: import("./cluster/types").ClusterState;
|
1294
|
+
tenant: import("./tenant/types").TenantState;
|
1295
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
1296
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
1297
|
+
schema: import("./schema/types").SchemaState;
|
1298
|
+
host: import("../../types/store/host").IHostState;
|
1299
|
+
tenants: import("./tenants/types").TenantsState;
|
1300
|
+
partitions: import("./partitions/types").PartitionsState;
|
1301
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
1302
|
+
tabletsFilters: {
|
1303
|
+
loading: boolean;
|
1304
|
+
requestTime: number;
|
1305
|
+
data: undefined;
|
1306
|
+
wasLoaded: boolean;
|
1307
|
+
stateFilter: never[];
|
1308
|
+
typeFilter: never[];
|
1309
|
+
} | {
|
1310
|
+
tabletsData: any;
|
1311
|
+
nodes: any;
|
1312
|
+
loading: boolean;
|
1313
|
+
wasLoaded: boolean;
|
1314
|
+
timeoutForRequest: number;
|
1315
|
+
error: undefined;
|
1316
|
+
data: undefined;
|
1317
|
+
stateFilter: never[];
|
1318
|
+
typeFilter: never[];
|
1319
|
+
} | {
|
1320
|
+
error: any;
|
1321
|
+
loading: boolean;
|
1322
|
+
data: undefined;
|
1323
|
+
wasLoaded: boolean;
|
1324
|
+
stateFilter: never[];
|
1325
|
+
typeFilter: never[];
|
1326
|
+
} | {
|
1327
|
+
stateFilter: any;
|
1328
|
+
data: undefined;
|
1329
|
+
loading: boolean;
|
1330
|
+
wasLoaded: boolean;
|
1331
|
+
typeFilter: never[];
|
1332
|
+
} | {
|
1333
|
+
typeFilter: any;
|
1334
|
+
data: undefined;
|
1335
|
+
loading: boolean;
|
1336
|
+
wasLoaded: boolean;
|
1337
|
+
stateFilter: never[];
|
1338
|
+
};
|
1339
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
1340
|
+
settings: import("./settings/types").SettingsState;
|
1341
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
1342
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
1343
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
1344
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
1345
|
+
authentication: import("./authentication/types").AuthenticationState;
|
1346
|
+
header: import("./header/types").HeaderState;
|
1347
|
+
saveQuery: string | null;
|
1348
|
+
fullscreen: boolean;
|
1349
|
+
clusters: import("./clusters/types").ClustersFilters;
|
1350
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
1351
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1352
|
+
path?: string | undefined;
|
1353
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
1354
|
+
}, "All", "api">) => ({
|
1355
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1356
|
+
originalArgs?: undefined;
|
1357
|
+
data?: undefined;
|
1358
|
+
error?: undefined;
|
1359
|
+
requestId?: undefined;
|
1360
|
+
endpointName?: string | undefined;
|
1361
|
+
startedTimeStamp?: undefined;
|
1362
|
+
fulfilledTimeStamp?: undefined;
|
1363
|
+
} & {
|
1364
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1365
|
+
isUninitialized: true;
|
1366
|
+
isLoading: false;
|
1367
|
+
isSuccess: false;
|
1368
|
+
isError: false;
|
1369
|
+
}) | ({
|
1370
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1371
|
+
error: undefined;
|
1372
|
+
originalArgs: {
|
1373
|
+
path?: string | undefined;
|
1374
|
+
};
|
1375
|
+
requestId: string;
|
1376
|
+
endpointName: string;
|
1377
|
+
startedTimeStamp: number;
|
1378
|
+
data: import("../../types/api/topic").DescribeTopicResult;
|
1379
|
+
fulfilledTimeStamp: number;
|
1380
|
+
} & {
|
1381
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1382
|
+
isUninitialized: false;
|
1383
|
+
isLoading: false;
|
1384
|
+
isSuccess: true;
|
1385
|
+
isError: false;
|
1386
|
+
}) | ({
|
1387
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1388
|
+
originalArgs: {
|
1389
|
+
path?: string | undefined;
|
1390
|
+
};
|
1391
|
+
requestId: string;
|
1392
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
1393
|
+
error?: unknown;
|
1394
|
+
endpointName: string;
|
1395
|
+
startedTimeStamp: number;
|
1396
|
+
fulfilledTimeStamp?: number | undefined;
|
1397
|
+
} & {
|
1398
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1399
|
+
isUninitialized: false;
|
1400
|
+
isLoading: true;
|
1401
|
+
isSuccess: false;
|
1402
|
+
isError: false;
|
1403
|
+
}) | ({
|
1404
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1405
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
1406
|
+
fulfilledTimeStamp?: number | undefined;
|
1407
|
+
originalArgs: {
|
1408
|
+
path?: string | undefined;
|
1409
|
+
};
|
1410
|
+
requestId: string;
|
1411
|
+
endpointName: string;
|
1412
|
+
startedTimeStamp: number;
|
1413
|
+
error: unknown;
|
1414
|
+
} & {
|
1415
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1416
|
+
isUninitialized: false;
|
1417
|
+
isLoading: false;
|
1418
|
+
isSuccess: false;
|
1419
|
+
isError: true;
|
1420
|
+
})) => import("../../types/api/consumer").Consumer[] | undefined;
|
1421
|
+
memoizedResultFunc: ((resultFuncArgs_0: {
|
1422
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1423
|
+
singleClusterMode: boolean;
|
1424
|
+
cluster: import("./cluster/types").ClusterState;
|
1425
|
+
tenant: import("./tenant/types").TenantState;
|
1426
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
1427
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
1428
|
+
schema: import("./schema/types").SchemaState;
|
1429
|
+
host: import("../../types/store/host").IHostState;
|
1430
|
+
tenants: import("./tenants/types").TenantsState;
|
1431
|
+
partitions: import("./partitions/types").PartitionsState;
|
1432
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
1433
|
+
tabletsFilters: {
|
1434
|
+
loading: boolean;
|
1435
|
+
requestTime: number;
|
1436
|
+
data: undefined;
|
1437
|
+
wasLoaded: boolean;
|
1438
|
+
stateFilter: never[];
|
1439
|
+
typeFilter: never[];
|
1440
|
+
} | {
|
1441
|
+
tabletsData: any;
|
1442
|
+
nodes: any;
|
1443
|
+
loading: boolean;
|
1444
|
+
wasLoaded: boolean;
|
1445
|
+
timeoutForRequest: number;
|
1446
|
+
error: undefined;
|
1447
|
+
data: undefined;
|
1448
|
+
stateFilter: never[];
|
1449
|
+
typeFilter: never[];
|
1450
|
+
} | {
|
1451
|
+
error: any;
|
1452
|
+
loading: boolean;
|
1453
|
+
data: undefined;
|
1454
|
+
wasLoaded: boolean;
|
1455
|
+
stateFilter: never[];
|
1456
|
+
typeFilter: never[];
|
1457
|
+
} | {
|
1458
|
+
stateFilter: any;
|
1459
|
+
data: undefined;
|
1460
|
+
loading: boolean;
|
1461
|
+
wasLoaded: boolean;
|
1462
|
+
typeFilter: never[];
|
1463
|
+
} | {
|
1464
|
+
typeFilter: any;
|
1465
|
+
data: undefined;
|
1466
|
+
loading: boolean;
|
1467
|
+
wasLoaded: boolean;
|
1468
|
+
stateFilter: never[];
|
1469
|
+
};
|
1470
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
1471
|
+
settings: import("./settings/types").SettingsState;
|
1472
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
1473
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
1474
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
1475
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
1476
|
+
authentication: import("./authentication/types").AuthenticationState;
|
1477
|
+
header: import("./header/types").HeaderState;
|
1478
|
+
saveQuery: string | null;
|
1479
|
+
fullscreen: boolean;
|
1480
|
+
clusters: import("./clusters/types").ClustersFilters;
|
1481
|
+
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
1482
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1483
|
+
path?: string | undefined;
|
1484
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
1485
|
+
}, "All", "api">) => ({
|
1486
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1487
|
+
originalArgs?: undefined;
|
1488
|
+
data?: undefined;
|
1489
|
+
error?: undefined;
|
1490
|
+
requestId?: undefined;
|
1491
|
+
endpointName?: string | undefined;
|
1492
|
+
startedTimeStamp?: undefined;
|
1493
|
+
fulfilledTimeStamp?: undefined;
|
1494
|
+
} & {
|
1495
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1496
|
+
isUninitialized: true;
|
1497
|
+
isLoading: false;
|
1498
|
+
isSuccess: false;
|
1499
|
+
isError: false;
|
1500
|
+
}) | ({
|
1501
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1502
|
+
error: undefined;
|
1503
|
+
originalArgs: {
|
1504
|
+
path?: string | undefined;
|
1505
|
+
};
|
1506
|
+
requestId: string;
|
1507
|
+
endpointName: string;
|
1508
|
+
startedTimeStamp: number;
|
1509
|
+
data: import("../../types/api/topic").DescribeTopicResult;
|
1510
|
+
fulfilledTimeStamp: number;
|
1511
|
+
} & {
|
1512
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1513
|
+
isUninitialized: false;
|
1514
|
+
isLoading: false;
|
1515
|
+
isSuccess: true;
|
1516
|
+
isError: false;
|
1517
|
+
}) | ({
|
1518
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1519
|
+
originalArgs: {
|
1520
|
+
path?: string | undefined;
|
1521
|
+
};
|
1522
|
+
requestId: string;
|
1523
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
1524
|
+
error?: unknown;
|
1525
|
+
endpointName: string;
|
1526
|
+
startedTimeStamp: number;
|
1527
|
+
fulfilledTimeStamp?: number | undefined;
|
1528
|
+
} & {
|
1529
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1530
|
+
isUninitialized: false;
|
1531
|
+
isLoading: true;
|
1532
|
+
isSuccess: false;
|
1533
|
+
isError: false;
|
1534
|
+
}) | ({
|
1535
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1536
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
1537
|
+
fulfilledTimeStamp?: number | undefined;
|
1538
|
+
originalArgs: {
|
1539
|
+
path?: string | undefined;
|
1540
|
+
};
|
1541
|
+
requestId: string;
|
1542
|
+
endpointName: string;
|
1543
|
+
startedTimeStamp: number;
|
1544
|
+
error: unknown;
|
1545
|
+
} & {
|
1546
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1547
|
+
isUninitialized: false;
|
1548
|
+
isLoading: false;
|
1549
|
+
isSuccess: false;
|
1550
|
+
isError: true;
|
1551
|
+
})) => import("../../types/api/consumer").Consumer[] | undefined) & {
|
1552
|
+
clearCache: () => void;
|
1553
|
+
resultsCount: () => number;
|
1554
|
+
resetResultsCount: () => void;
|
1555
|
+
};
|
1556
|
+
lastResult: () => import("../../types/api/consumer").Consumer[] | undefined;
|
1557
|
+
dependencies: [(state: RootState) => {
|
1558
|
+
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
1559
|
+
singleClusterMode: boolean;
|
1560
|
+
cluster: import("./cluster/types").ClusterState;
|
1561
|
+
tenant: import("./tenant/types").TenantState;
|
1562
|
+
tooltip: import("../../types/store/tooltip").ITooltipState;
|
1563
|
+
tablets: import("../../types/store/tablets").TabletsState;
|
1564
|
+
schema: import("./schema/types").SchemaState;
|
1565
|
+
host: import("../../types/store/host").IHostState;
|
1566
|
+
tenants: import("./tenants/types").TenantsState;
|
1567
|
+
partitions: import("./partitions/types").PartitionsState;
|
1568
|
+
executeQuery: import("../../types/store/executeQuery").ExecuteQueryState;
|
1569
|
+
tabletsFilters: {
|
1570
|
+
loading: boolean;
|
1571
|
+
requestTime: number;
|
1572
|
+
data: undefined;
|
1573
|
+
wasLoaded: boolean;
|
1574
|
+
stateFilter: never[];
|
1575
|
+
typeFilter: never[];
|
1576
|
+
} | {
|
1577
|
+
tabletsData: any;
|
1578
|
+
nodes: any;
|
1579
|
+
loading: boolean;
|
1580
|
+
wasLoaded: boolean;
|
1581
|
+
timeoutForRequest: number;
|
1582
|
+
error: undefined;
|
1583
|
+
data: undefined;
|
1584
|
+
stateFilter: never[];
|
1585
|
+
typeFilter: never[];
|
1586
|
+
} | {
|
1587
|
+
error: any;
|
1588
|
+
loading: boolean;
|
1589
|
+
data: undefined;
|
1590
|
+
wasLoaded: boolean;
|
1591
|
+
stateFilter: never[];
|
1592
|
+
typeFilter: never[];
|
1593
|
+
} | {
|
1594
|
+
stateFilter: any;
|
1595
|
+
data: undefined;
|
1596
|
+
loading: boolean;
|
1597
|
+
wasLoaded: boolean;
|
1598
|
+
typeFilter: never[];
|
1599
|
+
} | {
|
1600
|
+
typeFilter: any;
|
1601
|
+
data: undefined;
|
1602
|
+
loading: boolean;
|
1603
|
+
wasLoaded: boolean;
|
1604
|
+
stateFilter: never[];
|
1605
|
+
};
|
1606
|
+
heatmap: import("../../types/store/heatmap").IHeatmapState;
|
1607
|
+
settings: import("./settings/types").SettingsState;
|
1608
|
+
schemaAcl: import("./schemaAcl/types").SchemaAclState;
|
1609
|
+
executeTopQueries: import("./executeTopQueries/types").TopQueriesFilters;
|
1610
|
+
shardsWorkload: import("./shardsWorkload/types").ShardsWorkloadFilters;
|
1611
|
+
hotKeys: import("./hotKeys/types").HotKeysState;
|
1612
|
+
authentication: import("./authentication/types").AuthenticationState;
|
1613
|
+
header: import("./header/types").HeaderState;
|
1614
|
+
saveQuery: string | null;
|
1615
|
+
fullscreen: boolean;
|
1616
|
+
clusters: import("./clusters/types").ClustersFilters;
|
1617
|
+
}, (_state: RootState, path?: string) => (state: import("@reduxjs/toolkit/query").RootState<{
|
1618
|
+
getTopic: import("@reduxjs/toolkit/query").QueryDefinition<{
|
1619
|
+
path?: string | undefined;
|
1620
|
+
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("./api")._NEVER, unknown, {}>, "All", import("../../types/api/topic").DescribeTopicResult | undefined, "api">;
|
1621
|
+
}, "All", "api">) => ({
|
1622
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1623
|
+
originalArgs?: undefined;
|
1624
|
+
data?: undefined;
|
1625
|
+
error?: undefined;
|
1626
|
+
requestId?: undefined;
|
1627
|
+
endpointName?: string | undefined;
|
1628
|
+
startedTimeStamp?: undefined;
|
1629
|
+
fulfilledTimeStamp?: undefined;
|
1630
|
+
} & {
|
1631
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
1632
|
+
isUninitialized: true;
|
1633
|
+
isLoading: false;
|
1634
|
+
isSuccess: false;
|
1635
|
+
isError: false;
|
1636
|
+
}) | ({
|
1637
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1638
|
+
error: undefined;
|
1639
|
+
originalArgs: {
|
1640
|
+
path?: string | undefined;
|
1641
|
+
};
|
1642
|
+
requestId: string;
|
1643
|
+
endpointName: string;
|
1644
|
+
startedTimeStamp: number;
|
1645
|
+
data: import("../../types/api/topic").DescribeTopicResult;
|
1646
|
+
fulfilledTimeStamp: number;
|
1647
|
+
} & {
|
1648
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
1649
|
+
isUninitialized: false;
|
1650
|
+
isLoading: false;
|
1651
|
+
isSuccess: true;
|
1652
|
+
isError: false;
|
1653
|
+
}) | ({
|
1654
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1655
|
+
originalArgs: {
|
1656
|
+
path?: string | undefined;
|
1657
|
+
};
|
1658
|
+
requestId: string;
|
1659
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
1660
|
+
error?: unknown;
|
1661
|
+
endpointName: string;
|
1662
|
+
startedTimeStamp: number;
|
1663
|
+
fulfilledTimeStamp?: number | undefined;
|
1664
|
+
} & {
|
1665
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
1666
|
+
isUninitialized: false;
|
1667
|
+
isLoading: true;
|
1668
|
+
isSuccess: false;
|
1669
|
+
isError: false;
|
1670
|
+
}) | ({
|
1671
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1672
|
+
data?: import("../../types/api/topic").DescribeTopicResult | undefined;
|
1673
|
+
fulfilledTimeStamp?: number | undefined;
|
1674
|
+
originalArgs: {
|
1675
|
+
path?: string | undefined;
|
1676
|
+
};
|
1677
|
+
requestId: string;
|
1678
|
+
endpointName: string;
|
1679
|
+
startedTimeStamp: number;
|
1680
|
+
error: unknown;
|
1681
|
+
} & {
|
1682
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
1683
|
+
isUninitialized: false;
|
1684
|
+
isLoading: false;
|
1685
|
+
isSuccess: false;
|
1686
|
+
isError: true;
|
1687
|
+
})];
|
1688
|
+
recomputations: () => number;
|
1689
|
+
resetRecomputations: () => void;
|
1690
|
+
dependencyRecomputations: () => number;
|
1691
|
+
resetDependencyRecomputations: () => void;
|
1692
|
+
} & {
|
1693
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1694
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1695
|
+
}];
|
1696
|
+
recomputations: () => number;
|
1697
|
+
resetRecomputations: () => void;
|
1698
|
+
dependencyRecomputations: () => number;
|
1699
|
+
resetDependencyRecomputations: () => void;
|
1700
|
+
} & {
|
1701
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
1702
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
1703
|
+
};
|