@pimcore/studio-ui-bundle 0.10.21 → 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 +18 -2
- package/dist/build/types/src/core/app/plugin-system/plugin-system.d.ts +2 -0
- 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/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-context-provider.d.ts +1 -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/drag-and-drop/hotspot-droppable/use-hotspot-aggregate-state.d.ts +14 -0
- 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/element-tree/element-tree-slice.d.ts +22 -14
- package/dist/build/types/src/core/components/element-tree/element-tree.d.ts +2 -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/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/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/layouts/tabpanel/tabpanel.stories.d.ts +1 -1
- 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/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-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/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/{modules/execution-engine/jobs/default/notification-job-container.d.ts → components/modal/form-modal/components/dont-ask-again-switch.d.ts} +3 -2
- 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/element/editor/shared-components/workflow/log-modal/workflow-log-modal.d.ts → components/password-reset/password-reset.d.ts} +1 -1
- 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/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 +4 -0
- 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/pagination/inline-textfield/inline-textfield.styles.d.ts → modules/about/components/about-dialog/about-dialog.styles.d.ts} +2 -1
- package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.styles.d.ts → modules/about/index.d.ts} +1 -3
- 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/{element/dynamic-types/definitions/grid-cell/components/date/date-cell.styles.d.ts → app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts} +2 -2
- 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 +72 -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-registry.d.ts +6 -0
- package/dist/build/types/src/core/modules/app/error-handler/classes/api-error.d.ts +1 -4
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +3 -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 +13 -0
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +193 -37
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +193 -37
- 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/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/types/asset-thumbnails-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/{execution-engine/jobs/tag-assign/notification-job-container.d.ts → asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.d.ts} +5 -3
- 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/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 +1 -0
- package/dist/build/types/src/core/modules/asset/listing/builder/asset-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.stories.d.ts → modules/asset/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts} +2 -10
- 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/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 +576 -108
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +384 -72
- 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/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 +1 -0
- 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/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/grid-config.d.ts +5 -1
- 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/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/open-in-new-window/use-open-in-new-window.d.ts +2 -4
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +967 -187
- 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/sidebar/tabs/content-settings/content-settings-form.d.ts +2 -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/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/services/document-opening-service.d.ts +2 -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/utils/transform-api-data-to-node.d.ts +3 -1
- 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/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 +1 -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/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 +3 -2
- 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 +3 -1
- 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/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/dynamic-type-object-data-abstract.d.ts +1 -1
- 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/{execution-engine/jobs/default/notification-job-container-message-bus.d.ts → element/dynamic-types/definitions/objects/layout-related/types/dynamic-type-object-layout-iframe.d.ts} +5 -5
- 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/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/types/php-code/php-code.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-submit-workflow.d.ts +18 -0
- package/dist/build/types/src/core/modules/element/{dynamic-types/definitions/field-filters/types/fullText/dynamic-type-field-filter-fulltext.d.ts → editor/shared-components/workflow/hooks/use-workflow-action.d.ts} +6 -4
- 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/element/editor/shared-components/workflow/{log-modal/hooks → hooks}/use-workflow.d.ts +2 -3
- 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/element/editor/shared-components/workflow/{log-modal → 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 +130 -26
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +195 -39
- 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 +384 -72
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +803 -85
- 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-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/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/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/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/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 +7 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +7 -12
- 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/message-handlers/message-bus-job/job-error-modal.d.ts +16 -0
- 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/notifications/hooks/use-optimistic-update.d.ts +1 -0
- 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/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/{element/dynamic-types/definitions/field-filters/types/input/dynamic-type-field-filter-input.d.ts → perspective-editor/services/providers/search-perspective-permission-provider.d.ts} +3 -4
- 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/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/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/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.d.ts +2 -1
- 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 +324 -64
- 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 +4 -1
- 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-main-widget-event.d.ts → close-widget-events.d.ts} +11 -0
- package/dist/build/types/src/core/modules/widget-manager/events/index.d.ts +1 -1
- 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 +1 -0
- 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 +4 -2
- package/dist/build/types/src/core/utils/clipboard.d.ts +2 -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/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 +23 -2
- package/dist/build/types/src/sdk/modules/app/index.d.ts +6 -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 +5 -0
- package/dist/build/types/src/sdk/modules/widget-editor/index.d.ts +11 -0
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +13 -1
- package/dist/build/types/src/sdk/utils/index.d.ts +2 -0
- package/package.json +2 -1
- package/dist/build/types/src/core/components/pagination/inline-textfield/inline-textfield.d.ts +0 -20
- 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/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/element/editor/shared-components/workflow/log-modal/hooks/use-submit-workflow.d.ts +0 -24
- 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/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
|
@@ -353,21 +353,30 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
353
353
|
isError: false;
|
|
354
354
|
}, "isUninitialized"> & {
|
|
355
355
|
isUninitialized: true;
|
|
356
|
-
}) |
|
|
356
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
357
357
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
358
358
|
isUninitialized: false;
|
|
359
359
|
isLoading: false;
|
|
360
360
|
isFetching: false;
|
|
361
361
|
isSuccess: false;
|
|
362
362
|
isError: false;
|
|
363
|
-
}, {
|
|
363
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
364
364
|
isLoading: true;
|
|
365
365
|
isFetching: boolean;
|
|
366
366
|
data: undefined;
|
|
367
|
-
} | ({
|
|
367
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
368
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
369
|
+
isUninitialized: false;
|
|
370
|
+
isLoading: false;
|
|
371
|
+
isFetching: false;
|
|
372
|
+
isSuccess: false;
|
|
373
|
+
isError: false;
|
|
374
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
368
375
|
isSuccess: true;
|
|
369
376
|
isFetching: true;
|
|
370
377
|
error: undefined;
|
|
378
|
+
} & {
|
|
379
|
+
data: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse;
|
|
371
380
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
372
381
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
373
382
|
isUninitialized: false;
|
|
@@ -375,10 +384,20 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
375
384
|
isFetching: false;
|
|
376
385
|
isSuccess: false;
|
|
377
386
|
isError: false;
|
|
378
|
-
}, "
|
|
387
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
388
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
389
|
+
isUninitialized: false;
|
|
390
|
+
isLoading: false;
|
|
391
|
+
isFetching: false;
|
|
392
|
+
isSuccess: false;
|
|
393
|
+
isError: false;
|
|
394
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
379
395
|
isSuccess: true;
|
|
380
396
|
isFetching: false;
|
|
381
397
|
error: undefined;
|
|
398
|
+
} & {
|
|
399
|
+
data: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse;
|
|
400
|
+
currentData: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse;
|
|
382
401
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
383
402
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
384
403
|
isUninitialized: false;
|
|
@@ -386,7 +405,14 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
386
405
|
isFetching: false;
|
|
387
406
|
isSuccess: false;
|
|
388
407
|
isError: false;
|
|
389
|
-
}, "
|
|
408
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
409
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
410
|
+
isUninitialized: false;
|
|
411
|
+
isLoading: false;
|
|
412
|
+
isFetching: false;
|
|
413
|
+
isSuccess: false;
|
|
414
|
+
isError: false;
|
|
415
|
+
}, "error" | "isError"> & {
|
|
390
416
|
isError: true;
|
|
391
417
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
392
418
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
@@ -395,7 +421,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
395
421
|
isFetching: false;
|
|
396
422
|
isSuccess: false;
|
|
397
423
|
isError: false;
|
|
398
|
-
}, "error">>)
|
|
424
|
+
}, "error">>)> & {
|
|
399
425
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
400
426
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
401
427
|
skip?: boolean;
|
|
@@ -420,21 +446,30 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
420
446
|
isError: false;
|
|
421
447
|
}, "isUninitialized"> & {
|
|
422
448
|
isUninitialized: true;
|
|
423
|
-
}) |
|
|
449
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
424
450
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
425
451
|
isUninitialized: false;
|
|
426
452
|
isLoading: false;
|
|
427
453
|
isFetching: false;
|
|
428
454
|
isSuccess: false;
|
|
429
455
|
isError: false;
|
|
430
|
-
}, {
|
|
456
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
431
457
|
isLoading: true;
|
|
432
458
|
isFetching: boolean;
|
|
433
459
|
data: undefined;
|
|
434
|
-
} | ({
|
|
460
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
461
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
462
|
+
isUninitialized: false;
|
|
463
|
+
isLoading: false;
|
|
464
|
+
isFetching: false;
|
|
465
|
+
isSuccess: false;
|
|
466
|
+
isError: false;
|
|
467
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
435
468
|
isSuccess: true;
|
|
436
469
|
isFetching: true;
|
|
437
470
|
error: undefined;
|
|
471
|
+
} & {
|
|
472
|
+
data: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse;
|
|
438
473
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
439
474
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
440
475
|
isUninitialized: false;
|
|
@@ -442,10 +477,20 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
442
477
|
isFetching: false;
|
|
443
478
|
isSuccess: false;
|
|
444
479
|
isError: false;
|
|
445
|
-
}, "
|
|
480
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
481
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
482
|
+
isUninitialized: false;
|
|
483
|
+
isLoading: false;
|
|
484
|
+
isFetching: false;
|
|
485
|
+
isSuccess: false;
|
|
486
|
+
isError: false;
|
|
487
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
446
488
|
isSuccess: true;
|
|
447
489
|
isFetching: false;
|
|
448
490
|
error: undefined;
|
|
491
|
+
} & {
|
|
492
|
+
data: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse;
|
|
493
|
+
currentData: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse;
|
|
449
494
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
450
495
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
451
496
|
isUninitialized: false;
|
|
@@ -453,7 +498,14 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
453
498
|
isFetching: false;
|
|
454
499
|
isSuccess: false;
|
|
455
500
|
isError: false;
|
|
456
|
-
}, "
|
|
501
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
502
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
503
|
+
isUninitialized: false;
|
|
504
|
+
isLoading: false;
|
|
505
|
+
isFetching: false;
|
|
506
|
+
isSuccess: false;
|
|
507
|
+
isError: false;
|
|
508
|
+
}, "error" | "isError"> & {
|
|
457
509
|
isError: true;
|
|
458
510
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse, "api", unknown>> & {
|
|
459
511
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetCollectionApiResponse | undefined;
|
|
@@ -462,7 +514,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
462
514
|
isFetching: false;
|
|
463
515
|
isSuccess: false;
|
|
464
516
|
isError: false;
|
|
465
|
-
}, "error">>)
|
|
517
|
+
}, "error">>)> & {
|
|
466
518
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
467
519
|
}) => R) | undefined;
|
|
468
520
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -485,21 +537,30 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
485
537
|
isError: false;
|
|
486
538
|
}, "isUninitialized"> & {
|
|
487
539
|
isUninitialized: true;
|
|
488
|
-
}) |
|
|
540
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
489
541
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
490
542
|
isUninitialized: false;
|
|
491
543
|
isLoading: false;
|
|
492
544
|
isFetching: false;
|
|
493
545
|
isSuccess: false;
|
|
494
546
|
isError: false;
|
|
495
|
-
}, {
|
|
547
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
496
548
|
isLoading: true;
|
|
497
549
|
isFetching: boolean;
|
|
498
550
|
data: undefined;
|
|
499
|
-
} | ({
|
|
551
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
552
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
553
|
+
isUninitialized: false;
|
|
554
|
+
isLoading: false;
|
|
555
|
+
isFetching: false;
|
|
556
|
+
isSuccess: false;
|
|
557
|
+
isError: false;
|
|
558
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
500
559
|
isSuccess: true;
|
|
501
560
|
isFetching: true;
|
|
502
561
|
error: undefined;
|
|
562
|
+
} & {
|
|
563
|
+
data: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse;
|
|
503
564
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
504
565
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
505
566
|
isUninitialized: false;
|
|
@@ -507,10 +568,20 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
507
568
|
isFetching: false;
|
|
508
569
|
isSuccess: false;
|
|
509
570
|
isError: false;
|
|
510
|
-
}, "
|
|
571
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
572
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
573
|
+
isUninitialized: false;
|
|
574
|
+
isLoading: false;
|
|
575
|
+
isFetching: false;
|
|
576
|
+
isSuccess: false;
|
|
577
|
+
isError: false;
|
|
578
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
511
579
|
isSuccess: true;
|
|
512
580
|
isFetching: false;
|
|
513
581
|
error: undefined;
|
|
582
|
+
} & {
|
|
583
|
+
data: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse;
|
|
584
|
+
currentData: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse;
|
|
514
585
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
515
586
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
516
587
|
isUninitialized: false;
|
|
@@ -518,7 +589,14 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
518
589
|
isFetching: false;
|
|
519
590
|
isSuccess: false;
|
|
520
591
|
isError: false;
|
|
521
|
-
}, "
|
|
592
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
593
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
594
|
+
isUninitialized: false;
|
|
595
|
+
isLoading: false;
|
|
596
|
+
isFetching: false;
|
|
597
|
+
isSuccess: false;
|
|
598
|
+
isError: false;
|
|
599
|
+
}, "error" | "isError"> & {
|
|
522
600
|
isError: true;
|
|
523
601
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
524
602
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
@@ -527,7 +605,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
527
605
|
isFetching: false;
|
|
528
606
|
isSuccess: false;
|
|
529
607
|
isError: false;
|
|
530
|
-
}, "error">>)
|
|
608
|
+
}, "error">>)> & {
|
|
531
609
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
532
610
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
533
611
|
skip?: boolean;
|
|
@@ -552,21 +630,30 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
552
630
|
isError: false;
|
|
553
631
|
}, "isUninitialized"> & {
|
|
554
632
|
isUninitialized: true;
|
|
555
|
-
}) |
|
|
633
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
556
634
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
557
635
|
isUninitialized: false;
|
|
558
636
|
isLoading: false;
|
|
559
637
|
isFetching: false;
|
|
560
638
|
isSuccess: false;
|
|
561
639
|
isError: false;
|
|
562
|
-
}, {
|
|
640
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
563
641
|
isLoading: true;
|
|
564
642
|
isFetching: boolean;
|
|
565
643
|
data: undefined;
|
|
566
|
-
} | ({
|
|
644
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
645
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
646
|
+
isUninitialized: false;
|
|
647
|
+
isLoading: false;
|
|
648
|
+
isFetching: false;
|
|
649
|
+
isSuccess: false;
|
|
650
|
+
isError: false;
|
|
651
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
567
652
|
isSuccess: true;
|
|
568
653
|
isFetching: true;
|
|
569
654
|
error: undefined;
|
|
655
|
+
} & {
|
|
656
|
+
data: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse;
|
|
570
657
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
571
658
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
572
659
|
isUninitialized: false;
|
|
@@ -574,10 +661,20 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
574
661
|
isFetching: false;
|
|
575
662
|
isSuccess: false;
|
|
576
663
|
isError: false;
|
|
577
|
-
}, "
|
|
664
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
665
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
666
|
+
isUninitialized: false;
|
|
667
|
+
isLoading: false;
|
|
668
|
+
isFetching: false;
|
|
669
|
+
isSuccess: false;
|
|
670
|
+
isError: false;
|
|
671
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
578
672
|
isSuccess: true;
|
|
579
673
|
isFetching: false;
|
|
580
674
|
error: undefined;
|
|
675
|
+
} & {
|
|
676
|
+
data: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse;
|
|
677
|
+
currentData: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse;
|
|
581
678
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
582
679
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
583
680
|
isUninitialized: false;
|
|
@@ -585,7 +682,14 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
585
682
|
isFetching: false;
|
|
586
683
|
isSuccess: false;
|
|
587
684
|
isError: false;
|
|
588
|
-
}, "
|
|
685
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
686
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
687
|
+
isUninitialized: false;
|
|
688
|
+
isLoading: false;
|
|
689
|
+
isFetching: false;
|
|
690
|
+
isSuccess: false;
|
|
691
|
+
isError: false;
|
|
692
|
+
}, "error" | "isError"> & {
|
|
589
693
|
isError: true;
|
|
590
694
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse, "api", unknown>> & {
|
|
591
695
|
currentData?: import("./notes-and-events-api-slice.gen").NoteElementGetTypeCollectionApiResponse | undefined;
|
|
@@ -594,7 +698,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
594
698
|
isFetching: false;
|
|
595
699
|
isSuccess: false;
|
|
596
700
|
isError: false;
|
|
597
|
-
}, "error">>)
|
|
701
|
+
}, "error">>)> & {
|
|
598
702
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
599
703
|
}) => R) | undefined;
|
|
600
704
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
@@ -617,21 +721,30 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
617
721
|
isError: false;
|
|
618
722
|
}, "isUninitialized"> & {
|
|
619
723
|
isUninitialized: true;
|
|
620
|
-
}) |
|
|
724
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
621
725
|
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
622
726
|
isUninitialized: false;
|
|
623
727
|
isLoading: false;
|
|
624
728
|
isFetching: false;
|
|
625
729
|
isSuccess: false;
|
|
626
730
|
isError: false;
|
|
627
|
-
}, {
|
|
731
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
628
732
|
isLoading: true;
|
|
629
733
|
isFetching: boolean;
|
|
630
734
|
data: undefined;
|
|
631
|
-
} | ({
|
|
735
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
736
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
737
|
+
isUninitialized: false;
|
|
738
|
+
isLoading: false;
|
|
739
|
+
isFetching: false;
|
|
740
|
+
isSuccess: false;
|
|
741
|
+
isError: false;
|
|
742
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
632
743
|
isSuccess: true;
|
|
633
744
|
isFetching: true;
|
|
634
745
|
error: undefined;
|
|
746
|
+
} & {
|
|
747
|
+
data: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse;
|
|
635
748
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
636
749
|
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
637
750
|
isUninitialized: false;
|
|
@@ -639,10 +752,20 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
639
752
|
isFetching: false;
|
|
640
753
|
isSuccess: false;
|
|
641
754
|
isError: false;
|
|
642
|
-
}, "
|
|
755
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
756
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
757
|
+
isUninitialized: false;
|
|
758
|
+
isLoading: false;
|
|
759
|
+
isFetching: false;
|
|
760
|
+
isSuccess: false;
|
|
761
|
+
isError: false;
|
|
762
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
643
763
|
isSuccess: true;
|
|
644
764
|
isFetching: false;
|
|
645
765
|
error: undefined;
|
|
766
|
+
} & {
|
|
767
|
+
data: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse;
|
|
768
|
+
currentData: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse;
|
|
646
769
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
647
770
|
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
648
771
|
isUninitialized: false;
|
|
@@ -650,7 +773,14 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
650
773
|
isFetching: false;
|
|
651
774
|
isSuccess: false;
|
|
652
775
|
isError: false;
|
|
653
|
-
}, "
|
|
776
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
777
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
778
|
+
isUninitialized: false;
|
|
779
|
+
isLoading: false;
|
|
780
|
+
isFetching: false;
|
|
781
|
+
isSuccess: false;
|
|
782
|
+
isError: false;
|
|
783
|
+
}, "error" | "isError"> & {
|
|
654
784
|
isError: true;
|
|
655
785
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
656
786
|
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
@@ -659,7 +789,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
659
789
|
isFetching: false;
|
|
660
790
|
isSuccess: false;
|
|
661
791
|
isError: false;
|
|
662
|
-
}, "error">>)
|
|
792
|
+
}, "error">>)> & {
|
|
663
793
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
664
794
|
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
665
795
|
skip?: boolean;
|
|
@@ -684,21 +814,30 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
684
814
|
isError: false;
|
|
685
815
|
}, "isUninitialized"> & {
|
|
686
816
|
isUninitialized: true;
|
|
687
|
-
}) |
|
|
817
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
688
818
|
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
689
819
|
isUninitialized: false;
|
|
690
820
|
isLoading: false;
|
|
691
821
|
isFetching: false;
|
|
692
822
|
isSuccess: false;
|
|
693
823
|
isError: false;
|
|
694
|
-
}, {
|
|
824
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
695
825
|
isLoading: true;
|
|
696
826
|
isFetching: boolean;
|
|
697
827
|
data: undefined;
|
|
698
|
-
} | ({
|
|
828
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
829
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
830
|
+
isUninitialized: false;
|
|
831
|
+
isLoading: false;
|
|
832
|
+
isFetching: false;
|
|
833
|
+
isSuccess: false;
|
|
834
|
+
isError: false;
|
|
835
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
699
836
|
isSuccess: true;
|
|
700
837
|
isFetching: true;
|
|
701
838
|
error: undefined;
|
|
839
|
+
} & {
|
|
840
|
+
data: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse;
|
|
702
841
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
703
842
|
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
704
843
|
isUninitialized: false;
|
|
@@ -706,10 +845,20 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
706
845
|
isFetching: false;
|
|
707
846
|
isSuccess: false;
|
|
708
847
|
isError: false;
|
|
709
|
-
}, "
|
|
848
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
849
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
850
|
+
isUninitialized: false;
|
|
851
|
+
isLoading: false;
|
|
852
|
+
isFetching: false;
|
|
853
|
+
isSuccess: false;
|
|
854
|
+
isError: false;
|
|
855
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
710
856
|
isSuccess: true;
|
|
711
857
|
isFetching: false;
|
|
712
858
|
error: undefined;
|
|
859
|
+
} & {
|
|
860
|
+
data: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse;
|
|
861
|
+
currentData: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse;
|
|
713
862
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
714
863
|
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
715
864
|
isUninitialized: false;
|
|
@@ -717,7 +866,14 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
717
866
|
isFetching: false;
|
|
718
867
|
isSuccess: false;
|
|
719
868
|
isError: false;
|
|
720
|
-
}, "
|
|
869
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
870
|
+
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
871
|
+
isUninitialized: false;
|
|
872
|
+
isLoading: false;
|
|
873
|
+
isFetching: false;
|
|
874
|
+
isSuccess: false;
|
|
875
|
+
isError: false;
|
|
876
|
+
}, "error" | "isError"> & {
|
|
721
877
|
isError: true;
|
|
722
878
|
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<import("./notes-and-events-api-slice.gen").NoteGetCollectionApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, string, import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse, "api", unknown>> & {
|
|
723
879
|
currentData?: import("./notes-and-events-api-slice.gen").NoteGetCollectionApiResponse | undefined;
|
|
@@ -726,7 +882,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
|
|
|
726
882
|
isFetching: false;
|
|
727
883
|
isSuccess: false;
|
|
728
884
|
isError: false;
|
|
729
|
-
}, "error">>)
|
|
885
|
+
}, "error">>)> & {
|
|
730
886
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
731
887
|
}) => R) | undefined;
|
|
732
888
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|