@gooddata/sdk-ui-dashboard 11.37.0-alpha.4 → 11.37.0-alpha.5

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 (260) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/index.d.ts +12 -11
  4. package/esm/index.js +10 -9
  5. package/esm/internal.d.ts +6 -6
  6. package/esm/internal.js +5 -5
  7. package/esm/model/events/base.d.ts +1 -1
  8. package/esm/model/events/index.d.ts +2 -1
  9. package/esm/model/events/parameters.d.ts +21 -0
  10. package/esm/model/events/parameters.js +19 -0
  11. package/esm/model/events/userInteraction.d.ts +1 -1
  12. package/esm/model/react/useDashboardCommand.d.ts +1 -0
  13. package/esm/model/react/useDashboardCommandProcessing.d.ts +4 -0
  14. package/esm/model/react/useDashboardUserInteraction.d.ts +1 -0
  15. package/esm/model/react/useDashboardUserInteraction.js +4 -0
  16. package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +37 -1
  17. package/esm/model/store/tabs/parameters/parametersSelectors.js +69 -13
  18. package/esm/presentation/{alerting → automations/alerting}/AlertingDialog.js +1 -1
  19. package/esm/presentation/{alerting → automations/alerting}/AlertingManagementDialog.js +1 -1
  20. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/AlertingDialogHeader.js +1 -1
  21. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/DefaultAlertingDialog.js +13 -13
  22. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.js +1 -1
  23. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/constants.js +1 -1
  24. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useAlertValidation.js +4 -4
  25. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts +1 -1
  26. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useCreateAlert.d.ts +1 -1
  27. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useCreateAlert.js +2 -2
  28. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useEditAlert.d.ts +1 -1
  29. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useEditAlert.js +12 -12
  30. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useOperators.js +1 -1
  31. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useThresholdValue.js +1 -1
  32. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useUpdateAlert.d.ts +1 -1
  33. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useUpdateAlert.js +2 -2
  34. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/cron.js +1 -1
  35. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/granularity.js +1 -0
  36. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/guards.js +1 -1
  37. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/responsive.js +1 -1
  38. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/threshold.js +1 -1
  39. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.js +5 -5
  40. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js +10 -10
  41. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js +3 -3
  42. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/Alert.js +6 -6
  43. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/AlertDropdown.js +1 -1
  44. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/AlertsList.js +1 -1
  45. package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js +3 -3
  46. package/esm/presentation/{alerting → automations/alerting}/hooks/useAlertingDialogAccessibility.js +3 -3
  47. package/esm/presentation/{alerting → automations/alerting}/hooks/useGetSupportedMeasures.js +3 -3
  48. package/esm/presentation/{alerting → automations/alerting}/types.d.ts +1 -1
  49. package/esm/presentation/automations/contexts/AutomationsContext.d.ts +9 -0
  50. package/esm/presentation/automations/contexts/AutomationsContext.js +11 -0
  51. package/esm/presentation/automations/contexts/AutomationsContext.test.d.ts +1 -0
  52. package/esm/presentation/automations/contexts/AutomationsContext.test.js +9 -0
  53. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/DefaultLoadingScheduledEmailDialog.js +1 -1
  54. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +15 -15
  55. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/AttachmentSettings.js +1 -1
  56. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.js +1 -1
  57. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/AttachmentsWrapper.js +1 -1
  58. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +1 -1
  59. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +1 -1
  60. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/EvaluationModeCheckbox/EvaluationModeCheckbox.js +1 -1
  61. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Header/ScheduleEmailDialogHeader.js +1 -1
  62. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/MessageForm/MessageForm.js +1 -1
  63. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js +1 -1
  64. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +1 -1
  65. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/SubjectForm/SubjectForm.js +1 -1
  66. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Textarea.js +1 -1
  67. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.d.ts +1 -1
  68. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.js +2 -2
  69. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +2 -2
  70. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +10 -10
  71. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts +1 -1
  72. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.js +5 -5
  73. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useScheduleValidation.js +2 -2
  74. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.d.ts +1 -1
  75. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.js +2 -2
  76. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js +3 -3
  77. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentBasic.js +9 -9
  78. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.js +10 -10
  79. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.js +3 -3
  80. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.js +5 -5
  81. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/components/ScheduledEmailsList.js +1 -1
  82. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/ScheduledEmailDialog.js +1 -1
  83. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/ScheduledEmailManagementDialog.js +1 -1
  84. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/hooks/useScheduleEmailDialogAccessibility.js +3 -3
  85. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/hooks/useWidgetAutomationFilters.d.ts +2 -2
  86. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/hooks/useWidgetAutomationFilters.js +3 -3
  87. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/types.d.ts +1 -1
  88. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/cron.js +1 -1
  89. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/date.js +1 -1
  90. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/filters.js +1 -1
  91. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/responsive.js +1 -1
  92. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/timezone.js +1 -1
  93. package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/users.js +1 -1
  94. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationAttributeFilter.js +1 -1
  95. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationDateFilter.js +4 -4
  96. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationDateFilterContext.js +1 -1
  97. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationFiltersSelect.d.ts +1 -1
  98. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationFiltersSelect.js +2 -2
  99. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationMeasureValueFilter.js +1 -1
  100. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/hooks/useAutomationVisibleFilters.js +2 -2
  101. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts +1 -1
  102. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/hooks/useDefaultSelectedFiltersForExistingAutomation.js +6 -6
  103. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/hooks/useDefaultSelectedFiltersForNewAutomation.d.ts +1 -1
  104. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/hooks/useDefaultSelectedFiltersForNewAutomation.js +3 -3
  105. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/hooks/useValidateExistingAutomationFilters.d.ts +1 -1
  106. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/hooks/useValidateExistingAutomationFilters.js +6 -6
  107. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/useAutomationFilters.d.ts +1 -1
  108. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/useAutomationFilters.js +9 -9
  109. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/useAutomationFiltersSelect.d.ts +2 -2
  110. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/useAutomationFiltersSelect.js +3 -3
  111. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/utils.d.ts +1 -1
  112. package/esm/presentation/{automationFilters → automations/shared/automationFilters}/utils.js +2 -2
  113. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.js +2 -2
  114. package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.js +4 -4
  115. package/esm/presentation/dashboard/components/DashboardRenderer.js +4 -4
  116. package/esm/presentation/dashboard/types.d.ts +2 -2
  117. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +2 -2
  118. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +3 -1
  119. package/esm/presentation/filterBar/filterBar/ResetFiltersButton.js +0 -3
  120. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +46 -18
  121. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +3 -3
  122. package/esm/presentation/widget/common/useInsightExport.js +1 -1
  123. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts +1 -1
  124. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.js +1 -1
  125. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertsList.js +2 -2
  126. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts +2 -2
  127. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts +2 -2
  128. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +14 -14
  129. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js +1 -1
  130. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts +2 -2
  131. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +4 -4
  132. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.d.ts +3 -3
  133. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js +6 -6
  134. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js +4 -4
  135. package/esm/sdk-ui-dashboard.d.ts +39 -3
  136. package/package.json +20 -20
  137. package/styles/css/filterBar.css +3 -0
  138. package/styles/css/filterBar.css.map +1 -1
  139. package/styles/css/main.css +3 -0
  140. package/styles/css/main.css.map +1 -1
  141. package/styles/scss/filterBar.scss +4 -0
  142. /package/esm/presentation/{alerting → automations/alerting}/AlertingDialog.d.ts +0 -0
  143. /package/esm/presentation/{alerting → automations/alerting}/AlertingManagementDialog.d.ts +0 -0
  144. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/AlertingDialogHeader.d.ts +0 -0
  145. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/DefaultAlertingDialog.d.ts +0 -0
  146. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts +0 -0
  147. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts +0 -0
  148. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.js +0 -0
  149. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts +0 -0
  150. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js +0 -0
  151. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts +0 -0
  152. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js +0 -0
  153. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts +0 -0
  154. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.js +0 -0
  155. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts +0 -0
  156. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.js +0 -0
  157. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts +0 -0
  158. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.js +0 -0
  159. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts +0 -0
  160. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.js +0 -0
  161. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts +0 -0
  162. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.js +0 -0
  163. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertThresholdInput.d.ts +0 -0
  164. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertThresholdInput.js +0 -0
  165. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts +0 -0
  166. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.js +0 -0
  167. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts +0 -0
  168. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.js +0 -0
  169. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/constants.d.ts +0 -0
  170. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useAlertValidation.d.ts +0 -0
  171. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.js +0 -0
  172. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useOperators.d.ts +0 -0
  173. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useSaveAlertToBackend.d.ts +0 -0
  174. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useSaveAlertToBackend.js +0 -0
  175. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/hooks/useThresholdValue.d.ts +0 -0
  176. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/messages.d.ts +0 -0
  177. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/messages.js +0 -0
  178. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/convertors.d.ts +0 -0
  179. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/convertors.js +0 -0
  180. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/cron.d.ts +0 -0
  181. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/getters.d.ts +0 -0
  182. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/getters.js +0 -0
  183. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/granularity.d.ts +0 -0
  184. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/guards.d.ts +0 -0
  185. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/items.d.ts +0 -0
  186. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/items.js +0 -0
  187. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/responsive.d.ts +0 -0
  188. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/threshold.d.ts +0 -0
  189. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/transformation.d.ts +0 -0
  190. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingDialog/utils/transformation.js +0 -0
  191. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts +0 -0
  192. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts +0 -0
  193. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts +0 -0
  194. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/Alert.d.ts +0 -0
  195. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts +0 -0
  196. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/AlertsList.d.ts +0 -0
  197. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts +0 -0
  198. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts +0 -0
  199. /package/esm/presentation/{alerting → automations/alerting}/DefaultAlertingManagementDialog/components/PauseAlertRunner.js +0 -0
  200. /package/esm/presentation/{alerting → automations/alerting}/hooks/useAlertingDialogAccessibility.d.ts +0 -0
  201. /package/esm/presentation/{alerting → automations/alerting}/hooks/useGetSupportedMeasures.d.ts +0 -0
  202. /package/esm/presentation/{alerting → automations/alerting}/types.js +0 -0
  203. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/DefaultLoadingScheduledEmailDialog.d.ts +0 -0
  204. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts +0 -0
  205. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/AttachmentSettings.d.ts +0 -0
  206. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts +0 -0
  207. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js +0 -0
  208. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.d.ts +0 -0
  209. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/AttachmentsWrapper.d.ts +0 -0
  210. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts +0 -0
  211. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.d.ts +0 -0
  212. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/SlidesTemplateSettings.js +0 -0
  213. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts +0 -0
  214. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.d.ts +0 -0
  215. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/DestinationSelect/DestinationSelect.js +0 -0
  216. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/ErrorWrapper/ErrorWrapper.d.ts +0 -0
  217. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/ErrorWrapper/ErrorWrapper.js +0 -0
  218. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/EvaluationModeCheckbox/EvaluationModeCheckbox.d.ts +0 -0
  219. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Header/ScheduleEmailDialogHeader.d.ts +0 -0
  220. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/MessageForm/MessageForm.d.ts +0 -0
  221. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.d.ts +0 -0
  222. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts +0 -0
  223. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/SubjectForm/SubjectForm.d.ts +0 -0
  224. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/components/Textarea.d.ts +0 -0
  225. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/constants.d.ts +0 -0
  226. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/constants.js +0 -0
  227. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useSaveScheduledEmailToBackend.d.ts +0 -0
  228. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useSaveScheduledEmailToBackend.js +0 -0
  229. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailDialog/hooks/useScheduleValidation.d.ts +0 -0
  230. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts +0 -0
  231. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentBasic.d.ts +0 -0
  232. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.d.ts +0 -0
  233. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.d.ts +0 -0
  234. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.d.ts +0 -0
  235. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/DefaultScheduledEmailManagementDialog/components/ScheduledEmailsList.d.ts +0 -0
  236. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/ScheduledEmailDialog.d.ts +0 -0
  237. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/ScheduledEmailManagementDialog.d.ts +0 -0
  238. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/hooks/useScheduleEmailDialogAccessibility.d.ts +0 -0
  239. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/types.js +0 -0
  240. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/cron.d.ts +0 -0
  241. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/date.d.ts +0 -0
  242. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/filters.d.ts +0 -0
  243. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/pdfPageSize.d.ts +0 -0
  244. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/pdfPageSize.js +0 -0
  245. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/responsive.d.ts +0 -0
  246. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/timezone.d.ts +0 -0
  247. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/users.d.ts +0 -0
  248. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/validate.d.ts +0 -0
  249. /package/esm/presentation/{scheduledEmail → automations/scheduledEmail}/utils/validate.js +0 -0
  250. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/ApplyLatestFiltersConfirmDialog.d.ts +0 -0
  251. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/ApplyLatestFiltersConfirmDialog.js +0 -0
  252. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationAttributeFilter.d.ts +0 -0
  253. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationAttributeFilterContext.d.ts +0 -0
  254. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationAttributeFilterContext.js +0 -0
  255. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationDateFilter.d.ts +0 -0
  256. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationDateFilterContext.d.ts +0 -0
  257. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationMeasureValueFilter.d.ts +0 -0
  258. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationMeasureValueFilterContext.d.ts +0 -0
  259. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/components/AutomationMeasureValueFilterContext.js +0 -0
  260. /package/esm/presentation/{automationFilters → automations/shared/automationFilters}/hooks/useAutomationVisibleFilters.d.ts +0 -0
@@ -2,7 +2,7 @@ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-run
2
2
  // (C) 2019-2026 GoodData Corporation
3
3
  import { useIntl } from "react-intl";
4
4
  import { ConfirmDialogBase, Overlay, OverlayController, OverlayControllerProvider, UiSkeleton, useId, } from "@gooddata/sdk-ui-kit";
5
- import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../constants/zIndex.js";
5
+ import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../../constants/zIndex.js";
6
6
  const overlayController = OverlayController.getInstance(DASHBOARD_DIALOG_OVERS_Z_INDEX);
7
7
  export function DefaultLoadingAlertingDialog({ alertToEdit, onCancel, }) {
8
8
  const intl = useIntl();
@@ -1,4 +1,4 @@
1
- // (C) 2024-2025 GoodData Corporation
1
+ // (C) 2024-2026 GoodData Corporation
2
2
  import { AI_OPERATOR, AI_OPERATORS, ARITHMETIC_OPERATORS, COMPARISON_OPERATORS, RELATIVE_OPERATORS, } from "@gooddata/sdk-ui-ext";
3
3
  import { messages } from "./messages.js";
4
4
  export const COMPARISON_OPERATOR_OPTIONS = [
@@ -1,8 +1,8 @@
1
1
  // (C) 2024-2026 GoodData Corporation
2
- import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
3
- import { selectCatalogDateDatasets } from "../../../../model/store/catalog/catalogSelectors.js";
4
- import { selectInsightByWidgetRef } from "../../../../model/store/insights/insightsSelectors.js";
5
- import { selectWidgetByRef } from "../../../../model/store/tabs/layout/layoutSelectors.js";
2
+ import { useDashboardSelector } from "../../../../../model/react/DashboardStoreProvider.js";
3
+ import { selectCatalogDateDatasets } from "../../../../../model/store/catalog/catalogSelectors.js";
4
+ import { selectInsightByWidgetRef } from "../../../../../model/store/insights/insightsSelectors.js";
5
+ import { selectWidgetByRef } from "../../../../../model/store/tabs/layout/layoutSelectors.js";
6
6
  import { getAlertMeasure } from "../utils/getters.js";
7
7
  import { getSupportedInsightMeasuresByInsight } from "../utils/items.js";
8
8
  export const useAlertValidation = (alert, isNewAlert) => {
@@ -1,5 +1,5 @@
1
1
  import { type IAttribute, type IAttributeMetadataObject, type IMeasure } from "@gooddata/sdk-model";
2
- import type { IExecutionResultEnvelope } from "../../../../model/store/executionResults/types.js";
2
+ import type { IExecutionResultEnvelope } from "../../../../../model/store/executionResults/types.js";
3
3
  export type AttributeValue = {
4
4
  title: string;
5
5
  value: string;
@@ -1,5 +1,5 @@
1
1
  import { type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition } from "@gooddata/sdk-model";
2
- import { type CommandProcessingStatus } from "../../../../model/react/useDashboardCommandProcessing.js";
2
+ import { type CommandProcessingStatus } from "../../../../../model/react/useDashboardCommandProcessing.js";
3
3
  export declare const useCreateAlert: ({ onBeforeRun, onSuccess, onError, }?: {
4
4
  onBeforeRun?: ((alertToCreate: IAutomationMetadataObjectDefinition) => void) | undefined;
5
5
  onSuccess?: ((alert: IAutomationMetadataObject) => void) | undefined;
@@ -1,7 +1,7 @@
1
1
  // (C) 2020-2026 GoodData Corporation
2
2
  import { useCallback } from "react";
3
- import { createAlert } from "../../../../model/commands/alerts.js";
4
- import { useDashboardCommandProcessing, } from "../../../../model/react/useDashboardCommandProcessing.js";
3
+ import { createAlert } from "../../../../../model/commands/alerts.js";
4
+ import { useDashboardCommandProcessing, } from "../../../../../model/react/useDashboardCommandProcessing.js";
5
5
  export const useCreateAlert = ({ onBeforeRun, onSuccess, onError, } = {}) => {
6
6
  const alertCommandProcessing = useDashboardCommandProcessing({
7
7
  commandCreator: createAlert,
@@ -1,5 +1,5 @@
1
1
  import { type FilterContextItem, type IAlertAnomalyDetectionGranularity, type IAlertAnomalyDetectionSensitivity, type IAlertComparisonOperator, type IAlertRelativeArithmeticOperator, type IAlertRelativeOperator, type IAlertTriggerInterval, type IAlertTriggerMode, type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition, type IAutomationRecipient, type IAutomationVisibleFilter, type IInsight, type INotificationChannelIdentifier, type INotificationChannelMetadataObject } from "@gooddata/sdk-model";
2
- import type { ExtendedDashboardWidget } from "../../../../model/types/layoutTypes.js";
2
+ import type { ExtendedDashboardWidget } from "../../../../../model/types/layoutTypes.js";
3
3
  import { type AlertAttribute, type AlertMetric, type AlertMetricComparatorType } from "../../types.js";
4
4
  export interface IUseEditAlertProps {
5
5
  alertToEdit?: IAutomationMetadataObject;
@@ -4,19 +4,19 @@ import { isEqual } from "lodash-es";
4
4
  import { useIntl } from "react-intl";
5
5
  import { isAutomationExternalUserRecipient, isAutomationUnknownUserRecipient, isAutomationUserRecipient, } from "@gooddata/sdk-model";
6
6
  import { fillMissingTitles } from "@gooddata/sdk-ui";
7
- import { convertCurrentUserToAutomationRecipient, convertCurrentUserToWorkspaceUser, convertExternalRecipientToAutomationRecipient, } from "../../../../_staging/automation/index.js";
8
- import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
9
- import { selectCatalogAttributes, selectCatalogDateDatasets, } from "../../../../model/store/catalog/catalogSelectors.js";
10
- import { selectEnableAlertAttributes, selectEnableAlertOncePerInterval, selectEnableComparisonInAlerting, selectEnableExternalRecipients, selectLocale, selectSeparators, selectSettings, selectTimezone, selectWeekStart, } from "../../../../model/store/config/configSelectors.js";
11
- import { selectEntitlementMinimumRecurrenceMinutes } from "../../../../model/store/entitlements/entitlementsSelectors.js";
12
- import { selectExecutionResultByRef } from "../../../../model/store/executionResults/executionResultsSelectors.js";
13
- import { selectAutomationCommonDateFilterId, selectDashboardHiddenFilters, } from "../../../../model/store/filtering/dashboardFilterSelectors.js";
14
- import { selectDashboardDescriptor, selectDashboardId } from "../../../../model/store/meta/metaSelectors.js";
15
- import { selectWidgetLocalIdToTabIdMap } from "../../../../model/store/tabs/layout/layoutSelectors.js";
16
- import { selectCurrentUser } from "../../../../model/store/user/userSelectors.js";
17
- import { selectUsers } from "../../../../model/store/users/usersSelectors.js";
18
- import { getAppliedWidgetFilters, getVisibleFiltersByFilters, resolveMvfDimensionalityLocalRefs, } from "../../../automationFilters/utils.js";
7
+ import { convertCurrentUserToAutomationRecipient, convertCurrentUserToWorkspaceUser, convertExternalRecipientToAutomationRecipient, } from "../../../../../_staging/automation/index.js";
8
+ import { useDashboardSelector } from "../../../../../model/react/DashboardStoreProvider.js";
9
+ import { selectCatalogAttributes, selectCatalogDateDatasets, } from "../../../../../model/store/catalog/catalogSelectors.js";
10
+ import { selectEnableAlertAttributes, selectEnableAlertOncePerInterval, selectEnableComparisonInAlerting, selectEnableExternalRecipients, selectLocale, selectSeparators, selectSettings, selectTimezone, selectWeekStart, } from "../../../../../model/store/config/configSelectors.js";
11
+ import { selectEntitlementMinimumRecurrenceMinutes } from "../../../../../model/store/entitlements/entitlementsSelectors.js";
12
+ import { selectExecutionResultByRef } from "../../../../../model/store/executionResults/executionResultsSelectors.js";
13
+ import { selectAutomationCommonDateFilterId, selectDashboardHiddenFilters, } from "../../../../../model/store/filtering/dashboardFilterSelectors.js";
14
+ import { selectDashboardDescriptor, selectDashboardId, } from "../../../../../model/store/meta/metaSelectors.js";
15
+ import { selectWidgetLocalIdToTabIdMap } from "../../../../../model/store/tabs/layout/layoutSelectors.js";
16
+ import { selectCurrentUser } from "../../../../../model/store/user/userSelectors.js";
17
+ import { selectUsers } from "../../../../../model/store/users/usersSelectors.js";
19
18
  import { isEmail } from "../../../scheduledEmail/utils/validate.js";
19
+ import { getAppliedWidgetFilters, getVisibleFiltersByFilters, resolveMvfDimensionalityLocalRefs, } from "../../../shared/automationFilters/utils.js";
20
20
  import { createDefaultAlert } from "../utils/convertors.js";
21
21
  import { getAlertAiOperator, getAlertAttribute, getAlertCompareOperator, getAlertComparison, getAlertGranularity, getAlertMeasure, getAlertRelativeOperator, getAlertSensitivity, getMeasureFormatsFromExecution, } from "../utils/getters.js";
22
22
  import { isAlertValueDefined } from "../utils/guards.js";
@@ -1,4 +1,4 @@
1
- // (C) 2024-2025 GoodData Corporation
1
+ // (C) 2024-2026 GoodData Corporation
2
2
  import { useMemo } from "react";
3
3
  import { AlertMetricComparatorType } from "../../types.js";
4
4
  import { ANOMALY_DETECTION_HEADER, ANOMALY_DETECTION_OPERATOR_OPTIONS, CHANGE_HEADER, COMPARISON_OPERATOR_OPTIONS, DIFFERENCE_HEADER, RELATIVE_CHANGE_OPERATOR_OPTIONS, RELATIVE_DIFFERENCE_OPERATOR_OPTIONS, SEPARATOR, } from "../constants.js";
@@ -1,4 +1,4 @@
1
- // (C) 2022-2025 GoodData Corporation
1
+ // (C) 2022-2026 GoodData Corporation
2
2
  import { useCallback, useEffect, useState } from "react";
3
3
  import { useIntl } from "react-intl";
4
4
  import { getAlertThreshold, getMeasureFormat } from "../utils/getters.js";
@@ -1,5 +1,5 @@
1
1
  import { type IAutomationMetadataObject } from "@gooddata/sdk-model";
2
- import { type CommandProcessingStatus } from "../../../../model/react/useDashboardCommandProcessing.js";
2
+ import { type CommandProcessingStatus } from "../../../../../model/react/useDashboardCommandProcessing.js";
3
3
  export declare const useUpdateAlert: ({ onBeforeRun, onSuccess, onError, }?: {
4
4
  onBeforeRun?: ((alertToSave: IAutomationMetadataObject) => void) | undefined;
5
5
  onSuccess?: ((alert: IAutomationMetadataObject) => void) | undefined;
@@ -1,7 +1,7 @@
1
1
  // (C) 2024-2026 GoodData Corporation
2
2
  import { useCallback } from "react";
3
- import { saveAlert } from "../../../../model/commands/alerts.js";
4
- import { useDashboardCommandProcessing, } from "../../../../model/react/useDashboardCommandProcessing.js";
3
+ import { saveAlert } from "../../../../../model/commands/alerts.js";
4
+ import { useDashboardCommandProcessing, } from "../../../../../model/react/useDashboardCommandProcessing.js";
5
5
  export const useUpdateAlert = ({ onBeforeRun, onSuccess, onError, } = {}) => {
6
6
  const alertCommandProcessing = useDashboardCommandProcessing({
7
7
  commandCreator: saveAlert,
@@ -1,4 +1,4 @@
1
- // (C) 2025 GoodData Corporation
1
+ // (C) 2025-2026 GoodData Corporation
2
2
  import { assertNever } from "@gooddata/sdk-model";
3
3
  export function createCronFromGranularity(granularity, weekStart) {
4
4
  switch (granularity) {
@@ -1,3 +1,4 @@
1
+ // (C) 2024-2026 GoodData Corporation
1
2
  export function translateGranularity(tran, granularity) {
2
3
  switch (granularity) {
3
4
  case "GDC.time.year":
@@ -1,4 +1,4 @@
1
- // (C) 2022-2025 GoodData Corporation
1
+ // (C) 2022-2026 GoodData Corporation
2
2
  import { ARITHMETIC_OPERATORS } from "@gooddata/sdk-ui-ext";
3
3
  /**
4
4
  * @internal
@@ -1,4 +1,4 @@
1
- // (C) 2019-2024 GoodData Corporation
1
+ // (C) 2019-2026 GoodData Corporation
2
2
  const SCREEN_BREAKPOINT_SM = 640;
3
3
  // https://github.com/gooddata/gdc-goodstrap/blob/master/src/core/MediaQueries.js#L61
4
4
  export const isMobileView = () => window.innerWidth <= SCREEN_BREAKPOINT_SM;
@@ -1,4 +1,4 @@
1
- // (C) 2025 GoodData Corporation
1
+ // (C) 2025-2026 GoodData Corporation
2
2
  import { ClientFormatterFacade } from "@gooddata/number-formatter";
3
3
  export function convertThresholdValue(value, format) {
4
4
  const decimal = ".";
@@ -3,11 +3,11 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
3
3
  import cx from "classnames";
4
4
  import { FormattedMessage, defineMessage, useIntl } from "react-intl";
5
5
  import { Button, Dialog, Hyperlink, OverlayController, OverlayControllerProvider, Typography, useId, } from "@gooddata/sdk-ui-kit";
6
- import { messages } from "../../../locales.js";
7
- import { useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
8
- import { selectIsWhiteLabeled } from "../../../model/store/config/configSelectors.js";
9
- import { selectIsAlertingDialogOpen } from "../../../model/store/ui/uiSelectors.js";
10
- import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../constants/zIndex.js";
6
+ import { messages } from "../../../../locales.js";
7
+ import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
8
+ import { selectIsWhiteLabeled } from "../../../../model/store/config/configSelectors.js";
9
+ import { selectIsAlertingDialogOpen } from "../../../../model/store/ui/uiSelectors.js";
10
+ import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../../constants/zIndex.js";
11
11
  import { isMobileView } from "../DefaultAlertingDialog/utils/responsive.js";
12
12
  import { useAlertingDialogAccessibility } from "../hooks/useAlertingDialogAccessibility.js";
13
13
  import { Alerts } from "./components/AlertsList.js";
@@ -6,16 +6,16 @@ import { FormattedMessage, defineMessage, useIntl } from "react-intl";
6
6
  import { buildDashboardUrl, useBackend, useWorkspace } from "@gooddata/sdk-ui";
7
7
  import { Automations } from "@gooddata/sdk-ui-ext";
8
8
  import { Button, ContentDivider, Dialog, Hyperlink, OverlayController, OverlayControllerProvider, Typography, UiTooltip, useId, } from "@gooddata/sdk-ui-kit";
9
- import { messages } from "../../../locales.js";
10
- import { useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
11
- import { selectEnableAccessibilityMode, selectExternalRecipient, selectIsEmbedded, selectIsWhiteLabeled, selectTimezone, } from "../../../model/store/config/configSelectors.js";
12
- import { selectInsightByWidgetRef } from "../../../model/store/insights/insightsSelectors.js";
13
- import { selectDashboardId, selectDashboardTitle } from "../../../model/store/meta/metaSelectors.js";
14
- import { selectCanCreateAutomation } from "../../../model/store/permissions/permissionsSelectors.js";
15
- import { selectWidgetByRef } from "../../../model/store/tabs/layout/layoutSelectors.js";
16
- import { selectAutomationsInvalidationId, selectIsAlertingDialogOpen, selectIsAlertingManagementDialogContext, } from "../../../model/store/ui/uiSelectors.js";
17
- import { AUTOMATIONS_COLUMN_CONFIG, AUTOMATIONS_MAX_HEIGHT } from "../../constants/automations.js";
18
- import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../constants/zIndex.js";
9
+ import { messages } from "../../../../locales.js";
10
+ import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
11
+ import { selectEnableAccessibilityMode, selectExternalRecipient, selectIsEmbedded, selectIsWhiteLabeled, selectTimezone, } from "../../../../model/store/config/configSelectors.js";
12
+ import { selectInsightByWidgetRef } from "../../../../model/store/insights/insightsSelectors.js";
13
+ import { selectDashboardId, selectDashboardTitle } from "../../../../model/store/meta/metaSelectors.js";
14
+ import { selectCanCreateAutomation } from "../../../../model/store/permissions/permissionsSelectors.js";
15
+ import { selectWidgetByRef } from "../../../../model/store/tabs/layout/layoutSelectors.js";
16
+ import { selectAutomationsInvalidationId, selectIsAlertingDialogOpen, selectIsAlertingManagementDialogContext, } from "../../../../model/store/ui/uiSelectors.js";
17
+ import { AUTOMATIONS_COLUMN_CONFIG, AUTOMATIONS_MAX_HEIGHT } from "../../../constants/automations.js";
18
+ import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../../constants/zIndex.js";
19
19
  import { ALERTING_DIALOG_ID } from "../DefaultAlertingDialog/constants.js";
20
20
  import { isMobileView } from "../DefaultAlertingDialog/utils/responsive.js";
21
21
  import { useAlertingDialogAccessibility } from "../hooks/useAlertingDialogAccessibility.js";
@@ -2,9 +2,9 @@ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-run
2
2
  // (C) 2022-2026 GoodData Corporation
3
3
  import { useCallback, useState } from "react";
4
4
  import { buildAutomationUrl, navigate, useWorkspace } from "@gooddata/sdk-ui";
5
- import { useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
6
- import { selectEnableAutomationManagement, selectExternalRecipient, selectIsEmbedded, } from "../../../model/store/config/configSelectors.js";
7
- import { selectDashboardId } from "../../../model/store/meta/metaSelectors.js";
5
+ import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
6
+ import { selectEnableAutomationManagement, selectExternalRecipient, selectIsEmbedded, } from "../../../../model/store/config/configSelectors.js";
7
+ import { selectDashboardId } from "../../../../model/store/meta/metaSelectors.js";
8
8
  import { DeleteAlertConfirmDialog } from "./components/DeleteAlertConfirmDialog.js";
9
9
  import { PauseAlertRunner } from "./components/PauseAlertRunner.js";
10
10
  import { DefaultAlertingManagementDialogContentBasic } from "./DefaultAlertingManagementDialogContentBasic.js";
@@ -6,12 +6,12 @@ import { defineMessages, useIntl } from "react-intl";
6
6
  import { isInsightWidget } from "@gooddata/sdk-model";
7
7
  import { Button, Dropdown, IconAlert, IconAlertPaused, IconEllipsis, IconWarning, SELECT_ITEM_ACTION, ShortenedText, UiListbox, bemFactory, separatorStaticItem, } from "@gooddata/sdk-ui-kit";
8
8
  import { useTheme } from "@gooddata/sdk-ui-theme-provider";
9
- import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
10
- import { selectSeparators } from "../../../../model/store/config/configSelectors.js";
11
- import { selectCanManageWorkspace } from "../../../../model/store/permissions/permissionsSelectors.js";
12
- import { selectWidgetByRef } from "../../../../model/store/tabs/layout/layoutSelectors.js";
13
- import { selectCurrentUser } from "../../../../model/store/user/userSelectors.js";
14
- import { gdColorNegative, gdColorStateBlank } from "../../../constants/colors.js";
9
+ import { useDashboardSelector } from "../../../../../model/react/DashboardStoreProvider.js";
10
+ import { selectSeparators } from "../../../../../model/store/config/configSelectors.js";
11
+ import { selectCanManageWorkspace } from "../../../../../model/store/permissions/permissionsSelectors.js";
12
+ import { selectWidgetByRef } from "../../../../../model/store/tabs/layout/layoutSelectors.js";
13
+ import { selectCurrentUser } from "../../../../../model/store/user/userSelectors.js";
14
+ import { gdColorNegative, gdColorStateBlank } from "../../../../constants/colors.js";
15
15
  import { useAlertValidation } from "../../DefaultAlertingDialog/hooks/useAlertValidation.js";
16
16
  import { getSubtitle } from "../../DefaultAlertingDialog/utils/getters.js";
17
17
  const TEXT_TOOLTIP_ALIGN_POINTS = [
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- // (C) 2020-2025 GoodData Corporation
2
+ // (C) 2020-2026 GoodData Corporation
3
3
  import { Fragment } from "react";
4
4
  import cx from "classnames";
5
5
  import { FormattedMessage, defineMessages } from "react-intl";
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- // (C) 2022-2025 GoodData Corporation
2
+ // (C) 2022-2026 GoodData Corporation
3
3
  import { useCallback, useState } from "react";
4
4
  import { FormattedMessage } from "react-intl";
5
5
  import { LoadingSpinner, useIdPrefixed, useListWithActionsKeyboardNavigation } from "@gooddata/sdk-ui-kit";
@@ -2,9 +2,9 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { FormattedMessage, useIntl } from "react-intl";
3
3
  import { convertError, useBackendStrict, useWorkspaceStrict } from "@gooddata/sdk-ui";
4
4
  import { ConfirmDialog } from "@gooddata/sdk-ui-kit";
5
- import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
6
- import { selectCanManageWorkspace } from "../../../../model/store/permissions/permissionsSelectors.js";
7
- import { selectCurrentUser } from "../../../../model/store/user/userSelectors.js";
5
+ import { useDashboardSelector } from "../../../../../model/react/DashboardStoreProvider.js";
6
+ import { selectCanManageWorkspace } from "../../../../../model/store/permissions/permissionsSelectors.js";
7
+ import { selectCurrentUser } from "../../../../../model/store/user/userSelectors.js";
8
8
  export function DeleteAlertConfirmDialog({ alert, onCancel, onSuccess, onError, }) {
9
9
  const effectiveBackend = useBackendStrict();
10
10
  const effectiveWorkspace = useWorkspaceStrict();
@@ -1,8 +1,8 @@
1
1
  // (C) 2025-2026 GoodData Corporation
2
2
  import { useMemo } from "react";
3
- import { DEFAULT_MENU_BUTTON_ID } from "../../../_staging/accessibility/elementId.js";
4
- import { useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
5
- import { selectAlertingDialogReturnFocusTo } from "../../../model/store/ui/uiSelectors.js";
3
+ import { DEFAULT_MENU_BUTTON_ID } from "../../../../_staging/accessibility/elementId.js";
4
+ import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
5
+ import { selectAlertingDialogReturnFocusTo } from "../../../../model/store/ui/uiSelectors.js";
6
6
  export const useAlertingDialogAccessibility = () => {
7
7
  const alertingDialogReturnFocusTo = useDashboardSelector(selectAlertingDialogReturnFocusTo);
8
8
  const returnFocusTo = useMemo(() => alertingDialogReturnFocusTo || DEFAULT_MENU_BUTTON_ID, [alertingDialogReturnFocusTo]);
@@ -1,9 +1,9 @@
1
1
  // (C) 2025-2026 GoodData Corporation
2
2
  import { useEffect, useMemo, useState } from "react";
3
3
  import { fillMissingTitles } from "@gooddata/sdk-ui";
4
- import { useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
5
- import { selectCatalogDateDatasets } from "../../../model/store/catalog/catalogSelectors.js";
6
- import { selectEnableComparisonInAlerting, selectLocale, } from "../../../model/store/config/configSelectors.js";
4
+ import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
5
+ import { selectCatalogDateDatasets } from "../../../../model/store/catalog/catalogSelectors.js";
6
+ import { selectEnableComparisonInAlerting, selectLocale, } from "../../../../model/store/config/configSelectors.js";
7
7
  import { getSupportedInsightMeasuresByInsight } from "../DefaultAlertingDialog/utils/items.js";
8
8
  /**
9
9
  * Hook that calculates supported alertable measures for an insight.
@@ -1,7 +1,7 @@
1
1
  import { type ComponentType } from "react";
2
2
  import { type DateAttributeGranularity, type IAttribute, type IAutomationMetadataObject, type IDataSetMetadataObject, type IInsight, type IMeasure, type INotificationChannelIdentifier, type INotificationChannelMetadataObject, type IWorkspaceUser } from "@gooddata/sdk-model";
3
3
  import { type GoodDataSdkError } from "@gooddata/sdk-ui";
4
- import type { ExtendedDashboardWidget } from "../../model/types/layoutTypes.js";
4
+ import type { ExtendedDashboardWidget } from "../../../model/types/layoutTypes.js";
5
5
  /**
6
6
  * @alpha
7
7
  */
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Main context shared across all automation dialogs.
3
+ * Shape grows incrementally as dep-cruiser migration reveals what
4
+ * data is shared across all automation dialogs.
5
+ */
6
+ export interface IAutomationsContextValue {
7
+ }
8
+ export declare const AutomationsContextProvider: import("react").Provider<IAutomationsContextValue | undefined>;
9
+ export declare function useAutomationsContext(): IAutomationsContextValue;
@@ -0,0 +1,11 @@
1
+ // (C) 2026 GoodData Corporation
2
+ import { createContext, useContext } from "react";
3
+ const AutomationsContext = createContext(undefined);
4
+ export const AutomationsContextProvider = AutomationsContext.Provider;
5
+ export function useAutomationsContext() {
6
+ const ctx = useContext(AutomationsContext);
7
+ if (!ctx) {
8
+ throw new Error("useAutomationsContext must be used within AutomationsContextProvider");
9
+ }
10
+ return ctx;
11
+ }
@@ -0,0 +1,9 @@
1
+ // (C) 2026 GoodData Corporation
2
+ import { renderHook } from "@testing-library/react";
3
+ import { describe, expect, it } from "vitest";
4
+ import { useAutomationsContext } from "./AutomationsContext.js";
5
+ describe("useAutomationsContext", () => {
6
+ it("throws when used outside provider", () => {
7
+ expect(() => renderHook(() => useAutomationsContext())).toThrow("useAutomationsContext must be used within AutomationsContextProvider");
8
+ });
9
+ });
@@ -2,7 +2,7 @@ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-run
2
2
  // (C) 2019-2026 GoodData Corporation
3
3
  import { useIntl } from "react-intl";
4
4
  import { ConfirmDialogBase, Overlay, OverlayController, OverlayControllerProvider, UiSkeleton, useId, } from "@gooddata/sdk-ui-kit";
5
- import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../constants/zIndex.js";
5
+ import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../../constants/zIndex.js";
6
6
  const overlayController = OverlayController.getInstance(DASHBOARD_DIALOG_OVERS_Z_INDEX);
7
7
  export function DefaultLoadingScheduledEmailDialog({ scheduledExportToEdit, onCancel, }) {
8
8
  const intl = useIntl();
@@ -5,21 +5,21 @@ import cx from "classnames";
5
5
  import { defineMessage, useIntl } from "react-intl";
6
6
  import { ValidationContextStore, createInvalidNode, useValidationContextValue } from "@gooddata/sdk-ui";
7
7
  import { Button, ConfirmDialogBase, ContentDivider, Hyperlink, Message, Overlay, OverlayController, OverlayControllerProvider, RecurrenceForm, ScrollablePanel, UiIcon, UiTabs, isEnterKey, useIdPrefixed, } from "@gooddata/sdk-ui-kit";
8
- import { useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
9
- import { useExportTemplates } from "../../../model/react/useExportTemplates.js";
10
- import { selectDateFormat, selectEnableAutomationManagement, selectEnableCustomizableCsvDelimiter, selectEnableNewScheduledExport, selectExternalRecipient, selectIsWhiteLabeled, selectLocale, selectSettings, selectWeekStart, } from "../../../model/store/config/configSelectors.js";
11
- import { selectIsCrossFiltering } from "../../../model/store/drill/drillSelectors.js";
12
- import { selectEntitlementMinimumRecurrenceMinutes, selectMaxAutomationRecipients, } from "../../../model/store/entitlements/entitlementsSelectors.js";
13
- import { selectDashboardTitle } from "../../../model/store/meta/metaSelectors.js";
14
- import { selectIsAutomationDialogSecondaryTitleVisible } from "../../../model/store/topBar/topBarSelectors.js";
15
- import { selectExecutionTimestamp } from "../../../model/store/ui/uiSelectors.js";
16
- import { getWidgetTitle } from "../../../model/utils/dashboardItemUtils.js";
17
- import { ApplyCurrentFiltersConfirmDialog } from "../../automationFilters/components/ApplyLatestFiltersConfirmDialog.js";
18
- import { AutomationFiltersSelect } from "../../automationFilters/components/AutomationFiltersSelect.js";
19
- import { useValidateExistingAutomationFilters } from "../../automationFilters/hooks/useValidateExistingAutomationFilters.js";
20
- import { useAutomationFiltersSelect } from "../../automationFilters/useAutomationFiltersSelect.js";
21
- import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../constants/zIndex.js";
22
- import { IntlWrapper } from "../../localization/IntlWrapper.js";
8
+ import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
9
+ import { useExportTemplates } from "../../../../model/react/useExportTemplates.js";
10
+ import { selectDateFormat, selectEnableAutomationManagement, selectEnableCustomizableCsvDelimiter, selectEnableNewScheduledExport, selectExternalRecipient, selectIsWhiteLabeled, selectLocale, selectSettings, selectWeekStart, } from "../../../../model/store/config/configSelectors.js";
11
+ import { selectIsCrossFiltering } from "../../../../model/store/drill/drillSelectors.js";
12
+ import { selectEntitlementMinimumRecurrenceMinutes, selectMaxAutomationRecipients, } from "../../../../model/store/entitlements/entitlementsSelectors.js";
13
+ import { selectDashboardTitle } from "../../../../model/store/meta/metaSelectors.js";
14
+ import { selectIsAutomationDialogSecondaryTitleVisible } from "../../../../model/store/topBar/topBarSelectors.js";
15
+ import { selectExecutionTimestamp } from "../../../../model/store/ui/uiSelectors.js";
16
+ import { getWidgetTitle } from "../../../../model/utils/dashboardItemUtils.js";
17
+ import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../../constants/zIndex.js";
18
+ import { IntlWrapper } from "../../../localization/IntlWrapper.js";
19
+ import { ApplyCurrentFiltersConfirmDialog } from "../../shared/automationFilters/components/ApplyLatestFiltersConfirmDialog.js";
20
+ import { AutomationFiltersSelect } from "../../shared/automationFilters/components/AutomationFiltersSelect.js";
21
+ import { useValidateExistingAutomationFilters } from "../../shared/automationFilters/hooks/useValidateExistingAutomationFilters.js";
22
+ import { useAutomationFiltersSelect } from "../../shared/automationFilters/useAutomationFiltersSelect.js";
23
23
  import { DeleteScheduleConfirmDialog } from "../DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.js";
24
24
  import { useScheduleEmailDialogAccessibility } from "../hooks/useScheduleEmailDialogAccessibility.js";
25
25
  import { getDefaultCronExpression } from "../utils/cron.js";
@@ -4,7 +4,7 @@ import { useId, useMemo, useState } from "react";
4
4
  import { FormattedMessage, useIntl } from "react-intl";
5
5
  import { DEFAULT_CSV_DELIMITER, getCsvDelimiterState, getCsvDelimiterValidationError, getCsvDelimiterValue, } from "@gooddata/sdk-model";
6
6
  import { Button, ContentDivider, CsvDelimiterPicker, Dropdown, DropdownButton, UiIcon, UiMenu, isEscapeKey, } from "@gooddata/sdk-ui-kit";
7
- import { AUTOMATION_ATTACHMENT_SETTINGS_DIALOG_TITLE_ID } from "../../../../constants/automations.js";
7
+ import { AUTOMATION_ATTACHMENT_SETTINGS_DIALOG_TITLE_ID } from "../../../../../constants/automations.js";
8
8
  const DROPDOWN_ALIGN_POINTS = [
9
9
  {
10
10
  align: "bc tc",
@@ -3,7 +3,7 @@ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-run
3
3
  import { useState } from "react";
4
4
  import { FormattedMessage, useIntl } from "react-intl";
5
5
  import { Button, ContentDivider, Dropdown, Message, UiIconButton, UiTooltip, isEscapeKey, } from "@gooddata/sdk-ui-kit";
6
- import { AUTOMATION_ATTACHMENTS_DIALOG_TITLE_ID } from "../../../../constants/automations.js";
6
+ import { AUTOMATION_ATTACHMENTS_DIALOG_TITLE_ID } from "../../../../../constants/automations.js";
7
7
  export const widgetAttachmentLabels = {
8
8
  PNG: _jsx(FormattedMessage, { id: "scheduledEmail.attachmentFormat.widget.png" }),
9
9
  PPTX: _jsx(FormattedMessage, { id: "scheduledEmail.attachmentFormat.widget.pptx" }),
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { FormattedMessage } from "react-intl";
3
- import { AUTOMATION_ATTACHMENTS_GROUP_LABEL_ID } from "../../../../constants/automations.js";
3
+ import { AUTOMATION_ATTACHMENTS_GROUP_LABEL_ID } from "../../../../../constants/automations.js";
4
4
  export function AttachmentsWrapper({ children }) {
5
5
  return (_jsxs("fieldset", { className: "gd-input-component gd-notifications-channels-attachments s-notifications-channels-attachments", children: [
6
6
  _jsx("div", { className: "gd-label", id: AUTOMATION_ATTACHMENTS_GROUP_LABEL_ID, children: _jsx(FormattedMessage, { id: "dialogs.schedule.email.attachments.label" }) }), children] }));
@@ -3,7 +3,7 @@ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-run
3
3
  import { useCallback, useRef, useState } from "react";
4
4
  import { FormattedMessage, useIntl } from "react-intl";
5
5
  import { Message } from "@gooddata/sdk-ui-kit";
6
- import { AUTOMATION_ATTACHMENTS_GROUP_LABEL_ID } from "../../../../constants/automations.js";
6
+ import { AUTOMATION_ATTACHMENTS_GROUP_LABEL_ID } from "../../../../../constants/automations.js";
7
7
  import { AttachmentsList } from "./AttachmentsList.js";
8
8
  import { AttachmentsSelect } from "./AttachmentsSelect.js";
9
9
  import { AttachmentsWrapper } from "./AttachmentsWrapper.js";
@@ -2,7 +2,7 @@ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-run
2
2
  // (C) 2019-2026 GoodData Corporation
3
3
  import { useCallback, useRef, useState } from "react";
4
4
  import { useIntl } from "react-intl";
5
- import { AUTOMATION_ATTACHMENTS_GROUP_LABEL_ID } from "../../../../constants/automations.js";
5
+ import { AUTOMATION_ATTACHMENTS_GROUP_LABEL_ID } from "../../../../../constants/automations.js";
6
6
  import { AttachmentsList } from "./AttachmentsList.js";
7
7
  import { AttachmentsSelect } from "./AttachmentsSelect.js";
8
8
  import { AttachmentsWrapper } from "./AttachmentsWrapper.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- // (C) 2025 GoodData Corporation
2
+ // (C) 2025-2026 GoodData Corporation
3
3
  import { useIntl } from "react-intl";
4
4
  import { Checkbox, UiIcon, UiTooltip } from "@gooddata/sdk-ui-kit";
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- // (C) 2025 GoodData Corporation
2
+ // (C) 2025-2026 GoodData Corporation
3
3
  import { forwardRef, useCallback, } from "react";
4
4
  import cx from "classnames";
5
5
  import { useIntl } from "react-intl";
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- // (C) 2025 GoodData Corporation
2
+ // (C) 2025-2026 GoodData Corporation
3
3
  import { useCallback, useRef } from "react";
4
4
  import { useIntl } from "react-intl";
5
5
  import { ValidationContextStore, createInvalidDatapoint, createInvalidNode, useValidationContextValue, } from "@gooddata/sdk-ui";
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  // (C) 2019-2026 GoodData Corporation
3
3
  import { useCallback, useMemo, useState } from "react";
4
4
  import { sortBy } from "lodash-es";
5
- import { convertUserToAutomationRecipient } from "../../../../../_staging/automation/index.js";
5
+ import { convertUserToAutomationRecipient } from "../../../../../../_staging/automation/index.js";
6
6
  import { createUser, matchUser } from "../../../utils/users.js";
7
7
  import { isEmail } from "../../../utils/validate.js";
8
8
  import { RecipientsSelectRenderer } from "./RecipientsSelectRenderer.js";
@@ -8,7 +8,7 @@ import ReactSelect, { components as ReactSelectComponents, } from "react-select"
8
8
  import { isAutomationUserRecipient, } from "@gooddata/sdk-model";
9
9
  import { ValidationContextStore, createInvalidDatapoint, createInvalidNode, useValidationContextValue, } from "@gooddata/sdk-ui";
10
10
  import { LoadingMask, Message, Overlay, OverlayController, OverlayControllerProvider, UiIcon, UiTooltip, isEscapeKey, makeKeyboardNavigation, } from "@gooddata/sdk-ui-kit";
11
- import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../../../constants/zIndex.js";
11
+ import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../../../../constants/zIndex.js";
12
12
  import { matchRecipient } from "../../../utils/users.js";
13
13
  import { isEmail } from "../../../utils/validate.js";
14
14
  const MAXIMUM_RECIPIENTS_RECEIVE = 60;
@@ -4,7 +4,7 @@ import { useCallback } from "react";
4
4
  import { useIntl } from "react-intl";
5
5
  import { ValidationContextStore, createInvalidDatapoint, createInvalidNode, useValidationContextValue, } from "@gooddata/sdk-ui";
6
6
  import { Input, useIdPrefixed } from "@gooddata/sdk-ui-kit";
7
- import { DASHBOARD_TITLE_MAX_LENGTH } from "../../../../../presentation/constants/dashboard.js";
7
+ import { DASHBOARD_TITLE_MAX_LENGTH } from "../../../../../constants/dashboard.js";
8
8
  import { ErrorWrapper } from "../ErrorWrapper/ErrorWrapper.js";
9
9
  const MAX_SUBJECT_LENGTH = 255;
10
10
  export function SubjectForm({ dashboardTitle, editedAutomation, isSubmitDisabled, onChange, onKeyDownSubmit, }) {
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- // (C) 2019-2025 GoodData Corporation
2
+ // (C) 2019-2026 GoodData Corporation
3
3
  import { forwardRef, memo, useCallback } from "react";
4
4
  import cx from "classnames";
5
5
  export const Textarea = memo(forwardRef(function Textarea({ hasError = false, hasWarning = false, maxlength, id, placeholder, value, rows, onChange, onFocus, onBlur, validationError, autocomplete, accessibilityConfig, }, ref) {
@@ -1,5 +1,5 @@
1
1
  import { type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition } from "@gooddata/sdk-model";
2
- import { type CommandProcessingStatus } from "../../../../model/react/useDashboardCommandProcessing.js";
2
+ import { type CommandProcessingStatus } from "../../../../../model/react/useDashboardCommandProcessing.js";
3
3
  export declare const useCreateScheduledEmail: ({ onBeforeRun, onSuccess, onError, }?: {
4
4
  onBeforeRun?: ((scheduledEmailToCreate: IAutomationMetadataObjectDefinition) => void) | undefined;
5
5
  onSuccess?: ((scheduledEmail: IAutomationMetadataObject) => void) | undefined;
@@ -1,7 +1,7 @@
1
1
  // (C) 2020-2026 GoodData Corporation
2
2
  import { useCallback } from "react";
3
- import { createScheduledEmail } from "../../../../model/commands/scheduledEmail.js";
4
- import { useDashboardCommandProcessing, } from "../../../../model/react/useDashboardCommandProcessing.js";
3
+ import { createScheduledEmail } from "../../../../../model/commands/scheduledEmail.js";
4
+ import { useDashboardCommandProcessing, } from "../../../../../model/react/useDashboardCommandProcessing.js";
5
5
  export const useCreateScheduledEmail = ({ onBeforeRun, onSuccess, onError, } = {}) => {
6
6
  const scheduledEmailCommandProcessing = useDashboardCommandProcessing({
7
7
  commandCreator: createScheduledEmail,
@@ -1,6 +1,6 @@
1
1
  import { type DashboardAttachmentType, type FilterContextItem, type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition, type IAutomationRecipient, type IAutomationVisibleFilter, type IExportDefinitionVisualizationObjectSettings, type IFilter, type IInsight, type INotificationChannelIdentifier, type INotificationChannelMetadataObject, type WidgetAttachmentType } from "@gooddata/sdk-model";
2
- import { type IAutomationFiltersTab } from "../../../../model/store/filtering/dashboardFilterSelectors.js";
3
- import { type ExtendedDashboardWidget } from "../../../../model/types/layoutTypes.js";
2
+ import { type IAutomationFiltersTab } from "../../../../../model/store/filtering/dashboardFilterSelectors.js";
3
+ import { type ExtendedDashboardWidget } from "../../../../../model/types/layoutTypes.js";
4
4
  export interface IUseEditScheduledEmailProps {
5
5
  scheduledExportToEdit?: IAutomationMetadataObject;
6
6
  notificationChannels: INotificationChannelIdentifier[] | INotificationChannelMetadataObject[];