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,37 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { LayoutHeaderCellsLargeFill } from '@gravity-ui/icons';
3
+ import { Button, Icon } from '@gravity-ui/uikit';
4
+ import { setShowPreview } from '../../../store/reducers/schema/schema';
5
+ import { TENANT_PAGES_IDS, TENANT_QUERY_TABS_ID } from '../../../store/reducers/tenant/constants';
6
+ import { setQueryTab, setTenantPage } from '../../../store/reducers/tenant/tenant';
7
+ import i18n from '../i18n';
8
+ const bindActions = (path, dispatch, additionalEffects) => {
9
+ const { setActivePath } = additionalEffects;
10
+ return {
11
+ openPreview: () => {
12
+ dispatch(setShowPreview(true));
13
+ dispatch(setTenantPage(TENANT_PAGES_IDS.query));
14
+ dispatch(setQueryTab(TENANT_QUERY_TABS_ID.newQuery));
15
+ setActivePath(path);
16
+ },
17
+ };
18
+ };
19
+ export const getControls = (dispatch, additionalEffects) => (path, type) => {
20
+ const options = bindActions(path, dispatch, additionalEffects);
21
+ const openPreview = (_jsx(Button, { view: "flat-secondary", onClick: options.openPreview, title: i18n('actions.openPreview'), size: "s", children: _jsx(Icon, { data: LayoutHeaderCellsLargeFill }) }));
22
+ const nodeTypeToControls = {
23
+ async_replication: undefined,
24
+ database: undefined,
25
+ directory: undefined,
26
+ table: openPreview,
27
+ column_table: openPreview,
28
+ index_table: undefined,
29
+ topic: undefined,
30
+ stream: undefined,
31
+ index: undefined,
32
+ external_table: openPreview,
33
+ external_data_source: undefined,
34
+ view: openPreview,
35
+ };
36
+ return nodeTypeToControls[type];
37
+ };
@@ -0,0 +1,23 @@
1
+ /// <reference types="react" />
2
+ export type SettingsElementType = 'switch' | 'radio';
3
+ export interface SettingProps {
4
+ type?: SettingsElementType;
5
+ title: string;
6
+ description?: React.ReactNode;
7
+ settingKey: string;
8
+ helpPopoverContent?: React.ReactNode;
9
+ options?: {
10
+ value: string;
11
+ content: string;
12
+ }[];
13
+ defaultValue?: unknown;
14
+ onValueUpdate?: VoidFunction;
15
+ }
16
+ export declare const Setting: ({ type, settingKey, title, description, helpPopoverContent, options, defaultValue, onValueUpdate, }: SettingProps) => import("react/jsx-runtime").JSX.Element;
17
+ export interface SettingsInfoFieldProps {
18
+ type: 'info';
19
+ title: string;
20
+ description?: React.ReactNode;
21
+ content: React.ReactNode;
22
+ }
23
+ export declare const SettingsInfoField: ({ title, description, content }: SettingsInfoFieldProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,40 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Settings } from '@gravity-ui/navigation';
3
+ import { RadioButton, Switch } from '@gravity-ui/uikit';
4
+ import { LabelWithPopover } from '../../components/LabelWithPopover/LabelWithPopover';
5
+ import { useSetting } from '../../utils/hooks';
6
+ import { b } from './UserSettings';
7
+ export const Setting = ({ type = 'switch', settingKey, title, description, helpPopoverContent, options, defaultValue, onValueUpdate, }) => {
8
+ const [settingValue, setValue] = useSetting(settingKey, defaultValue);
9
+ const onUpdate = (value) => {
10
+ setValue(value);
11
+ onValueUpdate === null || onValueUpdate === void 0 ? void 0 : onValueUpdate();
12
+ };
13
+ const renderTitleComponent = (value) => {
14
+ if (helpPopoverContent) {
15
+ return (_jsx(LabelWithPopover, { className: b('item-with-popup'), contentClassName: b('popup'), text: value, popoverContent: helpPopoverContent }));
16
+ }
17
+ return value;
18
+ };
19
+ const getSettingsElement = (elementType) => {
20
+ switch (elementType) {
21
+ case 'switch': {
22
+ return _jsx(Switch, { checked: Boolean(settingValue), onUpdate: onUpdate });
23
+ }
24
+ case 'radio': {
25
+ if (!options) {
26
+ return null;
27
+ }
28
+ return (_jsx(RadioButton, { value: String(settingValue), onUpdate: onUpdate, children: options.map(({ value, content }) => {
29
+ return (_jsx(RadioButton.Option, { value: value, children: content }, value));
30
+ }) }));
31
+ }
32
+ default:
33
+ return null;
34
+ }
35
+ };
36
+ return (_jsx(Settings.Item, { title: title, highlightedTitle: title, description: description, renderTitleComponent: renderTitleComponent, children: getSettingsElement(type) }));
37
+ };
38
+ export const SettingsInfoField = ({ title, description, content }) => {
39
+ return (_jsx(Settings.Item, { title: title, highlightedTitle: title, description: description, children: content }));
40
+ };
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Settings } from '@gravity-ui/navigation';
3
+ import { cn } from '../../utils/cn';
4
+ import { Setting, SettingsInfoField } from './Setting';
5
+ import { settings } from './settings';
6
+ import './UserSettings.scss';
7
+ export const b = cn('ydb-user-settings');
8
+ export const UserSettings = ({ settings: userSettings = settings }) => {
9
+ return (_jsx(Settings, { children: userSettings.map((page) => {
10
+ const { id, title, icon, sections = [] } = page;
11
+ return (_jsx(Settings.Page, { id: id, title: title, icon: icon, children: sections.map((section) => {
12
+ const { title: sectionTitle, settings: sectionSettings = [] } = section;
13
+ return (_jsx(Settings.Section, { title: sectionTitle, children: sectionSettings.map((setting) => {
14
+ if (setting.type === 'info') {
15
+ return (_jsx(SettingsInfoField, Object.assign({}, setting), setting.title));
16
+ }
17
+ return _jsx(Setting, Object.assign({}, setting), setting.settingKey);
18
+ }) }, id));
19
+ }) }, id));
20
+ }) }));
21
+ };
@@ -0,0 +1,31 @@
1
+ {
2
+ "page.general": "General",
3
+ "section.appearance": "Appearance",
4
+ "page.experiments": "Experiments",
5
+ "section.experiments": "Experiments",
6
+ "page.editor": "Editor",
7
+ "section.dev-setting": "Development settings",
8
+ "page.about": "About",
9
+ "section.about": "About",
10
+ "settings.editor.autocomplete.title": "Enable autocomplete",
11
+ "settings.editor.autocomplete.description": "You’re always able to get suggestions by pressing Ctrl+Space.",
12
+ "settings.editor.autocomplete-on-enter.title": "Accept suggestion on Enter",
13
+ "settings.editor.autocomplete-on-enter.description": "Controls whether suggestions should be accepted on Enter, in addition to Tab. Helps to avoid ambiguity between inserting new lines or accepting suggestions.",
14
+ "settings.theme.title": "Interface theme",
15
+ "settings.theme.option-dark": "Dark",
16
+ "settings.theme.option-light": "Light",
17
+ "settings.theme.option-system": "System",
18
+ "settings.language.title": "Interface language",
19
+ "settings.language.option-russian": "Russian",
20
+ "settings.language.option-english": "English",
21
+ "settings.binaryDataInPlainTextDisplay.title": "Display binary data in plain text",
22
+ "settings.binaryDataInPlainTextDisplay.description": "Available starting from version 24.1",
23
+ "settings.invertedDisks.title": "Inverted disks space indicators",
24
+ "settings.useNodesEndpoint.title": "Break the Nodes tab in Diagnostics",
25
+ "settings.useNodesEndpoint.popover": "Use /viewer/json/nodes endpoint for Nodes Tab in diagnostics. It could return incorrect data on some versions",
26
+ "settings.useVirtualTables.title": "Use table with data load on scroll for Nodes and Storage tabs",
27
+ "settings.useVirtualTables.popover": "It will increase performance, but could work unstable",
28
+ "settings.queryUseMultiSchema.title": "Allow queries with multiple result sets",
29
+ "settings.queryUseMultiSchema.popover": "Use 'multi' schema for queries that enables queries with multiple result sets. Returns nothing on versions 23-3 and older",
30
+ "settings.about.interfaceVersionInfoField.title": "Interface version"
31
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: (key: "page.general" | "section.appearance" | "page.experiments" | "section.experiments" | "page.editor" | "section.dev-setting" | "page.about" | "section.about" | "settings.editor.autocomplete.title" | "settings.editor.autocomplete.description" | "settings.editor.autocomplete-on-enter.title" | "settings.editor.autocomplete-on-enter.description" | "settings.theme.title" | "settings.theme.option-dark" | "settings.theme.option-light" | "settings.theme.option-system" | "settings.language.title" | "settings.language.option-russian" | "settings.language.option-english" | "settings.binaryDataInPlainTextDisplay.title" | "settings.binaryDataInPlainTextDisplay.description" | "settings.invertedDisks.title" | "settings.useNodesEndpoint.title" | "settings.useNodesEndpoint.popover" | "settings.useVirtualTables.title" | "settings.useVirtualTables.popover" | "settings.queryUseMultiSchema.title" | "settings.queryUseMultiSchema.popover" | "settings.about.interfaceVersionInfoField.title", params?: import("@gravity-ui/i18n").Params | undefined) => string;
2
+ export default _default;
@@ -0,0 +1,33 @@
1
+ import type { IconProps } from '@gravity-ui/uikit';
2
+ import type { SettingProps, SettingsInfoFieldProps } from './Setting';
3
+ export interface SettingsSection {
4
+ id: string;
5
+ title: string;
6
+ settings: (SettingProps | SettingsInfoFieldProps)[];
7
+ }
8
+ export interface SettingsPage {
9
+ id: string;
10
+ title: string;
11
+ icon: IconProps;
12
+ sections: SettingsSection[];
13
+ }
14
+ export type YDBEmbeddedUISettings = SettingsPage[];
15
+ export declare const themeSetting: SettingProps;
16
+ export declare const languageSetting: SettingProps;
17
+ export declare const binaryDataInPlainTextDisplay: SettingProps;
18
+ export declare const invertedDisksSetting: SettingProps;
19
+ export declare const useNodesEndpointSetting: SettingProps;
20
+ export declare const useVirtualTables: SettingProps;
21
+ export declare const queryUseMultiSchemaSetting: SettingProps;
22
+ export declare const enableAutocompleteSetting: SettingProps;
23
+ export declare const autocompleteOnEnterSetting: SettingProps;
24
+ export declare const interfaceVersionInfoField: SettingsInfoFieldProps;
25
+ export declare const appearanceSection: SettingsSection;
26
+ export declare const experimentsSection: SettingsSection;
27
+ export declare const devSettingsSection: SettingsSection;
28
+ export declare const aboutSettingsSection: SettingsSection;
29
+ export declare const generalPage: SettingsPage;
30
+ export declare const experimentsPage: SettingsPage;
31
+ export declare const editorPage: SettingsPage;
32
+ export declare const aboutPage: SettingsPage;
33
+ export declare const settings: YDBEmbeddedUISettings;
@@ -0,0 +1,136 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { CircleInfo, Flask, PencilToSquare, StarFill } from '@gravity-ui/icons';
3
+ import { AUTOCOMPLETE_ON_ENTER, BINARY_DATA_IN_PLAIN_TEXT_DISPLAY, ENABLE_AUTOCOMPLETE, INVERTED_DISKS_KEY, LANGUAGE_KEY, QUERY_USE_MULTI_SCHEMA_KEY, THEME_KEY, USE_BACKEND_PARAMS_FOR_TABLES_KEY, USE_NODES_ENDPOINT_IN_DIAGNOSTICS_KEY, } from '../../utils/constants';
4
+ import { Lang, defaultLang } from '../../utils/i18n';
5
+ import { ClusterModeGuard } from '../ClusterModeGuard';
6
+ import i18n from './i18n';
7
+ import packageJson from '../../../package.json';
8
+ const themeOptions = [
9
+ {
10
+ value: 'system',
11
+ content: i18n('settings.theme.option-system'),
12
+ },
13
+ {
14
+ value: 'light',
15
+ content: i18n('settings.theme.option-light'),
16
+ },
17
+ {
18
+ value: 'dark',
19
+ content: i18n('settings.theme.option-dark'),
20
+ },
21
+ ];
22
+ export const themeSetting = {
23
+ settingKey: THEME_KEY,
24
+ title: i18n('settings.theme.title'),
25
+ type: 'radio',
26
+ options: themeOptions,
27
+ };
28
+ const languageOptions = [
29
+ {
30
+ value: Lang.Ru,
31
+ content: i18n('settings.language.option-russian'),
32
+ },
33
+ {
34
+ value: Lang.En,
35
+ content: i18n('settings.language.option-english'),
36
+ },
37
+ ];
38
+ export const languageSetting = {
39
+ settingKey: LANGUAGE_KEY,
40
+ title: i18n('settings.language.title'),
41
+ type: 'radio',
42
+ options: languageOptions,
43
+ defaultValue: defaultLang,
44
+ onValueUpdate: () => {
45
+ window.location.reload();
46
+ },
47
+ };
48
+ export const binaryDataInPlainTextDisplay = {
49
+ settingKey: BINARY_DATA_IN_PLAIN_TEXT_DISPLAY,
50
+ title: i18n('settings.binaryDataInPlainTextDisplay.title'),
51
+ description: (_jsx(ClusterModeGuard, { mode: "multi", children: i18n('settings.binaryDataInPlainTextDisplay.description') })),
52
+ };
53
+ export const invertedDisksSetting = {
54
+ settingKey: INVERTED_DISKS_KEY,
55
+ title: i18n('settings.invertedDisks.title'),
56
+ };
57
+ export const useNodesEndpointSetting = {
58
+ settingKey: USE_NODES_ENDPOINT_IN_DIAGNOSTICS_KEY,
59
+ title: i18n('settings.useNodesEndpoint.title'),
60
+ helpPopoverContent: i18n('settings.useNodesEndpoint.popover'),
61
+ };
62
+ export const useVirtualTables = {
63
+ settingKey: USE_BACKEND_PARAMS_FOR_TABLES_KEY,
64
+ title: i18n('settings.useVirtualTables.title'),
65
+ helpPopoverContent: i18n('settings.useVirtualTables.popover'),
66
+ };
67
+ export const queryUseMultiSchemaSetting = {
68
+ settingKey: QUERY_USE_MULTI_SCHEMA_KEY,
69
+ title: i18n('settings.queryUseMultiSchema.title'),
70
+ helpPopoverContent: i18n('settings.queryUseMultiSchema.popover'),
71
+ };
72
+ export const enableAutocompleteSetting = {
73
+ settingKey: ENABLE_AUTOCOMPLETE,
74
+ title: i18n('settings.editor.autocomplete.title'),
75
+ description: i18n('settings.editor.autocomplete.description'),
76
+ };
77
+ export const autocompleteOnEnterSetting = {
78
+ settingKey: AUTOCOMPLETE_ON_ENTER,
79
+ title: i18n('settings.editor.autocomplete-on-enter.title'),
80
+ description: i18n('settings.editor.autocomplete-on-enter.description'),
81
+ };
82
+ export const interfaceVersionInfoField = {
83
+ title: i18n('settings.about.interfaceVersionInfoField.title'),
84
+ type: 'info',
85
+ content: packageJson.version,
86
+ };
87
+ export const appearanceSection = {
88
+ id: 'appearanceSection',
89
+ title: i18n('section.appearance'),
90
+ settings: [themeSetting, invertedDisksSetting, binaryDataInPlainTextDisplay],
91
+ };
92
+ export const experimentsSection = {
93
+ id: 'experimentsSection',
94
+ title: i18n('section.experiments'),
95
+ settings: [useNodesEndpointSetting, useVirtualTables, queryUseMultiSchemaSetting],
96
+ };
97
+ export const devSettingsSection = {
98
+ id: 'devSettingsSection',
99
+ title: i18n('section.dev-setting'),
100
+ settings: [enableAutocompleteSetting, autocompleteOnEnterSetting],
101
+ };
102
+ export const aboutSettingsSection = {
103
+ id: 'aboutSettingsSection',
104
+ title: i18n('section.about'),
105
+ settings: [interfaceVersionInfoField],
106
+ };
107
+ export const generalPage = {
108
+ id: 'generalPage',
109
+ title: i18n('page.general'),
110
+ icon: { data: StarFill, height: 14, width: 14 },
111
+ sections: [appearanceSection],
112
+ };
113
+ export const experimentsPage = {
114
+ id: 'experimentsPage',
115
+ title: i18n('page.experiments'),
116
+ icon: { data: Flask },
117
+ sections: [experimentsSection],
118
+ };
119
+ export const editorPage = {
120
+ id: 'editorPage',
121
+ title: i18n('page.editor'),
122
+ icon: { data: PencilToSquare },
123
+ sections: [devSettingsSection],
124
+ };
125
+ export const aboutPage = {
126
+ id: 'aboutPage',
127
+ title: i18n('page.about'),
128
+ icon: { data: CircleInfo },
129
+ sections: [aboutSettingsSection],
130
+ };
131
+ export const settings = [
132
+ generalPage,
133
+ editorPage,
134
+ experimentsPage,
135
+ aboutPage,
136
+ ];
@@ -0,0 +1,109 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ import { ArrowsOppositeToDots } from '@gravity-ui/icons';
4
+ import { Icon } from '@gravity-ui/uikit';
5
+ import { skipToken } from '@reduxjs/toolkit/query';
6
+ import { Helmet } from 'react-helmet-async';
7
+ import { StringParam, useQueryParams } from 'use-query-params';
8
+ import { ButtonWithConfirmDialog } from '../../components/ButtonWithConfirmDialog/ButtonWithConfirmDialog';
9
+ import { DiskPageTitle } from '../../components/DiskPageTitle/DiskPageTitle';
10
+ import { GroupInfo } from '../../components/GroupInfo/GroupInfo';
11
+ import { InfoViewerSkeleton } from '../../components/InfoViewerSkeleton/InfoViewerSkeleton';
12
+ import { PageMeta } from '../../components/PageMeta/PageMeta';
13
+ import { VDiskWithDonorsStack } from '../../components/VDisk/VDiskWithDonorsStack';
14
+ import { VDiskInfo } from '../../components/VDiskInfo/VDiskInfo';
15
+ import { setHeaderBreadcrumbs } from '../../store/reducers/header/header';
16
+ import { selectNodesMap } from '../../store/reducers/nodesList';
17
+ import { vDiskApi } from '../../store/reducers/vdisk/vdisk';
18
+ import { valueIsDefined } from '../../utils';
19
+ import { cn } from '../../utils/cn';
20
+ import { DEFAULT_POLLING_INTERVAL } from '../../utils/constants';
21
+ import { stringifyVdiskId } from '../../utils/dataFormatters/dataFormatters';
22
+ import { getSeverityColor } from '../../utils/disks/helpers';
23
+ import { useTypedDispatch, useTypedSelector } from '../../utils/hooks';
24
+ import { vDiskPageKeyset } from './i18n';
25
+ import './VDiskPage.scss';
26
+ const vDiskPageCn = cn('ydb-vdisk-page');
27
+ export function VDiskPage() {
28
+ const dispatch = useTypedDispatch();
29
+ const nodesMap = useTypedSelector(selectNodesMap);
30
+ const { isUserAllowedToMakeChanges } = useTypedSelector((state) => state.authentication);
31
+ const [{ nodeId, pDiskId, vDiskSlotId }] = useQueryParams({
32
+ nodeId: StringParam,
33
+ pDiskId: StringParam,
34
+ vDiskSlotId: StringParam,
35
+ });
36
+ React.useEffect(() => {
37
+ dispatch(setHeaderBreadcrumbs('vDisk', { nodeId, pDiskId, vDiskSlotId }));
38
+ }, [dispatch, nodeId, pDiskId, vDiskSlotId]);
39
+ const params = valueIsDefined(nodeId) && valueIsDefined(pDiskId) && valueIsDefined(vDiskSlotId)
40
+ ? { nodeId, pDiskId, vDiskSlotId }
41
+ : skipToken;
42
+ const { currentData, isFetching, refetch } = vDiskApi.useGetVDiskDataQuery(params, {
43
+ pollingInterval: DEFAULT_POLLING_INTERVAL,
44
+ });
45
+ const loading = isFetching && currentData === undefined;
46
+ const { vDiskData = {}, groupData } = currentData || {};
47
+ const { NodeHost, NodeId, NodeType, NodeDC, PDiskId, PDiskType, Severity, VDiskId } = vDiskData;
48
+ const handleEvictVDisk = async () => {
49
+ const { GroupID, GroupGeneration, Ring, Domain, VDisk } = VDiskId || {};
50
+ if (valueIsDefined(GroupID) &&
51
+ valueIsDefined(GroupGeneration) &&
52
+ valueIsDefined(Ring) &&
53
+ valueIsDefined(Domain) &&
54
+ valueIsDefined(VDisk)) {
55
+ return window.api.evictVDisk({
56
+ groupId: GroupID,
57
+ groupGeneration: GroupGeneration,
58
+ failRealmIdx: Ring,
59
+ failDomainIdx: Domain,
60
+ vDiskIdx: VDisk,
61
+ });
62
+ }
63
+ return undefined;
64
+ };
65
+ const handleAfterEvictVDisk = async () => {
66
+ return refetch();
67
+ };
68
+ const renderHelmet = () => {
69
+ const vDiskPagePart = vDiskSlotId
70
+ ? `${vDiskPageKeyset('vdisk')} ${vDiskSlotId}`
71
+ : vDiskPageKeyset('vdisk');
72
+ const pDiskPagePart = pDiskId
73
+ ? `${vDiskPageKeyset('pdisk')} ${pDiskId}`
74
+ : vDiskPageKeyset('pdisk');
75
+ const nodePagePart = NodeHost ? NodeHost : vDiskPageKeyset('node');
76
+ return (_jsx(Helmet, { titleTemplate: `%s - ${vDiskPagePart} - ${pDiskPagePart} — ${nodePagePart} — YDB Monitoring`, defaultTitle: `${vDiskPagePart} - ${pDiskPagePart} — ${nodePagePart} — YDB Monitoring` }));
77
+ };
78
+ const renderPageMeta = () => {
79
+ const hostItem = NodeHost ? `${vDiskPageKeyset('fqdn')}: ${NodeHost}` : undefined;
80
+ const nodeIdItem = NodeId ? `${vDiskPageKeyset('node')}: ${NodeId}` : undefined;
81
+ const pDiskIdItem = NodeId ? `${vDiskPageKeyset('pdisk')}: ${PDiskId}` : undefined;
82
+ return (_jsx(PageMeta, { loading: loading, items: [hostItem, nodeIdItem, NodeType, NodeDC, pDiskIdItem, PDiskType] }));
83
+ };
84
+ const renderPageTitle = () => {
85
+ return (_jsx(DiskPageTitle, { entityName: vDiskPageKeyset('vdisk'), status: getSeverityColor(Severity), id: stringifyVdiskId(vDiskData === null || vDiskData === void 0 ? void 0 : vDiskData.VDiskId) }));
86
+ };
87
+ const renderControls = () => {
88
+ return (_jsx("div", { children: _jsxs(ButtonWithConfirmDialog, { onConfirmAction: handleEvictVDisk, onConfirmActionSuccess: handleAfterEvictVDisk, buttonDisabled: !VDiskId || !isUserAllowedToMakeChanges, buttonView: "normal", dialogContent: vDiskPageKeyset('evict-vdisk-dialog'), withPopover: true, popoverContent: vDiskPageKeyset('evict-vdisk-not-allowed'), popoverDisabled: isUserAllowedToMakeChanges, children: [_jsx(Icon, { data: ArrowsOppositeToDots }), vDiskPageKeyset('evict-vdisk-button')] }) }));
89
+ };
90
+ const renderInfo = () => {
91
+ return _jsx(VDiskInfo, { data: vDiskData, isVDiskPage: true });
92
+ };
93
+ const renderGroupInfo = () => {
94
+ var _a;
95
+ if (groupData) {
96
+ return (_jsxs(React.Fragment, { children: [_jsx("div", { className: vDiskPageCn('group-title'), children: vDiskPageKeyset('group') }), _jsx(GroupInfo, { data: groupData }), _jsx("div", { className: vDiskPageCn('group-disks'), children: (_a = groupData.VDisks) === null || _a === void 0 ? void 0 : _a.map((vDisk) => {
97
+ return (_jsx(VDiskWithDonorsStack, { data: vDisk, nodes: nodesMap, className: vDiskPageCn('group-disk') }, stringifyVdiskId(vDisk.VDiskId)));
98
+ }) })] }));
99
+ }
100
+ return null;
101
+ };
102
+ const renderContent = () => {
103
+ if (loading) {
104
+ return _jsx(InfoViewerSkeleton, { rows: 20 });
105
+ }
106
+ return (_jsxs(React.Fragment, { children: [renderInfo(), renderGroupInfo()] }));
107
+ };
108
+ return (_jsxs("div", { className: vDiskPageCn(null), children: [renderHelmet(), renderPageMeta(), renderPageTitle(), renderControls(), renderContent()] }));
109
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "fqdn": "FQDN",
3
+ "node": "Node",
4
+ "pdisk": "PDisk",
5
+ "vdisk": "VDisk",
6
+ "group": "Group",
7
+ "evict-vdisk-button": "Evict VDisk",
8
+ "evict-vdisk-dialog": "VDisk will be evicted. Do you want to proceed?",
9
+ "evict-vdisk-not-allowed": "You don't have enough rights to evict VDisk"
10
+ }
@@ -0,0 +1 @@
1
+ export declare const vDiskPageKeyset: (key: "node" | "fqdn" | "group" | "pdisk" | "vdisk" | "evict-vdisk-button" | "evict-vdisk-dialog" | "evict-vdisk-not-allowed", params?: import("@gravity-ui/i18n").Params | undefined) => string;
@@ -0,0 +1,138 @@
1
+ import AxiosWrapper from '@gravity-ui/axios-wrapper';
2
+ import type { ComputeApiRequestParams, NodesApiRequestParams } from '../store/reducers/nodes/types';
3
+ import type { StorageApiRequestParams } from '../store/reducers/storage/types';
4
+ import type { TMetaInfo } from '../types/api/acl';
5
+ import type { TQueryAutocomplete } from '../types/api/autocomplete';
6
+ import type { TClusterInfo } from '../types/api/cluster';
7
+ import type { TComputeInfo } from '../types/api/compute';
8
+ import type { DescribeConsumerResult } from '../types/api/consumer';
9
+ import type { HealthCheckAPIResponse } from '../types/api/healthcheck';
10
+ import type { JsonHotKeysResponse } from '../types/api/hotkeys';
11
+ import type { MetaClusters } from '../types/api/meta';
12
+ import type { TNetInfo } from '../types/api/netInfo';
13
+ import type { TNodesInfo } from '../types/api/nodes';
14
+ import type { TEvNodesInfo } from '../types/api/nodesList';
15
+ import type { TEvPDiskStateResponse } from '../types/api/pdisk';
16
+ import type { Actions, ErrorResponse, ExplainActions, ExplainResponse, QueryAPIResponse, Schemas } from '../types/api/query';
17
+ import type { JsonRenderRequestParams, JsonRenderResponse } from '../types/api/render';
18
+ import type { RestartPDiskResponse } from '../types/api/restartPDisk';
19
+ import type { TEvDescribeSchemeResult } from '../types/api/schema';
20
+ import type { TStorageInfo } from '../types/api/storage';
21
+ import type { TEvSystemStateResponse } from '../types/api/systemState';
22
+ import type { TDomainKey, TEvTabletStateResponse, UnmergedTEvTabletStateResponse } from '../types/api/tablet';
23
+ import type { TTenantInfo, TTenants } from '../types/api/tenant';
24
+ import type { DescribeTopicResult } from '../types/api/topic';
25
+ import type { TEvVDiskStateResponse } from '../types/api/vdisk';
26
+ import type { TUserToken } from '../types/api/whoami';
27
+ import type { QuerySyntax } from '../types/store/query';
28
+ import type { Nullable } from '../utils/typecheckers';
29
+ type AxiosOptions = {
30
+ concurrentId?: string;
31
+ signal?: AbortSignal;
32
+ };
33
+ export declare class YdbEmbeddedAPI extends AxiosWrapper {
34
+ getPath(path: string): string;
35
+ getClusterInfo(clusterName?: string, { concurrentId, signal }?: AxiosOptions): Promise<TClusterInfo>;
36
+ getClusterNodes({ concurrentId, signal }?: AxiosOptions): Promise<TEvSystemStateResponse>;
37
+ getNodeInfo(id?: string | number, { concurrentId, signal }?: AxiosOptions): Promise<TEvSystemStateResponse>;
38
+ getTenants(clusterName?: string, { concurrentId, signal }?: AxiosOptions): Promise<TTenantInfo>;
39
+ getTenantInfo({ path }: {
40
+ path: string;
41
+ }, { concurrentId, signal }?: AxiosOptions): Promise<TTenantInfo>;
42
+ getNodes({ visibleEntities, type, tablets, sortOrder, sortValue, ...params }: NodesApiRequestParams, { concurrentId, signal }?: AxiosOptions): Promise<TNodesInfo>;
43
+ /** @deprecated use getNodes instead */
44
+ getCompute({ sortOrder, sortValue, ...params }: ComputeApiRequestParams, { concurrentId, signal }?: AxiosOptions): Promise<TComputeInfo>;
45
+ getStorageInfo({ tenant, visibleEntities, nodeId, poolName, groupId, sortOrder, sortValue, ...params }: StorageApiRequestParams, { concurrentId, signal }?: AxiosOptions): Promise<TStorageInfo>;
46
+ getPDiskInfo({ nodeId, pDiskId }: {
47
+ nodeId: string | number;
48
+ pDiskId: string | number;
49
+ }, { concurrentId, signal }?: AxiosOptions): Promise<TEvPDiskStateResponse>;
50
+ getVDiskInfo({ vDiskSlotId, pDiskId, nodeId, }: {
51
+ vDiskSlotId: string | number;
52
+ pDiskId: string | number;
53
+ nodeId: string | number;
54
+ }, { concurrentId, signal }?: AxiosOptions): Promise<TEvVDiskStateResponse>;
55
+ getGroupInfo(groupId: string | number, { concurrentId, signal }?: AxiosOptions): Promise<TStorageInfo>;
56
+ getHostInfo({ concurrentId, signal }?: AxiosOptions): Promise<TEvSystemStateResponse>;
57
+ getTabletsInfo({ nodes, path }: {
58
+ nodes?: string[];
59
+ path?: string;
60
+ }, { concurrentId, signal }?: AxiosOptions): Promise<TEvTabletStateResponse>;
61
+ getSchema({ path }: {
62
+ path: string;
63
+ }, { concurrentId, signal }?: AxiosOptions): Promise<Nullable<TEvDescribeSchemeResult>>;
64
+ getDescribe({ path }: {
65
+ path: string;
66
+ }, { concurrentId, signal }?: AxiosOptions): Promise<Nullable<TEvDescribeSchemeResult>>;
67
+ getSchemaAcl({ path }: {
68
+ path: string;
69
+ }, { concurrentId, signal }?: AxiosOptions): Promise<TMetaInfo>;
70
+ getHeatmapData({ path }: {
71
+ path: string;
72
+ }, { concurrentId, signal }?: AxiosOptions): Promise<Nullable<TEvDescribeSchemeResult>>;
73
+ getNetwork(path: string, { concurrentId, signal }?: AxiosOptions): Promise<TNetInfo>;
74
+ getTopic({ path }: {
75
+ path?: string;
76
+ }, { concurrentId, signal }?: AxiosOptions): Promise<DescribeTopicResult>;
77
+ getConsumer({ path, consumer }: {
78
+ path: string;
79
+ consumer: string;
80
+ }, { concurrentId, signal }?: AxiosOptions): Promise<DescribeConsumerResult>;
81
+ getPoolInfo(poolName: string, { concurrentId, signal }?: AxiosOptions): Promise<TStorageInfo>;
82
+ getTablet({ id }: {
83
+ id?: string;
84
+ }, { concurrentId, signal }?: AxiosOptions): Promise<TEvTabletStateResponse>;
85
+ getTabletHistory({ id }: {
86
+ id?: string;
87
+ }, { concurrentId, signal }?: AxiosOptions): Promise<UnmergedTEvTabletStateResponse>;
88
+ getNodesList({ concurrentId, signal }?: AxiosOptions): Promise<TEvNodesInfo>;
89
+ getTenantsList({ concurrentId, signal }?: AxiosOptions): Promise<TTenants>;
90
+ sendQuery<Action extends Actions, Schema extends Schemas = undefined>({ schema, ...params }: {
91
+ query?: string;
92
+ database?: string;
93
+ action?: Action;
94
+ stats?: string;
95
+ schema?: Schema;
96
+ syntax?: QuerySyntax;
97
+ }, { concurrentId, signal }?: AxiosOptions): Promise<ErrorResponse | QueryAPIResponse<Action, Schema>>;
98
+ getExplainQuery<Action extends ExplainActions>(query: string, database: string, action: Action, syntax?: QuerySyntax): Promise<ErrorResponse | ExplainResponse<Action>>;
99
+ getExplainQueryAst(query: string, database: string): Promise<import("../types/api/query").ExplainQueryResponse>;
100
+ getHotKeys(path: string, enableSampling: boolean, { concurrentId, signal }?: AxiosOptions): Promise<JsonHotKeysResponse>;
101
+ getHealthcheckInfo(database: string, { concurrentId, signal }?: AxiosOptions): Promise<HealthCheckAPIResponse>;
102
+ evictVDisk({ groupId, groupGeneration, failRealmIdx, failDomainIdx, vDiskIdx, }: {
103
+ groupId: string | number;
104
+ groupGeneration: string | number;
105
+ failRealmIdx: string | number;
106
+ failDomainIdx: string | number;
107
+ vDiskIdx: string | number;
108
+ }): Promise<any>;
109
+ restartPDisk(nodeId: number | string, pDiskId: number | string): Promise<RestartPDiskResponse>;
110
+ killTablet(id?: string): Promise<string>;
111
+ stopTablet(id?: string, hiveId?: string): Promise<string>;
112
+ resumeTablet(id?: string, hiveId?: string): Promise<string>;
113
+ getTabletDescribe(tenantId: TDomainKey, { concurrentId, signal }?: AxiosOptions): Promise<Nullable<TEvDescribeSchemeResult>>;
114
+ getChartData({ target, from, until, maxDataPoints, database }: JsonRenderRequestParams, { concurrentId, signal }?: AxiosOptions): Promise<JsonRenderResponse>;
115
+ /** @deprecated use localStorage instead */
116
+ postSetting(settingsApi: string, name: string, value: string): Promise<any>;
117
+ authenticate(user: string, password: string): Promise<any>;
118
+ logout(): Promise<any>;
119
+ whoami(): Promise<TUserToken>;
120
+ autocomplete(params: {
121
+ database: string;
122
+ prefix?: string;
123
+ limit?: number;
124
+ table?: string[];
125
+ }): Promise<TQueryAutocomplete>;
126
+ getClustersList(_?: never, { signal }?: {
127
+ signal?: AbortSignal;
128
+ }): Promise<MetaClusters>;
129
+ }
130
+ export declare class YdbWebVersionAPI extends YdbEmbeddedAPI {
131
+ getClusterInfo(clusterName: string, { signal }?: AxiosOptions): Promise<TClusterInfo>;
132
+ getTenants(clusterName: string, { concurrentId, signal }?: AxiosOptions): Promise<TTenantInfo>;
133
+ }
134
+ export declare function createApi({ webVersion, withCredentials }?: {
135
+ webVersion?: boolean | undefined;
136
+ withCredentials?: boolean | undefined;
137
+ }): YdbEmbeddedAPI;
138
+ export {};
@@ -0,0 +1,41 @@
1
+ export type SettingsObject = Record<string, unknown>;
2
+ /** User settings keys and their default values */
3
+ export declare const DEFAULT_USER_SETTINGS: {
4
+ readonly theme: "system";
5
+ readonly language: undefined;
6
+ readonly invertedDisks: false;
7
+ readonly useNodesEndpointInDiagnostics: false;
8
+ readonly queryUseMultiSchema: false;
9
+ readonly binaryDataInPlainTextDisplay: true;
10
+ readonly saved_queries: readonly [];
11
+ readonly saved_tenant_initial_tab: "query";
12
+ readonly query_initial_mode: "script";
13
+ readonly last_used_query_action: "execute";
14
+ readonly asideHeaderCompact: true;
15
+ readonly partitionsHiddenColumns: readonly [];
16
+ readonly useBackendParamsForTables: false;
17
+ readonly useClusterBalancerAsBacked: true;
18
+ readonly enableAutocomplete: true;
19
+ readonly autocompleteOnEnter: true;
20
+ readonly isHotKeysHelpHidden: false;
21
+ };
22
+ declare class SettingsManager {
23
+ /**
24
+ * Returns parsed settings value.
25
+ * If value cannot be parsed, returns initially stored string.
26
+ * If there is no value, return default value
27
+ */
28
+ readUserSettingsValue(key: string, defaultValue?: unknown): unknown;
29
+ /**
30
+ * Stringify value and set it to LS
31
+ */
32
+ setUserSettingsValue(key: string, value: unknown): void;
33
+ /**
34
+ * Extract values by provided settings object
35
+ */
36
+ extractSettingsFromLS: (settings: SettingsObject) => SettingsObject;
37
+ private readValueFromLS;
38
+ private setValueToLS;
39
+ }
40
+ export declare const settingsManager: SettingsManager;
41
+ export {};