@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
|
@@ -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 DynamicTypePipelineGridTransformersTrimComponent: () => 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 DynamicTypePipelineGridTransformersTwigOperatorComponent: () => React.JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersAnonymizer extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "anonymizer";
|
|
14
|
+
readonly group = "string";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersBlur extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "blur";
|
|
14
|
+
readonly group = "string";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersBooleanFormatter extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "booleanFormatter";
|
|
14
|
+
readonly group = "boolean";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -11,5 +11,6 @@ import { type ReactElement } from 'react';
|
|
|
11
11
|
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
12
|
export declare class DynamicTypePipelineGridTransformersChangeCase extends DynamicTypePipelineAbstract {
|
|
13
13
|
readonly id = "caseChange";
|
|
14
|
+
readonly group = "string";
|
|
14
15
|
getComponent(): ReactElement;
|
|
15
16
|
}
|
|
@@ -11,5 +11,6 @@ import { type ReactElement } from 'react';
|
|
|
11
11
|
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
12
|
export declare class DynamicTypePipelineGridTransformersCombine extends DynamicTypePipelineAbstract {
|
|
13
13
|
readonly id = "combine";
|
|
14
|
+
readonly group = "string";
|
|
14
15
|
getComponent(): ReactElement;
|
|
15
16
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersDateFormatter extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "dateFormatter";
|
|
14
|
+
readonly group = "date";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersElementCounter extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "elementCounter";
|
|
14
|
+
readonly group = "other";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersExplode extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "explode";
|
|
14
|
+
readonly group = "string";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersStringReplace extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "stringReplace";
|
|
14
|
+
readonly group = "string";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersSubstring extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "substring";
|
|
14
|
+
readonly group = "string";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersTranslate extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "translate";
|
|
14
|
+
readonly group = "string";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersTrim extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "trim";
|
|
14
|
+
readonly group = "string";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ReactElement } from 'react';
|
|
11
|
+
import { DynamicTypePipelineAbstract } from '../../../../dynamic-type-pipeline-abstract';
|
|
12
|
+
export declare class DynamicTypePipelineGridTransformersTwigOperator extends DynamicTypePipelineAbstract {
|
|
13
|
+
readonly id = "twigOperator";
|
|
14
|
+
readonly group = "other";
|
|
15
|
+
getComponent(): ReactElement;
|
|
16
|
+
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import type { WorkflowDetails } from '
|
|
10
|
+
import type { WorkflowDetails } from '../../../../../../modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen';
|
|
11
11
|
export interface IWorkflowCardProps {
|
|
12
12
|
workflow: WorkflowDetails;
|
|
13
13
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import { type TransitionType } from '
|
|
10
|
+
import { type TransitionType } from '../../../../../../../modules/element/editor/shared-components/workflow/log-modal/hooks/use-workflow';
|
|
11
11
|
interface UseSubmitWorkflowReturn {
|
|
12
12
|
submitWorkflowAction: (actionType: string, transition: TransitionType, workFlowName: string, workFlowOptions: WorkflowOptions) => void;
|
|
13
13
|
submissionLoading: boolean;
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import { type IWorkflowContext } from '
|
|
11
|
-
import { type WorkflowGetDetailsApiResponse } from '
|
|
10
|
+
import { type IWorkflowContext } from '../../../../../../../modules/element/editor/shared-components/workflow/log-modal/workflow-provider';
|
|
11
|
+
import { type WorkflowGetDetailsApiResponse } from '../../../../../../../modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced';
|
|
12
12
|
interface UseWorkflowHookReturn extends Omit<IWorkflowContext, 'fetchSubmitWorkflowAction'> {
|
|
13
13
|
workflowDetailsData: WorkflowGetDetailsApiResponse | undefined;
|
|
14
14
|
isFetchingWorkflowDetails: boolean;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
import { type TransitionType } from '
|
|
11
|
+
import { type TransitionType } from '../../../../../../modules/element/editor/shared-components/workflow/log-modal/hooks/use-workflow';
|
|
12
12
|
export interface WorkflowDetails {
|
|
13
13
|
workflowName: string;
|
|
14
14
|
action: string;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
import type { WorkflowDetails } from '
|
|
11
|
+
import type { WorkflowDetails } from '../../../../../../modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen';
|
|
12
12
|
interface WorkflowItemProps {
|
|
13
13
|
workflow: WorkflowDetails;
|
|
14
14
|
}
|
|
@@ -561,7 +561,7 @@ export declare const useTagCreateMutation: <R extends Record<string, any> = ({
|
|
|
561
561
|
isError: false;
|
|
562
562
|
}, "error">>)>> & {
|
|
563
563
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
564
|
-
}>(arg: import("./tags-api-slice.gen").TagGetCollectionApiArg
|
|
564
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./tags-api-slice.gen").TagGetCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
565
565
|
skip?: boolean;
|
|
566
566
|
refetchOnMountOrArgChange?: boolean | number;
|
|
567
567
|
} & {
|
|
@@ -1013,7 +1013,7 @@ export declare const useTagCreateMutation: <R extends Record<string, any> = ({
|
|
|
1013
1013
|
isError: false;
|
|
1014
1014
|
}, "error">>)>> & {
|
|
1015
1015
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1016
|
-
}>(arg: import("./tags-api-slice.gen").TagGetCollectionForElementByTypeAndIdApiArg
|
|
1016
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./tags-api-slice.gen").TagGetCollectionForElementByTypeAndIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1017
1017
|
skip?: boolean;
|
|
1018
1018
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1019
1019
|
} & {
|
|
@@ -195,7 +195,7 @@ export declare const useTagGetCollectionQuery: <R extends Record<string, any> =
|
|
|
195
195
|
isError: false;
|
|
196
196
|
}, "error">>)>> & {
|
|
197
197
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
198
|
-
}>(arg:
|
|
198
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | TagGetCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
199
199
|
skip?: boolean;
|
|
200
200
|
refetchOnMountOrArgChange?: boolean | number;
|
|
201
201
|
} & {
|
|
@@ -487,7 +487,7 @@ export declare const useTagGetCollectionQuery: <R extends Record<string, any> =
|
|
|
487
487
|
isError: false;
|
|
488
488
|
}, "error">>)>> & {
|
|
489
489
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
490
|
-
}>(arg:
|
|
490
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | TagGetByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
491
491
|
skip?: boolean;
|
|
492
492
|
refetchOnMountOrArgChange?: boolean | number;
|
|
493
493
|
} & {
|
|
@@ -1259,7 +1259,7 @@ export declare const useTagGetCollectionQuery: <R extends Record<string, any> =
|
|
|
1259
1259
|
isError: false;
|
|
1260
1260
|
}, "error">>)>> & {
|
|
1261
1261
|
status: import("@reduxjs/toolkit/query").QueryStatus;
|
|
1262
|
-
}>(arg:
|
|
1262
|
+
}>(arg: typeof import("@reduxjs/toolkit/query").skipToken | TagGetCollectionForElementByTypeAndIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
|
|
1263
1263
|
skip?: boolean;
|
|
1264
1264
|
refetchOnMountOrArgChange?: boolean | number;
|
|
1265
1265
|
} & {
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { type AssetPermissions } from '../../modules/asset/asset-api-slice.gen';
|
|
11
11
|
import { type DataObjectPermissions } from '../../modules/data-object/data-object-api-slice.gen';
|
|
12
|
-
|
|
12
|
+
import { type DocumentPermissions } from '../document/document-api-slice.gen';
|
|
13
|
+
export type ElementPermissions = AssetPermissions | DataObjectPermissions | DocumentPermissions;
|
|
13
14
|
export type ElementPermissionKeys = keyof (AssetPermissions & DataObjectPermissions);
|
|
14
15
|
export declare const useElementDeleteMutation: <R extends Record<string, any> = ({
|
|
15
16
|
requestId?: undefined;
|
|
@@ -44,7 +44,8 @@ export interface ElementSelectorConfig {
|
|
|
44
44
|
allowedTypes?: IRelationAllowedTypesDataComponent['allowedDocumentTypes'];
|
|
45
45
|
};
|
|
46
46
|
objects?: {
|
|
47
|
-
allowedTypes?: IRelationAllowedTypesDataComponent['
|
|
47
|
+
allowedTypes?: IRelationAllowedTypesDataComponent['allowedDataObjectTypes'];
|
|
48
|
+
allowedClasses?: IRelationAllowedTypesDataComponent['allowedClasses'];
|
|
48
49
|
};
|
|
49
50
|
};
|
|
50
51
|
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 { DropdownMenuProps } from '../../../components/dropdown/dropdown';
|
|
11
|
+
import { type Element } from '../../../modules/element/element-helper';
|
|
12
|
+
import type { ElementType } from '../../../types/enums/element/element-type';
|
|
13
|
+
export type IElement = Element & {
|
|
14
|
+
fileSize: number;
|
|
15
|
+
mimeType: string | null;
|
|
16
|
+
};
|
|
17
|
+
interface IUseElementActionsMenuProps {
|
|
18
|
+
element?: IElement;
|
|
19
|
+
elementType: ElementType;
|
|
20
|
+
}
|
|
21
|
+
interface IUseElementActionsMenuReturn {
|
|
22
|
+
actionMenuItems: DropdownMenuProps['items'];
|
|
23
|
+
}
|
|
24
|
+
export declare const useElementActionsMenu: ({ element, elementType }: IUseElementActionsMenuProps) => IUseElementActionsMenuReturn;
|
|
25
|
+
export {};
|
|
@@ -8,11 +8,14 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type DataProperty as DataPropertyApi } from '../../../modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen';
|
|
11
|
+
interface UsePropertiesInitializationOptions {
|
|
12
|
+
skip?: boolean;
|
|
13
|
+
}
|
|
11
14
|
interface UsePropertiesInitializationReturn {
|
|
12
15
|
data: {
|
|
13
16
|
items?: DataPropertyApi[];
|
|
14
17
|
} | undefined;
|
|
15
18
|
isLoading: boolean;
|
|
16
19
|
}
|
|
17
|
-
export declare const usePropertiesInitialization: () => UsePropertiesInitializationReturn;
|
|
20
|
+
export declare const usePropertiesInitialization: (options?: UsePropertiesInitializationOptions) => UsePropertiesInitializationReturn;
|
|
18
21
|
export {};
|
|
@@ -14,6 +14,10 @@ export interface FieldFilter {
|
|
|
14
14
|
filterValue: any;
|
|
15
15
|
locale: string | null | undefined;
|
|
16
16
|
filterType?: string;
|
|
17
|
+
meta: {
|
|
18
|
+
translationKey: string;
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
};
|
|
17
21
|
}
|
|
18
22
|
export interface FieldFiltersData {
|
|
19
23
|
fieldFilters: FieldFilter[];
|
|
@@ -8,4 +8,5 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type ElementPermissionKeys, type ElementPermissions } from '../../../modules/element/element-api-slice-enhanced';
|
|
11
|
+
export type { ElementPermissionKeys, ElementPermissions } from '../../../modules/element/element-api-slice-enhanced';
|
|
11
12
|
export declare const checkElementPermission: (permissions: ElementPermissions | undefined, permission: ElementPermissionKeys) => boolean;
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import { type ElementType } from '../../../types/enums/element/element-type';
|
|
11
11
|
import React from 'react';
|
|
12
|
+
import { type ElementReference } from '../element-helper';
|
|
12
13
|
export interface TreeWidgetProps {
|
|
13
14
|
id: string;
|
|
14
|
-
|
|
15
|
+
rootFolder?: ElementReference;
|
|
15
16
|
elementType: ElementType;
|
|
16
17
|
classes?: string[];
|
|
17
18
|
pql?: string | null;
|
|
@@ -19,4 +20,4 @@ export interface TreeWidgetProps {
|
|
|
19
20
|
contextPermissions: Record<string, boolean>;
|
|
20
21
|
showRoot?: boolean;
|
|
21
22
|
}
|
|
22
|
-
export declare const TreeWidget: ({ id, elementType,
|
|
23
|
+
export declare const TreeWidget: ({ id, elementType, rootFolder, classes, pql, pageSize, contextPermissions, showRoot }: TreeWidgetProps) => React.JSX.Element;
|
|
@@ -17,11 +17,13 @@ export interface RecycleBinDeleteJobOptions {
|
|
|
17
17
|
itemIds: number[];
|
|
18
18
|
elementTypes: ElementType[];
|
|
19
19
|
title: string;
|
|
20
|
+
onFinish?: () => void;
|
|
20
21
|
}
|
|
21
22
|
export declare class RecycleBinDeleteJob implements JobInterface {
|
|
22
23
|
protected readonly itemIds: number[];
|
|
23
24
|
protected readonly elementTypes: ElementType[];
|
|
24
25
|
protected readonly title: string;
|
|
26
|
+
protected readonly onFinish?: () => void;
|
|
25
27
|
constructor(options: RecycleBinDeleteJobOptions);
|
|
26
28
|
run(options: JobRunOptions): Promise<void>;
|
|
27
29
|
protected executeDeleteRequest(): Promise<string | number | null>;
|
|
@@ -17,11 +17,13 @@ export interface RecycleBinRestoreJobOptions {
|
|
|
17
17
|
itemIds: number[];
|
|
18
18
|
elementTypes: ElementType[];
|
|
19
19
|
title: string;
|
|
20
|
+
onFinish?: () => void;
|
|
20
21
|
}
|
|
21
22
|
export declare class RecycleBinRestoreJob implements JobInterface {
|
|
22
23
|
protected readonly itemIds: number[];
|
|
23
24
|
protected readonly elementTypes: ElementType[];
|
|
24
25
|
protected readonly title: string;
|
|
26
|
+
protected readonly onFinish?: () => void;
|
|
25
27
|
constructor(options: RecycleBinRestoreJobOptions);
|
|
26
28
|
run(options: JobRunOptions): Promise<void>;
|
|
27
29
|
protected executeRestoreRequest(): Promise<string | number | null>;
|
|
@@ -7,12 +7,8 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export declare const
|
|
14
|
-
|
|
15
|
-
loading: boolean;
|
|
16
|
-
id: number;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
10
|
+
interface UseOptimisticUpdateProps {
|
|
11
|
+
updateNotificationReadStateById: (id: number, read: boolean) => void;
|
|
12
|
+
}
|
|
13
|
+
export declare const useOptimisticUpdate: () => UseOptimisticUpdateProps;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
|
|
11
|
+
panel: import("antd-style").SerializedStyles;
|
|
12
|
+
}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
|
|
11
|
+
panel: import("antd-style").SerializedStyles;
|
|
12
|
+
}>;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import { type ReportFormData } from '../../../../../modules/reports/reports-editor/hooks/use-report-form-state';
|
|
11
|
-
import type
|
|
11
|
+
import { type BundleCustomReportsColumnConfigurationUpdateData, type CustomReportsConfigUpdateApiArg } from '../../../../../modules/reports/custom-reports-api-slice.gen';
|
|
12
12
|
export declare const normalizeDataSourceConfig: (data: ReportFormData) => {
|
|
13
13
|
dataSourceConfig: CustomReportsConfigUpdateApiArg["bundleCustomReportUpdate"]["dataSourceConfig"];
|
|
14
14
|
};
|
|
@@ -19,4 +19,8 @@ interface INormalizeChartDataReturn {
|
|
|
19
19
|
yAxis: CustomReportsConfigUpdateApiArg['bundleCustomReportUpdate']['yAxis'];
|
|
20
20
|
}
|
|
21
21
|
export declare const normalizeChartData: (data: ReportFormData) => INormalizeChartDataReturn;
|
|
22
|
+
interface INormalizeColumnConfigurationsDataReturn {
|
|
23
|
+
columnConfigurations: BundleCustomReportsColumnConfigurationUpdateData[];
|
|
24
|
+
}
|
|
25
|
+
export declare const normalizeColumnConfigurations: (data: ReportFormData) => INormalizeColumnConfigurationsDataReturn;
|
|
22
26
|
export {};
|
|
@@ -12,6 +12,8 @@ import { type BundleCustomReportsConfigurationTreeNode } from '../../../../../mo
|
|
|
12
12
|
interface IReportConfigurationProps {
|
|
13
13
|
report: BundleCustomReportsConfigurationTreeNode;
|
|
14
14
|
isActive: boolean;
|
|
15
|
+
modifiedReports: string[];
|
|
16
|
+
setModifiedReports: (modifiedReports: string[]) => void;
|
|
15
17
|
}
|
|
16
|
-
export declare const ReportConfiguration: ({ report, isActive }: IReportConfigurationProps) => React.JSX.Element;
|
|
18
|
+
export declare const ReportConfiguration: ({ report, isActive, modifiedReports, setModifiedReports }: IReportConfigurationProps) => React.JSX.Element;
|
|
17
19
|
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export declare const loadReportsMenuItems: () => Promise<void>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type KeyBindingForAUser } from '../../../modules/auth/user/user-api-slice.gen';
|
|
11
|
+
interface UseMergedKeyBindingsReturn {
|
|
12
|
+
mergedKeyBindings: KeyBindingForAUser[];
|
|
13
|
+
isLoading: boolean;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Hook that merges user keybindings with default keybindings
|
|
17
|
+
*/
|
|
18
|
+
export declare const useMergedKeyBindings: (userKeyBindings?: KeyBindingForAUser[]) => UseMergedKeyBindingsReturn;
|
|
19
|
+
export {};
|
|
@@ -8,7 +8,5 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
declare const KeyBindingsContainer: (
|
|
12
|
-
[x: string]: any;
|
|
13
|
-
}) => React.JSX.Element;
|
|
11
|
+
declare const KeyBindingsContainer: () => React.JSX.Element;
|
|
14
12
|
export { KeyBindingsContainer };
|
|
@@ -8,7 +8,5 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
declare const ManagementContainer: ({ ...props }:
|
|
12
|
-
[x: string]: any;
|
|
13
|
-
}) => React.JSX.Element;
|
|
11
|
+
declare const ManagementContainer: ({ userId, ...props }: Record<string, any>) => React.JSX.Element;
|
|
14
12
|
export { ManagementContainer };
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
import { type TreeDataItem } from '../../../../components/tree-element/tree-element';
|
|
12
11
|
import { type TreeDataNode } from 'antd';
|
|
12
|
+
import { type TreeDataItem } from '../../../../components/tree-element/tree-element';
|
|
13
13
|
interface ITreeContainerProps {
|
|
14
14
|
treeData: TreeDataItem[];
|
|
15
15
|
expandedKeys: any[];
|
|
@@ -17,6 +17,7 @@ interface ITreeContainerProps {
|
|
|
17
17
|
onReloadTree: (keys: any[]) => void;
|
|
18
18
|
onSetExpandedKeys: (keys: any[]) => void;
|
|
19
19
|
onUpdateTreeData: (key: any, items: any, add?: boolean) => void;
|
|
20
|
+
userId?: number;
|
|
20
21
|
}
|
|
21
|
-
declare const TreeContainer: ({ expandedKeys, treeData, onLoadTreeData, onReloadTree, onSetExpandedKeys, onUpdateTreeData, ...props }: ITreeContainerProps) => React.JSX.Element;
|
|
22
|
+
declare const TreeContainer: ({ expandedKeys, treeData, onLoadTreeData, onReloadTree, onSetExpandedKeys, onUpdateTreeData, userId, ...props }: ITreeContainerProps) => React.JSX.Element;
|
|
22
23
|
export { TreeContainer };
|