ydb-embedded-ui 6.8.0 → 6.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/AutoRefreshControl/AutoRefreshControl.d.ts +6 -0
- package/dist/components/AutoRefreshControl/AutoRefreshControl.js +18 -0
- package/dist/components/AutoRefreshControl/AutoRefreshControl.scss +5 -0
- package/dist/components/AutoRefreshControl/i18n/index.d.ts +2 -0
- package/dist/components/AutoRefreshControl/i18n/index.js +4 -0
- package/dist/components/CellWithPopover/CellWithPopover.js +8 -0
- package/dist/components/CircularProgressBar/CircularProgressBar.d.ts +12 -0
- package/dist/components/ClipboardButton/ClipboardButton.js +19 -0
- package/dist/components/ComponentsProvider/registry.d.ts +17 -0
- package/dist/components/ContentWithPopup/ContentWithPopup.js +14 -0
- package/dist/components/CriticalActionDialog/i18n/index.d.ts +1 -0
- package/dist/components/DiagnosticCard/DiagnosticCard.d.ts +8 -0
- package/dist/components/DiskPageTitle/DiskPageTitle.d.ts +10 -0
- package/dist/components/EmptyState/EmptyState.d.ts +16 -0
- package/dist/components/EntitiesCount/i18n/index.d.ts +2 -0
- package/dist/components/EntityStatus/EntityStatus.d.ts +21 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +18 -0
- package/dist/components/ErrorBoundary/i18n/index.d.ts +2 -0
- package/dist/components/Errors/403/AccessDenied.js +7 -0
- package/dist/components/Errors/ResponseError/ResponseError.js +20 -0
- package/dist/components/Errors/i18n/index.d.ts +2 -0
- package/dist/components/FormattedBytes/FormattedBytes.js +7 -0
- package/dist/components/FormattedBytes/utils.d.ts +2 -0
- package/dist/components/FormattedBytes/utils.js +8 -0
- package/dist/components/FullNodeViewer/FullNodeViewer.js +26 -0
- package/dist/components/GroupInfo/GroupInfo.js +26 -0
- package/dist/components/GroupInfo/i18n/index.d.ts +1 -0
- package/dist/components/Illustration/Illustration.js +33 -0
- package/dist/components/InfoViewer/formatters/cdcStream.d.ts +5 -0
- package/dist/components/InfoViewer/formatters/common.d.ts +5 -0
- package/dist/components/InfoViewer/formatters/pqGroup.d.ts +13 -0
- package/dist/components/InfoViewer/formatters/schema.d.ts +5 -0
- package/dist/components/InfoViewer/formatters/table.d.ts +18 -0
- package/dist/components/InfoViewer/i18n/index.d.ts +2 -0
- package/dist/components/InternalLink/InternalLink.js +5 -0
- package/dist/components/LabelWithPopover/LabelWithPopover.d.ts +8 -0
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js +11 -0
- package/dist/components/MetricChart/convertResponse.js +22 -0
- package/dist/components/MetricChart/getChartData.d.ts +11 -0
- package/dist/components/MetricChart/i18n/index.d.ts +2 -0
- package/dist/components/MetricChart/reducer.d.ts +4 -0
- package/dist/components/MonacoEditor/MonacoEditor.d.ts +1 -0
- package/dist/components/PDiskInfo/PDiskInfo.js +69 -0
- package/dist/components/PDiskInfo/i18n/index.d.ts +1 -0
- package/dist/components/PDiskPopup/PDiskPopup.js +47 -0
- package/dist/components/QueryResultTable/QueryResultTable.js +76 -0
- package/dist/components/QueryResultTable/i18n/index.d.ts +2 -0
- package/dist/components/ResizeableDataTable/ResizeableDataTable.js +15 -0
- package/dist/components/ShortyString/i18n/index.d.ts +2 -0
- package/dist/components/SpeedMultiMeter/i18n/index.d.ts +2 -0
- package/dist/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +14 -0
- package/dist/components/UsageLabel/UsageLabel.js +8 -0
- package/dist/components/VDiskInfo/VDiskInfo.js +111 -0
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -0
- package/dist/components/VDiskPopup/VDiskPopup.js +94 -0
- package/dist/components/VirtualTable/ResizeableVirtualTable.js +14 -0
- package/dist/components/VirtualTable/TableRow.d.ts +21 -0
- package/dist/components/VirtualTable/i18n/index.d.ts +2 -0
- package/dist/components/VirtualTable/reducer.js +103 -0
- package/dist/components/VirtualTable/types.d.ts +52 -0
- package/dist/components/slots/types.d.ts +16 -0
- package/dist/containers/App/App.d.ts +21 -0
- package/dist/containers/App/Content.d.ts +19 -0
- package/dist/containers/App/Content.js +123 -0
- package/dist/containers/App/Providers.js +18 -0
- package/dist/containers/App/appSlots.d.ts +53 -0
- package/dist/containers/App/i18n/index.d.ts +2 -0
- package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +10 -0
- package/dist/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +4 -0
- package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +7 -0
- package/dist/containers/AppWithClusters/i18n/index.d.ts +2 -0
- package/dist/containers/AppWithClusters/useClusterData.js +27 -0
- package/dist/containers/AsideNavigation/Navigation.d.ts +7 -0
- package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +23 -0
- package/dist/containers/AsideNavigation/i18n/index.d.ts +2 -0
- package/dist/containers/Authentication/Authentication.js +67 -0
- package/dist/containers/Cluster/Cluster.d.ts +10 -0
- package/dist/containers/Cluster/Cluster.js +93 -0
- package/dist/containers/Cluster/Cluster.scss +42 -0
- package/dist/containers/Cluster/i18n/index.d.ts +2 -0
- package/dist/containers/Clusters/Clusters.js +81 -0
- package/dist/containers/Clusters/i18n/index.d.ts +2 -0
- package/dist/containers/Header/Header.js +55 -0
- package/dist/containers/Header/breadcrumbs.d.ts +7 -0
- package/dist/containers/Header/breadcrumbs.js +129 -0
- package/dist/containers/Header/i18n/index.d.ts +1 -0
- package/dist/containers/Heatmap/Heatmap.js +80 -0
- package/dist/containers/Heatmap/Histogram/Histogram.js +67 -0
- package/dist/containers/Node/Node.d.ts +9 -0
- package/dist/containers/Node/Node.js +92 -0
- package/dist/containers/Node/Node.scss +59 -0
- package/dist/containers/Node/NodeStructure/NodeStructure.js +69 -0
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +7 -0
- package/dist/containers/Node/NodeStructure/Pdisk.js +113 -0
- package/dist/containers/Node/i18n/index.d.ts +2 -0
- package/dist/containers/Nodes/Nodes.js +92 -0
- package/dist/containers/Nodes/NodesWrapper.js +12 -0
- package/dist/containers/Nodes/VirtualNodes.js +81 -0
- package/dist/containers/Nodes/getNodes.js +13 -0
- package/dist/containers/Nodes/getNodesColumns.js +211 -0
- package/dist/containers/Nodes/i18n/index.d.ts +2 -0
- package/dist/containers/PDiskPage/PDiskPage.js +91 -0
- package/dist/containers/PDiskPage/PDiskPage.scss +36 -0
- package/dist/containers/PDiskPage/i18n/index.d.ts +1 -0
- package/dist/containers/ReduxTooltip/ReduxTooltip.d.ts +23 -0
- package/dist/containers/Storage/EmptyFilter/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/Storage.js +123 -0
- package/dist/containers/Storage/StorageGroups/getGroups.js +14 -0
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +62 -0
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.js +220 -0
- package/dist/containers/Storage/StorageGroups/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/StorageNodes/StorageNodes.js +21 -0
- package/dist/containers/Storage/StorageNodes/getNodes.js +13 -0
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +50 -0
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.js +98 -0
- package/dist/containers/Storage/StorageNodes/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/StorageWrapper.js +12 -0
- package/dist/containers/Storage/UsageFilter/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/i18n/index.d.ts +2 -0
- package/dist/containers/Tablet/Tablet.js +73 -0
- package/dist/containers/Tablet/i18n/index.d.ts +2 -0
- package/dist/containers/Tablets/Tablets.js +135 -0
- package/dist/containers/Tablets/i18n/index.d.ts +2 -0
- package/dist/containers/TabletsFilters/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Acl/Acl.js +110 -0
- package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.js +68 -0
- package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +111 -0
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.js +15 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +35 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +14 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +29 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +107 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +46 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +30 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +28 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +19 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +45 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +15 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +70 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +25 -0
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +155 -0
- package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +8 -0
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +8 -0
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.js +57 -0
- package/dist/containers/Tenant/Info/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +271 -0
- package/dist/containers/Tenant/Query/Query.js +44 -0
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +35 -0
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +308 -0
- package/dist/containers/Tenant/Query/QueryEditor/helpers.js +24 -0
- package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.js +32 -0
- package/dist/containers/Tenant/Query/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.d.ts +9 -0
- package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.js +57 -0
- package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.scss +14 -0
- package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.js +70 -0
- package/dist/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Schema/SchemaViewer/prepareData.js +121 -0
- package/dist/containers/Tenant/Tenant.d.ts +8 -0
- package/dist/containers/Tenant/Tenant.js +67 -0
- package/dist/containers/Tenant/TenantNavigation/useTenantNavigation.js +44 -0
- package/dist/containers/Tenant/i18n/en.json +53 -0
- package/dist/containers/Tenant/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/utils/constants.js +6 -0
- package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +60 -0
- package/dist/containers/Tenant/utils/schema.d.ts +17 -0
- package/dist/containers/Tenant/utils/schemaActions.d.ts +9 -0
- package/dist/containers/Tenant/utils/schemaActions.js +134 -0
- package/dist/containers/Tenants/Tenants.js +172 -0
- package/dist/containers/UserSettings/Setting.d.ts +20 -0
- package/dist/containers/UserSettings/UserSettings.js +18 -0
- package/dist/containers/UserSettings/i18n/index.d.ts +2 -0
- package/dist/containers/VDiskPage/VDiskPage.js +110 -0
- package/dist/containers/VDiskPage/VDiskPage.scss +40 -0
- package/dist/containers/VDiskPage/i18n/index.d.ts +1 -0
- package/dist/containers/Versions/NodesTable/NodesTable.js +92 -0
- package/dist/containers/Versions/Versions.js +37 -0
- package/dist/routes.js +72 -0
- package/dist/services/api.d.ts +148 -0
- package/dist/services/api.js +361 -0
- package/dist/services/parsers/parseMetaCluster.js +10 -0
- package/dist/services/settings.d.ts +42 -0
- package/dist/services/settings.js +74 -0
- package/dist/store/getUrlData.d.ts +13 -0
- package/dist/store/reducers/authentication/authentication.d.ts +25 -0
- package/dist/store/reducers/authentication/authentication.js +62 -0
- package/dist/store/reducers/cluster/cluster.d.ts +12 -0
- package/dist/store/reducers/cluster/cluster.js +80 -0
- package/dist/store/reducers/cluster/utils.d.ts +4 -0
- package/dist/store/reducers/cluster/utils.js +68 -0
- package/dist/store/reducers/clusterNodes/clusterNodes.d.ts +5 -0
- package/dist/store/reducers/clusterNodes/clusterNodes.js +21 -0
- package/dist/store/reducers/clusters/clusters.d.ts +7 -0
- package/dist/store/reducers/clusters/clusters.js +38 -0
- package/dist/store/reducers/clusters/utils.js +16 -0
- package/dist/store/reducers/describe.d.ts +4 -0
- package/dist/store/reducers/executeQuery.d.ts +44 -0
- package/dist/store/reducers/executeQuery.js +168 -0
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +10 -0
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +68 -0
- package/dist/store/reducers/explainQuery/explainQuery.d.ts +9 -0
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +668 -0
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js +76 -0
- package/dist/store/reducers/heatmap.d.ts +14 -0
- package/dist/store/reducers/heatmap.js +81 -0
- package/dist/store/reducers/hotKeys/hotKeys.d.ts +6 -0
- package/dist/store/reducers/index.d.ts +92 -0
- package/dist/store/reducers/index.js +45 -0
- package/dist/store/reducers/network/network.d.ts +3 -0
- package/dist/store/reducers/node/node.d.ts +8 -0
- package/dist/store/reducers/node/selectors.js +42 -0
- package/dist/store/reducers/nodes/nodes.d.ts +5 -0
- package/dist/store/reducers/nodes/nodes.js +39 -0
- package/dist/store/reducers/nodes/selectors.d.ts +11 -0
- package/dist/store/reducers/nodes/types.d.ts +60 -0
- package/dist/store/reducers/nodes/utils.js +64 -0
- package/dist/store/reducers/nodesList.d.ts +45 -0
- package/dist/store/reducers/olapStats.d.ts +5 -0
- package/dist/store/reducers/overview/overview.d.ts +6 -0
- package/dist/store/reducers/partitions/partitions.d.ts +10 -0
- package/dist/store/reducers/partitions/utils.js +56 -0
- package/dist/store/reducers/pdisk/pdisk.d.ts +9 -0
- package/dist/store/reducers/pdisk/utils.js +38 -0
- package/dist/store/reducers/preview.d.ts +10 -0
- package/dist/store/reducers/schema/schema.d.ts +31 -0
- package/dist/store/reducers/schema/schema.js +92 -0
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +8 -0
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +17 -0
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js +112 -0
- package/dist/store/reducers/storage/storage.d.ts +6 -0
- package/dist/store/reducers/storage/storage.js +32 -0
- package/dist/store/reducers/storage/utils.js +159 -0
- package/dist/store/reducers/tablet.d.ts +14 -0
- package/dist/store/reducers/tablets.d.ts +165 -0
- package/dist/store/reducers/tablets.js +56 -0
- package/dist/store/reducers/tenant/tenant.d.ts +9 -0
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +5 -0
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.d.ts +4 -0
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.js +26 -0
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +5 -0
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +6 -0
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +4 -0
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +28 -0
- package/dist/store/reducers/tenants/selectors.d.ts +288 -0
- package/dist/store/reducers/tenants/tenants.d.ts +9 -0
- package/dist/store/reducers/tenants/utils.d.ts +47 -0
- package/dist/store/reducers/tenants/utils.js +217 -0
- package/dist/store/reducers/tooltip.js +55 -0
- package/dist/store/reducers/topic.d.ts +527 -0
- package/dist/store/reducers/vdisk/utils.js +36 -0
- package/dist/store/reducers/vdisk/vdisk.d.ts +6 -0
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +6 -0
- package/dist/store/state-url-mapping.js +149 -0
- package/dist/types/additionalProps.d.ts +24 -0
- package/dist/utils/bytesParsers/formatBytes.js +92 -0
- package/dist/utils/bytesParsers/i18n/index.d.ts +2 -0
- package/dist/utils/clusterVersionColors.js +54 -0
- package/dist/utils/constants.d.ts +106 -0
- package/dist/utils/constants.js +109 -0
- package/dist/utils/dataFormatters/i18n/index.d.ts +2 -0
- package/dist/utils/disks/constants.js +38 -0
- package/dist/utils/disks/prepareDisks.js +46 -0
- package/dist/utils/hooks/useSearchQuery.d.ts +1 -0
- package/dist/utils/hooks/useSearchQuery.js +6 -0
- package/dist/utils/i18n/i18n.d.ts +11 -0
- package/dist/utils/lazyComponent.js +25 -0
- package/dist/utils/nodes.d.ts +49 -0
- package/dist/utils/nodes.js +76 -0
- package/dist/utils/query.js +200 -0
- package/dist/utils/response.d.ts +4 -0
- package/dist/utils/timeParsers/i18n/index.d.ts +2 -0
- package/package.json +3 -3
- package/dist/package.json +0 -175
- package/dist/src/components/CellWithPopover/CellWithPopover.js +0 -10
- package/dist/src/components/CircularProgressBar/CircularProgressBar.d.ts +0 -13
- package/dist/src/components/ClipboardButton/ClipboardButton.js +0 -22
- package/dist/src/components/ComponentsProvider/registry.d.ts +0 -18
- package/dist/src/components/ContentWithPopup/ContentWithPopup.js +0 -16
- package/dist/src/components/CriticalActionDialog/i18n/index.d.ts +0 -1
- package/dist/src/components/DiagnosticCard/DiagnosticCard.d.ts +0 -9
- package/dist/src/components/DiskPageTitle/DiskPageTitle.d.ts +0 -11
- package/dist/src/components/EmptyState/EmptyState.d.ts +0 -17
- package/dist/src/components/EntitiesCount/i18n/index.d.ts +0 -2
- package/dist/src/components/EntityStatus/EntityStatus.d.ts +0 -22
- package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts +0 -19
- package/dist/src/components/ErrorBoundary/i18n/index.d.ts +0 -2
- package/dist/src/components/Errors/403/AccessDenied.js +0 -9
- package/dist/src/components/Errors/ResponseError/ResponseError.js +0 -17
- package/dist/src/components/Errors/i18n/index.d.ts +0 -2
- package/dist/src/components/FormattedBytes/FormattedBytes.js +0 -9
- package/dist/src/components/FormattedBytes/utils.d.ts +0 -2
- package/dist/src/components/FormattedBytes/utils.js +0 -8
- package/dist/src/components/FullNodeViewer/FullNodeViewer.js +0 -26
- package/dist/src/components/GroupInfo/GroupInfo.js +0 -28
- package/dist/src/components/GroupInfo/i18n/index.d.ts +0 -1
- package/dist/src/components/Illustration/Illustration.js +0 -35
- package/dist/src/components/InfoViewer/formatters/cdcStream.d.ts +0 -6
- package/dist/src/components/InfoViewer/formatters/common.d.ts +0 -6
- package/dist/src/components/InfoViewer/formatters/pqGroup.d.ts +0 -14
- package/dist/src/components/InfoViewer/formatters/schema.d.ts +0 -6
- package/dist/src/components/InfoViewer/formatters/table.d.ts +0 -19
- package/dist/src/components/InfoViewer/i18n/index.d.ts +0 -2
- package/dist/src/components/InternalLink/InternalLink.js +0 -9
- package/dist/src/components/LabelWithPopover/LabelWithPopover.d.ts +0 -9
- package/dist/src/components/LinkToSchemaObject/LinkToSchemaObject.js +0 -10
- package/dist/src/components/MetricChart/convertResponse.js +0 -19
- package/dist/src/components/MetricChart/getChartData.d.ts +0 -11
- package/dist/src/components/MetricChart/i18n/index.d.ts +0 -2
- package/dist/src/components/MetricChart/reducer.d.ts +0 -4
- package/dist/src/components/MonacoEditor/MonacoEditor.d.ts +0 -2
- package/dist/src/components/PDiskInfo/PDiskInfo.js +0 -71
- package/dist/src/components/PDiskInfo/i18n/index.d.ts +0 -1
- package/dist/src/components/PDiskPopup/PDiskPopup.js +0 -49
- package/dist/src/components/QueryResultTable/QueryResultTable.js +0 -69
- package/dist/src/components/QueryResultTable/i18n/index.d.ts +0 -2
- package/dist/src/components/ResizeableDataTable/ResizeableDataTable.js +0 -14
- package/dist/src/components/ShortyString/i18n/index.d.ts +0 -2
- package/dist/src/components/SpeedMultiMeter/i18n/index.d.ts +0 -2
- package/dist/src/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +0 -15
- package/dist/src/components/UsageLabel/UsageLabel.js +0 -10
- package/dist/src/components/VDiskInfo/VDiskInfo.js +0 -113
- package/dist/src/components/VDiskInfo/i18n/index.d.ts +0 -1
- package/dist/src/components/VDiskPopup/VDiskPopup.js +0 -96
- package/dist/src/components/VirtualTable/ResizeableVirtualTable.js +0 -16
- package/dist/src/components/VirtualTable/TableRow.d.ts +0 -22
- package/dist/src/components/VirtualTable/i18n/index.d.ts +0 -2
- package/dist/src/components/VirtualTable/reducer.js +0 -91
- package/dist/src/components/VirtualTable/types.d.ts +0 -53
- package/dist/src/components/slots/types.d.ts +0 -17
- package/dist/src/containers/App/App.d.ts +0 -21
- package/dist/src/containers/App/Content.d.ts +0 -19
- package/dist/src/containers/App/Content.js +0 -129
- package/dist/src/containers/App/Providers.js +0 -18
- package/dist/src/containers/App/appSlots.d.ts +0 -54
- package/dist/src/containers/App/i18n/index.d.ts +0 -2
- package/dist/src/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +0 -10
- package/dist/src/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +0 -4
- package/dist/src/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +0 -7
- package/dist/src/containers/AppWithClusters/i18n/index.d.ts +0 -2
- package/dist/src/containers/AppWithClusters/useClusterData.js +0 -27
- package/dist/src/containers/AsideNavigation/Navigation.d.ts +0 -8
- package/dist/src/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +0 -23
- package/dist/src/containers/AsideNavigation/i18n/index.d.ts +0 -2
- package/dist/src/containers/Authentication/Authentication.js +0 -67
- package/dist/src/containers/Cluster/Cluster.d.ts +0 -10
- package/dist/src/containers/Cluster/Cluster.js +0 -93
- package/dist/src/containers/Cluster/Cluster.scss +0 -34
- package/dist/src/containers/Cluster/i18n/index.d.ts +0 -2
- package/dist/src/containers/Clusters/Clusters.js +0 -82
- package/dist/src/containers/Clusters/i18n/index.d.ts +0 -2
- package/dist/src/containers/Header/Header.js +0 -56
- package/dist/src/containers/Header/breadcrumbs.d.ts +0 -8
- package/dist/src/containers/Header/breadcrumbs.js +0 -125
- package/dist/src/containers/Header/i18n/index.d.ts +0 -1
- package/dist/src/containers/Heatmap/Heatmap.js +0 -75
- package/dist/src/containers/Heatmap/Histogram/Histogram.js +0 -64
- package/dist/src/containers/Node/Node.d.ts +0 -9
- package/dist/src/containers/Node/Node.js +0 -90
- package/dist/src/containers/Node/Node.scss +0 -51
- package/dist/src/containers/Node/NodeStructure/NodeStructure.js +0 -69
- package/dist/src/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -8
- package/dist/src/containers/Node/NodeStructure/Pdisk.js +0 -113
- package/dist/src/containers/Node/i18n/index.d.ts +0 -2
- package/dist/src/containers/Nodes/Nodes.js +0 -94
- package/dist/src/containers/Nodes/NodesWrapper.js +0 -14
- package/dist/src/containers/Nodes/VirtualNodes.js +0 -81
- package/dist/src/containers/Nodes/getNodes.js +0 -15
- package/dist/src/containers/Nodes/getNodesColumns.js +0 -211
- package/dist/src/containers/Nodes/i18n/index.d.ts +0 -2
- package/dist/src/containers/PDiskPage/PDiskPage.js +0 -90
- package/dist/src/containers/PDiskPage/PDiskPage.scss +0 -27
- package/dist/src/containers/PDiskPage/i18n/index.d.ts +0 -1
- package/dist/src/containers/ReduxTooltip/ReduxTooltip.d.ts +0 -23
- package/dist/src/containers/Storage/EmptyFilter/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/Storage.js +0 -118
- package/dist/src/containers/Storage/StorageGroups/getGroups.js +0 -16
- package/dist/src/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +0 -62
- package/dist/src/containers/Storage/StorageGroups/getStorageGroupsColumns.js +0 -217
- package/dist/src/containers/Storage/StorageGroups/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/StorageNodes/StorageNodes.js +0 -18
- package/dist/src/containers/Storage/StorageNodes/getNodes.js +0 -15
- package/dist/src/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +0 -51
- package/dist/src/containers/Storage/StorageNodes/getStorageNodesColumns.js +0 -95
- package/dist/src/containers/Storage/StorageNodes/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/StorageWrapper.js +0 -14
- package/dist/src/containers/Storage/UsageFilter/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tablet/Tablet.js +0 -72
- package/dist/src/containers/Tablet/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tablets/Tablets.js +0 -135
- package/dist/src/containers/Tablets/i18n/index.d.ts +0 -2
- package/dist/src/containers/TabletsFilters/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Acl/Acl.js +0 -111
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +0 -6
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +0 -18
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.scss +0 -5
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/i18n/index.js +0 -4
- package/dist/src/containers/Tenant/Diagnostics/Consumers/columns/columns.js +0 -64
- package/dist/src/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Diagnostics.js +0 -108
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Partitions/utils/index.js +0 -12
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +0 -33
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +0 -15
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +0 -31
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +0 -95
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +0 -23
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +0 -23
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +0 -39
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +0 -27
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +0 -25
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +0 -21
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +0 -23
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +0 -45
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +0 -15
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +0 -63
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +0 -22
- package/dist/src/containers/Tenant/Diagnostics/TopShards/TopShards.js +0 -146
- package/dist/src/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +0 -8
- package/dist/src/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +0 -8
- package/dist/src/containers/Tenant/Info/ExternalTable/ExternalTable.js +0 -54
- package/dist/src/containers/Tenant/Info/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.js +0 -265
- package/dist/src/containers/Tenant/Query/Query.js +0 -44
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +0 -35
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.js +0 -309
- package/dist/src/containers/Tenant/Query/QueryEditor/helpers.js +0 -19
- package/dist/src/containers/Tenant/Query/QueryTabs/QueryTabs.js +0 -29
- package/dist/src/containers/Tenant/Query/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Schema/SchemaTree/SchemaTree.js +0 -50
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.js +0 -115
- package/dist/src/containers/Tenant/Tenant.d.ts +0 -8
- package/dist/src/containers/Tenant/Tenant.js +0 -68
- package/dist/src/containers/Tenant/TenantNavigation/useTenantNavigation.js +0 -44
- package/dist/src/containers/Tenant/i18n/en.json +0 -44
- package/dist/src/containers/Tenant/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/utils/constants.js +0 -3
- package/dist/src/containers/Tenant/utils/paneVisibilityToggleHelpers.js +0 -50
- package/dist/src/containers/Tenant/utils/schema.d.ts +0 -17
- package/dist/src/containers/Tenant/utils/schemaActions.d.ts +0 -8
- package/dist/src/containers/Tenant/utils/schemaActions.js +0 -130
- package/dist/src/containers/Tenants/Tenants.js +0 -171
- package/dist/src/containers/UserSettings/Setting.d.ts +0 -21
- package/dist/src/containers/UserSettings/UserSettings.js +0 -18
- package/dist/src/containers/UserSettings/i18n/index.d.ts +0 -2
- package/dist/src/containers/VDiskPage/VDiskPage.js +0 -109
- package/dist/src/containers/VDiskPage/VDiskPage.scss +0 -31
- package/dist/src/containers/VDiskPage/i18n/index.d.ts +0 -1
- package/dist/src/containers/Versions/NodesTable/NodesTable.js +0 -92
- package/dist/src/containers/Versions/Versions.js +0 -36
- package/dist/src/routes.js +0 -72
- package/dist/src/services/api.d.ts +0 -143
- package/dist/src/services/api.js +0 -354
- package/dist/src/services/parsers/parseMetaCluster.js +0 -5
- package/dist/src/services/settings.d.ts +0 -42
- package/dist/src/services/settings.js +0 -74
- package/dist/src/store/getUrlData.d.ts +0 -13
- package/dist/src/store/reducers/authentication/authentication.d.ts +0 -193
- package/dist/src/store/reducers/authentication/authentication.js +0 -59
- package/dist/src/store/reducers/cluster/cluster.d.ts +0 -12
- package/dist/src/store/reducers/cluster/cluster.js +0 -80
- package/dist/src/store/reducers/cluster/utils.d.ts +0 -4
- package/dist/src/store/reducers/cluster/utils.js +0 -68
- package/dist/src/store/reducers/clusterNodes/clusterNodes.d.ts +0 -7
- package/dist/src/store/reducers/clusterNodes/clusterNodes.js +0 -23
- package/dist/src/store/reducers/clusters/clusters.d.ts +0 -7
- package/dist/src/store/reducers/clusters/clusters.js +0 -35
- package/dist/src/store/reducers/clusters/utils.js +0 -13
- package/dist/src/store/reducers/describe.d.ts +0 -4
- package/dist/src/store/reducers/executeQuery.d.ts +0 -44
- package/dist/src/store/reducers/executeQuery.js +0 -145
- package/dist/src/store/reducers/executeTopQueries/executeTopQueries.d.ts +0 -10
- package/dist/src/store/reducers/executeTopQueries/executeTopQueries.js +0 -68
- package/dist/src/store/reducers/explainQuery/explainQuery.d.ts +0 -9
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -1460
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.js +0 -73
- package/dist/src/store/reducers/heatmap.d.ts +0 -14
- package/dist/src/store/reducers/heatmap.js +0 -75
- package/dist/src/store/reducers/hotKeys/hotKeys.d.ts +0 -6
- package/dist/src/store/reducers/index.d.ts +0 -96
- package/dist/src/store/reducers/index.js +0 -43
- package/dist/src/store/reducers/network/network.d.ts +0 -3
- package/dist/src/store/reducers/node/node.d.ts +0 -8
- package/dist/src/store/reducers/node/selectors.js +0 -38
- package/dist/src/store/reducers/nodes/nodes.d.ts +0 -5
- package/dist/src/store/reducers/nodes/nodes.js +0 -32
- package/dist/src/store/reducers/nodes/selectors.d.ts +0 -11
- package/dist/src/store/reducers/nodes/types.d.ts +0 -59
- package/dist/src/store/reducers/nodes/utils.js +0 -51
- package/dist/src/store/reducers/nodesList.d.ts +0 -45
- package/dist/src/store/reducers/olapStats.d.ts +0 -5
- package/dist/src/store/reducers/overview/overview.d.ts +0 -6
- package/dist/src/store/reducers/partitions/partitions.d.ts +0 -10
- package/dist/src/store/reducers/partitions/utils.js +0 -41
- package/dist/src/store/reducers/pdisk/pdisk.d.ts +0 -9
- package/dist/src/store/reducers/pdisk/utils.js +0 -32
- package/dist/src/store/reducers/preview.d.ts +0 -10
- package/dist/src/store/reducers/schema/schema.d.ts +0 -27
- package/dist/src/store/reducers/schema/schema.js +0 -78
- package/dist/src/store/reducers/schemaAcl/schemaAcl.d.ts +0 -8
- package/dist/src/store/reducers/shardsWorkload/shardsWorkload.d.ts +0 -17
- package/dist/src/store/reducers/shardsWorkload/shardsWorkload.js +0 -109
- package/dist/src/store/reducers/storage/storage.d.ts +0 -6
- package/dist/src/store/reducers/storage/storage.js +0 -32
- package/dist/src/store/reducers/storage/utils.js +0 -117
- package/dist/src/store/reducers/tablet.d.ts +0 -14
- package/dist/src/store/reducers/tablets.d.ts +0 -345
- package/dist/src/store/reducers/tablets.js +0 -56
- package/dist/src/store/reducers/tenant/tenant.d.ts +0 -9
- package/dist/src/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +0 -5
- package/dist/src/store/reducers/tenantOverview/topNodes/topNodes.d.ts +0 -4
- package/dist/src/store/reducers/tenantOverview/topNodes/topNodes.js +0 -22
- package/dist/src/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +0 -5
- package/dist/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +0 -6
- package/dist/src/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +0 -4
- package/dist/src/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +0 -21
- package/dist/src/store/reducers/tenants/selectors.d.ts +0 -672
- package/dist/src/store/reducers/tenants/tenants.d.ts +0 -9
- package/dist/src/store/reducers/tenants/utils.d.ts +0 -47
- package/dist/src/store/reducers/tenants/utils.js +0 -212
- package/dist/src/store/reducers/tooltip.js +0 -39
- package/dist/src/store/reducers/topic.d.ts +0 -1103
- package/dist/src/store/reducers/vdisk/utils.js +0 -33
- package/dist/src/store/reducers/vdisk/vdisk.d.ts +0 -6
- package/dist/src/store/reducers/viewSchema/viewSchema.d.ts +0 -6
- package/dist/src/store/state-url-mapping.js +0 -150
- package/dist/src/types/additionalProps.d.ts +0 -25
- package/dist/src/utils/bytesParsers/formatBytes.js +0 -94
- package/dist/src/utils/bytesParsers/i18n/index.d.ts +0 -2
- package/dist/src/utils/clusterVersionColors.js +0 -51
- package/dist/src/utils/constants.d.ts +0 -107
- package/dist/src/utils/constants.js +0 -105
- package/dist/src/utils/dataFormatters/i18n/index.d.ts +0 -2
- package/dist/src/utils/disks/constants.js +0 -38
- package/dist/src/utils/disks/prepareDisks.js +0 -40
- package/dist/src/utils/hooks/useSearchQuery.d.ts +0 -2
- package/dist/src/utils/hooks/useSearchQuery.js +0 -6
- package/dist/src/utils/i18n/i18n.d.ts +0 -11
- package/dist/src/utils/lazyComponent.js +0 -25
- package/dist/src/utils/nodes.d.ts +0 -46
- package/dist/src/utils/nodes.js +0 -61
- package/dist/src/utils/query.js +0 -194
- package/dist/src/utils/response.d.ts +0 -4
- package/dist/src/utils/timeParsers/i18n/index.d.ts +0 -2
- /package/dist/{src/assets → assets}/icons/cluster.svg +0 -0
- /package/dist/{src/assets → assets}/icons/databases.svg +0 -0
- /package/dist/{src/assets → assets}/icons/disableFullscreen.svg +0 -0
- /package/dist/{src/assets → assets}/icons/emptyState.svg +0 -0
- /package/dist/{src/assets → assets}/icons/key.svg +0 -0
- /package/dist/{src/assets → assets}/icons/monitoring.svg +0 -0
- /package/dist/{src/assets → assets}/icons/network.svg +0 -0
- /package/dist/{src/assets → assets}/icons/user-check.svg +0 -0
- /package/dist/{src/assets → assets}/icons/user-secret.svg +0 -0
- /package/dist/{src/assets → assets}/icons/ydb.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/dark/403.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/dark/error.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/dark/thumbsUp.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/light/403.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/light/error.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/light/thumbsUp.svg +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/AsyncReplicationState.d.ts +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/AsyncReplicationState.js +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/index.d.ts +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/index.js +0 -0
- /package/dist/{src/containers/Tenant/Diagnostics/Autorefresh → components/AutoRefreshControl}/i18n/en.json +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.d.ts +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.js +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.scss +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/index.d.ts +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/index.js +0 -0
- /package/dist/{src/components → components}/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +0 -0
- /package/dist/{src/components → components}/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +0 -0
- /package/dist/{src/components → components}/CellWithPopover/CellWithPopover.d.ts +0 -0
- /package/dist/{src/components → components}/CellWithPopover/CellWithPopover.scss +0 -0
- /package/dist/{src/components → components}/CircularProgressBar/CircularProgressBar.js +0 -0
- /package/dist/{src/components → components}/CircularProgressBar/CircularProgressBar.scss +0 -0
- /package/dist/{src/components → components}/ClipboardButton/ClipboardButton.d.ts +0 -0
- /package/dist/{src/components → components}/ClipboardButton/index.d.ts +0 -0
- /package/dist/{src/components → components}/ClipboardButton/index.js +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/ComponentsProvider.d.ts +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/ComponentsProvider.js +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/componentsRegistry.d.ts +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/componentsRegistry.js +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/registry.js +0 -0
- /package/dist/{src/components → components}/ContentWithPopup/ContentWithPopup.d.ts +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.d.ts +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.js +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.scss +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/i18n/en.json +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/i18n/index.js +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/index.d.ts +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/index.js +0 -0
- /package/dist/{src/components → components}/DateRange/DateRange.d.ts +0 -0
- /package/dist/{src/components → components}/DateRange/DateRange.js +0 -0
- /package/dist/{src/components → components}/DateRange/DateRange.scss +0 -0
- /package/dist/{src/components → components}/DateRange/index.d.ts +0 -0
- /package/dist/{src/components → components}/DateRange/index.js +0 -0
- /package/dist/{src/components → components}/DiagnosticCard/DiagnosticCard.js +0 -0
- /package/dist/{src/components → components}/DiagnosticCard/DiagnosticCard.scss +0 -0
- /package/dist/{src/components → components}/DiskPageTitle/DiskPageTitle.js +0 -0
- /package/dist/{src/components → components}/DiskPageTitle/DiskPageTitle.scss +0 -0
- /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +0 -0
- /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.js +0 -0
- /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.scss +0 -0
- /package/dist/{src/components → components}/Divider/Divider.d.ts +0 -0
- /package/dist/{src/components → components}/Divider/Divider.js +0 -0
- /package/dist/{src/components → components}/Divider/Divider.scss +0 -0
- /package/dist/{src/components → components}/EmptyState/EmptyState.js +0 -0
- /package/dist/{src/components → components}/EmptyState/EmptyState.scss +0 -0
- /package/dist/{src/components → components}/EmptyState/index.d.ts +0 -0
- /package/dist/{src/components → components}/EmptyState/index.js +0 -0
- /package/dist/{src/components → components}/EnableFullscreenButton/EnableFullscreenButton.d.ts +0 -0
- /package/dist/{src/components → components}/EnableFullscreenButton/EnableFullscreenButton.js +0 -0
- /package/dist/{src/components → components}/EntitiesCount/EntitiesCount.d.ts +0 -0
- /package/dist/{src/components → components}/EntitiesCount/EntitiesCount.js +0 -0
- /package/dist/{src/components → components}/EntitiesCount/i18n/en.json +0 -0
- /package/dist/{src/components → components}/EntitiesCount/i18n/index.js +0 -0
- /package/dist/{src/components → components}/EntitiesCount/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/EntitiesCount/index.d.ts +0 -0
- /package/dist/{src/components → components}/EntitiesCount/index.js +0 -0
- /package/dist/{src/components → components}/EntityStatus/EntityStatus.js +0 -0
- /package/dist/{src/components → components}/EntityStatus/EntityStatus.scss +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.js +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.scss +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/i18n/en.json +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/i18n/index.js +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/Errors/403/AccessDenied.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/403/index.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/403/index.js +0 -0
- /package/dist/{src/components → components}/Errors/ResponseError/ResponseError.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/ResponseError/index.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/ResponseError/index.js +0 -0
- /package/dist/{src/components → components}/Errors/i18n/en.json +0 -0
- /package/dist/{src/components → components}/Errors/i18n/index.js +0 -0
- /package/dist/{src/components → components}/Errors/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/FormattedBytes/FormattedBytes.d.ts +0 -0
- /package/dist/{src/components → components}/FullNodeViewer/FullNodeViewer.d.ts +0 -0
- /package/dist/{src/components → components}/FullNodeViewer/FullNodeViewer.scss +0 -0
- /package/dist/{src/components → components}/Fullscreen/Fullscreen.d.ts +0 -0
- /package/dist/{src/components → components}/Fullscreen/Fullscreen.js +0 -0
- /package/dist/{src/components → components}/Fullscreen/Fullscreen.scss +0 -0
- /package/dist/{src/components → components}/GroupInfo/GroupInfo.d.ts +0 -0
- /package/dist/{src/components → components}/GroupInfo/i18n/en.json +0 -0
- /package/dist/{src/components → components}/GroupInfo/i18n/index.js +0 -0
- /package/dist/{src/components → components}/Illustration/Illustration.d.ts +0 -0
- /package/dist/{src/components → components}/Illustration/index.d.ts +0 -0
- /package/dist/{src/components → components}/Illustration/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/InfoViewer.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/InfoViewer.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/InfoViewer.scss +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/cdcStream.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/common.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/index.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/pqGroup.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/schema.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/table.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/i18n/en.json +0 -0
- /package/dist/{src/components → components}/InfoViewer/i18n/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/index.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/TableIndexInfo.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/TableIndexInfo.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/index.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/utils.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/utils.js +0 -0
- /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.js +0 -0
- /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.scss +0 -0
- /package/dist/{src/components → components}/InternalLink/InternalLink.d.ts +0 -0
- /package/dist/{src/components → components}/InternalLink/index.d.ts +0 -0
- /package/dist/{src/components → components}/InternalLink/index.js +0 -0
- /package/dist/{src/components → components}/LabelWithPopover/LabelWithPopover.js +0 -0
- /package/dist/{src/components → components}/LabelWithPopover/index.d.ts +0 -0
- /package/dist/{src/components → components}/LabelWithPopover/index.js +0 -0
- /package/dist/{src/components → components}/LagImages/LagImages.d.ts +0 -0
- /package/dist/{src/components → components}/LagImages/LagImages.js +0 -0
- /package/dist/{src/components → components}/LagImages/index.d.ts +0 -0
- /package/dist/{src/components → components}/LagImages/index.js +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.d.ts +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.js +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.scss +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/index.d.ts +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/index.js +0 -0
- /package/dist/{src/components → components}/LinkToSchemaObject/LinkToSchemaObject.d.ts +0 -0
- /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.d.ts +0 -0
- /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.js +0 -0
- /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.scss +0 -0
- /package/dist/{src/components → components}/Loader/Loader.d.ts +0 -0
- /package/dist/{src/components → components}/Loader/Loader.js +0 -0
- /package/dist/{src/components → components}/Loader/Loader.scss +0 -0
- /package/dist/{src/components → components}/Loader/index.d.ts +0 -0
- /package/dist/{src/components → components}/Loader/index.js +0 -0
- /package/dist/{src/components → components}/MetricChart/MetricChart.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/MetricChart.js +0 -0
- /package/dist/{src/components → components}/MetricChart/MetricChart.scss +0 -0
- /package/dist/{src/components → components}/MetricChart/colors.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/colors.js +0 -0
- /package/dist/{src/components → components}/MetricChart/convertResponse.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/getChartData.js +0 -0
- /package/dist/{src/components → components}/MetricChart/getDefaultDataFormatter.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/getDefaultDataFormatter.js +0 -0
- /package/dist/{src/components → components}/MetricChart/i18n/en.json +0 -0
- /package/dist/{src/components → components}/MetricChart/i18n/index.js +0 -0
- /package/dist/{src/components → components}/MetricChart/index.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/index.js +0 -0
- /package/dist/{src/components → components}/MetricChart/reducer.js +0 -0
- /package/dist/{src/components → components}/MetricChart/types.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/types.js +0 -0
- /package/dist/{src/components → components}/MonacoEditor/MonacoEditor.js +0 -0
- /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.d.ts +0 -0
- /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.js +0 -0
- /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.scss +0 -0
- /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.d.ts +0 -0
- /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.js +0 -0
- /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.scss +0 -0
- /package/dist/{src/components → components}/PDiskInfo/PDiskInfo.d.ts +0 -0
- /package/dist/{src/components → components}/PDiskInfo/PDiskInfo.scss +0 -0
- /package/dist/{src/components → components}/PDiskInfo/i18n/en.json +0 -0
- /package/dist/{src/components → components}/PDiskInfo/i18n/index.js +0 -0
- /package/dist/{src/components → components}/PDiskPopup/PDiskPopup.d.ts +0 -0
- /package/dist/{src/components → components}/PDiskPopup/PDiskPopup.scss +0 -0
- /package/dist/{src/components → components}/PageMeta/PageMeta.d.ts +0 -0
- /package/dist/{src/components → components}/PageMeta/PageMeta.js +0 -0
- /package/dist/{src/components → components}/PageMeta/PageMeta.scss +0 -0
- /package/dist/{src/components → components}/PoolBar/PoolBar.d.ts +0 -0
- /package/dist/{src/components → components}/PoolBar/PoolBar.js +0 -0
- /package/dist/{src/components → components}/PoolBar/PoolBar.scss +0 -0
- /package/dist/{src/components → components}/PoolUsage/PoolUsage.d.ts +0 -0
- /package/dist/{src/components → components}/PoolUsage/PoolUsage.js +0 -0
- /package/dist/{src/components → components}/PoolUsage/PoolUsage.scss +0 -0
- /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.d.ts +0 -0
- /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.js +0 -0
- /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.scss +0 -0
- /package/dist/{src/components → components}/ProblemFilter/ProblemFilter.d.ts +0 -0
- /package/dist/{src/components → components}/ProblemFilter/ProblemFilter.js +0 -0
- /package/dist/{src/components → components}/ProblemFilter/index.d.ts +0 -0
- /package/dist/{src/components → components}/ProblemFilter/index.js +0 -0
- /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.d.ts +0 -0
- /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.js +0 -0
- /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.scss +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.d.ts +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.js +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.scss +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/index.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/Cell.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/Cell.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/index.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/QueryResultTable.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/QueryResultTable.scss +0 -0
- /package/dist/{src/components → components}/QueryResultTable/i18n/en.json +0 -0
- /package/dist/{src/components → components}/QueryResultTable/i18n/index.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/QueryResultTable/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/index.js +0 -0
- /package/dist/{src/components → components}/ResizeableDataTable/ResizeableDataTable.d.ts +0 -0
- /package/dist/{src/components → components}/ResizeableDataTable/ResizeableDataTable.scss +0 -0
- /package/dist/{src/components → components}/Search/Search.d.ts +0 -0
- /package/dist/{src/components → components}/Search/Search.js +0 -0
- /package/dist/{src/components → components}/Search/Search.scss +0 -0
- /package/dist/{src/components → components}/Search/index.d.ts +0 -0
- /package/dist/{src/components → components}/Search/index.js +0 -0
- /package/dist/{src/components → components}/ShortyString/ShortyString.d.ts +0 -0
- /package/dist/{src/components → components}/ShortyString/ShortyString.js +0 -0
- /package/dist/{src/components → components}/ShortyString/ShortyString.scss +0 -0
- /package/dist/{src/components → components}/ShortyString/i18n/en.json +0 -0
- /package/dist/{src/components → components}/ShortyString/i18n/index.js +0 -0
- /package/dist/{src/components → components}/ShortyString/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.d.ts +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.js +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.scss +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/i18n/en.json +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/i18n/index.js +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/index.d.ts +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/index.js +0 -0
- /package/dist/{src/components → components}/SplitPane/SplitPane.d.ts +0 -0
- /package/dist/{src/components → components}/SplitPane/SplitPane.js +0 -0
- /package/dist/{src/components → components}/SplitPane/SplitPane.scss +0 -0
- /package/dist/{src/components → components}/SplitPane/index.d.ts +0 -0
- /package/dist/{src/components → components}/SplitPane/index.js +0 -0
- /package/dist/{src/components → components}/Stack/Stack.d.ts +0 -0
- /package/dist/{src/components → components}/Stack/Stack.js +0 -0
- /package/dist/{src/components → components}/Stack/Stack.scss +0 -0
- /package/dist/{src/components → components}/StatusIcon/StatusIcon.d.ts +0 -0
- /package/dist/{src/components → components}/StatusIcon/StatusIcon.js +0 -0
- /package/dist/{src/components → components}/StatusIcon/StatusIcon.scss +0 -0
- /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.d.ts +0 -0
- /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.js +0 -0
- /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.scss +0 -0
- /package/dist/{src/components → components}/TableWithControlsLayout/TableWithControlsLayout.js +0 -0
- /package/dist/{src/components → components}/TableWithControlsLayout/TableWithControlsLayout.scss +0 -0
- /package/dist/{src/components → components}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{src/components → components}/Tablet/Tablet.js +0 -0
- /package/dist/{src/components → components}/Tablet/Tablet.scss +0 -0
- /package/dist/{src/components → components}/Tablet/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tablet/index.js +0 -0
- /package/dist/{src/components → components}/TabletIcon/TabletIcon.d.ts +0 -0
- /package/dist/{src/components → components}/TabletIcon/TabletIcon.js +0 -0
- /package/dist/{src/components → components}/TabletIcon/TabletIcon.scss +0 -0
- /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.d.ts +0 -0
- /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.js +0 -0
- /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.scss +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.d.ts +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.js +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.scss +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/index.d.ts +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/index.js +0 -0
- /package/dist/{src/components → components}/Tag/Tag.d.ts +0 -0
- /package/dist/{src/components → components}/Tag/Tag.js +0 -0
- /package/dist/{src/components → components}/Tag/Tag.scss +0 -0
- /package/dist/{src/components → components}/Tag/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tag/index.js +0 -0
- /package/dist/{src/components → components}/Tags/Tags.d.ts +0 -0
- /package/dist/{src/components → components}/Tags/Tags.js +0 -0
- /package/dist/{src/components → components}/Tags/Tags.scss +0 -0
- /package/dist/{src/components → components}/Tags/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tags/index.js +0 -0
- /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.d.ts +0 -0
- /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.js +0 -0
- /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.scss +0 -0
- /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +0 -0
- /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.scss +0 -0
- /package/dist/{src/components → components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.js +0 -0
- /package/dist/{src/components → components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.js +0 -0
- /package/dist/{src/components → components}/TooltipsContent/index.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/index.js +0 -0
- /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.d.ts +0 -0
- /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.js +0 -0
- /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.scss +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/UptimeFilter.d.ts +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/UptimeFilter.js +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/index.d.ts +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/index.js +0 -0
- /package/dist/{src/components → components}/UsageLabel/UsageLabel.d.ts +0 -0
- /package/dist/{src/components → components}/UsageLabel/UsageLabel.scss +0 -0
- /package/dist/{src/components → components}/User/StaffCard.d.ts +0 -0
- /package/dist/{src/components → components}/User/StaffCard.js +0 -0
- /package/dist/{src/components → components}/User/User.d.ts +0 -0
- /package/dist/{src/components → components}/User/User.js +0 -0
- /package/dist/{src/components → components}/User/User.scss +0 -0
- /package/dist/{src/components → components}/VDisk/VDisk.d.ts +0 -0
- /package/dist/{src/components → components}/VDisk/VDisk.js +0 -0
- /package/dist/{src/components → components}/VDisk/VDisk.scss +0 -0
- /package/dist/{src/components → components}/VDisk/VDiskWithDonorsStack.d.ts +0 -0
- /package/dist/{src/components → components}/VDisk/VDiskWithDonorsStack.js +0 -0
- /package/dist/{src/components → components}/VDiskInfo/VDiskInfo.d.ts +0 -0
- /package/dist/{src/components → components}/VDiskInfo/VDiskInfo.scss +0 -0
- /package/dist/{src/components → components}/VDiskInfo/i18n/en.json +0 -0
- /package/dist/{src/components → components}/VDiskInfo/i18n/index.js +0 -0
- /package/dist/{src/components → components}/VDiskPopup/VDiskPopup.d.ts +0 -0
- /package/dist/{src/components → components}/VDiskPopup/VDiskPopup.scss +0 -0
- /package/dist/{src/components → components}/VirtualTable/ResizeHandler.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/ResizeHandler.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/ResizeableVirtualTable.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableChunk.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableChunk.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableHead.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableHead.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableRow.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/VirtualTable.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/VirtualTable.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/VirtualTable.scss +0 -0
- /package/dist/{src/components → components}/VirtualTable/constants.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/constants.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/i18n/en.json +0 -0
- /package/dist/{src/components → components}/VirtualTable/i18n/index.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/VirtualTable/index.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/index.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/reducer.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/shared.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/shared.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/types.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/useIntersectionObserver.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/useIntersectionObserver.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/utils.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/utils.js +0 -0
- /package/dist/{src/components → components}/slots/SlotMap.d.ts +0 -0
- /package/dist/{src/components → components}/slots/SlotMap.js +0 -0
- /package/dist/{src/components → components}/slots/createSlot.d.ts +0 -0
- /package/dist/{src/components → components}/slots/createSlot.js +0 -0
- /package/dist/{src/components → components}/slots/index.d.ts +0 -0
- /package/dist/{src/components → components}/slots/index.js +0 -0
- /package/dist/{src/components → components}/slots/types.js +0 -0
- /package/dist/{src/components → components}/slots/useSlots.d.ts +0 -0
- /package/dist/{src/components → components}/slots/useSlots.js +0 -0
- /package/dist/{src/components → components}/slots/utils.d.ts +0 -0
- /package/dist/{src/components → components}/slots/utils.js +0 -0
- /package/dist/{src/containers → containers}/App/App.js +0 -0
- /package/dist/{src/containers → containers}/App/App.scss +0 -0
- /package/dist/{src/containers → containers}/App/Providers.d.ts +0 -0
- /package/dist/{src/containers → containers}/App/appSlots.js +0 -0
- /package/dist/{src/containers → containers}/App/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/App/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/App/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/App/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/App/index.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/AppWithClusters.d.ts +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/AppWithClusters.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.scss +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedNode/ExtendedNode.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/useClusterData.d.ts +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.d.ts +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.js +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.scss +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/Navigation.js +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.scss +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Authentication/Authentication.d.ts +0 -0
- /package/dist/{src/containers → containers}/Authentication/Authentication.scss +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.scss +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/utils.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.scss +0 -0
- /package/dist/{src/containers → containers}/Cluster/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Cluster/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Cluster/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/utils.js +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/ClusterModeGuard.d.ts +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/ClusterModeGuard.js +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/index.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/Clusters.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/Clusters.scss +0 -0
- /package/dist/{src/containers → containers}/Clusters/ClustersStatistics.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/ClustersStatistics.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/columns.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/constants.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Clusters/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Clusters/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/shared.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/useSelectedColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/useSelectedColumns.js +0 -0
- /package/dist/{src/containers → containers}/Header/Header.d.ts +0 -0
- /package/dist/{src/containers → containers}/Header/Header.scss +0 -0
- /package/dist/{src/containers → containers}/Header/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Header/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Heatmap.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Heatmap.scss +0 -0
- /package/dist/{src/containers → containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.js +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Histogram/Histogram.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Histogram/Histogram.scss +0 -0
- /package/dist/{src/containers → containers}/Heatmap/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/index.js +0 -0
- /package/dist/{src/containers → containers}/Heatmap/util.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/util.js +0 -0
- /package/dist/{src/containers → containers}/Node/NodePages.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodePages.js +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/NodeStructure.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/NodeStructure.scss +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/PDiskTitleBadge.js +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/Pdisk.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/Vdisk.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/Vdisk.js +0 -0
- /package/dist/{src/containers → containers}/Node/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Node/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Node/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Nodes/Nodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/Nodes.scss +0 -0
- /package/dist/{src/containers → containers}/Nodes/NodesWrapper.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/VirtualNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/getNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/getNodesColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Nodes/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Nodes/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Nodes/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/index.js +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/PDiskGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/PDiskGroups.js +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/PDiskPage.d.ts +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/shared.js +0 -0
- /package/dist/{src/containers → containers}/ReduxTooltip/ReduxTooltip.js +0 -0
- /package/dist/{src/containers → containers}/ReduxTooltip/ReduxTooltip.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/EmptyFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/EmptyFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.js +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/Storage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/Storage.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageControls/StorageControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageControls/StorageControls.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/VirtualStorageGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/VirtualStorageGroups.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/getGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodes.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/VirtualStorageNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/VirtualStorageNodes.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/getNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/shared.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageTypeFilter/StorageTypeFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageWrapper.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/VirtualStorage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/VirtualStorage.js +0 -0
- /package/dist/{src/containers → containers}/Storage/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/shared.js +0 -0
- /package/dist/{src/containers → containers}/Storage/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/utils/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/Tablet.scss +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/TabletControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/TabletControls.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/TabletInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/TabletInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/TabletTable.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/TabletTable.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tablet/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablets/Tablets.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablets/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tablets/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablets/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablets/index.js +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.d.ts +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.js +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.scss +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Acl/Acl.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Acl/Acl.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/Columns.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/utils/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/utils/constants.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Diagnostics.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Diagnostics.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DiagnosticsPages.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DiagnosticsPages.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/utils.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/Overview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/Overview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/Columns.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/columns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/constants.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/types.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/types.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/Healthcheck.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/utils.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/TopQueries.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/TopShards.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/TopShards.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/EntityTitle/EntityTitle.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/EntityTitle/EntityTitle.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/ExternalTable/ExternalTable.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/View/View.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/View/View.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/View/View.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectSummary/ObjectSummary.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectSummary/ObjectSummary.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/utils.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/models.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/models.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Query.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Query.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditor/QueryEditor.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditor/helpers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryTabs/QueryTabs.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/utils/getPreparedResult.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/utils/getPreparedResult.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaTree/SchemaTree.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/columns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/prepareData.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/shared.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/types.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/types.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Tenant.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/useTenantNavigation.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantPages.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantPages.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/ToggleButton.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/paneVisibilityToggleHelpers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/queryTemplates.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/queryTemplates.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/schema.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/schemaControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/schemaControls.js +0 -0
- /package/dist/{src/containers → containers}/Tenants/Tenants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenants/Tenants.scss +0 -0
- /package/dist/{src/containers → containers}/UserSettings/Setting.js +0 -0
- /package/dist/{src/containers → containers}/UserSettings/UserSettings.d.ts +0 -0
- /package/dist/{src/containers → containers}/UserSettings/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/UserSettings/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/UserSettings/settings.d.ts +0 -0
- /package/dist/{src/containers → containers}/UserSettings/settings.js +0 -0
- /package/dist/{src/containers → containers}/VDiskPage/VDiskPage.d.ts +0 -0
- /package/dist/{src/containers → containers}/VDiskPage/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/VDiskPage/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.js +0 -0
- /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.scss +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTable/NodesTable.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.js +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.scss +0 -0
- /package/dist/{src/containers → containers}/Versions/Versions.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/Versions.scss +0 -0
- /package/dist/{src/containers → containers}/Versions/groupNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/groupNodes.js +0 -0
- /package/dist/{src/containers → containers}/Versions/types.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/types.js +0 -0
- /package/dist/{src/index.css → index.css} +0 -0
- /package/dist/{src/lib.d.ts → lib.d.ts} +0 -0
- /package/dist/{src/lib.js → lib.js} +0 -0
- /package/dist/{src/reportWebVitals.d.ts → reportWebVitals.d.ts} +0 -0
- /package/dist/{src/reportWebVitals.js → reportWebVitals.js} +0 -0
- /package/dist/{src/routes.d.ts → routes.d.ts} +0 -0
- /package/dist/{src/services → services}/parsers/parseMetaCluster.d.ts +0 -0
- /package/dist/{src/services → services}/parsers/parseMetaTenants.d.ts +0 -0
- /package/dist/{src/services → services}/parsers/parseMetaTenants.js +0 -0
- /package/dist/{src/store → store}/configureStore.d.ts +0 -0
- /package/dist/{src/store → store}/configureStore.js +0 -0
- /package/dist/{src/store → store}/defaultStore.d.ts +0 -0
- /package/dist/{src/store → store}/defaultStore.js +0 -0
- /package/dist/{src/store → store}/getUrlData.js +0 -0
- /package/dist/{src/store → store}/index.d.ts +0 -0
- /package/dist/{src/store → store}/index.js +0 -0
- /package/dist/{src/store → store}/reducers/api.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/api.js +0 -0
- /package/dist/{src/store → store}/reducers/authentication/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/authentication/types.js +0 -0
- /package/dist/{src/store → store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.js +0 -0
- /package/dist/{src/store → store}/reducers/cluster/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/cluster/types.js +0 -0
- /package/dist/{src/store → store}/reducers/clusters/selectors.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/clusters/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/clusters/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/clusters/types.js +0 -0
- /package/dist/{src/store → store}/reducers/clusters/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/describe.js +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/types.js +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/explainQuery.js +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/types.js +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/fullscreen.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/fullscreen.js +0 -0
- /package/dist/{src/store → store}/reducers/header/header.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/header/header.js +0 -0
- /package/dist/{src/store → store}/reducers/header/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/header/types.js +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/types.js +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/hotKeys/hotKeys.js +0 -0
- /package/dist/{src/store → store}/reducers/network/network.js +0 -0
- /package/dist/{src/store → store}/reducers/node/node.js +0 -0
- /package/dist/{src/store → store}/reducers/node/selectors.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/node/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/node/types.js +0 -0
- /package/dist/{src/store → store}/reducers/node/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/node/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/nodes/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/nodes/types.js +0 -0
- /package/dist/{src/store → store}/reducers/nodes/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/nodesList.js +0 -0
- /package/dist/{src/store → store}/reducers/olapStats.js +0 -0
- /package/dist/{src/store → store}/reducers/overview/overview.js +0 -0
- /package/dist/{src/store → store}/reducers/partitions/partitions.js +0 -0
- /package/dist/{src/store → store}/reducers/partitions/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/partitions/types.js +0 -0
- /package/dist/{src/store → store}/reducers/partitions/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/pdisk.js +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/types.js +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/preview.js +0 -0
- /package/dist/{src/store → store}/reducers/saveQuery.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/saveQuery.js +0 -0
- /package/dist/{src/store → store}/reducers/schema/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/schema/types.js +0 -0
- /package/dist/{src/store → store}/reducers/schemaAcl/schemaAcl.js +0 -0
- /package/dist/{src/store → store}/reducers/settings/settings.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/settings/settings.js +0 -0
- /package/dist/{src/store → store}/reducers/settings/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/settings/types.js +0 -0
- /package/dist/{src/store → store}/reducers/shardsWorkload/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/shardsWorkload/types.js +0 -0
- /package/dist/{src/store → store}/reducers/singleClusterMode.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/singleClusterMode.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/constants.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/storage/constants.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/selectors.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/storage/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/storage/types.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tablet.js +0 -0
- /package/dist/{src/store → store}/reducers/tabletsFilters.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tabletsFilters.js +0 -0
- /package/dist/{src/store → store}/reducers/tenant/constants.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenant/constants.js +0 -0
- /package/dist/{src/store → store}/reducers/tenant/tenant.js +0 -0
- /package/dist/{src/store → store}/reducers/tenant/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenant/types.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/executeTopTables/executeTopTables.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topShards/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topShards/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/types.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/contants.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenants/contants.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/tenants.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenants/types.js +0 -0
- /package/dist/{src/store → store}/reducers/tooltip.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/topic.js +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/types.js +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/vdisk.js +0 -0
- /package/dist/{src/store → store}/reducers/viewSchema/viewSchema.js +0 -0
- /package/dist/{src/store → store}/state-url-mapping.d.ts +0 -0
- /package/dist/{src/store → store}/utils.d.ts +0 -0
- /package/dist/{src/store → store}/utils.js +0 -0
- /package/dist/{src/styles → styles}/mixins.scss +0 -0
- /package/dist/{src/styles → styles}/themes/dark-hc.scss +0 -0
- /package/dist/{src/styles → styles}/themes/dark.scss +0 -0
- /package/dist/{src/styles → styles}/themes/light-hc.scss +0 -0
- /package/dist/{src/styles → styles}/themes/light.scss +0 -0
- /package/dist/{src/styles → styles}/themes.scss +0 -0
- /package/dist/{src/types → types}/additionalProps.js +0 -0
- /package/dist/{src/types → types}/api/acl.d.ts +0 -0
- /package/dist/{src/types → types}/api/acl.js +0 -0
- /package/dist/{src/types → types}/api/autocomplete.d.ts +0 -0
- /package/dist/{src/types → types}/api/autocomplete.js +0 -0
- /package/dist/{src/types → types}/api/cluster.d.ts +0 -0
- /package/dist/{src/types → types}/api/cluster.js +0 -0
- /package/dist/{src/types → types}/api/common.d.ts +0 -0
- /package/dist/{src/types → types}/api/common.js +0 -0
- /package/dist/{src/types → types}/api/compute.d.ts +0 -0
- /package/dist/{src/types → types}/api/compute.js +0 -0
- /package/dist/{src/types → types}/api/consumer.d.ts +0 -0
- /package/dist/{src/types → types}/api/consumer.js +0 -0
- /package/dist/{src/types → types}/api/enums.d.ts +0 -0
- /package/dist/{src/types → types}/api/enums.js +0 -0
- /package/dist/{src/types → types}/api/error.d.ts +0 -0
- /package/dist/{src/types → types}/api/error.js +0 -0
- /package/dist/{src/types → types}/api/healthcheck.d.ts +0 -0
- /package/dist/{src/types → types}/api/healthcheck.js +0 -0
- /package/dist/{src/types → types}/api/hotkeys.d.ts +0 -0
- /package/dist/{src/types → types}/api/hotkeys.js +0 -0
- /package/dist/{src/types → types}/api/meta.d.ts +0 -0
- /package/dist/{src/types → types}/api/meta.js +0 -0
- /package/dist/{src/types → types}/api/netInfo.d.ts +0 -0
- /package/dist/{src/types → types}/api/netInfo.js +0 -0
- /package/dist/{src/types → types}/api/nodes.d.ts +0 -0
- /package/dist/{src/types → types}/api/nodes.js +0 -0
- /package/dist/{src/types → types}/api/nodesList.d.ts +0 -0
- /package/dist/{src/types → types}/api/nodesList.js +0 -0
- /package/dist/{src/types → types}/api/pdisk.d.ts +0 -0
- /package/dist/{src/types → types}/api/pdisk.js +0 -0
- /package/dist/{src/types → types}/api/query.d.ts +0 -0
- /package/dist/{src/types → types}/api/query.js +0 -0
- /package/dist/{src/types → types}/api/render.d.ts +0 -0
- /package/dist/{src/types → types}/api/render.js +0 -0
- /package/dist/{src/types → types}/api/restartPDisk.d.ts +0 -0
- /package/dist/{src/types → types}/api/restartPDisk.js +0 -0
- /package/dist/{src/types → types}/api/schema/cdcStream.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/cdcStream.js +0 -0
- /package/dist/{src/types → types}/api/schema/columnEntity.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/columnEntity.js +0 -0
- /package/dist/{src/types → types}/api/schema/externalDataSource.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/externalDataSource.js +0 -0
- /package/dist/{src/types → types}/api/schema/externalTable.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/externalTable.js +0 -0
- /package/dist/{src/types → types}/api/schema/index.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/index.js +0 -0
- /package/dist/{src/types → types}/api/schema/persQueueGroup.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/persQueueGroup.js +0 -0
- /package/dist/{src/types → types}/api/schema/replication.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/replication.js +0 -0
- /package/dist/{src/types → types}/api/schema/schema.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/schema.js +0 -0
- /package/dist/{src/types → types}/api/schema/shared.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/shared.js +0 -0
- /package/dist/{src/types → types}/api/schema/table.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/table.js +0 -0
- /package/dist/{src/types → types}/api/schema/tableIndex.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/tableIndex.js +0 -0
- /package/dist/{src/types → types}/api/schema/view.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/view.js +0 -0
- /package/dist/{src/types → types}/api/storage.d.ts +0 -0
- /package/dist/{src/types → types}/api/storage.js +0 -0
- /package/dist/{src/types → types}/api/systemState.d.ts +0 -0
- /package/dist/{src/types → types}/api/systemState.js +0 -0
- /package/dist/{src/types → types}/api/tablet.d.ts +0 -0
- /package/dist/{src/types → types}/api/tablet.js +0 -0
- /package/dist/{src/types → types}/api/tenant.d.ts +0 -0
- /package/dist/{src/types → types}/api/tenant.js +0 -0
- /package/dist/{src/types → types}/api/topic.d.ts +0 -0
- /package/dist/{src/types → types}/api/topic.js +0 -0
- /package/dist/{src/types → types}/api/vdisk.d.ts +0 -0
- /package/dist/{src/types → types}/api/vdisk.js +0 -0
- /package/dist/{src/types → types}/api/whoami.d.ts +0 -0
- /package/dist/{src/types → types}/api/whoami.js +0 -0
- /package/dist/{src/types → types}/common.d.ts +0 -0
- /package/dist/{src/types → types}/common.js +0 -0
- /package/dist/{src/types → types}/index.d.ts +0 -0
- /package/dist/{src/types → types}/index.js +0 -0
- /package/dist/{src/types → types}/store/describe.d.ts +0 -0
- /package/dist/{src/types → types}/store/describe.js +0 -0
- /package/dist/{src/types → types}/store/executeQuery.d.ts +0 -0
- /package/dist/{src/types → types}/store/executeQuery.js +0 -0
- /package/dist/{src/types → types}/store/heatmap.d.ts +0 -0
- /package/dist/{src/types → types}/store/heatmap.js +0 -0
- /package/dist/{src/types → types}/store/nodesList.d.ts +0 -0
- /package/dist/{src/types → types}/store/nodesList.js +0 -0
- /package/dist/{src/types → types}/store/query.d.ts +0 -0
- /package/dist/{src/types → types}/store/query.js +0 -0
- /package/dist/{src/types → types}/store/tablet.d.ts +0 -0
- /package/dist/{src/types → types}/store/tablet.js +0 -0
- /package/dist/{src/types → types}/store/tablets.d.ts +0 -0
- /package/dist/{src/types → types}/store/tablets.js +0 -0
- /package/dist/{src/types → types}/store/tooltip.d.ts +0 -0
- /package/dist/{src/types → types}/store/tooltip.js +0 -0
- /package/dist/{src/types → types}/store/topic.d.ts +0 -0
- /package/dist/{src/types → types}/store/topic.js +0 -0
- /package/dist/{src/types → types}/versions.d.ts +0 -0
- /package/dist/{src/types → types}/versions.js +0 -0
- /package/dist/{src/utils → utils}/__test__/monitoring.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/__test__/monitoring.test.js +0 -0
- /package/dist/{src/utils → utils}/__test__/parseBalancer.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/__test__/parseBalancer.test.js +0 -0
- /package/dist/{src/utils → utils}/__test__/prepareBackend.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/__test__/prepareBackend.test.js +0 -0
- /package/dist/{src/utils → utils}/additionalProps.d.ts +0 -0
- /package/dist/{src/utils → utils}/additionalProps.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/__test__/formatBytes.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/__test__/formatBytes.test.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/convertBytesObjectToSpeed.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/convertBytesObjectToSpeed.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/formatBytes.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/i18n/en.json +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/i18n/ru.json +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/index.js +0 -0
- /package/dist/{src/utils → utils}/clusterVersionColors.d.ts +0 -0
- /package/dist/{src/utils → utils}/cn.d.ts +0 -0
- /package/dist/{src/utils → utils}/cn.js +0 -0
- /package/dist/{src/utils → utils}/createToast.d.ts +0 -0
- /package/dist/{src/utils → utils}/createToast.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/__test__/roundToSignificant.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/__test__/roundToSignificant.test.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/dataFormatters.d.ts +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/dataFormatters.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/i18n/en.json +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/i18n/ru.json +0 -0
- /package/dist/{src/utils → utils}/developerUI/__test__/developerUI.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/developerUI/__test__/developerUI.test.js +0 -0
- /package/dist/{src/utils → utils}/developerUI/developerUI.d.ts +0 -0
- /package/dist/{src/utils → utils}/developerUI/developerUI.js +0 -0
- /package/dist/{src/utils → utils}/diagnostics.d.ts +0 -0
- /package/dist/{src/utils → utils}/diagnostics.js +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculatePDiskSeverity.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculatePDiskSeverity.test.js +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculateVDiskSeverity.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculateVDiskSeverity.test.js +0 -0
- /package/dist/{src/utils → utils}/disks/calculatePDiskSeverity.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/calculatePDiskSeverity.js +0 -0
- /package/dist/{src/utils → utils}/disks/calculateVDiskSeverity.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/calculateVDiskSeverity.js +0 -0
- /package/dist/{src/utils → utils}/disks/constants.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/getPDiskType.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/getPDiskType.js +0 -0
- /package/dist/{src/utils → utils}/disks/helpers.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/helpers.js +0 -0
- /package/dist/{src/utils → utils}/disks/prepareDisks.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/types.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/types.js +0 -0
- /package/dist/{src/utils → utils}/filters.d.ts +0 -0
- /package/dist/{src/utils → utils}/filters.js +0 -0
- /package/dist/{src/utils → utils}/generateEvaluator.d.ts +0 -0
- /package/dist/{src/utils → utils}/generateEvaluator.js +0 -0
- /package/dist/{src/utils → utils}/generateHash.d.ts +0 -0
- /package/dist/{src/utils → utils}/generateHash.js +0 -0
- /package/dist/{src/utils → utils}/hooks/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/index.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useAutoRefreshInterval.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useAutoRefreshInterval.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useNodesRequestParams.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useNodesRequestParams.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useQueryModes.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useQueryModes.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useSetting.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useSetting.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useStorageRequestParams.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useStorageRequestParams.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableResize.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableResize.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableSort.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableSort.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedDispatch.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedDispatch.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedSelector.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedSelector.js +0 -0
- /package/dist/{src/utils → utils}/i18n/i18n.js +0 -0
- /package/dist/{src/utils → utils}/i18n/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/index.js +0 -0
- /package/dist/{src/utils → utils}/lazyComponent.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/index.js +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/constants.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/constants.js +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/registerLanguage.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/registerLanguage.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/constants.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/constants.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/generateSuggestions.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/generateSuggestions.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/registerLanguage.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/registerLanguage.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.completionItemProvider.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.completionItemProvider.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.keywords.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.keywords.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yqlSuggestions.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yqlSuggestions.js +0 -0
- /package/dist/{src/utils → utils}/monitoring.d.ts +0 -0
- /package/dist/{src/utils → utils}/monitoring.js +0 -0
- /package/dist/{src/utils → utils}/numeral.d.ts +0 -0
- /package/dist/{src/utils → utils}/numeral.js +0 -0
- /package/dist/{src/utils → utils}/parseBalancer.d.ts +0 -0
- /package/dist/{src/utils → utils}/parseBalancer.js +0 -0
- /package/dist/{src/utils → utils}/prepareBackend.d.ts +0 -0
- /package/dist/{src/utils → utils}/prepareBackend.js +0 -0
- /package/dist/{src/utils → utils}/prepareQueryExplain.d.ts +0 -0
- /package/dist/{src/utils → utils}/prepareQueryExplain.js +0 -0
- /package/dist/{src/utils → utils}/query.d.ts +0 -0
- /package/dist/{src/utils → utils}/query.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/query.test.js +0 -0
- /package/dist/{src/utils → utils}/registerError.d.ts +0 -0
- /package/dist/{src/utils → utils}/registerError.js +0 -0
- /package/dist/{src/utils → utils}/response.js +0 -0
- /package/dist/{src/utils → utils}/storage.d.ts +0 -0
- /package/dist/{src/utils → utils}/storage.js +0 -0
- /package/dist/{src/utils → utils}/tablet.d.ts +0 -0
- /package/dist/{src/utils → utils}/tablet.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/formatDuration.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/formatDuration.test.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/protobuf.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/protobuf.test.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/formatDuration.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/formatDuration.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/i18n/en.json +0 -0
- /package/dist/{src/utils → utils}/timeParsers/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/i18n/ru.json +0 -0
- /package/dist/{src/utils → utils}/timeParsers/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/index.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/parsers.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/parsers.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/protobufParsers.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/protobufParsers.js +0 -0
- /package/dist/{src/utils → utils}/timeframes.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeframes.js +0 -0
- /package/dist/{src/utils → utils}/tooltip.d.ts +0 -0
- /package/dist/{src/utils → utils}/tooltip.js +0 -0
- /package/dist/{src/utils → utils}/typecheckers.d.ts +0 -0
- /package/dist/{src/utils → utils}/typecheckers.js +0 -0
- /package/dist/{src/utils → utils}/utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/utils.js +0 -0
- /package/dist/{src/utils → utils}/versions/getVersionsColors.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/getVersionsColors.js +0 -0
- /package/dist/{src/utils → utils}/versions/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/index.js +0 -0
- /package/dist/{src/utils → utils}/versions/parseNodesToVersionsValues.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/parseNodesToVersionsValues.js +0 -0
- /package/dist/{src/utils → utils}/versions/parseVersion.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/parseVersion.js +0 -0
@@ -0,0 +1,361 @@
|
|
1
|
+
import AxiosWrapper from '@gravity-ui/axios-wrapper';
|
2
|
+
import axiosRetry from 'axios-retry';
|
3
|
+
import { backend as BACKEND, metaBackend as META_BACKEND } from '../store';
|
4
|
+
import { BINARY_DATA_IN_PLAIN_TEXT_DISPLAY } from '../utils/constants';
|
5
|
+
import { createPDiskDeveloperUILink } from '../utils/developerUI/developerUI';
|
6
|
+
import { prepareSortValue } from '../utils/filters';
|
7
|
+
import { parseMetaCluster } from './parsers/parseMetaCluster';
|
8
|
+
import { parseMetaTenants } from './parsers/parseMetaTenants';
|
9
|
+
import { settingsManager } from './settings';
|
10
|
+
export class YdbEmbeddedAPI extends AxiosWrapper {
|
11
|
+
constructor(options) {
|
12
|
+
super(options);
|
13
|
+
axiosRetry(this._axios, {
|
14
|
+
retries: 3,
|
15
|
+
retryDelay: axiosRetry.exponentialDelay,
|
16
|
+
});
|
17
|
+
// Interceptor to process OIDC auth
|
18
|
+
this._axios.interceptors.response.use(null, function (error) {
|
19
|
+
var _a;
|
20
|
+
const response = error.response;
|
21
|
+
// OIDC proxy returns 401 response with authUrl in it
|
22
|
+
// authUrl - external auth service link, after successful auth additional cookies will be appended
|
23
|
+
// that will allow access to clusters where OIDC proxy is a balancer
|
24
|
+
if (response && response.status === 401 && ((_a = response.data) === null || _a === void 0 ? void 0 : _a.authUrl)) {
|
25
|
+
return window.location.assign(response.data.authUrl);
|
26
|
+
}
|
27
|
+
return Promise.reject(error);
|
28
|
+
});
|
29
|
+
}
|
30
|
+
getPath(path) {
|
31
|
+
return `${BACKEND !== null && BACKEND !== void 0 ? BACKEND : ''}${path}`;
|
32
|
+
}
|
33
|
+
getClusterInfo(clusterName, { concurrentId, signal } = {}) {
|
34
|
+
return this.get(this.getPath('/viewer/json/cluster'), {
|
35
|
+
name: clusterName,
|
36
|
+
tablets: true,
|
37
|
+
}, { concurrentId: concurrentId || `getClusterInfo`, requestConfig: { signal } });
|
38
|
+
}
|
39
|
+
getClusterNodes({ concurrentId, signal } = {}) {
|
40
|
+
return this.get(this.getPath('/viewer/json/sysinfo'), {}, { concurrentId: concurrentId || `getClusterNodes`, requestConfig: { signal } });
|
41
|
+
}
|
42
|
+
getNodeInfo(id, { concurrentId, signal } = {}) {
|
43
|
+
return this.get(this.getPath('/viewer/json/sysinfo?enums=true'), {
|
44
|
+
node_id: id,
|
45
|
+
}, { concurrentId, requestConfig: { signal } });
|
46
|
+
}
|
47
|
+
getTenants(clusterName, { concurrentId, signal } = {}) {
|
48
|
+
return this.get(this.getPath('/viewer/json/tenantinfo'), {
|
49
|
+
tablets: 1,
|
50
|
+
storage: 1,
|
51
|
+
cluster_name: clusterName,
|
52
|
+
}, { concurrentId, requestConfig: { signal } });
|
53
|
+
}
|
54
|
+
getTenantInfo({ path }, { concurrentId, signal } = {}) {
|
55
|
+
return this.get(this.getPath('/viewer/json/tenantinfo'), {
|
56
|
+
path,
|
57
|
+
tablets: true,
|
58
|
+
storage: true,
|
59
|
+
}, { concurrentId: concurrentId || `getTenantInfo|${path}`, requestConfig: { signal } });
|
60
|
+
}
|
61
|
+
getNodes({ visibleEntities, type = 'any', tablets = true, sortOrder, sortValue, ...params }, { concurrentId, signal } = {}) {
|
62
|
+
const sort = prepareSortValue(sortValue, sortOrder);
|
63
|
+
return this.get(this.getPath('/viewer/json/nodes?enums=true'), { with: visibleEntities, type, tablets, sort, ...params }, { concurrentId, requestConfig: { signal } });
|
64
|
+
}
|
65
|
+
/** @deprecated use getNodes instead */
|
66
|
+
getCompute({ sortOrder, sortValue, ...params }, { concurrentId, signal } = {}) {
|
67
|
+
const sort = prepareSortValue(sortValue, sortOrder);
|
68
|
+
return this.get(this.getPath('/viewer/json/compute?enums=true'), { sort, ...params }, { concurrentId, requestConfig: { signal } });
|
69
|
+
}
|
70
|
+
getStorageInfo({ tenant, visibleEntities, nodeId, poolName, groupId, sortOrder, sortValue, ...params }, { concurrentId, signal } = {}) {
|
71
|
+
const sort = prepareSortValue(sortValue, sortOrder);
|
72
|
+
return this.get(this.getPath(`/viewer/json/storage?enums=true`), {
|
73
|
+
tenant,
|
74
|
+
node_id: nodeId,
|
75
|
+
pool: poolName,
|
76
|
+
group_id: groupId,
|
77
|
+
with: visibleEntities,
|
78
|
+
sort,
|
79
|
+
...params,
|
80
|
+
}, { concurrentId, requestConfig: { signal } });
|
81
|
+
}
|
82
|
+
getPDiskInfo({ nodeId, pDiskId }, { concurrentId, signal } = {}) {
|
83
|
+
return this.get(this.getPath('/viewer/json/pdiskinfo?enums=true'), {
|
84
|
+
filter: `(NodeId=${nodeId}${pDiskId ? `;PDiskId=${pDiskId}` : ''})`,
|
85
|
+
}, { concurrentId, requestConfig: { signal } });
|
86
|
+
}
|
87
|
+
getVDiskInfo({ vDiskSlotId, pDiskId, nodeId, }, { concurrentId, signal } = {}) {
|
88
|
+
return this.get(this.getPath('/viewer/json/vdiskinfo?enums=true'), {
|
89
|
+
node_id: nodeId,
|
90
|
+
filter: `(PDiskId=${pDiskId};VDiskSlotId=${vDiskSlotId})`,
|
91
|
+
}, { concurrentId, requestConfig: { signal } });
|
92
|
+
}
|
93
|
+
getGroupInfo(groupId, { concurrentId, signal } = {}) {
|
94
|
+
return this.get(this.getPath('/viewer/json/storage?enums=true'), {
|
95
|
+
group_id: groupId,
|
96
|
+
}, { concurrentId, requestConfig: { signal } });
|
97
|
+
}
|
98
|
+
getHostInfo({ concurrentId, signal } = {}) {
|
99
|
+
return this.get(this.getPath('/viewer/json/sysinfo?node_id=.&enums=true'), { concurrentId, requestConfig: { signal } });
|
100
|
+
}
|
101
|
+
getTabletsInfo({ nodes = [], path }, { concurrentId, signal } = {}) {
|
102
|
+
const filter = nodes.length > 0 && `(NodeId=[${nodes.join(',')}])`;
|
103
|
+
return this.get(this.getPath('/viewer/json/tabletinfo'), {
|
104
|
+
filter,
|
105
|
+
path,
|
106
|
+
enums: true,
|
107
|
+
}, { concurrentId, requestConfig: { signal } });
|
108
|
+
}
|
109
|
+
getSchema({ path }, { concurrentId, signal } = {}) {
|
110
|
+
return this.get(this.getPath('/viewer/json/describe'), {
|
111
|
+
path,
|
112
|
+
enums: true,
|
113
|
+
backup: false,
|
114
|
+
private: true,
|
115
|
+
partition_config: true,
|
116
|
+
partition_stats: true,
|
117
|
+
partitioning_info: true,
|
118
|
+
subs: 1,
|
119
|
+
}, { concurrentId, requestConfig: { signal } });
|
120
|
+
}
|
121
|
+
getDescribe({ path }, { concurrentId, signal } = {}) {
|
122
|
+
return this.get(this.getPath('/viewer/json/describe'), {
|
123
|
+
path,
|
124
|
+
enums: true,
|
125
|
+
partition_stats: true,
|
126
|
+
subs: 0,
|
127
|
+
}, { concurrentId: concurrentId || `getDescribe|${path}`, requestConfig: { signal } });
|
128
|
+
}
|
129
|
+
getSchemaAcl({ path }, { concurrentId, signal } = {}) {
|
130
|
+
return this.get(this.getPath('/viewer/json/acl'), {
|
131
|
+
path,
|
132
|
+
merge_rules: true,
|
133
|
+
}, { concurrentId: concurrentId || `getSchemaAcl`, requestConfig: { signal } });
|
134
|
+
}
|
135
|
+
getHeatmapData({ path }, { concurrentId, signal } = {}) {
|
136
|
+
return this.get(this.getPath('/viewer/json/describe'), {
|
137
|
+
path,
|
138
|
+
enums: true,
|
139
|
+
backup: false,
|
140
|
+
children: false,
|
141
|
+
partition_config: false,
|
142
|
+
partition_stats: true,
|
143
|
+
}, { concurrentId, requestConfig: { signal } });
|
144
|
+
}
|
145
|
+
getNetwork(path, { concurrentId, signal } = {}) {
|
146
|
+
return this.get(this.getPath('/viewer/json/netinfo'), {
|
147
|
+
enums: true,
|
148
|
+
path,
|
149
|
+
}, { concurrentId, requestConfig: { signal } });
|
150
|
+
}
|
151
|
+
getTopic({ path }, { concurrentId, signal } = {}) {
|
152
|
+
return this.get(this.getPath('/viewer/json/describe_topic'), {
|
153
|
+
enums: true,
|
154
|
+
include_stats: true,
|
155
|
+
path,
|
156
|
+
}, { concurrentId, requestConfig: { signal } });
|
157
|
+
}
|
158
|
+
getConsumer({ path, consumer }, { concurrentId, signal } = {}) {
|
159
|
+
return this.get(this.getPath('/viewer/json/describe_consumer'), {
|
160
|
+
enums: true,
|
161
|
+
include_stats: true,
|
162
|
+
path,
|
163
|
+
consumer,
|
164
|
+
}, { concurrentId: concurrentId || 'getConsumer', requestConfig: { signal } });
|
165
|
+
}
|
166
|
+
getPoolInfo(poolName, { concurrentId, signal } = {}) {
|
167
|
+
return this.get(this.getPath('/viewer/json/storage'), {
|
168
|
+
pool: poolName,
|
169
|
+
enums: true,
|
170
|
+
}, { concurrentId, requestConfig: { signal } });
|
171
|
+
}
|
172
|
+
getTablet({ id }, { concurrentId, signal } = {}) {
|
173
|
+
return this.get(this.getPath(`/viewer/json/tabletinfo?filter=(TabletId=${id})`), {
|
174
|
+
enums: true,
|
175
|
+
}, {
|
176
|
+
concurrentId,
|
177
|
+
requestConfig: { signal },
|
178
|
+
});
|
179
|
+
}
|
180
|
+
getTabletHistory({ id }, { concurrentId, signal } = {}) {
|
181
|
+
return this.get(this.getPath(`/viewer/json/tabletinfo?filter=(TabletId=${id})`), {
|
182
|
+
enums: true,
|
183
|
+
merge: false,
|
184
|
+
}, {
|
185
|
+
concurrentId,
|
186
|
+
requestConfig: { signal },
|
187
|
+
});
|
188
|
+
}
|
189
|
+
getNodesList({ concurrentId, signal } = {}) {
|
190
|
+
return this.get(this.getPath('/viewer/json/nodelist'), {
|
191
|
+
enums: true,
|
192
|
+
}, {
|
193
|
+
concurrentId,
|
194
|
+
requestConfig: { signal },
|
195
|
+
});
|
196
|
+
}
|
197
|
+
getTenantsList({ concurrentId, signal } = {}) {
|
198
|
+
return this.get(this.getPath('/viewer/json/tenants'), {
|
199
|
+
enums: true,
|
200
|
+
state: 0,
|
201
|
+
}, {
|
202
|
+
concurrentId,
|
203
|
+
requestConfig: { signal },
|
204
|
+
});
|
205
|
+
}
|
206
|
+
sendQuery({ schema, ...params }, { concurrentId, signal } = {}) {
|
207
|
+
// Time difference to ensure that timeout from ui will be shown rather than backend error
|
208
|
+
const uiTimeout = 9 * 60 * 1000;
|
209
|
+
const backendTimeout = 10 * 60 * 1000;
|
210
|
+
/**
|
211
|
+
* Return strings using base64 encoding.
|
212
|
+
* @link https://github.com/ydb-platform/ydb/pull/647
|
213
|
+
*/
|
214
|
+
const base64 = !settingsManager.readUserSettingsValue(BINARY_DATA_IN_PLAIN_TEXT_DISPLAY, true);
|
215
|
+
return this.post(this.getPath(`/viewer/json/query?timeout=${backendTimeout}&base64=${base64}${schema ? `&schema=${schema}` : ''}`), params, {}, {
|
216
|
+
concurrentId,
|
217
|
+
timeout: uiTimeout,
|
218
|
+
requestConfig: { signal },
|
219
|
+
});
|
220
|
+
}
|
221
|
+
getExplainQuery(query, database, action, syntax) {
|
222
|
+
return this.post(this.getPath('/viewer/json/query'), {
|
223
|
+
query,
|
224
|
+
database,
|
225
|
+
action: action || 'explain',
|
226
|
+
syntax,
|
227
|
+
timeout: 600000,
|
228
|
+
}, {});
|
229
|
+
}
|
230
|
+
getExplainQueryAst(query, database) {
|
231
|
+
return this.post(this.getPath('/viewer/json/query'), {
|
232
|
+
query,
|
233
|
+
database,
|
234
|
+
action: 'explain-ast',
|
235
|
+
timeout: 600000,
|
236
|
+
}, {});
|
237
|
+
}
|
238
|
+
getHotKeys(path, enableSampling, { concurrentId, signal } = {}) {
|
239
|
+
return this.get(this.getPath('/viewer/json/hotkeys'), {
|
240
|
+
path,
|
241
|
+
enable_sampling: enableSampling,
|
242
|
+
}, { concurrentId: concurrentId || 'getHotKeys', requestConfig: { signal } });
|
243
|
+
}
|
244
|
+
getHealthcheckInfo({ database, maxLevel }, { concurrentId, signal } = {}) {
|
245
|
+
return this.get(this.getPath('/viewer/json/healthcheck?merge_records=true'), { tenant: database, max_level: maxLevel }, { concurrentId, requestConfig: { signal } });
|
246
|
+
}
|
247
|
+
evictVDisk({ groupId, groupGeneration, failRealmIdx, failDomainIdx, vDiskIdx, }) {
|
248
|
+
// BSC Id is constant for all ydb clusters
|
249
|
+
const BSC_TABLET_ID = '72057594037932033';
|
250
|
+
return this.post(this.getPath(`/tablets/app?TabletID=${BSC_TABLET_ID}&exec=1`), {
|
251
|
+
Command: {
|
252
|
+
ReassignGroupDisk: {
|
253
|
+
GroupId: groupId,
|
254
|
+
GroupGeneration: groupGeneration,
|
255
|
+
FailRealmIdx: failRealmIdx,
|
256
|
+
FailDomainIdx: failDomainIdx,
|
257
|
+
VDiskIdx: vDiskIdx,
|
258
|
+
},
|
259
|
+
},
|
260
|
+
}, {}, {
|
261
|
+
headers: {
|
262
|
+
// This handler requires exactly this string
|
263
|
+
// Automatic headers may not suit
|
264
|
+
Accept: 'application/json',
|
265
|
+
},
|
266
|
+
});
|
267
|
+
}
|
268
|
+
restartPDisk(nodeId, pDiskId) {
|
269
|
+
const pDiskPath = createPDiskDeveloperUILink({
|
270
|
+
nodeId,
|
271
|
+
pDiskId,
|
272
|
+
host: this.getPath(''),
|
273
|
+
});
|
274
|
+
return this.post(pDiskPath, 'restartPDisk=', {}, {
|
275
|
+
headers: {
|
276
|
+
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
|
277
|
+
},
|
278
|
+
});
|
279
|
+
}
|
280
|
+
killTablet(id) {
|
281
|
+
return this.get(this.getPath(`/tablets?KillTabletID=${id}`), {});
|
282
|
+
}
|
283
|
+
stopTablet(id, hiveId) {
|
284
|
+
return this.get(this.getPath(`/tablets/app?TabletID=${hiveId}&page=StopTablet&tablet=${id}`), {});
|
285
|
+
}
|
286
|
+
resumeTablet(id, hiveId) {
|
287
|
+
return this.get(this.getPath(`/tablets/app?TabletID=${hiveId}&page=ResumeTablet&tablet=${id}`), {});
|
288
|
+
}
|
289
|
+
getTabletDescribe(tenantId, { concurrentId, signal } = {}) {
|
290
|
+
return this.get(this.getPath('/viewer/json/describe'), {
|
291
|
+
schemeshard_id: tenantId === null || tenantId === void 0 ? void 0 : tenantId.SchemeShard,
|
292
|
+
path_id: tenantId === null || tenantId === void 0 ? void 0 : tenantId.PathId,
|
293
|
+
}, { concurrentId, requestConfig: { signal } });
|
294
|
+
}
|
295
|
+
getChartData({ target, from, until, maxDataPoints, database }, { concurrentId, signal } = {}) {
|
296
|
+
const requestString = `${target}&from=${from}&until=${until}&maxDataPoints=${maxDataPoints}&format=json`;
|
297
|
+
return this.post(this.getPath(`/viewer/json/render?database=${database}`), requestString, {}, {
|
298
|
+
concurrentId,
|
299
|
+
headers: {
|
300
|
+
'Content-Type': 'application/x-www-form-urlencoded',
|
301
|
+
},
|
302
|
+
requestConfig: { signal },
|
303
|
+
});
|
304
|
+
}
|
305
|
+
/** @deprecated use localStorage instead */
|
306
|
+
postSetting(settingsApi, name, value) {
|
307
|
+
return this.request({
|
308
|
+
method: 'PATCH',
|
309
|
+
url: settingsApi,
|
310
|
+
data: { [name]: value },
|
311
|
+
});
|
312
|
+
}
|
313
|
+
authenticate(user, password) {
|
314
|
+
return this.post(this.getPath('/login'), {
|
315
|
+
user,
|
316
|
+
password,
|
317
|
+
}, {});
|
318
|
+
}
|
319
|
+
logout() {
|
320
|
+
return this.post(this.getPath('/logout'), {}, {});
|
321
|
+
}
|
322
|
+
whoami() {
|
323
|
+
return this.get(this.getPath('/viewer/json/whoami'), {});
|
324
|
+
}
|
325
|
+
autocomplete(params) {
|
326
|
+
const { table, ...rest } = params;
|
327
|
+
const tablesParam = table === null || table === void 0 ? void 0 : table.join(',');
|
328
|
+
return this.get(this.getPath('/viewer/json/autocomplete'), { ...rest, table: tablesParam }, { concurrentId: 'sql-autocomplete' });
|
329
|
+
}
|
330
|
+
// used if not single cluster mode
|
331
|
+
getClustersList(_, { signal } = {}) {
|
332
|
+
return this.get(`${META_BACKEND || ''}/meta/clusters`, null, {
|
333
|
+
requestConfig: { signal },
|
334
|
+
});
|
335
|
+
}
|
336
|
+
createSchemaDirectory(database, path, { signal } = {}) {
|
337
|
+
return this.post(this.getPath('/scheme/directory'), {}, {
|
338
|
+
database,
|
339
|
+
path,
|
340
|
+
}, {
|
341
|
+
requestConfig: { signal },
|
342
|
+
});
|
343
|
+
}
|
344
|
+
}
|
345
|
+
export class YdbWebVersionAPI extends YdbEmbeddedAPI {
|
346
|
+
getClusterInfo(clusterName, { signal } = {}) {
|
347
|
+
return this.get(`${META_BACKEND || ''}/meta/cluster`, {
|
348
|
+
name: clusterName,
|
349
|
+
}, { concurrentId: `getCluster${clusterName}`, requestConfig: { signal } }).then(parseMetaCluster);
|
350
|
+
}
|
351
|
+
getTenants(clusterName, { concurrentId, signal } = {}) {
|
352
|
+
return this.get(`${META_BACKEND || ''}/meta/cp_databases`, {
|
353
|
+
cluster_name: clusterName,
|
354
|
+
}, { concurrentId, requestConfig: { signal } }).then(parseMetaTenants);
|
355
|
+
}
|
356
|
+
}
|
357
|
+
export function createApi({ webVersion = false, withCredentials = false } = {}) {
|
358
|
+
const config = { withCredentials };
|
359
|
+
const api = webVersion ? new YdbWebVersionAPI({ config }) : new YdbEmbeddedAPI({ config });
|
360
|
+
return api;
|
361
|
+
}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export const parseMetaCluster = (data) => {
|
2
|
+
const { cluster = {} } = data;
|
3
|
+
const { cluster: generalClusterInfo, balancer, solomon } = cluster;
|
4
|
+
return {
|
5
|
+
...generalClusterInfo,
|
6
|
+
Name: cluster.title || (generalClusterInfo === null || generalClusterInfo === void 0 ? void 0 : generalClusterInfo.Name),
|
7
|
+
Balancer: balancer,
|
8
|
+
Solomon: solomon,
|
9
|
+
};
|
10
|
+
};
|
@@ -0,0 +1,42 @@
|
|
1
|
+
export type SettingsObject = Record<string, unknown>;
|
2
|
+
/** User settings keys and their default values */
|
3
|
+
export declare const DEFAULT_USER_SETTINGS: {
|
4
|
+
readonly theme: "system";
|
5
|
+
readonly language: undefined;
|
6
|
+
readonly invertedDisks: false;
|
7
|
+
readonly useNodesEndpointInDiagnostics: true;
|
8
|
+
readonly queryUseMultiSchema: true;
|
9
|
+
readonly binaryDataInPlainTextDisplay: true;
|
10
|
+
readonly saved_queries: readonly [];
|
11
|
+
readonly saved_tenant_initial_tab: "query";
|
12
|
+
readonly query_initial_mode: "script";
|
13
|
+
readonly last_used_query_action: "execute";
|
14
|
+
readonly asideHeaderCompact: true;
|
15
|
+
readonly partitionsHiddenColumns: readonly [];
|
16
|
+
readonly useBackendParamsForTables: false;
|
17
|
+
readonly useClusterBalancerAsBacked: true;
|
18
|
+
readonly enableAutocomplete: true;
|
19
|
+
readonly autocompleteOnEnter: true;
|
20
|
+
readonly isHotKeysHelpHidden: false;
|
21
|
+
readonly "auto-refresh-interval": 0;
|
22
|
+
};
|
23
|
+
declare class SettingsManager {
|
24
|
+
/**
|
25
|
+
* Returns parsed settings value.
|
26
|
+
* If value cannot be parsed, returns initially stored string.
|
27
|
+
* If there is no value, return default value
|
28
|
+
*/
|
29
|
+
readUserSettingsValue(key: string, defaultValue?: unknown): unknown;
|
30
|
+
/**
|
31
|
+
* Stringify value and set it to LS
|
32
|
+
*/
|
33
|
+
setUserSettingsValue(key: string, value: unknown): void;
|
34
|
+
/**
|
35
|
+
* Extract values by provided settings object
|
36
|
+
*/
|
37
|
+
extractSettingsFromLS: (settings: SettingsObject) => SettingsObject;
|
38
|
+
private readValueFromLS;
|
39
|
+
private setValueToLS;
|
40
|
+
}
|
41
|
+
export declare const settingsManager: SettingsManager;
|
42
|
+
export {};
|
@@ -0,0 +1,74 @@
|
|
1
|
+
import { TENANT_PAGES_IDS } from '../store/reducers/tenant/constants';
|
2
|
+
import { ASIDE_HEADER_COMPACT_KEY, AUTOCOMPLETE_ON_ENTER, AUTO_REFRESH_INTERVAL, BINARY_DATA_IN_PLAIN_TEXT_DISPLAY, ENABLE_AUTOCOMPLETE, INVERTED_DISKS_KEY, IS_HOTKEYS_HELP_HIDDEN_KEY, LANGUAGE_KEY, LAST_USED_QUERY_ACTION_KEY, PARTITIONS_HIDDEN_COLUMNS_KEY, QUERY_INITIAL_MODE_KEY, QUERY_USE_MULTI_SCHEMA_KEY, SAVED_QUERIES_KEY, TENANT_INITIAL_PAGE_KEY, THEME_KEY, USE_BACKEND_PARAMS_FOR_TABLES_KEY, USE_CLUSTER_BALANCER_AS_BACKEND_KEY, USE_NODES_ENDPOINT_IN_DIAGNOSTICS_KEY, } from '../utils/constants';
|
3
|
+
import { QUERY_ACTIONS, QUERY_MODES } from '../utils/query';
|
4
|
+
import { parseJson } from '../utils/utils';
|
5
|
+
/** User settings keys and their default values */
|
6
|
+
export const DEFAULT_USER_SETTINGS = {
|
7
|
+
[THEME_KEY]: 'system',
|
8
|
+
[LANGUAGE_KEY]: undefined,
|
9
|
+
[INVERTED_DISKS_KEY]: false,
|
10
|
+
[USE_NODES_ENDPOINT_IN_DIAGNOSTICS_KEY]: true,
|
11
|
+
[QUERY_USE_MULTI_SCHEMA_KEY]: true,
|
12
|
+
[BINARY_DATA_IN_PLAIN_TEXT_DISPLAY]: true,
|
13
|
+
[SAVED_QUERIES_KEY]: [],
|
14
|
+
[TENANT_INITIAL_PAGE_KEY]: TENANT_PAGES_IDS.query,
|
15
|
+
[QUERY_INITIAL_MODE_KEY]: QUERY_MODES.script,
|
16
|
+
[LAST_USED_QUERY_ACTION_KEY]: QUERY_ACTIONS.execute,
|
17
|
+
[ASIDE_HEADER_COMPACT_KEY]: true,
|
18
|
+
[PARTITIONS_HIDDEN_COLUMNS_KEY]: [],
|
19
|
+
[USE_BACKEND_PARAMS_FOR_TABLES_KEY]: false,
|
20
|
+
[USE_CLUSTER_BALANCER_AS_BACKEND_KEY]: true,
|
21
|
+
[ENABLE_AUTOCOMPLETE]: true,
|
22
|
+
[AUTOCOMPLETE_ON_ENTER]: true,
|
23
|
+
[IS_HOTKEYS_HELP_HIDDEN_KEY]: false,
|
24
|
+
[AUTO_REFRESH_INTERVAL]: 0,
|
25
|
+
};
|
26
|
+
class SettingsManager {
|
27
|
+
constructor() {
|
28
|
+
/**
|
29
|
+
* Extract values by provided settings object
|
30
|
+
*/
|
31
|
+
this.extractSettingsFromLS = (settings) => {
|
32
|
+
return Object.entries(settings).reduce((acc, [key, value]) => {
|
33
|
+
acc[key] = this.readUserSettingsValue(key, value);
|
34
|
+
return acc;
|
35
|
+
}, {});
|
36
|
+
};
|
37
|
+
this.readValueFromLS = (key) => {
|
38
|
+
try {
|
39
|
+
const value = localStorage.getItem(key);
|
40
|
+
return parseJson(value);
|
41
|
+
}
|
42
|
+
catch (_a) {
|
43
|
+
return undefined;
|
44
|
+
}
|
45
|
+
};
|
46
|
+
this.setValueToLS = (key, value) => {
|
47
|
+
try {
|
48
|
+
if (typeof value === 'string') {
|
49
|
+
localStorage.setItem(key, value);
|
50
|
+
}
|
51
|
+
else {
|
52
|
+
localStorage.setItem(key, JSON.stringify(value));
|
53
|
+
}
|
54
|
+
}
|
55
|
+
catch (_a) { }
|
56
|
+
};
|
57
|
+
}
|
58
|
+
/**
|
59
|
+
* Returns parsed settings value.
|
60
|
+
* If value cannot be parsed, returns initially stored string.
|
61
|
+
* If there is no value, return default value
|
62
|
+
*/
|
63
|
+
readUserSettingsValue(key, defaultValue) {
|
64
|
+
var _a;
|
65
|
+
return (_a = this.readValueFromLS(key)) !== null && _a !== void 0 ? _a : defaultValue;
|
66
|
+
}
|
67
|
+
/**
|
68
|
+
* Stringify value and set it to LS
|
69
|
+
*/
|
70
|
+
setUserSettingsValue(key, value) {
|
71
|
+
return this.setValueToLS(key, value);
|
72
|
+
}
|
73
|
+
}
|
74
|
+
export const settingsManager = new SettingsManager();
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export declare const getUrlData: ({ href, singleClusterMode, customBackend, }: {
|
2
|
+
href: string;
|
3
|
+
singleClusterMode: boolean;
|
4
|
+
customBackend?: string;
|
5
|
+
}) => {
|
6
|
+
basename: string;
|
7
|
+
backend: string | undefined;
|
8
|
+
clusterName: string | undefined;
|
9
|
+
} | {
|
10
|
+
basename: string;
|
11
|
+
backend: string;
|
12
|
+
clusterName?: undefined;
|
13
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import type { Reducer } from '@reduxjs/toolkit';
|
2
|
+
import type { AuthenticationAction, AuthenticationState } from './types';
|
3
|
+
export declare const SET_UNAUTHENTICATED: {
|
4
|
+
readonly REQUEST: "authentication/SET_UNAUTHENTICATED_REQUEST";
|
5
|
+
readonly SUCCESS: "authentication/SET_UNAUTHENTICATED_SUCCESS";
|
6
|
+
readonly FAILURE: "authentication/SET_UNAUTHENTICATED_FAILURE";
|
7
|
+
};
|
8
|
+
export declare const SET_AUTHENTICATED: {
|
9
|
+
readonly REQUEST: "authentication/SET_AUTHENTICATED_REQUEST";
|
10
|
+
readonly SUCCESS: "authentication/SET_AUTHENTICATED_SUCCESS";
|
11
|
+
readonly FAILURE: "authentication/SET_AUTHENTICATED_FAILURE";
|
12
|
+
};
|
13
|
+
export declare const FETCH_USER: {
|
14
|
+
readonly REQUEST: "authentication/FETCH_USER_REQUEST";
|
15
|
+
readonly SUCCESS: "authentication/FETCH_USER_SUCCESS";
|
16
|
+
readonly FAILURE: "authentication/FETCH_USER_FAILURE";
|
17
|
+
};
|
18
|
+
declare const authentication: Reducer<AuthenticationState, AuthenticationAction>;
|
19
|
+
export declare const authenticate: (user: string, password: string) => (dispatch: import("../..").AppDispatch, getState: import("../..").GetState) => Promise<unknown>;
|
20
|
+
export declare const logout: () => (dispatch: import("../..").AppDispatch, getState: import("../..").GetState) => Promise<unknown>;
|
21
|
+
export declare const getUser: () => (dispatch: import("../..").AppDispatch, getState: import("../..").GetState) => Promise<{
|
22
|
+
user: string | undefined;
|
23
|
+
isUserAllowedToMakeChanges: boolean;
|
24
|
+
} | undefined>;
|
25
|
+
export default authentication;
|
@@ -0,0 +1,62 @@
|
|
1
|
+
import { createApiRequest, createRequestActionTypes } from '../../utils';
|
2
|
+
export const SET_UNAUTHENTICATED = createRequestActionTypes('authentication', 'SET_UNAUTHENTICATED');
|
3
|
+
export const SET_AUTHENTICATED = createRequestActionTypes('authentication', 'SET_AUTHENTICATED');
|
4
|
+
export const FETCH_USER = createRequestActionTypes('authentication', 'FETCH_USER');
|
5
|
+
const initialState = {
|
6
|
+
isAuthenticated: true,
|
7
|
+
user: '',
|
8
|
+
error: undefined,
|
9
|
+
};
|
10
|
+
const authentication = (state = initialState, action) => {
|
11
|
+
switch (action.type) {
|
12
|
+
case SET_UNAUTHENTICATED.SUCCESS: {
|
13
|
+
return { ...state, isAuthenticated: false, user: '', error: undefined };
|
14
|
+
}
|
15
|
+
case SET_AUTHENTICATED.SUCCESS: {
|
16
|
+
return { ...state, isAuthenticated: true, error: undefined };
|
17
|
+
}
|
18
|
+
case SET_AUTHENTICATED.FAILURE: {
|
19
|
+
return { ...state, error: action.error };
|
20
|
+
}
|
21
|
+
case FETCH_USER.SUCCESS: {
|
22
|
+
const { user, isUserAllowedToMakeChanges } = action.data;
|
23
|
+
return {
|
24
|
+
...state,
|
25
|
+
user,
|
26
|
+
isUserAllowedToMakeChanges,
|
27
|
+
};
|
28
|
+
}
|
29
|
+
default:
|
30
|
+
return { ...state };
|
31
|
+
}
|
32
|
+
};
|
33
|
+
export const authenticate = (user, password) => {
|
34
|
+
return createApiRequest({
|
35
|
+
request: window.api.authenticate(user, password),
|
36
|
+
actions: SET_AUTHENTICATED,
|
37
|
+
});
|
38
|
+
};
|
39
|
+
export const logout = () => {
|
40
|
+
return createApiRequest({
|
41
|
+
request: window.api.logout(),
|
42
|
+
actions: SET_UNAUTHENTICATED,
|
43
|
+
});
|
44
|
+
};
|
45
|
+
export const getUser = () => {
|
46
|
+
return createApiRequest({
|
47
|
+
request: window.api.whoami(),
|
48
|
+
actions: FETCH_USER,
|
49
|
+
dataHandler: (data) => {
|
50
|
+
const { UserSID, AuthType, IsMonitoringAllowed } = data;
|
51
|
+
return {
|
52
|
+
user: AuthType === 'Login' ? UserSID : undefined,
|
53
|
+
// If ydb version supports this feature,
|
54
|
+
// There should be explicit flag in whoami response
|
55
|
+
// Otherwise every user is allowed to make changes
|
56
|
+
// Anyway there will be guards on backend
|
57
|
+
isUserAllowedToMakeChanges: IsMonitoringAllowed !== false,
|
58
|
+
};
|
59
|
+
},
|
60
|
+
});
|
61
|
+
};
|
62
|
+
export default authentication;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import type { Dispatch } from '@reduxjs/toolkit';
|
2
|
+
import type { TClusterInfo } from '../../../types/api/cluster';
|
3
|
+
import type { ClusterGroupsStats, ClusterState } from './types';
|
4
|
+
export declare function updateDefaultClusterTab(tab: string): (dispatch: Dispatch) => void;
|
5
|
+
declare const _default: import("redux").Reducer<ClusterState>;
|
6
|
+
export default _default;
|
7
|
+
export declare const clusterApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
|
8
|
+
getClusterInfo: import("@reduxjs/toolkit/query").QueryDefinition<string | undefined, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", {
|
9
|
+
clusterData: TClusterInfo;
|
10
|
+
groupsStats?: ClusterGroupsStats;
|
11
|
+
}, "api">;
|
12
|
+
}, "api", "All", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/query/react").reactHooksModuleName>;
|