@pimcore/studio-ui-bundle 0.9.30 → 0.12.9

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 (597) hide show
  1. package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +5 -8
  2. package/dist/build/types/src/core/app/config/services/service-ids.d.ts +38 -2
  3. package/dist/build/types/src/core/app/plugin-system/plugin-system.d.ts +2 -0
  4. package/dist/build/types/src/core/app/public-api/document/document-api.d.ts +2 -0
  5. package/dist/build/types/src/core/app/public-api/document/iframe-registry.d.ts +1 -0
  6. package/dist/build/types/src/core/app/public-api/document-editor-iframe/editable-data/editable-data.d.ts +8 -1
  7. package/dist/build/types/src/core/app/router/router.d.ts +2 -0
  8. package/dist/build/types/src/core/app/store/index.d.ts +1 -1
  9. package/dist/build/types/src/core/bootstrap.d.ts +2 -0
  10. package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +2 -1
  11. package/dist/build/types/src/core/components/block/block.d.ts +3 -1
  12. package/dist/build/types/src/core/components/context-menu-wrapper/context-menu-wrapper.d.ts +2 -1
  13. package/dist/build/types/src/core/components/date-picker/time-picker.d.ts +1 -1
  14. package/dist/build/types/src/core/components/date-picker/time-range-picker.d.ts +23 -0
  15. package/dist/build/types/src/core/components/date-picker/time-range-picker.stories.d.ts +21 -0
  16. package/dist/build/types/src/core/components/drag-and-drop/drag-and-drop.stories.d.ts +4 -0
  17. package/dist/build/types/src/core/components/drag-and-drop/droppable/base-droppable.d.ts +2 -1
  18. package/dist/build/types/src/core/components/drag-and-drop/droppable-context-provider.d.ts +1 -0
  19. package/dist/build/types/src/core/components/drag-and-drop/droppable.d.ts +5 -0
  20. package/dist/build/types/src/core/components/drag-and-drop/hooks/use-drop-class-handlers.d.ts +21 -0
  21. package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/base-hotspot-droppable.d.ts +18 -0
  22. package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/hotspot-helpers.d.ts +24 -0
  23. package/dist/build/types/src/core/components/{pagination/inline-textfield/inline-textfield.stories.d.ts → drag-and-drop/hotspot-droppable/use-hotspot-aggregate-state.d.ts} +4 -9
  24. package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable.d.ts +42 -0
  25. package/dist/build/types/src/core/components/dropdown/dropdown-height-provider.d.ts +19 -0
  26. package/dist/build/types/src/core/components/dropdown/dropdown-inner-drop-class.d.ts +15 -0
  27. package/dist/build/types/src/core/components/dropdown/dropdown.d.ts +2 -1
  28. package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -0
  29. package/dist/build/types/src/core/components/dropdown/dropdown.styles.d.ts +1 -0
  30. package/dist/build/types/src/core/components/dynamic-filter/provider/dynamic-filter-provider.d.ts +2 -1
  31. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +26 -15
  32. package/dist/build/types/src/core/components/element-tree/element-tree.d.ts +3 -2
  33. package/dist/build/types/src/core/components/{pagination/size-changer/size-changer.stories.d.ts → element-tree/hooks/use-element-tree-fallback-root-node.d.ts} +4 -10
  34. package/dist/build/types/src/core/components/element-tree/hooks/use-element-tree-root-node.d.ts +1 -1
  35. package/dist/build/types/src/core/components/element-tree/node/content/tree-node-content.d.ts +3 -0
  36. package/dist/build/types/src/core/components/element-tree/node/content/tree-node-lock-icon.d.ts +12 -0
  37. package/dist/build/types/src/core/components/element-tree/node/tree-node.d.ts +2 -2
  38. package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/pager/pager-container.d.ts +1 -1
  39. package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/tree-permission-provider.d.ts +1 -1
  40. package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
  41. package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/search/search-container.d.ts +1 -1
  42. package/dist/build/types/src/core/components/element-tree/tooltip/element-tree-tooltip.d.ts +16 -0
  43. package/dist/build/types/src/core/components/element-tree/types/node-api-hook.d.ts +1 -1
  44. package/dist/build/types/src/core/components/flex/flex.d.ts +1 -1
  45. package/dist/build/types/src/core/components/form/form.d.ts +1 -1
  46. package/dist/build/types/src/core/components/form/hooks/use-debounced-form-change.d.ts +19 -0
  47. package/dist/build/types/src/core/components/form/layouts/tabpanel/tabpanel.stories.d.ts +1 -1
  48. package/dist/build/types/src/core/components/form/services/debounced-form-registry.d.ts +22 -0
  49. package/dist/build/types/src/core/components/formatted-date/formatted-date.d.ts +1 -0
  50. package/dist/build/types/src/core/components/grid/columns/default-cell.d.ts +1 -1
  51. package/dist/build/types/src/core/components/grid/columns/default-cell.styles.d.ts +5 -1
  52. package/dist/build/types/src/core/components/grid/contexts/columns-context.d.ts +6 -6
  53. package/dist/build/types/src/core/components/grid/grid-cell/grid-cell.d.ts +3 -1
  54. package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +6 -2
  55. package/dist/build/types/src/core/components/grid/grid-context.d.ts +3 -1
  56. package/dist/build/types/src/core/components/grid/grid.d.ts +4 -4
  57. package/dist/build/types/src/core/components/grid/grid.stories.d.ts +7 -0
  58. package/dist/build/types/src/core/components/grid/grid.styles.d.ts +6 -1
  59. package/dist/build/types/src/core/components/icon/icon.styles.d.ts +1 -0
  60. package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -1
  61. package/dist/build/types/src/core/components/language-selection/language-selection.d.ts +2 -1
  62. package/dist/build/types/src/core/components/many-to-many-relation/hooks/use-value.d.ts +1 -1
  63. package/dist/build/types/src/core/components/many-to-many-relation/many-to-many-relation.d.ts +1 -0
  64. package/dist/build/types/src/core/components/many-to-many-relation/utils/helpers.d.ts +1 -0
  65. package/dist/build/types/src/core/components/many-to-one-relation/index.d.ts +1 -0
  66. package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation-input.d.ts +16 -0
  67. package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation.d.ts +1 -0
  68. package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +1 -0
  69. package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +20 -0
  70. package/dist/build/types/src/core/components/modal/form-modal/components/dont-ask-again-switch.d.ts +13 -0
  71. package/dist/build/types/src/core/components/modal/form-modal/components/input-form.d.ts +21 -0
  72. package/dist/build/types/src/core/components/modal/form-modal/components/textarea-form.d.ts +19 -0
  73. package/dist/build/types/src/core/components/modal/form-modal/components/upload-form.d.ts +21 -0
  74. package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +9 -5
  75. package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +28 -0
  76. package/dist/build/types/src/core/components/operational-grid/operational-grid.d.ts +1 -1
  77. package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +4 -4
  78. package/dist/build/types/src/core/components/pagination/pagination.d.ts +3 -11
  79. package/dist/build/types/src/core/components/pagination/pagination.stories.d.ts +26 -13
  80. package/dist/build/types/src/core/components/pagination/pagination.styles.d.ts +1 -1
  81. package/dist/build/types/src/core/components/panel/panel.d.ts +1 -2
  82. package/dist/build/types/src/core/{modules/asset/editor/toolbar/workflow-log-modal/workflow-log-modal.d.ts → components/password-reset/password-reset.d.ts} +1 -1
  83. package/dist/build/types/src/core/components/select/select.d.ts +2 -0
  84. package/dist/build/types/src/core/components/select/select.stories.d.ts +6 -0
  85. package/dist/build/types/src/core/components/select/select.styles.d.ts +3 -0
  86. package/dist/build/types/src/core/components/split-layout/split-layout.d.ts +3 -1
  87. package/dist/build/types/src/core/components/split-layout/split-layout.stories.d.ts +19 -0
  88. package/dist/build/types/src/core/components/stack-list/stack-list-item.d.ts +1 -0
  89. package/dist/build/types/src/core/components/tabpanel/tabpanel.d.ts +4 -1
  90. package/dist/build/types/src/core/constants/global.d.ts +1 -0
  91. package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +24 -0
  92. package/dist/build/types/src/core/lib/event-bus/index.d.ts +2 -2
  93. package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-container.d.ts +11 -0
  94. package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog.d.ts +15 -0
  95. package/dist/build/types/src/core/{components/element-toolbar/element-toolbar.styles.d.ts → modules/about/components/about-dialog/about-dialog.styles.d.ts} +2 -1
  96. package/dist/build/types/src/core/modules/about/index.d.ts +10 -0
  97. package/dist/build/types/src/core/modules/app/app-loader/loader/session/session-pinger.d.ts +11 -0
  98. package/dist/build/types/src/core/modules/app/app-loader/loader/session/use-session-ping.d.ts +10 -0
  99. package/dist/build/types/src/core/modules/app/app-loader/services/app-loader-registry.d.ts +22 -0
  100. package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +5 -0
  101. package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-widget-restorer.d.ts +18 -0
  102. package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.d.ts +17 -0
  103. package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts +12 -0
  104. package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo.d.ts +11 -0
  105. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +166 -0
  106. package/dist/build/types/src/core/modules/app/component-registry/component-registry.d.ts +3 -0
  107. package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +157 -0
  108. package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-registry.d.ts +30 -0
  109. package/dist/build/types/src/core/modules/app/context-menu-registry/context-types.d.ts +53 -0
  110. package/dist/build/types/src/core/modules/app/context-menu-registry/index.d.ts +12 -0
  111. package/dist/build/types/src/core/modules/app/context-menu-registry/use-context-menu-slot.d.ts +11 -0
  112. package/dist/build/types/src/core/modules/app/error-handler/classes/api-error.d.ts +1 -10
  113. package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +9 -0
  114. package/dist/build/types/src/core/modules/app/hook/use-date-converter.d.ts +20 -0
  115. package/dist/build/types/src/core/modules/app/hook/use-handle-keybindings.d.ts +2 -1
  116. package/dist/build/types/src/core/modules/app/hook-processor-registry/abstract-hook-processor-registry.d.ts +34 -0
  117. package/dist/build/types/src/core/modules/app/processor-registry/abstract-data-context.d.ts +33 -0
  118. package/dist/build/types/src/core/modules/app/processor-registry/abstract-processor-registry.d.ts +34 -0
  119. package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +1118 -0
  120. package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +315 -24
  121. package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +14 -0
  122. package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +192 -36
  123. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +192 -36
  124. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +192 -36
  125. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +192 -36
  126. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +833 -129
  127. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +1899 -386
  128. package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +1 -0
  129. package/dist/build/types/src/core/modules/asset/editor/index.d.ts +2 -0
  130. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +192 -36
  131. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +128 -24
  132. package/dist/build/types/src/core/modules/asset/editor/toolbar/context-menu/index.d.ts +10 -0
  133. package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +128 -24
  134. package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.d.ts +16 -0
  135. package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.styles.d.ts +15 -0
  136. package/dist/build/types/src/core/modules/asset/editor/types/folder/tab-manager/tabs/preview/context-menu/index.d.ts +10 -0
  137. package/dist/build/types/src/core/modules/asset/events/post-update-event.d.ts +22 -0
  138. package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +9 -0
  139. package/dist/build/types/src/core/modules/asset/index.d.ts +2 -0
  140. package/dist/build/types/src/core/modules/asset/listing/builder/asset-listing-builder.d.ts +32 -0
  141. package/dist/build/types/src/core/modules/asset/listing/decorator/context-menu/index.d.ts +10 -0
  142. package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
  143. package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
  144. package/dist/build/types/src/core/modules/asset/listing/index.d.ts +10 -0
  145. package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +210 -1
  146. package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-inner.d.ts +11 -0
  147. package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-left.d.ts +11 -0
  148. package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-right.d.ts +11 -0
  149. package/dist/build/types/src/core/modules/asset/services/asset-opening-service.d.ts +2 -0
  150. package/dist/build/types/src/core/modules/asset/services/processors/asset-save-data-processor-registry.d.ts +29 -0
  151. package/dist/build/types/src/core/modules/asset/tree/context-menu/index.d.ts +10 -0
  152. package/dist/build/types/src/core/modules/asset/tree/index.d.ts +1 -1
  153. package/dist/build/types/src/core/modules/asset/tree/utils/transform-api-data-to-node.d.ts +3 -1
  154. package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +26 -118
  155. package/dist/build/types/src/core/modules/auth/components/forgot-password-form/forgot-password-form.d.ts +15 -0
  156. package/dist/build/types/src/core/{components/login-form/login-form.d.ts → modules/auth/components/login-form/login-form-container.d.ts} +1 -1
  157. package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.d.ts → modules/auth/components/login-form/login-form.d.ts} +9 -7
  158. package/dist/build/types/src/core/modules/auth/hooks/use-authentication.d.ts +15 -0
  159. package/dist/build/types/src/core/modules/auth/profile/profile-container.d.ts +4 -1
  160. package/dist/build/types/src/core/modules/auth/profile/profile-detail.d.ts +2 -1
  161. package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +65 -12
  162. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +762 -116
  163. package/dist/build/types/src/core/modules/auth/user/user-slice.d.ts +1 -1
  164. package/dist/build/types/src/core/modules/background-processor/process/abstract-mercure-process.d.ts +7 -1
  165. package/dist/build/types/src/core/modules/background-processor/process/global-message-bus-process.d.ts +0 -2
  166. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +576 -108
  167. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +640 -120
  168. package/dist/build/types/src/core/modules/data-object/actions/add-object/use-add-object.d.ts +1 -0
  169. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +822 -91
  170. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +515 -60
  171. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +193 -36
  172. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +912 -138
  173. package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +1 -0
  174. package/dist/build/types/src/core/modules/data-object/editor/index.d.ts +1 -0
  175. package/dist/build/types/src/core/modules/data-object/editor/shared-tab-manager/tabs/versions/version-view-container.d.ts +11 -0
  176. package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/index.d.ts +10 -0
  177. package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/provider/layout-selection-provider.d.ts +1 -1
  178. package/dist/build/types/src/core/modules/data-object/events/post-update-event.d.ts +24 -0
  179. package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +9 -0
  180. package/dist/build/types/src/core/modules/data-object/index.d.ts +2 -0
  181. package/dist/build/types/src/core/modules/data-object/listing/batch-actions/batch-edit-modal/hooks/use-batch-edit.d.ts +3 -2
  182. package/dist/build/types/src/core/modules/data-object/listing/builder/object-listing-builder.d.ts +32 -0
  183. package/dist/build/types/src/core/modules/data-object/listing/decorator/class-definition-selection/context-layer/provider/use-class-definition-selection.d.ts +1 -0
  184. package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/hooks/with-configuration-sidebar-entry.d.ts +4 -1
  185. package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/forms/advanced-column-form/preview/preview-loader.d.ts +1 -1
  186. 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.d.ts +5 -1
  187. package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/hooks/use-grid-config.d.ts +1 -0
  188. package/dist/build/types/src/core/modules/data-object/listing/decorator/context-menu/index.d.ts +10 -0
  189. package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
  190. package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
  191. package/dist/build/types/src/core/modules/data-object/listing/index.d.ts +10 -0
  192. package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +211 -1
  193. package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-inner.d.ts +11 -0
  194. package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-left.d.ts +11 -0
  195. package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-right.d.ts +11 -0
  196. package/dist/build/types/src/core/modules/data-object/services/data-object-opening-service.d.ts +2 -0
  197. package/dist/build/types/src/core/modules/data-object/services/processors/data-object-save-data-processor-registry.d.ts +31 -0
  198. package/dist/build/types/src/core/modules/data-object/tree/context-menu/index.d.ts +10 -0
  199. package/dist/build/types/src/core/modules/data-object/tree/index.d.ts +1 -1
  200. package/dist/build/types/src/core/modules/data-object/tree/utils/transform-api-data-to-node.d.ts +3 -1
  201. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +192 -36
  202. package/dist/build/types/src/core/modules/document/actions/convert/use-convert.d.ts +1 -2
  203. package/dist/build/types/src/core/modules/document/actions/open-in-new-window/use-open-in-new-window.d.ts +2 -4
  204. package/dist/build/types/src/core/modules/document/actions/paste/use-paste.d.ts +2 -17
  205. package/dist/build/types/src/core/modules/document/actions/translations/components/new-translation-modal.d.ts +27 -0
  206. package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +1137 -197
  207. package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +845 -166
  208. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +1 -0
  209. package/dist/build/types/src/core/modules/document/editor/index.d.ts +1 -0
  210. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/draft-alert/draft-alert.d.ts +11 -0
  211. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-renderer/required-field-wrapper.d.ts +18 -0
  212. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-renderer/required-field-wrapper.styles.d.ts +12 -0
  213. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/styles/global.styles.d.ts +10 -0
  214. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-form.d.ts +4 -1
  215. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar.d.ts +4 -1
  216. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/document-configuration/document-configuration-form.d.ts +2 -1
  217. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/email-settings/email-settings-form.d.ts +2 -1
  218. package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/content-settings-visibility.d.ts +16 -0
  219. package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/document-permission-helper.d.ts +21 -0
  220. package/dist/build/types/src/core/modules/document/editor/sidebar/visibility/navigation-visibility.d.ts +16 -0
  221. package/dist/build/types/src/core/modules/document/editor/toolbar/context-menu/index.d.ts +10 -0
  222. package/dist/build/types/src/core/modules/document/events/post-update-event.d.ts +24 -0
  223. package/dist/build/types/src/core/modules/document/hooks/use-document-url-processor.d.ts +18 -0
  224. package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +9 -0
  225. package/dist/build/types/src/core/modules/document/hooks/use-required-fields-validation.d.ts +15 -0
  226. package/dist/build/types/src/core/modules/document/services/document-opening-service.d.ts +2 -0
  227. package/dist/build/types/src/core/modules/document/services/document-required-fields-validation-service.d.ts +23 -0
  228. package/dist/build/types/src/core/modules/document/services/index.d.ts +1 -0
  229. package/dist/build/types/src/core/modules/document/services/processors/document-save-data-processor-registry.d.ts +33 -0
  230. package/dist/build/types/src/core/modules/document/services/processors/document-url-processor-registry.d.ts +29 -0
  231. package/dist/build/types/src/core/modules/document/tree/context-menu/index.d.ts +10 -0
  232. package/dist/build/types/src/core/modules/document/tree/index.d.ts +1 -1
  233. package/dist/build/types/src/core/modules/document/tree/node/content/tree-node-navigation-exclude-icon.d.ts +12 -0
  234. package/dist/build/types/src/core/modules/document/tree/utils/transform-api-data-to-node.d.ts +3 -1
  235. package/dist/build/types/src/core/modules/document/utils/document-debounce-tag.d.ts +17 -0
  236. package/dist/build/types/src/core/modules/element/actions/index.d.ts +4 -0
  237. package/dist/build/types/src/core/modules/element/actions/locate-in-tree/use-locate-in-tree.d.ts +2 -0
  238. package/dist/build/types/src/core/modules/element/actions/lock/use-lock.d.ts +1 -0
  239. package/dist/build/types/src/core/modules/element/actions/publish/use-publish.d.ts +2 -2
  240. package/dist/build/types/src/core/modules/element/actions/refresh-tree/use-refresh-tree.d.ts +2 -3
  241. package/dist/build/types/src/core/modules/element/actions/rename/use-rename.d.ts +1 -1
  242. package/dist/build/types/src/core/modules/element/actions/sorting/use-sorting.d.ts +25 -0
  243. package/dist/build/types/src/core/modules/element/actions/unpublish/use-unpublish.d.ts +2 -2
  244. package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.d.ts +1 -1
  245. package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.styles.d.ts → modules/element/components/element-toolbar/element-toolbar.styles.d.ts} +3 -1
  246. package/dist/build/types/src/core/modules/element/components/language-selection/permission-based-language-selection-control.d.ts +1 -0
  247. package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +28 -0
  248. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/batch-edits/classification-store/dynamic-type-batch-edit-classification-store-component.d.ts +12 -0
  249. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/batch-edits/types/classification-store/dynamic-type-batch-edit-classification-store.d.ts +15 -0
  250. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.d.ts +1 -2
  251. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/content-editable/content-editable.styles.d.ts +0 -4
  252. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hotspot-image-preview.d.ts +3 -1
  253. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable-preview.d.ts +2 -2
  254. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable.d.ts +2 -22
  255. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/dynamic-type-document-editable-abstract.d.ts +21 -1
  256. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/responsive-asset-preview/responsive-asset-preview.d.ts +2 -2
  257. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/hooks/use-pending-elements-reveal.d.ts +1 -0
  258. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-image.d.ts +2 -47
  259. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-input.d.ts +1 -0
  260. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-link.d.ts +2 -0
  261. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-numeric.d.ts +1 -0
  262. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-select.d.ts +2 -0
  263. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-textarea.d.ts +1 -0
  264. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-video.d.ts +6 -4
  265. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-wysiwyg.d.ts +2 -0
  266. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/image-editable-types.d.ts +50 -0
  267. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/utils/asset-thumbnail-sizing.d.ts +0 -1
  268. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-color-component.d.ts +14 -0
  269. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component.d.ts +12 -0
  270. package/dist/build/types/src/core/modules/{execution-engine/jobs/download/notification-job-container.d.ts → element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-input-quantity-value-component.d.ts} +3 -5
  271. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-multiselect-component.d.ts +1 -0
  272. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-number-component.d.ts +12 -0
  273. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-quantity-value-component.d.ts +27 -0
  274. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-time-component.d.ts +26 -0
  275. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/dynamic-type-field-filter-abstract.d.ts +4 -1
  276. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/frontendTypes.d.ts +7 -3
  277. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/boolean/dynamic-type-field-filter-boolean.d.ts +2 -6
  278. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/classification-store/dynamic-type-field-filter-classification-store.d.ts +20 -0
  279. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/color/dynamic-type-field-filter-color.d.ts +17 -0
  280. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-adapter/dynamic-type-field-filter-data-object-adapter.d.ts +3 -0
  281. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/data-object-brick/dynamic-type-field-filter-data-object-object-brick.d.ts +3 -0
  282. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/date/dynamic-type-field-filter-date.d.ts +2 -1
  283. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/datetime/dynamic-type-field-filter-datetime.d.ts +19 -0
  284. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/input-quantity-value/dynamic-type-field-filter-input-quantity-value.d.ts +19 -0
  285. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/multiselect/dynamic-type-field-filter-multiselect.d.ts +2 -0
  286. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/none/dynamic-type-field-filter-none.d.ts +1 -0
  287. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/number/dynamic-type-field-filter-number.d.ts +2 -1
  288. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/quantity-value/dynamic-type-field-filter-quantity-value.d.ts +19 -0
  289. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/time/dynamic-type-field-filter-time.d.ts +19 -0
  290. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/checkbox/checkbox-cell.styles.d.ts +0 -1
  291. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/array/dynamic-type-grid-cell-array.d.ts +13 -0
  292. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/{field-filters/types/input/dynamic-type-field-filter-input.d.ts → grid-cell/types/classificationstore/dynamic-type-grid-cell-classificationstore.d.ts} +2 -3
  293. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/data-object-adapter/dynamic-type-grid-cell-data-object-adapter.d.ts +1 -1
  294. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/error/dynamic-type-grid-cell-error.d.ts +13 -0
  295. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/integer/dynamic-type-grid-cell-integer.d.ts +13 -0
  296. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/listing/types/dynamic-type-listing-asset-link.d.ts +1 -1
  297. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-asset.d.ts +1 -1
  298. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-checkbox.d.ts +1 -1
  299. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-date.d.ts +1 -1
  300. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-document.d.ts +1 -1
  301. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-input.d.ts +1 -1
  302. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-object.d.ts +1 -1
  303. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-select.d.ts +1 -1
  304. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-textarea.d.ts +1 -1
  305. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/classification-store-modal.d.ts +3 -2
  306. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/components/classification-store-data-tab/classification-store-callback-tab.d.ts +27 -0
  307. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/provider/classifcation-store-modal-provider.d.ts +33 -0
  308. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/utils/value-data.d.ts +1 -1
  309. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +1 -1
  310. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/allowed-types.d.ts +1 -0
  311. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/abstract/dynamic-type-object-data-abstract-select.d.ts +2 -2
  312. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-boolean-select.d.ts +2 -2
  313. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-calculated-value.d.ts +1 -0
  314. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-checkbox.d.ts +1 -1
  315. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-consent.d.ts +1 -1
  316. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country-multiselect.d.ts +1 -1
  317. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country.d.ts +1 -1
  318. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-date.d.ts +1 -1
  319. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-datetime.d.ts +1 -1
  320. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-email.d.ts +1 -1
  321. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-external-image.d.ts +2 -0
  322. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-firstname.d.ts +1 -1
  323. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-gender.d.ts +1 -1
  324. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input-quantity-value.d.ts +2 -0
  325. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input.d.ts +1 -1
  326. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language-multiselect.d.ts +1 -1
  327. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language.d.ts +1 -1
  328. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-lastname.d.ts +1 -1
  329. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-multiselect.d.ts +1 -1
  330. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-numeric.d.ts +1 -1
  331. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-quantity-value.d.ts +2 -0
  332. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-reverse-object-relation.d.ts +1 -1
  333. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-rgba-color.d.ts +2 -0
  334. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-select.d.ts +1 -1
  335. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-slider.d.ts +2 -0
  336. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-textarea.d.ts +1 -1
  337. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-time.d.ts +2 -0
  338. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-user.d.ts +1 -1
  339. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-wysiwyg.d.ts +1 -1
  340. package/dist/build/types/src/core/modules/{execution-engine/jobs/zip-upload/notification-job-container.d.ts → element/dynamic-types/definitions/objects/layout-related/components/iframe/iframe.d.ts} +6 -5
  341. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/types/dynamic-type-object-layout-iframe.d.ts +16 -0
  342. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/accordion-view.d.ts +1 -0
  343. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/card-view.d.ts +1 -0
  344. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/dynamic-type-pipeline-abstract.d.ts +1 -0
  345. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/anonymizer/anonymizer.d.ts +11 -0
  346. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/blur/blur.d.ts +11 -0
  347. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/boolean-formatter/boolean-formatter.d.ts +11 -0
  348. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/date-formatter/date-formatter.d.ts +11 -0
  349. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/explode/explode.d.ts +11 -0
  350. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/php-code/php-code.d.ts +11 -0
  351. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/string-replace/string-replace.d.ts +11 -0
  352. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/substring/substring.d.ts +11 -0
  353. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/translate/translate.d.ts +11 -0
  354. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/trim/trim.d.ts +11 -0
  355. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/twig-operator/twig-operator.d.ts +11 -0
  356. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/anonymizer/anonymizer.d.ts +16 -0
  357. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/blur/blur.d.ts +16 -0
  358. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/boolean-formatter/boolean-formatter.d.ts +16 -0
  359. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/change-case/change-case.d.ts +1 -0
  360. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/combine/combine.d.ts +1 -0
  361. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/date-formatter/date-formatter.d.ts +16 -0
  362. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/element-counter/element-counter.d.ts +16 -0
  363. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/explode/explode.d.ts +16 -0
  364. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/php-code/php-code.d.ts +16 -0
  365. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/string-replace/string-replace.d.ts +16 -0
  366. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/substring/substring.d.ts +16 -0
  367. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/translate/translate.d.ts +16 -0
  368. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/trim/trim.d.ts +16 -0
  369. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/twig-operator/twig-operator.d.ts +16 -0
  370. package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/types.d.ts +1 -1
  371. package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow}/hooks/use-submit-workflow.d.ts +3 -9
  372. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-action.d.ts +16 -0
  373. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-field-renderer.d.ts +31 -0
  374. package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow}/hooks/use-workflow.d.ts +1 -2
  375. package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-transition-group.d.ts +1 -1
  376. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/modal/workflow-modal.d.ts +11 -0
  377. package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-log-modal → element/editor/shared-components/workflow/provider}/workflow-provider.d.ts +4 -9
  378. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/types/workflow-types.d.ts +41 -0
  379. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +64 -12
  380. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +64 -12
  381. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +192 -36
  382. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +192 -36
  383. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +128 -24
  384. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +128 -24
  385. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +64 -12
  386. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +64 -12
  387. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +128 -24
  388. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +192 -36
  389. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +192 -36
  390. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +322 -60
  391. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +64 -12
  392. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +64 -12
  393. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +386 -73
  394. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +803 -85
  395. package/dist/build/types/src/core/modules/element/element-selector/provider/element-selector/element-selector-provider.d.ts +2 -1
  396. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +128 -24
  397. package/dist/build/types/src/core/modules/element/hooks/use-element-actions-menu.d.ts +25 -0
  398. package/dist/build/types/src/core/modules/element/hooks/use-element-api.d.ts +3 -0
  399. package/dist/build/types/src/core/modules/element/hooks/use-element-helper.d.ts +1 -0
  400. package/dist/build/types/src/core/modules/element/hooks/use-properties-initialization.d.ts +4 -1
  401. package/dist/build/types/src/core/modules/element/index.d.ts +1 -0
  402. package/dist/build/types/src/core/modules/element/listing/abstract/builder/listing-builder.d.ts +47 -0
  403. package/dist/build/types/src/core/modules/element/listing/abstract/builder/use-listing-builder.d.ts +22 -0
  404. package/dist/build/types/src/core/modules/element/listing/abstract/listing-container.d.ts +1 -1
  405. package/dist/build/types/src/core/modules/element/listing/abstract/settings/settings-provider.d.ts +1 -0
  406. package/dist/build/types/src/core/modules/element/listing/decorators/abstract-decorator.d.ts +4 -2
  407. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/field-filters/field-filters-provider.d.ts +4 -0
  408. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/search-term-filter/search-term-filter-provider.d.ts +2 -3
  409. package/dist/build/types/src/core/modules/element/listing/decorators/global-context/global-context-decorator.d.ts +11 -0
  410. package/dist/build/types/src/core/modules/element/listing/decorators/global-context/hooks/use-global-context-identifiers.d.ts +16 -0
  411. package/dist/build/types/src/core/modules/element/listing/decorators/global-context/view-layer/global-context-subscriber.d.ts +11 -0
  412. package/dist/build/types/src/core/modules/element/listing/decorators/global-context/with-global-context-subscriber.d.ts +11 -0
  413. package/dist/build/types/src/core/modules/element/listing/decorators/sorting/data-layer/with-sorting-data-query-arg.d.ts +5 -0
  414. package/dist/build/types/src/core/modules/element/permissions/permission-helper.d.ts +1 -0
  415. package/dist/build/types/src/core/modules/element/search-replace-assignments/components/search-replace-form/search-replace-form.d.ts +11 -0
  416. package/dist/build/types/src/core/modules/element/search-replace-assignments/components/table/table.d.ts +11 -0
  417. package/dist/build/types/src/core/modules/element/search-replace-assignments/components/toolbar/toolbar.d.ts +11 -0
  418. package/dist/build/types/src/core/modules/element/search-replace-assignments/index.d.ts +11 -0
  419. package/dist/build/types/src/core/modules/element/search-replace-assignments/providers/search-replace-assignments/search-replace-assignments-provider.d.ts +44 -0
  420. package/dist/build/types/src/core/modules/element/search-replace-assignments/search-replace-assignments-container.d.ts +11 -0
  421. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +358 -0
  422. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +421 -0
  423. package/dist/build/types/src/core/modules/element/services/element-widget-restorer.d.ts +19 -0
  424. package/dist/build/types/src/core/modules/element/services/processors/element-icon-processor-registry.d.ts +29 -0
  425. package/dist/build/types/src/core/modules/element/tree/tree-widget.d.ts +3 -2
  426. package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +384 -72
  427. package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +384 -72
  428. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +517 -0
  429. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +573 -0
  430. package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +0 -3
  431. package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +0 -5
  432. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +25 -0
  433. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +15 -0
  434. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +15 -0
  435. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +27 -0
  436. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-batch-edit-job.d.ts +22 -0
  437. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +24 -0
  438. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-batch-edit-job.d.ts +22 -0
  439. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +26 -0
  440. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +1 -7
  441. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +1 -1
  442. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +2 -2
  443. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/notification-job-container.d.ts +1 -5
  444. package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +9 -15
  445. package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +22 -0
  446. package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +8 -11
  447. package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +8 -11
  448. package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +35 -0
  449. package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +28 -0
  450. package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +21 -0
  451. package/dist/build/types/src/core/modules/execution-engine/{jobs/tag-assign/notification-job-container.d.ts → message-handlers/message-bus-job/job-error-modal.d.ts} +5 -3
  452. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +43 -0
  453. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +76 -0
  454. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +20 -0
  455. package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +3 -3
  456. package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +3 -1
  457. package/dist/build/types/src/core/modules/execution-engine/topics.d.ts +0 -1
  458. package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/field-filters/types/fullText/dynamic-type-field-filter-fulltext.d.ts → notifications/hooks/use-optimistic-update.d.ts} +5 -4
  459. package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +128 -24
  460. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +256 -48
  461. package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.styles.d.ts → modules/perspective-editor/components/perspective-form/components/allowed-menu-entries-panel/allowed-menu-entries-panel.styles.d.ts} +2 -2
  462. package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/components/specific-panel/specific-panel.styles.d.ts +12 -0
  463. package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/perspective-form.d.ts +1 -2
  464. package/dist/build/types/src/core/modules/perspective-editor/context/perspective-editor-provider.d.ts +1 -3
  465. package/dist/build/types/src/core/modules/perspective-editor/hooks/use-perspective-editor.d.ts +1 -0
  466. package/dist/build/types/src/core/modules/perspective-editor/registry/perspective-permission-provider-registry.d.ts +26 -0
  467. package/dist/build/types/src/core/modules/perspective-editor/services/providers/main-nav-perspective-permission-provider.d.ts +13 -0
  468. package/dist/build/types/src/core/modules/perspective-editor/services/providers/search-perspective-permission-provider.d.ts +13 -0
  469. package/dist/build/types/src/core/modules/perspectives/active-perspective-slice.d.ts +1 -1
  470. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +29 -21
  471. package/dist/build/types/src/core/modules/perspectives/hooks/use-perspectives.d.ts +8 -3
  472. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +329 -69
  473. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +335 -70
  474. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +64 -12
  475. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +64 -12
  476. package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +320 -60
  477. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +320 -60
  478. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +384 -72
  479. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +386 -72
  480. package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +2 -2
  481. package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/types/dynamic-type-custom-report-definition-sql-adapter.d.ts +1 -1
  482. package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/components/source-definition/source-definition.d.ts +1 -1
  483. package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/helpers.d.ts +5 -1
  484. package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.d.ts +3 -1
  485. package/dist/build/types/src/core/modules/reports/reports-editor/types.d.ts +2 -0
  486. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.d.ts +1 -1
  487. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.d.ts +1 -1
  488. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/pie-chart/pie-chart.d.ts +1 -1
  489. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/report-chart.d.ts +2 -1
  490. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/types.d.ts +1 -0
  491. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/helpers.d.ts +36 -0
  492. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/types.d.ts +19 -0
  493. package/dist/build/types/src/core/modules/reports/utils/reports-loader.d.ts +10 -0
  494. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +64 -12
  495. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +448 -84
  496. package/dist/build/types/src/core/modules/search/search.d.ts +1 -1
  497. package/dist/build/types/src/core/modules/user/hooks/use-merged-keybindings.d.ts +19 -0
  498. package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/constants.d.ts +15 -0
  499. package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/helpers.d.ts +10 -0
  500. package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings-container.d.ts +1 -3
  501. package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings.d.ts +2 -1
  502. package/dist/build/types/src/core/modules/user/management/management-container.d.ts +1 -3
  503. package/dist/build/types/src/core/modules/user/management/tree/tree-container.d.ts +3 -2
  504. package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +64 -12
  505. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +320 -60
  506. package/dist/build/types/src/core/modules/user/roles/roles-slice.d.ts +9 -3
  507. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +513 -96
  508. package/dist/build/types/src/core/modules/user/user-management-slice.d.ts +1 -0
  509. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +128 -24
  510. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +128 -24
  511. package/dist/build/types/src/core/modules/widget-editor/components/widget-type-form/context/widget-form-provider.d.ts +5 -4
  512. package/dist/build/types/src/core/modules/widget-editor/context/widget-editor-provider.d.ts +0 -2
  513. package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -0
  514. package/dist/build/types/src/core/modules/widget-manager/components/widget-restorer.d.ts +11 -0
  515. package/dist/build/types/src/core/modules/widget-manager/events/close-widget-events.d.ts +33 -0
  516. package/dist/build/types/src/core/modules/widget-manager/events/index.d.ts +10 -0
  517. package/dist/build/types/src/core/modules/widget-manager/hooks/use-is-active-main-widget.d.ts +1 -1
  518. package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +2 -1
  519. package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-title.d.ts +21 -0
  520. package/dist/build/types/src/core/modules/widget-manager/index.d.ts +10 -0
  521. package/dist/build/types/src/core/modules/widget-manager/services/processors/perspective-processor-registry.d.ts +98 -0
  522. package/dist/build/types/src/core/modules/widget-manager/services/static-widget-restorer.d.ts +21 -0
  523. package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.d.ts +6 -0
  524. package/dist/build/types/src/core/modules/widget-manager/services/widget-restorer-registry.d.ts +23 -0
  525. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +4 -1
  526. package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +3 -2
  527. package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.styles.d.ts +1 -0
  528. package/dist/build/types/src/core/modules/widget-manager/widget/widget-container.d.ts +2 -0
  529. package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +25 -0
  530. package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-view.d.ts +22 -0
  531. package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +5 -1
  532. package/dist/build/types/src/core/modules/widget-manager/widget-manager-persistence.d.ts +14 -0
  533. package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +3 -1
  534. package/dist/build/types/src/core/types/components/types.d.ts +5 -2
  535. package/dist/build/types/src/core/utils/clipboard.d.ts +13 -0
  536. package/dist/build/types/src/core/utils/exponential-backoff.d.ts +27 -0
  537. package/dist/build/types/src/core/utils/global-context-identifiers.d.ts +18 -0
  538. package/dist/build/types/src/core/utils/hooks/use-element-resize.d.ts +1 -1
  539. package/dist/build/types/src/core/utils/hooks/use-element-visible.d.ts +1 -1
  540. package/dist/build/types/src/core/utils/iframe.d.ts +5 -0
  541. package/dist/build/types/src/core/utils/local-storage.d.ts +29 -0
  542. package/dist/build/types/src/core/utils/polling-helper.d.ts +2 -1
  543. package/dist/build/types/src/core/utils/redux-state-persistence.d.ts +21 -0
  544. package/dist/build/types/src/core/utils/test-id-generator.d.ts +2 -2
  545. package/dist/build/types/src/sdk/api/perspectives/index.d.ts +1 -1
  546. package/dist/build/types/src/sdk/app/index.d.ts +1 -0
  547. package/dist/build/types/src/sdk/components/index.d.ts +26 -4
  548. package/dist/build/types/src/sdk/main.d.ts +1 -0
  549. package/dist/build/types/src/sdk/modules/app/index.d.ts +8 -0
  550. package/dist/build/types/src/sdk/modules/asset/index.d.ts +5 -0
  551. package/dist/build/types/src/sdk/modules/auth/index.d.ts +12 -0
  552. package/dist/build/types/src/sdk/modules/data-object/index.d.ts +8 -0
  553. package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -0
  554. package/dist/build/types/src/sdk/modules/element/index.d.ts +18 -0
  555. package/dist/build/types/src/sdk/modules/notifications/index.d.ts +11 -0
  556. package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +10 -0
  557. package/dist/build/types/src/sdk/modules/reports/index.d.ts +20 -0
  558. package/dist/build/types/src/{core/components/element-toolbar/element-toolbar.stories.d.ts → sdk/modules/widget-editor/index.d.ts} +2 -9
  559. package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +14 -1
  560. package/dist/build/types/src/sdk/utils/index.d.ts +4 -0
  561. package/package.json +4 -1
  562. package/dist/build/types/src/core/components/pagination/inline-textfield/inline-textfield.d.ts +0 -20
  563. package/dist/build/types/src/core/components/workflow-card/workflow-card.stories.d.ts +0 -15
  564. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/hooks/use-document-editables.d.ts +0 -11
  565. package/dist/build/types/src/core/modules/document/utils/preview-url-helper.d.ts +0 -13
  566. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/date/date-cell.styles.d.ts +0 -12
  567. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/number/number-cell.styles.d.ts +0 -12
  568. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/text/text-cell.styles.d.ts +0 -12
  569. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/textarea/textarea-cell.styles.d.ts +0 -12
  570. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/time/time-cell.styles.d.ts +0 -12
  571. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/translate/translate-cell.styles.d.ts +0 -12
  572. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/factory.d.ts +0 -25
  573. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/notification-job-container.d.ts +0 -17
  574. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/factory.d.ts +0 -25
  575. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/notification-job-container.d.ts +0 -17
  576. package/dist/build/types/src/core/modules/execution-engine/jobs/default/factory.d.ts +0 -20
  577. package/dist/build/types/src/core/modules/execution-engine/jobs/default/notification-job-container-message-bus.d.ts +0 -16
  578. package/dist/build/types/src/core/modules/execution-engine/jobs/default/notification-job-container.d.ts +0 -12
  579. package/dist/build/types/src/core/modules/execution-engine/jobs/download/factory.d.ts +0 -23
  580. package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/factory.d.ts +0 -20
  581. package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/factory.d.ts +0 -23
  582. package/dist/build/types/src/core/modules/execution-engine/message-handlers/default-job-handler.d.ts +0 -53
  583. package/dist/build/types/src/core/modules/execution-engine/message-handlers/step-based-progress-job-handler.d.ts +0 -16
  584. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/utils/helpers.d.ts +0 -30
  585. /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/tree-filter-provider.d.ts +0 -0
  586. /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/use-tree-filter.d.ts +0 -0
  587. /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/tree-id-provider.d.ts +0 -0
  588. /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/use-tree-id.d.ts +0 -0
  589. /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form-style.d.ts +0 -0
  590. /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form.stories.d.ts +0 -0
  591. /package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.skeleton.d.ts +0 -0
  592. /package/dist/build/types/src/core/{components → modules/element/components}/element-toolbar/element-toolbar.skeleton.styles.d.ts +0 -0
  593. /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/components/dropdown-button/dropdown-button.d.ts +0 -0
  594. /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/workflow-card.d.ts +0 -0
  595. /package/dist/build/types/src/core/{components/workflow-card → modules/element/editor/shared-components/workflow/card}/workflow-card.styles.d.ts +0 -0
  596. /package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-menu.d.ts +0 -0
  597. /package/dist/build/types/src/core/modules/{asset/editor/toolbar/workflow-menu → element/editor/shared-components/workflow/menu}/workflow-transition-group.styles.d.ts +0 -0
@@ -115,6 +115,7 @@ export declare const selectDocumentById: (state: Record<string, any>, id: number
115
115
  path: string;
116
116
  id: number;
117
117
  type: string;
118
+ elementType: string;
118
119
  parentId: number;
119
120
  icon: import("../../modules/document/document-api-slice-enhanced").ElementIcon;
120
121
  key: string;
@@ -13,3 +13,4 @@ import '../../../modules/document/editor/types/hardlink';
13
13
  import '../../../modules/document/editor/types/link';
14
14
  import '../../../modules/document/editor/types/page';
15
15
  import '../../../modules/document/editor/types/snippet';
16
+ import '../../../modules/document/editor/toolbar/context-menu';
@@ -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 DraftAlert: () => React.JSX.Element;
@@ -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
+ export interface RequiredFieldWrapperProps {
12
+ children: React.ReactNode;
13
+ isRequired: boolean;
14
+ editableName: string;
15
+ }
16
+ export declare const applyRequiredStyling: (editableName: string, iframeDocument?: Document) => void;
17
+ export declare const removeRequiredStyling: (editableName: string, iframeDocument?: Document) => void;
18
+ export declare const RequiredFieldWrapper: ({ children, isRequired, editableName }: RequiredFieldWrapperProps) => 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
+ export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
+ requiredFieldWrapper: import("antd-style").SerializedStyles;
12
+ }>;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export declare const DocumentEditorIframeGlobalStyles: import("react").NamedExoticComponent<object>;
@@ -18,6 +18,9 @@ interface ContentSettingsFormProps {
18
18
  prettyUrl: string;
19
19
  contentMainDocument: ManyToOneRelationValueType | null;
20
20
  };
21
+ hasPropertiesPermission?: boolean;
22
+ hasSavePermission?: boolean;
23
+ allowedContentMainDocumentTypes?: string[];
21
24
  }
22
- export declare const ContentSettingsForm: ({ documentId, initialValues }: ContentSettingsFormProps) => React.JSX.Element;
25
+ export declare const ContentSettingsForm: ({ documentId, initialValues, hasPropertiesPermission, hasSavePermission, allowedContentMainDocumentTypes }: ContentSettingsFormProps) => React.JSX.Element;
23
26
  export {};
@@ -8,4 +8,7 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  import React from 'react';
11
- export declare const ContentSettingsSidebar: () => React.JSX.Element;
11
+ export interface ContentSettingsSidebarProps {
12
+ allowedContentMainDocumentTypes?: string[];
13
+ }
14
+ export declare const ContentSettingsSidebar: ({ allowedContentMainDocumentTypes }?: ContentSettingsSidebarProps) => React.JSX.Element;
@@ -32,6 +32,7 @@ interface DocumentConfigurationFormProps {
32
32
  template?: string | null;
33
33
  }>;
34
34
  };
35
+ hasSavePermission?: boolean;
35
36
  }
36
- export declare const DocumentConfigurationForm: ({ documentId, documentType, initialValues, apiData }: DocumentConfigurationFormProps) => React.JSX.Element;
37
+ export declare const DocumentConfigurationForm: ({ documentId, documentType, initialValues, apiData, hasSavePermission }: DocumentConfigurationFormProps) => React.JSX.Element;
37
38
  export {};
@@ -18,6 +18,7 @@ interface EmailSettingsFormProps {
18
18
  cc: string;
19
19
  bcc: string;
20
20
  };
21
+ hasSavePermission?: boolean;
21
22
  }
22
- export declare const EmailSettingsForm: ({ documentId, initialValues }: EmailSettingsFormProps) => React.JSX.Element;
23
+ export declare const EmailSettingsForm: ({ documentId, initialValues, hasSavePermission }: EmailSettingsFormProps) => React.JSX.Element;
23
24
  export {};
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type IDocumentContext } from '../../../../../modules/document/document-provider';
11
+ /**
12
+ * Checks if settings should be visible based on document permissions.
13
+ * This function takes a document context parameter since visibility functions
14
+ * are called from the sidebar manager which doesn't have React context access.
15
+ */
16
+ export declare const checkSettingsVisibility: (context: IDocumentContext) => boolean;
@@ -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 IDocumentContext } from '../../../../../modules/document/document-provider';
11
+ import { type ElementPermissionKeys } from '../../../../../modules/element/permissions/permission-helper';
12
+ /**
13
+ * Generic utility function to check document permissions for sidebar visibility.
14
+ * This function takes a document context parameter since visibility functions
15
+ * are called from the sidebar manager which doesn't have React context access.
16
+ *
17
+ * @param context - The document context containing the document ID
18
+ * @param permission - The permission key to check (e.g., 'settings', 'properties', 'view', etc.)
19
+ * @returns boolean indicating whether the user has the specified permission for the document
20
+ */
21
+ export declare const checkDocumentPermission: (context: IDocumentContext, permission: ElementPermissionKeys) => boolean;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type IDocumentContext } from '../../../../../modules/document/document-provider';
11
+ /**
12
+ * Checks if navigation should be visible based on document permissions.
13
+ * This function takes a document context parameter since visibility functions
14
+ * are called from the sidebar manager which doesn't have React context access.
15
+ */
16
+ export declare const checkNavigationVisibility: (context: IDocumentContext) => boolean;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export {};
@@ -0,0 +1,24 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type eventTypes, type AbstractEvent } from '../../../lib/event-bus';
11
+ import { type SaveTaskType } from '../services/document-save-task-manager';
12
+ export interface DocumentPostUpdateEventPayload {
13
+ id: number;
14
+ task?: SaveTaskType;
15
+ updatedData: Record<string, any>;
16
+ responseData: Record<string, any>;
17
+ }
18
+ export interface DocumentPostUpdateEvent extends AbstractEvent {
19
+ identifier: {
20
+ type: typeof eventTypes['document:editor:post-update'];
21
+ id?: string;
22
+ };
23
+ payload: DocumentPostUpdateEventPayload;
24
+ }
@@ -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
+ /**
11
+ * Custom hook that processes URL parameters using hook-based processors
12
+ * This allows processors to use React hooks directly within the processor
13
+ */
14
+ export declare const useDocumentUrlProcessor: (documentId: number, processorType: "preview" | "edit", baseUrl: string, baseParameters?: Record<string, string>) => string;
15
+ /**
16
+ * Helper hook for preview URLs with standard preview parameters
17
+ */
18
+ export declare const useDocumentPreviewUrlProcessor: (documentId: number, baseUrl: string, refreshKey?: number) => string;
@@ -12,6 +12,15 @@ export interface GlobalDocumentContext extends GlobalContext {
12
12
  type: 'document';
13
13
  config: {
14
14
  id: number;
15
+ contextIdentifiers: {
16
+ type: string;
17
+ subType: string;
18
+ tags: string[];
19
+ selectedElements?: Array<{
20
+ id: number;
21
+ type: string;
22
+ }>;
23
+ };
15
24
  };
16
25
  }
17
26
  interface UseGlobalDocumentContext {
@@ -0,0 +1,15 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type ValidationResult } from '../services/document-required-fields-validation-service';
11
+ export interface UseRequiredFieldsValidationHookReturn {
12
+ validateRequiredFields: (documentId: number) => ValidationResult;
13
+ showValidationErrorModal: (requiredFields: string[]) => void;
14
+ }
15
+ export declare const useRequiredFieldsValidation: () => UseRequiredFieldsValidationHookReturn;
@@ -7,6 +7,7 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
+ import { type WidgetManagerTabConfig } from '../../../modules/widget-manager/widget-manager-slice';
10
11
  interface DocumentConfig {
11
12
  id: number;
12
13
  }
@@ -17,6 +18,7 @@ export declare class DocumentOpeningService {
17
18
  private isWidgetOpen;
18
19
  private switchToWidget;
19
20
  private fetchAndStoreDocumentDraft;
21
+ getWidgetConfig(id: number, silent?: boolean): Promise<WidgetManagerTabConfig | undefined>;
20
22
  openDocument(config: DocumentConfig): Promise<void>;
21
23
  }
22
24
  export declare const documentOpeningService: DocumentOpeningService;
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type DynamicTypeDocumentEditableRegistry } from '../../../modules/element/dynamic-types/definitions/document/editable/dynamic-type-document-editable-registry';
11
+ export interface ValidationResult {
12
+ isValid: boolean;
13
+ requiredFields: string[];
14
+ }
15
+ export interface DocumentRequiredFieldsValidationService {
16
+ validateRequiredFields: (documentId: number) => ValidationResult;
17
+ }
18
+ declare class DocumentRequiredFieldsValidationServiceImpl implements DocumentRequiredFieldsValidationService {
19
+ private readonly documentEditableRegistry;
20
+ constructor(documentEditableRegistry: DynamicTypeDocumentEditableRegistry);
21
+ validateRequiredFields(documentId: number): ValidationResult;
22
+ }
23
+ export { DocumentRequiredFieldsValidationServiceImpl };
@@ -9,3 +9,4 @@
9
9
  */
10
10
  export * from './document-save-service';
11
11
  export * from './document-save-task-manager';
12
+ export * from './document-required-fields-validation-service';
@@ -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
+ import { AbstractProcessorRegistry, type Processor } from '../../../../modules/app/processor-registry/abstract-processor-registry';
11
+ import { AbstractDataContext } from '../../../../modules/app/processor-registry/abstract-data-context';
12
+ import { type SaveTaskType } from '../document-save-task-manager';
13
+ import type { DocumentUpdateByIdApiArg } from '../../document-api-slice.gen';
14
+ export type DocumentSaveUpdateData = DocumentUpdateByIdApiArg['body']['data'] & {
15
+ useDraftData?: boolean;
16
+ };
17
+ /**
18
+ * Context object passed to document save data processors
19
+ */
20
+ export declare class DocumentSaveDataContext extends AbstractDataContext<DocumentSaveUpdateData> {
21
+ readonly documentId: number;
22
+ readonly saveTask: SaveTaskType;
23
+ updateData: DocumentSaveUpdateData;
24
+ constructor(documentId: number, saveTask: SaveTaskType, updateData: DocumentSaveUpdateData);
25
+ }
26
+ /**
27
+ * Processor for modifying document save data before it's sent to the API.
28
+ * Allows adding, transforming, or enriching data based on custom logic.
29
+ */
30
+ export interface DocumentSaveDataProcessor extends Processor<DocumentSaveDataContext> {
31
+ }
32
+ export declare class DocumentSaveDataProcessorRegistry extends AbstractProcessorRegistry<DocumentSaveDataContext> {
33
+ }
@@ -0,0 +1,29 @@
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 { AbstractProcessorRegistry, type Processor } from '../../../../modules/app/processor-registry/abstract-processor-registry';
11
+ /**
12
+ * Context for document URL processing operations
13
+ */
14
+ export declare class DocumentUrlContext {
15
+ readonly documentId: number;
16
+ readonly processorType: 'preview' | 'edit';
17
+ readonly baseUrl: string;
18
+ private readonly parameters;
19
+ constructor(documentId: number, processorType: 'preview' | 'edit', baseUrl: string, baseParameters?: Record<string, string>);
20
+ addParam(key: string, value: string): void;
21
+ getParams(): Readonly<Record<string, string>>;
22
+ }
23
+ /**
24
+ * Document URL processor that modifies URL parameters for edit or preview URLs
25
+ */
26
+ export interface DocumentUrlProcessor extends Processor<DocumentUrlContext> {
27
+ }
28
+ export declare class DocumentUrlProcessorRegistry extends AbstractProcessorRegistry<DocumentUrlContext> {
29
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export {};
@@ -7,4 +7,4 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export {};
10
+ import './context-menu';
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ import { type TreeNodeContentMetaProps } from '../../../../../components/element-tree/node/content/tree-node-content';
12
+ export declare const TreeNodeNavigationExcludeIcon: (props: TreeNodeContentMetaProps) => React.JSX.Element | null;
@@ -7,6 +7,8 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- import { type DocumentGetTreeApiResponse } from '../../document-api-slice.gen';
10
+ import { type DocumentGetTreeApiResponse, type Document } from '../../document-api-slice.gen';
11
+ import { type TreeNode } from '../../../../components/element-tree/element-tree-slice';
11
12
  import { type DataTransformerSourceNode, type DataTransformerReturnType } from '../../../../components/element-tree/types/node-api-hook';
13
+ export declare const transformApiDataToNode: (documentNode: Document, node: DataTransformerSourceNode) => TreeNode;
12
14
  export declare const transformApiDataToNodes: (node: DataTransformerSourceNode, data: DocumentGetTreeApiResponse, maxItemsPerNode: number | undefined) => DataTransformerReturnType;
@@ -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
+ /**
11
+ * Creates a debounce tag for document-specific form operations.
12
+ * This tag is used to group and flush debounced form changes by document.
13
+ *
14
+ * @param documentId - The unique identifier of the document
15
+ * @returns A standardized tag string for document form debouncing
16
+ */
17
+ export declare const createDocumentDebounceTag: (documentId: number) => string;
@@ -30,6 +30,10 @@ export declare enum ContextMenuActionName {
30
30
  pasteRecursiveUpdatingReferences = "pasteRecursiveUpdatingReferences",
31
31
  pasteAsChild = "pasteAsChild",
32
32
  pasteOnlyContents = "pasteOnlyContents",
33
+ sorting = "sorting",
34
+ sortingAscending = "sortingAscending",
35
+ sortingDescending = "sortingDescending",
36
+ sortingIndexed = "sortingIndexed",
33
37
  openInNewWindow = "openInNewWindow",
34
38
  openPreviewInNewWindow = "openPreviewInNewWindow",
35
39
  addPage = "addPage",
@@ -9,8 +9,10 @@
9
9
  */
10
10
  import { type ItemType } from '../../../../components/dropdown/dropdown';
11
11
  import { type ElementType } from '../../../../types/enums/element/element-type';
12
+ import { type TreeNodeProps } from '../../../../components/element-tree/node/tree-node';
12
13
  export interface UseLocateInTreeHookReturn {
13
14
  locateInTree: (elementId: number, onFinished?: () => void) => void;
14
15
  locateInTreeGridContextMenuItem: (row: any, onFinish?: () => void) => ItemType | undefined;
16
+ locateInTreeContextMenuItem: (data: TreeNodeProps, onFinish?: () => void) => ItemType;
15
17
  }
16
18
  export declare const useLocateInTree: (elementType: ElementType) => UseLocateInTreeHookReturn;
@@ -24,6 +24,7 @@ export interface UseLockHookReturn {
24
24
  unlockContextMenuItem: (node: Element, onFinish?: () => void) => ItemType;
25
25
  unlockAndPropagateTreeContextMenuItem: (node: TreeNodeProps) => ItemType;
26
26
  unlockAndPropagateContextMenuItem: (node: Element, onFinish?: () => void) => ItemType;
27
+ lockMenuTreeContextMenuItem: (node: TreeNodeProps) => ItemType;
27
28
  isLockMenuHidden: (node: Element | TreeNodeProps) => boolean;
28
29
  }
29
30
  export declare enum LockType {
@@ -12,7 +12,7 @@ import { type TreeNodeProps } from '../../../../components/element-tree/node/tre
12
12
  import { type ElementType } from '../../../../types/enums/element/element-type';
13
13
  import { type Element } from '../../element-helper';
14
14
  export interface PublishHookReturn {
15
- publishTreeContextMenuItem: (node: TreeNodeProps) => ItemType;
16
- publishNode: (node: TreeNodeProps | Element) => void;
15
+ publishTreeContextMenuItem: (node: TreeNodeProps, onFinish?: () => void) => ItemType;
16
+ publishNode: (node: TreeNodeProps | Element, onFinish?: () => void) => void;
17
17
  }
18
18
  export declare const usePublish: (elementType: ElementType) => PublishHookReturn;
@@ -9,9 +9,8 @@
9
9
  */
10
10
  import type { TreeNodeProps } from '../../../../components/element-tree/node/tree-node';
11
11
  import type { ItemType } from '../../../../components/dropdown/dropdown';
12
- import { type ElementType } from '../../../../types/enums/element/element-type';
13
12
  export interface UseRefreshTreeHookReturn {
14
13
  refreshTreeContextMenuItem: (node: TreeNodeProps) => ItemType;
15
- refreshTree: (parentId: number) => void;
14
+ refreshTree: (parentId: number | string) => void;
16
15
  }
17
- export declare const useRefreshTree: (elementType: ElementType) => UseRefreshTreeHookReturn;
16
+ export declare const useRefreshTree: (elementType: string) => UseRefreshTreeHookReturn;
@@ -13,7 +13,7 @@ import type { TreeNodeProps } from '../../../../components/element-tree/node/tre
13
13
  import { type Element } from '../../../../modules/element/element-helper';
14
14
  export interface UseRenameHookReturn {
15
15
  rename: (parentId: number, currentLabel: string) => void;
16
- renameTreeContextMenuItem: (node: TreeNodeProps) => ItemType;
16
+ renameTreeContextMenuItem: (node: TreeNodeProps, onFinish?: (newName: string) => void) => ItemType;
17
17
  renameContextMenuItem: (node: Element, onFinish?: () => void) => ItemType;
18
18
  renameGridContextMenuItem: (row: any) => ItemType | undefined;
19
19
  renameMutation: (parentId: number, value: string) => Promise<void>;
@@ -0,0 +1,25 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type ElementType } from '../../../../types/enums/element/element-type';
11
+ import { type Element } from '../../../../modules/element/element-helper';
12
+ import { type TreeNodeProps } from '../../../../components/element-tree/node/tree-node';
13
+ import { type ItemType } from '../../../../components/menu/menu';
14
+ type ElementPartial = Pick<Element, 'id' | 'parentId'>;
15
+ export interface UseSortingHookReturn {
16
+ move: (props: MoveProps) => Promise<void>;
17
+ sortingContextMenuItem: (node: TreeNodeProps) => ItemType;
18
+ }
19
+ export interface MoveProps {
20
+ currentElement: ElementPartial;
21
+ targetElement: ElementPartial;
22
+ newIndex: number;
23
+ }
24
+ export declare const useSorting: (elementType: ElementType) => UseSortingHookReturn;
25
+ export {};
@@ -13,8 +13,8 @@ import { type DataObject } from '../../../../modules/data-object/data-object-api
13
13
  import { type ElementType } from '../../../../types/enums/element/element-type';
14
14
  import { type Document } from '../../../../modules/document/document-api-slice.gen';
15
15
  type Element = DataObject | Document;
16
- interface UseUnpublishHookReturn {
17
- unpublishTreeContextMenuItem: (node: TreeNodeProps) => ItemType;
16
+ export interface UseUnpublishHookReturn {
17
+ unpublishTreeContextMenuItem: (node: TreeNodeProps, onFinish?: () => void) => ItemType;
18
18
  unpublishContextMenuItem: (node: Element, onFinish?: () => void) => ItemType;
19
19
  unpublishTreeNode: (node: TreeNodeProps | Element, onFinish?: () => void) => void;
20
20
  }
@@ -7,8 +7,8 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- import { type ElementType } from '../../types/enums/element/element-type';
11
10
  import React from 'react';
11
+ import { type ElementType } from '../../../../types/enums/element/element-type';
12
12
  export declare const ElementToolbar: ({ id, elementType, editorTabsWidth }: {
13
13
  id: number;
14
14
  elementType: ElementType;
@@ -8,5 +8,7 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  export declare const useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- 'editable-container': import("antd-style").SerializedStyles;
11
+ toolbar: import("antd-style").SerializedStyles;
12
+ dropdownInfoWrapper: import("antd-style").SerializedStyles;
13
+ dropdownInfo: import("antd-style").SerializedStyles;
12
14
  }>;
@@ -12,5 +12,6 @@ export interface PermissionBasedLanguageSelectionControlProps {
12
12
  value: string | null;
13
13
  onChange: (value: string | null) => void;
14
14
  isNullable?: boolean;
15
+ customKeys?: string[];
15
16
  }
16
17
  export declare const PermissionBasedLanguageSelectionControl: (props: PermissionBasedLanguageSelectionControlProps) => React.JSX.Element;
@@ -0,0 +1,28 @@
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 Element } from '../../../../modules/element/element-helper';
12
+ import { type ElementType } from '../../../../types/enums/element/element-type';
13
+ export type ISystemInfoModalData = Element & {
14
+ elementType: ElementType;
15
+ deeplink: string;
16
+ modificationDate: number | null;
17
+ creationDate: number | null;
18
+ userOwner: number;
19
+ userModification: number | null;
20
+ fileSize?: number;
21
+ mimeType?: string | null;
22
+ className?: string;
23
+ };
24
+ export interface ISystemInfoModalProps {
25
+ onClose: () => void;
26
+ data: ISystemInfoModalData;
27
+ }
28
+ export declare const SystemInfoModal: ({ onClose, data }: ISystemInfoModalProps) => 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 React from 'react';
11
+ import { type AbstractBatchEditDefinition } from '../../../../../../modules/element/dynamic-types/definitions/batch-edits/dynamic-type-batch-edit-abstract';
12
+ export declare const DynamicTypeBatchEditClassificationStoreComponent: ({ batchEdit }: AbstractBatchEditDefinition) => React.JSX.Element;