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
@@ -1,89 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import { ArrowRotateLeft } from '@gravity-ui/icons';
|
4
|
-
import { Icon } from '@gravity-ui/uikit';
|
5
|
-
import { skipToken } from '@reduxjs/toolkit/query';
|
6
|
-
import { Helmet } from 'react-helmet-async';
|
7
|
-
import { StringParam, useQueryParams } from 'use-query-params';
|
8
|
-
import { ButtonWithConfirmDialog } from '../../components/ButtonWithConfirmDialog/ButtonWithConfirmDialog';
|
9
|
-
import { DiskPageTitle } from '../../components/DiskPageTitle/DiskPageTitle';
|
10
|
-
import { InfoViewerSkeleton } from '../../components/InfoViewerSkeleton/InfoViewerSkeleton';
|
11
|
-
import { PDiskInfo } from '../../components/PDiskInfo/PDiskInfo';
|
12
|
-
import { PageMeta } from '../../components/PageMeta/PageMeta';
|
13
|
-
import { setHeaderBreadcrumbs } from '../../store/reducers/header/header';
|
14
|
-
import { selectNodesMap } from '../../store/reducers/nodesList';
|
15
|
-
import { pDiskApi } from '../../store/reducers/pdisk/pdisk';
|
16
|
-
import { valueIsDefined } from '../../utils';
|
17
|
-
import { DEFAULT_POLLING_INTERVAL } from '../../utils/constants';
|
18
|
-
import { getSeverityColor } from '../../utils/disks/helpers';
|
19
|
-
import { useTypedDispatch, useTypedSelector } from '../../utils/hooks';
|
20
|
-
import { PDiskGroups } from './PDiskGroups';
|
21
|
-
import { pDiskPageKeyset } from './i18n';
|
22
|
-
import { pdiskPageCn } from './shared';
|
23
|
-
import './PDiskPage.scss';
|
24
|
-
export function PDiskPage() {
|
25
|
-
var _a;
|
26
|
-
const dispatch = useTypedDispatch();
|
27
|
-
const nodesMap = useTypedSelector(selectNodesMap);
|
28
|
-
const [{ nodeId, pDiskId }] = useQueryParams({
|
29
|
-
nodeId: StringParam,
|
30
|
-
pDiskId: StringParam,
|
31
|
-
});
|
32
|
-
React.useEffect(() => {
|
33
|
-
dispatch(setHeaderBreadcrumbs('pDisk', { nodeId, pDiskId }));
|
34
|
-
}, [dispatch, nodeId, pDiskId]);
|
35
|
-
const params = valueIsDefined(nodeId) && valueIsDefined(pDiskId) ? { nodeId, pDiskId } : skipToken;
|
36
|
-
const pdiskDataQuery = pDiskApi.useGetPdiskInfoQuery(params, {
|
37
|
-
pollingInterval: DEFAULT_POLLING_INTERVAL,
|
38
|
-
});
|
39
|
-
const pDiskLoading = pdiskDataQuery.isFetching && pdiskDataQuery.currentData === undefined;
|
40
|
-
const pDiskData = pdiskDataQuery.currentData || {};
|
41
|
-
const { NodeHost, NodeId, NodeType, NodeDC, Severity } = pDiskData;
|
42
|
-
const pDiskStorageQuery = pDiskApi.useGetStorageInfoQuery(params, {
|
43
|
-
pollingInterval: DEFAULT_POLLING_INTERVAL,
|
44
|
-
});
|
45
|
-
const groupsLoading = pDiskStorageQuery.isFetching && pDiskStorageQuery.currentData === undefined;
|
46
|
-
const groupsData = (_a = pDiskStorageQuery.currentData) !== null && _a !== void 0 ? _a : [];
|
47
|
-
const handleRestart = async () => {
|
48
|
-
if (valueIsDefined(nodeId) && valueIsDefined(pDiskId)) {
|
49
|
-
return window.api.restartPDisk(nodeId, pDiskId).then((res) => {
|
50
|
-
if ((res === null || res === void 0 ? void 0 : res.result) === false) {
|
51
|
-
const err = { statusText: res.error };
|
52
|
-
throw err;
|
53
|
-
}
|
54
|
-
});
|
55
|
-
}
|
56
|
-
return undefined;
|
57
|
-
};
|
58
|
-
const handleAfterRestart = async () => {
|
59
|
-
return Promise.all([pdiskDataQuery.refetch(), pDiskStorageQuery.refetch()]);
|
60
|
-
};
|
61
|
-
const renderHelmet = () => {
|
62
|
-
const pDiskPagePart = pDiskId
|
63
|
-
? `${pDiskPageKeyset('pdisk')} ${pDiskId}`
|
64
|
-
: pDiskPageKeyset('pdisk');
|
65
|
-
const nodePagePart = NodeHost ? NodeHost : pDiskPageKeyset('node');
|
66
|
-
return (_jsx(Helmet, { titleTemplate: `%s - ${pDiskPagePart} — ${nodePagePart} — YDB Monitoring`, defaultTitle: `${pDiskPagePart} — ${nodePagePart} — YDB Monitoring` }));
|
67
|
-
};
|
68
|
-
const renderPageMeta = () => {
|
69
|
-
const hostItem = NodeHost ? `${pDiskPageKeyset('fqdn')}: ${NodeHost}` : undefined;
|
70
|
-
const nodeIdItem = NodeId ? `${pDiskPageKeyset('node')}: ${NodeId}` : undefined;
|
71
|
-
return (_jsx(PageMeta, { className: pdiskPageCn('meta'), loading: pDiskLoading, items: [hostItem, nodeIdItem, NodeType, NodeDC] }));
|
72
|
-
};
|
73
|
-
const renderPageTitle = () => {
|
74
|
-
return (_jsx(DiskPageTitle, { entityName: pDiskPageKeyset('pdisk'), status: getSeverityColor(Severity), id: pDiskId, className: pdiskPageCn('title') }));
|
75
|
-
};
|
76
|
-
const renderControls = () => {
|
77
|
-
return (_jsx("div", { className: pdiskPageCn('controls'), children: _jsxs(ButtonWithConfirmDialog, { onConfirmAction: handleRestart, onConfirmActionSuccess: handleAfterRestart, buttonDisabled: !nodeId || !pDiskId, buttonView: "normal", dialogContent: pDiskPageKeyset('restart-pdisk-dialog'), children: [_jsx(Icon, { data: ArrowRotateLeft }), pDiskPageKeyset('restart-pdisk-button')] }) }));
|
78
|
-
};
|
79
|
-
const renderInfo = () => {
|
80
|
-
if (pDiskLoading) {
|
81
|
-
return _jsx(InfoViewerSkeleton, { className: pdiskPageCn('info'), rows: 10 });
|
82
|
-
}
|
83
|
-
return (_jsx(PDiskInfo, { pDisk: pDiskData, nodeId: nodeId, className: pdiskPageCn('info'), isPDiskPage: true }));
|
84
|
-
};
|
85
|
-
const renderGroupsTable = () => {
|
86
|
-
return _jsx(PDiskGroups, { data: groupsData, nodesMap: nodesMap, loading: groupsLoading });
|
87
|
-
};
|
88
|
-
return (_jsxs("div", { className: pdiskPageCn(null), children: [renderHelmet(), renderPageMeta(), renderPageTitle(), renderControls(), renderInfo(), renderGroupsTable()] }));
|
89
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const pDiskPageKeyset: (key: "node" | "groups" | "fqdn" | "pdisk" | "restart-pdisk-button" | "restart-pdisk-dialog", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import { ButtonWithConfirmDialog } from '../../../components/ButtonWithConfirmDialog/ButtonWithConfirmDialog';
|
4
|
-
import { ETabletState } from '../../../types/api/tablet';
|
5
|
-
import { b } from '../Tablet';
|
6
|
-
import i18n from '../i18n';
|
7
|
-
export const TabletControls = ({ tablet, fetchData }) => {
|
8
|
-
const { TabletId, HiveId } = tablet;
|
9
|
-
const _onKillClick = () => {
|
10
|
-
return window.api.killTablet(TabletId);
|
11
|
-
};
|
12
|
-
const _onStopClick = () => {
|
13
|
-
return window.api.stopTablet(TabletId, HiveId);
|
14
|
-
};
|
15
|
-
const _onResumeClick = () => {
|
16
|
-
return window.api.resumeTablet(TabletId, HiveId);
|
17
|
-
};
|
18
|
-
const hasHiveId = () => {
|
19
|
-
return HiveId && HiveId !== '0';
|
20
|
-
};
|
21
|
-
const isDisabledRestart = tablet.State === ETabletState.Stopped;
|
22
|
-
const isDisabledResume = tablet.State !== ETabletState.Stopped && tablet.State !== ETabletState.Dead;
|
23
|
-
const isDisabledStop = tablet.State === ETabletState.Stopped || tablet.State === ETabletState.Deleted;
|
24
|
-
return (_jsxs("div", { className: b('controls'), children: [_jsx(ButtonWithConfirmDialog, { dialogContent: i18n('dialog.kill'), onConfirmAction: _onKillClick, onConfirmActionSuccess: fetchData, buttonClassName: b('control'), buttonDisabled: isDisabledRestart, children: i18n('controls.kill') }), hasHiveId() ? (_jsxs(React.Fragment, { children: [_jsx(ButtonWithConfirmDialog, { dialogContent: i18n('dialog.stop'), onConfirmAction: _onStopClick, onConfirmActionSuccess: fetchData, buttonClassName: b('control'), buttonDisabled: isDisabledStop, children: i18n('controls.stop') }), _jsx(ButtonWithConfirmDialog, { dialogContent: i18n('dialog.resume'), onConfirmAction: _onResumeClick, onConfirmActionSuccess: fetchData, buttonClassName: b('control'), buttonDisabled: isDisabledResume, children: i18n('controls.resume') })] })) : null] }));
|
25
|
-
};
|
@@ -1,10 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"tablet.header": "Tablet",
|
3
|
-
"controls.kill": "Restart",
|
4
|
-
"controls.stop": "Stop",
|
5
|
-
"controls.resume": "Resume",
|
6
|
-
"dialog.kill": "The tablet will be restarted. Do you want to proceed?",
|
7
|
-
"dialog.stop": "The tablet will be stopped. Do you want to proceed?",
|
8
|
-
"dialog.resume": "The tablet will be resumed. Do you want to proceed?",
|
9
|
-
"emptyState": "The tablet was not found"
|
10
|
-
}
|
@@ -1,10 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"tablet.header": "Таблетка",
|
3
|
-
"controls.kill": "Перезапустить",
|
4
|
-
"controls.stop": "Остановить",
|
5
|
-
"controls.resume": "Запустить",
|
6
|
-
"dialog.kill": "Таблетка будет перезапущена. Вы хотите продолжить?",
|
7
|
-
"dialog.stop": "Таблетка будет остановлена. Вы хотите продолжить?",
|
8
|
-
"dialog.resume": "Таблетка будет запущена. Вы хотите продолжить?",
|
9
|
-
"emptyState": "Таблетка не найдена"
|
10
|
-
}
|
@@ -1,134 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import { ArrowsRotateRight } from '@gravity-ui/icons';
|
3
|
-
import { Icon, Label, Text } from '@gravity-ui/uikit';
|
4
|
-
import { skipToken } from '@reduxjs/toolkit/query';
|
5
|
-
import { ButtonWithConfirmDialog } from '../../components/ButtonWithConfirmDialog/ButtonWithConfirmDialog';
|
6
|
-
import { EntityStatus } from '../../components/EntityStatus/EntityStatus';
|
7
|
-
import { ResponseError } from '../../components/Errors/ResponseError';
|
8
|
-
import { InternalLink } from '../../components/InternalLink';
|
9
|
-
import { ResizeableDataTable } from '../../components/ResizeableDataTable/ResizeableDataTable';
|
10
|
-
import { TableSkeleton } from '../../components/TableSkeleton/TableSkeleton';
|
11
|
-
import routes, { createHref } from '../../routes';
|
12
|
-
import { selectTabletsWithFqdn, tabletsApi } from '../../store/reducers/tablets';
|
13
|
-
import { ETabletState } from '../../types/api/tablet';
|
14
|
-
import { cn } from '../../utils/cn';
|
15
|
-
import { DEFAULT_TABLE_SETTINGS } from '../../utils/constants';
|
16
|
-
import { calcUptime } from '../../utils/dataFormatters/dataFormatters';
|
17
|
-
import { useTypedDispatch, useTypedSelector } from '../../utils/hooks';
|
18
|
-
import { mapTabletStateToLabelTheme } from '../../utils/tablet';
|
19
|
-
import { getDefaultNodePath } from '../Node/NodePages';
|
20
|
-
import i18n from './i18n';
|
21
|
-
const b = cn('tablets');
|
22
|
-
const columns = [
|
23
|
-
{
|
24
|
-
name: 'Type',
|
25
|
-
get header() {
|
26
|
-
return i18n('Type');
|
27
|
-
},
|
28
|
-
render: ({ row }) => {
|
29
|
-
return (_jsxs("span", { children: [row.Type, " ", row.Leader ? _jsx(Text, { color: "secondary", children: "leader" }) : ''] }));
|
30
|
-
},
|
31
|
-
},
|
32
|
-
{
|
33
|
-
name: 'TabletId',
|
34
|
-
get header() {
|
35
|
-
return i18n('Tablet');
|
36
|
-
},
|
37
|
-
render: ({ row }) => {
|
38
|
-
const tabletPath = row.TabletId &&
|
39
|
-
createHref(routes.tablet, { id: row.TabletId }, { nodeId: row.NodeId, type: row.Type });
|
40
|
-
return _jsx(InternalLink, { to: tabletPath, children: row.TabletId });
|
41
|
-
},
|
42
|
-
},
|
43
|
-
{
|
44
|
-
name: 'State',
|
45
|
-
get header() {
|
46
|
-
return i18n('State');
|
47
|
-
},
|
48
|
-
render: ({ row }) => {
|
49
|
-
return _jsx(Label, { theme: mapTabletStateToLabelTheme(row.State), children: row.State });
|
50
|
-
},
|
51
|
-
},
|
52
|
-
{
|
53
|
-
name: 'NodeId',
|
54
|
-
get header() {
|
55
|
-
return i18n('Node ID');
|
56
|
-
},
|
57
|
-
render: ({ row }) => {
|
58
|
-
const nodePath = row.NodeId === undefined ? undefined : getDefaultNodePath(row.NodeId);
|
59
|
-
return _jsx(InternalLink, { to: nodePath, children: row.NodeId });
|
60
|
-
},
|
61
|
-
align: 'right',
|
62
|
-
},
|
63
|
-
{
|
64
|
-
name: 'FQDN',
|
65
|
-
get header() {
|
66
|
-
return i18n('Node FQDN');
|
67
|
-
},
|
68
|
-
render: ({ row }) => {
|
69
|
-
if (!row.fqdn) {
|
70
|
-
return _jsx("span", { children: "\u2014" });
|
71
|
-
}
|
72
|
-
return _jsx(EntityStatus, { name: row.fqdn, showStatus: false, hasClipboardButton: true });
|
73
|
-
},
|
74
|
-
},
|
75
|
-
{
|
76
|
-
name: 'Generation',
|
77
|
-
get header() {
|
78
|
-
return i18n('Generation');
|
79
|
-
},
|
80
|
-
align: 'right',
|
81
|
-
},
|
82
|
-
{
|
83
|
-
name: 'Uptime',
|
84
|
-
get header() {
|
85
|
-
return i18n('Uptime');
|
86
|
-
},
|
87
|
-
render: ({ row }) => {
|
88
|
-
return calcUptime(row.ChangeTime);
|
89
|
-
},
|
90
|
-
sortAccessor: (row) => -Number(row.ChangeTime),
|
91
|
-
align: 'right',
|
92
|
-
},
|
93
|
-
{
|
94
|
-
name: 'Actions',
|
95
|
-
sortable: false,
|
96
|
-
resizeable: false,
|
97
|
-
header: '',
|
98
|
-
render: ({ row }) => {
|
99
|
-
return _jsx(TabletActions, Object.assign({}, row));
|
100
|
-
},
|
101
|
-
},
|
102
|
-
];
|
103
|
-
function TabletActions(tablet) {
|
104
|
-
const isDisabledRestart = tablet.State === ETabletState.Stopped;
|
105
|
-
const dispatch = useTypedDispatch();
|
106
|
-
return (_jsx(ButtonWithConfirmDialog, { buttonView: "outlined", dialogContent: i18n('dialog.kill'), onConfirmAction: () => {
|
107
|
-
return window.api.killTablet(tablet.TabletId);
|
108
|
-
}, onConfirmActionSuccess: () => {
|
109
|
-
dispatch(tabletsApi.util.invalidateTags(['All']));
|
110
|
-
}, buttonDisabled: isDisabledRestart, children: _jsx(Icon, { data: ArrowsRotateRight }) }));
|
111
|
-
}
|
112
|
-
export function Tablets({ nodeId, path, className }) {
|
113
|
-
const { autorefresh } = useTypedSelector((state) => state.schema);
|
114
|
-
let params = skipToken;
|
115
|
-
const node = nodeId === undefined ? undefined : String(nodeId);
|
116
|
-
if (node !== undefined) {
|
117
|
-
params = { nodes: [String(node)] };
|
118
|
-
}
|
119
|
-
else if (path) {
|
120
|
-
params = { path };
|
121
|
-
}
|
122
|
-
const { currentData, isFetching, error } = tabletsApi.useGetTabletsInfoQuery(params, {
|
123
|
-
pollingInterval: autorefresh,
|
124
|
-
});
|
125
|
-
const loading = isFetching && currentData === undefined;
|
126
|
-
const tablets = useTypedSelector((state) => selectTabletsWithFqdn(state, node, path));
|
127
|
-
if (loading) {
|
128
|
-
return _jsx(TableSkeleton, {});
|
129
|
-
}
|
130
|
-
if (error) {
|
131
|
-
return _jsx(ResponseError, { error: error });
|
132
|
-
}
|
133
|
-
return (_jsx("div", { className: b(null, className), children: _jsx(ResizeableDataTable, { columns: columns, data: tablets, settings: DEFAULT_TABLE_SETTINGS, emptyDataMessage: i18n('noTabletsData') }) }));
|
134
|
-
}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"noTabletsData": "No tablets data",
|
3
|
-
"Type": "Type",
|
4
|
-
"Tablet": "Tablet",
|
5
|
-
"State": "State",
|
6
|
-
"Node ID": "Node ID",
|
7
|
-
"Node FQDN": "Node FQDN",
|
8
|
-
"Generation": "Generation",
|
9
|
-
"Uptime": "Uptime",
|
10
|
-
"dialog.kill": "The tablet will be restarted. Do you want to proceed?"
|
11
|
-
}
|
@@ -1,132 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import { Tabs } from '@gravity-ui/uikit';
|
4
|
-
import { Helmet } from 'react-helmet-async';
|
5
|
-
import { Link } from 'react-router-dom';
|
6
|
-
import { StringParam, useQueryParams } from 'use-query-params';
|
7
|
-
import { Loader } from '../../../components/Loader';
|
8
|
-
import routes, { createHref } from '../../../routes';
|
9
|
-
import { TENANT_DIAGNOSTICS_TABS_IDS } from '../../../store/reducers/tenant/constants';
|
10
|
-
import { setDiagnosticsTab } from '../../../store/reducers/tenant/tenant';
|
11
|
-
import { cn } from '../../../utils/cn';
|
12
|
-
import { useTypedDispatch, useTypedSelector } from '../../../utils/hooks';
|
13
|
-
import { Heatmap } from '../../Heatmap';
|
14
|
-
import { NodesWrapper } from '../../Nodes/NodesWrapper';
|
15
|
-
import { StorageWrapper } from '../../Storage/StorageWrapper';
|
16
|
-
import { Tablets } from '../../Tablets';
|
17
|
-
import { SchemaViewer } from '../Schema/SchemaViewer/SchemaViewer';
|
18
|
-
import { TenantTabsGroups } from '../TenantPages';
|
19
|
-
import { isDatabaseEntityType } from '../utils/schema';
|
20
|
-
import { AutorefreshControl } from './Autorefresh/AutorefreshControl';
|
21
|
-
import { Consumers } from './Consumers';
|
22
|
-
import Describe from './Describe/Describe';
|
23
|
-
import DetailedOverview from './DetailedOverview/DetailedOverview';
|
24
|
-
import { DATABASE_PAGES, getPagesByType } from './DiagnosticsPages';
|
25
|
-
import { HotKeys } from './HotKeys/HotKeys';
|
26
|
-
import { Network } from './Network/Network';
|
27
|
-
import { Partitions } from './Partitions/Partitions';
|
28
|
-
import { TopQueries } from './TopQueries';
|
29
|
-
import { TopShards } from './TopShards';
|
30
|
-
import './Diagnostics.scss';
|
31
|
-
const b = cn('kv-tenant-diagnostics');
|
32
|
-
function Diagnostics(props) {
|
33
|
-
const container = React.useRef(null);
|
34
|
-
const dispatch = useTypedDispatch();
|
35
|
-
const { currentSchemaPath, wasLoaded } = useTypedSelector((state) => state.schema);
|
36
|
-
const { diagnosticsTab = TENANT_DIAGNOSTICS_TABS_IDS.overview } = useTypedSelector((state) => state.tenant);
|
37
|
-
const [queryParams] = useQueryParams({
|
38
|
-
name: StringParam,
|
39
|
-
backend: StringParam,
|
40
|
-
clusterName: StringParam,
|
41
|
-
});
|
42
|
-
const { name: rootTenantName } = queryParams;
|
43
|
-
const tenantName = isDatabaseEntityType(props.type) ? currentSchemaPath : rootTenantName;
|
44
|
-
const isDatabase = isDatabaseEntityType(props.type) || currentSchemaPath === rootTenantName;
|
45
|
-
const pages = React.useMemo(() => {
|
46
|
-
if (isDatabase) {
|
47
|
-
return DATABASE_PAGES;
|
48
|
-
}
|
49
|
-
return getPagesByType(props.type);
|
50
|
-
}, [props.type, isDatabase]);
|
51
|
-
const forwardToDiagnosticTab = (tab) => {
|
52
|
-
dispatch(setDiagnosticsTab(tab));
|
53
|
-
};
|
54
|
-
const activeTab = React.useMemo(() => {
|
55
|
-
if (wasLoaded) {
|
56
|
-
let page = pages.find((el) => el.id === diagnosticsTab);
|
57
|
-
if (!page) {
|
58
|
-
page = pages[0];
|
59
|
-
}
|
60
|
-
if (page && page.id !== diagnosticsTab) {
|
61
|
-
forwardToDiagnosticTab(page.id);
|
62
|
-
}
|
63
|
-
return page;
|
64
|
-
}
|
65
|
-
return undefined;
|
66
|
-
}, [pages, diagnosticsTab, wasLoaded]);
|
67
|
-
const renderTabContent = () => {
|
68
|
-
const { type } = props;
|
69
|
-
const tenantNameString = tenantName;
|
70
|
-
switch (activeTab === null || activeTab === void 0 ? void 0 : activeTab.id) {
|
71
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.overview: {
|
72
|
-
return (_jsx(DetailedOverview, { type: type, tenantName: tenantNameString, additionalTenantProps: props.additionalTenantProps, additionalNodesProps: props.additionalNodesProps }));
|
73
|
-
}
|
74
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.schema: {
|
75
|
-
return _jsx(SchemaViewer, { path: currentSchemaPath, type: type, withFamilies: true });
|
76
|
-
}
|
77
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.topQueries: {
|
78
|
-
return _jsx(TopQueries, { path: tenantNameString, type: type });
|
79
|
-
}
|
80
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.topShards: {
|
81
|
-
return _jsx(TopShards, { tenantPath: tenantNameString, type: type });
|
82
|
-
}
|
83
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.nodes: {
|
84
|
-
return (_jsx(NodesWrapper, { path: currentSchemaPath, additionalNodesProps: props.additionalNodesProps, parentContainer: container.current }));
|
85
|
-
}
|
86
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.tablets: {
|
87
|
-
return _jsx(Tablets, { path: currentSchemaPath });
|
88
|
-
}
|
89
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.storage: {
|
90
|
-
return (_jsx(StorageWrapper, { tenant: tenantNameString, parentContainer: container.current }));
|
91
|
-
}
|
92
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.network: {
|
93
|
-
return _jsx(Network, { path: tenantNameString });
|
94
|
-
}
|
95
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.describe: {
|
96
|
-
return _jsx(Describe, { tenant: tenantNameString, type: type });
|
97
|
-
}
|
98
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.hotKeys: {
|
99
|
-
// @ts-expect-error
|
100
|
-
return _jsx(HotKeys, { path: currentSchemaPath });
|
101
|
-
}
|
102
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.graph: {
|
103
|
-
// @ts-expect-error
|
104
|
-
return _jsx(Heatmap, { path: currentSchemaPath });
|
105
|
-
}
|
106
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.consumers: {
|
107
|
-
// @ts-expect-error
|
108
|
-
return _jsx(Consumers, { path: currentSchemaPath, type: type });
|
109
|
-
}
|
110
|
-
case TENANT_DIAGNOSTICS_TABS_IDS.partitions: {
|
111
|
-
return _jsx(Partitions, { path: currentSchemaPath });
|
112
|
-
}
|
113
|
-
default: {
|
114
|
-
return _jsx("div", { children: "No data..." });
|
115
|
-
}
|
116
|
-
}
|
117
|
-
};
|
118
|
-
const renderTabs = () => {
|
119
|
-
return (_jsx("div", { className: b('header-wrapper'), children: _jsxs("div", { className: b('tabs'), children: [_jsx(Tabs, { size: "l", items: pages, activeTab: activeTab === null || activeTab === void 0 ? void 0 : activeTab.id, wrapTo: ({ id }, node) => {
|
120
|
-
const path = createHref(routes.tenant, undefined, Object.assign(Object.assign({}, queryParams), { [TenantTabsGroups.diagnosticsTab]: id }));
|
121
|
-
return (_jsx(Link, { to: path, className: b('tab'), children: node }, id));
|
122
|
-
}, allowNotSelected: true }), _jsx(AutorefreshControl, {})] }) }));
|
123
|
-
};
|
124
|
-
// Loader prevents incorrect loading of tabs
|
125
|
-
// After tabs are initially loaded it is no longer needed
|
126
|
-
// Thus there is no also "loading" check as in other parts of the project
|
127
|
-
if (!wasLoaded) {
|
128
|
-
return _jsx(Loader, { size: "l" });
|
129
|
-
}
|
130
|
-
return (_jsxs("div", { className: b(), ref: container, children: [activeTab ? (_jsx(Helmet, { children: _jsx("title", { children: activeTab.title }) })) : null, renderTabs(), _jsx("div", { className: b('page-wrapper'), children: renderTabContent() })] }));
|
131
|
-
}
|
132
|
-
export default Diagnostics;
|
@@ -1,146 +0,0 @@
|
|
1
|
-
import type { TenantDiagnosticsTab } from '../../../store/reducers/tenant/types';
|
2
|
-
import { EPathType } from '../../../types/api/schema';
|
3
|
-
type Page = {
|
4
|
-
id: TenantDiagnosticsTab;
|
5
|
-
title: string;
|
6
|
-
};
|
7
|
-
export declare const DATABASE_PAGES: ({
|
8
|
-
id: "overview";
|
9
|
-
title: string;
|
10
|
-
} | {
|
11
|
-
id: "topQueries";
|
12
|
-
title: string;
|
13
|
-
} | {
|
14
|
-
id: "topShards";
|
15
|
-
title: string;
|
16
|
-
} | {
|
17
|
-
id: "nodes";
|
18
|
-
title: string;
|
19
|
-
} | {
|
20
|
-
id: "tablets";
|
21
|
-
title: string;
|
22
|
-
} | {
|
23
|
-
id: "storage";
|
24
|
-
title: string;
|
25
|
-
} | {
|
26
|
-
id: "network";
|
27
|
-
title: string;
|
28
|
-
} | {
|
29
|
-
id: "describe";
|
30
|
-
title: string;
|
31
|
-
})[];
|
32
|
-
export declare const TABLE_PAGES: ({
|
33
|
-
id: "overview";
|
34
|
-
title: string;
|
35
|
-
} | {
|
36
|
-
id: "schema";
|
37
|
-
title: string;
|
38
|
-
} | {
|
39
|
-
id: "topShards";
|
40
|
-
title: string;
|
41
|
-
} | {
|
42
|
-
id: "nodes";
|
43
|
-
title: string;
|
44
|
-
} | {
|
45
|
-
id: "tablets";
|
46
|
-
title: string;
|
47
|
-
} | {
|
48
|
-
id: "describe";
|
49
|
-
title: string;
|
50
|
-
} | {
|
51
|
-
id: "hotKeys";
|
52
|
-
title: string;
|
53
|
-
} | {
|
54
|
-
id: "graph";
|
55
|
-
title: string;
|
56
|
-
})[];
|
57
|
-
export declare const COLUMN_TABLE_PAGES: ({
|
58
|
-
id: "overview";
|
59
|
-
title: string;
|
60
|
-
} | {
|
61
|
-
id: "schema";
|
62
|
-
title: string;
|
63
|
-
} | {
|
64
|
-
id: "topShards";
|
65
|
-
title: string;
|
66
|
-
} | {
|
67
|
-
id: "nodes";
|
68
|
-
title: string;
|
69
|
-
} | {
|
70
|
-
id: "tablets";
|
71
|
-
title: string;
|
72
|
-
} | {
|
73
|
-
id: "describe";
|
74
|
-
title: string;
|
75
|
-
} | {
|
76
|
-
id: "graph";
|
77
|
-
title: string;
|
78
|
-
})[];
|
79
|
-
export declare const DIR_PAGES: ({
|
80
|
-
id: "overview";
|
81
|
-
title: string;
|
82
|
-
} | {
|
83
|
-
id: "topShards";
|
84
|
-
title: string;
|
85
|
-
} | {
|
86
|
-
id: "nodes";
|
87
|
-
title: string;
|
88
|
-
} | {
|
89
|
-
id: "describe";
|
90
|
-
title: string;
|
91
|
-
})[];
|
92
|
-
export declare const CDC_STREAM_PAGES: ({
|
93
|
-
id: "overview";
|
94
|
-
title: string;
|
95
|
-
} | {
|
96
|
-
id: "nodes";
|
97
|
-
title: string;
|
98
|
-
} | {
|
99
|
-
id: "describe";
|
100
|
-
title: string;
|
101
|
-
} | {
|
102
|
-
id: "consumers";
|
103
|
-
title: string;
|
104
|
-
} | {
|
105
|
-
id: "partitions";
|
106
|
-
title: string;
|
107
|
-
})[];
|
108
|
-
export declare const TOPIC_PAGES: ({
|
109
|
-
id: "overview";
|
110
|
-
title: string;
|
111
|
-
} | {
|
112
|
-
id: "nodes";
|
113
|
-
title: string;
|
114
|
-
} | {
|
115
|
-
id: "describe";
|
116
|
-
title: string;
|
117
|
-
} | {
|
118
|
-
id: "consumers";
|
119
|
-
title: string;
|
120
|
-
} | {
|
121
|
-
id: "partitions";
|
122
|
-
title: string;
|
123
|
-
})[];
|
124
|
-
export declare const EXTERNAL_DATA_SOURCE_PAGES: ({
|
125
|
-
id: "overview";
|
126
|
-
title: string;
|
127
|
-
} | {
|
128
|
-
id: "describe";
|
129
|
-
title: string;
|
130
|
-
})[];
|
131
|
-
export declare const EXTERNAL_TABLE_PAGES: ({
|
132
|
-
id: "overview";
|
133
|
-
title: string;
|
134
|
-
} | {
|
135
|
-
id: "describe";
|
136
|
-
title: string;
|
137
|
-
})[];
|
138
|
-
export declare const VIEW_PAGES: ({
|
139
|
-
id: "overview";
|
140
|
-
title: string;
|
141
|
-
} | {
|
142
|
-
id: "describe";
|
143
|
-
title: string;
|
144
|
-
})[];
|
145
|
-
export declare const getPagesByType: (type?: EPathType) => Page[];
|
146
|
-
export {};
|