@gooddata/sdk-ui-dashboard 11.42.0-alpha.3 → 11.42.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 (332) hide show
  1. package/NOTICE +748 -800
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/_staging/automation/index.d.ts +12 -1
  5. package/esm/_staging/automation/index.d.ts.map +1 -1
  6. package/esm/_staging/automation/index.js +22 -1
  7. package/esm/index.d.ts +5 -5
  8. package/esm/index.d.ts.map +1 -1
  9. package/esm/index.js +4 -4
  10. package/esm/model/commandHandlers/parameters/changeParameterValuesHandler.d.ts.map +1 -1
  11. package/esm/model/commandHandlers/parameters/changeParameterValuesHandler.js +4 -1
  12. package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts +12 -0
  13. package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts.map +1 -0
  14. package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.js +26 -0
  15. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
  16. package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +12 -1
  17. package/esm/model/commands/parameters.d.ts +6 -1
  18. package/esm/model/commands/parameters.d.ts.map +1 -1
  19. package/esm/model/commands/parameters.js +2 -1
  20. package/esm/model/store/tabs/parameters/parametersReducers.d.ts +4 -0
  21. package/esm/model/store/tabs/parameters/parametersReducers.d.ts.map +1 -1
  22. package/esm/model/store/tabs/parameters/parametersReducers.js +6 -6
  23. package/esm/presentation/automations/_staging/alerting/AlertingDialog.d.ts.map +1 -0
  24. package/esm/presentation/automations/{alerting → _staging/alerting}/AlertingDialog.js +1 -1
  25. package/esm/presentation/automations/_staging/alerting/AlertingManagementDialog.d.ts.map +1 -0
  26. package/esm/presentation/automations/{alerting → _staging/alerting}/AlertingManagementDialog.js +1 -1
  27. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +1 -0
  28. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -0
  29. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/DefaultAlertingDialog.js +22 -17
  30. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts.map +1 -0
  31. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.js +1 -1
  32. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +1 -0
  33. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +1 -0
  34. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +1 -0
  35. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts.map +1 -0
  36. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +1 -0
  37. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts.map +1 -0
  38. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +1 -0
  39. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts.map +1 -0
  40. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertThresholdInput.d.ts.map +1 -0
  41. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +1 -0
  42. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +1 -0
  43. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/constants.d.ts.map +1 -0
  44. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts.map +1 -0
  45. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useAlertValidation.js +5 -5
  46. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts +1 -1
  47. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts.map +1 -0
  48. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useCreateAlert.d.ts +1 -1
  49. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useCreateAlert.d.ts.map +1 -0
  50. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useCreateAlert.js +2 -2
  51. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useEditAlert.d.ts +4 -3
  52. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -0
  53. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useEditAlert.js +18 -17
  54. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useOperators.d.ts.map +1 -0
  55. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.d.ts.map +1 -0
  56. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +1 -0
  57. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useUpdateAlert.d.ts +1 -1
  58. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useUpdateAlert.d.ts.map +1 -0
  59. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useUpdateAlert.js +2 -2
  60. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/messages.d.ts.map +1 -0
  61. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/convertors.d.ts.map +1 -0
  62. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/cron.d.ts.map +1 -0
  63. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +1 -0
  64. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/granularity.d.ts.map +1 -0
  65. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/guards.d.ts.map +1 -0
  66. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/items.d.ts.map +1 -0
  67. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/responsive.d.ts.map +1 -0
  68. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/threshold.d.ts.map +1 -0
  69. package/esm/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +1 -0
  70. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts.map +1 -0
  71. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.js +5 -5
  72. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts.map +1 -0
  73. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.js +10 -10
  74. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +1 -0
  75. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js +3 -3
  76. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/Alert.d.ts.map +1 -0
  77. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/Alert.js +6 -6
  78. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts.map +1 -0
  79. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts.map +1 -0
  80. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts.map +1 -0
  81. package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js +3 -3
  82. package/esm/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts.map +1 -0
  83. package/esm/presentation/automations/_staging/alerting/hooks/useAlertingDialogAccessibility.d.ts.map +1 -0
  84. package/esm/presentation/automations/{alerting → _staging/alerting}/hooks/useAlertingDialogAccessibility.js +3 -3
  85. package/esm/presentation/automations/_staging/alerting/hooks/useGetSupportedMeasures.d.ts.map +1 -0
  86. package/esm/presentation/automations/{alerting → _staging/alerting}/hooks/useGetSupportedMeasures.js +3 -3
  87. package/esm/presentation/automations/{alerting → _staging/alerting}/types.d.ts +1 -1
  88. package/esm/presentation/automations/_staging/alerting/types.d.ts.map +1 -0
  89. package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts +13 -6
  90. package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts.map +1 -1
  91. package/esm/presentation/automations/shared/automationFilters/automationParameters.js +27 -15
  92. package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts +8 -2
  93. package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
  94. package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.js +10 -2
  95. package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts +5 -0
  96. package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts.map +1 -1
  97. package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js +21 -4
  98. package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts.map +1 -1
  99. package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.js +2 -2
  100. package/esm/presentation/dashboard/DashboardHeader/AlertingDialogProviderNew.js +2 -2
  101. package/esm/presentation/dashboard/components/DashboardRenderer.js +2 -2
  102. package/esm/presentation/dashboard/types.d.ts +1 -1
  103. package/esm/presentation/dashboard/types.d.ts.map +1 -1
  104. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts +1 -1
  105. package/esm/presentation/dashboardContexts/DashboardComponentsContext.d.ts.map +1 -1
  106. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +4 -0
  107. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
  108. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +4 -0
  109. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +4 -0
  110. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
  111. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +4 -0
  112. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +4 -0
  113. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
  114. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +4 -0
  115. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +4 -0
  116. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
  117. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +4 -0
  118. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +4 -0
  119. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
  120. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +4 -0
  121. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +4 -0
  122. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
  123. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +4 -0
  124. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +4 -0
  125. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
  126. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +4 -0
  127. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +4 -0
  128. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
  129. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +4 -0
  130. package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +4 -0
  131. package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
  132. package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +4 -0
  133. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +4 -0
  134. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
  135. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +4 -0
  136. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +4 -0
  137. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
  138. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +4 -0
  139. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +4 -0
  140. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
  141. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +4 -0
  142. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +4 -0
  143. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
  144. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +4 -0
  145. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +4 -0
  146. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
  147. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +4 -0
  148. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +4 -0
  149. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
  150. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +4 -0
  151. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +4 -0
  152. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
  153. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +4 -0
  154. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +4 -0
  155. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
  156. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +4 -0
  157. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +4 -0
  158. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
  159. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +4 -0
  160. package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +4 -0
  161. package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
  162. package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +4 -0
  163. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +4 -0
  164. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
  165. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +4 -0
  166. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +4 -0
  167. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
  168. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +4 -0
  169. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +4 -0
  170. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
  171. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +4 -0
  172. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +4 -0
  173. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
  174. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +4 -0
  175. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +4 -0
  176. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
  177. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +4 -0
  178. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +4 -0
  179. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
  180. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +4 -0
  181. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts +1 -1
  182. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.d.ts.map +1 -1
  183. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertTitle.js +1 -1
  184. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertsList.js +1 -1
  185. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts +2 -2
  186. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/CreateAlert.d.ts.map +1 -1
  187. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts +2 -2
  188. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts.map +1 -1
  189. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +13 -13
  190. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlertConfiguration.js +1 -1
  191. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts +2 -2
  192. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map +1 -1
  193. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +3 -3
  194. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.d.ts +3 -3
  195. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useInsightWidgetAlerting.js +5 -5
  196. package/esm/presentation/widget/insight/configuration/InsightAlertsNew.js +4 -4
  197. package/esm/sdk-ui-dashboard.d.ts +10 -1
  198. package/package.json +20 -20
  199. package/styles/css/dashboard.css.map +1 -1
  200. package/styles/css/drillDialog.css.map +1 -1
  201. package/styles/css/drillSelect.css.map +1 -1
  202. package/styles/css/filterBar.css +1 -1
  203. package/styles/css/filterBar.css.map +1 -1
  204. package/styles/css/floatingToolbar.css.map +1 -1
  205. package/styles/css/kpi_alert_dialog.css.map +1 -1
  206. package/styles/css/layout.css.map +1 -1
  207. package/styles/css/main.css +1 -1
  208. package/styles/css/main.css.map +1 -1
  209. package/styles/css/notifications_channels_dialog.css.map +1 -1
  210. package/styles/css/resizing.css.map +1 -1
  211. package/styles/css/toolbar.css.map +1 -1
  212. package/styles/css/topBar.css.map +1 -1
  213. package/styles/scss/_zIndexes.scss +1 -0
  214. package/styles/scss/filterBar.scss +1 -1
  215. package/esm/presentation/automations/alerting/AlertingDialog.d.ts.map +0 -1
  216. package/esm/presentation/automations/alerting/AlertingManagementDialog.d.ts.map +0 -1
  217. package/esm/presentation/automations/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +0 -1
  218. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +0 -1
  219. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts.map +0 -1
  220. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +0 -1
  221. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts.map +0 -1
  222. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts.map +0 -1
  223. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts.map +0 -1
  224. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts.map +0 -1
  225. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts.map +0 -1
  226. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts.map +0 -1
  227. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts.map +0 -1
  228. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertThresholdInput.d.ts.map +0 -1
  229. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +0 -1
  230. package/esm/presentation/automations/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +0 -1
  231. package/esm/presentation/automations/alerting/DefaultAlertingDialog/constants.d.ts.map +0 -1
  232. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertValidation.d.ts.map +0 -1
  233. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.d.ts.map +0 -1
  234. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useCreateAlert.d.ts.map +0 -1
  235. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +0 -1
  236. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useOperators.d.ts.map +0 -1
  237. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.d.ts.map +0 -1
  238. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useThresholdValue.d.ts.map +0 -1
  239. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useUpdateAlert.d.ts.map +0 -1
  240. package/esm/presentation/automations/alerting/DefaultAlertingDialog/messages.d.ts.map +0 -1
  241. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/convertors.d.ts.map +0 -1
  242. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/cron.d.ts.map +0 -1
  243. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/getters.d.ts.map +0 -1
  244. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/granularity.d.ts.map +0 -1
  245. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/guards.d.ts.map +0 -1
  246. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/items.d.ts.map +0 -1
  247. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/responsive.d.ts.map +0 -1
  248. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/threshold.d.ts.map +0 -1
  249. package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +0 -1
  250. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts.map +0 -1
  251. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts.map +0 -1
  252. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +0 -1
  253. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/Alert.d.ts.map +0 -1
  254. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts.map +0 -1
  255. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/AlertsList.d.ts.map +0 -1
  256. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts.map +0 -1
  257. package/esm/presentation/automations/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts.map +0 -1
  258. package/esm/presentation/automations/alerting/hooks/useAlertingDialogAccessibility.d.ts.map +0 -1
  259. package/esm/presentation/automations/alerting/hooks/useGetSupportedMeasures.d.ts.map +0 -1
  260. package/esm/presentation/automations/alerting/types.d.ts.map +0 -1
  261. /package/esm/presentation/automations/{alerting → _staging/alerting}/AlertingDialog.d.ts +0 -0
  262. /package/esm/presentation/automations/{alerting → _staging/alerting}/AlertingManagementDialog.d.ts +0 -0
  263. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/AlertingDialogHeader.d.ts +0 -0
  264. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/AlertingDialogHeader.js +0 -0
  265. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/DefaultAlertingDialog.d.ts +0 -0
  266. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/DefaultLoadingAlertingDialog.d.ts +0 -0
  267. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts +0 -0
  268. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertAttributeSelect.js +0 -0
  269. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.d.ts +0 -0
  270. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.js +0 -0
  271. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.d.ts +0 -0
  272. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.js +0 -0
  273. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.d.ts +0 -0
  274. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertDeleteDialog.js +0 -0
  275. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.d.ts +0 -0
  276. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertDestinationSelect.js +0 -0
  277. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.d.ts +0 -0
  278. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertGranularitySelect.js +0 -0
  279. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.d.ts +0 -0
  280. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertMeasureSelect.js +0 -0
  281. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.d.ts +0 -0
  282. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertSensitivitySelect.js +0 -0
  283. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertThresholdInput.d.ts +0 -0
  284. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertThresholdInput.js +0 -0
  285. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts +0 -0
  286. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.js +0 -0
  287. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts +0 -0
  288. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/components/AlertTriggerModeSelect.js +0 -0
  289. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/constants.d.ts +0 -0
  290. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/constants.js +0 -0
  291. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useAlertValidation.d.ts +0 -0
  292. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.js +0 -0
  293. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useOperators.d.ts +0 -0
  294. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useOperators.js +0 -0
  295. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useSaveAlertToBackend.d.ts +0 -0
  296. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useSaveAlertToBackend.js +0 -0
  297. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useThresholdValue.d.ts +0 -0
  298. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/hooks/useThresholdValue.js +0 -0
  299. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/messages.d.ts +0 -0
  300. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/messages.js +0 -0
  301. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/convertors.d.ts +0 -0
  302. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/convertors.js +0 -0
  303. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/cron.d.ts +0 -0
  304. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/cron.js +0 -0
  305. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/getters.d.ts +0 -0
  306. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/getters.js +0 -0
  307. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/granularity.d.ts +0 -0
  308. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/granularity.js +0 -0
  309. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/guards.d.ts +0 -0
  310. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/guards.js +0 -0
  311. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/items.d.ts +0 -0
  312. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/items.js +0 -0
  313. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/responsive.d.ts +0 -0
  314. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/responsive.js +0 -0
  315. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/threshold.d.ts +0 -0
  316. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/threshold.js +0 -0
  317. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/transformation.d.ts +0 -0
  318. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingDialog/utils/transformation.js +0 -0
  319. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.d.ts +0 -0
  320. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.d.ts +0 -0
  321. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts +0 -0
  322. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/Alert.d.ts +0 -0
  323. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/AlertDropdown.d.ts +0 -0
  324. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/AlertDropdown.js +0 -0
  325. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/AlertsList.d.ts +0 -0
  326. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/AlertsList.js +0 -0
  327. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.d.ts +0 -0
  328. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/PauseAlertRunner.d.ts +0 -0
  329. /package/esm/presentation/automations/{alerting → _staging/alerting}/DefaultAlertingManagementDialog/components/PauseAlertRunner.js +0 -0
  330. /package/esm/presentation/automations/{alerting → _staging/alerting}/hooks/useAlertingDialogAccessibility.d.ts +0 -0
  331. /package/esm/presentation/automations/{alerting → _staging/alerting}/hooks/useGetSupportedMeasures.d.ts +0 -0
  332. /package/esm/presentation/automations/{alerting → _staging/alerting}/types.js +0 -0
@@ -5,20 +5,20 @@ import cx from "classnames";
5
5
  import { FormattedMessage, defineMessage, useIntl } from "react-intl";
6
6
  import { ValidationContextStore, convertError, createInvalidDatapoint, createInvalidNode, useValidationContextValue, } from "@gooddata/sdk-ui";
7
7
  import { Button, ConfirmDialogBase, ContentDivider, Hyperlink, Message, Overlay, OverlayController, OverlayControllerProvider, ScrollablePanel, UiIcon, UiIconButton, UiTooltip, useId, } from "@gooddata/sdk-ui-kit";
8
- import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
9
- import { selectEnableAlertOncePerInterval, selectEnableAnomalyDetectionAlert, selectEnableAutomationManagement, selectExternalRecipient, selectIsWhiteLabeled, selectLocale, } from "../../../../model/store/config/configSelectors.js";
10
- import { selectMaxAutomationRecipients } from "../../../../model/store/entitlements/entitlementsSelectors.js";
11
- import { selectCanUseAiAssistant } from "../../../../model/store/permissions/permissionsSelectors.js";
12
- import { selectIsAutomationDialogSecondaryTitleVisible } from "../../../../model/store/topBar/topBarSelectors.js";
13
- import { selectExecutionTimestamp } from "../../../../model/store/ui/uiSelectors.js";
14
- import { getWidgetTitle } from "../../../../model/utils/dashboardItemUtils.js";
15
- import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../../constants/zIndex.js";
16
- import { IntlWrapper } from "../../../localization/IntlWrapper.js";
17
- import { RecipientsSelect } from "../../scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js";
18
- import { ApplyCurrentFiltersConfirmDialog } from "../../shared/automationFilters/components/ApplyLatestFiltersConfirmDialog.js";
19
- import { AutomationFiltersSelect } from "../../shared/automationFilters/components/AutomationFiltersSelect.js";
20
- import { useValidateExistingAutomationFilters } from "../../shared/automationFilters/hooks/useValidateExistingAutomationFilters.js";
21
- import { useAutomationFiltersSelect } from "../../shared/automationFilters/useAutomationFiltersSelect.js";
8
+ import { useDashboardSelector } from "../../../../../model/react/DashboardStoreProvider.js";
9
+ import { selectEnableAlertOncePerInterval, selectEnableAnomalyDetectionAlert, selectEnableAutomationManagement, selectExternalRecipient, selectIsWhiteLabeled, selectLocale, } from "../../../../../model/store/config/configSelectors.js";
10
+ import { selectMaxAutomationRecipients } from "../../../../../model/store/entitlements/entitlementsSelectors.js";
11
+ import { selectCanUseAiAssistant } from "../../../../../model/store/permissions/permissionsSelectors.js";
12
+ import { selectIsAutomationDialogSecondaryTitleVisible } from "../../../../../model/store/topBar/topBarSelectors.js";
13
+ import { selectExecutionTimestamp } from "../../../../../model/store/ui/uiSelectors.js";
14
+ import { getWidgetTitle } from "../../../../../model/utils/dashboardItemUtils.js";
15
+ import { DASHBOARD_DIALOG_OVERS_Z_INDEX } from "../../../../constants/zIndex.js";
16
+ import { IntlWrapper } from "../../../../localization/IntlWrapper.js";
17
+ import { RecipientsSelect } from "../../../scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js";
18
+ import { ApplyCurrentFiltersConfirmDialog } from "../../../shared/automationFilters/components/ApplyLatestFiltersConfirmDialog.js";
19
+ import { AutomationFiltersSelect } from "../../../shared/automationFilters/components/AutomationFiltersSelect.js";
20
+ import { useValidateExistingAutomationFilters } from "../../../shared/automationFilters/hooks/useValidateExistingAutomationFilters.js";
21
+ import { useAutomationFiltersSelect } from "../../../shared/automationFilters/useAutomationFiltersSelect.js";
22
22
  import { DeleteAlertConfirmDialog } from "../DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.js";
23
23
  import { AlertingDialogHeader } from "./AlertingDialogHeader.js";
24
24
  import { AlertAttributeSelect } from "./components/AlertAttributeSelect.js";
@@ -63,7 +63,7 @@ export function AlertingDialogRenderer({ alertToEdit, users, usersError, notific
63
63
  automationToEdit: alertToEdit,
64
64
  widget,
65
65
  });
66
- const { onTitleChange, onRecipientsChange, onFiltersChange, onApplyCurrentFilters, automationParameters, availableParameters, onParameterChange, onParameterDelete, onParameterAdd, onMeasureChange, getAttributeValues, onAttributeChange, onComparisonOperatorChange, onRelativeOperatorChange, onAnomalyDetectionChange, onChange, onBlur, onComparisonTypeChange, onDestinationChange, onTriggerModeChange, onTriggerIntervalChange, selectedMeasure, canChangeMeasure, supportedMeasures, canManageAttributes, selectedAttribute, selectedValue, supportedAttributes, catalogAttributes, catalogDateDatasets, isResultLoading, selectedComparisonOperator, selectedRelativeOperator, selectedAiOperator, value, selectedComparator, selectedSensitivity, onSensitivityChange, selectedGranularity, onGranularityChange, canManageComparison, separators, defaultUser, originalAutomation, editedAutomation, allowOnlyLoggedUserRecipients, allowExternalRecipients, warningMessage, validationErrorMessage, isInvalidConnectionToInsight, isSubmitDisabled, isParentValid, thresholdErrorMessage, allowHourlyRecurrence, } = useEditAlert({
66
+ const { onTitleChange, onRecipientsChange, onFiltersChange, onApplyCurrentFilters, automationParameters, availableParameters, onParameterChange, onParameterDelete, onParameterAdd, dropStaleParameters, onMeasureChange, getAttributeValues, onAttributeChange, onComparisonOperatorChange, onRelativeOperatorChange, onAnomalyDetectionChange, onChange, onBlur, onComparisonTypeChange, onDestinationChange, onTriggerModeChange, onTriggerIntervalChange, selectedMeasure, canChangeMeasure, supportedMeasures, canManageAttributes, selectedAttribute, selectedValue, supportedAttributes, catalogAttributes, catalogDateDatasets, isResultLoading, selectedComparisonOperator, selectedRelativeOperator, selectedAiOperator, value, selectedComparator, selectedSensitivity, onSensitivityChange, selectedGranularity, onGranularityChange, canManageComparison, separators, defaultUser, originalAutomation, editedAutomation, allowOnlyLoggedUserRecipients, allowExternalRecipients, warningMessage, validationErrorMessage, isInvalidConnectionToInsight, isSubmitDisabled, isParentValid, thresholdErrorMessage, allowHourlyRecurrence, } = useEditAlert({
67
67
  insight,
68
68
  widget,
69
69
  alertToEdit,
@@ -75,7 +75,7 @@ export function AlertingDialogRenderer({ alertToEdit, users, usersError, notific
75
75
  filtersForNewAutomation,
76
76
  externalRecipientOverride,
77
77
  });
78
- const { isValid } = useValidateExistingAutomationFilters({
78
+ const { isValid, filtersAreStale = false } = useValidateExistingAutomationFilters({
79
79
  automationToEdit: alertToEdit,
80
80
  widget,
81
81
  insight,
@@ -142,7 +142,12 @@ export function AlertingDialogRenderer({ alertToEdit, users, usersError, notific
142
142
  }, [widget, intl]);
143
143
  if (isApplyCurrentFiltersDialogOpen) {
144
144
  return (_jsx(ApplyCurrentFiltersConfirmDialog, { automationType: "alert", onCancel: () => onCancel?.(), onEdit: () => {
145
- onApplyCurrentFilters();
145
+ // Repair only what is actually stale: replace filters when they are invalid, and
146
+ // drop catalog-absent parameters. A valid saved filter set survives a param-only fix.
147
+ if (filtersAreStale) {
148
+ onApplyCurrentFilters();
149
+ }
150
+ dropStaleParameters();
146
151
  setIsApplyCurrentFiltersDialogOpen(false);
147
152
  } }));
148
153
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultLoadingAlertingDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/DefaultLoadingAlertingDialog.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAGxD,wBAAgB,4BAA4B,CAAC,EACzC,WAAW,EACX,QAAQ,EACX,EAAE,IAAI,CAAC,oBAAoB,EAAE,UAAU,GAAG,aAAa,CAAC,2CAkDxD"}
@@ -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();
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertAttributeSelect.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.tsx"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EAE3B,MAAM,qBAAqB,CAAC;AAa7B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,+CAA+C,CAAC;AAGpF,MAAM,WAAW,0BAA0B;IACvC,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iBAAiB,EAAE,cAAc,GAAG,SAAS,CAAC;IAC9C,aAAa,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACzC,iBAAiB,EAAE,CAAC,SAAS,EAAE,cAAc,GAAG,SAAS,EAAE,KAAK,EAAE,cAAc,GAAG,SAAS,KAAK,IAAI,CAAC;IACtG,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,mBAAmB,EAAE,mBAAmB,EAAE,CAAC;IAC3C,kBAAkB,EAAE,CAAC,IAAI,EAAE,wBAAwB,KAAK,cAAc,EAAE,CAAC;IACzE,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AA+HD,wBAAgB,oBAAoB,CAAC,EACjC,EAAE,EACF,QAAQ,EACR,iBAAiB,EAAE,qBAAqB,EACxC,kBAAkB,EAClB,eAAe,EACf,aAAa,EACb,iBAAiB,EACjB,UAAU,EACV,iBAAiB,EACjB,mBAAmB,EACnB,SAAgB,EAChB,mBAAmB,EACtB,EAAE,0BAA0B,kDA+M5B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertComparisonOperatorSelect.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonOperatorSelect.tsx"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,sBAAsB,EAC9B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACjE,OAAO,EAGH,KAAK,mBAAmB,EAG3B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAgBlD,MAAM,WAAW,mCAAmC;IAChD,OAAO,EAAE,WAAW,GAAG,SAAS,CAAC;IACjC,2BAA2B,EAAE,OAAO,CAAC;IACrC,0BAA0B,EAAE,wBAAwB,GAAG,SAAS,CAAC;IACjE,wBAAwB,EAAE,CAAC,sBAAsB,EAAE,gCAAgC,CAAC,GAAG,SAAS,CAAC;IACjG,kBAAkB,EAAE,GAAG,OAAO,WAAW,IAAI,OAAO,YAAY,CAAC,iBAAiB,EAAE,GAAG,SAAS,CAAC;IACjG,0BAA0B,EAAE,CAAC,MAAM,EAAE,WAAW,EAAE,kBAAkB,EAAE,wBAAwB,KAAK,IAAI,CAAC;IACxG,wBAAwB,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;IACxD,wBAAwB,EAAE,CACtB,MAAM,EAAE,WAAW,EACnB,gBAAgB,EAAE,sBAAsB,EACxC,0BAA0B,EAAE,gCAAgC,KAC3D,IAAI,CAAC;IACV,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,mCAAmC,kDA6MvF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertComparisonPeriodSelect.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertComparisonPeriodSelect.tsx"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,wBAAwB,EAE7B,KAAK,yBAAyB,EACjC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAGH,KAAK,mBAAmB,EAG3B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,KAAK,WAAW,EAA8B,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAIzG,MAAM,WAAW,iCAAiC;IAC9C,KAAK,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAC7C,OAAO,EAAE,WAAW,GAAG,SAAS,CAAC;IACjC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,kBAAkB,CAAC,EAAE,yBAAyB,CAAC;IAC/C,mBAAmB,CAAC,EAAE,wBAAwB,CAAC;IAC/C,kBAAkB,EAAE,CAChB,UAAU,EAAE,yBAAyB,EACrC,WAAW,CAAC,EAAE,wBAAwB,KACrC,IAAI,CAAC;IACV,mBAAmB,EAAE,OAAO,CAAC;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wBAAgB,2BAA2B,CAAC,EACxC,KAAK,EACL,OAAO,EACP,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,EAAE,EACF,mBAAmB,EACtB,EAAE,iCAAiC,kDAsKnC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertDeleteDialog.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDeleteDialog.tsx"],"names":[],"mappings":"AAQA,wBAAgB,iBAAiB,CAAC,EAC9B,KAAK,EACL,QAAQ,EACR,QAAQ,EACX,EAAE;IACC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,IAAI,CAAC;CACxB,2CAuBA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertDestinationSelect.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertDestinationSelect.tsx"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EAC1C,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAGH,KAAK,mBAAmB,EAG3B,MAAM,sBAAsB,CAAC;AAE9B,MAAM,WAAW,4BAA4B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,EAAE,MAAM,GAAG,SAAS,CAAC;IACxC,mBAAmB,EAAE,CAAC,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;IACrD,YAAY,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IACtF,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wBAAgB,sBAAsB,CAAC,EACnC,EAAE,EACF,mBAAmB,EACnB,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACtB,EAAE,4BAA4B,2CA2E9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertGranularitySelect.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertGranularitySelect.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,iCAAiC,EAAE,MAAM,qBAAqB,CAAC;AAC7E,OAAO,EAIH,KAAK,mBAAmB,EAG3B,MAAM,sBAAsB,CAAC;AAkC9B,MAAM,WAAW,4BAA4B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,qBAAqB,EAAE,OAAO,CAAC;IAC/B,mBAAmB,EAAE,iCAAiC,GAAG,SAAS,CAAC;IACnE,mBAAmB,EAAE,CAAC,WAAW,EAAE,iCAAiC,KAAK,IAAI,CAAC;IAC9E,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wBAAgB,sBAAsB,CAAC,EACnC,EAAE,EACF,qBAAqB,EACrB,mBAA4B,EAC5B,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACtB,EAAE,4BAA4B,2CA6E9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertMeasureSelect.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertMeasureSelect.tsx"],"names":[],"mappings":"AAOA,OAAO,EAGH,KAAK,mBAAmB,EAG3B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAGlD,MAAM,WAAW,uBAAuB;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,EAAE,WAAW,GAAG,SAAS,CAAC;IACzC,eAAe,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;IAChD,QAAQ,EAAE,WAAW,EAAE,CAAC;IACxB,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAID,wBAAgB,kBAAkB,CAAC,EAC/B,EAAE,EACF,QAAQ,EACR,eAAe,EACf,eAAe,EACf,QAAQ,EACR,mBAAmB,EACnB,mBAAmB,EACtB,EAAE,uBAAuB,2CA8EzB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertSensitivitySelect.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertSensitivitySelect.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,iCAAiC,EAAE,MAAM,qBAAqB,CAAC;AAC7E,OAAO,EAIH,KAAK,mBAAmB,EAG3B,MAAM,sBAAsB,CAAC;AAsB9B,MAAM,WAAW,4BAA4B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,EAAE,iCAAiC,GAAG,SAAS,CAAC;IACnE,mBAAmB,EAAE,CAAC,WAAW,EAAE,iCAAiC,KAAK,IAAI,CAAC;IAC9E,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wBAAgB,sBAAsB,CAAC,EACnC,EAAE,EACF,mBAA8B,EAC9B,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACtB,EAAE,4BAA4B,2CAuE9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertThresholdInput.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertThresholdInput.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAMxC,UAAU,yBAAyB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC3C,MAAM,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IACtD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wBAAgB,mBAAmB,CAAC,EAChC,EAAE,EACF,KAAK,EACL,QAAQ,EACR,MAAM,EACN,MAAM,EACN,YAAY,EACf,EAAE,yBAAyB,2CAmC3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertTriggerIntervalSelect.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAIH,KAAK,mBAAmB,EAG3B,MAAM,sBAAsB,CAAC;AA8B9B,MAAM,WAAW,gCAAgC;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,uBAAuB,EAAE,qBAAqB,CAAC;IAC/C,uBAAuB,EAAE,CAAC,WAAW,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACtE,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wBAAgB,0BAA0B,CAAC,EACvC,EAAE,EACF,uBAAuB,EACvB,uBAAuB,EACvB,mBAAmB,EACnB,mBAAmB,EACtB,EAAE,gCAAgC,2CAqElC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertTriggerModeSelect.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAIH,KAAK,mBAAmB,EAG3B,MAAM,sBAAsB,CAAC;AAsB9B,MAAM,WAAW,4BAA4B;IACzC,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,EAAE,iBAAiB,CAAC;IACvC,mBAAmB,EAAE,CAAC,WAAW,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAC9D,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,0BAA0B,CAAC,EAAE,OAAO,CAAC;CACxC;AAED,wBAAgB,sBAAsB,CAAC,EACnC,EAAE,EACF,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,mBAAmB,EACnB,0BAA0B,EAC7B,EAAE,4BAA4B,2CAsE9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/constants.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAQpE,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAIrE,MAAM,MAAM,gBAAgB,CAAC,CAAC,GAAG,wBAAwB,IAAI;IACzD,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,CAAC,CAAC;IACN,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,gBAAgB,EAqBzD,CAAC;AACF,eAAO,MAAM,gCAAgC,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAgBtE,CAAC;AACF,eAAO,MAAM,oCAAoC,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAgB1E,CAAC;AACF,eAAO,MAAM,kCAAkC,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAMxE,CAAC;AAEF,eAAO,MAAM,SAAS,4BAKrB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,gBAAgB,CAAC,MAAM,CAMlD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,gBAAgB,CAAC,MAAM,CAMtD,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,gBAAgB,CAAC,MAAM,CAM7D,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,gBAAgB,CAAC,MAAM,CAK9C,CAAC;AAEF,eAAO,MAAM,oBAAoB,KAAK,CAAC;AACvC,eAAO,MAAM,8BAA8B,KAAK,CAAC;AACjD,eAAO,MAAM,sBAAsB,aAAa,CAAC;AACjD,eAAO,MAAM,kBAAkB,oBAAoB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAlertValidation.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAlertValidation.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAUrE,MAAM,MAAM,qBAAqB,GAAG,eAAe,GAAG,eAAe,CAAC;AAEtE,eAAO,MAAM,kBAAkB;;;CAgC9B,CAAC"}
@@ -1,9 +1,9 @@
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 { selectEnableComparisonInAlerting } from "../../../../../model/store/config/configSelectors.js";
5
- import { selectInsightByWidgetRef } from "../../../../../model/store/insights/insightsSelectors.js";
6
- 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 { selectEnableComparisonInAlerting } from "../../../../../../model/store/config/configSelectors.js";
5
+ import { selectInsightByWidgetRef } from "../../../../../../model/store/insights/insightsSelectors.js";
6
+ import { selectWidgetByRef } from "../../../../../../model/store/tabs/layout/layoutSelectors.js";
7
7
  import { getAlertMeasure } from "../utils/getters.js";
8
8
  import { getSupportedInsightMeasuresByInsight } from "../utils/items.js";
9
9
  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;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAttributeValuesFromExecResults.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useAttributeValuesFromExecResults.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,UAAU,EAEf,KAAK,wBAAwB,EAC7B,KAAK,QAAQ,EAGhB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,yDAAyD,CAAC;AAExG,MAAM,MAAM,cAAc,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAgB,iCAAiC,CAAC,UAAU,EAAE,wBAAwB,GAAG,SAAS;;;;EAgDjG"}
@@ -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;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useCreateAlert.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useCreateAlert.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EAC3C,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EACH,KAAK,uBAAuB,EAE/B,MAAM,gEAAgE,CAAC;AAExE,eAAO,MAAM,cAAc;;;;;;;CAsC1B,CAAC"}
@@ -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 DateAttributeGranularity, 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;
@@ -18,11 +18,12 @@ export declare function useEditAlert({ alertToEdit, notificationChannels, insigh
18
18
  onRecipientsChange: (updatedRecipients: IAutomationRecipient[]) => void;
19
19
  onFiltersChange: (filters: FilterContextItem[]) => void;
20
20
  onApplyCurrentFilters: () => void;
21
- automationParameters: import("../../../shared/automationFilters/automationParameters.js").IAutomationParameter[];
22
- availableParameters: import("../../../shared/automationFilters/automationParameters.js").IAutomationParameter[];
21
+ automationParameters: import("../../../../shared/automationFilters/automationParameters.js").IAutomationParameter[];
22
+ availableParameters: import("../../../../shared/automationFilters/automationParameters.js").IAutomationParameter[];
23
23
  onParameterChange: (ref: import("@gooddata/sdk-model").IdentifierRef, value: number) => void;
24
24
  onParameterDelete: (ref: import("@gooddata/sdk-model").IdentifierRef) => void;
25
25
  onParameterAdd: (ref: import("@gooddata/sdk-model").IdentifierRef) => void;
26
+ dropStaleParameters: () => void;
26
27
  onMeasureChange: (measure: AlertMetric) => void;
27
28
  getAttributeValues: (attr: import("@gooddata/sdk-model").IAttributeMetadataObject) => import("./useAttributeValuesFromExecResults.js").AttributeValue[];
28
29
  onAttributeChange: (attribute: AlertAttribute | undefined, value: {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useEditAlert.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useEditAlert.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,EACtB,KAAK,iCAAiC,EACtC,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,sBAAsB,EAC3B,KAAK,qBAAqB,EAC1B,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,QAAQ,EAEb,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EAI1C,MAAM,qBAAqB,CAAC;AAsC7B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AAS5F,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,WAAW,EAAE,KAAK,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AAoCvG,MAAM,WAAW,kBAAkB;IAC/B,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC,oBAAoB,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IAC9F,wBAAwB,EAAE,MAAM,CAAC;IACjC,MAAM,CAAC,EAAE,uBAAuB,CAAC;IACjC,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,uBAAuB,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAE9C,0BAA0B,EAAE,CAAC,OAAO,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;IACnE,gCAAgC,CAAC,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;IAC1E,uBAAuB,EAAE,iBAAiB,EAAE,CAAC;IAC7C,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACtC;AAED,wBAAgB,YAAY,CAAC,EACzB,WAAW,EACX,oBAAoB,EACpB,OAAO,EACP,MAAM,EACN,uBAAuB,EACvB,wBAAwB,EACxB,0BAA0B,EAC1B,gCAAgC,EAChC,uBAAuB,EACvB,yBAAyB,EAC5B,EAAE,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6nBpB"}
@@ -4,22 +4,22 @@ 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 { selectEffectiveParameterValuesForWidget } from "../../../../../model/store/tabs/parameters/parametersSelectors.js";
17
- import { selectCurrentUser } from "../../../../../model/store/user/userSelectors.js";
18
- import { selectUsers } from "../../../../../model/store/users/usersSelectors.js";
19
- import { isEmail } from "../../../scheduledEmail/utils/validate.js";
20
- import { setAlertExecutionParameters } from "../../../shared/automationFilters/automationParameters.js";
21
- import { useAutomationAlertParameters } from "../../../shared/automationFilters/useAutomationAlertParameters.js";
22
- import { getAppliedWidgetFilters, getVisibleFiltersByFilters, resolveMvfDimensionalityLocalRefs, } from "../../../shared/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 { selectEffectiveParameterValuesForWidget } from "../../../../../../model/store/tabs/parameters/parametersSelectors.js";
17
+ import { selectCurrentUser } from "../../../../../../model/store/user/userSelectors.js";
18
+ import { selectUsers } from "../../../../../../model/store/users/usersSelectors.js";
19
+ import { isEmail } from "../../../../scheduledEmail/utils/validate.js";
20
+ import { setAlertExecutionParameters } from "../../../../shared/automationFilters/automationParameters.js";
21
+ import { useAutomationAlertParameters } from "../../../../shared/automationFilters/useAutomationAlertParameters.js";
22
+ import { getAppliedWidgetFilters, getVisibleFiltersByFilters, resolveMvfDimensionalityLocalRefs, } from "../../../../shared/automationFilters/utils.js";
23
23
  import { createDefaultAlert } from "../utils/convertors.js";
24
24
  import { getAlertAiOperator, getAlertAttribute, getAlertCompareOperator, getAlertComparison, getAlertGranularity, getAlertMeasure, getAlertRelativeOperator, getAlertSensitivity, getMeasureFormatsFromExecution, } from "../utils/getters.js";
25
25
  import { isAlertValueDefined } from "../utils/guards.js";
@@ -120,7 +120,7 @@ export function useEditAlert({ alertToEdit, notificationChannels, insight, widge
120
120
  : defaultNewAlert;
121
121
  });
122
122
  const [originalAutomation] = useState(editedAutomation);
123
- const { automationParameters, availableParameters, onParameterChange, onParameterDelete, onParameterAdd, } = useAutomationAlertParameters({ editedAutomation, setEditedAutomation, widgetRef: widget?.ref });
123
+ const { automationParameters, availableParameters, onParameterChange, onParameterDelete, onParameterAdd, dropStaleParameters, } = useAutomationAlertParameters({ editedAutomation, setEditedAutomation, widgetRef: widget?.ref });
124
124
  //
125
125
  // Selected values
126
126
  //
@@ -332,6 +332,7 @@ export function useEditAlert({ alertToEdit, notificationChannels, insight, widge
332
332
  onParameterChange,
333
333
  onParameterDelete,
334
334
  onParameterAdd,
335
+ dropStaleParameters,
335
336
  onMeasureChange,
336
337
  getAttributeValues,
337
338
  onAttributeChange,
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOperators.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useOperators.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,WAAW,EAA6B,MAAM,gBAAgB,CAAC;AAY7E,wBAAgB,YAAY,CAAC,OAAO,EAAE,WAAW,GAAG,SAAS,EAAE,sBAAsB,EAAE,OAAO,wDAwB7F"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSaveAlertToBackend.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useSaveAlertToBackend.ts"],"names":[],"mappings":"AAMA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EAG3C,MAAM,qBAAqB,CAAC;AAK7B;;;;;;;;;;GAUG;AACH,wBAAgB,qBAAqB,CAAC,EAClC,eAAe,EACf,aAAa,EACb,eAAe,EACf,aAAa,EACb,cAAc,EACd,YAAY,EACZ,eAAe,EACf,aAAa,EAChB,EAAE;IACC,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAC7D,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAC7D,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACvC,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAC5D,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACtC,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAC7D,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CAC1C;;;;;;EA0DA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useThresholdValue.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useThresholdValue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,UAAU,EAAoC,MAAM,OAAO,CAAC;AAI5F,OAAO,EACH,KAAK,gCAAgC,EACrC,KAAK,sBAAsB,EAC3B,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,QAAQ,EAChB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAgCvE,wBAAgB,iBAAiB,CAC7B,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,EACpC,cAAc,EAAE,CAAC,OAAO,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,EAAE,UAAU,EAAE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,MAAM,GAAG,SAAS,EACpG,UAAU,CAAC,EAAE,OAAO,EACpB,KAAK,CAAC,EAAE,gBAAgB,EACxB,wBAAwB,GAAE;IACtB,sBAAsB,GAAG,SAAS;IAClC,gCAAgC,GAAG,SAAS;CACtB,EAC1B,eAAe,CAAC,EAAE,WAAW,EAC7B,iBAAiB,CAAC,EAAE,cAAc,EAClC,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI;;;;;EAkFhC"}
@@ -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;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useUpdateAlert.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/hooks/useUpdateAlert.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAIrE,OAAO,EACH,KAAK,uBAAuB,EAE/B,MAAM,gEAAgE,CAAC;AAExE,eAAO,MAAM,cAAc;;;;;;;CAsC1B,CAAC"}
@@ -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,
@@ -0,0 +1 @@
1
+ {"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/messages.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2InB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convertors.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/convertors.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,wBAAwB,EAG7B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,wBAAwB,EAC7B,KAAK,OAAO,EACf,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,OAAO,EAAE,KAAK,iBAAiB,EAAqC,MAAM,cAAc,CAAC;AAGzF;;GAEG;AACH,wBAAgB,kBAAkB,CAC9B,OAAO,EAAE,OAAO,EAAE,EAClB,OAAO,EAAE,WAAW,EAAE,EACtB,OAAO,EAAE,WAAW,GAAG,SAAS,EAChC,qBAAqB,EAAE,MAAM,EAC7B,WAAW,EAAE,oBAAoB,EACjC,gBAAgB,EAAE,iBAAiB,EACnC,kBAAkB,GAAE,wBAAyC,EAC7D,QAAQ,CAAC,EAAE,mBAAmB,EAC9B,oBAAoB,CAAC,EAAE,wBAAwB,EAAE,EACjD,aAAa,CAAC,EAAE,MAAM,EACtB,WAAW,CAAC,EAAE,MAAM,EACpB,UAAU,CAAC,EAAE,MAAM,EACnB,mBAAmB,CAAC,EAAE,MAAM,GAC7B,mCAAmC,GAAG,SAAS,CAmDjD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cron.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/cron.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,iCAAiC,EAAE,KAAK,SAAS,EAAe,MAAM,qBAAqB,CAAC;AAE1G,wBAAgB,yBAAyB,CACrC,WAAW,CAAC,EAAE,iCAAiC,EAC/C,SAAS,CAAC,EAAE,SAAS,GACtB,MAAM,CAuBR"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getters.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/getters.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"granularity.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/granularity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAEpE,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,EAAE,wBAAwB,GAAG,MAAM,CAoBpG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"guards.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/guards.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAG5F;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAKlE;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAKtE;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAEpE;AAED;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAE9E;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAWrE;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAEjF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"items.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/items.ts"],"names":[],"mappings":"AAEA,OAAO,EAIH,KAAK,yBAAyB,EAE9B,KAAK,iBAAiB,EAEtB,KAAK,mBAAmB,EAExB,KAAK,QAAQ,EAqBhB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,WAAW,EAA6B,MAAM,gBAAgB,CAAC;AAgElG;;;;;;GAMG;AACH,wBAAgB,oCAAoC,CAChD,OAAO,EAAE,QAAQ,GAAG,IAAI,GAAG,SAAS,EACpC,YAAY,GAAE,mBAAmB,EAAO,EACxC,mBAAmB,GAAE,OAAe,EACpC,KAAK,CAAC,EAAE,yBAAyB,GAClC,WAAW,EAAE,CAoCf;AA4BD;;;;;;GAMG;AACH,wBAAgB,sCAAsC,CAClD,OAAO,EAAE,QAAQ,GAAG,IAAI,GAAG,SAAS,EACpC,UAAU,EAAE,iBAAiB,EAAE,EAC/B,YAAY,GAAE,mBAAmB,EAAO,EACxC,KAAK,CAAC,EAAE,yBAAyB,GAClC,cAAc,EAAE,CAMlB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responsive.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/responsive.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY,eAA2D,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"threshold.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/threshold.ts"],"names":[],"mappings":"AAIA,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAoBxF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transformation.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingDialog/utils/transformation.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultAlertingManagementDialogContentBasic.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentBasic.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAuBrE,UAAU,iDAAiD;IACvD,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IACrD,MAAM,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAE,CAAC,KAAK,EAAE,yBAAyB,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpE,qBAAqB,EAAE,OAAO,CAAC;IAC/B,WAAW,EAAE,yBAAyB,EAAE,CAAC;CAC5C;AAED;;GAEG;AACH,wBAAgB,2CAA2C,CAAC,EACxD,OAAO,EACP,QAAQ,EACR,MAAM,EACN,OAAO,EACP,qBAAqB,EACrB,WAAW,EACd,EAAE,iDAAiD,2CAmEnD"}
@@ -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";
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultAlertingManagementDialogContentEnhanced.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogContentEnhanced.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AA4CrE,UAAU,oDAAoD;IAC1D,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;CACtD;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,EAC3D,KAAK,EACL,OAAO,EACP,MAAM,EACT,EAAE,oDAAoD,2CA6ItD"}
@@ -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, selectSettings, 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, selectSettings, 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";
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DefaultAlertingManagementDialogNew.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,aAAa,CAAC;AAOlE;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,EAC/C,cAAc,EACd,YAAY,EACZ,MAAM,EACN,KAAK,EACL,eAAe,EACf,aAAa,EACb,OAAO,EACP,qBAAqB,EACrB,WAAW,EACd,EAAE,8BAA8B,2CAmGhC"}
@@ -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";
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/Alert.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,yBAAyB,EAAmB,MAAM,qBAAqB,CAAC;AACtF,OAAO,EAQH,kBAAkB,EAKrB,MAAM,sBAAsB,CAAC;AAY9B,UAAU,WAAW;IACjB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,KAAK,EAAE,yBAAyB,CAAC;IACjC,aAAa,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,OAAO,kBAAkB,CAAC;IAChE,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,CAAC,CAAC,QAAQ,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC,GAAG,CAAC,MAAM,IAAI,CAAC,CAAC;IAChE,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAkBD,wBAAgB,KAAK,CAAC,EAClB,KAAK,EACL,QAAQ,EACR,MAAM,EACN,aAAa,EACb,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,MAAM,EACN,iBAAiB,EACpB,EAAE,WAAW,2CA6Jb"}
@@ -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 = [
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertDropdown.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertDropdown.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAyB1D,wBAAgB,aAAa,CAAC,EAC1B,UAAU,EACV,MAAM,EACN,OAAO,EACP,OAAO,EACP,MAAM,EACN,OAAO,EACP,QAAQ,EACR,QAAQ,EACX,EAAE,mBAAmB,2CA4DrB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertsList.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/AlertsList.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAMrE,UAAU,YAAY;IAClB,QAAQ,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IACrD,MAAM,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IACnD,OAAO,EAAE,CAAC,KAAK,EAAE,yBAAyB,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpE,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,yBAAyB,EAAE,CAAC;IACpC,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAMD,wBAAgB,MAAM,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,EAAE,YAAY,2CAkFvG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteAlertConfirmDialog.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/DeleteAlertConfirmDialog.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AACrE,OAAO,EAAE,KAAK,gBAAgB,EAAsD,MAAM,kBAAkB,CAAC;AAO7G,UAAU,8BAA8B;IACpC,KAAK,EAAE,yBAAyB,CAAC;IACjC,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;IACvD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;CAC/C;AAED,wBAAgB,wBAAwB,CAAC,EACrC,KAAK,EACL,QAAQ,EACR,SAAS,EACT,OAAO,EACV,EAAE,8BAA8B,2CAyDhC"}
@@ -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();
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PauseAlertRunner.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/automations/_staging/alerting/DefaultAlertingManagementDialog/components/PauseAlertRunner.tsx"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EAC3C,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,gBAAgB,EAAgB,MAAM,kBAAkB,CAAC;AAIvE,UAAU,sBAAsB;IAC5B,KAAK,EAAE,yBAAyB,GAAG,IAAI,CAAC;IACxC,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,CAAC,EAAE,CACR,KAAK,EAAE,yBAAyB,GAAG,mCAAmC,EACtE,KAAK,EAAE,OAAO,KACb,IAAI,CAAC;IACV,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAC/D;AAED,wBAAgB,gBAAgB,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,OAAO,EAAE,EAAE,sBAAsB,QAgD5F"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAlertingDialogAccessibility.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/_staging/alerting/hooks/useAlertingDialogAccessibility.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,8BAA8B;;CAW1C,CAAC"}
@@ -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]);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGetSupportedMeasures.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/_staging/alerting/hooks/useGetSupportedMeasures.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAUpD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAE/C;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB,kDAenC,CAAC"}