@pimcore/studio-ui-bundle 2026.1.1 → 2026.1.3

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 (237) hide show
  1. package/dist/build/types/src/core/app/api/pimcore/index.d.ts +4 -3
  2. package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +3 -0
  3. package/dist/build/types/src/core/app/config/app-config.d.ts +1 -0
  4. package/dist/build/types/src/core/app/config/services/service-ids.d.ts +6 -0
  5. package/dist/build/types/src/core/bootstrap.d.ts +3 -0
  6. package/dist/build/types/src/core/components/background/background.d.ts +5 -1
  7. package/dist/build/types/src/core/components/background/background.stories.d.ts +7 -3
  8. package/dist/build/types/src/core/components/background/background.styles.d.ts +11 -1
  9. package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -1
  10. package/dist/build/types/src/core/components/element-tag/element-tag.d.ts +1 -0
  11. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +5 -2
  12. package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +1 -0
  13. package/dist/build/types/src/core/components/stack-list/stack-list-item.d.ts +1 -0
  14. package/dist/build/types/src/core/modules/app/app-loader/app-loader.d.ts +1 -0
  15. package/dist/build/types/src/core/modules/app/app-loader/context/app-loading-context.d.ts +27 -0
  16. package/dist/build/types/src/core/modules/app/app-loader/index.d.ts +10 -0
  17. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +6 -0
  18. package/dist/build/types/src/core/modules/app/error-handler/constants/errorTypes.d.ts +1 -0
  19. package/dist/build/types/src/core/modules/app/mercure-api-slice.gen.d.ts +3 -3
  20. package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +131 -131
  21. package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +131 -131
  22. package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +706 -66
  23. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +71 -71
  24. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +55 -55
  25. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +55 -55
  26. package/dist/build/types/src/core/modules/application-logger/application-logger.d.ts +5 -1
  27. package/dist/build/types/src/core/modules/application-logger/components/sidebar/tabs/filter/provider/filter-provider/filter-provider.d.ts +4 -1
  28. package/dist/build/types/src/core/modules/application-logger/components/table/table.d.ts +5 -1
  29. package/dist/build/types/src/core/modules/{field-definitions/dynamic-types/types/layout/fieldset/field-definition-fieldset-form-fields.d.ts → application-logger/tabs/object-tab/object-tab.d.ts} +3 -2
  30. package/dist/build/types/src/core/modules/asset/actions/zip-download/use-zip-download.d.ts +0 -1
  31. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +248 -248
  32. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +593 -593
  33. package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +130 -1
  34. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +61 -61
  35. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +61 -61
  36. package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +121 -121
  37. package/dist/build/types/src/core/modules/asset/listing/decorator/tag-filter/view-layer/components/sidebar/tabs/tag-filters/tags-tree-filters-container.d.ts +7 -5
  38. package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +17 -17
  39. package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +7 -7
  40. package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +4 -1
  41. package/dist/build/types/src/core/modules/auth/hooks/use-user-content-language.d.ts +11 -0
  42. package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +41 -41
  43. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +223 -223
  44. package/dist/build/types/src/core/modules/bulk-import/components/bulk-import-modal/hooks/use-bulk-import.d.ts +1 -1
  45. package/dist/build/types/src/core/modules/bulk-import/jobs/bulk-import-job.d.ts +9 -2
  46. package/dist/build/types/src/core/modules/cache/cache-actions.d.ts +12 -0
  47. package/dist/build/types/src/core/modules/cache/cache-api-slice.gen.d.ts +509 -0
  48. package/dist/build/types/src/core/modules/cache/index.d.ts +10 -0
  49. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +976 -791
  50. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +992 -792
  51. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +303 -303
  52. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +283 -283
  53. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +85 -85
  54. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +258 -254
  55. package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +118 -1
  56. 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 +1 -0
  57. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/build-field-type-map.d.ts +10 -0
  58. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/build-field-type-map.test.d.ts +10 -0
  59. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/merge-form-changes.d.ts +20 -0
  60. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/merge-form-changes.test.d.ts +10 -0
  61. package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +18 -18
  62. package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +116 -116
  63. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +99 -99
  64. package/dist/build/types/src/core/modules/data-object/utils/provider/class-defintions/class-definitions-provider.d.ts +2 -1
  65. package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +0 -1
  66. package/dist/build/types/src/core/modules/document/actions/translations/components/link-translation-modal.d.ts +2 -1
  67. package/dist/build/types/src/core/modules/document/actions/translations/components/translation-error-alert.d.ts +16 -0
  68. package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +305 -305
  69. package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +291 -291
  70. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +143 -24
  71. package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +6 -6
  72. package/dist/build/types/src/core/modules/document/tree/node/content/tree-node-static-generator-icon.d.ts +12 -0
  73. package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +5 -0
  74. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +2 -1
  75. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-manager.d.ts +3 -0
  76. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -1
  77. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-table.d.ts +1 -0
  78. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/checkbox/dynamic-type-grid-cell-checkbox.d.ts +1 -1
  79. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/date-time/dynamic-type-grid-cell-date-time.d.ts +1 -1
  80. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-boolean/dynamic-type-grid-cell-system-boolean.d.ts +13 -0
  81. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-datetime/dynamic-type-grid-cell-system-datetime.d.ts +13 -0
  82. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-id/dynamic-type-grid-cell-system-id.d.ts +13 -0
  83. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-integer/dynamic-type-grid-cell-system-integer.d.ts +13 -0
  84. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-string/dynamic-type-grid-cell-system-string.d.ts +13 -0
  85. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-ui.d.ts +19 -0
  86. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-ui.styles.d.ts +13 -0
  87. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-utils.d.ts +15 -0
  88. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/hooks/use-combo-field-data.d.ts +35 -0
  89. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/many-to-many-object-relation-combo-field.d.ts +12 -0
  90. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/hooks/use-data-object-grids.d.ts +3 -1
  91. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/utils/column-definition.d.ts +7 -1
  92. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +17 -0
  93. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/label/suppress-empty-field-label-provider.d.ts +15 -0
  94. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/utils/resolve-field-name.d.ts +19 -0
  95. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-localized-fields.d.ts +12 -0
  96. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-localized-fields.test.d.ts +13 -0
  97. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-many-to-many-object-relation.d.ts +3 -1
  98. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/advanced-many-to-many-relation/advanced-many-to-many-relation.d.ts +9 -1
  99. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/relation-list/formatted-relation-list.d.ts +22 -0
  100. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/relation-list/relation-list.d.ts +2 -1
  101. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/components/field-container/field-container.d.ts +3 -1
  102. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/components/text/text.d.ts +1 -0
  103. package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/menu/workflow-menu.styles.d.ts +12 -0
  104. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +19 -19
  105. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +19 -19
  106. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +59 -59
  107. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +59 -59
  108. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +42 -42
  109. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +43 -43
  110. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +43 -43
  111. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +43 -43
  112. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/create-tree-structure.d.ts +5 -0
  113. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +50 -50
  114. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +67 -67
  115. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +65 -65
  116. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +101 -99
  117. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +18 -18
  118. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +21 -21
  119. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +126 -126
  120. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +140 -140
  121. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +53 -53
  122. package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +2 -1
  123. package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/has-field-definition.d.ts +12 -0
  124. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +21 -21
  125. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +21 -21
  126. package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +121 -121
  127. package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +121 -121
  128. package/dist/build/types/src/core/modules/email/log/components/text-preview/text-preview.d.ts +2 -1
  129. package/dist/build/types/src/core/modules/execution-engine/app-loader/rehydrate-jobs-loader.d.ts +11 -0
  130. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +19 -19
  131. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +25 -23
  132. package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +7 -0
  133. package/dist/build/types/src/core/modules/execution-engine/jobs/__tests__/job-rehydration.test.d.ts +10 -0
  134. package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +1 -0
  135. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +6 -2
  136. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +4 -0
  137. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +4 -0
  138. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +13 -4
  139. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-folder-batch-edit-job.d.ts +6 -3
  140. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +11 -2
  141. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/asset-clone-job.d.ts +20 -0
  142. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/data-object-clone-job.d.ts +24 -0
  143. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +5 -0
  144. package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +5 -2
  145. package/dist/build/types/src/core/modules/execution-engine/jobs/download/abstract-download-job.d.ts +35 -0
  146. package/dist/build/types/src/core/modules/execution-engine/jobs/download/csv-download-job.d.ts +24 -0
  147. package/dist/build/types/src/core/modules/execution-engine/jobs/download/xlsx-download-job.d.ts +24 -0
  148. package/dist/build/types/src/core/modules/execution-engine/jobs/download/zip-download-job.d.ts +18 -0
  149. package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +6 -5
  150. package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +6 -2
  151. package/dist/build/types/src/core/modules/execution-engine/jobs/rehydration-helpers.d.ts +15 -0
  152. package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +5 -2
  153. package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +5 -2
  154. package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +6 -2
  155. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/__tests__/message-bus-job-handler-polling.test.d.ts +10 -0
  156. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +1 -0
  157. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler-types.d.ts +2 -0
  158. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +3 -0
  159. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +1 -0
  160. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/child-job-step-tracker.d.ts +5 -0
  161. package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +1 -0
  162. package/dist/build/types/src/core/modules/execution-engine/notification/job-list/job-list.styles.d.ts +1 -0
  163. package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +5 -9
  164. package/dist/build/types/src/core/modules/execution-engine/services/job-rehydration-registry.d.ts +22 -0
  165. package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/refresh-provider.d.ts +20 -0
  166. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/_abstracts/use-sync-title-from-name.d.ts +10 -0
  167. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/classificationstore/dynamic-type-field-definition-classificationstore.d.ts +2 -1
  168. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/fieldcollections/dynamic-type-field-definition-fieldcollections.d.ts +0 -2
  169. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/accordion/dynamic-type-field-definition-accordion.d.ts +2 -0
  170. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/fieldcontainer/dynamic-type-field-definition-field-container.d.ts +2 -0
  171. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/fieldset/dynamic-type-field-definition-fieldset.d.ts +1 -2
  172. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/iframe/dynamic-type-field-definition-iframe.d.ts +2 -0
  173. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/region/dynamic-type-field-definition-region.d.ts +2 -0
  174. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/tabpanel/dynamic-type-field-definition-tabpanel.d.ts +2 -0
  175. package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/text/dynamic-type-field-definition-text.d.ts +2 -0
  176. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +55 -55
  177. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +89 -89
  178. package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +45 -45
  179. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +81 -81
  180. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
  181. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +106 -106
  182. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +106 -106
  183. package/dist/build/types/src/core/modules/recycle-bin/components/batch-actions/batch-actions.d.ts +1 -6
  184. package/dist/build/types/src/core/modules/recycle-bin/context/selected-items-context.d.ts +14 -1
  185. package/dist/build/types/src/core/modules/recycle-bin/hooks/use-recycle-bin.d.ts +2 -2
  186. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +25 -25
  187. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +25 -25
  188. package/dist/build/types/src/core/modules/redirects/hooks/use-redirect-options.d.ts +18 -0
  189. package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +448 -104
  190. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +121 -121
  191. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +108 -108
  192. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +140 -132
  193. package/dist/build/types/src/core/modules/reports/reports-editor/components/helpers.d.ts +11 -0
  194. package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.styles.d.ts +1 -3
  195. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.d.ts +16 -0
  196. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +12 -0
  197. package/dist/build/types/src/core/modules/robots-txt/index.d.ts +11 -0
  198. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.d.ts +11 -0
  199. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +12 -0
  200. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +17 -17
  201. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +127 -127
  202. package/dist/build/types/src/core/modules/translations/components/cleanup-translations-button.d.ts +16 -0
  203. package/dist/build/types/src/core/modules/translations/components/export-translations-button.d.ts +19 -0
  204. package/dist/build/types/src/core/modules/translations/components/import-translations-button.d.ts +16 -0
  205. package/dist/build/types/src/core/modules/translations/components/import-translations-modal/csv-settings-step.d.ts +22 -0
  206. package/dist/build/types/src/core/modules/translations/components/import-translations-modal/file-select-step.d.ts +17 -0
  207. package/dist/build/types/src/core/modules/translations/components/import-translations-modal/hooks/use-import-csv.d.ts +29 -0
  208. package/dist/build/types/src/core/modules/translations/components/import-translations-modal/import-translations-modal.d.ts +18 -0
  209. package/dist/build/types/src/core/modules/translations/components/import-translations-modal/import-translations-modal.styles.d.ts +15 -0
  210. package/dist/build/types/src/core/modules/translations/components/import-translations-modal/types.d.ts +17 -0
  211. package/dist/build/types/src/core/modules/translations/components/translation-merger/hooks/use-merger-columns.d.ts +18 -0
  212. package/dist/build/types/src/core/modules/translations/components/translation-merger/hooks/use-merger-rows.d.ts +38 -0
  213. package/dist/build/types/src/core/modules/translations/components/translation-merger/merger-data-store.d.ts +18 -0
  214. package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger-container.d.ts +11 -0
  215. package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger.d.ts +17 -0
  216. package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger.styles.d.ts +12 -0
  217. package/dist/build/types/src/core/modules/translations/hooks/translation-domain-provider.d.ts +2 -1
  218. package/dist/build/types/src/core/modules/translations/translations-container.d.ts +4 -1
  219. package/dist/build/types/src/core/modules/translations/translations-container.styles.d.ts +12 -0
  220. package/dist/build/types/src/core/modules/translations/translations-wrapper.d.ts +5 -1
  221. package/dist/build/types/src/core/modules/user/hooks/use-merged-keybindings.d.ts +1 -1
  222. package/dist/build/types/src/core/modules/user/management/detail/tabs/workspaces/components/special-settings-modal.d.ts +24 -0
  223. package/dist/build/types/src/core/modules/user/management/detail/tabs/workspaces/workspace-type.d.ts +14 -0
  224. package/dist/build/types/src/core/modules/user/management/detail/tabs/workspaces/workspaces-container.d.ts +0 -5
  225. package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +47 -47
  226. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +121 -121
  227. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +220 -220
  228. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +43 -43
  229. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +43 -43
  230. package/dist/build/types/src/core/utils/css.d.ts +9 -0
  231. package/dist/build/types/src/core/utils/files.d.ts +7 -0
  232. package/dist/build/types/src/sdk/modules/app/index.d.ts +3 -0
  233. package/dist/build/types/test-utils/mocks/style-mock.d.ts +11 -0
  234. package/dist/build/types/test-utils/mocks/svg-react-mock.d.ts +12 -0
  235. package/package.json +6 -5
  236. package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +0 -28
  237. package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +0 -28
@@ -74,7 +74,6 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
74
74
  type: "name" | "path";
75
75
  value: string;
76
76
  };
77
- fullPath: string;
78
77
  key: string;
79
78
  isLocked: boolean;
80
79
  permissions: {
@@ -90,16 +89,14 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
90
89
  save: boolean;
91
90
  unpublish: boolean;
92
91
  };
93
- index: number;
94
- isSite: boolean;
95
- published: boolean;
96
92
  additionalAttributes?: {
97
93
  [x: string]: string | number | boolean | object;
98
94
  } | undefined;
99
- locked: string | null;
100
- hasChildren: boolean;
95
+ fullPath: string;
96
+ index: number;
101
97
  userOwner: number;
102
98
  userModification: number | null;
99
+ locked: string | null;
103
100
  creationDate: number | null;
104
101
  modificationDate: number | null;
105
102
  customAttributes?: {
@@ -113,7 +110,10 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
113
110
  additionalCssClasses: string[];
114
111
  } | undefined;
115
112
  hasWorkflowAvailable: boolean;
113
+ hasChildren: boolean;
116
114
  hasWorkflowWithPermissions: boolean;
115
+ published: boolean;
116
+ isSite: boolean;
117
117
  navigationExclude: boolean;
118
118
  editableData: object;
119
119
  missingRequiredEditable: boolean;
@@ -187,7 +187,6 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
187
187
  type: "name" | "path";
188
188
  value: string;
189
189
  };
190
- fullPath: string;
191
190
  key: string;
192
191
  isLocked: boolean;
193
192
  permissions: {
@@ -203,16 +202,14 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
203
202
  save: boolean;
204
203
  unpublish: boolean;
205
204
  };
206
- index: number;
207
- isSite: boolean;
208
- published: boolean;
209
205
  additionalAttributes?: {
210
206
  [x: string]: string | number | boolean | object;
211
207
  } | undefined;
212
- locked: string | null;
213
- hasChildren: boolean;
208
+ fullPath: string;
209
+ index: number;
214
210
  userOwner: number;
215
211
  userModification: number | null;
212
+ locked: string | null;
216
213
  creationDate: number | null;
217
214
  modificationDate: number | null;
218
215
  customAttributes?: {
@@ -226,7 +223,10 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
226
223
  additionalCssClasses: string[];
227
224
  } | undefined;
228
225
  hasWorkflowAvailable: boolean;
226
+ hasChildren: boolean;
229
227
  hasWorkflowWithPermissions: boolean;
228
+ published: boolean;
229
+ isSite: boolean;
230
230
  navigationExclude: boolean;
231
231
  editableData: object;
232
232
  missingRequiredEditable: boolean;
@@ -300,7 +300,6 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
300
300
  type: "name" | "path";
301
301
  value: string;
302
302
  };
303
- fullPath: string;
304
303
  key: string;
305
304
  isLocked: boolean;
306
305
  permissions: {
@@ -316,16 +315,130 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
316
315
  save: boolean;
317
316
  unpublish: boolean;
318
317
  };
319
- index: number;
320
- isSite: boolean;
321
- published: boolean;
322
318
  additionalAttributes?: {
323
319
  [x: string]: string | number | boolean | object;
324
320
  } | undefined;
321
+ fullPath: string;
322
+ index: number;
323
+ userOwner: number;
324
+ userModification: number | null;
325
325
  locked: string | null;
326
+ creationDate: number | null;
327
+ modificationDate: number | null;
328
+ customAttributes?: {
329
+ icon: {
330
+ type: "name" | "path";
331
+ value: string;
332
+ } | null;
333
+ tooltip: string | null;
334
+ additionalIcons: string[];
335
+ key: string | null;
336
+ additionalCssClasses: string[];
337
+ } | undefined;
338
+ hasWorkflowAvailable: boolean;
326
339
  hasChildren: boolean;
340
+ hasWorkflowWithPermissions: boolean;
341
+ published: boolean;
342
+ isSite: boolean;
343
+ navigationExclude: boolean;
344
+ editableData: object;
345
+ missingRequiredEditable: boolean;
346
+ properties: {
347
+ additionalAttributes?: {
348
+ [x: string]: string | number | boolean | object;
349
+ } | undefined;
350
+ key: string;
351
+ data: any | null;
352
+ type: string;
353
+ inheritable: boolean;
354
+ inherited: boolean;
355
+ config?: string | null | undefined;
356
+ predefinedName?: string | null | undefined;
357
+ description?: string | null | undefined;
358
+ rowId: string;
359
+ }[];
360
+ modified: boolean;
361
+ changes: {
362
+ [x: string]: boolean;
363
+ };
364
+ modifiedCells: {
365
+ [x: string]: {
366
+ rowIndex: number | string;
367
+ columnId: string;
368
+ }[];
369
+ };
370
+ schedules: {
371
+ additionalAttributes?: {
372
+ [x: string]: string | number | boolean | object;
373
+ } | undefined;
374
+ id: number;
375
+ ctype: string;
376
+ date: number;
377
+ action?: ("publish-version" | "publish" | "unpublish" | "delete") | ("publish-version" | "publish" | "unpublish" | "delete") | undefined;
378
+ version?: number | null | undefined;
379
+ active: boolean;
380
+ userId: number;
381
+ username: string;
382
+ archived: boolean;
383
+ }[];
384
+ activeTab: string | null;
385
+ draftData: {
386
+ id: number;
387
+ modificationDate: number;
388
+ isAutoSave: boolean;
389
+ } | null;
390
+ settingsData?: {
391
+ [x: string]: any;
392
+ } | undefined;
393
+ };
394
+ };
395
+ activeTab: null;
396
+ modified: boolean;
397
+ properties: never[];
398
+ schedule: never[];
399
+ changes: {};
400
+ modifiedCells: {};
401
+ settingsData: {};
402
+ }, action: PayloadAction<{
403
+ id: number;
404
+ key: string;
405
+ }>): void;
406
+ setModificationDate(state: {
407
+ ids: number[];
408
+ entities: {
409
+ [x: number]: {
410
+ path: string;
411
+ id: number;
412
+ type: string;
413
+ elementType: string;
414
+ parentId: number;
415
+ icon: {
416
+ type: "name" | "path";
417
+ value: string;
418
+ };
419
+ key: string;
420
+ isLocked: boolean;
421
+ permissions: {
422
+ list: boolean;
423
+ view: boolean;
424
+ publish: boolean;
425
+ delete: boolean;
426
+ rename: boolean;
427
+ create: boolean;
428
+ settings: boolean;
429
+ versions: boolean;
430
+ properties: boolean;
431
+ save: boolean;
432
+ unpublish: boolean;
433
+ };
434
+ additionalAttributes?: {
435
+ [x: string]: string | number | boolean | object;
436
+ } | undefined;
437
+ fullPath: string;
438
+ index: number;
327
439
  userOwner: number;
328
440
  userModification: number | null;
441
+ locked: string | null;
329
442
  creationDate: number | null;
330
443
  modificationDate: number | null;
331
444
  customAttributes?: {
@@ -339,7 +452,10 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
339
452
  additionalCssClasses: string[];
340
453
  } | undefined;
341
454
  hasWorkflowAvailable: boolean;
455
+ hasChildren: boolean;
342
456
  hasWorkflowWithPermissions: boolean;
457
+ published: boolean;
458
+ isSite: boolean;
343
459
  navigationExclude: boolean;
344
460
  editableData: object;
345
461
  missingRequiredEditable: boolean;
@@ -401,7 +517,7 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
401
517
  settingsData: {};
402
518
  }, action: PayloadAction<{
403
519
  id: number;
404
- key: string;
520
+ modificationDate: number | null;
405
521
  }>): void;
406
522
  }, "document-draft", "document-draft", import("@reduxjs/toolkit").SliceSelectors<import("@reduxjs/toolkit/src/entities/models").EntityState<DocumentDraft, number> & {
407
523
  activeTab: null;
@@ -415,7 +531,10 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
415
531
  export declare const documentReceived: import("@reduxjs/toolkit").ActionCreatorWithPayload<DocumentDraft, "document-draft/documentReceived">, removeDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-draft/removeDocument">, resetDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-draft/resetDocument">, updateKey: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
416
532
  id: number;
417
533
  key: string;
418
- }, "document-draft/updateKey">, resetChanges: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-draft/resetChanges">, setModifiedCells: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-trackable-changes").ModifiedCellsAction, "document-draft/setModifiedCells">, addPropertyToDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertyAction, "document-draft/addProperty">, removePropertyFromDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertyAction, "document-draft/removeProperty">, setPropertiesForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertiesAction, "document-draft/setProperties">, updatePropertyForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertyAction, "document-draft/updateProperty">, addScheduleToDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").ScheduleAction, "document-draft/addSchedule">, removeScheduleFromDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").ScheduleAction, "document-draft/removeSchedule">, setSchedulesForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").SchedulesAction, "document-draft/setSchedules">, updateScheduleForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").ScheduleAction, "document-draft/updateSchedule">, resetSchedulesChangesForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-draft/resetSchedulesChanges">, setActiveTabForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-tabs").SetActiveTabAction, "document-draft/setActiveTab">, markDocumentEditablesAsModified: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-draft/markDocumentEditablesAsModified">, setDraftData: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
534
+ }, "document-draft/updateKey">, setModificationDate: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
535
+ id: number;
536
+ modificationDate: number | null;
537
+ }, "document-draft/setModificationDate">, resetChanges: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-draft/resetChanges">, setModifiedCells: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-trackable-changes").ModifiedCellsAction, "document-draft/setModifiedCells">, addPropertyToDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertyAction, "document-draft/addProperty">, removePropertyFromDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertyAction, "document-draft/removeProperty">, setPropertiesForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertiesAction, "document-draft/setProperties">, updatePropertyForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertyAction, "document-draft/updateProperty">, addScheduleToDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").ScheduleAction, "document-draft/addSchedule">, removeScheduleFromDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").ScheduleAction, "document-draft/removeSchedule">, setSchedulesForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").SchedulesAction, "document-draft/setSchedules">, updateScheduleForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").ScheduleAction, "document-draft/updateSchedule">, resetSchedulesChangesForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-draft/resetSchedulesChanges">, setActiveTabForDocument: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-tabs").SetActiveTabAction, "document-draft/setActiveTab">, markDocumentEditablesAsModified: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "document-draft/markDocumentEditablesAsModified">, setDraftData: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
419
538
  id: number;
420
539
  draftData: any;
421
540
  }, "document-draft/setDraftData">, publishDraft: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
@@ -430,25 +549,25 @@ export declare const selectDocumentById: (state: Record<string, any>, id: number
430
549
  elementType: string;
431
550
  parentId: number;
432
551
  icon: import("../../modules/document/document-api-slice-enhanced").ElementIcon;
433
- fullPath: string;
434
552
  key: string;
435
553
  isLocked: boolean;
436
554
  permissions: import("../../modules/document/document-api-slice-enhanced").DocumentPermissions;
437
- index: number;
438
- isSite: boolean;
439
- published: boolean;
440
555
  additionalAttributes?: {
441
556
  [key: string]: string | number | boolean | object;
442
557
  } | undefined;
443
- locked: string | null;
444
- hasChildren: boolean;
558
+ fullPath: string;
559
+ index: number;
445
560
  userOwner: number;
446
561
  userModification: number | null;
562
+ locked: string | null;
447
563
  creationDate: number | null;
448
564
  modificationDate: number | null;
449
565
  customAttributes?: import("../../modules/document/document-api-slice-enhanced").CustomAttributes | undefined;
450
566
  hasWorkflowAvailable: boolean;
567
+ hasChildren: boolean;
451
568
  hasWorkflowWithPermissions: boolean;
569
+ published: boolean;
570
+ isSite: boolean;
452
571
  navigationExclude: boolean;
453
572
  editableData: object;
454
573
  missingRequiredEditable: boolean;
@@ -50,8 +50,8 @@ export declare const selectDocumentAreablockGroupedTypes: ((state: any, document
50
50
  dependencyRecomputations: () => number;
51
51
  resetDependencyRecomputations: () => void;
52
52
  } & {
53
- argsMemoize: typeof import("reselect").weakMapMemoize;
54
53
  memoize: typeof import("reselect").weakMapMemoize;
54
+ argsMemoize: typeof import("reselect").weakMapMemoize;
55
55
  };
56
56
  export declare const selectDocumentTimeSliderVisible: ((state: any, documentId: number) => boolean) & {
57
57
  clearCache: () => void;
@@ -71,8 +71,8 @@ export declare const selectDocumentTimeSliderVisible: ((state: any, documentId:
71
71
  dependencyRecomputations: () => number;
72
72
  resetDependencyRecomputations: () => void;
73
73
  } & {
74
- argsMemoize: typeof import("reselect").weakMapMemoize;
75
74
  memoize: typeof import("reselect").weakMapMemoize;
75
+ argsMemoize: typeof import("reselect").weakMapMemoize;
76
76
  };
77
77
  export declare const selectDocumentHasAreablocks: ((state: any, documentId: number) => boolean) & {
78
78
  clearCache: () => void;
@@ -104,16 +104,16 @@ export declare const selectDocumentHasAreablocks: ((state: any, documentId: numb
104
104
  dependencyRecomputations: () => number;
105
105
  resetDependencyRecomputations: () => void;
106
106
  } & {
107
- argsMemoize: typeof import("reselect").weakMapMemoize;
108
107
  memoize: typeof import("reselect").weakMapMemoize;
108
+ argsMemoize: typeof import("reselect").weakMapMemoize;
109
109
  }];
110
110
  recomputations: () => number;
111
111
  resetRecomputations: () => void;
112
112
  dependencyRecomputations: () => number;
113
113
  resetDependencyRecomputations: () => void;
114
114
  } & {
115
- argsMemoize: typeof import("reselect").weakMapMemoize;
116
115
  memoize: typeof import("reselect").weakMapMemoize;
116
+ argsMemoize: typeof import("reselect").weakMapMemoize;
117
117
  };
118
118
  export declare const selectDocumentAreablockTypes: ((state: any, documentId: number) => AreablockTypeEntry[]) & {
119
119
  clearCache: () => void;
@@ -145,16 +145,16 @@ export declare const selectDocumentAreablockTypes: ((state: any, documentId: num
145
145
  dependencyRecomputations: () => number;
146
146
  resetDependencyRecomputations: () => void;
147
147
  } & {
148
- argsMemoize: typeof import("reselect").weakMapMemoize;
149
148
  memoize: typeof import("reselect").weakMapMemoize;
149
+ argsMemoize: typeof import("reselect").weakMapMemoize;
150
150
  }];
151
151
  recomputations: () => number;
152
152
  resetRecomputations: () => void;
153
153
  dependencyRecomputations: () => number;
154
154
  resetDependencyRecomputations: () => void;
155
155
  } & {
156
- argsMemoize: typeof import("reselect").weakMapMemoize;
157
156
  memoize: typeof import("reselect").weakMapMemoize;
157
+ argsMemoize: typeof import("reselect").weakMapMemoize;
158
158
  };
159
159
  declare const _default: import("redux").Reducer<DocumentEditorState>;
160
160
  export default _default;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ import { type TreeNodeContentMetaProps } from '../../../../../components/element-tree/node/content/tree-node-content';
12
+ export declare const TreeNodeStaticGeneratorIcon: (props: TreeNodeContentMetaProps) => React.JSX.Element | null;
@@ -20,6 +20,11 @@ export type ISystemInfoModalData = Element & {
20
20
  fileSize?: number;
21
21
  mimeType?: string | null;
22
22
  className?: string;
23
+ draftData?: {
24
+ id: number;
25
+ modificationDate: number;
26
+ isAutoSave: boolean;
27
+ } | null;
23
28
  };
24
29
  export interface ISystemInfoModalProps {
25
30
  onClose: () => void;
@@ -43,8 +43,9 @@ export interface AreablockEditableProps {
43
43
  className?: string;
44
44
  editableName: string;
45
45
  containerRef?: React.RefObject<HTMLDivElement>;
46
+ editableType?: string;
46
47
  disabled?: boolean;
47
48
  isInherited?: boolean;
48
49
  renderTrigger: AreablockRenderTrigger;
49
50
  }
50
- export declare const AreablockEditable: ({ value, onChange, config, className, editableName, containerRef, disabled, isInherited, renderTrigger }: AreablockEditableProps) => React.JSX.Element;
51
+ export declare const AreablockEditable: ({ value, onChange, config, className, editableName, containerRef, editableType, disabled, isInherited, renderTrigger }: AreablockEditableProps) => React.JSX.Element;
@@ -7,9 +7,12 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
+ import type React from 'react';
10
11
  import { type AreablockValue } from '../areablock-editable';
11
12
  import { AbstractBlockManager } from '../../../managers/abstract-block-manager';
12
13
  export declare class AreablockManager extends AbstractBlockManager {
14
+ private readonly editableType;
15
+ constructor(editableName: string, containerRef?: React.RefObject<HTMLDivElement>, editableType?: string);
13
16
  protected getEditableType(): string;
14
17
  protected getElementSelector(): string;
15
18
  getElementType(element: HTMLElement): string | null;
@@ -13,7 +13,7 @@ import { type AbstractDocumentEditableDefinition } from '../../../dynamic-type-d
13
13
  declare const DEFAULT_AREABLOCK_GROUP = "Available Areas";
14
14
  declare const UNCATEGORIZED_AREABLOCK_GROUP = "Uncategorized";
15
15
  export { DEFAULT_AREABLOCK_GROUP, UNCATEGORIZED_AREABLOCK_GROUP };
16
- export declare function buildGroupedTypes(editableDefinitions: AbstractDocumentEditableDefinition[]): AreablockGroupedTypes;
16
+ export declare function buildGroupedTypes(editableDefinitions: AbstractDocumentEditableDefinition[], typeId?: string): AreablockGroupedTypes;
17
17
  export declare const areablockValueUtils: {
18
18
  filterEditableNames(allEditableNames: string[], areablockName: string, entryKey: string): string[];
19
19
  elementsToAreablockValue(elements: HTMLElement[]): AreablockValue;
@@ -25,4 +25,5 @@ export declare class DynamicTypeDocumentEditableTable extends DynamicTypeDocumen
25
25
  id: string;
26
26
  getEditableDataComponent(props: TableEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
27
27
  transformValue(value: any, props: TableEditableDefinition): TableValue | null;
28
+ transformValueForApi(value: TableValue | null): TableValue;
28
29
  }
@@ -11,7 +11,7 @@ import { type ReactElement } from 'react';
11
11
  import { type AbstractGridCellDefinition, DynamicTypeGridCellAbstract } from '../../dynamic-type-grid-cell-abstract';
12
12
  export declare const DEFAULT_CHECKBOX_COLUMN_WIDTH = 100;
13
13
  export declare class DynamicTypeGridCellCheckbox extends DynamicTypeGridCellAbstract {
14
- readonly id = "checkbox";
14
+ readonly id: string;
15
15
  getGridCellComponent(props: AbstractGridCellDefinition): ReactElement<AbstractGridCellDefinition>;
16
16
  getDefaultGridColumnWidth(): number | undefined;
17
17
  }
@@ -10,6 +10,6 @@
10
10
  import { type ReactElement } from 'react';
11
11
  import { type AbstractGridCellDefinition, DynamicTypeGridCellAbstract } from '../../dynamic-type-grid-cell-abstract';
12
12
  export declare class DynamicTypeGridCellDateTime extends DynamicTypeGridCellAbstract {
13
- readonly id = "datetime";
13
+ readonly id: string;
14
14
  getGridCellComponent(props: AbstractGridCellDefinition): ReactElement<AbstractGridCellDefinition>;
15
15
  }
@@ -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 { DynamicTypeGridCellCheckbox } from '../checkbox/dynamic-type-grid-cell-checkbox';
11
+ export declare class DynamicTypeGridCellSystemBoolean extends DynamicTypeGridCellCheckbox {
12
+ readonly id = "system.boolean";
13
+ }
@@ -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 { DynamicTypeGridCellDateTime } from '../date-time/dynamic-type-grid-cell-date-time';
11
+ export declare class DynamicTypeGridCellSystemDatetime extends DynamicTypeGridCellDateTime {
12
+ readonly id = "system.datetime";
13
+ }
@@ -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 { DynamicTypeGridCellText } from '../text/dynamic-type-grid-cell-text';
11
+ export declare class DynamicTypeGridCellSystemId extends DynamicTypeGridCellText {
12
+ readonly id = "system.id";
13
+ }
@@ -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 { DynamicTypeGridCellText } from '../text/dynamic-type-grid-cell-text';
11
+ export declare class DynamicTypeGridCellSystemInteger extends DynamicTypeGridCellText {
12
+ readonly id = "system.integer";
13
+ }
@@ -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 { DynamicTypeGridCellText } from '../text/dynamic-type-grid-cell-text';
11
+ export declare class DynamicTypeGridCellSystemString extends DynamicTypeGridCellText {
12
+ readonly id = "system.string";
13
+ }
@@ -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 React from 'react';
11
+ export declare const LoadingRows: () => React.JSX.Element;
12
+ interface DropdownFooterProps {
13
+ loaded: number;
14
+ total: number | undefined;
15
+ allLoaded: boolean;
16
+ backgroundMode: boolean;
17
+ }
18
+ export declare const DropdownFooter: ({ loaded, total, allLoaded, backgroundMode }: DropdownFooterProps) => React.JSX.Element | null;
19
+ export {};
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export declare const useStyles: (props?: unknown) => import("antd-style").ReturnStyles<{
11
+ loadingRow: import("antd-style").SerializedStyles;
12
+ dropdownFooter: import("antd-style").SerializedStyles;
13
+ }>;
@@ -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 DataObjectGetSearchApiResponse } from '../../../../../../../../../../modules/search/search-api-slice.gen';
11
+ import { type ManyToManyRelationValueItem } from '../../../../../../../../../../components/many-to-many-relation/hooks/use-value';
12
+ import { type VisibleFieldDefinition } from '../../many-to-many-object-relation';
13
+ export type SearchItem = NonNullable<DataObjectGetSearchApiResponse['items']>[number];
14
+ export declare const buildLabel: (item: SearchItem, resolvedVisibleDefs: VisibleFieldDefinition[]) => string;
15
+ export declare const processItems: (items: SearchItem[], resolvedVisibleDefs: VisibleFieldDefinition[], itemMap: Map<number, ManyToManyRelationValueItem>) => Map<number, string>;
@@ -0,0 +1,35 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import type React from 'react';
11
+ import { type ManyToManyObjectRelationProps } from '../../../many-to-many-object-relation';
12
+ export declare const COMBO_PAGE_SIZE = 200;
13
+ export declare const BACKGROUND_LOAD_THRESHOLD = 1000;
14
+ export interface ComboOption {
15
+ value: number;
16
+ label: string;
17
+ }
18
+ export declare const useComboFieldData: (props: ManyToManyObjectRelationProps) => {
19
+ options: ComboOption[];
20
+ selectedIds: number[];
21
+ isFetching: boolean;
22
+ allItemsLoaded: boolean;
23
+ accumulatedOptions: ComboOption[];
24
+ unfilteredTotal: number | undefined;
25
+ backgroundLoadEnabled: boolean;
26
+ isLoadingInitialLabels: boolean;
27
+ searchTerm: string;
28
+ isDisabled: boolean;
29
+ handleSearch: (value: string) => void;
30
+ handleDropdownVisibleChange: (open: boolean) => void;
31
+ handlePopupScroll: (e: React.UIEvent<HTMLDivElement>) => void;
32
+ handleSelect: (id: number) => void;
33
+ handleDeselect: (id: number) => void;
34
+ localFilterOption: (input: string, option?: ComboOption) => boolean;
35
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ import { type ManyToManyObjectRelationProps } from '../../many-to-many-object-relation';
12
+ export declare const ManyToManyObjectRelationComboField: (props: ManyToManyObjectRelationProps) => React.JSX.Element;
@@ -14,11 +14,13 @@ interface IUseDataObjectGridsProps {
14
14
  classIds?: string[];
15
15
  convertClassName: UseClassDefinitionsReturn['getByName'];
16
16
  columns?: GridColumnRequest[];
17
+ applyFallbackLanguages?: boolean;
17
18
  dataValue?: ManyToManyRelationValue | null;
18
19
  }
19
20
  export interface IUseDataObjectGridsReturn {
20
21
  isLoading: boolean;
21
22
  data: DataObjectGetGridApiResponse['items'];
23
+ refetchAll: () => void;
22
24
  }
23
- export declare const useDataObjectGrids: ({ classIds, convertClassName, columns, dataValue }: IUseDataObjectGridsProps) => IUseDataObjectGridsReturn;
25
+ export declare const useDataObjectGrids: ({ classIds, convertClassName, columns, applyFallbackLanguages, dataValue }: IUseDataObjectGridsProps) => IUseDataObjectGridsReturn;
24
26
  export {};
@@ -16,7 +16,13 @@ interface IVisibleFieldsToColumnDefinitionsProps {
16
16
  disabled: boolean;
17
17
  pathFormatterClass: string;
18
18
  transformGridColumn: (column: VisibleFieldDefinition, disabled: boolean) => IdentifiedColumnDef<unknown, never>;
19
+ userLanguage: string | null;
19
20
  }
20
- export declare const visibleFieldsToColumnDefinitions: ({ visibleFieldDefinitions, disabled, pathFormatterClass, transformGridColumn }: IVisibleFieldsToColumnDefinitionsProps) => Array<ColumnDef<any>>;
21
+ /**
22
+ * Encode a column id as JSON matching the format expected by decodeColumnIdentifier
23
+ * in use-column-mapper.tsx: { key, locale }
24
+ */
25
+ export declare const encodeColumnId: (key: string, locale: string | null | undefined) => string;
26
+ export declare const visibleFieldsToColumnDefinitions: ({ visibleFieldDefinitions, disabled, pathFormatterClass, transformGridColumn, userLanguage }: IVisibleFieldsToColumnDefinitionsProps) => Array<ColumnDef<any>>;
21
27
  export declare const enrichRowData: (visibleFieldDefinitions: VisibleFieldDefinition[] | undefined, row: ManyToManyRelationValueItem, rowData: GridColumnData[]) => ManyToManyRelationValueItem & Record<string, any>;
22
28
  export {};