ydb-embedded-ui 5.4.0 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +8 -4
- package/dist/components/BasicNodeViewer/BasicNodeViewer.d.ts +2 -2
- package/dist/components/BasicNodeViewer/BasicNodeViewer.js +5 -4
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +4 -4
- package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +6 -6
- package/dist/components/CellWithPopover/CellWithPopover.d.ts +2 -3
- package/dist/components/CellWithPopover/CellWithPopover.js +2 -2
- package/dist/components/CellWithPopover/CellWithPopover.scss +1 -1
- package/dist/components/CircularProgressBar/CircularProgressBar.d.ts +3 -3
- package/dist/components/CircularProgressBar/CircularProgressBar.js +2 -2
- package/dist/components/ClipboardButton/ClipboardButton.d.ts +2 -3
- package/dist/components/ClipboardButton/ClipboardButton.js +5 -5
- package/dist/components/ComponentsProvider/ComponentsProvider.d.ts +1 -1
- package/dist/components/ComponentsProvider/ComponentsProvider.js +1 -1
- package/dist/components/ComponentsProvider/componentsRegistry.d.ts +3 -2
- package/dist/components/ComponentsProvider/componentsRegistry.js +2 -2
- package/dist/components/ContentWithPopup/ContentWithPopup.d.ts +5 -5
- package/dist/components/ContentWithPopup/ContentWithPopup.js +5 -5
- package/dist/components/CriticalActionDialog/CriticalActionDialog.d.ts +1 -2
- package/dist/components/CriticalActionDialog/CriticalActionDialog.js +9 -9
- package/dist/components/DateRange/DateRange.d.ts +1 -1
- package/dist/components/DateRange/DateRange.js +2 -2
- package/dist/components/DiagnosticCard/DiagnosticCard.d.ts +3 -3
- package/dist/components/DiagnosticCard/DiagnosticCard.js +2 -2
- package/dist/components/DiskPageTitle/DiskPageTitle.d.ts +11 -0
- package/dist/components/DiskPageTitle/DiskPageTitle.js +8 -0
- package/dist/components/DiskPageTitle/DiskPageTitle.scss +21 -0
- package/dist/{containers/Storage → components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +1 -2
- package/dist/{containers/Storage → components}/DiskStateProgressBar/DiskStateProgressBar.js +6 -6
- package/dist/components/Divider/Divider.d.ts +1 -2
- package/dist/components/Divider/Divider.js +1 -1
- package/dist/components/EmptyState/EmptyState.d.ts +5 -5
- package/dist/components/EmptyState/EmptyState.js +2 -2
- package/dist/components/EnableFullscreenButton/EnableFullscreenButton.d.ts +1 -2
- package/dist/components/EnableFullscreenButton/EnableFullscreenButton.js +2 -2
- package/dist/components/EntitiesCount/EntitiesCount.d.ts +1 -1
- package/dist/components/EntitiesCount/EntitiesCount.js +1 -1
- package/dist/components/EntitiesCount/i18n/index.d.ts +1 -1
- package/dist/components/EntitiesCount/i18n/index.js +2 -4
- package/dist/components/EntityStatus/EntityStatus.d.ts +2 -3
- package/dist/components/EntityStatus/EntityStatus.js +14 -11
- package/dist/components/EntityStatus/EntityStatus.scss +4 -0
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +7 -7
- package/dist/components/ErrorBoundary/ErrorBoundary.js +8 -7
- package/dist/components/ErrorBoundary/i18n/index.d.ts +1 -1
- package/dist/components/ErrorBoundary/i18n/index.js +2 -4
- package/dist/components/Errors/403/AccessDenied.d.ts +2 -2
- package/dist/components/Errors/ResponseError/ResponseError.d.ts +2 -3
- package/dist/components/Errors/ResponseError/ResponseError.js +10 -1
- package/dist/components/Errors/i18n/index.d.ts +1 -1
- package/dist/components/Errors/i18n/index.js +2 -4
- package/dist/components/FormattedBytes/FormattedBytes.d.ts +2 -2
- package/dist/components/FormattedBytes/FormattedBytes.js +1 -1
- package/dist/components/FormattedBytes/utils.d.ts +1 -1
- package/dist/components/FullNodeViewer/FullNodeViewer.d.ts +1 -1
- package/dist/components/FullNodeViewer/FullNodeViewer.js +3 -3
- package/dist/components/Fullscreen/Fullscreen.d.ts +1 -1
- package/dist/components/Fullscreen/Fullscreen.js +6 -6
- package/dist/components/Fullscreen/Fullscreen.scss +1 -4
- package/dist/components/GroupInfo/GroupInfo.d.ts +7 -0
- package/dist/components/GroupInfo/GroupInfo.js +28 -0
- package/dist/components/GroupInfo/i18n/en.json +6 -0
- package/dist/components/GroupInfo/i18n/index.d.ts +1 -0
- package/dist/components/GroupInfo/i18n/index.js +4 -0
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Illustration/Illustration.d.ts +3 -3
- package/dist/components/Illustration/Illustration.js +5 -5
- package/dist/components/InfoViewer/InfoViewer.d.ts +5 -5
- package/dist/components/InfoViewer/InfoViewer.js +5 -4
- package/dist/components/InfoViewer/formatters/cdcStream.d.ts +3 -2
- package/dist/components/InfoViewer/formatters/common.d.ts +2 -1
- package/dist/components/InfoViewer/formatters/common.js +1 -1
- package/dist/components/InfoViewer/formatters/pqGroup.d.ts +5 -4
- package/dist/components/InfoViewer/formatters/pqGroup.js +2 -2
- package/dist/components/InfoViewer/formatters/schema.d.ts +2 -1
- package/dist/components/InfoViewer/formatters/schema.js +2 -2
- package/dist/components/InfoViewer/formatters/table.d.ts +5 -4
- package/dist/components/InfoViewer/i18n/index.d.ts +1 -1
- package/dist/components/InfoViewer/i18n/index.js +2 -4
- package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.d.ts +1 -1
- package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.js +2 -2
- package/dist/components/InfoViewer/schemaOverview/CDCStreamOverview.d.ts +1 -1
- package/dist/components/InfoViewer/schemaOverview/CDCStreamOverview.js +7 -11
- package/dist/components/InfoViewer/schemaOverview/PersQueueGroupOverview.d.ts +1 -1
- package/dist/components/InfoViewer/schemaOverview/PersQueueGroupOverview.js +9 -5
- package/dist/components/InfoViewer/utils.d.ts +6 -6
- package/dist/components/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +1 -1
- package/dist/components/InfoViewerSkeleton/InfoViewerSkeleton.js +4 -4
- package/dist/components/InfoViewerSkeleton/InfoViewerSkeleton.scss +1 -1
- package/dist/components/InternalLink/InternalLink.d.ts +2 -2
- package/dist/components/InternalLink/InternalLink.js +3 -3
- package/dist/components/LabelWithPopover/LabelWithPopover.d.ts +4 -4
- package/dist/components/LabelWithPopover/LabelWithPopover.js +1 -1
- package/dist/components/LagImages/LagImages.d.ts +2 -2
- package/dist/components/LagImages/LagImages.js +5 -5
- package/dist/components/LagPopoverContent/LagPopoverContent.d.ts +1 -1
- package/dist/components/LagPopoverContent/LagPopoverContent.js +3 -3
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.d.ts +3 -4
- package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js +1 -1
- package/dist/components/LinkWithIcon/LinkWithIcon.d.ts +1 -1
- package/dist/components/LinkWithIcon/LinkWithIcon.js +8 -7
- package/dist/components/Loader/Loader.d.ts +2 -2
- package/dist/components/Loader/Loader.js +2 -2
- package/dist/components/MetricChart/MetricChart.d.ts +2 -2
- package/dist/components/MetricChart/MetricChart.js +29 -77
- package/dist/components/MetricChart/colors.js +9 -9
- package/dist/components/MetricChart/getChartData.d.ts +5 -4
- package/dist/components/MetricChart/getChartData.js +2 -2
- package/dist/components/MetricChart/reducer.d.ts +4 -26
- package/dist/components/MetricChart/reducer.js +32 -58
- package/dist/components/MetricChart/types.d.ts +4 -0
- package/dist/components/MonacoEditor/MonacoEditor.d.ts +2 -0
- package/dist/components/MonacoEditor/MonacoEditor.js +7 -0
- package/dist/components/MonitoringButton/MonitoringButton.d.ts +1 -2
- package/dist/components/MonitoringButton/MonitoringButton.js +2 -2
- package/dist/components/NodeHostWrapper/NodeHostWrapper.d.ts +1 -1
- package/dist/components/NodeHostWrapper/NodeHostWrapper.js +5 -5
- package/dist/components/PDiskInfo/PDiskInfo.d.ts +2 -3
- package/dist/components/PDiskInfo/PDiskInfo.js +6 -6
- package/dist/components/PDiskInfo/PDiskInfo.scss +0 -1
- package/dist/components/PDiskInfo/i18n/index.d.ts +1 -1
- package/dist/{containers/Storage → components}/PDiskPopup/PDiskPopup.d.ts +5 -5
- package/dist/{containers/Storage → components}/PDiskPopup/PDiskPopup.js +9 -8
- package/dist/components/PageMeta/PageMeta.d.ts +2 -2
- package/dist/components/PageMeta/PageMeta.js +9 -2
- package/dist/components/PageMeta/PageMeta.scss +9 -0
- package/dist/components/PoolBar/PoolBar.d.ts +1 -1
- package/dist/components/PoolBar/PoolBar.js +3 -3
- package/dist/components/PoolUsage/PoolUsage.d.ts +1 -1
- package/dist/components/PoolUsage/PoolUsage.js +3 -3
- package/dist/components/PoolsGraph/PoolsGraph.d.ts +1 -1
- package/dist/components/PoolsGraph/PoolsGraph.js +3 -3
- package/dist/components/ProblemFilter/ProblemFilter.d.ts +1 -1
- package/dist/components/ProblemFilter/ProblemFilter.js +1 -1
- package/dist/components/ProgressViewer/ProgressViewer.d.ts +5 -15
- package/dist/components/ProgressViewer/ProgressViewer.js +5 -14
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +1 -1
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.js +2 -2
- package/dist/components/QueryExecutionStatus/QueryExecutionStatus.scss +1 -2
- package/dist/components/QueryResultTable/Cell/Cell.js +4 -4
- package/dist/components/QueryResultTable/QueryResultTable.d.ts +2 -11
- package/dist/components/QueryResultTable/QueryResultTable.js +6 -6
- package/dist/components/QueryResultTable/i18n/index.d.ts +1 -1
- package/dist/components/QueryResultTable/i18n/index.js +2 -4
- package/dist/components/Search/Search.d.ts +1 -1
- package/dist/components/Search/Search.js +5 -5
- package/dist/components/ShortyString/ShortyString.d.ts +2 -2
- package/dist/components/ShortyString/ShortyString.js +5 -4
- package/dist/components/ShortyString/i18n/index.d.ts +1 -1
- package/dist/components/ShortyString/i18n/index.js +2 -4
- package/dist/components/SpeedMultiMeter/SpeedMultiMeter.d.ts +2 -2
- package/dist/components/SpeedMultiMeter/SpeedMultiMeter.js +11 -11
- package/dist/components/SpeedMultiMeter/i18n/index.d.ts +1 -1
- package/dist/components/SpeedMultiMeter/i18n/index.js +2 -4
- package/dist/components/SplitPane/SplitPane.d.ts +2 -2
- package/dist/components/SplitPane/SplitPane.js +6 -6
- package/dist/components/SplitPane/SplitPane.scss +1 -4
- package/dist/components/SplitPane/index.d.ts +1 -1
- package/dist/components/Stack/Stack.d.ts +2 -1
- package/dist/components/Stack/Stack.js +5 -5
- package/dist/components/Stack/Stack.scss +8 -4
- package/dist/components/StatusIcon/StatusIcon.d.ts +2 -2
- package/dist/components/StatusIcon/StatusIcon.js +6 -7
- package/dist/components/StatusIcon/StatusIcon.scss +2 -4
- package/dist/components/TableSkeleton/TableSkeleton.d.ts +1 -2
- package/dist/components/TableSkeleton/TableSkeleton.js +3 -3
- package/dist/components/TableSkeleton/TableSkeleton.scss +1 -1
- package/dist/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +5 -5
- package/dist/components/TableWithControlsLayout/TableWithControlsLayout.js +5 -5
- package/dist/components/Tablet/Tablet.d.ts +1 -1
- package/dist/components/Tablet/Tablet.js +4 -4
- package/dist/components/TabletIcon/TabletIcon.d.ts +1 -1
- package/dist/components/TabletIcon/TabletIcon.js +2 -2
- package/dist/components/TabletsOverall/TabletsOverall.d.ts +1 -2
- package/dist/components/TabletsOverall/TabletsOverall.js +3 -3
- package/dist/components/TabletsOverall/TabletsOverall.scss +2 -3
- package/dist/components/TabletsStatistic/TabletsStatistic.d.ts +2 -2
- package/dist/components/TabletsStatistic/TabletsStatistic.js +4 -4
- package/dist/components/Tag/Tag.d.ts +1 -1
- package/dist/components/Tag/Tag.js +2 -2
- package/dist/components/Tags/Tags.d.ts +2 -2
- package/dist/components/Tags/Tags.js +3 -3
- package/dist/components/TimeFrameSelector/TimeFrameSelector.d.ts +2 -2
- package/dist/components/TimeFrameSelector/TimeFrameSelector.js +3 -3
- package/dist/components/TimeFrameSelector/TimeFrameSelector.scss +0 -1
- package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +1 -1
- package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +2 -2
- package/dist/components/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +1 -1
- package/dist/components/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +1 -1
- package/dist/components/TruncatedQuery/TruncatedQuery.d.ts +2 -2
- package/dist/components/TruncatedQuery/TruncatedQuery.js +6 -5
- package/dist/components/UptimeFIlter/UptimeFilter.d.ts +1 -1
- package/dist/components/UptimeFIlter/UptimeFilter.js +2 -2
- package/dist/components/UsageLabel/UsageLabel.d.ts +2 -3
- package/dist/components/UsageLabel/UsageLabel.js +1 -1
- package/dist/components/User/StaffCard.d.ts +1 -1
- package/dist/components/User/User.d.ts +1 -2
- package/dist/components/User/User.js +1 -1
- package/dist/{containers/Storage → components}/VDisk/VDisk.d.ts +3 -3
- package/dist/components/VDisk/VDisk.js +28 -0
- package/dist/{containers/Storage → components}/VDisk/VDisk.scss +1 -1
- package/dist/components/VDisk/VDiskWithDonorsStack.d.ts +11 -0
- package/dist/components/VDisk/VDiskWithDonorsStack.js +14 -0
- package/dist/components/VDiskInfo/VDiskInfo.d.ts +9 -0
- package/dist/components/VDiskInfo/VDiskInfo.js +113 -0
- package/dist/components/VDiskInfo/VDiskInfo.scss +7 -0
- package/dist/components/VDiskInfo/i18n/en.json +23 -0
- package/dist/components/VDiskInfo/i18n/index.d.ts +1 -0
- package/dist/components/VDiskInfo/i18n/index.js +4 -0
- package/dist/components/VDiskPopup/VDiskPopup.d.ts +11 -0
- package/dist/{containers/Storage → components}/VDiskPopup/VDiskPopup.js +13 -12
- package/dist/components/VirtualTable/TableChunk.d.ts +2 -2
- package/dist/components/VirtualTable/TableChunk.js +5 -5
- package/dist/components/VirtualTable/TableHead.d.ts +3 -2
- package/dist/components/VirtualTable/TableHead.js +21 -23
- package/dist/components/VirtualTable/TableRow.d.ts +5 -5
- package/dist/components/VirtualTable/TableRow.js +8 -8
- package/dist/components/VirtualTable/VirtualTable.d.ts +2 -2
- package/dist/components/VirtualTable/VirtualTable.js +24 -24
- package/dist/components/VirtualTable/constants.d.ts +1 -0
- package/dist/components/VirtualTable/constants.js +1 -0
- package/dist/components/VirtualTable/i18n/index.d.ts +1 -1
- package/dist/components/VirtualTable/i18n/index.js +2 -4
- package/dist/components/VirtualTable/reducer.d.ts +1 -2
- package/dist/components/VirtualTable/shared.d.ts +1 -10
- package/dist/components/VirtualTable/shared.js +1 -1
- package/dist/components/VirtualTable/types.d.ts +7 -7
- package/dist/components/VirtualTable/useIntersectionObserver.js +3 -3
- package/dist/components/slots/types.d.ts +3 -1
- package/dist/components/slots/utils.d.ts +3 -1
- package/dist/containers/App/App.d.ts +8 -2
- package/dist/containers/App/App.js +5 -7
- package/dist/containers/App/App.scss +8 -5
- package/dist/containers/App/Content.d.ts +7 -3
- package/dist/containers/App/Content.js +30 -19
- package/dist/containers/App/Providers.d.ts +1 -1
- package/dist/containers/App/Providers.js +5 -5
- package/dist/containers/App/appSlots.d.ts +13 -4
- package/dist/containers/App/appSlots.js +2 -1
- package/dist/containers/App/i18n/index.d.ts +1 -1
- package/dist/containers/App/i18n/index.js +2 -4
- package/dist/containers/AppIcons/AppIcons.d.ts +1 -1
- package/dist/containers/AppIcons/AppIcons.js +3 -3
- package/dist/containers/AppWithClusters/AppWithClusters.d.ts +4 -4
- package/dist/containers/AppWithClusters/AppWithClusters.js +5 -5
- package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +2 -3
- package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.js +7 -7
- package/dist/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +1 -2
- package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +2 -3
- package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.js +1 -1
- package/dist/containers/AppWithClusters/i18n/index.d.ts +1 -1
- package/dist/containers/AppWithClusters/i18n/index.js +2 -4
- package/dist/containers/AppWithClusters/useClusterData.js +11 -8
- package/dist/containers/AsideNavigation/AsideNavigation.d.ts +2 -2
- package/dist/containers/AsideNavigation/AsideNavigation.js +14 -14
- package/dist/containers/AsideNavigation/Navigation.d.ts +1 -1
- package/dist/containers/AsideNavigation/Navigation.js +2 -2
- package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +1 -2
- package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +4 -4
- package/dist/containers/AsideNavigation/i18n/index.d.ts +1 -1
- package/dist/containers/AsideNavigation/i18n/index.js +2 -4
- package/dist/containers/AsideNavigation/useNavigationMenuItems.js +4 -4
- package/dist/containers/Authentication/Authentication.d.ts +1 -2
- package/dist/containers/Authentication/Authentication.js +15 -15
- package/dist/containers/Authentication/Authentication.scss +3 -3
- package/dist/containers/Cluster/Cluster.d.ts +2 -3
- package/dist/containers/Cluster/Cluster.js +35 -36
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.d.ts +4 -4
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js +16 -15
- package/dist/containers/Cluster/ClusterInfo/ClusterInfo.scss +0 -1
- package/dist/containers/Cluster/ClusterInfo/utils.d.ts +1 -1
- package/dist/containers/Cluster/VersionsBar/VersionsBar.d.ts +1 -1
- package/dist/containers/Cluster/VersionsBar/VersionsBar.js +3 -3
- package/dist/containers/Cluster/VersionsBar/VersionsBar.scss +2 -2
- package/dist/containers/Cluster/i18n/index.d.ts +1 -1
- package/dist/containers/Cluster/i18n/index.js +2 -4
- package/dist/containers/ClusterModeGuard/ClusterModeGuard.d.ts +3 -3
- package/dist/containers/ClusterModeGuard/ClusterModeGuard.js +3 -2
- package/dist/containers/Clusters/Clusters.d.ts +1 -2
- package/dist/containers/Clusters/Clusters.js +39 -31
- package/dist/containers/Clusters/Clusters.scss +12 -7
- package/dist/containers/Clusters/ClustersStatistics.d.ts +1 -1
- package/dist/containers/Clusters/ClustersStatistics.js +2 -2
- package/dist/containers/Clusters/columns.d.ts +1 -1
- package/dist/containers/Clusters/columns.js +15 -14
- package/dist/containers/Clusters/constants.d.ts +1 -1
- package/dist/containers/Clusters/shared.d.ts +1 -10
- package/dist/containers/Clusters/shared.js +1 -1
- package/dist/containers/Clusters/useSelectedColumns.d.ts +3 -3
- package/dist/containers/Clusters/useSelectedColumns.js +3 -1
- package/dist/containers/Header/Header.d.ts +2 -3
- package/dist/containers/Header/Header.js +12 -16
- package/dist/containers/Header/breadcrumbs.js +15 -3
- package/dist/containers/Header/i18n/en.json +1 -0
- package/dist/containers/Header/i18n/index.d.ts +1 -1
- package/dist/containers/Heatmap/Heatmap.d.ts +1 -1
- package/dist/containers/Heatmap/Heatmap.js +15 -30
- package/dist/containers/Heatmap/Heatmap.scss +1 -1
- package/dist/containers/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +6 -7
- package/dist/containers/Heatmap/HeatmapCanvas/HeatmapCanvas.js +11 -12
- package/dist/containers/Heatmap/Histogram/Histogram.d.ts +6 -6
- package/dist/containers/Heatmap/Histogram/Histogram.js +5 -5
- package/dist/containers/Heatmap/util.d.ts +10 -10
- package/dist/containers/Node/Node.d.ts +1 -2
- package/dist/containers/Node/Node.js +25 -33
- package/dist/containers/Node/NodePages.d.ts +1 -1
- package/dist/containers/Node/NodeStructure/NodeStructure.d.ts +1 -2
- package/dist/containers/Node/NodeStructure/NodeStructure.js +19 -32
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +3 -3
- package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js +2 -2
- package/dist/containers/Node/NodeStructure/Pdisk.d.ts +1 -2
- package/dist/containers/Node/NodeStructure/Pdisk.js +17 -17
- package/dist/containers/Node/NodeStructure/Vdisk.d.ts +6 -3
- package/dist/containers/Node/NodeStructure/Vdisk.js +8 -81
- package/dist/containers/Nodes/Nodes.d.ts +1 -1
- package/dist/containers/Nodes/Nodes.js +43 -39
- package/dist/containers/Nodes/NodesWrapper.d.ts +1 -1
- package/dist/containers/Nodes/NodesWrapper.js +1 -1
- package/dist/containers/Nodes/VirtualNodes.d.ts +1 -1
- package/dist/containers/Nodes/VirtualNodes.js +17 -17
- package/dist/containers/Nodes/getNodesColumns.d.ts +1 -1
- package/dist/containers/Nodes/getNodesColumns.js +5 -6
- package/dist/containers/Nodes/i18n/index.d.ts +1 -1
- package/dist/containers/Nodes/i18n/index.js +2 -4
- package/dist/containers/{PDisk → PDiskPage}/PDiskGroups.d.ts +1 -2
- package/dist/containers/{PDisk → PDiskPage}/PDiskGroups.js +5 -5
- package/dist/containers/PDiskPage/PDiskPage.d.ts +2 -0
- package/dist/containers/{PDisk/PDisk.js → PDiskPage/PDiskPage.js} +40 -42
- package/dist/containers/{PDisk/PDisk.scss → PDiskPage/PDiskPage.scss} +1 -16
- package/dist/containers/PDiskPage/shared.d.ts +1 -0
- package/dist/containers/ReduxTooltip/ReduxTooltip.d.ts +17 -16
- package/dist/containers/ReduxTooltip/ReduxTooltip.js +7 -7
- package/dist/containers/Storage/EmptyFilter/EmptyFilter.d.ts +1 -1
- package/dist/containers/Storage/EmptyFilter/EmptyFilter.js +1 -1
- package/dist/containers/Storage/EmptyFilter/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/EmptyFilter/i18n/index.js +2 -4
- package/dist/containers/Storage/PDisk/PDisk.d.ts +1 -1
- package/dist/containers/Storage/PDisk/PDisk.js +12 -18
- package/dist/containers/Storage/PDisk/PDisk.scss +0 -2
- package/dist/containers/Storage/Storage.d.ts +1 -1
- package/dist/containers/Storage/Storage.js +37 -48
- package/dist/containers/Storage/Storage.scss +1 -1
- package/dist/containers/Storage/StorageControls/StorageControls.d.ts +3 -3
- package/dist/containers/Storage/StorageControls/StorageControls.js +4 -3
- package/dist/containers/Storage/StorageGroups/StorageGroups.d.ts +3 -4
- package/dist/containers/Storage/StorageGroups/StorageGroups.js +3 -3
- package/dist/containers/Storage/StorageGroups/StorageGroups.scss +1 -7
- package/dist/containers/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +1 -1
- package/dist/containers/Storage/StorageGroups/VirtualStorageGroups.d.ts +3 -3
- package/dist/containers/Storage/StorageGroups/VirtualStorageGroups.js +6 -6
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +10 -9
- package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.js +23 -30
- package/dist/containers/Storage/StorageGroups/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/StorageGroups/i18n/index.js +2 -4
- package/dist/containers/Storage/StorageNodes/StorageNodes.d.ts +3 -4
- package/dist/containers/Storage/StorageNodes/StorageNodes.js +2 -2
- package/dist/containers/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +1 -1
- package/dist/containers/Storage/StorageNodes/VirtualStorageNodes.d.ts +3 -3
- package/dist/containers/Storage/StorageNodes/VirtualStorageNodes.js +8 -8
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +3 -2
- package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.js +5 -5
- package/dist/containers/Storage/StorageNodes/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/StorageNodes/i18n/index.js +2 -4
- package/dist/containers/Storage/StorageNodes/shared.d.ts +1 -10
- package/dist/containers/Storage/StorageNodes/shared.js +1 -1
- package/dist/containers/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +1 -1
- package/dist/containers/Storage/StorageTypeFilter/StorageTypeFilter.js +1 -1
- package/dist/containers/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +1 -1
- package/dist/containers/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +1 -1
- package/dist/containers/Storage/StorageWrapper.d.ts +1 -1
- package/dist/containers/Storage/StorageWrapper.js +1 -1
- package/dist/containers/Storage/UsageFilter/UsageFilter.d.ts +1 -1
- package/dist/containers/Storage/UsageFilter/UsageFilter.js +7 -7
- package/dist/containers/Storage/UsageFilter/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/UsageFilter/i18n/index.js +2 -4
- package/dist/containers/Storage/VirtualStorage.d.ts +1 -1
- package/dist/containers/Storage/VirtualStorage.js +9 -13
- package/dist/containers/Storage/i18n/index.d.ts +1 -1
- package/dist/containers/Storage/i18n/index.js +2 -4
- package/dist/containers/Storage/shared.d.ts +1 -10
- package/dist/containers/Storage/shared.js +1 -1
- package/dist/containers/Storage/utils/index.d.ts +2 -2
- package/dist/containers/Tablet/Tablet.d.ts +2 -11
- package/dist/containers/Tablet/Tablet.js +25 -37
- package/dist/containers/Tablet/TabletControls/TabletControls.d.ts +3 -4
- package/dist/containers/Tablet/TabletControls/TabletControls.js +6 -4
- package/dist/containers/Tablet/TabletInfo/TabletInfo.d.ts +2 -2
- package/dist/containers/Tablet/TabletInfo/TabletInfo.js +5 -5
- package/dist/containers/Tablet/TabletTable/TabletTable.d.ts +1 -1
- package/dist/containers/Tablet/TabletTable/TabletTable.js +2 -2
- package/dist/containers/Tablets/Tablets.d.ts +1 -1
- package/dist/containers/Tablets/Tablets.js +28 -28
- package/dist/containers/Tablets/Tablets.scss +1 -2
- package/dist/containers/Tablets/i18n/index.d.ts +1 -1
- package/dist/containers/Tablets/i18n/index.js +2 -4
- package/dist/containers/TabletsFilters/TabletsFilters.d.ts +17 -24
- package/dist/containers/TabletsFilters/TabletsFilters.js +21 -20
- package/dist/containers/Tenant/Acl/Acl.d.ts +1 -1
- package/dist/containers/Tenant/Acl/Acl.js +11 -11
- package/dist/containers/Tenant/Acl/Acl.scss +0 -5
- package/dist/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +6 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +19 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.scss +5 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/i18n/en.json +8 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +2 -0
- package/dist/containers/Tenant/Diagnostics/Autorefresh/i18n/index.js +4 -0
- package/dist/containers/Tenant/Diagnostics/Consumers/Consumers.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/Consumers.js +15 -22
- package/dist/containers/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/Headers/Headers.js +3 -3
- package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +4 -4
- package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.js +7 -7
- package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/Describe/Describe.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/Describe/Describe.js +32 -37
- package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +2 -3
- package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +3 -3
- package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.scss +2 -2
- package/dist/containers/Tenant/Diagnostics/Diagnostics.d.ts +2 -3
- package/dist/containers/Tenant/Diagnostics/Diagnostics.js +27 -31
- package/dist/containers/Tenant/Diagnostics/Diagnostics.scss +1 -1
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +6 -0
- package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +6 -2
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +11 -11
- package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.scss +1 -2
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.js +2 -3
- package/dist/containers/Tenant/Diagnostics/Network/Network.d.ts +5 -71
- package/dist/containers/Tenant/Diagnostics/Network/Network.js +122 -199
- package/dist/containers/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +16 -26
- package/dist/containers/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +16 -44
- package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +3 -3
- package/dist/containers/Tenant/Diagnostics/Overview/Overview.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/Overview/Overview.js +27 -45
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +5 -5
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +4 -3
- package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +3 -3
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +14 -12
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +3 -0
- package/dist/containers/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +6 -6
- package/dist/containers/Tenant/Diagnostics/Partitions/Headers/Headers.js +9 -9
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.d.ts +2 -11
- package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js +35 -41
- package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +27 -17
- package/dist/containers/Tenant/Diagnostics/Partitions/columns/columns.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/columns/columns.js +15 -15
- package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.d.ts +3 -3
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.js +1 -1
- package/dist/containers/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +4 -4
- package/dist/containers/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/Healthcheck.scss +7 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +2 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +7 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +3 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +15 -10
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +13 -13
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +6 -3
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +24 -10
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.scss +9 -20
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +7 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +69 -15
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +6 -5
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +6 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +6 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +10 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +7 -12
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +4 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +2 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +6 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +4 -3
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +6 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js +20 -43
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +3 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +4 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +7 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +9 -8
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +6 -14
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +1 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +10 -15
- package/dist/containers/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +3 -2
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/en.json +3 -0
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.js +2 -3
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +7 -6
- package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +10 -17
- package/dist/containers/Tenant/Diagnostics/TenantOverview/utils.d.ts +1 -10
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +24 -59
- package/dist/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +4 -4
- package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.js +2 -4
- package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +4 -4
- package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +3 -3
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.d.ts +2 -11
- package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +26 -33
- package/dist/containers/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +3 -3
- package/dist/containers/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +7 -7
- package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.js +2 -4
- package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +2 -2
- package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.js +6 -6
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +2 -2
- package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.js +9 -9
- package/dist/containers/Tenant/Info/i18n/index.d.ts +1 -1
- package/dist/containers/Tenant/Info/i18n/index.js +2 -4
- package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.d.ts +3 -4
- package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.js +6 -6
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +3 -3
- package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +20 -54
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +1 -2
- package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +14 -14
- package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.d.ts +1 -1
- package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.js +28 -38
- package/dist/containers/Tenant/Query/ExplainResult/utils.d.ts +3 -0
- package/dist/containers/Tenant/Query/ExplainResult/utils.js +34 -0
- package/dist/containers/Tenant/Query/Issues/Issues.d.ts +2 -3
- package/dist/containers/Tenant/Query/Issues/Issues.js +13 -13
- package/dist/containers/Tenant/Query/Issues/models.d.ts +1 -1
- package/dist/containers/Tenant/Query/Preview/Preview.d.ts +1 -1
- package/dist/containers/Tenant/Query/Preview/Preview.js +19 -35
- package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +1 -2
- package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.js +5 -5
- package/dist/containers/Tenant/Query/Query.d.ts +2 -2
- package/dist/containers/Tenant/Query/Query.js +6 -6
- package/dist/containers/Tenant/Query/QueryDuration/QueryDuration.d.ts +1 -1
- package/dist/containers/Tenant/Query/QueryDuration/QueryDuration.js +4 -4
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +15 -6
- package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +24 -24
- package/dist/containers/Tenant/Query/QueryEditor/helpers.js +2 -2
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +1 -1
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js +9 -9
- package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.scss +1 -2
- package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.d.ts +1 -1
- package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.js +5 -5
- package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.d.ts +1 -1
- package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.js +11 -11
- package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.d.ts +1 -1
- package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.js +15 -15
- package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.d.ts +1 -2
- package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.js +3 -3
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +6 -5
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +19 -66
- package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.scss +0 -1
- package/dist/containers/Tenant/Schema/SchemaViewer/helpers.d.ts +25 -0
- package/dist/containers/Tenant/Schema/SchemaViewer/helpers.js +148 -0
- package/dist/containers/Tenant/Tenant.d.ts +2 -3
- package/dist/containers/Tenant/Tenant.js +29 -31
- package/dist/containers/Tenant/utils/index.d.ts +1 -1
- package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.d.ts +1 -2
- package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +4 -4
- package/dist/containers/Tenant/utils/schema.d.ts +1 -0
- package/dist/containers/Tenant/utils/schema.js +1 -0
- package/dist/containers/Tenant/utils/schemaActions.d.ts +1 -2
- package/dist/containers/Tenant/utils/schemaActions.js +1 -1
- package/dist/containers/Tenant/utils/schemaControls.d.ts +2 -3
- package/dist/containers/Tenant/utils/schemaControls.js +3 -3
- package/dist/containers/Tenants/Tenants.d.ts +1 -1
- package/dist/containers/Tenants/Tenants.js +22 -21
- package/dist/containers/UserSettings/Setting.d.ts +4 -4
- package/dist/containers/UserSettings/Setting.js +5 -5
- package/dist/containers/UserSettings/UserSettings.d.ts +3 -12
- package/dist/containers/UserSettings/UserSettings.js +6 -6
- package/dist/containers/UserSettings/settings.js +4 -4
- package/dist/containers/VDiskPage/VDiskPage.d.ts +2 -0
- package/dist/containers/VDiskPage/VDiskPage.js +108 -0
- package/dist/containers/VDiskPage/VDiskPage.scss +31 -0
- package/dist/containers/VDiskPage/i18n/en.json +9 -0
- package/dist/containers/VDiskPage/i18n/index.d.ts +1 -0
- package/dist/containers/VDiskPage/i18n/index.js +4 -0
- package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +3 -12
- package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.js +7 -7
- package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.scss +2 -3
- package/dist/containers/Versions/NodesTable/NodesTable.d.ts +2 -2
- package/dist/containers/Versions/NodesTable/NodesTable.js +4 -4
- package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +2 -2
- package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.js +3 -3
- package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.scss +1 -1
- package/dist/containers/Versions/Versions.d.ts +1 -1
- package/dist/containers/Versions/Versions.js +17 -19
- package/dist/containers/Versions/groupNodes.d.ts +3 -2
- package/dist/containers/Versions/groupNodes.js +1 -1
- package/dist/containers/Versions/types.d.ts +1 -1
- package/dist/routes.d.ts +3 -0
- package/dist/routes.js +7 -2
- package/dist/services/api.d.ts +58 -45
- package/dist/services/api.js +107 -67
- package/dist/services/parsers/parseMetaTenants.d.ts +1 -1
- package/dist/services/settings.js +1 -1
- package/dist/store/configureStore.d.ts +29 -101
- package/dist/store/configureStore.js +13 -9
- package/dist/store/defaultStore.d.ts +11 -47
- package/dist/store/reducers/api.d.ts +3 -0
- package/dist/store/reducers/api.js +24 -0
- package/dist/store/reducers/authentication/authentication.d.ts +15 -69
- package/dist/store/reducers/authentication/authentication.js +1 -1
- package/dist/store/reducers/authentication/types.d.ts +1 -1
- package/dist/store/reducers/cluster/cluster.d.ts +11 -96
- package/dist/store/reducers/cluster/cluster.js +58 -76
- package/dist/store/reducers/cluster/types.d.ts +0 -9
- package/dist/store/reducers/clusterNodes/clusterNodes.d.ts +7 -91
- package/dist/store/reducers/clusterNodes/clusterNodes.js +22 -36
- package/dist/store/reducers/clusters/clusters.d.ts +7 -95
- package/dist/store/reducers/clusters/clusters.js +28 -38
- package/dist/store/reducers/clusters/selectors.d.ts +3 -32
- package/dist/store/reducers/clusters/selectors.js +15 -44
- package/dist/store/reducers/clusters/types.d.ts +1 -9
- package/dist/store/reducers/describe.d.ts +4 -182
- package/dist/store/reducers/describe.js +23 -97
- package/dist/store/reducers/executeQuery.d.ts +6 -24
- package/dist/store/reducers/executeQuery.js +4 -4
- package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +10 -25
- package/dist/store/reducers/executeTopQueries/executeTopQueries.js +45 -52
- package/dist/store/reducers/executeTopQueries/types.d.ts +3 -14
- package/dist/store/reducers/executeTopQueries/utils.d.ts +2 -2
- package/dist/store/reducers/explainQuery.d.ts +11 -47
- package/dist/store/reducers/explainQuery.js +2 -2
- package/dist/store/reducers/header/types.d.ts +5 -2
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +2113 -41
- package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js +20 -40
- package/dist/store/reducers/healthcheckInfo/types.d.ts +1 -16
- package/dist/store/reducers/heatmap.d.ts +14 -108
- package/dist/store/reducers/heatmap.js +66 -61
- package/dist/store/reducers/host.d.ts +5 -23
- package/dist/store/reducers/host.js +1 -1
- package/dist/store/reducers/hotKeys/hotKeys.d.ts +1 -1
- package/dist/store/reducers/index.d.ts +41 -105
- package/dist/store/reducers/index.js +20 -56
- package/dist/store/reducers/network/network.d.ts +3 -94
- package/dist/store/reducers/network/network.js +18 -37
- package/dist/store/reducers/node/node.d.ts +8 -181
- package/dist/store/reducers/node/node.js +30 -58
- package/dist/store/reducers/node/selectors.d.ts +86 -3
- package/dist/store/reducers/node/selectors.js +7 -6
- package/dist/store/reducers/node/types.d.ts +0 -18
- package/dist/store/reducers/nodes/nodes.d.ts +8 -191
- package/dist/store/reducers/nodes/nodes.js +53 -89
- package/dist/store/reducers/nodes/selectors.d.ts +7 -3
- package/dist/store/reducers/nodes/selectors.js +4 -15
- package/dist/store/reducers/nodes/types.d.ts +4 -15
- package/dist/store/reducers/nodes/utils.d.ts +1 -1
- package/dist/store/reducers/nodesList.d.ts +31 -35
- package/dist/store/reducers/nodesList.js +21 -26
- package/dist/store/reducers/olapStats.d.ts +5 -96
- package/dist/store/reducers/olapStats.js +22 -42
- package/dist/store/reducers/overview/overview.d.ts +6 -186
- package/dist/store/reducers/overview/overview.js +16 -72
- package/dist/store/reducers/partitions/partitions.d.ts +10 -98
- package/dist/store/reducers/partitions/partitions.js +39 -62
- package/dist/store/reducers/partitions/types.d.ts +0 -8
- package/dist/store/reducers/partitions/utils.d.ts +1 -1
- package/dist/store/reducers/pdisk/pdisk.d.ts +7 -208
- package/dist/store/reducers/pdisk/pdisk.js +36 -63
- package/dist/store/reducers/pdisk/types.d.ts +1 -17
- package/dist/store/reducers/pdisk/utils.d.ts +3 -25
- package/dist/store/reducers/pdisk/utils.js +2 -2
- package/dist/store/reducers/preview.d.ts +4 -98
- package/dist/store/reducers/preview.js +18 -39
- package/dist/store/reducers/schema/schema.d.ts +11 -33
- package/dist/store/reducers/schema/schema.js +15 -17
- package/dist/store/reducers/schema/types.d.ts +7 -4
- package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +5 -23
- package/dist/store/reducers/schemaAcl/schemaAcl.js +1 -1
- package/dist/store/reducers/schemaAcl/types.d.ts +1 -1
- package/dist/store/reducers/settings/settings.d.ts +2 -3
- package/dist/store/reducers/settings/types.d.ts +2 -2
- package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +8 -103
- package/dist/store/reducers/shardsWorkload/shardsWorkload.js +41 -70
- package/dist/store/reducers/shardsWorkload/types.d.ts +3 -14
- package/dist/store/reducers/storage/selectors.d.ts +6 -13
- package/dist/store/reducers/storage/selectors.js +15 -23
- package/dist/store/reducers/storage/storage.d.ts +8 -207
- package/dist/store/reducers/storage/storage.js +67 -132
- package/dist/store/reducers/storage/types.d.ts +6 -17
- package/dist/store/reducers/storage/utils.d.ts +1 -1
- package/dist/store/reducers/storage/utils.js +11 -12
- package/dist/store/reducers/tablet.d.ts +13 -181
- package/dist/store/reducers/tablet.js +58 -83
- package/dist/store/reducers/tablets.d.ts +7 -102
- package/dist/store/reducers/tablets.js +32 -52
- package/dist/store/reducers/tabletsFilters.d.ts +5 -23
- package/dist/store/reducers/tabletsFilters.js +1 -1
- package/dist/store/reducers/tenant/constants.d.ts +1 -0
- package/dist/store/reducers/tenant/constants.js +1 -0
- package/dist/store/reducers/tenant/tenant.d.ts +9 -120
- package/dist/store/reducers/tenant/tenant.js +42 -103
- package/dist/store/reducers/tenant/types.d.ts +1 -10
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +5 -94
- package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +22 -48
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.d.ts +4 -0
- package/dist/store/reducers/tenantOverview/topNodes/topNodes.js +22 -0
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +5 -93
- package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +21 -41
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +6 -93
- package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +21 -44
- package/dist/store/reducers/tenantOverview/topShards/utils.d.ts +1 -1
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +3 -95
- package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +19 -46
- package/dist/store/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -15
- package/dist/store/reducers/tenants/contants.d.ts +6 -0
- package/dist/store/reducers/tenants/contants.js +6 -0
- package/dist/store/reducers/tenants/selectors.d.ts +1050 -3
- package/dist/store/reducers/tenants/selectors.js +4 -2
- package/dist/store/reducers/tenants/tenants.d.ts +9 -133
- package/dist/store/reducers/tenants/tenants.js +38 -41
- package/dist/store/reducers/tenants/types.d.ts +5 -13
- package/dist/store/reducers/tenants/utils.d.ts +24 -43
- package/dist/store/reducers/tenants/utils.js +92 -21
- package/dist/store/reducers/tooltip.d.ts +2 -2
- package/dist/store/reducers/topic.d.ts +1689 -41
- package/dist/store/reducers/topic.js +30 -61
- package/dist/store/reducers/vdisk/types.d.ts +11 -0
- package/dist/store/reducers/vdisk/utils.d.ts +11 -0
- package/dist/store/reducers/vdisk/utils.js +33 -0
- package/dist/store/reducers/vdisk/vdisk.d.ts +6 -0
- package/dist/store/reducers/vdisk/vdisk.js +46 -0
- package/dist/store/state-url-mapping.d.ts +8 -2
- package/dist/store/state-url-mapping.js +43 -14
- package/dist/styles/mixins.scss +6 -0
- package/dist/types/additionalProps.d.ts +3 -3
- package/dist/types/api/compute.d.ts +3 -3
- package/dist/types/api/consumer.d.ts +1 -1
- package/dist/types/api/netInfo.d.ts +1 -1
- package/dist/types/api/nodes.d.ts +4 -4
- package/dist/types/api/pdisk.d.ts +1 -1
- package/dist/types/api/schema/table.d.ts +2 -2
- package/dist/types/api/storage.d.ts +4 -2
- package/dist/types/api/systemState.d.ts +1 -1
- package/dist/types/api/tablet.d.ts +1 -1
- package/dist/types/api/tenant.d.ts +17 -3
- package/dist/types/api/tenant.js +6 -0
- package/dist/types/api/topic.d.ts +2 -2
- package/dist/types/api/vdisk.d.ts +2 -2
- package/dist/types/store/describe.d.ts +1 -23
- package/dist/types/store/executeQuery.d.ts +1 -1
- package/dist/types/store/explainQuery.d.ts +1 -1
- package/dist/types/store/heatmap.d.ts +1 -23
- package/dist/types/store/host.d.ts +1 -1
- package/dist/types/store/nodesList.d.ts +0 -14
- package/dist/types/store/query.d.ts +2 -2
- package/dist/types/store/tablet.d.ts +0 -18
- package/dist/types/store/tablets.d.ts +5 -15
- package/dist/types/store/tooltip.d.ts +2 -2
- package/dist/types/store/topic.d.ts +0 -14
- package/dist/utils/__test__/monitoring.test.js +28 -22
- package/dist/utils/__test__/parseBalancer.test.js +1 -1
- package/dist/utils/__test__/prepareBackend.test.js +1 -1
- package/dist/utils/bytesParsers/__test__/formatBytes.test.js +7 -7
- package/dist/utils/bytesParsers/formatBytes.js +1 -1
- package/dist/utils/bytesParsers/i18n/index.d.ts +1 -1
- package/dist/utils/bytesParsers/i18n/index.js +2 -4
- package/dist/utils/clusterVersionColors.js +1 -1
- package/dist/utils/cn.d.ts +1 -2
- package/dist/utils/cn.js +5 -2
- package/dist/utils/constants.d.ts +2 -0
- package/dist/utils/constants.js +2 -0
- package/dist/utils/createToast.d.ts +2 -2
- package/dist/utils/createToast.js +3 -3
- package/dist/utils/dataFormatters/dataFormatters.d.ts +1 -1
- package/dist/utils/dataFormatters/dataFormatters.js +2 -1
- package/dist/utils/dataFormatters/i18n/index.d.ts +1 -1
- package/dist/utils/dataFormatters/i18n/index.js +2 -4
- package/dist/utils/diagnostics.d.ts +1 -1
- package/dist/utils/disks/__test__/calculateVDiskSeverity.test.js +18 -18
- package/dist/utils/disks/calculateVDiskSeverity.d.ts +1 -1
- package/dist/utils/disks/constants.js +2 -2
- package/dist/utils/disks/getPDiskType.js +1 -1
- package/dist/utils/disks/types.d.ts +5 -1
- package/dist/utils/filters.js +1 -1
- package/dist/utils/hooks/index.d.ts +0 -1
- package/dist/utils/hooks/index.js +0 -1
- package/dist/utils/hooks/useNodesRequestParams.d.ts +1 -1
- package/dist/utils/hooks/useNodesRequestParams.js +2 -2
- package/dist/utils/hooks/useSearchQuery.d.ts +1 -0
- package/dist/utils/hooks/useSetting.d.ts +1 -1
- package/dist/utils/hooks/useSetting.js +3 -3
- package/dist/utils/hooks/useStorageRequestParams.js +2 -2
- package/dist/utils/hooks/useTableResize.js +8 -6
- package/dist/utils/hooks/useTableSort.d.ts +1 -1
- package/dist/utils/hooks/useTableSort.js +2 -2
- package/dist/utils/hooks/useTypedSelector.d.ts +1 -1
- package/dist/utils/i18n/i18n.d.ts +2 -1
- package/dist/utils/i18n/i18n.js +1 -7
- package/dist/utils/lazyComponent.d.ts +4 -0
- package/dist/utils/lazyComponent.js +25 -0
- package/dist/utils/monaco/index.d.ts +1 -0
- package/dist/utils/monaco/index.js +4 -0
- package/dist/utils/monaco/s-expression/constants.d.ts +1 -0
- package/dist/utils/monaco/s-expression/constants.js +1 -0
- package/dist/utils/monaco/s-expression/registerLanguage.d.ts +1 -0
- package/dist/utils/{monaco.js → monaco/s-expression/registerLanguage.js} +2 -19
- package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/generateSuggestions.d.ts +2 -2
- package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/generateSuggestions.js +40 -11
- package/dist/utils/monaco/yqlSuggestions/registerCompletionItemProvider.d.ts +1 -0
- package/dist/utils/monaco/yqlSuggestions/registerCompletionItemProvider.js +15 -0
- package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/yqlSuggestions.js +5 -3
- package/dist/utils/monitoring.d.ts +4 -3
- package/dist/utils/monitoring.js +39 -24
- package/dist/utils/nodes.d.ts +3 -3
- package/dist/utils/nodes.js +1 -1
- package/dist/utils/numeral.js +7 -1
- package/dist/utils/prepareQueryExplain.d.ts +1 -1
- package/dist/utils/query.d.ts +1 -1
- package/dist/utils/storage.d.ts +1 -0
- package/dist/utils/storage.js +1 -0
- package/dist/utils/timeParsers/i18n/index.d.ts +1 -1
- package/dist/utils/timeParsers/i18n/index.js +2 -4
- package/dist/utils/timeParsers/parsers.js +1 -1
- package/dist/utils/tooltip.d.ts +8 -8
- package/dist/utils/tooltip.js +9 -9
- package/dist/utils/utils.js +1 -1
- package/dist/utils/versions/getVersionsColors.js +10 -10
- package/package.json +66 -61
- package/dist/containers/Clusters/useClustersList.d.ts +0 -1
- package/dist/containers/Clusters/useClustersList.js +0 -9
- package/dist/containers/PDisk/PDisk.d.ts +0 -3
- package/dist/containers/PDisk/shared.d.ts +0 -10
- package/dist/containers/Storage/DiskStateProgressBar/index.d.ts +0 -1
- package/dist/containers/Storage/DiskStateProgressBar/index.js +0 -1
- package/dist/containers/Storage/PDiskPopup/index.d.ts +0 -1
- package/dist/containers/Storage/PDiskPopup/index.js +0 -1
- package/dist/containers/Storage/VDisk/VDisk.js +0 -28
- package/dist/containers/Storage/VDisk/index.d.ts +0 -1
- package/dist/containers/Storage/VDisk/index.js +0 -1
- package/dist/containers/Storage/VDiskPopup/VDiskPopup.d.ts +0 -11
- package/dist/containers/Storage/VDiskPopup/index.d.ts +0 -1
- package/dist/containers/Storage/VDiskPopup/index.js +0 -1
- package/dist/containers/Storage/utils/types.d.ts +0 -5
- package/dist/store/reducers/clusterNodes/types.d.ts +0 -14
- package/dist/store/reducers/clusterNodes/types.js +0 -1
- package/dist/store/reducers/network/types.d.ts +0 -11
- package/dist/store/reducers/network/types.js +0 -1
- package/dist/store/reducers/overview/types.d.ts +0 -18
- package/dist/store/reducers/overview/types.js +0 -1
- package/dist/store/reducers/tenantOverview/executeTopTables/types.d.ts +0 -10
- package/dist/store/reducers/tenantOverview/executeTopTables/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topNodesByCpu/topNodesByCpu.d.ts +0 -95
- package/dist/store/reducers/tenantOverview/topNodesByCpu/topNodesByCpu.js +0 -47
- package/dist/store/reducers/tenantOverview/topNodesByCpu/types.d.ts +0 -19
- package/dist/store/reducers/tenantOverview/topNodesByCpu/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topNodesByLoad/topNodesByLoad.d.ts +0 -95
- package/dist/store/reducers/tenantOverview/topNodesByLoad/topNodesByLoad.js +0 -47
- package/dist/store/reducers/tenantOverview/topNodesByLoad/types.d.ts +0 -19
- package/dist/store/reducers/tenantOverview/topNodesByLoad/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topNodesByMemory/topNodesByMemory.d.ts +0 -95
- package/dist/store/reducers/tenantOverview/topNodesByMemory/topNodesByMemory.js +0 -47
- package/dist/store/reducers/tenantOverview/topNodesByMemory/types.d.ts +0 -19
- package/dist/store/reducers/tenantOverview/topNodesByMemory/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topQueries/types.d.ts +0 -10
- package/dist/store/reducers/tenantOverview/topQueries/types.js +0 -1
- package/dist/store/reducers/tenantOverview/topShards/types.d.ts +0 -10
- package/dist/store/reducers/tenantOverview/topShards/types.js +0 -1
- package/dist/types/store/olapStats.d.ts +0 -10
- package/dist/types/store/olapStats.js +0 -1
- package/dist/utils/autofetcher.d.ts +0 -13
- package/dist/utils/autofetcher.js +0 -50
- package/dist/utils/hooks/useAutofetcher.d.ts +0 -2
- package/dist/utils/hooks/useAutofetcher.js +0 -23
- package/dist/utils/monaco.d.ts +0 -3
- /package/dist/{containers/Storage → components}/DiskStateProgressBar/DiskStateProgressBar.scss +0 -0
- /package/dist/components/MetricChart/{convertReponse.d.ts → convertResponse.d.ts} +0 -0
- /package/dist/components/MetricChart/{convertReponse.js → convertResponse.js} +0 -0
- /package/dist/{containers/Storage → components}/PDiskPopup/PDiskPopup.scss +0 -0
- /package/dist/{containers/Storage → components}/VDiskPopup/VDiskPopup.scss +0 -0
- /package/dist/containers/{PDisk → PDiskPage}/i18n/en.json +0 -0
- /package/dist/containers/{PDisk → PDiskPage}/i18n/index.d.ts +0 -0
- /package/dist/containers/{PDisk → PDiskPage}/i18n/index.js +0 -0
- /package/dist/containers/{PDisk → PDiskPage}/shared.js +0 -0
- /package/dist/{containers/Storage/utils → store/reducers/vdisk}/types.js +0 -0
- /package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/constants.d.ts +0 -0
- /package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/constants.js +0 -0
- /package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/yqlSuggestions.d.ts +0 -0
@@ -1,24 +1,24 @@
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs
|
2
|
-
import
|
3
|
-
import { ASCENDING, DEFAULT_SORT_ORDER, DEFAULT_TABLE_ROW_HEIGHT, DESCENDING } from './constants';
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from 'react';
|
3
|
+
import { ASCENDING, DEFAULT_RESIZEABLE, DEFAULT_SORT_ORDER, DEFAULT_TABLE_ROW_HEIGHT, DESCENDING, } from './constants';
|
4
4
|
import { b } from './shared';
|
5
5
|
const COLUMN_NAME_HTML_ATTRIBUTE = 'data-columnname';
|
6
6
|
// Icon similar to original DataTable icons to keep the same tables across diferent pages and tabs
|
7
7
|
const SortIcon = ({ order }) => {
|
8
|
-
return (_jsx("svg",
|
8
|
+
return (_jsx("svg", { className: b('sort-icon', { desc: order === DESCENDING }), viewBox: "0 0 10 6", width: "10", height: "6", children: _jsx("path", { fill: "currentColor", d: "M0 5h10l-5 -5z" }) }));
|
9
9
|
};
|
10
10
|
const ColumnSortIcon = ({ sortOrder, sortable, defaultSortOrder }) => {
|
11
11
|
if (sortable) {
|
12
|
-
return (_jsx("span",
|
12
|
+
return (_jsx("span", { className: b('sort-icon-container', { shadow: !sortOrder }), children: _jsx(SortIcon, { order: sortOrder || defaultSortOrder }) }));
|
13
13
|
}
|
14
14
|
else {
|
15
15
|
return null;
|
16
16
|
}
|
17
17
|
};
|
18
|
-
export const TableHeadCell = ({ column, sortOrder, defaultSortOrder, onSort, rowHeight, onCellMount, onCellUnMount, }) => {
|
18
|
+
export const TableHeadCell = ({ column, resizeable, sortOrder, defaultSortOrder, onSort, rowHeight, onCellMount, onCellUnMount, }) => {
|
19
19
|
var _a;
|
20
|
-
const cellWrapperRef = useRef(null);
|
21
|
-
useEffect(() => {
|
20
|
+
const cellWrapperRef = React.useRef(null);
|
21
|
+
React.useEffect(() => {
|
22
22
|
const cellWrapper = cellWrapperRef.current;
|
23
23
|
if (cellWrapper) {
|
24
24
|
onCellMount === null || onCellMount === void 0 ? void 0 : onCellMount(cellWrapper);
|
@@ -30,23 +30,19 @@ export const TableHeadCell = ({ column, sortOrder, defaultSortOrder, onSort, row
|
|
30
30
|
};
|
31
31
|
}, [onCellMount, onCellUnMount]);
|
32
32
|
const content = (_a = column.header) !== null && _a !== void 0 ? _a : column.name;
|
33
|
-
return (_jsx("th", { children: _jsx("div",
|
34
|
-
resizeable: column.resizeable,
|
35
|
-
}), style: {
|
33
|
+
return (_jsx("th", { children: _jsx("div", { ref: cellWrapperRef, className: b('head-cell-wrapper', { resizeable }), style: {
|
36
34
|
height: `${rowHeight}px`,
|
37
35
|
width: `${column.width}px`,
|
38
|
-
} }, {
|
39
|
-
[COLUMN_NAME_HTML_ATTRIBUTE]: column.name,
|
40
|
-
}, { children: _jsxs("div", Object.assign({ className: b('head-cell', { align: column.align, sortable: column.sortable }, column.className), onClick: () => {
|
36
|
+
}, [COLUMN_NAME_HTML_ATTRIBUTE]: column.name, children: _jsxs("div", { className: b('head-cell', { align: column.align, sortable: column.sortable }, column.className), onClick: () => {
|
41
37
|
if (column.sortable) {
|
42
38
|
onSort === null || onSort === void 0 ? void 0 : onSort(column.name);
|
43
39
|
}
|
44
|
-
}
|
40
|
+
}, children: [_jsx("div", { className: b('head-cell-content'), children: content }), _jsx(ColumnSortIcon, { sortOrder: sortOrder, sortable: column.sortable, defaultSortOrder: defaultSortOrder })] }) }) }));
|
45
41
|
};
|
46
42
|
export const TableHead = ({ columns, onSort, onColumnsResize, defaultSortOrder = DEFAULT_SORT_ORDER, rowHeight = DEFAULT_TABLE_ROW_HEIGHT, }) => {
|
47
|
-
const [sortParams, setSortParams] = useState({});
|
43
|
+
const [sortParams, setSortParams] = React.useState({});
|
48
44
|
const isTableResizeable = Boolean(onColumnsResize);
|
49
|
-
const resizeObserver = useMemo(() => {
|
45
|
+
const resizeObserver = React.useMemo(() => {
|
50
46
|
if (!isTableResizeable) {
|
51
47
|
return undefined;
|
52
48
|
}
|
@@ -61,10 +57,10 @@ export const TableHead = ({ columns, onSort, onColumnsResize, defaultSortOrder =
|
|
61
57
|
onColumnsResize === null || onColumnsResize === void 0 ? void 0 : onColumnsResize(columnsWidth);
|
62
58
|
});
|
63
59
|
}, [onColumnsResize, isTableResizeable]);
|
64
|
-
const handleCellMount = useCallback((element) => {
|
60
|
+
const handleCellMount = React.useCallback((element) => {
|
65
61
|
resizeObserver === null || resizeObserver === void 0 ? void 0 : resizeObserver.observe(element);
|
66
62
|
}, [resizeObserver]);
|
67
|
-
const handleCellUnMount = useCallback((element) => {
|
63
|
+
const handleCellUnMount = React.useCallback((element) => {
|
68
64
|
resizeObserver === null || resizeObserver === void 0 ? void 0 : resizeObserver.unobserve(element);
|
69
65
|
}, [resizeObserver]);
|
70
66
|
const handleSort = (columnId) => {
|
@@ -100,10 +96,12 @@ export const TableHead = ({ columns, onSort, onColumnsResize, defaultSortOrder =
|
|
100
96
|
}) }));
|
101
97
|
};
|
102
98
|
const renderTableHead = () => {
|
103
|
-
return (_jsx("thead",
|
99
|
+
return (_jsx("thead", { className: b('head'), children: _jsx("tr", { children: columns.map((column) => {
|
100
|
+
var _a;
|
104
101
|
const sortOrder = sortParams.columnId === column.name ? sortParams.sortOrder : undefined;
|
105
|
-
|
106
|
-
|
102
|
+
const resizeable = onColumnsResize && ((_a = column.resizeable) !== null && _a !== void 0 ? _a : DEFAULT_RESIZEABLE);
|
103
|
+
return (_jsx(TableHeadCell, { column: column, resizeable: resizeable, sortOrder: sortOrder, defaultSortOrder: defaultSortOrder, onSort: handleSort, rowHeight: rowHeight, onCellMount: handleCellMount, onCellUnMount: handleCellUnMount }, column.name));
|
104
|
+
}) }) }));
|
107
105
|
};
|
108
|
-
return (_jsxs(
|
106
|
+
return (_jsxs(React.Fragment, { children: [renderTableColGroups(), renderTableHead()] }));
|
109
107
|
};
|
@@ -1,11 +1,11 @@
|
|
1
|
-
|
1
|
+
/// <reference types="react" />
|
2
2
|
import type { Column, GetRowClassName } from './types';
|
3
3
|
interface LoadingTableRowProps<T> {
|
4
4
|
columns: Column<T>[];
|
5
5
|
index: number;
|
6
6
|
height: number;
|
7
7
|
}
|
8
|
-
export declare const LoadingTableRow: <T>({ index, columns, height }: LoadingTableRowProps<T>) => JSX.Element;
|
8
|
+
export declare const LoadingTableRow: <T>({ index, columns, height }: LoadingTableRowProps<T>) => import("react/jsx-runtime").JSX.Element;
|
9
9
|
interface TableRowProps<T> {
|
10
10
|
columns: Column<T>[];
|
11
11
|
index: number;
|
@@ -13,10 +13,10 @@ interface TableRowProps<T> {
|
|
13
13
|
height: number;
|
14
14
|
getRowClassName?: GetRowClassName<T>;
|
15
15
|
}
|
16
|
-
export declare const TableRow: <T>({ row, index, columns, getRowClassName, height }: TableRowProps<T>) => JSX.Element;
|
16
|
+
export declare const TableRow: <T>({ row, index, columns, getRowClassName, height }: TableRowProps<T>) => import("react/jsx-runtime").JSX.Element;
|
17
17
|
interface EmptyTableRowProps<T> {
|
18
18
|
columns: Column<T>[];
|
19
|
-
children?: ReactNode;
|
19
|
+
children?: React.ReactNode;
|
20
20
|
}
|
21
|
-
export declare const EmptyTableRow: <T>({ columns, children }: EmptyTableRowProps<T>) => JSX.Element;
|
21
|
+
export declare const EmptyTableRow: <T>({ columns, children }: EmptyTableRowProps<T>) => import("react/jsx-runtime").JSX.Element;
|
22
22
|
export {};
|
@@ -4,19 +4,19 @@ import { DEFAULT_ALIGN } from './constants';
|
|
4
4
|
import { b } from './shared';
|
5
5
|
const TableRowCell = ({ children, className, height, width, align = DEFAULT_ALIGN, }) => {
|
6
6
|
// Additional maxWidth to ensure overflow hidden for <td>
|
7
|
-
return (_jsx("td",
|
7
|
+
return (_jsx("td", { className: b('row-cell', { align: align }, className), style: { height: `${height}px`, width: `${width}px`, maxWidth: `${width}px` }, children: children }));
|
8
8
|
};
|
9
9
|
export const LoadingTableRow = ({ index, columns, height }) => {
|
10
|
-
return (_jsx("tr",
|
11
|
-
return (_jsx(TableRowCell,
|
12
|
-
}) }))
|
10
|
+
return (_jsx("tr", { className: b('row'), children: columns.map((column) => {
|
11
|
+
return (_jsx(TableRowCell, { height: height, width: column.width, align: column.align, className: column.className, children: _jsx(Skeleton, { style: { width: '80%', height: '50%' } }) }, `${column.name}${index}`));
|
12
|
+
}) }));
|
13
13
|
};
|
14
14
|
export const TableRow = ({ row, index, columns, getRowClassName, height }) => {
|
15
15
|
const additionalClassName = getRowClassName === null || getRowClassName === void 0 ? void 0 : getRowClassName(row);
|
16
|
-
return (_jsx("tr",
|
17
|
-
return (_jsx(TableRowCell,
|
18
|
-
}) }))
|
16
|
+
return (_jsx("tr", { className: b('row', additionalClassName), children: columns.map((column) => {
|
17
|
+
return (_jsx(TableRowCell, { height: height, width: column.width, align: column.align, className: column.className, children: column.render({ row, index }) }, `${column.name}${index}`));
|
18
|
+
}) }));
|
19
19
|
};
|
20
20
|
export const EmptyTableRow = ({ columns, children }) => {
|
21
|
-
return (_jsx("tr",
|
21
|
+
return (_jsx("tr", { className: b('row', { empty: true }), children: _jsx("td", { colSpan: columns.length, className: b('td'), children: children }) }));
|
22
22
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { HandleTableColumnsResize } from '../../utils/hooks/useTableResize';
|
2
|
-
import type { Column, FetchData,
|
2
|
+
import type { Column, FetchData, GetRowClassName, RenderControls, RenderEmptyDataMessage, RenderErrorMessage, SortParams } from './types';
|
3
3
|
import './VirtualTable.scss';
|
4
4
|
interface VirtualTableProps<T> {
|
5
5
|
limit: number;
|
@@ -15,5 +15,5 @@ interface VirtualTableProps<T> {
|
|
15
15
|
renderErrorMessage?: RenderErrorMessage;
|
16
16
|
dependencyArray?: unknown[];
|
17
17
|
}
|
18
|
-
export declare const VirtualTable: <T>({ limit, fetchData, columns, getRowClassName, rowHeight, parentContainer, initialSortParams, onColumnsResize, renderControls, renderEmptyDataMessage, renderErrorMessage, dependencyArray, }: VirtualTableProps<T>) => JSX.Element;
|
18
|
+
export declare const VirtualTable: <T>({ limit, fetchData, columns, getRowClassName, rowHeight, parentContainer, initialSortParams, onColumnsResize, renderControls, renderEmptyDataMessage, renderErrorMessage, dependencyArray, }: VirtualTableProps<T>) => import("react/jsx-runtime").JSX.Element;
|
19
19
|
export {};
|
@@ -1,27 +1,27 @@
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import
|
2
|
+
import React from 'react';
|
3
3
|
import { getArray } from '../../utils';
|
4
|
-
import { TableWithControlsLayout } from '../TableWithControlsLayout/TableWithControlsLayout';
|
5
4
|
import { ResponseError } from '../Errors/ResponseError';
|
6
|
-
import {
|
7
|
-
import { DEFAULT_REQUEST_TIMEOUT, DEFAULT_TABLE_ROW_HEIGHT } from './constants';
|
8
|
-
import { TableHead } from './TableHead';
|
5
|
+
import { TableWithControlsLayout } from '../TableWithControlsLayout/TableWithControlsLayout';
|
9
6
|
import { TableChunk } from './TableChunk';
|
7
|
+
import { TableHead } from './TableHead';
|
10
8
|
import { EmptyTableRow } from './TableRow';
|
11
|
-
import {
|
9
|
+
import { DEFAULT_REQUEST_TIMEOUT, DEFAULT_TABLE_ROW_HEIGHT } from './constants';
|
12
10
|
import i18n from './i18n';
|
11
|
+
import { createVirtualTableReducer, initChunk, removeChunk, resetChunks, setChunkData, setChunkError, setChunkLoading, } from './reducer';
|
13
12
|
import { b } from './shared';
|
13
|
+
import { useIntersectionObserver } from './useIntersectionObserver';
|
14
14
|
import './VirtualTable.scss';
|
15
15
|
export const VirtualTable = ({ limit, fetchData, columns, getRowClassName, rowHeight = DEFAULT_TABLE_ROW_HEIGHT, parentContainer, initialSortParams, onColumnsResize, renderControls, renderEmptyDataMessage, renderErrorMessage, dependencyArray, }) => {
|
16
|
-
const inited = useRef(false);
|
17
|
-
const tableContainer = useRef(null);
|
18
|
-
const [state, dispatch] = useReducer(createVirtualTableReducer(), {});
|
19
|
-
const [sortParams, setSortParams] = useState(initialSortParams);
|
20
|
-
const [totalEntities, setTotalEntities] = useState(limit);
|
21
|
-
const [foundEntities, setFoundEntities] = useState(0);
|
22
|
-
const [error, setError] = useState();
|
23
|
-
const pendingRequests = useRef({});
|
24
|
-
const fetchChunkData = useCallback(async (id) => {
|
16
|
+
const inited = React.useRef(false);
|
17
|
+
const tableContainer = React.useRef(null);
|
18
|
+
const [state, dispatch] = React.useReducer(createVirtualTableReducer(), {});
|
19
|
+
const [sortParams, setSortParams] = React.useState(initialSortParams);
|
20
|
+
const [totalEntities, setTotalEntities] = React.useState(limit);
|
21
|
+
const [foundEntities, setFoundEntities] = React.useState(0);
|
22
|
+
const [error, setError] = React.useState();
|
23
|
+
const pendingRequests = React.useRef({});
|
24
|
+
const fetchChunkData = React.useCallback(async (id) => {
|
25
25
|
dispatch(setChunkLoading(id));
|
26
26
|
const timer = setTimeout(async () => {
|
27
27
|
const offset = Number(id) * limit;
|
@@ -50,10 +50,10 @@ export const VirtualTable = ({ limit, fetchData, columns, getRowClassName, rowHe
|
|
50
50
|
}
|
51
51
|
pendingRequests.current[id] = timer;
|
52
52
|
}, [fetchData, limit, sortParams]);
|
53
|
-
const onEntry = useCallback((id) => {
|
53
|
+
const onEntry = React.useCallback((id) => {
|
54
54
|
dispatch(initChunk(id));
|
55
55
|
}, []);
|
56
|
-
const onLeave = useCallback((id) => {
|
56
|
+
const onLeave = React.useCallback((id) => {
|
57
57
|
dispatch(removeChunk(id));
|
58
58
|
// If there is a pending request for the removed chunk, cancel it
|
59
59
|
// It made to prevent excessive requests on fast scroll
|
@@ -64,7 +64,7 @@ export const VirtualTable = ({ limit, fetchData, columns, getRowClassName, rowHe
|
|
64
64
|
}
|
65
65
|
}, []);
|
66
66
|
// Cancel all pending requests on component unmount
|
67
|
-
useEffect(() => {
|
67
|
+
React.useEffect(() => {
|
68
68
|
return () => {
|
69
69
|
Object.values(pendingRequests.current).forEach((timer) => {
|
70
70
|
window.clearTimeout(timer);
|
@@ -75,7 +75,7 @@ export const VirtualTable = ({ limit, fetchData, columns, getRowClassName, rowHe
|
|
75
75
|
// Load chunks if they become active
|
76
76
|
// This mecanism helps to set chunk active state from different sources, but load data only once
|
77
77
|
// Only currently active chunks should be in state so iteration by the whole state shouldn't be a problem
|
78
|
-
useEffect(() => {
|
78
|
+
React.useEffect(() => {
|
79
79
|
for (const id of Object.keys(state)) {
|
80
80
|
const chunk = state[Number(id)];
|
81
81
|
if ((chunk === null || chunk === void 0 ? void 0 : chunk.active) && !(chunk === null || chunk === void 0 ? void 0 : chunk.loading) && !(chunk === null || chunk === void 0 ? void 0 : chunk.wasLoaded)) {
|
@@ -84,7 +84,7 @@ export const VirtualTable = ({ limit, fetchData, columns, getRowClassName, rowHe
|
|
84
84
|
}
|
85
85
|
}, [fetchChunkData, state]);
|
86
86
|
// Reset table on filters change
|
87
|
-
useEffect(() => {
|
87
|
+
React.useEffect(() => {
|
88
88
|
var _a;
|
89
89
|
// Reset counts, so table unmount unneeded chunks
|
90
90
|
setTotalEntities(limit);
|
@@ -135,17 +135,17 @@ export const VirtualTable = ({ limit, fetchData, columns, getRowClassName, rowHe
|
|
135
135
|
};
|
136
136
|
const renderData = () => {
|
137
137
|
if (inited.current && foundEntities === 0) {
|
138
|
-
return (_jsx("tbody", { children: _jsx(EmptyTableRow,
|
138
|
+
return (_jsx("tbody", { children: _jsx(EmptyTableRow, { columns: columns, children: renderEmptyDataMessage ? renderEmptyDataMessage() : i18n('empty') }) }));
|
139
139
|
}
|
140
140
|
// If first chunk is loaded with the error, display error
|
141
141
|
// In case of other chunks table will be inited
|
142
142
|
if (!inited.current && error) {
|
143
|
-
return (_jsx("tbody", { children: _jsx(EmptyTableRow,
|
143
|
+
return (_jsx("tbody", { children: _jsx(EmptyTableRow, { columns: columns, children: renderErrorMessage ? (renderErrorMessage(error)) : (_jsx(ResponseError, { error: error })) }) }));
|
144
144
|
}
|
145
145
|
return renderChunks();
|
146
146
|
};
|
147
147
|
const renderTable = () => {
|
148
|
-
return (_jsxs("table",
|
148
|
+
return (_jsxs("table", { className: b('table'), children: [_jsx(TableHead, { columns: columns, onSort: handleSort, onColumnsResize: onColumnsResize }), renderData()] }));
|
149
149
|
};
|
150
150
|
const renderContent = () => {
|
151
151
|
if (renderControls) {
|
@@ -153,5 +153,5 @@ export const VirtualTable = ({ limit, fetchData, columns, getRowClassName, rowHe
|
|
153
153
|
}
|
154
154
|
return renderTable();
|
155
155
|
};
|
156
|
-
return (_jsx("div",
|
156
|
+
return (_jsx("div", { ref: tableContainer, className: b(null), children: renderContent() }));
|
157
157
|
};
|
@@ -2,6 +2,7 @@ export declare const LEFT = "left";
|
|
2
2
|
export declare const CENTER = "center";
|
3
3
|
export declare const RIGHT = "right";
|
4
4
|
export declare const DEFAULT_ALIGN = "left";
|
5
|
+
export declare const DEFAULT_RESIZEABLE = true;
|
5
6
|
export declare const ASCENDING = 1;
|
6
7
|
export declare const DESCENDING = -1;
|
7
8
|
export declare const DEFAULT_SORT_ORDER = -1;
|
@@ -2,6 +2,7 @@ export const LEFT = 'left';
|
|
2
2
|
export const CENTER = 'center';
|
3
3
|
export const RIGHT = 'right';
|
4
4
|
export const DEFAULT_ALIGN = LEFT;
|
5
|
+
export const DEFAULT_RESIZEABLE = true;
|
5
6
|
export const ASCENDING = 1;
|
6
7
|
export const DESCENDING = -1;
|
7
8
|
export const DEFAULT_SORT_ORDER = DESCENDING;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
declare const _default: (key:
|
1
|
+
declare const _default: (key: "empty", params?: import("@gravity-ui/i18n").Params | undefined) => string;
|
2
2
|
export default _default;
|
@@ -1,7 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { registerKeysets } from '../../../utils/i18n';
|
2
2
|
import en from './en.json';
|
3
3
|
import ru from './ru.json';
|
4
4
|
const COMPONENT = 'ydb-virtual-table';
|
5
|
-
|
6
|
-
i18n.registerKeyset(Lang.Ru, COMPONENT, ru);
|
7
|
-
export default i18n.keyset(COMPONENT);
|
5
|
+
export default registerKeysets(COMPONENT, { ru, en });
|
@@ -1,4 +1,3 @@
|
|
1
|
-
import type { Reducer } from 'react';
|
2
1
|
import type { IResponseError } from '../../types/api/error';
|
3
2
|
import type { Chunk } from './types';
|
4
3
|
declare const SET_CHUNK_DATA = "infiniteTable/SET_CHUNK_DATA";
|
@@ -40,5 +39,5 @@ export declare const resetChunks: () => {
|
|
40
39
|
readonly type: "infiniteTable/RESET_CHUNKS";
|
41
40
|
};
|
42
41
|
type VirtualTableAction<T> = SetChunkDataAction<T> | ReturnType<typeof setChunkError> | ReturnType<typeof initChunk> | ReturnType<typeof setChunkLoading> | ReturnType<typeof removeChunk> | ReturnType<typeof resetChunks>;
|
43
|
-
export declare const createVirtualTableReducer: <T>() => Reducer<VirtualTableState<T>, VirtualTableAction<T>>;
|
42
|
+
export declare const createVirtualTableReducer: <T>() => React.Reducer<VirtualTableState<T>, VirtualTableAction<T>>;
|
44
43
|
export {};
|
@@ -1,10 +1 @@
|
|
1
|
-
export declare const b:
|
2
|
-
(elementName: string, modifiers: import("bem-cn-lite").Modifications | null, mixin?: string | string[] | undefined): string;
|
3
|
-
(elementName: string, mixin?: string | string[] | undefined): string;
|
4
|
-
(elementName: string, modifiers: import("bem-cn-lite").Modifications): string;
|
5
|
-
(mods: import("bem-cn-lite").Modifications | null, mixin?: string | string[] | undefined): string;
|
6
|
-
(elementName: string): string;
|
7
|
-
(mods: import("bem-cn-lite").Modifications | null): string;
|
8
|
-
(): string;
|
9
|
-
builder(): import("bem-cn").Block;
|
10
|
-
};
|
1
|
+
export declare const b: import("@bem-react/classname").ClassNameFormatter;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import cn from '
|
1
|
+
import { cn } from '../../utils/cn';
|
2
2
|
export const b = cn('ydb-virtual-table');
|
@@ -1,6 +1,6 @@
|
|
1
|
-
|
1
|
+
/// <reference types="react" />
|
2
2
|
import type { IResponseError } from '../../types/api/error';
|
3
|
-
import { ASCENDING, CENTER, DESCENDING, LEFT, RIGHT } from './constants';
|
3
|
+
import type { ASCENDING, CENTER, DESCENDING, LEFT, RIGHT } from './constants';
|
4
4
|
export interface Chunk<T> {
|
5
5
|
active: boolean;
|
6
6
|
loading: boolean;
|
@@ -20,14 +20,14 @@ export type SortParams = {
|
|
20
20
|
export type OnSort = (params: SortParams) => void;
|
21
21
|
export interface Column<T> {
|
22
22
|
name: string;
|
23
|
-
header?: ReactNode;
|
23
|
+
header?: React.ReactNode;
|
24
24
|
className?: string;
|
25
25
|
sortable?: boolean;
|
26
26
|
resizeable?: boolean;
|
27
27
|
render: (props: {
|
28
28
|
row: T;
|
29
29
|
index: number;
|
30
|
-
}) => ReactNode;
|
30
|
+
}) => React.ReactNode;
|
31
31
|
width: number;
|
32
32
|
align: AlignType;
|
33
33
|
}
|
@@ -43,8 +43,8 @@ interface ControlsParams {
|
|
43
43
|
foundEntities: number;
|
44
44
|
inited: boolean;
|
45
45
|
}
|
46
|
-
export type RenderControls = (params: ControlsParams) => ReactNode;
|
47
|
-
export type RenderEmptyDataMessage = () => ReactNode;
|
48
|
-
export type RenderErrorMessage = (error: IResponseError) => ReactNode;
|
46
|
+
export type RenderControls = (params: ControlsParams) => React.ReactNode;
|
47
|
+
export type RenderEmptyDataMessage = () => React.ReactNode;
|
48
|
+
export type RenderErrorMessage = (error: IResponseError) => React.ReactNode;
|
49
49
|
export type GetRowClassName<T> = (row: T) => string | undefined;
|
50
50
|
export {};
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import
|
1
|
+
import React from 'react';
|
2
2
|
import { DEFAULT_INTERSECTION_OBSERVER_MARGIN } from './constants';
|
3
3
|
export const useIntersectionObserver = ({ onEntry, onLeave, parentContainer, }) => {
|
4
|
-
const observer = useRef();
|
5
|
-
useEffect(() => {
|
4
|
+
const observer = React.useRef();
|
5
|
+
React.useEffect(() => {
|
6
6
|
const callback = (entries) => {
|
7
7
|
entries.forEach((entry) => {
|
8
8
|
if (entry.isIntersecting) {
|
@@ -1,5 +1,7 @@
|
|
1
1
|
/// <reference types="react" />
|
2
|
-
export interface SlotComponent<Props = {}, Type = never> extends React.FC<Props &
|
2
|
+
export interface SlotComponent<Props = {}, Type = never> extends React.FC<Props & {
|
3
|
+
ref?: React.Ref<Type>;
|
4
|
+
}> {
|
3
5
|
}
|
4
6
|
export interface SlotItem<Props = {}, Type = unknown> {
|
5
7
|
name: string;
|
@@ -1,4 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import type { SlotComponent } from './types';
|
3
|
-
export declare function isSlotElement<P = {}, Type = never>(node: React.ReactNode): node is React.ReactElement<P, SlotComponent<P>> &
|
3
|
+
export declare function isSlotElement<P = {}, Type = never>(node: React.ReactNode): node is React.ReactElement<P, SlotComponent<P>> & {
|
4
|
+
ref?: React.Ref<Type>;
|
5
|
+
};
|
4
6
|
export declare function isSlotComponent<T = {}>(type: string | React.JSXElementConstructor<any>): type is SlotComponent<T>;
|
@@ -10,6 +10,12 @@ export interface AppProps {
|
|
10
10
|
userSettings?: YDBEmbeddedUISettings;
|
11
11
|
children?: React.ReactNode;
|
12
12
|
}
|
13
|
-
declare function App({ store, history, singleClusterMode, children, userSettings }: AppProps): JSX.Element;
|
14
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof App,
|
13
|
+
declare function App({ store, history, singleClusterMode, children, userSettings }: AppProps): import("react/jsx-runtime").JSX.Element;
|
14
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof App, {
|
15
|
+
history: History<unknown>;
|
16
|
+
store: Store<any, import("redux").UnknownAction, unknown>;
|
17
|
+
children?: React.ReactNode;
|
18
|
+
userSettings?: YDBEmbeddedUISettings | undefined;
|
19
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").UnknownAction> | null> | undefined;
|
20
|
+
}>;
|
15
21
|
export default _default;
|
@@ -1,18 +1,16 @@
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
-
import { connect } from 'react-redux';
|
3
2
|
import { Helmet } from 'react-helmet-async';
|
4
|
-
import
|
5
|
-
import
|
3
|
+
import { connect } from 'react-redux';
|
4
|
+
import { ErrorBoundary } from '../../components/ErrorBoundary/ErrorBoundary';
|
6
5
|
import AppIcons from '../AppIcons/AppIcons';
|
7
6
|
import { Navigation } from '../AsideNavigation/Navigation';
|
8
|
-
import
|
9
|
-
import { ErrorBoundary } from '../../components/ErrorBoundary/ErrorBoundary';
|
7
|
+
import ReduxTooltip from '../ReduxTooltip/ReduxTooltip';
|
10
8
|
import { settings } from '../UserSettings/settings';
|
9
|
+
import ContentWrapper, { Content } from './Content';
|
11
10
|
import { Providers } from './Providers';
|
12
11
|
import './App.scss';
|
13
|
-
registerLanguages();
|
14
12
|
function App({ store, history, singleClusterMode, children, userSettings = settings }) {
|
15
|
-
return (_jsxs(Providers,
|
13
|
+
return (_jsxs(Providers, { store: store, history: history, children: [_jsx(Helmet, { defaultTitle: "YDB Monitoring", titleTemplate: "%s \u2014 YDB Monitoring" }), _jsx(ContentWrapper, { children: _jsx(Navigation, { userSettings: userSettings, children: _jsxs(ErrorBoundary, { children: [_jsx(Content, { singleClusterMode: singleClusterMode, children: children }), _jsx("div", { id: "fullscreen-root" })] }) }) }), _jsx(ReduxTooltip, {}), _jsx(AppIcons, {})] }));
|
16
14
|
}
|
17
15
|
function mapStateToProps(state) {
|
18
16
|
return {
|
@@ -4,9 +4,12 @@
|
|
4
4
|
* {
|
5
5
|
// FIXME: this is an overkill, potentially could break external components, needs refactoring
|
6
6
|
box-sizing: border-box;
|
7
|
+
|
8
|
+
// Make all digits in the app monospace
|
9
|
+
font-variant-numeric: tabular-nums;
|
7
10
|
}
|
8
11
|
|
9
|
-
.
|
12
|
+
.g-select-popup__tick-icon {
|
10
13
|
// this is a local fix, remove after the refactoring
|
11
14
|
box-sizing: content-box;
|
12
15
|
}
|
@@ -42,11 +45,11 @@ body,
|
|
42
45
|
--ydb-color-status-black: var(--g-color-base-misc-heavy);
|
43
46
|
}
|
44
47
|
|
45
|
-
:is(#tab, .
|
48
|
+
:is(#tab, .g-tabs-item_active .g-tabs-item__title) {
|
46
49
|
color: var(--g-color-text-primary) !important;
|
47
50
|
}
|
48
51
|
|
49
|
-
:is(#tab, .
|
52
|
+
:is(#tab, .g-tabs-item__title) {
|
50
53
|
color: var(--g-color-text-secondary);
|
51
54
|
}
|
52
55
|
|
@@ -128,7 +131,7 @@ body,
|
|
128
131
|
background: var(--ydb-data-table-color-hover);
|
129
132
|
}
|
130
133
|
|
131
|
-
.
|
134
|
+
.g-table-column-setup__item {
|
132
135
|
/* stylelint-disable-next-line declaration-no-important*/
|
133
136
|
padding: 0 8px 0 32px !important;
|
134
137
|
/* stylelint-disable-next-line declaration-no-important*/
|
@@ -139,6 +142,6 @@ body,
|
|
139
142
|
font-family: 'Rubik', sans-serif;
|
140
143
|
}
|
141
144
|
|
142
|
-
.
|
145
|
+
.g-popup {
|
143
146
|
max-width: 500px;
|
144
147
|
}
|
@@ -4,12 +4,16 @@ interface ContentProps {
|
|
4
4
|
singleClusterMode: boolean;
|
5
5
|
children: React.ReactNode;
|
6
6
|
}
|
7
|
-
export declare function Content(props: ContentProps): JSX.Element;
|
7
|
+
export declare function Content(props: ContentProps): import("react/jsx-runtime").JSX.Element;
|
8
8
|
interface ContentWrapperProps {
|
9
9
|
singleClusterMode: boolean;
|
10
10
|
isAuthenticated: boolean;
|
11
11
|
children: React.ReactNode;
|
12
12
|
}
|
13
|
-
declare function ContentWrapper(props: ContentWrapperProps): JSX.Element;
|
14
|
-
declare const _default: import("react-redux").ConnectedComponent<typeof ContentWrapper,
|
13
|
+
declare function ContentWrapper(props: ContentWrapperProps): import("react/jsx-runtime").JSX.Element;
|
14
|
+
declare const _default: import("react-redux").ConnectedComponent<typeof ContentWrapper, {
|
15
|
+
children: React.ReactNode;
|
16
|
+
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").UnknownAction> | null> | undefined;
|
17
|
+
store?: import("redux").Store<any, import("redux").UnknownAction, unknown> | undefined;
|
18
|
+
}>;
|
15
19
|
export default _default;
|
@@ -1,23 +1,25 @@
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
2
2
|
import React from 'react';
|
3
|
-
import {
|
4
|
-
import
|
5
|
-
import {
|
3
|
+
import { connect, shallowEqual } from 'react-redux';
|
4
|
+
import { Redirect, Route, Switch } from 'react-router-dom';
|
5
|
+
import { useSlots } from '../../components/slots';
|
6
6
|
import routes from '../../routes';
|
7
|
-
import {
|
7
|
+
import { getUser } from '../../store/reducers/authentication/authentication';
|
8
|
+
import { nodesListApi } from '../../store/reducers/nodesList';
|
9
|
+
import { cn } from '../../utils/cn';
|
10
|
+
import { useTypedDispatch, useTypedSelector } from '../../utils/hooks';
|
11
|
+
import Authentication from '../Authentication/Authentication';
|
8
12
|
import Cluster from '../Cluster/Cluster';
|
9
|
-
import
|
13
|
+
import { getClusterPath } from '../Cluster/utils';
|
14
|
+
import { Clusters } from '../Clusters/Clusters';
|
15
|
+
import Header from '../Header/Header';
|
10
16
|
import Node from '../Node/Node';
|
11
|
-
import {
|
17
|
+
import { PDiskPage } from '../PDiskPage/PDiskPage';
|
12
18
|
import { Tablet } from '../Tablet';
|
13
19
|
import TabletsFilters from '../TabletsFilters/TabletsFilters';
|
14
|
-
import
|
15
|
-
import
|
16
|
-
import {
|
17
|
-
import { getClusterPath } from '../Cluster/utils';
|
18
|
-
import { useSlots } from '../../components/slots';
|
19
|
-
import { useTypedSelector, useTypedDispatch } from '../../utils/hooks';
|
20
|
-
import { ClusterSlot, ClustersSlot, NodeSlot, PDiskSlot, RedirectSlot, RoutesSlot, TabletSlot, TabletsFiltersSlot, TenantSlot, } from './appSlots';
|
20
|
+
import Tenant from '../Tenant/Tenant';
|
21
|
+
import { VDiskPage } from '../VDiskPage/VDiskPage';
|
22
|
+
import { ClusterSlot, ClustersSlot, NodeSlot, PDiskPageSlot, RedirectSlot, RoutesSlot, TabletSlot, TabletsFiltersSlot, TenantSlot, VDiskPageSlot, } from './appSlots';
|
21
23
|
import i18n from './i18n';
|
22
24
|
import './App.scss';
|
23
25
|
const b = cn('app');
|
@@ -39,8 +41,13 @@ const routesSlots = [
|
|
39
41
|
},
|
40
42
|
{
|
41
43
|
path: routes.pDisk,
|
42
|
-
slot:
|
43
|
-
component:
|
44
|
+
slot: PDiskPageSlot,
|
45
|
+
component: PDiskPage,
|
46
|
+
},
|
47
|
+
{
|
48
|
+
path: routes.vDisk,
|
49
|
+
slot: VDiskPageSlot,
|
50
|
+
component: VDiskPage,
|
44
51
|
},
|
45
52
|
{
|
46
53
|
path: routes.tablet,
|
@@ -67,7 +74,7 @@ function renderRouteSlot(slots, route) {
|
|
67
74
|
else {
|
68
75
|
content = slot.rendered;
|
69
76
|
}
|
70
|
-
return _jsx("main",
|
77
|
+
return _jsx("main", { className: b('main'), children: content });
|
71
78
|
} }, route.path));
|
72
79
|
}
|
73
80
|
export function Content(props) {
|
@@ -88,7 +95,7 @@ export function Content(props) {
|
|
88
95
|
exact: true,
|
89
96
|
component: Clusters,
|
90
97
|
slot: ClustersSlot,
|
91
|
-
}), additionalRoutes === null || additionalRoutes === void 0 ? void 0 : additionalRoutes.rendered, _jsxs(Route, { children: [_jsx(GetUser, {}), _jsx(Header, { mainPage: mainPage }), _jsxs(Switch, { children: [routesSlots.map((route) => {
|
98
|
+
}), additionalRoutes === null || additionalRoutes === void 0 ? void 0 : additionalRoutes.rendered, _jsxs(Route, { children: [_jsx(GetUser, {}), _jsx(GetNodesList, {}), _jsx(Header, { mainPage: mainPage }), _jsxs(Switch, { children: [routesSlots.map((route) => {
|
92
99
|
return renderRouteSlot(slots, route);
|
93
100
|
}), _jsx(Redirect, Object.assign({}, redirectProps))] })] }, "single-cluster")] }));
|
94
101
|
}
|
@@ -97,7 +104,7 @@ function GetUser() {
|
|
97
104
|
const { isAuthenticated, isInternalUser } = useTypedSelector((state) => ({
|
98
105
|
isAuthenticated: state.authentication.isAuthenticated,
|
99
106
|
isInternalUser: Boolean(state.authentication.user),
|
100
|
-
}));
|
107
|
+
}), shallowEqual);
|
101
108
|
React.useEffect(() => {
|
102
109
|
if (isAuthenticated && !isInternalUser) {
|
103
110
|
dispatch(getUser());
|
@@ -105,9 +112,13 @@ function GetUser() {
|
|
105
112
|
}, [dispatch, isAuthenticated, isInternalUser]);
|
106
113
|
return null;
|
107
114
|
}
|
115
|
+
function GetNodesList() {
|
116
|
+
nodesListApi.useGetNodesListQuery(undefined);
|
117
|
+
return null;
|
118
|
+
}
|
108
119
|
function ContentWrapper(props) {
|
109
120
|
const { singleClusterMode, isAuthenticated } = props;
|
110
|
-
return (_jsxs(Switch, { children: [_jsx(Route,
|
121
|
+
return (_jsxs(Switch, { children: [_jsx(Route, { path: routes.auth, children: _jsx(Authentication, { closable: true }) }), _jsx(Route, { children: _jsx("div", { className: b({ embedded: singleClusterMode }), children: isAuthenticated ? props.children : _jsx(Authentication, {}) }) })] }));
|
111
122
|
}
|
112
123
|
function mapStateToProps(state) {
|
113
124
|
return {
|
@@ -8,5 +8,5 @@ interface ProvidersProps {
|
|
8
8
|
componentsRegistry?: ComponentsRegistry;
|
9
9
|
children: React.ReactNode;
|
10
10
|
}
|
11
|
-
export declare function Providers({ store, history, componentsRegistry, children, }: ProvidersProps): JSX.Element;
|
11
|
+
export declare function Providers({ store, history, componentsRegistry, children, }: ProvidersProps): import("react/jsx-runtime").JSX.Element;
|
12
12
|
export {};
|