ydb-embedded-ui 6.7.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/InfoViewer.d.ts +17 -0
- package/dist/components/InfoViewer/InfoViewer.js +13 -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/en.json +5 -0
- package/dist/components/InfoViewer/i18n/index.d.ts +2 -0
- package/dist/components/InfoViewer/i18n/index.js +4 -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/AppWithClusters.js +24 -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/Acl/Acl.scss +22 -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/TableInfo.js +14 -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/EntityTitle/EntityTitle.d.ts +6 -0
- package/dist/containers/Tenant/EntityTitle/EntityTitle.js +11 -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/TenantNavigation.js +19 -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/index.d.ts +3 -0
- package/dist/containers/Tenant/utils/index.js +11 -0
- package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +60 -0
- package/dist/containers/Tenant/utils/queryTemplates.d.ts +15 -0
- package/dist/containers/Tenant/utils/queryTemplates.js +145 -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/Setting.js +25 -0
- package/dist/containers/UserSettings/UserSettings.d.ts +6 -0
- package/dist/containers/UserSettings/UserSettings.js +18 -0
- package/dist/containers/UserSettings/i18n/en.json +31 -0
- package/dist/containers/UserSettings/i18n/index.d.ts +2 -0
- package/dist/containers/UserSettings/settings.js +136 -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/styles/mixins.scss +279 -0
- package/dist/styles/themes.scss +73 -0
- package/dist/types/additionalProps.d.ts +24 -0
- package/dist/types/api/acl.d.ts +24 -0
- package/dist/types/api/schema/schema.d.ts +258 -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 +32 -32
- 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/InfoViewer.d.ts +0 -17
- package/dist/src/components/InfoViewer/InfoViewer.js +0 -12
- 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/en.json +0 -4
- package/dist/src/components/InfoViewer/i18n/index.d.ts +0 -2
- package/dist/src/components/InfoViewer/i18n/index.js +0 -5
- package/dist/src/components/InfoViewer/i18n/ru.json +0 -4
- 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/AppWithClusters.js +0 -24
- 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 -216
- 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 -85
- package/dist/src/containers/Tenant/Acl/Acl.scss +0 -17
- 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/TableInfo.js +0 -14
- 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/TenantNavigation.js +0 -19
- package/dist/src/containers/Tenant/TenantNavigation/useTenantNavigation.js +0 -44
- package/dist/src/containers/Tenant/i18n/en.json +0 -40
- 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/index.d.ts +0 -2
- package/dist/src/containers/Tenant/utils/index.js +0 -5
- package/dist/src/containers/Tenant/utils/paneVisibilityToggleHelpers.js +0 -50
- package/dist/src/containers/Tenant/utils/queryTemplates.d.ts +0 -12
- package/dist/src/containers/Tenant/utils/queryTemplates.js +0 -125
- 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 -116
- package/dist/src/containers/Tenants/Tenants.js +0 -171
- package/dist/src/containers/UserSettings/Setting.d.ts +0 -23
- package/dist/src/containers/UserSettings/Setting.js +0 -40
- package/dist/src/containers/UserSettings/UserSettings.d.ts +0 -8
- package/dist/src/containers/UserSettings/UserSettings.js +0 -21
- package/dist/src/containers/UserSettings/UserSettings.scss +0 -9
- package/dist/src/containers/UserSettings/i18n/en.json +0 -31
- package/dist/src/containers/UserSettings/i18n/index.d.ts +0 -2
- package/dist/src/containers/UserSettings/settings.js +0 -136
- 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 -353
- 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/styles/mixins.scss +0 -274
- package/dist/src/styles/themes.scss +0 -73
- package/dist/src/types/additionalProps.d.ts +0 -25
- package/dist/src/types/api/acl.d.ts +0 -23
- package/dist/src/types/api/schema/schema.d.ts +0 -253
- 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.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/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/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/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.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/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.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/paneVisibilityToggleHelpers.d.ts +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/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/UserSettings/settings.d.ts +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}/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/types → types}/additionalProps.js +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.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
@@ -1,109 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import { ArrowsOppositeToDots } from '@gravity-ui/icons';
|
4
|
-
import { Icon } from '@gravity-ui/uikit';
|
5
|
-
import { skipToken } from '@reduxjs/toolkit/query';
|
6
|
-
import { Helmet } from 'react-helmet-async';
|
7
|
-
import { StringParam, useQueryParams } from 'use-query-params';
|
8
|
-
import { ButtonWithConfirmDialog } from '../../components/ButtonWithConfirmDialog/ButtonWithConfirmDialog';
|
9
|
-
import { DiskPageTitle } from '../../components/DiskPageTitle/DiskPageTitle';
|
10
|
-
import { GroupInfo } from '../../components/GroupInfo/GroupInfo';
|
11
|
-
import { InfoViewerSkeleton } from '../../components/InfoViewerSkeleton/InfoViewerSkeleton';
|
12
|
-
import { PageMeta } from '../../components/PageMeta/PageMeta';
|
13
|
-
import { VDiskWithDonorsStack } from '../../components/VDisk/VDiskWithDonorsStack';
|
14
|
-
import { VDiskInfo } from '../../components/VDiskInfo/VDiskInfo';
|
15
|
-
import { setHeaderBreadcrumbs } from '../../store/reducers/header/header';
|
16
|
-
import { selectNodesMap } from '../../store/reducers/nodesList';
|
17
|
-
import { vDiskApi } from '../../store/reducers/vdisk/vdisk';
|
18
|
-
import { valueIsDefined } from '../../utils';
|
19
|
-
import { cn } from '../../utils/cn';
|
20
|
-
import { DEFAULT_POLLING_INTERVAL } from '../../utils/constants';
|
21
|
-
import { stringifyVdiskId } from '../../utils/dataFormatters/dataFormatters';
|
22
|
-
import { getSeverityColor } from '../../utils/disks/helpers';
|
23
|
-
import { useTypedDispatch, useTypedSelector } from '../../utils/hooks';
|
24
|
-
import { vDiskPageKeyset } from './i18n';
|
25
|
-
import './VDiskPage.scss';
|
26
|
-
const vDiskPageCn = cn('ydb-vdisk-page');
|
27
|
-
export function VDiskPage() {
|
28
|
-
const dispatch = useTypedDispatch();
|
29
|
-
const nodesMap = useTypedSelector(selectNodesMap);
|
30
|
-
const { isUserAllowedToMakeChanges } = useTypedSelector((state) => state.authentication);
|
31
|
-
const [{ nodeId, pDiskId, vDiskSlotId }] = useQueryParams({
|
32
|
-
nodeId: StringParam,
|
33
|
-
pDiskId: StringParam,
|
34
|
-
vDiskSlotId: StringParam,
|
35
|
-
});
|
36
|
-
React.useEffect(() => {
|
37
|
-
dispatch(setHeaderBreadcrumbs('vDisk', { nodeId, pDiskId, vDiskSlotId }));
|
38
|
-
}, [dispatch, nodeId, pDiskId, vDiskSlotId]);
|
39
|
-
const params = valueIsDefined(nodeId) && valueIsDefined(pDiskId) && valueIsDefined(vDiskSlotId)
|
40
|
-
? { nodeId, pDiskId, vDiskSlotId }
|
41
|
-
: skipToken;
|
42
|
-
const { currentData, isFetching, refetch } = vDiskApi.useGetVDiskDataQuery(params, {
|
43
|
-
pollingInterval: DEFAULT_POLLING_INTERVAL,
|
44
|
-
});
|
45
|
-
const loading = isFetching && currentData === undefined;
|
46
|
-
const { vDiskData = {}, groupData } = currentData || {};
|
47
|
-
const { NodeHost, NodeId, NodeType, NodeDC, PDiskId, PDiskType, Severity, VDiskId } = vDiskData;
|
48
|
-
const handleEvictVDisk = async () => {
|
49
|
-
const { GroupID, GroupGeneration, Ring, Domain, VDisk } = VDiskId || {};
|
50
|
-
if (valueIsDefined(GroupID) &&
|
51
|
-
valueIsDefined(GroupGeneration) &&
|
52
|
-
valueIsDefined(Ring) &&
|
53
|
-
valueIsDefined(Domain) &&
|
54
|
-
valueIsDefined(VDisk)) {
|
55
|
-
return window.api.evictVDisk({
|
56
|
-
groupId: GroupID,
|
57
|
-
groupGeneration: GroupGeneration,
|
58
|
-
failRealmIdx: Ring,
|
59
|
-
failDomainIdx: Domain,
|
60
|
-
vDiskIdx: VDisk,
|
61
|
-
});
|
62
|
-
}
|
63
|
-
return undefined;
|
64
|
-
};
|
65
|
-
const handleAfterEvictVDisk = async () => {
|
66
|
-
return refetch();
|
67
|
-
};
|
68
|
-
const renderHelmet = () => {
|
69
|
-
const vDiskPagePart = vDiskSlotId
|
70
|
-
? `${vDiskPageKeyset('vdisk')} ${vDiskSlotId}`
|
71
|
-
: vDiskPageKeyset('vdisk');
|
72
|
-
const pDiskPagePart = pDiskId
|
73
|
-
? `${vDiskPageKeyset('pdisk')} ${pDiskId}`
|
74
|
-
: vDiskPageKeyset('pdisk');
|
75
|
-
const nodePagePart = NodeHost ? NodeHost : vDiskPageKeyset('node');
|
76
|
-
return (_jsx(Helmet, { titleTemplate: `%s - ${vDiskPagePart} - ${pDiskPagePart} — ${nodePagePart} — YDB Monitoring`, defaultTitle: `${vDiskPagePart} - ${pDiskPagePart} — ${nodePagePart} — YDB Monitoring` }));
|
77
|
-
};
|
78
|
-
const renderPageMeta = () => {
|
79
|
-
const hostItem = NodeHost ? `${vDiskPageKeyset('fqdn')}: ${NodeHost}` : undefined;
|
80
|
-
const nodeIdItem = NodeId ? `${vDiskPageKeyset('node')}: ${NodeId}` : undefined;
|
81
|
-
const pDiskIdItem = NodeId ? `${vDiskPageKeyset('pdisk')}: ${PDiskId}` : undefined;
|
82
|
-
return (_jsx(PageMeta, { loading: loading, items: [hostItem, nodeIdItem, NodeType, NodeDC, pDiskIdItem, PDiskType] }));
|
83
|
-
};
|
84
|
-
const renderPageTitle = () => {
|
85
|
-
return (_jsx(DiskPageTitle, { entityName: vDiskPageKeyset('vdisk'), status: getSeverityColor(Severity), id: stringifyVdiskId(vDiskData === null || vDiskData === void 0 ? void 0 : vDiskData.VDiskId) }));
|
86
|
-
};
|
87
|
-
const renderControls = () => {
|
88
|
-
return (_jsx("div", { children: _jsxs(ButtonWithConfirmDialog, { onConfirmAction: handleEvictVDisk, onConfirmActionSuccess: handleAfterEvictVDisk, buttonDisabled: !VDiskId || !isUserAllowedToMakeChanges, buttonView: "normal", dialogContent: vDiskPageKeyset('evict-vdisk-dialog'), withPopover: true, popoverContent: vDiskPageKeyset('evict-vdisk-not-allowed'), popoverDisabled: isUserAllowedToMakeChanges, children: [_jsx(Icon, { data: ArrowsOppositeToDots }), vDiskPageKeyset('evict-vdisk-button')] }) }));
|
89
|
-
};
|
90
|
-
const renderInfo = () => {
|
91
|
-
return _jsx(VDiskInfo, { data: vDiskData, isVDiskPage: true });
|
92
|
-
};
|
93
|
-
const renderGroupInfo = () => {
|
94
|
-
var _a;
|
95
|
-
if (groupData) {
|
96
|
-
return (_jsxs(React.Fragment, { children: [_jsx("div", { className: vDiskPageCn('group-title'), children: vDiskPageKeyset('group') }), _jsx(GroupInfo, { data: groupData }), _jsx("div", { className: vDiskPageCn('group-disks'), children: (_a = groupData.VDisks) === null || _a === void 0 ? void 0 : _a.map((vDisk) => {
|
97
|
-
return (_jsx(VDiskWithDonorsStack, { data: vDisk, nodes: nodesMap, className: vDiskPageCn('group-disk') }, stringifyVdiskId(vDisk.VDiskId)));
|
98
|
-
}) })] }));
|
99
|
-
}
|
100
|
-
return null;
|
101
|
-
};
|
102
|
-
const renderContent = () => {
|
103
|
-
if (loading) {
|
104
|
-
return _jsx(InfoViewerSkeleton, { rows: 20 });
|
105
|
-
}
|
106
|
-
return (_jsxs(React.Fragment, { children: [renderInfo(), renderGroupInfo()] }));
|
107
|
-
};
|
108
|
-
return (_jsxs("div", { className: vDiskPageCn(null), children: [renderHelmet(), renderPageMeta(), renderPageTitle(), renderControls(), renderContent()] }));
|
109
|
-
}
|
@@ -1,31 +0,0 @@
|
|
1
|
-
@import '../../styles//mixins.scss';
|
2
|
-
|
3
|
-
.ydb-vdisk-page {
|
4
|
-
position: relative;
|
5
|
-
|
6
|
-
display: flex;
|
7
|
-
overflow: auto;
|
8
|
-
flex-direction: column;
|
9
|
-
gap: 20px;
|
10
|
-
|
11
|
-
height: 100%;
|
12
|
-
padding-top: 20px;
|
13
|
-
padding-left: 20px;
|
14
|
-
|
15
|
-
&__group-title {
|
16
|
-
@include header-1-typography();
|
17
|
-
}
|
18
|
-
|
19
|
-
&__group-disks {
|
20
|
-
display: flex;
|
21
|
-
flex-grow: 1;
|
22
|
-
flex-flow: row wrap;
|
23
|
-
gap: 10px;
|
24
|
-
|
25
|
-
margin-top: 20px;
|
26
|
-
}
|
27
|
-
|
28
|
-
&__group-disk {
|
29
|
-
width: 150px;
|
30
|
-
}
|
31
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const vDiskPageKeyset: (key: "node" | "fqdn" | "group" | "pdisk" | "vdisk" | "evict-vdisk-button" | "evict-vdisk-dialog" | "evict-vdisk-not-allowed", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
@@ -1,92 +0,0 @@
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
-
import DataTable from '@gravity-ui/react-data-table';
|
3
|
-
import { EntityStatus } from '../../../components/EntityStatus/EntityStatus';
|
4
|
-
import { PoolsGraph } from '../../../components/PoolsGraph/PoolsGraph';
|
5
|
-
import { ProgressViewer } from '../../../components/ProgressViewer/ProgressViewer';
|
6
|
-
import { ResizeableDataTable } from '../../../components/ResizeableDataTable/ResizeableDataTable';
|
7
|
-
import { DEFAULT_TABLE_SETTINGS } from '../../../utils/constants';
|
8
|
-
import { formatBytes } from '../../../utils/dataFormatters/dataFormatters';
|
9
|
-
import { isUnavailableNode } from '../../../utils/nodes';
|
10
|
-
import { getDefaultNodePath } from '../../Node/NodePages';
|
11
|
-
const VERSIONS_COLUMNS_WIDTH_LS_KEY = 'versionsTableColumnsWidth';
|
12
|
-
const columns = [
|
13
|
-
{
|
14
|
-
name: 'NodeId',
|
15
|
-
header: '#',
|
16
|
-
width: 80,
|
17
|
-
resizeMinWidth: 80,
|
18
|
-
align: DataTable.LEFT,
|
19
|
-
render: ({ row }) => row.NodeId,
|
20
|
-
},
|
21
|
-
{
|
22
|
-
name: 'Host',
|
23
|
-
render: ({ row }) => {
|
24
|
-
var _a;
|
25
|
-
const port = row.Endpoints && ((_a = row.Endpoints.find((item) => item.Name === 'http-mon')) === null || _a === void 0 ? void 0 : _a.Address);
|
26
|
-
const host = row.Host && `${row.Host}${port || ''}`;
|
27
|
-
const title = host || 'unknown';
|
28
|
-
const nodePath = !isUnavailableNode(row) && row.NodeId ? getDefaultNodePath(row.NodeId) : undefined;
|
29
|
-
return (_jsx(EntityStatus, { name: title, path: nodePath, hasClipboardButton: true, showStatus: false }));
|
30
|
-
},
|
31
|
-
width: 400,
|
32
|
-
align: DataTable.LEFT,
|
33
|
-
},
|
34
|
-
{
|
35
|
-
name: 'Endpoints',
|
36
|
-
sortable: false,
|
37
|
-
render: ({ row }) => row.Endpoints
|
38
|
-
? row.Endpoints.map(({ Name, Address }) => `${Name} ${Address}`).join(', ')
|
39
|
-
: '-',
|
40
|
-
width: 300,
|
41
|
-
align: DataTable.LEFT,
|
42
|
-
},
|
43
|
-
{
|
44
|
-
name: 'uptime',
|
45
|
-
header: 'Uptime',
|
46
|
-
sortAccessor: ({ StartTime }) => StartTime && -StartTime,
|
47
|
-
width: 120,
|
48
|
-
align: DataTable.LEFT,
|
49
|
-
render: ({ row }) => row.uptime,
|
50
|
-
},
|
51
|
-
{
|
52
|
-
name: 'MemoryUsed',
|
53
|
-
header: 'Memory used',
|
54
|
-
sortAccessor: ({ MemoryUsed = 0 }) => Number(MemoryUsed),
|
55
|
-
defaultOrder: DataTable.DESCENDING,
|
56
|
-
render: ({ row }) => (row.MemoryUsed ? formatBytes(row.MemoryUsed) : '—'),
|
57
|
-
width: 120,
|
58
|
-
align: DataTable.RIGHT,
|
59
|
-
},
|
60
|
-
{
|
61
|
-
name: 'MemoryLimit',
|
62
|
-
header: 'Memory limit',
|
63
|
-
sortAccessor: ({ MemoryLimit = 0 }) => Number(MemoryLimit),
|
64
|
-
defaultOrder: DataTable.DESCENDING,
|
65
|
-
render: ({ row }) => (row.MemoryLimit ? formatBytes(row.MemoryLimit) : '—'),
|
66
|
-
width: 120,
|
67
|
-
align: DataTable.RIGHT,
|
68
|
-
},
|
69
|
-
{
|
70
|
-
name: 'PoolStats',
|
71
|
-
header: 'Pools',
|
72
|
-
sortAccessor: ({ PoolStats = [] }) => PoolStats.reduce((acc, item) => acc + (item.Usage || 0), 0),
|
73
|
-
defaultOrder: DataTable.DESCENDING,
|
74
|
-
width: 80,
|
75
|
-
resizeMinWidth: 60,
|
76
|
-
render: ({ row }) => (row.PoolStats ? _jsx(PoolsGraph, { pools: row.PoolStats }) : '—'),
|
77
|
-
align: DataTable.LEFT,
|
78
|
-
},
|
79
|
-
{
|
80
|
-
name: 'LoadAverage',
|
81
|
-
header: 'Load average',
|
82
|
-
sortAccessor: ({ LoadAverage = [] }) => LoadAverage.slice(0, 1).reduce((acc, item) => acc + item, 0),
|
83
|
-
defaultOrder: DataTable.DESCENDING,
|
84
|
-
width: 140,
|
85
|
-
resizeMinWidth: 140,
|
86
|
-
render: ({ row }) => row.LoadAverage && row.LoadAverage.length > 0 ? (_jsx(ProgressViewer, { value: row.LoadAverage[0], percents: true, capacity: 100, colorizeProgress: true })) : ('—'),
|
87
|
-
align: DataTable.LEFT,
|
88
|
-
},
|
89
|
-
];
|
90
|
-
export const NodesTable = ({ nodes }) => {
|
91
|
-
return (_jsx(ResizeableDataTable, { columnsWidthLSKey: VERSIONS_COLUMNS_WIDTH_LS_KEY, data: nodes, columns: columns, settings: DEFAULT_TABLE_SETTINGS }));
|
92
|
-
};
|
@@ -1,36 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import { Checkbox, RadioButton } from '@gravity-ui/uikit';
|
4
|
-
import { Loader } from '../../components/Loader';
|
5
|
-
import { clusterNodesApi } from '../../store/reducers/clusterNodes/clusterNodes';
|
6
|
-
import { cn } from '../../utils/cn';
|
7
|
-
import { DEFAULT_POLLING_INTERVAL } from '../../utils/constants';
|
8
|
-
import { GroupedNodesTree } from './GroupedNodesTree/GroupedNodesTree';
|
9
|
-
import { getGroupedStorageNodes, getGroupedTenantNodes, getOtherNodes } from './groupNodes';
|
10
|
-
import { GroupByValue } from './types';
|
11
|
-
import './Versions.scss';
|
12
|
-
const b = cn('ydb-versions');
|
13
|
-
export const Versions = ({ versionToColor }) => {
|
14
|
-
const { data: nodes = [], isLoading: isNodesLoading } = clusterNodesApi.useGetClusterNodesQuery(undefined, { pollingInterval: DEFAULT_POLLING_INTERVAL });
|
15
|
-
const [groupByValue, setGroupByValue] = React.useState(GroupByValue.VERSION);
|
16
|
-
const [expanded, setExpanded] = React.useState(false);
|
17
|
-
const handleGroupByValueChange = (value) => {
|
18
|
-
setGroupByValue(value);
|
19
|
-
};
|
20
|
-
const renderGroupControl = () => {
|
21
|
-
return (_jsxs("div", { className: b('group'), children: [_jsx("span", { className: b('label'), children: "Group by:" }), _jsxs(RadioButton, { value: groupByValue, onUpdate: handleGroupByValueChange, children: [_jsx(RadioButton.Option, { value: GroupByValue.TENANT, children: GroupByValue.TENANT }), _jsx(RadioButton.Option, { value: GroupByValue.VERSION, children: GroupByValue.VERSION })] })] }));
|
22
|
-
};
|
23
|
-
const renderControls = () => {
|
24
|
-
return (_jsxs("div", { className: b('controls'), children: [renderGroupControl(), _jsx(Checkbox, { className: b('checkbox'), onChange: () => setExpanded((value) => !value), checked: expanded, children: "All expanded" })] }));
|
25
|
-
};
|
26
|
-
if (isNodesLoading) {
|
27
|
-
return _jsx(Loader, {});
|
28
|
-
}
|
29
|
-
const tenantNodes = getGroupedTenantNodes(nodes, versionToColor, groupByValue);
|
30
|
-
const storageNodes = getGroupedStorageNodes(nodes, versionToColor);
|
31
|
-
const otherNodes = getOtherNodes(nodes, versionToColor);
|
32
|
-
const storageNodesContent = (storageNodes === null || storageNodes === void 0 ? void 0 : storageNodes.length) ? (_jsxs(React.Fragment, { children: [_jsx("h3", { children: "Storage nodes" }), storageNodes.map(({ title, nodes: itemNodes, items, versionColor }) => (_jsx(GroupedNodesTree, { title: title, nodes: itemNodes, items: items, versionColor: versionColor }, `storage-nodes-${title}`)))] })) : null;
|
33
|
-
const tenantNodesContent = (tenantNodes === null || tenantNodes === void 0 ? void 0 : tenantNodes.length) ? (_jsxs(React.Fragment, { children: [_jsx("h3", { children: "Database nodes" }), renderControls(), tenantNodes.map(({ title, nodes: itemNodes, items, versionColor, versionsValues }) => (_jsx(GroupedNodesTree, { title: title, nodes: itemNodes, items: items, expanded: expanded, versionColor: versionColor, versionsValues: versionsValues }, `tenant-nodes-${title}`)))] })) : null;
|
34
|
-
const otherNodesContent = (otherNodes === null || otherNodes === void 0 ? void 0 : otherNodes.length) ? (_jsxs(React.Fragment, { children: [_jsx("h3", { children: "Other nodes" }), otherNodes.map(({ title, nodes: itemNodes, items, versionColor, versionsValues }) => (_jsx(GroupedNodesTree, { title: title, nodes: itemNodes, items: items, versionColor: versionColor, versionsValues: versionsValues }, `other-nodes-${title}`)))] })) : null;
|
35
|
-
return (_jsxs("div", { className: b('versions'), children: [storageNodesContent, tenantNodesContent, otherNodesContent] }));
|
36
|
-
};
|
package/dist/src/routes.js
DELETED
@@ -1,72 +0,0 @@
|
|
1
|
-
import isEmpty from 'lodash/isEmpty';
|
2
|
-
import { compile } from 'path-to-regexp';
|
3
|
-
import qs from 'qs';
|
4
|
-
import { backend, clusterName, webVersion } from './store';
|
5
|
-
export const CLUSTERS = 'clusters';
|
6
|
-
export const CLUSTER = 'cluster';
|
7
|
-
export const TENANT = 'tenant';
|
8
|
-
export const NODE = 'node';
|
9
|
-
export const PDISK = 'pDisk';
|
10
|
-
export const VDISK = 'vDisk';
|
11
|
-
export const TABLET = 'tablet';
|
12
|
-
const routes = {
|
13
|
-
clusters: `/${CLUSTERS}`,
|
14
|
-
cluster: `/${CLUSTER}/:activeTab?`,
|
15
|
-
tenant: `/${TENANT}`,
|
16
|
-
node: `/${NODE}/:id/:activeTab?`,
|
17
|
-
pDisk: `/${PDISK}`,
|
18
|
-
vDisk: `/${VDISK}`,
|
19
|
-
tablet: `/${TABLET}/:id`,
|
20
|
-
tabletsFilters: `/tabletsFilters`,
|
21
|
-
auth: `/auth`,
|
22
|
-
};
|
23
|
-
export default routes;
|
24
|
-
export const parseQuery = (location) => {
|
25
|
-
return qs.parse(location.search, {
|
26
|
-
ignoreQueryPrefix: true,
|
27
|
-
});
|
28
|
-
};
|
29
|
-
const prepareRoute = (route) => {
|
30
|
-
let preparedRoute = route;
|
31
|
-
const portRegExp = /:\d{3,5}/g;
|
32
|
-
const portMatch = route.match(portRegExp);
|
33
|
-
// if port exists in route we escape port to avoid errors in function compile()
|
34
|
-
// compile(preparedRoute) parses prepared root by symbol ":"
|
35
|
-
// if we pass raw route and there is a port in route, compile()
|
36
|
-
// will try to parse the port and throw an error
|
37
|
-
if (portMatch) {
|
38
|
-
const port = portMatch[0];
|
39
|
-
preparedRoute = route.replace(portRegExp, ':\\' + port.slice(1));
|
40
|
-
}
|
41
|
-
return preparedRoute;
|
42
|
-
};
|
43
|
-
export function createHref(route, params, query = {}) {
|
44
|
-
let extendedQuery = query;
|
45
|
-
const isBackendInQuery = Boolean(query.backend);
|
46
|
-
if (backend && !isBackendInQuery && webVersion) {
|
47
|
-
extendedQuery = Object.assign(Object.assign({}, query), { backend });
|
48
|
-
}
|
49
|
-
const isClusterNameInQuery = Boolean(query.clusterName);
|
50
|
-
if (clusterName && !isClusterNameInQuery && webVersion) {
|
51
|
-
extendedQuery = Object.assign(Object.assign({}, extendedQuery), { clusterName });
|
52
|
-
}
|
53
|
-
const search = isEmpty(extendedQuery)
|
54
|
-
? ''
|
55
|
-
: `?${qs.stringify(extendedQuery, { encode: false, arrayFormat: 'repeat' })}`;
|
56
|
-
const preparedRoute = prepareRoute(route);
|
57
|
-
return `${compile(preparedRoute)(params)}${search}`;
|
58
|
-
}
|
59
|
-
// embedded version could be located in some folder (e.g. host/some_folder/app_router_path)
|
60
|
-
// window.location has the full pathname, while location from router ignores path to project
|
61
|
-
// this navigation assumes page reloading
|
62
|
-
export const createExternalUILink = (query = {}) => createHref(window.location.pathname, undefined, query);
|
63
|
-
export function getLocationObjectFromHref(href) {
|
64
|
-
const { pathname, search, hash } = new URL(href, 'http://localhost');
|
65
|
-
return { pathname, search, hash };
|
66
|
-
}
|
67
|
-
export function getPDiskPagePath(pDiskId, nodeId, query = {}) {
|
68
|
-
return createHref(routes.pDisk, undefined, Object.assign(Object.assign({}, query), { nodeId, pDiskId }));
|
69
|
-
}
|
70
|
-
export function getVDiskPagePath(vDiskSlotId, pDiskId, nodeId, query = {}) {
|
71
|
-
return createHref(routes.vDisk, undefined, Object.assign(Object.assign({}, query), { nodeId, pDiskId, vDiskSlotId }));
|
72
|
-
}
|
@@ -1,143 +0,0 @@
|
|
1
|
-
import AxiosWrapper from '@gravity-ui/axios-wrapper';
|
2
|
-
import type { AxiosWrapperOptions } from '@gravity-ui/axios-wrapper';
|
3
|
-
import type { ComputeApiRequestParams, NodesApiRequestParams } from '../store/reducers/nodes/types';
|
4
|
-
import type { StorageApiRequestParams } from '../store/reducers/storage/types';
|
5
|
-
import type { TMetaInfo } from '../types/api/acl';
|
6
|
-
import type { TQueryAutocomplete } from '../types/api/autocomplete';
|
7
|
-
import type { TClusterInfo } from '../types/api/cluster';
|
8
|
-
import type { TComputeInfo } from '../types/api/compute';
|
9
|
-
import type { DescribeConsumerResult } from '../types/api/consumer';
|
10
|
-
import type { HealthCheckAPIResponse } from '../types/api/healthcheck';
|
11
|
-
import type { JsonHotKeysResponse } from '../types/api/hotkeys';
|
12
|
-
import type { MetaClusters } from '../types/api/meta';
|
13
|
-
import type { TNetInfo } from '../types/api/netInfo';
|
14
|
-
import type { TNodesInfo } from '../types/api/nodes';
|
15
|
-
import type { TEvNodesInfo } from '../types/api/nodesList';
|
16
|
-
import type { TEvPDiskStateResponse } from '../types/api/pdisk';
|
17
|
-
import type { Actions, ErrorResponse, ExplainActions, ExplainResponse, QueryAPIResponse, Schemas } from '../types/api/query';
|
18
|
-
import type { JsonRenderRequestParams, JsonRenderResponse } from '../types/api/render';
|
19
|
-
import type { RestartPDiskResponse } from '../types/api/restartPDisk';
|
20
|
-
import type { TEvDescribeSchemeResult } from '../types/api/schema';
|
21
|
-
import type { TStorageInfo } from '../types/api/storage';
|
22
|
-
import type { TEvSystemStateResponse } from '../types/api/systemState';
|
23
|
-
import type { TDomainKey, TEvTabletStateResponse, UnmergedTEvTabletStateResponse } from '../types/api/tablet';
|
24
|
-
import type { TTenantInfo, TTenants } from '../types/api/tenant';
|
25
|
-
import type { DescribeTopicResult } from '../types/api/topic';
|
26
|
-
import type { TEvVDiskStateResponse } from '../types/api/vdisk';
|
27
|
-
import type { TUserToken } from '../types/api/whoami';
|
28
|
-
import type { QuerySyntax } from '../types/store/query';
|
29
|
-
import type { Nullable } from '../utils/typecheckers';
|
30
|
-
type AxiosOptions = {
|
31
|
-
concurrentId?: string;
|
32
|
-
signal?: AbortSignal;
|
33
|
-
};
|
34
|
-
export declare class YdbEmbeddedAPI extends AxiosWrapper {
|
35
|
-
constructor(options?: AxiosWrapperOptions);
|
36
|
-
getPath(path: string): string;
|
37
|
-
getClusterInfo(clusterName?: string, { concurrentId, signal }?: AxiosOptions): Promise<TClusterInfo>;
|
38
|
-
getClusterNodes({ concurrentId, signal }?: AxiosOptions): Promise<TEvSystemStateResponse>;
|
39
|
-
getNodeInfo(id?: string | number, { concurrentId, signal }?: AxiosOptions): Promise<TEvSystemStateResponse>;
|
40
|
-
getTenants(clusterName?: string, { concurrentId, signal }?: AxiosOptions): Promise<TTenantInfo>;
|
41
|
-
getTenantInfo({ path }: {
|
42
|
-
path: string;
|
43
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<TTenantInfo>;
|
44
|
-
getNodes({ visibleEntities, type, tablets, sortOrder, sortValue, ...params }: NodesApiRequestParams, { concurrentId, signal }?: AxiosOptions): Promise<TNodesInfo>;
|
45
|
-
/** @deprecated use getNodes instead */
|
46
|
-
getCompute({ sortOrder, sortValue, ...params }: ComputeApiRequestParams, { concurrentId, signal }?: AxiosOptions): Promise<TComputeInfo>;
|
47
|
-
getStorageInfo({ tenant, visibleEntities, nodeId, poolName, groupId, sortOrder, sortValue, ...params }: StorageApiRequestParams, { concurrentId, signal }?: AxiosOptions): Promise<TStorageInfo>;
|
48
|
-
getPDiskInfo({ nodeId, pDiskId }: {
|
49
|
-
nodeId: string | number;
|
50
|
-
pDiskId: string | number;
|
51
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<TEvPDiskStateResponse>;
|
52
|
-
getVDiskInfo({ vDiskSlotId, pDiskId, nodeId, }: {
|
53
|
-
vDiskSlotId: string | number;
|
54
|
-
pDiskId: string | number;
|
55
|
-
nodeId: string | number;
|
56
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<TEvVDiskStateResponse>;
|
57
|
-
getGroupInfo(groupId: string | number, { concurrentId, signal }?: AxiosOptions): Promise<TStorageInfo>;
|
58
|
-
getHostInfo({ concurrentId, signal }?: AxiosOptions): Promise<TEvSystemStateResponse>;
|
59
|
-
getTabletsInfo({ nodes, path }: {
|
60
|
-
nodes?: string[];
|
61
|
-
path?: string;
|
62
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<TEvTabletStateResponse>;
|
63
|
-
getSchema({ path }: {
|
64
|
-
path: string;
|
65
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<Nullable<TEvDescribeSchemeResult>>;
|
66
|
-
getDescribe({ path }: {
|
67
|
-
path: string;
|
68
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<Nullable<TEvDescribeSchemeResult>>;
|
69
|
-
getSchemaAcl({ path }: {
|
70
|
-
path: string;
|
71
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<TMetaInfo>;
|
72
|
-
getHeatmapData({ path }: {
|
73
|
-
path: string;
|
74
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<Nullable<TEvDescribeSchemeResult>>;
|
75
|
-
getNetwork(path: string, { concurrentId, signal }?: AxiosOptions): Promise<TNetInfo>;
|
76
|
-
getTopic({ path }: {
|
77
|
-
path?: string;
|
78
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<DescribeTopicResult>;
|
79
|
-
getConsumer({ path, consumer }: {
|
80
|
-
path: string;
|
81
|
-
consumer: string;
|
82
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<DescribeConsumerResult>;
|
83
|
-
getPoolInfo(poolName: string, { concurrentId, signal }?: AxiosOptions): Promise<TStorageInfo>;
|
84
|
-
getTablet({ id }: {
|
85
|
-
id?: string;
|
86
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<TEvTabletStateResponse>;
|
87
|
-
getTabletHistory({ id }: {
|
88
|
-
id?: string;
|
89
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<UnmergedTEvTabletStateResponse>;
|
90
|
-
getNodesList({ concurrentId, signal }?: AxiosOptions): Promise<TEvNodesInfo>;
|
91
|
-
getTenantsList({ concurrentId, signal }?: AxiosOptions): Promise<TTenants>;
|
92
|
-
sendQuery<Action extends Actions, Schema extends Schemas = undefined>({ schema, ...params }: {
|
93
|
-
query?: string;
|
94
|
-
database?: string;
|
95
|
-
action?: Action;
|
96
|
-
stats?: string;
|
97
|
-
schema?: Schema;
|
98
|
-
syntax?: QuerySyntax;
|
99
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<ErrorResponse | QueryAPIResponse<Action, Schema>>;
|
100
|
-
getExplainQuery<Action extends ExplainActions>(query: string, database: string, action: Action, syntax?: QuerySyntax): Promise<ErrorResponse | ExplainResponse<Action>>;
|
101
|
-
getExplainQueryAst(query: string, database: string): Promise<import("../types/api/query").ExplainQueryResponse>;
|
102
|
-
getHotKeys(path: string, enableSampling: boolean, { concurrentId, signal }?: AxiosOptions): Promise<JsonHotKeysResponse>;
|
103
|
-
getHealthcheckInfo({ database, maxLevel }: {
|
104
|
-
database: string;
|
105
|
-
maxLevel?: number;
|
106
|
-
}, { concurrentId, signal }?: AxiosOptions): Promise<HealthCheckAPIResponse>;
|
107
|
-
evictVDisk({ groupId, groupGeneration, failRealmIdx, failDomainIdx, vDiskIdx, }: {
|
108
|
-
groupId: string | number;
|
109
|
-
groupGeneration: string | number;
|
110
|
-
failRealmIdx: string | number;
|
111
|
-
failDomainIdx: string | number;
|
112
|
-
vDiskIdx: string | number;
|
113
|
-
}): Promise<any>;
|
114
|
-
restartPDisk(nodeId: number | string, pDiskId: number | string): Promise<RestartPDiskResponse>;
|
115
|
-
killTablet(id?: string): Promise<string>;
|
116
|
-
stopTablet(id?: string, hiveId?: string): Promise<string>;
|
117
|
-
resumeTablet(id?: string, hiveId?: string): Promise<string>;
|
118
|
-
getTabletDescribe(tenantId: TDomainKey, { concurrentId, signal }?: AxiosOptions): Promise<Nullable<TEvDescribeSchemeResult>>;
|
119
|
-
getChartData({ target, from, until, maxDataPoints, database }: JsonRenderRequestParams, { concurrentId, signal }?: AxiosOptions): Promise<JsonRenderResponse>;
|
120
|
-
/** @deprecated use localStorage instead */
|
121
|
-
postSetting(settingsApi: string, name: string, value: string): Promise<any>;
|
122
|
-
authenticate(user: string, password: string): Promise<any>;
|
123
|
-
logout(): Promise<any>;
|
124
|
-
whoami(): Promise<TUserToken>;
|
125
|
-
autocomplete(params: {
|
126
|
-
database: string;
|
127
|
-
prefix?: string;
|
128
|
-
limit?: number;
|
129
|
-
table?: string[];
|
130
|
-
}): Promise<TQueryAutocomplete>;
|
131
|
-
getClustersList(_?: never, { signal }?: {
|
132
|
-
signal?: AbortSignal;
|
133
|
-
}): Promise<MetaClusters>;
|
134
|
-
}
|
135
|
-
export declare class YdbWebVersionAPI extends YdbEmbeddedAPI {
|
136
|
-
getClusterInfo(clusterName: string, { signal }?: AxiosOptions): Promise<TClusterInfo>;
|
137
|
-
getTenants(clusterName: string, { concurrentId, signal }?: AxiosOptions): Promise<TTenantInfo>;
|
138
|
-
}
|
139
|
-
export declare function createApi({ webVersion, withCredentials }?: {
|
140
|
-
webVersion?: boolean | undefined;
|
141
|
-
withCredentials?: boolean | undefined;
|
142
|
-
}): YdbEmbeddedAPI;
|
143
|
-
export {};
|