@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
|
@@ -11,4 +11,4 @@ import React from 'react';
|
|
|
11
11
|
import { type ExtendedCellContext } from '../grid';
|
|
12
12
|
export interface DefaultCellProps extends ExtendedCellContext {
|
|
13
13
|
}
|
|
14
|
-
export declare const DefaultCell: ({ ...
|
|
14
|
+
export declare const DefaultCell: ({ ...originalProps }: DefaultCellProps) => React.JSX.Element;
|
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
import { type GridProps } from '../../../types/components/types';
|
|
11
|
+
export interface UseStyleProps {
|
|
12
|
+
size?: GridProps['size'];
|
|
13
|
+
}
|
|
14
|
+
export declare const useStyle: (props?: UseStyleProps | undefined) => import("antd-style").ReturnStyles<{
|
|
11
15
|
'default-cell': import("antd-style").SerializedStyles;
|
|
12
16
|
}>;
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React, { type ReactNode } from 'react';
|
|
11
|
-
import { type
|
|
11
|
+
import { type AccessorFnColumnDef } from '@tanstack/react-table';
|
|
12
12
|
interface IColumnsContext {
|
|
13
|
-
columns: Array<
|
|
14
|
-
setColumns: (columns: Array<
|
|
15
|
-
initialColumns: Array<
|
|
16
|
-
setInitialColumns: (columns: Array<
|
|
13
|
+
columns: Array<AccessorFnColumnDef<unknown, any>>;
|
|
14
|
+
setColumns: (columns: Array<AccessorFnColumnDef<unknown, any>>) => void;
|
|
15
|
+
initialColumns: Array<AccessorFnColumnDef<unknown, any>>;
|
|
16
|
+
setInitialColumns: (columns: Array<AccessorFnColumnDef<unknown, any>>) => void;
|
|
17
17
|
resetColumnsToInitial: () => void;
|
|
18
|
-
addColumn: (column:
|
|
18
|
+
addColumn: (column: AccessorFnColumnDef<unknown, any>) => void;
|
|
19
19
|
}
|
|
20
20
|
interface IColumnsProviderProps {
|
|
21
21
|
children: ReactNode;
|
|
@@ -11,6 +11,7 @@ import { type Cell } from '@tanstack/react-table';
|
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import { type GridCellReference } from '../grid';
|
|
13
13
|
import { type GridContextProviderProps } from '../grid-context';
|
|
14
|
+
import { type GridProps } from '../../../types/components/types';
|
|
14
15
|
export interface GridCellProps {
|
|
15
16
|
cell: Cell<any, unknown>;
|
|
16
17
|
isActive?: boolean;
|
|
@@ -18,5 +19,6 @@ export interface GridCellProps {
|
|
|
18
19
|
onFocusCell?: (cell: GridCellReference) => void;
|
|
19
20
|
tableElement: GridContextProviderProps['table'];
|
|
20
21
|
rowIndex?: number;
|
|
22
|
+
size?: GridProps['size'];
|
|
21
23
|
}
|
|
22
|
-
export declare const GridCell: ({ cell, isModified, isActive, onFocusCell, tableElement, rowIndex }: GridCellProps) => React.JSX.Element;
|
|
24
|
+
export declare const GridCell: ({ cell, isModified, isActive, onFocusCell, tableElement, rowIndex, size }: GridCellProps) => React.JSX.Element;
|
|
@@ -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 React from 'react';
|
|
10
|
+
import React, { type CSSProperties } from 'react';
|
|
11
11
|
import { type Row } from '@tanstack/react-table';
|
|
12
12
|
import { type GridContextProviderProps } from '../grid-context';
|
|
13
13
|
import { type GridProps, type ListGridContextMenuComponents } from '../../../types/components/types';
|
|
@@ -23,6 +23,10 @@ export interface GridRowProps {
|
|
|
23
23
|
contextMenu?: ListGridContextMenuComponents;
|
|
24
24
|
onRowDoubleClick?: GridProps['onRowDoubleClick'];
|
|
25
25
|
enableRowDrag?: boolean;
|
|
26
|
+
size?: GridProps['size'];
|
|
27
|
+
rowStyle?: CSSProperties;
|
|
28
|
+
measureElement?: (node: HTMLElement | null) => void;
|
|
29
|
+
virtualIndex?: number;
|
|
26
30
|
}
|
|
27
|
-
declare const CachedGridRow: React.MemoExoticComponent<({ row, isSelected, modifiedCells, enableRowDrag, ...props }: GridRowProps) => React.JSX.Element>;
|
|
31
|
+
declare const CachedGridRow: React.MemoExoticComponent<({ row, isSelected, modifiedCells, enableRowDrag, rowStyle, ...props }: GridRowProps) => React.JSX.Element>;
|
|
28
32
|
export { CachedGridRow as GridRow };
|
|
@@ -8,11 +8,13 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React, { type RefObject } from 'react';
|
|
11
|
+
import { type GridProps } from '../../types/components/types';
|
|
11
12
|
export interface IGridContext {
|
|
12
13
|
table: RefObject<HTMLTableElement> | null;
|
|
14
|
+
size?: GridProps['size'];
|
|
13
15
|
}
|
|
14
16
|
export declare const GridContext: React.Context<IGridContext>;
|
|
15
17
|
export interface GridContextProviderProps extends IGridContext {
|
|
16
18
|
children: React.ReactNode;
|
|
17
19
|
}
|
|
18
|
-
export declare const GridContextProvider: ({ table, children }: GridContextProviderProps) => React.JSX.Element;
|
|
20
|
+
export declare const GridContextProvider: ({ table, size, children }: GridContextProviderProps) => React.JSX.Element;
|
|
@@ -12,13 +12,13 @@ import { type GridProps } from '../../types/components/types';
|
|
|
12
12
|
import { type CellContext, type RowData } from '@tanstack/react-table';
|
|
13
13
|
import React from 'react';
|
|
14
14
|
export interface ColumnMetaType {
|
|
15
|
-
editable?: boolean;
|
|
15
|
+
editable?: boolean | ((row: any) => boolean);
|
|
16
16
|
clearable?: boolean;
|
|
17
17
|
showPublishedState?: boolean;
|
|
18
18
|
autoWidth?: boolean;
|
|
19
|
-
type?: string;
|
|
19
|
+
type?: string | ((rowData: any) => string);
|
|
20
20
|
columnKey?: string;
|
|
21
|
-
config?: any;
|
|
21
|
+
config?: any | ((rowData: any) => any);
|
|
22
22
|
callback?: boolean;
|
|
23
23
|
editCallback?: (row: any, columnId: string, currentValue: string) => Promise<string>;
|
|
24
24
|
}
|
|
@@ -48,5 +48,5 @@ export interface ExtendedCellContext extends CellContext<any, any> {
|
|
|
48
48
|
export interface GridContextMenuProps extends Pick<AssetGetGridApiResponse['items'][number], 'isLocked' | 'permissions'> {
|
|
49
49
|
id: number;
|
|
50
50
|
}
|
|
51
|
-
export declare const Grid: ({ enableMultipleRowSelection, modifiedCells, sorting, manualSorting, enableSorting, hideColumnHeaders, highlightActiveCell, docked, onActiveCellChange, enableRowSelection, selectedRows, disabled, allowMultipleAutoWidthColumns, enableRowDrag, handleDragEnd, ...props }: GridProps) => React.JSX.Element;
|
|
51
|
+
export declare const Grid: ({ enableMultipleRowSelection, modifiedCells, sorting, manualSorting, enableSorting, hideColumnHeaders, highlightActiveCell, docked, onActiveCellChange, enableRowSelection, selectedRows, disabled, allowMultipleAutoWidthColumns, enableRowDrag, handleDragEnd, enableRowVirtualizer, size, ...props }: GridProps) => React.JSX.Element;
|
|
52
52
|
export * from './edit-mode/use-edit-mode';
|
|
@@ -50,3 +50,10 @@ export declare const SortableColumns: {
|
|
|
50
50
|
enableSorting: boolean;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
|
+
export declare const SmallSize: {
|
|
54
|
+
args: {
|
|
55
|
+
data: User[];
|
|
56
|
+
columns: ((import("@tanstack/react-table").AccessorKeyColumnDefBase<User, string> & Partial<import("@tanstack/react-table").IdIdentifier<User, string>>) | (import("@tanstack/react-table").AccessorKeyColumnDefBase<User, number> & Partial<import("@tanstack/react-table").IdIdentifier<User, number>>))[];
|
|
57
|
+
size: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
@@ -8,7 +8,12 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type SerializedStyles } from 'antd-style';
|
|
11
|
-
|
|
11
|
+
import { type GridProps } from '../../types/components/types';
|
|
12
|
+
export interface UseStylesProps {
|
|
13
|
+
size?: GridProps['size'];
|
|
14
|
+
enableVirtualizer?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare const useStyles: (props?: UseStylesProps | undefined) => import("antd-style").ReturnStyles<{
|
|
12
17
|
grid: SerializedStyles;
|
|
13
18
|
disabledGrid: SerializedStyles;
|
|
14
19
|
}>;
|
|
@@ -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 React from 'react';
|
|
10
11
|
import { type ExpandedHotspotMarkerData } from '../../modules/element/dynamic-types/definitions/objects/data-related/helpers/hotspot-image/types/hotspot-types';
|
|
11
12
|
export interface IStyleOptions {
|
|
12
13
|
hotspot: {
|
|
@@ -14,13 +15,18 @@ export interface IStyleOptions {
|
|
|
14
15
|
height: number;
|
|
15
16
|
resizeBorderSize: number;
|
|
16
17
|
minSize: number;
|
|
17
|
-
icon:
|
|
18
|
+
icon: React.ReactNode;
|
|
19
|
+
marginTop?: number;
|
|
20
|
+
marginLeft?: number;
|
|
18
21
|
};
|
|
19
22
|
marker: {
|
|
20
23
|
width: number;
|
|
21
24
|
height: number;
|
|
22
|
-
icon:
|
|
25
|
+
icon: React.ReactNode;
|
|
26
|
+
marginTop?: number;
|
|
27
|
+
marginLeft?: number;
|
|
23
28
|
};
|
|
29
|
+
[key: string]: any;
|
|
24
30
|
}
|
|
25
31
|
export declare const defaultStyleOptions: {
|
|
26
32
|
hotspot: {
|
|
@@ -35,7 +41,7 @@ export declare const defaultStyleOptions: {
|
|
|
35
41
|
height: number;
|
|
36
42
|
marginLeft: number;
|
|
37
43
|
marginTop: number;
|
|
38
|
-
icon:
|
|
44
|
+
icon: React.JSX.Element;
|
|
39
45
|
};
|
|
40
46
|
};
|
|
41
47
|
export interface IHotspot {
|
|
@@ -7,6 +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 declare const
|
|
11
|
-
example: import("antd-style").SerializedStyles;
|
|
12
|
-
}>;
|
|
10
|
+
export declare const MarkerIcon: () => JSX.Element;
|
|
@@ -15,7 +15,7 @@ export interface IframeRef {
|
|
|
15
15
|
getIframeElement: () => HTMLIFrameElement | null;
|
|
16
16
|
getElementRef: () => React.RefObject<HTMLIFrameElement>;
|
|
17
17
|
}
|
|
18
|
-
interface IframeProps {
|
|
18
|
+
interface IframeProps extends React.HTMLAttributes<HTMLIFrameElement> {
|
|
19
19
|
src: string;
|
|
20
20
|
title?: string;
|
|
21
21
|
loadingTip?: string;
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
import React from 'react';
|
|
11
11
|
interface LanguageSelectionProps {
|
|
12
12
|
languages: string[];
|
|
13
|
+
customKeys?: string[];
|
|
13
14
|
selectedLanguage: string;
|
|
14
15
|
onSelectLanguage: (language: string) => void;
|
|
15
16
|
}
|
|
16
17
|
export declare const transformLanguage: (language: string) => string | null;
|
|
17
|
-
export declare const LanguageSelection: ({ languages, selectedLanguage, onSelectLanguage }: LanguageSelectionProps) => React.JSX.Element;
|
|
18
|
+
export declare const LanguageSelection: ({ languages, customKeys, selectedLanguage, onSelectLanguage }: LanguageSelectionProps) => React.JSX.Element;
|
|
18
19
|
export {};
|
|
@@ -10,4 +10,5 @@
|
|
|
10
10
|
export { ManyToOneRelation } from './many-to-one-relation';
|
|
11
11
|
export type { ManyToOneRelationProps, ManyToOneRelationValueType, ManyToOneRelationValue, PathTextInputValue, ManyToOneRelationClassDefinitionProps } from './many-to-one-relation';
|
|
12
12
|
export { PathTarget } from './path-target';
|
|
13
|
+
export { ManyToOneRelationInput } from './many-to-one-relation-input';
|
|
13
14
|
export type { PathTargetProps } from './path-target';
|
package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation-input.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
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 IRelationAllowedTypesDataComponent } from '../../modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/allowed-types';
|
|
12
|
+
import { type PathTargetProps } from './path-target';
|
|
13
|
+
export interface ManyToOneRelationInputProps extends PathTargetProps, IRelationAllowedTypesDataComponent {
|
|
14
|
+
enableSearch?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare const ManyToOneRelationInput: (props: ManyToOneRelationInputProps) => React.JSX.Element;
|
|
@@ -17,5 +17,6 @@ export interface PathTargetProps {
|
|
|
17
17
|
inherited?: boolean;
|
|
18
18
|
combinedFieldName?: string;
|
|
19
19
|
pathFormatterClass?: string;
|
|
20
|
+
onSearch?: () => void;
|
|
20
21
|
}
|
|
21
22
|
export declare const PathTarget: React.ForwardRefExoticComponent<PathTargetProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,20 @@
|
|
|
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 SerializedStyles } from '@emotion/react';
|
|
11
|
+
interface UseStylesProps {
|
|
12
|
+
isDragActive: boolean;
|
|
13
|
+
isOver: boolean;
|
|
14
|
+
isValid: boolean;
|
|
15
|
+
hasSearch: boolean;
|
|
16
|
+
}
|
|
17
|
+
export declare const useStyles: (props?: UseStylesProps | undefined) => import("antd-style").ReturnStyles<{
|
|
18
|
+
input: SerializedStyles;
|
|
19
|
+
}>;
|
|
20
|
+
export {};
|
|
@@ -8,5 +8,6 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
export declare function DontAskAgainSwitch(props: {
|
|
12
|
+
dontAskAgainRef: React.MutableRefObject<boolean>;
|
|
13
|
+
}): 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 React from 'react';
|
|
11
|
+
import { type FormInstance, type InputRef } from 'antd';
|
|
12
|
+
import { type Rule } from 'antd/lib/form';
|
|
13
|
+
export interface InputFormProps {
|
|
14
|
+
form: FormInstance<any>;
|
|
15
|
+
initialValues: object;
|
|
16
|
+
fieldName: string;
|
|
17
|
+
label?: string;
|
|
18
|
+
rules?: Rule[];
|
|
19
|
+
onSubmitCapture?: () => Promise<void>;
|
|
20
|
+
}
|
|
21
|
+
export declare const InputForm: React.ForwardRefExoticComponent<InputFormProps & React.RefAttributes<InputRef>>;
|
|
@@ -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
|
+
import { type FormInstance, type InputRef } from 'antd';
|
|
12
|
+
export interface TextareaFormProps {
|
|
13
|
+
form: FormInstance<any>;
|
|
14
|
+
initialValues: object;
|
|
15
|
+
fieldName: string;
|
|
16
|
+
placeholder?: string;
|
|
17
|
+
label?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare const TextareaForm: React.ForwardRefExoticComponent<TextareaFormProps & React.RefAttributes<InputRef>>;
|
|
@@ -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 React from 'react';
|
|
11
|
+
import { type FormInstance, type InputRef } from 'antd';
|
|
12
|
+
import { type Rule } from 'antd/lib/form';
|
|
13
|
+
export interface UploadFormProps {
|
|
14
|
+
form: FormInstance<any>;
|
|
15
|
+
initialValues: object;
|
|
16
|
+
fieldName: string;
|
|
17
|
+
label?: string;
|
|
18
|
+
rules?: Rule[];
|
|
19
|
+
accept?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare const UploadForm: React.ForwardRefExoticComponent<UploadFormProps & React.RefAttributes<InputRef>>;
|
|
@@ -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 React from 'react';
|
|
10
11
|
import { type ModalFuncProps } from 'antd';
|
|
11
12
|
import { type Rule } from 'antd/lib/form';
|
|
12
13
|
export type ConfigUpdate = ModalFuncProps | ((prevConfig: ModalFuncProps) => ModalFuncProps);
|
|
@@ -20,9 +21,12 @@ export type TextareaFormModalProps = Omit<ModalFuncProps, 'content'> & {
|
|
|
20
21
|
initialValue?: string;
|
|
21
22
|
placeholder?: string;
|
|
22
23
|
};
|
|
23
|
-
interface
|
|
24
|
+
interface UploadFormModalProps extends Omit<InputFormModalProps, 'initialValues'> {
|
|
24
25
|
accept?: string;
|
|
25
26
|
}
|
|
27
|
+
export type ConfirmFormModalProps = ModalFuncProps & {
|
|
28
|
+
dontAskAgainKey?: string;
|
|
29
|
+
};
|
|
26
30
|
export interface UseFormModalHookResponse {
|
|
27
31
|
input: (props: InputFormModalProps) => {
|
|
28
32
|
destroy: () => void;
|
|
@@ -32,11 +36,11 @@ export interface UseFormModalHookResponse {
|
|
|
32
36
|
destroy: () => void;
|
|
33
37
|
update: (configUpdate: ConfigUpdate) => void;
|
|
34
38
|
};
|
|
35
|
-
confirm: (props:
|
|
39
|
+
confirm: (props: ConfirmFormModalProps) => {
|
|
36
40
|
destroy: () => void;
|
|
37
41
|
update: (configUpdate: ConfigUpdate) => void;
|
|
38
42
|
};
|
|
39
|
-
upload: (props:
|
|
43
|
+
upload: (props: UploadFormModalProps) => {
|
|
40
44
|
destroy: () => void;
|
|
41
45
|
update: (configUpdate: ConfigUpdate) => void;
|
|
42
46
|
};
|
|
@@ -44,6 +48,6 @@ export interface UseFormModalHookResponse {
|
|
|
44
48
|
export declare function useFormModal(): UseFormModalHookResponse;
|
|
45
49
|
export declare function withInput(props: InputFormModalProps, onKeyBoardSubmit: any, onSetModalLoading: any): ModalFuncProps;
|
|
46
50
|
export declare function withTextarea(props: TextareaFormModalProps): ModalFuncProps;
|
|
47
|
-
export declare function withConfirm(props:
|
|
48
|
-
export declare function withUpload(props:
|
|
51
|
+
export declare function withConfirm(props: ConfirmFormModalProps, dontAskAgainRef: React.MutableRefObject<boolean>): ModalFuncProps;
|
|
52
|
+
export declare function withUpload(props: UploadFormModalProps): ModalFuncProps;
|
|
49
53
|
export {};
|
package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts
ADDED
|
@@ -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
|
+
import type { RcFile, UploadFile } from 'antd/es/upload/interface';
|
|
11
|
+
export declare enum UploadConflictAction {
|
|
12
|
+
OVERWRITE = "overwrite",
|
|
13
|
+
KEEP = "keep",
|
|
14
|
+
SKIP = "skip"
|
|
15
|
+
}
|
|
16
|
+
interface UseUploadConflictHandlerProps {
|
|
17
|
+
targetFolderId?: number;
|
|
18
|
+
}
|
|
19
|
+
interface UseUploadConflictHandlerResult {
|
|
20
|
+
resolveConflicts: (files: RcFile[]) => Promise<void>;
|
|
21
|
+
shouldSkipFile: (file: RcFile) => boolean;
|
|
22
|
+
hasCheckError: (file: RcFile) => boolean;
|
|
23
|
+
getCheckError: (file: RcFile) => any;
|
|
24
|
+
getReplaceId: (file: RcFile | UploadFile) => number | undefined;
|
|
25
|
+
reset: () => void;
|
|
26
|
+
cleanupProcessedFiles: (files: UploadFile[]) => void;
|
|
27
|
+
}
|
|
28
|
+
export declare const useUploadConflictHandler: ({ targetFolderId }: UseUploadConflictHandlerProps) => UseUploadConflictHandlerResult;
|
|
29
|
+
export {};
|
|
@@ -12,7 +12,7 @@ import React from 'react';
|
|
|
12
12
|
import { useOperations } from './hooks/use-operations';
|
|
13
13
|
import { type ColumnDef } from '@tanstack/react-table';
|
|
14
14
|
export interface OperationalGridProps extends Omit<GridProps, 'data' | 'onUpdateCellData'> {
|
|
15
|
-
value
|
|
15
|
+
value?: GridProps['data'];
|
|
16
16
|
onChange?: (value: GridProps['data']) => void;
|
|
17
17
|
onColumnsChange?: (columns: Array<ColumnDef<any>>) => void;
|
|
18
18
|
children: React.ReactNode;
|
|
@@ -48,9 +48,9 @@ export declare const ReadOnly: {
|
|
|
48
48
|
clearable?: boolean;
|
|
49
49
|
showPublishedState?: boolean;
|
|
50
50
|
autoWidth?: boolean;
|
|
51
|
-
type?: string;
|
|
51
|
+
type?: string | ((rowData: any) => string);
|
|
52
52
|
columnKey?: string;
|
|
53
|
-
config?: any;
|
|
53
|
+
config?: any | ((rowData: any) => any);
|
|
54
54
|
callback?: boolean;
|
|
55
55
|
editCallback?: (row: any, columnId: string, currentValue: string) => Promise<string>;
|
|
56
56
|
};
|
|
@@ -85,9 +85,9 @@ export declare const ReadOnly: {
|
|
|
85
85
|
clearable?: boolean;
|
|
86
86
|
showPublishedState?: boolean;
|
|
87
87
|
autoWidth?: boolean;
|
|
88
|
-
type?: string;
|
|
88
|
+
type?: string | ((rowData: any) => string);
|
|
89
89
|
columnKey?: string;
|
|
90
|
-
config?: any;
|
|
90
|
+
config?: any | ((rowData: any) => any);
|
|
91
91
|
callback?: boolean;
|
|
92
92
|
editCallback?: (row: any, columnId: string, currentValue: string) => Promise<string>;
|
|
93
93
|
};
|
|
@@ -8,15 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
current?: number;
|
|
14
|
-
defaultPageSize?: number;
|
|
15
|
-
pageSizeOptions?: number[];
|
|
16
|
-
showSizeChanger?: boolean;
|
|
17
|
-
amountOfVisiblePages?: number;
|
|
18
|
-
hideOnSinglePage?: boolean;
|
|
19
|
-
showTotal?: (total: number) => string;
|
|
20
|
-
onChange?: (page: number, pageSize: number) => void;
|
|
11
|
+
import { type PaginationProps as BasePaginationProps } from 'antd';
|
|
12
|
+
export interface PaginationProps extends Omit<BasePaginationProps, 'pageSize' | 'defaultCurrent' | 'onShowSizeChange' | 'responsive' | 'totalBoundaryShowSizeChanger'> {
|
|
21
13
|
}
|
|
22
|
-
export declare const Pagination: (
|
|
14
|
+
export declare const Pagination: (props: PaginationProps) => React.JSX.Element;
|
|
@@ -7,19 +7,32 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import {
|
|
11
|
-
declare const
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
import type { StoryObj } from '@storybook/react';
|
|
11
|
+
declare const meta: {
|
|
12
|
+
title: string;
|
|
13
|
+
component: (props: import("./pagination").PaginationProps) => React.JSX.Element;
|
|
14
|
+
parameters: {
|
|
15
|
+
layout: string;
|
|
16
|
+
};
|
|
17
|
+
tags: string[];
|
|
18
|
+
argTypes: {
|
|
19
|
+
size: {
|
|
20
|
+
control: "select";
|
|
21
|
+
options: string[];
|
|
22
|
+
};
|
|
23
|
+
simple: {
|
|
24
|
+
control: "boolean";
|
|
25
|
+
};
|
|
26
|
+
};
|
|
14
27
|
args: {
|
|
15
|
-
|
|
16
|
-
current: number;
|
|
17
|
-
pageSizeOptions: number[];
|
|
18
|
-
defaultPageSize: number;
|
|
19
|
-
showSizeChanger: boolean;
|
|
20
|
-
hideOnSinglePage: boolean;
|
|
21
|
-
amountOfVisiblePages: number;
|
|
22
|
-
showTotal: (total: number) => string;
|
|
23
|
-
onChange: (currentPage: number, pageSize: number) => void;
|
|
28
|
+
onChange: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
24
29
|
};
|
|
25
30
|
};
|
|
31
|
+
export default meta;
|
|
32
|
+
type Story = StoryObj<typeof meta>;
|
|
33
|
+
export declare const Default: Story;
|
|
34
|
+
export declare const WithTotalAndSizeChanger: Story;
|
|
35
|
+
export declare const Disabled: Story;
|
|
36
|
+
export declare const WithSizeChanger: Story;
|
|
37
|
+
export declare const WithTotal: Story;
|
|
38
|
+
export declare const CustomPageSizeOptions: Story;
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
|
|
11
11
|
pagination: import("antd-style").SerializedStyles;
|
|
12
12
|
}>;
|
|
@@ -17,9 +17,8 @@ export interface PanelProps {
|
|
|
17
17
|
children: React.ReactNode;
|
|
18
18
|
theme?: 'default' | 'fieldset' | 'card-with-highlight' | 'border-highlight';
|
|
19
19
|
name?: string;
|
|
20
|
-
noteditable?: boolean;
|
|
21
20
|
extra?: ReactNode;
|
|
22
21
|
extraPosition?: 'start' | 'end';
|
|
23
22
|
contentPadding?: BoxProps['padding'];
|
|
24
23
|
}
|
|
25
|
-
export declare const Panel: ({ children, name, border, collapsed, collapsible, title, theme,
|
|
24
|
+
export declare const Panel: ({ children, name, border, collapsed, collapsible, title, theme, extra, extraPosition, contentPadding }: PanelProps) => React.JSX.Element;
|
|
@@ -14,9 +14,11 @@ interface ISplitLayoutItem extends Omit<SplitLayoutItemProps, 'withDivider' | 'o
|
|
|
14
14
|
export interface SplitLayoutProps {
|
|
15
15
|
leftItem: ISplitLayoutItem;
|
|
16
16
|
rightItem: ISplitLayoutItem;
|
|
17
|
+
leftItemFullWidth?: boolean;
|
|
18
|
+
rightItemFullWidth?: boolean;
|
|
17
19
|
withDivider?: boolean;
|
|
18
20
|
resizeAble?: boolean;
|
|
19
21
|
withToolbar?: boolean;
|
|
20
22
|
}
|
|
21
|
-
export declare const SplitLayout: ({ leftItem, rightItem, withDivider, resizeAble, withToolbar }: SplitLayoutProps) => React.JSX.Element;
|
|
23
|
+
export declare const SplitLayout: ({ leftItem, rightItem, withDivider, resizeAble, withToolbar, leftItemFullWidth, rightItemFullWidth }: SplitLayoutProps) => React.JSX.Element;
|
|
22
24
|
export {};
|
|
@@ -76,3 +76,22 @@ export declare const LayoutLeft25Right75WithDividerAndResizer: {
|
|
|
76
76
|
};
|
|
77
77
|
};
|
|
78
78
|
};
|
|
79
|
+
export declare const LayoutRightFullWidth: {
|
|
80
|
+
args: {
|
|
81
|
+
withDivider: boolean;
|
|
82
|
+
resizeAble: boolean;
|
|
83
|
+
rightItemFullWidth: boolean;
|
|
84
|
+
leftItem: {
|
|
85
|
+
id: string;
|
|
86
|
+
size: number;
|
|
87
|
+
minSize: number;
|
|
88
|
+
children: React.JSX.Element;
|
|
89
|
+
};
|
|
90
|
+
rightItem: {
|
|
91
|
+
id: string;
|
|
92
|
+
size: number;
|
|
93
|
+
minSize: number;
|
|
94
|
+
children: React.JSX.Element;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
};
|
|
@@ -32,5 +32,8 @@ export interface TabpanelProps {
|
|
|
32
32
|
contentPadding?: BoxProps['padding'];
|
|
33
33
|
onClose?: (tabKey: string) => void;
|
|
34
34
|
size?: ITabsProps['size'];
|
|
35
|
+
defaultActiveKey?: ITabsProps['defaultActiveKey'];
|
|
36
|
+
activeKey?: ITabsProps['activeKey'];
|
|
37
|
+
onChange?: ITabsProps['onChange'];
|
|
35
38
|
}
|
|
36
|
-
export declare const Tabpanel: ({ items, border, collapsed, collapsible, title, theme, contentPadding, hasStickyHeader, extra, extraPosition, onClose, size, ...props }: TabpanelProps) => React.JSX.Element;
|
|
39
|
+
export declare const Tabpanel: ({ items, border, collapsed, collapsible, title, theme, contentPadding, hasStickyHeader, extra, extraPosition, onClose, size, defaultActiveKey, activeKey, onChange, ...props }: TabpanelProps) => React.JSX.Element;
|
|
@@ -17,4 +17,8 @@
|
|
|
17
17
|
*/
|
|
18
18
|
export declare const eventTypes: {
|
|
19
19
|
'widget-manager:inner:widget-closed': string;
|
|
20
|
+
'widget-manager:outer:widget-closed': string;
|
|
21
|
+
'data-object:editor:post-update': string;
|
|
22
|
+
'document:editor:post-update': string;
|
|
23
|
+
'asset:editor:post-update': string;
|
|
20
24
|
};
|