@gooddata/sdk-ui-dashboard 11.48.0-alpha.1 → 11.48.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_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/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/useEditAlert.d.ts +1 -1
- 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/localization/bundles/de-DE.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +1 -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 +1 -0
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +1 -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 +1 -0
- 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/main.css +3 -13
- 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/topBar.scss +3 -15
package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useIntl } from "react-intl";
|
|
3
3
|
import { DashboardParameterModeValues } from "@gooddata/sdk-model";
|
|
4
|
-
import { Dropdown,
|
|
4
|
+
import { Dropdown, ParameterControl, UiChip, UiTooltip, isActionKey, useIdPrefixed, } from "@gooddata/sdk-ui-kit";
|
|
5
5
|
/**
|
|
6
6
|
* Workspace parameter as an editable chip in automation dialogs.
|
|
7
7
|
*
|
|
@@ -9,7 +9,7 @@ import { Dropdown, NumberParameterControlDropdown, UiChip, UiTooltip, isActionKe
|
|
|
9
9
|
*/
|
|
10
10
|
export function AutomationParameter({ parameter, onChange, onDelete, overlayPositionType, isReadOnly, }) {
|
|
11
11
|
const intl = useIntl();
|
|
12
|
-
const { ref, title, value, mode,
|
|
12
|
+
const { ref, title, value, mode, definition } = parameter;
|
|
13
13
|
const testId = `automation-parameter-${ref.identifier}`;
|
|
14
14
|
const label = intl.formatMessage({ id: "dialogs.automation.parameters.chip" }, { title, value });
|
|
15
15
|
const lockedTooltip = intl.formatMessage({ id: "dialogs.automation.filters.lockedTooltip" });
|
|
@@ -33,7 +33,7 @@ export function AutomationParameter({ parameter, onChange, onDelete, overlayPosi
|
|
|
33
33
|
if (isActionKey(event)) {
|
|
34
34
|
event.stopPropagation();
|
|
35
35
|
}
|
|
36
|
-
} })), renderBody: ({ closeDropdown, ariaAttributes }) => (_jsx(
|
|
36
|
+
} })), renderBody: ({ closeDropdown, ariaAttributes }) => (_jsx(ParameterControl, { name: title, definition: definition, value: value, inputId: valueInputId, ariaAttributes: ariaAttributes, onApply: (next) => {
|
|
37
37
|
onChange?.(ref, next);
|
|
38
38
|
closeDropdown();
|
|
39
39
|
}, onCancel: closeDropdown })) }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useValidateExistingAutomationFilters.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,qCAAqC,EAE1C,KAAK,iBAAiB,EAEtB,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,mBAAmB,EACxB,KAAK,OAAO,EAEZ,KAAK,QAAQ,EACb,KAAK,wBAAwB,EAmBhC,MAAM,qBAAqB,CAAC;AAiB7B,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAuEzF,MAAM,WAAW,2BAA2B;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,mCAAmC,EAAE,OAAO,CAAC;IAC7C,0CAA0C,EAAE,OAAO,CAAC;IACpD,mCAAmC,EAAE,OAAO,CAAC;IAC7C,0CAA0C,EAAE,OAAO,CAAC;IACpD,oCAAoC,EAAE,OAAO,CAAC;IAC9C,oCAAoC,EAAE,OAAO,CAAC;IAC9C,8CAA8C,EAAE,OAAO,CAAC;IACxD,oCAAoC,EAAE,OAAO,CAAC;IAC9C,wBAAwB,EAAE,OAAO,CAAC;IAClC,gDAAgD,EAAE,OAAO,CAAC;IAC1D;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAiBD,wBAAgB,oCAAoC,CAAC,EACjD,gBAAgB,EAChB,MAAM,EACN,OAAO,EACV,EAAE;IACC,gBAAgB,CAAC,EAAE,yBAAyB,CAAC;IAC7C,MAAM,CAAC,EAAE,uBAAuB,CAAC;IACjC,OAAO,CAAC,EAAE,QAAQ,CAAC;CACtB,GAAG,2BAA2B,CAuD9B;AAoHD;;;;GAIG;AACH,wBAAgB,oCAAoC,CAAC,EACjD,qBAAqB,EACrB,OAAO,EACP,wBAAwB,EACxB,cAAc,EACd,WAAW,EACd,EAAE;IACC,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,CAAC,GAAG,SAAS,CAAC;IAC/E,OAAO,EAAE,wBAAwB,EAAE,CAAC;IACpC,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,mBAAmB,EAAE,CAAC,CAAC;IAChE,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,GAAG,OAAO,
|
|
1
|
+
{"version":3,"file":"useValidateExistingAutomationFilters.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,qCAAqC,EAE1C,KAAK,iBAAiB,EAEtB,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAC9B,KAAK,mBAAmB,EACxB,KAAK,OAAO,EAEZ,KAAK,QAAQ,EACb,KAAK,wBAAwB,EAmBhC,MAAM,qBAAqB,CAAC;AAiB7B,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAuEzF,MAAM,WAAW,2BAA2B;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB,mCAAmC,EAAE,OAAO,CAAC;IAC7C,0CAA0C,EAAE,OAAO,CAAC;IACpD,mCAAmC,EAAE,OAAO,CAAC;IAC7C,0CAA0C,EAAE,OAAO,CAAC;IACpD,oCAAoC,EAAE,OAAO,CAAC;IAC9C,oCAAoC,EAAE,OAAO,CAAC;IAC9C,8CAA8C,EAAE,OAAO,CAAC;IACxD,oCAAoC,EAAE,OAAO,CAAC;IAC9C,wBAAwB,EAAE,OAAO,CAAC;IAClC,gDAAgD,EAAE,OAAO,CAAC;IAC1D;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAiBD,wBAAgB,oCAAoC,CAAC,EACjD,gBAAgB,EAChB,MAAM,EACN,OAAO,EACV,EAAE;IACC,gBAAgB,CAAC,EAAE,yBAAyB,CAAC;IAC7C,MAAM,CAAC,EAAE,uBAAuB,CAAC;IACjC,OAAO,CAAC,EAAE,QAAQ,CAAC;CACtB,GAAG,2BAA2B,CAuD9B;AAoHD;;;;GAIG;AACH,wBAAgB,oCAAoC,CAAC,EACjD,qBAAqB,EACrB,OAAO,EACP,wBAAwB,EACxB,cAAc,EACd,WAAW,EACd,EAAE;IACC,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,CAAC,GAAG,SAAS,CAAC;IAC/E,OAAO,EAAE,wBAAwB,EAAE,CAAC;IACpC,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,mBAAmB,EAAE,CAAC,CAAC;IAChE,cAAc,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,GAAG,OAAO,CAwCV;AAYD;;;;;;;;;;;;;GAaG;AACH,wBAAgB,iCAAiC,CAAC,EAC9C,sBAAsB,EACtB,6BAA6B,EAC7B,aAAa,EACb,aAAa,EACb,cAAc,EACd,gBAAgB,EAChB,MAAM,EACN,OAAO,EACP,gBAAgB,EACnB,EAAE;IACC,sBAAsB,EAAE,OAAO,EAAE,CAAC;IAClC,6BAA6B,EAAE,SAAS,GAAG,wBAAwB,EAAE,CAAC;IACtE,aAAa,EAAE,iBAAiB,EAAE,CAAC;IACnC,aAAa,EAAE,iBAAiB,EAAE,CAAC;IACnC,cAAc,EAAE,iBAAiB,EAAE,CAAC;IACpC,gBAAgB,EAAE,iBAAiB,EAAE,CAAC;IACtC,MAAM,CAAC,EAAE,uBAAuB,CAAC;IACjC,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,gBAAgB,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,qCAAqC,GAAG,SAAS,CAAC,CAAC;CACrF,GAAG,2BAA2B,CAgE9B;AAED,MAAM,WAAW,4BAA4B;IACzC,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,iBAAiB,EAAE,CAAC;IACtC,aAAa,EAAE,iBAAiB,EAAE,CAAC;IACnC,aAAa,EAAE,iBAAiB,EAAE,CAAC;CACtC;AAED;;;GAGG;AACH,wBAAgB,uCAAuC,CAAC,EACpD,0BAA0B,EAC1B,kCAAkC,EAClC,sBAAsB,EACtB,kBAAkB,EAClB,qBAAqB,EACxB,EAAE;IACC,0BAA0B,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,EAAE,CAAC,CAAC;IAChE,kCAAkC,EAAE,MAAM,CAAC,MAAM,EAAE,wBAAwB,EAAE,CAAC,CAAC;IAC/E,sBAAsB,EAAE,4BAA4B,EAAE,CAAC;IACvD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,qBAAqB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,qCAAqC,GAAG,SAAS,CAAC,CAAC,CAAC;CAC1G,GAAG,2BAA2B,CAoE9B"}
|
|
@@ -183,6 +183,9 @@ export function validateExistingAutomationParameters({ storedParametersByTab, ca
|
|
|
183
183
|
if (!workspaceParameter) {
|
|
184
184
|
return true;
|
|
185
185
|
}
|
|
186
|
+
if ((stored.parameterType ?? "NUMBER") !== workspaceParameter.definition.type) {
|
|
187
|
+
return true;
|
|
188
|
+
}
|
|
186
189
|
const dashboardParameter = dashboardById.get(stored.id);
|
|
187
190
|
const mode = dashboardParameter?.mode ?? DashboardParameterModeValues.ACTIVE;
|
|
188
191
|
const isPinnedByAuthor = mode === DashboardParameterModeValues.READONLY ||
|
|
@@ -190,11 +193,12 @@ export function validateExistingAutomationParameters({ storedParametersByTab, ca
|
|
|
190
193
|
if (!isPinnedByAuthor) {
|
|
191
194
|
continue;
|
|
192
195
|
}
|
|
193
|
-
const
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
196
|
+
const currentValue = dashboardParameter?.value ?? workspaceParameter.definition.defaultValue;
|
|
197
|
+
// NUMBER compares numerically so a non-canonical stored encoding (e.g. "1.50") doesn't read as drift
|
|
198
|
+
const valueDrifted = isNumberParameterDefinition(workspaceParameter.definition)
|
|
199
|
+
? Number(stored.value) !== currentValue
|
|
200
|
+
: String(currentValue) !== stored.value;
|
|
201
|
+
if (valueDrifted) {
|
|
198
202
|
return true;
|
|
199
203
|
}
|
|
200
204
|
}
|
package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Dispatch, type SetStateAction } from "react";
|
|
2
|
-
import { type IAutomationMetadataObjectDefinition, type IdentifierRef, type ObjRef } from "@gooddata/sdk-model";
|
|
2
|
+
import { type IAutomationMetadataObjectDefinition, type IdentifierRef, type ObjRef, type ParameterValue } from "@gooddata/sdk-model";
|
|
3
3
|
import { type IAutomationParameter } from "./automationParameters.js";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
@@ -15,7 +15,7 @@ export interface IUseAutomationAlertParameters {
|
|
|
15
15
|
*/
|
|
16
16
|
availableParameters: IAutomationParameter[];
|
|
17
17
|
onParameterAdd: (ref: IdentifierRef) => void;
|
|
18
|
-
onParameterChange: (ref: IdentifierRef, value:
|
|
18
|
+
onParameterChange: (ref: IdentifierRef, value: ParameterValue) => void;
|
|
19
19
|
onParameterDelete: (ref: IdentifierRef) => void;
|
|
20
20
|
/**
|
|
21
21
|
* Surgically drops stored parameters whose `ref` left the workspace catalog, keeping every
|
package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutomationAlertParameters.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/shared/automationFilters/useAutomationAlertParameters.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAwB,MAAM,OAAO,CAAC;AAEjF,OAAO,EAEH,KAAK,mCAAmC,EAExC,KAAK,aAAa,EAClB,KAAK,MAAM,
|
|
1
|
+
{"version":3,"file":"useAutomationAlertParameters.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/automations/shared/automationFilters/useAutomationAlertParameters.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,cAAc,EAAwB,MAAM,OAAO,CAAC;AAEjF,OAAO,EAEH,KAAK,mCAAmC,EAExC,KAAK,aAAa,EAClB,KAAK,MAAM,EACX,KAAK,cAAc,EAEtB,MAAM,qBAAqB,CAAC;AAiB7B,OAAO,EACH,KAAK,oBAAoB,EAM5B,MAAM,2BAA2B,CAAC;AAInC;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;OAEG;IACH,oBAAoB,EAAE,oBAAoB,EAAE,CAAC;IAC7C;;;OAGG;IACH,mBAAmB,EAAE,oBAAoB,EAAE,CAAC;IAC5C,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;;;OAGG;IACH,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACnC;AAED;;;;;GAKG;AACH,wBAAgB,4BAA4B,CAAC,EACzC,gBAAgB,EAChB,mBAAmB,EACnB,SAAS,EACZ,EAAE;IACC,gBAAgB,EAAE,mCAAmC,GAAG,SAAS,CAAC;IAClE,mBAAmB,EAAE,QAAQ,CAAC,cAAc,CAAC,mCAAmC,GAAG,SAAS,CAAC,CAAC,CAAC;IAC/F,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,GAAG,6BAA6B,CAiHhC"}
|
package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js
CHANGED
|
@@ -4,7 +4,7 @@ import { DashboardParameterModeValues, areObjRefsEqual, } from "@gooddata/sdk-mo
|
|
|
4
4
|
import { getAutomationAlertParameters } from "../../../../_staging/automation/index.js";
|
|
5
5
|
import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
|
|
6
6
|
import { selectCatalogParameters, selectCatalogParametersIsLoaded, } from "../../../../model/store/catalog/catalogSelectors.js";
|
|
7
|
-
import { selectEnableParameters } from "../../../../model/store/config/configSelectors.js";
|
|
7
|
+
import { selectEnableParameters, selectEnableStringParameters, } from "../../../../model/store/config/configSelectors.js";
|
|
8
8
|
import { selectEffectiveDashboardParametersForWidget, selectEffectiveParameterValuesForWidget, } from "../../../../model/store/tabs/parameters/parametersSelectors.js";
|
|
9
9
|
import { availableAutomationParameters, dropStaleAlertParameters, hasStaleAlertParameters, reconstructAutomationParametersFromValues, setAlertExecutionParameters, } from "./automationParameters.js";
|
|
10
10
|
const EMPTY_PARAMETERS = [];
|
|
@@ -16,6 +16,7 @@ const EMPTY_PARAMETERS = [];
|
|
|
16
16
|
*/
|
|
17
17
|
export function useAutomationAlertParameters({ editedAutomation, setEditedAutomation, widgetRef, }) {
|
|
18
18
|
const parametersEnabled = useDashboardSelector(selectEnableParameters);
|
|
19
|
+
const stringParametersEnabled = useDashboardSelector(selectEnableStringParameters);
|
|
19
20
|
const catalog = useDashboardSelector(selectCatalogParameters);
|
|
20
21
|
const catalogIsLoaded = useDashboardSelector(selectCatalogParametersIsLoaded);
|
|
21
22
|
const dashboardParameters = useDashboardSelector(selectEffectiveDashboardParametersForWidget(widgetRef));
|
|
@@ -25,13 +26,20 @@ export function useAutomationAlertParameters({ editedAutomation, setEditedAutoma
|
|
|
25
26
|
if (!parametersEnabled || !storedParameters?.length) {
|
|
26
27
|
return EMPTY_PARAMETERS;
|
|
27
28
|
}
|
|
28
|
-
return (reconstructAutomationParametersFromValues(storedParameters, dashboardParameters, catalog)
|
|
29
|
+
return (reconstructAutomationParametersFromValues(storedParameters, dashboardParameters, catalog, stringParametersEnabled)
|
|
29
30
|
// `hidden` parameters stay in the stored payload but are never rendered or user-editable
|
|
30
31
|
.filter((parameter) => parameter.mode !== DashboardParameterModeValues.HIDDEN));
|
|
31
|
-
}, [parametersEnabled, storedParameters, dashboardParameters, catalog]);
|
|
32
|
+
}, [parametersEnabled, stringParametersEnabled, storedParameters, dashboardParameters, catalog]);
|
|
32
33
|
const availableParameters = useMemo(() => parametersEnabled
|
|
33
|
-
? availableAutomationParameters(catalog, automationParameters, dashboardParameters, widgetParameterValues)
|
|
34
|
-
: EMPTY_PARAMETERS, [
|
|
34
|
+
? availableAutomationParameters(catalog, automationParameters, dashboardParameters, widgetParameterValues, stringParametersEnabled)
|
|
35
|
+
: EMPTY_PARAMETERS, [
|
|
36
|
+
parametersEnabled,
|
|
37
|
+
catalog,
|
|
38
|
+
automationParameters,
|
|
39
|
+
dashboardParameters,
|
|
40
|
+
widgetParameterValues,
|
|
41
|
+
stringParametersEnabled,
|
|
42
|
+
]);
|
|
35
43
|
const updateAlertParameters = useCallback((update) => {
|
|
36
44
|
setEditedAutomation((definition) => definition?.alert
|
|
37
45
|
? setAlertExecutionParameters(definition, update(getAutomationAlertParameters(definition) ?? []))
|
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"}
|
|
@@ -292,6 +292,7 @@ export declare const de_DE: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const de_DE = {
|
|
|
294
294
|
"gs.date.yesterday": "Gestern",
|
|
295
295
|
"messages.exportResultError": "Daten konnten nicht exportiert werden. Versuchen Sie es später noch einmal.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Export fehlgeschlagen. Zu viele Zeilen ({actual}). Das Limit beträgt {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Zeitüberschreitung beim Exportieren. Schränken Sie den Export ein (weniger Zeilen oder Spalten) und versuchen Sie es erneut.",
|
|
297
298
|
"messages.exportResultRestrictedError": "Sie können diese Visualisierung nicht exportieren, da sie eingeschränkte Daten enthält.",
|
|
298
299
|
"messages.exportResultStart": "Export wird durchgeführt",
|
|
299
300
|
"messages.exportResultSuccess": "Export erfolgreich abgeschlossen.",
|
|
@@ -292,6 +292,7 @@ export declare const en_AU: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const en_AU = {
|
|
|
294
294
|
"gs.date.yesterday": "Yesterday",
|
|
295
295
|
"messages.exportResultError": "Failed to export the data. Try again later.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Export failed. Too many rows ({actual}). Limit is {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Export timed out. Narrow the export (fewer rows or columns) and try again.",
|
|
297
298
|
"messages.exportResultRestrictedError": "You cannot export this visualisation because it contains restricted data.",
|
|
298
299
|
"messages.exportResultStart": "Export in progress",
|
|
299
300
|
"messages.exportResultSuccess": "Export successful.",
|
|
@@ -292,6 +292,7 @@ export declare const en_GB: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const en_GB = {
|
|
|
294
294
|
"gs.date.yesterday": "Yesterday",
|
|
295
295
|
"messages.exportResultError": "Failed to export the data. Try again later.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Export failed. Too many rows ({actual}). The limit is {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Export timed out. Narrow the export (fewer rows or columns) and try again.",
|
|
297
298
|
"messages.exportResultRestrictedError": "You cannot export this visualisation because it contains restricted data.",
|
|
298
299
|
"messages.exportResultStart": "Export in progress",
|
|
299
300
|
"messages.exportResultSuccess": "Export successful.",
|
|
@@ -292,6 +292,7 @@ export declare const es_419: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BlB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const es_419 = {
|
|
|
294
294
|
"gs.date.yesterday": "Ayer",
|
|
295
295
|
"messages.exportResultError": "Error al exportar los datos. Inténtelo más tarde.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Error de exportación. Demasiadas filas ({actual}). El límite es {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Se agotó el tiempo de exportación. Reduzca la exportación (menos filas o columnas) e inténtelo de nuevo.",
|
|
297
298
|
"messages.exportResultRestrictedError": "No puede exportar esta visualización porque contiene datos restringidos.",
|
|
298
299
|
"messages.exportResultStart": "Exportación en curso",
|
|
299
300
|
"messages.exportResultSuccess": "Exportación realizada con éxito.",
|
|
@@ -292,6 +292,7 @@ export declare const es_ES: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const es_ES = {
|
|
|
294
294
|
"gs.date.yesterday": "Ayer",
|
|
295
295
|
"messages.exportResultError": "Error al exportar los datos. Inténtelo de nuevo más tarde.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Error de exportación. Demasiadas filas ({actual}). El límite es {limit}.",
|
|
297
|
+
"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
298
|
"messages.exportResultRestrictedError": "No puede exportar esta visualización porque contiene datos restringidos.",
|
|
298
299
|
"messages.exportResultStart": "Exportación en curso",
|
|
299
300
|
"messages.exportResultSuccess": "Exportación correcta.",
|
|
@@ -292,6 +292,7 @@ export declare const fi_FI: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const fi_FI = {
|
|
|
294
294
|
"gs.date.yesterday": "Eilen",
|
|
295
295
|
"messages.exportResultError": "Datan vienti epäonnistui. Yritä uudelleen myöhemmin.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Vienti epäonnistui. Liian monta riviä ({actual}). Raja on {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Vienti aikakatkaistiin. Rajaa vientiä (vähemmän rivejä tai sarakkeita) ja yritä uudelleen.",
|
|
297
298
|
"messages.exportResultRestrictedError": "Et voi viedä tätä visualisointia, koska se sisältää rajoitettuja tietoja.",
|
|
298
299
|
"messages.exportResultStart": "Vienti meneillään",
|
|
299
300
|
"messages.exportResultSuccess": "Vienti onnistui.",
|
|
@@ -292,6 +292,7 @@ export declare const fr_CA: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-CA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-CA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const fr_CA = {
|
|
|
294
294
|
"gs.date.yesterday": "Hier",
|
|
295
295
|
"messages.exportResultError": "Échec de l’exportation des données. Réessayez plus tard.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "L'exportation a échoué. Trop de lignes ({actual}). La limite est fixée à {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Le délai d’exportation a expiré. Réduisez la portée de l’exportation (moins de lignes ou de colonnes) et réessayez.",
|
|
297
298
|
"messages.exportResultRestrictedError": "Vous ne pouvez pas exporter cette visualisation car elle contient des données restreintes.",
|
|
298
299
|
"messages.exportResultStart": "Exportation en cours",
|
|
299
300
|
"messages.exportResultSuccess": "Exportation effectuée",
|
|
@@ -292,6 +292,7 @@ export declare const fr_FR: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"fr-FR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/fr-FR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const fr_FR = {
|
|
|
294
294
|
"gs.date.yesterday": "Hier",
|
|
295
295
|
"messages.exportResultError": "Échec de l'exportation des données. Réessayez plus tard.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "L'exportation a échoué. Trop de lignes ({actual}). La limite est fixée à {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "L’exportation a expiré. Limitez l’exportation (moins de lignes ou de colonnes) et réessayez.",
|
|
297
298
|
"messages.exportResultRestrictedError": "Vous ne pouvez pas exporter cette visualisation car elle contient des données restreintes.",
|
|
298
299
|
"messages.exportResultStart": "Exportation en cours",
|
|
299
300
|
"messages.exportResultSuccess": "Exportation effectuée",
|
|
@@ -292,6 +292,7 @@ export declare const id_ID: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"id-ID.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/id-ID.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const id_ID = {
|
|
|
294
294
|
"gs.date.yesterday": "Kemarin",
|
|
295
295
|
"messages.exportResultError": "Gagal mengekspor data. Coba lagi nanti.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Ekspor gagal. Terlalu banyak baris ({actual}). Batasnya {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Ekspor kehabisan waktu. Persempit ekspor (lebih sedikit baris atau kolom) dan coba lagi.",
|
|
297
298
|
"messages.exportResultRestrictedError": "Anda tidak dapat mengekspor visualisasi ini karena berisi data yang dibatasi.",
|
|
298
299
|
"messages.exportResultStart": "Ekspor sedang berlangsung",
|
|
299
300
|
"messages.exportResultSuccess": "Ekspor berhasil.",
|
|
@@ -292,6 +292,7 @@ export declare const it_IT: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"it-IT.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/it-IT.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const it_IT = {
|
|
|
294
294
|
"gs.date.yesterday": "Ieri",
|
|
295
295
|
"messages.exportResultError": "Non è stato possibile esportare i dati. Riprovare più tardi.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Esportazione fallita. Troppe righe ({actual}). Il limite è {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Esportazione scaduta. Limita l'esportazione (meno righe o colonne) e riprova.",
|
|
297
298
|
"messages.exportResultRestrictedError": "Non è possibile esportare questa visualizzazione perché contiene dati riservati.",
|
|
298
299
|
"messages.exportResultStart": "Esportazione in corso",
|
|
299
300
|
"messages.exportResultSuccess": "Esportazione completata.",
|
|
@@ -292,6 +292,7 @@ export declare const ja_JP: {
|
|
|
292
292
|
"gs.date.yesterday": string;
|
|
293
293
|
"messages.exportResultError": string;
|
|
294
294
|
"messages.exportResultError.tooManyRows": string;
|
|
295
|
+
"messages.exportResultError.timeout": string;
|
|
295
296
|
"messages.exportResultRestrictedError": string;
|
|
296
297
|
"messages.exportResultStart": string;
|
|
297
298
|
"messages.exportResultSuccess": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"ja-JP.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/ja-JP.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const ja_JP = {
|
|
|
294
294
|
"gs.date.yesterday": "昨日",
|
|
295
295
|
"messages.exportResultError": "データをエクスポートできませんでした。後でもう一度お試しください。",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "エクスポートに失敗しました。行数が多すぎます ({actual})。制限は{limit} です。",
|
|
297
|
+
"messages.exportResultError.timeout": "エクスポートがタイムアウトしました。エクスポート対象を絞り込み(行数または列数を減らす)、もう一度お試しください。",
|
|
297
298
|
"messages.exportResultRestrictedError": "このビジュアライゼーションには制限されたデータが含まれているため、エクスポートできません。",
|
|
298
299
|
"messages.exportResultStart": "エクスポート実行中",
|
|
299
300
|
"messages.exportResultSuccess": "正常にエクスポートしました。",
|