@pimcore/studio-ui-bundle 0.9.30 → 0.10.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +20 -0
- package/dist/build/types/src/core/app/public-api/document/document-api.d.ts +2 -0
- package/dist/build/types/src/core/app/public-api/document/iframe-registry.d.ts +1 -0
- package/dist/build/types/src/core/app/public-api/document-editor-iframe/editable-data/editable-data.d.ts +8 -1
- package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +2 -1
- package/dist/build/types/src/core/components/drag-and-drop/droppable/base-droppable.d.ts +2 -1
- package/dist/build/types/src/core/components/drag-and-drop/droppable.d.ts +5 -0
- package/dist/build/types/src/core/components/drag-and-drop/hooks/use-drop-class-handlers.d.ts +21 -0
- package/dist/build/types/src/core/components/dropdown/dropdown-inner-drop-class.d.ts +15 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.d.ts +2 -1
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/dynamic-filter/provider/dynamic-filter-provider.d.ts +2 -1
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +4 -1
- package/dist/build/types/src/core/components/element-tree/element-tree.d.ts +1 -0
- package/dist/build/types/src/core/components/element-tree/node/content/tree-node-content.d.ts +3 -0
- package/dist/build/types/src/core/components/element-tree/node/content/tree-node-lock-icon.d.ts +12 -0
- package/dist/build/types/src/core/components/element-tree/tooltip/element-tree-tooltip.d.ts +16 -0
- package/dist/build/types/src/core/components/form/hooks/use-debounced-form-change.d.ts +19 -0
- package/dist/build/types/src/core/components/form/services/debounced-form-registry.d.ts +22 -0
- package/dist/build/types/src/core/components/grid/grid.d.ts +1 -1
- package/dist/build/types/src/core/components/icon/icon.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-many-relation/hooks/use-value.d.ts +1 -1
- package/dist/build/types/src/core/components/many-to-many-relation/many-to-many-relation.d.ts +1 -0
- package/dist/build/types/src/core/components/many-to-many-relation/utils/helpers.d.ts +1 -0
- 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/select/select.d.ts +2 -0
- package/dist/build/types/src/core/components/select/select.stories.d.ts +6 -0
- package/dist/build/types/src/core/components/select/select.styles.d.ts +3 -0
- package/dist/build/types/src/core/components/stack-list/stack-list-item.d.ts +1 -0
- package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +20 -0
- package/dist/build/types/src/core/lib/event-bus/index.d.ts +2 -2
- package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +94 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +157 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-registry.d.ts +24 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-types.d.ts +53 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/index.d.ts +12 -0
- package/dist/build/types/src/core/{components/workflow-card/workflow-card.stories.d.ts → modules/app/context-menu-registry/use-context-menu-slot.d.ts} +2 -6
- package/dist/build/types/src/core/modules/app/error-handler/classes/api-error.d.ts +0 -6
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +6 -0
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/editor/index.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/editor/toolbar/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/editor/types/folder/tab-manager/tabs/preview/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/listing/decorator/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/tree/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/asset/tree/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +263 -0
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +143 -0
- package/dist/build/types/src/core/modules/data-object/editor/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/editor/shared-tab-manager/tabs/versions/version-view-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/batch-actions/batch-edit-modal/hooks/use-batch-edit.d.ts +3 -2
- package/dist/build/types/src/core/modules/data-object/listing/decorator/class-definition-selection/context-layer/provider/use-class-definition-selection.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/forms/advanced-column-form/preview/preview-loader.d.ts +1 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/hooks/use-grid-config.d.ts +1 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/tree/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/tree/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/document/actions/convert/use-convert.d.ts +1 -2
- package/dist/build/types/src/core/modules/document/actions/paste/use-paste.d.ts +2 -17
- package/dist/build/types/src/core/modules/document/actions/translations/components/new-translation-modal.d.ts +27 -0
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +160 -0
- package/dist/build/types/src/core/modules/document/editor/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/draft-alert/draft-alert.d.ts +11 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-renderer/required-field-wrapper.d.ts +18 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-renderer/required-field-wrapper.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/styles/global.styles.d.ts +10 -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/document-configuration/document-configuration-form.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/email-settings/email-settings-form.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/content-settings-visibility.d.ts +16 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/document-permission-helper.d.ts +21 -0
- package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/navigation-visibility.d.ts +16 -0
- package/dist/build/types/src/core/modules/document/editor/toolbar/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/document/hooks/use-required-fields-validation.d.ts +15 -0
- package/dist/build/types/src/core/modules/document/services/document-required-fields-validation-service.d.ts +23 -0
- package/dist/build/types/src/core/modules/document/services/index.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/tree/context-menu/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/document/tree/index.d.ts +1 -1
- package/dist/build/types/src/core/modules/document/tree/node/content/tree-node-navigation-exclude-icon.d.ts +12 -0
- package/dist/build/types/src/core/modules/document/utils/document-debounce-tag.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/actions/lock/use-lock.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/actions/unpublish/use-unpublish.d.ts +1 -1
- package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.d.ts +1 -1
- package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.styles.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +28 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/batch-edits/classification-store/dynamic-type-batch-edit-classification-store-component.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/batch-edits/types/classification-store/dynamic-type-batch-edit-classification-store.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.d.ts +1 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.styles.d.ts +0 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hotspot-image-preview.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable-preview.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable.d.ts +2 -22
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/dynamic-type-document-editable-abstract.d.ts +21 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/responsive-asset-preview/responsive-asset-preview.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/hooks/use-pending-elements-reveal.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-image.d.ts +2 -47
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-input.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-link.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-numeric.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-select.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-textarea.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-video.d.ts +6 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-wysiwyg.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/image-editable-types.d.ts +50 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/utils/asset-thumbnail-sizing.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/dynamic-type-field-filter-abstract.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/classification-store/dynamic-type-field-filter-classification-store.d.ts +18 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/array/dynamic-type-grid-cell-array.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/classificationstore/dynamic-type-grid-cell-classificationstore.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/data-object-adapter/dynamic-type-grid-cell-data-object-adapter.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/error/dynamic-type-grid-cell-error.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/integer/dynamic-type-grid-cell-integer.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/classification-store-modal.d.ts +3 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/components/classification-store-data-tab/classification-store-callback-tab.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/provider/classifcation-store-modal-provider.d.ts +33 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/utils/value-data.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/allowed-types.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/dynamic-type-pipeline-abstract.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/anonymizer/anonymizer.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/blur/blur.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/boolean-formatter/boolean-formatter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/date-formatter/date-formatter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/explode/explode.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/string-replace/string-replace.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/substring/substring.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/translate/translate.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/trim/trim.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/twig-operator/twig-operator.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/anonymizer/anonymizer.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/blur/blur.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/boolean-formatter/boolean-formatter.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/change-case/change-case.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/combine/combine.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/date-formatter/date-formatter.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/element-counter/element-counter.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/explode/explode.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/string-replace/string-replace.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/substring/substring.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/translate/translate.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/trim/trim.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/twig-operator/twig-operator.d.ts +16 -0
- package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/types.d.ts +1 -1
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow/log-modal}/hooks/use-submit-workflow.d.ts +1 -1
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow/log-modal}/hooks/use-workflow.d.ts +2 -2
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow/log-modal}/workflow-provider.d.ts +1 -1
- package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-transition-group.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/element-api-slice-enhanced.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/element-selector/provider/element-selector/element-selector-provider.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/hooks/use-element-actions-menu.d.ts +25 -0
- package/dist/build/types/src/core/modules/element/hooks/use-properties-initialization.d.ts +4 -1
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/field-filters/field-filters-provider.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/permissions/permission-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/tree/tree-widget.d.ts +3 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +2 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +2 -0
- package/dist/build/types/src/core/{components/element-toolbar/element-toolbar.stories.d.ts → modules/notifications/hooks/use-optimistic-update.d.ts} +5 -9
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/components/allowed-menu-entries-panel/allowed-menu-entries-panel.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/components/specific-panel/specific-panel.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/helpers.d.ts +5 -1
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.d.ts +3 -1
- package/dist/build/types/src/core/modules/reports/utils/reports-loader.d.ts +10 -0
- package/dist/build/types/src/core/modules/user/hooks/use-merged-keybindings.d.ts +19 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings-container.d.ts +1 -3
- package/dist/build/types/src/core/modules/user/management/management-container.d.ts +1 -3
- package/dist/build/types/src/core/modules/user/management/tree/tree-container.d.ts +3 -2
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +4 -4
- package/dist/build/types/src/core/modules/user/roles/roles-slice.d.ts +9 -3
- package/dist/build/types/src/core/modules/widget-editor/components/widget-type-form/context/widget-form-provider.d.ts +1 -3
- package/dist/build/types/src/core/modules/widget-manager/events/close-main-widget-event.d.ts +22 -0
- package/dist/build/types/src/core/modules/widget-manager/events/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +1 -1
- package/dist/build/types/src/core/types/components/types.d.ts +1 -0
- package/dist/build/types/src/core/utils/clipboard.d.ts +11 -0
- package/dist/build/types/src/core/utils/iframe.d.ts +5 -0
- package/dist/build/types/src/sdk/components/index.d.ts +4 -3
- package/dist/build/types/src/sdk/main.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/app/index.d.ts +2 -0
- package/dist/build/types/src/sdk/modules/reports/index.d.ts +15 -0
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +1 -0
- package/dist/build/types/src/sdk/utils/index.d.ts +2 -0
- package/package.json +3 -1
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/hooks/use-document-editables.d.ts +0 -11
- /package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.skeleton.d.ts +0 -0
- /package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.skeleton.styles.d.ts +0 -0
- /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/components/dropdown-button/dropdown-button.d.ts +0 -0
- /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/workflow-card.d.ts +0 -0
- /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/workflow-card.styles.d.ts +0 -0
- /package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow/log-modal}/workflow-log-modal.d.ts +0 -0
- /package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-menu.d.ts +0 -0
- /package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-transition-group.styles.d.ts +0 -0
|
@@ -8,28 +8,8 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
import { type
|
|
12
|
-
|
|
13
|
-
export interface ImageEditableValue {
|
|
14
|
-
id?: number;
|
|
15
|
-
alt?: string;
|
|
16
|
-
title?: string;
|
|
17
|
-
hotspots?: Hotspot[];
|
|
18
|
-
marker?: Marker[];
|
|
19
|
-
crop?: CropSettings;
|
|
20
|
-
}
|
|
21
|
-
export interface ImageEditableConfig {
|
|
22
|
-
width?: number;
|
|
23
|
-
height?: number;
|
|
24
|
-
title?: string;
|
|
25
|
-
reload?: boolean;
|
|
26
|
-
hidetext?: boolean;
|
|
27
|
-
imgAttributes?: Record<string, string>;
|
|
28
|
-
focal_point_context_menu_item?: boolean;
|
|
29
|
-
uploadPath?: string;
|
|
30
|
-
disableInlineUpload?: boolean;
|
|
31
|
-
thumbnail?: string | object;
|
|
32
|
-
}
|
|
11
|
+
import { type ImageEditableConfig, type ImageEditableValue } from '../../types/image-editable-types';
|
|
12
|
+
export { type ImageEditableConfig, type ImageEditableValue } from '../../types/image-editable-types';
|
|
33
13
|
export interface ImageEditableProps {
|
|
34
14
|
value?: ImageEditableValue;
|
|
35
15
|
config?: ImageEditableConfig;
|
|
@@ -15,7 +15,7 @@ export interface AbstractDocumentEditableDefinition {
|
|
|
15
15
|
name: string;
|
|
16
16
|
realName: string;
|
|
17
17
|
data: any;
|
|
18
|
-
config
|
|
18
|
+
config?: any;
|
|
19
19
|
type: string;
|
|
20
20
|
inherited: boolean;
|
|
21
21
|
inDialogBox: string | null;
|
|
@@ -40,12 +40,32 @@ export declare abstract class DynamicTypeDocumentEditableAbstract implements Dyn
|
|
|
40
40
|
* Helper method to check if the editable has reload config enabled
|
|
41
41
|
*/
|
|
42
42
|
protected hasReloadConfig(props: AbstractDocumentEditableDefinition): boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Helper method to check if the editable has required config enabled
|
|
45
|
+
*/
|
|
46
|
+
hasRequiredConfig(props: AbstractDocumentEditableDefinition): boolean;
|
|
43
47
|
/**
|
|
44
48
|
* Determines if the editable should trigger immediate auto-save and reload on change
|
|
45
49
|
* @param props The editable props
|
|
46
50
|
* @returns true if should reload on change, false for normal debounced auto-save
|
|
47
51
|
*/
|
|
48
52
|
reloadOnChange(props: AbstractDocumentEditableDefinition, oldValue: any, newValue: any): boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Determines if the current value is empty for validation purposes.
|
|
55
|
+
* Base implementation only checks for null and undefined.
|
|
56
|
+
* Each editable type should override this method to implement type-specific empty checks.
|
|
57
|
+
* @param value The current value of the editable
|
|
58
|
+
* @param props The editable props
|
|
59
|
+
* @returns true if the value is considered empty, false otherwise
|
|
60
|
+
*/
|
|
61
|
+
isEmpty(value: any, props: AbstractDocumentEditableDefinition): boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Validates if the editable meets the required field constraint
|
|
64
|
+
* @param value The current value of the editable
|
|
65
|
+
* @param props The editable props
|
|
66
|
+
* @returns true if validation passes, false if the field is required but empty
|
|
67
|
+
*/
|
|
68
|
+
validateRequired(value: any, props: AbstractDocumentEditableDefinition): boolean;
|
|
49
69
|
/**
|
|
50
70
|
* Called when the document is ready and initialized.
|
|
51
71
|
* Each dynamic type can implement this to perform type-specific initialization,
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { type DropdownProps } from '../../../../../../../../components/dropdown/dropdown';
|
|
12
12
|
interface ResponsiveAssetPreviewProps {
|
|
13
|
-
src?: string;
|
|
14
13
|
assetId?: number;
|
|
15
14
|
className?: string;
|
|
16
15
|
dropdownItems?: DropdownProps['menu']['items'];
|
|
16
|
+
dropClass?: string;
|
|
17
17
|
imgAttributes?: Record<string, string>;
|
|
18
18
|
onImageLoad?: (event: React.SyntheticEvent<HTMLImageElement>) => void;
|
|
19
19
|
onResize?: (dimensions: {
|
|
@@ -27,5 +27,5 @@ interface ResponsiveAssetPreviewProps {
|
|
|
27
27
|
thumbnailUrl?: string | null;
|
|
28
28
|
onImageLoadedChange?: (isLoaded: boolean) => void;
|
|
29
29
|
}
|
|
30
|
-
export declare const ResponsiveAssetPreview: ({
|
|
30
|
+
export declare const ResponsiveAssetPreview: ({ assetId, className, dropdownItems, dropClass, imgAttributes, onImageLoad, onResize, lastImageDimensions, thumbnailUrl, onImageLoadedChange }: ResponsiveAssetPreviewProps) => React.JSX.Element;
|
|
31
31
|
export {};
|
|
@@ -14,6 +14,7 @@ export interface UsePendingElementsRevealParams {
|
|
|
14
14
|
}
|
|
15
15
|
export interface UsePendingElementsRevealReturn {
|
|
16
16
|
hideElementUntilRendered: (element: HTMLElement) => void;
|
|
17
|
+
revealPendingElements: () => void;
|
|
17
18
|
}
|
|
18
19
|
/**
|
|
19
20
|
* Shared hook for managing pending element reveals after editables are rendered.
|
|
@@ -9,53 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { type AbstractDocumentEditableDefinition, DynamicTypeDocumentEditableAbstract } from '../dynamic-type-document-editable-abstract';
|
|
12
|
-
|
|
13
|
-
title?: string;
|
|
14
|
-
width?: number;
|
|
15
|
-
height?: number;
|
|
16
|
-
thumbnail?: string | object;
|
|
17
|
-
hidetext?: boolean;
|
|
18
|
-
reload?: boolean;
|
|
19
|
-
minWidth?: number;
|
|
20
|
-
minHeight?: number;
|
|
21
|
-
ratioX?: number;
|
|
22
|
-
ratioY?: number;
|
|
23
|
-
uploadPath?: string;
|
|
24
|
-
disableInlineUpload?: boolean;
|
|
25
|
-
highResolution?: number;
|
|
26
|
-
dropClass?: string;
|
|
27
|
-
deferred?: boolean;
|
|
28
|
-
class?: string;
|
|
29
|
-
predefinedDataTemplates?: {
|
|
30
|
-
marker?: Array<{
|
|
31
|
-
menuName: string;
|
|
32
|
-
name: string;
|
|
33
|
-
data: any[];
|
|
34
|
-
}>;
|
|
35
|
-
hotspot?: Array<{
|
|
36
|
-
menuName: string;
|
|
37
|
-
name: string;
|
|
38
|
-
data: any[];
|
|
39
|
-
}>;
|
|
40
|
-
};
|
|
41
|
-
cacheBuster?: boolean;
|
|
42
|
-
required?: boolean;
|
|
43
|
-
}
|
|
44
|
-
export interface ImageEditableValue {
|
|
45
|
-
id?: number;
|
|
46
|
-
path?: string;
|
|
47
|
-
alt?: string;
|
|
48
|
-
title?: string;
|
|
49
|
-
hotspots?: any[];
|
|
50
|
-
marker?: any[];
|
|
51
|
-
crop?: {
|
|
52
|
-
cropTop?: number;
|
|
53
|
-
cropLeft?: number;
|
|
54
|
-
cropWidth?: number;
|
|
55
|
-
cropHeight?: number;
|
|
56
|
-
cropPercent?: boolean;
|
|
57
|
-
};
|
|
58
|
-
}
|
|
12
|
+
import { type ImageEditableConfig, type ImageEditableValue } from './image-editable-types';
|
|
59
13
|
export type ImageEditableDefinition = Omit<AbstractDocumentEditableDefinition, 'config'> & {
|
|
60
14
|
config?: ImageEditableConfig;
|
|
61
15
|
};
|
|
@@ -65,5 +19,6 @@ export declare class DynamicTypeDocumentEditableImage extends DynamicTypeDocumen
|
|
|
65
19
|
transformValue(value: any, props: ImageEditableDefinition): ImageEditableValue | null;
|
|
66
20
|
transformValueForApi(value: ImageEditableValue | null, props: ImageEditableDefinition): any;
|
|
67
21
|
private getImageId;
|
|
22
|
+
isEmpty(value: ImageEditableValue | null | undefined, props: ImageEditableDefinition): boolean;
|
|
68
23
|
reloadOnChange(props: ImageEditableDefinition, oldValue: any, newValue: any): boolean;
|
|
69
24
|
}
|
|
@@ -21,4 +21,5 @@ export type InputEditableDefinition = Omit<AbstractDocumentEditableDefinition, '
|
|
|
21
21
|
export declare class DynamicTypeDocumentEditableInput extends DynamicTypeDocumentEditableAbstract {
|
|
22
22
|
id: string;
|
|
23
23
|
getEditableDataComponent(props: InputEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
|
|
24
|
+
isEmpty(value: any, props: InputEditableDefinition): boolean;
|
|
24
25
|
}
|
|
@@ -17,6 +17,7 @@ export type LinkEditableDefinition = Omit<AbstractDocumentEditableDefinition, 'c
|
|
|
17
17
|
disabledFields?: string[];
|
|
18
18
|
class?: string;
|
|
19
19
|
reload?: boolean;
|
|
20
|
+
required?: boolean;
|
|
20
21
|
textPrefix?: string;
|
|
21
22
|
textSuffix?: string;
|
|
22
23
|
};
|
|
@@ -44,5 +45,6 @@ export declare class DynamicTypeDocumentEditableLink extends DynamicTypeDocument
|
|
|
44
45
|
getEditableDataComponent(props: LinkEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
|
|
45
46
|
transformValue(value: DocumentLinkEditableValue | null | undefined, props: LinkEditableDefinition): LinkValue | null;
|
|
46
47
|
transformValueForApi(value: LinkValue | null, props: LinkEditableDefinition): DocumentLinkEditableValue | null;
|
|
48
|
+
isEmpty(value: LinkValue | DocumentLinkEditableValue | null, props: LinkEditableDefinition): boolean;
|
|
47
49
|
reloadOnChange(props: LinkEditableDefinition, oldValue: any, newValue: any): boolean;
|
|
48
50
|
}
|
|
@@ -23,4 +23,5 @@ export declare class DynamicTypeDocumentEditableNumeric extends DynamicTypeDocum
|
|
|
23
23
|
id: string;
|
|
24
24
|
getEditableDataComponent(props: NumericEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
|
|
25
25
|
transformValue(value: any, props: NumericEditableDefinition): any;
|
|
26
|
+
isEmpty(value: any, props: NumericEditableDefinition): boolean;
|
|
26
27
|
}
|
|
@@ -17,11 +17,13 @@ export type SelectEditableDefinition = Omit<AbstractDocumentEditableDefinition,
|
|
|
17
17
|
class?: string;
|
|
18
18
|
defaultValue?: string;
|
|
19
19
|
reload?: boolean;
|
|
20
|
+
required?: boolean;
|
|
20
21
|
editable?: boolean;
|
|
21
22
|
};
|
|
22
23
|
};
|
|
23
24
|
export declare class DynamicTypeDocumentEditableSelect extends DynamicTypeDocumentEditableAbstract {
|
|
24
25
|
id: string;
|
|
25
26
|
getEditableDataComponent(props: SelectEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
|
|
27
|
+
isEmpty(value: any, props: SelectEditableDefinition): boolean;
|
|
26
28
|
transformValue(value: any, props: SelectEditableDefinition): any;
|
|
27
29
|
}
|
|
@@ -21,4 +21,5 @@ export type TextareaEditableDefinition = Omit<AbstractDocumentEditableDefinition
|
|
|
21
21
|
export declare class DynamicTypeDocumentEditableTextarea extends DynamicTypeDocumentEditableAbstract {
|
|
22
22
|
id: string;
|
|
23
23
|
getEditableDataComponent(props: TextareaEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
|
|
24
|
+
isEmpty(value: any, props: TextareaEditableDefinition): boolean;
|
|
24
25
|
}
|
|
@@ -17,6 +17,7 @@ export type VideoEditableDefinition = Omit<AbstractDocumentEditableDefinition, '
|
|
|
17
17
|
class?: string;
|
|
18
18
|
allowedTypes?: VideoType[];
|
|
19
19
|
reload?: boolean;
|
|
20
|
+
required?: boolean;
|
|
20
21
|
poster?: string;
|
|
21
22
|
title?: string;
|
|
22
23
|
description?: string;
|
|
@@ -25,10 +26,10 @@ export type VideoEditableDefinition = Omit<AbstractDocumentEditableDefinition, '
|
|
|
25
26
|
interface ApiVideoValue {
|
|
26
27
|
id?: number;
|
|
27
28
|
type: VideoType;
|
|
28
|
-
title
|
|
29
|
-
description
|
|
30
|
-
path
|
|
31
|
-
poster
|
|
29
|
+
title: string;
|
|
30
|
+
description: string;
|
|
31
|
+
path: string;
|
|
32
|
+
poster: string;
|
|
32
33
|
}
|
|
33
34
|
export declare class DynamicTypeDocumentEditableVideo extends DynamicTypeDocumentEditableAbstract {
|
|
34
35
|
id: string;
|
|
@@ -41,6 +42,7 @@ export declare class DynamicTypeDocumentEditableVideo extends DynamicTypeDocumen
|
|
|
41
42
|
* Transform internal VideoValue format back to API format
|
|
42
43
|
*/
|
|
43
44
|
transformValueForApi(value: VideoValue | null, props: VideoEditableDefinition): ApiVideoValue | null;
|
|
45
|
+
isEmpty(value: any, props: VideoEditableDefinition): boolean;
|
|
44
46
|
reloadOnChange(props: VideoEditableDefinition): boolean;
|
|
45
47
|
}
|
|
46
48
|
export {};
|
|
@@ -16,6 +16,7 @@ export interface WysiwygEditableConfig {
|
|
|
16
16
|
placeholder?: string;
|
|
17
17
|
editorConfig?: Record<string, any>;
|
|
18
18
|
class?: string;
|
|
19
|
+
required?: boolean;
|
|
19
20
|
}
|
|
20
21
|
export type WysiwygEditableDefinition = Omit<AbstractDocumentEditableDefinition, 'config'> & {
|
|
21
22
|
config?: WysiwygEditableConfig;
|
|
@@ -24,4 +25,5 @@ export declare class DynamicTypeDocumentEditableWysiwyg extends DynamicTypeDocum
|
|
|
24
25
|
id: string;
|
|
25
26
|
initializeInIframe: boolean;
|
|
26
27
|
getEditableDataComponent(props: WysiwygEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
|
|
28
|
+
isEmpty(value: any, props: WysiwygEditableDefinition): boolean;
|
|
27
29
|
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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 CropSettings } from '../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/helpers/hotspot-image/types/crop-types';
|
|
11
|
+
import { type Hotspot, type Marker } from '../../../objects/data-related/helpers/hotspot-image/types/hotspot-types';
|
|
12
|
+
export interface ImageEditableConfig {
|
|
13
|
+
width?: number;
|
|
14
|
+
height?: number;
|
|
15
|
+
title?: string;
|
|
16
|
+
reload?: boolean;
|
|
17
|
+
hidetext?: boolean;
|
|
18
|
+
imgAttributes?: Record<string, string>;
|
|
19
|
+
focal_point_context_menu_item?: boolean;
|
|
20
|
+
uploadPath?: string;
|
|
21
|
+
disableInlineUpload?: boolean;
|
|
22
|
+
thumbnail?: string | object;
|
|
23
|
+
required?: boolean;
|
|
24
|
+
dropClass?: string;
|
|
25
|
+
minWidth?: number;
|
|
26
|
+
minHeight?: number;
|
|
27
|
+
ratioX?: number;
|
|
28
|
+
ratioY?: number;
|
|
29
|
+
predefinedDataTemplates?: {
|
|
30
|
+
marker?: Array<{
|
|
31
|
+
menuName: string;
|
|
32
|
+
name: string;
|
|
33
|
+
data: any[];
|
|
34
|
+
}>;
|
|
35
|
+
hotspot?: Array<{
|
|
36
|
+
menuName: string;
|
|
37
|
+
name: string;
|
|
38
|
+
data: any[];
|
|
39
|
+
}>;
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
export interface ImageEditableValue {
|
|
43
|
+
id?: number;
|
|
44
|
+
path?: string;
|
|
45
|
+
alt?: string;
|
|
46
|
+
title?: string;
|
|
47
|
+
hotspots?: Hotspot[];
|
|
48
|
+
marker?: Marker[];
|
|
49
|
+
crop?: CropSettings;
|
|
50
|
+
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { type ReactElement } from 'react';
|
|
11
11
|
import { type DynamicTypeAbstract } from '../../registry/dynamic-type-registry-abstract';
|
|
12
|
+
import { type FieldFilter } from '../../../../../modules/element/listing/decorators/general-filters/context-layer/provider/field-filters/field-filters-provider';
|
|
12
13
|
export interface AbstractFieldFilterDefinition {
|
|
13
14
|
}
|
|
14
15
|
export declare abstract class DynamicTypeFieldFilterAbstract implements DynamicTypeAbstract {
|
|
@@ -17,4 +18,5 @@ export declare abstract class DynamicTypeFieldFilterAbstract implements DynamicT
|
|
|
17
18
|
shouldOverrideFilterType(): boolean;
|
|
18
19
|
getFieldFilterType(): string;
|
|
19
20
|
shouldApply(value: any): boolean;
|
|
21
|
+
transformFilterToApiResponse(filter: FieldFilter): FieldFilter;
|
|
20
22
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypeFieldFilterAbstract } from '../../dynamic-type-field-filter-abstract';
|
|
12
|
+
import { type DynamicTypeFieldFilterObjectAdapterProps } from '../../../../../../../modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-object-adapter';
|
|
13
|
+
export declare class DynamicTypeFieldFilterClassificationStore extends DynamicTypeFieldFilterAbstract {
|
|
14
|
+
id: string;
|
|
15
|
+
shouldOverrideFilterType(): boolean;
|
|
16
|
+
getFieldFilterComponent(props: DynamicTypeFieldFilterObjectAdapterProps): ReactElement<DynamicTypeFieldFilterObjectAdapterProps>;
|
|
17
|
+
transformFilterToApiResponse(filter: any): any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { DynamicTypeGridCellText } from '../../../../../../../modules/element/dynamic-types/definitions/grid-cell/types/text/dynamic-type-grid-cell-text';
|
|
11
|
+
export declare class DynamicTypeGridCellArray extends DynamicTypeGridCellText {
|
|
12
|
+
readonly id = "array";
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { DynamicTypeGridCellDataObjectAdapter } from '../data-object-adapter/dynamic-type-grid-cell-data-object-adapter';
|
|
11
|
+
export declare class DynamicTypeGridCellClassificationStore extends DynamicTypeGridCellDataObjectAdapter {
|
|
12
|
+
id: string;
|
|
13
|
+
}
|
|
@@ -11,7 +11,7 @@ import { type ColumnMeta } from '@tanstack/react-table';
|
|
|
11
11
|
import { type ReactElement } from 'react';
|
|
12
12
|
import { type AbstractGridCellDefinition, DynamicTypeGridCellAbstract } from '../../dynamic-type-grid-cell-abstract';
|
|
13
13
|
export declare class DynamicTypeGridCellDataObjectAdapter extends DynamicTypeGridCellAbstract {
|
|
14
|
-
|
|
14
|
+
id: string;
|
|
15
15
|
getGridCellComponent(props: AbstractGridCellDefinition): ReactElement<AbstractGridCellDefinition>;
|
|
16
16
|
getDefaultGridColumnWidth(props: ColumnMeta<any, any>): number | undefined;
|
|
17
17
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { DynamicTypeGridCellText } from '../../../../../../../modules/element/dynamic-types/definitions/grid-cell/types/text/dynamic-type-grid-cell-text';
|
|
11
|
+
export declare class DynamicTypeGridCellError extends DynamicTypeGridCellText {
|
|
12
|
+
readonly id = "error";
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { DynamicTypeGridCellText } from '../../../../../../../modules/element/dynamic-types/definitions/grid-cell/types/text/dynamic-type-grid-cell-text';
|
|
11
|
+
export declare class DynamicTypeGridCellInteger extends DynamicTypeGridCellText {
|
|
12
|
+
readonly id = "integer";
|
|
13
|
+
}
|
|
@@ -9,10 +9,11 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { type ClassificationStoreProps } from '../../../../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/classification-store';
|
|
12
|
-
|
|
12
|
+
import { TabId } from '../../types';
|
|
13
|
+
export interface ClassificationStoreModalProps extends ClassificationStoreProps {
|
|
13
14
|
objectId?: number;
|
|
14
15
|
classId: string;
|
|
15
16
|
fieldName: string;
|
|
17
|
+
allowedTabs?: TabId[];
|
|
16
18
|
}
|
|
17
19
|
export declare const ClassificationStoreModal: (props: ClassificationStoreModalProps) => React.JSX.Element;
|
|
18
|
-
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import { TabId } from '../../../../../../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/types';
|
|
12
|
+
interface ClassificationStoreCallbackTabProps<T> {
|
|
13
|
+
tabId: TabId;
|
|
14
|
+
queryHook: (args: any, options?: any) => {
|
|
15
|
+
isLoading: boolean;
|
|
16
|
+
isFetching: boolean;
|
|
17
|
+
data?: {
|
|
18
|
+
items: T[];
|
|
19
|
+
totalItems: number;
|
|
20
|
+
};
|
|
21
|
+
refetch: () => void;
|
|
22
|
+
};
|
|
23
|
+
queryArgs: any;
|
|
24
|
+
columns: any[];
|
|
25
|
+
}
|
|
26
|
+
export declare const ClassificationStoreCallbackTab: <T>({ tabId, queryHook, queryArgs, columns }: ClassificationStoreCallbackTabProps<T>) => React.JSX.Element;
|
|
27
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
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 ClassificationStoreModalProps } from '../components/classification-store-modal/classification-store-modal';
|
|
12
|
+
export interface IClassificationStoreModalContext {
|
|
13
|
+
modalContext: ClassificationStoreModalProps | undefined;
|
|
14
|
+
setModalContext: (context: ClassificationStoreModalProps | undefined) => void;
|
|
15
|
+
fireUpdateEvent: (data: any) => void;
|
|
16
|
+
dataChangeEvent: (data: any) => void;
|
|
17
|
+
setDataChangeEvent: (dataChangeEvent: (data: any) => void) => void;
|
|
18
|
+
}
|
|
19
|
+
export declare const classificationStoreModalContext: React.Context<IClassificationStoreModalContext | undefined>;
|
|
20
|
+
export interface ClassificationStoreModalProviderProps {
|
|
21
|
+
children: React.ReactNode;
|
|
22
|
+
}
|
|
23
|
+
export declare const ClassificationStoreModalProvider: ({ children }: ClassificationStoreModalProviderProps) => React.JSX.Element;
|
|
24
|
+
export interface UseClassificationStoreModalProps {
|
|
25
|
+
onUpdate?: (data: any) => void;
|
|
26
|
+
}
|
|
27
|
+
export interface UseClassificationStoreModalReturn {
|
|
28
|
+
openModal: (context: ClassificationStoreModalProps) => void;
|
|
29
|
+
closeModal: () => void;
|
|
30
|
+
fireUpdateEvent: (data: any) => void;
|
|
31
|
+
}
|
|
32
|
+
export declare const useClassificationStoreModal: (props: UseClassificationStoreModalProps) => UseClassificationStoreModalReturn;
|
|
33
|
+
export declare const useClassificationStoreModalOptional: (props: UseClassificationStoreModalProps) => UseClassificationStoreModalReturn | undefined;
|
|
@@ -8,4 +8,4 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type HotspotImageValue } from '../../../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/hotspot-image';
|
|
11
|
-
export declare const
|
|
11
|
+
export declare const hasHotspotsOrMarkers: (value?: HotspotImageValue | null) => boolean;
|
|
@@ -39,3 +39,4 @@ export declare const isAllowedSubType: (type: ElementType, subType: string, prop
|
|
|
39
39
|
export declare const isAllowedClass: (type: ElementType, className: string, props: IRelationAllowedTypesDataComponent) => boolean;
|
|
40
40
|
export declare const dndIsValidData: (info: DragAndDropInfo, props: IRelationAllowedTypesDataComponent) => boolean;
|
|
41
41
|
export declare const createElementSelectorAreas: (config: IRelationAllowedTypesDataComponent) => ElementSelectorConfig["areas"];
|
|
42
|
+
export declare const createElementSelectorConfig: (config: IRelationAllowedTypesDataComponent) => ElementSelectorConfig["config"];
|
|
@@ -11,6 +11,7 @@ import { type DynamicTypeAbstract } from '../../registry/dynamic-type-registry-a
|
|
|
11
11
|
import { type ReactElement } from 'react';
|
|
12
12
|
export declare abstract class DynamicTypePipelineAbstract implements DynamicTypeAbstract {
|
|
13
13
|
abstract readonly id: string;
|
|
14
|
+
readonly group: string | string[] | null;
|
|
14
15
|
abstract getComponent(): ReactElement;
|
|
15
16
|
isAvailableForSelection(config: Record<string, any>): boolean;
|
|
16
17
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export declare const DynamicTypePipelineGridTransformersAnonymizerComponent: () => React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export declare const DynamicTypePipelineGridTransformersBlurComponent: () => React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export declare const DynamicTypePipelineGridTransformersBooleanFormatterComponent: () => React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export declare const DynamicTypePipelineGridTransformersDateFormatterComponent: () => React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export declare const DynamicTypePipelineGridTransformersExplodeComponent: () => React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export declare const DynamicTypePipelineGridTransformersStringReplaceComponent: () => React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export declare const DynamicTypePipelineGridTransformersSubstringComponent: () => React.JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
export declare const DynamicTypePipelineGridTransformersTranslateComponent: () => React.JSX.Element;
|