ydb-embedded-ui 6.4.0 → 6.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1502) hide show
  1. package/README.md +1 -1
  2. package/dist/containers/App/App.scss +1 -33
  3. package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.scss +14 -4
  4. package/dist/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.scss +7 -0
  5. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +0 -6
  6. package/dist/containers/Tenant/Info/View/View.scss +13 -0
  7. package/dist/package.json +174 -0
  8. package/dist/src/components/AsyncReplicationState/AsyncReplicationState.d.ts +6 -0
  9. package/dist/src/components/AsyncReplicationState/AsyncReplicationState.js +20 -0
  10. package/dist/src/components/AsyncReplicationState/index.d.ts +1 -0
  11. package/dist/src/components/AsyncReplicationState/index.js +1 -0
  12. package/dist/src/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +17 -0
  13. package/dist/src/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +41 -0
  14. package/dist/src/components/Errors/ResponseError/ResponseError.js +17 -0
  15. package/dist/src/components/PDiskInfo/i18n/index.d.ts +1 -0
  16. package/dist/src/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +7 -0
  17. package/dist/src/components/QueryExecutionStatus/QueryExecutionStatus.js +21 -0
  18. package/dist/src/components/VDiskInfo/i18n/index.d.ts +1 -0
  19. package/dist/src/containers/Clusters/Clusters.js +82 -0
  20. package/dist/src/containers/Clusters/constants.d.ts +32 -0
  21. package/dist/src/containers/Clusters/constants.js +44 -0
  22. package/dist/src/containers/PDiskPage/PDiskPage.js +90 -0
  23. package/dist/src/containers/PDiskPage/i18n/en.json +9 -0
  24. package/dist/src/containers/PDiskPage/i18n/index.d.ts +1 -0
  25. package/dist/src/containers/Tablet/TabletControls/TabletControls.js +27 -0
  26. package/dist/src/containers/Tablet/i18n/en.json +13 -0
  27. package/dist/src/containers/Tablet/i18n/index.d.ts +2 -0
  28. package/dist/src/containers/Tablet/i18n/index.js +4 -0
  29. package/dist/src/containers/Tablets/Tablets.js +135 -0
  30. package/dist/src/containers/Tablets/i18n/en.json +12 -0
  31. package/dist/src/containers/Tablets/i18n/index.d.ts +2 -0
  32. package/dist/src/containers/Tenant/Diagnostics/Diagnostics.js +132 -0
  33. package/dist/src/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +162 -0
  34. package/dist/src/containers/Tenant/Diagnostics/DiagnosticsPages.js +92 -0
  35. package/dist/src/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +113 -0
  36. package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/en.json +5 -0
  37. package/dist/src/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +2 -0
  38. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.d.ts +7 -0
  39. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/AsyncReplicationInfo.js +39 -0
  40. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.d.ts +6 -0
  41. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/Credentials.js +14 -0
  42. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/en.json +7 -0
  43. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.d.ts +2 -0
  44. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/i18n/index.js +4 -0
  45. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.d.ts +1 -0
  46. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationInfo/index.js +1 -0
  47. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.d.ts +7 -0
  48. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/AsyncReplicationPaths.js +34 -0
  49. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/en.json +7 -0
  50. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.d.ts +2 -0
  51. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/i18n/index.js +4 -0
  52. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.d.ts +1 -0
  53. package/dist/src/containers/Tenant/Diagnostics/Overview/AsyncReplicationPaths/index.js +1 -0
  54. package/dist/src/containers/Tenant/Diagnostics/Overview/Overview.d.ts +8 -0
  55. package/dist/src/containers/Tenant/Diagnostics/Overview/Overview.js +80 -0
  56. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +39 -0
  57. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +27 -0
  58. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +45 -0
  59. package/dist/src/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +2 -0
  60. package/dist/src/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +63 -0
  61. package/dist/src/containers/Tenant/Diagnostics/TopShards/TopShards.js +146 -0
  62. package/dist/src/containers/Tenant/Info/View/View.d.ts +7 -0
  63. package/dist/src/containers/Tenant/Info/View/View.js +32 -0
  64. package/dist/src/containers/Tenant/Info/i18n/en.json +9 -0
  65. package/dist/src/containers/Tenant/Info/i18n/index.d.ts +2 -0
  66. package/dist/src/containers/Tenant/Info/i18n/index.js +4 -0
  67. package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +13 -0
  68. package/dist/src/containers/Tenant/ObjectSummary/ObjectSummary.js +169 -0
  69. package/dist/src/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +12 -0
  70. package/dist/src/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +90 -0
  71. package/dist/src/containers/Tenant/Query/ExplainResult/ExplainResult.js +149 -0
  72. package/dist/src/containers/Tenant/Query/Preview/Preview.js +43 -0
  73. package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +33 -0
  74. package/dist/src/containers/Tenant/Query/QueryEditor/QueryEditor.js +322 -0
  75. package/dist/src/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +10 -0
  76. package/dist/src/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +51 -0
  77. package/dist/src/containers/Tenant/Schema/SchemaViewer/columns.d.ts +16 -0
  78. package/dist/src/containers/Tenant/Schema/SchemaViewer/columns.js +110 -0
  79. package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/en.json +10 -0
  80. package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.d.ts +2 -0
  81. package/dist/src/containers/Tenant/Schema/SchemaViewer/i18n/index.js +4 -0
  82. package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.d.ts +6 -0
  83. package/dist/src/containers/Tenant/Schema/SchemaViewer/prepareData.js +114 -0
  84. package/dist/src/containers/Tenant/Schema/SchemaViewer/shared.d.ts +1 -0
  85. package/dist/src/containers/Tenant/Schema/SchemaViewer/shared.js +2 -0
  86. package/dist/src/containers/Tenant/Schema/SchemaViewer/types.d.ts +16 -0
  87. package/dist/src/containers/Tenant/Tenant.js +84 -0
  88. package/dist/src/containers/Tenant/utils/schema.js +189 -0
  89. package/dist/src/containers/Tenant/utils/schemaActions.js +114 -0
  90. package/dist/src/containers/Tenant/utils/schemaControls.js +37 -0
  91. package/dist/src/containers/UserSettings/Setting.d.ts +23 -0
  92. package/dist/src/containers/UserSettings/Setting.js +40 -0
  93. package/dist/src/containers/UserSettings/UserSettings.js +21 -0
  94. package/dist/src/containers/UserSettings/i18n/en.json +31 -0
  95. package/dist/src/containers/UserSettings/i18n/index.d.ts +2 -0
  96. package/dist/src/containers/UserSettings/settings.d.ts +33 -0
  97. package/dist/src/containers/UserSettings/settings.js +136 -0
  98. package/dist/src/containers/VDiskPage/VDiskPage.js +109 -0
  99. package/dist/src/containers/VDiskPage/i18n/en.json +10 -0
  100. package/dist/src/containers/VDiskPage/i18n/index.d.ts +1 -0
  101. package/dist/src/services/api.d.ts +138 -0
  102. package/dist/src/services/settings.d.ts +41 -0
  103. package/dist/src/services/settings.js +73 -0
  104. package/dist/src/store/configureStore.d.ts +226 -0
  105. package/dist/src/store/defaultStore.d.ts +126 -0
  106. package/dist/src/store/reducers/authentication/authentication.d.ts +385 -0
  107. package/dist/src/store/reducers/authentication/authentication.js +59 -0
  108. package/dist/src/store/reducers/authentication/types.d.ts +13 -0
  109. package/dist/src/store/reducers/cluster/cluster.js +80 -0
  110. package/dist/src/store/reducers/executeQuery.d.ts +44 -0
  111. package/dist/src/store/reducers/executeQuery.js +145 -0
  112. package/dist/src/store/reducers/executeTopQueries/executeTopQueries.js +68 -0
  113. package/dist/src/store/reducers/explainQuery/explainQuery.d.ts +9 -0
  114. package/dist/src/store/reducers/explainQuery/explainQuery.js +32 -0
  115. package/dist/src/store/reducers/explainQuery/types.d.ts +12 -0
  116. package/dist/src/store/reducers/explainQuery/utils.d.ts +6 -0
  117. package/dist/src/store/reducers/explainQuery/utils.js +40 -0
  118. package/dist/src/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +2113 -0
  119. package/dist/src/store/reducers/host.d.ts +130 -0
  120. package/dist/src/store/reducers/index.d.ts +173 -0
  121. package/dist/src/store/reducers/index.js +51 -0
  122. package/dist/src/store/reducers/node/selectors.d.ts +83 -0
  123. package/dist/src/store/reducers/nodesList.d.ts +85 -0
  124. package/dist/src/store/reducers/olapStats.js +31 -0
  125. package/dist/src/store/reducers/preview.js +22 -0
  126. package/dist/src/store/reducers/schema/schema.d.ts +163 -0
  127. package/dist/src/store/reducers/schemaAcl/schemaAcl.d.ts +135 -0
  128. package/dist/src/store/reducers/shardsWorkload/shardsWorkload.js +109 -0
  129. package/dist/src/store/reducers/tablets.d.ts +98 -0
  130. package/dist/src/store/reducers/tabletsFilters.d.ts +198 -0
  131. package/dist/src/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +38 -0
  132. package/dist/src/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +38 -0
  133. package/dist/src/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +44 -0
  134. package/dist/src/store/reducers/tenants/selectors.d.ts +1026 -0
  135. package/dist/src/store/reducers/topic.d.ts +1703 -0
  136. package/dist/src/store/reducers/viewSchema/viewSchema.d.ts +6 -0
  137. package/dist/src/store/reducers/viewSchema/viewSchema.js +30 -0
  138. package/dist/src/store/utils.d.ts +23 -0
  139. package/dist/src/store/utils.js +49 -0
  140. package/dist/src/types/api/schema/columnEntity.d.ts +106 -0
  141. package/dist/src/types/api/schema/replication.d.ts +74 -0
  142. package/dist/src/types/api/schema/replication.js +7 -0
  143. package/dist/src/types/api/schema/schema.d.ts +253 -0
  144. package/dist/src/types/api/schema/schema.js +66 -0
  145. package/dist/src/types/api/whoami.d.ts +24 -0
  146. package/dist/src/types/store/executeQuery.d.ts +18 -0
  147. package/dist/src/utils/constants.d.ts +107 -0
  148. package/dist/src/utils/constants.js +105 -0
  149. package/dist/src/utils/monaco/yql/constants.d.ts +10 -0
  150. package/dist/src/utils/monaco/yql/constants.js +730 -0
  151. package/dist/src/utils/monaco/yql/generateSuggestions.d.ts +28 -0
  152. package/dist/src/utils/monaco/yql/generateSuggestions.js +358 -0
  153. package/dist/src/utils/monaco/yql/yqlSuggestions.js +90 -0
  154. package/dist/src/utils/query.d.ts +30 -0
  155. package/dist/src/utils/query.js +194 -0
  156. package/dist/src/utils/response.d.ts +4 -0
  157. package/dist/src/utils/response.js +9 -0
  158. package/dist/src/utils/timeParsers/__test__/protobuf.test.d.ts +1 -0
  159. package/dist/styles/constants.scss +1 -1
  160. package/dist/styles/mixins.scss +35 -3
  161. package/package.json +4 -4
  162. package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.d.ts +0 -13
  163. package/dist/components/ButtonWithConfirmDialog/ButtonWithConfirmDialog.js +0 -32
  164. package/dist/components/Errors/ResponseError/ResponseError.js +0 -14
  165. package/dist/components/PDiskInfo/i18n/index.d.ts +0 -1
  166. package/dist/components/QueryExecutionStatus/QueryExecutionStatus.d.ts +0 -8
  167. package/dist/components/QueryExecutionStatus/QueryExecutionStatus.js +0 -20
  168. package/dist/components/VDiskInfo/i18n/index.d.ts +0 -1
  169. package/dist/containers/Clusters/Clusters.js +0 -77
  170. package/dist/containers/Clusters/constants.d.ts +0 -34
  171. package/dist/containers/Clusters/constants.js +0 -62
  172. package/dist/containers/PDiskPage/PDiskPage.js +0 -89
  173. package/dist/containers/PDiskPage/i18n/en.json +0 -8
  174. package/dist/containers/PDiskPage/i18n/index.d.ts +0 -1
  175. package/dist/containers/Tablet/TabletControls/TabletControls.js +0 -25
  176. package/dist/containers/Tablet/i18n/en.json +0 -10
  177. package/dist/containers/Tablet/i18n/index.d.ts +0 -2
  178. package/dist/containers/Tablet/i18n/index.js +0 -5
  179. package/dist/containers/Tablet/i18n/ru.json +0 -10
  180. package/dist/containers/Tablets/Tablets.js +0 -134
  181. package/dist/containers/Tablets/i18n/en.json +0 -11
  182. package/dist/containers/Tablets/i18n/index.d.ts +0 -2
  183. package/dist/containers/Tenant/Diagnostics/Diagnostics.js +0 -132
  184. package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.d.ts +0 -146
  185. package/dist/containers/Tenant/Diagnostics/DiagnosticsPages.js +0 -90
  186. package/dist/containers/Tenant/Diagnostics/HotKeys/HotKeys.js +0 -102
  187. package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/en.json +0 -4
  188. package/dist/containers/Tenant/Diagnostics/HotKeys/i18n/index.d.ts +0 -2
  189. package/dist/containers/Tenant/Diagnostics/Overview/Overview.d.ts +0 -7
  190. package/dist/containers/Tenant/Diagnostics/Overview/Overview.js +0 -77
  191. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.js +0 -38
  192. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.js +0 -26
  193. package/dist/containers/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.js +0 -44
  194. package/dist/containers/Tenant/Diagnostics/TenantOverview/i18n/index.d.ts +0 -2
  195. package/dist/containers/Tenant/Diagnostics/TopQueries/TopQueries.js +0 -63
  196. package/dist/containers/Tenant/Diagnostics/TopShards/TopShards.js +0 -146
  197. package/dist/containers/Tenant/Info/i18n/en.json +0 -8
  198. package/dist/containers/Tenant/Info/i18n/index.d.ts +0 -2
  199. package/dist/containers/Tenant/Info/i18n/index.js +0 -5
  200. package/dist/containers/Tenant/Info/i18n/ru.json +0 -8
  201. package/dist/containers/Tenant/ObjectSummary/ObjectSummary.d.ts +0 -12
  202. package/dist/containers/Tenant/ObjectSummary/ObjectSummary.js +0 -158
  203. package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.d.ts +0 -12
  204. package/dist/containers/Tenant/Query/ExecuteResult/ExecuteResult.js +0 -91
  205. package/dist/containers/Tenant/Query/ExplainResult/ExplainResult.js +0 -157
  206. package/dist/containers/Tenant/Query/Preview/Preview.js +0 -43
  207. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.d.ts +0 -39
  208. package/dist/containers/Tenant/Query/QueryEditor/QueryEditor.js +0 -323
  209. package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.d.ts +0 -9
  210. package/dist/containers/Tenant/Schema/SchemaViewer/SchemaViewer.js +0 -26
  211. package/dist/containers/Tenant/Schema/SchemaViewer/helpers.d.ts +0 -26
  212. package/dist/containers/Tenant/Schema/SchemaViewer/helpers.js +0 -151
  213. package/dist/containers/Tenant/Tenant.js +0 -83
  214. package/dist/containers/Tenant/utils/schema.js +0 -181
  215. package/dist/containers/Tenant/utils/schemaActions.js +0 -113
  216. package/dist/containers/Tenant/utils/schemaControls.js +0 -36
  217. package/dist/containers/UserSettings/Setting.d.ts +0 -16
  218. package/dist/containers/UserSettings/Setting.js +0 -37
  219. package/dist/containers/UserSettings/UserSettings.js +0 -18
  220. package/dist/containers/UserSettings/i18n/en.json +0 -28
  221. package/dist/containers/UserSettings/i18n/index.d.ts +0 -2
  222. package/dist/containers/UserSettings/settings.d.ts +0 -30
  223. package/dist/containers/UserSettings/settings.js +0 -114
  224. package/dist/containers/VDiskPage/VDiskPage.js +0 -108
  225. package/dist/containers/VDiskPage/i18n/en.json +0 -9
  226. package/dist/containers/VDiskPage/i18n/index.d.ts +0 -1
  227. package/dist/services/api.d.ts +0 -138
  228. package/dist/services/settings.d.ts +0 -40
  229. package/dist/services/settings.js +0 -72
  230. package/dist/store/configureStore.d.ts +0 -230
  231. package/dist/store/defaultStore.d.ts +0 -128
  232. package/dist/store/reducers/authentication/authentication.d.ts +0 -205
  233. package/dist/store/reducers/authentication/authentication.js +0 -50
  234. package/dist/store/reducers/authentication/types.d.ts +0 -9
  235. package/dist/store/reducers/cluster/cluster.js +0 -76
  236. package/dist/store/reducers/executeQuery.d.ts +0 -103
  237. package/dist/store/reducers/executeQuery.js +0 -141
  238. package/dist/store/reducers/executeTopQueries/executeTopQueries.js +0 -65
  239. package/dist/store/reducers/explainQuery.d.ts +0 -145
  240. package/dist/store/reducers/explainQuery.js +0 -94
  241. package/dist/store/reducers/healthcheckInfo/healthcheckInfo.d.ts +0 -2133
  242. package/dist/store/reducers/host.d.ts +0 -71
  243. package/dist/store/reducers/index.d.ts +0 -176
  244. package/dist/store/reducers/index.js +0 -53
  245. package/dist/store/reducers/node/selectors.d.ts +0 -84
  246. package/dist/store/reducers/nodesList.d.ts +0 -86
  247. package/dist/store/reducers/olapStats.js +0 -28
  248. package/dist/store/reducers/preview.js +0 -19
  249. package/dist/store/reducers/schema/schema.d.ts +0 -104
  250. package/dist/store/reducers/schemaAcl/schemaAcl.d.ts +0 -76
  251. package/dist/store/reducers/shardsWorkload/shardsWorkload.js +0 -106
  252. package/dist/store/reducers/tablets.d.ts +0 -99
  253. package/dist/store/reducers/tabletsFilters.d.ts +0 -139
  254. package/dist/store/reducers/tenantOverview/executeTopTables/executeTopTables.js +0 -35
  255. package/dist/store/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.js +0 -35
  256. package/dist/store/reducers/tenantOverview/topShards/tenantOverviewTopShards.js +0 -41
  257. package/dist/store/reducers/tenants/selectors.d.ts +0 -1035
  258. package/dist/store/reducers/topic.d.ts +0 -1718
  259. package/dist/store/utils.d.ts +0 -24
  260. package/dist/store/utils.js +0 -49
  261. package/dist/types/api/schema/columnEntity.d.ts +0 -105
  262. package/dist/types/api/schema/schema.d.ts +0 -250
  263. package/dist/types/api/schema/schema.js +0 -65
  264. package/dist/types/api/whoami.d.ts +0 -18
  265. package/dist/types/store/executeQuery.d.ts +0 -25
  266. package/dist/types/store/explainQuery.d.ts +0 -27
  267. package/dist/utils/constants.d.ts +0 -106
  268. package/dist/utils/constants.js +0 -104
  269. package/dist/utils/error.d.ts +0 -2
  270. package/dist/utils/error.js +0 -13
  271. package/dist/utils/monaco/yql/constants.d.ts +0 -8
  272. package/dist/utils/monaco/yql/constants.js +0 -697
  273. package/dist/utils/monaco/yql/generateSuggestions.d.ts +0 -27
  274. package/dist/utils/monaco/yql/generateSuggestions.js +0 -341
  275. package/dist/utils/monaco/yql/yqlSuggestions.js +0 -85
  276. package/dist/utils/query.d.ts +0 -28
  277. package/dist/utils/query.js +0 -171
  278. /package/dist/{components → src/components}/BasicNodeViewer/BasicNodeViewer.d.ts +0 -0
  279. /package/dist/{components → src/components}/BasicNodeViewer/BasicNodeViewer.js +0 -0
  280. /package/dist/{components → src/components}/BasicNodeViewer/index.d.ts +0 -0
  281. /package/dist/{components → src/components}/BasicNodeViewer/index.js +0 -0
  282. /package/dist/{components → src/components}/CellWithPopover/CellWithPopover.d.ts +0 -0
  283. /package/dist/{components → src/components}/CellWithPopover/CellWithPopover.js +0 -0
  284. /package/dist/{components → src/components}/CircularProgressBar/CircularProgressBar.d.ts +0 -0
  285. /package/dist/{components → src/components}/CircularProgressBar/CircularProgressBar.js +0 -0
  286. /package/dist/{components → src/components}/ClipboardButton/ClipboardButton.d.ts +0 -0
  287. /package/dist/{components → src/components}/ClipboardButton/ClipboardButton.js +0 -0
  288. /package/dist/{components → src/components}/ClipboardButton/index.d.ts +0 -0
  289. /package/dist/{components → src/components}/ClipboardButton/index.js +0 -0
  290. /package/dist/{components → src/components}/ComponentsProvider/ComponentsProvider.d.ts +0 -0
  291. /package/dist/{components → src/components}/ComponentsProvider/ComponentsProvider.js +0 -0
  292. /package/dist/{components → src/components}/ComponentsProvider/componentsRegistry.d.ts +0 -0
  293. /package/dist/{components → src/components}/ComponentsProvider/componentsRegistry.js +0 -0
  294. /package/dist/{components → src/components}/ComponentsProvider/registry.d.ts +0 -0
  295. /package/dist/{components → src/components}/ComponentsProvider/registry.js +0 -0
  296. /package/dist/{components → src/components}/ContentWithPopup/ContentWithPopup.d.ts +0 -0
  297. /package/dist/{components → src/components}/ContentWithPopup/ContentWithPopup.js +0 -0
  298. /package/dist/{components → src/components}/CriticalActionDialog/CriticalActionDialog.d.ts +0 -0
  299. /package/dist/{components → src/components}/CriticalActionDialog/CriticalActionDialog.js +0 -0
  300. /package/dist/{components → src/components}/CriticalActionDialog/i18n/en.json +0 -0
  301. /package/dist/{components → src/components}/CriticalActionDialog/i18n/index.d.ts +0 -0
  302. /package/dist/{components → src/components}/CriticalActionDialog/i18n/index.js +0 -0
  303. /package/dist/{components → src/components}/CriticalActionDialog/index.d.ts +0 -0
  304. /package/dist/{components → src/components}/CriticalActionDialog/index.js +0 -0
  305. /package/dist/{components → src/components}/DateRange/DateRange.d.ts +0 -0
  306. /package/dist/{components → src/components}/DateRange/DateRange.js +0 -0
  307. /package/dist/{components → src/components}/DateRange/index.d.ts +0 -0
  308. /package/dist/{components → src/components}/DateRange/index.js +0 -0
  309. /package/dist/{components → src/components}/DiagnosticCard/DiagnosticCard.d.ts +0 -0
  310. /package/dist/{components → src/components}/DiagnosticCard/DiagnosticCard.js +0 -0
  311. /package/dist/{components → src/components}/DiskPageTitle/DiskPageTitle.d.ts +0 -0
  312. /package/dist/{components → src/components}/DiskPageTitle/DiskPageTitle.js +0 -0
  313. /package/dist/{components → src/components}/DiskStateProgressBar/DiskStateProgressBar.d.ts +0 -0
  314. /package/dist/{components → src/components}/DiskStateProgressBar/DiskStateProgressBar.js +0 -0
  315. /package/dist/{components → src/components}/Divider/Divider.d.ts +0 -0
  316. /package/dist/{components → src/components}/Divider/Divider.js +0 -0
  317. /package/dist/{components → src/components}/EmptyState/EmptyState.d.ts +0 -0
  318. /package/dist/{components → src/components}/EmptyState/EmptyState.js +0 -0
  319. /package/dist/{components → src/components}/EmptyState/index.d.ts +0 -0
  320. /package/dist/{components → src/components}/EmptyState/index.js +0 -0
  321. /package/dist/{components → src/components}/EnableFullscreenButton/EnableFullscreenButton.d.ts +0 -0
  322. /package/dist/{components → src/components}/EnableFullscreenButton/EnableFullscreenButton.js +0 -0
  323. /package/dist/{components → src/components}/EntitiesCount/EntitiesCount.d.ts +0 -0
  324. /package/dist/{components → src/components}/EntitiesCount/EntitiesCount.js +0 -0
  325. /package/dist/{components → src/components}/EntitiesCount/i18n/en.json +0 -0
  326. /package/dist/{components → src/components}/EntitiesCount/i18n/index.d.ts +0 -0
  327. /package/dist/{components → src/components}/EntitiesCount/i18n/index.js +0 -0
  328. /package/dist/{components → src/components}/EntitiesCount/i18n/ru.json +0 -0
  329. /package/dist/{components → src/components}/EntitiesCount/index.d.ts +0 -0
  330. /package/dist/{components → src/components}/EntitiesCount/index.js +0 -0
  331. /package/dist/{components → src/components}/EntityStatus/EntityStatus.d.ts +0 -0
  332. /package/dist/{components → src/components}/EntityStatus/EntityStatus.js +0 -0
  333. /package/dist/{components → src/components}/ErrorBoundary/ErrorBoundary.d.ts +0 -0
  334. /package/dist/{components → src/components}/ErrorBoundary/ErrorBoundary.js +0 -0
  335. /package/dist/{components → src/components}/ErrorBoundary/i18n/en.json +0 -0
  336. /package/dist/{components → src/components}/ErrorBoundary/i18n/index.d.ts +0 -0
  337. /package/dist/{components → src/components}/ErrorBoundary/i18n/index.js +0 -0
  338. /package/dist/{components → src/components}/ErrorBoundary/i18n/ru.json +0 -0
  339. /package/dist/{components → src/components}/Errors/403/AccessDenied.d.ts +0 -0
  340. /package/dist/{components → src/components}/Errors/403/AccessDenied.js +0 -0
  341. /package/dist/{components → src/components}/Errors/403/index.d.ts +0 -0
  342. /package/dist/{components → src/components}/Errors/403/index.js +0 -0
  343. /package/dist/{components → src/components}/Errors/ResponseError/ResponseError.d.ts +0 -0
  344. /package/dist/{components → src/components}/Errors/ResponseError/index.d.ts +0 -0
  345. /package/dist/{components → src/components}/Errors/ResponseError/index.js +0 -0
  346. /package/dist/{components → src/components}/Errors/i18n/en.json +0 -0
  347. /package/dist/{components → src/components}/Errors/i18n/index.d.ts +0 -0
  348. /package/dist/{components → src/components}/Errors/i18n/index.js +0 -0
  349. /package/dist/{components → src/components}/Errors/i18n/ru.json +0 -0
  350. /package/dist/{components → src/components}/FormattedBytes/FormattedBytes.d.ts +0 -0
  351. /package/dist/{components → src/components}/FormattedBytes/FormattedBytes.js +0 -0
  352. /package/dist/{components → src/components}/FormattedBytes/utils.d.ts +0 -0
  353. /package/dist/{components → src/components}/FormattedBytes/utils.js +0 -0
  354. /package/dist/{components → src/components}/FullNodeViewer/FullNodeViewer.d.ts +0 -0
  355. /package/dist/{components → src/components}/FullNodeViewer/FullNodeViewer.js +0 -0
  356. /package/dist/{components → src/components}/Fullscreen/Fullscreen.d.ts +0 -0
  357. /package/dist/{components → src/components}/Fullscreen/Fullscreen.js +0 -0
  358. /package/dist/{components → src/components}/GroupInfo/GroupInfo.d.ts +0 -0
  359. /package/dist/{components → src/components}/GroupInfo/GroupInfo.js +0 -0
  360. /package/dist/{components → src/components}/GroupInfo/i18n/en.json +0 -0
  361. /package/dist/{components → src/components}/GroupInfo/i18n/index.d.ts +0 -0
  362. /package/dist/{components → src/components}/GroupInfo/i18n/index.js +0 -0
  363. /package/dist/{components → src/components}/Illustration/Illustration.d.ts +0 -0
  364. /package/dist/{components → src/components}/Illustration/Illustration.js +0 -0
  365. /package/dist/{components → src/components}/Illustration/index.d.ts +0 -0
  366. /package/dist/{components → src/components}/Illustration/index.js +0 -0
  367. /package/dist/{components → src/components}/InfoViewer/InfoViewer.d.ts +0 -0
  368. /package/dist/{components → src/components}/InfoViewer/InfoViewer.js +0 -0
  369. /package/dist/{components → src/components}/InfoViewer/formatters/cdcStream.d.ts +0 -0
  370. /package/dist/{components → src/components}/InfoViewer/formatters/cdcStream.js +0 -0
  371. /package/dist/{components → src/components}/InfoViewer/formatters/common.d.ts +0 -0
  372. /package/dist/{components → src/components}/InfoViewer/formatters/common.js +0 -0
  373. /package/dist/{components → src/components}/InfoViewer/formatters/index.d.ts +0 -0
  374. /package/dist/{components → src/components}/InfoViewer/formatters/index.js +0 -0
  375. /package/dist/{components → src/components}/InfoViewer/formatters/pqGroup.d.ts +0 -0
  376. /package/dist/{components → src/components}/InfoViewer/formatters/pqGroup.js +0 -0
  377. /package/dist/{components → src/components}/InfoViewer/formatters/schema.d.ts +0 -0
  378. /package/dist/{components → src/components}/InfoViewer/formatters/schema.js +0 -0
  379. /package/dist/{components → src/components}/InfoViewer/formatters/table.d.ts +0 -0
  380. /package/dist/{components → src/components}/InfoViewer/formatters/table.js +0 -0
  381. /package/dist/{components → src/components}/InfoViewer/i18n/en.json +0 -0
  382. /package/dist/{components → src/components}/InfoViewer/i18n/index.d.ts +0 -0
  383. /package/dist/{components → src/components}/InfoViewer/i18n/index.js +0 -0
  384. /package/dist/{components → src/components}/InfoViewer/i18n/ru.json +0 -0
  385. /package/dist/{components → src/components}/InfoViewer/index.d.ts +0 -0
  386. /package/dist/{components → src/components}/InfoViewer/index.js +0 -0
  387. /package/dist/{components → src/components}/InfoViewer/schemaInfo/TableIndexInfo.d.ts +0 -0
  388. /package/dist/{components → src/components}/InfoViewer/schemaInfo/TableIndexInfo.js +0 -0
  389. /package/dist/{components → src/components}/InfoViewer/schemaInfo/index.d.ts +0 -0
  390. /package/dist/{components → src/components}/InfoViewer/schemaInfo/index.js +0 -0
  391. /package/dist/{components → src/components}/InfoViewer/schemaOverview/CDCStreamOverview.d.ts +0 -0
  392. /package/dist/{components → src/components}/InfoViewer/schemaOverview/CDCStreamOverview.js +0 -0
  393. /package/dist/{components → src/components}/InfoViewer/schemaOverview/PersQueueGroupOverview.d.ts +0 -0
  394. /package/dist/{components → src/components}/InfoViewer/schemaOverview/PersQueueGroupOverview.js +0 -0
  395. /package/dist/{components → src/components}/InfoViewer/schemaOverview/index.d.ts +0 -0
  396. /package/dist/{components → src/components}/InfoViewer/schemaOverview/index.js +0 -0
  397. /package/dist/{components → src/components}/InfoViewer/utils.d.ts +0 -0
  398. /package/dist/{components → src/components}/InfoViewer/utils.js +0 -0
  399. /package/dist/{components → src/components}/InfoViewerSkeleton/InfoViewerSkeleton.d.ts +0 -0
  400. /package/dist/{components → src/components}/InfoViewerSkeleton/InfoViewerSkeleton.js +0 -0
  401. /package/dist/{components → src/components}/InternalLink/InternalLink.d.ts +0 -0
  402. /package/dist/{components → src/components}/InternalLink/InternalLink.js +0 -0
  403. /package/dist/{components → src/components}/InternalLink/index.d.ts +0 -0
  404. /package/dist/{components → src/components}/InternalLink/index.js +0 -0
  405. /package/dist/{components → src/components}/LabelWithPopover/LabelWithPopover.d.ts +0 -0
  406. /package/dist/{components → src/components}/LabelWithPopover/LabelWithPopover.js +0 -0
  407. /package/dist/{components → src/components}/LabelWithPopover/index.d.ts +0 -0
  408. /package/dist/{components → src/components}/LabelWithPopover/index.js +0 -0
  409. /package/dist/{components → src/components}/LagImages/LagImages.d.ts +0 -0
  410. /package/dist/{components → src/components}/LagImages/LagImages.js +0 -0
  411. /package/dist/{components → src/components}/LagImages/index.d.ts +0 -0
  412. /package/dist/{components → src/components}/LagImages/index.js +0 -0
  413. /package/dist/{components → src/components}/LagPopoverContent/LagPopoverContent.d.ts +0 -0
  414. /package/dist/{components → src/components}/LagPopoverContent/LagPopoverContent.js +0 -0
  415. /package/dist/{components → src/components}/LagPopoverContent/index.d.ts +0 -0
  416. /package/dist/{components → src/components}/LagPopoverContent/index.js +0 -0
  417. /package/dist/{components → src/components}/LinkToSchemaObject/LinkToSchemaObject.d.ts +0 -0
  418. /package/dist/{components → src/components}/LinkToSchemaObject/LinkToSchemaObject.js +0 -0
  419. /package/dist/{components → src/components}/LinkWithIcon/LinkWithIcon.d.ts +0 -0
  420. /package/dist/{components → src/components}/LinkWithIcon/LinkWithIcon.js +0 -0
  421. /package/dist/{components → src/components}/Loader/Loader.d.ts +0 -0
  422. /package/dist/{components → src/components}/Loader/Loader.js +0 -0
  423. /package/dist/{components → src/components}/Loader/index.d.ts +0 -0
  424. /package/dist/{components → src/components}/Loader/index.js +0 -0
  425. /package/dist/{components → src/components}/MetricChart/MetricChart.d.ts +0 -0
  426. /package/dist/{components → src/components}/MetricChart/MetricChart.js +0 -0
  427. /package/dist/{components → src/components}/MetricChart/colors.d.ts +0 -0
  428. /package/dist/{components → src/components}/MetricChart/colors.js +0 -0
  429. /package/dist/{components → src/components}/MetricChart/convertResponse.d.ts +0 -0
  430. /package/dist/{components → src/components}/MetricChart/convertResponse.js +0 -0
  431. /package/dist/{components → src/components}/MetricChart/getChartData.d.ts +0 -0
  432. /package/dist/{components → src/components}/MetricChart/getChartData.js +0 -0
  433. /package/dist/{components → src/components}/MetricChart/getDefaultDataFormatter.d.ts +0 -0
  434. /package/dist/{components → src/components}/MetricChart/getDefaultDataFormatter.js +0 -0
  435. /package/dist/{components → src/components}/MetricChart/i18n/en.json +0 -0
  436. /package/dist/{components → src/components}/MetricChart/i18n/index.d.ts +0 -0
  437. /package/dist/{components → src/components}/MetricChart/i18n/index.js +0 -0
  438. /package/dist/{components → src/components}/MetricChart/index.d.ts +0 -0
  439. /package/dist/{components → src/components}/MetricChart/index.js +0 -0
  440. /package/dist/{components → src/components}/MetricChart/reducer.d.ts +0 -0
  441. /package/dist/{components → src/components}/MetricChart/reducer.js +0 -0
  442. /package/dist/{components → src/components}/MetricChart/types.d.ts +0 -0
  443. /package/dist/{components → src/components}/MetricChart/types.js +0 -0
  444. /package/dist/{components → src/components}/MonacoEditor/MonacoEditor.d.ts +0 -0
  445. /package/dist/{components → src/components}/MonacoEditor/MonacoEditor.js +0 -0
  446. /package/dist/{components → src/components}/MonitoringButton/MonitoringButton.d.ts +0 -0
  447. /package/dist/{components → src/components}/MonitoringButton/MonitoringButton.js +0 -0
  448. /package/dist/{components → src/components}/NodeHostWrapper/NodeHostWrapper.d.ts +0 -0
  449. /package/dist/{components → src/components}/NodeHostWrapper/NodeHostWrapper.js +0 -0
  450. /package/dist/{components → src/components}/PDiskInfo/PDiskInfo.d.ts +0 -0
  451. /package/dist/{components → src/components}/PDiskInfo/PDiskInfo.js +0 -0
  452. /package/dist/{components → src/components}/PDiskInfo/i18n/en.json +0 -0
  453. /package/dist/{components → src/components}/PDiskInfo/i18n/index.js +0 -0
  454. /package/dist/{components → src/components}/PDiskPopup/PDiskPopup.d.ts +0 -0
  455. /package/dist/{components → src/components}/PDiskPopup/PDiskPopup.js +0 -0
  456. /package/dist/{components → src/components}/PageMeta/PageMeta.d.ts +0 -0
  457. /package/dist/{components → src/components}/PageMeta/PageMeta.js +0 -0
  458. /package/dist/{components → src/components}/PoolBar/PoolBar.d.ts +0 -0
  459. /package/dist/{components → src/components}/PoolBar/PoolBar.js +0 -0
  460. /package/dist/{components → src/components}/PoolUsage/PoolUsage.d.ts +0 -0
  461. /package/dist/{components → src/components}/PoolUsage/PoolUsage.js +0 -0
  462. /package/dist/{components → src/components}/PoolsGraph/PoolsGraph.d.ts +0 -0
  463. /package/dist/{components → src/components}/PoolsGraph/PoolsGraph.js +0 -0
  464. /package/dist/{components → src/components}/ProblemFilter/ProblemFilter.d.ts +0 -0
  465. /package/dist/{components → src/components}/ProblemFilter/ProblemFilter.js +0 -0
  466. /package/dist/{components → src/components}/ProblemFilter/index.d.ts +0 -0
  467. /package/dist/{components → src/components}/ProblemFilter/index.js +0 -0
  468. /package/dist/{components → src/components}/ProgressViewer/ProgressViewer.d.ts +0 -0
  469. /package/dist/{components → src/components}/ProgressViewer/ProgressViewer.js +0 -0
  470. /package/dist/{components → src/components}/QueryExecutionStatus/index.d.ts +0 -0
  471. /package/dist/{components → src/components}/QueryExecutionStatus/index.js +0 -0
  472. /package/dist/{components → src/components}/QueryResultTable/Cell/Cell.d.ts +0 -0
  473. /package/dist/{components → src/components}/QueryResultTable/Cell/Cell.js +0 -0
  474. /package/dist/{components → src/components}/QueryResultTable/Cell/index.d.ts +0 -0
  475. /package/dist/{components → src/components}/QueryResultTable/Cell/index.js +0 -0
  476. /package/dist/{components → src/components}/QueryResultTable/QueryResultTable.d.ts +0 -0
  477. /package/dist/{components → src/components}/QueryResultTable/QueryResultTable.js +0 -0
  478. /package/dist/{components → src/components}/QueryResultTable/i18n/en.json +0 -0
  479. /package/dist/{components → src/components}/QueryResultTable/i18n/index.d.ts +0 -0
  480. /package/dist/{components → src/components}/QueryResultTable/i18n/index.js +0 -0
  481. /package/dist/{components → src/components}/QueryResultTable/i18n/ru.json +0 -0
  482. /package/dist/{components → src/components}/QueryResultTable/index.d.ts +0 -0
  483. /package/dist/{components → src/components}/QueryResultTable/index.js +0 -0
  484. /package/dist/{components → src/components}/ResizeableDataTable/ResizeableDataTable.d.ts +0 -0
  485. /package/dist/{components → src/components}/ResizeableDataTable/ResizeableDataTable.js +0 -0
  486. /package/dist/{components → src/components}/Search/Search.d.ts +0 -0
  487. /package/dist/{components → src/components}/Search/Search.js +0 -0
  488. /package/dist/{components → src/components}/Search/index.d.ts +0 -0
  489. /package/dist/{components → src/components}/Search/index.js +0 -0
  490. /package/dist/{components → src/components}/ShortyString/ShortyString.d.ts +0 -0
  491. /package/dist/{components → src/components}/ShortyString/ShortyString.js +0 -0
  492. /package/dist/{components → src/components}/ShortyString/i18n/en.json +0 -0
  493. /package/dist/{components → src/components}/ShortyString/i18n/index.d.ts +0 -0
  494. /package/dist/{components → src/components}/ShortyString/i18n/index.js +0 -0
  495. /package/dist/{components → src/components}/ShortyString/i18n/ru.json +0 -0
  496. /package/dist/{components → src/components}/SpeedMultiMeter/SpeedMultiMeter.d.ts +0 -0
  497. /package/dist/{components → src/components}/SpeedMultiMeter/SpeedMultiMeter.js +0 -0
  498. /package/dist/{components → src/components}/SpeedMultiMeter/i18n/en.json +0 -0
  499. /package/dist/{components → src/components}/SpeedMultiMeter/i18n/index.d.ts +0 -0
  500. /package/dist/{components → src/components}/SpeedMultiMeter/i18n/index.js +0 -0
  501. /package/dist/{components → src/components}/SpeedMultiMeter/i18n/ru.json +0 -0
  502. /package/dist/{components → src/components}/SpeedMultiMeter/index.d.ts +0 -0
  503. /package/dist/{components → src/components}/SpeedMultiMeter/index.js +0 -0
  504. /package/dist/{components → src/components}/SplitPane/SplitPane.d.ts +0 -0
  505. /package/dist/{components → src/components}/SplitPane/SplitPane.js +0 -0
  506. /package/dist/{components → src/components}/SplitPane/index.d.ts +0 -0
  507. /package/dist/{components → src/components}/SplitPane/index.js +0 -0
  508. /package/dist/{components → src/components}/Stack/Stack.d.ts +0 -0
  509. /package/dist/{components → src/components}/Stack/Stack.js +0 -0
  510. /package/dist/{components → src/components}/StatusIcon/StatusIcon.d.ts +0 -0
  511. /package/dist/{components → src/components}/StatusIcon/StatusIcon.js +0 -0
  512. /package/dist/{components → src/components}/TableSkeleton/TableSkeleton.d.ts +0 -0
  513. /package/dist/{components → src/components}/TableSkeleton/TableSkeleton.js +0 -0
  514. /package/dist/{components → src/components}/TableWithControlsLayout/TableWithControlsLayout.d.ts +0 -0
  515. /package/dist/{components → src/components}/TableWithControlsLayout/TableWithControlsLayout.js +0 -0
  516. /package/dist/{components → src/components}/Tablet/Tablet.d.ts +0 -0
  517. /package/dist/{components → src/components}/Tablet/Tablet.js +0 -0
  518. /package/dist/{components → src/components}/Tablet/index.d.ts +0 -0
  519. /package/dist/{components → src/components}/Tablet/index.js +0 -0
  520. /package/dist/{components → src/components}/TabletIcon/TabletIcon.d.ts +0 -0
  521. /package/dist/{components → src/components}/TabletIcon/TabletIcon.js +0 -0
  522. /package/dist/{components → src/components}/TabletsOverall/TabletsOverall.d.ts +0 -0
  523. /package/dist/{components → src/components}/TabletsOverall/TabletsOverall.js +0 -0
  524. /package/dist/{components → src/components}/TabletsStatistic/TabletsStatistic.d.ts +0 -0
  525. /package/dist/{components → src/components}/TabletsStatistic/TabletsStatistic.js +0 -0
  526. /package/dist/{components → src/components}/TabletsStatistic/index.d.ts +0 -0
  527. /package/dist/{components → src/components}/TabletsStatistic/index.js +0 -0
  528. /package/dist/{components → src/components}/Tag/Tag.d.ts +0 -0
  529. /package/dist/{components → src/components}/Tag/Tag.js +0 -0
  530. /package/dist/{components → src/components}/Tag/index.d.ts +0 -0
  531. /package/dist/{components → src/components}/Tag/index.js +0 -0
  532. /package/dist/{components → src/components}/Tags/Tags.d.ts +0 -0
  533. /package/dist/{components → src/components}/Tags/Tags.js +0 -0
  534. /package/dist/{components → src/components}/Tags/index.d.ts +0 -0
  535. /package/dist/{components → src/components}/Tags/index.js +0 -0
  536. /package/dist/{components → src/components}/TimeFrameSelector/TimeFrameSelector.d.ts +0 -0
  537. /package/dist/{components → src/components}/TimeFrameSelector/TimeFrameSelector.js +0 -0
  538. /package/dist/{components → src/components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.d.ts +0 -0
  539. /package/dist/{components → src/components}/TooltipsContent/NodeEndpointsTooltipContent/NodeEndpointsTooltipContent.js +0 -0
  540. /package/dist/{components → src/components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.d.ts +0 -0
  541. /package/dist/{components → src/components}/TooltipsContent/PoolTooltipContent/PoolTooltipContent.js +0 -0
  542. /package/dist/{components → src/components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.d.ts +0 -0
  543. /package/dist/{components → src/components}/TooltipsContent/TabletTooltipContent/TabletTooltipContent.js +0 -0
  544. /package/dist/{components → src/components}/TooltipsContent/index.d.ts +0 -0
  545. /package/dist/{components → src/components}/TooltipsContent/index.js +0 -0
  546. /package/dist/{components → src/components}/TruncatedQuery/TruncatedQuery.d.ts +0 -0
  547. /package/dist/{components → src/components}/TruncatedQuery/TruncatedQuery.js +0 -0
  548. /package/dist/{components → src/components}/UptimeFIlter/UptimeFilter.d.ts +0 -0
  549. /package/dist/{components → src/components}/UptimeFIlter/UptimeFilter.js +0 -0
  550. /package/dist/{components → src/components}/UptimeFIlter/index.d.ts +0 -0
  551. /package/dist/{components → src/components}/UptimeFIlter/index.js +0 -0
  552. /package/dist/{components → src/components}/UsageLabel/UsageLabel.d.ts +0 -0
  553. /package/dist/{components → src/components}/UsageLabel/UsageLabel.js +0 -0
  554. /package/dist/{components → src/components}/User/StaffCard.d.ts +0 -0
  555. /package/dist/{components → src/components}/User/StaffCard.js +0 -0
  556. /package/dist/{components → src/components}/User/User.d.ts +0 -0
  557. /package/dist/{components → src/components}/User/User.js +0 -0
  558. /package/dist/{components → src/components}/VDisk/VDisk.d.ts +0 -0
  559. /package/dist/{components → src/components}/VDisk/VDisk.js +0 -0
  560. /package/dist/{components → src/components}/VDisk/VDiskWithDonorsStack.d.ts +0 -0
  561. /package/dist/{components → src/components}/VDisk/VDiskWithDonorsStack.js +0 -0
  562. /package/dist/{components → src/components}/VDiskInfo/VDiskInfo.d.ts +0 -0
  563. /package/dist/{components → src/components}/VDiskInfo/VDiskInfo.js +0 -0
  564. /package/dist/{components → src/components}/VDiskInfo/i18n/en.json +0 -0
  565. /package/dist/{components → src/components}/VDiskInfo/i18n/index.js +0 -0
  566. /package/dist/{components → src/components}/VDiskPopup/VDiskPopup.d.ts +0 -0
  567. /package/dist/{components → src/components}/VDiskPopup/VDiskPopup.js +0 -0
  568. /package/dist/{components → src/components}/VirtualTable/ResizeHandler.d.ts +0 -0
  569. /package/dist/{components → src/components}/VirtualTable/ResizeHandler.js +0 -0
  570. /package/dist/{components → src/components}/VirtualTable/ResizeableVirtualTable.d.ts +0 -0
  571. /package/dist/{components → src/components}/VirtualTable/ResizeableVirtualTable.js +0 -0
  572. /package/dist/{components → src/components}/VirtualTable/TableChunk.d.ts +0 -0
  573. /package/dist/{components → src/components}/VirtualTable/TableChunk.js +0 -0
  574. /package/dist/{components → src/components}/VirtualTable/TableHead.d.ts +0 -0
  575. /package/dist/{components → src/components}/VirtualTable/TableHead.js +0 -0
  576. /package/dist/{components → src/components}/VirtualTable/TableRow.d.ts +0 -0
  577. /package/dist/{components → src/components}/VirtualTable/TableRow.js +0 -0
  578. /package/dist/{components → src/components}/VirtualTable/VirtualTable.d.ts +0 -0
  579. /package/dist/{components → src/components}/VirtualTable/VirtualTable.js +0 -0
  580. /package/dist/{components → src/components}/VirtualTable/constants.d.ts +0 -0
  581. /package/dist/{components → src/components}/VirtualTable/constants.js +0 -0
  582. /package/dist/{components → src/components}/VirtualTable/i18n/en.json +0 -0
  583. /package/dist/{components → src/components}/VirtualTable/i18n/index.d.ts +0 -0
  584. /package/dist/{components → src/components}/VirtualTable/i18n/index.js +0 -0
  585. /package/dist/{components → src/components}/VirtualTable/i18n/ru.json +0 -0
  586. /package/dist/{components → src/components}/VirtualTable/index.d.ts +0 -0
  587. /package/dist/{components → src/components}/VirtualTable/index.js +0 -0
  588. /package/dist/{components → src/components}/VirtualTable/reducer.d.ts +0 -0
  589. /package/dist/{components → src/components}/VirtualTable/reducer.js +0 -0
  590. /package/dist/{components → src/components}/VirtualTable/shared.d.ts +0 -0
  591. /package/dist/{components → src/components}/VirtualTable/shared.js +0 -0
  592. /package/dist/{components → src/components}/VirtualTable/types.d.ts +0 -0
  593. /package/dist/{components → src/components}/VirtualTable/types.js +0 -0
  594. /package/dist/{components → src/components}/VirtualTable/useIntersectionObserver.d.ts +0 -0
  595. /package/dist/{components → src/components}/VirtualTable/useIntersectionObserver.js +0 -0
  596. /package/dist/{components → src/components}/VirtualTable/utils.d.ts +0 -0
  597. /package/dist/{components → src/components}/VirtualTable/utils.js +0 -0
  598. /package/dist/{components → src/components}/slots/SlotMap.d.ts +0 -0
  599. /package/dist/{components → src/components}/slots/SlotMap.js +0 -0
  600. /package/dist/{components → src/components}/slots/createSlot.d.ts +0 -0
  601. /package/dist/{components → src/components}/slots/createSlot.js +0 -0
  602. /package/dist/{components → src/components}/slots/index.d.ts +0 -0
  603. /package/dist/{components → src/components}/slots/index.js +0 -0
  604. /package/dist/{components → src/components}/slots/types.d.ts +0 -0
  605. /package/dist/{components → src/components}/slots/types.js +0 -0
  606. /package/dist/{components → src/components}/slots/useSlots.d.ts +0 -0
  607. /package/dist/{components → src/components}/slots/useSlots.js +0 -0
  608. /package/dist/{components → src/components}/slots/utils.d.ts +0 -0
  609. /package/dist/{components → src/components}/slots/utils.js +0 -0
  610. /package/dist/{containers → src/containers}/App/App.d.ts +0 -0
  611. /package/dist/{containers → src/containers}/App/App.js +0 -0
  612. /package/dist/{containers → src/containers}/App/Content.d.ts +0 -0
  613. /package/dist/{containers → src/containers}/App/Content.js +0 -0
  614. /package/dist/{containers → src/containers}/App/Providers.d.ts +0 -0
  615. /package/dist/{containers → src/containers}/App/Providers.js +0 -0
  616. /package/dist/{containers → src/containers}/App/appSlots.d.ts +0 -0
  617. /package/dist/{containers → src/containers}/App/appSlots.js +0 -0
  618. /package/dist/{containers → src/containers}/App/i18n/en.json +0 -0
  619. /package/dist/{containers → src/containers}/App/i18n/index.d.ts +0 -0
  620. /package/dist/{containers → src/containers}/App/i18n/index.js +0 -0
  621. /package/dist/{containers → src/containers}/App/i18n/ru.json +0 -0
  622. /package/dist/{containers → src/containers}/App/index.d.ts +0 -0
  623. /package/dist/{containers → src/containers}/App/index.js +0 -0
  624. /package/dist/{containers → src/containers}/AppWithClusters/AppWithClusters.d.ts +0 -0
  625. /package/dist/{containers → src/containers}/AppWithClusters/AppWithClusters.js +0 -0
  626. /package/dist/{containers → src/containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.d.ts +0 -0
  627. /package/dist/{containers → src/containers}/AppWithClusters/ExtendedCluster/ExtendedCluster.js +0 -0
  628. /package/dist/{containers → src/containers}/AppWithClusters/ExtendedNode/ExtendedNode.d.ts +0 -0
  629. /package/dist/{containers → src/containers}/AppWithClusters/ExtendedNode/ExtendedNode.js +0 -0
  630. /package/dist/{containers → src/containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.d.ts +0 -0
  631. /package/dist/{containers → src/containers}/AppWithClusters/ExtendedTenant/ExtendedTenant.js +0 -0
  632. /package/dist/{containers → src/containers}/AppWithClusters/i18n/en.json +0 -0
  633. /package/dist/{containers → src/containers}/AppWithClusters/i18n/index.d.ts +0 -0
  634. /package/dist/{containers → src/containers}/AppWithClusters/i18n/index.js +0 -0
  635. /package/dist/{containers → src/containers}/AppWithClusters/i18n/ru.json +0 -0
  636. /package/dist/{containers → src/containers}/AppWithClusters/useClusterData.d.ts +0 -0
  637. /package/dist/{containers → src/containers}/AppWithClusters/useClusterData.js +0 -0
  638. /package/dist/{containers → src/containers}/AsideNavigation/AsideNavigation.d.ts +0 -0
  639. /package/dist/{containers → src/containers}/AsideNavigation/AsideNavigation.js +0 -0
  640. /package/dist/{containers → src/containers}/AsideNavigation/Navigation.d.ts +0 -0
  641. /package/dist/{containers → src/containers}/AsideNavigation/Navigation.js +0 -0
  642. /package/dist/{containers → src/containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.d.ts +0 -0
  643. /package/dist/{containers → src/containers}/AsideNavigation/YdbInternalUser/YdbInternalUser.js +0 -0
  644. /package/dist/{containers → src/containers}/AsideNavigation/i18n/en.json +0 -0
  645. /package/dist/{containers → src/containers}/AsideNavigation/i18n/index.d.ts +0 -0
  646. /package/dist/{containers → src/containers}/AsideNavigation/i18n/index.js +0 -0
  647. /package/dist/{containers → src/containers}/AsideNavigation/i18n/ru.json +0 -0
  648. /package/dist/{containers → src/containers}/AsideNavigation/useNavigationMenuItems.d.ts +0 -0
  649. /package/dist/{containers → src/containers}/AsideNavigation/useNavigationMenuItems.js +0 -0
  650. /package/dist/{containers → src/containers}/Authentication/Authentication.d.ts +0 -0
  651. /package/dist/{containers → src/containers}/Authentication/Authentication.js +0 -0
  652. /package/dist/{containers → src/containers}/Cluster/Cluster.d.ts +0 -0
  653. /package/dist/{containers → src/containers}/Cluster/Cluster.js +0 -0
  654. /package/dist/{containers → src/containers}/Cluster/ClusterInfo/ClusterInfo.d.ts +0 -0
  655. /package/dist/{containers → src/containers}/Cluster/ClusterInfo/ClusterInfo.js +0 -0
  656. /package/dist/{containers → src/containers}/Cluster/ClusterInfo/utils.d.ts +0 -0
  657. /package/dist/{containers → src/containers}/Cluster/ClusterInfo/utils.js +0 -0
  658. /package/dist/{containers → src/containers}/Cluster/VersionsBar/VersionsBar.d.ts +0 -0
  659. /package/dist/{containers → src/containers}/Cluster/VersionsBar/VersionsBar.js +0 -0
  660. /package/dist/{containers → src/containers}/Cluster/i18n/en.json +0 -0
  661. /package/dist/{containers → src/containers}/Cluster/i18n/index.d.ts +0 -0
  662. /package/dist/{containers → src/containers}/Cluster/i18n/index.js +0 -0
  663. /package/dist/{containers → src/containers}/Cluster/i18n/ru.json +0 -0
  664. /package/dist/{containers → src/containers}/Cluster/utils.d.ts +0 -0
  665. /package/dist/{containers → src/containers}/Cluster/utils.js +0 -0
  666. /package/dist/{containers → src/containers}/ClusterModeGuard/ClusterModeGuard.d.ts +0 -0
  667. /package/dist/{containers → src/containers}/ClusterModeGuard/ClusterModeGuard.js +0 -0
  668. /package/dist/{containers → src/containers}/ClusterModeGuard/index.d.ts +0 -0
  669. /package/dist/{containers → src/containers}/ClusterModeGuard/index.js +0 -0
  670. /package/dist/{containers → src/containers}/Clusters/Clusters.d.ts +0 -0
  671. /package/dist/{containers → src/containers}/Clusters/ClustersStatistics.d.ts +0 -0
  672. /package/dist/{containers → src/containers}/Clusters/ClustersStatistics.js +0 -0
  673. /package/dist/{containers → src/containers}/Clusters/columns.d.ts +0 -0
  674. /package/dist/{containers → src/containers}/Clusters/columns.js +0 -0
  675. /package/dist/{containers → src/containers}/Clusters/i18n/en.json +0 -0
  676. /package/dist/{containers → src/containers}/Clusters/i18n/index.d.ts +0 -0
  677. /package/dist/{containers → src/containers}/Clusters/i18n/index.js +0 -0
  678. /package/dist/{containers → src/containers}/Clusters/i18n/ru.json +0 -0
  679. /package/dist/{containers → src/containers}/Clusters/shared.d.ts +0 -0
  680. /package/dist/{containers → src/containers}/Clusters/shared.js +0 -0
  681. /package/dist/{containers → src/containers}/Clusters/useSelectedColumns.d.ts +0 -0
  682. /package/dist/{containers → src/containers}/Clusters/useSelectedColumns.js +0 -0
  683. /package/dist/{containers → src/containers}/Header/Header.d.ts +0 -0
  684. /package/dist/{containers → src/containers}/Header/Header.js +0 -0
  685. /package/dist/{containers → src/containers}/Header/breadcrumbs.d.ts +0 -0
  686. /package/dist/{containers → src/containers}/Header/breadcrumbs.js +0 -0
  687. /package/dist/{containers → src/containers}/Header/i18n/en.json +0 -0
  688. /package/dist/{containers → src/containers}/Header/i18n/index.d.ts +0 -0
  689. /package/dist/{containers → src/containers}/Header/i18n/index.js +0 -0
  690. /package/dist/{containers → src/containers}/Heatmap/Heatmap.d.ts +0 -0
  691. /package/dist/{containers → src/containers}/Heatmap/Heatmap.js +0 -0
  692. /package/dist/{containers → src/containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.d.ts +0 -0
  693. /package/dist/{containers → src/containers}/Heatmap/HeatmapCanvas/HeatmapCanvas.js +0 -0
  694. /package/dist/{containers → src/containers}/Heatmap/Histogram/Histogram.d.ts +0 -0
  695. /package/dist/{containers → src/containers}/Heatmap/Histogram/Histogram.js +0 -0
  696. /package/dist/{containers → src/containers}/Heatmap/index.d.ts +0 -0
  697. /package/dist/{containers → src/containers}/Heatmap/index.js +0 -0
  698. /package/dist/{containers → src/containers}/Heatmap/util.d.ts +0 -0
  699. /package/dist/{containers → src/containers}/Heatmap/util.js +0 -0
  700. /package/dist/{containers → src/containers}/Node/Node.d.ts +0 -0
  701. /package/dist/{containers → src/containers}/Node/Node.js +0 -0
  702. /package/dist/{containers → src/containers}/Node/NodePages.d.ts +0 -0
  703. /package/dist/{containers → src/containers}/Node/NodePages.js +0 -0
  704. /package/dist/{containers → src/containers}/Node/NodeStructure/NodeStructure.d.ts +0 -0
  705. /package/dist/{containers → src/containers}/Node/NodeStructure/NodeStructure.js +0 -0
  706. /package/dist/{containers → src/containers}/Node/NodeStructure/PDiskTitleBadge.d.ts +0 -0
  707. /package/dist/{containers → src/containers}/Node/NodeStructure/PDiskTitleBadge.js +0 -0
  708. /package/dist/{containers → src/containers}/Node/NodeStructure/Pdisk.d.ts +0 -0
  709. /package/dist/{containers → src/containers}/Node/NodeStructure/Pdisk.js +0 -0
  710. /package/dist/{containers → src/containers}/Node/NodeStructure/Vdisk.d.ts +0 -0
  711. /package/dist/{containers → src/containers}/Node/NodeStructure/Vdisk.js +0 -0
  712. /package/dist/{containers → src/containers}/Node/i18n/en.json +0 -0
  713. /package/dist/{containers → src/containers}/Node/i18n/index.d.ts +0 -0
  714. /package/dist/{containers → src/containers}/Node/i18n/index.js +0 -0
  715. /package/dist/{containers → src/containers}/Node/i18n/ru.json +0 -0
  716. /package/dist/{containers → src/containers}/Nodes/Nodes.d.ts +0 -0
  717. /package/dist/{containers → src/containers}/Nodes/Nodes.js +0 -0
  718. /package/dist/{containers → src/containers}/Nodes/NodesWrapper.d.ts +0 -0
  719. /package/dist/{containers → src/containers}/Nodes/NodesWrapper.js +0 -0
  720. /package/dist/{containers → src/containers}/Nodes/VirtualNodes.d.ts +0 -0
  721. /package/dist/{containers → src/containers}/Nodes/VirtualNodes.js +0 -0
  722. /package/dist/{containers → src/containers}/Nodes/getNodes.d.ts +0 -0
  723. /package/dist/{containers → src/containers}/Nodes/getNodes.js +0 -0
  724. /package/dist/{containers → src/containers}/Nodes/getNodesColumns.d.ts +0 -0
  725. /package/dist/{containers → src/containers}/Nodes/getNodesColumns.js +0 -0
  726. /package/dist/{containers → src/containers}/Nodes/i18n/en.json +0 -0
  727. /package/dist/{containers → src/containers}/Nodes/i18n/index.d.ts +0 -0
  728. /package/dist/{containers → src/containers}/Nodes/i18n/index.js +0 -0
  729. /package/dist/{containers → src/containers}/Nodes/i18n/ru.json +0 -0
  730. /package/dist/{containers → src/containers}/Nodes/index.d.ts +0 -0
  731. /package/dist/{containers → src/containers}/Nodes/index.js +0 -0
  732. /package/dist/{containers → src/containers}/PDiskPage/PDiskGroups.d.ts +0 -0
  733. /package/dist/{containers → src/containers}/PDiskPage/PDiskGroups.js +0 -0
  734. /package/dist/{containers → src/containers}/PDiskPage/PDiskPage.d.ts +0 -0
  735. /package/dist/{containers → src/containers}/PDiskPage/i18n/index.js +0 -0
  736. /package/dist/{containers → src/containers}/PDiskPage/shared.d.ts +0 -0
  737. /package/dist/{containers → src/containers}/PDiskPage/shared.js +0 -0
  738. /package/dist/{containers → src/containers}/ReduxTooltip/ReduxTooltip.d.ts +0 -0
  739. /package/dist/{containers → src/containers}/ReduxTooltip/ReduxTooltip.js +0 -0
  740. /package/dist/{containers → src/containers}/Storage/EmptyFilter/EmptyFilter.d.ts +0 -0
  741. /package/dist/{containers → src/containers}/Storage/EmptyFilter/EmptyFilter.js +0 -0
  742. /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/en.json +0 -0
  743. /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/index.d.ts +0 -0
  744. /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/index.js +0 -0
  745. /package/dist/{containers → src/containers}/Storage/EmptyFilter/i18n/ru.json +0 -0
  746. /package/dist/{containers → src/containers}/Storage/PDisk/PDisk.d.ts +0 -0
  747. /package/dist/{containers → src/containers}/Storage/PDisk/PDisk.js +0 -0
  748. /package/dist/{containers → src/containers}/Storage/PDisk/index.d.ts +0 -0
  749. /package/dist/{containers → src/containers}/Storage/PDisk/index.js +0 -0
  750. /package/dist/{containers → src/containers}/Storage/Storage.d.ts +0 -0
  751. /package/dist/{containers → src/containers}/Storage/Storage.js +0 -0
  752. /package/dist/{containers → src/containers}/Storage/StorageControls/StorageControls.d.ts +0 -0
  753. /package/dist/{containers → src/containers}/Storage/StorageControls/StorageControls.js +0 -0
  754. /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroups.d.ts +0 -0
  755. /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroups.js +0 -0
  756. /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.d.ts +0 -0
  757. /package/dist/{containers → src/containers}/Storage/StorageGroups/StorageGroupsEmptyDataMessage.js +0 -0
  758. /package/dist/{containers → src/containers}/Storage/StorageGroups/VirtualStorageGroups.d.ts +0 -0
  759. /package/dist/{containers → src/containers}/Storage/StorageGroups/VirtualStorageGroups.js +0 -0
  760. /package/dist/{containers → src/containers}/Storage/StorageGroups/getGroups.d.ts +0 -0
  761. /package/dist/{containers → src/containers}/Storage/StorageGroups/getGroups.js +0 -0
  762. /package/dist/{containers → src/containers}/Storage/StorageGroups/getStorageGroupsColumns.d.ts +0 -0
  763. /package/dist/{containers → src/containers}/Storage/StorageGroups/getStorageGroupsColumns.js +0 -0
  764. /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/en.json +0 -0
  765. /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/index.d.ts +0 -0
  766. /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/index.js +0 -0
  767. /package/dist/{containers → src/containers}/Storage/StorageGroups/i18n/ru.json +0 -0
  768. /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodes.d.ts +0 -0
  769. /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodes.js +0 -0
  770. /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.d.ts +0 -0
  771. /package/dist/{containers → src/containers}/Storage/StorageNodes/StorageNodesEmptyDataMessage.js +0 -0
  772. /package/dist/{containers → src/containers}/Storage/StorageNodes/VirtualStorageNodes.d.ts +0 -0
  773. /package/dist/{containers → src/containers}/Storage/StorageNodes/VirtualStorageNodes.js +0 -0
  774. /package/dist/{containers → src/containers}/Storage/StorageNodes/getNodes.d.ts +0 -0
  775. /package/dist/{containers → src/containers}/Storage/StorageNodes/getNodes.js +0 -0
  776. /package/dist/{containers → src/containers}/Storage/StorageNodes/getStorageNodesColumns.d.ts +0 -0
  777. /package/dist/{containers → src/containers}/Storage/StorageNodes/getStorageNodesColumns.js +0 -0
  778. /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/en.json +0 -0
  779. /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/index.d.ts +0 -0
  780. /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/index.js +0 -0
  781. /package/dist/{containers → src/containers}/Storage/StorageNodes/i18n/ru.json +0 -0
  782. /package/dist/{containers → src/containers}/Storage/StorageNodes/shared.d.ts +0 -0
  783. /package/dist/{containers → src/containers}/Storage/StorageNodes/shared.js +0 -0
  784. /package/dist/{containers → src/containers}/Storage/StorageTypeFilter/StorageTypeFilter.d.ts +0 -0
  785. /package/dist/{containers → src/containers}/Storage/StorageTypeFilter/StorageTypeFilter.js +0 -0
  786. /package/dist/{containers → src/containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.d.ts +0 -0
  787. /package/dist/{containers → src/containers}/Storage/StorageVisibleEntitiesFilter/StorageVisibleEntitiesFilter.js +0 -0
  788. /package/dist/{containers → src/containers}/Storage/StorageWrapper.d.ts +0 -0
  789. /package/dist/{containers → src/containers}/Storage/StorageWrapper.js +0 -0
  790. /package/dist/{containers → src/containers}/Storage/UsageFilter/UsageFilter.d.ts +0 -0
  791. /package/dist/{containers → src/containers}/Storage/UsageFilter/UsageFilter.js +0 -0
  792. /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/en.json +0 -0
  793. /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/index.d.ts +0 -0
  794. /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/index.js +0 -0
  795. /package/dist/{containers → src/containers}/Storage/UsageFilter/i18n/ru.json +0 -0
  796. /package/dist/{containers → src/containers}/Storage/UsageFilter/index.d.ts +0 -0
  797. /package/dist/{containers → src/containers}/Storage/UsageFilter/index.js +0 -0
  798. /package/dist/{containers → src/containers}/Storage/VirtualStorage.d.ts +0 -0
  799. /package/dist/{containers → src/containers}/Storage/VirtualStorage.js +0 -0
  800. /package/dist/{containers → src/containers}/Storage/i18n/en.json +0 -0
  801. /package/dist/{containers → src/containers}/Storage/i18n/index.d.ts +0 -0
  802. /package/dist/{containers → src/containers}/Storage/i18n/index.js +0 -0
  803. /package/dist/{containers → src/containers}/Storage/i18n/ru.json +0 -0
  804. /package/dist/{containers → src/containers}/Storage/shared.d.ts +0 -0
  805. /package/dist/{containers → src/containers}/Storage/shared.js +0 -0
  806. /package/dist/{containers → src/containers}/Storage/utils/index.d.ts +0 -0
  807. /package/dist/{containers → src/containers}/Storage/utils/index.js +0 -0
  808. /package/dist/{containers → src/containers}/Tablet/Tablet.d.ts +0 -0
  809. /package/dist/{containers → src/containers}/Tablet/Tablet.js +0 -0
  810. /package/dist/{containers → src/containers}/Tablet/TabletControls/TabletControls.d.ts +0 -0
  811. /package/dist/{containers → src/containers}/Tablet/TabletControls/index.d.ts +0 -0
  812. /package/dist/{containers → src/containers}/Tablet/TabletControls/index.js +0 -0
  813. /package/dist/{containers → src/containers}/Tablet/TabletInfo/TabletInfo.d.ts +0 -0
  814. /package/dist/{containers → src/containers}/Tablet/TabletInfo/TabletInfo.js +0 -0
  815. /package/dist/{containers → src/containers}/Tablet/TabletInfo/index.d.ts +0 -0
  816. /package/dist/{containers → src/containers}/Tablet/TabletInfo/index.js +0 -0
  817. /package/dist/{containers → src/containers}/Tablet/TabletTable/TabletTable.d.ts +0 -0
  818. /package/dist/{containers → src/containers}/Tablet/TabletTable/TabletTable.js +0 -0
  819. /package/dist/{containers → src/containers}/Tablet/TabletTable/index.d.ts +0 -0
  820. /package/dist/{containers → src/containers}/Tablet/TabletTable/index.js +0 -0
  821. /package/dist/{containers → src/containers}/Tablet/index.d.ts +0 -0
  822. /package/dist/{containers → src/containers}/Tablet/index.js +0 -0
  823. /package/dist/{containers → src/containers}/Tablets/Tablets.d.ts +0 -0
  824. /package/dist/{containers → src/containers}/Tablets/i18n/index.js +0 -0
  825. /package/dist/{containers → src/containers}/Tablets/index.d.ts +0 -0
  826. /package/dist/{containers → src/containers}/Tablets/index.js +0 -0
  827. /package/dist/{containers → src/containers}/TabletsFilters/TabletsFilters.d.ts +0 -0
  828. /package/dist/{containers → src/containers}/TabletsFilters/TabletsFilters.js +0 -0
  829. /package/dist/{containers → src/containers}/TabletsFilters/i18n/en.json +0 -0
  830. /package/dist/{containers → src/containers}/TabletsFilters/i18n/index.d.ts +0 -0
  831. /package/dist/{containers → src/containers}/TabletsFilters/i18n/index.js +0 -0
  832. /package/dist/{containers → src/containers}/TabletsFilters/i18n/ru.json +0 -0
  833. /package/dist/{containers → src/containers}/Tenant/Acl/Acl.d.ts +0 -0
  834. /package/dist/{containers → src/containers}/Tenant/Acl/Acl.js +0 -0
  835. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/AutorefreshControl.d.ts +0 -0
  836. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/AutorefreshControl.js +0 -0
  837. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/i18n/en.json +0 -0
  838. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/i18n/index.d.ts +0 -0
  839. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Autorefresh/i18n/index.js +0 -0
  840. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Consumers.d.ts +0 -0
  841. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Consumers.js +0 -0
  842. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/Headers.d.ts +0 -0
  843. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/Headers.js +0 -0
  844. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/index.d.ts +0 -0
  845. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/Headers/index.js +0 -0
  846. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.d.ts +0 -0
  847. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/ConsumersTopicStats.js +0 -0
  848. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/index.d.ts +0 -0
  849. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/TopicStats/index.js +0 -0
  850. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/columns.d.ts +0 -0
  851. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/columns.js +0 -0
  852. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/index.d.ts +0 -0
  853. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/columns/index.js +0 -0
  854. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/en.json +0 -0
  855. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/index.d.ts +0 -0
  856. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/index.js +0 -0
  857. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/i18n/ru.json +0 -0
  858. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/index.d.ts +0 -0
  859. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/index.js +0 -0
  860. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/utils/constants.d.ts +0 -0
  861. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Consumers/utils/constants.js +0 -0
  862. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Describe/Describe.d.ts +0 -0
  863. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Describe/Describe.js +0 -0
  864. /package/dist/{containers → src/containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.d.ts +0 -0
  865. /package/dist/{containers → src/containers}/Tenant/Diagnostics/DetailedOverview/DetailedOverview.js +0 -0
  866. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Diagnostics.d.ts +0 -0
  867. /package/dist/{containers → src/containers}/Tenant/Diagnostics/HotKeys/HotKeys.d.ts +0 -0
  868. /package/dist/{containers → src/containers}/Tenant/Diagnostics/HotKeys/i18n/index.js +0 -0
  869. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/Network.d.ts +0 -0
  870. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/Network.js +0 -0
  871. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.d.ts +0 -0
  872. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/NodeNetwork/NodeNetwork.js +0 -0
  873. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/utils.d.ts +0 -0
  874. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Network/utils.js +0 -0
  875. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.d.ts +0 -0
  876. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/ChangefeedInfo.js +0 -0
  877. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.d.ts +0 -0
  878. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/ChangefeedInfo/index.js +0 -0
  879. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.d.ts +0 -0
  880. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/TableInfo.js +0 -0
  881. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/en.json +0 -0
  882. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.d.ts +0 -0
  883. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/index.js +0 -0
  884. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/i18n/ru.json +0 -0
  885. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/index.d.ts +0 -0
  886. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/index.js +0 -0
  887. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.d.ts +0 -0
  888. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TableInfo/prepareTableInfo.js +0 -0
  889. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.d.ts +0 -0
  890. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/TopicInfo.js +0 -0
  891. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/index.d.ts +0 -0
  892. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicInfo/index.js +0 -0
  893. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.d.ts +0 -0
  894. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/TopicStats.js +0 -0
  895. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/en.json +0 -0
  896. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.d.ts +0 -0
  897. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/index.js +0 -0
  898. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/i18n/ru.json +0 -0
  899. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/index.d.ts +0 -0
  900. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/TopicStats/index.js +0 -0
  901. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/index.d.ts +0 -0
  902. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/index.js +0 -0
  903. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.d.ts +0 -0
  904. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Overview/utils/prepareTopicSchemaInfo.js +0 -0
  905. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/Headers.d.ts +0 -0
  906. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/Headers.js +0 -0
  907. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/index.d.ts +0 -0
  908. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Headers/index.js +0 -0
  909. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Partitions.d.ts +0 -0
  910. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/Partitions.js +0 -0
  911. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.d.ts +0 -0
  912. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/PartitionsControls/PartitionsControls.js +0 -0
  913. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/columns.d.ts +0 -0
  914. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/columns.js +0 -0
  915. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/index.d.ts +0 -0
  916. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/columns/index.js +0 -0
  917. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/en.json +0 -0
  918. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/index.d.ts +0 -0
  919. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/index.js +0 -0
  920. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/i18n/ru.json +0 -0
  921. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/constants.d.ts +0 -0
  922. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/constants.js +0 -0
  923. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/index.d.ts +0 -0
  924. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/index.js +0 -0
  925. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/types.d.ts +0 -0
  926. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/types.js +0 -0
  927. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.d.ts +0 -0
  928. /package/dist/{containers → src/containers}/Tenant/Diagnostics/Partitions/utils/useGetPartitionsColumns.js +0 -0
  929. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.d.ts +0 -0
  930. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/DefaultOverviewContent.js +0 -0
  931. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.d.ts +0 -0
  932. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/DefaultOverviewContent/defaultDashboardConfig.js +0 -0
  933. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.d.ts +0 -0
  934. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckDetails.js +0 -0
  935. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.d.ts +0 -0
  936. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/HealthcheckPreview.js +0 -0
  937. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.d.ts +0 -0
  938. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTree.js +0 -0
  939. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.d.ts +0 -0
  940. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/IssueTreeItem.js +0 -0
  941. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.d.ts +0 -0
  942. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/IssuesViewer/IssueTreeItem/index.js +0 -0
  943. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/en.json +0 -0
  944. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.d.ts +0 -0
  945. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/index.js +0 -0
  946. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/Healthcheck/i18n/ru.json +0 -0
  947. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.d.ts +0 -0
  948. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricCard/MetricCard.js +0 -0
  949. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.d.ts +0 -0
  950. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/MetricsCards/MetricsCards.js +0 -0
  951. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.d.ts +0 -0
  952. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TenantCpu.js +0 -0
  953. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.d.ts +0 -0
  954. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByCpu.js +0 -0
  955. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.d.ts +0 -0
  956. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopNodesByLoad.js +0 -0
  957. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopQueries.d.ts +0 -0
  958. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/TopShards.d.ts +0 -0
  959. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.d.ts +0 -0
  960. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantCpu/cpuDashboardConfig.js +0 -0
  961. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.d.ts +0 -0
  962. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantDashboard/TenantDashboard.js +0 -0
  963. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.d.ts +0 -0
  964. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TenantMemory.js +0 -0
  965. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.d.ts +0 -0
  966. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/TopNodesByMemory.js +0 -0
  967. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.d.ts +0 -0
  968. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantMemory/memoryDashboardConfig.js +0 -0
  969. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.d.ts +0 -0
  970. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverview.js +0 -0
  971. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.d.ts +0 -0
  972. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantOverviewTableLayout.js +0 -0
  973. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.d.ts +0 -0
  974. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TenantStorage.js +0 -0
  975. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.d.ts +0 -0
  976. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopGroups.js +0 -0
  977. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/TopTables.d.ts +0 -0
  978. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.d.ts +0 -0
  979. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/TenantStorage/storageDashboardConfig.js +0 -0
  980. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.d.ts +0 -0
  981. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/getSectionTitle.js +0 -0
  982. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/i18n/en.json +0 -0
  983. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/i18n/index.js +0 -0
  984. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.d.ts +0 -0
  985. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/useHealthcheck.js +0 -0
  986. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/utils.d.ts +0 -0
  987. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TenantOverview/utils.js +0 -0
  988. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/TopQueries.d.ts +0 -0
  989. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.d.ts +0 -0
  990. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/getTopQueriesColumns.js +0 -0
  991. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/en.json +0 -0
  992. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/index.d.ts +0 -0
  993. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/index.js +0 -0
  994. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/i18n/ru.json +0 -0
  995. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/index.d.ts +0 -0
  996. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopQueries/index.js +0 -0
  997. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/Filters.d.ts +0 -0
  998. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/Filters.js +0 -0
  999. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/index.d.ts +0 -0
  1000. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/Filters/index.js +0 -0
  1001. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/TopShards.d.ts +0 -0
  1002. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.d.ts +0 -0
  1003. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/getTopShardsColumns.js +0 -0
  1004. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/en.json +0 -0
  1005. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/index.d.ts +0 -0
  1006. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/index.js +0 -0
  1007. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/i18n/ru.json +0 -0
  1008. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/index.d.ts +0 -0
  1009. /package/dist/{containers → src/containers}/Tenant/Diagnostics/TopShards/index.js +0 -0
  1010. /package/dist/{containers → src/containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.d.ts +0 -0
  1011. /package/dist/{containers → src/containers}/Tenant/Info/ExternalDataSource/ExternalDataSource.js +0 -0
  1012. /package/dist/{containers → src/containers}/Tenant/Info/ExternalTable/ExternalTable.d.ts +0 -0
  1013. /package/dist/{containers → src/containers}/Tenant/Info/ExternalTable/ExternalTable.js +0 -0
  1014. /package/dist/{containers → src/containers}/Tenant/ObjectGeneral/ObjectGeneral.d.ts +0 -0
  1015. /package/dist/{containers → src/containers}/Tenant/ObjectGeneral/ObjectGeneral.js +0 -0
  1016. /package/dist/{containers → src/containers}/Tenant/Query/ExplainResult/ExplainResult.d.ts +0 -0
  1017. /package/dist/{containers → src/containers}/Tenant/Query/ExplainResult/utils.d.ts +0 -0
  1018. /package/dist/{containers → src/containers}/Tenant/Query/ExplainResult/utils.js +0 -0
  1019. /package/dist/{containers → src/containers}/Tenant/Query/Issues/Issues.d.ts +0 -0
  1020. /package/dist/{containers → src/containers}/Tenant/Query/Issues/Issues.js +0 -0
  1021. /package/dist/{containers → src/containers}/Tenant/Query/Issues/models.d.ts +0 -0
  1022. /package/dist/{containers → src/containers}/Tenant/Query/Issues/models.js +0 -0
  1023. /package/dist/{containers → src/containers}/Tenant/Query/Preview/Preview.d.ts +0 -0
  1024. /package/dist/{containers → src/containers}/Tenant/Query/QueriesHistory/QueriesHistory.d.ts +0 -0
  1025. /package/dist/{containers → src/containers}/Tenant/Query/QueriesHistory/QueriesHistory.js +0 -0
  1026. /package/dist/{containers → src/containers}/Tenant/Query/Query.d.ts +0 -0
  1027. /package/dist/{containers → src/containers}/Tenant/Query/Query.js +0 -0
  1028. /package/dist/{containers → src/containers}/Tenant/Query/QueryDuration/QueryDuration.d.ts +0 -0
  1029. /package/dist/{containers → src/containers}/Tenant/Query/QueryDuration/QueryDuration.js +0 -0
  1030. /package/dist/{containers → src/containers}/Tenant/Query/QueryEditor/helpers.d.ts +0 -0
  1031. /package/dist/{containers → src/containers}/Tenant/Query/QueryEditor/helpers.js +0 -0
  1032. /package/dist/{containers → src/containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.d.ts +0 -0
  1033. /package/dist/{containers → src/containers}/Tenant/Query/QueryEditorControls/QueryEditorControls.js +0 -0
  1034. /package/dist/{containers → src/containers}/Tenant/Query/QueryTabs/QueryTabs.d.ts +0 -0
  1035. /package/dist/{containers → src/containers}/Tenant/Query/QueryTabs/QueryTabs.js +0 -0
  1036. /package/dist/{containers → src/containers}/Tenant/Query/SaveQuery/SaveQuery.d.ts +0 -0
  1037. /package/dist/{containers → src/containers}/Tenant/Query/SaveQuery/SaveQuery.js +0 -0
  1038. /package/dist/{containers → src/containers}/Tenant/Query/SavedQueries/SavedQueries.d.ts +0 -0
  1039. /package/dist/{containers → src/containers}/Tenant/Query/SavedQueries/SavedQueries.js +0 -0
  1040. /package/dist/{containers → src/containers}/Tenant/Query/i18n/en.json +0 -0
  1041. /package/dist/{containers → src/containers}/Tenant/Query/i18n/index.d.ts +0 -0
  1042. /package/dist/{containers → src/containers}/Tenant/Query/i18n/index.js +0 -0
  1043. /package/dist/{containers → src/containers}/Tenant/Query/utils/getPreparedResult.d.ts +0 -0
  1044. /package/dist/{containers → src/containers}/Tenant/Query/utils/getPreparedResult.js +0 -0
  1045. /package/dist/{containers → src/containers}/Tenant/Schema/SchemaTree/SchemaTree.d.ts +0 -0
  1046. /package/dist/{containers → src/containers}/Tenant/Schema/SchemaTree/SchemaTree.js +0 -0
  1047. /package/dist/{store/reducers/authentication → src/containers/Tenant/Schema/SchemaViewer}/types.js +0 -0
  1048. /package/dist/{containers → src/containers}/Tenant/Tenant.d.ts +0 -0
  1049. /package/dist/{containers → src/containers}/Tenant/TenantPages.d.ts +0 -0
  1050. /package/dist/{containers → src/containers}/Tenant/TenantPages.js +0 -0
  1051. /package/dist/{containers → src/containers}/Tenant/i18n/en.json +0 -0
  1052. /package/dist/{containers → src/containers}/Tenant/i18n/index.d.ts +0 -0
  1053. /package/dist/{containers → src/containers}/Tenant/i18n/index.js +0 -0
  1054. /package/dist/{containers → src/containers}/Tenant/utils/constants.d.ts +0 -0
  1055. /package/dist/{containers → src/containers}/Tenant/utils/constants.js +0 -0
  1056. /package/dist/{containers → src/containers}/Tenant/utils/index.d.ts +0 -0
  1057. /package/dist/{containers → src/containers}/Tenant/utils/index.js +0 -0
  1058. /package/dist/{containers → src/containers}/Tenant/utils/paneVisibilityToggleHelpers.d.ts +0 -0
  1059. /package/dist/{containers → src/containers}/Tenant/utils/paneVisibilityToggleHelpers.js +0 -0
  1060. /package/dist/{containers → src/containers}/Tenant/utils/queryTemplates.d.ts +0 -0
  1061. /package/dist/{containers → src/containers}/Tenant/utils/queryTemplates.js +0 -0
  1062. /package/dist/{containers → src/containers}/Tenant/utils/schema.d.ts +0 -0
  1063. /package/dist/{containers → src/containers}/Tenant/utils/schemaActions.d.ts +0 -0
  1064. /package/dist/{containers → src/containers}/Tenant/utils/schemaControls.d.ts +0 -0
  1065. /package/dist/{containers → src/containers}/Tenants/Tenants.d.ts +0 -0
  1066. /package/dist/{containers → src/containers}/Tenants/Tenants.js +0 -0
  1067. /package/dist/{containers → src/containers}/UserSettings/UserSettings.d.ts +0 -0
  1068. /package/dist/{containers → src/containers}/UserSettings/i18n/index.js +0 -0
  1069. /package/dist/{containers → src/containers}/VDiskPage/VDiskPage.d.ts +0 -0
  1070. /package/dist/{containers → src/containers}/VDiskPage/i18n/index.js +0 -0
  1071. /package/dist/{containers → src/containers}/Versions/GroupedNodesTree/GroupedNodesTree.d.ts +0 -0
  1072. /package/dist/{containers → src/containers}/Versions/GroupedNodesTree/GroupedNodesTree.js +0 -0
  1073. /package/dist/{containers → src/containers}/Versions/NodesTable/NodesTable.d.ts +0 -0
  1074. /package/dist/{containers → src/containers}/Versions/NodesTable/NodesTable.js +0 -0
  1075. /package/dist/{containers → src/containers}/Versions/NodesTreeTitle/NodesTreeTitle.d.ts +0 -0
  1076. /package/dist/{containers → src/containers}/Versions/NodesTreeTitle/NodesTreeTitle.js +0 -0
  1077. /package/dist/{containers → src/containers}/Versions/Versions.d.ts +0 -0
  1078. /package/dist/{containers → src/containers}/Versions/Versions.js +0 -0
  1079. /package/dist/{containers → src/containers}/Versions/groupNodes.d.ts +0 -0
  1080. /package/dist/{containers → src/containers}/Versions/groupNodes.js +0 -0
  1081. /package/dist/{containers → src/containers}/Versions/types.d.ts +0 -0
  1082. /package/dist/{containers → src/containers}/Versions/types.js +0 -0
  1083. /package/dist/{lib.d.ts → src/lib.d.ts} +0 -0
  1084. /package/dist/{lib.js → src/lib.js} +0 -0
  1085. /package/dist/{reportWebVitals.d.ts → src/reportWebVitals.d.ts} +0 -0
  1086. /package/dist/{reportWebVitals.js → src/reportWebVitals.js} +0 -0
  1087. /package/dist/{routes.d.ts → src/routes.d.ts} +0 -0
  1088. /package/dist/{routes.js → src/routes.js} +0 -0
  1089. /package/dist/{services → src/services}/api.js +0 -0
  1090. /package/dist/{services → src/services}/parsers/parseMetaCluster.d.ts +0 -0
  1091. /package/dist/{services → src/services}/parsers/parseMetaCluster.js +0 -0
  1092. /package/dist/{services → src/services}/parsers/parseMetaTenants.d.ts +0 -0
  1093. /package/dist/{services → src/services}/parsers/parseMetaTenants.js +0 -0
  1094. /package/dist/{store → src/store}/configureStore.js +0 -0
  1095. /package/dist/{store → src/store}/defaultStore.js +0 -0
  1096. /package/dist/{store → src/store}/getUrlData.d.ts +0 -0
  1097. /package/dist/{store → src/store}/getUrlData.js +0 -0
  1098. /package/dist/{store → src/store}/index.d.ts +0 -0
  1099. /package/dist/{store → src/store}/index.js +0 -0
  1100. /package/dist/{store → src/store}/reducers/api.d.ts +0 -0
  1101. /package/dist/{store → src/store}/reducers/api.js +0 -0
  1102. /package/dist/{store/reducers/cluster → src/store/reducers/authentication}/types.js +0 -0
  1103. /package/dist/{store → src/store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.d.ts +0 -0
  1104. /package/dist/{store → src/store}/reducers/cluster/__test__/parseGroupsStatsQueryResponse.test.js +0 -0
  1105. /package/dist/{store → src/store}/reducers/cluster/cluster.d.ts +0 -0
  1106. /package/dist/{store → src/store}/reducers/cluster/types.d.ts +0 -0
  1107. /package/dist/{store/reducers/clusters → src/store/reducers/cluster}/types.js +0 -0
  1108. /package/dist/{store → src/store}/reducers/cluster/utils.d.ts +0 -0
  1109. /package/dist/{store → src/store}/reducers/cluster/utils.js +0 -0
  1110. /package/dist/{store → src/store}/reducers/clusterNodes/clusterNodes.d.ts +0 -0
  1111. /package/dist/{store → src/store}/reducers/clusterNodes/clusterNodes.js +0 -0
  1112. /package/dist/{store → src/store}/reducers/clusters/clusters.d.ts +0 -0
  1113. /package/dist/{store → src/store}/reducers/clusters/clusters.js +0 -0
  1114. /package/dist/{store → src/store}/reducers/clusters/selectors.d.ts +0 -0
  1115. /package/dist/{store → src/store}/reducers/clusters/selectors.js +0 -0
  1116. /package/dist/{store → src/store}/reducers/clusters/types.d.ts +0 -0
  1117. /package/dist/{store/reducers/executeTopQueries → src/store/reducers/clusters}/types.js +0 -0
  1118. /package/dist/{store → src/store}/reducers/clusters/utils.d.ts +0 -0
  1119. /package/dist/{store → src/store}/reducers/clusters/utils.js +0 -0
  1120. /package/dist/{store → src/store}/reducers/describe.d.ts +0 -0
  1121. /package/dist/{store → src/store}/reducers/describe.js +0 -0
  1122. /package/dist/{store → src/store}/reducers/executeTopQueries/executeTopQueries.d.ts +0 -0
  1123. /package/dist/{store → src/store}/reducers/executeTopQueries/types.d.ts +0 -0
  1124. /package/dist/{store/reducers/header → src/store/reducers/executeTopQueries}/types.js +0 -0
  1125. /package/dist/{store → src/store}/reducers/executeTopQueries/utils.d.ts +0 -0
  1126. /package/dist/{store → src/store}/reducers/executeTopQueries/utils.js +0 -0
  1127. /package/dist/{store/reducers/healthcheckInfo → src/store/reducers/explainQuery}/types.js +0 -0
  1128. /package/dist/{store → src/store}/reducers/fullscreen.d.ts +0 -0
  1129. /package/dist/{store → src/store}/reducers/fullscreen.js +0 -0
  1130. /package/dist/{store → src/store}/reducers/header/header.d.ts +0 -0
  1131. /package/dist/{store → src/store}/reducers/header/header.js +0 -0
  1132. /package/dist/{store → src/store}/reducers/header/types.d.ts +0 -0
  1133. /package/dist/{store/reducers/hotKeys → src/store/reducers/header}/types.js +0 -0
  1134. /package/dist/{store → src/store}/reducers/healthcheckInfo/healthcheckInfo.js +0 -0
  1135. /package/dist/{store → src/store}/reducers/healthcheckInfo/types.d.ts +0 -0
  1136. /package/dist/{store/reducers/node → src/store/reducers/healthcheckInfo}/types.js +0 -0
  1137. /package/dist/{store → src/store}/reducers/healthcheckInfo/utils.d.ts +0 -0
  1138. /package/dist/{store → src/store}/reducers/healthcheckInfo/utils.js +0 -0
  1139. /package/dist/{store → src/store}/reducers/heatmap.d.ts +0 -0
  1140. /package/dist/{store → src/store}/reducers/heatmap.js +0 -0
  1141. /package/dist/{store → src/store}/reducers/host.js +0 -0
  1142. /package/dist/{store → src/store}/reducers/hotKeys/hotKeys.d.ts +0 -0
  1143. /package/dist/{store → src/store}/reducers/hotKeys/hotKeys.js +0 -0
  1144. /package/dist/{store → src/store}/reducers/hotKeys/types.d.ts +0 -0
  1145. /package/dist/{store/reducers/nodes → src/store/reducers/hotKeys}/types.js +0 -0
  1146. /package/dist/{store → src/store}/reducers/network/network.d.ts +0 -0
  1147. /package/dist/{store → src/store}/reducers/network/network.js +0 -0
  1148. /package/dist/{store → src/store}/reducers/node/node.d.ts +0 -0
  1149. /package/dist/{store → src/store}/reducers/node/node.js +0 -0
  1150. /package/dist/{store → src/store}/reducers/node/selectors.js +0 -0
  1151. /package/dist/{store → src/store}/reducers/node/types.d.ts +0 -0
  1152. /package/dist/{store/reducers/partitions → src/store/reducers/node}/types.js +0 -0
  1153. /package/dist/{store → src/store}/reducers/node/utils.d.ts +0 -0
  1154. /package/dist/{store → src/store}/reducers/node/utils.js +0 -0
  1155. /package/dist/{store → src/store}/reducers/nodes/nodes.d.ts +0 -0
  1156. /package/dist/{store → src/store}/reducers/nodes/nodes.js +0 -0
  1157. /package/dist/{store → src/store}/reducers/nodes/selectors.d.ts +0 -0
  1158. /package/dist/{store → src/store}/reducers/nodes/selectors.js +0 -0
  1159. /package/dist/{store → src/store}/reducers/nodes/types.d.ts +0 -0
  1160. /package/dist/{store/reducers/pdisk → src/store/reducers/nodes}/types.js +0 -0
  1161. /package/dist/{store → src/store}/reducers/nodes/utils.d.ts +0 -0
  1162. /package/dist/{store → src/store}/reducers/nodes/utils.js +0 -0
  1163. /package/dist/{store → src/store}/reducers/nodesList.js +0 -0
  1164. /package/dist/{store → src/store}/reducers/olapStats.d.ts +0 -0
  1165. /package/dist/{store → src/store}/reducers/overview/overview.d.ts +0 -0
  1166. /package/dist/{store → src/store}/reducers/overview/overview.js +0 -0
  1167. /package/dist/{store → src/store}/reducers/partitions/partitions.d.ts +0 -0
  1168. /package/dist/{store → src/store}/reducers/partitions/partitions.js +0 -0
  1169. /package/dist/{store → src/store}/reducers/partitions/types.d.ts +0 -0
  1170. /package/dist/{store/reducers/schema → src/store/reducers/partitions}/types.js +0 -0
  1171. /package/dist/{store → src/store}/reducers/partitions/utils.d.ts +0 -0
  1172. /package/dist/{store → src/store}/reducers/partitions/utils.js +0 -0
  1173. /package/dist/{store → src/store}/reducers/pdisk/pdisk.d.ts +0 -0
  1174. /package/dist/{store → src/store}/reducers/pdisk/pdisk.js +0 -0
  1175. /package/dist/{store → src/store}/reducers/pdisk/types.d.ts +0 -0
  1176. /package/dist/{store/reducers/schemaAcl → src/store/reducers/pdisk}/types.js +0 -0
  1177. /package/dist/{store → src/store}/reducers/pdisk/utils.d.ts +0 -0
  1178. /package/dist/{store → src/store}/reducers/pdisk/utils.js +0 -0
  1179. /package/dist/{store → src/store}/reducers/preview.d.ts +0 -0
  1180. /package/dist/{store → src/store}/reducers/saveQuery.d.ts +0 -0
  1181. /package/dist/{store → src/store}/reducers/saveQuery.js +0 -0
  1182. /package/dist/{store → src/store}/reducers/schema/schema.js +0 -0
  1183. /package/dist/{store → src/store}/reducers/schema/types.d.ts +0 -0
  1184. /package/dist/{store/reducers/settings → src/store/reducers/schema}/types.js +0 -0
  1185. /package/dist/{store → src/store}/reducers/schemaAcl/schemaAcl.js +0 -0
  1186. /package/dist/{store → src/store}/reducers/schemaAcl/types.d.ts +0 -0
  1187. /package/dist/{store/reducers/tenantOverview/topStorageGroups → src/store/reducers/schemaAcl}/types.js +0 -0
  1188. /package/dist/{store → src/store}/reducers/settings/settings.d.ts +0 -0
  1189. /package/dist/{store → src/store}/reducers/settings/settings.js +0 -0
  1190. /package/dist/{store → src/store}/reducers/settings/types.d.ts +0 -0
  1191. /package/dist/{store/reducers/tenants → src/store/reducers/settings}/types.js +0 -0
  1192. /package/dist/{store → src/store}/reducers/shardsWorkload/shardsWorkload.d.ts +0 -0
  1193. /package/dist/{store → src/store}/reducers/shardsWorkload/types.d.ts +0 -0
  1194. /package/dist/{store → src/store}/reducers/shardsWorkload/types.js +0 -0
  1195. /package/dist/{store → src/store}/reducers/singleClusterMode.d.ts +0 -0
  1196. /package/dist/{store → src/store}/reducers/singleClusterMode.js +0 -0
  1197. /package/dist/{store → src/store}/reducers/storage/constants.d.ts +0 -0
  1198. /package/dist/{store → src/store}/reducers/storage/constants.js +0 -0
  1199. /package/dist/{store → src/store}/reducers/storage/selectors.d.ts +0 -0
  1200. /package/dist/{store → src/store}/reducers/storage/selectors.js +0 -0
  1201. /package/dist/{store → src/store}/reducers/storage/storage.d.ts +0 -0
  1202. /package/dist/{store → src/store}/reducers/storage/storage.js +0 -0
  1203. /package/dist/{store → src/store}/reducers/storage/types.d.ts +0 -0
  1204. /package/dist/{store → src/store}/reducers/storage/types.js +0 -0
  1205. /package/dist/{store → src/store}/reducers/storage/utils.d.ts +0 -0
  1206. /package/dist/{store → src/store}/reducers/storage/utils.js +0 -0
  1207. /package/dist/{store → src/store}/reducers/tablet.d.ts +0 -0
  1208. /package/dist/{store → src/store}/reducers/tablet.js +0 -0
  1209. /package/dist/{store → src/store}/reducers/tablets.js +0 -0
  1210. /package/dist/{store → src/store}/reducers/tabletsFilters.js +0 -0
  1211. /package/dist/{store → src/store}/reducers/tenant/constants.d.ts +0 -0
  1212. /package/dist/{store → src/store}/reducers/tenant/constants.js +0 -0
  1213. /package/dist/{store → src/store}/reducers/tenant/tenant.d.ts +0 -0
  1214. /package/dist/{store → src/store}/reducers/tenant/tenant.js +0 -0
  1215. /package/dist/{store → src/store}/reducers/tenant/types.d.ts +0 -0
  1216. /package/dist/{store → src/store}/reducers/tenant/types.js +0 -0
  1217. /package/dist/{store → src/store}/reducers/tenantOverview/executeTopTables/executeTopTables.d.ts +0 -0
  1218. /package/dist/{store → src/store}/reducers/tenantOverview/topNodes/topNodes.d.ts +0 -0
  1219. /package/dist/{store → src/store}/reducers/tenantOverview/topNodes/topNodes.js +0 -0
  1220. /package/dist/{store → src/store}/reducers/tenantOverview/topQueries/tenantOverviewTopQueries.d.ts +0 -0
  1221. /package/dist/{store → src/store}/reducers/tenantOverview/topShards/tenantOverviewTopShards.d.ts +0 -0
  1222. /package/dist/{store → src/store}/reducers/tenantOverview/topShards/utils.d.ts +0 -0
  1223. /package/dist/{store → src/store}/reducers/tenantOverview/topShards/utils.js +0 -0
  1224. /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/topStorageGroups.d.ts +0 -0
  1225. /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/topStorageGroups.js +0 -0
  1226. /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/types.d.ts +0 -0
  1227. /package/dist/{store/reducers/vdisk → src/store/reducers/tenantOverview/topStorageGroups}/types.js +0 -0
  1228. /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/utils.d.ts +0 -0
  1229. /package/dist/{store → src/store}/reducers/tenantOverview/topStorageGroups/utils.js +0 -0
  1230. /package/dist/{store → src/store}/reducers/tenants/contants.d.ts +0 -0
  1231. /package/dist/{store → src/store}/reducers/tenants/contants.js +0 -0
  1232. /package/dist/{store → src/store}/reducers/tenants/selectors.js +0 -0
  1233. /package/dist/{store → src/store}/reducers/tenants/tenants.d.ts +0 -0
  1234. /package/dist/{store → src/store}/reducers/tenants/tenants.js +0 -0
  1235. /package/dist/{store → src/store}/reducers/tenants/types.d.ts +0 -0
  1236. /package/dist/{utils/disks → src/store/reducers/tenants}/types.js +0 -0
  1237. /package/dist/{store → src/store}/reducers/tenants/utils.d.ts +0 -0
  1238. /package/dist/{store → src/store}/reducers/tenants/utils.js +0 -0
  1239. /package/dist/{store → src/store}/reducers/tooltip.d.ts +0 -0
  1240. /package/dist/{store → src/store}/reducers/tooltip.js +0 -0
  1241. /package/dist/{store → src/store}/reducers/topic.js +0 -0
  1242. /package/dist/{store → src/store}/reducers/vdisk/types.d.ts +0 -0
  1243. /package/dist/{types/additionalProps.js → src/store/reducers/vdisk/types.js} +0 -0
  1244. /package/dist/{store → src/store}/reducers/vdisk/utils.d.ts +0 -0
  1245. /package/dist/{store → src/store}/reducers/vdisk/utils.js +0 -0
  1246. /package/dist/{store → src/store}/reducers/vdisk/vdisk.d.ts +0 -0
  1247. /package/dist/{store → src/store}/reducers/vdisk/vdisk.js +0 -0
  1248. /package/dist/{store → src/store}/state-url-mapping.d.ts +0 -0
  1249. /package/dist/{store → src/store}/state-url-mapping.js +0 -0
  1250. /package/dist/{types → src/types}/additionalProps.d.ts +0 -0
  1251. /package/dist/{types/api/acl.js → src/types/additionalProps.js} +0 -0
  1252. /package/dist/{types → src/types}/api/acl.d.ts +0 -0
  1253. /package/dist/{types/api/autocomplete.js → src/types/api/acl.js} +0 -0
  1254. /package/dist/{types → src/types}/api/autocomplete.d.ts +0 -0
  1255. /package/dist/{types/api/cluster.js → src/types/api/autocomplete.js} +0 -0
  1256. /package/dist/{types → src/types}/api/cluster.d.ts +0 -0
  1257. /package/dist/{types/api/common.js → src/types/api/cluster.js} +0 -0
  1258. /package/dist/{types → src/types}/api/common.d.ts +0 -0
  1259. /package/dist/{types → src/types/api}/common.js +0 -0
  1260. /package/dist/{types → src/types}/api/compute.d.ts +0 -0
  1261. /package/dist/{types → src/types}/api/compute.js +0 -0
  1262. /package/dist/{types → src/types}/api/consumer.d.ts +0 -0
  1263. /package/dist/{types → src/types}/api/consumer.js +0 -0
  1264. /package/dist/{types → src/types}/api/enums.d.ts +0 -0
  1265. /package/dist/{types → src/types}/api/enums.js +0 -0
  1266. /package/dist/{types → src/types}/api/error.d.ts +0 -0
  1267. /package/dist/{types → src/types}/api/error.js +0 -0
  1268. /package/dist/{types → src/types}/api/healthcheck.d.ts +0 -0
  1269. /package/dist/{types → src/types}/api/healthcheck.js +0 -0
  1270. /package/dist/{types → src/types}/api/hotkeys.d.ts +0 -0
  1271. /package/dist/{types → src/types}/api/hotkeys.js +0 -0
  1272. /package/dist/{types → src/types}/api/meta.d.ts +0 -0
  1273. /package/dist/{types → src/types}/api/meta.js +0 -0
  1274. /package/dist/{types → src/types}/api/netInfo.d.ts +0 -0
  1275. /package/dist/{types → src/types}/api/netInfo.js +0 -0
  1276. /package/dist/{types → src/types}/api/nodes.d.ts +0 -0
  1277. /package/dist/{types → src/types}/api/nodes.js +0 -0
  1278. /package/dist/{types → src/types}/api/nodesList.d.ts +0 -0
  1279. /package/dist/{types → src/types}/api/nodesList.js +0 -0
  1280. /package/dist/{types → src/types}/api/pdisk.d.ts +0 -0
  1281. /package/dist/{types → src/types}/api/pdisk.js +0 -0
  1282. /package/dist/{types → src/types}/api/query.d.ts +0 -0
  1283. /package/dist/{types → src/types}/api/query.js +0 -0
  1284. /package/dist/{types → src/types}/api/render.d.ts +0 -0
  1285. /package/dist/{types → src/types}/api/render.js +0 -0
  1286. /package/dist/{types → src/types}/api/restartPDisk.d.ts +0 -0
  1287. /package/dist/{types → src/types}/api/restartPDisk.js +0 -0
  1288. /package/dist/{types → src/types}/api/schema/cdcStream.d.ts +0 -0
  1289. /package/dist/{types → src/types}/api/schema/cdcStream.js +0 -0
  1290. /package/dist/{types → src/types}/api/schema/columnEntity.js +0 -0
  1291. /package/dist/{types → src/types}/api/schema/externalDataSource.d.ts +0 -0
  1292. /package/dist/{types → src/types}/api/schema/externalDataSource.js +0 -0
  1293. /package/dist/{types → src/types}/api/schema/externalTable.d.ts +0 -0
  1294. /package/dist/{types → src/types}/api/schema/externalTable.js +0 -0
  1295. /package/dist/{types → src/types}/api/schema/index.d.ts +0 -0
  1296. /package/dist/{types → src/types}/api/schema/index.js +0 -0
  1297. /package/dist/{types → src/types}/api/schema/persQueueGroup.d.ts +0 -0
  1298. /package/dist/{types → src/types}/api/schema/persQueueGroup.js +0 -0
  1299. /package/dist/{types → src/types}/api/schema/shared.d.ts +0 -0
  1300. /package/dist/{types → src/types}/api/schema/shared.js +0 -0
  1301. /package/dist/{types → src/types}/api/schema/table.d.ts +0 -0
  1302. /package/dist/{types → src/types}/api/schema/table.js +0 -0
  1303. /package/dist/{types → src/types}/api/schema/tableIndex.d.ts +0 -0
  1304. /package/dist/{types → src/types}/api/schema/tableIndex.js +0 -0
  1305. /package/dist/{types → src/types}/api/schema/view.d.ts +0 -0
  1306. /package/dist/{types → src/types}/api/schema/view.js +0 -0
  1307. /package/dist/{types → src/types}/api/storage.d.ts +0 -0
  1308. /package/dist/{types → src/types}/api/storage.js +0 -0
  1309. /package/dist/{types → src/types}/api/systemState.d.ts +0 -0
  1310. /package/dist/{types → src/types}/api/systemState.js +0 -0
  1311. /package/dist/{types → src/types}/api/tablet.d.ts +0 -0
  1312. /package/dist/{types → src/types}/api/tablet.js +0 -0
  1313. /package/dist/{types → src/types}/api/tenant.d.ts +0 -0
  1314. /package/dist/{types → src/types}/api/tenant.js +0 -0
  1315. /package/dist/{types → src/types}/api/topic.d.ts +0 -0
  1316. /package/dist/{types → src/types}/api/topic.js +0 -0
  1317. /package/dist/{types → src/types}/api/vdisk.d.ts +0 -0
  1318. /package/dist/{types → src/types}/api/vdisk.js +0 -0
  1319. /package/dist/{types → src/types}/api/whoami.js +0 -0
  1320. /package/dist/{types → src/types}/common.d.ts +0 -0
  1321. /package/dist/{types/store/describe.js → src/types/common.js} +0 -0
  1322. /package/dist/{types → src/types}/index.d.ts +0 -0
  1323. /package/dist/{types → src/types}/index.js +0 -0
  1324. /package/dist/{types → src/types}/store/describe.d.ts +0 -0
  1325. /package/dist/{types/store/executeQuery.js → src/types/store/describe.js} +0 -0
  1326. /package/dist/{types/store/explainQuery.js → src/types/store/executeQuery.js} +0 -0
  1327. /package/dist/{types → src/types}/store/heatmap.d.ts +0 -0
  1328. /package/dist/{types → src/types}/store/heatmap.js +0 -0
  1329. /package/dist/{types → src/types}/store/host.d.ts +0 -0
  1330. /package/dist/{types → src/types}/store/host.js +0 -0
  1331. /package/dist/{types → src/types}/store/nodesList.d.ts +0 -0
  1332. /package/dist/{types → src/types}/store/nodesList.js +0 -0
  1333. /package/dist/{types → src/types}/store/query.d.ts +0 -0
  1334. /package/dist/{types → src/types}/store/query.js +0 -0
  1335. /package/dist/{types → src/types}/store/tablet.d.ts +0 -0
  1336. /package/dist/{types → src/types}/store/tablet.js +0 -0
  1337. /package/dist/{types → src/types}/store/tablets.d.ts +0 -0
  1338. /package/dist/{types → src/types}/store/tablets.js +0 -0
  1339. /package/dist/{types → src/types}/store/tooltip.d.ts +0 -0
  1340. /package/dist/{types → src/types}/store/tooltip.js +0 -0
  1341. /package/dist/{types → src/types}/store/topic.d.ts +0 -0
  1342. /package/dist/{types → src/types}/store/topic.js +0 -0
  1343. /package/dist/{types → src/types}/versions.d.ts +0 -0
  1344. /package/dist/{types → src/types}/versions.js +0 -0
  1345. /package/dist/{utils → src/utils}/__test__/monitoring.test.d.ts +0 -0
  1346. /package/dist/{utils → src/utils}/__test__/monitoring.test.js +0 -0
  1347. /package/dist/{utils → src/utils}/__test__/parseBalancer.test.d.ts +0 -0
  1348. /package/dist/{utils → src/utils}/__test__/parseBalancer.test.js +0 -0
  1349. /package/dist/{utils → src/utils}/__test__/prepareBackend.test.d.ts +0 -0
  1350. /package/dist/{utils → src/utils}/__test__/prepareBackend.test.js +0 -0
  1351. /package/dist/{utils → src/utils}/additionalProps.d.ts +0 -0
  1352. /package/dist/{utils → src/utils}/additionalProps.js +0 -0
  1353. /package/dist/{utils → src/utils}/bytesParsers/__test__/formatBytes.test.d.ts +0 -0
  1354. /package/dist/{utils → src/utils}/bytesParsers/__test__/formatBytes.test.js +0 -0
  1355. /package/dist/{utils → src/utils}/bytesParsers/convertBytesObjectToSpeed.d.ts +0 -0
  1356. /package/dist/{utils → src/utils}/bytesParsers/convertBytesObjectToSpeed.js +0 -0
  1357. /package/dist/{utils → src/utils}/bytesParsers/formatBytes.d.ts +0 -0
  1358. /package/dist/{utils → src/utils}/bytesParsers/formatBytes.js +0 -0
  1359. /package/dist/{utils → src/utils}/bytesParsers/i18n/en.json +0 -0
  1360. /package/dist/{utils → src/utils}/bytesParsers/i18n/index.d.ts +0 -0
  1361. /package/dist/{utils → src/utils}/bytesParsers/i18n/index.js +0 -0
  1362. /package/dist/{utils → src/utils}/bytesParsers/i18n/ru.json +0 -0
  1363. /package/dist/{utils → src/utils}/bytesParsers/index.d.ts +0 -0
  1364. /package/dist/{utils → src/utils}/bytesParsers/index.js +0 -0
  1365. /package/dist/{utils → src/utils}/clusterVersionColors.d.ts +0 -0
  1366. /package/dist/{utils → src/utils}/clusterVersionColors.js +0 -0
  1367. /package/dist/{utils → src/utils}/cn.d.ts +0 -0
  1368. /package/dist/{utils → src/utils}/cn.js +0 -0
  1369. /package/dist/{utils → src/utils}/createToast.d.ts +0 -0
  1370. /package/dist/{utils → src/utils}/createToast.js +0 -0
  1371. /package/dist/{utils → src/utils}/dataFormatters/__test__/roundToSignificant.test.d.ts +0 -0
  1372. /package/dist/{utils → src/utils}/dataFormatters/__test__/roundToSignificant.test.js +0 -0
  1373. /package/dist/{utils → src/utils}/dataFormatters/dataFormatters.d.ts +0 -0
  1374. /package/dist/{utils → src/utils}/dataFormatters/dataFormatters.js +0 -0
  1375. /package/dist/{utils → src/utils}/dataFormatters/i18n/en.json +0 -0
  1376. /package/dist/{utils → src/utils}/dataFormatters/i18n/index.d.ts +0 -0
  1377. /package/dist/{utils → src/utils}/dataFormatters/i18n/index.js +0 -0
  1378. /package/dist/{utils → src/utils}/dataFormatters/i18n/ru.json +0 -0
  1379. /package/dist/{utils → src/utils}/developerUI/__test__/developerUI.test.d.ts +0 -0
  1380. /package/dist/{utils → src/utils}/developerUI/__test__/developerUI.test.js +0 -0
  1381. /package/dist/{utils → src/utils}/developerUI/developerUI.d.ts +0 -0
  1382. /package/dist/{utils → src/utils}/developerUI/developerUI.js +0 -0
  1383. /package/dist/{utils → src/utils}/diagnostics.d.ts +0 -0
  1384. /package/dist/{utils → src/utils}/diagnostics.js +0 -0
  1385. /package/dist/{utils → src/utils}/disks/__test__/calculatePDiskSeverity.test.d.ts +0 -0
  1386. /package/dist/{utils → src/utils}/disks/__test__/calculatePDiskSeverity.test.js +0 -0
  1387. /package/dist/{utils → src/utils}/disks/__test__/calculateVDiskSeverity.test.d.ts +0 -0
  1388. /package/dist/{utils → src/utils}/disks/__test__/calculateVDiskSeverity.test.js +0 -0
  1389. /package/dist/{utils → src/utils}/disks/calculatePDiskSeverity.d.ts +0 -0
  1390. /package/dist/{utils → src/utils}/disks/calculatePDiskSeverity.js +0 -0
  1391. /package/dist/{utils → src/utils}/disks/calculateVDiskSeverity.d.ts +0 -0
  1392. /package/dist/{utils → src/utils}/disks/calculateVDiskSeverity.js +0 -0
  1393. /package/dist/{utils → src/utils}/disks/constants.d.ts +0 -0
  1394. /package/dist/{utils → src/utils}/disks/constants.js +0 -0
  1395. /package/dist/{utils → src/utils}/disks/getPDiskType.d.ts +0 -0
  1396. /package/dist/{utils → src/utils}/disks/getPDiskType.js +0 -0
  1397. /package/dist/{utils → src/utils}/disks/helpers.d.ts +0 -0
  1398. /package/dist/{utils → src/utils}/disks/helpers.js +0 -0
  1399. /package/dist/{utils → src/utils}/disks/prepareDisks.d.ts +0 -0
  1400. /package/dist/{utils → src/utils}/disks/prepareDisks.js +0 -0
  1401. /package/dist/{utils → src/utils}/disks/types.d.ts +0 -0
  1402. /package/dist/{utils/query.test.d.ts → src/utils/disks/types.js} +0 -0
  1403. /package/dist/{utils → src/utils}/filters.d.ts +0 -0
  1404. /package/dist/{utils → src/utils}/filters.js +0 -0
  1405. /package/dist/{utils → src/utils}/generateEvaluator.d.ts +0 -0
  1406. /package/dist/{utils → src/utils}/generateEvaluator.js +0 -0
  1407. /package/dist/{utils → src/utils}/generateHash.d.ts +0 -0
  1408. /package/dist/{utils → src/utils}/generateHash.js +0 -0
  1409. /package/dist/{utils → src/utils}/hooks/index.d.ts +0 -0
  1410. /package/dist/{utils → src/utils}/hooks/index.js +0 -0
  1411. /package/dist/{utils → src/utils}/hooks/useNodesRequestParams.d.ts +0 -0
  1412. /package/dist/{utils → src/utils}/hooks/useNodesRequestParams.js +0 -0
  1413. /package/dist/{utils → src/utils}/hooks/useQueryModes.d.ts +0 -0
  1414. /package/dist/{utils → src/utils}/hooks/useQueryModes.js +0 -0
  1415. /package/dist/{utils → src/utils}/hooks/useSearchQuery.d.ts +0 -0
  1416. /package/dist/{utils → src/utils}/hooks/useSearchQuery.js +0 -0
  1417. /package/dist/{utils → src/utils}/hooks/useSetting.d.ts +0 -0
  1418. /package/dist/{utils → src/utils}/hooks/useSetting.js +0 -0
  1419. /package/dist/{utils → src/utils}/hooks/useStorageRequestParams.d.ts +0 -0
  1420. /package/dist/{utils → src/utils}/hooks/useStorageRequestParams.js +0 -0
  1421. /package/dist/{utils → src/utils}/hooks/useTableResize.d.ts +0 -0
  1422. /package/dist/{utils → src/utils}/hooks/useTableResize.js +0 -0
  1423. /package/dist/{utils → src/utils}/hooks/useTableSort.d.ts +0 -0
  1424. /package/dist/{utils → src/utils}/hooks/useTableSort.js +0 -0
  1425. /package/dist/{utils → src/utils}/hooks/useTypedDispatch.d.ts +0 -0
  1426. /package/dist/{utils → src/utils}/hooks/useTypedDispatch.js +0 -0
  1427. /package/dist/{utils → src/utils}/hooks/useTypedSelector.d.ts +0 -0
  1428. /package/dist/{utils → src/utils}/hooks/useTypedSelector.js +0 -0
  1429. /package/dist/{utils → src/utils}/i18n/i18n.d.ts +0 -0
  1430. /package/dist/{utils → src/utils}/i18n/i18n.js +0 -0
  1431. /package/dist/{utils → src/utils}/i18n/index.d.ts +0 -0
  1432. /package/dist/{utils → src/utils}/i18n/index.js +0 -0
  1433. /package/dist/{utils → src/utils}/index.d.ts +0 -0
  1434. /package/dist/{utils → src/utils}/index.js +0 -0
  1435. /package/dist/{utils → src/utils}/lazyComponent.d.ts +0 -0
  1436. /package/dist/{utils → src/utils}/lazyComponent.js +0 -0
  1437. /package/dist/{utils → src/utils}/monaco/index.d.ts +0 -0
  1438. /package/dist/{utils → src/utils}/monaco/index.js +0 -0
  1439. /package/dist/{utils → src/utils}/monaco/s-expression/constants.d.ts +0 -0
  1440. /package/dist/{utils → src/utils}/monaco/s-expression/constants.js +0 -0
  1441. /package/dist/{utils → src/utils}/monaco/s-expression/registerLanguage.d.ts +0 -0
  1442. /package/dist/{utils → src/utils}/monaco/s-expression/registerLanguage.js +0 -0
  1443. /package/dist/{utils → src/utils}/monaco/yql/registerLanguage.d.ts +0 -0
  1444. /package/dist/{utils → src/utils}/monaco/yql/registerLanguage.js +0 -0
  1445. /package/dist/{utils → src/utils}/monaco/yql/yql.completionItemProvider.d.ts +0 -0
  1446. /package/dist/{utils → src/utils}/monaco/yql/yql.completionItemProvider.js +0 -0
  1447. /package/dist/{utils → src/utils}/monaco/yql/yql.d.ts +0 -0
  1448. /package/dist/{utils → src/utils}/monaco/yql/yql.js +0 -0
  1449. /package/dist/{utils → src/utils}/monaco/yql/yql.keywords.d.ts +0 -0
  1450. /package/dist/{utils → src/utils}/monaco/yql/yql.keywords.js +0 -0
  1451. /package/dist/{utils → src/utils}/monaco/yql/yqlSuggestions.d.ts +0 -0
  1452. /package/dist/{utils → src/utils}/monitoring.d.ts +0 -0
  1453. /package/dist/{utils → src/utils}/monitoring.js +0 -0
  1454. /package/dist/{utils → src/utils}/nodes.d.ts +0 -0
  1455. /package/dist/{utils → src/utils}/nodes.js +0 -0
  1456. /package/dist/{utils → src/utils}/numeral.d.ts +0 -0
  1457. /package/dist/{utils → src/utils}/numeral.js +0 -0
  1458. /package/dist/{utils → src/utils}/parseBalancer.d.ts +0 -0
  1459. /package/dist/{utils → src/utils}/parseBalancer.js +0 -0
  1460. /package/dist/{utils → src/utils}/prepareBackend.d.ts +0 -0
  1461. /package/dist/{utils → src/utils}/prepareBackend.js +0 -0
  1462. /package/dist/{utils → src/utils}/prepareQueryExplain.d.ts +0 -0
  1463. /package/dist/{utils → src/utils}/prepareQueryExplain.js +0 -0
  1464. /package/dist/{utils/timeParsers/__test__/formatDuration.test.d.ts → src/utils/query.test.d.ts} +0 -0
  1465. /package/dist/{utils → src/utils}/query.test.js +0 -0
  1466. /package/dist/{utils → src/utils}/registerError.d.ts +0 -0
  1467. /package/dist/{utils → src/utils}/registerError.js +0 -0
  1468. /package/dist/{utils → src/utils}/storage.d.ts +0 -0
  1469. /package/dist/{utils → src/utils}/storage.js +0 -0
  1470. /package/dist/{utils → src/utils}/tablet.d.ts +0 -0
  1471. /package/dist/{utils → src/utils}/tablet.js +0 -0
  1472. /package/dist/{utils/timeParsers/__test__/protobuf.test.d.ts → src/utils/timeParsers/__test__/formatDuration.test.d.ts} +0 -0
  1473. /package/dist/{utils → src/utils}/timeParsers/__test__/formatDuration.test.js +0 -0
  1474. /package/dist/{utils → src/utils}/timeParsers/__test__/protobuf.test.js +0 -0
  1475. /package/dist/{utils → src/utils}/timeParsers/formatDuration.d.ts +0 -0
  1476. /package/dist/{utils → src/utils}/timeParsers/formatDuration.js +0 -0
  1477. /package/dist/{utils → src/utils}/timeParsers/i18n/en.json +0 -0
  1478. /package/dist/{utils → src/utils}/timeParsers/i18n/index.d.ts +0 -0
  1479. /package/dist/{utils → src/utils}/timeParsers/i18n/index.js +0 -0
  1480. /package/dist/{utils → src/utils}/timeParsers/i18n/ru.json +0 -0
  1481. /package/dist/{utils → src/utils}/timeParsers/index.d.ts +0 -0
  1482. /package/dist/{utils → src/utils}/timeParsers/index.js +0 -0
  1483. /package/dist/{utils → src/utils}/timeParsers/parsers.d.ts +0 -0
  1484. /package/dist/{utils → src/utils}/timeParsers/parsers.js +0 -0
  1485. /package/dist/{utils → src/utils}/timeParsers/protobufParsers.d.ts +0 -0
  1486. /package/dist/{utils → src/utils}/timeParsers/protobufParsers.js +0 -0
  1487. /package/dist/{utils → src/utils}/timeframes.d.ts +0 -0
  1488. /package/dist/{utils → src/utils}/timeframes.js +0 -0
  1489. /package/dist/{utils → src/utils}/tooltip.d.ts +0 -0
  1490. /package/dist/{utils → src/utils}/tooltip.js +0 -0
  1491. /package/dist/{utils → src/utils}/typecheckers.d.ts +0 -0
  1492. /package/dist/{utils → src/utils}/typecheckers.js +0 -0
  1493. /package/dist/{utils → src/utils}/utils.d.ts +0 -0
  1494. /package/dist/{utils → src/utils}/utils.js +0 -0
  1495. /package/dist/{utils → src/utils}/versions/getVersionsColors.d.ts +0 -0
  1496. /package/dist/{utils → src/utils}/versions/getVersionsColors.js +0 -0
  1497. /package/dist/{utils → src/utils}/versions/index.d.ts +0 -0
  1498. /package/dist/{utils → src/utils}/versions/index.js +0 -0
  1499. /package/dist/{utils → src/utils}/versions/parseNodesToVersionsValues.d.ts +0 -0
  1500. /package/dist/{utils → src/utils}/versions/parseNodesToVersionsValues.js +0 -0
  1501. /package/dist/{utils → src/utils}/versions/parseVersion.d.ts +0 -0
  1502. /package/dist/{utils → src/utils}/versions/parseVersion.js +0 -0
@@ -0,0 +1,63 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ import { useHistory, useLocation } from 'react-router';
4
+ import { DateRange } from '../../../../components/DateRange';
5
+ import { ResizeableDataTable } from '../../../../components/ResizeableDataTable/ResizeableDataTable';
6
+ import { Search } from '../../../../components/Search';
7
+ import { TableWithControlsLayout } from '../../../../components/TableWithControlsLayout/TableWithControlsLayout';
8
+ import { parseQuery } from '../../../../routes';
9
+ import { changeUserInput } from '../../../../store/reducers/executeQuery';
10
+ import { setTopQueriesFilters, topQueriesApi, } from '../../../../store/reducers/executeTopQueries/executeTopQueries';
11
+ import { TENANT_PAGE, TENANT_PAGES_IDS, TENANT_QUERY_TABS_ID, } from '../../../../store/reducers/tenant/constants';
12
+ import { cn } from '../../../../utils/cn';
13
+ import { isSortableTopQueriesProperty } from '../../../../utils/diagnostics';
14
+ import { useTypedDispatch, useTypedSelector } from '../../../../utils/hooks';
15
+ import { parseQueryErrorToString } from '../../../../utils/query';
16
+ import { TenantTabsGroups, getTenantPath } from '../../TenantPages';
17
+ import { QUERY_TABLE_SETTINGS } from '../../utils/constants';
18
+ import { isColumnEntityType } from '../../utils/schema';
19
+ import { TOP_QUERIES_COLUMNS_WIDTH_LS_KEY, getTopQueriesColumns } from './getTopQueriesColumns';
20
+ import i18n from './i18n';
21
+ import './TopQueries.scss';
22
+ const b = cn('kv-top-queries');
23
+ export const TopQueries = ({ path, type }) => {
24
+ const dispatch = useTypedDispatch();
25
+ const location = useLocation();
26
+ const history = useHistory();
27
+ const { autorefresh } = useTypedSelector((state) => state.schema);
28
+ const filters = useTypedSelector((state) => state.executeTopQueries);
29
+ const { currentData, isFetching, error } = topQueriesApi.useGetTopQueriesQuery({
30
+ database: path,
31
+ filters,
32
+ }, { pollingInterval: autorefresh });
33
+ const loading = isFetching && currentData === undefined;
34
+ const { result: data } = currentData || {};
35
+ const rawColumns = getTopQueriesColumns();
36
+ const columns = rawColumns.map((column) => (Object.assign(Object.assign({}, column), { sortable: isSortableTopQueriesProperty(column.name) })));
37
+ const handleRowClick = React.useCallback((row) => {
38
+ const { QueryText: input } = row;
39
+ dispatch(changeUserInput({ input }));
40
+ const queryParams = parseQuery(location);
41
+ const queryPath = getTenantPath(Object.assign(Object.assign({}, queryParams), { [TENANT_PAGE]: TENANT_PAGES_IDS.query, [TenantTabsGroups.queryTab]: TENANT_QUERY_TABS_ID.newQuery }));
42
+ history.push(queryPath);
43
+ }, [dispatch, history, location]);
44
+ const handleTextSearchUpdate = (text) => {
45
+ dispatch(setTopQueriesFilters({ text }));
46
+ };
47
+ const handleDateRangeChange = (value) => {
48
+ dispatch(setTopQueriesFilters(value));
49
+ };
50
+ const renderContent = () => {
51
+ if (error) {
52
+ return _jsx("div", { className: "error", children: parseQueryErrorToString(error) });
53
+ }
54
+ if (!data || isColumnEntityType(type)) {
55
+ return i18n('no-data');
56
+ }
57
+ return (_jsx(ResizeableDataTable, { columnsWidthLSKey: TOP_QUERIES_COLUMNS_WIDTH_LS_KEY, columns: columns, data: data, settings: QUERY_TABLE_SETTINGS, onRowClick: handleRowClick, rowClassName: () => b('row') }));
58
+ };
59
+ const renderControls = () => {
60
+ return (_jsxs(React.Fragment, { children: [_jsx(Search, { value: filters.text, onChange: handleTextSearchUpdate, placeholder: i18n('filter.text.placeholder'), className: b('search') }), _jsx(DateRange, { from: filters.from, to: filters.to, onChange: handleDateRangeChange })] }));
61
+ };
62
+ return (_jsxs(TableWithControlsLayout, { children: [_jsx(TableWithControlsLayout.Controls, { children: renderControls() }), _jsx(TableWithControlsLayout.Table, { loading: loading, children: renderContent() })] }));
63
+ };
@@ -0,0 +1,146 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ import DataTable from '@gravity-ui/react-data-table';
4
+ import { useLocation } from 'react-router';
5
+ import { ResizeableDataTable } from '../../../../components/ResizeableDataTable/ResizeableDataTable';
6
+ import { TableWithControlsLayout } from '../../../../components/TableWithControlsLayout/TableWithControlsLayout';
7
+ import { setShardsQueryFilters, shardApi, } from '../../../../store/reducers/shardsWorkload/shardsWorkload';
8
+ import { EShardsWorkloadMode } from '../../../../store/reducers/shardsWorkload/types';
9
+ import { cn } from '../../../../utils/cn';
10
+ import { DEFAULT_TABLE_SETTINGS, HOUR_IN_SECONDS } from '../../../../utils/constants';
11
+ import { formatDateTime } from '../../../../utils/dataFormatters/dataFormatters';
12
+ import { isSortableTopShardsProperty } from '../../../../utils/diagnostics';
13
+ import { useTypedDispatch, useTypedSelector } from '../../../../utils/hooks';
14
+ import { parseQueryErrorToString } from '../../../../utils/query';
15
+ import { isColumnEntityType } from '../../utils/schema';
16
+ import { Filters } from './Filters';
17
+ import { TOP_SHARDS_COLUMNS_WIDTH_LS_KEY, getShardsWorkloadColumns } from './getTopShardsColumns';
18
+ import i18n from './i18n';
19
+ import './TopShards.scss';
20
+ const b = cn('top-shards');
21
+ const TABLE_SETTINGS = Object.assign(Object.assign({}, DEFAULT_TABLE_SETTINGS), { dynamicRender: false, externalSort: true, disableSortReset: true, defaultOrder: DataTable.DESCENDING });
22
+ const tableColumnsNames = {
23
+ TabletId: 'TabletId',
24
+ CPUCores: 'CPUCores',
25
+ DataSize: 'DataSize',
26
+ Path: 'Path',
27
+ NodeId: 'NodeId',
28
+ PeakTime: 'PeakTime',
29
+ InFlightTxCount: 'InFlightTxCount',
30
+ IntervalEnd: 'IntervalEnd',
31
+ };
32
+ function prepareDateTimeValue(value) {
33
+ if (!value) {
34
+ return '–';
35
+ }
36
+ return formatDateTime(new Date(value).getTime());
37
+ }
38
+ function stringToDataTableSortOrder(value) {
39
+ return value
40
+ ? value.split(',').map((columnId) => ({
41
+ columnId,
42
+ order: DataTable.DESCENDING,
43
+ }))
44
+ : undefined;
45
+ }
46
+ function stringToQuerySortOrder(value) {
47
+ return value
48
+ ? value.split(',').map((columnId) => ({
49
+ columnId,
50
+ order: 'DESC',
51
+ }))
52
+ : undefined;
53
+ }
54
+ function dataTableToStringSortOrder(value = []) {
55
+ const sortOrders = Array.isArray(value) ? value : [value];
56
+ return sortOrders.map(({ columnId }) => columnId).join(',');
57
+ }
58
+ function fillDateRangeFor(value) {
59
+ value.to = Date.now();
60
+ value.from = value.to - HOUR_IN_SECONDS * 1000;
61
+ return value;
62
+ }
63
+ export const TopShards = ({ tenantPath, type }) => {
64
+ const dispatch = useTypedDispatch();
65
+ const location = useLocation();
66
+ const { autorefresh, currentSchemaPath } = useTypedSelector((state) => state.schema);
67
+ const storeFilters = useTypedSelector((state) => state.shardsWorkload);
68
+ // default filters shouldn't propagate into URL until user interacts with the control
69
+ // redux initial value can't be used, as it synchronizes with URL
70
+ const [filters, setFilters] = React.useState(() => {
71
+ const defaultValue = Object.assign({}, storeFilters);
72
+ if (!defaultValue.mode) {
73
+ defaultValue.mode = EShardsWorkloadMode.Immediate;
74
+ }
75
+ if (!defaultValue.from && !defaultValue.to) {
76
+ fillDateRangeFor(defaultValue);
77
+ }
78
+ return defaultValue;
79
+ });
80
+ const [sortOrder, setSortOrder] = React.useState(tableColumnsNames.CPUCores);
81
+ const { data: result, isFetching, error, } = shardApi.useSendShardQueryQuery({
82
+ database: tenantPath,
83
+ path: currentSchemaPath,
84
+ sortOrder: stringToQuerySortOrder(sortOrder),
85
+ filters,
86
+ }, { pollingInterval: autorefresh });
87
+ const loading = isFetching && result === undefined;
88
+ const { result: data } = result !== null && result !== void 0 ? result : {};
89
+ const onSort = (newSortOrder) => {
90
+ // omit information about sort order to disable ASC order, only DESC makes sense for top shards
91
+ // use a string (and not the DataTable default format) to prevent reference change,
92
+ // which would cause an excess state change, to avoid repeating requests
93
+ setSortOrder(dataTableToStringSortOrder(newSortOrder));
94
+ };
95
+ const handleFiltersChange = (value) => {
96
+ const newStateValue = Object.assign({}, value);
97
+ const isDateRangePristine = !storeFilters.from && !storeFilters.to && !value.from && !value.to;
98
+ if (isDateRangePristine) {
99
+ switch (value.mode) {
100
+ case EShardsWorkloadMode.Immediate:
101
+ newStateValue.from = newStateValue.to = undefined;
102
+ break;
103
+ case EShardsWorkloadMode.History:
104
+ // should default to the current datetime every time history mode activates
105
+ fillDateRangeFor(newStateValue);
106
+ break;
107
+ }
108
+ }
109
+ dispatch(setShardsQueryFilters(value));
110
+ setFilters((state) => (Object.assign(Object.assign({}, state), newStateValue)));
111
+ };
112
+ const tableColumns = React.useMemo(() => {
113
+ const rawColumns = getShardsWorkloadColumns(tenantPath, location);
114
+ const columns = rawColumns.map((column) => (Object.assign(Object.assign({}, column), { sortable: isSortableTopShardsProperty(column.name) })));
115
+ if (filters.mode === EShardsWorkloadMode.History) {
116
+ // after NodeId
117
+ columns.splice(5, 0, {
118
+ name: tableColumnsNames.PeakTime,
119
+ render: ({ row }) => {
120
+ return prepareDateTimeValue(row.PeakTime);
121
+ },
122
+ sortable: false,
123
+ });
124
+ columns.push({
125
+ name: tableColumnsNames.IntervalEnd,
126
+ render: ({ row }) => {
127
+ return prepareDateTimeValue(row.IntervalEnd);
128
+ },
129
+ });
130
+ }
131
+ return columns;
132
+ }, [filters.mode, tenantPath, location]);
133
+ const renderControls = () => {
134
+ return _jsx(Filters, { value: filters, onChange: handleFiltersChange });
135
+ };
136
+ const renderContent = () => {
137
+ if (error) {
138
+ return _jsx("div", { className: "error", children: parseQueryErrorToString(error) });
139
+ }
140
+ if (!data || isColumnEntityType(type)) {
141
+ return i18n('no-data');
142
+ }
143
+ return (_jsx(ResizeableDataTable, { columnsWidthLSKey: TOP_SHARDS_COLUMNS_WIDTH_LS_KEY, columns: tableColumns, data: data, settings: TABLE_SETTINGS, onSort: onSort, sortOrder: stringToDataTableSortOrder(sortOrder) }));
144
+ };
145
+ return (_jsxs(TableWithControlsLayout, { children: [_jsx(TableWithControlsLayout.Controls, { children: renderControls() }), filters.mode === EShardsWorkloadMode.History && (_jsx("div", { className: b('hint'), children: i18n('description') })), _jsx(TableWithControlsLayout.Table, { loading: loading, children: renderContent() })] }));
146
+ };
@@ -0,0 +1,7 @@
1
+ import type { TEvDescribeSchemeResult } from '../../../../types/api/schema';
2
+ import './View.scss';
3
+ interface ViewInfoProps {
4
+ data?: TEvDescribeSchemeResult;
5
+ }
6
+ export declare function ViewInfo({ data }: ViewInfoProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
@@ -0,0 +1,32 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { DefinitionList } from '@gravity-ui/components';
3
+ import { Text } from '@gravity-ui/uikit';
4
+ import { ResponseError } from '../../../../components/Errors/ResponseError';
5
+ import { cn } from '../../../../utils/cn';
6
+ import { useTypedSelector } from '../../../../utils/hooks';
7
+ import { getEntityName } from '../../utils';
8
+ import i18n from '../i18n';
9
+ const b = cn('ydb-view-info');
10
+ import './View.scss';
11
+ const prepareViewItems = (data) => {
12
+ var _a, _b;
13
+ const queryText = (_b = (_a = data.PathDescription) === null || _a === void 0 ? void 0 : _a.ViewDescription) === null || _b === void 0 ? void 0 : _b.QueryText;
14
+ return [
15
+ {
16
+ name: i18n('view.query-text'),
17
+ copyText: queryText,
18
+ content: (_jsx(Text, { variant: "code-2", wordBreak: "break-word", children: queryText })),
19
+ },
20
+ ];
21
+ };
22
+ export function ViewInfo({ data }) {
23
+ const entityName = getEntityName(data === null || data === void 0 ? void 0 : data.PathDescription);
24
+ const { error: schemaError } = useTypedSelector((state) => state.schema);
25
+ if (schemaError) {
26
+ return _jsx(ResponseError, { error: schemaError });
27
+ }
28
+ if (!data) {
29
+ return _jsxs("div", { className: "error", children: ["No ", entityName, " data"] });
30
+ }
31
+ return (_jsxs("div", { className: b(null), children: [_jsx("div", { className: b('title'), children: entityName }), _jsx(DefinitionList, { nameMaxWidth: 200, copyPosition: "outside", className: b('properties-list'), items: prepareViewItems(data) })] }));
32
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "external-objects.source-type": "Source Type",
3
+ "external-objects.data-source": "Data Source",
4
+ "external-objects.location": "Location",
5
+ "external-objects.auth-method": "Auth Method",
6
+ "external-objects.auth-method.none": "None",
7
+ "external-objects.auth-method.service-account": "Service Account",
8
+ "view.query-text": "Query Text"
9
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: (key: "external-objects.source-type" | "external-objects.data-source" | "external-objects.location" | "external-objects.auth-method" | "external-objects.auth-method.none" | "external-objects.auth-method.service-account" | "view.query-text", params?: import("@gravity-ui/i18n").Params | undefined) => string;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import { registerKeysets } from '../../../../utils/i18n';
2
+ import en from './en.json';
3
+ const COMPONENT = 'ydb-tenant-objects-info';
4
+ export default registerKeysets(COMPONENT, { en });
@@ -0,0 +1,13 @@
1
+ import type { EPathSubType } from '../../../types/api/schema';
2
+ import { EPathType } from '../../../types/api/schema';
3
+ import './ObjectSummary.scss';
4
+ interface ObjectSummaryProps {
5
+ type?: EPathType;
6
+ subType?: EPathSubType;
7
+ tenantName?: string;
8
+ onCollapseSummary: VoidFunction;
9
+ onExpandSummary: VoidFunction;
10
+ isCollapsed: boolean;
11
+ }
12
+ export declare function ObjectSummary({ type, subType, tenantName, onCollapseSummary, onExpandSummary, isCollapsed, }: ObjectSummaryProps): import("react/jsx-runtime").JSX.Element | null;
13
+ export {};
@@ -0,0 +1,169 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ import { HelpPopover } from '@gravity-ui/components';
4
+ import { LayoutHeaderCellsLargeFill } from '@gravity-ui/icons';
5
+ import { Button, Icon, Tabs } from '@gravity-ui/uikit';
6
+ import qs from 'qs';
7
+ import { useLocation } from 'react-router';
8
+ import { Link } from 'react-router-dom';
9
+ import { AsyncReplicationState } from '../../../components/AsyncReplicationState';
10
+ import { ClipboardButton } from '../../../components/ClipboardButton';
11
+ import InfoViewer from '../../../components/InfoViewer/InfoViewer';
12
+ import { CDCStreamOverview, PersQueueGroupOverview, } from '../../../components/InfoViewer/schemaOverview';
13
+ import { Loader } from '../../../components/Loader';
14
+ import SplitPane from '../../../components/SplitPane';
15
+ import routes, { createHref } from '../../../routes';
16
+ import { setShowPreview } from '../../../store/reducers/schema/schema';
17
+ import { TENANT_PAGES_IDS, TENANT_QUERY_TABS_ID, TENANT_SUMMARY_TABS_IDS, } from '../../../store/reducers/tenant/constants';
18
+ import { setQueryTab, setSummaryTab, setTenantPage } from '../../../store/reducers/tenant/tenant';
19
+ import { EPathType } from '../../../types/api/schema';
20
+ import { cn } from '../../../utils/cn';
21
+ import { DEFAULT_IS_TENANT_COMMON_INFO_COLLAPSED, DEFAULT_SIZE_TENANT_SUMMARY_KEY, } from '../../../utils/constants';
22
+ import { formatDateTime } from '../../../utils/dataFormatters/dataFormatters';
23
+ import { useTypedDispatch, useTypedSelector } from '../../../utils/hooks';
24
+ import { Acl } from '../Acl/Acl';
25
+ import { ExternalDataSourceSummary } from '../Info/ExternalDataSource/ExternalDataSource';
26
+ import { ExternalTableSummary } from '../Info/ExternalTable/ExternalTable';
27
+ import { SchemaTree } from '../Schema/SchemaTree/SchemaTree';
28
+ import { SchemaViewer } from '../Schema/SchemaViewer/SchemaViewer';
29
+ import { TENANT_INFO_TABS, TENANT_SCHEMA_TAB, TenantTabsGroups } from '../TenantPages';
30
+ import i18n from '../i18n';
31
+ import { PaneVisibilityActionTypes, PaneVisibilityToggleButtons, paneVisibilityToggleReducerCreator, } from '../utils/paneVisibilityToggleHelpers';
32
+ import { isIndexTableType, isTableType } from '../utils/schema';
33
+ import './ObjectSummary.scss';
34
+ const b = cn('object-summary');
35
+ const getTenantCommonInfoState = () => {
36
+ const collapsed = Boolean(localStorage.getItem(DEFAULT_IS_TENANT_COMMON_INFO_COLLAPSED));
37
+ return {
38
+ triggerExpand: false,
39
+ triggerCollapse: false,
40
+ collapsed,
41
+ };
42
+ };
43
+ export function ObjectSummary({ type, subType, tenantName, onCollapseSummary, onExpandSummary, isCollapsed, }) {
44
+ var _a, _b, _c;
45
+ const dispatch = useTypedDispatch();
46
+ const [commonInfoVisibilityState, dispatchCommonInfoVisibilityState] = React.useReducer(paneVisibilityToggleReducerCreator(DEFAULT_IS_TENANT_COMMON_INFO_COLLAPSED), undefined, getTenantCommonInfoState);
47
+ const { data, currentSchemaPath, currentSchema: currentItem = {}, } = useTypedSelector((state) => state.schema);
48
+ const { summaryTab = TENANT_SUMMARY_TABS_IDS.overview } = useTypedSelector((state) => state.tenant);
49
+ const location = useLocation();
50
+ const queryParams = qs.parse(location.search, {
51
+ ignoreQueryPrefix: true,
52
+ });
53
+ const pathData = tenantName ? (_b = (_a = data[tenantName.toString()]) === null || _a === void 0 ? void 0 : _a.PathDescription) === null || _b === void 0 ? void 0 : _b.Self : undefined;
54
+ const currentObjectData = currentSchemaPath ? data[currentSchemaPath] : undefined;
55
+ const currentSchemaData = (_c = currentObjectData === null || currentObjectData === void 0 ? void 0 : currentObjectData.PathDescription) === null || _c === void 0 ? void 0 : _c.Self;
56
+ React.useEffect(() => {
57
+ const isTable = isTableType(type);
58
+ if (type && !isTable && !TENANT_INFO_TABS.find((el) => el.id === summaryTab)) {
59
+ dispatch(setSummaryTab(TENANT_SUMMARY_TABS_IDS.overview));
60
+ }
61
+ }, [dispatch, type, summaryTab]);
62
+ const renderTabs = () => {
63
+ const isTable = isTableType(type);
64
+ const tabsItems = isTable ? [...TENANT_INFO_TABS, ...TENANT_SCHEMA_TAB] : TENANT_INFO_TABS;
65
+ return (_jsx("div", { className: b('tabs'), children: _jsx(Tabs, { size: "l", items: tabsItems, activeTab: summaryTab, wrapTo: ({ id }, node) => {
66
+ const path = createHref(routes.tenant, undefined, Object.assign(Object.assign({}, queryParams), { name: tenantName, [TenantTabsGroups.summaryTab]: id }));
67
+ return (_jsx(Link, { to: path, className: b('tab'), children: node }, id));
68
+ }, allowNotSelected: true }) }));
69
+ };
70
+ const renderObjectOverview = () => {
71
+ var _a;
72
+ const startTimeInMilliseconds = Number(currentSchemaData === null || currentSchemaData === void 0 ? void 0 : currentSchemaData.CreateStep);
73
+ const createdAt = startTimeInMilliseconds
74
+ ? formatDateTime(startTimeInMilliseconds)
75
+ : 'unknown';
76
+ const createdAtLabel = 'Created At';
77
+ // verbose mapping to guarantee a correct render for new path types
78
+ // TS will error when a new type is added but not mapped here
79
+ const pathTypeToComponent = {
80
+ [EPathType.EPathTypeInvalid]: undefined,
81
+ [EPathType.EPathTypeDir]: undefined,
82
+ [EPathType.EPathTypeTable]: undefined,
83
+ [EPathType.EPathTypeSubDomain]: undefined,
84
+ [EPathType.EPathTypeTableIndex]: undefined,
85
+ [EPathType.EPathTypeExtSubDomain]: undefined,
86
+ [EPathType.EPathTypeColumnStore]: undefined,
87
+ [EPathType.EPathTypeColumnTable]: undefined,
88
+ [EPathType.EPathTypeCdcStream]: () => _jsx(CDCStreamOverview, { data: currentObjectData }),
89
+ [EPathType.EPathTypePersQueueGroup]: () => (_jsx(PersQueueGroupOverview, { data: currentObjectData })),
90
+ [EPathType.EPathTypeExternalTable]: () => (_jsx(ExternalTableSummary, { data: currentObjectData })),
91
+ [EPathType.EPathTypeExternalDataSource]: () => (_jsx(ExternalDataSourceSummary, { data: currentObjectData })),
92
+ [EPathType.EPathTypeView]: undefined,
93
+ [EPathType.EPathTypeReplication]: () => {
94
+ var _a, _b;
95
+ return (_jsx(InfoViewer, { info: [
96
+ {
97
+ label: createdAtLabel,
98
+ value: createdAt,
99
+ },
100
+ {
101
+ label: 'State',
102
+ value: (_jsx(AsyncReplicationState, { state: (_b = (_a = currentObjectData === null || currentObjectData === void 0 ? void 0 : currentObjectData.PathDescription) === null || _a === void 0 ? void 0 : _a.ReplicationDescription) === null || _b === void 0 ? void 0 : _b.State })),
103
+ },
104
+ ] }));
105
+ },
106
+ };
107
+ let component = (currentSchemaData === null || currentSchemaData === void 0 ? void 0 : currentSchemaData.PathType) && ((_a = pathTypeToComponent[currentSchemaData.PathType]) === null || _a === void 0 ? void 0 : _a.call(pathTypeToComponent));
108
+ if (!component) {
109
+ component = _jsx(InfoViewer, { info: [{ label: createdAtLabel, value: createdAt }] });
110
+ }
111
+ return component;
112
+ };
113
+ const renderLoader = () => {
114
+ // If Loader isn't wrapped with div, SplitPane doesn't calculate panes height correctly
115
+ return (_jsx("div", { children: _jsx(Loader, {}) }));
116
+ };
117
+ const renderTabContent = () => {
118
+ switch (summaryTab) {
119
+ case TENANT_SUMMARY_TABS_IDS.acl: {
120
+ return _jsx(Acl, {});
121
+ }
122
+ case TENANT_SUMMARY_TABS_IDS.schema: {
123
+ return (_jsx(SchemaViewer, { type: type, path: currentSchemaPath, tenantName: tenantName }));
124
+ }
125
+ default: {
126
+ return renderObjectOverview();
127
+ }
128
+ }
129
+ };
130
+ const renderTree = () => {
131
+ return (_jsxs("div", { className: b('tree-wrapper'), children: [_jsx("div", { className: b('tree-header'), children: i18n('summary.navigation') }), _jsx("div", { className: b('tree'), children: pathData && (_jsx(SchemaTree, { rootPath: tenantName,
132
+ // for the root pathData.Name contains the same string as tenantName,
133
+ // but without the leading slash
134
+ rootName: pathData.Name || String(tenantName), rootType: pathData.PathType, currentPath: currentSchemaPath })) })] }));
135
+ };
136
+ const onCollapseInfoHandler = () => {
137
+ dispatchCommonInfoVisibilityState(PaneVisibilityActionTypes.triggerCollapse);
138
+ };
139
+ const onExpandInfoHandler = () => {
140
+ dispatchCommonInfoVisibilityState(PaneVisibilityActionTypes.triggerExpand);
141
+ };
142
+ const onSplitStartDragAdditional = () => {
143
+ dispatchCommonInfoVisibilityState(PaneVisibilityActionTypes.clear);
144
+ };
145
+ const onOpenPreview = () => {
146
+ dispatch(setShowPreview(true));
147
+ dispatch(setTenantPage(TENANT_PAGES_IDS.query));
148
+ dispatch(setQueryTab(TENANT_QUERY_TABS_ID.newQuery));
149
+ };
150
+ const renderCommonInfoControls = () => {
151
+ const showPreview = isTableType(type) && !isIndexTableType(subType);
152
+ return (_jsxs(React.Fragment, { children: [showPreview && (_jsx(Button, { view: "flat-secondary", onClick: onOpenPreview, title: i18n('summary.showPreview'), children: _jsx(Icon, { data: LayoutHeaderCellsLargeFill }) })), currentSchemaPath && (_jsx(ClipboardButton, { text: currentSchemaPath, view: "flat-secondary", title: i18n('summary.copySchemaPath') })), _jsx(PaneVisibilityToggleButtons, { onCollapse: onCollapseInfoHandler, onExpand: onExpandInfoHandler, isCollapsed: commonInfoVisibilityState.collapsed, initialDirection: "bottom" })] }));
153
+ };
154
+ const renderEntityTypeBadge = () => {
155
+ const { Status, Reason } = currentItem;
156
+ let message;
157
+ if (!type && Status && Reason) {
158
+ message = `${Status}: ${Reason}`;
159
+ }
160
+ return type ? (_jsx("div", { className: b('entity-type'), children: type.replace('EPathType', '') })) : (_jsx("div", { className: b('entity-type', { error: true }), children: _jsx(HelpPopover, { content: message, offset: { left: 0 } }) }));
161
+ };
162
+ const renderContent = () => {
163
+ if (!tenantName) {
164
+ return null;
165
+ }
166
+ return (_jsxs("div", { className: b(), children: [_jsx("div", { className: b({ hidden: isCollapsed }), children: _jsxs(SplitPane, { direction: "vertical", defaultSizePaneKey: DEFAULT_SIZE_TENANT_SUMMARY_KEY, onSplitStartDragAdditional: onSplitStartDragAdditional, triggerCollapse: commonInfoVisibilityState.triggerCollapse, triggerExpand: commonInfoVisibilityState.triggerExpand, minSize: [200, 52], collapsedSizes: [100, 0], children: [currentSchemaPath ? renderTree() : renderLoader(), _jsxs("div", { className: b('info'), children: [_jsxs("div", { className: b('sticky-top'), children: [_jsxs("div", { className: b('info-header'), children: [_jsxs("div", { className: b('info-title'), children: [renderEntityTypeBadge(), _jsx("div", { className: b('path-name'), children: currentSchemaPath })] }), _jsx("div", { className: b('info-controls'), children: renderCommonInfoControls() })] }), renderTabs()] }), _jsx("div", { className: b('overview-wrapper'), children: renderTabContent() })] })] }) }), _jsx(PaneVisibilityToggleButtons, { onCollapse: onCollapseSummary, onExpand: onExpandSummary, isCollapsed: isCollapsed, initialDirection: "left", className: b('action-button') })] }));
167
+ };
168
+ return renderContent();
169
+ }
@@ -0,0 +1,12 @@
1
+ import type { IQueryResult } from '../../../../types/store/query';
2
+ import './ExecuteResult.scss';
3
+ interface ExecuteResultProps {
4
+ data: IQueryResult | undefined;
5
+ stats: IQueryResult['stats'] | undefined;
6
+ error: unknown;
7
+ isResultsCollapsed?: boolean;
8
+ onCollapseResults: VoidFunction;
9
+ onExpandResults: VoidFunction;
10
+ }
11
+ export declare function ExecuteResult({ data, stats, error, isResultsCollapsed, onCollapseResults, onExpandResults, }: ExecuteResultProps): import("react/jsx-runtime").JSX.Element;
12
+ export {};
@@ -0,0 +1,90 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ import { RadioButton, Tabs } from '@gravity-ui/uikit';
4
+ import JSONTree from 'react-json-inspector';
5
+ import { ClipboardButton } from '../../../../components/ClipboardButton';
6
+ import Divider from '../../../../components/Divider/Divider';
7
+ import EnableFullscreenButton from '../../../../components/EnableFullscreenButton/EnableFullscreenButton';
8
+ import Fullscreen from '../../../../components/Fullscreen/Fullscreen';
9
+ import { QueryExecutionStatus } from '../../../../components/QueryExecutionStatus';
10
+ import { QueryResultTable } from '../../../../components/QueryResultTable/QueryResultTable';
11
+ import { disableFullscreen } from '../../../../store/reducers/fullscreen';
12
+ import { getArray } from '../../../../utils';
13
+ import { cn } from '../../../../utils/cn';
14
+ import { useTypedDispatch, useTypedSelector } from '../../../../utils/hooks';
15
+ import { parseQueryError } from '../../../../utils/query';
16
+ import { PaneVisibilityToggleButtons } from '../../utils/paneVisibilityToggleHelpers';
17
+ import { ResultIssues } from '../Issues/Issues';
18
+ import { QueryDuration } from '../QueryDuration/QueryDuration';
19
+ import { getPreparedResult } from '../utils/getPreparedResult';
20
+ import './ExecuteResult.scss';
21
+ const b = cn('ydb-query-execute-result');
22
+ const resultOptionsIds = {
23
+ result: 'result',
24
+ stats: 'stats',
25
+ };
26
+ const resultOptions = [
27
+ { value: resultOptionsIds.result, content: 'Result' },
28
+ { value: resultOptionsIds.stats, content: 'Stats' },
29
+ ];
30
+ export function ExecuteResult({ data, stats, error, isResultsCollapsed, onCollapseResults, onExpandResults, }) {
31
+ var _a, _b, _c;
32
+ const [selectedResultSet, setSelectedResultSet] = React.useState(0);
33
+ const [activeSection, setActiveSection] = React.useState(resultOptionsIds.result);
34
+ const isFullscreen = useTypedSelector((state) => state.fullscreen);
35
+ const dispatch = useTypedDispatch();
36
+ const resultsSetsCount = (_a = data === null || data === void 0 ? void 0 : data.resultSets) === null || _a === void 0 ? void 0 : _a.length;
37
+ const isMulti = resultsSetsCount && resultsSetsCount > 0;
38
+ const currentResult = isMulti ? (_b = data === null || data === void 0 ? void 0 : data.resultSets) === null || _b === void 0 ? void 0 : _b[selectedResultSet].result : data === null || data === void 0 ? void 0 : data.result;
39
+ const currentColumns = isMulti ? (_c = data === null || data === void 0 ? void 0 : data.resultSets) === null || _c === void 0 ? void 0 : _c[selectedResultSet].columns : data === null || data === void 0 ? void 0 : data.columns;
40
+ const textResults = getPreparedResult(currentResult);
41
+ const copyDisabled = !textResults.length;
42
+ const parsedError = parseQueryError(error);
43
+ React.useEffect(() => {
44
+ return () => {
45
+ dispatch(disableFullscreen());
46
+ };
47
+ }, [dispatch]);
48
+ const onSelectSection = (value) => {
49
+ setActiveSection(value);
50
+ };
51
+ const renderResultTable = (result, columns) => {
52
+ return _jsx(QueryResultTable, { data: result, columns: columns, settings: { sortable: false } });
53
+ };
54
+ const renderContent = () => {
55
+ return (_jsxs(React.Fragment, { children: [isMulti && resultsSetsCount > 1 && (_jsx("div", { children: _jsx(Tabs, { className: b('result-tabs'), size: "l", items: getArray(resultsSetsCount).map((item) => ({
56
+ id: String(item),
57
+ title: `Result #${item + 1}`,
58
+ })), activeTab: String(selectedResultSet), onSelectTab: (tabId) => setSelectedResultSet(Number(tabId)) }) })), _jsx("div", { className: b('result'), children: renderResultTable(currentResult, currentColumns) })] }));
59
+ };
60
+ const renderClipboardButton = () => {
61
+ return (_jsx(ClipboardButton, { text: textResults, view: "flat-secondary", title: "Copy results", disabled: copyDisabled }));
62
+ };
63
+ const renderStats = () => {
64
+ const content = (_jsx(JSONTree, { data: stats, isExpanded: () => true, className: b('inspector'), searchOptions: {
65
+ debounceTime: 300,
66
+ } }));
67
+ return (_jsxs(React.Fragment, { children: [content, isFullscreen && (_jsx(Fullscreen, { children: _jsx("div", { className: b('inspector', { fullscreen: true }), children: content }) }))] }));
68
+ };
69
+ const renderResult = () => {
70
+ const content = renderContent();
71
+ return (_jsxs(React.Fragment, { children: [content, isFullscreen && (_jsx(Fullscreen, { children: _jsx("div", { className: b('result-fullscreen-wrapper'), children: content }) }))] }));
72
+ };
73
+ const renderIssues = () => {
74
+ if (!parsedError) {
75
+ return null;
76
+ }
77
+ if (typeof parsedError === 'object') {
78
+ const content = _jsx(ResultIssues, { data: parsedError });
79
+ return (_jsxs(React.Fragment, { children: [content, isFullscreen && (_jsx(Fullscreen, { children: _jsx("div", { className: b('result-fullscreen-wrapper', b('result')), children: content }) }))] }));
80
+ }
81
+ return _jsx("div", { className: b('error'), children: parsedError });
82
+ };
83
+ const renderResultSection = () => {
84
+ if (activeSection === resultOptionsIds.result && !error) {
85
+ return renderResult();
86
+ }
87
+ return (_jsxs("div", { className: b('result'), children: [activeSection === resultOptionsIds.stats && !error && renderStats(), renderIssues()] }));
88
+ };
89
+ return (_jsxs(React.Fragment, { children: [_jsxs("div", { className: b('controls'), children: [_jsxs("div", { className: b('controls-right'), children: [_jsx(QueryExecutionStatus, { error: error }), stats && !error && (_jsxs(React.Fragment, { children: [_jsx(QueryDuration, { duration: stats === null || stats === void 0 ? void 0 : stats.DurationUs }), _jsx(Divider, {}), _jsx(RadioButton, { options: resultOptions, value: activeSection, onUpdate: onSelectSection })] }))] }), _jsxs("div", { className: b('controls-left'), children: [renderClipboardButton(), _jsx(EnableFullscreenButton, {}), _jsx(PaneVisibilityToggleButtons, { onCollapse: onCollapseResults, onExpand: onExpandResults, isCollapsed: isResultsCollapsed, initialDirection: "bottom" })] })] }), renderResultSection()] }));
90
+ }