@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
@@ -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
+ }
@@ -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 {};
@@ -77,6 +77,23 @@ export declare abstract class DynamicTypeObjectDataAbstract implements DynamicTy
77
77
  getGridCellDefinition(props: GetGridCellDefinitionProps): DefaultGridCellDefinition | WithEditModalGridCellDefinition | ColumnMetaGridCellDefinition;
78
78
  getGridCellColumnMeta(props: GetGridCellDefinitionProps): GridCellColumnMeta;
79
79
  handleDefaultValue(props: AbstractObjectDataDefinition, form: FormInstance, fieldName: NamePath): void;
80
+ /**
81
+ * Optional. When defined, controls how an incoming changedValue for this field
82
+ * type is merged into the already-accumulated modified-attributes map.
83
+ *
84
+ * If not implemented, the edit-form provider falls back to replacing the current
85
+ * value with the incoming one.
86
+ *
87
+ * This method is only invoked when the dynamic type's id matches the form key of
88
+ * the changed value. This is the case for field types that register themselves as
89
+ * a named form group (e.g. localizedfields uses Form.Group name="localizedfields",
90
+ * so its form key and type id are both "localizedfields").
91
+ *
92
+ * @param current The value currently accumulated for this field's key.
93
+ * @param incoming The new partial value arriving from the form's onValuesChange event.
94
+ * @returns The value that should be stored for this field's key.
95
+ */
96
+ mergeChangedValues?: (current: any, incoming: any) => any;
80
97
  getDefaultGridColumnWidth(props?: AbstractObjectDataDefinition): number | undefined;
81
98
  getFieldFilterComponent(props: AbstractFieldFilterDefinition): ReactElement<AbstractFieldFilterDefinition>;
82
99
  }
@@ -8,7 +8,7 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  import React from 'react';
11
- import { type AbstractObjectDataDefinition, DynamicTypeObjectDataAbstract, type EditMode, type GetGridCellDefinitionProps } from '../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract';
11
+ import { type AbstractObjectDataDefinition, DynamicTypeObjectDataAbstract, type EditMode, type EditModalSettings, type GetGridCellDefinitionProps } from '../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract';
12
12
  import { type ImageProps } from '../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/components/image/image';
13
13
  import type { InheritanceOverlayType } from '../../../../../../../components/inheritance-overlay/inheritance-overlay';
14
14
  export type ImageObjectDataDefinition = AbstractObjectDataDefinition & ImageProps;
@@ -16,6 +16,7 @@ export declare class DynamicTypeObjectDataImage extends DynamicTypeObjectDataAbs
16
16
  id: string;
17
17
  inheritedMaskOverlay: InheritanceOverlayType;
18
18
  gridCellEditMode: EditMode;
19
+ gridCellEditModalSettings: EditModalSettings;
19
20
  getObjectDataComponent(props: ImageObjectDataDefinition): React.ReactElement<AbstractObjectDataDefinition>;
20
21
  getGridCellPreviewComponent(props: GetGridCellDefinitionProps): React.ReactElement;
21
22
  getDefaultGridColumnWidth(): number | undefined;
@@ -19,5 +19,17 @@ export declare class DynamicTypeObjectDataLocalizedFields extends DynamicTypeObj
19
19
  getVersionObjectDataComponent(props: AbstractObjectDataDefinition & {
20
20
  children?: any[];
21
21
  }): React.ReactElement<AbstractObjectDataDefinition>;
22
+ /**
23
+ * The localizedfields payload has a fixed three-level structure:
24
+ * { [fieldName]: { [locale]: value } }
25
+ *
26
+ * Two merges are needed to avoid losing tracked changes:
27
+ * 1. Field-name level — so editing "name" does not drop a previously tracked "title"
28
+ * 2. Locale level — so editing "name.en" does not drop a previously tracked "name.de"
29
+ *
30
+ * The actual field values (level 3) are always scalars or arrays and must replace,
31
+ * never merge — so recursion stops there.
32
+ */
33
+ mergeChangedValues: (current: any, incoming: any) => any;
22
34
  processVersionFieldData(props: IProcessVersionFieldDataProps): Promise<IFormattedDataStructureData[]>;
23
35
  }
@@ -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
+ declare const DynamicTypeObjectDataLocalizedFields: any;
11
+ interface DynamicTypeObjectDataLocalizedFieldsLike {
12
+ mergeChangedValues: (current: any, incoming: any) => any;
13
+ }
@@ -67,7 +67,7 @@ export declare const useDependencyGetCollectionByElementTypeQuery: <R extends Re
67
67
  isFetching: false;
68
68
  isSuccess: false;
69
69
  isError: false;
70
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
70
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
71
71
  isSuccess: true;
72
72
  isFetching: false;
73
73
  error: undefined;
@@ -160,7 +160,7 @@ export declare const useDependencyGetCollectionByElementTypeQuery: <R extends Re
160
160
  isFetching: false;
161
161
  isSuccess: false;
162
162
  isError: false;
163
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
163
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
164
164
  isSuccess: true;
165
165
  isFetching: false;
166
166
  error: undefined;
@@ -102,7 +102,7 @@ export declare const useDependencyGetCollectionByElementTypeQuery: <R extends Re
102
102
  isFetching: false;
103
103
  isSuccess: false;
104
104
  isError: false;
105
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
105
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
106
106
  isSuccess: true;
107
107
  isFetching: false;
108
108
  error: undefined;
@@ -195,7 +195,7 @@ export declare const useDependencyGetCollectionByElementTypeQuery: <R extends Re
195
195
  isFetching: false;
196
196
  isSuccess: false;
197
197
  isError: false;
198
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
198
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
199
199
  isSuccess: true;
200
200
  isFetching: false;
201
201
  error: undefined;
@@ -391,7 +391,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
391
391
  isFetching: false;
392
392
  isSuccess: false;
393
393
  isError: false;
394
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
394
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
395
395
  isSuccess: true;
396
396
  isFetching: false;
397
397
  error: undefined;
@@ -484,7 +484,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
484
484
  isFetching: false;
485
485
  isSuccess: false;
486
486
  isError: false;
487
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
487
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
488
488
  isSuccess: true;
489
489
  isFetching: false;
490
490
  error: undefined;
@@ -575,7 +575,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
575
575
  isFetching: false;
576
576
  isSuccess: false;
577
577
  isError: false;
578
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
578
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
579
579
  isSuccess: true;
580
580
  isFetching: false;
581
581
  error: undefined;
@@ -668,7 +668,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
668
668
  isFetching: false;
669
669
  isSuccess: false;
670
670
  isError: false;
671
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
671
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
672
672
  isSuccess: true;
673
673
  isFetching: false;
674
674
  error: undefined;
@@ -759,7 +759,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
759
759
  isFetching: false;
760
760
  isSuccess: false;
761
761
  isError: false;
762
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
762
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
763
763
  isSuccess: true;
764
764
  isFetching: false;
765
765
  error: undefined;
@@ -852,7 +852,7 @@ export declare const useNoteDeleteByIdMutation: <R extends Record<string, any> =
852
852
  isFetching: false;
853
853
  isSuccess: false;
854
854
  isError: false;
855
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
855
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
856
856
  isSuccess: true;
857
857
  isFetching: false;
858
858
  error: undefined;
@@ -181,7 +181,7 @@ export declare const useNoteGetCollectionQuery: <R extends Record<string, any> =
181
181
  isFetching: false;
182
182
  isSuccess: false;
183
183
  isError: false;
184
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
184
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
185
185
  isSuccess: true;
186
186
  isFetching: false;
187
187
  error: undefined;
@@ -274,7 +274,7 @@ export declare const useNoteGetCollectionQuery: <R extends Record<string, any> =
274
274
  isFetching: false;
275
275
  isSuccess: false;
276
276
  isError: false;
277
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
277
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
278
278
  isSuccess: true;
279
279
  isFetching: false;
280
280
  error: undefined;
@@ -525,7 +525,7 @@ export declare const useNoteGetCollectionQuery: <R extends Record<string, any> =
525
525
  isFetching: false;
526
526
  isSuccess: false;
527
527
  isError: false;
528
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
528
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
529
529
  isSuccess: true;
530
530
  isFetching: false;
531
531
  error: undefined;
@@ -618,7 +618,7 @@ export declare const useNoteGetCollectionQuery: <R extends Record<string, any> =
618
618
  isFetching: false;
619
619
  isSuccess: false;
620
620
  isError: false;
621
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
621
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
622
622
  isSuccess: true;
623
623
  isFetching: false;
624
624
  error: undefined;
@@ -869,7 +869,7 @@ export declare const useNoteGetCollectionQuery: <R extends Record<string, any> =
869
869
  isFetching: false;
870
870
  isSuccess: false;
871
871
  isError: false;
872
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
872
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
873
873
  isSuccess: true;
874
874
  isFetching: false;
875
875
  error: undefined;
@@ -962,7 +962,7 @@ export declare const useNoteGetCollectionQuery: <R extends Record<string, any> =
962
962
  isFetching: false;
963
963
  isSuccess: false;
964
964
  isError: false;
965
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
965
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
966
966
  isSuccess: true;
967
967
  isFetching: false;
968
968
  error: undefined;
@@ -71,7 +71,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
71
71
  isFetching: false;
72
72
  isSuccess: false;
73
73
  isError: false;
74
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
74
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
75
75
  isSuccess: true;
76
76
  isFetching: false;
77
77
  error: undefined;
@@ -164,7 +164,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
164
164
  isFetching: false;
165
165
  isSuccess: false;
166
166
  isError: false;
167
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
167
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
168
168
  isSuccess: true;
169
169
  isFetching: false;
170
170
  error: undefined;
@@ -255,7 +255,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
255
255
  isFetching: false;
256
256
  isSuccess: false;
257
257
  isError: false;
258
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
258
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
259
259
  isSuccess: true;
260
260
  isFetching: false;
261
261
  error: undefined;
@@ -348,7 +348,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
348
348
  isFetching: false;
349
349
  isSuccess: false;
350
350
  isError: false;
351
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
351
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
352
352
  isSuccess: true;
353
353
  isFetching: false;
354
354
  error: undefined;
@@ -174,7 +174,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
174
174
  isFetching: false;
175
175
  isSuccess: false;
176
176
  isError: false;
177
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
177
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
178
178
  isSuccess: true;
179
179
  isFetching: false;
180
180
  error: undefined;
@@ -267,7 +267,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
267
267
  isFetching: false;
268
268
  isSuccess: false;
269
269
  isError: false;
270
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
270
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
271
271
  isSuccess: true;
272
272
  isFetching: false;
273
273
  error: undefined;
@@ -838,7 +838,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
838
838
  isFetching: false;
839
839
  isSuccess: false;
840
840
  isError: false;
841
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
841
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
842
842
  isSuccess: true;
843
843
  isFetching: false;
844
844
  error: undefined;
@@ -931,7 +931,7 @@ export declare const usePropertyGetCollectionQuery: <R extends Record<string, an
931
931
  isFetching: false;
932
932
  isSuccess: false;
933
933
  isError: false;
934
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
934
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
935
935
  isSuccess: true;
936
936
  isFetching: false;
937
937
  error: undefined;
@@ -231,7 +231,7 @@ export declare const useScheduleDeleteByIdMutation: <R extends Record<string, an
231
231
  isFetching: false;
232
232
  isSuccess: false;
233
233
  isError: false;
234
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
234
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
235
235
  isSuccess: true;
236
236
  isFetching: false;
237
237
  error: undefined;
@@ -324,7 +324,7 @@ export declare const useScheduleDeleteByIdMutation: <R extends Record<string, an
324
324
  isFetching: false;
325
325
  isSuccess: false;
326
326
  isError: false;
327
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
327
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
328
328
  isSuccess: true;
329
329
  isFetching: false;
330
330
  error: undefined;
@@ -735,7 +735,7 @@ export declare const useScheduleDeleteByIdMutation: <R extends Record<string, an
735
735
  isFetching: false;
736
736
  isSuccess: false;
737
737
  isError: false;
738
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
738
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
739
739
  isSuccess: true;
740
740
  isFetching: false;
741
741
  error: undefined;
@@ -828,7 +828,7 @@ export declare const useScheduleDeleteByIdMutation: <R extends Record<string, an
828
828
  isFetching: false;
829
829
  isSuccess: false;
830
830
  isError: false;
831
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
831
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
832
832
  isSuccess: true;
833
833
  isFetching: false;
834
834
  error: undefined;
@@ -315,7 +315,7 @@ export declare const useScheduleDeleteByIdMutation: <R extends Record<string, an
315
315
  isFetching: false;
316
316
  isSuccess: false;
317
317
  isError: false;
318
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
318
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
319
319
  isSuccess: true;
320
320
  isFetching: false;
321
321
  error: undefined;
@@ -408,7 +408,7 @@ export declare const useScheduleDeleteByIdMutation: <R extends Record<string, an
408
408
  isFetching: false;
409
409
  isSuccess: false;
410
410
  isError: false;
411
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
411
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
412
412
  isSuccess: true;
413
413
  isFetching: false;
414
414
  error: undefined;
@@ -819,7 +819,7 @@ export declare const useScheduleDeleteByIdMutation: <R extends Record<string, an
819
819
  isFetching: false;
820
820
  isSuccess: false;
821
821
  isError: false;
822
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
822
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
823
823
  isSuccess: true;
824
824
  isFetching: false;
825
825
  error: undefined;
@@ -912,7 +912,7 @@ export declare const useScheduleDeleteByIdMutation: <R extends Record<string, an
912
912
  isFetching: false;
913
913
  isSuccess: false;
914
914
  isError: false;
915
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
915
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
916
916
  isSuccess: true;
917
917
  isFetching: false;
918
918
  error: undefined;
@@ -8,7 +8,7 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  import React from 'react';
11
- import { type Tag } from '../../../../../../../../modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen';
11
+ import { type Tag } from '../../../../../../../../modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced';
12
12
  export declare const AssignedTagsTable: ({ tags, isLoading }: {
13
13
  tags: Tag[];
14
14
  isLoading: boolean;
@@ -19,5 +19,10 @@ export interface CreateTreeStructureProps {
19
19
  export interface CustomTreeDataNode extends TreeDataNode {
20
20
  actions?: TreeAction[];
21
21
  'data-testid'?: string;
22
+ allowDrop?: boolean | ((params: {
23
+ dropNode: CustomTreeDataNode;
24
+ dropPosition: number;
25
+ dragNode: CustomTreeDataNode;
26
+ }) => boolean);
22
27
  }
23
28
  export declare const createTreeStructure: ({ tags, loadingNodes, actions, rootActions }: CreateTreeStructureProps) => CustomTreeDataNode[];
@@ -14,8 +14,12 @@ interface UpdateTagsForElementByTypeAndIdProps extends TagGetCollectionForElemen
14
14
  flatTags: Tag[];
15
15
  checkedTags: Key[];
16
16
  }
17
+ interface RemoveTagFromElementProps extends TagGetCollectionForElementByTypeAndIdApiArg {
18
+ tagId: number;
19
+ }
17
20
  interface UseOptimisticUpdateReturn {
18
21
  updateTagsForElementByTypeAndId: (props: UpdateTagsForElementByTypeAndIdProps) => PatchCollection;
22
+ removeTagFromElement: (props: RemoveTagFromElementProps) => PatchCollection;
19
23
  }
20
24
  export declare const useOptimisticUpdate: () => UseOptimisticUpdateReturn;
21
25
  export {};
@@ -555,7 +555,7 @@ export declare const useTagCreateMutation: <R extends Record<string, any> = ({
555
555
  isFetching: false;
556
556
  isSuccess: false;
557
557
  isError: false;
558
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
558
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
559
559
  isSuccess: true;
560
560
  isFetching: false;
561
561
  error: undefined;
@@ -648,7 +648,7 @@ export declare const useTagCreateMutation: <R extends Record<string, any> = ({
648
648
  isFetching: false;
649
649
  isSuccess: false;
650
650
  isError: false;
651
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
651
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
652
652
  isSuccess: true;
653
653
  isFetching: false;
654
654
  error: undefined;
@@ -1059,7 +1059,7 @@ export declare const useTagCreateMutation: <R extends Record<string, any> = ({
1059
1059
  isFetching: false;
1060
1060
  isSuccess: false;
1061
1061
  isError: false;
1062
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1062
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1063
1063
  isSuccess: true;
1064
1064
  isFetching: false;
1065
1065
  error: undefined;
@@ -1152,7 +1152,7 @@ export declare const useTagCreateMutation: <R extends Record<string, any> = ({
1152
1152
  isFetching: false;
1153
1153
  isSuccess: false;
1154
1154
  isError: false;
1155
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1155
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1156
1156
  isSuccess: true;
1157
1157
  isFetching: false;
1158
1158
  error: undefined;
@@ -189,7 +189,7 @@ export declare const useTagGetCollectionQuery: <R extends Record<string, any> =
189
189
  isFetching: false;
190
190
  isSuccess: false;
191
191
  isError: false;
192
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
192
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
193
193
  isSuccess: true;
194
194
  isFetching: false;
195
195
  error: undefined;
@@ -282,7 +282,7 @@ export declare const useTagGetCollectionQuery: <R extends Record<string, any> =
282
282
  isFetching: false;
283
283
  isSuccess: false;
284
284
  isError: false;
285
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
285
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
286
286
  isSuccess: true;
287
287
  isFetching: false;
288
288
  error: undefined;
@@ -533,7 +533,7 @@ export declare const useTagGetCollectionQuery: <R extends Record<string, any> =
533
533
  isFetching: false;
534
534
  isSuccess: false;
535
535
  isError: false;
536
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
536
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
537
537
  isSuccess: true;
538
538
  isFetching: false;
539
539
  error: undefined;
@@ -626,7 +626,7 @@ export declare const useTagGetCollectionQuery: <R extends Record<string, any> =
626
626
  isFetching: false;
627
627
  isSuccess: false;
628
628
  isError: false;
629
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
629
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
630
630
  isSuccess: true;
631
631
  isFetching: false;
632
632
  error: undefined;
@@ -1357,7 +1357,7 @@ export declare const useTagGetCollectionQuery: <R extends Record<string, any> =
1357
1357
  isFetching: false;
1358
1358
  isSuccess: false;
1359
1359
  isError: false;
1360
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1360
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1361
1361
  isSuccess: true;
1362
1362
  isFetching: false;
1363
1363
  error: undefined;
@@ -1450,7 +1450,7 @@ export declare const useTagGetCollectionQuery: <R extends Record<string, any> =
1450
1450
  isFetching: false;
1451
1451
  isSuccess: false;
1452
1452
  isError: false;
1453
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1453
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1454
1454
  isSuccess: true;
1455
1455
  isFetching: false;
1456
1456
  error: undefined;