@pimcore/studio-ui-bundle 0.10.21 → 0.12.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +5 -8
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +18 -2
- package/dist/build/types/src/core/app/plugin-system/plugin-system.d.ts +2 -0
- package/dist/build/types/src/core/app/router/router.d.ts +2 -0
- package/dist/build/types/src/core/app/store/index.d.ts +1 -1
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/block/block.d.ts +3 -1
- package/dist/build/types/src/core/components/context-menu-wrapper/context-menu-wrapper.d.ts +2 -1
- package/dist/build/types/src/core/components/date-picker/time-picker.d.ts +1 -1
- package/dist/build/types/src/core/components/date-picker/time-range-picker.d.ts +23 -0
- package/dist/build/types/src/core/components/date-picker/time-range-picker.stories.d.ts +21 -0
- package/dist/build/types/src/core/components/drag-and-drop/drag-and-drop.stories.d.ts +4 -0
- package/dist/build/types/src/core/components/drag-and-drop/droppable-context-provider.d.ts +1 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/base-hotspot-droppable.d.ts +18 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/hotspot-helpers.d.ts +24 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/use-hotspot-aggregate-state.d.ts +14 -0
- package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable.d.ts +42 -0
- package/dist/build/types/src/core/components/dropdown/dropdown-height-provider.d.ts +19 -0
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +22 -14
- package/dist/build/types/src/core/components/element-tree/element-tree.d.ts +2 -2
- package/dist/build/types/src/core/components/{pagination/size-changer/size-changer.stories.d.ts → element-tree/hooks/use-element-tree-fallback-root-node.d.ts} +4 -10
- package/dist/build/types/src/core/components/element-tree/hooks/use-element-tree-root-node.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/node/tree-node.d.ts +2 -2
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/pager/pager-container.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/tree-permission-provider.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
- package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/search/search-container.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/types/node-api-hook.d.ts +1 -1
- package/dist/build/types/src/core/components/flex/flex.d.ts +1 -1
- package/dist/build/types/src/core/components/form/form.d.ts +1 -1
- package/dist/build/types/src/core/components/form/layouts/tabpanel/tabpanel.stories.d.ts +1 -1
- package/dist/build/types/src/core/components/formatted-date/formatted-date.d.ts +1 -0
- package/dist/build/types/src/core/components/grid/columns/default-cell.d.ts +1 -1
- package/dist/build/types/src/core/components/grid/columns/default-cell.styles.d.ts +5 -1
- package/dist/build/types/src/core/components/grid/contexts/columns-context.d.ts +6 -6
- package/dist/build/types/src/core/components/grid/grid-cell/grid-cell.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +6 -2
- package/dist/build/types/src/core/components/grid/grid-context.d.ts +3 -1
- package/dist/build/types/src/core/components/grid/grid.d.ts +4 -4
- package/dist/build/types/src/core/components/grid/grid.stories.d.ts +7 -0
- package/dist/build/types/src/core/components/grid/grid.styles.d.ts +6 -1
- package/dist/build/types/src/core/components/hotspot-image/hotspot-image.d.ts +9 -3
- package/dist/build/types/src/core/components/{pagination/size-changer/size-changer.styles.d.ts → hotspot-image/marker-icon.d.ts} +1 -3
- package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -1
- package/dist/build/types/src/core/components/language-selection/language-selection.d.ts +2 -1
- package/dist/build/types/src/core/components/many-to-one-relation/index.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation-input.d.ts +16 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +20 -0
- package/dist/build/types/src/core/{modules/execution-engine/jobs/default/notification-job-container.d.ts → components/modal/form-modal/components/dont-ask-again-switch.d.ts} +3 -2
- package/dist/build/types/src/core/components/modal/form-modal/components/input-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/textarea-form.d.ts +19 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/upload-form.d.ts +21 -0
- package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +9 -5
- package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +29 -0
- package/dist/build/types/src/core/components/operational-grid/operational-grid.d.ts +1 -1
- package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +4 -4
- package/dist/build/types/src/core/components/pagination/pagination.d.ts +3 -11
- package/dist/build/types/src/core/components/pagination/pagination.stories.d.ts +26 -13
- package/dist/build/types/src/core/components/pagination/pagination.styles.d.ts +1 -1
- package/dist/build/types/src/core/components/panel/panel.d.ts +1 -2
- package/dist/build/types/src/core/{modules/element/editor/shared-components/workflow/log-modal/workflow-log-modal.d.ts → components/password-reset/password-reset.d.ts} +1 -1
- package/dist/build/types/src/core/components/split-layout/split-layout.d.ts +3 -1
- package/dist/build/types/src/core/components/split-layout/split-layout.stories.d.ts +19 -0
- package/dist/build/types/src/core/components/tabpanel/tabpanel.d.ts +4 -1
- package/dist/build/types/src/core/constants/global.d.ts +1 -0
- package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +4 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog.d.ts +15 -0
- package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.styles.d.ts → modules/about/components/about-dialog/about-dialog.styles.d.ts} +2 -1
- package/dist/build/types/src/core/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 +12 -1
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-widget-restorer.d.ts +18 -0
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.d.ts +17 -0
- package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/grid-cell/components/date/date-cell.styles.d.ts → app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts} +2 -2
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +72 -0
- package/dist/build/types/src/core/modules/app/component-registry/component-registry.d.ts +3 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-registry.d.ts +6 -0
- package/dist/build/types/src/core/modules/app/error-handler/classes/api-error.d.ts +1 -4
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +5 -0
- package/dist/build/types/src/core/modules/app/hook/use-date-converter.d.ts +20 -0
- package/dist/build/types/src/core/modules/app/hook/use-handle-keybindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/app/hook-processor-registry/abstract-hook-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-data-context.d.ts +33 -0
- package/dist/build/types/src/core/modules/app/processor-registry/abstract-processor-registry.d.ts +34 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +1118 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +315 -24
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +13 -0
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +193 -37
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +193 -37
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/actions/upload-new-version/upload-new-version.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +833 -129
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +1899 -386
- package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/{execution-engine/jobs/tag-assign/notification-job-container.d.ts → asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.d.ts} +5 -3
- package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/asset/events/post-update-event.d.ts +22 -0
- package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/asset/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/listing/builder/asset-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.stories.d.ts → modules/asset/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts} +2 -10
- package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +210 -1
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/services/asset-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/services/processors/asset-save-data-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/asset/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +26 -118
- package/dist/build/types/src/core/modules/auth/components/forgot-password-form/forgot-password-form.d.ts +15 -0
- package/dist/build/types/src/core/{components/login-form/login-form.d.ts → modules/auth/components/login-form/login-form-container.d.ts} +1 -1
- package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.d.ts → modules/auth/components/login-form/login-form.d.ts} +9 -7
- package/dist/build/types/src/core/modules/auth/hooks/use-authentication.d.ts +15 -0
- package/dist/build/types/src/core/modules/auth/profile/profile-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/auth/profile/profile-detail.d.ts +2 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +65 -12
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +778 -108
- package/dist/build/types/src/core/modules/auth/user/user-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/util/user-helper.d.ts +11 -0
- package/dist/build/types/src/core/modules/background-processor/process/abstract-mercure-process.d.ts +7 -1
- package/dist/build/types/src/core/modules/background-processor/process/global-message-bus-process.d.ts +0 -2
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +576 -108
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +640 -120
- package/dist/build/types/src/core/modules/data-object/actions/add-object/use-add-object.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +576 -108
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +384 -72
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +193 -36
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +912 -138
- package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/provider/layout-selection-provider.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/data-object/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/builder/object-listing-builder.d.ts +32 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/hooks/with-configuration-sidebar-entry.d.ts +4 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/grid-config.d.ts +5 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +211 -1
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-left.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-right.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/services/data-object-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/data-object/services/processors/data-object-save-data-processor-registry.d.ts +31 -0
- package/dist/build/types/src/core/modules/data-object/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/document/actions/open-in-new-window/use-open-in-new-window.d.ts +2 -4
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +967 -187
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +845 -166
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-form.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar.d.ts +4 -1
- package/dist/build/types/src/core/modules/document/events/post-update-event.d.ts +24 -0
- package/dist/build/types/src/core/modules/document/hooks/use-document-url-processor.d.ts +18 -0
- package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +9 -0
- package/dist/build/types/src/core/modules/document/services/document-opening-service.d.ts +2 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-save-data-processor-registry.d.ts +33 -0
- package/dist/build/types/src/core/modules/document/services/processors/document-url-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/document/tree/utils/transform-api-data-to-node.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/actions/index.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/actions/locate-in-tree/use-locate-in-tree.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/actions/publish/use-publish.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/actions/refresh-tree/use-refresh-tree.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/actions/rename/use-rename.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/actions/sorting/use-sorting.d.ts +25 -0
- package/dist/build/types/src/core/modules/element/actions/unpublish/use-unpublish.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/components/language-selection/permission-based-language-selection-control.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-color-component.d.ts +14 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/{execution-engine/jobs/download/notification-job-container.d.ts → element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-input-quantity-value-component.d.ts} +3 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-multiselect-component.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-number-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-quantity-value-component.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-time-component.d.ts +26 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/dynamic-type-field-filter-abstract.d.ts +3 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/frontendTypes.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/boolean/dynamic-type-field-filter-boolean.d.ts +2 -6
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/classification-store/dynamic-type-field-filter-classification-store.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/color/dynamic-type-field-filter-color.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-adapter/dynamic-type-field-filter-data-object-adapter.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-brick/dynamic-type-field-filter-data-object-object-brick.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/date/dynamic-type-field-filter-date.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/datetime/dynamic-type-field-filter-datetime.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/input-quantity-value/dynamic-type-field-filter-input-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/multiselect/dynamic-type-field-filter-multiselect.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/none/dynamic-type-field-filter-none.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/number/dynamic-type-field-filter-number.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/quantity-value/dynamic-type-field-filter-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/time/dynamic-type-field-filter-time.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/checkbox/checkbox-cell.styles.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/listing/types/dynamic-type-listing-asset-link.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-asset.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-document.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-object.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/abstract/dynamic-type-object-data-abstract-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-boolean-select.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-calculated-value.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-checkbox.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-consent.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-date.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-datetime.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-email.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-external-image.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-firstname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-gender.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-lastname.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-multiselect.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-numeric.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-quantity-value.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-reverse-object-relation.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-rgba-color.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-select.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-slider.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-textarea.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-time.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-user.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-wysiwyg.d.ts +1 -1
- package/dist/build/types/src/core/modules/{execution-engine/jobs/zip-upload/notification-job-container.d.ts → element/dynamic-types/definitions/objects/layout-related/components/iframe/iframe.d.ts} +6 -5
- package/dist/build/types/src/core/modules/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/grid/transformers/components/php-code/php-code.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/php-code/php-code.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-submit-workflow.d.ts +18 -0
- package/dist/build/types/src/core/modules/element/{dynamic-types/definitions/field-filters/types/fullText/dynamic-type-field-filter-fulltext.d.ts → editor/shared-components/workflow/hooks/use-workflow-action.d.ts} +6 -4
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-field-renderer.d.ts +31 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/{log-modal/hooks → hooks}/use-workflow.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/modal/workflow-modal.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/{log-modal → provider}/workflow-provider.d.ts +4 -9
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/types/workflow-types.d.ts +41 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +130 -26
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +195 -39
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +192 -36
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +322 -60
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +803 -85
- package/dist/build/types/src/core/modules/element/element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/element/hooks/use-element-api.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/hooks/use-element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/listing-builder.d.ts +47 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/builder/use-listing-builder.d.ts +22 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/listing-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/listing/abstract/settings/settings-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/abstract-decorator.d.ts +4 -2
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/search-term-filter/search-term-filter-provider.d.ts +2 -3
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/global-context-decorator.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/hooks/use-global-context-identifiers.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/view-layer/global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/global-context/with-global-context-subscriber.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/sorting/data-layer/with-sorting-data-query-arg.d.ts +5 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/search-replace-form/search-replace-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/table/table.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/components/toolbar/toolbar.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/providers/search-replace-assignments/search-replace-assignments-provider.d.ts +44 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/search-replace-assignments-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +358 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +421 -0
- package/dist/build/types/src/core/modules/element/services/element-widget-restorer.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/services/processors/element-icon-processor-registry.d.ts +29 -0
- package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +384 -72
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +517 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +573 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +0 -3
- package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +0 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +25 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +27 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-batch-edit-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +26 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +1 -7
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +1 -1
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +2 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/notification-job-container.d.ts +1 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +9 -15
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +22 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +7 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +7 -12
- package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +35 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +28 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +21 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-error-modal.d.ts +16 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +43 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +76 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +20 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +3 -3
- package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +3 -1
- package/dist/build/types/src/core/modules/execution-engine/topics.d.ts +0 -1
- package/dist/build/types/src/core/modules/notifications/hooks/use-optimistic-update.d.ts +1 -0
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +256 -48
- package/dist/build/types/src/core/modules/open-element/open-element.d.ts +2 -1
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/perspective-form.d.ts +1 -2
- package/dist/build/types/src/core/modules/perspective-editor/context/perspective-editor-provider.d.ts +1 -3
- package/dist/build/types/src/core/modules/perspective-editor/hooks/use-perspective-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/perspective-editor/registry/perspective-permission-provider-registry.d.ts +26 -0
- package/dist/build/types/src/core/modules/perspective-editor/services/providers/main-nav-perspective-permission-provider.d.ts +13 -0
- package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/field-filters/types/input/dynamic-type-field-filter-input.d.ts → perspective-editor/services/providers/search-perspective-permission-provider.d.ts} +3 -4
- package/dist/build/types/src/core/modules/perspectives/active-perspective-slice.d.ts +1 -1
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +29 -21
- package/dist/build/types/src/core/modules/perspectives/hooks/use-perspectives.d.ts +8 -3
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +329 -69
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +335 -70
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +64 -12
- package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +320 -60
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +320 -60
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +384 -72
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +386 -72
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +2 -2
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/types/dynamic-type-custom-report-definition-sql-adapter.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/components/source-definition/source-definition.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/types.d.ts +2 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/pie-chart/pie-chart.d.ts +1 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/report-chart.d.ts +2 -1
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/types.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/helpers.d.ts +36 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/types.d.ts +19 -0
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +448 -84
- package/dist/build/types/src/core/modules/search/search.d.ts +1 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/constants.d.ts +15 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/helpers.d.ts +10 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings.d.ts +2 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/login-token-modal/login-token-modal-container.d.ts +15 -0
- package/dist/build/types/src/core/modules/{execution-engine/jobs/default/notification-job-container-message-bus.d.ts → user/management/detail/tabs/settings/components/login-token-modal/login-token-modal.d.ts} +6 -5
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +64 -12
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +324 -64
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +888 -104
- package/dist/build/types/src/core/modules/user/user-management-slice.d.ts +1 -0
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +128 -24
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +128 -24
- package/dist/build/types/src/core/modules/widget-editor/components/widget-type-form/context/widget-form-provider.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-editor/context/widget-editor-provider.d.ts +0 -2
- package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/components/widget-restorer.d.ts +11 -0
- package/dist/build/types/src/core/modules/widget-manager/events/{close-main-widget-event.d.ts → close-widget-events.d.ts} +11 -0
- package/dist/build/types/src/core/modules/widget-manager/events/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-is-active-main-widget.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-title.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/widget-manager/services/processors/perspective-processor-registry.d.ts +98 -0
- package/dist/build/types/src/core/modules/widget-manager/services/static-widget-restorer.d.ts +21 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.d.ts +6 -0
- package/dist/build/types/src/core/modules/widget-manager/services/widget-restorer-registry.d.ts +23 -0
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +3 -2
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-container.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +25 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-view.d.ts +22 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +5 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-persistence.d.ts +14 -0
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +3 -1
- package/dist/build/types/src/core/types/components/types.d.ts +4 -2
- package/dist/build/types/src/core/utils/clipboard.d.ts +2 -0
- package/dist/build/types/src/core/utils/exponential-backoff.d.ts +27 -0
- package/dist/build/types/src/core/utils/global-context-identifiers.d.ts +18 -0
- package/dist/build/types/src/core/utils/hooks/use-element-resize.d.ts +1 -1
- package/dist/build/types/src/core/utils/hooks/use-element-visible.d.ts +1 -1
- package/dist/build/types/src/core/utils/local-storage.d.ts +29 -0
- package/dist/build/types/src/core/utils/polling-helper.d.ts +2 -1
- package/dist/build/types/src/core/utils/redux-state-persistence.d.ts +21 -0
- package/dist/build/types/src/core/utils/test-id-generator.d.ts +2 -2
- package/dist/build/types/src/sdk/api/perspectives/index.d.ts +1 -1
- package/dist/build/types/src/sdk/app/index.d.ts +1 -0
- package/dist/build/types/src/sdk/components/index.d.ts +24 -2
- package/dist/build/types/src/sdk/modules/app/index.d.ts +6 -0
- package/dist/build/types/src/sdk/modules/asset/index.d.ts +5 -0
- package/dist/build/types/src/sdk/modules/auth/index.d.ts +14 -0
- package/dist/build/types/src/sdk/modules/data-object/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -0
- package/dist/build/types/src/sdk/modules/element/index.d.ts +18 -0
- package/dist/build/types/src/sdk/modules/notifications/index.d.ts +11 -0
- package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +10 -0
- package/dist/build/types/src/sdk/modules/reports/index.d.ts +5 -0
- package/dist/build/types/src/sdk/modules/widget-editor/index.d.ts +11 -0
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +13 -1
- package/dist/build/types/src/sdk/utils/index.d.ts +2 -0
- package/package.json +2 -1
- package/dist/build/types/src/core/components/pagination/inline-textfield/inline-textfield.d.ts +0 -20
- package/dist/build/types/src/core/modules/document/utils/preview-url-helper.d.ts +0 -13
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/number/number-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/text/text-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/textarea/textarea-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/time/time-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/translate/translate-cell.styles.d.ts +0 -12
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/log-modal/hooks/use-submit-workflow.d.ts +0 -24
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/factory.d.ts +0 -25
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/notification-job-container.d.ts +0 -17
- package/dist/build/types/src/core/modules/execution-engine/jobs/default/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/factory.d.ts +0 -20
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/factory.d.ts +0 -23
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/default-job-handler.d.ts +0 -53
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/step-based-progress-job-handler.d.ts +0 -16
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/utils/helpers.d.ts +0 -30
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/tree-filter-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/use-tree-filter.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/tree-id-provider.d.ts +0 -0
- /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/use-tree-id.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form-style.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form.stories.d.ts +0 -0
|
@@ -9,8 +9,11 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { type TabNode } from 'flexlayout-react';
|
|
11
11
|
import React from 'react';
|
|
12
|
+
import { type ElementIcon } from '../../../modules/asset/asset-api-slice.gen';
|
|
12
13
|
export interface TabTitleContainerProps {
|
|
13
14
|
node: TabNode;
|
|
14
15
|
modified?: boolean;
|
|
16
|
+
title?: string;
|
|
17
|
+
icon?: ElementIcon;
|
|
15
18
|
}
|
|
16
|
-
export declare const TabTitleContainer: ({ node, modified }: TabTitleContainerProps) => React.JSX.Element;
|
|
19
|
+
export declare const TabTitleContainer: ({ node, modified, title: titleProp, icon: iconProp }: TabTitleContainerProps) => React.JSX.Element;
|
|
@@ -7,12 +7,13 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
+
import { type IconProps } from '../../../../components/icon/icon';
|
|
10
11
|
import React from 'react';
|
|
11
|
-
import { type ElementIcon } from '../../../../modules/asset/asset-api-slice.gen';
|
|
12
12
|
interface TitleViewProps {
|
|
13
13
|
title: string;
|
|
14
|
-
icon:
|
|
14
|
+
icon: IconProps;
|
|
15
15
|
className?: string;
|
|
16
|
+
onClose?: () => void;
|
|
16
17
|
}
|
|
17
18
|
declare const TitleView: (props: TitleViewProps) => React.JSX.Element;
|
|
18
19
|
export { TitleView };
|
|
@@ -9,10 +9,12 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React, { type ComponentType } from 'react';
|
|
11
11
|
import { type TabNode } from 'flexlayout-react';
|
|
12
|
+
import { type WidgetContentTitleContainerProps } from './widget-content-title-container';
|
|
12
13
|
interface WidgetContainerProps {
|
|
13
14
|
node: TabNode;
|
|
14
15
|
component: ComponentType;
|
|
15
16
|
defaultGlobalContext: boolean;
|
|
17
|
+
contentTitleComponent?: ComponentType<WidgetContentTitleContainerProps>;
|
|
16
18
|
}
|
|
17
19
|
interface IWidgetContext {
|
|
18
20
|
nodeId: string | null;
|
package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
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 ComponentType } from 'react';
|
|
11
|
+
import { type TabNode } from 'flexlayout-react';
|
|
12
|
+
import { type ElementIcon } from '../../../modules/asset/asset-api-slice.gen';
|
|
13
|
+
export interface WidgetContentTitleContainerProps {
|
|
14
|
+
node: TabNode;
|
|
15
|
+
icon: ElementIcon;
|
|
16
|
+
title: string;
|
|
17
|
+
}
|
|
18
|
+
interface WidgetContentTitleProps {
|
|
19
|
+
contentTitleComponent?: ComponentType<WidgetContentTitleContainerProps>;
|
|
20
|
+
node: TabNode;
|
|
21
|
+
icon: ElementIcon;
|
|
22
|
+
title: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const WidgetContentTitleContainer: ({ contentTitleComponent: ContentTitleComponent, node, icon, title }: WidgetContentTitleProps) => React.JSX.Element;
|
|
25
|
+
export {};
|
package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-view.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
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 TabNode } from 'flexlayout-react';
|
|
12
|
+
import { type IconProps } from '../../../components/icon/icon';
|
|
13
|
+
export interface WidgetContentTitleViewProps {
|
|
14
|
+
node: TabNode;
|
|
15
|
+
icon: IconProps;
|
|
16
|
+
title: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Widget content title view component for SDK usage.
|
|
20
|
+
* Renders a TitleView with the provided title without translation.
|
|
21
|
+
*/
|
|
22
|
+
export declare const WidgetContentTitleView: ({ icon, title }: WidgetContentTitleViewProps) => React.JSX.Element;
|
|
@@ -7,13 +7,17 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import React from 'react';
|
|
10
|
+
import React, { type ComponentType } from 'react';
|
|
11
11
|
import { type UseCssContainerProps } from '../../../utils/hooks/use-css-container/use-css-container';
|
|
12
12
|
import { type ElementIcon } from '../../../modules/asset/asset-api-slice.gen';
|
|
13
|
+
import { type TabNode } from 'flexlayout-react';
|
|
14
|
+
import { type WidgetContentTitleContainerProps } from './widget-content-title-container';
|
|
13
15
|
interface WidgetViewProps {
|
|
14
16
|
title: string;
|
|
15
17
|
showTitle?: boolean;
|
|
16
18
|
icon: ElementIcon;
|
|
19
|
+
node: TabNode;
|
|
20
|
+
contentTitleComponent?: ComponentType<WidgetContentTitleContainerProps>;
|
|
17
21
|
children: React.ReactNode;
|
|
18
22
|
}
|
|
19
23
|
export declare const cssContainerWidget: UseCssContainerProps;
|
|
@@ -0,0 +1,14 @@
|
|
|
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 WidgetManagerState } from './widget-manager-slice';
|
|
11
|
+
import { type Reducer, type UnknownAction } from '@reduxjs/toolkit';
|
|
12
|
+
export declare const WIDGET_MANAGER_STORAGE_KEY = "widget_manager_inner_model";
|
|
13
|
+
export declare const getWidgetManagerStorageKey: (userId?: number) => string;
|
|
14
|
+
export declare const createWidgetManagerPersistedReducer: (reducer: Reducer<WidgetManagerState, UnknownAction>) => Reducer<WidgetManagerState, UnknownAction>;
|
|
@@ -22,6 +22,7 @@ export interface WidgetManagerState {
|
|
|
22
22
|
export interface WidgetManagerTabConfig extends Omit<IJsonTabNode, 'icon'> {
|
|
23
23
|
config: {
|
|
24
24
|
translationKey?: string;
|
|
25
|
+
label?: string;
|
|
25
26
|
icon?: ElementIcon;
|
|
26
27
|
[key: string]: any;
|
|
27
28
|
};
|
|
@@ -33,6 +34,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<WidgetManagerState,
|
|
|
33
34
|
updateMainWidgetContext: (state: import("immer").WritableDraft<WidgetManagerState>, action: PayloadAction<MainWidgetContext>) => void;
|
|
34
35
|
setActiveWidgetById: (state: import("immer").WritableDraft<WidgetManagerState>, action: PayloadAction<string>) => void;
|
|
35
36
|
openMainWidget: (state: import("immer").WritableDraft<WidgetManagerState>, action: PayloadAction<WidgetManagerTabConfig>) => void;
|
|
37
|
+
updateWidget: (state: import("immer").WritableDraft<WidgetManagerState>, action: PayloadAction<WidgetManagerTabConfig>) => void;
|
|
36
38
|
openBottomWidget: (state: import("immer").WritableDraft<WidgetManagerState>, action: PayloadAction<WidgetManagerTabConfig>) => void;
|
|
37
39
|
openLeftWidget: (state: import("immer").WritableDraft<WidgetManagerState>, action: PayloadAction<WidgetManagerTabConfig>) => void;
|
|
38
40
|
openRightWidget: (state: import("immer").WritableDraft<WidgetManagerState>, action: PayloadAction<WidgetManagerTabConfig>) => void;
|
|
@@ -43,7 +45,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<WidgetManagerState,
|
|
|
43
45
|
selectMainWidgetContext: (state: WidgetManagerState) => MainWidgetContext;
|
|
44
46
|
}>;
|
|
45
47
|
export declare const widgetManagerSliceName: "widget-manager";
|
|
46
|
-
export declare const updateOuterModel: import("@reduxjs/toolkit").ActionCreatorWithPayload<IJsonModel, "widget-manager/updateOuterModel">, updateMainWidgetContext: import("@reduxjs/toolkit").ActionCreatorWithPayload<MainWidgetContext, "widget-manager/updateMainWidgetContext">, updateInnerModel: import("@reduxjs/toolkit").ActionCreatorWithPayload<IJsonModel, "widget-manager/updateInnerModel">, openMainWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<WidgetManagerTabConfig, "widget-manager/openMainWidget">, openBottomWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<WidgetManagerTabConfig, "widget-manager/openBottomWidget">, openLeftWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<WidgetManagerTabConfig, "widget-manager/openLeftWidget">, openRightWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<WidgetManagerTabConfig, "widget-manager/openRightWidget">, setActiveWidgetById: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "widget-manager/setActiveWidgetById">, closeWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "widget-manager/closeWidget">;
|
|
48
|
+
export declare const updateOuterModel: import("@reduxjs/toolkit").ActionCreatorWithPayload<IJsonModel, "widget-manager/updateOuterModel">, updateMainWidgetContext: import("@reduxjs/toolkit").ActionCreatorWithPayload<MainWidgetContext, "widget-manager/updateMainWidgetContext">, updateInnerModel: import("@reduxjs/toolkit").ActionCreatorWithPayload<IJsonModel, "widget-manager/updateInnerModel">, openMainWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<WidgetManagerTabConfig, "widget-manager/openMainWidget">, updateWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<WidgetManagerTabConfig, "widget-manager/updateWidget">, openBottomWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<WidgetManagerTabConfig, "widget-manager/openBottomWidget">, openLeftWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<WidgetManagerTabConfig, "widget-manager/openLeftWidget">, openRightWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<WidgetManagerTabConfig, "widget-manager/openRightWidget">, setActiveWidgetById: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "widget-manager/setActiveWidgetById">, closeWidget: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "widget-manager/closeWidget">;
|
|
47
49
|
export declare const selectInnerModel: import("reselect").Selector<{
|
|
48
50
|
"widget-manager": WidgetManagerState;
|
|
49
51
|
}, IJsonModel, []> & {
|
|
@@ -7,7 +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 { ColumnDef, RowSelectionState, SortingState, TableOptions } from '@tanstack/react-table';
|
|
10
|
+
import type { AccessorFnColumnDef, ColumnDef, RowSelectionState, SortingState, TableOptions } from '@tanstack/react-table';
|
|
11
11
|
import { type GridCellReference, type GridContextMenuProps } from '../../components/grid/grid';
|
|
12
12
|
import { type ElementType } from 'react';
|
|
13
13
|
import type React from 'react';
|
|
@@ -35,7 +35,7 @@ export interface ListGridContextMenuProps {
|
|
|
35
35
|
export type ListGridContextMenuComponents = ElementType<ListGridContextMenuProps>;
|
|
36
36
|
export interface GridProps {
|
|
37
37
|
data: any[];
|
|
38
|
-
columns: Array<ColumnDef<any>>;
|
|
38
|
+
columns: Array<ColumnDef<any> | AccessorFnColumnDef<any>>;
|
|
39
39
|
resizable?: boolean;
|
|
40
40
|
docked?: boolean;
|
|
41
41
|
onUpdateCellData?: (event: OnUpdateCellDataEvent) => void;
|
|
@@ -66,5 +66,7 @@ export interface GridProps {
|
|
|
66
66
|
onRowDoubleClick?: (row: any) => void;
|
|
67
67
|
enableRowDrag?: boolean;
|
|
68
68
|
handleDragEnd?: (event: DragEndEvent) => void;
|
|
69
|
+
enableRowVirtualizer?: boolean;
|
|
70
|
+
size?: 'normal' | 'small';
|
|
69
71
|
}
|
|
70
72
|
export {};
|
|
@@ -9,3 +9,5 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export declare const copyToClipboard: (text: string) => Promise<boolean>;
|
|
11
11
|
export declare const copyToClipboardWithFeedback: (text: string, onSuccess?: () => void, onError?: (error: string) => void) => Promise<void>;
|
|
12
|
+
export declare const pasteFromClipboard: () => Promise<string | null>;
|
|
13
|
+
export declare const pasteFromClipboardWithFeedback: (onSuccess?: () => void, onError?: (error: string) => void) => Promise<void>;
|
|
@@ -0,0 +1,27 @@
|
|
|
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 ExponentialBackoffOptions {
|
|
11
|
+
initialDelay: number;
|
|
12
|
+
maxDelay: number;
|
|
13
|
+
multiplier: number;
|
|
14
|
+
}
|
|
15
|
+
export declare class ExponentialBackoff {
|
|
16
|
+
private readonly initialDelay;
|
|
17
|
+
private readonly maxDelay;
|
|
18
|
+
private readonly multiplier;
|
|
19
|
+
private currentDelay;
|
|
20
|
+
private timeoutId;
|
|
21
|
+
constructor(options: ExponentialBackoffOptions);
|
|
22
|
+
schedule(callback: () => void): void;
|
|
23
|
+
increase(): void;
|
|
24
|
+
reset(): void;
|
|
25
|
+
clear(): void;
|
|
26
|
+
getCurrentDelay(): number;
|
|
27
|
+
}
|
|
@@ -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 { type GlobalDataObjectContext } from '../modules/data-object/hooks/use-global-data-object-context';
|
|
11
|
+
import { type GlobalAssetContext } from '../modules/asset/hooks/use-global-asset-context';
|
|
12
|
+
import { type GlobalDocumentContext } from '../modules/document/hooks/use-global-document-context';
|
|
13
|
+
export declare const OBJECT_CONTEXT_IDENTIFIER_PREFIX = "object";
|
|
14
|
+
export declare const ASSET_CONTEXT_IDENTIFIER_PREFIX = "asset";
|
|
15
|
+
export declare const DOCUMENT_CONTEXT_IDENTIFIER_PREFIX = "document";
|
|
16
|
+
export declare const getBaseDataObjectContextIdentifiers: (objectData: any, isGrid: boolean) => GlobalDataObjectContext["config"]["contextIdentifiers"];
|
|
17
|
+
export declare const getBaseAssetContextIdentifiers: (assetData: any, isGrid: boolean) => GlobalAssetContext["config"]["contextIdentifiers"];
|
|
18
|
+
export declare const getBaseDocumentContextIdentifiers: (documentData: any) => GlobalDocumentContext["config"]["contextIdentifiers"];
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { type RefObject } from 'react';
|
|
11
11
|
type Element = RefObject<HTMLElement> | string;
|
|
12
|
-
declare const useElementResize: (element: Element, disable?: boolean) => {
|
|
12
|
+
export declare const useElementResize: (element: Element, disable?: boolean) => {
|
|
13
13
|
width: number;
|
|
14
14
|
height: number;
|
|
15
15
|
};
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type RefObject } from 'react';
|
|
11
|
-
declare const useElementVisible: (ref: RefObject<HTMLElement> | null | undefined, continueObserving?: boolean, disable?: boolean) => boolean;
|
|
11
|
+
export declare const useElementVisible: (ref: RefObject<HTMLElement> | null | undefined, continueObserving?: boolean, disable?: boolean) => boolean;
|
|
12
12
|
export default useElementVisible;
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
/**
|
|
11
|
+
* Set a value in local storage with prefix
|
|
12
|
+
*/
|
|
13
|
+
export declare function setLocalStorageItem(key: string, value: string): void;
|
|
14
|
+
/**
|
|
15
|
+
* Get a value from local storage with prefix
|
|
16
|
+
*/
|
|
17
|
+
export declare function getLocalStorageItem(key: string): string | null;
|
|
18
|
+
/**
|
|
19
|
+
* Remove a value from local storage with prefix
|
|
20
|
+
*/
|
|
21
|
+
export declare function removeLocalStorageItem(key: string): void;
|
|
22
|
+
/**
|
|
23
|
+
* Check if user has selected "don't ask again" for a specific key
|
|
24
|
+
*/
|
|
25
|
+
export declare function isDontAskAgainEnabled(key: string): boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Set "don't ask again" preference for a specific key
|
|
28
|
+
*/
|
|
29
|
+
export declare function setDontAskAgain(key: string, enabled: boolean): void;
|
|
@@ -11,6 +11,7 @@ interface FetchBlobWithPollingParams {
|
|
|
11
11
|
url: string;
|
|
12
12
|
onSuccess: (blob: Blob) => void;
|
|
13
13
|
interval?: number;
|
|
14
|
+
throwOnError?: boolean;
|
|
14
15
|
}
|
|
15
|
-
export declare function fetchBlobWithPolling({ url, onSuccess, interval }: FetchBlobWithPollingParams): Promise<void>;
|
|
16
|
+
export declare function fetchBlobWithPolling({ url, onSuccess, interval, throwOnError }: FetchBlobWithPollingParams): Promise<void>;
|
|
16
17
|
export {};
|
|
@@ -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 Reducer, type UnknownAction } from '@reduxjs/toolkit';
|
|
11
|
+
export declare const loadReduxState: <T>(key: string) => T | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* Higher-Order Reducer to automatically persist state changes.
|
|
14
|
+
* Acts like a middleware for a specific slice.
|
|
15
|
+
*
|
|
16
|
+
* @param reducer The original slice reducer
|
|
17
|
+
* @param key The local storage key
|
|
18
|
+
* @param selector Optional selector to persist only part of the state
|
|
19
|
+
* @param condition Optional condition function to determine if state should be saved
|
|
20
|
+
*/
|
|
21
|
+
export declare const createPersistedReduxReducer: <S, A extends UnknownAction>(reducer: Reducer<S, A>, key: string | ((state: S) => string), selector?: (state: S) => any, condition?: (state: S) => boolean) => Reducer<S, A>;
|
|
@@ -40,7 +40,7 @@ export declare const buildTestId: (parts: Array<string | number | undefined>, se
|
|
|
40
40
|
export declare const createGenericTestId: (base: string | number, options?: {
|
|
41
41
|
prefix?: string;
|
|
42
42
|
suffix?: string;
|
|
43
|
-
elementType?:
|
|
43
|
+
elementType?: string;
|
|
44
44
|
separator?: string;
|
|
45
45
|
}) => string;
|
|
46
46
|
/**
|
|
@@ -55,7 +55,7 @@ export declare const createGenericTestId: (base: string | number, options?: {
|
|
|
55
55
|
* createNodeTestId(123, 'document')
|
|
56
56
|
* // Returns: 'tree-node-document-123'
|
|
57
57
|
*/
|
|
58
|
-
export declare const createNodeTestId: (id: number, elementType?:
|
|
58
|
+
export declare const createNodeTestId: (id: number, elementType?: string) => string;
|
|
59
59
|
/**
|
|
60
60
|
* Creates a test ID for border buttons that open tree widgets.
|
|
61
61
|
* Uses a priority system: nodeId > elementType+name > name > fallback.
|
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
export * from '../../../core/modules/perspectives/perspectives-slice.
|
|
10
|
+
export * from '../../../core/modules/perspectives/perspectives-slice.enhanced';
|
|
@@ -16,4 +16,5 @@ export * from '../../core/app/router/router';
|
|
|
16
16
|
export * from '../../core/app/i18n';
|
|
17
17
|
export * from '../../core/app/public-api/helpers/api-helper';
|
|
18
18
|
export { useTranslation, Trans } from 'react-i18next';
|
|
19
|
+
export type { TFunction } from 'i18next';
|
|
19
20
|
export { inject, injectable } from 'inversify';
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export * from '../../core/components/accordion/accordion';
|
|
11
11
|
export * from '../../core/components/button/button';
|
|
12
|
+
export * from '../../core/components/button-group/button-group';
|
|
12
13
|
export * from '../../core/components/accordion-timeline/accordion-timeline';
|
|
13
14
|
export * from '../../core/components/alert/alert';
|
|
14
15
|
export * from '../../core/components/asset-target/asset-target';
|
|
@@ -17,6 +18,7 @@ export * from '../../core/components/badge/badge';
|
|
|
17
18
|
export * from '../../core/components/block/block';
|
|
18
19
|
export * from '../../core/components/breadcrumb/breadcrumb';
|
|
19
20
|
export * from '../../core/components/box/box';
|
|
21
|
+
export * from '../../core/components/panel/panel';
|
|
20
22
|
export * from '../../core/components/card/card';
|
|
21
23
|
export * from '../../core/components/checkbox/checkbox';
|
|
22
24
|
export * from '../../core/components/code-editor/code-editor';
|
|
@@ -25,6 +27,7 @@ export * from '../../core/components/color-picker/color-picker';
|
|
|
25
27
|
export * from '../../core/components/compact/compact';
|
|
26
28
|
export * from '../../core/components/content/content';
|
|
27
29
|
export * from '../../core/components/content-layout/content-layout';
|
|
30
|
+
export * from '../../core/components/context-menu-wrapper/context-menu-wrapper';
|
|
28
31
|
export * from '../../core/components/date-picker/date-picker';
|
|
29
32
|
export * from '../../core/components/date-picker/date-range-picker';
|
|
30
33
|
export * from '../../core/components/date-picker/time-picker';
|
|
@@ -33,13 +36,16 @@ export * from '../../core/components/divider/divider';
|
|
|
33
36
|
export * from '../../core/components/drag-and-drop/drag-overlay';
|
|
34
37
|
export * from '../../core/components/drag-and-drop/draggable';
|
|
35
38
|
export * from '../../core/components/drag-and-drop/droppable';
|
|
39
|
+
export * from '../../core/components/drag-and-drop/hotspot-droppable';
|
|
36
40
|
export * from '../../core/components/drag-and-drop/droppable-context-provider';
|
|
41
|
+
export * from '../../core/components/drag-and-drop/hooks/use-droppable';
|
|
37
42
|
export * from '../../core/components/dropdown/dropdown';
|
|
38
43
|
export * from '../../core/components/dropdown-button/dropdown-button';
|
|
39
44
|
export * from '../../core/components/dynamic-filter/dynamic-filter';
|
|
40
45
|
export * from '../../core/components/editable-empty-placeholder/editable-empty-placeholder';
|
|
41
46
|
export * from '../../core/components/element-tag/element-tag';
|
|
42
47
|
export * from '../../core/components/element-tree/element-tree';
|
|
48
|
+
export * as elementTreeSlice from '../../core/components/element-tree/element-tree-slice';
|
|
43
49
|
export { type NodeState, type UseElementTreeReturnType, useElementTree } from '../../core/components/element-tree/hooks/use-element-tree';
|
|
44
50
|
export { type NodeState as xy, useElementTreeNode } from '../../core/components/element-tree/hooks/use-element-tree-node';
|
|
45
51
|
export * from '../../core/components/element-tree/hooks/use-element-tree-root-node';
|
|
@@ -49,7 +55,15 @@ export { TreeNode, type TreeNodeProps, defaultProps as treeNodeDefaultProps } fr
|
|
|
49
55
|
export * from '../../core/components/element-tree/node/content/tree-node-content';
|
|
50
56
|
export * from '../../core/components/element-tree/provider/node-api-hook-provider/node-api-hook-provider';
|
|
51
57
|
export * from '../../core/components/element-tree/provider/node-api-hook-provider/use-node-api-hook';
|
|
58
|
+
export * from '../../core/components/element-tree/provider/tree-filter-provider/tree-filter-provider';
|
|
59
|
+
export * from '../../core/components/element-tree/provider/tree-filter-provider/use-tree-filter';
|
|
60
|
+
export * from '../../core/components/element-tree/provider/tree-id-provider/tree-id-provider';
|
|
61
|
+
export * from '../../core/components/element-tree/provider/tree-id-provider/use-tree-id';
|
|
62
|
+
export * from '../../core/components/element-tree/provider/tree-permission-provider/tree-permission-provider';
|
|
63
|
+
export * from '../../core/components/element-tree/provider/tree-permission-provider/use-tree-permission';
|
|
52
64
|
export { Skeleton as ElementTreeSkeleton } from '../../core/components/element-tree/skeleton/skeleton';
|
|
65
|
+
export { PagerContainer as ElementTreePagerContainer } from '../../core/components/element-tree/pager/pager-container';
|
|
66
|
+
export { SearchContainer as ElementTreeSearchContainer } from '../../core/components/element-tree/search/search-container';
|
|
53
67
|
export * from '../../core/components/element-tree/types/node-api-hook';
|
|
54
68
|
export * from '../../core/components/empty/empty';
|
|
55
69
|
export * from '../../core/components/field-filters/field-filters';
|
|
@@ -76,6 +90,7 @@ export * from '../../core/components/icon/icon';
|
|
|
76
90
|
export * from '../../core/components/icon-button/icon-button';
|
|
77
91
|
export * from '../../core/components/icon-text-button/icon-text-button';
|
|
78
92
|
export * from '../../core/components/icon-selector/icon-selector';
|
|
93
|
+
export * from '../../core/components/iframe/iframe';
|
|
79
94
|
export * from '../../core/components/image/image';
|
|
80
95
|
export * from '../../core/components/image-preview/image-preview';
|
|
81
96
|
export * from '../../core/components/image-zoom/image-zoom';
|
|
@@ -86,6 +101,7 @@ export * from '../../core/components/input-password/input-password';
|
|
|
86
101
|
export * from '../../core/components/language-selection/language-selection';
|
|
87
102
|
export * from '../../core/components/logo/logo';
|
|
88
103
|
export * from '../../core/components/menu/menu';
|
|
104
|
+
export * from '../../core/components/menu/item/menu-item';
|
|
89
105
|
export * from '../../core/components/message/useMessage';
|
|
90
106
|
export * from '../../core/components/modal/modal';
|
|
91
107
|
export * from '../../core/components/modal/alert-modal/hooks/use-alert-modal';
|
|
@@ -116,7 +132,9 @@ export * from '../../core/components/search-input/search-input';
|
|
|
116
132
|
export * from '../../core/components/segmented/segmented';
|
|
117
133
|
export * from '../../core/components/select/select';
|
|
118
134
|
export * from '../../core/components/sidebar/sidebar';
|
|
135
|
+
export * from '../../core/components/sidebar/sidebar-provider';
|
|
119
136
|
export * from '../../core/components/sidebar/title';
|
|
137
|
+
export * from '../../core/components/sidebar-headline';
|
|
120
138
|
export * from '../../core/components/skeleton/skeleton';
|
|
121
139
|
export * from '../../core/components/skeleton/components/skeleton-avatar/skeleton-avatar';
|
|
122
140
|
export * from '../../core/components/skeleton/components/skeleton-button/skeleton-button';
|
|
@@ -142,17 +160,21 @@ export * from '../../core/components/title/title';
|
|
|
142
160
|
export * from '../../core/components/toolbar/toolbar';
|
|
143
161
|
export * from '../../core/components/toolstrip/tool-strip';
|
|
144
162
|
export * from '../../core/components/toolstrip/box/tool-strip-box';
|
|
163
|
+
export * from '../../core/components/tooltip/tooltip';
|
|
145
164
|
export * from '../../core/components/tree-element/tree-element';
|
|
146
165
|
export * from '../../core/components/users-roles-dropdown/users-roles-dropdown';
|
|
147
166
|
export * from '../../core/components/vertical-timeline/vertical-timeline';
|
|
148
|
-
export * from '../../core/
|
|
167
|
+
export * from '../../core/components/predefined-layouts/config/config-layout';
|
|
168
|
+
export * from '../../core/components/tabpanel/tabpanel';
|
|
169
|
+
export * from '../../core/components/operational-grid/operational-grid';
|
|
170
|
+
export * from '../../core/components/operational-grid/hooks/use-operations';
|
|
149
171
|
export * from '../../core/components/pimcore-audio/pimcore-audio';
|
|
150
172
|
export * from '../../core/components/pimcore-document/pimcore-document';
|
|
151
173
|
export * from '../../core/components/pimcore-image/pimcore-image';
|
|
152
174
|
export * from '../../core/components/pimcore-video/pimcore-video';
|
|
153
175
|
export * from '../../core/components/modal/useModal/index';
|
|
154
176
|
export * from '../../core/components/modal/file-list/file-list';
|
|
155
|
-
export * from '../../core/components/login-form/login-form';
|
|
177
|
+
export * from '../../core/modules/auth/components/login-form/login-form-container';
|
|
156
178
|
export * from '../../core/components/data-object-preview/data-object-preview';
|
|
157
179
|
export * from '../../core/components/creatable-select/creatable-select';
|
|
158
180
|
export * from '../../core/components/dynamic-filter/provider/use-dynamic-filter';
|
|
@@ -9,10 +9,16 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export * from '../../../core/modules/app/component-registry/component-registry';
|
|
11
11
|
export * from '../../../core/modules/app/context-menu-registry';
|
|
12
|
+
export * from '../../../core/modules/app/context-menu-registry/context-types';
|
|
12
13
|
export * from '../../../core/modules/app/error-boundary/error-boundary';
|
|
13
14
|
export { default as trackError, ApiError, GeneralError } from '../../../core/modules/app/error-handler';
|
|
14
15
|
export * from '../../../core/modules/app/error-handler/types';
|
|
15
16
|
export * from '../../../core/modules/app/theme/theme-provider';
|
|
17
|
+
export * from '../../../core/modules/app/theme/utils/themes/theme-tokens';
|
|
18
|
+
export * from '../../../core/modules/app/hook/use-handle-keybindings';
|
|
19
|
+
export * from '../../../core/modules/app/hook/use-date-converter';
|
|
16
20
|
export * from '../../../core/modules/app/settings/hooks/use-settings';
|
|
17
21
|
export * from '../../../core/modules/app/base-layout/main-nav/services/main-nav-registry';
|
|
18
22
|
export * from '../../../core/modules/app/base-layout/main-nav/hooks/use-main-nav';
|
|
23
|
+
export * from '../../../core/modules/app/base-layout/right-sidebar/logo/subscription-details';
|
|
24
|
+
export * from '../../../core/modules/app/app-loader/services/app-loader-registry';
|
|
@@ -11,6 +11,8 @@ export * from '../../../core/modules/asset/actions/clear-thumbnails/use-clear-th
|
|
|
11
11
|
export * from '../../../core/modules/asset/actions/download/use-download';
|
|
12
12
|
export * from '../../../core/modules/asset/actions/upload-new-version/upload-new-version';
|
|
13
13
|
export * from '../../../core/modules/asset/actions/zip-download/use-zip-download';
|
|
14
|
+
export * from '../../../core/modules/asset/events/post-update-event';
|
|
15
|
+
export * from '../../../core/modules/asset/services/processors/asset-save-data-processor-registry';
|
|
14
16
|
export * from '../../../core/modules/asset/draft/hooks/use-custom-metadata';
|
|
15
17
|
export * from '../../../core/modules/asset/draft/hooks/use-image-settings';
|
|
16
18
|
export * from '../../../core/modules/asset/editor/shared-tab-manager/tab-definitions';
|
|
@@ -30,3 +32,6 @@ export * from '../../../core/modules/asset/hooks/use-global-asset-context';
|
|
|
30
32
|
export * as AssetApiSlice from '../../../core/modules/asset/asset-api-slice-enhanced';
|
|
31
33
|
export * from '../../../core/modules/asset/asset-draft-slice';
|
|
32
34
|
export * from '../../../core/modules/asset/asset-provider';
|
|
35
|
+
export * from '../../../core/modules/asset/tree/utils/transform-api-data-to-node';
|
|
36
|
+
export * from '../../../core/modules/asset/listing/listing-container';
|
|
37
|
+
export * from '../../../core/modules/asset/listing/builder/asset-listing-builder';
|
|
@@ -0,0 +1,14 @@
|
|
|
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 * from '../../../core/modules/auth/enums/user-permission';
|
|
11
|
+
export * from '../../../core/modules/auth/permission-helper';
|
|
12
|
+
export * from '../../../core/modules/auth/hooks/use-user';
|
|
13
|
+
export * from '../../../core/modules/auth/hooks/use-is-authenticated';
|
|
14
|
+
export * from '../../../core/modules/auth/util/user-helper';
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export * from '../../../core/modules/data-object/actions/add-object/use-add-object';
|
|
11
11
|
export * from '../../../core/modules/data-object/actions/save/use-save';
|
|
12
|
+
export * from '../../../core/modules/data-object/events/post-update-event';
|
|
13
|
+
export * from '../../../core/modules/data-object/services/processors/data-object-save-data-processor-registry';
|
|
12
14
|
export * from '../../../core/modules/data-object/data-object-draft-slice';
|
|
13
15
|
export * from '../../../core/modules/data-object/draft/hooks/use-modified-object-data';
|
|
14
16
|
export * from '../../../core/modules/data-object/hooks/use-custom-layouts';
|
|
@@ -26,3 +28,9 @@ export * from '../../../core/components/language-selection/language-selection-wi
|
|
|
26
28
|
export * from '../../../core/components/language-selection/provider/language-selection-provider';
|
|
27
29
|
export * from '../../../core/components/language-selection/provider/use-language-selection';
|
|
28
30
|
export * from '../../../core/modules/data-object/editor/widget';
|
|
31
|
+
export * from '../../../core/modules/data-object/tree/node/with-action-states';
|
|
32
|
+
export * from '../../../core/modules/data-object/tree/utils/transform-api-data-to-node';
|
|
33
|
+
export * from '../../../core/modules/data-object/listing/listing-container';
|
|
34
|
+
export * from '../../../core/modules/data-object/listing/builder/object-listing-builder';
|
|
35
|
+
export * from '../../../core/modules/data-object/listing/decorator/class-definition-selection/context-layer/provider/use-class-definition-selection';
|
|
36
|
+
export * from '../../../core/modules/data-object/data-object-provider';
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export * from '../../../core/modules/document/actions/open-in-new-window/use-open-in-new-window';
|
|
11
11
|
export * from '../../../core/modules/document/actions/save/use-save';
|
|
12
|
+
export * from '../../../core/modules/document/actions/add-page/use-add-document';
|
|
13
|
+
export * from '../../../core/modules/document/events/post-update-event';
|
|
12
14
|
export * from '../../../core/modules/document/document-draft-slice';
|
|
13
15
|
export * from '../../../core/modules/document/draft/hooks/use-modified-editable-data';
|
|
14
16
|
export * from '../../../core/modules/document/hooks/use-document';
|
|
@@ -16,12 +18,18 @@ export * from '../../../core/modules/document/hooks/use-document-draft';
|
|
|
16
18
|
export * from '../../../core/modules/document/hooks/use-document-helper';
|
|
17
19
|
export * from '../../../core/modules/document/hooks/use-global-document-context';
|
|
18
20
|
export * from '../../../core/modules/document/hooks/use-sites';
|
|
21
|
+
export * from '../../../core/modules/document/services/processors/document-url-processor-registry';
|
|
22
|
+
export * from '../../../core/modules/document/services/processors/document-save-data-processor-registry';
|
|
19
23
|
export * from '../../../core/modules/document/editor/shared-tab-manager/tab-definitions';
|
|
24
|
+
export * from '../../../core/modules/document/editor/shared-tab-manager/sidebar-definitions';
|
|
20
25
|
export * from '../../../core/modules/document/editor/types/email/tab-manager/email-tab-manager';
|
|
21
26
|
export * from '../../../core/modules/document/editor/types/folder/tab-manager/folder-tab-manager';
|
|
22
27
|
export * from '../../../core/modules/document/editor/types/hardlink/tab-manager/hardlink-tab-manager';
|
|
23
28
|
export * from '../../../core/modules/document/editor/types/link/tab-manager/link-tab-manager';
|
|
24
29
|
export * from '../../../core/modules/document/editor/types/page/tab-manager/page-tab-manager';
|
|
25
30
|
export * from '../../../core/modules/document/editor/types/snippet/tab-manager/snippet-tab-manager';
|
|
31
|
+
export * from '../../../core/modules/document/editor/sidebar/document-sidebar-manager';
|
|
32
|
+
export * from '../../../core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar';
|
|
26
33
|
export * from '../../../core/modules/document/editor/widget';
|
|
27
34
|
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/components/inheritance-overlay/inheritance-overlay';
|
|
35
|
+
export * from '../../../core/modules/document/tree/utils/transform-api-data-to-node';
|
|
@@ -9,15 +9,19 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export * from '../../../core/modules/element/actions/add-folder/use-add-folder';
|
|
11
11
|
export * from '../../../core/modules/element/actions/copy-paste/use-copy-paste';
|
|
12
|
+
export * from '../../../core/modules/element/actions/copy-paste/tree-copy-paste-context';
|
|
12
13
|
export * from '../../../core/modules/element/actions/delete/use-delete';
|
|
13
14
|
export * from '../../../core/modules/element/actions/delete-draft/use-delete-draft';
|
|
14
15
|
export * from '../../../core/modules/element/actions/locate-in-tree/use-locate-in-tree';
|
|
15
16
|
export * from '../../../core/modules/element/actions/lock/use-lock';
|
|
16
17
|
export * from '../../../core/modules/element/actions/open/open';
|
|
17
18
|
export * from '../../../core/modules/element/actions/publish/use-publish';
|
|
19
|
+
export * from '../../../core/modules/element/actions/unpublish/use-unpublish';
|
|
18
20
|
export * from '../../../core/modules/element/actions/refresh-element/use-element-refresh';
|
|
19
21
|
export * from '../../../core/modules/element/actions/refresh-grid/use-refresh-grid';
|
|
22
|
+
export * from '../../../core/modules/element/actions/refresh-tree/use-refresh-tree';
|
|
20
23
|
export * from '../../../core/modules/element/actions/rename/use-rename';
|
|
24
|
+
export * from '../../../core/modules/element/services/processors/element-icon-processor-registry';
|
|
21
25
|
export * from '../../../core/modules/element/draft/hooks/use-draft-data';
|
|
22
26
|
export * from '../../../core/modules/element/draft/hooks/use-properties';
|
|
23
27
|
export * from '../../../core/modules/element/draft/hooks/use-published';
|
|
@@ -214,3 +218,17 @@ export * from '../../../core/modules/element/hooks/use-element-helper';
|
|
|
214
218
|
export * from '../../../core/modules/element/hooks/use-global-element-context';
|
|
215
219
|
export * from '../../../core/modules/element/permissions/permission-helper';
|
|
216
220
|
export * from '../../../core/modules/element/utils/element-type';
|
|
221
|
+
export * from '../../../core/modules/element/tree/node/with-droppable/with-droppable-styling';
|
|
222
|
+
export * from '../../../core/modules/element/listing/abstract/settings/settings-provider';
|
|
223
|
+
export * from '../../../core/modules/element/listing/decorators/abstract-decorator';
|
|
224
|
+
export * from '../../../core/modules/element/dynamic-types/registry/provider/dynamic-type-registry-provider';
|
|
225
|
+
export * from '../../../core/modules/element/listing/abstract/builder/listing-builder';
|
|
226
|
+
export * from '../../../core/modules/element/listing/abstract/builder/use-listing-builder';
|
|
227
|
+
export * from '../../../core/modules/element/listing/decorators/paging/context-layer/paging/provider/use-paging';
|
|
228
|
+
export * from '../../../core/modules/element/listing/decorators/row-selection/context-layer/provider/use-row-selection';
|
|
229
|
+
export * from '../../../core/modules/element/listing/decorators/row-selection/context-layer/provider/use-row-selection-optional';
|
|
230
|
+
export * from '../../../core/modules/element/listing/abstract/data-layer/provider/data/use-data';
|
|
231
|
+
export * from '../../../core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/use-selected-columns';
|
|
232
|
+
export * from '../../../core/modules/element/listing/abstract/view-layer/components/grid/grid-container';
|
|
233
|
+
export * from '../../../core/modules/element/listing/abstract/view-layer/components/sidebar/sidebar';
|
|
234
|
+
export * from '../../../core/modules/element/listing/abstract/settings/use-settings';
|