@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
@@ -0,0 +1,132 @@
1
+ import _objectSpread from "@babel/runtime/helpers/objectSpread2";
2
+ import { mergeStateOnClusterChange } from '../../../store/reducers/utils';
3
+ import { CHANGE_CONTENT_MODE, CHANGE_POOL, CHANGE_POOL_CHILDREN_FILTER, CHANGE_TABLE_TREE_STATE, CHANGE_TREE, POOL_TOGGLE_DELETE_VISIBILITY, ROOT_POOL_NAME, SCHEDULING_CREATE_POOL_CANCELLED, SCHEDULING_DATA_CANCELLED, SCHEDULING_DATA_FAILURE, SCHEDULING_DATA_PARTITION, SCHEDULING_DATA_REQUEST, SCHEDULING_DATA_SUCCESS, SCHEDULING_DELETE_POOL_FAILURE, SCHEDULING_DELETE_POOL_REQUEST, SCHEDULING_DELETE_POOL_SUCCESS, SCHEDULING_EDIT_POOL_CANCELLED, SCHEDULING_EDIT_POOL_FAILURE, SCHEDULING_EDIT_POOL_REQUEST, SCHEDULING_EDIT_POOL_SUCCESS, TOGGLE_EDIT_VISIBILITY } from '../../../constants/scheduling';
4
+ var ephemeralState = {
5
+ loading: false,
6
+ loaded: false,
7
+ error: false,
8
+ errorData: undefined,
9
+ poolLoading: false,
10
+ poolLoaded: false,
11
+ poolError: false,
12
+ isNewPools: false,
13
+ schedulerAlerts: [],
14
+ treeResources: {},
15
+ trees: [],
16
+ editVisibility: false,
17
+ editItem: undefined,
18
+ deleteVisibility: false,
19
+ deleteItem: undefined,
20
+ attributesToFilter: undefined,
21
+ attributesToFilterTime: 0
22
+ };
23
+ var persistedState = {
24
+ treeState: 'collapsed',
25
+ filter: '',
26
+ poolChildrenFilter: '',
27
+ contentMode: 'cpu',
28
+ tree: '',
29
+ pool: ROOT_POOL_NAME,
30
+ abcServiceFilter: {
31
+ slug: undefined
32
+ },
33
+ monitorChartStatus: {}
34
+ };
35
+ export var initialState = _objectSpread(_objectSpread({}, ephemeralState), persistedState);
36
+ var reducer = function reducer() {
37
+ var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : initialState;
38
+ var action = arguments.length > 1 ? arguments[1] : undefined;
39
+ switch (action.type) {
40
+ case SCHEDULING_DATA_REQUEST:
41
+ return _objectSpread(_objectSpread({}, state), {}, {
42
+ loading: true
43
+ });
44
+ case SCHEDULING_DATA_PARTITION:
45
+ return _objectSpread(_objectSpread({}, state), action.data);
46
+ case SCHEDULING_DATA_SUCCESS:
47
+ return _objectSpread(_objectSpread(_objectSpread({}, state), action.data), {}, {
48
+ loaded: true,
49
+ loading: false,
50
+ error: false
51
+ });
52
+ case SCHEDULING_DATA_FAILURE:
53
+ return _objectSpread(_objectSpread({}, state), {}, {
54
+ loading: false,
55
+ error: true,
56
+ errorData: action.data.error
57
+ });
58
+ case SCHEDULING_DATA_CANCELLED:
59
+ return _objectSpread(_objectSpread({}, state), ephemeralState);
60
+ case SCHEDULING_DELETE_POOL_REQUEST:
61
+ case SCHEDULING_EDIT_POOL_REQUEST:
62
+ return _objectSpread(_objectSpread({}, state), {}, {
63
+ poolLoading: true
64
+ });
65
+ case SCHEDULING_DELETE_POOL_SUCCESS:
66
+ case SCHEDULING_EDIT_POOL_SUCCESS:
67
+ return _objectSpread(_objectSpread({}, state), {}, {
68
+ poolLoaded: true,
69
+ poolLoading: false,
70
+ poolError: false
71
+ });
72
+ case SCHEDULING_DELETE_POOL_FAILURE:
73
+ case SCHEDULING_EDIT_POOL_FAILURE:
74
+ return _objectSpread(_objectSpread({}, state), {}, {
75
+ poolLoading: false,
76
+ poolError: true,
77
+ poolErrorData: action.data.error
78
+ });
79
+ case SCHEDULING_CREATE_POOL_CANCELLED:
80
+ case SCHEDULING_EDIT_POOL_CANCELLED:
81
+ return _objectSpread(_objectSpread({}, state), {}, {
82
+ poolLoading: false,
83
+ poolLoaded: false,
84
+ poolError: false,
85
+ poolErrorData: undefined
86
+ });
87
+ case CHANGE_TREE:
88
+ return _objectSpread(_objectSpread({}, state), {}, {
89
+ tree: action.data.tree
90
+ });
91
+ case CHANGE_TABLE_TREE_STATE:
92
+ return _objectSpread(_objectSpread({}, state), {}, {
93
+ treeState: action.data.treeState
94
+ });
95
+ case CHANGE_POOL:
96
+ return _objectSpread(_objectSpread({}, state), {}, {
97
+ pool: action.data.pool
98
+ });
99
+ case CHANGE_CONTENT_MODE:
100
+ return _objectSpread(_objectSpread({}, state), {}, {
101
+ contentMode: action.data.contentMode
102
+ });
103
+ case CHANGE_POOL_CHILDREN_FILTER:
104
+ return _objectSpread(_objectSpread({}, state), {}, {
105
+ poolChildrenFilter: action.data.poolChildrenFilter
106
+ });
107
+ case TOGGLE_EDIT_VISIBILITY:
108
+ {
109
+ var _action$data = action.data,
110
+ visibility = _action$data.visibility,
111
+ item = _action$data.item;
112
+ return _objectSpread(_objectSpread({}, state), {}, {
113
+ editVisibility: visibility,
114
+ editItem: item
115
+ });
116
+ }
117
+ case POOL_TOGGLE_DELETE_VISIBILITY:
118
+ {
119
+ var _action$data2 = action.data,
120
+ _visibility = _action$data2.visibility,
121
+ _item = _action$data2.item;
122
+ return _objectSpread(_objectSpread({}, state), {}, {
123
+ deleteVisibility: _visibility,
124
+ deleteItem: _item
125
+ });
126
+ }
127
+ default:
128
+ return state;
129
+ }
130
+ };
131
+ export default mergeStateOnClusterChange(ephemeralState, persistedState, reducer);
132
+ // #sourceMappingURL=scheduling.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["mergeStateOnClusterChange","CHANGE_CONTENT_MODE","CHANGE_POOL","CHANGE_POOL_CHILDREN_FILTER","CHANGE_TABLE_TREE_STATE","CHANGE_TREE","POOL_TOGGLE_DELETE_VISIBILITY","ROOT_POOL_NAME","SCHEDULING_CREATE_POOL_CANCELLED","SCHEDULING_DATA_CANCELLED","SCHEDULING_DATA_FAILURE","SCHEDULING_DATA_PARTITION","SCHEDULING_DATA_REQUEST","SCHEDULING_DATA_SUCCESS","SCHEDULING_DELETE_POOL_FAILURE","SCHEDULING_DELETE_POOL_REQUEST","SCHEDULING_DELETE_POOL_SUCCESS","SCHEDULING_EDIT_POOL_CANCELLED","SCHEDULING_EDIT_POOL_FAILURE","SCHEDULING_EDIT_POOL_REQUEST","SCHEDULING_EDIT_POOL_SUCCESS","TOGGLE_EDIT_VISIBILITY","ephemeralState","loading","loaded","error","errorData","undefined","poolLoading","poolLoaded","poolError","isNewPools","schedulerAlerts","treeResources","trees","editVisibility","editItem","deleteVisibility","deleteItem","attributesToFilter","attributesToFilterTime","persistedState","treeState","filter","poolChildrenFilter","contentMode","tree","pool","abcServiceFilter","slug","monitorChartStatus","initialState","_objectSpread","reducer","state","arguments","length","action","type","data","poolErrorData","_action$data","visibility","item","_action$data2"],"sources":["scheduling.ts"],"sourcesContent":["import {mergeStateOnClusterChange} from '../../../store/reducers/utils';\nimport {\n CHANGE_CONTENT_MODE,\n CHANGE_POOL,\n CHANGE_POOL_CHILDREN_FILTER,\n CHANGE_TABLE_TREE_STATE,\n CHANGE_TREE,\n POOL_TOGGLE_DELETE_VISIBILITY,\n ROOT_POOL_NAME,\n SCHEDULING_CREATE_POOL_CANCELLED,\n SCHEDULING_DATA_CANCELLED,\n SCHEDULING_DATA_FAILURE,\n SCHEDULING_DATA_PARTITION,\n SCHEDULING_DATA_REQUEST,\n SCHEDULING_DATA_SUCCESS,\n SCHEDULING_DELETE_POOL_FAILURE,\n SCHEDULING_DELETE_POOL_REQUEST,\n SCHEDULING_DELETE_POOL_SUCCESS,\n SCHEDULING_EDIT_POOL_CANCELLED,\n SCHEDULING_EDIT_POOL_FAILURE,\n SCHEDULING_EDIT_POOL_REQUEST,\n SCHEDULING_EDIT_POOL_SUCCESS,\n TOGGLE_EDIT_VISIBILITY,\n} from '../../../constants/scheduling';\nimport {ActionD, YTError} from '../../../types';\nimport {Action} from 'redux';\nimport {PoolInfo} from '../../../store/selectors/scheduling/scheduling-pools';\n\nexport interface SchedulingEphemeralState {\n loading: boolean;\n loaded: boolean;\n error: boolean;\n errorData?: YTError;\n\n poolLoading: boolean;\n poolLoaded: boolean;\n poolError: boolean;\n poolErrorData?: YTError;\n\n isNewPools: boolean;\n\n schedulerAlerts: Array<SchedulingAlert>;\n treeResources: TreeResources;\n trees: Array<string>;\n\n editVisibility: boolean;\n editItem?: PoolInfo;\n\n deleteVisibility: boolean;\n deleteItem?: PoolInfo;\n\n attributesToFilter: undefined | Record<string, {parent?: string; abc: {id: number}}>;\n attributesToFilterTime: number;\n}\n\nexport interface TreeResources {\n resource_usage?: unknown;\n resource_limits?: unknown;\n resource_distribution_info?: Record<string, unknown>;\n config?: unknown;\n}\n\nexport interface SchedulingAlert {}\n\nexport interface SchedulingPersistentState {\n treeState: 'collapsed' | 'expanded';\n filter: string;\n poolChildrenFilter: '';\n contentMode: 'cpu' | 'memory' | 'gpu' | 'user_slots' | 'operations' | 'integral';\n\n tree: string;\n pool: string;\n abcServiceFilter: {\n slug?: string;\n id?: number;\n };\n monitorChartStatus: {};\n}\n\nconst ephemeralState: SchedulingEphemeralState = {\n loading: false,\n loaded: false,\n error: false,\n errorData: undefined,\n\n poolLoading: false,\n poolLoaded: false,\n poolError: false,\n\n isNewPools: false,\n\n schedulerAlerts: [],\n treeResources: {},\n trees: [],\n\n editVisibility: false,\n editItem: undefined,\n\n deleteVisibility: false,\n deleteItem: undefined,\n\n attributesToFilter: undefined,\n attributesToFilterTime: 0,\n};\n\nconst persistedState: SchedulingPersistentState = {\n treeState: 'collapsed',\n filter: '',\n poolChildrenFilter: '',\n contentMode: 'cpu',\n tree: '',\n pool: ROOT_POOL_NAME,\n abcServiceFilter: {\n slug: undefined,\n },\n monitorChartStatus: {},\n};\n\nexport const initialState = {\n ...ephemeralState,\n ...persistedState,\n};\n\ntype SchedulingState = typeof initialState;\n\nconst reducer = (state = initialState, action: SchedulingAction) => {\n switch (action.type) {\n case SCHEDULING_DATA_REQUEST:\n return {...state, loading: true};\n\n case SCHEDULING_DATA_PARTITION:\n return {...state, ...action.data};\n\n case SCHEDULING_DATA_SUCCESS:\n return {\n ...state,\n ...action.data,\n loaded: true,\n loading: false,\n error: false,\n };\n\n case SCHEDULING_DATA_FAILURE:\n return {\n ...state,\n loading: false,\n error: true,\n errorData: action.data.error,\n };\n\n case SCHEDULING_DATA_CANCELLED:\n return {...state, ...ephemeralState};\n\n case SCHEDULING_DELETE_POOL_REQUEST:\n case SCHEDULING_EDIT_POOL_REQUEST:\n return {...state, poolLoading: true};\n\n case SCHEDULING_DELETE_POOL_SUCCESS:\n case SCHEDULING_EDIT_POOL_SUCCESS:\n return {\n ...state,\n poolLoaded: true,\n poolLoading: false,\n poolError: false,\n };\n\n case SCHEDULING_DELETE_POOL_FAILURE:\n case SCHEDULING_EDIT_POOL_FAILURE:\n return {\n ...state,\n poolLoading: false,\n poolError: true,\n poolErrorData: action.data.error,\n };\n\n case SCHEDULING_CREATE_POOL_CANCELLED:\n case SCHEDULING_EDIT_POOL_CANCELLED:\n return {\n ...state,\n poolLoading: false,\n poolLoaded: false,\n poolError: false,\n poolErrorData: undefined,\n };\n\n case CHANGE_TREE:\n return {...state, tree: action.data.tree};\n\n case CHANGE_TABLE_TREE_STATE:\n return {...state, treeState: action.data.treeState};\n\n case CHANGE_POOL:\n return {...state, pool: action.data.pool};\n\n case CHANGE_CONTENT_MODE:\n return {...state, contentMode: action.data.contentMode};\n\n case CHANGE_POOL_CHILDREN_FILTER:\n return {\n ...state,\n poolChildrenFilter: action.data.poolChildrenFilter,\n };\n\n case TOGGLE_EDIT_VISIBILITY: {\n const {visibility, item} = action.data;\n\n return {...state, editVisibility: visibility, editItem: item};\n }\n\n case POOL_TOGGLE_DELETE_VISIBILITY: {\n const {visibility, item} = action.data;\n\n return {...state, deleteVisibility: visibility, deleteItem: item};\n }\n\n default:\n return state;\n }\n};\n\nexport type SchedulingAction =\n | Action<typeof SCHEDULING_DATA_REQUEST>\n | ActionD<typeof SCHEDULING_DATA_PARTITION, Partial<SchedulingState>>\n | ActionD<typeof SCHEDULING_DATA_SUCCESS, Pick<SchedulingState, 'treeResources'>>\n | ActionD<typeof SCHEDULING_DATA_FAILURE, {error: YTError}>\n | Action<typeof SCHEDULING_DATA_CANCELLED>\n | Action<typeof SCHEDULING_DELETE_POOL_REQUEST | typeof SCHEDULING_EDIT_POOL_REQUEST>\n | Action<typeof SCHEDULING_DELETE_POOL_SUCCESS | typeof SCHEDULING_EDIT_POOL_SUCCESS>\n | ActionD<\n typeof SCHEDULING_DELETE_POOL_FAILURE | typeof SCHEDULING_EDIT_POOL_FAILURE,\n {error: YTError}\n >\n | Action<typeof SCHEDULING_CREATE_POOL_CANCELLED | typeof SCHEDULING_EDIT_POOL_CANCELLED>\n | ActionD<typeof CHANGE_TREE, Pick<SchedulingState, 'tree'>>\n | ActionD<typeof CHANGE_TABLE_TREE_STATE, Pick<SchedulingState, 'treeState'>>\n | ActionD<typeof CHANGE_POOL, Pick<SchedulingState, 'pool'>>\n | ActionD<typeof CHANGE_CONTENT_MODE, Pick<SchedulingState, 'contentMode'>>\n | ActionD<typeof CHANGE_POOL_CHILDREN_FILTER, Pick<SchedulingState, 'poolChildrenFilter'>>\n | ActionD<\n typeof TOGGLE_EDIT_VISIBILITY,\n {item: SchedulingState['editItem']; visibility: boolean}\n >\n | ActionD<\n typeof POOL_TOGGLE_DELETE_VISIBILITY,\n {item: SchedulingState['deleteItem']; visibility: boolean}\n >;\n\nexport default mergeStateOnClusterChange(ephemeralState, persistedState, reducer);\n"],"mappings":";AAAA,SAAQA,yBAAyB,QAAO,+BAA+B;AACvE,SACIC,mBAAmB,EACnBC,WAAW,EACXC,2BAA2B,EAC3BC,uBAAuB,EACvBC,WAAW,EACXC,6BAA6B,EAC7BC,cAAc,EACdC,gCAAgC,EAChCC,yBAAyB,EACzBC,uBAAuB,EACvBC,yBAAyB,EACzBC,uBAAuB,EACvBC,uBAAuB,EACvBC,8BAA8B,EAC9BC,8BAA8B,EAC9BC,8BAA8B,EAC9BC,8BAA8B,EAC9BC,4BAA4B,EAC5BC,4BAA4B,EAC5BC,4BAA4B,EAC5BC,sBAAsB,QACnB,+BAA+B;AAwDtC,IAAMC,cAAwC,GAAG;EAC7CC,OAAO,EAAE,KAAK;EACdC,MAAM,EAAE,KAAK;EACbC,KAAK,EAAE,KAAK;EACZC,SAAS,EAAEC,SAAS;EAEpBC,WAAW,EAAE,KAAK;EAClBC,UAAU,EAAE,KAAK;EACjBC,SAAS,EAAE,KAAK;EAEhBC,UAAU,EAAE,KAAK;EAEjBC,eAAe,EAAE,EAAE;EACnBC,aAAa,EAAE,CAAC,CAAC;EACjBC,KAAK,EAAE,EAAE;EAETC,cAAc,EAAE,KAAK;EACrBC,QAAQ,EAAET,SAAS;EAEnBU,gBAAgB,EAAE,KAAK;EACvBC,UAAU,EAAEX,SAAS;EAErBY,kBAAkB,EAAEZ,SAAS;EAC7Ba,sBAAsB,EAAE;AAC5B,CAAC;AAED,IAAMC,cAAyC,GAAG;EAC9CC,SAAS,EAAE,WAAW;EACtBC,MAAM,EAAE,EAAE;EACVC,kBAAkB,EAAE,EAAE;EACtBC,WAAW,EAAE,KAAK;EAClBC,IAAI,EAAE,EAAE;EACRC,IAAI,EAAExC,cAAc;EACpByC,gBAAgB,EAAE;IACdC,IAAI,EAAEtB;EACV,CAAC;EACDuB,kBAAkB,EAAE,CAAC;AACzB,CAAC;AAED,OAAO,IAAMC,YAAY,GAAAC,aAAA,CAAAA,aAAA,KAClB9B,cAAc,GACdmB,cAAc,CACpB;AAID,IAAMY,OAAO,GAAG,SAAVA,OAAOA,CAAA,EAAuD;EAAA,IAAnDC,KAAK,GAAAC,SAAA,CAAAC,MAAA,QAAAD,SAAA,QAAA5B,SAAA,GAAA4B,SAAA,MAAGJ,YAAY;EAAA,IAAEM,MAAwB,GAAAF,SAAA,CAAAC,MAAA,OAAAD,SAAA,MAAA5B,SAAA;EAC3D,QAAQ8B,MAAM,CAACC,IAAI;IACf,KAAK9C,uBAAuB;MACxB,OAAAwC,aAAA,CAAAA,aAAA,KAAWE,KAAK;QAAE/B,OAAO,EAAE;MAAI;IAEnC,KAAKZ,yBAAyB;MAC1B,OAAAyC,aAAA,CAAAA,aAAA,KAAWE,KAAK,GAAKG,MAAM,CAACE,IAAI;IAEpC,KAAK9C,uBAAuB;MACxB,OAAAuC,aAAA,CAAAA,aAAA,CAAAA,aAAA,KACOE,KAAK,GACLG,MAAM,CAACE,IAAI;QACdnC,MAAM,EAAE,IAAI;QACZD,OAAO,EAAE,KAAK;QACdE,KAAK,EAAE;MAAK;IAGpB,KAAKf,uBAAuB;MACxB,OAAA0C,aAAA,CAAAA,aAAA,KACOE,KAAK;QACR/B,OAAO,EAAE,KAAK;QACdE,KAAK,EAAE,IAAI;QACXC,SAAS,EAAE+B,MAAM,CAACE,IAAI,CAAClC;MAAK;IAGpC,KAAKhB,yBAAyB;MAC1B,OAAA2C,aAAA,CAAAA,aAAA,KAAWE,KAAK,GAAKhC,cAAc;IAEvC,KAAKP,8BAA8B;IACnC,KAAKI,4BAA4B;MAC7B,OAAAiC,aAAA,CAAAA,aAAA,KAAWE,KAAK;QAAE1B,WAAW,EAAE;MAAI;IAEvC,KAAKZ,8BAA8B;IACnC,KAAKI,4BAA4B;MAC7B,OAAAgC,aAAA,CAAAA,aAAA,KACOE,KAAK;QACRzB,UAAU,EAAE,IAAI;QAChBD,WAAW,EAAE,KAAK;QAClBE,SAAS,EAAE;MAAK;IAGxB,KAAKhB,8BAA8B;IACnC,KAAKI,4BAA4B;MAC7B,OAAAkC,aAAA,CAAAA,aAAA,KACOE,KAAK;QACR1B,WAAW,EAAE,KAAK;QAClBE,SAAS,EAAE,IAAI;QACf8B,aAAa,EAAEH,MAAM,CAACE,IAAI,CAAClC;MAAK;IAGxC,KAAKjB,gCAAgC;IACrC,KAAKS,8BAA8B;MAC/B,OAAAmC,aAAA,CAAAA,aAAA,KACOE,KAAK;QACR1B,WAAW,EAAE,KAAK;QAClBC,UAAU,EAAE,KAAK;QACjBC,SAAS,EAAE,KAAK;QAChB8B,aAAa,EAAEjC;MAAS;IAGhC,KAAKtB,WAAW;MACZ,OAAA+C,aAAA,CAAAA,aAAA,KAAWE,KAAK;QAAER,IAAI,EAAEW,MAAM,CAACE,IAAI,CAACb;MAAI;IAE5C,KAAK1C,uBAAuB;MACxB,OAAAgD,aAAA,CAAAA,aAAA,KAAWE,KAAK;QAAEZ,SAAS,EAAEe,MAAM,CAACE,IAAI,CAACjB;MAAS;IAEtD,KAAKxC,WAAW;MACZ,OAAAkD,aAAA,CAAAA,aAAA,KAAWE,KAAK;QAAEP,IAAI,EAAEU,MAAM,CAACE,IAAI,CAACZ;MAAI;IAE5C,KAAK9C,mBAAmB;MACpB,OAAAmD,aAAA,CAAAA,aAAA,KAAWE,KAAK;QAAET,WAAW,EAAEY,MAAM,CAACE,IAAI,CAACd;MAAW;IAE1D,KAAK1C,2BAA2B;MAC5B,OAAAiD,aAAA,CAAAA,aAAA,KACOE,KAAK;QACRV,kBAAkB,EAAEa,MAAM,CAACE,IAAI,CAACf;MAAkB;IAG1D,KAAKvB,sBAAsB;MAAE;QACzB,IAAAwC,YAAA,GAA2BJ,MAAM,CAACE,IAAI;UAA/BG,UAAU,GAAAD,YAAA,CAAVC,UAAU;UAAEC,IAAI,GAAAF,YAAA,CAAJE,IAAI;QAEvB,OAAAX,aAAA,CAAAA,aAAA,KAAWE,KAAK;UAAEnB,cAAc,EAAE2B,UAAU;UAAE1B,QAAQ,EAAE2B;QAAI;MAChE;IAEA,KAAKzD,6BAA6B;MAAE;QAChC,IAAA0D,aAAA,GAA2BP,MAAM,CAACE,IAAI;UAA/BG,WAAU,GAAAE,aAAA,CAAVF,UAAU;UAAEC,KAAI,GAAAC,aAAA,CAAJD,IAAI;QAEvB,OAAAX,aAAA,CAAAA,aAAA,KAAWE,KAAK;UAAEjB,gBAAgB,EAAEyB,WAAU;UAAExB,UAAU,EAAEyB;QAAI;MACpE;IAEA;MACI,OAAOT,KAAK;EACpB;AACJ,CAAC;AA6BD,eAAetD,yBAAyB,CAACsB,cAAc,EAAEmB,cAAc,EAAEY,OAAO,CAAC"}
@@ -16,7 +16,7 @@ export declare function getSchedulingPreparedState(state: RootState, { query }:
16
16
  export declare const schedulingOverviewParams: {
17
17
  filter: {
18
18
  stateKey: string;
19
- initialState: "";
19
+ initialState: string;
20
20
  };
21
21
  sortState: {
22
22
  stateKey: string;
@@ -32,9 +32,20 @@ export declare const schedulingOverviewParams: {
32
32
  abc: {
33
33
  stateKey: string;
34
34
  initialState: {
35
- slug: undefined;
35
+ slug?: string | undefined;
36
+ id?: number | undefined;
36
37
  };
37
38
  type: string;
39
+ options: {
40
+ parse(v?: string): {
41
+ slug?: string | undefined;
42
+ id?: number | undefined;
43
+ };
44
+ serialize(obj: {
45
+ slug?: string | undefined;
46
+ id?: number | undefined;
47
+ }): string | undefined;
48
+ };
38
49
  };
39
50
  pool: {
40
51
  stateKey: string;
@@ -1,31 +1,32 @@
1
1
  import _objectSpread from "@babel/runtime/helpers/objectSpread2";
2
- import { initialState as schedulingInitialState } from './index';
2
+ import { initialState as schedulingInitialState } from './scheduling';
3
3
  import { initialState as tableSortState } from '../../../store/reducers/tables';
4
4
  import { SCHEDULING_POOL_CHILDREN_TABLE_ID, SCHEDULING_POOL_TREE_TABLE_ID } from '../../../constants/scheduling';
5
5
  import { parseSortState } from '../../../utils';
6
6
  import produce from 'immer';
7
7
  import { updateIfChanged } from '../../../utils/utils';
8
8
  import { aclFiltersParams, getAclFiltersPreparedState } from '../acl/url-mapping';
9
+ import { makeObjectParseSerialize, parseSerializeNumber, parseSerializeString } from '../../../utils/parse-serialize';
9
10
  export var schedulingParams = {
10
11
  pool: {
11
- stateKey: 'scheduling.pool',
12
+ stateKey: 'scheduling.scheduling.pool',
12
13
  initialState: '<Root>'
13
14
  },
14
15
  tree: {
15
- stateKey: 'scheduling.tree',
16
+ stateKey: 'scheduling.scheduling.tree',
16
17
  initialState: schedulingInitialState.tree
17
18
  }
18
19
  };
19
20
  export function getSchedulingPreparedState(state, _ref) {
20
21
  var query = _ref.query;
21
22
  return produce(state, function (draft) {
22
- updateIfChanged(draft.scheduling, 'pool', query.scheduling.pool);
23
- updateIfChanged(draft.scheduling, 'tree', query.scheduling.tree);
23
+ updateIfChanged(draft.scheduling.scheduling, 'pool', query.scheduling.scheduling.pool);
24
+ updateIfChanged(draft.scheduling.scheduling, 'tree', query.scheduling.scheduling.tree);
24
25
  });
25
26
  }
26
27
  export var schedulingOverviewParams = _objectSpread(_objectSpread({}, schedulingParams), {}, {
27
28
  filter: {
28
- stateKey: 'scheduling.filter',
29
+ stateKey: 'scheduling.scheduling.filter',
29
30
  initialState: schedulingInitialState.filter
30
31
  },
31
32
  sortState: {
@@ -37,9 +38,13 @@ export var schedulingOverviewParams = _objectSpread(_objectSpread({}, scheduling
37
38
  type: 'object'
38
39
  },
39
40
  abc: {
40
- stateKey: 'scheduling.abcServiceFilter',
41
+ stateKey: 'scheduling.scheduling.abcServiceFilter',
41
42
  initialState: schedulingInitialState.abcServiceFilter,
42
- type: 'object'
43
+ type: 'object',
44
+ options: makeObjectParseSerialize(schedulingInitialState.abcServiceFilter, {
45
+ slug: parseSerializeString,
46
+ id: parseSerializeNumber
47
+ })
43
48
  }
44
49
  });
45
50
  export function getSchedulingOverviewPreparedState(state, _ref2) {
@@ -48,18 +53,18 @@ export function getSchedulingOverviewPreparedState(state, _ref2) {
48
53
  query: query
49
54
  });
50
55
  return produce(state, function (draft) {
51
- updateIfChanged(draft.scheduling, 'filter', query.scheduling.filter);
52
- updateIfChanged(draft.scheduling, 'abcServiceFilter', query.scheduling.abcServiceFilter);
56
+ updateIfChanged(draft.scheduling.scheduling, 'filter', query.scheduling.scheduling.filter);
57
+ updateIfChanged(draft.scheduling.scheduling, 'abcServiceFilter', query.scheduling.scheduling.abcServiceFilter);
53
58
  updateIfChanged(draft.tables, SCHEDULING_POOL_TREE_TABLE_ID, query.tables[SCHEDULING_POOL_TREE_TABLE_ID]);
54
59
  });
55
60
  }
56
61
  export var schedulingDetailsParams = _objectSpread(_objectSpread({}, schedulingParams), {}, {
57
62
  filter: {
58
- stateKey: 'scheduling.poolChildrenFilter',
63
+ stateKey: 'scheduling.scheduling.poolChildrenFilter',
59
64
  initialState: schedulingInitialState.poolChildrenFilter
60
65
  },
61
66
  contentMode: {
62
- stateKey: 'scheduling.contentMode',
67
+ stateKey: 'scheduling.scheduling.contentMode',
63
68
  initialState: schedulingInitialState.contentMode
64
69
  },
65
70
  sortState: {
@@ -79,8 +84,8 @@ export function getSchedulingDetailsPreparedState(state, _ref3) {
79
84
  query: query
80
85
  });
81
86
  return produce(state, function (draft) {
82
- updateIfChanged(draft.scheduling, 'poolChildrenFilter', query.scheduling.poolChildrenFilter);
83
- updateIfChanged(draft.scheduling, 'contentMode', query.scheduling.contentMode);
87
+ updateIfChanged(draft.scheduling.scheduling, 'poolChildrenFilter', query.scheduling.scheduling.poolChildrenFilter);
88
+ updateIfChanged(draft.scheduling.scheduling, 'contentMode', query.scheduling.scheduling.contentMode);
84
89
  updateIfChanged(draft.tables, SCHEDULING_POOL_CHILDREN_TABLE_ID, query.tables[SCHEDULING_POOL_CHILDREN_TABLE_ID]);
85
90
  });
86
91
  }
@@ -1 +1 @@
1
- {"version":3,"names":["initialState","schedulingInitialState","tableSortState","SCHEDULING_POOL_CHILDREN_TABLE_ID","SCHEDULING_POOL_TREE_TABLE_ID","parseSortState","produce","updateIfChanged","aclFiltersParams","getAclFiltersPreparedState","schedulingParams","pool","stateKey","tree","getSchedulingPreparedState","state","_ref","query","draft","scheduling","schedulingOverviewParams","_objectSpread","filter","sortState","concat","options","parse","type","abc","abcServiceFilter","getSchedulingOverviewPreparedState","_ref2","tables","schedulingDetailsParams","poolChildrenFilter","contentMode","schedulingMonitorParams","schedulingAclParams","getSchedulingDetailsPreparedState","_ref3","getSchedulingMonitorPreparedState","location","getSchedulingAclPreparedState","prevState","_ref4"],"sources":["url-mapping.ts"],"sourcesContent":["import _ from 'lodash';\n\nimport {initialState as schedulingInitialState} from './index';\nimport {initialState as tableSortState} from '../../../store/reducers/tables';\n\nimport {\n SCHEDULING_POOL_CHILDREN_TABLE_ID,\n SCHEDULING_POOL_TREE_TABLE_ID,\n} from '../../../constants/scheduling';\nimport {parseSortState} from '../../../utils';\nimport produce from 'immer';\nimport {updateIfChanged} from '../../../utils/utils';\nimport {RootState} from '../../../store/reducers';\nimport {aclFiltersParams, getAclFiltersPreparedState} from '../acl/url-mapping';\n\nexport const schedulingParams = {\n pool: {\n stateKey: 'scheduling.pool',\n initialState: '<Root>',\n },\n tree: {\n stateKey: 'scheduling.tree',\n initialState: schedulingInitialState.tree,\n },\n};\n\nexport function getSchedulingPreparedState(state: RootState, {query}: {query: RootState}) {\n return produce(state, (draft) => {\n updateIfChanged(draft.scheduling, 'pool', query.scheduling.pool);\n updateIfChanged(draft.scheduling, 'tree', query.scheduling.tree);\n });\n}\n\nexport const schedulingOverviewParams = {\n ...schedulingParams,\n filter: {\n stateKey: 'scheduling.filter',\n initialState: schedulingInitialState.filter,\n },\n sortState: {\n stateKey: `tables.${SCHEDULING_POOL_TREE_TABLE_ID}`,\n initialState: {...tableSortState[SCHEDULING_POOL_TREE_TABLE_ID]},\n options: {parse: parseSortState},\n type: 'object',\n },\n abc: {\n stateKey: 'scheduling.abcServiceFilter',\n initialState: schedulingInitialState.abcServiceFilter,\n type: 'object',\n },\n};\n\nexport function getSchedulingOverviewPreparedState(state: RootState, {query}: {query: RootState}) {\n state = getSchedulingPreparedState(state, {query});\n return produce(state, (draft) => {\n updateIfChanged(draft.scheduling, 'filter', query.scheduling.filter);\n updateIfChanged(draft.scheduling, 'abcServiceFilter', query.scheduling.abcServiceFilter);\n updateIfChanged(\n draft.tables,\n SCHEDULING_POOL_TREE_TABLE_ID,\n query.tables[SCHEDULING_POOL_TREE_TABLE_ID],\n );\n });\n}\n\nexport const schedulingDetailsParams = {\n ...schedulingParams,\n filter: {\n stateKey: 'scheduling.poolChildrenFilter',\n initialState: schedulingInitialState.poolChildrenFilter,\n },\n contentMode: {\n stateKey: 'scheduling.contentMode',\n initialState: schedulingInitialState.contentMode,\n },\n sortState: {\n stateKey: `tables.${SCHEDULING_POOL_CHILDREN_TABLE_ID}`,\n initialState: {...tableSortState[SCHEDULING_POOL_CHILDREN_TABLE_ID]},\n options: {parse: parseSortState},\n type: 'object',\n },\n};\n\nexport const schedulingMonitorParams = {\n ...schedulingParams,\n};\n\nexport const schedulingAclParams = {\n ...schedulingParams,\n ...aclFiltersParams,\n};\n\nexport function getSchedulingDetailsPreparedState(state: RootState, {query}: {query: RootState}) {\n state = getSchedulingPreparedState(state, {query});\n return produce(state, (draft) => {\n updateIfChanged(\n draft.scheduling,\n 'poolChildrenFilter',\n query.scheduling.poolChildrenFilter,\n );\n updateIfChanged(draft.scheduling, 'contentMode', query.scheduling.contentMode);\n updateIfChanged(\n draft.tables,\n SCHEDULING_POOL_CHILDREN_TABLE_ID,\n query.tables[SCHEDULING_POOL_CHILDREN_TABLE_ID],\n );\n });\n}\n\nexport function getSchedulingMonitorPreparedState(state: RootState, location: {query: RootState}) {\n return getSchedulingPreparedState(state, location);\n}\n\nexport function getSchedulingAclPreparedState(prevState: RootState, {query}: {query: RootState}) {\n const state = getAclFiltersPreparedState(prevState, {query});\n return getSchedulingPreparedState(state, {query});\n}\n"],"mappings":"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"}
1
+ {"version":3,"names":["initialState","schedulingInitialState","tableSortState","SCHEDULING_POOL_CHILDREN_TABLE_ID","SCHEDULING_POOL_TREE_TABLE_ID","parseSortState","produce","updateIfChanged","aclFiltersParams","getAclFiltersPreparedState","makeObjectParseSerialize","parseSerializeNumber","parseSerializeString","schedulingParams","pool","stateKey","tree","getSchedulingPreparedState","state","_ref","query","draft","scheduling","schedulingOverviewParams","_objectSpread","filter","sortState","concat","options","parse","type","abc","abcServiceFilter","slug","id","getSchedulingOverviewPreparedState","_ref2","tables","schedulingDetailsParams","poolChildrenFilter","contentMode","schedulingMonitorParams","schedulingAclParams","getSchedulingDetailsPreparedState","_ref3","getSchedulingMonitorPreparedState","location","getSchedulingAclPreparedState","prevState","_ref4"],"sources":["url-mapping.ts"],"sourcesContent":["import _ from 'lodash';\n\nimport {initialState as schedulingInitialState} from './scheduling';\nimport {initialState as tableSortState} from '../../../store/reducers/tables';\n\nimport {\n SCHEDULING_POOL_CHILDREN_TABLE_ID,\n SCHEDULING_POOL_TREE_TABLE_ID,\n} from '../../../constants/scheduling';\nimport {parseSortState} from '../../../utils';\nimport produce from 'immer';\nimport {updateIfChanged} from '../../../utils/utils';\nimport {RootState} from '../../../store/reducers';\nimport {aclFiltersParams, getAclFiltersPreparedState} from '../acl/url-mapping';\nimport {\n makeObjectParseSerialize,\n parseSerializeNumber,\n parseSerializeString,\n} from '../../../utils/parse-serialize';\n\nexport const schedulingParams = {\n pool: {\n stateKey: 'scheduling.scheduling.pool',\n initialState: '<Root>',\n },\n tree: {\n stateKey: 'scheduling.scheduling.tree',\n initialState: schedulingInitialState.tree,\n },\n};\n\nexport function getSchedulingPreparedState(state: RootState, {query}: {query: RootState}) {\n return produce(state, (draft) => {\n updateIfChanged(draft.scheduling.scheduling, 'pool', query.scheduling.scheduling.pool);\n updateIfChanged(draft.scheduling.scheduling, 'tree', query.scheduling.scheduling.tree);\n });\n}\n\nexport const schedulingOverviewParams = {\n ...schedulingParams,\n filter: {\n stateKey: 'scheduling.scheduling.filter',\n initialState: schedulingInitialState.filter,\n },\n sortState: {\n stateKey: `tables.${SCHEDULING_POOL_TREE_TABLE_ID}`,\n initialState: {...tableSortState[SCHEDULING_POOL_TREE_TABLE_ID]},\n options: {parse: parseSortState},\n type: 'object',\n },\n abc: {\n stateKey: 'scheduling.scheduling.abcServiceFilter',\n initialState: schedulingInitialState.abcServiceFilter,\n type: 'object',\n options: makeObjectParseSerialize(schedulingInitialState.abcServiceFilter, {\n slug: parseSerializeString,\n id: parseSerializeNumber,\n }),\n },\n};\n\nexport function getSchedulingOverviewPreparedState(state: RootState, {query}: {query: RootState}) {\n state = getSchedulingPreparedState(state, {query});\n return produce(state, (draft) => {\n updateIfChanged(draft.scheduling.scheduling, 'filter', query.scheduling.scheduling.filter);\n updateIfChanged(\n draft.scheduling.scheduling,\n 'abcServiceFilter',\n query.scheduling.scheduling.abcServiceFilter,\n );\n updateIfChanged(\n draft.tables,\n SCHEDULING_POOL_TREE_TABLE_ID,\n query.tables[SCHEDULING_POOL_TREE_TABLE_ID],\n );\n });\n}\n\nexport const schedulingDetailsParams = {\n ...schedulingParams,\n filter: {\n stateKey: 'scheduling.scheduling.poolChildrenFilter',\n initialState: schedulingInitialState.poolChildrenFilter,\n },\n contentMode: {\n stateKey: 'scheduling.scheduling.contentMode',\n initialState: schedulingInitialState.contentMode,\n },\n sortState: {\n stateKey: `tables.${SCHEDULING_POOL_CHILDREN_TABLE_ID}`,\n initialState: {...tableSortState[SCHEDULING_POOL_CHILDREN_TABLE_ID]},\n options: {parse: parseSortState},\n type: 'object',\n },\n};\n\nexport const schedulingMonitorParams = {\n ...schedulingParams,\n};\n\nexport const schedulingAclParams = {\n ...schedulingParams,\n ...aclFiltersParams,\n};\n\nexport function getSchedulingDetailsPreparedState(state: RootState, {query}: {query: RootState}) {\n state = getSchedulingPreparedState(state, {query});\n return produce(state, (draft) => {\n updateIfChanged(\n draft.scheduling.scheduling,\n 'poolChildrenFilter',\n query.scheduling.scheduling.poolChildrenFilter,\n );\n updateIfChanged(\n draft.scheduling.scheduling,\n 'contentMode',\n query.scheduling.scheduling.contentMode,\n );\n updateIfChanged(\n draft.tables,\n SCHEDULING_POOL_CHILDREN_TABLE_ID,\n query.tables[SCHEDULING_POOL_CHILDREN_TABLE_ID],\n );\n });\n}\n\nexport function getSchedulingMonitorPreparedState(state: RootState, location: {query: RootState}) {\n return getSchedulingPreparedState(state, location);\n}\n\nexport function getSchedulingAclPreparedState(prevState: RootState, {query}: {query: RootState}) {\n const state = getAclFiltersPreparedState(prevState, {query});\n return getSchedulingPreparedState(state, {query});\n}\n"],"mappings":"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"}
@@ -865,11 +865,11 @@ export declare const isAccountsUsageDiffView: ((state: Omit<import("redux").Comb
865
865
  groupName: string;
866
866
  };
867
867
  }>;
868
- scheduling: import("../../reducers/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling").SchedulingPersistentState;
869
- schedulingOperations: Omit<import("../../reducers/scheduling/scheduling-operations").SchedulingOperationsState, "loadAllOperations"> & {
870
- loadAllOperations: boolean;
871
- };
872
- schedulingCreatePoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
868
+ scheduling: import("redux").CombinedState<{
869
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
870
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
871
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
872
+ }>;
873
873
  suggests: import("redux").CombinedState<{
874
874
  tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
875
875
  }>;
@@ -895,12 +895,13 @@ export declare const isAccountsUsageDiffView: ((state: Omit<import("redux").Comb
895
895
  }>, "global"> & {
896
896
  global: {
897
897
  [key: string]: any;
898
+ version: `${number}.${number}.${number}-${string}`;
899
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
900
+ masterVersion: `${number}.${number}.${number}-${string}`;
898
901
  clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
899
902
  cluster?: string | undefined;
900
903
  rootPagesCluster?: string | undefined;
901
904
  asideHeaderWidth: number;
902
- schedulerVersion: string;
903
- masterVersion: string;
904
905
  allowedExperimentalPages: string[];
905
906
  };
906
907
  }) => boolean) & import("reselect").OutputSelectorFields<(args_0: import("../../reducers/accounts/usage/accounts-usage-filters").AccountUsageViewType) => boolean, {
@@ -1718,11 +1719,11 @@ export declare const getAccountUsageTreeItemsBasePathSplitted: ((state: Omit<imp
1718
1719
  groupName: string;
1719
1720
  };
1720
1721
  }>;
1721
- scheduling: import("../../reducers/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling").SchedulingPersistentState;
1722
- schedulingOperations: Omit<import("../../reducers/scheduling/scheduling-operations").SchedulingOperationsState, "loadAllOperations"> & {
1723
- loadAllOperations: boolean;
1724
- };
1725
- schedulingCreatePoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
1722
+ scheduling: import("redux").CombinedState<{
1723
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
1724
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
1725
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
1726
+ }>;
1726
1727
  suggests: import("redux").CombinedState<{
1727
1728
  tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
1728
1729
  }>;
@@ -1748,12 +1749,13 @@ export declare const getAccountUsageTreeItemsBasePathSplitted: ((state: Omit<imp
1748
1749
  }>, "global"> & {
1749
1750
  global: {
1750
1751
  [key: string]: any;
1752
+ version: `${number}.${number}.${number}-${string}`;
1753
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
1754
+ masterVersion: `${number}.${number}.${number}-${string}`;
1751
1755
  clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
1752
1756
  cluster?: string | undefined;
1753
1757
  rootPagesCluster?: string | undefined;
1754
1758
  asideHeaderWidth: number;
1755
- schedulerVersion: string;
1756
- masterVersion: string;
1757
1759
  allowedExperimentalPages: string[];
1758
1760
  };
1759
1761
  }) => {
@@ -2577,11 +2579,11 @@ export declare const getAccountUsageFieldFiltersRequestParameter: ((state: Omit<
2577
2579
  groupName: string;
2578
2580
  };
2579
2581
  }>;
2580
- scheduling: import("../../reducers/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling").SchedulingPersistentState;
2581
- schedulingOperations: Omit<import("../../reducers/scheduling/scheduling-operations").SchedulingOperationsState, "loadAllOperations"> & {
2582
- loadAllOperations: boolean;
2583
- };
2584
- schedulingCreatePoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
2582
+ scheduling: import("redux").CombinedState<{
2583
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
2584
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
2585
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
2586
+ }>;
2585
2587
  suggests: import("redux").CombinedState<{
2586
2588
  tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
2587
2589
  }>;
@@ -2607,12 +2609,13 @@ export declare const getAccountUsageFieldFiltersRequestParameter: ((state: Omit<
2607
2609
  }>, "global"> & {
2608
2610
  global: {
2609
2611
  [key: string]: any;
2612
+ version: `${number}.${number}.${number}-${string}`;
2613
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
2614
+ masterVersion: `${number}.${number}.${number}-${string}`;
2610
2615
  clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
2611
2616
  cluster?: string | undefined;
2612
2617
  rootPagesCluster?: string | undefined;
2613
2618
  asideHeaderWidth: number;
2614
- schedulerVersion: string;
2615
- masterVersion: string;
2616
2619
  allowedExperimentalPages: string[];
2617
2620
  };
2618
2621
  }) => ({
@@ -3446,11 +3449,11 @@ export declare const getAccountUsagePageCount: ((state: Omit<import("redux").Com
3446
3449
  groupName: string;
3447
3450
  };
3448
3451
  }>;
3449
- scheduling: import("../../reducers/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling").SchedulingPersistentState;
3450
- schedulingOperations: Omit<import("../../reducers/scheduling/scheduling-operations").SchedulingOperationsState, "loadAllOperations"> & {
3451
- loadAllOperations: boolean;
3452
- };
3453
- schedulingCreatePoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
3452
+ scheduling: import("redux").CombinedState<{
3453
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
3454
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
3455
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
3456
+ }>;
3454
3457
  suggests: import("redux").CombinedState<{
3455
3458
  tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
3456
3459
  }>;
@@ -3476,12 +3479,13 @@ export declare const getAccountUsagePageCount: ((state: Omit<import("redux").Com
3476
3479
  }>, "global"> & {
3477
3480
  global: {
3478
3481
  [key: string]: any;
3482
+ version: `${number}.${number}.${number}-${string}`;
3483
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
3484
+ masterVersion: `${number}.${number}.${number}-${string}`;
3479
3485
  clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
3480
3486
  cluster?: string | undefined;
3481
3487
  rootPagesCluster?: string | undefined;
3482
3488
  asideHeaderWidth: number;
3483
- schedulerVersion: string;
3484
- masterVersion: string;
3485
3489
  allowedExperimentalPages: string[];
3486
3490
  };
3487
3491
  }) => number) & import("reselect").OutputSelectorFields<(args_0: import("../../reducers/accounts/usage/accounts-usage-filters").AccountUsageViewType, args_1: number, args_2: number, args_3: number) => number, {
@@ -4299,11 +4303,11 @@ export declare const getAccountUsagePageIndex: ((state: Omit<import("redux").Com
4299
4303
  groupName: string;
4300
4304
  };
4301
4305
  }>;
4302
- scheduling: import("../../reducers/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling").SchedulingPersistentState;
4303
- schedulingOperations: Omit<import("../../reducers/scheduling/scheduling-operations").SchedulingOperationsState, "loadAllOperations"> & {
4304
- loadAllOperations: boolean;
4305
- };
4306
- schedulingCreatePoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
4306
+ scheduling: import("redux").CombinedState<{
4307
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
4308
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
4309
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
4310
+ }>;
4307
4311
  suggests: import("redux").CombinedState<{
4308
4312
  tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
4309
4313
  }>;
@@ -4329,12 +4333,13 @@ export declare const getAccountUsagePageIndex: ((state: Omit<import("redux").Com
4329
4333
  }>, "global"> & {
4330
4334
  global: {
4331
4335
  [key: string]: any;
4336
+ version: `${number}.${number}.${number}-${string}`;
4337
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
4338
+ masterVersion: `${number}.${number}.${number}-${string}`;
4332
4339
  clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
4333
4340
  cluster?: string | undefined;
4334
4341
  rootPagesCluster?: string | undefined;
4335
4342
  asideHeaderWidth: number;
4336
- schedulerVersion: string;
4337
- masterVersion: string;
4338
4343
  allowedExperimentalPages: string[];
4339
4344
  };
4340
4345
  }) => number) & import("reselect").OutputSelectorFields<(args_0: number) => number, {
@@ -5152,11 +5157,11 @@ export declare const getAccountUsageSortStateByColumn: ((state: Omit<import("red
5152
5157
  groupName: string;
5153
5158
  };
5154
5159
  }>;
5155
- scheduling: import("../../reducers/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling").SchedulingPersistentState;
5156
- schedulingOperations: Omit<import("../../reducers/scheduling/scheduling-operations").SchedulingOperationsState, "loadAllOperations"> & {
5157
- loadAllOperations: boolean;
5158
- };
5159
- schedulingCreatePoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
5160
+ scheduling: import("redux").CombinedState<{
5161
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
5162
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
5163
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
5164
+ }>;
5160
5165
  suggests: import("redux").CombinedState<{
5161
5166
  tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
5162
5167
  }>;
@@ -5182,12 +5187,13 @@ export declare const getAccountUsageSortStateByColumn: ((state: Omit<import("red
5182
5187
  }>, "global"> & {
5183
5188
  global: {
5184
5189
  [key: string]: any;
5190
+ version: `${number}.${number}.${number}-${string}`;
5191
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
5192
+ masterVersion: `${number}.${number}.${number}-${string}`;
5185
5193
  clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
5186
5194
  cluster?: string | undefined;
5187
5195
  rootPagesCluster?: string | undefined;
5188
5196
  asideHeaderWidth: number;
5189
- schedulerVersion: string;
5190
- masterVersion: string;
5191
5197
  allowedExperimentalPages: string[];
5192
5198
  };
5193
5199
  }) => Record<string, {
@@ -6011,11 +6017,11 @@ export declare const getAccountUsageAvailableColumns: ((state: Omit<import("redu
6011
6017
  groupName: string;
6012
6018
  };
6013
6019
  }>;
6014
- scheduling: import("../../reducers/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling").SchedulingPersistentState;
6015
- schedulingOperations: Omit<import("../../reducers/scheduling/scheduling-operations").SchedulingOperationsState, "loadAllOperations"> & {
6016
- loadAllOperations: boolean;
6017
- };
6018
- schedulingCreatePoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
6020
+ scheduling: import("redux").CombinedState<{
6021
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
6022
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
6023
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
6024
+ }>;
6019
6025
  suggests: import("redux").CombinedState<{
6020
6026
  tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
6021
6027
  }>;
@@ -6041,12 +6047,13 @@ export declare const getAccountUsageAvailableColumns: ((state: Omit<import("redu
6041
6047
  }>, "global"> & {
6042
6048
  global: {
6043
6049
  [key: string]: any;
6050
+ version: `${number}.${number}.${number}-${string}`;
6051
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
6052
+ masterVersion: `${number}.${number}.${number}-${string}`;
6044
6053
  clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
6045
6054
  cluster?: string | undefined;
6046
6055
  rootPagesCluster?: string | undefined;
6047
6056
  asideHeaderWidth: number;
6048
- schedulerVersion: string;
6049
- masterVersion: string;
6050
6057
  allowedExperimentalPages: string[];
6051
6058
  };
6052
6059
  }) => (keyof AccountUsageDataItem)[]) & import("reselect").OutputSelectorFields<(args_0: import("../../reducers/accounts/usage/accounts-usage-filters").AccountUsageViewType, args_1: (keyof AccountUsageDataItem)[], args_2: (keyof AccountUsageDataItem)[], args_3: (keyof AccountUsageDataItem)[], args_4: (keyof AccountUsageDataItem)[]) => (keyof AccountUsageDataItem)[], {
@@ -6864,11 +6871,11 @@ export declare const getAccountUsageSelectableColumns: ((state: Omit<import("red
6864
6871
  groupName: string;
6865
6872
  };
6866
6873
  }>;
6867
- scheduling: import("../../reducers/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling").SchedulingPersistentState;
6868
- schedulingOperations: Omit<import("../../reducers/scheduling/scheduling-operations").SchedulingOperationsState, "loadAllOperations"> & {
6869
- loadAllOperations: boolean;
6870
- };
6871
- schedulingCreatePoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
6874
+ scheduling: import("redux").CombinedState<{
6875
+ scheduling: import("../../reducers/scheduling/scheduling").SchedulingEphemeralState & import("../../reducers/scheduling/scheduling").SchedulingPersistentState;
6876
+ expandedPools: Omit<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll"> & Pick<import("../../reducers/scheduling/expanded-pools").ExpandedPoolsState, "loadAll">;
6877
+ createPoolDialog: import("../../reducers/scheduling/create-pool-dialog").CreatePoolDialogState;
6878
+ }>;
6872
6879
  suggests: import("redux").CombinedState<{
6873
6880
  tabletCellBundles: import("../../reducers/suggests/tablet-cell-bundless").State;
6874
6881
  }>;
@@ -6894,12 +6901,13 @@ export declare const getAccountUsageSelectableColumns: ((state: Omit<import("red
6894
6901
  }>, "global"> & {
6895
6902
  global: {
6896
6903
  [key: string]: any;
6904
+ version: `${number}.${number}.${number}-${string}`;
6905
+ schedulerVersion: `${number}.${number}.${number}-${string}`;
6906
+ masterVersion: `${number}.${number}.${number}-${string}`;
6897
6907
  clusterUiConfig: import("../../../../shared/yt-types").ClusterUiConfig;
6898
6908
  cluster?: string | undefined;
6899
6909
  rootPagesCluster?: string | undefined;
6900
6910
  asideHeaderWidth: number;
6901
- schedulerVersion: string;
6902
- masterVersion: string;
6903
6911
  allowedExperimentalPages: string[];
6904
6912
  };
6905
6913
  }) => (keyof AccountUsageDataItem)[]) & import("reselect").OutputSelectorFields<(args_0: (keyof AccountUsageDataItem)[]) => (keyof AccountUsageDataItem)[], {