@gooddata/sdk-ui-dashboard 11.26.0 → 11.27.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +8691 -5639
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterContext.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterContext.js +36 -22
- package/esm/_staging/dashboard/dashboardFilterContext.js.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterConverter.d.ts +8 -11
- package/esm/_staging/dashboard/dashboardFilterConverter.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterConverter.js +36 -38
- package/esm/_staging/dashboard/dashboardFilterConverter.js.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.js +54 -3
- package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
- package/esm/converters/filterConverters.d.ts +14 -1
- package/esm/converters/filterConverters.d.ts.map +1 -1
- package/esm/converters/filterConverters.js +40 -9
- package/esm/converters/filterConverters.js.map +1 -1
- package/esm/index.d.ts +5 -5
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +4 -4
- package/esm/index.js.map +1 -1
- package/esm/internal.d.ts +2 -1
- package/esm/internal.d.ts.map +1 -1
- package/esm/internal.js +2 -1
- package/esm/internal.js.map +1 -1
- package/esm/kdaDialog/components/bars/AttributeBar.d.ts.map +1 -1
- package/esm/kdaDialog/components/bars/AttributeBar.js.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js +2 -2
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js.map +1 -1
- package/esm/kdaDialog/utils.d.ts +1 -2
- package/esm/kdaDialog/utils.d.ts.map +1 -1
- package/esm/kdaDialog/utils.js +1 -10
- package/esm/kdaDialog/utils.js.map +1 -1
- package/esm/model/commandHandlers/common/validateDrillToCustomUrlParams.js +4 -4
- package/esm/model/commandHandlers/common/validateDrillToCustomUrlParams.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/changeAttributeFilterDisplayAsLabelHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/changeAttributeFilterDisplayAsLabelHandler.js +18 -4
- package/esm/model/commandHandlers/dashboard/changeAttributeFilterDisplayAsLabelHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/changeAttributeFilterLimitingItemsHandler.js +3 -3
- package/esm/model/commandHandlers/dashboard/changeAttributeFilterLimitingItemsHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/changeAttributeFilterModeHandler.js +3 -3
- package/esm/model/commandHandlers/dashboard/changeAttributeFilterModeHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/filterViews.js +92 -3
- package/esm/model/commandHandlers/dashboard/common/filterViews.js.map +1 -1
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +11 -8
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js +9 -5
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/addAttributeFilterHandler.js +2 -2
- package/esm/model/commandHandlers/filterContext/attributeFilter/addAttributeFilterHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +4 -12
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeSelectionModeHandler.js +3 -3
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeSelectionModeHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeTitleHandler.js +3 -3
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeTitleHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/moveAttributeFilterHandler.js +2 -2
- package/esm/model/commandHandlers/filterContext/attributeFilter/moveAttributeFilterHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/removeAttributeFiltersHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/removeAttributeFiltersHandler.js +21 -16
- package/esm/model/commandHandlers/filterContext/attributeFilter/removeAttributeFiltersHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.js +46 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.d.ts +10 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.js +27 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterDependentDateFilterHandler.js +3 -3
- package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterDependentDateFilterHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterParentHandler.js +4 -4
- package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterParentHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.d.ts +2 -2
- package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.js +8 -7
- package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.d.ts +2 -2
- package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.js +3 -3
- package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +60 -7
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +2 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/layout/validation/itemValidation.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/validation/itemValidation.js +7 -6
- package/esm/model/commandHandlers/layout/validation/itemValidation.js.map +1 -1
- package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.js +3 -3
- package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js +3 -3
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts +3 -3
- package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterOperations.js +12 -10
- package/esm/model/commandHandlers/widgets/common/filterOperations.js.map +1 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts +2 -2
- package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/validation/filterValidation.js +6 -5
- package/esm/model/commandHandlers/widgets/validation/filterValidation.js.map +1 -1
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/filters.d.ts +64 -2
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +69 -2
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +2 -2
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/events/base.d.ts +1 -1
- package/esm/model/events/base.d.ts.map +1 -1
- package/esm/model/events/base.js +1 -1
- package/esm/model/events/base.js.map +1 -1
- package/esm/model/events/filters.d.ts +55 -20
- package/esm/model/events/filters.d.ts.map +1 -1
- package/esm/model/events/filters.js +17 -0
- package/esm/model/events/filters.js.map +1 -1
- package/esm/model/events/index.d.ts +2 -2
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/index.js.map +1 -1
- package/esm/model/queryServices/queryWidgetFilters.d.ts.map +1 -1
- package/esm/model/queryServices/queryWidgetFilters.js +3 -3
- package/esm/model/queryServices/queryWidgetFilters.js.map +1 -1
- package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.d.ts +0 -3
- package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.d.ts.map +1 -1
- package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.js +3 -12
- package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.js.map +1 -1
- package/esm/model/react/useDashboardCommand.d.ts +1 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +4 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/react/useWidgetFilters.d.ts.map +1 -1
- package/esm/model/react/useWidgetFilters.js +21 -15
- package/esm/model/react/useWidgetFilters.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +23 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +35 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/filtering/dashboardFilterSelectors.d.ts.map +1 -1
- package/esm/model/store/filtering/dashboardFilterSelectors.js +17 -13
- package/esm/model/store/filtering/dashboardFilterSelectors.js.map +1 -1
- package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
- package/esm/model/store/meta/metaSelectors.js +7 -3
- package/esm/model/store/meta/metaSelectors.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +32 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.js +164 -14
- package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +161 -14
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js +222 -30
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextUtils.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextUtils.js +54 -10
- package/esm/model/store/tabs/filterContext/filterContextUtils.js.map +1 -1
- package/esm/model/store/tabs/index.d.ts +8 -0
- package/esm/model/store/tabs/index.d.ts.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.js +7 -5
- package/esm/model/store/tabs/layout/layoutSelectors.js.map +1 -1
- package/esm/model/utils/alertsUtils.d.ts.map +1 -1
- package/esm/model/utils/alertsUtils.js +3 -2
- package/esm/model/utils/alertsUtils.js.map +1 -1
- package/esm/model/utils/filterResolver.d.ts.map +1 -1
- package/esm/model/utils/filterResolver.js +4 -4
- package/esm/model/utils/filterResolver.js.map +1 -1
- package/esm/plugins/customizationApis/attributeFiltersCustomizer.d.ts +2 -2
- package/esm/plugins/customizationApis/attributeFiltersCustomizer.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts +2 -2
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts +2 -2
- package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +10 -11
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts +1 -1
- package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts.map +1 -1
- package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js +9 -4
- package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFilters.js +5 -13
- package/esm/presentation/automationFilters/useAutomationFilters.js.map +1 -1
- package/esm/presentation/automationFilters/utils.d.ts.map +1 -1
- package/esm/presentation/automationFilters/utils.js +17 -15
- package/esm/presentation/automationFilters/utils.js.map +1 -1
- package/esm/presentation/dashboardContexts/types.d.ts +2 -2
- package/esm/presentation/dashboardContexts/types.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/DeleteDropZone.js +4 -4
- package/esm/presentation/dragAndDrop/DeleteDropZone.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js +2 -2
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts +4 -4
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js +6 -4
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js +2 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js.map +1 -1
- package/esm/presentation/dragAndDrop/types.d.ts +2 -2
- package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js +4 -4
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js.map +1 -1
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.d.ts.map +1 -1
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.js +5 -3
- package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts +11 -0
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js +63 -7
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +119 -34
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js +11 -8
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +8 -5
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +4 -3
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +6 -4
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +1 -2
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.js +52 -11
- package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +31 -3
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js +12 -8
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +5 -5
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/types.d.ts +2 -2
- package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +3 -3
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +14 -9
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
- package/esm/presentation/filterBar/utils.d.ts.map +1 -1
- package/esm/presentation/filterBar/utils.js +4 -2
- package/esm/presentation/filterBar/utils.js.map +1 -1
- package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.js +7 -6
- package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.js.map +1 -1
- package/esm/presentation/widget/common/configuration/FilterConfiguration.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/FilterConfiguration.js +12 -9
- package/esm/presentation/widget/common/configuration/FilterConfiguration.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.js +21 -2
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +371 -33
- package/package.json +20 -20
- package/styles/css/main.css +74 -50
- package/styles/css/main.css.map +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type IAttributeWithReferences } from "@gooddata/sdk-backend-spi";
|
|
2
|
-
import { type FilterContextItem, type IAttributeDisplayFormMetadataObject, type IDashboardAttributeFilter, type IDashboardDateFilter, type IDashboardObjectIdentity, type IFilterContextDefinition, type ObjRef } from "@gooddata/sdk-model";
|
|
2
|
+
import { type DashboardAttributeFilterItem, type FilterContextItem, type IAttributeDisplayFormMetadataObject, type IDashboardAttributeFilter, type IDashboardDateFilter, type IDashboardObjectIdentity, type IFilterContextDefinition, type ObjRef } from "@gooddata/sdk-model";
|
|
3
3
|
import { type ObjRefMap } from "../../../../_staging/metadata/objRefMap.js";
|
|
4
4
|
import { type DashboardSelector, type DashboardState } from "../../types.js";
|
|
5
5
|
import { type FilterContextState } from "./filterContextState.js";
|
|
@@ -487,17 +487,22 @@ export declare const selectFilterContextFilters: DashboardSelector<FilterContext
|
|
|
487
487
|
*/
|
|
488
488
|
export declare const selectWorkingFilterContextFilters: DashboardSelector<FilterContextItem[]>;
|
|
489
489
|
/**
|
|
490
|
-
* This selector returns dashboard's applied filter context attribute filters.
|
|
490
|
+
* This selector returns dashboard's applied filter context attribute filters with element-based selection only.
|
|
491
491
|
*
|
|
492
492
|
* @remarks
|
|
493
493
|
* It is expected that the selector is called only after the filter context state is correctly initialized.
|
|
494
494
|
* Invocations before initialization lead to invariant errors.
|
|
495
495
|
*
|
|
496
|
+
* Note: This selector does not include arbitrary or match (text) attribute filters.
|
|
497
|
+
* Use {@link selectFilterContextAttributeFilterItems} to get all attribute-based filters.
|
|
498
|
+
*
|
|
496
499
|
* @public
|
|
500
|
+
* @deprecated Use {@link selectFilterContextAttributeFilterItems} to include all attribute filter types.
|
|
497
501
|
*/
|
|
498
502
|
export declare const selectFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
|
|
499
503
|
/**
|
|
500
|
-
* This selector returns dashboard's
|
|
504
|
+
* This selector returns all dashboard's applied filter context attribute-based filters,
|
|
505
|
+
* including element-based, arbitrary, and match filters.
|
|
501
506
|
*
|
|
502
507
|
* @remarks
|
|
503
508
|
* It is expected that the selector is called only after the filter context state is correctly initialized.
|
|
@@ -505,7 +510,32 @@ export declare const selectFilterContextAttributeFilters: DashboardSelector<IDas
|
|
|
505
510
|
*
|
|
506
511
|
* @public
|
|
507
512
|
*/
|
|
513
|
+
export declare const selectFilterContextAttributeFilterItems: DashboardSelector<DashboardAttributeFilterItem[]>;
|
|
514
|
+
/**
|
|
515
|
+
* This selector returns dashboard's working filter context attribute filters with element-based selection only.
|
|
516
|
+
*
|
|
517
|
+
* @remarks
|
|
518
|
+
* It is expected that the selector is called only after the filter context state is correctly initialized.
|
|
519
|
+
* Invocations before initialization lead to invariant errors.
|
|
520
|
+
*
|
|
521
|
+
* Note: This selector does not include arbitrary or match (text) attribute filters.
|
|
522
|
+
* Use {@link selectWorkingFilterContextAttributeFilterItems} to get all attribute-based filters.
|
|
523
|
+
*
|
|
524
|
+
* @public
|
|
525
|
+
* @deprecated Use {@link selectWorkingFilterContextAttributeFilterItems} to include all attribute filter types.
|
|
526
|
+
*/
|
|
508
527
|
export declare const selectWorkingFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
|
|
528
|
+
/**
|
|
529
|
+
* This selector returns all dashboard's working filter context attribute-based filters,
|
|
530
|
+
* including element-based, arbitrary, and match filters.
|
|
531
|
+
*
|
|
532
|
+
* @remarks
|
|
533
|
+
* It is expected that the selector is called only after the filter context state is correctly initialized.
|
|
534
|
+
* Invocations before initialization lead to invariant errors.
|
|
535
|
+
*
|
|
536
|
+
* @public
|
|
537
|
+
*/
|
|
538
|
+
export declare const selectWorkingFilterContextAttributeFilterItems: DashboardSelector<DashboardAttributeFilterItem[]>;
|
|
509
539
|
/**
|
|
510
540
|
* This selector returns dashboard's applied filter context date filter.
|
|
511
541
|
*
|
|
@@ -527,15 +557,30 @@ export declare const selectFilterContextDateFilter: DashboardSelector<IDashboard
|
|
|
527
557
|
*/
|
|
528
558
|
export declare const selectWorkingFilterContextDateFilter: DashboardSelector<IDashboardDateFilter | undefined>;
|
|
529
559
|
/**
|
|
530
|
-
* This selector returns dashboard's filter context draggable filters.
|
|
560
|
+
* This selector returns dashboard's filter context draggable filters (element-based attribute filters and date filters).
|
|
531
561
|
*
|
|
532
562
|
* @remarks
|
|
533
563
|
* It is expected that the selector is called only after the filter context state is correctly initialized.
|
|
534
564
|
* Invocations before initialization lead to invariant errors.
|
|
535
565
|
*
|
|
566
|
+
* Note: This selector does not include arbitrary or match (text) attribute filters.
|
|
567
|
+
* Use {@link selectFilterContextDraggableFilterItems} to get all draggable filters.
|
|
568
|
+
*
|
|
536
569
|
* @public
|
|
570
|
+
* @deprecated Use {@link selectFilterContextDraggableFilterItems} to include all attribute filter types.
|
|
537
571
|
*/
|
|
538
572
|
export declare const selectFilterContextDraggableFilters: DashboardSelector<Array<IDashboardDateFilter | IDashboardAttributeFilter>>;
|
|
573
|
+
/**
|
|
574
|
+
* This selector returns all dashboard's filter context draggable filters,
|
|
575
|
+
* including date filters and all attribute-based filters (element-based, arbitrary, and match).
|
|
576
|
+
*
|
|
577
|
+
* @remarks
|
|
578
|
+
* It is expected that the selector is called only after the filter context state is correctly initialized.
|
|
579
|
+
* Invocations before initialization lead to invariant errors.
|
|
580
|
+
*
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
export declare const selectFilterContextDraggableFilterItems: DashboardSelector<Array<IDashboardDateFilter | DashboardAttributeFilterItem>>;
|
|
539
584
|
/**
|
|
540
585
|
* This selector returns dashboard's applied filter context date filter with dimension specified.
|
|
541
586
|
*
|
|
@@ -605,7 +650,7 @@ export declare const selectFilterContextDateFilterByDataSetForTab: (dataSet: Obj
|
|
|
605
650
|
/**
|
|
606
651
|
* Creates a selector for selecting draggable filter's index by its ref:
|
|
607
652
|
* dataSet ref for date filters {@link @gooddata/sdk-model#ObjRef}
|
|
608
|
-
* localIdentifier for attribute filters
|
|
653
|
+
* localIdentifier for attribute and text attribute filters
|
|
609
654
|
*
|
|
610
655
|
* @remarks
|
|
611
656
|
* Invocations before initialization lead to invariant errors.
|
|
@@ -614,61 +659,137 @@ export declare const selectFilterContextDateFilterByDataSetForTab: (dataSet: Obj
|
|
|
614
659
|
*/
|
|
615
660
|
export declare const selectFilterContextDraggableFilterIndexByRef: (ref: ObjRef | string) => (state: DashboardState) => number;
|
|
616
661
|
/**
|
|
617
|
-
* Creates a selector for selecting attribute filter by its displayForm {@link @gooddata/sdk-model#ObjRef}.
|
|
662
|
+
* Creates a selector for selecting element-based attribute filter by its displayForm {@link @gooddata/sdk-model#ObjRef}.
|
|
618
663
|
*
|
|
619
664
|
* @remarks
|
|
620
665
|
* Invocations before initialization lead to invariant errors.
|
|
621
666
|
*
|
|
667
|
+
* Note: This selector does not match arbitrary or match (text) attribute filters.
|
|
668
|
+
* Use {@link selectFilterContextAttributeFilterItemByDisplayForm} to match all attribute filter types.
|
|
669
|
+
*
|
|
622
670
|
* @public
|
|
671
|
+
* @deprecated Use {@link selectFilterContextAttributeFilterItemByDisplayForm} to include all attribute filter types.
|
|
623
672
|
*/
|
|
624
673
|
export declare const selectFilterContextAttributeFilterByDisplayForm: (displayForm: ObjRef) => (state: DashboardState) => IDashboardAttributeFilter | undefined;
|
|
625
674
|
/**
|
|
626
|
-
* Creates a selector for selecting attribute filter by its
|
|
675
|
+
* Creates a selector for selecting any attribute-based filter by its displayForm {@link @gooddata/sdk-model#ObjRef}.
|
|
676
|
+
* Matches element-based, arbitrary, and match attribute filters.
|
|
627
677
|
*
|
|
628
678
|
* @remarks
|
|
629
679
|
* Invocations before initialization lead to invariant errors.
|
|
630
680
|
*
|
|
631
681
|
* @public
|
|
632
682
|
*/
|
|
683
|
+
export declare const selectFilterContextAttributeFilterItemByDisplayForm: (displayForm: ObjRef) => (state: DashboardState) => DashboardAttributeFilterItem | undefined;
|
|
684
|
+
/**
|
|
685
|
+
* Creates a selector for selecting element-based attribute filter by its localId.
|
|
686
|
+
*
|
|
687
|
+
* @remarks
|
|
688
|
+
* Invocations before initialization lead to invariant errors.
|
|
689
|
+
*
|
|
690
|
+
* Note: This selector does not match arbitrary or match (text) attribute filters.
|
|
691
|
+
* Use {@link selectFilterContextAttributeFilterItemByLocalId} to match all attribute filter types.
|
|
692
|
+
*
|
|
693
|
+
* @public
|
|
694
|
+
* @deprecated Use {@link selectFilterContextAttributeFilterItemByLocalId} to include all attribute filter types.
|
|
695
|
+
*/
|
|
633
696
|
export declare const selectFilterContextAttributeFilterByLocalId: (localId: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
|
|
634
697
|
/**
|
|
635
|
-
*
|
|
698
|
+
* Creates a selector for selecting any attribute-based filter by its localId.
|
|
699
|
+
* Matches element-based, arbitrary, and match attribute filters.
|
|
700
|
+
*
|
|
701
|
+
* @remarks
|
|
702
|
+
* Invocations before initialization lead to invariant errors.
|
|
703
|
+
*
|
|
704
|
+
* @public
|
|
705
|
+
*/
|
|
706
|
+
export declare const selectFilterContextAttributeFilterItemByLocalId: (localId: string) => DashboardSelector<DashboardAttributeFilterItem | undefined>;
|
|
707
|
+
/**
|
|
708
|
+
* Returns element-based attribute filters for a specific tab.
|
|
636
709
|
*
|
|
637
710
|
* @param tabLocalIdentifier - Tab local identifier
|
|
638
711
|
* @returns Attribute filters for the specified tab
|
|
639
712
|
*
|
|
640
713
|
* @internal
|
|
714
|
+
* @deprecated Use {@link selectFilterContextAttributeFilterItemsForTab} to include all attribute filter types.
|
|
641
715
|
*/
|
|
642
716
|
export declare const selectFilterContextAttributeFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter[]>;
|
|
643
717
|
/**
|
|
644
|
-
*
|
|
718
|
+
* Returns all attribute-based filters (element-based, arbitrary, and match) for a specific tab.
|
|
719
|
+
*
|
|
720
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
721
|
+
* @returns All attribute-based filters for the specified tab
|
|
722
|
+
*
|
|
723
|
+
* @internal
|
|
724
|
+
*/
|
|
725
|
+
export declare const selectFilterContextAttributeFilterItemsForTab: (tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem[]>;
|
|
726
|
+
/**
|
|
727
|
+
* Creates a selector for selecting element-based attribute filter by its display form from a specific tab.
|
|
645
728
|
*
|
|
646
729
|
* @param displayForm - Display form ref
|
|
647
730
|
* @param tabLocalIdentifier - Tab local identifier
|
|
648
731
|
* @returns Attribute filter matching the display form, or undefined if not found
|
|
649
732
|
*
|
|
650
733
|
* @internal
|
|
734
|
+
* @deprecated Use {@link selectFilterContextAttributeFilterItemByDisplayFormForTab} to include all attribute filter types.
|
|
651
735
|
*/
|
|
652
736
|
export declare const selectFilterContextAttributeFilterByDisplayFormForTab: (displayForm: ObjRef, tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
|
|
653
737
|
/**
|
|
654
|
-
* Creates a selector for selecting attribute filter by its
|
|
738
|
+
* Creates a selector for selecting any attribute-based filter by its display form from a specific tab.
|
|
739
|
+
* Matches element-based, arbitrary, and match attribute filters.
|
|
740
|
+
*
|
|
741
|
+
* @param displayForm - Display form ref
|
|
742
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
743
|
+
* @returns Attribute filter item matching the display form, or undefined if not found
|
|
744
|
+
*
|
|
745
|
+
* @internal
|
|
746
|
+
*/
|
|
747
|
+
export declare const selectFilterContextAttributeFilterItemByDisplayFormForTab: (displayForm: ObjRef, tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem | undefined>;
|
|
748
|
+
/**
|
|
749
|
+
* Creates a selector for selecting element-based attribute filter by its localId from a specific tab.
|
|
655
750
|
*
|
|
656
751
|
* @param localId - Filter local identifier
|
|
657
752
|
* @param tabLocalIdentifier - Tab local identifier
|
|
658
753
|
* @returns Attribute filter matching the local id, or undefined if not found
|
|
659
754
|
*
|
|
660
755
|
* @internal
|
|
756
|
+
* @deprecated Use {@link selectFilterContextAttributeFilterItemByLocalIdForTab} to include all attribute filter types.
|
|
661
757
|
*/
|
|
662
758
|
export declare const selectFilterContextAttributeFilterByLocalIdForTab: (localId: string, tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
|
|
663
759
|
/**
|
|
664
|
-
* Creates a selector for selecting attribute filter
|
|
760
|
+
* Creates a selector for selecting any attribute-based filter by its localId from a specific tab.
|
|
761
|
+
* Matches element-based, arbitrary, and match attribute filters.
|
|
762
|
+
*
|
|
763
|
+
* @param localId - Filter local identifier
|
|
764
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
765
|
+
* @returns Attribute filter item matching the local id, or undefined if not found
|
|
766
|
+
*
|
|
767
|
+
* @internal
|
|
768
|
+
*/
|
|
769
|
+
export declare const selectFilterContextAttributeFilterItemByLocalIdForTab: (localId: string, tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem | undefined>;
|
|
770
|
+
/**
|
|
771
|
+
* Creates a selector for selecting element-based attribute filter index by its localId.
|
|
665
772
|
*
|
|
666
773
|
* @remarks
|
|
667
774
|
* Invocations before initialization lead to invariant errors.
|
|
668
775
|
*
|
|
776
|
+
* Note: This selector does not match arbitrary or match (text) attribute filters.
|
|
777
|
+
* Use {@link selectFilterContextAttributeFilterItemIndexByLocalId} to match all attribute filter types.
|
|
778
|
+
*
|
|
669
779
|
* @public
|
|
780
|
+
* @deprecated Use {@link selectFilterContextAttributeFilterItemIndexByLocalId} to include all attribute filter types.
|
|
670
781
|
*/
|
|
671
782
|
export declare const selectFilterContextAttributeFilterIndexByLocalId: (localId: string) => DashboardSelector<number>;
|
|
783
|
+
/**
|
|
784
|
+
* Creates a selector for selecting any attribute-based filter index by its localId.
|
|
785
|
+
* Matches element-based, arbitrary, and match attribute filters.
|
|
786
|
+
*
|
|
787
|
+
* @remarks
|
|
788
|
+
* Invocations before initialization lead to invariant errors.
|
|
789
|
+
*
|
|
790
|
+
* @public
|
|
791
|
+
*/
|
|
792
|
+
export declare const selectFilterContextAttributeFilterItemIndexByLocalId: (localId: string) => DashboardSelector<number>;
|
|
672
793
|
/**
|
|
673
794
|
* Creates a selector for selecting all descendants of the attribute filter with given localId.
|
|
674
795
|
*
|
|
@@ -680,17 +801,33 @@ export declare const selectFilterContextAttributeFilterIndexByLocalId: (localId:
|
|
|
680
801
|
*/
|
|
681
802
|
export declare const selectAttributeFilterDescendants: (localId: string) => DashboardSelector<string[]>;
|
|
682
803
|
/**
|
|
683
|
-
* Creates a selector for selecting all filters with different reference than the given one.
|
|
804
|
+
* Creates a selector for selecting all element-based filters with different reference than the given one.
|
|
684
805
|
*
|
|
685
806
|
* @internal
|
|
807
|
+
* @deprecated Use {@link selectOtherContextAttributeFilterItems} to include all attribute filter types.
|
|
686
808
|
*/
|
|
687
809
|
export declare const selectOtherContextAttributeFilters: (ref?: ObjRef) => DashboardSelector<IDashboardAttributeFilter[]>;
|
|
688
810
|
/**
|
|
689
|
-
* Creates a selector
|
|
811
|
+
* Creates a selector for selecting all attribute-based filters with different reference than the given one.
|
|
812
|
+
* Includes element-based, arbitrary, and match attribute filters.
|
|
813
|
+
*
|
|
814
|
+
* @internal
|
|
815
|
+
*/
|
|
816
|
+
export declare const selectOtherContextAttributeFilterItems: (ref?: ObjRef) => DashboardSelector<DashboardAttributeFilterItem[]>;
|
|
817
|
+
/**
|
|
818
|
+
* Creates a selector to get a display form of an element-based filter defined by its local identifier.
|
|
690
819
|
*
|
|
691
820
|
* @internal
|
|
821
|
+
* @deprecated Use {@link selectAttributeFilterItemDisplayFormByLocalId} to include all attribute filter types.
|
|
692
822
|
*/
|
|
693
823
|
export declare const selectAttributeFilterDisplayFormByLocalId: (localId: string) => DashboardSelector<ObjRef>;
|
|
824
|
+
/**
|
|
825
|
+
* Creates a selector to get a display form of any attribute-based filter defined by its local identifier.
|
|
826
|
+
* Matches element-based, arbitrary, and match attribute filters.
|
|
827
|
+
*
|
|
828
|
+
* @internal
|
|
829
|
+
*/
|
|
830
|
+
export declare const selectAttributeFilterItemDisplayFormByLocalId: (localId: string) => DashboardSelector<ObjRef>;
|
|
694
831
|
/**
|
|
695
832
|
* Creates a selector which checks for a circular dependency between filters.
|
|
696
833
|
*
|
|
@@ -756,14 +893,24 @@ export declare const selectWorkingFilterContextDefinitionForTab: (tabLocalIdenti
|
|
|
756
893
|
*/
|
|
757
894
|
export declare const selectWorkingFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<FilterContextItem[]>;
|
|
758
895
|
/**
|
|
759
|
-
* Returns working attribute filters for a specific tab.
|
|
896
|
+
* Returns working element-based attribute filters for a specific tab.
|
|
760
897
|
*
|
|
761
898
|
* @param tabLocalIdentifier - Tab local identifier
|
|
762
899
|
* @returns Working attribute filters for the specified tab
|
|
763
900
|
*
|
|
764
901
|
* @internal
|
|
902
|
+
* @deprecated Use {@link selectWorkingFilterContextAttributeFilterItemsForTab} to include all attribute filter types.
|
|
765
903
|
*/
|
|
766
904
|
export declare const selectWorkingFilterContextAttributeFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter[]>;
|
|
905
|
+
/**
|
|
906
|
+
* Returns all working attribute-based filters (element-based, arbitrary, and match) for a specific tab.
|
|
907
|
+
*
|
|
908
|
+
* @param tabLocalIdentifier - Tab local identifier
|
|
909
|
+
* @returns All working attribute-based filters for the specified tab
|
|
910
|
+
*
|
|
911
|
+
* @internal
|
|
912
|
+
*/
|
|
913
|
+
export declare const selectWorkingFilterContextAttributeFilterItemsForTab: (tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem[]>;
|
|
767
914
|
/**
|
|
768
915
|
* Returns working date filters with dimension for a specific tab.
|
|
769
916
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filterContextSelectors.d.ts","sourceRoot":"","sources":["../../../../../src/model/store/tabs/filterContext/filterContextSelectors.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EACH,KAAK,iBAAiB,EACtB,KAAK,mCAAmC,EACxC,KAAK,yBAAyB,EAC9B,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,MAAM,
|
|
1
|
+
{"version":3,"file":"filterContextSelectors.d.ts","sourceRoot":"","sources":["../../../../../src/model/store/tabs/filterContext/filterContextSelectors.ts"],"names":[],"mappings":"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"}
|