@gooddata/sdk-ui-dashboard 11.56.0-alpha.2 → 11.56.0-alpha.3

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 (58) hide show
  1. package/NOTICE +1532 -1532
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/index.d.ts +1 -0
  5. package/esm/index.d.ts.map +1 -1
  6. package/esm/locales.d.ts +0 -12
  7. package/esm/locales.d.ts.map +1 -1
  8. package/esm/locales.js +0 -4
  9. package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmails.d.ts +2 -2
  10. package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmails.js +3 -3
  11. package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.d.ts +2 -2
  12. package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.d.ts.map +1 -1
  13. package/esm/model/react/useDasboardScheduledEmails/useDashboardScheduledEmailsDialog.js +4 -4
  14. package/esm/model/react/useDashboardAlerting/useDashboardAlerts.d.ts +2 -4
  15. package/esm/model/react/useDashboardAlerting/useDashboardAlerts.d.ts.map +1 -1
  16. package/esm/model/react/useDashboardAlerting/useDashboardAlerts.js +4 -6
  17. package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.d.ts +2 -6
  18. package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.d.ts.map +1 -1
  19. package/esm/model/react/useDashboardAlerting/useDashboardAlertsDialog.js +4 -20
  20. package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.d.ts +0 -3
  21. package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.d.ts.map +1 -1
  22. package/esm/model/react/useDashboardAlerting/useDashboardAlertsManagementDialog.js +0 -22
  23. package/esm/presentation/automations/alerting/DefaultAlertingDialog/DefaultAlertingDialog.js +7 -2
  24. package/esm/presentation/automations/alerting/state/types.d.ts +3 -3
  25. package/esm/presentation/automations/alerting/state/types.d.ts.map +1 -1
  26. package/esm/presentation/automations/alerting/state/useAlertSubmit.d.ts +1 -1
  27. package/esm/presentation/automations/alerting/state/useAlertSubmit.d.ts.map +1 -1
  28. package/esm/presentation/automations/alerting/state/useAlertSubmit.js +5 -5
  29. package/esm/presentation/automations/alerting/types.d.ts +3 -63
  30. package/esm/presentation/automations/alerting/types.d.ts.map +1 -1
  31. package/esm/presentation/automations/connectors/AlertingConnector.js +5 -5
  32. package/esm/presentation/automations/connectors/ScheduledEmailConnector.js +4 -4
  33. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -2
  34. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.d.ts +3 -3
  35. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.d.ts.map +1 -1
  36. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.js +1 -1
  37. package/esm/presentation/automations/scheduledEmail/blocks/ScheduledEmailDialogShell.d.ts.map +1 -1
  38. package/esm/presentation/automations/scheduledEmail/blocks/ScheduledEmailDialogShell.js +5 -5
  39. package/esm/presentation/automations/scheduledEmail/state/types.d.ts +3 -3
  40. package/esm/presentation/automations/scheduledEmail/state/types.d.ts.map +1 -1
  41. package/esm/presentation/automations/scheduledEmail/state/useSaveScheduledEmailToBackend.d.ts +1 -1
  42. package/esm/presentation/automations/scheduledEmail/state/useSaveScheduledEmailToBackend.d.ts.map +1 -1
  43. package/esm/presentation/automations/scheduledEmail/state/useSaveScheduledEmailToBackend.js +8 -10
  44. package/esm/presentation/automations/scheduledEmail/types.d.ts +4 -60
  45. package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
  46. package/esm/presentation/automations/shared/types.d.ts +63 -0
  47. package/esm/presentation/automations/shared/types.d.ts.map +1 -0
  48. package/esm/presentation/automations/shared/types.js +2 -0
  49. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +4 -4
  50. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +0 -16
  51. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  52. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +0 -16
  53. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +4 -4
  54. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +2 -2
  55. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +1 -1
  56. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +2 -2
  57. package/esm/sdk-ui-dashboard.d.ts +79 -137
  58. package/package.json +22 -22
@@ -7202,7 +7202,7 @@ export declare interface IAlertingDialogMeasureProps {
7202
7202
  /**
7203
7203
  * @alpha
7204
7204
  */
7205
- export declare interface IAlertingDialogProps {
7205
+ export declare interface IAlertingDialogProps extends IAutomationDialogCallbacks {
7206
7206
  /**
7207
7207
  * In case, we are not creating new alert, but editing existing one, this is the active alert to be edited.
7208
7208
  *
@@ -7250,34 +7250,6 @@ export declare interface IAlertingDialogProps {
7250
7250
  * `useAlertingDialogContext()`. Prop will be removed.
7251
7251
  */
7252
7252
  isLoading?: boolean;
7253
- /**
7254
- * Callback to be called, when user closes the alert dialog.
7255
- */
7256
- onCancel?: () => void;
7257
- /**
7258
- * Callback to be called, when error occurs.
7259
- */
7260
- onError?: (error: GoodDataSdkError) => void;
7261
- /**
7262
- * Callback to be called, when alerting finishes successfully.
7263
- */
7264
- onSuccess?: (alertDefinition: IAutomationMetadataObject) => void;
7265
- /**
7266
- * Callback to be called, when error occurs.
7267
- */
7268
- onSaveError?: (error: GoodDataSdkError) => void;
7269
- /**
7270
- * Callback to be called, when alerting finishes successfully.
7271
- */
7272
- onSaveSuccess?: (alert: IAutomationMetadataObject) => void;
7273
- /**
7274
- * Callback to be called, when alert is deleted.
7275
- */
7276
- onDeleteSuccess?: (alert: IAutomationMetadataObject) => void;
7277
- /**
7278
- * Callback to be called, when alert fails to delete.
7279
- */
7280
- onDeleteError?: (error: GoodDataSdkError) => void;
7281
7253
  }
7282
7254
 
7283
7255
  /**
@@ -7545,7 +7517,7 @@ export declare interface IAlertingManagementDialogContextValue {
7545
7517
  /**
7546
7518
  * @alpha
7547
7519
  */
7548
- export declare interface IAlertingManagementDialogProps {
7520
+ export declare interface IAlertingManagementDialogProps extends IAutomationManagementDialogCallbacks {
7549
7521
  /**
7550
7522
  * Is loading alert data?
7551
7523
  *
@@ -7572,39 +7544,6 @@ export declare interface IAlertingManagementDialogProps {
7572
7544
  * automations directly. Prop will be removed.
7573
7545
  */
7574
7546
  automations?: IAutomationMetadataObject[];
7575
- /**
7576
- * Callback to be called, when user adds new alert item.
7577
- */
7578
- onAdd?: () => void;
7579
- /**
7580
- * Callback to be called, when user clicks alert item for editing.
7581
- */
7582
- onEdit?: (alert: IAutomationMetadataObject) => void;
7583
- /**
7584
- * Callback to be called, when user closes the alert management dialog.
7585
- */
7586
- onClose?: () => void;
7587
- /**
7588
- * Callback to be called, when alert is deleted.
7589
- * @param alert - alert that was deleted
7590
- */
7591
- onDeleteSuccess?: (alert: IAutomationMetadataObject) => void;
7592
- /**
7593
- * Callback to be called, when alert fails to delete.
7594
- */
7595
- onDeleteError?: (error: GoodDataSdkError) => void;
7596
- /**
7597
- * Callback to be called, when alert is paused.
7598
- * @param alert - alert that was paused
7599
- * @param pause - true if alert was paused, false if it was resumed
7600
- */
7601
- onPauseSuccess: (alert: IAutomationMetadataObject, pause: boolean) => void;
7602
- /**
7603
- * Callback to be called, when alert fails to pause.
7604
- * @param error - error that occurred
7605
- * @param pause - true if alert was paused, false if it was resumed
7606
- */
7607
- onPauseError: (error: GoodDataSdkError, pause: boolean) => void;
7608
7547
  }
7609
7548
 
7610
7549
  /**
@@ -7881,6 +7820,48 @@ export declare interface IAutomationDialogActionBarProps {
7881
7820
  deleteButtonText?: string;
7882
7821
  }
7883
7822
 
7823
+ /**
7824
+ * Lifecycle callbacks shared by the alerting and scheduled email create/edit dialogs.
7825
+ *
7826
+ * @remarks
7827
+ * There is no pre-backend observer callback: the observation seam is the dialog context accessors
7828
+ * and the caller-owned submit hook.
7829
+ *
7830
+ * @alpha
7831
+ */
7832
+ export declare interface IAutomationDialogCallbacks {
7833
+ /**
7834
+ * Called after a new automation has been created on the backend, with the created automation.
7835
+ */
7836
+ onCreateSuccess?: (automation: IAutomationMetadataObject) => void;
7837
+ /**
7838
+ * Called when creating a new automation on the backend fails, with the error.
7839
+ */
7840
+ onCreateError?: (error: GoodDataSdkError) => void;
7841
+ /**
7842
+ * Called after an existing automation has been updated on the backend, with the updated automation.
7843
+ */
7844
+ onUpdateSuccess?: (automation: IAutomationMetadataObject) => void;
7845
+ /**
7846
+ * Called when updating an existing automation on the backend fails, with the error.
7847
+ */
7848
+ onUpdateError?: (error: GoodDataSdkError) => void;
7849
+ /**
7850
+ * Called after the automation has been deleted from the backend, or unsubscribed from when the
7851
+ * current user may not delete it, with that automation.
7852
+ */
7853
+ onDeleteSuccess?: (automation: IAutomationMetadataObject) => void;
7854
+ /**
7855
+ * Called when deleting the automation from the backend (or unsubscribing from it) fails, with
7856
+ * the error.
7857
+ */
7858
+ onDeleteError?: (error: GoodDataSdkError) => void;
7859
+ /**
7860
+ * Called when the user dismisses the dialog without saving.
7861
+ */
7862
+ onCancel?: () => void;
7863
+ }
7864
+
7884
7865
  /**
7885
7866
  * Members shared by both automation dialogs' destination regions.
7886
7867
  *
@@ -8078,6 +8059,26 @@ export declare interface IAutomationFiltersTab {
8078
8059
  hiddenFilters: FilterContextItem[];
8079
8060
  }
8080
8061
 
8062
+ /**
8063
+ * Callbacks shared by the alerting and scheduled email management dialogs.
8064
+ *
8065
+ * @alpha
8066
+ */
8067
+ export declare interface IAutomationManagementDialogCallbacks {
8068
+ /**
8069
+ * Called when the user asks to create a new automation from the management dialog.
8070
+ */
8071
+ onAdd?: () => void;
8072
+ /**
8073
+ * Called when the user picks an automation to edit, with that automation.
8074
+ */
8075
+ onEdit?: (automation: IAutomationMetadataObject) => void;
8076
+ /**
8077
+ * Called when the user closes the management dialog.
8078
+ */
8079
+ onClose?: () => void;
8080
+ }
8081
+
8081
8082
  /**
8082
8083
  * A workspace parameter resolved for display and editing inside an automation (alert/schedule)
8083
8084
  * dialog. The `value` is the current effective value the headless run will capture; `definition`
@@ -19528,7 +19529,7 @@ export declare interface IScheduledEmailDialogMessageProps {
19528
19529
  /**
19529
19530
  * @alpha
19530
19531
  */
19531
- export declare interface IScheduledEmailDialogProps {
19532
+ export declare interface IScheduledEmailDialogProps extends IAutomationDialogCallbacks {
19532
19533
  /**
19533
19534
  * In case, we are not creating new schedule, but editing existing one, this is the active schedule to be edited.
19534
19535
  *
@@ -19607,46 +19608,10 @@ export declare interface IScheduledEmailDialogProps {
19607
19608
  * `useScheduledEmailDialogContext()`. Prop will be removed.
19608
19609
  */
19609
19610
  isLoading?: boolean;
19610
- /**
19611
- * Callback to be called, when user submits the scheduled email dialog.
19612
- */
19613
- onSubmit?: (scheduledEmailDefinition: IAutomationMetadataObject | IAutomationMetadataObjectDefinition) => void;
19614
- /**
19615
- * Callback to be called, when user save the existing scheduled email.
19616
- */
19617
- onSave?: (scheduledEmailDefinition: IAutomationMetadataObject) => void;
19618
- /**
19619
- * Callback to be called, when user closes the scheduled email dialog.
19620
- */
19621
- onCancel?: () => void;
19622
19611
  /**
19623
19612
  * Callback to be called, when user goes back to the scheduled email management dialog.
19624
19613
  */
19625
19614
  onBack?: () => void;
19626
- /**
19627
- * Callback to be called, when error occurs.
19628
- */
19629
- onError?: (error: GoodDataSdkError) => void;
19630
- /**
19631
- * Callback to be called, when scheduling finishes successfully.
19632
- */
19633
- onSuccess?: (scheduledEmailDefinition: IAutomationMetadataObject) => void;
19634
- /**
19635
- * Callback to be called, when error occurs.
19636
- */
19637
- onSaveError?: (error: GoodDataSdkError) => void;
19638
- /**
19639
- * Callback to be called, when scheduling finishes successfully.
19640
- */
19641
- onSaveSuccess?: () => void;
19642
- /**
19643
- * Callback to be called, when scheduled email is deleted.
19644
- */
19645
- onDeleteSuccess?: () => void;
19646
- /**
19647
- * Callback to be called, when schedule fails to delete.
19648
- */
19649
- onDeleteError?: (error: GoodDataSdkError) => void;
19650
19615
  }
19651
19616
 
19652
19617
  /**
@@ -19726,8 +19691,7 @@ export declare interface IScheduledEmailDialogShellProps extends Pick<IScheduled
19726
19691
  /**
19727
19692
  * The dialog's single save — `handleSaveScheduledEmail` of the caller's
19728
19693
  * {@link useSaveScheduledEmailToBackend} instance. Drives the footer's submit button, the Enter key on
19729
- * it, and the header's Enter-to-submit. (Not the `onSubmit` observer of {@link IScheduledEmailDialogProps};
19730
- * that one goes to the save hook.) The shell does not own the save hook, so the caller's own Enter
19694
+ * it, and the header's Enter-to-submit. The shell does not own the save hook, so the caller's own Enter
19731
19695
  * handlers — {@link useScheduledEmailSubmitOnEnter} — share the same instance. Create the hook instance
19732
19696
  * only once the dialog context reports `isLoading: false`.
19733
19697
  */
@@ -20038,7 +20002,7 @@ export declare interface IScheduledEmailManagementDialogContextValue {
20038
20002
  *
20039
20003
  * @alpha
20040
20004
  */
20041
- export declare interface IScheduledEmailManagementDialogProps {
20005
+ export declare interface IScheduledEmailManagementDialogProps extends IAutomationManagementDialogCallbacks {
20042
20006
  /**
20043
20007
  * Is loading schedule data?
20044
20008
  *
@@ -20065,26 +20029,6 @@ export declare interface IScheduledEmailManagementDialogProps {
20065
20029
  * will be removed.
20066
20030
  */
20067
20031
  automations?: IAutomationMetadataObject[];
20068
- /**
20069
- * Callback to be called, when user adds new scheduled email item.
20070
- */
20071
- onAdd?: () => void;
20072
- /**
20073
- * Callback to be called, when user clicks scheduled email item for editing.
20074
- */
20075
- onEdit?: (scheduledMail: IAutomationMetadataObject) => void;
20076
- /**
20077
- * Callback to be called, when user closes the scheduled email management dialog.
20078
- */
20079
- onClose?: () => void;
20080
- /**
20081
- * Callback to be called, when scheduled email is deleted.
20082
- */
20083
- onDeleteSuccess?: () => void;
20084
- /**
20085
- * Callback to be called, when schedule fails to delete.
20086
- */
20087
- onDeleteError?: (error: GoodDataSdkError) => void;
20088
20032
  }
20089
20033
 
20090
20034
  /**
@@ -23359,12 +23303,12 @@ export declare interface IUseAlertingDialogHeaderPropsInput {
23359
23303
  }
23360
23304
 
23361
23305
  /**
23362
- * Lifecycle callbacks of {@link useAlertSubmit}: the dialog's own `onSuccess`/`onError` (create) and
23363
- * `onSaveSuccess`/`onSaveError` (edit).
23306
+ * Lifecycle callbacks of {@link useAlertSubmit}: the dialog's own `onCreateSuccess`/`onCreateError`
23307
+ * (create) and `onUpdateSuccess`/`onUpdateError` (edit).
23364
23308
  *
23365
23309
  * @alpha
23366
23310
  */
23367
- export declare type IUseAlertSubmitCallbacks = Pick<IAlertingDialogProps, "onSuccess" | "onError" | "onSaveSuccess" | "onSaveError">;
23311
+ export declare type IUseAlertSubmitCallbacks = Pick<IAlertingDialogProps, "onCreateSuccess" | "onCreateError" | "onUpdateSuccess" | "onUpdateError">;
23368
23312
 
23369
23313
  /**
23370
23314
  * @internal
@@ -23554,12 +23498,12 @@ export declare interface IUserInteractionPayloadWithDataBase<TType extends strin
23554
23498
  }
23555
23499
 
23556
23500
  /**
23557
- * Lifecycle callbacks of {@link useSaveScheduledEmailToBackend}: `onSubmit`/`onSuccess`/`onError`
23558
- * (create) and `onSave`/`onSaveSuccess`/`onSaveError` (edit).
23501
+ * Lifecycle callbacks of {@link useSaveScheduledEmailToBackend}: `onCreateSuccess`/`onCreateError`
23502
+ * (create) and `onUpdateSuccess`/`onUpdateError` (edit).
23559
23503
  *
23560
23504
  * @alpha
23561
23505
  */
23562
- export declare type IUseSaveScheduledEmailCallbacks = Pick<IScheduledEmailDialogProps, "onSuccess" | "onError" | "onSubmit" | "onSaveSuccess" | "onSaveError" | "onSave">;
23506
+ export declare type IUseSaveScheduledEmailCallbacks = Pick<IScheduledEmailDialogProps, "onCreateSuccess" | "onCreateError" | "onUpdateSuccess" | "onUpdateError">;
23563
23507
 
23564
23508
  /**
23565
23509
  * Inputs of {@link useScheduledEmailDialogActionBarProps} that come from the dialog rather than its state.
@@ -32055,7 +31999,7 @@ export declare function useAlertSelectedValues(): IAlertSelectedValues;
32055
31999
  *
32056
32000
  * @alpha
32057
32001
  */
32058
- export declare function useAlertSubmit({ onSuccess, onError, onSaveSuccess, onSaveError, }: IUseAlertSubmitCallbacks): IAlertSubmitState;
32002
+ export declare function useAlertSubmit({ onCreateSuccess, onCreateError, onUpdateSuccess, onUpdateError, }: IUseAlertSubmitCallbacks): IAlertSubmitState;
32059
32003
 
32060
32004
  /**
32061
32005
  * Reads the automation dialogs' shared context.
@@ -32137,8 +32081,8 @@ export declare const useDashboardAlerts: () => {
32137
32081
  onAlertingCancel: () => void;
32138
32082
  onAlertingCreateError: () => void;
32139
32083
  onAlertingCreateSuccess: (alert: IAutomationMetadataObject) => void;
32140
- onAlertingSaveError: () => void;
32141
- onAlertingSaveSuccess: () => void;
32084
+ onAlertingUpdateError: () => void;
32085
+ onAlertingUpdateSuccess: () => void;
32142
32086
  isAlertManagementVisible: boolean;
32143
32087
  isAlertManagementDialogOpen: boolean;
32144
32088
  defaultOnAlertingManagement: (widget?: IWidget) => void;
@@ -32149,8 +32093,6 @@ export declare const useDashboardAlerts: () => {
32149
32093
  onAlertingManagementDeleteSuccess: () => void;
32150
32094
  onAlertingManagementEdit: (alert: IAutomationMetadataObject, widget?: IWidget) => void;
32151
32095
  onAlertingManagementLoadingError: () => void;
32152
- onAlertingManagementPauseSuccess: (_alert: IAutomationMetadataObject, pause: boolean) => void;
32153
- onAlertingManagementPauseError: (_error: GoodDataSdkError, pause: boolean) => void;
32154
32096
  };
32155
32097
 
32156
32098
  /**
@@ -32286,8 +32228,8 @@ export declare const useDashboardScheduledEmails: () => {
32286
32228
  onScheduleEmailingBack: (_widget?: IWidget) => void;
32287
32229
  onScheduleEmailingCreateError: () => void;
32288
32230
  onScheduleEmailingCreateSuccess: (scheduledEmail: IAutomationMetadataObject) => void;
32289
- onScheduleEmailingSaveError: () => void;
32290
- onScheduleEmailingSaveSuccess: (_widget?: IWidget) => void;
32231
+ onScheduleEmailingUpdateError: () => void;
32232
+ onScheduleEmailingUpdateSuccess: () => void;
32291
32233
  isScheduledManagementEmailingVisible: boolean;
32292
32234
  isScheduleEmailingManagementDialogOpen: boolean;
32293
32235
  defaultOnScheduleEmailingManagement: (widget?: IWidget) => void;
@@ -32564,7 +32506,7 @@ export declare function useSaveButtonProps(): ISaveButtonProps;
32564
32506
  *
32565
32507
  * @alpha
32566
32508
  */
32567
- export declare function useSaveScheduledEmailToBackend({ onSuccess, onError, onSubmit, onSaveSuccess, onSaveError, onSave, }: IUseSaveScheduledEmailCallbacks): IScheduledEmailSaveState;
32509
+ export declare function useSaveScheduledEmailToBackend({ onCreateSuccess, onCreateError, onUpdateSuccess, onUpdateError, }: IUseSaveScheduledEmailCallbacks): IScheduledEmailSaveState;
32568
32510
 
32569
32511
  /**
32570
32512
  * The exact props the default scheduled-email dialog renders its action bar with.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.56.0-alpha.2",
3
+ "version": "11.56.0-alpha.3",
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.56.0-alpha.2",
64
- "@gooddata/sdk-backend-spi": "11.56.0-alpha.2",
65
- "@gooddata/sdk-model": "11.56.0-alpha.2",
66
- "@gooddata/sdk-ui": "11.56.0-alpha.2",
67
- "@gooddata/sdk-ui-charts": "11.56.0-alpha.2",
68
- "@gooddata/sdk-ui-ext": "11.56.0-alpha.2",
69
- "@gooddata/sdk-ui-filters": "11.56.0-alpha.2",
70
- "@gooddata/sdk-ui-geo": "11.56.0-alpha.2",
71
- "@gooddata/sdk-ui-kit": "11.56.0-alpha.2",
72
- "@gooddata/sdk-ui-pivot": "11.56.0-alpha.2",
73
- "@gooddata/sdk-ui-semantic-search": "11.56.0-alpha.2",
74
- "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.2",
75
- "@gooddata/sdk-ui-vis-commons": "11.56.0-alpha.2",
76
- "@gooddata/util": "11.56.0-alpha.2"
63
+ "@gooddata/sdk-backend-base": "11.56.0-alpha.3",
64
+ "@gooddata/sdk-backend-spi": "11.56.0-alpha.3",
65
+ "@gooddata/sdk-model": "11.56.0-alpha.3",
66
+ "@gooddata/sdk-ui": "11.56.0-alpha.3",
67
+ "@gooddata/sdk-ui-charts": "11.56.0-alpha.3",
68
+ "@gooddata/sdk-ui-geo": "11.56.0-alpha.3",
69
+ "@gooddata/sdk-ui-ext": "11.56.0-alpha.3",
70
+ "@gooddata/sdk-ui-filters": "11.56.0-alpha.3",
71
+ "@gooddata/sdk-ui-pivot": "11.56.0-alpha.3",
72
+ "@gooddata/sdk-ui-kit": "11.56.0-alpha.3",
73
+ "@gooddata/sdk-ui-semantic-search": "11.56.0-alpha.3",
74
+ "@gooddata/sdk-ui-theme-provider": "11.56.0-alpha.3",
75
+ "@gooddata/util": "11.56.0-alpha.3",
76
+ "@gooddata/sdk-ui-vis-commons": "11.56.0-alpha.3"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@microsoft/api-documenter": "7.30.10",
@@ -113,15 +113,15 @@
113
113
  "sass": "1.79.0",
114
114
  "stylelint": "16.26.1",
115
115
  "svgo": "2.8.3",
116
- "typescript": "5.9.3",
116
+ "typescript": "6.0.3",
117
117
  "vitest": "4.1.8",
118
118
  "vitest-dom": "0.1.1",
119
- "@gooddata/eslint-config": "11.56.0-alpha.2",
120
- "@gooddata/oxlint-config": "11.56.0-alpha.2",
121
- "@gooddata/i18n-toolkit": "11.56.0-alpha.2",
122
- "@gooddata/reference-workspace": "11.56.0-alpha.2",
123
- "@gooddata/stylelint-config": "11.56.0-alpha.2",
124
- "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.2"
119
+ "@gooddata/eslint-config": "11.56.0-alpha.3",
120
+ "@gooddata/i18n-toolkit": "11.56.0-alpha.3",
121
+ "@gooddata/oxlint-config": "11.56.0-alpha.3",
122
+ "@gooddata/reference-workspace": "11.56.0-alpha.3",
123
+ "@gooddata/sdk-backend-mockingbird": "11.56.0-alpha.3",
124
+ "@gooddata/stylelint-config": "11.56.0-alpha.3"
125
125
  },
126
126
  "peerDependencies": {
127
127
  "react": "^18.0.0 || ^19.0.0",