@ytsaurus/ui 1.14.0 → 1.14.2
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/server/controllers/home.js +1 -1
- package/build/cjs/server/controllers/home.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/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/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/components/node/node.js +0 -1
- package/build/cjs/ui/store/actions/components/node/node.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 +8 -5
- package/build/cjs/ui/store/actions/execute-batch.js.map +1 -1
- package/build/cjs/ui/store/actions/job/competitors.js +6 -3
- package/build/cjs/ui/store/actions/job/competitors.js.map +1 -1
- package/build/cjs/ui/store/actions/job/general.js +6 -3
- package/build/cjs/ui/store/actions/job/general.js.map +1 -1
- package/build/cjs/ui/store/actions/job/specification.js +8 -5
- package/build/cjs/ui/store/actions/job/specification.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/content/file.js +8 -5
- package/build/cjs/ui/store/actions/navigation/content/file.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/content/table/table.js +17 -11
- package/build/cjs/ui/store/actions/navigation/content/table/table.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/content/transaction.js +5 -2
- package/build/cjs/ui/store/actions/navigation/content/transaction.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 +22 -20
- package/build/cjs/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
- package/build/cjs/ui/store/actions/navigation/modals/create-directory.js +7 -4
- package/build/cjs/ui/store/actions/navigation/modals/create-directory.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 +22 -20
- 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/navigation/tabs/tablet-errors.js +15 -12
- package/build/cjs/ui/store/actions/navigation/tabs/tablet-errors.js.map +1 -1
- package/build/cjs/ui/store/actions/operations/jobs.js +8 -2
- package/build/cjs/ui/store/actions/operations/jobs.js.map +1 -1
- package/build/cjs/ui/store/actions/operations/list.js +4 -2
- package/build/cjs/ui/store/actions/operations/list.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/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 +14 -14
- 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/server/controllers/home.js +1 -1
- package/build/esm/server/controllers/home.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/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/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/components/node/node.js +0 -1
- package/build/esm/ui/store/actions/components/node/node.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 +8 -5
- package/build/esm/ui/store/actions/execute-batch.js.map +1 -1
- package/build/esm/ui/store/actions/job/competitors.js +6 -3
- package/build/esm/ui/store/actions/job/competitors.js.map +1 -1
- package/build/esm/ui/store/actions/job/general.js +6 -3
- package/build/esm/ui/store/actions/job/general.js.map +1 -1
- package/build/esm/ui/store/actions/job/specification.js +8 -5
- package/build/esm/ui/store/actions/job/specification.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/content/file.js +8 -5
- package/build/esm/ui/store/actions/navigation/content/file.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/content/table/table.js +17 -11
- package/build/esm/ui/store/actions/navigation/content/table/table.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/content/transaction.js +5 -2
- package/build/esm/ui/store/actions/navigation/content/transaction.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 +23 -21
- package/build/esm/ui/store/actions/navigation/modals/copy-object.js.map +1 -1
- package/build/esm/ui/store/actions/navigation/modals/create-directory.js +7 -4
- package/build/esm/ui/store/actions/navigation/modals/create-directory.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 +23 -21
- 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/navigation/tabs/tablet-errors.js +15 -12
- package/build/esm/ui/store/actions/navigation/tabs/tablet-errors.js.map +1 -1
- package/build/esm/ui/store/actions/operations/jobs.js +8 -2
- package/build/esm/ui/store/actions/operations/jobs.js.map +1 -1
- package/build/esm/ui/store/actions/operations/list.js +4 -2
- package/build/esm/ui/store/actions/operations/list.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/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 +14 -14
- 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.8e777909.js +3 -0
- package/dist/public/build/js/{main.64fccb27.js.map → main.8e777909.js.map} +1 -1
- package/dist/public/build/manifest.json +2 -2
- package/dist/server/controllers/home.js +1 -1
- package/dist/shared/utils/index.js +3 -3
- package/package.json +3 -4
- package/dist/public/build/js/main.64fccb27.js +0 -3
- /package/dist/public/build/js/{main.64fccb27.js.LICENSE.txt → main.8e777909.js.LICENSE.txt} +0 -0
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -129,7 +129,7 @@ export declare const getNavigationReplicatedTableLoadingStatus: ((state: Omit<im
|
|
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;
|
@@ -985,7 +985,7 @@ export declare const getAllowEnableReplicatedTracker: ((state: Omit<import("redu
|
|
985
985
|
checkPermissionsError: undefined;
|
986
986
|
} & {
|
987
987
|
path: string;
|
988
|
-
mode: "
|
988
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
989
989
|
};
|
990
990
|
content: import("redux").CombinedState<{
|
991
991
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1839,7 +1839,7 @@ export declare const getReplicatedTableReplicasMap: ((state: Omit<import("redux"
|
|
1839
1839
|
checkPermissionsError: undefined;
|
1840
1840
|
} & {
|
1841
1841
|
path: string;
|
1842
|
-
mode: "
|
1842
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1843
1843
|
};
|
1844
1844
|
content: import("redux").CombinedState<{
|
1845
1845
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -130,7 +130,7 @@ export declare const getTableMountConfigHasData: ((state: Omit<import("redux").C
|
|
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;
|
@@ -145,7 +145,7 @@ export declare const getTableSchema: ((state: Omit<import("redux").CombinedState
|
|
145
145
|
checkPermissionsError: undefined;
|
146
146
|
} & {
|
147
147
|
path: string;
|
148
|
-
mode: "
|
148
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
149
149
|
};
|
150
150
|
content: import("redux").CombinedState<{
|
151
151
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -999,7 +999,7 @@ export declare const getTableColumnNamesFromSchema: ((state: Omit<import("redux"
|
|
999
999
|
checkPermissionsError: undefined;
|
1000
1000
|
} & {
|
1001
1001
|
path: string;
|
1002
|
-
mode: "
|
1002
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1003
1003
|
};
|
1004
1004
|
content: import("redux").CombinedState<{
|
1005
1005
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1853,7 +1853,7 @@ export declare const getNavigationTableLoadingState: ((state: Omit<import("redux
|
|
1853
1853
|
checkPermissionsError: undefined;
|
1854
1854
|
} & {
|
1855
1855
|
path: string;
|
1856
|
-
mode: "
|
1856
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1857
1857
|
};
|
1858
1858
|
content: import("redux").CombinedState<{
|
1859
1859
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2707,7 +2707,7 @@ export declare const getNavigationTableDataLensButtonAlerts: ((state: Omit<impor
|
|
2707
2707
|
checkPermissionsError: undefined;
|
2708
2708
|
} & {
|
2709
2709
|
path: string;
|
2710
|
-
mode: "
|
2710
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2711
2711
|
};
|
2712
2712
|
content: import("redux").CombinedState<{
|
2713
2713
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -133,7 +133,7 @@ export const getVisibleColumns: ((state: Omit<import("redux").CombinedState<{
|
|
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;
|
@@ -991,7 +991,7 @@ export const getAllColumns: ((state: Omit<import("redux").CombinedState<{
|
|
991
991
|
checkPermissionsError: undefined;
|
992
992
|
} & {
|
993
993
|
path: string;
|
994
|
-
mode: "
|
994
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
995
995
|
};
|
996
996
|
content: import("redux").CombinedState<{
|
997
997
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1855,7 +1855,7 @@ export const getRequestedPageSize: ((state: Omit<import("redux").CombinedState<{
|
|
1855
1855
|
checkPermissionsError: undefined;
|
1856
1856
|
} & {
|
1857
1857
|
path: string;
|
1858
|
-
mode: "
|
1858
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1859
1859
|
};
|
1860
1860
|
content: import("redux").CombinedState<{
|
1861
1861
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -2714,7 +2714,7 @@ export const getVisibleRows: ((state: Omit<import("redux").CombinedState<{
|
|
2714
2714
|
checkPermissionsError: undefined;
|
2715
2715
|
} & {
|
2716
2716
|
path: string;
|
2717
|
-
mode: "
|
2717
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
2718
2718
|
};
|
2719
2719
|
content: import("redux").CombinedState<{
|
2720
2720
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -3578,7 +3578,7 @@ export const getIsTableEndReached: ((state: Omit<import("redux").CombinedState<{
|
|
3578
3578
|
checkPermissionsError: undefined;
|
3579
3579
|
} & {
|
3580
3580
|
path: string;
|
3581
|
-
mode: "
|
3581
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
3582
3582
|
};
|
3583
3583
|
content: import("redux").CombinedState<{
|
3584
3584
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -4455,7 +4455,7 @@ export const getOffsetValue: ((state: Omit<import("redux").CombinedState<{
|
|
4455
4455
|
checkPermissionsError: undefined;
|
4456
4456
|
} & {
|
4457
4457
|
path: string;
|
4458
|
-
mode: "
|
4458
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
4459
4459
|
};
|
4460
4460
|
content: import("redux").CombinedState<{
|
4461
4461
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5309,7 +5309,7 @@ export const getNextOffset: ((state: Omit<import("redux").CombinedState<{
|
|
5309
5309
|
checkPermissionsError: undefined;
|
5310
5310
|
} & {
|
5311
5311
|
path: string;
|
5312
|
-
mode: "
|
5312
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
5313
5313
|
};
|
5314
5314
|
content: import("redux").CombinedState<{
|
5315
5315
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -138,7 +138,7 @@ export declare const getNavigationAttributesEditorStaticTables: ((state: Omit<im
|
|
138
138
|
checkPermissionsError: undefined;
|
139
139
|
} & {
|
140
140
|
path: string;
|
141
|
-
mode: "
|
141
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
142
142
|
};
|
143
143
|
content: import("redux").CombinedState<{
|
144
144
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -996,7 +996,7 @@ export declare const getNavigationAttributesEditorDynamicTables: ((state: Omit<i
|
|
996
996
|
checkPermissionsError: undefined;
|
997
997
|
} & {
|
998
998
|
path: string;
|
999
|
-
mode: "
|
999
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1000
1000
|
};
|
1001
1001
|
content: import("redux").CombinedState<{
|
1002
1002
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1854,7 +1854,7 @@ export declare const getNavigationAttributesEditorMapNodes: ((state: Omit<import
|
|
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;
|
@@ -132,7 +132,7 @@ export declare const getRemoteCopyCodecs: ((state: Omit<import("redux").Combined
|
|
132
132
|
checkPermissionsError: undefined;
|
133
133
|
} & {
|
134
134
|
path: string;
|
135
|
-
mode: "
|
135
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
136
136
|
};
|
137
137
|
content: import("redux").CombinedState<{
|
138
138
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -5,7 +5,7 @@ export declare const getNavigationPathAttributes: (state: RootState) => any;
|
|
5
5
|
export declare const getNavigationIsWritable: (state: RootState) => boolean;
|
6
6
|
export declare const getNavigationIsAccountUsable: (state: RootState) => boolean;
|
7
7
|
export declare const getNavigationCheckPermissionsError: (state: RootState) => YTError | undefined;
|
8
|
-
export declare const getMode: (state: RootState) => "
|
8
|
+
export declare const getMode: (state: RootState) => "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
9
9
|
export declare const getNavigationPathAccount: ((state: Omit<import("redux").CombinedState<{
|
10
10
|
acl: any;
|
11
11
|
aclFilters: import("../../reducers/acl/acl-filters").AclFiltersState;
|
@@ -136,7 +136,7 @@ export declare const getNavigationPathAccount: ((state: Omit<import("redux").Com
|
|
136
136
|
checkPermissionsError: undefined;
|
137
137
|
} & {
|
138
138
|
path: string;
|
139
|
-
mode: "
|
139
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
140
140
|
};
|
141
141
|
content: import("redux").CombinedState<{
|
142
142
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1009,7 +1009,7 @@ export declare const getNavigationRestorePath: ((state: Omit<import("redux").Com
|
|
1009
1009
|
checkPermissionsError: undefined;
|
1010
1010
|
} & {
|
1011
1011
|
path: string;
|
1012
|
-
mode: "
|
1012
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1013
1013
|
};
|
1014
1014
|
content: import("redux").CombinedState<{
|
1015
1015
|
replicatedTable: import("../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1788,7 +1788,7 @@ export declare const getDefaultMode: ((state: any) => "consumer" | "content") &
|
|
1788
1788
|
}> & {
|
1789
1789
|
clearCache: () => void;
|
1790
1790
|
};
|
1791
|
-
export declare const getEffectiveMode: ((state: any) => "
|
1791
|
+
export declare const getEffectiveMode: ((state: any) => "acl" | "attributes" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config") & import("reselect").OutputSelectorFields<(args_0: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config", args_1: "consumer" | "content") => "acl" | "attributes" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config", {
|
1792
1792
|
clearCache: () => void;
|
1793
1793
|
}> & {
|
1794
1794
|
clearCache: () => void;
|
@@ -223,7 +223,7 @@ export declare const getAccessLogLastLoadedFieldSelector: ((state: Omit<import("
|
|
223
223
|
checkPermissionsError: undefined;
|
224
224
|
} & {
|
225
225
|
path: string;
|
226
|
-
mode: "
|
226
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
227
227
|
};
|
228
228
|
content: import("redux").CombinedState<{
|
229
229
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -130,7 +130,7 @@ export declare const getAnnotationLoadStatus: ((state: Omit<import("redux").Comb
|
|
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;
|
@@ -143,7 +143,7 @@ export declare const getPartitions: ((state: Omit<import("redux").CombinedState<
|
|
143
143
|
checkPermissionsError: undefined;
|
144
144
|
} & {
|
145
145
|
path: string;
|
146
|
-
mode: "
|
146
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
147
147
|
};
|
148
148
|
content: import("redux").CombinedState<{
|
149
149
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -130,7 +130,7 @@ export declare const getLocksLoadStatus: ((state: Omit<import("redux").CombinedS
|
|
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;
|
@@ -984,7 +984,7 @@ export declare const getLocksFiltered: ((state: Omit<import("redux").CombinedSta
|
|
984
984
|
checkPermissionsError: undefined;
|
985
985
|
} & {
|
986
986
|
path: string;
|
987
|
-
mode: "
|
987
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
988
988
|
};
|
989
989
|
content: import("redux").CombinedState<{
|
990
990
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -152,7 +152,7 @@ export declare const getPartitions: ((state: Omit<import("redux").CombinedState<
|
|
152
152
|
checkPermissionsError: undefined;
|
153
153
|
} & {
|
154
154
|
path: string;
|
155
|
-
mode: "
|
155
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
156
156
|
};
|
157
157
|
content: import("redux").CombinedState<{
|
158
158
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -1042,7 +1042,7 @@ export declare const getConsumers: ((state: Omit<import("redux").CombinedState<{
|
|
1042
1042
|
checkPermissionsError: undefined;
|
1043
1043
|
} & {
|
1044
1044
|
path: string;
|
1045
|
-
mode: "
|
1045
|
+
mode: "acl" | "attributes" | "auto" | "consumer" | "content" | "queue" | "user_attributes" | "locks" | "schema" | "tablets" | "tablet_errors" | "annotation" | "access_log" | "mount_config";
|
1046
1046
|
};
|
1047
1047
|
content: import("redux").CombinedState<{
|
1048
1048
|
replicatedTable: import("../../../reducers/navigation/content/replicated-table").ReplicatedTableState;
|
@@ -129,7 +129,7 @@ export declare const getTabletErrorsLoadingStatus: ((state: Omit<import("redux")
|
|
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;
|