@pimcore/studio-ui-bundle 0.9.30 → 0.12.9
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/dist/build/types/src/core/app/api/pimcore/tags.d.ts +5 -8
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +38 -2
- package/dist/build/types/src/core/app/plugin-system/plugin-system.d.ts +2 -0
- package/dist/build/types/src/core/app/public-api/document/document-api.d.ts +2 -0
- package/dist/build/types/src/core/app/public-api/document/iframe-registry.d.ts +1 -0
- package/dist/build/types/src/core/app/public-api/document-editor-iframe/editable-data/editable-data.d.ts +8 -1
- package/dist/build/types/src/core/app/router/router.d.ts +2 -0
- package/dist/build/types/src/core/app/store/index.d.ts +1 -1
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +2 -1
- package/dist/build/types/src/core/components/block/block.d.ts +3 -1
- package/dist/build/types/src/core/components/context-menu-wrapper/context-menu-wrapper.d.ts +2 -1
- package/dist/build/types/src/core/components/date-picker/time-picker.d.ts +1 -1
- package/dist/build/types/src/core/components/date-picker/time-range-picker.d.ts +23 -0
- package/dist/build/types/src/core/components/date-picker/time-range-picker.stories.d.ts +21 -0
- package/dist/build/types/src/core/components/drag-and-drop/drag-and-drop.stories.d.ts +4 -0
- package/dist/build/types/src/core/components/drag-and-drop/droppable/base-droppable.d.ts +2 -1
- package/dist/build/types/src/core/components/drag-and-drop/droppable-context-provider.d.ts +1 -0
- package/dist/build/types/src/core/components/drag-and-drop/droppable.d.ts +5 -0
- package/dist/build/types/src/core/components/drag-and-drop/hooks/use-drop-class-handlers.d.ts +21 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/base-hotspot-droppable.d.ts +18 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/hotspot-helpers.d.ts +24 -0
- package/dist/build/types/src/core/components/{pagination/inline-textfield/inline-textfield.stories.d.ts → drag-and-drop/hotspot-droppable/use-hotspot-aggregate-state.d.ts} +4 -9
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable.d.ts +42 -0
- package/dist/build/types/src/core/components/dropdown/dropdown-height-provider.d.ts +19 -0
- package/dist/build/types/src/core/components/dropdown/dropdown-inner-drop-class.d.ts +15 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.d.ts +2 -1
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/dynamic-filter/provider/dynamic-filter-provider.d.ts +2 -1
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +26 -15
- package/dist/build/types/src/core/components/element-tree/element-tree.d.ts +3 -2
- package/dist/build/types/src/core/components/{pagination/size-changer/size-changer.stories.d.ts → element-tree/hooks/use-element-tree-fallback-root-node.d.ts} +4 -10
- package/dist/build/types/src/core/components/element-tree/hooks/use-element-tree-root-node.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/node/content/tree-node-content.d.ts +3 -0
- package/dist/build/types/src/core/components/element-tree/node/content/tree-node-lock-icon.d.ts +12 -0
- package/dist/build/types/src/core/components/element-tree/node/tree-node.d.ts +2 -2
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/pager/pager-container.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/tree-permission-provider.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/search/search-container.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/tooltip/element-tree-tooltip.d.ts +16 -0
- package/dist/build/types/src/core/components/element-tree/types/node-api-hook.d.ts +1 -1
- package/dist/build/types/src/core/components/flex/flex.d.ts +1 -1
- package/dist/build/types/src/core/components/form/form.d.ts +1 -1
- package/dist/build/types/src/core/components/form/hooks/use-debounced-form-change.d.ts +19 -0
- package/dist/build/types/src/core/components/form/layouts/tabpanel/tabpanel.stories.d.ts +1 -1
- package/dist/build/types/src/core/components/form/services/debounced-form-registry.d.ts +22 -0
- package/dist/build/types/src/core/components/formatted-date/formatted-date.d.ts +1 -0
- package/dist/build/types/src/core/components/grid/columns/default-cell.d.ts +1 -1
- package/dist/build/types/src/core/components/grid/columns/default-cell.styles.d.ts +5 -1
- package/dist/build/types/src/core/components/grid/contexts/columns-context.d.ts +6 -6
- package/dist/build/types/src/core/components/grid/grid-cell/grid-cell.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +6 -2
- package/dist/build/types/src/core/components/grid/grid-context.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid.d.ts +4 -4
- package/dist/build/types/src/core/components/grid/grid.stories.d.ts +7 -0
- package/dist/build/types/src/core/components/grid/grid.styles.d.ts +6 -1
- package/dist/build/types/src/core/components/icon/icon.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -1
- package/dist/build/types/src/core/components/language-selection/language-selection.d.ts +2 -1
- package/dist/build/types/src/core/components/many-to-many-relation/hooks/use-value.d.ts +1 -1
- package/dist/build/types/src/core/components/many-to-many-relation/many-to-many-relation.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-many-relation/utils/helpers.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/index.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation-input.d.ts +16 -0
- package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +20 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/dont-ask-again-switch.d.ts +13 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/input-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/textarea-form.d.ts +19 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/upload-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +9 -5
- package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +28 -0
- package/dist/build/types/src/core/components/operational-grid/operational-grid.d.ts +1 -1
- package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +4 -4
- package/dist/build/types/src/core/components/pagination/pagination.d.ts +3 -11
- package/dist/build/types/src/core/components/pagination/pagination.stories.d.ts +26 -13
- package/dist/build/types/src/core/components/pagination/pagination.styles.d.ts +1 -1
- package/dist/build/types/src/core/components/panel/panel.d.ts +1 -2
- package/dist/build/types/src/core/{modules/asset/editor/toolbar/workflow-log-modal/workflow-log-modal.d.ts → components/password-reset/password-reset.d.ts} +1 -1
- package/dist/build/types/src/core/components/select/select.d.ts +2 -0
- package/dist/build/types/src/core/components/select/select.stories.d.ts +6 -0
- package/dist/build/types/src/core/components/select/select.styles.d.ts +3 -0
- package/dist/build/types/src/core/components/split-layout/split-layout.d.ts +3 -1
- package/dist/build/types/src/core/components/split-layout/split-layout.stories.d.ts +19 -0
- package/dist/build/types/src/core/components/stack-list/stack-list-item.d.ts +1 -0
- package/dist/build/types/src/core/components/tabpanel/tabpanel.d.ts +4 -1
- package/dist/build/types/src/core/constants/global.d.ts +1 -0
- package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +24 -0
- package/dist/build/types/src/core/lib/event-bus/index.d.ts +2 -2
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog.d.ts +15 -0
- package/dist/build/types/src/core/{components/element-toolbar/element-toolbar.styles.d.ts → modules/about/components/about-dialog/about-dialog.styles.d.ts} +2 -1
- package/dist/build/types/src/core/modules/about/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/session/session-pinger.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/session/use-session-ping.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/app-loader/services/app-loader-registry.d.ts +22 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +5 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-widget-restorer.d.ts +18 -0
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.d.ts +17 -0
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +166 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-registry.d.ts +3 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +157 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-registry.d.ts +30 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-types.d.ts +53 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/index.d.ts +12 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/use-context-menu-slot.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/error-handler/classes/api-error.d.ts +1 -10
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +9 -0
- package/dist/build/types/src/core/modules/app/hook/use-date-converter.d.ts +20 -0
- package/dist/build/types/src/core/modules/app/hook/use-handle-keybindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/app/hook-processor-registry/abstract-hook-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-data-context.d.ts +33 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +1118 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +315 -24
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +14 -0
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +833 -129
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +1899 -386
- package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/editor/index.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/asset/editor/toolbar/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.d.ts +16 -0
- package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/asset/editor/types/folder/tab-manager/tabs/preview/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/events/post-update-event.d.ts +22 -0
- package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/asset/index.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/listing/builder/asset-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/modules/asset/listing/decorator/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +210 -1
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/services/asset-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/services/processors/asset-save-data-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/asset/tree/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/tree/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +26 -118
- package/dist/build/types/src/core/modules/auth/components/forgot-password-form/forgot-password-form.d.ts +15 -0
- package/dist/build/types/src/core/{components/login-form/login-form.d.ts → modules/auth/components/login-form/login-form-container.d.ts} +1 -1
- package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.d.ts → modules/auth/components/login-form/login-form.d.ts} +9 -7
- package/dist/build/types/src/core/modules/auth/hooks/use-authentication.d.ts +15 -0
- package/dist/build/types/src/core/modules/auth/profile/profile-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/auth/profile/profile-detail.d.ts +2 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +65 -12
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +762 -116
- package/dist/build/types/src/core/modules/auth/user/user-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/background-processor/process/abstract-mercure-process.d.ts +7 -1
- package/dist/build/types/src/core/modules/background-processor/process/global-message-bus-process.d.ts +0 -2
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +576 -108
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +640 -120
- package/dist/build/types/src/core/modules/data-object/actions/add-object/use-add-object.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +822 -91
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +515 -60
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +193 -36
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +912 -138
- package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/shared-tab-manager/tabs/versions/version-view-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/provider/layout-selection-provider.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/data-object/index.d.ts +2 -0
- package/dist/build/types/src/core/modules/data-object/listing/batch-actions/batch-edit-modal/hooks/use-batch-edit.d.ts +3 -2
- package/dist/build/types/src/core/modules/data-object/listing/builder/object-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/class-definition-selection/context-layer/provider/use-class-definition-selection.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/hooks/with-configuration-sidebar-entry.d.ts +4 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/forms/advanced-column-form/preview/preview-loader.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/grid-config.d.ts +5 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/hooks/use-grid-config.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +211 -1
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/services/data-object-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/data-object/services/processors/data-object-save-data-processor-registry.d.ts +31 -0
- package/dist/build/types/src/core/modules/data-object/tree/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/tree/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/document/actions/convert/use-convert.d.ts +1 -2
- package/dist/build/types/src/core/modules/document/actions/open-in-new-window/use-open-in-new-window.d.ts +2 -4
- package/dist/build/types/src/core/modules/document/actions/paste/use-paste.d.ts +2 -17
- package/dist/build/types/src/core/modules/document/actions/translations/components/new-translation-modal.d.ts +27 -0
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +1137 -197
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +845 -166
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/editor/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/draft-alert/draft-alert.d.ts +11 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-renderer/required-field-wrapper.d.ts +18 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-renderer/required-field-wrapper.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/styles/global.styles.d.ts +10 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-form.d.ts +4 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar.d.ts +4 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/document-configuration/document-configuration-form.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/email-settings/email-settings-form.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/content-settings-visibility.d.ts +16 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/document-permission-helper.d.ts +21 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/navigation-visibility.d.ts +16 -0
- package/dist/build/types/src/core/modules/document/editor/toolbar/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/document/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/document/hooks/use-document-url-processor.d.ts +18 -0
- package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/document/hooks/use-required-fields-validation.d.ts +15 -0
- package/dist/build/types/src/core/modules/document/services/document-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/document/services/document-required-fields-validation-service.d.ts +23 -0
- package/dist/build/types/src/core/modules/document/services/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-save-data-processor-registry.d.ts +33 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-url-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/document/tree/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/document/tree/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/document/tree/node/content/tree-node-navigation-exclude-icon.d.ts +12 -0
- package/dist/build/types/src/core/modules/document/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/document/utils/document-debounce-tag.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/actions/index.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/actions/locate-in-tree/use-locate-in-tree.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/actions/lock/use-lock.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/actions/publish/use-publish.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/actions/refresh-tree/use-refresh-tree.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/actions/rename/use-rename.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/actions/sorting/use-sorting.d.ts +25 -0
- package/dist/build/types/src/core/modules/element/actions/unpublish/use-unpublish.d.ts +2 -2
- package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.d.ts +1 -1
- package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.styles.d.ts → modules/element/components/element-toolbar/element-toolbar.styles.d.ts} +3 -1
- package/dist/build/types/src/core/modules/element/components/language-selection/permission-based-language-selection-control.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +28 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/batch-edits/classification-store/dynamic-type-batch-edit-classification-store-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/batch-edits/types/classification-store/dynamic-type-batch-edit-classification-store.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.d.ts +1 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.styles.d.ts +0 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hotspot-image-preview.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable-preview.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable.d.ts +2 -22
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/dynamic-type-document-editable-abstract.d.ts +21 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/responsive-asset-preview/responsive-asset-preview.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/hooks/use-pending-elements-reveal.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-image.d.ts +2 -47
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-input.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-link.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-numeric.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-select.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-textarea.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-video.d.ts +6 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-wysiwyg.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/image-editable-types.d.ts +50 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/utils/asset-thumbnail-sizing.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-color-component.d.ts +14 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/{execution-engine/jobs/download/notification-job-container.d.ts → element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-input-quantity-value-component.d.ts} +3 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-multiselect-component.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-number-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-quantity-value-component.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-time-component.d.ts +26 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/dynamic-type-field-filter-abstract.d.ts +4 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/frontendTypes.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/boolean/dynamic-type-field-filter-boolean.d.ts +2 -6
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/classification-store/dynamic-type-field-filter-classification-store.d.ts +20 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/color/dynamic-type-field-filter-color.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-adapter/dynamic-type-field-filter-data-object-adapter.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-brick/dynamic-type-field-filter-data-object-object-brick.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/date/dynamic-type-field-filter-date.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/datetime/dynamic-type-field-filter-datetime.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/input-quantity-value/dynamic-type-field-filter-input-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/multiselect/dynamic-type-field-filter-multiselect.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/none/dynamic-type-field-filter-none.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/number/dynamic-type-field-filter-number.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/quantity-value/dynamic-type-field-filter-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/time/dynamic-type-field-filter-time.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/checkbox/checkbox-cell.styles.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/array/dynamic-type-grid-cell-array.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/{field-filters/types/input/dynamic-type-field-filter-input.d.ts → grid-cell/types/classificationstore/dynamic-type-grid-cell-classificationstore.d.ts} +2 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/data-object-adapter/dynamic-type-grid-cell-data-object-adapter.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/error/dynamic-type-grid-cell-error.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/integer/dynamic-type-grid-cell-integer.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/listing/types/dynamic-type-listing-asset-link.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-asset.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-document.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-object.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/classification-store-modal.d.ts +3 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/components/classification-store-data-tab/classification-store-callback-tab.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/provider/classifcation-store-modal-provider.d.ts +33 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/utils/value-data.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/allowed-types.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/abstract/dynamic-type-object-data-abstract-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-boolean-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-calculated-value.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-consent.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-datetime.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-email.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-external-image.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-firstname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-gender.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-lastname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-numeric.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-reverse-object-relation.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-rgba-color.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-slider.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-time.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-user.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-wysiwyg.d.ts +1 -1
- package/dist/build/types/src/core/modules/{execution-engine/jobs/zip-upload/notification-job-container.d.ts → element/dynamic-types/definitions/objects/layout-related/components/iframe/iframe.d.ts} +6 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/types/dynamic-type-object-layout-iframe.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/accordion-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/card-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/dynamic-type-pipeline-abstract.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/anonymizer/anonymizer.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/blur/blur.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/boolean-formatter/boolean-formatter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/date-formatter/date-formatter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/explode/explode.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/php-code/php-code.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/string-replace/string-replace.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/substring/substring.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/translate/translate.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/trim/trim.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/twig-operator/twig-operator.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/anonymizer/anonymizer.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/blur/blur.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/boolean-formatter/boolean-formatter.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/change-case/change-case.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/combine/combine.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/date-formatter/date-formatter.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/element-counter/element-counter.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/explode/explode.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/php-code/php-code.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/string-replace/string-replace.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/substring/substring.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/translate/translate.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/trim/trim.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/twig-operator/twig-operator.d.ts +16 -0
- package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/types.d.ts +1 -1
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow}/hooks/use-submit-workflow.d.ts +3 -9
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-action.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-field-renderer.d.ts +31 -0
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow}/hooks/use-workflow.d.ts +1 -2
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-transition-group.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/modal/workflow-modal.d.ts +11 -0
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow/provider}/workflow-provider.d.ts +4 -9
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/types/workflow-types.d.ts +41 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +322 -60
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +386 -73
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +803 -85
- package/dist/build/types/src/core/modules/element/element-selector/provider/element-selector/element-selector-provider.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/hooks/use-element-actions-menu.d.ts +25 -0
- package/dist/build/types/src/core/modules/element/hooks/use-element-api.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/hooks/use-element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/hooks/use-properties-initialization.d.ts +4 -1
- package/dist/build/types/src/core/modules/element/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/listing-builder.d.ts +47 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/use-listing-builder.d.ts +22 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/listing-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/listing/abstract/settings/settings-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/abstract-decorator.d.ts +4 -2
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/field-filters/field-filters-provider.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/search-term-filter/search-term-filter-provider.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/global-context-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/hooks/use-global-context-identifiers.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/view-layer/global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/with-global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/sorting/data-layer/with-sorting-data-query-arg.d.ts +5 -0
- package/dist/build/types/src/core/modules/element/permissions/permission-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/search-replace-form/search-replace-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/table/table.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/toolbar/toolbar.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/providers/search-replace-assignments/search-replace-assignments-provider.d.ts +44 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/search-replace-assignments-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +358 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +421 -0
- package/dist/build/types/src/core/modules/element/services/element-widget-restorer.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/services/processors/element-icon-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/element/tree/tree-widget.d.ts +3 -2
- package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +384 -72
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +517 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +573 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +0 -3
- package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +0 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +25 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +27 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +26 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +1 -7
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +1 -1
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +2 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/notification-job-container.d.ts +1 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +9 -15
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +8 -11
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +8 -11
- package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +35 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +28 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +21 -0
- package/dist/build/types/src/core/modules/execution-engine/{jobs/tag-assign/notification-job-container.d.ts → message-handlers/message-bus-job/job-error-modal.d.ts} +5 -3
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +43 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +76 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +20 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +3 -3
- package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +3 -1
- package/dist/build/types/src/core/modules/execution-engine/topics.d.ts +0 -1
- package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/field-filters/types/fullText/dynamic-type-field-filter-fulltext.d.ts → notifications/hooks/use-optimistic-update.d.ts} +5 -4
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +256 -48
- package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.styles.d.ts → modules/perspective-editor/components/perspective-form/components/allowed-menu-entries-panel/allowed-menu-entries-panel.styles.d.ts} +2 -2
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/components/specific-panel/specific-panel.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/perspective-form.d.ts +1 -2
- package/dist/build/types/src/core/modules/perspective-editor/context/perspective-editor-provider.d.ts +1 -3
- package/dist/build/types/src/core/modules/perspective-editor/hooks/use-perspective-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/perspective-editor/registry/perspective-permission-provider-registry.d.ts +26 -0
- package/dist/build/types/src/core/modules/perspective-editor/services/providers/main-nav-perspective-permission-provider.d.ts +13 -0
- package/dist/build/types/src/core/modules/perspective-editor/services/providers/search-perspective-permission-provider.d.ts +13 -0
- package/dist/build/types/src/core/modules/perspectives/active-perspective-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +29 -21
- package/dist/build/types/src/core/modules/perspectives/hooks/use-perspectives.d.ts +8 -3
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +329 -69
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +335 -70
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +320 -60
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +320 -60
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +386 -72
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +2 -2
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/types/dynamic-type-custom-report-definition-sql-adapter.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/components/source-definition/source-definition.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/helpers.d.ts +5 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.d.ts +3 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/types.d.ts +2 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/pie-chart/pie-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/report-chart.d.ts +2 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/types.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/helpers.d.ts +36 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/types.d.ts +19 -0
- package/dist/build/types/src/core/modules/reports/utils/reports-loader.d.ts +10 -0
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +448 -84
- package/dist/build/types/src/core/modules/search/search.d.ts +1 -1
- package/dist/build/types/src/core/modules/user/hooks/use-merged-keybindings.d.ts +19 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/constants.d.ts +15 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/helpers.d.ts +10 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings-container.d.ts +1 -3
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/user/management/management-container.d.ts +1 -3
- package/dist/build/types/src/core/modules/user/management/tree/tree-container.d.ts +3 -2
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +320 -60
- package/dist/build/types/src/core/modules/user/roles/roles-slice.d.ts +9 -3
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +513 -96
- package/dist/build/types/src/core/modules/user/user-management-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/widget-editor/components/widget-type-form/context/widget-form-provider.d.ts +5 -4
- package/dist/build/types/src/core/modules/widget-editor/context/widget-editor-provider.d.ts +0 -2
- package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/components/widget-restorer.d.ts +11 -0
- package/dist/build/types/src/core/modules/widget-manager/events/close-widget-events.d.ts +33 -0
- package/dist/build/types/src/core/modules/widget-manager/events/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-is-active-main-widget.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +2 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-title.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/widget-manager/services/processors/perspective-processor-registry.d.ts +98 -0
- package/dist/build/types/src/core/modules/widget-manager/services/static-widget-restorer.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.d.ts +6 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-restorer-registry.d.ts +23 -0
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +3 -2
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-container.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +25 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-view.d.ts +22 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +5 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-persistence.d.ts +14 -0
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +3 -1
- package/dist/build/types/src/core/types/components/types.d.ts +5 -2
- package/dist/build/types/src/core/utils/clipboard.d.ts +13 -0
- package/dist/build/types/src/core/utils/exponential-backoff.d.ts +27 -0
- package/dist/build/types/src/core/utils/global-context-identifiers.d.ts +18 -0
- package/dist/build/types/src/core/utils/hooks/use-element-resize.d.ts +1 -1
- package/dist/build/types/src/core/utils/hooks/use-element-visible.d.ts +1 -1
- package/dist/build/types/src/core/utils/iframe.d.ts +5 -0
- package/dist/build/types/src/core/utils/local-storage.d.ts +29 -0
- package/dist/build/types/src/core/utils/polling-helper.d.ts +2 -1
- package/dist/build/types/src/core/utils/redux-state-persistence.d.ts +21 -0
- package/dist/build/types/src/core/utils/test-id-generator.d.ts +2 -2
- package/dist/build/types/src/sdk/api/perspectives/index.d.ts +1 -1
- package/dist/build/types/src/sdk/app/index.d.ts +1 -0
- package/dist/build/types/src/sdk/components/index.d.ts +26 -4
- package/dist/build/types/src/sdk/main.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/app/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/asset/index.d.ts +5 -0
- package/dist/build/types/src/sdk/modules/auth/index.d.ts +12 -0
- package/dist/build/types/src/sdk/modules/data-object/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/element/index.d.ts +18 -0
- package/dist/build/types/src/sdk/modules/notifications/index.d.ts +11 -0
- package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +10 -0
- package/dist/build/types/src/sdk/modules/reports/index.d.ts +20 -0
- package/dist/build/types/src/{core/components/element-toolbar/element-toolbar.stories.d.ts → sdk/modules/widget-editor/index.d.ts} +2 -9
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +14 -1
- package/dist/build/types/src/sdk/utils/index.d.ts +4 -0
- package/package.json +4 -1
- package/dist/build/types/src/core/components/pagination/inline-textfield/inline-textfield.d.ts +0 -20
- package/dist/build/types/src/core/components/workflow-card/workflow-card.stories.d.ts +0 -15
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/hooks/use-document-editables.d.ts +0 -11
- package/dist/build/types/src/core/modules/document/utils/preview-url-helper.d.ts +0 -13
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/date/date-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/number/number-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/text/text-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/textarea/textarea-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/time/time-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/translate/translate-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/default/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/default/notification-job-container-message-bus.d.ts +0 -16
- package/dist/build/types/src/core/modules/execution-engine/jobs/default/notification-job-container.d.ts +0 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/default-job-handler.d.ts +0 -53
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/step-based-progress-job-handler.d.ts +0 -16
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/utils/helpers.d.ts +0 -30
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/tree-filter-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/use-tree-filter.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/tree-id-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/use-tree-id.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form-style.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form.stories.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.skeleton.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.skeleton.styles.d.ts +0 -0
- /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/components/dropdown-button/dropdown-button.d.ts +0 -0
- /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/workflow-card.d.ts +0 -0
- /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/workflow-card.styles.d.ts +0 -0
- /package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-menu.d.ts +0 -0
- /package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-transition-group.styles.d.ts +0 -0
|
@@ -5,6 +5,7 @@ declare const injectedRtkApi: import("@reduxjs/toolkit/query").Api<import("@redu
|
|
|
5
5
|
classificationStoreGetKeyGroupRelations: import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>;
|
|
6
6
|
classificationStoreGetLayoutByCollection: import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>;
|
|
7
7
|
classificationStoreGetLayoutByGroup: import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>;
|
|
8
|
+
classificationStoreGetLayoutByKey: import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>;
|
|
8
9
|
}, "api", "Classification Store", typeof import("@reduxjs/toolkit/query").coreModuleName | typeof import("@reduxjs/toolkit/dist/query/react").reactHooksModuleName>;
|
|
9
10
|
export { injectedRtkApi as api };
|
|
10
11
|
export type ClassificationStoreGetCollectionsApiResponse = {
|
|
@@ -82,6 +83,16 @@ export type ClassificationStoreGetLayoutByGroupApiArg = {
|
|
|
82
83
|
/** Field Name */
|
|
83
84
|
fieldName: string;
|
|
84
85
|
};
|
|
86
|
+
export type ClassificationStoreGetLayoutByKeyApiResponse =
|
|
87
|
+
/** status 200 Layout definition */ ClassificationStoreCollection2;
|
|
88
|
+
export type ClassificationStoreGetLayoutByKeyApiArg = {
|
|
89
|
+
/** object ID */
|
|
90
|
+
objectId?: number;
|
|
91
|
+
/** KeyId of the Key ID */
|
|
92
|
+
keyId: number;
|
|
93
|
+
/** Field Name */
|
|
94
|
+
fieldName: string;
|
|
95
|
+
};
|
|
85
96
|
export type ClassificationStoreCollection = {
|
|
86
97
|
/** AdditionalAttributes */
|
|
87
98
|
additionalAttributes?: {
|
|
@@ -182,21 +193,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
182
193
|
isError: false;
|
|
183
194
|
}, "isUninitialized"> & {
|
|
184
195
|
isUninitialized: true;
|
|
185
|
-
}) |
|
|
196
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
186
197
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
187
198
|
isUninitialized: false;
|
|
188
199
|
isLoading: false;
|
|
189
200
|
isFetching: false;
|
|
190
201
|
isSuccess: false;
|
|
191
202
|
isError: false;
|
|
192
|
-
}, {
|
|
203
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
193
204
|
isLoading: true;
|
|
194
205
|
isFetching: boolean;
|
|
195
206
|
data: undefined;
|
|
196
|
-
} | ({
|
|
207
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
208
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
209
|
+
isUninitialized: false;
|
|
210
|
+
isLoading: false;
|
|
211
|
+
isFetching: false;
|
|
212
|
+
isSuccess: false;
|
|
213
|
+
isError: false;
|
|
214
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
197
215
|
isSuccess: true;
|
|
198
216
|
isFetching: true;
|
|
199
217
|
error: undefined;
|
|
218
|
+
} & {
|
|
219
|
+
data: ClassificationStoreGetCollectionsApiResponse;
|
|
200
220
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
201
221
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
202
222
|
isUninitialized: false;
|
|
@@ -204,10 +224,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
204
224
|
isFetching: false;
|
|
205
225
|
isSuccess: false;
|
|
206
226
|
isError: false;
|
|
207
|
-
}, "
|
|
227
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
228
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
229
|
+
isUninitialized: false;
|
|
230
|
+
isLoading: false;
|
|
231
|
+
isFetching: false;
|
|
232
|
+
isSuccess: false;
|
|
233
|
+
isError: false;
|
|
234
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
208
235
|
isSuccess: true;
|
|
209
236
|
isFetching: false;
|
|
210
237
|
error: undefined;
|
|
238
|
+
} & {
|
|
239
|
+
data: ClassificationStoreGetCollectionsApiResponse;
|
|
240
|
+
currentData: ClassificationStoreGetCollectionsApiResponse;
|
|
211
241
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
212
242
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
213
243
|
isUninitialized: false;
|
|
@@ -215,7 +245,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
215
245
|
isFetching: false;
|
|
216
246
|
isSuccess: false;
|
|
217
247
|
isError: false;
|
|
218
|
-
}, "
|
|
248
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
249
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
250
|
+
isUninitialized: false;
|
|
251
|
+
isLoading: false;
|
|
252
|
+
isFetching: false;
|
|
253
|
+
isSuccess: false;
|
|
254
|
+
isError: false;
|
|
255
|
+
}, "error" | "isError"> & {
|
|
219
256
|
isError: true;
|
|
220
257
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
221
258
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
@@ -224,7 +261,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
224
261
|
isFetching: false;
|
|
225
262
|
isSuccess: false;
|
|
226
263
|
isError: false;
|
|
227
|
-
}, "error">>)
|
|
264
|
+
}, "error">>)> & {
|
|
228
265
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
229
266
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetCollectionsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
230
267
|
skip?: boolean;
|
|
@@ -249,21 +286,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
249
286
|
isError: false;
|
|
250
287
|
}, "isUninitialized"> & {
|
|
251
288
|
isUninitialized: true;
|
|
252
|
-
}) |
|
|
289
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
253
290
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
254
291
|
isUninitialized: false;
|
|
255
292
|
isLoading: false;
|
|
256
293
|
isFetching: false;
|
|
257
294
|
isSuccess: false;
|
|
258
295
|
isError: false;
|
|
259
|
-
}, {
|
|
296
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
260
297
|
isLoading: true;
|
|
261
298
|
isFetching: boolean;
|
|
262
299
|
data: undefined;
|
|
263
|
-
} | ({
|
|
300
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
301
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
302
|
+
isUninitialized: false;
|
|
303
|
+
isLoading: false;
|
|
304
|
+
isFetching: false;
|
|
305
|
+
isSuccess: false;
|
|
306
|
+
isError: false;
|
|
307
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
264
308
|
isSuccess: true;
|
|
265
309
|
isFetching: true;
|
|
266
310
|
error: undefined;
|
|
311
|
+
} & {
|
|
312
|
+
data: ClassificationStoreGetCollectionsApiResponse;
|
|
267
313
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
268
314
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
269
315
|
isUninitialized: false;
|
|
@@ -271,10 +317,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
271
317
|
isFetching: false;
|
|
272
318
|
isSuccess: false;
|
|
273
319
|
isError: false;
|
|
274
|
-
}, "
|
|
320
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
321
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
322
|
+
isUninitialized: false;
|
|
323
|
+
isLoading: false;
|
|
324
|
+
isFetching: false;
|
|
325
|
+
isSuccess: false;
|
|
326
|
+
isError: false;
|
|
327
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
275
328
|
isSuccess: true;
|
|
276
329
|
isFetching: false;
|
|
277
330
|
error: undefined;
|
|
331
|
+
} & {
|
|
332
|
+
data: ClassificationStoreGetCollectionsApiResponse;
|
|
333
|
+
currentData: ClassificationStoreGetCollectionsApiResponse;
|
|
278
334
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
279
335
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
280
336
|
isUninitialized: false;
|
|
@@ -282,7 +338,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
282
338
|
isFetching: false;
|
|
283
339
|
isSuccess: false;
|
|
284
340
|
isError: false;
|
|
285
|
-
}, "
|
|
341
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
342
|
+
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
343
|
+
isUninitialized: false;
|
|
344
|
+
isLoading: false;
|
|
345
|
+
isFetching: false;
|
|
346
|
+
isSuccess: false;
|
|
347
|
+
isError: false;
|
|
348
|
+
}, "error" | "isError"> & {
|
|
286
349
|
isError: true;
|
|
287
350
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetCollectionsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetCollectionsApiResponse, "api", unknown>> & {
|
|
288
351
|
currentData?: ClassificationStoreGetCollectionsApiResponse | undefined;
|
|
@@ -291,7 +354,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
291
354
|
isFetching: false;
|
|
292
355
|
isSuccess: false;
|
|
293
356
|
isError: false;
|
|
294
|
-
}, "error">>)
|
|
357
|
+
}, "error">>)> & {
|
|
295
358
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
296
359
|
}) => R) | undefined;
|
|
297
360
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -314,21 +377,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
314
377
|
isError: false;
|
|
315
378
|
}, "isUninitialized"> & {
|
|
316
379
|
isUninitialized: true;
|
|
317
|
-
}) |
|
|
380
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
318
381
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
319
382
|
isUninitialized: false;
|
|
320
383
|
isLoading: false;
|
|
321
384
|
isFetching: false;
|
|
322
385
|
isSuccess: false;
|
|
323
386
|
isError: false;
|
|
324
|
-
}, {
|
|
387
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
325
388
|
isLoading: true;
|
|
326
389
|
isFetching: boolean;
|
|
327
390
|
data: undefined;
|
|
328
|
-
} | ({
|
|
391
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
392
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
393
|
+
isUninitialized: false;
|
|
394
|
+
isLoading: false;
|
|
395
|
+
isFetching: false;
|
|
396
|
+
isSuccess: false;
|
|
397
|
+
isError: false;
|
|
398
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
329
399
|
isSuccess: true;
|
|
330
400
|
isFetching: true;
|
|
331
401
|
error: undefined;
|
|
402
|
+
} & {
|
|
403
|
+
data: ClassificationStoreGetGroupsApiResponse;
|
|
332
404
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
333
405
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
334
406
|
isUninitialized: false;
|
|
@@ -336,10 +408,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
336
408
|
isFetching: false;
|
|
337
409
|
isSuccess: false;
|
|
338
410
|
isError: false;
|
|
339
|
-
}, "
|
|
411
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
412
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
413
|
+
isUninitialized: false;
|
|
414
|
+
isLoading: false;
|
|
415
|
+
isFetching: false;
|
|
416
|
+
isSuccess: false;
|
|
417
|
+
isError: false;
|
|
418
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
340
419
|
isSuccess: true;
|
|
341
420
|
isFetching: false;
|
|
342
421
|
error: undefined;
|
|
422
|
+
} & {
|
|
423
|
+
data: ClassificationStoreGetGroupsApiResponse;
|
|
424
|
+
currentData: ClassificationStoreGetGroupsApiResponse;
|
|
343
425
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
344
426
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
345
427
|
isUninitialized: false;
|
|
@@ -347,7 +429,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
347
429
|
isFetching: false;
|
|
348
430
|
isSuccess: false;
|
|
349
431
|
isError: false;
|
|
350
|
-
}, "
|
|
432
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
433
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
434
|
+
isUninitialized: false;
|
|
435
|
+
isLoading: false;
|
|
436
|
+
isFetching: false;
|
|
437
|
+
isSuccess: false;
|
|
438
|
+
isError: false;
|
|
439
|
+
}, "error" | "isError"> & {
|
|
351
440
|
isError: true;
|
|
352
441
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
353
442
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
@@ -356,7 +445,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
356
445
|
isFetching: false;
|
|
357
446
|
isSuccess: false;
|
|
358
447
|
isError: false;
|
|
359
|
-
}, "error">>)
|
|
448
|
+
}, "error">>)> & {
|
|
360
449
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
361
450
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetGroupsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
362
451
|
skip?: boolean;
|
|
@@ -381,21 +470,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
381
470
|
isError: false;
|
|
382
471
|
}, "isUninitialized"> & {
|
|
383
472
|
isUninitialized: true;
|
|
384
|
-
}) |
|
|
473
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
385
474
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
386
475
|
isUninitialized: false;
|
|
387
476
|
isLoading: false;
|
|
388
477
|
isFetching: false;
|
|
389
478
|
isSuccess: false;
|
|
390
479
|
isError: false;
|
|
391
|
-
}, {
|
|
480
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
392
481
|
isLoading: true;
|
|
393
482
|
isFetching: boolean;
|
|
394
483
|
data: undefined;
|
|
395
|
-
} | ({
|
|
484
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
485
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
486
|
+
isUninitialized: false;
|
|
487
|
+
isLoading: false;
|
|
488
|
+
isFetching: false;
|
|
489
|
+
isSuccess: false;
|
|
490
|
+
isError: false;
|
|
491
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
396
492
|
isSuccess: true;
|
|
397
493
|
isFetching: true;
|
|
398
494
|
error: undefined;
|
|
495
|
+
} & {
|
|
496
|
+
data: ClassificationStoreGetGroupsApiResponse;
|
|
399
497
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
400
498
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
401
499
|
isUninitialized: false;
|
|
@@ -403,10 +501,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
403
501
|
isFetching: false;
|
|
404
502
|
isSuccess: false;
|
|
405
503
|
isError: false;
|
|
406
|
-
}, "
|
|
504
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
505
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
506
|
+
isUninitialized: false;
|
|
507
|
+
isLoading: false;
|
|
508
|
+
isFetching: false;
|
|
509
|
+
isSuccess: false;
|
|
510
|
+
isError: false;
|
|
511
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
407
512
|
isSuccess: true;
|
|
408
513
|
isFetching: false;
|
|
409
514
|
error: undefined;
|
|
515
|
+
} & {
|
|
516
|
+
data: ClassificationStoreGetGroupsApiResponse;
|
|
517
|
+
currentData: ClassificationStoreGetGroupsApiResponse;
|
|
410
518
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
411
519
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
412
520
|
isUninitialized: false;
|
|
@@ -414,7 +522,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
414
522
|
isFetching: false;
|
|
415
523
|
isSuccess: false;
|
|
416
524
|
isError: false;
|
|
417
|
-
}, "
|
|
525
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
526
|
+
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
527
|
+
isUninitialized: false;
|
|
528
|
+
isLoading: false;
|
|
529
|
+
isFetching: false;
|
|
530
|
+
isSuccess: false;
|
|
531
|
+
isError: false;
|
|
532
|
+
}, "error" | "isError"> & {
|
|
418
533
|
isError: true;
|
|
419
534
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetGroupsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetGroupsApiResponse, "api", unknown>> & {
|
|
420
535
|
currentData?: ClassificationStoreGetGroupsApiResponse | undefined;
|
|
@@ -423,7 +538,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
423
538
|
isFetching: false;
|
|
424
539
|
isSuccess: false;
|
|
425
540
|
isError: false;
|
|
426
|
-
}, "error">>)
|
|
541
|
+
}, "error">>)> & {
|
|
427
542
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
428
543
|
}) => R) | undefined;
|
|
429
544
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -446,21 +561,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
446
561
|
isError: false;
|
|
447
562
|
}, "isUninitialized"> & {
|
|
448
563
|
isUninitialized: true;
|
|
449
|
-
}) |
|
|
564
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
450
565
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
451
566
|
isUninitialized: false;
|
|
452
567
|
isLoading: false;
|
|
453
568
|
isFetching: false;
|
|
454
569
|
isSuccess: false;
|
|
455
570
|
isError: false;
|
|
456
|
-
}, {
|
|
571
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
457
572
|
isLoading: true;
|
|
458
573
|
isFetching: boolean;
|
|
459
574
|
data: undefined;
|
|
460
|
-
} | ({
|
|
575
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
576
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
577
|
+
isUninitialized: false;
|
|
578
|
+
isLoading: false;
|
|
579
|
+
isFetching: false;
|
|
580
|
+
isSuccess: false;
|
|
581
|
+
isError: false;
|
|
582
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
461
583
|
isSuccess: true;
|
|
462
584
|
isFetching: true;
|
|
463
585
|
error: undefined;
|
|
586
|
+
} & {
|
|
587
|
+
data: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
464
588
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
465
589
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
466
590
|
isUninitialized: false;
|
|
@@ -468,10 +592,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
468
592
|
isFetching: false;
|
|
469
593
|
isSuccess: false;
|
|
470
594
|
isError: false;
|
|
471
|
-
}, "
|
|
595
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
596
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
597
|
+
isUninitialized: false;
|
|
598
|
+
isLoading: false;
|
|
599
|
+
isFetching: false;
|
|
600
|
+
isSuccess: false;
|
|
601
|
+
isError: false;
|
|
602
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
472
603
|
isSuccess: true;
|
|
473
604
|
isFetching: false;
|
|
474
605
|
error: undefined;
|
|
606
|
+
} & {
|
|
607
|
+
data: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
608
|
+
currentData: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
475
609
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
476
610
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
477
611
|
isUninitialized: false;
|
|
@@ -479,7 +613,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
479
613
|
isFetching: false;
|
|
480
614
|
isSuccess: false;
|
|
481
615
|
isError: false;
|
|
482
|
-
}, "
|
|
616
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
617
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
618
|
+
isUninitialized: false;
|
|
619
|
+
isLoading: false;
|
|
620
|
+
isFetching: false;
|
|
621
|
+
isSuccess: false;
|
|
622
|
+
isError: false;
|
|
623
|
+
}, "error" | "isError"> & {
|
|
483
624
|
isError: true;
|
|
484
625
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
485
626
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
@@ -488,7 +629,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
488
629
|
isFetching: false;
|
|
489
630
|
isSuccess: false;
|
|
490
631
|
isError: false;
|
|
491
|
-
}, "error">>)
|
|
632
|
+
}, "error">>)> & {
|
|
492
633
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
493
634
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetKeyGroupRelationsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
494
635
|
skip?: boolean;
|
|
@@ -513,21 +654,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
513
654
|
isError: false;
|
|
514
655
|
}, "isUninitialized"> & {
|
|
515
656
|
isUninitialized: true;
|
|
516
|
-
}) |
|
|
657
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
517
658
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
518
659
|
isUninitialized: false;
|
|
519
660
|
isLoading: false;
|
|
520
661
|
isFetching: false;
|
|
521
662
|
isSuccess: false;
|
|
522
663
|
isError: false;
|
|
523
|
-
}, {
|
|
664
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
524
665
|
isLoading: true;
|
|
525
666
|
isFetching: boolean;
|
|
526
667
|
data: undefined;
|
|
527
|
-
} | ({
|
|
668
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
669
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
670
|
+
isUninitialized: false;
|
|
671
|
+
isLoading: false;
|
|
672
|
+
isFetching: false;
|
|
673
|
+
isSuccess: false;
|
|
674
|
+
isError: false;
|
|
675
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
528
676
|
isSuccess: true;
|
|
529
677
|
isFetching: true;
|
|
530
678
|
error: undefined;
|
|
679
|
+
} & {
|
|
680
|
+
data: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
531
681
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
532
682
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
533
683
|
isUninitialized: false;
|
|
@@ -535,10 +685,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
535
685
|
isFetching: false;
|
|
536
686
|
isSuccess: false;
|
|
537
687
|
isError: false;
|
|
538
|
-
}, "
|
|
688
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
689
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
690
|
+
isUninitialized: false;
|
|
691
|
+
isLoading: false;
|
|
692
|
+
isFetching: false;
|
|
693
|
+
isSuccess: false;
|
|
694
|
+
isError: false;
|
|
695
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
539
696
|
isSuccess: true;
|
|
540
697
|
isFetching: false;
|
|
541
698
|
error: undefined;
|
|
699
|
+
} & {
|
|
700
|
+
data: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
701
|
+
currentData: ClassificationStoreGetKeyGroupRelationsApiResponse;
|
|
542
702
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
543
703
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
544
704
|
isUninitialized: false;
|
|
@@ -546,7 +706,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
546
706
|
isFetching: false;
|
|
547
707
|
isSuccess: false;
|
|
548
708
|
isError: false;
|
|
549
|
-
}, "
|
|
709
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
710
|
+
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
711
|
+
isUninitialized: false;
|
|
712
|
+
isLoading: false;
|
|
713
|
+
isFetching: false;
|
|
714
|
+
isSuccess: false;
|
|
715
|
+
isError: false;
|
|
716
|
+
}, "error" | "isError"> & {
|
|
550
717
|
isError: true;
|
|
551
718
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetKeyGroupRelationsApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGetKeyGroupRelationsApiResponse, "api", unknown>> & {
|
|
552
719
|
currentData?: ClassificationStoreGetKeyGroupRelationsApiResponse | undefined;
|
|
@@ -555,7 +722,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
555
722
|
isFetching: false;
|
|
556
723
|
isSuccess: false;
|
|
557
724
|
isError: false;
|
|
558
|
-
}, "error">>)
|
|
725
|
+
}, "error">>)> & {
|
|
559
726
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
560
727
|
}) => R) | undefined;
|
|
561
728
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -578,21 +745,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
578
745
|
isError: false;
|
|
579
746
|
}, "isUninitialized"> & {
|
|
580
747
|
isUninitialized: true;
|
|
581
|
-
}) |
|
|
748
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
582
749
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
583
750
|
isUninitialized: false;
|
|
584
751
|
isLoading: false;
|
|
585
752
|
isFetching: false;
|
|
586
753
|
isSuccess: false;
|
|
587
754
|
isError: false;
|
|
588
|
-
}, {
|
|
755
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
589
756
|
isLoading: true;
|
|
590
757
|
isFetching: boolean;
|
|
591
758
|
data: undefined;
|
|
592
|
-
} | ({
|
|
759
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
760
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
761
|
+
isUninitialized: false;
|
|
762
|
+
isLoading: false;
|
|
763
|
+
isFetching: false;
|
|
764
|
+
isSuccess: false;
|
|
765
|
+
isError: false;
|
|
766
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
593
767
|
isSuccess: true;
|
|
594
768
|
isFetching: true;
|
|
595
769
|
error: undefined;
|
|
770
|
+
} & {
|
|
771
|
+
data: ClassificationStoreGroupLayout;
|
|
596
772
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
597
773
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
598
774
|
isUninitialized: false;
|
|
@@ -600,10 +776,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
600
776
|
isFetching: false;
|
|
601
777
|
isSuccess: false;
|
|
602
778
|
isError: false;
|
|
603
|
-
}, "
|
|
779
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
780
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
781
|
+
isUninitialized: false;
|
|
782
|
+
isLoading: false;
|
|
783
|
+
isFetching: false;
|
|
784
|
+
isSuccess: false;
|
|
785
|
+
isError: false;
|
|
786
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
604
787
|
isSuccess: true;
|
|
605
788
|
isFetching: false;
|
|
606
789
|
error: undefined;
|
|
790
|
+
} & {
|
|
791
|
+
data: ClassificationStoreGroupLayout;
|
|
792
|
+
currentData: ClassificationStoreGroupLayout;
|
|
607
793
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
608
794
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
609
795
|
isUninitialized: false;
|
|
@@ -611,7 +797,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
611
797
|
isFetching: false;
|
|
612
798
|
isSuccess: false;
|
|
613
799
|
isError: false;
|
|
614
|
-
}, "
|
|
800
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
801
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
802
|
+
isUninitialized: false;
|
|
803
|
+
isLoading: false;
|
|
804
|
+
isFetching: false;
|
|
805
|
+
isSuccess: false;
|
|
806
|
+
isError: false;
|
|
807
|
+
}, "error" | "isError"> & {
|
|
615
808
|
isError: true;
|
|
616
809
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
617
810
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
@@ -620,7 +813,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
620
813
|
isFetching: false;
|
|
621
814
|
isSuccess: false;
|
|
622
815
|
isError: false;
|
|
623
|
-
}, "error">>)
|
|
816
|
+
}, "error">>)> & {
|
|
624
817
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
625
818
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetLayoutByCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
626
819
|
skip?: boolean;
|
|
@@ -645,21 +838,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
645
838
|
isError: false;
|
|
646
839
|
}, "isUninitialized"> & {
|
|
647
840
|
isUninitialized: true;
|
|
648
|
-
}) |
|
|
841
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
649
842
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
650
843
|
isUninitialized: false;
|
|
651
844
|
isLoading: false;
|
|
652
845
|
isFetching: false;
|
|
653
846
|
isSuccess: false;
|
|
654
847
|
isError: false;
|
|
655
|
-
}, {
|
|
848
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
656
849
|
isLoading: true;
|
|
657
850
|
isFetching: boolean;
|
|
658
851
|
data: undefined;
|
|
659
|
-
} | ({
|
|
852
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
853
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
854
|
+
isUninitialized: false;
|
|
855
|
+
isLoading: false;
|
|
856
|
+
isFetching: false;
|
|
857
|
+
isSuccess: false;
|
|
858
|
+
isError: false;
|
|
859
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
660
860
|
isSuccess: true;
|
|
661
861
|
isFetching: true;
|
|
662
862
|
error: undefined;
|
|
863
|
+
} & {
|
|
864
|
+
data: ClassificationStoreGroupLayout;
|
|
663
865
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
664
866
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
665
867
|
isUninitialized: false;
|
|
@@ -667,10 +869,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
667
869
|
isFetching: false;
|
|
668
870
|
isSuccess: false;
|
|
669
871
|
isError: false;
|
|
670
|
-
}, "
|
|
872
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
873
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
874
|
+
isUninitialized: false;
|
|
875
|
+
isLoading: false;
|
|
876
|
+
isFetching: false;
|
|
877
|
+
isSuccess: false;
|
|
878
|
+
isError: false;
|
|
879
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
671
880
|
isSuccess: true;
|
|
672
881
|
isFetching: false;
|
|
673
882
|
error: undefined;
|
|
883
|
+
} & {
|
|
884
|
+
data: ClassificationStoreGroupLayout;
|
|
885
|
+
currentData: ClassificationStoreGroupLayout;
|
|
674
886
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
675
887
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
676
888
|
isUninitialized: false;
|
|
@@ -678,7 +890,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
678
890
|
isFetching: false;
|
|
679
891
|
isSuccess: false;
|
|
680
892
|
isError: false;
|
|
681
|
-
}, "
|
|
893
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
894
|
+
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
895
|
+
isUninitialized: false;
|
|
896
|
+
isLoading: false;
|
|
897
|
+
isFetching: false;
|
|
898
|
+
isSuccess: false;
|
|
899
|
+
isError: false;
|
|
900
|
+
}, "error" | "isError"> & {
|
|
682
901
|
isError: true;
|
|
683
902
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout, "api", unknown>> & {
|
|
684
903
|
currentData?: ClassificationStoreGroupLayout | undefined;
|
|
@@ -687,7 +906,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
687
906
|
isFetching: false;
|
|
688
907
|
isSuccess: false;
|
|
689
908
|
isError: false;
|
|
690
|
-
}, "error">>)
|
|
909
|
+
}, "error">>)> & {
|
|
691
910
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
692
911
|
}) => R) | undefined;
|
|
693
912
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -710,21 +929,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
710
929
|
isError: false;
|
|
711
930
|
}, "isUninitialized"> & {
|
|
712
931
|
isUninitialized: true;
|
|
713
|
-
}) |
|
|
932
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
714
933
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
715
934
|
isUninitialized: false;
|
|
716
935
|
isLoading: false;
|
|
717
936
|
isFetching: false;
|
|
718
937
|
isSuccess: false;
|
|
719
938
|
isError: false;
|
|
720
|
-
}, {
|
|
939
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
721
940
|
isLoading: true;
|
|
722
941
|
isFetching: boolean;
|
|
723
942
|
data: undefined;
|
|
724
|
-
} | ({
|
|
943
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
944
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
945
|
+
isUninitialized: false;
|
|
946
|
+
isLoading: false;
|
|
947
|
+
isFetching: false;
|
|
948
|
+
isSuccess: false;
|
|
949
|
+
isError: false;
|
|
950
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
725
951
|
isSuccess: true;
|
|
726
952
|
isFetching: true;
|
|
727
953
|
error: undefined;
|
|
954
|
+
} & {
|
|
955
|
+
data: ClassificationStoreGroupLayout2;
|
|
728
956
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
729
957
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
730
958
|
isUninitialized: false;
|
|
@@ -732,10 +960,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
732
960
|
isFetching: false;
|
|
733
961
|
isSuccess: false;
|
|
734
962
|
isError: false;
|
|
735
|
-
}, "
|
|
963
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
964
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
965
|
+
isUninitialized: false;
|
|
966
|
+
isLoading: false;
|
|
967
|
+
isFetching: false;
|
|
968
|
+
isSuccess: false;
|
|
969
|
+
isError: false;
|
|
970
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
736
971
|
isSuccess: true;
|
|
737
972
|
isFetching: false;
|
|
738
973
|
error: undefined;
|
|
974
|
+
} & {
|
|
975
|
+
data: ClassificationStoreGroupLayout2;
|
|
976
|
+
currentData: ClassificationStoreGroupLayout2;
|
|
739
977
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
740
978
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
741
979
|
isUninitialized: false;
|
|
@@ -743,7 +981,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
743
981
|
isFetching: false;
|
|
744
982
|
isSuccess: false;
|
|
745
983
|
isError: false;
|
|
746
|
-
}, "
|
|
984
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
985
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
986
|
+
isUninitialized: false;
|
|
987
|
+
isLoading: false;
|
|
988
|
+
isFetching: false;
|
|
989
|
+
isSuccess: false;
|
|
990
|
+
isError: false;
|
|
991
|
+
}, "error" | "isError"> & {
|
|
747
992
|
isError: true;
|
|
748
993
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
749
994
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
@@ -752,7 +997,7 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
752
997
|
isFetching: false;
|
|
753
998
|
isSuccess: false;
|
|
754
999
|
isError: false;
|
|
755
|
-
}, "error">>)
|
|
1000
|
+
}, "error">>)> & {
|
|
756
1001
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
757
1002
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetLayoutByGroupApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
758
1003
|
skip?: boolean;
|
|
@@ -777,21 +1022,30 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
777
1022
|
isError: false;
|
|
778
1023
|
}, "isUninitialized"> & {
|
|
779
1024
|
isUninitialized: true;
|
|
780
|
-
}) |
|
|
1025
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
781
1026
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
782
1027
|
isUninitialized: false;
|
|
783
1028
|
isLoading: false;
|
|
784
1029
|
isFetching: false;
|
|
785
1030
|
isSuccess: false;
|
|
786
1031
|
isError: false;
|
|
787
|
-
}, {
|
|
1032
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
788
1033
|
isLoading: true;
|
|
789
1034
|
isFetching: boolean;
|
|
790
1035
|
data: undefined;
|
|
791
|
-
} | ({
|
|
1036
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
1037
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
1038
|
+
isUninitialized: false;
|
|
1039
|
+
isLoading: false;
|
|
1040
|
+
isFetching: false;
|
|
1041
|
+
isSuccess: false;
|
|
1042
|
+
isError: false;
|
|
1043
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
792
1044
|
isSuccess: true;
|
|
793
1045
|
isFetching: true;
|
|
794
1046
|
error: undefined;
|
|
1047
|
+
} & {
|
|
1048
|
+
data: ClassificationStoreGroupLayout2;
|
|
795
1049
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
796
1050
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
797
1051
|
isUninitialized: false;
|
|
@@ -799,10 +1053,20 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
799
1053
|
isFetching: false;
|
|
800
1054
|
isSuccess: false;
|
|
801
1055
|
isError: false;
|
|
802
|
-
}, "
|
|
1056
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
1057
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
1058
|
+
isUninitialized: false;
|
|
1059
|
+
isLoading: false;
|
|
1060
|
+
isFetching: false;
|
|
1061
|
+
isSuccess: false;
|
|
1062
|
+
isError: false;
|
|
1063
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
803
1064
|
isSuccess: true;
|
|
804
1065
|
isFetching: false;
|
|
805
1066
|
error: undefined;
|
|
1067
|
+
} & {
|
|
1068
|
+
data: ClassificationStoreGroupLayout2;
|
|
1069
|
+
currentData: ClassificationStoreGroupLayout2;
|
|
806
1070
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
807
1071
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
808
1072
|
isUninitialized: false;
|
|
@@ -810,7 +1074,14 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
810
1074
|
isFetching: false;
|
|
811
1075
|
isSuccess: false;
|
|
812
1076
|
isError: false;
|
|
813
|
-
}, "
|
|
1077
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
1078
|
+
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
1079
|
+
isUninitialized: false;
|
|
1080
|
+
isLoading: false;
|
|
1081
|
+
isFetching: false;
|
|
1082
|
+
isSuccess: false;
|
|
1083
|
+
isError: false;
|
|
1084
|
+
}, "error" | "isError"> & {
|
|
814
1085
|
isError: true;
|
|
815
1086
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>> & {
|
|
816
1087
|
currentData?: ClassificationStoreGroupLayout2 | undefined;
|
|
@@ -819,9 +1090,193 @@ export declare const useClassificationStoreGetCollectionsQuery: <R extends Recor
|
|
|
819
1090
|
isFetching: false;
|
|
820
1091
|
isSuccess: false;
|
|
821
1092
|
isError: false;
|
|
822
|
-
}, "error">>)
|
|
1093
|
+
}, "error">>)> & {
|
|
823
1094
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
824
1095
|
}) => R) | undefined;
|
|
825
1096
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
826
1097
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByGroupApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreGroupLayout2, "api", unknown>>;
|
|
1098
|
+
}, useClassificationStoreGetLayoutByKeyQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1099
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1100
|
+
originalArgs?: undefined | undefined;
|
|
1101
|
+
data?: undefined | undefined;
|
|
1102
|
+
error?: undefined | undefined;
|
|
1103
|
+
requestId?: undefined | undefined;
|
|
1104
|
+
endpointName?: string | undefined;
|
|
1105
|
+
startedTimeStamp?: undefined | undefined;
|
|
1106
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
1107
|
+
} & {
|
|
1108
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1109
|
+
isUninitialized: false;
|
|
1110
|
+
isLoading: false;
|
|
1111
|
+
isFetching: false;
|
|
1112
|
+
isSuccess: false;
|
|
1113
|
+
isError: false;
|
|
1114
|
+
}, "isUninitialized"> & {
|
|
1115
|
+
isUninitialized: true;
|
|
1116
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1117
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1118
|
+
isUninitialized: false;
|
|
1119
|
+
isLoading: false;
|
|
1120
|
+
isFetching: false;
|
|
1121
|
+
isSuccess: false;
|
|
1122
|
+
isError: false;
|
|
1123
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1124
|
+
isLoading: true;
|
|
1125
|
+
isFetching: boolean;
|
|
1126
|
+
data: undefined;
|
|
1127
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1128
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1129
|
+
isUninitialized: false;
|
|
1130
|
+
isLoading: false;
|
|
1131
|
+
isFetching: false;
|
|
1132
|
+
isSuccess: false;
|
|
1133
|
+
isError: false;
|
|
1134
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1135
|
+
isSuccess: true;
|
|
1136
|
+
isFetching: true;
|
|
1137
|
+
error: undefined;
|
|
1138
|
+
} & {
|
|
1139
|
+
data: ClassificationStoreCollection2;
|
|
1140
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1141
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1142
|
+
isUninitialized: false;
|
|
1143
|
+
isLoading: false;
|
|
1144
|
+
isFetching: false;
|
|
1145
|
+
isSuccess: false;
|
|
1146
|
+
isError: false;
|
|
1147
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1148
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1149
|
+
isUninitialized: false;
|
|
1150
|
+
isLoading: false;
|
|
1151
|
+
isFetching: false;
|
|
1152
|
+
isSuccess: false;
|
|
1153
|
+
isError: false;
|
|
1154
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1155
|
+
isSuccess: true;
|
|
1156
|
+
isFetching: false;
|
|
1157
|
+
error: undefined;
|
|
1158
|
+
} & {
|
|
1159
|
+
data: ClassificationStoreCollection2;
|
|
1160
|
+
currentData: ClassificationStoreCollection2;
|
|
1161
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1162
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1163
|
+
isUninitialized: false;
|
|
1164
|
+
isLoading: false;
|
|
1165
|
+
isFetching: false;
|
|
1166
|
+
isSuccess: false;
|
|
1167
|
+
isError: false;
|
|
1168
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1169
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1170
|
+
isUninitialized: false;
|
|
1171
|
+
isLoading: false;
|
|
1172
|
+
isFetching: false;
|
|
1173
|
+
isSuccess: false;
|
|
1174
|
+
isError: false;
|
|
1175
|
+
}, "error" | "isError"> & {
|
|
1176
|
+
isError: true;
|
|
1177
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1178
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1179
|
+
isUninitialized: false;
|
|
1180
|
+
isLoading: false;
|
|
1181
|
+
isFetching: false;
|
|
1182
|
+
isSuccess: false;
|
|
1183
|
+
isError: false;
|
|
1184
|
+
}, "error">>)> & {
|
|
1185
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1186
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ClassificationStoreGetLayoutByKeyApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1187
|
+
skip?: boolean;
|
|
1188
|
+
refetchOnMountOrArgChange?: boolean | number;
|
|
1189
|
+
} & {
|
|
1190
|
+
skip?: boolean;
|
|
1191
|
+
selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1192
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1193
|
+
originalArgs?: undefined | undefined;
|
|
1194
|
+
data?: undefined | undefined;
|
|
1195
|
+
error?: undefined | undefined;
|
|
1196
|
+
requestId?: undefined | undefined;
|
|
1197
|
+
endpointName?: string | undefined;
|
|
1198
|
+
startedTimeStamp?: undefined | undefined;
|
|
1199
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
1200
|
+
} & {
|
|
1201
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1202
|
+
isUninitialized: false;
|
|
1203
|
+
isLoading: false;
|
|
1204
|
+
isFetching: false;
|
|
1205
|
+
isSuccess: false;
|
|
1206
|
+
isError: false;
|
|
1207
|
+
}, "isUninitialized"> & {
|
|
1208
|
+
isUninitialized: true;
|
|
1209
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1210
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1211
|
+
isUninitialized: false;
|
|
1212
|
+
isLoading: false;
|
|
1213
|
+
isFetching: false;
|
|
1214
|
+
isSuccess: false;
|
|
1215
|
+
isError: false;
|
|
1216
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1217
|
+
isLoading: true;
|
|
1218
|
+
isFetching: boolean;
|
|
1219
|
+
data: undefined;
|
|
1220
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1221
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1222
|
+
isUninitialized: false;
|
|
1223
|
+
isLoading: false;
|
|
1224
|
+
isFetching: false;
|
|
1225
|
+
isSuccess: false;
|
|
1226
|
+
isError: false;
|
|
1227
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1228
|
+
isSuccess: true;
|
|
1229
|
+
isFetching: true;
|
|
1230
|
+
error: undefined;
|
|
1231
|
+
} & {
|
|
1232
|
+
data: ClassificationStoreCollection2;
|
|
1233
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1234
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1235
|
+
isUninitialized: false;
|
|
1236
|
+
isLoading: false;
|
|
1237
|
+
isFetching: false;
|
|
1238
|
+
isSuccess: false;
|
|
1239
|
+
isError: false;
|
|
1240
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1241
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1242
|
+
isUninitialized: false;
|
|
1243
|
+
isLoading: false;
|
|
1244
|
+
isFetching: false;
|
|
1245
|
+
isSuccess: false;
|
|
1246
|
+
isError: false;
|
|
1247
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
1248
|
+
isSuccess: true;
|
|
1249
|
+
isFetching: false;
|
|
1250
|
+
error: undefined;
|
|
1251
|
+
} & {
|
|
1252
|
+
data: ClassificationStoreCollection2;
|
|
1253
|
+
currentData: ClassificationStoreCollection2;
|
|
1254
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1255
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1256
|
+
isUninitialized: false;
|
|
1257
|
+
isLoading: false;
|
|
1258
|
+
isFetching: false;
|
|
1259
|
+
isSuccess: false;
|
|
1260
|
+
isError: false;
|
|
1261
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1262
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1263
|
+
isUninitialized: false;
|
|
1264
|
+
isLoading: false;
|
|
1265
|
+
isFetching: false;
|
|
1266
|
+
isSuccess: false;
|
|
1267
|
+
isError: false;
|
|
1268
|
+
}, "error" | "isError"> & {
|
|
1269
|
+
isError: true;
|
|
1270
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>> & {
|
|
1271
|
+
currentData?: ClassificationStoreCollection2 | undefined;
|
|
1272
|
+
isUninitialized: false;
|
|
1273
|
+
isLoading: false;
|
|
1274
|
+
isFetching: false;
|
|
1275
|
+
isSuccess: false;
|
|
1276
|
+
isError: false;
|
|
1277
|
+
}, "error">>)> & {
|
|
1278
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1279
|
+
}) => R) | undefined;
|
|
1280
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
1281
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<ClassificationStoreGetLayoutByKeyApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Classification Store", ClassificationStoreCollection2, "api", unknown>>;
|
|
827
1282
|
};
|