@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
|
@@ -0,0 +1,13 @@
|
|
|
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 i in n)t.o(n,i)&&!t.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:n[i]})},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 i=t.n(n);let s=(t,e,n)=>{var s,r,o,l,a,u,p;let f=t.environments.web.manifest,c={entrypoints:{}},d=void 0!==e,h="localhost";d&&"0.0.0.0"!==e.hostname&&(h=e.hostname);let y=!1;for(let[t,e]of Object.entries(f.entries))Array.isArray(null==e||null==(s=e.initial)?void 0:s.js)&&(null==e||null==(r=e.initial)?void 0:r.js.length)>0&&e.initial.js[0].startsWith("http")&&(y=!0),c.entrypoints[t]={js:[...(null==e||null==(o=e.async)?void 0:o.js)??[],...(null==e||null==(l=e.initial)?void 0:l.js)??[]],css:[...(null==e||null==(a=e.async)?void 0:a.css)??[],...(null==e||null==(u=e.initial)?void 0:u.css)??[]]};if(d&&!y)for(let[t,n]of Object.entries(c.entrypoints)){if(Array.isArray(n.js))for(let t=0;t<n.js.length;t++){let i=n.js[t];i.startsWith("http")||(n.js[t]=`http${e.https?"s":""}://${h}:${e.port}${i}`)}if(Array.isArray(n.css))for(let t=0;t<n.css.length;t++){let i=n.css[t];i.startsWith("http")||(n.css[t]=`http${e.https?"s":""}://${h}:${e.port}${i}`)}}if(y&&!d)for(let[e,n]of Object.entries(c.entrypoints)){if(Array.isArray(n.js))for(let e=0;e<n.js.length;e++){let i=n.js[e];i.startsWith("http")&&(n.js[e]=i.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 i=n.css[e];i.startsWith("http")&&(n.css[e]=i.replace(/^(https?:\/\/[^\/]+)(.*)$/,"$1"+t.environments.web.config.output.assetPrefix+"$2"))}}let j={};for(let[t,e]of Object.entries(f.entries))if(null==e||null==(p=e.initial)?void 0:p.js)for(let n of e.initial.js)n.endsWith("remoteEntry.js")&&(j[t]=n);return i().writeFileSync(`${t.environments.web.config.output.distPath.root}/exposeRemote.js`,`
|
|
2
|
+
if (window.pluginRemotes === undefined) {
|
|
3
|
+
window.pluginRemotes = {}
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
if (window.alternativePluginExportPaths === undefined) {
|
|
7
|
+
window.alternativePluginExportPaths = {}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
${Object.entries(j).map(t=>{let[n,i]=t;return`window.pluginRemotes.${n} = "${d&&!y?`http${e.https?"s":""}://${h}:${e.port}`:""}${i}"`})}
|
|
11
|
+
|
|
12
|
+
${(null==n?void 0:n.alternativePluginExportPath)?Object.entries(j).map(t=>{let[e,i]=t;return`window.alternativePluginExportPaths.${e} = "${n.alternativePluginExportPath}"`}).join("\n "):""}
|
|
13
|
+
`),c.entrypoints.exposeRemote={js:[`${t.environments.web.config.output.assetPrefix}/exposeRemote.js`],css:[]},c},r=t=>({name:"entrypoints-generate",setup(e){e.onAfterBuild(e=>{let n=s(e,void 0,t),r=e.environments.web.config.output.distPath.root,o=`${r}/entrypoints.json`;i().writeFileSync(o,JSON.stringify(n,null,2),"utf-8")}),e.onDevCompileDone(n=>{let r=s(n,e.context.devServer,t),o=n.environments.web.config.output.distPath.root,l=`${o}/entrypoints.json`;i().writeFileSync(l,JSON.stringify(r,null,2),"utf-8")})}});module.exports=e})();
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
(()=>{"use strict";var e={};e.d=(t,r)=>{for(var o in r)e.o(r,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:r[o]})},e.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var t={};e.r(t),e.d(t,{createDynamicRemote:()=>r});let r=e=>{let t="pimcore_studio_ui_bundle"===e?"window.StudioUIBundleRemoteUrl":`window.pluginRemotes['${e}']`;return`promise new Promise(resolve => {
|
|
2
|
+
const remoteUrl = ${t}
|
|
3
|
+
|
|
4
|
+
// Check if the container is already available
|
|
5
|
+
if (window['${e}']) {
|
|
6
|
+
resolve({
|
|
7
|
+
get: (request) => window['${e}'].get(request),
|
|
8
|
+
init: (...arg) => {
|
|
9
|
+
try {
|
|
10
|
+
return window['${e}'].init(...arg)
|
|
11
|
+
} catch(e) {
|
|
12
|
+
console.log('remote container already initialized')
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
})
|
|
16
|
+
return
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const script = document.createElement('script')
|
|
20
|
+
script.src = remoteUrl
|
|
21
|
+
script.onload = () => {
|
|
22
|
+
const proxy = {
|
|
23
|
+
get: (request) => window['${e}'].get(request),
|
|
24
|
+
init: (...arg) => {
|
|
25
|
+
try {
|
|
26
|
+
return window['${e}'].init(...arg)
|
|
27
|
+
} catch(e) {
|
|
28
|
+
console.log('remote container already initialized')
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
resolve(proxy)
|
|
33
|
+
}
|
|
34
|
+
document.head.appendChild(script);
|
|
35
|
+
})
|
|
36
|
+
`};module.exports=t})();
|
|
@@ -39,6 +39,7 @@ export declare const tagNames: {
|
|
|
39
39
|
NOTIFICATIONS: string;
|
|
40
40
|
NOTIFICATION_DETAILS: string;
|
|
41
41
|
AVAILABLE_TAGS: string;
|
|
42
|
+
SETTINGS_ADMIN: string;
|
|
42
43
|
WEBSITE_SETTINGS: string;
|
|
43
44
|
REDIRECTS: string;
|
|
44
45
|
ELEMENT_TAGS: string;
|
|
@@ -59,6 +60,17 @@ export declare const tagNames: {
|
|
|
59
60
|
PERSPECTIVE_DETAIL: string;
|
|
60
61
|
WIDGETS: string;
|
|
61
62
|
WIDGET_DETAIL: string;
|
|
63
|
+
USERS: string;
|
|
64
|
+
USER_DETAIL: string;
|
|
65
|
+
USER_TREE: string;
|
|
66
|
+
GDPR_DATA: string;
|
|
67
|
+
GDPR_DATA_DETAIL: string;
|
|
68
|
+
CLASS_DEFINITION: string;
|
|
69
|
+
CLASS_DEFINITION_DETAIL: string;
|
|
70
|
+
CLASS_DEFINITION_COLLECTION: string;
|
|
71
|
+
CUSTOM_LAYOUT: string;
|
|
72
|
+
CUSTOM_LAYOUT_DETAIL: string;
|
|
73
|
+
CUSTOM_LAYOUT_COLLECTION: string;
|
|
62
74
|
};
|
|
63
75
|
export declare const providingTags: {
|
|
64
76
|
ELEMENT: () => string[];
|
|
@@ -123,6 +135,7 @@ export declare const providingTags: {
|
|
|
123
135
|
id: string;
|
|
124
136
|
}[];
|
|
125
137
|
GLOBAL_PROPERTIES: () => string[];
|
|
138
|
+
SETTINGS_ADMIN: () => string[];
|
|
126
139
|
WEBSITE_SETTINGS: () => string[];
|
|
127
140
|
REDIRECTS: () => string[];
|
|
128
141
|
ELEMENT_PROPERTIES: (elementType: ElementType, id: number) => Tag[];
|
|
@@ -182,6 +195,32 @@ export declare const providingTags: {
|
|
|
182
195
|
id: string;
|
|
183
196
|
widgetType: string;
|
|
184
197
|
}[];
|
|
198
|
+
USERS: () => string[];
|
|
199
|
+
USER_DETAIL: (id: number) => {
|
|
200
|
+
type: string;
|
|
201
|
+
id: number;
|
|
202
|
+
}[];
|
|
203
|
+
USER_TREE: () => string[];
|
|
204
|
+
GDPR_DATA: (providerKey: string) => {
|
|
205
|
+
type: string;
|
|
206
|
+
id: string;
|
|
207
|
+
}[];
|
|
208
|
+
GDPR_DATA_DETAIL: (providerKey: string, id: number) => {
|
|
209
|
+
type: string;
|
|
210
|
+
id: string;
|
|
211
|
+
}[];
|
|
212
|
+
CLASS_DEFINITION: () => string[];
|
|
213
|
+
CLASS_DEFINITION_COLLECTION: () => string[];
|
|
214
|
+
CLASS_DEFINITION_DETAIL: (id: string) => (string | {
|
|
215
|
+
type: string;
|
|
216
|
+
id: string;
|
|
217
|
+
})[];
|
|
218
|
+
CUSTOM_LAYOUT: () => string[];
|
|
219
|
+
CUSTOM_LAYOUT_COLLECTION: () => string[];
|
|
220
|
+
CUSTOM_LAYOUT_DETAIL: (id: string) => (string | {
|
|
221
|
+
type: string;
|
|
222
|
+
id: string;
|
|
223
|
+
})[];
|
|
185
224
|
};
|
|
186
225
|
export declare const invalidatingTags: {
|
|
187
226
|
ELEMENT: () => string[];
|
|
@@ -246,6 +285,7 @@ export declare const invalidatingTags: {
|
|
|
246
285
|
}[];
|
|
247
286
|
ELEMENT_PROPERTIES: (elementType: ElementType, id: number) => Tag[];
|
|
248
287
|
GLOBAL_PROPERTIES: () => string[];
|
|
288
|
+
SETTINGS_ADMIN: () => string[];
|
|
249
289
|
WEBSITE_SETTINGS: () => string[];
|
|
250
290
|
REDIRECTS: () => string[];
|
|
251
291
|
SCHEDULE_DETAIL: (id: number) => {
|
|
@@ -291,4 +331,30 @@ export declare const invalidatingTags: {
|
|
|
291
331
|
RECYCLING_BIN: () => string[];
|
|
292
332
|
PERSPECTIVES: () => string[];
|
|
293
333
|
WIDGETS: () => string[];
|
|
334
|
+
USERS: () => string[];
|
|
335
|
+
USER_DETAIL: (id: number) => {
|
|
336
|
+
type: string;
|
|
337
|
+
id: number;
|
|
338
|
+
}[];
|
|
339
|
+
USER_TREE: () => string[];
|
|
340
|
+
GDPR_DATA: (providerKey: string) => {
|
|
341
|
+
type: string;
|
|
342
|
+
id: string;
|
|
343
|
+
}[];
|
|
344
|
+
GDPR_DATA_DETAIL: (providerKey: string, id: number) => {
|
|
345
|
+
type: string;
|
|
346
|
+
id: string;
|
|
347
|
+
}[];
|
|
348
|
+
CLASS_DEFINITION: () => string[];
|
|
349
|
+
CLASS_DEFINITION_COLLECTION: () => string[];
|
|
350
|
+
CLASS_DEFINITION_DETAIL: (id: string) => {
|
|
351
|
+
type: string;
|
|
352
|
+
id: string;
|
|
353
|
+
}[];
|
|
354
|
+
CUSTOM_LAYOUT: () => string[];
|
|
355
|
+
CUSTOM_LAYOUT_COLLECTION: () => string[];
|
|
356
|
+
CUSTOM_LAYOUT_DETAIL: (id: string) => {
|
|
357
|
+
type: string;
|
|
358
|
+
id: string;
|
|
359
|
+
}[];
|
|
294
360
|
};
|
|
@@ -29,6 +29,8 @@ export declare const dynamicTypeRegistriesServiceIds: {
|
|
|
29
29
|
'DynamicTypes/IconSet/PimcoreDefault': string;
|
|
30
30
|
'DynamicTypes/IconSet/Twemoji': string;
|
|
31
31
|
'DynamicTypes/WidgetEditor/WidgetTypeRegistry': string;
|
|
32
|
+
'DynamicTypes/FieldDefinitionRegistry': string;
|
|
33
|
+
'DynamicTypes/GDPRProviderRegistry': string;
|
|
32
34
|
};
|
|
33
35
|
export declare const serviceIds: {
|
|
34
36
|
'DynamicTypes/FieldFilter/DataObjectAdapter': string;
|
|
@@ -79,6 +81,7 @@ export declare const serviceIds: {
|
|
|
79
81
|
'DynamicTypes/GridCell/AssetActions': string;
|
|
80
82
|
'DynamicTypes/GridCell/DataObjectActions': string;
|
|
81
83
|
'DynamicTypes/GridCell/DependencyTypeIcon': string;
|
|
84
|
+
'DynamicTypes/GridCell/ElementSubtypeIcon': string;
|
|
82
85
|
'DynamicTypes/GridCell/AssetCustomMetadataIcon': string;
|
|
83
86
|
'DynamicTypes/GridCell/AssetCustomMetadataValue': string;
|
|
84
87
|
'DynamicTypes/GridCell/PropertyIcon': string;
|
|
@@ -244,6 +247,49 @@ export declare const serviceIds: {
|
|
|
244
247
|
'Element/ProcessorRegistry/IconProcessor': string;
|
|
245
248
|
'WidgetManager/ProcessorRegistry/PerspectiveProcessor': string;
|
|
246
249
|
'AppLoader/Registry': string;
|
|
250
|
+
'DynamicTypes/FieldDefinition/Block': string;
|
|
251
|
+
'DynamicTypes/FieldDefinition/Input': string;
|
|
252
|
+
'DynamicTypes/FieldDefinition/Panel': string;
|
|
253
|
+
'DynamicTypes/FieldDefinition/Textarea': string;
|
|
254
|
+
'DynamicTypes/FieldDefinition/Wysiwyg': string;
|
|
255
|
+
'DynamicTypes/FieldDefinition/Password': string;
|
|
256
|
+
'DynamicTypes/FieldDefinition/InputQuantityValue': string;
|
|
257
|
+
'DynamicTypes/FieldDefinition/Number': string;
|
|
258
|
+
'DynamicTypes/FieldDefinition/NumericRange': string;
|
|
259
|
+
'DynamicTypes/FieldDefinition/Slider': string;
|
|
260
|
+
'DynamicTypes/FieldDefinition/QuantityValue': string;
|
|
261
|
+
'DynamicTypes/FieldDefinition/QuantityValueRange': string;
|
|
262
|
+
'DynamicTypes/FieldDefinition/Date': string;
|
|
263
|
+
'DynamicTypes/FieldDefinition/DateTime': string;
|
|
264
|
+
'DynamicTypes/FieldDefinition/DateRange': string;
|
|
265
|
+
'DynamicTypes/FieldDefinition/Time': string;
|
|
266
|
+
'DynamicTypes/FieldDefinition/Image': string;
|
|
267
|
+
'DynamicTypes/FieldDefinition/ExternalImage': string;
|
|
268
|
+
'DynamicTypes/FieldDefinition/ImageGallery': string;
|
|
269
|
+
'DynamicTypes/FieldDefinition/Video': string;
|
|
270
|
+
'DynamicTypes/FieldDefinition/HotspotImage': string;
|
|
271
|
+
'DynamicTypes/FieldDefinition/Geopoint': string;
|
|
272
|
+
'DynamicTypes/FieldDefinition/Geobounds': string;
|
|
273
|
+
'DynamicTypes/FieldDefinition/Geopolygon': string;
|
|
274
|
+
'DynamicTypes/FieldDefinition/Geopolyline': string;
|
|
275
|
+
'DynamicTypes/FieldDefinition/Select': string;
|
|
276
|
+
'DynamicTypes/FieldDefinition/BooleanSelect': string;
|
|
277
|
+
'DynamicTypes/FieldDefinition/Multiselect': string;
|
|
278
|
+
'DynamicTypes/FieldDefinition/User': string;
|
|
279
|
+
'DynamicTypes/FieldDefinition/Country': string;
|
|
280
|
+
'DynamicTypes/FieldDefinition/Language': string;
|
|
281
|
+
'DynamicTypes/FieldDefinition/CountryMultiselect': string;
|
|
282
|
+
'DynamicTypes/FieldDefinition/LanguageMultiselect': string;
|
|
283
|
+
'DynamicTypes/FieldDefinition/RgbaColor': string;
|
|
284
|
+
'DynamicTypes/FieldDefinition/EncryptedField': string;
|
|
285
|
+
'DynamicTypes/FieldDefinition/UrlSlug': string;
|
|
286
|
+
'DynamicTypes/FieldDefinition/Checkbox': string;
|
|
287
|
+
'DynamicTypes/FieldDefinition/Link': string;
|
|
288
|
+
'DynamicTypes/FieldDefinition/CalculatedValue': string;
|
|
289
|
+
'DynamicTypes/GDPRProvider/DataObjects': string;
|
|
290
|
+
'DynamicTypes/GDPRProvider/Assets': string;
|
|
291
|
+
'DynamicTypes/GDPRProvider/Users': string;
|
|
292
|
+
'DynamicTypes/GDPRProvider/Emails': string;
|
|
247
293
|
'DynamicTypes/FieldFilterRegistry': string;
|
|
248
294
|
'DynamicTypes/BatchEditRegistry': string;
|
|
249
295
|
'DynamicTypes/GridCellRegistry': string;
|
|
@@ -265,10 +311,13 @@ export declare const serviceIds: {
|
|
|
265
311
|
'DynamicTypes/IconSet/PimcoreDefault': string;
|
|
266
312
|
'DynamicTypes/IconSet/Twemoji': string;
|
|
267
313
|
'DynamicTypes/WidgetEditor/WidgetTypeRegistry': string;
|
|
314
|
+
'DynamicTypes/FieldDefinitionRegistry': string;
|
|
315
|
+
'DynamicTypes/GDPRProviderRegistry': string;
|
|
268
316
|
mainNavRegistry: string;
|
|
269
317
|
perspectivePermissionProviderRegistry: string;
|
|
270
318
|
widgetManager: string;
|
|
271
319
|
widgetRestorerRegistry: string;
|
|
320
|
+
elementTreeWidgetPermissionRegistry: string;
|
|
272
321
|
backgroundProcessor: string;
|
|
273
322
|
debouncedFormRegistry: string;
|
|
274
323
|
globalMessageBusProcess: string;
|
|
@@ -306,5 +355,6 @@ export declare const serviceIds: {
|
|
|
306
355
|
'Document/Editor/Sidebar/HardlinkSidebarManager': string;
|
|
307
356
|
'Document/Editor/Sidebar/FolderSidebarManager': string;
|
|
308
357
|
iconLibrary: string;
|
|
358
|
+
iconColorGroupsRegistry: string;
|
|
309
359
|
'Grid/TypeRegistry': string;
|
|
310
360
|
};
|
|
@@ -21,7 +21,8 @@ export interface DocumentApi {
|
|
|
21
21
|
triggerValueChangeWithReload: (documentId: number, key: string, value: any) => void;
|
|
22
22
|
triggerSaveAndReload: (documentId: number) => void;
|
|
23
23
|
notifyIframeReady: (documentId: number) => void;
|
|
24
|
-
notifyAreablockTypes: (documentId: number, areablockTypes: AreablockGroupedTypes) => void;
|
|
24
|
+
notifyAreablockTypes: (documentId: number, editableTypeId: string, areablockTypes: AreablockGroupedTypes) => void;
|
|
25
|
+
notifyTimeSliderVisible: (documentId: number, visible: boolean) => void;
|
|
25
26
|
isIframeReady: (documentId: number) => boolean;
|
|
26
27
|
onReady: (documentId: number, callback: () => void) => void;
|
|
27
28
|
}
|
|
@@ -37,7 +38,8 @@ declare class DocumentApiImpl implements DocumentApi {
|
|
|
37
38
|
triggerValueChangeWithReload(documentId: number, key: string, value: any): void;
|
|
38
39
|
triggerSaveAndReload(documentId: number): void;
|
|
39
40
|
notifyIframeReady(documentId: number): void;
|
|
40
|
-
notifyAreablockTypes(documentId: number, areablockTypes: AreablockGroupedTypes): void;
|
|
41
|
+
notifyAreablockTypes(documentId: number, editableTypeId: string, areablockTypes: AreablockGroupedTypes): void;
|
|
42
|
+
notifyTimeSliderVisible(documentId: number, visible: boolean): void;
|
|
41
43
|
isIframeReady(documentId: number): boolean;
|
|
42
44
|
onReady(documentId: number, callback: () => void): void;
|
|
43
45
|
private performAutoSave;
|
|
@@ -40,8 +40,13 @@ import './modules/redirects';
|
|
|
40
40
|
import './modules/document-types';
|
|
41
41
|
import './modules/website-settings';
|
|
42
42
|
import './modules/translations';
|
|
43
|
+
import './modules/appearance-branding';
|
|
44
|
+
import './modules/image-thumbnails';
|
|
43
45
|
import './modules/reports';
|
|
44
46
|
import './modules/application-logger';
|
|
45
47
|
import './modules/user';
|
|
46
48
|
import './components/icon-selector';
|
|
47
49
|
import './modules/about';
|
|
50
|
+
import './modules/class-definition';
|
|
51
|
+
import './modules/field-definitions';
|
|
52
|
+
import './modules/gdpr-data-extractor';
|
|
@@ -22,7 +22,8 @@ interface AssetTargetProps {
|
|
|
22
22
|
height?: number | string;
|
|
23
23
|
dndIcon?: boolean;
|
|
24
24
|
uploadIcon?: boolean;
|
|
25
|
+
addIcon?: boolean;
|
|
25
26
|
dropClass?: string;
|
|
26
27
|
}
|
|
27
|
-
export declare const AssetTarget: ({ title, className, width, height, dndIcon, uploadIcon, onRemove, onSearch, onUpload, onResize, dropClass }: AssetTargetProps) => React.JSX.Element;
|
|
28
|
+
export declare const AssetTarget: ({ title, className, width, height, dndIcon, uploadIcon, addIcon, onRemove, onSearch, onUpload, onResize, dropClass }: AssetTargetProps) => React.JSX.Element;
|
|
28
29
|
export {};
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import { type ReactCodeMirrorProps } from '@uiw/react-codemirror';
|
|
11
10
|
import React from 'react';
|
|
12
|
-
|
|
11
|
+
import { type ReactCodeMirrorProps } from '@uiw/react-codemirror';
|
|
12
|
+
export type CodeEditorPreset = 'text' | 'yaml' | 'html';
|
|
13
13
|
export interface CodeEditorProps extends Omit<ReactCodeMirrorProps, 'extensions' | 'value' | 'onChange'> {
|
|
14
14
|
preset?: CodeEditorPreset;
|
|
15
15
|
extensions?: ReactCodeMirrorProps['extensions'];
|
|
@@ -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 type { Extension } from '@codemirror/state';
|
|
11
|
+
import { type CodeEditorPreset } from '../../components/code-editor/code-editor';
|
|
12
|
+
export declare const getPresetExtensions: (preset: CodeEditorPreset) => Extension[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React, { type ReactNode } from 'react';
|
|
11
|
+
import { type Sizings } from '../box/box';
|
|
12
|
+
interface ContentConfigProviderProps {
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
gap?: Sizings;
|
|
15
|
+
}
|
|
16
|
+
interface ContentConfigContextValue {
|
|
17
|
+
gap?: Sizings;
|
|
18
|
+
}
|
|
19
|
+
export declare const ContentConfigProvider: ({ children, gap }: ContentConfigProviderProps) => React.JSX.Element;
|
|
20
|
+
export declare const useContentConfig: () => ContentConfigContextValue;
|
|
21
|
+
export {};
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React, { type ReactNode } from 'react';
|
|
11
11
|
import { type INoContentProps } from '../no-content/no-content';
|
|
12
|
-
import { type BoxProps } from '../box/box';
|
|
12
|
+
import { type BoxProps, type Sizings } from '../box/box';
|
|
13
13
|
export type OverflowValue = 'visible' | 'hidden' | 'scroll' | 'auto';
|
|
14
14
|
export interface ContentProps extends Omit<BoxProps, 'children'> {
|
|
15
15
|
className?: string;
|
|
@@ -24,5 +24,6 @@ export interface ContentProps extends Omit<BoxProps, 'children'> {
|
|
|
24
24
|
x: OverflowValue;
|
|
25
25
|
y: OverflowValue;
|
|
26
26
|
};
|
|
27
|
+
gap?: Sizings;
|
|
27
28
|
}
|
|
28
|
-
export declare const Content: ({ children, padded, padding, overflow, margin, className, loading, none, centered, noneOptions, fullPage, ...props }: ContentProps) => React.JSX.Element;
|
|
29
|
+
export declare const Content: ({ children, padded, padding, overflow, margin, className, loading, none, centered, noneOptions, fullPage, gap: gapProp, ...props }: ContentProps) => React.JSX.Element;
|
|
@@ -7,7 +7,12 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
import { type Sizings } from '../../utils/sizing';
|
|
11
|
+
interface ContentStylesProps {
|
|
12
|
+
gap: Sizings;
|
|
13
|
+
}
|
|
14
|
+
export declare const useStyles: (props?: ContentStylesProps | undefined) => import("antd-style").ReturnStyles<{
|
|
11
15
|
content: import("antd-style").SerializedStyles;
|
|
12
16
|
contentFullPage: import("antd-style").SerializedStyles;
|
|
13
17
|
}>;
|
|
18
|
+
export {};
|
|
@@ -19,6 +19,7 @@ export type DatePickerProps = PickerProps & {
|
|
|
19
19
|
outputFormat?: string;
|
|
20
20
|
disabled?: boolean;
|
|
21
21
|
inherited?: boolean;
|
|
22
|
+
showSuffixIcon?: boolean;
|
|
22
23
|
};
|
|
23
24
|
interface DatePickerReturn extends React.FC<DatePickerProps> {
|
|
24
25
|
RangePicker: React.FC<DateRangePickerProps>;
|
|
@@ -31,20 +31,20 @@ export declare const _default: {
|
|
|
31
31
|
onOpenChange?: ((open: boolean, info: {
|
|
32
32
|
source: "trigger" | "menu";
|
|
33
33
|
}) => void) | undefined;
|
|
34
|
-
|
|
34
|
+
onVisibleChange?: ((open: boolean) => void) | undefined;
|
|
35
|
+
mouseLeaveDelay?: number | undefined;
|
|
36
|
+
mouseEnterDelay?: number | undefined;
|
|
37
|
+
forceRender?: boolean | undefined;
|
|
35
38
|
trigger?: ("click" | "hover" | "contextMenu")[] | undefined;
|
|
36
|
-
|
|
37
|
-
align?: import("@rc-component/trigger").AlignType | undefined;
|
|
39
|
+
placement?: ("bottom" | "top" | "bottomLeft" | "topLeft" | "topCenter" | "topRight" | "bottomCenter" | "bottomRight") | undefined;
|
|
38
40
|
transitionName?: string | undefined;
|
|
39
|
-
placement?: ("bottom" | "top" | "topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight") | undefined;
|
|
40
|
-
overlayClassName?: string | undefined;
|
|
41
41
|
overlayStyle?: React.CSSProperties | undefined;
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
42
|
+
overlayClassName?: string | undefined;
|
|
43
|
+
align?: import("@rc-component/trigger").AlignType | undefined;
|
|
44
|
+
arrow?: (boolean | import("antd/es/dropdown/dropdown").DropdownArrowOptions) | undefined;
|
|
45
|
+
destroyPopupOnHide?: boolean | undefined;
|
|
45
46
|
openClassName?: string | undefined;
|
|
46
47
|
autoAdjustOverflow?: (boolean | import("antd/es/tooltip").AdjustOverflow) | undefined;
|
|
47
|
-
onVisibleChange?: ((open: boolean) => void) | undefined;
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
export declare const Simple: {
|
|
@@ -171,6 +171,6 @@ export declare const selectNodeState: ((state: Record<string, any>, treeId: stri
|
|
|
171
171
|
dependencyRecomputations: () => number;
|
|
172
172
|
resetDependencyRecomputations: () => void;
|
|
173
173
|
} & {
|
|
174
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
175
174
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
175
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
176
176
|
};
|
|
@@ -10,5 +10,5 @@
|
|
|
10
10
|
import { type TreePermission } from '../../../../modules/perspectives/enums/tree-permission';
|
|
11
11
|
import { type ITreePermissionContext } from './tree-permission-provider';
|
|
12
12
|
export declare const useTreePermission: () => ITreePermissionContext & {
|
|
13
|
-
isTreeActionAllowed: (permission: TreePermission) => boolean;
|
|
13
|
+
isTreeActionAllowed: (permission: TreePermission | string | undefined) => boolean;
|
|
14
14
|
};
|
|
@@ -13,13 +13,24 @@ import { Group } from './group/group';
|
|
|
13
13
|
import { KeyedList } from './controls/keyed-list/keyed-list';
|
|
14
14
|
import { NumberedList } from './controls/numbered-list/numbered-list';
|
|
15
15
|
import { Conditional } from './conditional/conditional';
|
|
16
|
-
|
|
16
|
+
import { type formInstanceType, useForm, useFormInstance } from '../../components/form/use-form';
|
|
17
|
+
export interface FormProps<Values = any> extends Omit<AntFormProps<Values>, 'children' | 'defaultValue' | 'form'> {
|
|
17
18
|
children?: React.ReactNode;
|
|
19
|
+
form?: formInstanceType<Values>;
|
|
18
20
|
}
|
|
19
|
-
|
|
21
|
+
interface FormComponent {
|
|
22
|
+
<Values = any>(props: FormProps<Values>): React.JSX.Element;
|
|
23
|
+
Item: typeof AntForm.Item;
|
|
24
|
+
List: typeof AntForm.List;
|
|
25
|
+
Provider: typeof AntForm.Provider;
|
|
20
26
|
Group: typeof Group;
|
|
21
27
|
KeyedList: typeof KeyedList;
|
|
22
28
|
NumberedList: typeof NumberedList;
|
|
23
29
|
Conditional: typeof Conditional;
|
|
24
|
-
|
|
25
|
-
|
|
30
|
+
useForm: typeof useForm;
|
|
31
|
+
useFormInstance: typeof useFormInstance;
|
|
32
|
+
useWatch: typeof AntForm.useWatch;
|
|
33
|
+
ErrorList: typeof AntForm.ErrorList;
|
|
34
|
+
}
|
|
35
|
+
declare const Form: FormComponent;
|
|
36
|
+
export { Form, type FormItemProps, type formInstanceType, useForm, useFormInstance };
|
|
@@ -13,6 +13,7 @@ declare const config: Meta<typeof Form>;
|
|
|
13
13
|
export default config;
|
|
14
14
|
type Story = StoryObj<typeof config>;
|
|
15
15
|
export declare const BasicForm: Story;
|
|
16
|
+
export declare const UseWatchExample: Story;
|
|
16
17
|
export declare const InlineForm: Story;
|
|
17
18
|
export declare const HorizontalForm: Story;
|
|
18
19
|
export declare const AllControlsShowcase: Story;
|
|
@@ -8,8 +8,18 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
export interface UseDebouncedFormChangeOptions {
|
|
11
|
+
/**
|
|
12
|
+
* If true, debouncing is disabled and the original callback is returned unchanged.
|
|
13
|
+
*/
|
|
14
|
+
disabled?: boolean;
|
|
11
15
|
delay?: number;
|
|
16
|
+
/**
|
|
17
|
+
* Field names that bypass debouncing and fire onChange immediately.
|
|
18
|
+
*/
|
|
12
19
|
immediateFields?: string[];
|
|
20
|
+
/**
|
|
21
|
+
* Tag for registry coordination. Gets auto-resolved from DebouncedFormProvider if omitted.
|
|
22
|
+
*/
|
|
13
23
|
tag?: string;
|
|
14
24
|
}
|
|
15
25
|
export interface UseDebouncedFormChangeReturn {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Returns a function to flush all debounced forms with the given tag.
|
|
12
|
+
* Gets tag from explicit parameter or DebouncedFormProvider context.
|
|
13
|
+
* Throws if no tag is available from either source.
|
|
14
|
+
*/
|
|
15
|
+
export declare function useDebouncedFormFlush(tag?: string): () => void;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React, { type ReactNode } from 'react';
|
|
11
|
+
export interface DebouncedFormContextValue {
|
|
12
|
+
tag: string;
|
|
13
|
+
}
|
|
14
|
+
export interface DebouncedFormProviderProps {
|
|
15
|
+
/**
|
|
16
|
+
* Tag for coordinating flushes across multiple forms. Auto-generated if not provided.
|
|
17
|
+
*/
|
|
18
|
+
tag?: string;
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Provider for coordinating debounced form changes.
|
|
23
|
+
* Forms inside this provider can be flushed together via `useDebouncedFormFlush()`.
|
|
24
|
+
*/
|
|
25
|
+
export declare function DebouncedFormProvider({ tag: providedTag, children }: DebouncedFormProviderProps): React.JSX.Element;
|
|
26
|
+
/**
|
|
27
|
+
* Returns the resolved tag from explicit parameter or provider context.
|
|
28
|
+
*
|
|
29
|
+
* Priority: explicitTag → provider tag → undefined
|
|
30
|
+
*/
|
|
31
|
+
export declare function useDebouncedFormContext(explicitTag?: string): string | undefined;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type FormInstance, type FormProps } from 'antd';
|
|
11
|
+
import { type NamePath } from 'antd/es/form/interface';
|
|
12
|
+
import React from 'react';
|
|
13
|
+
export interface CustomSetFieldValueOptions {
|
|
14
|
+
triggerChange?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export type formInstanceType<Values = any> = Omit<FormInstance<Values>, 'setFieldValue' | 'setFieldsValue'> & {
|
|
17
|
+
setOnValuesChangeHandler: (handler: FormProps<Values>['onValuesChange']) => void;
|
|
18
|
+
_onValuesChangeHandler?: FormProps<Values>['onValuesChange'];
|
|
19
|
+
setFieldValue: (name: NamePath<Values>, value: any, options?: CustomSetFieldValueOptions) => void;
|
|
20
|
+
setFieldsValue: (values: Partial<Values>, options?: CustomSetFieldValueOptions) => void;
|
|
21
|
+
};
|
|
22
|
+
export declare const useForm: <Values = any>(form?: FormInstance<Values>) => [formInstanceType<Values>];
|
|
23
|
+
export declare const FormInstanceContext: React.Context<formInstanceType<any> | null>;
|
|
24
|
+
export interface FormInstanceProviderProps {
|
|
25
|
+
formInstance: formInstanceType;
|
|
26
|
+
children: React.ReactNode;
|
|
27
|
+
}
|
|
28
|
+
export declare const FormInstanceProvider: React.FC<FormInstanceProviderProps>;
|
|
29
|
+
export declare const useFormInstance: <Values = any>() => formInstanceType<Values>;
|
|
@@ -7,9 +7,10 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import type { GeoPoint, GeoPoints } from '../../../components/geo-map/types/geo-types';
|
|
10
|
+
import type { GeoBounds, GeoPoint, GeoPoints } from '../../../components/geo-map/types/geo-types';
|
|
11
11
|
import L from 'leaflet';
|
|
12
12
|
export declare const convertLatLngToGeoPoint: (latLng: L.LatLng) => GeoPoint;
|
|
13
13
|
export declare const convertGeoPointToLatLng: (geoPoint: GeoPoint) => L.LatLng;
|
|
14
14
|
export declare const convertPolyLineToLatLngs: (polyLine: GeoPoints) => L.LatLng[];
|
|
15
15
|
export declare const convertLatLngsToGeoPoints: (latlngs: L.LatLng[]) => GeoPoint[];
|
|
16
|
+
export declare const convertLatLngBoundsToGeoBounds: (bounds: L.LatLngBounds) => GeoBounds;
|
|
@@ -12,6 +12,7 @@ import { type Row } from '@tanstack/react-table';
|
|
|
12
12
|
import { type GridContextProviderProps } from '../grid-context';
|
|
13
13
|
import { type GridProps, type ListGridContextMenuComponents } from '../../../types/components/types';
|
|
14
14
|
import { type GridCellReference } from '../../../components/grid/grid';
|
|
15
|
+
import { type VirtualItem } from '@tanstack/react-virtual';
|
|
15
16
|
export interface GridRowProps {
|
|
16
17
|
row: Row<any>;
|
|
17
18
|
modifiedCells: string;
|
|
@@ -23,10 +24,14 @@ export interface GridRowProps {
|
|
|
23
24
|
contextMenu?: ListGridContextMenuComponents;
|
|
24
25
|
onRowDoubleClick?: GridProps['onRowDoubleClick'];
|
|
25
26
|
enableRowDrag?: boolean;
|
|
27
|
+
enableColumnVirtualizer: boolean;
|
|
26
28
|
size?: GridProps['size'];
|
|
27
29
|
rowStyle?: CSSProperties;
|
|
28
30
|
measureElement?: (node: HTMLElement | null) => void;
|
|
29
31
|
virtualIndex?: number;
|
|
32
|
+
virtualColumns?: VirtualItem[];
|
|
33
|
+
virtualPaddingLeft?: number;
|
|
34
|
+
virtualPaddingRight?: number;
|
|
30
35
|
}
|
|
31
|
-
declare const CachedGridRow: React.MemoExoticComponent<({ row, isSelected, modifiedCells, enableRowDrag, rowStyle, ...props }: GridRowProps) => React.JSX.Element>;
|
|
36
|
+
declare const CachedGridRow: React.MemoExoticComponent<({ row, isSelected, modifiedCells, enableRowDrag, rowStyle, virtualColumns, virtualPaddingLeft, virtualPaddingRight, enableColumnVirtualizer, ...props }: GridRowProps) => React.JSX.Element>;
|
|
32
37
|
export { CachedGridRow as GridRow };
|
|
@@ -18,6 +18,7 @@ export interface ColumnMetaType {
|
|
|
18
18
|
autoWidth?: boolean;
|
|
19
19
|
type?: string | ((rowData: any) => string);
|
|
20
20
|
columnKey?: string;
|
|
21
|
+
tooltip?: string | ((rowData: any) => string | null);
|
|
21
22
|
config?: any | ((rowData: any) => any);
|
|
22
23
|
callback?: boolean;
|
|
23
24
|
editCallback?: (row: any, columnId: string, currentValue: string) => Promise<string>;
|
|
@@ -48,5 +49,5 @@ export interface ExtendedCellContext extends CellContext<any, any> {
|
|
|
48
49
|
export interface GridContextMenuProps extends Pick<AssetGetGridApiResponse['items'][number], 'isLocked' | 'permissions'> {
|
|
49
50
|
id: number;
|
|
50
51
|
}
|
|
51
|
-
export declare const Grid: ({ enableMultipleRowSelection, modifiedCells, sorting, manualSorting, enableSorting, hideColumnHeaders, highlightActiveCell, docked, onActiveCellChange, enableRowSelection, selectedRows, disabled, allowMultipleAutoWidthColumns, enableRowDrag, handleDragEnd, enableRowVirtualizer, size, ...props }: GridProps) => React.JSX.Element;
|
|
52
|
+
export declare const Grid: ({ enableMultipleRowSelection, modifiedCells, sorting, manualSorting, enableSorting, hideColumnHeaders, highlightActiveCell, docked, onActiveCellChange, enableRowSelection, selectedRows, disabled, allowMultipleAutoWidthColumns, enableRowDrag, handleDragEnd, enableRowVirtualizer, enableColumnVirtualizer, size, ...props }: GridProps) => React.JSX.Element;
|
|
52
53
|
export * from './edit-mode/use-edit-mode';
|