@gooddata/sdk-ui-dashboard 11.26.0 → 11.27.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (275) hide show
  1. package/NOTICE +8691 -5639
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.d.ts.map +1 -1
  4. package/esm/__version.js +1 -1
  5. package/esm/__version.js.map +1 -1
  6. package/esm/_staging/dashboard/dashboardFilterContext.d.ts.map +1 -1
  7. package/esm/_staging/dashboard/dashboardFilterContext.js +36 -22
  8. package/esm/_staging/dashboard/dashboardFilterContext.js.map +1 -1
  9. package/esm/_staging/dashboard/dashboardFilterConverter.d.ts +8 -11
  10. package/esm/_staging/dashboard/dashboardFilterConverter.d.ts.map +1 -1
  11. package/esm/_staging/dashboard/dashboardFilterConverter.js +36 -38
  12. package/esm/_staging/dashboard/dashboardFilterConverter.js.map +1 -1
  13. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
  14. package/esm/_staging/sharedHooks/useFiltersNamings.js +54 -3
  15. package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
  16. package/esm/converters/filterConverters.d.ts +14 -1
  17. package/esm/converters/filterConverters.d.ts.map +1 -1
  18. package/esm/converters/filterConverters.js +40 -9
  19. package/esm/converters/filterConverters.js.map +1 -1
  20. package/esm/index.d.ts +5 -5
  21. package/esm/index.d.ts.map +1 -1
  22. package/esm/index.js +4 -4
  23. package/esm/index.js.map +1 -1
  24. package/esm/internal.d.ts +2 -1
  25. package/esm/internal.d.ts.map +1 -1
  26. package/esm/internal.js +2 -1
  27. package/esm/internal.js.map +1 -1
  28. package/esm/kdaDialog/components/bars/AttributeBar.d.ts.map +1 -1
  29. package/esm/kdaDialog/components/bars/AttributeBar.js.map +1 -1
  30. package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js +2 -2
  31. package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js.map +1 -1
  32. package/esm/kdaDialog/utils.d.ts +1 -2
  33. package/esm/kdaDialog/utils.d.ts.map +1 -1
  34. package/esm/kdaDialog/utils.js +1 -10
  35. package/esm/kdaDialog/utils.js.map +1 -1
  36. package/esm/model/commandHandlers/common/validateDrillToCustomUrlParams.js +4 -4
  37. package/esm/model/commandHandlers/common/validateDrillToCustomUrlParams.js.map +1 -1
  38. package/esm/model/commandHandlers/dashboard/changeAttributeFilterDisplayAsLabelHandler.d.ts.map +1 -1
  39. package/esm/model/commandHandlers/dashboard/changeAttributeFilterDisplayAsLabelHandler.js +18 -4
  40. package/esm/model/commandHandlers/dashboard/changeAttributeFilterDisplayAsLabelHandler.js.map +1 -1
  41. package/esm/model/commandHandlers/dashboard/changeAttributeFilterLimitingItemsHandler.js +3 -3
  42. package/esm/model/commandHandlers/dashboard/changeAttributeFilterLimitingItemsHandler.js.map +1 -1
  43. package/esm/model/commandHandlers/dashboard/changeAttributeFilterModeHandler.js +3 -3
  44. package/esm/model/commandHandlers/dashboard/changeAttributeFilterModeHandler.js.map +1 -1
  45. package/esm/model/commandHandlers/dashboard/common/filterViews.d.ts.map +1 -1
  46. package/esm/model/commandHandlers/dashboard/common/filterViews.js +92 -3
  47. package/esm/model/commandHandlers/dashboard/common/filterViews.js.map +1 -1
  48. package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
  49. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +11 -8
  50. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js.map +1 -1
  51. package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.d.ts.map +1 -1
  52. package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js +9 -5
  53. package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js.map +1 -1
  54. package/esm/model/commandHandlers/filterContext/attributeFilter/addAttributeFilterHandler.js +2 -2
  55. package/esm/model/commandHandlers/filterContext/attributeFilter/addAttributeFilterHandler.js.map +1 -1
  56. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.d.ts.map +1 -1
  57. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +4 -12
  58. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
  59. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeSelectionModeHandler.js +3 -3
  60. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeSelectionModeHandler.js.map +1 -1
  61. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeTitleHandler.js +3 -3
  62. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeTitleHandler.js.map +1 -1
  63. package/esm/model/commandHandlers/filterContext/attributeFilter/moveAttributeFilterHandler.js +2 -2
  64. package/esm/model/commandHandlers/filterContext/attributeFilter/moveAttributeFilterHandler.js.map +1 -1
  65. package/esm/model/commandHandlers/filterContext/attributeFilter/removeAttributeFiltersHandler.d.ts.map +1 -1
  66. package/esm/model/commandHandlers/filterContext/attributeFilter/removeAttributeFiltersHandler.js +21 -16
  67. package/esm/model/commandHandlers/filterContext/attributeFilter/removeAttributeFiltersHandler.js.map +1 -1
  68. package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.d.ts +5 -0
  69. package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.d.ts.map +1 -0
  70. package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.js +46 -0
  71. package/esm/model/commandHandlers/filterContext/attributeFilter/replaceAttributeFilterItemSelectionHandler.js.map +1 -0
  72. package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.d.ts +10 -0
  73. package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.d.ts.map +1 -0
  74. package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.js +27 -0
  75. package/esm/model/commandHandlers/filterContext/attributeFilter/resolveDisplayFormMetadata.js.map +1 -0
  76. package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterDependentDateFilterHandler.js +3 -3
  77. package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterDependentDateFilterHandler.js.map +1 -1
  78. package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterParentHandler.js +4 -4
  79. package/esm/model/commandHandlers/filterContext/attributeFilter/setAttributeFilterParentHandler.js.map +1 -1
  80. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.d.ts +2 -2
  81. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.d.ts.map +1 -1
  82. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.js +8 -7
  83. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/parentFiltersValidation.js.map +1 -1
  84. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.d.ts +2 -2
  85. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.d.ts.map +1 -1
  86. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.js +3 -3
  87. package/esm/model/commandHandlers/filterContext/attributeFilter/validation/uniqueFiltersValidation.js.map +1 -1
  88. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
  89. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +60 -7
  90. package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
  91. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  92. package/esm/model/commandHandlers/index.js +2 -0
  93. package/esm/model/commandHandlers/index.js.map +1 -1
  94. package/esm/model/commandHandlers/layout/validation/itemValidation.d.ts.map +1 -1
  95. package/esm/model/commandHandlers/layout/validation/itemValidation.js +7 -6
  96. package/esm/model/commandHandlers/layout/validation/itemValidation.js.map +1 -1
  97. package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.d.ts.map +1 -1
  98. package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.js +3 -3
  99. package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.js.map +1 -1
  100. package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.d.ts.map +1 -1
  101. package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js +3 -3
  102. package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js.map +1 -1
  103. package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts +3 -3
  104. package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts.map +1 -1
  105. package/esm/model/commandHandlers/widgets/common/filterOperations.js +12 -10
  106. package/esm/model/commandHandlers/widgets/common/filterOperations.js.map +1 -1
  107. package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts +2 -2
  108. package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts.map +1 -1
  109. package/esm/model/commandHandlers/widgets/validation/filterValidation.js +6 -5
  110. package/esm/model/commandHandlers/widgets/validation/filterValidation.js.map +1 -1
  111. package/esm/model/commands/base.d.ts +1 -1
  112. package/esm/model/commands/base.d.ts.map +1 -1
  113. package/esm/model/commands/filters.d.ts +64 -2
  114. package/esm/model/commands/filters.d.ts.map +1 -1
  115. package/esm/model/commands/filters.js +69 -2
  116. package/esm/model/commands/filters.js.map +1 -1
  117. package/esm/model/commands/index.d.ts +2 -2
  118. package/esm/model/commands/index.d.ts.map +1 -1
  119. package/esm/model/events/base.d.ts +1 -1
  120. package/esm/model/events/base.d.ts.map +1 -1
  121. package/esm/model/events/base.js +1 -1
  122. package/esm/model/events/base.js.map +1 -1
  123. package/esm/model/events/filters.d.ts +55 -20
  124. package/esm/model/events/filters.d.ts.map +1 -1
  125. package/esm/model/events/filters.js +17 -0
  126. package/esm/model/events/filters.js.map +1 -1
  127. package/esm/model/events/index.d.ts +2 -2
  128. package/esm/model/events/index.d.ts.map +1 -1
  129. package/esm/model/events/index.js.map +1 -1
  130. package/esm/model/queryServices/queryWidgetFilters.d.ts.map +1 -1
  131. package/esm/model/queryServices/queryWidgetFilters.js +3 -3
  132. package/esm/model/queryServices/queryWidgetFilters.js.map +1 -1
  133. package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.d.ts +0 -3
  134. package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.d.ts.map +1 -1
  135. package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.js +3 -12
  136. package/esm/model/react/useDashboardAlerting/useEnableAutomationFilterContext.js.map +1 -1
  137. package/esm/model/react/useDashboardCommand.d.ts +1 -0
  138. package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
  139. package/esm/model/react/useDashboardCommandProcessing.d.ts +4 -0
  140. package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
  141. package/esm/model/react/useWidgetFilters.d.ts.map +1 -1
  142. package/esm/model/react/useWidgetFilters.js +21 -15
  143. package/esm/model/react/useWidgetFilters.js.map +1 -1
  144. package/esm/model/store/config/configSelectors.d.ts +23 -0
  145. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  146. package/esm/model/store/config/configSelectors.js +35 -0
  147. package/esm/model/store/config/configSelectors.js.map +1 -1
  148. package/esm/model/store/filtering/dashboardFilterSelectors.d.ts.map +1 -1
  149. package/esm/model/store/filtering/dashboardFilterSelectors.js +17 -13
  150. package/esm/model/store/filtering/dashboardFilterSelectors.js.map +1 -1
  151. package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
  152. package/esm/model/store/meta/metaSelectors.js +7 -3
  153. package/esm/model/store/meta/metaSelectors.js.map +1 -1
  154. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +32 -1
  155. package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
  156. package/esm/model/store/tabs/filterContext/filterContextReducers.js +164 -14
  157. package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
  158. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts +161 -14
  159. package/esm/model/store/tabs/filterContext/filterContextSelectors.d.ts.map +1 -1
  160. package/esm/model/store/tabs/filterContext/filterContextSelectors.js +222 -30
  161. package/esm/model/store/tabs/filterContext/filterContextSelectors.js.map +1 -1
  162. package/esm/model/store/tabs/filterContext/filterContextUtils.d.ts.map +1 -1
  163. package/esm/model/store/tabs/filterContext/filterContextUtils.js +54 -10
  164. package/esm/model/store/tabs/filterContext/filterContextUtils.js.map +1 -1
  165. package/esm/model/store/tabs/index.d.ts +8 -0
  166. package/esm/model/store/tabs/index.d.ts.map +1 -1
  167. package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
  168. package/esm/model/store/tabs/layout/layoutSelectors.js +7 -5
  169. package/esm/model/store/tabs/layout/layoutSelectors.js.map +1 -1
  170. package/esm/model/utils/alertsUtils.d.ts.map +1 -1
  171. package/esm/model/utils/alertsUtils.js +3 -2
  172. package/esm/model/utils/alertsUtils.js.map +1 -1
  173. package/esm/model/utils/filterResolver.d.ts.map +1 -1
  174. package/esm/model/utils/filterResolver.js +4 -4
  175. package/esm/model/utils/filterResolver.js.map +1 -1
  176. package/esm/plugins/customizationApis/attributeFiltersCustomizer.d.ts +2 -2
  177. package/esm/plugins/customizationApis/attributeFiltersCustomizer.d.ts.map +1 -1
  178. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts +2 -2
  179. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts.map +1 -1
  180. package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js.map +1 -1
  181. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts +2 -2
  182. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.d.ts.map +1 -1
  183. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js +1 -1
  184. package/esm/presentation/automationFilters/components/AutomationAttributeFilterContext.js.map +1 -1
  185. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
  186. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +10 -11
  187. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
  188. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts +1 -1
  189. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts.map +1 -1
  190. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js +9 -4
  191. package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js.map +1 -1
  192. package/esm/presentation/automationFilters/useAutomationFilters.d.ts.map +1 -1
  193. package/esm/presentation/automationFilters/useAutomationFilters.js +5 -13
  194. package/esm/presentation/automationFilters/useAutomationFilters.js.map +1 -1
  195. package/esm/presentation/automationFilters/utils.d.ts.map +1 -1
  196. package/esm/presentation/automationFilters/utils.js +17 -15
  197. package/esm/presentation/automationFilters/utils.js.map +1 -1
  198. package/esm/presentation/dashboardContexts/types.d.ts +2 -2
  199. package/esm/presentation/dashboardContexts/types.d.ts.map +1 -1
  200. package/esm/presentation/dragAndDrop/DeleteDropZone.d.ts.map +1 -1
  201. package/esm/presentation/dragAndDrop/DeleteDropZone.js +4 -4
  202. package/esm/presentation/dragAndDrop/DeleteDropZone.js.map +1 -1
  203. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.d.ts.map +1 -1
  204. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js +2 -2
  205. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js.map +1 -1
  206. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts +4 -4
  207. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.d.ts.map +1 -1
  208. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js +6 -4
  209. package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js.map +1 -1
  210. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.d.ts.map +1 -1
  211. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js +2 -1
  212. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZoneHint.js.map +1 -1
  213. package/esm/presentation/dragAndDrop/types.d.ts +2 -2
  214. package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
  215. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js +4 -4
  216. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditor.js.map +1 -1
  217. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.d.ts.map +1 -1
  218. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.js +5 -3
  219. package/esm/presentation/drill/DrillConfigPanel/DrillToUrl/CustomUrlEditorParametersSections/DisplayFormParam.js.map +1 -1
  220. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts +11 -0
  221. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.d.ts.map +1 -1
  222. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js +63 -7
  223. package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js.map +1 -1
  224. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
  225. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +119 -34
  226. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  227. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
  228. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js +11 -8
  229. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js.map +1 -1
  230. package/esm/presentation/filterBar/attributeFilter/types.d.ts +8 -5
  231. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  232. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts +2 -2
  233. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
  234. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +4 -3
  235. package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
  236. package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts +2 -2
  237. package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
  238. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +6 -4
  239. package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
  240. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
  241. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +1 -2
  242. package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
  243. package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.d.ts.map +1 -1
  244. package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.js +52 -11
  245. package/esm/presentation/filterBar/filterBar/DefaultDashboardFilterGroup.js.map +1 -1
  246. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  247. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +31 -3
  248. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  249. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts.map +1 -1
  250. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js +12 -8
  251. package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js.map +1 -1
  252. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +5 -5
  253. package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
  254. package/esm/presentation/filterBar/filterBar/types.d.ts +2 -2
  255. package/esm/presentation/filterBar/filterBar/types.d.ts.map +1 -1
  256. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts +3 -3
  257. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.d.ts.map +1 -1
  258. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js +14 -9
  259. package/esm/presentation/filterBar/filterBar/useFiltersWithAddedPlaceholder.js.map +1 -1
  260. package/esm/presentation/filterBar/utils.d.ts.map +1 -1
  261. package/esm/presentation/filterBar/utils.js +4 -2
  262. package/esm/presentation/filterBar/utils.js.map +1 -1
  263. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
  264. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.js +7 -6
  265. package/esm/presentation/widget/common/configuration/AttributeFilterConfiguration.js.map +1 -1
  266. package/esm/presentation/widget/common/configuration/FilterConfiguration.d.ts.map +1 -1
  267. package/esm/presentation/widget/common/configuration/FilterConfiguration.js +12 -9
  268. package/esm/presentation/widget/common/configuration/FilterConfiguration.js.map +1 -1
  269. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.d.ts.map +1 -1
  270. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.js +21 -2
  271. package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.js.map +1 -1
  272. package/esm/sdk-ui-dashboard.d.ts +371 -33
  273. package/package.json +20 -20
  274. package/styles/css/main.css +74 -50
  275. package/styles/css/main.css.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.26.0",
3
+ "version": "11.27.0-alpha.1",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -60,19 +60,19 @@
60
60
  "ts-invariant": "0.10.3",
61
61
  "tslib": "2.8.1",
62
62
  "uuid": "11.1.0",
63
- "@gooddata/sdk-backend-base": "11.26.0",
64
- "@gooddata/sdk-model": "11.26.0",
65
- "@gooddata/sdk-ui": "11.26.0",
66
- "@gooddata/sdk-backend-spi": "11.26.0",
67
- "@gooddata/sdk-ui-ext": "11.26.0",
68
- "@gooddata/sdk-ui-charts": "11.26.0",
69
- "@gooddata/sdk-ui-filters": "11.26.0",
70
- "@gooddata/sdk-ui-geo": "11.26.0",
71
- "@gooddata/sdk-ui-kit": "11.26.0",
72
- "@gooddata/sdk-ui-pivot": "11.26.0",
73
- "@gooddata/sdk-ui-theme-provider": "11.26.0",
74
- "@gooddata/sdk-ui-vis-commons": "11.26.0",
75
- "@gooddata/util": "11.26.0"
63
+ "@gooddata/sdk-backend-base": "11.27.0-alpha.1",
64
+ "@gooddata/sdk-backend-spi": "11.27.0-alpha.1",
65
+ "@gooddata/sdk-model": "11.27.0-alpha.1",
66
+ "@gooddata/sdk-ui": "11.27.0-alpha.1",
67
+ "@gooddata/sdk-ui-charts": "11.27.0-alpha.1",
68
+ "@gooddata/sdk-ui-ext": "11.27.0-alpha.1",
69
+ "@gooddata/sdk-ui-geo": "11.27.0-alpha.1",
70
+ "@gooddata/sdk-ui-kit": "11.27.0-alpha.1",
71
+ "@gooddata/sdk-ui-filters": "11.27.0-alpha.1",
72
+ "@gooddata/sdk-ui-pivot": "11.27.0-alpha.1",
73
+ "@gooddata/sdk-ui-theme-provider": "11.27.0-alpha.1",
74
+ "@gooddata/sdk-ui-vis-commons": "11.27.0-alpha.1",
75
+ "@gooddata/util": "11.27.0-alpha.1"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@microsoft/api-documenter": "^7.17.0",
@@ -118,12 +118,12 @@
118
118
  "typescript": "5.9.3",
119
119
  "vitest": "4.1.0",
120
120
  "vitest-dom": "0.1.1",
121
- "@gooddata/eslint-config": "11.26.0",
122
- "@gooddata/oxlint-config": "11.26.0",
123
- "@gooddata/sdk-backend-mockingbird": "11.26.0",
124
- "@gooddata/i18n-toolkit": "11.26.0",
125
- "@gooddata/reference-workspace": "11.26.0",
126
- "@gooddata/stylelint-config": "11.26.0"
121
+ "@gooddata/i18n-toolkit": "11.27.0-alpha.1",
122
+ "@gooddata/eslint-config": "11.27.0-alpha.1",
123
+ "@gooddata/oxlint-config": "11.27.0-alpha.1",
124
+ "@gooddata/reference-workspace": "11.27.0-alpha.1",
125
+ "@gooddata/sdk-backend-mockingbird": "11.27.0-alpha.1",
126
+ "@gooddata/stylelint-config": "11.27.0-alpha.1"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",
@@ -7123,18 +7123,23 @@ div.gd-empty-item-bubble {
7123
7123
 
7124
7124
  .gd-filter-mode-menu__dropdown {
7125
7125
  width: var(--tooltipWidth-x, 160px);
7126
- max-height: 400px;
7127
- overflow-y: auto;
7128
- overscroll-behavior: contain;
7126
+ max-height: none;
7129
7127
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
7130
7128
  border-radius: 3px;
7131
- padding: 6px 0;
7129
+ padding: 8px 0;
7130
+ }
7131
+
7132
+ .gd-filter-mode-menu__dropdown .gd-ui-kit-listbox {
7133
+ min-width: 100%;
7134
+ max-height: none;
7135
+ overflow-y: hidden;
7136
+ padding: 0;
7132
7137
  }
7133
7138
 
7134
7139
  .gd-filter-mode-menu__section {
7135
7140
  display: flex;
7136
7141
  align-items: center;
7137
- padding: 10px 10px 0;
7142
+ padding: 10px 10px 2px;
7138
7143
  }
7139
7144
 
7140
7145
  .gd-filter-mode-menu__section-label {
@@ -7152,9 +7157,14 @@ div.gd-empty-item-bubble {
7152
7157
  display: flex;
7153
7158
  align-items: center;
7154
7159
  justify-content: center;
7155
- width: 20px;
7156
- height: 20px;
7157
- padding: 5px;
7160
+ width: 16px;
7161
+ height: 16px;
7162
+ }
7163
+
7164
+ .gd-filter-mode-menu__section-icon .gd-ui-kit-icon-button {
7165
+ width: 16px;
7166
+ height: 16px;
7167
+ min-width: 16px;
7158
7168
  }
7159
7169
 
7160
7170
  .gd-filter-mode-menu__item.gd-list-item {
@@ -7198,10 +7208,8 @@ div.gd-empty-item-bubble {
7198
7208
  aspect-ratio: 1/1;
7199
7209
  }
7200
7210
 
7201
- .gd-filter-mode-menu__divider {
7202
- height: 1px;
7203
- margin: 4px 0;
7204
- background-color: var(--gd-palette-complementary-3, #dde4eb);
7211
+ .gd-filter-mode-menu__divider.gd-list-item.gd-list-item-separator {
7212
+ margin: 4px 0 6px;
7205
7213
  }
7206
7214
 
7207
7215
  .gd-text-filter-body {
@@ -7364,7 +7372,7 @@ div.gd-empty-item-bubble {
7364
7372
  text-transform: capitalize;
7365
7373
  }
7366
7374
 
7367
- .gd-text-filter-operator-dropdown__button:focus {
7375
+ .gd-text-filter-operator-dropdown__button:focus, .gd-text-filter-operator-dropdown__button:focus-visible {
7368
7376
  outline: none;
7369
7377
  border-color: var(--gd-palette-primary-base, #14b2e2);
7370
7378
  }
@@ -7374,24 +7382,25 @@ div.gd-empty-item-bubble {
7374
7382
  cursor: not-allowed;
7375
7383
  }
7376
7384
 
7377
- .gd-text-filter-operator-dropdown__icon {
7378
- margin-left: 8px;
7379
- transition: transform 0.2s ease;
7385
+ .gd-text-filter-operator-dropdown__menu {
7386
+ min-width: 188px;
7387
+ background: var(--gd-palette-complementary-0, #fff);
7380
7388
  }
7381
7389
 
7382
- .gd-text-filter-operator-dropdown__icon.is-open {
7383
- transform: rotate(180deg);
7390
+ .gd-text-filter-operator-dropdown__menu .gd-list {
7391
+ line-height: 18px;
7384
7392
  }
7385
7393
 
7386
- .gd-text-filter-operator-dropdown__menu {
7387
- min-width: 188px;
7388
- background: var(--gd-palette-complementary-0, #fff);
7394
+ .gd-text-filter-operator-dropdown__menu .gd-ui-kit-listbox {
7395
+ min-width: 100%;
7396
+ max-height: none;
7397
+ overflow-y: hidden;
7389
7398
  }
7390
7399
 
7391
7400
  .gd-text-filter-operator-dropdown__item {
7392
7401
  font-size: 12px;
7393
- line-height: 18px;
7394
- padding: 5px 5px 5px 10px;
7402
+ line-height: 28px;
7403
+ padding: 0 5px 0 10px;
7395
7404
  min-height: 28px;
7396
7405
  }
7397
7406
 
@@ -7408,19 +7417,22 @@ div.gd-empty-item-bubble {
7408
7417
  color: var(--gd-palette-primary-base, #14b2e2);
7409
7418
  }
7410
7419
 
7411
- .gd-text-filter-operator-dropdown__divider {
7420
+ .gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
7412
7421
  height: 10px;
7422
+ min-height: 10px;
7423
+ line-height: 10px;
7413
7424
  padding: 0 10px;
7414
7425
  position: relative;
7415
7426
  }
7416
7427
 
7417
- .gd-text-filter-operator-dropdown__divider::after {
7428
+ .gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator::before {
7418
7429
  content: "";
7419
7430
  position: absolute;
7420
7431
  left: 10px;
7421
7432
  right: 10px;
7422
7433
  top: 45%;
7423
7434
  height: 1px;
7435
+ border-bottom: none;
7424
7436
  background-color: var(--gd-palette-complementary-3, #dde4eb);
7425
7437
  }
7426
7438
 
@@ -19048,18 +19060,23 @@ div.gd-empty-item-bubble {
19048
19060
 
19049
19061
  .gd-filter-mode-menu__dropdown {
19050
19062
  width: var(--tooltipWidth-x, 160px);
19051
- max-height: 400px;
19052
- overflow-y: auto;
19053
- overscroll-behavior: contain;
19063
+ max-height: none;
19054
19064
  box-shadow: 0 2px 20px 0 rgba(20, 56, 93, 0.2);
19055
19065
  border-radius: 3px;
19056
- padding: 6px 0;
19066
+ padding: 8px 0;
19067
+ }
19068
+
19069
+ .gd-filter-mode-menu__dropdown .gd-ui-kit-listbox {
19070
+ min-width: 100%;
19071
+ max-height: none;
19072
+ overflow-y: hidden;
19073
+ padding: 0;
19057
19074
  }
19058
19075
 
19059
19076
  .gd-filter-mode-menu__section {
19060
19077
  display: flex;
19061
19078
  align-items: center;
19062
- padding: 10px 10px 0;
19079
+ padding: 10px 10px 2px;
19063
19080
  }
19064
19081
 
19065
19082
  .gd-filter-mode-menu__section-label {
@@ -19077,9 +19094,14 @@ div.gd-empty-item-bubble {
19077
19094
  display: flex;
19078
19095
  align-items: center;
19079
19096
  justify-content: center;
19080
- width: 20px;
19081
- height: 20px;
19082
- padding: 5px;
19097
+ width: 16px;
19098
+ height: 16px;
19099
+ }
19100
+
19101
+ .gd-filter-mode-menu__section-icon .gd-ui-kit-icon-button {
19102
+ width: 16px;
19103
+ height: 16px;
19104
+ min-width: 16px;
19083
19105
  }
19084
19106
 
19085
19107
  .gd-filter-mode-menu__item.gd-list-item {
@@ -19123,10 +19145,8 @@ div.gd-empty-item-bubble {
19123
19145
  aspect-ratio: 1/1;
19124
19146
  }
19125
19147
 
19126
- .gd-filter-mode-menu__divider {
19127
- height: 1px;
19128
- margin: 4px 0;
19129
- background-color: var(--gd-palette-complementary-3, #dde4eb);
19148
+ .gd-filter-mode-menu__divider.gd-list-item.gd-list-item-separator {
19149
+ margin: 4px 0 6px;
19130
19150
  }
19131
19151
 
19132
19152
  .gd-text-filter-body {
@@ -19289,7 +19309,7 @@ div.gd-empty-item-bubble {
19289
19309
  text-transform: capitalize;
19290
19310
  }
19291
19311
 
19292
- .gd-text-filter-operator-dropdown__button:focus {
19312
+ .gd-text-filter-operator-dropdown__button:focus, .gd-text-filter-operator-dropdown__button:focus-visible {
19293
19313
  outline: none;
19294
19314
  border-color: var(--gd-palette-primary-base, #14b2e2);
19295
19315
  }
@@ -19299,24 +19319,25 @@ div.gd-empty-item-bubble {
19299
19319
  cursor: not-allowed;
19300
19320
  }
19301
19321
 
19302
- .gd-text-filter-operator-dropdown__icon {
19303
- margin-left: 8px;
19304
- transition: transform 0.2s ease;
19322
+ .gd-text-filter-operator-dropdown__menu {
19323
+ min-width: 188px;
19324
+ background: var(--gd-palette-complementary-0, #fff);
19305
19325
  }
19306
19326
 
19307
- .gd-text-filter-operator-dropdown__icon.is-open {
19308
- transform: rotate(180deg);
19327
+ .gd-text-filter-operator-dropdown__menu .gd-list {
19328
+ line-height: 18px;
19309
19329
  }
19310
19330
 
19311
- .gd-text-filter-operator-dropdown__menu {
19312
- min-width: 188px;
19313
- background: var(--gd-palette-complementary-0, #fff);
19331
+ .gd-text-filter-operator-dropdown__menu .gd-ui-kit-listbox {
19332
+ min-width: 100%;
19333
+ max-height: none;
19334
+ overflow-y: hidden;
19314
19335
  }
19315
19336
 
19316
19337
  .gd-text-filter-operator-dropdown__item {
19317
19338
  font-size: 12px;
19318
- line-height: 18px;
19319
- padding: 5px 5px 5px 10px;
19339
+ line-height: 28px;
19340
+ padding: 0 5px 0 10px;
19320
19341
  min-height: 28px;
19321
19342
  }
19322
19343
 
@@ -19333,19 +19354,22 @@ div.gd-empty-item-bubble {
19333
19354
  color: var(--gd-palette-primary-base, #14b2e2);
19334
19355
  }
19335
19356
 
19336
- .gd-text-filter-operator-dropdown__divider {
19357
+ .gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
19337
19358
  height: 10px;
19359
+ min-height: 10px;
19360
+ line-height: 10px;
19338
19361
  padding: 0 10px;
19339
19362
  position: relative;
19340
19363
  }
19341
19364
 
19342
- .gd-text-filter-operator-dropdown__divider::after {
19365
+ .gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator::before {
19343
19366
  content: "";
19344
19367
  position: absolute;
19345
19368
  left: 10px;
19346
19369
  right: 10px;
19347
19370
  top: 45%;
19348
19371
  height: 1px;
19372
+ border-bottom: none;
19349
19373
  background-color: var(--gd-palette-complementary-3, #dde4eb);
19350
19374
  }
19351
19375