@gooddata/sdk-ui-dashboard 11.38.0 → 11.39.0-alpha.1
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/index.d.ts +4 -3
- package/esm/index.js +4 -3
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts +2 -2
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js +26 -14
- package/esm/model/commands/filters.d.ts +26 -9
- package/esm/model/commands/filters.js +14 -2
- package/esm/model/commands/index.d.ts +2 -2
- package/esm/model/store/_infra/generators.d.ts +8 -0
- package/esm/model/store/_infra/generators.js +8 -0
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +3 -3
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +3 -3
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +4 -4
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +4 -4
- package/esm/sdk-ui-dashboard.d.ts +63 -16
- package/package.json +20 -20
|
@@ -560,9 +560,9 @@ export const it_IT = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "Questo filtro è nascosto. È possibile accedervi solo tramite la modalità Modifica.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "Questo filtro è bloccato. Può essere modificato solo attraverso la modalità di modifica.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "Questo filtro è bloccato.",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "Successo:
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "Ripristina tutto ai valori predefiniti",
|
|
564
|
+
"filter.resetButton.success": "Successo: Ripristinato ai valori predefiniti.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Ripristina tutto ai valori predefiniti",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Azzeramento dei filtri incrociati",
|
|
567
567
|
"dateFilterDropdown.save": "Salva",
|
|
568
568
|
"dateFilterDropdown.configuration": "Configurazione",
|
|
@@ -812,7 +812,7 @@ export const it_IT = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Riduzione",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Tutto",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {driver} other {driver}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Home",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Vai alla sintesi dell'analisi",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigazione dell'analisi dei driver chiave",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Sintesi dell'analisi",
|
|
@@ -560,9 +560,9 @@ export const ja_JP = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "このフィルタは非表示です。編集モードでのみアクセスできます。",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "このフィルタはロックされています。編集モードでのみ変更できます。",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "このフィルタはロックされています。",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "すべてをデフォルトにリセット",
|
|
564
|
+
"filter.resetButton.success": "成功:デフォルト値にリセットしました。",
|
|
565
|
+
"filter.resetButton.ariaLabel": "すべてをデフォルトにリセット",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "クロスフィルタのリセット",
|
|
567
567
|
"dateFilterDropdown.save": "保存",
|
|
568
568
|
"dateFilterDropdown.configuration": "設定",
|
|
@@ -812,7 +812,7 @@ export const ja_JP = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "減少",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "すべて",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, other {ドライバー}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "ホーム",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "分析概要に移動",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "主要ドライバー分析のナビゲーション",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "分析概要",
|
|
@@ -560,9 +560,9 @@ export const ko_KR = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "이 필터는 숨겨져 있습니다. 편집 모드를 통해서만 접근할 수 있습니다.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "이 필터는 잠겨 있습니다. 편집 모드에서만 변경할 수 있습니다.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "이 필터는 잠겨 있습니다.",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "성공:
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "모두 기본값으로 재설정",
|
|
564
|
+
"filter.resetButton.success": "성공: 기본값으로 재설정되었습니다.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "모두 기본값으로 재설정",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "교차 필터 재설정",
|
|
567
567
|
"dateFilterDropdown.save": "저장",
|
|
568
568
|
"dateFilterDropdown.configuration": "구성",
|
|
@@ -812,7 +812,7 @@ export const ko_KR = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "감소",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "모두",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, other {드라이버}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "홈",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "분석 요약으로 이동",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "주요 동인 분석 탐색",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "분석 요약",
|
|
@@ -560,9 +560,9 @@ export const nl_NL = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "Dit filter is verborgen. Het is alleen toegankelijk via de bewerkingsmodus.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "Dit filter is vergrendeld. U kunt het alleen wijzigen via de bewerkingsmodus.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "Dit filter is vergrendeld.",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "Succes:
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "Alles terugzetten naar standaardwaarden",
|
|
564
|
+
"filter.resetButton.success": "Succes: Teruggezet naar standaardwaarden.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Alles terugzetten naar standaardwaarden",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Kruisfilters resetten",
|
|
567
567
|
"dateFilterDropdown.save": "Opslaan",
|
|
568
568
|
"dateFilterDropdown.configuration": "Configuratie",
|
|
@@ -812,7 +812,7 @@ export const nl_NL = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Lager",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Alle",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {driver} other {drivers}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Start",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Ga naar Samenvatting analyse",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigatie voor analyse van belangrijkste drijfveren",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Samenvatting analyse",
|
|
@@ -560,9 +560,9 @@ export const pl_PL = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "Ten filtr jest ukryty. Można go uzyskać tylko w trybie edycji.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "Ten filtr jest zablokowany. Można go zmienić tylko w trybie edycji.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "Ten filtr jest zablokowany.",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "Sukces:
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "Przywróć wszystko do wartości domyślnych",
|
|
564
|
+
"filter.resetButton.success": "Sukces: Przywrócono wartości domyślne.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Przywróć wszystko do wartości domyślnych",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Zresetuj filtry krzyżowe",
|
|
567
567
|
"dateFilterDropdown.save": "Zapisz",
|
|
568
568
|
"dateFilterDropdown.configuration": "Konfiguracja",
|
|
@@ -812,7 +812,7 @@ export const pl_PL = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Zmniejsz",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Wszystko",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {czynnik} few {czynniki} many {czynników} other {czynników}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Strona główna",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Przejdź do podsumowania analizy",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Nawigacja analizy kluczowych czynników",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Podsumowanie analizy",
|
|
@@ -560,9 +560,9 @@ export const pt_BR = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "O filtro está oculto e pode ser acessado apenas através do modo Editar.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "O filtro está bloqueado e pode ser alterado apenas através do modo Editar.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "O filtro está bloqueado.",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "Restaurar tudo para os padrões",
|
|
564
|
+
"filter.resetButton.success": "Sucesso: Restaurado para os valores padrão.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Restaurar tudo para os padrões",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Redefinir filtros cruzados",
|
|
567
567
|
"dateFilterDropdown.save": "Salvar",
|
|
568
568
|
"dateFilterDropdown.configuration": "Configuração",
|
|
@@ -812,7 +812,7 @@ export const pt_BR = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Diminuir",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Todos",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {driver} other {drivers}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Início",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Ir para Resumo da análise",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navegação da análise de fatores-chave",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Resumo da análise",
|
|
@@ -560,9 +560,9 @@ export const pt_PT = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "Este filtro está oculto. Só pode ser acedido através do Modo de edição.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "Este filtro está bloqueado. Só pode ser alterado através do Modo de edição.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "Este filtro está bloqueado.",
|
|
563
|
-
"filter.resetButton.tooltip": "Repor
|
|
564
|
-
"filter.resetButton.success": "
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "Repor tudo para as predefinições",
|
|
564
|
+
"filter.resetButton.success": "Sucesso: Reposto para os valores predefinidos.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Repor tudo para as predefinições",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Redefinir filtros cruzados",
|
|
567
567
|
"dateFilterDropdown.save": "Guardar",
|
|
568
568
|
"dateFilterDropdown.configuration": "Configuração",
|
|
@@ -812,7 +812,7 @@ export const pt_PT = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Diminuir",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Todos",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {driver} other {drivers}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Início",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Ir para Resumo da análise",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navegação da análise de fatores-chave",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Resumo da análise",
|
|
@@ -560,9 +560,9 @@ export const ru_RU = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "Этот фильтр скрыт. Доступ к нему возможен только через режим редактирования.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "Этот фильтр заблокирован. Его можно изменить только в режиме редактирования.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "Этот фильтр заблокирован.",
|
|
563
|
-
"filter.resetButton.tooltip": "Сбросить все
|
|
564
|
-
"filter.resetButton.success": "
|
|
565
|
-
"filter.resetButton.ariaLabel": "Сбросить
|
|
563
|
+
"filter.resetButton.tooltip": "Сбросить все значения по умолчанию",
|
|
564
|
+
"filter.resetButton.success": "Успешно: Сброшено до значений по умолчанию.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Сбросить все значения по умолчанию",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Сбросить перекрёстные фильтры",
|
|
567
567
|
"dateFilterDropdown.save": "Сохранить",
|
|
568
568
|
"dateFilterDropdown.configuration": "Конфигурация",
|
|
@@ -812,7 +812,7 @@ export const ru_RU = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Уменьшение",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Все",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {драйвер} few {драйвера} many {драйверов} other {драйверов}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Главная",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Перейти к сводке анализа",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Навигация по анализу ключевых факторов",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Сводка анализа",
|
|
@@ -560,9 +560,9 @@ export const sl_SI = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "Ta filter je skrit. Dostopen je le preko načina urejanja.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "Ta filter je blokiran. Spremeniti ga je mogoče le preko načina urejanja.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "Ta filter je blokiran.",
|
|
563
|
-
"filter.resetButton.tooltip": "Ponastavi vse
|
|
564
|
-
"filter.resetButton.success": "Uspešno:
|
|
565
|
-
"filter.resetButton.ariaLabel": "Ponastavi
|
|
563
|
+
"filter.resetButton.tooltip": "Ponastavi vse na privzete vrednosti",
|
|
564
|
+
"filter.resetButton.success": "Uspešno: Ponastavljeno na privzete vrednosti.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Ponastavi vse na privzete vrednosti",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Ponastavi navzkrižne filtre",
|
|
567
567
|
"dateFilterDropdown.save": "Shrani",
|
|
568
568
|
"dateFilterDropdown.configuration": "Konfiguracija",
|
|
@@ -812,7 +812,7 @@ export const sl_SI = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Zmanjšanje",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Vsi",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {gonilnik} two {gonilnika} few {gonilniki} other {gonilnikov}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Domov",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Pojdi na Povzetek analize",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigacija analize ključnih dejavnikov",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Povzetek analize",
|
|
@@ -560,9 +560,9 @@ export const th_TH = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "ตัวกรองนี้ถูกซ่อน สามารถเข้าถึงได้ผ่านโหมดแก้ไขเท่านั้น",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "ตัวกรองนี้ถูกล็อก สามารถเปลี่ยนแปลงได้ผ่านโหมดแก้ไขเท่านั้น",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "ตัวกรองนี้ถูกล็อก",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "สำเร็จ:
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "รีเซ็ตทั้งหมดเป็นค่าเริ่มต้น",
|
|
564
|
+
"filter.resetButton.success": "สำเร็จ: รีเซ็ตเป็นค่าเริ่มต้นแล้ว",
|
|
565
|
+
"filter.resetButton.ariaLabel": "รีเซ็ตทั้งหมดเป็นค่าเริ่มต้น",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "รีเซ็ตตัวกรองข้าม",
|
|
567
567
|
"dateFilterDropdown.save": "บันทึก",
|
|
568
568
|
"dateFilterDropdown.configuration": "การกำหนดค่า",
|
|
@@ -812,7 +812,7 @@ export const th_TH = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "ลดลง",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "ทั้งหมด",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, other {ตัวขับเคลื่อน}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "หน้าแรก",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "ไปที่สรุปการวิเคราะห์",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "การนำทางการวิเคราะห์ตัวขับเคลื่อนหลัก",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "สรุปการวิเคราะห์",
|
|
@@ -560,9 +560,9 @@ export const tr_TR = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "Bu filtre gizlidir. Yalnızca Düzenleme modunda erişilebilir.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "Bu filtre kilitli. Yalnızca Düzenleme modunda değiştirilebilir.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "Bu filtre kilitli.",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "Başarılı:
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "Tümünü varsayılanlara sıfırla",
|
|
564
|
+
"filter.resetButton.success": "Başarılı: Varsayılan değerlere sıfırlandı.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Tümünü varsayılanlara sıfırla",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Çapraz filtreleri sıfırla",
|
|
567
567
|
"dateFilterDropdown.save": "Kaydet",
|
|
568
568
|
"dateFilterDropdown.configuration": "Yapılandırma",
|
|
@@ -812,7 +812,7 @@ export const tr_TR = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Azalt",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Tümü",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {sürücü} other {sürücüler}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Ana Sayfa",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Analiz özetine git",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Anahtar sürücü analizi gezintisi",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Analiz özeti",
|
|
@@ -560,9 +560,9 @@ export const uk_UA = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "Цей фільтр приховано. Доступ до нього можна отримати лише в режимі редагування.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "Цей фільтр заблоковано. Його можна змінити лише в режимі редагування.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "Цей фільтр заблоковано.",
|
|
563
|
-
"filter.resetButton.tooltip": "Скинути
|
|
564
|
-
"filter.resetButton.success": "Успіх:
|
|
565
|
-
"filter.resetButton.ariaLabel": "Скинути
|
|
563
|
+
"filter.resetButton.tooltip": "Скинути все до значень за замовчуванням",
|
|
564
|
+
"filter.resetButton.success": "Успіх: скинуто до значень за замовчуванням.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Скинути все до значень за замовчуванням",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Скинути крос-фільтри",
|
|
567
567
|
"dateFilterDropdown.save": "Зберегти",
|
|
568
568
|
"dateFilterDropdown.configuration": "Конфігурація",
|
|
@@ -812,7 +812,7 @@ export const uk_UA = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Зменшення",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Усі",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {чинник} few {чинники} many {чинників} other {чинника}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Головна",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Перейти до підсумку аналізу",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Навігація аналізом ключових чинників",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Підсумок аналізу",
|
|
@@ -560,9 +560,9 @@ export const vi_VN = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "Bộ lọc này bị ẩn. Chỉ có thể truy cập thông qua chế độ Chỉnh sửa.",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "Bộ lọc này bị khóa. Chỉ có thể thay đổi thông qua chế độ Chỉnh sửa.",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "Bộ lọc này bị khóa.",
|
|
563
|
-
"filter.resetButton.tooltip": "Đặt lại tất cả
|
|
564
|
-
"filter.resetButton.success": "Thành công:
|
|
565
|
-
"filter.resetButton.ariaLabel": "Đặt lại
|
|
563
|
+
"filter.resetButton.tooltip": "Đặt lại tất cả về mặc định",
|
|
564
|
+
"filter.resetButton.success": "Thành công: Đặt lại về giá trị mặc định.",
|
|
565
|
+
"filter.resetButton.ariaLabel": "Đặt lại tất cả về mặc định",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "Đặt lại các bộ lọc chéo",
|
|
567
567
|
"dateFilterDropdown.save": "Lưu",
|
|
568
568
|
"dateFilterDropdown.configuration": "Cấu hình",
|
|
@@ -812,7 +812,7 @@ export const vi_VN = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "Giảm",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "Tất cả",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, other {yếu tố tác động}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "Trang chủ",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Đi đến Tóm tắt phân tích",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Điều hướng phân tích yếu tố chính",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "Tóm tắt phân tích",
|
|
@@ -560,9 +560,9 @@ export const zh_HK = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "此篩選器係隱藏嘅。 它只能透過編輯模式存取。",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "此篩選器已鎖定。 它只能透過編輯模式進行更改。",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "此篩選器已鎖定。",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "全部重設為預設值",
|
|
564
|
+
"filter.resetButton.success": "成功:已重設為預設值。",
|
|
565
|
+
"filter.resetButton.ariaLabel": "全部重設為預設值",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "重置交叉過濾器",
|
|
567
567
|
"dateFilterDropdown.save": "儲存",
|
|
568
568
|
"dateFilterDropdown.configuration": "配置",
|
|
@@ -812,7 +812,7 @@ export const zh_HK = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "減少",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "所有",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, other {驅動因素}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "起始",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "前往分析總結",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "主要驅動因素分析導覽",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "分析總結",
|
|
@@ -560,9 +560,9 @@ export const zh_Hans = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "此筛选条件已隐藏。只能通过编辑模式访问。",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "此筛选条件已锁定。只能通过编辑模式进行更改。",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "此筛选条件已锁定",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "全部重置为默认值",
|
|
564
|
+
"filter.resetButton.success": "成功:重置为默认值。",
|
|
565
|
+
"filter.resetButton.ariaLabel": "全部重置为默认值",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "重置交叉筛选器",
|
|
567
567
|
"dateFilterDropdown.save": "保存",
|
|
568
568
|
"dateFilterDropdown.configuration": "配置",
|
|
@@ -812,7 +812,7 @@ export const zh_Hans = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "减少",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "全部",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, other {驱动因素}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "主页",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "转到分析总结",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "关键驱动因素分析导航",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "分析总结",
|
|
@@ -560,9 +560,9 @@ export const zh_Hant = {
|
|
|
560
560
|
"filter.visibilityMode.tooltip.hidden": "該過濾器是隱藏的。它只能透過編輯模式存取。",
|
|
561
561
|
"filter.visibilityMode.tooltip.readonly.editMode": "該過濾器已鎖定。它只能透過編輯模式進行更改。",
|
|
562
562
|
"filter.visibilityMode.tooltip.readonly.viewMode": "該過濾器已鎖定。",
|
|
563
|
-
"filter.resetButton.tooltip": "
|
|
564
|
-
"filter.resetButton.success": "
|
|
565
|
-
"filter.resetButton.ariaLabel": "
|
|
563
|
+
"filter.resetButton.tooltip": "全部重設為預設值",
|
|
564
|
+
"filter.resetButton.success": "成功:重設為預設值。",
|
|
565
|
+
"filter.resetButton.ariaLabel": "全部重設為預設值",
|
|
566
566
|
"filter.crossFilterResetButton.tooltip": "重置交叉過濾器",
|
|
567
567
|
"dateFilterDropdown.save": "儲存",
|
|
568
568
|
"dateFilterDropdown.configuration": "配置",
|
|
@@ -812,7 +812,7 @@ export const zh_Hant = {
|
|
|
812
812
|
"kdaDialog.dialog.keyDrives.button.trendDown": "減少",
|
|
813
813
|
"kdaDialog.dialog.keyDrives.button.trendAll": "全部",
|
|
814
814
|
"kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, other {個驅動因素}}",
|
|
815
|
-
"kdaDialog.dialog.keyDrives.overview.summary.home": "
|
|
815
|
+
"kdaDialog.dialog.keyDrives.overview.summary.home": "首頁",
|
|
816
816
|
"kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "前往分析總結",
|
|
817
817
|
"kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "關鍵驅動因素分析導覽",
|
|
818
818
|
"kdaDialog.dialog.keyDrives.overview.summary.title": "分析總結",
|
|
@@ -2141,7 +2141,7 @@ export declare function dashboardAttributeFilterToAttributeFilter(filter: IDashb
|
|
|
2141
2141
|
*
|
|
2142
2142
|
* @public
|
|
2143
2143
|
*/
|
|
2144
|
-
export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ReplaceAttributeFilterItemSelection | IChangeRenderMode | IChangeDashboardDensity | IRequestOpenDensityDialog | ISaveDashboard | IRenameDashboard | IResetDashboard | IExportDashboardToPdf | IExportDashboardToExcel | IExportDashboardToPdfPresentation | IExportDashboardToPptPresentation | IDeleteDashboard | ITriggerEvent | IUpsertExecutionResult | IAddAttributeFilter | IAddTextAttributeFilter | IRemoveAttributeFilters | IMoveAttributeFilter | ISetAttributeFilterParents | ISetAttributeFilterDependentDateFilters | IAddLayoutSection | IMoveLayoutSection | IRemoveLayoutSection | ChangeLayoutSectionHeader | IResizeHeight | IResizeWidth | IAddSectionItems | IReplaceSectionItem | IMoveSectionItem | IMoveSectionItemToNewSection | IRemoveSectionItem | IRemoveSectionItemByWidgetRef | IUndoLayoutChanges | IChangeKpiWidgetHeader | IChangeKpiWidgetDescription | IChangeKpiWidgetConfiguration | IChangeKpiWidgetMeasure | IChangeKpiWidgetFilterSettings | IChangeKpiWidgetComparison | IRefreshKpiWidget | ISetDrillForKpiWidget | IRemoveDrillForKpiWidget | IChangeInsightWidgetHeader | IChangeInsightWidgetDescription | IChangeInsightWidgetIgnoreCrossFiltering | IChangeInsightWidgetFilterSettings | IChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | IChangeInsightWidgetInsight | IModifyDrillsForInsightWidget | IRemoveDrillsForInsightWidget | IRefreshInsightWidget | IExportInsightWidget | ICreateAlert | ISaveAlert | ICreateScheduledEmail | ISaveScheduledEmail | IChangeSharing | ISetAttributeFilterDisplayForm | ISetAttributeFilterTitle | ISetMeasureValueFilterTitle | ISetAttributeFilterSelectionMode | IChangeRichTextWidgetContent | IChangeRichTextWidgetFilterSettings | IAddVisualizationToVisualizationSwitcherWidgetContent | IUpdateVisualizationsFromVisualizationSwitcherWidgetContent | IDrill | IDrillDown | IDrillToAttributeUrl | IDrillToCustomUrl | IDrillToDashboard | IDrillToInsight | IDrillToLegacyDashboard | IChangeDrillableItems | IAddDrillTargets | ISetDashboardDateFilterConfigMode | ISetDashboardAttributeFilterConfigMode | ISetDashboardMeasureValueFilterConfigMode | ISetDashboardAttributeFilterSelectionType | ISetDashboardAttributeFilterConfigDisplayAsLabel | IRemoveDrillDownForInsightWidget | IRemoveDrillToUrlForInsightWidget | IAddDrillDownForInsightWidget | IModifyDrillDownForInsightWidget | ICrossFiltering | IKeyDriverAnalysis | IAttributeHierarchyModified | IAddDateFilter | IAddMeasureValueFilter |
|
|
2144
|
+
export declare type DashboardCommands = InitializeDashboard | SaveDashboardAs | RequestAsyncRender | ResolveAsyncRender | ChangeFilterContextSelection | ChangeDateFilterSelection | ChangeAttributeFilterSelection | ReplaceAttributeFilterItemSelection | IChangeRenderMode | IChangeDashboardDensity | IRequestOpenDensityDialog | ISaveDashboard | IRenameDashboard | IResetDashboard | IExportDashboardToPdf | IExportDashboardToExcel | IExportDashboardToPdfPresentation | IExportDashboardToPptPresentation | IDeleteDashboard | ITriggerEvent | IUpsertExecutionResult | IAddAttributeFilter | IAddTextAttributeFilter | IRemoveAttributeFilters | IMoveAttributeFilter | ISetAttributeFilterParents | ISetAttributeFilterDependentDateFilters | IAddLayoutSection | IMoveLayoutSection | IRemoveLayoutSection | ChangeLayoutSectionHeader | IResizeHeight | IResizeWidth | IAddSectionItems | IReplaceSectionItem | IMoveSectionItem | IMoveSectionItemToNewSection | IRemoveSectionItem | IRemoveSectionItemByWidgetRef | IUndoLayoutChanges | IChangeKpiWidgetHeader | IChangeKpiWidgetDescription | IChangeKpiWidgetConfiguration | IChangeKpiWidgetMeasure | IChangeKpiWidgetFilterSettings | IChangeKpiWidgetComparison | IRefreshKpiWidget | ISetDrillForKpiWidget | IRemoveDrillForKpiWidget | IChangeInsightWidgetHeader | IChangeInsightWidgetDescription | IChangeInsightWidgetIgnoreCrossFiltering | IChangeInsightWidgetFilterSettings | IChangeInsightWidgetVisProperties | ChangeInsightWidgetVisConfiguration | IChangeInsightWidgetInsight | IModifyDrillsForInsightWidget | IRemoveDrillsForInsightWidget | IRefreshInsightWidget | IExportInsightWidget | ICreateAlert | ISaveAlert | ICreateScheduledEmail | ISaveScheduledEmail | IChangeSharing | ISetAttributeFilterDisplayForm | ISetAttributeFilterTitle | ISetMeasureValueFilterTitle | ISetAttributeFilterSelectionMode | IChangeRichTextWidgetContent | IChangeRichTextWidgetFilterSettings | IAddVisualizationToVisualizationSwitcherWidgetContent | IUpdateVisualizationsFromVisualizationSwitcherWidgetContent | IDrill | IDrillDown | IDrillToAttributeUrl | IDrillToCustomUrl | IDrillToDashboard | IDrillToInsight | IDrillToLegacyDashboard | IChangeDrillableItems | IAddDrillTargets | ISetDashboardDateFilterConfigMode | ISetDashboardAttributeFilterConfigMode | ISetDashboardMeasureValueFilterConfigMode | ISetDashboardAttributeFilterSelectionType | ISetDashboardAttributeFilterConfigDisplayAsLabel | IRemoveDrillDownForInsightWidget | IRemoveDrillToUrlForInsightWidget | IAddDrillDownForInsightWidget | IModifyDrillDownForInsightWidget | ICrossFiltering | IKeyDriverAnalysis | IAttributeHierarchyModified | IAddDateFilter | IAddMeasureValueFilter | IRemoveMeasureValueFilters | IRemoveDateFilters | IMoveDateFilter | IChangeMeasureValueFilterCondition | IMoveMeasureValueFilter | ISetDashboardDateFilterWithDimensionConfigMode | ISetDateFilterConfigTitle | IInitializeAutomations | IRefreshAutomations | ISetAttributeFilterLimitingItems | ISaveFilterView | IDeleteFilterView | IApplyFilterView | ISetFilterViewAsDefault | IReloadFilterViews | IToggleLayoutSectionHeaders | IToggleLayoutDirection | IApplyFilterContextWorkingSelection | IResetFilterContextWorkingSelection | IChangeIgnoreExecutionTimestamp | ISwitchDashboardTab | IConvertDashboardTabFromDefault | ICreateDashboardTab | IRepositionDashboardTab | IDeleteDashboardTab | IStartRenamingDashboardTab | ICancelRenamingDashboardTab | IRenameDashboardTab | ISetScreenSize | ILoadAllWorkspaceUsers | IExportRawInsightWidget | IExportSlidesInsightWidget | IExportImageInsightWidget | ISetShowWidgetAsTable;
|
|
2145
2145
|
|
|
2146
2146
|
/**
|
|
2147
2147
|
* All available command types.
|
|
@@ -4976,6 +4976,16 @@ export declare type FluidLayoutCustomizationFn = (layout: IDashboardLayout<Exten
|
|
|
4976
4976
|
*/
|
|
4977
4977
|
export declare function formatKeyDriverAnalysisDateRange(range: DeepReadonly<[IKdaDataPoint, IKdaDataPoint]> | undefined, splitter: string): string;
|
|
4978
4978
|
|
|
4979
|
+
/**
|
|
4980
|
+
* Generates a stable local identifier for a dashboard measure value filter from the target
|
|
4981
|
+
* metric's `ObjRef` and a positional index. Used both by the add-MVF reducer (as a fallback
|
|
4982
|
+
* when callers omit `localIdentifier`) and by the postMessage embedding handler so the caller
|
|
4983
|
+
* can pre-compute the id and chain follow-up commands in the same dispatch batch.
|
|
4984
|
+
*
|
|
4985
|
+
* @alpha
|
|
4986
|
+
*/
|
|
4987
|
+
export declare const generateMeasureValueFilterLocalIdentifier: (ref: ObjRef, index: number) => string;
|
|
4988
|
+
|
|
4979
4989
|
/**
|
|
4980
4990
|
* @internal
|
|
4981
4991
|
*/
|
|
@@ -15643,32 +15653,40 @@ export declare interface IRemoveLayoutSectionPayload {
|
|
|
15643
15653
|
}
|
|
15644
15654
|
|
|
15645
15655
|
/**
|
|
15646
|
-
*
|
|
15656
|
+
* Backwards-compatible alias for the batch command shape.
|
|
15647
15657
|
*
|
|
15648
15658
|
* @alpha
|
|
15649
15659
|
*/
|
|
15650
|
-
export declare
|
|
15651
|
-
|
|
15652
|
-
|
|
15660
|
+
export declare type IRemoveMeasureValueFilter = IRemoveMeasureValueFilters;
|
|
15661
|
+
|
|
15662
|
+
/**
|
|
15663
|
+
* @internal
|
|
15664
|
+
*/
|
|
15665
|
+
export declare interface IRemoveMeasureValueFilterReducerPayload {
|
|
15666
|
+
readonly localIdentifier: string;
|
|
15653
15667
|
}
|
|
15654
15668
|
|
|
15655
15669
|
/**
|
|
15656
|
-
*
|
|
15670
|
+
* Command for removing one or more measure value filters in a single batch.
|
|
15657
15671
|
*
|
|
15658
15672
|
* @alpha
|
|
15659
15673
|
*/
|
|
15660
|
-
export declare interface
|
|
15661
|
-
|
|
15662
|
-
|
|
15663
|
-
*/
|
|
15664
|
-
readonly localIdentifier: string;
|
|
15674
|
+
export declare interface IRemoveMeasureValueFilters extends IDashboardCommand {
|
|
15675
|
+
readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.REMOVE";
|
|
15676
|
+
readonly payload: IRemoveMeasureValueFiltersPayload;
|
|
15665
15677
|
}
|
|
15666
15678
|
|
|
15667
15679
|
/**
|
|
15668
|
-
* @
|
|
15680
|
+
* Payload of the {@link IRemoveMeasureValueFilters} command.
|
|
15681
|
+
*
|
|
15682
|
+
* @alpha
|
|
15669
15683
|
*/
|
|
15670
|
-
export declare interface
|
|
15671
|
-
|
|
15684
|
+
export declare interface IRemoveMeasureValueFiltersPayload {
|
|
15685
|
+
/**
|
|
15686
|
+
* Local identifiers of the measure value filters to remove. The command processes them as a
|
|
15687
|
+
* single batch — every entry must reference an existing dashboard MVF or the command fails.
|
|
15688
|
+
*/
|
|
15689
|
+
readonly localIdentifiers: string[];
|
|
15672
15690
|
}
|
|
15673
15691
|
|
|
15674
15692
|
/**
|
|
@@ -21350,14 +21368,25 @@ export declare function removeIgnoredWidgetFilters(filters: FilterContextItem[],
|
|
|
21350
21368
|
export declare function removeLayoutSection(index: number, stashIdentifier?: StashedDashboardItemsId, correlationId?: string): IRemoveLayoutSection;
|
|
21351
21369
|
|
|
21352
21370
|
/**
|
|
21353
|
-
* Creates the
|
|
21371
|
+
* Creates the RemoveMeasureValueFilters command for a single filter.
|
|
21354
21372
|
*
|
|
21355
21373
|
* @alpha
|
|
21356
21374
|
* @param localIdentifier - local identifier of the measure value filter
|
|
21357
21375
|
* @param correlationId - correlation id propagated through emitted events
|
|
21358
21376
|
* @returns remove measure value filter command
|
|
21359
21377
|
*/
|
|
21360
|
-
export declare function removeMeasureValueFilter(localIdentifier: string, correlationId?: string):
|
|
21378
|
+
export declare function removeMeasureValueFilter(localIdentifier: string, correlationId?: string): IRemoveMeasureValueFilters;
|
|
21379
|
+
|
|
21380
|
+
/**
|
|
21381
|
+
* Creates the RemoveMeasureValueFilters command for a batch of filters. The handler processes
|
|
21382
|
+
* them in one pass — each removal emits its own `DashboardMeasureValueFilterRemoved` event and
|
|
21383
|
+
* the whole batch settles with a single `DashboardFilterContextChanged`.
|
|
21384
|
+
*
|
|
21385
|
+
* @alpha
|
|
21386
|
+
* @param localIdentifiers - local identifiers of the measure value filters to remove
|
|
21387
|
+
* @param correlationId - correlation id propagated through emitted events
|
|
21388
|
+
*/
|
|
21389
|
+
export declare function removeMeasureValueFilters(localIdentifiers: string[], correlationId?: string): IRemoveMeasureValueFilters;
|
|
21361
21390
|
|
|
21362
21391
|
/**
|
|
21363
21392
|
* Creates the RemoveLayoutSection command.
|
|
@@ -23847,6 +23876,13 @@ export declare const selectEnableKDRichText: DashboardSelector<boolean>;
|
|
|
23847
23876
|
*/
|
|
23848
23877
|
export declare const selectEnableKPIDashboardExportPDF: DashboardSelector<string | number | boolean | object>;
|
|
23849
23878
|
|
|
23879
|
+
/**
|
|
23880
|
+
* Returns whether measure value (numeric) filter is enabled in dashboards.
|
|
23881
|
+
*
|
|
23882
|
+
* @alpha
|
|
23883
|
+
*/
|
|
23884
|
+
export declare const selectEnableMeasureValueFilterKD: DashboardSelector<boolean>;
|
|
23885
|
+
|
|
23850
23886
|
/**
|
|
23851
23887
|
* Returns whether multiple date filters are enabled.
|
|
23852
23888
|
*
|
|
@@ -24337,6 +24373,17 @@ export declare const selectFilterContextFilters: DashboardSelector<FilterContext
|
|
|
24337
24373
|
*/
|
|
24338
24374
|
export declare const selectFilterContextIdentity: DashboardSelector<IDashboardObjectIdentity | undefined>;
|
|
24339
24375
|
|
|
24376
|
+
/**
|
|
24377
|
+
* This selector returns dashboard's applied filter context measure value filters.
|
|
24378
|
+
*
|
|
24379
|
+
* @remarks
|
|
24380
|
+
* It is expected that the selector is called only after the filter context state is correctly initialized.
|
|
24381
|
+
* Invocations before initialization lead to invariant errors.
|
|
24382
|
+
*
|
|
24383
|
+
* @alpha
|
|
24384
|
+
*/
|
|
24385
|
+
export declare const selectFilterContextMeasureValueFilters: DashboardSelector<IDashboardMeasureValueFilter[]>;
|
|
24386
|
+
|
|
24340
24387
|
/**
|
|
24341
24388
|
* Returns the filter group config of currently active tab.
|
|
24342
24389
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.39.0-alpha.1",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"ts-invariant": "0.10.3",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "11.1.0",
|
|
63
|
-
"@gooddata/sdk-
|
|
64
|
-
"@gooddata/sdk-backend-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-
|
|
67
|
-
"@gooddata/sdk-ui-charts": "11.
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.
|
|
70
|
-
"@gooddata/sdk-ui-geo": "11.
|
|
71
|
-
"@gooddata/sdk-ui-kit": "11.
|
|
72
|
-
"@gooddata/sdk-ui-pivot": "11.
|
|
73
|
-
"@gooddata/sdk-ui-theme-provider": "11.
|
|
74
|
-
"@gooddata/
|
|
75
|
-
"@gooddata/
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.39.0-alpha.1",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.39.0-alpha.1",
|
|
65
|
+
"@gooddata/sdk-model": "11.39.0-alpha.1",
|
|
66
|
+
"@gooddata/sdk-ui": "11.39.0-alpha.1",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.39.0-alpha.1",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.39.0-alpha.1",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.39.0-alpha.1",
|
|
70
|
+
"@gooddata/sdk-ui-geo": "11.39.0-alpha.1",
|
|
71
|
+
"@gooddata/sdk-ui-kit": "11.39.0-alpha.1",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.39.0-alpha.1",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.39.0-alpha.1",
|
|
74
|
+
"@gooddata/util": "11.39.0-alpha.1",
|
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "11.39.0-alpha.1"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
"typescript": "5.9.3",
|
|
119
119
|
"vitest": "4.1.0",
|
|
120
120
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/
|
|
122
|
-
"@gooddata/
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/stylelint-config": "11.
|
|
121
|
+
"@gooddata/i18n-toolkit": "11.39.0-alpha.1",
|
|
122
|
+
"@gooddata/oxlint-config": "11.39.0-alpha.1",
|
|
123
|
+
"@gooddata/eslint-config": "11.39.0-alpha.1",
|
|
124
|
+
"@gooddata/reference-workspace": "11.39.0-alpha.1",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.39.0-alpha.1",
|
|
126
|
+
"@gooddata/stylelint-config": "11.39.0-alpha.1"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|