@gooddata/sdk-ui-dashboard 11.48.0-alpha.0 → 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/NOTICE +1 -1
- 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/_staging/dateFilterConfig/validation.d.ts.map +1 -1
- package/esm/_staging/dateFilterConfig/validation.js +6 -5
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -1
- package/esm/kdaDialog/components/KdaFooter.js +1 -1
- package/esm/kdaDialog/components/columns/driverColumn.js +1 -1
- package/esm/kdaDialog/composition/KeyDriversPanel.d.ts.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversPanel.js +5 -1
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js +2 -1
- 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/config/configSelectors.d.ts +0 -12
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +0 -16
- 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/useBuildAutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +1 -7
- package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +0 -2
- 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/contexts/AutomationsContext.d.ts +0 -2
- package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +3 -6
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts +1 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js +2 -5
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts +1 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +2 -2
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +2 -3
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +12 -21
- 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/AutomationDateFilter.test.js +0 -2
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts +4 -4
- 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/useAutomationFilters.d.ts +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationFilters.js +4 -4
- 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/dashboard/components/DashboardInner.d.ts.map +1 -1
- package/esm/presentation/dashboard/components/DashboardInner.js +1 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js +3 -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/presentation/widget/common/useInsightExport.d.ts.map +1 -1
- package/esm/presentation/widget/common/useInsightExport.js +24 -44
- package/esm/presentation/widget/description/DescriptionClickTrigger.d.ts.map +1 -1
- package/esm/presentation/widget/description/DescriptionClickTrigger.js +6 -5
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/DashboardInsightMenuButton.js +2 -2
- package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.d.ts.map +1 -1
- package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.js +2 -2
- package/esm/sdk-ui-dashboard.d.ts +1 -8
- package/package.json +21 -21
- package/styles/css/alerting.css.map +1 -1
- package/styles/css/configurationPanel.css.map +1 -1
- package/styles/css/dashboard.css +94 -394
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/dashboardNestedLayoutToolbar.css.map +1 -1
- package/styles/css/dragAndDrop.css.map +1 -1
- package/styles/css/drillConfigPanel.css.map +1 -1
- package/styles/css/drillDialog.css.map +1 -1
- package/styles/css/drillSelect.css.map +1 -1
- package/styles/css/export.css +5 -0
- package/styles/css/export.css.map +1 -1
- package/styles/css/filterBar.css +4 -12
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/floatingToolbar.css.map +1 -1
- package/styles/css/grouped-navigation.css.map +1 -1
- package/styles/css/kdaDialog.css +2 -1
- package/styles/css/kdaDialog.css.map +1 -1
- package/styles/css/kpi.css.map +1 -1
- package/styles/css/kpi_alert_dialog.css.map +1 -1
- package/styles/css/layout.css +42 -24
- package/styles/css/layout.css.map +1 -1
- package/styles/css/main.css +111 -420
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css.map +1 -1
- package/styles/css/resizing.css.map +1 -1
- package/styles/css/richTextWidget.css.map +1 -1
- package/styles/css/sidebar.css.map +1 -1
- package/styles/css/toolbar.css.map +1 -1
- package/styles/css/topBar.css +3 -13
- package/styles/css/topBar.css.map +1 -1
- package/styles/css/visualization.css.map +1 -1
- package/styles/css/visualizationSwitcherHeader.css.map +1 -1
- package/styles/css/visualizationSwitcherToolbar.css.map +1 -1
- package/styles/css/visualizationSwitcherWidget.css.map +1 -1
- package/styles/scss/_variables.scss +1 -0
- package/styles/scss/_zIndexes.scss +0 -1
- package/styles/scss/dashboard.scss +78 -354
- package/styles/scss/export.scss +7 -0
- package/styles/scss/filterBar.scss +4 -11
- package/styles/scss/kdaDialog.scss +3 -1
- package/styles/scss/layout.scss +49 -34
- package/styles/scss/topBar.scss +3 -15
- package/esm/assets/alert-bell-na.svg +0 -1
- package/esm/assets/trash.svg +0 -1
- package/styles/css/item-states-mixin.css +0 -3
- package/styles/css/item-states-mixin.css.map +0 -1
- package/styles/css/item-states.css +0 -106
- package/styles/css/item-states.css.map +0 -1
- package/styles/scss/item-states-mixin.scss +0 -54
- package/styles/scss/item-states.scss +0 -65
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"tr-TR.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/tr-TR.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const tr_TR = {
|
|
|
294
294
|
"gs.date.yesterday": "Dün",
|
|
295
295
|
"messages.exportResultError": "Veri dışa aktarılamadı. Daha sonra tekrar deneyin.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Dışa aktarma başarısız oldu. Çok fazla satır var ({actual}). Sınır {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Dışa aktarma zaman aşımına uğradı. Dışa aktarmayı daraltın (daha az satır veya sütun) ve tekrar deneyin.",
|
|
297
298
|
"messages.exportResultRestrictedError": "Bu görselleştirmeyi dışa aktaramazsınız çünkü kısıtlı veri içeriyor.",
|
|
298
299
|
"messages.exportResultStart": "Dışa aktarma devam ediyor",
|
|
299
300
|
"messages.exportResultSuccess": "Dışa aktarma başarılı",
|
|
@@ -292,6 +292,7 @@ export declare const uk_UA: {
|
|
|
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":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"uk-UA.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/uk-UA.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const uk_UA = {
|
|
|
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": "Експорт успішний.",
|
|
@@ -292,6 +292,7 @@ export declare const vi_VN: {
|
|
|
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":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"vi-VN.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/vi-VN.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const vi_VN = {
|
|
|
294
294
|
"gs.date.yesterday": "Hôm qua",
|
|
295
295
|
"messages.exportResultError": "Không thể xuất dữ liệu. Hãy thử lại sau.",
|
|
296
296
|
"messages.exportResultError.tooManyRows": "Xuất thất bại. Có quá nhiều hàng ({actual}). Giới hạn là {limit}.",
|
|
297
|
+
"messages.exportResultError.timeout": "Xuất dữ liệu đã hết thời gian chờ. Thu hẹp phạm vi xuất (ít hàng hoặc ít cột hơn) và thử lại.",
|
|
297
298
|
"messages.exportResultRestrictedError": "Bạn không thể xuất trực quan hóa này vì nó chứa dữ liệu bị hạn chế.",
|
|
298
299
|
"messages.exportResultStart": "Đang xuất",
|
|
299
300
|
"messages.exportResultSuccess": "Xuất thành công.",
|
|
@@ -292,6 +292,7 @@ export declare const zh_HK: {
|
|
|
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":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"zh-HK.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-HK.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BjB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const zh_HK = {
|
|
|
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": "匯出成功。",
|
|
@@ -292,6 +292,7 @@ export declare const zh_Hans: {
|
|
|
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":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"zh-Hans.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hans.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BnB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const zh_Hans = {
|
|
|
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": "导出成功!",
|
|
@@ -292,6 +292,7 @@ export declare const zh_Hant: {
|
|
|
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":"zh-Hant.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hant.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"zh-Hant.localization-bundle.d.ts","sourceRoot":"","sources":["../../../../src/presentation/localization/bundles/zh-Hant.localization-bundle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAm2BnB,CAAC"}
|
|
@@ -294,6 +294,7 @@ export const zh_Hant = {
|
|
|
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": "匯出成功。",
|
|
@@ -6,5 +6,5 @@ export declare function useSettingButtonProps(): ISettingButtonProps;
|
|
|
6
6
|
/**
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
9
|
-
export declare function DefaultSettingButton({ isVisible, isEnabled, isSaving, buttonTitle, onSettingClick }: ISettingButtonProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
+
export declare function DefaultSettingButton({ isVisible, isEnabled, isSaving, buttonTitle, buttonValue, onSettingClick }: ISettingButtonProps): import("react/jsx-runtime").JSX.Element | null;
|
|
10
10
|
//# sourceMappingURL=DefaultSettingButton.d.ts.map
|
package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultSettingButton.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD;;GAEG;AACH,wBAAgB,qBAAqB,IAAI,mBAAmB,CAsB3D;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,EACjC,SAAS,EACT,SAAS,EACT,QAAQ,EACR,WAAW,EACX,cAAc,EACjB,EAAE,mBAAmB,
|
|
1
|
+
{"version":3,"file":"DefaultSettingButton.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAEtD;;GAEG;AACH,wBAAgB,qBAAqB,IAAI,mBAAmB,CAsB3D;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,EACjC,SAAS,EACT,SAAS,EACT,QAAQ,EACR,WAAW,EACX,WAAW,EACX,cAAc,EACjB,EAAE,mBAAmB,kDAuBrB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2021-2026 GoodData Corporation
|
|
3
3
|
import { useCallback } from "react";
|
|
4
|
-
import { FormattedMessage } from "react-intl";
|
|
5
|
-
import {
|
|
4
|
+
import { FormattedMessage, useIntl } from "react-intl";
|
|
5
|
+
import { UiIconButton, UiTooltip, useMediaQuery } from "@gooddata/sdk-ui-kit";
|
|
6
6
|
import { messages } from "../../../../../locales.js";
|
|
7
7
|
import { useDashboardDispatch, useDashboardSelector, } from "../../../../../model/react/DashboardStoreProvider.js";
|
|
8
8
|
import { selectIsInEditMode } from "../../../../../model/store/renderMode/renderModeSelectors.js";
|
|
@@ -33,11 +33,10 @@ export function useSettingButtonProps() {
|
|
|
33
33
|
/**
|
|
34
34
|
* @internal
|
|
35
35
|
*/
|
|
36
|
-
export function DefaultSettingButton({ isVisible, isEnabled, isSaving, buttonTitle, onSettingClick, }) {
|
|
36
|
+
export function DefaultSettingButton({ isVisible, isEnabled, isSaving, buttonTitle, buttonValue, onSettingClick, }) {
|
|
37
|
+
const intl = useIntl();
|
|
37
38
|
if (!isVisible) {
|
|
38
39
|
return null;
|
|
39
40
|
}
|
|
40
|
-
return (
|
|
41
|
-
_jsx(Button, { className: "gd-button-secondary gd-button-icon-only setting-button s-setting_button gd-icon-settings", onClick: onSettingClick, disabled: !isEnabled || isSaving }), _jsx(Bubble, { alignPoints: [{ align: "bc tr" }], arrowOffsets: { "bc tr": [10, 20] }, alignTo: `.setting-button`, children: _jsx(FormattedMessage, { ...buttonTitle }) })
|
|
42
|
-
] }));
|
|
41
|
+
return (_jsx(UiTooltip, { arrowPlacement: "top-end", content: _jsx(FormattedMessage, { ...buttonTitle }), width: 300, anchor: _jsx(UiIconButton, { onClick: onSettingClick, isDisabled: !isEnabled || isSaving, icon: "settings", accessibilityConfig: { ariaLabel: intl.formatMessage(buttonValue) } }), triggerBy: ["hover", "focus"] }));
|
|
43
42
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInsightExport.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useInsightExport.ts"],"names":[],"mappings":"AASA,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"useInsightExport.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/common/useInsightExport.ts"],"names":[],"mappings":"AASA,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;AA+C7B,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2W5B,CAAC"}
|
|
@@ -9,7 +9,7 @@ import { getInsightVisualizationMeta } from "@gooddata/sdk-ui-ext";
|
|
|
9
9
|
import { exportImageInsightWidget, exportInlineInsightWidget, exportInsightWidget, exportRawInsightWidget, exportSlidesInsightWidget, } from "../../../model/commands/insight.js";
|
|
10
10
|
import { useDashboardDispatch, useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
|
|
11
11
|
import { dispatchAndWaitFor } from "../../../model/store/_infra/dispatchAndWaitFor.js";
|
|
12
|
-
import {
|
|
12
|
+
import { selectEnableDashboardTabularExport, selectSettings, } from "../../../model/store/config/configSelectors.js";
|
|
13
13
|
import { selectIsExecutionResultExportableToCsvByRef, selectIsExecutionResultExportableToPdfByRef, selectIsExecutionResultExportableToXlsxByRef, } from "../../../model/store/executionResults/executionResultsSelectors.js";
|
|
14
14
|
import { selectCanExportTabular } from "../../../model/store/permissions/permissionsSelectors.js";
|
|
15
15
|
import { selectShowWidgetAsTable } from "../../../model/store/showWidgetAsTable/showWidgetAsTableSelectors.js";
|
|
@@ -78,55 +78,35 @@ export const useInsightExport = (config) => {
|
|
|
78
78
|
const { openDialog: openXlsxDialog, closeDialog: closeXlsxDialog } = useExportXlsxDialogContext();
|
|
79
79
|
const { openDialog: openCsvDialog } = useExportCsvDialogContext();
|
|
80
80
|
const { openDialog: openPdfDialog, closeDialog: closePdfDialog } = useExportTabularPdfDialogContext();
|
|
81
|
-
const csvDelimiterDialogEnabled = useDashboardSelector(selectEnableCustomizableCsvDelimiter);
|
|
82
81
|
const onExportCSV = useCallback(() => {
|
|
83
82
|
// if this bombs there is an issue with the logic enabling the buttons
|
|
84
83
|
invariant(exportFunction);
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
return;
|
|
100
|
-
}
|
|
101
|
-
setIsExporting(true);
|
|
102
|
-
void exportHandler(exportFunction, { format: "csv", title, grandTotalsPosition }).finally(() => setIsExporting(false));
|
|
103
|
-
}, [
|
|
104
|
-
exportFunction,
|
|
105
|
-
exportHandler,
|
|
106
|
-
csvDelimiterDialogEnabled,
|
|
107
|
-
grandTotalsPosition,
|
|
108
|
-
openCsvDialog,
|
|
109
|
-
settings,
|
|
110
|
-
setIsExporting,
|
|
111
|
-
title,
|
|
112
|
-
]);
|
|
84
|
+
openCsvDialog({
|
|
85
|
+
initialDelimiter: settings?.exportCsvCustomDelimiter,
|
|
86
|
+
onSubmit: ({ delimiter }) => {
|
|
87
|
+
setIsExporting(true);
|
|
88
|
+
const exportConfig = {
|
|
89
|
+
format: "csv",
|
|
90
|
+
title,
|
|
91
|
+
delimiter,
|
|
92
|
+
grandTotalsPosition,
|
|
93
|
+
};
|
|
94
|
+
void exportHandler(exportFunction, exportConfig).finally(() => setIsExporting(false));
|
|
95
|
+
},
|
|
96
|
+
});
|
|
97
|
+
}, [exportFunction, exportHandler, grandTotalsPosition, openCsvDialog, settings, setIsExporting, title]);
|
|
113
98
|
const onExportRawCSV = useCallback(() => {
|
|
114
99
|
// if this bombs there is an issue with the logic enabling the buttons
|
|
115
100
|
invariant(exportRawFunction);
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
return;
|
|
126
|
-
}
|
|
127
|
-
setIsExporting(true);
|
|
128
|
-
void exportRawHandler(exportRawFunction, title).finally(() => setIsExporting(false));
|
|
129
|
-
}, [csvDelimiterDialogEnabled, exportRawFunction, exportRawHandler, openCsvDialog, settings, title]);
|
|
101
|
+
openCsvDialog({
|
|
102
|
+
initialDelimiter: settings?.exportCsvCustomDelimiter,
|
|
103
|
+
onSubmit: ({ delimiter }) => {
|
|
104
|
+
setIsExporting(true);
|
|
105
|
+
const exportOptions = { delimiter };
|
|
106
|
+
void exportRawHandler(exportRawFunction, title, exportOptions).finally(() => setIsExporting(false));
|
|
107
|
+
},
|
|
108
|
+
});
|
|
109
|
+
}, [exportRawFunction, exportRawHandler, openCsvDialog, settings, title]);
|
|
130
110
|
const onExportPowerPointPresentation = useCallback(() => {
|
|
131
111
|
// if this bombs there is an issue with the logic enabling the buttons
|
|
132
112
|
invariant(exportSlidesFunction);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescriptionClickTrigger.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/description/DescriptionClickTrigger.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,YAAY,CAAC;AAoBhE,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,6BAA6B,
|
|
1
|
+
{"version":3,"file":"DescriptionClickTrigger.d.ts","sourceRoot":"","sources":["../../../../src/presentation/widget/description/DescriptionClickTrigger.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,YAAY,CAAC;AAoBhE,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,6BAA6B,2CA4F3E"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
// (C) 2022-
|
|
2
|
+
// (C) 2022-2026 GoodData Corporation
|
|
3
3
|
import { useCallback, useRef, useState } from "react";
|
|
4
4
|
import cx from "classnames";
|
|
5
5
|
import { useIntl } from "react-intl";
|
|
@@ -42,9 +42,10 @@ export function DescriptionClickTrigger(props) {
|
|
|
42
42
|
switchIsOpen();
|
|
43
43
|
}
|
|
44
44
|
}, [switchIsOpen]);
|
|
45
|
-
const iconClassName = cx("dash-item-action-description", "dash-item-action-placeholder",
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
const iconClassName = cx("dash-item-action-description", "dash-item-action-placeholder", props.className);
|
|
46
|
+
const triggerClassName = cx("dash-item-action-button", "dash-item-action-description-trigger", {
|
|
47
|
+
"dash-item-action-button--active": isOpen,
|
|
48
|
+
});
|
|
48
49
|
const title = intl.formatMessage({ id: "widget.options.description" });
|
|
49
50
|
const bubbleClassName = cx("bubble-light", "gd-description-panel-bubble", {
|
|
50
51
|
hidden: !isOpen,
|
|
@@ -53,5 +54,5 @@ export function DescriptionClickTrigger(props) {
|
|
|
53
54
|
hidden: !isOpen,
|
|
54
55
|
});
|
|
55
56
|
return (_jsxs(_Fragment, { children: [
|
|
56
|
-
_jsx(UiTooltip, { triggerBy: ["hover", "focus"], arrowPlacement: "top-start", content: title, anchor: _jsx("div", { ref: iconRef, className: iconClassName, onClick: switchIsOpen, onKeyDown: onKeyDown, "aria-label": title, "aria-expanded": isOpen, "aria-controls": tooltipContentId, "aria-describedby": isOpen ? tooltipContentId : undefined, role: "button", tabIndex: 0, children: _jsx(DescriptionIcon, { className:
|
|
57
|
+
_jsx(UiTooltip, { triggerBy: ["hover", "focus"], arrowPlacement: "top-start", content: title, anchor: _jsx("div", { ref: iconRef, className: iconClassName, onClick: switchIsOpen, onKeyDown: onKeyDown, "aria-label": title, "aria-expanded": isOpen, "aria-controls": tooltipContentId, "aria-describedby": isOpen ? tooltipContentId : undefined, role: "button", tabIndex: 0, children: _jsx(DescriptionIcon, { className: triggerClassName }) }) }), _jsx(Bubble, { id: tooltipContentId, className: bubbleClassName, overlayClassName: overlayClassName, alignPoints: DESCRIPTION_PANEL_ALIGN_POINTS, arrowOffsets: DESCRIPTION_PANEL_ARROW_OFFSETS, arrowStyle: { display: "none" }, onClose: handleClose, closeOnOutsideClick: isOpen, ignoreClicksOn: [iconRef.current ?? undefined], closeOnParentScroll: false, alignTo: `.${props.className}`, ensureVisibility: true, children: isOpen ? _jsx(DescriptionPanelContent, { ...props }) : null }, isOpen ? "open" : "closed")] }));
|
|
57
58
|
}
|
|
@@ -24,8 +24,8 @@ export function DashboardInsightMenuButton({ isOpen, items, widget, onClick, })
|
|
|
24
24
|
}
|
|
25
25
|
const widgetRefAsString = objRefToString(widgetRef(widget));
|
|
26
26
|
const menuId = `insight-menu-${widgetRefAsString}`;
|
|
27
|
-
const optionsIconClasses = cx("dash-item-action-
|
|
28
|
-
"dash-item-action-
|
|
27
|
+
const optionsIconClasses = cx("dash-item-action-button", "dash-item-action-widget-options", "s-dash-item-action-widget-options", `dash-item-action-widget-options-${simplifyText(widgetRefAsString)}`, `s-dash-item-action-widget-options-${simplifyText(widgetRefAsString)}`, {
|
|
28
|
+
"dash-item-action-button--active": isOpen,
|
|
29
29
|
});
|
|
30
30
|
const dashboardInsightMenuId = getDashboardInsightMenuButtonId(widgetRefAsString);
|
|
31
31
|
return (_jsx(UiTooltip, { triggerBy: ["hover", "focus"], arrowPlacement: "top-start", content: intl.formatMessage({ id: "controlButtons.options.tooltip" }), anchor: _jsx("div", { id: dashboardInsightMenuId, className: "dash-item-action-placeholder s-dash-item-action-placeholder", onClick: onMenuButtonClick, onKeyDown: onKeyDown, role: "button", tabIndex: 0, "aria-label": intl.formatMessage({ id: "controlButtons.options.tooltip" }), "aria-expanded": isOpen, "aria-haspopup": "menu", "aria-controls": isOpen ? menuId : undefined, children: _jsx("div", { className: optionsIconClasses }) }) }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShowAsTableButton.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAsB,KAAK,YAAY,EAAyB,MAAM,OAAO,CAAC;AAWrF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,uBAAuB,4BAA4B,CAAC;AAEjE,wBAAgB,iBAAiB,CAAC,EAC9B,MAAM,EACN,OAAO,EACP,eAAe,EAClB,EAAE,uBAAuB,GAAG,YAAY,GAAG,IAAI,
|
|
1
|
+
{"version":3,"file":"ShowAsTableButton.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAsB,KAAK,YAAY,EAAyB,MAAM,OAAO,CAAC;AAWrF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,eAAO,MAAM,uBAAuB,4BAA4B,CAAC;AAEjE,wBAAgB,iBAAiB,CAAC,EAC9B,MAAM,EACN,OAAO,EACP,eAAe,EAClB,EAAE,uBAAuB,GAAG,YAAY,GAAG,IAAI,CA8E/C"}
|
package/esm/presentation/widget/showAsTableButton/DefaultShowAsTableButton/ShowAsTableButton.js
CHANGED
|
@@ -28,7 +28,7 @@ export function ShowAsTableButton({ widget, onClick, isWidgetAsTable, }) {
|
|
|
28
28
|
}
|
|
29
29
|
}, [onMenuButtonClick]);
|
|
30
30
|
const widgetRefAsString = objRefToString(widgetRef(widget));
|
|
31
|
-
const asTableIconClasses = cx("dash-item-action-
|
|
31
|
+
const asTableIconClasses = cx("dash-item-action-button", `s-dash-item-action-as-table-options-${simplifyText(widgetRefAsString)}`, {
|
|
32
32
|
"s-dash-item-action-as-table": !isWidgetAsTable,
|
|
33
33
|
"s-dash-item-action-as-original": isWidgetAsTable,
|
|
34
34
|
});
|
|
@@ -38,6 +38,6 @@ export function ShowAsTableButton({ widget, onClick, isWidgetAsTable, }) {
|
|
|
38
38
|
: intl.formatMessage({ id: "controlButtons.asTable" });
|
|
39
39
|
const iconType = isWidgetAsTable ? "visualization" : "table";
|
|
40
40
|
return (_jsxs(_Fragment, { children: [
|
|
41
|
-
_jsx(UiTooltip, { triggerBy: ["hover", "focus"], arrowPlacement: "top-start", content: title, anchor: _jsx("div", { id: id, className: "dash-item-action-placeholder s-dash-item-action-placeholder", onClick: onMenuButtonClick, onKeyDown: onKeyDown, role: "button", tabIndex: 0, "aria-label": title, children: _jsx("div", { className: asTableIconClasses, children: _jsx(UiIcon, { size: density === "compact" ? 12 : 18, type: iconType, color: "
|
|
41
|
+
_jsx(UiTooltip, { triggerBy: ["hover", "focus"], arrowPlacement: "top-start", content: title, anchor: _jsx("div", { id: id, className: "dash-item-action-placeholder s-dash-item-action-placeholder", onClick: onMenuButtonClick, onKeyDown: onKeyDown, role: "button", tabIndex: 0, "aria-label": title, children: _jsx("div", { className: asTableIconClasses, children: _jsx(UiIcon, { size: density === "compact" ? 12 : 18, type: iconType, color: "currentColor" }) }) }) }), _jsx("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", role: "status", children: announcementText })
|
|
42
42
|
] }));
|
|
43
43
|
}
|
|
@@ -4015,7 +4015,7 @@ export declare function DefaultScheduledEmailManagementDialog({ onAdd, onEdit, o
|
|
|
4015
4015
|
/**
|
|
4016
4016
|
* @internal
|
|
4017
4017
|
*/
|
|
4018
|
-
export declare function DefaultSettingButton({ isVisible, isEnabled, isSaving, buttonTitle, onSettingClick }: ISettingButtonProps): JSX.Element | null;
|
|
4018
|
+
export declare function DefaultSettingButton({ isVisible, isEnabled, isSaving, buttonTitle, buttonValue, onSettingClick }: ISettingButtonProps): JSX.Element | null;
|
|
4019
4019
|
|
|
4020
4020
|
/**
|
|
4021
4021
|
* @alpha
|
|
@@ -23885,13 +23885,6 @@ export declare const selectEnableKDDependentFilters: DashboardSelector<boolean>;
|
|
|
23885
23885
|
*/
|
|
23886
23886
|
export declare const selectEnableMeasureValueFilterKD: DashboardSelector<boolean>;
|
|
23887
23887
|
|
|
23888
|
-
/**
|
|
23889
|
-
* Selector for the new scheduled export feature flag
|
|
23890
|
-
*
|
|
23891
|
-
* @internal
|
|
23892
|
-
*/
|
|
23893
|
-
export declare const selectEnableNewScheduledExport: DashboardSelector<boolean>;
|
|
23894
|
-
|
|
23895
23888
|
/**
|
|
23896
23889
|
*
|
|
23897
23890
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.48.0-alpha.
|
|
3
|
+
"version": "11.48.0-alpha.2",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -60,20 +60,20 @@
|
|
|
60
60
|
"ts-invariant": "0.10.3",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "11.1.1",
|
|
63
|
-
"@gooddata/sdk-backend-base": "11.48.0-alpha.
|
|
64
|
-
"@gooddata/sdk-backend-spi": "11.48.0-alpha.
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui-charts": "11.48.0-alpha.
|
|
67
|
-
"@gooddata/sdk-
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.48.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/sdk-ui-
|
|
75
|
-
"@gooddata/sdk-ui-vis-commons": "11.48.0-alpha.
|
|
76
|
-
"@gooddata/util": "11.48.0-alpha.
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.48.0-alpha.2",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.48.0-alpha.2",
|
|
65
|
+
"@gooddata/sdk-model": "11.48.0-alpha.2",
|
|
66
|
+
"@gooddata/sdk-ui-charts": "11.48.0-alpha.2",
|
|
67
|
+
"@gooddata/sdk-ui": "11.48.0-alpha.2",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.48.0-alpha.2",
|
|
69
|
+
"@gooddata/sdk-ui-geo": "11.48.0-alpha.2",
|
|
70
|
+
"@gooddata/sdk-ui-filters": "11.48.0-alpha.2",
|
|
71
|
+
"@gooddata/sdk-ui-pivot": "11.48.0-alpha.2",
|
|
72
|
+
"@gooddata/sdk-ui-kit": "11.48.0-alpha.2",
|
|
73
|
+
"@gooddata/sdk-ui-semantic-search": "11.48.0-alpha.2",
|
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "11.48.0-alpha.2",
|
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "11.48.0-alpha.2",
|
|
76
|
+
"@gooddata/util": "11.48.0-alpha.2"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"typescript": "5.9.3",
|
|
120
120
|
"vitest": "4.1.8",
|
|
121
121
|
"vitest-dom": "0.1.1",
|
|
122
|
-
"@gooddata/eslint-config": "11.48.0-alpha.
|
|
123
|
-
"@gooddata/i18n-toolkit": "11.48.0-alpha.
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/stylelint-config": "11.48.0-alpha.
|
|
127
|
-
"@gooddata/
|
|
122
|
+
"@gooddata/eslint-config": "11.48.0-alpha.2",
|
|
123
|
+
"@gooddata/i18n-toolkit": "11.48.0-alpha.2",
|
|
124
|
+
"@gooddata/oxlint-config": "11.48.0-alpha.2",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.48.0-alpha.2",
|
|
126
|
+
"@gooddata/stylelint-config": "11.48.0-alpha.2",
|
|
127
|
+
"@gooddata/reference-workspace": "11.48.0-alpha.2"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/react-loading-skeleton/dist/skeleton.css","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/alerting.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACtLA;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EAEA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EASA;EAEA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;ACjDJ;AAAA;AAAA;ACMA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;AAAA;AAAA;AAAA;EAIA;AAAA;AAAA;AAAA;;;AAOR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA,OCvCmB;;;AD6CvB;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI,kBCkBgB;;ADfpB;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBCCgB;EDAhB;EACA;EACA;EACA;EACA;;AAEA;EACI,kBC3Dc;;AD8DlB;EACI;EACA;;AAIR;EACI;EACA,OCpGQ;;ADuGZ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI,OCzHe;;AD4HnB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EAEI,kBCvBe;;;AD2BvB;EACI;;AAGI;EH8DJ;EACA;EACA;;AG5DI;EH0DJ;EACA;EACA;;;AGnDJ;EACI;EACA;EACA,OC3JY;ED4JZ;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;EACA,OC1LY;;AD4LZ;EACI;;;AAIR;AACI;AAOA;;AANA;AAAA;EAEI;EACA;;AAIJ;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI,OCrOmB;;;ADwOvB;EACI;EACA;;AAEA;EACI;EACA;;;AAOR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI,OC1PY;ED2PZ;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAOA;EACI;EACA;EACA;;;AAIR;AAAA;EAEI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;EAEI;;AAEA;AAAA;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EAEI;;AAEA;EAEI;;AAGJ;EACI,OC3TkB;ED4TlB;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;;AAIA;EAEI;EAEA;;AAGJ;EACI;;;AAKJ;EACI;;;AAKJ;AAAA;EAEI;;;AAKJ;EACI,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/react-loading-skeleton/dist/skeleton.css","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/alerting.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACtLA;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EAEA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EASA;EAEA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;ACjDJ;AAAA;AAAA;ACMA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;AAAA;AAAA;AAAA;EAIA;AAAA;AAAA;AAAA;;;AAOR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA,OCvCmB;;;AD6CvB;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI,kBCkBgB;;ADfpB;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,kBCCgB;EDAhB;EACA;EACA;EACA;EACA;;AAEA;EACI,kBC3Dc;;AD8DlB;EACI;EACA;;AAIR;EACI;EACA,OCpGQ;;ADuGZ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI,OCzHe;;AD4HnB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EAEI,kBCvBe;;;AD2BvB;EACI;;AAGI;EH8DJ;EACA;EACA;;AG5DI;EH0DJ;EACA;EACA;;;AGnDJ;EACI;EACA;EACA,OC3JY;ED4JZ;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;EACA,OC1LY;;AD4LZ;EACI;;;AAIR;AACI;AAOA;;AANA;AAAA;EAEI;EACA;;AAIJ;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI,OCrOmB;;;ADwOvB;EACI;EACA;;AAEA;EACI;EACA;;;AAOR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI,OC1PY;ED2PZ;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAOA;EACI;EACA;EACA;;;AAIR;AAAA;EAEI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;EAEI;;AAEA;AAAA;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EAEI;;AAEA;EAEI;;AAGJ;EACI,OC3TkB;ED4TlB;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;;AAIA;EAEI;EAEA;;AAGJ;EACI;;;AAKJ;EACI;;;AAKJ;AAAA;EAEI;;;AAKJ;EACI,YE/TgC;;;AFmUxC;EACI;;;AAKJ;AAAA;AAAA;AAAA;EAII;EACA;EAEA;;;AAMJ;EACI;;;AAMJ;EACI;EACA;EACA;;AAEA;EAEI,kBCxTe;;AD2TnB;EACI;EACA;EACA;EACA;EACA;;;AAKJ;EACI,OC3cY;ED4cZ,kBCrZkB;;;AD0Z1B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQI;;;AAGJ;EACI;EACA,YC5bc;ED6bd;;;AAGJ;EACI;EACA;EACA;EACA;EACA,OClboB","file":"alerting.css"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/configurationPanel.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACEA;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/configurationPanel.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACEA;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA,kBCyCgB;EDxChB;EACA;;AAEA;EACI;EACA;EACA;EACA,OECe;;AFEnB;EACI,OC4E6B;ED3E7B;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAMR;EACI;;;AAMR;EAII,SGtEkB;;AHwElB;EACI,SGxEqB;;AH6EzB;EACI,SG/Ec;;AHkFlB;EACI,SGjFqB;EHkFrB,OCkBwB;;ADhBxB;EACI,SGpFwB;;AHuF5B;EACI;;AAGJ;EACI;;AAIA;EACI;;AAIR;EACI,YCJqB;EDKrB;EACA;EACA;EACA;;AAGJ;EACI,YCTqB;EDUrB,aCVqB;EDWrB,cCXqB;EDYrB;EACA;;AAEA;EACI,eChBiB;;ADoBzB;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA,OElIW;EFmIX;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EAEI;EACA,QA1H+B;;AA6HnC;EACI,KA9H+B;;AAiInC;EACI;EACA;EACA;EACA;EACA;EACA,YEtFY;;AFyFhB;EACI;;AAEA;EACI;EACA;;;AASZ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OE9MW;;AFgNX;EACI,OF1MmB;;AE6MvB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OEhOO;EFiOP;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA,OElQI;;AFoQJ;EACI;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI,OE3RQ;;AF8RZ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EAEI;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;AAAA;EAEI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAKA;AAAA;EACI,OElUY;;AFsUpB;EAGI;EAIA,YACI;EAEJ,OEjWkB;;AFqWlB;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EAGA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EAGI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,OErbW;EFsbX;;AAEA;EACI;EACA;;AAGJ;EACI;;AAMR;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAOI;EACI;;AAQhB;EACI;;AAIR;EACI,OCra6B;;ADua7B;EACI;;AAKJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI,MACI;EAEJ;;AAIR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI,OEjjBA;;AFqjBR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA,OE3kBW;;AF6kBX;EACI,OE3ZC;;;AFiajB;EACI;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;;AAGJ;EACI;EACA","file":"configurationPanel.css"}
|