ydb-embedded-ui 6.8.0 → 6.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1807) hide show
  1. package/dist/components/AutoRefreshControl/AutoRefreshControl.d.ts +6 -0
  2. package/dist/components/AutoRefreshControl/AutoRefreshControl.js +18 -0
  3. package/dist/components/AutoRefreshControl/AutoRefreshControl.scss +5 -0
  4. package/dist/components/AutoRefreshControl/i18n/index.d.ts +2 -0
  5. package/dist/components/AutoRefreshControl/i18n/index.js +4 -0
  6. package/dist/components/CellWithPopover/CellWithPopover.js +8 -0
  7. package/dist/components/CircularProgressBar/CircularProgressBar.d.ts +12 -0
  8. package/dist/components/ClipboardButton/ClipboardButton.js +19 -0
  9. package/dist/components/ComponentsProvider/registry.d.ts +17 -0
  10. package/dist/components/ContentWithPopup/ContentWithPopup.js +14 -0
  11. package/dist/components/CriticalActionDialog/i18n/index.d.ts +1 -0
  12. package/dist/components/DiagnosticCard/DiagnosticCard.d.ts +8 -0
  13. package/dist/components/DiskPageTitle/DiskPageTitle.d.ts +10 -0
  14. package/dist/components/EmptyState/EmptyState.d.ts +16 -0
  15. package/dist/components/EntitiesCount/i18n/index.d.ts +2 -0
  16. package/dist/components/EntityStatus/EntityStatus.d.ts +21 -0
  17. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +18 -0
  18. package/dist/components/ErrorBoundary/i18n/index.d.ts +2 -0
  19. package/dist/components/Errors/403/AccessDenied.js +7 -0
  20. package/dist/components/Errors/ResponseError/ResponseError.js +20 -0
  21. package/dist/components/Errors/i18n/index.d.ts +2 -0
  22. package/dist/components/FormattedBytes/FormattedBytes.js +7 -0
  23. package/dist/components/FormattedBytes/utils.d.ts +2 -0
  24. package/dist/components/FormattedBytes/utils.js +8 -0
  25. package/dist/components/FullNodeViewer/FullNodeViewer.js +26 -0
  26. package/dist/components/GroupInfo/GroupInfo.js +26 -0
  27. package/dist/components/GroupInfo/i18n/index.d.ts +1 -0
  28. package/dist/components/Illustration/Illustration.js +33 -0
  29. package/dist/components/InfoViewer/formatters/cdcStream.d.ts +5 -0
  30. package/dist/components/InfoViewer/formatters/common.d.ts +5 -0
  31. package/dist/components/InfoViewer/formatters/pqGroup.d.ts +13 -0
  32. package/dist/components/InfoViewer/formatters/schema.d.ts +5 -0
  33. package/dist/components/InfoViewer/formatters/table.d.ts +18 -0
  34. package/dist/components/InfoViewer/i18n/index.d.ts +2 -0
  35. package/dist/components/InternalLink/InternalLink.js +5 -0
  36. package/dist/components/LabelWithPopover/LabelWithPopover.d.ts +8 -0
  37. package/dist/components/LinkToSchemaObject/LinkToSchemaObject.js +11 -0
  38. package/dist/components/MetricChart/convertResponse.js +22 -0
  39. package/dist/components/MetricChart/getChartData.d.ts +11 -0
  40. package/dist/components/MetricChart/i18n/index.d.ts +2 -0
  41. package/dist/components/MetricChart/reducer.d.ts +4 -0
  42. package/dist/components/MonacoEditor/MonacoEditor.d.ts +1 -0
  43. package/dist/components/PDiskInfo/PDiskInfo.js +69 -0
  44. package/dist/components/PDiskInfo/i18n/index.d.ts +1 -0
  45. package/dist/components/PDiskPopup/PDiskPopup.js +47 -0
  46. package/dist/components/QueryResultTable/QueryResultTable.js +76 -0
  47. package/dist/components/QueryResultTable/i18n/index.d.ts +2 -0
  48. package/dist/components/ResizeableDataTable/ResizeableDataTable.js +15 -0
  49. package/dist/components/ShortyString/i18n/index.d.ts +2 -0
  50. package/dist/components/SpeedMultiMeter/i18n/index.d.ts +2 -0
  51. package/dist/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +14 -0
  52. package/dist/components/UsageLabel/UsageLabel.js +8 -0
  53. package/dist/components/VDiskInfo/VDiskInfo.js +111 -0
  54. package/dist/components/VDiskInfo/i18n/index.d.ts +1 -0
  55. package/dist/components/VDiskPopup/VDiskPopup.js +94 -0
  56. package/dist/components/VirtualTable/ResizeableVirtualTable.js +14 -0
  57. package/dist/components/VirtualTable/TableRow.d.ts +21 -0
  58. package/dist/components/VirtualTable/i18n/index.d.ts +2 -0
  59. package/dist/components/VirtualTable/reducer.js +103 -0
  60. package/dist/components/VirtualTable/types.d.ts +52 -0
  61. package/dist/components/slots/types.d.ts +16 -0
  62. package/dist/containers/App/App.d.ts +21 -0
  63. package/dist/containers/App/Content.d.ts +19 -0
  64. package/dist/containers/App/Content.js +123 -0
  65. package/dist/containers/App/Providers.js +18 -0
  66. package/dist/containers/App/appSlots.d.ts +53 -0
  67. package/dist/containers/App/i18n/index.d.ts +2 -0
  68. package/dist/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +10 -0
  69. package/dist/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +4 -0
  70. package/dist/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +7 -0
  71. package/dist/containers/AppWithClusters/i18n/index.d.ts +2 -0
  72. package/dist/containers/AppWithClusters/useClusterData.js +27 -0
  73. package/dist/containers/AsideNavigation/Navigation.d.ts +7 -0
  74. package/dist/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +23 -0
  75. package/dist/containers/AsideNavigation/i18n/index.d.ts +2 -0
  76. package/dist/containers/Authentication/Authentication.js +67 -0
  77. package/dist/containers/Cluster/Cluster.d.ts +10 -0
  78. package/dist/containers/Cluster/Cluster.js +93 -0
  79. package/dist/containers/Cluster/Cluster.scss +42 -0
  80. package/dist/containers/Cluster/i18n/index.d.ts +2 -0
  81. package/dist/containers/Clusters/Clusters.js +81 -0
  82. package/dist/containers/Clusters/i18n/index.d.ts +2 -0
  83. package/dist/containers/Header/Header.js +55 -0
  84. package/dist/containers/Header/breadcrumbs.d.ts +7 -0
  85. package/dist/containers/Header/breadcrumbs.js +129 -0
  86. package/dist/containers/Header/i18n/index.d.ts +1 -0
  87. package/dist/containers/Heatmap/Heatmap.js +80 -0
  88. package/dist/containers/Heatmap/Histogram/Histogram.js +67 -0
  89. package/dist/containers/Node/Node.d.ts +9 -0
  90. package/dist/containers/Node/Node.js +92 -0
  91. package/dist/containers/Node/Node.scss +59 -0
  92. package/dist/containers/Node/NodeStructure/NodeStructure.js +69 -0
  93. package/dist/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +7 -0
  94. package/dist/containers/Node/NodeStructure/Pdisk.js +113 -0
  95. package/dist/containers/Node/i18n/index.d.ts +2 -0
  96. package/dist/containers/Nodes/Nodes.js +92 -0
  97. package/dist/containers/Nodes/NodesWrapper.js +12 -0
  98. package/dist/containers/Nodes/VirtualNodes.js +81 -0
  99. package/dist/containers/Nodes/getNodes.js +13 -0
  100. package/dist/containers/Nodes/getNodesColumns.js +211 -0
  101. package/dist/containers/Nodes/i18n/index.d.ts +2 -0
  102. package/dist/containers/PDiskPage/PDiskPage.js +91 -0
  103. package/dist/containers/PDiskPage/PDiskPage.scss +36 -0
  104. package/dist/containers/PDiskPage/i18n/index.d.ts +1 -0
  105. package/dist/containers/ReduxTooltip/ReduxTooltip.d.ts +23 -0
  106. package/dist/containers/Storage/EmptyFilter/i18n/index.d.ts +2 -0
  107. package/dist/containers/Storage/Storage.js +123 -0
  108. package/dist/containers/Storage/StorageGroups/getGroups.js +14 -0
  109. package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +62 -0
  110. package/dist/containers/Storage/StorageGroups/getStorageGroupsColumns.js +220 -0
  111. package/dist/containers/Storage/StorageGroups/i18n/index.d.ts +2 -0
  112. package/dist/containers/Storage/StorageNodes/StorageNodes.js +21 -0
  113. package/dist/containers/Storage/StorageNodes/getNodes.js +13 -0
  114. package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +50 -0
  115. package/dist/containers/Storage/StorageNodes/getStorageNodesColumns.js +98 -0
  116. package/dist/containers/Storage/StorageNodes/i18n/index.d.ts +2 -0
  117. package/dist/containers/Storage/StorageWrapper.js +12 -0
  118. package/dist/containers/Storage/UsageFilter/i18n/index.d.ts +2 -0
  119. package/dist/containers/Storage/i18n/index.d.ts +2 -0
  120. package/dist/containers/Tablet/Tablet.js +73 -0
  121. package/dist/containers/Tablet/i18n/index.d.ts +2 -0
  122. package/dist/containers/Tablets/Tablets.js +135 -0
  123. package/dist/containers/Tablets/i18n/index.d.ts +2 -0
  124. package/dist/containers/TabletsFilters/i18n/index.d.ts +2 -0
  125. package/dist/containers/Tenant/Acl/Acl.js +110 -0
  126. package/dist/containers/Tenant/Diagnostics/Consumers/columns/columns.js +68 -0
  127. package/dist/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +2 -0
  128. package/dist/containers/Tenant/Diagnostics/Diagnostics.js +111 -0
  129. package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +2 -0
  130. package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +2 -0
  131. package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +2 -0
  132. package/dist/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +2 -0
  133. package/dist/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +2 -0
  134. package/dist/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +2 -0
  135. package/dist/containers/Tenant/Diagnostics/Partitions/utils/index.js +15 -0
  136. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +35 -0
  137. package/dist/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +2 -0
  138. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +14 -0
  139. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +29 -0
  140. package/dist/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +107 -0
  141. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +26 -0
  142. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +26 -0
  143. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +46 -0
  144. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +30 -0
  145. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +28 -0
  146. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +19 -0
  147. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +26 -0
  148. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +45 -0
  149. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +2 -0
  150. package/dist/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +15 -0
  151. package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +70 -0
  152. package/dist/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +2 -0
  153. package/dist/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +25 -0
  154. package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +155 -0
  155. package/dist/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +2 -0
  156. package/dist/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +8 -0
  157. package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +8 -0
  158. package/dist/containers/Tenant/Info/ExternalTable/ExternalTable.js +57 -0
  159. package/dist/containers/Tenant/Info/i18n/index.d.ts +2 -0
  160. package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +271 -0
  161. package/dist/containers/Tenant/Query/Query.js +44 -0
  162. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +35 -0
  163. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +308 -0
  164. package/dist/containers/Tenant/Query/QueryEditor/helpers.js +24 -0
  165. package/dist/containers/Tenant/Query/QueryTabs/QueryTabs.js +32 -0
  166. package/dist/containers/Tenant/Query/i18n/index.d.ts +2 -0
  167. package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.d.ts +9 -0
  168. package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.js +57 -0
  169. package/dist/containers/Tenant/Schema/CreateDirectoryDialog/CreateDirectoryDialog.scss +14 -0
  170. package/dist/containers/Tenant/Schema/SchemaTree/SchemaTree.js +70 -0
  171. package/dist/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +2 -0
  172. package/dist/containers/Tenant/Schema/SchemaViewer/prepareData.js +121 -0
  173. package/dist/containers/Tenant/Tenant.d.ts +8 -0
  174. package/dist/containers/Tenant/Tenant.js +67 -0
  175. package/dist/containers/Tenant/TenantNavigation/useTenantNavigation.js +44 -0
  176. package/dist/containers/Tenant/i18n/en.json +53 -0
  177. package/dist/containers/Tenant/i18n/index.d.ts +2 -0
  178. package/dist/containers/Tenant/utils/constants.js +6 -0
  179. package/dist/containers/Tenant/utils/paneVisibilityToggleHelpers.js +60 -0
  180. package/dist/containers/Tenant/utils/schema.d.ts +17 -0
  181. package/dist/containers/Tenant/utils/schemaActions.d.ts +9 -0
  182. package/dist/containers/Tenant/utils/schemaActions.js +134 -0
  183. package/dist/containers/Tenants/Tenants.js +172 -0
  184. package/dist/containers/UserSettings/Setting.d.ts +20 -0
  185. package/dist/containers/UserSettings/UserSettings.js +18 -0
  186. package/dist/containers/UserSettings/i18n/index.d.ts +2 -0
  187. package/dist/containers/VDiskPage/VDiskPage.js +110 -0
  188. package/dist/containers/VDiskPage/VDiskPage.scss +40 -0
  189. package/dist/containers/VDiskPage/i18n/index.d.ts +1 -0
  190. package/dist/containers/Versions/NodesTable/NodesTable.js +92 -0
  191. package/dist/containers/Versions/Versions.js +37 -0
  192. package/dist/routes.js +72 -0
  193. package/dist/services/api.d.ts +148 -0
  194. package/dist/services/api.js +361 -0
  195. package/dist/services/parsers/parseMetaCluster.js +10 -0
  196. package/dist/services/settings.d.ts +42 -0
  197. package/dist/services/settings.js +74 -0
  198. package/dist/store/getUrlData.d.ts +13 -0
  199. package/dist/store/reducers/authentication/authentication.d.ts +25 -0
  200. package/dist/store/reducers/authentication/authentication.js +62 -0
  201. package/dist/store/reducers/cluster/cluster.d.ts +12 -0
  202. package/dist/store/reducers/cluster/cluster.js +80 -0
  203. package/dist/store/reducers/cluster/utils.d.ts +4 -0
  204. package/dist/store/reducers/cluster/utils.js +68 -0
  205. package/dist/store/reducers/clusterNodes/clusterNodes.d.ts +5 -0
  206. package/dist/store/reducers/clusterNodes/clusterNodes.js +21 -0
  207. package/dist/store/reducers/clusters/clusters.d.ts +7 -0
  208. package/dist/store/reducers/clusters/clusters.js +38 -0
  209. package/dist/store/reducers/clusters/utils.js +16 -0
  210. package/dist/store/reducers/describe.d.ts +4 -0
  211. package/dist/store/reducers/executeQuery.d.ts +44 -0
  212. package/dist/store/reducers/executeQuery.js +168 -0
  213. package/dist/store/reducers/executeTopQueries/executeTopQueries.d.ts +10 -0
  214. package/dist/store/reducers/executeTopQueries/executeTopQueries.js +68 -0
  215. package/dist/store/reducers/explainQuery/explainQuery.d.ts +9 -0
  216. package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +668 -0
  217. package/dist/store/reducers/healthcheckInfo/healthcheckInfo.js +76 -0
  218. package/dist/store/reducers/heatmap.d.ts +14 -0
  219. package/dist/store/reducers/heatmap.js +81 -0
  220. package/dist/store/reducers/hotKeys/hotKeys.d.ts +6 -0
  221. package/dist/store/reducers/index.d.ts +92 -0
  222. package/dist/store/reducers/index.js +45 -0
  223. package/dist/store/reducers/network/network.d.ts +3 -0
  224. package/dist/store/reducers/node/node.d.ts +8 -0
  225. package/dist/store/reducers/node/selectors.js +42 -0
  226. package/dist/store/reducers/nodes/nodes.d.ts +5 -0
  227. package/dist/store/reducers/nodes/nodes.js +39 -0
  228. package/dist/store/reducers/nodes/selectors.d.ts +11 -0
  229. package/dist/store/reducers/nodes/types.d.ts +60 -0
  230. package/dist/store/reducers/nodes/utils.js +64 -0
  231. package/dist/store/reducers/nodesList.d.ts +45 -0
  232. package/dist/store/reducers/olapStats.d.ts +5 -0
  233. package/dist/store/reducers/overview/overview.d.ts +6 -0
  234. package/dist/store/reducers/partitions/partitions.d.ts +10 -0
  235. package/dist/store/reducers/partitions/utils.js +56 -0
  236. package/dist/store/reducers/pdisk/pdisk.d.ts +9 -0
  237. package/dist/store/reducers/pdisk/utils.js +38 -0
  238. package/dist/store/reducers/preview.d.ts +10 -0
  239. package/dist/store/reducers/schema/schema.d.ts +31 -0
  240. package/dist/store/reducers/schema/schema.js +92 -0
  241. package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +8 -0
  242. package/dist/store/reducers/shardsWorkload/shardsWorkload.d.ts +17 -0
  243. package/dist/store/reducers/shardsWorkload/shardsWorkload.js +112 -0
  244. package/dist/store/reducers/storage/storage.d.ts +6 -0
  245. package/dist/store/reducers/storage/storage.js +32 -0
  246. package/dist/store/reducers/storage/utils.js +159 -0
  247. package/dist/store/reducers/tablet.d.ts +14 -0
  248. package/dist/store/reducers/tablets.d.ts +165 -0
  249. package/dist/store/reducers/tablets.js +56 -0
  250. package/dist/store/reducers/tenant/tenant.d.ts +9 -0
  251. package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +5 -0
  252. package/dist/store/reducers/tenantOverview/topNodes/topNodes.d.ts +4 -0
  253. package/dist/store/reducers/tenantOverview/topNodes/topNodes.js +26 -0
  254. package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +5 -0
  255. package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +6 -0
  256. package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +4 -0
  257. package/dist/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +28 -0
  258. package/dist/store/reducers/tenants/selectors.d.ts +288 -0
  259. package/dist/store/reducers/tenants/tenants.d.ts +9 -0
  260. package/dist/store/reducers/tenants/utils.d.ts +47 -0
  261. package/dist/store/reducers/tenants/utils.js +217 -0
  262. package/dist/store/reducers/tooltip.js +55 -0
  263. package/dist/store/reducers/topic.d.ts +527 -0
  264. package/dist/store/reducers/vdisk/utils.js +36 -0
  265. package/dist/store/reducers/vdisk/vdisk.d.ts +6 -0
  266. package/dist/store/reducers/viewSchema/viewSchema.d.ts +6 -0
  267. package/dist/store/state-url-mapping.js +149 -0
  268. package/dist/types/additionalProps.d.ts +24 -0
  269. package/dist/utils/bytesParsers/formatBytes.js +92 -0
  270. package/dist/utils/bytesParsers/i18n/index.d.ts +2 -0
  271. package/dist/utils/clusterVersionColors.js +54 -0
  272. package/dist/utils/constants.d.ts +106 -0
  273. package/dist/utils/constants.js +109 -0
  274. package/dist/utils/dataFormatters/i18n/index.d.ts +2 -0
  275. package/dist/utils/disks/constants.js +38 -0
  276. package/dist/utils/disks/prepareDisks.js +46 -0
  277. package/dist/utils/hooks/useSearchQuery.d.ts +1 -0
  278. package/dist/utils/hooks/useSearchQuery.js +6 -0
  279. package/dist/utils/i18n/i18n.d.ts +11 -0
  280. package/dist/utils/lazyComponent.js +25 -0
  281. package/dist/utils/nodes.d.ts +49 -0
  282. package/dist/utils/nodes.js +76 -0
  283. package/dist/utils/query.js +200 -0
  284. package/dist/utils/response.d.ts +4 -0
  285. package/dist/utils/timeParsers/i18n/index.d.ts +2 -0
  286. package/package.json +3 -3
  287. package/dist/package.json +0 -175
  288. package/dist/src/components/CellWithPopover/CellWithPopover.js +0 -10
  289. package/dist/src/components/CircularProgressBar/CircularProgressBar.d.ts +0 -13
  290. package/dist/src/components/ClipboardButton/ClipboardButton.js +0 -22
  291. package/dist/src/components/ComponentsProvider/registry.d.ts +0 -18
  292. package/dist/src/components/ContentWithPopup/ContentWithPopup.js +0 -16
  293. package/dist/src/components/CriticalActionDialog/i18n/index.d.ts +0 -1
  294. package/dist/src/components/DiagnosticCard/DiagnosticCard.d.ts +0 -9
  295. package/dist/src/components/DiskPageTitle/DiskPageTitle.d.ts +0 -11
  296. package/dist/src/components/EmptyState/EmptyState.d.ts +0 -17
  297. package/dist/src/components/EntitiesCount/i18n/index.d.ts +0 -2
  298. package/dist/src/components/EntityStatus/EntityStatus.d.ts +0 -22
  299. package/dist/src/components/ErrorBoundary/ErrorBoundary.d.ts +0 -19
  300. package/dist/src/components/ErrorBoundary/i18n/index.d.ts +0 -2
  301. package/dist/src/components/Errors/403/AccessDenied.js +0 -9
  302. package/dist/src/components/Errors/ResponseError/ResponseError.js +0 -17
  303. package/dist/src/components/Errors/i18n/index.d.ts +0 -2
  304. package/dist/src/components/FormattedBytes/FormattedBytes.js +0 -9
  305. package/dist/src/components/FormattedBytes/utils.d.ts +0 -2
  306. package/dist/src/components/FormattedBytes/utils.js +0 -8
  307. package/dist/src/components/FullNodeViewer/FullNodeViewer.js +0 -26
  308. package/dist/src/components/GroupInfo/GroupInfo.js +0 -28
  309. package/dist/src/components/GroupInfo/i18n/index.d.ts +0 -1
  310. package/dist/src/components/Illustration/Illustration.js +0 -35
  311. package/dist/src/components/InfoViewer/formatters/cdcStream.d.ts +0 -6
  312. package/dist/src/components/InfoViewer/formatters/common.d.ts +0 -6
  313. package/dist/src/components/InfoViewer/formatters/pqGroup.d.ts +0 -14
  314. package/dist/src/components/InfoViewer/formatters/schema.d.ts +0 -6
  315. package/dist/src/components/InfoViewer/formatters/table.d.ts +0 -19
  316. package/dist/src/components/InfoViewer/i18n/index.d.ts +0 -2
  317. package/dist/src/components/InternalLink/InternalLink.js +0 -9
  318. package/dist/src/components/LabelWithPopover/LabelWithPopover.d.ts +0 -9
  319. package/dist/src/components/LinkToSchemaObject/LinkToSchemaObject.js +0 -10
  320. package/dist/src/components/MetricChart/convertResponse.js +0 -19
  321. package/dist/src/components/MetricChart/getChartData.d.ts +0 -11
  322. package/dist/src/components/MetricChart/i18n/index.d.ts +0 -2
  323. package/dist/src/components/MetricChart/reducer.d.ts +0 -4
  324. package/dist/src/components/MonacoEditor/MonacoEditor.d.ts +0 -2
  325. package/dist/src/components/PDiskInfo/PDiskInfo.js +0 -71
  326. package/dist/src/components/PDiskInfo/i18n/index.d.ts +0 -1
  327. package/dist/src/components/PDiskPopup/PDiskPopup.js +0 -49
  328. package/dist/src/components/QueryResultTable/QueryResultTable.js +0 -69
  329. package/dist/src/components/QueryResultTable/i18n/index.d.ts +0 -2
  330. package/dist/src/components/ResizeableDataTable/ResizeableDataTable.js +0 -14
  331. package/dist/src/components/ShortyString/i18n/index.d.ts +0 -2
  332. package/dist/src/components/SpeedMultiMeter/i18n/index.d.ts +0 -2
  333. package/dist/src/components/TableWithControlsLayout/TableWithControlsLayout.d.ts +0 -15
  334. package/dist/src/components/UsageLabel/UsageLabel.js +0 -10
  335. package/dist/src/components/VDiskInfo/VDiskInfo.js +0 -113
  336. package/dist/src/components/VDiskInfo/i18n/index.d.ts +0 -1
  337. package/dist/src/components/VDiskPopup/VDiskPopup.js +0 -96
  338. package/dist/src/components/VirtualTable/ResizeableVirtualTable.js +0 -16
  339. package/dist/src/components/VirtualTable/TableRow.d.ts +0 -22
  340. package/dist/src/components/VirtualTable/i18n/index.d.ts +0 -2
  341. package/dist/src/components/VirtualTable/reducer.js +0 -91
  342. package/dist/src/components/VirtualTable/types.d.ts +0 -53
  343. package/dist/src/components/slots/types.d.ts +0 -17
  344. package/dist/src/containers/App/App.d.ts +0 -21
  345. package/dist/src/containers/App/Content.d.ts +0 -19
  346. package/dist/src/containers/App/Content.js +0 -129
  347. package/dist/src/containers/App/Providers.js +0 -18
  348. package/dist/src/containers/App/appSlots.d.ts +0 -54
  349. package/dist/src/containers/App/i18n/index.d.ts +0 -2
  350. package/dist/src/containers/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +0 -10
  351. package/dist/src/containers/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +0 -4
  352. package/dist/src/containers/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +0 -7
  353. package/dist/src/containers/AppWithClusters/i18n/index.d.ts +0 -2
  354. package/dist/src/containers/AppWithClusters/useClusterData.js +0 -27
  355. package/dist/src/containers/AsideNavigation/Navigation.d.ts +0 -8
  356. package/dist/src/containers/AsideNavigation/YdbInternalUser/YdbInternalUser.js +0 -23
  357. package/dist/src/containers/AsideNavigation/i18n/index.d.ts +0 -2
  358. package/dist/src/containers/Authentication/Authentication.js +0 -67
  359. package/dist/src/containers/Cluster/Cluster.d.ts +0 -10
  360. package/dist/src/containers/Cluster/Cluster.js +0 -93
  361. package/dist/src/containers/Cluster/Cluster.scss +0 -34
  362. package/dist/src/containers/Cluster/i18n/index.d.ts +0 -2
  363. package/dist/src/containers/Clusters/Clusters.js +0 -82
  364. package/dist/src/containers/Clusters/i18n/index.d.ts +0 -2
  365. package/dist/src/containers/Header/Header.js +0 -56
  366. package/dist/src/containers/Header/breadcrumbs.d.ts +0 -8
  367. package/dist/src/containers/Header/breadcrumbs.js +0 -125
  368. package/dist/src/containers/Header/i18n/index.d.ts +0 -1
  369. package/dist/src/containers/Heatmap/Heatmap.js +0 -75
  370. package/dist/src/containers/Heatmap/Histogram/Histogram.js +0 -64
  371. package/dist/src/containers/Node/Node.d.ts +0 -9
  372. package/dist/src/containers/Node/Node.js +0 -90
  373. package/dist/src/containers/Node/Node.scss +0 -51
  374. package/dist/src/containers/Node/NodeStructure/NodeStructure.js +0 -69
  375. package/dist/src/containers/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -8
  376. package/dist/src/containers/Node/NodeStructure/Pdisk.js +0 -113
  377. package/dist/src/containers/Node/i18n/index.d.ts +0 -2
  378. package/dist/src/containers/Nodes/Nodes.js +0 -94
  379. package/dist/src/containers/Nodes/NodesWrapper.js +0 -14
  380. package/dist/src/containers/Nodes/VirtualNodes.js +0 -81
  381. package/dist/src/containers/Nodes/getNodes.js +0 -15
  382. package/dist/src/containers/Nodes/getNodesColumns.js +0 -211
  383. package/dist/src/containers/Nodes/i18n/index.d.ts +0 -2
  384. package/dist/src/containers/PDiskPage/PDiskPage.js +0 -90
  385. package/dist/src/containers/PDiskPage/PDiskPage.scss +0 -27
  386. package/dist/src/containers/PDiskPage/i18n/index.d.ts +0 -1
  387. package/dist/src/containers/ReduxTooltip/ReduxTooltip.d.ts +0 -23
  388. package/dist/src/containers/Storage/EmptyFilter/i18n/index.d.ts +0 -2
  389. package/dist/src/containers/Storage/Storage.js +0 -118
  390. package/dist/src/containers/Storage/StorageGroups/getGroups.js +0 -16
  391. package/dist/src/containers/Storage/StorageGroups/getStorageGroupsColumns.d.ts +0 -62
  392. package/dist/src/containers/Storage/StorageGroups/getStorageGroupsColumns.js +0 -217
  393. package/dist/src/containers/Storage/StorageGroups/i18n/index.d.ts +0 -2
  394. package/dist/src/containers/Storage/StorageNodes/StorageNodes.js +0 -18
  395. package/dist/src/containers/Storage/StorageNodes/getNodes.js +0 -15
  396. package/dist/src/containers/Storage/StorageNodes/getStorageNodesColumns.d.ts +0 -51
  397. package/dist/src/containers/Storage/StorageNodes/getStorageNodesColumns.js +0 -95
  398. package/dist/src/containers/Storage/StorageNodes/i18n/index.d.ts +0 -2
  399. package/dist/src/containers/Storage/StorageWrapper.js +0 -14
  400. package/dist/src/containers/Storage/UsageFilter/i18n/index.d.ts +0 -2
  401. package/dist/src/containers/Storage/i18n/index.d.ts +0 -2
  402. package/dist/src/containers/Tablet/Tablet.js +0 -72
  403. package/dist/src/containers/Tablet/i18n/index.d.ts +0 -2
  404. package/dist/src/containers/Tablets/Tablets.js +0 -135
  405. package/dist/src/containers/Tablets/i18n/index.d.ts +0 -2
  406. package/dist/src/containers/TabletsFilters/i18n/index.d.ts +0 -2
  407. package/dist/src/containers/Tenant/Acl/Acl.js +0 -111
  408. package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +0 -6
  409. package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +0 -18
  410. package/dist/src/containers/Tenant/Diagnostics/Autorefresh/AutorefreshControl.scss +0 -5
  411. package/dist/src/containers/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +0 -2
  412. package/dist/src/containers/Tenant/Diagnostics/Autorefresh/i18n/index.js +0 -4
  413. package/dist/src/containers/Tenant/Diagnostics/Consumers/columns/columns.js +0 -64
  414. package/dist/src/containers/Tenant/Diagnostics/Consumers/i18n/index.d.ts +0 -2
  415. package/dist/src/containers/Tenant/Diagnostics/Diagnostics.js +0 -108
  416. package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +0 -2
  417. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +0 -2
  418. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +0 -2
  419. package/dist/src/containers/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +0 -2
  420. package/dist/src/containers/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +0 -2
  421. package/dist/src/containers/Tenant/Diagnostics/Partitions/i18n/index.d.ts +0 -2
  422. package/dist/src/containers/Tenant/Diagnostics/Partitions/utils/index.js +0 -12
  423. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +0 -33
  424. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +0 -2
  425. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +0 -15
  426. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +0 -31
  427. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +0 -95
  428. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +0 -23
  429. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +0 -23
  430. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +0 -39
  431. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +0 -27
  432. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +0 -25
  433. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +0 -21
  434. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +0 -23
  435. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +0 -45
  436. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +0 -2
  437. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +0 -15
  438. package/dist/src/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +0 -63
  439. package/dist/src/containers/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +0 -2
  440. package/dist/src/containers/Tenant/Diagnostics/TopShards/Filters/Filters.js +0 -22
  441. package/dist/src/containers/Tenant/Diagnostics/TopShards/TopShards.js +0 -146
  442. package/dist/src/containers/Tenant/Diagnostics/TopShards/i18n/index.d.ts +0 -2
  443. package/dist/src/containers/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +0 -8
  444. package/dist/src/containers/Tenant/Info/ExternalTable/ExternalTable.d.ts +0 -8
  445. package/dist/src/containers/Tenant/Info/ExternalTable/ExternalTable.js +0 -54
  446. package/dist/src/containers/Tenant/Info/i18n/index.d.ts +0 -2
  447. package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.js +0 -265
  448. package/dist/src/containers/Tenant/Query/Query.js +0 -44
  449. package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +0 -35
  450. package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.js +0 -309
  451. package/dist/src/containers/Tenant/Query/QueryEditor/helpers.js +0 -19
  452. package/dist/src/containers/Tenant/Query/QueryTabs/QueryTabs.js +0 -29
  453. package/dist/src/containers/Tenant/Query/i18n/index.d.ts +0 -2
  454. package/dist/src/containers/Tenant/Schema/SchemaTree/SchemaTree.js +0 -50
  455. package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +0 -2
  456. package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.js +0 -115
  457. package/dist/src/containers/Tenant/Tenant.d.ts +0 -8
  458. package/dist/src/containers/Tenant/Tenant.js +0 -68
  459. package/dist/src/containers/Tenant/TenantNavigation/useTenantNavigation.js +0 -44
  460. package/dist/src/containers/Tenant/i18n/en.json +0 -44
  461. package/dist/src/containers/Tenant/i18n/index.d.ts +0 -2
  462. package/dist/src/containers/Tenant/utils/constants.js +0 -3
  463. package/dist/src/containers/Tenant/utils/paneVisibilityToggleHelpers.js +0 -50
  464. package/dist/src/containers/Tenant/utils/schema.d.ts +0 -17
  465. package/dist/src/containers/Tenant/utils/schemaActions.d.ts +0 -8
  466. package/dist/src/containers/Tenant/utils/schemaActions.js +0 -130
  467. package/dist/src/containers/Tenants/Tenants.js +0 -171
  468. package/dist/src/containers/UserSettings/Setting.d.ts +0 -21
  469. package/dist/src/containers/UserSettings/UserSettings.js +0 -18
  470. package/dist/src/containers/UserSettings/i18n/index.d.ts +0 -2
  471. package/dist/src/containers/VDiskPage/VDiskPage.js +0 -109
  472. package/dist/src/containers/VDiskPage/VDiskPage.scss +0 -31
  473. package/dist/src/containers/VDiskPage/i18n/index.d.ts +0 -1
  474. package/dist/src/containers/Versions/NodesTable/NodesTable.js +0 -92
  475. package/dist/src/containers/Versions/Versions.js +0 -36
  476. package/dist/src/routes.js +0 -72
  477. package/dist/src/services/api.d.ts +0 -143
  478. package/dist/src/services/api.js +0 -354
  479. package/dist/src/services/parsers/parseMetaCluster.js +0 -5
  480. package/dist/src/services/settings.d.ts +0 -42
  481. package/dist/src/services/settings.js +0 -74
  482. package/dist/src/store/getUrlData.d.ts +0 -13
  483. package/dist/src/store/reducers/authentication/authentication.d.ts +0 -193
  484. package/dist/src/store/reducers/authentication/authentication.js +0 -59
  485. package/dist/src/store/reducers/cluster/cluster.d.ts +0 -12
  486. package/dist/src/store/reducers/cluster/cluster.js +0 -80
  487. package/dist/src/store/reducers/cluster/utils.d.ts +0 -4
  488. package/dist/src/store/reducers/cluster/utils.js +0 -68
  489. package/dist/src/store/reducers/clusterNodes/clusterNodes.d.ts +0 -7
  490. package/dist/src/store/reducers/clusterNodes/clusterNodes.js +0 -23
  491. package/dist/src/store/reducers/clusters/clusters.d.ts +0 -7
  492. package/dist/src/store/reducers/clusters/clusters.js +0 -35
  493. package/dist/src/store/reducers/clusters/utils.js +0 -13
  494. package/dist/src/store/reducers/describe.d.ts +0 -4
  495. package/dist/src/store/reducers/executeQuery.d.ts +0 -44
  496. package/dist/src/store/reducers/executeQuery.js +0 -145
  497. package/dist/src/store/reducers/executeTopQueries/executeTopQueries.d.ts +0 -10
  498. package/dist/src/store/reducers/executeTopQueries/executeTopQueries.js +0 -68
  499. package/dist/src/store/reducers/explainQuery/explainQuery.d.ts +0 -9
  500. package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -1460
  501. package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.js +0 -73
  502. package/dist/src/store/reducers/heatmap.d.ts +0 -14
  503. package/dist/src/store/reducers/heatmap.js +0 -75
  504. package/dist/src/store/reducers/hotKeys/hotKeys.d.ts +0 -6
  505. package/dist/src/store/reducers/index.d.ts +0 -96
  506. package/dist/src/store/reducers/index.js +0 -43
  507. package/dist/src/store/reducers/network/network.d.ts +0 -3
  508. package/dist/src/store/reducers/node/node.d.ts +0 -8
  509. package/dist/src/store/reducers/node/selectors.js +0 -38
  510. package/dist/src/store/reducers/nodes/nodes.d.ts +0 -5
  511. package/dist/src/store/reducers/nodes/nodes.js +0 -32
  512. package/dist/src/store/reducers/nodes/selectors.d.ts +0 -11
  513. package/dist/src/store/reducers/nodes/types.d.ts +0 -59
  514. package/dist/src/store/reducers/nodes/utils.js +0 -51
  515. package/dist/src/store/reducers/nodesList.d.ts +0 -45
  516. package/dist/src/store/reducers/olapStats.d.ts +0 -5
  517. package/dist/src/store/reducers/overview/overview.d.ts +0 -6
  518. package/dist/src/store/reducers/partitions/partitions.d.ts +0 -10
  519. package/dist/src/store/reducers/partitions/utils.js +0 -41
  520. package/dist/src/store/reducers/pdisk/pdisk.d.ts +0 -9
  521. package/dist/src/store/reducers/pdisk/utils.js +0 -32
  522. package/dist/src/store/reducers/preview.d.ts +0 -10
  523. package/dist/src/store/reducers/schema/schema.d.ts +0 -27
  524. package/dist/src/store/reducers/schema/schema.js +0 -78
  525. package/dist/src/store/reducers/schemaAcl/schemaAcl.d.ts +0 -8
  526. package/dist/src/store/reducers/shardsWorkload/shardsWorkload.d.ts +0 -17
  527. package/dist/src/store/reducers/shardsWorkload/shardsWorkload.js +0 -109
  528. package/dist/src/store/reducers/storage/storage.d.ts +0 -6
  529. package/dist/src/store/reducers/storage/storage.js +0 -32
  530. package/dist/src/store/reducers/storage/utils.js +0 -117
  531. package/dist/src/store/reducers/tablet.d.ts +0 -14
  532. package/dist/src/store/reducers/tablets.d.ts +0 -345
  533. package/dist/src/store/reducers/tablets.js +0 -56
  534. package/dist/src/store/reducers/tenant/tenant.d.ts +0 -9
  535. package/dist/src/store/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +0 -5
  536. package/dist/src/store/reducers/tenantOverview/topNodes/topNodes.d.ts +0 -4
  537. package/dist/src/store/reducers/tenantOverview/topNodes/topNodes.js +0 -22
  538. package/dist/src/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +0 -5
  539. package/dist/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +0 -6
  540. package/dist/src/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +0 -4
  541. package/dist/src/store/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +0 -21
  542. package/dist/src/store/reducers/tenants/selectors.d.ts +0 -672
  543. package/dist/src/store/reducers/tenants/tenants.d.ts +0 -9
  544. package/dist/src/store/reducers/tenants/utils.d.ts +0 -47
  545. package/dist/src/store/reducers/tenants/utils.js +0 -212
  546. package/dist/src/store/reducers/tooltip.js +0 -39
  547. package/dist/src/store/reducers/topic.d.ts +0 -1103
  548. package/dist/src/store/reducers/vdisk/utils.js +0 -33
  549. package/dist/src/store/reducers/vdisk/vdisk.d.ts +0 -6
  550. package/dist/src/store/reducers/viewSchema/viewSchema.d.ts +0 -6
  551. package/dist/src/store/state-url-mapping.js +0 -150
  552. package/dist/src/types/additionalProps.d.ts +0 -25
  553. package/dist/src/utils/bytesParsers/formatBytes.js +0 -94
  554. package/dist/src/utils/bytesParsers/i18n/index.d.ts +0 -2
  555. package/dist/src/utils/clusterVersionColors.js +0 -51
  556. package/dist/src/utils/constants.d.ts +0 -107
  557. package/dist/src/utils/constants.js +0 -105
  558. package/dist/src/utils/dataFormatters/i18n/index.d.ts +0 -2
  559. package/dist/src/utils/disks/constants.js +0 -38
  560. package/dist/src/utils/disks/prepareDisks.js +0 -40
  561. package/dist/src/utils/hooks/useSearchQuery.d.ts +0 -2
  562. package/dist/src/utils/hooks/useSearchQuery.js +0 -6
  563. package/dist/src/utils/i18n/i18n.d.ts +0 -11
  564. package/dist/src/utils/lazyComponent.js +0 -25
  565. package/dist/src/utils/nodes.d.ts +0 -46
  566. package/dist/src/utils/nodes.js +0 -61
  567. package/dist/src/utils/query.js +0 -194
  568. package/dist/src/utils/response.d.ts +0 -4
  569. package/dist/src/utils/timeParsers/i18n/index.d.ts +0 -2
  570. /package/dist/{src/assets → assets}/icons/cluster.svg +0 -0
  571. /package/dist/{src/assets → assets}/icons/databases.svg +0 -0
  572. /package/dist/{src/assets → assets}/icons/disableFullscreen.svg +0 -0
  573. /package/dist/{src/assets → assets}/icons/emptyState.svg +0 -0
  574. /package/dist/{src/assets → assets}/icons/key.svg +0 -0
  575. /package/dist/{src/assets → assets}/icons/monitoring.svg +0 -0
  576. /package/dist/{src/assets → assets}/icons/network.svg +0 -0
  577. /package/dist/{src/assets → assets}/icons/user-check.svg +0 -0
  578. /package/dist/{src/assets → assets}/icons/user-secret.svg +0 -0
  579. /package/dist/{src/assets → assets}/icons/ydb.svg +0 -0
  580. /package/dist/{src/assets → assets}/illustrations/dark/403.svg +0 -0
  581. /package/dist/{src/assets → assets}/illustrations/dark/error.svg +0 -0
  582. /package/dist/{src/assets → assets}/illustrations/dark/thumbsUp.svg +0 -0
  583. /package/dist/{src/assets → assets}/illustrations/light/403.svg +0 -0
  584. /package/dist/{src/assets → assets}/illustrations/light/error.svg +0 -0
  585. /package/dist/{src/assets → assets}/illustrations/light/thumbsUp.svg +0 -0
  586. /package/dist/{src/components → components}/AsyncReplicationState/AsyncReplicationState.d.ts +0 -0
  587. /package/dist/{src/components → components}/AsyncReplicationState/AsyncReplicationState.js +0 -0
  588. /package/dist/{src/components → components}/AsyncReplicationState/index.d.ts +0 -0
  589. /package/dist/{src/components → components}/AsyncReplicationState/index.js +0 -0
  590. /package/dist/{src/containers/Tenant/Diagnostics/Autorefresh → components/AutoRefreshControl}/i18n/en.json +0 -0
  591. /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.d.ts +0 -0
  592. /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.js +0 -0
  593. /package/dist/{src/components → components}/BasicNodeViewer/BasicNodeViewer.scss +0 -0
  594. /package/dist/{src/components → components}/BasicNodeViewer/index.d.ts +0 -0
  595. /package/dist/{src/components → components}/BasicNodeViewer/index.js +0 -0
  596. /package/dist/{src/components → components}/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +0 -0
  597. /package/dist/{src/components → components}/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +0 -0
  598. /package/dist/{src/components → components}/CellWithPopover/CellWithPopover.d.ts +0 -0
  599. /package/dist/{src/components → components}/CellWithPopover/CellWithPopover.scss +0 -0
  600. /package/dist/{src/components → components}/CircularProgressBar/CircularProgressBar.js +0 -0
  601. /package/dist/{src/components → components}/CircularProgressBar/CircularProgressBar.scss +0 -0
  602. /package/dist/{src/components → components}/ClipboardButton/ClipboardButton.d.ts +0 -0
  603. /package/dist/{src/components → components}/ClipboardButton/index.d.ts +0 -0
  604. /package/dist/{src/components → components}/ClipboardButton/index.js +0 -0
  605. /package/dist/{src/components → components}/ComponentsProvider/ComponentsProvider.d.ts +0 -0
  606. /package/dist/{src/components → components}/ComponentsProvider/ComponentsProvider.js +0 -0
  607. /package/dist/{src/components → components}/ComponentsProvider/componentsRegistry.d.ts +0 -0
  608. /package/dist/{src/components → components}/ComponentsProvider/componentsRegistry.js +0 -0
  609. /package/dist/{src/components → components}/ComponentsProvider/registry.js +0 -0
  610. /package/dist/{src/components → components}/ContentWithPopup/ContentWithPopup.d.ts +0 -0
  611. /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.d.ts +0 -0
  612. /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.js +0 -0
  613. /package/dist/{src/components → components}/CriticalActionDialog/CriticalActionDialog.scss +0 -0
  614. /package/dist/{src/components → components}/CriticalActionDialog/i18n/en.json +0 -0
  615. /package/dist/{src/components → components}/CriticalActionDialog/i18n/index.js +0 -0
  616. /package/dist/{src/components → components}/CriticalActionDialog/index.d.ts +0 -0
  617. /package/dist/{src/components → components}/CriticalActionDialog/index.js +0 -0
  618. /package/dist/{src/components → components}/DateRange/DateRange.d.ts +0 -0
  619. /package/dist/{src/components → components}/DateRange/DateRange.js +0 -0
  620. /package/dist/{src/components → components}/DateRange/DateRange.scss +0 -0
  621. /package/dist/{src/components → components}/DateRange/index.d.ts +0 -0
  622. /package/dist/{src/components → components}/DateRange/index.js +0 -0
  623. /package/dist/{src/components → components}/DiagnosticCard/DiagnosticCard.js +0 -0
  624. /package/dist/{src/components → components}/DiagnosticCard/DiagnosticCard.scss +0 -0
  625. /package/dist/{src/components → components}/DiskPageTitle/DiskPageTitle.js +0 -0
  626. /package/dist/{src/components → components}/DiskPageTitle/DiskPageTitle.scss +0 -0
  627. /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +0 -0
  628. /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.js +0 -0
  629. /package/dist/{src/components → components}/DiskStateProgressBar/DiskStateProgressBar.scss +0 -0
  630. /package/dist/{src/components → components}/Divider/Divider.d.ts +0 -0
  631. /package/dist/{src/components → components}/Divider/Divider.js +0 -0
  632. /package/dist/{src/components → components}/Divider/Divider.scss +0 -0
  633. /package/dist/{src/components → components}/EmptyState/EmptyState.js +0 -0
  634. /package/dist/{src/components → components}/EmptyState/EmptyState.scss +0 -0
  635. /package/dist/{src/components → components}/EmptyState/index.d.ts +0 -0
  636. /package/dist/{src/components → components}/EmptyState/index.js +0 -0
  637. /package/dist/{src/components → components}/EnableFullscreenButton/EnableFullscreenButton.d.ts +0 -0
  638. /package/dist/{src/components → components}/EnableFullscreenButton/EnableFullscreenButton.js +0 -0
  639. /package/dist/{src/components → components}/EntitiesCount/EntitiesCount.d.ts +0 -0
  640. /package/dist/{src/components → components}/EntitiesCount/EntitiesCount.js +0 -0
  641. /package/dist/{src/components → components}/EntitiesCount/i18n/en.json +0 -0
  642. /package/dist/{src/components → components}/EntitiesCount/i18n/index.js +0 -0
  643. /package/dist/{src/components → components}/EntitiesCount/i18n/ru.json +0 -0
  644. /package/dist/{src/components → components}/EntitiesCount/index.d.ts +0 -0
  645. /package/dist/{src/components → components}/EntitiesCount/index.js +0 -0
  646. /package/dist/{src/components → components}/EntityStatus/EntityStatus.js +0 -0
  647. /package/dist/{src/components → components}/EntityStatus/EntityStatus.scss +0 -0
  648. /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.js +0 -0
  649. /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.scss +0 -0
  650. /package/dist/{src/components → components}/ErrorBoundary/i18n/en.json +0 -0
  651. /package/dist/{src/components → components}/ErrorBoundary/i18n/index.js +0 -0
  652. /package/dist/{src/components → components}/ErrorBoundary/i18n/ru.json +0 -0
  653. /package/dist/{src/components → components}/Errors/403/AccessDenied.d.ts +0 -0
  654. /package/dist/{src/components → components}/Errors/403/index.d.ts +0 -0
  655. /package/dist/{src/components → components}/Errors/403/index.js +0 -0
  656. /package/dist/{src/components → components}/Errors/ResponseError/ResponseError.d.ts +0 -0
  657. /package/dist/{src/components → components}/Errors/ResponseError/index.d.ts +0 -0
  658. /package/dist/{src/components → components}/Errors/ResponseError/index.js +0 -0
  659. /package/dist/{src/components → components}/Errors/i18n/en.json +0 -0
  660. /package/dist/{src/components → components}/Errors/i18n/index.js +0 -0
  661. /package/dist/{src/components → components}/Errors/i18n/ru.json +0 -0
  662. /package/dist/{src/components → components}/FormattedBytes/FormattedBytes.d.ts +0 -0
  663. /package/dist/{src/components → components}/FullNodeViewer/FullNodeViewer.d.ts +0 -0
  664. /package/dist/{src/components → components}/FullNodeViewer/FullNodeViewer.scss +0 -0
  665. /package/dist/{src/components → components}/Fullscreen/Fullscreen.d.ts +0 -0
  666. /package/dist/{src/components → components}/Fullscreen/Fullscreen.js +0 -0
  667. /package/dist/{src/components → components}/Fullscreen/Fullscreen.scss +0 -0
  668. /package/dist/{src/components → components}/GroupInfo/GroupInfo.d.ts +0 -0
  669. /package/dist/{src/components → components}/GroupInfo/i18n/en.json +0 -0
  670. /package/dist/{src/components → components}/GroupInfo/i18n/index.js +0 -0
  671. /package/dist/{src/components → components}/Illustration/Illustration.d.ts +0 -0
  672. /package/dist/{src/components → components}/Illustration/index.d.ts +0 -0
  673. /package/dist/{src/components → components}/Illustration/index.js +0 -0
  674. /package/dist/{src/components → components}/InfoViewer/InfoViewer.d.ts +0 -0
  675. /package/dist/{src/components → components}/InfoViewer/InfoViewer.js +0 -0
  676. /package/dist/{src/components → components}/InfoViewer/InfoViewer.scss +0 -0
  677. /package/dist/{src/components → components}/InfoViewer/formatters/cdcStream.js +0 -0
  678. /package/dist/{src/components → components}/InfoViewer/formatters/common.js +0 -0
  679. /package/dist/{src/components → components}/InfoViewer/formatters/index.d.ts +0 -0
  680. /package/dist/{src/components → components}/InfoViewer/formatters/index.js +0 -0
  681. /package/dist/{src/components → components}/InfoViewer/formatters/pqGroup.js +0 -0
  682. /package/dist/{src/components → components}/InfoViewer/formatters/schema.js +0 -0
  683. /package/dist/{src/components → components}/InfoViewer/formatters/table.js +0 -0
  684. /package/dist/{src/components → components}/InfoViewer/i18n/en.json +0 -0
  685. /package/dist/{src/components → components}/InfoViewer/i18n/index.js +0 -0
  686. /package/dist/{src/components → components}/InfoViewer/index.d.ts +0 -0
  687. /package/dist/{src/components → components}/InfoViewer/index.js +0 -0
  688. /package/dist/{src/components → components}/InfoViewer/schemaInfo/TableIndexInfo.d.ts +0 -0
  689. /package/dist/{src/components → components}/InfoViewer/schemaInfo/TableIndexInfo.js +0 -0
  690. /package/dist/{src/components → components}/InfoViewer/schemaInfo/index.d.ts +0 -0
  691. /package/dist/{src/components → components}/InfoViewer/schemaInfo/index.js +0 -0
  692. /package/dist/{src/components → components}/InfoViewer/utils.d.ts +0 -0
  693. /package/dist/{src/components → components}/InfoViewer/utils.js +0 -0
  694. /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +0 -0
  695. /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.js +0 -0
  696. /package/dist/{src/components → components}/InfoViewerSkeleton/InfoViewerSkeleton.scss +0 -0
  697. /package/dist/{src/components → components}/InternalLink/InternalLink.d.ts +0 -0
  698. /package/dist/{src/components → components}/InternalLink/index.d.ts +0 -0
  699. /package/dist/{src/components → components}/InternalLink/index.js +0 -0
  700. /package/dist/{src/components → components}/LabelWithPopover/LabelWithPopover.js +0 -0
  701. /package/dist/{src/components → components}/LabelWithPopover/index.d.ts +0 -0
  702. /package/dist/{src/components → components}/LabelWithPopover/index.js +0 -0
  703. /package/dist/{src/components → components}/LagImages/LagImages.d.ts +0 -0
  704. /package/dist/{src/components → components}/LagImages/LagImages.js +0 -0
  705. /package/dist/{src/components → components}/LagImages/index.d.ts +0 -0
  706. /package/dist/{src/components → components}/LagImages/index.js +0 -0
  707. /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.d.ts +0 -0
  708. /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.js +0 -0
  709. /package/dist/{src/components → components}/LagPopoverContent/LagPopoverContent.scss +0 -0
  710. /package/dist/{src/components → components}/LagPopoverContent/index.d.ts +0 -0
  711. /package/dist/{src/components → components}/LagPopoverContent/index.js +0 -0
  712. /package/dist/{src/components → components}/LinkToSchemaObject/LinkToSchemaObject.d.ts +0 -0
  713. /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.d.ts +0 -0
  714. /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.js +0 -0
  715. /package/dist/{src/components → components}/LinkWithIcon/LinkWithIcon.scss +0 -0
  716. /package/dist/{src/components → components}/Loader/Loader.d.ts +0 -0
  717. /package/dist/{src/components → components}/Loader/Loader.js +0 -0
  718. /package/dist/{src/components → components}/Loader/Loader.scss +0 -0
  719. /package/dist/{src/components → components}/Loader/index.d.ts +0 -0
  720. /package/dist/{src/components → components}/Loader/index.js +0 -0
  721. /package/dist/{src/components → components}/MetricChart/MetricChart.d.ts +0 -0
  722. /package/dist/{src/components → components}/MetricChart/MetricChart.js +0 -0
  723. /package/dist/{src/components → components}/MetricChart/MetricChart.scss +0 -0
  724. /package/dist/{src/components → components}/MetricChart/colors.d.ts +0 -0
  725. /package/dist/{src/components → components}/MetricChart/colors.js +0 -0
  726. /package/dist/{src/components → components}/MetricChart/convertResponse.d.ts +0 -0
  727. /package/dist/{src/components → components}/MetricChart/getChartData.js +0 -0
  728. /package/dist/{src/components → components}/MetricChart/getDefaultDataFormatter.d.ts +0 -0
  729. /package/dist/{src/components → components}/MetricChart/getDefaultDataFormatter.js +0 -0
  730. /package/dist/{src/components → components}/MetricChart/i18n/en.json +0 -0
  731. /package/dist/{src/components → components}/MetricChart/i18n/index.js +0 -0
  732. /package/dist/{src/components → components}/MetricChart/index.d.ts +0 -0
  733. /package/dist/{src/components → components}/MetricChart/index.js +0 -0
  734. /package/dist/{src/components → components}/MetricChart/reducer.js +0 -0
  735. /package/dist/{src/components → components}/MetricChart/types.d.ts +0 -0
  736. /package/dist/{src/components → components}/MetricChart/types.js +0 -0
  737. /package/dist/{src/components → components}/MonacoEditor/MonacoEditor.js +0 -0
  738. /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.d.ts +0 -0
  739. /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.js +0 -0
  740. /package/dist/{src/components → components}/MonitoringButton/MonitoringButton.scss +0 -0
  741. /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.d.ts +0 -0
  742. /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.js +0 -0
  743. /package/dist/{src/components → components}/NodeHostWrapper/NodeHostWrapper.scss +0 -0
  744. /package/dist/{src/components → components}/PDiskInfo/PDiskInfo.d.ts +0 -0
  745. /package/dist/{src/components → components}/PDiskInfo/PDiskInfo.scss +0 -0
  746. /package/dist/{src/components → components}/PDiskInfo/i18n/en.json +0 -0
  747. /package/dist/{src/components → components}/PDiskInfo/i18n/index.js +0 -0
  748. /package/dist/{src/components → components}/PDiskPopup/PDiskPopup.d.ts +0 -0
  749. /package/dist/{src/components → components}/PDiskPopup/PDiskPopup.scss +0 -0
  750. /package/dist/{src/components → components}/PageMeta/PageMeta.d.ts +0 -0
  751. /package/dist/{src/components → components}/PageMeta/PageMeta.js +0 -0
  752. /package/dist/{src/components → components}/PageMeta/PageMeta.scss +0 -0
  753. /package/dist/{src/components → components}/PoolBar/PoolBar.d.ts +0 -0
  754. /package/dist/{src/components → components}/PoolBar/PoolBar.js +0 -0
  755. /package/dist/{src/components → components}/PoolBar/PoolBar.scss +0 -0
  756. /package/dist/{src/components → components}/PoolUsage/PoolUsage.d.ts +0 -0
  757. /package/dist/{src/components → components}/PoolUsage/PoolUsage.js +0 -0
  758. /package/dist/{src/components → components}/PoolUsage/PoolUsage.scss +0 -0
  759. /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.d.ts +0 -0
  760. /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.js +0 -0
  761. /package/dist/{src/components → components}/PoolsGraph/PoolsGraph.scss +0 -0
  762. /package/dist/{src/components → components}/ProblemFilter/ProblemFilter.d.ts +0 -0
  763. /package/dist/{src/components → components}/ProblemFilter/ProblemFilter.js +0 -0
  764. /package/dist/{src/components → components}/ProblemFilter/index.d.ts +0 -0
  765. /package/dist/{src/components → components}/ProblemFilter/index.js +0 -0
  766. /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.d.ts +0 -0
  767. /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.js +0 -0
  768. /package/dist/{src/components → components}/ProgressViewer/ProgressViewer.scss +0 -0
  769. /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.d.ts +0 -0
  770. /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.js +0 -0
  771. /package/dist/{src/components → components}/QueryExecutionStatus/QueryExecutionStatus.scss +0 -0
  772. /package/dist/{src/components → components}/QueryExecutionStatus/index.d.ts +0 -0
  773. /package/dist/{src/components → components}/QueryExecutionStatus/index.js +0 -0
  774. /package/dist/{src/components → components}/QueryResultTable/Cell/Cell.d.ts +0 -0
  775. /package/dist/{src/components → components}/QueryResultTable/Cell/Cell.js +0 -0
  776. /package/dist/{src/components → components}/QueryResultTable/Cell/index.d.ts +0 -0
  777. /package/dist/{src/components → components}/QueryResultTable/Cell/index.js +0 -0
  778. /package/dist/{src/components → components}/QueryResultTable/QueryResultTable.d.ts +0 -0
  779. /package/dist/{src/components → components}/QueryResultTable/QueryResultTable.scss +0 -0
  780. /package/dist/{src/components → components}/QueryResultTable/i18n/en.json +0 -0
  781. /package/dist/{src/components → components}/QueryResultTable/i18n/index.js +0 -0
  782. /package/dist/{src/components → components}/QueryResultTable/i18n/ru.json +0 -0
  783. /package/dist/{src/components → components}/QueryResultTable/index.d.ts +0 -0
  784. /package/dist/{src/components → components}/QueryResultTable/index.js +0 -0
  785. /package/dist/{src/components → components}/ResizeableDataTable/ResizeableDataTable.d.ts +0 -0
  786. /package/dist/{src/components → components}/ResizeableDataTable/ResizeableDataTable.scss +0 -0
  787. /package/dist/{src/components → components}/Search/Search.d.ts +0 -0
  788. /package/dist/{src/components → components}/Search/Search.js +0 -0
  789. /package/dist/{src/components → components}/Search/Search.scss +0 -0
  790. /package/dist/{src/components → components}/Search/index.d.ts +0 -0
  791. /package/dist/{src/components → components}/Search/index.js +0 -0
  792. /package/dist/{src/components → components}/ShortyString/ShortyString.d.ts +0 -0
  793. /package/dist/{src/components → components}/ShortyString/ShortyString.js +0 -0
  794. /package/dist/{src/components → components}/ShortyString/ShortyString.scss +0 -0
  795. /package/dist/{src/components → components}/ShortyString/i18n/en.json +0 -0
  796. /package/dist/{src/components → components}/ShortyString/i18n/index.js +0 -0
  797. /package/dist/{src/components → components}/ShortyString/i18n/ru.json +0 -0
  798. /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.d.ts +0 -0
  799. /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.js +0 -0
  800. /package/dist/{src/components → components}/SpeedMultiMeter/SpeedMultiMeter.scss +0 -0
  801. /package/dist/{src/components → components}/SpeedMultiMeter/i18n/en.json +0 -0
  802. /package/dist/{src/components → components}/SpeedMultiMeter/i18n/index.js +0 -0
  803. /package/dist/{src/components → components}/SpeedMultiMeter/i18n/ru.json +0 -0
  804. /package/dist/{src/components → components}/SpeedMultiMeter/index.d.ts +0 -0
  805. /package/dist/{src/components → components}/SpeedMultiMeter/index.js +0 -0
  806. /package/dist/{src/components → components}/SplitPane/SplitPane.d.ts +0 -0
  807. /package/dist/{src/components → components}/SplitPane/SplitPane.js +0 -0
  808. /package/dist/{src/components → components}/SplitPane/SplitPane.scss +0 -0
  809. /package/dist/{src/components → components}/SplitPane/index.d.ts +0 -0
  810. /package/dist/{src/components → components}/SplitPane/index.js +0 -0
  811. /package/dist/{src/components → components}/Stack/Stack.d.ts +0 -0
  812. /package/dist/{src/components → components}/Stack/Stack.js +0 -0
  813. /package/dist/{src/components → components}/Stack/Stack.scss +0 -0
  814. /package/dist/{src/components → components}/StatusIcon/StatusIcon.d.ts +0 -0
  815. /package/dist/{src/components → components}/StatusIcon/StatusIcon.js +0 -0
  816. /package/dist/{src/components → components}/StatusIcon/StatusIcon.scss +0 -0
  817. /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.d.ts +0 -0
  818. /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.js +0 -0
  819. /package/dist/{src/components → components}/TableSkeleton/TableSkeleton.scss +0 -0
  820. /package/dist/{src/components → components}/TableWithControlsLayout/TableWithControlsLayout.js +0 -0
  821. /package/dist/{src/components → components}/TableWithControlsLayout/TableWithControlsLayout.scss +0 -0
  822. /package/dist/{src/components → components}/Tablet/Tablet.d.ts +0 -0
  823. /package/dist/{src/components → components}/Tablet/Tablet.js +0 -0
  824. /package/dist/{src/components → components}/Tablet/Tablet.scss +0 -0
  825. /package/dist/{src/components → components}/Tablet/index.d.ts +0 -0
  826. /package/dist/{src/components → components}/Tablet/index.js +0 -0
  827. /package/dist/{src/components → components}/TabletIcon/TabletIcon.d.ts +0 -0
  828. /package/dist/{src/components → components}/TabletIcon/TabletIcon.js +0 -0
  829. /package/dist/{src/components → components}/TabletIcon/TabletIcon.scss +0 -0
  830. /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.d.ts +0 -0
  831. /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.js +0 -0
  832. /package/dist/{src/components → components}/TabletsOverall/TabletsOverall.scss +0 -0
  833. /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.d.ts +0 -0
  834. /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.js +0 -0
  835. /package/dist/{src/components → components}/TabletsStatistic/TabletsStatistic.scss +0 -0
  836. /package/dist/{src/components → components}/TabletsStatistic/index.d.ts +0 -0
  837. /package/dist/{src/components → components}/TabletsStatistic/index.js +0 -0
  838. /package/dist/{src/components → components}/Tag/Tag.d.ts +0 -0
  839. /package/dist/{src/components → components}/Tag/Tag.js +0 -0
  840. /package/dist/{src/components → components}/Tag/Tag.scss +0 -0
  841. /package/dist/{src/components → components}/Tag/index.d.ts +0 -0
  842. /package/dist/{src/components → components}/Tag/index.js +0 -0
  843. /package/dist/{src/components → components}/Tags/Tags.d.ts +0 -0
  844. /package/dist/{src/components → components}/Tags/Tags.js +0 -0
  845. /package/dist/{src/components → components}/Tags/Tags.scss +0 -0
  846. /package/dist/{src/components → components}/Tags/index.d.ts +0 -0
  847. /package/dist/{src/components → components}/Tags/index.js +0 -0
  848. /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.d.ts +0 -0
  849. /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.js +0 -0
  850. /package/dist/{src/components → components}/TimeFrameSelector/TimeFrameSelector.scss +0 -0
  851. /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +0 -0
  852. /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +0 -0
  853. /package/dist/{src/components → components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.scss +0 -0
  854. /package/dist/{src/components → components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +0 -0
  855. /package/dist/{src/components → components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.js +0 -0
  856. /package/dist/{src/components → components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +0 -0
  857. /package/dist/{src/components → components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.js +0 -0
  858. /package/dist/{src/components → components}/TooltipsContent/index.d.ts +0 -0
  859. /package/dist/{src/components → components}/TooltipsContent/index.js +0 -0
  860. /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.d.ts +0 -0
  861. /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.js +0 -0
  862. /package/dist/{src/components → components}/TruncatedQuery/TruncatedQuery.scss +0 -0
  863. /package/dist/{src/components → components}/UptimeFIlter/UptimeFilter.d.ts +0 -0
  864. /package/dist/{src/components → components}/UptimeFIlter/UptimeFilter.js +0 -0
  865. /package/dist/{src/components → components}/UptimeFIlter/index.d.ts +0 -0
  866. /package/dist/{src/components → components}/UptimeFIlter/index.js +0 -0
  867. /package/dist/{src/components → components}/UsageLabel/UsageLabel.d.ts +0 -0
  868. /package/dist/{src/components → components}/UsageLabel/UsageLabel.scss +0 -0
  869. /package/dist/{src/components → components}/User/StaffCard.d.ts +0 -0
  870. /package/dist/{src/components → components}/User/StaffCard.js +0 -0
  871. /package/dist/{src/components → components}/User/User.d.ts +0 -0
  872. /package/dist/{src/components → components}/User/User.js +0 -0
  873. /package/dist/{src/components → components}/User/User.scss +0 -0
  874. /package/dist/{src/components → components}/VDisk/VDisk.d.ts +0 -0
  875. /package/dist/{src/components → components}/VDisk/VDisk.js +0 -0
  876. /package/dist/{src/components → components}/VDisk/VDisk.scss +0 -0
  877. /package/dist/{src/components → components}/VDisk/VDiskWithDonorsStack.d.ts +0 -0
  878. /package/dist/{src/components → components}/VDisk/VDiskWithDonorsStack.js +0 -0
  879. /package/dist/{src/components → components}/VDiskInfo/VDiskInfo.d.ts +0 -0
  880. /package/dist/{src/components → components}/VDiskInfo/VDiskInfo.scss +0 -0
  881. /package/dist/{src/components → components}/VDiskInfo/i18n/en.json +0 -0
  882. /package/dist/{src/components → components}/VDiskInfo/i18n/index.js +0 -0
  883. /package/dist/{src/components → components}/VDiskPopup/VDiskPopup.d.ts +0 -0
  884. /package/dist/{src/components → components}/VDiskPopup/VDiskPopup.scss +0 -0
  885. /package/dist/{src/components → components}/VirtualTable/ResizeHandler.d.ts +0 -0
  886. /package/dist/{src/components → components}/VirtualTable/ResizeHandler.js +0 -0
  887. /package/dist/{src/components → components}/VirtualTable/ResizeableVirtualTable.d.ts +0 -0
  888. /package/dist/{src/components → components}/VirtualTable/TableChunk.d.ts +0 -0
  889. /package/dist/{src/components → components}/VirtualTable/TableChunk.js +0 -0
  890. /package/dist/{src/components → components}/VirtualTable/TableHead.d.ts +0 -0
  891. /package/dist/{src/components → components}/VirtualTable/TableHead.js +0 -0
  892. /package/dist/{src/components → components}/VirtualTable/TableRow.js +0 -0
  893. /package/dist/{src/components → components}/VirtualTable/VirtualTable.d.ts +0 -0
  894. /package/dist/{src/components → components}/VirtualTable/VirtualTable.js +0 -0
  895. /package/dist/{src/components → components}/VirtualTable/VirtualTable.scss +0 -0
  896. /package/dist/{src/components → components}/VirtualTable/constants.d.ts +0 -0
  897. /package/dist/{src/components → components}/VirtualTable/constants.js +0 -0
  898. /package/dist/{src/components → components}/VirtualTable/i18n/en.json +0 -0
  899. /package/dist/{src/components → components}/VirtualTable/i18n/index.js +0 -0
  900. /package/dist/{src/components → components}/VirtualTable/i18n/ru.json +0 -0
  901. /package/dist/{src/components → components}/VirtualTable/index.d.ts +0 -0
  902. /package/dist/{src/components → components}/VirtualTable/index.js +0 -0
  903. /package/dist/{src/components → components}/VirtualTable/reducer.d.ts +0 -0
  904. /package/dist/{src/components → components}/VirtualTable/shared.d.ts +0 -0
  905. /package/dist/{src/components → components}/VirtualTable/shared.js +0 -0
  906. /package/dist/{src/components → components}/VirtualTable/types.js +0 -0
  907. /package/dist/{src/components → components}/VirtualTable/useIntersectionObserver.d.ts +0 -0
  908. /package/dist/{src/components → components}/VirtualTable/useIntersectionObserver.js +0 -0
  909. /package/dist/{src/components → components}/VirtualTable/utils.d.ts +0 -0
  910. /package/dist/{src/components → components}/VirtualTable/utils.js +0 -0
  911. /package/dist/{src/components → components}/slots/SlotMap.d.ts +0 -0
  912. /package/dist/{src/components → components}/slots/SlotMap.js +0 -0
  913. /package/dist/{src/components → components}/slots/createSlot.d.ts +0 -0
  914. /package/dist/{src/components → components}/slots/createSlot.js +0 -0
  915. /package/dist/{src/components → components}/slots/index.d.ts +0 -0
  916. /package/dist/{src/components → components}/slots/index.js +0 -0
  917. /package/dist/{src/components → components}/slots/types.js +0 -0
  918. /package/dist/{src/components → components}/slots/useSlots.d.ts +0 -0
  919. /package/dist/{src/components → components}/slots/useSlots.js +0 -0
  920. /package/dist/{src/components → components}/slots/utils.d.ts +0 -0
  921. /package/dist/{src/components → components}/slots/utils.js +0 -0
  922. /package/dist/{src/containers → containers}/App/App.js +0 -0
  923. /package/dist/{src/containers → containers}/App/App.scss +0 -0
  924. /package/dist/{src/containers → containers}/App/Providers.d.ts +0 -0
  925. /package/dist/{src/containers → containers}/App/appSlots.js +0 -0
  926. /package/dist/{src/containers → containers}/App/i18n/en.json +0 -0
  927. /package/dist/{src/containers → containers}/App/i18n/index.js +0 -0
  928. /package/dist/{src/containers → containers}/App/i18n/ru.json +0 -0
  929. /package/dist/{src/containers → containers}/App/index.d.ts +0 -0
  930. /package/dist/{src/containers → containers}/App/index.js +0 -0
  931. /package/dist/{src/containers → containers}/AppWithClusters/AppWithClusters.d.ts +0 -0
  932. /package/dist/{src/containers → containers}/AppWithClusters/AppWithClusters.js +0 -0
  933. /package/dist/{src/containers → containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.js +0 -0
  934. /package/dist/{src/containers → containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.scss +0 -0
  935. /package/dist/{src/containers → containers}/AppWithClusters/ExtendedNode/ExtendedNode.js +0 -0
  936. /package/dist/{src/containers → containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.js +0 -0
  937. /package/dist/{src/containers → containers}/AppWithClusters/i18n/en.json +0 -0
  938. /package/dist/{src/containers → containers}/AppWithClusters/i18n/index.js +0 -0
  939. /package/dist/{src/containers → containers}/AppWithClusters/i18n/ru.json +0 -0
  940. /package/dist/{src/containers → containers}/AppWithClusters/useClusterData.d.ts +0 -0
  941. /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.d.ts +0 -0
  942. /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.js +0 -0
  943. /package/dist/{src/containers → containers}/AsideNavigation/AsideNavigation.scss +0 -0
  944. /package/dist/{src/containers → containers}/AsideNavigation/Navigation.js +0 -0
  945. /package/dist/{src/containers → containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +0 -0
  946. /package/dist/{src/containers → containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.scss +0 -0
  947. /package/dist/{src/containers → containers}/AsideNavigation/i18n/en.json +0 -0
  948. /package/dist/{src/containers → containers}/AsideNavigation/i18n/index.js +0 -0
  949. /package/dist/{src/containers → containers}/Authentication/Authentication.d.ts +0 -0
  950. /package/dist/{src/containers → containers}/Authentication/Authentication.scss +0 -0
  951. /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.d.ts +0 -0
  952. /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.js +0 -0
  953. /package/dist/{src/containers → containers}/Cluster/ClusterInfo/ClusterInfo.scss +0 -0
  954. /package/dist/{src/containers → containers}/Cluster/ClusterInfo/utils.d.ts +0 -0
  955. /package/dist/{src/containers → containers}/Cluster/ClusterInfo/utils.js +0 -0
  956. /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.d.ts +0 -0
  957. /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.js +0 -0
  958. /package/dist/{src/containers → containers}/Cluster/VersionsBar/VersionsBar.scss +0 -0
  959. /package/dist/{src/containers → containers}/Cluster/i18n/en.json +0 -0
  960. /package/dist/{src/containers → containers}/Cluster/i18n/index.js +0 -0
  961. /package/dist/{src/containers → containers}/Cluster/i18n/ru.json +0 -0
  962. /package/dist/{src/containers → containers}/Cluster/utils.d.ts +0 -0
  963. /package/dist/{src/containers → containers}/Cluster/utils.js +0 -0
  964. /package/dist/{src/containers → containers}/ClusterModeGuard/ClusterModeGuard.d.ts +0 -0
  965. /package/dist/{src/containers → containers}/ClusterModeGuard/ClusterModeGuard.js +0 -0
  966. /package/dist/{src/containers → containers}/ClusterModeGuard/index.d.ts +0 -0
  967. /package/dist/{src/containers → containers}/ClusterModeGuard/index.js +0 -0
  968. /package/dist/{src/containers → containers}/Clusters/Clusters.d.ts +0 -0
  969. /package/dist/{src/containers → containers}/Clusters/Clusters.scss +0 -0
  970. /package/dist/{src/containers → containers}/Clusters/ClustersStatistics.d.ts +0 -0
  971. /package/dist/{src/containers → containers}/Clusters/ClustersStatistics.js +0 -0
  972. /package/dist/{src/containers → containers}/Clusters/columns.d.ts +0 -0
  973. /package/dist/{src/containers → containers}/Clusters/columns.js +0 -0
  974. /package/dist/{src/containers → containers}/Clusters/constants.d.ts +0 -0
  975. /package/dist/{src/containers → containers}/Clusters/constants.js +0 -0
  976. /package/dist/{src/containers → containers}/Clusters/i18n/en.json +0 -0
  977. /package/dist/{src/containers → containers}/Clusters/i18n/index.js +0 -0
  978. /package/dist/{src/containers → containers}/Clusters/i18n/ru.json +0 -0
  979. /package/dist/{src/containers → containers}/Clusters/shared.d.ts +0 -0
  980. /package/dist/{src/containers → containers}/Clusters/shared.js +0 -0
  981. /package/dist/{src/containers → containers}/Clusters/useSelectedColumns.d.ts +0 -0
  982. /package/dist/{src/containers → containers}/Clusters/useSelectedColumns.js +0 -0
  983. /package/dist/{src/containers → containers}/Header/Header.d.ts +0 -0
  984. /package/dist/{src/containers → containers}/Header/Header.scss +0 -0
  985. /package/dist/{src/containers → containers}/Header/i18n/en.json +0 -0
  986. /package/dist/{src/containers → containers}/Header/i18n/index.js +0 -0
  987. /package/dist/{src/containers → containers}/Heatmap/Heatmap.d.ts +0 -0
  988. /package/dist/{src/containers → containers}/Heatmap/Heatmap.scss +0 -0
  989. /package/dist/{src/containers → containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +0 -0
  990. /package/dist/{src/containers → containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.js +0 -0
  991. /package/dist/{src/containers → containers}/Heatmap/Histogram/Histogram.d.ts +0 -0
  992. /package/dist/{src/containers → containers}/Heatmap/Histogram/Histogram.scss +0 -0
  993. /package/dist/{src/containers → containers}/Heatmap/index.d.ts +0 -0
  994. /package/dist/{src/containers → containers}/Heatmap/index.js +0 -0
  995. /package/dist/{src/containers → containers}/Heatmap/util.d.ts +0 -0
  996. /package/dist/{src/containers → containers}/Heatmap/util.js +0 -0
  997. /package/dist/{src/containers → containers}/Node/NodePages.d.ts +0 -0
  998. /package/dist/{src/containers → containers}/Node/NodePages.js +0 -0
  999. /package/dist/{src/containers → containers}/Node/NodeStructure/NodeStructure.d.ts +0 -0
  1000. /package/dist/{src/containers → containers}/Node/NodeStructure/NodeStructure.scss +0 -0
  1001. /package/dist/{src/containers → containers}/Node/NodeStructure/PDiskTitleBadge.js +0 -0
  1002. /package/dist/{src/containers → containers}/Node/NodeStructure/Pdisk.d.ts +0 -0
  1003. /package/dist/{src/containers → containers}/Node/NodeStructure/Vdisk.d.ts +0 -0
  1004. /package/dist/{src/containers → containers}/Node/NodeStructure/Vdisk.js +0 -0
  1005. /package/dist/{src/containers → containers}/Node/i18n/en.json +0 -0
  1006. /package/dist/{src/containers → containers}/Node/i18n/index.js +0 -0
  1007. /package/dist/{src/containers → containers}/Node/i18n/ru.json +0 -0
  1008. /package/dist/{src/containers → containers}/Nodes/Nodes.d.ts +0 -0
  1009. /package/dist/{src/containers → containers}/Nodes/Nodes.scss +0 -0
  1010. /package/dist/{src/containers → containers}/Nodes/NodesWrapper.d.ts +0 -0
  1011. /package/dist/{src/containers → containers}/Nodes/VirtualNodes.d.ts +0 -0
  1012. /package/dist/{src/containers → containers}/Nodes/getNodes.d.ts +0 -0
  1013. /package/dist/{src/containers → containers}/Nodes/getNodesColumns.d.ts +0 -0
  1014. /package/dist/{src/containers → containers}/Nodes/i18n/en.json +0 -0
  1015. /package/dist/{src/containers → containers}/Nodes/i18n/index.js +0 -0
  1016. /package/dist/{src/containers → containers}/Nodes/i18n/ru.json +0 -0
  1017. /package/dist/{src/containers → containers}/Nodes/index.d.ts +0 -0
  1018. /package/dist/{src/containers → containers}/Nodes/index.js +0 -0
  1019. /package/dist/{src/containers → containers}/PDiskPage/PDiskGroups.d.ts +0 -0
  1020. /package/dist/{src/containers → containers}/PDiskPage/PDiskGroups.js +0 -0
  1021. /package/dist/{src/containers → containers}/PDiskPage/PDiskPage.d.ts +0 -0
  1022. /package/dist/{src/containers → containers}/PDiskPage/i18n/en.json +0 -0
  1023. /package/dist/{src/containers → containers}/PDiskPage/i18n/index.js +0 -0
  1024. /package/dist/{src/containers → containers}/PDiskPage/shared.d.ts +0 -0
  1025. /package/dist/{src/containers → containers}/PDiskPage/shared.js +0 -0
  1026. /package/dist/{src/containers → containers}/ReduxTooltip/ReduxTooltip.js +0 -0
  1027. /package/dist/{src/containers → containers}/ReduxTooltip/ReduxTooltip.scss +0 -0
  1028. /package/dist/{src/containers → containers}/Storage/EmptyFilter/EmptyFilter.d.ts +0 -0
  1029. /package/dist/{src/containers → containers}/Storage/EmptyFilter/EmptyFilter.js +0 -0
  1030. /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/en.json +0 -0
  1031. /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/index.js +0 -0
  1032. /package/dist/{src/containers → containers}/Storage/EmptyFilter/i18n/ru.json +0 -0
  1033. /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.d.ts +0 -0
  1034. /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.js +0 -0
  1035. /package/dist/{src/containers → containers}/Storage/PDisk/PDisk.scss +0 -0
  1036. /package/dist/{src/containers → containers}/Storage/PDisk/index.d.ts +0 -0
  1037. /package/dist/{src/containers → containers}/Storage/PDisk/index.js +0 -0
  1038. /package/dist/{src/containers → containers}/Storage/Storage.d.ts +0 -0
  1039. /package/dist/{src/containers → containers}/Storage/Storage.scss +0 -0
  1040. /package/dist/{src/containers → containers}/Storage/StorageControls/StorageControls.d.ts +0 -0
  1041. /package/dist/{src/containers → containers}/Storage/StorageControls/StorageControls.js +0 -0
  1042. /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.d.ts +0 -0
  1043. /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.js +0 -0
  1044. /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroups.scss +0 -0
  1045. /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +0 -0
  1046. /package/dist/{src/containers → containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.js +0 -0
  1047. /package/dist/{src/containers → containers}/Storage/StorageGroups/VirtualStorageGroups.d.ts +0 -0
  1048. /package/dist/{src/containers → containers}/Storage/StorageGroups/VirtualStorageGroups.js +0 -0
  1049. /package/dist/{src/containers → containers}/Storage/StorageGroups/getGroups.d.ts +0 -0
  1050. /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/en.json +0 -0
  1051. /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/index.js +0 -0
  1052. /package/dist/{src/containers → containers}/Storage/StorageGroups/i18n/ru.json +0 -0
  1053. /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodes.d.ts +0 -0
  1054. /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodes.scss +0 -0
  1055. /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +0 -0
  1056. /package/dist/{src/containers → containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.js +0 -0
  1057. /package/dist/{src/containers → containers}/Storage/StorageNodes/VirtualStorageNodes.d.ts +0 -0
  1058. /package/dist/{src/containers → containers}/Storage/StorageNodes/VirtualStorageNodes.js +0 -0
  1059. /package/dist/{src/containers → containers}/Storage/StorageNodes/getNodes.d.ts +0 -0
  1060. /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/en.json +0 -0
  1061. /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/index.js +0 -0
  1062. /package/dist/{src/containers → containers}/Storage/StorageNodes/i18n/ru.json +0 -0
  1063. /package/dist/{src/containers → containers}/Storage/StorageNodes/shared.d.ts +0 -0
  1064. /package/dist/{src/containers → containers}/Storage/StorageNodes/shared.js +0 -0
  1065. /package/dist/{src/containers → containers}/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +0 -0
  1066. /package/dist/{src/containers → containers}/Storage/StorageTypeFilter/StorageTypeFilter.js +0 -0
  1067. /package/dist/{src/containers → containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +0 -0
  1068. /package/dist/{src/containers → containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +0 -0
  1069. /package/dist/{src/containers → containers}/Storage/StorageWrapper.d.ts +0 -0
  1070. /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.d.ts +0 -0
  1071. /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.js +0 -0
  1072. /package/dist/{src/containers → containers}/Storage/UsageFilter/UsageFilter.scss +0 -0
  1073. /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/en.json +0 -0
  1074. /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/index.js +0 -0
  1075. /package/dist/{src/containers → containers}/Storage/UsageFilter/i18n/ru.json +0 -0
  1076. /package/dist/{src/containers → containers}/Storage/UsageFilter/index.d.ts +0 -0
  1077. /package/dist/{src/containers → containers}/Storage/UsageFilter/index.js +0 -0
  1078. /package/dist/{src/containers → containers}/Storage/VirtualStorage.d.ts +0 -0
  1079. /package/dist/{src/containers → containers}/Storage/VirtualStorage.js +0 -0
  1080. /package/dist/{src/containers → containers}/Storage/i18n/en.json +0 -0
  1081. /package/dist/{src/containers → containers}/Storage/i18n/index.js +0 -0
  1082. /package/dist/{src/containers → containers}/Storage/i18n/ru.json +0 -0
  1083. /package/dist/{src/containers → containers}/Storage/shared.d.ts +0 -0
  1084. /package/dist/{src/containers → containers}/Storage/shared.js +0 -0
  1085. /package/dist/{src/containers → containers}/Storage/utils/index.d.ts +0 -0
  1086. /package/dist/{src/containers → containers}/Storage/utils/index.js +0 -0
  1087. /package/dist/{src/containers → containers}/Tablet/Tablet.d.ts +0 -0
  1088. /package/dist/{src/containers → containers}/Tablet/Tablet.scss +0 -0
  1089. /package/dist/{src/containers → containers}/Tablet/TabletControls/TabletControls.d.ts +0 -0
  1090. /package/dist/{src/containers → containers}/Tablet/TabletControls/TabletControls.js +0 -0
  1091. /package/dist/{src/containers → containers}/Tablet/TabletControls/index.d.ts +0 -0
  1092. /package/dist/{src/containers → containers}/Tablet/TabletControls/index.js +0 -0
  1093. /package/dist/{src/containers → containers}/Tablet/TabletInfo/TabletInfo.d.ts +0 -0
  1094. /package/dist/{src/containers → containers}/Tablet/TabletInfo/TabletInfo.js +0 -0
  1095. /package/dist/{src/containers → containers}/Tablet/TabletInfo/index.d.ts +0 -0
  1096. /package/dist/{src/containers → containers}/Tablet/TabletInfo/index.js +0 -0
  1097. /package/dist/{src/containers → containers}/Tablet/TabletTable/TabletTable.d.ts +0 -0
  1098. /package/dist/{src/containers → containers}/Tablet/TabletTable/TabletTable.js +0 -0
  1099. /package/dist/{src/containers → containers}/Tablet/TabletTable/index.d.ts +0 -0
  1100. /package/dist/{src/containers → containers}/Tablet/TabletTable/index.js +0 -0
  1101. /package/dist/{src/containers → containers}/Tablet/i18n/en.json +0 -0
  1102. /package/dist/{src/containers → containers}/Tablet/i18n/index.js +0 -0
  1103. /package/dist/{src/containers → containers}/Tablet/index.d.ts +0 -0
  1104. /package/dist/{src/containers → containers}/Tablet/index.js +0 -0
  1105. /package/dist/{src/containers → containers}/Tablets/Tablets.d.ts +0 -0
  1106. /package/dist/{src/containers → containers}/Tablets/i18n/en.json +0 -0
  1107. /package/dist/{src/containers → containers}/Tablets/i18n/index.js +0 -0
  1108. /package/dist/{src/containers → containers}/Tablets/index.d.ts +0 -0
  1109. /package/dist/{src/containers → containers}/Tablets/index.js +0 -0
  1110. /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.d.ts +0 -0
  1111. /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.js +0 -0
  1112. /package/dist/{src/containers → containers}/TabletsFilters/TabletsFilters.scss +0 -0
  1113. /package/dist/{src/containers → containers}/TabletsFilters/i18n/en.json +0 -0
  1114. /package/dist/{src/containers → containers}/TabletsFilters/i18n/index.js +0 -0
  1115. /package/dist/{src/containers → containers}/TabletsFilters/i18n/ru.json +0 -0
  1116. /package/dist/{src/containers → containers}/Tenant/Acl/Acl.d.ts +0 -0
  1117. /package/dist/{src/containers → containers}/Tenant/Acl/Acl.scss +0 -0
  1118. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.d.ts +0 -0
  1119. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.js +0 -0
  1120. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Consumers.scss +0 -0
  1121. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +0 -0
  1122. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.js +0 -0
  1123. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/Headers.scss +0 -0
  1124. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/index.d.ts +0 -0
  1125. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/Headers/index.js +0 -0
  1126. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +0 -0
  1127. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +0 -0
  1128. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.scss +0 -0
  1129. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/index.d.ts +0 -0
  1130. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/TopicStats/index.js +0 -0
  1131. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/Columns.scss +0 -0
  1132. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/columns.d.ts +0 -0
  1133. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/index.d.ts +0 -0
  1134. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/columns/index.js +0 -0
  1135. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/en.json +0 -0
  1136. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/index.js +0 -0
  1137. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/i18n/ru.json +0 -0
  1138. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/index.d.ts +0 -0
  1139. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/index.js +0 -0
  1140. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/utils/constants.d.ts +0 -0
  1141. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Consumers/utils/constants.js +0 -0
  1142. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.d.ts +0 -0
  1143. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.js +0 -0
  1144. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Describe/Describe.scss +0 -0
  1145. /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +0 -0
  1146. /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +0 -0
  1147. /package/dist/{src/containers → containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.scss +0 -0
  1148. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Diagnostics.d.ts +0 -0
  1149. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Diagnostics.scss +0 -0
  1150. /package/dist/{src/containers → containers}/Tenant/Diagnostics/DiagnosticsPages.d.ts +0 -0
  1151. /package/dist/{src/containers → containers}/Tenant/Diagnostics/DiagnosticsPages.js +0 -0
  1152. /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +0 -0
  1153. /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.js +0 -0
  1154. /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/HotKeys.scss +0 -0
  1155. /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/i18n/en.json +0 -0
  1156. /package/dist/{src/containers → containers}/Tenant/Diagnostics/HotKeys/i18n/index.js +0 -0
  1157. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.d.ts +0 -0
  1158. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.js +0 -0
  1159. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/Network.scss +0 -0
  1160. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +0 -0
  1161. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +0 -0
  1162. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.scss +0 -0
  1163. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/utils.d.ts +0 -0
  1164. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Network/utils.js +0 -0
  1165. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.d.ts +0 -0
  1166. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.js +0 -0
  1167. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.d.ts +0 -0
  1168. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.js +0 -0
  1169. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/en.json +0 -0
  1170. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.js +0 -0
  1171. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.d.ts +0 -0
  1172. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.js +0 -0
  1173. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.d.ts +0 -0
  1174. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.js +0 -0
  1175. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.scss +0 -0
  1176. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/en.json +0 -0
  1177. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.js +0 -0
  1178. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.d.ts +0 -0
  1179. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.js +0 -0
  1180. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +0 -0
  1181. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +0 -0
  1182. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.d.ts +0 -0
  1183. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.js +0 -0
  1184. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/Overview.d.ts +0 -0
  1185. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/Overview.js +0 -0
  1186. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +0 -0
  1187. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +0 -0
  1188. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.scss +0 -0
  1189. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/en.json +0 -0
  1190. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +0 -0
  1191. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/ru.json +0 -0
  1192. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/index.d.ts +0 -0
  1193. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/index.js +0 -0
  1194. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +0 -0
  1195. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +0 -0
  1196. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +0 -0
  1197. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +0 -0
  1198. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/index.d.ts +0 -0
  1199. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicInfo/index.js +0 -0
  1200. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +0 -0
  1201. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +0 -0
  1202. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.scss +0 -0
  1203. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/en.json +0 -0
  1204. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +0 -0
  1205. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/ru.json +0 -0
  1206. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/index.d.ts +0 -0
  1207. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/TopicStats/index.js +0 -0
  1208. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/index.d.ts +0 -0
  1209. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/index.js +0 -0
  1210. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +0 -0
  1211. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +0 -0
  1212. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +0 -0
  1213. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.js +0 -0
  1214. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/Headers.scss +0 -0
  1215. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/index.d.ts +0 -0
  1216. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Headers/index.js +0 -0
  1217. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.d.ts +0 -0
  1218. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.js +0 -0
  1219. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/Partitions.scss +0 -0
  1220. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +0 -0
  1221. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +0 -0
  1222. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/Columns.scss +0 -0
  1223. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/columns.d.ts +0 -0
  1224. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/columns.js +0 -0
  1225. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/index.d.ts +0 -0
  1226. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/columns/index.js +0 -0
  1227. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/en.json +0 -0
  1228. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/index.js +0 -0
  1229. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/i18n/ru.json +0 -0
  1230. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/constants.d.ts +0 -0
  1231. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/constants.js +0 -0
  1232. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/index.d.ts +0 -0
  1233. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/types.d.ts +0 -0
  1234. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/types.js +0 -0
  1235. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.d.ts +0 -0
  1236. /package/dist/{src/containers → containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +0 -0
  1237. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +0 -0
  1238. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.js +0 -0
  1239. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.d.ts +0 -0
  1240. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.js +0 -0
  1241. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/Healthcheck.scss +0 -0
  1242. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +0 -0
  1243. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +0 -0
  1244. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +0 -0
  1245. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +0 -0
  1246. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +0 -0
  1247. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.scss +0 -0
  1248. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +0 -0
  1249. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +0 -0
  1250. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.scss +0 -0
  1251. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.d.ts +0 -0
  1252. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js +0 -0
  1253. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/en.json +0 -0
  1254. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +0 -0
  1255. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/ru.json +0 -0
  1256. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.scss +0 -0
  1257. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +0 -0
  1258. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.scss +0 -0
  1259. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +0 -0
  1260. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +0 -0
  1261. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +0 -0
  1262. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +0 -0
  1263. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +0 -0
  1264. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +0 -0
  1265. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.d.ts +0 -0
  1266. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +0 -0
  1267. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +0 -0
  1268. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +0 -0
  1269. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.scss +0 -0
  1270. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +0 -0
  1271. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +0 -0
  1272. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +0 -0
  1273. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.d.ts +0 -0
  1274. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.js +0 -0
  1275. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +0 -0
  1276. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.js +0 -0
  1277. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +0 -0
  1278. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +0 -0
  1279. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +0 -0
  1280. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +0 -0
  1281. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +0 -0
  1282. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +0 -0
  1283. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.d.ts +0 -0
  1284. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.js +0 -0
  1285. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +0 -0
  1286. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +0 -0
  1287. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/i18n/en.json +0 -0
  1288. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/i18n/index.js +0 -0
  1289. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +0 -0
  1290. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/utils.d.ts +0 -0
  1291. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TenantOverview/utils.js +0 -0
  1292. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +0 -0
  1293. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/TopQueries.scss +0 -0
  1294. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +0 -0
  1295. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +0 -0
  1296. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/en.json +0 -0
  1297. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/index.js +0 -0
  1298. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/i18n/ru.json +0 -0
  1299. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/index.d.ts +0 -0
  1300. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopQueries/index.js +0 -0
  1301. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +0 -0
  1302. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/index.d.ts +0 -0
  1303. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/Filters/index.js +0 -0
  1304. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/TopShards.d.ts +0 -0
  1305. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/TopShards.scss +0 -0
  1306. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +0 -0
  1307. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +0 -0
  1308. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/en.json +0 -0
  1309. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/index.js +0 -0
  1310. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/i18n/ru.json +0 -0
  1311. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/index.d.ts +0 -0
  1312. /package/dist/{src/containers → containers}/Tenant/Diagnostics/TopShards/index.js +0 -0
  1313. /package/dist/{src/containers → containers}/Tenant/EntityTitle/EntityTitle.d.ts +0 -0
  1314. /package/dist/{src/containers → containers}/Tenant/EntityTitle/EntityTitle.js +0 -0
  1315. /package/dist/{src/containers → containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.js +0 -0
  1316. /package/dist/{src/containers → containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.scss +0 -0
  1317. /package/dist/{src/containers → containers}/Tenant/Info/ExternalTable/ExternalTable.scss +0 -0
  1318. /package/dist/{src/containers → containers}/Tenant/Info/View/View.d.ts +0 -0
  1319. /package/dist/{src/containers → containers}/Tenant/Info/View/View.js +0 -0
  1320. /package/dist/{src/containers → containers}/Tenant/Info/View/View.scss +0 -0
  1321. /package/dist/{src/containers → containers}/Tenant/Info/i18n/en.json +0 -0
  1322. /package/dist/{src/containers → containers}/Tenant/Info/i18n/index.js +0 -0
  1323. /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.d.ts +0 -0
  1324. /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.js +0 -0
  1325. /package/dist/{src/containers → containers}/Tenant/ObjectGeneral/ObjectGeneral.scss +0 -0
  1326. /package/dist/{src/containers → containers}/Tenant/ObjectSummary/ObjectSummary.d.ts +0 -0
  1327. /package/dist/{src/containers → containers}/Tenant/ObjectSummary/ObjectSummary.scss +0 -0
  1328. /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +0 -0
  1329. /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.js +0 -0
  1330. /package/dist/{src/containers → containers}/Tenant/Query/ExecuteResult/ExecuteResult.scss +0 -0
  1331. /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.d.ts +0 -0
  1332. /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.js +0 -0
  1333. /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/ExplainResult.scss +0 -0
  1334. /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/utils.d.ts +0 -0
  1335. /package/dist/{src/containers → containers}/Tenant/Query/ExplainResult/utils.js +0 -0
  1336. /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.d.ts +0 -0
  1337. /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.js +0 -0
  1338. /package/dist/{src/containers → containers}/Tenant/Query/Issues/Issues.scss +0 -0
  1339. /package/dist/{src/containers → containers}/Tenant/Query/Issues/models.d.ts +0 -0
  1340. /package/dist/{src/containers → containers}/Tenant/Query/Issues/models.js +0 -0
  1341. /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.d.ts +0 -0
  1342. /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.js +0 -0
  1343. /package/dist/{src/containers → containers}/Tenant/Query/Preview/Preview.scss +0 -0
  1344. /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +0 -0
  1345. /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.js +0 -0
  1346. /package/dist/{src/containers → containers}/Tenant/Query/QueriesHistory/QueriesHistory.scss +0 -0
  1347. /package/dist/{src/containers → containers}/Tenant/Query/Query.d.ts +0 -0
  1348. /package/dist/{src/containers → containers}/Tenant/Query/Query.scss +0 -0
  1349. /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.d.ts +0 -0
  1350. /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.js +0 -0
  1351. /package/dist/{src/containers → containers}/Tenant/Query/QueryDuration/QueryDuration.scss +0 -0
  1352. /package/dist/{src/containers → containers}/Tenant/Query/QueryEditor/QueryEditor.scss +0 -0
  1353. /package/dist/{src/containers → containers}/Tenant/Query/QueryEditor/helpers.d.ts +0 -0
  1354. /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +0 -0
  1355. /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.js +0 -0
  1356. /package/dist/{src/containers → containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.scss +0 -0
  1357. /package/dist/{src/containers → containers}/Tenant/Query/QueryTabs/QueryTabs.d.ts +0 -0
  1358. /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.d.ts +0 -0
  1359. /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.js +0 -0
  1360. /package/dist/{src/containers → containers}/Tenant/Query/SaveQuery/SaveQuery.scss +0 -0
  1361. /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.d.ts +0 -0
  1362. /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.js +0 -0
  1363. /package/dist/{src/containers → containers}/Tenant/Query/SavedQueries/SavedQueries.scss +0 -0
  1364. /package/dist/{src/containers → containers}/Tenant/Query/i18n/en.json +0 -0
  1365. /package/dist/{src/containers → containers}/Tenant/Query/i18n/index.js +0 -0
  1366. /package/dist/{src/containers → containers}/Tenant/Query/utils/getPreparedResult.d.ts +0 -0
  1367. /package/dist/{src/containers → containers}/Tenant/Query/utils/getPreparedResult.js +0 -0
  1368. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaTree/SchemaTree.d.ts +0 -0
  1369. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +0 -0
  1370. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.js +0 -0
  1371. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/SchemaViewer.scss +0 -0
  1372. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/columns.d.ts +0 -0
  1373. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/columns.js +0 -0
  1374. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/i18n/en.json +0 -0
  1375. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/i18n/index.js +0 -0
  1376. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/prepareData.d.ts +0 -0
  1377. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/shared.d.ts +0 -0
  1378. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/shared.js +0 -0
  1379. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/types.d.ts +0 -0
  1380. /package/dist/{src/containers → containers}/Tenant/Schema/SchemaViewer/types.js +0 -0
  1381. /package/dist/{src/containers → containers}/Tenant/Tenant.scss +0 -0
  1382. /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.d.ts +0 -0
  1383. /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.js +0 -0
  1384. /package/dist/{src/containers → containers}/Tenant/TenantNavigation/TenantNavigation.scss +0 -0
  1385. /package/dist/{src/containers → containers}/Tenant/TenantNavigation/useTenantNavigation.d.ts +0 -0
  1386. /package/dist/{src/containers → containers}/Tenant/TenantPages.d.ts +0 -0
  1387. /package/dist/{src/containers → containers}/Tenant/TenantPages.js +0 -0
  1388. /package/dist/{src/containers → containers}/Tenant/i18n/index.js +0 -0
  1389. /package/dist/{src/containers → containers}/Tenant/utils/ToggleButton.scss +0 -0
  1390. /package/dist/{src/containers → containers}/Tenant/utils/constants.d.ts +0 -0
  1391. /package/dist/{src/containers → containers}/Tenant/utils/index.d.ts +0 -0
  1392. /package/dist/{src/containers → containers}/Tenant/utils/index.js +0 -0
  1393. /package/dist/{src/containers → containers}/Tenant/utils/paneVisibilityToggleHelpers.d.ts +0 -0
  1394. /package/dist/{src/containers → containers}/Tenant/utils/queryTemplates.d.ts +0 -0
  1395. /package/dist/{src/containers → containers}/Tenant/utils/queryTemplates.js +0 -0
  1396. /package/dist/{src/containers → containers}/Tenant/utils/schema.js +0 -0
  1397. /package/dist/{src/containers → containers}/Tenant/utils/schemaControls.d.ts +0 -0
  1398. /package/dist/{src/containers → containers}/Tenant/utils/schemaControls.js +0 -0
  1399. /package/dist/{src/containers → containers}/Tenants/Tenants.d.ts +0 -0
  1400. /package/dist/{src/containers → containers}/Tenants/Tenants.scss +0 -0
  1401. /package/dist/{src/containers → containers}/UserSettings/Setting.js +0 -0
  1402. /package/dist/{src/containers → containers}/UserSettings/UserSettings.d.ts +0 -0
  1403. /package/dist/{src/containers → containers}/UserSettings/i18n/en.json +0 -0
  1404. /package/dist/{src/containers → containers}/UserSettings/i18n/index.js +0 -0
  1405. /package/dist/{src/containers → containers}/UserSettings/settings.d.ts +0 -0
  1406. /package/dist/{src/containers → containers}/UserSettings/settings.js +0 -0
  1407. /package/dist/{src/containers → containers}/VDiskPage/VDiskPage.d.ts +0 -0
  1408. /package/dist/{src/containers → containers}/VDiskPage/i18n/en.json +0 -0
  1409. /package/dist/{src/containers → containers}/VDiskPage/i18n/index.js +0 -0
  1410. /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +0 -0
  1411. /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.js +0 -0
  1412. /package/dist/{src/containers → containers}/Versions/GroupedNodesTree/GroupedNodesTree.scss +0 -0
  1413. /package/dist/{src/containers → containers}/Versions/NodesTable/NodesTable.d.ts +0 -0
  1414. /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +0 -0
  1415. /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.js +0 -0
  1416. /package/dist/{src/containers → containers}/Versions/NodesTreeTitle/NodesTreeTitle.scss +0 -0
  1417. /package/dist/{src/containers → containers}/Versions/Versions.d.ts +0 -0
  1418. /package/dist/{src/containers → containers}/Versions/Versions.scss +0 -0
  1419. /package/dist/{src/containers → containers}/Versions/groupNodes.d.ts +0 -0
  1420. /package/dist/{src/containers → containers}/Versions/groupNodes.js +0 -0
  1421. /package/dist/{src/containers → containers}/Versions/types.d.ts +0 -0
  1422. /package/dist/{src/containers → containers}/Versions/types.js +0 -0
  1423. /package/dist/{src/index.css → index.css} +0 -0
  1424. /package/dist/{src/lib.d.ts → lib.d.ts} +0 -0
  1425. /package/dist/{src/lib.js → lib.js} +0 -0
  1426. /package/dist/{src/reportWebVitals.d.ts → reportWebVitals.d.ts} +0 -0
  1427. /package/dist/{src/reportWebVitals.js → reportWebVitals.js} +0 -0
  1428. /package/dist/{src/routes.d.ts → routes.d.ts} +0 -0
  1429. /package/dist/{src/services → services}/parsers/parseMetaCluster.d.ts +0 -0
  1430. /package/dist/{src/services → services}/parsers/parseMetaTenants.d.ts +0 -0
  1431. /package/dist/{src/services → services}/parsers/parseMetaTenants.js +0 -0
  1432. /package/dist/{src/store → store}/configureStore.d.ts +0 -0
  1433. /package/dist/{src/store → store}/configureStore.js +0 -0
  1434. /package/dist/{src/store → store}/defaultStore.d.ts +0 -0
  1435. /package/dist/{src/store → store}/defaultStore.js +0 -0
  1436. /package/dist/{src/store → store}/getUrlData.js +0 -0
  1437. /package/dist/{src/store → store}/index.d.ts +0 -0
  1438. /package/dist/{src/store → store}/index.js +0 -0
  1439. /package/dist/{src/store → store}/reducers/api.d.ts +0 -0
  1440. /package/dist/{src/store → store}/reducers/api.js +0 -0
  1441. /package/dist/{src/store → store}/reducers/authentication/types.d.ts +0 -0
  1442. /package/dist/{src/store → store}/reducers/authentication/types.js +0 -0
  1443. /package/dist/{src/store → store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.d.ts +0 -0
  1444. /package/dist/{src/store → store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.js +0 -0
  1445. /package/dist/{src/store → store}/reducers/cluster/types.d.ts +0 -0
  1446. /package/dist/{src/store → store}/reducers/cluster/types.js +0 -0
  1447. /package/dist/{src/store → store}/reducers/clusters/selectors.d.ts +0 -0
  1448. /package/dist/{src/store → store}/reducers/clusters/selectors.js +0 -0
  1449. /package/dist/{src/store → store}/reducers/clusters/types.d.ts +0 -0
  1450. /package/dist/{src/store → store}/reducers/clusters/types.js +0 -0
  1451. /package/dist/{src/store → store}/reducers/clusters/utils.d.ts +0 -0
  1452. /package/dist/{src/store → store}/reducers/describe.js +0 -0
  1453. /package/dist/{src/store → store}/reducers/executeTopQueries/types.d.ts +0 -0
  1454. /package/dist/{src/store → store}/reducers/executeTopQueries/types.js +0 -0
  1455. /package/dist/{src/store → store}/reducers/executeTopQueries/utils.d.ts +0 -0
  1456. /package/dist/{src/store → store}/reducers/executeTopQueries/utils.js +0 -0
  1457. /package/dist/{src/store → store}/reducers/explainQuery/explainQuery.js +0 -0
  1458. /package/dist/{src/store → store}/reducers/explainQuery/types.d.ts +0 -0
  1459. /package/dist/{src/store → store}/reducers/explainQuery/types.js +0 -0
  1460. /package/dist/{src/store → store}/reducers/explainQuery/utils.d.ts +0 -0
  1461. /package/dist/{src/store → store}/reducers/explainQuery/utils.js +0 -0
  1462. /package/dist/{src/store → store}/reducers/fullscreen.d.ts +0 -0
  1463. /package/dist/{src/store → store}/reducers/fullscreen.js +0 -0
  1464. /package/dist/{src/store → store}/reducers/header/header.d.ts +0 -0
  1465. /package/dist/{src/store → store}/reducers/header/header.js +0 -0
  1466. /package/dist/{src/store → store}/reducers/header/types.d.ts +0 -0
  1467. /package/dist/{src/store → store}/reducers/header/types.js +0 -0
  1468. /package/dist/{src/store → store}/reducers/healthcheckInfo/types.d.ts +0 -0
  1469. /package/dist/{src/store → store}/reducers/healthcheckInfo/types.js +0 -0
  1470. /package/dist/{src/store → store}/reducers/healthcheckInfo/utils.d.ts +0 -0
  1471. /package/dist/{src/store → store}/reducers/healthcheckInfo/utils.js +0 -0
  1472. /package/dist/{src/store → store}/reducers/hotKeys/hotKeys.js +0 -0
  1473. /package/dist/{src/store → store}/reducers/network/network.js +0 -0
  1474. /package/dist/{src/store → store}/reducers/node/node.js +0 -0
  1475. /package/dist/{src/store → store}/reducers/node/selectors.d.ts +0 -0
  1476. /package/dist/{src/store → store}/reducers/node/types.d.ts +0 -0
  1477. /package/dist/{src/store → store}/reducers/node/types.js +0 -0
  1478. /package/dist/{src/store → store}/reducers/node/utils.d.ts +0 -0
  1479. /package/dist/{src/store → store}/reducers/node/utils.js +0 -0
  1480. /package/dist/{src/store → store}/reducers/nodes/selectors.js +0 -0
  1481. /package/dist/{src/store → store}/reducers/nodes/types.js +0 -0
  1482. /package/dist/{src/store → store}/reducers/nodes/utils.d.ts +0 -0
  1483. /package/dist/{src/store → store}/reducers/nodesList.js +0 -0
  1484. /package/dist/{src/store → store}/reducers/olapStats.js +0 -0
  1485. /package/dist/{src/store → store}/reducers/overview/overview.js +0 -0
  1486. /package/dist/{src/store → store}/reducers/partitions/partitions.js +0 -0
  1487. /package/dist/{src/store → store}/reducers/partitions/types.d.ts +0 -0
  1488. /package/dist/{src/store → store}/reducers/partitions/types.js +0 -0
  1489. /package/dist/{src/store → store}/reducers/partitions/utils.d.ts +0 -0
  1490. /package/dist/{src/store → store}/reducers/pdisk/pdisk.js +0 -0
  1491. /package/dist/{src/store → store}/reducers/pdisk/types.d.ts +0 -0
  1492. /package/dist/{src/store → store}/reducers/pdisk/types.js +0 -0
  1493. /package/dist/{src/store → store}/reducers/pdisk/utils.d.ts +0 -0
  1494. /package/dist/{src/store → store}/reducers/preview.js +0 -0
  1495. /package/dist/{src/store → store}/reducers/saveQuery.d.ts +0 -0
  1496. /package/dist/{src/store → store}/reducers/saveQuery.js +0 -0
  1497. /package/dist/{src/store → store}/reducers/schema/types.d.ts +0 -0
  1498. /package/dist/{src/store → store}/reducers/schema/types.js +0 -0
  1499. /package/dist/{src/store → store}/reducers/schemaAcl/schemaAcl.js +0 -0
  1500. /package/dist/{src/store → store}/reducers/settings/settings.d.ts +0 -0
  1501. /package/dist/{src/store → store}/reducers/settings/settings.js +0 -0
  1502. /package/dist/{src/store → store}/reducers/settings/types.d.ts +0 -0
  1503. /package/dist/{src/store → store}/reducers/settings/types.js +0 -0
  1504. /package/dist/{src/store → store}/reducers/shardsWorkload/types.d.ts +0 -0
  1505. /package/dist/{src/store → store}/reducers/shardsWorkload/types.js +0 -0
  1506. /package/dist/{src/store → store}/reducers/singleClusterMode.d.ts +0 -0
  1507. /package/dist/{src/store → store}/reducers/singleClusterMode.js +0 -0
  1508. /package/dist/{src/store → store}/reducers/storage/constants.d.ts +0 -0
  1509. /package/dist/{src/store → store}/reducers/storage/constants.js +0 -0
  1510. /package/dist/{src/store → store}/reducers/storage/selectors.d.ts +0 -0
  1511. /package/dist/{src/store → store}/reducers/storage/selectors.js +0 -0
  1512. /package/dist/{src/store → store}/reducers/storage/types.d.ts +0 -0
  1513. /package/dist/{src/store → store}/reducers/storage/types.js +0 -0
  1514. /package/dist/{src/store → store}/reducers/storage/utils.d.ts +0 -0
  1515. /package/dist/{src/store → store}/reducers/tablet.js +0 -0
  1516. /package/dist/{src/store → store}/reducers/tabletsFilters.d.ts +0 -0
  1517. /package/dist/{src/store → store}/reducers/tabletsFilters.js +0 -0
  1518. /package/dist/{src/store → store}/reducers/tenant/constants.d.ts +0 -0
  1519. /package/dist/{src/store → store}/reducers/tenant/constants.js +0 -0
  1520. /package/dist/{src/store → store}/reducers/tenant/tenant.js +0 -0
  1521. /package/dist/{src/store → store}/reducers/tenant/types.d.ts +0 -0
  1522. /package/dist/{src/store → store}/reducers/tenant/types.js +0 -0
  1523. /package/dist/{src/store → store}/reducers/tenantOverview/executeTopTables/executeTopTables.js +0 -0
  1524. /package/dist/{src/store → store}/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +0 -0
  1525. /package/dist/{src/store → store}/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +0 -0
  1526. /package/dist/{src/store → store}/reducers/tenantOverview/topShards/utils.d.ts +0 -0
  1527. /package/dist/{src/store → store}/reducers/tenantOverview/topShards/utils.js +0 -0
  1528. /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -0
  1529. /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/types.js +0 -0
  1530. /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/utils.d.ts +0 -0
  1531. /package/dist/{src/store → store}/reducers/tenantOverview/topStorageGroups/utils.js +0 -0
  1532. /package/dist/{src/store → store}/reducers/tenants/contants.d.ts +0 -0
  1533. /package/dist/{src/store → store}/reducers/tenants/contants.js +0 -0
  1534. /package/dist/{src/store → store}/reducers/tenants/selectors.js +0 -0
  1535. /package/dist/{src/store → store}/reducers/tenants/tenants.js +0 -0
  1536. /package/dist/{src/store → store}/reducers/tenants/types.d.ts +0 -0
  1537. /package/dist/{src/store → store}/reducers/tenants/types.js +0 -0
  1538. /package/dist/{src/store → store}/reducers/tooltip.d.ts +0 -0
  1539. /package/dist/{src/store → store}/reducers/topic.js +0 -0
  1540. /package/dist/{src/store → store}/reducers/vdisk/types.d.ts +0 -0
  1541. /package/dist/{src/store → store}/reducers/vdisk/types.js +0 -0
  1542. /package/dist/{src/store → store}/reducers/vdisk/utils.d.ts +0 -0
  1543. /package/dist/{src/store → store}/reducers/vdisk/vdisk.js +0 -0
  1544. /package/dist/{src/store → store}/reducers/viewSchema/viewSchema.js +0 -0
  1545. /package/dist/{src/store → store}/state-url-mapping.d.ts +0 -0
  1546. /package/dist/{src/store → store}/utils.d.ts +0 -0
  1547. /package/dist/{src/store → store}/utils.js +0 -0
  1548. /package/dist/{src/styles → styles}/mixins.scss +0 -0
  1549. /package/dist/{src/styles → styles}/themes/dark-hc.scss +0 -0
  1550. /package/dist/{src/styles → styles}/themes/dark.scss +0 -0
  1551. /package/dist/{src/styles → styles}/themes/light-hc.scss +0 -0
  1552. /package/dist/{src/styles → styles}/themes/light.scss +0 -0
  1553. /package/dist/{src/styles → styles}/themes.scss +0 -0
  1554. /package/dist/{src/types → types}/additionalProps.js +0 -0
  1555. /package/dist/{src/types → types}/api/acl.d.ts +0 -0
  1556. /package/dist/{src/types → types}/api/acl.js +0 -0
  1557. /package/dist/{src/types → types}/api/autocomplete.d.ts +0 -0
  1558. /package/dist/{src/types → types}/api/autocomplete.js +0 -0
  1559. /package/dist/{src/types → types}/api/cluster.d.ts +0 -0
  1560. /package/dist/{src/types → types}/api/cluster.js +0 -0
  1561. /package/dist/{src/types → types}/api/common.d.ts +0 -0
  1562. /package/dist/{src/types → types}/api/common.js +0 -0
  1563. /package/dist/{src/types → types}/api/compute.d.ts +0 -0
  1564. /package/dist/{src/types → types}/api/compute.js +0 -0
  1565. /package/dist/{src/types → types}/api/consumer.d.ts +0 -0
  1566. /package/dist/{src/types → types}/api/consumer.js +0 -0
  1567. /package/dist/{src/types → types}/api/enums.d.ts +0 -0
  1568. /package/dist/{src/types → types}/api/enums.js +0 -0
  1569. /package/dist/{src/types → types}/api/error.d.ts +0 -0
  1570. /package/dist/{src/types → types}/api/error.js +0 -0
  1571. /package/dist/{src/types → types}/api/healthcheck.d.ts +0 -0
  1572. /package/dist/{src/types → types}/api/healthcheck.js +0 -0
  1573. /package/dist/{src/types → types}/api/hotkeys.d.ts +0 -0
  1574. /package/dist/{src/types → types}/api/hotkeys.js +0 -0
  1575. /package/dist/{src/types → types}/api/meta.d.ts +0 -0
  1576. /package/dist/{src/types → types}/api/meta.js +0 -0
  1577. /package/dist/{src/types → types}/api/netInfo.d.ts +0 -0
  1578. /package/dist/{src/types → types}/api/netInfo.js +0 -0
  1579. /package/dist/{src/types → types}/api/nodes.d.ts +0 -0
  1580. /package/dist/{src/types → types}/api/nodes.js +0 -0
  1581. /package/dist/{src/types → types}/api/nodesList.d.ts +0 -0
  1582. /package/dist/{src/types → types}/api/nodesList.js +0 -0
  1583. /package/dist/{src/types → types}/api/pdisk.d.ts +0 -0
  1584. /package/dist/{src/types → types}/api/pdisk.js +0 -0
  1585. /package/dist/{src/types → types}/api/query.d.ts +0 -0
  1586. /package/dist/{src/types → types}/api/query.js +0 -0
  1587. /package/dist/{src/types → types}/api/render.d.ts +0 -0
  1588. /package/dist/{src/types → types}/api/render.js +0 -0
  1589. /package/dist/{src/types → types}/api/restartPDisk.d.ts +0 -0
  1590. /package/dist/{src/types → types}/api/restartPDisk.js +0 -0
  1591. /package/dist/{src/types → types}/api/schema/cdcStream.d.ts +0 -0
  1592. /package/dist/{src/types → types}/api/schema/cdcStream.js +0 -0
  1593. /package/dist/{src/types → types}/api/schema/columnEntity.d.ts +0 -0
  1594. /package/dist/{src/types → types}/api/schema/columnEntity.js +0 -0
  1595. /package/dist/{src/types → types}/api/schema/externalDataSource.d.ts +0 -0
  1596. /package/dist/{src/types → types}/api/schema/externalDataSource.js +0 -0
  1597. /package/dist/{src/types → types}/api/schema/externalTable.d.ts +0 -0
  1598. /package/dist/{src/types → types}/api/schema/externalTable.js +0 -0
  1599. /package/dist/{src/types → types}/api/schema/index.d.ts +0 -0
  1600. /package/dist/{src/types → types}/api/schema/index.js +0 -0
  1601. /package/dist/{src/types → types}/api/schema/persQueueGroup.d.ts +0 -0
  1602. /package/dist/{src/types → types}/api/schema/persQueueGroup.js +0 -0
  1603. /package/dist/{src/types → types}/api/schema/replication.d.ts +0 -0
  1604. /package/dist/{src/types → types}/api/schema/replication.js +0 -0
  1605. /package/dist/{src/types → types}/api/schema/schema.d.ts +0 -0
  1606. /package/dist/{src/types → types}/api/schema/schema.js +0 -0
  1607. /package/dist/{src/types → types}/api/schema/shared.d.ts +0 -0
  1608. /package/dist/{src/types → types}/api/schema/shared.js +0 -0
  1609. /package/dist/{src/types → types}/api/schema/table.d.ts +0 -0
  1610. /package/dist/{src/types → types}/api/schema/table.js +0 -0
  1611. /package/dist/{src/types → types}/api/schema/tableIndex.d.ts +0 -0
  1612. /package/dist/{src/types → types}/api/schema/tableIndex.js +0 -0
  1613. /package/dist/{src/types → types}/api/schema/view.d.ts +0 -0
  1614. /package/dist/{src/types → types}/api/schema/view.js +0 -0
  1615. /package/dist/{src/types → types}/api/storage.d.ts +0 -0
  1616. /package/dist/{src/types → types}/api/storage.js +0 -0
  1617. /package/dist/{src/types → types}/api/systemState.d.ts +0 -0
  1618. /package/dist/{src/types → types}/api/systemState.js +0 -0
  1619. /package/dist/{src/types → types}/api/tablet.d.ts +0 -0
  1620. /package/dist/{src/types → types}/api/tablet.js +0 -0
  1621. /package/dist/{src/types → types}/api/tenant.d.ts +0 -0
  1622. /package/dist/{src/types → types}/api/tenant.js +0 -0
  1623. /package/dist/{src/types → types}/api/topic.d.ts +0 -0
  1624. /package/dist/{src/types → types}/api/topic.js +0 -0
  1625. /package/dist/{src/types → types}/api/vdisk.d.ts +0 -0
  1626. /package/dist/{src/types → types}/api/vdisk.js +0 -0
  1627. /package/dist/{src/types → types}/api/whoami.d.ts +0 -0
  1628. /package/dist/{src/types → types}/api/whoami.js +0 -0
  1629. /package/dist/{src/types → types}/common.d.ts +0 -0
  1630. /package/dist/{src/types → types}/common.js +0 -0
  1631. /package/dist/{src/types → types}/index.d.ts +0 -0
  1632. /package/dist/{src/types → types}/index.js +0 -0
  1633. /package/dist/{src/types → types}/store/describe.d.ts +0 -0
  1634. /package/dist/{src/types → types}/store/describe.js +0 -0
  1635. /package/dist/{src/types → types}/store/executeQuery.d.ts +0 -0
  1636. /package/dist/{src/types → types}/store/executeQuery.js +0 -0
  1637. /package/dist/{src/types → types}/store/heatmap.d.ts +0 -0
  1638. /package/dist/{src/types → types}/store/heatmap.js +0 -0
  1639. /package/dist/{src/types → types}/store/nodesList.d.ts +0 -0
  1640. /package/dist/{src/types → types}/store/nodesList.js +0 -0
  1641. /package/dist/{src/types → types}/store/query.d.ts +0 -0
  1642. /package/dist/{src/types → types}/store/query.js +0 -0
  1643. /package/dist/{src/types → types}/store/tablet.d.ts +0 -0
  1644. /package/dist/{src/types → types}/store/tablet.js +0 -0
  1645. /package/dist/{src/types → types}/store/tablets.d.ts +0 -0
  1646. /package/dist/{src/types → types}/store/tablets.js +0 -0
  1647. /package/dist/{src/types → types}/store/tooltip.d.ts +0 -0
  1648. /package/dist/{src/types → types}/store/tooltip.js +0 -0
  1649. /package/dist/{src/types → types}/store/topic.d.ts +0 -0
  1650. /package/dist/{src/types → types}/store/topic.js +0 -0
  1651. /package/dist/{src/types → types}/versions.d.ts +0 -0
  1652. /package/dist/{src/types → types}/versions.js +0 -0
  1653. /package/dist/{src/utils → utils}/__test__/monitoring.test.d.ts +0 -0
  1654. /package/dist/{src/utils → utils}/__test__/monitoring.test.js +0 -0
  1655. /package/dist/{src/utils → utils}/__test__/parseBalancer.test.d.ts +0 -0
  1656. /package/dist/{src/utils → utils}/__test__/parseBalancer.test.js +0 -0
  1657. /package/dist/{src/utils → utils}/__test__/prepareBackend.test.d.ts +0 -0
  1658. /package/dist/{src/utils → utils}/__test__/prepareBackend.test.js +0 -0
  1659. /package/dist/{src/utils → utils}/additionalProps.d.ts +0 -0
  1660. /package/dist/{src/utils → utils}/additionalProps.js +0 -0
  1661. /package/dist/{src/utils → utils}/bytesParsers/__test__/formatBytes.test.d.ts +0 -0
  1662. /package/dist/{src/utils → utils}/bytesParsers/__test__/formatBytes.test.js +0 -0
  1663. /package/dist/{src/utils → utils}/bytesParsers/convertBytesObjectToSpeed.d.ts +0 -0
  1664. /package/dist/{src/utils → utils}/bytesParsers/convertBytesObjectToSpeed.js +0 -0
  1665. /package/dist/{src/utils → utils}/bytesParsers/formatBytes.d.ts +0 -0
  1666. /package/dist/{src/utils → utils}/bytesParsers/i18n/en.json +0 -0
  1667. /package/dist/{src/utils → utils}/bytesParsers/i18n/index.js +0 -0
  1668. /package/dist/{src/utils → utils}/bytesParsers/i18n/ru.json +0 -0
  1669. /package/dist/{src/utils → utils}/bytesParsers/index.d.ts +0 -0
  1670. /package/dist/{src/utils → utils}/bytesParsers/index.js +0 -0
  1671. /package/dist/{src/utils → utils}/clusterVersionColors.d.ts +0 -0
  1672. /package/dist/{src/utils → utils}/cn.d.ts +0 -0
  1673. /package/dist/{src/utils → utils}/cn.js +0 -0
  1674. /package/dist/{src/utils → utils}/createToast.d.ts +0 -0
  1675. /package/dist/{src/utils → utils}/createToast.js +0 -0
  1676. /package/dist/{src/utils → utils}/dataFormatters/__test__/roundToSignificant.test.d.ts +0 -0
  1677. /package/dist/{src/utils → utils}/dataFormatters/__test__/roundToSignificant.test.js +0 -0
  1678. /package/dist/{src/utils → utils}/dataFormatters/dataFormatters.d.ts +0 -0
  1679. /package/dist/{src/utils → utils}/dataFormatters/dataFormatters.js +0 -0
  1680. /package/dist/{src/utils → utils}/dataFormatters/i18n/en.json +0 -0
  1681. /package/dist/{src/utils → utils}/dataFormatters/i18n/index.js +0 -0
  1682. /package/dist/{src/utils → utils}/dataFormatters/i18n/ru.json +0 -0
  1683. /package/dist/{src/utils → utils}/developerUI/__test__/developerUI.test.d.ts +0 -0
  1684. /package/dist/{src/utils → utils}/developerUI/__test__/developerUI.test.js +0 -0
  1685. /package/dist/{src/utils → utils}/developerUI/developerUI.d.ts +0 -0
  1686. /package/dist/{src/utils → utils}/developerUI/developerUI.js +0 -0
  1687. /package/dist/{src/utils → utils}/diagnostics.d.ts +0 -0
  1688. /package/dist/{src/utils → utils}/diagnostics.js +0 -0
  1689. /package/dist/{src/utils → utils}/disks/__test__/calculatePDiskSeverity.test.d.ts +0 -0
  1690. /package/dist/{src/utils → utils}/disks/__test__/calculatePDiskSeverity.test.js +0 -0
  1691. /package/dist/{src/utils → utils}/disks/__test__/calculateVDiskSeverity.test.d.ts +0 -0
  1692. /package/dist/{src/utils → utils}/disks/__test__/calculateVDiskSeverity.test.js +0 -0
  1693. /package/dist/{src/utils → utils}/disks/calculatePDiskSeverity.d.ts +0 -0
  1694. /package/dist/{src/utils → utils}/disks/calculatePDiskSeverity.js +0 -0
  1695. /package/dist/{src/utils → utils}/disks/calculateVDiskSeverity.d.ts +0 -0
  1696. /package/dist/{src/utils → utils}/disks/calculateVDiskSeverity.js +0 -0
  1697. /package/dist/{src/utils → utils}/disks/constants.d.ts +0 -0
  1698. /package/dist/{src/utils → utils}/disks/getPDiskType.d.ts +0 -0
  1699. /package/dist/{src/utils → utils}/disks/getPDiskType.js +0 -0
  1700. /package/dist/{src/utils → utils}/disks/helpers.d.ts +0 -0
  1701. /package/dist/{src/utils → utils}/disks/helpers.js +0 -0
  1702. /package/dist/{src/utils → utils}/disks/prepareDisks.d.ts +0 -0
  1703. /package/dist/{src/utils → utils}/disks/types.d.ts +0 -0
  1704. /package/dist/{src/utils → utils}/disks/types.js +0 -0
  1705. /package/dist/{src/utils → utils}/filters.d.ts +0 -0
  1706. /package/dist/{src/utils → utils}/filters.js +0 -0
  1707. /package/dist/{src/utils → utils}/generateEvaluator.d.ts +0 -0
  1708. /package/dist/{src/utils → utils}/generateEvaluator.js +0 -0
  1709. /package/dist/{src/utils → utils}/generateHash.d.ts +0 -0
  1710. /package/dist/{src/utils → utils}/generateHash.js +0 -0
  1711. /package/dist/{src/utils → utils}/hooks/index.d.ts +0 -0
  1712. /package/dist/{src/utils → utils}/hooks/index.js +0 -0
  1713. /package/dist/{src/utils → utils}/hooks/useAutoRefreshInterval.d.ts +0 -0
  1714. /package/dist/{src/utils → utils}/hooks/useAutoRefreshInterval.js +0 -0
  1715. /package/dist/{src/utils → utils}/hooks/useNodesRequestParams.d.ts +0 -0
  1716. /package/dist/{src/utils → utils}/hooks/useNodesRequestParams.js +0 -0
  1717. /package/dist/{src/utils → utils}/hooks/useQueryModes.d.ts +0 -0
  1718. /package/dist/{src/utils → utils}/hooks/useQueryModes.js +0 -0
  1719. /package/dist/{src/utils → utils}/hooks/useSetting.d.ts +0 -0
  1720. /package/dist/{src/utils → utils}/hooks/useSetting.js +0 -0
  1721. /package/dist/{src/utils → utils}/hooks/useStorageRequestParams.d.ts +0 -0
  1722. /package/dist/{src/utils → utils}/hooks/useStorageRequestParams.js +0 -0
  1723. /package/dist/{src/utils → utils}/hooks/useTableResize.d.ts +0 -0
  1724. /package/dist/{src/utils → utils}/hooks/useTableResize.js +0 -0
  1725. /package/dist/{src/utils → utils}/hooks/useTableSort.d.ts +0 -0
  1726. /package/dist/{src/utils → utils}/hooks/useTableSort.js +0 -0
  1727. /package/dist/{src/utils → utils}/hooks/useTypedDispatch.d.ts +0 -0
  1728. /package/dist/{src/utils → utils}/hooks/useTypedDispatch.js +0 -0
  1729. /package/dist/{src/utils → utils}/hooks/useTypedSelector.d.ts +0 -0
  1730. /package/dist/{src/utils → utils}/hooks/useTypedSelector.js +0 -0
  1731. /package/dist/{src/utils → utils}/i18n/i18n.js +0 -0
  1732. /package/dist/{src/utils → utils}/i18n/index.d.ts +0 -0
  1733. /package/dist/{src/utils → utils}/i18n/index.js +0 -0
  1734. /package/dist/{src/utils → utils}/index.d.ts +0 -0
  1735. /package/dist/{src/utils → utils}/index.js +0 -0
  1736. /package/dist/{src/utils → utils}/lazyComponent.d.ts +0 -0
  1737. /package/dist/{src/utils → utils}/monaco/index.d.ts +0 -0
  1738. /package/dist/{src/utils → utils}/monaco/index.js +0 -0
  1739. /package/dist/{src/utils → utils}/monaco/s-expression/constants.d.ts +0 -0
  1740. /package/dist/{src/utils → utils}/monaco/s-expression/constants.js +0 -0
  1741. /package/dist/{src/utils → utils}/monaco/s-expression/registerLanguage.d.ts +0 -0
  1742. /package/dist/{src/utils → utils}/monaco/s-expression/registerLanguage.js +0 -0
  1743. /package/dist/{src/utils → utils}/monaco/yql/constants.d.ts +0 -0
  1744. /package/dist/{src/utils → utils}/monaco/yql/constants.js +0 -0
  1745. /package/dist/{src/utils → utils}/monaco/yql/generateSuggestions.d.ts +0 -0
  1746. /package/dist/{src/utils → utils}/monaco/yql/generateSuggestions.js +0 -0
  1747. /package/dist/{src/utils → utils}/monaco/yql/registerLanguage.d.ts +0 -0
  1748. /package/dist/{src/utils → utils}/monaco/yql/registerLanguage.js +0 -0
  1749. /package/dist/{src/utils → utils}/monaco/yql/yql.completionItemProvider.d.ts +0 -0
  1750. /package/dist/{src/utils → utils}/monaco/yql/yql.completionItemProvider.js +0 -0
  1751. /package/dist/{src/utils → utils}/monaco/yql/yql.d.ts +0 -0
  1752. /package/dist/{src/utils → utils}/monaco/yql/yql.js +0 -0
  1753. /package/dist/{src/utils → utils}/monaco/yql/yql.keywords.d.ts +0 -0
  1754. /package/dist/{src/utils → utils}/monaco/yql/yql.keywords.js +0 -0
  1755. /package/dist/{src/utils → utils}/monaco/yql/yqlSuggestions.d.ts +0 -0
  1756. /package/dist/{src/utils → utils}/monaco/yql/yqlSuggestions.js +0 -0
  1757. /package/dist/{src/utils → utils}/monitoring.d.ts +0 -0
  1758. /package/dist/{src/utils → utils}/monitoring.js +0 -0
  1759. /package/dist/{src/utils → utils}/numeral.d.ts +0 -0
  1760. /package/dist/{src/utils → utils}/numeral.js +0 -0
  1761. /package/dist/{src/utils → utils}/parseBalancer.d.ts +0 -0
  1762. /package/dist/{src/utils → utils}/parseBalancer.js +0 -0
  1763. /package/dist/{src/utils → utils}/prepareBackend.d.ts +0 -0
  1764. /package/dist/{src/utils → utils}/prepareBackend.js +0 -0
  1765. /package/dist/{src/utils → utils}/prepareQueryExplain.d.ts +0 -0
  1766. /package/dist/{src/utils → utils}/prepareQueryExplain.js +0 -0
  1767. /package/dist/{src/utils → utils}/query.d.ts +0 -0
  1768. /package/dist/{src/utils → utils}/query.test.d.ts +0 -0
  1769. /package/dist/{src/utils → utils}/query.test.js +0 -0
  1770. /package/dist/{src/utils → utils}/registerError.d.ts +0 -0
  1771. /package/dist/{src/utils → utils}/registerError.js +0 -0
  1772. /package/dist/{src/utils → utils}/response.js +0 -0
  1773. /package/dist/{src/utils → utils}/storage.d.ts +0 -0
  1774. /package/dist/{src/utils → utils}/storage.js +0 -0
  1775. /package/dist/{src/utils → utils}/tablet.d.ts +0 -0
  1776. /package/dist/{src/utils → utils}/tablet.js +0 -0
  1777. /package/dist/{src/utils → utils}/timeParsers/__test__/formatDuration.test.d.ts +0 -0
  1778. /package/dist/{src/utils → utils}/timeParsers/__test__/formatDuration.test.js +0 -0
  1779. /package/dist/{src/utils → utils}/timeParsers/__test__/protobuf.test.d.ts +0 -0
  1780. /package/dist/{src/utils → utils}/timeParsers/__test__/protobuf.test.js +0 -0
  1781. /package/dist/{src/utils → utils}/timeParsers/formatDuration.d.ts +0 -0
  1782. /package/dist/{src/utils → utils}/timeParsers/formatDuration.js +0 -0
  1783. /package/dist/{src/utils → utils}/timeParsers/i18n/en.json +0 -0
  1784. /package/dist/{src/utils → utils}/timeParsers/i18n/index.js +0 -0
  1785. /package/dist/{src/utils → utils}/timeParsers/i18n/ru.json +0 -0
  1786. /package/dist/{src/utils → utils}/timeParsers/index.d.ts +0 -0
  1787. /package/dist/{src/utils → utils}/timeParsers/index.js +0 -0
  1788. /package/dist/{src/utils → utils}/timeParsers/parsers.d.ts +0 -0
  1789. /package/dist/{src/utils → utils}/timeParsers/parsers.js +0 -0
  1790. /package/dist/{src/utils → utils}/timeParsers/protobufParsers.d.ts +0 -0
  1791. /package/dist/{src/utils → utils}/timeParsers/protobufParsers.js +0 -0
  1792. /package/dist/{src/utils → utils}/timeframes.d.ts +0 -0
  1793. /package/dist/{src/utils → utils}/timeframes.js +0 -0
  1794. /package/dist/{src/utils → utils}/tooltip.d.ts +0 -0
  1795. /package/dist/{src/utils → utils}/tooltip.js +0 -0
  1796. /package/dist/{src/utils → utils}/typecheckers.d.ts +0 -0
  1797. /package/dist/{src/utils → utils}/typecheckers.js +0 -0
  1798. /package/dist/{src/utils → utils}/utils.d.ts +0 -0
  1799. /package/dist/{src/utils → utils}/utils.js +0 -0
  1800. /package/dist/{src/utils → utils}/versions/getVersionsColors.d.ts +0 -0
  1801. /package/dist/{src/utils → utils}/versions/getVersionsColors.js +0 -0
  1802. /package/dist/{src/utils → utils}/versions/index.d.ts +0 -0
  1803. /package/dist/{src/utils → utils}/versions/index.js +0 -0
  1804. /package/dist/{src/utils → utils}/versions/parseNodesToVersionsValues.d.ts +0 -0
  1805. /package/dist/{src/utils → utils}/versions/parseNodesToVersionsValues.js +0 -0
  1806. /package/dist/{src/utils → utils}/versions/parseVersion.d.ts +0 -0
  1807. /package/dist/{src/utils → utils}/versions/parseVersion.js +0 -0
@@ -1,1460 +0,0 @@
1
- import type { IssueLog, StatusFlag } from '../../../types/api/healthcheck';
2
- import type { RootState } from '../../defaultStore';
3
- import type { IssuesTree } from './types';
4
- export declare const healthcheckApi: import("@reduxjs/toolkit/query").Api<import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, {
5
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
6
- database: string;
7
- maxLevel?: number | undefined;
8
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
9
- }, "api", "All", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
10
- export declare const selectIssuesTreesRoots: ((state: {
11
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
12
- singleClusterMode: boolean;
13
- cluster: import("../cluster/types").ClusterState;
14
- tenant: import("../tenant/types").TenantState;
15
- tooltip: import("../../../types/store/tooltip").ITooltipState;
16
- tablets: import("../../../types/store/tablets").TabletsState;
17
- schema: import("../schema/types").SchemaState;
18
- tenants: import("../tenants/types").TenantsState;
19
- partitions: import("../partitions/types").PartitionsState;
20
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
21
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
22
- settings: import("../settings/types").SettingsState;
23
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
24
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
25
- authentication: import("../authentication/types").AuthenticationState;
26
- header: import("../header/types").HeaderState;
27
- saveQuery: string | null;
28
- fullscreen: boolean;
29
- clusters: import("../clusters/types").ClustersFilters;
30
- }, database: string) => IssueLog[]) & {
31
- clearCache: () => void;
32
- resultsCount: () => number;
33
- resetResultsCount: () => void;
34
- } & {
35
- resultFunc: (resultFuncArgs_0: IssueLog[]) => IssueLog[];
36
- memoizedResultFunc: ((resultFuncArgs_0: IssueLog[]) => IssueLog[]) & {
37
- clearCache: () => void;
38
- resultsCount: () => number;
39
- resetResultsCount: () => void;
40
- };
41
- lastResult: () => IssueLog[];
42
- dependencies: [((state: {
43
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
44
- singleClusterMode: boolean;
45
- cluster: import("../cluster/types").ClusterState;
46
- tenant: import("../tenant/types").TenantState;
47
- tooltip: import("../../../types/store/tooltip").ITooltipState;
48
- tablets: import("../../../types/store/tablets").TabletsState;
49
- schema: import("../schema/types").SchemaState;
50
- tenants: import("../tenants/types").TenantsState;
51
- partitions: import("../partitions/types").PartitionsState;
52
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
53
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
54
- settings: import("../settings/types").SettingsState;
55
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
56
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
57
- authentication: import("../authentication/types").AuthenticationState;
58
- header: import("../header/types").HeaderState;
59
- saveQuery: string | null;
60
- fullscreen: boolean;
61
- clusters: import("../clusters/types").ClustersFilters;
62
- }, database: string) => IssueLog[]) & {
63
- clearCache: () => void;
64
- resultsCount: () => number;
65
- resetResultsCount: () => void;
66
- } & {
67
- resultFunc: (resultFuncArgs_0: {
68
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
69
- singleClusterMode: boolean;
70
- cluster: import("../cluster/types").ClusterState;
71
- tenant: import("../tenant/types").TenantState;
72
- tooltip: import("../../../types/store/tooltip").ITooltipState;
73
- tablets: import("../../../types/store/tablets").TabletsState;
74
- schema: import("../schema/types").SchemaState;
75
- tenants: import("../tenants/types").TenantsState;
76
- partitions: import("../partitions/types").PartitionsState;
77
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
78
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
79
- settings: import("../settings/types").SettingsState;
80
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
81
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
82
- authentication: import("../authentication/types").AuthenticationState;
83
- header: import("../header/types").HeaderState;
84
- saveQuery: string | null;
85
- fullscreen: boolean;
86
- clusters: import("../clusters/types").ClustersFilters;
87
- }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
88
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
89
- database: string;
90
- maxLevel?: number | undefined;
91
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
92
- }, "All", "api">) => ({
93
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
94
- originalArgs?: undefined;
95
- data?: undefined;
96
- error?: undefined;
97
- requestId?: undefined;
98
- endpointName?: string | undefined;
99
- startedTimeStamp?: undefined;
100
- fulfilledTimeStamp?: undefined;
101
- } & {
102
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
103
- isUninitialized: true;
104
- isLoading: false;
105
- isSuccess: false;
106
- isError: false;
107
- }) | ({
108
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
109
- error: undefined;
110
- originalArgs: {
111
- database: string;
112
- maxLevel?: number | undefined;
113
- };
114
- requestId: string;
115
- endpointName: string;
116
- startedTimeStamp: number;
117
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
118
- fulfilledTimeStamp: number;
119
- } & {
120
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
121
- isUninitialized: false;
122
- isLoading: false;
123
- isSuccess: true;
124
- isError: false;
125
- }) | ({
126
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
127
- originalArgs: {
128
- database: string;
129
- maxLevel?: number | undefined;
130
- };
131
- requestId: string;
132
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
133
- error?: unknown;
134
- endpointName: string;
135
- startedTimeStamp: number;
136
- fulfilledTimeStamp?: number | undefined;
137
- } & {
138
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
139
- isUninitialized: false;
140
- isLoading: true;
141
- isSuccess: false;
142
- isError: false;
143
- }) | ({
144
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
145
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
146
- fulfilledTimeStamp?: number | undefined;
147
- originalArgs: {
148
- database: string;
149
- maxLevel?: number | undefined;
150
- };
151
- requestId: string;
152
- endpointName: string;
153
- startedTimeStamp: number;
154
- error: unknown;
155
- } & {
156
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
157
- isUninitialized: false;
158
- isLoading: false;
159
- isSuccess: false;
160
- isError: true;
161
- })) => IssueLog[];
162
- memoizedResultFunc: ((resultFuncArgs_0: {
163
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
164
- singleClusterMode: boolean;
165
- cluster: import("../cluster/types").ClusterState;
166
- tenant: import("../tenant/types").TenantState;
167
- tooltip: import("../../../types/store/tooltip").ITooltipState;
168
- tablets: import("../../../types/store/tablets").TabletsState;
169
- schema: import("../schema/types").SchemaState;
170
- tenants: import("../tenants/types").TenantsState;
171
- partitions: import("../partitions/types").PartitionsState;
172
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
173
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
174
- settings: import("../settings/types").SettingsState;
175
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
176
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
177
- authentication: import("../authentication/types").AuthenticationState;
178
- header: import("../header/types").HeaderState;
179
- saveQuery: string | null;
180
- fullscreen: boolean;
181
- clusters: import("../clusters/types").ClustersFilters;
182
- }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
183
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
184
- database: string;
185
- maxLevel?: number | undefined;
186
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
187
- }, "All", "api">) => ({
188
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
189
- originalArgs?: undefined;
190
- data?: undefined;
191
- error?: undefined;
192
- requestId?: undefined;
193
- endpointName?: string | undefined;
194
- startedTimeStamp?: undefined;
195
- fulfilledTimeStamp?: undefined;
196
- } & {
197
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
198
- isUninitialized: true;
199
- isLoading: false;
200
- isSuccess: false;
201
- isError: false;
202
- }) | ({
203
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
204
- error: undefined;
205
- originalArgs: {
206
- database: string;
207
- maxLevel?: number | undefined;
208
- };
209
- requestId: string;
210
- endpointName: string;
211
- startedTimeStamp: number;
212
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
213
- fulfilledTimeStamp: number;
214
- } & {
215
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
216
- isUninitialized: false;
217
- isLoading: false;
218
- isSuccess: true;
219
- isError: false;
220
- }) | ({
221
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
222
- originalArgs: {
223
- database: string;
224
- maxLevel?: number | undefined;
225
- };
226
- requestId: string;
227
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
228
- error?: unknown;
229
- endpointName: string;
230
- startedTimeStamp: number;
231
- fulfilledTimeStamp?: number | undefined;
232
- } & {
233
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
234
- isUninitialized: false;
235
- isLoading: true;
236
- isSuccess: false;
237
- isError: false;
238
- }) | ({
239
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
240
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
241
- fulfilledTimeStamp?: number | undefined;
242
- originalArgs: {
243
- database: string;
244
- maxLevel?: number | undefined;
245
- };
246
- requestId: string;
247
- endpointName: string;
248
- startedTimeStamp: number;
249
- error: unknown;
250
- } & {
251
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
252
- isUninitialized: false;
253
- isLoading: false;
254
- isSuccess: false;
255
- isError: true;
256
- })) => IssueLog[]) & {
257
- clearCache: () => void;
258
- resultsCount: () => number;
259
- resetResultsCount: () => void;
260
- };
261
- lastResult: () => IssueLog[];
262
- dependencies: [(state: RootState) => {
263
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
264
- singleClusterMode: boolean;
265
- cluster: import("../cluster/types").ClusterState;
266
- tenant: import("../tenant/types").TenantState;
267
- tooltip: import("../../../types/store/tooltip").ITooltipState;
268
- tablets: import("../../../types/store/tablets").TabletsState;
269
- schema: import("../schema/types").SchemaState;
270
- tenants: import("../tenants/types").TenantsState;
271
- partitions: import("../partitions/types").PartitionsState;
272
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
273
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
274
- settings: import("../settings/types").SettingsState;
275
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
276
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
277
- authentication: import("../authentication/types").AuthenticationState;
278
- header: import("../header/types").HeaderState;
279
- saveQuery: string | null;
280
- fullscreen: boolean;
281
- clusters: import("../clusters/types").ClustersFilters;
282
- }, (_state: RootState, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
283
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
284
- database: string;
285
- maxLevel?: number | undefined;
286
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
287
- }, "All", "api">) => ({
288
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
289
- originalArgs?: undefined;
290
- data?: undefined;
291
- error?: undefined;
292
- requestId?: undefined;
293
- endpointName?: string | undefined;
294
- startedTimeStamp?: undefined;
295
- fulfilledTimeStamp?: undefined;
296
- } & {
297
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
298
- isUninitialized: true;
299
- isLoading: false;
300
- isSuccess: false;
301
- isError: false;
302
- }) | ({
303
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
304
- error: undefined;
305
- originalArgs: {
306
- database: string;
307
- maxLevel?: number | undefined;
308
- };
309
- requestId: string;
310
- endpointName: string;
311
- startedTimeStamp: number;
312
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
313
- fulfilledTimeStamp: number;
314
- } & {
315
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
316
- isUninitialized: false;
317
- isLoading: false;
318
- isSuccess: true;
319
- isError: false;
320
- }) | ({
321
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
322
- originalArgs: {
323
- database: string;
324
- maxLevel?: number | undefined;
325
- };
326
- requestId: string;
327
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
328
- error?: unknown;
329
- endpointName: string;
330
- startedTimeStamp: number;
331
- fulfilledTimeStamp?: number | undefined;
332
- } & {
333
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
334
- isUninitialized: false;
335
- isLoading: true;
336
- isSuccess: false;
337
- isError: false;
338
- }) | ({
339
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
340
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
341
- fulfilledTimeStamp?: number | undefined;
342
- originalArgs: {
343
- database: string;
344
- maxLevel?: number | undefined;
345
- };
346
- requestId: string;
347
- endpointName: string;
348
- startedTimeStamp: number;
349
- error: unknown;
350
- } & {
351
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
352
- isUninitialized: false;
353
- isLoading: false;
354
- isSuccess: false;
355
- isError: true;
356
- })];
357
- recomputations: () => number;
358
- resetRecomputations: () => void;
359
- dependencyRecomputations: () => number;
360
- resetDependencyRecomputations: () => void;
361
- } & {
362
- argsMemoize: typeof import("reselect").weakMapMemoize;
363
- memoize: typeof import("reselect").weakMapMemoize;
364
- }];
365
- recomputations: () => number;
366
- resetRecomputations: () => void;
367
- dependencyRecomputations: () => number;
368
- resetDependencyRecomputations: () => void;
369
- } & {
370
- argsMemoize: typeof import("reselect").weakMapMemoize;
371
- memoize: typeof import("reselect").weakMapMemoize;
372
- };
373
- export declare const selectIssuesTrees: ((state: {
374
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
375
- singleClusterMode: boolean;
376
- cluster: import("../cluster/types").ClusterState;
377
- tenant: import("../tenant/types").TenantState;
378
- tooltip: import("../../../types/store/tooltip").ITooltipState;
379
- tablets: import("../../../types/store/tablets").TabletsState;
380
- schema: import("../schema/types").SchemaState;
381
- tenants: import("../tenants/types").TenantsState;
382
- partitions: import("../partitions/types").PartitionsState;
383
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
384
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
385
- settings: import("../settings/types").SettingsState;
386
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
387
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
388
- authentication: import("../authentication/types").AuthenticationState;
389
- header: import("../header/types").HeaderState;
390
- saveQuery: string | null;
391
- fullscreen: boolean;
392
- clusters: import("../clusters/types").ClustersFilters;
393
- }, database: string) => IssuesTree[]) & {
394
- clearCache: () => void;
395
- resultsCount: () => number;
396
- resetResultsCount: () => void;
397
- } & {
398
- resultFunc: (resultFuncArgs_0: IssueLog[], resultFuncArgs_1: IssueLog[]) => IssuesTree[];
399
- memoizedResultFunc: ((resultFuncArgs_0: IssueLog[], resultFuncArgs_1: IssueLog[]) => IssuesTree[]) & {
400
- clearCache: () => void;
401
- resultsCount: () => number;
402
- resetResultsCount: () => void;
403
- };
404
- lastResult: () => IssuesTree[];
405
- dependencies: [((state: {
406
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
407
- singleClusterMode: boolean;
408
- cluster: import("../cluster/types").ClusterState;
409
- tenant: import("../tenant/types").TenantState;
410
- tooltip: import("../../../types/store/tooltip").ITooltipState;
411
- tablets: import("../../../types/store/tablets").TabletsState;
412
- schema: import("../schema/types").SchemaState;
413
- tenants: import("../tenants/types").TenantsState;
414
- partitions: import("../partitions/types").PartitionsState;
415
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
416
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
417
- settings: import("../settings/types").SettingsState;
418
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
419
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
420
- authentication: import("../authentication/types").AuthenticationState;
421
- header: import("../header/types").HeaderState;
422
- saveQuery: string | null;
423
- fullscreen: boolean;
424
- clusters: import("../clusters/types").ClustersFilters;
425
- }, database: string) => IssueLog[]) & {
426
- clearCache: () => void;
427
- resultsCount: () => number;
428
- resetResultsCount: () => void;
429
- } & {
430
- resultFunc: (resultFuncArgs_0: {
431
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
432
- singleClusterMode: boolean;
433
- cluster: import("../cluster/types").ClusterState;
434
- tenant: import("../tenant/types").TenantState;
435
- tooltip: import("../../../types/store/tooltip").ITooltipState;
436
- tablets: import("../../../types/store/tablets").TabletsState;
437
- schema: import("../schema/types").SchemaState;
438
- tenants: import("../tenants/types").TenantsState;
439
- partitions: import("../partitions/types").PartitionsState;
440
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
441
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
442
- settings: import("../settings/types").SettingsState;
443
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
444
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
445
- authentication: import("../authentication/types").AuthenticationState;
446
- header: import("../header/types").HeaderState;
447
- saveQuery: string | null;
448
- fullscreen: boolean;
449
- clusters: import("../clusters/types").ClustersFilters;
450
- }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
451
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
452
- database: string;
453
- maxLevel?: number | undefined;
454
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
455
- }, "All", "api">) => ({
456
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
457
- originalArgs?: undefined;
458
- data?: undefined;
459
- error?: undefined;
460
- requestId?: undefined;
461
- endpointName?: string | undefined;
462
- startedTimeStamp?: undefined;
463
- fulfilledTimeStamp?: undefined;
464
- } & {
465
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
466
- isUninitialized: true;
467
- isLoading: false;
468
- isSuccess: false;
469
- isError: false;
470
- }) | ({
471
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
472
- error: undefined;
473
- originalArgs: {
474
- database: string;
475
- maxLevel?: number | undefined;
476
- };
477
- requestId: string;
478
- endpointName: string;
479
- startedTimeStamp: number;
480
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
481
- fulfilledTimeStamp: number;
482
- } & {
483
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
484
- isUninitialized: false;
485
- isLoading: false;
486
- isSuccess: true;
487
- isError: false;
488
- }) | ({
489
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
490
- originalArgs: {
491
- database: string;
492
- maxLevel?: number | undefined;
493
- };
494
- requestId: string;
495
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
496
- error?: unknown;
497
- endpointName: string;
498
- startedTimeStamp: number;
499
- fulfilledTimeStamp?: number | undefined;
500
- } & {
501
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
502
- isUninitialized: false;
503
- isLoading: true;
504
- isSuccess: false;
505
- isError: false;
506
- }) | ({
507
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
508
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
509
- fulfilledTimeStamp?: number | undefined;
510
- originalArgs: {
511
- database: string;
512
- maxLevel?: number | undefined;
513
- };
514
- requestId: string;
515
- endpointName: string;
516
- startedTimeStamp: number;
517
- error: unknown;
518
- } & {
519
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
520
- isUninitialized: false;
521
- isLoading: false;
522
- isSuccess: false;
523
- isError: true;
524
- })) => IssueLog[];
525
- memoizedResultFunc: ((resultFuncArgs_0: {
526
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
527
- singleClusterMode: boolean;
528
- cluster: import("../cluster/types").ClusterState;
529
- tenant: import("../tenant/types").TenantState;
530
- tooltip: import("../../../types/store/tooltip").ITooltipState;
531
- tablets: import("../../../types/store/tablets").TabletsState;
532
- schema: import("../schema/types").SchemaState;
533
- tenants: import("../tenants/types").TenantsState;
534
- partitions: import("../partitions/types").PartitionsState;
535
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
536
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
537
- settings: import("../settings/types").SettingsState;
538
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
539
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
540
- authentication: import("../authentication/types").AuthenticationState;
541
- header: import("../header/types").HeaderState;
542
- saveQuery: string | null;
543
- fullscreen: boolean;
544
- clusters: import("../clusters/types").ClustersFilters;
545
- }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
546
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
547
- database: string;
548
- maxLevel?: number | undefined;
549
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
550
- }, "All", "api">) => ({
551
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
552
- originalArgs?: undefined;
553
- data?: undefined;
554
- error?: undefined;
555
- requestId?: undefined;
556
- endpointName?: string | undefined;
557
- startedTimeStamp?: undefined;
558
- fulfilledTimeStamp?: undefined;
559
- } & {
560
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
561
- isUninitialized: true;
562
- isLoading: false;
563
- isSuccess: false;
564
- isError: false;
565
- }) | ({
566
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
567
- error: undefined;
568
- originalArgs: {
569
- database: string;
570
- maxLevel?: number | undefined;
571
- };
572
- requestId: string;
573
- endpointName: string;
574
- startedTimeStamp: number;
575
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
576
- fulfilledTimeStamp: number;
577
- } & {
578
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
579
- isUninitialized: false;
580
- isLoading: false;
581
- isSuccess: true;
582
- isError: false;
583
- }) | ({
584
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
585
- originalArgs: {
586
- database: string;
587
- maxLevel?: number | undefined;
588
- };
589
- requestId: string;
590
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
591
- error?: unknown;
592
- endpointName: string;
593
- startedTimeStamp: number;
594
- fulfilledTimeStamp?: number | undefined;
595
- } & {
596
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
597
- isUninitialized: false;
598
- isLoading: true;
599
- isSuccess: false;
600
- isError: false;
601
- }) | ({
602
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
603
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
604
- fulfilledTimeStamp?: number | undefined;
605
- originalArgs: {
606
- database: string;
607
- maxLevel?: number | undefined;
608
- };
609
- requestId: string;
610
- endpointName: string;
611
- startedTimeStamp: number;
612
- error: unknown;
613
- } & {
614
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
615
- isUninitialized: false;
616
- isLoading: false;
617
- isSuccess: false;
618
- isError: true;
619
- })) => IssueLog[]) & {
620
- clearCache: () => void;
621
- resultsCount: () => number;
622
- resetResultsCount: () => void;
623
- };
624
- lastResult: () => IssueLog[];
625
- dependencies: [(state: RootState) => {
626
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
627
- singleClusterMode: boolean;
628
- cluster: import("../cluster/types").ClusterState;
629
- tenant: import("../tenant/types").TenantState;
630
- tooltip: import("../../../types/store/tooltip").ITooltipState;
631
- tablets: import("../../../types/store/tablets").TabletsState;
632
- schema: import("../schema/types").SchemaState;
633
- tenants: import("../tenants/types").TenantsState;
634
- partitions: import("../partitions/types").PartitionsState;
635
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
636
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
637
- settings: import("../settings/types").SettingsState;
638
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
639
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
640
- authentication: import("../authentication/types").AuthenticationState;
641
- header: import("../header/types").HeaderState;
642
- saveQuery: string | null;
643
- fullscreen: boolean;
644
- clusters: import("../clusters/types").ClustersFilters;
645
- }, (_state: RootState, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
646
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
647
- database: string;
648
- maxLevel?: number | undefined;
649
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
650
- }, "All", "api">) => ({
651
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
652
- originalArgs?: undefined;
653
- data?: undefined;
654
- error?: undefined;
655
- requestId?: undefined;
656
- endpointName?: string | undefined;
657
- startedTimeStamp?: undefined;
658
- fulfilledTimeStamp?: undefined;
659
- } & {
660
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
661
- isUninitialized: true;
662
- isLoading: false;
663
- isSuccess: false;
664
- isError: false;
665
- }) | ({
666
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
667
- error: undefined;
668
- originalArgs: {
669
- database: string;
670
- maxLevel?: number | undefined;
671
- };
672
- requestId: string;
673
- endpointName: string;
674
- startedTimeStamp: number;
675
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
676
- fulfilledTimeStamp: number;
677
- } & {
678
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
679
- isUninitialized: false;
680
- isLoading: false;
681
- isSuccess: true;
682
- isError: false;
683
- }) | ({
684
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
685
- originalArgs: {
686
- database: string;
687
- maxLevel?: number | undefined;
688
- };
689
- requestId: string;
690
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
691
- error?: unknown;
692
- endpointName: string;
693
- startedTimeStamp: number;
694
- fulfilledTimeStamp?: number | undefined;
695
- } & {
696
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
697
- isUninitialized: false;
698
- isLoading: true;
699
- isSuccess: false;
700
- isError: false;
701
- }) | ({
702
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
703
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
704
- fulfilledTimeStamp?: number | undefined;
705
- originalArgs: {
706
- database: string;
707
- maxLevel?: number | undefined;
708
- };
709
- requestId: string;
710
- endpointName: string;
711
- startedTimeStamp: number;
712
- error: unknown;
713
- } & {
714
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
715
- isUninitialized: false;
716
- isLoading: false;
717
- isSuccess: false;
718
- isError: true;
719
- })];
720
- recomputations: () => number;
721
- resetRecomputations: () => void;
722
- dependencyRecomputations: () => number;
723
- resetDependencyRecomputations: () => void;
724
- } & {
725
- argsMemoize: typeof import("reselect").weakMapMemoize;
726
- memoize: typeof import("reselect").weakMapMemoize;
727
- }, ((state: {
728
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
729
- singleClusterMode: boolean;
730
- cluster: import("../cluster/types").ClusterState;
731
- tenant: import("../tenant/types").TenantState;
732
- tooltip: import("../../../types/store/tooltip").ITooltipState;
733
- tablets: import("../../../types/store/tablets").TabletsState;
734
- schema: import("../schema/types").SchemaState;
735
- tenants: import("../tenants/types").TenantsState;
736
- partitions: import("../partitions/types").PartitionsState;
737
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
738
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
739
- settings: import("../settings/types").SettingsState;
740
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
741
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
742
- authentication: import("../authentication/types").AuthenticationState;
743
- header: import("../header/types").HeaderState;
744
- saveQuery: string | null;
745
- fullscreen: boolean;
746
- clusters: import("../clusters/types").ClustersFilters;
747
- }, database: string) => IssueLog[]) & {
748
- clearCache: () => void;
749
- resultsCount: () => number;
750
- resetResultsCount: () => void;
751
- } & {
752
- resultFunc: (resultFuncArgs_0: IssueLog[]) => IssueLog[];
753
- memoizedResultFunc: ((resultFuncArgs_0: IssueLog[]) => IssueLog[]) & {
754
- clearCache: () => void;
755
- resultsCount: () => number;
756
- resetResultsCount: () => void;
757
- };
758
- lastResult: () => IssueLog[];
759
- dependencies: [((state: {
760
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
761
- singleClusterMode: boolean;
762
- cluster: import("../cluster/types").ClusterState;
763
- tenant: import("../tenant/types").TenantState;
764
- tooltip: import("../../../types/store/tooltip").ITooltipState;
765
- tablets: import("../../../types/store/tablets").TabletsState;
766
- schema: import("../schema/types").SchemaState;
767
- tenants: import("../tenants/types").TenantsState;
768
- partitions: import("../partitions/types").PartitionsState;
769
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
770
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
771
- settings: import("../settings/types").SettingsState;
772
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
773
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
774
- authentication: import("../authentication/types").AuthenticationState;
775
- header: import("../header/types").HeaderState;
776
- saveQuery: string | null;
777
- fullscreen: boolean;
778
- clusters: import("../clusters/types").ClustersFilters;
779
- }, database: string) => IssueLog[]) & {
780
- clearCache: () => void;
781
- resultsCount: () => number;
782
- resetResultsCount: () => void;
783
- } & {
784
- resultFunc: (resultFuncArgs_0: {
785
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
786
- singleClusterMode: boolean;
787
- cluster: import("../cluster/types").ClusterState;
788
- tenant: import("../tenant/types").TenantState;
789
- tooltip: import("../../../types/store/tooltip").ITooltipState;
790
- tablets: import("../../../types/store/tablets").TabletsState;
791
- schema: import("../schema/types").SchemaState;
792
- tenants: import("../tenants/types").TenantsState;
793
- partitions: import("../partitions/types").PartitionsState;
794
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
795
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
796
- settings: import("../settings/types").SettingsState;
797
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
798
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
799
- authentication: import("../authentication/types").AuthenticationState;
800
- header: import("../header/types").HeaderState;
801
- saveQuery: string | null;
802
- fullscreen: boolean;
803
- clusters: import("../clusters/types").ClustersFilters;
804
- }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
805
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
806
- database: string;
807
- maxLevel?: number | undefined;
808
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
809
- }, "All", "api">) => ({
810
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
811
- originalArgs?: undefined;
812
- data?: undefined;
813
- error?: undefined;
814
- requestId?: undefined;
815
- endpointName?: string | undefined;
816
- startedTimeStamp?: undefined;
817
- fulfilledTimeStamp?: undefined;
818
- } & {
819
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
820
- isUninitialized: true;
821
- isLoading: false;
822
- isSuccess: false;
823
- isError: false;
824
- }) | ({
825
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
826
- error: undefined;
827
- originalArgs: {
828
- database: string;
829
- maxLevel?: number | undefined;
830
- };
831
- requestId: string;
832
- endpointName: string;
833
- startedTimeStamp: number;
834
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
835
- fulfilledTimeStamp: number;
836
- } & {
837
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
838
- isUninitialized: false;
839
- isLoading: false;
840
- isSuccess: true;
841
- isError: false;
842
- }) | ({
843
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
844
- originalArgs: {
845
- database: string;
846
- maxLevel?: number | undefined;
847
- };
848
- requestId: string;
849
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
850
- error?: unknown;
851
- endpointName: string;
852
- startedTimeStamp: number;
853
- fulfilledTimeStamp?: number | undefined;
854
- } & {
855
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
856
- isUninitialized: false;
857
- isLoading: true;
858
- isSuccess: false;
859
- isError: false;
860
- }) | ({
861
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
862
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
863
- fulfilledTimeStamp?: number | undefined;
864
- originalArgs: {
865
- database: string;
866
- maxLevel?: number | undefined;
867
- };
868
- requestId: string;
869
- endpointName: string;
870
- startedTimeStamp: number;
871
- error: unknown;
872
- } & {
873
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
874
- isUninitialized: false;
875
- isLoading: false;
876
- isSuccess: false;
877
- isError: true;
878
- })) => IssueLog[];
879
- memoizedResultFunc: ((resultFuncArgs_0: {
880
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
881
- singleClusterMode: boolean;
882
- cluster: import("../cluster/types").ClusterState;
883
- tenant: import("../tenant/types").TenantState;
884
- tooltip: import("../../../types/store/tooltip").ITooltipState;
885
- tablets: import("../../../types/store/tablets").TabletsState;
886
- schema: import("../schema/types").SchemaState;
887
- tenants: import("../tenants/types").TenantsState;
888
- partitions: import("../partitions/types").PartitionsState;
889
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
890
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
891
- settings: import("../settings/types").SettingsState;
892
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
893
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
894
- authentication: import("../authentication/types").AuthenticationState;
895
- header: import("../header/types").HeaderState;
896
- saveQuery: string | null;
897
- fullscreen: boolean;
898
- clusters: import("../clusters/types").ClustersFilters;
899
- }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
900
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
901
- database: string;
902
- maxLevel?: number | undefined;
903
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
904
- }, "All", "api">) => ({
905
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
906
- originalArgs?: undefined;
907
- data?: undefined;
908
- error?: undefined;
909
- requestId?: undefined;
910
- endpointName?: string | undefined;
911
- startedTimeStamp?: undefined;
912
- fulfilledTimeStamp?: undefined;
913
- } & {
914
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
915
- isUninitialized: true;
916
- isLoading: false;
917
- isSuccess: false;
918
- isError: false;
919
- }) | ({
920
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
921
- error: undefined;
922
- originalArgs: {
923
- database: string;
924
- maxLevel?: number | undefined;
925
- };
926
- requestId: string;
927
- endpointName: string;
928
- startedTimeStamp: number;
929
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
930
- fulfilledTimeStamp: number;
931
- } & {
932
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
933
- isUninitialized: false;
934
- isLoading: false;
935
- isSuccess: true;
936
- isError: false;
937
- }) | ({
938
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
939
- originalArgs: {
940
- database: string;
941
- maxLevel?: number | undefined;
942
- };
943
- requestId: string;
944
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
945
- error?: unknown;
946
- endpointName: string;
947
- startedTimeStamp: number;
948
- fulfilledTimeStamp?: number | undefined;
949
- } & {
950
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
951
- isUninitialized: false;
952
- isLoading: true;
953
- isSuccess: false;
954
- isError: false;
955
- }) | ({
956
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
957
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
958
- fulfilledTimeStamp?: number | undefined;
959
- originalArgs: {
960
- database: string;
961
- maxLevel?: number | undefined;
962
- };
963
- requestId: string;
964
- endpointName: string;
965
- startedTimeStamp: number;
966
- error: unknown;
967
- } & {
968
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
969
- isUninitialized: false;
970
- isLoading: false;
971
- isSuccess: false;
972
- isError: true;
973
- })) => IssueLog[]) & {
974
- clearCache: () => void;
975
- resultsCount: () => number;
976
- resetResultsCount: () => void;
977
- };
978
- lastResult: () => IssueLog[];
979
- dependencies: [(state: RootState) => {
980
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
981
- singleClusterMode: boolean;
982
- cluster: import("../cluster/types").ClusterState;
983
- tenant: import("../tenant/types").TenantState;
984
- tooltip: import("../../../types/store/tooltip").ITooltipState;
985
- tablets: import("../../../types/store/tablets").TabletsState;
986
- schema: import("../schema/types").SchemaState;
987
- tenants: import("../tenants/types").TenantsState;
988
- partitions: import("../partitions/types").PartitionsState;
989
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
990
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
991
- settings: import("../settings/types").SettingsState;
992
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
993
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
994
- authentication: import("../authentication/types").AuthenticationState;
995
- header: import("../header/types").HeaderState;
996
- saveQuery: string | null;
997
- fullscreen: boolean;
998
- clusters: import("../clusters/types").ClustersFilters;
999
- }, (_state: RootState, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
1000
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1001
- database: string;
1002
- maxLevel?: number | undefined;
1003
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
1004
- }, "All", "api">) => ({
1005
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1006
- originalArgs?: undefined;
1007
- data?: undefined;
1008
- error?: undefined;
1009
- requestId?: undefined;
1010
- endpointName?: string | undefined;
1011
- startedTimeStamp?: undefined;
1012
- fulfilledTimeStamp?: undefined;
1013
- } & {
1014
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1015
- isUninitialized: true;
1016
- isLoading: false;
1017
- isSuccess: false;
1018
- isError: false;
1019
- }) | ({
1020
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1021
- error: undefined;
1022
- originalArgs: {
1023
- database: string;
1024
- maxLevel?: number | undefined;
1025
- };
1026
- requestId: string;
1027
- endpointName: string;
1028
- startedTimeStamp: number;
1029
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
1030
- fulfilledTimeStamp: number;
1031
- } & {
1032
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1033
- isUninitialized: false;
1034
- isLoading: false;
1035
- isSuccess: true;
1036
- isError: false;
1037
- }) | ({
1038
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1039
- originalArgs: {
1040
- database: string;
1041
- maxLevel?: number | undefined;
1042
- };
1043
- requestId: string;
1044
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1045
- error?: unknown;
1046
- endpointName: string;
1047
- startedTimeStamp: number;
1048
- fulfilledTimeStamp?: number | undefined;
1049
- } & {
1050
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1051
- isUninitialized: false;
1052
- isLoading: true;
1053
- isSuccess: false;
1054
- isError: false;
1055
- }) | ({
1056
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1057
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1058
- fulfilledTimeStamp?: number | undefined;
1059
- originalArgs: {
1060
- database: string;
1061
- maxLevel?: number | undefined;
1062
- };
1063
- requestId: string;
1064
- endpointName: string;
1065
- startedTimeStamp: number;
1066
- error: unknown;
1067
- } & {
1068
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1069
- isUninitialized: false;
1070
- isLoading: false;
1071
- isSuccess: false;
1072
- isError: true;
1073
- })];
1074
- recomputations: () => number;
1075
- resetRecomputations: () => void;
1076
- dependencyRecomputations: () => number;
1077
- resetDependencyRecomputations: () => void;
1078
- } & {
1079
- argsMemoize: typeof import("reselect").weakMapMemoize;
1080
- memoize: typeof import("reselect").weakMapMemoize;
1081
- }];
1082
- recomputations: () => number;
1083
- resetRecomputations: () => void;
1084
- dependencyRecomputations: () => number;
1085
- resetDependencyRecomputations: () => void;
1086
- } & {
1087
- argsMemoize: typeof import("reselect").weakMapMemoize;
1088
- memoize: typeof import("reselect").weakMapMemoize;
1089
- }];
1090
- recomputations: () => number;
1091
- resetRecomputations: () => void;
1092
- dependencyRecomputations: () => number;
1093
- resetDependencyRecomputations: () => void;
1094
- } & {
1095
- argsMemoize: typeof import("reselect").weakMapMemoize;
1096
- memoize: typeof import("reselect").weakMapMemoize;
1097
- };
1098
- export declare const selectIssuesStatistics: ((state: {
1099
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
1100
- singleClusterMode: boolean;
1101
- cluster: import("../cluster/types").ClusterState;
1102
- tenant: import("../tenant/types").TenantState;
1103
- tooltip: import("../../../types/store/tooltip").ITooltipState;
1104
- tablets: import("../../../types/store/tablets").TabletsState;
1105
- schema: import("../schema/types").SchemaState;
1106
- tenants: import("../tenants/types").TenantsState;
1107
- partitions: import("../partitions/types").PartitionsState;
1108
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
1109
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
1110
- settings: import("../settings/types").SettingsState;
1111
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1112
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1113
- authentication: import("../authentication/types").AuthenticationState;
1114
- header: import("../header/types").HeaderState;
1115
- saveQuery: string | null;
1116
- fullscreen: boolean;
1117
- clusters: import("../clusters/types").ClustersFilters;
1118
- }, database: string) => [StatusFlag, number][]) & {
1119
- clearCache: () => void;
1120
- resultsCount: () => number;
1121
- resetResultsCount: () => void;
1122
- } & {
1123
- resultFunc: (resultFuncArgs_0: IssueLog[]) => [StatusFlag, number][];
1124
- memoizedResultFunc: ((resultFuncArgs_0: IssueLog[]) => [StatusFlag, number][]) & {
1125
- clearCache: () => void;
1126
- resultsCount: () => number;
1127
- resetResultsCount: () => void;
1128
- };
1129
- lastResult: () => [StatusFlag, number][];
1130
- dependencies: [((state: {
1131
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
1132
- singleClusterMode: boolean;
1133
- cluster: import("../cluster/types").ClusterState;
1134
- tenant: import("../tenant/types").TenantState;
1135
- tooltip: import("../../../types/store/tooltip").ITooltipState;
1136
- tablets: import("../../../types/store/tablets").TabletsState;
1137
- schema: import("../schema/types").SchemaState;
1138
- tenants: import("../tenants/types").TenantsState;
1139
- partitions: import("../partitions/types").PartitionsState;
1140
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
1141
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
1142
- settings: import("../settings/types").SettingsState;
1143
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1144
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1145
- authentication: import("../authentication/types").AuthenticationState;
1146
- header: import("../header/types").HeaderState;
1147
- saveQuery: string | null;
1148
- fullscreen: boolean;
1149
- clusters: import("../clusters/types").ClustersFilters;
1150
- }, database: string) => IssueLog[]) & {
1151
- clearCache: () => void;
1152
- resultsCount: () => number;
1153
- resetResultsCount: () => void;
1154
- } & {
1155
- resultFunc: (resultFuncArgs_0: {
1156
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
1157
- singleClusterMode: boolean;
1158
- cluster: import("../cluster/types").ClusterState;
1159
- tenant: import("../tenant/types").TenantState;
1160
- tooltip: import("../../../types/store/tooltip").ITooltipState;
1161
- tablets: import("../../../types/store/tablets").TabletsState;
1162
- schema: import("../schema/types").SchemaState;
1163
- tenants: import("../tenants/types").TenantsState;
1164
- partitions: import("../partitions/types").PartitionsState;
1165
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
1166
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
1167
- settings: import("../settings/types").SettingsState;
1168
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1169
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1170
- authentication: import("../authentication/types").AuthenticationState;
1171
- header: import("../header/types").HeaderState;
1172
- saveQuery: string | null;
1173
- fullscreen: boolean;
1174
- clusters: import("../clusters/types").ClustersFilters;
1175
- }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
1176
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1177
- database: string;
1178
- maxLevel?: number | undefined;
1179
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
1180
- }, "All", "api">) => ({
1181
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1182
- originalArgs?: undefined;
1183
- data?: undefined;
1184
- error?: undefined;
1185
- requestId?: undefined;
1186
- endpointName?: string | undefined;
1187
- startedTimeStamp?: undefined;
1188
- fulfilledTimeStamp?: undefined;
1189
- } & {
1190
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1191
- isUninitialized: true;
1192
- isLoading: false;
1193
- isSuccess: false;
1194
- isError: false;
1195
- }) | ({
1196
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1197
- error: undefined;
1198
- originalArgs: {
1199
- database: string;
1200
- maxLevel?: number | undefined;
1201
- };
1202
- requestId: string;
1203
- endpointName: string;
1204
- startedTimeStamp: number;
1205
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
1206
- fulfilledTimeStamp: number;
1207
- } & {
1208
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1209
- isUninitialized: false;
1210
- isLoading: false;
1211
- isSuccess: true;
1212
- isError: false;
1213
- }) | ({
1214
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1215
- originalArgs: {
1216
- database: string;
1217
- maxLevel?: number | undefined;
1218
- };
1219
- requestId: string;
1220
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1221
- error?: unknown;
1222
- endpointName: string;
1223
- startedTimeStamp: number;
1224
- fulfilledTimeStamp?: number | undefined;
1225
- } & {
1226
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1227
- isUninitialized: false;
1228
- isLoading: true;
1229
- isSuccess: false;
1230
- isError: false;
1231
- }) | ({
1232
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1233
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1234
- fulfilledTimeStamp?: number | undefined;
1235
- originalArgs: {
1236
- database: string;
1237
- maxLevel?: number | undefined;
1238
- };
1239
- requestId: string;
1240
- endpointName: string;
1241
- startedTimeStamp: number;
1242
- error: unknown;
1243
- } & {
1244
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1245
- isUninitialized: false;
1246
- isLoading: false;
1247
- isSuccess: false;
1248
- isError: true;
1249
- })) => IssueLog[];
1250
- memoizedResultFunc: ((resultFuncArgs_0: {
1251
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
1252
- singleClusterMode: boolean;
1253
- cluster: import("../cluster/types").ClusterState;
1254
- tenant: import("../tenant/types").TenantState;
1255
- tooltip: import("../../../types/store/tooltip").ITooltipState;
1256
- tablets: import("../../../types/store/tablets").TabletsState;
1257
- schema: import("../schema/types").SchemaState;
1258
- tenants: import("../tenants/types").TenantsState;
1259
- partitions: import("../partitions/types").PartitionsState;
1260
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
1261
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
1262
- settings: import("../settings/types").SettingsState;
1263
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1264
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1265
- authentication: import("../authentication/types").AuthenticationState;
1266
- header: import("../header/types").HeaderState;
1267
- saveQuery: string | null;
1268
- fullscreen: boolean;
1269
- clusters: import("../clusters/types").ClustersFilters;
1270
- }, resultFuncArgs_1: (state: import("@reduxjs/toolkit/query").RootState<{
1271
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1272
- database: string;
1273
- maxLevel?: number | undefined;
1274
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
1275
- }, "All", "api">) => ({
1276
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1277
- originalArgs?: undefined;
1278
- data?: undefined;
1279
- error?: undefined;
1280
- requestId?: undefined;
1281
- endpointName?: string | undefined;
1282
- startedTimeStamp?: undefined;
1283
- fulfilledTimeStamp?: undefined;
1284
- } & {
1285
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1286
- isUninitialized: true;
1287
- isLoading: false;
1288
- isSuccess: false;
1289
- isError: false;
1290
- }) | ({
1291
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1292
- error: undefined;
1293
- originalArgs: {
1294
- database: string;
1295
- maxLevel?: number | undefined;
1296
- };
1297
- requestId: string;
1298
- endpointName: string;
1299
- startedTimeStamp: number;
1300
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
1301
- fulfilledTimeStamp: number;
1302
- } & {
1303
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1304
- isUninitialized: false;
1305
- isLoading: false;
1306
- isSuccess: true;
1307
- isError: false;
1308
- }) | ({
1309
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1310
- originalArgs: {
1311
- database: string;
1312
- maxLevel?: number | undefined;
1313
- };
1314
- requestId: string;
1315
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1316
- error?: unknown;
1317
- endpointName: string;
1318
- startedTimeStamp: number;
1319
- fulfilledTimeStamp?: number | undefined;
1320
- } & {
1321
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1322
- isUninitialized: false;
1323
- isLoading: true;
1324
- isSuccess: false;
1325
- isError: false;
1326
- }) | ({
1327
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1328
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1329
- fulfilledTimeStamp?: number | undefined;
1330
- originalArgs: {
1331
- database: string;
1332
- maxLevel?: number | undefined;
1333
- };
1334
- requestId: string;
1335
- endpointName: string;
1336
- startedTimeStamp: number;
1337
- error: unknown;
1338
- } & {
1339
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1340
- isUninitialized: false;
1341
- isLoading: false;
1342
- isSuccess: false;
1343
- isError: true;
1344
- })) => IssueLog[]) & {
1345
- clearCache: () => void;
1346
- resultsCount: () => number;
1347
- resetResultsCount: () => void;
1348
- };
1349
- lastResult: () => IssueLog[];
1350
- dependencies: [(state: RootState) => {
1351
- api: import("@reduxjs/toolkit/query").CombinedState<{}, "All", "api">;
1352
- singleClusterMode: boolean;
1353
- cluster: import("../cluster/types").ClusterState;
1354
- tenant: import("../tenant/types").TenantState;
1355
- tooltip: import("../../../types/store/tooltip").ITooltipState;
1356
- tablets: import("../../../types/store/tablets").TabletsState;
1357
- schema: import("../schema/types").SchemaState;
1358
- tenants: import("../tenants/types").TenantsState;
1359
- partitions: import("../partitions/types").PartitionsState;
1360
- executeQuery: import("../../../types/store/executeQuery").ExecuteQueryState;
1361
- heatmap: import("../../../types/store/heatmap").IHeatmapState;
1362
- settings: import("../settings/types").SettingsState;
1363
- executeTopQueries: import("../executeTopQueries/types").TopQueriesFilters;
1364
- shardsWorkload: import("../shardsWorkload/types").ShardsWorkloadFilters;
1365
- authentication: import("../authentication/types").AuthenticationState;
1366
- header: import("../header/types").HeaderState;
1367
- saveQuery: string | null;
1368
- fullscreen: boolean;
1369
- clusters: import("../clusters/types").ClustersFilters;
1370
- }, (_state: RootState, database: string) => (state: import("@reduxjs/toolkit/query").RootState<{
1371
- getHealthcheckInfo: import("@reduxjs/toolkit/query").QueryDefinition<{
1372
- database: string;
1373
- maxLevel?: number | undefined;
1374
- }, import("@reduxjs/toolkit/query").BaseQueryFn<void, typeof import("../api")._NEVER, unknown, {}>, "All", import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined, "api">;
1375
- }, "All", "api">) => ({
1376
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1377
- originalArgs?: undefined;
1378
- data?: undefined;
1379
- error?: undefined;
1380
- requestId?: undefined;
1381
- endpointName?: string | undefined;
1382
- startedTimeStamp?: undefined;
1383
- fulfilledTimeStamp?: undefined;
1384
- } & {
1385
- status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
1386
- isUninitialized: true;
1387
- isLoading: false;
1388
- isSuccess: false;
1389
- isError: false;
1390
- }) | ({
1391
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1392
- error: undefined;
1393
- originalArgs: {
1394
- database: string;
1395
- maxLevel?: number | undefined;
1396
- };
1397
- requestId: string;
1398
- endpointName: string;
1399
- startedTimeStamp: number;
1400
- data: import("../../../types/api/healthcheck").HealthCheckAPIResponse;
1401
- fulfilledTimeStamp: number;
1402
- } & {
1403
- status: import("@reduxjs/toolkit/query").QueryStatus.fulfilled;
1404
- isUninitialized: false;
1405
- isLoading: false;
1406
- isSuccess: true;
1407
- isError: false;
1408
- }) | ({
1409
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1410
- originalArgs: {
1411
- database: string;
1412
- maxLevel?: number | undefined;
1413
- };
1414
- requestId: string;
1415
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1416
- error?: unknown;
1417
- endpointName: string;
1418
- startedTimeStamp: number;
1419
- fulfilledTimeStamp?: number | undefined;
1420
- } & {
1421
- status: import("@reduxjs/toolkit/query").QueryStatus.pending;
1422
- isUninitialized: false;
1423
- isLoading: true;
1424
- isSuccess: false;
1425
- isError: false;
1426
- }) | ({
1427
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1428
- data?: import("../../../types/api/healthcheck").HealthCheckAPIResponse | undefined;
1429
- fulfilledTimeStamp?: number | undefined;
1430
- originalArgs: {
1431
- database: string;
1432
- maxLevel?: number | undefined;
1433
- };
1434
- requestId: string;
1435
- endpointName: string;
1436
- startedTimeStamp: number;
1437
- error: unknown;
1438
- } & {
1439
- status: import("@reduxjs/toolkit/query").QueryStatus.rejected;
1440
- isUninitialized: false;
1441
- isLoading: false;
1442
- isSuccess: false;
1443
- isError: true;
1444
- })];
1445
- recomputations: () => number;
1446
- resetRecomputations: () => void;
1447
- dependencyRecomputations: () => number;
1448
- resetDependencyRecomputations: () => void;
1449
- } & {
1450
- argsMemoize: typeof import("reselect").weakMapMemoize;
1451
- memoize: typeof import("reselect").weakMapMemoize;
1452
- }];
1453
- recomputations: () => number;
1454
- resetRecomputations: () => void;
1455
- dependencyRecomputations: () => number;
1456
- resetDependencyRecomputations: () => void;
1457
- } & {
1458
- argsMemoize: typeof import("reselect").weakMapMemoize;
1459
- memoize: typeof import("reselect").weakMapMemoize;
1460
- };