@pimcore/studio-ui-bundle 2026.1.5 → 2026.1.6
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/api/pimcore/tags.d.ts +27 -2
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +1 -1
- package/dist/build/types/src/core/app/public-api/document/document-api.d.ts +7 -0
- package/dist/build/types/src/core/app/public-api/document-editor-iframe/editable-data/editable-data.d.ts +8 -0
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +4 -1
- package/dist/build/types/src/core/components/block/block-item.d.ts +0 -1
- package/dist/build/types/src/core/components/column-picker/column-picker-popover.d.ts +35 -0
- package/dist/build/types/src/core/components/column-picker/column-picker.d.ts +34 -0
- package/dist/build/types/src/core/components/column-picker/column-picker.stories.d.ts +17 -0
- package/dist/build/types/src/core/components/column-picker/column-picker.styles.d.ts +22 -0
- package/dist/build/types/src/core/components/column-picker/column-picker.types.d.ts +33 -0
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +6 -1
- package/dist/build/types/src/core/components/filters/adapter.d.ts +16 -0
- package/dist/build/types/src/core/components/filters/define-filter.d.ts +11 -0
- package/dist/build/types/src/core/components/filters/index.d.ts +16 -0
- package/dist/build/types/src/core/components/filters/query/compose-query.d.ts +11 -0
- package/dist/build/types/src/core/components/filters/store/create-filters-store.d.ts +32 -0
- package/dist/build/types/src/core/components/filters/store/use-draft-sync.d.ts +12 -0
- package/dist/build/types/src/core/components/filters/types.d.ts +30 -0
- package/dist/build/types/src/core/components/filters/view/filters-renderer.d.ts +19 -0
- package/dist/build/types/src/core/components/form/controls/keyed-list/keyed-list.test.d.ts +10 -0
- package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/keyed-list-provider.d.ts +12 -3
- package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/use-keyed-list-value.d.ts +14 -0
- package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/use-keyed-list.d.ts +5 -1
- package/dist/build/types/src/core/components/form/controls/numbered-list/numbered-list.test.d.ts +10 -0
- package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/numbered-list-provider.d.ts +13 -3
- package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/use-numbered-list-value.d.ts +14 -0
- package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/use-numbered-list.d.ts +6 -1
- package/dist/build/types/src/core/components/formatted-date-time/formatted-date-time.d.ts +1 -0
- package/dist/build/types/src/core/components/header/header.d.ts +9 -1
- package/dist/build/types/src/core/components/header/header.stories.d.ts +19 -0
- package/dist/build/types/src/core/components/header/header.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/modal/window-modal/window-modal.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/modal-upload/modal-upload.d.ts +2 -0
- package/dist/build/types/src/core/components/preview-card/preview-card.d.ts +1 -1
- package/dist/build/types/src/core/components/preview-card/preview-card.styles.d.ts +3 -3
- package/dist/build/types/src/core/components/tag/tag.d.ts +1 -0
- package/dist/build/types/src/core/components/tag/tag.stories.d.ts +15 -0
- package/dist/build/types/src/core/components/tag/tag.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/toolbar/toolbar.d.ts +1 -1
- package/dist/build/types/src/core/components/toolbar/toolbar.stories.d.ts +2 -3
- package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +1 -4
- package/dist/build/types/src/core/components/users-roles-dropdown/users-roles-dropdown.d.ts +11 -10
- package/dist/build/types/src/core/components/users-roles-dropdown/users-roles-dropdown.styles.d.ts +2 -1
- package/dist/build/types/src/core/modules/app/app-view.d.ts +4 -1
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/theme/constants/theme-ids.d.ts +0 -1
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +9 -0
- package/dist/build/types/src/core/modules/app/theme/utils/theme-from-url.d.ts +21 -0
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +185 -0
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +217 -0
- package/dist/build/types/src/core/modules/asset/editor/types/folder/tab-manager/tabs/preview/card/preview-card-container.d.ts +3 -1
- package/dist/build/types/src/core/modules/asset/listing/decorator/column-configuration/view-layer/components/sidebar/tabs/grid-config/views/edit-view.d.ts +5 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +40 -18
- package/dist/build/types/src/core/modules/data-object/actions/open-preview-in-new-window/use-open-preview-in-new-window.d.ts +15 -0
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +5 -0
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +1352 -0
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +36 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/class-definition-selection/context-layer/provider/class-definition-selection-provider.d.ts +2 -4
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/grid-config-modal.styles.d.ts +17 -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/views/edit-view.d.ts +5 -1
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/actions/highlight-editables/highlight-editables-button.d.ts +11 -0
- package/dist/build/types/src/core/modules/document/actions/highlight-editables/highlight-editables-button.styles.d.ts +17 -0
- package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +26 -1
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/sidebar-definitions.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/hooks/use-document-editor.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/components/edit-lock-warning/edit-lock-warning.d.ts +21 -0
- package/dist/build/types/src/core/modules/element/components/edit-lock-warning/edit-lock-warning.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/components/sortable-areablock-toolbar/sortable-areablock-toolbar.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-clipboard.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-controls.d.ts +4 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-editable.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-clipboard.d.ts +23 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/{inheritance-overlay/inheritance-overlay.d.ts → editable-overlay/editable-overlay.d.ts} +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/{inheritance-overlay/inheritance-overlay.styles.d.ts → editable-overlay/editable-overlay.styles.d.ts} +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/editable-overlay/use-highlight-editables.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hooks/use-image-value-updates.d.ts +4 -2
- 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 +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/video-editable/video-editable.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/video-editable/video-editable.styles.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/responsive-asset-preview/responsive-asset-preview.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-video.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/date-time/date-time-cell.d.ts +12 -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 +9 -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 +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/tabs/group-by-key/group-by-key-tab.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/video/footer.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/video/video.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/source-fields/classification-store/classification-store-field-picker-provider.d.ts +39 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/source-fields/classification-store/classification-store-field-utils.d.ts +22 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/source-fields/classification-store/classification-store-value-control.d.ts +44 -0
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +503 -0
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +547 -1
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +16 -4
- package/dist/build/types/src/core/modules/element/hooks/use-edit-lock.d.ts +23 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/unreferenced-filter/unreferenced-filter-provider.d.ts +20 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/unreferenced-filter/use-unreferenced-filter.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/data-layer/with-general-filters-query-arg.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/build-element-filter-query.d.ts +11 -0
- package/dist/build/types/src/core/modules/{app/theme/dynamic-types/definitions/studio-default-dark/dynamic-type-theme-studio-default-dark.d.ts → element/listing/decorators/general-filters/element-filters/definitions/direct-children-filter.d.ts} +2 -6
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/field-filters-filter.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/index.d.ts +18 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/pql-filter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/search-term-filter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/unreferenced-filter.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/element-filter-setup.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/element-filter-types.d.ts +38 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/index.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/stores.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/use-element-filter-values.d.ts +28 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/general-filters-decorator.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/view-layer/components/sidebar/tabs/filters/field-filters/use-field-filter-editor.d.ts +24 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/view-layer/components/sidebar/tabs/filters/provider/filter-provider/filter-provider.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/context-layer/provider/available-columns/available-columns-provider.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/prepare-grid-config-column.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/components/add-column-controls/add-column-controls.d.ts +36 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/components/fields-to-add-panel/fields-to-add-panel.d.ts +29 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/components/fields-to-add-panel/fields-to-add-panel.styles.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/hooks/use-scroll-into-view-on-append.d.ts +21 -0
- package/dist/build/types/src/core/modules/element/services/edit-lock-gate.d.ts +16 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/ownership-management/ownership-delete-job.d.ts +31 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/ownership-management/ownership-reassign-owner-job.d.ts +33 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/unsaved-changes-provider.d.ts +35 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/general-settings-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/field-definitions/utils/layout-provider-factory.d.ts +2 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/notes-and-events/filters/filters.d.ts +18 -0
- package/dist/build/types/src/core/modules/notes-and-events/filters/helpers.d.ts +12 -0
- package/dist/build/types/src/core/modules/notes-and-events/filters/hooks/use-notes-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/notes-and-events/filters/types.d.ts +47 -0
- package/dist/build/types/src/core/modules/notes-and-events/hooks/use-global-notes-and-events.d.ts +0 -1
- package/dist/build/types/src/core/modules/{reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/field-filters.d.ts → notes-and-events/notes-and-events-sidebar/components/search-filter-tab/search-filters-tab.d.ts} +1 -1
- package/dist/build/types/src/core/modules/{element/listing/decorators/general-filters/view-layer/components/sidebar/tabs/filters/field-filters/field-filters-container.d.ts → notes-and-events/notes-and-events-sidebar/notes-and-events-sidebar.d.ts} +1 -1
- package/dist/build/types/src/core/modules/notes-and-events/{table → notes-and-events-view/components/table}/table.d.ts +1 -1
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/ownership-management/components/batch-actions/batch-actions.d.ts +15 -0
- package/dist/build/types/src/core/modules/ownership-management/components/reassign-owner-modal/reassign-owner-modal.d.ts +17 -0
- package/dist/build/types/src/core/modules/ownership-management/components/row-selection-total/row-selection-total.d.ts +11 -0
- package/dist/build/types/src/core/modules/ownership-management/components/table/table.d.ts +20 -0
- package/dist/build/types/src/core/modules/ownership-management/components/table/table.styles.d.ts +13 -0
- package/dist/build/types/src/core/modules/ownership-management/context/selected-items-context.d.ts +22 -0
- package/dist/build/types/src/core/modules/ownership-management/hooks/use-ownership-management.d.ts +16 -0
- package/dist/build/types/src/core/modules/ownership-management/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-api-slice-enhanced.d.ts +705 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-api-slice.gen.d.ts +795 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-container-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-container-inner.styles.d.ts +13 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.d.ts +1 -2
- package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/columns-filter-descriptor.d.ts +12 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/{components/field-filters → field-filters}/helpers.d.ts +4 -4
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/use-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/filters/reports-filters.d.ts +25 -0
- package/dist/build/types/src/core/modules/search/provider/search-provider.d.ts +10 -0
- package/dist/build/types/src/core/modules/search/provider/use-search.d.ts +5 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/menu-shortcut-flyout/menu-shortcut-flyout.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/menu-shortcut-flyout/menu-shortcut-flyout.styles.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-form.d.ts +34 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-panel.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-panel.styles.d.ts +20 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/use-saved-search-meta-dirty.d.ts +30 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/use-saved-search-mutations.d.ts +34 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-searches-tab/saved-searches-tab.d.ts +11 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-searches-tab/saved-searches-tab.styles.d.ts +16 -0
- package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-slice.d.ts +60 -0
- package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-tracker.d.ts +21 -0
- package/dist/build/types/src/core/modules/search/saved-search/hooks/use-open-saved-search.d.ts +22 -0
- package/dist/build/types/src/core/modules/search/saved-search/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/search/saved-search/restore/object-saved-search-restore.d.ts +15 -0
- package/dist/build/types/src/core/modules/search/saved-search/restore/saved-search-restore.d.ts +21 -0
- package/dist/build/types/src/core/modules/search/saved-search/restore/use-apply-saved-search.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/saved-search-decorator.d.ts +23 -0
- package/dist/build/types/src/core/modules/search/saved-search/utils/resolve-element-type.d.ts +18 -0
- package/dist/build/types/src/core/modules/search/saved-search/utils/to-number-array.d.ts +10 -0
- package/dist/build/types/src/core/modules/search/saved-search/view-layer/with-saved-search-sidebar-entry.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-result-widget.d.ts +21 -0
- package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-title.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-widget.d.ts +24 -0
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +1230 -15
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +1361 -1
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +3 -16
- package/dist/build/types/src/core/modules/widget-manager/services/widget-manager-action-service.d.ts +27 -0
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-outer-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +6 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-view.d.ts +1 -1
- package/dist/build/types/src/core/types/components/types.d.ts +6 -0
- package/dist/build/types/src/sdk/components/index.d.ts +3 -0
- package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -1
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +1 -0
- package/package.json +14 -6
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/context/columns-filters-context.d.ts +0 -24
- /package/dist/build/types/src/core/modules/notes-and-events/{table → notes-and-events-view/components/table}/table.styles.d.ts +0 -0
- /package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/{components/field-filters → field-filters}/types.d.ts +0 -0
|
@@ -281,7 +281,7 @@ export type DataObjectPreviewByIdApiResponse = unknown;
|
|
|
281
281
|
export type DataObjectPreviewByIdApiArg = {
|
|
282
282
|
/** Id of the data object */
|
|
283
283
|
id: number;
|
|
284
|
-
/** Site ID */
|
|
284
|
+
/** Site ID for multi-site setups */
|
|
285
285
|
site?: number;
|
|
286
286
|
};
|
|
287
287
|
export type DataObjectReplaceContentApiResponse = unknown;
|
|
@@ -519,10 +519,18 @@ export type RelationFieldConfig = {
|
|
|
519
519
|
relation: string;
|
|
520
520
|
/** Field getter */
|
|
521
521
|
field: string;
|
|
522
|
+
/** Classification store group id */
|
|
523
|
+
groupId?: number | null;
|
|
524
|
+
/** Classification store key id */
|
|
525
|
+
keyId?: number | null;
|
|
522
526
|
};
|
|
523
527
|
export type SimpleFieldConfig = {
|
|
524
528
|
/** Field getter */
|
|
525
529
|
field: string;
|
|
530
|
+
/** Classification store group id */
|
|
531
|
+
groupId?: number | null;
|
|
532
|
+
/** Classification store key id */
|
|
533
|
+
keyId?: number | null;
|
|
526
534
|
};
|
|
527
535
|
export type StaticTextConfig = {
|
|
528
536
|
/** Static Text */
|
|
@@ -555,6 +563,8 @@ export type GridColumnRequest = {
|
|
|
555
563
|
group?: string[] | null;
|
|
556
564
|
/** Config */
|
|
557
565
|
config?: (string | AdvancedColumnConfig)[];
|
|
566
|
+
/** Width of the Column */
|
|
567
|
+
width?: number | null;
|
|
558
568
|
};
|
|
559
569
|
export type Column = {
|
|
560
570
|
/** Key of the Column */
|
|
@@ -563,6 +573,8 @@ export type Column = {
|
|
|
563
573
|
locale: string | null;
|
|
564
574
|
/** Define the group structure */
|
|
565
575
|
group: object;
|
|
576
|
+
/** Width of the Column */
|
|
577
|
+
width?: number | null;
|
|
566
578
|
};
|
|
567
579
|
export type GridFilter = {
|
|
568
580
|
/** Page */
|
|
@@ -575,6 +587,8 @@ export type GridFilter = {
|
|
|
575
587
|
columnFilters?: object;
|
|
576
588
|
/** Sort Filter */
|
|
577
589
|
sortFilter?: object;
|
|
590
|
+
/** Additional Sort Filters for multi-column sorting */
|
|
591
|
+
additionalSortFilters?: object[];
|
|
578
592
|
};
|
|
579
593
|
export type GridDetailedConfiguration = {
|
|
580
594
|
/** AdditionalAttributes */
|
|
@@ -660,6 +674,23 @@ export type SimplePhpCodeTransformer = {
|
|
|
660
674
|
/** Label of the transformer */
|
|
661
675
|
label: string;
|
|
662
676
|
};
|
|
677
|
+
export type PreviewConfigEntry = {
|
|
678
|
+
/** AdditionalAttributes */
|
|
679
|
+
additionalAttributes?: {
|
|
680
|
+
[key: string]: string | number | boolean | object;
|
|
681
|
+
};
|
|
682
|
+
/** Parameter name */
|
|
683
|
+
name: string;
|
|
684
|
+
/** Display label */
|
|
685
|
+
label: string;
|
|
686
|
+
/** Available values as key-value pairs */
|
|
687
|
+
values: {
|
|
688
|
+
key?: string;
|
|
689
|
+
value?: string;
|
|
690
|
+
}[];
|
|
691
|
+
/** Default selected value */
|
|
692
|
+
defaultValue: string;
|
|
693
|
+
};
|
|
663
694
|
export type Layout = {
|
|
664
695
|
/** AdditionalAttributes */
|
|
665
696
|
additionalAttributes?: {
|
|
@@ -701,12 +732,16 @@ export type Layout = {
|
|
|
701
732
|
labelWidth: number;
|
|
702
733
|
/** Border */
|
|
703
734
|
border: boolean;
|
|
735
|
+
/** Preview configuration for locale/site selectors */
|
|
736
|
+
previewConfig?: PreviewConfigEntry[] | null;
|
|
704
737
|
};
|
|
705
738
|
export type ExportAllFilter = {
|
|
706
739
|
/** Column Filter */
|
|
707
740
|
columnFilters: object;
|
|
708
741
|
/** Sort Filter */
|
|
709
742
|
sortFilter: object;
|
|
743
|
+
/** Additional Sort Filters for multi-column sorting */
|
|
744
|
+
additionalSortFilters?: object[];
|
|
710
745
|
};
|
|
711
746
|
export type SelectOption = {
|
|
712
747
|
/** AdditionalAttributes */
|
|
@@ -9,10 +9,8 @@
|
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { type ClassDefinitionSelectionDecoratorConfig } from '../../class-definition-selection-decorator';
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
name: string;
|
|
15
|
-
}
|
|
12
|
+
import { type ClassDefinitionListItem } from '../../../../../../../modules/class-definition/class-definition-slice.gen';
|
|
13
|
+
export { type ClassDefinitionListItem };
|
|
16
14
|
export interface ClassDefinitionSelectionData {
|
|
17
15
|
config: ClassDefinitionSelectionDecoratorConfig;
|
|
18
16
|
availableClassDefinitions: ClassDefinitionListItem[];
|
|
@@ -0,0 +1,17 @@
|
|
|
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) => {
|
|
11
|
+
styles: {
|
|
12
|
+
body: string;
|
|
13
|
+
list: string;
|
|
14
|
+
};
|
|
15
|
+
cx: import("antd-style/es/types").ClassNamesUtil;
|
|
16
|
+
theme: import("antd-style/lib/types/theme").FullToken;
|
|
17
|
+
};
|
|
@@ -10,14 +10,18 @@
|
|
|
10
10
|
import { type DropdownMenuProps } from '../../../../../../../../../../../../../components/dropdown/dropdown';
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import { type GridConfigData } from '../../../../../../../../../../../../../modules/element/listing/decorators/utils/column-configuration/context-layer/provider/grid-config/grid-config-provider';
|
|
13
|
+
import { type AvailableColumn } from '../../../../../../../../../../../../../modules/element/listing/decorators/utils/column-configuration/context-layer/provider/available-columns/available-columns-provider';
|
|
14
|
+
import { type ColumnPickerGroup } from '../../../../../../../../../../../../../components/column-picker/column-picker.types';
|
|
13
15
|
export interface EditViewProps {
|
|
14
16
|
onCancelClick: () => void;
|
|
15
17
|
onSaveConfigurationClick: () => void;
|
|
16
18
|
onUpdateConfigurationClick: () => void;
|
|
17
19
|
onEditConfigurationClick: () => void;
|
|
18
20
|
onApplyClick: () => void;
|
|
21
|
+
onColumnSelect: (column: AvailableColumn) => void;
|
|
22
|
+
onAddAdvancedColumn?: () => void;
|
|
19
23
|
savedGridConfigurations: DropdownMenuProps['items'];
|
|
20
|
-
|
|
24
|
+
availableColumnsTree: Array<ColumnPickerGroup<AvailableColumn>>;
|
|
21
25
|
isLoading: boolean;
|
|
22
26
|
isUpdating: boolean;
|
|
23
27
|
columns: any[];
|
|
@@ -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 HighlightEditablesButton: () => React.JSX.Element | null;
|
|
@@ -0,0 +1,17 @@
|
|
|
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) => {
|
|
11
|
+
styles: {
|
|
12
|
+
highlightEditablesButton: string;
|
|
13
|
+
highlightEditablesButtonActive: string;
|
|
14
|
+
};
|
|
15
|
+
cx: import("antd-style/es/types").ClassNamesUtil;
|
|
16
|
+
theme: import("antd-style/lib/types/theme").FullToken;
|
|
17
|
+
};
|
|
@@ -18,6 +18,7 @@ export type AreablockGroupedTypes = Record<string, AreablockTypeEntry[]>;
|
|
|
18
18
|
export interface DocumentEditorState {
|
|
19
19
|
documentAreablocks: Record<number, Record<string, AreablockGroupedTypes>>;
|
|
20
20
|
timeSliderVisible: Record<number, boolean>;
|
|
21
|
+
highlightEditables: Record<number, boolean>;
|
|
21
22
|
}
|
|
22
23
|
export declare const setDocumentAreablockTypes: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
23
24
|
documentId: number;
|
|
@@ -30,7 +31,10 @@ export declare const setDocumentAreablockTypes: import("@reduxjs/toolkit").Actio
|
|
|
30
31
|
}, "document-editor/mergeDocumentAreablockTypes">, setDocumentTimeSliderVisible: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
31
32
|
documentId: number;
|
|
32
33
|
visible: boolean;
|
|
33
|
-
}, "document-editor/setDocumentTimeSliderVisible">,
|
|
34
|
+
}, "document-editor/setDocumentTimeSliderVisible">, setDocumentHighlightEditables: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
35
|
+
documentId: number;
|
|
36
|
+
highlight: boolean;
|
|
37
|
+
}, "document-editor/setDocumentHighlightEditables">, removeDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-editor/removeDocument">, clearAllDocuments: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"document-editor/clearAllDocuments">;
|
|
34
38
|
export declare const selectDocumentEditorState: (state: any) => DocumentEditorState;
|
|
35
39
|
export declare const selectDocumentAreablockGroupedTypes: ((state: any, documentId: number) => AreablockGroupedTypes) & {
|
|
36
40
|
clearCache: () => void;
|
|
@@ -74,6 +78,27 @@ export declare const selectDocumentTimeSliderVisible: ((state: any, documentId:
|
|
|
74
78
|
memoize: typeof import("reselect").weakMapMemoize;
|
|
75
79
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
76
80
|
};
|
|
81
|
+
export declare const selectDocumentHighlightEditables: ((state: any, documentId: number) => boolean) & {
|
|
82
|
+
clearCache: () => void;
|
|
83
|
+
resultsCount: () => number;
|
|
84
|
+
resetResultsCount: () => void;
|
|
85
|
+
} & {
|
|
86
|
+
resultFunc: (resultFuncArgs_0: DocumentEditorState, resultFuncArgs_1: number) => boolean;
|
|
87
|
+
memoizedResultFunc: ((resultFuncArgs_0: DocumentEditorState, resultFuncArgs_1: number) => boolean) & {
|
|
88
|
+
clearCache: () => void;
|
|
89
|
+
resultsCount: () => number;
|
|
90
|
+
resetResultsCount: () => void;
|
|
91
|
+
};
|
|
92
|
+
lastResult: () => boolean;
|
|
93
|
+
dependencies: [(state: any) => DocumentEditorState, (_state: any, documentId: number) => number];
|
|
94
|
+
recomputations: () => number;
|
|
95
|
+
resetRecomputations: () => void;
|
|
96
|
+
dependencyRecomputations: () => number;
|
|
97
|
+
resetDependencyRecomputations: () => void;
|
|
98
|
+
} & {
|
|
99
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
100
|
+
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
101
|
+
};
|
|
77
102
|
export declare const selectDocumentHasAreablocks: ((state: any, documentId: number) => boolean) & {
|
|
78
103
|
clearCache: () => void;
|
|
79
104
|
resultsCount: () => number;
|
|
@@ -7,9 +7,10 @@
|
|
|
7
7
|
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
|
-
import { type ISidebarEntry } from '../../../../modules/element/sidebar/sidebar-manager';
|
|
10
|
+
import { type ISidebarButton, type ISidebarEntry } from '../../../../modules/element/sidebar/sidebar-manager';
|
|
11
11
|
import { type IDocumentContext } from '../../../../modules/document/document-provider';
|
|
12
12
|
export declare const SIDEBAR_AREABLOCK_TYPES: ISidebarEntry<IDocumentContext>;
|
|
13
13
|
export declare const SIDEBAR_CONTENT_SETTINGS: ISidebarEntry<IDocumentContext>;
|
|
14
14
|
export declare const SIDEBAR_NAVIGATION: ISidebarEntry<IDocumentContext>;
|
|
15
15
|
export declare const SIDEBAR_DOCUMENT_CONFIGURATION: ISidebarEntry<IDocumentContext>;
|
|
16
|
+
export declare const SIDEBAR_HIGHLIGHT_EDITABLES: ISidebarButton;
|
|
@@ -12,6 +12,7 @@ export interface DocumentEditorContextProps {
|
|
|
12
12
|
updateValue: (key: string, value: ValueType) => void;
|
|
13
13
|
updateValueWithReload: (key: string, value: ValueType) => void;
|
|
14
14
|
triggerSaveAndReload: () => void;
|
|
15
|
+
reloadIframe: () => void;
|
|
15
16
|
getValues: () => Record<string, ValueType>;
|
|
16
17
|
getValue: (key: string) => ValueType;
|
|
17
18
|
initializeData: (data: Record<string, ValueType>) => void;
|
|
@@ -20,5 +21,6 @@ export interface DocumentEditorContextProps {
|
|
|
20
21
|
getInheritanceState: (key: string) => boolean;
|
|
21
22
|
setInheritanceState: (key: string, inherited: boolean) => void;
|
|
22
23
|
initializeInheritanceState: (inheritanceState: Record<string, boolean>) => void;
|
|
24
|
+
initializeHighlightEditables: () => void;
|
|
23
25
|
}
|
|
24
26
|
export declare const useDocumentEditor: () => DocumentEditorContextProps;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import { type ElementType } from '../../../../types/enums/element/element-type';
|
|
12
|
+
export interface EditLockWarningProps {
|
|
13
|
+
elementType: ElementType;
|
|
14
|
+
/** Full path of the element. */
|
|
15
|
+
path?: string;
|
|
16
|
+
/** Name of the user holding the lock. */
|
|
17
|
+
userName?: string | null;
|
|
18
|
+
/** Unix timestamp (seconds) when the lock was acquired. */
|
|
19
|
+
date?: number | null;
|
|
20
|
+
}
|
|
21
|
+
export declare const EditLockWarning: ({ elementType, path, userName, date }: EditLockWarningProps) => React.JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
|
|
11
|
+
warning: {
|
|
12
|
+
color: string;
|
|
13
|
+
marginTop: number;
|
|
14
|
+
};
|
|
15
|
+
}>;
|
|
@@ -24,6 +24,9 @@ export interface SortableAreablockToolbarProps {
|
|
|
24
24
|
onRemoveArea: (element: HTMLElement) => void;
|
|
25
25
|
onMoveAreaUp: (element: HTMLElement) => void;
|
|
26
26
|
onMoveAreaDown: (element: HTMLElement) => void;
|
|
27
|
+
onCopyArea: (element: HTMLElement) => void;
|
|
28
|
+
onCutArea: (element: HTMLElement) => void;
|
|
29
|
+
onPasteArea: (element: HTMLElement | null) => void;
|
|
27
30
|
onOpenDialog?: (areaKey: string) => void;
|
|
28
31
|
onToggleHidden?: (element: HTMLElement) => void;
|
|
29
32
|
isInherited?: boolean;
|
|
@@ -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 { type AreablockClipboardItem } from '../utils/areablock-clipboard';
|
|
11
|
+
export declare const useAreablockClipboard: () => AreablockClipboardItem | null;
|
|
@@ -19,6 +19,9 @@ export interface UseAreablockControlsParams {
|
|
|
19
19
|
onMoveAreaUp: (element: HTMLElement) => void;
|
|
20
20
|
onMoveAreaDown: (element: HTMLElement) => void;
|
|
21
21
|
onMoveArea: (fromIndex: number, toIndex: number) => void;
|
|
22
|
+
onCopyArea: (element: HTMLElement) => void;
|
|
23
|
+
onCutArea: (element: HTMLElement) => void;
|
|
24
|
+
onPasteArea: (element: HTMLElement | null) => void;
|
|
22
25
|
onOpenDialog?: (areaKey: string) => void;
|
|
23
26
|
onToggleHidden?: (element: HTMLElement) => void;
|
|
24
27
|
isInherited?: boolean;
|
|
@@ -27,4 +30,4 @@ export interface UseAreablockControlsParams {
|
|
|
27
30
|
export interface UseAreablockControlsReturn {
|
|
28
31
|
renderAreablockToolbar: () => React.JSX.Element;
|
|
29
32
|
}
|
|
30
|
-
export declare const useAreablockControls: ({ areablockManager, areaTypes, config, onAddArea, onRemoveArea, onMoveAreaUp, onMoveAreaDown, onMoveArea, onOpenDialog, onToggleHidden, isInherited, onOverwrite }: UseAreablockControlsParams) => UseAreablockControlsReturn;
|
|
33
|
+
export declare const useAreablockControls: ({ areablockManager, areaTypes, config, onAddArea, onRemoveArea, onMoveAreaUp, onMoveAreaDown, onMoveArea, onCopyArea, onCutArea, onPasteArea, onOpenDialog, onToggleHidden, isInherited, onOverwrite }: UseAreablockControlsParams) => UseAreablockControlsReturn;
|
|
@@ -25,5 +25,8 @@ export interface UseAreablockEditableReturn {
|
|
|
25
25
|
moveAreaUp: (element: HTMLElement) => void;
|
|
26
26
|
moveAreaDown: (element: HTMLElement) => void;
|
|
27
27
|
moveArea: (fromIndex: number, toIndex: number) => void;
|
|
28
|
+
copyArea: (element: HTMLElement) => void;
|
|
29
|
+
cutArea: (element: HTMLElement) => void;
|
|
30
|
+
pasteArea: (element: HTMLElement | null) => void;
|
|
28
31
|
}
|
|
29
32
|
export declare const useAreablockEditable: ({ areablockManager, onChange, config, disabled, renderTrigger }: UseAreablockEditableParams) => UseAreablockEditableReturn;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ValueType } from '../../../../../../../../../app/public-api/document-editor-iframe/editable-data/editable-data';
|
|
11
|
+
export interface AreablockClipboardIdentifier {
|
|
12
|
+
name: string;
|
|
13
|
+
realName: string;
|
|
14
|
+
key: string;
|
|
15
|
+
}
|
|
16
|
+
export interface AreablockClipboardItem {
|
|
17
|
+
identifier: AreablockClipboardIdentifier;
|
|
18
|
+
type: string;
|
|
19
|
+
values: Record<string, ValueType>;
|
|
20
|
+
}
|
|
21
|
+
export declare const getAreablockClipboard: () => AreablockClipboardItem | null;
|
|
22
|
+
export declare const setAreablockClipboard: (item: AreablockClipboardItem) => void;
|
|
23
|
+
export declare const subscribeToAreablockClipboard: (callback: () => void) => () => void;
|
|
@@ -27,5 +27,6 @@ export declare const configUtils: {
|
|
|
27
27
|
canMoveDown(index: number, totalCount: number): boolean;
|
|
28
28
|
getAvailableTypes(config?: AreablockEditableConfig): AreaType[];
|
|
29
29
|
isTypeAllowed(config: AreablockEditableConfig | undefined, type: string): boolean;
|
|
30
|
+
isTypePasteable(config: AreablockEditableConfig | undefined, type: string): boolean;
|
|
30
31
|
getGroupedAreaTypes(config?: AreablockEditableConfig): AreaType[] | Record<string, AreaType[]>;
|
|
31
32
|
};
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
export interface
|
|
11
|
+
export interface EditableOverlayProps {
|
|
12
12
|
isInherited: boolean;
|
|
13
13
|
onOverwrite: () => void;
|
|
14
14
|
className?: string;
|
|
@@ -20,4 +20,4 @@ export interface InheritanceOverlayProps {
|
|
|
20
20
|
shape?: 'round' | 'angular';
|
|
21
21
|
style?: React.CSSProperties;
|
|
22
22
|
}
|
|
23
|
-
export declare const
|
|
23
|
+
export declare const EditableOverlay: ({ children, isInherited, onOverwrite, className, display, addIconSpacing, hideButtons, noPadding, shape, style }: EditableOverlayProps) => React.JSX.Element | null;
|
|
@@ -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
|
+
/**
|
|
11
|
+
* Reads the "highlight editable elements" toggle from the iframe-local document editable API
|
|
12
|
+
* and subscribes to changes. The toolbar button in the parent window pushes new values into
|
|
13
|
+
* this API (via the public document API bridge), which notifies the subscribed overlays so
|
|
14
|
+
* they re-render with the highlight styling applied.
|
|
15
|
+
*/
|
|
16
|
+
export declare const useHighlightEditables: () => boolean;
|
|
@@ -13,13 +13,15 @@ import { type Hotspot, type Marker } from '../../../../../objects/data-related/h
|
|
|
13
13
|
interface UseImageValueUpdatesProps {
|
|
14
14
|
value?: ImageEditableValue;
|
|
15
15
|
onChange?: (value: ImageEditableValue) => void;
|
|
16
|
+
minWidth?: number;
|
|
17
|
+
minHeight?: number;
|
|
16
18
|
}
|
|
17
19
|
interface UseImageValueUpdatesReturn {
|
|
18
20
|
handleCropChange: (crop: CropSettings | null) => void;
|
|
19
21
|
handleHotspotsChange: (hotspots: Hotspot[], marker: Marker[]) => void;
|
|
20
|
-
handleReplaceImage: (assetId: number) =>
|
|
22
|
+
handleReplaceImage: (assetId: number) => Promise<boolean>;
|
|
21
23
|
handleEmptyValue: () => void;
|
|
22
24
|
handleAltTextChange: (alt: string) => void;
|
|
23
25
|
}
|
|
24
|
-
export declare const useImageValueUpdates: ({ value: imageValue, onChange }: UseImageValueUpdatesProps) => UseImageValueUpdatesReturn;
|
|
26
|
+
export declare const useImageValueUpdates: ({ value: imageValue, onChange, minWidth, minHeight }: UseImageValueUpdatesProps) => UseImageValueUpdatesReturn;
|
|
25
27
|
export {};
|
|
@@ -45,6 +45,8 @@ interface DocumentHotspotImagePreviewProps {
|
|
|
45
45
|
width: number;
|
|
46
46
|
height: number;
|
|
47
47
|
} | null;
|
|
48
|
+
minWidth?: number;
|
|
49
|
+
minHeight?: number;
|
|
48
50
|
altText?: string;
|
|
49
51
|
onAltTextChange?: (alt: string) => void;
|
|
50
52
|
hideAltTextInput?: boolean;
|
|
@@ -53,5 +55,5 @@ interface DocumentHotspotImagePreviewProps {
|
|
|
53
55
|
thumbnailConfig?: string | object;
|
|
54
56
|
className?: string;
|
|
55
57
|
}
|
|
56
|
-
export declare const DocumentHotspotImagePreview: ({ assetId, height, width, containerWidth, value, onChange, setMarkerModalOpen, setCropModalOpen, handleSearch, handleLocateInTree, handleUpload, emptyValue, disabled, disableInlineUpload, imgAttributes, focalPointContextMenuItem, dropClass, onResize, lastImageDimensions, altText, onAltTextChange, hideAltTextInput, isImageLoaded, onImageLoadedChange, thumbnailConfig, className }: DocumentHotspotImagePreviewProps) => React.JSX.Element;
|
|
58
|
+
export declare const DocumentHotspotImagePreview: ({ assetId, height, width, containerWidth, value, onChange, setMarkerModalOpen, setCropModalOpen, handleSearch, handleLocateInTree, handleUpload, emptyValue, disabled, disableInlineUpload, imgAttributes, focalPointContextMenuItem, dropClass, onResize, lastImageDimensions, minWidth, minHeight, altText, onAltTextChange, hideAltTextInput, isImageLoaded, onImageLoadedChange, thumbnailConfig, className }: DocumentHotspotImagePreviewProps) => React.JSX.Element;
|
|
57
59
|
export {};
|
|
@@ -14,6 +14,8 @@ interface ImageEditablePreviewProps {
|
|
|
14
14
|
assetId?: number;
|
|
15
15
|
width?: number | string;
|
|
16
16
|
height?: number | string;
|
|
17
|
+
minWidth?: number;
|
|
18
|
+
minHeight?: number;
|
|
17
19
|
containerWidth: number;
|
|
18
20
|
className?: string;
|
|
19
21
|
dropdownItems?: DropdownProps['menu']['items'];
|
|
@@ -32,5 +34,5 @@ interface ImageEditablePreviewProps {
|
|
|
32
34
|
} | null;
|
|
33
35
|
onImageLoadedChange?: (isLoaded: boolean) => void;
|
|
34
36
|
}
|
|
35
|
-
export declare const ImageEditablePreview: ({ assetId, width, height, containerWidth, thumbnailSettings, thumbnailConfig, onImageLoadedChange, ...props }: ImageEditablePreviewProps) => React.JSX.Element;
|
|
37
|
+
export declare const ImageEditablePreview: ({ assetId, width, height, minWidth, minHeight, containerWidth, thumbnailSettings, thumbnailConfig, onImageLoadedChange, ...props }: ImageEditablePreviewProps) => React.JSX.Element;
|
|
36
38
|
export {};
|
|
@@ -19,5 +19,6 @@ export interface VideoEditableProps {
|
|
|
19
19
|
allowedVideoTypes?: VideoType[];
|
|
20
20
|
width?: number | string;
|
|
21
21
|
height?: number | string;
|
|
22
|
+
thumbnailName?: string;
|
|
22
23
|
}
|
|
23
|
-
export declare const VideoEditable: ({ value, onChange, disabled, inherited, className, containerRef, allowedVideoTypes, width, height }: VideoEditableProps) => React.JSX.Element;
|
|
24
|
+
export declare const VideoEditable: ({ value, onChange, disabled, inherited, className, containerRef, allowedVideoTypes, width, height, thumbnailName }: VideoEditableProps) => React.JSX.Element;
|
|
@@ -11,6 +11,9 @@ export declare const useStyles: (props?: unknown) => {
|
|
|
11
11
|
styles: {
|
|
12
12
|
wrapper: string;
|
|
13
13
|
editButton: string;
|
|
14
|
+
progressOverlay: string;
|
|
15
|
+
progressLabel: string;
|
|
16
|
+
errorMessage: string;
|
|
14
17
|
};
|
|
15
18
|
cx: import("antd-style/es/types").ClassNamesUtil;
|
|
16
19
|
theme: import("antd-style/lib/types/theme").FullToken;
|
|
@@ -26,6 +26,8 @@ interface ResponsiveAssetPreviewProps {
|
|
|
26
26
|
} | null;
|
|
27
27
|
thumbnailUrl?: string | null;
|
|
28
28
|
onImageLoadedChange?: (isLoaded: boolean) => void;
|
|
29
|
+
minWidth?: number;
|
|
30
|
+
minHeight?: number;
|
|
29
31
|
}
|
|
30
|
-
export declare const ResponsiveAssetPreview: ({ assetId, className, dropdownItems, dropClass, imgAttributes, onImageLoad, onResize, lastImageDimensions, thumbnailUrl, onImageLoadedChange }: ResponsiveAssetPreviewProps) => React.JSX.Element;
|
|
32
|
+
export declare const ResponsiveAssetPreview: ({ assetId, className, dropdownItems, dropClass, imgAttributes, onImageLoad, onResize, lastImageDimensions, thumbnailUrl, onImageLoadedChange, minWidth, minHeight }: ResponsiveAssetPreviewProps) => React.JSX.Element;
|
|
31
33
|
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
|
+
import React from 'react';
|
|
11
|
+
import { type DefaultCellProps } from '../../../../../../../components/grid/columns/default-cell';
|
|
12
|
+
export declare const DateTimeCell: (props: DefaultCellProps) => React.JSX.Element;
|
|
@@ -8,12 +8,19 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
import { type ClassificationStoreProps } from '../../../../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/classification-store';
|
|
12
11
|
import { TabId } from '../../types';
|
|
13
|
-
export interface ClassificationStoreModalProps
|
|
12
|
+
export interface ClassificationStoreModalProps {
|
|
13
|
+
storeId: number;
|
|
14
14
|
objectId?: number;
|
|
15
15
|
classId: string;
|
|
16
16
|
fieldName: string;
|
|
17
|
+
/** Field definition name, kept so callers can derive {@link fieldName} from a spread field definition. */
|
|
18
|
+
name: string;
|
|
17
19
|
allowedTabs?: TabId[];
|
|
20
|
+
/**
|
|
21
|
+
* When true, the modal restricts the selection to a single classification store value.
|
|
22
|
+
* Used by the advanced column configuration where only one group/key may be picked.
|
|
23
|
+
*/
|
|
24
|
+
singleSelection?: boolean;
|
|
18
25
|
}
|
|
19
26
|
export declare const ClassificationStoreModal: (props: ClassificationStoreModalProps) => React.JSX.Element;
|
|
@@ -22,6 +22,7 @@ interface ClassificationStoreCallbackTabProps<T> {
|
|
|
22
22
|
};
|
|
23
23
|
queryArgs: any;
|
|
24
24
|
columns: any[];
|
|
25
|
+
singleSelection?: boolean;
|
|
25
26
|
}
|
|
26
|
-
export declare const ClassificationStoreCallbackTab: <T>({ tabId, queryHook, queryArgs, columns }: ClassificationStoreCallbackTabProps<T>) => React.JSX.Element;
|
|
27
|
+
export declare const ClassificationStoreCallbackTab: <T>({ tabId, queryHook, queryArgs, columns, singleSelection }: ClassificationStoreCallbackTabProps<T>) => React.JSX.Element;
|
|
27
28
|
export {};
|
|
@@ -14,6 +14,7 @@ interface GroupByKeyTabProps {
|
|
|
14
14
|
classId: ClassificationStoreGetKeyGroupRelationsApiArg['classId'];
|
|
15
15
|
objectId?: number;
|
|
16
16
|
fieldName: ClassificationStoreGetKeyGroupRelationsApiArg['fieldName'];
|
|
17
|
+
singleSelection?: boolean;
|
|
17
18
|
}
|
|
18
19
|
export declare const GroupByKeyTab: (props: GroupByKeyTabProps) => React.JSX.Element;
|
|
19
20
|
export {};
|
|
@@ -15,6 +15,7 @@ interface VideoFooterProps {
|
|
|
15
15
|
value?: VideoValue | null;
|
|
16
16
|
onSave?: (value: VideoValue) => void;
|
|
17
17
|
allowedVideoTypes?: VideoType[];
|
|
18
|
+
onUpload?: () => void;
|
|
18
19
|
}
|
|
19
20
|
export declare const VideoFooter: (props: VideoFooterProps) => React.JSX.Element;
|
|
20
21
|
export {};
|