@pimcore/studio-ui-bundle 2026.1.0 → 2026.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (172) hide show
  1. package/dist/build/types/src/core/app/api/pimcore/tags.d.ts +5 -0
  2. package/dist/build/types/src/core/app/config/services/service-ids.d.ts +5 -0
  3. package/dist/build/types/src/core/app/i18n/iframe-i18n.d.ts +0 -3
  4. package/dist/build/types/src/core/bootstrap.d.ts +2 -0
  5. package/dist/build/types/src/core/components/background/background.d.ts +5 -1
  6. package/dist/build/types/src/core/components/background/background.stories.d.ts +7 -3
  7. package/dist/build/types/src/core/components/background/background.styles.d.ts +11 -1
  8. package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +1 -1
  9. package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +11 -3
  10. package/dist/build/types/src/core/components/grid/grid-cell/grid-row.d.ts +2 -1
  11. package/dist/build/types/src/core/components/import-modal/components/selected-file-view/selected-file-view.d.ts +2 -1
  12. package/dist/build/types/src/core/components/import-modal/hooks/use-file-upload.d.ts +14 -2
  13. package/dist/build/types/src/core/components/import-modal/import-modal.d.ts +2 -22
  14. package/dist/build/types/src/core/components/import-modal/index.d.ts +2 -1
  15. package/dist/build/types/src/core/components/import-modal/types.d.ts +48 -0
  16. package/dist/build/types/src/core/components/many-to-many-relation/grid.d.ts +1 -0
  17. package/dist/build/types/src/core/components/many-to-many-relation/grid.styles.d.ts +15 -0
  18. package/dist/build/types/src/core/components/many-to-many-relation/many-to-many-relation.d.ts +1 -0
  19. package/dist/build/types/src/core/components/operational-grid/csv-import-button/csv-import-button.d.ts +11 -0
  20. package/dist/build/types/src/core/components/operational-grid/csv-import-modal/csv-import-modal.d.ts +19 -0
  21. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.d.ts +2 -2
  22. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.stories.d.ts +12 -0
  23. package/dist/build/types/src/core/components/pql-query-input/pql-query-input.styles.d.ts +1 -0
  24. package/dist/build/types/src/core/components/tabs/tab-context-menu.d.ts +16 -0
  25. package/dist/build/types/src/core/modules/app/app-loader/app-loader.d.ts +1 -0
  26. package/dist/build/types/src/core/modules/app/app-loader/context/app-loading-context.d.ts +27 -0
  27. package/dist/build/types/src/core/modules/app/app-loader/index.d.ts +10 -0
  28. package/dist/build/types/src/core/modules/app/component-registry/component-config.d.ts +6 -0
  29. package/dist/build/types/src/core/modules/app/error-handler/constants/errorTypes.d.ts +3 -1
  30. package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +2 -0
  31. package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +14 -14
  32. package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +14 -14
  33. package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +6 -6
  34. package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +6 -6
  35. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +6 -6
  36. package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +6 -6
  37. package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +22 -22
  38. package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +65 -65
  39. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +6 -6
  40. package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +6 -6
  41. package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +12 -12
  42. package/dist/build/types/src/core/modules/asset/listing/decorator/tag-filter/view-layer/components/sidebar/tabs/tag-filters/tags-tree-filters-container.d.ts +7 -5
  43. package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +2 -2
  44. package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +2 -0
  45. package/dist/build/types/src/core/modules/auth/hooks/use-user-content-language.d.ts +11 -0
  46. package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +2 -2
  47. package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +22 -22
  48. package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +82 -82
  49. package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +84 -84
  50. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +30 -30
  51. package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +28 -28
  52. package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +9 -9
  53. package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +40 -38
  54. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/edit-form-provider.d.ts +1 -0
  55. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/build-field-type-map.d.ts +10 -0
  56. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/build-field-type-map.test.d.ts +10 -0
  57. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/merge-form-changes.d.ts +20 -0
  58. package/dist/build/types/src/core/modules/data-object/editor/types/object/tab-manager/tabs/edit/providers/edit-form-provider/utils/merge-form-changes.test.d.ts +10 -0
  59. package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +3 -3
  60. package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +12 -12
  61. package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +10 -10
  62. package/dist/build/types/src/core/modules/data-object/utils/provider/class-defintions/class-definitions-provider.d.ts +2 -1
  63. package/dist/build/types/src/core/modules/document/actions/site/provider/site-modal.d.ts +0 -1
  64. package/dist/build/types/src/core/modules/document/actions/translations/components/link-translation-modal.d.ts +2 -1
  65. package/dist/build/types/src/core/modules/document/actions/translations/components/translation-error-alert.d.ts +16 -0
  66. package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +39 -39
  67. package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +38 -38
  68. package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +24 -24
  69. package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +6 -6
  70. package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/components/editables-dialog/types.d.ts +6 -1
  71. package/dist/build/types/src/core/modules/element/actions/index.d.ts +2 -1
  72. package/dist/build/types/src/core/modules/element/components/system-info-modal/system-info-modal.d.ts +5 -0
  73. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/areablock-editable.d.ts +2 -1
  74. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-manager.d.ts +3 -0
  75. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -1
  76. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-table.d.ts +1 -0
  77. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/utils/select-options.d.ts +14 -1
  78. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/checkbox/dynamic-type-grid-cell-checkbox.d.ts +1 -1
  79. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/date-time/dynamic-type-grid-cell-date-time.d.ts +1 -1
  80. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-boolean/dynamic-type-grid-cell-system-boolean.d.ts +13 -0
  81. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-datetime/dynamic-type-grid-cell-system-datetime.d.ts +13 -0
  82. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-id/dynamic-type-grid-cell-system-id.d.ts +13 -0
  83. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-integer/dynamic-type-grid-cell-system-integer.d.ts +13 -0
  84. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/types/system-string/dynamic-type-grid-cell-system-string.d.ts +13 -0
  85. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/hooks/use-data-object-grids.d.ts +3 -1
  86. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/utils/column-definition.d.ts +7 -1
  87. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/dynamic-type-object-data-abstract.d.ts +17 -0
  88. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-image.d.ts +2 -1
  89. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-localized-fields.d.ts +12 -0
  90. package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-localized-fields.test.d.ts +13 -0
  91. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +2 -2
  92. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +2 -2
  93. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +6 -6
  94. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +6 -6
  95. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +4 -4
  96. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +4 -4
  97. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +4 -4
  98. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +4 -4
  99. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/assigned-tags/assigned-tags.d.ts +1 -1
  100. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/components/tags-tree/create-tree-structure.d.ts +5 -0
  101. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/hooks/use-optimistic-update.d.ts +4 -0
  102. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +4 -4
  103. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +6 -6
  104. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +6 -6
  105. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +10 -10
  106. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +2 -2
  107. package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +2 -2
  108. package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +19 -19
  109. package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +21 -21
  110. package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +14 -10
  111. package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +2 -1
  112. package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/view-layer/components/sidebar/tabs/filters/filter-container.d.ts +1 -6
  113. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +2 -2
  114. package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +2 -2
  115. package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +12 -12
  116. package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +12 -12
  117. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +2 -2
  118. package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +2 -2
  119. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +2 -0
  120. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-folder-batch-edit-job.d.ts +15 -0
  121. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/asset-folder-batch-edit-job.d.ts +3 -2
  122. package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/data-object-folder-batch-edit-job.d.ts +3 -2
  123. package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +6 -0
  124. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler-types.d.ts +41 -0
  125. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +6 -38
  126. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +1 -0
  127. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/progress-calculator.interface.d.ts +46 -0
  128. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/progress-field-calculator.d.ts +30 -0
  129. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/progress-calculator/step-completion-calculator.d.ts +29 -0
  130. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/child-job-step-tracker.d.ts +40 -0
  131. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/default-step-tracker.d.ts +43 -0
  132. package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/step-tracker.interface.d.ts +35 -0
  133. package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +2 -0
  134. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +6 -6
  135. package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +10 -10
  136. package/dist/build/types/src/core/modules/notifications/actions/share-via-notification/use-share-via-notification.d.ts +17 -0
  137. package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +4 -4
  138. package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +8 -8
  139. package/dist/build/types/src/core/modules/notifications/send-notification/send-notification-modal.d.ts +3 -1
  140. package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
  141. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +13 -13
  142. package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +13 -13
  143. package/dist/build/types/src/core/modules/quantity-value/table/table.d.ts +4 -1
  144. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +2 -2
  145. package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +2 -2
  146. package/dist/build/types/src/core/modules/redirects/hooks/use-redirect-options.d.ts +18 -0
  147. package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +355 -11
  148. package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +12 -12
  149. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +28 -28
  150. package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +49 -41
  151. package/dist/build/types/src/core/modules/reports/reports-editor/components/helpers.d.ts +11 -0
  152. package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.styles.d.ts +1 -3
  153. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.d.ts +16 -0
  154. package/dist/build/types/src/core/modules/robots-txt/components/robots-txt-site-editor.styles.d.ts +12 -0
  155. package/dist/build/types/src/core/modules/robots-txt/index.d.ts +11 -0
  156. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.d.ts +11 -0
  157. package/dist/build/types/src/core/modules/robots-txt/robots-txt-container.styles.d.ts +12 -0
  158. package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +2 -2
  159. package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +14 -14
  160. package/dist/build/types/src/core/modules/select-option/components/tree/tree-container.d.ts +1 -1
  161. package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +4 -4
  162. package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +12 -12
  163. package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +22 -22
  164. package/dist/build/types/src/core/modules/website-settings/table/table.d.ts +4 -1
  165. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +4 -4
  166. package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +4 -4
  167. package/dist/build/types/src/core/modules/widget-editor/hooks/use-widget-editor.d.ts +1 -1
  168. package/dist/build/types/src/sdk/components/index.d.ts +1 -0
  169. package/dist/build/types/src/sdk/modules/app/index.d.ts +3 -0
  170. package/dist/build/types/test-utils/mocks/style-mock.d.ts +11 -0
  171. package/dist/build/types/test-utils/mocks/svg-react-mock.d.ts +12 -0
  172. package/package.json +6 -5
@@ -0,0 +1,40 @@
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 StepTracker, type StepTrackerState } from './step-tracker.interface';
11
+ export interface ChildJobStepTrackerOptions {
12
+ /**
13
+ * Total number of steps if known upfront (e.g. 2 for jobs that always
14
+ * spawn exactly one child job). When omitted the total is unknown and
15
+ * the UI will show "Step 1", "Step 2" etc. without a fraction.
16
+ */
17
+ totalSteps?: number;
18
+ }
19
+ /**
20
+ * Step tracker for jobs that spawn child job runs via transitionToChildJob.
21
+ *
22
+ * Each child job transition advances the step counter by one. Backend step
23
+ * messages from the child job (which reset to step 1) are intentionally
24
+ * ignored — this tracker owns the step counter exclusively.
25
+ *
26
+ * Always shows the step label in the UI.
27
+ *
28
+ * Used for:
29
+ * - zip-upload: parent extracts (step 1) → child creates assets (step 2)
30
+ * - CSV/XLSX folder export: parent collects (step 1) → child creates file (step 2)
31
+ * - clone: may or may not spawn a child (totalSteps omitted when unknown)
32
+ */
33
+ export declare class ChildJobStepTracker implements StepTracker {
34
+ readonly showStepLabel = true;
35
+ private _state;
36
+ constructor(options?: ChildJobStepTrackerOptions);
37
+ get state(): StepTrackerState;
38
+ onBackendStep(_backendStep: number): StepTrackerState | null;
39
+ onChildJobTransition(): StepTrackerState;
40
+ }
@@ -0,0 +1,43 @@
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 StepTracker, type StepTrackerState } from './step-tracker.interface';
11
+ export interface DefaultStepTrackerOptions {
12
+ /**
13
+ * Whether to show the step label (Step X/Y) in the UI.
14
+ * Default: false.
15
+ *
16
+ * Set to true for jobs where the backend step structure is meaningful
17
+ * to the user (e.g. batch-edit: preparing → applying).
18
+ * Leave false for jobs where backend steps are an internal implementation
19
+ * detail (e.g. delete: one step per element).
20
+ */
21
+ showStepLabel?: boolean;
22
+ }
23
+ /**
24
+ * Default step tracker. Follows the backend's currentStep value, accepting
25
+ * only forward movement (ignores any step that would go backwards).
26
+ *
27
+ * totalSteps is derived from the first backend message that carries it —
28
+ * no hardcoding required in the job definition.
29
+ *
30
+ * Used for:
31
+ * - Jobs with no child job transitions (single job run)
32
+ * - delete/batch-delete: showStepLabel=false (internal steps, no UI label)
33
+ * - batch-edit folder: showStepLabel=true (preparing → applying, shown in UI)
34
+ */
35
+ export declare class DefaultStepTracker implements StepTracker {
36
+ readonly showStepLabel: boolean;
37
+ private _state;
38
+ constructor(options?: DefaultStepTrackerOptions);
39
+ get state(): StepTrackerState;
40
+ onBackendStep(backendStep: number): StepTrackerState | null;
41
+ onChildJobTransition(): StepTrackerState;
42
+ onBackendTotalSteps(totalSteps: number): void;
43
+ }
@@ -0,0 +1,35 @@
1
+ /**
2
+ * This source file is available under the terms of the
3
+ * Pimcore Open Core License (POCL)
4
+ * Full copyright and license information is available in
5
+ * LICENSE.md which is distributed with this source code.
6
+ *
7
+ * @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
8
+ * @license Pimcore Open Core License (POCL)
9
+ */
10
+ export interface StepTrackerState {
11
+ /** Current step (1-based) */
12
+ currentStep: number;
13
+ /** Total steps, if known */
14
+ totalSteps?: number;
15
+ }
16
+ export interface StepTracker {
17
+ /**
18
+ * Called on every incoming backend message that carries a currentStep value.
19
+ * Returns the new StepTrackerState if it changed, or null if nothing changed.
20
+ */
21
+ onBackendStep: (backendStep: number) => StepTrackerState | null;
22
+ /**
23
+ * Called when the handler transitions to a child job run.
24
+ * Returns the new StepTrackerState.
25
+ */
26
+ onChildJobTransition: () => StepTrackerState;
27
+ /**
28
+ * Whether to show the step label (Step X/Y) in the UI.
29
+ */
30
+ readonly showStepLabel: boolean;
31
+ /**
32
+ * Current tracked state.
33
+ */
34
+ readonly state: StepTrackerState;
35
+ }
@@ -19,7 +19,9 @@ export interface JobViewProps extends JobProps {
19
19
  finishedWithErrorsButtonActions?: ButtonAction[];
20
20
  onAbort?: () => void | Promise<void>;
21
21
  progress: number;
22
+ indeterminate?: boolean;
22
23
  currentStep?: number;
23
24
  totalSteps?: number;
25
+ stepDescriptionKey?: string;
24
26
  }
25
27
  export declare const JobView: (props: JobViewProps) => React.JSX.Element;
@@ -119,7 +119,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
119
119
  isFetching: false;
120
120
  isSuccess: false;
121
121
  isError: false;
122
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
122
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
123
123
  isSuccess: true;
124
124
  isFetching: false;
125
125
  error: undefined;
@@ -212,7 +212,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
212
212
  isFetching: false;
213
213
  isSuccess: false;
214
214
  isError: false;
215
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
215
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
216
216
  isSuccess: true;
217
217
  isFetching: false;
218
218
  error: undefined;
@@ -303,7 +303,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
303
303
  isFetching: false;
304
304
  isSuccess: false;
305
305
  isError: false;
306
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
306
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
307
307
  isSuccess: true;
308
308
  isFetching: false;
309
309
  error: undefined;
@@ -396,7 +396,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
396
396
  isFetching: false;
397
397
  isSuccess: false;
398
398
  isError: false;
399
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
399
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
400
400
  isSuccess: true;
401
401
  isFetching: false;
402
402
  error: undefined;
@@ -487,7 +487,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
487
487
  isFetching: false;
488
488
  isSuccess: false;
489
489
  isError: false;
490
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
490
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
491
491
  isSuccess: true;
492
492
  isFetching: false;
493
493
  error: undefined;
@@ -580,7 +580,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
580
580
  isFetching: false;
581
581
  isSuccess: false;
582
582
  isError: false;
583
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
583
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
584
584
  isSuccess: true;
585
585
  isFetching: false;
586
586
  error: undefined;
@@ -68,7 +68,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
68
68
  isFetching: false;
69
69
  isSuccess: false;
70
70
  isError: false;
71
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
71
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
72
72
  isSuccess: true;
73
73
  isFetching: false;
74
74
  error: undefined;
@@ -161,7 +161,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
161
161
  isFetching: false;
162
162
  isSuccess: false;
163
163
  isError: false;
164
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
164
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
165
165
  isSuccess: true;
166
166
  isFetching: false;
167
167
  error: undefined;
@@ -252,7 +252,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
252
252
  isFetching: false;
253
253
  isSuccess: false;
254
254
  isError: false;
255
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
255
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
256
256
  isSuccess: true;
257
257
  isFetching: false;
258
258
  error: undefined;
@@ -342,7 +342,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
342
342
  isFetching: false;
343
343
  isSuccess: false;
344
344
  isError: false;
345
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
345
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
346
346
  isSuccess: true;
347
347
  isFetching: false;
348
348
  error: undefined;
@@ -435,7 +435,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
435
435
  isFetching: false;
436
436
  isSuccess: false;
437
437
  isError: false;
438
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
438
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
439
439
  isSuccess: true;
440
440
  isFetching: false;
441
441
  error: undefined;
@@ -528,7 +528,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
528
528
  isFetching: false;
529
529
  isSuccess: false;
530
530
  isError: false;
531
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
531
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
532
532
  isSuccess: true;
533
533
  isFetching: false;
534
534
  error: undefined;
@@ -619,7 +619,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
619
619
  isFetching: false;
620
620
  isSuccess: false;
621
621
  isError: false;
622
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
622
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
623
623
  isSuccess: true;
624
624
  isFetching: false;
625
625
  error: undefined;
@@ -712,7 +712,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
712
712
  isFetching: false;
713
713
  isSuccess: false;
714
714
  isError: false;
715
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
715
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
716
716
  isSuccess: true;
717
717
  isFetching: false;
718
718
  error: undefined;
@@ -803,7 +803,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
803
803
  isFetching: false;
804
804
  isSuccess: false;
805
805
  isError: false;
806
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
806
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
807
807
  isSuccess: true;
808
808
  isFetching: false;
809
809
  error: undefined;
@@ -893,7 +893,7 @@ export declare const useGdprExportQuery: <R extends Record<string, any> = import
893
893
  isFetching: false;
894
894
  isSuccess: false;
895
895
  isError: false;
896
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
896
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
897
897
  isSuccess: true;
898
898
  isFetching: false;
899
899
  error: undefined;
@@ -0,0 +1,17 @@
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 ItemType } from '../../../../components/dropdown/dropdown';
11
+ import { type ManyToOneRelationValue } from '../../../../components/many-to-one-relation/many-to-one-relation';
12
+ import React from 'react';
13
+ export interface UseShareViaNotificationReturn {
14
+ shareViaNotificationContextMenuItem: ItemType;
15
+ shareViaNotificationModal: React.JSX.Element;
16
+ }
17
+ export declare const useShareViaNotification: (attachment: ManyToOneRelationValue | undefined) => UseShareViaNotificationReturn;
@@ -394,7 +394,7 @@ export declare const useNotificationDeleteByIdMutation: <R extends Record<string
394
394
  isFetching: false;
395
395
  isSuccess: false;
396
396
  isError: false;
397
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
397
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
398
398
  isSuccess: true;
399
399
  isFetching: false;
400
400
  error: undefined;
@@ -487,7 +487,7 @@ export declare const useNotificationDeleteByIdMutation: <R extends Record<string
487
487
  isFetching: false;
488
488
  isSuccess: false;
489
489
  isError: false;
490
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
490
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
491
491
  isSuccess: true;
492
492
  isFetching: false;
493
493
  error: undefined;
@@ -578,7 +578,7 @@ export declare const useNotificationDeleteByIdMutation: <R extends Record<string
578
578
  isFetching: false;
579
579
  isSuccess: false;
580
580
  isError: false;
581
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
581
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
582
582
  isSuccess: true;
583
583
  isFetching: false;
584
584
  error: undefined;
@@ -671,7 +671,7 @@ export declare const useNotificationDeleteByIdMutation: <R extends Record<string
671
671
  isFetching: false;
672
672
  isSuccess: false;
673
673
  isError: false;
674
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
674
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
675
675
  isSuccess: true;
676
676
  isFetching: false;
677
677
  error: undefined;
@@ -178,7 +178,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
178
178
  isFetching: false;
179
179
  isSuccess: false;
180
180
  isError: false;
181
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
181
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
182
182
  isSuccess: true;
183
183
  isFetching: false;
184
184
  error: undefined;
@@ -271,7 +271,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
271
271
  isFetching: false;
272
272
  isSuccess: false;
273
273
  isError: false;
274
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
274
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
275
275
  isSuccess: true;
276
276
  isFetching: false;
277
277
  error: undefined;
@@ -522,7 +522,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
522
522
  isFetching: false;
523
523
  isSuccess: false;
524
524
  isError: false;
525
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
525
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
526
526
  isSuccess: true;
527
527
  isFetching: false;
528
528
  error: undefined;
@@ -615,7 +615,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
615
615
  isFetching: false;
616
616
  isSuccess: false;
617
617
  isError: false;
618
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
618
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
619
619
  isSuccess: true;
620
620
  isFetching: false;
621
621
  error: undefined;
@@ -1026,7 +1026,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
1026
1026
  isFetching: false;
1027
1027
  isSuccess: false;
1028
1028
  isError: false;
1029
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1029
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1030
1030
  isSuccess: true;
1031
1031
  isFetching: false;
1032
1032
  error: undefined;
@@ -1119,7 +1119,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
1119
1119
  isFetching: false;
1120
1120
  isSuccess: false;
1121
1121
  isError: false;
1122
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1122
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1123
1123
  isSuccess: true;
1124
1124
  isFetching: false;
1125
1125
  error: undefined;
@@ -1210,7 +1210,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
1210
1210
  isFetching: false;
1211
1211
  isSuccess: false;
1212
1212
  isError: false;
1213
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1213
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1214
1214
  isSuccess: true;
1215
1215
  isFetching: false;
1216
1216
  error: undefined;
@@ -1303,7 +1303,7 @@ export declare const useNotificationGetCollectionQuery: <R extends Record<string
1303
1303
  isFetching: false;
1304
1304
  isSuccess: false;
1305
1305
  isError: false;
1306
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1306
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1307
1307
  isSuccess: true;
1308
1308
  isFetching: false;
1309
1309
  error: undefined;
@@ -8,9 +8,11 @@
8
8
  * @license Pimcore Open Core License (POCL)
9
9
  */
10
10
  import React from 'react';
11
+ import { type ManyToOneRelationValue } from '../../../components/many-to-one-relation/many-to-one-relation';
11
12
  interface SendNotificationModalProps {
12
13
  open: boolean;
13
14
  onClose: () => void;
15
+ initialAttachment?: ManyToOneRelationValue;
14
16
  }
15
- export declare const SendNotificationModal: ({ open, ...props }: SendNotificationModalProps) => React.JSX.Element;
17
+ export declare const SendNotificationModal: ({ open, initialAttachment, ...props }: SendNotificationModalProps) => React.JSX.Element;
16
18
  export {};
@@ -34,6 +34,7 @@ export declare enum NavPermission {
34
34
  DocumentTypes = "experienceEcommerce.documentTypes",
35
35
  WebsiteSettings = "experienceEcommerce.websiteSettings",
36
36
  Redirects = "experienceEcommerce.redirects",
37
+ RobotsTxt = "experienceEcommerce.robotsTxt",
37
38
  TranslationsHidden = "translations.hidden",
38
39
  Translations = "translations.translations",
39
40
  Appearance = "system.appearanceBranding",
@@ -237,7 +237,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
237
237
  isFetching: false;
238
238
  isSuccess: false;
239
239
  isError: false;
240
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
240
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
241
241
  isSuccess: true;
242
242
  isFetching: false;
243
243
  error: undefined;
@@ -330,7 +330,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
330
330
  isFetching: false;
331
331
  isSuccess: false;
332
332
  isError: false;
333
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
333
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
334
334
  isSuccess: true;
335
335
  isFetching: false;
336
336
  error: undefined;
@@ -421,7 +421,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
421
421
  isFetching: false;
422
422
  isSuccess: false;
423
423
  isError: false;
424
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
424
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
425
425
  isSuccess: true;
426
426
  isFetching: false;
427
427
  error: undefined;
@@ -453,7 +453,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
453
453
  isError: false;
454
454
  }, "error">>)> & {
455
455
  status: import("@reduxjs/toolkit/query").QueryStatus;
456
- }>(arg: import("./perspectives-slice.gen").PerspectiveGetConfigByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
456
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./perspectives-slice.gen").PerspectiveGetConfigByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
457
457
  skip?: boolean;
458
458
  refetchOnMountOrArgChange?: boolean | number;
459
459
  } & {
@@ -514,7 +514,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
514
514
  isFetching: false;
515
515
  isSuccess: false;
516
516
  isError: false;
517
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
517
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
518
518
  isSuccess: true;
519
519
  isFetching: false;
520
520
  error: undefined;
@@ -1085,7 +1085,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1085
1085
  isFetching: false;
1086
1086
  isSuccess: false;
1087
1087
  isError: false;
1088
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1088
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1089
1089
  isSuccess: true;
1090
1090
  isFetching: false;
1091
1091
  error: undefined;
@@ -1117,7 +1117,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1117
1117
  isError: false;
1118
1118
  }, "error">>)> & {
1119
1119
  status: import("@reduxjs/toolkit/query").QueryStatus;
1120
- }>(arg: import("./perspectives-slice.gen").PerspectiveWidgetGetConfigCollectionApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1120
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./perspectives-slice.gen").PerspectiveWidgetGetConfigCollectionApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1121
1121
  skip?: boolean;
1122
1122
  refetchOnMountOrArgChange?: boolean | number;
1123
1123
  } & {
@@ -1178,7 +1178,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1178
1178
  isFetching: false;
1179
1179
  isSuccess: false;
1180
1180
  isError: false;
1181
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1181
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1182
1182
  isSuccess: true;
1183
1183
  isFetching: false;
1184
1184
  error: undefined;
@@ -1269,7 +1269,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1269
1269
  isFetching: false;
1270
1270
  isSuccess: false;
1271
1271
  isError: false;
1272
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1272
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1273
1273
  isSuccess: true;
1274
1274
  isFetching: false;
1275
1275
  error: undefined;
@@ -1301,7 +1301,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1301
1301
  isError: false;
1302
1302
  }, "error">>)> & {
1303
1303
  status: import("@reduxjs/toolkit/query").QueryStatus;
1304
- }>(arg: import("./perspectives-slice.gen").PerspectiveWidgetGetConfigByIdApiArg | typeof import("@reduxjs/toolkit/query").skipToken, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1304
+ }>(arg: typeof import("@reduxjs/toolkit/query").skipToken | import("./perspectives-slice.gen").PerspectiveWidgetGetConfigByIdApiArg, options?: (import("@reduxjs/toolkit/query").SubscriptionOptions & {
1305
1305
  skip?: boolean;
1306
1306
  refetchOnMountOrArgChange?: boolean | number;
1307
1307
  } & {
@@ -1362,7 +1362,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1362
1362
  isFetching: false;
1363
1363
  isSuccess: false;
1364
1364
  isError: false;
1365
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1365
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1366
1366
  isSuccess: true;
1367
1367
  isFetching: false;
1368
1368
  error: undefined;
@@ -1773,7 +1773,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1773
1773
  isFetching: false;
1774
1774
  isSuccess: false;
1775
1775
  isError: false;
1776
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1776
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1777
1777
  isSuccess: true;
1778
1778
  isFetching: false;
1779
1779
  error: undefined;
@@ -1866,7 +1866,7 @@ export declare const usePerspectiveCreateMutation: <R extends Record<string, any
1866
1866
  isFetching: false;
1867
1867
  isSuccess: false;
1868
1868
  isError: false;
1869
- }, "data" | "error" | "fulfilledTimeStamp" | "isFetching" | "isSuccess" | "currentData"> & {
1869
+ }, "data" | "error" | "fulfilledTimeStamp" | "currentData" | "isFetching" | "isSuccess"> & {
1870
1870
  isSuccess: true;
1871
1871
  isFetching: false;
1872
1872
  error: undefined;