@pimcore/studio-ui-bundle 0.10.21 → 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 (440) 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 +18 -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/router/router.d.ts +2 -0
  5. package/dist/build/types/src/core/app/store/index.d.ts +1 -1
  6. package/dist/build/types/src/core/bootstrap.d.ts +2 -0
  7. package/dist/build/types/src/core/components/block/block.d.ts +3 -1
  8. package/dist/build/types/src/core/components/context-menu-wrapper/context-menu-wrapper.d.ts +2 -1
  9. package/dist/build/types/src/core/components/date-picker/time-picker.d.ts +1 -1
  10. package/dist/build/types/src/core/components/date-picker/time-range-picker.d.ts +23 -0
  11. package/dist/build/types/src/core/components/date-picker/time-range-picker.stories.d.ts +21 -0
  12. package/dist/build/types/src/core/components/drag-and-drop/drag-and-drop.stories.d.ts +4 -0
  13. package/dist/build/types/src/core/components/drag-and-drop/droppable-context-provider.d.ts +1 -0
  14. package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/base-hotspot-droppable.d.ts +18 -0
  15. package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/hotspot-helpers.d.ts +24 -0
  16. package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable/use-hotspot-aggregate-state.d.ts +14 -0
  17. package/dist/build/types/src/core/components/drag-and-drop/hotspot-droppable.d.ts +42 -0
  18. package/dist/build/types/src/core/components/dropdown/dropdown-height-provider.d.ts +19 -0
  19. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +22 -14
  20. package/dist/build/types/src/core/components/element-tree/element-tree.d.ts +2 -2
  21. 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
  22. package/dist/build/types/src/core/components/element-tree/hooks/use-element-tree-root-node.d.ts +1 -1
  23. package/dist/build/types/src/core/components/element-tree/node/tree-node.d.ts +2 -2
  24. package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/pager/pager-container.d.ts +1 -1
  25. package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/tree-permission-provider.d.ts +1 -1
  26. package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
  27. package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/search/search-container.d.ts +1 -1
  28. package/dist/build/types/src/core/components/element-tree/types/node-api-hook.d.ts +1 -1
  29. package/dist/build/types/src/core/components/flex/flex.d.ts +1 -1
  30. package/dist/build/types/src/core/components/form/form.d.ts +1 -1
  31. package/dist/build/types/src/core/components/form/layouts/tabpanel/tabpanel.stories.d.ts +1 -1
  32. package/dist/build/types/src/core/components/formatted-date/formatted-date.d.ts +1 -0
  33. package/dist/build/types/src/core/components/grid/columns/default-cell.d.ts +1 -1
  34. package/dist/build/types/src/core/components/grid/columns/default-cell.styles.d.ts +5 -1
  35. package/dist/build/types/src/core/components/grid/contexts/columns-context.d.ts +6 -6
  36. package/dist/build/types/src/core/components/grid/grid-cell/grid-cell.d.ts +3 -1
  37. package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +6 -2
  38. package/dist/build/types/src/core/components/grid/grid-context.d.ts +3 -1
  39. package/dist/build/types/src/core/components/grid/grid.d.ts +4 -4
  40. package/dist/build/types/src/core/components/grid/grid.stories.d.ts +7 -0
  41. package/dist/build/types/src/core/components/grid/grid.styles.d.ts +6 -1
  42. package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -1
  43. package/dist/build/types/src/core/components/language-selection/language-selection.d.ts +2 -1
  44. package/dist/build/types/src/core/components/many-to-one-relation/index.d.ts +1 -0
  45. package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation-input.d.ts +16 -0
  46. package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +1 -0
  47. package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +20 -0
  48. package/dist/build/types/src/core/{modules/execution-engine/jobs/default/notification-job-container.d.ts → components/modal/form-modal/components/dont-ask-again-switch.d.ts} +3 -2
  49. package/dist/build/types/src/core/components/modal/form-modal/components/input-form.d.ts +21 -0
  50. package/dist/build/types/src/core/components/modal/form-modal/components/textarea-form.d.ts +19 -0
  51. package/dist/build/types/src/core/components/modal/form-modal/components/upload-form.d.ts +21 -0
  52. package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +9 -5
  53. package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +28 -0
  54. package/dist/build/types/src/core/components/operational-grid/operational-grid.d.ts +1 -1
  55. package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +4 -4
  56. package/dist/build/types/src/core/components/pagination/pagination.d.ts +3 -11
  57. package/dist/build/types/src/core/components/pagination/pagination.stories.d.ts +26 -13
  58. package/dist/build/types/src/core/components/pagination/pagination.styles.d.ts +1 -1
  59. package/dist/build/types/src/core/components/panel/panel.d.ts +1 -2
  60. package/dist/build/types/src/core/{modules/element/editor/shared-components/workflow/log-modal/workflow-log-modal.d.ts → components/password-reset/password-reset.d.ts} +1 -1
  61. package/dist/build/types/src/core/components/split-layout/split-layout.d.ts +3 -1
  62. package/dist/build/types/src/core/components/split-layout/split-layout.stories.d.ts +19 -0
  63. package/dist/build/types/src/core/components/tabpanel/tabpanel.d.ts +4 -1
  64. package/dist/build/types/src/core/constants/global.d.ts +1 -0
  65. package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +4 -0
  66. package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-container.d.ts +11 -0
  67. package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog.d.ts +15 -0
  68. package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.styles.d.ts → modules/about/components/about-dialog/about-dialog.styles.d.ts} +2 -1
  69. package/dist/build/types/src/core/{components/pagination/size-changer/size-changer.styles.d.ts → modules/about/index.d.ts} +1 -3
  70. package/dist/build/types/src/core/modules/app/app-loader/loader/session/session-pinger.d.ts +11 -0
  71. package/dist/build/types/src/core/modules/app/app-loader/loader/session/use-session-ping.d.ts +10 -0
  72. package/dist/build/types/src/core/modules/app/app-loader/services/app-loader-registry.d.ts +22 -0
  73. package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +5 -0
  74. package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-widget-restorer.d.ts +18 -0
  75. package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo/subscription-details.d.ts +17 -0
  76. package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/grid-cell/components/date/date-cell.styles.d.ts → app/base-layout/right-sidebar/logo/subscription-details.styles.d.ts} +2 -2
  77. package/dist/build/types/src/core/modules/app/base-layout/right-sidebar/logo.d.ts +11 -0
  78. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +72 -0
  79. package/dist/build/types/src/core/modules/app/component-registry/component-registry.d.ts +3 -0
  80. package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-registry.d.ts +6 -0
  81. package/dist/build/types/src/core/modules/app/error-handler/classes/api-error.d.ts +1 -4
  82. package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +3 -0
  83. package/dist/build/types/src/core/modules/app/hook/use-date-converter.d.ts +20 -0
  84. package/dist/build/types/src/core/modules/app/hook/use-handle-keybindings.d.ts +2 -1
  85. package/dist/build/types/src/core/modules/app/hook-processor-registry/abstract-hook-processor-registry.d.ts +34 -0
  86. package/dist/build/types/src/core/modules/app/processor-registry/abstract-data-context.d.ts +33 -0
  87. package/dist/build/types/src/core/modules/app/processor-registry/abstract-processor-registry.d.ts +34 -0
  88. package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +1118 -0
  89. package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +315 -24
  90. package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +13 -0
  91. package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +193 -37
  92. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +193 -37
  93. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +192 -36
  94. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +192 -36
  95. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +833 -129
  96. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +1899 -386
  97. package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +1 -0
  98. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +192 -36
  99. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +128 -24
  100. package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +128 -24
  101. package/dist/build/types/src/core/modules/{execution-engine/jobs/tag-assign/notification-job-container.d.ts → asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.d.ts} +5 -3
  102. package/dist/build/types/src/core/modules/asset/editor/types/document/tab-manager/tabs/preview/unsafe-pdf-view.styles.d.ts +15 -0
  103. package/dist/build/types/src/core/modules/asset/events/post-update-event.d.ts +22 -0
  104. package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +9 -0
  105. package/dist/build/types/src/core/modules/asset/index.d.ts +1 -0
  106. package/dist/build/types/src/core/modules/asset/listing/builder/asset-listing-builder.d.ts +32 -0
  107. package/dist/build/types/src/core/{components/pagination/inline-textfield/inline-textfield.stories.d.ts → modules/asset/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts} +2 -10
  108. package/dist/build/types/src/core/modules/asset/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
  109. package/dist/build/types/src/core/modules/asset/listing/index.d.ts +10 -0
  110. package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +210 -1
  111. package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-inner.d.ts +11 -0
  112. package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-left.d.ts +11 -0
  113. package/dist/build/types/src/core/modules/asset/listing/toolbar/toolbar-right.d.ts +11 -0
  114. package/dist/build/types/src/core/modules/asset/services/asset-opening-service.d.ts +2 -0
  115. package/dist/build/types/src/core/modules/asset/services/processors/asset-save-data-processor-registry.d.ts +29 -0
  116. package/dist/build/types/src/core/modules/asset/tree/utils/transform-api-data-to-node.d.ts +3 -1
  117. package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +26 -118
  118. package/dist/build/types/src/core/modules/auth/components/forgot-password-form/forgot-password-form.d.ts +15 -0
  119. 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
  120. 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
  121. package/dist/build/types/src/core/modules/auth/hooks/use-authentication.d.ts +15 -0
  122. package/dist/build/types/src/core/modules/auth/profile/profile-container.d.ts +4 -1
  123. package/dist/build/types/src/core/modules/auth/profile/profile-detail.d.ts +2 -1
  124. package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +65 -12
  125. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +762 -116
  126. package/dist/build/types/src/core/modules/auth/user/user-slice.d.ts +1 -1
  127. package/dist/build/types/src/core/modules/background-processor/process/abstract-mercure-process.d.ts +7 -1
  128. package/dist/build/types/src/core/modules/background-processor/process/global-message-bus-process.d.ts +0 -2
  129. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +576 -108
  130. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +640 -120
  131. package/dist/build/types/src/core/modules/data-object/actions/add-object/use-add-object.d.ts +1 -0
  132. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +576 -108
  133. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +384 -72
  134. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +193 -36
  135. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +912 -138
  136. package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +1 -0
  137. package/dist/build/types/src/core/modules/data-object/editor/toolbar/context-menu/provider/layout-selection-provider.d.ts +1 -1
  138. package/dist/build/types/src/core/modules/data-object/events/post-update-event.d.ts +24 -0
  139. package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +9 -0
  140. package/dist/build/types/src/core/modules/data-object/index.d.ts +1 -0
  141. package/dist/build/types/src/core/modules/data-object/listing/builder/object-listing-builder.d.ts +32 -0
  142. 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
  143. 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
  144. package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/context-layer/with-dynamic-types.d.ts +11 -0
  145. package/dist/build/types/src/core/modules/data-object/listing/decorator/dynamic-type/dynamic-type-decorator.d.ts +11 -0
  146. package/dist/build/types/src/core/modules/data-object/listing/index.d.ts +10 -0
  147. package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +211 -1
  148. package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-inner.d.ts +11 -0
  149. package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-left.d.ts +11 -0
  150. package/dist/build/types/src/core/modules/data-object/listing/toolbar/toolbar-right.d.ts +11 -0
  151. package/dist/build/types/src/core/modules/data-object/services/data-object-opening-service.d.ts +2 -0
  152. package/dist/build/types/src/core/modules/data-object/services/processors/data-object-save-data-processor-registry.d.ts +31 -0
  153. package/dist/build/types/src/core/modules/data-object/tree/utils/transform-api-data-to-node.d.ts +3 -1
  154. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +192 -36
  155. package/dist/build/types/src/core/modules/document/actions/open-in-new-window/use-open-in-new-window.d.ts +2 -4
  156. package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +967 -187
  157. package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +845 -166
  158. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +1 -0
  159. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-form.d.ts +2 -1
  160. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar.d.ts +4 -1
  161. package/dist/build/types/src/core/modules/document/events/post-update-event.d.ts +24 -0
  162. package/dist/build/types/src/core/modules/document/hooks/use-document-url-processor.d.ts +18 -0
  163. package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +9 -0
  164. package/dist/build/types/src/core/modules/document/services/document-opening-service.d.ts +2 -0
  165. package/dist/build/types/src/core/modules/document/services/processors/document-save-data-processor-registry.d.ts +33 -0
  166. package/dist/build/types/src/core/modules/document/services/processors/document-url-processor-registry.d.ts +29 -0
  167. package/dist/build/types/src/core/modules/document/tree/utils/transform-api-data-to-node.d.ts +3 -1
  168. package/dist/build/types/src/core/modules/element/actions/index.d.ts +4 -0
  169. package/dist/build/types/src/core/modules/element/actions/locate-in-tree/use-locate-in-tree.d.ts +2 -0
  170. package/dist/build/types/src/core/modules/element/actions/publish/use-publish.d.ts +2 -2
  171. package/dist/build/types/src/core/modules/element/actions/refresh-tree/use-refresh-tree.d.ts +2 -3
  172. package/dist/build/types/src/core/modules/element/actions/rename/use-rename.d.ts +1 -1
  173. package/dist/build/types/src/core/modules/element/actions/sorting/use-sorting.d.ts +25 -0
  174. package/dist/build/types/src/core/modules/element/actions/unpublish/use-unpublish.d.ts +1 -1
  175. package/dist/build/types/src/core/modules/element/components/language-selection/permission-based-language-selection-control.d.ts +1 -0
  176. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-color-component.d.ts +14 -0
  177. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component.d.ts +12 -0
  178. 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
  179. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-multiselect-component.d.ts +1 -0
  180. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-number-component.d.ts +12 -0
  181. 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
  182. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-time-component.d.ts +26 -0
  183. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/dynamic-type-field-filter-abstract.d.ts +3 -2
  184. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/frontendTypes.d.ts +7 -3
  185. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/boolean/dynamic-type-field-filter-boolean.d.ts +2 -6
  186. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/classification-store/dynamic-type-field-filter-classification-store.d.ts +3 -1
  187. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/color/dynamic-type-field-filter-color.d.ts +17 -0
  188. 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
  189. 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
  190. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/date/dynamic-type-field-filter-date.d.ts +2 -1
  191. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/datetime/dynamic-type-field-filter-datetime.d.ts +19 -0
  192. 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
  193. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/multiselect/dynamic-type-field-filter-multiselect.d.ts +2 -0
  194. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/none/dynamic-type-field-filter-none.d.ts +1 -0
  195. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/number/dynamic-type-field-filter-number.d.ts +2 -1
  196. 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
  197. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/types/time/dynamic-type-field-filter-time.d.ts +19 -0
  198. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/checkbox/checkbox-cell.styles.d.ts +0 -1
  199. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/listing/types/dynamic-type-listing-asset-link.d.ts +1 -1
  200. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-asset.d.ts +1 -1
  201. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-checkbox.d.ts +1 -1
  202. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-date.d.ts +1 -1
  203. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-document.d.ts +1 -1
  204. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-input.d.ts +1 -1
  205. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-object.d.ts +1 -1
  206. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-select.d.ts +1 -1
  207. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/meta-data/types/dynamic-type-meta-data-textarea.d.ts +1 -1
  208. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +1 -1
  209. 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
  210. 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
  211. 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
  212. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-checkbox.d.ts +1 -1
  213. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-consent.d.ts +1 -1
  214. 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
  215. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-country.d.ts +1 -1
  216. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-date.d.ts +1 -1
  217. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-datetime.d.ts +1 -1
  218. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-email.d.ts +1 -1
  219. 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
  220. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-firstname.d.ts +1 -1
  221. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-gender.d.ts +1 -1
  222. 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
  223. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-input.d.ts +1 -1
  224. 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
  225. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-language.d.ts +1 -1
  226. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-lastname.d.ts +1 -1
  227. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-multiselect.d.ts +1 -1
  228. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-numeric.d.ts +1 -1
  229. 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
  230. 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
  231. 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
  232. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-select.d.ts +1 -1
  233. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-slider.d.ts +2 -0
  234. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-textarea.d.ts +1 -1
  235. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-time.d.ts +2 -0
  236. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-user.d.ts +1 -1
  237. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-wysiwyg.d.ts +1 -1
  238. 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
  239. package/dist/build/types/src/core/modules/{execution-engine/jobs/default/notification-job-container-message-bus.d.ts → element/dynamic-types/definitions/objects/layout-related/types/dynamic-type-object-layout-iframe.d.ts} +5 -5
  240. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/accordion-view.d.ts +1 -0
  241. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/views/card-view.d.ts +1 -0
  242. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/components/php-code/php-code.d.ts +11 -0
  243. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/transformers/types/php-code/php-code.d.ts +16 -0
  244. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-submit-workflow.d.ts +18 -0
  245. package/dist/build/types/src/core/modules/element/{dynamic-types/definitions/field-filters/types/fullText/dynamic-type-field-filter-fulltext.d.ts → editor/shared-components/workflow/hooks/use-workflow-action.d.ts} +6 -4
  246. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/hooks/use-workflow-field-renderer.d.ts +31 -0
  247. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/{log-modal/hooks → hooks}/use-workflow.d.ts +2 -3
  248. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/modal/workflow-modal.d.ts +11 -0
  249. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/{log-modal → provider}/workflow-provider.d.ts +4 -9
  250. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/types/workflow-types.d.ts +41 -0
  251. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +64 -12
  252. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +64 -12
  253. 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
  254. 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
  255. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +128 -24
  256. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +128 -24
  257. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +64 -12
  258. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +64 -12
  259. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +130 -26
  260. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +195 -39
  261. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +192 -36
  262. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +322 -60
  263. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +64 -12
  264. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +64 -12
  265. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +384 -72
  266. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +803 -85
  267. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +128 -24
  268. package/dist/build/types/src/core/modules/element/hooks/use-element-api.d.ts +3 -0
  269. package/dist/build/types/src/core/modules/element/hooks/use-element-helper.d.ts +1 -0
  270. package/dist/build/types/src/core/modules/element/index.d.ts +1 -0
  271. package/dist/build/types/src/core/modules/element/listing/abstract/builder/listing-builder.d.ts +47 -0
  272. package/dist/build/types/src/core/modules/element/listing/abstract/builder/use-listing-builder.d.ts +22 -0
  273. package/dist/build/types/src/core/modules/element/listing/abstract/listing-container.d.ts +1 -1
  274. package/dist/build/types/src/core/modules/element/listing/abstract/settings/settings-provider.d.ts +1 -0
  275. package/dist/build/types/src/core/modules/element/listing/decorators/abstract-decorator.d.ts +4 -2
  276. 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
  277. package/dist/build/types/src/core/modules/element/listing/decorators/global-context/global-context-decorator.d.ts +11 -0
  278. package/dist/build/types/src/core/modules/element/listing/decorators/global-context/hooks/use-global-context-identifiers.d.ts +16 -0
  279. package/dist/build/types/src/core/modules/element/listing/decorators/global-context/view-layer/global-context-subscriber.d.ts +11 -0
  280. package/dist/build/types/src/core/modules/element/listing/decorators/global-context/with-global-context-subscriber.d.ts +11 -0
  281. package/dist/build/types/src/core/modules/element/listing/decorators/sorting/data-layer/with-sorting-data-query-arg.d.ts +5 -0
  282. package/dist/build/types/src/core/modules/element/search-replace-assignments/components/search-replace-form/search-replace-form.d.ts +11 -0
  283. package/dist/build/types/src/core/modules/element/search-replace-assignments/components/table/table.d.ts +11 -0
  284. package/dist/build/types/src/core/modules/element/search-replace-assignments/components/toolbar/toolbar.d.ts +11 -0
  285. package/dist/build/types/src/core/modules/element/search-replace-assignments/index.d.ts +11 -0
  286. package/dist/build/types/src/core/modules/element/search-replace-assignments/providers/search-replace-assignments/search-replace-assignments-provider.d.ts +44 -0
  287. package/dist/build/types/src/core/modules/element/search-replace-assignments/search-replace-assignments-container.d.ts +11 -0
  288. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +358 -0
  289. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +421 -0
  290. package/dist/build/types/src/core/modules/element/services/element-widget-restorer.d.ts +19 -0
  291. package/dist/build/types/src/core/modules/element/services/processors/element-icon-processor-registry.d.ts +29 -0
  292. package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +384 -72
  293. package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +384 -72
  294. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +517 -0
  295. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +573 -0
  296. package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +0 -3
  297. package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +0 -5
  298. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +25 -0
  299. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +15 -0
  300. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +15 -0
  301. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +27 -0
  302. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-batch-edit-job.d.ts +22 -0
  303. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +24 -0
  304. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-batch-edit-job.d.ts +22 -0
  305. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +26 -0
  306. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +1 -7
  307. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +1 -1
  308. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +2 -2
  309. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/notification-job-container.d.ts +1 -5
  310. package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +9 -15
  311. package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +22 -0
  312. package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +7 -12
  313. package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +7 -12
  314. package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +35 -0
  315. package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +28 -0
  316. package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +21 -0
  317. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-error-modal.d.ts +16 -0
  318. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +43 -0
  319. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +76 -0
  320. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +20 -0
  321. package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +3 -3
  322. package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +3 -1
  323. package/dist/build/types/src/core/modules/execution-engine/topics.d.ts +0 -1
  324. package/dist/build/types/src/core/modules/notifications/hooks/use-optimistic-update.d.ts +1 -0
  325. package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +128 -24
  326. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +256 -48
  327. package/dist/build/types/src/core/modules/perspective-editor/components/perspective-form/perspective-form.d.ts +1 -2
  328. package/dist/build/types/src/core/modules/perspective-editor/context/perspective-editor-provider.d.ts +1 -3
  329. package/dist/build/types/src/core/modules/perspective-editor/hooks/use-perspective-editor.d.ts +1 -0
  330. package/dist/build/types/src/core/modules/perspective-editor/registry/perspective-permission-provider-registry.d.ts +26 -0
  331. package/dist/build/types/src/core/modules/perspective-editor/services/providers/main-nav-perspective-permission-provider.d.ts +13 -0
  332. package/dist/build/types/src/core/modules/{element/dynamic-types/definitions/field-filters/types/input/dynamic-type-field-filter-input.d.ts → perspective-editor/services/providers/search-perspective-permission-provider.d.ts} +3 -4
  333. package/dist/build/types/src/core/modules/perspectives/active-perspective-slice.d.ts +1 -1
  334. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +29 -21
  335. package/dist/build/types/src/core/modules/perspectives/hooks/use-perspectives.d.ts +8 -3
  336. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +329 -69
  337. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +335 -70
  338. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +64 -12
  339. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +64 -12
  340. package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +320 -60
  341. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +320 -60
  342. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +384 -72
  343. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +386 -72
  344. 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
  345. 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
  346. package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/components/source-definition/source-definition.d.ts +1 -1
  347. package/dist/build/types/src/core/modules/reports/reports-editor/types.d.ts +2 -0
  348. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.d.ts +1 -1
  349. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.d.ts +1 -1
  350. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/pie-chart/pie-chart.d.ts +1 -1
  351. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/report-chart.d.ts +2 -1
  352. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/types.d.ts +1 -0
  353. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/helpers.d.ts +36 -0
  354. package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/types.d.ts +19 -0
  355. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +64 -12
  356. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +448 -84
  357. package/dist/build/types/src/core/modules/search/search.d.ts +1 -1
  358. package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/constants.d.ts +15 -0
  359. package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/helpers.d.ts +10 -0
  360. package/dist/build/types/src/core/modules/user/management/detail/tabs/key-bindings/key-bindings.d.ts +2 -1
  361. package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +64 -12
  362. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +324 -64
  363. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +513 -96
  364. package/dist/build/types/src/core/modules/user/user-management-slice.d.ts +1 -0
  365. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +128 -24
  366. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +128 -24
  367. package/dist/build/types/src/core/modules/widget-editor/components/widget-type-form/context/widget-form-provider.d.ts +4 -1
  368. package/dist/build/types/src/core/modules/widget-editor/context/widget-editor-provider.d.ts +0 -2
  369. package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -0
  370. package/dist/build/types/src/core/modules/widget-manager/components/widget-restorer.d.ts +11 -0
  371. package/dist/build/types/src/core/modules/widget-manager/events/{close-main-widget-event.d.ts → close-widget-events.d.ts} +11 -0
  372. package/dist/build/types/src/core/modules/widget-manager/events/index.d.ts +1 -1
  373. package/dist/build/types/src/core/modules/widget-manager/hooks/use-is-active-main-widget.d.ts +1 -1
  374. package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +1 -0
  375. package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-title.d.ts +21 -0
  376. package/dist/build/types/src/core/modules/widget-manager/index.d.ts +10 -0
  377. package/dist/build/types/src/core/modules/widget-manager/services/processors/perspective-processor-registry.d.ts +98 -0
  378. package/dist/build/types/src/core/modules/widget-manager/services/static-widget-restorer.d.ts +21 -0
  379. package/dist/build/types/src/core/modules/widget-manager/services/widget-registry.d.ts +6 -0
  380. package/dist/build/types/src/core/modules/widget-manager/services/widget-restorer-registry.d.ts +23 -0
  381. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +4 -1
  382. package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +3 -2
  383. package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.styles.d.ts +1 -0
  384. package/dist/build/types/src/core/modules/widget-manager/widget/widget-container.d.ts +2 -0
  385. package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +25 -0
  386. package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-view.d.ts +22 -0
  387. package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +5 -1
  388. package/dist/build/types/src/core/modules/widget-manager/widget-manager-persistence.d.ts +14 -0
  389. package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +3 -1
  390. package/dist/build/types/src/core/types/components/types.d.ts +4 -2
  391. package/dist/build/types/src/core/utils/clipboard.d.ts +2 -0
  392. package/dist/build/types/src/core/utils/exponential-backoff.d.ts +27 -0
  393. package/dist/build/types/src/core/utils/global-context-identifiers.d.ts +18 -0
  394. package/dist/build/types/src/core/utils/hooks/use-element-resize.d.ts +1 -1
  395. package/dist/build/types/src/core/utils/hooks/use-element-visible.d.ts +1 -1
  396. package/dist/build/types/src/core/utils/local-storage.d.ts +29 -0
  397. package/dist/build/types/src/core/utils/polling-helper.d.ts +2 -1
  398. package/dist/build/types/src/core/utils/redux-state-persistence.d.ts +21 -0
  399. package/dist/build/types/src/core/utils/test-id-generator.d.ts +2 -2
  400. package/dist/build/types/src/sdk/api/perspectives/index.d.ts +1 -1
  401. package/dist/build/types/src/sdk/app/index.d.ts +1 -0
  402. package/dist/build/types/src/sdk/components/index.d.ts +23 -2
  403. package/dist/build/types/src/sdk/modules/app/index.d.ts +6 -0
  404. package/dist/build/types/src/sdk/modules/asset/index.d.ts +5 -0
  405. package/dist/build/types/src/sdk/modules/auth/index.d.ts +12 -0
  406. package/dist/build/types/src/sdk/modules/data-object/index.d.ts +8 -0
  407. package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -0
  408. package/dist/build/types/src/sdk/modules/element/index.d.ts +18 -0
  409. package/dist/build/types/src/sdk/modules/notifications/index.d.ts +11 -0
  410. package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +10 -0
  411. package/dist/build/types/src/sdk/modules/reports/index.d.ts +5 -0
  412. package/dist/build/types/src/sdk/modules/widget-editor/index.d.ts +11 -0
  413. package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +13 -1
  414. package/dist/build/types/src/sdk/utils/index.d.ts +2 -0
  415. package/package.json +2 -1
  416. package/dist/build/types/src/core/components/pagination/inline-textfield/inline-textfield.d.ts +0 -20
  417. package/dist/build/types/src/core/modules/document/utils/preview-url-helper.d.ts +0 -13
  418. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/number/number-cell.styles.d.ts +0 -12
  419. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/text/text-cell.styles.d.ts +0 -12
  420. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/textarea/textarea-cell.styles.d.ts +0 -12
  421. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/time/time-cell.styles.d.ts +0 -12
  422. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/translate/translate-cell.styles.d.ts +0 -12
  423. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/log-modal/hooks/use-submit-workflow.d.ts +0 -24
  424. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/factory.d.ts +0 -25
  425. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/notification-job-container.d.ts +0 -17
  426. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/factory.d.ts +0 -25
  427. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/notification-job-container.d.ts +0 -17
  428. package/dist/build/types/src/core/modules/execution-engine/jobs/default/factory.d.ts +0 -20
  429. package/dist/build/types/src/core/modules/execution-engine/jobs/download/factory.d.ts +0 -23
  430. package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/factory.d.ts +0 -20
  431. package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/factory.d.ts +0 -23
  432. package/dist/build/types/src/core/modules/execution-engine/message-handlers/default-job-handler.d.ts +0 -53
  433. package/dist/build/types/src/core/modules/execution-engine/message-handlers/step-based-progress-job-handler.d.ts +0 -16
  434. 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
  435. /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/tree-filter-provider.d.ts +0 -0
  436. /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-filter-provider/use-tree-filter.d.ts +0 -0
  437. /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/tree-id-provider.d.ts +0 -0
  438. /package/dist/build/types/src/core/{modules/element/tree → components/element-tree}/provider/tree-id-provider/use-tree-id.d.ts +0 -0
  439. /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form-style.d.ts +0 -0
  440. /package/dist/build/types/src/core/{components → modules/auth/components}/login-form/login-form.stories.d.ts +0 -0
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export * from '../../../core/modules/notifications/notification-list';
11
+ export * as NotificationApiSlice from '../../../core/modules/notifications/notifications-slice-enhanced';
@@ -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 * from '../../../core/modules/perspectives/enums/tree-permission';
@@ -7,9 +7,14 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
+ export * from '../../../core/modules/reports';
10
11
  export * from '../../../core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-registry';
11
12
  export * from '../../../core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract';
12
13
  export * from '../../../core/modules/reports/reports-editor/types';
13
14
  export * from '../../../core/modules/reports/reports-editor/hooks/use-report-form-state';
14
15
  export * from '../../../core/modules/reports/reports-editor/components/report-configuration/components/column-configuration/constants';
16
+ export * from '../../../core/modules/reports/reports-view/components/report-chart/report-chart';
17
+ export * from '../../../core/modules/reports/reports-view/components/report-chart/components/pie-chart/pie-chart';
18
+ export * from '../../../core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart';
19
+ export * from '../../../core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart';
15
20
  export * as ReportsApiSlice from '../../../core/modules/reports/custom-reports-api-slice-enhanced';
@@ -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
+ export * from '../../../core/modules/widget-editor/dynmic-types/definitions/dynamic-type-widget-type-abstract';
11
+ export * from '../../../core/modules/widget-editor/dynmic-types/registry/dynamic-type-widget-type-registry';
@@ -9,5 +9,17 @@
9
9
  */
10
10
  export * from '../../../core/modules/widget-manager/hooks/use-widget-manager';
11
11
  export * from '../../../core/modules/widget-manager/services/widget-registry';
12
- export type { WidgetManagerTabConfig } from '../../../core/modules/widget-manager/widget-manager-slice';
12
+ export * from '../../../core/modules/widget-manager/widget-manager-slice';
13
+ export type { Widget } from '../../../core/modules/widget-manager/services/widget-registry';
14
+ export type { ElementIcon } from '../../../core/modules/asset/asset-api-slice.gen';
15
+ export type { ElementType } from '../../../core/types/enums/element/element-type';
13
16
  export * from '../../../core/modules/widget-manager/events';
17
+ export * from '../../../core/modules/widget-manager/services/processors/perspective-processor-registry';
18
+ export { TabTitleContainer } from '../../../core/modules/widget-manager/title/tab-title-container';
19
+ export { BorderTitleView } from '../../../core/modules/widget-manager/title/border-title-view';
20
+ export { TabTitleView } from '../../../core/modules/widget-manager/title/tab-title-view';
21
+ export type { TabTitleContainerProps } from '../../../core/modules/widget-manager/title/tab-title-container';
22
+ export type { TabTitleOuterContainerProps } from '../../../core/modules/widget-manager/title/tab-title-outer-container';
23
+ export { WidgetContentTitleView } from '../../../core/modules/widget-manager/widget/widget-content-title-view';
24
+ export type { WidgetContentTitleViewProps } from '../../../core/modules/widget-manager/widget/widget-content-title-view';
25
+ export type { WidgetContentTitleContainerProps } from '../../../core/modules/widget-manager/widget/widget-content-title-container';
@@ -23,6 +23,8 @@ export * from '../../core/utils/query-string';
23
23
  export * from '../../core/utils/relative-time';
24
24
  export * from '../../core/utils/url-cache-buster';
25
25
  export * from '../../core/utils/uuid';
26
+ export * from '../../core/utils/type-utils';
27
+ export * from '../../core/utils/local-storage';
26
28
  export * from '../../core/utils/hooks/use-click-outside';
27
29
  export * from '../../core/utils/hooks/use-css-container/use-css-container';
28
30
  export * from '../../core/utils/hooks/use-element-resize';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "0.10.21",
3
+ "version": "0.12.9",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"
@@ -113,6 +113,7 @@
113
113
  "@reduxjs/toolkit": "^2.3.0",
114
114
  "@rspack/plugin-react-refresh": "^1.5.1",
115
115
  "@tanstack/react-table": "^8.20.5",
116
+ "@tanstack/react-virtual": "^3.13.12",
116
117
  "@types/dompurify": "^3.2.0",
117
118
  "@types/leaflet": "^1.9.14",
118
119
  "@types/leaflet-draw": "^1.0.11",
@@ -1,20 +0,0 @@
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
- interface InlineTextfieldProps {
12
- value: string;
13
- onKeyDown: (e: any) => void;
14
- showDotsValues?: string[];
15
- defaultClassNameInput?: string;
16
- defaultClassNameLabel?: string;
17
- defaultClassNameLabelDots?: string;
18
- }
19
- export declare const InlineTextfield: ({ value, onKeyDown, showDotsValues, defaultClassNameInput, defaultClassNameLabel, defaultClassNameLabelDots }: InlineTextfieldProps) => React.JSX.Element;
20
- export {};
@@ -1,13 +0,0 @@
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 preview URL for a document with the necessary preview parameters
12
- */
13
- export declare const createPreviewUrl: (baseUrl: string, addPreviewParameters?: boolean) => string;
@@ -1,12 +0,0 @@
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 useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- 'number-cell': import("antd-style").SerializedStyles;
12
- }>;
@@ -1,12 +0,0 @@
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 useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- 'text-cell': import("antd-style").SerializedStyles;
12
- }>;
@@ -1,12 +0,0 @@
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 useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- 'textarea-cell': import("antd-style").SerializedStyles;
12
- }>;
@@ -1,12 +0,0 @@
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 useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- 'time-cell': import("antd-style").SerializedStyles;
12
- }>;
@@ -1,12 +0,0 @@
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 useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
11
- 'translate-cell': import("antd-style").SerializedStyles;
12
- }>;
@@ -1,24 +0,0 @@
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 TransitionType } from '../../../../../../../modules/element/editor/shared-components/workflow/log-modal/hooks/use-workflow';
11
- interface UseSubmitWorkflowReturn {
12
- submitWorkflowAction: (actionType: string, transition: TransitionType, workFlowName: string, workFlowOptions: WorkflowOptions) => void;
13
- submissionLoading: boolean;
14
- submissionSuccess: boolean;
15
- submissionError: boolean;
16
- }
17
- export interface WorkflowOptions {
18
- notes?: string;
19
- additional?: {
20
- timeWorked: string;
21
- };
22
- }
23
- export declare const useSubmitWorkflow: (workflowName: string) => UseSubmitWorkflowReturn;
24
- export {};
@@ -1,25 +0,0 @@
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 AbstractJob } from '../abstact-job';
11
- export interface BatchDeleteJob extends AbstractJob {
12
- type: 'batch-delete';
13
- config: {
14
- assetContextId: number;
15
- };
16
- refreshGrid: () => Promise<void>;
17
- }
18
- export interface BatchDeleteFactoryArgs {
19
- action: AbstractJob['action'];
20
- title: AbstractJob['title'];
21
- topics: AbstractJob['topics'];
22
- assetContextId: number;
23
- refreshGrid: () => Promise<void>;
24
- }
25
- export declare const createJob: (job: BatchDeleteFactoryArgs) => BatchDeleteJob;
@@ -1,17 +0,0 @@
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 JobProps } from '../../notification/job/job';
12
- import { type BatchDeleteJob } from '../../../../modules/execution-engine/jobs/batch-delete/factory';
13
- export interface BatchDeleteProps extends JobProps {
14
- config: BatchDeleteJob['config'];
15
- refreshGrid: () => Promise<void>;
16
- }
17
- export declare const NotificationJobContainer: (props: BatchDeleteProps) => React.JSX.Element;
@@ -1,25 +0,0 @@
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 AbstractJob } from '../abstact-job';
11
- export interface BatchEditJob extends AbstractJob {
12
- type: 'batch-edit';
13
- config: {
14
- assetContextId: number;
15
- };
16
- refreshGrid: () => Promise<void>;
17
- }
18
- export interface BatchEditFactoryArgs {
19
- action: AbstractJob['action'];
20
- title: AbstractJob['title'];
21
- topics: AbstractJob['topics'];
22
- assetContextId: number;
23
- refreshGrid: () => Promise<void>;
24
- }
25
- export declare const createJob: (job: BatchEditFactoryArgs) => BatchEditJob;
@@ -1,17 +0,0 @@
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 JobProps } from '../../notification/job/job';
12
- import { type BatchEditJob } from '../../../../modules/execution-engine/jobs/batch-edit/factory';
13
- export interface BatchEditProps extends JobProps {
14
- config: BatchEditJob['config'];
15
- refreshGrid: () => Promise<void>;
16
- }
17
- export declare const NotificationJobContainer: (props: BatchEditProps) => React.JSX.Element;
@@ -1,20 +0,0 @@
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 AbstractJob } from '../abstact-job';
11
- export interface DefaultJob extends AbstractJob {
12
- type: 'default';
13
- config: undefined;
14
- }
15
- export interface DefaultJobFactoryArgs {
16
- action: AbstractJob['action'];
17
- title: AbstractJob['title'];
18
- topics: AbstractJob['topics'];
19
- }
20
- export declare const createJob: (job: DefaultJobFactoryArgs) => DefaultJob;
@@ -1,23 +0,0 @@
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 AbstractJob } from '../abstact-job';
11
- export interface DownloadJob extends AbstractJob {
12
- type: 'download';
13
- config: {
14
- downloadUrl: string;
15
- };
16
- }
17
- export interface DownloadJobFactoryArgs {
18
- action: AbstractJob['action'];
19
- title: AbstractJob['title'];
20
- topics: AbstractJob['topics'];
21
- downloadUrl: string;
22
- }
23
- export declare const createJob: (job: DownloadJobFactoryArgs) => DownloadJob;
@@ -1,20 +0,0 @@
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 AbstractJob } from '../abstact-job';
11
- export interface TagAssignJob extends AbstractJob {
12
- type: 'tag-assign';
13
- config: undefined;
14
- }
15
- export interface TagAssignFactoryArgs {
16
- action: AbstractJob['action'];
17
- title: AbstractJob['title'];
18
- topics: AbstractJob['topics'];
19
- }
20
- export declare const createJob: (job: TagAssignFactoryArgs) => TagAssignJob;
@@ -1,23 +0,0 @@
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 AbstractJob } from '../abstact-job';
11
- export interface ZipUploadJob extends AbstractJob {
12
- type: 'zip-upload';
13
- config: {
14
- parentFolder: string;
15
- };
16
- }
17
- export interface ZipUploadFactoryArgs {
18
- action: AbstractJob['action'];
19
- title: AbstractJob['title'];
20
- topics: AbstractJob['topics'];
21
- parentFolder: string;
22
- }
23
- export declare const createJob: (job: ZipUploadFactoryArgs) => ZipUploadJob;
@@ -1,53 +0,0 @@
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 { AbstractMessageHandler } from '../../../modules/global-message-bus/message-handlers/abstract-message-handler';
11
- import { type AbstractMercureMessage } from '../../../modules/background-processor/process/abstract-mercure-process';
12
- import { type AbstractJob } from '../../../modules/execution-engine/jobs/abstact-job';
13
- /**
14
- * Default job handler that provides common functionality for job management, Redux integration, status mapping, and progress handling
15
- * Can be used directly or extended by specific job handlers
16
- */
17
- export declare class DefaultJobHandler<TConfig extends BaseJobConfig> extends AbstractMessageHandler {
18
- protected readonly jobRunId: string | number;
19
- protected job: AbstractJob | null;
20
- protected readonly config: TConfig;
21
- protected readonly jobType: string;
22
- protected readonly onJobCompletion?: (data: any) => void | Promise<void>;
23
- private lastProgressValue;
24
- private readonly throttledProgressUpdate;
25
- constructor(options: DefaultJobHandlerOptions<TConfig>);
26
- /**
27
- * Calculate progress from message data
28
- * Default implementation handles direct progress values (0-100)
29
- * Override in subclasses for different progress formats (e.g., step-based)
30
- */
31
- protected calculateProgress(data: any): number | null;
32
- protected handleJobCompletion(data: any): Promise<void>;
33
- shouldHandle(message: AbstractMercureMessage): boolean;
34
- getId(): string | number;
35
- protected getJob(): AbstractJob;
36
- protected createJob(): AbstractJob;
37
- onRegister(): void;
38
- handleMessage(message: AbstractMercureMessage): Promise<void>;
39
- private handleStatusUpdate;
40
- private handleProgressUpdate;
41
- private performProgressUpdate;
42
- onUnregister(): void;
43
- }
44
- export interface BaseJobConfig {
45
- title: string;
46
- progress?: number;
47
- }
48
- export interface DefaultJobHandlerOptions<TConfig extends BaseJobConfig> {
49
- jobRunId: string | number;
50
- config: TConfig;
51
- jobType?: string;
52
- onJobCompletion?: (data: any) => void | Promise<void>;
53
- }
@@ -1,16 +0,0 @@
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 { DefaultJobHandler, type BaseJobConfig } from './default-job-handler';
11
- /**
12
- * Progress job handler that converts step-based progress (currentStep/totalSteps) to percentage
13
- */
14
- export declare class StepBasedProgressJobHandler<TConfig extends BaseJobConfig> extends DefaultJobHandler<TConfig> {
15
- protected calculateProgress(data: any): number | null;
16
- }
@@ -1,30 +0,0 @@
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 FIELD_TYPE_MAP: {
11
- string: {
12
- frontendType: string;
13
- type: string;
14
- };
15
- numeric: {
16
- frontendType: string;
17
- type: string;
18
- };
19
- boolean: {
20
- frontendType: string;
21
- type: string;
22
- };
23
- date: {
24
- frontendType: string;
25
- type: string;
26
- };
27
- };
28
- export declare const FRONTEND_TO_ORIGINAL_TYPE: {
29
- [k: string]: string;
30
- };