@pimcore/studio-ui-bundle 0.12.18 → 0.14.19

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 (450) hide show
  1. package/dist/build/rsbuild/entrypoints.js +13 -0
  2. package/dist/build/rsbuild/utils.js +36 -0
  3. package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +66 -0
  4. package/dist/build/types/src/core/app/config/services/service-ids.d.ts +50 -0
  5. package/dist/build/types/src/core/app/public-api/document/document-api.d.ts +4 -2
  6. package/dist/build/types/src/core/bootstrap.d.ts +5 -0
  7. package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +2 -1
  8. package/dist/build/types/src/core/components/background/background.styles.d.ts +1 -0
  9. package/dist/build/types/src/core/components/code-editor/code-editor.d.ts +2 -2
  10. package/dist/build/types/src/core/components/code-editor/helpers.d.ts +12 -0
  11. package/dist/build/types/src/core/components/content/content-config-provider.d.ts +21 -0
  12. package/dist/build/types/src/core/components/content/content.d.ts +3 -2
  13. package/dist/build/types/src/core/components/content/content.styles.d.ts +6 -1
  14. package/dist/build/types/src/core/components/content-layout/content-layout.d.ts +1 -0
  15. package/dist/build/types/src/core/components/date-picker/date-picker.d.ts +1 -0
  16. package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +9 -9
  17. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +1 -1
  18. package/dist/build/types/src/core/components/element-tree/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
  19. package/dist/build/types/src/core/components/form/form.d.ts +15 -4
  20. package/dist/build/types/src/core/components/form/form.stories.d.ts +1 -0
  21. package/dist/build/types/src/core/components/form/hooks/use-debounced-form-change.d.ts +10 -0
  22. package/dist/build/types/src/core/components/form/hooks/use-debounced-form-flush.d.ts +15 -0
  23. package/dist/build/types/src/core/components/form/providers/debounced-form-provider.d.ts +31 -0
  24. package/dist/build/types/src/core/components/form/use-form.d.ts +29 -0
  25. package/dist/build/types/src/core/components/geo-map/utils/lat-lng-convert.d.ts +2 -1
  26. package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +6 -1
  27. package/dist/build/types/src/core/components/grid/grid.d.ts +2 -1
  28. package/dist/build/types/src/core/components/grid/grid.styles.d.ts +3 -1
  29. package/dist/build/types/src/core/components/grid-button/grid-button.d.ts +18 -0
  30. package/dist/build/types/src/core/components/grid-button/grid-button.stories.d.ts +16 -0
  31. package/dist/build/types/src/core/{modules/document/editor/sidebar/tabs/areablock-types/components/draggable-areablock-type/draggable-areablock-type.styles.d.ts → components/grid-button/grid-button.styles.d.ts} +3 -3
  32. package/dist/build/types/src/core/components/hotspot-image/hotspot-image.d.ts +3 -1
  33. package/dist/build/types/src/core/components/hotspot-image/utils/resize.d.ts +2 -2
  34. package/dist/build/types/src/core/components/icon/default-icon-color-groups.d.ts +12 -0
  35. package/dist/build/types/src/core/components/icon/icon-color-groups-registry.d.ts +32 -0
  36. package/dist/build/types/src/core/components/icon/icon.d.ts +7 -2
  37. package/dist/build/types/src/core/components/icon-button/icon-button.d.ts +2 -0
  38. package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -2
  39. package/dist/build/types/src/core/components/iframe-content/iframe-content.d.ts +21 -0
  40. package/dist/build/types/src/core/components/image-picker/image-picker.d.ts +28 -0
  41. package/dist/build/types/src/core/components/image-picker/image-picker.styles.d.ts +13 -0
  42. package/dist/build/types/src/core/components/import-modal/components/file-drop-zone/file-drop-zone.d.ts +17 -0
  43. package/dist/build/types/src/core/components/import-modal/components/file-drop-zone/file-drop-zone.styles.d.ts +13 -0
  44. package/dist/build/types/src/core/components/import-modal/components/selected-file-view/selected-file-view.d.ts +20 -0
  45. package/dist/build/types/src/core/components/import-modal/components/selected-file-view/selected-file-view.styles.d.ts +14 -0
  46. package/dist/build/types/src/core/components/import-modal/hooks/use-file-upload.d.ts +26 -0
  47. package/dist/build/types/src/core/components/import-modal/hooks/use-file-validation.d.ts +16 -0
  48. package/dist/build/types/src/core/components/import-modal/import-modal.d.ts +32 -0
  49. package/dist/build/types/src/core/components/import-modal/index.d.ts +10 -0
  50. package/dist/build/types/src/core/components/many-to-one-relation/components/many-to-one-relation/index.d.ts +11 -0
  51. package/dist/build/types/src/core/components/many-to-one-relation/components/many-to-one-relation/many-to-one-relation-path.d.ts +16 -0
  52. package/dist/build/types/src/core/components/many-to-one-relation/index.d.ts +2 -1
  53. package/dist/build/types/src/core/components/many-to-one-relation/many-to-one-relation.d.ts +1 -0
  54. package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +2 -1
  55. package/dist/build/types/src/core/components/menu/menu.styles.d.ts +13 -0
  56. package/dist/build/types/src/core/components/modal/alert-modal/hooks/use-alert-modal.d.ts +5 -5
  57. package/dist/build/types/src/core/components/modal/factory/modal-factory.d.ts +32 -0
  58. package/dist/build/types/src/core/components/modal/form-modal/components/input-form.d.ts +3 -2
  59. package/dist/build/types/src/core/components/modal/form-modal/components/textarea-form.d.ts +3 -2
  60. package/dist/build/types/src/core/components/modal/form-modal/components/upload-form.d.ts +3 -2
  61. package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +2 -0
  62. package/dist/build/types/src/core/components/panel/panel.d.ts +2 -1
  63. package/dist/build/types/src/core/components/panel/panel.stories.d.ts +1 -0
  64. package/dist/build/types/src/core/components/pimcore-video/video-provider.d.ts +22 -0
  65. package/dist/build/types/src/core/components/rule-condition/components/add-condition-button/add-condition-button.d.ts +17 -0
  66. package/dist/build/types/src/core/components/rule-condition/components/bracket-button/bracket-button.d.ts +19 -0
  67. package/dist/build/types/src/core/components/rule-condition/components/bracket-button/bracket-button.styles.d.ts +14 -0
  68. package/dist/build/types/src/core/components/rule-condition/components/condition-item/condition-item.d.ts +22 -0
  69. package/dist/build/types/src/core/components/rule-condition/components/condition-item/condition-item.styles.d.ts +18 -0
  70. package/dist/build/types/src/core/components/rule-condition/components/condition-list/condition-list.d.ts +16 -0
  71. package/dist/build/types/src/core/components/rule-condition/components/operator-selector/operator-selector.d.ts +21 -0
  72. package/dist/build/types/src/core/components/rule-condition/hooks/use-add-condition-menu-items.d.ts +14 -0
  73. package/dist/build/types/src/core/components/rule-condition/hooks/use-rule-condition.d.ts +26 -0
  74. package/dist/build/types/src/core/components/rule-condition/index.d.ts +11 -0
  75. package/dist/build/types/src/core/components/rule-condition/provider/rule-condition-provider/rule-condition-provider.d.ts +24 -0
  76. package/dist/build/types/src/core/components/rule-condition/provider/rule-condition-provider/use-rule-condition-context.d.ts +11 -0
  77. package/dist/build/types/src/core/components/rule-condition/rule-condition.constants.d.ts +19 -0
  78. package/dist/build/types/src/core/components/rule-condition/rule-condition.d.ts +12 -0
  79. package/dist/build/types/src/core/components/rule-condition/rule-condition.styles.d.ts +12 -0
  80. package/dist/build/types/src/core/components/rule-condition/types/rule-condition.types.d.ts +64 -0
  81. package/dist/build/types/src/core/components/rule-condition/utils/condition-array-utils.d.ts +18 -0
  82. package/dist/build/types/src/core/components/search-input/search-input.d.ts +2 -1
  83. package/dist/build/types/src/core/components/select/select.d.ts +1 -0
  84. package/dist/build/types/src/core/components/switch/switch.d.ts +4 -1
  85. package/dist/build/types/src/core/components/toolstrip/tool-strip.d.ts +9 -2
  86. package/dist/build/types/src/core/components/toolstrip/tool-strip.styles.d.ts +1 -0
  87. package/dist/build/types/src/core/components/toolstrip/utils/get-icon-color.d.ts +36 -0
  88. package/dist/build/types/src/core/components/tooltip-icon/tooltip-icon.d.ts +16 -0
  89. package/dist/build/types/src/core/components/tooltip-icon/tooltip-icon.styles.d.ts +12 -0
  90. package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +2 -4
  91. package/dist/build/types/src/core/components/tree-element/tree-element.d.ts +28 -9
  92. package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-wrapper.d.ts +15 -0
  93. package/dist/build/types/src/core/modules/about/components/about-dialog/context/about-dialog-data-context.d.ts +18 -0
  94. package/dist/build/types/src/core/modules/app/app-loader/loader/admin-settings/loader.d.ts +13 -0
  95. package/dist/build/types/src/core/modules/app/app-loader/loader/brand-thumbnail-urls/loader.d.ts +13 -0
  96. package/dist/build/types/src/core/modules/app/app-loader/loader/global-message-bus/loader.d.ts +14 -0
  97. package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +9 -5
  98. package/dist/build/types/src/core/modules/app/branding/hooks/use-admin-thumbnails.d.ts +16 -0
  99. package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +1 -0
  100. package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +527 -175
  101. package/dist/build/types/src/core/modules/app/settings/settings-slice.d.ts +4 -2
  102. package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +1262 -74
  103. package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +71 -0
  104. package/dist/build/types/src/core/modules/app/types/column-filter.d.ts +33 -0
  105. package/dist/build/types/src/core/modules/app/types/sort-filter.d.ts +13 -0
  106. package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.d.ts +16 -0
  107. package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.styles.d.ts +14 -0
  108. package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/hooks/use-hide-parent-when-hidden.d.ts +17 -0
  109. package/dist/build/types/src/core/modules/app/utils/download.d.ts +11 -0
  110. package/dist/build/types/src/core/modules/app/utils/sort-filter-helper.d.ts +13 -0
  111. package/dist/build/types/src/core/modules/appearance-branding/components/appearance-form/appearance-form.d.ts +11 -0
  112. package/dist/build/types/src/core/modules/appearance-branding/components/appearance-form/components/color-panel/color-panel.d.ts +11 -0
  113. package/dist/build/types/src/core/modules/appearance-branding/components/appearance-form/components/image-panel/image-panel.d.ts +19 -0
  114. package/dist/build/types/src/core/modules/appearance-branding/hooks/use-appearance-branding.d.ts +19 -0
  115. package/dist/build/types/src/core/modules/appearance-branding/index.d.ts +11 -0
  116. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +2 -0
  117. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +413 -17
  118. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +2 -2
  119. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +2 -2
  120. package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +1916 -39
  121. package/dist/build/types/src/core/modules/asset/editor/types/video/tab-manager/tabs/preview/preview-container.d.ts +0 -7
  122. package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +1 -1
  123. package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +4 -1
  124. package/dist/build/types/src/core/modules/auth/login-page.styles.d.ts +5 -1
  125. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +2317 -5
  126. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +3906 -607
  127. package/dist/build/types/src/core/modules/class-definition/class-definition-widget.d.ts +11 -0
  128. package/dist/build/types/src/core/modules/class-definition/components/class-editor/add-modal.d.ts +11 -0
  129. package/dist/build/types/src/core/modules/class-definition/components/class-editor/composite-indices-block.d.ts +11 -0
  130. package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/custom-layout-editor.d.ts +11 -0
  131. package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/custom-layout-general-settings-form-fields.d.ts +11 -0
  132. package/dist/build/types/src/core/modules/{about/components/about-dialog/about-dialog-container.d.ts → class-definition/components/class-editor/custom-layouts/editor/add-modal.d.ts} +1 -1
  133. package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-collection-query.d.ts +11 -0
  134. package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-delete-mutation.d.ts +11 -0
  135. package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-detail-query.d.ts +11 -0
  136. package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-layout-accessor.d.ts +11 -0
  137. package/dist/build/types/src/core/modules/class-definition/components/class-editor/custom-layouts/editor/use-custom-layout-update-mutation.d.ts +11 -0
  138. package/dist/build/types/src/core/modules/class-definition/components/class-editor/general-settings-form-fields.d.ts +11 -0
  139. package/dist/build/types/src/core/modules/class-definition/components/class-editor/object-bricks-grid.d.ts +15 -0
  140. package/dist/build/types/src/core/modules/class-definition/components/class-editor/use-class-definition-update.d.ts +11 -0
  141. package/dist/build/types/src/core/modules/class-definition/index.d.ts +10 -0
  142. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +201 -0
  143. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +1 -1
  144. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/edit-form-provider.d.ts +2 -2
  145. package/dist/build/types/src/core/modules/document/actions/add-page/use-add-document.d.ts +2 -0
  146. package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +2 -2
  147. package/dist/build/types/src/core/modules/document/actions/site/site-form.d.ts +2 -2
  148. package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +1 -0
  149. package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +200 -0
  150. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +11 -11
  151. package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +32 -6
  152. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/iframe-app/bootstrap.d.ts +1 -0
  153. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-form.d.ts +3 -1
  154. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/content-settings/content-settings-sidebar.d.ts +3 -1
  155. package/dist/build/types/src/core/modules/document/editor/sidebar/tabs/document-configuration/document-configuration-form.d.ts +8 -7
  156. package/dist/build/types/src/core/modules/document/hooks/use-document-url-processor.d.ts +1 -1
  157. package/dist/build/types/src/core/modules/document/hooks/use-sites.d.ts +4 -1
  158. package/dist/build/types/src/core/modules/element/actions/delete/use-delete.d.ts +1 -0
  159. package/dist/build/types/src/core/modules/element/components/crop-modal/crop-modal.d.ts +2 -2
  160. package/dist/build/types/src/core/modules/element/components/crop-modal/hooks/use-crop-modal.d.ts +2 -0
  161. package/dist/build/types/src/core/modules/element/components/crop-modal/provider/crop-modal-provider.d.ts +2 -0
  162. package/dist/build/types/src/core/modules/element/components/hotspot-markers-modal/hooks/use-hotspot-markers-modal.d.ts +2 -0
  163. package/dist/build/types/src/core/modules/element/components/hotspot-markers-modal/hotspot-markers-modal.d.ts +10 -0
  164. package/dist/build/types/src/core/modules/element/components/hotspot-markers-modal/provider/hotspot-markers-modal-provider.d.ts +2 -0
  165. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +4 -1
  166. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-editable.d.ts +3 -2
  167. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/with-areablock-render-query.d.ts +12 -0
  168. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-areablock.d.ts +2 -1
  169. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-scheduledblock.d.ts +1 -0
  170. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-wysiwyg.d.ts +0 -1
  171. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/element-subtype-icon-cell/element-subtype-icon-cell.d.ts +16 -0
  172. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/element-subtype-icon-cell/element-subtype-icon-cell.styles.d.ts +12 -0
  173. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/element-subtype-icon/dynamic-type-grid-cell-element-subtype-icon.d.ts +19 -0
  174. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/calculated-value/components/label/label.d.ts +1 -1
  175. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/hotspot-image.d.ts +4 -0
  176. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/hotspot-image/image-preview.d.ts +2 -0
  177. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image/footer.d.ts +5 -1
  178. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image-gallery/components/image-preview/image-preview.d.ts +5 -1
  179. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image-gallery/components/sortable-item/sortable-item.d.ts +5 -1
  180. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/image-gallery/image-gallery.d.ts +4 -0
  181. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/hotspot-image/utils/crop-converter.d.ts +3 -2
  182. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/components/label/label.d.ts +1 -1
  183. package/dist/build/types/src/core/modules/element/dynamic-types/defintinitions/objects/data-related/components/localized-fields/versions/version-object-localized-fields.d.ts +16 -0
  184. package/dist/build/types/src/core/modules/element/editor/detached-tab/missing-context.styles.d.ts +16 -0
  185. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/form/add-note-form.d.ts +1 -1
  186. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +2 -2
  187. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +2 -2
  188. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +1 -1
  189. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +1 -1
  190. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +2 -2
  191. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +3 -3
  192. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +24 -0
  193. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +1 -1
  194. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +184 -1
  195. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +3 -151
  196. package/dist/build/types/src/core/modules/element/hooks/use-path-to-id.d.ts +19 -0
  197. package/dist/build/types/src/core/modules/element/services/processors/element-icon-processor-registry.d.ts +1 -1
  198. package/dist/build/types/src/core/modules/email/log/components/email-preview/email-preview.d.ts +2 -2
  199. package/dist/build/types/src/core/modules/email/log/components/parameters-tab/parameters-tab.d.ts +2 -2
  200. package/dist/build/types/src/core/modules/email/test-mail/component/send-test-mail-form/send-test-mail-form.d.ts +2 -2
  201. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +1 -1
  202. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +6 -4
  203. package/dist/build/types/src/core/modules/field-definitions/components/editor/area-provider.d.ts +20 -0
  204. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/current-configuration-provider.d.ts +21 -0
  205. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal-trigger.d.ts +11 -0
  206. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal.d.ts +13 -0
  207. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout.d.ts +11 -0
  208. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail/custom-layout-actions.d.ts +11 -0
  209. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail/detail-renderer.d.ts +11 -0
  210. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail/layout-provider.d.ts +10 -0
  211. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail/parent-tree.d.ts +11 -0
  212. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/detail.d.ts +11 -0
  213. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/top-bar/add-modal-trigger.d.ts +11 -0
  214. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/top-bar/item-select.d.ts +11 -0
  215. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/items/top-bar.d.ts +11 -0
  216. package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/view.d.ts +11 -0
  217. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content/general-settings-form.d.ts +11 -0
  218. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content/layout-form.d.ts +11 -0
  219. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content.d.ts +11 -0
  220. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/general-settings-provider.d.ts +23 -0
  221. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/import-export-actions.d.ts +11 -0
  222. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/layout-provider.d.ts +10 -0
  223. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/save.d.ts +11 -0
  224. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/sidebar.d.ts +28 -0
  225. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail.d.ts +15 -0
  226. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/provider.d.ts +36 -0
  227. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/add-modal.d.ts +10 -0
  228. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/modal-holder.d.ts +11 -0
  229. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar.d.ts +11 -0
  230. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/tabs.d.ts +11 -0
  231. package/dist/build/types/src/core/modules/field-definitions/components/editor/settings-provider.d.ts +54 -0
  232. package/dist/build/types/src/core/modules/field-definitions/components/editor/view.d.ts +11 -0
  233. package/dist/build/types/src/core/modules/field-definitions/components/editor.d.ts +29 -0
  234. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-crop-panel/field-definition-crop-panel.d.ts +11 -0
  235. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-decimal-settings/field-definition-decimal-settings.d.ts +11 -0
  236. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-default-value-grid/field-definition-default-value-grid.d.ts +19 -0
  237. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-geo-settings/field-definition-geo-settings.d.ts +11 -0
  238. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-options-source-fields/field-definition-options-source-fields.d.ts +14 -0
  239. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-regex-validation/field-definition-regex-validation.d.ts +11 -0
  240. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/components/field-definition-select-options-grid/field-definition-select-options-grid.d.ts +20 -0
  241. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-abstract.d.ts +47 -0
  242. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-registry.d.ts +25 -0
  243. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/hooks/use-class-select-options.d.ts +13 -0
  244. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/dynamic-type-field-defintion-data-abstract.d.ts +26 -0
  245. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/field-defintion-data-form-fields.d.ts +12 -0
  246. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/dynamic-type-field-defintion-layout-abstract.d.ts +23 -0
  247. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/field-defintion-layout-form-fields.d.ts +12 -0
  248. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/block/dynamic-type-field-definition-block.d.ts +20 -0
  249. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/booleanSelect/dynamic-type-field-definition-boolean-select.d.ts +20 -0
  250. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/booleanSelect/field-definition-boolean-select-form-fields.d.ts +12 -0
  251. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/calculatedValue/dynamic-type-field-definition-calculated-value.d.ts +19 -0
  252. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/calculatedValue/field-definition-calculated-value-form-fields.d.ts +12 -0
  253. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/checkbox/dynamic-type-field-definition-checkbox.d.ts +20 -0
  254. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/checkbox/field-definition-checkbox-form-fields.d.ts +12 -0
  255. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/country/dynamic-type-field-definition-country.d.ts +19 -0
  256. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/country/field-definition-country-form-fields.d.ts +12 -0
  257. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/countrymultiselect/dynamic-type-field-definition-countrymultiselect.d.ts +19 -0
  258. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/countrymultiselect/field-definition-countrymultiselect-form-fields.d.ts +12 -0
  259. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/date/dynamic-type-field-definition-date.d.ts +19 -0
  260. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/date/field-definition-date-form-fields.d.ts +12 -0
  261. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/dateRange/dynamic-type-field-definition-date-range.d.ts +19 -0
  262. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/dateRange/field-definition-date-range-form-fields.d.ts +12 -0
  263. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/dateTime/dynamic-type-field-definition-date-time.d.ts +19 -0
  264. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/dateTime/field-definition-date-time-form-fields.d.ts +12 -0
  265. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/encryptedField/dynamic-type-field-definition-encrypted-field.d.ts +19 -0
  266. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/encryptedField/field-definition-encrypted-field-form-fields.d.ts +12 -0
  267. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/externalImage/dynamic-type-field-definition-external-image.d.ts +19 -0
  268. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/externalImage/field-definition-external-image-form-fields.d.ts +12 -0
  269. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geobounds/dynamic-type-field-definition-geobounds.d.ts +19 -0
  270. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geobounds/field-definition-geobounds-form-fields.d.ts +12 -0
  271. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopoint/dynamic-type-field-definition-geopoint.d.ts +19 -0
  272. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopoint/field-definition-geopoint-form-fields.d.ts +12 -0
  273. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopolygon/dynamic-type-field-definition-geopolygon.d.ts +19 -0
  274. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopolygon/field-definition-geopolygon-form-fields.d.ts +12 -0
  275. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopolyline/dynamic-type-field-definition-geopolyline.d.ts +19 -0
  276. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/geopolyline/field-definition-geopolyline-form-fields.d.ts +12 -0
  277. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/image/dynamic-type-field-definition-image.d.ts +19 -0
  278. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/image/field-definition-image-form-fields.d.ts +12 -0
  279. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/imageAdvanced/dynamic-type-field-definition-hotspot-image.d.ts +19 -0
  280. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/imageAdvanced/field-definition-image-advanced-form-fields.d.ts +12 -0
  281. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/imageGallery/dynamic-type-field-definition-image-gallery.d.ts +19 -0
  282. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/imageGallery/field-definition-image-gallery-form-fields.d.ts +12 -0
  283. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/dynamic-type-field-definition-input.d.ts +19 -0
  284. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/field-defintion-input-form-fields.d.ts +12 -0
  285. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/inputQuantityValue/dynamic-type-field-definition-input-quantity-value.d.ts +19 -0
  286. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/inputQuantityValue/field-defintion-input-quantity-value-form-fields.d.ts +12 -0
  287. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/language/dynamic-type-field-definition-language.d.ts +19 -0
  288. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/language/field-definition-language-form-fields.d.ts +12 -0
  289. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/languagemultiselect/dynamic-type-field-definition-languagemultiselect.d.ts +19 -0
  290. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/languagemultiselect/field-definition-languagemultiselect-form-fields.d.ts +12 -0
  291. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/link/dynamic-type-field-definition-link.d.ts +19 -0
  292. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/link/field-definition-link-form-fields.d.ts +12 -0
  293. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/multiselection/dynamic-type-field-definition-multiselection.d.ts +21 -0
  294. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/multiselection/field-definition-multiselection-form-fields.d.ts +12 -0
  295. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/number/dynamic-type-field-definition-number.d.ts +19 -0
  296. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/number/field-definition-number-form-fields.d.ts +12 -0
  297. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/numericRange/dynamic-type-field-definition-numeric-range.d.ts +19 -0
  298. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/numericRange/field-definition-numeric-range-form-fields.d.ts +12 -0
  299. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/dynamic-type-field-definition-panel.d.ts +20 -0
  300. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/field-definition-panel-form-fields.d.ts +12 -0
  301. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/password/dynamic-type-field-definition-password.d.ts +19 -0
  302. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/password/field-defintion-password-form-fields.d.ts +12 -0
  303. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/quantityValue/dynamic-type-field-definition-quantity-value.d.ts +19 -0
  304. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/quantityValue/field-definition-quantity-value-form-fields.d.ts +12 -0
  305. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/quantityValueRange/dynamic-type-field-definition-quantity-value-range.d.ts +19 -0
  306. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/quantityValueRange/field-definition-quantity-value-range-form-fields.d.ts +12 -0
  307. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/rgbaColor/dynamic-type-field-definition-rgba-color.d.ts +19 -0
  308. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/rgbaColor/field-definition-rgba-color-form-fields.d.ts +12 -0
  309. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/select/dynamic-type-field-definition-select.d.ts +20 -0
  310. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/select/field-definition-select-form-fields.d.ts +12 -0
  311. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/slider/dynamic-type-field-definition-slider.d.ts +19 -0
  312. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/slider/field-definition-slider-form-fields.d.ts +12 -0
  313. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/textarea/dynamic-type-field-definition-textarea.d.ts +19 -0
  314. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/textarea/field-definition-textarea-form-fields.d.ts +12 -0
  315. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/time/dynamic-type-field-definition-time.d.ts +19 -0
  316. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/time/field-definition-time-form-fields.d.ts +12 -0
  317. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/urlSlug/dynamic-type-field-definition-url-slug.d.ts +19 -0
  318. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/urlSlug/field-definition-url-slug-form-fields.d.ts +12 -0
  319. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/user/dynamic-type-field-definition-user.d.ts +18 -0
  320. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/video/dynamic-type-field-definition-video.d.ts +19 -0
  321. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/video/field-definition-video-form-fields.d.ts +12 -0
  322. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/wysiwyg/dynamic-type-field-definition-wysiwyg.d.ts +19 -0
  323. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/wysiwyg/field-definition-wysiwyg-form-fields.d.ts +12 -0
  324. package/dist/build/types/src/core/modules/field-definitions/index.d.ts +10 -0
  325. package/dist/build/types/src/core/modules/field-definitions/utils/context-helpers.d.ts +13 -0
  326. package/dist/build/types/src/core/modules/field-definitions/utils/layout-helpers.d.ts +29 -0
  327. package/dist/build/types/src/core/modules/field-definitions/utils/layout-provider-factory.d.ts +54 -0
  328. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/delete-button/delete-button.d.ts +20 -0
  329. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/export-button/export-button.d.ts +17 -0
  330. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/open-button/open-button.d.ts +18 -0
  331. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/search-form/search-form.d.ts +18 -0
  332. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/search-form/search-form.styles.d.ts +12 -0
  333. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/assets-tab/assets-tab.d.ts +25 -0
  334. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/data-objects-tab/data-objects-tab.d.ts +24 -0
  335. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/emails-tab/components/delete-button/delete-button.d.ts +18 -0
  336. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/emails-tab/components/email-parameters-button/email-parameters-button.d.ts +16 -0
  337. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/emails-tab/components/email-preview-button/email-preview-button.d.ts +16 -0
  338. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/emails-tab/emails-tab.d.ts +29 -0
  339. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/users-tab/components/delete-button/delete-button.d.ts +19 -0
  340. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/users-tab/hooks/use-user.d.ts +16 -0
  341. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/components/users-tab/users-tab.d.ts +26 -0
  342. package/dist/build/types/src/core/modules/gdpr-data-extractor/components/tab-panel/tab-panel.d.ts +30 -0
  343. package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-abstract-gdpr-provider.d.ts +15 -0
  344. package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-assets-gdpr-provider.d.ts +16 -0
  345. package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-data-object-gdpr-provider.d.ts +16 -0
  346. package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-email-gdpr-provider.d.ts +16 -0
  347. package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/definitions/dynamic-type-users-gdpr-provider.d.ts +16 -0
  348. package/dist/build/types/src/core/modules/gdpr-data-extractor/dynamic-types/registry/dynamic-type-gdpr-provider-registry.d.ts +13 -0
  349. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +618 -0
  350. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-container.d.ts +20 -0
  351. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +935 -0
  352. package/dist/build/types/src/core/modules/gdpr-data-extractor/index.d.ts +10 -0
  353. package/dist/build/types/src/core/modules/image-thumbnails/components/image-thumbnails-tree/image-thumbnails-tree.d.ts +16 -0
  354. package/dist/build/types/src/core/modules/image-thumbnails/components/image-thumbnails-tree/image-thumbnails-tree.styles.d.ts +12 -0
  355. package/dist/build/types/src/core/modules/image-thumbnails/components/image-thumbnails-tree-toolbar/image-thumbnails-tree-toolbar.d.ts +16 -0
  356. package/dist/build/types/src/core/modules/image-thumbnails/hooks/use-thumbnail-config.d.ts +19 -0
  357. package/dist/build/types/src/core/modules/image-thumbnails/image-thumbnails-container.d.ts +11 -0
  358. package/dist/build/types/src/core/modules/image-thumbnails/image-thumbnails-container.styles.d.ts +12 -0
  359. package/dist/build/types/src/core/modules/image-thumbnails/index.d.ts +11 -0
  360. package/dist/build/types/src/core/modules/image-thumbnails/providers/image-thumbnails-provider.d.ts +27 -0
  361. package/dist/build/types/src/core/modules/image-thumbnails/utils/tree-helpers.d.ts +12 -0
  362. package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +2 -2
  363. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +2 -2
  364. package/dist/build/types/src/core/modules/notifications/send-notification/components/notification-form/notification-form.d.ts +2 -2
  365. package/dist/build/types/src/core/modules/open-element/{open-element.d.ts → constants.d.ts} +0 -8
  366. package/dist/build/types/src/core/modules/open-element/context/open-element-data-context.d.ts +19 -0
  367. package/dist/build/types/src/core/modules/open-element/open-element-wrapper.d.ts +15 -0
  368. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +3 -0
  369. package/dist/build/types/src/core/modules/perspectives/enums/tree-permission.d.ts +5 -7
  370. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +1 -151
  371. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +2 -2
  372. package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +1 -0
  373. 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 -0
  374. package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.styles.d.ts +1 -0
  375. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/bar-chart/bar-chart.d.ts +1 -1
  376. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/line-chart/line-chart.d.ts +1 -1
  377. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/components/pie-chart/pie-chart.d.ts +1 -1
  378. package/dist/build/types/src/core/modules/reports/reports-view/components/report-chart/types.d.ts +1 -0
  379. package/dist/build/types/src/core/modules/reports/reports-view/components/report-toolbar/report-toolbar.d.ts +2 -1
  380. package/dist/build/types/src/core/modules/reports/reports-view/reports-view.styles.d.ts +1 -0
  381. package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/components/action-item.d.ts +16 -0
  382. package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/components/add-action-button/add-action-button.d.ts +16 -0
  383. package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/hooks/use-add-action-menu-items.d.ts +14 -0
  384. package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/provider/rule-actions-provider/rule-actions-provider.d.ts +28 -0
  385. package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/provider/rule-actions-provider/use-rule-actions.d.ts +13 -0
  386. package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/rule-actions.d.ts +12 -0
  387. package/dist/build/types/src/core/modules/rule-builder/components/rule-actions/types/rule-actions.types.d.ts +19 -0
  388. package/dist/build/types/src/core/modules/rule-builder/components/rule-conditions/rule-conditions.d.ts +12 -0
  389. package/dist/build/types/src/core/modules/rule-builder/components/rule-conditions/types/rule-conditions.types.d.ts +17 -0
  390. package/dist/build/types/src/core/modules/rule-builder/components/rule-config-form/index.d.ts +10 -0
  391. package/dist/build/types/src/core/modules/rule-builder/components/rule-config-form/rule-config-form.d.ts +29 -0
  392. package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/components/add-trigger-button/add-trigger-button.d.ts +16 -0
  393. package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/components/trigger-item.d.ts +16 -0
  394. package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/hooks/use-add-trigger-menu-items.d.ts +14 -0
  395. package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/provider/rule-triggers-provider/rule-triggers-provider.d.ts +28 -0
  396. package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/provider/rule-triggers-provider/use-rule-triggers.d.ts +13 -0
  397. package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/rule-triggers.d.ts +12 -0
  398. package/dist/build/types/src/core/modules/rule-builder/components/rule-triggers/types/rule-triggers.types.d.ts +19 -0
  399. package/dist/build/types/src/core/modules/rule-builder/components/shared/hooks/use-rule-item-drag-drop.d.ts +18 -0
  400. package/dist/build/types/src/core/modules/rule-builder/components/shared/hooks/use-rule-items.d.ts +28 -0
  401. package/dist/build/types/src/core/modules/rule-builder/components/shared/hooks/use-sortable-item.d.ts +21 -0
  402. package/dist/build/types/src/core/modules/rule-builder/components/shared/rule-item-list.d.ts +21 -0
  403. package/dist/build/types/src/core/modules/rule-builder/components/shared/rule-item-tool-strip.d.ts +24 -0
  404. package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/index.d.ts +12 -0
  405. package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rule-item.d.ts +20 -0
  406. package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rules-list.d.ts +20 -0
  407. package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rules-list.styles.d.ts +15 -0
  408. package/dist/build/types/src/core/modules/rule-builder/components/sortable-rules-list/sortable-rules-list.types.d.ts +20 -0
  409. package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-action/dynamic-type-rule-action-abstract.d.ts +45 -0
  410. package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-action/dynamic-type-rule-action-registry.d.ts +17 -0
  411. package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-condition/dynamic-type-rule-condition-abstract.d.ts +40 -0
  412. package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-condition/dynamic-type-rule-condition-registry.d.ts +15 -0
  413. package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-trigger/dynamic-type-rule-trigger-abstract.d.ts +45 -0
  414. package/dist/build/types/src/core/modules/rule-builder/dynamic-types/rule-trigger/dynamic-type-rule-trigger-registry.d.ts +17 -0
  415. package/dist/build/types/src/core/modules/rule-builder/types/rule-item.types.d.ts +28 -0
  416. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +160 -160
  417. package/dist/build/types/src/core/modules/widget-editor/components/widget-create-form/widget-create-form.d.ts +3 -2
  418. package/dist/build/types/src/core/modules/widget-editor/services/widget-context-menu-item-registry.d.ts +23 -0
  419. package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-title.d.ts +1 -1
  420. package/dist/build/types/src/core/modules/widget-manager/title/border-title-view.d.ts +4 -2
  421. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +1 -1
  422. package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.d.ts +4 -2
  423. package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +2 -0
  424. package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +5 -2
  425. package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +3 -1
  426. package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +3 -1
  427. package/dist/build/types/src/core/modules/wysiwyg/wysiwyg.styles.d.ts +1 -0
  428. package/dist/build/types/src/core/types/components/types.d.ts +1 -0
  429. package/dist/build/types/src/core/utils/hooks/use-controlled-state.d.ts +34 -0
  430. package/dist/build/types/src/core/utils/sizing.d.ts +1 -0
  431. package/dist/build/types/src/core/utils/use-element-overflow.d.ts +1 -1
  432. package/dist/build/types/src/sdk/_internal_/mf-bootstrap-document-editor-iframe.d.ts +1 -0
  433. package/dist/build/types/src/sdk/_internal_/mf-bootstrap.d.ts +1 -0
  434. package/dist/build/types/src/sdk/components/index.d.ts +11 -0
  435. package/dist/build/types/src/sdk/main.d.ts +3 -0
  436. package/dist/build/types/src/sdk/modules/app/index.d.ts +1 -0
  437. package/dist/build/types/src/sdk/modules/data-object/index.d.ts +1 -0
  438. package/dist/build/types/src/sdk/modules/document/index.d.ts +2 -0
  439. package/dist/build/types/src/sdk/modules/element/index.d.ts +4 -0
  440. package/dist/build/types/src/sdk/modules/field-definitions/index.d.ts +14 -0
  441. package/dist/build/types/src/sdk/modules/gdpr-data-extractor/index.d.ts +12 -0
  442. package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +2 -0
  443. package/dist/build/types/src/sdk/modules/rule-builder/index.d.ts +24 -0
  444. package/dist/build/types/src/sdk/modules/translations/index.d.ts +10 -0
  445. package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +1 -1
  446. package/dist/build/types/src/sdk/utils/index.d.ts +1 -0
  447. package/dist/types/entrypoints.d.ts +5 -1
  448. package/dist/types/utils.d.ts +1 -0
  449. package/package.json +8 -2
  450. package/dist/build/rsbuild/plugins/entrypoints.js +0 -7
@@ -38,7 +38,9 @@ export type ElementFolderCreateApiArg = {
38
38
  elementType: "asset" | "document" | "data-object";
39
39
  folderData: FolderData;
40
40
  };
41
- export type ElementGetContextPermissionsApiResponse = AssetContextPermissions | DataObjectContextPermissions | DocumentContextPermissions;
41
+ export type ElementGetContextPermissionsApiResponse = {
42
+ [key: string]: boolean;
43
+ };
42
44
  export type ElementGetContextPermissionsApiArg = {
43
45
  /** Filter elements by matching element type. */
44
46
  elementType: "asset" | "document" | "data-object";
@@ -133,156 +135,6 @@ export type FolderData = {
133
135
  /** Folder Name */
134
136
  folderName: string;
135
137
  };
136
- export type SaveAssetContextPermissions = {
137
- /** Hide Add Menu */
138
- hideAdd: boolean;
139
- /** Add Upload */
140
- addUpload: boolean;
141
- /** Upload New Version */
142
- uploadNewVersion: boolean;
143
- /** Add Upload Zip */
144
- addUploadZip: boolean;
145
- /** Download */
146
- download: boolean;
147
- /** Download Zip */
148
- downloadZip: boolean;
149
- /** Add Folder */
150
- addFolder: boolean;
151
- /** Copy */
152
- copy: boolean;
153
- /** Cut */
154
- cut: boolean;
155
- /** Delete */
156
- delete: boolean;
157
- /** Lock */
158
- lock: boolean;
159
- /** Lock And Propagate */
160
- lockAndPropagate: boolean;
161
- /** Paste */
162
- paste: boolean;
163
- /** Paste Cut */
164
- pasteCut: boolean;
165
- /** Refresh */
166
- refresh: boolean;
167
- /** Rename */
168
- rename: boolean;
169
- /** SearchAndMove */
170
- searchAndMove: boolean;
171
- /** Unlock */
172
- unlock: boolean;
173
- /** Unlock And Propagate */
174
- unlockAndPropagate: boolean;
175
- };
176
- export type AssetContextPermissions = SaveAssetContextPermissions & {
177
- /** AdditionalAttributes */
178
- additionalAttributes?: {
179
- [key: string]: string | number | boolean | object;
180
- };
181
- };
182
- export type SaveDataObjectContextPermissions = {
183
- /** Add */
184
- add: boolean;
185
- /** Add Folder */
186
- addFolder: boolean;
187
- /** Change Children SortBy */
188
- changeChildrenSortBy: boolean;
189
- /** Copy */
190
- copy: boolean;
191
- /** Cut */
192
- cut: boolean;
193
- /** Delete */
194
- delete: boolean;
195
- /** Lock */
196
- lock: boolean;
197
- /** Lock and Propagate */
198
- lockAndPropagate: boolean;
199
- /** Paste */
200
- paste: boolean;
201
- /** Publish */
202
- publish: boolean;
203
- /** Refresh */
204
- refresh: boolean;
205
- /** Rename */
206
- rename: boolean;
207
- /** Search and Move */
208
- searchAndMove: boolean;
209
- /** Unlock */
210
- unlock: boolean;
211
- /** Unlock and Propagate */
212
- unlockAndPropagate: boolean;
213
- /** Unpublish */
214
- unpublish: boolean;
215
- };
216
- export type DataObjectContextPermissions = SaveDataObjectContextPermissions & {
217
- /** AdditionalAttributes */
218
- additionalAttributes?: {
219
- [key: string]: string | number | boolean | object;
220
- };
221
- };
222
- export type SaveDocumentContextPermissions = {
223
- /** Add */
224
- add: boolean;
225
- /** Add E-Mail */
226
- addEmail: boolean;
227
- /** Add Folder */
228
- addFolder: boolean;
229
- /** Add Hardlink */
230
- addHardlink: boolean;
231
- /** Add Headless Document */
232
- addHeadlessDocument: boolean;
233
- /** Add Link */
234
- addLink: boolean;
235
- /** Add Newsletter */
236
- addNewsletter: boolean;
237
- /** Add Print Page */
238
- addPrintPage: boolean;
239
- /** Add Snippet */
240
- addSnippet: boolean;
241
- /** Convert */
242
- convert: boolean;
243
- /** Copy */
244
- copy: boolean;
245
- /** Cut */
246
- cut: boolean;
247
- /** Delete */
248
- delete: boolean;
249
- /** Edit Site */
250
- editSite: boolean;
251
- /** Lock */
252
- lock: boolean;
253
- /** Lock and Propagate */
254
- lockAndPropagate: boolean;
255
- /** Open */
256
- open: boolean;
257
- /** Paste */
258
- paste: boolean;
259
- /** Paste Cut */
260
- pasteCut: boolean;
261
- /** Publish */
262
- publish: boolean;
263
- /** Refresh */
264
- refresh: boolean;
265
- /** Remove Site */
266
- removeSite: boolean;
267
- /** Rename */
268
- rename: boolean;
269
- /** Search and Move */
270
- searchAndMove: boolean;
271
- /** Unlock */
272
- unlock: boolean;
273
- /** Unlock and Propagate */
274
- unlockAndPropagate: boolean;
275
- /** Unpublish */
276
- unpublish: boolean;
277
- /** Use As Site */
278
- useAsSite: boolean;
279
- };
280
- export type DocumentContextPermissions = SaveDocumentContextPermissions & {
281
- /** AdditionalAttributes */
282
- additionalAttributes?: {
283
- [key: string]: string | number | boolean | object;
284
- };
285
- };
286
138
  export type TreeLevelData = {
287
139
  /** Parent ID */
288
140
  parentId?: number;
@@ -0,0 +1,19 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type ElementType } from '../../../types/enums/element/element-type';
11
+ interface UsePathToIdOptions {
12
+ trackErrors?: boolean;
13
+ }
14
+ interface UsePathToIdReturn {
15
+ convertPathToId: (elementType: ElementType, path: string) => Promise<number | null>;
16
+ isLoading: boolean;
17
+ }
18
+ export declare const usePathToId: (options?: UsePathToIdOptions) => UsePathToIdReturn;
19
+ export {};
@@ -9,7 +9,7 @@
9
9
  */
10
10
  import { AbstractProcessorRegistry, type Processor } from '../../../../modules/app/processor-registry/abstract-processor-registry';
11
11
  import { type Element } from '../../element-helper';
12
- import { type ElementIcon } from '../../../../modules/asset/asset-api-slice.gen';
12
+ import { type ElementIcon } from '../../../../../sdk/components';
13
13
  export declare class ElementIconContext {
14
14
  readonly element: Element;
15
15
  readonly defaultIcon: ElementIcon;
@@ -10,8 +10,8 @@
10
10
  import { type EmailLog } from '../../../../../modules/email/emails-api-slice.gen';
11
11
  import React from 'react';
12
12
  interface EmailPreviewProps {
13
- email: EmailLog;
13
+ id: EmailLog['id'];
14
14
  height?: number;
15
15
  }
16
- export declare const EmailPreview: ({ email, height }: EmailPreviewProps) => React.JSX.Element;
16
+ export declare const EmailPreview: ({ id, height }: EmailPreviewProps) => React.JSX.Element;
17
17
  export {};
@@ -10,7 +10,7 @@
10
10
  import { type EmailLog } from '../../../../../modules/email/emails-api-slice.gen';
11
11
  import React from 'react';
12
12
  interface ParametersTabProps {
13
- email: EmailLog;
13
+ id: EmailLog['id'];
14
14
  }
15
- export declare const ParametersTab: ({ email }: ParametersTabProps) => React.JSX.Element;
15
+ export declare const ParametersTab: ({ id }: ParametersTabProps) => React.JSX.Element;
16
16
  export {};
@@ -7,11 +7,11 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
+ import { type formInstanceType } from '../../../../../components/form/form';
10
11
  import { type SendEmailParameters } from '../../../../../modules/email/emails-api-slice-enhanced';
11
- import { type FormInstance } from 'antd/lib';
12
12
  import React from 'react';
13
13
  export interface TestEmailModalProps {
14
14
  initialValues?: Partial<SendEmailParameters>;
15
- form: FormInstance<SendEmailParameters>;
15
+ form: formInstanceType<SendEmailParameters>;
16
16
  }
17
17
  export declare const SendTestMailForm: ({ initialValues, form }: TestEmailModalProps) => React.JSX.Element;
@@ -416,7 +416,7 @@ export declare const useExecutionEngineAbortJobRunByIdMutation: <R extends Recor
416
416
  isError: false;
417
417
  }, "error">>)> & {
418
418
  status: import("@reduxjs/toolkit/query").QueryStatus;
419
- }>(arg: import("./execution-engine-api-slice.gen").ExecutionEngineListJobsApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
419
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./execution-engine-api-slice.gen").ExecutionEngineListJobsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
420
420
  skip?: boolean;
421
421
  refetchOnMountOrArgChange?: boolean | number;
422
422
  } & {
@@ -56,11 +56,13 @@ export type JobRun = {
56
56
  /** Total elements */
57
57
  totalElements: number;
58
58
  /** Current Message og the last Event */
59
- currentMessage?: string;
59
+ currentMessage: string;
60
+ /** Id of the child Job run */
61
+ jobRunChildId: number | null;
60
62
  /** Current Step of a running Job */
61
- currentStep?: number | null;
63
+ currentStep: number | null;
62
64
  /** Number of total Steps of a running Job */
63
- totalSteps?: number | null;
65
+ totalSteps: number | null;
64
66
  /** Creation date */
65
67
  creationDate: number | null;
66
68
  /** Modification date */
@@ -474,7 +476,7 @@ export declare const useExecutionEngineAbortJobRunByIdMutation: <R extends Recor
474
476
  isError: false;
475
477
  }, "error">>)> & {
476
478
  status: import("@reduxjs/toolkit/query").QueryStatus;
477
- }>(arg: ExecutionEngineListJobsApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
479
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | ExecutionEngineListJobsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
478
480
  skip?: boolean;
479
481
  refetchOnMountOrArgChange?: boolean | number;
480
482
  } & {
@@ -0,0 +1,20 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export interface IAreaContext {
12
+ area: string[];
13
+ }
14
+ export declare const AreaContext: React.Context<IAreaContext | undefined>;
15
+ export interface AreaProviderProps {
16
+ area: string[];
17
+ children: React.ReactNode;
18
+ }
19
+ export declare const AreaProvider: (props: AreaProviderProps) => React.JSX.Element;
20
+ export declare const useArea: () => IAreaContext;
@@ -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 ConfigurationPartial } from '../../../../../modules/field-definitions/components/editor/items/provider';
11
+ import React from 'react';
12
+ export interface ICurrentConfigurationContext {
13
+ configuration: ConfigurationPartial | undefined;
14
+ }
15
+ export declare const CurrentConfigurationContext: React.Context<ICurrentConfigurationContext | undefined>;
16
+ export interface CurrentConfigurationProviderProps {
17
+ configuration: ConfigurationPartial | undefined;
18
+ children: React.ReactNode;
19
+ }
20
+ export declare const CurrentConfigurationProvider: (props: CurrentConfigurationProviderProps) => React.JSX.Element;
21
+ export declare const useCurrentConfiguration: () => ICurrentConfigurationContext;
@@ -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 CustomLayoutModalTrigger: () => React.JSX.Element;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ declare const CustomLayoutModalProvider: React.ComponentType<import("../../../../../components/modal/factory/modal-factory").ModalProviderProps>, useCustomLayoutModal: () => import("../../../../../components/modal/factory/modal-factory").IModalContext;
12
+ export { CustomLayoutModalProvider, useCustomLayoutModal };
13
+ export declare const CustomLayoutModal: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const CustomLayout: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const CustomLayoutActions: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const DetailRenderer: () => React.JSX.Element;
@@ -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 CustomLayoutLayoutProvider: (props: import("../../../../../../../modules/field-definitions/utils/layout-provider-factory").LayoutProviderProps) => React.JSX.Element, useCustomLayoutLayout: () => import("../../../../../../../modules/field-definitions/utils/layout-provider-factory").ILayoutContext;
@@ -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 DetailParentTree: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const ItemDetail: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const AddModalTrigger: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const TopBarItemSelect: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const ItemsTopBar: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const CustomLayoutView: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const GeneralSettingsForm: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const LayoutForm: () => React.JSX.Element;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export declare const DetailContent: () => React.JSX.Element;
@@ -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 CustomLayouts, type ClassDefinition } from '../../../../../../../sdk/api/class-definition';
11
+ import React from 'react';
12
+ export type GeneralSettings = ClassDefinition | CustomLayouts;
13
+ export interface IGeneralSettingsContext {
14
+ generalSettings: GeneralSettings | undefined;
15
+ setGeneralSettings: (settings: GeneralSettings | undefined) => void;
16
+ }
17
+ export declare const GeneralSettingsContext: React.Context<IGeneralSettingsContext | undefined>;
18
+ export interface IGeneralSettingsProviderProps {
19
+ generalSettings: GeneralSettings | undefined;
20
+ children: React.ReactNode;
21
+ }
22
+ export declare const GeneralSettingsProvider: (props: IGeneralSettingsProviderProps) => React.JSX.Element;
23
+ export declare const useGeneralSettings: () => IGeneralSettingsContext;
@@ -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 ImportExportActions: () => React.JSX.Element;
@@ -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 LayoutProvider: (props: import("../../../../../../modules/field-definitions/utils/layout-provider-factory").LayoutProviderProps) => React.JSX.Element, useLayout: () => import("../../../../../../modules/field-definitions/utils/layout-provider-factory").ILayoutContext;
@@ -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 DetailSave: () => 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 { type Layout, type FieldDefinition } from '../../../../../../modules/field-definitions/utils/layout-provider-factory';
11
+ import { type DragAndDropInfo } from '../../../../../../../sdk/components';
12
+ import React from 'react';
13
+ export interface DetailSidebarProps {
14
+ allowExternalDrop?: boolean;
15
+ }
16
+ export interface FieldDefinitionDragDropInfo extends DragAndDropInfo {
17
+ type: 'field-definition';
18
+ data: {
19
+ area: string[];
20
+ internal: {
21
+ id: string;
22
+ fieldDefinition: FieldDefinition;
23
+ path: string[];
24
+ };
25
+ external: Layout;
26
+ };
27
+ }
28
+ export declare const DetailSidebar: (props: DetailSidebarProps) => React.JSX.Element;
@@ -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 ConfigurationPartial } from '../../../../../modules/field-definitions/components/editor/items/provider';
11
+ import React from 'react';
12
+ export interface ItemDetailProps {
13
+ configuration: ConfigurationPartial;
14
+ }
15
+ export declare const ItemDetail: (props: ItemDetailProps) => React.JSX.Element;
@@ -0,0 +1,36 @@
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 ConfigurationPartial {
12
+ id: string;
13
+ name: string;
14
+ group?: string;
15
+ icon?: {
16
+ value: string;
17
+ color?: string;
18
+ };
19
+ }
20
+ export type DetailView = 'layout' | 'general';
21
+ export interface IItemsContext {
22
+ configurations: ConfigurationPartial[];
23
+ activeConfiguration: ConfigurationPartial | undefined;
24
+ closeConfiguration: (config: ConfigurationPartial) => void;
25
+ openConfiguration: (config: ConfigurationPartial) => void;
26
+ setActiveConfiguration: (config: ConfigurationPartial) => void;
27
+ closeActiveConfiguration: () => void;
28
+ detailView: DetailView;
29
+ setDetailView: (view: DetailView) => void;
30
+ }
31
+ export declare const ItemsContext: React.Context<IItemsContext | undefined>;
32
+ export interface ItemsProviderProps {
33
+ children: React.ReactNode;
34
+ }
35
+ export declare const ItemsProvider: (props: ItemsProviderProps) => React.JSX.Element;
36
+ export declare const useItems: () => IItemsContext;