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.
Files changed (905) hide show
  1. package/README.md +8 -4
  2. package/dist/components/BasicNodeViewer/BasicNodeViewer.d.ts +2 -2
  3. package/dist/components/BasicNodeViewer/BasicNodeViewer.js +5 -4
  4. package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +4 -4
  5. package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +6 -6
  6. package/dist/components/CellWithPopover/CellWithPopover.d.ts +2 -3
  7. package/dist/components/CellWithPopover/CellWithPopover.js +2 -2
  8. package/dist/components/CellWithPopover/CellWithPopover.scss +1 -1
  9. package/dist/components/CircularProgressBar/CircularProgressBar.d.ts +3 -3
  10. package/dist/components/CircularProgressBar/CircularProgressBar.js +2 -2
  11. package/dist/components/ClipboardButton/ClipboardButton.d.ts +2 -3
  12. package/dist/components/ClipboardButton/ClipboardButton.js +5 -5
  13. package/dist/components/ComponentsProvider/ComponentsProvider.d.ts +1 -1
  14. package/dist/components/ComponentsProvider/ComponentsProvider.js +1 -1
  15. package/dist/components/ComponentsProvider/componentsRegistry.d.ts +3 -2
  16. package/dist/components/ComponentsProvider/componentsRegistry.js +2 -2
  17. package/dist/components/ContentWithPopup/ContentWithPopup.d.ts +5 -5
  18. package/dist/components/ContentWithPopup/ContentWithPopup.js +5 -5
  19. package/dist/components/CriticalActionDialog/CriticalActionDialog.d.ts +1 -2
  20. package/dist/components/CriticalActionDialog/CriticalActionDialog.js +9 -9
  21. package/dist/components/DateRange/DateRange.d.ts +1 -1
  22. package/dist/components/DateRange/DateRange.js +2 -2
  23. package/dist/components/DiagnosticCard/DiagnosticCard.d.ts +3 -3
  24. package/dist/components/DiagnosticCard/DiagnosticCard.js +2 -2
  25. package/dist/components/DiskPageTitle/DiskPageTitle.d.ts +11 -0
  26. package/dist/components/DiskPageTitle/DiskPageTitle.js +8 -0
  27. package/dist/components/DiskPageTitle/DiskPageTitle.scss +21 -0
  28. package/dist/{containers/Storage → components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +1 -2
  29. package/dist/{containers/Storage → components}/DiskStateProgressBar/DiskStateProgressBar.js +6 -6
  30. package/dist/components/Divider/Divider.d.ts +1 -2
  31. package/dist/components/Divider/Divider.js +1 -1
  32. package/dist/components/EmptyState/EmptyState.d.ts +5 -5
  33. package/dist/components/EmptyState/EmptyState.js +2 -2
  34. package/dist/components/EnableFullscreenButton/EnableFullscreenButton.d.ts +1 -2
  35. package/dist/components/EnableFullscreenButton/EnableFullscreenButton.js +2 -2
  36. package/dist/components/EntitiesCount/EntitiesCount.d.ts +1 -1
  37. package/dist/components/EntitiesCount/EntitiesCount.js +1 -1
  38. package/dist/components/EntitiesCount/i18n/index.d.ts +1 -1
  39. package/dist/components/EntitiesCount/i18n/index.js +2 -4
  40. package/dist/components/EntityStatus/EntityStatus.d.ts +2 -3
  41. package/dist/components/EntityStatus/EntityStatus.js +14 -11
  42. package/dist/components/EntityStatus/EntityStatus.scss +4 -0
  43. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +7 -7
  44. package/dist/components/ErrorBoundary/ErrorBoundary.js +8 -7
  45. package/dist/components/ErrorBoundary/i18n/index.d.ts +1 -1
  46. package/dist/components/ErrorBoundary/i18n/index.js +2 -4
  47. package/dist/components/Errors/403/AccessDenied.d.ts +2 -2
  48. package/dist/components/Errors/ResponseError/ResponseError.d.ts +2 -3
  49. package/dist/components/Errors/ResponseError/ResponseError.js +10 -1
  50. package/dist/components/Errors/i18n/index.d.ts +1 -1
  51. package/dist/components/Errors/i18n/index.js +2 -4
  52. package/dist/components/FormattedBytes/FormattedBytes.d.ts +2 -2
  53. package/dist/components/FormattedBytes/FormattedBytes.js +1 -1
  54. package/dist/components/FormattedBytes/utils.d.ts +1 -1
  55. package/dist/components/FullNodeViewer/FullNodeViewer.d.ts +1 -1
  56. package/dist/components/FullNodeViewer/FullNodeViewer.js +3 -3
  57. package/dist/components/Fullscreen/Fullscreen.d.ts +1 -1
  58. package/dist/components/Fullscreen/Fullscreen.js +6 -6
  59. package/dist/components/Fullscreen/Fullscreen.scss +1 -4
  60. package/dist/components/GroupInfo/GroupInfo.d.ts +7 -0
  61. package/dist/components/GroupInfo/GroupInfo.js +28 -0
  62. package/dist/components/GroupInfo/i18n/en.json +6 -0
  63. package/dist/components/GroupInfo/i18n/index.d.ts +1 -0
  64. package/dist/components/GroupInfo/i18n/index.js +4 -0
  65. package/dist/components/Icon/Icon.d.ts +1 -1
  66. package/dist/components/Illustration/Illustration.d.ts +3 -3
  67. package/dist/components/Illustration/Illustration.js +5 -5
  68. package/dist/components/InfoViewer/InfoViewer.d.ts +5 -5
  69. package/dist/components/InfoViewer/InfoViewer.js +5 -4
  70. package/dist/components/InfoViewer/formatters/cdcStream.d.ts +3 -2
  71. package/dist/components/InfoViewer/formatters/common.d.ts +2 -1
  72. package/dist/components/InfoViewer/formatters/common.js +1 -1
  73. package/dist/components/InfoViewer/formatters/pqGroup.d.ts +5 -4
  74. package/dist/components/InfoViewer/formatters/pqGroup.js +2 -2
  75. package/dist/components/InfoViewer/formatters/schema.d.ts +2 -1
  76. package/dist/components/InfoViewer/formatters/schema.js +2 -2
  77. package/dist/components/InfoViewer/formatters/table.d.ts +5 -4
  78. package/dist/components/InfoViewer/i18n/index.d.ts +1 -1
  79. package/dist/components/InfoViewer/i18n/index.js +2 -4
  80. package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.d.ts +1 -1
  81. package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.js +2 -2
  82. package/dist/components/InfoViewer/schemaOverview/CDCStreamOverview.d.ts +1 -1
  83. package/dist/components/InfoViewer/schemaOverview/CDCStreamOverview.js +7 -11
  84. package/dist/components/InfoViewer/schemaOverview/PersQueueGroupOverview.d.ts +1 -1
  85. package/dist/components/InfoViewer/schemaOverview/PersQueueGroupOverview.js +9 -5
  86. package/dist/components/InfoViewer/utils.d.ts +6 -6
  87. package/dist/components/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +1 -1
  88. package/dist/components/InfoViewerSkeleton/InfoViewerSkeleton.js +4 -4
  89. package/dist/components/InfoViewerSkeleton/InfoViewerSkeleton.scss +1 -1
  90. package/dist/components/InternalLink/InternalLink.d.ts +2 -2
  91. package/dist/components/InternalLink/InternalLink.js +3 -3
  92. package/dist/components/LabelWithPopover/LabelWithPopover.d.ts +4 -4
  93. package/dist/components/LabelWithPopover/LabelWithPopover.js +1 -1
  94. package/dist/components/LagImages/LagImages.d.ts +2 -2
  95. package/dist/components/LagImages/LagImages.js +5 -5
  96. package/dist/components/LagPopoverContent/LagPopoverContent.d.ts +1 -1
  97. package/dist/components/LagPopoverContent/LagPopoverContent.js +3 -3
  98. package/dist/components/LinkToSchemaObject/LinkToSchemaObject.d.ts +3 -4
  99. package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js +1 -1
  100. package/dist/components/LinkWithIcon/LinkWithIcon.d.ts +1 -1
  101. package/dist/components/LinkWithIcon/LinkWithIcon.js +8 -7
  102. package/dist/components/Loader/Loader.d.ts +2 -2
  103. package/dist/components/Loader/Loader.js +2 -2
  104. package/dist/components/MetricChart/MetricChart.d.ts +2 -2
  105. package/dist/components/MetricChart/MetricChart.js +29 -77
  106. package/dist/components/MetricChart/colors.js +9 -9
  107. package/dist/components/MetricChart/getChartData.d.ts +5 -4
  108. package/dist/components/MetricChart/getChartData.js +2 -2
  109. package/dist/components/MetricChart/reducer.d.ts +4 -26
  110. package/dist/components/MetricChart/reducer.js +32 -58
  111. package/dist/components/MetricChart/types.d.ts +4 -0
  112. package/dist/components/MonacoEditor/MonacoEditor.d.ts +2 -0
  113. package/dist/components/MonacoEditor/MonacoEditor.js +7 -0
  114. package/dist/components/MonitoringButton/MonitoringButton.d.ts +1 -2
  115. package/dist/components/MonitoringButton/MonitoringButton.js +2 -2
  116. package/dist/components/NodeHostWrapper/NodeHostWrapper.d.ts +1 -1
  117. package/dist/components/NodeHostWrapper/NodeHostWrapper.js +5 -5
  118. package/dist/components/PDiskInfo/PDiskInfo.d.ts +2 -3
  119. package/dist/components/PDiskInfo/PDiskInfo.js +6 -6
  120. package/dist/components/PDiskInfo/PDiskInfo.scss +0 -1
  121. package/dist/components/PDiskInfo/i18n/index.d.ts +1 -1
  122. package/dist/{containers/Storage → components}/PDiskPopup/PDiskPopup.d.ts +5 -5
  123. package/dist/{containers/Storage → components}/PDiskPopup/PDiskPopup.js +9 -8
  124. package/dist/components/PageMeta/PageMeta.d.ts +2 -2
  125. package/dist/components/PageMeta/PageMeta.js +9 -2
  126. package/dist/components/PageMeta/PageMeta.scss +9 -0
  127. package/dist/components/PoolBar/PoolBar.d.ts +1 -1
  128. package/dist/components/PoolBar/PoolBar.js +3 -3
  129. package/dist/components/PoolUsage/PoolUsage.d.ts +1 -1
  130. package/dist/components/PoolUsage/PoolUsage.js +3 -3
  131. package/dist/components/PoolsGraph/PoolsGraph.d.ts +1 -1
  132. package/dist/components/PoolsGraph/PoolsGraph.js +3 -3
  133. package/dist/components/ProblemFilter/ProblemFilter.d.ts +1 -1
  134. package/dist/components/ProblemFilter/ProblemFilter.js +1 -1
  135. package/dist/components/ProgressViewer/ProgressViewer.d.ts +5 -15
  136. package/dist/components/ProgressViewer/ProgressViewer.js +5 -14
  137. package/dist/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +1 -1
  138. package/dist/components/QueryExecutionStatus/QueryExecutionStatus.js +2 -2
  139. package/dist/components/QueryExecutionStatus/QueryExecutionStatus.scss +1 -2
  140. package/dist/components/QueryResultTable/Cell/Cell.js +4 -4
  141. package/dist/components/QueryResultTable/QueryResultTable.d.ts +2 -11
  142. package/dist/components/QueryResultTable/QueryResultTable.js +6 -6
  143. package/dist/components/QueryResultTable/i18n/index.d.ts +1 -1
  144. package/dist/components/QueryResultTable/i18n/index.js +2 -4
  145. package/dist/components/Search/Search.d.ts +1 -1
  146. package/dist/components/Search/Search.js +5 -5
  147. package/dist/components/ShortyString/ShortyString.d.ts +2 -2
  148. package/dist/components/ShortyString/ShortyString.js +5 -4
  149. package/dist/components/ShortyString/i18n/index.d.ts +1 -1
  150. package/dist/components/ShortyString/i18n/index.js +2 -4
  151. package/dist/components/SpeedMultiMeter/SpeedMultiMeter.d.ts +2 -2
  152. package/dist/components/SpeedMultiMeter/SpeedMultiMeter.js +11 -11
  153. package/dist/components/SpeedMultiMeter/i18n/index.d.ts +1 -1
  154. package/dist/components/SpeedMultiMeter/i18n/index.js +2 -4
  155. package/dist/components/SplitPane/SplitPane.d.ts +2 -2
  156. package/dist/components/SplitPane/SplitPane.js +6 -6
  157. package/dist/components/SplitPane/SplitPane.scss +1 -4
  158. package/dist/components/SplitPane/index.d.ts +1 -1
  159. package/dist/components/Stack/Stack.d.ts +2 -1
  160. package/dist/components/Stack/Stack.js +5 -5
  161. package/dist/components/Stack/Stack.scss +8 -4
  162. package/dist/components/StatusIcon/StatusIcon.d.ts +2 -2
  163. package/dist/components/StatusIcon/StatusIcon.js +6 -7
  164. package/dist/components/StatusIcon/StatusIcon.scss +2 -4
  165. package/dist/components/TableSkeleton/TableSkeleton.d.ts +1 -2
  166. package/dist/components/TableSkeleton/TableSkeleton.js +3 -3
  167. package/dist/components/TableSkeleton/TableSkeleton.scss +1 -1
  168. package/dist/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +5 -5
  169. package/dist/components/TableWithControlsLayout/TableWithControlsLayout.js +5 -5
  170. package/dist/components/Tablet/Tablet.d.ts +1 -1
  171. package/dist/components/Tablet/Tablet.js +4 -4
  172. package/dist/components/TabletIcon/TabletIcon.d.ts +1 -1
  173. package/dist/components/TabletIcon/TabletIcon.js +2 -2
  174. package/dist/components/TabletsOverall/TabletsOverall.d.ts +1 -2
  175. package/dist/components/TabletsOverall/TabletsOverall.js +3 -3
  176. package/dist/components/TabletsOverall/TabletsOverall.scss +2 -3
  177. package/dist/components/TabletsStatistic/TabletsStatistic.d.ts +2 -2
  178. package/dist/components/TabletsStatistic/TabletsStatistic.js +4 -4
  179. package/dist/components/Tag/Tag.d.ts +1 -1
  180. package/dist/components/Tag/Tag.js +2 -2
  181. package/dist/components/Tags/Tags.d.ts +2 -2
  182. package/dist/components/Tags/Tags.js +3 -3
  183. package/dist/components/TimeFrameSelector/TimeFrameSelector.d.ts +2 -2
  184. package/dist/components/TimeFrameSelector/TimeFrameSelector.js +3 -3
  185. package/dist/components/TimeFrameSelector/TimeFrameSelector.scss +0 -1
  186. package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +1 -1
  187. package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +2 -2
  188. package/dist/components/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +1 -1
  189. package/dist/components/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +1 -1
  190. package/dist/components/TruncatedQuery/TruncatedQuery.d.ts +2 -2
  191. package/dist/components/TruncatedQuery/TruncatedQuery.js +6 -5
  192. package/dist/components/UptimeFIlter/UptimeFilter.d.ts +1 -1
  193. package/dist/components/UptimeFIlter/UptimeFilter.js +2 -2
  194. package/dist/components/UsageLabel/UsageLabel.d.ts +2 -3
  195. package/dist/components/UsageLabel/UsageLabel.js +1 -1
  196. package/dist/components/User/StaffCard.d.ts +1 -1
  197. package/dist/components/User/User.d.ts +1 -2
  198. package/dist/components/User/User.js +1 -1
  199. package/dist/{containers/Storage → components}/VDisk/VDisk.d.ts +3 -3
  200. package/dist/components/VDisk/VDisk.js +28 -0
  201. package/dist/{containers/Storage → components}/VDisk/VDisk.scss +1 -1
  202. package/dist/components/VDisk/VDiskWithDonorsStack.d.ts +11 -0
  203. package/dist/components/VDisk/VDiskWithDonorsStack.js +14 -0
  204. package/dist/components/VDiskInfo/VDiskInfo.d.ts +9 -0
  205. package/dist/components/VDiskInfo/VDiskInfo.js +113 -0
  206. package/dist/components/VDiskInfo/VDiskInfo.scss +7 -0
  207. package/dist/components/VDiskInfo/i18n/en.json +23 -0
  208. package/dist/components/VDiskInfo/i18n/index.d.ts +1 -0
  209. package/dist/components/VDiskInfo/i18n/index.js +4 -0
  210. package/dist/components/VDiskPopup/VDiskPopup.d.ts +11 -0
  211. package/dist/{containers/Storage → components}/VDiskPopup/VDiskPopup.js +13 -12
  212. package/dist/components/VirtualTable/TableChunk.d.ts +2 -2
  213. package/dist/components/VirtualTable/TableChunk.js +5 -5
  214. package/dist/components/VirtualTable/TableHead.d.ts +3 -2
  215. package/dist/components/VirtualTable/TableHead.js +21 -23
  216. package/dist/components/VirtualTable/TableRow.d.ts +5 -5
  217. package/dist/components/VirtualTable/TableRow.js +8 -8
  218. package/dist/components/VirtualTable/VirtualTable.d.ts +2 -2
  219. package/dist/components/VirtualTable/VirtualTable.js +24 -24
  220. package/dist/components/VirtualTable/constants.d.ts +1 -0
  221. package/dist/components/VirtualTable/constants.js +1 -0
  222. package/dist/components/VirtualTable/i18n/index.d.ts +1 -1
  223. package/dist/components/VirtualTable/i18n/index.js +2 -4
  224. package/dist/components/VirtualTable/reducer.d.ts +1 -2
  225. package/dist/components/VirtualTable/shared.d.ts +1 -10
  226. package/dist/components/VirtualTable/shared.js +1 -1
  227. package/dist/components/VirtualTable/types.d.ts +7 -7
  228. package/dist/components/VirtualTable/useIntersectionObserver.js +3 -3
  229. package/dist/components/slots/types.d.ts +3 -1
  230. package/dist/components/slots/utils.d.ts +3 -1
  231. package/dist/containers/App/App.d.ts +8 -2
  232. package/dist/containers/App/App.js +5 -7
  233. package/dist/containers/App/App.scss +8 -5
  234. package/dist/containers/App/Content.d.ts +7 -3
  235. package/dist/containers/App/Content.js +30 -19
  236. package/dist/containers/App/Providers.d.ts +1 -1
  237. package/dist/containers/App/Providers.js +5 -5
  238. package/dist/containers/App/appSlots.d.ts +13 -4
  239. package/dist/containers/App/appSlots.js +2 -1
  240. package/dist/containers/App/i18n/index.d.ts +1 -1
  241. package/dist/containers/App/i18n/index.js +2 -4
  242. package/dist/containers/AppIcons/AppIcons.d.ts +1 -1
  243. package/dist/containers/AppIcons/AppIcons.js +3 -3
  244. package/dist/containers/AppWithClusters/AppWithClusters.d.ts +4 -4
  245. package/dist/containers/AppWithClusters/AppWithClusters.js +5 -5
  246. package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +2 -3
  247. package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.js +7 -7
  248. package/dist/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +1 -2
  249. package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +2 -3
  250. package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.js +1 -1
  251. package/dist/containers/AppWithClusters/i18n/index.d.ts +1 -1
  252. package/dist/containers/AppWithClusters/i18n/index.js +2 -4
  253. package/dist/containers/AppWithClusters/useClusterData.js +11 -8
  254. package/dist/containers/AsideNavigation/AsideNavigation.d.ts +2 -2
  255. package/dist/containers/AsideNavigation/AsideNavigation.js +14 -14
  256. package/dist/containers/AsideNavigation/Navigation.d.ts +1 -1
  257. package/dist/containers/AsideNavigation/Navigation.js +2 -2
  258. package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +1 -2
  259. package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +4 -4
  260. package/dist/containers/AsideNavigation/i18n/index.d.ts +1 -1
  261. package/dist/containers/AsideNavigation/i18n/index.js +2 -4
  262. package/dist/containers/AsideNavigation/useNavigationMenuItems.js +4 -4
  263. package/dist/containers/Authentication/Authentication.d.ts +1 -2
  264. package/dist/containers/Authentication/Authentication.js +15 -15
  265. package/dist/containers/Authentication/Authentication.scss +3 -3
  266. package/dist/containers/Cluster/Cluster.d.ts +2 -3
  267. package/dist/containers/Cluster/Cluster.js +35 -36
  268. package/dist/containers/Cluster/ClusterInfo/ClusterInfo.d.ts +4 -4
  269. package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js +16 -15
  270. package/dist/containers/Cluster/ClusterInfo/ClusterInfo.scss +0 -1
  271. package/dist/containers/Cluster/ClusterInfo/utils.d.ts +1 -1
  272. package/dist/containers/Cluster/VersionsBar/VersionsBar.d.ts +1 -1
  273. package/dist/containers/Cluster/VersionsBar/VersionsBar.js +3 -3
  274. package/dist/containers/Cluster/VersionsBar/VersionsBar.scss +2 -2
  275. package/dist/containers/Cluster/i18n/index.d.ts +1 -1
  276. package/dist/containers/Cluster/i18n/index.js +2 -4
  277. package/dist/containers/ClusterModeGuard/ClusterModeGuard.d.ts +3 -3
  278. package/dist/containers/ClusterModeGuard/ClusterModeGuard.js +3 -2
  279. package/dist/containers/Clusters/Clusters.d.ts +1 -2
  280. package/dist/containers/Clusters/Clusters.js +39 -31
  281. package/dist/containers/Clusters/Clusters.scss +12 -7
  282. package/dist/containers/Clusters/ClustersStatistics.d.ts +1 -1
  283. package/dist/containers/Clusters/ClustersStatistics.js +2 -2
  284. package/dist/containers/Clusters/columns.d.ts +1 -1
  285. package/dist/containers/Clusters/columns.js +15 -14
  286. package/dist/containers/Clusters/constants.d.ts +1 -1
  287. package/dist/containers/Clusters/shared.d.ts +1 -10
  288. package/dist/containers/Clusters/shared.js +1 -1
  289. package/dist/containers/Clusters/useSelectedColumns.d.ts +3 -3
  290. package/dist/containers/Clusters/useSelectedColumns.js +3 -1
  291. package/dist/containers/Header/Header.d.ts +2 -3
  292. package/dist/containers/Header/Header.js +12 -16
  293. package/dist/containers/Header/breadcrumbs.js +15 -3
  294. package/dist/containers/Header/i18n/en.json +1 -0
  295. package/dist/containers/Header/i18n/index.d.ts +1 -1
  296. package/dist/containers/Heatmap/Heatmap.d.ts +1 -1
  297. package/dist/containers/Heatmap/Heatmap.js +15 -30
  298. package/dist/containers/Heatmap/Heatmap.scss +1 -1
  299. package/dist/containers/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +6 -7
  300. package/dist/containers/Heatmap/HeatmapCanvas/HeatmapCanvas.js +11 -12
  301. package/dist/containers/Heatmap/Histogram/Histogram.d.ts +6 -6
  302. package/dist/containers/Heatmap/Histogram/Histogram.js +5 -5
  303. package/dist/containers/Heatmap/util.d.ts +10 -10
  304. package/dist/containers/Node/Node.d.ts +1 -2
  305. package/dist/containers/Node/Node.js +25 -33
  306. package/dist/containers/Node/NodePages.d.ts +1 -1
  307. package/dist/containers/Node/NodeStructure/NodeStructure.d.ts +1 -2
  308. package/dist/containers/Node/NodeStructure/NodeStructure.js +19 -32
  309. package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +3 -3
  310. package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js +2 -2
  311. package/dist/containers/Node/NodeStructure/Pdisk.d.ts +1 -2
  312. package/dist/containers/Node/NodeStructure/Pdisk.js +17 -17
  313. package/dist/containers/Node/NodeStructure/Vdisk.d.ts +6 -3
  314. package/dist/containers/Node/NodeStructure/Vdisk.js +8 -81
  315. package/dist/containers/Nodes/Nodes.d.ts +1 -1
  316. package/dist/containers/Nodes/Nodes.js +43 -39
  317. package/dist/containers/Nodes/NodesWrapper.d.ts +1 -1
  318. package/dist/containers/Nodes/NodesWrapper.js +1 -1
  319. package/dist/containers/Nodes/VirtualNodes.d.ts +1 -1
  320. package/dist/containers/Nodes/VirtualNodes.js +17 -17
  321. package/dist/containers/Nodes/getNodesColumns.d.ts +1 -1
  322. package/dist/containers/Nodes/getNodesColumns.js +5 -6
  323. package/dist/containers/Nodes/i18n/index.d.ts +1 -1
  324. package/dist/containers/Nodes/i18n/index.js +2 -4
  325. package/dist/containers/{PDisk → PDiskPage}/PDiskGroups.d.ts +1 -2
  326. package/dist/containers/{PDisk → PDiskPage}/PDiskGroups.js +5 -5
  327. package/dist/containers/PDiskPage/PDiskPage.d.ts +2 -0
  328. package/dist/containers/{PDisk/PDisk.js → PDiskPage/PDiskPage.js} +40 -42
  329. package/dist/containers/{PDisk/PDisk.scss → PDiskPage/PDiskPage.scss} +1 -16
  330. package/dist/containers/PDiskPage/shared.d.ts +1 -0
  331. package/dist/containers/ReduxTooltip/ReduxTooltip.d.ts +17 -16
  332. package/dist/containers/ReduxTooltip/ReduxTooltip.js +7 -7
  333. package/dist/containers/Storage/EmptyFilter/EmptyFilter.d.ts +1 -1
  334. package/dist/containers/Storage/EmptyFilter/EmptyFilter.js +1 -1
  335. package/dist/containers/Storage/EmptyFilter/i18n/index.d.ts +1 -1
  336. package/dist/containers/Storage/EmptyFilter/i18n/index.js +2 -4
  337. package/dist/containers/Storage/PDisk/PDisk.d.ts +1 -1
  338. package/dist/containers/Storage/PDisk/PDisk.js +12 -18
  339. package/dist/containers/Storage/PDisk/PDisk.scss +0 -2
  340. package/dist/containers/Storage/Storage.d.ts +1 -1
  341. package/dist/containers/Storage/Storage.js +37 -48
  342. package/dist/containers/Storage/Storage.scss +1 -1
  343. package/dist/containers/Storage/StorageControls/StorageControls.d.ts +3 -3
  344. package/dist/containers/Storage/StorageControls/StorageControls.js +4 -3
  345. package/dist/containers/Storage/StorageGroups/StorageGroups.d.ts +3 -4
  346. package/dist/containers/Storage/StorageGroups/StorageGroups.js +3 -3
  347. package/dist/containers/Storage/StorageGroups/StorageGroups.scss +1 -7
  348. package/dist/containers/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +1 -1
  349. package/dist/containers/Storage/StorageGroups/VirtualStorageGroups.d.ts +3 -3
  350. package/dist/containers/Storage/StorageGroups/VirtualStorageGroups.js +6 -6
  351. package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +10 -9
  352. package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.js +23 -30
  353. package/dist/containers/Storage/StorageGroups/i18n/index.d.ts +1 -1
  354. package/dist/containers/Storage/StorageGroups/i18n/index.js +2 -4
  355. package/dist/containers/Storage/StorageNodes/StorageNodes.d.ts +3 -4
  356. package/dist/containers/Storage/StorageNodes/StorageNodes.js +2 -2
  357. package/dist/containers/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +1 -1
  358. package/dist/containers/Storage/StorageNodes/VirtualStorageNodes.d.ts +3 -3
  359. package/dist/containers/Storage/StorageNodes/VirtualStorageNodes.js +8 -8
  360. package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +3 -2
  361. package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.js +5 -5
  362. package/dist/containers/Storage/StorageNodes/i18n/index.d.ts +1 -1
  363. package/dist/containers/Storage/StorageNodes/i18n/index.js +2 -4
  364. package/dist/containers/Storage/StorageNodes/shared.d.ts +1 -10
  365. package/dist/containers/Storage/StorageNodes/shared.js +1 -1
  366. package/dist/containers/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +1 -1
  367. package/dist/containers/Storage/StorageTypeFilter/StorageTypeFilter.js +1 -1
  368. package/dist/containers/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +1 -1
  369. package/dist/containers/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +1 -1
  370. package/dist/containers/Storage/StorageWrapper.d.ts +1 -1
  371. package/dist/containers/Storage/StorageWrapper.js +1 -1
  372. package/dist/containers/Storage/UsageFilter/UsageFilter.d.ts +1 -1
  373. package/dist/containers/Storage/UsageFilter/UsageFilter.js +7 -7
  374. package/dist/containers/Storage/UsageFilter/i18n/index.d.ts +1 -1
  375. package/dist/containers/Storage/UsageFilter/i18n/index.js +2 -4
  376. package/dist/containers/Storage/VirtualStorage.d.ts +1 -1
  377. package/dist/containers/Storage/VirtualStorage.js +9 -13
  378. package/dist/containers/Storage/i18n/index.d.ts +1 -1
  379. package/dist/containers/Storage/i18n/index.js +2 -4
  380. package/dist/containers/Storage/shared.d.ts +1 -10
  381. package/dist/containers/Storage/shared.js +1 -1
  382. package/dist/containers/Storage/utils/index.d.ts +2 -2
  383. package/dist/containers/Tablet/Tablet.d.ts +2 -11
  384. package/dist/containers/Tablet/Tablet.js +25 -37
  385. package/dist/containers/Tablet/TabletControls/TabletControls.d.ts +3 -4
  386. package/dist/containers/Tablet/TabletControls/TabletControls.js +6 -4
  387. package/dist/containers/Tablet/TabletInfo/TabletInfo.d.ts +2 -2
  388. package/dist/containers/Tablet/TabletInfo/TabletInfo.js +5 -5
  389. package/dist/containers/Tablet/TabletTable/TabletTable.d.ts +1 -1
  390. package/dist/containers/Tablet/TabletTable/TabletTable.js +2 -2
  391. package/dist/containers/Tablets/Tablets.d.ts +1 -1
  392. package/dist/containers/Tablets/Tablets.js +28 -28
  393. package/dist/containers/Tablets/Tablets.scss +1 -2
  394. package/dist/containers/Tablets/i18n/index.d.ts +1 -1
  395. package/dist/containers/Tablets/i18n/index.js +2 -4
  396. package/dist/containers/TabletsFilters/TabletsFilters.d.ts +17 -24
  397. package/dist/containers/TabletsFilters/TabletsFilters.js +21 -20
  398. package/dist/containers/Tenant/Acl/Acl.d.ts +1 -1
  399. package/dist/containers/Tenant/Acl/Acl.js +11 -11
  400. package/dist/containers/Tenant/Acl/Acl.scss +0 -5
  401. package/dist/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +6 -0
  402. package/dist/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +19 -0
  403. package/dist/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.scss +5 -0
  404. package/dist/containers/Tenant/Diagnostics/Autorefresh/i18n/en.json +8 -0
  405. package/dist/containers/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +2 -0
  406. package/dist/containers/Tenant/Diagnostics/Autorefresh/i18n/index.js +4 -0
  407. package/dist/containers/Tenant/Diagnostics/Consumers/Consumers.d.ts +1 -1
  408. package/dist/containers/Tenant/Diagnostics/Consumers/Consumers.js +15 -22
  409. package/dist/containers/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +1 -1
  410. package/dist/containers/Tenant/Diagnostics/Consumers/Headers/Headers.js +3 -3
  411. package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +1 -1
  412. package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +4 -4
  413. package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.d.ts +1 -1
  414. package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.js +7 -7
  415. package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +1 -1
  416. package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.js +2 -4
  417. package/dist/containers/Tenant/Diagnostics/Describe/Describe.d.ts +2 -2
  418. package/dist/containers/Tenant/Diagnostics/Describe/Describe.js +32 -37
  419. package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +2 -3
  420. package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +3 -3
  421. package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.scss +2 -2
  422. package/dist/containers/Tenant/Diagnostics/Diagnostics.d.ts +2 -3
  423. package/dist/containers/Tenant/Diagnostics/Diagnostics.js +27 -31
  424. package/dist/containers/Tenant/Diagnostics/Diagnostics.scss +1 -1
  425. package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +6 -0
  426. package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +6 -2
  427. package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +1 -2
  428. package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +11 -11
  429. package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.scss +1 -2
  430. package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +1 -1
  431. package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.js +2 -3
  432. package/dist/containers/Tenant/Diagnostics/Network/Network.d.ts +5 -71
  433. package/dist/containers/Tenant/Diagnostics/Network/Network.js +122 -199
  434. package/dist/containers/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +16 -26
  435. package/dist/containers/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +16 -44
  436. package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +1 -1
  437. package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +3 -3
  438. package/dist/containers/Tenant/Diagnostics/Overview/Overview.d.ts +1 -2
  439. package/dist/containers/Tenant/Diagnostics/Overview/Overview.js +27 -45
  440. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +2 -2
  441. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +5 -5
  442. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +1 -1
  443. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +2 -4
  444. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +2 -2
  445. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +4 -3
  446. package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +1 -1
  447. package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +3 -3
  448. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +1 -1
  449. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +14 -12
  450. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +1 -1
  451. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +2 -4
  452. package/dist/containers/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +1 -1
  453. package/dist/containers/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +3 -0
  454. package/dist/containers/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +6 -6
  455. package/dist/containers/Tenant/Diagnostics/Partitions/Headers/Headers.js +9 -9
  456. package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.d.ts +2 -11
  457. package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js +35 -41
  458. package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +1 -1
  459. package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +27 -17
  460. package/dist/containers/Tenant/Diagnostics/Partitions/columns/columns.d.ts +1 -1
  461. package/dist/containers/Tenant/Diagnostics/Partitions/columns/columns.js +15 -15
  462. package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +1 -1
  463. package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.js +2 -4
  464. package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.d.ts +3 -3
  465. package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.js +1 -1
  466. package/dist/containers/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +4 -4
  467. package/dist/containers/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +1 -1
  468. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/Healthcheck.scss +7 -5
  469. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +2 -5
  470. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +7 -6
  471. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +3 -6
  472. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +15 -10
  473. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +2 -2
  474. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +13 -13
  475. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +1 -1
  476. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +2 -2
  477. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +1 -1
  478. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +2 -4
  479. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +6 -3
  480. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +24 -10
  481. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.scss +9 -20
  482. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +7 -5
  483. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +69 -15
  484. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +1 -2
  485. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +6 -5
  486. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +1 -2
  487. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +6 -14
  488. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +1 -2
  489. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +6 -14
  490. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +1 -2
  491. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +10 -14
  492. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +1 -1
  493. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +7 -12
  494. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +4 -0
  495. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +2 -2
  496. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +6 -6
  497. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +1 -2
  498. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +4 -3
  499. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +1 -2
  500. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +6 -14
  501. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +1 -2
  502. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js +20 -43
  503. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +3 -2
  504. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +4 -6
  505. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +7 -6
  506. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +1 -2
  507. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +9 -8
  508. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +1 -2
  509. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +6 -14
  510. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +1 -2
  511. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +10 -15
  512. package/dist/containers/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +1 -1
  513. package/dist/containers/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +3 -2
  514. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/en.json +3 -0
  515. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +1 -1
  516. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.js +2 -3
  517. package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +7 -6
  518. package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +10 -17
  519. package/dist/containers/Tenant/Diagnostics/TenantOverview/utils.d.ts +1 -10
  520. package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +1 -1
  521. package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +24 -59
  522. package/dist/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +1 -1
  523. package/dist/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +4 -4
  524. package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +1 -1
  525. package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.js +2 -4
  526. package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +4 -4
  527. package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +3 -3
  528. package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.d.ts +2 -11
  529. package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +26 -33
  530. package/dist/containers/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +3 -3
  531. package/dist/containers/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +7 -7
  532. package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +1 -1
  533. package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.js +2 -4
  534. package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +2 -2
  535. package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.js +6 -6
  536. package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +2 -2
  537. package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.js +9 -9
  538. package/dist/containers/Tenant/Info/i18n/index.d.ts +1 -1
  539. package/dist/containers/Tenant/Info/i18n/index.js +2 -4
  540. package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.d.ts +3 -4
  541. package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.js +6 -6
  542. package/dist/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +3 -3
  543. package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +20 -54
  544. package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +1 -2
  545. package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +14 -14
  546. package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.d.ts +1 -1
  547. package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.js +28 -38
  548. package/dist/containers/Tenant/Query/ExplainResult/utils.d.ts +3 -0
  549. package/dist/containers/Tenant/Query/ExplainResult/utils.js +34 -0
  550. package/dist/containers/Tenant/Query/Issues/Issues.d.ts +2 -3
  551. package/dist/containers/Tenant/Query/Issues/Issues.js +13 -13
  552. package/dist/containers/Tenant/Query/Issues/models.d.ts +1 -1
  553. package/dist/containers/Tenant/Query/Preview/Preview.d.ts +1 -1
  554. package/dist/containers/Tenant/Query/Preview/Preview.js +19 -35
  555. package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +1 -2
  556. package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.js +5 -5
  557. package/dist/containers/Tenant/Query/Query.d.ts +2 -2
  558. package/dist/containers/Tenant/Query/Query.js +6 -6
  559. package/dist/containers/Tenant/Query/QueryDuration/QueryDuration.d.ts +1 -1
  560. package/dist/containers/Tenant/Query/QueryDuration/QueryDuration.js +4 -4
  561. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +15 -6
  562. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +24 -24
  563. package/dist/containers/Tenant/Query/QueryEditor/helpers.js +2 -2
  564. package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +1 -1
  565. package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js +9 -9
  566. package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.scss +1 -2
  567. package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.d.ts +1 -1
  568. package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.js +5 -5
  569. package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.d.ts +1 -1
  570. package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.js +11 -11
  571. package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.d.ts +1 -1
  572. package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.js +15 -15
  573. package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.d.ts +1 -2
  574. package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.js +3 -3
  575. package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +6 -5
  576. package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +19 -66
  577. package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.scss +0 -1
  578. package/dist/containers/Tenant/Schema/SchemaViewer/helpers.d.ts +25 -0
  579. package/dist/containers/Tenant/Schema/SchemaViewer/helpers.js +148 -0
  580. package/dist/containers/Tenant/Tenant.d.ts +2 -3
  581. package/dist/containers/Tenant/Tenant.js +29 -31
  582. package/dist/containers/Tenant/utils/index.d.ts +1 -1
  583. package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.d.ts +1 -2
  584. package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +4 -4
  585. package/dist/containers/Tenant/utils/schema.d.ts +1 -0
  586. package/dist/containers/Tenant/utils/schema.js +1 -0
  587. package/dist/containers/Tenant/utils/schemaActions.d.ts +1 -2
  588. package/dist/containers/Tenant/utils/schemaActions.js +1 -1
  589. package/dist/containers/Tenant/utils/schemaControls.d.ts +2 -3
  590. package/dist/containers/Tenant/utils/schemaControls.js +3 -3
  591. package/dist/containers/Tenants/Tenants.d.ts +1 -1
  592. package/dist/containers/Tenants/Tenants.js +22 -21
  593. package/dist/containers/UserSettings/Setting.d.ts +4 -4
  594. package/dist/containers/UserSettings/Setting.js +5 -5
  595. package/dist/containers/UserSettings/UserSettings.d.ts +3 -12
  596. package/dist/containers/UserSettings/UserSettings.js +6 -6
  597. package/dist/containers/UserSettings/settings.js +4 -4
  598. package/dist/containers/VDiskPage/VDiskPage.d.ts +2 -0
  599. package/dist/containers/VDiskPage/VDiskPage.js +108 -0
  600. package/dist/containers/VDiskPage/VDiskPage.scss +31 -0
  601. package/dist/containers/VDiskPage/i18n/en.json +9 -0
  602. package/dist/containers/VDiskPage/i18n/index.d.ts +1 -0
  603. package/dist/containers/VDiskPage/i18n/index.js +4 -0
  604. package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +3 -12
  605. package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.js +7 -7
  606. package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.scss +2 -3
  607. package/dist/containers/Versions/NodesTable/NodesTable.d.ts +2 -2
  608. package/dist/containers/Versions/NodesTable/NodesTable.js +4 -4
  609. package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +2 -2
  610. package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.js +3 -3
  611. package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.scss +1 -1
  612. package/dist/containers/Versions/Versions.d.ts +1 -1
  613. package/dist/containers/Versions/Versions.js +17 -19
  614. package/dist/containers/Versions/groupNodes.d.ts +3 -2
  615. package/dist/containers/Versions/groupNodes.js +1 -1
  616. package/dist/containers/Versions/types.d.ts +1 -1
  617. package/dist/routes.d.ts +3 -0
  618. package/dist/routes.js +7 -2
  619. package/dist/services/api.d.ts +58 -45
  620. package/dist/services/api.js +107 -67
  621. package/dist/services/parsers/parseMetaTenants.d.ts +1 -1
  622. package/dist/services/settings.js +1 -1
  623. package/dist/store/configureStore.d.ts +29 -101
  624. package/dist/store/configureStore.js +13 -9
  625. package/dist/store/defaultStore.d.ts +11 -47
  626. package/dist/store/reducers/api.d.ts +3 -0
  627. package/dist/store/reducers/api.js +24 -0
  628. package/dist/store/reducers/authentication/authentication.d.ts +15 -69
  629. package/dist/store/reducers/authentication/authentication.js +1 -1
  630. package/dist/store/reducers/authentication/types.d.ts +1 -1
  631. package/dist/store/reducers/cluster/cluster.d.ts +11 -96
  632. package/dist/store/reducers/cluster/cluster.js +58 -76
  633. package/dist/store/reducers/cluster/types.d.ts +0 -9
  634. package/dist/store/reducers/clusterNodes/clusterNodes.d.ts +7 -91
  635. package/dist/store/reducers/clusterNodes/clusterNodes.js +22 -36
  636. package/dist/store/reducers/clusters/clusters.d.ts +7 -95
  637. package/dist/store/reducers/clusters/clusters.js +28 -38
  638. package/dist/store/reducers/clusters/selectors.d.ts +3 -32
  639. package/dist/store/reducers/clusters/selectors.js +15 -44
  640. package/dist/store/reducers/clusters/types.d.ts +1 -9
  641. package/dist/store/reducers/describe.d.ts +4 -182
  642. package/dist/store/reducers/describe.js +23 -97
  643. package/dist/store/reducers/executeQuery.d.ts +6 -24
  644. package/dist/store/reducers/executeQuery.js +4 -4
  645. package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +10 -25
  646. package/dist/store/reducers/executeTopQueries/executeTopQueries.js +45 -52
  647. package/dist/store/reducers/executeTopQueries/types.d.ts +3 -14
  648. package/dist/store/reducers/executeTopQueries/utils.d.ts +2 -2
  649. package/dist/store/reducers/explainQuery.d.ts +11 -47
  650. package/dist/store/reducers/explainQuery.js +2 -2
  651. package/dist/store/reducers/header/types.d.ts +5 -2
  652. package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +2113 -41
  653. package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js +20 -40
  654. package/dist/store/reducers/healthcheckInfo/types.d.ts +1 -16
  655. package/dist/store/reducers/heatmap.d.ts +14 -108
  656. package/dist/store/reducers/heatmap.js +66 -61
  657. package/dist/store/reducers/host.d.ts +5 -23
  658. package/dist/store/reducers/host.js +1 -1
  659. package/dist/store/reducers/hotKeys/hotKeys.d.ts +1 -1
  660. package/dist/store/reducers/index.d.ts +41 -105
  661. package/dist/store/reducers/index.js +20 -56
  662. package/dist/store/reducers/network/network.d.ts +3 -94
  663. package/dist/store/reducers/network/network.js +18 -37
  664. package/dist/store/reducers/node/node.d.ts +8 -181
  665. package/dist/store/reducers/node/node.js +30 -58
  666. package/dist/store/reducers/node/selectors.d.ts +86 -3
  667. package/dist/store/reducers/node/selectors.js +7 -6
  668. package/dist/store/reducers/node/types.d.ts +0 -18
  669. package/dist/store/reducers/nodes/nodes.d.ts +8 -191
  670. package/dist/store/reducers/nodes/nodes.js +53 -89
  671. package/dist/store/reducers/nodes/selectors.d.ts +7 -3
  672. package/dist/store/reducers/nodes/selectors.js +4 -15
  673. package/dist/store/reducers/nodes/types.d.ts +4 -15
  674. package/dist/store/reducers/nodes/utils.d.ts +1 -1
  675. package/dist/store/reducers/nodesList.d.ts +31 -35
  676. package/dist/store/reducers/nodesList.js +21 -26
  677. package/dist/store/reducers/olapStats.d.ts +5 -96
  678. package/dist/store/reducers/olapStats.js +22 -42
  679. package/dist/store/reducers/overview/overview.d.ts +6 -186
  680. package/dist/store/reducers/overview/overview.js +16 -72
  681. package/dist/store/reducers/partitions/partitions.d.ts +10 -98
  682. package/dist/store/reducers/partitions/partitions.js +39 -62
  683. package/dist/store/reducers/partitions/types.d.ts +0 -8
  684. package/dist/store/reducers/partitions/utils.d.ts +1 -1
  685. package/dist/store/reducers/pdisk/pdisk.d.ts +7 -208
  686. package/dist/store/reducers/pdisk/pdisk.js +36 -63
  687. package/dist/store/reducers/pdisk/types.d.ts +1 -17
  688. package/dist/store/reducers/pdisk/utils.d.ts +3 -25
  689. package/dist/store/reducers/pdisk/utils.js +2 -2
  690. package/dist/store/reducers/preview.d.ts +4 -98
  691. package/dist/store/reducers/preview.js +18 -39
  692. package/dist/store/reducers/schema/schema.d.ts +11 -33
  693. package/dist/store/reducers/schema/schema.js +15 -17
  694. package/dist/store/reducers/schema/types.d.ts +7 -4
  695. package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +5 -23
  696. package/dist/store/reducers/schemaAcl/schemaAcl.js +1 -1
  697. package/dist/store/reducers/schemaAcl/types.d.ts +1 -1
  698. package/dist/store/reducers/settings/settings.d.ts +2 -3
  699. package/dist/store/reducers/settings/types.d.ts +2 -2
  700. package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +8 -103
  701. package/dist/store/reducers/shardsWorkload/shardsWorkload.js +41 -70
  702. package/dist/store/reducers/shardsWorkload/types.d.ts +3 -14
  703. package/dist/store/reducers/storage/selectors.d.ts +6 -13
  704. package/dist/store/reducers/storage/selectors.js +15 -23
  705. package/dist/store/reducers/storage/storage.d.ts +8 -207
  706. package/dist/store/reducers/storage/storage.js +67 -132
  707. package/dist/store/reducers/storage/types.d.ts +6 -17
  708. package/dist/store/reducers/storage/utils.d.ts +1 -1
  709. package/dist/store/reducers/storage/utils.js +11 -12
  710. package/dist/store/reducers/tablet.d.ts +13 -181
  711. package/dist/store/reducers/tablet.js +58 -83
  712. package/dist/store/reducers/tablets.d.ts +7 -102
  713. package/dist/store/reducers/tablets.js +32 -52
  714. package/dist/store/reducers/tabletsFilters.d.ts +5 -23
  715. package/dist/store/reducers/tabletsFilters.js +1 -1
  716. package/dist/store/reducers/tenant/constants.d.ts +1 -0
  717. package/dist/store/reducers/tenant/constants.js +1 -0
  718. package/dist/store/reducers/tenant/tenant.d.ts +9 -120
  719. package/dist/store/reducers/tenant/tenant.js +42 -103
  720. package/dist/store/reducers/tenant/types.d.ts +1 -10
  721. package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +5 -94
  722. package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +22 -48
  723. package/dist/store/reducers/tenantOverview/topNodes/topNodes.d.ts +4 -0
  724. package/dist/store/reducers/tenantOverview/topNodes/topNodes.js +22 -0
  725. package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +5 -93
  726. package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +21 -41
  727. package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +6 -93
  728. package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +21 -44
  729. package/dist/store/reducers/tenantOverview/topShards/utils.d.ts +1 -1
  730. package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +3 -95
  731. package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +19 -46
  732. package/dist/store/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -15
  733. package/dist/store/reducers/tenants/contants.d.ts +6 -0
  734. package/dist/store/reducers/tenants/contants.js +6 -0
  735. package/dist/store/reducers/tenants/selectors.d.ts +1050 -3
  736. package/dist/store/reducers/tenants/selectors.js +4 -2
  737. package/dist/store/reducers/tenants/tenants.d.ts +9 -133
  738. package/dist/store/reducers/tenants/tenants.js +38 -41
  739. package/dist/store/reducers/tenants/types.d.ts +5 -13
  740. package/dist/store/reducers/tenants/utils.d.ts +24 -43
  741. package/dist/store/reducers/tenants/utils.js +92 -21
  742. package/dist/store/reducers/tooltip.d.ts +2 -2
  743. package/dist/store/reducers/topic.d.ts +1689 -41
  744. package/dist/store/reducers/topic.js +30 -61
  745. package/dist/store/reducers/vdisk/types.d.ts +11 -0
  746. package/dist/store/reducers/vdisk/utils.d.ts +11 -0
  747. package/dist/store/reducers/vdisk/utils.js +33 -0
  748. package/dist/store/reducers/vdisk/vdisk.d.ts +6 -0
  749. package/dist/store/reducers/vdisk/vdisk.js +46 -0
  750. package/dist/store/state-url-mapping.d.ts +8 -2
  751. package/dist/store/state-url-mapping.js +43 -14
  752. package/dist/styles/mixins.scss +6 -0
  753. package/dist/types/additionalProps.d.ts +3 -3
  754. package/dist/types/api/compute.d.ts +3 -3
  755. package/dist/types/api/consumer.d.ts +1 -1
  756. package/dist/types/api/netInfo.d.ts +1 -1
  757. package/dist/types/api/nodes.d.ts +4 -4
  758. package/dist/types/api/pdisk.d.ts +1 -1
  759. package/dist/types/api/schema/table.d.ts +2 -2
  760. package/dist/types/api/storage.d.ts +4 -2
  761. package/dist/types/api/systemState.d.ts +1 -1
  762. package/dist/types/api/tablet.d.ts +1 -1
  763. package/dist/types/api/tenant.d.ts +17 -3
  764. package/dist/types/api/tenant.js +6 -0
  765. package/dist/types/api/topic.d.ts +2 -2
  766. package/dist/types/api/vdisk.d.ts +2 -2
  767. package/dist/types/store/describe.d.ts +1 -23
  768. package/dist/types/store/executeQuery.d.ts +1 -1
  769. package/dist/types/store/explainQuery.d.ts +1 -1
  770. package/dist/types/store/heatmap.d.ts +1 -23
  771. package/dist/types/store/host.d.ts +1 -1
  772. package/dist/types/store/nodesList.d.ts +0 -14
  773. package/dist/types/store/query.d.ts +2 -2
  774. package/dist/types/store/tablet.d.ts +0 -18
  775. package/dist/types/store/tablets.d.ts +5 -15
  776. package/dist/types/store/tooltip.d.ts +2 -2
  777. package/dist/types/store/topic.d.ts +0 -14
  778. package/dist/utils/__test__/monitoring.test.js +28 -22
  779. package/dist/utils/__test__/parseBalancer.test.js +1 -1
  780. package/dist/utils/__test__/prepareBackend.test.js +1 -1
  781. package/dist/utils/bytesParsers/__test__/formatBytes.test.js +7 -7
  782. package/dist/utils/bytesParsers/formatBytes.js +1 -1
  783. package/dist/utils/bytesParsers/i18n/index.d.ts +1 -1
  784. package/dist/utils/bytesParsers/i18n/index.js +2 -4
  785. package/dist/utils/clusterVersionColors.js +1 -1
  786. package/dist/utils/cn.d.ts +1 -2
  787. package/dist/utils/cn.js +5 -2
  788. package/dist/utils/constants.d.ts +2 -0
  789. package/dist/utils/constants.js +2 -0
  790. package/dist/utils/createToast.d.ts +2 -2
  791. package/dist/utils/createToast.js +3 -3
  792. package/dist/utils/dataFormatters/dataFormatters.d.ts +1 -1
  793. package/dist/utils/dataFormatters/dataFormatters.js +2 -1
  794. package/dist/utils/dataFormatters/i18n/index.d.ts +1 -1
  795. package/dist/utils/dataFormatters/i18n/index.js +2 -4
  796. package/dist/utils/diagnostics.d.ts +1 -1
  797. package/dist/utils/disks/__test__/calculateVDiskSeverity.test.js +18 -18
  798. package/dist/utils/disks/calculateVDiskSeverity.d.ts +1 -1
  799. package/dist/utils/disks/constants.js +2 -2
  800. package/dist/utils/disks/getPDiskType.js +1 -1
  801. package/dist/utils/disks/types.d.ts +5 -1
  802. package/dist/utils/filters.js +1 -1
  803. package/dist/utils/hooks/index.d.ts +0 -1
  804. package/dist/utils/hooks/index.js +0 -1
  805. package/dist/utils/hooks/useNodesRequestParams.d.ts +1 -1
  806. package/dist/utils/hooks/useNodesRequestParams.js +2 -2
  807. package/dist/utils/hooks/useSearchQuery.d.ts +1 -0
  808. package/dist/utils/hooks/useSetting.d.ts +1 -1
  809. package/dist/utils/hooks/useSetting.js +3 -3
  810. package/dist/utils/hooks/useStorageRequestParams.js +2 -2
  811. package/dist/utils/hooks/useTableResize.js +8 -6
  812. package/dist/utils/hooks/useTableSort.d.ts +1 -1
  813. package/dist/utils/hooks/useTableSort.js +2 -2
  814. package/dist/utils/hooks/useTypedSelector.d.ts +1 -1
  815. package/dist/utils/i18n/i18n.d.ts +2 -1
  816. package/dist/utils/i18n/i18n.js +1 -7
  817. package/dist/utils/lazyComponent.d.ts +4 -0
  818. package/dist/utils/lazyComponent.js +25 -0
  819. package/dist/utils/monaco/index.d.ts +1 -0
  820. package/dist/utils/monaco/index.js +4 -0
  821. package/dist/utils/monaco/s-expression/constants.d.ts +1 -0
  822. package/dist/utils/monaco/s-expression/constants.js +1 -0
  823. package/dist/utils/monaco/s-expression/registerLanguage.d.ts +1 -0
  824. package/dist/utils/{monaco.js → monaco/s-expression/registerLanguage.js} +2 -19
  825. package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/generateSuggestions.d.ts +2 -2
  826. package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/generateSuggestions.js +40 -11
  827. package/dist/utils/monaco/yqlSuggestions/registerCompletionItemProvider.d.ts +1 -0
  828. package/dist/utils/monaco/yqlSuggestions/registerCompletionItemProvider.js +15 -0
  829. package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/yqlSuggestions.js +5 -3
  830. package/dist/utils/monitoring.d.ts +4 -3
  831. package/dist/utils/monitoring.js +39 -24
  832. package/dist/utils/nodes.d.ts +3 -3
  833. package/dist/utils/nodes.js +1 -1
  834. package/dist/utils/numeral.js +7 -1
  835. package/dist/utils/prepareQueryExplain.d.ts +1 -1
  836. package/dist/utils/query.d.ts +1 -1
  837. package/dist/utils/storage.d.ts +1 -0
  838. package/dist/utils/storage.js +1 -0
  839. package/dist/utils/timeParsers/i18n/index.d.ts +1 -1
  840. package/dist/utils/timeParsers/i18n/index.js +2 -4
  841. package/dist/utils/timeParsers/parsers.js +1 -1
  842. package/dist/utils/tooltip.d.ts +8 -8
  843. package/dist/utils/tooltip.js +9 -9
  844. package/dist/utils/utils.js +1 -1
  845. package/dist/utils/versions/getVersionsColors.js +10 -10
  846. package/package.json +66 -61
  847. package/dist/containers/Clusters/useClustersList.d.ts +0 -1
  848. package/dist/containers/Clusters/useClustersList.js +0 -9
  849. package/dist/containers/PDisk/PDisk.d.ts +0 -3
  850. package/dist/containers/PDisk/shared.d.ts +0 -10
  851. package/dist/containers/Storage/DiskStateProgressBar/index.d.ts +0 -1
  852. package/dist/containers/Storage/DiskStateProgressBar/index.js +0 -1
  853. package/dist/containers/Storage/PDiskPopup/index.d.ts +0 -1
  854. package/dist/containers/Storage/PDiskPopup/index.js +0 -1
  855. package/dist/containers/Storage/VDisk/VDisk.js +0 -28
  856. package/dist/containers/Storage/VDisk/index.d.ts +0 -1
  857. package/dist/containers/Storage/VDisk/index.js +0 -1
  858. package/dist/containers/Storage/VDiskPopup/VDiskPopup.d.ts +0 -11
  859. package/dist/containers/Storage/VDiskPopup/index.d.ts +0 -1
  860. package/dist/containers/Storage/VDiskPopup/index.js +0 -1
  861. package/dist/containers/Storage/utils/types.d.ts +0 -5
  862. package/dist/store/reducers/clusterNodes/types.d.ts +0 -14
  863. package/dist/store/reducers/clusterNodes/types.js +0 -1
  864. package/dist/store/reducers/network/types.d.ts +0 -11
  865. package/dist/store/reducers/network/types.js +0 -1
  866. package/dist/store/reducers/overview/types.d.ts +0 -18
  867. package/dist/store/reducers/overview/types.js +0 -1
  868. package/dist/store/reducers/tenantOverview/executeTopTables/types.d.ts +0 -10
  869. package/dist/store/reducers/tenantOverview/executeTopTables/types.js +0 -1
  870. package/dist/store/reducers/tenantOverview/topNodesByCpu/topNodesByCpu.d.ts +0 -95
  871. package/dist/store/reducers/tenantOverview/topNodesByCpu/topNodesByCpu.js +0 -47
  872. package/dist/store/reducers/tenantOverview/topNodesByCpu/types.d.ts +0 -19
  873. package/dist/store/reducers/tenantOverview/topNodesByCpu/types.js +0 -1
  874. package/dist/store/reducers/tenantOverview/topNodesByLoad/topNodesByLoad.d.ts +0 -95
  875. package/dist/store/reducers/tenantOverview/topNodesByLoad/topNodesByLoad.js +0 -47
  876. package/dist/store/reducers/tenantOverview/topNodesByLoad/types.d.ts +0 -19
  877. package/dist/store/reducers/tenantOverview/topNodesByLoad/types.js +0 -1
  878. package/dist/store/reducers/tenantOverview/topNodesByMemory/topNodesByMemory.d.ts +0 -95
  879. package/dist/store/reducers/tenantOverview/topNodesByMemory/topNodesByMemory.js +0 -47
  880. package/dist/store/reducers/tenantOverview/topNodesByMemory/types.d.ts +0 -19
  881. package/dist/store/reducers/tenantOverview/topNodesByMemory/types.js +0 -1
  882. package/dist/store/reducers/tenantOverview/topQueries/types.d.ts +0 -10
  883. package/dist/store/reducers/tenantOverview/topQueries/types.js +0 -1
  884. package/dist/store/reducers/tenantOverview/topShards/types.d.ts +0 -10
  885. package/dist/store/reducers/tenantOverview/topShards/types.js +0 -1
  886. package/dist/types/store/olapStats.d.ts +0 -10
  887. package/dist/types/store/olapStats.js +0 -1
  888. package/dist/utils/autofetcher.d.ts +0 -13
  889. package/dist/utils/autofetcher.js +0 -50
  890. package/dist/utils/hooks/useAutofetcher.d.ts +0 -2
  891. package/dist/utils/hooks/useAutofetcher.js +0 -23
  892. package/dist/utils/monaco.d.ts +0 -3
  893. /package/dist/{containers/Storage → components}/DiskStateProgressBar/DiskStateProgressBar.scss +0 -0
  894. /package/dist/components/MetricChart/{convertReponse.d.ts → convertResponse.d.ts} +0 -0
  895. /package/dist/components/MetricChart/{convertReponse.js → convertResponse.js} +0 -0
  896. /package/dist/{containers/Storage → components}/PDiskPopup/PDiskPopup.scss +0 -0
  897. /package/dist/{containers/Storage → components}/VDiskPopup/VDiskPopup.scss +0 -0
  898. /package/dist/containers/{PDisk → PDiskPage}/i18n/en.json +0 -0
  899. /package/dist/containers/{PDisk → PDiskPage}/i18n/index.d.ts +0 -0
  900. /package/dist/containers/{PDisk → PDiskPage}/i18n/index.js +0 -0
  901. /package/dist/containers/{PDisk → PDiskPage}/shared.js +0 -0
  902. /package/dist/{containers/Storage/utils → store/reducers/vdisk}/types.js +0 -0
  903. /package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/constants.d.ts +0 -0
  904. /package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/constants.js +0 -0
  905. /package/dist/utils/{yqlSuggestions → monaco/yqlSuggestions}/yqlSuggestions.d.ts +0 -0
@@ -1,7 +1,7 @@
1
+ import type { RenderControls, RenderErrorMessage } from '../../../components/VirtualTable';
2
+ import type { VisibleEntities } from '../../../store/reducers/storage/types';
1
3
  import type { AdditionalNodesProps } from '../../../types/additionalProps';
2
4
  import { NodesUptimeFilterValues } from '../../../utils/nodes';
3
- import { type RenderControls, type RenderErrorMessage } from '../../../components/VirtualTable';
4
- import type { VisibleEntities } from '../../../store/reducers/storage/types';
5
5
  interface VirtualStorageNodesProps {
6
6
  searchValue: string;
7
7
  visibleEntities: VisibleEntities;
@@ -13,5 +13,5 @@ interface VirtualStorageNodesProps {
13
13
  renderControls: RenderControls;
14
14
  renderErrorMessage: RenderErrorMessage;
15
15
  }
16
- export declare const VirtualStorageNodes: ({ searchValue, visibleEntities, nodesUptimeFilter, tenant, additionalNodesProps, onShowAll, parentContainer, renderControls, renderErrorMessage, }: VirtualStorageNodesProps) => JSX.Element;
16
+ export declare const VirtualStorageNodes: ({ searchValue, visibleEntities, nodesUptimeFilter, tenant, additionalNodesProps, onShowAll, parentContainer, renderControls, renderErrorMessage, }: VirtualStorageNodesProps) => import("react/jsx-runtime").JSX.Element;
17
17
  export {};
@@ -1,18 +1,18 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { useCallback, useMemo } from 'react';
3
- import { getUptimeParamValue, NodesUptimeFilterValues, } from '../../../utils/nodes';
4
- import { VirtualTable, } from '../../../components/VirtualTable';
2
+ import React from 'react';
3
+ import { VirtualTable } from '../../../components/VirtualTable';
5
4
  import { VISIBLE_ENTITIES } from '../../../store/reducers/storage/constants';
5
+ import { NodesUptimeFilterValues, getUptimeParamValue } from '../../../utils/nodes';
6
6
  import { StorageNodesEmptyDataMessage } from './StorageNodesEmptyDataMessage';
7
- import { getPreparedStorageNodesColumns } from './getStorageNodesColumns';
8
7
  import { getStorageNodes } from './getNodes';
9
- import { getRowUnavailableClassName } from './shared';
8
+ import { getPreparedStorageNodesColumns } from './getStorageNodesColumns';
10
9
  import i18n from './i18n';
10
+ import { getRowUnavailableClassName } from './shared';
11
11
  export const VirtualStorageNodes = ({ searchValue, visibleEntities, nodesUptimeFilter, tenant, additionalNodesProps, onShowAll, parentContainer, renderControls, renderErrorMessage, }) => {
12
- const filters = useMemo(() => {
12
+ const filters = React.useMemo(() => {
13
13
  return [searchValue, visibleEntities, nodesUptimeFilter, tenant];
14
14
  }, [searchValue, visibleEntities, nodesUptimeFilter, tenant]);
15
- const fetchData = useCallback(async (limit, offset, { sortOrder, columnId } = {}) => {
15
+ const fetchData = React.useCallback(async (limit, offset, { sortOrder, columnId } = {}) => {
16
16
  return await getStorageNodes({
17
17
  limit,
18
18
  offset,
@@ -24,7 +24,7 @@ export const VirtualStorageNodes = ({ searchValue, visibleEntities, nodesUptimeF
24
24
  sortValue: columnId,
25
25
  });
26
26
  }, [nodesUptimeFilter, searchValue, tenant, visibleEntities]);
27
- const columns = useMemo(() => {
27
+ const columns = React.useMemo(() => {
28
28
  return getPreparedStorageNodesColumns(additionalNodesProps, visibleEntities);
29
29
  }, [additionalNodesProps, visibleEntities]);
30
30
  const renderEmptyDataMessage = () => {
@@ -1,4 +1,5 @@
1
- import { type Column as DataTableColumn } from '@gravity-ui/react-data-table';
1
+ /// <reference types="react" />
2
+ import type { Column as DataTableColumn } from '@gravity-ui/react-data-table';
2
3
  import type { PreparedStorageNode, VisibleEntities } from '../../../store/reducers/storage/types';
3
4
  import type { AdditionalNodesProps } from '../../../types/additionalProps';
4
5
  export declare const STORAGE_NODES_COLUMNS_IDS: {
@@ -27,7 +28,7 @@ export declare const getPreparedStorageNodesColumns: (additionalNodesProps: Addi
27
28
  headerData?: boolean | undefined;
28
29
  }) => import("react").ReactNode);
29
30
  width: number;
30
- align: "left" | "right" | "center";
31
+ align: "center" | "left" | "right";
31
32
  headerTitle?: string | undefined;
32
33
  accessor?: string | ((row: PreparedStorageNode) => any) | undefined;
33
34
  title?: string | ((row: PreparedStorageNode) => string) | undefined;
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import DataTable from '@gravity-ui/react-data-table';
3
- import { VISIBLE_ENTITIES } from '../../../store/reducers/storage/constants';
4
3
  import { NodeHostWrapper } from '../../../components/NodeHostWrapper/NodeHostWrapper';
5
- import { isSortableNodesProperty } from '../../../utils/nodes';
4
+ import { VISIBLE_ENTITIES } from '../../../store/reducers/storage/constants';
6
5
  import { EMPTY_DATA_PLACEHOLDER } from '../../../utils/constants';
6
+ import { isSortableNodesProperty } from '../../../utils/nodes';
7
7
  import { PDisk } from '../PDisk/PDisk';
8
8
  import { b } from './shared';
9
9
  export const STORAGE_NODES_COLUMNS_IDS = {
@@ -70,11 +70,11 @@ const getStorageNodesColumns = (additionalNodesProps) => {
70
70
  header: 'PDisks',
71
71
  render: ({ row }) => {
72
72
  var _a;
73
- return (_jsx("div", Object.assign({ className: b('pdisks-wrapper') }, { children: (_a = row.PDisks) === null || _a === void 0 ? void 0 : _a.map((pDisk) => {
73
+ return (_jsx("div", { className: b('pdisks-wrapper'), children: (_a = row.PDisks) === null || _a === void 0 ? void 0 : _a.map((pDisk) => {
74
74
  var _a;
75
75
  const vDisks = (_a = row.VDisks) === null || _a === void 0 ? void 0 : _a.filter((vdisk) => vdisk.PDiskId === pDisk.PDiskId);
76
- return (_jsx("div", Object.assign({ className: b('pdisks-item') }, { children: _jsx(PDisk, { data: pDisk, nodeId: row.NodeId, vDisks: vDisks }) }), pDisk.PDiskId));
77
- }) })));
76
+ return (_jsx("div", { className: b('pdisks-item'), children: _jsx(PDisk, { data: pDisk, nodeId: row.NodeId, vDisks: vDisks }) }, pDisk.PDiskId));
77
+ }) }));
78
78
  },
79
79
  align: DataTable.CENTER,
80
80
  sortable: false,
@@ -1,2 +1,2 @@
1
- declare const _default: (key: string, params?: import("@gravity-ui/i18n").Params | undefined) => string;
1
+ declare const _default: (key: "empty.default" | "empty.out_of_space" | "empty.degraded" | "show_all" | "empty.small_uptime" | "empty.several_filters", params?: import("@gravity-ui/i18n").Params | undefined) => string;
2
2
  export default _default;
@@ -1,7 +1,5 @@
1
- import { i18n, Lang } from '../../../../utils/i18n';
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-storage-nodes';
5
- i18n.registerKeyset(Lang.En, COMPONENT, en);
6
- i18n.registerKeyset(Lang.Ru, COMPONENT, ru);
7
- export default i18n.keyset(COMPONENT);
5
+ export default registerKeysets(COMPONENT, { ru, en });
@@ -1,12 +1,3 @@
1
1
  import type { PreparedStorageNode } from '../../../store/reducers/storage/types';
2
- export declare const b: {
3
- (elementName: string, modifiers: import("bem-cn-lite").Modifications | null, mixin?: string | string[] | undefined): string;
4
- (elementName: string, mixin?: string | string[] | undefined): string;
5
- (elementName: string, modifiers: import("bem-cn-lite").Modifications): string;
6
- (mods: import("bem-cn-lite").Modifications | null, mixin?: string | string[] | undefined): string;
7
- (elementName: string): string;
8
- (mods: import("bem-cn-lite").Modifications | null): string;
9
- (): string;
10
- builder(): import("bem-cn").Block;
11
- };
2
+ export declare const b: import("@bem-react/classname").ClassNameFormatter;
12
3
  export declare const getRowUnavailableClassName: (row: PreparedStorageNode) => string;
@@ -1,4 +1,4 @@
1
- import cn from 'bem-cn-lite';
1
+ import { cn } from '../../../utils/cn';
2
2
  import { isUnavailableNode } from '../../../utils/nodes';
3
3
  export const b = cn('global-storage-nodes');
4
4
  export const getRowUnavailableClassName = (row) => b('node', { unavailable: isUnavailableNode(row) });
@@ -3,5 +3,5 @@ interface StorageTypeFilterProps {
3
3
  value: StorageType;
4
4
  onChange: (value: StorageType) => void;
5
5
  }
6
- export declare const StorageTypeFilter: ({ value, onChange }: StorageTypeFilterProps) => JSX.Element;
6
+ export declare const StorageTypeFilter: ({ value, onChange }: StorageTypeFilterProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
@@ -7,5 +7,5 @@ const StorageTypesTitles = {
7
7
  };
8
8
  const storageTypeFilterQa = 'storage-type-filter';
9
9
  export const StorageTypeFilter = ({ value, onChange }) => {
10
- return (_jsxs(RadioButton, Object.assign({ value: value, onUpdate: onChange, qa: storageTypeFilterQa }, { children: [_jsx(RadioButton.Option, Object.assign({ value: STORAGE_TYPES.groups }, { children: StorageTypesTitles[STORAGE_TYPES.groups] })), _jsx(RadioButton.Option, Object.assign({ value: STORAGE_TYPES.nodes }, { children: StorageTypesTitles[STORAGE_TYPES.nodes] }))] })));
10
+ return (_jsxs(RadioButton, { value: value, onUpdate: onChange, qa: storageTypeFilterQa, children: [_jsx(RadioButton.Option, { value: STORAGE_TYPES.groups, children: StorageTypesTitles[STORAGE_TYPES.groups] }), _jsx(RadioButton.Option, { value: STORAGE_TYPES.nodes, children: StorageTypesTitles[STORAGE_TYPES.nodes] })] }));
11
11
  };
@@ -8,5 +8,5 @@ interface StorageProblemFilterProps {
8
8
  value: VisibleEntities;
9
9
  onChange: (value: VisibleEntities) => void;
10
10
  }
11
- export declare const StorageVisibleEntitiesFilter: ({ value, onChange }: StorageProblemFilterProps) => JSX.Element;
11
+ export declare const StorageVisibleEntitiesFilter: ({ value, onChange }: StorageProblemFilterProps) => import("react/jsx-runtime").JSX.Element;
12
12
  export {};
@@ -8,5 +8,5 @@ export const VisibleEntitiesTitles = {
8
8
  };
9
9
  const storageVisibleEntitiesFilterQa = 'storage-visible-entities-filter';
10
10
  export const StorageVisibleEntitiesFilter = ({ value, onChange }) => {
11
- return (_jsxs(RadioButton, Object.assign({ value: value, onUpdate: onChange, qa: storageVisibleEntitiesFilterQa }, { children: [_jsx(RadioButton.Option, Object.assign({ value: VISIBLE_ENTITIES.missing }, { children: VisibleEntitiesTitles[VISIBLE_ENTITIES.missing] })), _jsx(RadioButton.Option, Object.assign({ value: VISIBLE_ENTITIES.space }, { children: VisibleEntitiesTitles[VISIBLE_ENTITIES.space] })), _jsx(RadioButton.Option, Object.assign({ value: VISIBLE_ENTITIES.all }, { children: VisibleEntitiesTitles[VISIBLE_ENTITIES.all] }))] })));
11
+ return (_jsxs(RadioButton, { value: value, onUpdate: onChange, qa: storageVisibleEntitiesFilterQa, children: [_jsx(RadioButton.Option, { value: VISIBLE_ENTITIES.missing, children: VisibleEntitiesTitles[VISIBLE_ENTITIES.missing] }), _jsx(RadioButton.Option, { value: VISIBLE_ENTITIES.space, children: VisibleEntitiesTitles[VISIBLE_ENTITIES.space] }), _jsx(RadioButton.Option, { value: VISIBLE_ENTITIES.all, children: VisibleEntitiesTitles[VISIBLE_ENTITIES.all] })] }));
12
12
  };
@@ -5,5 +5,5 @@ interface StorageWrapperProps {
5
5
  parentContainer?: Element | null;
6
6
  additionalNodesProps?: AdditionalNodesProps;
7
7
  }
8
- export declare const StorageWrapper: ({ parentContainer, ...props }: StorageWrapperProps) => JSX.Element;
8
+ export declare const StorageWrapper: ({ parentContainer, ...props }: StorageWrapperProps) => import("react/jsx-runtime").JSX.Element;
9
9
  export {};
@@ -2,8 +2,8 @@ import { __rest } from "tslib";
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  import { USE_BACKEND_PARAMS_FOR_TABLES_KEY } from '../../utils/constants';
4
4
  import { useSetting } from '../../utils/hooks';
5
- import { VirtualStorage } from './VirtualStorage';
6
5
  import { Storage } from './Storage';
6
+ import { VirtualStorage } from './VirtualStorage';
7
7
  export const StorageWrapper = (_a) => {
8
8
  var { parentContainer } = _a, props = __rest(_a, ["parentContainer"]);
9
9
  const [useVirtualTable] = useSetting(USE_BACKEND_PARAMS_FOR_TABLES_KEY);
@@ -10,5 +10,5 @@ interface UsageFilterProps {
10
10
  onChange?: (value: string[]) => void;
11
11
  debounce?: number;
12
12
  }
13
- export declare const UsageFilter: (props: UsageFilterProps) => JSX.Element;
13
+ export declare const UsageFilter: (props: UsageFilterProps) => import("react/jsx-runtime").JSX.Element;
14
14
  export {};
@@ -1,17 +1,17 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { useEffect, useMemo, useRef, useState } from 'react';
3
- import cn from 'bem-cn-lite';
2
+ import React from 'react';
4
3
  import { Select } from '@gravity-ui/uikit';
5
4
  import { EntityStatus } from '../../../components/EntityStatus/EntityStatus';
5
+ import { cn } from '../../../utils/cn';
6
6
  import { getUsageSeverityForEntityStatus } from '../utils';
7
7
  import i18n from './i18n';
8
8
  import './UsageFilter.scss';
9
9
  const b = cn('usage-filter');
10
10
  export const UsageFilter = (props) => {
11
11
  const { className, value = [], groups = [], onChange, debounce = 200 } = props;
12
- const [filterValue, setFilterValue] = useState(value);
13
- const timer = useRef();
14
- useEffect(() => {
12
+ const [filterValue, setFilterValue] = React.useState(value);
13
+ const timer = React.useRef();
14
+ React.useEffect(() => {
15
15
  // sync inner state with external value
16
16
  setFilterValue((prevValue) => {
17
17
  if (prevValue.join(',') !== value.join(',')) {
@@ -20,7 +20,7 @@ export const UsageFilter = (props) => {
20
20
  return prevValue;
21
21
  });
22
22
  }, [value]);
23
- const options = useMemo(() => groups.map(({ threshold, count }) => ({
23
+ const options = React.useMemo(() => groups.map(({ threshold, count }) => ({
24
24
  value: String(threshold),
25
25
  text: `${threshold}%`,
26
26
  data: { count },
@@ -33,6 +33,6 @@ export const UsageFilter = (props) => {
33
33
  }, debounce);
34
34
  };
35
35
  const maxWidth = Math.max(...groups.map(({ count }) => count));
36
- const renderOption = ({ value: optionValue, data, text }) => (_jsxs("div", Object.assign({ className: b('option') }, { children: [_jsx(EntityStatus, { className: b('option-title'), status: getUsageSeverityForEntityStatus(Number(optionValue)), name: text, size: "xs" }), _jsxs("div", Object.assign({ className: b('option-meta') }, { children: [i18n('groups_count', { count: data.count }), _jsx("div", { className: b('option-bar'), style: { width: `${(data.count / maxWidth) * 100}%` } })] }))] })));
36
+ const renderOption = ({ value: optionValue, data, text }) => (_jsxs("div", { className: b('option'), children: [_jsx(EntityStatus, { className: b('option-title'), status: getUsageSeverityForEntityStatus(Number(optionValue)), name: text, size: "xs" }), _jsxs("div", { className: b('option-meta'), children: [i18n('groups_count', { count: data.count }), _jsx("div", { className: b('option-bar'), style: { width: `${(data.count / maxWidth) * 100}%` } })] })] }));
37
37
  return (_jsx(Select, { className: b(null, className), label: i18n('label'), value: filterValue, placeholder: i18n('default_value'), options: options, multiple: true, onUpdate: handleUpdate, renderOption: renderOption, getOptionHeight: () => 50, popupWidth: 280, disabled: groups.length === 0 }));
38
38
  };
@@ -1,2 +1,2 @@
1
- declare const _default: (key: string, params?: import("@gravity-ui/i18n").Params | undefined) => string;
1
+ declare const _default: (key: "label" | "default_value" | "groups_count", params?: import("@gravity-ui/i18n").Params | undefined) => string;
2
2
  export default _default;
@@ -1,7 +1,5 @@
1
- import { i18n, Lang } from '../../../../utils/i18n';
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-usage-filter';
5
- i18n.registerKeyset(Lang.En, COMPONENT, en);
6
- i18n.registerKeyset(Lang.Ru, COMPONENT, ru);
7
- export default i18n.keyset(COMPONENT);
5
+ export default registerKeysets(COMPONENT, { ru, en });
@@ -5,5 +5,5 @@ interface VirtualStorageProps {
5
5
  parentContainer?: Element | null;
6
6
  additionalNodesProps?: AdditionalNodesProps;
7
7
  }
8
- export declare const VirtualStorage: ({ tenant, nodeId, parentContainer, additionalNodesProps, }: VirtualStorageProps) => JSX.Element;
8
+ export declare const VirtualStorage: ({ tenant, nodeId, parentContainer, additionalNodesProps, }: VirtualStorageProps) => import("react/jsx-runtime").JSX.Element;
9
9
  export {};
@@ -1,24 +1,20 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { useEffect, useState } from 'react';
3
- import { STORAGE_TYPES, VISIBLE_ENTITIES } from '../../store/reducers/storage/constants';
4
- import { NodesUptimeFilterValues } from '../../utils/nodes';
2
+ import React from 'react';
5
3
  import { AccessDenied } from '../../components/Errors/403/AccessDenied';
6
4
  import { ResponseError } from '../../components/Errors/ResponseError/ResponseError';
7
- import { getNodesList, selectNodesMap } from '../../store/reducers/nodesList';
8
- import { useTypedSelector, useTypedDispatch } from '../../utils/hooks';
5
+ import { selectNodesMap } from '../../store/reducers/nodesList';
6
+ import { STORAGE_TYPES, VISIBLE_ENTITIES } from '../../store/reducers/storage/constants';
7
+ import { useTypedSelector } from '../../utils/hooks';
8
+ import { NodesUptimeFilterValues } from '../../utils/nodes';
9
9
  import { StorageControls } from './StorageControls/StorageControls';
10
10
  import { VirtualStorageGroups } from './StorageGroups/VirtualStorageGroups';
11
11
  import { VirtualStorageNodes } from './StorageNodes/VirtualStorageNodes';
12
12
  export const VirtualStorage = ({ tenant, nodeId, parentContainer, additionalNodesProps, }) => {
13
- const dispatch = useTypedDispatch();
14
- const [searchValue, setSearchValue] = useState('');
15
- const [storageType, setStorageType] = useState(STORAGE_TYPES.groups);
16
- const [visibleEntities, setVisibleEntities] = useState(VISIBLE_ENTITIES.all);
17
- const [nodesUptimeFilter, setNodesUptimeFilter] = useState(NodesUptimeFilterValues.All);
13
+ const [searchValue, setSearchValue] = React.useState('');
14
+ const [storageType, setStorageType] = React.useState(STORAGE_TYPES.groups);
15
+ const [visibleEntities, setVisibleEntities] = React.useState(VISIBLE_ENTITIES.all);
16
+ const [nodesUptimeFilter, setNodesUptimeFilter] = React.useState(NodesUptimeFilterValues.All);
18
17
  const nodesMap = useTypedSelector(selectNodesMap);
19
- useEffect(() => {
20
- dispatch(getNodesList());
21
- }, [dispatch]);
22
18
  const handleShowAllGroups = () => {
23
19
  setVisibleEntities(VISIBLE_ENTITIES.all);
24
20
  };
@@ -1,2 +1,2 @@
1
- declare const _default: (key: string, params?: import("@gravity-ui/i18n").Params | undefined) => string;
1
+ declare const _default: (key: "nodes" | "groups" | "controls_groups-search-placeholder" | "controls_nodes-search-placeholder", params?: import("@gravity-ui/i18n").Params | undefined) => string;
2
2
  export default _default;
@@ -1,7 +1,5 @@
1
- import { i18n, Lang } from '../../../utils/i18n';
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-storage';
5
- i18n.registerKeyset(Lang.En, COMPONENT, en);
6
- i18n.registerKeyset(Lang.Ru, COMPONENT, ru);
7
- export default i18n.keyset(COMPONENT);
5
+ export default registerKeysets(COMPONENT, { ru, en });
@@ -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 'bem-cn-lite';
1
+ import { cn } from '../../utils/cn';
2
2
  export const b = cn('global-storage');
@@ -1,5 +1,5 @@
1
1
  import type { PreparedStorageGroup } from '../../../store/reducers/storage/types';
2
2
  import { EFlag } from '../../../types/api/enums';
3
- export declare const getDegradedSeverity: (group: PreparedStorageGroup) => "success" | "warning" | "danger" | undefined;
4
- export declare const getUsageSeverityForStorageGroup: (value: number) => "success" | "warning" | "danger" | undefined;
3
+ export declare const getDegradedSeverity: (group: PreparedStorageGroup) => "success" | "danger" | "warning" | undefined;
4
+ export declare const getUsageSeverityForStorageGroup: (value: number) => "success" | "danger" | "warning" | undefined;
5
5
  export declare const getUsageSeverityForEntityStatus: (value: number) => EFlag.Green | EFlag.Yellow | EFlag.Red | undefined;
@@ -1,12 +1,3 @@
1
1
  import './Tablet.scss';
2
- export declare const b: {
3
- (elementName: string, modifiers: import("bem-cn-lite").Modifications | null, mixin?: string | string[] | undefined): string;
4
- (elementName: string, mixin?: string | string[] | undefined): string;
5
- (elementName: string, modifiers: import("bem-cn-lite").Modifications): string;
6
- (mods: import("bem-cn-lite").Modifications | null, mixin?: string | string[] | undefined): string;
7
- (elementName: string): string;
8
- (mods: import("bem-cn-lite").Modifications | null): string;
9
- (): string;
10
- builder(): import("bem-cn").Block;
11
- };
12
- export declare const Tablet: () => JSX.Element;
2
+ export declare const b: import("@bem-react/classname").ClassNameFormatter;
3
+ export declare const Tablet: () => import("react/jsx-runtime").JSX.Element;
@@ -1,56 +1,44 @@
1
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { useCallback, useEffect, useRef } from 'react';
3
- import { useLocation, useParams } from 'react-router';
4
- import cn from 'bem-cn-lite';
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from 'react';
5
3
  import { Link as ExternalLink } from '@gravity-ui/uikit';
4
+ import { skipToken } from '@reduxjs/toolkit/query';
6
5
  import { Helmet } from 'react-helmet-async';
7
- import { backend } from '../../store';
8
- import { getTablet, getTabletDescribe, clearTabletData } from '../../store/reducers/tablet';
9
- import { setHeaderBreadcrumbs } from '../../store/reducers/header/header';
10
- import { useAutofetcher, useTypedSelector, useTypedDispatch } from '../../utils/hooks';
11
- import { CLUSTER_DEFAULT_TITLE, DEVELOPER_UI_TITLE } from '../../utils/constants';
12
- import { parseQuery } from '../../routes';
6
+ import { useLocation, useParams } from 'react-router';
7
+ import { EmptyState } from '../../components/EmptyState';
13
8
  import { EntityStatus } from '../../components/EntityStatus/EntityStatus';
14
9
  import { ResponseError } from '../../components/Errors/ResponseError';
15
- import { Tag } from '../../components/Tag';
16
10
  import { Icon } from '../../components/Icon';
17
- import { EmptyState } from '../../components/EmptyState';
18
11
  import { Loader } from '../../components/Loader';
19
- import { TabletTable } from './TabletTable';
20
- import { TabletInfo } from './TabletInfo';
12
+ import { Tag } from '../../components/Tag';
13
+ import { parseQuery } from '../../routes';
14
+ import { backend } from '../../store';
15
+ import { setHeaderBreadcrumbs } from '../../store/reducers/header/header';
16
+ import { tabletApi } from '../../store/reducers/tablet';
17
+ import { cn } from '../../utils/cn';
18
+ import { CLUSTER_DEFAULT_TITLE, DEFAULT_POLLING_INTERVAL, DEVELOPER_UI_TITLE, } from '../../utils/constants';
19
+ import { useTypedDispatch } from '../../utils/hooks';
21
20
  import { TabletControls } from './TabletControls';
21
+ import { TabletInfo } from './TabletInfo';
22
+ import { TabletTable } from './TabletTable';
22
23
  import i18n from './i18n';
23
24
  import './Tablet.scss';
24
25
  export const b = cn('tablet-page');
25
26
  export const Tablet = () => {
26
27
  var _a;
27
- const isFirstDataFetchRef = useRef(true);
28
+ const isFirstDataFetchRef = React.useRef(true);
28
29
  const dispatch = useTypedDispatch();
29
30
  const location = useLocation();
30
31
  const params = useParams();
31
32
  const { id } = params;
32
- const { data: tablet = {}, loading, id: tabletId, history = [], tenantPath, error, } = useTypedSelector((state) => state.tablet);
33
33
  const { nodeId: queryNodeId, tenantName: queryTenantName, type: queryTabletType, clusterName: queryClusterName, } = parseQuery(location);
34
+ const { currentData, isFetching, error, refetch } = tabletApi.useGetTabletQuery({ id }, { pollingInterval: DEFAULT_POLLING_INTERVAL });
35
+ const loading = isFetching && currentData === undefined;
36
+ const { id: tabletId, data: tablet = {}, history = [] } = currentData || {};
37
+ const { currentData: tenantPath } = tabletApi.useGetTabletDescribeQuery(tablet.TenantId ? { tenantId: tablet.TenantId } : skipToken);
34
38
  const nodeId = ((_a = tablet.NodeId) === null || _a === void 0 ? void 0 : _a.toString()) || (queryNodeId === null || queryNodeId === void 0 ? void 0 : queryNodeId.toString());
35
39
  const tenantName = tenantPath || (queryTenantName === null || queryTenantName === void 0 ? void 0 : queryTenantName.toString());
36
40
  const type = tablet.Type || (queryTabletType === null || queryTabletType === void 0 ? void 0 : queryTabletType.toString());
37
- // NOTE: should be reviewed when migrating to React 18
38
- useEffect(() => {
39
- return () => {
40
- dispatch(clearTabletData());
41
- };
42
- }, [dispatch]);
43
- useEffect(() => {
44
- if (isFirstDataFetchRef.current && tablet && tablet.TenantId) {
45
- dispatch(getTabletDescribe(tablet.TenantId));
46
- isFirstDataFetchRef.current = false;
47
- }
48
- }, [dispatch, tablet]);
49
- const fetchData = useCallback(() => {
50
- return dispatch(getTablet(id));
51
- }, [dispatch, id]);
52
- useAutofetcher(fetchData, [fetchData], true);
53
- useEffect(() => {
41
+ React.useEffect(() => {
54
42
  dispatch(setHeaderBreadcrumbs('tablet', {
55
43
  nodeIds: nodeId ? [nodeId] : [],
56
44
  tenantName,
@@ -59,7 +47,7 @@ export const Tablet = () => {
59
47
  }));
60
48
  }, [dispatch, tenantName, id, nodeId, type]);
61
49
  const renderExternalLinks = (link, index) => {
62
- return (_jsx("li", Object.assign({ className: b('link', { external: true }) }, { children: _jsx(ExternalLink, Object.assign({ href: `${backend}${link.path}`, target: "_blank" }, { children: link.name })) }), index));
50
+ return (_jsx("li", { className: b('link', { external: true }), children: _jsx(ExternalLink, { href: `${backend}${link.path}`, target: "_blank", children: link.name }) }, index));
63
51
  };
64
52
  const renderView = () => {
65
53
  if (loading && id !== tabletId && isFirstDataFetchRef.current) {
@@ -69,7 +57,7 @@ export const Tablet = () => {
69
57
  return _jsx(ResponseError, { error: error });
70
58
  }
71
59
  if (!tablet || !Object.keys(tablet).length) {
72
- return (_jsx("div", Object.assign({ className: b('placeholder') }, { children: _jsx(EmptyState, { title: i18n('emptyState') }) })));
60
+ return (_jsx("div", { className: b('placeholder'), children: _jsx(EmptyState, { title: i18n('emptyState') }) }));
73
61
  }
74
62
  const { TabletId, Overall, Leader } = tablet;
75
63
  const externalLinks = [
@@ -78,7 +66,7 @@ export const Tablet = () => {
78
66
  path: `/tablets?TabletID=${TabletId}`,
79
67
  },
80
68
  ];
81
- return (_jsx("div", Object.assign({ className: b() }, { children: _jsxs("div", Object.assign({ className: b('pane-wrapper') }, { children: [_jsxs("div", Object.assign({ className: b('left-pane') }, { children: [_jsx("ul", Object.assign({ className: b('links') }, { children: externalLinks.map(renderExternalLinks) })), _jsxs("div", Object.assign({ className: b('row', { header: true }) }, { children: [_jsx("span", Object.assign({ className: b('title') }, { children: i18n('tablet.header') })), _jsx(EntityStatus, { status: Overall, name: TabletId }), _jsx("a", Object.assign({ rel: "noopener noreferrer", className: b('link', { external: true }), href: `${backend}/tablets?TabletID=${TabletId}`, target: "_blank" }, { children: _jsx(Icon, { name: "external" }) })), Leader && _jsx(Tag, { text: "Leader", type: "blue" }), _jsx("span", Object.assign({ className: b('loader') }, { children: loading && _jsx(Loader, { size: "s" }) }))] })), _jsx(TabletInfo, { tablet: tablet, tenantPath: tenantName }), _jsx(TabletControls, { tablet: tablet, fetchData: fetchData })] })), _jsx("div", Object.assign({ className: b('rigth-pane') }, { children: _jsx(TabletTable, { history: history }) }))] })) })));
69
+ return (_jsx("div", { className: b(), children: _jsxs("div", { className: b('pane-wrapper'), children: [_jsxs("div", { className: b('left-pane'), children: [_jsx("ul", { className: b('links'), children: externalLinks.map(renderExternalLinks) }), _jsxs("div", { className: b('row', { header: true }), children: [_jsx("span", { className: b('title'), children: i18n('tablet.header') }), _jsx(EntityStatus, { status: Overall, name: TabletId }), _jsx("a", { rel: "noopener noreferrer", className: b('link', { external: true }), href: `${backend}/tablets?TabletID=${TabletId}`, target: "_blank", children: _jsx(Icon, { name: "external" }) }), Leader && _jsx(Tag, { text: "Leader", type: "blue" }), _jsx("span", { className: b('loader'), children: loading && _jsx(Loader, { size: "s" }) })] }), _jsx(TabletInfo, { tablet: tablet, tenantPath: tenantName }), _jsx(TabletControls, { tablet: tablet, fetchData: refetch })] }), _jsx("div", { className: b('rigth-pane'), children: _jsx(TabletTable, { history: history }) })] }) }));
82
70
  };
83
- return (_jsxs(_Fragment, { children: [_jsx(Helmet, { children: _jsx("title", { children: `${id} — ${i18n('tablet.header')} — ${tenantName || queryClusterName || CLUSTER_DEFAULT_TITLE}` }) }), renderView()] }));
71
+ return (_jsxs(React.Fragment, { children: [_jsx(Helmet, { children: _jsx("title", { children: `${id} — ${i18n('tablet.header')} — ${tenantName || queryClusterName || CLUSTER_DEFAULT_TITLE}` }) }), renderView()] }));
84
72
  };
@@ -1,8 +1,7 @@
1
- import { type TTabletStateInfo } from '../../../types/api/tablet';
2
- import type { ITabletHandledResponse } from '../../../types/store/tablet';
1
+ import type { TTabletStateInfo } from '../../../types/api/tablet';
3
2
  interface TabletControlsProps {
4
3
  tablet: TTabletStateInfo;
5
- fetchData: () => Promise<ITabletHandledResponse | undefined>;
4
+ fetchData: () => Promise<unknown>;
6
5
  }
7
- export declare const TabletControls: ({ tablet, fetchData }: TabletControlsProps) => JSX.Element;
6
+ export declare const TabletControls: ({ tablet, fetchData }: TabletControlsProps) => import("react/jsx-runtime").JSX.Element;
8
7
  export {};
@@ -1,8 +1,9 @@
1
- import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { ETabletState } from '../../../types/api/tablet';
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from 'react';
3
3
  import { ButtonWithConfirmDialog } from '../../../components/ButtonWithConfirmDialog/ButtonWithConfirmDialog';
4
- import i18n from '../i18n';
4
+ import { ETabletState } from '../../../types/api/tablet';
5
5
  import { b } from '../Tablet';
6
+ import i18n from '../i18n';
6
7
  export const TabletControls = ({ tablet, fetchData }) => {
7
8
  const { TabletId, HiveId } = tablet;
8
9
  const _onKillClick = () => {
@@ -17,7 +18,8 @@ export const TabletControls = ({ tablet, fetchData }) => {
17
18
  const hasHiveId = () => {
18
19
  return HiveId && HiveId !== '0';
19
20
  };
21
+ const isDisabledRestart = tablet.State === ETabletState.Stopped;
20
22
  const isDisabledResume = tablet.State !== ETabletState.Stopped && tablet.State !== ETabletState.Dead;
21
23
  const isDisabledStop = tablet.State === ETabletState.Stopped || tablet.State === ETabletState.Deleted;
22
- return (_jsxs("div", Object.assign({ className: b('controls') }, { children: [_jsx(ButtonWithConfirmDialog, Object.assign({ dialogContent: i18n('dialog.kill'), onConfirmAction: _onKillClick, onConfirmActionSuccess: fetchData, buttonClassName: b('control') }, { children: i18n('controls.kill') })), hasHiveId() ? (_jsxs(_Fragment, { children: [_jsx(ButtonWithConfirmDialog, Object.assign({ dialogContent: i18n('dialog.stop'), onConfirmAction: _onStopClick, onConfirmActionSuccess: fetchData, buttonClassName: b('control'), buttonDisabled: isDisabledStop }, { children: i18n('controls.stop') })), _jsx(ButtonWithConfirmDialog, Object.assign({ dialogContent: i18n('dialog.resume'), onConfirmAction: _onResumeClick, onConfirmActionSuccess: fetchData, buttonClassName: b('control'), buttonDisabled: isDisabledResume }, { children: i18n('controls.resume') }))] })) : null] })));
24
+ return (_jsxs("div", { className: b('controls'), children: [_jsx(ButtonWithConfirmDialog, { dialogContent: i18n('dialog.kill'), onConfirmAction: _onKillClick, onConfirmActionSuccess: fetchData, buttonClassName: b('control'), buttonDisabled: isDisabledRestart, children: i18n('controls.kill') }), hasHiveId() ? (_jsxs(React.Fragment, { children: [_jsx(ButtonWithConfirmDialog, { dialogContent: i18n('dialog.stop'), onConfirmAction: _onStopClick, onConfirmActionSuccess: fetchData, buttonClassName: b('control'), buttonDisabled: isDisabledStop, children: i18n('controls.stop') }), _jsx(ButtonWithConfirmDialog, { dialogContent: i18n('dialog.resume'), onConfirmAction: _onResumeClick, onConfirmActionSuccess: fetchData, buttonClassName: b('control'), buttonDisabled: isDisabledResume, children: i18n('controls.resume') })] })) : null] }));
23
25
  };
@@ -1,7 +1,7 @@
1
- import { TTabletStateInfo } from '../../../types/api/tablet';
1
+ import type { TTabletStateInfo } from '../../../types/api/tablet';
2
2
  interface TabletInfoProps {
3
3
  tablet: TTabletStateInfo;
4
4
  tenantPath?: string;
5
5
  }
6
- export declare const TabletInfo: ({ tablet, tenantPath }: TabletInfoProps) => JSX.Element;
6
+ export declare const TabletInfo: ({ tablet, tenantPath }: TabletInfoProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- import { Link } from 'react-router-dom';
3
2
  import { Link as UIKitLink } from '@gravity-ui/uikit';
4
- import { ETabletState } from '../../../types/api/tablet';
3
+ import { Link } from 'react-router-dom';
5
4
  import { InfoViewer } from '../../../components/InfoViewer';
6
5
  import routes, { createHref } from '../../../routes';
6
+ import { ETabletState } from '../../../types/api/tablet';
7
7
  import { calcUptime } from '../../../utils/dataFormatters/dataFormatters';
8
8
  import { getDefaultNodePath } from '../../Node/NodePages';
9
9
  import { b } from '../Tablet';
@@ -15,13 +15,13 @@ export const TabletInfo = ({ tablet, tenantPath }) => {
15
15
  if (hasHiveId) {
16
16
  tabletInfo.push({
17
17
  label: 'HiveId',
18
- value: (_jsx(UIKitLink, Object.assign({ href: createHref(routes.tablet, { id: HiveId }), target: "_blank" }, { children: HiveId }))),
18
+ value: (_jsx(UIKitLink, { href: createHref(routes.tablet, { id: HiveId }), target: "_blank", children: HiveId })),
19
19
  });
20
20
  }
21
21
  if (SchemeShard) {
22
22
  tabletInfo.push({
23
23
  label: 'SchemeShard',
24
- value: (_jsx(UIKitLink, Object.assign({ href: createHref(routes.tablet, { id: SchemeShard }), target: "_blank" }, { children: SchemeShard }))),
24
+ value: (_jsx(UIKitLink, { href: createHref(routes.tablet, { id: SchemeShard }), target: "_blank", children: SchemeShard })),
25
25
  });
26
26
  }
27
27
  tabletInfo.push({ label: 'Type', value: Type }, { label: 'State', value: State });
@@ -30,7 +30,7 @@ export const TabletInfo = ({ tablet, tenantPath }) => {
30
30
  }
31
31
  tabletInfo.push({ label: 'Generation', value: Generation }, {
32
32
  label: 'Node',
33
- value: (_jsx(Link, Object.assign({ className: b('link'), to: getDefaultNodePath(String(NodeId)) }, { children: NodeId }))),
33
+ value: (_jsx(Link, { className: b('link'), to: getDefaultNodePath(String(NodeId)), children: NodeId })),
34
34
  });
35
35
  if (FollowerId) {
36
36
  tabletInfo.push({ label: 'Follower', value: FollowerId });
@@ -2,5 +2,5 @@ import type { ITabletPreparedHistoryItem } from '../../../types/store/tablet';
2
2
  interface TabletTableProps {
3
3
  history: ITabletPreparedHistoryItem[];
4
4
  }
5
- export declare const TabletTable: ({ history }: TabletTableProps) => JSX.Element;
5
+ export declare const TabletTable: ({ history }: TabletTableProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -34,7 +34,7 @@ const columns = [
34
34
  align: DataTable.RIGHT,
35
35
  sortable: false,
36
36
  render: ({ row }) => {
37
- return _jsx(InternalLink, Object.assign({ to: getDefaultNodePath(row.nodeId) }, { children: row.nodeId }));
37
+ return _jsx(InternalLink, { to: getDefaultNodePath(row.nodeId), children: row.nodeId });
38
38
  },
39
39
  },
40
40
  {
@@ -44,7 +44,7 @@ const columns = [
44
44
  if (!row.fqdn) {
45
45
  return _jsx("span", { children: "\u2014" });
46
46
  }
47
- return (_jsx("div", Object.assign({ className: b('host') }, { children: _jsx(EntityStatus, { name: row.fqdn, showStatus: false, hasClipboardButton: true }) })));
47
+ return (_jsx("div", { className: b('host'), children: _jsx(EntityStatus, { name: row.fqdn, showStatus: false, hasClipboardButton: true }) }));
48
48
  },
49
49
  },
50
50
  ];
@@ -4,5 +4,5 @@ interface TabletsProps {
4
4
  nodeId?: string | number;
5
5
  className?: string;
6
6
  }
7
- export declare const Tablets: ({ path, nodeId, className }: TabletsProps) => JSX.Element;
7
+ export declare const Tablets: ({ path, nodeId, className }: TabletsProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};