@ytsaurus/ui 1.13.1 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (349) hide show
  1. package/build/cjs/shared/yt-types.d.ts +6 -0
  2. package/build/cjs/ui/common/yt-api-init.js +3 -1
  3. package/build/cjs/ui/common/yt-api-init.js.map +1 -1
  4. package/build/cjs/ui/constants/scheduling/index.d.ts +6 -7
  5. package/build/cjs/ui/constants/scheduling/index.js +7 -8
  6. package/build/cjs/ui/constants/scheduling/index.js.map +1 -1
  7. package/build/cjs/ui/pages/components/tabs/node/NodePage.js +1 -4
  8. package/build/cjs/ui/pages/components/tabs/node/NodePage.js.map +1 -1
  9. package/build/cjs/ui/pages/components/tabs/nodes/NodeCard/NodeCard.js +12 -16
  10. package/build/cjs/ui/pages/components/tabs/nodes/NodeCard/NodeCard.js.map +1 -1
  11. package/build/cjs/ui/pages/operations/OperationDetail/tabs/details/Runtime/Runtime.js +2 -5
  12. package/build/cjs/ui/pages/operations/OperationDetail/tabs/details/Runtime/Runtime.js.map +1 -1
  13. package/build/cjs/ui/pages/operations/OperationsList/OperationsListToolbar/OperationsListToolbar.js +1 -5
  14. package/build/cjs/ui/pages/operations/OperationsList/OperationsListToolbar/OperationsListToolbar.js.map +1 -1
  15. package/build/cjs/ui/pages/operations/selectors.d.ts +8 -7
  16. package/build/cjs/ui/pages/query-tracker/module/queries_list/selectors.d.ts +32 -28
  17. package/build/cjs/ui/pages/query-tracker/module/query/selectors.d.ts +8 -7
  18. package/build/cjs/ui/pages/query-tracker/module/settings/selector.d.ts +8 -7
  19. package/build/cjs/ui/pages/scheduling/Alerts.js +1 -1
  20. package/build/cjs/ui/pages/scheduling/Alerts.js.map +1 -1
  21. package/build/cjs/ui/pages/scheduling/Content/Content.js +2 -2
  22. package/build/cjs/ui/pages/scheduling/Content/Content.js.map +1 -1
  23. package/build/cjs/ui/pages/scheduling/Content/{SchedulingOperationsUpdater.d.ts → SchedulingExpandedPoolsUpdater.d.ts} +2 -2
  24. package/build/cjs/ui/pages/scheduling/Content/{SchedulingOperationsUpdater.js → SchedulingExpandedPoolsUpdater.js} +7 -8
  25. package/build/cjs/ui/pages/scheduling/Content/SchedulingExpandedPoolsUpdater.js.map +1 -0
  26. package/build/cjs/ui/pages/scheduling/Content/SchedulingResources.js +4 -3
  27. package/build/cjs/ui/pages/scheduling/Content/SchedulingResources.js.map +1 -1
  28. package/build/cjs/ui/pages/scheduling/Content/controls/ShareUsageBar.js +1 -1
  29. package/build/cjs/ui/pages/scheduling/Content/controls/ShareUsageBar.js.map +1 -1
  30. package/build/cjs/ui/pages/scheduling/Content/tabs/Details/Details.js +13 -8
  31. package/build/cjs/ui/pages/scheduling/Content/tabs/Details/Details.js.map +1 -1
  32. package/build/cjs/ui/pages/scheduling/Content/tabs/Overview/Overview.d.ts +12 -10
  33. package/build/cjs/ui/pages/scheduling/Content/tabs/Overview/Overview.js +30 -21
  34. package/build/cjs/ui/pages/scheduling/Content/tabs/Overview/Overview.js.map +1 -1
  35. package/build/cjs/ui/pages/scheduling/Content/tabs/SchedulingOperationsError/SchedulingOperationsError.js +2 -2
  36. package/build/cjs/ui/pages/scheduling/Content/tabs/SchedulingOperationsError/SchedulingOperationsError.js.map +1 -1
  37. package/build/cjs/ui/pages/scheduling/Content/tabs/ScherdulingOperataionsLoader/SchedulingOperationsLoader.js +2 -2
  38. package/build/cjs/ui/pages/scheduling/Content/tabs/ScherdulingOperataionsLoader/SchedulingOperationsLoader.js.map +1 -1
  39. package/build/cjs/ui/pages/scheduling/PoolQoutaEditor/PoolQuotaEditor.d.ts +0 -1
  40. package/build/cjs/ui/pages/scheduling/PoolQoutaEditor/PoolQuotaEditor.js +1 -3
  41. package/build/cjs/ui/pages/scheduling/PoolQoutaEditor/PoolQuotaEditor.js.map +1 -1
  42. package/build/cjs/ui/pages/scheduling/Scheduling/PoolEditorDialog/PoolEditorDialog.d.ts +24 -0
  43. package/build/cjs/ui/pages/scheduling/Scheduling/PoolEditorDialog/PoolEditorDialog.js +8 -19
  44. package/build/cjs/ui/pages/scheduling/Scheduling/PoolEditorDialog/PoolEditorDialog.js.map +1 -1
  45. package/build/cjs/ui/pages/scheduling/Scheduling/Scheduling.js +29 -48
  46. package/build/cjs/ui/pages/scheduling/Scheduling/Scheduling.js.map +1 -1
  47. package/build/cjs/ui/pages/scheduling/Scheduling/SchedulingTopRowContent.js +8 -4
  48. package/build/cjs/ui/pages/scheduling/Scheduling/SchedulingTopRowContent.js.map +1 -1
  49. package/build/cjs/ui/rum/rum-wrap-api.d.ts +95 -53
  50. package/build/cjs/ui/rum/rum-wrap-api.js +59 -56
  51. package/build/cjs/ui/rum/rum-wrap-api.js.map +1 -1
  52. package/build/cjs/ui/store/actions/components/node/node.js +6 -29
  53. package/build/cjs/ui/store/actions/components/node/node.js.map +1 -1
  54. package/build/cjs/ui/store/actions/operations/detail.js +1 -1
  55. package/build/cjs/ui/store/actions/operations/detail.js.map +1 -1
  56. package/build/cjs/ui/store/actions/scheduling/create-pool-dialog.js +3 -3
  57. package/build/cjs/ui/store/actions/scheduling/create-pool-dialog.js.map +1 -1
  58. package/build/cjs/ui/store/actions/scheduling/expanded-pools.d.ts +15 -0
  59. package/build/cjs/ui/store/actions/scheduling/expanded-pools.js +377 -0
  60. package/build/cjs/ui/store/actions/scheduling/expanded-pools.js.map +1 -0
  61. package/build/cjs/ui/store/actions/scheduling/scheduling-ts.d.ts +15 -1
  62. package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js +226 -10
  63. package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
  64. package/build/cjs/ui/store/actions/scheduling/scheduling.d.ts +1 -32
  65. package/build/cjs/ui/store/actions/scheduling/scheduling.js +12 -250
  66. package/build/cjs/ui/store/actions/scheduling/scheduling.js.map +1 -1
  67. package/build/cjs/ui/store/reducers/components/node/node.d.ts +0 -2
  68. package/build/cjs/ui/store/reducers/components/node/node.js +2 -5
  69. package/build/cjs/ui/store/reducers/components/node/node.js.map +1 -1
  70. package/build/cjs/ui/store/reducers/index.d.ts +9 -7
  71. package/build/cjs/ui/store/reducers/index.js +3 -4
  72. package/build/cjs/ui/store/reducers/index.js.map +1 -1
  73. package/build/cjs/ui/store/reducers/scheduling/expanded-pools.d.ts +28 -0
  74. package/build/cjs/ui/store/reducers/scheduling/{scheduling-operations.js → expanded-pools.js} +10 -8
  75. package/build/cjs/ui/store/reducers/scheduling/expanded-pools.js.map +1 -0
  76. package/build/cjs/ui/store/reducers/scheduling/index.d.ts +5 -93
  77. package/build/cjs/ui/store/reducers/scheduling/index.js +10 -136
  78. package/build/cjs/ui/store/reducers/scheduling/index.js.map +1 -1
  79. package/build/cjs/ui/store/reducers/scheduling/scheduling.d.ts +100 -0
  80. package/build/cjs/ui/store/reducers/scheduling/scheduling.js +139 -0
  81. package/build/cjs/ui/store/reducers/scheduling/scheduling.js.map +1 -0
  82. package/build/cjs/ui/store/reducers/scheduling/url-mapping.d.ts +13 -2
  83. package/build/cjs/ui/store/reducers/scheduling/url-mapping.js +31 -26
  84. package/build/cjs/ui/store/reducers/scheduling/url-mapping.js.map +1 -1
  85. package/build/cjs/ui/store/selectors/accounts/account-usage.d.ts +64 -56
  86. package/build/cjs/ui/store/selectors/accounts/accounts-ts.d.ts +64 -56
  87. package/build/cjs/ui/store/selectors/chaos_cell_bundles/index.d.ts +88 -77
  88. package/build/cjs/ui/store/selectors/chyt/index.d.ts +56 -49
  89. package/build/cjs/ui/store/selectors/components/node/memory.d.ts +56 -49
  90. package/build/cjs/ui/store/selectors/components/node-maintenance-modal.d.ts +1712 -13
  91. package/build/cjs/ui/store/selectors/components/nodes/node-card.d.ts +8 -7
  92. package/build/cjs/ui/store/selectors/components/nodes/nodes/data.d.ts +16 -14
  93. package/build/cjs/ui/store/selectors/components/nodes/nodes/predicates.d.ts +48 -42
  94. package/build/cjs/ui/store/selectors/components/versions/versions_v2-ts.d.ts +859 -9
  95. package/build/cjs/ui/store/selectors/components/versions/versions_v2.d.ts +40 -35
  96. package/build/cjs/ui/store/selectors/global/index.d.ts +116 -102
  97. package/build/cjs/ui/store/selectors/global/index.js +2 -3
  98. package/build/cjs/ui/store/selectors/global/index.js.map +1 -1
  99. package/build/cjs/ui/store/selectors/global/supported-features.d.ts +48 -42
  100. package/build/cjs/ui/store/selectors/modals/errors.d.ts +8 -7
  101. package/build/cjs/ui/store/selectors/navigation/content/document.d.ts +8 -7
  102. package/build/cjs/ui/store/selectors/navigation/content/replicated-table.d.ts +24 -21
  103. package/build/cjs/ui/store/selectors/navigation/content/table-mount-config.d.ts +8 -7
  104. package/build/cjs/ui/store/selectors/navigation/content/table-ts.d.ts +32 -28
  105. package/build/cjs/ui/store/selectors/navigation/content/table.d.ts +56 -49
  106. package/build/cjs/ui/store/selectors/navigation/modals/attributes-editor.d.ts +24 -21
  107. package/build/cjs/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +8 -7
  108. package/build/cjs/ui/store/selectors/navigation/navigation.d.ts +16 -14
  109. package/build/cjs/ui/store/selectors/navigation/tabs/access-log.d.ts +8 -7
  110. package/build/cjs/ui/store/selectors/navigation/tabs/annotation.d.ts +8 -7
  111. package/build/cjs/ui/store/selectors/navigation/tabs/consumer.d.ts +8 -7
  112. package/build/cjs/ui/store/selectors/navigation/tabs/locks.d.ts +16 -14
  113. package/build/cjs/ui/store/selectors/navigation/tabs/queue.d.ts +16 -14
  114. package/build/cjs/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +8 -7
  115. package/build/cjs/ui/store/selectors/operations/index.d.ts +96 -84
  116. package/build/cjs/ui/store/selectors/operations/jobs-monitor.d.ts +32 -28
  117. package/build/cjs/ui/store/selectors/operations/operation.d.ts +939 -79
  118. package/build/cjs/ui/store/selectors/operations/operation.js +2 -17
  119. package/build/cjs/ui/store/selectors/operations/operation.js.map +1 -1
  120. package/build/cjs/ui/store/selectors/operations/operations-list.d.ts +24 -21
  121. package/build/cjs/ui/store/selectors/operations/statistics-v2.d.ts +64 -56
  122. package/build/cjs/ui/store/selectors/scheduling/attributes-to-filter.d.ts +876 -0
  123. package/build/cjs/ui/store/selectors/scheduling/attributes-to-filter.js +75 -0
  124. package/build/cjs/ui/store/selectors/scheduling/attributes-to-filter.js.map +1 -0
  125. package/build/cjs/ui/store/selectors/scheduling/create-pool-dialog.d.ts +8 -7
  126. package/build/cjs/ui/store/selectors/scheduling/create-pool-dialog.js +3 -3
  127. package/build/cjs/ui/store/selectors/scheduling/create-pool-dialog.js.map +1 -1
  128. package/build/cjs/ui/store/selectors/scheduling/{scheduling-operations.d.ts → expanded-pools.d.ts} +14 -14
  129. package/build/cjs/ui/store/selectors/scheduling/expanded-pools.js +35 -0
  130. package/build/cjs/ui/store/selectors/scheduling/expanded-pools.js.map +1 -0
  131. package/build/cjs/ui/store/selectors/scheduling/index.d.ts +8 -7
  132. package/build/cjs/ui/store/selectors/scheduling/index.js +3 -3
  133. package/build/cjs/ui/store/selectors/scheduling/index.js.map +1 -1
  134. package/build/cjs/ui/store/selectors/scheduling/monitor.js +1 -1
  135. package/build/cjs/ui/store/selectors/scheduling/monitor.js.map +1 -1
  136. package/build/cjs/ui/store/selectors/scheduling/scheduling-pools.d.ts +2552 -3
  137. package/build/cjs/ui/store/selectors/scheduling/scheduling-pools.js +10 -18
  138. package/build/cjs/ui/store/selectors/scheduling/scheduling-pools.js.map +1 -1
  139. package/build/cjs/ui/store/selectors/scheduling/scheduling-ts.d.ts +4291 -45
  140. package/build/cjs/ui/store/selectors/scheduling/scheduling.d.ts +13739 -149
  141. package/build/cjs/ui/store/selectors/scheduling/scheduling.js +35 -30
  142. package/build/cjs/ui/store/selectors/scheduling/scheduling.js.map +1 -1
  143. package/build/cjs/ui/store/selectors/tablet_cell_bundles/index.d.ts +120 -105
  144. package/build/cjs/ui/store/selectors/thor/support.d.ts +4294 -86
  145. package/build/cjs/ui/store/selectors/thor/support.js +76 -138
  146. package/build/cjs/ui/store/selectors/thor/support.js.map +1 -1
  147. package/build/cjs/ui/store/selectors/thor/support.spec.js +163 -68
  148. package/build/cjs/ui/store/selectors/thor/support.spec.js.map +1 -1
  149. package/build/cjs/ui/store/window-store.js +2 -2
  150. package/build/cjs/ui/store/window-store.js.map +1 -1
  151. package/build/cjs/ui/utils/batch.d.ts +54 -0
  152. package/build/cjs/ui/utils/batch.js +27 -0
  153. package/build/cjs/ui/utils/batch.js.map +1 -0
  154. package/build/cjs/ui/utils/scheduling/pool-child.d.ts +1 -1
  155. package/build/cjs/ui/utils/scheduling/pool-child.js +20 -9
  156. package/build/cjs/ui/utils/scheduling/pool-child.js.map +1 -1
  157. package/build/cjs/ui/utils/scheduling/scheduling.d.ts +2 -6
  158. package/build/cjs/ui/utils/scheduling/scheduling.js +3 -3
  159. package/build/cjs/ui/utils/scheduling/scheduling.js.map +1 -1
  160. package/build/cjs/ui/utils/utils.d.ts +3 -2
  161. package/build/cjs/ui/utils/utils.js +17 -9
  162. package/build/cjs/ui/utils/utils.js.map +1 -1
  163. package/build/esm/shared/yt-types.d.ts +6 -0
  164. package/build/esm/ui/common/yt-api-init.js +4 -2
  165. package/build/esm/ui/common/yt-api-init.js.map +1 -1
  166. package/build/esm/ui/constants/scheduling/index.d.ts +6 -7
  167. package/build/esm/ui/constants/scheduling/index.js +6 -7
  168. package/build/esm/ui/constants/scheduling/index.js.map +1 -1
  169. package/build/esm/ui/pages/components/tabs/node/NodePage.js +1 -4
  170. package/build/esm/ui/pages/components/tabs/node/NodePage.js.map +1 -1
  171. package/build/esm/ui/pages/components/tabs/nodes/NodeCard/NodeCard.js +12 -16
  172. package/build/esm/ui/pages/components/tabs/nodes/NodeCard/NodeCard.js.map +1 -1
  173. package/build/esm/ui/pages/operations/OperationDetail/tabs/details/Runtime/Runtime.js +3 -6
  174. package/build/esm/ui/pages/operations/OperationDetail/tabs/details/Runtime/Runtime.js.map +1 -1
  175. package/build/esm/ui/pages/operations/OperationsList/OperationsListToolbar/OperationsListToolbar.js +1 -5
  176. package/build/esm/ui/pages/operations/OperationsList/OperationsListToolbar/OperationsListToolbar.js.map +1 -1
  177. package/build/esm/ui/pages/operations/selectors.d.ts +8 -7
  178. package/build/esm/ui/pages/query-tracker/module/queries_list/selectors.d.ts +32 -28
  179. package/build/esm/ui/pages/query-tracker/module/query/selectors.d.ts +8 -7
  180. package/build/esm/ui/pages/query-tracker/module/settings/selector.d.ts +8 -7
  181. package/build/esm/ui/pages/scheduling/Alerts.js +1 -1
  182. package/build/esm/ui/pages/scheduling/Alerts.js.map +1 -1
  183. package/build/esm/ui/pages/scheduling/Content/Content.js +2 -2
  184. package/build/esm/ui/pages/scheduling/Content/Content.js.map +1 -1
  185. package/build/esm/ui/pages/scheduling/Content/{SchedulingOperationsUpdater.d.ts → SchedulingExpandedPoolsUpdater.d.ts} +2 -2
  186. package/build/esm/ui/pages/scheduling/Content/SchedulingExpandedPoolsUpdater.js +15 -0
  187. package/build/esm/ui/pages/scheduling/Content/SchedulingExpandedPoolsUpdater.js.map +1 -0
  188. package/build/esm/ui/pages/scheduling/Content/SchedulingResources.js +4 -3
  189. package/build/esm/ui/pages/scheduling/Content/SchedulingResources.js.map +1 -1
  190. package/build/esm/ui/pages/scheduling/Content/controls/ShareUsageBar.js +1 -1
  191. package/build/esm/ui/pages/scheduling/Content/controls/ShareUsageBar.js.map +1 -1
  192. package/build/esm/ui/pages/scheduling/Content/tabs/Details/Details.js +14 -9
  193. package/build/esm/ui/pages/scheduling/Content/tabs/Details/Details.js.map +1 -1
  194. package/build/esm/ui/pages/scheduling/Content/tabs/Overview/Overview.d.ts +12 -10
  195. package/build/esm/ui/pages/scheduling/Content/tabs/Overview/Overview.js +27 -18
  196. package/build/esm/ui/pages/scheduling/Content/tabs/Overview/Overview.js.map +1 -1
  197. package/build/esm/ui/pages/scheduling/Content/tabs/SchedulingOperationsError/SchedulingOperationsError.js +1 -1
  198. package/build/esm/ui/pages/scheduling/Content/tabs/SchedulingOperationsError/SchedulingOperationsError.js.map +1 -1
  199. package/build/esm/ui/pages/scheduling/Content/tabs/ScherdulingOperataionsLoader/SchedulingOperationsLoader.js +1 -1
  200. package/build/esm/ui/pages/scheduling/Content/tabs/ScherdulingOperataionsLoader/SchedulingOperationsLoader.js.map +1 -1
  201. package/build/esm/ui/pages/scheduling/PoolQoutaEditor/PoolQuotaEditor.d.ts +0 -1
  202. package/build/esm/ui/pages/scheduling/PoolQoutaEditor/PoolQuotaEditor.js +1 -3
  203. package/build/esm/ui/pages/scheduling/PoolQoutaEditor/PoolQuotaEditor.js.map +1 -1
  204. package/build/esm/ui/pages/scheduling/Scheduling/PoolEditorDialog/PoolEditorDialog.d.ts +24 -0
  205. package/build/esm/ui/pages/scheduling/Scheduling/PoolEditorDialog/PoolEditorDialog.js +8 -19
  206. package/build/esm/ui/pages/scheduling/Scheduling/PoolEditorDialog/PoolEditorDialog.js.map +1 -1
  207. package/build/esm/ui/pages/scheduling/Scheduling/Scheduling.js +26 -45
  208. package/build/esm/ui/pages/scheduling/Scheduling/Scheduling.js.map +1 -1
  209. package/build/esm/ui/pages/scheduling/Scheduling/SchedulingTopRowContent.js +6 -2
  210. package/build/esm/ui/pages/scheduling/Scheduling/SchedulingTopRowContent.js.map +1 -1
  211. package/build/esm/ui/rum/rum-wrap-api.d.ts +95 -53
  212. package/build/esm/ui/rum/rum-wrap-api.js +58 -55
  213. package/build/esm/ui/rum/rum-wrap-api.js.map +1 -1
  214. package/build/esm/ui/store/actions/components/node/node.js +6 -28
  215. package/build/esm/ui/store/actions/components/node/node.js.map +1 -1
  216. package/build/esm/ui/store/actions/operations/detail.js +1 -1
  217. package/build/esm/ui/store/actions/operations/detail.js.map +1 -1
  218. package/build/esm/ui/store/actions/scheduling/create-pool-dialog.js +2 -2
  219. package/build/esm/ui/store/actions/scheduling/create-pool-dialog.js.map +1 -1
  220. package/build/esm/ui/store/actions/scheduling/expanded-pools.d.ts +15 -0
  221. package/build/esm/ui/store/actions/scheduling/expanded-pools.js +363 -0
  222. package/build/esm/ui/store/actions/scheduling/expanded-pools.js.map +1 -0
  223. package/build/esm/ui/store/actions/scheduling/scheduling-ts.d.ts +15 -1
  224. package/build/esm/ui/store/actions/scheduling/scheduling-ts.js +221 -13
  225. package/build/esm/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
  226. package/build/esm/ui/store/actions/scheduling/scheduling.d.ts +1 -32
  227. package/build/esm/ui/store/actions/scheduling/scheduling.js +16 -247
  228. package/build/esm/ui/store/actions/scheduling/scheduling.js.map +1 -1
  229. package/build/esm/ui/store/reducers/components/node/node.d.ts +0 -2
  230. package/build/esm/ui/store/reducers/components/node/node.js +2 -5
  231. package/build/esm/ui/store/reducers/components/node/node.js.map +1 -1
  232. package/build/esm/ui/store/reducers/index.d.ts +9 -7
  233. package/build/esm/ui/store/reducers/index.js +3 -4
  234. package/build/esm/ui/store/reducers/index.js.map +1 -1
  235. package/build/esm/ui/store/reducers/scheduling/expanded-pools.d.ts +28 -0
  236. package/build/esm/ui/store/reducers/scheduling/{scheduling-operations.js → expanded-pools.js} +11 -9
  237. package/build/esm/ui/store/reducers/scheduling/expanded-pools.js.map +1 -0
  238. package/build/esm/ui/store/reducers/scheduling/index.d.ts +5 -93
  239. package/build/esm/ui/store/reducers/scheduling/index.js +9 -135
  240. package/build/esm/ui/store/reducers/scheduling/index.js.map +1 -1
  241. package/build/esm/ui/store/reducers/scheduling/scheduling.d.ts +100 -0
  242. package/build/esm/ui/store/reducers/scheduling/scheduling.js +132 -0
  243. package/build/esm/ui/store/reducers/scheduling/scheduling.js.map +1 -0
  244. package/build/esm/ui/store/reducers/scheduling/url-mapping.d.ts +13 -2
  245. package/build/esm/ui/store/reducers/scheduling/url-mapping.js +19 -14
  246. package/build/esm/ui/store/reducers/scheduling/url-mapping.js.map +1 -1
  247. package/build/esm/ui/store/selectors/accounts/account-usage.d.ts +64 -56
  248. package/build/esm/ui/store/selectors/accounts/accounts-ts.d.ts +64 -56
  249. package/build/esm/ui/store/selectors/chaos_cell_bundles/index.d.ts +88 -77
  250. package/build/esm/ui/store/selectors/chyt/index.d.ts +56 -49
  251. package/build/esm/ui/store/selectors/components/node/memory.d.ts +56 -49
  252. package/build/esm/ui/store/selectors/components/node-maintenance-modal.d.ts +1712 -13
  253. package/build/esm/ui/store/selectors/components/nodes/node-card.d.ts +8 -7
  254. package/build/esm/ui/store/selectors/components/nodes/nodes/data.d.ts +16 -14
  255. package/build/esm/ui/store/selectors/components/nodes/nodes/predicates.d.ts +48 -42
  256. package/build/esm/ui/store/selectors/components/versions/versions_v2-ts.d.ts +859 -9
  257. package/build/esm/ui/store/selectors/components/versions/versions_v2.d.ts +40 -35
  258. package/build/esm/ui/store/selectors/global/index.d.ts +116 -102
  259. package/build/esm/ui/store/selectors/global/index.js +2 -3
  260. package/build/esm/ui/store/selectors/global/index.js.map +1 -1
  261. package/build/esm/ui/store/selectors/global/supported-features.d.ts +48 -42
  262. package/build/esm/ui/store/selectors/modals/errors.d.ts +8 -7
  263. package/build/esm/ui/store/selectors/navigation/content/document.d.ts +8 -7
  264. package/build/esm/ui/store/selectors/navigation/content/replicated-table.d.ts +24 -21
  265. package/build/esm/ui/store/selectors/navigation/content/table-mount-config.d.ts +8 -7
  266. package/build/esm/ui/store/selectors/navigation/content/table-ts.d.ts +32 -28
  267. package/build/esm/ui/store/selectors/navigation/content/table.d.ts +56 -49
  268. package/build/esm/ui/store/selectors/navigation/modals/attributes-editor.d.ts +24 -21
  269. package/build/esm/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +8 -7
  270. package/build/esm/ui/store/selectors/navigation/navigation.d.ts +16 -14
  271. package/build/esm/ui/store/selectors/navigation/tabs/access-log.d.ts +8 -7
  272. package/build/esm/ui/store/selectors/navigation/tabs/annotation.d.ts +8 -7
  273. package/build/esm/ui/store/selectors/navigation/tabs/consumer.d.ts +8 -7
  274. package/build/esm/ui/store/selectors/navigation/tabs/locks.d.ts +16 -14
  275. package/build/esm/ui/store/selectors/navigation/tabs/queue.d.ts +16 -14
  276. package/build/esm/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +8 -7
  277. package/build/esm/ui/store/selectors/operations/index.d.ts +96 -84
  278. package/build/esm/ui/store/selectors/operations/jobs-monitor.d.ts +32 -28
  279. package/build/esm/ui/store/selectors/operations/operation.d.ts +939 -79
  280. package/build/esm/ui/store/selectors/operations/operation.js +2 -17
  281. package/build/esm/ui/store/selectors/operations/operation.js.map +1 -1
  282. package/build/esm/ui/store/selectors/operations/operations-list.d.ts +24 -21
  283. package/build/esm/ui/store/selectors/operations/statistics-v2.d.ts +64 -56
  284. package/build/esm/ui/store/selectors/scheduling/attributes-to-filter.d.ts +876 -0
  285. package/build/esm/ui/store/selectors/scheduling/attributes-to-filter.js +68 -0
  286. package/build/esm/ui/store/selectors/scheduling/attributes-to-filter.js.map +1 -0
  287. package/build/esm/ui/store/selectors/scheduling/create-pool-dialog.d.ts +8 -7
  288. package/build/esm/ui/store/selectors/scheduling/create-pool-dialog.js +3 -3
  289. package/build/esm/ui/store/selectors/scheduling/create-pool-dialog.js.map +1 -1
  290. package/build/esm/ui/store/selectors/scheduling/{scheduling-operations.d.ts → expanded-pools.d.ts} +14 -14
  291. package/build/esm/ui/store/selectors/scheduling/{scheduling-operations.js → expanded-pools.js} +13 -10
  292. package/build/esm/ui/store/selectors/scheduling/expanded-pools.js.map +1 -0
  293. package/build/esm/ui/store/selectors/scheduling/index.d.ts +8 -7
  294. package/build/esm/ui/store/selectors/scheduling/index.js +3 -3
  295. package/build/esm/ui/store/selectors/scheduling/index.js.map +1 -1
  296. package/build/esm/ui/store/selectors/scheduling/monitor.js +1 -1
  297. package/build/esm/ui/store/selectors/scheduling/monitor.js.map +1 -1
  298. package/build/esm/ui/store/selectors/scheduling/scheduling-pools.d.ts +2552 -3
  299. package/build/esm/ui/store/selectors/scheduling/scheduling-pools.js +11 -19
  300. package/build/esm/ui/store/selectors/scheduling/scheduling-pools.js.map +1 -1
  301. package/build/esm/ui/store/selectors/scheduling/scheduling-ts.d.ts +4291 -45
  302. package/build/esm/ui/store/selectors/scheduling/scheduling.d.ts +13739 -149
  303. package/build/esm/ui/store/selectors/scheduling/scheduling.js +34 -29
  304. package/build/esm/ui/store/selectors/scheduling/scheduling.js.map +1 -1
  305. package/build/esm/ui/store/selectors/tablet_cell_bundles/index.d.ts +120 -105
  306. package/build/esm/ui/store/selectors/thor/support.d.ts +4294 -86
  307. package/build/esm/ui/store/selectors/thor/support.js +73 -134
  308. package/build/esm/ui/store/selectors/thor/support.js.map +1 -1
  309. package/build/esm/ui/store/selectors/thor/support.spec.js +164 -69
  310. package/build/esm/ui/store/selectors/thor/support.spec.js.map +1 -1
  311. package/build/esm/ui/store/window-store.js +1 -1
  312. package/build/esm/ui/store/window-store.js.map +1 -1
  313. package/build/esm/ui/utils/batch.d.ts +54 -0
  314. package/build/esm/ui/utils/batch.js +19 -0
  315. package/build/esm/ui/utils/batch.js.map +1 -0
  316. package/build/esm/ui/utils/scheduling/pool-child.d.ts +1 -1
  317. package/build/esm/ui/utils/scheduling/pool-child.js +20 -9
  318. package/build/esm/ui/utils/scheduling/pool-child.js.map +1 -1
  319. package/build/esm/ui/utils/scheduling/scheduling.d.ts +2 -6
  320. package/build/esm/ui/utils/scheduling/scheduling.js +3 -3
  321. package/build/esm/ui/utils/scheduling/scheduling.js.map +1 -1
  322. package/build/esm/ui/utils/utils.d.ts +3 -2
  323. package/build/esm/ui/utils/utils.js +17 -9
  324. package/build/esm/ui/utils/utils.js.map +1 -1
  325. package/dist/public/build/assets-manifest.json +7 -7
  326. package/dist/public/build/js/main.64fccb27.js +3 -0
  327. package/dist/public/build/js/{main.4eb01db4.js.map → main.64fccb27.js.map} +1 -1
  328. package/dist/public/build/js/{runtime.9491563b.js → runtime.fd8cf219.js} +2 -2
  329. package/dist/public/build/js/{runtime.9491563b.js.map → runtime.fd8cf219.js.map} +1 -1
  330. package/dist/public/build/manifest.json +4 -4
  331. package/package.json +2 -2
  332. package/build/cjs/ui/pages/scheduling/Content/SchedulingOperationsUpdater.js.map +0 -1
  333. package/build/cjs/ui/store/actions/scheduling/scheduling-operations.d.ts +0 -15
  334. package/build/cjs/ui/store/actions/scheduling/scheduling-operations.js +0 -280
  335. package/build/cjs/ui/store/actions/scheduling/scheduling-operations.js.map +0 -1
  336. package/build/cjs/ui/store/reducers/scheduling/scheduling-operations.d.ts +0 -19
  337. package/build/cjs/ui/store/reducers/scheduling/scheduling-operations.js.map +0 -1
  338. package/build/cjs/ui/store/selectors/scheduling/scheduling-operations.js +0 -32
  339. package/build/cjs/ui/store/selectors/scheduling/scheduling-operations.js.map +0 -1
  340. package/build/esm/ui/pages/scheduling/Content/SchedulingOperationsUpdater.js +0 -16
  341. package/build/esm/ui/pages/scheduling/Content/SchedulingOperationsUpdater.js.map +0 -1
  342. package/build/esm/ui/store/actions/scheduling/scheduling-operations.d.ts +0 -15
  343. package/build/esm/ui/store/actions/scheduling/scheduling-operations.js +0 -267
  344. package/build/esm/ui/store/actions/scheduling/scheduling-operations.js.map +0 -1
  345. package/build/esm/ui/store/reducers/scheduling/scheduling-operations.d.ts +0 -19
  346. package/build/esm/ui/store/reducers/scheduling/scheduling-operations.js.map +0 -1
  347. package/build/esm/ui/store/selectors/scheduling/scheduling-operations.js.map +0 -1
  348. package/dist/public/build/js/main.4eb01db4.js +0 -3
  349. /package/dist/public/build/js/{main.4eb01db4.js.LICENSE.txt → main.64fccb27.js.LICENSE.txt} +0 -0
@@ -1,3 +1,4 @@
1
+ export declare const _LOCAL_ARCADIA_VERSION = "(development)";
1
2
  /**
2
3
  * Returns true if versionA >= versionB and comparator === 'greater'
3
4
  * Returns true if versionA < versionB and comparator === 'smaller'
@@ -6,7 +7,7 @@
6
7
  * @param {String} versionB
7
8
  * @returns {boolean}
8
9
  */
9
- export function _compareVersions(comparator: string, versionA: string, versionB: string): boolean;
10
+ export declare function _compareVersions(comparator: 'greater' | 'smaller', versionA: string, versionB: string): boolean;
10
11
  /**
11
12
  * Determines wheter a given version belongs to a versionInterval [a, b)
12
13
  * Left end included, right end excluded (intuitive limitations - features are supported starting from a specific build)
@@ -14,117 +15,4324 @@ export function _compareVersions(comparator: string, versionA: string, versionB:
14
15
  * @param {String|Object} versionInterval
15
16
  * @returns {boolean}
16
17
  */
17
- export function _versionInInterval(version: string, versionInterval: string | Object): boolean;
18
- export function isSupportedYtTvmAPIGlobal(): any;
19
- export const _LOCAL_ARCADIA_VERSION: "(development)";
20
- export const _DEV_PATCH_NUMBER: "0";
21
- export const getProxyVersion: ((state: any) => any[] | undefined) & import("reselect").OutputSelectorFields<(args_0: any) => any[] | undefined, {
22
- clearCache: () => void;
23
- }> & {
24
- clearCache: () => void;
18
+ export declare function _versionInInterval(version: string, versionInterval: MajorMinorPatch | MajorMinorPatchRange | typeof _LOCAL_ARCADIA_VERSION): boolean;
19
+ type MajorMinorPatch = `${number}.${number}.${number}`;
20
+ type MajorMinorPatchRange = {
21
+ greater?: MajorMinorPatch;
22
+ smaller?: MajorMinorPatch;
25
23
  };
26
- export const getSchedulerVersion: ((state: any) => any[] | undefined) & import("reselect").OutputSelectorFields<(args_0: any) => any[] | undefined, {
27
- clearCache: () => void;
28
- }> & {
29
- clearCache: () => void;
24
+ export type RawVersion = `${MajorMinorPatch}-${string}`;
25
+ export type Versions<T> = {
26
+ proxy?: T | typeof _LOCAL_ARCADIA_VERSION;
27
+ scheduler?: T;
28
+ master?: T;
30
29
  };
31
- export const getMasterVersion: ((state: any) => any[] | undefined) & import("reselect").OutputSelectorFields<(args_0: any) => any[] | undefined, {
32
- clearCache: () => void;
33
- }> & {
34
- clearCache: () => void;
35
- };
36
- export function _isFeatureSupported(rawProxyVersion: any, proxyPatch: any, features: any): (featureName: any) => any;
37
- export const isSupportedSelector: ((state: any) => (featureName: any) => any) & import("reselect").OutputSelectorFields<(args_0: any, args_1: any, args_2: {
38
- newSchedulingAttributes: {
39
- prestable: string;
40
- component: any[] | undefined;
30
+ type FeatureVersions = Versions<MajorMinorPatch | Array<MajorMinorPatchRange>>;
31
+ type RawFeatureVersions = Versions<RawVersion>;
32
+ export declare function _isFeatureSupported<T extends Record<string, FeatureVersions>>(rawVersions: RawFeatureVersions, features: T): (featureName: keyof T) => boolean;
33
+ export declare const isSupportedSelector: ((state: Omit<import("redux").CombinedState<{
34
+ acl: any;
35
+ aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
36
+ actions: never;
37
+ clustersMenu: {
38
+ viewMode: any;
39
+ clusters: {};
40
+ clusterFilter: string;
41
+ } | {
42
+ clusterFilter: any;
43
+ clusters: {};
44
+ viewMode: string;
41
45
  };
42
- newOperationStarvationStatus: {
43
- prestable: string;
44
- component: any[] | undefined;
46
+ components: import("redux").CombinedState<{
47
+ versionsV2: import("../../reducers/components/versions/versions_v2").VersionsState & import("../../reducers/components/versions/versions_v2").VersionsFiltersState;
48
+ nodes: import("redux").CombinedState<{
49
+ nodes: import("../../reducers/components/nodes/nodes/nodes").NodesEphemeralState & import("../../reducers/components/nodes/nodes/nodes").NodesPersistedState;
50
+ setup: import("../../reducers/components/nodes/setup/setup").NodesSetupState;
51
+ }>;
52
+ node: import("redux").CombinedState<{
53
+ node: import("../../reducers/components/node/node").NodeEphemeralState;
54
+ memory: {
55
+ sortOrder: import("../../../types").SortState<string>[];
56
+ tablesSortOrder: import("../../../types").SortState<string>[];
57
+ collapsedBundles: string[];
58
+ viewMode: "cells" | "tables";
59
+ loading: boolean;
60
+ loaded: boolean;
61
+ error: import("../../../types").YTError | undefined;
62
+ memory: import("../../../types/node/node").MemoryUsage | undefined;
63
+ filter: string;
64
+ host: string;
65
+ };
66
+ unrecognizedOptions: {
67
+ loading: boolean;
68
+ loaded: boolean;
69
+ error: import("../../../types").YTError | undefined;
70
+ data: any;
71
+ host: string | undefined;
72
+ };
73
+ }>;
74
+ proxies: import("redux").CombinedState<{
75
+ proxies: {
76
+ loading: boolean;
77
+ loaded: boolean;
78
+ error: boolean;
79
+ errorData: {};
80
+ proxies: never[];
81
+ } & {
82
+ hostFilter: string;
83
+ stateFilter: string;
84
+ roleFilter: string;
85
+ bannedFilter: "false" | "all" | "true";
86
+ };
87
+ }>;
88
+ shards: {
89
+ loading: boolean;
90
+ loaded: boolean;
91
+ error: boolean;
92
+ errorData: {};
93
+ shards: never[];
94
+ nameId: string;
95
+ nameVisible: boolean;
96
+ nameLoading: boolean;
97
+ nameLoaded: boolean;
98
+ nameError: boolean;
99
+ nameErrorData: {};
100
+ };
101
+ nodeMaintenanceModal: import("../../reducers/components/node-maintenance-modal").NodeMaintenanceState;
102
+ }>;
103
+ global: any;
104
+ supportedFeatures: import("../../reducers/global/supported-features").SupportedFeaturesState;
105
+ modals: import("redux").CombinedState<{
106
+ attributesModal: {
107
+ title: any;
108
+ visible: boolean;
109
+ loading: boolean;
110
+ loaded: boolean;
111
+ error: boolean;
112
+ attributes: {};
113
+ errorData: {};
114
+ } | {
115
+ attributes: any;
116
+ loading: boolean;
117
+ loaded: boolean;
118
+ error: boolean;
119
+ visible: boolean;
120
+ title: string;
121
+ errorData: {};
122
+ } | {
123
+ errorData: any;
124
+ loading: boolean;
125
+ loaded: boolean;
126
+ error: boolean;
127
+ visible: boolean;
128
+ title: string;
129
+ attributes: {};
130
+ };
131
+ errors: import("../../reducers/modals/errors").ErrorsState;
132
+ }>;
133
+ navigation: import("redux").CombinedState<{
134
+ pathEditor: {
135
+ suggestionsLoaded: boolean;
136
+ suggestionsLoading: boolean;
137
+ suggestions: any;
138
+ suggestionsPath: any;
139
+ suggestionsError: boolean;
140
+ errorMessage: string;
141
+ } | {
142
+ suggestionsLoading: boolean;
143
+ errorMessage: any;
144
+ suggestionsError: boolean;
145
+ suggestions: never[];
146
+ suggestionsPath: string;
147
+ suggestionsLoaded: boolean;
148
+ };
149
+ navigation: {
150
+ loadState: "" | "error" | "loading" | "loaded" | "cancelled";
151
+ transaction: null;
152
+ error: undefined;
153
+ attributes: {};
154
+ isIdmSupported: boolean;
155
+ remoteDestinationsConfig: undefined;
156
+ remoteDestinationsState: "";
157
+ remoteDestinationsError: undefined;
158
+ isWriteable: boolean;
159
+ isAccountUsable: boolean;
160
+ checkPermissionsError: undefined;
161
+ } & {
162
+ path: string;
163
+ mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
164
+ };
165
+ content: import("redux").CombinedState<{
166
+ replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
167
+ mapNode: {
168
+ loadState: "";
169
+ resourcesLoading: boolean;
170
+ error: undefined;
171
+ nodesData: never[];
172
+ lastSelected: undefined;
173
+ } & {
174
+ filter: string;
175
+ filterPathname: string;
176
+ customSort: string;
177
+ selected: {};
178
+ mediumType: string;
179
+ contentMode: "default";
180
+ };
181
+ table: {
182
+ loading: boolean;
183
+ loaded: boolean;
184
+ error: boolean;
185
+ errorData: {};
186
+ columns: never[];
187
+ columnsOrder: never[];
188
+ omittedColumns: never[];
189
+ deniedKeyColumns: never[];
190
+ rows: never[];
191
+ yqlTypes: null;
192
+ isOffsetSelectorOpen: boolean;
193
+ isColumnSelectorOpen: boolean;
194
+ isFullScreen: boolean;
195
+ nextOffsetValue: null;
196
+ moveBackward: boolean;
197
+ validColumns: never[];
198
+ /**
199
+ * Determines wheter a given version belongs to a versionInterval [a, b)
200
+ * Left end included, right end excluded (intuitive limitations - features are supported starting from a specific build)
201
+ * @param {String} version
202
+ * @param {String|Object} versionInterval
203
+ * @returns {boolean}
204
+ */
205
+ queryPreparing: boolean;
206
+ } & {
207
+ isDynamic: boolean;
208
+ isStrict: boolean;
209
+ offsetMode: string;
210
+ offsetValue: string;
211
+ pageSize: 10 | 50 | 100 | 200;
212
+ cellSize: 1024 | 16384 | 32768 | 65536;
213
+ columnsPresetHash: string;
214
+ columnsPreset: {
215
+ columns: undefined;
216
+ hash: undefined;
217
+ error: undefined;
218
+ };
219
+ };
220
+ tableMountConfig: import("../../reducers/navigation/content/table/table-mount-config").TableMountConfigState;
221
+ document: {
222
+ document: any;
223
+ loaded: boolean;
224
+ loading: boolean;
225
+ error: boolean;
226
+ errorData: {};
227
+ } | {
228
+ loading: boolean;
229
+ error: boolean;
230
+ errorData: any;
231
+ loaded: boolean;
232
+ document: null;
233
+ };
234
+ file: {
235
+ file: any;
236
+ loaded: boolean;
237
+ loading: boolean;
238
+ error: boolean;
239
+ errorData: {};
240
+ } | {
241
+ loading: boolean;
242
+ error: boolean;
243
+ errorData: any;
244
+ loaded: boolean;
245
+ file: string;
246
+ };
247
+ transaction: {
248
+ loading: boolean;
249
+ error: boolean;
250
+ errorData: any;
251
+ };
252
+ transactionMap: {
253
+ loading: boolean;
254
+ loaded: boolean;
255
+ error: boolean;
256
+ errorData: {};
257
+ transactions: never[];
258
+ } & {
259
+ filter: string;
260
+ };
261
+ }>;
262
+ modals: import("redux").CombinedState<{
263
+ attributesEditor: import("../../reducers/navigation/modals/attributes-editor").NavAttrEditorState;
264
+ createDirectory: {
265
+ creatingPath: any;
266
+ popupVisible: boolean;
267
+ showError: boolean;
268
+ creating: boolean;
269
+ errorMessage: string;
270
+ error: {};
271
+ } | {
272
+ creatingPath: string;
273
+ suggestions: never[];
274
+ popupVisible: boolean;
275
+ showError: boolean;
276
+ creating: boolean;
277
+ errorMessage: string;
278
+ error: {};
279
+ } | {
280
+ showError: boolean;
281
+ errorMessage: any;
282
+ error: any;
283
+ popupVisible: boolean;
284
+ creating: boolean;
285
+ creatingPath: string;
286
+ };
287
+ restoreObject: {
288
+ popupVisible: boolean;
289
+ restoredPath: any;
290
+ objectPath: any;
291
+ showError: boolean;
292
+ errorMessage: string;
293
+ error: {};
294
+ restoring: boolean;
295
+ } | {
296
+ path: string;
297
+ objectPath: string;
298
+ suggestions: never[];
299
+ popupVisible: boolean;
300
+ showError: boolean;
301
+ restoredPath: string;
302
+ errorMessage: string;
303
+ error: {};
304
+ restoring: boolean;
305
+ } | {
306
+ showError: boolean;
307
+ errorMessage: any;
308
+ error: any;
309
+ restoredPath: string;
310
+ objectPath: string;
311
+ popupVisible: boolean;
312
+ restoring: boolean;
313
+ };
314
+ deleteObject: {
315
+ item: any;
316
+ multipleMode: any;
317
+ permanently: any;
318
+ visible: boolean;
319
+ loading: boolean;
320
+ loaded: boolean;
321
+ error: boolean;
322
+ errorData: {};
323
+ loadingRealPath: boolean;
324
+ errorRealPath: boolean;
325
+ errorDataRealPath: {};
326
+ realPath: string;
327
+ account: string;
328
+ name: string;
329
+ resourceUsage: {};
330
+ multipleInfo: never[];
331
+ } | {
332
+ loadingRealPath: boolean;
333
+ errorRealPath: boolean;
334
+ multipleInfo: any;
335
+ loading: boolean;
336
+ loaded: boolean;
337
+ error: boolean;
338
+ errorData: {};
339
+ errorDataRealPath: {};
340
+ realPath: string;
341
+ account: string;
342
+ name: string;
343
+ resourceUsage: {};
344
+ visible: boolean;
345
+ permanently: boolean;
346
+ multipleMode: boolean;
347
+ item: {};
348
+ } | {
349
+ loadingRealPath: boolean;
350
+ errorRealPath: boolean;
351
+ realPath: any;
352
+ name: any;
353
+ account: any;
354
+ resourceUsage: any;
355
+ loading: boolean;
356
+ loaded: boolean;
357
+ error: boolean;
358
+ errorData: {};
359
+ errorDataRealPath: {};
360
+ visible: boolean;
361
+ permanently: boolean;
362
+ multipleMode: boolean;
363
+ multipleInfo: never[];
364
+ item: {};
365
+ } | {
366
+ loadingRealPath: boolean;
367
+ errorRealPath: boolean;
368
+ errorDataRealPath: any;
369
+ loading: boolean;
370
+ loaded: boolean;
371
+ error: boolean;
372
+ errorData: {};
373
+ realPath: string;
374
+ account: string;
375
+ name: string;
376
+ resourceUsage: {};
377
+ visible: boolean;
378
+ permanently: boolean;
379
+ multipleMode: boolean;
380
+ multipleInfo: never[];
381
+ item: {};
382
+ } | {
383
+ loading: boolean;
384
+ error: boolean;
385
+ errorData: any;
386
+ loaded: boolean;
387
+ loadingRealPath: boolean;
388
+ errorRealPath: boolean;
389
+ errorDataRealPath: {};
390
+ realPath: string;
391
+ account: string;
392
+ name: string;
393
+ resourceUsage: {};
394
+ visible: boolean;
395
+ permanently: boolean;
396
+ multipleMode: boolean;
397
+ multipleInfo: never[];
398
+ item: {};
399
+ };
400
+ createTable: any;
401
+ moveObject: {
402
+ creating: boolean;
403
+ renaming: boolean;
404
+ errorMessage: string;
405
+ error: {};
406
+ popupVisible: boolean;
407
+ showError: boolean;
408
+ multipleMode: boolean;
409
+ items: never[];
410
+ movedPath: string;
411
+ objectPath: string;
412
+ } | {
413
+ items: any;
414
+ multipleMode: any;
415
+ movedPath: any;
416
+ popupVisible: boolean;
417
+ objectPath: any;
418
+ showError: boolean;
419
+ renaming: boolean;
420
+ errorMessage: string;
421
+ error: {};
422
+ } | {
423
+ movedPath: string;
424
+ suggestions: never[];
425
+ popupVisible: boolean;
426
+ showError: boolean;
427
+ renaming: boolean;
428
+ multipleMode: boolean;
429
+ items: never[];
430
+ errorMessage: string;
431
+ error: {};
432
+ objectPath: string;
433
+ } | {
434
+ showError: boolean;
435
+ errorMessage: any;
436
+ error: any;
437
+ popupVisible: boolean;
438
+ renaming: boolean;
439
+ multipleMode: boolean;
440
+ items: never[];
441
+ movedPath: string;
442
+ objectPath: string;
443
+ };
444
+ copyObject: {
445
+ items: any;
446
+ objectPath: any;
447
+ multipleMode: any;
448
+ popupVisible: boolean;
449
+ copyPath: any;
450
+ showError: boolean;
451
+ errorMessage: string;
452
+ error: {};
453
+ copying: boolean;
454
+ } | {
455
+ path: string;
456
+ objectPath: string;
457
+ suggestions: never[];
458
+ popupVisible: boolean;
459
+ showError: boolean;
460
+ copyPath: string;
461
+ errorMessage: string;
462
+ error: {};
463
+ copying: boolean;
464
+ multipleMode: boolean;
465
+ items: never[];
466
+ } | {
467
+ showError: boolean;
468
+ errorMessage: any;
469
+ error: any;
470
+ copyPath: string;
471
+ objectPath: string;
472
+ popupVisible: boolean;
473
+ copying: boolean;
474
+ multipleMode: boolean;
475
+ items: never[];
476
+ };
477
+ tableEraseModal: import("../../reducers/navigation/modals/table-erase-modal").State;
478
+ tableMergeSortModal: import("../../reducers/navigation/modals/table-merge-sort-modal").TableSortMergeModal;
479
+ remoteCopyModal: import("../../reducers/navigation/modals/remote-copy-modal").RemoteCopyModalState;
480
+ dynTablesStateModal: import("../../reducers/navigation/modals/dyn-tables-state-modal").DynTablesStateModalState;
481
+ linkToModal: import("../../reducers/navigation/modals/link-to-modal").LinkToState;
482
+ }>;
483
+ tabs: import("redux").CombinedState<{
484
+ accessLog: import("redux").CombinedState<{
485
+ accessLog: import("../../reducers/navigation/tabs/access-log/access-log").AccessLogState;
486
+ accessLogFilters: import("../../reducers/navigation/tabs/access-log/access-log-filters").AccessLogFiltersState;
487
+ }>;
488
+ consumer: import("redux").CombinedState<{
489
+ filters: import("../../reducers/navigation/tabs/consumer/filters").ConsumerFiltersState;
490
+ partitions: import("../../reducers/navigation/tabs/consumer/partitions").ConsumerPartitionsState;
491
+ status: import("../../reducers/navigation/tabs/consumer/status").ConsumerStatusState;
492
+ }>;
493
+ locks: any;
494
+ queue: import("redux").CombinedState<{
495
+ filters: import("../../reducers/navigation/tabs/queue/filters").QueueFiltersState;
496
+ partitions: import("../../reducers/navigation/tabs/queue/partitions").QueuePartitionsState;
497
+ status: import("../../reducers/navigation/tabs/queue/status").QueueStatusState;
498
+ }>;
499
+ schema: {
500
+ column: any;
501
+ };
502
+ tablets: {
503
+ loading: boolean;
504
+ loaded: boolean;
505
+ error: boolean;
506
+ errorData: {};
507
+ tablets: never[];
508
+ expandedHosts: never[];
509
+ } & {
510
+ tabletsFilter: string;
511
+ tabletsMode: string;
512
+ histogramType: string;
513
+ histogramCollapsed: boolean;
514
+ };
515
+ annotation: any;
516
+ tabletErrors: import("../../reducers/navigation/tabs/tablet-errors").TabletErrorsState;
517
+ userAttributes: {
518
+ userAttributeKeys: any;
519
+ loaded: boolean;
520
+ loading: boolean;
521
+ error: boolean;
522
+ errorData: {};
523
+ } | {
524
+ loading: boolean;
525
+ error: boolean;
526
+ errorData: any;
527
+ loaded: boolean;
528
+ userAttributeKeys: never[];
529
+ };
530
+ }>;
531
+ }>;
532
+ dashboard: {
533
+ activeTab: any;
45
534
  };
46
- transferPoolQuota: {
47
- prestable: string;
48
- component: any[] | undefined;
535
+ operations: import("redux").CombinedState<{
536
+ page: {
537
+ editWeightModal: {
538
+ visible: boolean;
539
+ editable: any;
540
+ operation: any;
541
+ loading: boolean;
542
+ loaded: boolean;
543
+ error: boolean;
544
+ errorData: {};
545
+ };
546
+ status: string;
547
+ error: {};
548
+ } | {
549
+ editWeightModal: {
550
+ loading: boolean;
551
+ error: boolean;
552
+ errorData: any;
553
+ loaded: boolean;
554
+ editable: boolean;
555
+ visible: boolean;
556
+ operation: {};
557
+ };
558
+ status: string;
559
+ error: {};
560
+ };
561
+ list: Pick<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode"> & Omit<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode">;
562
+ detail: {
563
+ loading: boolean;
564
+ loaded: boolean;
565
+ error: boolean;
566
+ errorData: {
567
+ message: string;
568
+ details: null;
569
+ };
570
+ operation: import("../../../pages/operations/selectors").DetailedOperationSelector;
571
+ actions: import("../../../utils/operations/details-ts").OperationAction[];
572
+ details: {
573
+ alert_events: {
574
+ alert_type: string;
575
+ time: string;
576
+ error: YTError;
577
+ }[];
578
+ };
579
+ resourcesStatus: "";
580
+ resources: {};
581
+ monitorChartStates: {};
582
+ };
583
+ statistics: import("../../reducers/operations/statistics/statistics").OperationStatistics;
584
+ jobs: any;
585
+ jobsMonitor: import("../../reducers/operations/jobs/jobs-monitor").JobsMonitorState;
586
+ }>;
587
+ settings: import("../../reducers/settings").SettingsState;
588
+ slideoutMenu: {
589
+ pages: {
590
+ all: import("../../../pages").HeaderItem[];
591
+ recent: never[];
592
+ rest: never[];
593
+ };
594
+ clusters: {
595
+ all: any;
596
+ recent: never[];
597
+ rest: never[];
598
+ };
49
599
  };
50
- schedulingOperationsPerPool: {
51
- prestable: string;
52
- component: any[] | undefined;
600
+ system: import("redux").CombinedState<{
601
+ schedulersAndAgents: {
602
+ fetching: boolean;
603
+ hasError: boolean;
604
+ error: {};
605
+ schedulers: never[];
606
+ schedulerAlerts: never[];
607
+ agents: never[];
608
+ agentAlerts: never[];
609
+ };
610
+ proxies: import("../../reducers/system/proxies").HttpProxiesState;
611
+ rpcProxies: import("../../reducers/system/proxies").HttpProxiesState;
612
+ chunks: {
613
+ fetching: boolean;
614
+ error: null;
615
+ replication: undefined;
616
+ sealer: undefined;
617
+ refresh: undefined;
618
+ requisitionUpdate: undefined;
619
+ cells: undefined;
620
+ types: undefined;
621
+ };
622
+ resources: {
623
+ loaded: boolean;
624
+ nodeAttrsLoaded: boolean;
625
+ fetching: boolean;
626
+ resources: {};
627
+ nodeAttributes: undefined;
628
+ };
629
+ masters: import("../../reducers/system/masters").MastersState;
630
+ nodes: import("../../reducers/system/nodes").SystemNodesState;
631
+ }>;
632
+ tables: {
633
+ clusters: {
634
+ field: string;
635
+ asc: boolean;
636
+ };
637
+ "system/chunks": {
638
+ field: string;
639
+ asc: boolean;
640
+ };
641
+ "navigation/map-nodes": {
642
+ field: string;
643
+ asc: boolean;
644
+ };
645
+ "navigation/tablets": {
646
+ field: string;
647
+ asc: boolean;
648
+ };
649
+ "navigation/content/transaction-map": {
650
+ field: string;
651
+ asc: boolean;
652
+ };
653
+ "tablet/partitions": {
654
+ field: string;
655
+ asc: boolean;
656
+ };
657
+ "tablet/partition/stores": {
658
+ field: string;
659
+ asc: boolean;
660
+ };
661
+ "accounts/accounts": {
662
+ field: string;
663
+ asc: boolean;
664
+ };
665
+ "operations/detail/jobs": {
666
+ field: string;
667
+ asc: boolean;
668
+ };
669
+ "components/versions/detailed": {
670
+ field: string;
671
+ asc: boolean;
672
+ };
673
+ "components/nodes": {
674
+ field: string;
675
+ asc: boolean;
676
+ };
677
+ "components/nodes/node": {
678
+ field: string;
679
+ asc: boolean;
680
+ };
681
+ "components/proxies": {
682
+ field: string;
683
+ asc: boolean;
684
+ };
685
+ "scheduling/pool-tree": {
686
+ field: string;
687
+ asc: boolean;
688
+ };
689
+ "scheduling/pool-children": {
690
+ field: string;
691
+ asc: boolean;
692
+ };
53
693
  };
54
- operationAlertEvents: {
55
- prestable: string;
56
- component: any[] | undefined;
694
+ accounts: import("redux").CombinedState<{
695
+ accounts: {
696
+ fetching: boolean;
697
+ wasLoaded: boolean;
698
+ loadTotals: boolean;
699
+ loadNodes: boolean;
700
+ error: boolean;
701
+ errorData: {};
702
+ accounts: never[];
703
+ accountsTreeState: string;
704
+ editableAccount: {};
705
+ showEditor: boolean;
706
+ responsibleUsers: never[];
707
+ usableAccounts: never[];
708
+ clusterTotalsUsage: {};
709
+ nodesData: {};
710
+ editCounter: number;
711
+ disableCacheForNextFetch: boolean;
712
+ } & {
713
+ activeAccount: string;
714
+ activeNameFilter: string;
715
+ activeContentModeFilter: string;
716
+ masterMemoryContentMode: string;
717
+ activeMediumFilter: string;
718
+ sortState: {
719
+ field: string;
720
+ asc: boolean;
721
+ };
722
+ abcServiceFilter: {
723
+ slug: undefined;
724
+ };
725
+ };
726
+ editor: {
727
+ users: never[];
728
+ usersError: {};
729
+ fetchingError: boolean;
730
+ activeUserFilter: string;
731
+ activeUserList: never[];
732
+ createModalVisible: boolean;
733
+ deleteModalVisible: boolean;
734
+ newAccountInfo: {};
735
+ };
736
+ usage: import("redux").CombinedState<{
737
+ snapshots: import("../../reducers/accounts/usage/accounts-usage-snapshots").AccountsSnapshotState;
738
+ list: import("../../reducers/accounts/usage/accounts-usage-list").AccountUsageListData;
739
+ tree: import("../../reducers/accounts/usage/accounts-usage-tree").AccountUsageTreeData;
740
+ filters: import("../../reducers/accounts/usage/accounts-usage-filters").AccountUsageFiltersState;
741
+ listDiff: import("../../reducers/accounts/usage/accounts-usage-list-diff").AccountUsageListDiffData;
742
+ treeDiff: import("../../reducers/accounts/usage/accounts-usage-tree-diff").AccountUsageTreeDiffData;
743
+ }>;
744
+ }>;
745
+ pathViewer: {
746
+ loading: boolean;
747
+ loaded: boolean;
748
+ error: boolean;
749
+ errorData: {};
750
+ data: undefined;
751
+ } & {
752
+ path: string;
753
+ attributes: string;
754
+ command: string;
755
+ maxSize: string;
756
+ encodeUTF8: boolean;
757
+ stringify: boolean;
758
+ annotateWithTypes: boolean;
57
759
  };
58
- ytTvmApi: {
59
- prestable: string;
60
- component: any[] | undefined;
760
+ tablet: import("redux").CombinedState<{
761
+ tablet: {
762
+ loading: boolean;
763
+ loaded: boolean;
764
+ error: boolean;
765
+ errorData: {};
766
+ attributes: {};
767
+ partitions: never[];
768
+ tabletErrors: never[];
769
+ replicationErrors: {};
770
+ tablePath: string;
771
+ cellLeadingPeer: {};
772
+ activeHistogram: string;
773
+ pivotKey: undefined;
774
+ nextPivotKey: undefined;
775
+ } & {
776
+ contentMode: string;
777
+ };
778
+ stores: {
779
+ stores: any;
780
+ loaded: boolean;
781
+ loading: boolean;
782
+ error: boolean;
783
+ errorData: {};
784
+ } | {
785
+ loading: boolean;
786
+ error: boolean;
787
+ errorData: any;
788
+ loaded: boolean;
789
+ stores: never[];
790
+ };
791
+ }>;
792
+ tablet_cell_bundles: Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "writableByName" | "cellsIdFilter" | "bundleDefaultConfig"> & Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
793
+ tabletCellBundleEditor: import("../../reducers/tablet_cell_bundles/tablet-cell-bundle-editor").TabletCellBundleEditorState;
794
+ chaos_cell_bundles: Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "cellsIdFilter"> & Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
795
+ chaosCellBundleEditor: import("../../reducers/chaos_cell_bundles/tablet-cell-bundle-editor").ChaosCellBundleEditorState;
796
+ users: import("redux").CombinedState<{
797
+ table: {
798
+ loaded: boolean;
799
+ loading: boolean;
800
+ error: null;
801
+ users: never[];
802
+ sort: {
803
+ column: string;
804
+ order: string;
805
+ };
806
+ } & {
807
+ bannedFilter: boolean;
808
+ nameFilter: string;
809
+ groupFilter: string;
810
+ };
811
+ editUser: {
812
+ loaded: boolean;
813
+ loading: boolean;
814
+ error: null;
815
+ showModal: boolean;
816
+ username: string;
817
+ data: {};
818
+ };
819
+ }>;
820
+ groups: import("redux").CombinedState<{
821
+ table: {
822
+ loaded: boolean;
823
+ loading: boolean;
824
+ error: null;
825
+ groups: never[];
826
+ sort: {
827
+ column: string;
828
+ order: string;
829
+ };
830
+ expanded: {};
831
+ } & {
832
+ nameFilter: string;
833
+ };
834
+ editor: {
835
+ loaded: boolean;
836
+ loading: boolean;
837
+ error: null;
838
+ data: {};
839
+ idmData: {
840
+ group: {
841
+ members: never[];
842
+ responsibles: never[];
843
+ };
844
+ version: string;
845
+ };
846
+ showModal: boolean;
847
+ groupName: string;
848
+ };
849
+ }>;
850
+ scheduling: import("redux").CombinedState<{
851
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
852
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
853
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
854
+ }>;
855
+ suggests: import("redux").CombinedState<{
856
+ tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
857
+ }>;
858
+ job: import("redux").CombinedState<{
859
+ general: import("../../reducers/job/general").GeneralState;
860
+ statistics: import("../../reducers/job/statistics").StatisticsEphemeralState & import("../../reducers/job/statistics").StatisticsPersistedState;
861
+ competitors: import("../../reducers/job/competitors").CompetitorsState;
862
+ specification: import("../../reducers/job/specification").SpecificationEphemeralState & import("../../reducers/job/specification").SpecificationPersistedState;
863
+ }>;
864
+ executeBatch: import("../../reducers/execute-batch").ExecuteBatchState;
865
+ queryTracker: import("redux").CombinedState<{
866
+ list: import("../../../pages/query-tracker/module/queries_list/reducer").QueriesListState;
867
+ query: import("../../../pages/query-tracker/module/query/reducer").QueryState;
868
+ results: never;
869
+ }>;
870
+ chyt: import("redux").CombinedState<{
871
+ list: import("../../reducers/chyt/list").ChytListState;
872
+ listFilters: import("../../reducers/chyt/list-filters").ChytListFilters;
873
+ clique: Omit<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique"> & Pick<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique">;
874
+ options: import("../../reducers/chyt/options").ChytCliqueOptionsState;
875
+ speclet: import("../../reducers/chyt/speclet").ChytCliqueSpecletState;
876
+ }>;
877
+ }>, "global"> & {
878
+ global: {
879
+ [key: string]: any;
880
+ version: `${number}.${number}.${number}-${string}`;
881
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
882
+ masterVersion: `${number}.${number}.${number}-${string}`;
883
+ clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
884
+ cluster?: string | undefined;
885
+ rootPagesCluster?: string | undefined;
886
+ asideHeaderWidth: number;
887
+ allowedExperimentalPages: string[];
61
888
  };
62
- operationsPoolTreeFilter: {
63
- prestable: string;
64
- component: any[] | undefined;
889
+ }) => (featureName: "fieldsFilter" | "effectiveExpiration" | "clusterNodeVersion" | "nodeMaintenanceApi" | "schedulingChildrenByPool") => boolean) & import("reselect").OutputSelectorFields<(args_0: `${number}.${number}.${number}-${string}`, args_1: `${number}.${number}.${number}-${string}`, args_2: `${number}.${number}.${number}-${string}`) => (featureName: "fieldsFilter" | "effectiveExpiration" | "clusterNodeVersion" | "nodeMaintenanceApi" | "schedulingChildrenByPool") => boolean, {
890
+ clearCache: () => void;
891
+ }> & {
892
+ clearCache: () => void;
893
+ };
894
+ export declare const isSupportedEffectiveExpiration: ((state: Omit<import("redux").CombinedState<{
895
+ acl: any;
896
+ aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
897
+ actions: never;
898
+ clustersMenu: {
899
+ viewMode: any;
900
+ clusters: {};
901
+ clusterFilter: string;
902
+ } | {
903
+ clusterFilter: any;
904
+ clusters: {};
905
+ viewMode: string;
65
906
  };
66
- fieldsFilter: {
67
- prestable: string;
68
- component: any[] | undefined;
907
+ components: import("redux").CombinedState<{
908
+ versionsV2: import("../../reducers/components/versions/versions_v2").VersionsState & import("../../reducers/components/versions/versions_v2").VersionsFiltersState;
909
+ nodes: import("redux").CombinedState<{
910
+ nodes: import("../../reducers/components/nodes/nodes/nodes").NodesEphemeralState & import("../../reducers/components/nodes/nodes/nodes").NodesPersistedState;
911
+ setup: import("../../reducers/components/nodes/setup/setup").NodesSetupState;
912
+ }>;
913
+ node: import("redux").CombinedState<{
914
+ node: import("../../reducers/components/node/node").NodeEphemeralState;
915
+ memory: {
916
+ sortOrder: import("../../../types").SortState<string>[];
917
+ tablesSortOrder: import("../../../types").SortState<string>[];
918
+ collapsedBundles: string[];
919
+ viewMode: "cells" | "tables";
920
+ loading: boolean;
921
+ loaded: boolean;
922
+ error: import("../../../types").YTError | undefined;
923
+ memory: import("../../../types/node/node").MemoryUsage | undefined;
924
+ filter: string;
925
+ host: string;
926
+ };
927
+ unrecognizedOptions: {
928
+ loading: boolean;
929
+ loaded: boolean;
930
+ error: import("../../../types").YTError | undefined;
931
+ data: any;
932
+ host: string | undefined;
933
+ };
934
+ }>;
935
+ proxies: import("redux").CombinedState<{
936
+ proxies: {
937
+ loading: boolean;
938
+ loaded: boolean;
939
+ error: boolean;
940
+ errorData: {};
941
+ proxies: never[];
942
+ } & {
943
+ hostFilter: string;
944
+ stateFilter: string;
945
+ roleFilter: string;
946
+ bannedFilter: "false" | "all" | "true";
947
+ };
948
+ }>;
949
+ shards: {
950
+ loading: boolean;
951
+ loaded: boolean;
952
+ error: boolean;
953
+ errorData: {};
954
+ shards: never[];
955
+ nameId: string;
956
+ nameVisible: boolean;
957
+ nameLoading: boolean;
958
+ nameLoaded: boolean;
959
+ nameError: boolean;
960
+ nameErrorData: {};
961
+ };
962
+ nodeMaintenanceModal: import("../../reducers/components/node-maintenance-modal").NodeMaintenanceState;
963
+ }>;
964
+ global: any;
965
+ supportedFeatures: import("../../reducers/global/supported-features").SupportedFeaturesState;
966
+ modals: import("redux").CombinedState<{
967
+ attributesModal: {
968
+ title: any;
969
+ visible: boolean;
970
+ loading: boolean;
971
+ loaded: boolean;
972
+ error: boolean;
973
+ attributes: {};
974
+ errorData: {};
975
+ } | {
976
+ attributes: any;
977
+ loading: boolean;
978
+ loaded: boolean;
979
+ error: boolean;
980
+ visible: boolean;
981
+ title: string;
982
+ errorData: {};
983
+ } | {
984
+ errorData: any;
985
+ loading: boolean;
986
+ loaded: boolean;
987
+ error: boolean;
988
+ visible: boolean;
989
+ title: string;
990
+ attributes: {};
991
+ };
992
+ errors: import("../../reducers/modals/errors").ErrorsState;
993
+ }>;
994
+ navigation: import("redux").CombinedState<{
995
+ pathEditor: {
996
+ suggestionsLoaded: boolean;
997
+ suggestionsLoading: boolean;
998
+ suggestions: any;
999
+ suggestionsPath: any;
1000
+ suggestionsError: boolean;
1001
+ errorMessage: string;
1002
+ } | {
1003
+ suggestionsLoading: boolean;
1004
+ errorMessage: any;
1005
+ suggestionsError: boolean;
1006
+ suggestions: never[];
1007
+ suggestionsPath: string;
1008
+ suggestionsLoaded: boolean;
1009
+ };
1010
+ navigation: {
1011
+ loadState: "" | "error" | "loading" | "loaded" | "cancelled";
1012
+ transaction: null;
1013
+ error: undefined;
1014
+ attributes: {};
1015
+ isIdmSupported: boolean;
1016
+ remoteDestinationsConfig: undefined;
1017
+ remoteDestinationsState: "";
1018
+ remoteDestinationsError: undefined;
1019
+ isWriteable: boolean;
1020
+ isAccountUsable: boolean;
1021
+ checkPermissionsError: undefined;
1022
+ } & {
1023
+ path: string;
1024
+ mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1025
+ };
1026
+ content: import("redux").CombinedState<{
1027
+ replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
1028
+ mapNode: {
1029
+ loadState: "";
1030
+ resourcesLoading: boolean;
1031
+ error: undefined;
1032
+ nodesData: never[];
1033
+ lastSelected: undefined;
1034
+ } & {
1035
+ filter: string;
1036
+ filterPathname: string;
1037
+ customSort: string;
1038
+ selected: {};
1039
+ mediumType: string;
1040
+ contentMode: "default";
1041
+ };
1042
+ table: {
1043
+ loading: boolean;
1044
+ loaded: boolean;
1045
+ error: boolean;
1046
+ errorData: {};
1047
+ columns: never[];
1048
+ columnsOrder: never[];
1049
+ omittedColumns: never[];
1050
+ deniedKeyColumns: never[];
1051
+ rows: never[];
1052
+ yqlTypes: null;
1053
+ isOffsetSelectorOpen: boolean;
1054
+ isColumnSelectorOpen: boolean;
1055
+ isFullScreen: boolean;
1056
+ nextOffsetValue: null;
1057
+ moveBackward: boolean;
1058
+ validColumns: never[];
1059
+ /**
1060
+ * Determines wheter a given version belongs to a versionInterval [a, b)
1061
+ * Left end included, right end excluded (intuitive limitations - features are supported starting from a specific build)
1062
+ * @param {String} version
1063
+ * @param {String|Object} versionInterval
1064
+ * @returns {boolean}
1065
+ */
1066
+ queryPreparing: boolean;
1067
+ } & {
1068
+ isDynamic: boolean;
1069
+ isStrict: boolean;
1070
+ offsetMode: string;
1071
+ offsetValue: string;
1072
+ pageSize: 10 | 50 | 100 | 200;
1073
+ cellSize: 1024 | 16384 | 32768 | 65536;
1074
+ columnsPresetHash: string;
1075
+ columnsPreset: {
1076
+ columns: undefined;
1077
+ hash: undefined;
1078
+ error: undefined;
1079
+ };
1080
+ };
1081
+ tableMountConfig: import("../../reducers/navigation/content/table/table-mount-config").TableMountConfigState;
1082
+ document: {
1083
+ document: any;
1084
+ loaded: boolean;
1085
+ loading: boolean;
1086
+ error: boolean;
1087
+ errorData: {};
1088
+ } | {
1089
+ loading: boolean;
1090
+ error: boolean;
1091
+ errorData: any;
1092
+ loaded: boolean;
1093
+ document: null;
1094
+ };
1095
+ file: {
1096
+ file: any;
1097
+ loaded: boolean;
1098
+ loading: boolean;
1099
+ error: boolean;
1100
+ errorData: {};
1101
+ } | {
1102
+ loading: boolean;
1103
+ error: boolean;
1104
+ errorData: any;
1105
+ loaded: boolean;
1106
+ file: string;
1107
+ };
1108
+ transaction: {
1109
+ loading: boolean;
1110
+ error: boolean;
1111
+ errorData: any;
1112
+ };
1113
+ transactionMap: {
1114
+ loading: boolean;
1115
+ loaded: boolean;
1116
+ error: boolean;
1117
+ errorData: {};
1118
+ transactions: never[];
1119
+ } & {
1120
+ filter: string;
1121
+ };
1122
+ }>;
1123
+ modals: import("redux").CombinedState<{
1124
+ attributesEditor: import("../../reducers/navigation/modals/attributes-editor").NavAttrEditorState;
1125
+ createDirectory: {
1126
+ creatingPath: any;
1127
+ popupVisible: boolean;
1128
+ showError: boolean;
1129
+ creating: boolean;
1130
+ errorMessage: string;
1131
+ error: {};
1132
+ } | {
1133
+ creatingPath: string;
1134
+ suggestions: never[];
1135
+ popupVisible: boolean;
1136
+ showError: boolean;
1137
+ creating: boolean;
1138
+ errorMessage: string;
1139
+ error: {};
1140
+ } | {
1141
+ showError: boolean;
1142
+ errorMessage: any;
1143
+ error: any;
1144
+ popupVisible: boolean;
1145
+ creating: boolean;
1146
+ creatingPath: string;
1147
+ };
1148
+ restoreObject: {
1149
+ popupVisible: boolean;
1150
+ restoredPath: any;
1151
+ objectPath: any;
1152
+ showError: boolean;
1153
+ errorMessage: string;
1154
+ error: {};
1155
+ restoring: boolean;
1156
+ } | {
1157
+ path: string;
1158
+ objectPath: string;
1159
+ suggestions: never[];
1160
+ popupVisible: boolean;
1161
+ showError: boolean;
1162
+ restoredPath: string;
1163
+ errorMessage: string;
1164
+ error: {};
1165
+ restoring: boolean;
1166
+ } | {
1167
+ showError: boolean;
1168
+ errorMessage: any;
1169
+ error: any;
1170
+ restoredPath: string;
1171
+ objectPath: string;
1172
+ popupVisible: boolean;
1173
+ restoring: boolean;
1174
+ };
1175
+ deleteObject: {
1176
+ item: any;
1177
+ multipleMode: any;
1178
+ permanently: any;
1179
+ visible: boolean;
1180
+ loading: boolean;
1181
+ loaded: boolean;
1182
+ error: boolean;
1183
+ errorData: {};
1184
+ loadingRealPath: boolean;
1185
+ errorRealPath: boolean;
1186
+ errorDataRealPath: {};
1187
+ realPath: string;
1188
+ account: string;
1189
+ name: string;
1190
+ resourceUsage: {};
1191
+ multipleInfo: never[];
1192
+ } | {
1193
+ loadingRealPath: boolean;
1194
+ errorRealPath: boolean;
1195
+ multipleInfo: any;
1196
+ loading: boolean;
1197
+ loaded: boolean;
1198
+ error: boolean;
1199
+ errorData: {};
1200
+ errorDataRealPath: {};
1201
+ realPath: string;
1202
+ account: string;
1203
+ name: string;
1204
+ resourceUsage: {};
1205
+ visible: boolean;
1206
+ permanently: boolean;
1207
+ multipleMode: boolean;
1208
+ item: {};
1209
+ } | {
1210
+ loadingRealPath: boolean;
1211
+ errorRealPath: boolean;
1212
+ realPath: any;
1213
+ name: any;
1214
+ account: any;
1215
+ resourceUsage: any;
1216
+ loading: boolean;
1217
+ loaded: boolean;
1218
+ error: boolean;
1219
+ errorData: {};
1220
+ errorDataRealPath: {};
1221
+ visible: boolean;
1222
+ permanently: boolean;
1223
+ multipleMode: boolean;
1224
+ multipleInfo: never[];
1225
+ item: {};
1226
+ } | {
1227
+ loadingRealPath: boolean;
1228
+ errorRealPath: boolean;
1229
+ errorDataRealPath: any;
1230
+ loading: boolean;
1231
+ loaded: boolean;
1232
+ error: boolean;
1233
+ errorData: {};
1234
+ realPath: string;
1235
+ account: string;
1236
+ name: string;
1237
+ resourceUsage: {};
1238
+ visible: boolean;
1239
+ permanently: boolean;
1240
+ multipleMode: boolean;
1241
+ multipleInfo: never[];
1242
+ item: {};
1243
+ } | {
1244
+ loading: boolean;
1245
+ error: boolean;
1246
+ errorData: any;
1247
+ loaded: boolean;
1248
+ loadingRealPath: boolean;
1249
+ errorRealPath: boolean;
1250
+ errorDataRealPath: {};
1251
+ realPath: string;
1252
+ account: string;
1253
+ name: string;
1254
+ resourceUsage: {};
1255
+ visible: boolean;
1256
+ permanently: boolean;
1257
+ multipleMode: boolean;
1258
+ multipleInfo: never[];
1259
+ item: {};
1260
+ };
1261
+ createTable: any;
1262
+ moveObject: {
1263
+ creating: boolean;
1264
+ renaming: boolean;
1265
+ errorMessage: string;
1266
+ error: {};
1267
+ popupVisible: boolean;
1268
+ showError: boolean;
1269
+ multipleMode: boolean;
1270
+ items: never[];
1271
+ movedPath: string;
1272
+ objectPath: string;
1273
+ } | {
1274
+ items: any;
1275
+ multipleMode: any;
1276
+ movedPath: any;
1277
+ popupVisible: boolean;
1278
+ objectPath: any;
1279
+ showError: boolean;
1280
+ renaming: boolean;
1281
+ errorMessage: string;
1282
+ error: {};
1283
+ } | {
1284
+ movedPath: string;
1285
+ suggestions: never[];
1286
+ popupVisible: boolean;
1287
+ showError: boolean;
1288
+ renaming: boolean;
1289
+ multipleMode: boolean;
1290
+ items: never[];
1291
+ errorMessage: string;
1292
+ error: {};
1293
+ objectPath: string;
1294
+ } | {
1295
+ showError: boolean;
1296
+ errorMessage: any;
1297
+ error: any;
1298
+ popupVisible: boolean;
1299
+ renaming: boolean;
1300
+ multipleMode: boolean;
1301
+ items: never[];
1302
+ movedPath: string;
1303
+ objectPath: string;
1304
+ };
1305
+ copyObject: {
1306
+ items: any;
1307
+ objectPath: any;
1308
+ multipleMode: any;
1309
+ popupVisible: boolean;
1310
+ copyPath: any;
1311
+ showError: boolean;
1312
+ errorMessage: string;
1313
+ error: {};
1314
+ copying: boolean;
1315
+ } | {
1316
+ path: string;
1317
+ objectPath: string;
1318
+ suggestions: never[];
1319
+ popupVisible: boolean;
1320
+ showError: boolean;
1321
+ copyPath: string;
1322
+ errorMessage: string;
1323
+ error: {};
1324
+ copying: boolean;
1325
+ multipleMode: boolean;
1326
+ items: never[];
1327
+ } | {
1328
+ showError: boolean;
1329
+ errorMessage: any;
1330
+ error: any;
1331
+ copyPath: string;
1332
+ objectPath: string;
1333
+ popupVisible: boolean;
1334
+ copying: boolean;
1335
+ multipleMode: boolean;
1336
+ items: never[];
1337
+ };
1338
+ tableEraseModal: import("../../reducers/navigation/modals/table-erase-modal").State;
1339
+ tableMergeSortModal: import("../../reducers/navigation/modals/table-merge-sort-modal").TableSortMergeModal;
1340
+ remoteCopyModal: import("../../reducers/navigation/modals/remote-copy-modal").RemoteCopyModalState;
1341
+ dynTablesStateModal: import("../../reducers/navigation/modals/dyn-tables-state-modal").DynTablesStateModalState;
1342
+ linkToModal: import("../../reducers/navigation/modals/link-to-modal").LinkToState;
1343
+ }>;
1344
+ tabs: import("redux").CombinedState<{
1345
+ accessLog: import("redux").CombinedState<{
1346
+ accessLog: import("../../reducers/navigation/tabs/access-log/access-log").AccessLogState;
1347
+ accessLogFilters: import("../../reducers/navigation/tabs/access-log/access-log-filters").AccessLogFiltersState;
1348
+ }>;
1349
+ consumer: import("redux").CombinedState<{
1350
+ filters: import("../../reducers/navigation/tabs/consumer/filters").ConsumerFiltersState;
1351
+ partitions: import("../../reducers/navigation/tabs/consumer/partitions").ConsumerPartitionsState;
1352
+ status: import("../../reducers/navigation/tabs/consumer/status").ConsumerStatusState;
1353
+ }>;
1354
+ locks: any;
1355
+ queue: import("redux").CombinedState<{
1356
+ filters: import("../../reducers/navigation/tabs/queue/filters").QueueFiltersState;
1357
+ partitions: import("../../reducers/navigation/tabs/queue/partitions").QueuePartitionsState;
1358
+ status: import("../../reducers/navigation/tabs/queue/status").QueueStatusState;
1359
+ }>;
1360
+ schema: {
1361
+ column: any;
1362
+ };
1363
+ tablets: {
1364
+ loading: boolean;
1365
+ loaded: boolean;
1366
+ error: boolean;
1367
+ errorData: {};
1368
+ tablets: never[];
1369
+ expandedHosts: never[];
1370
+ } & {
1371
+ tabletsFilter: string;
1372
+ tabletsMode: string;
1373
+ histogramType: string;
1374
+ histogramCollapsed: boolean;
1375
+ };
1376
+ annotation: any;
1377
+ tabletErrors: import("../../reducers/navigation/tabs/tablet-errors").TabletErrorsState;
1378
+ userAttributes: {
1379
+ userAttributeKeys: any;
1380
+ loaded: boolean;
1381
+ loading: boolean;
1382
+ error: boolean;
1383
+ errorData: {};
1384
+ } | {
1385
+ loading: boolean;
1386
+ error: boolean;
1387
+ errorData: any;
1388
+ loaded: boolean;
1389
+ userAttributeKeys: never[];
1390
+ };
1391
+ }>;
1392
+ }>;
1393
+ dashboard: {
1394
+ activeTab: any;
69
1395
  };
70
- effectiveExpiration: {
71
- prestable: string;
72
- component: any[] | undefined;
1396
+ operations: import("redux").CombinedState<{
1397
+ page: {
1398
+ editWeightModal: {
1399
+ visible: boolean;
1400
+ editable: any;
1401
+ operation: any;
1402
+ loading: boolean;
1403
+ loaded: boolean;
1404
+ error: boolean;
1405
+ errorData: {};
1406
+ };
1407
+ status: string;
1408
+ error: {};
1409
+ } | {
1410
+ editWeightModal: {
1411
+ loading: boolean;
1412
+ error: boolean;
1413
+ errorData: any;
1414
+ loaded: boolean;
1415
+ editable: boolean;
1416
+ visible: boolean;
1417
+ operation: {};
1418
+ };
1419
+ status: string;
1420
+ error: {};
1421
+ };
1422
+ list: Pick<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode"> & Omit<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode">;
1423
+ detail: {
1424
+ loading: boolean;
1425
+ loaded: boolean;
1426
+ error: boolean;
1427
+ errorData: {
1428
+ message: string;
1429
+ details: null;
1430
+ };
1431
+ operation: import("../../../pages/operations/selectors").DetailedOperationSelector;
1432
+ actions: import("../../../utils/operations/details-ts").OperationAction[];
1433
+ details: {
1434
+ alert_events: {
1435
+ alert_type: string;
1436
+ time: string;
1437
+ error: YTError;
1438
+ }[];
1439
+ };
1440
+ resourcesStatus: "";
1441
+ resources: {};
1442
+ monitorChartStates: {};
1443
+ };
1444
+ statistics: import("../../reducers/operations/statistics/statistics").OperationStatistics;
1445
+ jobs: any;
1446
+ jobsMonitor: import("../../reducers/operations/jobs/jobs-monitor").JobsMonitorState;
1447
+ }>;
1448
+ settings: import("../../reducers/settings").SettingsState;
1449
+ slideoutMenu: {
1450
+ pages: {
1451
+ all: import("../../../pages").HeaderItem[];
1452
+ recent: never[];
1453
+ rest: never[];
1454
+ };
1455
+ clusters: {
1456
+ all: any;
1457
+ recent: never[];
1458
+ rest: never[];
1459
+ };
73
1460
  };
74
- clusterNodeVersion: {
75
- prestable: string;
1461
+ system: import("redux").CombinedState<{
1462
+ schedulersAndAgents: {
1463
+ fetching: boolean;
1464
+ hasError: boolean;
1465
+ error: {};
1466
+ schedulers: never[];
1467
+ schedulerAlerts: never[];
1468
+ agents: never[];
1469
+ agentAlerts: never[];
1470
+ };
1471
+ proxies: import("../../reducers/system/proxies").HttpProxiesState;
1472
+ rpcProxies: import("../../reducers/system/proxies").HttpProxiesState;
1473
+ chunks: {
1474
+ fetching: boolean;
1475
+ error: null;
1476
+ replication: undefined;
1477
+ sealer: undefined;
1478
+ refresh: undefined;
1479
+ requisitionUpdate: undefined;
1480
+ cells: undefined;
1481
+ types: undefined;
1482
+ };
1483
+ resources: {
1484
+ loaded: boolean;
1485
+ nodeAttrsLoaded: boolean;
1486
+ fetching: boolean;
1487
+ resources: {};
1488
+ nodeAttributes: undefined;
1489
+ };
1490
+ masters: import("../../reducers/system/masters").MastersState;
1491
+ nodes: import("../../reducers/system/nodes").SystemNodesState;
1492
+ }>;
1493
+ tables: {
1494
+ clusters: {
1495
+ field: string;
1496
+ asc: boolean;
1497
+ };
1498
+ "system/chunks": {
1499
+ field: string;
1500
+ asc: boolean;
1501
+ };
1502
+ "navigation/map-nodes": {
1503
+ field: string;
1504
+ asc: boolean;
1505
+ };
1506
+ "navigation/tablets": {
1507
+ field: string;
1508
+ asc: boolean;
1509
+ };
1510
+ "navigation/content/transaction-map": {
1511
+ field: string;
1512
+ asc: boolean;
1513
+ };
1514
+ "tablet/partitions": {
1515
+ field: string;
1516
+ asc: boolean;
1517
+ };
1518
+ "tablet/partition/stores": {
1519
+ field: string;
1520
+ asc: boolean;
1521
+ };
1522
+ "accounts/accounts": {
1523
+ field: string;
1524
+ asc: boolean;
1525
+ };
1526
+ "operations/detail/jobs": {
1527
+ field: string;
1528
+ asc: boolean;
1529
+ };
1530
+ "components/versions/detailed": {
1531
+ field: string;
1532
+ asc: boolean;
1533
+ };
1534
+ "components/nodes": {
1535
+ field: string;
1536
+ asc: boolean;
1537
+ };
1538
+ "components/nodes/node": {
1539
+ field: string;
1540
+ asc: boolean;
1541
+ };
1542
+ "components/proxies": {
1543
+ field: string;
1544
+ asc: boolean;
1545
+ };
1546
+ "scheduling/pool-tree": {
1547
+ field: string;
1548
+ asc: boolean;
1549
+ };
1550
+ "scheduling/pool-children": {
1551
+ field: string;
1552
+ asc: boolean;
1553
+ };
76
1554
  };
77
- nodeMaintenanceApi: {
78
- prestable: string;
79
- component: any[] | undefined;
1555
+ accounts: import("redux").CombinedState<{
1556
+ accounts: {
1557
+ fetching: boolean;
1558
+ wasLoaded: boolean;
1559
+ loadTotals: boolean;
1560
+ loadNodes: boolean;
1561
+ error: boolean;
1562
+ errorData: {};
1563
+ accounts: never[];
1564
+ accountsTreeState: string;
1565
+ editableAccount: {};
1566
+ showEditor: boolean;
1567
+ responsibleUsers: never[];
1568
+ usableAccounts: never[];
1569
+ clusterTotalsUsage: {};
1570
+ nodesData: {};
1571
+ editCounter: number;
1572
+ disableCacheForNextFetch: boolean;
1573
+ } & {
1574
+ activeAccount: string;
1575
+ activeNameFilter: string;
1576
+ activeContentModeFilter: string;
1577
+ masterMemoryContentMode: string;
1578
+ activeMediumFilter: string;
1579
+ sortState: {
1580
+ field: string;
1581
+ asc: boolean;
1582
+ };
1583
+ abcServiceFilter: {
1584
+ slug: undefined;
1585
+ };
1586
+ };
1587
+ editor: {
1588
+ users: never[];
1589
+ usersError: {};
1590
+ fetchingError: boolean;
1591
+ activeUserFilter: string;
1592
+ activeUserList: never[];
1593
+ createModalVisible: boolean;
1594
+ deleteModalVisible: boolean;
1595
+ newAccountInfo: {};
1596
+ };
1597
+ usage: import("redux").CombinedState<{
1598
+ snapshots: import("../../reducers/accounts/usage/accounts-usage-snapshots").AccountsSnapshotState;
1599
+ list: import("../../reducers/accounts/usage/accounts-usage-list").AccountUsageListData;
1600
+ tree: import("../../reducers/accounts/usage/accounts-usage-tree").AccountUsageTreeData;
1601
+ filters: import("../../reducers/accounts/usage/accounts-usage-filters").AccountUsageFiltersState;
1602
+ listDiff: import("../../reducers/accounts/usage/accounts-usage-list-diff").AccountUsageListDiffData;
1603
+ treeDiff: import("../../reducers/accounts/usage/accounts-usage-tree-diff").AccountUsageTreeDiffData;
1604
+ }>;
1605
+ }>;
1606
+ pathViewer: {
1607
+ loading: boolean;
1608
+ loaded: boolean;
1609
+ error: boolean;
1610
+ errorData: {};
1611
+ data: undefined;
1612
+ } & {
1613
+ path: string;
1614
+ attributes: string;
1615
+ command: string;
1616
+ maxSize: string;
1617
+ encodeUTF8: boolean;
1618
+ stringify: boolean;
1619
+ annotateWithTypes: boolean;
80
1620
  };
81
- }) => (featureName: any) => any, {
82
- clearCache: () => void;
83
- }> & {
84
- clearCache: () => void;
85
- };
86
- export const isSupportedOperationStarvationStatus: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: any, args_1: (featureName: any) => any) => any, {
87
- clearCache: () => void;
88
- }> & {
89
- clearCache: () => void;
90
- };
91
- export const isSupportedTransferPoolQuota: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: (featureName: any) => any) => any, {
92
- clearCache: () => void;
93
- }> & {
94
- clearCache: () => void;
95
- };
96
- export const isSupportedSchedulingOperationsPerPool: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: (featureName: any) => any) => any, {
97
- clearCache: () => void;
98
- }> & {
99
- clearCache: () => void;
100
- };
101
- export const isSupportedOperationAlertEvents: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: (featureName: any) => any) => any, {
102
- clearCache: () => void;
103
- }> & {
104
- clearCache: () => void;
105
- };
106
- export const isSupportedOperationsFilterByPoolTree: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: (featureName: any) => any) => any, {
107
- clearCache: () => void;
108
- }> & {
109
- clearCache: () => void;
110
- };
111
- export const isSupportedFieldsFilter: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: (featureName: any) => any) => any, {
1621
+ tablet: import("redux").CombinedState<{
1622
+ tablet: {
1623
+ loading: boolean;
1624
+ loaded: boolean;
1625
+ error: boolean;
1626
+ errorData: {};
1627
+ attributes: {};
1628
+ partitions: never[];
1629
+ tabletErrors: never[];
1630
+ replicationErrors: {};
1631
+ tablePath: string;
1632
+ cellLeadingPeer: {};
1633
+ activeHistogram: string;
1634
+ pivotKey: undefined;
1635
+ nextPivotKey: undefined;
1636
+ } & {
1637
+ contentMode: string;
1638
+ };
1639
+ stores: {
1640
+ stores: any;
1641
+ loaded: boolean;
1642
+ loading: boolean;
1643
+ error: boolean;
1644
+ errorData: {};
1645
+ } | {
1646
+ loading: boolean;
1647
+ error: boolean;
1648
+ errorData: any;
1649
+ loaded: boolean;
1650
+ stores: never[];
1651
+ };
1652
+ }>;
1653
+ tablet_cell_bundles: Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "writableByName" | "cellsIdFilter" | "bundleDefaultConfig"> & Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
1654
+ tabletCellBundleEditor: import("../../reducers/tablet_cell_bundles/tablet-cell-bundle-editor").TabletCellBundleEditorState;
1655
+ chaos_cell_bundles: Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "cellsIdFilter"> & Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
1656
+ chaosCellBundleEditor: import("../../reducers/chaos_cell_bundles/tablet-cell-bundle-editor").ChaosCellBundleEditorState;
1657
+ users: import("redux").CombinedState<{
1658
+ table: {
1659
+ loaded: boolean;
1660
+ loading: boolean;
1661
+ error: null;
1662
+ users: never[];
1663
+ sort: {
1664
+ column: string;
1665
+ order: string;
1666
+ };
1667
+ } & {
1668
+ bannedFilter: boolean;
1669
+ nameFilter: string;
1670
+ groupFilter: string;
1671
+ };
1672
+ editUser: {
1673
+ loaded: boolean;
1674
+ loading: boolean;
1675
+ error: null;
1676
+ showModal: boolean;
1677
+ username: string;
1678
+ data: {};
1679
+ };
1680
+ }>;
1681
+ groups: import("redux").CombinedState<{
1682
+ table: {
1683
+ loaded: boolean;
1684
+ loading: boolean;
1685
+ error: null;
1686
+ groups: never[];
1687
+ sort: {
1688
+ column: string;
1689
+ order: string;
1690
+ };
1691
+ expanded: {};
1692
+ } & {
1693
+ nameFilter: string;
1694
+ };
1695
+ editor: {
1696
+ loaded: boolean;
1697
+ loading: boolean;
1698
+ error: null;
1699
+ data: {};
1700
+ idmData: {
1701
+ group: {
1702
+ members: never[];
1703
+ responsibles: never[];
1704
+ };
1705
+ version: string;
1706
+ };
1707
+ showModal: boolean;
1708
+ groupName: string;
1709
+ };
1710
+ }>;
1711
+ scheduling: import("redux").CombinedState<{
1712
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
1713
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
1714
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
1715
+ }>;
1716
+ suggests: import("redux").CombinedState<{
1717
+ tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
1718
+ }>;
1719
+ job: import("redux").CombinedState<{
1720
+ general: import("../../reducers/job/general").GeneralState;
1721
+ statistics: import("../../reducers/job/statistics").StatisticsEphemeralState & import("../../reducers/job/statistics").StatisticsPersistedState;
1722
+ competitors: import("../../reducers/job/competitors").CompetitorsState;
1723
+ specification: import("../../reducers/job/specification").SpecificationEphemeralState & import("../../reducers/job/specification").SpecificationPersistedState;
1724
+ }>;
1725
+ executeBatch: import("../../reducers/execute-batch").ExecuteBatchState;
1726
+ queryTracker: import("redux").CombinedState<{
1727
+ list: import("../../../pages/query-tracker/module/queries_list/reducer").QueriesListState;
1728
+ query: import("../../../pages/query-tracker/module/query/reducer").QueryState;
1729
+ results: never;
1730
+ }>;
1731
+ chyt: import("redux").CombinedState<{
1732
+ list: import("../../reducers/chyt/list").ChytListState;
1733
+ listFilters: import("../../reducers/chyt/list-filters").ChytListFilters;
1734
+ clique: Omit<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique"> & Pick<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique">;
1735
+ options: import("../../reducers/chyt/options").ChytCliqueOptionsState;
1736
+ speclet: import("../../reducers/chyt/speclet").ChytCliqueSpecletState;
1737
+ }>;
1738
+ }>, "global"> & {
1739
+ global: {
1740
+ [key: string]: any;
1741
+ version: `${number}.${number}.${number}-${string}`;
1742
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
1743
+ masterVersion: `${number}.${number}.${number}-${string}`;
1744
+ clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
1745
+ cluster?: string | undefined;
1746
+ rootPagesCluster?: string | undefined;
1747
+ asideHeaderWidth: number;
1748
+ allowedExperimentalPages: string[];
1749
+ };
1750
+ }) => boolean) & import("reselect").OutputSelectorFields<(args_0: (featureName: "fieldsFilter" | "effectiveExpiration" | "clusterNodeVersion" | "nodeMaintenanceApi" | "schedulingChildrenByPool") => boolean) => boolean, {
112
1751
  clearCache: () => void;
113
1752
  }> & {
114
1753
  clearCache: () => void;
115
1754
  };
116
- export const isSupportedEffectiveExpiration: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: (featureName: any) => any) => any, {
1755
+ export declare const isSupportedClusterNodeForVersions: ((state: Omit<import("redux").CombinedState<{
1756
+ acl: any;
1757
+ aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
1758
+ actions: never;
1759
+ clustersMenu: {
1760
+ viewMode: any;
1761
+ clusters: {};
1762
+ clusterFilter: string;
1763
+ } | {
1764
+ clusterFilter: any;
1765
+ clusters: {};
1766
+ viewMode: string;
1767
+ };
1768
+ components: import("redux").CombinedState<{
1769
+ versionsV2: import("../../reducers/components/versions/versions_v2").VersionsState & import("../../reducers/components/versions/versions_v2").VersionsFiltersState;
1770
+ nodes: import("redux").CombinedState<{
1771
+ nodes: import("../../reducers/components/nodes/nodes/nodes").NodesEphemeralState & import("../../reducers/components/nodes/nodes/nodes").NodesPersistedState;
1772
+ setup: import("../../reducers/components/nodes/setup/setup").NodesSetupState;
1773
+ }>;
1774
+ node: import("redux").CombinedState<{
1775
+ node: import("../../reducers/components/node/node").NodeEphemeralState;
1776
+ memory: {
1777
+ sortOrder: import("../../../types").SortState<string>[];
1778
+ tablesSortOrder: import("../../../types").SortState<string>[];
1779
+ collapsedBundles: string[];
1780
+ viewMode: "cells" | "tables";
1781
+ loading: boolean;
1782
+ loaded: boolean;
1783
+ error: import("../../../types").YTError | undefined;
1784
+ memory: import("../../../types/node/node").MemoryUsage | undefined;
1785
+ filter: string;
1786
+ host: string;
1787
+ };
1788
+ unrecognizedOptions: {
1789
+ loading: boolean;
1790
+ loaded: boolean;
1791
+ error: import("../../../types").YTError | undefined;
1792
+ data: any;
1793
+ host: string | undefined;
1794
+ };
1795
+ }>;
1796
+ proxies: import("redux").CombinedState<{
1797
+ proxies: {
1798
+ loading: boolean;
1799
+ loaded: boolean;
1800
+ error: boolean;
1801
+ errorData: {};
1802
+ proxies: never[];
1803
+ } & {
1804
+ hostFilter: string;
1805
+ stateFilter: string;
1806
+ roleFilter: string;
1807
+ bannedFilter: "false" | "all" | "true";
1808
+ };
1809
+ }>;
1810
+ shards: {
1811
+ loading: boolean;
1812
+ loaded: boolean;
1813
+ error: boolean;
1814
+ errorData: {};
1815
+ shards: never[];
1816
+ nameId: string;
1817
+ nameVisible: boolean;
1818
+ nameLoading: boolean;
1819
+ nameLoaded: boolean;
1820
+ nameError: boolean;
1821
+ nameErrorData: {};
1822
+ };
1823
+ nodeMaintenanceModal: import("../../reducers/components/node-maintenance-modal").NodeMaintenanceState;
1824
+ }>;
1825
+ global: any;
1826
+ supportedFeatures: import("../../reducers/global/supported-features").SupportedFeaturesState;
1827
+ modals: import("redux").CombinedState<{
1828
+ attributesModal: {
1829
+ title: any;
1830
+ visible: boolean;
1831
+ loading: boolean;
1832
+ loaded: boolean;
1833
+ error: boolean;
1834
+ attributes: {};
1835
+ errorData: {};
1836
+ } | {
1837
+ attributes: any;
1838
+ loading: boolean;
1839
+ loaded: boolean;
1840
+ error: boolean;
1841
+ visible: boolean;
1842
+ title: string;
1843
+ errorData: {};
1844
+ } | {
1845
+ errorData: any;
1846
+ loading: boolean;
1847
+ loaded: boolean;
1848
+ error: boolean;
1849
+ visible: boolean;
1850
+ title: string;
1851
+ attributes: {};
1852
+ };
1853
+ errors: import("../../reducers/modals/errors").ErrorsState;
1854
+ }>;
1855
+ navigation: import("redux").CombinedState<{
1856
+ pathEditor: {
1857
+ suggestionsLoaded: boolean;
1858
+ suggestionsLoading: boolean;
1859
+ suggestions: any;
1860
+ suggestionsPath: any;
1861
+ suggestionsError: boolean;
1862
+ errorMessage: string;
1863
+ } | {
1864
+ suggestionsLoading: boolean;
1865
+ errorMessage: any;
1866
+ suggestionsError: boolean;
1867
+ suggestions: never[];
1868
+ suggestionsPath: string;
1869
+ suggestionsLoaded: boolean;
1870
+ };
1871
+ navigation: {
1872
+ loadState: "" | "error" | "loading" | "loaded" | "cancelled";
1873
+ transaction: null;
1874
+ error: undefined;
1875
+ attributes: {};
1876
+ isIdmSupported: boolean;
1877
+ remoteDestinationsConfig: undefined;
1878
+ remoteDestinationsState: "";
1879
+ remoteDestinationsError: undefined;
1880
+ isWriteable: boolean;
1881
+ isAccountUsable: boolean;
1882
+ checkPermissionsError: undefined;
1883
+ } & {
1884
+ path: string;
1885
+ mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
1886
+ };
1887
+ content: import("redux").CombinedState<{
1888
+ replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
1889
+ mapNode: {
1890
+ loadState: "";
1891
+ resourcesLoading: boolean;
1892
+ error: undefined;
1893
+ nodesData: never[];
1894
+ lastSelected: undefined;
1895
+ } & {
1896
+ filter: string;
1897
+ filterPathname: string;
1898
+ customSort: string;
1899
+ selected: {};
1900
+ mediumType: string;
1901
+ contentMode: "default";
1902
+ };
1903
+ table: {
1904
+ loading: boolean;
1905
+ loaded: boolean;
1906
+ error: boolean;
1907
+ errorData: {};
1908
+ columns: never[];
1909
+ columnsOrder: never[];
1910
+ omittedColumns: never[];
1911
+ deniedKeyColumns: never[];
1912
+ rows: never[];
1913
+ yqlTypes: null;
1914
+ isOffsetSelectorOpen: boolean;
1915
+ isColumnSelectorOpen: boolean;
1916
+ isFullScreen: boolean;
1917
+ nextOffsetValue: null;
1918
+ moveBackward: boolean;
1919
+ validColumns: never[];
1920
+ /**
1921
+ * Determines wheter a given version belongs to a versionInterval [a, b)
1922
+ * Left end included, right end excluded (intuitive limitations - features are supported starting from a specific build)
1923
+ * @param {String} version
1924
+ * @param {String|Object} versionInterval
1925
+ * @returns {boolean}
1926
+ */
1927
+ queryPreparing: boolean;
1928
+ } & {
1929
+ isDynamic: boolean;
1930
+ isStrict: boolean;
1931
+ offsetMode: string;
1932
+ offsetValue: string;
1933
+ pageSize: 10 | 50 | 100 | 200;
1934
+ cellSize: 1024 | 16384 | 32768 | 65536;
1935
+ columnsPresetHash: string;
1936
+ columnsPreset: {
1937
+ columns: undefined;
1938
+ hash: undefined;
1939
+ error: undefined;
1940
+ };
1941
+ };
1942
+ tableMountConfig: import("../../reducers/navigation/content/table/table-mount-config").TableMountConfigState;
1943
+ document: {
1944
+ document: any;
1945
+ loaded: boolean;
1946
+ loading: boolean;
1947
+ error: boolean;
1948
+ errorData: {};
1949
+ } | {
1950
+ loading: boolean;
1951
+ error: boolean;
1952
+ errorData: any;
1953
+ loaded: boolean;
1954
+ document: null;
1955
+ };
1956
+ file: {
1957
+ file: any;
1958
+ loaded: boolean;
1959
+ loading: boolean;
1960
+ error: boolean;
1961
+ errorData: {};
1962
+ } | {
1963
+ loading: boolean;
1964
+ error: boolean;
1965
+ errorData: any;
1966
+ loaded: boolean;
1967
+ file: string;
1968
+ };
1969
+ transaction: {
1970
+ loading: boolean;
1971
+ error: boolean;
1972
+ errorData: any;
1973
+ };
1974
+ transactionMap: {
1975
+ loading: boolean;
1976
+ loaded: boolean;
1977
+ error: boolean;
1978
+ errorData: {};
1979
+ transactions: never[];
1980
+ } & {
1981
+ filter: string;
1982
+ };
1983
+ }>;
1984
+ modals: import("redux").CombinedState<{
1985
+ attributesEditor: import("../../reducers/navigation/modals/attributes-editor").NavAttrEditorState;
1986
+ createDirectory: {
1987
+ creatingPath: any;
1988
+ popupVisible: boolean;
1989
+ showError: boolean;
1990
+ creating: boolean;
1991
+ errorMessage: string;
1992
+ error: {};
1993
+ } | {
1994
+ creatingPath: string;
1995
+ suggestions: never[];
1996
+ popupVisible: boolean;
1997
+ showError: boolean;
1998
+ creating: boolean;
1999
+ errorMessage: string;
2000
+ error: {};
2001
+ } | {
2002
+ showError: boolean;
2003
+ errorMessage: any;
2004
+ error: any;
2005
+ popupVisible: boolean;
2006
+ creating: boolean;
2007
+ creatingPath: string;
2008
+ };
2009
+ restoreObject: {
2010
+ popupVisible: boolean;
2011
+ restoredPath: any;
2012
+ objectPath: any;
2013
+ showError: boolean;
2014
+ errorMessage: string;
2015
+ error: {};
2016
+ restoring: boolean;
2017
+ } | {
2018
+ path: string;
2019
+ objectPath: string;
2020
+ suggestions: never[];
2021
+ popupVisible: boolean;
2022
+ showError: boolean;
2023
+ restoredPath: string;
2024
+ errorMessage: string;
2025
+ error: {};
2026
+ restoring: boolean;
2027
+ } | {
2028
+ showError: boolean;
2029
+ errorMessage: any;
2030
+ error: any;
2031
+ restoredPath: string;
2032
+ objectPath: string;
2033
+ popupVisible: boolean;
2034
+ restoring: boolean;
2035
+ };
2036
+ deleteObject: {
2037
+ item: any;
2038
+ multipleMode: any;
2039
+ permanently: any;
2040
+ visible: boolean;
2041
+ loading: boolean;
2042
+ loaded: boolean;
2043
+ error: boolean;
2044
+ errorData: {};
2045
+ loadingRealPath: boolean;
2046
+ errorRealPath: boolean;
2047
+ errorDataRealPath: {};
2048
+ realPath: string;
2049
+ account: string;
2050
+ name: string;
2051
+ resourceUsage: {};
2052
+ multipleInfo: never[];
2053
+ } | {
2054
+ loadingRealPath: boolean;
2055
+ errorRealPath: boolean;
2056
+ multipleInfo: any;
2057
+ loading: boolean;
2058
+ loaded: boolean;
2059
+ error: boolean;
2060
+ errorData: {};
2061
+ errorDataRealPath: {};
2062
+ realPath: string;
2063
+ account: string;
2064
+ name: string;
2065
+ resourceUsage: {};
2066
+ visible: boolean;
2067
+ permanently: boolean;
2068
+ multipleMode: boolean;
2069
+ item: {};
2070
+ } | {
2071
+ loadingRealPath: boolean;
2072
+ errorRealPath: boolean;
2073
+ realPath: any;
2074
+ name: any;
2075
+ account: any;
2076
+ resourceUsage: any;
2077
+ loading: boolean;
2078
+ loaded: boolean;
2079
+ error: boolean;
2080
+ errorData: {};
2081
+ errorDataRealPath: {};
2082
+ visible: boolean;
2083
+ permanently: boolean;
2084
+ multipleMode: boolean;
2085
+ multipleInfo: never[];
2086
+ item: {};
2087
+ } | {
2088
+ loadingRealPath: boolean;
2089
+ errorRealPath: boolean;
2090
+ errorDataRealPath: any;
2091
+ loading: boolean;
2092
+ loaded: boolean;
2093
+ error: boolean;
2094
+ errorData: {};
2095
+ realPath: string;
2096
+ account: string;
2097
+ name: string;
2098
+ resourceUsage: {};
2099
+ visible: boolean;
2100
+ permanently: boolean;
2101
+ multipleMode: boolean;
2102
+ multipleInfo: never[];
2103
+ item: {};
2104
+ } | {
2105
+ loading: boolean;
2106
+ error: boolean;
2107
+ errorData: any;
2108
+ loaded: boolean;
2109
+ loadingRealPath: boolean;
2110
+ errorRealPath: boolean;
2111
+ errorDataRealPath: {};
2112
+ realPath: string;
2113
+ account: string;
2114
+ name: string;
2115
+ resourceUsage: {};
2116
+ visible: boolean;
2117
+ permanently: boolean;
2118
+ multipleMode: boolean;
2119
+ multipleInfo: never[];
2120
+ item: {};
2121
+ };
2122
+ createTable: any;
2123
+ moveObject: {
2124
+ creating: boolean;
2125
+ renaming: boolean;
2126
+ errorMessage: string;
2127
+ error: {};
2128
+ popupVisible: boolean;
2129
+ showError: boolean;
2130
+ multipleMode: boolean;
2131
+ items: never[];
2132
+ movedPath: string;
2133
+ objectPath: string;
2134
+ } | {
2135
+ items: any;
2136
+ multipleMode: any;
2137
+ movedPath: any;
2138
+ popupVisible: boolean;
2139
+ objectPath: any;
2140
+ showError: boolean;
2141
+ renaming: boolean;
2142
+ errorMessage: string;
2143
+ error: {};
2144
+ } | {
2145
+ movedPath: string;
2146
+ suggestions: never[];
2147
+ popupVisible: boolean;
2148
+ showError: boolean;
2149
+ renaming: boolean;
2150
+ multipleMode: boolean;
2151
+ items: never[];
2152
+ errorMessage: string;
2153
+ error: {};
2154
+ objectPath: string;
2155
+ } | {
2156
+ showError: boolean;
2157
+ errorMessage: any;
2158
+ error: any;
2159
+ popupVisible: boolean;
2160
+ renaming: boolean;
2161
+ multipleMode: boolean;
2162
+ items: never[];
2163
+ movedPath: string;
2164
+ objectPath: string;
2165
+ };
2166
+ copyObject: {
2167
+ items: any;
2168
+ objectPath: any;
2169
+ multipleMode: any;
2170
+ popupVisible: boolean;
2171
+ copyPath: any;
2172
+ showError: boolean;
2173
+ errorMessage: string;
2174
+ error: {};
2175
+ copying: boolean;
2176
+ } | {
2177
+ path: string;
2178
+ objectPath: string;
2179
+ suggestions: never[];
2180
+ popupVisible: boolean;
2181
+ showError: boolean;
2182
+ copyPath: string;
2183
+ errorMessage: string;
2184
+ error: {};
2185
+ copying: boolean;
2186
+ multipleMode: boolean;
2187
+ items: never[];
2188
+ } | {
2189
+ showError: boolean;
2190
+ errorMessage: any;
2191
+ error: any;
2192
+ copyPath: string;
2193
+ objectPath: string;
2194
+ popupVisible: boolean;
2195
+ copying: boolean;
2196
+ multipleMode: boolean;
2197
+ items: never[];
2198
+ };
2199
+ tableEraseModal: import("../../reducers/navigation/modals/table-erase-modal").State;
2200
+ tableMergeSortModal: import("../../reducers/navigation/modals/table-merge-sort-modal").TableSortMergeModal;
2201
+ remoteCopyModal: import("../../reducers/navigation/modals/remote-copy-modal").RemoteCopyModalState;
2202
+ dynTablesStateModal: import("../../reducers/navigation/modals/dyn-tables-state-modal").DynTablesStateModalState;
2203
+ linkToModal: import("../../reducers/navigation/modals/link-to-modal").LinkToState;
2204
+ }>;
2205
+ tabs: import("redux").CombinedState<{
2206
+ accessLog: import("redux").CombinedState<{
2207
+ accessLog: import("../../reducers/navigation/tabs/access-log/access-log").AccessLogState;
2208
+ accessLogFilters: import("../../reducers/navigation/tabs/access-log/access-log-filters").AccessLogFiltersState;
2209
+ }>;
2210
+ consumer: import("redux").CombinedState<{
2211
+ filters: import("../../reducers/navigation/tabs/consumer/filters").ConsumerFiltersState;
2212
+ partitions: import("../../reducers/navigation/tabs/consumer/partitions").ConsumerPartitionsState;
2213
+ status: import("../../reducers/navigation/tabs/consumer/status").ConsumerStatusState;
2214
+ }>;
2215
+ locks: any;
2216
+ queue: import("redux").CombinedState<{
2217
+ filters: import("../../reducers/navigation/tabs/queue/filters").QueueFiltersState;
2218
+ partitions: import("../../reducers/navigation/tabs/queue/partitions").QueuePartitionsState;
2219
+ status: import("../../reducers/navigation/tabs/queue/status").QueueStatusState;
2220
+ }>;
2221
+ schema: {
2222
+ column: any;
2223
+ };
2224
+ tablets: {
2225
+ loading: boolean;
2226
+ loaded: boolean;
2227
+ error: boolean;
2228
+ errorData: {};
2229
+ tablets: never[];
2230
+ expandedHosts: never[];
2231
+ } & {
2232
+ tabletsFilter: string;
2233
+ tabletsMode: string;
2234
+ histogramType: string;
2235
+ histogramCollapsed: boolean;
2236
+ };
2237
+ annotation: any;
2238
+ tabletErrors: import("../../reducers/navigation/tabs/tablet-errors").TabletErrorsState;
2239
+ userAttributes: {
2240
+ userAttributeKeys: any;
2241
+ loaded: boolean;
2242
+ loading: boolean;
2243
+ error: boolean;
2244
+ errorData: {};
2245
+ } | {
2246
+ loading: boolean;
2247
+ error: boolean;
2248
+ errorData: any;
2249
+ loaded: boolean;
2250
+ userAttributeKeys: never[];
2251
+ };
2252
+ }>;
2253
+ }>;
2254
+ dashboard: {
2255
+ activeTab: any;
2256
+ };
2257
+ operations: import("redux").CombinedState<{
2258
+ page: {
2259
+ editWeightModal: {
2260
+ visible: boolean;
2261
+ editable: any;
2262
+ operation: any;
2263
+ loading: boolean;
2264
+ loaded: boolean;
2265
+ error: boolean;
2266
+ errorData: {};
2267
+ };
2268
+ status: string;
2269
+ error: {};
2270
+ } | {
2271
+ editWeightModal: {
2272
+ loading: boolean;
2273
+ error: boolean;
2274
+ errorData: any;
2275
+ loaded: boolean;
2276
+ editable: boolean;
2277
+ visible: boolean;
2278
+ operation: {};
2279
+ };
2280
+ status: string;
2281
+ error: {};
2282
+ };
2283
+ list: Pick<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode"> & Omit<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode">;
2284
+ detail: {
2285
+ loading: boolean;
2286
+ loaded: boolean;
2287
+ error: boolean;
2288
+ errorData: {
2289
+ message: string;
2290
+ details: null;
2291
+ };
2292
+ operation: import("../../../pages/operations/selectors").DetailedOperationSelector;
2293
+ actions: import("../../../utils/operations/details-ts").OperationAction[];
2294
+ details: {
2295
+ alert_events: {
2296
+ alert_type: string;
2297
+ time: string;
2298
+ error: YTError;
2299
+ }[];
2300
+ };
2301
+ resourcesStatus: "";
2302
+ resources: {};
2303
+ monitorChartStates: {};
2304
+ };
2305
+ statistics: import("../../reducers/operations/statistics/statistics").OperationStatistics;
2306
+ jobs: any;
2307
+ jobsMonitor: import("../../reducers/operations/jobs/jobs-monitor").JobsMonitorState;
2308
+ }>;
2309
+ settings: import("../../reducers/settings").SettingsState;
2310
+ slideoutMenu: {
2311
+ pages: {
2312
+ all: import("../../../pages").HeaderItem[];
2313
+ recent: never[];
2314
+ rest: never[];
2315
+ };
2316
+ clusters: {
2317
+ all: any;
2318
+ recent: never[];
2319
+ rest: never[];
2320
+ };
2321
+ };
2322
+ system: import("redux").CombinedState<{
2323
+ schedulersAndAgents: {
2324
+ fetching: boolean;
2325
+ hasError: boolean;
2326
+ error: {};
2327
+ schedulers: never[];
2328
+ schedulerAlerts: never[];
2329
+ agents: never[];
2330
+ agentAlerts: never[];
2331
+ };
2332
+ proxies: import("../../reducers/system/proxies").HttpProxiesState;
2333
+ rpcProxies: import("../../reducers/system/proxies").HttpProxiesState;
2334
+ chunks: {
2335
+ fetching: boolean;
2336
+ error: null;
2337
+ replication: undefined;
2338
+ sealer: undefined;
2339
+ refresh: undefined;
2340
+ requisitionUpdate: undefined;
2341
+ cells: undefined;
2342
+ types: undefined;
2343
+ };
2344
+ resources: {
2345
+ loaded: boolean;
2346
+ nodeAttrsLoaded: boolean;
2347
+ fetching: boolean;
2348
+ resources: {};
2349
+ nodeAttributes: undefined;
2350
+ };
2351
+ masters: import("../../reducers/system/masters").MastersState;
2352
+ nodes: import("../../reducers/system/nodes").SystemNodesState;
2353
+ }>;
2354
+ tables: {
2355
+ clusters: {
2356
+ field: string;
2357
+ asc: boolean;
2358
+ };
2359
+ "system/chunks": {
2360
+ field: string;
2361
+ asc: boolean;
2362
+ };
2363
+ "navigation/map-nodes": {
2364
+ field: string;
2365
+ asc: boolean;
2366
+ };
2367
+ "navigation/tablets": {
2368
+ field: string;
2369
+ asc: boolean;
2370
+ };
2371
+ "navigation/content/transaction-map": {
2372
+ field: string;
2373
+ asc: boolean;
2374
+ };
2375
+ "tablet/partitions": {
2376
+ field: string;
2377
+ asc: boolean;
2378
+ };
2379
+ "tablet/partition/stores": {
2380
+ field: string;
2381
+ asc: boolean;
2382
+ };
2383
+ "accounts/accounts": {
2384
+ field: string;
2385
+ asc: boolean;
2386
+ };
2387
+ "operations/detail/jobs": {
2388
+ field: string;
2389
+ asc: boolean;
2390
+ };
2391
+ "components/versions/detailed": {
2392
+ field: string;
2393
+ asc: boolean;
2394
+ };
2395
+ "components/nodes": {
2396
+ field: string;
2397
+ asc: boolean;
2398
+ };
2399
+ "components/nodes/node": {
2400
+ field: string;
2401
+ asc: boolean;
2402
+ };
2403
+ "components/proxies": {
2404
+ field: string;
2405
+ asc: boolean;
2406
+ };
2407
+ "scheduling/pool-tree": {
2408
+ field: string;
2409
+ asc: boolean;
2410
+ };
2411
+ "scheduling/pool-children": {
2412
+ field: string;
2413
+ asc: boolean;
2414
+ };
2415
+ };
2416
+ accounts: import("redux").CombinedState<{
2417
+ accounts: {
2418
+ fetching: boolean;
2419
+ wasLoaded: boolean;
2420
+ loadTotals: boolean;
2421
+ loadNodes: boolean;
2422
+ error: boolean;
2423
+ errorData: {};
2424
+ accounts: never[];
2425
+ accountsTreeState: string;
2426
+ editableAccount: {};
2427
+ showEditor: boolean;
2428
+ responsibleUsers: never[];
2429
+ usableAccounts: never[];
2430
+ clusterTotalsUsage: {};
2431
+ nodesData: {};
2432
+ editCounter: number;
2433
+ disableCacheForNextFetch: boolean;
2434
+ } & {
2435
+ activeAccount: string;
2436
+ activeNameFilter: string;
2437
+ activeContentModeFilter: string;
2438
+ masterMemoryContentMode: string;
2439
+ activeMediumFilter: string;
2440
+ sortState: {
2441
+ field: string;
2442
+ asc: boolean;
2443
+ };
2444
+ abcServiceFilter: {
2445
+ slug: undefined;
2446
+ };
2447
+ };
2448
+ editor: {
2449
+ users: never[];
2450
+ usersError: {};
2451
+ fetchingError: boolean;
2452
+ activeUserFilter: string;
2453
+ activeUserList: never[];
2454
+ createModalVisible: boolean;
2455
+ deleteModalVisible: boolean;
2456
+ newAccountInfo: {};
2457
+ };
2458
+ usage: import("redux").CombinedState<{
2459
+ snapshots: import("../../reducers/accounts/usage/accounts-usage-snapshots").AccountsSnapshotState;
2460
+ list: import("../../reducers/accounts/usage/accounts-usage-list").AccountUsageListData;
2461
+ tree: import("../../reducers/accounts/usage/accounts-usage-tree").AccountUsageTreeData;
2462
+ filters: import("../../reducers/accounts/usage/accounts-usage-filters").AccountUsageFiltersState;
2463
+ listDiff: import("../../reducers/accounts/usage/accounts-usage-list-diff").AccountUsageListDiffData;
2464
+ treeDiff: import("../../reducers/accounts/usage/accounts-usage-tree-diff").AccountUsageTreeDiffData;
2465
+ }>;
2466
+ }>;
2467
+ pathViewer: {
2468
+ loading: boolean;
2469
+ loaded: boolean;
2470
+ error: boolean;
2471
+ errorData: {};
2472
+ data: undefined;
2473
+ } & {
2474
+ path: string;
2475
+ attributes: string;
2476
+ command: string;
2477
+ maxSize: string;
2478
+ encodeUTF8: boolean;
2479
+ stringify: boolean;
2480
+ annotateWithTypes: boolean;
2481
+ };
2482
+ tablet: import("redux").CombinedState<{
2483
+ tablet: {
2484
+ loading: boolean;
2485
+ loaded: boolean;
2486
+ error: boolean;
2487
+ errorData: {};
2488
+ attributes: {};
2489
+ partitions: never[];
2490
+ tabletErrors: never[];
2491
+ replicationErrors: {};
2492
+ tablePath: string;
2493
+ cellLeadingPeer: {};
2494
+ activeHistogram: string;
2495
+ pivotKey: undefined;
2496
+ nextPivotKey: undefined;
2497
+ } & {
2498
+ contentMode: string;
2499
+ };
2500
+ stores: {
2501
+ stores: any;
2502
+ loaded: boolean;
2503
+ loading: boolean;
2504
+ error: boolean;
2505
+ errorData: {};
2506
+ } | {
2507
+ loading: boolean;
2508
+ error: boolean;
2509
+ errorData: any;
2510
+ loaded: boolean;
2511
+ stores: never[];
2512
+ };
2513
+ }>;
2514
+ tablet_cell_bundles: Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "writableByName" | "cellsIdFilter" | "bundleDefaultConfig"> & Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
2515
+ tabletCellBundleEditor: import("../../reducers/tablet_cell_bundles/tablet-cell-bundle-editor").TabletCellBundleEditorState;
2516
+ chaos_cell_bundles: Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "cellsIdFilter"> & Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
2517
+ chaosCellBundleEditor: import("../../reducers/chaos_cell_bundles/tablet-cell-bundle-editor").ChaosCellBundleEditorState;
2518
+ users: import("redux").CombinedState<{
2519
+ table: {
2520
+ loaded: boolean;
2521
+ loading: boolean;
2522
+ error: null;
2523
+ users: never[];
2524
+ sort: {
2525
+ column: string;
2526
+ order: string;
2527
+ };
2528
+ } & {
2529
+ bannedFilter: boolean;
2530
+ nameFilter: string;
2531
+ groupFilter: string;
2532
+ };
2533
+ editUser: {
2534
+ loaded: boolean;
2535
+ loading: boolean;
2536
+ error: null;
2537
+ showModal: boolean;
2538
+ username: string;
2539
+ data: {};
2540
+ };
2541
+ }>;
2542
+ groups: import("redux").CombinedState<{
2543
+ table: {
2544
+ loaded: boolean;
2545
+ loading: boolean;
2546
+ error: null;
2547
+ groups: never[];
2548
+ sort: {
2549
+ column: string;
2550
+ order: string;
2551
+ };
2552
+ expanded: {};
2553
+ } & {
2554
+ nameFilter: string;
2555
+ };
2556
+ editor: {
2557
+ loaded: boolean;
2558
+ loading: boolean;
2559
+ error: null;
2560
+ data: {};
2561
+ idmData: {
2562
+ group: {
2563
+ members: never[];
2564
+ responsibles: never[];
2565
+ };
2566
+ version: string;
2567
+ };
2568
+ showModal: boolean;
2569
+ groupName: string;
2570
+ };
2571
+ }>;
2572
+ scheduling: import("redux").CombinedState<{
2573
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
2574
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
2575
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
2576
+ }>;
2577
+ suggests: import("redux").CombinedState<{
2578
+ tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
2579
+ }>;
2580
+ job: import("redux").CombinedState<{
2581
+ general: import("../../reducers/job/general").GeneralState;
2582
+ statistics: import("../../reducers/job/statistics").StatisticsEphemeralState & import("../../reducers/job/statistics").StatisticsPersistedState;
2583
+ competitors: import("../../reducers/job/competitors").CompetitorsState;
2584
+ specification: import("../../reducers/job/specification").SpecificationEphemeralState & import("../../reducers/job/specification").SpecificationPersistedState;
2585
+ }>;
2586
+ executeBatch: import("../../reducers/execute-batch").ExecuteBatchState;
2587
+ queryTracker: import("redux").CombinedState<{
2588
+ list: import("../../../pages/query-tracker/module/queries_list/reducer").QueriesListState;
2589
+ query: import("../../../pages/query-tracker/module/query/reducer").QueryState;
2590
+ results: never;
2591
+ }>;
2592
+ chyt: import("redux").CombinedState<{
2593
+ list: import("../../reducers/chyt/list").ChytListState;
2594
+ listFilters: import("../../reducers/chyt/list-filters").ChytListFilters;
2595
+ clique: Omit<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique"> & Pick<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique">;
2596
+ options: import("../../reducers/chyt/options").ChytCliqueOptionsState;
2597
+ speclet: import("../../reducers/chyt/speclet").ChytCliqueSpecletState;
2598
+ }>;
2599
+ }>, "global"> & {
2600
+ global: {
2601
+ [key: string]: any;
2602
+ version: `${number}.${number}.${number}-${string}`;
2603
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
2604
+ masterVersion: `${number}.${number}.${number}-${string}`;
2605
+ clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
2606
+ cluster?: string | undefined;
2607
+ rootPagesCluster?: string | undefined;
2608
+ asideHeaderWidth: number;
2609
+ allowedExperimentalPages: string[];
2610
+ };
2611
+ }) => boolean) & import("reselect").OutputSelectorFields<(args_0: (featureName: "fieldsFilter" | "effectiveExpiration" | "clusterNodeVersion" | "nodeMaintenanceApi" | "schedulingChildrenByPool") => boolean) => boolean, {
117
2612
  clearCache: () => void;
118
2613
  }> & {
119
2614
  clearCache: () => void;
120
2615
  };
121
- export const isSupportedClusterNodeForVersions: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: (featureName: any) => any) => any, {
2616
+ export declare const isSupportedNodeMaintenanceApi: ((state: Omit<import("redux").CombinedState<{
2617
+ acl: any;
2618
+ aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
2619
+ actions: never;
2620
+ clustersMenu: {
2621
+ viewMode: any;
2622
+ clusters: {};
2623
+ clusterFilter: string;
2624
+ } | {
2625
+ clusterFilter: any;
2626
+ clusters: {};
2627
+ viewMode: string;
2628
+ };
2629
+ components: import("redux").CombinedState<{
2630
+ versionsV2: import("../../reducers/components/versions/versions_v2").VersionsState & import("../../reducers/components/versions/versions_v2").VersionsFiltersState;
2631
+ nodes: import("redux").CombinedState<{
2632
+ nodes: import("../../reducers/components/nodes/nodes/nodes").NodesEphemeralState & import("../../reducers/components/nodes/nodes/nodes").NodesPersistedState;
2633
+ setup: import("../../reducers/components/nodes/setup/setup").NodesSetupState;
2634
+ }>;
2635
+ node: import("redux").CombinedState<{
2636
+ node: import("../../reducers/components/node/node").NodeEphemeralState;
2637
+ memory: {
2638
+ sortOrder: import("../../../types").SortState<string>[];
2639
+ tablesSortOrder: import("../../../types").SortState<string>[];
2640
+ collapsedBundles: string[];
2641
+ viewMode: "cells" | "tables";
2642
+ loading: boolean;
2643
+ loaded: boolean;
2644
+ error: import("../../../types").YTError | undefined;
2645
+ memory: import("../../../types/node/node").MemoryUsage | undefined;
2646
+ filter: string;
2647
+ host: string;
2648
+ };
2649
+ unrecognizedOptions: {
2650
+ loading: boolean;
2651
+ loaded: boolean;
2652
+ error: import("../../../types").YTError | undefined;
2653
+ data: any;
2654
+ host: string | undefined;
2655
+ };
2656
+ }>;
2657
+ proxies: import("redux").CombinedState<{
2658
+ proxies: {
2659
+ loading: boolean;
2660
+ loaded: boolean;
2661
+ error: boolean;
2662
+ errorData: {};
2663
+ proxies: never[];
2664
+ } & {
2665
+ hostFilter: string;
2666
+ stateFilter: string;
2667
+ roleFilter: string;
2668
+ bannedFilter: "false" | "all" | "true";
2669
+ };
2670
+ }>;
2671
+ shards: {
2672
+ loading: boolean;
2673
+ loaded: boolean;
2674
+ error: boolean;
2675
+ errorData: {};
2676
+ shards: never[];
2677
+ nameId: string;
2678
+ nameVisible: boolean;
2679
+ nameLoading: boolean;
2680
+ nameLoaded: boolean;
2681
+ nameError: boolean;
2682
+ nameErrorData: {};
2683
+ };
2684
+ nodeMaintenanceModal: import("../../reducers/components/node-maintenance-modal").NodeMaintenanceState;
2685
+ }>;
2686
+ global: any;
2687
+ supportedFeatures: import("../../reducers/global/supported-features").SupportedFeaturesState;
2688
+ modals: import("redux").CombinedState<{
2689
+ attributesModal: {
2690
+ title: any;
2691
+ visible: boolean;
2692
+ loading: boolean;
2693
+ loaded: boolean;
2694
+ error: boolean;
2695
+ attributes: {};
2696
+ errorData: {};
2697
+ } | {
2698
+ attributes: any;
2699
+ loading: boolean;
2700
+ loaded: boolean;
2701
+ error: boolean;
2702
+ visible: boolean;
2703
+ title: string;
2704
+ errorData: {};
2705
+ } | {
2706
+ errorData: any;
2707
+ loading: boolean;
2708
+ loaded: boolean;
2709
+ error: boolean;
2710
+ visible: boolean;
2711
+ title: string;
2712
+ attributes: {};
2713
+ };
2714
+ errors: import("../../reducers/modals/errors").ErrorsState;
2715
+ }>;
2716
+ navigation: import("redux").CombinedState<{
2717
+ pathEditor: {
2718
+ suggestionsLoaded: boolean;
2719
+ suggestionsLoading: boolean;
2720
+ suggestions: any;
2721
+ suggestionsPath: any;
2722
+ suggestionsError: boolean;
2723
+ errorMessage: string;
2724
+ } | {
2725
+ suggestionsLoading: boolean;
2726
+ errorMessage: any;
2727
+ suggestionsError: boolean;
2728
+ suggestions: never[];
2729
+ suggestionsPath: string;
2730
+ suggestionsLoaded: boolean;
2731
+ };
2732
+ navigation: {
2733
+ loadState: "" | "error" | "loading" | "loaded" | "cancelled";
2734
+ transaction: null;
2735
+ error: undefined;
2736
+ attributes: {};
2737
+ isIdmSupported: boolean;
2738
+ remoteDestinationsConfig: undefined;
2739
+ remoteDestinationsState: "";
2740
+ remoteDestinationsError: undefined;
2741
+ isWriteable: boolean;
2742
+ isAccountUsable: boolean;
2743
+ checkPermissionsError: undefined;
2744
+ } & {
2745
+ path: string;
2746
+ mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
2747
+ };
2748
+ content: import("redux").CombinedState<{
2749
+ replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
2750
+ mapNode: {
2751
+ loadState: "";
2752
+ resourcesLoading: boolean;
2753
+ error: undefined;
2754
+ nodesData: never[];
2755
+ lastSelected: undefined;
2756
+ } & {
2757
+ filter: string;
2758
+ filterPathname: string;
2759
+ customSort: string;
2760
+ selected: {};
2761
+ mediumType: string;
2762
+ contentMode: "default";
2763
+ };
2764
+ table: {
2765
+ loading: boolean;
2766
+ loaded: boolean;
2767
+ error: boolean;
2768
+ errorData: {};
2769
+ columns: never[];
2770
+ columnsOrder: never[];
2771
+ omittedColumns: never[];
2772
+ deniedKeyColumns: never[];
2773
+ rows: never[];
2774
+ yqlTypes: null;
2775
+ isOffsetSelectorOpen: boolean;
2776
+ isColumnSelectorOpen: boolean;
2777
+ isFullScreen: boolean;
2778
+ nextOffsetValue: null;
2779
+ moveBackward: boolean;
2780
+ validColumns: never[];
2781
+ /**
2782
+ * Determines wheter a given version belongs to a versionInterval [a, b)
2783
+ * Left end included, right end excluded (intuitive limitations - features are supported starting from a specific build)
2784
+ * @param {String} version
2785
+ * @param {String|Object} versionInterval
2786
+ * @returns {boolean}
2787
+ */
2788
+ queryPreparing: boolean;
2789
+ } & {
2790
+ isDynamic: boolean;
2791
+ isStrict: boolean;
2792
+ offsetMode: string;
2793
+ offsetValue: string;
2794
+ pageSize: 10 | 50 | 100 | 200;
2795
+ cellSize: 1024 | 16384 | 32768 | 65536;
2796
+ columnsPresetHash: string;
2797
+ columnsPreset: {
2798
+ columns: undefined;
2799
+ hash: undefined;
2800
+ error: undefined;
2801
+ };
2802
+ };
2803
+ tableMountConfig: import("../../reducers/navigation/content/table/table-mount-config").TableMountConfigState;
2804
+ document: {
2805
+ document: any;
2806
+ loaded: boolean;
2807
+ loading: boolean;
2808
+ error: boolean;
2809
+ errorData: {};
2810
+ } | {
2811
+ loading: boolean;
2812
+ error: boolean;
2813
+ errorData: any;
2814
+ loaded: boolean;
2815
+ document: null;
2816
+ };
2817
+ file: {
2818
+ file: any;
2819
+ loaded: boolean;
2820
+ loading: boolean;
2821
+ error: boolean;
2822
+ errorData: {};
2823
+ } | {
2824
+ loading: boolean;
2825
+ error: boolean;
2826
+ errorData: any;
2827
+ loaded: boolean;
2828
+ file: string;
2829
+ };
2830
+ transaction: {
2831
+ loading: boolean;
2832
+ error: boolean;
2833
+ errorData: any;
2834
+ };
2835
+ transactionMap: {
2836
+ loading: boolean;
2837
+ loaded: boolean;
2838
+ error: boolean;
2839
+ errorData: {};
2840
+ transactions: never[];
2841
+ } & {
2842
+ filter: string;
2843
+ };
2844
+ }>;
2845
+ modals: import("redux").CombinedState<{
2846
+ attributesEditor: import("../../reducers/navigation/modals/attributes-editor").NavAttrEditorState;
2847
+ createDirectory: {
2848
+ creatingPath: any;
2849
+ popupVisible: boolean;
2850
+ showError: boolean;
2851
+ creating: boolean;
2852
+ errorMessage: string;
2853
+ error: {};
2854
+ } | {
2855
+ creatingPath: string;
2856
+ suggestions: never[];
2857
+ popupVisible: boolean;
2858
+ showError: boolean;
2859
+ creating: boolean;
2860
+ errorMessage: string;
2861
+ error: {};
2862
+ } | {
2863
+ showError: boolean;
2864
+ errorMessage: any;
2865
+ error: any;
2866
+ popupVisible: boolean;
2867
+ creating: boolean;
2868
+ creatingPath: string;
2869
+ };
2870
+ restoreObject: {
2871
+ popupVisible: boolean;
2872
+ restoredPath: any;
2873
+ objectPath: any;
2874
+ showError: boolean;
2875
+ errorMessage: string;
2876
+ error: {};
2877
+ restoring: boolean;
2878
+ } | {
2879
+ path: string;
2880
+ objectPath: string;
2881
+ suggestions: never[];
2882
+ popupVisible: boolean;
2883
+ showError: boolean;
2884
+ restoredPath: string;
2885
+ errorMessage: string;
2886
+ error: {};
2887
+ restoring: boolean;
2888
+ } | {
2889
+ showError: boolean;
2890
+ errorMessage: any;
2891
+ error: any;
2892
+ restoredPath: string;
2893
+ objectPath: string;
2894
+ popupVisible: boolean;
2895
+ restoring: boolean;
2896
+ };
2897
+ deleteObject: {
2898
+ item: any;
2899
+ multipleMode: any;
2900
+ permanently: any;
2901
+ visible: boolean;
2902
+ loading: boolean;
2903
+ loaded: boolean;
2904
+ error: boolean;
2905
+ errorData: {};
2906
+ loadingRealPath: boolean;
2907
+ errorRealPath: boolean;
2908
+ errorDataRealPath: {};
2909
+ realPath: string;
2910
+ account: string;
2911
+ name: string;
2912
+ resourceUsage: {};
2913
+ multipleInfo: never[];
2914
+ } | {
2915
+ loadingRealPath: boolean;
2916
+ errorRealPath: boolean;
2917
+ multipleInfo: any;
2918
+ loading: boolean;
2919
+ loaded: boolean;
2920
+ error: boolean;
2921
+ errorData: {};
2922
+ errorDataRealPath: {};
2923
+ realPath: string;
2924
+ account: string;
2925
+ name: string;
2926
+ resourceUsage: {};
2927
+ visible: boolean;
2928
+ permanently: boolean;
2929
+ multipleMode: boolean;
2930
+ item: {};
2931
+ } | {
2932
+ loadingRealPath: boolean;
2933
+ errorRealPath: boolean;
2934
+ realPath: any;
2935
+ name: any;
2936
+ account: any;
2937
+ resourceUsage: any;
2938
+ loading: boolean;
2939
+ loaded: boolean;
2940
+ error: boolean;
2941
+ errorData: {};
2942
+ errorDataRealPath: {};
2943
+ visible: boolean;
2944
+ permanently: boolean;
2945
+ multipleMode: boolean;
2946
+ multipleInfo: never[];
2947
+ item: {};
2948
+ } | {
2949
+ loadingRealPath: boolean;
2950
+ errorRealPath: boolean;
2951
+ errorDataRealPath: any;
2952
+ loading: boolean;
2953
+ loaded: boolean;
2954
+ error: boolean;
2955
+ errorData: {};
2956
+ realPath: string;
2957
+ account: string;
2958
+ name: string;
2959
+ resourceUsage: {};
2960
+ visible: boolean;
2961
+ permanently: boolean;
2962
+ multipleMode: boolean;
2963
+ multipleInfo: never[];
2964
+ item: {};
2965
+ } | {
2966
+ loading: boolean;
2967
+ error: boolean;
2968
+ errorData: any;
2969
+ loaded: boolean;
2970
+ loadingRealPath: boolean;
2971
+ errorRealPath: boolean;
2972
+ errorDataRealPath: {};
2973
+ realPath: string;
2974
+ account: string;
2975
+ name: string;
2976
+ resourceUsage: {};
2977
+ visible: boolean;
2978
+ permanently: boolean;
2979
+ multipleMode: boolean;
2980
+ multipleInfo: never[];
2981
+ item: {};
2982
+ };
2983
+ createTable: any;
2984
+ moveObject: {
2985
+ creating: boolean;
2986
+ renaming: boolean;
2987
+ errorMessage: string;
2988
+ error: {};
2989
+ popupVisible: boolean;
2990
+ showError: boolean;
2991
+ multipleMode: boolean;
2992
+ items: never[];
2993
+ movedPath: string;
2994
+ objectPath: string;
2995
+ } | {
2996
+ items: any;
2997
+ multipleMode: any;
2998
+ movedPath: any;
2999
+ popupVisible: boolean;
3000
+ objectPath: any;
3001
+ showError: boolean;
3002
+ renaming: boolean;
3003
+ errorMessage: string;
3004
+ error: {};
3005
+ } | {
3006
+ movedPath: string;
3007
+ suggestions: never[];
3008
+ popupVisible: boolean;
3009
+ showError: boolean;
3010
+ renaming: boolean;
3011
+ multipleMode: boolean;
3012
+ items: never[];
3013
+ errorMessage: string;
3014
+ error: {};
3015
+ objectPath: string;
3016
+ } | {
3017
+ showError: boolean;
3018
+ errorMessage: any;
3019
+ error: any;
3020
+ popupVisible: boolean;
3021
+ renaming: boolean;
3022
+ multipleMode: boolean;
3023
+ items: never[];
3024
+ movedPath: string;
3025
+ objectPath: string;
3026
+ };
3027
+ copyObject: {
3028
+ items: any;
3029
+ objectPath: any;
3030
+ multipleMode: any;
3031
+ popupVisible: boolean;
3032
+ copyPath: any;
3033
+ showError: boolean;
3034
+ errorMessage: string;
3035
+ error: {};
3036
+ copying: boolean;
3037
+ } | {
3038
+ path: string;
3039
+ objectPath: string;
3040
+ suggestions: never[];
3041
+ popupVisible: boolean;
3042
+ showError: boolean;
3043
+ copyPath: string;
3044
+ errorMessage: string;
3045
+ error: {};
3046
+ copying: boolean;
3047
+ multipleMode: boolean;
3048
+ items: never[];
3049
+ } | {
3050
+ showError: boolean;
3051
+ errorMessage: any;
3052
+ error: any;
3053
+ copyPath: string;
3054
+ objectPath: string;
3055
+ popupVisible: boolean;
3056
+ copying: boolean;
3057
+ multipleMode: boolean;
3058
+ items: never[];
3059
+ };
3060
+ tableEraseModal: import("../../reducers/navigation/modals/table-erase-modal").State;
3061
+ tableMergeSortModal: import("../../reducers/navigation/modals/table-merge-sort-modal").TableSortMergeModal;
3062
+ remoteCopyModal: import("../../reducers/navigation/modals/remote-copy-modal").RemoteCopyModalState;
3063
+ dynTablesStateModal: import("../../reducers/navigation/modals/dyn-tables-state-modal").DynTablesStateModalState;
3064
+ linkToModal: import("../../reducers/navigation/modals/link-to-modal").LinkToState;
3065
+ }>;
3066
+ tabs: import("redux").CombinedState<{
3067
+ accessLog: import("redux").CombinedState<{
3068
+ accessLog: import("../../reducers/navigation/tabs/access-log/access-log").AccessLogState;
3069
+ accessLogFilters: import("../../reducers/navigation/tabs/access-log/access-log-filters").AccessLogFiltersState;
3070
+ }>;
3071
+ consumer: import("redux").CombinedState<{
3072
+ filters: import("../../reducers/navigation/tabs/consumer/filters").ConsumerFiltersState;
3073
+ partitions: import("../../reducers/navigation/tabs/consumer/partitions").ConsumerPartitionsState;
3074
+ status: import("../../reducers/navigation/tabs/consumer/status").ConsumerStatusState;
3075
+ }>;
3076
+ locks: any;
3077
+ queue: import("redux").CombinedState<{
3078
+ filters: import("../../reducers/navigation/tabs/queue/filters").QueueFiltersState;
3079
+ partitions: import("../../reducers/navigation/tabs/queue/partitions").QueuePartitionsState;
3080
+ status: import("../../reducers/navigation/tabs/queue/status").QueueStatusState;
3081
+ }>;
3082
+ schema: {
3083
+ column: any;
3084
+ };
3085
+ tablets: {
3086
+ loading: boolean;
3087
+ loaded: boolean;
3088
+ error: boolean;
3089
+ errorData: {};
3090
+ tablets: never[];
3091
+ expandedHosts: never[];
3092
+ } & {
3093
+ tabletsFilter: string;
3094
+ tabletsMode: string;
3095
+ histogramType: string;
3096
+ histogramCollapsed: boolean;
3097
+ };
3098
+ annotation: any;
3099
+ tabletErrors: import("../../reducers/navigation/tabs/tablet-errors").TabletErrorsState;
3100
+ userAttributes: {
3101
+ userAttributeKeys: any;
3102
+ loaded: boolean;
3103
+ loading: boolean;
3104
+ error: boolean;
3105
+ errorData: {};
3106
+ } | {
3107
+ loading: boolean;
3108
+ error: boolean;
3109
+ errorData: any;
3110
+ loaded: boolean;
3111
+ userAttributeKeys: never[];
3112
+ };
3113
+ }>;
3114
+ }>;
3115
+ dashboard: {
3116
+ activeTab: any;
3117
+ };
3118
+ operations: import("redux").CombinedState<{
3119
+ page: {
3120
+ editWeightModal: {
3121
+ visible: boolean;
3122
+ editable: any;
3123
+ operation: any;
3124
+ loading: boolean;
3125
+ loaded: boolean;
3126
+ error: boolean;
3127
+ errorData: {};
3128
+ };
3129
+ status: string;
3130
+ error: {};
3131
+ } | {
3132
+ editWeightModal: {
3133
+ loading: boolean;
3134
+ error: boolean;
3135
+ errorData: any;
3136
+ loaded: boolean;
3137
+ editable: boolean;
3138
+ visible: boolean;
3139
+ operation: {};
3140
+ };
3141
+ status: string;
3142
+ error: {};
3143
+ };
3144
+ list: Pick<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode"> & Omit<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode">;
3145
+ detail: {
3146
+ loading: boolean;
3147
+ loaded: boolean;
3148
+ error: boolean;
3149
+ errorData: {
3150
+ message: string;
3151
+ details: null;
3152
+ };
3153
+ operation: import("../../../pages/operations/selectors").DetailedOperationSelector;
3154
+ actions: import("../../../utils/operations/details-ts").OperationAction[];
3155
+ details: {
3156
+ alert_events: {
3157
+ alert_type: string;
3158
+ time: string;
3159
+ error: YTError;
3160
+ }[];
3161
+ };
3162
+ resourcesStatus: "";
3163
+ resources: {};
3164
+ monitorChartStates: {};
3165
+ };
3166
+ statistics: import("../../reducers/operations/statistics/statistics").OperationStatistics;
3167
+ jobs: any;
3168
+ jobsMonitor: import("../../reducers/operations/jobs/jobs-monitor").JobsMonitorState;
3169
+ }>;
3170
+ settings: import("../../reducers/settings").SettingsState;
3171
+ slideoutMenu: {
3172
+ pages: {
3173
+ all: import("../../../pages").HeaderItem[];
3174
+ recent: never[];
3175
+ rest: never[];
3176
+ };
3177
+ clusters: {
3178
+ all: any;
3179
+ recent: never[];
3180
+ rest: never[];
3181
+ };
3182
+ };
3183
+ system: import("redux").CombinedState<{
3184
+ schedulersAndAgents: {
3185
+ fetching: boolean;
3186
+ hasError: boolean;
3187
+ error: {};
3188
+ schedulers: never[];
3189
+ schedulerAlerts: never[];
3190
+ agents: never[];
3191
+ agentAlerts: never[];
3192
+ };
3193
+ proxies: import("../../reducers/system/proxies").HttpProxiesState;
3194
+ rpcProxies: import("../../reducers/system/proxies").HttpProxiesState;
3195
+ chunks: {
3196
+ fetching: boolean;
3197
+ error: null;
3198
+ replication: undefined;
3199
+ sealer: undefined;
3200
+ refresh: undefined;
3201
+ requisitionUpdate: undefined;
3202
+ cells: undefined;
3203
+ types: undefined;
3204
+ };
3205
+ resources: {
3206
+ loaded: boolean;
3207
+ nodeAttrsLoaded: boolean;
3208
+ fetching: boolean;
3209
+ resources: {};
3210
+ nodeAttributes: undefined;
3211
+ };
3212
+ masters: import("../../reducers/system/masters").MastersState;
3213
+ nodes: import("../../reducers/system/nodes").SystemNodesState;
3214
+ }>;
3215
+ tables: {
3216
+ clusters: {
3217
+ field: string;
3218
+ asc: boolean;
3219
+ };
3220
+ "system/chunks": {
3221
+ field: string;
3222
+ asc: boolean;
3223
+ };
3224
+ "navigation/map-nodes": {
3225
+ field: string;
3226
+ asc: boolean;
3227
+ };
3228
+ "navigation/tablets": {
3229
+ field: string;
3230
+ asc: boolean;
3231
+ };
3232
+ "navigation/content/transaction-map": {
3233
+ field: string;
3234
+ asc: boolean;
3235
+ };
3236
+ "tablet/partitions": {
3237
+ field: string;
3238
+ asc: boolean;
3239
+ };
3240
+ "tablet/partition/stores": {
3241
+ field: string;
3242
+ asc: boolean;
3243
+ };
3244
+ "accounts/accounts": {
3245
+ field: string;
3246
+ asc: boolean;
3247
+ };
3248
+ "operations/detail/jobs": {
3249
+ field: string;
3250
+ asc: boolean;
3251
+ };
3252
+ "components/versions/detailed": {
3253
+ field: string;
3254
+ asc: boolean;
3255
+ };
3256
+ "components/nodes": {
3257
+ field: string;
3258
+ asc: boolean;
3259
+ };
3260
+ "components/nodes/node": {
3261
+ field: string;
3262
+ asc: boolean;
3263
+ };
3264
+ "components/proxies": {
3265
+ field: string;
3266
+ asc: boolean;
3267
+ };
3268
+ "scheduling/pool-tree": {
3269
+ field: string;
3270
+ asc: boolean;
3271
+ };
3272
+ "scheduling/pool-children": {
3273
+ field: string;
3274
+ asc: boolean;
3275
+ };
3276
+ };
3277
+ accounts: import("redux").CombinedState<{
3278
+ accounts: {
3279
+ fetching: boolean;
3280
+ wasLoaded: boolean;
3281
+ loadTotals: boolean;
3282
+ loadNodes: boolean;
3283
+ error: boolean;
3284
+ errorData: {};
3285
+ accounts: never[];
3286
+ accountsTreeState: string;
3287
+ editableAccount: {};
3288
+ showEditor: boolean;
3289
+ responsibleUsers: never[];
3290
+ usableAccounts: never[];
3291
+ clusterTotalsUsage: {};
3292
+ nodesData: {};
3293
+ editCounter: number;
3294
+ disableCacheForNextFetch: boolean;
3295
+ } & {
3296
+ activeAccount: string;
3297
+ activeNameFilter: string;
3298
+ activeContentModeFilter: string;
3299
+ masterMemoryContentMode: string;
3300
+ activeMediumFilter: string;
3301
+ sortState: {
3302
+ field: string;
3303
+ asc: boolean;
3304
+ };
3305
+ abcServiceFilter: {
3306
+ slug: undefined;
3307
+ };
3308
+ };
3309
+ editor: {
3310
+ users: never[];
3311
+ usersError: {};
3312
+ fetchingError: boolean;
3313
+ activeUserFilter: string;
3314
+ activeUserList: never[];
3315
+ createModalVisible: boolean;
3316
+ deleteModalVisible: boolean;
3317
+ newAccountInfo: {};
3318
+ };
3319
+ usage: import("redux").CombinedState<{
3320
+ snapshots: import("../../reducers/accounts/usage/accounts-usage-snapshots").AccountsSnapshotState;
3321
+ list: import("../../reducers/accounts/usage/accounts-usage-list").AccountUsageListData;
3322
+ tree: import("../../reducers/accounts/usage/accounts-usage-tree").AccountUsageTreeData;
3323
+ filters: import("../../reducers/accounts/usage/accounts-usage-filters").AccountUsageFiltersState;
3324
+ listDiff: import("../../reducers/accounts/usage/accounts-usage-list-diff").AccountUsageListDiffData;
3325
+ treeDiff: import("../../reducers/accounts/usage/accounts-usage-tree-diff").AccountUsageTreeDiffData;
3326
+ }>;
3327
+ }>;
3328
+ pathViewer: {
3329
+ loading: boolean;
3330
+ loaded: boolean;
3331
+ error: boolean;
3332
+ errorData: {};
3333
+ data: undefined;
3334
+ } & {
3335
+ path: string;
3336
+ attributes: string;
3337
+ command: string;
3338
+ maxSize: string;
3339
+ encodeUTF8: boolean;
3340
+ stringify: boolean;
3341
+ annotateWithTypes: boolean;
3342
+ };
3343
+ tablet: import("redux").CombinedState<{
3344
+ tablet: {
3345
+ loading: boolean;
3346
+ loaded: boolean;
3347
+ error: boolean;
3348
+ errorData: {};
3349
+ attributes: {};
3350
+ partitions: never[];
3351
+ tabletErrors: never[];
3352
+ replicationErrors: {};
3353
+ tablePath: string;
3354
+ cellLeadingPeer: {};
3355
+ activeHistogram: string;
3356
+ pivotKey: undefined;
3357
+ nextPivotKey: undefined;
3358
+ } & {
3359
+ contentMode: string;
3360
+ };
3361
+ stores: {
3362
+ stores: any;
3363
+ loaded: boolean;
3364
+ loading: boolean;
3365
+ error: boolean;
3366
+ errorData: {};
3367
+ } | {
3368
+ loading: boolean;
3369
+ error: boolean;
3370
+ errorData: any;
3371
+ loaded: boolean;
3372
+ stores: never[];
3373
+ };
3374
+ }>;
3375
+ tablet_cell_bundles: Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "writableByName" | "cellsIdFilter" | "bundleDefaultConfig"> & Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
3376
+ tabletCellBundleEditor: import("../../reducers/tablet_cell_bundles/tablet-cell-bundle-editor").TabletCellBundleEditorState;
3377
+ chaos_cell_bundles: Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "cellsIdFilter"> & Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
3378
+ chaosCellBundleEditor: import("../../reducers/chaos_cell_bundles/tablet-cell-bundle-editor").ChaosCellBundleEditorState;
3379
+ users: import("redux").CombinedState<{
3380
+ table: {
3381
+ loaded: boolean;
3382
+ loading: boolean;
3383
+ error: null;
3384
+ users: never[];
3385
+ sort: {
3386
+ column: string;
3387
+ order: string;
3388
+ };
3389
+ } & {
3390
+ bannedFilter: boolean;
3391
+ nameFilter: string;
3392
+ groupFilter: string;
3393
+ };
3394
+ editUser: {
3395
+ loaded: boolean;
3396
+ loading: boolean;
3397
+ error: null;
3398
+ showModal: boolean;
3399
+ username: string;
3400
+ data: {};
3401
+ };
3402
+ }>;
3403
+ groups: import("redux").CombinedState<{
3404
+ table: {
3405
+ loaded: boolean;
3406
+ loading: boolean;
3407
+ error: null;
3408
+ groups: never[];
3409
+ sort: {
3410
+ column: string;
3411
+ order: string;
3412
+ };
3413
+ expanded: {};
3414
+ } & {
3415
+ nameFilter: string;
3416
+ };
3417
+ editor: {
3418
+ loaded: boolean;
3419
+ loading: boolean;
3420
+ error: null;
3421
+ data: {};
3422
+ idmData: {
3423
+ group: {
3424
+ members: never[];
3425
+ responsibles: never[];
3426
+ };
3427
+ version: string;
3428
+ };
3429
+ showModal: boolean;
3430
+ groupName: string;
3431
+ };
3432
+ }>;
3433
+ scheduling: import("redux").CombinedState<{
3434
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
3435
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
3436
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
3437
+ }>;
3438
+ suggests: import("redux").CombinedState<{
3439
+ tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
3440
+ }>;
3441
+ job: import("redux").CombinedState<{
3442
+ general: import("../../reducers/job/general").GeneralState;
3443
+ statistics: import("../../reducers/job/statistics").StatisticsEphemeralState & import("../../reducers/job/statistics").StatisticsPersistedState;
3444
+ competitors: import("../../reducers/job/competitors").CompetitorsState;
3445
+ specification: import("../../reducers/job/specification").SpecificationEphemeralState & import("../../reducers/job/specification").SpecificationPersistedState;
3446
+ }>;
3447
+ executeBatch: import("../../reducers/execute-batch").ExecuteBatchState;
3448
+ queryTracker: import("redux").CombinedState<{
3449
+ list: import("../../../pages/query-tracker/module/queries_list/reducer").QueriesListState;
3450
+ query: import("../../../pages/query-tracker/module/query/reducer").QueryState;
3451
+ results: never;
3452
+ }>;
3453
+ chyt: import("redux").CombinedState<{
3454
+ list: import("../../reducers/chyt/list").ChytListState;
3455
+ listFilters: import("../../reducers/chyt/list-filters").ChytListFilters;
3456
+ clique: Omit<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique"> & Pick<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique">;
3457
+ options: import("../../reducers/chyt/options").ChytCliqueOptionsState;
3458
+ speclet: import("../../reducers/chyt/speclet").ChytCliqueSpecletState;
3459
+ }>;
3460
+ }>, "global"> & {
3461
+ global: {
3462
+ [key: string]: any;
3463
+ version: `${number}.${number}.${number}-${string}`;
3464
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
3465
+ masterVersion: `${number}.${number}.${number}-${string}`;
3466
+ clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
3467
+ cluster?: string | undefined;
3468
+ rootPagesCluster?: string | undefined;
3469
+ asideHeaderWidth: number;
3470
+ allowedExperimentalPages: string[];
3471
+ };
3472
+ }) => boolean) & import("reselect").OutputSelectorFields<(args_0: (featureName: "fieldsFilter" | "effectiveExpiration" | "clusterNodeVersion" | "nodeMaintenanceApi" | "schedulingChildrenByPool") => boolean) => boolean, {
122
3473
  clearCache: () => void;
123
3474
  }> & {
124
3475
  clearCache: () => void;
125
3476
  };
126
- export const isSupportedNodeMaintenanceApi: ((state: any) => any) & import("reselect").OutputSelectorFields<(args_0: (featureName: any) => any) => any, {
3477
+ export declare const isSupportedSchedulingChildrenByPool: ((state: Omit<import("redux").CombinedState<{
3478
+ acl: any;
3479
+ aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
3480
+ actions: never;
3481
+ clustersMenu: {
3482
+ viewMode: any;
3483
+ clusters: {};
3484
+ clusterFilter: string;
3485
+ } | {
3486
+ clusterFilter: any;
3487
+ clusters: {};
3488
+ viewMode: string;
3489
+ };
3490
+ components: import("redux").CombinedState<{
3491
+ versionsV2: import("../../reducers/components/versions/versions_v2").VersionsState & import("../../reducers/components/versions/versions_v2").VersionsFiltersState;
3492
+ nodes: import("redux").CombinedState<{
3493
+ nodes: import("../../reducers/components/nodes/nodes/nodes").NodesEphemeralState & import("../../reducers/components/nodes/nodes/nodes").NodesPersistedState;
3494
+ setup: import("../../reducers/components/nodes/setup/setup").NodesSetupState;
3495
+ }>;
3496
+ node: import("redux").CombinedState<{
3497
+ node: import("../../reducers/components/node/node").NodeEphemeralState;
3498
+ memory: {
3499
+ sortOrder: import("../../../types").SortState<string>[];
3500
+ tablesSortOrder: import("../../../types").SortState<string>[];
3501
+ collapsedBundles: string[];
3502
+ viewMode: "cells" | "tables";
3503
+ loading: boolean;
3504
+ loaded: boolean;
3505
+ error: import("../../../types").YTError | undefined;
3506
+ memory: import("../../../types/node/node").MemoryUsage | undefined;
3507
+ filter: string;
3508
+ host: string;
3509
+ };
3510
+ unrecognizedOptions: {
3511
+ loading: boolean;
3512
+ loaded: boolean;
3513
+ error: import("../../../types").YTError | undefined;
3514
+ data: any;
3515
+ host: string | undefined;
3516
+ };
3517
+ }>;
3518
+ proxies: import("redux").CombinedState<{
3519
+ proxies: {
3520
+ loading: boolean;
3521
+ loaded: boolean;
3522
+ error: boolean;
3523
+ errorData: {};
3524
+ proxies: never[];
3525
+ } & {
3526
+ hostFilter: string;
3527
+ stateFilter: string;
3528
+ roleFilter: string;
3529
+ bannedFilter: "false" | "all" | "true";
3530
+ };
3531
+ }>;
3532
+ shards: {
3533
+ loading: boolean;
3534
+ loaded: boolean;
3535
+ error: boolean;
3536
+ errorData: {};
3537
+ shards: never[];
3538
+ nameId: string;
3539
+ nameVisible: boolean;
3540
+ nameLoading: boolean;
3541
+ nameLoaded: boolean;
3542
+ nameError: boolean;
3543
+ nameErrorData: {};
3544
+ };
3545
+ nodeMaintenanceModal: import("../../reducers/components/node-maintenance-modal").NodeMaintenanceState;
3546
+ }>;
3547
+ global: any;
3548
+ supportedFeatures: import("../../reducers/global/supported-features").SupportedFeaturesState;
3549
+ modals: import("redux").CombinedState<{
3550
+ attributesModal: {
3551
+ title: any;
3552
+ visible: boolean;
3553
+ loading: boolean;
3554
+ loaded: boolean;
3555
+ error: boolean;
3556
+ attributes: {};
3557
+ errorData: {};
3558
+ } | {
3559
+ attributes: any;
3560
+ loading: boolean;
3561
+ loaded: boolean;
3562
+ error: boolean;
3563
+ visible: boolean;
3564
+ title: string;
3565
+ errorData: {};
3566
+ } | {
3567
+ errorData: any;
3568
+ loading: boolean;
3569
+ loaded: boolean;
3570
+ error: boolean;
3571
+ visible: boolean;
3572
+ title: string;
3573
+ attributes: {};
3574
+ };
3575
+ errors: import("../../reducers/modals/errors").ErrorsState;
3576
+ }>;
3577
+ navigation: import("redux").CombinedState<{
3578
+ pathEditor: {
3579
+ suggestionsLoaded: boolean;
3580
+ suggestionsLoading: boolean;
3581
+ suggestions: any;
3582
+ suggestionsPath: any;
3583
+ suggestionsError: boolean;
3584
+ errorMessage: string;
3585
+ } | {
3586
+ suggestionsLoading: boolean;
3587
+ errorMessage: any;
3588
+ suggestionsError: boolean;
3589
+ suggestions: never[];
3590
+ suggestionsPath: string;
3591
+ suggestionsLoaded: boolean;
3592
+ };
3593
+ navigation: {
3594
+ loadState: "" | "error" | "loading" | "loaded" | "cancelled";
3595
+ transaction: null;
3596
+ error: undefined;
3597
+ attributes: {};
3598
+ isIdmSupported: boolean;
3599
+ remoteDestinationsConfig: undefined;
3600
+ remoteDestinationsState: "";
3601
+ remoteDestinationsError: undefined;
3602
+ isWriteable: boolean;
3603
+ isAccountUsable: boolean;
3604
+ checkPermissionsError: undefined;
3605
+ } & {
3606
+ path: string;
3607
+ mode: "attributes" | "acl" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
3608
+ };
3609
+ content: import("redux").CombinedState<{
3610
+ replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
3611
+ mapNode: {
3612
+ loadState: "";
3613
+ resourcesLoading: boolean;
3614
+ error: undefined;
3615
+ nodesData: never[];
3616
+ lastSelected: undefined;
3617
+ } & {
3618
+ filter: string;
3619
+ filterPathname: string;
3620
+ customSort: string;
3621
+ selected: {};
3622
+ mediumType: string;
3623
+ contentMode: "default";
3624
+ };
3625
+ table: {
3626
+ loading: boolean;
3627
+ loaded: boolean;
3628
+ error: boolean;
3629
+ errorData: {};
3630
+ columns: never[];
3631
+ columnsOrder: never[];
3632
+ omittedColumns: never[];
3633
+ deniedKeyColumns: never[];
3634
+ rows: never[];
3635
+ yqlTypes: null;
3636
+ isOffsetSelectorOpen: boolean;
3637
+ isColumnSelectorOpen: boolean;
3638
+ isFullScreen: boolean;
3639
+ nextOffsetValue: null;
3640
+ moveBackward: boolean;
3641
+ validColumns: never[];
3642
+ /**
3643
+ * Determines wheter a given version belongs to a versionInterval [a, b)
3644
+ * Left end included, right end excluded (intuitive limitations - features are supported starting from a specific build)
3645
+ * @param {String} version
3646
+ * @param {String|Object} versionInterval
3647
+ * @returns {boolean}
3648
+ */
3649
+ queryPreparing: boolean;
3650
+ } & {
3651
+ isDynamic: boolean;
3652
+ isStrict: boolean;
3653
+ offsetMode: string;
3654
+ offsetValue: string;
3655
+ pageSize: 10 | 50 | 100 | 200;
3656
+ cellSize: 1024 | 16384 | 32768 | 65536;
3657
+ columnsPresetHash: string;
3658
+ columnsPreset: {
3659
+ columns: undefined;
3660
+ hash: undefined;
3661
+ error: undefined;
3662
+ };
3663
+ };
3664
+ tableMountConfig: import("../../reducers/navigation/content/table/table-mount-config").TableMountConfigState;
3665
+ document: {
3666
+ document: any;
3667
+ loaded: boolean;
3668
+ loading: boolean;
3669
+ error: boolean;
3670
+ errorData: {};
3671
+ } | {
3672
+ loading: boolean;
3673
+ error: boolean;
3674
+ errorData: any;
3675
+ loaded: boolean;
3676
+ document: null;
3677
+ };
3678
+ file: {
3679
+ file: any;
3680
+ loaded: boolean;
3681
+ loading: boolean;
3682
+ error: boolean;
3683
+ errorData: {};
3684
+ } | {
3685
+ loading: boolean;
3686
+ error: boolean;
3687
+ errorData: any;
3688
+ loaded: boolean;
3689
+ file: string;
3690
+ };
3691
+ transaction: {
3692
+ loading: boolean;
3693
+ error: boolean;
3694
+ errorData: any;
3695
+ };
3696
+ transactionMap: {
3697
+ loading: boolean;
3698
+ loaded: boolean;
3699
+ error: boolean;
3700
+ errorData: {};
3701
+ transactions: never[];
3702
+ } & {
3703
+ filter: string;
3704
+ };
3705
+ }>;
3706
+ modals: import("redux").CombinedState<{
3707
+ attributesEditor: import("../../reducers/navigation/modals/attributes-editor").NavAttrEditorState;
3708
+ createDirectory: {
3709
+ creatingPath: any;
3710
+ popupVisible: boolean;
3711
+ showError: boolean;
3712
+ creating: boolean;
3713
+ errorMessage: string;
3714
+ error: {};
3715
+ } | {
3716
+ creatingPath: string;
3717
+ suggestions: never[];
3718
+ popupVisible: boolean;
3719
+ showError: boolean;
3720
+ creating: boolean;
3721
+ errorMessage: string;
3722
+ error: {};
3723
+ } | {
3724
+ showError: boolean;
3725
+ errorMessage: any;
3726
+ error: any;
3727
+ popupVisible: boolean;
3728
+ creating: boolean;
3729
+ creatingPath: string;
3730
+ };
3731
+ restoreObject: {
3732
+ popupVisible: boolean;
3733
+ restoredPath: any;
3734
+ objectPath: any;
3735
+ showError: boolean;
3736
+ errorMessage: string;
3737
+ error: {};
3738
+ restoring: boolean;
3739
+ } | {
3740
+ path: string;
3741
+ objectPath: string;
3742
+ suggestions: never[];
3743
+ popupVisible: boolean;
3744
+ showError: boolean;
3745
+ restoredPath: string;
3746
+ errorMessage: string;
3747
+ error: {};
3748
+ restoring: boolean;
3749
+ } | {
3750
+ showError: boolean;
3751
+ errorMessage: any;
3752
+ error: any;
3753
+ restoredPath: string;
3754
+ objectPath: string;
3755
+ popupVisible: boolean;
3756
+ restoring: boolean;
3757
+ };
3758
+ deleteObject: {
3759
+ item: any;
3760
+ multipleMode: any;
3761
+ permanently: any;
3762
+ visible: boolean;
3763
+ loading: boolean;
3764
+ loaded: boolean;
3765
+ error: boolean;
3766
+ errorData: {};
3767
+ loadingRealPath: boolean;
3768
+ errorRealPath: boolean;
3769
+ errorDataRealPath: {};
3770
+ realPath: string;
3771
+ account: string;
3772
+ name: string;
3773
+ resourceUsage: {};
3774
+ multipleInfo: never[];
3775
+ } | {
3776
+ loadingRealPath: boolean;
3777
+ errorRealPath: boolean;
3778
+ multipleInfo: any;
3779
+ loading: boolean;
3780
+ loaded: boolean;
3781
+ error: boolean;
3782
+ errorData: {};
3783
+ errorDataRealPath: {};
3784
+ realPath: string;
3785
+ account: string;
3786
+ name: string;
3787
+ resourceUsage: {};
3788
+ visible: boolean;
3789
+ permanently: boolean;
3790
+ multipleMode: boolean;
3791
+ item: {};
3792
+ } | {
3793
+ loadingRealPath: boolean;
3794
+ errorRealPath: boolean;
3795
+ realPath: any;
3796
+ name: any;
3797
+ account: any;
3798
+ resourceUsage: any;
3799
+ loading: boolean;
3800
+ loaded: boolean;
3801
+ error: boolean;
3802
+ errorData: {};
3803
+ errorDataRealPath: {};
3804
+ visible: boolean;
3805
+ permanently: boolean;
3806
+ multipleMode: boolean;
3807
+ multipleInfo: never[];
3808
+ item: {};
3809
+ } | {
3810
+ loadingRealPath: boolean;
3811
+ errorRealPath: boolean;
3812
+ errorDataRealPath: any;
3813
+ loading: boolean;
3814
+ loaded: boolean;
3815
+ error: boolean;
3816
+ errorData: {};
3817
+ realPath: string;
3818
+ account: string;
3819
+ name: string;
3820
+ resourceUsage: {};
3821
+ visible: boolean;
3822
+ permanently: boolean;
3823
+ multipleMode: boolean;
3824
+ multipleInfo: never[];
3825
+ item: {};
3826
+ } | {
3827
+ loading: boolean;
3828
+ error: boolean;
3829
+ errorData: any;
3830
+ loaded: boolean;
3831
+ loadingRealPath: boolean;
3832
+ errorRealPath: boolean;
3833
+ errorDataRealPath: {};
3834
+ realPath: string;
3835
+ account: string;
3836
+ name: string;
3837
+ resourceUsage: {};
3838
+ visible: boolean;
3839
+ permanently: boolean;
3840
+ multipleMode: boolean;
3841
+ multipleInfo: never[];
3842
+ item: {};
3843
+ };
3844
+ createTable: any;
3845
+ moveObject: {
3846
+ creating: boolean;
3847
+ renaming: boolean;
3848
+ errorMessage: string;
3849
+ error: {};
3850
+ popupVisible: boolean;
3851
+ showError: boolean;
3852
+ multipleMode: boolean;
3853
+ items: never[];
3854
+ movedPath: string;
3855
+ objectPath: string;
3856
+ } | {
3857
+ items: any;
3858
+ multipleMode: any;
3859
+ movedPath: any;
3860
+ popupVisible: boolean;
3861
+ objectPath: any;
3862
+ showError: boolean;
3863
+ renaming: boolean;
3864
+ errorMessage: string;
3865
+ error: {};
3866
+ } | {
3867
+ movedPath: string;
3868
+ suggestions: never[];
3869
+ popupVisible: boolean;
3870
+ showError: boolean;
3871
+ renaming: boolean;
3872
+ multipleMode: boolean;
3873
+ items: never[];
3874
+ errorMessage: string;
3875
+ error: {};
3876
+ objectPath: string;
3877
+ } | {
3878
+ showError: boolean;
3879
+ errorMessage: any;
3880
+ error: any;
3881
+ popupVisible: boolean;
3882
+ renaming: boolean;
3883
+ multipleMode: boolean;
3884
+ items: never[];
3885
+ movedPath: string;
3886
+ objectPath: string;
3887
+ };
3888
+ copyObject: {
3889
+ items: any;
3890
+ objectPath: any;
3891
+ multipleMode: any;
3892
+ popupVisible: boolean;
3893
+ copyPath: any;
3894
+ showError: boolean;
3895
+ errorMessage: string;
3896
+ error: {};
3897
+ copying: boolean;
3898
+ } | {
3899
+ path: string;
3900
+ objectPath: string;
3901
+ suggestions: never[];
3902
+ popupVisible: boolean;
3903
+ showError: boolean;
3904
+ copyPath: string;
3905
+ errorMessage: string;
3906
+ error: {};
3907
+ copying: boolean;
3908
+ multipleMode: boolean;
3909
+ items: never[];
3910
+ } | {
3911
+ showError: boolean;
3912
+ errorMessage: any;
3913
+ error: any;
3914
+ copyPath: string;
3915
+ objectPath: string;
3916
+ popupVisible: boolean;
3917
+ copying: boolean;
3918
+ multipleMode: boolean;
3919
+ items: never[];
3920
+ };
3921
+ tableEraseModal: import("../../reducers/navigation/modals/table-erase-modal").State;
3922
+ tableMergeSortModal: import("../../reducers/navigation/modals/table-merge-sort-modal").TableSortMergeModal;
3923
+ remoteCopyModal: import("../../reducers/navigation/modals/remote-copy-modal").RemoteCopyModalState;
3924
+ dynTablesStateModal: import("../../reducers/navigation/modals/dyn-tables-state-modal").DynTablesStateModalState;
3925
+ linkToModal: import("../../reducers/navigation/modals/link-to-modal").LinkToState;
3926
+ }>;
3927
+ tabs: import("redux").CombinedState<{
3928
+ accessLog: import("redux").CombinedState<{
3929
+ accessLog: import("../../reducers/navigation/tabs/access-log/access-log").AccessLogState;
3930
+ accessLogFilters: import("../../reducers/navigation/tabs/access-log/access-log-filters").AccessLogFiltersState;
3931
+ }>;
3932
+ consumer: import("redux").CombinedState<{
3933
+ filters: import("../../reducers/navigation/tabs/consumer/filters").ConsumerFiltersState;
3934
+ partitions: import("../../reducers/navigation/tabs/consumer/partitions").ConsumerPartitionsState;
3935
+ status: import("../../reducers/navigation/tabs/consumer/status").ConsumerStatusState;
3936
+ }>;
3937
+ locks: any;
3938
+ queue: import("redux").CombinedState<{
3939
+ filters: import("../../reducers/navigation/tabs/queue/filters").QueueFiltersState;
3940
+ partitions: import("../../reducers/navigation/tabs/queue/partitions").QueuePartitionsState;
3941
+ status: import("../../reducers/navigation/tabs/queue/status").QueueStatusState;
3942
+ }>;
3943
+ schema: {
3944
+ column: any;
3945
+ };
3946
+ tablets: {
3947
+ loading: boolean;
3948
+ loaded: boolean;
3949
+ error: boolean;
3950
+ errorData: {};
3951
+ tablets: never[];
3952
+ expandedHosts: never[];
3953
+ } & {
3954
+ tabletsFilter: string;
3955
+ tabletsMode: string;
3956
+ histogramType: string;
3957
+ histogramCollapsed: boolean;
3958
+ };
3959
+ annotation: any;
3960
+ tabletErrors: import("../../reducers/navigation/tabs/tablet-errors").TabletErrorsState;
3961
+ userAttributes: {
3962
+ userAttributeKeys: any;
3963
+ loaded: boolean;
3964
+ loading: boolean;
3965
+ error: boolean;
3966
+ errorData: {};
3967
+ } | {
3968
+ loading: boolean;
3969
+ error: boolean;
3970
+ errorData: any;
3971
+ loaded: boolean;
3972
+ userAttributeKeys: never[];
3973
+ };
3974
+ }>;
3975
+ }>;
3976
+ dashboard: {
3977
+ activeTab: any;
3978
+ };
3979
+ operations: import("redux").CombinedState<{
3980
+ page: {
3981
+ editWeightModal: {
3982
+ visible: boolean;
3983
+ editable: any;
3984
+ operation: any;
3985
+ loading: boolean;
3986
+ loaded: boolean;
3987
+ error: boolean;
3988
+ errorData: {};
3989
+ };
3990
+ status: string;
3991
+ error: {};
3992
+ } | {
3993
+ editWeightModal: {
3994
+ loading: boolean;
3995
+ error: boolean;
3996
+ errorData: any;
3997
+ loaded: boolean;
3998
+ editable: boolean;
3999
+ visible: boolean;
4000
+ operation: {};
4001
+ };
4002
+ status: string;
4003
+ error: {};
4004
+ };
4005
+ list: Pick<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode"> & Omit<import("../../reducers/operations/list/list").OperationsListState, "operations" | "error" | "isLoading" | "hasLoaded" | "hasError" | "dataMode">;
4006
+ detail: {
4007
+ loading: boolean;
4008
+ loaded: boolean;
4009
+ error: boolean;
4010
+ errorData: {
4011
+ message: string;
4012
+ details: null;
4013
+ };
4014
+ operation: import("../../../pages/operations/selectors").DetailedOperationSelector;
4015
+ actions: import("../../../utils/operations/details-ts").OperationAction[];
4016
+ details: {
4017
+ alert_events: {
4018
+ alert_type: string;
4019
+ time: string;
4020
+ error: YTError;
4021
+ }[];
4022
+ };
4023
+ resourcesStatus: "";
4024
+ resources: {};
4025
+ monitorChartStates: {};
4026
+ };
4027
+ statistics: import("../../reducers/operations/statistics/statistics").OperationStatistics;
4028
+ jobs: any;
4029
+ jobsMonitor: import("../../reducers/operations/jobs/jobs-monitor").JobsMonitorState;
4030
+ }>;
4031
+ settings: import("../../reducers/settings").SettingsState;
4032
+ slideoutMenu: {
4033
+ pages: {
4034
+ all: import("../../../pages").HeaderItem[];
4035
+ recent: never[];
4036
+ rest: never[];
4037
+ };
4038
+ clusters: {
4039
+ all: any;
4040
+ recent: never[];
4041
+ rest: never[];
4042
+ };
4043
+ };
4044
+ system: import("redux").CombinedState<{
4045
+ schedulersAndAgents: {
4046
+ fetching: boolean;
4047
+ hasError: boolean;
4048
+ error: {};
4049
+ schedulers: never[];
4050
+ schedulerAlerts: never[];
4051
+ agents: never[];
4052
+ agentAlerts: never[];
4053
+ };
4054
+ proxies: import("../../reducers/system/proxies").HttpProxiesState;
4055
+ rpcProxies: import("../../reducers/system/proxies").HttpProxiesState;
4056
+ chunks: {
4057
+ fetching: boolean;
4058
+ error: null;
4059
+ replication: undefined;
4060
+ sealer: undefined;
4061
+ refresh: undefined;
4062
+ requisitionUpdate: undefined;
4063
+ cells: undefined;
4064
+ types: undefined;
4065
+ };
4066
+ resources: {
4067
+ loaded: boolean;
4068
+ nodeAttrsLoaded: boolean;
4069
+ fetching: boolean;
4070
+ resources: {};
4071
+ nodeAttributes: undefined;
4072
+ };
4073
+ masters: import("../../reducers/system/masters").MastersState;
4074
+ nodes: import("../../reducers/system/nodes").SystemNodesState;
4075
+ }>;
4076
+ tables: {
4077
+ clusters: {
4078
+ field: string;
4079
+ asc: boolean;
4080
+ };
4081
+ "system/chunks": {
4082
+ field: string;
4083
+ asc: boolean;
4084
+ };
4085
+ "navigation/map-nodes": {
4086
+ field: string;
4087
+ asc: boolean;
4088
+ };
4089
+ "navigation/tablets": {
4090
+ field: string;
4091
+ asc: boolean;
4092
+ };
4093
+ "navigation/content/transaction-map": {
4094
+ field: string;
4095
+ asc: boolean;
4096
+ };
4097
+ "tablet/partitions": {
4098
+ field: string;
4099
+ asc: boolean;
4100
+ };
4101
+ "tablet/partition/stores": {
4102
+ field: string;
4103
+ asc: boolean;
4104
+ };
4105
+ "accounts/accounts": {
4106
+ field: string;
4107
+ asc: boolean;
4108
+ };
4109
+ "operations/detail/jobs": {
4110
+ field: string;
4111
+ asc: boolean;
4112
+ };
4113
+ "components/versions/detailed": {
4114
+ field: string;
4115
+ asc: boolean;
4116
+ };
4117
+ "components/nodes": {
4118
+ field: string;
4119
+ asc: boolean;
4120
+ };
4121
+ "components/nodes/node": {
4122
+ field: string;
4123
+ asc: boolean;
4124
+ };
4125
+ "components/proxies": {
4126
+ field: string;
4127
+ asc: boolean;
4128
+ };
4129
+ "scheduling/pool-tree": {
4130
+ field: string;
4131
+ asc: boolean;
4132
+ };
4133
+ "scheduling/pool-children": {
4134
+ field: string;
4135
+ asc: boolean;
4136
+ };
4137
+ };
4138
+ accounts: import("redux").CombinedState<{
4139
+ accounts: {
4140
+ fetching: boolean;
4141
+ wasLoaded: boolean;
4142
+ loadTotals: boolean;
4143
+ loadNodes: boolean;
4144
+ error: boolean;
4145
+ errorData: {};
4146
+ accounts: never[];
4147
+ accountsTreeState: string;
4148
+ editableAccount: {};
4149
+ showEditor: boolean;
4150
+ responsibleUsers: never[];
4151
+ usableAccounts: never[];
4152
+ clusterTotalsUsage: {};
4153
+ nodesData: {};
4154
+ editCounter: number;
4155
+ disableCacheForNextFetch: boolean;
4156
+ } & {
4157
+ activeAccount: string;
4158
+ activeNameFilter: string;
4159
+ activeContentModeFilter: string;
4160
+ masterMemoryContentMode: string;
4161
+ activeMediumFilter: string;
4162
+ sortState: {
4163
+ field: string;
4164
+ asc: boolean;
4165
+ };
4166
+ abcServiceFilter: {
4167
+ slug: undefined;
4168
+ };
4169
+ };
4170
+ editor: {
4171
+ users: never[];
4172
+ usersError: {};
4173
+ fetchingError: boolean;
4174
+ activeUserFilter: string;
4175
+ activeUserList: never[];
4176
+ createModalVisible: boolean;
4177
+ deleteModalVisible: boolean;
4178
+ newAccountInfo: {};
4179
+ };
4180
+ usage: import("redux").CombinedState<{
4181
+ snapshots: import("../../reducers/accounts/usage/accounts-usage-snapshots").AccountsSnapshotState;
4182
+ list: import("../../reducers/accounts/usage/accounts-usage-list").AccountUsageListData;
4183
+ tree: import("../../reducers/accounts/usage/accounts-usage-tree").AccountUsageTreeData;
4184
+ filters: import("../../reducers/accounts/usage/accounts-usage-filters").AccountUsageFiltersState;
4185
+ listDiff: import("../../reducers/accounts/usage/accounts-usage-list-diff").AccountUsageListDiffData;
4186
+ treeDiff: import("../../reducers/accounts/usage/accounts-usage-tree-diff").AccountUsageTreeDiffData;
4187
+ }>;
4188
+ }>;
4189
+ pathViewer: {
4190
+ loading: boolean;
4191
+ loaded: boolean;
4192
+ error: boolean;
4193
+ errorData: {};
4194
+ data: undefined;
4195
+ } & {
4196
+ path: string;
4197
+ attributes: string;
4198
+ command: string;
4199
+ maxSize: string;
4200
+ encodeUTF8: boolean;
4201
+ stringify: boolean;
4202
+ annotateWithTypes: boolean;
4203
+ };
4204
+ tablet: import("redux").CombinedState<{
4205
+ tablet: {
4206
+ loading: boolean;
4207
+ loaded: boolean;
4208
+ error: boolean;
4209
+ errorData: {};
4210
+ attributes: {};
4211
+ partitions: never[];
4212
+ tabletErrors: never[];
4213
+ replicationErrors: {};
4214
+ tablePath: string;
4215
+ cellLeadingPeer: {};
4216
+ activeHistogram: string;
4217
+ pivotKey: undefined;
4218
+ nextPivotKey: undefined;
4219
+ } & {
4220
+ contentMode: string;
4221
+ };
4222
+ stores: {
4223
+ stores: any;
4224
+ loaded: boolean;
4225
+ loading: boolean;
4226
+ error: boolean;
4227
+ errorData: {};
4228
+ } | {
4229
+ loading: boolean;
4230
+ error: boolean;
4231
+ errorData: any;
4232
+ loaded: boolean;
4233
+ stores: never[];
4234
+ };
4235
+ }>;
4236
+ tablet_cell_bundles: Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "writableByName" | "cellsIdFilter" | "bundleDefaultConfig"> & Pick<import("../../reducers/tablet_cell_bundles").TabletsBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
4237
+ tabletCellBundleEditor: import("../../reducers/tablet_cell_bundles/tablet-cell-bundle-editor").TabletCellBundleEditorState;
4238
+ chaos_cell_bundles: Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "error" | "loading" | "loaded" | "cells" | "bundles" | "cellsIdFilter"> & Pick<import("../../reducers/chaos_cell_bundles").ChaosBundlesState, "bundlesNameFilter" | "bundlesAccountFilter" | "bundlesTagNodeFilter" | "cellsBundleFilter" | "cellsHostFilter" | "bundlesSort" | "cellsSort" | "activeBundle" | "bundlesTableMode">;
4239
+ chaosCellBundleEditor: import("../../reducers/chaos_cell_bundles/tablet-cell-bundle-editor").ChaosCellBundleEditorState;
4240
+ users: import("redux").CombinedState<{
4241
+ table: {
4242
+ loaded: boolean;
4243
+ loading: boolean;
4244
+ error: null;
4245
+ users: never[];
4246
+ sort: {
4247
+ column: string;
4248
+ order: string;
4249
+ };
4250
+ } & {
4251
+ bannedFilter: boolean;
4252
+ nameFilter: string;
4253
+ groupFilter: string;
4254
+ };
4255
+ editUser: {
4256
+ loaded: boolean;
4257
+ loading: boolean;
4258
+ error: null;
4259
+ showModal: boolean;
4260
+ username: string;
4261
+ data: {};
4262
+ };
4263
+ }>;
4264
+ groups: import("redux").CombinedState<{
4265
+ table: {
4266
+ loaded: boolean;
4267
+ loading: boolean;
4268
+ error: null;
4269
+ groups: never[];
4270
+ sort: {
4271
+ column: string;
4272
+ order: string;
4273
+ };
4274
+ expanded: {};
4275
+ } & {
4276
+ nameFilter: string;
4277
+ };
4278
+ editor: {
4279
+ loaded: boolean;
4280
+ loading: boolean;
4281
+ error: null;
4282
+ data: {};
4283
+ idmData: {
4284
+ group: {
4285
+ members: never[];
4286
+ responsibles: never[];
4287
+ };
4288
+ version: string;
4289
+ };
4290
+ showModal: boolean;
4291
+ groupName: string;
4292
+ };
4293
+ }>;
4294
+ scheduling: import("redux").CombinedState<{
4295
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
4296
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
4297
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
4298
+ }>;
4299
+ suggests: import("redux").CombinedState<{
4300
+ tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
4301
+ }>;
4302
+ job: import("redux").CombinedState<{
4303
+ general: import("../../reducers/job/general").GeneralState;
4304
+ statistics: import("../../reducers/job/statistics").StatisticsEphemeralState & import("../../reducers/job/statistics").StatisticsPersistedState;
4305
+ competitors: import("../../reducers/job/competitors").CompetitorsState;
4306
+ specification: import("../../reducers/job/specification").SpecificationEphemeralState & import("../../reducers/job/specification").SpecificationPersistedState;
4307
+ }>;
4308
+ executeBatch: import("../../reducers/execute-batch").ExecuteBatchState;
4309
+ queryTracker: import("redux").CombinedState<{
4310
+ list: import("../../../pages/query-tracker/module/queries_list/reducer").QueriesListState;
4311
+ query: import("../../../pages/query-tracker/module/query/reducer").QueryState;
4312
+ results: never;
4313
+ }>;
4314
+ chyt: import("redux").CombinedState<{
4315
+ list: import("../../reducers/chyt/list").ChytListState;
4316
+ listFilters: import("../../reducers/chyt/list-filters").ChytListFilters;
4317
+ clique: Omit<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique"> & Pick<import("../../reducers/chyt/clique").ChytCliqueState, "currentClique">;
4318
+ options: import("../../reducers/chyt/options").ChytCliqueOptionsState;
4319
+ speclet: import("../../reducers/chyt/speclet").ChytCliqueSpecletState;
4320
+ }>;
4321
+ }>, "global"> & {
4322
+ global: {
4323
+ [key: string]: any;
4324
+ version: `${number}.${number}.${number}-${string}`;
4325
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
4326
+ masterVersion: `${number}.${number}.${number}-${string}`;
4327
+ clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
4328
+ cluster?: string | undefined;
4329
+ rootPagesCluster?: string | undefined;
4330
+ asideHeaderWidth: number;
4331
+ allowedExperimentalPages: string[];
4332
+ };
4333
+ }) => boolean) & import("reselect").OutputSelectorFields<(args_0: (featureName: "fieldsFilter" | "effectiveExpiration" | "clusterNodeVersion" | "nodeMaintenanceApi" | "schedulingChildrenByPool") => boolean) => boolean, {
127
4334
  clearCache: () => void;
128
4335
  }> & {
129
4336
  clearCache: () => void;
130
4337
  };
4338
+ export {};