@gooddata/sdk-ui-dashboard 11.52.0-alpha.6 → 11.52.0-alpha.7

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 (101) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/index.d.ts +5 -4
  4. package/esm/index.d.ts.map +1 -1
  5. package/esm/index.js +5 -4
  6. package/esm/kdaDialog/composition/hooks/usePeriodChangeHandler.js +5 -0
  7. package/esm/model/store/config/configSelectors.d.ts +6 -0
  8. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  9. package/esm/model/store/config/configSelectors.js +8 -0
  10. package/esm/model/store/keyDriverAnalysis/const.d.ts +6 -6
  11. package/esm/model/store/keyDriverAnalysis/const.d.ts.map +1 -1
  12. package/esm/model/store/keyDriverAnalysis/const.js +12 -26
  13. package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts.map +1 -1
  14. package/esm/model/store/widgetDrills/widgetDrillSelectors.js +5 -5
  15. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts +1 -1
  16. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.d.ts.map +1 -1
  17. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +3 -4
  18. package/esm/presentation/automations/alerting/state/AlertingDialogStateProvider.d.ts +5 -1
  19. package/esm/presentation/automations/alerting/state/AlertingDialogStateProvider.d.ts.map +1 -1
  20. package/esm/presentation/automations/alerting/state/AlertingDialogStateProvider.js +5 -1
  21. package/esm/presentation/automations/alerting/types.d.ts +15 -1
  22. package/esm/presentation/automations/alerting/types.d.ts.map +1 -1
  23. package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts +26 -0
  24. package/esm/presentation/automations/contexts/AlertingDialogContext.d.ts.map +1 -1
  25. package/esm/presentation/automations/contexts/AlertingDialogContext.js +26 -0
  26. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +10 -1
  27. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -1
  28. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.js +9 -0
  29. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts +1 -1
  30. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
  31. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +19 -17
  32. package/esm/presentation/automations/scheduledEmail/ScheduledEmailDialog.d.ts +3 -0
  33. package/esm/presentation/automations/scheduledEmail/ScheduledEmailDialog.d.ts.map +1 -1
  34. package/esm/presentation/automations/scheduledEmail/ScheduledEmailDialog.js +5 -1
  35. package/esm/presentation/automations/scheduledEmail/state/ScheduledEmailDialogStateProvider.d.ts +22 -0
  36. package/esm/presentation/automations/scheduledEmail/state/ScheduledEmailDialogStateProvider.d.ts.map +1 -0
  37. package/esm/presentation/automations/scheduledEmail/state/ScheduledEmailDialogStateProvider.js +150 -0
  38. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportActionsContext.d.ts +28 -0
  39. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportActionsContext.d.ts.map +1 -0
  40. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportActionsContext.js +20 -0
  41. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportDataContext.d.ts +25 -0
  42. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportDataContext.d.ts.map +1 -0
  43. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportDataContext.js +20 -0
  44. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportDraftContext.d.ts +25 -0
  45. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportDraftContext.d.ts.map +1 -0
  46. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportDraftContext.js +20 -0
  47. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportFiltersContext.d.ts +26 -0
  48. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportFiltersContext.d.ts.map +1 -0
  49. package/esm/presentation/automations/scheduledEmail/state/ScheduledExportFiltersContext.js +20 -0
  50. package/esm/presentation/automations/scheduledEmail/state/exportDefinitions.d.ts.map +1 -0
  51. package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/utils → state}/exportDefinitions.js +1 -1
  52. package/esm/presentation/automations/scheduledEmail/state/missingScheduledExportStateProvider.d.ts +7 -0
  53. package/esm/presentation/automations/scheduledEmail/state/missingScheduledExportStateProvider.d.ts.map +1 -0
  54. package/esm/presentation/automations/scheduledEmail/state/missingScheduledExportStateProvider.js +9 -0
  55. package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks → state}/useScheduledEmailEffectiveFilters.d.ts +2 -2
  56. package/esm/presentation/automations/scheduledEmail/state/useScheduledEmailEffectiveFilters.d.ts.map +1 -0
  57. package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks → state}/useScheduledEmailEffectiveFilters.js +4 -4
  58. package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks → state}/useScheduledEmailExportSettings.d.ts +12 -25
  59. package/esm/presentation/automations/scheduledEmail/state/useScheduledEmailExportSettings.d.ts.map +1 -0
  60. package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks → state}/useScheduledEmailExportSettings.js +38 -86
  61. package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks/useScheduledEmailFilters.d.ts → state/useScheduledEmailFiltersModel.d.ts} +7 -7
  62. package/esm/presentation/automations/scheduledEmail/state/useScheduledEmailFiltersModel.d.ts.map +1 -0
  63. package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks/useScheduledEmailFilters.js → state/useScheduledEmailFiltersModel.js} +26 -9
  64. package/esm/presentation/automations/scheduledEmail/state/useScheduledEmailFormState.d.ts.map +1 -0
  65. package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks → state}/useScheduledEmailFormState.js +25 -25
  66. package/esm/presentation/automations/scheduledEmail/state/useScheduledEmailFormValidity.d.ts.map +1 -0
  67. package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks → state}/useScheduledEmailFormValidity.js +3 -3
  68. package/esm/presentation/automations/scheduledEmail/state/useScheduledExportAttachments.d.ts +39 -0
  69. package/esm/presentation/automations/scheduledEmail/state/useScheduledExportAttachments.d.ts.map +1 -0
  70. package/esm/presentation/automations/scheduledEmail/state/useScheduledExportAttachments.js +102 -0
  71. package/esm/presentation/automations/scheduledEmail/state/useScheduledExportDialogValidity.d.ts +13 -0
  72. package/esm/presentation/automations/scheduledEmail/state/useScheduledExportDialogValidity.d.ts.map +1 -0
  73. package/esm/presentation/automations/scheduledEmail/state/useScheduledExportDialogValidity.js +34 -0
  74. package/esm/presentation/automations/scheduledEmail/types.d.ts +15 -1
  75. package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
  76. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts +2 -1
  77. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
  78. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +6 -2
  79. package/esm/presentation/drill/utils/kdaUtils.d.ts +1 -1
  80. package/esm/presentation/drill/utils/kdaUtils.d.ts.map +1 -1
  81. package/esm/presentation/drill/utils/kdaUtils.js +6 -5
  82. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts +1 -1
  83. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
  84. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +2 -2
  85. package/esm/presentation/filterBar/dateFilter/types.d.ts +8 -1
  86. package/esm/presentation/filterBar/dateFilter/types.d.ts.map +1 -1
  87. package/esm/presentation/filterBar/dateFilter/types.js +1 -1
  88. package/esm/sdk-ui-dashboard.d.ts +126 -18
  89. package/package.json +21 -21
  90. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +0 -89
  91. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +0 -1
  92. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +0 -131
  93. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailEffectiveFilters.d.ts.map +0 -1
  94. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailExportSettings.d.ts.map +0 -1
  95. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailFilters.d.ts.map +0 -1
  96. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailFormState.d.ts.map +0 -1
  97. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailFormValidity.d.ts.map +0 -1
  98. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/utils/exportDefinitions.d.ts.map +0 -1
  99. /package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/utils → state}/exportDefinitions.d.ts +0 -0
  100. /package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks → state}/useScheduledEmailFormState.d.ts +0 -0
  101. /package/esm/presentation/automations/scheduledEmail/{DefaultScheduledEmailDialog/hooks → state}/useScheduledEmailFormValidity.d.ts +0 -0
@@ -213,6 +213,7 @@ import { ParameterValue } from '@gooddata/sdk-model';
213
213
  import { Patch } from 'immer';
214
214
  import { PayloadAction } from '@reduxjs/toolkit';
215
215
  import { PlatformEdition } from '@gooddata/sdk-model';
216
+ import { Provider } from 'react';
216
217
  import { ReactElement } from 'react';
217
218
  import { ReactNode } from 'react';
218
219
  import { ReactReduxContextValue } from 'react-redux';
@@ -513,6 +514,58 @@ export declare function addVisualizationToSwitcherWidgetContent(ref: ObjRef, vis
513
514
  */
514
515
  export declare function AlertingDialog(props: IAlertingDialogProps): ReactElement;
515
516
 
517
+ /**
518
+ * Provider for {@link IAlertingDialogContextValue}.
519
+ *
520
+ * Besides the connector's own use, a custom `AlertingDialogComponent` can decorate the context for the
521
+ * default dialog: read the value via {@link useAlertingDialogContext}, adjust it (e.g. swap the
522
+ * `insight`), and re-provide it around `DefaultAlertingDialog`.
523
+ *
524
+ * The default dialog renders from the alert state contexts, which are initialized from this context
525
+ * **above** the resolved dialog component. A decorator that changes data members must therefore also
526
+ * remount `AlertingDialogStateProvider` beneath the re-provided context, so the state is derived from
527
+ * the decorated value (the nested state shadows the ambient one):
528
+ *
529
+ * ```tsx
530
+ * const ctx = useAlertingDialogContext();
531
+ * const value = useMemo(() => ({ ...ctx, insight: decoratedInsight }), [ctx, decoratedInsight]);
532
+ * return (
533
+ * <AlertingDialogContextProvider value={value}>
534
+ * <AlertingDialogStateProvider>
535
+ * <DefaultAlertingDialog {...props} />
536
+ * </AlertingDialogStateProvider>
537
+ * </AlertingDialogContextProvider>
538
+ * );
539
+ * ```
540
+ *
541
+ * @alpha
542
+ */
543
+ export declare const AlertingDialogContextProvider: Provider<IAlertingDialogContextValue | undefined>;
544
+
545
+ /**
546
+ * Publishes the alerting create/edit dialog's state as the four alert state contexts once the
547
+ * dialog's data has loaded.
548
+ *
549
+ * Mounts above the resolved `AlertingDialogComponent`, so the default dialog, a shell of blocks
550
+ * and a wholesale replacement all read the same state with no extra wiring. Defers mounting the
551
+ * state model itself until `useAlertingDialogContext().isLoading` is false, because the state
552
+ * model seeds its draft from the dialog's loaded data in `useState` initializers that never
553
+ * re-run — mounting earlier would freeze that seed against not-yet-loaded data.
554
+ *
555
+ * Runs `useIntl`-calling hooks, so an `IntlProvider` must sit above it. Inside a `Dashboard` the
556
+ * ambient wrapper in `DashboardInner` supplies one with the same locale; a mount site without one
557
+ * throws in react-intl.
558
+ *
559
+ * A custom `AlertingDialogComponent` that decorates the dialog context (re-provides
560
+ * `AlertingDialogContextProvider` with an adjusted value) must remount this provider beneath the
561
+ * decorated context, so the state is derived from the decorated value rather than the ambient one.
562
+ *
563
+ * @alpha
564
+ */
565
+ export declare function AlertingDialogStateProvider({ children }: {
566
+ children: ReactNode;
567
+ }): JSX.Element;
568
+
516
569
  /**
517
570
  * @internal
518
571
  */
@@ -3878,7 +3931,7 @@ export declare function DefaultDashboardAttributeFilterComponentSetFactory(attri
3878
3931
  *
3879
3932
  * @alpha
3880
3933
  */
3881
- export declare function DefaultDashboardDateFilter({ filter, workingFilter, onFilterChanged, config, readonly, autoOpen, ButtonComponent, overlayPositionType, tabId }: IDashboardDateFilterProps): ReactElement;
3934
+ export declare function DefaultDashboardDateFilter({ filter, workingFilter, onFilterChanged, config, readonly, autoOpen, ButtonComponent, overlayPositionType, tabId, customRangeHint }: IDashboardDateFilterProps): ReactElement;
3882
3935
 
3883
3936
  /**
3884
3937
  * @internal
@@ -5147,7 +5200,21 @@ export declare function getFilterIdentifier(filter: FilterContextItem): string;
5147
5200
  /**
5148
5201
  * @internal
5149
5202
  */
5150
- export declare function getKdaKeyDriverCombinations(drillDefinition: IKeyDriveAnalysis, drillEvent: IDrillEvent): IDashboardKeyDriverCombinationItem[];
5203
+ export declare function getKdaKeyDriverCombinations(drillDefinition: IKeyDriveAnalysis, drillEvent: IDrillEvent, enableSecondGranularities?: boolean): IDashboardKeyDriverCombinationItem[];
5204
+
5205
+ /**
5206
+ * Returns KDA-supported date granularities, including second when the feature flag is on.
5207
+ *
5208
+ * @internal
5209
+ */
5210
+ export declare function getKeyDriverAnalysisSupportedGranularities(enableSecondGranularities?: boolean): DateAttributeGranularity[];
5211
+
5212
+ /**
5213
+ * Returns KDA-supported string granularities, including second when the feature flag is on.
5214
+ *
5215
+ * @internal
5216
+ */
5217
+ export declare function getKeyDriverAnalysisSupportedStringGranularities(enableSecondGranularities?: boolean): string[];
5151
5218
 
5152
5219
  /**
5153
5220
  * @internal
@@ -5733,6 +5800,20 @@ export declare interface IAlertingDialogProps {
5733
5800
  * @deprecated read `isLoading` from `useAlertingDialogContext()` instead. Prop will be removed.
5734
5801
  */
5735
5802
  isLoading?: boolean;
5803
+ /**
5804
+ * Custom content rendered as the first child of the dialog content area, above the default form.
5805
+ *
5806
+ * @remarks
5807
+ * Use this to surface an application-specific banner or warning without replacing the whole dialog.
5808
+ */
5809
+ topContent?: ReactNode;
5810
+ /**
5811
+ * Custom content rendered as the last child of the dialog content area, below the default form.
5812
+ *
5813
+ * @remarks
5814
+ * Use this to surface an application-specific note or disclaimer without replacing the whole dialog.
5815
+ */
5816
+ bottomContent?: ReactNode;
5736
5817
  /**
5737
5818
  * Callback to be called, when user closes the alert dialog.
5738
5819
  */
@@ -8473,6 +8554,13 @@ export declare interface IDashboardDateFilterProps {
8473
8554
  * @internal
8474
8555
  */
8475
8556
  tabId?: string;
8557
+ /**
8558
+ * Custom content rendered at the end of the hint area of the static period (absolute range) form,
8559
+ * after the default date/time format hints.
8560
+ *
8561
+ * @alpha
8562
+ */
8563
+ customRangeHint?: ReactNode;
8476
8564
  }
8477
8565
 
8478
8566
  /**
@@ -17005,7 +17093,7 @@ export declare interface IScheduledEmailDialogContextValue {
17005
17093
  commonDateFilterId?: string;
17006
17094
  /**
17007
17095
  * Effective export parameter overrides keyed by tab, scoped to the dialog's widget when present.
17008
- * Replaces the direct selectExportEffectiveParameters read in useEditScheduledEmail.
17096
+ * Hydrated by the connector, so the dialog tree reads no store selector for them.
17009
17097
  */
17010
17098
  exportParametersByTab: Record<string, IDashboardExportParameter[]>;
17011
17099
  /**
@@ -17106,6 +17194,20 @@ export declare interface IScheduledEmailDialogProps {
17106
17194
  * @deprecated read `isLoading` from `useScheduledEmailDialogContext()` instead. Prop will be removed.
17107
17195
  */
17108
17196
  isLoading?: boolean;
17197
+ /**
17198
+ * Custom content rendered as the first child of the dialog content area, above the default form.
17199
+ *
17200
+ * @remarks
17201
+ * Use this to surface an application-specific banner or warning without replacing the whole dialog.
17202
+ */
17203
+ topContent?: ReactNode;
17204
+ /**
17205
+ * Custom content rendered as the last child of the dialog content area, below the default form.
17206
+ *
17207
+ * @remarks
17208
+ * Use this to surface an application-specific note or disclaimer without replacing the whole dialog.
17209
+ */
17210
+ bottomContent?: ReactNode;
17109
17211
  /**
17110
17212
  * Callback to be called, when user submits the scheduled email dialog.
17111
17213
  */
@@ -20645,21 +20747,6 @@ export declare type KeyboardNavigationConfig = {
20645
20747
  */
20646
20748
  export declare function keyDriverAnalysis(drillDefinition: IKeyDriveAnalysis, drillEvent: IDashboardDrillEvent, filters: FilterContextItem[], keyDriveItem: IDashboardKeyDriverCombinationItem, correlationId?: string): IKeyDriverAnalysis;
20647
20749
 
20648
- /**
20649
- * @internal
20650
- */
20651
- export declare const keyDriverAnalysisSupportedGranularities: DateAttributeGranularity[];
20652
-
20653
- /**
20654
- * @internal
20655
- */
20656
- export declare const keyDriverAnalysisSupportedStringGranularities: string[];
20657
-
20658
- /**
20659
- * @internal
20660
- */
20661
- export declare const keyDriverYearGranularity: string[];
20662
-
20663
20750
  /**
20664
20751
  * @internal
20665
20752
  */
@@ -22926,10 +23013,24 @@ export declare type SavingState = {
22926
23013
  };
22927
23014
 
22928
23015
  /**
23016
+ * Resolves the dialog component from DashboardComponentsContext and mounts it under the
23017
+ * scheduled-export dialog's state contexts.
23018
+ *
22929
23019
  * @internal
22930
23020
  */
22931
23021
  export declare function ScheduledEmailDialog(props: IScheduledEmailDialogProps): ReactElement;
22932
23022
 
23023
+ /**
23024
+ * Provider for {@link IScheduledEmailDialogContextValue}.
23025
+ *
23026
+ * Besides the connector's own use, a custom `ScheduledEmailDialogComponent` can decorate the context for
23027
+ * the default dialog: read the value via {@link useScheduledEmailDialogContext}, adjust it, and
23028
+ * re-provide it around `DefaultScheduledEmailDialog`.
23029
+ *
23030
+ * @alpha
23031
+ */
23032
+ export declare const ScheduledEmailDialogContextProvider: Provider<IScheduledEmailDialogContextValue | undefined>;
23033
+
22933
23034
  /**
22934
23035
  * @internal
22935
23036
  */
@@ -24501,6 +24602,13 @@ export declare const selectEnableParameters: DashboardSelector<boolean>;
24501
24602
  */
24502
24603
  export declare const selectEnableRichTextWidgetFilterConfiguration: DashboardSelector<boolean>;
24503
24604
 
24605
+ /**
24606
+ * Returns whether second-level date granularities are enabled.
24607
+ *
24608
+ * @alpha
24609
+ */
24610
+ export declare const selectEnableSecondGranularities: DashboardSelector<boolean>;
24611
+
24504
24612
  /**
24505
24613
  * @internal
24506
24614
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.52.0-alpha.6",
3
+ "version": "11.52.0-alpha.7",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -60,20 +60,20 @@
60
60
  "ts-invariant": "0.10.3",
61
61
  "tslib": "2.8.1",
62
62
  "uuid": "11.1.1",
63
- "@gooddata/sdk-backend-base": "11.52.0-alpha.6",
64
- "@gooddata/sdk-model": "11.52.0-alpha.6",
65
- "@gooddata/sdk-backend-spi": "11.52.0-alpha.6",
66
- "@gooddata/sdk-ui-charts": "11.52.0-alpha.6",
67
- "@gooddata/sdk-ui": "11.52.0-alpha.6",
68
- "@gooddata/sdk-ui-ext": "11.52.0-alpha.6",
69
- "@gooddata/sdk-ui-filters": "11.52.0-alpha.6",
70
- "@gooddata/sdk-ui-geo": "11.52.0-alpha.6",
71
- "@gooddata/sdk-ui-kit": "11.52.0-alpha.6",
72
- "@gooddata/sdk-ui-pivot": "11.52.0-alpha.6",
73
- "@gooddata/sdk-ui-semantic-search": "11.52.0-alpha.6",
74
- "@gooddata/sdk-ui-theme-provider": "11.52.0-alpha.6",
75
- "@gooddata/sdk-ui-vis-commons": "11.52.0-alpha.6",
76
- "@gooddata/util": "11.52.0-alpha.6"
63
+ "@gooddata/sdk-backend-base": "11.52.0-alpha.7",
64
+ "@gooddata/sdk-model": "11.52.0-alpha.7",
65
+ "@gooddata/sdk-backend-spi": "11.52.0-alpha.7",
66
+ "@gooddata/sdk-ui": "11.52.0-alpha.7",
67
+ "@gooddata/sdk-ui-charts": "11.52.0-alpha.7",
68
+ "@gooddata/sdk-ui-ext": "11.52.0-alpha.7",
69
+ "@gooddata/sdk-ui-filters": "11.52.0-alpha.7",
70
+ "@gooddata/sdk-ui-kit": "11.52.0-alpha.7",
71
+ "@gooddata/sdk-ui-pivot": "11.52.0-alpha.7",
72
+ "@gooddata/sdk-ui-geo": "11.52.0-alpha.7",
73
+ "@gooddata/sdk-ui-semantic-search": "11.52.0-alpha.7",
74
+ "@gooddata/sdk-ui-theme-provider": "11.52.0-alpha.7",
75
+ "@gooddata/sdk-ui-vis-commons": "11.52.0-alpha.7",
76
+ "@gooddata/util": "11.52.0-alpha.7"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@microsoft/api-documenter": "^7.17.0",
@@ -119,12 +119,12 @@
119
119
  "typescript": "5.9.3",
120
120
  "vitest": "4.1.8",
121
121
  "vitest-dom": "0.1.1",
122
- "@gooddata/i18n-toolkit": "11.52.0-alpha.6",
123
- "@gooddata/eslint-config": "11.52.0-alpha.6",
124
- "@gooddata/oxlint-config": "11.52.0-alpha.6",
125
- "@gooddata/reference-workspace": "11.52.0-alpha.6",
126
- "@gooddata/sdk-backend-mockingbird": "11.52.0-alpha.6",
127
- "@gooddata/stylelint-config": "11.52.0-alpha.6"
122
+ "@gooddata/eslint-config": "11.52.0-alpha.7",
123
+ "@gooddata/oxlint-config": "11.52.0-alpha.7",
124
+ "@gooddata/i18n-toolkit": "11.52.0-alpha.7",
125
+ "@gooddata/reference-workspace": "11.52.0-alpha.7",
126
+ "@gooddata/sdk-backend-mockingbird": "11.52.0-alpha.7",
127
+ "@gooddata/stylelint-config": "11.52.0-alpha.7"
128
128
  },
129
129
  "peerDependencies": {
130
130
  "react": "^18.0.0 || ^19.0.0",
@@ -1,89 +0,0 @@
1
- import { type PdfPageSize } from "../../utils/pdfPageSize.js";
2
- export interface IUseEditScheduledEmailProps {
3
- maxAutomationsRecipients: number;
4
- externalRecipientOverride?: string;
5
- /**
6
- * Locale-derived default page size for new PDF attachments. Required and non-nullable: it
7
- * reaches the saved export definition through {@link useScheduledEmailExportSettings}, so a caller
8
- * that omits it silently saves `A4` where the locale asks for `LETTER`.
9
- */
10
- defaultPdfPageSize: PdfPageSize;
11
- }
12
- export declare function useEditScheduledEmail({ maxAutomationsRecipients, externalRecipientOverride, defaultPdfPageSize }: IUseEditScheduledEmailProps): {
13
- parametersEnabled: boolean;
14
- visibleParametersByTab: import("../../../shared/automationFilters/useAutomationExportParameters.js").EditedParametersByTab;
15
- availableParametersByTab: import("../../../shared/automationFilters/useAutomationExportParameters.js").EditedParametersByTab;
16
- flatTabId: string | undefined;
17
- onParameterAdd: (ref: import("@gooddata/sdk-model").IdentifierRef) => void;
18
- onParameterChange: (ref: import("@gooddata/sdk-model").IdentifierRef, value: string | number) => void;
19
- onParameterDelete: (ref: import("@gooddata/sdk-model").IdentifierRef) => void;
20
- onParameterAddByTab: (tabId: string, ref: import("@gooddata/sdk-model").IdentifierRef) => void;
21
- onParameterChangeByTab: (tabId: string, ref: import("@gooddata/sdk-model").IdentifierRef, value: string | number) => void;
22
- onParameterDeleteByTab: (tabId: string, ref: import("@gooddata/sdk-model").IdentifierRef) => void;
23
- applyLatest: () => void;
24
- onStoreParametersChange: (storeParameters: boolean) => void;
25
- selectedFilters: import("@gooddata/sdk-model").FilterContextItem[];
26
- availableFilters: import("@gooddata/sdk-model").FilterContextItem[] | undefined;
27
- storeFilters: boolean;
28
- filtersByTab: import("../../../../../index.js").IAutomationFiltersTab[] | undefined;
29
- editedFiltersByTab: Record<string, import("@gooddata/sdk-model").FilterContextItem[]> | undefined;
30
- onFiltersChange: (filters: import("@gooddata/sdk-model").FilterContextItem[], storeFiltersParam?: boolean | undefined) => void;
31
- onFiltersByTabChange: (newFiltersByTab: Record<string, import("@gooddata/sdk-model").FilterContextItem[]>, storeFiltersParam?: boolean | undefined) => void;
32
- onApplyCurrentFilters: () => void;
33
- onStoreFiltersChange: (value: boolean, filters?: import("@gooddata/sdk-model").FilterContextItem[] | undefined, filtersByTabParam?: Record<string, import("@gooddata/sdk-model").FilterContextItem[]> | undefined) => void;
34
- automationIsValid: boolean;
35
- filtersAreStale: boolean;
36
- defaultUser: import("@gooddata/sdk-model").IAutomationRecipient;
37
- areDashboardFiltersChanged: boolean;
38
- originalAutomation: import("@gooddata/sdk-model").IAutomationMetadataObjectDefinition;
39
- editedAutomation: import("@gooddata/sdk-model").IAutomationMetadataObjectDefinition;
40
- isCronValid: boolean;
41
- notificationChannels: import("@gooddata/sdk-model").INotificationChannelIdentifier[] | import("@gooddata/sdk-model").INotificationChannelMetadataObject[];
42
- isDashboardExportSelected: boolean;
43
- isCsvExportSelected: boolean;
44
- isXlsxExportSelected: boolean;
45
- xlsxSettings: {
46
- mergeHeaders: boolean;
47
- exportInfo: boolean;
48
- };
49
- pdfSettings: {
50
- pageSize: "A3" | "A4" | "LETTER";
51
- orientation: "landscape" | "portrait";
52
- exportInfo: boolean;
53
- };
54
- csvSettings: {
55
- delimiter: string;
56
- };
57
- csvRawSettings: {
58
- delimiter: string;
59
- };
60
- startDate: Date;
61
- allowOnlyLoggedUserRecipients: boolean;
62
- allowExternalRecipients: boolean;
63
- validationErrorMessage: string | undefined;
64
- isSubmitDisabled: boolean | undefined;
65
- selectedAttachments: ("CSV" | "CSV_RAW" | "HTML" | "PDF" | "PDF_SLIDES" | "PDF_TABULAR" | "PNG" | "PPTX" | "XLSX")[];
66
- isParentValid: boolean;
67
- onTitleChange: (value: string, isValid: boolean) => void;
68
- onRecurrenceChange: (cronExpression: string, startDate: Date | null, isValid: boolean) => void;
69
- onEvaluationModeChange: (isShared: boolean) => void;
70
- onDestinationChange: (notificationChannelId: string) => void;
71
- onRecipientsChange: (updatedRecipients: import("@gooddata/sdk-model").IAutomationRecipient[]) => void;
72
- onSubjectChange: (value: string | number, isValid: boolean) => void;
73
- onMessageChange: (value: string, isValid: boolean) => void;
74
- onDashboardAttachmentsChange: (formats: import("@gooddata/sdk-model").DashboardAttachmentType[]) => void;
75
- onWidgetAttachmentsChange: (formats: import("@gooddata/sdk-model").WidgetAttachmentType[]) => void;
76
- onXlsxSettingsChange: (settings: import("@gooddata/sdk-model").IExportDefinitionVisualizationObjectSettings) => void;
77
- onPdfSettingsChange: (settings: import("@gooddata/sdk-model").IExportDefinitionVisualizationObjectSettings) => void;
78
- onCsvSettingsChange: (settings: import("@gooddata/sdk-model").IExportDefinitionVisualizationObjectSettings) => void;
79
- onCsvRawSettingsChange: (settings: import("@gooddata/sdk-model").IExportDefinitionVisualizationObjectSettings) => void;
80
- slidesTemplateIds: {
81
- PPTX: string | undefined;
82
- PDF_SLIDES: string | undefined;
83
- PDF: string | undefined;
84
- };
85
- onSlidesTemplateIdChange: (templateId: string | undefined, format: "PDF" | "PDF_SLIDES" | "PPTX") => void;
86
- setParametersWire: (wire: Record<string, import("@gooddata/sdk-model").IDashboardExportParameter[]> | undefined) => void;
87
- enableAutomationEvaluationMode: boolean;
88
- };
89
- //# sourceMappingURL=useEditScheduledEmail.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useEditScheduledEmail.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAQ9D,MAAM,WAAW,2BAA2B;IACxC,wBAAwB,EAAE,MAAM,CAAC;IACjC,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC;;;;OAIG;IACH,kBAAkB,EAAE,WAAW,CAAC;CACnC;AAED,wBAAgB,qBAAqB,CAAC,EAClC,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,EACrB,EAAE,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoM7B"}
@@ -1,131 +0,0 @@
1
- // (C) 2019-2026 GoodData Corporation
2
- import { useAutomationsContext } from "../../../contexts/AutomationsContext.js";
3
- import { useScheduledEmailDialogContext } from "../../../contexts/ScheduledEmailDialogContext.js";
4
- import { useAutomationFiltersSelect } from "../../../shared/automationFilters/useAutomationFiltersSelect.js";
5
- import { useScheduledEmailEffectiveFilters } from "./useScheduledEmailEffectiveFilters.js";
6
- import { useScheduledEmailExportSettings } from "./useScheduledEmailExportSettings.js";
7
- import { useScheduledEmailFilters } from "./useScheduledEmailFilters.js";
8
- import { useScheduledEmailFormState } from "./useScheduledEmailFormState.js";
9
- import { useScheduledEmailFormValidity } from "./useScheduledEmailFormValidity.js";
10
- export function useEditScheduledEmail({ maxAutomationsRecipients, externalRecipientOverride, defaultPdfPageSize, }) {
11
- const { features: { enableAutomationEvaluationMode }, } = useAutomationsContext();
12
- const { scheduledExportToEdit, widget, insight, notificationChannels, dashboardFilters } = useScheduledEmailDialogContext();
13
- const areDashboardFiltersChanged = !!dashboardFilters;
14
- const { editedAutomationFilters, setEditedAutomationFilters, availableFilters, availableFiltersAsVisibleFilters, filtersForNewAutomation, storeFilters, setStoreFilters, filtersByTab, editedAutomationFiltersByTab, setEditedAutomationFiltersByTab, availableFiltersAsVisibleFiltersByTab, } = useAutomationFiltersSelect({ automationToEdit: scheduledExportToEdit, widget });
15
- const { effectiveWidgetFilters, effectiveWidgetFiltersWithInsight, effectiveVisibleWidgetFilters, effectiveDashboardFilters, effectiveDashboardFiltersByTab, effectiveVisibleDashboardFilters, effectiveVisibleDashboardFiltersByTab, parametersByTabForNewAutomation, } = useScheduledEmailEffectiveFilters({
16
- widget,
17
- insight,
18
- editedAutomationFilters,
19
- editedAutomationFiltersByTab,
20
- availableFiltersAsVisibleFilters,
21
- availableFiltersAsVisibleFiltersByTab,
22
- filtersDataByTab: filtersByTab,
23
- storeFilters,
24
- });
25
- const { editedAutomation, setEditedAutomation, originalAutomation, defaultRecipient, defaultUser, onTitleChange, onRecurrenceChange, onEvaluationModeChange, onDestinationChange, onRecipientsChange, onSubjectChange, onMessageChange, isCronValid, isTitleValid, isSubjectValid, isOnMessageValid, startDate, } = useScheduledEmailFormState({
26
- scheduledExportToEdit,
27
- widget,
28
- insight,
29
- notificationChannels,
30
- externalRecipientOverride,
31
- effectiveWidgetFilters,
32
- effectiveWidgetFiltersWithInsight,
33
- effectiveVisibleWidgetFilters,
34
- effectiveDashboardFilters,
35
- effectiveDashboardFiltersByTab,
36
- effectiveVisibleDashboardFilters,
37
- effectiveVisibleDashboardFiltersByTab,
38
- parametersByTabForNewAutomation,
39
- defaultPdfPageSize,
40
- });
41
- const { selectedAttachments, isDashboardExportSelected, isCsvExportSelected, isXlsxExportSelected, xlsxSettings, pdfSettings, csvSettings, csvRawSettings, slidesTemplateIds, onDashboardAttachmentsChange, onWidgetAttachmentsChange, onXlsxSettingsChange, onPdfSettingsChange, onCsvSettingsChange, onCsvRawSettingsChange, onSlidesTemplateIdChange, setParametersWire, } = useScheduledEmailExportSettings({
42
- editedAutomation,
43
- setEditedAutomation,
44
- insight,
45
- widget,
46
- storeFilters,
47
- effectiveDashboardFilters,
48
- effectiveDashboardFiltersByTab,
49
- effectiveWidgetFilters,
50
- effectiveWidgetFiltersWithInsight,
51
- defaultPdfPageSize,
52
- });
53
- // Kept whole rather than destructured: every member is re-exposed unchanged, so spreading it into
54
- // the return means a member can never be dropped by forgetting to re-list it. What the model may
55
- // contain is gated by its own shape test, not here.
56
- const filterModel = useScheduledEmailFilters({
57
- setEditedAutomation,
58
- scheduledExportToEdit,
59
- widget,
60
- insight,
61
- editedAutomationFilters,
62
- setEditedAutomationFilters,
63
- editedAutomationFiltersByTab,
64
- setEditedAutomationFiltersByTab,
65
- availableFilters,
66
- availableFiltersAsVisibleFilters,
67
- availableFiltersAsVisibleFiltersByTab,
68
- filtersByTab,
69
- storeFilters,
70
- setStoreFilters,
71
- filtersForNewAutomation,
72
- setParametersWire,
73
- });
74
- const { isSubmitDisabled, validationErrorMessage, isParentValid, allowExternalRecipients, allowOnlyLoggedUserRecipients, } = useScheduledEmailFormValidity({
75
- editedAutomation,
76
- originalAutomation,
77
- scheduledExportToEdit,
78
- notificationChannels,
79
- defaultRecipient,
80
- maxAutomationsRecipients,
81
- isCronValid,
82
- isTitleValid,
83
- isSubjectValid,
84
- isOnMessageValid,
85
- });
86
- return {
87
- defaultUser,
88
- areDashboardFiltersChanged,
89
- originalAutomation,
90
- editedAutomation,
91
- isCronValid,
92
- notificationChannels,
93
- isDashboardExportSelected,
94
- isCsvExportSelected,
95
- isXlsxExportSelected,
96
- xlsxSettings,
97
- pdfSettings,
98
- csvSettings,
99
- csvRawSettings,
100
- startDate,
101
- allowOnlyLoggedUserRecipients,
102
- allowExternalRecipients,
103
- validationErrorMessage,
104
- isSubmitDisabled,
105
- selectedAttachments,
106
- isParentValid,
107
- onTitleChange,
108
- onRecurrenceChange,
109
- onEvaluationModeChange,
110
- onDestinationChange,
111
- onRecipientsChange,
112
- onSubjectChange,
113
- onMessageChange,
114
- onDashboardAttachmentsChange,
115
- onWidgetAttachmentsChange,
116
- onXlsxSettingsChange,
117
- onPdfSettingsChange,
118
- onCsvSettingsChange,
119
- onCsvRawSettingsChange,
120
- slidesTemplateIds,
121
- onSlidesTemplateIdChange,
122
- setParametersWire,
123
- enableAutomationEvaluationMode,
124
- // Filter and export-parameter model, absorbed from `useScheduledEmailFilters` (which itself
125
- // absorbs `useAutomationExportParameters` and `useValidateExistingAutomationFilters`) — the
126
- // renderer calls none of those three hooks itself, it takes their output from here. Spread
127
- // last: its `availableFilters`, `storeFilters` and `filtersByTab` are the model's, not the
128
- // raw selection hook's.
129
- ...filterModel,
130
- };
131
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"useScheduledEmailEffectiveFilters.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailEffectiveFilters.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,iBAAiB,EACtB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,OAAO,EACf,MAAM,qBAAqB,CAAC;AAE7B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+CAA+C,CAAC;AAU3F,MAAM,WAAW,uCAAuC;IACpD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,uBAAuB,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC9C,4BAA4B,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,EAAE,CAAC,CAAC;IACnE,gCAAgC,CAAC,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;IAC1E,qCAAqC,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,EAAE,CAAC,CAAC;IACnF,gBAAgB,CAAC,EAAE,qBAAqB,EAAE,GAAG,SAAS,CAAC;IACvD,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,iCAAiC,CAAC,EAC9C,MAAM,EACN,OAAO,EACP,uBAAuB,EACvB,4BAA4B,EAC5B,gCAAgC,EAChC,qCAAqC,EACrC,gBAAgB,EAChB,YAAY,EACf,EAAE,uCAAuC,GAAG;IACzC,sBAAsB,EAAE,OAAO,EAAE,CAAC;IAClC,iCAAiC,EAAE,OAAO,EAAE,CAAC;IAC7C,6BAA6B,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;IACtE,yBAAyB,EAAE,iBAAiB,EAAE,GAAG,SAAS,CAAC;IAC3D,8BAA8B,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,EAAE,CAAC,GAAG,SAAS,CAAC;IAChF,gCAAgC,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;IACzE,qCAAqC,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,EAAE,CAAC,GAAG,SAAS,CAAC;IAC9F,+BAA+B,EAAE,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,CAAC,GAAG,SAAS,CAAC;CAC5F,CA+GA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useScheduledEmailExportSettings.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailExportSettings.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAgC,MAAM,OAAO,CAAC;AAIzF,OAAO,EAEH,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,mCAAmC,EACxC,KAAK,yBAAyB,EAC9B,KAAK,4CAA4C,EACjD,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,OAAO,EACZ,KAAK,oBAAoB,EAG5B,MAAM,qBAAqB,CAAC;AAc7B,MAAM,WAAW,qCAAqC;IAClD,gBAAgB,EAAE,mCAAmC,CAAC;IACtD,mBAAmB,EAAE,QAAQ,CAAC,cAAc,CAAC,mCAAmC,CAAC,CAAC,CAAC;IACnF,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,yBAAyB,EAAE,iBAAiB,EAAE,GAAG,SAAS,CAAC;IAC3D,8BAA8B,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,EAAE,CAAC,GAAG,SAAS,CAAC;IAChF,sBAAsB,EAAE,OAAO,EAAE,CAAC;IAClC,iCAAiC,EAAE,OAAO,EAAE,CAAC;IAC7C,kBAAkB,CAAC,EAAE,4CAA4C,CAAC,UAAU,CAAC,CAAC;CACjF;AAED,wBAAgB,+BAA+B,CAAC,EAC5C,gBAAgB,EAChB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,YAAY,EACZ,yBAAyB,EACzB,8BAA8B,EAC9B,sBAAsB,EACtB,iCAAiC,EACjC,kBAAkB,EACrB,EAAE,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsWvC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useScheduledEmailFilters.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailFilters.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useScheduledEmailFormState.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailFormState.ts"],"names":[],"mappings":"AAIA,OAAO,EAEH,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAE9B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,4CAA4C,EACjD,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,OAAO,EACf,MAAM,qBAAqB,CAAC;AAoB7B,MAAM,WAAW,gCAAgC;IAC7C,qBAAqB,CAAC,EAAE,yBAAyB,CAAC;IAClD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,oBAAoB,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IAC9F,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,sBAAsB,EAAE,OAAO,EAAE,CAAC;IAClC,iCAAiC,EAAE,OAAO,EAAE,CAAC;IAC7C,6BAA6B,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;IACtE,yBAAyB,EAAE,iBAAiB,EAAE,GAAG,SAAS,CAAC;IAC3D,8BAA8B,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,EAAE,CAAC,GAAG,SAAS,CAAC;IAChF,gCAAgC,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAC;IACzE,qCAAqC,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,EAAE,CAAC,GAAG,SAAS,CAAC;IAC9F,+BAA+B,EAAE,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,CAAC,GAAG,SAAS,CAAC;IACzF,kBAAkB,CAAC,EAAE,4CAA4C,CAAC,UAAU,CAAC,CAAC;CACjF;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,0BAA0B,CAAC,EACvC,qBAAqB,EACrB,MAAM,EACN,OAAO,EACP,oBAAoB,EACpB,yBAAyB,EACzB,sBAAsB,EACtB,iCAAiC,EACjC,6BAA6B,EAC7B,yBAAyB,EACzB,8BAA8B,EAC9B,gCAAgC,EAChC,qCAAqC,EACrC,+BAA+B,EAC/B,kBAAkB,EACrB,EAAE,gCAAgC;;;;;;;;;;;;;;;;;;EAkJlC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useScheduledEmailFormValidity.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduledEmailFormValidity.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EAI1C,MAAM,qBAAqB,CAAC;AAO7B,MAAM,WAAW,mCAAmC;IAChD,gBAAgB,EAAE,mCAAmC,CAAC;IACtD,kBAAkB,EAAE,mCAAmC,CAAC;IACxD,qBAAqB,CAAC,EAAE,yBAAyB,CAAC;IAClD,oBAAoB,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IAC9F,gBAAgB,EAAE,oBAAoB,CAAC;IACvC,wBAAwB,EAAE,MAAM,CAAC;IACjC,WAAW,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,OAAO,CAAC;CAC7B;AAED,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,mCAAmC,GAAG;IAIvF,gBAAgB,EAAE,OAAO,GAAG,SAAS,CAAC;IACtC,sBAAsB,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3C,aAAa,EAAE,OAAO,CAAC;IACvB,uBAAuB,EAAE,OAAO,CAAC;IACjC,6BAA6B,EAAE,OAAO,CAAC;CAC1C,CAsEA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"exportDefinitions.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/utils/exportDefinitions.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACtB,KAAK,mCAAmC,EACxC,KAAK,yBAAyB,EAC9B,KAAK,yCAAyC,EAC9C,KAAK,4CAA4C,EACjD,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,OAAO,EACZ,KAAK,oBAAoB,EAE5B,MAAM,qBAAqB,CAAC;AAI7B;;;;GAIG;AACH,wBAAgB,4BAA4B,CACxC,UAAU,EAAE,mCAAmC,EAC/C,iBAAiB,EAAE,WAAW,CAAC,mCAAmC,CAAC,mBAAmB,CAAC,CAAC,EACxF,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,CAAC,GAAG,SAAS,GACzE,mCAAmC,CAGrC;AAED,wBAAgB,oDAAoD,CAAC,EACjE,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,YAAY,EACZ,MAAM,EACN,UAAU,EACb,EAAE;IACC,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACvC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,EAAE,CAAC,CAAC;IACnD,MAAM,EAAE,uBAAuB,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,yCAAyC,CAyB5C;AAED,wBAAgB,iDAAiD,CAAC,EAC9D,OAAO,EACP,MAAM,EACN,WAAW,EACX,MAAM,EACN,aAAa,EACb,wBAAwB,EACxB,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,EACtB,EAAE;IACC,OAAO,EAAE,QAAQ,CAAC;IAClB,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,oBAAoB,CAAC;IAC7B,aAAa,CAAC,EAAE,OAAO,EAAE,CAAC;IAC1B,wBAAwB,CAAC,EAAE,OAAO,EAAE,CAAC;IACrC,gBAAgB,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACvC,kBAAkB,CAAC,EAAE,4CAA4C,CAAC,UAAU,CAAC,CAAC;IAC9E,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC,GAAG,yCAAyC,CAiE5C"}