@pimcore/studio-ui-bundle 2026.1.0 → 2026.1.2

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 (172) hide show
  1. package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +5 -0
  2. package/dist/build/types/src/core/app/config/services/service-ids.d.ts +5 -0
  3. package/dist/build/types/src/core/app/i18n/iframe-i18n.d.ts +0 -3
  4. package/dist/build/types/src/core/bootstrap.d.ts +2 -0
  5. package/dist/build/types/src/core/components/background/background.d.ts +5 -1
  6. package/dist/build/types/src/core/components/background/background.stories.d.ts +7 -3
  7. package/dist/build/types/src/core/components/background/background.styles.d.ts +11 -1
  8. package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -1
  9. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +11 -3
  10. package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +2 -1
  11. package/dist/build/types/src/core/components/import-modal/components/selected-file-view/selected-file-view.d.ts +2 -1
  12. package/dist/build/types/src/core/components/import-modal/hooks/use-file-upload.d.ts +14 -2
  13. package/dist/build/types/src/core/components/import-modal/import-modal.d.ts +2 -22
  14. package/dist/build/types/src/core/components/import-modal/index.d.ts +2 -1
  15. package/dist/build/types/src/core/components/import-modal/types.d.ts +48 -0
  16. package/dist/build/types/src/core/components/many-to-many-relation/grid.d.ts +1 -0
  17. package/dist/build/types/src/core/components/many-to-many-relation/grid.styles.d.ts +15 -0
  18. package/dist/build/types/src/core/components/many-to-many-relation/many-to-many-relation.d.ts +1 -0
  19. package/dist/build/types/src/core/components/operational-grid/csv-import-button/csv-import-button.d.ts +11 -0
  20. package/dist/build/types/src/core/components/operational-grid/csv-import-modal/csv-import-modal.d.ts +19 -0
  21. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.d.ts +2 -2
  22. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.stories.d.ts +12 -0
  23. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.styles.d.ts +1 -0
  24. package/dist/build/types/src/core/components/tabs/tab-context-menu.d.ts +16 -0
  25. package/dist/build/types/src/core/modules/app/app-loader/app-loader.d.ts +1 -0
  26. package/dist/build/types/src/core/modules/app/app-loader/context/app-loading-context.d.ts +27 -0
  27. package/dist/build/types/src/core/modules/app/app-loader/index.d.ts +10 -0
  28. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +6 -0
  29. package/dist/build/types/src/core/modules/app/error-handler/constants/errorTypes.d.ts +3 -1
  30. package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +2 -0
  31. package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +14 -14
  32. package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +14 -14
  33. package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +6 -6
  34. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +6 -6
  35. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +6 -6
  36. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +6 -6
  37. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +22 -22
  38. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +65 -65
  39. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +6 -6
  40. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +6 -6
  41. package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +12 -12
  42. 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
  43. package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +2 -2
  44. package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +2 -0
  45. package/dist/build/types/src/core/modules/auth/hooks/use-user-content-language.d.ts +11 -0
  46. package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +2 -2
  47. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +22 -22
  48. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +82 -82
  49. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +84 -84
  50. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +30 -30
  51. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +28 -28
  52. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +9 -9
  53. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +40 -38
  54. 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
  55. 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
  56. 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
  57. 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
  58. 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
  59. package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +3 -3
  60. package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +12 -12
  61. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +10 -10
  62. package/dist/build/types/src/core/modules/data-object/utils/provider/class-defintions/class-definitions-provider.d.ts +2 -1
  63. package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +0 -1
  64. package/dist/build/types/src/core/modules/document/actions/translations/components/link-translation-modal.d.ts +2 -1
  65. package/dist/build/types/src/core/modules/document/actions/translations/components/translation-error-alert.d.ts +16 -0
  66. package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +39 -39
  67. package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +38 -38
  68. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +24 -24
  69. package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +6 -6
  70. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-dialog/types.d.ts +6 -1
  71. package/dist/build/types/src/core/modules/element/actions/index.d.ts +2 -1
  72. package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +5 -0
  73. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +2 -1
  74. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-manager.d.ts +3 -0
  75. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -1
  76. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-table.d.ts +1 -0
  77. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/utils/select-options.d.ts +14 -1
  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/hooks/use-data-object-grids.d.ts +3 -1
  86. 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
  87. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +17 -0
  88. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-image.d.ts +2 -1
  89. 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
  90. 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
  91. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +2 -2
  92. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +2 -2
  93. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +6 -6
  94. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +6 -6
  95. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +4 -4
  96. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +4 -4
  97. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +4 -4
  98. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +4 -4
  99. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/assigned-tags/assigned-tags.d.ts +1 -1
  100. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/create-tree-structure.d.ts +5 -0
  101. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/hooks/use-optimistic-update.d.ts +4 -0
  102. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +4 -4
  103. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +6 -6
  104. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +6 -6
  105. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +10 -10
  106. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +2 -2
  107. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +2 -2
  108. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +19 -19
  109. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +21 -21
  110. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +14 -10
  111. package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +2 -1
  112. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/view-layer/components/sidebar/tabs/filters/filter-container.d.ts +1 -6
  113. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +2 -2
  114. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +2 -2
  115. package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +12 -12
  116. package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +12 -12
  117. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +2 -2
  118. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +2 -2
  119. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +2 -0
  120. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-folder-batch-edit-job.d.ts +15 -0
  121. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +3 -2
  122. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +3 -2
  123. package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +6 -0
  124. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler-types.d.ts +41 -0
  125. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +6 -38
  126. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +1 -0
  127. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/progress-calculator.interface.d.ts +46 -0
  128. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/progress-field-calculator.d.ts +30 -0
  129. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/step-completion-calculator.d.ts +29 -0
  130. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/child-job-step-tracker.d.ts +40 -0
  131. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/default-step-tracker.d.ts +43 -0
  132. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/step-tracker.interface.d.ts +35 -0
  133. package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +2 -0
  134. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +6 -6
  135. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +10 -10
  136. package/dist/build/types/src/core/modules/notifications/actions/share-via-notification/use-share-via-notification.d.ts +17 -0
  137. package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +4 -4
  138. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +8 -8
  139. package/dist/build/types/src/core/modules/notifications/send-notification/send-notification-modal.d.ts +3 -1
  140. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
  141. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +13 -13
  142. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +13 -13
  143. package/dist/build/types/src/core/modules/quantity-value/table/table.d.ts +4 -1
  144. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +2 -2
  145. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +2 -2
  146. package/dist/build/types/src/core/modules/redirects/hooks/use-redirect-options.d.ts +18 -0
  147. package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +355 -11
  148. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +12 -12
  149. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +28 -28
  150. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +49 -41
  151. package/dist/build/types/src/core/modules/reports/reports-editor/components/helpers.d.ts +11 -0
  152. package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.styles.d.ts +1 -3
  153. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.d.ts +16 -0
  154. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +12 -0
  155. package/dist/build/types/src/core/modules/robots-txt/index.d.ts +11 -0
  156. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.d.ts +11 -0
  157. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +12 -0
  158. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +2 -2
  159. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +14 -14
  160. package/dist/build/types/src/core/modules/select-option/components/tree/tree-container.d.ts +1 -1
  161. package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +4 -4
  162. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +12 -12
  163. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +22 -22
  164. package/dist/build/types/src/core/modules/website-settings/table/table.d.ts +4 -1
  165. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +4 -4
  166. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +4 -4
  167. package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -1
  168. package/dist/build/types/src/sdk/components/index.d.ts +1 -0
  169. package/dist/build/types/src/sdk/modules/app/index.d.ts +3 -0
  170. package/dist/build/types/test-utils/mocks/style-mock.d.ts +11 -0
  171. package/dist/build/types/test-utils/mocks/svg-react-mock.d.ts +12 -0
  172. package/package.json +6 -5
@@ -42,6 +42,7 @@ export declare const tagNames: {
42
42
  SETTINGS_ADMIN: string;
43
43
  WEBSITE_SETTINGS: string;
44
44
  REDIRECTS: string;
45
+ ROBOTS_TXT: string;
45
46
  ELEMENT_TAGS: string;
46
47
  ROLE: string;
47
48
  DOMAIN_TRANSLATIONS: string;
@@ -150,6 +151,7 @@ export declare const providingTags: {
150
151
  SETTINGS_ADMIN: () => string[];
151
152
  WEBSITE_SETTINGS: () => string[];
152
153
  REDIRECTS: () => string[];
154
+ ROBOTS_TXT: () => string[];
153
155
  ELEMENT_PROPERTIES: (elementType: ElementType, id: number) => Tag[];
154
156
  SCHEDULE_DETAIL: (id: number) => (string | {
155
157
  type: string;
@@ -161,6 +163,7 @@ export declare const providingTags: {
161
163
  id: number;
162
164
  }[];
163
165
  ELEMENT_VERSIONS: (elementType: ElementType, id: number) => Tag[];
166
+ NOTES_AND_EVENTS: () => string[];
164
167
  NOTES_AND_EVENTS_DETAIL: (id: number) => {
165
168
  type: string;
166
169
  id: number;
@@ -327,6 +330,7 @@ export declare const invalidatingTags: {
327
330
  SETTINGS_ADMIN: () => string[];
328
331
  WEBSITE_SETTINGS: () => string[];
329
332
  REDIRECTS: () => string[];
333
+ ROBOTS_TXT: () => string[];
330
334
  SCHEDULE_DETAIL: (id: number) => {
331
335
  type: string;
332
336
  id: number;
@@ -337,6 +341,7 @@ export declare const invalidatingTags: {
337
341
  id: number;
338
342
  }[];
339
343
  ELEMENT_VERSIONS: (elementType: ElementType, id: number) => Tag[];
344
+ NOTES_AND_EVENTS: () => string[];
340
345
  NOTES_AND_EVENTS_DETAIL: (id: number) => {
341
346
  type: string;
342
347
  id: number;
@@ -99,6 +99,11 @@ export declare const serviceIds: {
99
99
  'DynamicTypes/GridCell/Integer': string;
100
100
  'DynamicTypes/GridCell/Error': string;
101
101
  'DynamicTypes/GridCell/Array': string;
102
+ 'DynamicTypes/GridCell/SystemId': string;
103
+ 'DynamicTypes/GridCell/SystemString': string;
104
+ 'DynamicTypes/GridCell/SystemBoolean': string;
105
+ 'DynamicTypes/GridCell/SystemDatetime': string;
106
+ 'DynamicTypes/GridCell/SystemInteger': string;
102
107
  'DynamicTypes/GridCell/Textarea': string;
103
108
  'DynamicTypes/GridCell/Number': string;
104
109
  'DynamicTypes/GridCell/Select': string;
@@ -9,8 +9,5 @@
9
9
  */
10
10
  import i18n from 'i18next';
11
11
  export declare const FALLBACK_LANGUAGE = "en";
12
- /**
13
- * Initialize i18n for iframe with translations from parent window
14
- */
15
12
  export declare const initializeIframeI18n: () => Promise<void>;
16
13
  export default i18n;
@@ -15,6 +15,7 @@ import './modules/background-processor';
15
15
  import './app/i18n';
16
16
  import './modules/app/base-layout';
17
17
  import './modules/app/base-layout/main-nav';
18
+ import './modules/app/app-loader';
18
19
  import './modules/icon-library';
19
20
  import './modules/asset';
20
21
  import './modules/notifications';
@@ -37,6 +38,7 @@ import './modules/notes-and-events';
37
38
  import './modules/predefined-properties';
38
39
  import './modules/tags';
39
40
  import './modules/redirects';
41
+ import './modules/robots-txt';
40
42
  import './modules/document-types';
41
43
  import './modules/website-settings';
42
44
  import './modules/translations';
@@ -8,5 +8,9 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  import React from 'react';
11
- declare const Background: () => React.JSX.Element;
11
+ import { type LoadPhase } from '../../modules/app/app-loader/app-loader';
12
+ export interface BackgroundProps {
13
+ phase?: LoadPhase;
14
+ }
15
+ declare const Background: ({ phase }: BackgroundProps) => React.JSX.Element;
12
16
  export { Background };
@@ -7,7 +7,11 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- import type { Meta } from '@storybook/react';
11
- declare const config: Meta;
10
+ import type { Meta, StoryObj } from '@storybook/react';
11
+ import { Background } from './background';
12
+ declare const config: Meta<typeof Background>;
12
13
  export default config;
13
- export declare const _default: {};
14
+ type Story = StoryObj<typeof Background>;
15
+ export declare const _default: Story;
16
+ export declare const Loading: Story;
17
+ export declare const Outro: Story;
@@ -7,7 +7,17 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export declare const useStyle: (props?: unknown) => import("antd-style").ReturnStyles<{
10
+ import { type LoadPhase } from '../../modules/app/app-loader/app-loader';
11
+ interface StyleProps {
12
+ phase: LoadPhase;
13
+ backgroundShade: string;
14
+ }
15
+ export declare const appIntro: string;
16
+ export declare const useStyle: (props?: StyleProps | undefined) => import("antd-style").ReturnStyles<{
11
17
  background: import("antd-style").SerializedStyles;
18
+ backdropBlur: import("antd-style").SerializedStyles;
12
19
  logoImage: import("antd-style").SerializedStyles;
20
+ logoOrbitCW: import("antd-style").SerializedStyles;
21
+ logoOrbitCCW: import("antd-style").SerializedStyles;
13
22
  }>;
23
+ export {};
@@ -23,8 +23,8 @@ export declare const _default: {
23
23
  visible?: boolean | undefined;
24
24
  open?: boolean | undefined;
25
25
  disabled?: boolean | undefined;
26
- className?: string | undefined;
27
26
  autoFocus?: boolean | undefined;
27
+ className?: string | undefined;
28
28
  align?: import("@rc-component/trigger").AlignType | undefined;
29
29
  prefixCls?: string | undefined;
30
30
  rootClassName?: string | undefined;
@@ -101,7 +101,11 @@ export declare const setNodeLoading: import("@reduxjs/toolkit").ActionCreatorWit
101
101
  treeId: string;
102
102
  nodeId: string;
103
103
  isFetching: boolean;
104
- }, "trees/setNodeFetching">, markNodeDeletingForTree: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
104
+ }, "trees/setNodeFetching">, setNodeFetchingInAllTrees: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
105
+ nodeId: string;
106
+ elementType: string;
107
+ isFetching: boolean;
108
+ }, "trees/setNodeFetchingInAllTrees">, markNodeDeletingForTree: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
105
109
  treeId: string;
106
110
  nodeId: string;
107
111
  isDeleting: boolean;
@@ -122,7 +126,11 @@ export declare const setNodeLoading: import("@reduxjs/toolkit").ActionCreatorWit
122
126
  nodeId: string;
123
127
  elementType: string;
124
128
  newLabel: string;
125
- }, "trees/renameNode">, updateNodeType: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
129
+ }, "trees/renameNode">, updateNodeData: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
130
+ nodeId: string;
131
+ elementType: string;
132
+ data: Partial<TreeNode>;
133
+ }, "trees/updateNodeData">, updateNodeType: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
126
134
  nodeId: string;
127
135
  elementType: string;
128
136
  newType: string;
@@ -171,6 +179,6 @@ export declare const selectNodeState: ((state: Record<string, any>, treeId: stri
171
179
  dependencyRecomputations: () => number;
172
180
  resetDependencyRecomputations: () => void;
173
181
  } & {
174
- argsMemoize: typeof import("reselect").weakMapMemoize;
175
182
  memoize: typeof import("reselect").weakMapMemoize;
183
+ argsMemoize: typeof import("reselect").weakMapMemoize;
176
184
  };
@@ -23,6 +23,7 @@ export interface GridRowProps {
23
23
  onFocusCell?: (cell: GridCellReference) => void;
24
24
  contextMenu?: ListGridContextMenuComponents;
25
25
  onRowDoubleClick?: GridProps['onRowDoubleClick'];
26
+ enableRowVirtualizer: boolean;
26
27
  enableColumnVirtualizer: boolean;
27
28
  size?: GridProps['size'];
28
29
  rowStyle?: CSSProperties;
@@ -32,5 +33,5 @@ export interface GridRowProps {
32
33
  virtualPaddingLeft?: number;
33
34
  virtualPaddingRight?: number;
34
35
  }
35
- declare const CachedGridRow: React.MemoExoticComponent<({ row, isSelected, modifiedCells, rowStyle, virtualColumns, virtualPaddingLeft, virtualPaddingRight, enableColumnVirtualizer, ...props }: GridRowProps) => React.JSX.Element>;
36
+ declare const CachedGridRow: React.MemoExoticComponent<({ row, isSelected, modifiedCells, rowStyle, virtualColumns, virtualPaddingLeft, virtualPaddingRight, enableColumnVirtualizer, enableRowVirtualizer, ...props }: GridRowProps) => React.JSX.Element>;
36
37
  export { CachedGridRow as GridRow };
@@ -8,11 +8,12 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  import React from 'react';
11
+ import { type FileUploadStatus } from '../../hooks/use-file-upload';
11
12
  interface SelectedFileViewProps {
12
13
  file: File;
13
14
  loading: boolean;
14
15
  isUploading: boolean;
15
- uploadStatus: 'normal' | 'active' | 'success' | 'exception';
16
+ uploadStatus: FileUploadStatus;
16
17
  uploadProgress: number;
17
18
  onRemove: () => void;
18
19
  }
@@ -11,16 +11,28 @@ interface UseFileUploadProps {
11
11
  action: string;
12
12
  headers?: Record<string, string>;
13
13
  data?: Record<string, any>;
14
+ fileKey?: string;
15
+ filesKey?: string;
14
16
  onUploadSuccess?: (response: any, file: File) => void;
15
17
  onUploadError?: (error: Error, file: File) => void;
16
18
  }
19
+ export type FileUploadStatus = 'normal' | 'active' | 'success' | 'exception';
20
+ export interface FileUploadState {
21
+ progress: number;
22
+ status: FileUploadStatus;
23
+ }
17
24
  interface UseFileUploadReturn {
18
25
  uploadProgress: number;
19
- uploadStatus: 'normal' | 'active' | 'success' | 'exception';
26
+ uploadStatus: FileUploadStatus;
20
27
  loading: boolean;
21
28
  isUploading: boolean;
22
29
  upload: (file: File) => Promise<void>;
30
+ uploadMultiple: (entries: Array<{
31
+ id: string;
32
+ file: File;
33
+ }>) => Promise<void>;
34
+ fileUploadStates: Record<string, FileUploadState>;
23
35
  resetUploadState: () => void;
24
36
  }
25
- export declare const useFileUpload: ({ action, headers, data, onUploadSuccess, onUploadError }: UseFileUploadProps) => UseFileUploadReturn;
37
+ export declare const useFileUpload: ({ action, headers, data, fileKey, filesKey, onUploadSuccess, onUploadError }: UseFileUploadProps) => UseFileUploadReturn;
26
38
  export {};
@@ -8,25 +8,5 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  import React from 'react';
11
- export interface ImportModalProps {
12
- action: string;
13
- open?: boolean;
14
- onOpenChange?: (open: boolean) => void;
15
- title?: string;
16
- uploadButtonLabel?: string;
17
- browseButtonLabel?: string;
18
- dragDropLabel?: string;
19
- accept?: string;
20
- acceptMimeTypes?: string[];
21
- validateFile?: (file: File) => boolean;
22
- onValidationError?: (file: File) => void;
23
- maxFileSize?: number;
24
- headers?: Record<string, string>;
25
- data?: Record<string, any>;
26
- onUploadSuccess?: (response: any, file: File) => void;
27
- onUploadError?: (error: Error, file: File) => void;
28
- showSuccessMessage?: boolean;
29
- successMessage?: React.ReactNode;
30
- children?: React.ReactNode;
31
- }
32
- export declare const ImportModal: ({ action, open: controlledOpen, onOpenChange, title, uploadButtonLabel, browseButtonLabel, dragDropLabel, accept, acceptMimeTypes, validateFile, onValidationError, maxFileSize, headers, data, onUploadSuccess, onUploadError, showSuccessMessage, successMessage, children }: ImportModalProps) => React.JSX.Element;
11
+ import { type ImportModalProps } from './types';
12
+ export declare const ImportModal: ({ action, open: controlledOpen, onOpenChange, title, uploadButtonLabel, browseButtonLabel, dragDropLabel, accept, acceptMimeTypes, validateFile, onValidationError, maxFileSize, headers, data, fileKey, filesKey, onUploadSuccess, onUploadError, showSuccessMessage, successMessage, multiple, children }: ImportModalProps) => React.JSX.Element;
@@ -7,4 +7,5 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
- export { ImportModal, type ImportModalProps } from './import-modal';
10
+ export { ImportModal } from './import-modal';
11
+ export { type ImportModalProps } from './types';
@@ -0,0 +1,48 @@
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
+ export interface FileEntry {
12
+ id: string;
13
+ file: File;
14
+ }
15
+ export interface ImportModalProps {
16
+ action: string;
17
+ open?: boolean;
18
+ onOpenChange?: (open: boolean) => void;
19
+ title?: string;
20
+ uploadButtonLabel?: string;
21
+ browseButtonLabel?: string;
22
+ dragDropLabel?: string;
23
+ accept?: string;
24
+ acceptMimeTypes?: string[];
25
+ validateFile?: (file: File) => boolean;
26
+ onValidationError?: (file: File) => void;
27
+ maxFileSize?: number;
28
+ headers?: Record<string, string>;
29
+ data?: Record<string, any>;
30
+ /**
31
+ * fileKey is used when uploading a single file.
32
+ * The payload will be: `{ [fileKey]: File }`.
33
+ * Defaults to 'file'.
34
+ */
35
+ fileKey?: string;
36
+ /**
37
+ * filesKey is used when uploading multiple files.
38
+ * The payload will be: `{ [filesKey]: File, [filesKey]: File, ... }`.
39
+ * Defaults to 'files[]'.
40
+ */
41
+ filesKey?: string;
42
+ onUploadSuccess?: (response: any, file: File) => void;
43
+ onUploadError?: (error: Error, file: File) => void;
44
+ showSuccessMessage?: boolean;
45
+ successMessage?: React.ReactNode;
46
+ multiple?: boolean;
47
+ children?: React.ReactNode;
48
+ }
@@ -30,5 +30,6 @@ export interface ManyToManyRelationGridProps {
30
30
  name: string | undefined;
31
31
  class: string | undefined;
32
32
  };
33
+ enableRowVirtualizer: boolean;
33
34
  }
34
35
  export declare const ManyToManyRelationGrid: React.ForwardRefExoticComponent<ManyToManyRelationGridProps & React.RefAttributes<HTMLDivElement>>;
@@ -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
+ export interface UseStylesProps {
11
+ height: string | null;
12
+ }
13
+ export declare const useStyles: (props?: UseStylesProps | undefined) => import("antd-style").ReturnStyles<{
14
+ grid: import("antd-style").SerializedStyles;
15
+ }>;
@@ -37,5 +37,6 @@ export interface ManyToManyRelationProps extends IRelationAllowedTypesDataCompon
37
37
  className?: string;
38
38
  disableInlineUpload?: boolean;
39
39
  enableRowDrag?: boolean;
40
+ noteditable?: boolean | null;
40
41
  }
41
42
  export declare const ManyToManyRelation: ({ enableRowDrag, ...props }: ManyToManyRelationProps) => 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 CsvImportButton: () => React.JSX.Element;
@@ -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
+ import { type ColumnDef } from '@tanstack/react-table';
12
+ export interface CsvImportModalProps {
13
+ open: boolean;
14
+ columns: Array<ColumnDef<any>>;
15
+ value: any[];
16
+ onConfirm: (newRows: any[]) => void;
17
+ onCancel: () => void;
18
+ }
19
+ export declare const CsvImportModal: (props: CsvImportModalProps) => React.JSX.Element;
@@ -11,8 +11,8 @@ import React from 'react';
11
11
  import type { FetchBaseQueryError } from '@reduxjs/toolkit/query';
12
12
  interface IPQLQueryInputProps {
13
13
  value: string;
14
- handleChange: (e: React.ChangeEvent<HTMLTextAreaElement>) => void;
15
- handleBlur: (e: React.ChangeEvent<HTMLTextAreaElement>) => void;
14
+ handleChange: (value: string) => void;
15
+ handleBlur?: () => void;
16
16
  errorData?: FetchBaseQueryError;
17
17
  isShowError: boolean;
18
18
  }
@@ -12,17 +12,29 @@ declare const config: Meta;
12
12
  export declare const _default: {
13
13
  args: {
14
14
  value: string;
15
+ isShowError: boolean;
15
16
  };
16
17
  };
17
18
  export declare const WithValue: {
18
19
  args: {
19
20
  value: string;
21
+ isShowError: boolean;
20
22
  };
21
23
  };
22
24
  export declare const WithErrorMessage: {
23
25
  args: {
24
26
  value: string;
25
27
  isShowError: boolean;
28
+ errorData: {
29
+ status: number;
30
+ data: {
31
+ errorKey: string;
32
+ message: string;
33
+ position: number;
34
+ token: string;
35
+ query: string;
36
+ };
37
+ };
26
38
  };
27
39
  };
28
40
  export default config;
@@ -12,4 +12,5 @@ export declare const useStyles: (props?: unknown) => import("antd-style").Return
12
12
  infoIcon: import("antd-style").SerializedStyles;
13
13
  text: import("antd-style").SerializedStyles;
14
14
  link: import("antd-style").SerializedStyles;
15
+ editorError: import("antd-style").SerializedStyles;
15
16
  }>;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ export interface TabContextMenuProps {
12
+ tabKey: string;
13
+ allKeys: string[];
14
+ onClose: (key: string) => void;
15
+ }
16
+ export declare const TabContextMenu: ({ tabKey, allKeys, onClose }: TabContextMenuProps) => React.JSX.Element;
@@ -11,4 +11,5 @@ import React from 'react';
11
11
  export interface IAppLoaderProps {
12
12
  children: React.ReactNode;
13
13
  }
14
+ export type LoadPhase = 'loading' | 'outro' | 'idle';
14
15
  export declare const AppLoader: (props: IAppLoaderProps) => React.JSX.Element;
@@ -0,0 +1,27 @@
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 interface AppLoadingContextValue {
11
+ registerLoader: (id: string) => void;
12
+ unregisterLoader: (id: string) => void;
13
+ isAppLoading: boolean;
14
+ }
15
+ export declare const AppLoadingContext: import("react").Context<AppLoadingContextValue>;
16
+ /**
17
+ * Register a named loading participant with the AppLoader background gate.
18
+ * The background stays visible until every registered participant calls the
19
+ * returned `setLoaded` callback (or the component unmounts).
20
+ */
21
+ export declare const useRegisterAppLoading: (id: string) => (() => void);
22
+ /**
23
+ * Returns true while the initial app loading sequence is still in progress.
24
+ * Use this to suppress loading indicators that are redundant during the
25
+ * initial load (the animated background already covers the screen).
26
+ */
27
+ export declare const useIsAppLoading: () => boolean;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export {};
@@ -304,6 +304,12 @@ declare const defaultComponentConfig: {
304
304
  };
305
305
  };
306
306
  };
307
+ app: {
308
+ background: {
309
+ type: ComponentType;
310
+ name: string;
311
+ };
312
+ };
307
313
  wysiwyg: {
308
314
  editor: {
309
315
  type: ComponentType;
@@ -14,10 +14,12 @@ export declare enum ErrorTypes {
14
14
  export declare enum ErrorKeyTypes {
15
15
  GENERIC_ERROR = "error_something_generic_went_wrong",
16
16
  ELEMENT_EXISTS = "error_element_exists",
17
+ DOCUMENT_LANGUAGE_NOT_SET = "error_document_language_not_set",
17
18
  FOLDER_EXISTS = "error_folder_exists",
18
19
  INVALID_ARGUMENT = "error_invalid_argument",
19
20
  WIDGET_NAME_MISSING = "error_widget_name_missing",
20
21
  WIDGET_NAME_INVALID = "error_widget_name_invalid",
21
22
  VALIDATION_FAILED = "error_validation_failed",
22
- ELEMENT_VALIDATION_FAILED = "error_element_validation_failed"
23
+ ELEMENT_VALIDATION_FAILED = "error_element_validation_failed",
24
+ GDI_PARSING_EXCEPTION = "error_gdi_parsing_exception"
23
25
  }
@@ -23,4 +23,6 @@ export interface IApiErrorDetails {
23
23
  errorKey?: string;
24
24
  message?: string;
25
25
  error?: string;
26
+ position?: number;
27
+ token?: string;
26
28
  }