@pimcore/studio-ui-bundle 2025.4.1 → 2025.4.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
@@ -915,7 +915,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
915
915
  isFetching: false;
916
916
  isSuccess: false;
917
917
  isError: false;
918
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
918
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
919
919
  isSuccess: true;
920
920
  isFetching: false;
921
921
  error: undefined;
@@ -1008,7 +1008,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
1008
1008
  isFetching: false;
1009
1009
  isSuccess: false;
1010
1010
  isError: false;
1011
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1011
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1012
1012
  isSuccess: true;
1013
1013
  isFetching: false;
1014
1014
  error: undefined;
@@ -1419,7 +1419,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
1419
1419
  isFetching: false;
1420
1420
  isSuccess: false;
1421
1421
  isError: false;
1422
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1422
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1423
1423
  isSuccess: true;
1424
1424
  isFetching: false;
1425
1425
  error: undefined;
@@ -1512,7 +1512,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
1512
1512
  isFetching: false;
1513
1513
  isSuccess: false;
1514
1514
  isError: false;
1515
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1515
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1516
1516
  isSuccess: true;
1517
1517
  isFetching: false;
1518
1518
  error: undefined;
@@ -1603,7 +1603,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
1603
1603
  isFetching: false;
1604
1604
  isSuccess: false;
1605
1605
  isError: false;
1606
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1606
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1607
1607
  isSuccess: true;
1608
1608
  isFetching: false;
1609
1609
  error: undefined;
@@ -1696,7 +1696,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
1696
1696
  isFetching: false;
1697
1697
  isSuccess: false;
1698
1698
  isError: false;
1699
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1699
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1700
1700
  isSuccess: true;
1701
1701
  isFetching: false;
1702
1702
  error: undefined;
@@ -1787,7 +1787,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
1787
1787
  isFetching: false;
1788
1788
  isSuccess: false;
1789
1789
  isError: false;
1790
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1790
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1791
1791
  isSuccess: true;
1792
1792
  isFetching: false;
1793
1793
  error: undefined;
@@ -1880,7 +1880,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
1880
1880
  isFetching: false;
1881
1881
  isSuccess: false;
1882
1882
  isError: false;
1883
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1883
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1884
1884
  isSuccess: true;
1885
1885
  isFetching: false;
1886
1886
  error: undefined;
@@ -1971,7 +1971,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
1971
1971
  isFetching: false;
1972
1972
  isSuccess: false;
1973
1973
  isError: false;
1974
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1974
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1975
1975
  isSuccess: true;
1976
1976
  isFetching: false;
1977
1977
  error: undefined;
@@ -2064,7 +2064,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
2064
2064
  isFetching: false;
2065
2065
  isSuccess: false;
2066
2066
  isError: false;
2067
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2067
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2068
2068
  isSuccess: true;
2069
2069
  isFetching: false;
2070
2070
  error: undefined;
@@ -2155,7 +2155,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
2155
2155
  isFetching: false;
2156
2156
  isSuccess: false;
2157
2157
  isError: false;
2158
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2158
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2159
2159
  isSuccess: true;
2160
2160
  isFetching: false;
2161
2161
  error: undefined;
@@ -2248,7 +2248,7 @@ export declare const useRoleCloneByIdMutation: <R extends Record<string, any> =
2248
2248
  isFetching: false;
2249
2249
  isSuccess: false;
2250
2250
  isError: false;
2251
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2251
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2252
2252
  isSuccess: true;
2253
2253
  isFetching: false;
2254
2254
  error: undefined;
@@ -569,7 +569,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
569
569
  isFetching: false;
570
570
  isSuccess: false;
571
571
  isError: false;
572
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
572
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
573
573
  isSuccess: true;
574
574
  isFetching: false;
575
575
  error: undefined;
@@ -662,7 +662,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
662
662
  isFetching: false;
663
663
  isSuccess: false;
664
664
  isError: false;
665
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
665
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
666
666
  isSuccess: true;
667
667
  isFetching: false;
668
668
  error: undefined;
@@ -753,7 +753,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
753
753
  isFetching: false;
754
754
  isSuccess: false;
755
755
  isError: false;
756
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
756
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
757
757
  isSuccess: true;
758
758
  isFetching: false;
759
759
  error: undefined;
@@ -846,7 +846,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
846
846
  isFetching: false;
847
847
  isSuccess: false;
848
848
  isError: false;
849
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
849
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
850
850
  isSuccess: true;
851
851
  isFetching: false;
852
852
  error: undefined;
@@ -1417,7 +1417,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
1417
1417
  isFetching: false;
1418
1418
  isSuccess: false;
1419
1419
  isError: false;
1420
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1420
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1421
1421
  isSuccess: true;
1422
1422
  isFetching: false;
1423
1423
  error: undefined;
@@ -1510,7 +1510,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
1510
1510
  isFetching: false;
1511
1511
  isSuccess: false;
1512
1512
  isError: false;
1513
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1513
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1514
1514
  isSuccess: true;
1515
1515
  isFetching: false;
1516
1516
  error: undefined;
@@ -1601,7 +1601,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
1601
1601
  isFetching: false;
1602
1602
  isSuccess: false;
1603
1603
  isError: false;
1604
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1604
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1605
1605
  isSuccess: true;
1606
1606
  isFetching: false;
1607
1607
  error: undefined;
@@ -1694,7 +1694,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
1694
1694
  isFetching: false;
1695
1695
  isSuccess: false;
1696
1696
  isError: false;
1697
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1697
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1698
1698
  isSuccess: true;
1699
1699
  isFetching: false;
1700
1700
  error: undefined;
@@ -1785,7 +1785,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
1785
1785
  isFetching: false;
1786
1786
  isSuccess: false;
1787
1787
  isError: false;
1788
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1788
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1789
1789
  isSuccess: true;
1790
1790
  isFetching: false;
1791
1791
  error: undefined;
@@ -1878,7 +1878,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
1878
1878
  isFetching: false;
1879
1879
  isSuccess: false;
1880
1880
  isError: false;
1881
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1881
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1882
1882
  isSuccess: true;
1883
1883
  isFetching: false;
1884
1884
  error: undefined;
@@ -2129,7 +2129,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
2129
2129
  isFetching: false;
2130
2130
  isSuccess: false;
2131
2131
  isError: false;
2132
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2132
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2133
2133
  isSuccess: true;
2134
2134
  isFetching: false;
2135
2135
  error: undefined;
@@ -2222,7 +2222,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
2222
2222
  isFetching: false;
2223
2223
  isSuccess: false;
2224
2224
  isError: false;
2225
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2225
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2226
2226
  isSuccess: true;
2227
2227
  isFetching: false;
2228
2228
  error: undefined;
@@ -2633,7 +2633,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
2633
2633
  isFetching: false;
2634
2634
  isSuccess: false;
2635
2635
  isError: false;
2636
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2636
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2637
2637
  isSuccess: true;
2638
2638
  isFetching: false;
2639
2639
  error: undefined;
@@ -2726,7 +2726,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
2726
2726
  isFetching: false;
2727
2727
  isSuccess: false;
2728
2728
  isError: false;
2729
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2729
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2730
2730
  isSuccess: true;
2731
2731
  isFetching: false;
2732
2732
  error: undefined;
@@ -2817,7 +2817,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
2817
2817
  isFetching: false;
2818
2818
  isSuccess: false;
2819
2819
  isError: false;
2820
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2820
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2821
2821
  isSuccess: true;
2822
2822
  isFetching: false;
2823
2823
  error: undefined;
@@ -2910,7 +2910,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
2910
2910
  isFetching: false;
2911
2911
  isSuccess: false;
2912
2912
  isError: false;
2913
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2913
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2914
2914
  isSuccess: true;
2915
2915
  isFetching: false;
2916
2916
  error: undefined;
@@ -3001,7 +3001,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
3001
3001
  isFetching: false;
3002
3002
  isSuccess: false;
3003
3003
  isError: false;
3004
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3004
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3005
3005
  isSuccess: true;
3006
3006
  isFetching: false;
3007
3007
  error: undefined;
@@ -3094,7 +3094,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
3094
3094
  isFetching: false;
3095
3095
  isSuccess: false;
3096
3096
  isError: false;
3097
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3097
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3098
3098
  isSuccess: true;
3099
3099
  isFetching: false;
3100
3100
  error: undefined;
@@ -3185,7 +3185,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
3185
3185
  isFetching: false;
3186
3186
  isSuccess: false;
3187
3187
  isError: false;
3188
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3188
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3189
3189
  isSuccess: true;
3190
3190
  isFetching: false;
3191
3191
  error: undefined;
@@ -3275,7 +3275,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
3275
3275
  isFetching: false;
3276
3276
  isSuccess: false;
3277
3277
  isError: false;
3278
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3278
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3279
3279
  isSuccess: true;
3280
3280
  isFetching: false;
3281
3281
  error: undefined;
@@ -3368,7 +3368,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
3368
3368
  isFetching: false;
3369
3369
  isSuccess: false;
3370
3370
  isError: false;
3371
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3371
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3372
3372
  isSuccess: true;
3373
3373
  isFetching: false;
3374
3374
  error: undefined;
@@ -3461,7 +3461,7 @@ export declare const useUserCloneByIdMutation: <R extends Record<string, any> =
3461
3461
  isFetching: false;
3462
3462
  isSuccess: false;
3463
3463
  isError: false;
3464
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3464
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3465
3465
  isSuccess: true;
3466
3466
  isFetching: false;
3467
3467
  error: undefined;
@@ -391,7 +391,7 @@ export declare const useWebsiteSettingsAddMutation: <R extends Record<string, an
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 useWebsiteSettingsAddMutation: <R extends Record<string, an
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;
@@ -735,7 +735,7 @@ export declare const useWebsiteSettingsAddMutation: <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 useWebsiteSettingsAddMutation: <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;
@@ -320,7 +320,7 @@ export declare const useWebsiteSettingsAddMutation: <R extends Record<string, an
320
320
  isFetching: false;
321
321
  isSuccess: false;
322
322
  isError: false;
323
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
323
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
324
324
  isSuccess: true;
325
325
  isFetching: false;
326
326
  error: undefined;
@@ -413,7 +413,7 @@ export declare const useWebsiteSettingsAddMutation: <R extends Record<string, an
413
413
  isFetching: false;
414
414
  isSuccess: false;
415
415
  isError: false;
416
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
416
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
417
417
  isSuccess: true;
418
418
  isFetching: false;
419
419
  error: undefined;
@@ -824,7 +824,7 @@ export declare const useWebsiteSettingsAddMutation: <R extends Record<string, an
824
824
  isFetching: false;
825
825
  isSuccess: false;
826
826
  isError: false;
827
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
827
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
828
828
  isSuccess: true;
829
829
  isFetching: false;
830
830
  error: undefined;
@@ -917,7 +917,7 @@ export declare const useWebsiteSettingsAddMutation: <R extends Record<string, an
917
917
  isFetching: false;
918
918
  isSuccess: false;
919
919
  isError: false;
920
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
920
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
921
921
  isSuccess: true;
922
922
  isFetching: false;
923
923
  error: undefined;
@@ -23,5 +23,8 @@ export * from '../../../core/modules/app/base-layout/main-nav/services/main-nav-
23
23
  export * from '../../../core/modules/app/base-layout/main-nav/hooks/use-main-nav';
24
24
  export * from '../../../core/modules/app/base-layout/right-sidebar/logo/subscription-details';
25
25
  export * from '../../../core/modules/app/app-loader/services/app-loader-registry';
26
+ export type { LoadPhase } from '../../../core/modules/app/app-loader/app-loader';
27
+ export { Background } from '../../../core/components/background/background';
28
+ export type { BackgroundProps } from '../../../core/components/background/background';
26
29
  export * from '../../../core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content';
27
30
  export * from '../../../core/modules/app/utils/download';
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ declare const styleMock: {};
11
+ export default styleMock;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import React from 'react';
11
+ declare const SvgReactMock: () => React.JSX.Element;
12
+ export default SvgReactMock;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pimcore/studio-ui-bundle",
3
- "version": "2025.4.1",
3
+ "version": "2025.4.2",
4
4
  "keywords": [
5
5
  "pimcore",
6
6
  "pimcore-studio-ui"
@@ -52,6 +52,8 @@
52
52
  ],
53
53
  "license": "SEE LICENSE IN LICENSE.md",
54
54
  "devDependencies": {
55
+ "@eslint/eslintrc": "^3",
56
+ "@eslint/js": "^9",
55
57
  "@module-federation/rsbuild-plugin": "^2.2.3",
56
58
  "@rsbuild/core": "^1.3.15",
57
59
  "@rsbuild/plugin-babel": "^1.0.6",
@@ -68,6 +70,8 @@
68
70
  "@storybook/react": "^8.0.5",
69
71
  "@storybook/react-webpack5": "^8.4.4",
70
72
  "@storybook/test": "^8.0.5",
73
+ "@stylistic/eslint-plugin": "^5",
74
+ "@swc/jest": "^0.2.39",
71
75
  "@testing-library/dom": "^9.3.4",
72
76
  "@testing-library/jest-dom": "^6.6.3",
73
77
  "@testing-library/react": "^14.3.1",
@@ -75,9 +79,6 @@
75
79
  "@types/jest": "^29.5.14",
76
80
  "@types/js-yaml": "^4.0.9",
77
81
  "@types/webpack-env": "^1.18.8",
78
- "@eslint/eslintrc": "^3",
79
- "@eslint/js": "^9",
80
- "@stylistic/eslint-plugin": "^5",
81
82
  "@typescript-eslint/eslint-plugin": "^8",
82
83
  "babel-plugin-react-compiler": "^19.1.0-rc.2",
83
84
  "eslint": "^9",
@@ -89,7 +90,6 @@
89
90
  "eslint-plugin-react": "^7.37.2",
90
91
  "eslint-plugin-storybook": "^0.8.0",
91
92
  "globals": "^15",
92
- "typescript-eslint": "^8",
93
93
  "jest": "^29.7.0",
94
94
  "jest-environment-jsdom": "^29.7.0",
95
95
  "nodemon": "^3.1.10",
@@ -101,6 +101,7 @@
101
101
  "ts-node": "^10.9.2",
102
102
  "tsc-alias": "^1.8.10",
103
103
  "typescript": "^5.6.3",
104
+ "typescript-eslint": "^8",
104
105
  "typescript-transform-paths": "^3.5.5",
105
106
  "whatwg-fetch": "^3.6.20"
106
107
  },