@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.33.0
|
|
3
|
+
"version": "11.33.0",
|
|
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.33.0
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui
|
|
67
|
-
"@gooddata/sdk-
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.33.0
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-kit": "11.33.0
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/
|
|
74
|
-
"@gooddata/sdk-ui-
|
|
75
|
-
"@gooddata/
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.33.0",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.33.0",
|
|
65
|
+
"@gooddata/sdk-model": "11.33.0",
|
|
66
|
+
"@gooddata/sdk-ui": "11.33.0",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.33.0",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.33.0",
|
|
69
|
+
"@gooddata/sdk-ui-geo": "11.33.0",
|
|
70
|
+
"@gooddata/sdk-ui-filters": "11.33.0",
|
|
71
|
+
"@gooddata/sdk-ui-kit": "11.33.0",
|
|
72
|
+
"@gooddata/sdk-ui-vis-commons": "11.33.0",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.33.0",
|
|
74
|
+
"@gooddata/sdk-ui-pivot": "11.33.0",
|
|
75
|
+
"@gooddata/util": "11.33.0"
|
|
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/eslint-config": "11.33.0
|
|
122
|
-
"@gooddata/
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/sdk-backend-mockingbird": "11.33.0
|
|
126
|
-
"@gooddata/stylelint-config": "11.33.0
|
|
121
|
+
"@gooddata/eslint-config": "11.33.0",
|
|
122
|
+
"@gooddata/i18n-toolkit": "11.33.0",
|
|
123
|
+
"@gooddata/oxlint-config": "11.33.0",
|
|
124
|
+
"@gooddata/reference-workspace": "11.33.0",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.33.0",
|
|
126
|
+
"@gooddata/stylelint-config": "11.33.0"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|
package/styles/css/filterBar.css
CHANGED
|
@@ -135,7 +135,8 @@
|
|
|
135
135
|
.apply-all-at-once .dash-filters-all {
|
|
136
136
|
width: calc(100% - 225px);
|
|
137
137
|
}
|
|
138
|
-
.dash-filters-all .dash-filters-date
|
|
138
|
+
.dash-filters-all .dash-filters-date,
|
|
139
|
+
.dash-filters-all .dash-filters-mvf {
|
|
139
140
|
max-width: 285px;
|
|
140
141
|
}
|
|
141
142
|
.dash-filters-all .dash-filters-attribute,
|
|
@@ -315,7 +316,8 @@
|
|
|
315
316
|
height: 55px;
|
|
316
317
|
}
|
|
317
318
|
|
|
318
|
-
.draggable-attribute-filter
|
|
319
|
+
.draggable-attribute-filter,
|
|
320
|
+
.draggable-measure-value-filter {
|
|
319
321
|
position: relative;
|
|
320
322
|
display: flex;
|
|
321
323
|
justify-content: center;
|
|
@@ -336,6 +338,14 @@
|
|
|
336
338
|
color: var(--gd-palette-complementary-8, #464e56);
|
|
337
339
|
}
|
|
338
340
|
|
|
341
|
+
.dropdown-body .attributes-list-mvf .gd-dropdown-tabs {
|
|
342
|
+
border-bottom: 0;
|
|
343
|
+
}
|
|
344
|
+
.dropdown-body .attributes-list-mvf .gd-dropdown-tabs .gd-tab {
|
|
345
|
+
margin: 0;
|
|
346
|
+
padding: 0;
|
|
347
|
+
}
|
|
348
|
+
|
|
339
349
|
.gd-button-small[class*=gd-icon-].gd-button-icon-only.gd-configuration-button, .gd-button-small[class*=gd-icon-].gd-button-icon-only.gd-delete-button {
|
|
340
350
|
width: 18px;
|
|
341
351
|
height: 18px;
|
|
@@ -684,45 +694,4 @@
|
|
|
684
694
|
overflow-wrap: break-word;
|
|
685
695
|
}
|
|
686
696
|
|
|
687
|
-
.gd-mvf-dashboard-filter-button__next {
|
|
688
|
-
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
689
|
-
font-weight: 400;
|
|
690
|
-
position: relative;
|
|
691
|
-
max-width: 230px;
|
|
692
|
-
padding: 5px 10px;
|
|
693
|
-
font-size: 12px;
|
|
694
|
-
line-height: 16px;
|
|
695
|
-
}
|
|
696
|
-
.gd-mvf-dashboard-filter-button__next::after {
|
|
697
|
-
content: "";
|
|
698
|
-
position: absolute;
|
|
699
|
-
top: 0;
|
|
700
|
-
right: 0;
|
|
701
|
-
bottom: 0;
|
|
702
|
-
left: 0;
|
|
703
|
-
border: 1px solid transparent;
|
|
704
|
-
background: var(--gd-dashboards-filterBar-filterButton-backgroundColor, transparent);
|
|
705
|
-
transform: translateZ(-1px);
|
|
706
|
-
border-radius: 3px;
|
|
707
|
-
}
|
|
708
|
-
.gd-mvf-dashboard-filter-button__next:hover::after {
|
|
709
|
-
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
710
|
-
}
|
|
711
|
-
.gd-mvf-dashboard-filter-button__next:active::after, .edit-mode-on .gd-mvf-dashboard-filter-button__next:active::after, .gd-mvf-dashboard-filter-button__next.gd-is-active::after, .edit-mode-on .gd-mvf-dashboard-filter-button__next.gd-is-active::after {
|
|
712
|
-
box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
|
|
713
|
-
border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
|
|
714
|
-
background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
|
|
715
|
-
background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
|
|
716
|
-
background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
|
|
717
|
-
background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
|
|
718
|
-
background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
|
|
719
|
-
}
|
|
720
|
-
.gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-content__next {
|
|
721
|
-
position: relative;
|
|
722
|
-
z-index: 1;
|
|
723
|
-
}
|
|
724
|
-
.gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-subtitle__next {
|
|
725
|
-
font-weight: bold;
|
|
726
|
-
}
|
|
727
|
-
|
|
728
697
|
/*# sourceMappingURL=filterBar.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/filterBar.scss","../scss/_zIndexes.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/filterBar.scss","../scss/_zIndexes.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACMA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;;;AAKJ;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA,SCMgB;EDLhB;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;;AAIR;EACI,SC7CY;ED8CZ;;AAEA;EAEI,SCjDa;;ADoDjB;EACI;EACA;EACA,oBEuBoB;EFtBpB;EACA;;AAGJ;EAjBJ;IAkBQ;IACA;IACA;IACA;;;;AAOA;EAFJ;AAAA;IAGQ;IACA;IACA;;;AAIR;EACI,OErCQ;;;AFyChB;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;EACA;EACA;EACA,eE9BS;EF+BT;EACA,kBEtCsC;EFuCtC;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EAKA;EACA;EACA;;AAGJ;EACI;;;AAKZ;EAII;EACA;EACA;EACA;EACA;EACA,YEtFgB;EFuFhB,cEnHc;;AFqHd;EACI;;AAGJ;AAAA;EAEI;;AAGJ;AAAA;AAAA;EAGI;;AAGI;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;EACI;;AAIR;AAAA;AAAA;EACI;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGI;;AAIJ;AAAA;AAAA;EACI;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGI;EACA;;AAGJ;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA,QEhJS;EFiJT;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ODvNyB;ECwNzB,kBEhKsC;EFiKtC;EACA;;AAGI;AAAA;EAEI,OGlMc;;AHsMtB;EACI;EACA;;AAGJ;EACI;EACA,OG/Ne;;;AHmOvB;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAGJ;EACI;EACA;;AAEA;EACI,OGnQQ;;AHuQhB;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKZ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EAKA,OGrRmB;EHsRnB;EACA,YACI;;AAGJ;EACI;EAIA,OG7RQ;;AHgSZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI,cExTsB;EFyTtB,OG9SQ;EH+SR,kBGjSoB;;AHqSpB;EACI,OGjUK;EHkUL,kBG1Sc;;;AH+S1B;EACI;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;;;AAIA;EACI,aAtW4B;;AAwW5B;EACI;;AAGJ;EACI;;AAIA;EACI;EACA,OGvVA;;;AH8VZ;EACI;;AAEA;EACI;EACA;;;AAMR;EAEI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YACI;EAEJ;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,OGpZI;;AHuZR;EACI;EACA;EACA;EACA;EACA;EACA,OGpaW;;AHuaf;EACI;EACA;EACA,OGnaI;;AHsaR;EACI;EACA;;AAGJ;EACI,OGnbW;EHobX;;;AAKZ;EACI;EACA;EACA;;AAGI;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AAMA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OGveO;;;AH6ef;EAEI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI,MG/ee;;AHmff;EACI,MGlec;;;AHue1B;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA,YEzeoC;EF0epC;;AAGA;EACI;;AAMI;EAEI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAKZ;EAKI;;AAJA;EACI;;AAMR;EACI;AAGA;EACA;;AAGJ;EACI;;;AAKJ;EACI;EACA;;AAIA;EACI;;;AAKZ;EACI,OGrkBY;;AHukBZ;EACI,OGnmBa;;;AHumBrB;EACI;EACA;EACA;EACA;;;AASQ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAKJ;EACI;;AAKJ;EACI;EACA;;AAGJ;EACI,OGloBO;;AHsoBf;EACI;EACA;EACA;;AAIA;EACI;;AAEA;EACI;;AAGJ;AAAA;EHpcZ;EACA;EACA;;;AG4cA;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;;AAIA;EACI;;AAIR;EACI;;;AAKJ;EACI;;AAEA;EACI;EACA;EACA;EACA;;;AAOZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OGhtBQ;EHitBR;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA,OGvuBY;;AH0uBhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,YG5pBwB;;AHkqBxB;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI,OGlwBI;;AHswBJ;EACI,OG5xBI;;AHiyBhB;EACI;EACA;EACA;;AAEA;EACI,kBGjmBgB;EHkmBhB,OGxyBQ;;AH6yBhB;AAAA;AAAA;AAAA;EAII,kBG3mBoB;;;AHinB5B;EACI;EACA,OGzyBgB;EH0yBhB;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA","file":"filterBar.css"}
|
package/styles/css/main.css
CHANGED
|
@@ -6338,7 +6338,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6338
6338
|
max-width: 160px;
|
|
6339
6339
|
}
|
|
6340
6340
|
|
|
6341
|
-
.gd-attribute-filter-dropdown-actions__next
|
|
6341
|
+
.gd-attribute-filter-dropdown-actions__next,
|
|
6342
|
+
.gd-measure-value-filter-dropdown-actions__next {
|
|
6342
6343
|
border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
6343
6344
|
text-align: right;
|
|
6344
6345
|
display: flex;
|
|
@@ -6349,17 +6350,26 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6349
6350
|
}
|
|
6350
6351
|
|
|
6351
6352
|
.gd-attribute-filter-dropdown-actions-left-content__next,
|
|
6352
|
-
.gd-attribute-filter-dropdown-actions-right-content__next
|
|
6353
|
+
.gd-attribute-filter-dropdown-actions-right-content__next,
|
|
6354
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next,
|
|
6355
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next {
|
|
6353
6356
|
display: flex;
|
|
6354
6357
|
align-items: center;
|
|
6355
6358
|
}
|
|
6356
6359
|
|
|
6357
6360
|
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
6358
|
-
.gd-attribute-filter-dropdown-actions-
|
|
6361
|
+
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
6362
|
+
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
6363
|
+
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
6364
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
6365
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
6366
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
6367
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next {
|
|
6359
6368
|
margin-left: 10px;
|
|
6360
6369
|
}
|
|
6361
6370
|
|
|
6362
|
-
.gd-is-mobile .gd-attribute-filter-dropdown-actions__next
|
|
6371
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-actions__next,
|
|
6372
|
+
.gd-is-mobile .gd-measure-value-filter-dropdown-actions__next {
|
|
6363
6373
|
display: flex;
|
|
6364
6374
|
align-items: stretch;
|
|
6365
6375
|
height: 52px;
|
|
@@ -6369,7 +6379,9 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6369
6379
|
|
|
6370
6380
|
.gd-is-mobile .gd-attribute-filter-cancel-button__next,
|
|
6371
6381
|
.gd-is-mobile .gd-attribute-filter-apply-button__next,
|
|
6372
|
-
.gd-is-mobile .gd-attribute-filter-close-button__next
|
|
6382
|
+
.gd-is-mobile .gd-attribute-filter-close-button__next,
|
|
6383
|
+
.gd-is-mobile .gd-measure-value-filter-cancel-button__next,
|
|
6384
|
+
.gd-is-mobile .gd-measure-value-filter-apply-button__next {
|
|
6373
6385
|
text-align: center;
|
|
6374
6386
|
flex: 1;
|
|
6375
6387
|
height: 32px;
|
|
@@ -6537,6 +6549,19 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6537
6549
|
content: "\e613";
|
|
6538
6550
|
}
|
|
6539
6551
|
|
|
6552
|
+
.gd-ui-kit-control-button--isDragging {
|
|
6553
|
+
display: inline-block;
|
|
6554
|
+
}
|
|
6555
|
+
|
|
6556
|
+
.gd-ui-kit-control-button--isDragging::after {
|
|
6557
|
+
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
6558
|
+
background: var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95));
|
|
6559
|
+
}
|
|
6560
|
+
|
|
6561
|
+
.gd-ui-kit-control-button--isDragging.gd-ui-kit-control-button--isDraggable::before {
|
|
6562
|
+
opacity: 1;
|
|
6563
|
+
}
|
|
6564
|
+
|
|
6540
6565
|
.gd-ui-kit-control-button--isError {
|
|
6541
6566
|
font-size: 12px;
|
|
6542
6567
|
color: var(--gd-palette-error-base, #e54d42);
|
|
@@ -6630,7 +6655,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6630
6655
|
vertical-align: bottom;
|
|
6631
6656
|
}
|
|
6632
6657
|
|
|
6633
|
-
.gd-attribute-filter-dropdown-button__next
|
|
6658
|
+
.gd-attribute-filter-dropdown-button__next,
|
|
6659
|
+
.gd-mvf-dashboard-filter-button__next {
|
|
6634
6660
|
position: relative;
|
|
6635
6661
|
max-width: 230px;
|
|
6636
6662
|
padding: 5px 10px;
|
|
@@ -6638,7 +6664,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6638
6664
|
line-height: 16px;
|
|
6639
6665
|
}
|
|
6640
6666
|
|
|
6641
|
-
.gd-attribute-filter-dropdown-button__next::after
|
|
6667
|
+
.gd-attribute-filter-dropdown-button__next::after,
|
|
6668
|
+
.gd-mvf-dashboard-filter-button__next::after {
|
|
6642
6669
|
content: "";
|
|
6643
6670
|
position: absolute;
|
|
6644
6671
|
top: 0;
|
|
@@ -6651,24 +6678,33 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6651
6678
|
border-radius: 3px;
|
|
6652
6679
|
}
|
|
6653
6680
|
|
|
6654
|
-
.gd-attribute-filter-dropdown-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering)
|
|
6681
|
+
.gd-attribute-filter-dropdown-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering),
|
|
6682
|
+
.gd-mvf-dashboard-filter-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering) {
|
|
6655
6683
|
box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09)), 0 2px 9px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
|
|
6656
6684
|
}
|
|
6657
6685
|
|
|
6658
|
-
.gd-attribute-filter-dropdown-button__next:hover::after
|
|
6686
|
+
.gd-attribute-filter-dropdown-button__next:hover::after,
|
|
6687
|
+
.gd-mvf-dashboard-filter-button__next:hover::after {
|
|
6659
6688
|
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
6660
6689
|
}
|
|
6661
6690
|
|
|
6662
|
-
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)
|
|
6691
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active),
|
|
6692
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active) {
|
|
6663
6693
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
6664
6694
|
border-radius: 3px;
|
|
6665
6695
|
}
|
|
6666
6696
|
|
|
6667
|
-
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::before, .gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::after
|
|
6697
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::before, .gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::after,
|
|
6698
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::before,
|
|
6699
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::after {
|
|
6668
6700
|
display: none;
|
|
6669
6701
|
}
|
|
6670
6702
|
|
|
6671
|
-
.gd-attribute-filter-dropdown-button__next:active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next:active::after, .gd-attribute-filter-dropdown-button__next.gd-is-active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next.gd-is-active::after
|
|
6703
|
+
.gd-attribute-filter-dropdown-button__next:active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next:active::after, .gd-attribute-filter-dropdown-button__next.gd-is-active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next.gd-is-active::after,
|
|
6704
|
+
.gd-mvf-dashboard-filter-button__next:active::after,
|
|
6705
|
+
.edit-mode-on .gd-mvf-dashboard-filter-button__next:active::after,
|
|
6706
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-active::after,
|
|
6707
|
+
.edit-mode-on .gd-mvf-dashboard-filter-button__next.gd-is-active::after {
|
|
6672
6708
|
box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
|
|
6673
6709
|
border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
|
|
6674
6710
|
background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
|
|
@@ -6678,14 +6714,21 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6678
6714
|
background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
|
|
6679
6715
|
}
|
|
6680
6716
|
|
|
6681
|
-
.gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip
|
|
6717
|
+
.gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip,
|
|
6718
|
+
.gd-mvf-dashboard-filter-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip {
|
|
6682
6719
|
line-height: 15px;
|
|
6683
6720
|
}
|
|
6684
6721
|
|
|
6685
|
-
.gd-attribute-filter-dropdown-button__next.gd-is-draggable
|
|
6722
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-draggable,
|
|
6723
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-draggable {
|
|
6686
6724
|
padding-left: 23px;
|
|
6687
6725
|
}
|
|
6688
6726
|
|
|
6727
|
+
.gd-mvf-dashboard-filter-button__next {
|
|
6728
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
6729
|
+
font-weight: 400;
|
|
6730
|
+
}
|
|
6731
|
+
|
|
6689
6732
|
.gd-attribute-filter-mobile-button-wrapper {
|
|
6690
6733
|
display: flex;
|
|
6691
6734
|
align-items: center;
|
|
@@ -6817,7 +6860,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6817
6860
|
transform: translateY(-50%);
|
|
6818
6861
|
}
|
|
6819
6862
|
|
|
6820
|
-
.gd-attribute-filter-dropdown-button-selected-items__next
|
|
6863
|
+
.gd-attribute-filter-dropdown-button-selected-items__next,
|
|
6864
|
+
.gd-measure-value-filter-dropdown-button-selected-items__next {
|
|
6821
6865
|
display: inline-block;
|
|
6822
6866
|
flex: 0 1 auto;
|
|
6823
6867
|
min-width: 0;
|
|
@@ -6828,7 +6872,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6828
6872
|
color: var(--gd-palette-complementary-8, #464e56);
|
|
6829
6873
|
}
|
|
6830
6874
|
|
|
6831
|
-
.overlay .gd-attribute-filter-dropdown-button-selected-items__next
|
|
6875
|
+
.overlay .gd-attribute-filter-dropdown-button-selected-items__next,
|
|
6876
|
+
.overlay .gd-measure-value-filter-dropdown-button-selected-items__next {
|
|
6832
6877
|
max-width: none;
|
|
6833
6878
|
}
|
|
6834
6879
|
|
|
@@ -6915,6 +6960,19 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6915
6960
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
6916
6961
|
}
|
|
6917
6962
|
|
|
6963
|
+
.gd-mvf-dashboard-filter-button__next.disabled:hover, .gd-mvf-dashboard-filter-button__next.disabled:focus, .gd-mvf-dashboard-filter-button__next.disabled:active, .gd-mvf-dashboard-filter-button__next.disabled:hover::after, .gd-mvf-dashboard-filter-button__next.disabled:focus::after, .gd-mvf-dashboard-filter-button__next.disabled:active::after {
|
|
6964
|
+
cursor: default;
|
|
6965
|
+
user-select: auto;
|
|
6966
|
+
box-shadow: none;
|
|
6967
|
+
background: transparent;
|
|
6968
|
+
border-color: transparent;
|
|
6969
|
+
text-decoration: none;
|
|
6970
|
+
}
|
|
6971
|
+
|
|
6972
|
+
.gd-mvf-dashboard-filter-button__next.disabled .gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
6973
|
+
content: none;
|
|
6974
|
+
}
|
|
6975
|
+
|
|
6918
6976
|
.gd-item-title-tooltip {
|
|
6919
6977
|
min-width: 100px;
|
|
6920
6978
|
}
|
|
@@ -18519,7 +18577,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18519
18577
|
max-width: 160px;
|
|
18520
18578
|
}
|
|
18521
18579
|
|
|
18522
|
-
.gd-attribute-filter-dropdown-actions__next
|
|
18580
|
+
.gd-attribute-filter-dropdown-actions__next,
|
|
18581
|
+
.gd-measure-value-filter-dropdown-actions__next {
|
|
18523
18582
|
border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
18524
18583
|
text-align: right;
|
|
18525
18584
|
display: flex;
|
|
@@ -18530,17 +18589,26 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18530
18589
|
}
|
|
18531
18590
|
|
|
18532
18591
|
.gd-attribute-filter-dropdown-actions-left-content__next,
|
|
18533
|
-
.gd-attribute-filter-dropdown-actions-right-content__next
|
|
18592
|
+
.gd-attribute-filter-dropdown-actions-right-content__next,
|
|
18593
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next,
|
|
18594
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next {
|
|
18534
18595
|
display: flex;
|
|
18535
18596
|
align-items: center;
|
|
18536
18597
|
}
|
|
18537
18598
|
|
|
18538
18599
|
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
18539
|
-
.gd-attribute-filter-dropdown-actions-
|
|
18600
|
+
.gd-attribute-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
18601
|
+
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
18602
|
+
.gd-attribute-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
18603
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
18604
|
+
.gd-measure-value-filter-dropdown-actions-left-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next,
|
|
18605
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next,
|
|
18606
|
+
.gd-measure-value-filter-dropdown-actions-right-content__next .gd-ui-kit-tooltip__anchor .gd-measure-value-filter-apply-button__next {
|
|
18540
18607
|
margin-left: 10px;
|
|
18541
18608
|
}
|
|
18542
18609
|
|
|
18543
|
-
.gd-is-mobile .gd-attribute-filter-dropdown-actions__next
|
|
18610
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-actions__next,
|
|
18611
|
+
.gd-is-mobile .gd-measure-value-filter-dropdown-actions__next {
|
|
18544
18612
|
display: flex;
|
|
18545
18613
|
align-items: stretch;
|
|
18546
18614
|
height: 52px;
|
|
@@ -18550,7 +18618,9 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18550
18618
|
|
|
18551
18619
|
.gd-is-mobile .gd-attribute-filter-cancel-button__next,
|
|
18552
18620
|
.gd-is-mobile .gd-attribute-filter-apply-button__next,
|
|
18553
|
-
.gd-is-mobile .gd-attribute-filter-close-button__next
|
|
18621
|
+
.gd-is-mobile .gd-attribute-filter-close-button__next,
|
|
18622
|
+
.gd-is-mobile .gd-measure-value-filter-cancel-button__next,
|
|
18623
|
+
.gd-is-mobile .gd-measure-value-filter-apply-button__next {
|
|
18554
18624
|
text-align: center;
|
|
18555
18625
|
flex: 1;
|
|
18556
18626
|
height: 32px;
|
|
@@ -18718,6 +18788,19 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18718
18788
|
content: "\e613";
|
|
18719
18789
|
}
|
|
18720
18790
|
|
|
18791
|
+
.gd-ui-kit-control-button--isDragging {
|
|
18792
|
+
display: inline-block;
|
|
18793
|
+
}
|
|
18794
|
+
|
|
18795
|
+
.gd-ui-kit-control-button--isDragging::after {
|
|
18796
|
+
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
18797
|
+
background: var(--gd-palette-complementary-0-from-theme, rgba(255, 255, 255, 0.95));
|
|
18798
|
+
}
|
|
18799
|
+
|
|
18800
|
+
.gd-ui-kit-control-button--isDragging.gd-ui-kit-control-button--isDraggable::before {
|
|
18801
|
+
opacity: 1;
|
|
18802
|
+
}
|
|
18803
|
+
|
|
18721
18804
|
.gd-ui-kit-control-button--isError {
|
|
18722
18805
|
font-size: 12px;
|
|
18723
18806
|
color: var(--gd-palette-error-base, #e54d42);
|
|
@@ -18811,7 +18894,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18811
18894
|
vertical-align: bottom;
|
|
18812
18895
|
}
|
|
18813
18896
|
|
|
18814
|
-
.gd-attribute-filter-dropdown-button__next
|
|
18897
|
+
.gd-attribute-filter-dropdown-button__next,
|
|
18898
|
+
.gd-mvf-dashboard-filter-button__next {
|
|
18815
18899
|
position: relative;
|
|
18816
18900
|
max-width: 230px;
|
|
18817
18901
|
padding: 5px 10px;
|
|
@@ -18819,7 +18903,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18819
18903
|
line-height: 16px;
|
|
18820
18904
|
}
|
|
18821
18905
|
|
|
18822
|
-
.gd-attribute-filter-dropdown-button__next::after
|
|
18906
|
+
.gd-attribute-filter-dropdown-button__next::after,
|
|
18907
|
+
.gd-mvf-dashboard-filter-button__next::after {
|
|
18823
18908
|
content: "";
|
|
18824
18909
|
position: absolute;
|
|
18825
18910
|
top: 0;
|
|
@@ -18832,24 +18917,33 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18832
18917
|
border-radius: 3px;
|
|
18833
18918
|
}
|
|
18834
18919
|
|
|
18835
|
-
.gd-attribute-filter-dropdown-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering)
|
|
18920
|
+
.gd-attribute-filter-dropdown-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering),
|
|
18921
|
+
.gd-mvf-dashboard-filter-button__next:hover.gd-is-draggable:not(.gd-is-active, .gd-is-filtering) {
|
|
18836
18922
|
box-shadow: 0 1px 3px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.09)), 0 2px 9px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15));
|
|
18837
18923
|
}
|
|
18838
18924
|
|
|
18839
|
-
.gd-attribute-filter-dropdown-button__next:hover::after
|
|
18925
|
+
.gd-attribute-filter-dropdown-button__next:hover::after,
|
|
18926
|
+
.gd-mvf-dashboard-filter-button__next:hover::after {
|
|
18840
18927
|
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
18841
18928
|
}
|
|
18842
18929
|
|
|
18843
|
-
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)
|
|
18930
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active),
|
|
18931
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active) {
|
|
18844
18932
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
18845
18933
|
border-radius: 3px;
|
|
18846
18934
|
}
|
|
18847
18935
|
|
|
18848
|
-
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::before, .gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::after
|
|
18936
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::before, .gd-attribute-filter-dropdown-button__next.gd-is-filtering:not(.gd-is-active)::after,
|
|
18937
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::before,
|
|
18938
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-filtering:not(.gd-is-active)::after {
|
|
18849
18939
|
display: none;
|
|
18850
18940
|
}
|
|
18851
18941
|
|
|
18852
|
-
.gd-attribute-filter-dropdown-button__next:active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next:active::after, .gd-attribute-filter-dropdown-button__next.gd-is-active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next.gd-is-active::after
|
|
18942
|
+
.gd-attribute-filter-dropdown-button__next:active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next:active::after, .gd-attribute-filter-dropdown-button__next.gd-is-active::after, .edit-mode-on .gd-attribute-filter-dropdown-button__next.gd-is-active::after,
|
|
18943
|
+
.gd-mvf-dashboard-filter-button__next:active::after,
|
|
18944
|
+
.edit-mode-on .gd-mvf-dashboard-filter-button__next:active::after,
|
|
18945
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-active::after,
|
|
18946
|
+
.edit-mode-on .gd-mvf-dashboard-filter-button__next.gd-is-active::after {
|
|
18853
18947
|
box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
|
|
18854
18948
|
border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
|
|
18855
18949
|
background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
|
|
@@ -18859,14 +18953,21 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18859
18953
|
background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
|
|
18860
18954
|
}
|
|
18861
18955
|
|
|
18862
|
-
.gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip
|
|
18956
|
+
.gd-attribute-filter-dropdown-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip,
|
|
18957
|
+
.gd-mvf-dashboard-filter-button__next .gd-ui-kit-control-button__title-row .gd-list-item-tooltip {
|
|
18863
18958
|
line-height: 15px;
|
|
18864
18959
|
}
|
|
18865
18960
|
|
|
18866
|
-
.gd-attribute-filter-dropdown-button__next.gd-is-draggable
|
|
18961
|
+
.gd-attribute-filter-dropdown-button__next.gd-is-draggable,
|
|
18962
|
+
.gd-mvf-dashboard-filter-button__next.gd-is-draggable {
|
|
18867
18963
|
padding-left: 23px;
|
|
18868
18964
|
}
|
|
18869
18965
|
|
|
18966
|
+
.gd-mvf-dashboard-filter-button__next {
|
|
18967
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
18968
|
+
font-weight: 400;
|
|
18969
|
+
}
|
|
18970
|
+
|
|
18870
18971
|
.gd-attribute-filter-mobile-button-wrapper {
|
|
18871
18972
|
display: flex;
|
|
18872
18973
|
align-items: center;
|
|
@@ -18998,7 +19099,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18998
19099
|
transform: translateY(-50%);
|
|
18999
19100
|
}
|
|
19000
19101
|
|
|
19001
|
-
.gd-attribute-filter-dropdown-button-selected-items__next
|
|
19102
|
+
.gd-attribute-filter-dropdown-button-selected-items__next,
|
|
19103
|
+
.gd-measure-value-filter-dropdown-button-selected-items__next {
|
|
19002
19104
|
display: inline-block;
|
|
19003
19105
|
flex: 0 1 auto;
|
|
19004
19106
|
min-width: 0;
|
|
@@ -19009,7 +19111,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
19009
19111
|
color: var(--gd-palette-complementary-8, #464e56);
|
|
19010
19112
|
}
|
|
19011
19113
|
|
|
19012
|
-
.overlay .gd-attribute-filter-dropdown-button-selected-items__next
|
|
19114
|
+
.overlay .gd-attribute-filter-dropdown-button-selected-items__next,
|
|
19115
|
+
.overlay .gd-measure-value-filter-dropdown-button-selected-items__next {
|
|
19013
19116
|
max-width: none;
|
|
19014
19117
|
}
|
|
19015
19118
|
|
|
@@ -19096,6 +19199,19 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
19096
19199
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
19097
19200
|
}
|
|
19098
19201
|
|
|
19202
|
+
.gd-mvf-dashboard-filter-button__next.disabled:hover, .gd-mvf-dashboard-filter-button__next.disabled:focus, .gd-mvf-dashboard-filter-button__next.disabled:active, .gd-mvf-dashboard-filter-button__next.disabled:hover::after, .gd-mvf-dashboard-filter-button__next.disabled:focus::after, .gd-mvf-dashboard-filter-button__next.disabled:active::after {
|
|
19203
|
+
cursor: default;
|
|
19204
|
+
user-select: auto;
|
|
19205
|
+
box-shadow: none;
|
|
19206
|
+
background: transparent;
|
|
19207
|
+
border-color: transparent;
|
|
19208
|
+
text-decoration: none;
|
|
19209
|
+
}
|
|
19210
|
+
|
|
19211
|
+
.gd-mvf-dashboard-filter-button__next.disabled .gd-attribute-filter-dropdown-button-subtitle__next::after {
|
|
19212
|
+
content: none;
|
|
19213
|
+
}
|
|
19214
|
+
|
|
19099
19215
|
.gd-item-title-tooltip {
|
|
19100
19216
|
min-width: 100px;
|
|
19101
19217
|
}
|
|
@@ -23574,6 +23690,15 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
23574
23690
|
background-size: 18px 18px;
|
|
23575
23691
|
}
|
|
23576
23692
|
|
|
23693
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-icon-metric::before,
|
|
23694
|
+
.attribute-hierarchy-attribute-dropdown-body .gd-icon-metric::before,
|
|
23695
|
+
.date-attribute-dropdown-tabs .gd-icon-metric::before {
|
|
23696
|
+
width: 18px;
|
|
23697
|
+
height: 18px;
|
|
23698
|
+
margin-right: 5px;
|
|
23699
|
+
background-size: 18px 16px;
|
|
23700
|
+
}
|
|
23701
|
+
|
|
23577
23702
|
.gd-dialog.attribute-hierarchy-dialog .gd-icon-date::before,
|
|
23578
23703
|
.attribute-hierarchy-attribute-dropdown-body .gd-icon-date::before,
|
|
23579
23704
|
.date-attribute-dropdown-tabs .gd-icon-date::before {
|
|
@@ -27950,7 +28075,8 @@ figure {
|
|
|
27950
28075
|
.apply-all-at-once .dash-filters-all {
|
|
27951
28076
|
width: calc(100% - 225px);
|
|
27952
28077
|
}
|
|
27953
|
-
.dash-filters-all .dash-filters-date
|
|
28078
|
+
.dash-filters-all .dash-filters-date,
|
|
28079
|
+
.dash-filters-all .dash-filters-mvf {
|
|
27954
28080
|
max-width: 285px;
|
|
27955
28081
|
}
|
|
27956
28082
|
.dash-filters-all .dash-filters-attribute,
|
|
@@ -28130,7 +28256,8 @@ figure {
|
|
|
28130
28256
|
height: 55px;
|
|
28131
28257
|
}
|
|
28132
28258
|
|
|
28133
|
-
.draggable-attribute-filter
|
|
28259
|
+
.draggable-attribute-filter,
|
|
28260
|
+
.draggable-measure-value-filter {
|
|
28134
28261
|
position: relative;
|
|
28135
28262
|
display: flex;
|
|
28136
28263
|
justify-content: center;
|
|
@@ -28151,6 +28278,14 @@ figure {
|
|
|
28151
28278
|
color: var(--gd-palette-complementary-8, #464e56);
|
|
28152
28279
|
}
|
|
28153
28280
|
|
|
28281
|
+
.dropdown-body .attributes-list-mvf .gd-dropdown-tabs {
|
|
28282
|
+
border-bottom: 0;
|
|
28283
|
+
}
|
|
28284
|
+
.dropdown-body .attributes-list-mvf .gd-dropdown-tabs .gd-tab {
|
|
28285
|
+
margin: 0;
|
|
28286
|
+
padding: 0;
|
|
28287
|
+
}
|
|
28288
|
+
|
|
28154
28289
|
.gd-button-small[class*=gd-icon-].gd-button-icon-only.gd-configuration-button, .gd-button-small[class*=gd-icon-].gd-button-icon-only.gd-delete-button {
|
|
28155
28290
|
width: 18px;
|
|
28156
28291
|
height: 18px;
|
|
@@ -28499,47 +28634,6 @@ figure {
|
|
|
28499
28634
|
overflow-wrap: break-word;
|
|
28500
28635
|
}
|
|
28501
28636
|
|
|
28502
|
-
.gd-mvf-dashboard-filter-button__next {
|
|
28503
|
-
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
28504
|
-
font-weight: 400;
|
|
28505
|
-
position: relative;
|
|
28506
|
-
max-width: 230px;
|
|
28507
|
-
padding: 5px 10px;
|
|
28508
|
-
font-size: 12px;
|
|
28509
|
-
line-height: 16px;
|
|
28510
|
-
}
|
|
28511
|
-
.gd-mvf-dashboard-filter-button__next::after {
|
|
28512
|
-
content: "";
|
|
28513
|
-
position: absolute;
|
|
28514
|
-
top: 0;
|
|
28515
|
-
right: 0;
|
|
28516
|
-
bottom: 0;
|
|
28517
|
-
left: 0;
|
|
28518
|
-
border: 1px solid transparent;
|
|
28519
|
-
background: var(--gd-dashboards-filterBar-filterButton-backgroundColor, transparent);
|
|
28520
|
-
transform: translateZ(-1px);
|
|
28521
|
-
border-radius: 3px;
|
|
28522
|
-
}
|
|
28523
|
-
.gd-mvf-dashboard-filter-button__next:hover::after {
|
|
28524
|
-
border-color: var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2));
|
|
28525
|
-
}
|
|
28526
|
-
.gd-mvf-dashboard-filter-button__next:active::after, .edit-mode-on .gd-mvf-dashboard-filter-button__next:active::after, .gd-mvf-dashboard-filter-button__next.gd-is-active::after, .edit-mode-on .gd-mvf-dashboard-filter-button__next.gd-is-active::after {
|
|
28527
|
-
box-shadow: inset 0 1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.65));
|
|
28528
|
-
border-color: var(--gd-palette-complementary-5-from-theme, var(--gd-palette-complementary-4-from-theme, rgba(31, 52, 73, 0.2)));
|
|
28529
|
-
background: var(--gd-palette-complementary-2-from-theme, #ecf0f5); /* Old browsers */
|
|
28530
|
-
background-image: -webkit-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* Chrome 10+, Saf5.1+ */
|
|
28531
|
-
background-image: -moz-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* FF3.6 */
|
|
28532
|
-
background-image: -ms-linear-gradient(top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5)); /* IE10 */
|
|
28533
|
-
background-image: linear-gradient(to top, var(--gd-palette-complementary-2-from-theme, #dee6ef), var(--gd-palette-complementary-2-from-theme, #ecf0f5));
|
|
28534
|
-
}
|
|
28535
|
-
.gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-content__next {
|
|
28536
|
-
position: relative;
|
|
28537
|
-
z-index: 1;
|
|
28538
|
-
}
|
|
28539
|
-
.gd-mvf-dashboard-filter-button__next .gd-attribute-filter-dropdown-button-subtitle__next {
|
|
28540
|
-
font-weight: bold;
|
|
28541
|
-
}
|
|
28542
|
-
|
|
28543
28637
|
.grouped-navigation {
|
|
28544
28638
|
position: absolute;
|
|
28545
28639
|
z-index: 1;
|