@gooddata/sdk-ui-dashboard 11.44.0-alpha.1 → 11.44.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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts +27 -0
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/ScheduledEmailConnector.js +107 -0
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.js +16 -55
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +7 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +15 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts +8 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +102 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.d.ts +2 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +156 -0
- package/esm/presentation/automations/connectors/hooks/useCommandAsPromise.d.ts +26 -0
- package/esm/presentation/automations/connectors/hooks/useCommandAsPromise.d.ts.map +1 -0
- package/esm/presentation/automations/connectors/hooks/useCommandAsPromise.js +47 -0
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts +2 -0
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +54 -0
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -0
- package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.js +11 -0
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +11 -37
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +6 -5
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +7 -23
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useFiltersForDashboardScheduledExportInfo.js +2 -7
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useSaveScheduledEmailToBackend.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useSaveScheduledEmailToBackend.js +37 -37
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.js +3 -4
- package/esm/presentation/automations/scheduledEmail/types.d.ts +5 -3
- package/esm/presentation/automations/scheduledEmail/types.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +2 -0
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardHeader.js +2 -2
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +4 -0
- package/esm/sdk-ui-dashboard.d.ts +4 -1
- package/package.json +20 -20
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.d.ts +0 -11
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.d.ts.map +0 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.js +0 -27
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.d.ts +0 -11
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.d.ts.map +0 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.js +0 -27
- package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.d.ts +0 -3
- package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.d.ts.map +0 -1
- package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.js +0 -5
- package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.d.ts +0 -2
- package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.d.ts.map +0 -1
- package/esm/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.js +0 -45
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const uk_UA = {
|
|
|
26
26
|
"filterBar.showAll": "Показати все",
|
|
27
27
|
"filterBar.showLess": "Показати менше",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Список фільтрів було автоматично розгорнуто",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Список фільтрів автоматично згорнуто",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Застосуйте фільтри</link>, щоб переглянути оновлені дані.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Щоб застосувати зміни, виберіть припустимі значення для цих фільтрів: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Застосувати всі фільтри",
|
|
@@ -668,6 +669,9 @@ export const uk_UA = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Помилка! Не вдалося зробити ваше подання типовим. Спробуйте ще раз.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Помилка! Ваше подання досі є типовим. Спробуйте ще раз.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Помилка! Ваше подання не застосовано. Спробуйте ще раз.",
|
|
672
|
+
"parameter.toast.reset": "<b>Попередження:</b> Параметр \"{name}\" перебуває поза діапазоном, тому застосовується стандартне значення, доки ви не задасте припустиме.",
|
|
673
|
+
"parameter.toast.removed": "<b>Попередження:</b> Параметр \"{name}\" видалено, оскільки він більше не існує.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Попередження:</b> Параметр \"{name}\" більше не сумісний, тому його проігноровано.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Список збережених подань. Використовуйте клавішу стрілки вправо, щоб перейти до дії «Зробити типовим», а потім — до дії «видалити».",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Список збережених подань",
|
|
673
677
|
"filters.filterViews.add.title": "Створити подання",
|
|
@@ -24,6 +24,7 @@ export declare const vi_VN: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const vi_VN: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const vi_VN = {
|
|
|
26
26
|
"filterBar.showAll": "Hiện tất cả",
|
|
27
27
|
"filterBar.showLess": "Hiện ít",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Danh sách bộ lọc đã được tự động mở rộng",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Danh sách bộ lọc đã được tự động thu gọn",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Áp dụng bộ lọc</link> để xem dữ liệu đã được cập nhật.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Để áp dụng các thay đổi, hãy chọn các giá trị hợp lệ cho các bộ lọc này: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Áp dụng tất cả bộ lọc",
|
|
@@ -668,6 +669,9 @@ export const vi_VN = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Thất bại! Chế độ xem của bạn chưa được đặt làm mặc định. Vui lòng thử lại.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Thất bại! Chế độ xem của bạn vẫn đang được đặt làm mặc định. Vui lòng thử lại.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Thất bại! Chế độ xem của bạn chưa được áp dụng. Vui lòng thử lại.",
|
|
672
|
+
"parameter.toast.reset": "<b>Cảnh báo:</b> Tham số \"{name}\" nằm ngoài phạm vi, nên giá trị mặc định được áp dụng cho đến khi bạn đặt giá trị hợp lệ.",
|
|
673
|
+
"parameter.toast.removed": "<b>Cảnh báo:</b> Tham số \"{name}\" đã bị xóa vì không còn tồn tại.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Cảnh báo:</b> Tham số \"{name}\" không còn tương thích và đã bị bỏ qua.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Danh sách chế độ xem đã lưu. Dùng phím mũi tên phải để di chuyển đến hành động ‘Đặt làm mặc định’, sau đó đến hành động ‘xóa’.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Danh sách chế độ xem đã lưu",
|
|
673
677
|
"filters.filterViews.add.title": "Tạo chế độ xem",
|
|
@@ -24,6 +24,7 @@ export declare const zh_HK: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const zh_HK: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const zh_HK = {
|
|
|
26
26
|
"filterBar.showAll": "顯示全部",
|
|
27
27
|
"filterBar.showLess": "顯示簡要信息",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "篩選器清單已自動展開",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "篩選器清單已自動摺疊",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>應用篩選器</link>以查看更新嘅數據。",
|
|
30
31
|
"filterBar.invalidFilterSelection": "要應用更改,請為以下過濾器選擇有效值: {names}",
|
|
31
32
|
"filterBar.applyFilters": "套用所有篩選器",
|
|
@@ -668,6 +669,9 @@ export const zh_HK = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "失敗! 您的視圖未設置為默認視圖。 請再試一次。",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "失敗! 您的視圖仍設置為默認視圖。 請再試一次。",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "失敗! 您的视圖未被應用。 請再試一次。",
|
|
672
|
+
"parameter.toast.reset": "<b>警告:</b> 參數「{name}」超出範圍,因此在您設定有效值之前,會套用預設值。",
|
|
673
|
+
"parameter.toast.removed": "<b>警告:</b> 參數「{name}」已被移除,因為該參數已不存在。",
|
|
674
|
+
"parameter.toast.incompatible": "<b>警告:</b> 參數「{name}」不再相容,已被忽略。",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "已儲存的視圖列表。 用向右箭頭鍵移至「設為預設值」動作,然後移至「刪除」動作。",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "已保存的視圖列表",
|
|
673
677
|
"filters.filterViews.add.title": "創建視圖",
|
|
@@ -24,6 +24,7 @@ export declare const zh_Hans: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const zh_Hans: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BnB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const zh_Hans = {
|
|
|
26
26
|
"filterBar.showAll": "显示全部",
|
|
27
27
|
"filterBar.showLess": "显示更少",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "筛选器列表已自动展开",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "筛选器列表已自动折叠",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>应用过滤器</link> 查看更新的数据。",
|
|
30
31
|
"filterBar.invalidFilterSelection": "要应用更改,请为这些过滤器选择有效值: {names}",
|
|
31
32
|
"filterBar.applyFilters": "应用所有筛选器",
|
|
@@ -668,6 +669,9 @@ export const zh_Hans = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "失败!您的视图未设置为默认视图。请重试。",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "失败!您的视图仍设置为默认视图。请重试。",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "失败!您的视图未得到应用。请重试。",
|
|
672
|
+
"parameter.toast.reset": "<b>警告:</b>参数 \"{name}\" 超出范围,因此在您设置有效值之前,将应用默认值。",
|
|
673
|
+
"parameter.toast.removed": "<b>警告:</b>参数 \"{name}\" 已被移除,因为它不再存在。",
|
|
674
|
+
"parameter.toast.incompatible": "<b>警告:</b>参数 \"{name}\" 不再兼容,已被忽略。",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "已保存视图列表。使用右箭头键移动到“设置为默认”操作,然后移动到“删除”操作。",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "已保存视图列表",
|
|
673
677
|
"filters.filterViews.add.title": "创建视图",
|
|
@@ -24,6 +24,7 @@ export declare const zh_Hant: {
|
|
|
24
24
|
"filterBar.showAll": string;
|
|
25
25
|
"filterBar.showLess": string;
|
|
26
26
|
"filterBar.filterListAutoExpanded": string;
|
|
27
|
+
"filterBar.filterListAutoCollapsed": string;
|
|
27
28
|
"filterBar.unappliedFiltersNotification": string;
|
|
28
29
|
"filterBar.invalidFilterSelection": string;
|
|
29
30
|
"filterBar.applyFilters": string;
|
|
@@ -666,6 +667,9 @@ export declare const zh_Hant: {
|
|
|
666
667
|
"filters.filterViews.toast.viewNotSetAsDefault": string;
|
|
667
668
|
"filters.filterViews.toast.viewNotUnsetAsDefault": string;
|
|
668
669
|
"filters.filterViews.toast.viewNotApplied": string;
|
|
670
|
+
"parameter.toast.reset": string;
|
|
671
|
+
"parameter.toast.removed": string;
|
|
672
|
+
"parameter.toast.incompatible": string;
|
|
669
673
|
"filters.filterViews.list.ariaLabel.withActions": string;
|
|
670
674
|
"filters.filterViews.list.ariaLabel.noActions": string;
|
|
671
675
|
"filters.filterViews.add.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zh-Hant.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hant.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"zh-Hant.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hant.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BnB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const zh_Hant = {
|
|
|
26
26
|
"filterBar.showAll": "顯示所有",
|
|
27
27
|
"filterBar.showLess": "顯示較少",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "篩選器清單已自動展開",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "篩選器清單已自動收合",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>應用過濾器</link> 查看更新的數據。",
|
|
30
31
|
"filterBar.invalidFilterSelection": "若要套用更改,請為這些過濾器選擇有效值: {names}",
|
|
31
32
|
"filterBar.applyFilters": "套用所有篩選器",
|
|
@@ -668,6 +669,9 @@ export const zh_Hant = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "失敗!您的視圖未設定為預設視圖。請再試一次。",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "失敗!您的視圖仍設定為預設值。請再試一次。",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "失敗!你的觀點沒有被採納。請再試一次。",
|
|
672
|
+
"parameter.toast.reset": "<b>警告:</b> 參數 \"{name}\" 超出範圍,因此在您設定有效值之前,將套用預設值。",
|
|
673
|
+
"parameter.toast.removed": "<b>警告:</b> 參數 \"{name}\" 已移除,因為該參數已不存在。",
|
|
674
|
+
"parameter.toast.incompatible": "<b>警告:</b> 參數 \"{name}\" 已不再相容,因此已被忽略。",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "已儲存視圖清單。使用右箭頭鍵移至「設定為預設」操作,然後移至「刪除」操作。",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "已儲存視圖列表",
|
|
673
677
|
"filters.filterViews.add.title": "建立視圖",
|
|
@@ -16616,8 +16616,11 @@ export declare interface IScheduledEmailDialogProps {
|
|
|
16616
16616
|
* Widget to be used for scheduled email.
|
|
16617
16617
|
*
|
|
16618
16618
|
* Note: this is available only when scheduling export for widget, not dashboard.
|
|
16619
|
+
* Typed as IWidget (not ExtendedDashboardWidget) because the dialog only
|
|
16620
|
+
* supports insight widgets; custom widgets and nested layouts are not valid
|
|
16621
|
+
* export targets and were silently discarded at the connector boundary anyway.
|
|
16619
16622
|
*/
|
|
16620
|
-
widget?:
|
|
16623
|
+
widget?: IWidget;
|
|
16621
16624
|
/**
|
|
16622
16625
|
* Insight to be used for scheduled email.
|
|
16623
16626
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.44.0-alpha.
|
|
3
|
+
"version": "11.44.0-alpha.2",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -60,19 +60,19 @@
|
|
|
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.44.0-alpha.
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui
|
|
67
|
-
"@gooddata/sdk-ui": "11.44.0-alpha.
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.44.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.44.0-alpha.
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-kit": "11.44.0-alpha.
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/sdk-ui-
|
|
75
|
-
"@gooddata/util": "11.44.0-alpha.
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.44.0-alpha.2",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.44.0-alpha.2",
|
|
65
|
+
"@gooddata/sdk-model": "11.44.0-alpha.2",
|
|
66
|
+
"@gooddata/sdk-ui": "11.44.0-alpha.2",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.44.0-alpha.2",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.44.0-alpha.2",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.44.0-alpha.2",
|
|
70
|
+
"@gooddata/sdk-ui-geo": "11.44.0-alpha.2",
|
|
71
|
+
"@gooddata/sdk-ui-kit": "11.44.0-alpha.2",
|
|
72
|
+
"@gooddata/sdk-ui-vis-commons": "11.44.0-alpha.2",
|
|
73
|
+
"@gooddata/sdk-ui-pivot": "11.44.0-alpha.2",
|
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "11.44.0-alpha.2",
|
|
75
|
+
"@gooddata/util": "11.44.0-alpha.2"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
"typescript": "5.9.3",
|
|
119
119
|
"vitest": "4.1.8",
|
|
120
120
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/eslint-config": "11.44.0-alpha.
|
|
122
|
-
"@gooddata/
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/
|
|
121
|
+
"@gooddata/eslint-config": "11.44.0-alpha.2",
|
|
122
|
+
"@gooddata/oxlint-config": "11.44.0-alpha.2",
|
|
123
|
+
"@gooddata/i18n-toolkit": "11.44.0-alpha.2",
|
|
124
|
+
"@gooddata/reference-workspace": "11.44.0-alpha.2",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.44.0-alpha.2",
|
|
126
|
+
"@gooddata/stylelint-config": "11.44.0-alpha.2"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition } from "@gooddata/sdk-model";
|
|
2
|
-
import { type CommandProcessingStatus } from "../../../../../model/react/useDashboardCommandProcessing.js";
|
|
3
|
-
export declare const useCreateScheduledEmail: ({ onBeforeRun, onSuccess, onError, }?: {
|
|
4
|
-
onBeforeRun?: ((scheduledEmailToCreate: IAutomationMetadataObjectDefinition) => void) | undefined;
|
|
5
|
-
onSuccess?: ((scheduledEmail: IAutomationMetadataObject) => void) | undefined;
|
|
6
|
-
onError?: ((error: any) => void) | undefined;
|
|
7
|
-
}) => {
|
|
8
|
-
create: (scheduledEmailToCreate: IAutomationMetadataObjectDefinition) => void;
|
|
9
|
-
creationStatus?: CommandProcessingStatus | undefined;
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=useCreateScheduledEmail.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useCreateScheduledEmail.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useCreateScheduledEmail.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EAC3C,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EACH,KAAK,uBAAuB,EAE/B,MAAM,6DAA6D,CAAC;AAErE,eAAO,MAAM,uBAAuB;;;;;;;CAsCnC,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
// (C) 2020-2026 GoodData Corporation
|
|
2
|
-
import { useCallback } from "react";
|
|
3
|
-
import { createScheduledEmail } from "../../../../../model/commands/scheduledEmail.js";
|
|
4
|
-
import { useDashboardCommandProcessing, } from "../../../../../model/react/useDashboardCommandProcessing.js";
|
|
5
|
-
export const useCreateScheduledEmail = ({ onBeforeRun, onSuccess, onError, } = {}) => {
|
|
6
|
-
const scheduledEmailCommandProcessing = useDashboardCommandProcessing({
|
|
7
|
-
commandCreator: createScheduledEmail,
|
|
8
|
-
errorEvent: "GDC.DASH/EVT.COMMAND.FAILED",
|
|
9
|
-
successEvent: "GDC.DASH/EVT.SCHEDULED_EMAIL.CREATED",
|
|
10
|
-
onError: (event) => {
|
|
11
|
-
onError?.(event.payload.error);
|
|
12
|
-
},
|
|
13
|
-
onSuccess: (event) => {
|
|
14
|
-
onSuccess?.(event.payload.scheduledEmail);
|
|
15
|
-
},
|
|
16
|
-
onBeforeRun: (cmd) => {
|
|
17
|
-
onBeforeRun?.(cmd.payload.scheduledEmail);
|
|
18
|
-
},
|
|
19
|
-
});
|
|
20
|
-
const create = useCallback((scheduledEmailToCreate) => {
|
|
21
|
-
scheduledEmailCommandProcessing.run(scheduledEmailToCreate);
|
|
22
|
-
}, [scheduledEmailCommandProcessing]);
|
|
23
|
-
return {
|
|
24
|
-
create,
|
|
25
|
-
creationStatus: scheduledEmailCommandProcessing.status,
|
|
26
|
-
};
|
|
27
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { type IAutomationMetadataObject } from "@gooddata/sdk-model";
|
|
2
|
-
import { type CommandProcessingStatus } from "../../../../../model/react/useDashboardCommandProcessing.js";
|
|
3
|
-
export declare const useUpdateScheduledEmail: ({ onBeforeRun, onSuccess, onError, }?: {
|
|
4
|
-
onBeforeRun?: ((scheduledEmailToSave: IAutomationMetadataObject) => void) | undefined;
|
|
5
|
-
onSuccess?: (() => void) | undefined;
|
|
6
|
-
onError?: ((error: any) => void) | undefined;
|
|
7
|
-
}) => {
|
|
8
|
-
save: (scheduledEmailToSave: IAutomationMetadataObject) => void;
|
|
9
|
-
savingStatus?: CommandProcessingStatus | undefined;
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=useUpdateScheduledEmail.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useUpdateScheduledEmail.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useUpdateScheduledEmail.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAGrE,OAAO,EACH,KAAK,uBAAuB,EAE/B,MAAM,6DAA6D,CAAC;AAErE,eAAO,MAAM,uBAAuB;;;;;;;CAsCnC,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
// (C) 2020-2026 GoodData Corporation
|
|
2
|
-
import { useCallback } from "react";
|
|
3
|
-
import { saveScheduledEmail } from "../../../../../model/commands/scheduledEmail.js";
|
|
4
|
-
import { useDashboardCommandProcessing, } from "../../../../../model/react/useDashboardCommandProcessing.js";
|
|
5
|
-
export const useUpdateScheduledEmail = ({ onBeforeRun, onSuccess, onError, } = {}) => {
|
|
6
|
-
const scheduledEmailCommandProcessing = useDashboardCommandProcessing({
|
|
7
|
-
commandCreator: saveScheduledEmail,
|
|
8
|
-
errorEvent: "GDC.DASH/EVT.COMMAND.FAILED",
|
|
9
|
-
successEvent: "GDC.DASH/EVT.SCHEDULED_EMAIL.SAVED",
|
|
10
|
-
onError: (event) => {
|
|
11
|
-
onError?.(event.payload.error);
|
|
12
|
-
},
|
|
13
|
-
onSuccess: () => {
|
|
14
|
-
onSuccess?.();
|
|
15
|
-
},
|
|
16
|
-
onBeforeRun: (cmd) => {
|
|
17
|
-
onBeforeRun?.(cmd.payload.scheduledEmail);
|
|
18
|
-
},
|
|
19
|
-
});
|
|
20
|
-
const save = useCallback((scheduledEmailToSave) => {
|
|
21
|
-
scheduledEmailCommandProcessing.run(scheduledEmailToSave);
|
|
22
|
-
}, [scheduledEmailCommandProcessing]);
|
|
23
|
-
return {
|
|
24
|
-
save,
|
|
25
|
-
savingStatus: scheduledEmailCommandProcessing.status,
|
|
26
|
-
};
|
|
27
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { useWidgetAutomationFilters as useWidgetAutomationFiltersCanonical } from "../../connectors/hooks/useWidgetAutomationFilters.js";
|
|
2
|
-
export declare const useWidgetAutomationFilters: typeof useWidgetAutomationFiltersCanonical;
|
|
3
|
-
//# sourceMappingURL=useWidgetAutomationFilters.d.ts.map
|
package/esm/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useWidgetAutomationFilters.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/scheduledEmail/hooks/useWidgetAutomationFilters.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,IAAI,mCAAmC,EAAE,MAAM,sDAAsD,CAAC;AAIzI,eAAO,MAAM,0BAA0B,4CAAsC,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
// (C) 2026 GoodData Corporation
|
|
2
|
-
import { useWidgetAutomationFilters as useWidgetAutomationFiltersCanonical } from "../../connectors/hooks/useWidgetAutomationFilters.js";
|
|
3
|
-
// Delegates to the canonical implementation in connectors.
|
|
4
|
-
// This file will be removed in the scheduled-email separation PR.
|
|
5
|
-
export const useWidgetAutomationFilters = useWidgetAutomationFiltersCanonical;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScheduledEmailDialogProvider.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/DashboardHeader/ScheduledEmailDialogProvider.tsx"],"names":[],"mappings":"AAmBA,wBAAgB,4BAA4B,mDA0F3C"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
// (C) 2022-2026 GoodData Corporation
|
|
3
|
-
import { getAutomationDashboardFilters, getAutomationVisualizationFilters, } from "../../../_staging/automation/index.js";
|
|
4
|
-
import { useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
|
|
5
|
-
import { useDashboardScheduledEmails } from "../../../model/react/useDasboardScheduledEmails/useDashboardScheduledEmails.js";
|
|
6
|
-
import { useWorkspaceUsers } from "../../../model/react/useWorkspaceUsers.js";
|
|
7
|
-
import { selectAutomationDefaultSelectedFilters, selectDashboardHiddenFilters, } from "../../../model/store/filtering/dashboardFilterSelectors.js";
|
|
8
|
-
import { useWidgetAutomationFilters } from "../../automations/scheduledEmail/hooks/useWidgetAutomationFilters.js";
|
|
9
|
-
import { ScheduledEmailDialog } from "../../automations/scheduledEmail/ScheduledEmailDialog.js";
|
|
10
|
-
import { ScheduledEmailManagementDialog } from "../../automations/scheduledEmail/ScheduledEmailManagementDialog.js";
|
|
11
|
-
import { getAppliedDashboardFilters } from "../../automations/scheduledEmail/utils/filters.js";
|
|
12
|
-
export function ScheduledEmailDialogProvider() {
|
|
13
|
-
const {
|
|
14
|
-
// Shared Local State
|
|
15
|
-
scheduledExportToEdit,
|
|
16
|
-
// Data
|
|
17
|
-
isInitialized, widget, insight, automations, automationsLoading, automationsError, notificationChannels,
|
|
18
|
-
// Single Schedule Dialog
|
|
19
|
-
isScheduleEmailingDialogOpen, onScheduleEmailingCancel, onScheduleEmailingBack, onScheduleEmailingCreateSuccess, onScheduleEmailingCreateError, onScheduleEmailingSaveSuccess, onScheduleEmailingSaveError,
|
|
20
|
-
// Management / List Dialog
|
|
21
|
-
isScheduleEmailingManagementDialogOpen, onScheduleEmailingManagementClose, onScheduleEmailingManagementAdd, onScheduleEmailingManagementEdit, onScheduleEmailingManagementDeleteSuccess, onScheduleEmailingManagementDeleteError, } = useDashboardScheduledEmails();
|
|
22
|
-
const automationDefaultSelectedFilters = useDashboardSelector(selectAutomationDefaultSelectedFilters);
|
|
23
|
-
const dashboardHiddenFilters = useDashboardSelector(selectDashboardHiddenFilters);
|
|
24
|
-
const { executionFilters: savedWidgetFilters } = getAutomationVisualizationFilters(scheduledExportToEdit);
|
|
25
|
-
const savedDashboardFilters = getAutomationDashboardFilters(scheduledExportToEdit);
|
|
26
|
-
const { result: liveWidgetFilters, status: widgetFiltersStatus, error: widgetFiltersError, } = useWidgetAutomationFilters(widget, insight);
|
|
27
|
-
const widgetFilters = savedWidgetFilters ?? liveWidgetFilters;
|
|
28
|
-
const shouldLoadWidgetFilters = !!widget && !savedWidgetFilters;
|
|
29
|
-
const dashboardFilters = savedDashboardFilters ??
|
|
30
|
-
getAppliedDashboardFilters(automationDefaultSelectedFilters, dashboardHiddenFilters, true);
|
|
31
|
-
const isLoading = automationsLoading ||
|
|
32
|
-
(shouldLoadWidgetFilters && (widgetFiltersStatus === "pending" || widgetFiltersStatus === "running"));
|
|
33
|
-
const loadingError = (shouldLoadWidgetFilters ? widgetFiltersError : undefined) ?? automationsError;
|
|
34
|
-
if (!isInitialized) {
|
|
35
|
-
return null;
|
|
36
|
-
}
|
|
37
|
-
return (_jsxs(_Fragment, { children: [isScheduleEmailingManagementDialogOpen ? (_jsx(ScheduledEmailManagementDialog, { automations: automations, notificationChannels: notificationChannels, scheduleDataError: loadingError, isLoadingScheduleData: isLoading, onAdd: onScheduleEmailingManagementAdd, onEdit: onScheduleEmailingManagementEdit, onClose: onScheduleEmailingManagementClose, onDeleteSuccess: onScheduleEmailingManagementDeleteSuccess, onDeleteError: onScheduleEmailingManagementDeleteError })) : null, isScheduleEmailingDialogOpen ? (_jsx(ScheduledEmailDialogWithUsers, { scheduledExportToEdit: scheduledExportToEdit, notificationChannels: notificationChannels, widget: widget, insight: insight, widgetFilters: widgetFilters, dashboardFilters: dashboardFilters, isLoading: isLoading, onBack: onScheduleEmailingBack, onCancel: onScheduleEmailingCancel, onError: onScheduleEmailingCreateError, onSuccess: onScheduleEmailingCreateSuccess, onSaveError: onScheduleEmailingSaveError, onSaveSuccess: onScheduleEmailingSaveSuccess, onDeleteSuccess: onScheduleEmailingManagementDeleteSuccess, onDeleteError: onScheduleEmailingManagementDeleteError })) : null] }));
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* Load users only if dialog is open
|
|
41
|
-
*/
|
|
42
|
-
function ScheduledEmailDialogWithUsers(props) {
|
|
43
|
-
const { users, status: usersStatus, usersError } = useWorkspaceUsers();
|
|
44
|
-
return (_jsx(ScheduledEmailDialog, { ...props, users: users ?? [], isLoading: props.isLoading || usersStatus === "pending" || usersStatus === "loading", usersError: usersError }));
|
|
45
|
-
}
|