@gooddata/sdk-ui-dashboard 11.48.0-alpha.1 → 11.48.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/automation/index.d.ts +7 -9
- package/esm/_staging/automation/index.d.ts.map +1 -1
- package/esm/_staging/automation/index.js +22 -12
- package/esm/kdaDialog/composition/KdaAttributesDropdown.d.ts +15 -0
- package/esm/kdaDialog/composition/KdaAttributesDropdown.d.ts.map +1 -0
- package/esm/kdaDialog/composition/KdaAttributesDropdown.js +66 -0
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.d.ts +14 -0
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.d.ts.map +1 -0
- package/esm/kdaDialog/composition/KdaAttributesSelectItem.js +33 -0
- package/esm/kdaDialog/composition/KeyDriversFooter.d.ts.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversFooter.js +24 -78
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.d.ts +15 -0
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.d.ts.map +1 -0
- package/esm/kdaDialog/composition/hooks/useKdaAttributesSelection.js +51 -0
- package/esm/kdaDialog/composition/hooks/useKdaValidAttributes.d.ts +9 -0
- package/esm/kdaDialog/composition/hooks/useKdaValidAttributes.d.ts.map +1 -0
- package/esm/kdaDialog/composition/hooks/useKdaValidAttributes.js +45 -0
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts +10 -3
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/automationParametersRestore.js +5 -4
- package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/createScheduledEmailHandler.js +11 -2
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.d.ts +9 -1
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/csvRawExecutionDefinition.js +4 -4
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +9 -2
- package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/saveScheduledEmailHandler.js +11 -2
- package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/exportInsightWidgetHandler.js +47 -13
- package/esm/model/react/useExportTemplates.d.ts +7 -2
- package/esm/model/react/useExportTemplates.d.ts.map +1 -1
- package/esm/model/react/useExportTemplates.js +50 -6
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersHelpers.js +10 -11
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +0 -20
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/parameters/parametersSelectors.js +8 -34
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertThreshold.d.ts +20 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertThreshold.d.ts.map +1 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useAlertThreshold.js +16 -0
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +12 -8
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.js +2 -2
- package/esm/presentation/automations/connectors/hooks/useBuildAlertingDialogContext.test.js +1 -1
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +2 -2
- package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts +20 -17
- package/esm/presentation/automations/shared/automationFilters/automationParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/automationParameters.js +57 -40
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts +3 -3
- package/esm/presentation/automations/shared/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/components/AutomationParameter.js +3 -3
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/hooks/useValidateExistingAutomationFilters.js +9 -5
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationAlertParameters.js +13 -5
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts +3 -3
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.d.ts.map +1 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationExportParameters.js +18 -10
- package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts +2 -2
- package/esm/presentation/automations/shared/automationFilters/useParameterAnnouncements.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionMode/SelectionModeItem.js +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/selectionType/SelectionTypeItem.js +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +13 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +17 -5
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +5 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +5 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +5 -1
- package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts +1 -1
- package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.d.ts.map +1 -1
- package/esm/presentation/topBar/buttonBar/button/settingButton/DefaultSettingButton.js +6 -7
- package/esm/sdk-ui-dashboard.d.ts +1 -1
- package/package.json +21 -21
- package/styles/css/kdaDialog.css +30 -9
- package/styles/css/kdaDialog.css.map +1 -1
- package/styles/css/main.css +33 -22
- package/styles/css/main.css.map +1 -1
- package/styles/css/topBar.css +3 -13
- package/styles/css/topBar.css.map +1 -1
- package/styles/scss/kdaDialog.scss +30 -9
- package/styles/scss/topBar.scss +3 -15
|
@@ -6,6 +6,8 @@ export const zh_Hans = {
|
|
|
6
6
|
"empty_value": "空值",
|
|
7
7
|
"gs.list.cancel": "取消",
|
|
8
8
|
"gs.list.apply": "应用",
|
|
9
|
+
"gs.list.only": "仅",
|
|
10
|
+
"attributesDropdown.onlyLabel": "仅选择 {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "太棒了,我们已保存您的控制面板。",
|
|
10
12
|
"options.menu.save.as": "另存为新的",
|
|
11
13
|
"options.menu.save.as.tooltip": "空控制面板无法保存。",
|
|
@@ -294,6 +296,7 @@ export const zh_Hans = {
|
|
|
294
296
|
"gs.date.yesterday": "昨天",
|
|
295
297
|
"messages.exportResultError": "数据导出失败,请稍后重试。",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "导出失败。行数过多({actual})。限制为 {limit}。",
|
|
299
|
+
"messages.exportResultError.timeout": "导出超时。请缩小导出范围(减少行数或列数),然后重试。",
|
|
297
300
|
"messages.exportResultRestrictedError": "您不能导出此可视化,因为它包含限制数据。",
|
|
298
301
|
"messages.exportResultStart": "正在导出",
|
|
299
302
|
"messages.exportResultSuccess": "导出成功!",
|
|
@@ -830,7 +833,8 @@ export const zh_Hans = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "分析总结",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "已测试 {combinations} 变体 <button>{attributes} 属性</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "更改属性选择",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, other {# 驱动因素}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "无驱动因素",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "差异",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "点击列查看给定的关键驱动因素 {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "改变 {title} 经过 {category}",
|
|
@@ -4,6 +4,8 @@ export declare const zh_Hant: {
|
|
|
4
4
|
empty_value: string;
|
|
5
5
|
"gs.list.cancel": string;
|
|
6
6
|
"gs.list.apply": string;
|
|
7
|
+
"gs.list.only": string;
|
|
8
|
+
"attributesDropdown.onlyLabel": string;
|
|
7
9
|
"messages.dashboardSaveSuccess": string;
|
|
8
10
|
"options.menu.save.as": string;
|
|
9
11
|
"options.menu.save.as.tooltip": string;
|
|
@@ -292,6 +294,7 @@ export declare const zh_Hant: {
|
|
|
292
294
|
"gs.date.yesterday": string;
|
|
293
295
|
"messages.exportResultError": string;
|
|
294
296
|
"messages.exportResultError.tooManyRows": string;
|
|
297
|
+
"messages.exportResultError.timeout": string;
|
|
295
298
|
"messages.exportResultRestrictedError": string;
|
|
296
299
|
"messages.exportResultStart": string;
|
|
297
300
|
"messages.exportResultSuccess": string;
|
|
@@ -828,7 +831,8 @@ export declare const zh_Hant: {
|
|
|
828
831
|
"kdaDialog.dialog.keyDrives.overview.summary.title": string;
|
|
829
832
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": string;
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": string;
|
|
831
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
834
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": string;
|
|
835
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": string;
|
|
832
836
|
"kdaDialog.dialog.keyDrives.overview.diff.title": string;
|
|
833
837
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": string;
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.detail.title": string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAs2BnB,CAAC"}
|
|
@@ -6,6 +6,8 @@ export const zh_Hant = {
|
|
|
6
6
|
"empty_value": "空值",
|
|
7
7
|
"gs.list.cancel": "取消",
|
|
8
8
|
"gs.list.apply": "申請",
|
|
9
|
+
"gs.list.only": "僅有的",
|
|
10
|
+
"attributesDropdown.onlyLabel": "僅選擇 {itemTitle}",
|
|
9
11
|
"messages.dashboardSaveSuccess": "偉大的。我們儲存了您的儀表板。",
|
|
10
12
|
"options.menu.save.as": "另存為新的",
|
|
11
13
|
"options.menu.save.as.tooltip": "無法儲存空儀表板。",
|
|
@@ -294,6 +296,7 @@ export const zh_Hant = {
|
|
|
294
296
|
"gs.date.yesterday": "昨天",
|
|
295
297
|
"messages.exportResultError": "匯出資料失敗。稍後再試。",
|
|
296
298
|
"messages.exportResultError.tooManyRows": "匯出失敗。行數過多 ({actual} )。極限是 {limit}。",
|
|
299
|
+
"messages.exportResultError.timeout": "匯出逾時。請縮小匯出範圍(減少列或欄),然後再試一次。",
|
|
297
300
|
"messages.exportResultRestrictedError": "您無法匯出此視覺化效果,因為它包含受限資料。",
|
|
298
301
|
"messages.exportResultStart": "導出正在進行中",
|
|
299
302
|
"messages.exportResultSuccess": "匯出成功。",
|
|
@@ -830,7 +833,8 @@ export const zh_Hant = {
|
|
|
830
833
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "分析總結",
|
|
831
834
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.description": "已測試 {combinations} 變體 <button>{attributes} 屬性</button>",
|
|
832
835
|
"kdaDialog.dialog.keyDrives.overview.summary.drivers.popupLabel": "變更屬性選取項目",
|
|
833
|
-
"kdaDialog.dialog.keyDrives.overview.summary.drivers.
|
|
836
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.countLabel": "{count, plural, other {# 個驅動因素}}",
|
|
837
|
+
"kdaDialog.dialog.keyDrives.overview.summary.drivers.noDrivers": "無驅動因素",
|
|
834
838
|
"kdaDialog.dialog.keyDrives.overview.diff.title": "差異",
|
|
835
839
|
"kdaDialog.dialog.keyDrives.overview.detail.tip": "點擊列查看給定的關鍵驅動因素 {category}",
|
|
836
840
|
"kdaDialog.dialog.keyDrives.overview.detail.title": "改變 {title} 經過 {category}",
|
|
@@ -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
|
}
|
|
@@ -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
|
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.3",
|
|
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-
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-ui": "11.48.0-alpha.
|
|
66
|
-
"@gooddata/sdk-
|
|
67
|
-
"@gooddata/sdk-
|
|
68
|
-
"@gooddata/sdk-ui-
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-pivot": "11.48.0-alpha.
|
|
73
|
-
"@gooddata/sdk-ui-semantic-search": "11.48.0-alpha.
|
|
74
|
-
"@gooddata/sdk-ui-
|
|
75
|
-
"@gooddata/
|
|
76
|
-
"@gooddata/
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.48.0-alpha.3",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.48.0-alpha.3",
|
|
65
|
+
"@gooddata/sdk-ui": "11.48.0-alpha.3",
|
|
66
|
+
"@gooddata/sdk-model": "11.48.0-alpha.3",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.48.0-alpha.3",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.48.0-alpha.3",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.48.0-alpha.3",
|
|
70
|
+
"@gooddata/sdk-ui-kit": "11.48.0-alpha.3",
|
|
71
|
+
"@gooddata/sdk-ui-geo": "11.48.0-alpha.3",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.48.0-alpha.3",
|
|
73
|
+
"@gooddata/sdk-ui-semantic-search": "11.48.0-alpha.3",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.48.0-alpha.3",
|
|
75
|
+
"@gooddata/util": "11.48.0-alpha.3",
|
|
76
|
+
"@gooddata/sdk-ui-theme-provider": "11.48.0-alpha.3"
|
|
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/
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/
|
|
127
|
-
"@gooddata/
|
|
122
|
+
"@gooddata/i18n-toolkit": "11.48.0-alpha.3",
|
|
123
|
+
"@gooddata/oxlint-config": "11.48.0-alpha.3",
|
|
124
|
+
"@gooddata/eslint-config": "11.48.0-alpha.3",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.48.0-alpha.3",
|
|
126
|
+
"@gooddata/stylelint-config": "11.48.0-alpha.3",
|
|
127
|
+
"@gooddata/reference-workspace": "11.48.0-alpha.3"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/css/kdaDialog.css
CHANGED
|
@@ -741,15 +741,6 @@
|
|
|
741
741
|
margin-top: 6px;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
|
-
.gd-list-item span.gd-kda-attributes-dropdown__key_drivers {
|
|
745
|
-
flex: 0 0 auto;
|
|
746
|
-
font-weight: bold;
|
|
747
|
-
color: var(--gd-palette-complementary-7);
|
|
748
|
-
margin-left: 5px;
|
|
749
|
-
min-width: 35px;
|
|
750
|
-
text-align: right;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
744
|
.gd-kda-attributes-dropdown__subheader {
|
|
754
745
|
display: flex;
|
|
755
746
|
justify-content: flex-start;
|
|
@@ -767,6 +758,36 @@
|
|
|
767
758
|
flex: 0 0 auto;
|
|
768
759
|
}
|
|
769
760
|
|
|
761
|
+
.gd-kda-attributes-dropdown__body {
|
|
762
|
+
display: flex;
|
|
763
|
+
flex-direction: column;
|
|
764
|
+
box-sizing: border-box;
|
|
765
|
+
width: 260px;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
.gd-kda-attributes-dropdown__actions-buttons {
|
|
769
|
+
display: flex;
|
|
770
|
+
justify-content: flex-end;
|
|
771
|
+
gap: 10px;
|
|
772
|
+
padding: 10px;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.gd-kda-attributes-select-item__right {
|
|
776
|
+
flex: 0 0 auto;
|
|
777
|
+
min-width: 35px;
|
|
778
|
+
margin-left: 5px;
|
|
779
|
+
text-align: right;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.gd-kda-attributes-dropdown__key_drivers {
|
|
783
|
+
font-weight: bold;
|
|
784
|
+
color: var(--gd-palette-complementary-7);
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.gd-kda-attributes-select .gd-ui-kit-paged-virtual-list__scroll-container {
|
|
788
|
+
padding-right: 7px;
|
|
789
|
+
}
|
|
790
|
+
|
|
770
791
|
.gd-kda-trend-item {
|
|
771
792
|
display: flex;
|
|
772
793
|
flex-direction: row;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../scss/kdaDialog.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;EAEA;EACA;;AAII;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EAEI;;AAMJ;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EAEI;;AAIR;EACI;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAIR;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMA;EACI;EACA;;AAMZ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAKR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI,MCvRI;;AD2RZ;EACI;EACA;;AAGJ;EACI;EACA;;AAMJ;EACI;;AAKR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EAEA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAQR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;;AAMA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAMZ;EACI;;AAIJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,uBACI;EAEJ;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMhB;EAEQ;IACI;IACA;;EAKJ;IACI;;;AAMZ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../scss/kdaDialog.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;EAEA;EACA;;AAII;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EAEI;;AAMJ;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EAEI;;AAIR;EACI;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAIR;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMA;EACI;EACA;;AAMZ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAKR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI,MCvRI;;AD2RZ;EACI;EACA;;AAGJ;EACI;EACA;;AAMJ;EACI;;AAKR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAKR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EAEA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAQR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;;AAMA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAMZ;EACI;;AAIJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,uBACI;EAEJ;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMhB;EAEQ;IACI;IACA;;EAKJ;IACI;;;AAMZ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAKA;AAAA;EAEI;;AAKR;EACI;;AAGJ;EAEI;;AAEA;AAAA;AAAA;EAEI;;AAKJ;AAAA;EAEI;;AAIR;EACI;;AAEA;AAAA;EAEI;;AAGJ;EACI;;AAEA;AAAA;EAEI;;;AAOhB;AACA;EACI","file":"kdaDialog.css"}
|
package/styles/css/main.css
CHANGED
|
@@ -26552,13 +26552,6 @@ figure {
|
|
|
26552
26552
|
padding-left: 20px;
|
|
26553
26553
|
text-align: right;
|
|
26554
26554
|
}
|
|
26555
|
-
.dash-header .dash-control-buttons .cancel-button {
|
|
26556
|
-
margin-right: 10px;
|
|
26557
|
-
}
|
|
26558
|
-
.dash-header .dash-control-buttons .setting-button {
|
|
26559
|
-
margin-left: 10px;
|
|
26560
|
-
height: 100%;
|
|
26561
|
-
}
|
|
26562
26555
|
.dash-header.dash-header-export {
|
|
26563
26556
|
border-bottom: none;
|
|
26564
26557
|
display: flex;
|
|
@@ -26583,6 +26576,7 @@ figure {
|
|
|
26583
26576
|
padding-left: 20px;
|
|
26584
26577
|
text-align: right;
|
|
26585
26578
|
align-items: center;
|
|
26579
|
+
gap: 10px;
|
|
26586
26580
|
}
|
|
26587
26581
|
|
|
26588
26582
|
.dash-header-inner {
|
|
@@ -26678,16 +26672,12 @@ figure {
|
|
|
26678
26672
|
}
|
|
26679
26673
|
}
|
|
26680
26674
|
|
|
26681
|
-
.dash-header-share-button {
|
|
26682
|
-
margin-left: 10px;
|
|
26683
|
-
}
|
|
26684
|
-
|
|
26685
26675
|
.gd-dash-content--density-compact .dash-title {
|
|
26686
26676
|
font-size: 18px;
|
|
26687
26677
|
padding-left: 3px;
|
|
26688
26678
|
}
|
|
26689
|
-
.gd-dash-content--density-compact .dash-
|
|
26690
|
-
|
|
26679
|
+
.gd-dash-content--density-compact .dash-control-buttons {
|
|
26680
|
+
gap: 5px;
|
|
26691
26681
|
}
|
|
26692
26682
|
|
|
26693
26683
|
.overlay-wrapper {
|
|
@@ -32244,15 +32234,6 @@ figure {
|
|
|
32244
32234
|
margin-top: 6px;
|
|
32245
32235
|
}
|
|
32246
32236
|
|
|
32247
|
-
.gd-list-item span.gd-kda-attributes-dropdown__key_drivers {
|
|
32248
|
-
flex: 0 0 auto;
|
|
32249
|
-
font-weight: bold;
|
|
32250
|
-
color: var(--gd-palette-complementary-7);
|
|
32251
|
-
margin-left: 5px;
|
|
32252
|
-
min-width: 35px;
|
|
32253
|
-
text-align: right;
|
|
32254
|
-
}
|
|
32255
|
-
|
|
32256
32237
|
.gd-kda-attributes-dropdown__subheader {
|
|
32257
32238
|
display: flex;
|
|
32258
32239
|
justify-content: flex-start;
|
|
@@ -32270,6 +32251,36 @@ figure {
|
|
|
32270
32251
|
flex: 0 0 auto;
|
|
32271
32252
|
}
|
|
32272
32253
|
|
|
32254
|
+
.gd-kda-attributes-dropdown__body {
|
|
32255
|
+
display: flex;
|
|
32256
|
+
flex-direction: column;
|
|
32257
|
+
box-sizing: border-box;
|
|
32258
|
+
width: 260px;
|
|
32259
|
+
}
|
|
32260
|
+
|
|
32261
|
+
.gd-kda-attributes-dropdown__actions-buttons {
|
|
32262
|
+
display: flex;
|
|
32263
|
+
justify-content: flex-end;
|
|
32264
|
+
gap: 10px;
|
|
32265
|
+
padding: 10px;
|
|
32266
|
+
}
|
|
32267
|
+
|
|
32268
|
+
.gd-kda-attributes-select-item__right {
|
|
32269
|
+
flex: 0 0 auto;
|
|
32270
|
+
min-width: 35px;
|
|
32271
|
+
margin-left: 5px;
|
|
32272
|
+
text-align: right;
|
|
32273
|
+
}
|
|
32274
|
+
|
|
32275
|
+
.gd-kda-attributes-dropdown__key_drivers {
|
|
32276
|
+
font-weight: bold;
|
|
32277
|
+
color: var(--gd-palette-complementary-7);
|
|
32278
|
+
}
|
|
32279
|
+
|
|
32280
|
+
.gd-kda-attributes-select .gd-ui-kit-paged-virtual-list__scroll-container {
|
|
32281
|
+
padding-right: 7px;
|
|
32282
|
+
}
|
|
32283
|
+
|
|
32273
32284
|
.gd-kda-trend-item {
|
|
32274
32285
|
display: flex;
|
|
32275
32286
|
flex-direction: row;
|