ydb-embedded-ui 6.8.0 → 6.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/AutoRefreshControl/AutoRefreshControl.d.ts +6 -0
- package/dist/components/AutoRefreshControl/AutoRefreshControl.js +18 -0
- package/dist/components/AutoRefreshControl/AutoRefreshControl.scss +5 -0
- package/dist/components/AutoRefreshControl/i18n/index.d.ts +2 -0
- package/dist/components/AutoRefreshControl/i18n/index.js +4 -0
- package/dist/components/CellWithPopover/CellWithPopover.js +8 -0
- package/dist/components/CircularProgressBar/CircularProgressBar.d.ts +12 -0
- package/dist/components/ClipboardButton/ClipboardButton.js +19 -0
- package/dist/components/ComponentsProvider/registry.d.ts +17 -0
- package/dist/components/ContentWithPopup/ContentWithPopup.js +14 -0
- package/dist/components/CriticalActionDialog/i18n/index.d.ts +1 -0
- package/dist/components/DiagnosticCard/DiagnosticCard.d.ts +8 -0
- package/dist/components/DiskPageTitle/DiskPageTitle.d.ts +10 -0
- package/dist/components/EmptyState/EmptyState.d.ts +16 -0
- package/dist/components/EntitiesCount/i18n/index.d.ts +2 -0
- package/dist/components/EntityStatus/EntityStatus.d.ts +21 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +18 -0
- package/dist/components/ErrorBoundary/i18n/index.d.ts +2 -0
- package/dist/components/Errors/403/AccessDenied.js +7 -0
- package/dist/components/Errors/ResponseError/ResponseError.js +20 -0
- package/dist/components/Errors/i18n/index.d.ts +2 -0
- package/dist/components/FormattedBytes/FormattedBytes.js +7 -0
- package/dist/components/FormattedBytes/utils.d.ts +2 -0
- package/dist/components/FormattedBytes/utils.js +8 -0
- package/dist/components/FullNodeViewer/FullNodeViewer.js +26 -0
- package/dist/components/GroupInfo/GroupInfo.js +26 -0
- package/dist/components/GroupInfo/i18n/index.d.ts +1 -0
- package/dist/components/Illustration/Illustration.js +33 -0
- package/dist/components/InfoViewer/formatters/cdcStream.d.ts +5 -0
- package/dist/components/InfoViewer/formatters/common.d.ts +5 -0
- package/dist/components/InfoViewer/formatters/pqGroup.d.ts +13 -0
- package/dist/components/InfoViewer/formatters/schema.d.ts +5 -0
- package/dist/components/InfoViewer/formatters/table.d.ts +18 -0
- package/dist/components/InfoViewer/i18n/index.d.ts +2 -0
- package/dist/components/InternalLink/InternalLink.js +5 -0
- package/dist/components/LabelWithPopover/LabelWithPopover.d.ts +8 -0
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js +11 -0
- package/dist/components/MetricChart/convertResponse.js +22 -0
- package/dist/components/MetricChart/getChartData.d.ts +11 -0
- package/dist/components/MetricChart/i18n/index.d.ts +2 -0
- package/dist/components/MetricChart/reducer.d.ts +4 -0
- package/dist/components/MonacoEditor/MonacoEditor.d.ts +1 -0
- package/dist/components/PDiskInfo/PDiskInfo.js +69 -0
- package/dist/components/PDiskInfo/i18n/index.d.ts +1 -0
- package/dist/components/PDiskPopup/PDiskPopup.js +47 -0
- package/dist/components/QueryResultTable/QueryResultTable.js +76 -0
- package/dist/components/QueryResultTable/i18n/index.d.ts +2 -0
- package/dist/components/ResizeableDataTable/ResizeableDataTable.js +15 -0
- package/dist/components/ShortyString/i18n/index.d.ts +2 -0
- package/dist/components/SpeedMultiMeter/i18n/index.d.ts +2 -0
- package/dist/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +14 -0
- package/dist/components/UsageLabel/UsageLabel.js +8 -0
- package/dist/components/VDiskInfo/VDiskInfo.js +111 -0
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -0
- package/dist/components/VDiskPopup/VDiskPopup.js +94 -0
- package/dist/components/VirtualTable/ResizeableVirtualTable.js +14 -0
- package/dist/components/VirtualTable/TableRow.d.ts +21 -0
- package/dist/components/VirtualTable/i18n/index.d.ts +2 -0
- package/dist/components/VirtualTable/reducer.js +103 -0
- package/dist/components/VirtualTable/types.d.ts +52 -0
- package/dist/components/slots/types.d.ts +16 -0
- package/dist/containers/App/App.d.ts +21 -0
- package/dist/containers/App/Content.d.ts +19 -0
- package/dist/containers/App/Content.js +123 -0
- package/dist/containers/App/Providers.js +18 -0
- package/dist/containers/App/appSlots.d.ts +53 -0
- package/dist/containers/App/i18n/index.d.ts +2 -0
- package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +10 -0
- package/dist/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +4 -0
- package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +7 -0
- package/dist/containers/AppWithClusters/i18n/index.d.ts +2 -0
- package/dist/containers/AppWithClusters/useClusterData.js +27 -0
- package/dist/containers/AsideNavigation/Navigation.d.ts +7 -0
- package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +23 -0
- package/dist/containers/AsideNavigation/i18n/index.d.ts +2 -0
- package/dist/containers/Authentication/Authentication.js +67 -0
- package/dist/containers/Cluster/Cluster.d.ts +10 -0
- package/dist/containers/Cluster/Cluster.js +93 -0
- package/dist/containers/Cluster/Cluster.scss +42 -0
- package/dist/containers/Cluster/i18n/index.d.ts +2 -0
- package/dist/containers/Clusters/Clusters.js +81 -0
- package/dist/containers/Clusters/i18n/index.d.ts +2 -0
- package/dist/containers/Header/Header.js +55 -0
- package/dist/containers/Header/breadcrumbs.d.ts +7 -0
- package/dist/containers/Header/breadcrumbs.js +129 -0
- package/dist/containers/Header/i18n/index.d.ts +1 -0
- package/dist/containers/Heatmap/Heatmap.js +80 -0
- package/dist/containers/Heatmap/Histogram/Histogram.js +67 -0
- package/dist/containers/Node/Node.d.ts +9 -0
- package/dist/containers/Node/Node.js +92 -0
- package/dist/containers/Node/Node.scss +59 -0
- package/dist/containers/Node/NodeStructure/NodeStructure.js +69 -0
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +7 -0
- package/dist/containers/Node/NodeStructure/Pdisk.js +113 -0
- package/dist/containers/Node/i18n/index.d.ts +2 -0
- package/dist/containers/Nodes/Nodes.js +92 -0
- package/dist/containers/Nodes/NodesWrapper.js +12 -0
- package/dist/containers/Nodes/VirtualNodes.js +81 -0
- package/dist/containers/Nodes/getNodes.js +13 -0
- package/dist/containers/Nodes/getNodesColumns.js +211 -0
- package/dist/containers/Nodes/i18n/index.d.ts +2 -0
- package/dist/containers/PDiskPage/PDiskPage.js +91 -0
- package/dist/containers/PDiskPage/PDiskPage.scss +36 -0
- package/dist/containers/PDiskPage/i18n/index.d.ts +1 -0
- package/dist/containers/ReduxTooltip/ReduxTooltip.d.ts +23 -0
- package/dist/containers/Storage/EmptyFilter/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/Storage.js +123 -0
- package/dist/containers/Storage/StorageGroups/getGroups.js +14 -0
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +62 -0
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.js +220 -0
- package/dist/containers/Storage/StorageGroups/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/StorageNodes/StorageNodes.js +21 -0
- package/dist/containers/Storage/StorageNodes/getNodes.js +13 -0
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +50 -0
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.js +98 -0
- package/dist/containers/Storage/StorageNodes/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/StorageWrapper.js +12 -0
- package/dist/containers/Storage/UsageFilter/i18n/index.d.ts +2 -0
- package/dist/containers/Storage/i18n/index.d.ts +2 -0
- package/dist/containers/Tablet/Tablet.js +73 -0
- package/dist/containers/Tablet/i18n/index.d.ts +2 -0
- package/dist/containers/Tablets/Tablets.js +135 -0
- package/dist/containers/Tablets/i18n/index.d.ts +2 -0
- package/dist/containers/TabletsFilters/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Acl/Acl.js +110 -0
- package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.js +68 -0
- package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +111 -0
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.js +15 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +35 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +14 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +29 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +107 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +46 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +30 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +28 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +19 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +26 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +45 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +15 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +70 -0
- package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +25 -0
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +155 -0
- package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +8 -0
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +8 -0
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.js +57 -0
- package/dist/containers/Tenant/Info/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +271 -0
- package/dist/containers/Tenant/Query/Query.js +44 -0
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +35 -0
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +308 -0
- package/dist/containers/Tenant/Query/QueryEditor/helpers.js +24 -0
- package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.js +32 -0
- package/dist/containers/Tenant/Query/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.d.ts +9 -0
- package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.js +57 -0
- package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.scss +14 -0
- package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.js +70 -0
- package/dist/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Schema/SchemaViewer/prepareData.js +121 -0
- package/dist/containers/Tenant/Tenant.d.ts +8 -0
- package/dist/containers/Tenant/Tenant.js +67 -0
- package/dist/containers/Tenant/TenantNavigation/useTenantNavigation.js +44 -0
- package/dist/containers/Tenant/i18n/en.json +53 -0
- package/dist/containers/Tenant/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/utils/constants.js +6 -0
- package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +60 -0
- package/dist/containers/Tenant/utils/schema.d.ts +17 -0
- package/dist/containers/Tenant/utils/schemaActions.d.ts +9 -0
- package/dist/containers/Tenant/utils/schemaActions.js +134 -0
- package/dist/containers/Tenants/Tenants.js +172 -0
- package/dist/containers/UserSettings/Setting.d.ts +20 -0
- package/dist/containers/UserSettings/UserSettings.js +18 -0
- package/dist/containers/UserSettings/i18n/index.d.ts +2 -0
- package/dist/containers/VDiskPage/VDiskPage.js +110 -0
- package/dist/containers/VDiskPage/VDiskPage.scss +40 -0
- package/dist/containers/VDiskPage/i18n/index.d.ts +1 -0
- package/dist/containers/Versions/NodesTable/NodesTable.js +92 -0
- package/dist/containers/Versions/Versions.js +37 -0
- package/dist/routes.js +72 -0
- package/dist/services/api.d.ts +148 -0
- package/dist/services/api.js +361 -0
- package/dist/services/parsers/parseMetaCluster.js +10 -0
- package/dist/services/settings.d.ts +42 -0
- package/dist/services/settings.js +74 -0
- package/dist/store/getUrlData.d.ts +13 -0
- package/dist/store/reducers/authentication/authentication.d.ts +25 -0
- package/dist/store/reducers/authentication/authentication.js +62 -0
- package/dist/store/reducers/cluster/cluster.d.ts +12 -0
- package/dist/store/reducers/cluster/cluster.js +80 -0
- package/dist/store/reducers/cluster/utils.d.ts +4 -0
- package/dist/store/reducers/cluster/utils.js +68 -0
- package/dist/store/reducers/clusterNodes/clusterNodes.d.ts +5 -0
- package/dist/store/reducers/clusterNodes/clusterNodes.js +21 -0
- package/dist/store/reducers/clusters/clusters.d.ts +7 -0
- package/dist/store/reducers/clusters/clusters.js +38 -0
- package/dist/store/reducers/clusters/utils.js +16 -0
- package/dist/store/reducers/describe.d.ts +4 -0
- package/dist/store/reducers/executeQuery.d.ts +44 -0
- package/dist/store/reducers/executeQuery.js +168 -0
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +10 -0
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +68 -0
- package/dist/store/reducers/explainQuery/explainQuery.d.ts +9 -0
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +668 -0
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js +76 -0
- package/dist/store/reducers/heatmap.d.ts +14 -0
- package/dist/store/reducers/heatmap.js +81 -0
- package/dist/store/reducers/hotKeys/hotKeys.d.ts +6 -0
- package/dist/store/reducers/index.d.ts +92 -0
- package/dist/store/reducers/index.js +45 -0
- package/dist/store/reducers/network/network.d.ts +3 -0
- package/dist/store/reducers/node/node.d.ts +8 -0
- package/dist/store/reducers/node/selectors.js +42 -0
- package/dist/store/reducers/nodes/nodes.d.ts +5 -0
- package/dist/store/reducers/nodes/nodes.js +39 -0
- package/dist/store/reducers/nodes/selectors.d.ts +11 -0
- package/dist/store/reducers/nodes/types.d.ts +60 -0
- package/dist/store/reducers/nodes/utils.js +64 -0
- package/dist/store/reducers/nodesList.d.ts +45 -0
- package/dist/store/reducers/olapStats.d.ts +5 -0
- package/dist/store/reducers/overview/overview.d.ts +6 -0
- package/dist/store/reducers/partitions/partitions.d.ts +10 -0
- package/dist/store/reducers/partitions/utils.js +56 -0
- package/dist/store/reducers/pdisk/pdisk.d.ts +9 -0
- package/dist/store/reducers/pdisk/utils.js +38 -0
- package/dist/store/reducers/preview.d.ts +10 -0
- package/dist/store/reducers/schema/schema.d.ts +31 -0
- package/dist/store/reducers/schema/schema.js +92 -0
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +8 -0
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +17 -0
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js +112 -0
- package/dist/store/reducers/storage/storage.d.ts +6 -0
- package/dist/store/reducers/storage/storage.js +32 -0
- package/dist/store/reducers/storage/utils.js +159 -0
- package/dist/store/reducers/tablet.d.ts +14 -0
- package/dist/store/reducers/tablets.d.ts +165 -0
- package/dist/store/reducers/tablets.js +56 -0
- package/dist/store/reducers/tenant/tenant.d.ts +9 -0
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +5 -0
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.d.ts +4 -0
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.js +26 -0
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +5 -0
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +6 -0
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +4 -0
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +28 -0
- package/dist/store/reducers/tenants/selectors.d.ts +288 -0
- package/dist/store/reducers/tenants/tenants.d.ts +9 -0
- package/dist/store/reducers/tenants/utils.d.ts +47 -0
- package/dist/store/reducers/tenants/utils.js +217 -0
- package/dist/store/reducers/tooltip.js +55 -0
- package/dist/store/reducers/topic.d.ts +527 -0
- package/dist/store/reducers/vdisk/utils.js +36 -0
- package/dist/store/reducers/vdisk/vdisk.d.ts +6 -0
- package/dist/store/reducers/viewSchema/viewSchema.d.ts +6 -0
- package/dist/store/state-url-mapping.js +149 -0
- package/dist/types/additionalProps.d.ts +24 -0
- package/dist/utils/bytesParsers/formatBytes.js +92 -0
- package/dist/utils/bytesParsers/i18n/index.d.ts +2 -0
- package/dist/utils/clusterVersionColors.js +54 -0
- package/dist/utils/constants.d.ts +106 -0
- package/dist/utils/constants.js +109 -0
- package/dist/utils/dataFormatters/i18n/index.d.ts +2 -0
- package/dist/utils/disks/constants.js +38 -0
- package/dist/utils/disks/prepareDisks.js +46 -0
- package/dist/utils/hooks/useSearchQuery.d.ts +1 -0
- package/dist/utils/hooks/useSearchQuery.js +6 -0
- package/dist/utils/i18n/i18n.d.ts +11 -0
- package/dist/utils/lazyComponent.js +25 -0
- package/dist/utils/nodes.d.ts +49 -0
- package/dist/utils/nodes.js +76 -0
- package/dist/utils/query.js +200 -0
- package/dist/utils/response.d.ts +4 -0
- package/dist/utils/timeParsers/i18n/index.d.ts +2 -0
- package/package.json +3 -3
- package/dist/package.json +0 -175
- package/dist/src/components/CellWithPopover/CellWithPopover.js +0 -10
- package/dist/src/components/CircularProgressBar/CircularProgressBar.d.ts +0 -13
- package/dist/src/components/ClipboardButton/ClipboardButton.js +0 -22
- package/dist/src/components/ComponentsProvider/registry.d.ts +0 -18
- package/dist/src/components/ContentWithPopup/ContentWithPopup.js +0 -16
- package/dist/src/components/CriticalActionDialog/i18n/index.d.ts +0 -1
- package/dist/src/components/DiagnosticCard/DiagnosticCard.d.ts +0 -9
- package/dist/src/components/DiskPageTitle/DiskPageTitle.d.ts +0 -11
- package/dist/src/components/EmptyState/EmptyState.d.ts +0 -17
- package/dist/src/components/EntitiesCount/i18n/index.d.ts +0 -2
- package/dist/src/components/EntityStatus/EntityStatus.d.ts +0 -22
- package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts +0 -19
- package/dist/src/components/ErrorBoundary/i18n/index.d.ts +0 -2
- package/dist/src/components/Errors/403/AccessDenied.js +0 -9
- package/dist/src/components/Errors/ResponseError/ResponseError.js +0 -17
- package/dist/src/components/Errors/i18n/index.d.ts +0 -2
- package/dist/src/components/FormattedBytes/FormattedBytes.js +0 -9
- package/dist/src/components/FormattedBytes/utils.d.ts +0 -2
- package/dist/src/components/FormattedBytes/utils.js +0 -8
- package/dist/src/components/FullNodeViewer/FullNodeViewer.js +0 -26
- package/dist/src/components/GroupInfo/GroupInfo.js +0 -28
- package/dist/src/components/GroupInfo/i18n/index.d.ts +0 -1
- package/dist/src/components/Illustration/Illustration.js +0 -35
- package/dist/src/components/InfoViewer/formatters/cdcStream.d.ts +0 -6
- package/dist/src/components/InfoViewer/formatters/common.d.ts +0 -6
- package/dist/src/components/InfoViewer/formatters/pqGroup.d.ts +0 -14
- package/dist/src/components/InfoViewer/formatters/schema.d.ts +0 -6
- package/dist/src/components/InfoViewer/formatters/table.d.ts +0 -19
- package/dist/src/components/InfoViewer/i18n/index.d.ts +0 -2
- package/dist/src/components/InternalLink/InternalLink.js +0 -9
- package/dist/src/components/LabelWithPopover/LabelWithPopover.d.ts +0 -9
- package/dist/src/components/LinkToSchemaObject/LinkToSchemaObject.js +0 -10
- package/dist/src/components/MetricChart/convertResponse.js +0 -19
- package/dist/src/components/MetricChart/getChartData.d.ts +0 -11
- package/dist/src/components/MetricChart/i18n/index.d.ts +0 -2
- package/dist/src/components/MetricChart/reducer.d.ts +0 -4
- package/dist/src/components/MonacoEditor/MonacoEditor.d.ts +0 -2
- package/dist/src/components/PDiskInfo/PDiskInfo.js +0 -71
- package/dist/src/components/PDiskInfo/i18n/index.d.ts +0 -1
- package/dist/src/components/PDiskPopup/PDiskPopup.js +0 -49
- package/dist/src/components/QueryResultTable/QueryResultTable.js +0 -69
- package/dist/src/components/QueryResultTable/i18n/index.d.ts +0 -2
- package/dist/src/components/ResizeableDataTable/ResizeableDataTable.js +0 -14
- package/dist/src/components/ShortyString/i18n/index.d.ts +0 -2
- package/dist/src/components/SpeedMultiMeter/i18n/index.d.ts +0 -2
- package/dist/src/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +0 -15
- package/dist/src/components/UsageLabel/UsageLabel.js +0 -10
- package/dist/src/components/VDiskInfo/VDiskInfo.js +0 -113
- package/dist/src/components/VDiskInfo/i18n/index.d.ts +0 -1
- package/dist/src/components/VDiskPopup/VDiskPopup.js +0 -96
- package/dist/src/components/VirtualTable/ResizeableVirtualTable.js +0 -16
- package/dist/src/components/VirtualTable/TableRow.d.ts +0 -22
- package/dist/src/components/VirtualTable/i18n/index.d.ts +0 -2
- package/dist/src/components/VirtualTable/reducer.js +0 -91
- package/dist/src/components/VirtualTable/types.d.ts +0 -53
- package/dist/src/components/slots/types.d.ts +0 -17
- package/dist/src/containers/App/App.d.ts +0 -21
- package/dist/src/containers/App/Content.d.ts +0 -19
- package/dist/src/containers/App/Content.js +0 -129
- package/dist/src/containers/App/Providers.js +0 -18
- package/dist/src/containers/App/appSlots.d.ts +0 -54
- package/dist/src/containers/App/i18n/index.d.ts +0 -2
- package/dist/src/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +0 -10
- package/dist/src/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +0 -4
- package/dist/src/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +0 -7
- package/dist/src/containers/AppWithClusters/i18n/index.d.ts +0 -2
- package/dist/src/containers/AppWithClusters/useClusterData.js +0 -27
- package/dist/src/containers/AsideNavigation/Navigation.d.ts +0 -8
- package/dist/src/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +0 -23
- package/dist/src/containers/AsideNavigation/i18n/index.d.ts +0 -2
- package/dist/src/containers/Authentication/Authentication.js +0 -67
- package/dist/src/containers/Cluster/Cluster.d.ts +0 -10
- package/dist/src/containers/Cluster/Cluster.js +0 -93
- package/dist/src/containers/Cluster/Cluster.scss +0 -34
- package/dist/src/containers/Cluster/i18n/index.d.ts +0 -2
- package/dist/src/containers/Clusters/Clusters.js +0 -82
- package/dist/src/containers/Clusters/i18n/index.d.ts +0 -2
- package/dist/src/containers/Header/Header.js +0 -56
- package/dist/src/containers/Header/breadcrumbs.d.ts +0 -8
- package/dist/src/containers/Header/breadcrumbs.js +0 -125
- package/dist/src/containers/Header/i18n/index.d.ts +0 -1
- package/dist/src/containers/Heatmap/Heatmap.js +0 -75
- package/dist/src/containers/Heatmap/Histogram/Histogram.js +0 -64
- package/dist/src/containers/Node/Node.d.ts +0 -9
- package/dist/src/containers/Node/Node.js +0 -90
- package/dist/src/containers/Node/Node.scss +0 -51
- package/dist/src/containers/Node/NodeStructure/NodeStructure.js +0 -69
- package/dist/src/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -8
- package/dist/src/containers/Node/NodeStructure/Pdisk.js +0 -113
- package/dist/src/containers/Node/i18n/index.d.ts +0 -2
- package/dist/src/containers/Nodes/Nodes.js +0 -94
- package/dist/src/containers/Nodes/NodesWrapper.js +0 -14
- package/dist/src/containers/Nodes/VirtualNodes.js +0 -81
- package/dist/src/containers/Nodes/getNodes.js +0 -15
- package/dist/src/containers/Nodes/getNodesColumns.js +0 -211
- package/dist/src/containers/Nodes/i18n/index.d.ts +0 -2
- package/dist/src/containers/PDiskPage/PDiskPage.js +0 -90
- package/dist/src/containers/PDiskPage/PDiskPage.scss +0 -27
- package/dist/src/containers/PDiskPage/i18n/index.d.ts +0 -1
- package/dist/src/containers/ReduxTooltip/ReduxTooltip.d.ts +0 -23
- package/dist/src/containers/Storage/EmptyFilter/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/Storage.js +0 -118
- package/dist/src/containers/Storage/StorageGroups/getGroups.js +0 -16
- package/dist/src/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +0 -62
- package/dist/src/containers/Storage/StorageGroups/getStorageGroupsColumns.js +0 -217
- package/dist/src/containers/Storage/StorageGroups/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/StorageNodes/StorageNodes.js +0 -18
- package/dist/src/containers/Storage/StorageNodes/getNodes.js +0 -15
- package/dist/src/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +0 -51
- package/dist/src/containers/Storage/StorageNodes/getStorageNodesColumns.js +0 -95
- package/dist/src/containers/Storage/StorageNodes/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/StorageWrapper.js +0 -14
- package/dist/src/containers/Storage/UsageFilter/i18n/index.d.ts +0 -2
- package/dist/src/containers/Storage/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tablet/Tablet.js +0 -72
- package/dist/src/containers/Tablet/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tablets/Tablets.js +0 -135
- package/dist/src/containers/Tablets/i18n/index.d.ts +0 -2
- package/dist/src/containers/TabletsFilters/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Acl/Acl.js +0 -111
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +0 -6
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +0 -18
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.scss +0 -5
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Autorefresh/i18n/index.js +0 -4
- package/dist/src/containers/Tenant/Diagnostics/Consumers/columns/columns.js +0 -64
- package/dist/src/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Diagnostics.js +0 -108
- package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/Partitions/utils/index.js +0 -12
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +0 -33
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +0 -15
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +0 -31
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +0 -95
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +0 -23
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +0 -23
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +0 -39
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +0 -27
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +0 -25
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +0 -21
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +0 -23
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +0 -45
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +0 -15
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +0 -63
- package/dist/src/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +0 -22
- package/dist/src/containers/Tenant/Diagnostics/TopShards/TopShards.js +0 -146
- package/dist/src/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +0 -8
- package/dist/src/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +0 -8
- package/dist/src/containers/Tenant/Info/ExternalTable/ExternalTable.js +0 -54
- package/dist/src/containers/Tenant/Info/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.js +0 -265
- package/dist/src/containers/Tenant/Query/Query.js +0 -44
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +0 -35
- package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.js +0 -309
- package/dist/src/containers/Tenant/Query/QueryEditor/helpers.js +0 -19
- package/dist/src/containers/Tenant/Query/QueryTabs/QueryTabs.js +0 -29
- package/dist/src/containers/Tenant/Query/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Schema/SchemaTree/SchemaTree.js +0 -50
- package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.js +0 -115
- package/dist/src/containers/Tenant/Tenant.d.ts +0 -8
- package/dist/src/containers/Tenant/Tenant.js +0 -68
- package/dist/src/containers/Tenant/TenantNavigation/useTenantNavigation.js +0 -44
- package/dist/src/containers/Tenant/i18n/en.json +0 -44
- package/dist/src/containers/Tenant/i18n/index.d.ts +0 -2
- package/dist/src/containers/Tenant/utils/constants.js +0 -3
- package/dist/src/containers/Tenant/utils/paneVisibilityToggleHelpers.js +0 -50
- package/dist/src/containers/Tenant/utils/schema.d.ts +0 -17
- package/dist/src/containers/Tenant/utils/schemaActions.d.ts +0 -8
- package/dist/src/containers/Tenant/utils/schemaActions.js +0 -130
- package/dist/src/containers/Tenants/Tenants.js +0 -171
- package/dist/src/containers/UserSettings/Setting.d.ts +0 -21
- package/dist/src/containers/UserSettings/UserSettings.js +0 -18
- package/dist/src/containers/UserSettings/i18n/index.d.ts +0 -2
- package/dist/src/containers/VDiskPage/VDiskPage.js +0 -109
- package/dist/src/containers/VDiskPage/VDiskPage.scss +0 -31
- package/dist/src/containers/VDiskPage/i18n/index.d.ts +0 -1
- package/dist/src/containers/Versions/NodesTable/NodesTable.js +0 -92
- package/dist/src/containers/Versions/Versions.js +0 -36
- package/dist/src/routes.js +0 -72
- package/dist/src/services/api.d.ts +0 -143
- package/dist/src/services/api.js +0 -354
- package/dist/src/services/parsers/parseMetaCluster.js +0 -5
- package/dist/src/services/settings.d.ts +0 -42
- package/dist/src/services/settings.js +0 -74
- package/dist/src/store/getUrlData.d.ts +0 -13
- package/dist/src/store/reducers/authentication/authentication.d.ts +0 -193
- package/dist/src/store/reducers/authentication/authentication.js +0 -59
- package/dist/src/store/reducers/cluster/cluster.d.ts +0 -12
- package/dist/src/store/reducers/cluster/cluster.js +0 -80
- package/dist/src/store/reducers/cluster/utils.d.ts +0 -4
- package/dist/src/store/reducers/cluster/utils.js +0 -68
- package/dist/src/store/reducers/clusterNodes/clusterNodes.d.ts +0 -7
- package/dist/src/store/reducers/clusterNodes/clusterNodes.js +0 -23
- package/dist/src/store/reducers/clusters/clusters.d.ts +0 -7
- package/dist/src/store/reducers/clusters/clusters.js +0 -35
- package/dist/src/store/reducers/clusters/utils.js +0 -13
- package/dist/src/store/reducers/describe.d.ts +0 -4
- package/dist/src/store/reducers/executeQuery.d.ts +0 -44
- package/dist/src/store/reducers/executeQuery.js +0 -145
- package/dist/src/store/reducers/executeTopQueries/executeTopQueries.d.ts +0 -10
- package/dist/src/store/reducers/executeTopQueries/executeTopQueries.js +0 -68
- package/dist/src/store/reducers/explainQuery/explainQuery.d.ts +0 -9
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -1460
- package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.js +0 -73
- package/dist/src/store/reducers/heatmap.d.ts +0 -14
- package/dist/src/store/reducers/heatmap.js +0 -75
- package/dist/src/store/reducers/hotKeys/hotKeys.d.ts +0 -6
- package/dist/src/store/reducers/index.d.ts +0 -96
- package/dist/src/store/reducers/index.js +0 -43
- package/dist/src/store/reducers/network/network.d.ts +0 -3
- package/dist/src/store/reducers/node/node.d.ts +0 -8
- package/dist/src/store/reducers/node/selectors.js +0 -38
- package/dist/src/store/reducers/nodes/nodes.d.ts +0 -5
- package/dist/src/store/reducers/nodes/nodes.js +0 -32
- package/dist/src/store/reducers/nodes/selectors.d.ts +0 -11
- package/dist/src/store/reducers/nodes/types.d.ts +0 -59
- package/dist/src/store/reducers/nodes/utils.js +0 -51
- package/dist/src/store/reducers/nodesList.d.ts +0 -45
- package/dist/src/store/reducers/olapStats.d.ts +0 -5
- package/dist/src/store/reducers/overview/overview.d.ts +0 -6
- package/dist/src/store/reducers/partitions/partitions.d.ts +0 -10
- package/dist/src/store/reducers/partitions/utils.js +0 -41
- package/dist/src/store/reducers/pdisk/pdisk.d.ts +0 -9
- package/dist/src/store/reducers/pdisk/utils.js +0 -32
- package/dist/src/store/reducers/preview.d.ts +0 -10
- package/dist/src/store/reducers/schema/schema.d.ts +0 -27
- package/dist/src/store/reducers/schema/schema.js +0 -78
- package/dist/src/store/reducers/schemaAcl/schemaAcl.d.ts +0 -8
- package/dist/src/store/reducers/shardsWorkload/shardsWorkload.d.ts +0 -17
- package/dist/src/store/reducers/shardsWorkload/shardsWorkload.js +0 -109
- package/dist/src/store/reducers/storage/storage.d.ts +0 -6
- package/dist/src/store/reducers/storage/storage.js +0 -32
- package/dist/src/store/reducers/storage/utils.js +0 -117
- package/dist/src/store/reducers/tablet.d.ts +0 -14
- package/dist/src/store/reducers/tablets.d.ts +0 -345
- package/dist/src/store/reducers/tablets.js +0 -56
- package/dist/src/store/reducers/tenant/tenant.d.ts +0 -9
- package/dist/src/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +0 -5
- package/dist/src/store/reducers/tenantOverview/topNodes/topNodes.d.ts +0 -4
- package/dist/src/store/reducers/tenantOverview/topNodes/topNodes.js +0 -22
- package/dist/src/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +0 -5
- package/dist/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +0 -6
- package/dist/src/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +0 -4
- package/dist/src/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +0 -21
- package/dist/src/store/reducers/tenants/selectors.d.ts +0 -672
- package/dist/src/store/reducers/tenants/tenants.d.ts +0 -9
- package/dist/src/store/reducers/tenants/utils.d.ts +0 -47
- package/dist/src/store/reducers/tenants/utils.js +0 -212
- package/dist/src/store/reducers/tooltip.js +0 -39
- package/dist/src/store/reducers/topic.d.ts +0 -1103
- package/dist/src/store/reducers/vdisk/utils.js +0 -33
- package/dist/src/store/reducers/vdisk/vdisk.d.ts +0 -6
- package/dist/src/store/reducers/viewSchema/viewSchema.d.ts +0 -6
- package/dist/src/store/state-url-mapping.js +0 -150
- package/dist/src/types/additionalProps.d.ts +0 -25
- package/dist/src/utils/bytesParsers/formatBytes.js +0 -94
- package/dist/src/utils/bytesParsers/i18n/index.d.ts +0 -2
- package/dist/src/utils/clusterVersionColors.js +0 -51
- package/dist/src/utils/constants.d.ts +0 -107
- package/dist/src/utils/constants.js +0 -105
- package/dist/src/utils/dataFormatters/i18n/index.d.ts +0 -2
- package/dist/src/utils/disks/constants.js +0 -38
- package/dist/src/utils/disks/prepareDisks.js +0 -40
- package/dist/src/utils/hooks/useSearchQuery.d.ts +0 -2
- package/dist/src/utils/hooks/useSearchQuery.js +0 -6
- package/dist/src/utils/i18n/i18n.d.ts +0 -11
- package/dist/src/utils/lazyComponent.js +0 -25
- package/dist/src/utils/nodes.d.ts +0 -46
- package/dist/src/utils/nodes.js +0 -61
- package/dist/src/utils/query.js +0 -194
- package/dist/src/utils/response.d.ts +0 -4
- package/dist/src/utils/timeParsers/i18n/index.d.ts +0 -2
- /package/dist/{src/assets → assets}/icons/cluster.svg +0 -0
- /package/dist/{src/assets → assets}/icons/databases.svg +0 -0
- /package/dist/{src/assets → assets}/icons/disableFullscreen.svg +0 -0
- /package/dist/{src/assets → assets}/icons/emptyState.svg +0 -0
- /package/dist/{src/assets → assets}/icons/key.svg +0 -0
- /package/dist/{src/assets → assets}/icons/monitoring.svg +0 -0
- /package/dist/{src/assets → assets}/icons/network.svg +0 -0
- /package/dist/{src/assets → assets}/icons/user-check.svg +0 -0
- /package/dist/{src/assets → assets}/icons/user-secret.svg +0 -0
- /package/dist/{src/assets → assets}/icons/ydb.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/dark/403.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/dark/error.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/dark/thumbsUp.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/light/403.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/light/error.svg +0 -0
- /package/dist/{src/assets → assets}/illustrations/light/thumbsUp.svg +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/AsyncReplicationState.d.ts +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/AsyncReplicationState.js +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/index.d.ts +0 -0
- /package/dist/{src/components → components}/AsyncReplicationState/index.js +0 -0
- /package/dist/{src/containers/Tenant/Diagnostics/Autorefresh → components/AutoRefreshControl}/i18n/en.json +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.d.ts +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.js +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.scss +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/index.d.ts +0 -0
- /package/dist/{src/components → components}/BasicNodeViewer/index.js +0 -0
- /package/dist/{src/components → components}/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +0 -0
- /package/dist/{src/components → components}/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +0 -0
- /package/dist/{src/components → components}/CellWithPopover/CellWithPopover.d.ts +0 -0
- /package/dist/{src/components → components}/CellWithPopover/CellWithPopover.scss +0 -0
- /package/dist/{src/components → components}/CircularProgressBar/CircularProgressBar.js +0 -0
- /package/dist/{src/components → components}/CircularProgressBar/CircularProgressBar.scss +0 -0
- /package/dist/{src/components → components}/ClipboardButton/ClipboardButton.d.ts +0 -0
- /package/dist/{src/components → components}/ClipboardButton/index.d.ts +0 -0
- /package/dist/{src/components → components}/ClipboardButton/index.js +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/ComponentsProvider.d.ts +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/ComponentsProvider.js +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/componentsRegistry.d.ts +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/componentsRegistry.js +0 -0
- /package/dist/{src/components → components}/ComponentsProvider/registry.js +0 -0
- /package/dist/{src/components → components}/ContentWithPopup/ContentWithPopup.d.ts +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.d.ts +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.js +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.scss +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/i18n/en.json +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/i18n/index.js +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/index.d.ts +0 -0
- /package/dist/{src/components → components}/CriticalActionDialog/index.js +0 -0
- /package/dist/{src/components → components}/DateRange/DateRange.d.ts +0 -0
- /package/dist/{src/components → components}/DateRange/DateRange.js +0 -0
- /package/dist/{src/components → components}/DateRange/DateRange.scss +0 -0
- /package/dist/{src/components → components}/DateRange/index.d.ts +0 -0
- /package/dist/{src/components → components}/DateRange/index.js +0 -0
- /package/dist/{src/components → components}/DiagnosticCard/DiagnosticCard.js +0 -0
- /package/dist/{src/components → components}/DiagnosticCard/DiagnosticCard.scss +0 -0
- /package/dist/{src/components → components}/DiskPageTitle/DiskPageTitle.js +0 -0
- /package/dist/{src/components → components}/DiskPageTitle/DiskPageTitle.scss +0 -0
- /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +0 -0
- /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.js +0 -0
- /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.scss +0 -0
- /package/dist/{src/components → components}/Divider/Divider.d.ts +0 -0
- /package/dist/{src/components → components}/Divider/Divider.js +0 -0
- /package/dist/{src/components → components}/Divider/Divider.scss +0 -0
- /package/dist/{src/components → components}/EmptyState/EmptyState.js +0 -0
- /package/dist/{src/components → components}/EmptyState/EmptyState.scss +0 -0
- /package/dist/{src/components → components}/EmptyState/index.d.ts +0 -0
- /package/dist/{src/components → components}/EmptyState/index.js +0 -0
- /package/dist/{src/components → components}/EnableFullscreenButton/EnableFullscreenButton.d.ts +0 -0
- /package/dist/{src/components → components}/EnableFullscreenButton/EnableFullscreenButton.js +0 -0
- /package/dist/{src/components → components}/EntitiesCount/EntitiesCount.d.ts +0 -0
- /package/dist/{src/components → components}/EntitiesCount/EntitiesCount.js +0 -0
- /package/dist/{src/components → components}/EntitiesCount/i18n/en.json +0 -0
- /package/dist/{src/components → components}/EntitiesCount/i18n/index.js +0 -0
- /package/dist/{src/components → components}/EntitiesCount/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/EntitiesCount/index.d.ts +0 -0
- /package/dist/{src/components → components}/EntitiesCount/index.js +0 -0
- /package/dist/{src/components → components}/EntityStatus/EntityStatus.js +0 -0
- /package/dist/{src/components → components}/EntityStatus/EntityStatus.scss +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.js +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.scss +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/i18n/en.json +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/i18n/index.js +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/Errors/403/AccessDenied.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/403/index.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/403/index.js +0 -0
- /package/dist/{src/components → components}/Errors/ResponseError/ResponseError.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/ResponseError/index.d.ts +0 -0
- /package/dist/{src/components → components}/Errors/ResponseError/index.js +0 -0
- /package/dist/{src/components → components}/Errors/i18n/en.json +0 -0
- /package/dist/{src/components → components}/Errors/i18n/index.js +0 -0
- /package/dist/{src/components → components}/Errors/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/FormattedBytes/FormattedBytes.d.ts +0 -0
- /package/dist/{src/components → components}/FullNodeViewer/FullNodeViewer.d.ts +0 -0
- /package/dist/{src/components → components}/FullNodeViewer/FullNodeViewer.scss +0 -0
- /package/dist/{src/components → components}/Fullscreen/Fullscreen.d.ts +0 -0
- /package/dist/{src/components → components}/Fullscreen/Fullscreen.js +0 -0
- /package/dist/{src/components → components}/Fullscreen/Fullscreen.scss +0 -0
- /package/dist/{src/components → components}/GroupInfo/GroupInfo.d.ts +0 -0
- /package/dist/{src/components → components}/GroupInfo/i18n/en.json +0 -0
- /package/dist/{src/components → components}/GroupInfo/i18n/index.js +0 -0
- /package/dist/{src/components → components}/Illustration/Illustration.d.ts +0 -0
- /package/dist/{src/components → components}/Illustration/index.d.ts +0 -0
- /package/dist/{src/components → components}/Illustration/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/InfoViewer.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/InfoViewer.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/InfoViewer.scss +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/cdcStream.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/common.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/index.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/pqGroup.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/schema.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/formatters/table.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/i18n/en.json +0 -0
- /package/dist/{src/components → components}/InfoViewer/i18n/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/index.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/TableIndexInfo.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/TableIndexInfo.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/index.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/schemaInfo/index.js +0 -0
- /package/dist/{src/components → components}/InfoViewer/utils.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewer/utils.js +0 -0
- /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +0 -0
- /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.js +0 -0
- /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.scss +0 -0
- /package/dist/{src/components → components}/InternalLink/InternalLink.d.ts +0 -0
- /package/dist/{src/components → components}/InternalLink/index.d.ts +0 -0
- /package/dist/{src/components → components}/InternalLink/index.js +0 -0
- /package/dist/{src/components → components}/LabelWithPopover/LabelWithPopover.js +0 -0
- /package/dist/{src/components → components}/LabelWithPopover/index.d.ts +0 -0
- /package/dist/{src/components → components}/LabelWithPopover/index.js +0 -0
- /package/dist/{src/components → components}/LagImages/LagImages.d.ts +0 -0
- /package/dist/{src/components → components}/LagImages/LagImages.js +0 -0
- /package/dist/{src/components → components}/LagImages/index.d.ts +0 -0
- /package/dist/{src/components → components}/LagImages/index.js +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.d.ts +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.js +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.scss +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/index.d.ts +0 -0
- /package/dist/{src/components → components}/LagPopoverContent/index.js +0 -0
- /package/dist/{src/components → components}/LinkToSchemaObject/LinkToSchemaObject.d.ts +0 -0
- /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.d.ts +0 -0
- /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.js +0 -0
- /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.scss +0 -0
- /package/dist/{src/components → components}/Loader/Loader.d.ts +0 -0
- /package/dist/{src/components → components}/Loader/Loader.js +0 -0
- /package/dist/{src/components → components}/Loader/Loader.scss +0 -0
- /package/dist/{src/components → components}/Loader/index.d.ts +0 -0
- /package/dist/{src/components → components}/Loader/index.js +0 -0
- /package/dist/{src/components → components}/MetricChart/MetricChart.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/MetricChart.js +0 -0
- /package/dist/{src/components → components}/MetricChart/MetricChart.scss +0 -0
- /package/dist/{src/components → components}/MetricChart/colors.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/colors.js +0 -0
- /package/dist/{src/components → components}/MetricChart/convertResponse.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/getChartData.js +0 -0
- /package/dist/{src/components → components}/MetricChart/getDefaultDataFormatter.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/getDefaultDataFormatter.js +0 -0
- /package/dist/{src/components → components}/MetricChart/i18n/en.json +0 -0
- /package/dist/{src/components → components}/MetricChart/i18n/index.js +0 -0
- /package/dist/{src/components → components}/MetricChart/index.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/index.js +0 -0
- /package/dist/{src/components → components}/MetricChart/reducer.js +0 -0
- /package/dist/{src/components → components}/MetricChart/types.d.ts +0 -0
- /package/dist/{src/components → components}/MetricChart/types.js +0 -0
- /package/dist/{src/components → components}/MonacoEditor/MonacoEditor.js +0 -0
- /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.d.ts +0 -0
- /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.js +0 -0
- /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.scss +0 -0
- /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.d.ts +0 -0
- /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.js +0 -0
- /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.scss +0 -0
- /package/dist/{src/components → components}/PDiskInfo/PDiskInfo.d.ts +0 -0
- /package/dist/{src/components → components}/PDiskInfo/PDiskInfo.scss +0 -0
- /package/dist/{src/components → components}/PDiskInfo/i18n/en.json +0 -0
- /package/dist/{src/components → components}/PDiskInfo/i18n/index.js +0 -0
- /package/dist/{src/components → components}/PDiskPopup/PDiskPopup.d.ts +0 -0
- /package/dist/{src/components → components}/PDiskPopup/PDiskPopup.scss +0 -0
- /package/dist/{src/components → components}/PageMeta/PageMeta.d.ts +0 -0
- /package/dist/{src/components → components}/PageMeta/PageMeta.js +0 -0
- /package/dist/{src/components → components}/PageMeta/PageMeta.scss +0 -0
- /package/dist/{src/components → components}/PoolBar/PoolBar.d.ts +0 -0
- /package/dist/{src/components → components}/PoolBar/PoolBar.js +0 -0
- /package/dist/{src/components → components}/PoolBar/PoolBar.scss +0 -0
- /package/dist/{src/components → components}/PoolUsage/PoolUsage.d.ts +0 -0
- /package/dist/{src/components → components}/PoolUsage/PoolUsage.js +0 -0
- /package/dist/{src/components → components}/PoolUsage/PoolUsage.scss +0 -0
- /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.d.ts +0 -0
- /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.js +0 -0
- /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.scss +0 -0
- /package/dist/{src/components → components}/ProblemFilter/ProblemFilter.d.ts +0 -0
- /package/dist/{src/components → components}/ProblemFilter/ProblemFilter.js +0 -0
- /package/dist/{src/components → components}/ProblemFilter/index.d.ts +0 -0
- /package/dist/{src/components → components}/ProblemFilter/index.js +0 -0
- /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.d.ts +0 -0
- /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.js +0 -0
- /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.scss +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.d.ts +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.js +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.scss +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryExecutionStatus/index.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/Cell.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/Cell.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/Cell/index.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/QueryResultTable.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/QueryResultTable.scss +0 -0
- /package/dist/{src/components → components}/QueryResultTable/i18n/en.json +0 -0
- /package/dist/{src/components → components}/QueryResultTable/i18n/index.js +0 -0
- /package/dist/{src/components → components}/QueryResultTable/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/QueryResultTable/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryResultTable/index.js +0 -0
- /package/dist/{src/components → components}/ResizeableDataTable/ResizeableDataTable.d.ts +0 -0
- /package/dist/{src/components → components}/ResizeableDataTable/ResizeableDataTable.scss +0 -0
- /package/dist/{src/components → components}/Search/Search.d.ts +0 -0
- /package/dist/{src/components → components}/Search/Search.js +0 -0
- /package/dist/{src/components → components}/Search/Search.scss +0 -0
- /package/dist/{src/components → components}/Search/index.d.ts +0 -0
- /package/dist/{src/components → components}/Search/index.js +0 -0
- /package/dist/{src/components → components}/ShortyString/ShortyString.d.ts +0 -0
- /package/dist/{src/components → components}/ShortyString/ShortyString.js +0 -0
- /package/dist/{src/components → components}/ShortyString/ShortyString.scss +0 -0
- /package/dist/{src/components → components}/ShortyString/i18n/en.json +0 -0
- /package/dist/{src/components → components}/ShortyString/i18n/index.js +0 -0
- /package/dist/{src/components → components}/ShortyString/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.d.ts +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.js +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.scss +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/i18n/en.json +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/i18n/index.js +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/index.d.ts +0 -0
- /package/dist/{src/components → components}/SpeedMultiMeter/index.js +0 -0
- /package/dist/{src/components → components}/SplitPane/SplitPane.d.ts +0 -0
- /package/dist/{src/components → components}/SplitPane/SplitPane.js +0 -0
- /package/dist/{src/components → components}/SplitPane/SplitPane.scss +0 -0
- /package/dist/{src/components → components}/SplitPane/index.d.ts +0 -0
- /package/dist/{src/components → components}/SplitPane/index.js +0 -0
- /package/dist/{src/components → components}/Stack/Stack.d.ts +0 -0
- /package/dist/{src/components → components}/Stack/Stack.js +0 -0
- /package/dist/{src/components → components}/Stack/Stack.scss +0 -0
- /package/dist/{src/components → components}/StatusIcon/StatusIcon.d.ts +0 -0
- /package/dist/{src/components → components}/StatusIcon/StatusIcon.js +0 -0
- /package/dist/{src/components → components}/StatusIcon/StatusIcon.scss +0 -0
- /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.d.ts +0 -0
- /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.js +0 -0
- /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.scss +0 -0
- /package/dist/{src/components → components}/TableWithControlsLayout/TableWithControlsLayout.js +0 -0
- /package/dist/{src/components → components}/TableWithControlsLayout/TableWithControlsLayout.scss +0 -0
- /package/dist/{src/components → components}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{src/components → components}/Tablet/Tablet.js +0 -0
- /package/dist/{src/components → components}/Tablet/Tablet.scss +0 -0
- /package/dist/{src/components → components}/Tablet/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tablet/index.js +0 -0
- /package/dist/{src/components → components}/TabletIcon/TabletIcon.d.ts +0 -0
- /package/dist/{src/components → components}/TabletIcon/TabletIcon.js +0 -0
- /package/dist/{src/components → components}/TabletIcon/TabletIcon.scss +0 -0
- /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.d.ts +0 -0
- /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.js +0 -0
- /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.scss +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.d.ts +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.js +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.scss +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/index.d.ts +0 -0
- /package/dist/{src/components → components}/TabletsStatistic/index.js +0 -0
- /package/dist/{src/components → components}/Tag/Tag.d.ts +0 -0
- /package/dist/{src/components → components}/Tag/Tag.js +0 -0
- /package/dist/{src/components → components}/Tag/Tag.scss +0 -0
- /package/dist/{src/components → components}/Tag/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tag/index.js +0 -0
- /package/dist/{src/components → components}/Tags/Tags.d.ts +0 -0
- /package/dist/{src/components → components}/Tags/Tags.js +0 -0
- /package/dist/{src/components → components}/Tags/Tags.scss +0 -0
- /package/dist/{src/components → components}/Tags/index.d.ts +0 -0
- /package/dist/{src/components → components}/Tags/index.js +0 -0
- /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.d.ts +0 -0
- /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.js +0 -0
- /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.scss +0 -0
- /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +0 -0
- /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.scss +0 -0
- /package/dist/{src/components → components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.js +0 -0
- /package/dist/{src/components → components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.js +0 -0
- /package/dist/{src/components → components}/TooltipsContent/index.d.ts +0 -0
- /package/dist/{src/components → components}/TooltipsContent/index.js +0 -0
- /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.d.ts +0 -0
- /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.js +0 -0
- /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.scss +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/UptimeFilter.d.ts +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/UptimeFilter.js +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/index.d.ts +0 -0
- /package/dist/{src/components → components}/UptimeFIlter/index.js +0 -0
- /package/dist/{src/components → components}/UsageLabel/UsageLabel.d.ts +0 -0
- /package/dist/{src/components → components}/UsageLabel/UsageLabel.scss +0 -0
- /package/dist/{src/components → components}/User/StaffCard.d.ts +0 -0
- /package/dist/{src/components → components}/User/StaffCard.js +0 -0
- /package/dist/{src/components → components}/User/User.d.ts +0 -0
- /package/dist/{src/components → components}/User/User.js +0 -0
- /package/dist/{src/components → components}/User/User.scss +0 -0
- /package/dist/{src/components → components}/VDisk/VDisk.d.ts +0 -0
- /package/dist/{src/components → components}/VDisk/VDisk.js +0 -0
- /package/dist/{src/components → components}/VDisk/VDisk.scss +0 -0
- /package/dist/{src/components → components}/VDisk/VDiskWithDonorsStack.d.ts +0 -0
- /package/dist/{src/components → components}/VDisk/VDiskWithDonorsStack.js +0 -0
- /package/dist/{src/components → components}/VDiskInfo/VDiskInfo.d.ts +0 -0
- /package/dist/{src/components → components}/VDiskInfo/VDiskInfo.scss +0 -0
- /package/dist/{src/components → components}/VDiskInfo/i18n/en.json +0 -0
- /package/dist/{src/components → components}/VDiskInfo/i18n/index.js +0 -0
- /package/dist/{src/components → components}/VDiskPopup/VDiskPopup.d.ts +0 -0
- /package/dist/{src/components → components}/VDiskPopup/VDiskPopup.scss +0 -0
- /package/dist/{src/components → components}/VirtualTable/ResizeHandler.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/ResizeHandler.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/ResizeableVirtualTable.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableChunk.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableChunk.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableHead.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableHead.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/TableRow.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/VirtualTable.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/VirtualTable.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/VirtualTable.scss +0 -0
- /package/dist/{src/components → components}/VirtualTable/constants.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/constants.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/i18n/en.json +0 -0
- /package/dist/{src/components → components}/VirtualTable/i18n/index.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/i18n/ru.json +0 -0
- /package/dist/{src/components → components}/VirtualTable/index.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/index.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/reducer.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/shared.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/shared.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/types.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/useIntersectionObserver.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/useIntersectionObserver.js +0 -0
- /package/dist/{src/components → components}/VirtualTable/utils.d.ts +0 -0
- /package/dist/{src/components → components}/VirtualTable/utils.js +0 -0
- /package/dist/{src/components → components}/slots/SlotMap.d.ts +0 -0
- /package/dist/{src/components → components}/slots/SlotMap.js +0 -0
- /package/dist/{src/components → components}/slots/createSlot.d.ts +0 -0
- /package/dist/{src/components → components}/slots/createSlot.js +0 -0
- /package/dist/{src/components → components}/slots/index.d.ts +0 -0
- /package/dist/{src/components → components}/slots/index.js +0 -0
- /package/dist/{src/components → components}/slots/types.js +0 -0
- /package/dist/{src/components → components}/slots/useSlots.d.ts +0 -0
- /package/dist/{src/components → components}/slots/useSlots.js +0 -0
- /package/dist/{src/components → components}/slots/utils.d.ts +0 -0
- /package/dist/{src/components → components}/slots/utils.js +0 -0
- /package/dist/{src/containers → containers}/App/App.js +0 -0
- /package/dist/{src/containers → containers}/App/App.scss +0 -0
- /package/dist/{src/containers → containers}/App/Providers.d.ts +0 -0
- /package/dist/{src/containers → containers}/App/appSlots.js +0 -0
- /package/dist/{src/containers → containers}/App/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/App/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/App/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/App/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/App/index.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/AppWithClusters.d.ts +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/AppWithClusters.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.scss +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedNode/ExtendedNode.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/AppWithClusters/useClusterData.d.ts +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.d.ts +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.js +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.scss +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/Navigation.js +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.scss +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/AsideNavigation/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Authentication/Authentication.d.ts +0 -0
- /package/dist/{src/containers → containers}/Authentication/Authentication.scss +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.scss +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/ClusterInfo/utils.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.scss +0 -0
- /package/dist/{src/containers → containers}/Cluster/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Cluster/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Cluster/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Cluster/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Cluster/utils.js +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/ClusterModeGuard.d.ts +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/ClusterModeGuard.js +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/ClusterModeGuard/index.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/Clusters.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/Clusters.scss +0 -0
- /package/dist/{src/containers → containers}/Clusters/ClustersStatistics.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/ClustersStatistics.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/columns.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/constants.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Clusters/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Clusters/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/shared.js +0 -0
- /package/dist/{src/containers → containers}/Clusters/useSelectedColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Clusters/useSelectedColumns.js +0 -0
- /package/dist/{src/containers → containers}/Header/Header.d.ts +0 -0
- /package/dist/{src/containers → containers}/Header/Header.scss +0 -0
- /package/dist/{src/containers → containers}/Header/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Header/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Heatmap.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Heatmap.scss +0 -0
- /package/dist/{src/containers → containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.js +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Histogram/Histogram.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/Histogram/Histogram.scss +0 -0
- /package/dist/{src/containers → containers}/Heatmap/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/index.js +0 -0
- /package/dist/{src/containers → containers}/Heatmap/util.d.ts +0 -0
- /package/dist/{src/containers → containers}/Heatmap/util.js +0 -0
- /package/dist/{src/containers → containers}/Node/NodePages.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodePages.js +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/NodeStructure.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/NodeStructure.scss +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/PDiskTitleBadge.js +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/Pdisk.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/Vdisk.d.ts +0 -0
- /package/dist/{src/containers → containers}/Node/NodeStructure/Vdisk.js +0 -0
- /package/dist/{src/containers → containers}/Node/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Node/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Node/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Nodes/Nodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/Nodes.scss +0 -0
- /package/dist/{src/containers → containers}/Nodes/NodesWrapper.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/VirtualNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/getNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/getNodesColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Nodes/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Nodes/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Nodes/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Nodes/index.js +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/PDiskGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/PDiskGroups.js +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/PDiskPage.d.ts +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/PDiskPage/shared.js +0 -0
- /package/dist/{src/containers → containers}/ReduxTooltip/ReduxTooltip.js +0 -0
- /package/dist/{src/containers → containers}/ReduxTooltip/ReduxTooltip.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/EmptyFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/EmptyFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.js +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/PDisk/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/Storage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/Storage.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageControls/StorageControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageControls/StorageControls.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/VirtualStorageGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/VirtualStorageGroups.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/getGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodes.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/VirtualStorageNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/VirtualStorageNodes.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/getNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageNodes/shared.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageTypeFilter/StorageTypeFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/StorageWrapper.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.js +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.scss +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/UsageFilter/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/VirtualStorage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/VirtualStorage.js +0 -0
- /package/dist/{src/containers → containers}/Storage/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Storage/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Storage/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Storage/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/shared.js +0 -0
- /package/dist/{src/containers → containers}/Storage/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Storage/utils/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/Tablet.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/Tablet.scss +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/TabletControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/TabletControls.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletControls/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/TabletInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/TabletInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/TabletTable.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/TabletTable.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/TabletTable/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tablet/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablet/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablet/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablets/Tablets.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablets/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tablets/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tablets/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tablets/index.js +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.d.ts +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.js +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.scss +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/TabletsFilters/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Acl/Acl.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Acl/Acl.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/Columns.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/utils/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/utils/constants.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Diagnostics.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Diagnostics.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DiagnosticsPages.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/DiagnosticsPages.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/utils.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/Overview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/Overview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/Columns.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/columns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/constants.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/types.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/types.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/Healthcheck.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/utils.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/TopQueries.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/TopShards.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/TopShards.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/ru.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/EntityTitle/EntityTitle.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/EntityTitle/EntityTitle.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/ExternalTable/ExternalTable.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/View/View.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/View/View.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/View/View.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Info/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectSummary/ObjectSummary.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/ObjectSummary/ObjectSummary.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/utils.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/utils.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/models.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Issues/models.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Query.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/Query.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditor/QueryEditor.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditor/helpers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/QueryTabs/QueryTabs.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/utils/getPreparedResult.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Query/utils/getPreparedResult.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaTree/SchemaTree.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/columns.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/columns.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/prepareData.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/shared.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/shared.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/types.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/types.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/Tenant.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantNavigation/useTenantNavigation.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantPages.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/TenantPages.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/ToggleButton.scss +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/constants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/index.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/index.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/paneVisibilityToggleHelpers.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/queryTemplates.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/queryTemplates.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/schema.js +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/schemaControls.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenant/utils/schemaControls.js +0 -0
- /package/dist/{src/containers → containers}/Tenants/Tenants.d.ts +0 -0
- /package/dist/{src/containers → containers}/Tenants/Tenants.scss +0 -0
- /package/dist/{src/containers → containers}/UserSettings/Setting.js +0 -0
- /package/dist/{src/containers → containers}/UserSettings/UserSettings.d.ts +0 -0
- /package/dist/{src/containers → containers}/UserSettings/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/UserSettings/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/UserSettings/settings.d.ts +0 -0
- /package/dist/{src/containers → containers}/UserSettings/settings.js +0 -0
- /package/dist/{src/containers → containers}/VDiskPage/VDiskPage.d.ts +0 -0
- /package/dist/{src/containers → containers}/VDiskPage/i18n/en.json +0 -0
- /package/dist/{src/containers → containers}/VDiskPage/i18n/index.js +0 -0
- /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.js +0 -0
- /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.scss +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTable/NodesTable.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.js +0 -0
- /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.scss +0 -0
- /package/dist/{src/containers → containers}/Versions/Versions.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/Versions.scss +0 -0
- /package/dist/{src/containers → containers}/Versions/groupNodes.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/groupNodes.js +0 -0
- /package/dist/{src/containers → containers}/Versions/types.d.ts +0 -0
- /package/dist/{src/containers → containers}/Versions/types.js +0 -0
- /package/dist/{src/index.css → index.css} +0 -0
- /package/dist/{src/lib.d.ts → lib.d.ts} +0 -0
- /package/dist/{src/lib.js → lib.js} +0 -0
- /package/dist/{src/reportWebVitals.d.ts → reportWebVitals.d.ts} +0 -0
- /package/dist/{src/reportWebVitals.js → reportWebVitals.js} +0 -0
- /package/dist/{src/routes.d.ts → routes.d.ts} +0 -0
- /package/dist/{src/services → services}/parsers/parseMetaCluster.d.ts +0 -0
- /package/dist/{src/services → services}/parsers/parseMetaTenants.d.ts +0 -0
- /package/dist/{src/services → services}/parsers/parseMetaTenants.js +0 -0
- /package/dist/{src/store → store}/configureStore.d.ts +0 -0
- /package/dist/{src/store → store}/configureStore.js +0 -0
- /package/dist/{src/store → store}/defaultStore.d.ts +0 -0
- /package/dist/{src/store → store}/defaultStore.js +0 -0
- /package/dist/{src/store → store}/getUrlData.js +0 -0
- /package/dist/{src/store → store}/index.d.ts +0 -0
- /package/dist/{src/store → store}/index.js +0 -0
- /package/dist/{src/store → store}/reducers/api.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/api.js +0 -0
- /package/dist/{src/store → store}/reducers/authentication/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/authentication/types.js +0 -0
- /package/dist/{src/store → store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.js +0 -0
- /package/dist/{src/store → store}/reducers/cluster/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/cluster/types.js +0 -0
- /package/dist/{src/store → store}/reducers/clusters/selectors.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/clusters/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/clusters/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/clusters/types.js +0 -0
- /package/dist/{src/store → store}/reducers/clusters/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/describe.js +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/types.js +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/executeTopQueries/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/explainQuery.js +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/types.js +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/explainQuery/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/fullscreen.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/fullscreen.js +0 -0
- /package/dist/{src/store → store}/reducers/header/header.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/header/header.js +0 -0
- /package/dist/{src/store → store}/reducers/header/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/header/types.js +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/types.js +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/healthcheckInfo/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/hotKeys/hotKeys.js +0 -0
- /package/dist/{src/store → store}/reducers/network/network.js +0 -0
- /package/dist/{src/store → store}/reducers/node/node.js +0 -0
- /package/dist/{src/store → store}/reducers/node/selectors.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/node/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/node/types.js +0 -0
- /package/dist/{src/store → store}/reducers/node/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/node/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/nodes/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/nodes/types.js +0 -0
- /package/dist/{src/store → store}/reducers/nodes/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/nodesList.js +0 -0
- /package/dist/{src/store → store}/reducers/olapStats.js +0 -0
- /package/dist/{src/store → store}/reducers/overview/overview.js +0 -0
- /package/dist/{src/store → store}/reducers/partitions/partitions.js +0 -0
- /package/dist/{src/store → store}/reducers/partitions/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/partitions/types.js +0 -0
- /package/dist/{src/store → store}/reducers/partitions/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/pdisk.js +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/types.js +0 -0
- /package/dist/{src/store → store}/reducers/pdisk/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/preview.js +0 -0
- /package/dist/{src/store → store}/reducers/saveQuery.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/saveQuery.js +0 -0
- /package/dist/{src/store → store}/reducers/schema/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/schema/types.js +0 -0
- /package/dist/{src/store → store}/reducers/schemaAcl/schemaAcl.js +0 -0
- /package/dist/{src/store → store}/reducers/settings/settings.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/settings/settings.js +0 -0
- /package/dist/{src/store → store}/reducers/settings/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/settings/types.js +0 -0
- /package/dist/{src/store → store}/reducers/shardsWorkload/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/shardsWorkload/types.js +0 -0
- /package/dist/{src/store → store}/reducers/singleClusterMode.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/singleClusterMode.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/constants.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/storage/constants.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/selectors.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/storage/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/storage/types.js +0 -0
- /package/dist/{src/store → store}/reducers/storage/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tablet.js +0 -0
- /package/dist/{src/store → store}/reducers/tabletsFilters.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tabletsFilters.js +0 -0
- /package/dist/{src/store → store}/reducers/tenant/constants.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenant/constants.js +0 -0
- /package/dist/{src/store → store}/reducers/tenant/tenant.js +0 -0
- /package/dist/{src/store → store}/reducers/tenant/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenant/types.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/executeTopTables/executeTopTables.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topShards/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topShards/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/types.js +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/utils.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/contants.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenants/contants.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/selectors.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/tenants.js +0 -0
- /package/dist/{src/store → store}/reducers/tenants/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/tenants/types.js +0 -0
- /package/dist/{src/store → store}/reducers/tooltip.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/topic.js +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/types.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/types.js +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/utils.d.ts +0 -0
- /package/dist/{src/store → store}/reducers/vdisk/vdisk.js +0 -0
- /package/dist/{src/store → store}/reducers/viewSchema/viewSchema.js +0 -0
- /package/dist/{src/store → store}/state-url-mapping.d.ts +0 -0
- /package/dist/{src/store → store}/utils.d.ts +0 -0
- /package/dist/{src/store → store}/utils.js +0 -0
- /package/dist/{src/styles → styles}/mixins.scss +0 -0
- /package/dist/{src/styles → styles}/themes/dark-hc.scss +0 -0
- /package/dist/{src/styles → styles}/themes/dark.scss +0 -0
- /package/dist/{src/styles → styles}/themes/light-hc.scss +0 -0
- /package/dist/{src/styles → styles}/themes/light.scss +0 -0
- /package/dist/{src/styles → styles}/themes.scss +0 -0
- /package/dist/{src/types → types}/additionalProps.js +0 -0
- /package/dist/{src/types → types}/api/acl.d.ts +0 -0
- /package/dist/{src/types → types}/api/acl.js +0 -0
- /package/dist/{src/types → types}/api/autocomplete.d.ts +0 -0
- /package/dist/{src/types → types}/api/autocomplete.js +0 -0
- /package/dist/{src/types → types}/api/cluster.d.ts +0 -0
- /package/dist/{src/types → types}/api/cluster.js +0 -0
- /package/dist/{src/types → types}/api/common.d.ts +0 -0
- /package/dist/{src/types → types}/api/common.js +0 -0
- /package/dist/{src/types → types}/api/compute.d.ts +0 -0
- /package/dist/{src/types → types}/api/compute.js +0 -0
- /package/dist/{src/types → types}/api/consumer.d.ts +0 -0
- /package/dist/{src/types → types}/api/consumer.js +0 -0
- /package/dist/{src/types → types}/api/enums.d.ts +0 -0
- /package/dist/{src/types → types}/api/enums.js +0 -0
- /package/dist/{src/types → types}/api/error.d.ts +0 -0
- /package/dist/{src/types → types}/api/error.js +0 -0
- /package/dist/{src/types → types}/api/healthcheck.d.ts +0 -0
- /package/dist/{src/types → types}/api/healthcheck.js +0 -0
- /package/dist/{src/types → types}/api/hotkeys.d.ts +0 -0
- /package/dist/{src/types → types}/api/hotkeys.js +0 -0
- /package/dist/{src/types → types}/api/meta.d.ts +0 -0
- /package/dist/{src/types → types}/api/meta.js +0 -0
- /package/dist/{src/types → types}/api/netInfo.d.ts +0 -0
- /package/dist/{src/types → types}/api/netInfo.js +0 -0
- /package/dist/{src/types → types}/api/nodes.d.ts +0 -0
- /package/dist/{src/types → types}/api/nodes.js +0 -0
- /package/dist/{src/types → types}/api/nodesList.d.ts +0 -0
- /package/dist/{src/types → types}/api/nodesList.js +0 -0
- /package/dist/{src/types → types}/api/pdisk.d.ts +0 -0
- /package/dist/{src/types → types}/api/pdisk.js +0 -0
- /package/dist/{src/types → types}/api/query.d.ts +0 -0
- /package/dist/{src/types → types}/api/query.js +0 -0
- /package/dist/{src/types → types}/api/render.d.ts +0 -0
- /package/dist/{src/types → types}/api/render.js +0 -0
- /package/dist/{src/types → types}/api/restartPDisk.d.ts +0 -0
- /package/dist/{src/types → types}/api/restartPDisk.js +0 -0
- /package/dist/{src/types → types}/api/schema/cdcStream.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/cdcStream.js +0 -0
- /package/dist/{src/types → types}/api/schema/columnEntity.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/columnEntity.js +0 -0
- /package/dist/{src/types → types}/api/schema/externalDataSource.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/externalDataSource.js +0 -0
- /package/dist/{src/types → types}/api/schema/externalTable.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/externalTable.js +0 -0
- /package/dist/{src/types → types}/api/schema/index.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/index.js +0 -0
- /package/dist/{src/types → types}/api/schema/persQueueGroup.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/persQueueGroup.js +0 -0
- /package/dist/{src/types → types}/api/schema/replication.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/replication.js +0 -0
- /package/dist/{src/types → types}/api/schema/schema.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/schema.js +0 -0
- /package/dist/{src/types → types}/api/schema/shared.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/shared.js +0 -0
- /package/dist/{src/types → types}/api/schema/table.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/table.js +0 -0
- /package/dist/{src/types → types}/api/schema/tableIndex.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/tableIndex.js +0 -0
- /package/dist/{src/types → types}/api/schema/view.d.ts +0 -0
- /package/dist/{src/types → types}/api/schema/view.js +0 -0
- /package/dist/{src/types → types}/api/storage.d.ts +0 -0
- /package/dist/{src/types → types}/api/storage.js +0 -0
- /package/dist/{src/types → types}/api/systemState.d.ts +0 -0
- /package/dist/{src/types → types}/api/systemState.js +0 -0
- /package/dist/{src/types → types}/api/tablet.d.ts +0 -0
- /package/dist/{src/types → types}/api/tablet.js +0 -0
- /package/dist/{src/types → types}/api/tenant.d.ts +0 -0
- /package/dist/{src/types → types}/api/tenant.js +0 -0
- /package/dist/{src/types → types}/api/topic.d.ts +0 -0
- /package/dist/{src/types → types}/api/topic.js +0 -0
- /package/dist/{src/types → types}/api/vdisk.d.ts +0 -0
- /package/dist/{src/types → types}/api/vdisk.js +0 -0
- /package/dist/{src/types → types}/api/whoami.d.ts +0 -0
- /package/dist/{src/types → types}/api/whoami.js +0 -0
- /package/dist/{src/types → types}/common.d.ts +0 -0
- /package/dist/{src/types → types}/common.js +0 -0
- /package/dist/{src/types → types}/index.d.ts +0 -0
- /package/dist/{src/types → types}/index.js +0 -0
- /package/dist/{src/types → types}/store/describe.d.ts +0 -0
- /package/dist/{src/types → types}/store/describe.js +0 -0
- /package/dist/{src/types → types}/store/executeQuery.d.ts +0 -0
- /package/dist/{src/types → types}/store/executeQuery.js +0 -0
- /package/dist/{src/types → types}/store/heatmap.d.ts +0 -0
- /package/dist/{src/types → types}/store/heatmap.js +0 -0
- /package/dist/{src/types → types}/store/nodesList.d.ts +0 -0
- /package/dist/{src/types → types}/store/nodesList.js +0 -0
- /package/dist/{src/types → types}/store/query.d.ts +0 -0
- /package/dist/{src/types → types}/store/query.js +0 -0
- /package/dist/{src/types → types}/store/tablet.d.ts +0 -0
- /package/dist/{src/types → types}/store/tablet.js +0 -0
- /package/dist/{src/types → types}/store/tablets.d.ts +0 -0
- /package/dist/{src/types → types}/store/tablets.js +0 -0
- /package/dist/{src/types → types}/store/tooltip.d.ts +0 -0
- /package/dist/{src/types → types}/store/tooltip.js +0 -0
- /package/dist/{src/types → types}/store/topic.d.ts +0 -0
- /package/dist/{src/types → types}/store/topic.js +0 -0
- /package/dist/{src/types → types}/versions.d.ts +0 -0
- /package/dist/{src/types → types}/versions.js +0 -0
- /package/dist/{src/utils → utils}/__test__/monitoring.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/__test__/monitoring.test.js +0 -0
- /package/dist/{src/utils → utils}/__test__/parseBalancer.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/__test__/parseBalancer.test.js +0 -0
- /package/dist/{src/utils → utils}/__test__/prepareBackend.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/__test__/prepareBackend.test.js +0 -0
- /package/dist/{src/utils → utils}/additionalProps.d.ts +0 -0
- /package/dist/{src/utils → utils}/additionalProps.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/__test__/formatBytes.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/__test__/formatBytes.test.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/convertBytesObjectToSpeed.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/convertBytesObjectToSpeed.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/formatBytes.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/i18n/en.json +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/i18n/ru.json +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/bytesParsers/index.js +0 -0
- /package/dist/{src/utils → utils}/clusterVersionColors.d.ts +0 -0
- /package/dist/{src/utils → utils}/cn.d.ts +0 -0
- /package/dist/{src/utils → utils}/cn.js +0 -0
- /package/dist/{src/utils → utils}/createToast.d.ts +0 -0
- /package/dist/{src/utils → utils}/createToast.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/__test__/roundToSignificant.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/__test__/roundToSignificant.test.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/dataFormatters.d.ts +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/dataFormatters.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/i18n/en.json +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/dataFormatters/i18n/ru.json +0 -0
- /package/dist/{src/utils → utils}/developerUI/__test__/developerUI.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/developerUI/__test__/developerUI.test.js +0 -0
- /package/dist/{src/utils → utils}/developerUI/developerUI.d.ts +0 -0
- /package/dist/{src/utils → utils}/developerUI/developerUI.js +0 -0
- /package/dist/{src/utils → utils}/diagnostics.d.ts +0 -0
- /package/dist/{src/utils → utils}/diagnostics.js +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculatePDiskSeverity.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculatePDiskSeverity.test.js +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculateVDiskSeverity.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/__test__/calculateVDiskSeverity.test.js +0 -0
- /package/dist/{src/utils → utils}/disks/calculatePDiskSeverity.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/calculatePDiskSeverity.js +0 -0
- /package/dist/{src/utils → utils}/disks/calculateVDiskSeverity.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/calculateVDiskSeverity.js +0 -0
- /package/dist/{src/utils → utils}/disks/constants.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/getPDiskType.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/getPDiskType.js +0 -0
- /package/dist/{src/utils → utils}/disks/helpers.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/helpers.js +0 -0
- /package/dist/{src/utils → utils}/disks/prepareDisks.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/types.d.ts +0 -0
- /package/dist/{src/utils → utils}/disks/types.js +0 -0
- /package/dist/{src/utils → utils}/filters.d.ts +0 -0
- /package/dist/{src/utils → utils}/filters.js +0 -0
- /package/dist/{src/utils → utils}/generateEvaluator.d.ts +0 -0
- /package/dist/{src/utils → utils}/generateEvaluator.js +0 -0
- /package/dist/{src/utils → utils}/generateHash.d.ts +0 -0
- /package/dist/{src/utils → utils}/generateHash.js +0 -0
- /package/dist/{src/utils → utils}/hooks/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/index.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useAutoRefreshInterval.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useAutoRefreshInterval.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useNodesRequestParams.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useNodesRequestParams.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useQueryModes.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useQueryModes.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useSetting.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useSetting.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useStorageRequestParams.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useStorageRequestParams.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableResize.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableResize.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableSort.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTableSort.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedDispatch.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedDispatch.js +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedSelector.d.ts +0 -0
- /package/dist/{src/utils → utils}/hooks/useTypedSelector.js +0 -0
- /package/dist/{src/utils → utils}/i18n/i18n.js +0 -0
- /package/dist/{src/utils → utils}/i18n/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/index.js +0 -0
- /package/dist/{src/utils → utils}/lazyComponent.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/index.js +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/constants.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/constants.js +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/registerLanguage.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/s-expression/registerLanguage.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/constants.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/constants.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/generateSuggestions.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/generateSuggestions.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/registerLanguage.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/registerLanguage.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.completionItemProvider.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.completionItemProvider.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.keywords.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yql.keywords.js +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yqlSuggestions.d.ts +0 -0
- /package/dist/{src/utils → utils}/monaco/yql/yqlSuggestions.js +0 -0
- /package/dist/{src/utils → utils}/monitoring.d.ts +0 -0
- /package/dist/{src/utils → utils}/monitoring.js +0 -0
- /package/dist/{src/utils → utils}/numeral.d.ts +0 -0
- /package/dist/{src/utils → utils}/numeral.js +0 -0
- /package/dist/{src/utils → utils}/parseBalancer.d.ts +0 -0
- /package/dist/{src/utils → utils}/parseBalancer.js +0 -0
- /package/dist/{src/utils → utils}/prepareBackend.d.ts +0 -0
- /package/dist/{src/utils → utils}/prepareBackend.js +0 -0
- /package/dist/{src/utils → utils}/prepareQueryExplain.d.ts +0 -0
- /package/dist/{src/utils → utils}/prepareQueryExplain.js +0 -0
- /package/dist/{src/utils → utils}/query.d.ts +0 -0
- /package/dist/{src/utils → utils}/query.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/query.test.js +0 -0
- /package/dist/{src/utils → utils}/registerError.d.ts +0 -0
- /package/dist/{src/utils → utils}/registerError.js +0 -0
- /package/dist/{src/utils → utils}/response.js +0 -0
- /package/dist/{src/utils → utils}/storage.d.ts +0 -0
- /package/dist/{src/utils → utils}/storage.js +0 -0
- /package/dist/{src/utils → utils}/tablet.d.ts +0 -0
- /package/dist/{src/utils → utils}/tablet.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/formatDuration.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/formatDuration.test.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/protobuf.test.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/__test__/protobuf.test.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/formatDuration.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/formatDuration.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/i18n/en.json +0 -0
- /package/dist/{src/utils → utils}/timeParsers/i18n/index.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/i18n/ru.json +0 -0
- /package/dist/{src/utils → utils}/timeParsers/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/index.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/parsers.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/parsers.js +0 -0
- /package/dist/{src/utils → utils}/timeParsers/protobufParsers.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeParsers/protobufParsers.js +0 -0
- /package/dist/{src/utils → utils}/timeframes.d.ts +0 -0
- /package/dist/{src/utils → utils}/timeframes.js +0 -0
- /package/dist/{src/utils → utils}/tooltip.d.ts +0 -0
- /package/dist/{src/utils → utils}/tooltip.js +0 -0
- /package/dist/{src/utils → utils}/typecheckers.d.ts +0 -0
- /package/dist/{src/utils → utils}/typecheckers.js +0 -0
- /package/dist/{src/utils → utils}/utils.d.ts +0 -0
- /package/dist/{src/utils → utils}/utils.js +0 -0
- /package/dist/{src/utils → utils}/versions/getVersionsColors.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/getVersionsColors.js +0 -0
- /package/dist/{src/utils → utils}/versions/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/index.js +0 -0
- /package/dist/{src/utils → utils}/versions/parseNodesToVersionsValues.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/parseNodesToVersionsValues.js +0 -0
- /package/dist/{src/utils → utils}/versions/parseVersion.d.ts +0 -0
- /package/dist/{src/utils → utils}/versions/parseVersion.js +0 -0
@@ -1,44 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"page.title": "Database",
|
3
|
-
"pages.query": "Query",
|
4
|
-
"pages.diagnostics": "Diagnostics",
|
5
|
-
"acl.owner": "Owner",
|
6
|
-
"acl.empty": "No Acl data",
|
7
|
-
"summary.navigation": "Navigation",
|
8
|
-
"summary.showPreview": "Show preview",
|
9
|
-
"summary.source-type": "Source Type",
|
10
|
-
"summary.data-source": "Data Source",
|
11
|
-
"summary.copySchemaPath": "Copy schema path",
|
12
|
-
"summary.type": "Type",
|
13
|
-
"summary.subtype": "SubType",
|
14
|
-
"summary.id": "Id",
|
15
|
-
"summary.version": "Version",
|
16
|
-
"summary.created": "Created",
|
17
|
-
"summary.partitions": "Partitions count",
|
18
|
-
"summary.paths": "Paths",
|
19
|
-
"summary.shards": "Shards",
|
20
|
-
"summary.state": "State",
|
21
|
-
"summary.mode": "Mode",
|
22
|
-
"summary.format": "Format",
|
23
|
-
"summary.retention": "Retention",
|
24
|
-
"label.read-only": "ReadOnly",
|
25
|
-
"actions.copied": "The path is copied to the clipboard",
|
26
|
-
"actions.notCopied": "Couldn’t copy the path",
|
27
|
-
"actions.copyPath": "Copy path",
|
28
|
-
"actions.openPreview": "Open preview",
|
29
|
-
"actions.createTable": "Create table...",
|
30
|
-
"actions.createExternalTable": "Create external table...",
|
31
|
-
"actions.createTopic": "Create topic...",
|
32
|
-
"actions.createColumnTable": "Create column table...",
|
33
|
-
"actions.createAsyncReplication": "Create async replication...",
|
34
|
-
"actions.createView": "Create view...",
|
35
|
-
"actions.dropTable": "Drop table...",
|
36
|
-
"actions.dropTopic": "Drop topic...",
|
37
|
-
"actions.dropView": "Drop view...",
|
38
|
-
"actions.alterTable": "Alter table...",
|
39
|
-
"actions.alterTopic": "Alter topic...",
|
40
|
-
"actions.selectQuery": "Select query...",
|
41
|
-
"actions.upsertQuery": "Upsert query...",
|
42
|
-
"actions.alterReplication": "Alter async replicaton...",
|
43
|
-
"actions.dropReplication": "Drop async replicaton..."
|
44
|
-
}
|
@@ -1,2 +0,0 @@
|
|
1
|
-
declare const _default: (key: "page.title" | "pages.query" | "pages.diagnostics" | "acl.owner" | "acl.empty" | "summary.navigation" | "summary.showPreview" | "summary.source-type" | "summary.data-source" | "summary.copySchemaPath" | "summary.type" | "summary.subtype" | "summary.id" | "summary.version" | "summary.created" | "summary.partitions" | "summary.paths" | "summary.shards" | "summary.state" | "summary.mode" | "summary.format" | "summary.retention" | "label.read-only" | "actions.copied" | "actions.notCopied" | "actions.copyPath" | "actions.openPreview" | "actions.createTable" | "actions.createExternalTable" | "actions.createTopic" | "actions.createColumnTable" | "actions.createAsyncReplication" | "actions.createView" | "actions.dropTable" | "actions.dropTopic" | "actions.dropView" | "actions.alterTable" | "actions.alterTopic" | "actions.selectQuery" | "actions.upsertQuery" | "actions.alterReplication" | "actions.dropReplication", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
2
|
-
export default _default;
|
@@ -1,50 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import { ChevronsUp } from '@gravity-ui/icons';
|
4
|
-
import { Button, Icon } from '@gravity-ui/uikit';
|
5
|
-
import { cn } from '../../../utils/cn';
|
6
|
-
import './ToggleButton.scss';
|
7
|
-
export var PaneVisibilityActionTypes;
|
8
|
-
(function (PaneVisibilityActionTypes) {
|
9
|
-
PaneVisibilityActionTypes["triggerCollapse"] = "triggerCollapse";
|
10
|
-
PaneVisibilityActionTypes["triggerExpand"] = "triggerExpand";
|
11
|
-
PaneVisibilityActionTypes["clear"] = "clear";
|
12
|
-
})(PaneVisibilityActionTypes || (PaneVisibilityActionTypes = {}));
|
13
|
-
const setInitialIsPaneCollapsed = (key) => {
|
14
|
-
localStorage.setItem(key, 'true');
|
15
|
-
};
|
16
|
-
const deleteInitialIsPaneCollapsed = (key) => {
|
17
|
-
localStorage.removeItem(key);
|
18
|
-
};
|
19
|
-
export function paneVisibilityToggleReducerCreator(isPaneCollapsedKey) {
|
20
|
-
return function paneVisibilityToggleReducer(state, action) {
|
21
|
-
switch (action) {
|
22
|
-
case PaneVisibilityActionTypes.triggerCollapse: {
|
23
|
-
setInitialIsPaneCollapsed(isPaneCollapsedKey);
|
24
|
-
return Object.assign(Object.assign({}, state), { triggerCollapse: true, triggerExpand: false, collapsed: true });
|
25
|
-
}
|
26
|
-
case PaneVisibilityActionTypes.triggerExpand: {
|
27
|
-
deleteInitialIsPaneCollapsed(isPaneCollapsedKey);
|
28
|
-
return Object.assign(Object.assign({}, state), { triggerCollapse: false, triggerExpand: true, collapsed: false });
|
29
|
-
}
|
30
|
-
case PaneVisibilityActionTypes.clear: {
|
31
|
-
deleteInitialIsPaneCollapsed(isPaneCollapsedKey);
|
32
|
-
return {
|
33
|
-
triggerCollapse: false,
|
34
|
-
triggerExpand: false,
|
35
|
-
collapsed: false,
|
36
|
-
};
|
37
|
-
}
|
38
|
-
default:
|
39
|
-
return state;
|
40
|
-
}
|
41
|
-
};
|
42
|
-
}
|
43
|
-
const b = cn('kv-pane-visibility-button');
|
44
|
-
export function PaneVisibilityToggleButtons({ onCollapse, onExpand, isCollapsed, initialDirection = 'top', className, }) {
|
45
|
-
return (_jsxs(React.Fragment, { children: [_jsx(Button, { view: "flat-secondary", onClick: onCollapse, className: b({
|
46
|
-
hidden: isCollapsed,
|
47
|
-
}, className), title: "Collapse", children: _jsx(Icon, { data: ChevronsUp, className: b({ [initialDirection]: true }) }) }), _jsx(Button, { view: "flat-secondary", onClick: onExpand, className: b({
|
48
|
-
hidden: !isCollapsed,
|
49
|
-
}, className), title: "Expand", children: _jsx(Icon, { data: ChevronsUp, className: b({ [initialDirection]: true }, 'rotate') }) })] }));
|
50
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import type { NavigationTreeNodeType } from 'ydb-ui-components';
|
2
|
-
import { EPathSubType, EPathType } from '../../../types/api/schema';
|
3
|
-
import type { ETenantType } from '../../../types/api/tenant';
|
4
|
-
export declare const mapPathTypeToNavigationTreeType: (type?: EPathType, subType?: EPathSubType, defaultType?: NavigationTreeNodeType) => NavigationTreeNodeType;
|
5
|
-
export declare const mapPathTypeToEntityName: (type?: EPathType, subType?: EPathSubType) => string | undefined;
|
6
|
-
export declare const mapDatabaseTypeToDBName: (type?: ETenantType) => string | undefined;
|
7
|
-
export declare const isTableType: (pathType?: EPathType) => boolean;
|
8
|
-
export declare const isIndexTableType: (subType?: EPathSubType) => boolean;
|
9
|
-
export declare const isColumnEntityType: (type?: EPathType) => boolean;
|
10
|
-
export declare const isDatabaseEntityType: (type?: EPathType) => boolean;
|
11
|
-
export declare const isCdcStreamEntityType: (type?: EPathType) => boolean;
|
12
|
-
export declare const isEntityWithMergedImplementation: (type?: EPathType) => boolean;
|
13
|
-
export declare const isChildlessPathType: (type?: EPathType, subType?: EPathSubType) => boolean;
|
14
|
-
export declare const isPathTypeWithTopic: (type?: EPathType) => boolean;
|
15
|
-
export declare const isExternalTableType: (type?: EPathType) => boolean;
|
16
|
-
export declare const isRowTableType: (type?: EPathType) => boolean;
|
17
|
-
export declare const isViewType: (type?: EPathType) => boolean;
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import type { NavigationTreeNodeType } from 'ydb-ui-components';
|
2
|
-
import type { QueryMode } from '../../../types/store/query';
|
3
|
-
interface ActionsAdditionalEffects {
|
4
|
-
setQueryMode: (mode: QueryMode) => void;
|
5
|
-
setActivePath: (path: string) => void;
|
6
|
-
}
|
7
|
-
export declare const getActions: (dispatch: React.Dispatch<any>, additionalEffects: ActionsAdditionalEffects) => (path: string, type: NavigationTreeNodeType) => import("@gravity-ui/uikit").DropdownMenuItemMixed<any>[];
|
8
|
-
export {};
|
@@ -1,130 +0,0 @@
|
|
1
|
-
import copy from 'copy-to-clipboard';
|
2
|
-
import { changeUserInput } from '../../../store/reducers/executeQuery';
|
3
|
-
import { TENANT_PAGES_IDS, TENANT_QUERY_TABS_ID } from '../../../store/reducers/tenant/constants';
|
4
|
-
import { setQueryTab, setTenantPage } from '../../../store/reducers/tenant/tenant';
|
5
|
-
import createToast from '../../../utils/createToast';
|
6
|
-
import i18n from '../i18n';
|
7
|
-
import { alterAsyncReplicationTemplate, alterTableTemplate, alterTopicTemplate, createAsyncReplicationTemplate, createColumnTableTemplate, createExternalTableTemplate, createTableTemplate, createTopicTemplate, createViewTemplate, dropAsyncReplicationTemplate, dropExternalTableTemplate, dropTopicTemplate, dropViewTemplate, selectQueryTemplate, upsertQueryTemplate, } from './queryTemplates';
|
8
|
-
const bindActions = (path, dispatch, additionalEffects) => {
|
9
|
-
const { setActivePath, setQueryMode } = additionalEffects;
|
10
|
-
const inputQuery = (tmpl, mode) => () => {
|
11
|
-
if (mode) {
|
12
|
-
setQueryMode(mode);
|
13
|
-
}
|
14
|
-
dispatch(changeUserInput({ input: tmpl(path) }));
|
15
|
-
dispatch(setTenantPage(TENANT_PAGES_IDS.query));
|
16
|
-
dispatch(setQueryTab(TENANT_QUERY_TABS_ID.newQuery));
|
17
|
-
setActivePath(path);
|
18
|
-
};
|
19
|
-
return {
|
20
|
-
createTable: inputQuery(createTableTemplate, 'script'),
|
21
|
-
createColumnTable: inputQuery(createColumnTableTemplate, 'script'),
|
22
|
-
createAsyncReplication: inputQuery(createAsyncReplicationTemplate, 'script'),
|
23
|
-
alterAsyncReplication: inputQuery(alterAsyncReplicationTemplate, 'script'),
|
24
|
-
dropAsyncReplication: inputQuery(dropAsyncReplicationTemplate, 'script'),
|
25
|
-
alterTable: inputQuery(alterTableTemplate, 'script'),
|
26
|
-
selectQuery: inputQuery(selectQueryTemplate),
|
27
|
-
upsertQuery: inputQuery(upsertQueryTemplate),
|
28
|
-
createExternalTable: inputQuery(createExternalTableTemplate, 'script'),
|
29
|
-
dropExternalTable: inputQuery(dropExternalTableTemplate, 'script'),
|
30
|
-
selectQueryFromExternalTable: inputQuery(selectQueryTemplate, 'query'),
|
31
|
-
createTopic: inputQuery(createTopicTemplate, 'script'),
|
32
|
-
alterTopic: inputQuery(alterTopicTemplate, 'script'),
|
33
|
-
dropTopic: inputQuery(dropTopicTemplate, 'script'),
|
34
|
-
createView: inputQuery(createViewTemplate, 'script'),
|
35
|
-
dropView: inputQuery(dropViewTemplate, 'script'),
|
36
|
-
copyPath: () => {
|
37
|
-
try {
|
38
|
-
copy(path);
|
39
|
-
createToast({
|
40
|
-
name: 'Copied',
|
41
|
-
title: i18n('actions.copied'),
|
42
|
-
type: 'success',
|
43
|
-
});
|
44
|
-
}
|
45
|
-
catch (_a) {
|
46
|
-
createToast({
|
47
|
-
name: 'Not copied',
|
48
|
-
title: i18n('actions.notCopied'),
|
49
|
-
type: 'error',
|
50
|
-
});
|
51
|
-
}
|
52
|
-
},
|
53
|
-
};
|
54
|
-
};
|
55
|
-
export const getActions = (dispatch, additionalEffects) => (path, type) => {
|
56
|
-
const actions = bindActions(path, dispatch, additionalEffects);
|
57
|
-
const copyItem = { text: i18n('actions.copyPath'), action: actions.copyPath };
|
58
|
-
const DIR_SET = [
|
59
|
-
[copyItem],
|
60
|
-
[
|
61
|
-
{ text: i18n('actions.createTable'), action: actions.createTable },
|
62
|
-
{ text: i18n('actions.createColumnTable'), action: actions.createColumnTable },
|
63
|
-
{
|
64
|
-
text: i18n('actions.createAsyncReplication'),
|
65
|
-
action: actions.createAsyncReplication,
|
66
|
-
},
|
67
|
-
{ text: i18n('actions.createTopic'), action: actions.createTopic },
|
68
|
-
{ text: i18n('actions.createView'), action: actions.createView },
|
69
|
-
],
|
70
|
-
];
|
71
|
-
const TABLE_SET = [
|
72
|
-
[copyItem],
|
73
|
-
[
|
74
|
-
{ text: i18n('actions.alterTable'), action: actions.alterTable },
|
75
|
-
{ text: i18n('actions.selectQuery'), action: actions.selectQuery },
|
76
|
-
{ text: i18n('actions.upsertQuery'), action: actions.upsertQuery },
|
77
|
-
],
|
78
|
-
];
|
79
|
-
const TOPIC_SET = [
|
80
|
-
[copyItem],
|
81
|
-
[
|
82
|
-
{ text: i18n('actions.alterTopic'), action: actions.alterTopic },
|
83
|
-
{ text: i18n('actions.dropTopic'), action: actions.dropTopic },
|
84
|
-
],
|
85
|
-
];
|
86
|
-
const EXTERNAL_TABLE_SET = [
|
87
|
-
[copyItem],
|
88
|
-
[
|
89
|
-
{
|
90
|
-
text: i18n('actions.selectQuery'),
|
91
|
-
action: actions.selectQueryFromExternalTable,
|
92
|
-
},
|
93
|
-
],
|
94
|
-
[{ text: i18n('actions.dropTable'), action: actions.dropExternalTable }],
|
95
|
-
];
|
96
|
-
const EXTERNAL_DATA_SOURCE_SET = [
|
97
|
-
[copyItem],
|
98
|
-
[{ text: i18n('actions.createExternalTable'), action: actions.createExternalTable }],
|
99
|
-
];
|
100
|
-
const VIEW_SET = [
|
101
|
-
[copyItem],
|
102
|
-
[{ text: i18n('actions.selectQuery'), action: actions.selectQuery }],
|
103
|
-
[{ text: i18n('actions.dropView'), action: actions.dropView }],
|
104
|
-
];
|
105
|
-
const ASYNC_REPLICATION_SET = [
|
106
|
-
[copyItem],
|
107
|
-
[
|
108
|
-
{ text: i18n('actions.alterReplication'), action: actions.alterAsyncReplication },
|
109
|
-
{ text: i18n('actions.dropReplication'), action: actions.dropAsyncReplication },
|
110
|
-
],
|
111
|
-
];
|
112
|
-
const JUST_COPY = [copyItem];
|
113
|
-
// verbose mapping to guarantee a correct actions set for new node types
|
114
|
-
// TS will error when a new type is added in the lib but is not mapped here
|
115
|
-
const nodeTypeToActions = {
|
116
|
-
async_replication: ASYNC_REPLICATION_SET,
|
117
|
-
database: DIR_SET,
|
118
|
-
directory: DIR_SET,
|
119
|
-
table: TABLE_SET,
|
120
|
-
column_table: TABLE_SET,
|
121
|
-
index_table: JUST_COPY,
|
122
|
-
topic: TOPIC_SET,
|
123
|
-
stream: JUST_COPY,
|
124
|
-
index: JUST_COPY,
|
125
|
-
external_table: EXTERNAL_TABLE_SET,
|
126
|
-
external_data_source: EXTERNAL_DATA_SOURCE_SET,
|
127
|
-
view: VIEW_SET,
|
128
|
-
};
|
129
|
-
return nodeTypeToActions[type];
|
130
|
-
};
|
@@ -1,171 +0,0 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import React from 'react';
|
3
|
-
import DataTable from '@gravity-ui/react-data-table';
|
4
|
-
import { Button } from '@gravity-ui/uikit';
|
5
|
-
import { EntitiesCount } from '../../components/EntitiesCount';
|
6
|
-
import { EntityStatus } from '../../components/EntityStatus/EntityStatus';
|
7
|
-
import { ResponseError } from '../../components/Errors/ResponseError';
|
8
|
-
import { Illustration } from '../../components/Illustration';
|
9
|
-
import { PoolsGraph } from '../../components/PoolsGraph/PoolsGraph';
|
10
|
-
import { ProblemFilter } from '../../components/ProblemFilter';
|
11
|
-
import { ResizeableDataTable } from '../../components/ResizeableDataTable/ResizeableDataTable';
|
12
|
-
import { Search } from '../../components/Search';
|
13
|
-
import { TableWithControlsLayout } from '../../components/TableWithControlsLayout/TableWithControlsLayout';
|
14
|
-
import { TabletsStatistic } from '../../components/TabletsStatistic';
|
15
|
-
import { clusterName } from '../../store';
|
16
|
-
import { ProblemFilterValues, changeFilter, selectProblemFilter, } from '../../store/reducers/settings/settings';
|
17
|
-
import { selectFilteredTenants, selectTenantsSearchValue, } from '../../store/reducers/tenants/selectors';
|
18
|
-
import { setSearchValue, tenantsApi } from '../../store/reducers/tenants/tenants';
|
19
|
-
import { cn } from '../../utils/cn';
|
20
|
-
import { DEFAULT_POLLING_INTERVAL, DEFAULT_TABLE_SETTINGS } from '../../utils/constants';
|
21
|
-
import { formatBytesToGigabyte, formatCPU, formatNumber, } from '../../utils/dataFormatters/dataFormatters';
|
22
|
-
import { useTypedDispatch, useTypedSelector } from '../../utils/hooks';
|
23
|
-
import { getTenantPath } from '../Tenant/TenantPages';
|
24
|
-
import './Tenants.scss';
|
25
|
-
const b = cn('tenants');
|
26
|
-
const DATABASES_COLUMNS_WIDTH_LS_KEY = 'databasesTableColumnsWidth';
|
27
|
-
export const Tenants = ({ additionalTenantsProps }) => {
|
28
|
-
const dispatch = useTypedDispatch();
|
29
|
-
const { currentData, isFetching, error } = tenantsApi.useGetTenantsInfoQuery({ clusterName }, { pollingInterval: DEFAULT_POLLING_INTERVAL });
|
30
|
-
const loading = isFetching && currentData === undefined;
|
31
|
-
const tenants = currentData !== null && currentData !== void 0 ? currentData : [];
|
32
|
-
const searchValue = useTypedSelector(selectTenantsSearchValue);
|
33
|
-
const filteredTenants = useTypedSelector((state) => selectFilteredTenants(state, clusterName));
|
34
|
-
const problemFilter = useTypedSelector(selectProblemFilter);
|
35
|
-
const handleProblemFilterChange = (value) => {
|
36
|
-
dispatch(changeFilter(value));
|
37
|
-
};
|
38
|
-
const handleSearchChange = (value) => {
|
39
|
-
dispatch(setSearchValue(value));
|
40
|
-
};
|
41
|
-
const renderControls = () => {
|
42
|
-
return (_jsxs(React.Fragment, { children: [_jsx(Search, { value: searchValue, onChange: handleSearchChange, placeholder: "Database name", className: b('search') }), _jsx(ProblemFilter, { value: problemFilter, onChange: handleProblemFilterChange }), _jsx(EntitiesCount, { total: tenants.length, current: (filteredTenants === null || filteredTenants === void 0 ? void 0 : filteredTenants.length) || 0, label: 'Databases', loading: loading })] }));
|
43
|
-
};
|
44
|
-
const renderTable = () => {
|
45
|
-
const getTenantBackend = (tenant) => {
|
46
|
-
var _a, _b;
|
47
|
-
const backend = (_a = tenant.MonitoringEndpoint) !== null && _a !== void 0 ? _a : tenant.backend;
|
48
|
-
return (_b = additionalTenantsProps === null || additionalTenantsProps === void 0 ? void 0 : additionalTenantsProps.prepareTenantBackend) === null || _b === void 0 ? void 0 : _b.call(additionalTenantsProps, backend);
|
49
|
-
};
|
50
|
-
const columns = [
|
51
|
-
{
|
52
|
-
name: 'Name',
|
53
|
-
header: 'Database',
|
54
|
-
render: ({ row }) => {
|
55
|
-
var _a;
|
56
|
-
const backend = getTenantBackend(row);
|
57
|
-
const isExternalLink = Boolean(backend);
|
58
|
-
return (_jsx(EntityStatus, { externalLink: isExternalLink, className: b('name'), name: row.Name || 'unknown database', withLeftTrim: true, status: row.Overall, hasClipboardButton: true, path: getTenantPath({
|
59
|
-
name: row.Name,
|
60
|
-
backend,
|
61
|
-
}), additionalControls: _jsx("span", { className: b('monitoring-button'), children: (_a = additionalTenantsProps === null || additionalTenantsProps === void 0 ? void 0 : additionalTenantsProps.getMonitoringLink) === null || _a === void 0 ? void 0 : _a.call(additionalTenantsProps, row.Name, row.Type) }) }));
|
62
|
-
},
|
63
|
-
width: 440,
|
64
|
-
sortable: true,
|
65
|
-
defaultOrder: DataTable.DESCENDING,
|
66
|
-
},
|
67
|
-
{
|
68
|
-
name: 'controlPlaneName',
|
69
|
-
header: 'Name',
|
70
|
-
render: ({ row }) => {
|
71
|
-
return row.controlPlaneName;
|
72
|
-
},
|
73
|
-
width: 200,
|
74
|
-
sortable: true,
|
75
|
-
defaultOrder: DataTable.DESCENDING,
|
76
|
-
},
|
77
|
-
{
|
78
|
-
name: 'Type',
|
79
|
-
width: 200,
|
80
|
-
resizeMinWidth: 150,
|
81
|
-
render: ({ row }) => {
|
82
|
-
if (row.Type !== 'Serverless') {
|
83
|
-
return row.Type;
|
84
|
-
}
|
85
|
-
return (_jsxs("div", { className: b('type'), children: [_jsx("span", { className: b('type-value'), children: row.Type }), _jsx(Button, { className: b('type-button'), onClick: () => handleSearchChange(row.sharedTenantName || ''), children: "Show shared" })] }));
|
86
|
-
},
|
87
|
-
},
|
88
|
-
{
|
89
|
-
name: 'State',
|
90
|
-
width: 90,
|
91
|
-
render: ({ row }) => (row.State ? row.State.toLowerCase() : '—'),
|
92
|
-
customStyle: () => ({ textTransform: 'capitalize' }),
|
93
|
-
},
|
94
|
-
{
|
95
|
-
name: 'cpu',
|
96
|
-
header: 'CPU',
|
97
|
-
width: 80,
|
98
|
-
render: ({ row }) => {
|
99
|
-
// Don't show values below 0.01 when formatted
|
100
|
-
if (row.cpu && row.cpu > 10000) {
|
101
|
-
return formatCPU(row.cpu);
|
102
|
-
}
|
103
|
-
return '—';
|
104
|
-
},
|
105
|
-
align: DataTable.RIGHT,
|
106
|
-
defaultOrder: DataTable.DESCENDING,
|
107
|
-
},
|
108
|
-
{
|
109
|
-
name: 'memory',
|
110
|
-
header: 'Memory',
|
111
|
-
width: 120,
|
112
|
-
render: ({ row }) => (row.memory ? formatBytesToGigabyte(row.memory) : '—'),
|
113
|
-
align: DataTable.RIGHT,
|
114
|
-
defaultOrder: DataTable.DESCENDING,
|
115
|
-
},
|
116
|
-
{
|
117
|
-
name: 'storage',
|
118
|
-
header: 'Storage',
|
119
|
-
width: 120,
|
120
|
-
render: ({ row }) => (row.storage ? formatBytesToGigabyte(row.storage) : '—'),
|
121
|
-
align: DataTable.RIGHT,
|
122
|
-
defaultOrder: DataTable.DESCENDING,
|
123
|
-
},
|
124
|
-
{
|
125
|
-
name: 'nodesCount',
|
126
|
-
header: 'Nodes',
|
127
|
-
width: 100,
|
128
|
-
render: ({ row }) => (row.nodesCount ? formatNumber(row.nodesCount) : '—'),
|
129
|
-
align: DataTable.RIGHT,
|
130
|
-
defaultOrder: DataTable.DESCENDING,
|
131
|
-
},
|
132
|
-
{
|
133
|
-
name: 'groupsCount',
|
134
|
-
header: 'Groups',
|
135
|
-
width: 100,
|
136
|
-
render: ({ row }) => (row.groupsCount ? formatNumber(row.groupsCount) : '—'),
|
137
|
-
align: DataTable.RIGHT,
|
138
|
-
defaultOrder: DataTable.DESCENDING,
|
139
|
-
},
|
140
|
-
{
|
141
|
-
name: 'PoolStats',
|
142
|
-
header: 'Pools',
|
143
|
-
width: 100,
|
144
|
-
resizeMinWidth: 60,
|
145
|
-
sortAccessor: ({ PoolStats = [] }) => PoolStats.reduce((acc, item) => acc + (item.Usage || 0), 0),
|
146
|
-
defaultOrder: DataTable.DESCENDING,
|
147
|
-
align: DataTable.LEFT,
|
148
|
-
render: ({ row }) => _jsx(PoolsGraph, { pools: row.PoolStats }),
|
149
|
-
},
|
150
|
-
{
|
151
|
-
name: 'Tablets',
|
152
|
-
header: 'Tablets States',
|
153
|
-
sortable: false,
|
154
|
-
width: 500,
|
155
|
-
resizeMinWidth: 500,
|
156
|
-
render: ({ row }) => {
|
157
|
-
const backend = getTenantBackend(row);
|
158
|
-
return row.Tablets ? (_jsx(TabletsStatistic, { path: row.Name, tablets: row.Tablets, nodeIds: row.NodeIds || [], backend: backend })) : ('—');
|
159
|
-
},
|
160
|
-
},
|
161
|
-
];
|
162
|
-
if (filteredTenants.length === 0 && problemFilter !== ProblemFilterValues.ALL) {
|
163
|
-
return _jsx(Illustration, { name: "thumbsUp", width: "200" });
|
164
|
-
}
|
165
|
-
return (_jsx(ResizeableDataTable, { columnsWidthLSKey: DATABASES_COLUMNS_WIDTH_LS_KEY, data: filteredTenants, columns: columns, settings: DEFAULT_TABLE_SETTINGS, emptyDataMessage: "No such tenants" }));
|
166
|
-
};
|
167
|
-
if (error) {
|
168
|
-
return _jsx(ResponseError, { error: error });
|
169
|
-
}
|
170
|
-
return (_jsxs(TableWithControlsLayout, { children: [_jsx(TableWithControlsLayout.Controls, { children: renderControls() }), _jsx(TableWithControlsLayout.Table, { loading: loading, children: renderTable() })] }));
|
171
|
-
};
|
@@ -1,21 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
export interface SettingsInfoFieldProps {
|
3
|
-
type: 'info';
|
4
|
-
title: string;
|
5
|
-
description?: React.ReactNode;
|
6
|
-
content: React.ReactNode;
|
7
|
-
}
|
8
|
-
export type SettingsElementType = 'switch' | 'radio';
|
9
|
-
export interface SettingProps {
|
10
|
-
type?: SettingsElementType;
|
11
|
-
title: string;
|
12
|
-
description?: React.ReactNode;
|
13
|
-
settingKey: string;
|
14
|
-
options?: {
|
15
|
-
value: string;
|
16
|
-
content: string;
|
17
|
-
}[];
|
18
|
-
defaultValue?: unknown;
|
19
|
-
onValueUpdate?: VoidFunction;
|
20
|
-
}
|
21
|
-
export declare const Setting: ({ type, settingKey, options, defaultValue, onValueUpdate, }: SettingProps) => import("react/jsx-runtime").JSX.Element | null;
|
@@ -1,18 +0,0 @@
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
-
import { Settings } from '@gravity-ui/navigation';
|
3
|
-
import { Setting } from './Setting';
|
4
|
-
import { settings } from './settings';
|
5
|
-
export const UserSettings = ({ settings: userSettings = settings }) => {
|
6
|
-
return (_jsx(Settings, { children: userSettings.map((page) => {
|
7
|
-
const { id, title, icon, sections = [] } = page;
|
8
|
-
return (_jsx(Settings.Page, { id: id, title: title, icon: icon, children: sections.map((section) => {
|
9
|
-
const { title: sectionTitle, settings: sectionSettings = [] } = section;
|
10
|
-
return (_jsx(Settings.Section, { title: sectionTitle, children: sectionSettings.map((setting) => {
|
11
|
-
if (setting.type === 'info') {
|
12
|
-
return (_jsx(Settings.Item, Object.assign({}, setting, { children: setting.content }), setting.title));
|
13
|
-
}
|
14
|
-
return (_jsx(Settings.Item, Object.assign({}, setting, { children: _jsx(Setting, Object.assign({}, setting)) }), setting.title));
|
15
|
-
}) }, id));
|
16
|
-
}) }, id));
|
17
|
-
}) }));
|
18
|
-
};
|
@@ -1,2 +0,0 @@
|
|
1
|
-
declare const _default: (key: "page.general" | "section.appearance" | "page.experiments" | "section.experiments" | "page.editor" | "section.dev-setting" | "page.about" | "section.about" | "settings.editor.autocomplete.title" | "settings.editor.autocomplete.description" | "settings.editor.autocomplete-on-enter.title" | "settings.editor.autocomplete-on-enter.description" | "settings.theme.title" | "settings.theme.option-dark" | "settings.theme.option-light" | "settings.theme.option-system" | "settings.language.title" | "settings.language.option-russian" | "settings.language.option-english" | "settings.binaryDataInPlainTextDisplay.title" | "settings.binaryDataInPlainTextDisplay.description" | "settings.invertedDisks.title" | "settings.useNodesEndpoint.title" | "settings.useNodesEndpoint.popover" | "settings.useVirtualTables.title" | "settings.useVirtualTables.popover" | "settings.queryUseMultiSchema.title" | "settings.queryUseMultiSchema.popover" | "settings.about.interfaceVersionInfoField.title", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
2
|
-
export default _default;
|
@@ -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;
|