@gooddata/sdk-ui-dashboard 11.53.0-alpha.0 → 11.53.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/NOTICE +59 -9
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/index.d.ts +6 -6
  5. package/esm/index.d.ts.map +1 -1
  6. package/esm/index.js +3 -4
  7. package/esm/internal.d.ts +1 -1
  8. package/esm/internal.d.ts.map +1 -1
  9. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.d.ts.map +1 -1
  10. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js +2 -0
  11. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
  12. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +43 -8
  13. package/esm/model/react/useInitializeDashboardStore.d.ts.map +1 -1
  14. package/esm/model/react/useInitializeDashboardStore.js +11 -0
  15. package/esm/model/store/config/configReducers.d.ts +8 -0
  16. package/esm/model/store/config/configReducers.d.ts.map +1 -1
  17. package/esm/model/store/config/configReducers.js +12 -0
  18. package/esm/model/store/config/configSelectors.d.ts +12 -0
  19. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  20. package/esm/model/store/config/configSelectors.js +16 -0
  21. package/esm/model/store/config/index.d.ts +2 -0
  22. package/esm/model/store/config/index.d.ts.map +1 -1
  23. package/esm/model/store/dashboardStore.d.ts.map +1 -1
  24. package/esm/model/store/dashboardStore.js +1 -0
  25. package/esm/model/store/drill/drillReducers.d.ts.map +1 -1
  26. package/esm/model/store/drill/drillReducers.js +2 -1
  27. package/esm/model/types/commonTypes.d.ts +21 -0
  28. package/esm/model/types/commonTypes.d.ts.map +1 -1
  29. package/esm/presentation/automations/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts +1 -11
  30. package/esm/presentation/automations/alerting/DefaultAlertingDialog/AlertingDialogHeader.d.ts.map +1 -1
  31. package/esm/presentation/automations/alerting/DefaultAlertingDialog/AlertingDialogHeader.js +7 -11
  32. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts +6 -3
  33. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -1
  34. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +25 -6
  35. package/esm/presentation/automations/alerting/state/AlertingDialogStateProvider.d.ts +1 -5
  36. package/esm/presentation/automations/alerting/state/AlertingDialogStateProvider.d.ts.map +1 -1
  37. package/esm/presentation/automations/alerting/state/AlertingDialogStateProvider.js +1 -5
  38. package/esm/presentation/automations/alerting/state/useAlertFormState.d.ts +1 -1
  39. package/esm/presentation/automations/alerting/state/useAlertFormState.d.ts.map +1 -1
  40. package/esm/presentation/automations/alerting/state/useAlertFormState.js +5 -4
  41. package/esm/presentation/automations/alerting/types.d.ts +51 -15
  42. package/esm/presentation/automations/alerting/types.d.ts.map +1 -1
  43. package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts +0 -26
  44. package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts.map +1 -1
  45. package/esm/presentation/automations/contexts/AlertingDialogContext.js +0 -26
  46. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +0 -9
  47. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -1
  48. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.js +0 -9
  49. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts +23 -3
  50. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  51. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +43 -6
  52. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Header/ScheduleEmailDialogHeader.d.ts +1 -12
  53. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Header/ScheduleEmailDialogHeader.d.ts.map +1 -1
  54. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Header/ScheduleEmailDialogHeader.js +10 -14
  55. package/esm/presentation/automations/scheduledEmail/state/useScheduledEmailFormState.d.ts +1 -1
  56. package/esm/presentation/automations/scheduledEmail/state/useScheduledEmailFormState.d.ts.map +1 -1
  57. package/esm/presentation/automations/scheduledEmail/state/useScheduledEmailFormState.js +3 -2
  58. package/esm/presentation/automations/scheduledEmail/types.d.ts +55 -15
  59. package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
  60. package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts.map +1 -1
  61. package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.js +2 -2
  62. package/esm/presentation/automations/shared/filters/conversions.d.ts +6 -6
  63. package/esm/presentation/automations/shared/filters/conversions.d.ts.map +1 -1
  64. package/esm/presentation/automations/shared/filters/conversions.js +48 -30
  65. package/esm/presentation/automations/shared/filters/index.d.ts +1 -1
  66. package/esm/presentation/automations/shared/filters/index.d.ts.map +1 -1
  67. package/esm/presentation/automations/shared/filters/index.js +1 -1
  68. package/esm/presentation/automations/shared/slots/types.d.ts +58 -0
  69. package/esm/presentation/automations/shared/slots/types.d.ts.map +1 -0
  70. package/esm/presentation/automations/shared/slots/types.js +2 -0
  71. package/esm/presentation/automations/shared/utils/automationTitle.d.ts +5 -0
  72. package/esm/presentation/automations/shared/utils/automationTitle.d.ts.map +1 -0
  73. package/esm/presentation/automations/shared/utils/automationTitle.js +7 -0
  74. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.d.ts +1 -1
  75. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.d.ts.map +1 -1
  76. package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js +10 -0
  77. package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.d.ts.map +1 -1
  78. package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js +5 -2
  79. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.d.ts +2 -1
  80. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.d.ts.map +1 -1
  81. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightList.js +2 -2
  82. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.d.ts +1 -1
  83. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.d.ts.map +1 -1
  84. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListCore.js +3 -3
  85. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.d.ts +2 -1
  86. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.d.ts.map +1 -1
  87. package/esm/presentation/dashboard/DashboardSidebar/DraggableInsightList/DraggableInsightListItemWrapper.js +3 -2
  88. package/esm/presentation/dashboard/components/DashboardInner.d.ts.map +1 -1
  89. package/esm/presentation/dashboard/components/DashboardInner.js +9 -5
  90. package/esm/presentation/dashboard/components/DashboardSkeleton.d.ts +5 -0
  91. package/esm/presentation/dashboard/components/DashboardSkeleton.d.ts.map +1 -0
  92. package/esm/presentation/dashboard/components/DashboardSkeleton.js +30 -0
  93. package/esm/presentation/dragAndDrop/WrapInsightListItemWithDrag.d.ts +1 -1
  94. package/esm/presentation/dragAndDrop/WrapInsightListItemWithDrag.d.ts.map +1 -1
  95. package/esm/presentation/dragAndDrop/WrapInsightListItemWithDrag.js +3 -3
  96. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts.map +1 -1
  97. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js +9 -2
  98. package/esm/presentation/dragAndDrop/draggableWidget/DraggableInsightListItem.d.ts +1 -0
  99. package/esm/presentation/dragAndDrop/draggableWidget/DraggableInsightListItem.d.ts.map +1 -1
  100. package/esm/presentation/dragAndDrop/draggableWidget/DraggableInsightListItem.js +2 -2
  101. package/esm/presentation/dragAndDrop/types.d.ts +2 -0
  102. package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
  103. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
  104. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +15 -3
  105. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -1
  106. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +4 -3
  107. package/esm/presentation/insightList/types.d.ts +1 -0
  108. package/esm/presentation/insightList/types.d.ts.map +1 -1
  109. package/esm/presentation/topBar/buttonBar/button/cancelButton/DefaultCancelButton.d.ts +1 -1
  110. package/esm/presentation/topBar/buttonBar/button/cancelButton/DefaultCancelButton.d.ts.map +1 -1
  111. package/esm/presentation/topBar/buttonBar/button/cancelButton/DefaultCancelButton.js +3 -2
  112. package/esm/presentation/topBar/buttonBar/button/cancelButton/types.d.ts +1 -0
  113. package/esm/presentation/topBar/buttonBar/button/cancelButton/types.d.ts.map +1 -1
  114. package/esm/presentation/topBar/buttonBar/button/cancelButton/types.js +1 -1
  115. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.d.ts.map +1 -1
  116. package/esm/presentation/topBar/buttonBar/button/editButton/DefaultEditButton.js +3 -2
  117. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts +1 -1
  118. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.d.ts.map +1 -1
  119. package/esm/presentation/topBar/buttonBar/button/saveAsButton/DefaultSaveAsNewButton.js +5 -2
  120. package/esm/presentation/topBar/buttonBar/button/saveAsButton/types.d.ts +1 -0
  121. package/esm/presentation/topBar/buttonBar/button/saveAsButton/types.d.ts.map +1 -1
  122. package/esm/presentation/topBar/buttonBar/button/saveAsButton/types.js +1 -1
  123. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.d.ts.map +1 -1
  124. package/esm/presentation/topBar/buttonBar/button/saveButton/DefaultSaveButton.js +3 -1
  125. package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts.map +1 -1
  126. package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.js +3 -1
  127. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.d.ts +1 -1
  128. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.d.ts.map +1 -1
  129. package/esm/presentation/topBar/buttonBar/button/shareButton/DefaultShareButton.js +5 -2
  130. package/esm/presentation/topBar/buttonBar/button/shareButton/types.d.ts +1 -0
  131. package/esm/presentation/topBar/buttonBar/button/shareButton/types.d.ts.map +1 -1
  132. package/esm/presentation/topBar/buttonBar/button/shareButton/types.js +1 -0
  133. package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts +1 -1
  134. package/esm/presentation/topBar/menuButton/DefaultMenuButton.d.ts.map +1 -1
  135. package/esm/presentation/topBar/menuButton/DefaultMenuButton.js +7 -2
  136. package/esm/presentation/topBar/menuButton/types.d.ts +4 -0
  137. package/esm/presentation/topBar/menuButton/types.d.ts.map +1 -1
  138. package/esm/presentation/widget/common/configuration/DateDatasetDropdown.d.ts.map +1 -1
  139. package/esm/presentation/widget/common/configuration/DateDatasetDropdown.js +93 -27
  140. package/esm/presentation/widget/common/configuration/utils.d.ts +3 -0
  141. package/esm/presentation/widget/common/configuration/utils.d.ts.map +1 -1
  142. package/esm/presentation/widget/common/configuration/utils.js +14 -2
  143. package/esm/sdk-ui-dashboard.d.ts +234 -88
  144. package/package.json +21 -21
  145. package/styles/css/dashboard.css +118 -0
  146. package/styles/css/dashboard.css.map +1 -1
  147. package/styles/css/main.css +180 -44
  148. package/styles/css/main.css.map +1 -1
  149. package/styles/scss/dashboard.scss +96 -0
@@ -2,6 +2,7 @@
2
2
  import { batchActions } from "redux-batched-actions";
3
3
  import { call, put, select } from "redux-saga/effects";
4
4
  import { invariant } from "ts-invariant";
5
+ import { isUnexpectedResponseError } from "@gooddata/sdk-backend-spi";
5
6
  import { isTempFilterContext, } from "@gooddata/sdk-model";
6
7
  import { dashboardFilterContextIdentity } from "../../../_staging/dashboard/dashboardFilterContext.js";
7
8
  import { dashboardLayoutRemoveIdentity, dashboardLayoutWidgetIdentityMap, } from "../../../_staging/dashboard/dashboardLayout.js";
@@ -34,7 +35,11 @@ import { generateTabLocalIdentifier } from "../../utils/tabLocalIdentifier.js";
34
35
  import { changeRenderModeHandler } from "../renderMode/changeRenderModeHandler.js";
35
36
  import { switchDashboardTabHandler } from "../tabs/switchDashboardTabHandler.js";
36
37
  function createDashboard(ctx, saveCtx) {
37
- return ctx.backend.workspace(ctx.workspace).dashboards().createDashboard(saveCtx.dashboardToSave);
38
+ return ctx.backend
39
+ .workspace(ctx.workspace)
40
+ .dashboards()
41
+ .createDashboard(saveCtx.dashboardToSave)
42
+ .then((dashboard) => ({ dashboard, created: true }));
38
43
  }
39
44
  function updateDashboard(ctx, saveCtx) {
40
45
  const { persistedDashboard, dashboardToSave } = saveCtx;
@@ -42,7 +47,32 @@ function updateDashboard(ctx, saveCtx) {
42
47
  return ctx.backend
43
48
  .workspace(ctx.workspace)
44
49
  .dashboards()
45
- .updateDashboard(persistedDashboard, dashboardToSave);
50
+ .updateDashboard(persistedDashboard, dashboardToSave)
51
+ .then((dashboard) => ({ dashboard, created: false }));
52
+ }
53
+ function saveDashboard(ctx, saveCtx) {
54
+ const { persistedDashboard, dashboardToSave } = saveCtx;
55
+ invariant(persistedDashboard);
56
+ return ctx.backend
57
+ .workspace(ctx.workspace)
58
+ .dashboards()
59
+ .getDashboard(persistedDashboard.ref)
60
+ .then(() => {
61
+ return ctx.backend
62
+ .workspace(ctx.workspace)
63
+ .dashboards()
64
+ .updateDashboard(persistedDashboard, dashboardToSave)
65
+ .then((dashboard) => ({ dashboard, created: false }));
66
+ }, (error) => {
67
+ if (isUnexpectedResponseError(error) && error.httpStatus === 404) {
68
+ return ctx.backend
69
+ .workspace(ctx.workspace)
70
+ .dashboards()
71
+ .createDashboard(dashboardToSave)
72
+ .then((dashboard) => ({ dashboard, created: true }));
73
+ }
74
+ throw error;
75
+ });
46
76
  }
47
77
  export function getDashboardWithSharing(dashboard, sharingSupported = true, isNewDashboard) {
48
78
  let shareProp = {};
@@ -240,7 +270,7 @@ function* createDashboardSaveContext(cmd, isNewDashboard) {
240
270
  };
241
271
  }
242
272
  function* save(ctx, saveCtx, saveFn, saveActionName) {
243
- const dashboard = yield call(saveFn, ctx, saveCtx);
273
+ const { dashboard, created } = yield call(saveFn, ctx, saveCtx);
244
274
  /*
245
275
  * The crucial thing to do after the save is to update the identities of different objects that are stored
246
276
  * in the dashboard state and either:
@@ -306,7 +336,7 @@ function* save(ctx, saveCtx, saveFn, saveActionName) {
306
336
  }), tabsActions.updateWidgetIdentities(identityMapping));
307
337
  }
308
338
  actions.push(tabsActions.clearLayoutHistory());
309
- if (saveCtx.persistedDashboard === undefined) {
339
+ if (created) {
310
340
  const listedDashboard = createListedDashboard(dashboard);
311
341
  actions.push(listedDashboardsActions.addListedDashboard(listedDashboard), accessibleDashboardsActions.addAccessibleDashboard(listedDashboard));
312
342
  }
@@ -314,6 +344,7 @@ function* save(ctx, saveCtx, saveFn, saveActionName) {
314
344
  return {
315
345
  batch,
316
346
  dashboard,
347
+ created,
317
348
  };
318
349
  }
319
350
  export function* saveDashboardHandler(ctx, cmd) {
@@ -321,17 +352,21 @@ export function* saveDashboardHandler(ctx, cmd) {
321
352
  yield put(savingActions.setSavingStart());
322
353
  const persistedDashboard = yield select(selectPersistedDashboard);
323
354
  const isNewDashboard = persistedDashboard === undefined;
355
+ const isAiBuilder = ctx.config?.isAiMode;
324
356
  const saveCtx = yield call(createDashboardSaveContext, cmd, isNewDashboard);
325
357
  let result;
326
- if (isNewDashboard) {
358
+ if (isAiBuilder) {
359
+ result = (yield call(save, ctx, saveCtx, saveDashboard, "@@GDC.DASH.SAVE_BUILDED"));
360
+ }
361
+ else if (isNewDashboard) {
327
362
  result = (yield call(save, ctx, saveCtx, createDashboard, "@@GDC.DASH.SAVE_NEW"));
328
363
  }
329
364
  else {
330
365
  result = (yield call(save, ctx, saveCtx, updateDashboard, "@@GDC.DASH.SAVE_EXISTING"));
331
366
  }
332
- const { dashboard, batch } = result;
367
+ const { dashboard, batch, created } = result;
333
368
  yield put(batch);
334
- if (isNewDashboard) {
369
+ if (created) {
335
370
  /*
336
371
  * We must do this by mutating the context object, the setContext effect changes the context only
337
372
  * for the current saga and its children. See https://github.com/redux-saga/redux-saga/issues/1798#issuecomment-468054586
@@ -351,7 +386,7 @@ export function* saveDashboardHandler(ctx, cmd) {
351
386
  yield dispatchDashboardEvent(switchedEvent);
352
387
  }
353
388
  yield put(savingActions.setSavingSuccess());
354
- return dashboardSaved(ctx, dashboard, isNewDashboard, cmd.correlationId);
389
+ return dashboardSaved(ctx, dashboard, created, cmd.correlationId);
355
390
  }
356
391
  catch (e) {
357
392
  yield put(savingActions.setSavingError(e));
@@ -1 +1 @@
1
- {"version":3,"file":"useInitializeDashboardStore.d.ts","sourceRoot":"","sources":["../../../src/model/react/useInitializeDashboardStore.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,KAAK,sBAAsB,EAAwB,MAAM,4BAA4B,CAAC;AAI/F,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,YAAY,CAAC;AA6D/D;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,wEAgGvC,CAAC"}
1
+ {"version":3,"file":"useInitializeDashboardStore.d.ts","sourceRoot":"","sources":["../../../src/model/react/useInitializeDashboardStore.ts"],"names":[],"mappings":"AAsBA,OAAO,EAAE,KAAK,sBAAsB,EAAwB,MAAM,4BAA4B,CAAC;AAI/F,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,YAAY,CAAC;AA6D/D;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,wEA4GvC,CAAC"}
@@ -9,6 +9,7 @@ import { newDashboardSummaryWorkflowWorker } from "../commandHandlers/dashboard/
9
9
  import { newRenderingWorker } from "../commandHandlers/render/renderingWorker.js";
10
10
  import { InitialLoadCorrelationId, initializeDashboardWithPersistedDashboard, } from "../commands/dashboard.js";
11
11
  import { dashboardDeinitialized } from "../events/dashboard.js";
12
+ import { configActions } from "../store/config/index.js";
12
13
  import { createDashboardStore } from "../store/dashboardStore.js";
13
14
  import { getWidgetsOfType } from "../store/tabs/layout/layoutUtils.js";
14
15
  function dispatchDeinitialized(dashboardStore, initProps) {
@@ -69,6 +70,16 @@ export const useInitializeDashboardStore = (props) => {
69
70
  };
70
71
  const previousInitProps = usePrevious(currentInitProps);
71
72
  useNotifyDeinitializedOnUnmount(dashboardStore, currentInitProps);
73
+ useEffect(() => {
74
+ if (dashboardStore) {
75
+ dashboardStore.store.dispatch(configActions.setIsAiGenerating(!!props.config?.isAiGenerating));
76
+ }
77
+ }, [dashboardStore, props.config?.isAiGenerating]);
78
+ useEffect(() => {
79
+ if (dashboardStore) {
80
+ dashboardStore.store.dispatch(configActions.setIsAiMode(!!props.config?.isAiMode));
81
+ }
82
+ }, [dashboardStore, props.config?.isAiMode]);
72
83
  // eslint-disable-next-line react-hooks/exhaustive-deps
73
84
  useEffect(() => {
74
85
  if (!shallowEqualObjects(previousInitProps, currentInitProps) || !dashboardStore) {
@@ -7,6 +7,14 @@ export declare const configReducers: {
7
7
  payload: ResolvedDashboardConfig;
8
8
  type: string;
9
9
  }>;
10
+ setIsAiGenerating: ConfigReducer<{
11
+ payload: boolean;
12
+ type: string;
13
+ }>;
14
+ setIsAiMode: ConfigReducer<{
15
+ payload: boolean;
16
+ type: string;
17
+ }>;
10
18
  };
11
19
  export {};
12
20
  //# sourceMappingURL=configReducers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"configReducers.d.ts","sourceRoot":"","sources":["../../../../src/model/store/config/configReducers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAsB,MAAM,kBAAkB,CAAC;AAErF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAE1E,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,KAAK,aAAa,CAAC,CAAC,SAAS,MAAM,IAAI,WAAW,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;AAMnE,eAAO,MAAM,cAAc;;;;;CAE1B,CAAC"}
1
+ {"version":3,"file":"configReducers.d.ts","sourceRoot":"","sources":["../../../../src/model/store/config/configReducers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAsB,MAAM,kBAAkB,CAAC;AAErF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,4BAA4B,CAAC;AAE1E,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,KAAK,aAAa,CAAC,CAAC,SAAS,MAAM,IAAI,WAAW,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;AAkBnE,eAAO,MAAM,cAAc;;;;;;;;;;;;;CAI1B,CAAC"}
@@ -2,6 +2,18 @@
2
2
  const setConfig = (state, action) => {
3
3
  state.config = action.payload;
4
4
  };
5
+ const setIsAiGenerating = (state, action) => {
6
+ if (state.config) {
7
+ state.config.isAiGenerating = action.payload;
8
+ }
9
+ };
10
+ const setIsAiMode = (state, action) => {
11
+ if (state.config) {
12
+ state.config.isAiMode = action.payload;
13
+ }
14
+ };
5
15
  export const configReducers = {
6
16
  setConfig,
17
+ setIsAiGenerating,
18
+ setIsAiMode,
7
19
  };
@@ -185,6 +185,18 @@ export declare const selectAllowUnfinishedFeatures: DashboardSelector<boolean>;
185
185
  * @internal
186
186
  */
187
187
  export declare const selectAllowCreateInsightRequest: DashboardSelector<boolean>;
188
+ /**
189
+ * Returns whether the dashboard is in AI mode.
190
+ *
191
+ * @internal
192
+ */
193
+ export declare const selectIsAiMode: DashboardSelector<boolean>;
194
+ /**
195
+ * Returns whether AI generates the dashboard.
196
+ *
197
+ * @internal
198
+ */
199
+ export declare const selectIsAiGenerating: DashboardSelector<boolean>;
188
200
  /**
189
201
  * Returns whether dependent filters are enabled.
190
202
  *
@@ -1 +1 @@
1
- {"version":3,"file":"configSelectors.d.ts","sourceRoot":"","sources":["../../../../src/model/store/config/configSelectors.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"configSelectors.d.ts","sourceRoot":"","sources":["../../../../src/model/store/config/configSelectors.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,iBAAiB,EACtB,KAAK,WAAW,EAChB,KAAK,SAAS,EACd,KAAK,eAAe,EACpB,KAAK,SAAS,EAEjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,EAAE,KAAK,qCAAqC,EAAE,MAAM,0BAA0B,CAAC;AAEtF,OAAO,EACH,KAAK,qBAAqB,EAC1B,KAAK,wBAAwB,EAC7B,KAAK,uBAAuB,EAC/B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,KAAK,iBAAiB,EAAuB,MAAM,aAAa,CAAC;AAO1E;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,uBAAuB,CAOnE,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,iBAAiB,CAKvE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,SAAS,CAEtD,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,OAAO,CAElD,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,MAAM,GAAG,SAAS,CAE/D,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,WAAW,CAE1D,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,aAAa,CAE9D,CAAC;AAEH;;;;;;;;GAQG;AACH,eAAO,MAAM,8BAA8B,EAAE,iBAAiB,CAAC,wBAAwB,CAKtF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,MAAM,GAAG,SAAS,CAKnE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,MAAM,GAAG,SAAS,CAKnE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAK3E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,SAAS,CAExD,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,OAAO,CAEtD,CAAC;AAEH;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,OAAO,CAEtD,CAAC;AAEH;;;;;GAKG;AACH,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,OAAO,CAEpD,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,iBAAiB,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAKtF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,iBAAiB,CAAC,OAAO,CAE1D,CAAC;AAEH;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B,EAAE,iBAAiB,CAAC,OAAO,CAKjE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+CAA+C,EAAE,iBAAiB,CAAC,OAAO,CAKtF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,EAAE,iBAAiB,CAAC,OAAO,CAKpE,CAAC;AAMF;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,EAAE,iBAAiB,CAAC,MAAM,GAAG,SAAS,CAKlE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,EAAE,iBAAiB,CAAC,eAAe,CAKpE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,CAAC,OAAO,CAE5D,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,EAAE,iBAAiB,CAAC,OAAO,CAKnE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,0CAA0C,EAAE,iBAAiB,CAAC,OAAO,CAKjF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,EAAE,iBAAiB,CAAC,OAAO,CAGpE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,EAAE,iBAAiB,CAAC,OAAO,CAKtE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,EAAE,iBAAiB,CAAC,OAAO,CAEpD,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,iBAAiB,CAAC,OAAO,CAE1D,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,2CAA2C,EAAE,iBAAiB,CAAC,OAAO,CAAc,CAAC;AAElG;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,EAAE,iBAAiB,CAAC,OAAO,CAAc,CAAC;AAErF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,EAAE,iBAAiB,CAAC,OAAO,CAMxE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,CAAC,OAAO,CAE/D,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,iBAAiB,CAAC,OAAO,CAKjE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,EAAE,iBAAiB,CAAC,OAAO,CAKrE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,iBAAiB,CAAC,OAAO,CAGzD,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,8BAA8B,EAAE,iBAAiB,CAAC,OAAO,CAKrE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sCAAsC,EAAE,iBAAiB,CAAC,OAAO,CAK7E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,OAAO,CAErD,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,2DAA2D,EAAE,iBAAiB,CAAC,OAAO,CAG7F,CAAC;AAEP;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,EAAE,iBAAiB,CAAC,OAAO,CAKvE,CAAC;AAQF;;;;GAIG;AACH,eAAO,MAAM,4CAA4C,EAAE,iBAAiB,CACxE,qCAAqC,EAAE,CACS,CAAC;AAErD;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,iBAAiB,CAAC,OAAO,CAKjE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qCAAqC,EAAE,iBAAiB,CAAC,OAAO,CAK5E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,qBAAqB,CAKtE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,iBAAiB,CAAC,OAAO,CAKjE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,EAAE,iBAAiB,CAAC,OAAO,CAKxE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,EAAE,iBAAiB,CAAC,OAAO,CAKzE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sCAAsC,EAAE,iBAAiB,CAAC,OAAO,CAK7E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6CAA6C,EAAE,iBAAiB,CAAC,OAAO,CAKpF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,iBAAiB,CAAC,OAAO,CAKnE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,iBAAiB,CAAC,OAAO,CAK1E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6CAA6C,EAAE,iBAAiB,CAAC,OAAO,CAKpF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,8CAA8C,EAAE,iBAAiB,CAAC,OAAO,CAKrF,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,+BAA+B,EAAE,iBAAiB,CAAC,yBAAyB,CAKxF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,0CAA0C,EAAE,iBAAiB,CAAC,OAAO,CAKjF,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,+BAA+B,EAAE,iBAAiB,CAAC,OAAO,CAKtE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,uCAAuC,EAAE,iBAAiB,CAAC,OAAO,CAK9E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,EAAE,iBAAiB,CAAC,OAAO,CAKnE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mCAAmC,EAAE,iBAAiB,CAAC,OAAO,CAK1E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,EAAE,iBAAiB,CAAC,MAAM,GAAG,SAAS,CAKzE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,0CAA0C,EAAE,iBAAiB,CAAC,OAAO,CAKjF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,EAAE,iBAAiB,CAAC,OAAO,CAK3E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,EAAE,iBAAiB,CAAC,OAAO,CAKvE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oCAAoC,EAAE,iBAAiB,CAAC,OAAO,CAK3E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,iBAAiB,CAAC,OAAO,CAKjE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,EAAE,iBAAiB,CAAC,OAAO,CAKpE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gCAAgC,EAAE,iBAAiB,CAAC,MAAM,GAAG,SAAS,CAQlF,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,+BAA+B,EAAE,iBAAiB,CAAC,OAAO,CAKtE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,EAAE,iBAAiB,CAAC,OAAO,CAKlE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,+BAA+B,EAAE,iBAAiB,CAAC,OAAO,CAKtE,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB,EAAE,iBAAiB,CAAC,gBAAgB,GAAG,SAAS,CAkBjF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,EAAE,iBAAiB,CAAC,OAAO,CAKxE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wCAAwC,EAAE,iBAAiB,CAAC,OAAO,CAK/E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,mCAAmC,EAAE,iBAAiB,CAAC,OAAO,CAK1E,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6BAA6B,EAAE,iBAAiB,CAAC,OAAO,CAKpE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,gDAAgD,EAAE,iBAAiB,CAAC,OAAO,CAKvF,CAAC"}
@@ -239,6 +239,22 @@ export const selectAllowUnfinishedFeatures = createSelector(selectConfig, (state
239
239
  export const selectAllowCreateInsightRequest = createSelector(selectConfig, (state) => {
240
240
  return state.allowCreateInsightRequest ?? false;
241
241
  });
242
+ /**
243
+ * Returns whether the dashboard is in AI mode.
244
+ *
245
+ * @internal
246
+ */
247
+ export const selectIsAiMode = createSelector(selectConfig, (state) => {
248
+ return state.isAiMode ?? false;
249
+ });
250
+ /**
251
+ * Returns whether AI generates the dashboard.
252
+ *
253
+ * @internal
254
+ */
255
+ export const selectIsAiGenerating = createSelector(selectConfig, (state) => {
256
+ return state.isAiGenerating ?? false;
257
+ });
242
258
  /**
243
259
  * Returns whether dependent filters are enabled.
244
260
  *
@@ -3,5 +3,7 @@ import { type ConfigState } from "./configState.js";
3
3
  export declare const configSliceReducer: Reducer<ConfigState>;
4
4
  export declare const configActions: {
5
5
  setConfig: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../types/commonTypes.js").ResolvedDashboardConfig, "config/setConfig">;
6
+ setIsAiGenerating: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "config/setIsAiGenerating">;
7
+ setIsAiMode: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "config/setIsAiMode">;
6
8
  };
7
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/model/store/config/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,OAAO,EAAe,MAAM,kBAAkB,CAAC;AAG7D,OAAO,EAAE,KAAK,WAAW,EAAsB,MAAM,kBAAkB,CAAC;AAQxE,eAAO,MAAM,kBAAkB,EAAE,OAAO,CAAC,WAAW,CAAuB,CAAC;AAG5E,eAAO,MAAM,aAAa;;CAA6B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/model/store/config/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,OAAO,EAAe,MAAM,kBAAkB,CAAC;AAG7D,OAAO,EAAE,KAAK,WAAW,EAAsB,MAAM,kBAAkB,CAAC;AAQxE,eAAO,MAAM,kBAAkB,EAAE,OAAO,CAAC,WAAW,CAAuB,CAAC;AAG5E,eAAO,MAAM,aAAa;;;;CAA6B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dashboardStore.d.ts","sourceRoot":"","sources":["../../../src/model/store/dashboardStore.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,KAAK,OAAO,EAGf,MAAM,kBAAkB,CAAC;AAI1B,OAAyB,EAAa,KAAK,YAAY,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAMvF,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAI9F,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AA2BvE,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAE,MAAM,YAAY,CAAC;AAsEzE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;AAE3D,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,oBAAoB,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAE/C;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAE7E;;;;;;;;OAQG;IACH,qBAAqB,CAAC,EAAE,CACpB,oBAAoB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,EAC9D,sBAAsB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,KAC/D,IAAI,CAAC;CACb;AAED,MAAM,WAAW,qBAAqB;IAClC;;;;;;;;;;;OAWG;IACH,gBAAgB,EAAE,gBAAgB,CAAC;IAEnC;;;;;;;;;OASG;IACH,cAAc,CAAC,EAAE,uBAAuB,CAAC;IAEzC;;OAEG;IACH,oBAAoB,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IAEvC;;OAEG;IACH,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IAEnC;;;;;OAKG;IACH,aAAa,CAAC,EAAE,sBAAsB,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,CAAC;IAEnD;;;;;;;OAOG;IACH,iBAAiB,EAAE,CAAC,CAAC,OAAO,EAAE,gBAAgB,KAAK,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC;IAEzE;;;;;;;OAOG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAE9B;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC;AAsBD;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,KAAK,EAAE,cAAc,CAAC;IACtB,oBAAoB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAC/D,sBAAsB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjE,YAAY,EAAE,IAAI,CAAC;CACtB;AA2CD,wBAAgB,0BAA0B,CAAC,EACvC,UAAkC,EACrC,GAAE;IAAE,UAAU,CAAC,EAAE,OAAO,CAAA;CAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8B/B;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,qBAAqB,GAAG,sBAAsB,CAuF1F"}
1
+ {"version":3,"file":"dashboardStore.d.ts","sourceRoot":"","sources":["../../../src/model/store/dashboardStore.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,aAAa,EAClB,KAAK,UAAU,EACf,KAAK,OAAO,EAGf,MAAM,kBAAkB,CAAC;AAI1B,OAAyB,EAAa,KAAK,YAAY,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAMvF,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAI9F,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AA2BvE,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAE,MAAM,YAAY,CAAC;AAuEzE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC,cAAc,CAAC,CAAC;AAE3D,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,oBAAoB,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAE/C;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAE7E;;;;;;;;OAQG;IACH,qBAAqB,CAAC,EAAE,CACpB,oBAAoB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,EAC9D,sBAAsB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,KAC/D,IAAI,CAAC;CACb;AAED,MAAM,WAAW,qBAAqB;IAClC;;;;;;;;;;;OAWG;IACH,gBAAgB,EAAE,gBAAgB,CAAC;IAEnC;;;;;;;;;OASG;IACH,cAAc,CAAC,EAAE,uBAAuB,CAAC;IAEzC;;OAEG;IACH,oBAAoB,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,CAAC;IAEvC;;OAEG;IACH,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IAEnC;;;;;OAKG;IACH,aAAa,CAAC,EAAE,sBAAsB,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,CAAC;IAEnD;;;;;;;OAOG;IACH,iBAAiB,EAAE,CAAC,CAAC,OAAO,EAAE,gBAAgB,KAAK,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC;IAEzE;;;;;;;OAOG;IACH,iBAAiB,EAAE,UAAU,CAAC;IAE9B;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC;AAsBD;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,KAAK,EAAE,cAAc,CAAC;IACtB,oBAAoB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAC/D,sBAAsB,EAAE,CAAC,OAAO,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjE,YAAY,EAAE,IAAI,CAAC;CACtB;AA2CD,wBAAgB,0BAA0B,CAAC,EACvC,UAAkC,EACrC,GAAE;IAAE,UAAU,CAAC,EAAE,OAAO,CAAA;CAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8B/B;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,qBAAqB,GAAG,sBAAsB,CAuF1F"}
@@ -48,6 +48,7 @@ const nonSerializableEventsAndCommands = [
48
48
  "GDC.DASH/EVT.COMMAND.FAILED",
49
49
  "GDC.DASH/EVT.QUERY.FAILED",
50
50
  "@@GDC.DASH.SAVE_NEW",
51
+ "@@GDC.DASH.SAVE_BUILDED",
51
52
  "@@GDC.DASH.SAVE_EXISTING",
52
53
  "@@GDC.DASH.SAVE_AS",
53
54
  // Execution events have errors, execution definitions etc. in them
@@ -1 +1 @@
1
- {"version":3,"file":"drillReducers.d.ts","sourceRoot":"","sources":["../../../../src/model/store/drill/drillReducers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAsB,MAAM,kBAAkB,CAAC;AAErF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,KAAK,YAAY,CAAC,CAAC,SAAS,MAAM,IAAI,WAAW,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;AAElE,KAAK,wBAAwB,GAAG;IAAE,KAAK,EAAE,aAAa,EAAE,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAW1E,KAAK,0BAA0B,GAAG;IAAE,IAAI,EAAE,mBAAmB,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAqB/E,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAIzB,CAAC"}
1
+ {"version":3,"file":"drillReducers.d.ts","sourceRoot":"","sources":["../../../../src/model/store/drill/drillReducers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,WAAW,EAAsB,MAAM,kBAAkB,CAAC;AAGrF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD,KAAK,YAAY,CAAC,CAAC,SAAS,MAAM,IAAI,WAAW,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;AAElE,KAAK,wBAAwB,GAAG;IAAE,KAAK,EAAE,aAAa,EAAE,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAW1E,KAAK,0BAA0B,GAAG;IAAE,IAAI,EAAE,mBAAmB,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAqB/E,eAAO,MAAM,aAAa;;;;;;;;;;;;;CAIzB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  // (C) 2021-2026 GoodData Corporation
2
+ import { castDraft } from "immer";
2
3
  const setDrillableItems = (state, action) => {
3
4
  const { items, tabId } = action.payload;
4
5
  if (!state.drillableItems[tabId]) {
@@ -11,7 +12,7 @@ const crossFilterByWidget = (state, action) => {
11
12
  if (!state.crossFiltering[tabId]) {
12
13
  state.crossFiltering[tabId] = [];
13
14
  }
14
- state.crossFiltering[tabId] = [item];
15
+ state.crossFiltering[tabId] = castDraft([item]);
15
16
  };
16
17
  const resetCrossFiltering = (state, action) => {
17
18
  if (action.payload) {
@@ -251,6 +251,27 @@ export type DashboardConfig = {
251
251
  * Provide widgets overlays for dashboard
252
252
  */
253
253
  widgetsOverlay?: Record<string, IDashboardWidgetOverlay>;
254
+ /**
255
+ * @internal
256
+ * Specifies if the dashboard is in AI mode.
257
+ *
258
+ * @remarks
259
+ * AI mode is active when the dashboard is being controlled or managed by AI capabilities.
260
+ * When enabled, the dashboard may exhibit specialized behaviors, such as enabling new
261
+ * AI-driven features or disabling certain standard functions to ensure a consistent
262
+ * AI-assisted experience.
263
+ */
264
+ isAiMode?: boolean;
265
+ /**
266
+ * @internal
267
+ * Specifies if ai now generates the dashboard
268
+ *
269
+ * @remarks
270
+ * This flag indicates that an AI process has started generating the dashboard content but
271
+ * has not yet finished. It can be used to trigger loading states (like skeletons or progress
272
+ * indicators) and to allow users to cancel the generation process before it completes.
273
+ */
274
+ isAiGenerating?: boolean;
254
275
  /**
255
276
  * @internal
256
277
  * Identifier of the export
@@ -1 +1 @@
1
- {"version":3,"file":"commonTypes.d.ts","sourceRoot":"","sources":["../../../src/model/types/commonTypes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"commonTypes.d.ts","sourceRoot":"","sources":["../../../src/model/types/commonTypes.ts"],"names":[],"mappings":"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"}
@@ -1,13 +1,3 @@
1
- import { type ReactNode } from "react";
2
- interface IAlertingDialogHeaderProps {
3
- title: string;
4
- isSecondaryTitleVisible?: boolean;
5
- secondaryTitle?: string;
6
- secondaryTitleIcon: ReactNode;
7
- onChange: (value: string, isValid: boolean) => void;
8
- onCancel?: () => void;
9
- placeholder: string;
10
- }
1
+ import { type IAlertingDialogHeaderProps } from "../types.js";
11
2
  export declare const AlertingDialogHeader: import("react").ForwardRefExoticComponent<IAlertingDialogHeaderProps & import("react").RefAttributes<HTMLInputElement>>;
12
- export {};
13
3
  //# sourceMappingURL=AlertingDialogHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlertingDialogHeader.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/alerting/DefaultAlertingDialog/AlertingDialogHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAqC,KAAK,SAAS,EAA2B,MAAM,OAAO,CAAC;AAUnG,UAAU,0BAA0B;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,SAAS,CAAC;IAC9B,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,oBAAoB,yHA4I/B,CAAC"}
1
+ {"version":3,"file":"AlertingDialogHeader.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/alerting/DefaultAlertingDialog/AlertingDialogHeader.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAE9D,eAAO,MAAM,oBAAoB,yHAuI/B,CAAC"}
@@ -5,7 +5,7 @@ import cx from "classnames";
5
5
  import { useIntl } from "react-intl";
6
6
  import { createInvalidDatapoint, createInvalidNode, useValidationContextValue } from "@gooddata/sdk-ui";
7
7
  import { Bubble, BubbleHoverTrigger, Button, IconError, useIdPrefixed } from "@gooddata/sdk-ui-kit";
8
- const TITLE_MAX_LENGTH = 255;
8
+ import { MAX_AUTOMATION_TITLE_LENGTH, isAutomationTitleValid } from "../../shared/utils/automationTitle.js";
9
9
  export const AlertingDialogHeader = forwardRef((props, ref) => {
10
10
  const { title, onChange, onCancel, placeholder, isSecondaryTitleVisible, secondaryTitle, secondaryTitleIcon, } = props;
11
11
  const { formatMessage } = useIntl();
@@ -21,13 +21,10 @@ export const AlertingDialogHeader = forwardRef((props, ref) => {
21
21
  setInvalidDatapoints(() => [
22
22
  createInvalidDatapoint({
23
23
  id: errorId,
24
- message: formatMessage({ id: "dialogs.alert.error.too_long" }, { value: TITLE_MAX_LENGTH }),
24
+ message: formatMessage({ id: "dialogs.alert.error.too_long" }, { value: MAX_AUTOMATION_TITLE_LENGTH }),
25
25
  }),
26
26
  ]);
27
27
  }, [errorId, formatMessage, setInvalidDatapoints]);
28
- const isValueValid = useCallback((value) => {
29
- return value.length <= TITLE_MAX_LENGTH;
30
- }, []);
31
28
  const dialogHeaderClasses = cx("gd-notifications-channels-dialog-title", "s-gd-notifications-channels-dialog-title", {
32
29
  placeholder: title === "",
33
30
  "has-error": !isValid,
@@ -37,15 +34,14 @@ export const AlertingDialogHeader = forwardRef((props, ref) => {
37
34
  });
38
35
  const handleOnChange = useCallback((e) => {
39
36
  const { value } = e.target;
40
- const validationResult = isValueValid(value);
41
37
  if (!isValid) {
42
- setHasError(!validationResult);
38
+ setHasError(!isAutomationTitleValid(value));
43
39
  }
44
- onChange(value, validationResult);
45
- }, [isValueValid, isValid, onChange, setHasError]);
40
+ onChange(value);
41
+ }, [isValid, onChange, setHasError]);
46
42
  const handleBlur = useCallback((e) => {
47
- setHasError(!isValueValid(e.target.value));
48
- }, [isValueValid, setHasError]);
43
+ setHasError(!isAutomationTitleValid(e.target.value));
44
+ }, [setHasError]);
49
45
  return (_jsxs("div", { className: cx("gd-notifications-channels-dialog-header", {
50
46
  "gd-notifications-channels-dialog-header--large": isSecondaryTitleVisible,
51
47
  }), children: [
@@ -1,5 +1,5 @@
1
- import { type IAlertingDialogProps } from "../types.js";
2
- export declare function AlertingDialogRenderer({ onCancel, onDeleteSuccess, onDeleteError, onError, onSuccess, onSaveError, onSaveSuccess, topContent, bottomContent }: IAlertingDialogProps): import("react/jsx-runtime").JSX.Element;
1
+ import { type IDefaultAlertingDialogProps } from "../types.js";
2
+ export declare function AlertingDialogRenderer({ onCancel, onDeleteSuccess, onDeleteError, onError, onSuccess, onSaveError, onSaveSuccess, slots }: IDefaultAlertingDialogProps): import("react/jsx-runtime").JSX.Element;
3
3
  /**
4
4
  * Default implementation of the alerting create/edit dialog.
5
5
  *
@@ -17,7 +17,10 @@ export declare function AlertingDialogRenderer({ onCancel, onDeleteSuccess, onDe
17
17
  * that is what lets a wholesale replacement receive the same contexts. Rendering this component
18
18
  * outside those providers throws at runtime.
19
19
  *
20
+ * Slots render only in the fully rendered dialog: not while the dialog context reports loading,
21
+ * and not while the stale-filters confirmation step is shown.
22
+ *
20
23
  * @alpha
21
24
  */
22
- export declare function DefaultAlertingDialog(props: IAlertingDialogProps): import("react/jsx-runtime").JSX.Element;
25
+ export declare function DefaultAlertingDialog(props: IDefaultAlertingDialogProps): import("react/jsx-runtime").JSX.Element;
23
26
  //# sourceMappingURL=DefaultAlertingDialog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultAlertingDialog.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.tsx"],"names":[],"mappings":"AA8CA,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AA4BxD,wBAAgB,sBAAsB,CAAC,EACnC,QAAQ,EACR,eAAe,EACf,aAAa,EACb,OAAO,EACP,SAAS,EACT,WAAW,EACX,aAAa,EACb,UAAU,EACV,aAAa,EAChB,EAAE,oBAAoB,2CA0iBtB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,oBAAoB,2CAchE"}
1
+ {"version":3,"file":"DefaultAlertingDialog.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.tsx"],"names":[],"mappings":"AA8CA,OAAO,EAAyC,KAAK,2BAA2B,EAAE,MAAM,aAAa,CAAC;AA4BtG,wBAAgB,sBAAsB,CAAC,EACnC,QAAQ,EACR,eAAe,EACf,aAAa,EACb,OAAO,EACP,SAAS,EACT,WAAW,EACX,aAAa,EACb,KAAK,EACR,EAAE,2BAA2B,2CAkjB7B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,2BAA2B,2CAcvE"}
@@ -41,7 +41,8 @@ import { isMobileView } from "./utils/responsive.js";
41
41
  const OVERLAY_POSITION_TYPE = "sameAsTarget";
42
42
  const CLOSE_ON_PARENT_SCROLL = true;
43
43
  const overlayController = OverlayController.getInstance(DASHBOARD_DIALOG_OVERS_Z_INDEX);
44
- export function AlertingDialogRenderer({ onCancel, onDeleteSuccess, onDeleteError, onError, onSuccess, onSaveError, onSaveSuccess, topContent, bottomContent, }) {
44
+ export function AlertingDialogRenderer({ onCancel, onDeleteSuccess, onDeleteError, onError, onSuccess, onSaveError, onSaveSuccess, slots, }) {
45
+ const HeaderSlot = slots?.Header;
45
46
  const intl = useIntl();
46
47
  const dialogTitleRef = useRef(null);
47
48
  const { isWhiteLabeled, isSecondaryTitleVisible, externalRecipient: externalRecipientOverride, maxAutomationsRecipients, isExecutionTimestampMode, features: { enableAlertOncePerInterval, enableAnomalyDetectionAlert, canUseAiAssistant: enableAiAssistant, }, catalogAttributes, catalogDateDatasets, separators, allowHourlyRecurrence, } = useAutomationsContext();
@@ -128,10 +129,25 @@ export function AlertingDialogRenderer({ onCancel, onDeleteSuccess, onDeleteErro
128
129
  ? intl.formatMessage({
129
130
  id: "dialogs.alert.save.executionTimestampMode",
130
131
  })
131
- : undefined, initialFocus: dialogTitleRef, submitOnEnterKey: false, onCancel: onCancel, onSubmit: () => void submit(), headline: undefined, headerLeftButtonRenderer: () => (_jsx(AlertingDialogHeader, { title: editedAutomation?.title ?? "", onChange: onTitleChange, onCancel: onCancel, placeholder: intl.formatMessage({
132
- id: "dialogs.alert.title.placeholder",
133
- }), ref: dialogTitleRef, secondaryTitle: secondaryTitle, secondaryTitleIcon: secondaryTitleIcon, isSecondaryTitleVisible: isSecondaryTitleVisible ? isParentValid : undefined })), children: [
134
- _jsx("h2", { className: "sr-only", id: titleElementId, children: intl.formatMessage({ id: "dialogs.alert.accessibility.label.title" }) }), _jsxs(ScrollablePanel, { className: "gd-notifications-channel-dialog-content-wrapper gd-notification-channel-dialog-with-automation-filters", children: [topContent, _jsx("div", { className: "gd-divider-with-margin" }), _jsxs(_Fragment, { children: [
132
+ : undefined, initialFocus: dialogTitleRef, submitOnEnterKey: false, onCancel: onCancel, onSubmit: () => void submit(), headline: undefined, headerLeftButtonRenderer: () => {
133
+ const headerDefaultProps = {
134
+ title: editedAutomation?.title ?? "",
135
+ onChange: onTitleChange,
136
+ onCancel,
137
+ placeholder: intl.formatMessage({
138
+ id: "dialogs.alert.title.placeholder",
139
+ }),
140
+ ref: dialogTitleRef,
141
+ secondaryTitle,
142
+ secondaryTitleIcon,
143
+ isSecondaryTitleVisible: isSecondaryTitleVisible
144
+ ? isParentValid
145
+ : undefined,
146
+ };
147
+ return HeaderSlot ? (_jsx(HeaderSlot, { Default: AlertingDialogHeader, defaultProps: headerDefaultProps })) : (_jsx(AlertingDialogHeader, { ...headerDefaultProps }));
148
+ }, children: [
149
+ _jsx("h2", { className: "sr-only", id: titleElementId, children: intl.formatMessage({ id: "dialogs.alert.accessibility.label.title" }) }), _jsxs(ScrollablePanel, { className: "gd-notifications-channel-dialog-content-wrapper gd-notification-channel-dialog-with-automation-filters", children: [
150
+ _jsx("div", { className: "gd-divider-with-margin" }), _jsxs(_Fragment, { children: [
135
151
  _jsx(AutomationFiltersSelect, { availableFilters: availableFilters, selectedFilters: selectedFilters, onFiltersChange: onFiltersChange, storeFilters: true, onStoreFiltersChange: () => { }, isDashboardAutomation: false, overlayPositionType: OVERLAY_POSITION_TYPE, disableDateFilters: isAnomalyDetection(editedAutomation?.alert), parameters: automationParameters, onParameterChange: onParameterChange, onParameterDelete: onParameterDelete, availableParameters: availableParameters, onParameterAdd: onParameterAdd }), _jsx(ContentDivider, { className: "gd-divider-with-margin" })
136
152
  ] }), _jsxs(FormFieldGroup, { label: _jsx(FormattedMessage, { id: "insightAlert.config.when" }), children: [
137
153
  _jsx(FormField, { label: intl.formatMessage({ id: "insightAlert.config.metric" }), htmlFor: "alert.measure", children: _jsx(AlertMeasureSelect, { selectedMeasure: selectedMeasure, onMeasureChange: onMeasureChange, measures: supportedMeasures, disabled: !canChangeMeasure, overlayPositionType: OVERLAY_POSITION_TYPE, id: "alert.measure", closeOnParentScroll: CLOSE_ON_PARENT_SCROLL }) }), supportedAttributes.filter((a) => a.type === "attribute").length > 0 && (_jsx(FormField, { label: _jsx(FormattedMessage, { id: "insightAlert.config.for" }), htmlFor: "alert.attribute", children: _jsx(AlertAttributeSelect, { id: "alert.attribute", disabled: !canChangeMeasure, selectedAttribute: selectedAttribute, selectedValue: selectedValue, onAttributeChange: onAttributeChange, attributes: supportedAttributes, catalogAttributes: catalogAttributes, catalogDateDatasets: catalogDateDatasets, getAttributeValues: getAttributeValues, isResultLoading: isResultLoading, showLabel: false, closeOnParentScroll: CLOSE_ON_PARENT_SCROLL }) })), _jsx(FormField, { label: _jsx(FormattedMessage, { id: "insightAlert.config.condition" }), htmlFor: "alert.condition", children: _jsx(AlertComparisonOperatorSelect, { id: "alert.condition", measure: selectedMeasure, enableAnomalyDetectionAlert: enableAnomalyDetectionAlert ? enableAiAssistant : false, selectedComparisonOperator: selectedComparisonOperator, selectedRelativeOperator: selectedRelativeOperator, selectedAiOperator: selectedAiOperator, onAnomalyDetectionChange: onAnomalyDetectionChange, onComparisonOperatorChange: onComparisonOperatorChange, onRelativeOperatorChange: onRelativeOperatorChange, overlayPositionType: OVERLAY_POSITION_TYPE, closeOnParentScroll: CLOSE_ON_PARENT_SCROLL }) }), !isAnomalyDetection(editedAutomation?.alert) && (_jsx(FormField, { label: _jsx(FormattedMessage, { id: "insightAlert.config.threshold" }), htmlFor: "alert.value", children: _jsx(AlertThresholdInput, { id: "alert.value", value: value, onChange: onChange, onBlur: onBlur, suffix: getValueSuffix(editedAutomation?.alert), errorMessage: thresholdErrorMessage }) })), isChangeOrDifferenceOperator(editedAutomation?.alert) && (_jsx(FormField, { label: _jsx(FormattedMessage, { id: "insightAlert.config.comparison" }), htmlFor: "alert.comparison", children: _jsx(AlertComparisonPeriodSelect, { id: "alert.comparison", measure: selectedMeasure, alert: editedAutomation, selectedComparison: selectedComparator?.comparator, selectedGranularity: selectedComparator?.granularity, onComparisonChange: (comparisonType, granularity) => {
@@ -153,7 +169,7 @@ export function AlertingDialogRenderer({ onCancel, onDeleteSuccess, onDeleteErro
153
169
  }),
154
170
  } }), content: _jsx(FormattedMessage, { id: "insightAlert.config.interval.tooltip" }), arrowPlacement: "left", optimalPlacement: true, offset: 10, width: 280, triggerBy: ["hover", "click"] })
155
171
  ] }), htmlFor: "alert.interval", children: _jsx(AlertTriggerIntervalSelect, { id: "alert.interval", selectedTriggerInterval: editedAutomation?.alert?.trigger.interval ?? "DAY", onTriggerIntervalChange: onTriggerIntervalChange, overlayPositionType: OVERLAY_POSITION_TYPE, closeOnParentScroll: CLOSE_ON_PARENT_SCROLL }) })) : null, _jsx(FormField, { label: _jsx(FormattedMessage, { id: "insightAlert.config.recipients" }), htmlFor: "alert.recipients", fullWidth: true, children: _jsx(RecipientsSelect, { id: "alert.recipients", loggedUser: defaultUser, value: editedAutomation?.recipients ?? [], originalValue: originalAutomation?.recipients || [], onChange: onRecipientsChange, allowEmptySelection: true, allowOnlyLoggedUserRecipients: allowOnlyLoggedUserRecipients, allowExternalRecipients: allowExternalRecipients, maxRecipients: maxAutomationsRecipients, notificationChannels: notificationChannels, notificationChannelId: editedAutomation?.notificationChannel, showLabel: false, externalRecipientOverride: externalRecipientOverride }) })
156
- ] }), warningMessage ? (_jsx(Message, { type: "warning", className: "gd-notifications-channels-dialog-error", children: warningMessage })) : null, invalidDatapoints.map((datapoint) => (_jsx(Message, { id: datapoint.id, type: datapoint.severity === "info" ? "progress" : datapoint.severity, className: "gd-notifications-channels-dialog-error gd-notifications-channels-dialog-error-scrollable", children: datapoint.message }, datapoint.id))), bottomContent] })
172
+ ] }), warningMessage ? (_jsx(Message, { type: "warning", className: "gd-notifications-channels-dialog-error", children: warningMessage })) : null, invalidDatapoints.map((datapoint) => (_jsx(Message, { id: datapoint.id, type: datapoint.severity === "info" ? "progress" : datapoint.severity, className: "gd-notifications-channels-dialog-error gd-notifications-channels-dialog-error-scrollable", children: datapoint.message }, datapoint.id)))] })
157
173
  ] }) }) }) }), alertToDelete ? (_jsx(DeleteAlertConfirmDialog, { alert: alertToDelete, onCancel: () => setAlertToDelete(null), onSuccess: handleAlertDeleteSuccess, onError: onDeleteError })) : null] }));
158
174
  }
159
175
  /**
@@ -173,6 +189,9 @@ export function AlertingDialogRenderer({ onCancel, onDeleteSuccess, onDeleteErro
173
189
  * that is what lets a wholesale replacement receive the same contexts. Rendering this component
174
190
  * outside those providers throws at runtime.
175
191
  *
192
+ * Slots render only in the fully rendered dialog: not while the dialog context reports loading,
193
+ * and not while the stale-filters confirmation step is shown.
194
+ *
176
195
  * @alpha
177
196
  */
178
197
  export function DefaultAlertingDialog(props) {
@@ -13,11 +13,7 @@ import { type ReactNode } from "react";
13
13
  * ambient wrapper in `DashboardInner` supplies one with the same locale; a mount site without one
14
14
  * throws in react-intl.
15
15
  *
16
- * A custom `AlertingDialogComponent` that decorates the dialog context (re-provides
17
- * `AlertingDialogContextProvider` with an adjusted value) must remount this provider beneath the
18
- * decorated context, so the state is derived from the decorated value rather than the ambient one.
19
- *
20
- * @alpha
16
+ * @internal
21
17
  */
22
18
  export declare function AlertingDialogStateProvider({ children }: {
23
19
  children: ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"AlertingDialogStateProvider.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/alerting/state/AlertingDialogStateProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAW,MAAM,OAAO,CAAC;AAehD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,2BAA2B,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAIhF"}
1
+ {"version":3,"file":"AlertingDialogStateProvider.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/alerting/state/AlertingDialogStateProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAW,MAAM,OAAO,CAAC;AAehD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,2BAA2B,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAIhF"}
@@ -26,11 +26,7 @@ import { useAlertSupportedMetrics } from "./useAlertSupportedMetrics.js";
26
26
  * ambient wrapper in `DashboardInner` supplies one with the same locale; a mount site without one
27
27
  * throws in react-intl.
28
28
  *
29
- * A custom `AlertingDialogComponent` that decorates the dialog context (re-provides
30
- * `AlertingDialogContextProvider` with an adjusted value) must remount this provider beneath the
31
- * decorated context, so the state is derived from the decorated value rather than the ambient one.
32
- *
33
- * @alpha
29
+ * @internal
34
30
  */
35
31
  export function AlertingDialogStateProvider({ children }) {
36
32
  const { isLoading } = useAlertingDialogContext();
@@ -40,7 +40,7 @@ export declare function useAlertFormState({ alertToEdit, insight, widget, notifi
40
40
  onParameterDelete: (ref: import("@gooddata/sdk-model").IdentifierRef) => void;
41
41
  onParameterAdd: (ref: import("@gooddata/sdk-model").IdentifierRef) => void;
42
42
  dropStaleParameters: () => void;
43
- onTitleChange: (value: string, isValid: boolean) => void;
43
+ onTitleChange: (value: string) => void;
44
44
  onMeasureChange: (measure: AlertMetric) => void;
45
45
  onAttributeChange: (attribute: AlertAttribute | undefined, value: {
46
46
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"useAlertFormState.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/alerting/state/useAlertFormState.ts"],"names":[],"mappings":"AAMA,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,EACvC,KAAK,OAAO,EACf,MAAM,qBAAqB,CAAC;AAgB7B,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAWnF,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,WAAW,EAAE,KAAK,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAEpG;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACpC,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,oBAAoB,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IAC9F,uBAAuB,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC9C,gCAAgC,CAAC,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;IAC1E,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,iBAAiB,EAAE,WAAW,EAAE,CAAC;IACjC,mBAAmB,EAAE,cAAc,EAAE,CAAC;IACtC,gBAAgB,EAAE,iBAAiB,CAAC;CACvC;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAAC,EAC9B,WAAW,EACX,OAAO,EACP,MAAM,EACN,oBAAoB,EACpB,uBAAuB,EACvB,gCAAgC,EAChC,yBAAyB,EACzB,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EACnB,EAAE,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwZzB"}
1
+ {"version":3,"file":"useAlertFormState.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/alerting/state/useAlertFormState.ts"],"names":[],"mappings":"AAMA,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,EACvC,KAAK,OAAO,EACf,MAAM,qBAAqB,CAAC;AAiB7B,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAWnF,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,WAAW,EAAE,KAAK,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAEpG;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACpC,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,oBAAoB,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IAC9F,uBAAuB,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC9C,gCAAgC,CAAC,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;IAC1E,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,iBAAiB,EAAE,WAAW,EAAE,CAAC;IACjC,mBAAmB,EAAE,cAAc,EAAE,CAAC;IACtC,gBAAgB,EAAE,iBAAiB,CAAC;CACvC;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,iBAAiB,CAAC,EAC9B,WAAW,EACX,OAAO,EACP,MAAM,EACN,oBAAoB,EACpB,uBAAuB,EACvB,gCAAgC,EAChC,yBAAyB,EACzB,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EACnB,EAAE,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwZzB"}