@pimcore/studio-ui-bundle 2026.1.1 → 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 (126) hide show
  1. package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +3 -0
  2. package/dist/build/types/src/core/app/config/services/service-ids.d.ts +5 -0
  3. package/dist/build/types/src/core/bootstrap.d.ts +2 -0
  4. package/dist/build/types/src/core/components/background/background.d.ts +5 -1
  5. package/dist/build/types/src/core/components/background/background.stories.d.ts +7 -3
  6. package/dist/build/types/src/core/components/background/background.styles.d.ts +11 -1
  7. package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -1
  8. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +1 -1
  9. package/dist/build/types/src/core/modules/app/app-loader/app-loader.d.ts +1 -0
  10. package/dist/build/types/src/core/modules/app/app-loader/context/app-loading-context.d.ts +27 -0
  11. package/dist/build/types/src/core/modules/app/app-loader/index.d.ts +10 -0
  12. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +6 -0
  13. package/dist/build/types/src/core/modules/app/error-handler/constants/errorTypes.d.ts +1 -0
  14. package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +14 -14
  15. package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +14 -14
  16. package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +6 -6
  17. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +6 -6
  18. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +6 -6
  19. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +6 -6
  20. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +22 -22
  21. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +62 -62
  22. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +6 -6
  23. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +6 -6
  24. package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +12 -12
  25. 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
  26. package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +2 -2
  27. package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +2 -0
  28. package/dist/build/types/src/core/modules/auth/hooks/use-user-content-language.d.ts +11 -0
  29. package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +2 -2
  30. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +22 -22
  31. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +82 -82
  32. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +82 -82
  33. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +30 -30
  34. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +28 -28
  35. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +9 -9
  36. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +37 -35
  37. 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
  38. 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
  39. 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
  40. 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
  41. 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
  42. package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +3 -3
  43. package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +12 -12
  44. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +10 -10
  45. package/dist/build/types/src/core/modules/data-object/utils/provider/class-defintions/class-definitions-provider.d.ts +2 -1
  46. package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +0 -1
  47. package/dist/build/types/src/core/modules/document/actions/translations/components/link-translation-modal.d.ts +2 -1
  48. package/dist/build/types/src/core/modules/document/actions/translations/components/translation-error-alert.d.ts +16 -0
  49. package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +39 -39
  50. package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +38 -38
  51. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +24 -24
  52. package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +6 -6
  53. package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +5 -0
  54. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +2 -1
  55. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-manager.d.ts +3 -0
  56. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -1
  57. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-table.d.ts +1 -0
  58. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/checkbox/dynamic-type-grid-cell-checkbox.d.ts +1 -1
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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
  64. 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
  65. 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
  66. 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
  67. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +17 -0
  68. 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
  69. 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
  70. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +2 -2
  71. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +2 -2
  72. 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
  73. 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
  74. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +4 -4
  75. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +4 -4
  76. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +4 -4
  77. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +4 -4
  78. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/create-tree-structure.d.ts +5 -0
  79. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +4 -4
  80. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +6 -6
  81. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +6 -6
  82. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +10 -10
  83. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +2 -2
  84. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +2 -2
  85. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +19 -19
  86. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +21 -21
  87. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +4 -4
  88. package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +2 -1
  89. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +2 -2
  90. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +2 -2
  91. package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +12 -12
  92. package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +12 -12
  93. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +2 -2
  94. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +2 -2
  95. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +6 -6
  96. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +10 -10
  97. package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +4 -4
  98. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +8 -8
  99. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
  100. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +13 -13
  101. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +13 -13
  102. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +2 -2
  103. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +2 -2
  104. package/dist/build/types/src/core/modules/redirects/hooks/use-redirect-options.d.ts +18 -0
  105. package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +355 -11
  106. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +12 -12
  107. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +28 -28
  108. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +49 -41
  109. package/dist/build/types/src/core/modules/reports/reports-editor/components/helpers.d.ts +11 -0
  110. package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.styles.d.ts +1 -3
  111. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.d.ts +16 -0
  112. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +12 -0
  113. package/dist/build/types/src/core/modules/robots-txt/index.d.ts +11 -0
  114. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.d.ts +11 -0
  115. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +12 -0
  116. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +2 -2
  117. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +14 -14
  118. package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +4 -4
  119. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +12 -12
  120. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +22 -22
  121. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +4 -4
  122. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +4 -4
  123. package/dist/build/types/src/sdk/modules/app/index.d.ts +3 -0
  124. package/dist/build/types/test-utils/mocks/style-mock.d.ts +11 -0
  125. package/dist/build/types/test-utils/mocks/svg-react-mock.d.ts +12 -0
  126. package/package.json +6 -5
@@ -201,6 +201,8 @@ export type DataObjectGetGridApiArg = {
201
201
  classId: string;
202
202
  body: {
203
203
  folderId: number;
204
+ /** When true, empty localized values fall back to configured fallback languages */
205
+ applyFallbackLanguages?: boolean;
204
206
  columns?: GridColumnRequest[];
205
207
  filters?: GridFilter;
206
208
  };
@@ -1260,7 +1262,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
1260
1262
  isFetching: false;
1261
1263
  isSuccess: false;
1262
1264
  isError: false;
1263
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1265
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1264
1266
  isSuccess: true;
1265
1267
  isFetching: false;
1266
1268
  error: undefined;
@@ -1292,7 +1294,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
1292
1294
  isError: false;
1293
1295
  }, "error">>)> & {
1294
1296
  status: import("@reduxjs/toolkit/query").QueryStatus;
1295
- }>(arg: DataObjectGetByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1297
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectGetByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1296
1298
  skip?: boolean;
1297
1299
  refetchOnMountOrArgChange?: boolean | number;
1298
1300
  } & {
@@ -1353,7 +1355,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
1353
1355
  isFetching: false;
1354
1356
  isSuccess: false;
1355
1357
  isError: false;
1356
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1358
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1357
1359
  isSuccess: true;
1358
1360
  isFetching: false;
1359
1361
  error: undefined;
@@ -1604,7 +1606,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
1604
1606
  isFetching: false;
1605
1607
  isSuccess: false;
1606
1608
  isError: false;
1607
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1609
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1608
1610
  isSuccess: true;
1609
1611
  isFetching: false;
1610
1612
  error: undefined;
@@ -1636,7 +1638,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
1636
1638
  isError: false;
1637
1639
  }, "error">>)> & {
1638
1640
  status: import("@reduxjs/toolkit/query").QueryStatus;
1639
- }>(arg: DataObjectGetGridPreviewApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1641
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectGetGridPreviewApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1640
1642
  skip?: boolean;
1641
1643
  refetchOnMountOrArgChange?: boolean | number;
1642
1644
  } & {
@@ -1697,7 +1699,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
1697
1699
  isFetching: false;
1698
1700
  isSuccess: false;
1699
1701
  isError: false;
1700
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1702
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1701
1703
  isSuccess: true;
1702
1704
  isFetching: false;
1703
1705
  error: undefined;
@@ -1948,7 +1950,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
1948
1950
  isFetching: false;
1949
1951
  isSuccess: false;
1950
1952
  isError: false;
1951
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1953
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1952
1954
  isSuccess: true;
1953
1955
  isFetching: false;
1954
1956
  error: undefined;
@@ -1980,7 +1982,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
1980
1982
  isError: false;
1981
1983
  }, "error">>)> & {
1982
1984
  status: import("@reduxjs/toolkit/query").QueryStatus;
1983
- }>(arg: DataObjectGetGridConfigurationApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1985
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectGetGridConfigurationApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1984
1986
  skip?: boolean;
1985
1987
  refetchOnMountOrArgChange?: boolean | number;
1986
1988
  } & {
@@ -2041,7 +2043,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
2041
2043
  isFetching: false;
2042
2044
  isSuccess: false;
2043
2045
  isError: false;
2044
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2046
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2045
2047
  isSuccess: true;
2046
2048
  isFetching: false;
2047
2049
  error: undefined;
@@ -2132,7 +2134,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
2132
2134
  isFetching: false;
2133
2135
  isSuccess: false;
2134
2136
  isError: false;
2135
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2137
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2136
2138
  isSuccess: true;
2137
2139
  isFetching: false;
2138
2140
  error: undefined;
@@ -2164,7 +2166,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
2164
2166
  isError: false;
2165
2167
  }, "error">>)> & {
2166
2168
  status: import("@reduxjs/toolkit/query").QueryStatus;
2167
- }>(arg: DataObjectListSavedGridConfigurationsApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2169
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectListSavedGridConfigurationsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2168
2170
  skip?: boolean;
2169
2171
  refetchOnMountOrArgChange?: boolean | number;
2170
2172
  } & {
@@ -2225,7 +2227,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
2225
2227
  isFetching: false;
2226
2228
  isSuccess: false;
2227
2229
  isError: false;
2228
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2230
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2229
2231
  isSuccess: true;
2230
2232
  isFetching: false;
2231
2233
  error: undefined;
@@ -2956,7 +2958,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
2956
2958
  isFetching: false;
2957
2959
  isSuccess: false;
2958
2960
  isError: false;
2959
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2961
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2960
2962
  isSuccess: true;
2961
2963
  isFetching: false;
2962
2964
  error: undefined;
@@ -2988,7 +2990,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
2988
2990
  isError: false;
2989
2991
  }, "error">>)> & {
2990
2992
  status: import("@reduxjs/toolkit/query").QueryStatus;
2991
- }>(arg: DataObjectGetAvailableGridColumnsApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2993
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectGetAvailableGridColumnsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2992
2994
  skip?: boolean;
2993
2995
  refetchOnMountOrArgChange?: boolean | number;
2994
2996
  } & {
@@ -3049,7 +3051,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3049
3051
  isFetching: false;
3050
3052
  isSuccess: false;
3051
3053
  isError: false;
3052
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3054
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3053
3055
  isSuccess: true;
3054
3056
  isFetching: false;
3055
3057
  error: undefined;
@@ -3140,7 +3142,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3140
3142
  isFetching: false;
3141
3143
  isSuccess: false;
3142
3144
  isError: false;
3143
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3145
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3144
3146
  isSuccess: true;
3145
3147
  isFetching: false;
3146
3148
  error: undefined;
@@ -3172,7 +3174,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3172
3174
  isError: false;
3173
3175
  }, "error">>)> & {
3174
3176
  status: import("@reduxjs/toolkit/query").QueryStatus;
3175
- }>(arg: DataObjectGetAvailableGridColumnsForRelationApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3177
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectGetAvailableGridColumnsForRelationApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3176
3178
  skip?: boolean;
3177
3179
  refetchOnMountOrArgChange?: boolean | number;
3178
3180
  } & {
@@ -3233,7 +3235,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3233
3235
  isFetching: false;
3234
3236
  isSuccess: false;
3235
3237
  isError: false;
3236
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3238
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3237
3239
  isSuccess: true;
3238
3240
  isFetching: false;
3239
3241
  error: undefined;
@@ -3324,7 +3326,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3324
3326
  isFetching: false;
3325
3327
  isSuccess: false;
3326
3328
  isError: false;
3327
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3329
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3328
3330
  isSuccess: true;
3329
3331
  isFetching: false;
3330
3332
  error: undefined;
@@ -3356,7 +3358,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3356
3358
  isError: false;
3357
3359
  }, "error">>)> & {
3358
3360
  status: import("@reduxjs/toolkit/query").QueryStatus;
3359
- }>(arg: DataObjectGetGridApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3361
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectGetGridApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3360
3362
  skip?: boolean;
3361
3363
  refetchOnMountOrArgChange?: boolean | number;
3362
3364
  } & {
@@ -3417,7 +3419,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3417
3419
  isFetching: false;
3418
3420
  isSuccess: false;
3419
3421
  isError: false;
3420
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3422
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3421
3423
  isSuccess: true;
3422
3424
  isFetching: false;
3423
3425
  error: undefined;
@@ -3508,7 +3510,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3508
3510
  isFetching: false;
3509
3511
  isSuccess: false;
3510
3512
  isError: false;
3511
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3513
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3512
3514
  isSuccess: true;
3513
3515
  isFetching: false;
3514
3516
  error: undefined;
@@ -3601,7 +3603,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3601
3603
  isFetching: false;
3602
3604
  isSuccess: false;
3603
3605
  isError: false;
3604
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3606
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3605
3607
  isSuccess: true;
3606
3608
  isFetching: false;
3607
3609
  error: undefined;
@@ -3692,7 +3694,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3692
3694
  isFetching: false;
3693
3695
  isSuccess: false;
3694
3696
  isError: false;
3695
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3697
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3696
3698
  isSuccess: true;
3697
3699
  isFetching: false;
3698
3700
  error: undefined;
@@ -3724,7 +3726,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3724
3726
  isError: false;
3725
3727
  }, "error">>)> & {
3726
3728
  status: import("@reduxjs/toolkit/query").QueryStatus;
3727
- }>(arg: DataObjectGetLayoutByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3729
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectGetLayoutByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3728
3730
  skip?: boolean;
3729
3731
  refetchOnMountOrArgChange?: boolean | number;
3730
3732
  } & {
@@ -3785,7 +3787,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
3785
3787
  isFetching: false;
3786
3788
  isSuccess: false;
3787
3789
  isError: false;
3788
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3790
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3789
3791
  isSuccess: true;
3790
3792
  isFetching: false;
3791
3793
  error: undefined;
@@ -4196,7 +4198,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
4196
4198
  isFetching: false;
4197
4199
  isSuccess: false;
4198
4200
  isError: false;
4199
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4201
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4200
4202
  isSuccess: true;
4201
4203
  isFetching: false;
4202
4204
  error: undefined;
@@ -4228,7 +4230,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
4228
4230
  isError: false;
4229
4231
  }, "error">>)> & {
4230
4232
  status: import("@reduxjs/toolkit/query").QueryStatus;
4231
- }>(arg: DataObjectFormatPathApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4233
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectFormatPathApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4232
4234
  skip?: boolean;
4233
4235
  refetchOnMountOrArgChange?: boolean | number;
4234
4236
  } & {
@@ -4289,7 +4291,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
4289
4291
  isFetching: false;
4290
4292
  isSuccess: false;
4291
4293
  isError: false;
4292
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4294
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4293
4295
  isSuccess: true;
4294
4296
  isFetching: false;
4295
4297
  error: undefined;
@@ -4380,7 +4382,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
4380
4382
  isFetching: false;
4381
4383
  isSuccess: false;
4382
4384
  isError: false;
4383
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4385
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4384
4386
  isSuccess: true;
4385
4387
  isFetching: false;
4386
4388
  error: undefined;
@@ -4412,7 +4414,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
4412
4414
  isError: false;
4413
4415
  }, "error">>)> & {
4414
4416
  status: import("@reduxjs/toolkit/query").QueryStatus;
4415
- }>(arg: DataObjectPreviewByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4417
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectPreviewByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4416
4418
  skip?: boolean;
4417
4419
  refetchOnMountOrArgChange?: boolean | number;
4418
4420
  } & {
@@ -4473,7 +4475,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
4473
4475
  isFetching: false;
4474
4476
  isSuccess: false;
4475
4477
  isError: false;
4476
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4478
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4477
4479
  isSuccess: true;
4478
4480
  isFetching: false;
4479
4481
  error: undefined;
@@ -4884,7 +4886,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
4884
4886
  isFetching: false;
4885
4887
  isSuccess: false;
4886
4888
  isError: false;
4887
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4889
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4888
4890
  isSuccess: true;
4889
4891
  isFetching: false;
4890
4892
  error: undefined;
@@ -4916,7 +4918,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
4916
4918
  isError: false;
4917
4919
  }, "error">>)> & {
4918
4920
  status: import("@reduxjs/toolkit/query").QueryStatus;
4919
- }>(arg: DataObjectGetTreeApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4921
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DataObjectGetTreeApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4920
4922
  skip?: boolean;
4921
4923
  refetchOnMountOrArgChange?: boolean | number;
4922
4924
  } & {
@@ -4977,7 +4979,7 @@ export declare const useDataObjectAddMutation: <R extends Record<string, any> =
4977
4979
  isFetching: false;
4978
4980
  isSuccess: false;
4979
4981
  isError: false;
4980
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4982
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4981
4983
  isSuccess: true;
4982
4984
  isFetching: false;
4983
4985
  error: undefined;
@@ -11,6 +11,7 @@ import React from 'react';
11
11
  import { type formInstanceType } from '../../../../../../../../../../../sdk/components';
12
12
  interface EditFormContextProps {
13
13
  form: formInstanceType;
14
+ setFieldTypeMap: (fieldTypeMap: Map<string, string>) => void;
14
15
  updateModifiedDataObjectAttributes: (changedValues: Record<string, any>) => void;
15
16
  resetModifiedDataObjectAttributes: () => void;
16
17
  updateDraft: () => Promise<void>;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export declare const buildFieldTypeMap: (layout: unknown) => Map<string, string>;
@@ -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 {};
@@ -0,0 +1,20 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { type DynamicTypeObjectDataRegistry } from '../../../../../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-registry';
11
+ /**
12
+ * Merges incoming form changedValues into the accumulated modified-attributes map.
13
+ *
14
+ * For each changed key, the fieldTypeMap is consulted to resolve the field name to
15
+ * its type id, which is then looked up in the registry. This ensures the lookup is
16
+ * always by type id (correct) rather than by field name (coincidental). If no matching
17
+ * type is found, or if the type has no mergeChangedValues override, the incoming value
18
+ * replaces the current one wholesale.
19
+ */
20
+ export declare const mergeFormChanges: (current: Record<string, any>, changedValues: Record<string, any>, objectDataRegistry: DynamicTypeObjectDataRegistry, fieldTypeMap: Map<string, string>) => Record<string, any>;
@@ -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 {};
@@ -86,7 +86,7 @@ declare const defaultProps: {
86
86
  isFetching: false;
87
87
  isSuccess: false;
88
88
  isError: false;
89
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
89
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
90
90
  isSuccess: true;
91
91
  isFetching: false;
92
92
  error: undefined;
@@ -118,7 +118,7 @@ declare const defaultProps: {
118
118
  isError: false;
119
119
  }, "error">>)> & {
120
120
  status: import("@reduxjs/toolkit/query").QueryStatus;
121
- }>(arg: import("../data-object-api-slice.gen").DataObjectGetGridApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
121
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("../data-object-api-slice.gen").DataObjectGetGridApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
122
122
  skip?: boolean;
123
123
  refetchOnMountOrArgChange?: boolean | number;
124
124
  } & {
@@ -179,7 +179,7 @@ declare const defaultProps: {
179
179
  isFetching: false;
180
180
  isSuccess: false;
181
181
  isError: false;
182
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
182
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
183
183
  isSuccess: true;
184
184
  isFetching: false;
185
185
  error: undefined;
@@ -75,7 +75,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
75
75
  isFetching: false;
76
76
  isSuccess: false;
77
77
  isError: false;
78
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
78
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
79
79
  isSuccess: true;
80
80
  isFetching: false;
81
81
  error: undefined;
@@ -168,7 +168,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
168
168
  isFetching: false;
169
169
  isSuccess: false;
170
170
  isError: false;
171
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
171
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
172
172
  isSuccess: true;
173
173
  isFetching: false;
174
174
  error: undefined;
@@ -259,7 +259,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
259
259
  isFetching: false;
260
260
  isSuccess: false;
261
261
  isError: false;
262
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
262
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
263
263
  isSuccess: true;
264
264
  isFetching: false;
265
265
  error: undefined;
@@ -352,7 +352,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
352
352
  isFetching: false;
353
353
  isSuccess: false;
354
354
  isError: false;
355
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
355
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
356
356
  isSuccess: true;
357
357
  isFetching: false;
358
358
  error: undefined;
@@ -443,7 +443,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
443
443
  isFetching: false;
444
444
  isSuccess: false;
445
445
  isError: false;
446
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
446
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
447
447
  isSuccess: true;
448
448
  isFetching: false;
449
449
  error: undefined;
@@ -536,7 +536,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
536
536
  isFetching: false;
537
537
  isSuccess: false;
538
538
  isError: false;
539
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
539
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
540
540
  isSuccess: true;
541
541
  isFetching: false;
542
542
  error: undefined;
@@ -1107,7 +1107,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1107
1107
  isFetching: false;
1108
1108
  isSuccess: false;
1109
1109
  isError: false;
1110
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1110
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1111
1111
  isSuccess: true;
1112
1112
  isFetching: false;
1113
1113
  error: undefined;
@@ -1200,7 +1200,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1200
1200
  isFetching: false;
1201
1201
  isSuccess: false;
1202
1202
  isError: false;
1203
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1203
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1204
1204
  isSuccess: true;
1205
1205
  isFetching: false;
1206
1206
  error: undefined;
@@ -1291,7 +1291,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1291
1291
  isFetching: false;
1292
1292
  isSuccess: false;
1293
1293
  isError: false;
1294
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1294
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1295
1295
  isSuccess: true;
1296
1296
  isFetching: false;
1297
1297
  error: undefined;
@@ -1381,7 +1381,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1381
1381
  isFetching: false;
1382
1382
  isSuccess: false;
1383
1383
  isError: false;
1384
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1384
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1385
1385
  isSuccess: true;
1386
1386
  isFetching: false;
1387
1387
  error: undefined;
@@ -1634,7 +1634,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1634
1634
  isFetching: false;
1635
1635
  isSuccess: false;
1636
1636
  isError: false;
1637
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1637
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1638
1638
  isSuccess: true;
1639
1639
  isFetching: false;
1640
1640
  error: undefined;
@@ -1727,7 +1727,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1727
1727
  isFetching: false;
1728
1728
  isSuccess: false;
1729
1729
  isError: false;
1730
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1730
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1731
1731
  isSuccess: true;
1732
1732
  isFetching: false;
1733
1733
  error: undefined;
@@ -221,7 +221,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
221
221
  isFetching: false;
222
222
  isSuccess: false;
223
223
  isError: false;
224
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
224
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
225
225
  isSuccess: true;
226
226
  isFetching: false;
227
227
  error: undefined;
@@ -314,7 +314,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
314
314
  isFetching: false;
315
315
  isSuccess: false;
316
316
  isError: false;
317
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
317
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
318
318
  isSuccess: true;
319
319
  isFetching: false;
320
320
  error: undefined;
@@ -405,7 +405,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
405
405
  isFetching: false;
406
406
  isSuccess: false;
407
407
  isError: false;
408
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
408
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
409
409
  isSuccess: true;
410
410
  isFetching: false;
411
411
  error: undefined;
@@ -498,7 +498,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
498
498
  isFetching: false;
499
499
  isSuccess: false;
500
500
  isError: false;
501
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
501
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
502
502
  isSuccess: true;
503
503
  isFetching: false;
504
504
  error: undefined;
@@ -589,7 +589,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
589
589
  isFetching: false;
590
590
  isSuccess: false;
591
591
  isError: false;
592
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
592
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
593
593
  isSuccess: true;
594
594
  isFetching: false;
595
595
  error: undefined;
@@ -682,7 +682,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
682
682
  isFetching: false;
683
683
  isSuccess: false;
684
684
  isError: false;
685
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
685
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
686
686
  isSuccess: true;
687
687
  isFetching: false;
688
688
  error: undefined;
@@ -1253,7 +1253,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1253
1253
  isFetching: false;
1254
1254
  isSuccess: false;
1255
1255
  isError: false;
1256
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1256
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1257
1257
  isSuccess: true;
1258
1258
  isFetching: false;
1259
1259
  error: undefined;
@@ -1346,7 +1346,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1346
1346
  isFetching: false;
1347
1347
  isSuccess: false;
1348
1348
  isError: false;
1349
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1349
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1350
1350
  isSuccess: true;
1351
1351
  isFetching: false;
1352
1352
  error: undefined;
@@ -1597,7 +1597,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1597
1597
  isFetching: false;
1598
1598
  isSuccess: false;
1599
1599
  isError: false;
1600
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1600
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1601
1601
  isSuccess: true;
1602
1602
  isFetching: false;
1603
1603
  error: undefined;
@@ -1690,7 +1690,7 @@ export declare const useUnitQuantityValueUnitsCollectionQuery: <R extends Record
1690
1690
  isFetching: false;
1691
1691
  isSuccess: false;
1692
1692
  isError: false;
1693
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1693
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1694
1694
  isSuccess: true;
1695
1695
  isFetching: false;
1696
1696
  error: undefined;
@@ -18,9 +18,10 @@ export declare const ClassDefinitionContext: React.Context<ClassDefinitionsConte
18
18
  export interface ClassDefinitionsProviderProps {
19
19
  children: React.ReactNode;
20
20
  elementId?: number;
21
+ showLoadingIndicator?: boolean;
21
22
  }
22
23
  export interface FolderQueryState {
23
24
  isLoading: boolean;
24
25
  data: ClassDefinitionFolderCollectionApiResponse | undefined;
25
26
  }
26
- export declare const ClassDefinitionsProvider: ({ children, elementId }: ClassDefinitionsProviderProps) => React.JSX.Element;
27
+ export declare const ClassDefinitionsProvider: ({ children, elementId, showLoadingIndicator }: ClassDefinitionsProviderProps) => React.JSX.Element;
@@ -15,7 +15,6 @@ interface CurrentModal {
15
15
  config: SiteModalConfig;
16
16
  form: formInstanceType<SiteFormValues>;
17
17
  isLoading: boolean;
18
- hasUnsavedChanges: boolean;
19
18
  }
20
19
  interface SiteModalProps {
21
20
  modal: CurrentModal;