@gooddata/sdk-ui-dashboard 11.41.0-alpha.1 → 11.41.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.
Files changed (61) hide show
  1. package/NOTICE +1294 -1498
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/index.d.ts +2 -2
  5. package/esm/index.js +1 -1
  6. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfHandler.js +4 -0
  7. package/esm/model/commandHandlers/dashboard/exportDashboardToPdfPresentationHandler.js +5 -0
  8. package/esm/model/commandHandlers/dashboard/exportDashboardToPptPresentationHandler.js +5 -0
  9. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +3 -1
  10. package/esm/model/commandHandlers/tabs/switchDashboardTabHandler.js +2 -2
  11. package/esm/model/commandHandlers/widgets/exportImageInsightWidgetHandler.js +5 -0
  12. package/esm/model/commandHandlers/widgets/exportSlidesInsightWidgetHandler.js +5 -0
  13. package/esm/model/commands/executionResults.d.ts +2 -2
  14. package/esm/model/commands/executionResults.js +5 -2
  15. package/esm/model/commands/tabs.d.ts +24 -1
  16. package/esm/model/commands/tabs.js +4 -1
  17. package/esm/model/events/tabs.d.ts +12 -1
  18. package/esm/model/events/tabs.js +4 -1
  19. package/esm/model/react/useWidgetExecutionsHandler.d.ts +2 -2
  20. package/esm/model/react/useWidgetExecutionsHandler.js +8 -3
  21. package/esm/model/store/config/configSelectors.js +1 -1
  22. package/esm/model/store/executionResults/executionResultsSelectors.d.ts +18 -1
  23. package/esm/model/store/executionResults/executionResultsSelectors.js +16 -0
  24. package/esm/model/store/executionResults/types.d.ts +7 -1
  25. package/esm/model/store/executionResults/types.js +1 -1
  26. package/esm/model/store/tabs/filterContext/filterContextUtils.js +5 -2
  27. package/esm/model/store/tabs/parameters/parametersHelpers.d.ts +4 -5
  28. package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +2 -3
  29. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +1 -1
  30. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +1 -1
  31. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +1 -1
  32. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +1 -1
  33. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +1 -1
  34. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +1 -1
  35. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +1 -1
  36. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +1 -1
  37. package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +1 -1
  38. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +1 -1
  39. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +1 -1
  40. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +1 -1
  41. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +1 -1
  42. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +1 -1
  43. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +1 -1
  44. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +1 -1
  45. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +1 -1
  46. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +1 -1
  47. package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +1 -1
  48. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +1 -1
  49. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +1 -1
  50. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +1 -1
  51. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +1 -1
  52. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +1 -1
  53. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +1 -1
  54. package/esm/sdk-ui-dashboard.d.ts +67 -6
  55. package/esm/tsdoc-metadata.json +1 -1
  56. package/package.json +21 -21
  57. package/styles/css/main.css +0 -5
  58. package/styles/css/main.css.map +1 -1
  59. package/styles/css/sidebar.css +0 -5
  60. package/styles/css/sidebar.css.map +1 -1
  61. package/styles/scss/sidebar.scss +0 -8
@@ -439,7 +439,7 @@ export const en_AU = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filter is not applicable to this visualisation.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "This filter can't be applied because the visualisation uses a Top/bottom values filter. Remove the Top/bottom values filter to apply this filter.",
441
441
  "configurationPanel.mvfMissingMeasure": "The metric used in this filter no longer exists in the workspace.",
442
- "filters.mvf.missingMetric.tooltip": "The metric used in this filter no longer exists in the workspace.",
442
+ "filters.mvf.missingMetric.tooltip": "Error: The metric used in this filter no longer exists in the workspace.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "The kpi can't be filtered by Date. Unselect the check box.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" can no longer be applied to the visualisation. Select a different dimension or edit the visualisation.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" can no longer be applied to the KPI. Select a different dimension or edit the KPI.",
@@ -439,7 +439,7 @@ export const en_GB = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filter is not applicable to this visualisation.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "This filter can't be applied because the visualisation uses a Top/bottom values filter. Remove the Top/bottom values filter to apply this filter.",
441
441
  "configurationPanel.mvfMissingMeasure": "The metric used in this filter no longer exists in the workspace.",
442
- "filters.mvf.missingMetric.tooltip": "The metric used in this filter no longer exists in the workspace.",
442
+ "filters.mvf.missingMetric.tooltip": "Error: The metric used in this filter no longer exists in the workspace.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "The kpi cannot be filtered by Date. Unselect the check box.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" can no longer be applied to the visualisation. Select a different dimension or edit the visualisation.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" can no longer be applied to the kpi. Select a different dimension or edit the kpi.",
@@ -439,7 +439,7 @@ export const es_419 = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "El filtro no se puede aplicar a esta visualización.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Este filtro no se puede aplicar porque la visualización usa un filtro de valores superiores/inferiores. Quite el filtro de valores superiores/inferiores para aplicar este filtro.",
441
441
  "configurationPanel.mvfMissingMeasure": "La métrica usada en este filtro ya no existe en el espacio de trabajo.",
442
- "filters.mvf.missingMetric.tooltip": "La métrica usada en este filtro ya no existe en el espacio de trabajo.",
442
+ "filters.mvf.missingMetric.tooltip": "Error: La métrica usada en este filtro ya no existe en el espacio de trabajo.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "El KPI no se puede filtrar por fecha. Desmarque la casilla de verificación.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ya no se puede aplicar a la visualización. Seleccione una dimensión diferente o edite la visualización.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ya no se puede aplicar al KPI. Seleccione otra dimensión o edite el KPI.",
@@ -439,7 +439,7 @@ export const es_ES = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "El filtro no se puede aplicar a esta visualización.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Este filtro no se puede aplicar porque la visualización usa un filtro de valores superiores/inferiores. Quite el filtro de valores superiores/inferiores para aplicar este filtro.",
441
441
  "configurationPanel.mvfMissingMeasure": "La métrica usada en este filtro ya no existe en el espacio de trabajo.",
442
- "filters.mvf.missingMetric.tooltip": "La métrica usada en este filtro ya no existe en el espacio de trabajo.",
442
+ "filters.mvf.missingMetric.tooltip": "Error: La métrica usada en este filtro ya no existe en el espacio de trabajo.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "El KPI no se puede filtrar por fecha. Desmarque la casilla de verificación.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ya no se puede aplicar a la visualización. Seleccione una dimensión diferente o edite la visualización.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ya no se puede aplicar al KPI. Seleccione una dimensión diferente o edite el KPI.",
@@ -439,7 +439,7 @@ export const fi_FI = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Suodatin ei sovellu tähän visualisointiin.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Tätä suodatinta ei voi käyttää, koska visualisointi käyttää Ylä-/ala-arvojen suodatinta. Poista Ylä-/ala-arvojen suodatin, jotta voit käyttää tätä suodatinta.",
441
441
  "configurationPanel.mvfMissingMeasure": "Tässä suodattimessa käytettyä metriikkaa ei enää ole työtilassa.",
442
- "filters.mvf.missingMetric.tooltip": "Tässä suodattimessa käytettyä metriikkaa ei enää ole työtilassa.",
442
+ "filters.mvf.missingMetric.tooltip": "Virhe: Tässä suodattimessa käytettyä metrikkaa ei enää ole työtilassa.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI:ta ei voi suodattaa päivämäärällä. Poista valintamerkki.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ei voida enää soveltaa visualisointiin. Valitse toinen ulottuvuus tai muokkaa visualisointia.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ei voi enää soveltaa KPI:hin. Valitse eri ulottuvuus tai muokkaa KPI:tä.",
@@ -439,7 +439,7 @@ export const fr_CA = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Le filtre ne s’applique pas à cette visualisation.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Ce filtre ne peut pas être appliqué, car la visualisation utilise un filtre des valeurs supérieures/inférieures. Supprimez le filtre des valeurs supérieures/inférieures pour appliquer ce filtre.",
441
441
  "configurationPanel.mvfMissingMeasure": "La métrique utilisée dans ce filtre n’existe plus dans l’espace de travail.",
442
- "filters.mvf.missingMetric.tooltip": "La métrique utilisée dans ce filtre n’existe plus dans l’espace de travail.",
442
+ "filters.mvf.missingMetric.tooltip": "Erreur : La métrique utilisée dans ce filtre n’existe plus dans l’espace de travail.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "Le KPI ne peut pas être filtré par Date. Décochez la case.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ne peut plus être appliqué à la visualisation. Sélectionnez une dimension différente ou modifiez la visualisation.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ne peut plus être appliqué au KPI. Sélectionnez une dimension différente ou modifiez le KPI.",
@@ -439,7 +439,7 @@ export const fr_FR = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Le filtre ne peut pas être appliqué à cette visualisation.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Ce filtre ne peut pas être appliqué, car la visualisation utilise un filtre de valeurs Top/Bottom. Supprimez le filtre de valeurs Top/Bottom pour appliquer ce filtre.",
441
441
  "configurationPanel.mvfMissingMeasure": "La métrique utilisée dans ce filtre n’existe plus dans l’espace de travail.",
442
- "filters.mvf.missingMetric.tooltip": "La métrique utilisée dans ce filtre n’existe plus dans l’espace de travail.",
442
+ "filters.mvf.missingMetric.tooltip": "Erreur : La métrique utilisée dans ce filtre n’existe plus dans l’espace de travail.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "Le KPI ne peut pas être filtré par date. Décochez la case.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ne peut plus être appliqué à la visualisation. Sélectionnez une autre dimension ou modifiez la visualisation.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ne peut plus être appliqué au KPI. Sélectionnez une autre dimension ou modifiez le KPI.",
@@ -439,7 +439,7 @@ export const id_ID = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filter tidak dapat diterapkan pada visualisasi ini.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Filter ini tidak dapat diterapkan karena visualisasi menggunakan filter nilai Teratas/Terbawah. Hapus filter nilai Teratas/Terbawah untuk menerapkan filter ini.",
441
441
  "configurationPanel.mvfMissingMeasure": "Metrik yang digunakan dalam filter ini tidak lagi ada di ruang kerja.",
442
- "filters.mvf.missingMetric.tooltip": "Metrik yang digunakan dalam filter ini tidak lagi ada di ruang kerja.",
442
+ "filters.mvf.missingMetric.tooltip": "Error: Metrik yang digunakan dalam filter ini tidak lagi ada di ruang kerja.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "kpi tidak dapat difilter oleh Tanggal. Batalkan pilihan kotak centang.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" tidak dapat lagi diterapkan pada visualisasi. Pilih dimensi lain atau edit visualisasi.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" tidak dapat lagi diterapkan pada kpi. Pilih dimensi lain atau edit kpi.",
@@ -439,7 +439,7 @@ export const it_IT = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Il filtro non può essere applicato a questa visualizzazione.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Questo filtro non può essere applicato perché la visualizzazione usa un filtro Valori superiori/inferiori. Rimuovi il filtro Valori superiori/inferiori per applicare questo filtro.",
441
441
  "configurationPanel.mvfMissingMeasure": "La metrica usata in questo filtro non esiste più nell'area di lavoro.",
442
- "filters.mvf.missingMetric.tooltip": "La metrica usata in questo filtro non esiste più nell'area di lavoro.",
442
+ "filters.mvf.missingMetric.tooltip": "Errore: La metrica usata in questo filtro non esiste più nell'area di lavoro.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "Il KPI non può essere filtrato per Data. Deselezionare la casella di controllo.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" non può più essere applicato alla visualizzazione. Selezionare una dimensione diversa o modificare la visualizzazione.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" non può più essere applicato al KPI. Selezionare una dimensione diversa o modificare il KPI.",
@@ -439,7 +439,7 @@ export const ja_JP = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "この可視化にはフィルターを適用できません。",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "このフィルターは、可視化で上位/下位値フィルターが使用されているため適用できません。このフィルターを適用するには、上位/下位値フィルターを削除してください。",
441
441
  "configurationPanel.mvfMissingMeasure": "このフィルターで使用されているメトリックは、ワークスペースに存在しなくなりました。",
442
- "filters.mvf.missingMetric.tooltip": "このフィルターで使用されているメトリックは、ワークスペースに存在しなくなりました。",
442
+ "filters.mvf.missingMetric.tooltip": "エラー: このフィルターで使用されているメトリックは、ワークスペースに存在しなくなりました。",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPIは日付でフィルターできません。チェックボックスの選択を解除してください。",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" はビジュアライゼーションに適用できなくなりました。別の次元を選択するか、ビジュアライゼーションを編集してください。",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\"はKPIに適用できなくなりました。別のディメンションを選ぶか、KPIを編集してください。",
@@ -439,7 +439,7 @@ export const ko_KR = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "이 시각화에는 필터를 적용할 수 없습니다.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "이 필터는 시각화에서 상위/하위 값 필터를 사용하므로 적용할 수 없습니다. 이 필터를 적용하려면 상위/하위 값 필터를 제거하세요.",
441
441
  "configurationPanel.mvfMissingMeasure": "이 필터에 사용된 메트릭이 더 이상 작업 공간에 존재하지 않습니다.",
442
- "filters.mvf.missingMetric.tooltip": "이 필터에 사용된 메트릭이 더 이상 작업 공간에 존재하지 않습니다.",
442
+ "filters.mvf.missingMetric.tooltip": "오류: 이 필터에 사용된 메트릭이 더 이상 작업 공간에 존재하지 않습니다.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI는 날짜로 필터링할 수 없습니다. 체크박스를 선택 해제하세요.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\"을/를 더 이상 시각화에 적용할 수 없습니다. 다른 차원을 선택하거나 시각화를 편집하세요.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\"은/는 더 이상 KPI에 적용할 수 없습니다. 다른 차원을 선택하거나 KPI를 편집하세요.",
@@ -439,7 +439,7 @@ export const nl_NL = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filter is niet van toepassing op deze visualisatie.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Dit filter kan niet worden toegepast omdat de visualisatie een filter voor Top-/onderste waarden gebruikt. Verwijder het filter voor Top-/onderste waarden om dit filter toe te passen.",
441
441
  "configurationPanel.mvfMissingMeasure": "De metriek die in dit filter wordt gebruikt, bestaat niet meer in de werkruimte.",
442
- "filters.mvf.missingMetric.tooltip": "De metriek die in dit filter wordt gebruikt, bestaat niet meer in de werkruimte.",
442
+ "filters.mvf.missingMetric.tooltip": "Fout: De metriek die in dit filter wordt gebruikt, bestaat niet meer in de werkruimte.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "De KPI kan niet worden gefilterd op Datum. Vink het selectievakje af.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" kan niet langer worden toegepast op de visualisatie. Selecteer een andere dimensie of bewerk de visualisatie.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" kan niet langer op de KPI worden toegepast. Selecteer een andere dimensie of bewerk de KPI.",
@@ -439,7 +439,7 @@ export const pl_PL = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filtr nie ma zastosowania do tej wizualizacji.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Tego filtra nie można zastosować, ponieważ wizualizacja używa filtra Top/bottom values. Usuń filtr Top/bottom values, aby zastosować ten filtr.",
441
441
  "configurationPanel.mvfMissingMeasure": "Metryka używana w tym filtrze już nie istnieje w przestrzeni roboczej.",
442
- "filters.mvf.missingMetric.tooltip": "Metryka używana w tym filtrze już nie istnieje w przestrzeni roboczej.",
442
+ "filters.mvf.missingMetric.tooltip": "Błąd: Metryka używana w tym filtrze już nie istnieje w przestrzeni roboczej.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI nie może być filtrowane wg daty. Odznacz pole wyboru.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" nie może być już zastosowany do wizualizacji. Wybierz inny wymiar lub edytuj wizualizację.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" nie może być już zastosowany do KPI. Wybierz inny wymiar lub edytuj KPI.",
@@ -439,7 +439,7 @@ export const pt_BR = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "O filtro não é aplicável a esta visualização.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Este filtro não pode ser aplicado porque a visualização usa um filtro de valores Top/bottom. Remova o filtro de valores Top/bottom para aplicar este filtro.",
441
441
  "configurationPanel.mvfMissingMeasure": "A métrica usada neste filtro não existe mais no espaço de trabalho.",
442
- "filters.mvf.missingMetric.tooltip": "A métrica usada neste filtro não existe mais no espaço de trabalho.",
442
+ "filters.mvf.missingMetric.tooltip": "Erro: A métrica usada neste filtro não existe mais no espaço de trabalho.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "O KPI não pode ser filtrado por Data. Desmarque a caixa de seleção.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" não pode mais ser aplicado à visualização. Selecione uma dimensão diferente ou edite a visualização.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "Não é possível aplicar \"{dateDataSet}\" ao KPI. Selecione uma dimensão diferente ou edite o KPI.",
@@ -439,7 +439,7 @@ export const pt_PT = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "O filtro não é aplicável a esta visualização.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Este filtro não pode ser aplicado porque a visualização utiliza um filtro de Valores superiores/inferiores. Remova o filtro de Valores superiores/inferiores para aplicar este filtro.",
441
441
  "configurationPanel.mvfMissingMeasure": "A métrica usada neste filtro não existe mais no espaço de trabalho.",
442
- "filters.mvf.missingMetric.tooltip": "A métrica usada neste filtro não existe mais no espaço de trabalho.",
442
+ "filters.mvf.missingMetric.tooltip": "Erro: A métrica usada neste filtro não existe mais no espaço de trabalho.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "Não é possível filtrar o kpi por Data. Desmarque a caixa de verificação.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" não pode mais ser aplicado à visualização. Selecione uma dimensão diferente ou edite a visualização.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" já não pode ser aplicado ao kpi. Selecione uma dimensão diferente ou edite o kpi.",
@@ -439,7 +439,7 @@ export const ru_RU = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Фильтр неприменим к этой визуализации.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Этот фильтр нельзя применить, потому что в визуализации используется фильтр значений Top/bottom. Чтобы применить этот фильтр, удалите фильтр значений Top/bottom.",
441
441
  "configurationPanel.mvfMissingMeasure": "Показатель, используемый в этом фильтре, больше не существует в рабочей области.",
442
- "filters.mvf.missingMetric.tooltip": "Показатель, используемый в этом фильтре, больше не существует в рабочей области.",
442
+ "filters.mvf.missingMetric.tooltip": "Ошибка: Показатель, используемый в этом фильтре, больше не существует в рабочей области.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "Этот КПЭ нельзя фильтровать по дате. Снимите флажок.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" больше нельзя применять к визуализации. Выберите другое измерение или отредактируйте визуализацию.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" больше нельзя применять к КПЭ. Выберите другое измерение или отредактируйте анализ.",
@@ -439,7 +439,7 @@ export const sl_SI = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filter ni uporaben za to vizualizacijo.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Tega filtra ni mogoče uporabiti, ker vizualizacija uporablja filter Najvišje/najnižje vrednosti. Odstranite filter Najvišje/najnižje vrednosti, da uporabite ta filter.",
441
441
  "configurationPanel.mvfMissingMeasure": "Metrika, uporabljena v tem filtru, ne obstaja več v delovnem prostoru.",
442
- "filters.mvf.missingMetric.tooltip": "Metrika, uporabljena v tem filtru, ne obstaja več v delovnem prostoru.",
442
+ "filters.mvf.missingMetric.tooltip": "Napaka: Metrika, uporabljena v tem filtru, ne obstaja več v delovnem prostoru.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI-ja ni mogoče filtrirati po datumu. Odznačite potrditveno polje.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" se ne more več uporabljati pri vizualizaciji. Izberite drugo dimenzijo ali uredite vizualizacijo.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" se ne more več uporabljati pri KPI-ju. Izberite drugo dimenzijo ali uredite KPI.",
@@ -439,7 +439,7 @@ export const th_TH = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "ตัวกรองไม่สามารถใช้ได้กับการแสดงภาพข้อมูลนี้",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "ไม่สามารถใช้ตัวกรองนี้ได้ เนื่องจากการแสดงภาพข้อมูลใช้ตัวกรองค่าบนสุด/ล่างสุด นำตัวกรองค่าบนสุด/ล่างสุดออกเพื่อใช้ตัวกรองนี้",
441
441
  "configurationPanel.mvfMissingMeasure": "เมตริกที่ใช้ในตัวกรองนี้ไม่มีอยู่ในพื้นที่ทำงานอีกต่อไป",
442
- "filters.mvf.missingMetric.tooltip": "เมตริกที่ใช้ในตัวกรองนี้ไม่มีอยู่ในพื้นที่ทำงานอีกต่อไป",
442
+ "filters.mvf.missingMetric.tooltip": "ข้อผิดพลาด: เมตริกที่ใช้ในตัวกรองนี้ไม่มีอยู่ในพื้นที่ทำงานอีกต่อไป",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI ไม่สามารถถูกกรองตามวันที่ได้ ยกเลิกการเลือกช่องทำเครื่องหมาย",
444
444
  "configurationPanel.unrelatedVizDateInfo": "ไม่สามารถนำ \"{dateDataSet}\" ไปใช้กับการแสดงภาพข้อมูลได้อีกต่อไป เลือกมิติอื่นหรือแก้ไขการแสดงภาพข้อมูล",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "ไม่สามารถนำ \"{dateDataSet}\" ไปใช้กับ kpi ได้อีกต่อไป เลือกมิติอื่นหรือแก้ไข kpi",
@@ -439,7 +439,7 @@ export const tr_TR = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filtre bu görselleştirme için uygulanamaz.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Bu filtre, görselleştirme bir En üst/En alt değerler filtresi kullandığı için uygulanamaz. Bu filtreyi uygulamak için En üst/En alt değerler filtresini kaldırın.",
441
441
  "configurationPanel.mvfMissingMeasure": "Bu filtrede kullanılan metrik artık çalışma alanında mevcut değil.",
442
- "filters.mvf.missingMetric.tooltip": "Bu filtrede kullanılan metrik artık çalışma alanında mevcut değil.",
442
+ "filters.mvf.missingMetric.tooltip": "Hata: Bu filtrede kullanılan metrik artık çalışma alanında mevcut değil.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI, Tarihe göre filtrelenemez. Onay kutusunun işaretini kaldırın.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" artık görselleştirmeye uygulanamaz. Farklı bir boyut seçin veya görselleştirmeyi düzenleyin.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" artık KPI'ya uygulanamaz. Farklı bir boyut seçin veya KPI'yı düzenleyin.",
@@ -439,7 +439,7 @@ export const uk_UA = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Фільтр не можна застосувати до цієї візуалізації.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Цей фільтр не можна застосувати, оскільки візуалізація використовує фільтр верхніх/нижніх значень. Видаліть фільтр верхніх/нижніх значень, щоб застосувати цей фільтр.",
441
441
  "configurationPanel.mvfMissingMeasure": "Метрика, яка використовується в цьому фільтрі, більше не існує в робочій області.",
442
- "filters.mvf.missingMetric.tooltip": "Метрика, яка використовується в цьому фільтрі, більше не існує в робочій області.",
442
+ "filters.mvf.missingMetric.tooltip": "Помилка: Метрика, яка використовується в цьому фільтрі, більше не існує в робочій області.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI не можна фільтрувати за датою. Зніміть прапорець.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" більше не можна застосувати до візуалізації. Виберіть інший вимір або відредагуйте візуалізацію.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" більше не можна застосувати до KPI. Виберіть інший вимір або відредагуйте KPI.",
@@ -439,7 +439,7 @@ export const vi_VN = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Bộ lọc không áp dụng được cho trực quan hóa này.",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "Không thể áp dụng bộ lọc này vì trực quan hóa sử dụng bộ lọc giá trị Trên cùng/dưới cùng. Hãy xóa bộ lọc giá trị Trên cùng/dưới cùng để áp dụng bộ lọc này.",
441
441
  "configurationPanel.mvfMissingMeasure": "Thước đo được dùng trong bộ lọc này không còn tồn tại trong không gian làm việc.",
442
- "filters.mvf.missingMetric.tooltip": "Thước đo được dùng trong bộ lọc này không còn tồn tại trong không gian làm việc.",
442
+ "filters.mvf.missingMetric.tooltip": "Lỗi: Thước đo được dùng trong bộ lọc này không còn tồn tại trong không gian làm việc.",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI không thể được lọc theo Ngày. Bỏ chọn hộp kiểm.",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" không còn có thể áp dụng cho trực quan hóa. Chọn một chiều khác hoặc chỉnh sửa trực quan hóa.",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" không thể áp dụng cho KPI nữa. Hãy chọn một chiều dữ liệu khác hoặc chỉnh sửa KPI.",
@@ -439,7 +439,7 @@ export const zh_HK = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "篩選器不適用於此可視化。",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "無法套用此篩選器,因為此可視化使用了熱門/冷門值篩選器。請移除熱門/冷門值篩選器以套用此篩選器。",
441
441
  "configurationPanel.mvfMissingMeasure": "此篩選器中使用的指標已不再存在於工作區中。",
442
- "filters.mvf.missingMetric.tooltip": "此篩選器中使用的指標已不再存在於工作區中。",
442
+ "filters.mvf.missingMetric.tooltip": "錯誤:此篩選器中使用的指標已不再存在於工作區中。",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI唔可以按日期篩選。 取消選中該複選框。",
444
444
  "configurationPanel.unrelatedVizDateInfo": "“{dateDataSet}”無法再應用於可視化效果。 選擇其他維度或編輯可視化效果。",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "“{dateDataSet}”唔可以再應用於KPI。 選擇其他維度或編輯KPI。",
@@ -439,7 +439,7 @@ export const zh_Hans = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "筛选器不适用于此可视化。",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "无法应用此筛选器,因为该可视化使用了 Top/bottom values 筛选器。请移除 Top/bottom values 筛选器以应用此筛选器。",
441
441
  "configurationPanel.mvfMissingMeasure": "此筛选器中使用的指标在工作区中已不存在。",
442
- "filters.mvf.missingMetric.tooltip": "此筛选器中使用的指标在工作区中已不存在。",
442
+ "filters.mvf.missingMetric.tooltip": "错误:此筛选器中使用的指标在工作区中已不存在。",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "KPI 无法按日期筛选。请取消选中该复选框。",
444
444
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\"无法再应用于该可视化。请选择其他范围或编辑该可视化。",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\"无法再应用于该 KPI。请选择其他范围或编辑该 KPI。",
@@ -439,7 +439,7 @@ export const zh_Hant = {
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "篩選不適用於此視覺化。",
440
440
  "configurationPanel.mvfBlockedByRankingFilter": "無法套用此篩選,因為該視覺化使用了前/後值篩選。請移除前/後值篩選以套用此篩選。",
441
441
  "configurationPanel.mvfMissingMeasure": "此篩選器中使用的指標已不存在於工作區中。",
442
- "filters.mvf.missingMetric.tooltip": "此篩選器中使用的指標已不存在於工作區中。",
442
+ "filters.mvf.missingMetric.tooltip": "錯誤:此篩選器中使用的指標已不存在於工作區中。",
443
443
  "configurationPanel.kpiCantBeFilteredByDate": "kpi 無法按日期過濾。取消選取該複選框。",
444
444
  "configurationPanel.unrelatedVizDateInfo": "」{dateDataSet} \" 無法再套用於視覺化。選擇不同的維度或編輯視覺化。",
445
445
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" 無法再套用於 kpi。選擇其他維度或編輯 kpi。",
@@ -39,6 +39,7 @@ import { DrillDefinition } from '@gooddata/sdk-model';
39
39
  import { EmptyValues } from '@gooddata/sdk-model';
40
40
  import { EntityId } from '@reduxjs/toolkit';
41
41
  import { EntityState } from '@reduxjs/toolkit';
42
+ import { ExecutionResultLimitType } from '@gooddata/sdk-model';
42
43
  import { ExplicitDrill } from '@gooddata/sdk-ui';
43
44
  import { FilterContextItem } from '@gooddata/sdk-model';
44
45
  import { GoodDataSdkError } from '@gooddata/sdk-ui';
@@ -82,6 +83,7 @@ import { IDashboardDateFilter } from '@gooddata/sdk-model';
82
83
  import { IDashboardDateFilterConfig as IDashboardDateFilterConfig_2 } from '@gooddata/sdk-model';
83
84
  import { IDashboardDateFilterConfigItem } from '@gooddata/sdk-model';
84
85
  import { IDashboardDefinition } from '@gooddata/sdk-model';
86
+ import { IDashboardExportParameter } from '@gooddata/sdk-model';
85
87
  import { IDashboardExportPresentationOptions } from '@gooddata/sdk-backend-spi';
86
88
  import { IDashboardExportRawOptions } from '@gooddata/sdk-backend-spi';
87
89
  import { IDashboardFilterGroup } from '@gooddata/sdk-model';
@@ -98,7 +100,6 @@ import { IDashboardMeasureValueFilter } from '@gooddata/sdk-model';
98
100
  import { IDashboardMeasureValueFilterConfig } from '@gooddata/sdk-model';
99
101
  import { IDashboardObjectIdentity } from '@gooddata/sdk-model';
100
102
  import { IDashboardParameter } from '@gooddata/sdk-model';
101
- import { IDashboardParameterValueOverride } from '@gooddata/sdk-backend-spi';
102
103
  import { IDashboardPermissions } from '@gooddata/sdk-model';
103
104
  import { IDashboardReferences } from '@gooddata/sdk-backend-spi';
104
105
  import { IDashboardWidget } from '@gooddata/sdk-model';
@@ -126,6 +127,7 @@ import { IExecutionConfig } from '@gooddata/sdk-model';
126
127
  import { IExecutionConfiguration } from '@gooddata/sdk-ui';
127
128
  import { IExecutionDefinition } from '@gooddata/sdk-model';
128
129
  import { IExecutionResult } from '@gooddata/sdk-backend-spi';
130
+ import { IExecutionResultLimitBreak } from '@gooddata/sdk-model';
129
131
  import { IExportResult } from '@gooddata/sdk-backend-spi';
130
132
  import { IFilter } from '@gooddata/sdk-model';
131
133
  import { IFilterableWidget } from '@gooddata/sdk-model';
@@ -3523,11 +3525,27 @@ export declare function dashboardTabRenamingStarted(ctx: DashboardContext, tabId
3523
3525
  * @param previousTabId - identifier of the previously active tab
3524
3526
  * @param newTabId - identifier of the newly active tab
3525
3527
  * @param correlationId - correlation id to use for this event
3528
+ * @param source - what triggered the switch; omit for a regular user-initiated tab switch.
3529
+ * See {@link DashboardTabSwitchSource}.
3526
3530
  * @returns dashboard tab switched event
3527
3531
  *
3528
3532
  * @alpha
3529
3533
  */
3530
- export declare function dashboardTabSwitched(ctx: DashboardContext, previousTabId: string | undefined, newTabId: string, correlationId?: string): IDashboardTabSwitched;
3534
+ export declare function dashboardTabSwitched(ctx: DashboardContext, previousTabId: string | undefined, newTabId: string, correlationId?: string, source?: DashboardTabSwitchSource): IDashboardTabSwitched;
3535
+
3536
+ /**
3537
+ * What triggered a {@link ISwitchDashboardTab} command.
3538
+ *
3539
+ * Open-ended set of values that may grow over time; treat unknown values defensively. When
3540
+ * omitted, the switch is a regular user-initiated tab switch.
3541
+ *
3542
+ * - `"drillToSelf"` - the switch is part of a drill to the same dashboard targeting a different
3543
+ * tab. The drill owns the target tab's filter context, so consumers that restore per-tab filter
3544
+ * state on switches (e.g. "Auto-save last state") should skip their restore for it.
3545
+ *
3546
+ * @alpha
3547
+ */
3548
+ export declare type DashboardTabSwitchSource = "drillToSelf";
3531
3549
 
3532
3550
  /**
3533
3551
  * @public
@@ -11743,6 +11761,14 @@ export declare interface IDashboardTabSwitchedPayload {
11743
11761
  * Identifier of the newly active tab.
11744
11762
  */
11745
11763
  readonly newTabId: string;
11764
+ /**
11765
+ * What triggered this tab switch.
11766
+ *
11767
+ * @remarks
11768
+ * Omit for a regular user-initiated tab switch. See {@link DashboardTabSwitchSource} for the
11769
+ * recognized values and their effect.
11770
+ */
11771
+ readonly source?: DashboardTabSwitchSource;
11746
11772
  }
11747
11773
 
11748
11774
  /**
@@ -12743,6 +12769,12 @@ export declare interface IExecutionResultEnvelope {
12743
12769
  executionResult?: IExecutionResult;
12744
12770
  error?: GoodDataSdkError;
12745
12771
  warnings?: IResultWarning[];
12772
+ /**
12773
+ * Limits broken during result computation, causing partial data to be returned for this widget.
12774
+ *
12775
+ * @alpha
12776
+ */
12777
+ limitBreaks?: IExecutionResultLimitBreak[];
12746
12778
  }
12747
12779
 
12748
12780
  /**
@@ -18861,6 +18893,14 @@ export declare interface ISwitchDashboardTabPayload {
18861
18893
  * Identifier of the tab to switch to.
18862
18894
  */
18863
18895
  readonly tabId: string;
18896
+ /**
18897
+ * What triggered this tab switch.
18898
+ *
18899
+ * @remarks
18900
+ * Omit for a regular user-initiated tab switch. See {@link DashboardTabSwitchSource} for the
18901
+ * recognized values and their effect.
18902
+ */
18903
+ readonly source?: DashboardTabSwitchSource;
18864
18904
  }
18865
18905
 
18866
18906
  /**
@@ -24049,6 +24089,7 @@ export declare const selectExecutionResult: (state: DashboardState, id: EntityId
24049
24089
  executionResult?: IExecutionResult | undefined;
24050
24090
  error?: GoodDataSdkError | undefined;
24051
24091
  warnings?: IResultWarning[] | undefined;
24092
+ limitBreaks?: IExecutionResultLimitBreak<ExecutionResultLimitType | (string & {})>[] | undefined;
24052
24093
  };
24053
24094
 
24054
24095
  /**
@@ -24056,6 +24097,17 @@ export declare const selectExecutionResult: (state: DashboardState, id: EntityId
24056
24097
  */
24057
24098
  export declare const selectExecutionResultByRef: (ref: ObjRef | undefined) => DashboardSelector<IExecutionResultEnvelope | undefined>;
24058
24099
 
24100
+ /**
24101
+ * Selects the execution result limit breaks for the widget with the given ref.
24102
+ *
24103
+ * @remarks
24104
+ * Limit breaks indicate that the widget's execution hit a row/column/cell limit and only partial
24105
+ * data was returned. Returns an empty array when there are no limit breaks or the result is not available.
24106
+ *
24107
+ * @alpha
24108
+ */
24109
+ export declare const selectExecutionResultLimitBreaksByRef: (ref: ObjRef | undefined) => DashboardSelector<IExecutionResultLimitBreak[]>;
24110
+
24059
24111
  /**
24060
24112
  * @internal
24061
24113
  */
@@ -24083,7 +24135,7 @@ export declare const selectExecutionTimestamp: DashboardSelector<string | undefi
24083
24135
  *
24084
24136
  * @alpha
24085
24137
  */
24086
- export declare const selectExportEffectiveParameters: (widgetIds: string[] | undefined) => DashboardSelector<Record<string, IDashboardParameterValueOverride[]>>;
24138
+ export declare const selectExportEffectiveParameters: (widgetIds: string[] | undefined) => DashboardSelector<Record<string, IDashboardExportParameter[]>>;
24087
24139
 
24088
24140
  /**
24089
24141
  * Returns custom export metadata.
@@ -24622,6 +24674,13 @@ export declare const selectHasCatalogFacts: DashboardSelector<boolean>;
24622
24674
  */
24623
24675
  export declare const selectHasCatalogMeasures: DashboardSelector<boolean>;
24624
24676
 
24677
+ /**
24678
+ * Selects whether the widget with the given ref returned partial data because an execution limit was reached.
24679
+ *
24680
+ * @alpha
24681
+ */
24682
+ export declare const selectHasExecutionResultLimitBreaksByRef: (ref: ObjRef | undefined) => DashboardSelector<boolean>;
24683
+
24625
24684
  /**
24626
24685
  * @alpha
24627
24686
  */
@@ -26264,7 +26323,7 @@ export declare function setDrillForKpiWidget(ref: ObjRef, legacyDashboardRef: Ob
26264
26323
  *
26265
26324
  * @beta
26266
26325
  */
26267
- export declare function setExecutionResultData(id: ObjRef | string, executionResult: IExecutionResult, executionWarnings: IResultWarning[] | undefined, correlationId?: string): IUpsertExecutionResult;
26326
+ export declare function setExecutionResultData(id: ObjRef | string, executionResult: IExecutionResult, executionWarnings: IResultWarning[] | undefined, limitBreaks: IExecutionResultLimitBreak[] | undefined, correlationId?: string): IUpsertExecutionResult;
26268
26327
 
26269
26328
  /**
26270
26329
  * Creates an {@link IUpsertExecutionResult} command that makes the relevant execution result indicate an error and stop loading.
@@ -26499,11 +26558,13 @@ export declare type StashedDashboardItemsId = string;
26499
26558
  *
26500
26559
  * @param tabId - identifier of the tab to switch to
26501
26560
  * @param correlationId - specify correlation id to use for this command
26561
+ * @param source - what triggered the switch; omit for a regular user-initiated tab switch.
26562
+ * See {@link DashboardTabSwitchSource}.
26502
26563
  * @returns switch dashboard tab command
26503
26564
  *
26504
26565
  * @alpha
26505
26566
  */
26506
- export declare function switchDashboardTab(tabId: string, correlationId?: string): ISwitchDashboardTab;
26567
+ export declare function switchDashboardTab(tabId: string, correlationId?: string, source?: DashboardTabSwitchSource): ISwitchDashboardTab;
26507
26568
 
26508
26569
  /**
26509
26570
  * Creates the ChangeRenderMode command for switch to edit mode.
@@ -28407,7 +28468,7 @@ export declare function useWidgetDragEndHandler(): () => void;
28407
28468
  export declare function useWidgetExecutionsHandler(widgetRef: ObjRef): {
28408
28469
  onLoadingChanged: OnLoadingChanged;
28409
28470
  onError: OnError;
28410
- onSuccess: (executionResult: IExecutionResult, warnings: IResultWarning[] | undefined) => void;
28471
+ onSuccess: (executionResult: IExecutionResult, warnings: IResultWarning[] | undefined, limitBreaks?: IExecutionResultLimitBreak<ExecutionResultLimitType | (string & {})>[] | undefined) => void;
28411
28472
  onPushData: (data: IPushData) => void;
28412
28473
  };
28413
28474
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.55.2"
8
+ "packageVersion": "7.58.7"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.41.0-alpha.1",
3
+ "version": "11.41.0-alpha.3",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -59,20 +59,20 @@
59
59
  "redux-saga": "1.3.0",
60
60
  "ts-invariant": "0.10.3",
61
61
  "tslib": "2.8.1",
62
- "uuid": "11.1.0",
63
- "@gooddata/sdk-backend-base": "11.41.0-alpha.1",
64
- "@gooddata/sdk-backend-spi": "11.41.0-alpha.1",
65
- "@gooddata/sdk-ui": "11.41.0-alpha.1",
66
- "@gooddata/sdk-ui-charts": "11.41.0-alpha.1",
67
- "@gooddata/sdk-model": "11.41.0-alpha.1",
68
- "@gooddata/sdk-ui-ext": "11.41.0-alpha.1",
69
- "@gooddata/sdk-ui-filters": "11.41.0-alpha.1",
70
- "@gooddata/sdk-ui-geo": "11.41.0-alpha.1",
71
- "@gooddata/sdk-ui-kit": "11.41.0-alpha.1",
72
- "@gooddata/sdk-ui-vis-commons": "11.41.0-alpha.1",
73
- "@gooddata/sdk-ui-pivot": "11.41.0-alpha.1",
74
- "@gooddata/sdk-ui-theme-provider": "11.41.0-alpha.1",
75
- "@gooddata/util": "11.41.0-alpha.1"
62
+ "uuid": "11.1.1",
63
+ "@gooddata/sdk-backend-base": "11.41.0-alpha.3",
64
+ "@gooddata/sdk-backend-spi": "11.41.0-alpha.3",
65
+ "@gooddata/sdk-model": "11.41.0-alpha.3",
66
+ "@gooddata/sdk-ui-charts": "11.41.0-alpha.3",
67
+ "@gooddata/sdk-ui": "11.41.0-alpha.3",
68
+ "@gooddata/sdk-ui-ext": "11.41.0-alpha.3",
69
+ "@gooddata/sdk-ui-filters": "11.41.0-alpha.3",
70
+ "@gooddata/sdk-ui-geo": "11.41.0-alpha.3",
71
+ "@gooddata/sdk-ui-kit": "11.41.0-alpha.3",
72
+ "@gooddata/sdk-ui-pivot": "11.41.0-alpha.3",
73
+ "@gooddata/sdk-ui-theme-provider": "11.41.0-alpha.3",
74
+ "@gooddata/util": "11.41.0-alpha.3",
75
+ "@gooddata/sdk-ui-vis-commons": "11.41.0-alpha.3"
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.8",
120
120
  "vitest-dom": "0.1.1",
121
- "@gooddata/eslint-config": "11.41.0-alpha.1",
122
- "@gooddata/i18n-toolkit": "11.41.0-alpha.1",
123
- "@gooddata/oxlint-config": "11.41.0-alpha.1",
124
- "@gooddata/reference-workspace": "11.41.0-alpha.1",
125
- "@gooddata/sdk-backend-mockingbird": "11.41.0-alpha.1",
126
- "@gooddata/stylelint-config": "11.41.0-alpha.1"
121
+ "@gooddata/i18n-toolkit": "11.41.0-alpha.3",
122
+ "@gooddata/reference-workspace": "11.41.0-alpha.3",
123
+ "@gooddata/oxlint-config": "11.41.0-alpha.3",
124
+ "@gooddata/sdk-backend-mockingbird": "11.41.0-alpha.3",
125
+ "@gooddata/eslint-config": "11.41.0-alpha.3",
126
+ "@gooddata/stylelint-config": "11.41.0-alpha.3"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",
@@ -30883,11 +30883,6 @@ figure {
30883
30883
  box-shadow: 0 0 0 4px var(--gd-palette-primary-base-t85, rgba(20, 178, 226, 0.15));
30884
30884
  }
30885
30885
 
30886
- body:has(.gd-resizable-sidebar--dragging),
30887
- body:has(.gd-resizable-sidebar--dragging) * {
30888
- cursor: col-resize;
30889
- }
30890
-
30891
30886
  .add-item-panel {
30892
30887
  padding: 0 7px;
30893
30888
  }