ydb-embedded-ui 4.33.0 → 5.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1735) hide show
  1. package/README.md +20 -4
  2. package/dist/components/BasicNodeViewer/BasicNodeViewer.d.ts +10 -0
  3. package/dist/components/BasicNodeViewer/BasicNodeViewer.js +13 -0
  4. package/dist/components/BasicNodeViewer/index.js +1 -0
  5. package/dist/components/CellWithPopover/CellWithPopover.d.ts +8 -0
  6. package/dist/components/CellWithPopover/CellWithPopover.js +20 -0
  7. package/dist/components/CircularProgressBar/CircularProgressBar.d.ts +13 -0
  8. package/dist/components/CircularProgressBar/CircularProgressBar.js +13 -0
  9. package/dist/components/ClipboardButton/ClipboardButton.d.ts +8 -0
  10. package/dist/components/ClipboardButton/ClipboardButton.js +32 -0
  11. package/dist/components/ClipboardButton/index.js +1 -0
  12. package/dist/components/ComponentsProvider/ComponentsProvider.d.ts +17 -0
  13. package/dist/components/ComponentsProvider/ComponentsProvider.js +13 -0
  14. package/dist/components/ComponentsProvider/componentsRegistry.d.ts +11 -0
  15. package/dist/components/ComponentsProvider/componentsRegistry.js +7 -0
  16. package/dist/components/ComponentsProvider/registry.d.ts +18 -0
  17. package/dist/components/ComponentsProvider/registry.js +16 -0
  18. package/dist/components/ContentWithPopup/ContentWithPopup.d.ts +9 -0
  19. package/dist/components/ContentWithPopup/ContentWithPopup.js +26 -0
  20. package/dist/components/CriticalActionDialog/CriticalActionDialog.d.ts +10 -0
  21. package/dist/components/CriticalActionDialog/CriticalActionDialog.js +20 -0
  22. package/dist/components/CriticalActionDialog/index.js +1 -0
  23. package/dist/components/DateRange/DateRange.d.ts +13 -0
  24. package/dist/components/DateRange/DateRange.js +33 -0
  25. package/dist/components/DateRange/index.js +1 -0
  26. package/dist/components/DiagnosticCard/DiagnosticCard.d.ts +9 -0
  27. package/dist/components/DiagnosticCard/DiagnosticCard.js +7 -0
  28. package/dist/components/Divider/Divider.d.ts +4 -0
  29. package/dist/components/Divider/Divider.js +8 -0
  30. package/dist/components/EmptyState/EmptyState.d.ts +17 -0
  31. package/dist/components/EmptyState/EmptyState.js +13 -0
  32. package/dist/components/EmptyState/index.js +1 -0
  33. package/dist/components/EnableFullscreenButton/EnableFullscreenButton.d.ts +6 -0
  34. package/dist/components/EnableFullscreenButton/EnableFullscreenButton.js +13 -0
  35. package/dist/components/EntitiesCount/EntitiesCount.d.ts +9 -0
  36. package/dist/components/EntitiesCount/EntitiesCount.js +19 -0
  37. package/dist/components/EntitiesCount/i18n/en.json +1 -1
  38. package/dist/components/EntitiesCount/i18n/index.d.ts +2 -0
  39. package/dist/components/EntitiesCount/i18n/index.js +7 -0
  40. package/dist/components/EntitiesCount/i18n/ru.json +1 -1
  41. package/dist/components/EntitiesCount/index.js +1 -0
  42. package/dist/components/EntityStatus/EntityStatus.d.ts +38 -0
  43. package/dist/components/EntityStatus/EntityStatus.js +45 -103
  44. package/dist/components/EntityStatus/EntityStatus.scss +1 -1
  45. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +9 -0
  46. package/dist/components/ErrorBoundary/ErrorBoundary.js +16 -0
  47. package/dist/components/ErrorBoundary/i18n/en.json +5 -5
  48. package/dist/components/ErrorBoundary/i18n/index.d.ts +2 -0
  49. package/dist/components/ErrorBoundary/i18n/index.js +7 -0
  50. package/dist/components/ErrorBoundary/i18n/ru.json +5 -5
  51. package/dist/components/Errors/403/AccessDenied.d.ts +7 -0
  52. package/dist/components/Errors/403/AccessDenied.js +19 -0
  53. package/dist/components/Errors/403/index.js +1 -0
  54. package/dist/components/Errors/ResponseError/ResponseError.d.ts +8 -0
  55. package/dist/components/Errors/ResponseError/ResponseError.js +5 -0
  56. package/dist/components/Errors/ResponseError/index.js +1 -0
  57. package/dist/components/Errors/i18n/en.json +3 -3
  58. package/dist/components/Errors/i18n/index.d.ts +2 -0
  59. package/dist/components/Errors/i18n/index.js +7 -0
  60. package/dist/components/Errors/i18n/ru.json +3 -3
  61. package/dist/components/ExternalLinkWithIcon/ExternalLinkWithIcon.d.ts +7 -0
  62. package/dist/components/ExternalLinkWithIcon/ExternalLinkWithIcon.js +9 -0
  63. package/dist/components/FormattedBytes/FormattedBytes.d.ts +4 -0
  64. package/dist/components/FormattedBytes/FormattedBytes.js +19 -0
  65. package/dist/components/FormattedBytes/utils.d.ts +2 -0
  66. package/dist/components/FormattedBytes/utils.js +8 -0
  67. package/dist/components/FullNodeViewer/FullNodeViewer.d.ts +8 -0
  68. package/dist/components/FullNodeViewer/FullNodeViewer.js +27 -0
  69. package/dist/components/Fullscreen/Fullscreen.d.ts +8 -0
  70. package/dist/components/Fullscreen/Fullscreen.js +50 -0
  71. package/dist/components/Icon/Icon.d.ts +14 -0
  72. package/dist/components/Icon/Icon.js +16 -0
  73. package/dist/components/Icon/index.js +1 -0
  74. package/dist/components/Illustration/Illustration.d.ts +6 -0
  75. package/dist/components/Illustration/Illustration.js +45 -0
  76. package/dist/components/Illustration/index.js +1 -0
  77. package/dist/components/InfoViewer/InfoViewer.d.ts +17 -0
  78. package/dist/components/InfoViewer/InfoViewer.js +11 -0
  79. package/dist/components/InfoViewer/formatters/cdcStream.d.ts +5 -0
  80. package/dist/components/InfoViewer/formatters/cdcStream.js +7 -0
  81. package/dist/components/InfoViewer/formatters/common.d.ts +5 -0
  82. package/dist/components/InfoViewer/formatters/common.js +13 -0
  83. package/dist/components/InfoViewer/formatters/index.js +5 -0
  84. package/dist/components/InfoViewer/formatters/pqGroup.d.ts +13 -0
  85. package/dist/components/InfoViewer/formatters/pqGroup.js +40 -0
  86. package/dist/components/InfoViewer/formatters/schema.d.ts +5 -0
  87. package/dist/components/InfoViewer/formatters/schema.js +15 -0
  88. package/dist/components/InfoViewer/formatters/table.d.ts +18 -0
  89. package/dist/components/InfoViewer/formatters/table.js +40 -0
  90. package/dist/components/InfoViewer/i18n/en.json +2 -2
  91. package/dist/components/InfoViewer/i18n/index.d.ts +2 -0
  92. package/dist/components/InfoViewer/i18n/index.js +7 -0
  93. package/dist/components/InfoViewer/i18n/ru.json +2 -2
  94. package/dist/components/InfoViewer/index.d.ts +4 -0
  95. package/dist/components/InfoViewer/index.js +3 -0
  96. package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.d.ts +6 -0
  97. package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.js +27 -0
  98. package/dist/components/InfoViewer/schemaInfo/index.js +1 -0
  99. package/dist/components/InfoViewer/schemaOverview/CDCStreamOverview.d.ts +6 -0
  100. package/dist/components/InfoViewer/schemaOverview/CDCStreamOverview.js +21 -0
  101. package/dist/components/InfoViewer/schemaOverview/PersQueueGroupOverview.d.ts +6 -0
  102. package/dist/components/InfoViewer/schemaOverview/PersQueueGroupOverview.js +16 -0
  103. package/dist/components/InfoViewer/schemaOverview/index.js +2 -0
  104. package/dist/components/InfoViewer/utils.d.ts +19 -0
  105. package/dist/components/InfoViewer/utils.js +23 -0
  106. package/dist/components/InternalLink/InternalLink.d.ts +6 -0
  107. package/dist/components/InternalLink/InternalLink.js +19 -0
  108. package/dist/components/InternalLink/index.js +1 -0
  109. package/dist/components/LabelWithPopover/LabelWithPopover.d.ts +9 -0
  110. package/dist/components/LabelWithPopover/LabelWithPopover.js +3 -0
  111. package/dist/components/LabelWithPopover/index.js +1 -0
  112. package/dist/components/LagImages/LagImages.d.ts +2 -0
  113. package/dist/components/LagImages/LagImages.js +14 -0
  114. package/dist/components/LagImages/index.js +1 -0
  115. package/dist/components/LagPopoverContent/LagPopoverContent.d.ts +7 -0
  116. package/dist/components/LagPopoverContent/LagPopoverContent.js +6 -0
  117. package/dist/components/LagPopoverContent/index.js +1 -0
  118. package/dist/components/LinkToSchemaObject/LinkToSchemaObject.d.ts +9 -0
  119. package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js +20 -0
  120. package/dist/components/Loader/Loader.d.ts +8 -0
  121. package/dist/components/Loader/Loader.js +8 -0
  122. package/dist/components/Loader/index.js +1 -0
  123. package/dist/components/MetricChart/MetricChart.d.ts +21 -0
  124. package/dist/components/MetricChart/MetricChart.js +142 -0
  125. package/dist/components/MetricChart/convertReponse.d.ts +3 -0
  126. package/dist/components/MetricChart/convertReponse.js +19 -0
  127. package/dist/components/MetricChart/getChartData.d.ts +9 -0
  128. package/dist/components/MetricChart/getChartData.js +7 -0
  129. package/dist/components/MetricChart/getDefaultDataFormatter.d.ts +4 -0
  130. package/dist/components/MetricChart/getDefaultDataFormatter.js +38 -0
  131. package/dist/components/MetricChart/index.d.ts +2 -0
  132. package/dist/components/MetricChart/index.js +2 -0
  133. package/dist/components/MetricChart/reducer.d.ts +26 -0
  134. package/dist/components/MetricChart/reducer.js +58 -0
  135. package/dist/components/MetricChart/types.d.ts +20 -0
  136. package/dist/components/MetricChart/types.js +1 -0
  137. package/dist/components/MonitoringButton/MonitoringButton.d.ts +9 -0
  138. package/dist/components/MonitoringButton/MonitoringButton.js +9 -0
  139. package/dist/components/MonitoringButton/MonitoringButton.scss +11 -0
  140. package/dist/components/NodeHostWrapper/NodeHostWrapper.d.ts +9 -0
  141. package/dist/components/NodeHostWrapper/NodeHostWrapper.js +24 -0
  142. package/dist/components/PoolBar/PoolBar.d.ts +7 -0
  143. package/dist/components/PoolBar/PoolBar.js +23 -0
  144. package/dist/components/PoolUsage/PoolUsage.d.ts +7 -0
  145. package/dist/components/PoolUsage/PoolUsage.js +21 -0
  146. package/dist/components/PoolsGraph/PoolsGraph.d.ts +7 -0
  147. package/dist/components/PoolsGraph/PoolsGraph.js +8 -0
  148. package/dist/components/ProblemFilter/ProblemFilter.d.ts +8 -0
  149. package/dist/components/ProblemFilter/ProblemFilter.js +6 -0
  150. package/dist/components/ProblemFilter/index.js +1 -0
  151. package/dist/components/ProgressViewer/ProgressViewer.d.ts +27 -0
  152. package/dist/components/ProgressViewer/ProgressViewer.js +58 -0
  153. package/dist/components/ProgressViewer/ProgressViewer.scss +33 -17
  154. package/dist/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +8 -0
  155. package/dist/components/QueryExecutionStatus/QueryExecutionStatus.js +21 -0
  156. package/dist/components/QueryExecutionStatus/index.js +1 -0
  157. package/dist/components/QueryResultTable/Cell/Cell.d.ts +7 -0
  158. package/dist/components/QueryResultTable/Cell/Cell.js +13 -0
  159. package/dist/components/QueryResultTable/Cell/index.js +1 -0
  160. package/dist/components/QueryResultTable/QueryResultTable.d.ts +19 -0
  161. package/dist/components/QueryResultTable/QueryResultTable.js +78 -0
  162. package/dist/components/QueryResultTable/i18n/en.json +1 -1
  163. package/dist/components/QueryResultTable/i18n/index.d.ts +2 -0
  164. package/dist/components/QueryResultTable/i18n/index.js +7 -0
  165. package/dist/components/QueryResultTable/i18n/ru.json +1 -1
  166. package/dist/components/QueryResultTable/index.js +1 -0
  167. package/dist/components/Search/Search.d.ts +10 -0
  168. package/dist/components/Search/Search.js +26 -0
  169. package/dist/components/Search/index.js +1 -0
  170. package/dist/components/ShortyString/ShortyString.d.ts +15 -0
  171. package/dist/components/ShortyString/ShortyString.js +22 -0
  172. package/dist/components/ShortyString/i18n/en.json +8 -8
  173. package/dist/components/ShortyString/i18n/index.d.ts +2 -0
  174. package/dist/components/ShortyString/i18n/index.js +7 -0
  175. package/dist/components/ShortyString/i18n/ru.json +8 -8
  176. package/dist/components/SpeedMultiMeter/SpeedMultiMeter.d.ts +10 -0
  177. package/dist/components/SpeedMultiMeter/SpeedMultiMeter.js +46 -0
  178. package/dist/components/SpeedMultiMeter/i18n/en.json +4 -4
  179. package/dist/components/SpeedMultiMeter/i18n/index.d.ts +2 -0
  180. package/dist/components/SpeedMultiMeter/i18n/index.js +7 -0
  181. package/dist/components/SpeedMultiMeter/i18n/ru.json +4 -4
  182. package/dist/components/SpeedMultiMeter/index.js +1 -0
  183. package/dist/components/SplitPane/SplitPane.d.ts +18 -0
  184. package/dist/components/SplitPane/SplitPane.js +56 -0
  185. package/dist/components/SplitPane/index.d.ts +2 -0
  186. package/dist/components/SplitPane/index.js +0 -1
  187. package/dist/components/Stack/Stack.d.ts +7 -0
  188. package/dist/components/Stack/Stack.js +14 -0
  189. package/dist/components/TableSkeleton/TableSkeleton.d.ts +8 -0
  190. package/dist/components/TableSkeleton/TableSkeleton.js +6 -0
  191. package/dist/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +15 -0
  192. package/dist/components/TableWithControlsLayout/TableWithControlsLayout.js +17 -0
  193. package/dist/components/Tablet/Tablet.d.ts +8 -0
  194. package/dist/components/Tablet/Tablet.js +17 -0
  195. package/dist/components/TabletIcon/TabletIcon.d.ts +7 -0
  196. package/dist/components/TabletIcon/TabletIcon.js +7 -0
  197. package/dist/components/TabletsOverall/TabletsOverall.d.ts +9 -0
  198. package/dist/components/TabletsOverall/TabletsOverall.js +68 -0
  199. package/dist/components/TabletsStatistic/TabletsStatistic.d.ts +12 -0
  200. package/dist/components/TabletsStatistic/TabletsStatistic.js +36 -0
  201. package/dist/components/TabletsStatistic/index.js +1 -0
  202. package/dist/components/Tag/Tag.d.ts +8 -0
  203. package/dist/components/Tag/Tag.js +7 -0
  204. package/dist/components/Tag/index.js +1 -0
  205. package/dist/components/Tags/Tags.d.ts +9 -0
  206. package/dist/components/Tags/Tags.js +9 -0
  207. package/dist/components/Tags/index.js +1 -0
  208. package/dist/components/TimeFrameSelector/TimeFrameSelector.d.ts +9 -0
  209. package/dist/components/TimeFrameSelector/TimeFrameSelector.js +11 -0
  210. package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +7 -0
  211. package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +19 -0
  212. package/dist/components/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +7 -0
  213. package/dist/components/TooltipsContent/PoolTooltipContent/PoolTooltipContent.js +15 -0
  214. package/dist/components/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +7 -0
  215. package/dist/components/TooltipsContent/TabletTooltipContent/TabletTooltipContent.js +24 -0
  216. package/dist/components/TooltipsContent/index.js +3 -0
  217. package/dist/components/TruncatedQuery/TruncatedQuery.d.ts +11 -0
  218. package/dist/components/TruncatedQuery/TruncatedQuery.js +18 -0
  219. package/dist/components/UptimeFIlter/UptimeFilter.d.ts +8 -0
  220. package/dist/components/UptimeFIlter/UptimeFilter.js +6 -0
  221. package/dist/components/UptimeFIlter/index.js +1 -0
  222. package/dist/components/UsageLabel/UsageLabel.d.ts +9 -0
  223. package/dist/components/UsageLabel/UsageLabel.js +20 -0
  224. package/dist/components/User/StaffCard.d.ts +8 -0
  225. package/dist/components/User/StaffCard.js +5 -0
  226. package/dist/components/User/User.d.ts +8 -0
  227. package/dist/components/User/User.js +9 -0
  228. package/dist/components/User/User.scss +16 -0
  229. package/dist/components/VirtualTable/TableChunk.d.ts +12 -0
  230. package/dist/components/VirtualTable/TableChunk.js +43 -0
  231. package/dist/components/VirtualTable/TableHead.d.ts +21 -0
  232. package/dist/components/VirtualTable/TableHead.js +109 -0
  233. package/dist/components/VirtualTable/TableRow.d.ts +22 -0
  234. package/dist/components/VirtualTable/TableRow.js +22 -0
  235. package/dist/components/VirtualTable/VirtualTable.d.ts +19 -0
  236. package/dist/components/VirtualTable/VirtualTable.js +157 -0
  237. package/dist/components/VirtualTable/constants.d.ts +10 -0
  238. package/dist/components/VirtualTable/constants.js +11 -0
  239. package/dist/components/VirtualTable/i18n/en.json +1 -1
  240. package/dist/components/VirtualTable/i18n/index.d.ts +2 -0
  241. package/dist/components/VirtualTable/i18n/index.js +7 -0
  242. package/dist/components/VirtualTable/i18n/ru.json +1 -1
  243. package/dist/components/VirtualTable/index.js +3 -0
  244. package/dist/components/VirtualTable/reducer.d.ts +44 -0
  245. package/dist/components/VirtualTable/reducer.js +91 -0
  246. package/dist/components/VirtualTable/shared.d.ts +10 -0
  247. package/dist/components/VirtualTable/shared.js +2 -0
  248. package/dist/components/VirtualTable/types.d.ts +50 -0
  249. package/dist/components/VirtualTable/types.js +1 -0
  250. package/dist/components/VirtualTable/useIntersectionObserver.d.ts +9 -0
  251. package/dist/components/VirtualTable/useIntersectionObserver.js +27 -0
  252. package/dist/components/slots/SlotMap.d.ts +8 -0
  253. package/dist/components/slots/SlotMap.js +36 -0
  254. package/dist/components/slots/createSlot.d.ts +2 -0
  255. package/dist/components/slots/createSlot.js +6 -0
  256. package/dist/components/slots/index.d.ts +2 -0
  257. package/dist/components/slots/index.js +2 -0
  258. package/dist/components/slots/types.d.ts +15 -0
  259. package/dist/components/slots/types.js +1 -0
  260. package/dist/components/slots/useSlots.d.ts +6 -0
  261. package/dist/components/slots/useSlots.js +9 -0
  262. package/dist/components/slots/utils.d.ts +4 -0
  263. package/dist/components/slots/utils.js +7 -0
  264. package/dist/containers/App/App.d.ts +15 -0
  265. package/dist/containers/App/App.js +14 -60
  266. package/dist/containers/App/Content.d.ts +15 -0
  267. package/dist/containers/App/Content.js +92 -98
  268. package/dist/containers/App/Providers.d.ts +12 -0
  269. package/dist/containers/App/Providers.js +18 -0
  270. package/dist/containers/App/appSlots.d.ts +39 -0
  271. package/dist/containers/App/appSlots.js +9 -0
  272. package/dist/containers/App/i18n/en.json +3 -0
  273. package/dist/containers/App/i18n/index.d.ts +2 -0
  274. package/dist/containers/App/i18n/index.js +7 -0
  275. package/dist/containers/App/i18n/ru.json +3 -0
  276. package/dist/containers/App/index.d.ts +2 -0
  277. package/dist/containers/App/index.js +2 -0
  278. package/dist/containers/AppIcons/AppIcons.d.ts +2 -0
  279. package/dist/containers/AppIcons/AppIcons.js +5 -501
  280. package/dist/containers/AppWithClusters/AppWithClusters.d.ts +14 -0
  281. package/dist/containers/AppWithClusters/AppWithClusters.js +24 -0
  282. package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +11 -0
  283. package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.js +67 -0
  284. package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.scss +14 -0
  285. package/dist/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +5 -0
  286. package/dist/containers/AppWithClusters/ExtendedNode/ExtendedNode.js +6 -0
  287. package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +8 -0
  288. package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.js +21 -0
  289. package/dist/containers/AppWithClusters/i18n/en.json +4 -0
  290. package/dist/containers/AppWithClusters/i18n/index.d.ts +2 -0
  291. package/dist/containers/AppWithClusters/i18n/index.js +7 -0
  292. package/dist/containers/AppWithClusters/i18n/ru.json +4 -0
  293. package/dist/containers/AppWithClusters/useClusterData.d.ts +8 -0
  294. package/dist/containers/AppWithClusters/useClusterData.js +24 -0
  295. package/dist/containers/AsideNavigation/AsideNavigation.d.ts +10 -0
  296. package/dist/containers/AsideNavigation/AsideNavigation.js +71 -0
  297. package/dist/containers/AsideNavigation/Navigation.d.ts +8 -0
  298. package/dist/containers/AsideNavigation/Navigation.js +10 -0
  299. package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +3 -0
  300. package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +25 -0
  301. package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.scss +24 -0
  302. package/dist/containers/AsideNavigation/i18n/en.json +8 -11
  303. package/dist/containers/AsideNavigation/i18n/index.d.ts +2 -0
  304. package/dist/containers/AsideNavigation/i18n/index.js +7 -0
  305. package/dist/containers/AsideNavigation/i18n/ru.json +8 -11
  306. package/dist/containers/AsideNavigation/useNavigationMenuItems.d.ts +2 -0
  307. package/dist/containers/AsideNavigation/useNavigationMenuItems.js +55 -0
  308. package/dist/containers/Authentication/Authentication.d.ts +7 -0
  309. package/dist/containers/Authentication/Authentication.js +72 -0
  310. package/dist/containers/Cluster/Cluster.d.ts +11 -0
  311. package/dist/containers/Cluster/Cluster.js +95 -0
  312. package/dist/containers/Cluster/Cluster.scss +15 -0
  313. package/dist/containers/Cluster/ClusterInfo/ClusterInfo.d.ts +16 -0
  314. package/dist/containers/Cluster/ClusterInfo/ClusterInfo.js +125 -0
  315. package/dist/containers/Cluster/ClusterInfo/ClusterInfo.scss +0 -40
  316. package/dist/containers/Cluster/ClusterInfo/utils.d.ts +2 -0
  317. package/dist/containers/Cluster/ClusterInfo/utils.js +10 -0
  318. package/dist/containers/Cluster/ClusterInfoSkeleton/ClusterInfoSkeleton.d.ts +7 -0
  319. package/dist/containers/Cluster/ClusterInfoSkeleton/ClusterInfoSkeleton.js +7 -0
  320. package/dist/containers/Cluster/VersionsBar/VersionsBar.d.ts +7 -0
  321. package/dist/containers/Cluster/VersionsBar/VersionsBar.js +8 -0
  322. package/dist/containers/Cluster/i18n/en.json +14 -14
  323. package/dist/containers/Cluster/i18n/index.d.ts +2 -0
  324. package/dist/containers/Cluster/i18n/index.js +7 -0
  325. package/dist/containers/Cluster/i18n/ru.json +14 -14
  326. package/dist/containers/Cluster/utils.d.ts +27 -0
  327. package/dist/containers/Cluster/utils.js +35 -0
  328. package/dist/containers/Clusters/Clusters.d.ts +3 -0
  329. package/dist/containers/Clusters/Clusters.js +70 -0
  330. package/dist/containers/Clusters/Clusters.scss +176 -0
  331. package/dist/containers/Clusters/ClustersStatistics.d.ts +7 -0
  332. package/dist/containers/Clusters/ClustersStatistics.js +9 -0
  333. package/dist/containers/Clusters/columns.d.ts +3 -0
  334. package/dist/containers/Clusters/columns.js +192 -0
  335. package/dist/containers/Clusters/constants.d.ts +34 -0
  336. package/dist/containers/Clusters/constants.js +62 -0
  337. package/dist/containers/Clusters/i18n/en.json +15 -0
  338. package/dist/containers/Clusters/i18n/index.d.ts +2 -0
  339. package/dist/containers/Clusters/i18n/index.js +5 -0
  340. package/dist/containers/Clusters/i18n/ru.json +15 -0
  341. package/dist/containers/Clusters/shared.d.ts +10 -0
  342. package/dist/containers/Clusters/shared.js +2 -0
  343. package/dist/containers/Clusters/useClustersList.d.ts +1 -0
  344. package/dist/containers/Clusters/useClustersList.js +9 -0
  345. package/dist/containers/Clusters/useSelectedColumns.d.ts +7 -0
  346. package/dist/containers/Clusters/useSelectedColumns.js +23 -0
  347. package/dist/containers/Header/Header.d.ts +8 -0
  348. package/dist/containers/Header/Header.js +65 -0
  349. package/dist/containers/Header/breadcrumbs.d.ts +8 -0
  350. package/dist/containers/Header/breadcrumbs.js +96 -0
  351. package/dist/containers/Heatmap/Heatmap.d.ts +6 -0
  352. package/dist/containers/Heatmap/Heatmap.js +91 -0
  353. package/dist/containers/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +11 -0
  354. package/dist/containers/Heatmap/HeatmapCanvas/HeatmapCanvas.js +13 -47
  355. package/dist/containers/Heatmap/Histogram/Histogram.d.ts +10 -0
  356. package/dist/containers/Heatmap/Histogram/Histogram.js +19 -63
  357. package/dist/containers/Heatmap/index.js +1 -0
  358. package/dist/containers/Heatmap/util.d.ts +40 -0
  359. package/dist/containers/Heatmap/util.js +6 -23
  360. package/dist/containers/Node/Node.d.ts +10 -0
  361. package/dist/containers/Node/Node.js +99 -0
  362. package/dist/containers/Node/NodePages.d.ts +10 -0
  363. package/dist/containers/Node/NodePages.js +29 -0
  364. package/dist/containers/Node/NodeStructure/NodeStructure.d.ts +9 -0
  365. package/dist/containers/Node/NodeStructure/NodeStructure.js +86 -0
  366. package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +8 -0
  367. package/dist/containers/Node/NodeStructure/PDiskTitleBadge.js +6 -0
  368. package/dist/containers/Node/NodeStructure/Pdisk.d.ts +11 -0
  369. package/dist/containers/Node/NodeStructure/Pdisk.js +169 -0
  370. package/dist/containers/Node/NodeStructure/Vdisk.d.ts +3 -0
  371. package/dist/containers/Node/NodeStructure/Vdisk.js +84 -0
  372. package/dist/containers/Node/i18n/en.json +2 -2
  373. package/dist/containers/Node/i18n/index.d.ts +2 -0
  374. package/dist/containers/Node/i18n/index.js +5 -0
  375. package/dist/containers/Node/i18n/ru.json +2 -2
  376. package/dist/containers/Nodes/Nodes.d.ts +8 -0
  377. package/dist/containers/Nodes/Nodes.js +87 -0
  378. package/dist/containers/Nodes/NodesWrapper.d.ts +8 -0
  379. package/dist/containers/Nodes/NodesWrapper.js +24 -0
  380. package/dist/containers/Nodes/VirtualNodes.d.ts +9 -0
  381. package/dist/containers/Nodes/VirtualNodes.js +66 -0
  382. package/dist/containers/Nodes/getNodes.d.ts +6 -0
  383. package/dist/containers/Nodes/getNodes.js +25 -0
  384. package/dist/containers/Nodes/getNodesColumns.d.ts +14 -0
  385. package/dist/containers/Nodes/getNodesColumns.js +204 -0
  386. package/dist/containers/Nodes/i18n/en.json +1 -1
  387. package/dist/containers/Nodes/i18n/index.d.ts +2 -0
  388. package/dist/containers/Nodes/i18n/index.js +7 -0
  389. package/dist/containers/Nodes/i18n/ru.json +1 -1
  390. package/dist/containers/Nodes/index.js +1 -0
  391. package/dist/containers/ReduxTooltip/ReduxTooltip.d.ts +22 -0
  392. package/dist/containers/ReduxTooltip/ReduxTooltip.js +19 -67
  393. package/dist/containers/Storage/DiskStateProgressBar/DiskStateProgressBar.d.ts +17 -0
  394. package/dist/containers/Storage/DiskStateProgressBar/DiskStateProgressBar.js +35 -0
  395. package/dist/containers/Storage/DiskStateProgressBar/index.js +1 -0
  396. package/dist/containers/Storage/EmptyFilter/EmptyFilter.d.ts +8 -0
  397. package/dist/containers/Storage/EmptyFilter/EmptyFilter.js +8 -0
  398. package/dist/containers/Storage/EmptyFilter/i18n/en.json +2 -2
  399. package/dist/containers/Storage/EmptyFilter/i18n/index.d.ts +2 -0
  400. package/dist/containers/Storage/EmptyFilter/i18n/index.js +7 -0
  401. package/dist/containers/Storage/EmptyFilter/i18n/ru.json +2 -2
  402. package/dist/containers/Storage/PDisk/PDisk.d.ts +10 -0
  403. package/dist/containers/Storage/PDisk/PDisk.js +88 -0
  404. package/dist/containers/Storage/PDisk/index.js +1 -0
  405. package/dist/containers/Storage/PDiskPopup/PDiskPopup.d.ts +12 -0
  406. package/dist/containers/Storage/PDiskPopup/PDiskPopup.js +59 -0
  407. package/dist/containers/Storage/PDiskPopup/index.js +1 -0
  408. package/dist/containers/Storage/Storage.d.ts +9 -0
  409. package/dist/containers/Storage/Storage.js +102 -0
  410. package/dist/containers/Storage/StorageControls/StorageControls.d.ts +23 -0
  411. package/dist/containers/Storage/StorageControls/StorageControls.js +17 -0
  412. package/dist/containers/Storage/StorageGroups/StorageGroups.d.ts +17 -0
  413. package/dist/containers/Storage/StorageGroups/StorageGroups.js +17 -0
  414. package/dist/containers/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +7 -0
  415. package/dist/containers/Storage/StorageGroups/StorageGroupsEmptyDataMessage.js +17 -0
  416. package/dist/containers/Storage/StorageGroups/VirtualStorageGroups.d.ts +16 -0
  417. package/dist/containers/Storage/StorageGroups/VirtualStorageGroups.js +35 -0
  418. package/dist/containers/Storage/StorageGroups/getGroups.d.ts +6 -0
  419. package/dist/containers/Storage/StorageGroups/getGroups.js +26 -0
  420. package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +57 -0
  421. package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.js +205 -0
  422. package/dist/containers/Storage/StorageGroups/i18n/en.json +5 -5
  423. package/dist/containers/Storage/StorageGroups/i18n/index.d.ts +2 -0
  424. package/dist/containers/Storage/StorageGroups/i18n/index.js +7 -0
  425. package/dist/containers/Storage/StorageGroups/i18n/ru.json +5 -5
  426. package/dist/containers/Storage/StorageNodes/StorageNodes.d.ts +19 -0
  427. package/dist/containers/Storage/StorageNodes/StorageNodes.js +18 -0
  428. package/dist/containers/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +9 -0
  429. package/dist/containers/Storage/StorageNodes/StorageNodesEmptyDataMessage.js +25 -0
  430. package/dist/containers/Storage/StorageNodes/VirtualStorageNodes.d.ts +17 -0
  431. package/dist/containers/Storage/StorageNodes/VirtualStorageNodes.js +38 -0
  432. package/dist/containers/Storage/StorageNodes/getNodes.d.ts +6 -0
  433. package/dist/containers/Storage/StorageNodes/getNodes.js +25 -0
  434. package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +47 -0
  435. package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.js +93 -0
  436. package/dist/containers/Storage/StorageNodes/i18n/en.json +6 -6
  437. package/dist/containers/Storage/StorageNodes/i18n/index.d.ts +2 -0
  438. package/dist/containers/Storage/StorageNodes/i18n/index.js +7 -0
  439. package/dist/containers/Storage/StorageNodes/i18n/ru.json +6 -6
  440. package/dist/containers/Storage/StorageNodes/shared.d.ts +12 -0
  441. package/dist/containers/Storage/StorageNodes/shared.js +4 -0
  442. package/dist/containers/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +7 -0
  443. package/dist/containers/Storage/StorageTypeFilter/StorageTypeFilter.js +11 -0
  444. package/dist/containers/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +12 -0
  445. package/dist/containers/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +12 -0
  446. package/dist/containers/Storage/StorageWrapper.d.ts +9 -0
  447. package/dist/containers/Storage/StorageWrapper.js +24 -0
  448. package/dist/containers/Storage/UsageFilter/UsageFilter.d.ts +14 -0
  449. package/dist/containers/Storage/UsageFilter/UsageFilter.js +38 -0
  450. package/dist/containers/Storage/UsageFilter/i18n/en.json +3 -3
  451. package/dist/containers/Storage/UsageFilter/i18n/index.d.ts +2 -0
  452. package/dist/containers/Storage/UsageFilter/i18n/index.js +7 -0
  453. package/dist/containers/Storage/UsageFilter/i18n/ru.json +3 -3
  454. package/dist/containers/Storage/UsageFilter/index.js +1 -0
  455. package/dist/containers/Storage/VDisk/VDisk.d.ts +11 -0
  456. package/dist/containers/Storage/VDisk/VDisk.js +88 -0
  457. package/dist/containers/Storage/VDisk/index.js +1 -0
  458. package/dist/containers/Storage/VDiskPopup/VDiskPopup.d.ts +11 -0
  459. package/dist/containers/Storage/VDiskPopup/VDiskPopup.js +105 -0
  460. package/dist/containers/Storage/VDiskPopup/index.js +1 -0
  461. package/dist/containers/Storage/VirtualStorage.d.ts +9 -0
  462. package/dist/containers/Storage/VirtualStorage.js +43 -0
  463. package/dist/containers/Storage/i18n/en.json +4 -5
  464. package/dist/containers/Storage/i18n/index.d.ts +2 -0
  465. package/dist/containers/Storage/i18n/index.js +7 -0
  466. package/dist/containers/Storage/i18n/ru.json +4 -5
  467. package/dist/containers/Storage/shared.d.ts +10 -0
  468. package/dist/containers/Storage/shared.js +2 -0
  469. package/dist/containers/Storage/utils/constants.d.ts +2 -0
  470. package/dist/containers/Storage/utils/constants.js +2 -0
  471. package/dist/containers/Storage/utils/index.d.ts +7 -0
  472. package/dist/containers/Storage/utils/index.js +30 -0
  473. package/dist/containers/Storage/utils/types.d.ts +5 -0
  474. package/dist/containers/Storage/utils/types.js +1 -0
  475. package/dist/containers/Tablet/Tablet.d.ts +12 -0
  476. package/dist/containers/Tablet/Tablet.js +85 -0
  477. package/dist/containers/Tablet/TabletControls/TabletControls.d.ts +7 -0
  478. package/dist/containers/Tablet/TabletControls/TabletControls.js +70 -0
  479. package/dist/containers/Tablet/TabletControls/index.js +1 -0
  480. package/dist/containers/Tablet/TabletInfo/TabletInfo.d.ts +7 -0
  481. package/dist/containers/Tablet/TabletInfo/TabletInfo.js +39 -0
  482. package/dist/containers/Tablet/TabletInfo/index.js +1 -0
  483. package/dist/containers/Tablet/TabletTable/TabletTable.d.ts +6 -0
  484. package/dist/containers/Tablet/TabletTable/TabletTable.js +59 -0
  485. package/dist/containers/Tablet/TabletTable/index.js +1 -0
  486. package/dist/containers/Tablet/i18n/en.json +8 -8
  487. package/dist/containers/Tablet/i18n/index.d.ts +2 -0
  488. package/dist/containers/Tablet/i18n/index.js +5 -0
  489. package/dist/containers/Tablet/i18n/ru.json +8 -8
  490. package/dist/containers/Tablet/index.d.ts +1 -0
  491. package/dist/containers/Tablet/index.js +1 -0
  492. package/dist/containers/Tablets/Tablets.d.ts +8 -0
  493. package/dist/containers/Tablets/Tablets.js +76 -0
  494. package/dist/containers/Tablets/i18n/en.json +4 -4
  495. package/dist/containers/Tablets/i18n/index.d.ts +2 -0
  496. package/dist/containers/Tablets/i18n/index.js +7 -0
  497. package/dist/containers/Tablets/i18n/ru.json +4 -4
  498. package/dist/containers/Tablets/index.js +1 -0
  499. package/dist/containers/TabletsFilters/TabletsFilters.d.ts +64 -0
  500. package/dist/containers/TabletsFilters/TabletsFilters.js +124 -274
  501. package/dist/containers/TabletsFilters/i18n/en.json +3 -0
  502. package/dist/containers/TabletsFilters/i18n/index.d.ts +2 -0
  503. package/dist/containers/TabletsFilters/i18n/index.js +5 -0
  504. package/dist/containers/TabletsFilters/i18n/ru.json +3 -0
  505. package/dist/containers/Tenant/Acl/Acl.d.ts +2 -0
  506. package/dist/containers/Tenant/Acl/Acl.js +95 -0
  507. package/dist/containers/Tenant/Diagnostics/Consumers/Consumers.d.ts +8 -0
  508. package/dist/containers/Tenant/Diagnostics/Consumers/Consumers.js +56 -0
  509. package/dist/containers/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +2 -0
  510. package/dist/containers/Tenant/Diagnostics/Consumers/Headers/Headers.js +9 -0
  511. package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +7 -0
  512. package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +24 -0
  513. package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/index.js +1 -0
  514. package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.d.ts +4 -0
  515. package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.js +62 -0
  516. package/dist/containers/Tenant/Diagnostics/Consumers/i18n/en.json +5 -5
  517. package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +2 -0
  518. package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.js +7 -0
  519. package/dist/containers/Tenant/Diagnostics/Consumers/i18n/ru.json +5 -5
  520. package/dist/containers/Tenant/Diagnostics/Consumers/index.js +1 -0
  521. package/dist/containers/Tenant/Diagnostics/Consumers/utils/constants.d.ts +20 -0
  522. package/dist/containers/Tenant/Diagnostics/Consumers/utils/constants.js +20 -0
  523. package/dist/containers/Tenant/Diagnostics/Describe/Describe.d.ts +9 -0
  524. package/dist/containers/Tenant/Diagnostics/Describe/Describe.js +66 -0
  525. package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +13 -0
  526. package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +17 -0
  527. package/dist/containers/Tenant/Diagnostics/Diagnostics.d.ts +11 -0
  528. package/dist/containers/Tenant/Diagnostics/Diagnostics.js +134 -0
  529. package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +133 -0
  530. package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +84 -0
  531. package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +7 -0
  532. package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +91 -147
  533. package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.scss +1 -33
  534. package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/en.json +4 -0
  535. package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +2 -0
  536. package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.js +5 -0
  537. package/dist/containers/Tenant/Diagnostics/Network/Network.d.ts +72 -0
  538. package/dist/containers/Tenant/Diagnostics/Network/Network.js +153 -314
  539. package/dist/containers/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +27 -0
  540. package/dist/containers/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +42 -52
  541. package/dist/containers/Tenant/Diagnostics/Network/utils.d.ts +2 -0
  542. package/dist/containers/Tenant/Diagnostics/Network/utils.js +4 -0
  543. package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +8 -0
  544. package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +34 -0
  545. package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/index.js +1 -0
  546. package/dist/containers/Tenant/Diagnostics/Overview/Overview.d.ts +8 -0
  547. package/dist/containers/Tenant/Diagnostics/Overview/Overview.js +90 -0
  548. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +10 -0
  549. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +14 -0
  550. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/en.json +3 -3
  551. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +2 -0
  552. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +7 -0
  553. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/ru.json +3 -3
  554. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/index.js +1 -0
  555. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +16 -0
  556. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +166 -0
  557. package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +7 -0
  558. package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +18 -0
  559. package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/index.js +1 -0
  560. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +2 -0
  561. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +63 -0
  562. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/en.json +2 -2
  563. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +2 -0
  564. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +7 -0
  565. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/ru.json +2 -2
  566. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/index.js +1 -0
  567. package/dist/containers/Tenant/Diagnostics/Overview/utils/index.js +1 -0
  568. package/dist/containers/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +3 -0
  569. package/dist/containers/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +25 -0
  570. package/dist/containers/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +11 -0
  571. package/dist/containers/Tenant/Diagnostics/Partitions/Headers/Headers.js +14 -0
  572. package/dist/containers/Tenant/Diagnostics/Partitions/Headers/index.d.ts +1 -0
  573. package/dist/containers/Tenant/Diagnostics/Partitions/Headers/index.js +1 -0
  574. package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.d.ts +16 -0
  575. package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.js +84 -0
  576. package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +14 -0
  577. package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +83 -0
  578. package/dist/containers/Tenant/Diagnostics/Partitions/columns/columns.d.ts +5 -0
  579. package/dist/containers/Tenant/Diagnostics/Partitions/columns/columns.js +147 -0
  580. package/dist/containers/Tenant/Diagnostics/Partitions/columns/index.d.ts +1 -0
  581. package/dist/containers/Tenant/Diagnostics/Partitions/columns/index.js +1 -0
  582. package/dist/containers/Tenant/Diagnostics/Partitions/i18n/en.json +11 -11
  583. package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +2 -0
  584. package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.js +7 -0
  585. package/dist/containers/Tenant/Diagnostics/Partitions/i18n/ru.json +11 -11
  586. package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.d.ts +54 -0
  587. package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.js +64 -0
  588. package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.d.ts +4 -0
  589. package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.js +12 -0
  590. package/dist/containers/Tenant/Diagnostics/Partitions/utils/types.d.ts +5 -0
  591. package/dist/containers/Tenant/Diagnostics/Partitions/utils/types.js +1 -0
  592. package/dist/containers/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.d.ts +3 -0
  593. package/dist/containers/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +19 -0
  594. package/dist/containers/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +1 -0
  595. package/dist/containers/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.js +6 -0
  596. package/dist/containers/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.d.ts +2 -0
  597. package/dist/containers/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.js +44 -0
  598. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +12 -0
  599. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +24 -0
  600. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +15 -0
  601. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +31 -0
  602. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +7 -0
  603. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +42 -0
  604. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +9 -0
  605. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +8 -0
  606. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js +1 -0
  607. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/en.json +6 -6
  608. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +2 -0
  609. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +7 -0
  610. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/ru.json +6 -6
  611. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +12 -0
  612. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +17 -0
  613. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +23 -0
  614. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +41 -0
  615. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +8 -0
  616. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +10 -0
  617. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +8 -0
  618. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +32 -0
  619. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +8 -0
  620. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +32 -0
  621. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +6 -0
  622. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +42 -0
  623. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +5 -0
  624. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +32 -0
  625. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.d.ts +2 -0
  626. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +12 -0
  627. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +12 -0
  628. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +42 -0
  629. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +6 -0
  630. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +7 -0
  631. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +8 -0
  632. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +34 -0
  633. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.d.ts +2 -0
  634. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.js +15 -0
  635. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +10 -0
  636. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.js +87 -0
  637. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +1 -0
  638. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +14 -0
  639. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +30 -0
  640. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +14 -0
  641. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +26 -0
  642. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +6 -0
  643. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +32 -0
  644. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +7 -0
  645. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +48 -0
  646. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.d.ts +2 -0
  647. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.js +15 -0
  648. package/dist/containers/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +8 -0
  649. package/dist/containers/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +10 -0
  650. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/en.json +26 -31
  651. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +2 -0
  652. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.js +5 -0
  653. package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +14 -0
  654. package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +27 -0
  655. package/dist/containers/Tenant/Diagnostics/TenantOverview/utils.d.ts +10 -0
  656. package/dist/containers/Tenant/Diagnostics/TenantOverview/utils.js +2 -0
  657. package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +8 -0
  658. package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +104 -0
  659. package/dist/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +5 -0
  660. package/dist/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +93 -0
  661. package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/en.json +2 -2
  662. package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +2 -0
  663. package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.js +7 -0
  664. package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/ru.json +2 -2
  665. package/dist/containers/Tenant/Diagnostics/TopQueries/index.js +1 -0
  666. package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +9 -0
  667. package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +23 -0
  668. package/dist/containers/Tenant/Diagnostics/TopShards/Filters/index.js +1 -0
  669. package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.d.ts +18 -0
  670. package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +156 -0
  671. package/dist/containers/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +5 -0
  672. package/dist/containers/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +107 -0
  673. package/dist/containers/Tenant/Diagnostics/TopShards/i18n/en.json +4 -4
  674. package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +2 -0
  675. package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.js +7 -0
  676. package/dist/containers/Tenant/Diagnostics/TopShards/i18n/ru.json +4 -4
  677. package/dist/containers/Tenant/Diagnostics/TopShards/index.js +1 -0
  678. package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +8 -0
  679. package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.js +55 -0
  680. package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +8 -0
  681. package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.js +60 -0
  682. package/dist/containers/Tenant/Info/i18n/en.json +6 -6
  683. package/dist/containers/Tenant/Info/i18n/index.d.ts +2 -0
  684. package/dist/containers/Tenant/Info/i18n/index.js +7 -0
  685. package/dist/containers/Tenant/Info/i18n/ru.json +6 -6
  686. package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.d.ts +11 -0
  687. package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.js +38 -0
  688. package/dist/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +12 -0
  689. package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +190 -0
  690. package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +13 -0
  691. package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +92 -0
  692. package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.d.ts +1 -0
  693. package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.js +49 -172
  694. package/dist/containers/Tenant/Query/ExplainResult/utils.d.ts +2 -0
  695. package/dist/containers/Tenant/Query/ExplainResult/utils.js +4 -0
  696. package/dist/containers/Tenant/Query/Issues/Issues.d.ts +12 -0
  697. package/dist/containers/Tenant/Query/Issues/Issues.js +75 -0
  698. package/dist/containers/Tenant/Query/Issues/models.d.ts +4 -0
  699. package/dist/containers/Tenant/Query/Issues/models.js +12 -0
  700. package/dist/containers/Tenant/Query/Preview/Preview.d.ts +8 -0
  701. package/dist/containers/Tenant/Query/Preview/Preview.js +59 -0
  702. package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +9 -0
  703. package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.js +52 -0
  704. package/dist/containers/Tenant/Query/Query.d.ts +9 -0
  705. package/dist/containers/Tenant/Query/Query.js +45 -0
  706. package/dist/containers/Tenant/Query/QueryDuration/QueryDuration.d.ts +6 -0
  707. package/dist/containers/Tenant/Query/QueryDuration/QueryDuration.js +14 -0
  708. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +30 -0
  709. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +178 -384
  710. package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +16 -0
  711. package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.js +57 -0
  712. package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.d.ts +17 -0
  713. package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.js +29 -0
  714. package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.d.ts +6 -0
  715. package/dist/containers/Tenant/Query/SaveQuery/SaveQuery.js +11 -78
  716. package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.d.ts +11 -0
  717. package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.js +65 -0
  718. package/dist/containers/Tenant/Query/i18n/en.json +19 -25
  719. package/dist/containers/Tenant/Query/i18n/index.d.ts +2 -0
  720. package/dist/containers/Tenant/Query/i18n/index.js +7 -0
  721. package/dist/containers/Tenant/Query/i18n/ru.json +19 -25
  722. package/dist/containers/Tenant/Query/utils/getPreparedResult.d.ts +2 -0
  723. package/dist/containers/Tenant/Query/utils/getPreparedResult.js +25 -0
  724. package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.d.ts +10 -0
  725. package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.js +56 -0
  726. package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +9 -0
  727. package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +72 -0
  728. package/dist/containers/Tenant/Tenant.d.ts +9 -0
  729. package/dist/containers/Tenant/Tenant.js +69 -0
  730. package/dist/containers/Tenant/TenantPages.d.ts +18 -0
  731. package/dist/containers/Tenant/TenantPages.js +27 -0
  732. package/dist/containers/Tenant/i18n/en.json +20 -22
  733. package/dist/containers/Tenant/i18n/index.d.ts +2 -0
  734. package/dist/containers/Tenant/i18n/index.js +5 -0
  735. package/dist/containers/Tenant/i18n/ru.json +20 -22
  736. package/dist/containers/Tenant/utils/constants.d.ts +3 -0
  737. package/dist/containers/Tenant/utils/constants.js +3 -0
  738. package/dist/containers/Tenant/utils/index.d.ts +2 -0
  739. package/dist/containers/Tenant/utils/index.js +5 -0
  740. package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.d.ts +22 -0
  741. package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +50 -0
  742. package/dist/containers/Tenant/utils/queryTemplates.d.ts +9 -0
  743. package/dist/containers/Tenant/utils/queryTemplates.js +107 -0
  744. package/dist/containers/Tenant/utils/schema.d.ts +15 -0
  745. package/dist/containers/Tenant/utils/schema.js +171 -0
  746. package/dist/containers/Tenant/utils/schemaActions.d.ts +9 -0
  747. package/dist/containers/Tenant/utils/schemaActions.js +104 -0
  748. package/dist/containers/Tenant/utils/schemaControls.d.ts +7 -0
  749. package/dist/containers/Tenant/utils/schemaControls.js +35 -0
  750. package/dist/containers/Tenants/Tenants.d.ts +7 -0
  751. package/dist/containers/Tenants/Tenants.js +166 -0
  752. package/dist/containers/Tenants/Tenants.scss +1 -0
  753. package/dist/containers/UserSettings/Setting.d.ts +15 -0
  754. package/dist/containers/UserSettings/Setting.js +37 -0
  755. package/dist/containers/UserSettings/UserSettings.d.ts +17 -0
  756. package/dist/containers/UserSettings/UserSettings.js +18 -0
  757. package/dist/containers/UserSettings/i18n/en.json +18 -25
  758. package/dist/containers/UserSettings/i18n/index.d.ts +2 -0
  759. package/dist/containers/UserSettings/i18n/index.js +7 -0
  760. package/dist/containers/UserSettings/i18n/ru.json +18 -25
  761. package/dist/containers/UserSettings/settings.d.ts +25 -0
  762. package/dist/containers/UserSettings/settings.js +87 -0
  763. package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +25 -0
  764. package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.js +22 -0
  765. package/dist/containers/Versions/NodesTable/NodesTable.d.ts +6 -0
  766. package/dist/containers/Versions/NodesTable/NodesTable.js +87 -0
  767. package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +13 -0
  768. package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.js +21 -0
  769. package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.scss +1 -1
  770. package/dist/containers/Versions/Versions.d.ts +7 -0
  771. package/dist/containers/Versions/Versions.js +39 -0
  772. package/dist/containers/Versions/groupNodes.d.ts +6 -0
  773. package/dist/containers/Versions/groupNodes.js +88 -0
  774. package/dist/containers/Versions/types.d.ts +14 -0
  775. package/dist/containers/Versions/types.js +6 -0
  776. package/dist/index.css +1 -0
  777. package/dist/lib.d.ts +20 -0
  778. package/dist/lib.js +16 -0
  779. package/dist/reportWebVitals.d.ts +3 -0
  780. package/dist/reportWebVitals.js +12 -0
  781. package/dist/routes.d.ts +26 -0
  782. package/dist/routes.js +60 -0
  783. package/dist/services/api.d.ts +115 -0
  784. package/dist/services/api.js +278 -0
  785. package/dist/services/parsers/parseMetaCluster.d.ts +3 -0
  786. package/dist/services/parsers/parseMetaCluster.js +5 -0
  787. package/dist/services/parsers/parseMetaTenants.d.ts +3 -0
  788. package/dist/services/parsers/parseMetaTenants.js +5 -0
  789. package/dist/services/settings.d.ts +23 -0
  790. package/dist/services/settings.js +69 -0
  791. package/dist/store/getUrlData.d.ts +13 -0
  792. package/dist/store/getUrlData.js +27 -0
  793. package/dist/store/index.d.ts +97 -0
  794. package/dist/store/index.js +34 -22
  795. package/dist/store/reducers/authentication/authentication.d.ts +22 -0
  796. package/dist/store/reducers/authentication/authentication.js +50 -0
  797. package/dist/store/reducers/authentication/types.d.ts +9 -0
  798. package/dist/store/reducers/authentication/types.js +1 -0
  799. package/dist/store/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.d.ts +1 -0
  800. package/dist/store/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.js +117 -0
  801. package/dist/store/reducers/cluster/cluster.d.ts +16 -0
  802. package/dist/store/reducers/cluster/cluster.js +94 -0
  803. package/dist/store/reducers/cluster/types.d.ts +30 -0
  804. package/dist/store/reducers/cluster/types.js +1 -0
  805. package/dist/store/reducers/cluster/utils.d.ts +4 -0
  806. package/dist/store/reducers/cluster/utils.js +68 -0
  807. package/dist/store/reducers/clusterNodes/clusterNodes.d.ts +10 -0
  808. package/dist/store/reducers/clusterNodes/clusterNodes.js +37 -0
  809. package/dist/store/reducers/clusterNodes/types.d.ts +14 -0
  810. package/dist/store/reducers/clusterNodes/types.js +1 -0
  811. package/dist/store/reducers/clusters/clusters.d.ts +14 -0
  812. package/dist/store/reducers/clusters/clusters.js +45 -0
  813. package/dist/store/reducers/clusters/selectors.d.ts +22 -0
  814. package/dist/store/reducers/clusters/selectors.js +106 -0
  815. package/dist/store/reducers/clusters/types.d.ts +32 -0
  816. package/dist/store/reducers/clusters/types.js +1 -0
  817. package/dist/store/reducers/clusters/utils.d.ts +3 -0
  818. package/dist/store/reducers/clusters/utils.js +13 -0
  819. package/dist/store/reducers/describe.d.ts +20 -0
  820. package/dist/store/reducers/describe.js +97 -0
  821. package/dist/store/reducers/executeQuery.d.ts +42 -0
  822. package/dist/store/reducers/executeQuery.js +141 -0
  823. package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +25 -0
  824. package/dist/store/reducers/executeTopQueries/executeTopQueries.js +72 -0
  825. package/dist/store/reducers/executeTopQueries/types.d.ts +21 -0
  826. package/dist/store/reducers/executeTopQueries/types.js +1 -0
  827. package/dist/store/reducers/executeTopQueries/utils.d.ts +2 -0
  828. package/dist/store/reducers/executeTopQueries/utils.js +30 -0
  829. package/dist/store/reducers/explainQuery.d.ts +23 -0
  830. package/dist/store/reducers/explainQuery.js +94 -0
  831. package/dist/store/reducers/fullscreen.d.ts +8 -0
  832. package/dist/store/reducers/fullscreen.js +24 -0
  833. package/dist/store/reducers/header/header.d.ts +9 -0
  834. package/dist/store/reducers/header/header.js +23 -0
  835. package/dist/store/reducers/header/types.d.ts +28 -0
  836. package/dist/store/reducers/header/types.js +1 -0
  837. package/dist/store/reducers/healthcheckInfo.d.ts +21 -0
  838. package/dist/store/reducers/healthcheckInfo.js +93 -0
  839. package/dist/store/reducers/heatmap.d.ts +27 -0
  840. package/dist/store/reducers/heatmap.js +70 -0
  841. package/dist/store/reducers/host.d.ts +10 -0
  842. package/dist/store/reducers/host.js +26 -0
  843. package/dist/store/reducers/hotKeys/hotKeys.d.ts +25 -0
  844. package/dist/store/reducers/hotKeys/hotKeys.js +49 -0
  845. package/dist/store/reducers/hotKeys/types.d.ts +10 -0
  846. package/dist/store/reducers/hotKeys/types.js +1 -0
  847. package/dist/store/reducers/index.d.ts +196 -0
  848. package/dist/store/reducers/index.js +91 -0
  849. package/dist/store/reducers/network/network.d.ts +13 -0
  850. package/dist/store/reducers/network/network.js +37 -0
  851. package/dist/store/reducers/network/types.d.ts +11 -0
  852. package/dist/store/reducers/network/types.js +1 -0
  853. package/dist/store/reducers/node/node.d.ts +19 -0
  854. package/dist/store/reducers/node/node.js +59 -0
  855. package/dist/store/reducers/node/selectors.d.ts +3 -0
  856. package/dist/store/reducers/node/selectors.js +36 -0
  857. package/dist/store/reducers/node/types.d.ts +38 -0
  858. package/dist/store/reducers/node/types.js +1 -0
  859. package/dist/store/reducers/node/utils.d.ts +3 -0
  860. package/dist/store/reducers/node/utils.js +8 -0
  861. package/dist/store/reducers/nodes/nodes.d.ts +30 -0
  862. package/dist/store/reducers/nodes/nodes.js +105 -0
  863. package/dist/store/reducers/nodes/selectors.d.ts +7 -0
  864. package/dist/store/reducers/nodes/selectors.js +49 -0
  865. package/dist/store/reducers/nodes/types.d.ts +78 -0
  866. package/dist/store/reducers/nodes/types.js +1 -0
  867. package/dist/store/reducers/nodes/utils.d.ts +7 -0
  868. package/dist/store/reducers/nodes/utils.js +50 -0
  869. package/dist/store/reducers/nodesList.d.ts +11 -0
  870. package/dist/store/reducers/nodesList.js +27 -0
  871. package/dist/store/reducers/olapStats.d.ts +15 -0
  872. package/dist/store/reducers/olapStats.js +48 -0
  873. package/dist/store/reducers/overview/overview.d.ts +24 -0
  874. package/dist/store/reducers/overview/overview.js +72 -0
  875. package/dist/store/reducers/overview/types.d.ts +17 -0
  876. package/dist/store/reducers/overview/types.js +1 -0
  877. package/dist/store/reducers/partitions/partitions.d.ts +17 -0
  878. package/dist/store/reducers/partitions/partitions.js +67 -0
  879. package/dist/store/reducers/partitions/types.d.ts +32 -0
  880. package/dist/store/reducers/partitions/types.js +1 -0
  881. package/dist/store/reducers/partitions/utils.d.ts +5 -0
  882. package/dist/store/reducers/partitions/utils.js +41 -0
  883. package/dist/store/reducers/preview.d.ts +23 -0
  884. package/dist/store/reducers/preview.js +40 -0
  885. package/dist/store/reducers/saveQuery.d.ts +12 -0
  886. package/dist/store/reducers/saveQuery.js +25 -0
  887. package/dist/store/reducers/schema/schema.d.ts +48 -0
  888. package/dist/store/reducers/schema/schema.js +125 -0
  889. package/dist/store/reducers/schema/types.d.ts +26 -0
  890. package/dist/store/reducers/schema/types.js +1 -0
  891. package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +15 -0
  892. package/dist/store/reducers/schemaAcl/schemaAcl.js +44 -0
  893. package/dist/store/reducers/schemaAcl/types.d.ts +12 -0
  894. package/dist/store/reducers/schemaAcl/types.js +1 -0
  895. package/dist/store/reducers/settings/settings.d.ts +29 -0
  896. package/dist/store/reducers/settings/settings.js +50 -0
  897. package/dist/store/reducers/settings/types.d.ts +20 -0
  898. package/dist/store/reducers/settings/types.js +1 -0
  899. package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +31 -0
  900. package/dist/store/reducers/shardsWorkload/shardsWorkload.js +135 -0
  901. package/dist/store/reducers/shardsWorkload/types.d.ts +25 -0
  902. package/dist/store/reducers/shardsWorkload/types.js +5 -0
  903. package/dist/store/reducers/singleClusterMode.d.ts +2 -0
  904. package/dist/store/reducers/singleClusterMode.js +4 -0
  905. package/dist/store/reducers/storage/constants.d.ts +9 -0
  906. package/dist/store/reducers/storage/constants.js +9 -0
  907. package/dist/store/reducers/storage/selectors.d.ts +27 -0
  908. package/dist/store/reducers/storage/selectors.js +105 -0
  909. package/dist/store/reducers/storage/storage.d.ts +47 -0
  910. package/dist/store/reducers/storage/storage.js +151 -0
  911. package/dist/store/reducers/storage/types.d.ts +83 -0
  912. package/dist/store/reducers/storage/types.js +1 -0
  913. package/dist/store/reducers/storage/utils.d.ts +6 -0
  914. package/dist/store/reducers/storage/utils.js +125 -0
  915. package/dist/store/reducers/tablet.d.ts +20 -0
  916. package/dist/store/reducers/tablet.js +85 -0
  917. package/dist/store/reducers/tablets.d.ts +22 -0
  918. package/dist/store/reducers/tablets.js +57 -0
  919. package/dist/store/reducers/tabletsFilters.d.ts +60 -0
  920. package/dist/store/reducers/tabletsFilters.js +28 -73
  921. package/dist/store/reducers/tenant/constants.d.ts +35 -0
  922. package/dist/store/reducers/tenant/constants.js +35 -0
  923. package/dist/store/reducers/tenant/tenant.d.ts +39 -0
  924. package/dist/store/reducers/tenant/tenant.js +104 -0
  925. package/dist/store/reducers/tenant/types.d.ts +23 -0
  926. package/dist/store/reducers/tenant/types.js +1 -0
  927. package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +13 -0
  928. package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +61 -0
  929. package/dist/store/reducers/tenantOverview/executeTopTables/types.d.ts +10 -0
  930. package/dist/store/reducers/tenantOverview/executeTopTables/types.js +1 -0
  931. package/dist/store/reducers/tenantOverview/topNodesByCpu/topNodesByCpu.d.ts +14 -0
  932. package/dist/store/reducers/tenantOverview/topNodesByCpu/topNodesByCpu.js +57 -0
  933. package/dist/store/reducers/tenantOverview/topNodesByCpu/types.d.ts +19 -0
  934. package/dist/store/reducers/tenantOverview/topNodesByCpu/types.js +1 -0
  935. package/dist/store/reducers/tenantOverview/topNodesByLoad/topNodesByLoad.d.ts +14 -0
  936. package/dist/store/reducers/tenantOverview/topNodesByLoad/topNodesByLoad.js +57 -0
  937. package/dist/store/reducers/tenantOverview/topNodesByLoad/types.d.ts +19 -0
  938. package/dist/store/reducers/tenantOverview/topNodesByLoad/types.js +1 -0
  939. package/dist/store/reducers/tenantOverview/topNodesByMemory/topNodesByMemory.d.ts +14 -0
  940. package/dist/store/reducers/tenantOverview/topNodesByMemory/topNodesByMemory.js +57 -0
  941. package/dist/store/reducers/tenantOverview/topNodesByMemory/types.d.ts +19 -0
  942. package/dist/store/reducers/tenantOverview/topNodesByMemory/types.js +1 -0
  943. package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +12 -0
  944. package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +55 -0
  945. package/dist/store/reducers/tenantOverview/topQueries/types.d.ts +10 -0
  946. package/dist/store/reducers/tenantOverview/topQueries/types.js +1 -0
  947. package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +12 -0
  948. package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +64 -0
  949. package/dist/store/reducers/tenantOverview/topShards/types.d.ts +10 -0
  950. package/dist/store/reducers/tenantOverview/topShards/types.js +1 -0
  951. package/dist/store/reducers/tenantOverview/topShards/utils.d.ts +1 -0
  952. package/dist/store/reducers/tenantOverview/topShards/utils.js +2 -0
  953. package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +15 -0
  954. package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +58 -0
  955. package/dist/store/reducers/tenantOverview/topStorageGroups/types.d.ts +19 -0
  956. package/dist/store/reducers/tenantOverview/topStorageGroups/types.js +1 -0
  957. package/dist/store/reducers/tenantOverview/topStorageGroups/utils.d.ts +3 -0
  958. package/dist/store/reducers/tenantOverview/topStorageGroups/utils.js +12 -0
  959. package/dist/store/reducers/tenants/contants.d.ts +6 -0
  960. package/dist/store/reducers/tenants/contants.js +6 -0
  961. package/dist/store/reducers/tenants/selectors.d.ts +6 -0
  962. package/dist/store/reducers/tenants/selectors.js +28 -0
  963. package/dist/store/reducers/tenants/tenants.d.ts +52 -0
  964. package/dist/store/reducers/tenants/tenants.js +43 -0
  965. package/dist/store/reducers/tenants/types.d.ts +28 -0
  966. package/dist/store/reducers/tenants/types.js +1 -0
  967. package/dist/store/reducers/tenants/utils.d.ts +66 -0
  968. package/dist/store/reducers/tenants/utils.js +141 -0
  969. package/dist/store/reducers/tooltip.d.ts +15 -0
  970. package/dist/store/reducers/tooltip.js +41 -0
  971. package/dist/store/reducers/topic.d.ts +20 -0
  972. package/dist/store/reducers/topic.js +88 -0
  973. package/dist/store/state-url-mapping.d.ts +4 -0
  974. package/dist/store/state-url-mapping.js +30 -45
  975. package/dist/store/utils.d.ts +24 -0
  976. package/dist/store/utils.js +49 -0
  977. package/dist/types/additionalProps.d.ts +25 -0
  978. package/dist/types/additionalProps.js +1 -0
  979. package/dist/types/api/acl.d.ts +23 -0
  980. package/dist/types/api/acl.js +1 -0
  981. package/dist/types/api/cluster.d.ts +37 -0
  982. package/dist/types/api/cluster.js +1 -0
  983. package/dist/types/api/common.js +1 -0
  984. package/dist/types/api/compute.d.ts +60 -0
  985. package/dist/types/api/compute.js +5 -0
  986. package/dist/types/api/consumer.d.ts +215 -0
  987. package/dist/types/api/consumer.js +18 -0
  988. package/dist/types/api/enums.d.ts +7 -0
  989. package/dist/types/api/enums.js +11 -0
  990. package/dist/types/api/error.d.ts +21 -0
  991. package/dist/types/api/error.js +1 -0
  992. package/dist/types/api/healthcheck.d.ts +76 -0
  993. package/dist/types/api/healthcheck.js +18 -0
  994. package/dist/types/api/hotkeys.d.ts +7 -0
  995. package/dist/types/api/hotkeys.js +1 -0
  996. package/dist/types/api/meta.d.ts +46 -0
  997. package/dist/types/api/meta.js +1 -0
  998. package/dist/types/api/netInfo.d.ts +44 -0
  999. package/dist/types/api/netInfo.js +7 -0
  1000. package/dist/types/api/nodes.d.ts +114 -0
  1001. package/dist/types/api/nodes.js +6 -0
  1002. package/dist/types/api/nodesList.d.ts +24 -0
  1003. package/dist/types/api/nodesList.js +1 -0
  1004. package/dist/types/api/pdisk.d.ts +56 -0
  1005. package/dist/types/api/pdisk.js +22 -0
  1006. package/dist/types/api/query.d.ts +221 -0
  1007. package/dist/types/api/query.js +1 -0
  1008. package/dist/types/api/render.d.ts +28 -0
  1009. package/dist/types/api/render.js +6 -0
  1010. package/dist/types/api/schema/cdcStream.d.ts +29 -0
  1011. package/dist/types/api/schema/cdcStream.js +22 -0
  1012. package/dist/types/api/schema/columnEntity.d.ts +105 -0
  1013. package/dist/types/api/schema/columnEntity.js +11 -0
  1014. package/dist/types/api/schema/externalDataSource.d.ts +22 -0
  1015. package/dist/types/api/schema/externalDataSource.js +1 -0
  1016. package/dist/types/api/schema/externalTable.d.ts +13 -0
  1017. package/dist/types/api/schema/externalTable.js +1 -0
  1018. package/dist/types/api/schema/index.d.ts +9 -0
  1019. package/dist/types/api/schema/index.js +9 -0
  1020. package/dist/types/api/schema/persQueueGroup.d.ts +154 -0
  1021. package/dist/types/api/schema/persQueueGroup.js +5 -0
  1022. package/dist/types/api/schema/schema.d.ts +247 -0
  1023. package/dist/types/api/schema/schema.js +64 -0
  1024. package/dist/types/api/schema/shared.d.ts +37 -0
  1025. package/dist/types/api/schema/shared.js +14 -0
  1026. package/dist/types/api/schema/table.d.ts +567 -0
  1027. package/dist/types/api/schema/table.js +38 -0
  1028. package/dist/types/api/schema/tableIndex.d.ts +27 -0
  1029. package/dist/types/api/schema/tableIndex.js +14 -0
  1030. package/dist/types/api/storage.d.ts +97 -0
  1031. package/dist/types/api/storage.js +5 -0
  1032. package/dist/types/api/systemState.d.ts +12 -0
  1033. package/dist/types/api/systemState.js +1 -0
  1034. package/dist/types/api/tablet.d.ts +112 -0
  1035. package/dist/types/api/tablet.js +59 -0
  1036. package/dist/types/api/tenant.d.ts +147 -0
  1037. package/dist/types/api/tenant.js +25 -0
  1038. package/dist/types/api/topic.d.ts +128 -0
  1039. package/dist/types/api/topic.js +11 -0
  1040. package/dist/types/api/vdisk.d.ts +119 -0
  1041. package/dist/types/api/vdisk.js +9 -0
  1042. package/dist/types/api/whoami.d.ts +18 -0
  1043. package/dist/types/api/whoami.js +1 -0
  1044. package/dist/types/common.d.ts +1 -0
  1045. package/dist/types/common.js +1 -0
  1046. package/dist/types/index.d.ts +28 -0
  1047. package/dist/types/index.js +31 -0
  1048. package/dist/types/store/describe.d.ts +24 -0
  1049. package/dist/types/store/describe.js +1 -0
  1050. package/dist/types/store/executeQuery.d.ts +25 -0
  1051. package/dist/types/store/executeQuery.js +1 -0
  1052. package/dist/types/store/explainQuery.d.ts +27 -0
  1053. package/dist/types/store/explainQuery.js +1 -0
  1054. package/dist/types/store/healthcheck.d.ts +20 -0
  1055. package/dist/types/store/healthcheck.js +1 -0
  1056. package/dist/types/store/heatmap.d.ts +38 -0
  1057. package/dist/types/store/heatmap.js +1 -0
  1058. package/dist/types/store/host.d.ts +15 -0
  1059. package/dist/types/store/host.js +1 -0
  1060. package/dist/types/store/nodesList.d.ts +15 -0
  1061. package/dist/types/store/nodesList.js +1 -0
  1062. package/dist/types/store/olapStats.d.ts +10 -0
  1063. package/dist/types/store/olapStats.js +1 -0
  1064. package/dist/types/store/query.d.ts +29 -0
  1065. package/dist/types/store/query.js +1 -0
  1066. package/dist/types/store/tablet.d.ts +35 -0
  1067. package/dist/types/store/tablet.js +1 -0
  1068. package/dist/types/store/tablets.d.ts +22 -0
  1069. package/dist/types/store/tablets.js +1 -0
  1070. package/dist/types/store/tooltip.d.ts +22 -0
  1071. package/dist/types/store/tooltip.js +1 -0
  1072. package/dist/types/store/topic.d.ts +28 -0
  1073. package/dist/types/store/topic.js +1 -0
  1074. package/dist/types/versions.d.ts +8 -0
  1075. package/dist/types/versions.js +1 -0
  1076. package/dist/utils/__test__/monitoring.test.d.ts +1 -0
  1077. package/dist/utils/__test__/monitoring.test.js +37 -0
  1078. package/dist/utils/__test__/parseBalancer.test.d.ts +1 -0
  1079. package/dist/utils/__test__/parseBalancer.test.js +68 -0
  1080. package/dist/utils/__test__/prepareBackend.test.d.ts +1 -0
  1081. package/dist/utils/__test__/prepareBackend.test.js +42 -0
  1082. package/dist/utils/additionalProps.d.ts +2 -0
  1083. package/dist/utils/additionalProps.js +7 -0
  1084. package/dist/utils/autofetcher.d.ts +13 -0
  1085. package/dist/utils/autofetcher.js +50 -0
  1086. package/dist/utils/bytesParsers/__test__/formatBytes.test.d.ts +1 -0
  1087. package/dist/utils/bytesParsers/__test__/formatBytes.test.js +44 -0
  1088. package/dist/utils/bytesParsers/convertBytesObjectToSpeed.d.ts +11 -0
  1089. package/dist/utils/bytesParsers/convertBytesObjectToSpeed.js +12 -0
  1090. package/dist/utils/bytesParsers/formatBytes.d.ts +57 -0
  1091. package/dist/utils/bytesParsers/formatBytes.js +104 -0
  1092. package/dist/utils/bytesParsers/i18n/en.json +6 -6
  1093. package/dist/utils/bytesParsers/i18n/index.d.ts +2 -0
  1094. package/dist/utils/bytesParsers/i18n/index.js +7 -0
  1095. package/dist/utils/bytesParsers/i18n/ru.json +6 -6
  1096. package/dist/utils/bytesParsers/index.js +2 -0
  1097. package/dist/utils/clusterVersionColors.d.ts +11 -0
  1098. package/dist/utils/clusterVersionColors.js +51 -0
  1099. package/dist/utils/cn.d.ts +2 -0
  1100. package/dist/utils/cn.js +2 -0
  1101. package/dist/utils/constants.d.ts +86 -0
  1102. package/dist/utils/constants.js +99 -0
  1103. package/dist/utils/createToast.d.ts +10 -0
  1104. package/dist/utils/createToast.js +13 -0
  1105. package/dist/utils/dataFormatters/__test__/roundToSignificant.test.d.ts +1 -0
  1106. package/dist/utils/dataFormatters/__test__/roundToSignificant.test.js +21 -0
  1107. package/dist/utils/dataFormatters/dataFormatters.d.ts +21 -0
  1108. package/dist/utils/dataFormatters/dataFormatters.js +116 -0
  1109. package/dist/utils/dataFormatters/i18n/en.json +1 -1
  1110. package/dist/utils/dataFormatters/i18n/index.d.ts +2 -0
  1111. package/dist/utils/dataFormatters/i18n/index.js +7 -0
  1112. package/dist/utils/dataFormatters/i18n/ru.json +1 -1
  1113. package/dist/utils/developerUI/__test__/developerUI.test.d.ts +1 -0
  1114. package/dist/utils/developerUI/__test__/developerUI.test.js +31 -0
  1115. package/dist/utils/developerUI/developerUI.d.ts +12 -0
  1116. package/dist/utils/developerUI/developerUI.js +20 -0
  1117. package/dist/utils/diagnostics.d.ts +19 -0
  1118. package/dist/utils/diagnostics.js +15 -0
  1119. package/dist/utils/error.d.ts +2 -0
  1120. package/dist/utils/error.js +13 -0
  1121. package/dist/utils/filters.d.ts +3 -0
  1122. package/dist/utils/filters.js +14 -0
  1123. package/dist/utils/generateEvaluator.d.ts +1 -0
  1124. package/dist/utils/generateEvaluator.js +12 -0
  1125. package/dist/utils/generateHash.d.ts +1 -0
  1126. package/dist/utils/generateHash.js +10 -0
  1127. package/dist/utils/hooks/index.d.ts +8 -0
  1128. package/dist/utils/hooks/index.js +8 -0
  1129. package/dist/utils/hooks/useAutofetcher.d.ts +2 -0
  1130. package/dist/utils/hooks/useAutofetcher.js +23 -0
  1131. package/dist/utils/hooks/useNodesRequestParams.d.ts +15 -0
  1132. package/dist/utils/hooks/useNodesRequestParams.js +23 -0
  1133. package/dist/utils/hooks/useQueryModes.d.ts +2 -0
  1134. package/dist/utils/hooks/useQueryModes.js +5 -0
  1135. package/dist/utils/hooks/useSearchQuery.d.ts +1 -0
  1136. package/dist/utils/hooks/useSearchQuery.js +6 -0
  1137. package/dist/utils/hooks/useSetting.d.ts +1 -0
  1138. package/dist/utils/hooks/useSetting.js +16 -0
  1139. package/dist/utils/hooks/useStorageRequestParams.d.ts +8 -0
  1140. package/dist/utils/hooks/useStorageRequestParams.js +20 -0
  1141. package/dist/utils/hooks/useTableResize.d.ts +7 -0
  1142. package/dist/utils/hooks/useTableResize.js +27 -0
  1143. package/dist/utils/hooks/useTableSort.d.ts +8 -0
  1144. package/dist/utils/hooks/useTableSort.js +21 -0
  1145. package/dist/utils/hooks/useTypedSelector.d.ts +3 -0
  1146. package/dist/utils/hooks/useTypedSelector.js +2 -0
  1147. package/dist/utils/i18n/i18n.d.ts +10 -0
  1148. package/dist/utils/i18n/i18n.js +30 -0
  1149. package/dist/utils/i18n/index.js +1 -0
  1150. package/dist/utils/index.d.ts +1 -0
  1151. package/dist/utils/index.js +3 -0
  1152. package/dist/utils/monaco.d.ts +2 -0
  1153. package/dist/utils/monaco.js +62 -0
  1154. package/dist/utils/monitoring.d.ts +19 -0
  1155. package/dist/utils/monitoring.js +43 -0
  1156. package/dist/utils/nodes.d.ts +38 -0
  1157. package/dist/utils/nodes.js +46 -0
  1158. package/dist/utils/numeral.d.ts +3 -0
  1159. package/dist/utils/numeral.js +5 -0
  1160. package/dist/utils/parseBalancer.d.ts +16 -0
  1161. package/dist/utils/parseBalancer.js +37 -0
  1162. package/dist/utils/pdisk.d.ts +17 -0
  1163. package/dist/utils/pdisk.js +63 -0
  1164. package/dist/utils/prepareBackend.d.ts +4 -0
  1165. package/dist/utils/prepareBackend.js +33 -0
  1166. package/dist/utils/prepareQueryExplain.d.ts +6 -0
  1167. package/dist/utils/prepareQueryExplain.js +88 -0
  1168. package/dist/utils/query.d.ts +28 -0
  1169. package/dist/utils/query.js +181 -0
  1170. package/dist/utils/query.test.d.ts +1 -0
  1171. package/dist/utils/query.test.js +164 -0
  1172. package/dist/utils/registerError.d.ts +1 -0
  1173. package/dist/utils/registerError.js +17 -0
  1174. package/dist/utils/storage.d.ts +28 -0
  1175. package/dist/utils/storage.js +24 -0
  1176. package/dist/utils/tablet.d.ts +5 -0
  1177. package/dist/utils/tablet.js +41 -0
  1178. package/dist/utils/timeParsers/__test__/formatDuration.test.d.ts +1 -0
  1179. package/dist/utils/timeParsers/__test__/formatDuration.test.js +39 -0
  1180. package/dist/utils/timeParsers/__test__/protobuf.test.d.ts +1 -0
  1181. package/dist/utils/timeParsers/__test__/protobuf.test.js +63 -0
  1182. package/dist/utils/timeParsers/formatDuration.d.ts +12 -0
  1183. package/dist/utils/timeParsers/formatDuration.js +63 -0
  1184. package/dist/utils/timeParsers/i18n/en.json +9 -9
  1185. package/dist/utils/timeParsers/i18n/index.d.ts +2 -0
  1186. package/dist/utils/timeParsers/i18n/index.js +7 -0
  1187. package/dist/utils/timeParsers/i18n/ru.json +9 -9
  1188. package/dist/utils/timeParsers/index.js +3 -0
  1189. package/dist/utils/timeParsers/parsers.d.ts +4 -0
  1190. package/dist/utils/timeParsers/parsers.js +18 -0
  1191. package/dist/utils/timeParsers/protobufParsers.d.ts +15 -0
  1192. package/dist/utils/timeParsers/protobufParsers.js +33 -0
  1193. package/dist/utils/timeframes.d.ts +7 -0
  1194. package/dist/utils/timeframes.js +7 -0
  1195. package/dist/utils/tooltip.d.ts +10 -0
  1196. package/dist/utils/tooltip.js +18 -104
  1197. package/dist/utils/typecheckers.d.ts +4 -0
  1198. package/dist/utils/typecheckers.js +4 -0
  1199. package/dist/utils/utils.d.ts +7 -0
  1200. package/dist/utils/utils.js +16 -16
  1201. package/dist/utils/versions/getVersionsColors.d.ts +7 -0
  1202. package/dist/utils/versions/getVersionsColors.js +84 -0
  1203. package/dist/utils/versions/index.js +3 -0
  1204. package/dist/utils/versions/parseNodesToVersionsValues.d.ts +3 -0
  1205. package/dist/utils/versions/parseNodesToVersionsValues.js +22 -0
  1206. package/dist/utils/versions/parseVersion.d.ts +2 -0
  1207. package/dist/utils/versions/parseVersion.js +17 -0
  1208. package/package.json +54 -41
  1209. package/dist/components/BasicNodeViewer/BasicNodeViewer.tsx +0 -55
  1210. package/dist/components/CellWithPopover/CellWithPopover.tsx +0 -26
  1211. package/dist/components/CircularProgressBar/CircularProgressBar.tsx +0 -59
  1212. package/dist/components/ClipboardButton/ClipboardButton.tsx +0 -52
  1213. package/dist/components/ContentWithPopup/ContentWithPopup.tsx +0 -51
  1214. package/dist/components/CriticalActionDialog/CriticalActionDialog.tsx +0 -61
  1215. package/dist/components/DateRange/DateRange.tsx +0 -75
  1216. package/dist/components/DiagnosticCard/DiagnosticCard.tsx +0 -16
  1217. package/dist/components/Divider/Divider.tsx +0 -11
  1218. package/dist/components/EmptyState/EmptyState.tsx +0 -55
  1219. package/dist/components/EnableFullscreenButton/EnableFullscreenButton.tsx +0 -27
  1220. package/dist/components/EntitiesCount/EntitiesCount.tsx +0 -34
  1221. package/dist/components/EntitiesCount/i18n/index.ts +0 -11
  1222. package/dist/components/ErrorBoundary/ErrorBoundary.tsx +0 -62
  1223. package/dist/components/ErrorBoundary/i18n/index.ts +0 -11
  1224. package/dist/components/Errors/403/AccessDenied.tsx +0 -20
  1225. package/dist/components/Errors/ResponseError/ResponseError.tsx +0 -17
  1226. package/dist/components/Errors/i18n/index.ts +0 -11
  1227. package/dist/components/ExternalLinkWithIcon/ExternalLinkWithIcon.tsx +0 -24
  1228. package/dist/components/FormattedBytes/FormattedBytes.tsx +0 -10
  1229. package/dist/components/FormattedBytes/utils.tsx +0 -13
  1230. package/dist/components/FullNodeViewer/FullNodeViewer.tsx +0 -82
  1231. package/dist/components/Fullscreen/Fullscreen.tsx +0 -81
  1232. package/dist/components/Icon/Icon.tsx +0 -35
  1233. package/dist/components/Illustration/Illustration.tsx +0 -44
  1234. package/dist/components/InfoViewer/InfoViewer.tsx +0 -61
  1235. package/dist/components/InfoViewer/formatters/cdcStream.ts +0 -10
  1236. package/dist/components/InfoViewer/formatters/common.ts +0 -17
  1237. package/dist/components/InfoViewer/formatters/pqGroup.ts +0 -51
  1238. package/dist/components/InfoViewer/formatters/schema.ts +0 -18
  1239. package/dist/components/InfoViewer/formatters/table.ts +0 -52
  1240. package/dist/components/InfoViewer/i18n/index.ts +0 -11
  1241. package/dist/components/InfoViewer/index.ts +0 -5
  1242. package/dist/components/InfoViewer/schemaInfo/TableIndexInfo.tsx +0 -37
  1243. package/dist/components/InfoViewer/schemaOverview/CDCStreamOverview.tsx +0 -31
  1244. package/dist/components/InfoViewer/schemaOverview/PersQueueGroupOverview.tsx +0 -30
  1245. package/dist/components/InfoViewer/utils.ts +0 -57
  1246. package/dist/components/InternalLink/InternalLink.tsx +0 -17
  1247. package/dist/components/LabelWithPopover/LabelWithPopover.tsx +0 -23
  1248. package/dist/components/LagImages/LagImages.tsx +0 -205
  1249. package/dist/components/LagPopoverContent/LagPopoverContent.tsx +0 -19
  1250. package/dist/components/LinkToSchemaObject/LinkToSchemaObject.tsx +0 -20
  1251. package/dist/components/Loader/Loader.tsx +0 -19
  1252. package/dist/components/MetricChart/MetricChart.tsx +0 -239
  1253. package/dist/components/MetricChart/convertReponse.ts +0 -33
  1254. package/dist/components/MetricChart/getChartData.ts +0 -20
  1255. package/dist/components/MetricChart/getDefaultDataFormatter.ts +0 -45
  1256. package/dist/components/MetricChart/index.ts +0 -2
  1257. package/dist/components/MetricChart/reducer.ts +0 -86
  1258. package/dist/components/MetricChart/types.ts +0 -35
  1259. package/dist/components/NodeHostWrapper/NodeHostWrapper.tsx +0 -65
  1260. package/dist/components/PoolBar/PoolBar.tsx +0 -39
  1261. package/dist/components/PoolUsage/PoolUsage.tsx +0 -50
  1262. package/dist/components/PoolsGraph/PoolsGraph.tsx +0 -23
  1263. package/dist/components/ProblemFilter/ProblemFilter.tsx +0 -23
  1264. package/dist/components/ProgressViewer/ProgressViewer.tsx +0 -116
  1265. package/dist/components/QueryExecutionStatus/QueryExecutionStatus.tsx +0 -48
  1266. package/dist/components/QueryResultTable/Cell/Cell.tsx +0 -33
  1267. package/dist/components/QueryResultTable/QueryResultTable.tsx +0 -114
  1268. package/dist/components/QueryResultTable/i18n/index.ts +0 -11
  1269. package/dist/components/Search/Search.tsx +0 -58
  1270. package/dist/components/ShortyString/ShortyString.tsx +0 -63
  1271. package/dist/components/ShortyString/i18n/index.ts +0 -11
  1272. package/dist/components/SpeedMultiMeter/SpeedMultiMeter.tsx +0 -119
  1273. package/dist/components/SpeedMultiMeter/i18n/index.ts +0 -11
  1274. package/dist/components/SplitPane/SplitPane.tsx +0 -94
  1275. package/dist/components/Stack/Stack.tsx +0 -35
  1276. package/dist/components/TableSkeleton/TableSkeleton.tsx +0 -29
  1277. package/dist/components/TableWithControlsLayout/TableWithControlsLayout.tsx +0 -43
  1278. package/dist/components/Tablet/Tablet.tsx +0 -38
  1279. package/dist/components/TabletIcon/TabletIcon.tsx +0 -18
  1280. package/dist/components/TabletsOverall/TabletsOverall.tsx +0 -105
  1281. package/dist/components/TabletsStatistic/TabletsStatistic.tsx +0 -63
  1282. package/dist/components/Tag/Tag.tsx +0 -16
  1283. package/dist/components/Tags/Tags.tsx +0 -22
  1284. package/dist/components/TimeFrameSelector/TimeFrameSelector.tsx +0 -33
  1285. package/dist/components/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.tsx +0 -31
  1286. package/dist/components/TooltipsContent/PoolTooltipContent/PoolTooltipContent.tsx +0 -24
  1287. package/dist/components/TooltipsContent/TabletTooltipContent/TabletTooltipContent.tsx +0 -34
  1288. package/dist/components/TruncatedQuery/TruncatedQuery.tsx +0 -42
  1289. package/dist/components/UptimeFIlter/UptimeFilter.tsx +0 -22
  1290. package/dist/components/UsageLabel/UsageLabel.tsx +0 -24
  1291. package/dist/components/VirtualTable/TableChunk.tsx +0 -85
  1292. package/dist/components/VirtualTable/TableHead.tsx +0 -240
  1293. package/dist/components/VirtualTable/TableRow.tsx +0 -104
  1294. package/dist/components/VirtualTable/VirtualTable.tsx +0 -297
  1295. package/dist/components/VirtualTable/constants.ts +0 -17
  1296. package/dist/components/VirtualTable/i18n/index.ts +0 -11
  1297. package/dist/components/VirtualTable/reducer.ts +0 -143
  1298. package/dist/components/VirtualTable/shared.ts +0 -3
  1299. package/dist/components/VirtualTable/types.ts +0 -61
  1300. package/dist/components/VirtualTable/useIntersectionObserver.ts +0 -43
  1301. package/dist/containers/AsideNavigation/AsideNavigation.tsx +0 -271
  1302. package/dist/containers/AsideNavigation/i18n/index.ts +0 -11
  1303. package/dist/containers/Authentication/Authentication.tsx +0 -152
  1304. package/dist/containers/Cluster/Cluster.tsx +0 -167
  1305. package/dist/containers/Cluster/ClusterInfo/ClusterInfo.tsx +0 -280
  1306. package/dist/containers/Cluster/ClusterInfo/utils.ts +0 -13
  1307. package/dist/containers/Cluster/ClusterInfoSkeleton/ClusterInfoSkeleton.tsx +0 -34
  1308. package/dist/containers/Cluster/VersionsBar/VersionsBar.tsx +0 -33
  1309. package/dist/containers/Cluster/i18n/index.ts +0 -11
  1310. package/dist/containers/Cluster/utils.tsx +0 -34
  1311. package/dist/containers/Header/Header.tsx +0 -112
  1312. package/dist/containers/Header/breadcrumbs.tsx +0 -174
  1313. package/dist/containers/Heatmap/Heatmap.tsx +0 -204
  1314. package/dist/containers/Node/Node.tsx +0 -168
  1315. package/dist/containers/Node/NodePages.ts +0 -33
  1316. package/dist/containers/Node/NodeStructure/NodeStructure.tsx +0 -137
  1317. package/dist/containers/Node/NodeStructure/PDiskTitleBadge.tsx +0 -19
  1318. package/dist/containers/Node/NodeStructure/Pdisk.tsx +0 -338
  1319. package/dist/containers/Node/NodeStructure/Vdisk.tsx +0 -132
  1320. package/dist/containers/Node/i18n/index.ts +0 -11
  1321. package/dist/containers/Nodes/Nodes.tsx +0 -185
  1322. package/dist/containers/Nodes/NodesWrapper.tsx +0 -22
  1323. package/dist/containers/Nodes/VirtualNodes.tsx +0 -142
  1324. package/dist/containers/Nodes/getNodes.ts +0 -26
  1325. package/dist/containers/Nodes/getNodesColumns.tsx +0 -293
  1326. package/dist/containers/Nodes/i18n/index.ts +0 -11
  1327. package/dist/containers/Storage/DiskStateProgressBar/DiskStateProgressBar.tsx +0 -82
  1328. package/dist/containers/Storage/EmptyFilter/EmptyFilter.tsx +0 -34
  1329. package/dist/containers/Storage/EmptyFilter/i18n/index.ts +0 -11
  1330. package/dist/containers/Storage/PDisk/PDisk.tsx +0 -176
  1331. package/dist/containers/Storage/PDisk/__tests__/colors.tsx +0 -100
  1332. package/dist/containers/Storage/PDiskPopup/PDiskPopup.tsx +0 -79
  1333. package/dist/containers/Storage/Storage.tsx +0 -240
  1334. package/dist/containers/Storage/StorageControls/StorageControls.tsx +0 -104
  1335. package/dist/containers/Storage/StorageGroups/StorageGroups.tsx +0 -59
  1336. package/dist/containers/Storage/StorageGroups/StorageGroupsEmptyDataMessage.tsx +0 -30
  1337. package/dist/containers/Storage/StorageGroups/VirtualStorageGroups.tsx +0 -94
  1338. package/dist/containers/Storage/StorageGroups/getGroups.ts +0 -21
  1339. package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.tsx +0 -297
  1340. package/dist/containers/Storage/StorageGroups/i18n/index.ts +0 -11
  1341. package/dist/containers/Storage/StorageNodes/StorageNodes.tsx +0 -70
  1342. package/dist/containers/Storage/StorageNodes/StorageNodesEmptyDataMessage.tsx +0 -44
  1343. package/dist/containers/Storage/StorageNodes/VirtualStorageNodes.tsx +0 -105
  1344. package/dist/containers/Storage/StorageNodes/getNodes.ts +0 -26
  1345. package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.tsx +0 -125
  1346. package/dist/containers/Storage/StorageNodes/i18n/index.ts +0 -11
  1347. package/dist/containers/Storage/StorageNodes/shared.ts +0 -9
  1348. package/dist/containers/Storage/StorageTypeFilter/StorageTypeFilter.tsx +0 -29
  1349. package/dist/containers/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.tsx +0 -33
  1350. package/dist/containers/Storage/StorageWrapper.tsx +0 -23
  1351. package/dist/containers/Storage/UsageFilter/UsageFilter.tsx +0 -99
  1352. package/dist/containers/Storage/UsageFilter/i18n/index.ts +0 -11
  1353. package/dist/containers/Storage/VDisk/VDisk.tsx +0 -157
  1354. package/dist/containers/Storage/VDisk/__tests__/colors.tsx +0 -209
  1355. package/dist/containers/Storage/VDiskPopup/VDiskPopup.tsx +0 -162
  1356. package/dist/containers/Storage/VirtualStorage.tsx +0 -112
  1357. package/dist/containers/Storage/i18n/index.ts +0 -11
  1358. package/dist/containers/Storage/shared.ts +0 -3
  1359. package/dist/containers/Storage/utils/constants.ts +0 -3
  1360. package/dist/containers/Storage/utils/index.ts +0 -40
  1361. package/dist/containers/Storage/utils/types.ts +0 -6
  1362. package/dist/containers/Tablet/Tablet.tsx +0 -155
  1363. package/dist/containers/Tablet/TabletControls/TabletControls.tsx +0 -151
  1364. package/dist/containers/Tablet/TabletInfo/TabletInfo.tsx +0 -80
  1365. package/dist/containers/Tablet/TabletTable/TabletTable.tsx +0 -81
  1366. package/dist/containers/Tablet/i18n/index.ts +0 -11
  1367. package/dist/containers/Tablets/Tablets.tsx +0 -150
  1368. package/dist/containers/Tablets/i18n/index.ts +0 -11
  1369. package/dist/containers/Tenant/Acl/Acl.tsx +0 -137
  1370. package/dist/containers/Tenant/Diagnostics/Consumers/Consumers.tsx +0 -118
  1371. package/dist/containers/Tenant/Diagnostics/Consumers/Headers/Headers.tsx +0 -20
  1372. package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.tsx +0 -43
  1373. package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.tsx +0 -92
  1374. package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.ts +0 -11
  1375. package/dist/containers/Tenant/Diagnostics/Consumers/utils/constants.ts +0 -23
  1376. package/dist/containers/Tenant/Diagnostics/Describe/Describe.tsx +0 -117
  1377. package/dist/containers/Tenant/Diagnostics/DetailedOverview/DetailedOverview.tsx +0 -47
  1378. package/dist/containers/Tenant/Diagnostics/Diagnostics.tsx +0 -211
  1379. package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.ts +0 -112
  1380. package/dist/containers/Tenant/Diagnostics/Network/utils.ts +0 -6
  1381. package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.tsx +0 -67
  1382. package/dist/containers/Tenant/Diagnostics/Overview/Overview.tsx +0 -152
  1383. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/TableInfo.tsx +0 -73
  1384. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.ts +0 -11
  1385. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.ts +0 -252
  1386. package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.tsx +0 -37
  1387. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/TopicStats.tsx +0 -111
  1388. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.ts +0 -11
  1389. package/dist/containers/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.ts +0 -41
  1390. package/dist/containers/Tenant/Diagnostics/Partitions/Headers/Headers.tsx +0 -62
  1391. package/dist/containers/Tenant/Diagnostics/Partitions/Partitions.tsx +0 -173
  1392. package/dist/containers/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.tsx +0 -175
  1393. package/dist/containers/Tenant/Diagnostics/Partitions/columns/columns.tsx +0 -255
  1394. package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.ts +0 -11
  1395. package/dist/containers/Tenant/Diagnostics/Partitions/utils/constants.ts +0 -86
  1396. package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.ts +0 -26
  1397. package/dist/containers/Tenant/Diagnostics/Partitions/utils/types.ts +0 -6
  1398. package/dist/containers/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.ts +0 -27
  1399. package/dist/containers/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.tsx +0 -6
  1400. package/dist/containers/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.ts +0 -46
  1401. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.tsx +0 -52
  1402. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.tsx +0 -93
  1403. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.tsx +0 -86
  1404. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.tsx +0 -25
  1405. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.ts +0 -11
  1406. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.tsx +0 -48
  1407. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.tsx +0 -145
  1408. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.tsx +0 -24
  1409. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.tsx +0 -68
  1410. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.tsx +0 -68
  1411. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.tsx +0 -99
  1412. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.tsx +0 -72
  1413. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.ts +0 -14
  1414. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.tsx +0 -89
  1415. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.tsx +0 -16
  1416. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.tsx +0 -70
  1417. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.ts +0 -17
  1418. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.tsx +0 -176
  1419. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.tsx +0 -52
  1420. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.tsx +0 -72
  1421. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.tsx +0 -66
  1422. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.tsx +0 -93
  1423. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.ts +0 -17
  1424. package/dist/containers/Tenant/Diagnostics/TenantOverview/getSectionTitle.tsx +0 -28
  1425. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.ts +0 -11
  1426. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/ru.json +0 -33
  1427. package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.ts +0 -53
  1428. package/dist/containers/Tenant/Diagnostics/TenantOverview/utils.ts +0 -3
  1429. package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.tsx +0 -205
  1430. package/dist/containers/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.tsx +0 -102
  1431. package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.ts +0 -11
  1432. package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.tsx +0 -56
  1433. package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.tsx +0 -252
  1434. package/dist/containers/Tenant/Diagnostics/TopShards/getTopShardsColumns.tsx +0 -138
  1435. package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.ts +0 -11
  1436. package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.tsx +0 -81
  1437. package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.tsx +0 -101
  1438. package/dist/containers/Tenant/Info/i18n/index.ts +0 -11
  1439. package/dist/containers/Tenant/ObjectGeneral/ObjectGeneral.tsx +0 -63
  1440. package/dist/containers/Tenant/ObjectSummary/ObjectSummary.tsx +0 -381
  1441. package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.tsx +0 -232
  1442. package/dist/containers/Tenant/Query/ExplainResult/utils.ts +0 -6
  1443. package/dist/containers/Tenant/Query/Issues/Issues.tsx +0 -173
  1444. package/dist/containers/Tenant/Query/Issues/models.ts +0 -16
  1445. package/dist/containers/Tenant/Query/Preview/Preview.tsx +0 -121
  1446. package/dist/containers/Tenant/Query/QueriesHistory/QueriesHistory.tsx +0 -84
  1447. package/dist/containers/Tenant/Query/Query.tsx +0 -73
  1448. package/dist/containers/Tenant/Query/QueryDuration/QueryDuration.tsx +0 -33
  1449. package/dist/containers/Tenant/Query/QueryEditorControls/QueryEditorControls.tsx +0 -143
  1450. package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.tsx +0 -59
  1451. package/dist/containers/Tenant/Query/SavedQueries/SavedQueries.tsx +0 -150
  1452. package/dist/containers/Tenant/Query/i18n/index.ts +0 -11
  1453. package/dist/containers/Tenant/Query/utils/getPreparedResult.ts +0 -29
  1454. package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.tsx +0 -91
  1455. package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.tsx +0 -107
  1456. package/dist/containers/Tenant/Tenant.tsx +0 -138
  1457. package/dist/containers/Tenant/TenantPages.tsx +0 -31
  1458. package/dist/containers/Tenant/i18n/index.ts +0 -11
  1459. package/dist/containers/Tenant/utils/constants.ts +0 -10
  1460. package/dist/containers/Tenant/utils/index.ts +0 -8
  1461. package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.tsx +0 -126
  1462. package/dist/containers/Tenant/utils/queryTemplates.ts +0 -113
  1463. package/dist/containers/Tenant/utils/schema.ts +0 -247
  1464. package/dist/containers/Tenant/utils/schemaActions.ts +0 -149
  1465. package/dist/containers/Tenant/utils/schemaControls.tsx +0 -69
  1466. package/dist/containers/Tenants/Tenants.tsx +0 -263
  1467. package/dist/containers/UserSettings/Setting.tsx +0 -93
  1468. package/dist/containers/UserSettings/UserSettings.tsx +0 -40
  1469. package/dist/containers/UserSettings/i18n/index.ts +0 -11
  1470. package/dist/containers/UserSettings/settings.ts +0 -122
  1471. package/dist/containers/Versions/GroupedNodesTree/GroupedNodesTree.tsx +0 -98
  1472. package/dist/containers/Versions/NodesTable/NodesTable.tsx +0 -120
  1473. package/dist/containers/Versions/NodesTreeTitle/NodesTreeTitle.tsx +0 -65
  1474. package/dist/containers/Versions/Versions.tsx +0 -129
  1475. package/dist/containers/Versions/groupNodes.ts +0 -124
  1476. package/dist/containers/Versions/types.ts +0 -16
  1477. package/dist/contexts/HistoryContext.ts +0 -6
  1478. package/dist/index.tsx +0 -36
  1479. package/dist/react-app-env.d.ts +0 -1
  1480. package/dist/reportWebVitals.ts +0 -15
  1481. package/dist/routes.ts +0 -77
  1482. package/dist/services/api.ts +0 -426
  1483. package/dist/services/settings.ts +0 -109
  1484. package/dist/setupTests.js +0 -17
  1485. package/dist/store/getUrlData.ts +0 -27
  1486. package/dist/store/reducers/authentication/authentication.ts +0 -69
  1487. package/dist/store/reducers/authentication/types.ts +0 -15
  1488. package/dist/store/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.ts +0 -121
  1489. package/dist/store/reducers/cluster/cluster.ts +0 -95
  1490. package/dist/store/reducers/cluster/types.ts +0 -39
  1491. package/dist/store/reducers/cluster/utils.ts +0 -88
  1492. package/dist/store/reducers/clusterNodes/clusterNodes.tsx +0 -68
  1493. package/dist/store/reducers/clusterNodes/types.ts +0 -22
  1494. package/dist/store/reducers/describe.ts +0 -145
  1495. package/dist/store/reducers/executeQuery.ts +0 -239
  1496. package/dist/store/reducers/executeTopQueries/executeTopQueries.ts +0 -122
  1497. package/dist/store/reducers/executeTopQueries/types.ts +0 -28
  1498. package/dist/store/reducers/executeTopQueries/utils.ts +0 -36
  1499. package/dist/store/reducers/explainQuery.ts +0 -162
  1500. package/dist/store/reducers/fullscreen.ts +0 -31
  1501. package/dist/store/reducers/header/header.ts +0 -31
  1502. package/dist/store/reducers/header/types.ts +0 -54
  1503. package/dist/store/reducers/healthcheckInfo.ts +0 -169
  1504. package/dist/store/reducers/heatmap.ts +0 -120
  1505. package/dist/store/reducers/host.ts +0 -48
  1506. package/dist/store/reducers/hotKeys.js +0 -57
  1507. package/dist/store/reducers/index.ts +0 -99
  1508. package/dist/store/reducers/network/network.ts +0 -69
  1509. package/dist/store/reducers/network/types.ts +0 -16
  1510. package/dist/store/reducers/node/node.ts +0 -102
  1511. package/dist/store/reducers/node/selectors.ts +0 -59
  1512. package/dist/store/reducers/node/types.ts +0 -46
  1513. package/dist/store/reducers/nodes/nodes.ts +0 -150
  1514. package/dist/store/reducers/nodes/selectors.ts +0 -74
  1515. package/dist/store/reducers/nodes/types.ts +0 -120
  1516. package/dist/store/reducers/nodes/utils.ts +0 -75
  1517. package/dist/store/reducers/nodesList.ts +0 -55
  1518. package/dist/store/reducers/olapStats.ts +0 -79
  1519. package/dist/store/reducers/overview/overview.ts +0 -109
  1520. package/dist/store/reducers/overview/types.ts +0 -24
  1521. package/dist/store/reducers/partitions/partitions.ts +0 -104
  1522. package/dist/store/reducers/partitions/types.ts +0 -47
  1523. package/dist/store/reducers/partitions/utils.ts +0 -99
  1524. package/dist/store/reducers/preview.ts +0 -79
  1525. package/dist/store/reducers/saveQuery.ts +0 -35
  1526. package/dist/store/reducers/schema/schema.ts +0 -203
  1527. package/dist/store/reducers/schema/types.ts +0 -53
  1528. package/dist/store/reducers/schemaAcl/schemaAcl.ts +0 -72
  1529. package/dist/store/reducers/schemaAcl/types.ts +0 -17
  1530. package/dist/store/reducers/settings/settings.ts +0 -95
  1531. package/dist/store/reducers/settings/types.ts +0 -25
  1532. package/dist/store/reducers/shardsWorkload/shardsWorkload.ts +0 -207
  1533. package/dist/store/reducers/shardsWorkload/types.ts +0 -33
  1534. package/dist/store/reducers/singleClusterMode.ts +0 -5
  1535. package/dist/store/reducers/storage/constants.ts +0 -10
  1536. package/dist/store/reducers/storage/selectors.ts +0 -159
  1537. package/dist/store/reducers/storage/storage.ts +0 -239
  1538. package/dist/store/reducers/storage/types.ts +0 -124
  1539. package/dist/store/reducers/storage/utils.ts +0 -216
  1540. package/dist/store/reducers/tablet.ts +0 -142
  1541. package/dist/store/reducers/tablets.ts +0 -100
  1542. package/dist/store/reducers/tenant/constants.ts +0 -40
  1543. package/dist/store/reducers/tenant/tenant.ts +0 -172
  1544. package/dist/store/reducers/tenant/types.ts +0 -51
  1545. package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.ts +0 -93
  1546. package/dist/store/reducers/tenantOverview/executeTopTables/types.ts +0 -14
  1547. package/dist/store/reducers/tenantOverview/topNodesByCpu/topNodesByCpu.ts +0 -87
  1548. package/dist/store/reducers/tenantOverview/topNodesByCpu/types.ts +0 -29
  1549. package/dist/store/reducers/tenantOverview/topNodesByLoad/topNodesByLoad.ts +0 -87
  1550. package/dist/store/reducers/tenantOverview/topNodesByLoad/types.ts +0 -29
  1551. package/dist/store/reducers/tenantOverview/topNodesByMemory/topNodesByMemory.ts +0 -87
  1552. package/dist/store/reducers/tenantOverview/topNodesByMemory/types.ts +0 -29
  1553. package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.ts +0 -93
  1554. package/dist/store/reducers/tenantOverview/topQueries/types.ts +0 -14
  1555. package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.ts +0 -103
  1556. package/dist/store/reducers/tenantOverview/topShards/types.ts +0 -14
  1557. package/dist/store/reducers/tenantOverview/topShards/utils.ts +0 -3
  1558. package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.ts +0 -98
  1559. package/dist/store/reducers/tenantOverview/topStorageGroups/types.ts +0 -29
  1560. package/dist/store/reducers/tenantOverview/topStorageGroups/utils.ts +0 -20
  1561. package/dist/store/reducers/tenants/contants.ts +0 -6
  1562. package/dist/store/reducers/tenants/selectors.ts +0 -46
  1563. package/dist/store/reducers/tenants/tenants.ts +0 -73
  1564. package/dist/store/reducers/tenants/types.ts +0 -36
  1565. package/dist/store/reducers/tenants/utils.ts +0 -185
  1566. package/dist/store/reducers/tooltip.ts +0 -81
  1567. package/dist/store/reducers/topic.ts +0 -152
  1568. package/dist/store/utils.ts +0 -97
  1569. package/dist/types/additionalProps.ts +0 -33
  1570. package/dist/types/api/acl.ts +0 -25
  1571. package/dist/types/api/cluster.ts +0 -40
  1572. package/dist/types/api/compute.ts +0 -67
  1573. package/dist/types/api/consumer.ts +0 -259
  1574. package/dist/types/api/enums.ts +0 -10
  1575. package/dist/types/api/error.ts +0 -24
  1576. package/dist/types/api/healthcheck.ts +0 -91
  1577. package/dist/types/api/netInfo.ts +0 -48
  1578. package/dist/types/api/nodes.ts +0 -127
  1579. package/dist/types/api/nodesList.ts +0 -25
  1580. package/dist/types/api/pdisk.ts +0 -61
  1581. package/dist/types/api/query.ts +0 -313
  1582. package/dist/types/api/render.ts +0 -34
  1583. package/dist/types/api/schema/cdcStream.ts +0 -32
  1584. package/dist/types/api/schema/columnEntity.ts +0 -138
  1585. package/dist/types/api/schema/externalDataSource.ts +0 -24
  1586. package/dist/types/api/schema/externalTable.ts +0 -14
  1587. package/dist/types/api/schema/index.ts +0 -10
  1588. package/dist/types/api/schema/persQueueGroup.ts +0 -191
  1589. package/dist/types/api/schema/schema.ts +0 -302
  1590. package/dist/types/api/schema/shared.ts +0 -42
  1591. package/dist/types/api/schema/table.ts +0 -616
  1592. package/dist/types/api/schema/tableIndex.ts +0 -33
  1593. package/dist/types/api/storage.ts +0 -106
  1594. package/dist/types/api/systemState.ts +0 -13
  1595. package/dist/types/api/tablet.ts +0 -121
  1596. package/dist/types/api/tenant.ts +0 -164
  1597. package/dist/types/api/topic.ts +0 -158
  1598. package/dist/types/api/vdisk.ts +0 -132
  1599. package/dist/types/api/whoami.ts +0 -19
  1600. package/dist/types/assets.d.ts +0 -11
  1601. package/dist/types/common.ts +0 -1
  1602. package/dist/types/index.ts +0 -34
  1603. package/dist/types/react-json-inspector.d.ts +0 -21
  1604. package/dist/types/react-list.d.ts +0 -4
  1605. package/dist/types/store/describe.ts +0 -40
  1606. package/dist/types/store/executeQuery.ts +0 -50
  1607. package/dist/types/store/explainQuery.ts +0 -38
  1608. package/dist/types/store/healthcheck.ts +0 -31
  1609. package/dist/types/store/heatmap.ts +0 -51
  1610. package/dist/types/store/host.ts +0 -23
  1611. package/dist/types/store/nodesList.ts +0 -24
  1612. package/dist/types/store/olapStats.ts +0 -14
  1613. package/dist/types/store/query.ts +0 -43
  1614. package/dist/types/store/tablet.ts +0 -54
  1615. package/dist/types/store/tablets.ts +0 -42
  1616. package/dist/types/store/tooltip.ts +0 -27
  1617. package/dist/types/store/topic.ts +0 -39
  1618. package/dist/types/versions.ts +0 -9
  1619. package/dist/types/window.d.ts +0 -46
  1620. package/dist/utils/autofetcher.ts +0 -62
  1621. package/dist/utils/bytesParsers/__test__/formatBytes.test.ts +0 -47
  1622. package/dist/utils/bytesParsers/convertBytesObjectToSpeed.ts +0 -24
  1623. package/dist/utils/bytesParsers/formatBytes.ts +0 -132
  1624. package/dist/utils/bytesParsers/i18n/index.ts +0 -11
  1625. package/dist/utils/cn.ts +0 -3
  1626. package/dist/utils/constants.ts +0 -129
  1627. package/dist/utils/createToast.tsx +0 -23
  1628. package/dist/utils/dataFormatters/__test__/roundToSignificant.test.ts +0 -22
  1629. package/dist/utils/dataFormatters/dataFormatters.ts +0 -154
  1630. package/dist/utils/dataFormatters/i18n/index.ts +0 -11
  1631. package/dist/utils/developerUI/__test__/developerUI.test.ts +0 -50
  1632. package/dist/utils/developerUI/developerUI.ts +0 -42
  1633. package/dist/utils/diagnostics.ts +0 -24
  1634. package/dist/utils/error.ts +0 -24
  1635. package/dist/utils/filters.ts +0 -23
  1636. package/dist/utils/generateEvaluator.ts +0 -21
  1637. package/dist/utils/generateHash.ts +0 -11
  1638. package/dist/utils/hooks/index.ts +0 -9
  1639. package/dist/utils/hooks/useAutofetcher.ts +0 -35
  1640. package/dist/utils/hooks/useNodesRequestParams.ts +0 -42
  1641. package/dist/utils/hooks/useQueryModes.ts +0 -7
  1642. package/dist/utils/hooks/useSearchQuery.ts +0 -9
  1643. package/dist/utils/hooks/useSetting.ts +0 -24
  1644. package/dist/utils/hooks/useStorageRequestParams.ts +0 -28
  1645. package/dist/utils/hooks/useTableResize.ts +0 -53
  1646. package/dist/utils/hooks/useTableSort.ts +0 -37
  1647. package/dist/utils/hooks/useTypedSelector.ts +0 -5
  1648. package/dist/utils/i18n/i18n.ts +0 -22
  1649. package/dist/utils/index.ts +0 -3
  1650. package/dist/utils/monaco.ts +0 -69
  1651. package/dist/utils/nodes.ts +0 -64
  1652. package/dist/utils/numeral.ts +0 -8
  1653. package/dist/utils/pdisk.ts +0 -74
  1654. package/dist/utils/prepareQueryExplain.ts +0 -115
  1655. package/dist/utils/query.test.ts +0 -182
  1656. package/dist/utils/query.ts +0 -243
  1657. package/dist/utils/registerError.ts +0 -18
  1658. package/dist/utils/storage.ts +0 -40
  1659. package/dist/utils/tablet.ts +0 -54
  1660. package/dist/utils/tests/providers.tsx +0 -26
  1661. package/dist/utils/timeParsers/__test__/formatDuration.test.ts +0 -50
  1662. package/dist/utils/timeParsers/__test__/protobuf.test.ts +0 -74
  1663. package/dist/utils/timeParsers/formatDuration.ts +0 -74
  1664. package/dist/utils/timeParsers/i18n/index.ts +0 -11
  1665. package/dist/utils/timeParsers/parsers.ts +0 -27
  1666. package/dist/utils/timeParsers/protobufParsers.ts +0 -36
  1667. package/dist/utils/timeframes.ts +0 -10
  1668. package/dist/utils/typecheckers.ts +0 -5
  1669. package/dist/utils/versions/getVersionsColors.ts +0 -99
  1670. package/dist/utils/versions/parseNodesToVersionsValues.ts +0 -28
  1671. package/dist/utils/versions/parseVersion.ts +0 -23
  1672. /package/dist/components/BasicNodeViewer/{index.ts → index.d.ts} +0 -0
  1673. /package/dist/components/ClipboardButton/{index.ts → index.d.ts} +0 -0
  1674. /package/dist/components/CriticalActionDialog/{index.ts → index.d.ts} +0 -0
  1675. /package/dist/components/DateRange/{index.ts → index.d.ts} +0 -0
  1676. /package/dist/components/EmptyState/{index.ts → index.d.ts} +0 -0
  1677. /package/dist/components/EntitiesCount/{index.ts → index.d.ts} +0 -0
  1678. /package/dist/components/Errors/403/{index.ts → index.d.ts} +0 -0
  1679. /package/dist/components/Errors/ResponseError/{index.ts → index.d.ts} +0 -0
  1680. /package/dist/components/Icon/{index.ts → index.d.ts} +0 -0
  1681. /package/dist/components/Illustration/{index.ts → index.d.ts} +0 -0
  1682. /package/dist/components/InfoViewer/formatters/{index.ts → index.d.ts} +0 -0
  1683. /package/dist/components/InfoViewer/schemaInfo/{index.ts → index.d.ts} +0 -0
  1684. /package/dist/components/InfoViewer/schemaOverview/{index.ts → index.d.ts} +0 -0
  1685. /package/dist/components/InternalLink/{index.ts → index.d.ts} +0 -0
  1686. /package/dist/components/LabelWithPopover/{index.ts → index.d.ts} +0 -0
  1687. /package/dist/components/LagImages/{index.ts → index.d.ts} +0 -0
  1688. /package/dist/components/LagPopoverContent/{index.ts → index.d.ts} +0 -0
  1689. /package/dist/components/Loader/{index.ts → index.d.ts} +0 -0
  1690. /package/dist/components/ProblemFilter/{index.ts → index.d.ts} +0 -0
  1691. /package/dist/components/QueryExecutionStatus/{index.ts → index.d.ts} +0 -0
  1692. /package/dist/components/QueryResultTable/Cell/{index.ts → index.d.ts} +0 -0
  1693. /package/dist/components/QueryResultTable/{index.ts → index.d.ts} +0 -0
  1694. /package/dist/components/Search/{index.ts → index.d.ts} +0 -0
  1695. /package/dist/components/SpeedMultiMeter/{index.ts → index.d.ts} +0 -0
  1696. /package/dist/components/Tablet/{index.ts → index.d.ts} +0 -0
  1697. /package/dist/{containers/Tablet/index.ts → components/Tablet/index.js} +0 -0
  1698. /package/dist/components/TabletsStatistic/{index.ts → index.d.ts} +0 -0
  1699. /package/dist/components/Tag/{index.ts → index.d.ts} +0 -0
  1700. /package/dist/components/Tags/{index.ts → index.d.ts} +0 -0
  1701. /package/dist/components/TooltipsContent/{index.ts → index.d.ts} +0 -0
  1702. /package/dist/components/UptimeFIlter/{index.ts → index.d.ts} +0 -0
  1703. /package/dist/components/VirtualTable/{index.ts → index.d.ts} +0 -0
  1704. /package/dist/containers/Heatmap/{index.ts → index.d.ts} +0 -0
  1705. /package/dist/containers/Nodes/{index.ts → index.d.ts} +0 -0
  1706. /package/dist/containers/Storage/DiskStateProgressBar/{index.ts → index.d.ts} +0 -0
  1707. /package/dist/containers/Storage/PDisk/{index.ts → index.d.ts} +0 -0
  1708. /package/dist/containers/Storage/PDiskPopup/{index.ts → index.d.ts} +0 -0
  1709. /package/dist/containers/Storage/UsageFilter/{index.ts → index.d.ts} +0 -0
  1710. /package/dist/containers/Storage/VDisk/{index.ts → index.d.ts} +0 -0
  1711. /package/dist/containers/Storage/VDiskPopup/{index.ts → index.d.ts} +0 -0
  1712. /package/dist/containers/Tablet/TabletControls/{index.ts → index.d.ts} +0 -0
  1713. /package/dist/containers/Tablet/TabletInfo/{index.ts → index.d.ts} +0 -0
  1714. /package/dist/containers/Tablet/TabletTable/{index.ts → index.d.ts} +0 -0
  1715. /package/dist/containers/Tablets/{index.ts → index.d.ts} +0 -0
  1716. /package/dist/containers/Tenant/Diagnostics/Consumers/Headers/{index.ts → index.d.ts} +0 -0
  1717. /package/dist/containers/Tenant/Diagnostics/{Partitions/Headers/index.ts → Consumers/Headers/index.js} +0 -0
  1718. /package/dist/containers/Tenant/Diagnostics/Consumers/TopicStats/{index.ts → index.d.ts} +0 -0
  1719. /package/dist/containers/Tenant/Diagnostics/Consumers/columns/{index.ts → index.d.ts} +0 -0
  1720. /package/dist/containers/Tenant/Diagnostics/{Partitions/columns/index.ts → Consumers/columns/index.js} +0 -0
  1721. /package/dist/containers/Tenant/Diagnostics/Consumers/{index.ts → index.d.ts} +0 -0
  1722. /package/dist/containers/Tenant/Diagnostics/Overview/ChangefeedInfo/{index.ts → index.d.ts} +0 -0
  1723. /package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/{index.ts → index.d.ts} +0 -0
  1724. /package/dist/containers/Tenant/Diagnostics/Overview/TopicInfo/{index.ts → index.d.ts} +0 -0
  1725. /package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/{index.ts → index.d.ts} +0 -0
  1726. /package/dist/containers/Tenant/Diagnostics/Overview/utils/{index.ts → index.d.ts} +0 -0
  1727. /package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/{index.ts → index.d.ts} +0 -0
  1728. /package/dist/containers/Tenant/Diagnostics/TopQueries/{index.ts → index.d.ts} +0 -0
  1729. /package/dist/containers/Tenant/Diagnostics/TopShards/Filters/{index.ts → index.d.ts} +0 -0
  1730. /package/dist/containers/Tenant/Diagnostics/TopShards/{index.ts → index.d.ts} +0 -0
  1731. /package/dist/types/api/{common.ts → common.d.ts} +0 -0
  1732. /package/dist/utils/bytesParsers/{index.ts → index.d.ts} +0 -0
  1733. /package/dist/utils/i18n/{index.ts → index.d.ts} +0 -0
  1734. /package/dist/utils/timeParsers/{index.ts → index.d.ts} +0 -0
  1735. /package/dist/utils/versions/{index.ts → index.d.ts} +0 -0
@@ -0,0 +1,105 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { NodesUptimeFilterValues } from '../../../utils/nodes';
13
+ import { EVersion } from '../../../types/api/compute';
14
+ import { createRequestActionTypes, createApiRequest } from '../../utils';
15
+ import { prepareComputeNodesData, prepareNodesData } from './utils';
16
+ export const FETCH_NODES = createRequestActionTypes('nodes', 'FETCH_NODES');
17
+ const RESET_NODES_STATE = 'nodes/RESET_NODES_STATE';
18
+ const SET_NODES_UPTIME_FILTER = 'nodes/SET_NODES_UPTIME_FILTER';
19
+ const SET_DATA_WAS_NOT_LOADED = 'nodes/SET_DATA_WAS_NOT_LOADED';
20
+ const SET_SEARCH_VALUE = 'nodes/SET_SEARCH_VALUE';
21
+ const SET_SORT = 'nodes/SET_SORT';
22
+ const initialState = {
23
+ loading: false,
24
+ wasLoaded: false,
25
+ nodesUptimeFilter: NodesUptimeFilterValues.All,
26
+ searchValue: '',
27
+ };
28
+ const nodes = (state = initialState, action) => {
29
+ var _a, _b, _c;
30
+ switch (action.type) {
31
+ case FETCH_NODES.REQUEST: {
32
+ return Object.assign(Object.assign({}, state), { loading: true });
33
+ }
34
+ case FETCH_NODES.SUCCESS: {
35
+ return Object.assign(Object.assign({}, state), { data: (_a = action.data) === null || _a === void 0 ? void 0 : _a.Nodes, totalNodes: (_b = action.data) === null || _b === void 0 ? void 0 : _b.TotalNodes, loading: false, wasLoaded: true, error: undefined });
36
+ }
37
+ case FETCH_NODES.FAILURE: {
38
+ if ((_c = action.error) === null || _c === void 0 ? void 0 : _c.isCancelled) {
39
+ return state;
40
+ }
41
+ return Object.assign(Object.assign({}, state), { error: action.error, loading: false });
42
+ }
43
+ case RESET_NODES_STATE: {
44
+ return Object.assign(Object.assign({}, state), { loading: initialState.loading, wasLoaded: initialState.wasLoaded, nodesUptimeFilter: initialState.nodesUptimeFilter, searchValue: initialState.searchValue });
45
+ }
46
+ case SET_NODES_UPTIME_FILTER: {
47
+ return Object.assign(Object.assign({}, state), { nodesUptimeFilter: action.data });
48
+ }
49
+ case SET_SEARCH_VALUE: {
50
+ return Object.assign(Object.assign({}, state), { searchValue: action.data });
51
+ }
52
+ case SET_SORT: {
53
+ return Object.assign(Object.assign({}, state), { sortValue: action.data.sortValue, sortOrder: action.data.sortOrder });
54
+ }
55
+ case SET_DATA_WAS_NOT_LOADED: {
56
+ return Object.assign(Object.assign({}, state), { wasLoaded: false });
57
+ }
58
+ default:
59
+ return state;
60
+ }
61
+ };
62
+ const concurrentId = 'getNodes';
63
+ export function getNodes(_a) {
64
+ var { type = 'any', storage = false } = _a, params = __rest(_a, ["type", "storage"]);
65
+ return createApiRequest({
66
+ request: window.api.getNodes(Object.assign({ type, storage }, params), { concurrentId }),
67
+ actions: FETCH_NODES,
68
+ dataHandler: prepareNodesData,
69
+ });
70
+ }
71
+ export function getComputeNodes(_a) {
72
+ var { version = EVersion.v2 } = _a, params = __rest(_a, ["version"]);
73
+ return createApiRequest({
74
+ request: window.api.getCompute(Object.assign({ version }, params), { concurrentId }),
75
+ actions: FETCH_NODES,
76
+ dataHandler: prepareComputeNodesData,
77
+ });
78
+ }
79
+ export const resetNodesState = () => {
80
+ return {
81
+ type: RESET_NODES_STATE,
82
+ };
83
+ };
84
+ export const setNodesUptimeFilter = (value) => ({
85
+ type: SET_NODES_UPTIME_FILTER,
86
+ data: value,
87
+ });
88
+ export const setDataWasNotLoaded = () => {
89
+ return {
90
+ type: SET_DATA_WAS_NOT_LOADED,
91
+ };
92
+ };
93
+ export const setSearchValue = (value) => {
94
+ return {
95
+ type: SET_SEARCH_VALUE,
96
+ data: value,
97
+ };
98
+ };
99
+ export const setSort = (sortParams) => {
100
+ return {
101
+ type: SET_SORT,
102
+ data: sortParams,
103
+ };
104
+ };
105
+ export default nodes;
@@ -0,0 +1,7 @@
1
+ import { Selector } from 'reselect';
2
+ import { NodesUptimeFilterValues } from '../../../utils/nodes';
3
+ import type { NodesPreparedEntity, NodesStateSlice } from './types';
4
+ export declare const filterNodesByUptime: <T extends {
5
+ StartTime?: string | undefined;
6
+ }>(nodesList: T[] | undefined, nodesUptimeFilter: NodesUptimeFilterValues) => T[];
7
+ export declare const selectFilteredNodes: Selector<NodesStateSlice, NodesPreparedEntity[] | undefined>;
@@ -0,0 +1,49 @@
1
+ import { createSelector } from 'reselect';
2
+ import { EFlag } from '../../../types/api/enums';
3
+ import { calcUptimeInSeconds } from '../../../utils/dataFormatters/dataFormatters';
4
+ import { HOUR_IN_SECONDS } from '../../../utils/constants';
5
+ import { NodesUptimeFilterValues } from '../../../utils/nodes';
6
+ import { prepareSearchValue } from '../../../utils/filters';
7
+ import { ProblemFilterValues } from '../settings/settings';
8
+ // ==== Filters ====
9
+ const filterNodesByProblemsStatus = (nodesList = [], problemFilter) => {
10
+ if (problemFilter === ProblemFilterValues.ALL) {
11
+ return nodesList;
12
+ }
13
+ return nodesList.filter(({ SystemState }) => {
14
+ return SystemState && SystemState !== EFlag.Green;
15
+ });
16
+ };
17
+ export const filterNodesByUptime = (nodesList = [], nodesUptimeFilter) => {
18
+ if (nodesUptimeFilter === NodesUptimeFilterValues.All) {
19
+ return nodesList;
20
+ }
21
+ return nodesList.filter(({ StartTime }) => {
22
+ return !StartTime || calcUptimeInSeconds(StartTime) < HOUR_IN_SECONDS;
23
+ });
24
+ };
25
+ const filterNodesBySearchValue = (nodesList = [], searchValue) => {
26
+ if (!searchValue) {
27
+ return nodesList;
28
+ }
29
+ const re = prepareSearchValue(searchValue);
30
+ return nodesList.filter((node) => {
31
+ return node.Host ? re.test(node.Host) || re.test(String(node.NodeId)) : true;
32
+ });
33
+ };
34
+ // ==== Simple selectors ====
35
+ const selectNodesUptimeFilter = (state) => state.nodes.nodesUptimeFilter;
36
+ const selectSearchValue = (state) => state.nodes.searchValue;
37
+ const selectNodesList = (state) => state.nodes.data;
38
+ // ==== Complex selectors ====
39
+ export const selectFilteredNodes = createSelector([
40
+ selectNodesList,
41
+ selectNodesUptimeFilter,
42
+ selectSearchValue,
43
+ (state) => state.settings.problemFilter,
44
+ ], (nodesList, uptimeFilter, searchValue, problemFilter) => {
45
+ let result = filterNodesByUptime(nodesList, uptimeFilter);
46
+ result = filterNodesByProblemsStatus(result, problemFilter);
47
+ result = filterNodesBySearchValue(result, searchValue);
48
+ return result;
49
+ });
@@ -0,0 +1,78 @@
1
+ import type { OrderType } from '@gravity-ui/react-data-table';
2
+ import type { IResponseError } from '../../../types/api/error';
3
+ import type { TEndpoint, TPoolStats } from '../../../types/api/nodes';
4
+ import type { EVersion, TTabletStateInfo as TComputeTabletStateInfo } from '../../../types/api/compute';
5
+ import type { TTabletStateInfo as TFullTabletStateInfo } from '../../../types/api/tablet';
6
+ import type { EFlag } from '../../../types/api/enums';
7
+ import type { ApiRequestAction } from '../../utils';
8
+ import type { VisibleEntities } from '../storage/types';
9
+ import type { NodesSortValue, NodesUptimeFilterValues } from '../../../utils/nodes';
10
+ import { FETCH_NODES, resetNodesState, setDataWasNotLoaded, setNodesUptimeFilter, setSearchValue, setSort } from './nodes';
11
+ export interface NodesPreparedEntity {
12
+ NodeId: number;
13
+ Host?: string;
14
+ SystemState?: EFlag;
15
+ DC?: string;
16
+ Rack?: string;
17
+ Version?: string;
18
+ TenantName?: string;
19
+ StartTime?: string;
20
+ Uptime: string;
21
+ DisconnectTime?: string;
22
+ MemoryUsed?: string;
23
+ MemoryUsedInAlloc?: string;
24
+ MemoryLimit?: string;
25
+ SharedCacheUsed?: string;
26
+ SharedCacheLimit?: string | number;
27
+ PoolStats?: TPoolStats[];
28
+ LoadAverage?: number[];
29
+ Tablets?: TFullTabletStateInfo[] | TComputeTabletStateInfo[];
30
+ Endpoints?: TEndpoint[];
31
+ TotalSessions?: number;
32
+ }
33
+ export interface NodesState {
34
+ loading: boolean;
35
+ wasLoaded: boolean;
36
+ nodesUptimeFilter: NodesUptimeFilterValues;
37
+ searchValue: string;
38
+ sortValue?: NodesSortValue;
39
+ sortOrder?: OrderType;
40
+ data?: NodesPreparedEntity[];
41
+ totalNodes?: number;
42
+ error?: IResponseError;
43
+ }
44
+ export declare type NodeType = 'static' | 'dynamic' | 'any';
45
+ export interface NodesSortParams {
46
+ sortOrder?: OrderType;
47
+ sortValue?: NodesSortValue;
48
+ }
49
+ export interface NodesGeneralRequestParams extends NodesSortParams {
50
+ filter?: string;
51
+ uptime?: number;
52
+ problems_only?: boolean;
53
+ offset?: number;
54
+ limit?: number;
55
+ }
56
+ export interface NodesApiRequestParams extends NodesGeneralRequestParams {
57
+ path?: string;
58
+ tenant?: string;
59
+ type?: NodeType;
60
+ visibleEntities?: VisibleEntities;
61
+ storage?: boolean;
62
+ tablets?: boolean;
63
+ }
64
+ export interface ComputeApiRequestParams extends NodesGeneralRequestParams {
65
+ path: string;
66
+ version?: EVersion;
67
+ }
68
+ export interface NodesHandledResponse {
69
+ Nodes?: NodesPreparedEntity[];
70
+ TotalNodes: number;
71
+ FoundNodes?: number;
72
+ }
73
+ declare type NodesApiRequestAction = ApiRequestAction<typeof FETCH_NODES, NodesHandledResponse, IResponseError>;
74
+ export declare type NodesAction = NodesApiRequestAction | (ReturnType<typeof setDataWasNotLoaded> | ReturnType<typeof setNodesUptimeFilter> | ReturnType<typeof setSearchValue> | ReturnType<typeof setSort> | ReturnType<typeof resetNodesState>);
75
+ export interface NodesStateSlice {
76
+ nodes: NodesState;
77
+ }
78
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ import type { TComputeInfo, TComputeNodeInfo, TComputeTenantInfo } from '../../../types/api/compute';
2
+ import type { TNodesInfo } from '../../../types/api/nodes';
3
+ import type { NodesHandledResponse, NodesPreparedEntity } from './types';
4
+ export declare const prepareComputeNodes: (nodes?: TComputeNodeInfo[] | undefined, tenants?: TComputeTenantInfo[] | undefined) => NodesPreparedEntity[];
5
+ export declare const prepareComputeNodesData: (data: TComputeInfo) => NodesHandledResponse;
6
+ export declare const prepareNodesData: (data: TNodesInfo) => NodesHandledResponse;
7
+ export declare const getLoadSeverityForNode: (value: number) => "success" | "warning" | "danger" | undefined;
@@ -0,0 +1,50 @@
1
+ import { calcUptime } from '../../../utils/dataFormatters/dataFormatters';
2
+ import { generateEvaluator } from '../../../utils/generateEvaluator';
3
+ const prepareComputeNode = (node, tenantName) => {
4
+ var _a;
5
+ return Object.assign(Object.assign({}, node), {
6
+ // v2 response has tenant name, v1 - doesn't
7
+ TenantName: (_a = node.Tenant) !== null && _a !== void 0 ? _a : tenantName, SystemState: node === null || node === void 0 ? void 0 : node.Overall, Uptime: calcUptime(node === null || node === void 0 ? void 0 : node.StartTime), DC: node.DataCenter });
8
+ };
9
+ export const prepareComputeNodes = (nodes, tenants) => {
10
+ var _a;
11
+ const preparedNodes = [];
12
+ // First try to parse v2 response in case backend supports it
13
+ // Else parse v1 response
14
+ if (nodes) {
15
+ nodes.forEach((node) => {
16
+ preparedNodes.push(prepareComputeNode(node));
17
+ });
18
+ }
19
+ else if (tenants) {
20
+ for (const tenant of tenants) {
21
+ (_a = tenant.Nodes) === null || _a === void 0 ? void 0 : _a.forEach((node) => {
22
+ preparedNodes.push(prepareComputeNode(node, tenant.Name));
23
+ });
24
+ }
25
+ }
26
+ return preparedNodes;
27
+ };
28
+ export const prepareComputeNodesData = (data) => {
29
+ const preparedNodes = prepareComputeNodes(data.Nodes, data.Tenants);
30
+ return {
31
+ Nodes: preparedNodes,
32
+ TotalNodes: Number(data.TotalNodes) || preparedNodes.length,
33
+ FoundNodes: Number(data.FoundNodes),
34
+ };
35
+ };
36
+ export const prepareNodesData = (data) => {
37
+ const rawNodes = data.Nodes || [];
38
+ const preparedNodes = rawNodes.map((node) => {
39
+ var _a, _b, _c, _d, _e, _f, _g;
40
+ // 0 limit means that limit is not set, so it should be undefined
41
+ const sharedCacheLimit = Number((_a = node.SystemState.SharedCacheStats) === null || _a === void 0 ? void 0 : _a.LimitBytes) || undefined;
42
+ return Object.assign(Object.assign({}, node.SystemState), { Tablets: node.Tablets, NodeId: node.NodeId, Uptime: calcUptime((_b = node.SystemState) === null || _b === void 0 ? void 0 : _b.StartTime), TenantName: (_d = (_c = node.SystemState) === null || _c === void 0 ? void 0 : _c.Tenants) === null || _d === void 0 ? void 0 : _d[0], DC: (_e = node.SystemState.Location) === null || _e === void 0 ? void 0 : _e.DataCenter, Rack: (_f = node.SystemState.Location) === null || _f === void 0 ? void 0 : _f.Rack, SharedCacheUsed: (_g = node.SystemState.SharedCacheStats) === null || _g === void 0 ? void 0 : _g.UsedBytes, SharedCacheLimit: sharedCacheLimit });
43
+ });
44
+ return {
45
+ Nodes: preparedNodes,
46
+ TotalNodes: Number(data.TotalNodes) || preparedNodes.length,
47
+ FoundNodes: Number(data.FoundNodes),
48
+ };
49
+ };
50
+ export const getLoadSeverityForNode = generateEvaluator(60, 80, ['success', 'warning', 'danger']);
@@ -0,0 +1,11 @@
1
+ import type { Reducer } from 'redux';
2
+ import type { NodesListState, NodesListAction, NodesListRootStateSlice } from '../../types/store/nodesList';
3
+ export declare const FETCH_NODES_LIST: {
4
+ readonly REQUEST: "nodesList/FETCH_NODES_LIST_REQUEST";
5
+ readonly SUCCESS: "nodesList/FETCH_NODES_LIST_SUCCESS";
6
+ readonly FAILURE: "nodesList/FETCH_NODES_LIST_FAILURE";
7
+ };
8
+ declare const nodesList: Reducer<NodesListState, NodesListAction>;
9
+ export declare function getNodesList(): (dispatch: import("redux").Dispatch<import("redux").AnyAction>, getState: import(".").GetState) => Promise<unknown>;
10
+ export declare const selectNodesMap: (state: NodesListRootStateSlice) => import("../../types/store/nodesList").NodesMap | undefined;
11
+ export default nodesList;
@@ -0,0 +1,27 @@
1
+ import { createRequestActionTypes, createApiRequest } from '../utils';
2
+ import { prepareNodesMap } from '../../utils/nodes';
3
+ export const FETCH_NODES_LIST = createRequestActionTypes('nodesList', 'FETCH_NODES_LIST');
4
+ const initialState = { loading: true, wasLoaded: false, data: [] };
5
+ const nodesList = (state = initialState, action) => {
6
+ switch (action.type) {
7
+ case FETCH_NODES_LIST.REQUEST: {
8
+ return Object.assign(Object.assign({}, state), { loading: true });
9
+ }
10
+ case FETCH_NODES_LIST.SUCCESS: {
11
+ return Object.assign(Object.assign({}, state), { data: action.data, loading: false, wasLoaded: true, error: undefined });
12
+ }
13
+ case FETCH_NODES_LIST.FAILURE: {
14
+ return Object.assign(Object.assign({}, state), { error: action.error, loading: false });
15
+ }
16
+ default:
17
+ return state;
18
+ }
19
+ };
20
+ export function getNodesList() {
21
+ return createApiRequest({
22
+ request: window.api.getNodesList(),
23
+ actions: FETCH_NODES_LIST,
24
+ });
25
+ }
26
+ export const selectNodesMap = (state) => prepareNodesMap(state.nodesList.data);
27
+ export default nodesList;
@@ -0,0 +1,15 @@
1
+ import type { Reducer } from 'redux';
2
+ import type { OlapStatsAction, OlapStatsState } from '../../types/store/olapStats';
3
+ export declare const FETCH_OLAP_STATS: {
4
+ readonly REQUEST: "query/SEND_OLAP_STATS_QUERY_REQUEST";
5
+ readonly SUCCESS: "query/SEND_OLAP_STATS_QUERY_SUCCESS";
6
+ readonly FAILURE: "query/SEND_OLAP_STATS_QUERY_FAILURE";
7
+ };
8
+ declare const olapStats: Reducer<OlapStatsState, OlapStatsAction>;
9
+ export declare const getOlapStats: ({ path }: {
10
+ path?: string | undefined;
11
+ }) => (dispatch: import("redux").Dispatch<import("redux").AnyAction>, getState: import(".").GetState) => Promise<import("../../types/store/query").IQueryResult | undefined>;
12
+ export declare function resetLoadingState(): {
13
+ readonly type: "olapStats/RESET_LOADING_STATE";
14
+ };
15
+ export default olapStats;
@@ -0,0 +1,48 @@
1
+ import { parseQueryAPIExecuteResponse } from '../../utils/query';
2
+ import { createRequestActionTypes, createApiRequest } from '../utils';
3
+ export const FETCH_OLAP_STATS = createRequestActionTypes('query', 'SEND_OLAP_STATS_QUERY');
4
+ const RESET_LOADING_STATE = 'olapStats/RESET_LOADING_STATE';
5
+ const initialState = {
6
+ loading: false,
7
+ wasLoaded: false,
8
+ };
9
+ function createOlatStatsQuery(path) {
10
+ return `SELECT * FROM \`${path}/.sys/primary_index_stats\``;
11
+ }
12
+ const queryAction = 'execute-scan';
13
+ const olapStats = (state = initialState, action) => {
14
+ switch (action.type) {
15
+ case FETCH_OLAP_STATS.REQUEST: {
16
+ return Object.assign(Object.assign({}, state), { loading: true, error: undefined });
17
+ }
18
+ case FETCH_OLAP_STATS.SUCCESS: {
19
+ return Object.assign(Object.assign({}, state), { data: action.data, loading: false, error: undefined, wasLoaded: true });
20
+ }
21
+ case FETCH_OLAP_STATS.FAILURE: {
22
+ return Object.assign(Object.assign({}, state), { error: action.error || 'Unauthorized', loading: false });
23
+ }
24
+ case RESET_LOADING_STATE: {
25
+ return Object.assign(Object.assign({}, state), { wasLoaded: initialState.wasLoaded });
26
+ }
27
+ default:
28
+ return state;
29
+ }
30
+ };
31
+ export const getOlapStats = ({ path = '' }) => {
32
+ return createApiRequest({
33
+ request: window.api.sendQuery({
34
+ schema: 'modern',
35
+ query: createOlatStatsQuery(path),
36
+ database: path,
37
+ action: queryAction,
38
+ }),
39
+ actions: FETCH_OLAP_STATS,
40
+ dataHandler: parseQueryAPIExecuteResponse,
41
+ });
42
+ };
43
+ export function resetLoadingState() {
44
+ return {
45
+ type: RESET_LOADING_STATE,
46
+ };
47
+ }
48
+ export default olapStats;
@@ -0,0 +1,24 @@
1
+ import type { Reducer } from 'redux';
2
+ import type { OverviewState, OverviewAction, OverviewHandledResponse } from './types';
3
+ export declare const FETCH_OVERVIEW: {
4
+ readonly REQUEST: "overview/FETCH_OVERVIEW_REQUEST";
5
+ readonly SUCCESS: "overview/FETCH_OVERVIEW_SUCCESS";
6
+ readonly FAILURE: "overview/FETCH_OVERVIEW_FAILURE";
7
+ };
8
+ export declare const initialState: {
9
+ loading: boolean;
10
+ wasLoaded: boolean;
11
+ };
12
+ declare const schema: Reducer<OverviewState, OverviewAction>;
13
+ export declare function getOverview({ path }: {
14
+ path: string;
15
+ }): (dispatch: import("redux").Dispatch<import("redux").AnyAction>, getState: import("..").GetState) => Promise<OverviewHandledResponse | undefined>;
16
+ export declare function getOverviewBatched(paths: string[]): (dispatch: import("redux").Dispatch<import("redux").AnyAction>, getState: import("..").GetState) => Promise<OverviewHandledResponse | undefined>;
17
+ export declare function setDataWasNotLoaded(): {
18
+ readonly type: "overview/SET_DATA_WAS_NOT_LOADED";
19
+ };
20
+ export declare const setCurrentOverviewPath: (path?: string | undefined) => {
21
+ readonly type: "overview/SET_CURRENT_OVERVIEW_PATH";
22
+ readonly data: string | undefined;
23
+ };
24
+ export default schema;
@@ -0,0 +1,72 @@
1
+ import { createRequestActionTypes, createApiRequest } from '../../utils';
2
+ export const FETCH_OVERVIEW = createRequestActionTypes('overview', 'FETCH_OVERVIEW');
3
+ const SET_CURRENT_OVERVIEW_PATH = 'overview/SET_CURRENT_OVERVIEW_PATH';
4
+ const SET_DATA_WAS_NOT_LOADED = 'overview/SET_DATA_WAS_NOT_LOADED';
5
+ export const initialState = {
6
+ loading: true,
7
+ wasLoaded: false,
8
+ };
9
+ const schema = (state = initialState, action) => {
10
+ var _a;
11
+ switch (action.type) {
12
+ case FETCH_OVERVIEW.REQUEST: {
13
+ return Object.assign(Object.assign({}, state), { loading: true });
14
+ }
15
+ case FETCH_OVERVIEW.SUCCESS: {
16
+ if (action.data.data.Path !== state.currentOverviewPath) {
17
+ return state;
18
+ }
19
+ return Object.assign(Object.assign({}, state), { error: undefined, data: action.data.data, additionalData: action.data.additionalData, loading: false, wasLoaded: true });
20
+ }
21
+ case FETCH_OVERVIEW.FAILURE: {
22
+ if ((_a = action.error) === null || _a === void 0 ? void 0 : _a.isCancelled) {
23
+ return state;
24
+ }
25
+ return Object.assign(Object.assign({}, state), { error: action.error, loading: false });
26
+ }
27
+ case SET_CURRENT_OVERVIEW_PATH: {
28
+ return Object.assign(Object.assign({}, state), { currentOverviewPath: action.data });
29
+ }
30
+ case SET_DATA_WAS_NOT_LOADED: {
31
+ return Object.assign(Object.assign({}, state), { wasLoaded: false });
32
+ }
33
+ default:
34
+ return state;
35
+ }
36
+ };
37
+ export function getOverview({ path }) {
38
+ const request = window.api.getDescribe({ path }, { concurrentId: 'getOverview' });
39
+ return createApiRequest({
40
+ request,
41
+ actions: FETCH_OVERVIEW,
42
+ dataHandler: (data) => {
43
+ return { data };
44
+ },
45
+ });
46
+ }
47
+ export function getOverviewBatched(paths) {
48
+ const requestArray = paths.map((p) => window.api.getDescribe({ path: p }, { concurrentId: `getOverviewBatched|${p}` }));
49
+ const request = Promise.all(requestArray);
50
+ return createApiRequest({
51
+ request,
52
+ actions: FETCH_OVERVIEW,
53
+ dataHandler: ([item, ...rest]) => {
54
+ return {
55
+ data: item,
56
+ additionalData: rest,
57
+ };
58
+ },
59
+ });
60
+ }
61
+ export function setDataWasNotLoaded() {
62
+ return {
63
+ type: SET_DATA_WAS_NOT_LOADED,
64
+ };
65
+ }
66
+ export const setCurrentOverviewPath = (path) => {
67
+ return {
68
+ type: SET_CURRENT_OVERVIEW_PATH,
69
+ data: path,
70
+ };
71
+ };
72
+ export default schema;
@@ -0,0 +1,17 @@
1
+ import type { ApiRequestAction } from '../../utils';
2
+ import type { IResponseError } from '../../../types/api/error';
3
+ import type { TEvDescribeSchemeResult } from '../../../types/api/schema';
4
+ import { FETCH_OVERVIEW, setDataWasNotLoaded, setCurrentOverviewPath } from './overview';
5
+ export interface OverviewState {
6
+ loading: boolean;
7
+ wasLoaded: boolean;
8
+ currentOverviewPath?: string;
9
+ data?: TEvDescribeSchemeResult;
10
+ additionalData?: TEvDescribeSchemeResult[];
11
+ error?: IResponseError;
12
+ }
13
+ export interface OverviewHandledResponse {
14
+ data: TEvDescribeSchemeResult;
15
+ additionalData?: TEvDescribeSchemeResult[];
16
+ }
17
+ export declare type OverviewAction = ApiRequestAction<typeof FETCH_OVERVIEW, OverviewHandledResponse, IResponseError> | ReturnType<typeof setCurrentOverviewPath> | ReturnType<typeof setDataWasNotLoaded>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,17 @@
1
+ import type { Reducer } from 'redux';
2
+ import type { PartitionsAction, PartitionsState } from './types';
3
+ export declare const FETCH_PARTITIONS: {
4
+ readonly REQUEST: "partitions/FETCH_PARTITIONS_REQUEST";
5
+ readonly SUCCESS: "partitions/FETCH_PARTITIONS_SUCCESS";
6
+ readonly FAILURE: "partitions/FETCH_PARTITIONS_FAILURE";
7
+ };
8
+ declare const partitions: Reducer<PartitionsState, PartitionsAction>;
9
+ export declare const setSelectedConsumer: (value: string) => {
10
+ readonly type: "partitions/SET_SELECTED_CONSUMER";
11
+ readonly data: string;
12
+ };
13
+ export declare const setDataWasNotLoaded: () => {
14
+ readonly type: "partitions/SET_DATA_WAS_NOT_LOADED";
15
+ };
16
+ export declare function getPartitions(path: string, consumerName?: string): (dispatch: import("redux").Dispatch<import("redux").AnyAction>, getState: import("..").GetState) => Promise<import("./types").PreparedPartitionData[] | undefined>;
17
+ export default partitions;
@@ -0,0 +1,67 @@
1
+ import { createRequestActionTypes, createApiRequest } from '../../utils';
2
+ import { prepareConsumerPartitions, prepareTopicPartitions } from './utils';
3
+ export const FETCH_PARTITIONS = createRequestActionTypes('partitions', 'FETCH_PARTITIONS');
4
+ const SET_SELECTED_CONSUMER = 'partitions/SET_SELECTED_CONSUMER';
5
+ const SET_DATA_WAS_NOT_LOADED = 'partitions/SET_DATA_WAS_NOT_LOADED';
6
+ const initialState = {
7
+ loading: false,
8
+ wasLoaded: false,
9
+ selectedConsumer: '',
10
+ };
11
+ const partitions = (state = initialState, action) => {
12
+ var _a;
13
+ switch (action.type) {
14
+ case FETCH_PARTITIONS.REQUEST: {
15
+ return Object.assign(Object.assign({}, state), { loading: true });
16
+ }
17
+ case FETCH_PARTITIONS.SUCCESS: {
18
+ return Object.assign(Object.assign({}, state), { partitions: action.data, loading: false, wasLoaded: true, error: undefined });
19
+ }
20
+ case FETCH_PARTITIONS.FAILURE: {
21
+ if ((_a = action.error) === null || _a === void 0 ? void 0 : _a.isCancelled) {
22
+ return state;
23
+ }
24
+ return Object.assign(Object.assign({}, state), { error: action.error, loading: false });
25
+ }
26
+ case SET_SELECTED_CONSUMER: {
27
+ return Object.assign(Object.assign({}, state), { selectedConsumer: action.data });
28
+ }
29
+ case SET_DATA_WAS_NOT_LOADED: {
30
+ return Object.assign(Object.assign({}, state), { wasLoaded: false });
31
+ }
32
+ default:
33
+ return state;
34
+ }
35
+ };
36
+ export const setSelectedConsumer = (value) => {
37
+ return {
38
+ type: SET_SELECTED_CONSUMER,
39
+ data: value,
40
+ };
41
+ };
42
+ export const setDataWasNotLoaded = () => {
43
+ return {
44
+ type: SET_DATA_WAS_NOT_LOADED,
45
+ };
46
+ };
47
+ export function getPartitions(path, consumerName) {
48
+ if (consumerName) {
49
+ return createApiRequest({
50
+ request: window.api.getConsumer({ path, consumer: consumerName }, { concurrentId: 'getPartitions' }),
51
+ actions: FETCH_PARTITIONS,
52
+ dataHandler: (data) => {
53
+ const rawPartitions = data.partitions;
54
+ return prepareConsumerPartitions(rawPartitions);
55
+ },
56
+ });
57
+ }
58
+ return createApiRequest({
59
+ request: window.api.getTopic({ path }, { concurrentId: 'getPartitions' }),
60
+ actions: FETCH_PARTITIONS,
61
+ dataHandler: (data) => {
62
+ const rawPartitions = data.partitions;
63
+ return prepareTopicPartitions(rawPartitions);
64
+ },
65
+ });
66
+ }
67
+ export default partitions;
@@ -0,0 +1,32 @@
1
+ import type { IResponseError } from '../../../types/api/error';
2
+ import type { ProcessSpeedStats } from '../../../utils/bytesParsers';
3
+ import type { ApiRequestAction } from '../../utils';
4
+ import { FETCH_PARTITIONS, setDataWasNotLoaded, setSelectedConsumer } from './partitions';
5
+ export interface PreparedPartitionData {
6
+ partitionId: string;
7
+ storeSize: string;
8
+ writeSpeed: ProcessSpeedStats;
9
+ readSpeed?: ProcessSpeedStats;
10
+ partitionWriteLag: number;
11
+ partitionWriteIdleTime: number;
12
+ consumerWriteLag?: number;
13
+ consumerReadLag?: number;
14
+ consumerReadIdleTime?: number;
15
+ uncommitedMessages?: number;
16
+ unreadMessages?: number;
17
+ startOffset: string;
18
+ endOffset: string;
19
+ commitedOffset?: string;
20
+ readSessionId?: string;
21
+ readerName?: string;
22
+ partitionNodeId: number;
23
+ connectionNodeId?: number;
24
+ }
25
+ export interface PartitionsState {
26
+ loading: boolean;
27
+ wasLoaded: boolean;
28
+ selectedConsumer: string;
29
+ partitions?: PreparedPartitionData[];
30
+ error?: IResponseError;
31
+ }
32
+ export declare type PartitionsAction = ApiRequestAction<typeof FETCH_PARTITIONS, PreparedPartitionData[], IResponseError> | ReturnType<typeof setDataWasNotLoaded> | ReturnType<typeof setSelectedConsumer>;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ import type { PartitionInfo as ConsumerPartitionInfo } from '../../../types/api/consumer';
2
+ import type { PartitionInfo as TopicPartitionInfo } from '../../../types/api/topic';
3
+ import { PreparedPartitionData } from './types';
4
+ export declare const prepareTopicPartitions: (partitions?: TopicPartitionInfo[] | undefined) => PreparedPartitionData[] | undefined;
5
+ export declare const prepareConsumerPartitions: (partitions?: ConsumerPartitionInfo[] | undefined) => PreparedPartitionData[] | undefined;