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