@ytsaurus/ui 1.14.1 → 1.14.3
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.
- package/build/cjs/@types/types.d.ts +1 -0
- package/build/cjs/shared/constants/yt-api-id.d.ts +139 -0
- package/build/cjs/shared/constants/yt-api-id.js +148 -0
- package/build/cjs/shared/constants/yt-api-id.js.map +1 -0
- package/build/cjs/shared/utils/check-permission.d.ts +1 -14
- package/build/cjs/shared/utils/check-permission.js +6 -10
- package/build/cjs/shared/utils/check-permission.js.map +1 -1
- package/build/cjs/shared/utils/index.js +3 -3
- package/build/cjs/shared/utils/index.js.map +1 -1
- package/build/cjs/ui/components/AttributesModal/AttributesModal.d.ts +1 -1
- package/build/cjs/ui/containers/RetryBatchModal/RetryBatchModal.js +1 -2
- package/build/cjs/ui/containers/RetryBatchModal/RetryBatchModal.js.map +1 -1
- package/build/cjs/ui/containers/SettingsPanel/settings-description.js +1 -1
- package/build/cjs/ui/containers/SettingsPanel/settings-description.js.map +1 -1
- package/build/cjs/ui/pages/navigation/content/Table/TableMeta/TableMeta.d.ts +1 -1
- package/build/cjs/ui/pages/operations/selectors.d.ts +1 -1
- package/build/cjs/ui/pages/query-tracker/module/api.js +1 -1
- package/build/cjs/ui/pages/query-tracker/module/api.js.map +1 -1
- package/build/cjs/ui/pages/query-tracker/module/queries_list/selectors.d.ts +4 -4
- package/build/cjs/ui/pages/query-tracker/module/query/selectors.d.ts +1 -1
- package/build/cjs/ui/pages/query-tracker/module/settings/selector.d.ts +1 -1
- package/build/cjs/ui/rum/constants.d.ts +2 -0
- package/build/cjs/ui/rum/constants.js +4 -1
- package/build/cjs/ui/rum/constants.js.map +1 -1
- package/build/cjs/ui/rum/rum-counter.js +28 -1
- package/build/cjs/ui/rum/rum-counter.js.map +1 -1
- package/build/cjs/ui/rum/rum-wrap-api.d.ts +3 -141
- package/build/cjs/ui/rum/rum-wrap-api.js +12 -145
- package/build/cjs/ui/rum/rum-wrap-api.js.map +1 -1
- package/build/cjs/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js +2 -1
- package/build/cjs/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
- package/build/cjs/ui/store/actions/cluster-params.js +22 -15
- package/build/cjs/ui/store/actions/cluster-params.js.map +1 -1
- package/build/cjs/ui/store/actions/components/nodes/nodes.js +1 -1
- package/build/cjs/ui/store/actions/components/nodes/nodes.js.map +1 -1
- package/build/cjs/ui/store/actions/execute-batch.d.ts +2 -1
- package/build/cjs/ui/store/actions/execute-batch.js +3 -3
- package/build/cjs/ui/store/actions/execute-batch.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/content/map-node.js +1 -1
- package/build/cjs/ui/store/actions/navigation/content/map-node.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/index.js +1 -1
- package/build/cjs/ui/store/actions/navigation/index.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/attributes-editor.js +9 -3
- package/build/cjs/ui/store/actions/navigation/modals/attributes-editor.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/copy-object.js +3 -10
- package/build/cjs/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/delete-object.js +13 -14
- package/build/cjs/ui/store/actions/navigation/modals/delete-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/dyn-tables-state-modal.js +9 -5
- package/build/cjs/ui/store/actions/navigation/modals/dyn-tables-state-modal.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/move-object.js +3 -10
- package/build/cjs/ui/store/actions/navigation/modals/move-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/restore-object.js +3 -11
- package/build/cjs/ui/store/actions/navigation/modals/restore-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/tabs/locks.js +1 -1
- package/build/cjs/ui/store/actions/navigation/tabs/locks.js.map +1 -1
- package/build/cjs/ui/store/actions/scheduling/expanded-pools.js +2 -3
- package/build/cjs/ui/store/actions/scheduling/expanded-pools.js.map +1 -1
- package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js +3 -3
- package/build/cjs/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
- package/build/cjs/ui/store/actions/scheduling/scheduling.js +1 -1
- package/build/cjs/ui/store/actions/scheduling/scheduling.js.map +1 -1
- package/build/cjs/ui/store/actions/system/masters.js +7 -3
- package/build/cjs/ui/store/actions/system/masters.js.map +1 -1
- package/build/cjs/ui/store/actions/system/nodes.js +1 -1
- package/build/cjs/ui/store/actions/system/nodes.js.map +1 -1
- package/build/cjs/ui/store/actions/system/schedulers.js +2 -2
- package/build/cjs/ui/store/actions/system/schedulers.js.map +1 -1
- package/build/cjs/ui/store/actions/tablet/stores.js +1 -1
- package/build/cjs/ui/store/actions/tablet/stores.js.map +1 -1
- package/build/cjs/ui/store/actions/tablet_cell_bundles/index.js +1 -1
- package/build/cjs/ui/store/actions/tablet_cell_bundles/index.js.map +1 -1
- package/build/cjs/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js +5 -5
- package/build/cjs/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
- package/build/cjs/ui/store/actions/users.js +1 -1
- package/build/cjs/ui/store/actions/users.js.map +1 -1
- package/build/cjs/ui/store/reducers/execute-batch.d.ts +1 -1
- package/build/cjs/ui/store/reducers/execute-batch.js.map +1 -1
- package/build/cjs/ui/store/reducers/index.d.ts +1 -1
- package/build/cjs/ui/store/reducers/navigation/index.d.ts +1 -1
- package/build/cjs/ui/store/selectors/accounts/account-usage.d.ts +8 -8
- package/build/cjs/ui/store/selectors/accounts/accounts-ts.d.ts +8 -8
- package/build/cjs/ui/store/selectors/chaos_cell_bundles/index.d.ts +11 -11
- package/build/cjs/ui/store/selectors/chyt/index.d.ts +7 -7
- package/build/cjs/ui/store/selectors/components/node/memory.d.ts +7 -7
- package/build/cjs/ui/store/selectors/components/node-maintenance-modal.d.ts +3 -3
- package/build/cjs/ui/store/selectors/components/nodes/node-card.d.ts +1 -1
- package/build/cjs/ui/store/selectors/components/nodes/nodes/data.d.ts +2 -2
- package/build/cjs/ui/store/selectors/components/nodes/nodes/predicates.d.ts +6 -6
- package/build/cjs/ui/store/selectors/components/versions/versions_v2-ts.d.ts +2 -2
- package/build/cjs/ui/store/selectors/components/versions/versions_v2.d.ts +5 -5
- package/build/cjs/ui/store/selectors/global/index.d.ts +15 -15
- package/build/cjs/ui/store/selectors/global/index.js +4 -4
- package/build/cjs/ui/store/selectors/global/index.js.map +1 -1
- package/build/cjs/ui/store/selectors/global/supported-features.d.ts +6 -6
- package/build/cjs/ui/store/selectors/modals/errors.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/content/document.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/content/replicated-table.d.ts +3 -3
- package/build/cjs/ui/store/selectors/navigation/content/table-mount-config.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/content/table-ts.d.ts +4 -4
- package/build/cjs/ui/store/selectors/navigation/content/table.d.ts +7 -7
- package/build/cjs/ui/store/selectors/navigation/modals/attributes-editor.d.ts +3 -3
- package/build/cjs/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/navigation.d.ts +4 -4
- package/build/cjs/ui/store/selectors/navigation/tabs/access-log.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/tabs/annotation.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/tabs/consumer.d.ts +1 -1
- package/build/cjs/ui/store/selectors/navigation/tabs/locks.d.ts +2 -2
- package/build/cjs/ui/store/selectors/navigation/tabs/queue.d.ts +2 -2
- package/build/cjs/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +1 -1
- package/build/cjs/ui/store/selectors/operations/index.d.ts +12 -12
- package/build/cjs/ui/store/selectors/operations/jobs-monitor.d.ts +4 -4
- package/build/cjs/ui/store/selectors/operations/operation.d.ts +12 -12
- package/build/cjs/ui/store/selectors/operations/operations-list.d.ts +3 -3
- package/build/cjs/ui/store/selectors/operations/statistics-v2.d.ts +8 -8
- package/build/cjs/ui/store/selectors/scheduling/attributes-to-filter.d.ts +1 -1
- package/build/cjs/ui/store/selectors/scheduling/create-pool-dialog.d.ts +1 -1
- package/build/cjs/ui/store/selectors/scheduling/expanded-pools.d.ts +1 -1
- package/build/cjs/ui/store/selectors/scheduling/index.d.ts +1 -1
- package/build/cjs/ui/store/selectors/scheduling/scheduling-pools.d.ts +3 -3
- package/build/cjs/ui/store/selectors/scheduling/scheduling-ts.d.ts +6 -6
- package/build/cjs/ui/store/selectors/scheduling/scheduling.d.ts +20 -20
- package/build/cjs/ui/store/selectors/tablet_cell_bundles/index.d.ts +15 -15
- package/build/cjs/ui/store/selectors/thor/support.d.ts +5 -5
- package/build/cjs/ui/utils/acl/acl-api.js +4 -4
- package/build/cjs/ui/utils/acl/acl-api.js.map +1 -1
- package/build/cjs/ui/utils/batch.d.ts +2 -2
- package/build/cjs/ui/utils/cypress-attributes.js +1 -1
- package/build/cjs/ui/utils/cypress-attributes.js.map +1 -1
- package/build/cjs/ui/utils/errors/ui-error.d.ts +14 -0
- package/build/cjs/ui/utils/errors/ui-error.js +24 -0
- package/build/cjs/ui/utils/errors/ui-error.js.map +1 -0
- package/build/cjs/ui/utils/utils.d.ts +14 -8
- package/build/cjs/ui/utils/utils.js +9 -14
- package/build/cjs/ui/utils/utils.js.map +1 -1
- package/build/esm/@types/types.d.ts +1 -0
- package/build/esm/shared/constants/yt-api-id.d.ts +139 -0
- package/build/esm/shared/constants/yt-api-id.js +141 -0
- package/build/esm/shared/constants/yt-api-id.js.map +1 -0
- package/build/esm/shared/utils/check-permission.d.ts +1 -14
- package/build/esm/shared/utils/check-permission.js +8 -11
- package/build/esm/shared/utils/check-permission.js.map +1 -1
- package/build/esm/shared/utils/index.js +4 -8
- package/build/esm/shared/utils/index.js.map +1 -1
- package/build/esm/ui/components/AttributesModal/AttributesModal.d.ts +1 -1
- package/build/esm/ui/containers/RetryBatchModal/RetryBatchModal.js +1 -2
- package/build/esm/ui/containers/RetryBatchModal/RetryBatchModal.js.map +1 -1
- package/build/esm/ui/containers/SettingsPanel/settings-description.js +2 -2
- package/build/esm/ui/containers/SettingsPanel/settings-description.js.map +1 -1
- package/build/esm/ui/pages/navigation/content/Table/TableMeta/TableMeta.d.ts +1 -1
- package/build/esm/ui/pages/operations/selectors.d.ts +1 -1
- package/build/esm/ui/pages/query-tracker/module/api.js +1 -1
- package/build/esm/ui/pages/query-tracker/module/api.js.map +1 -1
- package/build/esm/ui/pages/query-tracker/module/queries_list/selectors.d.ts +4 -4
- package/build/esm/ui/pages/query-tracker/module/query/selectors.d.ts +1 -1
- package/build/esm/ui/pages/query-tracker/module/settings/selector.d.ts +1 -1
- package/build/esm/ui/rum/constants.d.ts +2 -0
- package/build/esm/ui/rum/constants.js +4 -1
- package/build/esm/ui/rum/constants.js.map +1 -1
- package/build/esm/ui/rum/rum-counter.js +28 -1
- package/build/esm/ui/rum/rum-counter.js.map +1 -1
- package/build/esm/ui/rum/rum-wrap-api.d.ts +3 -141
- package/build/esm/ui/rum/rum-wrap-api.js +3 -141
- package/build/esm/ui/rum/rum-wrap-api.js.map +1 -1
- package/build/esm/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js +2 -1
- package/build/esm/ui/store/actions/chaos_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
- package/build/esm/ui/store/actions/cluster-params.js +24 -17
- package/build/esm/ui/store/actions/cluster-params.js.map +1 -1
- package/build/esm/ui/store/actions/components/nodes/nodes.js +1 -1
- package/build/esm/ui/store/actions/components/nodes/nodes.js.map +1 -1
- package/build/esm/ui/store/actions/execute-batch.d.ts +2 -1
- package/build/esm/ui/store/actions/execute-batch.js +3 -3
- package/build/esm/ui/store/actions/execute-batch.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/content/map-node.js +1 -1
- package/build/esm/ui/store/actions/navigation/content/map-node.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/index.js +1 -1
- package/build/esm/ui/store/actions/navigation/index.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/attributes-editor.js +9 -3
- package/build/esm/ui/store/actions/navigation/modals/attributes-editor.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/copy-object.js +4 -11
- package/build/esm/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/delete-object.js +14 -15
- package/build/esm/ui/store/actions/navigation/modals/delete-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/dyn-tables-state-modal.js +9 -5
- package/build/esm/ui/store/actions/navigation/modals/dyn-tables-state-modal.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/move-object.js +4 -11
- package/build/esm/ui/store/actions/navigation/modals/move-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/restore-object.js +4 -12
- package/build/esm/ui/store/actions/navigation/modals/restore-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/tabs/locks.js +1 -1
- package/build/esm/ui/store/actions/navigation/tabs/locks.js.map +1 -1
- package/build/esm/ui/store/actions/scheduling/expanded-pools.js +2 -3
- package/build/esm/ui/store/actions/scheduling/expanded-pools.js.map +1 -1
- package/build/esm/ui/store/actions/scheduling/scheduling-ts.js +3 -3
- package/build/esm/ui/store/actions/scheduling/scheduling-ts.js.map +1 -1
- package/build/esm/ui/store/actions/scheduling/scheduling.js +1 -1
- package/build/esm/ui/store/actions/scheduling/scheduling.js.map +1 -1
- package/build/esm/ui/store/actions/system/masters.js +7 -3
- package/build/esm/ui/store/actions/system/masters.js.map +1 -1
- package/build/esm/ui/store/actions/system/nodes.js +1 -1
- package/build/esm/ui/store/actions/system/nodes.js.map +1 -1
- package/build/esm/ui/store/actions/system/schedulers.js +2 -2
- package/build/esm/ui/store/actions/system/schedulers.js.map +1 -1
- package/build/esm/ui/store/actions/tablet/stores.js +1 -1
- package/build/esm/ui/store/actions/tablet/stores.js.map +1 -1
- package/build/esm/ui/store/actions/tablet_cell_bundles/index.js +1 -1
- package/build/esm/ui/store/actions/tablet_cell_bundles/index.js.map +1 -1
- package/build/esm/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js +5 -5
- package/build/esm/ui/store/actions/tablet_cell_bundles/tablet-cell-bundle-editor.js.map +1 -1
- package/build/esm/ui/store/actions/users.js +1 -1
- package/build/esm/ui/store/actions/users.js.map +1 -1
- package/build/esm/ui/store/reducers/execute-batch.d.ts +1 -1
- package/build/esm/ui/store/reducers/execute-batch.js.map +1 -1
- package/build/esm/ui/store/reducers/index.d.ts +1 -1
- package/build/esm/ui/store/reducers/navigation/index.d.ts +1 -1
- package/build/esm/ui/store/selectors/accounts/account-usage.d.ts +8 -8
- package/build/esm/ui/store/selectors/accounts/accounts-ts.d.ts +8 -8
- package/build/esm/ui/store/selectors/chaos_cell_bundles/index.d.ts +11 -11
- package/build/esm/ui/store/selectors/chyt/index.d.ts +7 -7
- package/build/esm/ui/store/selectors/components/node/memory.d.ts +7 -7
- package/build/esm/ui/store/selectors/components/node-maintenance-modal.d.ts +3 -3
- package/build/esm/ui/store/selectors/components/nodes/node-card.d.ts +1 -1
- package/build/esm/ui/store/selectors/components/nodes/nodes/data.d.ts +2 -2
- package/build/esm/ui/store/selectors/components/nodes/nodes/predicates.d.ts +6 -6
- package/build/esm/ui/store/selectors/components/versions/versions_v2-ts.d.ts +2 -2
- package/build/esm/ui/store/selectors/components/versions/versions_v2.d.ts +5 -5
- package/build/esm/ui/store/selectors/global/index.d.ts +15 -15
- package/build/esm/ui/store/selectors/global/index.js +3 -3
- package/build/esm/ui/store/selectors/global/index.js.map +1 -1
- package/build/esm/ui/store/selectors/global/supported-features.d.ts +6 -6
- package/build/esm/ui/store/selectors/modals/errors.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/content/document.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/content/replicated-table.d.ts +3 -3
- package/build/esm/ui/store/selectors/navigation/content/table-mount-config.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/content/table-ts.d.ts +4 -4
- package/build/esm/ui/store/selectors/navigation/content/table.d.ts +7 -7
- package/build/esm/ui/store/selectors/navigation/modals/attributes-editor.d.ts +3 -3
- package/build/esm/ui/store/selectors/navigation/modals/remote-copy-modal.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/navigation.d.ts +4 -4
- package/build/esm/ui/store/selectors/navigation/tabs/access-log.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/tabs/annotation.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/tabs/consumer.d.ts +1 -1
- package/build/esm/ui/store/selectors/navigation/tabs/locks.d.ts +2 -2
- package/build/esm/ui/store/selectors/navigation/tabs/queue.d.ts +2 -2
- package/build/esm/ui/store/selectors/navigation/tabs/tablet-errors.d.ts +1 -1
- package/build/esm/ui/store/selectors/operations/index.d.ts +12 -12
- package/build/esm/ui/store/selectors/operations/jobs-monitor.d.ts +4 -4
- package/build/esm/ui/store/selectors/operations/operation.d.ts +12 -12
- package/build/esm/ui/store/selectors/operations/operations-list.d.ts +3 -3
- package/build/esm/ui/store/selectors/operations/statistics-v2.d.ts +8 -8
- package/build/esm/ui/store/selectors/scheduling/attributes-to-filter.d.ts +1 -1
- package/build/esm/ui/store/selectors/scheduling/create-pool-dialog.d.ts +1 -1
- package/build/esm/ui/store/selectors/scheduling/expanded-pools.d.ts +1 -1
- package/build/esm/ui/store/selectors/scheduling/index.d.ts +1 -1
- package/build/esm/ui/store/selectors/scheduling/scheduling-pools.d.ts +3 -3
- package/build/esm/ui/store/selectors/scheduling/scheduling-ts.d.ts +6 -6
- package/build/esm/ui/store/selectors/scheduling/scheduling.d.ts +20 -20
- package/build/esm/ui/store/selectors/tablet_cell_bundles/index.d.ts +15 -15
- package/build/esm/ui/store/selectors/thor/support.d.ts +5 -5
- package/build/esm/ui/utils/acl/acl-api.js +4 -4
- package/build/esm/ui/utils/acl/acl-api.js.map +1 -1
- package/build/esm/ui/utils/batch.d.ts +2 -2
- package/build/esm/ui/utils/cypress-attributes.js +1 -1
- package/build/esm/ui/utils/cypress-attributes.js.map +1 -1
- package/build/esm/ui/utils/errors/ui-error.d.ts +14 -0
- package/build/esm/ui/utils/errors/ui-error.js +17 -0
- package/build/esm/ui/utils/errors/ui-error.js.map +1 -0
- package/build/esm/ui/utils/utils.d.ts +14 -8
- package/build/esm/ui/utils/utils.js +9 -14
- package/build/esm/ui/utils/utils.js.map +1 -1
- package/dist/public/build/assets-manifest.json +4 -4
- package/dist/public/build/js/main.b8adf234.js +3 -0
- package/dist/public/build/js/{main.652b0208.js.map → main.b8adf234.js.map} +1 -1
- package/dist/public/build/manifest.json +2 -2
- package/dist/shared/utils/index.js +3 -3
- package/package.json +5 -5
- package/dist/public/build/js/main.652b0208.js +0 -3
- /package/dist/public/build/js/{main.652b0208.js.LICENSE.txt → main.b8adf234.js.LICENSE.txt} +0 -0
@@ -153,7 +153,7 @@ export declare const getNodeMemoryUsageTotalStorePreload: ((state: Omit<import("
|
|
153
153
|
checkPermissionsError: undefined;
|
154
154
|
} & {
|
155
155
|
path: string;
|
156
|
-
mode: "
|
156
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
157
157
|
};
|
158
158
|
content: import("redux").CombinedState<{
|
159
159
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1031,7 +1031,7 @@ export declare const getNodeMemoryUsageTotalTabletDynamic: ((state: Omit<import(
|
|
1031
1031
|
checkPermissionsError: undefined;
|
1032
1032
|
} & {
|
1033
1033
|
path: string;
|
1034
|
-
mode: "
|
1034
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1035
1035
|
};
|
1036
1036
|
content: import("redux").CombinedState<{
|
1037
1037
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1913,7 +1913,7 @@ export declare const getNodeMemoryUsageBundlesTreeRootFiltered: ((state: Omit<im
|
|
1913
1913
|
checkPermissionsError: undefined;
|
1914
1914
|
} & {
|
1915
1915
|
path: string;
|
1916
|
-
mode: "
|
1916
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1917
1917
|
};
|
1918
1918
|
content: import("redux").CombinedState<{
|
1919
1919
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2767,7 +2767,7 @@ export declare const getNodeMemoryUsageBundlesItems: ((state: Omit<import("redux
|
|
2767
2767
|
checkPermissionsError: undefined;
|
2768
2768
|
} & {
|
2769
2769
|
path: string;
|
2770
|
-
mode: "
|
2770
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2771
2771
|
};
|
2772
2772
|
content: import("redux").CombinedState<{
|
2773
2773
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3621,7 +3621,7 @@ export declare const getNodeMemoryUsageTablesTree: ((state: Omit<import("redux")
|
|
3621
3621
|
checkPermissionsError: undefined;
|
3622
3622
|
} & {
|
3623
3623
|
path: string;
|
3624
|
-
mode: "
|
3624
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3625
3625
|
};
|
3626
3626
|
content: import("redux").CombinedState<{
|
3627
3627
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4475,7 +4475,7 @@ export declare const getNodeMemoryUsageTablesFiltered: ((state: Omit<import("red
|
|
4475
4475
|
checkPermissionsError: undefined;
|
4476
4476
|
} & {
|
4477
4477
|
path: string;
|
4478
|
-
mode: "
|
4478
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4479
4479
|
};
|
4480
4480
|
content: import("redux").CombinedState<{
|
4481
4481
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5329,7 +5329,7 @@ export declare const getNodeMemoryUsageTablesItemsSorted: ((state: Omit<import("
|
|
5329
5329
|
checkPermissionsError: undefined;
|
5330
5330
|
} & {
|
5331
5331
|
path: string;
|
5332
|
-
mode: "
|
5332
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5333
5333
|
};
|
5334
5334
|
content: import("redux").CombinedState<{
|
5335
5335
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -131,7 +131,7 @@ export declare const getNodeMaintenanceModalInitialValues: ((state: Omit<import(
|
|
131
131
|
checkPermissionsError: undefined;
|
132
132
|
} & {
|
133
133
|
path: string;
|
134
|
-
mode: "
|
134
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
135
135
|
};
|
136
136
|
content: import("redux").CombinedState<{
|
137
137
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1049,7 +1049,7 @@ export declare const isAllowedMaintenanceApiNodes: ((state: Omit<import("redux")
|
|
1049
1049
|
checkPermissionsError: undefined;
|
1050
1050
|
} & {
|
1051
1051
|
path: string;
|
1052
|
-
mode: "
|
1052
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1053
1053
|
};
|
1054
1054
|
content: import("redux").CombinedState<{
|
1055
1055
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1903,7 +1903,7 @@ export declare const isAllowedMaintenanceApiProxies: ((state: Omit<import("redux
|
|
1903
1903
|
checkPermissionsError: undefined;
|
1904
1904
|
} & {
|
1905
1905
|
path: string;
|
1906
|
-
mode: "
|
1906
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1907
1907
|
};
|
1908
1908
|
content: import("redux").CombinedState<{
|
1909
1909
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -129,7 +129,7 @@ export declare const getSortedItems: ((state: Omit<import("redux").CombinedState
|
|
129
129
|
checkPermissionsError: undefined;
|
130
130
|
} & {
|
131
131
|
path: string;
|
132
|
-
mode: "
|
132
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
133
133
|
};
|
134
134
|
content: import("redux").CombinedState<{
|
135
135
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1609,7 +1609,7 @@ export declare const getComponentsNodesNodeTypes: ((state: Omit<import("redux").
|
|
1609
1609
|
checkPermissionsError: undefined;
|
1610
1610
|
} & {
|
1611
1611
|
path: string;
|
1612
|
-
mode: "
|
1612
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1613
1613
|
};
|
1614
1614
|
content: import("redux").CombinedState<{
|
1615
1615
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2464,7 +2464,7 @@ export declare const getComponentNodesFilterSetupStateValue: ((state: Omit<impor
|
|
2464
2464
|
checkPermissionsError: undefined;
|
2465
2465
|
} & {
|
2466
2466
|
path: string;
|
2467
|
-
mode: "
|
2467
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2468
2468
|
};
|
2469
2469
|
content: import("redux").CombinedState<{
|
2470
2470
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -133,7 +133,7 @@ export declare const getComponentNodesFilterStatePredicate: ((state: Omit<import
|
|
133
133
|
checkPermissionsError: undefined;
|
134
134
|
} & {
|
135
135
|
path: string;
|
136
|
-
mode: "
|
136
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
137
137
|
};
|
138
138
|
content: import("redux").CombinedState<{
|
139
139
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1000,7 +1000,7 @@ export declare const getComponentNodesIndexByTag: ((state: Omit<import("redux").
|
|
1000
1000
|
checkPermissionsError: undefined;
|
1001
1001
|
} & {
|
1002
1002
|
path: string;
|
1003
|
-
mode: "
|
1003
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1004
1004
|
};
|
1005
1005
|
content: import("redux").CombinedState<{
|
1006
1006
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1854,7 +1854,7 @@ export declare const getComponentNodesIndexByRack: ((state: Omit<import("redux")
|
|
1854
1854
|
checkPermissionsError: undefined;
|
1855
1855
|
} & {
|
1856
1856
|
path: string;
|
1857
|
-
mode: "
|
1857
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1858
1858
|
};
|
1859
1859
|
content: import("redux").CombinedState<{
|
1860
1860
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2765,7 +2765,7 @@ export declare const getComponentNodesFiltersCount: ((state: Omit<import("redux"
|
|
2765
2765
|
checkPermissionsError: undefined;
|
2766
2766
|
} & {
|
2767
2767
|
path: string;
|
2768
|
-
mode: "
|
2768
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2769
2769
|
};
|
2770
2770
|
content: import("redux").CombinedState<{
|
2771
2771
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3619,7 +3619,7 @@ export declare const getComponentNodesFilterPredicates: ((state: Omit<import("re
|
|
3619
3619
|
checkPermissionsError: undefined;
|
3620
3620
|
} & {
|
3621
3621
|
path: string;
|
3622
|
-
mode: "
|
3622
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3623
3623
|
};
|
3624
3624
|
content: import("redux").CombinedState<{
|
3625
3625
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4473,7 +4473,7 @@ export declare const getPropertiesRequiredForFilters: ((state: Omit<import("redu
|
|
4473
4473
|
checkPermissionsError: undefined;
|
4474
4474
|
} & {
|
4475
4475
|
path: string;
|
4476
|
-
mode: "
|
4476
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4477
4477
|
};
|
4478
4478
|
content: import("redux").CombinedState<{
|
4479
4479
|
replicatedTable: import("../../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -133,7 +133,7 @@ export declare const getVersionsSummaryData: ((state: Omit<import("redux").Combi
|
|
133
133
|
checkPermissionsError: undefined;
|
134
134
|
} & {
|
135
135
|
path: string;
|
136
|
-
mode: "
|
136
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
137
137
|
};
|
138
138
|
content: import("redux").CombinedState<{
|
139
139
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -987,7 +987,7 @@ export declare const getVersionsSummaryVisibleColumns: ((state: Omit<import("red
|
|
987
987
|
checkPermissionsError: undefined;
|
988
988
|
} & {
|
989
989
|
path: string;
|
990
|
-
mode: "
|
990
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
991
991
|
};
|
992
992
|
content: import("redux").CombinedState<{
|
993
993
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -129,7 +129,7 @@ export declare const getVisibleDetails: ((state: Omit<import("redux").CombinedSt
|
|
129
129
|
checkPermissionsError: undefined;
|
130
130
|
} & {
|
131
131
|
path: string;
|
132
|
-
mode: "
|
132
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
133
133
|
};
|
134
134
|
content: import("redux").CombinedState<{
|
135
135
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -986,7 +986,7 @@ export declare const getVersionSelectItems: ((state: Omit<import("redux").Combin
|
|
986
986
|
checkPermissionsError: undefined;
|
987
987
|
} & {
|
988
988
|
path: string;
|
989
|
-
mode: "
|
989
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
990
990
|
};
|
991
991
|
content: import("redux").CombinedState<{
|
992
992
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1860,7 +1860,7 @@ export declare const getTypeSelectItems: ((state: Omit<import("redux").CombinedS
|
|
1860
1860
|
checkPermissionsError: undefined;
|
1861
1861
|
} & {
|
1862
1862
|
path: string;
|
1863
|
-
mode: "
|
1863
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1864
1864
|
};
|
1865
1865
|
content: import("redux").CombinedState<{
|
1866
1866
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2734,7 +2734,7 @@ export declare const getStatesSelectItems: ((state: Omit<import("redux").Combine
|
|
2734
2734
|
checkPermissionsError: undefined;
|
2735
2735
|
} & {
|
2736
2736
|
path: string;
|
2737
|
-
mode: "
|
2737
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2738
2738
|
};
|
2739
2739
|
content: import("redux").CombinedState<{
|
2740
2740
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3608,7 +3608,7 @@ export declare const getBannedSelectItems: ((state: Omit<import("redux").Combine
|
|
3608
3608
|
checkPermissionsError: undefined;
|
3609
3609
|
} & {
|
3610
3610
|
path: string;
|
3611
|
-
mode: "
|
3611
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3612
3612
|
};
|
3613
3613
|
content: import("redux").CombinedState<{
|
3614
3614
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -140,7 +140,7 @@ export declare const getCurrentClusterConfig: ((state: Omit<import("redux").Comb
|
|
140
140
|
checkPermissionsError: undefined;
|
141
141
|
} & {
|
142
142
|
path: string;
|
143
|
-
mode: "
|
143
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
144
144
|
};
|
145
145
|
content: import("redux").CombinedState<{
|
146
146
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -997,7 +997,7 @@ export declare const getHttpProxyVersion: ((state: Omit<import("redux").Combined
|
|
997
997
|
checkPermissionsError: undefined;
|
998
998
|
} & {
|
999
999
|
path: string;
|
1000
|
-
mode: "
|
1000
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1001
1001
|
};
|
1002
1002
|
content: import("redux").CombinedState<{
|
1003
1003
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1851,7 +1851,7 @@ export declare const getGlobalSchedulerVersion: ((state: Omit<import("redux").Co
|
|
1851
1851
|
checkPermissionsError: undefined;
|
1852
1852
|
} & {
|
1853
1853
|
path: string;
|
1854
|
-
mode: "
|
1854
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1855
1855
|
};
|
1856
1856
|
content: import("redux").CombinedState<{
|
1857
1857
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2705,7 +2705,7 @@ export declare const getGlobalMasterVersion: ((state: Omit<import("redux").Combi
|
|
2705
2705
|
checkPermissionsError: undefined;
|
2706
2706
|
} & {
|
2707
2707
|
path: string;
|
2708
|
-
mode: "
|
2708
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2709
2709
|
};
|
2710
2710
|
content: import("redux").CombinedState<{
|
2711
2711
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3464,7 +3464,7 @@ export declare const getGlobalGroups: (state: RootState) => any;
|
|
3464
3464
|
export declare const getCurrentUserName: (state: RootState) => string;
|
3465
3465
|
export declare const getAuthWay: (state: RootState) => AuthWay;
|
3466
3466
|
export declare const getAllowedExperimentalPages: (state: RootState) => string[];
|
3467
|
-
export declare const
|
3467
|
+
export declare const isDeveloperOrWatchMen: ((state: Omit<import("redux").CombinedState<{
|
3468
3468
|
acl: any;
|
3469
3469
|
aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
|
3470
3470
|
actions: never;
|
@@ -3594,7 +3594,7 @@ export declare const isDeveloperSettings: ((state: Omit<import("redux").Combined
|
|
3594
3594
|
checkPermissionsError: undefined;
|
3595
3595
|
} & {
|
3596
3596
|
path: string;
|
3597
|
-
mode: "
|
3597
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3598
3598
|
};
|
3599
3599
|
content: import("redux").CombinedState<{
|
3600
3600
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4458,7 +4458,7 @@ export declare const getAllUserNames: ((state: Omit<import("redux").CombinedStat
|
|
4458
4458
|
checkPermissionsError: undefined;
|
4459
4459
|
} & {
|
4460
4460
|
path: string;
|
4461
|
-
mode: "
|
4461
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4462
4462
|
};
|
4463
4463
|
content: import("redux").CombinedState<{
|
4464
4464
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5312,7 +5312,7 @@ export declare const getAllGroupNames: ((state: Omit<import("redux").CombinedSta
|
|
5312
5312
|
checkPermissionsError: undefined;
|
5313
5313
|
} & {
|
5314
5314
|
path: string;
|
5315
|
-
mode: "
|
5315
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5316
5316
|
};
|
5317
5317
|
content: import("redux").CombinedState<{
|
5318
5318
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -6166,7 +6166,7 @@ export declare const getGlobalGroupAttributesMap: ((state: Omit<import("redux").
|
|
6166
6166
|
checkPermissionsError: undefined;
|
6167
6167
|
} & {
|
6168
6168
|
path: string;
|
6169
|
-
mode: "
|
6169
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
6170
6170
|
};
|
6171
6171
|
content: import("redux").CombinedState<{
|
6172
6172
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -7024,7 +7024,7 @@ export declare const getAllPoolNames: ((state: Omit<import("redux").CombinedStat
|
|
7024
7024
|
checkPermissionsError: undefined;
|
7025
7025
|
} & {
|
7026
7026
|
path: string;
|
7027
|
-
mode: "
|
7027
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
7028
7028
|
};
|
7029
7029
|
content: import("redux").CombinedState<{
|
7030
7030
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -7878,7 +7878,7 @@ export declare const getAllPoolTreeNames: ((state: Omit<import("redux").Combined
|
|
7878
7878
|
checkPermissionsError: undefined;
|
7879
7879
|
} & {
|
7880
7880
|
path: string;
|
7881
|
-
mode: "
|
7881
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
7882
7882
|
};
|
7883
7883
|
content: import("redux").CombinedState<{
|
7884
7884
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -8732,7 +8732,7 @@ export declare const getAllBundlesNames: ((state: Omit<import("redux").CombinedS
|
|
8732
8732
|
checkPermissionsError: undefined;
|
8733
8733
|
} & {
|
8734
8734
|
path: string;
|
8735
|
-
mode: "
|
8735
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
8736
8736
|
};
|
8737
8737
|
content: import("redux").CombinedState<{
|
8738
8738
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -9586,7 +9586,7 @@ export declare const getAllUserNamesSorted: ((state: Omit<import("redux").Combin
|
|
9586
9586
|
checkPermissionsError: undefined;
|
9587
9587
|
} & {
|
9588
9588
|
path: string;
|
9589
|
-
mode: "
|
9589
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
9590
9590
|
};
|
9591
9591
|
content: import("redux").CombinedState<{
|
9592
9592
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -10440,7 +10440,7 @@ export declare const getAllGroupNamesSorted: ((state: Omit<import("redux").Combi
|
|
10440
10440
|
checkPermissionsError: undefined;
|
10441
10441
|
} & {
|
10442
10442
|
path: string;
|
10443
|
-
mode: "
|
10443
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
10444
10444
|
};
|
10445
10445
|
content: import("redux").CombinedState<{
|
10446
10446
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -11294,7 +11294,7 @@ export declare const getAllIdmGroupNamesSorted: ((state: Omit<import("redux").Co
|
|
11294
11294
|
checkPermissionsError: undefined;
|
11295
11295
|
} & {
|
11296
11296
|
path: string;
|
11297
|
-
mode: "
|
11297
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
11298
11298
|
};
|
11299
11299
|
content: import("redux").CombinedState<{
|
11300
11300
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -116,14 +116,14 @@ export var getAuthWay = function getAuthWay(state) {
|
|
116
116
|
export var getAllowedExperimentalPages = function getAllowedExperimentalPages(state) {
|
117
117
|
return state === null || state === void 0 ? void 0 : state.global.allowedExperimentalPages;
|
118
118
|
};
|
119
|
-
var
|
119
|
+
var isDeveloperRaw = function isDeveloperRaw(state) {
|
120
120
|
var _state$global5;
|
121
121
|
return state === null || state === void 0 || (_state$global5 = state.global) === null || _state$global5 === void 0 ? void 0 : _state$global5.isDeveloper;
|
122
122
|
};
|
123
|
-
export var
|
123
|
+
export var isDeveloperOrWatchMen = createSelector([isDeveloperRaw, getCurrentUserName], function (isDeveloper, login) {
|
124
124
|
return YT.isLocalCluster || UIFactory.isWatchMen(login) || isDeveloper;
|
125
125
|
});
|
126
|
-
export var isDeveloper = createSelector([
|
126
|
+
export var isDeveloper = createSelector([isDeveloperOrWatchMen, getSettingsRegularUserUI], function (isDeveloper, regularUserUI) {
|
127
127
|
return !regularUserUI && isDeveloper;
|
128
128
|
});
|
129
129
|
export var isQueryTrackerAllowed = createSelector([isDeveloper, getAllowedExperimentalPages], function (isDeveloper, allowedPages) {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"names":["createSelector","ypath","flags","getClusterConfig","getSettingsRegularUserUI","YT","getClusterNS","UIFactory","getConfigData","Page","getGlobalError","state","global","error","getCluster","_state$global","cluster","getRootPagesCluster","rootPagesCluster","getGlobalLoadState","loadState","getTheme","theme","getClusterUiConfig","clusterUiConfig","getClusterUiConfigEnablePerAccountTabletAccounting","_state$global$cluster","enable_per_account_tablet_accounting","getClusterUiConfigEnablePerBundleTabletAccounting","_state$global$cluster2","enable_per_bundle_tablet_accounting","getClusterUiConfigBundleAccountingHelpLink","per_bundle_accounting_help_link","getCurrentClusterConfig","clusters","getClusterConfigByName","clusterName","isAllowYtTwmApi","ytApiUseCORS","getClusterProxy","clusterConfig","allowYtTvmApi","concat","window","location","host","id","proxy","getHttpProxyVersion","version","getGlobalSchedulerVersion","schedulerVersion","getGlobalMasterVersion","masterVersion","getCurrentClusterNS","ns","undefined","getUISizes","tabSize","collapsibleSize","getPoolTrees","_state$global2","poolTrees","getAllAccounts","accounts","getBundles","bundles","getGlobalUsers","users","getGlobalGroups","groups","getCurrentUserName","_state$global3","login","getAuthWay","_state$global4","authWay","getAllowedExperimentalPages","allowedExperimentalPages","isCheckedDeveloper","_state$global5","isDeveloper","isDeveloperSettings","isLocalCluster","isWatchMen","regularUserUI","isQueryTrackerAllowed","allowedPages","expPages","getExperimentalPages","includes","QUERIES","getAllUserNames","usersData","_map","_ref","$value","getAllGroupNames","groupsData","_ref2","getGlobalGroupAttributesMap","data","_reduce","acc","_ref3","$attributes","getAllPoolNames","getAllKeys","obj","_keys","res","key","_typeof","_toConsumableArray","_orderBy","_uniq","_flatten","_values","getAllPoolTreeNames","getAllBundlesNames","bundleNames","bundle","getValue","_sortBy","getAllUserNamesSorted","getAllGroupNamesSorted","getAllIdmGroupNamesSorted","names","attrs","_filter","name","get","getGlobalDefaultPoolTreeName","poolTreeDefault","getGlobalShowLoginDialog","allowLoginDialog","showLoginDialog","getAuthPagesEnabled","getOAuthEnabled","allowOAuth","getOAuthButtonLabel","oauthButtonLabel","getGlobalAsideHeaderWidth","asideHeaderWidth"],"sources":["index.ts"],"sourcesContent":["import {createSelector} from 'reselect';\nimport _ from 'lodash';\n\n// @ts-ignore\nimport ypath from '@ytsaurus/interface-helpers/lib/ypath';\n\nimport {flags, getClusterConfig} from '../../../utils';\nimport {getSettingsRegularUserUI} from '../settings-ts';\n\nimport {RootState} from '../../../store/reducers';\nimport YT from '../../../config/yt-config';\nimport {getClusterNS} from '../settings';\nimport {ClusterConfig} from '../../../../shared/yt-types';\nimport {FIX_MY_TYPE} from '../../../types';\nimport UIFactory from '../../../UIFactory';\nimport {getConfigData} from '../../../config/ui-settings';\nimport {Page} from '../../../../shared/constants/settings';\nimport {AuthWay} from '../../../../shared/constants';\n\nexport const getGlobalError = (state: RootState) => state.global.error.error;\n\nexport const getCluster = (state: RootState): string => state?.global?.cluster || '';\nexport const getRootPagesCluster = (state: RootState) => state?.global.rootPagesCluster;\n\nexport const getGlobalLoadState = (state: RootState) => state.global.loadState;\n\nexport const getTheme = (state: RootState): '' | 'dark' | 'light' => state.global.theme;\n\nexport const getClusterUiConfig = (state: RootState) => state.global.clusterUiConfig;\n\nexport const getClusterUiConfigEnablePerAccountTabletAccounting = (state: RootState) => {\n return state.global.clusterUiConfig.enable_per_account_tablet_accounting ?? false;\n};\nexport const getClusterUiConfigEnablePerBundleTabletAccounting = (state: RootState) =>\n state.global.clusterUiConfig.enable_per_bundle_tablet_accounting ?? true;\nexport const getClusterUiConfigBundleAccountingHelpLink = (state: RootState) =>\n state.global.clusterUiConfig.per_bundle_accounting_help_link;\n\nexport const getCurrentClusterConfig = createSelector([getCluster], (cluster): ClusterConfig => {\n return getClusterConfig(YT.clusters, cluster);\n});\n\nexport function getClusterConfigByName(clusterName: string): ClusterConfig {\n return getClusterConfig(YT.clusters, clusterName);\n}\n\nexport function isAllowYtTwmApi() {\n return !getConfigData().ytApiUseCORS;\n}\n\nexport function getClusterProxy(clusterConfig: ClusterConfig): string {\n const allowYtTvmApi = !getConfigData().ytApiUseCORS;\n if (allowYtTvmApi) {\n return `${window.location.host}/api/yt/${clusterConfig.id}`;\n }\n return clusterConfig.proxy;\n}\n\nexport const getHttpProxyVersion = createSelector(\n [getCluster, (state: RootState) => state.global.version],\n (cluster, version) => {\n return cluster ? version : '';\n },\n);\n\nexport const getGlobalSchedulerVersion = createSelector(\n [getCluster, (state: RootState) => state.global.schedulerVersion],\n (cluster, version) => {\n return cluster ? version : '';\n },\n);\n\nexport const getGlobalMasterVersion = createSelector(\n [getCluster, (state: RootState) => state.global.masterVersion],\n (cluster, version) => {\n return cluster ? version : '';\n },\n);\n\nexport const getCurrentClusterNS = createSelector([getCluster, getClusterNS], (cluster, ns) => {\n return cluster ? ns : undefined;\n});\n\nexport const getUISizes = () => {\n return {\n tabSize: 'l' as const,\n collapsibleSize: 'ss' as const,\n };\n};\n\nexport const getPoolTrees = (state: RootState) => state?.global?.poolTrees;\nexport const getAllAccounts = (state: RootState) => state.global.accounts;\nexport const getBundles = (state: RootState) => state?.global.bundles;\nexport const getGlobalUsers = (state: RootState) => state.global.users;\nexport const getGlobalGroups = (state: RootState) => state.global.groups;\nexport const getCurrentUserName = (state: RootState): string => state?.global?.login;\nexport const getAuthWay = (state: RootState): AuthWay => state?.global?.authWay;\n\nexport const getAllowedExperimentalPages = (state: RootState) =>\n state?.global.allowedExperimentalPages;\n\nconst isCheckedDeveloper = (state: RootState): boolean => state?.global?.isDeveloper;\n\nexport const isDeveloperSettings = createSelector(\n [isCheckedDeveloper, getCurrentUserName],\n (isDeveloper, login) => {\n return YT.isLocalCluster || UIFactory.isWatchMen(login) || isDeveloper;\n },\n);\n\nexport const isDeveloper = createSelector(\n [isDeveloperSettings, getSettingsRegularUserUI],\n (isDeveloper, regularUserUI) => {\n return !regularUserUI && isDeveloper;\n },\n);\n\nexport const isQueryTrackerAllowed = createSelector(\n [isDeveloper, getAllowedExperimentalPages],\n (isDeveloper, allowedPages) => {\n const expPages = UIFactory.getExperimentalPages();\n return (\n isDeveloper || !expPages.includes(Page.QUERIES) || allowedPages.includes(Page.QUERIES)\n );\n },\n);\n\nexport const getAllUserNames = createSelector([getGlobalUsers], (usersData) => {\n return _.map(usersData, ({$value}) => $value as string);\n});\n\nexport const getAllGroupNames = createSelector([getGlobalGroups], (groupsData) => {\n return _.map(groupsData, ({$value}) => $value as string);\n});\n\nexport const getGlobalGroupAttributesMap = createSelector([getGlobalGroups], (data) => {\n return _.reduce(\n data,\n (acc, {$value, $attributes}) => {\n acc[$value] = $attributes;\n return acc;\n },\n {} as Record<string, {upravlyator_managed: boolean}>,\n );\n});\n\nexport const getAllPoolNames = createSelector(getPoolTrees, (poolTrees) => {\n const getAllKeys = (obj: FIX_MY_TYPE): Array<string> => {\n return _.reduce(\n _.keys(obj),\n (res: FIX_MY_TYPE, key: FIX_MY_TYPE) => {\n if (typeof obj[key] === 'object' && obj[key] !== null) {\n return [...res, key, ...getAllKeys(obj[key])];\n }\n\n return [...res, key];\n },\n [],\n );\n };\n\n return _.orderBy(_.uniq(_.flatten(_.map(_.values(poolTrees), getAllKeys))));\n});\n\nexport const getAllPoolTreeNames = createSelector(getPoolTrees, (poolTrees) => {\n return _.keys(poolTrees);\n});\n\nexport const getAllBundlesNames = createSelector(getBundles, (bundles) => {\n const bundleNames = _.map(bundles, (bundle) => ypath.getValue(bundle, ''));\n\n return _.sortBy(bundleNames);\n});\n\nexport const getAllUserNamesSorted = createSelector(\n [getAllUserNames],\n _.sortBy as (items: Array<unknown>) => Array<string>,\n);\n\nexport const getAllGroupNamesSorted = createSelector(\n [getAllGroupNames],\n _.sortBy as (items: Array<unknown>) => Array<string>,\n);\n\nexport const getAllIdmGroupNamesSorted = createSelector(\n [getAllGroupNamesSorted, getGlobalGroupAttributesMap],\n (names, attrs) => {\n return _.filter(names, (name) =>\n flags.get(attrs[name]['upravlyator_managed'] as FIX_MY_TYPE),\n );\n },\n);\n\nexport const getGlobalDefaultPoolTreeName = (state: RootState) =>\n state.global.poolTreeDefault || 'physical';\n\nexport const getGlobalShowLoginDialog = (state: RootState) => {\n return (\n getConfigData().allowLoginDialog && (!state.global.login || state.global.showLoginDialog)\n );\n};\n\nexport const getAuthPagesEnabled = () => {\n return getConfigData().allowLoginDialog;\n};\n\nexport const getOAuthEnabled = () => {\n return getConfigData().allowOAuth;\n};\n\nexport const getOAuthButtonLabel = () => {\n return getConfigData().oauthButtonLabel;\n};\n\nexport const getGlobalAsideHeaderWidth = (state: RootState) => state.global.asideHeaderWidth;\n"],"mappings":"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"}
|
1
|
+
{"version":3,"names":["createSelector","ypath","flags","getClusterConfig","getSettingsRegularUserUI","YT","getClusterNS","UIFactory","getConfigData","Page","getGlobalError","state","global","error","getCluster","_state$global","cluster","getRootPagesCluster","rootPagesCluster","getGlobalLoadState","loadState","getTheme","theme","getClusterUiConfig","clusterUiConfig","getClusterUiConfigEnablePerAccountTabletAccounting","_state$global$cluster","enable_per_account_tablet_accounting","getClusterUiConfigEnablePerBundleTabletAccounting","_state$global$cluster2","enable_per_bundle_tablet_accounting","getClusterUiConfigBundleAccountingHelpLink","per_bundle_accounting_help_link","getCurrentClusterConfig","clusters","getClusterConfigByName","clusterName","isAllowYtTwmApi","ytApiUseCORS","getClusterProxy","clusterConfig","allowYtTvmApi","concat","window","location","host","id","proxy","getHttpProxyVersion","version","getGlobalSchedulerVersion","schedulerVersion","getGlobalMasterVersion","masterVersion","getCurrentClusterNS","ns","undefined","getUISizes","tabSize","collapsibleSize","getPoolTrees","_state$global2","poolTrees","getAllAccounts","accounts","getBundles","bundles","getGlobalUsers","users","getGlobalGroups","groups","getCurrentUserName","_state$global3","login","getAuthWay","_state$global4","authWay","getAllowedExperimentalPages","allowedExperimentalPages","isDeveloperRaw","_state$global5","isDeveloper","isDeveloperOrWatchMen","isLocalCluster","isWatchMen","regularUserUI","isQueryTrackerAllowed","allowedPages","expPages","getExperimentalPages","includes","QUERIES","getAllUserNames","usersData","_map","_ref","$value","getAllGroupNames","groupsData","_ref2","getGlobalGroupAttributesMap","data","_reduce","acc","_ref3","$attributes","getAllPoolNames","getAllKeys","obj","_keys","res","key","_typeof","_toConsumableArray","_orderBy","_uniq","_flatten","_values","getAllPoolTreeNames","getAllBundlesNames","bundleNames","bundle","getValue","_sortBy","getAllUserNamesSorted","getAllGroupNamesSorted","getAllIdmGroupNamesSorted","names","attrs","_filter","name","get","getGlobalDefaultPoolTreeName","poolTreeDefault","getGlobalShowLoginDialog","allowLoginDialog","showLoginDialog","getAuthPagesEnabled","getOAuthEnabled","allowOAuth","getOAuthButtonLabel","oauthButtonLabel","getGlobalAsideHeaderWidth","asideHeaderWidth"],"sources":["index.ts"],"sourcesContent":["import {createSelector} from 'reselect';\nimport _ from 'lodash';\n\n// @ts-ignore\nimport ypath from '@ytsaurus/interface-helpers/lib/ypath';\n\nimport {flags, getClusterConfig} from '../../../utils';\nimport {getSettingsRegularUserUI} from '../settings-ts';\n\nimport {RootState} from '../../../store/reducers';\nimport YT from '../../../config/yt-config';\nimport {getClusterNS} from '../settings';\nimport {ClusterConfig} from '../../../../shared/yt-types';\nimport {FIX_MY_TYPE} from '../../../types';\nimport UIFactory from '../../../UIFactory';\nimport {getConfigData} from '../../../config/ui-settings';\nimport {Page} from '../../../../shared/constants/settings';\nimport {AuthWay} from '../../../../shared/constants';\n\nexport const getGlobalError = (state: RootState) => state.global.error.error;\n\nexport const getCluster = (state: RootState): string => state?.global?.cluster || '';\nexport const getRootPagesCluster = (state: RootState) => state?.global.rootPagesCluster;\n\nexport const getGlobalLoadState = (state: RootState) => state.global.loadState;\n\nexport const getTheme = (state: RootState): '' | 'dark' | 'light' => state.global.theme;\n\nexport const getClusterUiConfig = (state: RootState) => state.global.clusterUiConfig;\n\nexport const getClusterUiConfigEnablePerAccountTabletAccounting = (state: RootState) => {\n return state.global.clusterUiConfig.enable_per_account_tablet_accounting ?? false;\n};\nexport const getClusterUiConfigEnablePerBundleTabletAccounting = (state: RootState) =>\n state.global.clusterUiConfig.enable_per_bundle_tablet_accounting ?? true;\nexport const getClusterUiConfigBundleAccountingHelpLink = (state: RootState) =>\n state.global.clusterUiConfig.per_bundle_accounting_help_link;\n\nexport const getCurrentClusterConfig = createSelector([getCluster], (cluster): ClusterConfig => {\n return getClusterConfig(YT.clusters, cluster);\n});\n\nexport function getClusterConfigByName(clusterName: string): ClusterConfig {\n return getClusterConfig(YT.clusters, clusterName);\n}\n\nexport function isAllowYtTwmApi() {\n return !getConfigData().ytApiUseCORS;\n}\n\nexport function getClusterProxy(clusterConfig: ClusterConfig): string {\n const allowYtTvmApi = !getConfigData().ytApiUseCORS;\n if (allowYtTvmApi) {\n return `${window.location.host}/api/yt/${clusterConfig.id}`;\n }\n return clusterConfig.proxy;\n}\n\nexport const getHttpProxyVersion = createSelector(\n [getCluster, (state: RootState) => state.global.version],\n (cluster, version) => {\n return cluster ? version : '';\n },\n);\n\nexport const getGlobalSchedulerVersion = createSelector(\n [getCluster, (state: RootState) => state.global.schedulerVersion],\n (cluster, version) => {\n return cluster ? version : '';\n },\n);\n\nexport const getGlobalMasterVersion = createSelector(\n [getCluster, (state: RootState) => state.global.masterVersion],\n (cluster, version) => {\n return cluster ? version : '';\n },\n);\n\nexport const getCurrentClusterNS = createSelector([getCluster, getClusterNS], (cluster, ns) => {\n return cluster ? ns : undefined;\n});\n\nexport const getUISizes = () => {\n return {\n tabSize: 'l' as const,\n collapsibleSize: 'ss' as const,\n };\n};\n\nexport const getPoolTrees = (state: RootState) => state?.global?.poolTrees;\nexport const getAllAccounts = (state: RootState) => state.global.accounts;\nexport const getBundles = (state: RootState) => state?.global.bundles;\nexport const getGlobalUsers = (state: RootState) => state.global.users;\nexport const getGlobalGroups = (state: RootState) => state.global.groups;\nexport const getCurrentUserName = (state: RootState): string => state?.global?.login;\nexport const getAuthWay = (state: RootState): AuthWay => state?.global?.authWay;\n\nexport const getAllowedExperimentalPages = (state: RootState) =>\n state?.global.allowedExperimentalPages;\n\nconst isDeveloperRaw = (state: RootState): boolean => state?.global?.isDeveloper;\n\nexport const isDeveloperOrWatchMen = createSelector(\n [isDeveloperRaw, getCurrentUserName],\n (isDeveloper, login) => {\n return YT.isLocalCluster || UIFactory.isWatchMen(login) || isDeveloper;\n },\n);\n\nexport const isDeveloper = createSelector(\n [isDeveloperOrWatchMen, getSettingsRegularUserUI],\n (isDeveloper, regularUserUI) => {\n return !regularUserUI && isDeveloper;\n },\n);\n\nexport const isQueryTrackerAllowed = createSelector(\n [isDeveloper, getAllowedExperimentalPages],\n (isDeveloper, allowedPages) => {\n const expPages = UIFactory.getExperimentalPages();\n return (\n isDeveloper || !expPages.includes(Page.QUERIES) || allowedPages.includes(Page.QUERIES)\n );\n },\n);\n\nexport const getAllUserNames = createSelector([getGlobalUsers], (usersData) => {\n return _.map(usersData, ({$value}) => $value as string);\n});\n\nexport const getAllGroupNames = createSelector([getGlobalGroups], (groupsData) => {\n return _.map(groupsData, ({$value}) => $value as string);\n});\n\nexport const getGlobalGroupAttributesMap = createSelector([getGlobalGroups], (data) => {\n return _.reduce(\n data,\n (acc, {$value, $attributes}) => {\n acc[$value] = $attributes;\n return acc;\n },\n {} as Record<string, {upravlyator_managed: boolean}>,\n );\n});\n\nexport const getAllPoolNames = createSelector(getPoolTrees, (poolTrees) => {\n const getAllKeys = (obj: FIX_MY_TYPE): Array<string> => {\n return _.reduce(\n _.keys(obj),\n (res: FIX_MY_TYPE, key: FIX_MY_TYPE) => {\n if (typeof obj[key] === 'object' && obj[key] !== null) {\n return [...res, key, ...getAllKeys(obj[key])];\n }\n\n return [...res, key];\n },\n [],\n );\n };\n\n return _.orderBy(_.uniq(_.flatten(_.map(_.values(poolTrees), getAllKeys))));\n});\n\nexport const getAllPoolTreeNames = createSelector(getPoolTrees, (poolTrees) => {\n return _.keys(poolTrees);\n});\n\nexport const getAllBundlesNames = createSelector(getBundles, (bundles) => {\n const bundleNames = _.map(bundles, (bundle) => ypath.getValue(bundle, ''));\n\n return _.sortBy(bundleNames);\n});\n\nexport const getAllUserNamesSorted = createSelector(\n [getAllUserNames],\n _.sortBy as (items: Array<unknown>) => Array<string>,\n);\n\nexport const getAllGroupNamesSorted = createSelector(\n [getAllGroupNames],\n _.sortBy as (items: Array<unknown>) => Array<string>,\n);\n\nexport const getAllIdmGroupNamesSorted = createSelector(\n [getAllGroupNamesSorted, getGlobalGroupAttributesMap],\n (names, attrs) => {\n return _.filter(names, (name) =>\n flags.get(attrs[name]['upravlyator_managed'] as FIX_MY_TYPE),\n );\n },\n);\n\nexport const getGlobalDefaultPoolTreeName = (state: RootState) =>\n state.global.poolTreeDefault || 'physical';\n\nexport const getGlobalShowLoginDialog = (state: RootState) => {\n return (\n getConfigData().allowLoginDialog && (!state.global.login || state.global.showLoginDialog)\n );\n};\n\nexport const getAuthPagesEnabled = () => {\n return getConfigData().allowLoginDialog;\n};\n\nexport const getOAuthEnabled = () => {\n return getConfigData().allowOAuth;\n};\n\nexport const getOAuthButtonLabel = () => {\n return getConfigData().oauthButtonLabel;\n};\n\nexport const getGlobalAsideHeaderWidth = (state: RootState) => state.global.asideHeaderWidth;\n"],"mappings":"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"}
|
@@ -130,7 +130,7 @@ export declare const getErasureCodecs: ((state: Omit<import("redux").CombinedSta
|
|
130
130
|
checkPermissionsError: undefined;
|
131
131
|
} & {
|
132
132
|
path: string;
|
133
|
-
mode: "
|
133
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
134
134
|
};
|
135
135
|
content: import("redux").CombinedState<{
|
136
136
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -995,7 +995,7 @@ export declare const getPrimitiveTypes: ((state: Omit<import("redux").CombinedSt
|
|
995
995
|
checkPermissionsError: undefined;
|
996
996
|
} & {
|
997
997
|
path: string;
|
998
|
-
mode: "
|
998
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
999
999
|
};
|
1000
1000
|
content: import("redux").CombinedState<{
|
1001
1001
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1860,7 +1860,7 @@ export declare const getPrimitiveTypesMap: ((state: Omit<import("redux").Combine
|
|
1860
1860
|
checkPermissionsError: undefined;
|
1861
1861
|
} & {
|
1862
1862
|
path: string;
|
1863
|
-
mode: "
|
1863
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1864
1864
|
};
|
1865
1865
|
content: import("redux").CombinedState<{
|
1866
1866
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2717,7 +2717,7 @@ export declare const getCompressionCodecs: ((state: Omit<import("redux").Combine
|
|
2717
2717
|
checkPermissionsError: undefined;
|
2718
2718
|
} & {
|
2719
2719
|
path: string;
|
2720
|
-
mode: "
|
2720
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2721
2721
|
};
|
2722
2722
|
content: import("redux").CombinedState<{
|
2723
2723
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3576,7 +3576,7 @@ export declare const makeCompressionCodecFinder: ((state: Omit<import("redux").C
|
|
3576
3576
|
checkPermissionsError: undefined;
|
3577
3577
|
} & {
|
3578
3578
|
path: string;
|
3579
|
-
mode: "
|
3579
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3580
3580
|
};
|
3581
3581
|
content: import("redux").CombinedState<{
|
3582
3582
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4431,7 +4431,7 @@ export declare const getOperationStatisticsDescription: ((state: Omit<import("re
|
|
4431
4431
|
checkPermissionsError: undefined;
|
4432
4432
|
} & {
|
4433
4433
|
path: string;
|
4434
|
-
mode: "
|
4434
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4435
4435
|
};
|
4436
4436
|
content: import("redux").CombinedState<{
|
4437
4437
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -128,7 +128,7 @@ export declare const getModalErrors: ((state: Omit<import("redux").CombinedState
|
|
128
128
|
checkPermissionsError: undefined;
|
129
129
|
} & {
|
130
130
|
path: string;
|
131
|
-
mode: "
|
131
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
132
132
|
};
|
133
133
|
content: import("redux").CombinedState<{
|
134
134
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -128,7 +128,7 @@ export declare const getNavigationDocumentLoadingStatus: ((state: Omit<import("r
|
|
128
128
|
checkPermissionsError: undefined;
|
129
129
|
} & {
|
130
130
|
path: string;
|
131
|
-
mode: "
|
131
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
132
132
|
};
|
133
133
|
content: import("redux").CombinedState<{
|
134
134
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|