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,90 +0,0 @@
|
|
1
|
-
import { TENANT_DIAGNOSTICS_TABS_IDS } from '../../../store/reducers/tenant/constants';
|
2
|
-
import { EPathType } from '../../../types/api/schema';
|
3
|
-
const overview = {
|
4
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.overview,
|
5
|
-
title: 'Info',
|
6
|
-
};
|
7
|
-
const schema = {
|
8
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.schema,
|
9
|
-
title: 'Schema',
|
10
|
-
};
|
11
|
-
const topQueries = {
|
12
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.topQueries,
|
13
|
-
title: 'Top queries',
|
14
|
-
};
|
15
|
-
const topShards = {
|
16
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.topShards,
|
17
|
-
title: 'Top shards',
|
18
|
-
};
|
19
|
-
const nodes = {
|
20
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.nodes,
|
21
|
-
title: 'Nodes',
|
22
|
-
};
|
23
|
-
const tablets = {
|
24
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.tablets,
|
25
|
-
title: 'Tablets',
|
26
|
-
};
|
27
|
-
const storage = {
|
28
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.storage,
|
29
|
-
title: 'Storage',
|
30
|
-
};
|
31
|
-
const network = {
|
32
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.network,
|
33
|
-
title: 'Network',
|
34
|
-
};
|
35
|
-
const describe = {
|
36
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.describe,
|
37
|
-
title: 'Describe',
|
38
|
-
};
|
39
|
-
const hotKeys = {
|
40
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.hotKeys,
|
41
|
-
title: 'Hot keys',
|
42
|
-
};
|
43
|
-
const graph = {
|
44
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.graph,
|
45
|
-
title: 'Graph',
|
46
|
-
};
|
47
|
-
const consumers = {
|
48
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.consumers,
|
49
|
-
title: 'Consumers',
|
50
|
-
};
|
51
|
-
const partitions = {
|
52
|
-
id: TENANT_DIAGNOSTICS_TABS_IDS.partitions,
|
53
|
-
title: 'Partitions',
|
54
|
-
};
|
55
|
-
export const DATABASE_PAGES = [
|
56
|
-
overview,
|
57
|
-
topQueries,
|
58
|
-
topShards,
|
59
|
-
nodes,
|
60
|
-
tablets,
|
61
|
-
storage,
|
62
|
-
network,
|
63
|
-
describe,
|
64
|
-
];
|
65
|
-
export const TABLE_PAGES = [overview, schema, topShards, nodes, graph, tablets, hotKeys, describe];
|
66
|
-
export const COLUMN_TABLE_PAGES = [overview, schema, topShards, nodes, graph, tablets, describe];
|
67
|
-
export const DIR_PAGES = [overview, topShards, nodes, describe];
|
68
|
-
export const CDC_STREAM_PAGES = [overview, consumers, partitions, nodes, describe];
|
69
|
-
export const TOPIC_PAGES = [overview, consumers, partitions, nodes, describe];
|
70
|
-
export const EXTERNAL_DATA_SOURCE_PAGES = [overview, describe];
|
71
|
-
export const EXTERNAL_TABLE_PAGES = [overview, describe];
|
72
|
-
export const VIEW_PAGES = [overview, describe];
|
73
|
-
// verbose mapping to guarantee correct tabs for new path types
|
74
|
-
// TS will error when a new type is added but not mapped here
|
75
|
-
const pathTypeToPages = {
|
76
|
-
[EPathType.EPathTypeInvalid]: undefined,
|
77
|
-
[EPathType.EPathTypeSubDomain]: DATABASE_PAGES,
|
78
|
-
[EPathType.EPathTypeExtSubDomain]: DATABASE_PAGES,
|
79
|
-
[EPathType.EPathTypeColumnStore]: DATABASE_PAGES,
|
80
|
-
[EPathType.EPathTypeTable]: TABLE_PAGES,
|
81
|
-
[EPathType.EPathTypeColumnTable]: COLUMN_TABLE_PAGES,
|
82
|
-
[EPathType.EPathTypeDir]: DIR_PAGES,
|
83
|
-
[EPathType.EPathTypeTableIndex]: DIR_PAGES,
|
84
|
-
[EPathType.EPathTypeCdcStream]: CDC_STREAM_PAGES,
|
85
|
-
[EPathType.EPathTypePersQueueGroup]: TOPIC_PAGES,
|
86
|
-
[EPathType.EPathTypeExternalDataSource]: EXTERNAL_DATA_SOURCE_PAGES,
|
87
|
-
[EPathType.EPathTypeExternalTable]: EXTERNAL_TABLE_PAGES,
|
88
|
-
[EPathType.EPathTypeView]: VIEW_PAGES,
|
89
|
-
};
|
90
|
-
export const getPagesByType = (type) => (type && pathTypeToPages[type]) || DIR_PAGES;
|
@@ -1,102 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import DataTable from '@gravity-ui/react-data-table';
|
4
|
-
import { Icon } from '@gravity-ui/uikit';
|
5
|
-
import { ResponseError } from '../../../../components/Errors/ResponseError';
|
6
|
-
import { ResizeableDataTable } from '../../../../components/ResizeableDataTable/ResizeableDataTable';
|
7
|
-
import { setHotKeysData, setHotKeysDataWasNotLoaded, setHotKeysError, setHotKeysLoading, } from '../../../../store/reducers/hotKeys/hotKeys';
|
8
|
-
import { cn } from '../../../../utils/cn';
|
9
|
-
import { DEFAULT_TABLE_SETTINGS } from '../../../../utils/constants';
|
10
|
-
import { useTypedDispatch, useTypedSelector } from '../../../../utils/hooks';
|
11
|
-
import i18n from './i18n';
|
12
|
-
import keyIcon from '../../../../assets/icons/key.svg';
|
13
|
-
import './HotKeys.scss';
|
14
|
-
const b = cn('ydb-hot-keys');
|
15
|
-
const tableColumnsIds = {
|
16
|
-
accessSample: 'accessSample',
|
17
|
-
keyValues: 'keyValues',
|
18
|
-
};
|
19
|
-
const getHotKeysColumns = (keyColumnsIds = []) => {
|
20
|
-
const keysColumns = keyColumnsIds.map((col, index) => ({
|
21
|
-
name: col,
|
22
|
-
header: (_jsxs("div", { className: b('primary-key-column'), children: [_jsx(Icon, { data: keyIcon, width: 12, height: 7 }), col] })),
|
23
|
-
render: ({ row }) => row.keyValues[index],
|
24
|
-
align: DataTable.RIGHT,
|
25
|
-
sortable: false,
|
26
|
-
}));
|
27
|
-
return [
|
28
|
-
{
|
29
|
-
name: tableColumnsIds.accessSample,
|
30
|
-
header: 'Samples',
|
31
|
-
render: ({ row }) => row.accessSample,
|
32
|
-
align: DataTable.RIGHT,
|
33
|
-
sortable: false,
|
34
|
-
},
|
35
|
-
...keysColumns,
|
36
|
-
];
|
37
|
-
};
|
38
|
-
export function HotKeys({ path }) {
|
39
|
-
var _a, _b, _c;
|
40
|
-
const dispatch = useTypedDispatch();
|
41
|
-
const collectSamplesTimerRef = React.useRef();
|
42
|
-
const { loading, wasLoaded, data, error } = useTypedSelector((state) => state.hotKeys);
|
43
|
-
const { loading: schemaLoading, data: schemaData } = useTypedSelector((state) => state.schema);
|
44
|
-
const keyColumnsIds = (_c = (_b = (_a = schemaData[path]) === null || _a === void 0 ? void 0 : _a.PathDescription) === null || _b === void 0 ? void 0 : _b.Table) === null || _c === void 0 ? void 0 : _c.KeyColumnNames;
|
45
|
-
const tableColumns = React.useMemo(() => {
|
46
|
-
return getHotKeysColumns(keyColumnsIds);
|
47
|
-
}, [keyColumnsIds]);
|
48
|
-
React.useEffect(() => {
|
49
|
-
const fetchHotkeys = async (enableSampling) => {
|
50
|
-
// Set hotkeys error, but not data, since data is set conditionally
|
51
|
-
try {
|
52
|
-
const response = await window.api.getHotKeys(path, enableSampling);
|
53
|
-
return response;
|
54
|
-
}
|
55
|
-
catch (err) {
|
56
|
-
dispatch(setHotKeysError(err));
|
57
|
-
return undefined;
|
58
|
-
}
|
59
|
-
};
|
60
|
-
const fetchData = async () => {
|
61
|
-
// If there is previous pending request for samples, cancel it
|
62
|
-
if (collectSamplesTimerRef.current !== undefined) {
|
63
|
-
window.clearInterval(collectSamplesTimerRef.current);
|
64
|
-
}
|
65
|
-
dispatch(setHotKeysDataWasNotLoaded());
|
66
|
-
dispatch(setHotKeysLoading());
|
67
|
-
// Send request that will trigger hot keys sampling (enable_sampling = true)
|
68
|
-
const initialResponse = await fetchHotkeys(true);
|
69
|
-
// If there are hotkeys in the initial request (hotkeys was collected before)
|
70
|
-
// we could just use colleted samples (collected hotkeys are stored only for 30 seconds)
|
71
|
-
if (initialResponse && initialResponse.hotkeys) {
|
72
|
-
dispatch(setHotKeysData(initialResponse));
|
73
|
-
}
|
74
|
-
else if (initialResponse) {
|
75
|
-
// Else wait for 5 seconds, while hot keys are being collected
|
76
|
-
// And request these samples (enable_sampling = false)
|
77
|
-
const timer = setTimeout(async () => {
|
78
|
-
const responseWithSamples = await fetchHotkeys(false);
|
79
|
-
if (responseWithSamples) {
|
80
|
-
dispatch(setHotKeysData(responseWithSamples));
|
81
|
-
}
|
82
|
-
}, 5000);
|
83
|
-
collectSamplesTimerRef.current = timer;
|
84
|
-
}
|
85
|
-
};
|
86
|
-
fetchData();
|
87
|
-
}, [dispatch, path]);
|
88
|
-
// It takes a while to collect hot keys. Display explicit status message, while collecting
|
89
|
-
if ((loading && !wasLoaded) || schemaLoading) {
|
90
|
-
return _jsx("div", { children: i18n('hot-keys-collecting') });
|
91
|
-
}
|
92
|
-
if (error) {
|
93
|
-
return _jsx(ResponseError, { error: error });
|
94
|
-
}
|
95
|
-
if (!data) {
|
96
|
-
return _jsx("div", { children: i18n('no-data') });
|
97
|
-
}
|
98
|
-
return (_jsx(ResizeableDataTable, { wrapperClassName: b('table'), columns: tableColumns, data: data, settings: DEFAULT_TABLE_SETTINGS, initialSortOrder: {
|
99
|
-
columnId: tableColumnsIds.accessSample,
|
100
|
-
order: DataTable.DESCENDING,
|
101
|
-
} }));
|
102
|
-
}
|
@@ -1,77 +0,0 @@
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
-
import { skipToken } from '@reduxjs/toolkit/query';
|
3
|
-
import { shallowEqual } from 'react-redux';
|
4
|
-
import { ResponseError } from '../../../../components/Errors/ResponseError';
|
5
|
-
import { TableIndexInfo } from '../../../../components/InfoViewer/schemaInfo';
|
6
|
-
import { Loader } from '../../../../components/Loader';
|
7
|
-
import { olapApi } from '../../../../store/reducers/olapStats';
|
8
|
-
import { overviewApi } from '../../../../store/reducers/overview/overview';
|
9
|
-
import { selectSchemaMergedChildrenPaths } from '../../../../store/reducers/schema/schema';
|
10
|
-
import { EPathType } from '../../../../types/api/schema';
|
11
|
-
import { useTypedSelector } from '../../../../utils/hooks';
|
12
|
-
import { ExternalDataSourceInfo } from '../../Info/ExternalDataSource/ExternalDataSource';
|
13
|
-
import { ExternalTableInfo } from '../../Info/ExternalTable/ExternalTable';
|
14
|
-
import { isColumnEntityType, isEntityWithMergedImplementation, isTableType, } from '../../utils/schema';
|
15
|
-
import { ChangefeedInfo } from './ChangefeedInfo';
|
16
|
-
import { TableInfo } from './TableInfo';
|
17
|
-
import { TopicInfo } from './TopicInfo';
|
18
|
-
function Overview({ type, tenantName }) {
|
19
|
-
const { autorefresh, currentSchemaPath } = useTypedSelector((state) => state.schema);
|
20
|
-
const schemaPath = currentSchemaPath || tenantName;
|
21
|
-
const olapParams = isTableType(type) && isColumnEntityType(type) ? { path: schemaPath } : skipToken;
|
22
|
-
const { currentData: olapData, isFetching: olapIsFetching } = olapApi.useGetOlapStatsQuery(olapParams, { pollingInterval: autorefresh });
|
23
|
-
const olapStatsLoading = olapIsFetching && olapData === undefined;
|
24
|
-
const { result: olapStats } = olapData || { result: undefined };
|
25
|
-
const isEntityWithMergedImpl = isEntityWithMergedImplementation(type);
|
26
|
-
// shalloEqual prevents rerenders when new schema data is loaded
|
27
|
-
const mergedChildrenPaths = useTypedSelector((state) => selectSchemaMergedChildrenPaths(state, currentSchemaPath, type), shallowEqual);
|
28
|
-
let paths = skipToken;
|
29
|
-
if (schemaPath) {
|
30
|
-
if (!isEntityWithMergedImpl) {
|
31
|
-
paths = [schemaPath];
|
32
|
-
}
|
33
|
-
else if (mergedChildrenPaths) {
|
34
|
-
paths = [schemaPath, ...mergedChildrenPaths];
|
35
|
-
}
|
36
|
-
}
|
37
|
-
const { currentData, isFetching, error: overviewError, } = overviewApi.useGetOverviewQuery(paths, {
|
38
|
-
pollingInterval: autorefresh,
|
39
|
-
});
|
40
|
-
const overviewLoading = isFetching && currentData === undefined;
|
41
|
-
const { data: rawData, additionalData } = currentData || {};
|
42
|
-
const entityLoading = overviewLoading || olapStatsLoading;
|
43
|
-
const entityNotReady = isEntityWithMergedImpl && !mergedChildrenPaths;
|
44
|
-
const renderContent = () => {
|
45
|
-
var _a;
|
46
|
-
const data = rawData !== null && rawData !== void 0 ? rawData : undefined;
|
47
|
-
// verbose mapping to guarantee a correct render for new path types
|
48
|
-
// TS will error when a new type is added but not mapped here
|
49
|
-
const pathTypeToComponent = {
|
50
|
-
[EPathType.EPathTypeInvalid]: undefined,
|
51
|
-
[EPathType.EPathTypeDir]: undefined,
|
52
|
-
[EPathType.EPathTypeTable]: undefined,
|
53
|
-
[EPathType.EPathTypeSubDomain]: undefined,
|
54
|
-
[EPathType.EPathTypeTableIndex]: () => _jsx(TableIndexInfo, { data: data }),
|
55
|
-
[EPathType.EPathTypeExtSubDomain]: undefined,
|
56
|
-
[EPathType.EPathTypeColumnStore]: undefined,
|
57
|
-
[EPathType.EPathTypeColumnTable]: undefined,
|
58
|
-
[EPathType.EPathTypeCdcStream]: () => {
|
59
|
-
var _a;
|
60
|
-
return (_jsx(ChangefeedInfo, { data: data, topic: (_a = additionalData === null || additionalData === void 0 ? void 0 : additionalData[0]) !== null && _a !== void 0 ? _a : undefined }));
|
61
|
-
},
|
62
|
-
[EPathType.EPathTypePersQueueGroup]: () => _jsx(TopicInfo, { data: data }),
|
63
|
-
[EPathType.EPathTypeExternalTable]: () => _jsx(ExternalTableInfo, { data: data }),
|
64
|
-
[EPathType.EPathTypeExternalDataSource]: () => _jsx(ExternalDataSourceInfo, { data: data }),
|
65
|
-
[EPathType.EPathTypeView]: undefined,
|
66
|
-
};
|
67
|
-
return ((type && ((_a = pathTypeToComponent[type]) === null || _a === void 0 ? void 0 : _a.call(pathTypeToComponent))) || (_jsx(TableInfo, { data: data, type: type, olapStats: olapStats })));
|
68
|
-
};
|
69
|
-
if (entityLoading || entityNotReady) {
|
70
|
-
return _jsx(Loader, { size: "m" });
|
71
|
-
}
|
72
|
-
if (overviewError) {
|
73
|
-
return _jsx(ResponseError, { error: overviewError });
|
74
|
-
}
|
75
|
-
return _jsx("div", { children: renderContent() });
|
76
|
-
}
|
77
|
-
export default Overview;
|
@@ -1,38 +0,0 @@
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import { useHistory, useLocation } from 'react-router';
|
4
|
-
import { parseQuery } from '../../../../../routes';
|
5
|
-
import { changeUserInput } from '../../../../../store/reducers/executeQuery';
|
6
|
-
import { TENANT_DIAGNOSTICS_TABS_IDS, TENANT_PAGE, TENANT_PAGES_IDS, TENANT_QUERY_TABS_ID, } from '../../../../../store/reducers/tenant/constants';
|
7
|
-
import { topQueriesApi } from '../../../../../store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries';
|
8
|
-
import { useTypedDispatch, useTypedSelector } from '../../../../../utils/hooks';
|
9
|
-
import { TenantTabsGroups, getTenantPath } from '../../../TenantPages';
|
10
|
-
import { TOP_QUERIES_COLUMNS_WIDTH_LS_KEY, getTenantOverviewTopQueriesColumns, } from '../../TopQueries/getTopQueriesColumns';
|
11
|
-
import { TenantOverviewTableLayout } from '../TenantOverviewTableLayout';
|
12
|
-
import { getSectionTitle } from '../getSectionTitle';
|
13
|
-
import i18n from '../i18n';
|
14
|
-
import { b } from '../utils';
|
15
|
-
export function TopQueries({ path }) {
|
16
|
-
const dispatch = useTypedDispatch();
|
17
|
-
const location = useLocation();
|
18
|
-
const history = useHistory();
|
19
|
-
const query = parseQuery(location);
|
20
|
-
const { autorefresh } = useTypedSelector((state) => state.schema);
|
21
|
-
const columns = getTenantOverviewTopQueriesColumns();
|
22
|
-
const { currentData, isFetching, error } = topQueriesApi.useGetOverviewTopQueriesQuery({ database: path }, { pollingInterval: autorefresh });
|
23
|
-
const loading = isFetching && currentData === undefined;
|
24
|
-
const { result: data } = currentData || {};
|
25
|
-
const handleRowClick = React.useCallback((row) => {
|
26
|
-
const { QueryText: input } = row;
|
27
|
-
dispatch(changeUserInput({ input }));
|
28
|
-
const queryParams = parseQuery(location);
|
29
|
-
const queryPath = getTenantPath(Object.assign(Object.assign({}, queryParams), { [TENANT_PAGE]: TENANT_PAGES_IDS.query, [TenantTabsGroups.queryTab]: TENANT_QUERY_TABS_ID.newQuery }));
|
30
|
-
history.push(queryPath);
|
31
|
-
}, [dispatch, history, location]);
|
32
|
-
const title = getSectionTitle({
|
33
|
-
entity: i18n('queries'),
|
34
|
-
postfix: i18n('by-cpu-time'),
|
35
|
-
link: getTenantPath(Object.assign(Object.assign({}, query), { [TenantTabsGroups.diagnosticsTab]: TENANT_DIAGNOSTICS_TABS_IDS.topQueries })),
|
36
|
-
});
|
37
|
-
return (_jsx(TenantOverviewTableLayout, { columnsWidthLSKey: TOP_QUERIES_COLUMNS_WIDTH_LS_KEY, data: data || [], columns: columns, onRowClick: handleRowClick, title: title, loading: loading, error: error, rowClassName: () => b('top-queries-row') }));
|
38
|
-
}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
-
import { useLocation } from 'react-router';
|
3
|
-
import { parseQuery } from '../../../../../routes';
|
4
|
-
import { TENANT_DIAGNOSTICS_TABS_IDS } from '../../../../../store/reducers/tenant/constants';
|
5
|
-
import { topShardsApi } from '../../../../../store/reducers/tenantOverview/topShards/tenantOverviewTopShards';
|
6
|
-
import { useTypedSelector } from '../../../../../utils/hooks';
|
7
|
-
import { TenantTabsGroups, getTenantPath } from '../../../TenantPages';
|
8
|
-
import { TOP_SHARDS_COLUMNS_WIDTH_LS_KEY, getTopShardsColumns, } from '../../TopShards/getTopShardsColumns';
|
9
|
-
import { TenantOverviewTableLayout } from '../TenantOverviewTableLayout';
|
10
|
-
import { getSectionTitle } from '../getSectionTitle';
|
11
|
-
import i18n from '../i18n';
|
12
|
-
export const TopShards = ({ path }) => {
|
13
|
-
const location = useLocation();
|
14
|
-
const query = parseQuery(location);
|
15
|
-
const { autorefresh, currentSchemaPath } = useTypedSelector((state) => state.schema);
|
16
|
-
const { currentData, isFetching, error } = topShardsApi.useGetTopShardsQuery({ database: path, path: currentSchemaPath }, { pollingInterval: autorefresh });
|
17
|
-
const loading = isFetching && currentData === undefined;
|
18
|
-
const { result: data } = currentData || {};
|
19
|
-
const columns = getTopShardsColumns(path, location);
|
20
|
-
const title = getSectionTitle({
|
21
|
-
entity: i18n('shards'),
|
22
|
-
postfix: i18n('by-cpu-usage'),
|
23
|
-
link: getTenantPath(Object.assign(Object.assign({}, query), { [TenantTabsGroups.diagnosticsTab]: TENANT_DIAGNOSTICS_TABS_IDS.topShards })),
|
24
|
-
});
|
25
|
-
return (_jsx(TenantOverviewTableLayout, { columnsWidthLSKey: TOP_SHARDS_COLUMNS_WIDTH_LS_KEY, data: data || [], columns: columns, title: title, loading: loading, error: error }));
|
26
|
-
};
|
@@ -1,44 +0,0 @@
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
-
import DataTable from '@gravity-ui/react-data-table';
|
3
|
-
import { useLocation } from 'react-router';
|
4
|
-
import { CellWithPopover } from '../../../../../components/CellWithPopover/CellWithPopover';
|
5
|
-
import { LinkToSchemaObject } from '../../../../../components/LinkToSchemaObject/LinkToSchemaObject';
|
6
|
-
import { topTablesApi } from '../../../../../store/reducers/tenantOverview/executeTopTables/executeTopTables';
|
7
|
-
import { formatBytes, getSizeWithSignificantDigits } from '../../../../../utils/bytesParsers';
|
8
|
-
import { useTypedSelector } from '../../../../../utils/hooks';
|
9
|
-
import { TenantOverviewTableLayout } from '../TenantOverviewTableLayout';
|
10
|
-
import { getSectionTitle } from '../getSectionTitle';
|
11
|
-
import i18n from '../i18n';
|
12
|
-
import '../TenantOverview.scss';
|
13
|
-
const TOP_TABLES_COLUMNS_WIDTH_LS_KEY = 'topTablesTableColumnsWidth';
|
14
|
-
export function TopTables({ path }) {
|
15
|
-
const location = useLocation();
|
16
|
-
const { autorefresh } = useTypedSelector((state) => state.schema);
|
17
|
-
const { currentData, error, isFetching } = topTablesApi.useGetTopTablesQuery({ path }, { pollingInterval: autorefresh });
|
18
|
-
const loading = isFetching && currentData === undefined;
|
19
|
-
const { result: data } = currentData || {};
|
20
|
-
const formatSize = (value) => {
|
21
|
-
const size = getSizeWithSignificantDigits((data === null || data === void 0 ? void 0 : data.length) ? Number(data[0].Size) : 0, 0);
|
22
|
-
return formatBytes({ value, size, precision: 1 });
|
23
|
-
};
|
24
|
-
const columns = [
|
25
|
-
{
|
26
|
-
name: 'Size',
|
27
|
-
width: 100,
|
28
|
-
sortable: false,
|
29
|
-
render: ({ row }) => formatSize(Number(row.Size)),
|
30
|
-
align: DataTable.RIGHT,
|
31
|
-
},
|
32
|
-
{
|
33
|
-
name: 'Path',
|
34
|
-
width: 700,
|
35
|
-
sortable: false,
|
36
|
-
render: ({ row }) => row.Path ? (_jsx(CellWithPopover, { content: row.Path, children: _jsx(LinkToSchemaObject, { path: String(row.Path), location: location, children: row.Path }) })) : null,
|
37
|
-
},
|
38
|
-
];
|
39
|
-
const title = getSectionTitle({
|
40
|
-
entity: i18n('tables'),
|
41
|
-
postfix: i18n('by-size'),
|
42
|
-
});
|
43
|
-
return (_jsx(TenantOverviewTableLayout, { columnsWidthLSKey: TOP_TABLES_COLUMNS_WIDTH_LS_KEY, data: data || [], columns: columns, title: title, loading: loading, error: error }));
|
44
|
-
}
|
@@ -1,2 +0,0 @@
|
|
1
|
-
declare const _default: (key: "nodes" | "queries" | "groups" | "tables" | "top" | "shards" | "no-data" | "no-pools-data" | "top-nodes.empty-data" | "top-groups.empty-data" | "by-pools-usage" | "by-cpu-time" | "by-cpu-usage" | "by-load" | "by-memory" | "by-usage" | "by-size" | "cards.cpu-label" | "cards.storage-label" | "cards.memory-label" | "charts.queries-per-second" | "charts.transaction-latency" | "charts.cpu-usage" | "charts.storage-usage" | "charts.memory-usage" | "storage.tablet-storage-title" | "storage.tablet-storage-description" | "storage.db-storage-title" | "storage.db-storage-description", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
2
|
-
export default _default;
|
@@ -1,63 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import { useHistory, useLocation } from 'react-router';
|
4
|
-
import { DateRange } from '../../../../components/DateRange';
|
5
|
-
import { ResizeableDataTable } from '../../../../components/ResizeableDataTable/ResizeableDataTable';
|
6
|
-
import { Search } from '../../../../components/Search';
|
7
|
-
import { TableWithControlsLayout } from '../../../../components/TableWithControlsLayout/TableWithControlsLayout';
|
8
|
-
import { parseQuery } from '../../../../routes';
|
9
|
-
import { changeUserInput } from '../../../../store/reducers/executeQuery';
|
10
|
-
import { setTopQueriesFilters, topQueriesApi, } from '../../../../store/reducers/executeTopQueries/executeTopQueries';
|
11
|
-
import { TENANT_PAGE, TENANT_PAGES_IDS, TENANT_QUERY_TABS_ID, } from '../../../../store/reducers/tenant/constants';
|
12
|
-
import { cn } from '../../../../utils/cn';
|
13
|
-
import { isSortableTopQueriesProperty } from '../../../../utils/diagnostics';
|
14
|
-
import { useTypedDispatch, useTypedSelector } from '../../../../utils/hooks';
|
15
|
-
import { prepareQueryError } from '../../../../utils/query';
|
16
|
-
import { TenantTabsGroups, getTenantPath } from '../../TenantPages';
|
17
|
-
import { QUERY_TABLE_SETTINGS } from '../../utils/constants';
|
18
|
-
import { isColumnEntityType } from '../../utils/schema';
|
19
|
-
import { TOP_QUERIES_COLUMNS_WIDTH_LS_KEY, getTopQueriesColumns } from './getTopQueriesColumns';
|
20
|
-
import i18n from './i18n';
|
21
|
-
import './TopQueries.scss';
|
22
|
-
const b = cn('kv-top-queries');
|
23
|
-
export const TopQueries = ({ path, type }) => {
|
24
|
-
const dispatch = useTypedDispatch();
|
25
|
-
const location = useLocation();
|
26
|
-
const history = useHistory();
|
27
|
-
const { autorefresh } = useTypedSelector((state) => state.schema);
|
28
|
-
const filters = useTypedSelector((state) => state.executeTopQueries);
|
29
|
-
const { currentData, isFetching, error } = topQueriesApi.useGetTopQueriesQuery({
|
30
|
-
database: path,
|
31
|
-
filters,
|
32
|
-
}, { pollingInterval: autorefresh });
|
33
|
-
const loading = isFetching && currentData === undefined;
|
34
|
-
const { result: data } = currentData || {};
|
35
|
-
const rawColumns = getTopQueriesColumns();
|
36
|
-
const columns = rawColumns.map((column) => (Object.assign(Object.assign({}, column), { sortable: isSortableTopQueriesProperty(column.name) })));
|
37
|
-
const handleRowClick = React.useCallback((row) => {
|
38
|
-
const { QueryText: input } = row;
|
39
|
-
dispatch(changeUserInput({ input }));
|
40
|
-
const queryParams = parseQuery(location);
|
41
|
-
const queryPath = getTenantPath(Object.assign(Object.assign({}, queryParams), { [TENANT_PAGE]: TENANT_PAGES_IDS.query, [TenantTabsGroups.queryTab]: TENANT_QUERY_TABS_ID.newQuery }));
|
42
|
-
history.push(queryPath);
|
43
|
-
}, [dispatch, history, location]);
|
44
|
-
const handleTextSearchUpdate = (text) => {
|
45
|
-
dispatch(setTopQueriesFilters({ text }));
|
46
|
-
};
|
47
|
-
const handleDateRangeChange = (value) => {
|
48
|
-
dispatch(setTopQueriesFilters(value));
|
49
|
-
};
|
50
|
-
const renderContent = () => {
|
51
|
-
if (error && typeof error === 'object' && !error.isCancelled) {
|
52
|
-
return _jsx("div", { className: "error", children: prepareQueryError(error) });
|
53
|
-
}
|
54
|
-
if (!data || isColumnEntityType(type)) {
|
55
|
-
return i18n('no-data');
|
56
|
-
}
|
57
|
-
return (_jsx(ResizeableDataTable, { columnsWidthLSKey: TOP_QUERIES_COLUMNS_WIDTH_LS_KEY, columns: columns, data: data, settings: QUERY_TABLE_SETTINGS, onRowClick: handleRowClick, rowClassName: () => b('row') }));
|
58
|
-
};
|
59
|
-
const renderControls = () => {
|
60
|
-
return (_jsxs(React.Fragment, { children: [_jsx(Search, { value: filters.text, onChange: handleTextSearchUpdate, placeholder: i18n('filter.text.placeholder'), className: b('search') }), _jsx(DateRange, { from: filters.from, to: filters.to, onChange: handleDateRangeChange })] }));
|
61
|
-
};
|
62
|
-
return (_jsxs(TableWithControlsLayout, { children: [_jsx(TableWithControlsLayout.Controls, { children: renderControls() }), _jsx(TableWithControlsLayout.Table, { loading: loading, children: renderContent() })] }));
|
63
|
-
};
|
@@ -1,146 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import DataTable from '@gravity-ui/react-data-table';
|
4
|
-
import { useLocation } from 'react-router';
|
5
|
-
import { ResizeableDataTable } from '../../../../components/ResizeableDataTable/ResizeableDataTable';
|
6
|
-
import { TableWithControlsLayout } from '../../../../components/TableWithControlsLayout/TableWithControlsLayout';
|
7
|
-
import { setShardsQueryFilters, shardApi, } from '../../../../store/reducers/shardsWorkload/shardsWorkload';
|
8
|
-
import { EShardsWorkloadMode } from '../../../../store/reducers/shardsWorkload/types';
|
9
|
-
import { cn } from '../../../../utils/cn';
|
10
|
-
import { DEFAULT_TABLE_SETTINGS, HOUR_IN_SECONDS } from '../../../../utils/constants';
|
11
|
-
import { formatDateTime } from '../../../../utils/dataFormatters/dataFormatters';
|
12
|
-
import { isSortableTopShardsProperty } from '../../../../utils/diagnostics';
|
13
|
-
import { useTypedDispatch, useTypedSelector } from '../../../../utils/hooks';
|
14
|
-
import { prepareQueryError } from '../../../../utils/query';
|
15
|
-
import { isColumnEntityType } from '../../utils/schema';
|
16
|
-
import { Filters } from './Filters';
|
17
|
-
import { TOP_SHARDS_COLUMNS_WIDTH_LS_KEY, getShardsWorkloadColumns } from './getTopShardsColumns';
|
18
|
-
import i18n from './i18n';
|
19
|
-
import './TopShards.scss';
|
20
|
-
const b = cn('top-shards');
|
21
|
-
const TABLE_SETTINGS = Object.assign(Object.assign({}, DEFAULT_TABLE_SETTINGS), { dynamicRender: false, externalSort: true, disableSortReset: true, defaultOrder: DataTable.DESCENDING });
|
22
|
-
const tableColumnsNames = {
|
23
|
-
TabletId: 'TabletId',
|
24
|
-
CPUCores: 'CPUCores',
|
25
|
-
DataSize: 'DataSize',
|
26
|
-
Path: 'Path',
|
27
|
-
NodeId: 'NodeId',
|
28
|
-
PeakTime: 'PeakTime',
|
29
|
-
InFlightTxCount: 'InFlightTxCount',
|
30
|
-
IntervalEnd: 'IntervalEnd',
|
31
|
-
};
|
32
|
-
function prepareDateTimeValue(value) {
|
33
|
-
if (!value) {
|
34
|
-
return '–';
|
35
|
-
}
|
36
|
-
return formatDateTime(new Date(value).getTime());
|
37
|
-
}
|
38
|
-
function stringToDataTableSortOrder(value) {
|
39
|
-
return value
|
40
|
-
? value.split(',').map((columnId) => ({
|
41
|
-
columnId,
|
42
|
-
order: DataTable.DESCENDING,
|
43
|
-
}))
|
44
|
-
: undefined;
|
45
|
-
}
|
46
|
-
function stringToQuerySortOrder(value) {
|
47
|
-
return value
|
48
|
-
? value.split(',').map((columnId) => ({
|
49
|
-
columnId,
|
50
|
-
order: 'DESC',
|
51
|
-
}))
|
52
|
-
: undefined;
|
53
|
-
}
|
54
|
-
function dataTableToStringSortOrder(value = []) {
|
55
|
-
const sortOrders = Array.isArray(value) ? value : [value];
|
56
|
-
return sortOrders.map(({ columnId }) => columnId).join(',');
|
57
|
-
}
|
58
|
-
function fillDateRangeFor(value) {
|
59
|
-
value.to = Date.now();
|
60
|
-
value.from = value.to - HOUR_IN_SECONDS * 1000;
|
61
|
-
return value;
|
62
|
-
}
|
63
|
-
export const TopShards = ({ tenantPath, type }) => {
|
64
|
-
const dispatch = useTypedDispatch();
|
65
|
-
const location = useLocation();
|
66
|
-
const { autorefresh, currentSchemaPath } = useTypedSelector((state) => state.schema);
|
67
|
-
const storeFilters = useTypedSelector((state) => state.shardsWorkload);
|
68
|
-
// default filters shouldn't propagate into URL until user interacts with the control
|
69
|
-
// redux initial value can't be used, as it synchronizes with URL
|
70
|
-
const [filters, setFilters] = React.useState(() => {
|
71
|
-
const defaultValue = Object.assign({}, storeFilters);
|
72
|
-
if (!defaultValue.mode) {
|
73
|
-
defaultValue.mode = EShardsWorkloadMode.Immediate;
|
74
|
-
}
|
75
|
-
if (!defaultValue.from && !defaultValue.to) {
|
76
|
-
fillDateRangeFor(defaultValue);
|
77
|
-
}
|
78
|
-
return defaultValue;
|
79
|
-
});
|
80
|
-
const [sortOrder, setSortOrder] = React.useState(tableColumnsNames.CPUCores);
|
81
|
-
const { data: result, isFetching, error, } = shardApi.useSendShardQueryQuery({
|
82
|
-
database: tenantPath,
|
83
|
-
path: currentSchemaPath,
|
84
|
-
sortOrder: stringToQuerySortOrder(sortOrder),
|
85
|
-
filters,
|
86
|
-
}, { pollingInterval: autorefresh });
|
87
|
-
const loading = isFetching && result === undefined;
|
88
|
-
const { result: data } = result !== null && result !== void 0 ? result : {};
|
89
|
-
const onSort = (newSortOrder) => {
|
90
|
-
// omit information about sort order to disable ASC order, only DESC makes sense for top shards
|
91
|
-
// use a string (and not the DataTable default format) to prevent reference change,
|
92
|
-
// which would cause an excess state change, to avoid repeating requests
|
93
|
-
setSortOrder(dataTableToStringSortOrder(newSortOrder));
|
94
|
-
};
|
95
|
-
const handleFiltersChange = (value) => {
|
96
|
-
const newStateValue = Object.assign({}, value);
|
97
|
-
const isDateRangePristine = !storeFilters.from && !storeFilters.to && !value.from && !value.to;
|
98
|
-
if (isDateRangePristine) {
|
99
|
-
switch (value.mode) {
|
100
|
-
case EShardsWorkloadMode.Immediate:
|
101
|
-
newStateValue.from = newStateValue.to = undefined;
|
102
|
-
break;
|
103
|
-
case EShardsWorkloadMode.History:
|
104
|
-
// should default to the current datetime every time history mode activates
|
105
|
-
fillDateRangeFor(newStateValue);
|
106
|
-
break;
|
107
|
-
}
|
108
|
-
}
|
109
|
-
dispatch(setShardsQueryFilters(value));
|
110
|
-
setFilters((state) => (Object.assign(Object.assign({}, state), newStateValue)));
|
111
|
-
};
|
112
|
-
const tableColumns = React.useMemo(() => {
|
113
|
-
const rawColumns = getShardsWorkloadColumns(tenantPath, location);
|
114
|
-
const columns = rawColumns.map((column) => (Object.assign(Object.assign({}, column), { sortable: isSortableTopShardsProperty(column.name) })));
|
115
|
-
if (filters.mode === EShardsWorkloadMode.History) {
|
116
|
-
// after NodeId
|
117
|
-
columns.splice(5, 0, {
|
118
|
-
name: tableColumnsNames.PeakTime,
|
119
|
-
render: ({ row }) => {
|
120
|
-
return prepareDateTimeValue(row.PeakTime);
|
121
|
-
},
|
122
|
-
sortable: false,
|
123
|
-
});
|
124
|
-
columns.push({
|
125
|
-
name: tableColumnsNames.IntervalEnd,
|
126
|
-
render: ({ row }) => {
|
127
|
-
return prepareDateTimeValue(row.IntervalEnd);
|
128
|
-
},
|
129
|
-
});
|
130
|
-
}
|
131
|
-
return columns;
|
132
|
-
}, [filters.mode, tenantPath, location]);
|
133
|
-
const renderControls = () => {
|
134
|
-
return _jsx(Filters, { value: filters, onChange: handleFiltersChange });
|
135
|
-
};
|
136
|
-
const renderContent = () => {
|
137
|
-
if (error && typeof error === 'object' && !error.isCancelled) {
|
138
|
-
return _jsx("div", { className: "error", children: prepareQueryError(error) });
|
139
|
-
}
|
140
|
-
if (!data || isColumnEntityType(type)) {
|
141
|
-
return i18n('no-data');
|
142
|
-
}
|
143
|
-
return (_jsx(ResizeableDataTable, { columnsWidthLSKey: TOP_SHARDS_COLUMNS_WIDTH_LS_KEY, columns: tableColumns, data: data, settings: TABLE_SETTINGS, onSort: onSort, sortOrder: stringToDataTableSortOrder(sortOrder) }));
|
144
|
-
};
|
145
|
-
return (_jsxs(TableWithControlsLayout, { children: [_jsx(TableWithControlsLayout.Controls, { children: renderControls() }), filters.mode === EShardsWorkloadMode.History && (_jsx("div", { className: b('hint'), children: i18n('description') })), _jsx(TableWithControlsLayout.Table, { loading: loading, children: renderContent() })] }));
|
146
|
-
};
|
@@ -1,8 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"external-objects.source-type": "Source Type",
|
3
|
-
"external-objects.data-source": "Data Source",
|
4
|
-
"external-objects.location": "Location",
|
5
|
-
"external-objects.auth-method": "Auth Method",
|
6
|
-
"external-objects.auth-method.none": "None",
|
7
|
-
"external-objects.auth-method.service-account": "Service Account"
|
8
|
-
}
|
@@ -1,2 +0,0 @@
|
|
1
|
-
declare const _default: (key: "external-objects.source-type" | "external-objects.data-source" | "external-objects.location" | "external-objects.auth-method" | "external-objects.auth-method.none" | "external-objects.auth-method.service-account", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
2
|
-
export default _default;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"external-objects.source-type": "Тип источника",
|
3
|
-
"external-objects.data-source": "Источник",
|
4
|
-
"external-objects.location": "Расположение",
|
5
|
-
"external-objects.auth-method": "Авторизация",
|
6
|
-
"external-objects.auth-method.none": "Нет",
|
7
|
-
"external-objects.auth-method.service-account": "Сервисный аккаунт"
|
8
|
-
}
|