@gooddata/sdk-ui-dashboard 11.44.0-alpha.1 → 11.44.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.
- package/NOTICE +9 -9
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +2 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.js +3 -2
- 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/filterBar/filterBar/filterViews/AddFilterView.js +1 -1
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +9 -3
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +10 -3
- 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/en-US.localization-bundle.d.ts +8 -4
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +8 -4
- 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/styles/css/main.css +12 -0
- package/styles/css/main.css.map +1 -1
- 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
|
@@ -3,16 +3,22 @@ import { useCallback, useState } from "react";
|
|
|
3
3
|
import { omit } from "lodash-es";
|
|
4
4
|
import { useIntl } from "react-intl";
|
|
5
5
|
import { isAllValuesAttributeFilter, isAllValuesDashboardAttributeFilter, isExportDefinitionDashboardRequestPayload, isExportDefinitionVisualizationObjectRequestPayload, } from "@gooddata/sdk-model";
|
|
6
|
-
import {
|
|
7
|
-
import { useUpdateScheduledEmail } from "./useUpdateScheduledEmail.js";
|
|
6
|
+
import { useScheduledEmailDialogContext } from "../../../contexts/ScheduledEmailDialogContext.js";
|
|
8
7
|
export function useSaveScheduledEmailToBackend(automation, { onSuccess, onError, onSubmit, onSaveSuccess, onSaveError, onSave, }) {
|
|
9
8
|
const intl = useIntl();
|
|
10
9
|
const [savingErrorMessage, setSavingErrorMessage] = useState(undefined);
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
const [isSavingScheduledEmail, setIsSavingScheduledEmail] = useState(false);
|
|
11
|
+
const { createScheduledEmail, saveScheduledEmail } = useScheduledEmailDialogContext();
|
|
12
|
+
const handleCreateScheduledEmail = useCallback(async (scheduledEmail) => {
|
|
13
|
+
const sanitizedAutomation = sanitizeAutomation(scheduledEmail, intl);
|
|
14
|
+
setSavingErrorMessage(undefined);
|
|
15
|
+
onSubmit?.(sanitizedAutomation);
|
|
16
|
+
setIsSavingScheduledEmail(true);
|
|
17
|
+
try {
|
|
18
|
+
const created = await createScheduledEmail(sanitizedAutomation);
|
|
19
|
+
onSuccess?.(created);
|
|
20
|
+
}
|
|
21
|
+
catch (error) {
|
|
16
22
|
/**
|
|
17
23
|
* Handle 400 error separately as it contains a detailed error message
|
|
18
24
|
* to be shown in the dialog without closing it
|
|
@@ -23,19 +29,21 @@ export function useSaveScheduledEmailToBackend(automation, { onSuccess, onError,
|
|
|
23
29
|
else {
|
|
24
30
|
onError?.(error);
|
|
25
31
|
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
const handleCreateScheduledEmail = useCallback((scheduledEmail) => {
|
|
32
|
+
}
|
|
33
|
+
finally {
|
|
34
|
+
setIsSavingScheduledEmail(false);
|
|
35
|
+
}
|
|
36
|
+
}, [createScheduledEmail, intl, onSubmit, onSuccess, onError]);
|
|
37
|
+
const handleUpdateScheduledEmail = useCallback(async (scheduledEmail) => {
|
|
33
38
|
const sanitizedAutomation = sanitizeAutomation(scheduledEmail, intl);
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
+
setSavingErrorMessage(undefined);
|
|
40
|
+
onSave?.(sanitizedAutomation);
|
|
41
|
+
setIsSavingScheduledEmail(true);
|
|
42
|
+
try {
|
|
43
|
+
await saveScheduledEmail(sanitizedAutomation);
|
|
44
|
+
onSaveSuccess?.();
|
|
45
|
+
}
|
|
46
|
+
catch (error) {
|
|
39
47
|
/**
|
|
40
48
|
* Handle 400 error separately as it contains a detailed error message
|
|
41
49
|
* to be shown in the dialog without closing it
|
|
@@ -46,27 +54,19 @@ export function useSaveScheduledEmailToBackend(automation, { onSuccess, onError,
|
|
|
46
54
|
else {
|
|
47
55
|
onSaveError?.(error);
|
|
48
56
|
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
scheduledEmailUpdater.save(sanitizedAutomation);
|
|
58
|
-
}, [scheduledEmailUpdater, intl]);
|
|
59
|
-
const handleSaveScheduledEmail = () => {
|
|
60
|
-
const sanitizedAutomation = sanitizeAutomation(automation, intl);
|
|
61
|
-
if (sanitizedAutomation.id) {
|
|
62
|
-
handleUpdateScheduledEmail(sanitizedAutomation);
|
|
57
|
+
}
|
|
58
|
+
finally {
|
|
59
|
+
setIsSavingScheduledEmail(false);
|
|
60
|
+
}
|
|
61
|
+
}, [saveScheduledEmail, intl, onSave, onSaveSuccess, onSaveError]);
|
|
62
|
+
const handleSaveScheduledEmail = useCallback(() => {
|
|
63
|
+
if (automation.id) {
|
|
64
|
+
void handleUpdateScheduledEmail(automation);
|
|
63
65
|
}
|
|
64
66
|
else {
|
|
65
|
-
handleCreateScheduledEmail(
|
|
67
|
+
void handleCreateScheduledEmail(automation);
|
|
66
68
|
}
|
|
67
|
-
};
|
|
68
|
-
const isSavingScheduledEmail = scheduledEmailCreator.creationStatus === "running" ||
|
|
69
|
-
scheduledEmailUpdater.savingStatus === "running";
|
|
69
|
+
}, [automation, handleUpdateScheduledEmail, handleCreateScheduledEmail]);
|
|
70
70
|
return { handleSaveScheduledEmail, isSavingScheduledEmail, savingErrorMessage };
|
|
71
71
|
}
|
|
72
72
|
function sanitizeAutomation(automationToSave, intl) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useScheduleValidation.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,mCAAmC,EAI3C,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"useScheduleValidation.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,mCAAmC,EAI3C,MAAM,qBAAqB,CAAC;AAI7B,eAAO,MAAM,qBAAqB;;CAsBjC,CAAC"}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
// (C) 2024-2026 GoodData Corporation
|
|
2
2
|
import { isExportDefinitionDashboardRequestPayload, isExportDefinitionVisualizationObjectRequestPayload, } from "@gooddata/sdk-model";
|
|
3
|
-
import {
|
|
4
|
-
import { selectWidgetByRef } from "../../../../../model/store/tabs/layout/layoutSelectors.js";
|
|
3
|
+
import { useScheduledEmailDialogContext } from "../../../contexts/ScheduledEmailDialogContext.js";
|
|
5
4
|
export const useScheduleValidation = (schedule) => {
|
|
5
|
+
const { widgetExistsByRef } = useScheduledEmailDialogContext();
|
|
6
6
|
const isDashboardSchedule = schedule.exportDefinitions?.some((exportDefinition) => isExportDefinitionDashboardRequestPayload(exportDefinition.requestPayload));
|
|
7
7
|
const widgetLocalId = schedule.exportDefinitions?.find((exportDefinition) => isExportDefinitionVisualizationObjectRequestPayload(exportDefinition.requestPayload))?.requestPayload.content?.widget;
|
|
8
8
|
const widgetRef = widgetLocalId ? { identifier: widgetLocalId } : undefined;
|
|
9
|
-
const widget = useDashboardSelector(selectWidgetByRef(widgetRef));
|
|
10
9
|
// Schedules created via API may not reference any widget — that's acceptable.
|
|
11
10
|
// We only flag an error when a widget was explicitly referenced but no longer exists on the dashboard.
|
|
12
|
-
const hasUnresolvableWidgetRef = !!widgetRef && !
|
|
11
|
+
const hasUnresolvableWidgetRef = !!widgetRef && !widgetExistsByRef(widgetRef);
|
|
13
12
|
const isValid = isDashboardSchedule || !hasUnresolvableWidgetRef;
|
|
14
13
|
return {
|
|
15
14
|
isValid,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type ComponentType } from "react";
|
|
2
|
-
import { type FilterContextItem, type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition, type IFilter, type IInsight, type INotificationChannelIdentifier, type INotificationChannelMetadataObject, type IWorkspaceUser } from "@gooddata/sdk-model";
|
|
2
|
+
import { type FilterContextItem, type IAutomationMetadataObject, type IAutomationMetadataObjectDefinition, type IFilter, type IInsight, type INotificationChannelIdentifier, type INotificationChannelMetadataObject, type IWidget, type IWorkspaceUser } from "@gooddata/sdk-model";
|
|
3
3
|
import { type GoodDataSdkError } from "@gooddata/sdk-ui";
|
|
4
|
-
import { type ExtendedDashboardWidget } from "../../../model/types/layoutTypes.js";
|
|
5
4
|
/**
|
|
6
5
|
* @alpha
|
|
7
6
|
*/
|
|
@@ -26,8 +25,11 @@ export interface IScheduledEmailDialogProps {
|
|
|
26
25
|
* Widget to be used for scheduled email.
|
|
27
26
|
*
|
|
28
27
|
* Note: this is available only when scheduling export for widget, not dashboard.
|
|
28
|
+
* Typed as IWidget (not ExtendedDashboardWidget) because the dialog only
|
|
29
|
+
* supports insight widgets; custom widgets and nested layouts are not valid
|
|
30
|
+
* export targets and were silently discarded at the connector boundary anyway.
|
|
29
31
|
*/
|
|
30
|
-
widget?:
|
|
32
|
+
widget?: IWidget;
|
|
31
33
|
/**
|
|
32
34
|
* Insight to be used for scheduled email.
|
|
33
35
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/presentation/automations/scheduledEmail/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EACH,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,cAAc,EACtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/presentation/automations/scheduledEmail/types.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EACH,KAAK,iBAAiB,EACtB,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,OAAO,EACZ,KAAK,cAAc,EACtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAMzD;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,qBAAqB,CAAC,EAAE,yBAAyB,CAAC;IAElD;;OAEG;IACH,KAAK,EAAE,cAAc,EAAE,CAAC;IAExB;;OAEG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;OAEG;IACH,oBAAoB,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IAE9F;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC;IAEnB;;;;;;;;;;;OAWG;IACH,gBAAgB,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAEvC;;;;;;;;;;OAUG;IACH,aAAa,CAAC,EAAE,OAAO,EAAE,CAAC;IAE1B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,CACP,wBAAwB,EAAE,yBAAyB,GAAG,mCAAmC,KACxF,IAAI,CAAC;IAEV;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,wBAAwB,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAEvE;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IAEtB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAE5C;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,wBAAwB,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAE1E;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;IAEhD;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAE3B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAE7B;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACrD;AAED;;;GAGG;AACH,MAAM,WAAW,oCAAoC;IACjD;;OAEG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAE/B;;OAEG;IACH,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IAErC;;OAEG;IACH,oBAAoB,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IAE9F;;OAEG;IACH,WAAW,EAAE,yBAAyB,EAAE,CAAC;IAEzC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,aAAa,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAE5D;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAE7B;;OAEG;IACH,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,gBAAgB,KAAK,IAAI,CAAC;CACrD;AAMD;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC,0BAA0B,CAAC,CAAC;AAE5F;;GAEG;AACH,MAAM,MAAM,6CAA6C,GACrD,aAAa,CAAC,oCAAoC,CAAC,CAAC"}
|
|
@@ -70,6 +70,8 @@ function createAutomationsContextValue(overrides) {
|
|
|
70
70
|
enableExternalRecipients: false,
|
|
71
71
|
enableAlertAttributes: false,
|
|
72
72
|
canManageWorkspace: false,
|
|
73
|
+
enableCustomizableCsvDelimiter: false,
|
|
74
|
+
enableAutomationEvaluationMode: false,
|
|
73
75
|
},
|
|
74
76
|
getCatalogAttributeByRef: () => undefined,
|
|
75
77
|
getAttributeFilterDisplayForm: () => undefined,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardHeader.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/DashboardHeader/DashboardHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DashboardHeader.d.ts","sourceRoot":"","sources":["../../../../src/presentation/dashboard/DashboardHeader/DashboardHeader.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAqE1C,wBAAgB,oBAAoB,4CAGnC;AAID,wBAAgB,eAAe,IAAI,YAAY,CAyB9C"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { ScheduledEmailAutomationsProvider, ScheduledEmailConnector, } from "../../automations/connectors/ScheduledEmailConnector.js";
|
|
2
3
|
import { CancelEditDialog } from "../../cancelEditDialog/CancelEditDialog.js";
|
|
3
4
|
import { useCancelEditDialog } from "../../cancelEditDialog/DefaultCancelEditDialog.js";
|
|
4
5
|
import { useDeleteDialogProps } from "../../deleteDialog/DefaultDeleteDialog.js";
|
|
@@ -21,7 +22,6 @@ import { ToastMessages } from "../components/ToastMessages.js";
|
|
|
21
22
|
import { AlertingDialogProvider } from "./AlertingDialogProvider.js";
|
|
22
23
|
import { DashboardTabs, useDashboardTabsProps } from "./DashboardTabs.js";
|
|
23
24
|
import { DensityDialogProvider } from "./DensityDialogProvider.js";
|
|
24
|
-
import { ScheduledEmailDialogProvider } from "./ScheduledEmailDialogProvider.js";
|
|
25
25
|
import { SettingsDialogProvider } from "./SettingsDialogProvider.js";
|
|
26
26
|
import { ShareDialogDashboardHeader } from "./ShareDialogDashboardHeader.js";
|
|
27
27
|
// these wrapper components are here to prevent the whole DashboardHeader from re-rendering whenever some
|
|
@@ -62,6 +62,6 @@ export function DashboardTabsWrapper() {
|
|
|
62
62
|
// (e.g. opening email dialog) do not re-render the dashboard body
|
|
63
63
|
export function DashboardHeader() {
|
|
64
64
|
return (_jsxs(_Fragment, { children: [
|
|
65
|
-
_jsx(ToastMessages, {}), _jsx(ExportXlsxDialogProvider, {}), _jsx(ExportCsvDialogProvider, {}), _jsx(ExportTabularPdfDialogProvider, {}), _jsx(ExportTemplateDialogProvider, {}), _jsx(
|
|
65
|
+
_jsx(ToastMessages, {}), _jsx(ExportXlsxDialogProvider, {}), _jsx(ExportCsvDialogProvider, {}), _jsx(ExportTabularPdfDialogProvider, {}), _jsx(ExportTemplateDialogProvider, {}), _jsx(ScheduledEmailAutomationsProvider, { children: _jsx(ScheduledEmailConnector, {}) }), _jsx(AlertingDialogProvider, {}), _jsx(ShareDialogDashboardHeader, {}), _jsx(SettingsDialogProvider, {}), _jsx(DensityDialogProvider, {}), _jsx(DeleteDialogWrapper, {}), _jsx(WidgetDeleteDialogWrapper, {}), _jsx(KpiDeleteDialogWrapper, {}), _jsx(SaveAsDialogWrapper, {}), _jsx(TopBarWrapper, {}), _jsx(DashboardTabsWrapper, {}), _jsx(FilterBarWrapper, {}), _jsx(CancelEditDialogWrapper, {})
|
|
66
66
|
] }));
|
|
67
67
|
}
|
|
@@ -19,7 +19,7 @@ export function AddFilterView({ onClose, onSave, titleId }) {
|
|
|
19
19
|
}
|
|
20
20
|
}, [isSaveEnabled, isDefault, name, dispatch, onSave]);
|
|
21
21
|
return (_jsx(UiFocusManager, { enableFocusTrap: true, enableAutofocus: true, children: _jsxs("div", { className: "configuration-panel configuration-panel__filter-view__add", children: [
|
|
22
|
-
_jsx(UiSubmenuHeader, { title: intl.formatMessage({ id: "filters.filterViews.add.title" }), onBack: onClose, backAriaLabel: intl.formatMessage({ id: "
|
|
22
|
+
_jsx(UiSubmenuHeader, { title: intl.formatMessage({ id: "filters.filterViews.add.title" }), onBack: onClose, backAriaLabel: intl.formatMessage({ id: "filters.filterViews.add.backAriaLabel" }), useShortenedTitle: false, height: "medium", titleId: titleId }), _jsxs("div", { className: "configuration-category", children: [
|
|
23
23
|
_jsx(Input, { value: name, isSmall: true, onChange: onInputChange, label: intl.formatMessage({ id: "filters.filterViews.add.nameLabel" }), placeholder: intl.formatMessage({ id: "filters.filterViews.add.namePlaceholder" }), onEnterKeyPress: handleSave, autofocus: true }), _jsx("div", { className: "gd-filter-view-add-checkbox-row", children: _jsx(Checkbox, { value: isDefault, onChange: setDefault, text: intl.formatMessage({ id: "filters.filterViews.add.setAsDefaultLabel" }) }) }), _jsx("div", { className: "gd-message information gd-filter-view-add-hint", children: _jsx(FormattedMessage, { id: "filters.filterViews.add.hint" }) })
|
|
24
24
|
] }), _jsx("div", { className: "configuration-panel-footer", children: _jsxs("div", { className: "configuration-panel-footer__content", children: [
|
|
25
25
|
_jsx(Button, { size: "small", onClick: onClose, className: "gd-button gd-button-secondary", children: _jsx(FormattedMessage, { id: "filters.filterViews.add.cancelButton" }) }), _jsx(Button, { intent: "action", size: "small", onClick: handleSave, disabled: !isSaveEnabled, children: _jsx(FormattedMessage, { id: "filters.filterViews.add.saveButton" }) })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterViewsList.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/filterViews/FilterViewsList.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,oBAAoB,EAAkB,MAAM,qBAAqB,CAAC;AAmMhF,MAAM,WAAW,6BAA6B;IAC1C,WAAW,EAAE,oBAAoB,EAAE,GAAG,SAAS,CAAC;IAChD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC5B,WAAgB,EAChB,QAAQ,EACR,OAAO,EACP,OAAO,EAAE,WAAW,EACvB,EAAE,6BAA6B,
|
|
1
|
+
{"version":3,"file":"FilterViewsList.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/filterViews/FilterViewsList.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,oBAAoB,EAAkB,MAAM,qBAAqB,CAAC;AAmMhF,MAAM,WAAW,6BAA6B;IAC1C,WAAW,EAAE,oBAAoB,EAAE,GAAG,SAAS,CAAC;IAChD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC5B,WAAgB,EAChB,QAAQ,EACR,OAAO,EACP,OAAO,EAAE,WAAW,EACvB,EAAE,6BAA6B,2CAiO/B"}
|
|
@@ -121,9 +121,15 @@ export function FilterViewsList({ filterViews = [], onAddNew, onClose, titleId:
|
|
|
121
121
|
id: "filters.filterViews.tooltip.ariaLabel",
|
|
122
122
|
}),
|
|
123
123
|
} }), triggerBy: ["hover", "focus"] })
|
|
124
|
-
] }) }), _jsx(ScopedIdStore, { value: scopedIdStoreValue, children: _jsx("div", { className: "configuration-category gd-filter-view__list", role: "grid", ref: containerRef, onKeyDown: onKeyboardNavigation, onBlur: handleBlur, tabIndex: -1, id: scopedIdStoreValue.containerId, "aria-label":
|
|
125
|
-
?
|
|
126
|
-
|
|
124
|
+
] }) }), _jsx(ScopedIdStore, { value: scopedIdStoreValue, children: _jsx("div", { className: "configuration-category gd-filter-view__list", role: "grid", ref: containerRef, onKeyDown: onKeyboardNavigation, onBlur: handleBlur, tabIndex: -1, id: scopedIdStoreValue.containerId, "aria-label": filterViews.length > 0
|
|
125
|
+
? canCreateFilterView
|
|
126
|
+
? intl.formatMessage({
|
|
127
|
+
id: "filters.filterViews.list.ariaLabel.withActions",
|
|
128
|
+
})
|
|
129
|
+
: intl.formatMessage({
|
|
130
|
+
id: "filters.filterViews.list.ariaLabel.noActions",
|
|
131
|
+
})
|
|
132
|
+
: undefined, "aria-labelledby": filterViews.length === 0 ? titleId : undefined, "aria-rowcount": filterViews.length, children: isLoading ? (_jsx("div", { role: "row", children: _jsx("div", { role: "gridcell", children: _jsx("div", { className: "gd-filter-view__list__empty", children: _jsx(LoadingComponent, {}) }) }) })) : filterViews.length > 0 ? (filterViews.map((filterView, index) => (_jsx(FilterListItem, { item: filterView, index: index, focusedAction: filterView === focusedItem ? focusedAction : undefined, onApply: createSelectHandler(filterView), onSetAsDefault: createSetAsDefaultHandler(filterView), onDelete: createDeleteHandler(filterView) }, objRefToString(filterView.ref))))) : (_jsx("div", { role: "row", children: _jsx("div", { role: "gridcell", children: _jsx("div", { className: "gd-filter-view__list__empty", children: _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.emptyList" }) }) }) })) }) }), _jsx("div", { className: "configuration-panel-footer", children: _jsx("div", { className: "configuration-panel-footer__content", children: _jsx(Button, { id: createViewId, className: "gd-button gd-button gd-button-link", iconLeft: "gd-icon-plus", size: "small", onClick: onAddNew, disabled: !canCreateFilterView, accessibilityConfig: {
|
|
127
133
|
ariaExpanded: false,
|
|
128
134
|
ariaHaspopup: "dialog",
|
|
129
135
|
}, children: _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.newButton" }) }) }) })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DashboardParameterFilter.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/parameterFilter/DashboardParameterFilter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DashboardParameterFilter.d.ts","sourceRoot":"","sources":["../../../../src/presentation/filterBar/parameterFilter/DashboardParameterFilter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,OAAO,CAAC;AAI1C,OAAO,EAEH,KAAK,mBAAmB,EAG3B,MAAM,qBAAqB,CAAC;AAkB7B;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC3C,SAAS,EAAE,mBAAmB,CAAC;CAClC;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,EAAE,SAAS,EAAE,EAAE,8BAA8B,GAAG,YAAY,GAAG,IAAI,CAmE3G"}
|
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { defineMessages, useIntl } from "react-intl";
|
|
2
3
|
import { DashboardParameterModeValues, isNumberParameterDefinition, objRefToString, } from "@gooddata/sdk-model";
|
|
3
4
|
import { Dropdown, ParameterControlButton, ParameterControlDropdown } from "@gooddata/sdk-ui-kit";
|
|
4
5
|
import { useDashboardDispatch, useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
|
|
5
6
|
import { selectCatalogParameterByRef } from "../../../model/store/catalog/catalogSelectors.js";
|
|
6
7
|
import { selectIsInEditMode } from "../../../model/store/renderMode/renderModeSelectors.js";
|
|
7
8
|
import { tabsActions } from "../../../model/store/tabs/index.js";
|
|
8
|
-
import { selectParameterResetValueByRef, selectParameterRuntimeOverrideByRef, } from "../../../model/store/tabs/parameters/parametersSelectors.js";
|
|
9
|
+
import { selectParameterReconciliationByRef, selectParameterResetValueByRef, selectParameterRuntimeOverrideByRef, } from "../../../model/store/tabs/parameters/parametersSelectors.js";
|
|
9
10
|
import { DraggableChipSource } from "../../dragAndDrop/DraggableChipSource.js";
|
|
11
|
+
const messages = defineMessages({
|
|
12
|
+
resetWarning: { id: "parameter_filter.button.resetWarning.tooltip" },
|
|
13
|
+
});
|
|
10
14
|
/**
|
|
11
15
|
* Renders a chip for a single dashboard parameter.
|
|
12
16
|
*
|
|
13
17
|
* @internal
|
|
14
18
|
*/
|
|
15
19
|
export function DashboardParameterFilter({ parameter }) {
|
|
20
|
+
const intl = useIntl();
|
|
16
21
|
const dispatch = useDashboardDispatch();
|
|
17
22
|
const workspaceParameter = useDashboardSelector(selectCatalogParameterByRef(parameter.ref));
|
|
18
23
|
const runtimeOverride = useDashboardSelector(selectParameterRuntimeOverrideByRef(parameter.ref));
|
|
19
24
|
const resetValue = useDashboardSelector(selectParameterResetValueByRef(parameter.ref));
|
|
25
|
+
const reconciliation = useDashboardSelector(selectParameterReconciliationByRef(parameter.ref));
|
|
20
26
|
const isInEditMode = useDashboardSelector(selectIsInEditMode);
|
|
21
27
|
if (parameter.mode === DashboardParameterModeValues.HIDDEN || runtimeOverride === undefined) {
|
|
22
28
|
return null;
|
|
@@ -27,10 +33,11 @@ export function DashboardParameterFilter({ parameter }) {
|
|
|
27
33
|
const name = parameter.label ?? workspaceParameter.title;
|
|
28
34
|
const { constraints } = workspaceParameter.definition;
|
|
29
35
|
const dragItem = { type: "parameter", ref: parameter.ref };
|
|
36
|
+
const warningTooltip = reconciliation === "reset" ? intl.formatMessage(messages.resetWarning) : undefined;
|
|
30
37
|
if (parameter.mode === DashboardParameterModeValues.READONLY) {
|
|
31
|
-
return (_jsx(DraggableChipSource, { dragItem: dragItem, canDrag: isInEditMode, children: _jsx(ParameterControlButton, { name: name, value: runtimeOverride, isActive: false, isDraggable: isInEditMode, "data-testid": `dashboard-parameter-${objRefToString(parameter.ref)}` }) }));
|
|
38
|
+
return (_jsx(DraggableChipSource, { dragItem: dragItem, canDrag: isInEditMode, children: _jsx(ParameterControlButton, { name: name, value: runtimeOverride, isActive: false, isDraggable: isInEditMode, warningTooltip: warningTooltip, "data-testid": `dashboard-parameter-${objRefToString(parameter.ref)}` }) }));
|
|
32
39
|
}
|
|
33
|
-
return (_jsx(DraggableChipSource, { dragItem: dragItem, canDrag: isInEditMode, children: _jsx(Dropdown, { renderButton: ({ isOpen, toggleDropdown }) => (_jsx(ParameterControlButton, { name: name, value: runtimeOverride, isActive: isOpen, isDraggable: isInEditMode, onClick: () => toggleDropdown(), "data-testid": `dashboard-parameter-${objRefToString(parameter.ref)}` })), renderBody: ({ closeDropdown }) => (_jsx(ParameterControlDropdown, { name: name, value: runtimeOverride, resetValue: resetValue, constraints: constraints, onApply: (value) => {
|
|
40
|
+
return (_jsx(DraggableChipSource, { dragItem: dragItem, canDrag: isInEditMode, children: _jsx(Dropdown, { renderButton: ({ isOpen, toggleDropdown }) => (_jsx(ParameterControlButton, { name: name, value: runtimeOverride, isActive: isOpen, isDraggable: isInEditMode, onClick: () => toggleDropdown(), warningTooltip: warningTooltip, "data-testid": `dashboard-parameter-${objRefToString(parameter.ref)}` })), renderBody: ({ closeDropdown }) => (_jsx(ParameterControlDropdown, { name: name, value: runtimeOverride, resetValue: resetValue, constraints: constraints, onApply: (value) => {
|
|
34
41
|
dispatch(tabsActions.setParameterRuntimeValue({ ref: parameter.ref, value }));
|
|
35
42
|
closeDropdown();
|
|
36
43
|
}, onCancel: closeDropdown })) }) }));
|
|
@@ -24,6 +24,7 @@ export declare const de_DE: {
|
|
|
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 de_DE: {
|
|
|
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":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"de-DE.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/de-DE.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const de_DE = {
|
|
|
26
26
|
"filterBar.showAll": "Alle anzeigen",
|
|
27
27
|
"filterBar.showLess": "Weniger anzeigen",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Filterliste wurde automatisch eingeblendet",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Filterliste wurde automatisch eingeklappt",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Wenden Sie Filter</link> an, um aktualisierte Daten anzuzeigen.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Um Änderungen anzuwenden, wählen Sie gültige Werte für diese Filter aus: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Alle Filter anwenden",
|
|
@@ -668,6 +669,9 @@ export const de_DE = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Fehler! Ihre Ansicht wurde nicht als Standard festgelegt. Bitte versuchen Sie es erneut.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Fehler! Ihre Ansicht ist immer noch als Standard festgelegt. Bitte versuchen Sie es erneut.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Fehler! Ihre Ansicht wurde nicht angewendet. Bitte versuchen Sie es erneut.",
|
|
672
|
+
"parameter.toast.reset": "<b>Warnung:</b> Parameter \"{name}\" liegt außerhalb des zulässigen Bereichs. Daher wird der Standardwert angewendet, bis Sie einen gültigen Wert festlegen.",
|
|
673
|
+
"parameter.toast.removed": "<b>Warnung:</b> Parameter \"{name}\" wurde entfernt, da er nicht mehr vorhanden ist.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Warnung:</b> Parameter \"{name}\" ist nicht mehr kompatibel und wurde ignoriert.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Liste der gespeicherten Ansichten. Verwenden Sie die rechte Pfeiltaste, um zur Aktion \"Als Standard festlegen\" und dann zur Aktion \"Löschen\" zu wechseln.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Liste der gespeicherten Ansichten",
|
|
673
677
|
"filters.filterViews.add.title": "Ansicht erstellen",
|
|
@@ -24,6 +24,7 @@ export declare const en_AU: {
|
|
|
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 en_AU: {
|
|
|
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":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-AU.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-AU.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const en_AU = {
|
|
|
26
26
|
"filterBar.showAll": "Display all",
|
|
27
27
|
"filterBar.showLess": "Show less",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Filter list has been automatically expanded",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Filter list has been automatically collapsed",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Apply filters</link> to see updated data.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "To apply changes, select valid values for these filters: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Apply all filters",
|
|
@@ -668,6 +669,9 @@ export const en_AU = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Failure! Your view was not set as default. Please try again.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Failure! Your view is still set as default. Please try again.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Failure! Your view was not applied. Please try again.",
|
|
672
|
+
"parameter.toast.reset": "<b>Warning:</b> Parameter \"{name}\" is out of range, so the default value is used until you set a valid value.",
|
|
673
|
+
"parameter.toast.removed": "<b>Warning:</b> Parameter \"{name}\" was removed because it does not exist any more.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Warning:</b> Parameter \"{name}\" is no longer compatible and has been disregarded.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "List of saved views. Use the right arrow key to navigate to the ‘Set as default’ action, then to the ‘delete’ action.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "List of saved views",
|
|
673
677
|
"filters.filterViews.add.title": "Create view",
|
|
@@ -24,6 +24,7 @@ export declare const en_GB: {
|
|
|
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 en_GB: {
|
|
|
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":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-GB.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-GB.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BjB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const en_GB = {
|
|
|
26
26
|
"filterBar.showAll": "Show all",
|
|
27
27
|
"filterBar.showLess": "Show less",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "Filter list has been automatically expanded",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "Filter list has been automatically collapsed",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Apply filters</link> to see updated data.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "To apply changes, select valid values for these filters: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Apply all filters",
|
|
@@ -668,6 +669,9 @@ export const en_GB = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "Failure! Your view was not set as default. Please try again.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "Failure! Your view is still set as default. Please try again.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "Failure! Your view was not applied. Please try again.",
|
|
672
|
+
"parameter.toast.reset": "<b>Warning:</b> Parameter \"{name}\" is out of range, so the default value is applied until you set a valid one.",
|
|
673
|
+
"parameter.toast.removed": "<b>Warning:</b> Parameter \"{name}\" was removed because it no longer exists.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Warning:</b> Parameter \"{name}\" is no longer compatible and has been ignored.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "List of saved views. Use the right arrow key to navigate to the ‘Set as default’ action, then to the ‘delete’ action.",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "List of saved views",
|
|
673
677
|
"filters.filterViews.add.title": "Create view",
|
|
@@ -2683,6 +2683,10 @@ export declare const en_US: {
|
|
|
2683
2683
|
text: string;
|
|
2684
2684
|
crowdinContext: string;
|
|
2685
2685
|
};
|
|
2686
|
+
"parameter_filter.button.resetWarning.tooltip": {
|
|
2687
|
+
text: string;
|
|
2688
|
+
crowdinContext: string;
|
|
2689
|
+
};
|
|
2686
2690
|
"filters.filterViews.list.ariaLabel.withActions": {
|
|
2687
2691
|
text: string;
|
|
2688
2692
|
crowdinContext: string;
|
|
@@ -2727,6 +2731,10 @@ export declare const en_US: {
|
|
|
2727
2731
|
text: string;
|
|
2728
2732
|
crowdinContext: string;
|
|
2729
2733
|
};
|
|
2734
|
+
"filters.filterViews.add.backAriaLabel": {
|
|
2735
|
+
text: string;
|
|
2736
|
+
crowdinContext: string;
|
|
2737
|
+
};
|
|
2730
2738
|
"filters.filterViews.delete.title": {
|
|
2731
2739
|
text: string;
|
|
2732
2740
|
crowdinContext: string;
|
|
@@ -3423,10 +3431,6 @@ export declare const en_US: {
|
|
|
3423
3431
|
text: string;
|
|
3424
3432
|
crowdinContext: string;
|
|
3425
3433
|
};
|
|
3426
|
-
"menu.back": {
|
|
3427
|
-
text: string;
|
|
3428
|
-
crowdinContext: string;
|
|
3429
|
-
};
|
|
3430
3434
|
"drill.kda.from": {
|
|
3431
3435
|
text: string;
|
|
3432
3436
|
crowdinContext: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"en-US.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/en-US.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA66GjB,CAAC"}
|
|
@@ -2685,6 +2685,10 @@ export const en_US = {
|
|
|
2685
2685
|
"text": "<b>Warning:</b> Parameter \"{name}\" is no longer compatible and has been ignored.",
|
|
2686
2686
|
"crowdinContext": "Warning toast shown on dashboard load when a referenced parameter changed to a non-numeric type and can no longer be applied. {name} is the parameter title; <b> renders the leading 'Warning:' label in bold."
|
|
2687
2687
|
},
|
|
2688
|
+
"parameter_filter.button.resetWarning.tooltip": {
|
|
2689
|
+
"text": "The original value is out of range, so the default is applied until you set a valid value.",
|
|
2690
|
+
"crowdinContext": "Tooltip on a dashboard parameter button whose saved value is outside the parameter's allowed range; the workspace default is executed until the user sets a valid value."
|
|
2691
|
+
},
|
|
2688
2692
|
"filters.filterViews.list.ariaLabel.withActions": {
|
|
2689
2693
|
"text": "List of saved views. Use the right arrow key to move to the ‘Set as default’ action, then to the ‘delete’ action.",
|
|
2690
2694
|
"crowdinContext": "Screen reader description for the list of saved views. Includes the possible keyboard actions."
|
|
@@ -2729,6 +2733,10 @@ export const en_US = {
|
|
|
2729
2733
|
"text": "Cancel",
|
|
2730
2734
|
"crowdinContext": "Label of the button that cancels the form changes."
|
|
2731
2735
|
},
|
|
2736
|
+
"filters.filterViews.add.backAriaLabel": {
|
|
2737
|
+
"text": "Back to list of saved views",
|
|
2738
|
+
"crowdinContext": "Aria label of the back button in the Create saved view form, navigating back to the list of saved views."
|
|
2739
|
+
},
|
|
2732
2740
|
"filters.filterViews.delete.title": {
|
|
2733
2741
|
"text": "Delete view?",
|
|
2734
2742
|
"crowdinContext": "Label of the dialog that confirms deletion of the filter view entity."
|
|
@@ -3425,10 +3433,6 @@ export const en_US = {
|
|
|
3425
3433
|
"text": "The raw error response shows back-end information about the error that has occurred. It is visible only to the administrators.",
|
|
3426
3434
|
"crowdinContext": "Key driver analysis error details title tooltip for showing raw error response json"
|
|
3427
3435
|
},
|
|
3428
|
-
"menu.back": {
|
|
3429
|
-
"text": "Back to the parent menu",
|
|
3430
|
-
"crowdinContext": "Button label for navigating back to the parent menu in a nested menu structure. Used in hierarchical navigation."
|
|
3431
|
-
},
|
|
3432
3436
|
"drill.kda.from": {
|
|
3433
3437
|
"text": "from",
|
|
3434
3438
|
"crowdinContext": "Key driver analysis drill from label, must be lowercase"
|
|
@@ -24,6 +24,7 @@ export declare const es_419: {
|
|
|
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 es_419: {
|
|
|
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":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"es-419.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-419.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA22BlB,CAAC"}
|
|
@@ -26,6 +26,7 @@ export const es_419 = {
|
|
|
26
26
|
"filterBar.showAll": "Mostrar todo",
|
|
27
27
|
"filterBar.showLess": "Mostrar menos",
|
|
28
28
|
"filterBar.filterListAutoExpanded": "La lista de filtros se expandió automáticamente",
|
|
29
|
+
"filterBar.filterListAutoCollapsed": "La lista de filtros se contrajo automáticamente",
|
|
29
30
|
"filterBar.unappliedFiltersNotification": "<link>Aplicar filtros</link> para ver los datos actualizados.",
|
|
30
31
|
"filterBar.invalidFilterSelection": "Para aplicar los cambios, seleccione valores válidos para estos filtros: {names}",
|
|
31
32
|
"filterBar.applyFilters": "Aplicar todos los filtros",
|
|
@@ -668,6 +669,9 @@ export const es_419 = {
|
|
|
668
669
|
"filters.filterViews.toast.viewNotSetAsDefault": "¡Fallo! Su vista no está configurada por defecto. Por favor, inténtelo de nuevo.",
|
|
669
670
|
"filters.filterViews.toast.viewNotUnsetAsDefault": "¡Fallo! Su vista sigue siendo la predeterminada. Por favor, inténtelo de nuevo.",
|
|
670
671
|
"filters.filterViews.toast.viewNotApplied": "¡Fallo! Su vista no se ha aplicado. Por favor, inténtelo de nuevo.",
|
|
672
|
+
"parameter.toast.reset": "<b>Advertencia:</b> El parámetro \"{name}\" está fuera de rango, por lo que se aplica el valor predeterminado hasta que establezca uno válido.",
|
|
673
|
+
"parameter.toast.removed": "<b>Advertencia:</b> Se eliminó el parámetro \"{name}\" porque ya no existe.",
|
|
674
|
+
"parameter.toast.incompatible": "<b>Advertencia:</b> El parámetro \"{name}\" ya no es compatible y se ignoró.",
|
|
671
675
|
"filters.filterViews.list.ariaLabel.withActions": "Lista de vistas guardadas. Utilice la tecla de flecha derecha para desplazarse a la acción \"Establecer como predeterminada\" y, a continuación, a la acción \"Eliminar\".",
|
|
672
676
|
"filters.filterViews.list.ariaLabel.noActions": "Lista de vistas guardadas",
|
|
673
677
|
"filters.filterViews.add.title": "Crear vista",
|
|
@@ -24,6 +24,7 @@ export declare const es_ES: {
|
|
|
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 es_ES: {
|
|
|
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;
|