@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.
Files changed (525) 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/app/public-api/document-editor-iframe/index.d.ts +7 -0
  6. package/dist/build/types/src/core/bootstrap.d.ts +2 -0
  7. package/dist/build/types/src/core/components/accordion/accordion.styles.d.ts +10 -6
  8. package/dist/build/types/src/core/components/accordion-timeline/accordion-timeline.styles.d.ts +7 -3
  9. package/dist/build/types/src/core/components/alert/alert.styles.d.ts +7 -3
  10. package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +4 -1
  11. package/dist/build/types/src/core/components/asset-target/asset-target.styles.d.ts +8 -4
  12. package/dist/build/types/src/core/components/block/block-item.d.ts +0 -1
  13. package/dist/build/types/src/core/components/box/box.styles.d.ts +7 -3
  14. package/dist/build/types/src/core/components/breadcrumb/breadcrumb.skeleton.styles.d.ts +7 -3
  15. package/dist/build/types/src/core/components/breadcrumb/breadcrumb.styles.d.ts +11 -7
  16. package/dist/build/types/src/core/components/button/button.styles.d.ts +7 -3
  17. package/dist/build/types/src/core/components/button-group/button-group.styles.d.ts +7 -3
  18. package/dist/build/types/src/core/components/card/card.styles.d.ts +7 -3
  19. package/dist/build/types/src/core/components/checkbox/checkbox.styles.d.ts +7 -3
  20. package/dist/build/types/src/core/components/code-editor/code-editor.styles.d.ts +7 -3
  21. package/dist/build/types/src/core/components/collapse/item/collapse-item.styles.d.ts +7 -3
  22. package/dist/build/types/src/core/components/color-picker/color-picker.styles.d.ts +8 -4
  23. package/dist/build/types/src/core/components/column-picker/column-picker-popover.d.ts +35 -0
  24. package/dist/build/types/src/core/components/column-picker/column-picker.d.ts +34 -0
  25. package/dist/build/types/src/core/components/column-picker/column-picker.stories.d.ts +17 -0
  26. package/dist/build/types/src/core/components/column-picker/column-picker.styles.d.ts +22 -0
  27. package/dist/build/types/src/core/components/column-picker/column-picker.types.d.ts +33 -0
  28. package/dist/build/types/src/core/components/content/content.styles.d.ts +8 -4
  29. package/dist/build/types/src/core/components/content-layout/content-layout.styles.d.ts +7 -3
  30. package/dist/build/types/src/core/components/date-picker/date-picker.d.ts +6 -0
  31. package/dist/build/types/src/core/components/date-picker/date-picker.styles.d.ts +9 -5
  32. package/dist/build/types/src/core/components/date-picker/utils/date-picker-utils.d.ts +33 -1
  33. package/dist/build/types/src/core/components/date-picker/utils/date-picker-utils.test.d.ts +10 -0
  34. package/dist/build/types/src/core/components/divider/divider.styles.d.ts +7 -3
  35. package/dist/build/types/src/core/components/drag-and-drop/__STORIES__/dnd-demo-droppable-content.styles.d.ts +7 -3
  36. package/dist/build/types/src/core/components/drag-and-drop/drag-overlay.styles.d.ts +7 -3
  37. package/dist/build/types/src/core/components/drag-and-drop/droppable/base-droppable.styles.d.ts +9 -5
  38. package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +3 -3
  39. package/dist/build/types/src/core/components/dropdown/dropdown.styles.d.ts +8 -4
  40. package/dist/build/types/src/core/components/dropdown-button/dropdown-button.styles.d.ts +7 -3
  41. package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.styles.d.ts +9 -5
  42. package/dist/build/types/src/core/components/editable-html-drop-container/editable-html-drop-container.styles.d.ts +18 -14
  43. package/dist/build/types/src/core/components/element-tag/element-tag.styles.d.ts +10 -6
  44. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +6 -1
  45. package/dist/build/types/src/core/components/element-tree/element-tree.styles.d.ts +7 -3
  46. package/dist/build/types/src/core/components/element-tree/list/tree-list.styles.d.ts +8 -4
  47. package/dist/build/types/src/core/components/element-tree/node/content/tree-node-content.styles.d.ts +11 -7
  48. package/dist/build/types/src/core/components/element-tree/node/tree-node.styles.d.ts +7 -3
  49. package/dist/build/types/src/core/components/filters/adapter.d.ts +16 -0
  50. package/dist/build/types/src/core/components/filters/define-filter.d.ts +11 -0
  51. package/dist/build/types/src/core/components/filters/index.d.ts +16 -0
  52. package/dist/build/types/src/core/components/filters/query/compose-query.d.ts +11 -0
  53. package/dist/build/types/src/core/components/filters/store/create-filters-store.d.ts +32 -0
  54. package/dist/build/types/src/core/components/filters/store/use-draft-sync.d.ts +12 -0
  55. package/dist/build/types/src/core/components/filters/types.d.ts +30 -0
  56. package/dist/build/types/src/core/components/filters/view/filters-renderer.d.ts +19 -0
  57. package/dist/build/types/src/core/components/flag-icon/flag-icon.styles.d.ts +7 -3
  58. package/dist/build/types/src/core/components/flex/flex.styles.d.ts +7 -3
  59. package/dist/build/types/src/core/components/focal-point/focal-point.styles.d.ts +9 -5
  60. package/dist/build/types/src/core/components/form/controls/keyed-list/keyed-list.test.d.ts +10 -0
  61. package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/keyed-list-provider.d.ts +12 -3
  62. package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/use-keyed-list-value.d.ts +14 -0
  63. package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/use-keyed-list.d.ts +5 -1
  64. package/dist/build/types/src/core/components/form/controls/numbered-list/numbered-list.test.d.ts +10 -0
  65. package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/numbered-list-provider.d.ts +13 -3
  66. package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/use-numbered-list-value.d.ts +14 -0
  67. package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/use-numbered-list.d.ts +6 -1
  68. package/dist/build/types/src/core/components/form/form.styles.d.ts +7 -3
  69. package/dist/build/types/src/core/components/form/item/virtual-item.styles.d.ts +7 -3
  70. package/dist/build/types/src/core/components/formatted-date-time/formatted-date-time.d.ts +1 -0
  71. package/dist/build/types/src/core/components/geo-map/components/geo-map-card/geo-map-card.styles.d.ts +7 -3
  72. package/dist/build/types/src/core/components/geo-map/components/geo-map-card-footer/geo-map-card-footer.styles.d.ts +7 -3
  73. package/dist/build/types/src/core/components/geo-map/geo-map.styles.d.ts +7 -3
  74. package/dist/build/types/src/core/components/geo-point-picker/geo-point-picker.styles.d.ts +7 -3
  75. package/dist/build/types/src/core/components/grid/columns/default-cell.styles.d.ts +7 -3
  76. package/dist/build/types/src/core/components/grid/columns/views/icon/icon-view.styles.d.ts +7 -3
  77. package/dist/build/types/src/core/components/grid/columns/views/image/image-view.styles.d.ts +7 -3
  78. package/dist/build/types/src/core/components/grid/resizer/resizer.styles.d.ts +7 -3
  79. package/dist/build/types/src/core/components/grid-button/grid-button.styles.d.ts +9 -5
  80. package/dist/build/types/src/core/components/grid-content-renderer/grid-content-renderer.styles.d.ts +7 -3
  81. package/dist/build/types/src/core/components/header/header.d.ts +9 -1
  82. package/dist/build/types/src/core/components/header/header.stories.d.ts +19 -0
  83. package/dist/build/types/src/core/components/header/header.styles.d.ts +8 -3
  84. package/dist/build/types/src/core/components/horizontal-scroll/horizontal-scroll.styles.d.ts +8 -4
  85. package/dist/build/types/src/core/components/hotspot-image/hotspot-image.styles.d.ts +8 -4
  86. package/dist/build/types/src/core/components/icon/icon.styles.d.ts +8 -4
  87. package/dist/build/types/src/core/components/icon-button/icon-button.styles.d.ts +7 -3
  88. package/dist/build/types/src/core/components/icon-or-image/icon-or-image.styles.d.ts +7 -3
  89. package/dist/build/types/src/core/components/icon-selector/icon-selector.styles.d.ts +16 -12
  90. package/dist/build/types/src/core/components/iframe/iframe.styles.d.ts +9 -5
  91. package/dist/build/types/src/core/components/image-preview/components/dropdown/dropdown.styles.d.ts +7 -3
  92. package/dist/build/types/src/core/components/image-preview/image-preview.styles.d.ts +8 -4
  93. package/dist/build/types/src/core/components/image-zoom/image-zoom.styles.d.ts +10 -6
  94. package/dist/build/types/src/core/components/import-modal/components/file-drop-zone/file-drop-zone.styles.d.ts +8 -4
  95. package/dist/build/types/src/core/components/import-modal/components/selected-file-view/selected-file-view.styles.d.ts +9 -5
  96. package/dist/build/types/src/core/components/inheritance-overlay/inheritance-overlay.styles.d.ts +11 -7
  97. package/dist/build/types/src/core/components/inline-upload/inline-upload.styles.d.ts +10 -6
  98. package/dist/build/types/src/core/components/input/input.styles.d.ts +8 -4
  99. package/dist/build/types/src/core/components/input-number/input-number.styles.d.ts +8 -4
  100. package/dist/build/types/src/core/components/input-password/input-password.styles.d.ts +8 -4
  101. package/dist/build/types/src/core/components/key-value-list/key-value-list.styles.d.ts +7 -3
  102. package/dist/build/types/src/core/components/language-selection/helpers.d.ts +15 -0
  103. package/dist/build/types/src/core/components/language-selection/langguage-selection.styles.d.ts +15 -3
  104. package/dist/build/types/src/core/components/language-selection/language-selection.d.ts +0 -1
  105. package/dist/build/types/src/core/components/logo/logo.styles.d.ts +7 -3
  106. package/dist/build/types/src/core/components/many-to-many-relation/grid.styles.d.ts +7 -3
  107. package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation.styles.d.ts +8 -4
  108. package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +8 -5
  109. package/dist/build/types/src/core/components/menu/item/types/default/default-item.styles.d.ts +7 -3
  110. package/dist/build/types/src/core/components/menu/item/types/group/group-item.styles.d.ts +7 -3
  111. package/dist/build/types/src/core/components/menu/menu.styles.d.ts +8 -4
  112. package/dist/build/types/src/core/components/message/message.style.d.ts +7 -3
  113. package/dist/build/types/src/core/components/modal/file-list/file-list.styles.d.ts +7 -3
  114. package/dist/build/types/src/core/components/modal/footer/modal-footer.styles.d.ts +7 -3
  115. package/dist/build/types/src/core/components/modal/modal.styles.d.ts +7 -3
  116. package/dist/build/types/src/core/components/modal/window-modal/window-modal.styles.d.ts +9 -4
  117. package/dist/build/types/src/core/components/modal-upload/components/modal-upload-dragger/modal-upload-dragger.styles.d.ts +7 -3
  118. package/dist/build/types/src/core/components/modal-upload/modal-upload.d.ts +2 -0
  119. package/dist/build/types/src/core/components/no-content/no-content.styles.d.ts +7 -3
  120. package/dist/build/types/src/core/components/notification/content/action-list/action-list.style.d.ts +7 -3
  121. package/dist/build/types/src/core/components/notification/notification.style.d.ts +7 -3
  122. package/dist/build/types/src/core/components/numeric-range/numeric-range.styles.d.ts +7 -3
  123. package/dist/build/types/src/core/components/pagination/pagination.styles.d.ts +7 -3
  124. package/dist/build/types/src/core/components/pimcore-document/pimcore-document.styles.d.ts +7 -3
  125. package/dist/build/types/src/core/components/pimcore-image/pimcore-image.styles.d.ts +7 -3
  126. package/dist/build/types/src/core/components/pipeline/item/dynamic-group/dynamic-group-item.styles.d.ts +7 -3
  127. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.styles.d.ts +11 -7
  128. package/dist/build/types/src/core/components/preview-card/preview-card.d.ts +1 -1
  129. package/dist/build/types/src/core/components/preview-card/preview-card.styles.d.ts +14 -10
  130. package/dist/build/types/src/core/components/progressbar/progressbar.style.d.ts +7 -3
  131. package/dist/build/types/src/core/components/region/components/region-item/region-item.styles.d.ts +7 -3
  132. package/dist/build/types/src/core/components/region/region.styles.d.ts +7 -3
  133. package/dist/build/types/src/core/components/rule-condition/components/bracket-button/bracket-button.styles.d.ts +9 -5
  134. package/dist/build/types/src/core/components/rule-condition/components/condition-item/condition-item.styles.d.ts +13 -9
  135. package/dist/build/types/src/core/components/rule-condition/rule-condition.styles.d.ts +7 -3
  136. package/dist/build/types/src/core/components/search-input/search-input.styles.d.ts +11 -7
  137. package/dist/build/types/src/core/components/segmented/segmented.styles.d.ts +7 -3
  138. package/dist/build/types/src/core/components/select/select.stories.d.ts +7 -0
  139. package/dist/build/types/src/core/components/select/select.styles.d.ts +21 -15
  140. package/dist/build/types/src/core/components/sidebar/sidebar.styles.d.ts +7 -3
  141. package/dist/build/types/src/core/components/sidebar/title/sidebar-title.styles.d.ts +9 -5
  142. package/dist/build/types/src/core/components/sidebar-headline/sidebar-headline.styles.d.ts +11 -7
  143. package/dist/build/types/src/core/components/sort-button/sort-button.styles.d.ts +7 -3
  144. package/dist/build/types/src/core/components/space/space.styles.d.ts +7 -3
  145. package/dist/build/types/src/core/components/spin/spin.styles.d.ts +8 -4
  146. package/dist/build/types/src/core/components/split/split.styles.d.ts +7 -3
  147. package/dist/build/types/src/core/components/split-layout/components/divider/divider.styles.d.ts +11 -7
  148. package/dist/build/types/src/core/components/split-layout/components/item/split-layout-item.styles.d.ts +7 -3
  149. package/dist/build/types/src/core/components/split-layout/split-layout.styles.d.ts +7 -3
  150. package/dist/build/types/src/core/components/stack-list/stack-list-item.styles.d.ts +7 -3
  151. package/dist/build/types/src/core/components/stack-list/stack-list.styles.d.ts +7 -3
  152. package/dist/build/types/src/core/components/steps/steps.styles.d.ts +7 -3
  153. package/dist/build/types/src/core/components/tabs/tabs.styles.d.ts +8 -4
  154. package/dist/build/types/src/core/components/tag/tag.d.ts +1 -0
  155. package/dist/build/types/src/core/components/tag/tag.stories.d.ts +15 -0
  156. package/dist/build/types/src/core/components/tag/tag.styles.d.ts +9 -4
  157. package/dist/build/types/src/core/components/tag-input/tag-input.styles.d.ts +7 -3
  158. package/dist/build/types/src/core/components/text-editor/text-editor.styles.d.ts +7 -3
  159. package/dist/build/types/src/core/components/textarea/textarea.styles.d.ts +8 -4
  160. package/dist/build/types/src/core/components/title/title.styles.d.ts +8 -4
  161. package/dist/build/types/src/core/components/toolbar/toolbar.d.ts +1 -1
  162. package/dist/build/types/src/core/components/toolbar/toolbar.stories.d.ts +2 -3
  163. package/dist/build/types/src/core/components/toolbar/toolbar.styles.d.ts +7 -3
  164. package/dist/build/types/src/core/components/toolstrip/box/tool-strip-box.styles.d.ts +7 -3
  165. package/dist/build/types/src/core/components/toolstrip/tool-strip.styles.d.ts +10 -6
  166. package/dist/build/types/src/core/components/tooltip-icon/tooltip-icon.styles.d.ts +7 -3
  167. package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +1 -4
  168. package/dist/build/types/src/core/components/tree-element/tree-element.styles.d.ts +8 -4
  169. package/dist/build/types/src/core/components/users-roles-dropdown/users-roles-dropdown.d.ts +11 -10
  170. package/dist/build/types/src/core/components/users-roles-dropdown/users-roles-dropdown.styles.d.ts +12 -7
  171. package/dist/build/types/src/core/components/vertical-timeline/vertical-timeline.styles.d.ts +7 -3
  172. package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog.styles.d.ts +8 -4
  173. package/dist/build/types/src/core/modules/ant-design/styles/create-styles.d.ts +36 -0
  174. package/dist/build/types/src/core/modules/app/app-view.d.ts +4 -1
  175. package/dist/build/types/src/core/modules/app/base-layout/base-layout-view.styles.d.ts +7 -3
  176. package/dist/build/types/src/core/modules/app/base-layout/left-sidebar-view.styles.d.ts +7 -3
  177. package/dist/build/types/src/core/modules/app/base-layout/main-nav/main-nav.styles.d.ts +7 -3
  178. package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +3 -2
  179. package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts +7 -3
  180. package/dist/build/types/src/core/modules/app/base-layout/right-sidebar-view.styles.d.ts +7 -3
  181. package/dist/build/types/src/core/modules/app/base-layout/user-menu/user-menu.styles.d.ts +7 -3
  182. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +22 -0
  183. package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +1 -0
  184. package/dist/build/types/src/core/modules/app/theme/constants/theme-ids.d.ts +0 -1
  185. 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
  186. package/dist/build/types/src/core/modules/app/theme/utils/theme-from-url.d.ts +21 -0
  187. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +1 -0
  188. package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.styles.d.ts +7 -3
  189. package/dist/build/types/src/core/modules/application-logger/components/table/table.styles.d.ts +7 -3
  190. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +185 -0
  191. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +220 -0
  192. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/versions/comparison-view/comparison-view-ui.style.d.ts +7 -3
  193. package/dist/build/types/src/core/modules/asset/editor/types/audio/tab-manager/tabs/preview/preview-view.styles.d.ts +7 -3
  194. package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/preview-view.styles.d.ts +7 -3
  195. package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.styles.d.ts +10 -6
  196. package/dist/build/types/src/core/modules/asset/editor/types/folder/tab-manager/tabs/preview/card/preview-card-container.d.ts +3 -1
  197. package/dist/build/types/src/core/modules/asset/editor/types/image/tab-manager/tabs/preview/preview-view.styles.d.ts +9 -5
  198. package/dist/build/types/src/core/modules/asset/editor/types/image/tab-manager/tabs/preview/sidebar/tabs/details/details.styles.d.ts +9 -5
  199. package/dist/build/types/src/core/modules/asset/editor/types/text/tab-manager/tabs/edit/edit-container.styles.d.ts +7 -3
  200. package/dist/build/types/src/core/modules/asset/editor/types/text/tab-manager/tabs/edit/edit-view.styles.d.ts +7 -3
  201. package/dist/build/types/src/core/modules/asset/editor/types/video/tab-manager/tabs/preview/preview-view.styles.d.ts +7 -3
  202. package/dist/build/types/src/core/modules/asset/editor/types/video/tab-manager/tabs/preview/sidebar/tabs/details/details.styles.d.ts +10 -6
  203. package/dist/build/types/src/core/modules/asset/listing/batch-actions/batch-actions.styles.d.ts +21 -0
  204. 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
  205. 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
  206. package/dist/build/types/src/core/modules/auth/components/login-form/login-form-style.d.ts +7 -3
  207. package/dist/build/types/src/core/modules/auth/login-page.styles.d.ts +8 -4
  208. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +2 -2
  209. package/dist/build/types/src/core/modules/bulk-export/components/bulk-export-modal/components/bulk-export-items-table.styles.d.ts +7 -3
  210. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +2 -2
  211. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +40 -18
  212. package/dist/build/types/src/core/modules/classification-store-config/classification-store-config.styles.d.ts +14 -10
  213. 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
  214. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +5 -0
  215. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +1537 -2
  216. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +184 -125
  217. package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/helpers/process-layout-data.d.ts +50 -0
  218. package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/language-comparison-content.d.ts +19 -0
  219. package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/language-comparison-modal.d.ts +16 -0
  220. package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/language-comparison-modal.styles.d.ts +31 -0
  221. package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/language-comparison-view-button.d.ts +11 -0
  222. package/dist/build/types/src/core/modules/data-object/editor/toolbar/language-comparison-view/types.d.ts +17 -0
  223. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/edit-container.styles.d.ts +7 -3
  224. package/dist/build/types/src/core/modules/data-object/listing/batch-actions/batch-actions.styles.d.ts +21 -0
  225. 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
  226. 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
  227. 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
  228. 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
  229. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +1 -0
  230. package/dist/build/types/src/core/modules/document/actions/highlight-editables/highlight-editables-button.d.ts +11 -0
  231. package/dist/build/types/src/core/modules/document/actions/highlight-editables/highlight-editables-button.styles.d.ts +17 -0
  232. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +5 -5
  233. package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +26 -1
  234. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/sidebar-definitions.d.ts +2 -1
  235. 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
  236. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/hooks/use-document-editor.d.ts +2 -0
  237. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/app-runner.d.ts +2 -1
  238. 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
  239. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/document-configuration/document-configuration-form.d.ts +4 -1
  240. 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
  241. package/dist/build/types/src/core/modules/element/components/edit-lock-warning/edit-lock-warning.d.ts +21 -0
  242. package/dist/build/types/src/core/modules/element/components/edit-lock-warning/edit-lock-warning.styles.d.ts +15 -0
  243. package/dist/build/types/src/core/modules/element/components/element-toolbar/element-toolbar.skeleton.styles.d.ts +7 -3
  244. package/dist/build/types/src/core/modules/element/components/element-toolbar/element-toolbar.styles.d.ts +9 -5
  245. package/dist/build/types/src/core/modules/element/components/language-selection/permission-based-language-selection-control.d.ts +1 -0
  246. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/area-editable/area-editable.styles.d.ts +7 -3
  247. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.styles.d.ts +7 -13
  248. 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
  249. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-clipboard.d.ts +11 -0
  250. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-controls.d.ts +4 -1
  251. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-editable.d.ts +3 -0
  252. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-clipboard.d.ts +23 -0
  253. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -0
  254. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/block-editable/block-editable.styles.d.ts +7 -10
  255. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.styles.d.ts +6 -21
  256. 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
  257. 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
  258. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/editable-overlay/use-highlight-editables.d.ts +16 -0
  259. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/embed-editable/embed-editable.styles.d.ts +8 -4
  260. 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
  261. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hotspot-image-preview.d.ts +3 -1
  262. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hotspot-image-preview.styles.d.ts +7 -41
  263. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable-preview.d.ts +3 -1
  264. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable-preview.styles.d.ts +11 -7
  265. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/inheritance-wrapper/inheritance-wrapper.styles.d.ts +6 -5
  266. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/link-editable/link-editable.styles.d.ts +11 -7
  267. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/scheduledblock-editable/components/timeline/timeline.styles.d.ts +8 -4
  268. 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
  269. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/scheduledblock-editable/scheduledblock-editable.styles.d.ts +10 -6
  270. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/video-editable/video-editable.d.ts +2 -1
  271. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/video-editable/video-editable.styles.d.ts +11 -4
  272. 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
  273. 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
  274. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/responsive-asset-preview/responsive-asset-preview.d.ts +3 -1
  275. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-video.d.ts +1 -0
  276. 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
  277. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/asset-preview/asset-preview-cell.styles.d.ts +7 -3
  278. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/checkbox/checkbox-cell.styles.d.ts +8 -4
  279. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/date-time/date-time-cell.d.ts +12 -0
  280. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/element-cell/element-cell.styles.d.ts +9 -5
  281. 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
  282. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/multi-select/multi-select-cell.d.ts +2 -2
  283. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/multi-select/multi-select-cell.styles.d.ts +8 -4
  284. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/open-element/open-element-cell.styles.d.ts +7 -3
  285. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/select/select-cell.d.ts +2 -2
  286. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/select/select-cell.styles.d.ts +7 -3
  287. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/utils/select-options.d.ts +18 -2
  288. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/utils/select-options.test.d.ts +10 -0
  289. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/checkbox/checkbox.styles.d.ts +7 -3
  290. 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
  291. 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
  292. 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
  293. 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
  294. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/consent/consent.styles.d.ts +7 -3
  295. 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
  296. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/external-image/external-image.styles.d.ts +7 -3
  297. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/hotspot-image.styles.d.ts +7 -3
  298. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image/image.styles.d.ts +7 -3
  299. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image-gallery/image-gallery.styles.d.ts +8 -4
  300. 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
  301. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/link/link.styles.d.ts +7 -3
  302. 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
  303. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/quantity-value/quantity-value.styles.d.ts +9 -5
  304. 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
  305. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/url-slug/url-slug.styles.d.ts +7 -3
  306. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/video/footer.d.ts +1 -0
  307. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/video/video.d.ts +1 -0
  308. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/video/video.styles.d.ts +7 -3
  309. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +3 -0
  310. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/hooks/use-dynamic-select-options.d.ts +29 -0
  311. 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
  312. 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
  313. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-block.d.ts +2 -0
  314. 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
  315. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-datetime.d.ts +1 -1
  316. 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
  317. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-multiselect.d.ts +1 -0
  318. 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
  319. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-select.d.ts +1 -0
  320. 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
  321. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/relation-list/relation-list.styles.d.ts +7 -3
  322. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/rgba-color/rgba-color.styles.d.ts +7 -3
  323. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/table/table.styles.d.ts +8 -4
  324. 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
  325. 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
  326. 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
  327. package/dist/build/types/src/core/modules/element/dynamic-types/defintinitions/objects/data-related/components/block/versions/version-block.styles.d.ts +10 -6
  328. 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
  329. package/dist/build/types/src/core/modules/element/editor/detached-tab/missing-context.styles.d.ts +6 -6
  330. package/dist/build/types/src/core/modules/element/editor/layouts/tabs-toolbar-view.styles.d.ts +7 -3
  331. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/card/workflow-card.styles.d.ts +7 -3
  332. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/menu/workflow-menu.styles.d.ts +7 -3
  333. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/menu/workflow-transition-group.styles.d.ts +8 -4
  334. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/components/pagination/skeleton.styles.d.ts +7 -3
  335. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/components/table/table.styles.d.ts +7 -3
  336. 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
  337. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/components/table/table.styles.d.ts +7 -3
  338. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/components/table/table.styles.d.ts +7 -3
  339. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/tags-tree.styles.d.ts +7 -3
  340. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/components/version-item/version-item.style.d.ts +10 -6
  341. 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
  342. 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
  343. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/versions-view.style.d.ts +9 -5
  344. package/dist/build/types/src/core/modules/element/editor/tabs/editor-tabs.skeleton.styles.d.ts +7 -3
  345. package/dist/build/types/src/core/modules/element/editor/tabs/editor-tabs.styles.d.ts +9 -5
  346. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +503 -0
  347. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +547 -1
  348. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +16 -4
  349. package/dist/build/types/src/core/modules/element/hooks/use-edit-lock.d.ts +23 -0
  350. package/dist/build/types/src/core/modules/element/index.d.ts +1 -0
  351. package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +1 -0
  352. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/unreferenced-filter/unreferenced-filter-provider.d.ts +20 -0
  353. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/unreferenced-filter/use-unreferenced-filter.d.ts +12 -0
  354. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/data-layer/with-general-filters-query-arg.d.ts +1 -0
  355. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/build-element-filter-query.d.ts +11 -0
  356. 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
  357. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/field-filters-filter.d.ts +12 -0
  358. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/index.d.ts +18 -0
  359. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/pql-filter.d.ts +11 -0
  360. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/search-term-filter.d.ts +11 -0
  361. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/unreferenced-filter.d.ts +12 -0
  362. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/element-filter-setup.d.ts +13 -0
  363. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/element-filter-types.d.ts +38 -0
  364. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/index.d.ts +15 -0
  365. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/stores.d.ts +11 -0
  366. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/use-element-filter-values.d.ts +28 -0
  367. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/general-filters-decorator.d.ts +1 -0
  368. 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
  369. 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
  370. 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
  371. package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/prepare-grid-config-column.d.ts +17 -0
  372. 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
  373. 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
  374. 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
  375. 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
  376. package/dist/build/types/src/core/modules/element/services/edit-lock-gate.d.ts +16 -0
  377. package/dist/build/types/src/core/modules/element/services/element-editor-teardown.d.ts +10 -0
  378. package/dist/build/types/src/core/modules/element/tree/node/with-droppable/with-droppable.styles.d.ts +7 -3
  379. package/dist/build/types/src/core/modules/element/tree/tree-widget.styles.d.ts +7 -3
  380. package/dist/build/types/src/core/modules/email/log/components/email-card/email-card.styles.d.ts +8 -4
  381. package/dist/build/types/src/core/modules/email/log/components/email-preview/email-preview.styles.d.ts +7 -3
  382. package/dist/build/types/src/core/modules/email/log/components/text-preview/text-preview.styles.d.ts +7 -3
  383. package/dist/build/types/src/core/modules/email/test-mail/component/parameters-table/parameters-table.styles.d.ts +7 -3
  384. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +1 -0
  385. package/dist/build/types/src/core/modules/execution-engine/jobs/ownership-management/ownership-delete-job.d.ts +31 -0
  386. package/dist/build/types/src/core/modules/execution-engine/jobs/ownership-management/ownership-reassign-owner-job.d.ts +33 -0
  387. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/batched-step-progress-calculator.d.ts +25 -0
  388. package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.styles.d.ts +7 -3
  389. package/dist/build/types/src/core/modules/execution-engine/notification/job-list/job-list.styles.d.ts +8 -4
  390. package/dist/build/types/src/core/modules/execution-engine/notification/notification-button.styles.d.ts +7 -3
  391. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/unsaved-changes-provider.d.ts +35 -0
  392. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/general-settings-provider.d.ts +1 -0
  393. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar.styles.d.ts +7 -3
  394. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/multiselection/dynamic-type-field-definition-multiselection.d.ts +1 -0
  395. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/select/dynamic-type-field-definition-select.d.ts +1 -0
  396. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/utils/options-provider-helper.d.ts +10 -0
  397. package/dist/build/types/src/core/modules/field-definitions/utils/layout-provider-factory.d.ts +2 -0
  398. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/search-form/search-form.styles.d.ts +7 -3
  399. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +1 -0
  400. package/dist/build/types/src/core/modules/image-thumbnails/components/image-thumbnails-tabs/image-thumbnails-tabs.styles.d.ts +8 -4
  401. package/dist/build/types/src/core/modules/image-thumbnails/components/image-thumbnails-tree/image-thumbnails-tree.styles.d.ts +7 -3
  402. package/dist/build/types/src/core/modules/image-thumbnails/image-thumbnails-container.styles.d.ts +7 -3
  403. package/dist/build/types/src/core/modules/notes-and-events/filters/filters.d.ts +18 -0
  404. package/dist/build/types/src/core/modules/notes-and-events/filters/helpers.d.ts +12 -0
  405. package/dist/build/types/src/core/modules/notes-and-events/filters/hooks/use-notes-field-filter-editor.d.ts +19 -0
  406. package/dist/build/types/src/core/modules/notes-and-events/filters/types.d.ts +47 -0
  407. package/dist/build/types/src/core/modules/notes-and-events/hooks/use-global-notes-and-events.d.ts +0 -1
  408. 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
  409. 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
  410. package/dist/build/types/src/core/modules/notes-and-events/{table → notes-and-events-view/components/table}/table.d.ts +1 -1
  411. package/dist/build/types/src/core/modules/notes-and-events/notes-and-events-view/components/table/table.styles.d.ts +17 -0
  412. package/dist/build/types/src/core/modules/notifications/notification-popup/notification-popup.styles.d.ts +9 -5
  413. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +1 -0
  414. package/dist/build/types/src/core/modules/notifications/notifications.styles.d.ts +11 -7
  415. package/dist/build/types/src/core/modules/ownership-management/components/batch-actions/batch-actions.d.ts +15 -0
  416. package/dist/build/types/src/core/modules/ownership-management/components/reassign-owner-modal/reassign-owner-modal.d.ts +17 -0
  417. package/dist/build/types/src/core/modules/ownership-management/components/row-selection-total/row-selection-total.d.ts +11 -0
  418. package/dist/build/types/src/core/modules/ownership-management/components/table/table.d.ts +20 -0
  419. package/dist/build/types/src/core/modules/ownership-management/components/table/table.styles.d.ts +13 -0
  420. package/dist/build/types/src/core/modules/ownership-management/context/selected-items-context.d.ts +22 -0
  421. package/dist/build/types/src/core/modules/ownership-management/hooks/use-ownership-management.d.ts +16 -0
  422. package/dist/build/types/src/core/modules/ownership-management/index.d.ts +11 -0
  423. package/dist/build/types/src/core/modules/ownership-management/ownership-management-api-slice-enhanced.d.ts +705 -0
  424. package/dist/build/types/src/core/modules/ownership-management/ownership-management-api-slice.gen.d.ts +795 -0
  425. package/dist/build/types/src/core/modules/ownership-management/ownership-management-container-inner.d.ts +11 -0
  426. package/dist/build/types/src/core/modules/ownership-management/ownership-management-container-inner.styles.d.ts +13 -0
  427. package/dist/build/types/src/core/modules/ownership-management/ownership-management-container.d.ts +11 -0
  428. 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
  429. package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/components/specific-panel/specific-panel.styles.d.ts +7 -3
  430. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
  431. package/dist/build/types/src/core/modules/recycle-bin/components/table/table.styles.d.ts +7 -3
  432. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +1 -0
  433. package/dist/build/types/src/core/modules/redirects/components/csv-import-modal/csv-import-modal.styles.d.ts +8 -4
  434. package/dist/build/types/src/core/modules/redirects/components/csv-import-results-modal/csv-import-results-modal.styles.d.ts +8 -4
  435. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +1 -0
  436. package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/helpers.d.ts +6 -1
  437. package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.d.ts +1 -2
  438. package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.styles.d.ts +13 -9
  439. package/dist/build/types/src/core/modules/reports/reports-editor/hooks/use-report-form-state.d.ts +7 -2
  440. package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.d.ts +1 -0
  441. package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.styles.d.ts +10 -6
  442. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.styles.d.ts +9 -5
  443. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/legend-item/legend-item.styles.d.ts +9 -5
  444. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.styles.d.ts +9 -5
  445. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/columns-filter-descriptor.d.ts +12 -0
  446. 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
  447. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/use-field-filter-editor.d.ts +19 -0
  448. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/filters/reports-filters.d.ts +25 -0
  449. package/dist/build/types/src/core/modules/reports/reports-view/reports-view.styles.d.ts +14 -10
  450. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +7 -3
  451. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +7 -3
  452. package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rules-list.styles.d.ts +10 -6
  453. package/dist/build/types/src/core/modules/search/provider/search-provider.d.ts +10 -0
  454. package/dist/build/types/src/core/modules/search/provider/use-search.d.ts +5 -0
  455. package/dist/build/types/src/core/modules/search/saved-search/components/menu-shortcut-flyout/menu-shortcut-flyout.d.ts +17 -0
  456. package/dist/build/types/src/core/modules/search/saved-search/components/menu-shortcut-flyout/menu-shortcut-flyout.styles.d.ts +17 -0
  457. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-form.d.ts +34 -0
  458. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-panel.d.ts +17 -0
  459. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-panel.styles.d.ts +20 -0
  460. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/use-saved-search-meta-dirty.d.ts +30 -0
  461. package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/use-saved-search-mutations.d.ts +34 -0
  462. package/dist/build/types/src/core/modules/search/saved-search/components/saved-searches-tab/saved-searches-tab.d.ts +11 -0
  463. package/dist/build/types/src/core/modules/search/saved-search/components/saved-searches-tab/saved-searches-tab.styles.d.ts +16 -0
  464. package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-slice.d.ts +60 -0
  465. package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-tracker.d.ts +21 -0
  466. package/dist/build/types/src/core/modules/search/saved-search/hooks/use-open-saved-search.d.ts +22 -0
  467. package/dist/build/types/src/core/modules/search/saved-search/index.d.ts +10 -0
  468. package/dist/build/types/src/core/modules/search/saved-search/restore/object-saved-search-restore.d.ts +15 -0
  469. package/dist/build/types/src/core/modules/search/saved-search/restore/saved-search-restore.d.ts +21 -0
  470. package/dist/build/types/src/core/modules/search/saved-search/restore/use-apply-saved-search.d.ts +17 -0
  471. package/dist/build/types/src/core/modules/search/saved-search/saved-search-decorator.d.ts +23 -0
  472. package/dist/build/types/src/core/modules/search/saved-search/utils/resolve-element-type.d.ts +18 -0
  473. package/dist/build/types/src/core/modules/search/saved-search/utils/to-number-array.d.ts +10 -0
  474. package/dist/build/types/src/core/modules/search/saved-search/view-layer/with-saved-search-sidebar-entry.d.ts +17 -0
  475. package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-result-widget.d.ts +21 -0
  476. package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-title.d.ts +17 -0
  477. package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-widget.d.ts +24 -0
  478. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +1230 -15
  479. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +1361 -1
  480. package/dist/build/types/src/core/modules/search/search.styles.d.ts +9 -5
  481. package/dist/build/types/src/core/modules/select-option/components/tree/tree-container.styles.d.ts +7 -3
  482. package/dist/build/types/src/core/modules/translations/components/import-translations-modal/import-translations-modal.styles.d.ts +10 -6
  483. package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger.styles.d.ts +7 -3
  484. package/dist/build/types/src/core/modules/translations/translation-html-preview/translation-html-preview.styles.d.ts +6 -14
  485. package/dist/build/types/src/core/modules/translations/translations-container.styles.d.ts +7 -3
  486. package/dist/build/types/src/core/modules/user/management/detail/management-detail.styles.d.ts +7 -3
  487. package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/table/table.styles.d.ts +7 -3
  488. package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/user-avatar.styles.d.ts +7 -3
  489. package/dist/build/types/src/core/modules/user/management/tree/tree-container.styles.d.ts +7 -3
  490. package/dist/build/types/src/core/modules/user/roles/detail/detail.styles.d.ts +7 -3
  491. package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +3 -2
  492. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +1 -1
  493. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +51 -50
  494. package/dist/build/types/src/core/modules/video-thumbnails/components/video-thumbnails-tabs/video-thumbnails-tabs.styles.d.ts +8 -4
  495. package/dist/build/types/src/core/modules/video-thumbnails/components/video-thumbnails-tree/video-thumbnails-tree.styles.d.ts +7 -3
  496. package/dist/build/types/src/core/modules/video-thumbnails/dynamic-types/mute/mute-transformation-component.styles.d.ts +7 -3
  497. package/dist/build/types/src/core/modules/video-thumbnails/video-thumbnails-container.styles.d.ts +7 -3
  498. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +1 -0
  499. 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
  500. 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
  501. package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +3 -16
  502. package/dist/build/types/src/core/modules/widget-manager/services/widget-manager-action-service.d.ts +27 -0
  503. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +1 -1
  504. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-outer-container.d.ts +1 -1
  505. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.d.ts +1 -1
  506. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.styles.d.ts +7 -3
  507. package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.styles.d.ts +8 -4
  508. package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.styles.d.ts +7 -3
  509. package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +6 -1
  510. package/dist/build/types/src/core/modules/widget-manager/widget-manager-view.d.ts +1 -1
  511. package/dist/build/types/src/core/modules/widget-manager/widget-manager-view.styles.d.ts +7 -3
  512. package/dist/build/types/src/core/modules/wysiwyg/default-wysiwyg-editor/default-wysiwyg-editor.styles.d.ts +8 -4
  513. package/dist/build/types/src/core/modules/wysiwyg/wysiwyg.styles.d.ts +8 -4
  514. package/dist/build/types/src/core/types/components/types.d.ts +6 -0
  515. package/dist/build/types/src/core/utils/date-time.d.ts +20 -3
  516. package/dist/build/types/src/core/utils/date-time.test.d.ts +10 -0
  517. package/dist/build/types/src/core/utils/hooks/use-css-container/use-css-container.styles.d.ts +7 -3
  518. package/dist/build/types/src/sdk/app/index.d.ts +1 -0
  519. package/dist/build/types/src/sdk/components/index.d.ts +3 -0
  520. package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -1
  521. package/dist/build/types/src/sdk/modules/element/index.d.ts +1 -0
  522. package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +1 -0
  523. package/package.json +14 -6
  524. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/context/columns-filters-context.d.ts +0 -24
  525. /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
@@ -26,6 +26,9 @@ export declare const tagNames: {
26
26
  DATA_OBJECT_DETAIL: string;
27
27
  DATA_OBJECT_TREE: string;
28
28
  DATA_OBJECT_GRID: string;
29
+ DATA_OBJECT_GRID_CONFIGURATION: string;
30
+ DATA_OBJECT_GRID_CONFIGURATION_LIST: string;
31
+ DATA_OBJECT_GRID_CONFIGURATION_DETAIL: string;
29
32
  DOCUMENT: string;
30
33
  DOCUMENT_DETAIL: string;
31
34
  DOCUMENT_TREE: string;
@@ -57,6 +60,7 @@ export declare const tagNames: {
57
60
  EMAIL_LOG_DETAIL: string;
58
61
  RECYCLE_BIN: string;
59
62
  RECYCLE_BIN_DETAIL: string;
63
+ OWNERSHIP_MANAGEMENT: string;
60
64
  PERSPECTIVES: string;
61
65
  PERSPECTIVE_DETAIL: string;
62
66
  WIDGETS: string;
@@ -127,6 +131,17 @@ export declare const providingTags: {
127
131
  type: string;
128
132
  id: number;
129
133
  })[];
134
+ DATA_OBJECT_GRID_CONFIGURATION: () => string[];
135
+ DATA_OBJECT_GRID_CONFIGURATION_LIST: () => (string | {
136
+ type: string;
137
+ })[];
138
+ DATA_OBJECT_GRID_CONFIGURATION_DETAIL: (configurationId?: number) => (string | {
139
+ type: string;
140
+ id?: undefined;
141
+ } | {
142
+ type: string;
143
+ id: number | undefined;
144
+ })[];
130
145
  DOCUMENT_DETAIL: () => string[];
131
146
  DOCUMENT_DETAIL_ID: (id: number) => (string | {
132
147
  type: string;
@@ -194,6 +209,7 @@ export declare const providingTags: {
194
209
  type: string;
195
210
  id: number;
196
211
  }[];
212
+ OWNERSHIP_MANAGEMENT: () => string[];
197
213
  APPLICATION_LOGGER: () => string[];
198
214
  APPLICATION_LOGGER_DETAIL: (id: number) => {
199
215
  type: string;
@@ -278,10 +294,10 @@ export declare const invalidatingTags: {
278
294
  id: number;
279
295
  }[];
280
296
  ASSET_GRID_CONFIGURATION: () => string[];
281
- ASSET_GRID_CONFIGURATION_DETAIL: (configurationId?: number) => {
297
+ ASSET_GRID_CONFIGURATION_DETAIL: (configurationId?: number) => (string | {
282
298
  type: string;
283
299
  id: number | undefined;
284
- }[];
300
+ })[];
285
301
  ASSET_GRID_CONFIGURATION_LIST: () => {
286
302
  type: string;
287
303
  }[];
@@ -304,6 +320,14 @@ export declare const invalidatingTags: {
304
320
  type: string;
305
321
  id: number;
306
322
  }[];
323
+ DATA_OBJECT_GRID_CONFIGURATION: () => string[];
324
+ DATA_OBJECT_GRID_CONFIGURATION_DETAIL: (configurationId?: number) => (string | {
325
+ type: string;
326
+ id: number | undefined;
327
+ })[];
328
+ DATA_OBJECT_GRID_CONFIGURATION_LIST: () => {
329
+ type: string;
330
+ }[];
307
331
  DOCUMENT: () => string[];
308
332
  DOCUMENT_DETAIL: () => string[];
309
333
  DOCUMENT_DETAIL_ID: (id: number) => (string | {
@@ -373,6 +397,7 @@ export declare const invalidatingTags: {
373
397
  id: number;
374
398
  }[];
375
399
  RECYCLING_BIN: () => string[];
400
+ OWNERSHIP_MANAGEMENT: () => string[];
376
401
  PERSPECTIVES: () => string[];
377
402
  WIDGETS: () => string[];
378
403
  USERS: () => string[];
@@ -415,6 +415,7 @@ export declare const serviceIds: {
415
415
  mainNavRegistry: string;
416
416
  perspectivePermissionProviderRegistry: string;
417
417
  widgetManager: string;
418
+ widgetManagerActionService: string;
418
419
  widgetRestorerRegistry: string;
419
420
  elementTreeWidgetPermissionRegistry: string;
420
421
  backgroundProcessor: string;
@@ -422,7 +423,6 @@ export declare const serviceIds: {
422
423
  globalMessageBusProcess: string;
423
424
  globalMessageBus: string;
424
425
  'DynamicTypes/Theme/StudioDefaultLight': string;
425
- 'DynamicTypes/Theme/StudioDefaultDark': string;
426
426
  'Asset/Editor/TypeRegistry': string;
427
427
  'Asset/Editor/TypeComponentRegistry': string;
428
428
  'Asset/Editor/DocumentTabManager': string;
@@ -20,15 +20,19 @@ export interface DocumentApi {
20
20
  triggerValueChange: (documentId: number, key: string, value: any) => void;
21
21
  triggerValueChangeWithReload: (documentId: number, key: string, value: any) => void;
22
22
  triggerSaveAndReload: (documentId: number) => void;
23
+ reloadIframe: (documentId: number) => void;
23
24
  notifyIframeReady: (documentId: number) => void;
24
25
  notifyAreablockTypes: (documentId: number, editableTypeId: string, areablockTypes: AreablockGroupedTypes) => void;
25
26
  mergeAreablockTypes: (documentId: number, editableTypeId: string, areablockTypes: AreablockGroupedTypes) => void;
26
27
  notifyTimeSliderVisible: (documentId: number, visible: boolean) => void;
28
+ setHighlightEditables: (documentId: number, highlight: boolean) => void;
29
+ getHighlightEditables: (documentId: number) => boolean;
27
30
  isIframeReady: (documentId: number) => boolean;
28
31
  onReady: (documentId: number, callback: () => void) => void;
29
32
  }
30
33
  declare class DocumentApiImpl implements DocumentApi {
31
34
  private readonly autoSaveCallbacks;
35
+ private readonly editedDocuments;
32
36
  markDraftAsModified(documentId: number): void;
33
37
  getIframeApi(documentId: number): PublicApiDocumentEditorIframe;
34
38
  getIframeDocument(documentId: number): Document | undefined;
@@ -38,10 +42,13 @@ declare class DocumentApiImpl implements DocumentApi {
38
42
  triggerValueChange(documentId: number, key: string, value: any): void;
39
43
  triggerValueChangeWithReload(documentId: number, key: string, value: any): void;
40
44
  triggerSaveAndReload(documentId: number): void;
45
+ reloadIframe(documentId: number): void;
41
46
  notifyIframeReady(documentId: number): void;
42
47
  notifyAreablockTypes(documentId: number, editableTypeId: string, areablockTypes: AreablockGroupedTypes): void;
43
48
  mergeAreablockTypes(documentId: number, editableTypeId: string, areablockTypes: AreablockGroupedTypes): void;
44
49
  notifyTimeSliderVisible(documentId: number, visible: boolean): void;
50
+ setHighlightEditables(documentId: number, highlight: boolean): void;
51
+ getHighlightEditables(documentId: number): boolean;
45
52
  isIframeReady(documentId: number): boolean;
46
53
  onReady(documentId: number, callback: () => void): void;
47
54
  private performAutoSave;
@@ -24,11 +24,16 @@ export interface DocumentEditableApi {
24
24
  getEditableDefinitions: () => AbstractDocumentEditableDefinition[];
25
25
  registerDynamicEditables: (editables: AbstractDocumentEditableDefinition[]) => void;
26
26
  unregisterDynamicEditables: (editableIds: string[]) => void;
27
+ getHighlightEditables: () => boolean;
28
+ setHighlightEditables: (highlight: boolean) => void;
29
+ subscribeHighlightEditables: (listener: (highlight: boolean) => void) => () => void;
27
30
  }
28
31
  declare class DocumentEditableApiImpl implements DocumentEditableApi {
29
32
  private values;
30
33
  private inheritanceState;
31
34
  private dynamicEditables;
35
+ private highlightEditables;
36
+ private readonly highlightListeners;
32
37
  getValues(forApi?: boolean): Record<string, ValueType>;
33
38
  getValue(key: string): ValueType;
34
39
  updateValue(key: string, value: ValueType): void;
@@ -37,6 +42,9 @@ declare class DocumentEditableApiImpl implements DocumentEditableApi {
37
42
  getInheritanceState(key: string): boolean;
38
43
  setInheritanceState(key: string, inherited: boolean): void;
39
44
  initializeInheritanceState(inheritanceState: Record<string, boolean>): void;
45
+ getHighlightEditables(): boolean;
46
+ setHighlightEditables(highlight: boolean): void;
47
+ subscribeHighlightEditables(listener: (highlight: boolean) => void): () => void;
40
48
  registerDynamicEditables(editables: AbstractDocumentEditableDefinition[]): void;
41
49
  unregisterDynamicEditables(editableIds: string[]): void;
42
50
  getEditableDefinitions(): AbstractDocumentEditableDefinition[];
@@ -10,5 +10,12 @@
10
10
  import { type DocumentEditableApi } from './editable-data/editable-data';
11
11
  export interface PublicApiDocumentEditorIframe {
12
12
  documentEditable: DocumentEditableApi;
13
+ /**
14
+ * Unmounts the iframe's React application. Called by the parent window when the
15
+ * document tab is closed so that all effect cleanups run (observers disconnected,
16
+ * timers cleared, listeners removed), allowing the browser to reclaim the iframe's
17
+ * realm instead of retaining it. Wired up in mf-bootstrap-document-editor-iframe.
18
+ */
19
+ unmount: () => void;
13
20
  }
14
21
  export declare const PimcoreDocumentEditor: PublicApiDocumentEditorIframe;
@@ -29,10 +29,12 @@ import './modules/wysiwyg';
29
29
  import './modules/perspective-editor';
30
30
  import './modules/widget-editor';
31
31
  import './modules/widget-manager';
32
+ import './modules/search/saved-search';
32
33
  import 'flexlayout-react/style/light.css';
33
34
  import '../../../css/globals.css';
34
35
  import './modules/email';
35
36
  import './modules/recycle-bin';
37
+ import './modules/ownership-management';
36
38
  import './modules/open-element';
37
39
  import './modules/notes-and-events';
38
40
  import './modules/predefined-properties';
@@ -7,9 +7,13 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- accordion: import("antd-style").SerializedStyles;
12
- table: import("antd-style").SerializedStyles;
13
- bordered: import("antd-style").SerializedStyles;
14
- spaced: import("antd-style").SerializedStyles;
15
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ accordion: string;
13
+ table: string;
14
+ bordered: string;
15
+ spaced: string;
16
+ };
17
+ cx: import("antd-style/es/types").ClassNamesUtil;
18
+ theme: import("antd-style/lib/types/theme").FullToken;
19
+ };
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- card: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyle: (props?: unknown) => {
11
+ styles: {
12
+ card: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- alert: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ alert: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -20,10 +20,13 @@ interface AssetTargetProps {
20
20
  className?: string;
21
21
  width?: number | string;
22
22
  height?: number | string;
23
+ minWidth?: number | string;
24
+ minHeight?: number | string;
23
25
  dndIcon?: boolean;
24
26
  uploadIcon?: boolean;
25
27
  addIcon?: boolean;
26
28
  dropClass?: string;
29
+ removeLabel?: string;
27
30
  }
28
- export declare const AssetTarget: ({ title, className, width, height, dndIcon, uploadIcon, addIcon, onRemove, onSearch, onUpload, onResize, dropClass }: AssetTargetProps) => React.JSX.Element;
31
+ export declare const AssetTarget: ({ title, className, width, height, minWidth, minHeight, dndIcon, uploadIcon, addIcon, onRemove, onSearch, onUpload, onResize, dropClass, removeLabel }: AssetTargetProps) => React.JSX.Element;
29
32
  export {};
@@ -7,7 +7,11 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- assetTargetContainer: import("antd-style").SerializedStyles;
12
- closeButton: import("antd-style").SerializedStyles;
13
- }>;
10
+ export declare const useStyle: (props?: unknown) => {
11
+ styles: {
12
+ assetTargetContainer: string;
13
+ closeButton: string;
14
+ };
15
+ cx: import("antd-style/es/types").ClassNamesUtil;
16
+ theme: import("antd-style/lib/types/theme").FullToken;
17
+ };
@@ -15,7 +15,6 @@ export interface BlockItemProps {
15
15
  disallowReorder?: boolean;
16
16
  disallowAdd?: boolean;
17
17
  disallowDelete?: boolean;
18
- itemValue?: any;
19
18
  getItemTitle?: (itemValue: any, index: number) => React.ReactNode;
20
19
  }
21
20
  export declare const BlockItem: (props: BlockItemProps) => React.JSX.Element;
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- box: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ box: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- skeleton: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyle: (props?: unknown) => {
11
+ styles: {
12
+ skeleton: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -7,10 +7,14 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- breadcrumb: import("antd-style").SerializedStyles;
12
- breadcrumbLink: import("antd-style").SerializedStyles;
13
- breadcrumbLinkLast: import("antd-style").SerializedStyles;
14
- pathItem: import("antd-style").SerializedStyles;
15
- dropdownMenu: import("antd-style").SerializedStyles;
16
- }>;
10
+ export declare const useStyle: (props?: unknown) => {
11
+ styles: {
12
+ breadcrumb: string;
13
+ breadcrumbLink: string;
14
+ breadcrumbLinkLast: string;
15
+ pathItem: string;
16
+ dropdownMenu: string;
17
+ };
18
+ cx: import("antd-style/es/types").ClassNamesUtil;
19
+ theme: import("antd-style/lib/types/theme").FullToken;
20
+ };
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- button: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ button: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- buttonGroup: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ buttonGroup: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- card: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ card: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- inherited: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ inherited: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- editor: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ editor: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- 'collapse-item': import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ 'collapse-item': string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -7,7 +7,11 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- colorPicker: import("antd-style").SerializedStyles;
12
- inherited: import("antd-style").SerializedStyles;
13
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ colorPicker: string;
13
+ inherited: string;
14
+ };
15
+ cx: import("antd-style/es/types").ClassNamesUtil;
16
+ theme: import("antd-style/lib/types/theme").FullToken;
17
+ };
@@ -0,0 +1,35 @@
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 PopoverProps } from 'antd';
12
+ import { type ColumnPickerProps } from './column-picker';
13
+ export interface ColumnPickerPopoverProps<TMeta = unknown> extends ColumnPickerProps<TMeta> {
14
+ children: React.ReactNode;
15
+ /**
16
+ * Where the panel opens relative to the trigger. Defaults to `leftTop` so the
17
+ * panel sits beside the trigger without covering a sidebar to its right.
18
+ */
19
+ placement?: PopoverProps['placement'];
20
+ /**
21
+ * Container the popover is rendered into. Defaults to Ant's body portal.
22
+ * Combined with the default `leftTop` placement the panel opens beside the
23
+ * trigger, clear of any sidebar content. Override to constrain it to a
24
+ * specific container when needed.
25
+ */
26
+ getPopupContainer?: PopoverProps['getPopupContainer'];
27
+ open?: boolean;
28
+ onOpenChange?: (open: boolean) => void;
29
+ }
30
+ /**
31
+ * {@link ColumnPicker} mounted in an anchored, dismissable popover. Stays open
32
+ * across selections so multiple columns can be added in one pass. Placement and
33
+ * popup container are configurable to keep the panel clear of adjacent UI.
34
+ */
35
+ export declare const ColumnPickerPopover: <TMeta>({ children, placement, getPopupContainer, open, onOpenChange, ...pickerProps }: ColumnPickerPopoverProps<TMeta>) => React.JSX.Element;
@@ -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 ColumnPickerGroup, type OnColumnPickerSelect } from './column-picker.types';
12
+ export interface ColumnPickerProps<TMeta = unknown> {
13
+ groups: Array<ColumnPickerGroup<TMeta>>;
14
+ onSelect: OnColumnPickerSelect<TMeta>;
15
+ searchable?: boolean;
16
+ searchPlaceholder?: string;
17
+ emptyText?: string;
18
+ /**
19
+ * Stretch the picker to fill its container's height (the tree scrolls within
20
+ * the available space) instead of using the default fixed max-height. Use
21
+ * when embedding the picker as a panel rather than in a popover.
22
+ */
23
+ fillHeight?: boolean;
24
+ flat?: boolean;
25
+ 'data-testid'?: string;
26
+ }
27
+ /**
28
+ * Generic, domain-agnostic column picker: a search field over a tree of
29
+ * grouped, selectable items. The tree is rendered with the shared
30
+ * {@link TreeElement} component so it inherits Studio's standard tree styling.
31
+ * It carries no knowledge of grids or listings — feed it
32
+ * {@link ColumnPickerGroup}s and handle {@link ColumnPickerProps.onSelect}.
33
+ */
34
+ export declare const ColumnPicker: <TMeta>({ groups, onSelect, searchable, searchPlaceholder, emptyText, fillHeight, flat, "data-testid": dataTestId }: ColumnPickerProps<TMeta>) => 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 type { Meta, StoryObj } from '@storybook/react';
11
+ import { ColumnPicker } from './column-picker';
12
+ declare const config: Meta<typeof ColumnPicker>;
13
+ export declare const _default: StoryObj<typeof ColumnPicker>;
14
+ export declare const WithoutSearch: StoryObj<typeof ColumnPicker>;
15
+ export declare const Empty: StoryObj<typeof ColumnPicker>;
16
+ export declare const InPopover: StoryObj<typeof ColumnPicker>;
17
+ export default config;
@@ -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
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ columnPicker: string;
13
+ columnPickerFill: string;
14
+ list: string;
15
+ listFill: string;
16
+ groupTitle: string;
17
+ item: string;
18
+ empty: string;
19
+ };
20
+ cx: import("antd-style/es/types").ClassNamesUtil;
21
+ theme: import("antd-style/lib/types/theme").FullToken;
22
+ };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ /**
11
+ * A single selectable leaf in the column picker.
12
+ *
13
+ * The component is intentionally agnostic about what a "column" is: `meta`
14
+ * carries an opaque payload that is handed back verbatim to `onSelect`, so the
15
+ * consumer can map it back to its own domain model (e.g. an `AvailableColumn`).
16
+ */
17
+ export interface ColumnPickerItem<TMeta = unknown> {
18
+ key: string;
19
+ label: string;
20
+ disabled?: boolean;
21
+ meta?: TMeta;
22
+ }
23
+ /**
24
+ * A (potentially nested) group of selectable items, rendered as a collapsible
25
+ * category. `children` allows arbitrary nesting to mirror grouped field paths.
26
+ */
27
+ export interface ColumnPickerGroup<TMeta = unknown> {
28
+ key: string;
29
+ label: string;
30
+ items: Array<ColumnPickerItem<TMeta>>;
31
+ children?: Array<ColumnPickerGroup<TMeta>>;
32
+ }
33
+ export type OnColumnPickerSelect<TMeta = unknown> = (item: ColumnPickerItem<TMeta>) => void;
@@ -11,8 +11,12 @@ import { type Sizings } from '../../utils/sizing';
11
11
  interface ContentStylesProps {
12
12
  gap: Sizings;
13
13
  }
14
- export declare const useStyles: (props?: ContentStylesProps | undefined) => import("antd-style").ReturnStyles<{
15
- content: import("antd-style").SerializedStyles;
16
- contentFullPage: import("antd-style").SerializedStyles;
17
- }>;
14
+ export declare const useStyles: (props?: ContentStylesProps | undefined) => {
15
+ styles: {
16
+ content: string;
17
+ contentFullPage: string;
18
+ };
19
+ cx: import("antd-style/es/types").ClassNamesUtil;
20
+ theme: import("antd-style/lib/types/theme").FullToken;
21
+ };
18
22
  export {};
@@ -7,6 +7,10 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- ContentLayout: import("antd-style").SerializedStyles;
12
- }>;
10
+ export declare const useStyles: (props?: unknown) => {
11
+ styles: {
12
+ ContentLayout: string;
13
+ };
14
+ cx: import("antd-style/es/types").ClassNamesUtil;
15
+ theme: import("antd-style/lib/types/theme").FullToken;
16
+ };
@@ -20,6 +20,12 @@ export type DatePickerProps = PickerProps & {
20
20
  disabled?: boolean;
21
21
  inherited?: boolean;
22
22
  showSuffixIcon?: boolean;
23
+ /**
24
+ * When explicitly `false`, the value is treated as a server-timezone wall-clock so the displayed
25
+ * value does not drift with the browser timezone (see `toDayJs`). Defaults to the previous
26
+ * absolute-instant behaviour when omitted.
27
+ */
28
+ respectTimezone?: boolean;
23
29
  };
24
30
  interface DatePickerReturn extends React.FC<DatePickerProps> {
25
31
  RangePicker: React.FC<DateRangePickerProps>;