@pimcore/studio-ui-bundle 2026.1.5 → 2026.1.7

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.
Files changed (240) hide show
  1. package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +27 -2
  2. package/dist/build/types/src/core/app/config/services/service-ids.d.ts +1 -1
  3. package/dist/build/types/src/core/app/public-api/document/document-api.d.ts +7 -0
  4. package/dist/build/types/src/core/app/public-api/document-editor-iframe/editable-data/editable-data.d.ts +8 -0
  5. package/dist/build/types/src/core/bootstrap.d.ts +2 -0
  6. package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +4 -1
  7. package/dist/build/types/src/core/components/block/block-item.d.ts +0 -1
  8. package/dist/build/types/src/core/components/column-picker/column-picker-popover.d.ts +35 -0
  9. package/dist/build/types/src/core/components/column-picker/column-picker.d.ts +34 -0
  10. package/dist/build/types/src/core/components/column-picker/column-picker.stories.d.ts +17 -0
  11. package/dist/build/types/src/core/components/column-picker/column-picker.styles.d.ts +22 -0
  12. package/dist/build/types/src/core/components/column-picker/column-picker.types.d.ts +33 -0
  13. package/dist/build/types/src/core/components/date-picker/date-picker.stories.d.ts +1 -0
  14. package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.d.ts +1 -1
  15. package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.stories.d.ts +0 -4
  16. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +6 -1
  17. package/dist/build/types/src/core/components/filters/adapter.d.ts +16 -0
  18. package/dist/build/types/src/core/components/filters/define-filter.d.ts +11 -0
  19. package/dist/build/types/src/core/components/filters/index.d.ts +16 -0
  20. package/dist/build/types/src/core/components/filters/query/compose-query.d.ts +11 -0
  21. package/dist/build/types/src/core/components/filters/store/create-filters-store.d.ts +32 -0
  22. package/dist/build/types/src/core/components/filters/store/use-draft-sync.d.ts +12 -0
  23. package/dist/build/types/src/core/components/filters/types.d.ts +30 -0
  24. package/dist/build/types/src/core/components/filters/view/filters-renderer.d.ts +19 -0
  25. package/dist/build/types/src/core/components/form/controls/keyed-list/keyed-list.test.d.ts +10 -0
  26. package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/keyed-list-provider.d.ts +12 -3
  27. package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/use-keyed-list-value.d.ts +14 -0
  28. package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/use-keyed-list.d.ts +5 -1
  29. package/dist/build/types/src/core/components/form/controls/numbered-list/numbered-list.test.d.ts +10 -0
  30. package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/numbered-list-provider.d.ts +13 -3
  31. package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/use-numbered-list-value.d.ts +14 -0
  32. package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/use-numbered-list.d.ts +6 -1
  33. package/dist/build/types/src/core/components/formatted-date-time/formatted-date-time.d.ts +1 -0
  34. package/dist/build/types/src/core/components/header/header.d.ts +9 -1
  35. package/dist/build/types/src/core/components/header/header.stories.d.ts +19 -0
  36. package/dist/build/types/src/core/components/header/header.styles.d.ts +1 -0
  37. package/dist/build/types/src/core/components/icon-selector/utils/element-icon.test.d.ts +10 -0
  38. package/dist/build/types/src/core/components/image-preview/image-preview.stories.d.ts +28 -0
  39. package/dist/build/types/src/core/components/modal/form-modal/form-modal.stories.d.ts +8 -0
  40. package/dist/build/types/src/core/components/modal/form-modal/hooks/form-modal-types.d.ts +47 -0
  41. package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +2 -37
  42. package/dist/build/types/src/core/components/modal/window-modal/window-modal.styles.d.ts +1 -0
  43. package/dist/build/types/src/core/components/modal-upload/modal-upload.d.ts +2 -0
  44. package/dist/build/types/src/core/components/preview-card/preview-card.d.ts +1 -1
  45. package/dist/build/types/src/core/components/preview-card/preview-card.styles.d.ts +3 -3
  46. package/dist/build/types/src/core/components/tag/tag.d.ts +1 -0
  47. package/dist/build/types/src/core/components/tag/tag.stories.d.ts +15 -0
  48. package/dist/build/types/src/core/components/tag/tag.styles.d.ts +1 -0
  49. package/dist/build/types/src/core/components/toolbar/toolbar.d.ts +1 -1
  50. package/dist/build/types/src/core/components/toolbar/toolbar.stories.d.ts +2 -3
  51. package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +1 -4
  52. package/dist/build/types/src/core/components/users-roles-dropdown/users-roles-dropdown.d.ts +11 -10
  53. package/dist/build/types/src/core/components/users-roles-dropdown/users-roles-dropdown.styles.d.ts +2 -1
  54. package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +1 -0
  55. package/dist/build/types/src/core/modules/app/app-view.d.ts +4 -1
  56. package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +1 -0
  57. package/dist/build/types/src/core/modules/app/theme/constants/theme-ids.d.ts +0 -1
  58. 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
  59. package/dist/build/types/src/core/modules/app/theme/utils/theme-from-url.d.ts +21 -0
  60. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +1 -0
  61. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +185 -0
  62. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +217 -0
  63. package/dist/build/types/src/core/modules/asset/editor/types/folder/tab-manager/tabs/preview/card/preview-card-container.d.ts +3 -1
  64. 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
  65. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +2 -2
  66. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +2 -2
  67. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +40 -18
  68. 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
  69. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +5 -0
  70. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +1353 -0
  71. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +230 -1
  72. 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
  73. 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
  74. 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
  75. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +1 -0
  76. package/dist/build/types/src/core/modules/document/actions/highlight-editables/highlight-editables-button.d.ts +11 -0
  77. package/dist/build/types/src/core/modules/document/actions/highlight-editables/highlight-editables-button.styles.d.ts +17 -0
  78. package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +26 -1
  79. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/sidebar-definitions.d.ts +2 -1
  80. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/hooks/use-document-editor.d.ts +2 -0
  81. package/dist/build/types/src/core/modules/element/components/edit-lock-warning/edit-lock-warning.d.ts +21 -0
  82. package/dist/build/types/src/core/modules/element/components/edit-lock-warning/edit-lock-warning.styles.d.ts +15 -0
  83. 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
  84. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-clipboard.d.ts +11 -0
  85. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-controls.d.ts +4 -1
  86. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-editable.d.ts +3 -0
  87. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-clipboard.d.ts +23 -0
  88. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -0
  89. 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
  90. 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
  91. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/editable-overlay/use-highlight-editables.d.ts +16 -0
  92. 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
  93. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hotspot-image-preview.d.ts +3 -1
  94. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable-preview.d.ts +3 -1
  95. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/video-editable/video-editable.d.ts +2 -1
  96. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/video-editable/video-editable.styles.d.ts +3 -0
  97. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/responsive-asset-preview/responsive-asset-preview.d.ts +3 -1
  98. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-video.d.ts +1 -0
  99. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/utils/date-filter-transform.d.ts +27 -0
  100. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/date-time/date-time-cell.d.ts +12 -0
  101. 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
  102. 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
  103. 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
  104. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/video/footer.d.ts +1 -0
  105. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/video/video.d.ts +1 -0
  106. 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
  107. 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
  108. 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
  109. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +503 -0
  110. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +547 -1
  111. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +16 -4
  112. package/dist/build/types/src/core/modules/element/hooks/use-edit-lock.d.ts +23 -0
  113. package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +1 -0
  114. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/unreferenced-filter/unreferenced-filter-provider.d.ts +20 -0
  115. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/unreferenced-filter/use-unreferenced-filter.d.ts +12 -0
  116. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/data-layer/with-general-filters-query-arg.d.ts +1 -0
  117. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/build-element-filter-query.d.ts +11 -0
  118. 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
  119. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/field-filters-filter.d.ts +12 -0
  120. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/index.d.ts +18 -0
  121. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/pql-filter.d.ts +11 -0
  122. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/search-term-filter.d.ts +11 -0
  123. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/unreferenced-filter.d.ts +12 -0
  124. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/element-filter-setup.d.ts +13 -0
  125. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/element-filter-types.d.ts +38 -0
  126. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/index.d.ts +15 -0
  127. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/stores.d.ts +11 -0
  128. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/use-element-filter-values.d.ts +28 -0
  129. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/general-filters-decorator.d.ts +1 -0
  130. 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
  131. 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
  132. package/dist/build/types/src/core/modules/element/listing/decorators/row-selection/row-selection-decorator.d.ts +2 -0
  133. 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
  134. package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/prepare-grid-config-column.d.ts +17 -0
  135. 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
  136. 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
  137. 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
  138. 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
  139. package/dist/build/types/src/core/modules/element/services/edit-lock-gate.d.ts +16 -0
  140. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +1 -0
  141. package/dist/build/types/src/core/modules/execution-engine/jobs/ownership-management/ownership-delete-job.d.ts +31 -0
  142. package/dist/build/types/src/core/modules/execution-engine/jobs/ownership-management/ownership-reassign-owner-job.d.ts +33 -0
  143. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/unsaved-changes-provider.d.ts +35 -0
  144. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/general-settings-provider.d.ts +1 -0
  145. package/dist/build/types/src/core/modules/field-definitions/utils/layout-provider-factory.d.ts +2 -0
  146. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +1 -0
  147. package/dist/build/types/src/core/modules/notes-and-events/filters/filters.d.ts +18 -0
  148. package/dist/build/types/src/core/modules/notes-and-events/filters/helpers.d.ts +12 -0
  149. package/dist/build/types/src/core/modules/notes-and-events/filters/hooks/use-notes-field-filter-editor.d.ts +19 -0
  150. package/dist/build/types/src/core/modules/notes-and-events/filters/types.d.ts +47 -0
  151. package/dist/build/types/src/core/modules/notes-and-events/hooks/use-global-notes-and-events.d.ts +0 -1
  152. package/dist/build/types/src/core/modules/notes-and-events/notes-and-events-sidebar/components/search-filter-tab/search-filters-tab.d.ts +11 -0
  153. 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
  154. package/dist/build/types/src/core/modules/notes-and-events/{table → notes-and-events-view/components/table}/table.d.ts +1 -1
  155. package/dist/build/types/src/core/modules/notifications/filters/filters.d.ts +17 -0
  156. package/dist/build/types/src/core/modules/notifications/filters/hooks/use-notifications-field-filter-editor.d.ts +19 -0
  157. package/dist/build/types/src/core/modules/notifications/filters/types.d.ts +37 -0
  158. package/dist/build/types/src/core/modules/{reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/field-filters.d.ts → notifications/notifications-sidebar/components/filter-tab/filter-tab.d.ts} +1 -1
  159. package/dist/build/types/src/core/modules/notifications/notifications-sidebar/notifications-sidebar.d.ts +11 -0
  160. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +1 -0
  161. package/dist/build/types/src/core/modules/ownership-management/components/batch-actions/batch-actions.d.ts +15 -0
  162. package/dist/build/types/src/core/modules/ownership-management/components/reassign-owner-modal/reassign-owner-modal.d.ts +17 -0
  163. package/dist/build/types/src/core/modules/ownership-management/components/row-selection-total/row-selection-total.d.ts +11 -0
  164. package/dist/build/types/src/core/modules/ownership-management/components/table/table.d.ts +20 -0
  165. package/dist/build/types/src/core/modules/ownership-management/components/table/table.styles.d.ts +13 -0
  166. package/dist/build/types/src/core/modules/ownership-management/context/selected-items-context.d.ts +22 -0
  167. package/dist/build/types/src/core/modules/ownership-management/hooks/use-ownership-management.d.ts +16 -0
  168. package/dist/build/types/src/core/modules/ownership-management/index.d.ts +11 -0
  169. package/dist/build/types/src/core/modules/ownership-management/ownership-management-api-slice-enhanced.d.ts +705 -0
  170. package/dist/build/types/src/core/modules/ownership-management/ownership-management-api-slice.gen.d.ts +795 -0
  171. package/dist/build/types/src/core/modules/ownership-management/ownership-management-container-inner.d.ts +11 -0
  172. package/dist/build/types/src/core/modules/ownership-management/ownership-management-container-inner.styles.d.ts +13 -0
  173. package/dist/build/types/src/core/modules/ownership-management/ownership-management-container.d.ts +11 -0
  174. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
  175. package/dist/build/types/src/core/modules/recycle-bin/filters/filters.d.ts +18 -0
  176. package/dist/build/types/src/core/modules/recycle-bin/filters/hooks/use-recycle-bin-field-filter-editor.d.ts +19 -0
  177. package/dist/build/types/src/core/modules/recycle-bin/filters/types.d.ts +37 -0
  178. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +1 -0
  179. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
  180. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-sidebar/recycle-bin-sidebar.d.ts +11 -0
  181. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +1 -0
  182. package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.d.ts +1 -2
  183. package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.d.ts +1 -0
  184. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/columns-filter-descriptor.d.ts +12 -0
  185. 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
  186. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/use-field-filter-editor.d.ts +19 -0
  187. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/filters/reports-filters.d.ts +25 -0
  188. package/dist/build/types/src/core/modules/search/provider/search-provider.d.ts +10 -0
  189. package/dist/build/types/src/core/modules/search/provider/use-search.d.ts +5 -0
  190. package/dist/build/types/src/core/modules/search/saved-search/components/menu-shortcut-flyout/menu-shortcut-flyout.d.ts +17 -0
  191. package/dist/build/types/src/core/modules/search/saved-search/components/menu-shortcut-flyout/menu-shortcut-flyout.styles.d.ts +17 -0
  192. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-form.d.ts +34 -0
  193. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-panel.d.ts +17 -0
  194. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-panel.styles.d.ts +20 -0
  195. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/use-saved-search-meta-dirty.d.ts +30 -0
  196. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/use-saved-search-mutations.d.ts +34 -0
  197. package/dist/build/types/src/core/modules/search/saved-search/components/saved-searches-tab/saved-searches-tab.d.ts +11 -0
  198. package/dist/build/types/src/core/modules/search/saved-search/components/saved-searches-tab/saved-searches-tab.styles.d.ts +16 -0
  199. package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-slice.d.ts +60 -0
  200. package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-tracker.d.ts +21 -0
  201. package/dist/build/types/src/core/modules/search/saved-search/hooks/use-open-saved-search.d.ts +22 -0
  202. package/dist/build/types/src/core/modules/search/saved-search/index.d.ts +10 -0
  203. package/dist/build/types/src/core/modules/search/saved-search/restore/object-saved-search-restore.d.ts +15 -0
  204. package/dist/build/types/src/core/modules/search/saved-search/restore/saved-search-restore.d.ts +21 -0
  205. package/dist/build/types/src/core/modules/search/saved-search/restore/use-apply-saved-search.d.ts +17 -0
  206. package/dist/build/types/src/core/modules/search/saved-search/saved-search-decorator.d.ts +23 -0
  207. package/dist/build/types/src/core/modules/search/saved-search/utils/resolve-element-type.d.ts +18 -0
  208. package/dist/build/types/src/core/modules/search/saved-search/utils/to-number-array.d.ts +10 -0
  209. package/dist/build/types/src/core/modules/search/saved-search/view-layer/with-saved-search-sidebar-entry.d.ts +17 -0
  210. package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-result-widget.d.ts +21 -0
  211. package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-title.d.ts +17 -0
  212. package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-widget.d.ts +24 -0
  213. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +1230 -15
  214. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +1361 -1
  215. package/dist/build/types/src/core/modules/translations/filters/filters.d.ts +17 -0
  216. package/dist/build/types/src/core/modules/translations/filters/hooks/use-translation-filter-columns.d.ts +12 -0
  217. package/dist/build/types/src/core/modules/translations/filters/hooks/use-translations-field-filter-editor.d.ts +19 -0
  218. package/dist/build/types/src/core/modules/translations/filters/types.d.ts +32 -0
  219. package/dist/build/types/src/core/modules/translations/translations-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
  220. package/dist/build/types/src/core/modules/translations/translations-sidebar/translations-sidebar.d.ts +11 -0
  221. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +1 -1
  222. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +1 -0
  223. package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +3 -16
  224. package/dist/build/types/src/core/modules/widget-manager/services/widget-manager-action-service.d.ts +27 -0
  225. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +1 -1
  226. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-outer-container.d.ts +1 -1
  227. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.d.ts +1 -1
  228. package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +6 -1
  229. package/dist/build/types/src/core/modules/widget-manager/widget-manager-view.d.ts +1 -1
  230. package/dist/build/types/src/core/types/components/types.d.ts +6 -0
  231. package/dist/build/types/src/core/utils/normalize-icon.d.ts +2 -0
  232. package/dist/build/types/src/core/utils/normalize-icon.test.d.ts +10 -0
  233. package/dist/build/types/src/sdk/components/index.d.ts +3 -0
  234. package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -1
  235. package/dist/build/types/src/sdk/modules/element/index.d.ts +1 -0
  236. package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +1 -0
  237. package/package.json +14 -6
  238. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/context/columns-filters-context.d.ts +0 -24
  239. /package/dist/build/types/src/core/modules/notes-and-events/{table → notes-and-events-view/components/table}/table.styles.d.ts +0 -0
  240. /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,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 OwnershipManagementContainerInner: () => React.JSX.Element;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
+ tabBody: import("antd-style").SerializedStyles;
12
+ tableArea: import("antd-style").SerializedStyles;
13
+ }>;
@@ -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 OwnershipManagementContainer: () => React.JSX.Element;
@@ -50,5 +50,6 @@ export declare enum NavPermission {
50
50
  ApplicationLogger = "system.applicationLogger",
51
51
  About = "system.about",
52
52
  SystemSettings = "system.systemSettings",
53
+ OwnershipManagement = "system.ownershipManagement",
53
54
  SearchHidden = "search.hidden"
54
55
  }
@@ -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 React from 'react';
11
+ import { type AnyFilterDescriptor, type FilterHostAdapter } from '../../../components/filters';
12
+ import { type RecycleBinFilterColumn, type RecycleBinFilterContext, type RecycleBinFilterContribution, type RecycleBinFilterQuery } from '../../../modules/recycle-bin/filters/types';
13
+ export declare const RECYCLE_BIN_FILTERABLE_FIELDS: RecycleBinFilterColumn[];
14
+ export declare const RecycleBinAppliedFiltersProvider: React.FC<import("../../../components/filters").FiltersStoreProviderProps>, useRecycleBinAppliedFilters: () => import("../../../components/filters").FiltersStore;
15
+ export declare const RecycleBinDraftFiltersProvider: React.FC<import("../../../components/filters").FiltersStoreProviderProps>, useRecycleBinDraftFilters: () => import("../../../components/filters").FiltersStore;
16
+ export declare const useRecycleBinFilterContext: () => RecycleBinFilterContext;
17
+ export declare const recycleBinFilterDescriptors: ReadonlyArray<AnyFilterDescriptor<RecycleBinFilterContribution, RecycleBinFilterContext>>;
18
+ export declare const recycleBinFilterAdapter: FilterHostAdapter<RecycleBinFilterContribution, RecycleBinFilterContext, RecycleBinFilterQuery>;
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type FieldFiltersProps } from '../../../../components/field-filters/field-filters';
11
+ import { type ColumnPickerGroup } from '../../../../components/column-picker/column-picker.types';
12
+ import { type RecycleBinFilterColumn } from '../../../../modules/recycle-bin/filters/types';
13
+ export interface UseRecycleBinFieldFilterEditorReturn {
14
+ filters: FieldFiltersProps['data'];
15
+ onFilterChange: NonNullable<FieldFiltersProps['onChange']>;
16
+ columnGroups: Array<ColumnPickerGroup<RecycleBinFilterColumn>>;
17
+ handleColumnClick: (column: RecycleBinFilterColumn) => void;
18
+ }
19
+ export declare const useRecycleBinFieldFilterEditor: () => UseRecycleBinFieldFilterEditorReturn;
@@ -0,0 +1,37 @@
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 { UseDynamicTypeResolverReturnType } from '../../../modules/element/dynamic-types/resolver/hooks/use-dynamic-type-resolver';
11
+ import type { DateFilterOperator } from '../../../modules/element/dynamic-types/definitions/field-filters/utils/date-filter-transform';
12
+ export interface RecycleBinDateFilterValue {
13
+ operator: DateFilterOperator;
14
+ value: string;
15
+ }
16
+ export interface RecycleBinColumnFilter {
17
+ key: string;
18
+ type: string;
19
+ filterValue: string | RecycleBinDateFilterValue;
20
+ }
21
+ export interface RecycleBinFilterColumn {
22
+ key: string;
23
+ translationKey: string;
24
+ type: string;
25
+ frontendType: string;
26
+ }
27
+ export type RecycleBinFilterContribution = {
28
+ kind: 'columnFilters';
29
+ filters: RecycleBinColumnFilter[];
30
+ };
31
+ export interface RecycleBinFilterContext {
32
+ columns: RecycleBinFilterColumn[];
33
+ getType: UseDynamicTypeResolverReturnType['getType'];
34
+ }
35
+ export interface RecycleBinFilterQuery {
36
+ columnFilters?: RecycleBinColumnFilter[];
37
+ }
@@ -17,6 +17,7 @@ export type RecycleBinGetCollectionApiArg = {
17
17
  pageSize?: number;
18
18
  columnFilters?: object;
19
19
  sortFilter?: object;
20
+ additionalSortFilters?: object;
20
21
  };
21
22
  };
22
23
  };
@@ -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 FilterTab: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const RecycleBinSidebar: () => React.JSX.Element;
@@ -32,6 +32,7 @@ export type BundleSeoRedirectsGetCollectionApiArg = {
32
32
  pageSize?: number;
33
33
  columnFilters?: object;
34
34
  sortFilter?: object;
35
+ additionalSortFilters?: object;
35
36
  };
36
37
  };
37
38
  };
@@ -11,9 +11,8 @@ import React from 'react';
11
11
  import { type BundleCustomReportsConfigurationTreeNode } from '../../../../../modules/reports/custom-reports-api-slice-enhanced';
12
12
  interface IReportConfigurationProps {
13
13
  report: BundleCustomReportsConfigurationTreeNode;
14
- isActive: boolean;
15
14
  modifiedReports: string[];
16
15
  setModifiedReports: (modifiedReports: string[]) => void;
17
16
  }
18
- export declare const ReportConfiguration: ({ report, isActive, modifiedReports, setModifiedReports }: IReportConfigurationProps) => React.JSX.Element;
17
+ export declare const ReportConfiguration: ({ report, modifiedReports, setModifiedReports }: IReportConfigurationProps) => React.JSX.Element;
19
18
  export {};
@@ -10,4 +10,5 @@
10
10
  import React from 'react';
11
11
  export declare const REFETCH_BTN_PORTAL_ID = "reports-editor-toolbar-refetch-btn";
12
12
  export declare const SAVE_BTN_PORTAL_ID = "reports-editor-toolbar-save-btn";
13
+ export declare const ActiveReportTabContext: React.Context<string | undefined>;
13
14
  export declare const ReportsEditor: () => React.JSX.Element;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type IDynamicFilter } from '../../../../../../../components/dynamic-filter/provider/dynamic-filter-provider';
11
+ import { type ReportFilterContext, type ReportFilterContribution } from '../../../../../../../modules/reports/reports-view/components/report-sidebar/components/filters/reports-filters';
12
+ export declare const columnsFilterDescriptor: import("../../../../../../../components/filters").FilterDescriptor<IDynamicFilter[], ReportFilterContribution, ReportFilterContext>;
@@ -7,10 +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 { FieldFilterFrontendType } from '../../../../../../../../../modules/element/dynamic-types/definitions/field-filters/frontendTypes';
11
- import { type NumberValue } from '../../../../../../../../../modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-number-component';
12
- import { type IFieldFilterTypeData } from '../../../../../../../../../modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/types';
13
- import { type DateValue } from '../../../../../../../../../modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component';
10
+ import { FieldFilterFrontendType } from '../../../../../../../../modules/element/dynamic-types/definitions/field-filters/frontendTypes';
11
+ import { type NumberValue } from '../../../../../../../../modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-number-component';
12
+ import { type IFieldFilterTypeData } from '../../../../../../../../modules/reports/reports-view/components/report-sidebar/components/columns-filters/field-filters/types';
13
+ import { type DateValue } from '../../../../../../../../modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component';
14
14
  export declare const FIELD_TYPE_MAP: {
15
15
  string: {
16
16
  frontendType: string;
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type IDynamicFilter } from '../../../../../../../components/dynamic-filter/provider/dynamic-filter-provider';
11
+ import { type ColumnPickerGroup } from '../../../../../../../components/column-picker/column-picker.types';
12
+ import { type BundleCustomReportsColumnConfiguration } from '../../../../../../../modules/reports/custom-reports-api-slice-enhanced';
13
+ export interface UseFieldFilterEditorReturn {
14
+ fieldFilters: IDynamicFilter[];
15
+ onFilterChange: (data: IDynamicFilter[]) => void;
16
+ columnGroups: Array<ColumnPickerGroup<BundleCustomReportsColumnConfiguration>>;
17
+ handleColumnClick: (column: BundleCustomReportsColumnConfiguration) => void;
18
+ }
19
+ export declare const useFieldFilterEditor: () => UseFieldFilterEditorReturn;
@@ -0,0 +1,25 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ import { type AnyFilterDescriptor, type FilterHostAdapter } from '../../../../../../../components/filters';
12
+ import { type IGridFilter } from '../../../../../../../modules/reports/reports-view/types';
13
+ import { type UseDynamicTypeResolverReturnType } from '../../../../../../../modules/element/dynamic-types/resolver/hooks/use-dynamic-type-resolver';
14
+ export type ReportColumnFilter = NonNullable<IGridFilter['columnFilters']>[number];
15
+ export type ReportFilterContribution = ReportColumnFilter[];
16
+ export interface ReportFilterContext {
17
+ getType: UseDynamicTypeResolverReturnType['getType'];
18
+ }
19
+ export declare const ReportsDraftFiltersProvider: React.FC<import("../../../../../../../components/filters").FiltersStoreProviderProps>, useReportsDraftFilters: () => import("../../../../../../../components/filters").FiltersStore;
20
+ export declare const reportsFilterDescriptors: ReadonlyArray<AnyFilterDescriptor<ReportFilterContribution, ReportFilterContext>>;
21
+ export declare const useReportsFilterContext: () => ReportFilterContext;
22
+ export declare const reportsFilterAdapter: FilterHostAdapter<ReportFilterContribution, ReportFilterContext, IGridFilter>;
23
+ export declare const ReportsDraftFiltersReset: ({ children }: {
24
+ children: React.ReactNode;
25
+ }) => React.JSX.Element;
@@ -8,15 +8,25 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  import React from 'react';
11
+ import { type SavedSearchDetailedConfiguration } from '../search-api-slice.gen';
11
12
  export interface SearchContextData {
12
13
  activeKey: string;
13
14
  setActiveKey: (key: string) => void;
14
15
  open: boolean;
15
16
  setOpen: (open: boolean) => void;
17
+ /** A saved search whose state should be applied to the matching typed tab once it mounts. */
18
+ pendingRestore: SavedSearchDetailedConfiguration | undefined;
19
+ setPendingRestore: (configuration: SavedSearchDetailedConfiguration | undefined) => void;
20
+ /** The saved search currently loaded into a typed tab (drives the Save panel's update/clone state). */
21
+ loadedSavedSearch: SavedSearchDetailedConfiguration | undefined;
22
+ setLoadedSavedSearch: (configuration: SavedSearchDetailedConfiguration | undefined) => void;
16
23
  }
17
24
  export type SearchContextProps = SearchContextData | undefined;
18
25
  export declare const SearchContext: React.Context<SearchContextProps>;
19
26
  export interface SearchProviderProps {
20
27
  children: React.ReactNode;
28
+ /** Seed the restore/loaded state — used when hosting a search listing as a main-area widget. */
29
+ initialPendingRestore?: SavedSearchDetailedConfiguration;
30
+ initialLoadedSavedSearch?: SavedSearchDetailedConfiguration;
21
31
  }
22
32
  export declare const SearchProvider: (props: SearchProviderProps) => React.JSX.Element;
@@ -7,11 +7,16 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
+ import { type SavedSearchDetailedConfiguration } from '../search-api-slice.gen';
10
11
  export interface UseSearchReturn {
11
12
  activeKey: string;
12
13
  setActiveKey: (key: string) => void;
13
14
  isOpen: boolean;
14
15
  open: (key?: string) => void;
15
16
  close: () => void;
17
+ pendingRestore: SavedSearchDetailedConfiguration | undefined;
18
+ setPendingRestore: (configuration: SavedSearchDetailedConfiguration | undefined) => void;
19
+ loadedSavedSearch: SavedSearchDetailedConfiguration | undefined;
20
+ setLoadedSavedSearch: (configuration: SavedSearchDetailedConfiguration | undefined) => void;
16
21
  }
17
22
  export declare const useSearch: () => UseSearchReturn;
@@ -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
+ /**
12
+ * Wraps the left-sidebar search button with a hover flyout listing the saved searches that are
13
+ * flagged as menu shortcuts. Clicking the icon opens the Quick Search modal (#1943); clicking a
14
+ * shortcut opens that saved search as a main-area tab. Grouped shortcuts fly out as cascading
15
+ * submenus.
16
+ */
17
+ export declare const MenuShortcutFlyout: () => 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
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ header: string;
13
+ shortcutName: string;
14
+ };
15
+ cx: import("antd-style/es/types").ClassNamesUtil;
16
+ theme: import("antd-style/lib/types/theme").FullToken;
17
+ };
@@ -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 React from 'react';
11
+ import { type formInstanceType } from '../../../../../components/form/use-form';
12
+ export interface SavedSearchFormValues {
13
+ name: string;
14
+ description?: string;
15
+ createMenuShortcut?: boolean;
16
+ menuShortcutGroup?: string;
17
+ shareGlobally?: boolean;
18
+ }
19
+ export declare const defaultValues: SavedSearchFormValues;
20
+ interface SavedSearchFormProps {
21
+ form: formInstanceType;
22
+ isSharedGlobally: boolean;
23
+ onSharedGloballyChange: (value: boolean) => void;
24
+ sharedUsers: number[];
25
+ sharedRoles: number[];
26
+ onUsersRolesChange: (changes: {
27
+ sharedUsers: number[];
28
+ sharedRoles: number[];
29
+ }) => void;
30
+ /** Whether to show the sharing controls — hidden when viewing someone else's search (clone). */
31
+ showSharing: boolean;
32
+ }
33
+ export declare const SavedSearchForm: ({ form, isSharedGlobally, onSharedGloballyChange, sharedUsers, sharedRoles, onUsersRolesChange, showSharing }: SavedSearchFormProps) => React.JSX.Element;
34
+ export {};
@@ -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 ElementType } from '../../../../../types/enums/element/element-type';
12
+ interface SavedSearchPanelProps {
13
+ elementType?: ElementType;
14
+ supportsLoadedState: boolean;
15
+ }
16
+ export declare const SavedSearchPanel: ({ elementType, supportsLoadedState }: SavedSearchPanelProps) => React.JSX.Element;
17
+ export {};
@@ -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
+ };
@@ -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 {};
@@ -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 {};
@@ -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 {};