@pimcore/studio-ui-bundle 0.9.30 → 0.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +5 -8
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +38 -2
- package/dist/build/types/src/core/app/plugin-system/plugin-system.d.ts +2 -0
- package/dist/build/types/src/core/app/public-api/document/document-api.d.ts +2 -0
- package/dist/build/types/src/core/app/public-api/document/iframe-registry.d.ts +1 -0
- package/dist/build/types/src/core/app/public-api/document-editor-iframe/editable-data/editable-data.d.ts +8 -1
- package/dist/build/types/src/core/app/router/router.d.ts +2 -0
- package/dist/build/types/src/core/app/store/index.d.ts +1 -1
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +2 -1
- package/dist/build/types/src/core/components/block/block.d.ts +3 -1
- package/dist/build/types/src/core/components/context-menu-wrapper/context-menu-wrapper.d.ts +2 -1
- package/dist/build/types/src/core/components/date-picker/time-picker.d.ts +1 -1
- package/dist/build/types/src/core/components/date-picker/time-range-picker.d.ts +23 -0
- package/dist/build/types/src/core/components/date-picker/time-range-picker.stories.d.ts +21 -0
- package/dist/build/types/src/core/components/drag-and-drop/drag-and-drop.stories.d.ts +4 -0
- package/dist/build/types/src/core/components/drag-and-drop/droppable/base-droppable.d.ts +2 -1
- package/dist/build/types/src/core/components/drag-and-drop/droppable-context-provider.d.ts +1 -0
- package/dist/build/types/src/core/components/drag-and-drop/droppable.d.ts +5 -0
- package/dist/build/types/src/core/components/drag-and-drop/hooks/use-drop-class-handlers.d.ts +21 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/base-hotspot-droppable.d.ts +18 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/hotspot-helpers.d.ts +24 -0
- package/dist/build/types/src/core/components/{pagination/inline-textfield/inline-textfield.stories.d.ts → drag-and-drop/hotspot-droppable/use-hotspot-aggregate-state.d.ts} +4 -9
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable.d.ts +42 -0
- package/dist/build/types/src/core/components/dropdown/dropdown-height-provider.d.ts +19 -0
- package/dist/build/types/src/core/components/dropdown/dropdown-inner-drop-class.d.ts +15 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.d.ts +2 -1
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/dynamic-filter/provider/dynamic-filter-provider.d.ts +2 -1
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +26 -15
- package/dist/build/types/src/core/components/element-tree/element-tree.d.ts +3 -2
- package/dist/build/types/src/core/components/{pagination/size-changer/size-changer.stories.d.ts → element-tree/hooks/use-element-tree-fallback-root-node.d.ts} +4 -10
- package/dist/build/types/src/core/components/element-tree/hooks/use-element-tree-root-node.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/node/content/tree-node-content.d.ts +3 -0
- package/dist/build/types/src/core/components/element-tree/node/content/tree-node-lock-icon.d.ts +12 -0
- package/dist/build/types/src/core/components/element-tree/node/tree-node.d.ts +2 -2
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/pager/pager-container.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/tree-permission-provider.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/search/search-container.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/tooltip/element-tree-tooltip.d.ts +16 -0
- package/dist/build/types/src/core/components/element-tree/types/node-api-hook.d.ts +1 -1
- package/dist/build/types/src/core/components/flex/flex.d.ts +1 -1
- package/dist/build/types/src/core/components/form/form.d.ts +1 -1
- package/dist/build/types/src/core/components/form/hooks/use-debounced-form-change.d.ts +19 -0
- package/dist/build/types/src/core/components/form/layouts/tabpanel/tabpanel.stories.d.ts +1 -1
- package/dist/build/types/src/core/components/form/services/debounced-form-registry.d.ts +22 -0
- package/dist/build/types/src/core/components/formatted-date/formatted-date.d.ts +1 -0
- package/dist/build/types/src/core/components/grid/columns/default-cell.d.ts +1 -1
- package/dist/build/types/src/core/components/grid/columns/default-cell.styles.d.ts +5 -1
- package/dist/build/types/src/core/components/grid/contexts/columns-context.d.ts +6 -6
- package/dist/build/types/src/core/components/grid/grid-cell/grid-cell.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +6 -2
- package/dist/build/types/src/core/components/grid/grid-context.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid.d.ts +4 -4
- package/dist/build/types/src/core/components/grid/grid.stories.d.ts +7 -0
- package/dist/build/types/src/core/components/grid/grid.styles.d.ts +6 -1
- package/dist/build/types/src/core/components/icon/icon.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -1
- package/dist/build/types/src/core/components/language-selection/language-selection.d.ts +2 -1
- package/dist/build/types/src/core/components/many-to-many-relation/hooks/use-value.d.ts +1 -1
- package/dist/build/types/src/core/components/many-to-many-relation/many-to-many-relation.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-many-relation/utils/helpers.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/index.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation-input.d.ts +16 -0
- package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +20 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/dont-ask-again-switch.d.ts +13 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/input-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/textarea-form.d.ts +19 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/upload-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +9 -5
- package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +28 -0
- package/dist/build/types/src/core/components/operational-grid/operational-grid.d.ts +1 -1
- package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +4 -4
- package/dist/build/types/src/core/components/pagination/pagination.d.ts +3 -11
- package/dist/build/types/src/core/components/pagination/pagination.stories.d.ts +26 -13
- package/dist/build/types/src/core/components/pagination/pagination.styles.d.ts +1 -1
- package/dist/build/types/src/core/components/panel/panel.d.ts +1 -2
- package/dist/build/types/src/core/{modules/asset/editor/toolbar/workflow-log-modal/workflow-log-modal.d.ts → components/password-reset/password-reset.d.ts} +1 -1
- package/dist/build/types/src/core/components/select/select.d.ts +2 -0
- package/dist/build/types/src/core/components/select/select.stories.d.ts +6 -0
- package/dist/build/types/src/core/components/select/select.styles.d.ts +3 -0
- package/dist/build/types/src/core/components/split-layout/split-layout.d.ts +3 -1
- package/dist/build/types/src/core/components/split-layout/split-layout.stories.d.ts +19 -0
- package/dist/build/types/src/core/components/stack-list/stack-list-item.d.ts +1 -0
- package/dist/build/types/src/core/components/tabpanel/tabpanel.d.ts +4 -1
- package/dist/build/types/src/core/constants/global.d.ts +1 -0
- package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +24 -0
- package/dist/build/types/src/core/lib/event-bus/index.d.ts +2 -2
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog.d.ts +15 -0
- package/dist/build/types/src/core/{components/element-toolbar/element-toolbar.styles.d.ts → modules/about/components/about-dialog/about-dialog.styles.d.ts} +2 -1
- package/dist/build/types/src/core/modules/about/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/session/session-pinger.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/session/use-session-ping.d.ts +10 -0
- package/dist/build/types/src/core/modules/app/app-loader/services/app-loader-registry.d.ts +22 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +5 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-widget-restorer.d.ts +18 -0
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.d.ts +17 -0
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +166 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-registry.d.ts +3 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +157 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-registry.d.ts +30 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-types.d.ts +53 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/index.d.ts +12 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/use-context-menu-slot.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/error-handler/classes/api-error.d.ts +1 -10
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +9 -0
- package/dist/build/types/src/core/modules/app/hook/use-date-converter.d.ts +20 -0
- package/dist/build/types/src/core/modules/app/hook/use-handle-keybindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/app/hook-processor-registry/abstract-hook-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-data-context.d.ts +33 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +1118 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +315 -24
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +14 -0
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +833 -129
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +1899 -386
- package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/editor/index.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/asset/editor/toolbar/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.d.ts +16 -0
- package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/asset/editor/types/folder/tab-manager/tabs/preview/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/events/post-update-event.d.ts +22 -0
- package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/asset/index.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/listing/builder/asset-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/modules/asset/listing/decorator/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +210 -1
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/services/asset-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/services/processors/asset-save-data-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/asset/tree/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/tree/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +26 -118
- package/dist/build/types/src/core/modules/auth/components/forgot-password-form/forgot-password-form.d.ts +15 -0
- package/dist/build/types/src/core/{components/login-form/login-form.d.ts → modules/auth/components/login-form/login-form-container.d.ts} +1 -1
- package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.d.ts → modules/auth/components/login-form/login-form.d.ts} +9 -7
- package/dist/build/types/src/core/modules/auth/hooks/use-authentication.d.ts +15 -0
- package/dist/build/types/src/core/modules/auth/profile/profile-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/auth/profile/profile-detail.d.ts +2 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +65 -12
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +762 -116
- package/dist/build/types/src/core/modules/auth/user/user-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/background-processor/process/abstract-mercure-process.d.ts +7 -1
- package/dist/build/types/src/core/modules/background-processor/process/global-message-bus-process.d.ts +0 -2
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +576 -108
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +640 -120
- package/dist/build/types/src/core/modules/data-object/actions/add-object/use-add-object.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +822 -91
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +515 -60
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +193 -36
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +912 -138
- package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/shared-tab-manager/tabs/versions/version-view-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/provider/layout-selection-provider.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/data-object/index.d.ts +2 -0
- package/dist/build/types/src/core/modules/data-object/listing/batch-actions/batch-edit-modal/hooks/use-batch-edit.d.ts +3 -2
- package/dist/build/types/src/core/modules/data-object/listing/builder/object-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/class-definition-selection/context-layer/provider/use-class-definition-selection.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/hooks/with-configuration-sidebar-entry.d.ts +4 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/forms/advanced-column-form/preview/preview-loader.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/grid-config.d.ts +5 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/hooks/use-grid-config.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +211 -1
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/services/data-object-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/data-object/services/processors/data-object-save-data-processor-registry.d.ts +31 -0
- package/dist/build/types/src/core/modules/data-object/tree/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/tree/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/document/actions/convert/use-convert.d.ts +1 -2
- package/dist/build/types/src/core/modules/document/actions/open-in-new-window/use-open-in-new-window.d.ts +2 -4
- package/dist/build/types/src/core/modules/document/actions/paste/use-paste.d.ts +2 -17
- package/dist/build/types/src/core/modules/document/actions/translations/components/new-translation-modal.d.ts +27 -0
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +1137 -197
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +845 -166
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/editor/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/draft-alert/draft-alert.d.ts +11 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-renderer/required-field-wrapper.d.ts +18 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-renderer/required-field-wrapper.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/styles/global.styles.d.ts +10 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-form.d.ts +4 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar.d.ts +4 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/document-configuration/document-configuration-form.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/email-settings/email-settings-form.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/content-settings-visibility.d.ts +16 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/document-permission-helper.d.ts +21 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/navigation-visibility.d.ts +16 -0
- package/dist/build/types/src/core/modules/document/editor/toolbar/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/document/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/document/hooks/use-document-url-processor.d.ts +18 -0
- package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/document/hooks/use-required-fields-validation.d.ts +15 -0
- package/dist/build/types/src/core/modules/document/services/document-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/document/services/document-required-fields-validation-service.d.ts +23 -0
- package/dist/build/types/src/core/modules/document/services/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-save-data-processor-registry.d.ts +33 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-url-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/document/tree/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/document/tree/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/document/tree/node/content/tree-node-navigation-exclude-icon.d.ts +12 -0
- package/dist/build/types/src/core/modules/document/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/document/utils/document-debounce-tag.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/actions/index.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/actions/locate-in-tree/use-locate-in-tree.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/actions/lock/use-lock.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/actions/publish/use-publish.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/actions/refresh-tree/use-refresh-tree.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/actions/rename/use-rename.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/actions/sorting/use-sorting.d.ts +25 -0
- package/dist/build/types/src/core/modules/element/actions/unpublish/use-unpublish.d.ts +2 -2
- package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.d.ts +1 -1
- package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.styles.d.ts → modules/element/components/element-toolbar/element-toolbar.styles.d.ts} +3 -1
- package/dist/build/types/src/core/modules/element/components/language-selection/permission-based-language-selection-control.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +28 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/batch-edits/classification-store/dynamic-type-batch-edit-classification-store-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/batch-edits/types/classification-store/dynamic-type-batch-edit-classification-store.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.d.ts +1 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.styles.d.ts +0 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hotspot-image-preview.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable-preview.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable.d.ts +2 -22
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/dynamic-type-document-editable-abstract.d.ts +21 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/responsive-asset-preview/responsive-asset-preview.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/hooks/use-pending-elements-reveal.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-image.d.ts +2 -47
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-input.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-link.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-numeric.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-select.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-textarea.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-video.d.ts +6 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-wysiwyg.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/image-editable-types.d.ts +50 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/utils/asset-thumbnail-sizing.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-color-component.d.ts +14 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/{execution-engine/jobs/download/notification-job-container.d.ts → element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-input-quantity-value-component.d.ts} +3 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-multiselect-component.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-number-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-quantity-value-component.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-time-component.d.ts +26 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/dynamic-type-field-filter-abstract.d.ts +4 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/frontendTypes.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/boolean/dynamic-type-field-filter-boolean.d.ts +2 -6
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/classification-store/dynamic-type-field-filter-classification-store.d.ts +20 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/color/dynamic-type-field-filter-color.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-adapter/dynamic-type-field-filter-data-object-adapter.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-brick/dynamic-type-field-filter-data-object-object-brick.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/date/dynamic-type-field-filter-date.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/datetime/dynamic-type-field-filter-datetime.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/input-quantity-value/dynamic-type-field-filter-input-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/multiselect/dynamic-type-field-filter-multiselect.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/none/dynamic-type-field-filter-none.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/number/dynamic-type-field-filter-number.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/quantity-value/dynamic-type-field-filter-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/time/dynamic-type-field-filter-time.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/checkbox/checkbox-cell.styles.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/array/dynamic-type-grid-cell-array.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/{field-filters/types/input/dynamic-type-field-filter-input.d.ts → grid-cell/types/classificationstore/dynamic-type-grid-cell-classificationstore.d.ts} +2 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/data-object-adapter/dynamic-type-grid-cell-data-object-adapter.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/error/dynamic-type-grid-cell-error.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/integer/dynamic-type-grid-cell-integer.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/listing/types/dynamic-type-listing-asset-link.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-asset.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-document.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-object.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/classification-store-modal.d.ts +3 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/components/classification-store-data-tab/classification-store-callback-tab.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/provider/classifcation-store-modal-provider.d.ts +33 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/utils/value-data.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/allowed-types.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/abstract/dynamic-type-object-data-abstract-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-boolean-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-calculated-value.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-consent.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-datetime.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-email.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-external-image.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-firstname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-gender.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-lastname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-numeric.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-reverse-object-relation.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-rgba-color.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-slider.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-time.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-user.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-wysiwyg.d.ts +1 -1
- package/dist/build/types/src/core/modules/{execution-engine/jobs/zip-upload/notification-job-container.d.ts → element/dynamic-types/definitions/objects/layout-related/components/iframe/iframe.d.ts} +6 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/types/dynamic-type-object-layout-iframe.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/accordion-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/card-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/dynamic-type-pipeline-abstract.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/anonymizer/anonymizer.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/blur/blur.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/boolean-formatter/boolean-formatter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/date-formatter/date-formatter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/explode/explode.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/php-code/php-code.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/string-replace/string-replace.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/substring/substring.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/translate/translate.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/trim/trim.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/twig-operator/twig-operator.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/anonymizer/anonymizer.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/blur/blur.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/boolean-formatter/boolean-formatter.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/change-case/change-case.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/combine/combine.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/date-formatter/date-formatter.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/element-counter/element-counter.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/explode/explode.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/php-code/php-code.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/string-replace/string-replace.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/substring/substring.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/translate/translate.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/trim/trim.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/twig-operator/twig-operator.d.ts +16 -0
- package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/types.d.ts +1 -1
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow}/hooks/use-submit-workflow.d.ts +3 -9
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-action.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-field-renderer.d.ts +31 -0
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow}/hooks/use-workflow.d.ts +1 -2
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-transition-group.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/modal/workflow-modal.d.ts +11 -0
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow/provider}/workflow-provider.d.ts +4 -9
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/types/workflow-types.d.ts +41 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +322 -60
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +386 -73
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +803 -85
- package/dist/build/types/src/core/modules/element/element-selector/provider/element-selector/element-selector-provider.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/hooks/use-element-actions-menu.d.ts +25 -0
- package/dist/build/types/src/core/modules/element/hooks/use-element-api.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/hooks/use-element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/hooks/use-properties-initialization.d.ts +4 -1
- package/dist/build/types/src/core/modules/element/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/listing-builder.d.ts +47 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/use-listing-builder.d.ts +22 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/listing-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/listing/abstract/settings/settings-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/abstract-decorator.d.ts +4 -2
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/field-filters/field-filters-provider.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/search-term-filter/search-term-filter-provider.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/global-context-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/hooks/use-global-context-identifiers.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/view-layer/global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/with-global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/sorting/data-layer/with-sorting-data-query-arg.d.ts +5 -0
- package/dist/build/types/src/core/modules/element/permissions/permission-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/search-replace-form/search-replace-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/table/table.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/toolbar/toolbar.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/providers/search-replace-assignments/search-replace-assignments-provider.d.ts +44 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/search-replace-assignments-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +358 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +421 -0
- package/dist/build/types/src/core/modules/element/services/element-widget-restorer.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/services/processors/element-icon-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/element/tree/tree-widget.d.ts +3 -2
- package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +384 -72
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +517 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +573 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +0 -3
- package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +0 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +25 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +27 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +26 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +1 -7
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +1 -1
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +2 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/notification-job-container.d.ts +1 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +9 -15
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +8 -11
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +8 -11
- package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +35 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +28 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +21 -0
- package/dist/build/types/src/core/modules/execution-engine/{jobs/tag-assign/notification-job-container.d.ts → message-handlers/message-bus-job/job-error-modal.d.ts} +5 -3
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +43 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +76 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +20 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +3 -3
- package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +3 -1
- package/dist/build/types/src/core/modules/execution-engine/topics.d.ts +0 -1
- package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/field-filters/types/fullText/dynamic-type-field-filter-fulltext.d.ts → notifications/hooks/use-optimistic-update.d.ts} +5 -4
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +256 -48
- package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.styles.d.ts → modules/perspective-editor/components/perspective-form/components/allowed-menu-entries-panel/allowed-menu-entries-panel.styles.d.ts} +2 -2
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/components/specific-panel/specific-panel.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/perspective-form.d.ts +1 -2
- package/dist/build/types/src/core/modules/perspective-editor/context/perspective-editor-provider.d.ts +1 -3
- package/dist/build/types/src/core/modules/perspective-editor/hooks/use-perspective-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/perspective-editor/registry/perspective-permission-provider-registry.d.ts +26 -0
- package/dist/build/types/src/core/modules/perspective-editor/services/providers/main-nav-perspective-permission-provider.d.ts +13 -0
- package/dist/build/types/src/core/modules/perspective-editor/services/providers/search-perspective-permission-provider.d.ts +13 -0
- package/dist/build/types/src/core/modules/perspectives/active-perspective-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +29 -21
- package/dist/build/types/src/core/modules/perspectives/hooks/use-perspectives.d.ts +8 -3
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +329 -69
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +335 -70
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +320 -60
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +320 -60
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +386 -72
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +2 -2
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/types/dynamic-type-custom-report-definition-sql-adapter.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/components/source-definition/source-definition.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/helpers.d.ts +5 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.d.ts +3 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/types.d.ts +2 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/pie-chart/pie-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/report-chart.d.ts +2 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/types.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/helpers.d.ts +36 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/types.d.ts +19 -0
- package/dist/build/types/src/core/modules/reports/utils/reports-loader.d.ts +10 -0
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +448 -84
- package/dist/build/types/src/core/modules/search/search.d.ts +1 -1
- package/dist/build/types/src/core/modules/user/hooks/use-merged-keybindings.d.ts +19 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/constants.d.ts +15 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/helpers.d.ts +10 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings-container.d.ts +1 -3
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/user/management/management-container.d.ts +1 -3
- package/dist/build/types/src/core/modules/user/management/tree/tree-container.d.ts +3 -2
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +320 -60
- package/dist/build/types/src/core/modules/user/roles/roles-slice.d.ts +9 -3
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +513 -96
- package/dist/build/types/src/core/modules/user/user-management-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/widget-editor/components/widget-type-form/context/widget-form-provider.d.ts +5 -4
- package/dist/build/types/src/core/modules/widget-editor/context/widget-editor-provider.d.ts +0 -2
- package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/components/widget-restorer.d.ts +11 -0
- package/dist/build/types/src/core/modules/widget-manager/events/close-widget-events.d.ts +33 -0
- package/dist/build/types/src/core/modules/widget-manager/events/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-is-active-main-widget.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +2 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-title.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/widget-manager/services/processors/perspective-processor-registry.d.ts +98 -0
- package/dist/build/types/src/core/modules/widget-manager/services/static-widget-restorer.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.d.ts +6 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-restorer-registry.d.ts +23 -0
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +3 -2
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-container.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +25 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-view.d.ts +22 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +5 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-persistence.d.ts +14 -0
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +3 -1
- package/dist/build/types/src/core/types/components/types.d.ts +5 -2
- package/dist/build/types/src/core/utils/clipboard.d.ts +13 -0
- package/dist/build/types/src/core/utils/exponential-backoff.d.ts +27 -0
- package/dist/build/types/src/core/utils/global-context-identifiers.d.ts +18 -0
- package/dist/build/types/src/core/utils/hooks/use-element-resize.d.ts +1 -1
- package/dist/build/types/src/core/utils/hooks/use-element-visible.d.ts +1 -1
- package/dist/build/types/src/core/utils/iframe.d.ts +5 -0
- package/dist/build/types/src/core/utils/local-storage.d.ts +29 -0
- package/dist/build/types/src/core/utils/polling-helper.d.ts +2 -1
- package/dist/build/types/src/core/utils/redux-state-persistence.d.ts +21 -0
- package/dist/build/types/src/core/utils/test-id-generator.d.ts +2 -2
- package/dist/build/types/src/sdk/api/perspectives/index.d.ts +1 -1
- package/dist/build/types/src/sdk/app/index.d.ts +1 -0
- package/dist/build/types/src/sdk/components/index.d.ts +26 -4
- package/dist/build/types/src/sdk/main.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/app/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/asset/index.d.ts +5 -0
- package/dist/build/types/src/sdk/modules/auth/index.d.ts +12 -0
- package/dist/build/types/src/sdk/modules/data-object/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/element/index.d.ts +18 -0
- package/dist/build/types/src/sdk/modules/notifications/index.d.ts +11 -0
- package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +10 -0
- package/dist/build/types/src/sdk/modules/reports/index.d.ts +20 -0
- package/dist/build/types/src/{core/components/element-toolbar/element-toolbar.stories.d.ts → sdk/modules/widget-editor/index.d.ts} +2 -9
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +14 -1
- package/dist/build/types/src/sdk/utils/index.d.ts +4 -0
- package/package.json +4 -1
- package/dist/build/types/src/core/components/pagination/inline-textfield/inline-textfield.d.ts +0 -20
- package/dist/build/types/src/core/components/workflow-card/workflow-card.stories.d.ts +0 -15
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/hooks/use-document-editables.d.ts +0 -11
- package/dist/build/types/src/core/modules/document/utils/preview-url-helper.d.ts +0 -13
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/date/date-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/number/number-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/text/text-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/textarea/textarea-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/time/time-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/translate/translate-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/default/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/default/notification-job-container-message-bus.d.ts +0 -16
- package/dist/build/types/src/core/modules/execution-engine/jobs/default/notification-job-container.d.ts +0 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/default-job-handler.d.ts +0 -53
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/step-based-progress-job-handler.d.ts +0 -16
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/utils/helpers.d.ts +0 -30
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/tree-filter-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/use-tree-filter.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/tree-id-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/use-tree-id.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form-style.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form.stories.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.skeleton.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.skeleton.styles.d.ts +0 -0
- /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/components/dropdown-button/dropdown-button.d.ts +0 -0
- /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/workflow-card.d.ts +0 -0
- /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/workflow-card.styles.d.ts +0 -0
- /package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-menu.d.ts +0 -0
- /package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-transition-group.styles.d.ts +0 -0
|
@@ -31,7 +31,6 @@ export declare const tagNames: {
|
|
|
31
31
|
DOCUMENT_TREE: string;
|
|
32
32
|
DOCUMENT_TYPES: string;
|
|
33
33
|
DOCUMENT_SITE: string;
|
|
34
|
-
WORKFLOW: string;
|
|
35
34
|
VERSIONS: string;
|
|
36
35
|
PROPERTIES: string;
|
|
37
36
|
SCHEDULES: string;
|
|
@@ -142,10 +141,7 @@ export declare const providingTags: {
|
|
|
142
141
|
id: number;
|
|
143
142
|
}[];
|
|
144
143
|
ELEMENT_NOTES_AND_EVENTS: (elementType: ElementType, id: number) => Tag[];
|
|
145
|
-
|
|
146
|
-
type: string;
|
|
147
|
-
id: number;
|
|
148
|
-
}[];
|
|
144
|
+
NOTIFICATIONS: () => string[];
|
|
149
145
|
NOTIFICATION_DETAIL: (id: number) => {
|
|
150
146
|
type: string;
|
|
151
147
|
id: number;
|
|
@@ -181,9 +177,10 @@ export declare const providingTags: {
|
|
|
181
177
|
id: string;
|
|
182
178
|
}[];
|
|
183
179
|
WIDGETS: () => string[];
|
|
184
|
-
WIDGET_DETAIL: (id: string) => {
|
|
180
|
+
WIDGET_DETAIL: (id: string, widgetType: string) => {
|
|
185
181
|
type: string;
|
|
186
182
|
id: string;
|
|
183
|
+
widgetType: string;
|
|
187
184
|
}[];
|
|
188
185
|
};
|
|
189
186
|
export declare const invalidatingTags: {
|
|
@@ -242,7 +239,7 @@ export declare const invalidatingTags: {
|
|
|
242
239
|
id: number;
|
|
243
240
|
}[];
|
|
244
241
|
ELEMENT_DEPENDENCIES: (elementType: ElementType, id: number) => Tag[];
|
|
245
|
-
ELEMENT_WORKFLOW: (elementType: ElementType, id: number) =>
|
|
242
|
+
ELEMENT_WORKFLOW: (elementType: ElementType, id: number) => never[];
|
|
246
243
|
PROPERTY_DETAIL: (id: string) => {
|
|
247
244
|
type: string;
|
|
248
245
|
id: string;
|
|
@@ -265,7 +262,7 @@ export declare const invalidatingTags: {
|
|
|
265
262
|
type: string;
|
|
266
263
|
id: number;
|
|
267
264
|
}[];
|
|
268
|
-
|
|
265
|
+
NOTIFICATION_DETAIL: (id: number) => {
|
|
269
266
|
type: string;
|
|
270
267
|
id: number;
|
|
271
268
|
}[];
|
|
@@ -34,8 +34,6 @@ export declare const serviceIds: {
|
|
|
34
34
|
'DynamicTypes/FieldFilter/DataObjectAdapter': string;
|
|
35
35
|
'DynamicTypes/FieldFilter/DataObjectObjectBrick': string;
|
|
36
36
|
'DynamicTypes/FieldFilter/String': string;
|
|
37
|
-
'DynamicTypes/FieldFilter/Fulltext': string;
|
|
38
|
-
'DynamicTypes/FieldFilter/Input': string;
|
|
39
37
|
'DynamicTypes/FieldFilter/None': string;
|
|
40
38
|
'DynamicTypes/FieldFilter/Id': string;
|
|
41
39
|
'DynamicTypes/FieldFilter/Number': string;
|
|
@@ -44,16 +42,26 @@ export declare const serviceIds: {
|
|
|
44
42
|
'DynamicTypes/FieldFilter/Boolean': string;
|
|
45
43
|
'DynamicTypes/FieldFilter/BooleanSelect': string;
|
|
46
44
|
'DynamicTypes/FieldFilter/Consent': string;
|
|
45
|
+
'DynamicTypes/FieldFilter/ClassificationStore': string;
|
|
46
|
+
'DynamicTypes/FieldFilter/InputQuantityValue': string;
|
|
47
|
+
'DynamicTypes/FieldFilter/QuantityValue': string;
|
|
48
|
+
'DynamicTypes/FieldFilter/Datetime': string;
|
|
49
|
+
'DynamicTypes/FieldFilter/Time': string;
|
|
50
|
+
'DynamicTypes/FieldFilter/Color': string;
|
|
47
51
|
'DynamicTypes/BatchEdit/Text': string;
|
|
48
52
|
'DynamicTypes/BatchEdit/TextArea': string;
|
|
49
53
|
'DynamicTypes/BatchEdit/Datetime': string;
|
|
50
54
|
'DynamicTypes/BatchEdit/Select': string;
|
|
51
55
|
'DynamicTypes/BatchEdit/Checkbox': string;
|
|
52
56
|
'DynamicTypes/BatchEdit/ElementDropzone': string;
|
|
57
|
+
'DynamicTypes/BatchEdit/ClassificationStore': string;
|
|
53
58
|
'DynamicTypes/BatchEdit/DataObjectAdapter': string;
|
|
54
59
|
'DynamicTypes/BatchEdit/DataObjectObjectBrick': string;
|
|
55
60
|
'DynamicTypes/GridCell/Text': string;
|
|
56
61
|
'DynamicTypes/GridCell/String': string;
|
|
62
|
+
'DynamicTypes/GridCell/Integer': string;
|
|
63
|
+
'DynamicTypes/GridCell/Error': string;
|
|
64
|
+
'DynamicTypes/GridCell/Array': string;
|
|
57
65
|
'DynamicTypes/GridCell/Textarea': string;
|
|
58
66
|
'DynamicTypes/GridCell/Number': string;
|
|
59
67
|
'DynamicTypes/GridCell/Select': string;
|
|
@@ -86,6 +94,7 @@ export declare const serviceIds: {
|
|
|
86
94
|
'DynamicTypes/GridCell/LanguageSelect': string;
|
|
87
95
|
'DynamicTypes/GridCell/Translate': string;
|
|
88
96
|
'DynamicTypes/GridCell/DataObjectAdapter': string;
|
|
97
|
+
'DynamicTypes/GridCell/ClassificationStore': string;
|
|
89
98
|
'DynamicTypes/GridCell/DataObjectAdvanced': string;
|
|
90
99
|
'DynamicTypes/GridCell/DataObjectObjectBrick': string;
|
|
91
100
|
'DynamicTypes/Listing/Text': string;
|
|
@@ -107,6 +116,7 @@ export declare const serviceIds: {
|
|
|
107
116
|
'DynamicTypes/ObjectLayout/Text': string;
|
|
108
117
|
'DynamicTypes/ObjectLayout/Fieldset': string;
|
|
109
118
|
'DynamicTypes/ObjectLayout/FieldContainer': string;
|
|
119
|
+
'DynamicTypes/ObjectLayout/Iframe': string;
|
|
110
120
|
'DynamicTypes/ObjectData/Input': string;
|
|
111
121
|
'DynamicTypes/ObjectData/Textarea': string;
|
|
112
122
|
'DynamicTypes/ObjectData/Wysiwyg': string;
|
|
@@ -207,12 +217,33 @@ export declare const serviceIds: {
|
|
|
207
217
|
'DynamicTypes/Grid/SourceFields/Text': string;
|
|
208
218
|
'DynamicTypes/Grid/SourceFields/SimpleField': string;
|
|
209
219
|
'DynamicTypes/Grid/SourceFields/RelationField': string;
|
|
220
|
+
'DynamicTypes/Grid/Transformers/BooleanFormatter': string;
|
|
221
|
+
'DynamicTypes/Grid/Transformers/DateFormatter': string;
|
|
222
|
+
'DynamicTypes/Grid/Transformers/ElementCounter': string;
|
|
223
|
+
'DynamicTypes/Grid/Transformers/TwigOperator': string;
|
|
224
|
+
'DynamicTypes/Grid/Transformers/Anonymizer': string;
|
|
225
|
+
'DynamicTypes/Grid/Transformers/Blur': string;
|
|
210
226
|
'DynamicTypes/Grid/Transformers/ChangeCase': string;
|
|
211
227
|
'DynamicTypes/Grid/Transformers/Combine': string;
|
|
228
|
+
'DynamicTypes/Grid/Transformers/Explode': string;
|
|
229
|
+
'DynamicTypes/Grid/Transformers/StringReplace': string;
|
|
230
|
+
'DynamicTypes/Grid/Transformers/Substring': string;
|
|
231
|
+
'DynamicTypes/Grid/Transformers/Trim': string;
|
|
232
|
+
'DynamicTypes/Grid/Transformers/Translate': string;
|
|
233
|
+
'DynamicTypes/Grid/Transformers/PHPCode': string;
|
|
212
234
|
'DynamicTypes/WidgetEditor/ElementTree': string;
|
|
213
235
|
'ExecutionEngine/JobComponentRegistry': string;
|
|
214
236
|
executionEngine: string;
|
|
215
237
|
'App/ComponentRegistry/ComponentRegistry': string;
|
|
238
|
+
'App/ContextMenuRegistry/ContextMenuRegistry': string;
|
|
239
|
+
'Document/RequiredFieldsValidationService': string;
|
|
240
|
+
'Document/ProcessorRegistry/UrlProcessor': string;
|
|
241
|
+
'Document/ProcessorRegistry/SaveDataProcessor': string;
|
|
242
|
+
'DataObject/ProcessorRegistry/SaveDataProcessor': string;
|
|
243
|
+
'Asset/ProcessorRegistry/SaveDataProcessor': string;
|
|
244
|
+
'Element/ProcessorRegistry/IconProcessor': string;
|
|
245
|
+
'WidgetManager/ProcessorRegistry/PerspectiveProcessor': string;
|
|
246
|
+
'AppLoader/Registry': string;
|
|
216
247
|
'DynamicTypes/FieldFilterRegistry': string;
|
|
217
248
|
'DynamicTypes/BatchEditRegistry': string;
|
|
218
249
|
'DynamicTypes/GridCellRegistry': string;
|
|
@@ -235,8 +266,11 @@ export declare const serviceIds: {
|
|
|
235
266
|
'DynamicTypes/IconSet/Twemoji': string;
|
|
236
267
|
'DynamicTypes/WidgetEditor/WidgetTypeRegistry': string;
|
|
237
268
|
mainNavRegistry: string;
|
|
269
|
+
perspectivePermissionProviderRegistry: string;
|
|
238
270
|
widgetManager: string;
|
|
271
|
+
widgetRestorerRegistry: string;
|
|
239
272
|
backgroundProcessor: string;
|
|
273
|
+
debouncedFormRegistry: string;
|
|
240
274
|
globalMessageBusProcess: string;
|
|
241
275
|
globalMessageBus: string;
|
|
242
276
|
'DynamicTypes/Theme/StudioDefaultLight': string;
|
|
@@ -252,10 +286,12 @@ export declare const serviceIds: {
|
|
|
252
286
|
'Asset/Editor/ArchiveTabManager': string;
|
|
253
287
|
'Asset/Editor/UnknownTabManager': string;
|
|
254
288
|
'Asset/ThumbnailService': string;
|
|
289
|
+
'Asset/Listing/Builder': string;
|
|
255
290
|
'DataObject/Editor/TypeRegistry': string;
|
|
256
291
|
'DataObject/Editor/ObjectTabManager': string;
|
|
257
292
|
'DataObject/Editor/VariantTabManager': string;
|
|
258
293
|
'DataObject/Editor/FolderTabManager': string;
|
|
294
|
+
'DataObject/Listing/Builder': string;
|
|
259
295
|
'Document/Editor/TypeRegistry': string;
|
|
260
296
|
'Document/Editor/PageTabManager': string;
|
|
261
297
|
'Document/Editor/EmailTabManager': string;
|
|
@@ -19,11 +19,13 @@ export interface ILifeCycleEvents {
|
|
|
19
19
|
}
|
|
20
20
|
export interface IAbstractPlugin extends ILifeCycleEvents {
|
|
21
21
|
name: string;
|
|
22
|
+
priority?: number;
|
|
22
23
|
}
|
|
23
24
|
export declare class PluginSystem {
|
|
24
25
|
private registry;
|
|
25
26
|
loadPlugins(): Promise<void>;
|
|
26
27
|
registerPlugin(plugin: IAbstractPlugin): void;
|
|
28
|
+
getOrderedPlugins(): IAbstractPlugin[];
|
|
27
29
|
initPlugins(): void;
|
|
28
30
|
startupPlugins(): void;
|
|
29
31
|
}
|
|
@@ -13,6 +13,7 @@ import { type IframeRef } from '../../../components/iframe/iframe';
|
|
|
13
13
|
export interface DocumentApi {
|
|
14
14
|
markDraftAsModified: (documentId: number) => void;
|
|
15
15
|
getIframeApi: (documentId: number) => PublicApiDocumentEditorIframe;
|
|
16
|
+
getIframeDocument: (documentId: number) => Document | undefined;
|
|
16
17
|
isIframeAvailable: (documentId: number) => boolean;
|
|
17
18
|
registerIframe: (documentId: number, iframe: HTMLIFrameElement, iframeRef: React.RefObject<IframeRef>) => void;
|
|
18
19
|
unregisterIframe: (documentId: number) => void;
|
|
@@ -28,6 +29,7 @@ declare class DocumentApiImpl implements DocumentApi {
|
|
|
28
29
|
private readonly autoSaveCallbacks;
|
|
29
30
|
markDraftAsModified(documentId: number): void;
|
|
30
31
|
getIframeApi(documentId: number): PublicApiDocumentEditorIframe;
|
|
32
|
+
getIframeDocument(documentId: number): Document | undefined;
|
|
31
33
|
isIframeAvailable(documentId: number): boolean;
|
|
32
34
|
registerIframe(documentId: number, iframe: HTMLIFrameElement, iframeRef: React.RefObject<IframeRef>): void;
|
|
33
35
|
unregisterIframe(documentId: number): void;
|
|
@@ -15,6 +15,7 @@ declare class IframeDocumentEditorRegistry {
|
|
|
15
15
|
unregister(documentId: number): void;
|
|
16
16
|
getIframe(documentId: number): HTMLIFrameElement | undefined;
|
|
17
17
|
getContentWindow(documentId: number): Window | undefined;
|
|
18
|
+
getIframeDocument(documentId: number): Document | undefined;
|
|
18
19
|
getDocumentEditorApi(documentId: number): PublicApiDocumentEditorIframe;
|
|
19
20
|
isIframeRegistered(documentId: number): boolean;
|
|
20
21
|
getAllRegisteredDocumentIds(): number[];
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
+
import { type AbstractDocumentEditableDefinition } from '../../../../modules/element/dynamic-types/definitions/document/editable/dynamic-type-document-editable-abstract';
|
|
10
11
|
export interface ValueType {
|
|
11
12
|
type: string;
|
|
12
13
|
data: any;
|
|
@@ -20,10 +21,14 @@ export interface DocumentEditableApi {
|
|
|
20
21
|
getInheritanceState: (key: string) => boolean;
|
|
21
22
|
setInheritanceState: (key: string, inherited: boolean) => void;
|
|
22
23
|
initializeInheritanceState: (inheritanceState: Record<string, boolean>) => void;
|
|
24
|
+
getEditableDefinitions: () => AbstractDocumentEditableDefinition[];
|
|
25
|
+
registerDynamicEditables: (editables: AbstractDocumentEditableDefinition[]) => void;
|
|
26
|
+
unregisterDynamicEditables: (editableIds: string[]) => void;
|
|
23
27
|
}
|
|
24
28
|
declare class DocumentEditableApiImpl implements DocumentEditableApi {
|
|
25
29
|
private values;
|
|
26
30
|
private inheritanceState;
|
|
31
|
+
private dynamicEditables;
|
|
27
32
|
getValues(forApi?: boolean): Record<string, ValueType>;
|
|
28
33
|
getValue(key: string): ValueType;
|
|
29
34
|
updateValue(key: string, value: ValueType): void;
|
|
@@ -32,7 +37,9 @@ declare class DocumentEditableApiImpl implements DocumentEditableApi {
|
|
|
32
37
|
getInheritanceState(key: string): boolean;
|
|
33
38
|
setInheritanceState(key: string, inherited: boolean): void;
|
|
34
39
|
initializeInheritanceState(inheritanceState: Record<string, boolean>): void;
|
|
35
|
-
|
|
40
|
+
registerDynamicEditables(editables: AbstractDocumentEditableDefinition[]): void;
|
|
41
|
+
unregisterDynamicEditables(editableIds: string[]): void;
|
|
42
|
+
getEditableDefinitions(): AbstractDocumentEditableDefinition[];
|
|
36
43
|
private transformEditableValue;
|
|
37
44
|
private getDynamicTypeForEditable;
|
|
38
45
|
}
|
|
@@ -10,9 +10,11 @@
|
|
|
10
10
|
export declare const baseUrl: string;
|
|
11
11
|
export declare const LOGIN_URL: string;
|
|
12
12
|
export declare const DEEP_LINK_URL: string;
|
|
13
|
+
export declare const PASSWORD_RESET_URL: string;
|
|
13
14
|
export declare const routes: {
|
|
14
15
|
root: string;
|
|
15
16
|
login: string;
|
|
16
17
|
deeplinkAsset: string;
|
|
18
|
+
passwordReset: string;
|
|
17
19
|
};
|
|
18
20
|
export declare const router: import("@remix-run/router").Router;
|
|
@@ -16,7 +16,7 @@ interface SliceLike<ReducerPath extends string, State> {
|
|
|
16
16
|
reducer: Reducer<State>;
|
|
17
17
|
}
|
|
18
18
|
type AnySliceLike = SliceLike<string, any>;
|
|
19
|
-
export declare const rootReducer: CombinedSliceReducer<Record<string, any>, Record<string, any
|
|
19
|
+
export declare const rootReducer: CombinedSliceReducer<Record<string, any>, Record<string, any>, Partial<Record<string, any>>>;
|
|
20
20
|
export declare const store: import("@reduxjs/toolkit").EnhancedStore<Record<string, any>, import("redux").UnknownAction, import("@reduxjs/toolkit").Tuple<[import("redux").StoreEnhancer<{
|
|
21
21
|
dispatch: import("redux-thunk").ThunkDispatch<Record<string, any>, undefined, import("redux").UnknownAction> & import("@reduxjs/toolkit").DynamicDispatch;
|
|
22
22
|
}>, import("redux").StoreEnhancer]>>;
|
|
@@ -27,6 +27,7 @@ import './modules/app/theme/dynamic-types';
|
|
|
27
27
|
import './modules/wysiwyg';
|
|
28
28
|
import './modules/perspective-editor';
|
|
29
29
|
import './modules/widget-editor';
|
|
30
|
+
import './modules/widget-manager';
|
|
30
31
|
import 'flexlayout-react/style/light.css';
|
|
31
32
|
import '../../../css/globals.css';
|
|
32
33
|
import './modules/email';
|
|
@@ -43,3 +44,4 @@ import './modules/reports';
|
|
|
43
44
|
import './modules/application-logger';
|
|
44
45
|
import './modules/user';
|
|
45
46
|
import './components/icon-selector';
|
|
47
|
+
import './modules/about';
|
|
@@ -22,6 +22,7 @@ interface AssetTargetProps {
|
|
|
22
22
|
height?: number | string;
|
|
23
23
|
dndIcon?: boolean;
|
|
24
24
|
uploadIcon?: boolean;
|
|
25
|
+
dropClass?: string;
|
|
25
26
|
}
|
|
26
|
-
export declare const AssetTarget: ({ title, className, width, height, dndIcon, uploadIcon, onRemove, onSearch, onUpload, onResize }: AssetTargetProps) => React.JSX.Element;
|
|
27
|
+
export declare const AssetTarget: ({ title, className, width, height, dndIcon, uploadIcon, onRemove, onSearch, onUpload, onResize, dropClass }: AssetTargetProps) => React.JSX.Element;
|
|
27
28
|
export {};
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
export interface BlockProps {
|
|
12
|
-
children
|
|
12
|
+
children: ((params: {
|
|
13
|
+
blockIndex: number;
|
|
14
|
+
}) => React.ReactNode) | React.ReactNode;
|
|
13
15
|
collapsed?: boolean;
|
|
14
16
|
collapsible?: boolean;
|
|
15
17
|
disallowReorder?: boolean;
|
|
@@ -16,6 +16,7 @@ export declare const useCloseContextMenu: () => (() => void) | undefined;
|
|
|
16
16
|
export interface ContextMenuWrapperProps {
|
|
17
17
|
children: React.ReactNode;
|
|
18
18
|
renderMenu: () => ReactElement;
|
|
19
|
+
calculateAutoHeight?: boolean;
|
|
19
20
|
}
|
|
20
|
-
declare const ContextMenuWrapper: ({ children, renderMenu }: ContextMenuWrapperProps) => React.JSX.Element;
|
|
21
|
+
export declare const ContextMenuWrapper: ({ children, renderMenu, calculateAutoHeight }: ContextMenuWrapperProps) => React.JSX.Element;
|
|
21
22
|
export default ContextMenuWrapper;
|
|
@@ -11,7 +11,7 @@ import React from 'react';
|
|
|
11
11
|
import { type DatePickerValueType, type OutputType } from './utils/date-picker-utils';
|
|
12
12
|
import { type GenericTimePickerProps } from 'antd/es/date-picker/generatePicker/interface';
|
|
13
13
|
export type TimePickerProps = GenericTimePickerProps & {
|
|
14
|
-
value?: DatePickerValueType;
|
|
14
|
+
value?: DatePickerValueType | null;
|
|
15
15
|
onChange?: (date: DatePickerValueType) => void;
|
|
16
16
|
outputType?: OutputType;
|
|
17
17
|
outputFormat?: string;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import { type Dayjs } from 'dayjs';
|
|
12
|
+
import { type DatePickerValueType, type OutputType } from './utils/date-picker-utils';
|
|
13
|
+
import { type TimeRangePickerProps as antTimeRangePickerProps } from 'antd';
|
|
14
|
+
export type DateRange = [start: Dayjs | null, end: Dayjs | null];
|
|
15
|
+
export type DateRangeTargetValue = [start: DatePickerValueType, end: DatePickerValueType];
|
|
16
|
+
export type TimeRangePickerProps = Omit<antTimeRangePickerProps, 'value'> & {
|
|
17
|
+
value?: DateRangeTargetValue | null;
|
|
18
|
+
onChange?: (dates: DateRangeTargetValue | null) => void;
|
|
19
|
+
outputType?: OutputType;
|
|
20
|
+
outputFormat?: string;
|
|
21
|
+
inherited?: boolean;
|
|
22
|
+
};
|
|
23
|
+
export declare const TimeRangePicker: (props: TimeRangePickerProps) => React.JSX.Element;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type Meta, type StoryObj } from '@storybook/react';
|
|
11
|
+
import { TimeRangePicker } from './time-range-picker';
|
|
12
|
+
declare const config: Meta;
|
|
13
|
+
export default config;
|
|
14
|
+
type Story = StoryObj<typeof TimeRangePicker>;
|
|
15
|
+
export declare const _default: Story;
|
|
16
|
+
export declare const WithDefaultValue: Story;
|
|
17
|
+
export declare const WithTimestampOutput: Story;
|
|
18
|
+
export declare const WithCustomFormat: Story;
|
|
19
|
+
export declare const Disabled: Story;
|
|
20
|
+
export declare const Inherited: Story;
|
|
21
|
+
export declare const WithPlaceholder: Story;
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type Meta } from '@storybook/react';
|
|
11
|
+
import React from 'react';
|
|
11
12
|
declare const config: Meta;
|
|
12
13
|
export default config;
|
|
13
14
|
export declare const _default: {};
|
|
15
|
+
export declare const HotspotDemo: {
|
|
16
|
+
render: () => React.JSX.Element;
|
|
17
|
+
};
|
|
@@ -18,5 +18,6 @@ export interface BaseDroppableProps {
|
|
|
18
18
|
isValidData?: ((info: DragAndDropInfo) => boolean);
|
|
19
19
|
onDrop: (info: DragAndDropInfo) => void;
|
|
20
20
|
disableDndActiveIndicator?: boolean;
|
|
21
|
+
dropClass?: string;
|
|
21
22
|
}
|
|
22
|
-
export declare const BaseDroppable: ({ children, className, variant, shape, isValidContext, isValidData, onDrop, disableDndActiveIndicator }: BaseDroppableProps) => React.JSX.Element | null;
|
|
23
|
+
export declare const BaseDroppable: ({ children, className, variant, shape, isValidContext, isValidData, onDrop, disableDndActiveIndicator, dropClass }: BaseDroppableProps) => React.JSX.Element | null;
|
|
@@ -11,6 +11,7 @@ export interface IDroppableContext {
|
|
|
11
11
|
isOver: boolean;
|
|
12
12
|
isValid: boolean;
|
|
13
13
|
isDragActive: boolean;
|
|
14
|
+
hasValidDrop?: boolean;
|
|
14
15
|
}
|
|
15
16
|
export declare const droppableContext: import("react").Context<IDroppableContext>;
|
|
16
17
|
export declare const DroppableContextProvider: import("react").Provider<IDroppableContext>;
|
|
@@ -24,6 +24,11 @@ export interface DroppableProps {
|
|
|
24
24
|
* it is recommended to set this to true if the active indicator is not needed or re-rendering would be too resource intensive.
|
|
25
25
|
*/
|
|
26
26
|
disableDndActiveIndicator?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* CSS class name to be applied to external DOM elements to make them droppable targets.
|
|
29
|
+
* When specified, all elements with this class will receive the same drag and drop functionality.
|
|
30
|
+
*/
|
|
31
|
+
dropClass?: string;
|
|
27
32
|
}
|
|
28
33
|
export interface DragAndDropInfo {
|
|
29
34
|
type: string;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export interface UseDropClassHandlersOptions {
|
|
11
|
+
dropClass?: string;
|
|
12
|
+
enabled?: boolean;
|
|
13
|
+
onDragOver: (e: React.DragEvent) => void;
|
|
14
|
+
onDragLeave: (e: React.DragEvent) => void;
|
|
15
|
+
onDrop: (e: React.DragEvent) => void;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Custom hook to manage drag and drop event listeners on external DOM elements with a specified CSS class.
|
|
19
|
+
* Takes existing React event handlers and creates DOM-compatible wrappers that call the original handlers with mock events.
|
|
20
|
+
*/
|
|
21
|
+
export declare const useDropClassHandlers: ({ dropClass, enabled, onDragOver, onDragLeave, onDrop }: UseDropClassHandlersOptions) => void;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React, { type ReactNode } from 'react';
|
|
11
|
+
import { type HotspotArea } from '../hotspot-droppable';
|
|
12
|
+
export interface BaseHotspotDroppableProps {
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
className?: string;
|
|
15
|
+
hotspots: HotspotArea[];
|
|
16
|
+
disableDndActiveIndicator?: boolean;
|
|
17
|
+
}
|
|
18
|
+
export declare const BaseHotspotDroppable: ({ children, className, hotspots, disableDndActiveIndicator }: BaseHotspotDroppableProps) => React.JSX.Element | null;
|
package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/hotspot-helpers.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type HotspotPosition, type HotspotArea } from '../hotspot-droppable';
|
|
11
|
+
import { type DragAndDropInfo } from '../droppable';
|
|
12
|
+
export type DragState = 'inactive' | 'active' | 'valid' | 'error';
|
|
13
|
+
export interface HotspotState {
|
|
14
|
+
dragState: DragState;
|
|
15
|
+
isContextValid: boolean;
|
|
16
|
+
isDataValid: boolean;
|
|
17
|
+
}
|
|
18
|
+
export declare const formatPositionValue: (value: number | string) => string;
|
|
19
|
+
export declare const getHotspotStyles: (position: HotspotPosition) => React.CSSProperties;
|
|
20
|
+
export declare const createHotspotHandlers: (hotspot: HotspotArea, hotspotStates: Record<string, HotspotState>, updateHotspotDragState: (hotspotId: string, state: DragState) => void, isInfoValidForHotspot: (hotspotId: string) => boolean, dragInfoRef: React.MutableRefObject<DragAndDropInfo | null>) => {
|
|
21
|
+
handleDragOver: (e: React.DragEvent) => void;
|
|
22
|
+
handleDragLeave: (e: React.DragEvent) => void;
|
|
23
|
+
handleDrop: (e: React.DragEvent) => void;
|
|
24
|
+
};
|
|
@@ -7,13 +7,8 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import { type
|
|
11
|
-
declare const
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
args: {
|
|
15
|
-
value: string;
|
|
16
|
-
showDotsValues: string[];
|
|
17
|
-
onKeyDown: (e: any) => void;
|
|
18
|
-
};
|
|
10
|
+
import { type HotspotState, type DragState } from './hotspot-helpers';
|
|
11
|
+
export declare const useHotspotAggregateState: (isDragHappening: boolean, hotspotStates: Record<string, HotspotState>) => {
|
|
12
|
+
aggregateState: DragState;
|
|
13
|
+
hotspotSpecificClasses: string[];
|
|
19
14
|
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React, { type ReactNode } from 'react';
|
|
11
|
+
import { type DragAndDropInfo } from './droppable';
|
|
12
|
+
export interface HotspotPosition {
|
|
13
|
+
/** X coordinate as percentage (0-100) or pixels */
|
|
14
|
+
x: number | string;
|
|
15
|
+
/** Y coordinate as percentage (0-100) or pixels */
|
|
16
|
+
y: number | string;
|
|
17
|
+
/** Width as percentage (0-100) or pixels */
|
|
18
|
+
width?: number | string;
|
|
19
|
+
/** Height as percentage (0-100) or pixels */
|
|
20
|
+
height?: number | string;
|
|
21
|
+
}
|
|
22
|
+
export interface HotspotArea {
|
|
23
|
+
id: string;
|
|
24
|
+
/** Position coordinates relative to the container */
|
|
25
|
+
position: HotspotPosition;
|
|
26
|
+
className?: string;
|
|
27
|
+
variant?: 'default' | 'outline';
|
|
28
|
+
shape?: 'round' | 'angular';
|
|
29
|
+
isValidContext: boolean | ((info: DragAndDropInfo) => boolean);
|
|
30
|
+
isValidData?: ((info: DragAndDropInfo) => boolean);
|
|
31
|
+
onDrop: (info: DragAndDropInfo) => void;
|
|
32
|
+
children?: ReactNode;
|
|
33
|
+
dropClass?: string;
|
|
34
|
+
}
|
|
35
|
+
export interface HotspotDroppableProps {
|
|
36
|
+
className?: string;
|
|
37
|
+
children: ReactNode;
|
|
38
|
+
hotspots: HotspotArea[];
|
|
39
|
+
disabled?: boolean;
|
|
40
|
+
disableDndActiveIndicator?: boolean;
|
|
41
|
+
}
|
|
42
|
+
export declare const HotspotDroppable: (props: HotspotDroppableProps) => React.JSX.Element | null;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
export interface IDropdownHeightContext {
|
|
12
|
+
height: number;
|
|
13
|
+
}
|
|
14
|
+
export declare const DropdownHeightContext: React.Context<IDropdownHeightContext | undefined>;
|
|
15
|
+
export interface DropdownHeightProviderProps {
|
|
16
|
+
children: React.ReactNode;
|
|
17
|
+
}
|
|
18
|
+
export declare const DropdownHeightProvider: ({ children }: DropdownHeightProviderProps) => React.JSX.Element;
|
|
19
|
+
export declare const useDropdownHeightOptional: () => IDropdownHeightContext | undefined;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import { type DropdownInnerProps } from './dropdown-inner';
|
|
12
|
+
export interface DropdownInnerDropClassProps extends DropdownInnerProps {
|
|
13
|
+
dropClass: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const DropdownInnerDropClass: ({ dropClass, ...props }: DropdownInnerDropClassProps) => React.JSX.Element;
|
|
@@ -19,5 +19,6 @@ export interface DropdownProps extends Omit<AntdDropdownProps, 'dropdownRender'
|
|
|
19
19
|
menuRef?: Ref<MenuRef>;
|
|
20
20
|
selectedKeys?: React.Key[];
|
|
21
21
|
onSelect?: (keys: React.Key[]) => void;
|
|
22
|
+
dropClass?: string;
|
|
22
23
|
}
|
|
23
|
-
export declare const Dropdown: ({ menu, ...props }: DropdownProps) => React.JSX.Element;
|
|
24
|
+
export declare const Dropdown: ({ menu, dropClass, ...props }: DropdownProps) => React.JSX.Element;
|
|
@@ -17,6 +17,7 @@ export declare const _default: {
|
|
|
17
17
|
menuRef?: React.Ref<import("antd").MenuRef>;
|
|
18
18
|
selectedKeys?: React.Key[];
|
|
19
19
|
onSelect?: (keys: React.Key[]) => void;
|
|
20
|
+
dropClass?: string;
|
|
20
21
|
children?: React.ReactNode;
|
|
21
22
|
overlay?: (React.ReactElement | (() => React.ReactElement)) | undefined;
|
|
22
23
|
visible?: boolean | undefined;
|
package/dist/build/types/src/core/components/dynamic-filter/provider/dynamic-filter-provider.d.ts
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
import React from 'react';
|
|
11
11
|
export interface IDynamicFilter {
|
|
12
12
|
id: string;
|
|
13
|
+
translationKey: string;
|
|
13
14
|
type: string;
|
|
14
15
|
data: any;
|
|
15
16
|
frontendType?: string;
|
|
@@ -29,4 +30,4 @@ export interface DynamicFilterProviderProps extends Omit<DynamicFilterData, 'set
|
|
|
29
30
|
onChange?: (data: any) => void;
|
|
30
31
|
children: React.ReactNode;
|
|
31
32
|
}
|
|
32
|
-
export declare const DynamicFilterProvider: ({ children, id, type, data, onChange, frontendType, config }: DynamicFilterProviderProps) => React.JSX.Element;
|
|
33
|
+
export declare const DynamicFilterProvider: ({ children, id, type, translationKey, data, onChange, frontendType, config }: DynamicFilterProviderProps) => React.JSX.Element;
|