@gooddata/sdk-ui-dashboard 11.39.0-alpha.0 → 11.39.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/index.d.ts +4 -3
  4. package/esm/index.js +4 -3
  5. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts +2 -2
  6. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js +26 -14
  7. package/esm/model/commands/filters.d.ts +26 -9
  8. package/esm/model/commands/filters.js +14 -2
  9. package/esm/model/commands/index.d.ts +2 -2
  10. package/esm/model/store/_infra/generators.d.ts +8 -0
  11. package/esm/model/store/_infra/generators.js +8 -0
  12. package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +4 -4
  13. package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +3 -3
  14. package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +3 -3
  15. package/esm/presentation/localization/bundles/es-419.localization-bundle.js +4 -4
  16. package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +4 -4
  17. package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +4 -4
  18. package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +4 -4
  19. package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +4 -4
  20. package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +4 -4
  21. package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +4 -4
  22. package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +4 -4
  23. package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +4 -4
  24. package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +4 -4
  25. package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +4 -4
  26. package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +4 -4
  27. package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +4 -4
  28. package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +4 -4
  29. package/esm/presentation/localization/bundles/sl-SI.localization-bundle.js +4 -4
  30. package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +4 -4
  31. package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +4 -4
  32. package/esm/presentation/localization/bundles/uk-UA.localization-bundle.js +4 -4
  33. package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +4 -4
  34. package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +4 -4
  35. package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +4 -4
  36. package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +4 -4
  37. package/esm/sdk-ui-dashboard.d.ts +63 -16
  38. package/package.json +20 -20
@@ -1,3 +1,3 @@
1
- export declare const LIB_VERSION = "11.39.0-alpha.0";
1
+ export declare const LIB_VERSION = "11.39.0-alpha.2";
2
2
  export declare const LIB_DESCRIPTION = "GoodData SDK - Dashboard Component";
3
3
  export declare const LIB_NAME = "@gooddata/sdk-ui-dashboard";
package/esm/__version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // (C) 2021 GoodData Corporation
2
2
  // DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
3
- export const LIB_VERSION = "11.39.0-alpha.0";
3
+ export const LIB_VERSION = "11.39.0-alpha.2";
4
4
  export const LIB_DESCRIPTION = "GoodData SDK - Dashboard Component";
5
5
  export const LIB_NAME = "@gooddata/sdk-ui-dashboard";
package/esm/index.d.ts CHANGED
@@ -41,7 +41,7 @@ export { type DashboardCommands } from "./model/commands/index.js";
41
41
  export type { DashboardCommandType, IDashboardCommand, CommandProcessingMeta, } from "./model/commands/base.js";
42
42
  export { type InitializeDashboard, type InitializeDashboardPayload, type SaveDashboardAs, type SaveDashboardAsPayload, type ISaveDashboard, type ISaveDashboardPayload, type IRenameDashboard, type IRenameDashboardPayload, type IResetDashboard, type IExportDashboardToPdf, type IExportDashboardToPdfPayload, type IExportDashboardToPptPresentation, type IExportDashboardToPdfPresentation, type IExportDashboardToExcel, type IExportDashboardToExcelPayload, type IDeleteDashboard, type IChangeSharing, type IChangeSharingPayload, type ISetDashboardDateFilterConfigMode, type ISetDashboardDateFilterConfigModePayload, type ISetDashboardDateFilterWithDimensionConfigMode, type ISetDashboardDateFilterWithDimensionConfigModePayload, type ISetDashboardAttributeFilterConfigMode, type ISetDashboardAttributeFilterConfigModePayload, type ISetDashboardAttributeFilterSelectionType, type ISetDashboardAttributeFilterSelectionTypePayload, type ISetDashboardMeasureValueFilterConfigMode, type ISetDashboardMeasureValueFilterConfigModePayload, type ISetDateFilterConfigTitle, type ISetDateFilterConfigTitlePayload, type ISetAttributeFilterLimitingItems, type ISetAttributeFilterLimitingItemsPayload, type ISetDashboardAttributeFilterConfigDisplayAsLabel, type ISetDashboardAttributeFilterConfigDisplayAsLabelPayload, type IChangeIgnoreExecutionTimestamp, type IChangeIgnoreExecutionTimestampPayload, type IExportDashboardToPresentationPayload, type PdfConfiguration, InitialLoadCorrelationId, initializeDashboard, initializeDashboardWithPersistedDashboard, saveDashboardAs, saveDashboard, renameDashboard, resetDashboard, exportDashboardToPdf, exportDashboardToExcel, exportDashboardToPdfPresentation, exportDashboardToPptPresentation, deleteDashboard, changeSharing, setDashboardDateFilterConfigMode, setDashboardDateFilterWithDimensionConfigMode, setDashboardAttributeFilterConfigMode, setDashboardAttributeFilterSelectionType, setDashboardMeasureValueFilterConfigMode, setDateFilterConfigTitle, setAttributeFilterLimitingItems, setDashboardAttributeFilterConfigDisplayAsLabel, changeIgnoreExecutionTimestamp, } from "./model/commands/dashboard.js";
43
43
  export { type ITriggerEvent, type ITriggerEventPayload, triggerEvent } from "./model/commands/events.js";
44
- export { type ChangeDateFilterSelection, type IAddAttributeFilter, type AddAttributeFilterPayload, type IMoveAttributeFilter, type MoveAttributeFilterPayload, type IMoveMeasureValueFilter, type MoveMeasureValueFilterPayload, type IRemoveAttributeFilters, type IRemoveAttributeFiltersPayload, type IAddDateFilter, type IAddMeasureValueFilter, type IAddMeasureValueFilterPayload, type IAddDateFilterPayload, type IRemoveMeasureValueFilter, type IRemoveMeasureValueFilterPayload, type IRemoveDateFilters, type IRemoveDateFiltersPayload, type IMoveDateFilter, type MoveDateFilterPayload, type IChangeMeasureValueFilterCondition, type IChangeMeasureValueFilterConditionPayload, type ChangeAttributeFilterSelection, type AttributeFilterSelectionType, type ReplaceAttributeFilterItemSelection, type ReplaceAttributeFilterItemSelectionPayload, type ISetAttributeFilterParents, type SetAttributeFilterParentsPayload, type ChangeAttributeFilterSelectionPayload, type ChangeFilterContextSelection, type ChangeFilterContextSelectionPayload, type DateFilterSelection, type ChangeFilterContextSelectionParams, type ISetAttributeFilterDisplayForm, type ISetAttributeFilterDisplayFormPayload, type ISetAttributeFilterTitle, type ISetAttributeFilterTitlePayload, type ISetAttributeFilterSelectionMode, type ISetAttributeFilterSelectionModePayload, type ISetAttributeFilterDependentDateFilters, type SetAttributeFilterDependentDateFiltersPayload, type ISetMeasureValueFilterTitle, type ISetMeasureValueFilterTitlePayload, type ISaveFilterView, type ISaveFilterViewPayload, type IDeleteFilterView, type IDeleteFilterViewPayload, type IApplyFilterView, type IApplyFilterViewPayload, type ISetFilterViewAsDefault, type ISetFilterViewAsDefaultPayload, type IReloadFilterViews, type IApplyFilterContextWorkingSelection, type IResetFilterContextWorkingSelection, changeDateFilterSelection, clearDateFilterSelection, addAttributeFilter, addTextAttributeFilter, type IAddTextAttributeFilter, type IAddTextAttributeFilterPayload, moveAttributeFilter, removeAttributeFilter, removeAttributeFilters, addDateFilter, addMeasureValueFilter, removeMeasureValueFilter, removeDateFilter, moveMeasureValueFilter, moveDateFilter, changeMeasureValueFilterCondition, resetAttributeFilterSelection, changeAttributeFilterSelection, changeMigratedAttributeFilterSelection, changeWorkingAttributeFilterSelection, changeWorkingMeasureValueFilterCondition, replaceAttributeFilterItemSelection, replaceWorkingAttributeFilterItemSelection, setAttributeFilterParents, changeFilterContextSelection, changeFilterContextSelectionByParams, applyAttributeFilter, applyDateFilter, setAttributeFilterDisplayForm, setAttributeFilterTitle, setMeasureValueFilterTitle, setAttributeFilterSelectionMode, setAttributeFilterDependentDateFilters, saveFilterView, deleteFilterView, applyFilterView, setFilterViewAsDefault, reloadFilterViews, applyFilterContextWorkingSelection, resetFilterContextWorkingSelection, } from "./model/commands/filters.js";
44
+ export { type ChangeDateFilterSelection, type IAddAttributeFilter, type AddAttributeFilterPayload, type IMoveAttributeFilter, type MoveAttributeFilterPayload, type IMoveMeasureValueFilter, type MoveMeasureValueFilterPayload, type IRemoveAttributeFilters, type IRemoveAttributeFiltersPayload, type IAddDateFilter, type IAddMeasureValueFilter, type IAddMeasureValueFilterPayload, type IAddDateFilterPayload, type IRemoveMeasureValueFilter, type IRemoveMeasureValueFilters, type IRemoveMeasureValueFiltersPayload, type IRemoveDateFilters, type IRemoveDateFiltersPayload, type IMoveDateFilter, type MoveDateFilterPayload, type IChangeMeasureValueFilterCondition, type IChangeMeasureValueFilterConditionPayload, type ChangeAttributeFilterSelection, type AttributeFilterSelectionType, type ReplaceAttributeFilterItemSelection, type ReplaceAttributeFilterItemSelectionPayload, type ISetAttributeFilterParents, type SetAttributeFilterParentsPayload, type ChangeAttributeFilterSelectionPayload, type ChangeFilterContextSelection, type ChangeFilterContextSelectionPayload, type DateFilterSelection, type ChangeFilterContextSelectionParams, type ISetAttributeFilterDisplayForm, type ISetAttributeFilterDisplayFormPayload, type ISetAttributeFilterTitle, type ISetAttributeFilterTitlePayload, type ISetAttributeFilterSelectionMode, type ISetAttributeFilterSelectionModePayload, type ISetAttributeFilterDependentDateFilters, type SetAttributeFilterDependentDateFiltersPayload, type ISetMeasureValueFilterTitle, type ISetMeasureValueFilterTitlePayload, type ISaveFilterView, type ISaveFilterViewPayload, type IDeleteFilterView, type IDeleteFilterViewPayload, type IApplyFilterView, type IApplyFilterViewPayload, type ISetFilterViewAsDefault, type ISetFilterViewAsDefaultPayload, type IReloadFilterViews, type IApplyFilterContextWorkingSelection, type IResetFilterContextWorkingSelection, changeDateFilterSelection, clearDateFilterSelection, addAttributeFilter, addTextAttributeFilter, type IAddTextAttributeFilter, type IAddTextAttributeFilterPayload, moveAttributeFilter, removeAttributeFilter, removeAttributeFilters, addDateFilter, addMeasureValueFilter, removeMeasureValueFilter, removeMeasureValueFilters, removeDateFilter, moveMeasureValueFilter, moveDateFilter, changeMeasureValueFilterCondition, resetAttributeFilterSelection, changeAttributeFilterSelection, changeMigratedAttributeFilterSelection, changeWorkingAttributeFilterSelection, changeWorkingMeasureValueFilterCondition, replaceAttributeFilterItemSelection, replaceWorkingAttributeFilterItemSelection, setAttributeFilterParents, changeFilterContextSelection, changeFilterContextSelectionByParams, applyAttributeFilter, applyDateFilter, setAttributeFilterDisplayForm, setAttributeFilterTitle, setMeasureValueFilterTitle, setAttributeFilterSelectionMode, setAttributeFilterDependentDateFilters, saveFilterView, deleteFilterView, applyFilterView, setFilterViewAsDefault, reloadFilterViews, applyFilterContextWorkingSelection, resetFilterContextWorkingSelection, } from "./model/commands/filters.js";
45
45
  export { type IAddLayoutSection, type IAddLayoutSectionPayload, type IMoveLayoutSection, type IMoveLayoutSectionPayload, type IRemoveLayoutSection, type IRemoveLayoutSectionPayload, type ChangeLayoutSectionHeader, type ChangeLayoutSectionHeaderPayload, type IAddSectionItems, type IAddSectionItemsPayload, type IReplaceSectionItem, type IReplaceSectionItemPayload, type IMoveSectionItem, type IMoveSectionItemPayload, type IMoveSectionItemToNewSection, type IMoveSectionItemToNewSectionPayload, type IRemoveSectionItem, type IRemoveSectionItemPayload, type IRemoveSectionItemByWidgetRef, type IRemoveSectionItemByWidgetRefPayload, type IUndoLayoutChanges, type IUndoLayoutChangesPayload, type DashboardLayoutCommands, type UndoPointSelector, type IResizeHeight, type IResizeHeightPayload, type IResizeWidth, type IResizeWidthPayload, type ISetScreenSize, type ISetScreenSizePayload, type IToggleLayoutSectionHeaders, type IToggleLayoutSectionHeadersPayload, type IToggleLayoutDirection, type IToggleLayoutDirectionPayload, addLayoutSection, addNestedLayoutSection, moveLayoutSection, moveNestedLayoutSection, removeLayoutSection, removeNestedLayoutSection, changeLayoutSectionHeader, changeNestedLayoutSectionHeader, addSectionItem, addNestedLayoutSectionItem, replaceSectionItem, replaceNestedLayoutSectionItem, moveSectionItem, moveNestedLayoutSectionItem, moveSectionItemAndRemoveOriginalSectionIfEmpty, moveNestedLayoutSectionItemAndRemoveOriginalSectionIfEmpty, moveSectionItemToNewSection, moveNestedLayoutSectionItemToNewSection, moveSectionItemToNewSectionAndRemoveOriginalSectionIfEmpty, moveNestedLayoutSectionItemToNewSectionAndRemoveOriginalSectionIfEmpty, removeSectionItem, removeNestedLayoutSectionItem, eagerRemoveSectionItem, eagerRemoveNestedLayoutSectionItem, removeSectionItemByWidgetRef, eagerRemoveSectionItemByWidgetRef, undoLayoutChanges, revertLastLayoutChange, resizeHeight, resizeNestedLayoutItemsHeight, resizeWidth, resizeNestedLayoutItemWidth, setScreenSize, toggleLayoutSectionHeaders, toggleLayoutDirection, } from "./model/commands/layout.js";
46
46
  export { type ICreateAlert, type ICreateAlertPayload, type ISaveAlert, type ISaveAlertPayload, createAlert, saveAlert, } from "./model/commands/alerts.js";
47
47
  export { type ICreateScheduledEmail, type ICreateScheduledEmailPayload, type ISaveScheduledEmail, type ISaveScheduledEmailPayload, type IRefreshAutomations, type IInitializeAutomations, createScheduledEmail, saveScheduledEmail, refreshAutomations, initializeAutomations, } from "./model/commands/scheduledEmail.js";
@@ -101,15 +101,16 @@ export type { SavingState } from "./model/store/saving/savingState.js";
101
101
  export type { BackendCapabilitiesState } from "./model/store/backendCapabilities/backendCapabilitiesState.js";
102
102
  export { selectBackendCapabilities, selectSupportsElementsQueryParentFiltering, selectSupportsElementUris, selectSupportsKpiWidgetCapability, selectSupportsAccessControlCapability, selectSupportsHierarchicalWorkspacesCapability, selectSupportsObjectUris, selectSupportsSettingConnectingAttributes, selectSupportsKeepingDependentFiltersSelection, selectAllowMultipleInteractionsPerAttributeAndMeasure, selectSupportsAttributeHierarchies, selectSupportsSingleSelectDependentFilters, selectSupportsCrossFiltering, selectSupportsMultipleDateFilters, selectSupportsRichTextWidgets, } from "./model/store/backendCapabilities/backendCapabilitiesSelectors.js";
103
103
  export type { ConfigState } from "./model/store/config/configState.js";
104
- export { selectConfig, selectLocale, selectSeparators, selectSettings, selectColorPalette, selectDateFilterConfig, selectObjectAvailabilityConfig, selectIsReadOnly, selectMapboxToken, selectAgGridToken, selectDateFormat, selectIsEmbedded, selectIsExport, selectExportMetadata, selectPlatformEdition, selectDisableDefaultDrills, selectEnableFilterValuesResolutionInDrillEvents, selectEnableKPIDashboardExportPDF, selectDisableKpiDashboardHeadlineUnderline, selectIsWhiteLabeled, selectIsSaveAsNewButtonHidden, selectAllowUnfinishedFeatures, selectAllowCreateInsightRequest, selectIsKPIDashboardDependentFiltersEnabled, selectIsShareButtonHidden, selectWeekStart, selectTimezone, selectEnableUnavailableItemsVisibility, selectEnableKDDependentFilters, selectIsKDDependentFiltersEnabled, selectEnableKDCrossFiltering, selectEnableMultipleDateFilters, selectEnableKDRichText, selectEnableKDAttributeFilterDatesValidation, selectEnableImmediateAttributeFilterDisplayAsLabelMigration, selectEnableRichTextDescriptions, selectIsDisabledCrossFiltering, selectIsDisableUserFilterReset, selectEnableScheduling, selectEnableParameters, selectEnableFilterViews, selectEnableCustomizedDashboardsWithoutPluginOverlay, selectEnableAlerting, selectEnableAlertAttributes, selectEnableComparisonInAlerting, selectEnableVisualizationSwitcher, selectEnableIgnoreCrossFiltering, selectEnableAutomations, selectEnableCrossFilteringAliasTitles, selectEnableInPlatformNotifications, selectEnableExternalRecipients, selectEnableDrilledTooltip, selectFocusObject, selectEnableDashboardDescriptionDynamicHeight, selectEnableSlideshowExports, selectEnableRichTextDynamicReferences, selectEnableRichTextWidgetFilterConfiguration, selectEnableDashboardSectionHeadersDateDataSet, selectDashboardFiltersApplyMode, selectIsApplyFiltersAllAtOnceEnabledAndSet, selectEnableExecutionCancelling, selectEnableOrchestratedTabularExports, selectEnableDashboardTabularExport, selectEnableDashboardShareLink, selectEnableAlertsEvaluationFrequencySetup, selectEnableDateFilterIdentifiers, selectEnableKDEmptyDateValuesFilter, selectEnableSnapshotExportAccessibility, selectEnableExportToDocumentStorage, selectExternalRecipient, selectEnableDashboardShareDialogLink, selectEnableNewScheduledExport, selectEnableAutomationManagement, selectEnableAutomationEvaluationMode, selectEnableExportToPdfTabular, selectEnableSnapshotExport, selectEnableAccessibilityMode, selectIsAddTabButtonHidden, selectExportResultPollingTimeout, selectEnableAnomalyDetectionAlert, selectEnableFiscalCalendars, selectActiveCalendars, selectEnableDashboardFilterGroups, selectEnableDashboardDensitySetting, selectEnableFilterControlInDrillingConfiguration, } from "./model/store/config/configSelectors.js";
104
+ export { selectConfig, selectLocale, selectSeparators, selectSettings, selectColorPalette, selectDateFilterConfig, selectObjectAvailabilityConfig, selectIsReadOnly, selectMapboxToken, selectAgGridToken, selectDateFormat, selectIsEmbedded, selectIsExport, selectExportMetadata, selectPlatformEdition, selectDisableDefaultDrills, selectEnableFilterValuesResolutionInDrillEvents, selectEnableKPIDashboardExportPDF, selectDisableKpiDashboardHeadlineUnderline, selectIsWhiteLabeled, selectIsSaveAsNewButtonHidden, selectAllowUnfinishedFeatures, selectAllowCreateInsightRequest, selectIsKPIDashboardDependentFiltersEnabled, selectIsShareButtonHidden, selectWeekStart, selectTimezone, selectEnableUnavailableItemsVisibility, selectEnableKDDependentFilters, selectIsKDDependentFiltersEnabled, selectEnableKDCrossFiltering, selectEnableMultipleDateFilters, selectEnableMeasureValueFilterKD, selectEnableKDRichText, selectEnableKDAttributeFilterDatesValidation, selectEnableImmediateAttributeFilterDisplayAsLabelMigration, selectEnableRichTextDescriptions, selectIsDisabledCrossFiltering, selectIsDisableUserFilterReset, selectEnableScheduling, selectEnableParameters, selectEnableFilterViews, selectEnableCustomizedDashboardsWithoutPluginOverlay, selectEnableAlerting, selectEnableAlertAttributes, selectEnableComparisonInAlerting, selectEnableVisualizationSwitcher, selectEnableIgnoreCrossFiltering, selectEnableAutomations, selectEnableCrossFilteringAliasTitles, selectEnableInPlatformNotifications, selectEnableExternalRecipients, selectEnableDrilledTooltip, selectFocusObject, selectEnableDashboardDescriptionDynamicHeight, selectEnableSlideshowExports, selectEnableRichTextDynamicReferences, selectEnableRichTextWidgetFilterConfiguration, selectEnableDashboardSectionHeadersDateDataSet, selectDashboardFiltersApplyMode, selectIsApplyFiltersAllAtOnceEnabledAndSet, selectEnableExecutionCancelling, selectEnableOrchestratedTabularExports, selectEnableDashboardTabularExport, selectEnableDashboardShareLink, selectEnableAlertsEvaluationFrequencySetup, selectEnableDateFilterIdentifiers, selectEnableKDEmptyDateValuesFilter, selectEnableSnapshotExportAccessibility, selectEnableExportToDocumentStorage, selectExternalRecipient, selectEnableDashboardShareDialogLink, selectEnableNewScheduledExport, selectEnableAutomationManagement, selectEnableAutomationEvaluationMode, selectEnableExportToPdfTabular, selectEnableSnapshotExport, selectEnableAccessibilityMode, selectIsAddTabButtonHidden, selectExportResultPollingTimeout, selectEnableAnomalyDetectionAlert, selectEnableFiscalCalendars, selectActiveCalendars, selectEnableDashboardFilterGroups, selectEnableDashboardDensitySetting, selectEnableFilterControlInDrillingConfiguration, } from "./model/store/config/configSelectors.js";
105
105
  export type { IEntitlementsState } from "./model/store/entitlements/entitlementsState.js";
106
106
  export { selectEntitlementMaxAutomationRecipients, selectEntitlementMaxAutomations, selectEntitlementMinimumRecurrenceMinutes, selectEntitlementUnlimitedAutomations, selectEntitlementUnlimitedAutomationRecipients, selectMaxAutomationRecipients, } from "./model/store/entitlements/entitlementsSelectors.js";
107
107
  export type { PermissionsState } from "./model/store/permissions/permissionsState.js";
108
108
  export { selectPermissions, selectCanListUsersInWorkspace, selectCanManageWorkspace, selectCanExportReport, selectCanExportTabular, selectCanExportPdf, selectCanCreateAnalyticalDashboard, selectCanManageACL, selectCanManageAnalyticalDashboard, selectCanCreateScheduledMail, selectCanInitData, selectCanUploadNonProductionCSV, selectCanExecuteRaw, selectCanCreateVisualization, selectCanManageMetric, selectCanManageDomain, selectCanInviteUserToWorkspace, selectCanRefreshData, selectCanManageScheduledMail, selectCanManageAttributeHierarchy, selectCanCreateFilterView, selectCanCreateAutomation, selectCanUseAiAssistant, } from "./model/store/permissions/permissionsSelectors.js";
109
109
  export type { DashboardPermissionsState } from "./model/store/dashboardPermissions/dashboardPermissionsState.js";
110
110
  export { selectCanViewDashboardPermission, selectCanShareDashboardPermission, selectCanShareLockedDashboardPermission, selectCanEditDashboardPermission, selectCanEditLockedDashboardPermission, selectDashboardPermissions, } from "./model/store/dashboardPermissions/dashboardPermissionsSelectors.js";
111
- export { selectFilterContextDefinition, selectFilterContextIdentity, selectFilterContextFilters, selectFiltersByTab, selectFilterContextDateFilter, selectFilterContextDateFiltersWithDimension, selectFilterContextAttributeFilters, selectFilterContextAttributeFilterItems, selectWorkingFilterContextDefinition, selectWorkingFilterContextFilters, selectWorkingFilterContextAttributeFilters, selectWorkingFilterContextAttributeFilterItems, selectWorkingFilterContextDateFilter, selectWorkingFilterContextDateFiltersWithDimension, selectIsWorkingFilterContextChanged, selectOtherContextAttributeFilters, selectOtherContextAttributeFilterItems, selectAttributeFilterDisplayFormsMap, selectAttributeFilterDisplayForms, selectFilterContextAttributeFilterByLocalId, selectFilterContextAttributeFilterItemByLocalId, selectFilterContextAttributeFilterByDisplayForm, selectFilterContextAttributeFilterItemByDisplayForm, selectOriginalFilterContextDefinition, selectOriginalFilterContextFilters, selectOriginalFilterContextFiltersByTab, selectFiltersWithInvalidSelection, selectAttributeFilterDescendants, selectAttributeFilterDisplayFormByLocalId, selectAttributeFilterItemDisplayFormByLocalId, selectFilterContextAttributeFilterIndexByLocalId, selectFilterContextAttributeFilterItemIndexByLocalId, selectIsCircularDependency, selectCanAddMoreAttributeFilters, selectCanAddMoreFilters, selectFilterContextDraggableFilters, selectFilterContextDraggableFilterItems, selectIsAttributeFilterDependentByLocalIdentifier, selectIsAttributeFilterDependentByLocalIdentifierForTab, selectFilterContextDateFilterByDataSet, selectPreloadedAttributesWithReferences, selectDefaultFilterOverrides, selectNamesOfFiltersWithInvalidSelection, selectFiltersForTab, selectFilterContextAttributeFiltersForTab, selectFilterContextAttributeFilterItemsForTab, selectFilterContextAttributeFilterByDisplayFormForTab, selectFilterContextAttributeFilterItemByDisplayFormForTab, selectFilterContextAttributeFilterByLocalIdForTab, selectFilterContextAttributeFilterItemByLocalIdForTab, selectFilterContextDateFiltersWithDimensionForTab, selectFilterContextDateFilterForTab, selectFilterContextDateFilterByDataSetForTab, selectWorkingFilterContextAttributeFiltersForTab, selectWorkingFilterContextAttributeFilterItemsForTab, selectWorkingFilterContextDateFiltersWithDimensionForTab, selectWorkingFilterContextDateFilterForTab, } from "./model/store/tabs/filterContext/filterContextSelectors.js";
111
+ export { selectFilterContextDefinition, selectFilterContextIdentity, selectFilterContextFilters, selectFiltersByTab, selectFilterContextDateFilter, selectFilterContextDateFiltersWithDimension, selectFilterContextAttributeFilters, selectFilterContextAttributeFilterItems, selectFilterContextMeasureValueFilters, selectWorkingFilterContextDefinition, selectWorkingFilterContextFilters, selectWorkingFilterContextAttributeFilters, selectWorkingFilterContextAttributeFilterItems, selectWorkingFilterContextDateFilter, selectWorkingFilterContextDateFiltersWithDimension, selectIsWorkingFilterContextChanged, selectOtherContextAttributeFilters, selectOtherContextAttributeFilterItems, selectAttributeFilterDisplayFormsMap, selectAttributeFilterDisplayForms, selectFilterContextAttributeFilterByLocalId, selectFilterContextAttributeFilterItemByLocalId, selectFilterContextAttributeFilterByDisplayForm, selectFilterContextAttributeFilterItemByDisplayForm, selectOriginalFilterContextDefinition, selectOriginalFilterContextFilters, selectOriginalFilterContextFiltersByTab, selectFiltersWithInvalidSelection, selectAttributeFilterDescendants, selectAttributeFilterDisplayFormByLocalId, selectAttributeFilterItemDisplayFormByLocalId, selectFilterContextAttributeFilterIndexByLocalId, selectFilterContextAttributeFilterItemIndexByLocalId, selectIsCircularDependency, selectCanAddMoreAttributeFilters, selectCanAddMoreFilters, selectFilterContextDraggableFilters, selectFilterContextDraggableFilterItems, selectIsAttributeFilterDependentByLocalIdentifier, selectIsAttributeFilterDependentByLocalIdentifierForTab, selectFilterContextDateFilterByDataSet, selectPreloadedAttributesWithReferences, selectDefaultFilterOverrides, selectNamesOfFiltersWithInvalidSelection, selectFiltersForTab, selectFilterContextAttributeFiltersForTab, selectFilterContextAttributeFilterItemsForTab, selectFilterContextAttributeFilterByDisplayFormForTab, selectFilterContextAttributeFilterItemByDisplayFormForTab, selectFilterContextAttributeFilterByLocalIdForTab, selectFilterContextAttributeFilterItemByLocalIdForTab, selectFilterContextDateFiltersWithDimensionForTab, selectFilterContextDateFilterForTab, selectFilterContextDateFilterByDataSetForTab, selectWorkingFilterContextAttributeFiltersForTab, selectWorkingFilterContextAttributeFilterItemsForTab, selectWorkingFilterContextDateFiltersWithDimensionForTab, selectWorkingFilterContextDateFilterForTab, } from "./model/store/tabs/filterContext/filterContextSelectors.js";
112
112
  export { getFilterIdentifier } from "./model/store/tabs/filterContext/filterContextUtils.js";
113
+ export { generateMeasureValueFilterLocalIdentifier } from "./model/store/_infra/generators.js";
113
114
  export { type IImplicitDrillWithPredicates, selectImplicitDrillsDownByWidgetRef, selectConfiguredDrillsByWidgetRef, selectDrillableItemsByWidgetRef, selectConfiguredAndImplicitDrillsByWidgetRef, selectValidConfiguredDrillsByWidgetRef, selectImplicitDrillsByAvailableDrillTargets, selectDrillableItemsByAvailableDrillTargets, selectImplicitDrillsToUrlByWidgetRef, selectDrillsToUrlAttributeByWidgetRef, selectGlobalDrillsDownAttributeHierarchyByWidgetRef, } from "./model/store/widgetDrills/widgetDrillSelectors.js";
114
115
  export { selectIsExportableToCSV, selectIsExportableToXLSX, selectIsExportableToPdfTabular, selectIsExportableToPngImage, } from "./model/store/widgetExports/widgetExportsSelectors.js";
115
116
  export { selectDeleteVisible, selectFilterViewsVisible, selectPdfExportVisible, selectSaveAsVisible, selectCommonExportAvailable, selectSlideShowExportAvailable, selectSlideShowExportVisible, selectCanEnterEditModeAndIsLoaded, selectIsShareGrantVisible, selectIsDashboardShareLinkVisible, selectIsShareButtonVisible, selectIsSaveAsNewButtonVisible, selectCanSaveDashboard, selectCanEnterEditMode, selectIsPrivateDashboard, selectIsCurrentDashboardVisibleInList, selectCrossFilteringEnabledAndSupported, selectSettingsVisible, selectIsAutomationDialogSecondaryTitleVisible, } from "./model/store/topBar/topBarSelectors.js";
package/esm/index.js CHANGED
@@ -26,7 +26,7 @@ export { useWorkspaceUsers } from "./model/react/useWorkspaceUsers.js";
26
26
  export { selectAutomationCommonDateFilterId, selectAutomationAvailableDashboardFilters, selectAutomationDefaultSelectedFilters, selectAutomationFiltersByTab, selectDashboardFiltersWithoutCrossFiltering, selectDashboardHiddenFilters, selectDashboardLockedFilters, } from "./model/store/filtering/dashboardFilterSelectors.js";
27
27
  export { InitialLoadCorrelationId, initializeDashboard, initializeDashboardWithPersistedDashboard, saveDashboardAs, saveDashboard, renameDashboard, resetDashboard, exportDashboardToPdf, exportDashboardToExcel, exportDashboardToPdfPresentation, exportDashboardToPptPresentation, deleteDashboard, changeSharing, setDashboardDateFilterConfigMode, setDashboardDateFilterWithDimensionConfigMode, setDashboardAttributeFilterConfigMode, setDashboardAttributeFilterSelectionType, setDashboardMeasureValueFilterConfigMode, setDateFilterConfigTitle, setAttributeFilterLimitingItems, setDashboardAttributeFilterConfigDisplayAsLabel, changeIgnoreExecutionTimestamp, } from "./model/commands/dashboard.js";
28
28
  export { triggerEvent } from "./model/commands/events.js";
29
- export { changeDateFilterSelection, clearDateFilterSelection, addAttributeFilter, addTextAttributeFilter, moveAttributeFilter, removeAttributeFilter, removeAttributeFilters, addDateFilter, addMeasureValueFilter, removeMeasureValueFilter, removeDateFilter, moveMeasureValueFilter, moveDateFilter, changeMeasureValueFilterCondition, resetAttributeFilterSelection, changeAttributeFilterSelection, changeMigratedAttributeFilterSelection, changeWorkingAttributeFilterSelection, changeWorkingMeasureValueFilterCondition, replaceAttributeFilterItemSelection, replaceWorkingAttributeFilterItemSelection, setAttributeFilterParents, changeFilterContextSelection, changeFilterContextSelectionByParams, applyAttributeFilter, applyDateFilter, setAttributeFilterDisplayForm, setAttributeFilterTitle, setMeasureValueFilterTitle, setAttributeFilterSelectionMode, setAttributeFilterDependentDateFilters, saveFilterView, deleteFilterView, applyFilterView, setFilterViewAsDefault, reloadFilterViews, applyFilterContextWorkingSelection, resetFilterContextWorkingSelection, } from "./model/commands/filters.js";
29
+ export { changeDateFilterSelection, clearDateFilterSelection, addAttributeFilter, addTextAttributeFilter, moveAttributeFilter, removeAttributeFilter, removeAttributeFilters, addDateFilter, addMeasureValueFilter, removeMeasureValueFilter, removeMeasureValueFilters, removeDateFilter, moveMeasureValueFilter, moveDateFilter, changeMeasureValueFilterCondition, resetAttributeFilterSelection, changeAttributeFilterSelection, changeMigratedAttributeFilterSelection, changeWorkingAttributeFilterSelection, changeWorkingMeasureValueFilterCondition, replaceAttributeFilterItemSelection, replaceWorkingAttributeFilterItemSelection, setAttributeFilterParents, changeFilterContextSelection, changeFilterContextSelectionByParams, applyAttributeFilter, applyDateFilter, setAttributeFilterDisplayForm, setAttributeFilterTitle, setMeasureValueFilterTitle, setAttributeFilterSelectionMode, setAttributeFilterDependentDateFilters, saveFilterView, deleteFilterView, applyFilterView, setFilterViewAsDefault, reloadFilterViews, applyFilterContextWorkingSelection, resetFilterContextWorkingSelection, } from "./model/commands/filters.js";
30
30
  export { addLayoutSection, addNestedLayoutSection, moveLayoutSection, moveNestedLayoutSection, removeLayoutSection, removeNestedLayoutSection, changeLayoutSectionHeader, changeNestedLayoutSectionHeader, addSectionItem, addNestedLayoutSectionItem, replaceSectionItem, replaceNestedLayoutSectionItem, moveSectionItem, moveNestedLayoutSectionItem, moveSectionItemAndRemoveOriginalSectionIfEmpty, moveNestedLayoutSectionItemAndRemoveOriginalSectionIfEmpty, moveSectionItemToNewSection, moveNestedLayoutSectionItemToNewSection, moveSectionItemToNewSectionAndRemoveOriginalSectionIfEmpty, moveNestedLayoutSectionItemToNewSectionAndRemoveOriginalSectionIfEmpty, removeSectionItem, removeNestedLayoutSectionItem, eagerRemoveSectionItem, eagerRemoveNestedLayoutSectionItem, removeSectionItemByWidgetRef, eagerRemoveSectionItemByWidgetRef, undoLayoutChanges, revertLastLayoutChange, resizeHeight, resizeNestedLayoutItemsHeight, resizeWidth, resizeNestedLayoutItemWidth, setScreenSize, toggleLayoutSectionHeaders, toggleLayoutDirection, } from "./model/commands/layout.js";
31
31
  export { createAlert, saveAlert, } from "./model/commands/alerts.js";
32
32
  export { createScheduledEmail, saveScheduledEmail, refreshAutomations, initializeAutomations, } from "./model/commands/scheduledEmail.js";
@@ -80,12 +80,13 @@ export { queryAvailableDatasetsForItems, } from "./model/queries/availableDatase
80
80
  export { selectDashboardLoading, selectIsDashboardLoading } from "./model/store/loading/loadingSelectors.js";
81
81
  export { selectDashboardSaving, selectIsDashboardSaving } from "./model/store/saving/savingSelectors.js";
82
82
  export { selectBackendCapabilities, selectSupportsElementsQueryParentFiltering, selectSupportsElementUris, selectSupportsKpiWidgetCapability, selectSupportsAccessControlCapability, selectSupportsHierarchicalWorkspacesCapability, selectSupportsObjectUris, selectSupportsSettingConnectingAttributes, selectSupportsKeepingDependentFiltersSelection, selectAllowMultipleInteractionsPerAttributeAndMeasure, selectSupportsAttributeHierarchies, selectSupportsSingleSelectDependentFilters, selectSupportsCrossFiltering, selectSupportsMultipleDateFilters, selectSupportsRichTextWidgets, } from "./model/store/backendCapabilities/backendCapabilitiesSelectors.js";
83
- export { selectConfig, selectLocale, selectSeparators, selectSettings, selectColorPalette, selectDateFilterConfig, selectObjectAvailabilityConfig, selectIsReadOnly, selectMapboxToken, selectAgGridToken, selectDateFormat, selectIsEmbedded, selectIsExport, selectExportMetadata, selectPlatformEdition, selectDisableDefaultDrills, selectEnableFilterValuesResolutionInDrillEvents, selectEnableKPIDashboardExportPDF, selectDisableKpiDashboardHeadlineUnderline, selectIsWhiteLabeled, selectIsSaveAsNewButtonHidden, selectAllowUnfinishedFeatures, selectAllowCreateInsightRequest, selectIsKPIDashboardDependentFiltersEnabled, selectIsShareButtonHidden, selectWeekStart, selectTimezone, selectEnableUnavailableItemsVisibility, selectEnableKDDependentFilters, selectIsKDDependentFiltersEnabled, selectEnableKDCrossFiltering, selectEnableMultipleDateFilters, selectEnableKDRichText, selectEnableKDAttributeFilterDatesValidation, selectEnableImmediateAttributeFilterDisplayAsLabelMigration, selectEnableRichTextDescriptions, selectIsDisabledCrossFiltering, selectIsDisableUserFilterReset, selectEnableScheduling, selectEnableParameters, selectEnableFilterViews, selectEnableCustomizedDashboardsWithoutPluginOverlay, selectEnableAlerting, selectEnableAlertAttributes, selectEnableComparisonInAlerting, selectEnableVisualizationSwitcher, selectEnableIgnoreCrossFiltering, selectEnableAutomations, selectEnableCrossFilteringAliasTitles, selectEnableInPlatformNotifications, selectEnableExternalRecipients, selectEnableDrilledTooltip, selectFocusObject, selectEnableDashboardDescriptionDynamicHeight, selectEnableSlideshowExports, selectEnableRichTextDynamicReferences, selectEnableRichTextWidgetFilterConfiguration, selectEnableDashboardSectionHeadersDateDataSet, selectDashboardFiltersApplyMode, selectIsApplyFiltersAllAtOnceEnabledAndSet, selectEnableExecutionCancelling, selectEnableOrchestratedTabularExports, selectEnableDashboardTabularExport, selectEnableDashboardShareLink, selectEnableAlertsEvaluationFrequencySetup, selectEnableDateFilterIdentifiers, selectEnableKDEmptyDateValuesFilter, selectEnableSnapshotExportAccessibility, selectEnableExportToDocumentStorage, selectExternalRecipient, selectEnableDashboardShareDialogLink, selectEnableNewScheduledExport, selectEnableAutomationManagement, selectEnableAutomationEvaluationMode, selectEnableExportToPdfTabular, selectEnableSnapshotExport, selectEnableAccessibilityMode, selectIsAddTabButtonHidden, selectExportResultPollingTimeout, selectEnableAnomalyDetectionAlert, selectEnableFiscalCalendars, selectActiveCalendars, selectEnableDashboardFilterGroups, selectEnableDashboardDensitySetting, selectEnableFilterControlInDrillingConfiguration, } from "./model/store/config/configSelectors.js";
83
+ export { selectConfig, selectLocale, selectSeparators, selectSettings, selectColorPalette, selectDateFilterConfig, selectObjectAvailabilityConfig, selectIsReadOnly, selectMapboxToken, selectAgGridToken, selectDateFormat, selectIsEmbedded, selectIsExport, selectExportMetadata, selectPlatformEdition, selectDisableDefaultDrills, selectEnableFilterValuesResolutionInDrillEvents, selectEnableKPIDashboardExportPDF, selectDisableKpiDashboardHeadlineUnderline, selectIsWhiteLabeled, selectIsSaveAsNewButtonHidden, selectAllowUnfinishedFeatures, selectAllowCreateInsightRequest, selectIsKPIDashboardDependentFiltersEnabled, selectIsShareButtonHidden, selectWeekStart, selectTimezone, selectEnableUnavailableItemsVisibility, selectEnableKDDependentFilters, selectIsKDDependentFiltersEnabled, selectEnableKDCrossFiltering, selectEnableMultipleDateFilters, selectEnableMeasureValueFilterKD, selectEnableKDRichText, selectEnableKDAttributeFilterDatesValidation, selectEnableImmediateAttributeFilterDisplayAsLabelMigration, selectEnableRichTextDescriptions, selectIsDisabledCrossFiltering, selectIsDisableUserFilterReset, selectEnableScheduling, selectEnableParameters, selectEnableFilterViews, selectEnableCustomizedDashboardsWithoutPluginOverlay, selectEnableAlerting, selectEnableAlertAttributes, selectEnableComparisonInAlerting, selectEnableVisualizationSwitcher, selectEnableIgnoreCrossFiltering, selectEnableAutomations, selectEnableCrossFilteringAliasTitles, selectEnableInPlatformNotifications, selectEnableExternalRecipients, selectEnableDrilledTooltip, selectFocusObject, selectEnableDashboardDescriptionDynamicHeight, selectEnableSlideshowExports, selectEnableRichTextDynamicReferences, selectEnableRichTextWidgetFilterConfiguration, selectEnableDashboardSectionHeadersDateDataSet, selectDashboardFiltersApplyMode, selectIsApplyFiltersAllAtOnceEnabledAndSet, selectEnableExecutionCancelling, selectEnableOrchestratedTabularExports, selectEnableDashboardTabularExport, selectEnableDashboardShareLink, selectEnableAlertsEvaluationFrequencySetup, selectEnableDateFilterIdentifiers, selectEnableKDEmptyDateValuesFilter, selectEnableSnapshotExportAccessibility, selectEnableExportToDocumentStorage, selectExternalRecipient, selectEnableDashboardShareDialogLink, selectEnableNewScheduledExport, selectEnableAutomationManagement, selectEnableAutomationEvaluationMode, selectEnableExportToPdfTabular, selectEnableSnapshotExport, selectEnableAccessibilityMode, selectIsAddTabButtonHidden, selectExportResultPollingTimeout, selectEnableAnomalyDetectionAlert, selectEnableFiscalCalendars, selectActiveCalendars, selectEnableDashboardFilterGroups, selectEnableDashboardDensitySetting, selectEnableFilterControlInDrillingConfiguration, } from "./model/store/config/configSelectors.js";
84
84
  export { selectEntitlementMaxAutomationRecipients, selectEntitlementMaxAutomations, selectEntitlementMinimumRecurrenceMinutes, selectEntitlementUnlimitedAutomations, selectEntitlementUnlimitedAutomationRecipients, selectMaxAutomationRecipients, } from "./model/store/entitlements/entitlementsSelectors.js";
85
85
  export { selectPermissions, selectCanListUsersInWorkspace, selectCanManageWorkspace, selectCanExportReport, selectCanExportTabular, selectCanExportPdf, selectCanCreateAnalyticalDashboard, selectCanManageACL, selectCanManageAnalyticalDashboard, selectCanCreateScheduledMail, selectCanInitData, selectCanUploadNonProductionCSV, selectCanExecuteRaw, selectCanCreateVisualization, selectCanManageMetric, selectCanManageDomain, selectCanInviteUserToWorkspace, selectCanRefreshData, selectCanManageScheduledMail, selectCanManageAttributeHierarchy, selectCanCreateFilterView, selectCanCreateAutomation, selectCanUseAiAssistant, } from "./model/store/permissions/permissionsSelectors.js";
86
86
  export { selectCanViewDashboardPermission, selectCanShareDashboardPermission, selectCanShareLockedDashboardPermission, selectCanEditDashboardPermission, selectCanEditLockedDashboardPermission, selectDashboardPermissions, } from "./model/store/dashboardPermissions/dashboardPermissionsSelectors.js";
87
- export { selectFilterContextDefinition, selectFilterContextIdentity, selectFilterContextFilters, selectFiltersByTab, selectFilterContextDateFilter, selectFilterContextDateFiltersWithDimension, selectFilterContextAttributeFilters, selectFilterContextAttributeFilterItems, selectWorkingFilterContextDefinition, selectWorkingFilterContextFilters, selectWorkingFilterContextAttributeFilters, selectWorkingFilterContextAttributeFilterItems, selectWorkingFilterContextDateFilter, selectWorkingFilterContextDateFiltersWithDimension, selectIsWorkingFilterContextChanged, selectOtherContextAttributeFilters, selectOtherContextAttributeFilterItems, selectAttributeFilterDisplayFormsMap, selectAttributeFilterDisplayForms, selectFilterContextAttributeFilterByLocalId, selectFilterContextAttributeFilterItemByLocalId, selectFilterContextAttributeFilterByDisplayForm, selectFilterContextAttributeFilterItemByDisplayForm, selectOriginalFilterContextDefinition, selectOriginalFilterContextFilters, selectOriginalFilterContextFiltersByTab, selectFiltersWithInvalidSelection, selectAttributeFilterDescendants, selectAttributeFilterDisplayFormByLocalId, selectAttributeFilterItemDisplayFormByLocalId, selectFilterContextAttributeFilterIndexByLocalId, selectFilterContextAttributeFilterItemIndexByLocalId, selectIsCircularDependency, selectCanAddMoreAttributeFilters, selectCanAddMoreFilters, selectFilterContextDraggableFilters, selectFilterContextDraggableFilterItems, selectIsAttributeFilterDependentByLocalIdentifier, selectIsAttributeFilterDependentByLocalIdentifierForTab, selectFilterContextDateFilterByDataSet, selectPreloadedAttributesWithReferences, selectDefaultFilterOverrides, selectNamesOfFiltersWithInvalidSelection, selectFiltersForTab, selectFilterContextAttributeFiltersForTab, selectFilterContextAttributeFilterItemsForTab, selectFilterContextAttributeFilterByDisplayFormForTab, selectFilterContextAttributeFilterItemByDisplayFormForTab, selectFilterContextAttributeFilterByLocalIdForTab, selectFilterContextAttributeFilterItemByLocalIdForTab, selectFilterContextDateFiltersWithDimensionForTab, selectFilterContextDateFilterForTab, selectFilterContextDateFilterByDataSetForTab, selectWorkingFilterContextAttributeFiltersForTab, selectWorkingFilterContextAttributeFilterItemsForTab, selectWorkingFilterContextDateFiltersWithDimensionForTab, selectWorkingFilterContextDateFilterForTab, } from "./model/store/tabs/filterContext/filterContextSelectors.js";
87
+ export { selectFilterContextDefinition, selectFilterContextIdentity, selectFilterContextFilters, selectFiltersByTab, selectFilterContextDateFilter, selectFilterContextDateFiltersWithDimension, selectFilterContextAttributeFilters, selectFilterContextAttributeFilterItems, selectFilterContextMeasureValueFilters, selectWorkingFilterContextDefinition, selectWorkingFilterContextFilters, selectWorkingFilterContextAttributeFilters, selectWorkingFilterContextAttributeFilterItems, selectWorkingFilterContextDateFilter, selectWorkingFilterContextDateFiltersWithDimension, selectIsWorkingFilterContextChanged, selectOtherContextAttributeFilters, selectOtherContextAttributeFilterItems, selectAttributeFilterDisplayFormsMap, selectAttributeFilterDisplayForms, selectFilterContextAttributeFilterByLocalId, selectFilterContextAttributeFilterItemByLocalId, selectFilterContextAttributeFilterByDisplayForm, selectFilterContextAttributeFilterItemByDisplayForm, selectOriginalFilterContextDefinition, selectOriginalFilterContextFilters, selectOriginalFilterContextFiltersByTab, selectFiltersWithInvalidSelection, selectAttributeFilterDescendants, selectAttributeFilterDisplayFormByLocalId, selectAttributeFilterItemDisplayFormByLocalId, selectFilterContextAttributeFilterIndexByLocalId, selectFilterContextAttributeFilterItemIndexByLocalId, selectIsCircularDependency, selectCanAddMoreAttributeFilters, selectCanAddMoreFilters, selectFilterContextDraggableFilters, selectFilterContextDraggableFilterItems, selectIsAttributeFilterDependentByLocalIdentifier, selectIsAttributeFilterDependentByLocalIdentifierForTab, selectFilterContextDateFilterByDataSet, selectPreloadedAttributesWithReferences, selectDefaultFilterOverrides, selectNamesOfFiltersWithInvalidSelection, selectFiltersForTab, selectFilterContextAttributeFiltersForTab, selectFilterContextAttributeFilterItemsForTab, selectFilterContextAttributeFilterByDisplayFormForTab, selectFilterContextAttributeFilterItemByDisplayFormForTab, selectFilterContextAttributeFilterByLocalIdForTab, selectFilterContextAttributeFilterItemByLocalIdForTab, selectFilterContextDateFiltersWithDimensionForTab, selectFilterContextDateFilterForTab, selectFilterContextDateFilterByDataSetForTab, selectWorkingFilterContextAttributeFiltersForTab, selectWorkingFilterContextAttributeFilterItemsForTab, selectWorkingFilterContextDateFiltersWithDimensionForTab, selectWorkingFilterContextDateFilterForTab, } from "./model/store/tabs/filterContext/filterContextSelectors.js";
88
88
  export { getFilterIdentifier } from "./model/store/tabs/filterContext/filterContextUtils.js";
89
+ export { generateMeasureValueFilterLocalIdentifier } from "./model/store/_infra/generators.js";
89
90
  export { selectImplicitDrillsDownByWidgetRef, selectConfiguredDrillsByWidgetRef, selectDrillableItemsByWidgetRef, selectConfiguredAndImplicitDrillsByWidgetRef, selectValidConfiguredDrillsByWidgetRef, selectImplicitDrillsByAvailableDrillTargets, selectDrillableItemsByAvailableDrillTargets, selectImplicitDrillsToUrlByWidgetRef, selectDrillsToUrlAttributeByWidgetRef, selectGlobalDrillsDownAttributeHierarchyByWidgetRef, } from "./model/store/widgetDrills/widgetDrillSelectors.js";
90
91
  export { selectIsExportableToCSV, selectIsExportableToXLSX, selectIsExportableToPdfTabular, selectIsExportableToPngImage, } from "./model/store/widgetExports/widgetExportsSelectors.js";
91
92
  export { selectDeleteVisible, selectFilterViewsVisible, selectPdfExportVisible, selectSaveAsVisible, selectCommonExportAvailable, selectSlideShowExportAvailable, selectSlideShowExportVisible, selectCanEnterEditModeAndIsLoaded, selectIsShareGrantVisible, selectIsDashboardShareLinkVisible, selectIsShareButtonVisible, selectIsSaveAsNewButtonVisible, selectCanSaveDashboard, selectCanEnterEditMode, selectIsPrivateDashboard, selectIsCurrentDashboardVisibleInList, selectCrossFilteringEnabledAndSupported, selectSettingsVisible, selectIsAutomationDialogSecondaryTitleVisible, } from "./model/store/topBar/topBarSelectors.js";
@@ -1,4 +1,4 @@
1
1
  import { type SagaIterator } from "redux-saga";
2
- import { type IRemoveMeasureValueFilter } from "../../../commands/filters.js";
2
+ import { type IRemoveMeasureValueFilters } from "../../../commands/filters.js";
3
3
  import { type DashboardContext } from "../../../types/commonTypes.js";
4
- export declare function removeMeasureValueFilterHandler(ctx: DashboardContext, cmd: IRemoveMeasureValueFilter): SagaIterator<void>;
4
+ export declare function removeMeasureValueFilterHandler(ctx: DashboardContext, cmd: IRemoveMeasureValueFilters): SagaIterator<void>;
@@ -1,26 +1,38 @@
1
1
  // (C) 2026 GoodData Corporation
2
+ import { difference } from "lodash-es";
2
3
  import { call, put, select } from "redux-saga/effects";
3
- import { dashboardFilterObjRef } from "@gooddata/sdk-model";
4
+ import { dashboardFilterLocalIdentifier, dashboardFilterObjRef } from "@gooddata/sdk-model";
4
5
  import { measureValueFilterRemoved } from "../../../events/filters.js";
5
6
  import { invalidArgumentsProvided } from "../../../events/general.js";
6
7
  import { dispatchDashboardEvent } from "../../../store/_infra/eventDispatcher.js";
7
- import { selectFilterContextMeasureValueFilterByLocalId } from "../../../store/tabs/filterContext/filterContextSelectors.js";
8
+ import { selectFilterContextMeasureValueFilters } from "../../../store/tabs/filterContext/filterContextSelectors.js";
8
9
  import { tabsActions } from "../../../store/tabs/index.js";
9
10
  import { dispatchFilterContextChanged } from "../common.js";
10
11
  export function* removeMeasureValueFilterHandler(ctx, cmd) {
11
- const { localIdentifier } = cmd.payload;
12
- const affectedFilter = yield select(selectFilterContextMeasureValueFilterByLocalId(localIdentifier));
13
- if (!affectedFilter) {
14
- throw invalidArgumentsProvided(ctx, cmd, `Filter with localIdentifier ${localIdentifier} not found.`);
12
+ const { localIdentifiers } = cmd.payload;
13
+ const allFilters = yield select(selectFilterContextMeasureValueFilters);
14
+ const knownLocalIds = allFilters
15
+ .map((filter) => dashboardFilterLocalIdentifier(filter))
16
+ .filter((id) => typeof id === "string");
17
+ const invalidLocalIds = difference(localIdentifiers, knownLocalIds);
18
+ if (invalidLocalIds.length) {
19
+ throw invalidArgumentsProvided(ctx, cmd, `Invalid measure value filter localIdentifiers provided. These ids were not found: ${invalidLocalIds.join(", ")}.`);
15
20
  }
16
- const removedMeasureRef = dashboardFilterObjRef(affectedFilter);
17
- yield put(tabsActions.removeMeasureValueFilter({ localIdentifier }));
18
- yield put(tabsActions.removeMeasureValueFilterConfig(localIdentifier));
19
- if (removedMeasureRef) {
20
- yield put(tabsActions.removeIgnoredMeasureValueFilter({
21
- measureRefs: [removedMeasureRef],
22
- }));
21
+ const removedFilters = allFilters.filter((filter) => {
22
+ const localId = dashboardFilterLocalIdentifier(filter);
23
+ return typeof localId === "string" && localIdentifiers.includes(localId);
24
+ });
25
+ for (const removedFilter of removedFilters) {
26
+ const localIdentifier = dashboardFilterLocalIdentifier(removedFilter);
27
+ const removedMeasureRef = dashboardFilterObjRef(removedFilter);
28
+ yield put(tabsActions.removeMeasureValueFilter({ localIdentifier }));
29
+ yield put(tabsActions.removeMeasureValueFilterConfig(localIdentifier));
30
+ if (removedMeasureRef) {
31
+ yield put(tabsActions.removeIgnoredMeasureValueFilter({
32
+ measureRefs: [removedMeasureRef],
33
+ }));
34
+ }
35
+ yield dispatchDashboardEvent(measureValueFilterRemoved(ctx, removedFilter, cmd.correlationId));
23
36
  }
24
- yield dispatchDashboardEvent(measureValueFilterRemoved(ctx, affectedFilter, cmd.correlationId));
25
37
  yield call(dispatchFilterContextChanged, ctx, cmd);
26
38
  }
@@ -1189,34 +1189,51 @@ export interface IAddMeasureValueFilter extends IDashboardCommand {
1189
1189
  */
1190
1190
  export declare function addMeasureValueFilter(measure: ObjRef, index: number, correlationId?: string, localIdentifier?: string, title?: string, mode?: DashboardAttributeFilterConfigMode): IAddMeasureValueFilter;
1191
1191
  /**
1192
- * Payload of the {@link IRemoveMeasureValueFilter} command.
1192
+ * Payload of the {@link IRemoveMeasureValueFilters} command.
1193
1193
  *
1194
1194
  * @alpha
1195
1195
  */
1196
- export interface IRemoveMeasureValueFilterPayload {
1196
+ export interface IRemoveMeasureValueFiltersPayload {
1197
1197
  /**
1198
- * Local identifier of the measure value filter to remove.
1198
+ * Local identifiers of the measure value filters to remove. The command processes them as a
1199
+ * single batch — every entry must reference an existing dashboard MVF or the command fails.
1199
1200
  */
1200
- readonly localIdentifier: string;
1201
+ readonly localIdentifiers: string[];
1201
1202
  }
1202
1203
  /**
1203
- * Command for removing a measure value filter.
1204
+ * Command for removing one or more measure value filters in a single batch.
1204
1205
  *
1205
1206
  * @alpha
1206
1207
  */
1207
- export interface IRemoveMeasureValueFilter extends IDashboardCommand {
1208
+ export interface IRemoveMeasureValueFilters extends IDashboardCommand {
1208
1209
  readonly type: "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.REMOVE";
1209
- readonly payload: IRemoveMeasureValueFilterPayload;
1210
+ readonly payload: IRemoveMeasureValueFiltersPayload;
1210
1211
  }
1211
1212
  /**
1212
- * Creates the RemoveMeasureValueFilter command.
1213
+ * Backwards-compatible alias for the batch command shape.
1214
+ *
1215
+ * @alpha
1216
+ */
1217
+ export type IRemoveMeasureValueFilter = IRemoveMeasureValueFilters;
1218
+ /**
1219
+ * Creates the RemoveMeasureValueFilters command for a single filter.
1213
1220
  *
1214
1221
  * @alpha
1215
1222
  * @param localIdentifier - local identifier of the measure value filter
1216
1223
  * @param correlationId - correlation id propagated through emitted events
1217
1224
  * @returns remove measure value filter command
1218
1225
  */
1219
- export declare function removeMeasureValueFilter(localIdentifier: string, correlationId?: string): IRemoveMeasureValueFilter;
1226
+ export declare function removeMeasureValueFilter(localIdentifier: string, correlationId?: string): IRemoveMeasureValueFilters;
1227
+ /**
1228
+ * Creates the RemoveMeasureValueFilters command for a batch of filters. The handler processes
1229
+ * them in one pass — each removal emits its own `DashboardMeasureValueFilterRemoved` event and
1230
+ * the whole batch settles with a single `DashboardFilterContextChanged`.
1231
+ *
1232
+ * @alpha
1233
+ * @param localIdentifiers - local identifiers of the measure value filters to remove
1234
+ * @param correlationId - correlation id propagated through emitted events
1235
+ */
1236
+ export declare function removeMeasureValueFilters(localIdentifiers: string[], correlationId?: string): IRemoveMeasureValueFilters;
1220
1237
  /**
1221
1238
  * Payload of the {@link IMoveMeasureValueFilter} command.
1222
1239
  *
@@ -895,7 +895,7 @@ export function addMeasureValueFilter(measure, index, correlationId, localIdenti
895
895
  };
896
896
  }
897
897
  /**
898
- * Creates the RemoveMeasureValueFilter command.
898
+ * Creates the RemoveMeasureValueFilters command for a single filter.
899
899
  *
900
900
  * @alpha
901
901
  * @param localIdentifier - local identifier of the measure value filter
@@ -903,11 +903,23 @@ export function addMeasureValueFilter(measure, index, correlationId, localIdenti
903
903
  * @returns remove measure value filter command
904
904
  */
905
905
  export function removeMeasureValueFilter(localIdentifier, correlationId) {
906
+ return removeMeasureValueFilters([localIdentifier], correlationId);
907
+ }
908
+ /**
909
+ * Creates the RemoveMeasureValueFilters command for a batch of filters. The handler processes
910
+ * them in one pass — each removal emits its own `DashboardMeasureValueFilterRemoved` event and
911
+ * the whole batch settles with a single `DashboardFilterContextChanged`.
912
+ *
913
+ * @alpha
914
+ * @param localIdentifiers - local identifiers of the measure value filters to remove
915
+ * @param correlationId - correlation id propagated through emitted events
916
+ */
917
+ export function removeMeasureValueFilters(localIdentifiers, correlationId) {
906
918
  return {
907
919
  type: "GDC.DASH/CMD.FILTER_CONTEXT.MEASURE_VALUE_FILTER.REMOVE",
908
920
  correlationId,
909
921
  payload: {
910
- localIdentifier,
922
+ localIdentifiers,
911
923
  },
912
924
  };
913
925
  }
@@ -5,7 +5,7 @@ import { type IChangeDrillableItems, type ICrossFiltering, type IDrill, type IDr
5
5
  import { type IAddDrillTargets } from "./drillTargets.js";
6
6
  import { type ITriggerEvent } from "./events.js";
7
7
  import { type IUpsertExecutionResult } from "./executionResults.js";
8
- import { type ChangeAttributeFilterSelection, type ChangeDateFilterSelection, type ChangeFilterContextSelection, type IAddAttributeFilter, type IAddDateFilter, type IAddMeasureValueFilter, type IAddTextAttributeFilter, type IApplyFilterContextWorkingSelection, type IApplyFilterView, type IChangeMeasureValueFilterCondition, type IDeleteFilterView, type IMoveAttributeFilter, type IMoveDateFilter, type IMoveMeasureValueFilter, type IReloadFilterViews, type IRemoveAttributeFilters, type IRemoveDateFilters, type IRemoveMeasureValueFilter, type IResetFilterContextWorkingSelection, type ISaveFilterView, type ISetAttributeFilterDependentDateFilters, type ISetAttributeFilterDisplayForm, type ISetAttributeFilterParents, type ISetAttributeFilterSelectionMode, type ISetAttributeFilterTitle, type ISetFilterViewAsDefault, type ISetMeasureValueFilterTitle, type ReplaceAttributeFilterItemSelection } from "./filters.js";
8
+ import { type ChangeAttributeFilterSelection, type ChangeDateFilterSelection, type ChangeFilterContextSelection, type IAddAttributeFilter, type IAddDateFilter, type IAddMeasureValueFilter, type IAddTextAttributeFilter, type IApplyFilterContextWorkingSelection, type IApplyFilterView, type IChangeMeasureValueFilterCondition, type IDeleteFilterView, type IMoveAttributeFilter, type IMoveDateFilter, type IMoveMeasureValueFilter, type IReloadFilterViews, type IRemoveAttributeFilters, type IRemoveDateFilters, type IRemoveMeasureValueFilters, type IResetFilterContextWorkingSelection, type ISaveFilterView, type ISetAttributeFilterDependentDateFilters, type ISetAttributeFilterDisplayForm, type ISetAttributeFilterParents, type ISetAttributeFilterSelectionMode, type ISetAttributeFilterTitle, type ISetFilterViewAsDefault, type ISetMeasureValueFilterTitle, type ReplaceAttributeFilterItemSelection } from "./filters.js";
9
9
  import { type ChangeInsightWidgetVisConfiguration, type IAddDrillDownForInsightWidget, type IAttributeHierarchyModified, type IChangeInsightWidgetDescription, type IChangeInsightWidgetFilterSettings, type IChangeInsightWidgetHeader, type IChangeInsightWidgetIgnoreCrossFiltering, type IChangeInsightWidgetInsight, type IChangeInsightWidgetVisProperties, type IExportImageInsightWidget, type IExportInsightWidget, type IExportRawInsightWidget, type IExportSlidesInsightWidget, type IModifyDrillDownForInsightWidget, type IModifyDrillsForInsightWidget, type IRefreshInsightWidget, type IRemoveDrillDownForInsightWidget, type IRemoveDrillToUrlForInsightWidget, type IRemoveDrillsForInsightWidget } from "./insight.js";
10
10
  import { type IChangeKpiWidgetComparison, type IChangeKpiWidgetConfiguration, type IChangeKpiWidgetDescription, type IChangeKpiWidgetFilterSettings, type IChangeKpiWidgetHeader, type IChangeKpiWidgetMeasure, type IRefreshKpiWidget, type IRemoveDrillForKpiWidget, type ISetDrillForKpiWidget } from "./kpi.js";
11
11
  import { type ChangeLayoutSectionHeader, type IAddLayoutSection, type IAddSectionItems, type IMoveLayoutSection, type IMoveSectionItem, type IMoveSectionItemToNewSection, type IRemoveLayoutSection, type IRemoveSectionItem, type IRemoveSectionItemByWidgetRef, type IReplaceSectionItem, type IResizeHeight, type IResizeWidth, type ISetScreenSize, type IToggleLayoutDirection, type IToggleLayoutSectionHeaders, type IUndoLayoutChanges } from "./layout.js";
@@ -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 | 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 | IRemoveMeasureValueFilter | 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 | 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;
@@ -1,3 +1,11 @@
1
1
  import { type ObjRef } from "@gooddata/sdk-model";
2
2
  export declare const generateFilterLocalIdentifier: (ref: ObjRef, index: number) => string;
3
+ /**
4
+ * Generates a stable local identifier for a dashboard measure value filter from the target
5
+ * metric's `ObjRef` and a positional index. Used both by the add-MVF reducer (as a fallback
6
+ * when callers omit `localIdentifier`) and by the postMessage embedding handler so the caller
7
+ * can pre-compute the id and chain follow-up commands in the same dispatch batch.
8
+ *
9
+ * @alpha
10
+ */
3
11
  export declare const generateMeasureValueFilterLocalIdentifier: (ref: ObjRef, index: number) => string;
@@ -3,6 +3,14 @@ import { objRefToString } from "@gooddata/sdk-model";
3
3
  export const generateFilterLocalIdentifier = (ref, index) => {
4
4
  return `${objRefToString(ref)}_${index}_attributeFilter`;
5
5
  };
6
+ /**
7
+ * Generates a stable local identifier for a dashboard measure value filter from the target
8
+ * metric's `ObjRef` and a positional index. Used both by the add-MVF reducer (as a fallback
9
+ * when callers omit `localIdentifier`) and by the postMessage embedding handler so the caller
10
+ * can pre-compute the id and chain follow-up commands in the same dispatch batch.
11
+ *
12
+ * @alpha
13
+ */
6
14
  export const generateMeasureValueFilterLocalIdentifier = (ref, index) => {
7
15
  return `${objRefToString(ref)}_${index}_measureValueFilter`;
8
16
  };
@@ -560,9 +560,9 @@ export const de_DE = {
560
560
  "filter.visibilityMode.tooltip.hidden": "Dieser Filter ist ausgeblendet. Der Zugriff ist nur über den Bearbeitungsmodus möglich.",
561
561
  "filter.visibilityMode.tooltip.readonly.editMode": "Dieser Filter ist gesperrt. Es kann nur über den Bearbeitungsmodus geändert werden.",
562
562
  "filter.visibilityMode.tooltip.readonly.viewMode": "Dieser Filter ist gesperrt.",
563
- "filter.resetButton.tooltip": "Alle Filter zurücksetzen",
564
- "filter.resetButton.success": "Erfolg: Filter werden auf Standardwerte zurückgesetzt.",
565
- "filter.resetButton.ariaLabel": "Filter auf Standardwert zurücksetzen",
563
+ "filter.resetButton.tooltip": "Alle auf Standard zurücksetzen",
564
+ "filter.resetButton.success": "Erfolg: Auf Standardwerte zurückgesetzt.",
565
+ "filter.resetButton.ariaLabel": "Alle auf Standard zurücksetzen",
566
566
  "filter.crossFilterResetButton.tooltip": "Kreuzfilter zurücksetzen",
567
567
  "dateFilterDropdown.save": "Speichern",
568
568
  "dateFilterDropdown.configuration": "Konfiguration",
@@ -812,7 +812,7 @@ export const de_DE = {
812
812
  "kdaDialog.dialog.keyDrives.button.trendDown": "Verringeren",
813
813
  "kdaDialog.dialog.keyDrives.button.trendAll": "Alle",
814
814
  "kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {Treiber} other {Treiber}}",
815
- "kdaDialog.dialog.keyDrives.overview.summary.home": "Zusammenfassung",
815
+ "kdaDialog.dialog.keyDrives.overview.summary.home": "Startseite",
816
816
  "kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Zur Analysezusammenfassung wechseln",
817
817
  "kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigation der Schlüsseltreiberanalyse",
818
818
  "kdaDialog.dialog.keyDrives.overview.summary.title": "Analysezusammenfassung",
@@ -560,9 +560,9 @@ export const en_AU = {
560
560
  "filter.visibilityMode.tooltip.hidden": "This filter is hidden. It can only be accessed via the Edit Mode.",
561
561
  "filter.visibilityMode.tooltip.readonly.editMode": "This filter is locked. It can only be changed via the Edit Mode.",
562
562
  "filter.visibilityMode.tooltip.readonly.viewMode": "This filter is locked.",
563
- "filter.resetButton.tooltip": "Reset all filters",
564
- "filter.resetButton.success": "Success: Filters reset to default values.",
565
- "filter.resetButton.ariaLabel": "Reset filters to default settings",
563
+ "filter.resetButton.tooltip": "Reset all to default values",
564
+ "filter.resetButton.success": "Success: Reset to default values.",
565
+ "filter.resetButton.ariaLabel": "Reset all to default values",
566
566
  "filter.crossFilterResetButton.tooltip": "Reset cross filters",
567
567
  "dateFilterDropdown.save": "Save",
568
568
  "dateFilterDropdown.configuration": "Configuration",
@@ -560,9 +560,9 @@ export const en_GB = {
560
560
  "filter.visibilityMode.tooltip.hidden": "This filter is hidden. It can be accessed only via the Edit Mode.",
561
561
  "filter.visibilityMode.tooltip.readonly.editMode": "This filter is locked. It can only be changed via the Edit Mode.",
562
562
  "filter.visibilityMode.tooltip.readonly.viewMode": "This filter is locked.",
563
- "filter.resetButton.tooltip": "Reset all filters",
564
- "filter.resetButton.success": "Success: Filters have been reset to default values",
565
- "filter.resetButton.ariaLabel": "Reset filters to default",
563
+ "filter.resetButton.tooltip": "Reset all to defaults",
564
+ "filter.resetButton.success": "Success: Reset to default values.",
565
+ "filter.resetButton.ariaLabel": "Reset all to defaults",
566
566
  "filter.crossFilterResetButton.tooltip": "Reset cross-filters",
567
567
  "dateFilterDropdown.save": "Save",
568
568
  "dateFilterDropdown.configuration": "Configuration",
@@ -560,9 +560,9 @@ export const es_419 = {
560
560
  "filter.visibilityMode.tooltip.hidden": "Este filtro está oculto. Sólo se puede acceder a él desde el modo Edición.",
561
561
  "filter.visibilityMode.tooltip.readonly.editMode": "Este filtro está bloqueado. Sólo se puede cambiar en el modo Edición.",
562
562
  "filter.visibilityMode.tooltip.readonly.viewMode": "Este filtro está bloqueado.",
563
- "filter.resetButton.tooltip": "Restablecer todos los filtros",
564
- "filter.resetButton.success": "Éxito: Los filtros vuelven a sus valores por defecto.",
565
- "filter.resetButton.ariaLabel": "Restablecer los filtros por defecto",
563
+ "filter.resetButton.tooltip": "Restablecer todo a los valores predeterminados",
564
+ "filter.resetButton.success": "Éxito: Restablecido a los valores predeterminados.",
565
+ "filter.resetButton.ariaLabel": "Restablecer todo a los valores predeterminados",
566
566
  "filter.crossFilterResetButton.tooltip": "Restablecer filtros cruzados",
567
567
  "dateFilterDropdown.save": "Guardar",
568
568
  "dateFilterDropdown.configuration": "Configuración",
@@ -812,7 +812,7 @@ export const es_419 = {
812
812
  "kdaDialog.dialog.keyDrives.button.trendDown": "Reducir",
813
813
  "kdaDialog.dialog.keyDrives.button.trendAll": "Todo",
814
814
  "kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {controlador} other {controladores}}",
815
- "kdaDialog.dialog.keyDrives.overview.summary.home": "Descripción general",
815
+ "kdaDialog.dialog.keyDrives.overview.summary.home": "Principal",
816
816
  "kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Ir al resumen del análisis",
817
817
  "kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navegación del análisis de controladores clave",
818
818
  "kdaDialog.dialog.keyDrives.overview.summary.title": "Resumen del análisis",
@@ -560,9 +560,9 @@ export const es_ES = {
560
560
  "filter.visibilityMode.tooltip.hidden": "Este filtro está oculto. Solo se puede acceder a él desde el modo Edición.",
561
561
  "filter.visibilityMode.tooltip.readonly.editMode": "Este filtro está bloqueado. Solo se puede cambiar en el modo Edición.",
562
562
  "filter.visibilityMode.tooltip.readonly.viewMode": "Este filtro está bloqueado.",
563
- "filter.resetButton.tooltip": "Restablecer todos los filtros",
564
- "filter.resetButton.success": "Éxito: Los filtros vuelven a sus valores por defecto.",
565
- "filter.resetButton.ariaLabel": "Restablecer los filtros por defecto",
563
+ "filter.resetButton.tooltip": "Restablecer todo a los valores predeterminados",
564
+ "filter.resetButton.success": "Éxito: restablecido a los valores predeterminados.",
565
+ "filter.resetButton.ariaLabel": "Restablecer todo a los valores predeterminados",
566
566
  "filter.crossFilterResetButton.tooltip": "Restablecer filtros cruzados",
567
567
  "dateFilterDropdown.save": "Guardar",
568
568
  "dateFilterDropdown.configuration": "Configuración",
@@ -812,7 +812,7 @@ export const es_ES = {
812
812
  "kdaDialog.dialog.keyDrives.button.trendDown": "Reducir",
813
813
  "kdaDialog.dialog.keyDrives.button.trendAll": "Todo",
814
814
  "kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {controlador} other {controladores}}",
815
- "kdaDialog.dialog.keyDrives.overview.summary.home": "Descripción general",
815
+ "kdaDialog.dialog.keyDrives.overview.summary.home": "Principal",
816
816
  "kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Ir a Resumen del análisis",
817
817
  "kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navegación del análisis de controladores clave",
818
818
  "kdaDialog.dialog.keyDrives.overview.summary.title": "Resumen del análisis",
@@ -560,9 +560,9 @@ export const fi_FI = {
560
560
  "filter.visibilityMode.tooltip.hidden": "Tämä suodatin on piilotettu. Sitä voidaan käyttää vain Muokkaustilassa.",
561
561
  "filter.visibilityMode.tooltip.readonly.editMode": "Tämä suodatin on lukittu. Sitä voidaan muuttaa vain Muokkaustilassa.",
562
562
  "filter.visibilityMode.tooltip.readonly.viewMode": "Tämä suodatin on lukittu.",
563
- "filter.resetButton.tooltip": "Nollaa kaikki suodattimet",
564
- "filter.resetButton.success": "Onnistui: Suodattimet palautettiin oletusarvoihin.",
565
- "filter.resetButton.ariaLabel": "Palauta suodattimet oletusarvoihin",
563
+ "filter.resetButton.tooltip": "Palauta kaikki oletusarvoihin",
564
+ "filter.resetButton.success": "Onnistui: Palautettiin oletusarvoihin.",
565
+ "filter.resetButton.ariaLabel": "Palauta kaikki oletusarvoihin",
566
566
  "filter.crossFilterResetButton.tooltip": "Nollaa ristisuodattimet",
567
567
  "dateFilterDropdown.save": "Tallenna",
568
568
  "dateFilterDropdown.configuration": "Konfiguraatio",
@@ -812,7 +812,7 @@ export const fi_FI = {
812
812
  "kdaDialog.dialog.keyDrives.button.trendDown": "Vähennys",
813
813
  "kdaDialog.dialog.keyDrives.button.trendAll": "Kaikki",
814
814
  "kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {avaintekijä} other {avaintekijää}}",
815
- "kdaDialog.dialog.keyDrives.overview.summary.home": "Yhteenveto",
815
+ "kdaDialog.dialog.keyDrives.overview.summary.home": "Koti",
816
816
  "kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Siirry analyysin yhteenvetoon",
817
817
  "kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Avaintekijäanalyysin navigointi",
818
818
  "kdaDialog.dialog.keyDrives.overview.summary.title": "Analyysin yhteenveto",
@@ -560,9 +560,9 @@ export const fr_CA = {
560
560
  "filter.visibilityMode.tooltip.hidden": "Ce filtre est masqué. Il n’est accessible qu’en mode Édition.",
561
561
  "filter.visibilityMode.tooltip.readonly.editMode": "Ce filtre est verrouillé. Il peut uniquement être modifié en mode Édition.",
562
562
  "filter.visibilityMode.tooltip.readonly.viewMode": "Ce filtre est verrouillé.",
563
- "filter.resetButton.tooltip": "Réinitialiser tous les filtres",
564
- "filter.resetButton.success": "Succès : Les filtres sont réinitialisés aux valeurs par défaut.",
565
- "filter.resetButton.ariaLabel": "Rétablir les filtres par défaut",
563
+ "filter.resetButton.tooltip": "Rétablir toutes les valeurs par défaut",
564
+ "filter.resetButton.success": "Succès : Rétablissement des valeurs par défaut.",
565
+ "filter.resetButton.ariaLabel": "Rétablir toutes les valeurs par défaut",
566
566
  "filter.crossFilterResetButton.tooltip": "Réinitialiser les filtres croisés",
567
567
  "dateFilterDropdown.save": "Enregistrer",
568
568
  "dateFilterDropdown.configuration": "Configuration",
@@ -812,7 +812,7 @@ export const fr_CA = {
812
812
  "kdaDialog.dialog.keyDrives.button.trendDown": "Diminution",
813
813
  "kdaDialog.dialog.keyDrives.button.trendAll": "Tout",
814
814
  "kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {facteur déterminant} other {facteurs déterminants}}",
815
- "kdaDialog.dialog.keyDrives.overview.summary.home": "Récapitulatif",
815
+ "kdaDialog.dialog.keyDrives.overview.summary.home": "Accueil",
816
816
  "kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Accéder au résumé de l'analyse",
817
817
  "kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigation de l'analyse des facteurs clés",
818
818
  "kdaDialog.dialog.keyDrives.overview.summary.title": "Résumé de l'analyse",
@@ -560,9 +560,9 @@ export const fr_FR = {
560
560
  "filter.visibilityMode.tooltip.hidden": "Ce filtre est masqué. Il n'est accessible qu'en mode Édition.",
561
561
  "filter.visibilityMode.tooltip.readonly.editMode": "Ce filtre est verrouillé. Il peut uniquement être modifié en mode Édition.",
562
562
  "filter.visibilityMode.tooltip.readonly.viewMode": "Ce filtre est verrouillé.",
563
- "filter.resetButton.tooltip": "Réinitialiser tous les filtres",
564
- "filter.resetButton.success": "Succès : les filtres sont réinitialisés aux valeurs par défaut.",
565
- "filter.resetButton.ariaLabel": "Rétablir les filtres par défaut",
563
+ "filter.resetButton.tooltip": "Rétablir tous les paramètres par défaut",
564
+ "filter.resetButton.success": "Succès : réinitialisation aux valeurs par défaut.",
565
+ "filter.resetButton.ariaLabel": "Rétablir tous les paramètres par défaut",
566
566
  "filter.crossFilterResetButton.tooltip": "Réinitialiser les filtres croisés",
567
567
  "dateFilterDropdown.save": "Enregistrer",
568
568
  "dateFilterDropdown.configuration": "Configuration",
@@ -812,7 +812,7 @@ export const fr_FR = {
812
812
  "kdaDialog.dialog.keyDrives.button.trendDown": "Diminution",
813
813
  "kdaDialog.dialog.keyDrives.button.trendAll": "Tout",
814
814
  "kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, one {pilote} other {pilotes}}",
815
- "kdaDialog.dialog.keyDrives.overview.summary.home": "Récapitulatif",
815
+ "kdaDialog.dialog.keyDrives.overview.summary.home": "Accueil",
816
816
  "kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Accéder au résumé de l'analyse",
817
817
  "kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigation de l'analyse des facteurs clés",
818
818
  "kdaDialog.dialog.keyDrives.overview.summary.title": "Résumé de l'analyse",
@@ -560,9 +560,9 @@ export const id_ID = {
560
560
  "filter.visibilityMode.tooltip.hidden": "Filter ini disembunyikan. Filter ini hanya dapat diakses melalui mode Edit.",
561
561
  "filter.visibilityMode.tooltip.readonly.editMode": "Filter ini dikunci. Filter ini hanya dapat diubah melalui mode Edit.",
562
562
  "filter.visibilityMode.tooltip.readonly.viewMode": "Filter ini dikunci.",
563
- "filter.resetButton.tooltip": "Reset semua filter",
564
- "filter.resetButton.success": "Berhasil: Filter direset ke nilai default.",
565
- "filter.resetButton.ariaLabel": "Reset filter ke default",
563
+ "filter.resetButton.tooltip": "Atur ulang semua ke default",
564
+ "filter.resetButton.success": "Berhasil: Atur ulang ke nilai default.",
565
+ "filter.resetButton.ariaLabel": "Atur ulang semua ke default",
566
566
  "filter.crossFilterResetButton.tooltip": "Reset filter silang",
567
567
  "dateFilterDropdown.save": "Simpan",
568
568
  "dateFilterDropdown.configuration": "Konfigurasi",
@@ -812,7 +812,7 @@ export const id_ID = {
812
812
  "kdaDialog.dialog.keyDrives.button.trendDown": "Penurunan",
813
813
  "kdaDialog.dialog.keyDrives.button.trendAll": "Semua",
814
814
  "kdaDialog.dialog.keyDrives.drivers": "{count} {count, plural, other {pendorong}}",
815
- "kdaDialog.dialog.keyDrives.overview.summary.home": "Ringkasan",
815
+ "kdaDialog.dialog.keyDrives.overview.summary.home": "Beranda",
816
816
  "kdaDialog.dialog.keyDrives.overview.summary.home.tooltip": "Buka Ringkasan analisis",
817
817
  "kdaDialog.dialog.keyDrives.overview.summary.breadcrumb.label": "Navigasi analisis pendorong utama",
818
818
  "kdaDialog.dialog.keyDrives.overview.summary.title": "Ringkasan analisis",