@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
|
@@ -8,6 +8,7 @@ declare const injectedRtkApi: import("@reduxjs/toolkit/query").Api<import("@redu
|
|
|
8
8
|
documentDocTypeDelete: import("@reduxjs/toolkit/query").MutationDefinition<DocumentDocTypeDeleteApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", unknown, "api", unknown>;
|
|
9
9
|
documentDocTypeTypeList: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentDocTypeTypeListApiResponse, "api", unknown>;
|
|
10
10
|
documentDocTypeList: import("@reduxjs/toolkit/query").QueryDefinition<DocumentDocTypeListApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentDocTypeListApiResponse, "api", unknown>;
|
|
11
|
+
documentGetTypes: import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>;
|
|
11
12
|
documentGetById: import("@reduxjs/toolkit/query").QueryDefinition<DocumentGetByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentDetailData, "api", unknown>;
|
|
12
13
|
documentUpdateById: import("@reduxjs/toolkit/query").MutationDefinition<DocumentUpdateByIdApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentDetailData, "api", unknown>;
|
|
13
14
|
documentPageCheckPrettyUrl: import("@reduxjs/toolkit/query").MutationDefinition<DocumentPageCheckPrettyUrlApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", unknown, "api", unknown>;
|
|
@@ -83,6 +84,11 @@ export type DocumentDocTypeListApiArg = {
|
|
|
83
84
|
/** Filter results by docType type */
|
|
84
85
|
type?: string;
|
|
85
86
|
};
|
|
87
|
+
export type DocumentGetTypesApiResponse = {
|
|
88
|
+
totalItems: number;
|
|
89
|
+
items: DocumentType[];
|
|
90
|
+
};
|
|
91
|
+
export type DocumentGetTypesApiArg = void;
|
|
86
92
|
export type DocumentGetByIdApiResponse =
|
|
87
93
|
/** status 200 Successfully retrieved document data as JSON */ DocumentDetailData;
|
|
88
94
|
export type DocumentGetByIdApiArg = {
|
|
@@ -267,6 +273,8 @@ export type DocumentAdd = {
|
|
|
267
273
|
navigationName: string | null;
|
|
268
274
|
/** Document type ID */
|
|
269
275
|
docTypeId: string | null;
|
|
276
|
+
/** Document template */
|
|
277
|
+
template: string | null;
|
|
270
278
|
/** Id of the base document for new translation */
|
|
271
279
|
translationsSourceId: number | null;
|
|
272
280
|
/** Document language when adding a translation */
|
|
@@ -356,6 +364,14 @@ export type DocTypeType = {
|
|
|
356
364
|
/** Only printable children */
|
|
357
365
|
onlyPrintableChildren?: boolean;
|
|
358
366
|
};
|
|
367
|
+
export type DocumentType = {
|
|
368
|
+
/** AdditionalAttributes */
|
|
369
|
+
additionalAttributes?: {
|
|
370
|
+
[key: string]: string | number | boolean | object;
|
|
371
|
+
};
|
|
372
|
+
/** key */
|
|
373
|
+
key: string;
|
|
374
|
+
};
|
|
359
375
|
export type ElementIcon = {
|
|
360
376
|
/** Icon type */
|
|
361
377
|
type: "name" | "path";
|
|
@@ -1932,6 +1948,190 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
|
|
|
1932
1948
|
}) => R) | undefined;
|
|
1933
1949
|
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
1934
1950
|
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<DocumentDocTypeListApiArg, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentDocTypeListApiResponse, "api", unknown>>;
|
|
1951
|
+
}, useDocumentGetTypesQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1952
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1953
|
+
originalArgs?: undefined | undefined;
|
|
1954
|
+
data?: undefined | undefined;
|
|
1955
|
+
error?: undefined | undefined;
|
|
1956
|
+
requestId?: undefined | undefined;
|
|
1957
|
+
endpointName?: string | undefined;
|
|
1958
|
+
startedTimeStamp?: undefined | undefined;
|
|
1959
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
1960
|
+
} & {
|
|
1961
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
1962
|
+
isUninitialized: false;
|
|
1963
|
+
isLoading: false;
|
|
1964
|
+
isFetching: false;
|
|
1965
|
+
isSuccess: false;
|
|
1966
|
+
isError: false;
|
|
1967
|
+
}, "isUninitialized"> & {
|
|
1968
|
+
isUninitialized: true;
|
|
1969
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
1970
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
1971
|
+
isUninitialized: false;
|
|
1972
|
+
isLoading: false;
|
|
1973
|
+
isFetching: false;
|
|
1974
|
+
isSuccess: false;
|
|
1975
|
+
isError: false;
|
|
1976
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
1977
|
+
isLoading: true;
|
|
1978
|
+
isFetching: boolean;
|
|
1979
|
+
data: undefined;
|
|
1980
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
1981
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
1982
|
+
isUninitialized: false;
|
|
1983
|
+
isLoading: false;
|
|
1984
|
+
isFetching: false;
|
|
1985
|
+
isSuccess: false;
|
|
1986
|
+
isError: false;
|
|
1987
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
1988
|
+
isSuccess: true;
|
|
1989
|
+
isFetching: true;
|
|
1990
|
+
error: undefined;
|
|
1991
|
+
} & {
|
|
1992
|
+
data: DocumentGetTypesApiResponse;
|
|
1993
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
1994
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
1995
|
+
isUninitialized: false;
|
|
1996
|
+
isLoading: false;
|
|
1997
|
+
isFetching: false;
|
|
1998
|
+
isSuccess: false;
|
|
1999
|
+
isError: false;
|
|
2000
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2001
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2002
|
+
isUninitialized: false;
|
|
2003
|
+
isLoading: false;
|
|
2004
|
+
isFetching: false;
|
|
2005
|
+
isSuccess: false;
|
|
2006
|
+
isError: false;
|
|
2007
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
2008
|
+
isSuccess: true;
|
|
2009
|
+
isFetching: false;
|
|
2010
|
+
error: undefined;
|
|
2011
|
+
} & {
|
|
2012
|
+
data: DocumentGetTypesApiResponse;
|
|
2013
|
+
currentData: DocumentGetTypesApiResponse;
|
|
2014
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2015
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2016
|
+
isUninitialized: false;
|
|
2017
|
+
isLoading: false;
|
|
2018
|
+
isFetching: false;
|
|
2019
|
+
isSuccess: false;
|
|
2020
|
+
isError: false;
|
|
2021
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2022
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2023
|
+
isUninitialized: false;
|
|
2024
|
+
isLoading: false;
|
|
2025
|
+
isFetching: false;
|
|
2026
|
+
isSuccess: false;
|
|
2027
|
+
isError: false;
|
|
2028
|
+
}, "error" | "isError"> & {
|
|
2029
|
+
isError: true;
|
|
2030
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2031
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2032
|
+
isUninitialized: false;
|
|
2033
|
+
isLoading: false;
|
|
2034
|
+
isFetching: false;
|
|
2035
|
+
isSuccess: false;
|
|
2036
|
+
isError: false;
|
|
2037
|
+
}, "error">>)> & {
|
|
2038
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2039
|
+
}>(arg: void | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
2040
|
+
skip?: boolean;
|
|
2041
|
+
refetchOnMountOrArgChange?: boolean | number;
|
|
2042
|
+
} & {
|
|
2043
|
+
skip?: boolean;
|
|
2044
|
+
selectFromResult?: ((state: import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
2045
|
+
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
2046
|
+
originalArgs?: undefined | undefined;
|
|
2047
|
+
data?: undefined | undefined;
|
|
2048
|
+
error?: undefined | undefined;
|
|
2049
|
+
requestId?: undefined | undefined;
|
|
2050
|
+
endpointName?: string | undefined;
|
|
2051
|
+
startedTimeStamp?: undefined | undefined;
|
|
2052
|
+
fulfilledTimeStamp?: undefined | undefined;
|
|
2053
|
+
} & {
|
|
2054
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2055
|
+
isUninitialized: false;
|
|
2056
|
+
isLoading: false;
|
|
2057
|
+
isFetching: false;
|
|
2058
|
+
isSuccess: false;
|
|
2059
|
+
isError: false;
|
|
2060
|
+
}, "isUninitialized"> & {
|
|
2061
|
+
isUninitialized: true;
|
|
2062
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2063
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2064
|
+
isUninitialized: false;
|
|
2065
|
+
isLoading: false;
|
|
2066
|
+
isFetching: false;
|
|
2067
|
+
isSuccess: false;
|
|
2068
|
+
isError: false;
|
|
2069
|
+
}, "data" | "isLoading" | "isFetching"> & {
|
|
2070
|
+
isLoading: true;
|
|
2071
|
+
isFetching: boolean;
|
|
2072
|
+
data: undefined;
|
|
2073
|
+
}) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2074
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2075
|
+
isUninitialized: false;
|
|
2076
|
+
isLoading: false;
|
|
2077
|
+
isFetching: false;
|
|
2078
|
+
isSuccess: false;
|
|
2079
|
+
isError: false;
|
|
2080
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess"> & {
|
|
2081
|
+
isSuccess: true;
|
|
2082
|
+
isFetching: true;
|
|
2083
|
+
error: undefined;
|
|
2084
|
+
} & {
|
|
2085
|
+
data: DocumentGetTypesApiResponse;
|
|
2086
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2087
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2088
|
+
isUninitialized: false;
|
|
2089
|
+
isLoading: false;
|
|
2090
|
+
isFetching: false;
|
|
2091
|
+
isSuccess: false;
|
|
2092
|
+
isError: false;
|
|
2093
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2094
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2095
|
+
isUninitialized: false;
|
|
2096
|
+
isLoading: false;
|
|
2097
|
+
isFetching: false;
|
|
2098
|
+
isSuccess: false;
|
|
2099
|
+
isError: false;
|
|
2100
|
+
}, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
|
|
2101
|
+
isSuccess: true;
|
|
2102
|
+
isFetching: false;
|
|
2103
|
+
error: undefined;
|
|
2104
|
+
} & {
|
|
2105
|
+
data: DocumentGetTypesApiResponse;
|
|
2106
|
+
currentData: DocumentGetTypesApiResponse;
|
|
2107
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2108
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2109
|
+
isUninitialized: false;
|
|
2110
|
+
isLoading: false;
|
|
2111
|
+
isFetching: false;
|
|
2112
|
+
isSuccess: false;
|
|
2113
|
+
isError: false;
|
|
2114
|
+
}, "fulfilledTimeStamp">>) | (Omit<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2115
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2116
|
+
isUninitialized: false;
|
|
2117
|
+
isLoading: false;
|
|
2118
|
+
isFetching: false;
|
|
2119
|
+
isSuccess: false;
|
|
2120
|
+
isError: false;
|
|
2121
|
+
}, "error" | "isError"> & {
|
|
2122
|
+
isError: true;
|
|
2123
|
+
} & Required<Pick<import("@reduxjs/toolkit/query").QuerySubState<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>> & {
|
|
2124
|
+
currentData?: DocumentGetTypesApiResponse | undefined;
|
|
2125
|
+
isUninitialized: false;
|
|
2126
|
+
isLoading: false;
|
|
2127
|
+
isFetching: false;
|
|
2128
|
+
isSuccess: false;
|
|
2129
|
+
isError: false;
|
|
2130
|
+
}, "error">>)> & {
|
|
2131
|
+
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
2132
|
+
}) => R) | undefined;
|
|
2133
|
+
}) | undefined) => [R][R extends any ? 0 : never] & {
|
|
2134
|
+
refetch: () => import("@reduxjs/toolkit/query").QueryActionCreatorResult<import("@reduxjs/toolkit/query").QueryDefinition<void, import("@reduxjs/toolkit/query").BaseQueryFn<string | import("@reduxjs/toolkit/query").FetchArgs, unknown, import("@reduxjs/toolkit/query").FetchBaseQueryError, {}, import("@reduxjs/toolkit/query").FetchBaseQueryMeta>, "Documents", DocumentGetTypesApiResponse, "api", unknown>>;
|
|
1935
2135
|
}, useDocumentGetByIdQuery: <R extends Record<string, any> = import("@reduxjs/toolkit/query").TSHelpersId<(Omit<{
|
|
1936
2136
|
status: import("@reduxjs/toolkit/query").QueryStatus.uninitialized;
|
|
1937
2137
|
originalArgs?: undefined | undefined;
|
|
@@ -118,25 +118,25 @@ export declare const selectDocumentById: (state: Record<string, any>, id: number
|
|
|
118
118
|
elementType: string;
|
|
119
119
|
parentId: number;
|
|
120
120
|
icon: import("../../modules/document/document-api-slice-enhanced").ElementIcon;
|
|
121
|
-
key: string;
|
|
122
121
|
fullPath: string;
|
|
123
|
-
|
|
124
|
-
userModification: number | null;
|
|
125
|
-
locked: string | null;
|
|
122
|
+
key: string;
|
|
126
123
|
isLocked: boolean;
|
|
127
|
-
|
|
128
|
-
|
|
124
|
+
permissions: import("../../modules/document/document-api-slice-enhanced").DocumentPermissions;
|
|
125
|
+
index: number;
|
|
126
|
+
isSite: boolean;
|
|
127
|
+
published: boolean;
|
|
129
128
|
additionalAttributes?: {
|
|
130
129
|
[key: string]: string | number | boolean | object;
|
|
131
130
|
} | undefined;
|
|
131
|
+
locked: string | null;
|
|
132
|
+
hasChildren: boolean;
|
|
133
|
+
userOwner: number;
|
|
134
|
+
userModification: number | null;
|
|
135
|
+
creationDate: number | null;
|
|
136
|
+
modificationDate: number | null;
|
|
132
137
|
customAttributes?: import("../../modules/document/document-api-slice-enhanced").CustomAttributes | undefined;
|
|
133
138
|
hasWorkflowAvailable: boolean;
|
|
134
|
-
hasChildren: boolean;
|
|
135
139
|
hasWorkflowWithPermissions: boolean;
|
|
136
|
-
permissions: import("../../modules/document/document-api-slice-enhanced").DocumentPermissions;
|
|
137
|
-
published: boolean;
|
|
138
|
-
index: number;
|
|
139
|
-
isSite: boolean;
|
|
140
140
|
navigationExclude: boolean;
|
|
141
141
|
editableData: object;
|
|
142
142
|
missingRequiredEditable: boolean;
|
|
@@ -16,12 +16,17 @@ export interface AreablockTypeEntry {
|
|
|
16
16
|
}
|
|
17
17
|
export type AreablockGroupedTypes = Record<string, AreablockTypeEntry[]>;
|
|
18
18
|
export interface DocumentEditorState {
|
|
19
|
-
documentAreablocks: Record<number, AreablockGroupedTypes
|
|
19
|
+
documentAreablocks: Record<number, Record<string, AreablockGroupedTypes>>;
|
|
20
|
+
timeSliderVisible: Record<number, boolean>;
|
|
20
21
|
}
|
|
21
22
|
export declare const setDocumentAreablockTypes: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
22
23
|
documentId: number;
|
|
24
|
+
editableTypeId: string;
|
|
23
25
|
areablockTypes: AreablockGroupedTypes;
|
|
24
|
-
}, "document-editor/setDocumentAreablockTypes">,
|
|
26
|
+
}, "document-editor/setDocumentAreablockTypes">, setDocumentTimeSliderVisible: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
27
|
+
documentId: number;
|
|
28
|
+
visible: boolean;
|
|
29
|
+
}, "document-editor/setDocumentTimeSliderVisible">, removeDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-editor/removeDocument">, clearAllDocuments: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"document-editor/clearAllDocuments">;
|
|
25
30
|
export declare const selectDocumentEditorState: (state: any) => DocumentEditorState;
|
|
26
31
|
export declare const selectDocumentAreablockGroupedTypes: ((state: any, documentId: number) => AreablockGroupedTypes) & {
|
|
27
32
|
clearCache: () => void;
|
|
@@ -41,8 +46,29 @@ export declare const selectDocumentAreablockGroupedTypes: ((state: any, document
|
|
|
41
46
|
dependencyRecomputations: () => number;
|
|
42
47
|
resetDependencyRecomputations: () => void;
|
|
43
48
|
} & {
|
|
49
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
44
50
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
51
|
+
};
|
|
52
|
+
export declare const selectDocumentTimeSliderVisible: ((state: any, documentId: number) => boolean) & {
|
|
53
|
+
clearCache: () => void;
|
|
54
|
+
resultsCount: () => number;
|
|
55
|
+
resetResultsCount: () => void;
|
|
56
|
+
} & {
|
|
57
|
+
resultFunc: (resultFuncArgs_0: DocumentEditorState, resultFuncArgs_1: number) => boolean;
|
|
58
|
+
memoizedResultFunc: ((resultFuncArgs_0: DocumentEditorState, resultFuncArgs_1: number) => boolean) & {
|
|
59
|
+
clearCache: () => void;
|
|
60
|
+
resultsCount: () => number;
|
|
61
|
+
resetResultsCount: () => void;
|
|
62
|
+
};
|
|
63
|
+
lastResult: () => boolean;
|
|
64
|
+
dependencies: [(state: any) => DocumentEditorState, (_state: any, documentId: number) => number];
|
|
65
|
+
recomputations: () => number;
|
|
66
|
+
resetRecomputations: () => void;
|
|
67
|
+
dependencyRecomputations: () => number;
|
|
68
|
+
resetDependencyRecomputations: () => void;
|
|
69
|
+
} & {
|
|
45
70
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
71
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
46
72
|
};
|
|
47
73
|
export declare const selectDocumentHasAreablocks: ((state: any, documentId: number) => boolean) & {
|
|
48
74
|
clearCache: () => void;
|
|
@@ -74,16 +100,16 @@ export declare const selectDocumentHasAreablocks: ((state: any, documentId: numb
|
|
|
74
100
|
dependencyRecomputations: () => number;
|
|
75
101
|
resetDependencyRecomputations: () => void;
|
|
76
102
|
} & {
|
|
77
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
78
103
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
104
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
79
105
|
}];
|
|
80
106
|
recomputations: () => number;
|
|
81
107
|
resetRecomputations: () => void;
|
|
82
108
|
dependencyRecomputations: () => number;
|
|
83
109
|
resetDependencyRecomputations: () => void;
|
|
84
110
|
} & {
|
|
85
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
86
111
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
112
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
87
113
|
};
|
|
88
114
|
export declare const selectDocumentAreablockTypes: ((state: any, documentId: number) => AreablockTypeEntry[]) & {
|
|
89
115
|
clearCache: () => void;
|
|
@@ -115,16 +141,16 @@ export declare const selectDocumentAreablockTypes: ((state: any, documentId: num
|
|
|
115
141
|
dependencyRecomputations: () => number;
|
|
116
142
|
resetDependencyRecomputations: () => void;
|
|
117
143
|
} & {
|
|
118
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
119
144
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
145
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
120
146
|
}];
|
|
121
147
|
recomputations: () => number;
|
|
122
148
|
resetRecomputations: () => void;
|
|
123
149
|
dependencyRecomputations: () => number;
|
|
124
150
|
resetDependencyRecomputations: () => void;
|
|
125
151
|
} & {
|
|
126
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
127
152
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
153
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
128
154
|
};
|
|
129
155
|
declare const _default: import("redux").Reducer<DocumentEditorState>;
|
|
130
156
|
export default _default;
|
|
@@ -21,6 +21,8 @@ interface ContentSettingsFormProps {
|
|
|
21
21
|
hasPropertiesPermission?: boolean;
|
|
22
22
|
hasSavePermission?: boolean;
|
|
23
23
|
allowedContentMainDocumentTypes?: string[];
|
|
24
|
+
enableTitleDescription?: boolean;
|
|
25
|
+
enablePrettyUrl?: boolean;
|
|
24
26
|
}
|
|
25
|
-
export declare const ContentSettingsForm: ({ documentId, initialValues, hasPropertiesPermission, hasSavePermission, allowedContentMainDocumentTypes }: ContentSettingsFormProps) => React.JSX.Element;
|
|
27
|
+
export declare const ContentSettingsForm: ({ documentId, initialValues, hasPropertiesPermission, hasSavePermission, allowedContentMainDocumentTypes, enableTitleDescription, enablePrettyUrl }: ContentSettingsFormProps) => React.JSX.Element;
|
|
26
28
|
export {};
|
|
@@ -10,5 +10,7 @@
|
|
|
10
10
|
import React from 'react';
|
|
11
11
|
export interface ContentSettingsSidebarProps {
|
|
12
12
|
allowedContentMainDocumentTypes?: string[];
|
|
13
|
+
enableTitleDescription?: boolean;
|
|
14
|
+
enablePrettyUrl?: boolean;
|
|
13
15
|
}
|
|
14
|
-
export declare const ContentSettingsSidebar: ({
|
|
16
|
+
export declare const ContentSettingsSidebar: ({ ...props }?: ContentSettingsSidebarProps) => React.JSX.Element;
|
|
@@ -8,16 +8,17 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
+
interface DocumentConfigurationFormValues {
|
|
12
|
+
predefinedDocumentType: string;
|
|
13
|
+
controller: string;
|
|
14
|
+
template: string;
|
|
15
|
+
staticGeneratorEnabled: boolean;
|
|
16
|
+
staticGeneratorLifetime: number | null;
|
|
17
|
+
}
|
|
11
18
|
interface DocumentConfigurationFormProps {
|
|
12
19
|
documentId: number;
|
|
13
20
|
documentType: string | undefined;
|
|
14
|
-
initialValues:
|
|
15
|
-
predefinedDocumentType: string;
|
|
16
|
-
controller: string;
|
|
17
|
-
template: string;
|
|
18
|
-
staticGeneratorEnabled: boolean;
|
|
19
|
-
staticGeneratorLifetime: number | null;
|
|
20
|
-
};
|
|
21
|
+
initialValues: DocumentConfigurationFormValues;
|
|
21
22
|
apiData: {
|
|
22
23
|
controllers: Array<{
|
|
23
24
|
name: string;
|
|
@@ -15,4 +15,4 @@ export declare const useDocumentUrlProcessor: (documentId: number, processorType
|
|
|
15
15
|
/**
|
|
16
16
|
* Helper hook for preview URLs with standard preview parameters
|
|
17
17
|
*/
|
|
18
|
-
export declare const useDocumentPreviewUrlProcessor: (documentId: number, baseUrl: string, refreshKey?: number) => string;
|
|
18
|
+
export declare const useDocumentPreviewUrlProcessor: (documentId: number, baseUrl: string, refreshKey?: number, forceDeviceType?: string, timestamp?: number) => string;
|
|
@@ -14,4 +14,7 @@ export interface UseSitesReturn {
|
|
|
14
14
|
getSitesByIds: (ids: number[]) => Site[];
|
|
15
15
|
getRemainingSites: (ids: number[], filteredSiteIds?: number[]) => Site[];
|
|
16
16
|
}
|
|
17
|
-
export
|
|
17
|
+
export interface UseSitesProps {
|
|
18
|
+
excludeMainSite?: boolean;
|
|
19
|
+
}
|
|
20
|
+
export declare const useSites: (props?: UseSitesProps) => UseSitesReturn;
|
|
@@ -16,5 +16,6 @@ export interface UseDeleteHookReturn {
|
|
|
16
16
|
deleteTreeContextMenuItem: (node: TreeNodeProps, onFinish?: () => void) => ItemType;
|
|
17
17
|
deleteContextMenuItem: (node: Element, onFinish?: () => void) => ItemType;
|
|
18
18
|
deleteGridContextMenuItem: (row: any) => ItemType | undefined;
|
|
19
|
+
isLoading: boolean;
|
|
19
20
|
}
|
|
20
21
|
export declare const useDelete: (elementType: ElementType, cacheKey?: string) => UseDeleteHookReturn;
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { type CropSettings } from '../../../../modules/element/dynamic-types/definitions/objects/data-related/helpers/hotspot-image/types/crop-types';
|
|
12
|
+
import { type CropModalOptions } from './provider/crop-modal-provider';
|
|
12
13
|
export interface CropModalProps {
|
|
13
14
|
crop?: CropSettings | null;
|
|
14
15
|
imageId: number;
|
|
15
16
|
open: boolean;
|
|
16
|
-
disabled?: boolean;
|
|
17
17
|
onClose?: () => void;
|
|
18
|
-
|
|
18
|
+
options?: CropModalOptions;
|
|
19
19
|
}
|
|
20
20
|
export declare const CropModal: (props: CropModalProps) => React.JSX.Element;
|
package/dist/build/types/src/core/modules/element/components/crop-modal/hooks/use-crop-modal.d.ts
CHANGED
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
import type { CropSettings } from '../../../../../modules/element/dynamic-types/definitions/objects/data-related/helpers/hotspot-image/types/crop-types';
|
|
11
11
|
export interface UseCropModalOptions {
|
|
12
12
|
disabled?: boolean;
|
|
13
|
+
ratioX?: number;
|
|
14
|
+
ratioY?: number;
|
|
13
15
|
onChange?: (crop: CropSettings | null) => void;
|
|
14
16
|
}
|
|
15
17
|
export interface UseCropModalReturn {
|
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import type { IHotspot } from '../../../../../components/hotspot-image/hotspot-image';
|
|
11
11
|
import type { CropSettings } from '../../../../../modules/element/dynamic-types/definitions/objects/data-related/helpers/hotspot-image/types/crop-types';
|
|
12
|
+
import type { DataTemplates } from '../hotspot-markers-modal';
|
|
12
13
|
export interface UseHotspotMarkersModalOptions {
|
|
13
14
|
disabled?: boolean;
|
|
14
15
|
onChange?: (hotspots: IHotspot[]) => void;
|
|
16
|
+
predefinedDataTemplates?: DataTemplates | string | null;
|
|
15
17
|
}
|
|
16
18
|
export interface UseHotspotMarkersModalReturn {
|
|
17
19
|
openModal: (imageId: number, hotspots?: IHotspot[] | null, crop?: CropSettings | null) => void;
|
|
@@ -18,5 +18,15 @@ export interface HotspotMarkersModalProps {
|
|
|
18
18
|
onClose?: () => void;
|
|
19
19
|
onChange?: (hotspots: IHotspot[]) => void;
|
|
20
20
|
crop?: CropSettings;
|
|
21
|
+
predefinedDataTemplates?: DataTemplates | string | null;
|
|
22
|
+
}
|
|
23
|
+
export interface DataTemplateItem {
|
|
24
|
+
menuName?: string;
|
|
25
|
+
name: string;
|
|
26
|
+
data?: any[];
|
|
27
|
+
}
|
|
28
|
+
export interface DataTemplates {
|
|
29
|
+
marker?: DataTemplateItem[];
|
|
30
|
+
hotspot?: DataTemplateItem[];
|
|
21
31
|
}
|
|
22
32
|
export declare const HotspotMarkersModal: (props: HotspotMarkersModalProps) => React.JSX.Element;
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import type { IHotspot } from '../../../../../components/hotspot-image/hotspot-image';
|
|
12
12
|
import type { CropSettings } from '../../../../../modules/element/dynamic-types/definitions/objects/data-related/helpers/hotspot-image/types/crop-types';
|
|
13
|
+
import type { DataTemplates } from '../hotspot-markers-modal';
|
|
13
14
|
export interface HotspotMarkersModalContextProps {
|
|
14
15
|
openModal: (modalId: string, imageId: number, hotspots?: IHotspot[] | null, crop?: CropSettings | null, options?: HotspotMarkersModalOptions) => void;
|
|
15
16
|
closeModal: (modalId: string) => void;
|
|
@@ -18,6 +19,7 @@ export interface HotspotMarkersModalContextProps {
|
|
|
18
19
|
export interface HotspotMarkersModalOptions {
|
|
19
20
|
disabled?: boolean;
|
|
20
21
|
onChange?: (hotspots: IHotspot[]) => void;
|
|
22
|
+
predefinedDataTemplates?: DataTemplates | string | null;
|
|
21
23
|
}
|
|
22
24
|
export interface HotspotMarkersModalProviderProps {
|
|
23
25
|
children: React.ReactNode;
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
+
import { type useLazyDocumentPageSnippetAreaBlockRenderQuery } from '../../../../../../../../modules/document/document-api-slice-enhanced';
|
|
11
12
|
export interface AreaType {
|
|
12
13
|
name: string;
|
|
13
14
|
type: string;
|
|
@@ -34,6 +35,7 @@ export interface AreablockEntry {
|
|
|
34
35
|
hidden?: boolean;
|
|
35
36
|
}
|
|
36
37
|
export type AreablockValue = AreablockEntry[];
|
|
38
|
+
export type AreablockRenderTrigger = ReturnType<typeof useLazyDocumentPageSnippetAreaBlockRenderQuery>[0];
|
|
37
39
|
export interface AreablockEditableProps {
|
|
38
40
|
value?: AreablockValue;
|
|
39
41
|
onChange?: (value: AreablockValue) => void;
|
|
@@ -43,5 +45,6 @@ export interface AreablockEditableProps {
|
|
|
43
45
|
containerRef?: React.RefObject<HTMLDivElement>;
|
|
44
46
|
disabled?: boolean;
|
|
45
47
|
isInherited?: boolean;
|
|
48
|
+
renderTrigger: AreablockRenderTrigger;
|
|
46
49
|
}
|
|
47
|
-
export declare const AreablockEditable: ({ value, onChange, config, className, editableName, containerRef, disabled, isInherited }: AreablockEditableProps) => React.JSX.Element;
|
|
50
|
+
export declare const AreablockEditable: ({ value, onChange, config, className, editableName, containerRef, disabled, isInherited, renderTrigger }: AreablockEditableProps) => React.JSX.Element;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type AbstractDocumentEditableDefinition } from '../../../dynamic-type-document-editable-abstract';
|
|
11
|
-
import { type AreablockEditableConfig, type AreablockValue } from '../areablock-editable';
|
|
11
|
+
import { type AreablockEditableConfig, type AreablockValue, type AreablockRenderTrigger } from '../areablock-editable';
|
|
12
12
|
import { type AreablockManager } from '../utils/areablock-manager';
|
|
13
13
|
export interface UseAreablockEditableParams {
|
|
14
14
|
areablockManager: AreablockManager;
|
|
@@ -16,6 +16,7 @@ export interface UseAreablockEditableParams {
|
|
|
16
16
|
onChange?: (value: AreablockValue) => void;
|
|
17
17
|
config?: AreablockEditableConfig;
|
|
18
18
|
disabled?: boolean;
|
|
19
|
+
renderTrigger: AreablockRenderTrigger;
|
|
19
20
|
}
|
|
20
21
|
export interface UseAreablockEditableReturn {
|
|
21
22
|
dynamicEditables: AbstractDocumentEditableDefinition[];
|
|
@@ -25,4 +26,4 @@ export interface UseAreablockEditableReturn {
|
|
|
25
26
|
moveAreaDown: (element: HTMLElement) => void;
|
|
26
27
|
moveArea: (fromIndex: number, toIndex: number) => void;
|
|
27
28
|
}
|
|
28
|
-
export declare const useAreablockEditable: ({ areablockManager, onChange, config, disabled }: UseAreablockEditableParams) => UseAreablockEditableReturn;
|
|
29
|
+
export declare const useAreablockEditable: ({ areablockManager, onChange, config, disabled, renderTrigger }: UseAreablockEditableParams) => UseAreablockEditableReturn;
|
|
@@ -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
|
+
import React from 'react';
|
|
11
|
+
import { type AreablockEditableProps } from './areablock-editable';
|
|
12
|
+
export declare const WithAreablockRenderQuery: (props: Omit<AreablockEditableProps, "renderTrigger">) => React.JSX.Element;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { type AbstractDocumentEditableDefinition, DynamicTypeDocumentEditableAbstract } from '../dynamic-type-document-editable-abstract';
|
|
12
|
-
import { type AreablockEditableConfig, type AreablockValue } from '../components/areablock-editable/areablock-editable';
|
|
12
|
+
import { type AreablockEditableProps, type AreablockEditableConfig, type AreablockValue } from '../components/areablock-editable/areablock-editable';
|
|
13
13
|
declare const DEFAULT_AREABLOCK_GROUP = "Available Areas";
|
|
14
14
|
declare const UNCATEGORIZED_AREABLOCK_GROUP = "Uncategorized";
|
|
15
15
|
export { DEFAULT_AREABLOCK_GROUP, UNCATEGORIZED_AREABLOCK_GROUP };
|
|
@@ -18,6 +18,7 @@ export interface AreablockEditableDefinition extends Omit<AbstractDocumentEditab
|
|
|
18
18
|
}
|
|
19
19
|
export declare class DynamicTypeDocumentEditableAreablock extends DynamicTypeDocumentEditableAbstract {
|
|
20
20
|
id: string;
|
|
21
|
+
getEditableComponent(): React.ComponentType<Omit<AreablockEditableProps, 'renderTrigger'>>;
|
|
21
22
|
getEditableDataComponent(props: AreablockEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
|
|
22
23
|
transformValue(value: any, props: AreablockEditableDefinition): AreablockValue;
|
|
23
24
|
onDocumentReady(documentId: number, editableDefinitions: AbstractDocumentEditableDefinition[]): void;
|
|
@@ -17,5 +17,6 @@ export declare class DynamicTypeDocumentEditableScheduledblock extends DynamicTy
|
|
|
17
17
|
id: string;
|
|
18
18
|
getEditableDataComponent(props: ScheduledblockEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
|
|
19
19
|
transformValue(value: any, props: ScheduledblockEditableDefinition): ScheduledblockValue;
|
|
20
|
+
onDocumentReady(documentId: number, editableDefinitions: AbstractDocumentEditableDefinition[]): void;
|
|
20
21
|
reloadOnChange(props: ScheduledblockEditableDefinition): boolean;
|
|
21
22
|
}
|