@pimcore/studio-ui-bundle 0.12.18 → 0.14.19
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/rsbuild/entrypoints.js +13 -0
- package/dist/build/rsbuild/utils.js +36 -0
- package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +66 -0
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +50 -0
- package/dist/build/types/src/core/app/public-api/document/document-api.d.ts +4 -2
- package/dist/build/types/src/core/bootstrap.d.ts +5 -0
- package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +2 -1
- package/dist/build/types/src/core/components/background/background.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/code-editor/code-editor.d.ts +2 -2
- package/dist/build/types/src/core/components/code-editor/helpers.d.ts +12 -0
- package/dist/build/types/src/core/components/content/content-config-provider.d.ts +21 -0
- package/dist/build/types/src/core/components/content/content.d.ts +3 -2
- package/dist/build/types/src/core/components/content/content.styles.d.ts +6 -1
- package/dist/build/types/src/core/components/content-layout/content-layout.d.ts +1 -0
- package/dist/build/types/src/core/components/date-picker/date-picker.d.ts +1 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +9 -9
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
- package/dist/build/types/src/core/components/form/form.d.ts +15 -4
- package/dist/build/types/src/core/components/form/form.stories.d.ts +1 -0
- package/dist/build/types/src/core/components/form/hooks/use-debounced-form-change.d.ts +10 -0
- package/dist/build/types/src/core/components/form/hooks/use-debounced-form-flush.d.ts +15 -0
- package/dist/build/types/src/core/components/form/providers/debounced-form-provider.d.ts +31 -0
- package/dist/build/types/src/core/components/form/use-form.d.ts +29 -0
- package/dist/build/types/src/core/components/geo-map/utils/lat-lng-convert.d.ts +2 -1
- package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +6 -1
- package/dist/build/types/src/core/components/grid/grid.d.ts +2 -1
- package/dist/build/types/src/core/components/grid/grid.styles.d.ts +3 -1
- package/dist/build/types/src/core/components/grid-button/grid-button.d.ts +18 -0
- package/dist/build/types/src/core/components/grid-button/grid-button.stories.d.ts +16 -0
- package/dist/build/types/src/core/{modules/document/editor/sidebar/tabs/areablock-types/components/draggable-areablock-type/draggable-areablock-type.styles.d.ts → components/grid-button/grid-button.styles.d.ts} +3 -3
- package/dist/build/types/src/core/components/hotspot-image/hotspot-image.d.ts +3 -1
- package/dist/build/types/src/core/components/hotspot-image/utils/resize.d.ts +2 -2
- package/dist/build/types/src/core/components/icon/default-icon-color-groups.d.ts +12 -0
- package/dist/build/types/src/core/components/icon/icon-color-groups-registry.d.ts +32 -0
- package/dist/build/types/src/core/components/icon/icon.d.ts +7 -2
- package/dist/build/types/src/core/components/icon-button/icon-button.d.ts +2 -0
- package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -2
- package/dist/build/types/src/core/components/iframe-content/iframe-content.d.ts +21 -0
- package/dist/build/types/src/core/components/image-picker/image-picker.d.ts +28 -0
- package/dist/build/types/src/core/components/image-picker/image-picker.styles.d.ts +13 -0
- package/dist/build/types/src/core/components/import-modal/components/file-drop-zone/file-drop-zone.d.ts +17 -0
- package/dist/build/types/src/core/components/import-modal/components/file-drop-zone/file-drop-zone.styles.d.ts +13 -0
- package/dist/build/types/src/core/components/import-modal/components/selected-file-view/selected-file-view.d.ts +20 -0
- package/dist/build/types/src/core/components/import-modal/components/selected-file-view/selected-file-view.styles.d.ts +14 -0
- package/dist/build/types/src/core/components/import-modal/hooks/use-file-upload.d.ts +26 -0
- package/dist/build/types/src/core/components/import-modal/hooks/use-file-validation.d.ts +16 -0
- package/dist/build/types/src/core/components/import-modal/import-modal.d.ts +32 -0
- package/dist/build/types/src/core/components/import-modal/index.d.ts +10 -0
- package/dist/build/types/src/core/components/many-to-one-relation/components/many-to-one-relation/index.d.ts +11 -0
- package/dist/build/types/src/core/components/many-to-one-relation/components/many-to-one-relation/many-to-one-relation-path.d.ts +16 -0
- package/dist/build/types/src/core/components/many-to-one-relation/index.d.ts +2 -1
- package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +2 -1
- package/dist/build/types/src/core/components/menu/menu.styles.d.ts +13 -0
- package/dist/build/types/src/core/components/modal/alert-modal/hooks/use-alert-modal.d.ts +5 -5
- package/dist/build/types/src/core/components/modal/factory/modal-factory.d.ts +32 -0
- package/dist/build/types/src/core/components/modal/form-modal/components/input-form.d.ts +3 -2
- package/dist/build/types/src/core/components/modal/form-modal/components/textarea-form.d.ts +3 -2
- package/dist/build/types/src/core/components/modal/form-modal/components/upload-form.d.ts +3 -2
- package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +2 -0
- package/dist/build/types/src/core/components/panel/panel.d.ts +2 -1
- package/dist/build/types/src/core/components/panel/panel.stories.d.ts +1 -0
- package/dist/build/types/src/core/components/pimcore-video/video-provider.d.ts +22 -0
- package/dist/build/types/src/core/components/rule-condition/components/add-condition-button/add-condition-button.d.ts +17 -0
- package/dist/build/types/src/core/components/rule-condition/components/bracket-button/bracket-button.d.ts +19 -0
- package/dist/build/types/src/core/components/rule-condition/components/bracket-button/bracket-button.styles.d.ts +14 -0
- package/dist/build/types/src/core/components/rule-condition/components/condition-item/condition-item.d.ts +22 -0
- package/dist/build/types/src/core/components/rule-condition/components/condition-item/condition-item.styles.d.ts +18 -0
- package/dist/build/types/src/core/components/rule-condition/components/condition-list/condition-list.d.ts +16 -0
- package/dist/build/types/src/core/components/rule-condition/components/operator-selector/operator-selector.d.ts +21 -0
- package/dist/build/types/src/core/components/rule-condition/hooks/use-add-condition-menu-items.d.ts +14 -0
- package/dist/build/types/src/core/components/rule-condition/hooks/use-rule-condition.d.ts +26 -0
- package/dist/build/types/src/core/components/rule-condition/index.d.ts +11 -0
- package/dist/build/types/src/core/components/rule-condition/provider/rule-condition-provider/rule-condition-provider.d.ts +24 -0
- package/dist/build/types/src/core/components/rule-condition/provider/rule-condition-provider/use-rule-condition-context.d.ts +11 -0
- package/dist/build/types/src/core/components/rule-condition/rule-condition.constants.d.ts +19 -0
- package/dist/build/types/src/core/components/rule-condition/rule-condition.d.ts +12 -0
- package/dist/build/types/src/core/components/rule-condition/rule-condition.styles.d.ts +12 -0
- package/dist/build/types/src/core/components/rule-condition/types/rule-condition.types.d.ts +64 -0
- package/dist/build/types/src/core/components/rule-condition/utils/condition-array-utils.d.ts +18 -0
- package/dist/build/types/src/core/components/search-input/search-input.d.ts +2 -1
- package/dist/build/types/src/core/components/select/select.d.ts +1 -0
- package/dist/build/types/src/core/components/switch/switch.d.ts +4 -1
- package/dist/build/types/src/core/components/toolstrip/tool-strip.d.ts +9 -2
- package/dist/build/types/src/core/components/toolstrip/tool-strip.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/toolstrip/utils/get-icon-color.d.ts +36 -0
- package/dist/build/types/src/core/components/tooltip-icon/tooltip-icon.d.ts +16 -0
- package/dist/build/types/src/core/components/tooltip-icon/tooltip-icon.styles.d.ts +12 -0
- package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +2 -4
- package/dist/build/types/src/core/components/tree-element/tree-element.d.ts +28 -9
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-wrapper.d.ts +15 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/context/about-dialog-data-context.d.ts +18 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/admin-settings/loader.d.ts +13 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/brand-thumbnail-urls/loader.d.ts +13 -0
- package/dist/build/types/src/core/modules/app/app-loader/loader/global-message-bus/loader.d.ts +14 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +9 -5
- package/dist/build/types/src/core/modules/app/branding/hooks/use-admin-thumbnails.d.ts +16 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +527 -175
- package/dist/build/types/src/core/modules/app/settings/settings-slice.d.ts +4 -2
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +1262 -74
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +71 -0
- package/dist/build/types/src/core/modules/app/types/column-filter.d.ts +33 -0
- package/dist/build/types/src/core/modules/app/types/sort-filter.d.ts +13 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.d.ts +16 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.styles.d.ts +14 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/hooks/use-hide-parent-when-hidden.d.ts +17 -0
- package/dist/build/types/src/core/modules/app/utils/download.d.ts +11 -0
- package/dist/build/types/src/core/modules/app/utils/sort-filter-helper.d.ts +13 -0
- package/dist/build/types/src/core/modules/appearance-branding/components/appearance-form/appearance-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/appearance-branding/components/appearance-form/components/color-panel/color-panel.d.ts +11 -0
- package/dist/build/types/src/core/modules/appearance-branding/components/appearance-form/components/image-panel/image-panel.d.ts +19 -0
- package/dist/build/types/src/core/modules/appearance-branding/hooks/use-appearance-branding.d.ts +19 -0
- package/dist/build/types/src/core/modules/appearance-branding/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +413 -17
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +1916 -39
- package/dist/build/types/src/core/modules/asset/editor/types/video/tab-manager/tabs/preview/preview-container.d.ts +0 -7
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +4 -1
- package/dist/build/types/src/core/modules/auth/login-page.styles.d.ts +5 -1
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +2317 -5
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +3906 -607
- package/dist/build/types/src/core/modules/class-definition/class-definition-widget.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/add-modal.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/composite-indices-block.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/custom-layout-editor.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/custom-layout-general-settings-form-fields.d.ts +11 -0
- package/dist/build/types/src/core/modules/{about/components/about-dialog/about-dialog-container.d.ts → class-definition/components/class-editor/custom-layouts/editor/add-modal.d.ts} +1 -1
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-collection-query.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-delete-mutation.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-detail-query.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-layout-accessor.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-update-mutation.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/general-settings-form-fields.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/object-bricks-grid.d.ts +15 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/use-class-definition-update.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +201 -0
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/edit-form-provider.d.ts +2 -2
- package/dist/build/types/src/core/modules/document/actions/add-page/use-add-document.d.ts +2 -0
- package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +2 -2
- package/dist/build/types/src/core/modules/document/actions/site/site-form.d.ts +2 -2
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +200 -0
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +11 -11
- package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +32 -6
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/bootstrap.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-form.d.ts +3 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar.d.ts +3 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/document-configuration/document-configuration-form.d.ts +8 -7
- package/dist/build/types/src/core/modules/document/hooks/use-document-url-processor.d.ts +1 -1
- package/dist/build/types/src/core/modules/document/hooks/use-sites.d.ts +4 -1
- package/dist/build/types/src/core/modules/element/actions/delete/use-delete.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/components/crop-modal/crop-modal.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/components/crop-modal/hooks/use-crop-modal.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/components/crop-modal/provider/crop-modal-provider.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/components/hotspot-markers-modal/hooks/use-hotspot-markers-modal.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/components/hotspot-markers-modal/hotspot-markers-modal.d.ts +10 -0
- package/dist/build/types/src/core/modules/element/components/hotspot-markers-modal/provider/hotspot-markers-modal-provider.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +4 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-editable.d.ts +3 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/with-areablock-render-query.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-areablock.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-scheduledblock.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-wysiwyg.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/element-subtype-icon-cell/element-subtype-icon-cell.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/element-subtype-icon-cell/element-subtype-icon-cell.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/element-subtype-icon/dynamic-type-grid-cell-element-subtype-icon.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/calculated-value/components/label/label.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/hotspot-image.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/image-preview.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image/footer.d.ts +5 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image-gallery/components/image-preview/image-preview.d.ts +5 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image-gallery/components/sortable-item/sortable-item.d.ts +5 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image-gallery/image-gallery.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/hotspot-image/utils/crop-converter.d.ts +3 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/components/label/label.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/defintinitions/objects/data-related/components/localized-fields/versions/version-object-localized-fields.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/detached-tab/missing-context.styles.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/form/add-note-form.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +3 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +24 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +184 -1
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +3 -151
- package/dist/build/types/src/core/modules/element/hooks/use-path-to-id.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/services/processors/element-icon-processor-registry.d.ts +1 -1
- package/dist/build/types/src/core/modules/email/log/components/email-preview/email-preview.d.ts +2 -2
- package/dist/build/types/src/core/modules/email/log/components/parameters-tab/parameters-tab.d.ts +2 -2
- package/dist/build/types/src/core/modules/email/test-mail/component/send-test-mail-form/send-test-mail-form.d.ts +2 -2
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +6 -4
- package/dist/build/types/src/core/modules/field-definitions/components/editor/area-provider.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/current-configuration-provider.d.ts +21 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal-trigger.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal.d.ts +13 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail/custom-layout-actions.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail/detail-renderer.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail/layout-provider.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail/parent-tree.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/top-bar/add-modal-trigger.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/top-bar/item-select.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/top-bar.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/view.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content/general-settings-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content/layout-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/general-settings-provider.d.ts +23 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/import-export-actions.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/layout-provider.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/save.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/sidebar.d.ts +28 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail.d.ts +15 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/provider.d.ts +36 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/add-modal.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/modal-holder.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/tabs.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/settings-provider.d.ts +54 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/view.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor.d.ts +29 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-crop-panel/field-definition-crop-panel.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-decimal-settings/field-definition-decimal-settings.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-default-value-grid/field-definition-default-value-grid.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-geo-settings/field-definition-geo-settings.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-options-source-fields/field-definition-options-source-fields.d.ts +14 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-regex-validation/field-definition-regex-validation.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-select-options-grid/field-definition-select-options-grid.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-abstract.d.ts +47 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-registry.d.ts +25 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/hooks/use-class-select-options.d.ts +13 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/dynamic-type-field-defintion-data-abstract.d.ts +26 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/field-defintion-data-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/dynamic-type-field-defintion-layout-abstract.d.ts +23 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/field-defintion-layout-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/block/dynamic-type-field-definition-block.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/booleanSelect/dynamic-type-field-definition-boolean-select.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/booleanSelect/field-definition-boolean-select-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/calculatedValue/dynamic-type-field-definition-calculated-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/calculatedValue/field-definition-calculated-value-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/checkbox/dynamic-type-field-definition-checkbox.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/checkbox/field-definition-checkbox-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/country/dynamic-type-field-definition-country.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/country/field-definition-country-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/countrymultiselect/dynamic-type-field-definition-countrymultiselect.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/countrymultiselect/field-definition-countrymultiselect-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/date/dynamic-type-field-definition-date.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/date/field-definition-date-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/dateRange/dynamic-type-field-definition-date-range.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/dateRange/field-definition-date-range-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/dateTime/dynamic-type-field-definition-date-time.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/dateTime/field-definition-date-time-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/encryptedField/dynamic-type-field-definition-encrypted-field.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/encryptedField/field-definition-encrypted-field-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/externalImage/dynamic-type-field-definition-external-image.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/externalImage/field-definition-external-image-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geobounds/dynamic-type-field-definition-geobounds.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geobounds/field-definition-geobounds-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopoint/dynamic-type-field-definition-geopoint.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopoint/field-definition-geopoint-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopolygon/dynamic-type-field-definition-geopolygon.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopolygon/field-definition-geopolygon-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopolyline/dynamic-type-field-definition-geopolyline.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopolyline/field-definition-geopolyline-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/image/dynamic-type-field-definition-image.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/image/field-definition-image-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/imageAdvanced/dynamic-type-field-definition-hotspot-image.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/imageAdvanced/field-definition-image-advanced-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/imageGallery/dynamic-type-field-definition-image-gallery.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/imageGallery/field-definition-image-gallery-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/dynamic-type-field-definition-input.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/field-defintion-input-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/inputQuantityValue/dynamic-type-field-definition-input-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/inputQuantityValue/field-defintion-input-quantity-value-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/language/dynamic-type-field-definition-language.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/language/field-definition-language-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/languagemultiselect/dynamic-type-field-definition-languagemultiselect.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/languagemultiselect/field-definition-languagemultiselect-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/link/dynamic-type-field-definition-link.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/link/field-definition-link-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/multiselection/dynamic-type-field-definition-multiselection.d.ts +21 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/multiselection/field-definition-multiselection-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/number/dynamic-type-field-definition-number.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/number/field-definition-number-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/numericRange/dynamic-type-field-definition-numeric-range.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/numericRange/field-definition-numeric-range-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/dynamic-type-field-definition-panel.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/field-definition-panel-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/password/dynamic-type-field-definition-password.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/password/field-defintion-password-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/quantityValue/dynamic-type-field-definition-quantity-value.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/quantityValue/field-definition-quantity-value-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/quantityValueRange/dynamic-type-field-definition-quantity-value-range.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/quantityValueRange/field-definition-quantity-value-range-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/rgbaColor/dynamic-type-field-definition-rgba-color.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/rgbaColor/field-definition-rgba-color-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/select/dynamic-type-field-definition-select.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/select/field-definition-select-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/slider/dynamic-type-field-definition-slider.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/slider/field-definition-slider-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/textarea/dynamic-type-field-definition-textarea.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/textarea/field-definition-textarea-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/time/dynamic-type-field-definition-time.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/time/field-definition-time-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/urlSlug/dynamic-type-field-definition-url-slug.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/urlSlug/field-definition-url-slug-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/user/dynamic-type-field-definition-user.d.ts +18 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/video/dynamic-type-field-definition-video.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/video/field-definition-video-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/wysiwyg/dynamic-type-field-definition-wysiwyg.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/wysiwyg/field-definition-wysiwyg-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/utils/context-helpers.d.ts +13 -0
- package/dist/build/types/src/core/modules/field-definitions/utils/layout-helpers.d.ts +29 -0
- package/dist/build/types/src/core/modules/field-definitions/utils/layout-provider-factory.d.ts +54 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/delete-button/delete-button.d.ts +20 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/export-button/export-button.d.ts +17 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/open-button/open-button.d.ts +18 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/search-form/search-form.d.ts +18 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/search-form/search-form.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/assets-tab/assets-tab.d.ts +25 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/data-objects-tab/data-objects-tab.d.ts +24 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/emails-tab/components/delete-button/delete-button.d.ts +18 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/emails-tab/components/email-parameters-button/email-parameters-button.d.ts +16 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/emails-tab/components/email-preview-button/email-preview-button.d.ts +16 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/emails-tab/emails-tab.d.ts +29 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/users-tab/components/delete-button/delete-button.d.ts +19 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/users-tab/hooks/use-user.d.ts +16 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/users-tab/users-tab.d.ts +26 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/tab-panel.d.ts +30 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-abstract-gdpr-provider.d.ts +15 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-assets-gdpr-provider.d.ts +16 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-data-object-gdpr-provider.d.ts +16 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-email-gdpr-provider.d.ts +16 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-users-gdpr-provider.d.ts +16 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/registry/dynamic-type-gdpr-provider-registry.d.ts +13 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +618 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-container.d.ts +20 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +935 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/image-thumbnails/components/image-thumbnails-tree/image-thumbnails-tree.d.ts +16 -0
- package/dist/build/types/src/core/modules/image-thumbnails/components/image-thumbnails-tree/image-thumbnails-tree.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/image-thumbnails/components/image-thumbnails-tree-toolbar/image-thumbnails-tree-toolbar.d.ts +16 -0
- package/dist/build/types/src/core/modules/image-thumbnails/hooks/use-thumbnail-config.d.ts +19 -0
- package/dist/build/types/src/core/modules/image-thumbnails/image-thumbnails-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/image-thumbnails/image-thumbnails-container.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/image-thumbnails/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/image-thumbnails/providers/image-thumbnails-provider.d.ts +27 -0
- package/dist/build/types/src/core/modules/image-thumbnails/utils/tree-helpers.d.ts +12 -0
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/notifications/send-notification/components/notification-form/notification-form.d.ts +2 -2
- package/dist/build/types/src/core/modules/open-element/{open-element.d.ts → constants.d.ts} +0 -8
- package/dist/build/types/src/core/modules/open-element/context/open-element-data-context.d.ts +19 -0
- package/dist/build/types/src/core/modules/open-element/open-element-wrapper.d.ts +15 -0
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +3 -0
- package/dist/build/types/src/core/modules/perspectives/enums/tree-permission.d.ts +5 -7
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +1 -151
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +1 -0
- 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 -0
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.styles.d.ts +1 -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/types.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-toolbar/report-toolbar.d.ts +2 -1
- package/dist/build/types/src/core/modules/reports/reports-view/reports-view.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/components/action-item.d.ts +16 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/components/add-action-button/add-action-button.d.ts +16 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/hooks/use-add-action-menu-items.d.ts +14 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/provider/rule-actions-provider/rule-actions-provider.d.ts +28 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/provider/rule-actions-provider/use-rule-actions.d.ts +13 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/rule-actions.d.ts +12 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/types/rule-actions.types.d.ts +19 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-conditions/rule-conditions.d.ts +12 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-conditions/types/rule-conditions.types.d.ts +17 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-config-form/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-config-form/rule-config-form.d.ts +29 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/components/add-trigger-button/add-trigger-button.d.ts +16 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/components/trigger-item.d.ts +16 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/hooks/use-add-trigger-menu-items.d.ts +14 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/provider/rule-triggers-provider/rule-triggers-provider.d.ts +28 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/provider/rule-triggers-provider/use-rule-triggers.d.ts +13 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/rule-triggers.d.ts +12 -0
- package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/types/rule-triggers.types.d.ts +19 -0
- package/dist/build/types/src/core/modules/rule-builder/components/shared/hooks/use-rule-item-drag-drop.d.ts +18 -0
- package/dist/build/types/src/core/modules/rule-builder/components/shared/hooks/use-rule-items.d.ts +28 -0
- package/dist/build/types/src/core/modules/rule-builder/components/shared/hooks/use-sortable-item.d.ts +21 -0
- package/dist/build/types/src/core/modules/rule-builder/components/shared/rule-item-list.d.ts +21 -0
- package/dist/build/types/src/core/modules/rule-builder/components/shared/rule-item-tool-strip.d.ts +24 -0
- package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/index.d.ts +12 -0
- package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rule-item.d.ts +20 -0
- package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rules-list.d.ts +20 -0
- package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rules-list.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rules-list.types.d.ts +20 -0
- package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-action/dynamic-type-rule-action-abstract.d.ts +45 -0
- package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-action/dynamic-type-rule-action-registry.d.ts +17 -0
- package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-condition/dynamic-type-rule-condition-abstract.d.ts +40 -0
- package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-condition/dynamic-type-rule-condition-registry.d.ts +15 -0
- package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-trigger/dynamic-type-rule-trigger-abstract.d.ts +45 -0
- package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-trigger/dynamic-type-rule-trigger-registry.d.ts +17 -0
- package/dist/build/types/src/core/modules/rule-builder/types/rule-item.types.d.ts +28 -0
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +160 -160
- package/dist/build/types/src/core/modules/widget-editor/components/widget-create-form/widget-create-form.d.ts +3 -2
- package/dist/build/types/src/core/modules/widget-editor/services/widget-context-menu-item-registry.d.ts +23 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-title.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/title/border-title-view.d.ts +4 -2
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.d.ts +4 -2
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +5 -2
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +3 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +3 -1
- package/dist/build/types/src/core/modules/wysiwyg/wysiwyg.styles.d.ts +1 -0
- package/dist/build/types/src/core/types/components/types.d.ts +1 -0
- package/dist/build/types/src/core/utils/hooks/use-controlled-state.d.ts +34 -0
- package/dist/build/types/src/core/utils/sizing.d.ts +1 -0
- package/dist/build/types/src/core/utils/use-element-overflow.d.ts +1 -1
- package/dist/build/types/src/sdk/_internal_/mf-bootstrap-document-editor-iframe.d.ts +1 -0
- package/dist/build/types/src/sdk/_internal_/mf-bootstrap.d.ts +1 -0
- package/dist/build/types/src/sdk/components/index.d.ts +11 -0
- package/dist/build/types/src/sdk/main.d.ts +3 -0
- package/dist/build/types/src/sdk/modules/app/index.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/data-object/index.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/document/index.d.ts +2 -0
- package/dist/build/types/src/sdk/modules/element/index.d.ts +4 -0
- package/dist/build/types/src/sdk/modules/field-definitions/index.d.ts +14 -0
- package/dist/build/types/src/sdk/modules/gdpr-data-extractor/index.d.ts +12 -0
- package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +2 -0
- package/dist/build/types/src/sdk/modules/rule-builder/index.d.ts +24 -0
- package/dist/build/types/src/sdk/modules/translations/index.d.ts +10 -0
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +1 -1
- package/dist/build/types/src/sdk/utils/index.d.ts +1 -0
- package/dist/types/entrypoints.d.ts +5 -1
- package/dist/types/utils.d.ts +1 -0
- package/package.json +8 -2
- package/dist/build/rsbuild/plugins/entrypoints.js +0 -7
|
@@ -7,14 +7,15 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import { type
|
|
10
|
+
import { type formInstanceType } from '../../../../components/form/form';
|
|
11
|
+
import { type InputRef } from 'antd';
|
|
11
12
|
import React from 'react';
|
|
12
13
|
export interface WidgetForm {
|
|
13
14
|
name: string;
|
|
14
15
|
widgetType: string;
|
|
15
16
|
}
|
|
16
17
|
interface CreateWidgetFormProps {
|
|
17
|
-
form:
|
|
18
|
+
form: formInstanceType<WidgetForm>;
|
|
18
19
|
inputRef?: React.RefObject<InputRef>;
|
|
19
20
|
initialValues?: Partial<WidgetForm>;
|
|
20
21
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ElementType } from '../../../types/enums/element/element-type';
|
|
11
|
+
export interface ElementTreeWidgetPermissionItem {
|
|
12
|
+
key: string;
|
|
13
|
+
priority: number;
|
|
14
|
+
}
|
|
15
|
+
export interface IElementTreeWidgetPermissionRegistry {
|
|
16
|
+
registerItem: (elementType: ElementType, item: ElementTreeWidgetPermissionItem) => void;
|
|
17
|
+
getItems: (elementType: ElementType) => string[];
|
|
18
|
+
}
|
|
19
|
+
export declare class ElementTreeWidgetPermissionRegistry implements IElementTreeWidgetPermissionRegistry {
|
|
20
|
+
private readonly items;
|
|
21
|
+
registerItem(elementType: ElementType, item: ElementTreeWidgetPermissionItem): void;
|
|
22
|
+
getItems(elementType: ElementType): string[];
|
|
23
|
+
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type TabNode } from 'flexlayout-react';
|
|
11
|
-
import { type ElementIcon } from '
|
|
11
|
+
import { type ElementIcon } from '../../../../sdk/components';
|
|
12
12
|
interface UseWidgetTitleReturn {
|
|
13
13
|
title: string;
|
|
14
14
|
icon: ElementIcon;
|
|
@@ -7,12 +7,14 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
+
import { type IconColorGroup } from '../../../components/icon/icon-color-groups-registry';
|
|
10
11
|
import React from 'react';
|
|
11
|
-
import { type ElementIcon } from '
|
|
12
|
+
import { type ElementIcon } from '../../../../sdk/components';
|
|
12
13
|
interface BorderTitleViewProps {
|
|
13
14
|
icon: ElementIcon;
|
|
14
15
|
title: string;
|
|
15
16
|
dataTestId?: string;
|
|
17
|
+
iconColorGroup?: IconColorGroup;
|
|
16
18
|
}
|
|
17
|
-
export declare const BorderTitleView: ({ icon, title, dataTestId }: BorderTitleViewProps) => React.JSX.Element;
|
|
19
|
+
export declare const BorderTitleView: ({ icon, title, dataTestId, iconColorGroup }: BorderTitleViewProps) => React.JSX.Element;
|
|
18
20
|
export {};
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { type TabNode } from 'flexlayout-react';
|
|
11
11
|
import React from 'react';
|
|
12
|
-
import { type ElementIcon } from '
|
|
12
|
+
import { type ElementIcon } from '../../../../sdk/components';
|
|
13
13
|
export interface TabTitleContainerProps {
|
|
14
14
|
node: TabNode;
|
|
15
15
|
modified?: boolean;
|
|
@@ -7,14 +7,16 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
+
import { type ElementIcon } from '../../../components/icon/icon';
|
|
11
|
+
import { type IconColorGroup } from '../../../components/icon/icon-color-groups-registry';
|
|
10
12
|
import React from 'react';
|
|
11
|
-
import { type ElementIcon } from '../../../modules/asset/asset-api-slice.gen';
|
|
12
13
|
interface TabTitleViewProps {
|
|
13
14
|
icon: ElementIcon;
|
|
14
15
|
title: string;
|
|
15
16
|
onClose?: () => void;
|
|
16
17
|
onConfirm?: () => void;
|
|
17
18
|
dataTestId?: string;
|
|
19
|
+
iconColorGroup?: IconColorGroup;
|
|
18
20
|
}
|
|
19
|
-
export declare const TabTitleView: ({ icon, title, onClose, onConfirm, dataTestId }: TabTitleViewProps) => React.JSX.Element;
|
|
21
|
+
export declare const TabTitleView: ({ icon, title, onClose, onConfirm, dataTestId, iconColorGroup }: TabTitleViewProps) => React.JSX.Element;
|
|
20
22
|
export {};
|
|
@@ -8,12 +8,14 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type IconProps } from '../../../../components/icon/icon';
|
|
11
|
+
import { type IconColorGroup } from '../../../../components/icon/icon-color-groups-registry';
|
|
11
12
|
import React from 'react';
|
|
12
13
|
interface TitleViewProps {
|
|
13
14
|
title: string;
|
|
14
15
|
icon: IconProps;
|
|
15
16
|
className?: string;
|
|
16
17
|
onClose?: () => void;
|
|
18
|
+
iconColorGroup?: IconColorGroup;
|
|
17
19
|
}
|
|
18
20
|
declare const TitleView: (props: TitleViewProps) => React.JSX.Element;
|
|
19
21
|
export { TitleView };
|
package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts
CHANGED
|
@@ -9,17 +9,20 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React, { type ComponentType } from 'react';
|
|
11
11
|
import { type TabNode } from 'flexlayout-react';
|
|
12
|
-
import { type ElementIcon } from '
|
|
12
|
+
import { type ElementIcon } from '../../../../sdk/components';
|
|
13
|
+
import { type IconColorGroup } from '../../../components/icon/icon-color-groups-registry';
|
|
13
14
|
export interface WidgetContentTitleContainerProps {
|
|
14
15
|
node: TabNode;
|
|
15
16
|
icon: ElementIcon;
|
|
16
17
|
title: string;
|
|
18
|
+
iconColorGroup?: IconColorGroup;
|
|
17
19
|
}
|
|
18
20
|
interface WidgetContentTitleProps {
|
|
19
21
|
contentTitleComponent?: ComponentType<WidgetContentTitleContainerProps>;
|
|
20
22
|
node: TabNode;
|
|
21
23
|
icon: ElementIcon;
|
|
22
24
|
title: string;
|
|
25
|
+
iconColorGroup?: IconColorGroup;
|
|
23
26
|
}
|
|
24
|
-
export declare const WidgetContentTitleContainer: ({ contentTitleComponent: ContentTitleComponent, node, icon, title }: WidgetContentTitleProps) => React.JSX.Element;
|
|
27
|
+
export declare const WidgetContentTitleContainer: ({ contentTitleComponent: ContentTitleComponent, node, icon, title, iconColorGroup }: WidgetContentTitleProps) => React.JSX.Element;
|
|
25
28
|
export {};
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React, { type ComponentType } from 'react';
|
|
11
11
|
import { type UseCssContainerProps } from '../../../utils/hooks/use-css-container/use-css-container';
|
|
12
|
-
import { type ElementIcon } from '
|
|
12
|
+
import { type ElementIcon } from '../../../../sdk/components';
|
|
13
13
|
import { type TabNode } from 'flexlayout-react';
|
|
14
14
|
import { type WidgetContentTitleContainerProps } from './widget-content-title-container';
|
|
15
|
+
import { type IconColorGroup } from '../../../components/icon/icon-color-groups-registry';
|
|
15
16
|
interface WidgetViewProps {
|
|
16
17
|
title: string;
|
|
17
18
|
showTitle?: boolean;
|
|
@@ -19,6 +20,7 @@ interface WidgetViewProps {
|
|
|
19
20
|
node: TabNode;
|
|
20
21
|
contentTitleComponent?: ComponentType<WidgetContentTitleContainerProps>;
|
|
21
22
|
children: React.ReactNode;
|
|
23
|
+
iconColorGroup?: IconColorGroup;
|
|
22
24
|
}
|
|
23
25
|
export declare const cssContainerWidget: UseCssContainerProps;
|
|
24
26
|
export declare const WIDGET_CONTENT_CLASS = "widget__content";
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { type PayloadAction } from '@reduxjs/toolkit';
|
|
11
11
|
import { type IJsonModel, type IJsonTabNode } from 'flexlayout-react';
|
|
12
|
-
import { type
|
|
12
|
+
import { type IconColorGroup } from '../../components/icon/icon-color-groups-registry';
|
|
13
|
+
import { type ElementIcon } from '../../../sdk/components';
|
|
13
14
|
export interface IMainWidgetContext {
|
|
14
15
|
nodeId: string;
|
|
15
16
|
}
|
|
@@ -24,6 +25,7 @@ export interface WidgetManagerTabConfig extends Omit<IJsonTabNode, 'icon'> {
|
|
|
24
25
|
translationKey?: string;
|
|
25
26
|
label?: string;
|
|
26
27
|
icon?: ElementIcon;
|
|
28
|
+
iconColorGroup?: IconColorGroup;
|
|
27
29
|
[key: string]: any;
|
|
28
30
|
};
|
|
29
31
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 UseControlledStateReturn<T> {
|
|
11
|
+
/** Current local state value */
|
|
12
|
+
value: T;
|
|
13
|
+
/** Update value and notify parent via onChange. Use this for all internal changes. */
|
|
14
|
+
handleChange: (newValue: T) => void;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Manages local state that stays in sync with a controlled `propValue` from a parent,
|
|
18
|
+
* while preventing echo loops caused by debounced or asynchronous onChange callbacks.
|
|
19
|
+
*
|
|
20
|
+
* Problem it solves:
|
|
21
|
+
* When a component owns local state and emits changes via `onChange`, the parent may
|
|
22
|
+
* feed the value back through props after a delay (e.g. debounced forms). Without
|
|
23
|
+
* protection, stale echoed values overwrite the user's current input.
|
|
24
|
+
*
|
|
25
|
+
* How it works:
|
|
26
|
+
* - Tracks the last value emitted via `onChange` in a ref.
|
|
27
|
+
* - When `propValue` changes, compares it against the last emitted value.
|
|
28
|
+
* - If they match, it's an echo — ignored.
|
|
29
|
+
* - If they differ, it's a genuine external update — synced to local state.
|
|
30
|
+
*
|
|
31
|
+
* @param propValue - The controlled value from props
|
|
32
|
+
* @param onChange - Callback to notify the parent of changes
|
|
33
|
+
*/
|
|
34
|
+
export declare function useControlledState<T>(propValue: T, onChange?: (value: T) => void): UseControlledStateReturn<T>;
|
|
@@ -21,6 +21,7 @@ export type SizeDefinition = Sizings | {
|
|
|
21
21
|
right?: Sizings;
|
|
22
22
|
};
|
|
23
23
|
export declare const SIZING_VALUES: readonly Sizings[];
|
|
24
|
+
export declare const getTokenValue: (token: GlobalToken | FullToken, size: Sizings, type: "margin" | "padding") => number;
|
|
24
25
|
export declare const getMarginStyles: (token: GlobalToken | FullToken, margin: SizeDefinition | undefined) => React.CSSProperties;
|
|
25
26
|
export declare const getPaddingStyles: (token: GlobalToken | FullToken, padding: SizeDefinition | undefined) => React.CSSProperties;
|
|
26
27
|
export declare const generateAllMarginSizingCSS: (prefixCls: string, modifier: string, token: GlobalToken | FullToken, locations: SizingLocation[]) => string;
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type RefObject } from 'react';
|
|
11
|
-
declare const useElementOverflow: (ref: RefObject<
|
|
11
|
+
declare const useElementOverflow: (ref: RefObject<HTMLElement>) => boolean;
|
|
12
12
|
export default useElementOverflow;
|
|
@@ -73,6 +73,9 @@ export * from '../../core/components/focal-point/focal-point';
|
|
|
73
73
|
export * from '../../core/components/focal-point/provider/focal-point-provider';
|
|
74
74
|
export * from '../../core/components/form/form';
|
|
75
75
|
export * from '../../core/components/form/form-kit';
|
|
76
|
+
export * from '../../core/components/form/providers/debounced-form-provider';
|
|
77
|
+
export * from '../../core/components/form/services/debounced-form-registry';
|
|
78
|
+
export * from '../../core/components/form/hooks/use-debounced-form-flush';
|
|
76
79
|
export * from '../../core/components/formatted-date/formatted-date';
|
|
77
80
|
export * from '../../core/components/formatted-date-time/formatted-date-time';
|
|
78
81
|
export * from '../../core/components/formatted-time/formatted-time';
|
|
@@ -83,10 +86,12 @@ export * from '../../core/components/geo-poly-drawer/geo-poly-drawer';
|
|
|
83
86
|
export * from '../../core/components/grid/grid';
|
|
84
87
|
export * from '../../core/components/grid/columns/default-cell';
|
|
85
88
|
export * from '../../core/components/grid/columns/helpers';
|
|
89
|
+
export * from '../../core/components/grid-button/grid-button';
|
|
86
90
|
export * from '../../core/components/header/header';
|
|
87
91
|
export * from '../../core/components/horizontal-scroll/horizontal-scroll';
|
|
88
92
|
export * from '../../core/components/hotspot-image/hotspot-image';
|
|
89
93
|
export * from '../../core/components/icon/icon';
|
|
94
|
+
export * from '../../core/components/icon/icon-color-groups-registry';
|
|
90
95
|
export * from '../../core/components/icon-button/icon-button';
|
|
91
96
|
export * from '../../core/components/icon-text-button/icon-text-button';
|
|
92
97
|
export * from '../../core/components/icon-selector/icon-selector';
|
|
@@ -94,12 +99,14 @@ export * from '../../core/components/iframe/iframe';
|
|
|
94
99
|
export * from '../../core/components/image/image';
|
|
95
100
|
export * from '../../core/components/image-preview/image-preview';
|
|
96
101
|
export * from '../../core/components/image-zoom/image-zoom';
|
|
102
|
+
export * from '../../core/components/import-modal/import-modal';
|
|
97
103
|
export * from '../../core/components/inheritance-overlay/inheritance-overlay';
|
|
98
104
|
export * from '../../core/components/input/input';
|
|
99
105
|
export * from '../../core/components/input-number/input-number';
|
|
100
106
|
export * from '../../core/components/input-password/input-password';
|
|
101
107
|
export * from '../../core/components/language-selection/language-selection';
|
|
102
108
|
export * from '../../core/components/logo/logo';
|
|
109
|
+
export * from '../../core/components/many-to-one-relation';
|
|
103
110
|
export * from '../../core/components/menu/menu';
|
|
104
111
|
export * from '../../core/components/menu/item/menu-item';
|
|
105
112
|
export * from '../../core/components/message/useMessage';
|
|
@@ -121,12 +128,15 @@ export * from '../../core/components/notification/useNotification';
|
|
|
121
128
|
export * from '../../core/components/numeric-range/numeric-range';
|
|
122
129
|
export * from '../../core/components/pagination/pagination';
|
|
123
130
|
export * from '../../core/components/paragraph/paragraph';
|
|
131
|
+
export * from '../../core/components/portal/portal';
|
|
132
|
+
export * from '../../core/components/portal/portal-slot';
|
|
124
133
|
export * from '../../core/components/pql-query-input/pql-query-input';
|
|
125
134
|
export * from '../../core/components/preview-card/preview-card';
|
|
126
135
|
export * from '../../core/components/progress/progress';
|
|
127
136
|
export * from '../../core/components/progressbar/progressbar';
|
|
128
137
|
export * from '../../core/components/region/region';
|
|
129
138
|
export * from '../../core/components/reload-popconfirm/reload-popconfirm';
|
|
139
|
+
export * from '../../core/components/rule-condition/rule-condition';
|
|
130
140
|
export * from '../../core/components/sanitize-html/sanitize-html';
|
|
131
141
|
export * from '../../core/components/search-input/search-input';
|
|
132
142
|
export * from '../../core/components/segmented/segmented';
|
|
@@ -178,3 +188,4 @@ export * from '../../core/modules/auth/components/login-form/login-form-containe
|
|
|
178
188
|
export * from '../../core/components/data-object-preview/data-object-preview';
|
|
179
189
|
export * from '../../core/components/creatable-select/creatable-select';
|
|
180
190
|
export * from '../../core/components/dynamic-filter/provider/use-dynamic-filter';
|
|
191
|
+
export { type InputRef, type RefSelectProps } from 'antd';
|
|
@@ -16,6 +16,7 @@ declare global {
|
|
|
16
16
|
interface Window {
|
|
17
17
|
Pimcore: typeof PimcoreApi;
|
|
18
18
|
pluginRemotes: Record<string, string>;
|
|
19
|
+
alternativePluginExportPaths: Record<string, string>;
|
|
19
20
|
}
|
|
20
21
|
}
|
|
21
22
|
declare module 'antd-style' {
|
|
@@ -27,3 +28,5 @@ declare module 'antd-style' {
|
|
|
27
28
|
export declare const Pimcore: import("../core/app/public-api").PublicApi;
|
|
28
29
|
export declare const container: import("inversify").Container;
|
|
29
30
|
export * from '../core/lib/event-bus';
|
|
31
|
+
export { ElementTreeWidgetPermissionRegistry, type IElementTreeWidgetPermissionRegistry, type ElementTreeWidgetPermissionItem } from '../core/modules/widget-editor/services/widget-context-menu-item-registry';
|
|
32
|
+
export { type ElementType } from '../core/types/enums/element/element-type';
|
|
@@ -17,6 +17,7 @@ export * from '../../../core/modules/app/theme/theme-provider';
|
|
|
17
17
|
export * from '../../../core/modules/app/theme/utils/themes/theme-tokens';
|
|
18
18
|
export * from '../../../core/modules/app/hook/use-handle-keybindings';
|
|
19
19
|
export * from '../../../core/modules/app/hook/use-date-converter';
|
|
20
|
+
export * from '../../../core/modules/app/modal-holder/use-modal-holder';
|
|
20
21
|
export * from '../../../core/modules/app/settings/hooks/use-settings';
|
|
21
22
|
export * from '../../../core/modules/app/base-layout/main-nav/services/main-nav-registry';
|
|
22
23
|
export * from '../../../core/modules/app/base-layout/main-nav/hooks/use-main-nav';
|
|
@@ -34,3 +34,4 @@ export * from '../../../core/modules/data-object/listing/listing-container';
|
|
|
34
34
|
export * from '../../../core/modules/data-object/listing/builder/object-listing-builder';
|
|
35
35
|
export * from '../../../core/modules/data-object/listing/decorator/class-definition-selection/context-layer/provider/use-class-definition-selection';
|
|
36
36
|
export * from '../../../core/modules/data-object/data-object-provider';
|
|
37
|
+
export * from '../../../core/modules/data-object/utils/provider/class-defintions/use-class-definitions';
|
|
@@ -30,6 +30,8 @@ export * from '../../../core/modules/document/editor/types/page/tab-manager/page
|
|
|
30
30
|
export * from '../../../core/modules/document/editor/types/snippet/tab-manager/snippet-tab-manager';
|
|
31
31
|
export * from '../../../core/modules/document/editor/sidebar/document-sidebar-manager';
|
|
32
32
|
export * from '../../../core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar';
|
|
33
|
+
export * from '../../../core/modules/document/editor/sidebar/visibility/document-permission-helper';
|
|
33
34
|
export * from '../../../core/modules/document/editor/widget';
|
|
34
35
|
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/components/inheritance-overlay/inheritance-overlay';
|
|
35
36
|
export * from '../../../core/modules/document/tree/utils/transform-api-data-to-node';
|
|
37
|
+
export * from '../../../core/modules/document/document-provider';
|
|
@@ -117,7 +117,9 @@ export * from '../../../core/modules/element/dynamic-types/definitions/objects/d
|
|
|
117
117
|
export * from '../../../core/modules/element/dynamic-types/definitions/objects/data-related/providers/field-width/use-field-width';
|
|
118
118
|
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/dynamic-type-document-editable-abstract';
|
|
119
119
|
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/dynamic-type-document-editable-registry';
|
|
120
|
+
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable';
|
|
120
121
|
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-area';
|
|
122
|
+
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-areablock';
|
|
121
123
|
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-checkbox';
|
|
122
124
|
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-date';
|
|
123
125
|
export * from '../../../core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-image';
|
|
@@ -232,3 +234,5 @@ export * from '../../../core/modules/element/listing/abstract/configuration-laye
|
|
|
232
234
|
export * from '../../../core/modules/element/listing/abstract/view-layer/components/grid/grid-container';
|
|
233
235
|
export * from '../../../core/modules/element/listing/abstract/view-layer/components/sidebar/sidebar';
|
|
234
236
|
export * from '../../../core/modules/element/listing/abstract/settings/use-settings';
|
|
237
|
+
export * from '../../../core/modules/element/listing/decorators/general-filters/context-layer/provider/pql-filter/use-pql-filter';
|
|
238
|
+
export * from '../../../core/modules/element/listing/decorators/general-filters/context-layer/provider/pql-filter/pql-filter-provider';
|
|
@@ -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/field-definitions/utils/layout-helpers';
|
|
11
|
+
export * from '../../../core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-abstract';
|
|
12
|
+
export * from '../../../core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-registry';
|
|
13
|
+
export * from '../../../core/modules/field-definitions/dynamic-types/types/_abstracts/data/dynamic-type-field-defintion-data-abstract';
|
|
14
|
+
export * from '../../../core/modules/field-definitions/dynamic-types/types/_abstracts/layout/dynamic-type-field-defintion-layout-abstract';
|
|
@@ -0,0 +1,12 @@
|
|
|
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/gdpr-data-extractor/components/export-button/export-button';
|
|
11
|
+
export * from '../../../core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-abstract-gdpr-provider';
|
|
12
|
+
export { type GDPRProviderTabProps } from '../../../core/modules/gdpr-data-extractor/components/tab-panel/tab-panel';
|
|
@@ -8,3 +8,5 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
export * from '../../../core/modules/perspectives/enums/tree-permission';
|
|
11
|
+
export * from '../../../core/modules/perspectives/hooks/use-perspectives';
|
|
12
|
+
export * as PerspectivesApiSlice from '../../../core/modules/perspectives/perspectives-slice.enhanced';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export * from '../../../core/modules/rule-builder/components/rule-actions/rule-actions';
|
|
11
|
+
export * from '../../../core/modules/rule-builder/components/rule-triggers/rule-triggers';
|
|
12
|
+
export * from '../../../core/modules/rule-builder/components/rule-conditions/rule-conditions';
|
|
13
|
+
export * from '../../../core/modules/rule-builder/components/sortable-rules-list';
|
|
14
|
+
export * from '../../../core/modules/rule-builder/components/rule-config-form';
|
|
15
|
+
export * from '../../../core/modules/rule-builder/dynamic-types/rule-action/dynamic-type-rule-action-abstract';
|
|
16
|
+
export * from '../../../core/modules/rule-builder/dynamic-types/rule-condition/dynamic-type-rule-condition-abstract';
|
|
17
|
+
export * from '../../../core/modules/rule-builder/dynamic-types/rule-trigger/dynamic-type-rule-trigger-abstract';
|
|
18
|
+
export * from '../../../core/modules/rule-builder/dynamic-types/rule-action/dynamic-type-rule-action-registry';
|
|
19
|
+
export * from '../../../core/modules/rule-builder/dynamic-types/rule-condition/dynamic-type-rule-condition-registry';
|
|
20
|
+
export * from '../../../core/modules/rule-builder/dynamic-types/rule-trigger/dynamic-type-rule-trigger-registry';
|
|
21
|
+
export * from '../../../core/modules/rule-builder/components/rule-actions/types/rule-actions.types';
|
|
22
|
+
export * from '../../../core/modules/rule-builder/components/rule-triggers/types/rule-triggers.types';
|
|
23
|
+
export * from '../../../core/modules/rule-builder/components/rule-conditions/types/rule-conditions.types';
|
|
24
|
+
export * from '../../../core/components/rule-condition/types/rule-condition.types';
|
|
@@ -0,0 +1,10 @@
|
|
|
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/translations/hooks/use-language-lookup';
|
|
@@ -11,7 +11,7 @@ export * from '../../../core/modules/widget-manager/hooks/use-widget-manager';
|
|
|
11
11
|
export * from '../../../core/modules/widget-manager/services/widget-registry';
|
|
12
12
|
export * from '../../../core/modules/widget-manager/widget-manager-slice';
|
|
13
13
|
export type { Widget } from '../../../core/modules/widget-manager/services/widget-registry';
|
|
14
|
-
export type { ElementIcon } from '../../../core/
|
|
14
|
+
export type { ElementIcon } from '../../../core/components/icon/icon';
|
|
15
15
|
export type { ElementType } from '../../../core/types/enums/element/element-type';
|
|
16
16
|
export * from '../../../core/modules/widget-manager/events';
|
|
17
17
|
export * from '../../../core/modules/widget-manager/services/processors/perspective-processor-registry';
|
|
@@ -25,6 +25,7 @@ export * from '../../core/utils/url-cache-buster';
|
|
|
25
25
|
export * from '../../core/utils/uuid';
|
|
26
26
|
export * from '../../core/utils/type-utils';
|
|
27
27
|
export * from '../../core/utils/local-storage';
|
|
28
|
+
export * from '../../core/utils/css';
|
|
28
29
|
export * from '../../core/utils/hooks/use-click-outside';
|
|
29
30
|
export * from '../../core/utils/hooks/use-css-container/use-css-container';
|
|
30
31
|
export * from '../../core/utils/hooks/use-element-resize';
|
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
import { RsbuildPlugin } from "@rsbuild/core";
|
|
2
2
|
|
|
3
|
-
export
|
|
3
|
+
export interface PluginOptions {
|
|
4
|
+
alternativePluginExportPath?: string;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export function pluginGenerateEntrypoints(options?: PluginOptions): RsbuildPlugin
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const createDynamicRemote: (bundleName: string) => string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pimcore/studio-ui-bundle",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.19",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"pimcore",
|
|
6
6
|
"pimcore-studio-ui"
|
|
@@ -39,8 +39,12 @@
|
|
|
39
39
|
"types": "./dist/build/types/src/sdk/*/index.d.ts"
|
|
40
40
|
},
|
|
41
41
|
"./rsbuild/plugins": {
|
|
42
|
-
"default": "./dist/build/rsbuild/
|
|
42
|
+
"default": "./dist/build/rsbuild/entrypoints.js",
|
|
43
43
|
"types": "./dist/types/entrypoints.d.ts"
|
|
44
|
+
},
|
|
45
|
+
"./rsbuild/utils": {
|
|
46
|
+
"default": "./dist/build/rsbuild/utils.js",
|
|
47
|
+
"types": "./dist/types/utils.d.ts"
|
|
44
48
|
}
|
|
45
49
|
},
|
|
46
50
|
"files": [
|
|
@@ -69,6 +73,7 @@
|
|
|
69
73
|
"@testing-library/react": "^14.3.1",
|
|
70
74
|
"@testing-library/user-event": "^14.5.2",
|
|
71
75
|
"@types/jest": "^29.5.14",
|
|
76
|
+
"@types/js-yaml": "^4.0.9",
|
|
72
77
|
"@types/webpack-env": "^1.18.8",
|
|
73
78
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
74
79
|
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
|
@@ -130,6 +135,7 @@
|
|
|
130
135
|
"i18next": "^23.16.8",
|
|
131
136
|
"immer": "^10.1.1",
|
|
132
137
|
"inversify": "6.1.x",
|
|
138
|
+
"js-yaml": "^4.1.1",
|
|
133
139
|
"leaflet": "^1.9.4",
|
|
134
140
|
"leaflet-draw": "^1.0.4",
|
|
135
141
|
"lodash": "^4.17.21",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
(()=>{"use strict";var t={};t.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},t.d=(e,n)=>{for(var s in n)t.o(n,s)&&!t.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:n[s]})},t.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),t.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var e={};t.r(e),t.d(e,{pluginGenerateEntrypoints:()=>r});let n=require("fs");var s=t.n(n);let i=(t,e)=>{var n,i,r,o,l,a,p;let u=t.environments.web.manifest,f={entrypoints:{}},c=void 0!==e,y="localhost";c&&"0.0.0.0"!==e.hostname&&(y=e.hostname);let d=!1;for(let[t,e]of Object.entries(u.entries))Array.isArray(null==e||null==(n=e.initial)?void 0:n.js)&&(null==e||null==(i=e.initial)?void 0:i.js.length)>0&&e.initial.js[0].startsWith("http")&&(d=!0),f.entrypoints[t]={js:[...(null==e||null==(r=e.async)?void 0:r.js)??[],...(null==e||null==(o=e.initial)?void 0:o.js)??[]],css:[...(null==e||null==(l=e.async)?void 0:l.css)??[],...(null==e||null==(a=e.initial)?void 0:a.css)??[]]};if(c&&!d)for(let[t,n]of Object.entries(f.entrypoints)){if(Array.isArray(n.js))for(let t=0;t<n.js.length;t++){let s=n.js[t];s.startsWith("http")||(n.js[t]=`http${e.https?"s":""}://${y}:${e.port}${s}`)}if(Array.isArray(n.css))for(let t=0;t<n.css.length;t++){let s=n.css[t];s.startsWith("http")||(n.css[t]=`http${e.https?"s":""}://${y}:${e.port}${s}`)}}if(d&&!c)for(let[e,n]of Object.entries(f.entrypoints)){if(Array.isArray(n.js))for(let e=0;e<n.js.length;e++){let s=n.js[e];s.startsWith("http")&&(n.js[e]=s.replace(/^(https?:\/\/[^\/]+)(.*)$/,"$1"+t.environments.web.config.output.assetPrefix+"$2"))}if(Array.isArray(n.css))for(let e=0;e<n.css.length;e++){let s=n.css[e];s.startsWith("http")&&(n.css[e]=s.replace(/^(https?:\/\/[^\/]+)(.*)$/,"$1"+t.environments.web.config.output.assetPrefix+"$2"))}}let h={};for(let[t,e]of Object.entries(u.entries))if(null==e||null==(p=e.initial)?void 0:p.js)for(let n of e.initial.js)n.endsWith("remoteEntry.js")&&(h[t]=n);return s().writeFileSync(`${t.environments.web.config.output.distPath.root}/exposeRemote.js`,`
|
|
2
|
-
if (window.pluginRemotes === undefined) {
|
|
3
|
-
window.pluginRemotes = {}
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
${Object.entries(h).map(t=>{let[n,s]=t;return`window.pluginRemotes.${n} = "${c&&!d?`http${e.https?"s":""}://${y}:${e.port}`:""}${s}"`})}
|
|
7
|
-
`),f.entrypoints.exposeRemote={js:[`${t.environments.web.config.output.assetPrefix}/exposeRemote.js`],css:[]},f},r=()=>({name:"entrypoints-generate",setup(t){t.onAfterBuild(t=>{let e=i(t),n=t.environments.web.config.output.distPath.root,r=`${n}/entrypoints.json`;s().writeFileSync(r,JSON.stringify(e,null,2),"utf-8")}),t.onDevCompileDone(e=>{let n=i(e,t.context.devServer),r=e.environments.web.config.output.distPath.root,o=`${r}/entrypoints.json`;s().writeFileSync(o,JSON.stringify(n,null,2),"utf-8")})}});module.exports=e})();
|