@gooddata/sdk-ui-dashboard 11.40.0-alpha.1 → 11.40.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 (78) hide show
  1. package/NOTICE +245 -3
  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 +2 -2
  6. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +35 -12
  7. package/esm/model/commandHandlers/index.js +0 -2
  8. package/esm/model/commandHandlers/tabs/createDashboardTabHandler.js +2 -2
  9. package/esm/model/commands/base.d.ts +1 -1
  10. package/esm/model/commands/index.d.ts +2 -2
  11. package/esm/model/commands/tabs.d.ts +0 -35
  12. package/esm/model/commands/tabs.js +0 -16
  13. package/esm/model/events/base.d.ts +1 -1
  14. package/esm/model/events/index.d.ts +2 -2
  15. package/esm/model/events/tabs.d.ts +0 -44
  16. package/esm/model/events/tabs.js +0 -28
  17. package/esm/model/react/useDashboardCommand.d.ts +0 -1
  18. package/esm/model/react/useDashboardCommandProcessing.d.ts +0 -4
  19. package/esm/model/store/tabs/index.d.ts +6 -0
  20. package/esm/model/store/tabs/tabsReducers.d.ts +6 -0
  21. package/esm/model/store/tabs/tabsReducers.js +16 -0
  22. package/esm/model/utils/tabLocalIdentifier.d.ts +4 -0
  23. package/esm/model/utils/tabLocalIdentifier.js +12 -0
  24. package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js +2 -10
  25. package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +1 -0
  26. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +1 -0
  27. package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +1 -0
  28. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +1 -0
  29. package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +1 -0
  30. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +1 -0
  31. package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +1 -0
  32. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +1 -0
  33. package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +1 -0
  34. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +1 -0
  35. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +1 -0
  36. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +1 -0
  37. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +1 -0
  38. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +1 -0
  39. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +1 -0
  40. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +1 -0
  41. package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +1 -0
  42. package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +1 -0
  43. package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +1 -0
  44. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +1 -0
  45. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +1 -0
  46. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +1 -0
  47. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +1 -0
  48. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +1 -0
  49. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +1 -0
  50. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +1 -0
  51. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +1 -0
  52. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +1 -0
  53. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +1 -0
  54. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +1 -0
  55. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +1 -0
  56. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +1 -0
  57. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +1 -0
  58. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +1 -0
  59. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.d.ts +1 -0
  60. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +1 -0
  61. package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +1 -0
  62. package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +1 -0
  63. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +1 -0
  64. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +1 -0
  65. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.d.ts +1 -0
  66. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +1 -0
  67. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +1 -0
  68. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +1 -0
  69. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +1 -0
  70. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +1 -0
  71. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +1 -0
  72. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +1 -0
  73. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +1 -0
  74. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +1 -0
  75. package/esm/sdk-ui-dashboard.d.ts +10 -94
  76. package/package.json +20 -20
  77. package/esm/model/commandHandlers/tabs/convertDashboardTabFromDefaultHandler.d.ts +0 -4
  78. package/esm/model/commandHandlers/tabs/convertDashboardTabFromDefaultHandler.js +0 -40
@@ -14,7 +14,7 @@ import { type IChangeRenderMode } from "./renderMode.js";
14
14
  import { type IChangeRichTextWidgetContent, type IChangeRichTextWidgetFilterSettings } from "./richText.js";
15
15
  import { type ICreateScheduledEmail, type IInitializeAutomations, type IRefreshAutomations, type ISaveScheduledEmail } from "./scheduledEmail.js";
16
16
  import { type ISetShowWidgetAsTable } from "./showWidgetAsTable.js";
17
- import { type ICancelRenamingDashboardTab, type IConvertDashboardTabFromDefault, type ICreateDashboardTab, type IDeleteDashboardTab, type IRenameDashboardTab, type IRepositionDashboardTab, type IStartRenamingDashboardTab, type ISwitchDashboardTab } from "./tabs.js";
17
+ import { type ICancelRenamingDashboardTab, type ICreateDashboardTab, type IDeleteDashboardTab, type IRenameDashboardTab, type IRepositionDashboardTab, type IStartRenamingDashboardTab, type ISwitchDashboardTab } from "./tabs.js";
18
18
  import { type ILoadAllWorkspaceUsers } from "./users.js";
19
19
  import { type IAddVisualizationToVisualizationSwitcherWidgetContent, type IUpdateVisualizationsFromVisualizationSwitcherWidgetContent } from "./visualizationSwitcher.js";
20
20
  /**
@@ -27,4 +27,4 @@ import { type IAddVisualizationToVisualizationSwitcherWidgetContent, type IUpdat
27
27
  *
28
28
  * @public
29
29
  */
30
- export 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 | ISetMeasureValueFilterDimensionality | 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;
30
+ export 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 | ISetMeasureValueFilterDimensionality | 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 | ICreateDashboardTab | IRepositionDashboardTab | IDeleteDashboardTab | IStartRenamingDashboardTab | ICancelRenamingDashboardTab | IRenameDashboardTab | ISetScreenSize | ILoadAllWorkspaceUsers | IExportRawInsightWidget | IExportSlidesInsightWidget | IExportImageInsightWidget | ISetShowWidgetAsTable;
@@ -9,41 +9,6 @@ export interface ISwitchDashboardTabPayload {
9
9
  */
10
10
  readonly tabId: string;
11
11
  }
12
- /**
13
- * Payload of the {@link IConvertDashboardTabFromDefault} command.
14
- *
15
- * @alpha
16
- */
17
- export interface IConvertDashboardTabFromDefaultPayload {
18
- /**
19
- * Optional title for the new tab.
20
- */
21
- readonly title?: string;
22
- }
23
- /**
24
- * Command to convert a default dashboard tab into a regular tab.
25
- *
26
- * @remarks
27
- * This command will:
28
- * - Duplicate the default tab and create a new regular tab with the given title
29
- * - Remove the default tab
30
- *
31
- * @alpha
32
- */
33
- export interface IConvertDashboardTabFromDefault extends IDashboardCommand {
34
- readonly type: "GDC.DASH/CMD.TAB.CONVERT_FROM_DEFAULT";
35
- readonly payload: IConvertDashboardTabFromDefaultPayload;
36
- }
37
- /**
38
- * Creates the ConvertDashboardTabFromDefault command.
39
- *
40
- * @param title - Optional title for the new tab.
41
- * @param correlationId - Specify correlation id to use for this command.
42
- * @returns Convert dashboard tab from default command.
43
- *
44
- * @alpha
45
- */
46
- export declare function convertDashboardTabFromDefault(title?: string, correlationId?: string): IConvertDashboardTabFromDefault;
47
12
  /**
48
13
  * Command to switch to a different dashboard tab.
49
14
  *
@@ -1,20 +1,4 @@
1
1
  // (C) 2025-2026 GoodData Corporation
2
- /**
3
- * Creates the ConvertDashboardTabFromDefault command.
4
- *
5
- * @param title - Optional title for the new tab.
6
- * @param correlationId - Specify correlation id to use for this command.
7
- * @returns Convert dashboard tab from default command.
8
- *
9
- * @alpha
10
- */
11
- export function convertDashboardTabFromDefault(title, correlationId) {
12
- return {
13
- type: "GDC.DASH/CMD.TAB.CONVERT_FROM_DEFAULT",
14
- correlationId,
15
- payload: { title },
16
- };
17
- }
18
2
  /**
19
3
  * Creates the SwitchDashboardTab command.
20
4
  *
@@ -19,7 +19,7 @@ import { type DashboardContext } from "../types/commonTypes.js";
19
19
  *
20
20
  * @public
21
21
  */
22
- export type DashboardEventType = "GDC.DASH/EVT.COMMAND.FAILED" | "GDC.DASH/EVT.COMMAND.REJECTED" | "GDC.DASH/EVT.COMMAND.STARTED" | "GDC.DASH/EVT.QUERY.FAILED" | "GDC.DASH/EVT.QUERY.REJECTED" | "GDC.DASH/EVT.QUERY.STARTED" | "GDC.DASH/EVT.QUERY.COMPLETED" | "GDC.DASH/EVT.USER_INTERACTION.TRIGGERED" | "GDC.DASH/EVT.INITIALIZED" | "GDC.DASH/EVT.DEINITIALIZED" | "GDC.DASH/EVT.SAVED" | "GDC.DASH/EVT.COPY_SAVED" | "GDC.DASH/EVT.RENAMED" | "GDC.DASH/EVT.RESET" | "GDC.DASH/EVT.DELETED" | "GDC.DASH/EVT.RENDER_MODE.CHANGED" | "GDC.DASH/EVT.EXPORT.PDF.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF.RESOLVED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.IMAGE.REQUESTED" | "GDC.DASH/EVT.EXPORT.IMAGE.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.REQUESTED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.VALIDATION.FAILED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.CONDITION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.DIMENSIONALITY_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER_ITEM.SELECTION_REPLACED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.PARENT_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.DISPLAY_FORM_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.MEASURE_VALUE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.LIMITING_ITEMS_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.DISPLAY_AS_LABEL_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.TITLE_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_HEADER_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEM_WIDTH_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEMS_HEIGHT_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEMS_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REPLACED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED_TO_NEW_SECTION" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.LAYOUT_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SCREEN_SIZE_CHANGED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_SECTION_HEADERS_TOGGLED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_DIRECTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.MEASURE_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.COMPARISON_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_REMOVED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_SET" | "GDC.DASH/EVT.KPI_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.PROPERTIES_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.IGNORE_CROSS_FILTERING_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.INSIGHT_SWITCHED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_MODIFIED" | "GDC.DASH/EVT.SHOW_WIDGET_AS_TABLE.SET" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_ADDED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_REQUESTED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_RESOLVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.REFRESHED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.CONTENT_CHANGED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATION_ADDED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATIONS_UPDATED" | "GDC.DASH/EVT.WIDGET.EXECUTION_STARTED" | "GDC.DASH/EVT.WIDGET.EXECUTION_FAILED" | "GDC.DASH/EVT.WIDGET.EXECUTION_SUCCEEDED" | "GDC.DASH/EVT.ALERT.CREATED" | "GDC.DASH/EVT.ALERT.SAVED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.CREATED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.SAVED" | "GDC.DASH/EVT.DRILL.REQUESTED" | "GDC.DASH/EVT.DRILL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILLABLE_ITEMS.CHANGED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.REQUESTED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.RESOLVED" | "GDC.DASH/EVT.DRILL.KEY_DRIVER_ANALYSIS.REQUESTED" | "GDC.DASH/EVT.DRILL.KEY_DRIVER_ANALYSIS.RESOLVED" | "GDC.DASH/EVT.DRILL_TARGETS.ADDED" | "GDC.DASH/EVT.RENDER.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.RESOLVED" | "GDC.DASH/EVT.RENDER.RESOLVED" | "GDC.DASH/EVT.SHARING.CHANGED" | "GDC.DASH/EVT.CREATE_INSIGHT_REQUESTED" | "GDC.DASH/EVT.CREATE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.DELETE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.FAILURE" | "GDC.DASH/EVT.AUTOMATIONS.REFRESHED" | "GDC.DASH/EVT.IGNORE_EXECUTION_TIMESTAMP_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.SELECTION.RESET" | "GDC.DASH/EVT.FILTER_CONTEXT.WORKING_SELECTION.APPLIED" | "GDC.DASH/EVT.TAB.SWITCHED" | "GDC.DASH/EVT.TAB.REPOSITIONED" | "GDC.DASH/EVT.TAB.CONVERTED_FROM_DEFAULT" | "GDC.DASH/EVT.TAB.CREATED" | "GDC.DASH/EVT.TAB.DELETED" | "GDC.DASH/EVT.TAB.RENAME_MODE.STARTED" | "GDC.DASH/EVT.TAB.RENAME_MODE.CANCELED" | "GDC.DASH/EVT.TAB.RENAMED" | "GDC.DASH/EVT.PARAMETERS.SELECTION.RESET";
22
+ export type DashboardEventType = "GDC.DASH/EVT.COMMAND.FAILED" | "GDC.DASH/EVT.COMMAND.REJECTED" | "GDC.DASH/EVT.COMMAND.STARTED" | "GDC.DASH/EVT.QUERY.FAILED" | "GDC.DASH/EVT.QUERY.REJECTED" | "GDC.DASH/EVT.QUERY.STARTED" | "GDC.DASH/EVT.QUERY.COMPLETED" | "GDC.DASH/EVT.USER_INTERACTION.TRIGGERED" | "GDC.DASH/EVT.INITIALIZED" | "GDC.DASH/EVT.DEINITIALIZED" | "GDC.DASH/EVT.SAVED" | "GDC.DASH/EVT.COPY_SAVED" | "GDC.DASH/EVT.RENAMED" | "GDC.DASH/EVT.RESET" | "GDC.DASH/EVT.DELETED" | "GDC.DASH/EVT.RENDER_MODE.CHANGED" | "GDC.DASH/EVT.EXPORT.PDF.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF.RESOLVED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PDF_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.REQUESTED" | "GDC.DASH/EVT.EXPORT.PPT_PRESENTATION.RESOLVED" | "GDC.DASH/EVT.EXPORT.IMAGE.REQUESTED" | "GDC.DASH/EVT.EXPORT.IMAGE.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.RESOLVED" | "GDC.DASH/EVT.EXPORT.EXCEL.REQUESTED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.VALIDATION.FAILED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.DATE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.CONDITION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.DIMENSIONALITY_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.MEASURE_VALUE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.ADDED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.REMOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.MOVED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER_ITEM.SELECTION_REPLACED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.PARENT_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.DISPLAY_FORM_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.SELECTION_MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.ATTRIBUTE_FILTER.TITLE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.MEASURE_VALUE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.LIMITING_ITEMS_CHANGED" | "GDC.DASH/EVT.ATTRIBUTE_FILTER_CONFIG.DISPLAY_AS_LABEL_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.TITLE_CHANGED" | "GDC.DASH/EVT.DATE_FILTER_CONFIG.MODE_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_HEADER_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEM_WIDTH_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.SECTION_ITEMS_HEIGHT_RESIZED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEMS_ADDED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REPLACED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_MOVED_TO_NEW_SECTION" | "GDC.DASH/EVT.FLUID_LAYOUT.ITEM_REMOVED" | "GDC.DASH/EVT.FLUID_LAYOUT.LAYOUT_CHANGED" | "GDC.DASH/EVT.FLUID_LAYOUT.SCREEN_SIZE_CHANGED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_SECTION_HEADERS_TOGGLED" | "GDC.DASH/EVT.FLEXIBLE_LAYOUT.LAYOUT_DIRECTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.MEASURE_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.COMPARISON_CHANGED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_REMOVED" | "GDC.DASH/EVT.KPI_WIDGET.DRILL_SET" | "GDC.DASH/EVT.KPI_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.HEADER_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DESCRIPTION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.PROPERTIES_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.CONFIGURATION_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.IGNORE_CROSS_FILTERING_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.INSIGHT_SWITCHED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_MODIFIED" | "GDC.DASH/EVT.SHOW_WIDGET_AS_TABLE.SET" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILLS_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_REMOVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_ADDED" | "GDC.DASH/EVT.INSIGHT_WIDGET.DRILL_DOWN_MODIFIED" | "GDC.DASH/EVT.INSIGHT_WIDGET.WIDGET_CHANGED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_REQUESTED" | "GDC.DASH/EVT.INSIGHT_WIDGET.EXPORT_RESOLVED" | "GDC.DASH/EVT.INSIGHT_WIDGET.REFRESHED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.CONTENT_CHANGED" | "GDC.DASH/EVT.RICH_TEXT_WIDGET.FILTER_SETTINGS_CHANGED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATION_ADDED" | "GDC.DASH/EVT.VISUALIZATION_SWITCHER_WIDGET.VISUALIZATIONS_UPDATED" | "GDC.DASH/EVT.WIDGET.EXECUTION_STARTED" | "GDC.DASH/EVT.WIDGET.EXECUTION_FAILED" | "GDC.DASH/EVT.WIDGET.EXECUTION_SUCCEEDED" | "GDC.DASH/EVT.ALERT.CREATED" | "GDC.DASH/EVT.ALERT.SAVED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.CREATED" | "GDC.DASH/EVT.SCHEDULED_EMAIL.SAVED" | "GDC.DASH/EVT.DRILL.REQUESTED" | "GDC.DASH/EVT.DRILL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_DOWN.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_INSIGHT.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_ATTRIBUTE_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_CUSTOM_URL.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.REQUESTED" | "GDC.DASH/EVT.DRILL.DRILL_TO_LEGACY_DASHBOARD.RESOLVED" | "GDC.DASH/EVT.DRILL.DRILLABLE_ITEMS.CHANGED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.REQUESTED" | "GDC.DASH/EVT.DRILL.CROSS_FILTERING.RESOLVED" | "GDC.DASH/EVT.DRILL.KEY_DRIVER_ANALYSIS.REQUESTED" | "GDC.DASH/EVT.DRILL.KEY_DRIVER_ANALYSIS.RESOLVED" | "GDC.DASH/EVT.DRILL_TARGETS.ADDED" | "GDC.DASH/EVT.RENDER.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.REQUESTED" | "GDC.DASH/EVT.RENDER.ASYNC.RESOLVED" | "GDC.DASH/EVT.RENDER.RESOLVED" | "GDC.DASH/EVT.SHARING.CHANGED" | "GDC.DASH/EVT.CREATE_INSIGHT_REQUESTED" | "GDC.DASH/EVT.CREATE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.DELETE_ATTRIBUTE_HIERARCHY_REQUESTED" | "GDC.DASH/EVT.ATTRIBUTE_HIERARCHY_MODIFIED" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CREATE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.DELETE.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.APPLY.FAILURE" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.SUCCESS" | "GDC.DASH/EVT.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS.FAILURE" | "GDC.DASH/EVT.AUTOMATIONS.REFRESHED" | "GDC.DASH/EVT.IGNORE_EXECUTION_TIMESTAMP_CHANGED" | "GDC.DASH/EVT.FILTER_CONTEXT.SELECTION.RESET" | "GDC.DASH/EVT.FILTER_CONTEXT.WORKING_SELECTION.APPLIED" | "GDC.DASH/EVT.TAB.SWITCHED" | "GDC.DASH/EVT.TAB.REPOSITIONED" | "GDC.DASH/EVT.TAB.CREATED" | "GDC.DASH/EVT.TAB.DELETED" | "GDC.DASH/EVT.TAB.RENAME_MODE.STARTED" | "GDC.DASH/EVT.TAB.RENAME_MODE.CANCELED" | "GDC.DASH/EVT.TAB.RENAMED" | "GDC.DASH/EVT.PARAMETERS.SELECTION.RESET";
23
23
  /**
24
24
  * Base type for all dashboard events.
25
25
  *
@@ -15,7 +15,7 @@ import { type IDashboardRenderModeChanged } from "./renderMode.js";
15
15
  import { type IDashboardRichTextWidgetContentChanged, type IDashboardRichTextWidgetFilterSettingsChanged } from "./richText.js";
16
16
  import { type IDashboardAutomationsRefreshed, type IDashboardScheduledEmailCreated, type IDashboardScheduledEmailSaved } from "./scheduledEmail.js";
17
17
  import { type IShowWidgetAsTableSet } from "./showWidgetAsTable.js";
18
- import { type IDashboardTabConvertedFromDefault, type IDashboardTabCreated, type IDashboardTabDeleted, type IDashboardTabRenamed, type IDashboardTabRenamingCanceled, type IDashboardTabRenamingStarted, type IDashboardTabSwitched } from "./tabs.js";
18
+ import { type IDashboardTabCreated, type IDashboardTabDeleted, type IDashboardTabRenamed, type IDashboardTabRenamingCanceled, type IDashboardTabRenamingStarted, type IDashboardTabSwitched } from "./tabs.js";
19
19
  import { type IDashboardUserInteractionTriggered } from "./userInteraction.js";
20
20
  import { type IDashboardVisualizationSwitcherWidgetVisualizationAdded, type IDashboardVisualizationSwitcherWidgetVisualizationsUpdated } from "./visualizationSwitcher.js";
21
21
  import { type IDashboardWidgetExecutionFailed, type IDashboardWidgetExecutionStarted, type IDashboardWidgetExecutionSucceeded } from "./widget.js";
@@ -29,7 +29,7 @@ import { type IDashboardWidgetExecutionFailed, type IDashboardWidgetExecutionSta
29
29
  *
30
30
  * @public
31
31
  */
32
- export type DashboardEvents = DashboardInitialized | DashboardDeinitialized | DateFilterValidationFailed | DashboardSaved | DashboardCopySaved | DashboardRenderRequested | DashboardAsyncRenderRequested | DashboardAsyncRenderResolved | DashboardRenderResolved | DashboardSharingChanged | IDashboardRenderModeChanged | IDashboardCommandStarted<any> | IDashboardCommandFailed<any> | IDashboardCommandRejected | IDashboardQueryFailed | IDashboardQueryRejected | IDashboardQueryStarted | IDashboardQueryCompleted<any, any> | IDashboardRenamed | IDashboardWasReset | IDashboardExportToPdfRequested | IDashboardExportToPdfResolved | IDashboardExportToExcelRequested | IDashboardExportToExcelResolved | IDashboardExportToPdfPresentationRequested | IDashboardExportToPdfPresentationResolved | IDashboardExportToPptPresentationResolved | IDashboardExportToPptPresentationRequested | IDashboardExportToImageRequested | IDashboardExportToImageResolved | IDashboardUserInteractionTriggered | DashboardDateFilterSelectionChanged | IDashboardAttributeFilterAdded | IDashboardAttributeFilterRemoved | IDashboardAttributeFilterMoved | DashboardAttributeFilterSelectionChanged | DashboardAttributeFilterItemSelectionReplaced | IDashboardAttributeTitleChanged | IDashboardAttributeSelectionModeChanged | IDashboardAttributeFilterParentChanged | IDashboardMeasureValueFilterAdded | IDashboardMeasureValueFilterMoved | IDashboardMeasureValueFilterRemoved | IDashboardMeasureValueFilterConditionChanged | IDashboardMeasureValueFilterDimensionalityChanged | IDashboardMeasureValueFilterTitleChanged | IDashboardMeasureValueFilterConfigModeChanged | DashboardFilterContextChanged | IDashboardLayoutSectionAdded | IDashboardLayoutSectionMoved | IDashboardLayoutSectionRemoved | IDashboardLayoutSectionHeaderChanged | IDashboardLayoutSectionItemsAdded | IDashboardLayoutSectionItemReplaced | IDashboardLayoutSectionItemMoved | IDashboardLayoutSectionItemRemoved | IDashboardLayoutSectionItemMovedToNewSection | IDashboardLayoutChanged | IDashboardKpiWidgetHeaderChanged | IDashboardKpiWidgetDescriptionChanged | IDashboardKpiWidgetConfigurationChanged | IDashboardKpiWidgetMeasureChanged | IDashboardKpiWidgetFilterSettingsChanged | IDashboardKpiWidgetComparisonChanged | IDashboardKpiWidgetDrillRemoved | IDashboardKpiWidgetDrillSet | IDashboardKpiWidgetChanged | IDashboardInsightWidgetHeaderChanged | IDashboardInsightWidgetDescriptionChanged | IDashboardInsightWidgetFilterSettingsChanged | IDashboardInsightWidgetVisPropertiesChanged | IDashboardInsightWidgetVisConfigurationChanged | IDashboardInsightWidgetInsightSwitched | IDashboardInsightWidgetDrillsModified | IDashboardInsightWidgetDrillsRemoved | IDashboardInsightWidgetChanged | IDashboardInsightWidgetExportRequested | IDashboardInsightWidgetExportResolved | IDashboardInsightWidgetRefreshed | IDashboardRichTextWidgetContentChanged | IDashboardRichTextWidgetFilterSettingsChanged | IDashboardVisualizationSwitcherWidgetVisualizationAdded | IDashboardVisualizationSwitcherWidgetVisualizationsUpdated | IDashboardWidgetExecutionStarted | IDashboardWidgetExecutionSucceeded | IDashboardWidgetExecutionFailed | IDashboardAlertCreated | IDashboardAlertSaved | IDashboardScheduledEmailCreated | IDashboardScheduledEmailSaved | IDashboardAutomationsRefreshed | IShowWidgetAsTableSet | IDashboardDrillDownResolved | IDashboardDrillToAttributeUrlResolved | IDashboardDrillToCustomUrlResolved | IDashboardDrillToDashboardResolved | IDashboardDrillToInsightResolved | IDashboardDrillToLegacyDashboardResolved | IDashboardKeyDriverAnalysisResolved | IDashboardKeyDriverAnalysisRequested | IDashboardDrillResolved | IDashboardDrillDownRequested | IDashboardDrillToAttributeUrlRequested | IDashboardDrillToCustomUrlRequested | IDashboardDrillToDashboardRequested | IDashboardDrillToInsightRequested | IDashboardDrillToLegacyDashboardRequested | IDashboardDrillRequested | IDashboardDrillableItemsChanged | IDashboardIgnoreExecutionTimestampChanged | IDashboardTabSwitched | IDashboardTabConvertedFromDefault | IDashboardTabCreated | IDashboardTabDeleted | IDashboardTabRenamingStarted | IDashboardTabRenamingCanceled | IDashboardTabRenamed | IDashboardParametersSelectionReset | ICreateInsightRequested | ICreateAttributeHierarchyRequested | IDeleteAttributeHierarchyRequested;
32
+ export type DashboardEvents = DashboardInitialized | DashboardDeinitialized | DateFilterValidationFailed | DashboardSaved | DashboardCopySaved | DashboardRenderRequested | DashboardAsyncRenderRequested | DashboardAsyncRenderResolved | DashboardRenderResolved | DashboardSharingChanged | IDashboardRenderModeChanged | IDashboardCommandStarted<any> | IDashboardCommandFailed<any> | IDashboardCommandRejected | IDashboardQueryFailed | IDashboardQueryRejected | IDashboardQueryStarted | IDashboardQueryCompleted<any, any> | IDashboardRenamed | IDashboardWasReset | IDashboardExportToPdfRequested | IDashboardExportToPdfResolved | IDashboardExportToExcelRequested | IDashboardExportToExcelResolved | IDashboardExportToPdfPresentationRequested | IDashboardExportToPdfPresentationResolved | IDashboardExportToPptPresentationResolved | IDashboardExportToPptPresentationRequested | IDashboardExportToImageRequested | IDashboardExportToImageResolved | IDashboardUserInteractionTriggered | DashboardDateFilterSelectionChanged | IDashboardAttributeFilterAdded | IDashboardAttributeFilterRemoved | IDashboardAttributeFilterMoved | DashboardAttributeFilterSelectionChanged | DashboardAttributeFilterItemSelectionReplaced | IDashboardAttributeTitleChanged | IDashboardAttributeSelectionModeChanged | IDashboardAttributeFilterParentChanged | IDashboardMeasureValueFilterAdded | IDashboardMeasureValueFilterMoved | IDashboardMeasureValueFilterRemoved | IDashboardMeasureValueFilterConditionChanged | IDashboardMeasureValueFilterDimensionalityChanged | IDashboardMeasureValueFilterTitleChanged | IDashboardMeasureValueFilterConfigModeChanged | DashboardFilterContextChanged | IDashboardLayoutSectionAdded | IDashboardLayoutSectionMoved | IDashboardLayoutSectionRemoved | IDashboardLayoutSectionHeaderChanged | IDashboardLayoutSectionItemsAdded | IDashboardLayoutSectionItemReplaced | IDashboardLayoutSectionItemMoved | IDashboardLayoutSectionItemRemoved | IDashboardLayoutSectionItemMovedToNewSection | IDashboardLayoutChanged | IDashboardKpiWidgetHeaderChanged | IDashboardKpiWidgetDescriptionChanged | IDashboardKpiWidgetConfigurationChanged | IDashboardKpiWidgetMeasureChanged | IDashboardKpiWidgetFilterSettingsChanged | IDashboardKpiWidgetComparisonChanged | IDashboardKpiWidgetDrillRemoved | IDashboardKpiWidgetDrillSet | IDashboardKpiWidgetChanged | IDashboardInsightWidgetHeaderChanged | IDashboardInsightWidgetDescriptionChanged | IDashboardInsightWidgetFilterSettingsChanged | IDashboardInsightWidgetVisPropertiesChanged | IDashboardInsightWidgetVisConfigurationChanged | IDashboardInsightWidgetInsightSwitched | IDashboardInsightWidgetDrillsModified | IDashboardInsightWidgetDrillsRemoved | IDashboardInsightWidgetChanged | IDashboardInsightWidgetExportRequested | IDashboardInsightWidgetExportResolved | IDashboardInsightWidgetRefreshed | IDashboardRichTextWidgetContentChanged | IDashboardRichTextWidgetFilterSettingsChanged | IDashboardVisualizationSwitcherWidgetVisualizationAdded | IDashboardVisualizationSwitcherWidgetVisualizationsUpdated | IDashboardWidgetExecutionStarted | IDashboardWidgetExecutionSucceeded | IDashboardWidgetExecutionFailed | IDashboardAlertCreated | IDashboardAlertSaved | IDashboardScheduledEmailCreated | IDashboardScheduledEmailSaved | IDashboardAutomationsRefreshed | IShowWidgetAsTableSet | IDashboardDrillDownResolved | IDashboardDrillToAttributeUrlResolved | IDashboardDrillToCustomUrlResolved | IDashboardDrillToDashboardResolved | IDashboardDrillToInsightResolved | IDashboardDrillToLegacyDashboardResolved | IDashboardKeyDriverAnalysisResolved | IDashboardKeyDriverAnalysisRequested | IDashboardDrillResolved | IDashboardDrillDownRequested | IDashboardDrillToAttributeUrlRequested | IDashboardDrillToCustomUrlRequested | IDashboardDrillToDashboardRequested | IDashboardDrillToInsightRequested | IDashboardDrillToLegacyDashboardRequested | IDashboardDrillRequested | IDashboardDrillableItemsChanged | IDashboardIgnoreExecutionTimestampChanged | IDashboardTabSwitched | IDashboardTabCreated | IDashboardTabDeleted | IDashboardTabRenamingStarted | IDashboardTabRenamingCanceled | IDashboardTabRenamed | IDashboardParametersSelectionReset | ICreateInsightRequested | ICreateAttributeHierarchyRequested | IDeleteAttributeHierarchyRequested;
33
33
  /**
34
34
  * Creates DashboardEvent predicate that test whether the provided event matches it.
35
35
  *
@@ -129,50 +129,6 @@ export declare function dashboardTabCreated(ctx: DashboardContext, newTabId: str
129
129
  * @alpha
130
130
  */
131
131
  export declare const isDashboardTabCreated: (event: any) => event is IDashboardTabCreated;
132
- /**
133
- * Payload of the {@link IDashboardTabConvertedFromDefault} event.
134
- * @alpha
135
- */
136
- export interface IDashboardTabConvertedFromDefaultPayload {
137
- /**
138
- * Identifier of the newly created tab.
139
- */
140
- readonly newTabId: string;
141
- /**
142
- * Index at which the new tab was inserted.
143
- */
144
- readonly index: number;
145
- }
146
- /**
147
- * This event is emitted when a default dashboard tab is converted to a regular tab.
148
- *
149
- * @alpha
150
- */
151
- export interface IDashboardTabConvertedFromDefault extends IDashboardEvent {
152
- readonly type: "GDC.DASH/EVT.TAB.CONVERTED_FROM_DEFAULT";
153
- readonly payload: IDashboardTabConvertedFromDefaultPayload;
154
- }
155
- /**
156
- * Creates the DashboardTabConvertedFromDefault event.
157
- *
158
- * @param ctx - dashboard context
159
- * @param newTabId - identifier of the newly created tab
160
- * @param index - index at which the new tab was inserted
161
- * @param correlationId - correlation id to use for this event
162
- * @returns dashboard tab converted from default event
163
- *
164
- * @alpha
165
- */
166
- export declare function dashboardTabConvertedFromDefault(ctx: DashboardContext, newTabId: string, index: number, correlationId?: string): IDashboardTabConvertedFromDefault;
167
- /**
168
- * Type guard that checks if an event is a DashboardTabConvertedFromDefault event.
169
- *
170
- * @param event - event to check
171
- * @returns true if the event is a DashboardTabConvertedFromDefault event
172
- *
173
- * @alpha
174
- */
175
- export declare const isDashboardTabConvertedFromDefault: (event: any) => event is IDashboardTabConvertedFromDefault;
176
132
  /**
177
133
  * Payload of the {@link IDashboardTabDeleted} event.
178
134
  * @alpha
@@ -89,34 +89,6 @@ export function dashboardTabCreated(ctx, newTabId, index, correlationId) {
89
89
  * @alpha
90
90
  */
91
91
  export const isDashboardTabCreated = (event) => event.type === "GDC.DASH/EVT.TAB.CREATED";
92
- /**
93
- * Creates the DashboardTabConvertedFromDefault event.
94
- *
95
- * @param ctx - dashboard context
96
- * @param newTabId - identifier of the newly created tab
97
- * @param index - index at which the new tab was inserted
98
- * @param correlationId - correlation id to use for this event
99
- * @returns dashboard tab converted from default event
100
- *
101
- * @alpha
102
- */
103
- export function dashboardTabConvertedFromDefault(ctx, newTabId, index, correlationId) {
104
- return {
105
- type: "GDC.DASH/EVT.TAB.CONVERTED_FROM_DEFAULT",
106
- ctx,
107
- correlationId,
108
- payload: { newTabId, index },
109
- };
110
- }
111
- /**
112
- * Type guard that checks if an event is a DashboardTabConvertedFromDefault event.
113
- *
114
- * @param event - event to check
115
- * @returns true if the event is a DashboardTabConvertedFromDefault event
116
- *
117
- * @alpha
118
- */
119
- export const isDashboardTabConvertedFromDefault = (event) => event.type === "GDC.DASH/EVT.TAB.CONVERTED_FROM_DEFAULT";
120
92
  /**
121
93
  * Creates the DashboardTabDeleted event.
122
94
  *
@@ -156,7 +156,6 @@ export declare const useDashboardCommand: <TCommand extends DashboardCommands, T
156
156
  "GDC.DASH/EVT.SCHEDULED_EMAIL.SAVED"?: ((event: import("../events/scheduledEmail.js").IDashboardScheduledEmailSaved) => void) | undefined;
157
157
  "GDC.DASH/EVT.SHARING.CHANGED"?: ((event: import("../events/dashboard.js").DashboardSharingChanged) => void) | undefined;
158
158
  "GDC.DASH/EVT.SHOW_WIDGET_AS_TABLE.SET"?: ((event: import("../events/showWidgetAsTable.js").IShowWidgetAsTableSet) => void) | undefined;
159
- "GDC.DASH/EVT.TAB.CONVERTED_FROM_DEFAULT"?: ((event: import("../events/tabs.js").IDashboardTabConvertedFromDefault) => void) | undefined;
160
159
  "GDC.DASH/EVT.TAB.CREATED"?: ((event: import("../events/tabs.js").IDashboardTabCreated) => void) | undefined;
161
160
  "GDC.DASH/EVT.TAB.DELETED"?: ((event: import("../events/tabs.js").IDashboardTabDeleted) => void) | undefined;
162
161
  "GDC.DASH/EVT.TAB.RENAMED"?: ((event: import("../events/tabs.js").IDashboardTabRenamed) => void) | undefined;
@@ -193,8 +193,6 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
193
193
  type: TSuccessEventType;
194
194
  }> | Extract<import("../events/scheduledEmail.js").IDashboardScheduledEmailSaved, {
195
195
  type: TSuccessEventType;
196
- }> | Extract<import("../events/tabs.js").IDashboardTabConvertedFromDefault, {
197
- type: TSuccessEventType;
198
196
  }> | Extract<import("../events/tabs.js").IDashboardTabCreated, {
199
197
  type: TSuccessEventType;
200
198
  }> | Extract<import("../events/tabs.js").IDashboardTabDeleted, {
@@ -436,8 +434,6 @@ export declare const useDashboardCommandProcessing: <TCommand extends DashboardC
436
434
  type: TErrorEventType;
437
435
  }> | Extract<import("../events/scheduledEmail.js").IDashboardScheduledEmailSaved, {
438
436
  type: TErrorEventType;
439
- }> | Extract<import("../events/tabs.js").IDashboardTabConvertedFromDefault, {
440
- type: TErrorEventType;
441
437
  }> | Extract<import("../events/tabs.js").IDashboardTabCreated, {
442
438
  type: TErrorEventType;
443
439
  }> | Extract<import("../events/tabs.js").IDashboardTabDeleted, {
@@ -40,6 +40,12 @@ export declare const tabsActions: import("@reduxjs/toolkit").CaseReducerActions<
40
40
  };
41
41
  type: string;
42
42
  }>;
43
+ readonly resolveDefaultTab: import("./tabsReducers.js").TabsReducer<{
44
+ payload: {
45
+ newLocalIdentifier: string;
46
+ };
47
+ type: string;
48
+ }>;
43
49
  readonly changeAttributeFilterConfigMode: (state: import("immer").WritableDraft<import("./tabsState.js").ITabsState>, action: {
44
50
  payload: import("../../commands/dashboard.js").ISetDashboardAttributeFilterConfigModePayload;
45
51
  type: string;
@@ -64,5 +64,11 @@ export declare const tabsReducers: {
64
64
  };
65
65
  type: string;
66
66
  }>;
67
+ resolveDefaultTab: TabsReducer<{
68
+ payload: {
69
+ newLocalIdentifier: string;
70
+ };
71
+ type: string;
72
+ }>;
67
73
  };
68
74
  export {};
@@ -1,5 +1,6 @@
1
1
  // (C) 2021-2026 GoodData Corporation
2
2
  import { initializeFilterContext } from "./filterContext/filterContextUtils.js";
3
+ import { DEFAULT_TAB_ID } from "./tabsState.js";
3
4
  /**
4
5
  * Applies initialization logic to a tab's filterContext if present.
5
6
  * Ensures filters have local identifiers and proper ordering.
@@ -97,6 +98,20 @@ const renameTab = (state, action) => {
97
98
  }
98
99
  tab.title = title;
99
100
  };
101
+ /**
102
+ * Renames the placeholder DEFAULT_TAB_ID to a real UUID after the first backend save.
103
+ * Also updates activeTabLocalIdentifier when the active tab was the placeholder.
104
+ */
105
+ const resolveDefaultTab = (state, action) => {
106
+ const { newLocalIdentifier } = action.payload;
107
+ const tab = state.tabs?.find((t) => t.localIdentifier === DEFAULT_TAB_ID);
108
+ if (tab) {
109
+ tab.localIdentifier = newLocalIdentifier;
110
+ }
111
+ if (state.activeTabLocalIdentifier === DEFAULT_TAB_ID) {
112
+ state.activeTabLocalIdentifier = newLocalIdentifier;
113
+ }
114
+ };
100
115
  export const tabsReducers = {
101
116
  setTabs,
102
117
  setActiveTabLocalIdentifier,
@@ -105,4 +120,5 @@ export const tabsReducers = {
105
120
  clearTabs,
106
121
  setTabIsRenaming,
107
122
  renameTab,
123
+ resolveDefaultTab,
108
124
  };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * When running e2e tests, we need to generate deterministic tab local identifiers.
3
+ */
4
+ export declare function generateTabLocalIdentifier(): string;
@@ -0,0 +1,12 @@
1
+ // (C) 2026 GoodData Corporation
2
+ import { v4 as uuidv4 } from "uuid";
3
+ let counter = 0;
4
+ /**
5
+ * When running e2e tests, we need to generate deterministic tab local identifiers.
6
+ */
7
+ export function generateTabLocalIdentifier() {
8
+ if (window?.useSafeLocalIdentifiersForE2e === true) {
9
+ return `test_tab_local_identifier_${counter++}`;
10
+ }
11
+ return uuidv4();
12
+ }
@@ -5,12 +5,11 @@ import { useIntl } from "react-intl";
5
5
  import { v4 as uuid } from "uuid";
6
6
  import { usePropState } from "@gooddata/sdk-ui";
7
7
  import { DefaultUiTabsTabValue, UiFocusManager, UiIcon, UiIconButton, UiTabs, UiTooltip, bemFactory, separatorStaticItem, useId, useScopedIdOptional, } from "@gooddata/sdk-ui-kit";
8
- import { cancelRenamingDashboardTab, convertDashboardTabFromDefault, createDashboardTab, deleteDashboardTab, renameDashboardTab, repositionDashboardTab, startRenamingDashboardTab, switchDashboardTab, } from "../../../model/commands/tabs.js";
8
+ import { cancelRenamingDashboardTab, createDashboardTab, deleteDashboardTab, renameDashboardTab, repositionDashboardTab, startRenamingDashboardTab, switchDashboardTab, } from "../../../model/commands/tabs.js";
9
9
  import { useDashboardDispatch, useDashboardSelector } from "../../../model/react/DashboardStoreProvider.js";
10
10
  import { selectIsAddTabButtonHidden } from "../../../model/store/config/configSelectors.js";
11
11
  import { selectIsInEditMode } from "../../../model/store/renderMode/renderModeSelectors.js";
12
12
  import { selectActiveTabLocalIdentifier, selectTabs } from "../../../model/store/tabs/tabsSelectors.js";
13
- import { DEFAULT_TAB_ID } from "../../../model/store/tabs/tabsState.js";
14
13
  const EMPTY_TABS = [];
15
14
  function createRenameAction(params) {
16
15
  const { tab, intl, dispatch } = params;
@@ -151,13 +150,9 @@ export function DashboardTabs({ activeTabLocalIdentifier, uiTabs, handleTabSelec
151
150
  ariaLabel: intl.formatMessage({ id: "dashboard.tabs.accessibility.label" }),
152
151
  }), [intl]);
153
152
  const isCreateEnabled = isEditMode && !hideAddTabButton;
154
- const hasDefaultTab = uiTabs.some((tab) => tab.id === DEFAULT_TAB_ID);
155
153
  const handleCreateTab = useCallback(() => {
156
- if (hasDefaultTab) {
157
- dispatch(convertDashboardTabFromDefault());
158
- }
159
154
  dispatch(createDashboardTab());
160
- }, [dispatch, hasDefaultTab]);
155
+ }, [dispatch]);
161
156
  const shouldHideTabs = useMemo(() => {
162
157
  if (!uiTabs || activeTabLocalIdentifier === undefined) {
163
158
  return true;
@@ -181,9 +176,6 @@ function RenamableTabValue(props) {
181
176
  const [name, setName] = usePropState(tab.label);
182
177
  const handleRename = useCallback((newName) => {
183
178
  dispatch(renameDashboardTab(newName, tab.id));
184
- if (tab.id === DEFAULT_TAB_ID) {
185
- dispatch(convertDashboardTabFromDefault(newName));
186
- }
187
179
  }, [dispatch, tab.id]);
188
180
  const handleCancel = useCallback(() => {
189
181
  dispatch(cancelRenamingDashboardTab(tab.id));
@@ -435,6 +435,7 @@ export declare const de_DE: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const de_DE = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": " Leistungskennzahl kann nicht nach {attributeName} gefiltert werden. Markierung des Kontrollfelds entfernen.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "Die Visualisierung kann nicht nach Datum gefiltert werden. Markierung des Kontrollfelds entfernen.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filtern ist auf diese Visualisierung nicht anwendbar.",
440
+ "configurationPanel.mvfBlockedByRankingFilter": "Dieser Filter kann nicht angewendet werden, weil die Visualisierung einen Top-/Bottom-Werte-Filter verwendet. Entfernen Sie den Top-/Bottom-Werte-Filter, um diesen Filter anzuwenden.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "Leistungskennzahl kann nicht nach Datum gefiltert werden. Markierung des Kontrollfelds entfernen.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" kann nicht mehr auf die Visualisierung angewendet werden. Wählen Sie eine andere Dimension oder bearbeiten Sie die Visualisierung.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" kann nicht mehr auf den Leistungskennzahl angewandt werden. Wählen Sie eine andere Dimension oder bearbeiten Sie den Leistungskennzahl.",
@@ -435,6 +435,7 @@ export declare const en_AU: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const en_AU = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": "The kpi cannot be filtered by {attributeName}. Unselect the check box.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "The visualization cannot be filtered by Date. Unselect the check box.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filter is not applicable to this visualisation.",
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.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "The kpi can't be filtered by Date. Unselect the check box.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" can no longer be applied to the visualisation. Select a different dimension or edit the visualisation.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" can no longer be applied to the KPI. Select a different dimension or edit the KPI.",
@@ -435,6 +435,7 @@ export declare const en_GB: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const en_GB = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": "The kpi cannot be filtered by {attributeName}. Unselect the check box.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "The visualisation cannot be filtered by Date. Unselect the check box.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filter is not applicable to this visualisation.",
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.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "The kpi cannot be filtered by Date. Unselect the check box.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" can no longer be applied to the visualisation. Select a different dimension or edit the visualisation.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" can no longer be applied to the kpi. Select a different dimension or edit the kpi.",
@@ -435,6 +435,7 @@ export declare const es_419: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const es_419 = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": "El KPI no se puede filtrar por {attributeName}. Desmarque la casilla de verificación.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "La visualización no puede filtrarse por Fecha. Desmarque la casilla de verificación.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "El filtro no se puede aplicar a esta visualización.",
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.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "El KPI no se puede filtrar por fecha. Desmarque la casilla de verificación.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ya no se puede aplicar a la visualización. Seleccione una dimensión diferente o edite la visualización.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ya no se puede aplicar al KPI. Seleccione otra dimensión o edite el KPI.",
@@ -435,6 +435,7 @@ export declare const es_ES: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const es_ES = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": "El KPI no se puede filtrar por {attributeName}. Desmarque la casilla de verificación.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "La visualización no puede filtrarse por Fecha. Desmarque la casilla de verificación.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "El filtro no se puede aplicar a esta visualización.",
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.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "El KPI no se puede filtrar por fecha. Desmarque la casilla de verificación.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ya no se puede aplicar a la visualización. Seleccione una dimensión diferente o edite la visualización.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ya no se puede aplicar al KPI. Seleccione una dimensión diferente o edite el KPI.",
@@ -435,6 +435,7 @@ export declare const fi_FI: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const fi_FI = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": "KPI:ta ei voi suodattaa {attributeName}. Poista valintamerkki.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "Visualisointia ei voida suodattaa päivämäärän mukaan. Poista valinta valintaruudusta.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Suodatin ei sovellu tähän visualisointiin.",
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.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "KPI:ta ei voi suodattaa päivämäärällä. Poista valintamerkki.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ei voida enää soveltaa visualisointiin. Valitse toinen ulottuvuus tai muokkaa visualisointia.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ei voi enää soveltaa KPI:hin. Valitse eri ulottuvuus tai muokkaa KPI:tä.",
@@ -435,6 +435,7 @@ export declare const fr_CA: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const fr_CA = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": "Le KPI ne peut pas être filtré par {attributeName}. Décochez la case.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "La visualisation ne peut pas être filtrée par la Date. Désélectionnez la case à cocher.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Le filtre ne s’applique pas à cette visualisation.",
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.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "Le KPI ne peut pas être filtré par Date. Décochez la case.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ne peut plus être appliqué à la visualisation. Sélectionnez une dimension différente ou modifiez la visualisation.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ne peut plus être appliqué au KPI. Sélectionnez une dimension différente ou modifiez le KPI.",
@@ -435,6 +435,7 @@ export declare const fr_FR: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const fr_FR = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": "Le KPI ne peut pas être filtré par {attributeName}. Décochez la case.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "La visualisation ne peut pas être filtrée par date. Désélectionnez la case à cocher.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Le filtre ne peut pas être appliqué à cette visualisation.",
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.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "Le KPI ne peut pas être filtré par date. Décochez la case.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" ne peut plus être appliqué à la visualisation. Sélectionnez une autre dimension ou modifiez la visualisation.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" ne peut plus être appliqué au KPI. Sélectionnez une autre dimension ou modifiez le KPI.",
@@ -435,6 +435,7 @@ export declare const id_ID: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const id_ID = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": "kpi tidak dapat difilter oleh {attributeName}. Batalkan pilihan kotak centang.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "Visualisasi tidak dapat difilter oleh Tanggal. Batalkan pilihan kotak centang.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Filter tidak dapat diterapkan pada visualisasi ini.",
440
+ "configurationPanel.mvfBlockedByRankingFilter": "Filter ini tidak dapat diterapkan karena visualisasi menggunakan filter nilai Teratas/Terbawah. Hapus filter nilai Teratas/Terbawah untuk menerapkan filter ini.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "kpi tidak dapat difilter oleh Tanggal. Batalkan pilihan kotak centang.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" tidak dapat lagi diterapkan pada visualisasi. Pilih dimensi lain atau edit visualisasi.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" tidak dapat lagi diterapkan pada kpi. Pilih dimensi lain atau edit kpi.",
@@ -435,6 +435,7 @@ export declare const it_IT: {
435
435
  "configurationPanel.kpiCantBeFilteredByAttribute": string;
436
436
  "configurationPanel.vizCantBeFilteredByDate": string;
437
437
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": string;
438
+ "configurationPanel.mvfBlockedByRankingFilter": string;
438
439
  "configurationPanel.kpiCantBeFilteredByDate": string;
439
440
  "configurationPanel.unrelatedVizDateInfo": string;
440
441
  "configurationPanel.unrelatedKpiDateInfo": string;
@@ -437,6 +437,7 @@ export const it_IT = {
437
437
  "configurationPanel.kpiCantBeFilteredByAttribute": "Il KPI non può essere filtrato per {attributeName}. Deselezionare la casella di controllo.",
438
438
  "configurationPanel.vizCantBeFilteredByDate": "La visualizzazione non può essere filtrata per data. Deselezionare la casella di controllo.",
439
439
  "configurationPanel.vizCantBeFilteredByMeasureValueFilter": "Il filtro non può essere applicato a questa visualizzazione.",
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.",
440
441
  "configurationPanel.kpiCantBeFilteredByDate": "Il KPI non può essere filtrato per Data. Deselezionare la casella di controllo.",
441
442
  "configurationPanel.unrelatedVizDateInfo": "\"{dateDataSet}\" non può più essere applicato alla visualizzazione. Selezionare una dimensione diversa o modificare la visualizzazione.",
442
443
  "configurationPanel.unrelatedKpiDateInfo": "\"{dateDataSet}\" non può più essere applicato al KPI. Selezionare una dimensione diversa o modificare il KPI.",