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,672 +0,0 @@
|
|
1
|
-
import type { RootState } from '../..';
|
2
|
-
import type { ProblemFilterValue } from '../settings/types';
|
3
|
-
import type { PreparedTenant, TenantsStateSlice } from './types';
|
4
|
-
export declare const selectTenants: ((state: {
|
5
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
6
|
-
singleClusterMode: boolean;
|
7
|
-
cluster: import("../cluster/types").ClusterState;
|
8
|
-
tenant: import("../tenant/types").TenantState;
|
9
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
10
|
-
tablets: import("../../../types/store/tablets").TabletsState;
|
11
|
-
schema: import("../schema/types").SchemaState;
|
12
|
-
tenants: import("./types").TenantsState;
|
13
|
-
partitions: import("../partitions/types").PartitionsState;
|
14
|
-
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
15
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
16
|
-
settings: import("../settings/types").SettingsState;
|
17
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
18
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
19
|
-
authentication: import("../authentication/types").AuthenticationState;
|
20
|
-
header: import("../header/types").HeaderState;
|
21
|
-
saveQuery: string | null;
|
22
|
-
fullscreen: boolean;
|
23
|
-
clusters: import("../clusters/types").ClustersFilters;
|
24
|
-
}, clusterName: string | undefined) => PreparedTenant[]) & {
|
25
|
-
clearCache: () => void;
|
26
|
-
resultsCount: () => number;
|
27
|
-
resetResultsCount: () => void;
|
28
|
-
} & {
|
29
|
-
resultFunc: (resultFuncArgs_0: {
|
30
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
31
|
-
singleClusterMode: boolean;
|
32
|
-
cluster: import("../cluster/types").ClusterState;
|
33
|
-
tenant: import("../tenant/types").TenantState;
|
34
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
35
|
-
tablets: import("../../../types/store/tablets").TabletsState;
|
36
|
-
schema: import("../schema/types").SchemaState;
|
37
|
-
tenants: import("./types").TenantsState;
|
38
|
-
partitions: import("../partitions/types").PartitionsState;
|
39
|
-
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
40
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
41
|
-
settings: import("../settings/types").SettingsState;
|
42
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
43
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
44
|
-
authentication: import("../authentication/types").AuthenticationState;
|
45
|
-
header: import("../header/types").HeaderState;
|
46
|
-
saveQuery: string | null;
|
47
|
-
fullscreen: boolean;
|
48
|
-
clusters: import("../clusters/types").ClustersFilters;
|
49
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
50
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
51
|
-
clusterName?: string | undefined;
|
52
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", PreparedTenant[] | undefined, "api">;
|
53
|
-
}, "All", "api">) => ({
|
54
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
55
|
-
originalArgs?: undefined;
|
56
|
-
data?: undefined;
|
57
|
-
error?: undefined;
|
58
|
-
requestId?: undefined;
|
59
|
-
endpointName?: string | undefined;
|
60
|
-
startedTimeStamp?: undefined;
|
61
|
-
fulfilledTimeStamp?: undefined;
|
62
|
-
} & {
|
63
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
64
|
-
isUninitialized: true;
|
65
|
-
isLoading: false;
|
66
|
-
isSuccess: false;
|
67
|
-
isError: false;
|
68
|
-
}) | ({
|
69
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
70
|
-
error: undefined;
|
71
|
-
originalArgs: {
|
72
|
-
clusterName?: string | undefined;
|
73
|
-
};
|
74
|
-
requestId: string;
|
75
|
-
endpointName: string;
|
76
|
-
startedTimeStamp: number;
|
77
|
-
data: PreparedTenant[];
|
78
|
-
fulfilledTimeStamp: number;
|
79
|
-
} & {
|
80
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
81
|
-
isUninitialized: false;
|
82
|
-
isLoading: false;
|
83
|
-
isSuccess: true;
|
84
|
-
isError: false;
|
85
|
-
}) | ({
|
86
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
87
|
-
originalArgs: {
|
88
|
-
clusterName?: string | undefined;
|
89
|
-
};
|
90
|
-
requestId: string;
|
91
|
-
data?: PreparedTenant[] | undefined;
|
92
|
-
error?: unknown;
|
93
|
-
endpointName: string;
|
94
|
-
startedTimeStamp: number;
|
95
|
-
fulfilledTimeStamp?: number | undefined;
|
96
|
-
} & {
|
97
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
98
|
-
isUninitialized: false;
|
99
|
-
isLoading: true;
|
100
|
-
isSuccess: false;
|
101
|
-
isError: false;
|
102
|
-
}) | ({
|
103
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
104
|
-
data?: PreparedTenant[] | undefined;
|
105
|
-
fulfilledTimeStamp?: number | undefined;
|
106
|
-
originalArgs: {
|
107
|
-
clusterName?: string | undefined;
|
108
|
-
};
|
109
|
-
requestId: string;
|
110
|
-
endpointName: string;
|
111
|
-
startedTimeStamp: number;
|
112
|
-
error: unknown;
|
113
|
-
} & {
|
114
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
115
|
-
isUninitialized: false;
|
116
|
-
isLoading: false;
|
117
|
-
isSuccess: false;
|
118
|
-
isError: true;
|
119
|
-
})) => PreparedTenant[];
|
120
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
121
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
122
|
-
singleClusterMode: boolean;
|
123
|
-
cluster: import("../cluster/types").ClusterState;
|
124
|
-
tenant: import("../tenant/types").TenantState;
|
125
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
126
|
-
tablets: import("../../../types/store/tablets").TabletsState;
|
127
|
-
schema: import("../schema/types").SchemaState;
|
128
|
-
tenants: import("./types").TenantsState;
|
129
|
-
partitions: import("../partitions/types").PartitionsState;
|
130
|
-
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
131
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
132
|
-
settings: import("../settings/types").SettingsState;
|
133
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
134
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
135
|
-
authentication: import("../authentication/types").AuthenticationState;
|
136
|
-
header: import("../header/types").HeaderState;
|
137
|
-
saveQuery: string | null;
|
138
|
-
fullscreen: boolean;
|
139
|
-
clusters: import("../clusters/types").ClustersFilters;
|
140
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
141
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
142
|
-
clusterName?: string | undefined;
|
143
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", PreparedTenant[] | undefined, "api">;
|
144
|
-
}, "All", "api">) => ({
|
145
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
146
|
-
originalArgs?: undefined;
|
147
|
-
data?: undefined;
|
148
|
-
error?: undefined;
|
149
|
-
requestId?: undefined;
|
150
|
-
endpointName?: string | undefined;
|
151
|
-
startedTimeStamp?: undefined;
|
152
|
-
fulfilledTimeStamp?: undefined;
|
153
|
-
} & {
|
154
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
155
|
-
isUninitialized: true;
|
156
|
-
isLoading: false;
|
157
|
-
isSuccess: false;
|
158
|
-
isError: false;
|
159
|
-
}) | ({
|
160
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
161
|
-
error: undefined;
|
162
|
-
originalArgs: {
|
163
|
-
clusterName?: string | undefined;
|
164
|
-
};
|
165
|
-
requestId: string;
|
166
|
-
endpointName: string;
|
167
|
-
startedTimeStamp: number;
|
168
|
-
data: PreparedTenant[];
|
169
|
-
fulfilledTimeStamp: number;
|
170
|
-
} & {
|
171
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
172
|
-
isUninitialized: false;
|
173
|
-
isLoading: false;
|
174
|
-
isSuccess: true;
|
175
|
-
isError: false;
|
176
|
-
}) | ({
|
177
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
178
|
-
originalArgs: {
|
179
|
-
clusterName?: string | undefined;
|
180
|
-
};
|
181
|
-
requestId: string;
|
182
|
-
data?: PreparedTenant[] | undefined;
|
183
|
-
error?: unknown;
|
184
|
-
endpointName: string;
|
185
|
-
startedTimeStamp: number;
|
186
|
-
fulfilledTimeStamp?: number | undefined;
|
187
|
-
} & {
|
188
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
189
|
-
isUninitialized: false;
|
190
|
-
isLoading: true;
|
191
|
-
isSuccess: false;
|
192
|
-
isError: false;
|
193
|
-
}) | ({
|
194
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
195
|
-
data?: PreparedTenant[] | undefined;
|
196
|
-
fulfilledTimeStamp?: number | undefined;
|
197
|
-
originalArgs: {
|
198
|
-
clusterName?: string | undefined;
|
199
|
-
};
|
200
|
-
requestId: string;
|
201
|
-
endpointName: string;
|
202
|
-
startedTimeStamp: number;
|
203
|
-
error: unknown;
|
204
|
-
} & {
|
205
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
206
|
-
isUninitialized: false;
|
207
|
-
isLoading: false;
|
208
|
-
isSuccess: false;
|
209
|
-
isError: true;
|
210
|
-
})) => PreparedTenant[]) & {
|
211
|
-
clearCache: () => void;
|
212
|
-
resultsCount: () => number;
|
213
|
-
resetResultsCount: () => void;
|
214
|
-
};
|
215
|
-
lastResult: () => PreparedTenant[];
|
216
|
-
dependencies: [(state: RootState) => {
|
217
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
218
|
-
singleClusterMode: boolean;
|
219
|
-
cluster: import("../cluster/types").ClusterState;
|
220
|
-
tenant: import("../tenant/types").TenantState;
|
221
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
222
|
-
tablets: import("../../../types/store/tablets").TabletsState;
|
223
|
-
schema: import("../schema/types").SchemaState;
|
224
|
-
tenants: import("./types").TenantsState;
|
225
|
-
partitions: import("../partitions/types").PartitionsState;
|
226
|
-
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
227
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
228
|
-
settings: import("../settings/types").SettingsState;
|
229
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
230
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
231
|
-
authentication: import("../authentication/types").AuthenticationState;
|
232
|
-
header: import("../header/types").HeaderState;
|
233
|
-
saveQuery: string | null;
|
234
|
-
fullscreen: boolean;
|
235
|
-
clusters: import("../clusters/types").ClustersFilters;
|
236
|
-
}, (_state: RootState, clusterName: string | undefined) => (state: import("@reduxjs/toolkit/query").RootState<{
|
237
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
238
|
-
clusterName?: string | undefined;
|
239
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", PreparedTenant[] | undefined, "api">;
|
240
|
-
}, "All", "api">) => ({
|
241
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
242
|
-
originalArgs?: undefined;
|
243
|
-
data?: undefined;
|
244
|
-
error?: undefined;
|
245
|
-
requestId?: undefined;
|
246
|
-
endpointName?: string | undefined;
|
247
|
-
startedTimeStamp?: undefined;
|
248
|
-
fulfilledTimeStamp?: undefined;
|
249
|
-
} & {
|
250
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
251
|
-
isUninitialized: true;
|
252
|
-
isLoading: false;
|
253
|
-
isSuccess: false;
|
254
|
-
isError: false;
|
255
|
-
}) | ({
|
256
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
257
|
-
error: undefined;
|
258
|
-
originalArgs: {
|
259
|
-
clusterName?: string | undefined;
|
260
|
-
};
|
261
|
-
requestId: string;
|
262
|
-
endpointName: string;
|
263
|
-
startedTimeStamp: number;
|
264
|
-
data: PreparedTenant[];
|
265
|
-
fulfilledTimeStamp: number;
|
266
|
-
} & {
|
267
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
268
|
-
isUninitialized: false;
|
269
|
-
isLoading: false;
|
270
|
-
isSuccess: true;
|
271
|
-
isError: false;
|
272
|
-
}) | ({
|
273
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
274
|
-
originalArgs: {
|
275
|
-
clusterName?: string | undefined;
|
276
|
-
};
|
277
|
-
requestId: string;
|
278
|
-
data?: PreparedTenant[] | undefined;
|
279
|
-
error?: unknown;
|
280
|
-
endpointName: string;
|
281
|
-
startedTimeStamp: number;
|
282
|
-
fulfilledTimeStamp?: number | undefined;
|
283
|
-
} & {
|
284
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
285
|
-
isUninitialized: false;
|
286
|
-
isLoading: true;
|
287
|
-
isSuccess: false;
|
288
|
-
isError: false;
|
289
|
-
}) | ({
|
290
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
291
|
-
data?: PreparedTenant[] | undefined;
|
292
|
-
fulfilledTimeStamp?: number | undefined;
|
293
|
-
originalArgs: {
|
294
|
-
clusterName?: string | undefined;
|
295
|
-
};
|
296
|
-
requestId: string;
|
297
|
-
endpointName: string;
|
298
|
-
startedTimeStamp: number;
|
299
|
-
error: unknown;
|
300
|
-
} & {
|
301
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
302
|
-
isUninitialized: false;
|
303
|
-
isLoading: false;
|
304
|
-
isSuccess: false;
|
305
|
-
isError: true;
|
306
|
-
})];
|
307
|
-
recomputations: () => number;
|
308
|
-
resetRecomputations: () => void;
|
309
|
-
dependencyRecomputations: () => number;
|
310
|
-
resetDependencyRecomputations: () => void;
|
311
|
-
} & {
|
312
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
313
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
314
|
-
};
|
315
|
-
export declare const selectTenantsSearchValue: (state: TenantsStateSlice) => string;
|
316
|
-
export declare const selectFilteredTenants: ((state: {
|
317
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
318
|
-
singleClusterMode: boolean;
|
319
|
-
cluster: import("../cluster/types").ClusterState;
|
320
|
-
tenant: import("../tenant/types").TenantState;
|
321
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
322
|
-
tablets: import("../../../types/store/tablets").TabletsState;
|
323
|
-
schema: import("../schema/types").SchemaState;
|
324
|
-
tenants: import("./types").TenantsState;
|
325
|
-
partitions: import("../partitions/types").PartitionsState;
|
326
|
-
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
327
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
328
|
-
settings: import("../settings/types").SettingsState;
|
329
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
330
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
331
|
-
authentication: import("../authentication/types").AuthenticationState;
|
332
|
-
header: import("../header/types").HeaderState;
|
333
|
-
saveQuery: string | null;
|
334
|
-
fullscreen: boolean;
|
335
|
-
clusters: import("../clusters/types").ClustersFilters;
|
336
|
-
} & {
|
337
|
-
settings: import("../settings/types").SettingsState;
|
338
|
-
} & TenantsStateSlice, clusterName: string | undefined) => PreparedTenant[]) & {
|
339
|
-
clearCache: () => void;
|
340
|
-
resultsCount: () => number;
|
341
|
-
resetResultsCount: () => void;
|
342
|
-
} & {
|
343
|
-
resultFunc: (resultFuncArgs_0: PreparedTenant[], resultFuncArgs_1: ProblemFilterValue, resultFuncArgs_2: string) => PreparedTenant[];
|
344
|
-
memoizedResultFunc: ((resultFuncArgs_0: PreparedTenant[], resultFuncArgs_1: ProblemFilterValue, resultFuncArgs_2: string) => PreparedTenant[]) & {
|
345
|
-
clearCache: () => void;
|
346
|
-
resultsCount: () => number;
|
347
|
-
resetResultsCount: () => void;
|
348
|
-
};
|
349
|
-
lastResult: () => PreparedTenant[];
|
350
|
-
dependencies: [((state: {
|
351
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
352
|
-
singleClusterMode: boolean;
|
353
|
-
cluster: import("../cluster/types").ClusterState;
|
354
|
-
tenant: import("../tenant/types").TenantState;
|
355
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
356
|
-
tablets: import("../../../types/store/tablets").TabletsState;
|
357
|
-
schema: import("../schema/types").SchemaState;
|
358
|
-
tenants: import("./types").TenantsState;
|
359
|
-
partitions: import("../partitions/types").PartitionsState;
|
360
|
-
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
361
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
362
|
-
settings: import("../settings/types").SettingsState;
|
363
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
364
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
365
|
-
authentication: import("../authentication/types").AuthenticationState;
|
366
|
-
header: import("../header/types").HeaderState;
|
367
|
-
saveQuery: string | null;
|
368
|
-
fullscreen: boolean;
|
369
|
-
clusters: import("../clusters/types").ClustersFilters;
|
370
|
-
}, clusterName: string | undefined) => PreparedTenant[]) & {
|
371
|
-
clearCache: () => void;
|
372
|
-
resultsCount: () => number;
|
373
|
-
resetResultsCount: () => void;
|
374
|
-
} & {
|
375
|
-
resultFunc: (resultFuncArgs_0: {
|
376
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
377
|
-
singleClusterMode: boolean;
|
378
|
-
cluster: import("../cluster/types").ClusterState;
|
379
|
-
tenant: import("../tenant/types").TenantState;
|
380
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
381
|
-
tablets: import("../../../types/store/tablets").TabletsState;
|
382
|
-
schema: import("../schema/types").SchemaState;
|
383
|
-
tenants: import("./types").TenantsState;
|
384
|
-
partitions: import("../partitions/types").PartitionsState;
|
385
|
-
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
386
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
387
|
-
settings: import("../settings/types").SettingsState;
|
388
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
389
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
390
|
-
authentication: import("../authentication/types").AuthenticationState;
|
391
|
-
header: import("../header/types").HeaderState;
|
392
|
-
saveQuery: string | null;
|
393
|
-
fullscreen: boolean;
|
394
|
-
clusters: import("../clusters/types").ClustersFilters;
|
395
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
396
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
397
|
-
clusterName?: string | undefined;
|
398
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", PreparedTenant[] | undefined, "api">;
|
399
|
-
}, "All", "api">) => ({
|
400
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
401
|
-
originalArgs?: undefined;
|
402
|
-
data?: undefined;
|
403
|
-
error?: undefined;
|
404
|
-
requestId?: undefined;
|
405
|
-
endpointName?: string | undefined;
|
406
|
-
startedTimeStamp?: undefined;
|
407
|
-
fulfilledTimeStamp?: undefined;
|
408
|
-
} & {
|
409
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
410
|
-
isUninitialized: true;
|
411
|
-
isLoading: false;
|
412
|
-
isSuccess: false;
|
413
|
-
isError: false;
|
414
|
-
}) | ({
|
415
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
416
|
-
error: undefined;
|
417
|
-
originalArgs: {
|
418
|
-
clusterName?: string | undefined;
|
419
|
-
};
|
420
|
-
requestId: string;
|
421
|
-
endpointName: string;
|
422
|
-
startedTimeStamp: number;
|
423
|
-
data: PreparedTenant[];
|
424
|
-
fulfilledTimeStamp: number;
|
425
|
-
} & {
|
426
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
427
|
-
isUninitialized: false;
|
428
|
-
isLoading: false;
|
429
|
-
isSuccess: true;
|
430
|
-
isError: false;
|
431
|
-
}) | ({
|
432
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
433
|
-
originalArgs: {
|
434
|
-
clusterName?: string | undefined;
|
435
|
-
};
|
436
|
-
requestId: string;
|
437
|
-
data?: PreparedTenant[] | undefined;
|
438
|
-
error?: unknown;
|
439
|
-
endpointName: string;
|
440
|
-
startedTimeStamp: number;
|
441
|
-
fulfilledTimeStamp?: number | undefined;
|
442
|
-
} & {
|
443
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
444
|
-
isUninitialized: false;
|
445
|
-
isLoading: true;
|
446
|
-
isSuccess: false;
|
447
|
-
isError: false;
|
448
|
-
}) | ({
|
449
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
450
|
-
data?: PreparedTenant[] | undefined;
|
451
|
-
fulfilledTimeStamp?: number | undefined;
|
452
|
-
originalArgs: {
|
453
|
-
clusterName?: string | undefined;
|
454
|
-
};
|
455
|
-
requestId: string;
|
456
|
-
endpointName: string;
|
457
|
-
startedTimeStamp: number;
|
458
|
-
error: unknown;
|
459
|
-
} & {
|
460
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
461
|
-
isUninitialized: false;
|
462
|
-
isLoading: false;
|
463
|
-
isSuccess: false;
|
464
|
-
isError: true;
|
465
|
-
})) => PreparedTenant[];
|
466
|
-
memoizedResultFunc: ((resultFuncArgs_0: {
|
467
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
468
|
-
singleClusterMode: boolean;
|
469
|
-
cluster: import("../cluster/types").ClusterState;
|
470
|
-
tenant: import("../tenant/types").TenantState;
|
471
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
472
|
-
tablets: import("../../../types/store/tablets").TabletsState;
|
473
|
-
schema: import("../schema/types").SchemaState;
|
474
|
-
tenants: import("./types").TenantsState;
|
475
|
-
partitions: import("../partitions/types").PartitionsState;
|
476
|
-
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
477
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
478
|
-
settings: import("../settings/types").SettingsState;
|
479
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
480
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
481
|
-
authentication: import("../authentication/types").AuthenticationState;
|
482
|
-
header: import("../header/types").HeaderState;
|
483
|
-
saveQuery: string | null;
|
484
|
-
fullscreen: boolean;
|
485
|
-
clusters: import("../clusters/types").ClustersFilters;
|
486
|
-
}, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
|
487
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
488
|
-
clusterName?: string | undefined;
|
489
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", PreparedTenant[] | undefined, "api">;
|
490
|
-
}, "All", "api">) => ({
|
491
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
492
|
-
originalArgs?: undefined;
|
493
|
-
data?: undefined;
|
494
|
-
error?: undefined;
|
495
|
-
requestId?: undefined;
|
496
|
-
endpointName?: string | undefined;
|
497
|
-
startedTimeStamp?: undefined;
|
498
|
-
fulfilledTimeStamp?: undefined;
|
499
|
-
} & {
|
500
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
501
|
-
isUninitialized: true;
|
502
|
-
isLoading: false;
|
503
|
-
isSuccess: false;
|
504
|
-
isError: false;
|
505
|
-
}) | ({
|
506
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
507
|
-
error: undefined;
|
508
|
-
originalArgs: {
|
509
|
-
clusterName?: string | undefined;
|
510
|
-
};
|
511
|
-
requestId: string;
|
512
|
-
endpointName: string;
|
513
|
-
startedTimeStamp: number;
|
514
|
-
data: PreparedTenant[];
|
515
|
-
fulfilledTimeStamp: number;
|
516
|
-
} & {
|
517
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
518
|
-
isUninitialized: false;
|
519
|
-
isLoading: false;
|
520
|
-
isSuccess: true;
|
521
|
-
isError: false;
|
522
|
-
}) | ({
|
523
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
524
|
-
originalArgs: {
|
525
|
-
clusterName?: string | undefined;
|
526
|
-
};
|
527
|
-
requestId: string;
|
528
|
-
data?: PreparedTenant[] | undefined;
|
529
|
-
error?: unknown;
|
530
|
-
endpointName: string;
|
531
|
-
startedTimeStamp: number;
|
532
|
-
fulfilledTimeStamp?: number | undefined;
|
533
|
-
} & {
|
534
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
535
|
-
isUninitialized: false;
|
536
|
-
isLoading: true;
|
537
|
-
isSuccess: false;
|
538
|
-
isError: false;
|
539
|
-
}) | ({
|
540
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
541
|
-
data?: PreparedTenant[] | undefined;
|
542
|
-
fulfilledTimeStamp?: number | undefined;
|
543
|
-
originalArgs: {
|
544
|
-
clusterName?: string | undefined;
|
545
|
-
};
|
546
|
-
requestId: string;
|
547
|
-
endpointName: string;
|
548
|
-
startedTimeStamp: number;
|
549
|
-
error: unknown;
|
550
|
-
} & {
|
551
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
552
|
-
isUninitialized: false;
|
553
|
-
isLoading: false;
|
554
|
-
isSuccess: false;
|
555
|
-
isError: true;
|
556
|
-
})) => PreparedTenant[]) & {
|
557
|
-
clearCache: () => void;
|
558
|
-
resultsCount: () => number;
|
559
|
-
resetResultsCount: () => void;
|
560
|
-
};
|
561
|
-
lastResult: () => PreparedTenant[];
|
562
|
-
dependencies: [(state: RootState) => {
|
563
|
-
api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
|
564
|
-
singleClusterMode: boolean;
|
565
|
-
cluster: import("../cluster/types").ClusterState;
|
566
|
-
tenant: import("../tenant/types").TenantState;
|
567
|
-
tooltip: import("../../../types/store/tooltip").ITooltipState;
|
568
|
-
tablets: import("../../../types/store/tablets").TabletsState;
|
569
|
-
schema: import("../schema/types").SchemaState;
|
570
|
-
tenants: import("./types").TenantsState;
|
571
|
-
partitions: import("../partitions/types").PartitionsState;
|
572
|
-
executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
|
573
|
-
heatmap: import("../../../types/store/heatmap").IHeatmapState;
|
574
|
-
settings: import("../settings/types").SettingsState;
|
575
|
-
executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
|
576
|
-
shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
|
577
|
-
authentication: import("../authentication/types").AuthenticationState;
|
578
|
-
header: import("../header/types").HeaderState;
|
579
|
-
saveQuery: string | null;
|
580
|
-
fullscreen: boolean;
|
581
|
-
clusters: import("../clusters/types").ClustersFilters;
|
582
|
-
}, (_state: RootState, clusterName: string | undefined) => (state: import("@reduxjs/toolkit/query").RootState<{
|
583
|
-
getTenantsInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
|
584
|
-
clusterName?: string | undefined;
|
585
|
-
}, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", PreparedTenant[] | undefined, "api">;
|
586
|
-
}, "All", "api">) => ({
|
587
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
588
|
-
originalArgs?: undefined;
|
589
|
-
data?: undefined;
|
590
|
-
error?: undefined;
|
591
|
-
requestId?: undefined;
|
592
|
-
endpointName?: string | undefined;
|
593
|
-
startedTimeStamp?: undefined;
|
594
|
-
fulfilledTimeStamp?: undefined;
|
595
|
-
} & {
|
596
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
597
|
-
isUninitialized: true;
|
598
|
-
isLoading: false;
|
599
|
-
isSuccess: false;
|
600
|
-
isError: false;
|
601
|
-
}) | ({
|
602
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
603
|
-
error: undefined;
|
604
|
-
originalArgs: {
|
605
|
-
clusterName?: string | undefined;
|
606
|
-
};
|
607
|
-
requestId: string;
|
608
|
-
endpointName: string;
|
609
|
-
startedTimeStamp: number;
|
610
|
-
data: PreparedTenant[];
|
611
|
-
fulfilledTimeStamp: number;
|
612
|
-
} & {
|
613
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
|
614
|
-
isUninitialized: false;
|
615
|
-
isLoading: false;
|
616
|
-
isSuccess: true;
|
617
|
-
isError: false;
|
618
|
-
}) | ({
|
619
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
620
|
-
originalArgs: {
|
621
|
-
clusterName?: string | undefined;
|
622
|
-
};
|
623
|
-
requestId: string;
|
624
|
-
data?: PreparedTenant[] | undefined;
|
625
|
-
error?: unknown;
|
626
|
-
endpointName: string;
|
627
|
-
startedTimeStamp: number;
|
628
|
-
fulfilledTimeStamp?: number | undefined;
|
629
|
-
} & {
|
630
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.pending;
|
631
|
-
isUninitialized: false;
|
632
|
-
isLoading: true;
|
633
|
-
isSuccess: false;
|
634
|
-
isError: false;
|
635
|
-
}) | ({
|
636
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
637
|
-
data?: PreparedTenant[] | undefined;
|
638
|
-
fulfilledTimeStamp?: number | undefined;
|
639
|
-
originalArgs: {
|
640
|
-
clusterName?: string | undefined;
|
641
|
-
};
|
642
|
-
requestId: string;
|
643
|
-
endpointName: string;
|
644
|
-
startedTimeStamp: number;
|
645
|
-
error: unknown;
|
646
|
-
} & {
|
647
|
-
status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
|
648
|
-
isUninitialized: false;
|
649
|
-
isLoading: false;
|
650
|
-
isSuccess: false;
|
651
|
-
isError: true;
|
652
|
-
})];
|
653
|
-
recomputations: () => number;
|
654
|
-
resetRecomputations: () => void;
|
655
|
-
dependencyRecomputations: () => number;
|
656
|
-
resetDependencyRecomputations: () => void;
|
657
|
-
} & {
|
658
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
659
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
660
|
-
}, import("reselect").Selector<{
|
661
|
-
settings: import("../settings/types").SettingsState;
|
662
|
-
}, ProblemFilterValue, []> & {
|
663
|
-
unwrapped: (state: import("../settings/types").SettingsState) => ProblemFilterValue;
|
664
|
-
}, (state: TenantsStateSlice) => string];
|
665
|
-
recomputations: () => number;
|
666
|
-
resetRecomputations: () => void;
|
667
|
-
dependencyRecomputations: () => number;
|
668
|
-
resetDependencyRecomputations: () => void;
|
669
|
-
} & {
|
670
|
-
argsMemoize: typeof import("reselect").weakMapMemoize;
|
671
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
672
|
-
};
|