@pimcore/studio-ui-bundle 2026.1.4 → 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/app/public-api/document-editor-iframe/index.d.ts +7 -0
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/accordion/accordion.styles.d.ts +10 -6
- package/dist/build/types/src/core/components/accordion-timeline/accordion-timeline.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/alert/alert.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +4 -1
- package/dist/build/types/src/core/components/asset-target/asset-target.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/block/block-item.d.ts +0 -1
- package/dist/build/types/src/core/components/box/box.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/breadcrumb/breadcrumb.skeleton.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/breadcrumb/breadcrumb.styles.d.ts +11 -7
- package/dist/build/types/src/core/components/button/button.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/button-group/button-group.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/card/card.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/checkbox/checkbox.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/code-editor/code-editor.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/collapse/item/collapse-item.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/color-picker/color-picker.styles.d.ts +8 -4
- 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/content/content.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/content-layout/content-layout.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/date-picker/date-picker.d.ts +6 -0
- package/dist/build/types/src/core/components/date-picker/date-picker.styles.d.ts +9 -5
- package/dist/build/types/src/core/components/date-picker/utils/date-picker-utils.d.ts +33 -1
- package/dist/build/types/src/core/components/date-picker/utils/date-picker-utils.test.d.ts +10 -0
- package/dist/build/types/src/core/components/divider/divider.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/drag-and-drop/__STORIES__/dnd-demo-droppable-content.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/drag-and-drop/drag-overlay.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/drag-and-drop/droppable/base-droppable.styles.d.ts +9 -5
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +3 -3
- package/dist/build/types/src/core/components/dropdown/dropdown.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/dropdown-button/dropdown-button.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.styles.d.ts +9 -5
- package/dist/build/types/src/core/components/editable-html-drop-container/editable-html-drop-container.styles.d.ts +18 -14
- package/dist/build/types/src/core/components/element-tag/element-tag.styles.d.ts +10 -6
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +6 -1
- package/dist/build/types/src/core/components/element-tree/element-tree.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/element-tree/list/tree-list.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/element-tree/node/content/tree-node-content.styles.d.ts +11 -7
- package/dist/build/types/src/core/components/element-tree/node/tree-node.styles.d.ts +7 -3
- 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/flag-icon/flag-icon.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/flex/flex.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/focal-point/focal-point.styles.d.ts +9 -5
- 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/form/form.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/form/item/virtual-item.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/formatted-date-time/formatted-date-time.d.ts +1 -0
- package/dist/build/types/src/core/components/geo-map/components/geo-map-card/geo-map-card.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/geo-map/components/geo-map-card-footer/geo-map-card-footer.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/geo-map/geo-map.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/geo-point-picker/geo-point-picker.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/grid/columns/default-cell.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/grid/columns/views/icon/icon-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/grid/columns/views/image/image-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/grid/resizer/resizer.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/grid-button/grid-button.styles.d.ts +9 -5
- package/dist/build/types/src/core/components/grid-content-renderer/grid-content-renderer.styles.d.ts +7 -3
- 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 +8 -3
- package/dist/build/types/src/core/components/horizontal-scroll/horizontal-scroll.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/hotspot-image/hotspot-image.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/icon/icon.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/icon-button/icon-button.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/icon-or-image/icon-or-image.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/icon-selector/icon-selector.styles.d.ts +16 -12
- package/dist/build/types/src/core/components/iframe/iframe.styles.d.ts +9 -5
- package/dist/build/types/src/core/components/image-preview/components/dropdown/dropdown.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/image-preview/image-preview.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/image-zoom/image-zoom.styles.d.ts +10 -6
- package/dist/build/types/src/core/components/import-modal/components/file-drop-zone/file-drop-zone.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/import-modal/components/selected-file-view/selected-file-view.styles.d.ts +9 -5
- package/dist/build/types/src/core/components/inheritance-overlay/inheritance-overlay.styles.d.ts +11 -7
- package/dist/build/types/src/core/components/inline-upload/inline-upload.styles.d.ts +10 -6
- package/dist/build/types/src/core/components/input/input.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/input-number/input-number.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/input-password/input-password.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/key-value-list/key-value-list.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/language-selection/helpers.d.ts +15 -0
- package/dist/build/types/src/core/components/language-selection/langguage-selection.styles.d.ts +15 -3
- package/dist/build/types/src/core/components/language-selection/language-selection.d.ts +0 -1
- package/dist/build/types/src/core/components/logo/logo.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/many-to-many-relation/grid.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +8 -5
- package/dist/build/types/src/core/components/menu/item/types/default/default-item.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/menu/item/types/group/group-item.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/menu/menu.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/message/message.style.d.ts +7 -3
- package/dist/build/types/src/core/components/modal/file-list/file-list.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/modal/footer/modal-footer.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/modal/modal.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/modal/window-modal/window-modal.styles.d.ts +9 -4
- package/dist/build/types/src/core/components/modal-upload/components/modal-upload-dragger/modal-upload-dragger.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/modal-upload/modal-upload.d.ts +2 -0
- package/dist/build/types/src/core/components/no-content/no-content.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/notification/content/action-list/action-list.style.d.ts +7 -3
- package/dist/build/types/src/core/components/notification/notification.style.d.ts +7 -3
- package/dist/build/types/src/core/components/numeric-range/numeric-range.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/pagination/pagination.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/pimcore-document/pimcore-document.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/pimcore-image/pimcore-image.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/pipeline/item/dynamic-group/dynamic-group-item.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/pql-query-input/pql-query-input.styles.d.ts +11 -7
- 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 +14 -10
- package/dist/build/types/src/core/components/progressbar/progressbar.style.d.ts +7 -3
- package/dist/build/types/src/core/components/region/components/region-item/region-item.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/region/region.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/rule-condition/components/bracket-button/bracket-button.styles.d.ts +9 -5
- package/dist/build/types/src/core/components/rule-condition/components/condition-item/condition-item.styles.d.ts +13 -9
- package/dist/build/types/src/core/components/rule-condition/rule-condition.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/search-input/search-input.styles.d.ts +11 -7
- package/dist/build/types/src/core/components/segmented/segmented.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/select/select.stories.d.ts +7 -0
- package/dist/build/types/src/core/components/select/select.styles.d.ts +21 -15
- package/dist/build/types/src/core/components/sidebar/sidebar.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/sidebar/title/sidebar-title.styles.d.ts +9 -5
- package/dist/build/types/src/core/components/sidebar-headline/sidebar-headline.styles.d.ts +11 -7
- package/dist/build/types/src/core/components/sort-button/sort-button.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/space/space.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/spin/spin.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/split/split.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/split-layout/components/divider/divider.styles.d.ts +11 -7
- package/dist/build/types/src/core/components/split-layout/components/item/split-layout-item.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/split-layout/split-layout.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/stack-list/stack-list-item.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/stack-list/stack-list.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/steps/steps.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/tabs/tabs.styles.d.ts +8 -4
- 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 +9 -4
- package/dist/build/types/src/core/components/tag-input/tag-input.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/text-editor/text-editor.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/textarea/textarea.styles.d.ts +8 -4
- package/dist/build/types/src/core/components/title/title.styles.d.ts +8 -4
- 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/toolbar/toolbar.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/toolstrip/box/tool-strip-box.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/toolstrip/tool-strip.styles.d.ts +10 -6
- package/dist/build/types/src/core/components/tooltip-icon/tooltip-icon.styles.d.ts +7 -3
- package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +1 -4
- package/dist/build/types/src/core/components/tree-element/tree-element.styles.d.ts +8 -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 +12 -7
- package/dist/build/types/src/core/components/vertical-timeline/vertical-timeline.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/ant-design/styles/create-styles.d.ts +36 -0
- package/dist/build/types/src/core/modules/app/app-view.d.ts +4 -1
- package/dist/build/types/src/core/modules/app/base-layout/base-layout-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/app/base-layout/left-sidebar-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/main-nav.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +3 -2
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/app/base-layout/right-sidebar-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/app/base-layout/user-menu/user-menu.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +22 -0
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/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 +10 -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/app/utils/auto-hide-empty-content/auto-hide-empty-content.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/application-logger/components/table/table.styles.d.ts +7 -3
- 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 +220 -0
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/versions/comparison-view/comparison-view-ui.style.d.ts +7 -3
- package/dist/build/types/src/core/modules/asset/editor/types/audio/tab-manager/tabs/preview/preview-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/preview-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.styles.d.ts +10 -6
- 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/editor/types/image/tab-manager/tabs/preview/preview-view.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/asset/editor/types/image/tab-manager/tabs/preview/sidebar/tabs/details/details.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/asset/editor/types/text/tab-manager/tabs/edit/edit-container.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/asset/editor/types/text/tab-manager/tabs/edit/edit-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/asset/editor/types/video/tab-manager/tabs/preview/preview-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/asset/editor/types/video/tab-manager/tabs/preview/sidebar/tabs/details/details.styles.d.ts +10 -6
- package/dist/build/types/src/core/modules/asset/listing/batch-actions/batch-actions.styles.d.ts +21 -0
- package/dist/build/types/src/core/modules/asset/listing/decorator/column-configuration/view-layer/components/sidebar/tabs/grid-config/forms/save-form.styles.d.ts +11 -7
- 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/components/login-form/login-form-style.d.ts +7 -3
- package/dist/build/types/src/core/modules/auth/login-page.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/bulk-export/components/bulk-export-modal/components/bulk-export-items-table.styles.d.ts +7 -3
- 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/classification-store-config/classification-store-config.styles.d.ts +14 -10
- 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 +1537 -2
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +184 -125
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/helpers/process-layout-data.d.ts +50 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/language-comparison-content.d.ts +19 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/language-comparison-modal.d.ts +16 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/language-comparison-modal.styles.d.ts +31 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/language-comparison-view-button.d.ts +11 -0
- package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/types.d.ts +17 -0
- package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/edit-container.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/data-object/listing/batch-actions/batch-actions.styles.d.ts +21 -0
- 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/forms/save-form.styles.d.ts +11 -7
- 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-draft-slice.d.ts +5 -5
- 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/components/editables-renderer/required-field-wrapper.styles.d.ts +7 -3
- 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/document/editor/shared-tab-manager/tabs/edit/iframe-app/app-runner.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/areablock-types/components/areablock-types-list/areablock-types-list.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/document-configuration/document-configuration-form.d.ts +4 -1
- package/dist/build/types/src/core/modules/{notes-and-events/table/table.styles.d.ts → element/actions/delete/use-delete.styles.d.ts} +3 -2
- 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/components/element-toolbar/element-toolbar.skeleton.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/components/element-toolbar/element-toolbar.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/element/components/language-selection/permission-based-language-selection-control.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/area-editable/area-editable.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.styles.d.ts +7 -13
- 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/block-editable/block-editable.styles.d.ts +7 -10
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.styles.d.ts +6 -21
- 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} +11 -5
- 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/embed-editable/embed-editable.styles.d.ts +8 -4
- 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/hotspot-image-preview.styles.d.ts +7 -41
- 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/image-editable/image-editable-preview.styles.d.ts +11 -7
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/inheritance-wrapper/inheritance-wrapper.styles.d.ts +6 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/link-editable/link-editable.styles.d.ts +11 -7
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/scheduledblock-editable/components/timeline/timeline.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/scheduledblock-editable/components/timeline-marker/timeline-marker.styles.d.ts +11 -7
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/scheduledblock-editable/scheduledblock-editable.styles.d.ts +10 -6
- 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 +11 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/editable-dropzone-sorting/components/editable-dropzone/editable-dropzone.styles.d.ts +10 -30
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/editable-dropzone-sorting/components/toolstrip-drag-overlay/toolstrip-drag-overlay.styles.d.ts +6 -8
- 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/_schedule/version-id-cell/version-id-cell.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/asset-preview/asset-preview-cell.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/checkbox/checkbox-cell.styles.d.ts +8 -4
- 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/grid-cell/components/element-cell/element-cell.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/element-subtype-icon-cell/element-subtype-icon-cell.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/multi-select/multi-select-cell.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/multi-select/multi-select-cell.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/open-element/open-element-cell.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/select/select-cell.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/select/select-cell.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/utils/select-options.d.ts +18 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/utils/select-options.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/checkbox/checkbox.styles.d.ts +7 -3
- 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/classification-store-modal.styles.d.ts +7 -3
- 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/consent/consent.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/dynamic-select-field/dynamic-select-field.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/external-image/external-image.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/hotspot-image.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image/image.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image-gallery/image-gallery.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/input-quantity-value/input-quantity-value.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/link/link.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-ui.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/quantity-value/quantity-value.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/quantity-value-range/quantity-value-range.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/url-slug/url-slug.styles.d.ts +7 -3
- 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/objects/data-related/components/video/video.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/hooks/use-dynamic-select-options.d.ts +29 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/abstract/dynamic-type-object-data-abstract-date.d.ts +20 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/abstract/dynamic-type-object-data-abstract-select.d.ts +4 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-block.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-classification-store.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-datetime.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-field-collection.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-multiselect.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-object-brick.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-select.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/grid-cell-cell-preview-wrapper/grid-cell-preview-wrapper.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/relation-list/relation-list.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/rgba-color/rgba-color.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/table/table.styles.d.ts +8 -4
- 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/dynamic-types/defintinitions/objects/data-related/components/block/versions/version-block.styles.d.ts +10 -6
- package/dist/build/types/src/core/modules/element/dynamic-types/defintinitions/objects/data-related/components/field-collection/versions/version-field-collection.styles.d.ts +10 -6
- package/dist/build/types/src/core/modules/element/editor/detached-tab/missing-context.styles.d.ts +6 -6
- package/dist/build/types/src/core/modules/element/editor/layouts/tabs-toolbar-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/card/workflow-card.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/menu/workflow-menu.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/menu/workflow-transition-group.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/components/pagination/skeleton.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/components/table/table.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-details.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/components/table/table.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/components/table/table.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/tags-tree.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/components/version-item/version-item.style.d.ts +10 -6
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/components/versions-fields-list/styles/common-versions-fields-view.styles.d.ts +20 -16
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/components/versions-fields-list/versions-fields-list.styles.d.ts +11 -7
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/versions-view.style.d.ts +9 -5
- package/dist/build/types/src/core/modules/element/editor/tabs/editor-tabs.skeleton.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/editor/tabs/editor-tabs.styles.d.ts +9 -5
- 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/index.d.ts +1 -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/element/services/element-editor-teardown.d.ts +10 -0
- package/dist/build/types/src/core/modules/element/tree/node/with-droppable/with-droppable.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/element/tree/tree-widget.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/email/log/components/email-card/email-card.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/email/log/components/email-preview/email-preview.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/email/log/components/text-preview/text-preview.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/email/test-mail/component/parameters-table/parameters-table.styles.d.ts +7 -3
- 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/execution-engine/message-handlers/message-bus-job/progress-calculator/batched-step-progress-calculator.d.ts +25 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/execution-engine/notification/job-list/job-list.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/execution-engine/notification/notification-button.styles.d.ts +7 -3
- 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/components/editor/items/sidebar.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/multiselection/dynamic-type-field-definition-multiselection.d.ts +1 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/select/dynamic-type-field-definition-select.d.ts +1 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/utils/options-provider-helper.d.ts +10 -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/components/search-form/search-form.styles.d.ts +7 -3
- 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/image-thumbnails/components/image-thumbnails-tabs/image-thumbnails-tabs.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/image-thumbnails/components/image-thumbnails-tree/image-thumbnails-tree.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/image-thumbnails/image-thumbnails-container.styles.d.ts +7 -3
- 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/notes-and-events/notes-and-events-view/components/table/table.styles.d.ts +17 -0
- package/dist/build/types/src/core/modules/notifications/notification-popup/notification-popup.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/notifications/notifications.styles.d.ts +11 -7
- 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/perspective-editor/components/perspective-form/components/allowed-menu-entries-panel/allowed-menu-entries-panel.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/components/specific-panel/specific-panel.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
- package/dist/build/types/src/core/modules/recycle-bin/components/table/table.styles.d.ts +7 -3
- 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/components/csv-import-modal/csv-import-modal.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/redirects/components/csv-import-results-modal/csv-import-results-modal.styles.d.ts +8 -4
- 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/helpers.d.ts +6 -1
- 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/components/report-configuration/report-configuration.styles.d.ts +13 -9
- package/dist/build/types/src/core/modules/reports/reports-editor/hooks/use-report-form-state.d.ts +7 -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-editor/reports-editor.styles.d.ts +10 -6
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/legend-item/legend-item.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.styles.d.ts +9 -5
- 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/reports/reports-view/reports-view.styles.d.ts +14 -10
- package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rules-list.styles.d.ts +10 -6
- 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/search/search.styles.d.ts +9 -5
- package/dist/build/types/src/core/modules/select-option/components/tree/tree-container.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/import-translations-modal.styles.d.ts +10 -6
- package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/translations/translation-html-preview/translation-html-preview.styles.d.ts +6 -14
- package/dist/build/types/src/core/modules/translations/translations-container.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/user/management/detail/management-detail.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/table/table.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/user-avatar.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/user/management/tree/tree-container.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/user/roles/detail/detail.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +3 -2
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +51 -50
- package/dist/build/types/src/core/modules/video-thumbnails/components/video-thumbnails-tabs/video-thumbnails-tabs.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/video-thumbnails/components/video-thumbnails-tree/video-thumbnails-tree.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/video-thumbnails/dynamic-types/mute/mute-transformation-component.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/video-thumbnails/video-thumbnails-container.styles.d.ts +7 -3
- 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-editor/components/widget-type-form/components/allowed-context-menu-panel/allowed-context-menu.styles.d.ts +6 -7
- package/dist/build/types/src/core/modules/widget-editor/components/widget-type-form/components/allowed-objects-panel/allowed-objects-panel.styles.d.ts +6 -7
- 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/title/tab-title-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.styles.d.ts +7 -3
- 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/modules/widget-manager/widget-manager-view.styles.d.ts +7 -3
- package/dist/build/types/src/core/modules/wysiwyg/default-wysiwyg-editor/default-wysiwyg-editor.styles.d.ts +8 -4
- package/dist/build/types/src/core/modules/wysiwyg/wysiwyg.styles.d.ts +8 -4
- package/dist/build/types/src/core/types/components/types.d.ts +6 -0
- package/dist/build/types/src/core/utils/date-time.d.ts +20 -3
- package/dist/build/types/src/core/utils/date-time.test.d.ts +10 -0
- package/dist/build/types/src/core/utils/hooks/use-css-container/use-css-container.styles.d.ts +7 -3
- package/dist/build/types/src/sdk/app/index.d.ts +1 -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/element/index.d.ts +1 -0
- 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/reports/reports-view/components/report-sidebar/components/columns-filters/{components/field-filters → field-filters}/types.d.ts +0 -0
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
label: string;
|
|
13
|
+
icon: string;
|
|
14
|
+
editButton: string;
|
|
15
|
+
editButtonText: string;
|
|
16
|
+
tag: string;
|
|
17
|
+
};
|
|
18
|
+
cx: import("antd-style/es/types").ClassNamesUtil;
|
|
19
|
+
theme: import("antd-style/lib/types/theme").FullToken;
|
|
20
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
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 formInstanceType } from '../../../../../components/form/use-form';
|
|
11
|
+
import { type SavedSearchDetailedConfiguration } from '../../../../../modules/search/search-api-slice.gen';
|
|
12
|
+
interface UseSavedSearchMetaDirtyParams {
|
|
13
|
+
form: formInstanceType;
|
|
14
|
+
loaded: SavedSearchDetailedConfiguration | undefined;
|
|
15
|
+
isOwner: boolean;
|
|
16
|
+
/** The saved-search id the form has been prefilled for; gates the comparison to avoid a "*" flash. */
|
|
17
|
+
prefilledId: number | undefined;
|
|
18
|
+
isSharedGlobally: boolean;
|
|
19
|
+
sharedUsers: number[];
|
|
20
|
+
sharedRoles: number[];
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Reports whether the save panel's metadata (name/description/shortcut/sharing) differs from the
|
|
24
|
+
* loaded saved search, feeding the 'meta' source of the tab "*" indicator (combined with the grid
|
|
25
|
+
* tracker's flag). Only your own loaded search can be updated, so a shared search (clone) never
|
|
26
|
+
* reports dirty. The flag is cleared on unmount / when the loaded search changes — unsaved panel
|
|
27
|
+
* edits don't survive a panel close anyway, so the "*" should not linger from this source.
|
|
28
|
+
*/
|
|
29
|
+
export declare const useSavedSearchMetaDirty: (params: UseSavedSearchMetaDirtyParams) => void;
|
|
30
|
+
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
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 formInstanceType } from '../../../../../components/form/use-form';
|
|
11
|
+
import { type ElementType } from '../../../../../types/enums/element/element-type';
|
|
12
|
+
import { type SavedSearchSaveConfigurationApiArg, type SavedSearchDetailedConfiguration } from '../../../../../modules/search/search-api-slice.gen';
|
|
13
|
+
interface UseSavedSearchMutationsParams {
|
|
14
|
+
form: formInstanceType;
|
|
15
|
+
loaded: SavedSearchDetailedConfiguration | undefined;
|
|
16
|
+
classId?: string;
|
|
17
|
+
elementType?: ElementType;
|
|
18
|
+
columns: SavedSearchSaveConfigurationApiArg['body']['columns'];
|
|
19
|
+
filter: SavedSearchSaveConfigurationApiArg['body']['filter'];
|
|
20
|
+
isSharedGlobally: boolean;
|
|
21
|
+
sharedUsers: number[];
|
|
22
|
+
sharedRoles: number[];
|
|
23
|
+
onReset: () => void;
|
|
24
|
+
}
|
|
25
|
+
interface UseSavedSearchMutationsReturn {
|
|
26
|
+
onSaveAsNew: () => void;
|
|
27
|
+
onUpdate: () => void;
|
|
28
|
+
onDelete: () => void;
|
|
29
|
+
isSaving: boolean;
|
|
30
|
+
isUpdating: boolean;
|
|
31
|
+
isDeleting: boolean;
|
|
32
|
+
}
|
|
33
|
+
export declare const useSavedSearchMutations: (params: UseSavedSearchMutationsParams) => UseSavedSearchMutationsReturn;
|
|
34
|
+
export {};
|
|
@@ -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 SavedSearchesTab: () => 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
|
+
export declare const useStyles: (props?: unknown) => {
|
|
11
|
+
styles: {
|
|
12
|
+
topBar: string;
|
|
13
|
+
};
|
|
14
|
+
cx: import("antd-style/es/types").ClassNamesUtil;
|
|
15
|
+
theme: import("antd-style/lib/types/theme").FullToken;
|
|
16
|
+
};
|
package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-slice.d.ts
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
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 PayloadAction } from '@reduxjs/toolkit';
|
|
11
|
+
import { type RootState } from '../../../../app/store';
|
|
12
|
+
/** The two independent sources of "unsaved changes" for an opened saved search. */
|
|
13
|
+
export type SavedSearchDirtySource = 'grid' | 'meta';
|
|
14
|
+
interface SavedSearchDirtyEntry {
|
|
15
|
+
/** Live grid state (columns/width + filters) differs from the persisted search. */
|
|
16
|
+
grid?: boolean;
|
|
17
|
+
/** Panel metadata (name/description/shortcut/sharing) differs from the persisted search. */
|
|
18
|
+
meta?: boolean;
|
|
19
|
+
}
|
|
20
|
+
interface SavedSearchDirtyState {
|
|
21
|
+
/**
|
|
22
|
+
* Keyed by saved-search id — whether the opened search has unsaved changes (drives the tab "*").
|
|
23
|
+
* Split by source so the grid tracker and the save panel can report independently; the tab shows
|
|
24
|
+
* "*" when either is dirty.
|
|
25
|
+
*/
|
|
26
|
+
dirtyById: Record<number, SavedSearchDirtyEntry>;
|
|
27
|
+
}
|
|
28
|
+
export declare const savedSearchDirtySlice: import("@reduxjs/toolkit").Slice<SavedSearchDirtyState, {
|
|
29
|
+
setSavedSearchDirty(state: {
|
|
30
|
+
dirtyById: {
|
|
31
|
+
[x: number]: {
|
|
32
|
+
grid?: boolean
|
|
33
|
+
/** Panel metadata (name/description/shortcut/sharing) differs from the persisted search. */
|
|
34
|
+
| undefined;
|
|
35
|
+
meta?: boolean | undefined;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}, action: PayloadAction<{
|
|
39
|
+
id: number;
|
|
40
|
+
source: SavedSearchDirtySource;
|
|
41
|
+
dirty: boolean;
|
|
42
|
+
}>): void;
|
|
43
|
+
clearSavedSearchDirty(state: {
|
|
44
|
+
dirtyById: {
|
|
45
|
+
[x: number]: {
|
|
46
|
+
grid?: boolean
|
|
47
|
+
/** Panel metadata (name/description/shortcut/sharing) differs from the persisted search. */
|
|
48
|
+
| undefined;
|
|
49
|
+
meta?: boolean | undefined;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
}, action: PayloadAction<number>): void;
|
|
53
|
+
}, "saved-search-dirty", "saved-search-dirty", import("@reduxjs/toolkit").SliceSelectors<SavedSearchDirtyState>>;
|
|
54
|
+
export declare const setSavedSearchDirty: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
55
|
+
id: number;
|
|
56
|
+
source: SavedSearchDirtySource;
|
|
57
|
+
dirty: boolean;
|
|
58
|
+
}, "saved-search-dirty/setSavedSearchDirty">, clearSavedSearchDirty: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "saved-search-dirty/clearSavedSearchDirty">;
|
|
59
|
+
export declare const selectSavedSearchDirty: (state: RootState, id: number) => boolean;
|
|
60
|
+
export {};
|
package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-tracker.d.ts
ADDED
|
@@ -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 { type ElementType } from '../../../../types/enums/element/element-type';
|
|
11
|
+
interface SavedSearchDirtyTrackerProps {
|
|
12
|
+
elementType?: ElementType;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Logic-only component mounted inside a saved-search result listing. It compares the live grid state
|
|
16
|
+
* (columns + filters) against the loaded saved search and records the dirty flag so the main-area
|
|
17
|
+
* tab can show the "*" indicator. Inactive until the pending restore has been applied, and in the
|
|
18
|
+
* Quick Search modal (where no saved search is loaded).
|
|
19
|
+
*/
|
|
20
|
+
export declare const SavedSearchDirtyTracker: ({ elementType }: SavedSearchDirtyTrackerProps) => null;
|
|
21
|
+
export {};
|
package/dist/build/types/src/core/modules/search/saved-search/hooks/use-open-saved-search.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
interface UseOpenSavedSearchReturn {
|
|
11
|
+
/** Loads the saved search and opens it as a tab in the main widget area. */
|
|
12
|
+
open: (id: number) => void;
|
|
13
|
+
/** The id currently being opened (for a per-row loading state), or undefined. */
|
|
14
|
+
openingId: number | undefined;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Shared open-a-saved-search behaviour used by the Saved Searches tab and the menu-shortcut flyout.
|
|
18
|
+
* The element type comes from the fetched configuration's stored elementType. `onOpened` runs after
|
|
19
|
+
* the widget is opened (e.g. to close the modal).
|
|
20
|
+
*/
|
|
21
|
+
export declare const useOpenSavedSearch: (onOpened?: () => void) => UseOpenSavedSearchReturn;
|
|
22
|
+
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 {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Logic-only component mounted inside the Data Object search listing. Selects the saved class first
|
|
12
|
+
* (so its columns load) when one is set, then applies the saved search. A data-object search can be
|
|
13
|
+
* classless (search across all classes), so routing is by elementType, not by the presence of a classId.
|
|
14
|
+
*/
|
|
15
|
+
export declare const ObjectSavedSearchRestore: () => null;
|
package/dist/build/types/src/core/modules/search/saved-search/restore/saved-search-restore.d.ts
ADDED
|
@@ -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 { type ElementType } from '../../../../types/enums/element/element-type';
|
|
11
|
+
interface SavedSearchRestoreProps {
|
|
12
|
+
elementType?: ElementType;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Logic-only component mounted inside a search listing. Applies a pending saved search of the
|
|
16
|
+
* matching element type once the available columns have loaded; searches for other element types are
|
|
17
|
+
* left to their own listing's applier. Data Object searches need class selection first, so they use
|
|
18
|
+
* ObjectSavedSearchRestore instead.
|
|
19
|
+
*/
|
|
20
|
+
export declare const SavedSearchRestore: ({ elementType }: SavedSearchRestoreProps) => null;
|
|
21
|
+
export {};
|
package/dist/build/types/src/core/modules/search/saved-search/restore/use-apply-saved-search.d.ts
ADDED
|
@@ -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
|
+
import { type SavedSearchDetailedConfiguration } from '../../../../modules/search/search-api-slice.gen';
|
|
11
|
+
/**
|
|
12
|
+
* Applies the parts of a saved search that map back into the listing state: search term, field
|
|
13
|
+
* filters, tags, the system filters (PQL, unreferenced, direct-children), paging and the saved
|
|
14
|
+
* column layout, then triggers a reload. (Sorting and the type filter are not restored yet — see PR
|
|
15
|
+
* notes.)
|
|
16
|
+
*/
|
|
17
|
+
export declare const useApplySavedSearch: () => ((configuration: SavedSearchDetailedConfiguration) => void);
|
|
@@ -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 AbstractDecorator } from '../../../modules/element/listing/decorators/abstract-decorator';
|
|
11
|
+
import { type ElementType } from '../../../types/enums/element/element-type';
|
|
12
|
+
export interface SavedSearchDecoratorConfig {
|
|
13
|
+
elementType: ElementType;
|
|
14
|
+
/**
|
|
15
|
+
* When true (the Quick Search typed tabs) the panel supports loading an existing saved search
|
|
16
|
+
* for update/clone. In the regular editor grids it stays false — saving is always "save as new".
|
|
17
|
+
*/
|
|
18
|
+
supportsLoadedState?: boolean;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Adds the "Save Search" sidebar entry. Asset + Data Object listings only — not "All"/Documents, which have no saveable grid state.
|
|
22
|
+
*/
|
|
23
|
+
export declare const SavedSearchDecorator: AbstractDecorator<SavedSearchDecoratorConfig>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type ElementType } from '../../../../types/enums/element/element-type';
|
|
11
|
+
/**
|
|
12
|
+
* Resolves the element type a saved search targets from its stored `elementType`. A classless
|
|
13
|
+
* data-object search has no classId, so the stored elementType is the only reliable signal.
|
|
14
|
+
* Defaults to asset when absent.
|
|
15
|
+
*/
|
|
16
|
+
export declare const resolveSavedSearchElementType: (config: {
|
|
17
|
+
elementType?: string | null;
|
|
18
|
+
}) => ElementType;
|
|
@@ -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 toNumberArray: (value: unknown) => number[];
|
|
@@ -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
|
+
import { type AbstractDecoratorProps } from '../../../../modules/element/listing/decorators/abstract-decorator';
|
|
11
|
+
import { type ElementType } from '../../../../types/enums/element/element-type';
|
|
12
|
+
interface SavedSearchSidebarEntryConfig {
|
|
13
|
+
elementType?: ElementType;
|
|
14
|
+
supportsLoadedState: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare const withSavedSearchSidebarEntry: (useBaseHook: AbstractDecoratorProps["useSidebarOptions"], config: SavedSearchSidebarEntryConfig) => AbstractDecoratorProps["useSidebarOptions"];
|
|
17
|
+
export {};
|
package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-result-widget.d.ts
ADDED
|
@@ -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 SavedSearchResultWidgetProps {
|
|
13
|
+
savedSearchId: number;
|
|
14
|
+
elementType: ElementType;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Hosts a saved search as a tab in the main widget area. It loads the saved search and renders the
|
|
18
|
+
* matching search listing inside its own SearchProvider, seeded so the listing restores the search
|
|
19
|
+
* and the Save panel shows the update/clone state.
|
|
20
|
+
*/
|
|
21
|
+
export declare const SavedSearchResultWidget: ({ savedSearchId, elementType }: SavedSearchResultWidgetProps) => React.JSX.Element;
|
|
@@ -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
|
+
import React from 'react';
|
|
11
|
+
import { type TabTitleContainerProps } from '../../../../modules/widget-manager/title/tab-title-container';
|
|
12
|
+
/**
|
|
13
|
+
* Tab title for a saved-search result widget — shows the element type next to the name (e.g.
|
|
14
|
+
* "My search (Asset)") and appends the "*" dirty indicator when the opened search has unsaved
|
|
15
|
+
* changes (driven by the saved-search dirty slice).
|
|
16
|
+
*/
|
|
17
|
+
export declare const SavedSearchTitle: (props: TabTitleContainerProps) => React.JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
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 WidgetManagerActionService } from '../../../../modules/widget-manager/services/widget-manager-action-service';
|
|
11
|
+
import { type ElementType } from '../../../../types/enums/element/element-type';
|
|
12
|
+
/** Widget type id for a saved-search result tab. */
|
|
13
|
+
export declare const SAVED_SEARCH_RESULT_WIDGET = "saved-search-result";
|
|
14
|
+
interface OpenSavedSearchResultWidgetParams {
|
|
15
|
+
id: number;
|
|
16
|
+
name: string;
|
|
17
|
+
elementType: ElementType;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Opens (or focuses) a saved search as a tab in the main widget area. The result widget self-loads
|
|
21
|
+
* its configuration from the id, so only the id, display name and element type are needed here.
|
|
22
|
+
*/
|
|
23
|
+
export declare const openSavedSearchResultWidget: (widgetManager: WidgetManagerActionService, { id, name, elementType }: OpenSavedSearchResultWidgetParams) => void;
|
|
24
|
+
export {};
|