ydb-embedded-ui 6.4.0 → 6.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/containers/App/App.scss +1 -33
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.scss +14 -4
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.scss +7 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +0 -6
- package/dist/containers/Tenant/Info/View/View.scss +13 -0
- package/dist/package.json +174 -0
- package/dist/src/components/AsyncReplicationState/AsyncReplicationState.d.ts +6 -0
- package/dist/src/components/AsyncReplicationState/AsyncReplicationState.js +20 -0
- package/dist/src/components/AsyncReplicationState/index.d.ts +1 -0
- package/dist/src/components/AsyncReplicationState/index.js +1 -0
- package/dist/src/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +17 -0
- package/dist/src/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +41 -0
- package/dist/src/components/Errors/ResponseError/ResponseError.js +17 -0
- package/dist/src/components/PDiskInfo/i18n/index.d.ts +1 -0
- package/dist/src/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +7 -0
- package/dist/src/components/QueryExecutionStatus/QueryExecutionStatus.js +21 -0
- package/dist/src/components/VDiskInfo/i18n/index.d.ts +1 -0
- package/dist/src/containers/Clusters/Clusters.js +82 -0
- package/dist/src/containers/Clusters/constants.d.ts +32 -0
- package/dist/src/containers/Clusters/constants.js +44 -0
- package/dist/src/containers/PDiskPage/PDiskPage.js +90 -0
- package/dist/src/containers/PDiskPage/i18n/en.json +9 -0
- package/dist/src/containers/PDiskPage/i18n/index.d.ts +1 -0
- package/dist/src/containers/Tablet/TabletControls/TabletControls.js +27 -0
- package/dist/src/containers/Tablet/i18n/en.json +13 -0
- package/dist/src/containers/Tablet/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tablet/i18n/index.js +4 -0
- package/dist/src/containers/Tablets/Tablets.js +135 -0
- package/dist/src/containers/Tablets/i18n/en.json +12 -0
- package/dist/src/containers/Tablets/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/Diagnostics.js +132 -0
- package/dist/src/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +162 -0
- package/dist/src/containers/Tenant/Diagnostics/DiagnosticsPages.js +92 -0
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +113 -0
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/en.json +5 -0
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.d.ts +7 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.js +39 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.d.ts +6 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.js +14 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/en.json +7 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.js +4 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.d.ts +1 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.js +1 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.d.ts +7 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.js +34 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/en.json +7 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.js +4 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.d.ts +1 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.js +1 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/Overview.d.ts +8 -0
- package/dist/src/containers/Tenant/Diagnostics/Overview/Overview.js +80 -0
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +39 -0
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +27 -0
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +45 -0
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +63 -0
- package/dist/src/containers/Tenant/Diagnostics/TopShards/TopShards.js +146 -0
- package/dist/src/containers/Tenant/Info/View/View.d.ts +7 -0
- package/dist/src/containers/Tenant/Info/View/View.js +32 -0
- package/dist/src/containers/Tenant/Info/i18n/en.json +9 -0
- package/dist/src/containers/Tenant/Info/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Info/i18n/index.js +4 -0
- package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +13 -0
- package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.js +169 -0
- package/dist/src/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +12 -0
- package/dist/src/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +90 -0
- package/dist/src/containers/Tenant/Query/ExplainResult/ExplainResult.js +149 -0
- package/dist/src/containers/Tenant/Query/Preview/Preview.js +43 -0
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +33 -0
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.js +322 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +10 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +51 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/columns.d.ts +16 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/columns.js +110 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/en.json +10 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +2 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.js +4 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.d.ts +6 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.js +114 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/shared.d.ts +1 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/shared.js +2 -0
- package/dist/src/containers/Tenant/Schema/SchemaViewer/types.d.ts +16 -0
- package/dist/src/containers/Tenant/Tenant.js +84 -0
- package/dist/src/containers/Tenant/utils/schema.js +189 -0
- package/dist/src/containers/Tenant/utils/schemaActions.js +114 -0
- package/dist/src/containers/Tenant/utils/schemaControls.js +37 -0
- package/dist/src/containers/UserSettings/Setting.d.ts +23 -0
- package/dist/src/containers/UserSettings/Setting.js +40 -0
- package/dist/src/containers/UserSettings/UserSettings.js +21 -0
- package/dist/src/containers/UserSettings/i18n/en.json +31 -0
- package/dist/src/containers/UserSettings/i18n/index.d.ts +2 -0
- package/dist/src/containers/UserSettings/settings.d.ts +33 -0
- package/dist/src/containers/UserSettings/settings.js +136 -0
- package/dist/src/containers/VDiskPage/VDiskPage.js +109 -0
- package/dist/src/containers/VDiskPage/i18n/en.json +10 -0
- package/dist/src/containers/VDiskPage/i18n/index.d.ts +1 -0
- package/dist/src/services/api.d.ts +138 -0
- package/dist/src/services/settings.d.ts +41 -0
- package/dist/src/services/settings.js +73 -0
- package/dist/src/store/configureStore.d.ts +226 -0
- package/dist/src/store/defaultStore.d.ts +126 -0
- package/dist/src/store/reducers/authentication/authentication.d.ts +385 -0
- package/dist/src/store/reducers/authentication/authentication.js +59 -0
- package/dist/src/store/reducers/authentication/types.d.ts +13 -0
- package/dist/src/store/reducers/cluster/cluster.js +80 -0
- package/dist/src/store/reducers/executeQuery.d.ts +44 -0
- package/dist/src/store/reducers/executeQuery.js +145 -0
- package/dist/src/store/reducers/executeTopQueries/executeTopQueries.js +68 -0
- package/dist/src/store/reducers/explainQuery/explainQuery.d.ts +9 -0
- package/dist/src/store/reducers/explainQuery/explainQuery.js +32 -0
- package/dist/src/store/reducers/explainQuery/types.d.ts +12 -0
- package/dist/src/store/reducers/explainQuery/utils.d.ts +6 -0
- package/dist/src/store/reducers/explainQuery/utils.js +40 -0
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +2113 -0
- package/dist/src/store/reducers/host.d.ts +130 -0
- package/dist/src/store/reducers/index.d.ts +173 -0
- package/dist/src/store/reducers/index.js +51 -0
- package/dist/src/store/reducers/node/selectors.d.ts +83 -0
- package/dist/src/store/reducers/nodesList.d.ts +85 -0
- package/dist/src/store/reducers/olapStats.js +31 -0
- package/dist/src/store/reducers/preview.js +22 -0
- package/dist/src/store/reducers/schema/schema.d.ts +163 -0
- package/dist/src/store/reducers/schemaAcl/schemaAcl.d.ts +135 -0
- package/dist/src/store/reducers/shardsWorkload/shardsWorkload.js +109 -0
- package/dist/src/store/reducers/tablets.d.ts +98 -0
- package/dist/src/store/reducers/tabletsFilters.d.ts +198 -0
- package/dist/src/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +38 -0
- package/dist/src/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +38 -0
- package/dist/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +44 -0
- package/dist/src/store/reducers/tenants/selectors.d.ts +1026 -0
- package/dist/src/store/reducers/topic.d.ts +1703 -0
- package/dist/src/store/reducers/viewSchema/viewSchema.d.ts +6 -0
- package/dist/src/store/reducers/viewSchema/viewSchema.js +30 -0
- package/dist/src/store/utils.d.ts +23 -0
- package/dist/src/store/utils.js +49 -0
- package/dist/src/types/api/schema/columnEntity.d.ts +106 -0
- package/dist/src/types/api/schema/replication.d.ts +74 -0
- package/dist/src/types/api/schema/replication.js +7 -0
- package/dist/src/types/api/schema/schema.d.ts +253 -0
- package/dist/src/types/api/schema/schema.js +66 -0
- package/dist/src/types/api/whoami.d.ts +24 -0
- package/dist/src/types/store/executeQuery.d.ts +18 -0
- package/dist/src/utils/constants.d.ts +107 -0
- package/dist/src/utils/constants.js +105 -0
- package/dist/src/utils/monaco/yql/constants.d.ts +10 -0
- package/dist/src/utils/monaco/yql/constants.js +730 -0
- package/dist/src/utils/monaco/yql/generateSuggestions.d.ts +28 -0
- package/dist/src/utils/monaco/yql/generateSuggestions.js +358 -0
- package/dist/src/utils/monaco/yql/yqlSuggestions.js +90 -0
- package/dist/src/utils/query.d.ts +30 -0
- package/dist/src/utils/query.js +194 -0
- package/dist/src/utils/response.d.ts +4 -0
- package/dist/src/utils/response.js +9 -0
- package/dist/src/utils/timeParsers/__test__/protobuf.test.d.ts +1 -0
- package/dist/styles/constants.scss +1 -1
- package/dist/styles/mixins.scss +35 -3
- package/package.json +4 -4
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +0 -13
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +0 -32
- package/dist/components/Errors/ResponseError/ResponseError.js +0 -14
- package/dist/components/PDiskInfo/i18n/index.d.ts +0 -1
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +0 -8
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.js +0 -20
- package/dist/components/VDiskInfo/i18n/index.d.ts +0 -1
- package/dist/containers/Clusters/Clusters.js +0 -77
- package/dist/containers/Clusters/constants.d.ts +0 -34
- package/dist/containers/Clusters/constants.js +0 -62
- package/dist/containers/PDiskPage/PDiskPage.js +0 -89
- package/dist/containers/PDiskPage/i18n/en.json +0 -8
- package/dist/containers/PDiskPage/i18n/index.d.ts +0 -1
- package/dist/containers/Tablet/TabletControls/TabletControls.js +0 -25
- package/dist/containers/Tablet/i18n/en.json +0 -10
- package/dist/containers/Tablet/i18n/index.d.ts +0 -2
- package/dist/containers/Tablet/i18n/index.js +0 -5
- package/dist/containers/Tablet/i18n/ru.json +0 -10
- package/dist/containers/Tablets/Tablets.js +0 -134
- package/dist/containers/Tablets/i18n/en.json +0 -11
- package/dist/containers/Tablets/i18n/index.d.ts +0 -2
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +0 -132
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +0 -146
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +0 -90
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +0 -102
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/en.json +0 -4
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +0 -2
- package/dist/containers/Tenant/Diagnostics/Overview/Overview.d.ts +0 -7
- package/dist/containers/Tenant/Diagnostics/Overview/Overview.js +0 -77
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +0 -38
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +0 -26
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +0 -44
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +0 -2
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +0 -63
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +0 -146
- package/dist/containers/Tenant/Info/i18n/en.json +0 -8
- package/dist/containers/Tenant/Info/i18n/index.d.ts +0 -2
- package/dist/containers/Tenant/Info/i18n/index.js +0 -5
- package/dist/containers/Tenant/Info/i18n/ru.json +0 -8
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +0 -12
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +0 -158
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +0 -12
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +0 -91
- package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.js +0 -157
- package/dist/containers/Tenant/Query/Preview/Preview.js +0 -43
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +0 -39
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +0 -323
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +0 -9
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +0 -26
- package/dist/containers/Tenant/Schema/SchemaViewer/helpers.d.ts +0 -26
- package/dist/containers/Tenant/Schema/SchemaViewer/helpers.js +0 -151
- package/dist/containers/Tenant/Tenant.js +0 -83
- package/dist/containers/Tenant/utils/schema.js +0 -181
- package/dist/containers/Tenant/utils/schemaActions.js +0 -113
- package/dist/containers/Tenant/utils/schemaControls.js +0 -36
- package/dist/containers/UserSettings/Setting.d.ts +0 -16
- package/dist/containers/UserSettings/Setting.js +0 -37
- package/dist/containers/UserSettings/UserSettings.js +0 -18
- package/dist/containers/UserSettings/i18n/en.json +0 -28
- package/dist/containers/UserSettings/i18n/index.d.ts +0 -2
- package/dist/containers/UserSettings/settings.d.ts +0 -30
- package/dist/containers/UserSettings/settings.js +0 -114
- package/dist/containers/VDiskPage/VDiskPage.js +0 -108
- package/dist/containers/VDiskPage/i18n/en.json +0 -9
- package/dist/containers/VDiskPage/i18n/index.d.ts +0 -1
- package/dist/services/api.d.ts +0 -138
- package/dist/services/settings.d.ts +0 -40
- package/dist/services/settings.js +0 -72
- package/dist/store/configureStore.d.ts +0 -230
- package/dist/store/defaultStore.d.ts +0 -128
- package/dist/store/reducers/authentication/authentication.d.ts +0 -205
- package/dist/store/reducers/authentication/authentication.js +0 -50
- package/dist/store/reducers/authentication/types.d.ts +0 -9
- package/dist/store/reducers/cluster/cluster.js +0 -76
- package/dist/store/reducers/executeQuery.d.ts +0 -103
- package/dist/store/reducers/executeQuery.js +0 -141
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +0 -65
- package/dist/store/reducers/explainQuery.d.ts +0 -145
- package/dist/store/reducers/explainQuery.js +0 -94
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -2133
- package/dist/store/reducers/host.d.ts +0 -71
- package/dist/store/reducers/index.d.ts +0 -176
- package/dist/store/reducers/index.js +0 -53
- package/dist/store/reducers/node/selectors.d.ts +0 -84
- package/dist/store/reducers/nodesList.d.ts +0 -86
- package/dist/store/reducers/olapStats.js +0 -28
- package/dist/store/reducers/preview.js +0 -19
- package/dist/store/reducers/schema/schema.d.ts +0 -104
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +0 -76
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js +0 -106
- package/dist/store/reducers/tablets.d.ts +0 -99
- package/dist/store/reducers/tabletsFilters.d.ts +0 -139
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +0 -35
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +0 -35
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +0 -41
- package/dist/store/reducers/tenants/selectors.d.ts +0 -1035
- package/dist/store/reducers/topic.d.ts +0 -1718
- package/dist/store/utils.d.ts +0 -24
- package/dist/store/utils.js +0 -49
- package/dist/types/api/schema/columnEntity.d.ts +0 -105
- package/dist/types/api/schema/schema.d.ts +0 -250
- package/dist/types/api/schema/schema.js +0 -65
- package/dist/types/api/whoami.d.ts +0 -18
- package/dist/types/store/executeQuery.d.ts +0 -25
- package/dist/types/store/explainQuery.d.ts +0 -27
- package/dist/utils/constants.d.ts +0 -106
- package/dist/utils/constants.js +0 -104
- package/dist/utils/error.d.ts +0 -2
- package/dist/utils/error.js +0 -13
- package/dist/utils/monaco/yql/constants.d.ts +0 -8
- package/dist/utils/monaco/yql/constants.js +0 -697
- package/dist/utils/monaco/yql/generateSuggestions.d.ts +0 -27
- package/dist/utils/monaco/yql/generateSuggestions.js +0 -341
- package/dist/utils/monaco/yql/yqlSuggestions.js +0 -85
- package/dist/utils/query.d.ts +0 -28
- package/dist/utils/query.js +0 -171
- /package/dist/{components → src/components}/BasicNodeViewer/BasicNodeViewer.d.ts +0 -0
- /package/dist/{components → src/components}/BasicNodeViewer/BasicNodeViewer.js +0 -0
- /package/dist/{components → src/components}/BasicNodeViewer/index.d.ts +0 -0
- /package/dist/{components → src/components}/BasicNodeViewer/index.js +0 -0
- /package/dist/{components → src/components}/CellWithPopover/CellWithPopover.d.ts +0 -0
- /package/dist/{components → src/components}/CellWithPopover/CellWithPopover.js +0 -0
- /package/dist/{components → src/components}/CircularProgressBar/CircularProgressBar.d.ts +0 -0
- /package/dist/{components → src/components}/CircularProgressBar/CircularProgressBar.js +0 -0
- /package/dist/{components → src/components}/ClipboardButton/ClipboardButton.d.ts +0 -0
- /package/dist/{components → src/components}/ClipboardButton/ClipboardButton.js +0 -0
- /package/dist/{components → src/components}/ClipboardButton/index.d.ts +0 -0
- /package/dist/{components → src/components}/ClipboardButton/index.js +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/ComponentsProvider.d.ts +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/ComponentsProvider.js +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/componentsRegistry.d.ts +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/componentsRegistry.js +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/registry.d.ts +0 -0
- /package/dist/{components → src/components}/ComponentsProvider/registry.js +0 -0
- /package/dist/{components → src/components}/ContentWithPopup/ContentWithPopup.d.ts +0 -0
- /package/dist/{components → src/components}/ContentWithPopup/ContentWithPopup.js +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/CriticalActionDialog.d.ts +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/CriticalActionDialog.js +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/i18n/en.json +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/i18n/index.js +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/index.d.ts +0 -0
- /package/dist/{components → src/components}/CriticalActionDialog/index.js +0 -0
- /package/dist/{components → src/components}/DateRange/DateRange.d.ts +0 -0
- /package/dist/{components → src/components}/DateRange/DateRange.js +0 -0
- /package/dist/{components → src/components}/DateRange/index.d.ts +0 -0
- /package/dist/{components → src/components}/DateRange/index.js +0 -0
- /package/dist/{components → src/components}/DiagnosticCard/DiagnosticCard.d.ts +0 -0
- /package/dist/{components → src/components}/DiagnosticCard/DiagnosticCard.js +0 -0
- /package/dist/{components → src/components}/DiskPageTitle/DiskPageTitle.d.ts +0 -0
- /package/dist/{components → src/components}/DiskPageTitle/DiskPageTitle.js +0 -0
- /package/dist/{components → src/components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +0 -0
- /package/dist/{components → src/components}/DiskStateProgressBar/DiskStateProgressBar.js +0 -0
- /package/dist/{components → src/components}/Divider/Divider.d.ts +0 -0
- /package/dist/{components → src/components}/Divider/Divider.js +0 -0
- /package/dist/{components → src/components}/EmptyState/EmptyState.d.ts +0 -0
- /package/dist/{components → src/components}/EmptyState/EmptyState.js +0 -0
- /package/dist/{components → src/components}/EmptyState/index.d.ts +0 -0
- /package/dist/{components → src/components}/EmptyState/index.js +0 -0
- /package/dist/{components → src/components}/EnableFullscreenButton/EnableFullscreenButton.d.ts +0 -0
- /package/dist/{components → src/components}/EnableFullscreenButton/EnableFullscreenButton.js +0 -0
- /package/dist/{components → src/components}/EntitiesCount/EntitiesCount.d.ts +0 -0
- /package/dist/{components → src/components}/EntitiesCount/EntitiesCount.js +0 -0
- /package/dist/{components → src/components}/EntitiesCount/i18n/en.json +0 -0
- /package/dist/{components → src/components}/EntitiesCount/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/EntitiesCount/i18n/index.js +0 -0
- /package/dist/{components → src/components}/EntitiesCount/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/EntitiesCount/index.d.ts +0 -0
- /package/dist/{components → src/components}/EntitiesCount/index.js +0 -0
- /package/dist/{components → src/components}/EntityStatus/EntityStatus.d.ts +0 -0
- /package/dist/{components → src/components}/EntityStatus/EntityStatus.js +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/ErrorBoundary.d.ts +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/ErrorBoundary.js +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/i18n/en.json +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/i18n/index.js +0 -0
- /package/dist/{components → src/components}/ErrorBoundary/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/Errors/403/AccessDenied.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/403/AccessDenied.js +0 -0
- /package/dist/{components → src/components}/Errors/403/index.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/403/index.js +0 -0
- /package/dist/{components → src/components}/Errors/ResponseError/ResponseError.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/ResponseError/index.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/ResponseError/index.js +0 -0
- /package/dist/{components → src/components}/Errors/i18n/en.json +0 -0
- /package/dist/{components → src/components}/Errors/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/Errors/i18n/index.js +0 -0
- /package/dist/{components → src/components}/Errors/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/FormattedBytes/FormattedBytes.d.ts +0 -0
- /package/dist/{components → src/components}/FormattedBytes/FormattedBytes.js +0 -0
- /package/dist/{components → src/components}/FormattedBytes/utils.d.ts +0 -0
- /package/dist/{components → src/components}/FormattedBytes/utils.js +0 -0
- /package/dist/{components → src/components}/FullNodeViewer/FullNodeViewer.d.ts +0 -0
- /package/dist/{components → src/components}/FullNodeViewer/FullNodeViewer.js +0 -0
- /package/dist/{components → src/components}/Fullscreen/Fullscreen.d.ts +0 -0
- /package/dist/{components → src/components}/Fullscreen/Fullscreen.js +0 -0
- /package/dist/{components → src/components}/GroupInfo/GroupInfo.d.ts +0 -0
- /package/dist/{components → src/components}/GroupInfo/GroupInfo.js +0 -0
- /package/dist/{components → src/components}/GroupInfo/i18n/en.json +0 -0
- /package/dist/{components → src/components}/GroupInfo/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/GroupInfo/i18n/index.js +0 -0
- /package/dist/{components → src/components}/Illustration/Illustration.d.ts +0 -0
- /package/dist/{components → src/components}/Illustration/Illustration.js +0 -0
- /package/dist/{components → src/components}/Illustration/index.d.ts +0 -0
- /package/dist/{components → src/components}/Illustration/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/InfoViewer.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/InfoViewer.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/cdcStream.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/cdcStream.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/common.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/common.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/pqGroup.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/pqGroup.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/schema.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/schema.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/table.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/formatters/table.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/i18n/en.json +0 -0
- /package/dist/{components → src/components}/InfoViewer/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/i18n/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/InfoViewer/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaInfo/TableIndexInfo.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaInfo/TableIndexInfo.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaInfo/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaInfo/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/CDCStreamOverview.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/CDCStreamOverview.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/PersQueueGroupOverview.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/PersQueueGroupOverview.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/index.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/schemaOverview/index.js +0 -0
- /package/dist/{components → src/components}/InfoViewer/utils.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewer/utils.js +0 -0
- /package/dist/{components → src/components}/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +0 -0
- /package/dist/{components → src/components}/InfoViewerSkeleton/InfoViewerSkeleton.js +0 -0
- /package/dist/{components → src/components}/InternalLink/InternalLink.d.ts +0 -0
- /package/dist/{components → src/components}/InternalLink/InternalLink.js +0 -0
- /package/dist/{components → src/components}/InternalLink/index.d.ts +0 -0
- /package/dist/{components → src/components}/InternalLink/index.js +0 -0
- /package/dist/{components → src/components}/LabelWithPopover/LabelWithPopover.d.ts +0 -0
- /package/dist/{components → src/components}/LabelWithPopover/LabelWithPopover.js +0 -0
- /package/dist/{components → src/components}/LabelWithPopover/index.d.ts +0 -0
- /package/dist/{components → src/components}/LabelWithPopover/index.js +0 -0
- /package/dist/{components → src/components}/LagImages/LagImages.d.ts +0 -0
- /package/dist/{components → src/components}/LagImages/LagImages.js +0 -0
- /package/dist/{components → src/components}/LagImages/index.d.ts +0 -0
- /package/dist/{components → src/components}/LagImages/index.js +0 -0
- /package/dist/{components → src/components}/LagPopoverContent/LagPopoverContent.d.ts +0 -0
- /package/dist/{components → src/components}/LagPopoverContent/LagPopoverContent.js +0 -0
- /package/dist/{components → src/components}/LagPopoverContent/index.d.ts +0 -0
- /package/dist/{components → src/components}/LagPopoverContent/index.js +0 -0
- /package/dist/{components → src/components}/LinkToSchemaObject/LinkToSchemaObject.d.ts +0 -0
- /package/dist/{components → src/components}/LinkToSchemaObject/LinkToSchemaObject.js +0 -0
- /package/dist/{components → src/components}/LinkWithIcon/LinkWithIcon.d.ts +0 -0
- /package/dist/{components → src/components}/LinkWithIcon/LinkWithIcon.js +0 -0
- /package/dist/{components → src/components}/Loader/Loader.d.ts +0 -0
- /package/dist/{components → src/components}/Loader/Loader.js +0 -0
- /package/dist/{components → src/components}/Loader/index.d.ts +0 -0
- /package/dist/{components → src/components}/Loader/index.js +0 -0
- /package/dist/{components → src/components}/MetricChart/MetricChart.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/MetricChart.js +0 -0
- /package/dist/{components → src/components}/MetricChart/colors.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/colors.js +0 -0
- /package/dist/{components → src/components}/MetricChart/convertResponse.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/convertResponse.js +0 -0
- /package/dist/{components → src/components}/MetricChart/getChartData.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/getChartData.js +0 -0
- /package/dist/{components → src/components}/MetricChart/getDefaultDataFormatter.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/getDefaultDataFormatter.js +0 -0
- /package/dist/{components → src/components}/MetricChart/i18n/en.json +0 -0
- /package/dist/{components → src/components}/MetricChart/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/i18n/index.js +0 -0
- /package/dist/{components → src/components}/MetricChart/index.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/index.js +0 -0
- /package/dist/{components → src/components}/MetricChart/reducer.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/reducer.js +0 -0
- /package/dist/{components → src/components}/MetricChart/types.d.ts +0 -0
- /package/dist/{components → src/components}/MetricChart/types.js +0 -0
- /package/dist/{components → src/components}/MonacoEditor/MonacoEditor.d.ts +0 -0
- /package/dist/{components → src/components}/MonacoEditor/MonacoEditor.js +0 -0
- /package/dist/{components → src/components}/MonitoringButton/MonitoringButton.d.ts +0 -0
- /package/dist/{components → src/components}/MonitoringButton/MonitoringButton.js +0 -0
- /package/dist/{components → src/components}/NodeHostWrapper/NodeHostWrapper.d.ts +0 -0
- /package/dist/{components → src/components}/NodeHostWrapper/NodeHostWrapper.js +0 -0
- /package/dist/{components → src/components}/PDiskInfo/PDiskInfo.d.ts +0 -0
- /package/dist/{components → src/components}/PDiskInfo/PDiskInfo.js +0 -0
- /package/dist/{components → src/components}/PDiskInfo/i18n/en.json +0 -0
- /package/dist/{components → src/components}/PDiskInfo/i18n/index.js +0 -0
- /package/dist/{components → src/components}/PDiskPopup/PDiskPopup.d.ts +0 -0
- /package/dist/{components → src/components}/PDiskPopup/PDiskPopup.js +0 -0
- /package/dist/{components → src/components}/PageMeta/PageMeta.d.ts +0 -0
- /package/dist/{components → src/components}/PageMeta/PageMeta.js +0 -0
- /package/dist/{components → src/components}/PoolBar/PoolBar.d.ts +0 -0
- /package/dist/{components → src/components}/PoolBar/PoolBar.js +0 -0
- /package/dist/{components → src/components}/PoolUsage/PoolUsage.d.ts +0 -0
- /package/dist/{components → src/components}/PoolUsage/PoolUsage.js +0 -0
- /package/dist/{components → src/components}/PoolsGraph/PoolsGraph.d.ts +0 -0
- /package/dist/{components → src/components}/PoolsGraph/PoolsGraph.js +0 -0
- /package/dist/{components → src/components}/ProblemFilter/ProblemFilter.d.ts +0 -0
- /package/dist/{components → src/components}/ProblemFilter/ProblemFilter.js +0 -0
- /package/dist/{components → src/components}/ProblemFilter/index.d.ts +0 -0
- /package/dist/{components → src/components}/ProblemFilter/index.js +0 -0
- /package/dist/{components → src/components}/ProgressViewer/ProgressViewer.d.ts +0 -0
- /package/dist/{components → src/components}/ProgressViewer/ProgressViewer.js +0 -0
- /package/dist/{components → src/components}/QueryExecutionStatus/index.d.ts +0 -0
- /package/dist/{components → src/components}/QueryExecutionStatus/index.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/Cell/Cell.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/Cell/Cell.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/Cell/index.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/Cell/index.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/QueryResultTable.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/QueryResultTable.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/i18n/en.json +0 -0
- /package/dist/{components → src/components}/QueryResultTable/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/i18n/index.js +0 -0
- /package/dist/{components → src/components}/QueryResultTable/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/QueryResultTable/index.d.ts +0 -0
- /package/dist/{components → src/components}/QueryResultTable/index.js +0 -0
- /package/dist/{components → src/components}/ResizeableDataTable/ResizeableDataTable.d.ts +0 -0
- /package/dist/{components → src/components}/ResizeableDataTable/ResizeableDataTable.js +0 -0
- /package/dist/{components → src/components}/Search/Search.d.ts +0 -0
- /package/dist/{components → src/components}/Search/Search.js +0 -0
- /package/dist/{components → src/components}/Search/index.d.ts +0 -0
- /package/dist/{components → src/components}/Search/index.js +0 -0
- /package/dist/{components → src/components}/ShortyString/ShortyString.d.ts +0 -0
- /package/dist/{components → src/components}/ShortyString/ShortyString.js +0 -0
- /package/dist/{components → src/components}/ShortyString/i18n/en.json +0 -0
- /package/dist/{components → src/components}/ShortyString/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/ShortyString/i18n/index.js +0 -0
- /package/dist/{components → src/components}/ShortyString/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/SpeedMultiMeter.d.ts +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/SpeedMultiMeter.js +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/i18n/en.json +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/i18n/index.js +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/index.d.ts +0 -0
- /package/dist/{components → src/components}/SpeedMultiMeter/index.js +0 -0
- /package/dist/{components → src/components}/SplitPane/SplitPane.d.ts +0 -0
- /package/dist/{components → src/components}/SplitPane/SplitPane.js +0 -0
- /package/dist/{components → src/components}/SplitPane/index.d.ts +0 -0
- /package/dist/{components → src/components}/SplitPane/index.js +0 -0
- /package/dist/{components → src/components}/Stack/Stack.d.ts +0 -0
- /package/dist/{components → src/components}/Stack/Stack.js +0 -0
- /package/dist/{components → src/components}/StatusIcon/StatusIcon.d.ts +0 -0
- /package/dist/{components → src/components}/StatusIcon/StatusIcon.js +0 -0
- /package/dist/{components → src/components}/TableSkeleton/TableSkeleton.d.ts +0 -0
- /package/dist/{components → src/components}/TableSkeleton/TableSkeleton.js +0 -0
- /package/dist/{components → src/components}/TableWithControlsLayout/TableWithControlsLayout.d.ts +0 -0
- /package/dist/{components → src/components}/TableWithControlsLayout/TableWithControlsLayout.js +0 -0
- /package/dist/{components → src/components}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{components → src/components}/Tablet/Tablet.js +0 -0
- /package/dist/{components → src/components}/Tablet/index.d.ts +0 -0
- /package/dist/{components → src/components}/Tablet/index.js +0 -0
- /package/dist/{components → src/components}/TabletIcon/TabletIcon.d.ts +0 -0
- /package/dist/{components → src/components}/TabletIcon/TabletIcon.js +0 -0
- /package/dist/{components → src/components}/TabletsOverall/TabletsOverall.d.ts +0 -0
- /package/dist/{components → src/components}/TabletsOverall/TabletsOverall.js +0 -0
- /package/dist/{components → src/components}/TabletsStatistic/TabletsStatistic.d.ts +0 -0
- /package/dist/{components → src/components}/TabletsStatistic/TabletsStatistic.js +0 -0
- /package/dist/{components → src/components}/TabletsStatistic/index.d.ts +0 -0
- /package/dist/{components → src/components}/TabletsStatistic/index.js +0 -0
- /package/dist/{components → src/components}/Tag/Tag.d.ts +0 -0
- /package/dist/{components → src/components}/Tag/Tag.js +0 -0
- /package/dist/{components → src/components}/Tag/index.d.ts +0 -0
- /package/dist/{components → src/components}/Tag/index.js +0 -0
- /package/dist/{components → src/components}/Tags/Tags.d.ts +0 -0
- /package/dist/{components → src/components}/Tags/Tags.js +0 -0
- /package/dist/{components → src/components}/Tags/index.d.ts +0 -0
- /package/dist/{components → src/components}/Tags/index.js +0 -0
- /package/dist/{components → src/components}/TimeFrameSelector/TimeFrameSelector.d.ts +0 -0
- /package/dist/{components → src/components}/TimeFrameSelector/TimeFrameSelector.js +0 -0
- /package/dist/{components → src/components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +0 -0
- /package/dist/{components → src/components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +0 -0
- /package/dist/{components → src/components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +0 -0
- /package/dist/{components → src/components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.js +0 -0
- /package/dist/{components → src/components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +0 -0
- /package/dist/{components → src/components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.js +0 -0
- /package/dist/{components → src/components}/TooltipsContent/index.d.ts +0 -0
- /package/dist/{components → src/components}/TooltipsContent/index.js +0 -0
- /package/dist/{components → src/components}/TruncatedQuery/TruncatedQuery.d.ts +0 -0
- /package/dist/{components → src/components}/TruncatedQuery/TruncatedQuery.js +0 -0
- /package/dist/{components → src/components}/UptimeFIlter/UptimeFilter.d.ts +0 -0
- /package/dist/{components → src/components}/UptimeFIlter/UptimeFilter.js +0 -0
- /package/dist/{components → src/components}/UptimeFIlter/index.d.ts +0 -0
- /package/dist/{components → src/components}/UptimeFIlter/index.js +0 -0
- /package/dist/{components → src/components}/UsageLabel/UsageLabel.d.ts +0 -0
- /package/dist/{components → src/components}/UsageLabel/UsageLabel.js +0 -0
- /package/dist/{components → src/components}/User/StaffCard.d.ts +0 -0
- /package/dist/{components → src/components}/User/StaffCard.js +0 -0
- /package/dist/{components → src/components}/User/User.d.ts +0 -0
- /package/dist/{components → src/components}/User/User.js +0 -0
- /package/dist/{components → src/components}/VDisk/VDisk.d.ts +0 -0
- /package/dist/{components → src/components}/VDisk/VDisk.js +0 -0
- /package/dist/{components → src/components}/VDisk/VDiskWithDonorsStack.d.ts +0 -0
- /package/dist/{components → src/components}/VDisk/VDiskWithDonorsStack.js +0 -0
- /package/dist/{components → src/components}/VDiskInfo/VDiskInfo.d.ts +0 -0
- /package/dist/{components → src/components}/VDiskInfo/VDiskInfo.js +0 -0
- /package/dist/{components → src/components}/VDiskInfo/i18n/en.json +0 -0
- /package/dist/{components → src/components}/VDiskInfo/i18n/index.js +0 -0
- /package/dist/{components → src/components}/VDiskPopup/VDiskPopup.d.ts +0 -0
- /package/dist/{components → src/components}/VDiskPopup/VDiskPopup.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/ResizeHandler.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/ResizeHandler.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/ResizeableVirtualTable.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/ResizeableVirtualTable.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableChunk.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableChunk.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableHead.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableHead.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableRow.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/TableRow.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/VirtualTable.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/VirtualTable.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/constants.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/constants.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/i18n/en.json +0 -0
- /package/dist/{components → src/components}/VirtualTable/i18n/index.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/i18n/index.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/i18n/ru.json +0 -0
- /package/dist/{components → src/components}/VirtualTable/index.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/index.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/reducer.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/reducer.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/shared.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/shared.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/types.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/types.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/useIntersectionObserver.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/useIntersectionObserver.js +0 -0
- /package/dist/{components → src/components}/VirtualTable/utils.d.ts +0 -0
- /package/dist/{components → src/components}/VirtualTable/utils.js +0 -0
- /package/dist/{components → src/components}/slots/SlotMap.d.ts +0 -0
- /package/dist/{components → src/components}/slots/SlotMap.js +0 -0
- /package/dist/{components → src/components}/slots/createSlot.d.ts +0 -0
- /package/dist/{components → src/components}/slots/createSlot.js +0 -0
- /package/dist/{components → src/components}/slots/index.d.ts +0 -0
- /package/dist/{components → src/components}/slots/index.js +0 -0
- /package/dist/{components → src/components}/slots/types.d.ts +0 -0
- /package/dist/{components → src/components}/slots/types.js +0 -0
- /package/dist/{components → src/components}/slots/useSlots.d.ts +0 -0
- /package/dist/{components → src/components}/slots/useSlots.js +0 -0
- /package/dist/{components → src/components}/slots/utils.d.ts +0 -0
- /package/dist/{components → src/components}/slots/utils.js +0 -0
- /package/dist/{containers → src/containers}/App/App.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/App.js +0 -0
- /package/dist/{containers → src/containers}/App/Content.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/Content.js +0 -0
- /package/dist/{containers → src/containers}/App/Providers.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/Providers.js +0 -0
- /package/dist/{containers → src/containers}/App/appSlots.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/appSlots.js +0 -0
- /package/dist/{containers → src/containers}/App/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/App/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/App/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/App/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/App/index.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/AppWithClusters.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/AppWithClusters.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedNode/ExtendedNode.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/useClusterData.d.ts +0 -0
- /package/dist/{containers → src/containers}/AppWithClusters/useClusterData.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/AsideNavigation.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/AsideNavigation.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/Navigation.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/Navigation.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/useNavigationMenuItems.d.ts +0 -0
- /package/dist/{containers → src/containers}/AsideNavigation/useNavigationMenuItems.js +0 -0
- /package/dist/{containers → src/containers}/Authentication/Authentication.d.ts +0 -0
- /package/dist/{containers → src/containers}/Authentication/Authentication.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/Cluster.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/Cluster.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/ClusterInfo/ClusterInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/ClusterInfo/ClusterInfo.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/ClusterInfo/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/ClusterInfo/utils.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/VersionsBar/VersionsBar.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/VersionsBar/VersionsBar.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Cluster/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Cluster/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Cluster/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Cluster/utils.js +0 -0
- /package/dist/{containers → src/containers}/ClusterModeGuard/ClusterModeGuard.d.ts +0 -0
- /package/dist/{containers → src/containers}/ClusterModeGuard/ClusterModeGuard.js +0 -0
- /package/dist/{containers → src/containers}/ClusterModeGuard/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/ClusterModeGuard/index.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/Clusters.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/ClustersStatistics.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/ClustersStatistics.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/columns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/columns.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Clusters/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Clusters/shared.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/shared.js +0 -0
- /package/dist/{containers → src/containers}/Clusters/useSelectedColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Clusters/useSelectedColumns.js +0 -0
- /package/dist/{containers → src/containers}/Header/Header.d.ts +0 -0
- /package/dist/{containers → src/containers}/Header/Header.js +0 -0
- /package/dist/{containers → src/containers}/Header/breadcrumbs.d.ts +0 -0
- /package/dist/{containers → src/containers}/Header/breadcrumbs.js +0 -0
- /package/dist/{containers → src/containers}/Header/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Header/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Header/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/Heatmap.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/Heatmap.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/Histogram/Histogram.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/Histogram/Histogram.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/index.js +0 -0
- /package/dist/{containers → src/containers}/Heatmap/util.d.ts +0 -0
- /package/dist/{containers → src/containers}/Heatmap/util.js +0 -0
- /package/dist/{containers → src/containers}/Node/Node.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/Node.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodePages.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodePages.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/NodeStructure.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/NodeStructure.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/PDiskTitleBadge.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/Pdisk.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/Pdisk.js +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/Vdisk.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/NodeStructure/Vdisk.js +0 -0
- /package/dist/{containers → src/containers}/Node/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Node/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Node/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Node/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Nodes/Nodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/Nodes.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/NodesWrapper.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/NodesWrapper.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/VirtualNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/VirtualNodes.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/getNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/getNodes.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/getNodesColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/getNodesColumns.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Nodes/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Nodes/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Nodes/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Nodes/index.js +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/PDiskGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/PDiskGroups.js +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/PDiskPage.d.ts +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/shared.d.ts +0 -0
- /package/dist/{containers → src/containers}/PDiskPage/shared.js +0 -0
- /package/dist/{containers → src/containers}/ReduxTooltip/ReduxTooltip.d.ts +0 -0
- /package/dist/{containers → src/containers}/ReduxTooltip/ReduxTooltip.js +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/EmptyFilter.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/EmptyFilter.js +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/PDisk/PDisk.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/PDisk/PDisk.js +0 -0
- /package/dist/{containers → src/containers}/Storage/PDisk/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/PDisk/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/Storage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/Storage.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageControls/StorageControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageControls/StorageControls.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroups.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/VirtualStorageGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/VirtualStorageGroups.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/getGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/getGroups.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/getStorageGroupsColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/getStorageGroupsColumns.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodes.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/VirtualStorageNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/VirtualStorageNodes.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/getNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/getNodes.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/getStorageNodesColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/getStorageNodesColumns.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/shared.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageNodes/shared.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageTypeFilter/StorageTypeFilter.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageWrapper.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/StorageWrapper.js +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/UsageFilter.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/UsageFilter.js +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/UsageFilter/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/VirtualStorage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/VirtualStorage.js +0 -0
- /package/dist/{containers → src/containers}/Storage/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Storage/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Storage/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Storage/shared.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/shared.js +0 -0
- /package/dist/{containers → src/containers}/Storage/utils/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Storage/utils/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/Tablet.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletControls/TabletControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletControls/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletControls/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletInfo/TabletInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletInfo/TabletInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletInfo/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletInfo/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletTable/TabletTable.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletTable/TabletTable.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletTable/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/TabletTable/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablet/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablet/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablets/Tablets.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablets/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tablets/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tablets/index.js +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/TabletsFilters.d.ts +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/TabletsFilters.js +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/TabletsFilters/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Acl/Acl.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Acl/Acl.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Consumers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Consumers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/Headers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/columns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/columns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/utils/constants.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/utils/constants.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Describe/Describe.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Describe/Describe.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Diagnostics.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/HotKeys/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/Network.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/Network.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/utils.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/Headers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Partitions.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Partitions.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/columns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/columns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/constants.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/constants.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/types.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/types.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/utils.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/Filters.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/TopShards.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/ru.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Info/ExternalTable/ExternalTable.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Info/ExternalTable/ExternalTable.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/ObjectGeneral/ObjectGeneral.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/ObjectGeneral/ObjectGeneral.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/ExplainResult/ExplainResult.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/ExplainResult/utils.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/ExplainResult/utils.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Issues/Issues.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Issues/Issues.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Issues/models.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Issues/models.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Preview/Preview.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueriesHistory/QueriesHistory.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Query.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/Query.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryDuration/QueryDuration.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryDuration/QueryDuration.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryEditor/helpers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryEditor/helpers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryTabs/QueryTabs.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/QueryTabs/QueryTabs.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/SaveQuery/SaveQuery.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/SaveQuery/SaveQuery.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/SavedQueries/SavedQueries.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/SavedQueries/SavedQueries.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/utils/getPreparedResult.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Query/utils/getPreparedResult.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Schema/SchemaTree/SchemaTree.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/Schema/SchemaTree/SchemaTree.js +0 -0
- /package/dist/{store/reducers/authentication → src/containers/Tenant/Schema/SchemaViewer}/types.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/Tenant.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/TenantPages.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/TenantPages.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/i18n/en.json +0 -0
- /package/dist/{containers → src/containers}/Tenant/i18n/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/constants.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/constants.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/index.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/index.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/paneVisibilityToggleHelpers.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/paneVisibilityToggleHelpers.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/queryTemplates.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/queryTemplates.js +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/schema.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/schemaActions.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenant/utils/schemaControls.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenants/Tenants.d.ts +0 -0
- /package/dist/{containers → src/containers}/Tenants/Tenants.js +0 -0
- /package/dist/{containers → src/containers}/UserSettings/UserSettings.d.ts +0 -0
- /package/dist/{containers → src/containers}/UserSettings/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/VDiskPage/VDiskPage.d.ts +0 -0
- /package/dist/{containers → src/containers}/VDiskPage/i18n/index.js +0 -0
- /package/dist/{containers → src/containers}/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/GroupedNodesTree/GroupedNodesTree.js +0 -0
- /package/dist/{containers → src/containers}/Versions/NodesTable/NodesTable.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/NodesTable/NodesTable.js +0 -0
- /package/dist/{containers → src/containers}/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/NodesTreeTitle/NodesTreeTitle.js +0 -0
- /package/dist/{containers → src/containers}/Versions/Versions.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/Versions.js +0 -0
- /package/dist/{containers → src/containers}/Versions/groupNodes.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/groupNodes.js +0 -0
- /package/dist/{containers → src/containers}/Versions/types.d.ts +0 -0
- /package/dist/{containers → src/containers}/Versions/types.js +0 -0
- /package/dist/{lib.d.ts → src/lib.d.ts} +0 -0
- /package/dist/{lib.js → src/lib.js} +0 -0
- /package/dist/{reportWebVitals.d.ts → src/reportWebVitals.d.ts} +0 -0
- /package/dist/{reportWebVitals.js → src/reportWebVitals.js} +0 -0
- /package/dist/{routes.d.ts → src/routes.d.ts} +0 -0
- /package/dist/{routes.js → src/routes.js} +0 -0
- /package/dist/{services → src/services}/api.js +0 -0
- /package/dist/{services → src/services}/parsers/parseMetaCluster.d.ts +0 -0
- /package/dist/{services → src/services}/parsers/parseMetaCluster.js +0 -0
- /package/dist/{services → src/services}/parsers/parseMetaTenants.d.ts +0 -0
- /package/dist/{services → src/services}/parsers/parseMetaTenants.js +0 -0
- /package/dist/{store → src/store}/configureStore.js +0 -0
- /package/dist/{store → src/store}/defaultStore.js +0 -0
- /package/dist/{store → src/store}/getUrlData.d.ts +0 -0
- /package/dist/{store → src/store}/getUrlData.js +0 -0
- /package/dist/{store → src/store}/index.d.ts +0 -0
- /package/dist/{store → src/store}/index.js +0 -0
- /package/dist/{store → src/store}/reducers/api.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/api.js +0 -0
- /package/dist/{store/reducers/cluster → src/store/reducers/authentication}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.js +0 -0
- /package/dist/{store → src/store}/reducers/cluster/cluster.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/cluster/types.d.ts +0 -0
- /package/dist/{store/reducers/clusters → src/store/reducers/cluster}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/cluster/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/cluster/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/clusterNodes/clusterNodes.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/clusterNodes/clusterNodes.js +0 -0
- /package/dist/{store → src/store}/reducers/clusters/clusters.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/clusters/clusters.js +0 -0
- /package/dist/{store → src/store}/reducers/clusters/selectors.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/clusters/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/clusters/types.d.ts +0 -0
- /package/dist/{store/reducers/executeTopQueries → src/store/reducers/clusters}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/clusters/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/clusters/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/describe.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/describe.js +0 -0
- /package/dist/{store → src/store}/reducers/executeTopQueries/executeTopQueries.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/executeTopQueries/types.d.ts +0 -0
- /package/dist/{store/reducers/header → src/store/reducers/executeTopQueries}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/executeTopQueries/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/executeTopQueries/utils.js +0 -0
- /package/dist/{store/reducers/healthcheckInfo → src/store/reducers/explainQuery}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/fullscreen.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/fullscreen.js +0 -0
- /package/dist/{store → src/store}/reducers/header/header.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/header/header.js +0 -0
- /package/dist/{store → src/store}/reducers/header/types.d.ts +0 -0
- /package/dist/{store/reducers/hotKeys → src/store/reducers/header}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/healthcheckInfo/healthcheckInfo.js +0 -0
- /package/dist/{store → src/store}/reducers/healthcheckInfo/types.d.ts +0 -0
- /package/dist/{store/reducers/node → src/store/reducers/healthcheckInfo}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/healthcheckInfo/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/healthcheckInfo/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/heatmap.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/heatmap.js +0 -0
- /package/dist/{store → src/store}/reducers/host.js +0 -0
- /package/dist/{store → src/store}/reducers/hotKeys/hotKeys.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/hotKeys/hotKeys.js +0 -0
- /package/dist/{store → src/store}/reducers/hotKeys/types.d.ts +0 -0
- /package/dist/{store/reducers/nodes → src/store/reducers/hotKeys}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/network/network.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/network/network.js +0 -0
- /package/dist/{store → src/store}/reducers/node/node.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/node/node.js +0 -0
- /package/dist/{store → src/store}/reducers/node/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/node/types.d.ts +0 -0
- /package/dist/{store/reducers/partitions → src/store/reducers/node}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/node/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/node/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/nodes/nodes.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/nodes/nodes.js +0 -0
- /package/dist/{store → src/store}/reducers/nodes/selectors.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/nodes/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/nodes/types.d.ts +0 -0
- /package/dist/{store/reducers/pdisk → src/store/reducers/nodes}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/nodes/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/nodes/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/nodesList.js +0 -0
- /package/dist/{store → src/store}/reducers/olapStats.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/overview/overview.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/overview/overview.js +0 -0
- /package/dist/{store → src/store}/reducers/partitions/partitions.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/partitions/partitions.js +0 -0
- /package/dist/{store → src/store}/reducers/partitions/types.d.ts +0 -0
- /package/dist/{store/reducers/schema → src/store/reducers/partitions}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/partitions/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/partitions/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/pdisk.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/pdisk.js +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/types.d.ts +0 -0
- /package/dist/{store/reducers/schemaAcl → src/store/reducers/pdisk}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/pdisk/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/preview.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/saveQuery.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/saveQuery.js +0 -0
- /package/dist/{store → src/store}/reducers/schema/schema.js +0 -0
- /package/dist/{store → src/store}/reducers/schema/types.d.ts +0 -0
- /package/dist/{store/reducers/settings → src/store/reducers/schema}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/schemaAcl/schemaAcl.js +0 -0
- /package/dist/{store → src/store}/reducers/schemaAcl/types.d.ts +0 -0
- /package/dist/{store/reducers/tenantOverview/topStorageGroups → src/store/reducers/schemaAcl}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/settings/settings.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/settings/settings.js +0 -0
- /package/dist/{store → src/store}/reducers/settings/types.d.ts +0 -0
- /package/dist/{store/reducers/tenants → src/store/reducers/settings}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/shardsWorkload/shardsWorkload.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/shardsWorkload/types.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/shardsWorkload/types.js +0 -0
- /package/dist/{store → src/store}/reducers/singleClusterMode.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/singleClusterMode.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/constants.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/constants.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/selectors.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/storage.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/storage.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/types.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/types.js +0 -0
- /package/dist/{store → src/store}/reducers/storage/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/storage/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/tablet.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tablet.js +0 -0
- /package/dist/{store → src/store}/reducers/tablets.js +0 -0
- /package/dist/{store → src/store}/reducers/tabletsFilters.js +0 -0
- /package/dist/{store → src/store}/reducers/tenant/constants.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenant/constants.js +0 -0
- /package/dist/{store → src/store}/reducers/tenant/tenant.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenant/tenant.js +0 -0
- /package/dist/{store → src/store}/reducers/tenant/types.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenant/types.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topNodes/topNodes.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topNodes/topNodes.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topShards/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topShards/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -0
- /package/dist/{store/reducers/vdisk → src/store/reducers/tenantOverview/topStorageGroups}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/contants.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenants/contants.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/selectors.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/tenants.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenants/tenants.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/types.d.ts +0 -0
- /package/dist/{utils/disks → src/store/reducers/tenants}/types.js +0 -0
- /package/dist/{store → src/store}/reducers/tenants/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tenants/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/tooltip.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/tooltip.js +0 -0
- /package/dist/{store → src/store}/reducers/topic.js +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/types.d.ts +0 -0
- /package/dist/{types/additionalProps.js → src/store/reducers/vdisk/types.js} +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/utils.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/utils.js +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/vdisk.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/vdisk/vdisk.js +0 -0
- /package/dist/{store → src/store}/state-url-mapping.d.ts +0 -0
- /package/dist/{store → src/store}/state-url-mapping.js +0 -0
- /package/dist/{types → src/types}/additionalProps.d.ts +0 -0
- /package/dist/{types/api/acl.js → src/types/additionalProps.js} +0 -0
- /package/dist/{types → src/types}/api/acl.d.ts +0 -0
- /package/dist/{types/api/autocomplete.js → src/types/api/acl.js} +0 -0
- /package/dist/{types → src/types}/api/autocomplete.d.ts +0 -0
- /package/dist/{types/api/cluster.js → src/types/api/autocomplete.js} +0 -0
- /package/dist/{types → src/types}/api/cluster.d.ts +0 -0
- /package/dist/{types/api/common.js → src/types/api/cluster.js} +0 -0
- /package/dist/{types → src/types}/api/common.d.ts +0 -0
- /package/dist/{types → src/types/api}/common.js +0 -0
- /package/dist/{types → src/types}/api/compute.d.ts +0 -0
- /package/dist/{types → src/types}/api/compute.js +0 -0
- /package/dist/{types → src/types}/api/consumer.d.ts +0 -0
- /package/dist/{types → src/types}/api/consumer.js +0 -0
- /package/dist/{types → src/types}/api/enums.d.ts +0 -0
- /package/dist/{types → src/types}/api/enums.js +0 -0
- /package/dist/{types → src/types}/api/error.d.ts +0 -0
- /package/dist/{types → src/types}/api/error.js +0 -0
- /package/dist/{types → src/types}/api/healthcheck.d.ts +0 -0
- /package/dist/{types → src/types}/api/healthcheck.js +0 -0
- /package/dist/{types → src/types}/api/hotkeys.d.ts +0 -0
- /package/dist/{types → src/types}/api/hotkeys.js +0 -0
- /package/dist/{types → src/types}/api/meta.d.ts +0 -0
- /package/dist/{types → src/types}/api/meta.js +0 -0
- /package/dist/{types → src/types}/api/netInfo.d.ts +0 -0
- /package/dist/{types → src/types}/api/netInfo.js +0 -0
- /package/dist/{types → src/types}/api/nodes.d.ts +0 -0
- /package/dist/{types → src/types}/api/nodes.js +0 -0
- /package/dist/{types → src/types}/api/nodesList.d.ts +0 -0
- /package/dist/{types → src/types}/api/nodesList.js +0 -0
- /package/dist/{types → src/types}/api/pdisk.d.ts +0 -0
- /package/dist/{types → src/types}/api/pdisk.js +0 -0
- /package/dist/{types → src/types}/api/query.d.ts +0 -0
- /package/dist/{types → src/types}/api/query.js +0 -0
- /package/dist/{types → src/types}/api/render.d.ts +0 -0
- /package/dist/{types → src/types}/api/render.js +0 -0
- /package/dist/{types → src/types}/api/restartPDisk.d.ts +0 -0
- /package/dist/{types → src/types}/api/restartPDisk.js +0 -0
- /package/dist/{types → src/types}/api/schema/cdcStream.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/cdcStream.js +0 -0
- /package/dist/{types → src/types}/api/schema/columnEntity.js +0 -0
- /package/dist/{types → src/types}/api/schema/externalDataSource.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/externalDataSource.js +0 -0
- /package/dist/{types → src/types}/api/schema/externalTable.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/externalTable.js +0 -0
- /package/dist/{types → src/types}/api/schema/index.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/index.js +0 -0
- /package/dist/{types → src/types}/api/schema/persQueueGroup.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/persQueueGroup.js +0 -0
- /package/dist/{types → src/types}/api/schema/shared.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/shared.js +0 -0
- /package/dist/{types → src/types}/api/schema/table.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/table.js +0 -0
- /package/dist/{types → src/types}/api/schema/tableIndex.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/tableIndex.js +0 -0
- /package/dist/{types → src/types}/api/schema/view.d.ts +0 -0
- /package/dist/{types → src/types}/api/schema/view.js +0 -0
- /package/dist/{types → src/types}/api/storage.d.ts +0 -0
- /package/dist/{types → src/types}/api/storage.js +0 -0
- /package/dist/{types → src/types}/api/systemState.d.ts +0 -0
- /package/dist/{types → src/types}/api/systemState.js +0 -0
- /package/dist/{types → src/types}/api/tablet.d.ts +0 -0
- /package/dist/{types → src/types}/api/tablet.js +0 -0
- /package/dist/{types → src/types}/api/tenant.d.ts +0 -0
- /package/dist/{types → src/types}/api/tenant.js +0 -0
- /package/dist/{types → src/types}/api/topic.d.ts +0 -0
- /package/dist/{types → src/types}/api/topic.js +0 -0
- /package/dist/{types → src/types}/api/vdisk.d.ts +0 -0
- /package/dist/{types → src/types}/api/vdisk.js +0 -0
- /package/dist/{types → src/types}/api/whoami.js +0 -0
- /package/dist/{types → src/types}/common.d.ts +0 -0
- /package/dist/{types/store/describe.js → src/types/common.js} +0 -0
- /package/dist/{types → src/types}/index.d.ts +0 -0
- /package/dist/{types → src/types}/index.js +0 -0
- /package/dist/{types → src/types}/store/describe.d.ts +0 -0
- /package/dist/{types/store/executeQuery.js → src/types/store/describe.js} +0 -0
- /package/dist/{types/store/explainQuery.js → src/types/store/executeQuery.js} +0 -0
- /package/dist/{types → src/types}/store/heatmap.d.ts +0 -0
- /package/dist/{types → src/types}/store/heatmap.js +0 -0
- /package/dist/{types → src/types}/store/host.d.ts +0 -0
- /package/dist/{types → src/types}/store/host.js +0 -0
- /package/dist/{types → src/types}/store/nodesList.d.ts +0 -0
- /package/dist/{types → src/types}/store/nodesList.js +0 -0
- /package/dist/{types → src/types}/store/query.d.ts +0 -0
- /package/dist/{types → src/types}/store/query.js +0 -0
- /package/dist/{types → src/types}/store/tablet.d.ts +0 -0
- /package/dist/{types → src/types}/store/tablet.js +0 -0
- /package/dist/{types → src/types}/store/tablets.d.ts +0 -0
- /package/dist/{types → src/types}/store/tablets.js +0 -0
- /package/dist/{types → src/types}/store/tooltip.d.ts +0 -0
- /package/dist/{types → src/types}/store/tooltip.js +0 -0
- /package/dist/{types → src/types}/store/topic.d.ts +0 -0
- /package/dist/{types → src/types}/store/topic.js +0 -0
- /package/dist/{types → src/types}/versions.d.ts +0 -0
- /package/dist/{types → src/types}/versions.js +0 -0
- /package/dist/{utils → src/utils}/__test__/monitoring.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/__test__/monitoring.test.js +0 -0
- /package/dist/{utils → src/utils}/__test__/parseBalancer.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/__test__/parseBalancer.test.js +0 -0
- /package/dist/{utils → src/utils}/__test__/prepareBackend.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/__test__/prepareBackend.test.js +0 -0
- /package/dist/{utils → src/utils}/additionalProps.d.ts +0 -0
- /package/dist/{utils → src/utils}/additionalProps.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/__test__/formatBytes.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/__test__/formatBytes.test.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/convertBytesObjectToSpeed.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/convertBytesObjectToSpeed.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/formatBytes.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/formatBytes.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/i18n/en.json +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/i18n/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/i18n/index.js +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/i18n/ru.json +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/bytesParsers/index.js +0 -0
- /package/dist/{utils → src/utils}/clusterVersionColors.d.ts +0 -0
- /package/dist/{utils → src/utils}/clusterVersionColors.js +0 -0
- /package/dist/{utils → src/utils}/cn.d.ts +0 -0
- /package/dist/{utils → src/utils}/cn.js +0 -0
- /package/dist/{utils → src/utils}/createToast.d.ts +0 -0
- /package/dist/{utils → src/utils}/createToast.js +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/__test__/roundToSignificant.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/__test__/roundToSignificant.test.js +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/dataFormatters.d.ts +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/dataFormatters.js +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/i18n/en.json +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/i18n/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/i18n/index.js +0 -0
- /package/dist/{utils → src/utils}/dataFormatters/i18n/ru.json +0 -0
- /package/dist/{utils → src/utils}/developerUI/__test__/developerUI.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/developerUI/__test__/developerUI.test.js +0 -0
- /package/dist/{utils → src/utils}/developerUI/developerUI.d.ts +0 -0
- /package/dist/{utils → src/utils}/developerUI/developerUI.js +0 -0
- /package/dist/{utils → src/utils}/diagnostics.d.ts +0 -0
- /package/dist/{utils → src/utils}/diagnostics.js +0 -0
- /package/dist/{utils → src/utils}/disks/__test__/calculatePDiskSeverity.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/__test__/calculatePDiskSeverity.test.js +0 -0
- /package/dist/{utils → src/utils}/disks/__test__/calculateVDiskSeverity.test.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/__test__/calculateVDiskSeverity.test.js +0 -0
- /package/dist/{utils → src/utils}/disks/calculatePDiskSeverity.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/calculatePDiskSeverity.js +0 -0
- /package/dist/{utils → src/utils}/disks/calculateVDiskSeverity.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/calculateVDiskSeverity.js +0 -0
- /package/dist/{utils → src/utils}/disks/constants.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/constants.js +0 -0
- /package/dist/{utils → src/utils}/disks/getPDiskType.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/getPDiskType.js +0 -0
- /package/dist/{utils → src/utils}/disks/helpers.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/helpers.js +0 -0
- /package/dist/{utils → src/utils}/disks/prepareDisks.d.ts +0 -0
- /package/dist/{utils → src/utils}/disks/prepareDisks.js +0 -0
- /package/dist/{utils → src/utils}/disks/types.d.ts +0 -0
- /package/dist/{utils/query.test.d.ts → src/utils/disks/types.js} +0 -0
- /package/dist/{utils → src/utils}/filters.d.ts +0 -0
- /package/dist/{utils → src/utils}/filters.js +0 -0
- /package/dist/{utils → src/utils}/generateEvaluator.d.ts +0 -0
- /package/dist/{utils → src/utils}/generateEvaluator.js +0 -0
- /package/dist/{utils → src/utils}/generateHash.d.ts +0 -0
- /package/dist/{utils → src/utils}/generateHash.js +0 -0
- /package/dist/{utils → src/utils}/hooks/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/index.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useNodesRequestParams.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useNodesRequestParams.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useQueryModes.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useQueryModes.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useSearchQuery.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useSearchQuery.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useSetting.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useSetting.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useStorageRequestParams.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useStorageRequestParams.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useTableResize.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useTableResize.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useTableSort.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useTableSort.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useTypedDispatch.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useTypedDispatch.js +0 -0
- /package/dist/{utils → src/utils}/hooks/useTypedSelector.d.ts +0 -0
- /package/dist/{utils → src/utils}/hooks/useTypedSelector.js +0 -0
- /package/dist/{utils → src/utils}/i18n/i18n.d.ts +0 -0
- /package/dist/{utils → src/utils}/i18n/i18n.js +0 -0
- /package/dist/{utils → src/utils}/i18n/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/i18n/index.js +0 -0
- /package/dist/{utils → src/utils}/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/index.js +0 -0
- /package/dist/{utils → src/utils}/lazyComponent.d.ts +0 -0
- /package/dist/{utils → src/utils}/lazyComponent.js +0 -0
- /package/dist/{utils → src/utils}/monaco/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/index.js +0 -0
- /package/dist/{utils → src/utils}/monaco/s-expression/constants.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/s-expression/constants.js +0 -0
- /package/dist/{utils → src/utils}/monaco/s-expression/registerLanguage.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/s-expression/registerLanguage.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/registerLanguage.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/registerLanguage.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.completionItemProvider.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.completionItemProvider.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.keywords.d.ts +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yql.keywords.js +0 -0
- /package/dist/{utils → src/utils}/monaco/yql/yqlSuggestions.d.ts +0 -0
- /package/dist/{utils → src/utils}/monitoring.d.ts +0 -0
- /package/dist/{utils → src/utils}/monitoring.js +0 -0
- /package/dist/{utils → src/utils}/nodes.d.ts +0 -0
- /package/dist/{utils → src/utils}/nodes.js +0 -0
- /package/dist/{utils → src/utils}/numeral.d.ts +0 -0
- /package/dist/{utils → src/utils}/numeral.js +0 -0
- /package/dist/{utils → src/utils}/parseBalancer.d.ts +0 -0
- /package/dist/{utils → src/utils}/parseBalancer.js +0 -0
- /package/dist/{utils → src/utils}/prepareBackend.d.ts +0 -0
- /package/dist/{utils → src/utils}/prepareBackend.js +0 -0
- /package/dist/{utils → src/utils}/prepareQueryExplain.d.ts +0 -0
- /package/dist/{utils → src/utils}/prepareQueryExplain.js +0 -0
- /package/dist/{utils/timeParsers/__test__/formatDuration.test.d.ts → src/utils/query.test.d.ts} +0 -0
- /package/dist/{utils → src/utils}/query.test.js +0 -0
- /package/dist/{utils → src/utils}/registerError.d.ts +0 -0
- /package/dist/{utils → src/utils}/registerError.js +0 -0
- /package/dist/{utils → src/utils}/storage.d.ts +0 -0
- /package/dist/{utils → src/utils}/storage.js +0 -0
- /package/dist/{utils → src/utils}/tablet.d.ts +0 -0
- /package/dist/{utils → src/utils}/tablet.js +0 -0
- /package/dist/{utils/timeParsers/__test__/protobuf.test.d.ts → src/utils/timeParsers/__test__/formatDuration.test.d.ts} +0 -0
- /package/dist/{utils → src/utils}/timeParsers/__test__/formatDuration.test.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/__test__/protobuf.test.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/formatDuration.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/formatDuration.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/i18n/en.json +0 -0
- /package/dist/{utils → src/utils}/timeParsers/i18n/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/i18n/index.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/i18n/ru.json +0 -0
- /package/dist/{utils → src/utils}/timeParsers/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/index.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/parsers.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/parsers.js +0 -0
- /package/dist/{utils → src/utils}/timeParsers/protobufParsers.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeParsers/protobufParsers.js +0 -0
- /package/dist/{utils → src/utils}/timeframes.d.ts +0 -0
- /package/dist/{utils → src/utils}/timeframes.js +0 -0
- /package/dist/{utils → src/utils}/tooltip.d.ts +0 -0
- /package/dist/{utils → src/utils}/tooltip.js +0 -0
- /package/dist/{utils → src/utils}/typecheckers.d.ts +0 -0
- /package/dist/{utils → src/utils}/typecheckers.js +0 -0
- /package/dist/{utils → src/utils}/utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/utils.js +0 -0
- /package/dist/{utils → src/utils}/versions/getVersionsColors.d.ts +0 -0
- /package/dist/{utils → src/utils}/versions/getVersionsColors.js +0 -0
- /package/dist/{utils → src/utils}/versions/index.d.ts +0 -0
- /package/dist/{utils → src/utils}/versions/index.js +0 -0
- /package/dist/{utils → src/utils}/versions/parseNodesToVersionsValues.d.ts +0 -0
- /package/dist/{utils → src/utils}/versions/parseNodesToVersionsValues.js +0 -0
- /package/dist/{utils → src/utils}/versions/parseVersion.d.ts +0 -0
- /package/dist/{utils → src/utils}/versions/parseVersion.js +0 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
import type { ColumnAliasSuggestion, KeywordSuggestion, YQLEntity, YqlAutocompleteResult } from '@gravity-ui/websql-autocomplete';
|
2
|
+
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
|
3
|
+
export declare function generateColumnsSuggestion(rangeToInsertSuggestion: monaco.IRange, suggestColumns: YqlAutocompleteResult['suggestColumns'] | undefined, database: string): Promise<monaco.languages.CompletionItem[]>;
|
4
|
+
export declare function generateColumnAliasesSuggestion(rangeToInsertSuggestion: monaco.IRange, suggestColumnAliases?: ColumnAliasSuggestion[]): {
|
5
|
+
label: string;
|
6
|
+
insertText: string;
|
7
|
+
kind: monaco.languages.CompletionItemKind;
|
8
|
+
detail: string;
|
9
|
+
range: monaco.IRange;
|
10
|
+
sortText: string;
|
11
|
+
}[];
|
12
|
+
export declare function generateKeywordsSuggestion(rangeToInsertSuggestion: monaco.IRange, suggestKeywords?: KeywordSuggestion[]): {
|
13
|
+
label: string;
|
14
|
+
insertText: string;
|
15
|
+
kind: monaco.languages.CompletionItemKind;
|
16
|
+
detail: string;
|
17
|
+
range: monaco.IRange;
|
18
|
+
sortText: string;
|
19
|
+
}[];
|
20
|
+
export declare function generateEntitiesSuggestion(rangeToInsertSuggestion: monaco.IRange, suggestEntities: YQLEntity[], database: string, prefix?: string): Promise<monaco.languages.CompletionItem[]>;
|
21
|
+
export declare function generateSimpleFunctionsSuggestion(rangeToInsertSuggestion: monaco.IRange): Promise<monaco.languages.CompletionItem[]>;
|
22
|
+
export declare function generateSimpleTypesSuggestion(rangeToInsertSuggestion: monaco.IRange): Promise<monaco.languages.CompletionItem[]>;
|
23
|
+
export declare function generateUdfSuggestion(rangeToInsertSuggestion: monaco.IRange): Promise<monaco.languages.CompletionItem[]>;
|
24
|
+
export declare function generateWindowFunctionsSuggestion(rangeToInsertSuggestion: monaco.IRange): Promise<monaco.languages.CompletionItem[]>;
|
25
|
+
export declare function generateTableFunctionsSuggestion(rangeToInsertSuggestion: monaco.IRange): Promise<monaco.languages.CompletionItem[]>;
|
26
|
+
export declare function generateAggregateFunctionsSuggestion(rangeToInsertSuggestion: monaco.IRange): Promise<monaco.languages.CompletionItem[]>;
|
27
|
+
export declare function generatePragmasSuggestion(rangeToInsertSuggestion: monaco.IRange): Promise<monaco.languages.CompletionItem[]>;
|
28
|
+
export declare function generateEntitySettingsSuggestion(rangeToInsertSuggestion: monaco.IRange, entityType: YQLEntity): Promise<monaco.languages.CompletionItem[]>;
|
@@ -0,0 +1,358 @@
|
|
1
|
+
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
|
2
|
+
import { AggregateFunctions, EntitySettings, Pragmas, SimpleFunctions, SimpleTypes, TableFunction, Udfs, WindowFunctions, } from './constants';
|
3
|
+
const CompletionItemKind = {
|
4
|
+
Method: 0,
|
5
|
+
Function: 1,
|
6
|
+
Constructor: 2,
|
7
|
+
Field: 3,
|
8
|
+
Variable: 4,
|
9
|
+
Class: 5,
|
10
|
+
Struct: 6,
|
11
|
+
Interface: 7,
|
12
|
+
Module: 8,
|
13
|
+
Property: 9,
|
14
|
+
Event: 10,
|
15
|
+
Operator: 11,
|
16
|
+
Unit: 12,
|
17
|
+
Value: 13,
|
18
|
+
Constant: 14,
|
19
|
+
Enum: 15,
|
20
|
+
EnumMember: 16,
|
21
|
+
Keyword: 17,
|
22
|
+
Text: 18,
|
23
|
+
Color: 19,
|
24
|
+
File: 20,
|
25
|
+
Reference: 21,
|
26
|
+
Customcolor: 22,
|
27
|
+
Folder: 23,
|
28
|
+
TypeParameter: 24,
|
29
|
+
User: 25,
|
30
|
+
Issue: 26,
|
31
|
+
Snippet: 27,
|
32
|
+
};
|
33
|
+
const re = /[\s'"-/@]/;
|
34
|
+
const suggestionEntityToAutocomplete = {
|
35
|
+
externalDataSource: ['external_data_source'],
|
36
|
+
externalTable: ['external_table'],
|
37
|
+
replication: ['replication'],
|
38
|
+
table: ['table', 'column_table'],
|
39
|
+
tableStore: ['column_store'],
|
40
|
+
topic: ['pers_queue_group'],
|
41
|
+
view: ['view'],
|
42
|
+
tableIndex: ['table_index', 'index'],
|
43
|
+
};
|
44
|
+
const commonSuggestionEntities = ['dir', 'unknown'];
|
45
|
+
function filterAutocompleteEntities(autocompleteEntities, suggestions) {
|
46
|
+
const suggestionsSet = suggestions.reduce((acc, el) => {
|
47
|
+
const autocompleteEntity = suggestionEntityToAutocomplete[el];
|
48
|
+
if (autocompleteEntity) {
|
49
|
+
autocompleteEntity.forEach((el) => acc.add(el));
|
50
|
+
}
|
51
|
+
return acc;
|
52
|
+
}, new Set(commonSuggestionEntities));
|
53
|
+
return autocompleteEntities.filter(({ Type }) => suggestionsSet.has(Type));
|
54
|
+
}
|
55
|
+
function wrapStringToBackticks(value) {
|
56
|
+
let result = value;
|
57
|
+
if (value.match(re)) {
|
58
|
+
result = `\`${value}\``;
|
59
|
+
}
|
60
|
+
return result;
|
61
|
+
}
|
62
|
+
function removeBackticks(value) {
|
63
|
+
let sliceStart = 0;
|
64
|
+
let sliceEnd = value.length;
|
65
|
+
if (value.startsWith('`')) {
|
66
|
+
sliceStart = 1;
|
67
|
+
}
|
68
|
+
if (value.endsWith('`')) {
|
69
|
+
sliceEnd = -1;
|
70
|
+
}
|
71
|
+
return value.slice(sliceStart, sliceEnd);
|
72
|
+
}
|
73
|
+
function removeStartSlash(value) {
|
74
|
+
if (value.startsWith('/')) {
|
75
|
+
return value.slice(1);
|
76
|
+
}
|
77
|
+
return value;
|
78
|
+
}
|
79
|
+
function normalizeEntityPrefix(value = '', database) {
|
80
|
+
let cleanedValue = removeStartSlash(removeBackticks(value));
|
81
|
+
const cleanedDatabase = removeStartSlash(database);
|
82
|
+
if (cleanedValue.startsWith(cleanedDatabase)) {
|
83
|
+
cleanedValue = cleanedValue.slice(cleanedDatabase.length);
|
84
|
+
}
|
85
|
+
return removeStartSlash(cleanedValue);
|
86
|
+
}
|
87
|
+
const SuggestionsWeight = {
|
88
|
+
suggestTemplates: 0,
|
89
|
+
suggestPragmas: 1,
|
90
|
+
suggestEntity: 2,
|
91
|
+
suggestColumns: 3,
|
92
|
+
suggestColumnAliases: 4,
|
93
|
+
suggestTableIndexes: 5,
|
94
|
+
suggestTableHints: 6,
|
95
|
+
suggestEntitySettings: 7,
|
96
|
+
suggestKeywords: 8,
|
97
|
+
suggestAggregateFunctions: 9,
|
98
|
+
suggestTableFunctions: 10,
|
99
|
+
suggestWindowFunctions: 11,
|
100
|
+
suggestFunctions: 12,
|
101
|
+
suggestSimpleTypes: 13,
|
102
|
+
suggestUdfs: 14,
|
103
|
+
};
|
104
|
+
function getSuggestionIndex(suggestionType) {
|
105
|
+
return SuggestionsWeight[suggestionType];
|
106
|
+
}
|
107
|
+
async function getSimpleFunctions() {
|
108
|
+
return SimpleFunctions;
|
109
|
+
}
|
110
|
+
async function getWindowFunctions() {
|
111
|
+
return WindowFunctions;
|
112
|
+
}
|
113
|
+
async function getTableFunctions() {
|
114
|
+
return TableFunction;
|
115
|
+
}
|
116
|
+
async function getAggregateFunctions() {
|
117
|
+
return AggregateFunctions;
|
118
|
+
}
|
119
|
+
async function getPragmas() {
|
120
|
+
return Pragmas;
|
121
|
+
}
|
122
|
+
async function getEntitySettings(entityType) {
|
123
|
+
return EntitySettings[entityType];
|
124
|
+
}
|
125
|
+
async function getUdfs() {
|
126
|
+
return Udfs;
|
127
|
+
}
|
128
|
+
async function getSimpleTypes() {
|
129
|
+
return SimpleTypes;
|
130
|
+
}
|
131
|
+
export async function generateColumnsSuggestion(rangeToInsertSuggestion, suggestColumns, database) {
|
132
|
+
var _a, _b, _c;
|
133
|
+
if (!(suggestColumns === null || suggestColumns === void 0 ? void 0 : suggestColumns.tables)) {
|
134
|
+
return [];
|
135
|
+
}
|
136
|
+
const suggestions = [];
|
137
|
+
const multi = suggestColumns.tables.length > 1;
|
138
|
+
const normalizedTableNames = (_b = (_a = suggestColumns.tables) === null || _a === void 0 ? void 0 : _a.map((entity) => {
|
139
|
+
let normalizedEntityName = removeBackticks(entity.name);
|
140
|
+
if (!normalizedEntityName.endsWith('/')) {
|
141
|
+
normalizedEntityName = `${normalizedEntityName}/`;
|
142
|
+
}
|
143
|
+
return normalizeEntityPrefix(normalizedEntityName, database);
|
144
|
+
})) !== null && _b !== void 0 ? _b : [];
|
145
|
+
// remove duplicates if any
|
146
|
+
const filteredTableNames = Array.from(new Set(normalizedTableNames));
|
147
|
+
const autocompleteResponse = await window.api.autocomplete({
|
148
|
+
database,
|
149
|
+
table: filteredTableNames,
|
150
|
+
limit: 1000,
|
151
|
+
});
|
152
|
+
if (!autocompleteResponse.Success) {
|
153
|
+
return [];
|
154
|
+
}
|
155
|
+
const tableNameToAliasMap = (_c = suggestColumns.tables) === null || _c === void 0 ? void 0 : _c.reduce((acc, entity) => {
|
156
|
+
var _a;
|
157
|
+
const normalizedEntityName = normalizeEntityPrefix(removeBackticks(entity.name), database);
|
158
|
+
const aliases = (_a = acc[normalizedEntityName]) !== null && _a !== void 0 ? _a : [];
|
159
|
+
if (entity.alias) {
|
160
|
+
aliases.push(entity.alias);
|
161
|
+
}
|
162
|
+
acc[normalizedEntityName] = aliases;
|
163
|
+
return acc;
|
164
|
+
}, {});
|
165
|
+
autocompleteResponse.Result.Entities.forEach((col) => {
|
166
|
+
if (col.Type !== 'column') {
|
167
|
+
return;
|
168
|
+
}
|
169
|
+
const normalizedName = wrapStringToBackticks(col.Name);
|
170
|
+
const normalizedParentName = normalizeEntityPrefix(col.Parent, database);
|
171
|
+
const aliases = tableNameToAliasMap[normalizedParentName];
|
172
|
+
if (aliases === null || aliases === void 0 ? void 0 : aliases.length) {
|
173
|
+
aliases.forEach((a) => {
|
174
|
+
const columnNameSuggestion = `${a}.${normalizedName}`;
|
175
|
+
suggestions.push({
|
176
|
+
label: columnNameSuggestion,
|
177
|
+
insertText: columnNameSuggestion,
|
178
|
+
kind: CompletionItemKind.Field,
|
179
|
+
detail: 'Column',
|
180
|
+
range: rangeToInsertSuggestion,
|
181
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestColumns')),
|
182
|
+
});
|
183
|
+
});
|
184
|
+
}
|
185
|
+
else {
|
186
|
+
let columnNameSuggestion = normalizedName;
|
187
|
+
if (multi) {
|
188
|
+
columnNameSuggestion = `${wrapStringToBackticks(normalizedParentName)}.${normalizedName}`;
|
189
|
+
}
|
190
|
+
suggestions.push({
|
191
|
+
label: columnNameSuggestion,
|
192
|
+
insertText: columnNameSuggestion,
|
193
|
+
kind: CompletionItemKind.Field,
|
194
|
+
detail: 'Column',
|
195
|
+
range: rangeToInsertSuggestion,
|
196
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestColumns')),
|
197
|
+
});
|
198
|
+
}
|
199
|
+
});
|
200
|
+
return suggestions;
|
201
|
+
}
|
202
|
+
export function generateColumnAliasesSuggestion(rangeToInsertSuggestion, suggestColumnAliases) {
|
203
|
+
if (!suggestColumnAliases) {
|
204
|
+
return [];
|
205
|
+
}
|
206
|
+
return suggestColumnAliases === null || suggestColumnAliases === void 0 ? void 0 : suggestColumnAliases.map((columnAliasSuggestion) => ({
|
207
|
+
label: columnAliasSuggestion.name,
|
208
|
+
insertText: columnAliasSuggestion.name,
|
209
|
+
kind: CompletionItemKind.Field,
|
210
|
+
detail: 'Column alias',
|
211
|
+
range: rangeToInsertSuggestion,
|
212
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestColumnAliases')),
|
213
|
+
}));
|
214
|
+
}
|
215
|
+
export function generateKeywordsSuggestion(rangeToInsertSuggestion, suggestKeywords) {
|
216
|
+
if (!suggestKeywords) {
|
217
|
+
return [];
|
218
|
+
}
|
219
|
+
return suggestKeywords === null || suggestKeywords === void 0 ? void 0 : suggestKeywords.map((keywordSuggestion) => ({
|
220
|
+
label: keywordSuggestion.value,
|
221
|
+
insertText: keywordSuggestion.value,
|
222
|
+
kind: CompletionItemKind.Keyword,
|
223
|
+
detail: 'Keyword',
|
224
|
+
range: rangeToInsertSuggestion,
|
225
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestKeywords')),
|
226
|
+
}));
|
227
|
+
}
|
228
|
+
export async function generateEntitiesSuggestion(rangeToInsertSuggestion, suggestEntities, database, prefix) {
|
229
|
+
const normalizedPrefix = normalizeEntityPrefix(prefix, database);
|
230
|
+
const data = await window.api.autocomplete({ database, prefix: normalizedPrefix, limit: 1000 });
|
231
|
+
const withBackticks = prefix === null || prefix === void 0 ? void 0 : prefix.startsWith('`');
|
232
|
+
if (data.Success) {
|
233
|
+
const filteredEntities = filterAutocompleteEntities(data.Result.Entities, suggestEntities);
|
234
|
+
return filteredEntities.reduce((acc, { Name, Type }) => {
|
235
|
+
const isDir = Type === 'dir';
|
236
|
+
const label = isDir ? `${Name}/` : Name;
|
237
|
+
let labelAsSnippet;
|
238
|
+
if (isDir && !withBackticks) {
|
239
|
+
labelAsSnippet = `\`${label}$0\``;
|
240
|
+
}
|
241
|
+
acc.push({
|
242
|
+
label,
|
243
|
+
insertText: labelAsSnippet !== null && labelAsSnippet !== void 0 ? labelAsSnippet : label,
|
244
|
+
kind: isDir ? CompletionItemKind.Folder : CompletionItemKind.Text,
|
245
|
+
insertTextRules: labelAsSnippet
|
246
|
+
? monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet
|
247
|
+
: monaco.languages.CompletionItemInsertTextRule.None,
|
248
|
+
detail: Type,
|
249
|
+
range: rangeToInsertSuggestion,
|
250
|
+
command: label.endsWith('/')
|
251
|
+
? { id: 'editor.action.triggerSuggest', title: '' }
|
252
|
+
: undefined,
|
253
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestEntity')),
|
254
|
+
});
|
255
|
+
return acc;
|
256
|
+
}, []);
|
257
|
+
}
|
258
|
+
return [];
|
259
|
+
}
|
260
|
+
export async function generateSimpleFunctionsSuggestion(rangeToInsertSuggestion) {
|
261
|
+
const functions = await getSimpleFunctions();
|
262
|
+
return functions.map((el) => ({
|
263
|
+
label: el,
|
264
|
+
insertText: el,
|
265
|
+
kind: CompletionItemKind.Function,
|
266
|
+
detail: 'Function',
|
267
|
+
range: rangeToInsertSuggestion,
|
268
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestFunctions')),
|
269
|
+
}));
|
270
|
+
}
|
271
|
+
export async function generateSimpleTypesSuggestion(rangeToInsertSuggestion) {
|
272
|
+
const simpleTypes = await getSimpleTypes();
|
273
|
+
return simpleTypes.map((el) => ({
|
274
|
+
label: el,
|
275
|
+
insertText: el,
|
276
|
+
kind: CompletionItemKind.TypeParameter,
|
277
|
+
detail: 'Type',
|
278
|
+
range: rangeToInsertSuggestion,
|
279
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestSimpleTypes')),
|
280
|
+
}));
|
281
|
+
}
|
282
|
+
export async function generateUdfSuggestion(rangeToInsertSuggestion) {
|
283
|
+
const udfs = await getUdfs();
|
284
|
+
return udfs.map((el) => ({
|
285
|
+
label: el,
|
286
|
+
insertText: el,
|
287
|
+
kind: CompletionItemKind.Function,
|
288
|
+
detail: 'UDF',
|
289
|
+
range: rangeToInsertSuggestion,
|
290
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestUdfs')),
|
291
|
+
}));
|
292
|
+
}
|
293
|
+
export async function generateWindowFunctionsSuggestion(rangeToInsertSuggestion) {
|
294
|
+
const windowFunctions = await getWindowFunctions();
|
295
|
+
return windowFunctions.map((el) => ({
|
296
|
+
label: el,
|
297
|
+
insertText: el,
|
298
|
+
kind: CompletionItemKind.Function,
|
299
|
+
detail: 'Window function',
|
300
|
+
range: rangeToInsertSuggestion,
|
301
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestWindowFunctions')),
|
302
|
+
}));
|
303
|
+
}
|
304
|
+
export async function generateTableFunctionsSuggestion(rangeToInsertSuggestion) {
|
305
|
+
const tableFunctions = await getTableFunctions();
|
306
|
+
return tableFunctions.map((el) => ({
|
307
|
+
label: el,
|
308
|
+
insertText: el,
|
309
|
+
kind: CompletionItemKind.Function,
|
310
|
+
detail: 'Table function',
|
311
|
+
range: rangeToInsertSuggestion,
|
312
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestTableFunctions')),
|
313
|
+
}));
|
314
|
+
}
|
315
|
+
export async function generateAggregateFunctionsSuggestion(rangeToInsertSuggestion) {
|
316
|
+
const aggreagteFunctions = await getAggregateFunctions();
|
317
|
+
return aggreagteFunctions.map((el) => ({
|
318
|
+
label: el,
|
319
|
+
insertText: el,
|
320
|
+
kind: CompletionItemKind.Function,
|
321
|
+
detail: 'Aggregate function',
|
322
|
+
range: rangeToInsertSuggestion,
|
323
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestAggregateFunctions')),
|
324
|
+
}));
|
325
|
+
}
|
326
|
+
export async function generatePragmasSuggestion(rangeToInsertSuggestion) {
|
327
|
+
const pragmas = await getPragmas();
|
328
|
+
return pragmas.map((el) => ({
|
329
|
+
label: el,
|
330
|
+
insertText: el,
|
331
|
+
kind: CompletionItemKind.Module,
|
332
|
+
detail: 'Pragma',
|
333
|
+
range: rangeToInsertSuggestion,
|
334
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestPragmas')),
|
335
|
+
}));
|
336
|
+
}
|
337
|
+
export async function generateEntitySettingsSuggestion(rangeToInsertSuggestion, entityType) {
|
338
|
+
const entitySettings = await getEntitySettings(entityType);
|
339
|
+
return entitySettings.map((el) => ({
|
340
|
+
label: el,
|
341
|
+
insertText: el,
|
342
|
+
kind: CompletionItemKind.Property,
|
343
|
+
detail: 'Setting',
|
344
|
+
range: rangeToInsertSuggestion,
|
345
|
+
sortText: suggestionIndexToWeight(getSuggestionIndex('suggestEntitySettings')),
|
346
|
+
}));
|
347
|
+
}
|
348
|
+
const alphabet = 'abcdefghijklmnopqrstuvwxyz';
|
349
|
+
function suggestionIndexToWeight(index) {
|
350
|
+
const characterInsideAlphabet = alphabet[index];
|
351
|
+
if (characterInsideAlphabet) {
|
352
|
+
return characterInsideAlphabet;
|
353
|
+
}
|
354
|
+
const duplicateTimes = Math.floor(index / alphabet.length);
|
355
|
+
const remains = index % alphabet.length;
|
356
|
+
const lastCharacter = alphabet.slice(-1);
|
357
|
+
return lastCharacter.repeat(duplicateTimes) + alphabet[remains];
|
358
|
+
}
|
@@ -0,0 +1,90 @@
|
|
1
|
+
import { generateAggregateFunctionsSuggestion, generateColumnAliasesSuggestion, generateColumnsSuggestion, generateEntitiesSuggestion, generateEntitySettingsSuggestion, generateKeywordsSuggestion, generatePragmasSuggestion, generateSimpleFunctionsSuggestion, generateSimpleTypesSuggestion, generateTableFunctionsSuggestion, generateUdfSuggestion, generateWindowFunctionsSuggestion, } from './generateSuggestions';
|
2
|
+
export function createProvideSuggestionsFunction(database) {
|
3
|
+
return async (model, monacoCursorPosition, _context, _token) => {
|
4
|
+
const rangeToInsertSuggestion = getRangeToInsertSuggestion(model, monacoCursorPosition);
|
5
|
+
const suggestions = await getSuggestions(model, monacoCursorPosition, rangeToInsertSuggestion, database);
|
6
|
+
return { suggestions };
|
7
|
+
};
|
8
|
+
}
|
9
|
+
function getEntityNameAtCursor(model, cursorPosition) {
|
10
|
+
var _a, _b, _c, _d;
|
11
|
+
const prevWord = model.findPreviousMatch('\\s(`?[^\\s]*)', cursorPosition, true, false, null, true);
|
12
|
+
const nextWord = model.findNextMatch('([^\\s]*)`?', cursorPosition, true, false, null, true);
|
13
|
+
return `${(_b = (_a = prevWord === null || prevWord === void 0 ? void 0 : prevWord.matches) === null || _a === void 0 ? void 0 : _a[1]) !== null && _b !== void 0 ? _b : ''}${(_d = (_c = nextWord === null || nextWord === void 0 ? void 0 : nextWord.matches) === null || _c === void 0 ? void 0 : _c[1]) !== null && _d !== void 0 ? _d : ''}`;
|
14
|
+
}
|
15
|
+
async function getSuggestions(model, cursorPosition, rangeToInsertSuggestion, database) {
|
16
|
+
const { parseYqlQuery } = await import('@gravity-ui/websql-autocomplete');
|
17
|
+
const cursorForParsing = {
|
18
|
+
line: cursorPosition.lineNumber,
|
19
|
+
column: cursorPosition.column,
|
20
|
+
};
|
21
|
+
const parseResult = parseYqlQuery(model.getValue(), cursorForParsing);
|
22
|
+
let entitiesSuggestions = [];
|
23
|
+
let functionsSuggestions = [];
|
24
|
+
let aggregateFunctionsSuggestions = [];
|
25
|
+
let windowFunctionsSuggestions = [];
|
26
|
+
let tableFunctionsSuggestions = [];
|
27
|
+
let udfsSuggestions = [];
|
28
|
+
let simpleTypesSuggestions = [];
|
29
|
+
let pragmasSuggestions = [];
|
30
|
+
let entitySettingsSuggestions = [];
|
31
|
+
if (parseResult.suggestEntity) {
|
32
|
+
const entityNamePrefix = getEntityNameAtCursor(model, cursorPosition);
|
33
|
+
entitiesSuggestions = await generateEntitiesSuggestion(rangeToInsertSuggestion, parseResult.suggestEntity, database, entityNamePrefix);
|
34
|
+
}
|
35
|
+
if (parseResult.suggestFunctions) {
|
36
|
+
functionsSuggestions = await generateSimpleFunctionsSuggestion(rangeToInsertSuggestion);
|
37
|
+
}
|
38
|
+
if (parseResult.suggestAggregateFunctions) {
|
39
|
+
aggregateFunctionsSuggestions =
|
40
|
+
await generateAggregateFunctionsSuggestion(rangeToInsertSuggestion);
|
41
|
+
}
|
42
|
+
if (parseResult.suggestWindowFunctions) {
|
43
|
+
windowFunctionsSuggestions =
|
44
|
+
await generateWindowFunctionsSuggestion(rangeToInsertSuggestion);
|
45
|
+
}
|
46
|
+
if (parseResult.suggestTableFunctions) {
|
47
|
+
tableFunctionsSuggestions = await generateTableFunctionsSuggestion(rangeToInsertSuggestion);
|
48
|
+
}
|
49
|
+
if (parseResult.suggestSimpleTypes) {
|
50
|
+
simpleTypesSuggestions = await generateSimpleTypesSuggestion(rangeToInsertSuggestion);
|
51
|
+
}
|
52
|
+
if (parseResult.suggestUdfs) {
|
53
|
+
udfsSuggestions = await generateUdfSuggestion(rangeToInsertSuggestion);
|
54
|
+
}
|
55
|
+
if (parseResult.suggestPragmas) {
|
56
|
+
pragmasSuggestions = await generatePragmasSuggestion(rangeToInsertSuggestion);
|
57
|
+
}
|
58
|
+
if (parseResult.suggestEntitySettings) {
|
59
|
+
entitySettingsSuggestions = await generateEntitySettingsSuggestion(rangeToInsertSuggestion, parseResult.suggestEntitySettings);
|
60
|
+
}
|
61
|
+
const columnAliasSuggestion = await generateColumnAliasesSuggestion(rangeToInsertSuggestion, parseResult.suggestColumnAliases);
|
62
|
+
const columnsSuggestions = await generateColumnsSuggestion(rangeToInsertSuggestion, parseResult.suggestColumns, database);
|
63
|
+
const keywordsSuggestions = generateKeywordsSuggestion(rangeToInsertSuggestion, parseResult.suggestKeywords);
|
64
|
+
const suggestions = [
|
65
|
+
...entitiesSuggestions,
|
66
|
+
...functionsSuggestions,
|
67
|
+
...windowFunctionsSuggestions,
|
68
|
+
...tableFunctionsSuggestions,
|
69
|
+
...udfsSuggestions,
|
70
|
+
...simpleTypesSuggestions,
|
71
|
+
...pragmasSuggestions,
|
72
|
+
...columnAliasSuggestion,
|
73
|
+
...columnsSuggestions,
|
74
|
+
...keywordsSuggestions,
|
75
|
+
...aggregateFunctionsSuggestions,
|
76
|
+
...entitySettingsSuggestions,
|
77
|
+
];
|
78
|
+
return suggestions;
|
79
|
+
}
|
80
|
+
function getRangeToInsertSuggestion(model, cursorPosition) {
|
81
|
+
const { startColumn: lastWordStartColumn, endColumn: lastWordEndColumn } = model.getWordUntilPosition(cursorPosition);
|
82
|
+
// https://github.com/microsoft/Monaco-editor/discussions/3639#discussioncomment-5190373 if user already typed "$" sign, it should not be duplicated
|
83
|
+
const dollarBeforeLastWordStart = model.getLineContent(cursorPosition.lineNumber)[lastWordStartColumn - 2] === '$' ? 1 : 0;
|
84
|
+
return {
|
85
|
+
startColumn: lastWordStartColumn - dollarBeforeLastWordStart,
|
86
|
+
startLineNumber: cursorPosition.lineNumber,
|
87
|
+
endColumn: lastWordEndColumn,
|
88
|
+
endLineNumber: cursorPosition.lineNumber,
|
89
|
+
};
|
90
|
+
}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
import type { AnyExecuteResponse, AnyExplainResponse, ErrorResponse, KeyValueRow, QueryPlan, ScriptPlan } from '../types/api/query';
|
2
|
+
import type { IQueryResult, QueryMode } from '../types/store/query';
|
3
|
+
export declare const QUERY_ACTIONS: {
|
4
|
+
readonly execute: "execute";
|
5
|
+
readonly explain: "explain";
|
6
|
+
};
|
7
|
+
export declare const QUERY_MODES: {
|
8
|
+
readonly scan: "scan";
|
9
|
+
readonly script: "script";
|
10
|
+
readonly data: "data";
|
11
|
+
readonly query: "query";
|
12
|
+
readonly pg: "pg";
|
13
|
+
};
|
14
|
+
export declare const QUERY_MODES_TITLES: Record<QueryMode, string>;
|
15
|
+
export declare const QUERY_SYNTAX: {
|
16
|
+
readonly yql: "yql_v1";
|
17
|
+
readonly pg: "pg";
|
18
|
+
};
|
19
|
+
export declare const getColumnType: (type: string) => "boolean" | "number" | "string" | "date" | undefined;
|
20
|
+
type UnsupportedQueryResponseFormat = Array<unknown> | string | null | undefined | {
|
21
|
+
result: string | Record<string, unknown>;
|
22
|
+
};
|
23
|
+
export declare function isQueryErrorResponse(data: unknown): data is ErrorResponse;
|
24
|
+
export declare const parseQueryAPIExecuteResponse: (data: AnyExecuteResponse | UnsupportedQueryResponseFormat) => IQueryResult;
|
25
|
+
export declare const parseQueryAPIExplainResponse: (data: AnyExplainResponse | UnsupportedQueryResponseFormat) => IQueryResult;
|
26
|
+
export declare const parseQueryExplainPlan: (plan: ScriptPlan | QueryPlan) => QueryPlan;
|
27
|
+
export declare const prepareQueryResponse: (data?: KeyValueRow[]) => KeyValueRow[];
|
28
|
+
export declare const parseQueryError: (error: unknown) => ErrorResponse | string | undefined;
|
29
|
+
export declare const parseQueryErrorToString: (error: unknown) => string | undefined;
|
30
|
+
export {};
|