@gooddata/sdk-ui-dashboard 11.33.0-alpha.5 → 11.33.0
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/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/index.d.ts +15 -10
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +8 -6
- package/esm/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts +5 -0
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js +22 -0
- package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts +13 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.js +28 -0
- package/esm/model/commandHandlers/dashboard/common/parameterHydration.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +3 -3
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +12 -2
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +30 -2
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts +4 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js +8 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +3 -2
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +11 -0
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +18 -7
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js +57 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js +7 -3
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js +25 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js +29 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js +20 -0
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +10 -0
- package/esm/model/commandHandlers/index.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/dashboard.d.ts +31 -0
- package/esm/model/commands/dashboard.d.ts.map +1 -1
- package/esm/model/commands/dashboard.js +17 -0
- package/esm/model/commands/dashboard.js.map +1 -1
- package/esm/model/commands/filters.d.ts +145 -0
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +100 -0
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +3 -3
- 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.map +1 -1
- package/esm/model/events/filters.d.ts +168 -0
- package/esm/model/events/filters.d.ts.map +1 -1
- package/esm/model/events/filters.js +104 -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/react/useDashboardCommand.d.ts +5 -0
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +20 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogReducers.d.ts +5 -1
- package/esm/model/store/catalog/catalogReducers.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogReducers.js +4 -0
- package/esm/model/store/catalog/catalogReducers.js.map +1 -1
- package/esm/model/store/catalog/catalogSelectors.d.ts +27 -1
- package/esm/model/store/catalog/catalogSelectors.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogSelectors.js +27 -1
- package/esm/model/store/catalog/catalogSelectors.js.map +1 -1
- package/esm/model/store/catalog/catalogState.d.ts +18 -1
- package/esm/model/store/catalog/catalogState.d.ts.map +1 -1
- package/esm/model/store/catalog/catalogState.js +1 -0
- package/esm/model/store/catalog/catalogState.js.map +1 -1
- package/esm/model/store/catalog/index.d.ts +1 -0
- package/esm/model/store/catalog/index.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +6 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +8 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/dashboardStore.d.ts +2 -0
- package/esm/model/store/dashboardStore.d.ts.map +1 -1
- package/esm/model/store/dashboardStore.js +2 -0
- package/esm/model/store/dashboardStore.js.map +1 -1
- package/esm/model/store/meta/metaSelectors.d.ts +12 -1
- package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
- package/esm/model/store/meta/metaSelectors.js +39 -7
- package/esm/model/store/meta/metaSelectors.js.map +1 -1
- package/esm/model/store/parameters/index.d.ts +13 -0
- package/esm/model/store/parameters/index.d.ts.map +1 -0
- package/esm/model/store/parameters/index.js +15 -0
- package/esm/model/store/parameters/index.js.map +1 -0
- package/esm/model/store/parameters/parametersReducers.d.ts +47 -0
- package/esm/model/store/parameters/parametersReducers.d.ts.map +1 -0
- package/esm/model/store/parameters/parametersReducers.js +37 -0
- package/esm/model/store/parameters/parametersReducers.js.map +1 -0
- package/esm/model/store/parameters/parametersSelectors.d.ts +68 -0
- package/esm/model/store/parameters/parametersSelectors.d.ts.map +1 -0
- package/esm/model/store/parameters/parametersSelectors.js +123 -0
- package/esm/model/store/parameters/parametersSelectors.js.map +1 -0
- package/esm/model/store/parameters/parametersState.d.ts +29 -0
- package/esm/model/store/parameters/parametersState.d.ts.map +1 -0
- package/esm/model/store/parameters/parametersState.js +5 -0
- package/esm/model/store/parameters/parametersState.js.map +1 -0
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +39 -2
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.js +111 -5
- package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +10 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js +22 -5
- package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextState.d.ts +14 -3
- package/esm/model/store/tabs/filterContext/filterContextState.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextState.js.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextUtils.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextUtils.js +15 -6
- package/esm/model/store/tabs/filterContext/filterContextUtils.js.map +1 -1
- package/esm/model/store/tabs/index.d.ts +18 -2
- package/esm/model/store/tabs/index.d.ts.map +1 -1
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts +1 -1
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts +0 -10
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js +4 -14
- package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js.map +1 -1
- package/esm/model/store/types.d.ts +6 -0
- package/esm/model/store/types.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
- package/esm/plugins/customizationApis/customizationBuilder.js +3 -0
- package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
- package/esm/plugins/customizationApis/filtersCustomizer.d.ts +3 -0
- package/esm/plugins/customizationApis/filtersCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/filtersCustomizer.js +7 -0
- package/esm/plugins/customizationApis/filtersCustomizer.js.map +1 -1
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts +17 -0
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts.map +1 -0
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js +73 -0
- package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js.map +1 -0
- package/esm/plugins/customizer.d.ts +33 -1
- package/esm/plugins/customizer.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +6 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/DeleteDropZone.js +2 -17
- package/esm/presentation/dragAndDrop/DeleteDropZone.js.map +1 -1
- package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts +15 -0
- package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/DraggableChipSource.js +14 -0
- package/esm/presentation/dragAndDrop/DraggableChipSource.js.map +1 -0
- package/esm/presentation/dragAndDrop/FilterDeleteOverlay.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js +2 -17
- package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js +2 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js +18 -11
- package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts +5 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js +19 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js.map +1 -0
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts +3 -7
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js +14 -9
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts +15 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js +21 -0
- package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js.map +1 -0
- package/esm/presentation/dragAndDrop/types.d.ts +30 -5
- package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/types.js +12 -0
- package/esm/presentation/dragAndDrop/types.js.map +1 -1
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts +12 -0
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts.map +1 -0
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js +35 -0
- package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +94 -20
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts +10 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js +25 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts +28 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js +84 -0
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js.map +1 -0
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +9 -3
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +23 -9
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts +2 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js +8 -7
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +6 -3
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/types.d.ts +1 -1
- package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +2 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +22 -10
- package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
- package/esm/presentation/filterBar/filterSelectionTypes.d.ts +5 -0
- package/esm/presentation/filterBar/filterSelectionTypes.d.ts.map +1 -0
- package/esm/presentation/filterBar/filterSelectionTypes.js +3 -0
- package/esm/presentation/filterBar/filterSelectionTypes.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts +29 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js +24 -0
- package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js +147 -55
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js.map +1 -1
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts +21 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js +21 -0
- package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js.map +1 -0
- package/esm/presentation/filterBar/measureValueFilter/types.d.ts +1 -1
- package/esm/presentation/filterBar/measureValueFilter/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts +8 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js +40 -0
- package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts +15 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +37 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts +15 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts.map +1 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js +37 -0
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js.map +1 -0
- package/esm/presentation/filterBar/utils.d.ts +1 -1
- package/esm/presentation/filterBar/utils.d.ts.map +1 -1
- package/esm/presentation/filterBar/utils.js +17 -3
- package/esm/presentation/filterBar/utils.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js +4 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +24 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +24 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +6 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +675 -18
- package/package.json +20 -20
- package/styles/css/filterBar.css +12 -43
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/main.css +169 -75
- package/styles/css/main.css.map +1 -1
- package/styles/scss/filterBar.scss +15 -68
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
@use "@gooddata/sdk-ui-kit/styles/scss/Button/variables" as button-variables;
|
|
6
6
|
@use "@gooddata/sdk-ui-kit/styles/scss/variables" as kit-variables;
|
|
7
7
|
@use "@gooddata/sdk-ui-kit/styles/scss/mixins" as mixins;
|
|
8
|
-
@use "@gooddata/sdk-ui-kit/styles/scss/typo-mixins" as typo-mixins;
|
|
9
8
|
|
|
10
9
|
$attribute-filter-drag-handle-left: 10px;
|
|
11
10
|
|
|
@@ -163,7 +162,8 @@ $attribute-filter-drag-handle-left: 10px;
|
|
|
163
162
|
width: calc(100% - 225px); // make space for global apply button too
|
|
164
163
|
}
|
|
165
164
|
|
|
166
|
-
.dash-filters-date
|
|
165
|
+
.dash-filters-date,
|
|
166
|
+
.dash-filters-mvf {
|
|
167
167
|
max-width: 285px;
|
|
168
168
|
}
|
|
169
169
|
|
|
@@ -354,7 +354,8 @@ $attribute-filter-drag-handle-left: 10px;
|
|
|
354
354
|
height: 55px;
|
|
355
355
|
}
|
|
356
356
|
|
|
357
|
-
.draggable-attribute-filter
|
|
357
|
+
.draggable-attribute-filter,
|
|
358
|
+
.draggable-measure-value-filter {
|
|
358
359
|
position: relative;
|
|
359
360
|
display: flex;
|
|
360
361
|
justify-content: center;
|
|
@@ -382,6 +383,17 @@ $attribute-filter-drag-handle-left: 10px;
|
|
|
382
383
|
}
|
|
383
384
|
}
|
|
384
385
|
|
|
386
|
+
.dropdown-body .attributes-list-mvf {
|
|
387
|
+
.gd-dropdown-tabs {
|
|
388
|
+
border-bottom: 0;
|
|
389
|
+
|
|
390
|
+
.gd-tab {
|
|
391
|
+
margin: 0;
|
|
392
|
+
padding: 0;
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
|
|
385
397
|
.gd-button-small[class*="gd-icon-"].gd-button-icon-only {
|
|
386
398
|
&.gd-configuration-button,
|
|
387
399
|
&.gd-delete-button {
|
|
@@ -839,68 +851,3 @@ $attribute-filter-drag-handle-left: 10px;
|
|
|
839
851
|
overflow-wrap: break-word;
|
|
840
852
|
}
|
|
841
853
|
}
|
|
842
|
-
|
|
843
|
-
// Dashboard MVF chip. Visually mirrors the AF chip (same box, hover, active gradient) so the
|
|
844
|
-
// filter bar stays consistent. Lives in the dashboard package because the chip is rendered only
|
|
845
|
-
// by `DefaultDashboardMeasureValueFilter` — sdk-ui-filters has no consumer of this class.
|
|
846
|
-
.gd-mvf-dashboard-filter-button__next {
|
|
847
|
-
@include typo-mixins.gd-font-base;
|
|
848
|
-
|
|
849
|
-
position: relative;
|
|
850
|
-
max-width: 230px;
|
|
851
|
-
padding: 5px 10px;
|
|
852
|
-
font-size: 12px;
|
|
853
|
-
line-height: 16px;
|
|
854
|
-
|
|
855
|
-
&::after {
|
|
856
|
-
content: "";
|
|
857
|
-
position: absolute;
|
|
858
|
-
top: 0;
|
|
859
|
-
right: 0;
|
|
860
|
-
bottom: 0;
|
|
861
|
-
left: 0;
|
|
862
|
-
border: 1px solid transparent;
|
|
863
|
-
background: var(--gd-dashboards-filterBar-filterButton-backgroundColor, transparent);
|
|
864
|
-
transform: translateZ(-1px);
|
|
865
|
-
border-radius: 3px;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
&:hover::after {
|
|
869
|
-
border-color: button-variables.$button-normal-hover-border-color;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
&:active,
|
|
873
|
-
&.gd-is-active {
|
|
874
|
-
&::after {
|
|
875
|
-
&,
|
|
876
|
-
.edit-mode-on & {
|
|
877
|
-
box-shadow: inset 0 1px 0 0 button-variables.$button-normal-active-shadow;
|
|
878
|
-
border-color: var(
|
|
879
|
-
--gd-palette-complementary-5-from-theme,
|
|
880
|
-
button-variables.$button-normal-hover-border-color
|
|
881
|
-
);
|
|
882
|
-
|
|
883
|
-
// refactor
|
|
884
|
-
// stylelint-disable-next-line max-line-length
|
|
885
|
-
@include mixins.gradient-linear(
|
|
886
|
-
button-variables.$button-normal-active-gradient-top,
|
|
887
|
-
button-variables.$button-normal-active-gradient-bottom
|
|
888
|
-
);
|
|
889
|
-
}
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
// Lift inner content above the full-bleed `::after` overlay so the active-state gradient
|
|
894
|
-
// sits behind the title/subtitle. AF gets this for free from `UiControlButton`; MVF renders
|
|
895
|
-
// its own DOM, so we need an explicit stacking context here.
|
|
896
|
-
.gd-attribute-filter-dropdown-button-content__next {
|
|
897
|
-
position: relative;
|
|
898
|
-
z-index: 1;
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
// Bold subtitle (condition label). AF gets this from `UiControlButton__subtitle-row`; MVF
|
|
902
|
-
// renders its own subtitle wrapper, so re-state it here.
|
|
903
|
-
.gd-attribute-filter-dropdown-button-subtitle__next {
|
|
904
|
-
font-weight: bold;
|
|
905
|
-
}
|
|
906
|
-
}
|