@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.
Files changed (282) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.d.ts.map +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/__version.js.map +1 -1
  5. package/esm/index.d.ts +15 -10
  6. package/esm/index.d.ts.map +1 -1
  7. package/esm/index.js +8 -6
  8. package/esm/index.js.map +1 -1
  9. package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts +5 -0
  10. package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.d.ts.map +1 -0
  11. package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js +22 -0
  12. package/esm/model/commandHandlers/dashboard/changeMeasureValueFilterModeHandler.js.map +1 -0
  13. package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts +13 -0
  14. package/esm/model/commandHandlers/dashboard/common/parameterHydration.d.ts.map +1 -0
  15. package/esm/model/commandHandlers/dashboard/common/parameterHydration.js +28 -0
  16. package/esm/model/commandHandlers/dashboard/common/parameterHydration.js.map +1 -0
  17. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +3 -3
  18. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
  19. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +12 -2
  20. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
  21. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
  22. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +30 -2
  23. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
  24. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts +4 -0
  25. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.d.ts.map +1 -0
  26. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js +8 -0
  27. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadDashboardParameters.js.map +1 -0
  28. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
  29. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +3 -2
  30. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
  31. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
  32. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +11 -0
  33. package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
  34. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
  35. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +18 -7
  36. package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
  37. package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts +5 -0
  38. package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.d.ts.map +1 -0
  39. package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js +57 -0
  40. package/esm/model/commandHandlers/filterContext/measureValueFilter/addMeasureValueFilterHandler.js.map +1 -0
  41. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.d.ts.map +1 -1
  42. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js +7 -3
  43. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterConditionHandler.js.map +1 -1
  44. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts +5 -0
  45. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.d.ts.map +1 -0
  46. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js +25 -0
  47. package/esm/model/commandHandlers/filterContext/measureValueFilter/changeMeasureValueFilterTitleHandler.js.map +1 -0
  48. package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts +5 -0
  49. package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.d.ts.map +1 -0
  50. package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js +29 -0
  51. package/esm/model/commandHandlers/filterContext/measureValueFilter/moveMeasureValueFilterHandler.js.map +1 -0
  52. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts +5 -0
  53. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.d.ts.map +1 -0
  54. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js +20 -0
  55. package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js.map +1 -0
  56. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  57. package/esm/model/commandHandlers/index.js +10 -0
  58. package/esm/model/commandHandlers/index.js.map +1 -1
  59. package/esm/model/commands/base.d.ts +1 -1
  60. package/esm/model/commands/base.d.ts.map +1 -1
  61. package/esm/model/commands/dashboard.d.ts +31 -0
  62. package/esm/model/commands/dashboard.d.ts.map +1 -1
  63. package/esm/model/commands/dashboard.js +17 -0
  64. package/esm/model/commands/dashboard.js.map +1 -1
  65. package/esm/model/commands/filters.d.ts +145 -0
  66. package/esm/model/commands/filters.d.ts.map +1 -1
  67. package/esm/model/commands/filters.js +100 -0
  68. package/esm/model/commands/filters.js.map +1 -1
  69. package/esm/model/commands/index.d.ts +3 -3
  70. package/esm/model/commands/index.d.ts.map +1 -1
  71. package/esm/model/events/base.d.ts +1 -1
  72. package/esm/model/events/base.d.ts.map +1 -1
  73. package/esm/model/events/base.js.map +1 -1
  74. package/esm/model/events/filters.d.ts +168 -0
  75. package/esm/model/events/filters.d.ts.map +1 -1
  76. package/esm/model/events/filters.js +104 -0
  77. package/esm/model/events/filters.js.map +1 -1
  78. package/esm/model/events/index.d.ts +2 -2
  79. package/esm/model/events/index.d.ts.map +1 -1
  80. package/esm/model/events/index.js.map +1 -1
  81. package/esm/model/react/useDashboardCommand.d.ts +5 -0
  82. package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
  83. package/esm/model/react/useDashboardCommandProcessing.d.ts +20 -0
  84. package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
  85. package/esm/model/store/catalog/catalogReducers.d.ts +5 -1
  86. package/esm/model/store/catalog/catalogReducers.d.ts.map +1 -1
  87. package/esm/model/store/catalog/catalogReducers.js +4 -0
  88. package/esm/model/store/catalog/catalogReducers.js.map +1 -1
  89. package/esm/model/store/catalog/catalogSelectors.d.ts +27 -1
  90. package/esm/model/store/catalog/catalogSelectors.d.ts.map +1 -1
  91. package/esm/model/store/catalog/catalogSelectors.js +27 -1
  92. package/esm/model/store/catalog/catalogSelectors.js.map +1 -1
  93. package/esm/model/store/catalog/catalogState.d.ts +18 -1
  94. package/esm/model/store/catalog/catalogState.d.ts.map +1 -1
  95. package/esm/model/store/catalog/catalogState.js +1 -0
  96. package/esm/model/store/catalog/catalogState.js.map +1 -1
  97. package/esm/model/store/catalog/index.d.ts +1 -0
  98. package/esm/model/store/catalog/index.d.ts.map +1 -1
  99. package/esm/model/store/config/configSelectors.d.ts +6 -0
  100. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  101. package/esm/model/store/config/configSelectors.js +8 -0
  102. package/esm/model/store/config/configSelectors.js.map +1 -1
  103. package/esm/model/store/dashboardStore.d.ts +2 -0
  104. package/esm/model/store/dashboardStore.d.ts.map +1 -1
  105. package/esm/model/store/dashboardStore.js +2 -0
  106. package/esm/model/store/dashboardStore.js.map +1 -1
  107. package/esm/model/store/meta/metaSelectors.d.ts +12 -1
  108. package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
  109. package/esm/model/store/meta/metaSelectors.js +39 -7
  110. package/esm/model/store/meta/metaSelectors.js.map +1 -1
  111. package/esm/model/store/parameters/index.d.ts +13 -0
  112. package/esm/model/store/parameters/index.d.ts.map +1 -0
  113. package/esm/model/store/parameters/index.js +15 -0
  114. package/esm/model/store/parameters/index.js.map +1 -0
  115. package/esm/model/store/parameters/parametersReducers.d.ts +47 -0
  116. package/esm/model/store/parameters/parametersReducers.d.ts.map +1 -0
  117. package/esm/model/store/parameters/parametersReducers.js +37 -0
  118. package/esm/model/store/parameters/parametersReducers.js.map +1 -0
  119. package/esm/model/store/parameters/parametersSelectors.d.ts +68 -0
  120. package/esm/model/store/parameters/parametersSelectors.d.ts.map +1 -0
  121. package/esm/model/store/parameters/parametersSelectors.js +123 -0
  122. package/esm/model/store/parameters/parametersSelectors.js.map +1 -0
  123. package/esm/model/store/parameters/parametersState.d.ts +29 -0
  124. package/esm/model/store/parameters/parametersState.d.ts.map +1 -0
  125. package/esm/model/store/parameters/parametersState.js +5 -0
  126. package/esm/model/store/parameters/parametersState.js.map +1 -0
  127. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +39 -2
  128. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
  129. package/esm/model/store/tabs/filterContext/filterContextReducers.js +111 -5
  130. package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
  131. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +10 -1
  132. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
  133. package/esm/model/store/tabs/filterContext/filterContextSelectors.js +22 -5
  134. package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
  135. package/esm/model/store/tabs/filterContext/filterContextState.d.ts +14 -3
  136. package/esm/model/store/tabs/filterContext/filterContextState.d.ts.map +1 -1
  137. package/esm/model/store/tabs/filterContext/filterContextState.js.map +1 -1
  138. package/esm/model/store/tabs/filterContext/filterContextUtils.d.ts.map +1 -1
  139. package/esm/model/store/tabs/filterContext/filterContextUtils.js +15 -6
  140. package/esm/model/store/tabs/filterContext/filterContextUtils.js.map +1 -1
  141. package/esm/model/store/tabs/index.d.ts +18 -2
  142. package/esm/model/store/tabs/index.d.ts.map +1 -1
  143. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts +1 -1
  144. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsReducers.d.ts.map +1 -1
  145. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts +0 -10
  146. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.d.ts.map +1 -1
  147. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js +4 -14
  148. package/esm/model/store/tabs/measureValueFilterConfigs/measureValueFilterConfigsSelectors.js.map +1 -1
  149. package/esm/model/store/types.d.ts +6 -0
  150. package/esm/model/store/types.d.ts.map +1 -1
  151. package/esm/plugins/customizationApis/customizationBuilder.d.ts.map +1 -1
  152. package/esm/plugins/customizationApis/customizationBuilder.js +3 -0
  153. package/esm/plugins/customizationApis/customizationBuilder.js.map +1 -1
  154. package/esm/plugins/customizationApis/filtersCustomizer.d.ts +3 -0
  155. package/esm/plugins/customizationApis/filtersCustomizer.d.ts.map +1 -1
  156. package/esm/plugins/customizationApis/filtersCustomizer.js +7 -0
  157. package/esm/plugins/customizationApis/filtersCustomizer.js.map +1 -1
  158. package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts +17 -0
  159. package/esm/plugins/customizationApis/measureValueFiltersCustomizer.d.ts.map +1 -0
  160. package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js +73 -0
  161. package/esm/plugins/customizationApis/measureValueFiltersCustomizer.js.map +1 -0
  162. package/esm/plugins/customizer.d.ts +33 -1
  163. package/esm/plugins/customizer.d.ts.map +1 -1
  164. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
  165. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +6 -1
  166. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
  167. package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts.map +1 -1
  168. package/esm/presentation/dragAndDrop/DeleteDropZone.js +2 -17
  169. package/esm/presentation/dragAndDrop/DeleteDropZone.js.map +1 -1
  170. package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts +15 -0
  171. package/esm/presentation/dragAndDrop/DraggableChipSource.d.ts.map +1 -0
  172. package/esm/presentation/dragAndDrop/DraggableChipSource.js +14 -0
  173. package/esm/presentation/dragAndDrop/DraggableChipSource.js.map +1 -0
  174. package/esm/presentation/dragAndDrop/FilterDeleteOverlay.d.ts.map +1 -1
  175. package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js +2 -17
  176. package/esm/presentation/dragAndDrop/FilterDeleteOverlay.js.map +1 -1
  177. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.d.ts.map +1 -1
  178. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js +2 -1
  179. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js.map +1 -1
  180. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts.map +1 -1
  181. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js +18 -11
  182. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js.map +1 -1
  183. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts +5 -0
  184. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.d.ts.map +1 -0
  185. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js +19 -0
  186. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DefaultMeasureValueFilterDraggingComponent.js.map +1 -0
  187. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts +3 -7
  188. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts.map +1 -1
  189. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js +14 -9
  190. package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js.map +1 -1
  191. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts +15 -0
  192. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.d.ts.map +1 -0
  193. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js +21 -0
  194. package/esm/presentation/dragAndDrop/draggableParameterFilter/DefaultParameterDraggingComponent.js.map +1 -0
  195. package/esm/presentation/dragAndDrop/types.d.ts +30 -5
  196. package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
  197. package/esm/presentation/dragAndDrop/types.js +12 -0
  198. package/esm/presentation/dragAndDrop/types.js.map +1 -1
  199. package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts +12 -0
  200. package/esm/presentation/dragAndDrop/useFilterDeleteDrop.d.ts.map +1 -0
  201. package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js +35 -0
  202. package/esm/presentation/dragAndDrop/useFilterDeleteDrop.js.map +1 -0
  203. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -1
  204. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
  205. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +94 -20
  206. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
  207. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts +10 -0
  208. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.d.ts.map +1 -0
  209. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js +25 -0
  210. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/MetricListItem.js.map +1 -0
  211. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts +28 -0
  212. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.d.ts.map +1 -0
  213. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js +84 -0
  214. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/useMetricDropdownItems.js.map +1 -0
  215. package/esm/presentation/filterBar/attributeFilter/types.d.ts +9 -3
  216. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  217. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  218. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +23 -9
  219. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  220. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts +2 -1
  221. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts.map +1 -1
  222. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js +8 -7
  223. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js.map +1 -1
  224. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
  225. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +6 -3
  226. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
  227. package/esm/presentation/filterBar/filterBar/types.d.ts +1 -1
  228. package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
  229. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +2 -1
  230. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
  231. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +22 -10
  232. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
  233. package/esm/presentation/filterBar/filterSelectionTypes.d.ts +5 -0
  234. package/esm/presentation/filterBar/filterSelectionTypes.d.ts.map +1 -0
  235. package/esm/presentation/filterBar/filterSelectionTypes.js +3 -0
  236. package/esm/presentation/filterBar/filterSelectionTypes.js.map +1 -0
  237. package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts +29 -0
  238. package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.d.ts.map +1 -0
  239. package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js +24 -0
  240. package/esm/presentation/filterBar/measureValueFilter/CustomDropdownActions.js.map +1 -0
  241. package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.d.ts.map +1 -1
  242. package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js +147 -55
  243. package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js.map +1 -1
  244. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts +21 -0
  245. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.d.ts.map +1 -0
  246. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js +21 -0
  247. package/esm/presentation/filterBar/measureValueFilter/MeasureValueFilterConfiguration.js.map +1 -0
  248. package/esm/presentation/filterBar/measureValueFilter/types.d.ts +1 -1
  249. package/esm/presentation/filterBar/measureValueFilter/types.d.ts.map +1 -1
  250. package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts +8 -0
  251. package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.d.ts.map +1 -0
  252. package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js +40 -0
  253. package/esm/presentation/filterBar/parameterFilter/AddFilterMenu.js.map +1 -0
  254. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts +15 -0
  255. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.d.ts.map +1 -0
  256. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +37 -0
  257. package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js.map +1 -0
  258. package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts +15 -0
  259. package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.d.ts.map +1 -0
  260. package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js +37 -0
  261. package/esm/presentation/filterBar/parameterFilter/DashboardParameterPicker.js.map +1 -0
  262. package/esm/presentation/filterBar/utils.d.ts +1 -1
  263. package/esm/presentation/filterBar/utils.d.ts.map +1 -1
  264. package/esm/presentation/filterBar/utils.js +17 -3
  265. package/esm/presentation/filterBar/utils.js.map +1 -1
  266. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.d.ts.map +1 -1
  267. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js +4 -0
  268. package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/ContentDragPreview.js.map +1 -1
  269. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +24 -0
  270. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  271. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +24 -0
  272. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  273. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
  274. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +6 -1
  275. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
  276. package/esm/sdk-ui-dashboard.d.ts +675 -18
  277. package/package.json +20 -20
  278. package/styles/css/filterBar.css +12 -43
  279. package/styles/css/filterBar.css.map +1 -1
  280. package/styles/css/main.css +169 -75
  281. package/styles/css/main.css.map +1 -1
  282. 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-alpha.5",
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-alpha.5",
64
- "@gooddata/sdk-model": "11.33.0-alpha.5",
65
- "@gooddata/sdk-ui": "11.33.0-alpha.5",
66
- "@gooddata/sdk-ui-charts": "11.33.0-alpha.5",
67
- "@gooddata/sdk-backend-spi": "11.33.0-alpha.5",
68
- "@gooddata/sdk-ui-ext": "11.33.0-alpha.5",
69
- "@gooddata/sdk-ui-filters": "11.33.0-alpha.5",
70
- "@gooddata/sdk-ui-geo": "11.33.0-alpha.5",
71
- "@gooddata/sdk-ui-kit": "11.33.0-alpha.5",
72
- "@gooddata/sdk-ui-pivot": "11.33.0-alpha.5",
73
- "@gooddata/util": "11.33.0-alpha.5",
74
- "@gooddata/sdk-ui-vis-commons": "11.33.0-alpha.5",
75
- "@gooddata/sdk-ui-theme-provider": "11.33.0-alpha.5"
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-alpha.5",
122
- "@gooddata/oxlint-config": "11.33.0-alpha.5",
123
- "@gooddata/reference-workspace": "11.33.0-alpha.5",
124
- "@gooddata/i18n-toolkit": "11.33.0-alpha.5",
125
- "@gooddata/sdk-backend-mockingbird": "11.33.0-alpha.5",
126
- "@gooddata/stylelint-config": "11.33.0-alpha.5"
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",
@@ -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","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo-mixins.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACOA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;;;AAKJ;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA,SCKgB;EDJhB;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;;AAIR;EACI,SC9CY;ED+CZ;;AAEA;EAEI,SClDa;;ADqDjB;EACI;EACA;EACA,oBEsBoB;EFrBpB;EACA;;AAGJ;EAjBJ;IAkBQ;IACA;IACA;IACA;;;;AAOA;EAFJ;AAAA;IAGQ;IACA;IACA;;;AAIR;EACI,OEtCQ;;;AF0ChB;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;EACA;EACA;EACA,eE/BS;EFgCT;EACA,kBEvCsC;EFwCtC;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,YEvFgB;EFwFhB,cEpHc;;AFsHd;EACI;;AAGJ;EACI;;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;EACI;EACA;EACA;EACA;;;AAIA;EACI,aApW4B;;AAsW5B;EACI;;AAGJ;EACI;;AAIA;EACI;EACA,OGtVA;;;AH6VZ;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,OGxYI;;AH2YR;EACI;EACA;EACA;EACA;EACA;EACA,OGxZW;;AH2Zf;EACI;EACA;EACA,OGvZI;;AH0ZR;EACI;EACA;;AAGJ;EACI,OGvaW;EHwaX;;;AAKZ;EACI;EACA;EACA;;AAGI;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AAMA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OG3dO;;;AHief;EAEI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI,MGnee;;AHuef;EACI,MGtdc;;;AH2d1B;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA,YE7doC;EF8dpC;;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,OGzjBY;;AH2jBZ;EACI,OGvlBa;;;AH2lBrB;EACI;EACA;EACA;EACA;;;AASQ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAKJ;EACI;;AAKJ;EACI;EACA;;AAGJ;EACI,OGtnBO;;AH0nBf;EACI;EACA;EACA;;AAIA;EACI;;AAEA;EACI;;AAGJ;AAAA;EHxbZ;EACA;EACA;;;AGgcA;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,OGpsBQ;EHqsBR;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA,OG3tBY;;AH8tBhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,YGhpBwB;;AHspBxB;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI,OGtvBI;;AH0vBJ;EACI,OGhxBI;;AHqxBhB;EACI;EACA;EACA;;AAEA;EACI,kBGrlBgB;EHslBhB,OG5xBQ;;AHiyBhB;AAAA;AAAA;AAAA;EAII,kBG/lBoB;;;AHqmB5B;EACI;EACA,OG7xBgB;EH8xBhB;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AAOR;EIt0BI,aDgGc;EC5Fd;EJq0BA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,cDh1B2B;;ACs1BvB;EAEI;EACA;EHvpBZ,YE7LmC,uDF6LT;EAC1B;EACA;EACA;EACA;;AGqqBA;EACI;EACA;;AAKJ;EACI","file":"filterBar.css"}
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"}
@@ -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-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next {
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-right-content__next .gd-ui-kit-tooltip__anchor .gd-attribute-filter-apply-button__next {
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;