@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.27.0-alpha.1",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"ts-invariant": "0.10.3",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "11.1.0",
|
|
63
|
-
"@gooddata/sdk-backend-base": "11.
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-
|
|
67
|
-
"@gooddata/sdk-ui-
|
|
68
|
-
"@gooddata/sdk-ui-
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-pivot": "11.
|
|
73
|
-
"@gooddata/sdk-ui-theme-provider": "11.
|
|
74
|
-
"@gooddata/sdk-ui-vis-commons": "11.
|
|
75
|
-
"@gooddata/util": "11.
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.27.0-alpha.1",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.27.0-alpha.1",
|
|
65
|
+
"@gooddata/sdk-model": "11.27.0-alpha.1",
|
|
66
|
+
"@gooddata/sdk-ui": "11.27.0-alpha.1",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.27.0-alpha.1",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.27.0-alpha.1",
|
|
69
|
+
"@gooddata/sdk-ui-geo": "11.27.0-alpha.1",
|
|
70
|
+
"@gooddata/sdk-ui-kit": "11.27.0-alpha.1",
|
|
71
|
+
"@gooddata/sdk-ui-filters": "11.27.0-alpha.1",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.27.0-alpha.1",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.27.0-alpha.1",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.27.0-alpha.1",
|
|
75
|
+
"@gooddata/util": "11.27.0-alpha.1"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
"typescript": "5.9.3",
|
|
119
119
|
"vitest": "4.1.0",
|
|
120
120
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/
|
|
122
|
-
"@gooddata/
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/stylelint-config": "11.
|
|
121
|
+
"@gooddata/i18n-toolkit": "11.27.0-alpha.1",
|
|
122
|
+
"@gooddata/eslint-config": "11.27.0-alpha.1",
|
|
123
|
+
"@gooddata/oxlint-config": "11.27.0-alpha.1",
|
|
124
|
+
"@gooddata/reference-workspace": "11.27.0-alpha.1",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.27.0-alpha.1",
|
|
126
|
+
"@gooddata/stylelint-config": "11.27.0-alpha.1"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/css/main.css
CHANGED
|
@@ -7123,18 +7123,23 @@ div.gd-empty-item-bubble {
|
|
|
7123
7123
|
|
|
7124
7124
|
.gd-filter-mode-menu__dropdown {
|
|
7125
7125
|
width: var(--tooltipWidth-x, 160px);
|
|
7126
|
-
max-height:
|
|
7127
|
-
overflow-y: auto;
|
|
7128
|
-
overscroll-behavior: contain;
|
|
7126
|
+
max-height: none;
|
|
7129
7127
|
box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
|
|
7130
7128
|
border-radius: 3px;
|
|
7131
|
-
padding:
|
|
7129
|
+
padding: 8px 0;
|
|
7130
|
+
}
|
|
7131
|
+
|
|
7132
|
+
.gd-filter-mode-menu__dropdown .gd-ui-kit-listbox {
|
|
7133
|
+
min-width: 100%;
|
|
7134
|
+
max-height: none;
|
|
7135
|
+
overflow-y: hidden;
|
|
7136
|
+
padding: 0;
|
|
7132
7137
|
}
|
|
7133
7138
|
|
|
7134
7139
|
.gd-filter-mode-menu__section {
|
|
7135
7140
|
display: flex;
|
|
7136
7141
|
align-items: center;
|
|
7137
|
-
padding: 10px 10px
|
|
7142
|
+
padding: 10px 10px 2px;
|
|
7138
7143
|
}
|
|
7139
7144
|
|
|
7140
7145
|
.gd-filter-mode-menu__section-label {
|
|
@@ -7152,9 +7157,14 @@ div.gd-empty-item-bubble {
|
|
|
7152
7157
|
display: flex;
|
|
7153
7158
|
align-items: center;
|
|
7154
7159
|
justify-content: center;
|
|
7155
|
-
width:
|
|
7156
|
-
height:
|
|
7157
|
-
|
|
7160
|
+
width: 16px;
|
|
7161
|
+
height: 16px;
|
|
7162
|
+
}
|
|
7163
|
+
|
|
7164
|
+
.gd-filter-mode-menu__section-icon .gd-ui-kit-icon-button {
|
|
7165
|
+
width: 16px;
|
|
7166
|
+
height: 16px;
|
|
7167
|
+
min-width: 16px;
|
|
7158
7168
|
}
|
|
7159
7169
|
|
|
7160
7170
|
.gd-filter-mode-menu__item.gd-list-item {
|
|
@@ -7198,10 +7208,8 @@ div.gd-empty-item-bubble {
|
|
|
7198
7208
|
aspect-ratio: 1/1;
|
|
7199
7209
|
}
|
|
7200
7210
|
|
|
7201
|
-
.gd-filter-mode-menu__divider {
|
|
7202
|
-
|
|
7203
|
-
margin: 4px 0;
|
|
7204
|
-
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
7211
|
+
.gd-filter-mode-menu__divider.gd-list-item.gd-list-item-separator {
|
|
7212
|
+
margin: 4px 0 6px;
|
|
7205
7213
|
}
|
|
7206
7214
|
|
|
7207
7215
|
.gd-text-filter-body {
|
|
@@ -7364,7 +7372,7 @@ div.gd-empty-item-bubble {
|
|
|
7364
7372
|
text-transform: capitalize;
|
|
7365
7373
|
}
|
|
7366
7374
|
|
|
7367
|
-
.gd-text-filter-operator-dropdown__button:focus {
|
|
7375
|
+
.gd-text-filter-operator-dropdown__button:focus, .gd-text-filter-operator-dropdown__button:focus-visible {
|
|
7368
7376
|
outline: none;
|
|
7369
7377
|
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
7370
7378
|
}
|
|
@@ -7374,24 +7382,25 @@ div.gd-empty-item-bubble {
|
|
|
7374
7382
|
cursor: not-allowed;
|
|
7375
7383
|
}
|
|
7376
7384
|
|
|
7377
|
-
.gd-text-filter-operator-
|
|
7378
|
-
|
|
7379
|
-
|
|
7385
|
+
.gd-text-filter-operator-dropdown__menu {
|
|
7386
|
+
min-width: 188px;
|
|
7387
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
7380
7388
|
}
|
|
7381
7389
|
|
|
7382
|
-
.gd-text-filter-operator-
|
|
7383
|
-
|
|
7390
|
+
.gd-text-filter-operator-dropdown__menu .gd-list {
|
|
7391
|
+
line-height: 18px;
|
|
7384
7392
|
}
|
|
7385
7393
|
|
|
7386
|
-
.gd-text-filter-operator-dropdown__menu {
|
|
7387
|
-
min-width:
|
|
7388
|
-
|
|
7394
|
+
.gd-text-filter-operator-dropdown__menu .gd-ui-kit-listbox {
|
|
7395
|
+
min-width: 100%;
|
|
7396
|
+
max-height: none;
|
|
7397
|
+
overflow-y: hidden;
|
|
7389
7398
|
}
|
|
7390
7399
|
|
|
7391
7400
|
.gd-text-filter-operator-dropdown__item {
|
|
7392
7401
|
font-size: 12px;
|
|
7393
|
-
line-height:
|
|
7394
|
-
padding:
|
|
7402
|
+
line-height: 28px;
|
|
7403
|
+
padding: 0 5px 0 10px;
|
|
7395
7404
|
min-height: 28px;
|
|
7396
7405
|
}
|
|
7397
7406
|
|
|
@@ -7408,19 +7417,22 @@ div.gd-empty-item-bubble {
|
|
|
7408
7417
|
color: var(--gd-palette-primary-base, #14b2e2);
|
|
7409
7418
|
}
|
|
7410
7419
|
|
|
7411
|
-
.gd-text-filter-operator-dropdown__divider {
|
|
7420
|
+
.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
|
|
7412
7421
|
height: 10px;
|
|
7422
|
+
min-height: 10px;
|
|
7423
|
+
line-height: 10px;
|
|
7413
7424
|
padding: 0 10px;
|
|
7414
7425
|
position: relative;
|
|
7415
7426
|
}
|
|
7416
7427
|
|
|
7417
|
-
.gd-text-filter-operator-dropdown__divider::
|
|
7428
|
+
.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator::before {
|
|
7418
7429
|
content: "";
|
|
7419
7430
|
position: absolute;
|
|
7420
7431
|
left: 10px;
|
|
7421
7432
|
right: 10px;
|
|
7422
7433
|
top: 45%;
|
|
7423
7434
|
height: 1px;
|
|
7435
|
+
border-bottom: none;
|
|
7424
7436
|
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
7425
7437
|
}
|
|
7426
7438
|
|
|
@@ -19048,18 +19060,23 @@ div.gd-empty-item-bubble {
|
|
|
19048
19060
|
|
|
19049
19061
|
.gd-filter-mode-menu__dropdown {
|
|
19050
19062
|
width: var(--tooltipWidth-x, 160px);
|
|
19051
|
-
max-height:
|
|
19052
|
-
overflow-y: auto;
|
|
19053
|
-
overscroll-behavior: contain;
|
|
19063
|
+
max-height: none;
|
|
19054
19064
|
box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
|
|
19055
19065
|
border-radius: 3px;
|
|
19056
|
-
padding:
|
|
19066
|
+
padding: 8px 0;
|
|
19067
|
+
}
|
|
19068
|
+
|
|
19069
|
+
.gd-filter-mode-menu__dropdown .gd-ui-kit-listbox {
|
|
19070
|
+
min-width: 100%;
|
|
19071
|
+
max-height: none;
|
|
19072
|
+
overflow-y: hidden;
|
|
19073
|
+
padding: 0;
|
|
19057
19074
|
}
|
|
19058
19075
|
|
|
19059
19076
|
.gd-filter-mode-menu__section {
|
|
19060
19077
|
display: flex;
|
|
19061
19078
|
align-items: center;
|
|
19062
|
-
padding: 10px 10px
|
|
19079
|
+
padding: 10px 10px 2px;
|
|
19063
19080
|
}
|
|
19064
19081
|
|
|
19065
19082
|
.gd-filter-mode-menu__section-label {
|
|
@@ -19077,9 +19094,14 @@ div.gd-empty-item-bubble {
|
|
|
19077
19094
|
display: flex;
|
|
19078
19095
|
align-items: center;
|
|
19079
19096
|
justify-content: center;
|
|
19080
|
-
width:
|
|
19081
|
-
height:
|
|
19082
|
-
|
|
19097
|
+
width: 16px;
|
|
19098
|
+
height: 16px;
|
|
19099
|
+
}
|
|
19100
|
+
|
|
19101
|
+
.gd-filter-mode-menu__section-icon .gd-ui-kit-icon-button {
|
|
19102
|
+
width: 16px;
|
|
19103
|
+
height: 16px;
|
|
19104
|
+
min-width: 16px;
|
|
19083
19105
|
}
|
|
19084
19106
|
|
|
19085
19107
|
.gd-filter-mode-menu__item.gd-list-item {
|
|
@@ -19123,10 +19145,8 @@ div.gd-empty-item-bubble {
|
|
|
19123
19145
|
aspect-ratio: 1/1;
|
|
19124
19146
|
}
|
|
19125
19147
|
|
|
19126
|
-
.gd-filter-mode-menu__divider {
|
|
19127
|
-
|
|
19128
|
-
margin: 4px 0;
|
|
19129
|
-
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
19148
|
+
.gd-filter-mode-menu__divider.gd-list-item.gd-list-item-separator {
|
|
19149
|
+
margin: 4px 0 6px;
|
|
19130
19150
|
}
|
|
19131
19151
|
|
|
19132
19152
|
.gd-text-filter-body {
|
|
@@ -19289,7 +19309,7 @@ div.gd-empty-item-bubble {
|
|
|
19289
19309
|
text-transform: capitalize;
|
|
19290
19310
|
}
|
|
19291
19311
|
|
|
19292
|
-
.gd-text-filter-operator-dropdown__button:focus {
|
|
19312
|
+
.gd-text-filter-operator-dropdown__button:focus, .gd-text-filter-operator-dropdown__button:focus-visible {
|
|
19293
19313
|
outline: none;
|
|
19294
19314
|
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
19295
19315
|
}
|
|
@@ -19299,24 +19319,25 @@ div.gd-empty-item-bubble {
|
|
|
19299
19319
|
cursor: not-allowed;
|
|
19300
19320
|
}
|
|
19301
19321
|
|
|
19302
|
-
.gd-text-filter-operator-
|
|
19303
|
-
|
|
19304
|
-
|
|
19322
|
+
.gd-text-filter-operator-dropdown__menu {
|
|
19323
|
+
min-width: 188px;
|
|
19324
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
19305
19325
|
}
|
|
19306
19326
|
|
|
19307
|
-
.gd-text-filter-operator-
|
|
19308
|
-
|
|
19327
|
+
.gd-text-filter-operator-dropdown__menu .gd-list {
|
|
19328
|
+
line-height: 18px;
|
|
19309
19329
|
}
|
|
19310
19330
|
|
|
19311
|
-
.gd-text-filter-operator-dropdown__menu {
|
|
19312
|
-
min-width:
|
|
19313
|
-
|
|
19331
|
+
.gd-text-filter-operator-dropdown__menu .gd-ui-kit-listbox {
|
|
19332
|
+
min-width: 100%;
|
|
19333
|
+
max-height: none;
|
|
19334
|
+
overflow-y: hidden;
|
|
19314
19335
|
}
|
|
19315
19336
|
|
|
19316
19337
|
.gd-text-filter-operator-dropdown__item {
|
|
19317
19338
|
font-size: 12px;
|
|
19318
|
-
line-height:
|
|
19319
|
-
padding:
|
|
19339
|
+
line-height: 28px;
|
|
19340
|
+
padding: 0 5px 0 10px;
|
|
19320
19341
|
min-height: 28px;
|
|
19321
19342
|
}
|
|
19322
19343
|
|
|
@@ -19333,19 +19354,22 @@ div.gd-empty-item-bubble {
|
|
|
19333
19354
|
color: var(--gd-palette-primary-base, #14b2e2);
|
|
19334
19355
|
}
|
|
19335
19356
|
|
|
19336
|
-
.gd-text-filter-operator-dropdown__divider {
|
|
19357
|
+
.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
|
|
19337
19358
|
height: 10px;
|
|
19359
|
+
min-height: 10px;
|
|
19360
|
+
line-height: 10px;
|
|
19338
19361
|
padding: 0 10px;
|
|
19339
19362
|
position: relative;
|
|
19340
19363
|
}
|
|
19341
19364
|
|
|
19342
|
-
.gd-text-filter-operator-dropdown__divider::
|
|
19365
|
+
.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator::before {
|
|
19343
19366
|
content: "";
|
|
19344
19367
|
position: absolute;
|
|
19345
19368
|
left: 10px;
|
|
19346
19369
|
right: 10px;
|
|
19347
19370
|
top: 45%;
|
|
19348
19371
|
height: 1px;
|
|
19372
|
+
border-bottom: none;
|
|
19349
19373
|
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
19350
19374
|
}
|
|
19351
19375
|
|