@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
@@ -1636,7 +1636,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1636
1636
  isFetching: false;
1637
1637
  isSuccess: false;
1638
1638
  isError: false;
1639
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1639
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1640
1640
  isSuccess: true;
1641
1641
  isFetching: false;
1642
1642
  error: undefined;
@@ -1729,7 +1729,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1729
1729
  isFetching: false;
1730
1730
  isSuccess: false;
1731
1731
  isError: false;
1732
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1732
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1733
1733
  isSuccess: true;
1734
1734
  isFetching: false;
1735
1735
  error: undefined;
@@ -1820,7 +1820,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1820
1820
  isFetching: false;
1821
1821
  isSuccess: false;
1822
1822
  isError: false;
1823
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1823
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1824
1824
  isSuccess: true;
1825
1825
  isFetching: false;
1826
1826
  error: undefined;
@@ -1852,7 +1852,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1852
1852
  isError: false;
1853
1853
  }, "error">>)> & {
1854
1854
  status: import("@reduxjs/toolkit/query").QueryStatus;
1855
- }>(arg: DocumentDocTypeListApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1855
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentDocTypeListApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1856
1856
  skip?: boolean;
1857
1857
  refetchOnMountOrArgChange?: boolean | number;
1858
1858
  } & {
@@ -1913,7 +1913,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
1913
1913
  isFetching: false;
1914
1914
  isSuccess: false;
1915
1915
  isError: false;
1916
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1916
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1917
1917
  isSuccess: true;
1918
1918
  isFetching: false;
1919
1919
  error: undefined;
@@ -2004,7 +2004,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2004
2004
  isFetching: false;
2005
2005
  isSuccess: false;
2006
2006
  isError: false;
2007
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2007
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2008
2008
  isSuccess: true;
2009
2009
  isFetching: false;
2010
2010
  error: undefined;
@@ -2097,7 +2097,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2097
2097
  isFetching: false;
2098
2098
  isSuccess: false;
2099
2099
  isError: false;
2100
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2100
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2101
2101
  isSuccess: true;
2102
2102
  isFetching: false;
2103
2103
  error: undefined;
@@ -2188,7 +2188,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2188
2188
  isFetching: false;
2189
2189
  isSuccess: false;
2190
2190
  isError: false;
2191
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2191
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2192
2192
  isSuccess: true;
2193
2193
  isFetching: false;
2194
2194
  error: undefined;
@@ -2220,7 +2220,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2220
2220
  isError: false;
2221
2221
  }, "error">>)> & {
2222
2222
  status: import("@reduxjs/toolkit/query").QueryStatus;
2223
- }>(arg: DocumentGetByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2223
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentGetByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2224
2224
  skip?: boolean;
2225
2225
  refetchOnMountOrArgChange?: boolean | number;
2226
2226
  } & {
@@ -2281,7 +2281,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2281
2281
  isFetching: false;
2282
2282
  isSuccess: false;
2283
2283
  isError: false;
2284
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2284
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2285
2285
  isSuccess: true;
2286
2286
  isFetching: false;
2287
2287
  error: undefined;
@@ -2692,7 +2692,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2692
2692
  isFetching: false;
2693
2693
  isSuccess: false;
2694
2694
  isError: false;
2695
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2695
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2696
2696
  isSuccess: true;
2697
2697
  isFetching: false;
2698
2698
  error: undefined;
@@ -2724,7 +2724,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2724
2724
  isError: false;
2725
2725
  }, "error">>)> & {
2726
2726
  status: import("@reduxjs/toolkit/query").QueryStatus;
2727
- }>(arg: DocumentPageStreamPreviewApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2727
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentPageStreamPreviewApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
2728
2728
  skip?: boolean;
2729
2729
  refetchOnMountOrArgChange?: boolean | number;
2730
2730
  } & {
@@ -2785,7 +2785,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2785
2785
  isFetching: false;
2786
2786
  isSuccess: false;
2787
2787
  isError: false;
2788
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2788
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2789
2789
  isSuccess: true;
2790
2790
  isFetching: false;
2791
2791
  error: undefined;
@@ -2876,7 +2876,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2876
2876
  isFetching: false;
2877
2877
  isSuccess: false;
2878
2878
  isError: false;
2879
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2879
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2880
2880
  isSuccess: true;
2881
2881
  isFetching: false;
2882
2882
  error: undefined;
@@ -2969,7 +2969,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
2969
2969
  isFetching: false;
2970
2970
  isSuccess: false;
2971
2971
  isError: false;
2972
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
2972
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
2973
2973
  isSuccess: true;
2974
2974
  isFetching: false;
2975
2975
  error: undefined;
@@ -3060,7 +3060,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3060
3060
  isFetching: false;
3061
3061
  isSuccess: false;
3062
3062
  isError: false;
3063
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3063
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3064
3064
  isSuccess: true;
3065
3065
  isFetching: false;
3066
3066
  error: undefined;
@@ -3153,7 +3153,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3153
3153
  isFetching: false;
3154
3154
  isSuccess: false;
3155
3155
  isError: false;
3156
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3156
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3157
3157
  isSuccess: true;
3158
3158
  isFetching: false;
3159
3159
  error: undefined;
@@ -3404,7 +3404,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3404
3404
  isFetching: false;
3405
3405
  isSuccess: false;
3406
3406
  isError: false;
3407
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3407
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3408
3408
  isSuccess: true;
3409
3409
  isFetching: false;
3410
3410
  error: undefined;
@@ -3436,7 +3436,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3436
3436
  isError: false;
3437
3437
  }, "error">>)> & {
3438
3438
  status: import("@reduxjs/toolkit/query").QueryStatus;
3439
- }>(arg: DocumentPageSnippetAreaBlockRenderApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3439
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentPageSnippetAreaBlockRenderApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3440
3440
  skip?: boolean;
3441
3441
  refetchOnMountOrArgChange?: boolean | number;
3442
3442
  } & {
@@ -3497,7 +3497,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3497
3497
  isFetching: false;
3498
3498
  isSuccess: false;
3499
3499
  isError: false;
3500
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3500
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3501
3501
  isSuccess: true;
3502
3502
  isFetching: false;
3503
3503
  error: undefined;
@@ -3588,7 +3588,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3588
3588
  isFetching: false;
3589
3589
  isSuccess: false;
3590
3590
  isError: false;
3591
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3591
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3592
3592
  isSuccess: true;
3593
3593
  isFetching: false;
3594
3594
  error: undefined;
@@ -3620,7 +3620,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3620
3620
  isError: false;
3621
3621
  }, "error">>)> & {
3622
3622
  status: import("@reduxjs/toolkit/query").QueryStatus;
3623
- }>(arg: DocumentRenderletRenderApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3623
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentRenderletRenderApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3624
3624
  skip?: boolean;
3625
3625
  refetchOnMountOrArgChange?: boolean | number;
3626
3626
  } & {
@@ -3681,7 +3681,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3681
3681
  isFetching: false;
3682
3682
  isSuccess: false;
3683
3683
  isError: false;
3684
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3684
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3685
3685
  isSuccess: true;
3686
3686
  isFetching: false;
3687
3687
  error: undefined;
@@ -3932,7 +3932,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3932
3932
  isFetching: false;
3933
3933
  isSuccess: false;
3934
3934
  isError: false;
3935
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
3935
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
3936
3936
  isSuccess: true;
3937
3937
  isFetching: false;
3938
3938
  error: undefined;
@@ -3964,7 +3964,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
3964
3964
  isError: false;
3965
3965
  }, "error">>)> & {
3966
3966
  status: import("@reduxjs/toolkit/query").QueryStatus;
3967
- }>(arg: DocumentsListAvailableSitesApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3967
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentsListAvailableSitesApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
3968
3968
  skip?: boolean;
3969
3969
  refetchOnMountOrArgChange?: boolean | number;
3970
3970
  } & {
@@ -4025,7 +4025,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4025
4025
  isFetching: false;
4026
4026
  isSuccess: false;
4027
4027
  isError: false;
4028
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4028
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4029
4029
  isSuccess: true;
4030
4030
  isFetching: false;
4031
4031
  error: undefined;
@@ -4436,7 +4436,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4436
4436
  isFetching: false;
4437
4437
  isSuccess: false;
4438
4438
  isError: false;
4439
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4439
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4440
4440
  isSuccess: true;
4441
4441
  isFetching: false;
4442
4442
  error: undefined;
@@ -4468,7 +4468,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4468
4468
  isError: false;
4469
4469
  }, "error">>)> & {
4470
4470
  status: import("@reduxjs/toolkit/query").QueryStatus;
4471
- }>(arg: DocumentGetSiteApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4471
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentGetSiteApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4472
4472
  skip?: boolean;
4473
4473
  refetchOnMountOrArgChange?: boolean | number;
4474
4474
  } & {
@@ -4529,7 +4529,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4529
4529
  isFetching: false;
4530
4530
  isSuccess: false;
4531
4531
  isError: false;
4532
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4532
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4533
4533
  isSuccess: true;
4534
4534
  isFetching: false;
4535
4535
  error: undefined;
@@ -4940,7 +4940,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4940
4940
  isFetching: false;
4941
4941
  isSuccess: false;
4942
4942
  isError: false;
4943
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
4943
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
4944
4944
  isSuccess: true;
4945
4945
  isFetching: false;
4946
4946
  error: undefined;
@@ -4972,7 +4972,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
4972
4972
  isError: false;
4973
4973
  }, "error">>)> & {
4974
4974
  status: import("@reduxjs/toolkit/query").QueryStatus;
4975
- }>(arg: DocumentGetTranslationsApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4975
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentGetTranslationsApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
4976
4976
  skip?: boolean;
4977
4977
  refetchOnMountOrArgChange?: boolean | number;
4978
4978
  } & {
@@ -5033,7 +5033,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
5033
5033
  isFetching: false;
5034
5034
  isSuccess: false;
5035
5035
  isError: false;
5036
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5036
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5037
5037
  isSuccess: true;
5038
5038
  isFetching: false;
5039
5039
  error: undefined;
@@ -5124,7 +5124,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
5124
5124
  isFetching: false;
5125
5125
  isSuccess: false;
5126
5126
  isError: false;
5127
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5127
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5128
5128
  isSuccess: true;
5129
5129
  isFetching: false;
5130
5130
  error: undefined;
@@ -5156,7 +5156,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
5156
5156
  isError: false;
5157
5157
  }, "error">>)> & {
5158
5158
  status: import("@reduxjs/toolkit/query").QueryStatus;
5159
- }>(arg: DocumentGetTranslationParentByLanguageApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
5159
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentGetTranslationParentByLanguageApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
5160
5160
  skip?: boolean;
5161
5161
  refetchOnMountOrArgChange?: boolean | number;
5162
5162
  } & {
@@ -5217,7 +5217,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
5217
5217
  isFetching: false;
5218
5218
  isSuccess: false;
5219
5219
  isError: false;
5220
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5220
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5221
5221
  isSuccess: true;
5222
5222
  isFetching: false;
5223
5223
  error: undefined;
@@ -5308,7 +5308,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
5308
5308
  isFetching: false;
5309
5309
  isSuccess: false;
5310
5310
  isError: false;
5311
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5311
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5312
5312
  isSuccess: true;
5313
5313
  isFetching: false;
5314
5314
  error: undefined;
@@ -5340,7 +5340,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
5340
5340
  isError: false;
5341
5341
  }, "error">>)> & {
5342
5342
  status: import("@reduxjs/toolkit/query").QueryStatus;
5343
- }>(arg: DocumentGetTreeApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
5343
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | DocumentGetTreeApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
5344
5344
  skip?: boolean;
5345
5345
  refetchOnMountOrArgChange?: boolean | number;
5346
5346
  } & {
@@ -5401,7 +5401,7 @@ export declare const useDocumentAddMutation: <R extends Record<string, any> = ({
5401
5401
  isFetching: false;
5402
5402
  isSuccess: false;
5403
5403
  isError: false;
5404
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
5404
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
5405
5405
  isSuccess: true;
5406
5406
  isFetching: false;
5407
5407
  error: undefined;
@@ -74,7 +74,6 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
74
74
  type: "name" | "path";
75
75
  value: string;
76
76
  };
77
- fullPath: string;
78
77
  key: string;
79
78
  isLocked: boolean;
80
79
  permissions: {
@@ -90,16 +89,14 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
90
89
  save: boolean;
91
90
  unpublish: boolean;
92
91
  };
93
- index: number;
94
- isSite: boolean;
95
- published: boolean;
96
92
  additionalAttributes?: {
97
93
  [x: string]: string | number | boolean | object;
98
94
  } | undefined;
99
- locked: string | null;
100
- hasChildren: boolean;
95
+ fullPath: string;
96
+ index: number;
101
97
  userOwner: number;
102
98
  userModification: number | null;
99
+ locked: string | null;
103
100
  creationDate: number | null;
104
101
  modificationDate: number | null;
105
102
  customAttributes?: {
@@ -113,7 +110,10 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
113
110
  additionalCssClasses: string[];
114
111
  } | undefined;
115
112
  hasWorkflowAvailable: boolean;
113
+ hasChildren: boolean;
116
114
  hasWorkflowWithPermissions: boolean;
115
+ published: boolean;
116
+ isSite: boolean;
117
117
  navigationExclude: boolean;
118
118
  editableData: object;
119
119
  missingRequiredEditable: boolean;
@@ -187,7 +187,6 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
187
187
  type: "name" | "path";
188
188
  value: string;
189
189
  };
190
- fullPath: string;
191
190
  key: string;
192
191
  isLocked: boolean;
193
192
  permissions: {
@@ -203,16 +202,14 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
203
202
  save: boolean;
204
203
  unpublish: boolean;
205
204
  };
206
- index: number;
207
- isSite: boolean;
208
- published: boolean;
209
205
  additionalAttributes?: {
210
206
  [x: string]: string | number | boolean | object;
211
207
  } | undefined;
212
- locked: string | null;
213
- hasChildren: boolean;
208
+ fullPath: string;
209
+ index: number;
214
210
  userOwner: number;
215
211
  userModification: number | null;
212
+ locked: string | null;
216
213
  creationDate: number | null;
217
214
  modificationDate: number | null;
218
215
  customAttributes?: {
@@ -226,7 +223,10 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
226
223
  additionalCssClasses: string[];
227
224
  } | undefined;
228
225
  hasWorkflowAvailable: boolean;
226
+ hasChildren: boolean;
229
227
  hasWorkflowWithPermissions: boolean;
228
+ published: boolean;
229
+ isSite: boolean;
230
230
  navigationExclude: boolean;
231
231
  editableData: object;
232
232
  missingRequiredEditable: boolean;
@@ -300,7 +300,6 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
300
300
  type: "name" | "path";
301
301
  value: string;
302
302
  };
303
- fullPath: string;
304
303
  key: string;
305
304
  isLocked: boolean;
306
305
  permissions: {
@@ -316,16 +315,14 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
316
315
  save: boolean;
317
316
  unpublish: boolean;
318
317
  };
319
- index: number;
320
- isSite: boolean;
321
- published: boolean;
322
318
  additionalAttributes?: {
323
319
  [x: string]: string | number | boolean | object;
324
320
  } | undefined;
325
- locked: string | null;
326
- hasChildren: boolean;
321
+ fullPath: string;
322
+ index: number;
327
323
  userOwner: number;
328
324
  userModification: number | null;
325
+ locked: string | null;
329
326
  creationDate: number | null;
330
327
  modificationDate: number | null;
331
328
  customAttributes?: {
@@ -339,7 +336,10 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
339
336
  additionalCssClasses: string[];
340
337
  } | undefined;
341
338
  hasWorkflowAvailable: boolean;
339
+ hasChildren: boolean;
342
340
  hasWorkflowWithPermissions: boolean;
341
+ published: boolean;
342
+ isSite: boolean;
343
343
  navigationExclude: boolean;
344
344
  editableData: object;
345
345
  missingRequiredEditable: boolean;
@@ -430,25 +430,25 @@ export declare const selectDocumentById: (state: Record<string, any>, id: number
430
430
  elementType: string;
431
431
  parentId: number;
432
432
  icon: import("../../modules/document/document-api-slice-enhanced").ElementIcon;
433
- fullPath: string;
434
433
  key: string;
435
434
  isLocked: boolean;
436
435
  permissions: import("../../modules/document/document-api-slice-enhanced").DocumentPermissions;
437
- index: number;
438
- isSite: boolean;
439
- published: boolean;
440
436
  additionalAttributes?: {
441
437
  [key: string]: string | number | boolean | object;
442
438
  } | undefined;
443
- locked: string | null;
444
- hasChildren: boolean;
439
+ fullPath: string;
440
+ index: number;
445
441
  userOwner: number;
446
442
  userModification: number | null;
443
+ locked: string | null;
447
444
  creationDate: number | null;
448
445
  modificationDate: number | null;
449
446
  customAttributes?: import("../../modules/document/document-api-slice-enhanced").CustomAttributes | undefined;
450
447
  hasWorkflowAvailable: boolean;
448
+ hasChildren: boolean;
451
449
  hasWorkflowWithPermissions: boolean;
450
+ published: boolean;
451
+ isSite: boolean;
452
452
  navigationExclude: boolean;
453
453
  editableData: object;
454
454
  missingRequiredEditable: boolean;
@@ -50,8 +50,8 @@ export declare const selectDocumentAreablockGroupedTypes: ((state: any, document
50
50
  dependencyRecomputations: () => number;
51
51
  resetDependencyRecomputations: () => void;
52
52
  } & {
53
- argsMemoize: typeof import("reselect").weakMapMemoize;
54
53
  memoize: typeof import("reselect").weakMapMemoize;
54
+ argsMemoize: typeof import("reselect").weakMapMemoize;
55
55
  };
56
56
  export declare const selectDocumentTimeSliderVisible: ((state: any, documentId: number) => boolean) & {
57
57
  clearCache: () => void;
@@ -71,8 +71,8 @@ export declare const selectDocumentTimeSliderVisible: ((state: any, documentId:
71
71
  dependencyRecomputations: () => number;
72
72
  resetDependencyRecomputations: () => void;
73
73
  } & {
74
- argsMemoize: typeof import("reselect").weakMapMemoize;
75
74
  memoize: typeof import("reselect").weakMapMemoize;
75
+ argsMemoize: typeof import("reselect").weakMapMemoize;
76
76
  };
77
77
  export declare const selectDocumentHasAreablocks: ((state: any, documentId: number) => boolean) & {
78
78
  clearCache: () => void;
@@ -104,16 +104,16 @@ export declare const selectDocumentHasAreablocks: ((state: any, documentId: numb
104
104
  dependencyRecomputations: () => number;
105
105
  resetDependencyRecomputations: () => void;
106
106
  } & {
107
- argsMemoize: typeof import("reselect").weakMapMemoize;
108
107
  memoize: typeof import("reselect").weakMapMemoize;
108
+ argsMemoize: typeof import("reselect").weakMapMemoize;
109
109
  }];
110
110
  recomputations: () => number;
111
111
  resetRecomputations: () => void;
112
112
  dependencyRecomputations: () => number;
113
113
  resetDependencyRecomputations: () => void;
114
114
  } & {
115
- argsMemoize: typeof import("reselect").weakMapMemoize;
116
115
  memoize: typeof import("reselect").weakMapMemoize;
116
+ argsMemoize: typeof import("reselect").weakMapMemoize;
117
117
  };
118
118
  export declare const selectDocumentAreablockTypes: ((state: any, documentId: number) => AreablockTypeEntry[]) & {
119
119
  clearCache: () => void;
@@ -145,16 +145,16 @@ export declare const selectDocumentAreablockTypes: ((state: any, documentId: num
145
145
  dependencyRecomputations: () => number;
146
146
  resetDependencyRecomputations: () => void;
147
147
  } & {
148
- argsMemoize: typeof import("reselect").weakMapMemoize;
149
148
  memoize: typeof import("reselect").weakMapMemoize;
149
+ argsMemoize: typeof import("reselect").weakMapMemoize;
150
150
  }];
151
151
  recomputations: () => number;
152
152
  resetRecomputations: () => void;
153
153
  dependencyRecomputations: () => number;
154
154
  resetDependencyRecomputations: () => void;
155
155
  } & {
156
- argsMemoize: typeof import("reselect").weakMapMemoize;
157
156
  memoize: typeof import("reselect").weakMapMemoize;
157
+ argsMemoize: typeof import("reselect").weakMapMemoize;
158
158
  };
159
159
  declare const _default: import("redux").Reducer<DocumentEditorState>;
160
160
  export default _default;
@@ -20,6 +20,11 @@ export type ISystemInfoModalData = Element & {
20
20
  fileSize?: number;
21
21
  mimeType?: string | null;
22
22
  className?: string;
23
+ draftData?: {
24
+ id: number;
25
+ modificationDate: number;
26
+ isAutoSave: boolean;
27
+ } | null;
23
28
  };
24
29
  export interface ISystemInfoModalProps {
25
30
  onClose: () => void;
@@ -43,8 +43,9 @@ export interface AreablockEditableProps {
43
43
  className?: string;
44
44
  editableName: string;
45
45
  containerRef?: React.RefObject<HTMLDivElement>;
46
+ editableType?: string;
46
47
  disabled?: boolean;
47
48
  isInherited?: boolean;
48
49
  renderTrigger: AreablockRenderTrigger;
49
50
  }
50
- export declare const AreablockEditable: ({ value, onChange, config, className, editableName, containerRef, disabled, isInherited, renderTrigger }: AreablockEditableProps) => React.JSX.Element;
51
+ export declare const AreablockEditable: ({ value, onChange, config, className, editableName, containerRef, editableType, disabled, isInherited, renderTrigger }: AreablockEditableProps) => React.JSX.Element;
@@ -7,9 +7,12 @@
7
7
  * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
+ import type React from 'react';
10
11
  import { type AreablockValue } from '../areablock-editable';
11
12
  import { AbstractBlockManager } from '../../../managers/abstract-block-manager';
12
13
  export declare class AreablockManager extends AbstractBlockManager {
14
+ private readonly editableType;
15
+ constructor(editableName: string, containerRef?: React.RefObject<HTMLDivElement>, editableType?: string);
13
16
  protected getEditableType(): string;
14
17
  protected getElementSelector(): string;
15
18
  getElementType(element: HTMLElement): string | null;
@@ -13,7 +13,7 @@ import { type AbstractDocumentEditableDefinition } from '../../../dynamic-type-d
13
13
  declare const DEFAULT_AREABLOCK_GROUP = "Available Areas";
14
14
  declare const UNCATEGORIZED_AREABLOCK_GROUP = "Uncategorized";
15
15
  export { DEFAULT_AREABLOCK_GROUP, UNCATEGORIZED_AREABLOCK_GROUP };
16
- export declare function buildGroupedTypes(editableDefinitions: AbstractDocumentEditableDefinition[]): AreablockGroupedTypes;
16
+ export declare function buildGroupedTypes(editableDefinitions: AbstractDocumentEditableDefinition[], typeId?: string): AreablockGroupedTypes;
17
17
  export declare const areablockValueUtils: {
18
18
  filterEditableNames(allEditableNames: string[], areablockName: string, entryKey: string): string[];
19
19
  elementsToAreablockValue(elements: HTMLElement[]): AreablockValue;
@@ -25,4 +25,5 @@ export declare class DynamicTypeDocumentEditableTable extends DynamicTypeDocumen
25
25
  id: string;
26
26
  getEditableDataComponent(props: TableEditableDefinition): React.ReactElement<AbstractDocumentEditableDefinition>;
27
27
  transformValue(value: any, props: TableEditableDefinition): TableValue | null;
28
+ transformValueForApi(value: TableValue | null): TableValue;
28
29
  }
@@ -11,7 +11,7 @@ import { type ReactElement } from 'react';
11
11
  import { type AbstractGridCellDefinition, DynamicTypeGridCellAbstract } from '../../dynamic-type-grid-cell-abstract';
12
12
  export declare const DEFAULT_CHECKBOX_COLUMN_WIDTH = 100;
13
13
  export declare class DynamicTypeGridCellCheckbox extends DynamicTypeGridCellAbstract {
14
- readonly id = "checkbox";
14
+ readonly id: string;
15
15
  getGridCellComponent(props: AbstractGridCellDefinition): ReactElement<AbstractGridCellDefinition>;
16
16
  getDefaultGridColumnWidth(): number | undefined;
17
17
  }
@@ -10,6 +10,6 @@
10
10
  import { type ReactElement } from 'react';
11
11
  import { type AbstractGridCellDefinition, DynamicTypeGridCellAbstract } from '../../dynamic-type-grid-cell-abstract';
12
12
  export declare class DynamicTypeGridCellDateTime extends DynamicTypeGridCellAbstract {
13
- readonly id = "datetime";
13
+ readonly id: string;
14
14
  getGridCellComponent(props: AbstractGridCellDefinition): ReactElement<AbstractGridCellDefinition>;
15
15
  }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { DynamicTypeGridCellCheckbox } from '../checkbox/dynamic-type-grid-cell-checkbox';
11
+ export declare class DynamicTypeGridCellSystemBoolean extends DynamicTypeGridCellCheckbox {
12
+ readonly id = "system.boolean";
13
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ import { DynamicTypeGridCellDateTime } from '../date-time/dynamic-type-grid-cell-date-time';
11
+ export declare class DynamicTypeGridCellSystemDatetime extends DynamicTypeGridCellDateTime {
12
+ readonly id = "system.datetime";
13
+ }