@gooddata/sdk-ui-dashboard 11.48.0-alpha.1 → 11.48.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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/automation/index.d.ts +7 -9
- package/esm/_staging/automation/index.d.ts.map +1 -1
- package/esm/_staging/automation/index.js +22 -12
- package/esm/kdaDialog/composition/KdaAttributesDropdown.d.ts +15 -0
- package/esm/kdaDialog/composition/KdaAttributesDropdown.d.ts.map +1 -0
- package/esm/kdaDialog/composition/KdaAttributesDropdown.js +66 -0
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.d.ts +14 -0
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.d.ts.map +1 -0
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.js +33 -0
- package/esm/kdaDialog/composition/KeyDriversFooter.d.ts.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversFooter.js +24 -78
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.d.ts +15 -0
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.d.ts.map +1 -0
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.js +51 -0
- package/esm/kdaDialog/composition/hooks/useKdaValidAttributes.d.ts +9 -0
- package/esm/kdaDialog/composition/hooks/useKdaValidAttributes.d.ts.map +1 -0
- package/esm/kdaDialog/composition/hooks/useKdaValidAttributes.js +45 -0
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts +10 -3
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.js +5 -4
- package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.js +11 -2
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.d.ts +9 -1
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.js +4 -4
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +9 -2
- package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.js +11 -2
- package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.js +47 -13
- package/esm/model/react/useExportTemplates.d.ts +7 -2
- package/esm/model/react/useExportTemplates.d.ts.map +1 -1
- package/esm/model/react/useExportTemplates.js +50 -6
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.js +10 -11
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +0 -20
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.js +8 -34
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertThreshold.d.ts +20 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertThreshold.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertThreshold.js +16 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +12 -8
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.js +2 -2
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.js +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +2 -2
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts +20 -17
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.js +57 -40
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts +3 -3
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.js +3 -3
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.js +9 -5
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js +13 -5
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts +3 -3
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.js +18 -10
- package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.js +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeItem.js +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +13 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +17 -5
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +5 -1
- package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts +1 -1
- package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.js +6 -7
- package/esm/sdk-ui-dashboard.d.ts +1 -1
- package/package.json +21 -21
- package/styles/css/kdaDialog.css +30 -9
- package/styles/css/kdaDialog.css.map +1 -1
- package/styles/css/main.css +33 -22
- package/styles/css/main.css.map +1 -1
- package/styles/css/topBar.css +3 -13
- package/styles/css/topBar.css.map +1 -1
- package/styles/scss/kdaDialog.scss +30 -9
- package/styles/scss/topBar.scss +3 -15
package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type IAutomationMetadataObject, type IDashboardExportParameter, type IdentifierRef } from "@gooddata/sdk-model";
|
|
1
|
+
import { type IAutomationMetadataObject, type IDashboardExportParameter, type IdentifierRef, type ParameterValue } from "@gooddata/sdk-model";
|
|
2
2
|
import type { ExtendedDashboardWidget } from "../../../../model/types/layoutTypes.js";
|
|
3
3
|
import { type IAutomationParameter } from "./automationParameters.js";
|
|
4
4
|
/**
|
|
@@ -52,10 +52,10 @@ export interface IUseAutomationExportParameters {
|
|
|
52
52
|
*/
|
|
53
53
|
flatTabId: string | undefined;
|
|
54
54
|
onParameterAdd: (ref: IdentifierRef) => void;
|
|
55
|
-
onParameterChange: (ref: IdentifierRef, value:
|
|
55
|
+
onParameterChange: (ref: IdentifierRef, value: ParameterValue) => void;
|
|
56
56
|
onParameterDelete: (ref: IdentifierRef) => void;
|
|
57
57
|
onParameterAddByTab: (tabId: string, ref: IdentifierRef) => void;
|
|
58
|
-
onParameterChangeByTab: (tabId: string, ref: IdentifierRef, value:
|
|
58
|
+
onParameterChangeByTab: (tabId: string, ref: IdentifierRef, value: ParameterValue) => void;
|
|
59
59
|
onParameterDeleteByTab: (tabId: string, ref: IdentifierRef) => void;
|
|
60
60
|
/**
|
|
61
61
|
* Resets the working set to the current dashboard's effective values and writes it back — the
|
package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutomationExportParameters.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/shared/automationFilters/useAutomationExportParameters.ts"],"names":[],"mappings":"AAMA,OAAO,EAEH,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAG9B,KAAK,aAAa,
|
|
1
|
+
{"version":3,"file":"useAutomationExportParameters.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/shared/automationFilters/useAutomationExportParameters.ts"],"names":[],"mappings":"AAMA,OAAO,EAEH,KAAK,yBAAyB,EAC9B,KAAK,yBAAyB,EAG9B,KAAK,aAAa,EAClB,KAAK,cAAc,EAGtB,MAAM,qBAAqB,CAAC;AAmB7B,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAEtF,OAAO,EACH,KAAK,oBAAoB,EAK5B,MAAM,2BAA2B,CAAC;AAEnC;;;GAGG;AACH,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,EAAE,oBAAoB,EAAE,CAAC,CAAC;AAE3E;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAChD,gBAAgB,CAAC,EAAE,yBAAyB,CAAC;IAC7C,MAAM,CAAC,EAAE,uBAAuB,CAAC;IACjC;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;OAGG;IACH,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,CAAC,GAAG,SAAS,KAAK,IAAI,CAAC;CAC9F;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,8BAA8B;IAC3C,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,sBAAsB,EAAE,qBAAqB,CAAC;IAC9C;;OAEG;IACH,wBAAwB,EAAE,qBAAqB,CAAC;IAChD;;;OAGG;IACH,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,cAAc,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IAC7C,iBAAiB,EAAE,CAAC,GAAG,EAAE,aAAa,EAAE,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;IACvE,iBAAiB,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IAChD,mBAAmB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IACjE,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,aAAa,EAAE,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;IAC3F,sBAAsB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IACpE;;;OAGG;IACH,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB;;;OAGG;IACH,uBAAuB,EAAE,CAAC,eAAe,EAAE,OAAO,KAAK,IAAI,CAAC;CAC/D;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,EAC1C,gBAAgB,EAChB,MAAM,EACN,eAAe,EACf,iBAAiB,EACpB,EAAE,mCAAmC,GAAG,8BAA8B,CAsMtE"}
|
package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.js
CHANGED
|
@@ -5,9 +5,9 @@ import { DashboardParameterModeValues, areObjRefsEqual, objRefToString, } from "
|
|
|
5
5
|
import { exportParametersToValues, getAutomationExportParametersByTab, } from "../../../../_staging/automation/index.js";
|
|
6
6
|
import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
|
|
7
7
|
import { selectCatalogParameters } from "../../../../model/store/catalog/catalogSelectors.js";
|
|
8
|
-
import { selectEnableParameters } from "../../../../model/store/config/configSelectors.js";
|
|
8
|
+
import { selectEnableParameters, selectEnableStringParameters, } from "../../../../model/store/config/configSelectors.js";
|
|
9
9
|
import { selectWidgetLocalIdToTabIdMap } from "../../../../model/store/tabs/layout/layoutSelectors.js";
|
|
10
|
-
import {
|
|
10
|
+
import { selectExportEffectiveParameters, selectSmartPersistedTabsParameters, } from "../../../../model/store/tabs/parameters/parametersSelectors.js";
|
|
11
11
|
import { selectTabs } from "../../../../model/store/tabs/tabsSelectors.js";
|
|
12
12
|
import { availableAutomationParameters, reconstructAutomationParametersFromExportParameters, shouldStoreExportParameters, toEffectiveParametersByTab, } from "./automationParameters.js";
|
|
13
13
|
/**
|
|
@@ -15,12 +15,13 @@ import { availableAutomationParameters, reconstructAutomationParametersFromExpor
|
|
|
15
15
|
*/
|
|
16
16
|
export function useAutomationExportParameters({ automationToEdit, widget, storeParameters, setParametersWire, }) {
|
|
17
17
|
const parametersEnabled = useDashboardSelector(selectEnableParameters);
|
|
18
|
+
const stringParametersEnabled = useDashboardSelector(selectEnableStringParameters);
|
|
18
19
|
const catalog = useDashboardSelector(selectCatalogParameters);
|
|
19
20
|
const dashboardParametersByTab = useDashboardSelector(selectSmartPersistedTabsParameters);
|
|
20
21
|
const tabs = useDashboardSelector(selectTabs);
|
|
21
22
|
const widgetTabMap = useDashboardSelector(selectWidgetLocalIdToTabIdMap);
|
|
22
23
|
const widgetIds = widget ? [objRefToString(widget.ref)] : undefined;
|
|
23
|
-
const effectiveParametersByTab = useDashboardSelector(
|
|
24
|
+
const effectiveParametersByTab = useDashboardSelector(selectExportEffectiveParameters(widgetIds));
|
|
24
25
|
const flatTabId = resolveFlatTabId(widget, widgetTabMap, tabs);
|
|
25
26
|
const shouldStore = shouldStoreExportParameters(!!widget, storeParameters);
|
|
26
27
|
const [editedParametersByTab, setEditedParametersByTab] = useState(() => {
|
|
@@ -28,7 +29,7 @@ export function useAutomationExportParameters({ automationToEdit, widget, storeP
|
|
|
28
29
|
return {};
|
|
29
30
|
}
|
|
30
31
|
const storedByTab = getAutomationExportParametersByTab(automationToEdit);
|
|
31
|
-
return reconstructParametersByTab(storedByTab ?? effectiveParametersByTab, dashboardParametersByTab, catalog);
|
|
32
|
+
return reconstructParametersByTab(storedByTab ?? effectiveParametersByTab, dashboardParametersByTab, catalog, stringParametersEnabled);
|
|
32
33
|
});
|
|
33
34
|
// Encodes the gated wire shape and writes it onto the automation — the only path to the document.
|
|
34
35
|
const persistWire = useCallback((parametersByTab, store) => setParametersWire(toEffectiveParametersByTab(parametersByTab, parametersEnabled && store)), [parametersEnabled, setParametersWire]);
|
|
@@ -50,9 +51,9 @@ export function useAutomationExportParameters({ automationToEdit, widget, storeP
|
|
|
50
51
|
// path; dashboard schedules have no widget context and fall back to dashboard/default
|
|
51
52
|
// inside availableAutomationParameters.
|
|
52
53
|
const widgetParameterValues = widget
|
|
53
|
-
? exportParametersToValues(effectiveParametersByTab[tabId] ?? [])
|
|
54
|
+
? exportParametersToValues(effectiveParametersByTab[tabId] ?? [], stringParametersEnabled)
|
|
54
55
|
: [];
|
|
55
|
-
result[tabId] = availableAutomationParameters(catalog, editedParametersByTab[tabId] ?? [], dashboardParametersByTab[tabId] ?? [], widgetParameterValues);
|
|
56
|
+
result[tabId] = availableAutomationParameters(catalog, editedParametersByTab[tabId] ?? [], dashboardParametersByTab[tabId] ?? [], widgetParameterValues, stringParametersEnabled);
|
|
56
57
|
}
|
|
57
58
|
return result;
|
|
58
59
|
}, [
|
|
@@ -64,11 +65,18 @@ export function useAutomationExportParameters({ automationToEdit, widget, storeP
|
|
|
64
65
|
catalog,
|
|
65
66
|
dashboardParametersByTab,
|
|
66
67
|
effectiveParametersByTab,
|
|
68
|
+
stringParametersEnabled,
|
|
67
69
|
]);
|
|
68
70
|
// The fresh per-tab execution set reconstructed from the current dashboard's effective values.
|
|
69
71
|
const parametersForNewAutomation = useMemo(() => parametersEnabled
|
|
70
|
-
? reconstructParametersByTab(effectiveParametersByTab, dashboardParametersByTab, catalog)
|
|
71
|
-
: {}, [
|
|
72
|
+
? reconstructParametersByTab(effectiveParametersByTab, dashboardParametersByTab, catalog, stringParametersEnabled)
|
|
73
|
+
: {}, [
|
|
74
|
+
parametersEnabled,
|
|
75
|
+
effectiveParametersByTab,
|
|
76
|
+
dashboardParametersByTab,
|
|
77
|
+
catalog,
|
|
78
|
+
stringParametersEnabled,
|
|
79
|
+
]);
|
|
72
80
|
const applyLatest = useCallback(() => {
|
|
73
81
|
setEditedParametersByTab(parametersForNewAutomation);
|
|
74
82
|
persistWire(parametersForNewAutomation, shouldStore);
|
|
@@ -138,6 +146,6 @@ function resolveFlatTabId(widget, widgetTabMap, tabs) {
|
|
|
138
146
|
function isVisibleParameter(parameter) {
|
|
139
147
|
return parameter.mode !== DashboardParameterModeValues.HIDDEN;
|
|
140
148
|
}
|
|
141
|
-
function reconstructParametersByTab(byTab, dashboardParametersByTab, catalog) {
|
|
142
|
-
return mapValues(byTab, (exportParameters, tabId) => reconstructAutomationParametersFromExportParameters(exportParameters, dashboardParametersByTab[tabId] ?? [], catalog));
|
|
149
|
+
function reconstructParametersByTab(byTab, dashboardParametersByTab, catalog, isStringParametersEnabled) {
|
|
150
|
+
return mapValues(byTab, (exportParameters, tabId) => reconstructAutomationParametersFromExportParameters(exportParameters, dashboardParametersByTab[tabId] ?? [], catalog, isStringParametersEnabled));
|
|
143
151
|
}
|
package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type IdentifierRef } from "@gooddata/sdk-model";
|
|
1
|
+
import { type IdentifierRef, type ParameterValue } from "@gooddata/sdk-model";
|
|
2
2
|
import { type IAutomationParameter } from "./automationParameters.js";
|
|
3
3
|
/**
|
|
4
4
|
* Owns the parameter screen-reader announcement string and how a parameter is named (its title, or
|
|
@@ -9,7 +9,7 @@ import { type IAutomationParameter } from "./automationParameters.js";
|
|
|
9
9
|
export declare function useParameterAnnouncements(): {
|
|
10
10
|
parameterAnnouncement: string;
|
|
11
11
|
announceParameterAdded: (list: IAutomationParameter[], ref: IdentifierRef) => void;
|
|
12
|
-
announceParameterChanged: (list: IAutomationParameter[], ref: IdentifierRef, value:
|
|
12
|
+
announceParameterChanged: (list: IAutomationParameter[], ref: IdentifierRef, value: ParameterValue) => void;
|
|
13
13
|
announceParameterRemoved: (list: IAutomationParameter[], ref: IdentifierRef) => void;
|
|
14
14
|
};
|
|
15
15
|
//# sourceMappingURL=useParameterAnnouncements.d.ts.map
|
package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useParameterAnnouncements.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/shared/automationFilters/useParameterAnnouncements.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,aAAa,EAAmB,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"useParameterAnnouncements.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/shared/automationFilters/useParameterAnnouncements.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,cAAc,EAAmB,MAAM,qBAAqB,CAAC;AAE/F,OAAO,EAAE,KAAK,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAQtE;;;;;GAKG;AACH,wBAAgB,yBAAyB,IAAI;IACzC,qBAAqB,EAAE,MAAM,CAAC;IAC9B,sBAAsB,EAAE,CAAC,IAAI,EAAE,oBAAoB,EAAE,EAAE,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IACnF,wBAAwB,EAAE,CACtB,IAAI,EAAE,oBAAoB,EAAE,EAC5B,GAAG,EAAE,aAAa,EAClB,KAAK,EAAE,cAAc,KACpB,IAAI,CAAC;IACV,wBAAwB,EAAE,CAAC,IAAI,EAAE,oBAAoB,EAAE,EAAE,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;CACxF,CAmBA"}
|
|
@@ -9,5 +9,5 @@ export function SelectionModeItem({ item, itemTitle, tooltip, selected, disabled
|
|
|
9
9
|
}, "s-selection-mode-dropdown-item", `s-selection-mode-dropdown-item-${item}`);
|
|
10
10
|
const tooltipText = disabled ? disabledTooltip : tooltip;
|
|
11
11
|
return (_jsxs("div", { className: className, onClick: () => !disabled && onClick(), children: [
|
|
12
|
-
_jsx("span", { className: "selection-kind-dropdown-item-title", children: itemTitle }), tooltipText ? (_jsx(UiTooltip, { anchor: _jsx("span", { className: "selection-kind-dropdown-item-help gd-icon-circle-question" }), content: tooltipText, arrowPlacement: "left", triggerBy: ["hover"], width: TOOLTIP_WIDTH_MEDIUM,
|
|
12
|
+
_jsx("span", { className: "selection-kind-dropdown-item-title", children: itemTitle }), tooltipText ? (_jsx(UiTooltip, { anchor: _jsx("span", { className: "selection-kind-dropdown-item-help gd-icon-circle-question" }), content: tooltipText, arrowPlacement: "left", triggerBy: ["hover"], width: TOOLTIP_WIDTH_MEDIUM, inlineAnchor: true })) : null] }));
|
|
13
13
|
}
|
|
@@ -8,7 +8,7 @@ export function SelectionTypeItem({ item, itemTitle, tooltip, selected, disabled
|
|
|
8
8
|
"is-disabled": disabled,
|
|
9
9
|
}, "s-selection-kind-dropdown-item", `s-selection-kind-dropdown-item-${item}`);
|
|
10
10
|
const itemContent = (_jsxs("div", { className: className, onClick: () => !disabled && onClick(), children: [
|
|
11
|
-
_jsx("span", { className: "selection-kind-dropdown-item-title", children: itemTitle }), disabled ? null : (_jsx(UiTooltip, { anchor: _jsx("span", { className: "selection-kind-dropdown-item-help gd-icon-circle-question" }), content: _jsx("span", { style: { whiteSpace: "pre-line", maxWidth: 240 }, children: tooltip }), arrowPlacement: "left", triggerBy: ["hover"],
|
|
11
|
+
_jsx("span", { className: "selection-kind-dropdown-item-title", children: itemTitle }), disabled ? null : (_jsx(UiTooltip, { anchor: _jsx("span", { className: "selection-kind-dropdown-item-help gd-icon-circle-question" }), content: _jsx("span", { style: { whiteSpace: "pre-line", maxWidth: 240 }, children: tooltip }), arrowPlacement: "left", triggerBy: ["hover"], inlineAnchor: true }))] }));
|
|
12
12
|
if (disabled && disabledTooltip) {
|
|
13
13
|
return (_jsx(UiTooltip, { anchor: itemContent, content: _jsx("span", { style: { maxWidth: 240 }, children: disabledTooltip }), arrowPlacement: "left", triggerBy: ["hover"], anchorWrapperStyles: { width: "100%", height: "100%" } }));
|
|
14
14
|
}
|
|
@@ -4,6 +4,8 @@ export declare const de_DE: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const de_DE: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const de_DE: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const de_DE = {
|
|
|
6
6
|
"empty_value": "leerer Wert",
|
|
7
7
|
"gs.list.cancel": "Abbrechen",
|
|
8
8
|
"gs.list.apply": "Anwenden",
|
|
9
|
+
"gs.list.only": "Nur",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Nur {itemTitle} auswählen",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Großartig. Wir haben Ihr Dashboard gespeichert.",
|
|
10
12
|
"options.menu.save.as": "Als neu speichern",
|
|
11
13
|
"options.menu.save.as.tooltip": "Ein leeres Dashboard kann nicht gespeichert werden.",
|
|
@@ -294,6 +296,7 @@ export const de_DE = {
|
|
|
294
296
|
"gs.date.yesterday": "Gestern",
|
|
295
297
|
"messages.exportResultError": "Daten konnten nicht exportiert werden. Versuchen Sie es später noch einmal.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Export fehlgeschlagen. Zu viele Zeilen ({actual}). Das Limit beträgt {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Zeitüberschreitung beim Exportieren. Schränken Sie den Export ein (weniger Zeilen oder Spalten) und versuchen Sie es erneut.",
|
|
297
300
|
"messages.exportResultRestrictedError": "Sie können diese Visualisierung nicht exportieren, da sie eingeschränkte Daten enthält.",
|
|
298
301
|
"messages.exportResultStart": "Export wird durchgeführt",
|
|
299
302
|
"messages.exportResultSuccess": "Export erfolgreich abgeschlossen.",
|
|
@@ -830,7 +833,8 @@ export const de_DE = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Analysezusammenfassung",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Getestete {combinations} Varianten mit <button>{attributes} Attributen</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Attributauswahl ändern",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# Treiber} other {# Treiber}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Keine Treiber",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Diff",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Klicken Sie auf die Spalte, um die wichtigsten Treiber für die angegebene {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Änderung in {title} bis {category}",
|
|
@@ -4,6 +4,8 @@ export declare const en_AU: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const en_AU: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const en_AU: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const en_AU = {
|
|
|
6
6
|
"empty_value": "empty value",
|
|
7
7
|
"gs.list.cancel": "Cancel",
|
|
8
8
|
"gs.list.apply": "Apply",
|
|
9
|
+
"gs.list.only": "Only",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Select only {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Great. We saved your dashboard.",
|
|
10
12
|
"options.menu.save.as": "Save as new",
|
|
11
13
|
"options.menu.save.as.tooltip": "Empty dashboard cannot be saved.",
|
|
@@ -294,6 +296,7 @@ export const en_AU = {
|
|
|
294
296
|
"gs.date.yesterday": "Yesterday",
|
|
295
297
|
"messages.exportResultError": "Failed to export the data. Try again later.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Export failed. Too many rows ({actual}). Limit is {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Export timed out. Narrow the export (fewer rows or columns) and try again.",
|
|
297
300
|
"messages.exportResultRestrictedError": "You cannot export this visualisation because it contains restricted data.",
|
|
298
301
|
"messages.exportResultStart": "Export in progress",
|
|
299
302
|
"messages.exportResultSuccess": "Export successful.",
|
|
@@ -829,8 +832,9 @@ export const en_AU = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Key driver analysis navigation",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Analysis summary",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Tested {combinations} variants with <button>{attributes} attributes</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Change
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Change attributes selection",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# driver} other {# drivers}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "No drivers",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Difference",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Click on column to view key drivers for given {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Change in {title} by {category}",
|
|
@@ -4,6 +4,8 @@ export declare const en_GB: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const en_GB: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const en_GB: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const en_GB = {
|
|
|
6
6
|
"empty_value": "empty value",
|
|
7
7
|
"gs.list.cancel": "Cancel",
|
|
8
8
|
"gs.list.apply": "Apply",
|
|
9
|
+
"gs.list.only": "Only",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Select only {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Great. We saved your dashboard.",
|
|
10
12
|
"options.menu.save.as": "Save as new",
|
|
11
13
|
"options.menu.save.as.tooltip": "Empty dashboard cannot be saved.",
|
|
@@ -294,6 +296,7 @@ export const en_GB = {
|
|
|
294
296
|
"gs.date.yesterday": "Yesterday",
|
|
295
297
|
"messages.exportResultError": "Failed to export the data. Try again later.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Export failed. Too many rows ({actual}). The limit is {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Export timed out. Narrow the export (fewer rows or columns) and try again.",
|
|
297
300
|
"messages.exportResultRestrictedError": "You cannot export this visualisation because it contains restricted data.",
|
|
298
301
|
"messages.exportResultStart": "Export in progress",
|
|
299
302
|
"messages.exportResultSuccess": "Export successful.",
|
|
@@ -830,7 +833,8 @@ export const en_GB = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Analysis summary",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Tested {combinations} variants with <button>{attributes} attributes</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Change attribute selection",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# driver} other {# drivers}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "No drivers",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Diff",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Click on column to view key drivers for the specified {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Change in {title} by {category}",
|
|
@@ -19,6 +19,14 @@ export declare const en_US: {
|
|
|
19
19
|
text: string;
|
|
20
20
|
crowdinContext: string;
|
|
21
21
|
};
|
|
22
|
+
"gs.list.only": {
|
|
23
|
+
text: string;
|
|
24
|
+
crowdinContext: string;
|
|
25
|
+
};
|
|
26
|
+
"attributesDropdown.onlyLabel": {
|
|
27
|
+
text: string;
|
|
28
|
+
crowdinContext: string;
|
|
29
|
+
};
|
|
22
30
|
"messages.dashboardSaveSuccess": {
|
|
23
31
|
text: string;
|
|
24
32
|
crowdinContext: string;
|
|
@@ -3319,7 +3327,11 @@ export declare const en_US: {
|
|
|
3319
3327
|
text: string;
|
|
3320
3328
|
crowdinContext: string;
|
|
3321
3329
|
};
|
|
3322
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
3330
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": {
|
|
3331
|
+
text: string;
|
|
3332
|
+
crowdinContext: string;
|
|
3333
|
+
};
|
|
3334
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": {
|
|
3323
3335
|
text: string;
|
|
3324
3336
|
crowdinContext: string;
|
|
3325
3337
|
};
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAq5GjB,CAAC"}
|
|
@@ -21,6 +21,14 @@ export const en_US = {
|
|
|
21
21
|
"text": "Apply",
|
|
22
22
|
"crowdinContext": "Button label to apply the current selection or changes"
|
|
23
23
|
},
|
|
24
|
+
"gs.list.only": {
|
|
25
|
+
"text": "Only",
|
|
26
|
+
"crowdinContext": "Action to select only this item in a multi-select list"
|
|
27
|
+
},
|
|
28
|
+
"attributesDropdown.onlyLabel": {
|
|
29
|
+
"text": "Select only {itemTitle}",
|
|
30
|
+
"crowdinContext": "Accessible label for the action that selects only the given item"
|
|
31
|
+
},
|
|
24
32
|
"messages.dashboardSaveSuccess": {
|
|
25
33
|
"text": "Great. We saved your dashboard.",
|
|
26
34
|
"crowdinContext": "Success notification shown after successfully saving a dashboard"
|
|
@@ -3318,12 +3326,16 @@ export const en_US = {
|
|
|
3318
3326
|
"crowdinContext": "Key drivers overview summary drivers description in key driver analysis dialog"
|
|
3319
3327
|
},
|
|
3320
3328
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": {
|
|
3321
|
-
"text": "Change
|
|
3322
|
-
"crowdinContext": "Change
|
|
3329
|
+
"text": "Change attributes selection",
|
|
3330
|
+
"crowdinContext": "Change attributes selection dialog label and visual header in key driver analysis dialog"
|
|
3331
|
+
},
|
|
3332
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": {
|
|
3333
|
+
"text": "{count, plural, one {# driver} other {# drivers}}",
|
|
3334
|
+
"crowdinContext": "Accessible label for the number of drivers of an attribute in key driver analysis dialog"
|
|
3323
3335
|
},
|
|
3324
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
3325
|
-
"text": "
|
|
3326
|
-
"crowdinContext": "
|
|
3336
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": {
|
|
3337
|
+
"text": "No drivers",
|
|
3338
|
+
"crowdinContext": "Accessible label when an attribute has no drivers in key driver analysis dialog"
|
|
3327
3339
|
},
|
|
3328
3340
|
"kdaDialog.dialog.keyDrives.overview.diff.title": {
|
|
3329
3341
|
"text": "Diff",
|
|
@@ -4,6 +4,8 @@ export declare const es_419: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const es_419: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const es_419: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BlB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const es_419 = {
|
|
|
6
6
|
"empty_value": "valor vacío",
|
|
7
7
|
"gs.list.cancel": "Cancelar",
|
|
8
8
|
"gs.list.apply": "Aplicar",
|
|
9
|
+
"gs.list.only": "Solo",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Seleccione sólo {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Genial. Guardamos su panel.",
|
|
10
12
|
"options.menu.save.as": "Guardar como nuevo",
|
|
11
13
|
"options.menu.save.as.tooltip": "No se puede guardar el panel vacío.",
|
|
@@ -294,6 +296,7 @@ export const es_419 = {
|
|
|
294
296
|
"gs.date.yesterday": "Ayer",
|
|
295
297
|
"messages.exportResultError": "Error al exportar los datos. Inténtelo más tarde.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Error de exportación. Demasiadas filas ({actual}). El límite es {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Se agotó el tiempo de exportación. Reduzca la exportación (menos filas o columnas) e inténtelo de nuevo.",
|
|
297
300
|
"messages.exportResultRestrictedError": "No puede exportar esta visualización porque contiene datos restringidos.",
|
|
298
301
|
"messages.exportResultStart": "Exportación en curso",
|
|
299
302
|
"messages.exportResultSuccess": "Exportación realizada con éxito.",
|
|
@@ -830,7 +833,8 @@ export const es_419 = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Resumen del análisis",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Variantes probadas de {combinations} con atributos de <button>{attributes}</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Cambiar la selección de atributos",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# impulsor} other {# impulsores}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Sin impulsores",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Dif",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Haga clic en una columna para ver los factores clave {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Cambio en {title} por {category}",
|
|
@@ -4,6 +4,8 @@ export declare const es_ES: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const es_ES: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const es_ES: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"es-ES.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/es-ES.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const es_ES = {
|
|
|
6
6
|
"empty_value": "valor vacío",
|
|
7
7
|
"gs.list.cancel": "Cancelar",
|
|
8
8
|
"gs.list.apply": "Aplicar",
|
|
9
|
+
"gs.list.only": "Solo",
|
|
10
|
+
"attributesDropdown.onlyLabel": "Seleccione sólo {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "Genial. Hemos guardado su panel.",
|
|
10
12
|
"options.menu.save.as": "Guardar como nuevo",
|
|
11
13
|
"options.menu.save.as.tooltip": "No se puede guardar el panel vacío.",
|
|
@@ -294,6 +296,7 @@ export const es_ES = {
|
|
|
294
296
|
"gs.date.yesterday": "Ayer",
|
|
295
297
|
"messages.exportResultError": "Error al exportar los datos. Inténtelo de nuevo más tarde.",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "Error de exportación. Demasiadas filas ({actual}). El límite es {limit}.",
|
|
299
|
+
"messages.exportResultError.timeout": "Se agotó el tiempo de espera de la exportación. Reduzca la exportación (menos filas o columnas) e inténtelo de nuevo.",
|
|
297
300
|
"messages.exportResultRestrictedError": "No puede exportar esta visualización porque contiene datos restringidos.",
|
|
298
301
|
"messages.exportResultStart": "Exportación en curso",
|
|
299
302
|
"messages.exportResultSuccess": "Exportación correcta.",
|
|
@@ -829,8 +832,9 @@ export const es_ES = {
|
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navegación del análisis de controladores clave",
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Resumen del análisis",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "Variantes probadas de {combinations} con atributos de <button>{attributes}</button>",
|
|
832
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Cambiar la selección de
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "Cambiar la selección de atributos",
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, one {# impulsor} other {# impulsores}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "Sin impulsores",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "Dif",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "Haga clic en una columna para ver los factores clave {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "Cambio en {title} por {category}",
|
|
@@ -4,6 +4,8 @@ export declare const fi_FI: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const fi_FI: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const fi_FI: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fi-FI.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fi-FI.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BjB,CAAC"}
|