@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
@@ -1,5 +1,5 @@
1
1
  import { type IAttributeWithReferences } from "@gooddata/sdk-backend-spi";
2
- import { type FilterContextItem, type IAttributeDisplayFormMetadataObject, type IDashboardAttributeFilter, type IDashboardDateFilter, type IDashboardObjectIdentity, type IFilterContextDefinition, type ObjRef } from "@gooddata/sdk-model";
2
+ import { type DashboardAttributeFilterItem, type FilterContextItem, type IAttributeDisplayFormMetadataObject, type IDashboardAttributeFilter, type IDashboardDateFilter, type IDashboardObjectIdentity, type IFilterContextDefinition, type ObjRef } from "@gooddata/sdk-model";
3
3
  import { type ObjRefMap } from "../../../../_staging/metadata/objRefMap.js";
4
4
  import { type DashboardSelector, type DashboardState } from "../../types.js";
5
5
  import { type FilterContextState } from "./filterContextState.js";
@@ -487,17 +487,22 @@ export declare const selectFilterContextFilters: DashboardSelector<FilterContext
487
487
  */
488
488
  export declare const selectWorkingFilterContextFilters: DashboardSelector<FilterContextItem[]>;
489
489
  /**
490
- * This selector returns dashboard's applied filter context attribute filters.
490
+ * This selector returns dashboard's applied filter context attribute filters with element-based selection only.
491
491
  *
492
492
  * @remarks
493
493
  * It is expected that the selector is called only after the filter context state is correctly initialized.
494
494
  * Invocations before initialization lead to invariant errors.
495
495
  *
496
+ * Note: This selector does not include arbitrary or match (text) attribute filters.
497
+ * Use {@link selectFilterContextAttributeFilterItems} to get all attribute-based filters.
498
+ *
496
499
  * @public
500
+ * @deprecated Use {@link selectFilterContextAttributeFilterItems} to include all attribute filter types.
497
501
  */
498
502
  export declare const selectFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
499
503
  /**
500
- * This selector returns dashboard's working filter context attribute filters.
504
+ * This selector returns all dashboard's applied filter context attribute-based filters,
505
+ * including element-based, arbitrary, and match filters.
501
506
  *
502
507
  * @remarks
503
508
  * It is expected that the selector is called only after the filter context state is correctly initialized.
@@ -505,7 +510,32 @@ export declare const selectFilterContextAttributeFilters: DashboardSelector<IDas
505
510
  *
506
511
  * @public
507
512
  */
513
+ export declare const selectFilterContextAttributeFilterItems: DashboardSelector<DashboardAttributeFilterItem[]>;
514
+ /**
515
+ * This selector returns dashboard's working filter context attribute filters with element-based selection only.
516
+ *
517
+ * @remarks
518
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
519
+ * Invocations before initialization lead to invariant errors.
520
+ *
521
+ * Note: This selector does not include arbitrary or match (text) attribute filters.
522
+ * Use {@link selectWorkingFilterContextAttributeFilterItems} to get all attribute-based filters.
523
+ *
524
+ * @public
525
+ * @deprecated Use {@link selectWorkingFilterContextAttributeFilterItems} to include all attribute filter types.
526
+ */
508
527
  export declare const selectWorkingFilterContextAttributeFilters: DashboardSelector<IDashboardAttributeFilter[]>;
528
+ /**
529
+ * This selector returns all dashboard's working filter context attribute-based filters,
530
+ * including element-based, arbitrary, and match filters.
531
+ *
532
+ * @remarks
533
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
534
+ * Invocations before initialization lead to invariant errors.
535
+ *
536
+ * @public
537
+ */
538
+ export declare const selectWorkingFilterContextAttributeFilterItems: DashboardSelector<DashboardAttributeFilterItem[]>;
509
539
  /**
510
540
  * This selector returns dashboard's applied filter context date filter.
511
541
  *
@@ -527,15 +557,30 @@ export declare const selectFilterContextDateFilter: DashboardSelector<IDashboard
527
557
  */
528
558
  export declare const selectWorkingFilterContextDateFilter: DashboardSelector<IDashboardDateFilter | undefined>;
529
559
  /**
530
- * This selector returns dashboard's filter context draggable filters.
560
+ * This selector returns dashboard's filter context draggable filters (element-based attribute filters and date filters).
531
561
  *
532
562
  * @remarks
533
563
  * It is expected that the selector is called only after the filter context state is correctly initialized.
534
564
  * Invocations before initialization lead to invariant errors.
535
565
  *
566
+ * Note: This selector does not include arbitrary or match (text) attribute filters.
567
+ * Use {@link selectFilterContextDraggableFilterItems} to get all draggable filters.
568
+ *
536
569
  * @public
570
+ * @deprecated Use {@link selectFilterContextDraggableFilterItems} to include all attribute filter types.
537
571
  */
538
572
  export declare const selectFilterContextDraggableFilters: DashboardSelector<Array<IDashboardDateFilter | IDashboardAttributeFilter>>;
573
+ /**
574
+ * This selector returns all dashboard's filter context draggable filters,
575
+ * including date filters and all attribute-based filters (element-based, arbitrary, and match).
576
+ *
577
+ * @remarks
578
+ * It is expected that the selector is called only after the filter context state is correctly initialized.
579
+ * Invocations before initialization lead to invariant errors.
580
+ *
581
+ * @public
582
+ */
583
+ export declare const selectFilterContextDraggableFilterItems: DashboardSelector<Array<IDashboardDateFilter | DashboardAttributeFilterItem>>;
539
584
  /**
540
585
  * This selector returns dashboard's applied filter context date filter with dimension specified.
541
586
  *
@@ -605,7 +650,7 @@ export declare const selectFilterContextDateFilterByDataSetForTab: (dataSet: Obj
605
650
  /**
606
651
  * Creates a selector for selecting draggable filter's index by its ref:
607
652
  * dataSet ref for date filters {@link @gooddata/sdk-model#ObjRef}
608
- * localIdentifier for attribute filters
653
+ * localIdentifier for attribute and text attribute filters
609
654
  *
610
655
  * @remarks
611
656
  * Invocations before initialization lead to invariant errors.
@@ -614,61 +659,137 @@ export declare const selectFilterContextDateFilterByDataSetForTab: (dataSet: Obj
614
659
  */
615
660
  export declare const selectFilterContextDraggableFilterIndexByRef: (ref: ObjRef | string) => (state: DashboardState) => number;
616
661
  /**
617
- * Creates a selector for selecting attribute filter by its displayForm {@link @gooddata/sdk-model#ObjRef}.
662
+ * Creates a selector for selecting element-based attribute filter by its displayForm {@link @gooddata/sdk-model#ObjRef}.
618
663
  *
619
664
  * @remarks
620
665
  * Invocations before initialization lead to invariant errors.
621
666
  *
667
+ * Note: This selector does not match arbitrary or match (text) attribute filters.
668
+ * Use {@link selectFilterContextAttributeFilterItemByDisplayForm} to match all attribute filter types.
669
+ *
622
670
  * @public
671
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemByDisplayForm} to include all attribute filter types.
623
672
  */
624
673
  export declare const selectFilterContextAttributeFilterByDisplayForm: (displayForm: ObjRef) => (state: DashboardState) => IDashboardAttributeFilter | undefined;
625
674
  /**
626
- * Creates a selector for selecting attribute filter by its localId.
675
+ * Creates a selector for selecting any attribute-based filter by its displayForm {@link @gooddata/sdk-model#ObjRef}.
676
+ * Matches element-based, arbitrary, and match attribute filters.
627
677
  *
628
678
  * @remarks
629
679
  * Invocations before initialization lead to invariant errors.
630
680
  *
631
681
  * @public
632
682
  */
683
+ export declare const selectFilterContextAttributeFilterItemByDisplayForm: (displayForm: ObjRef) => (state: DashboardState) => DashboardAttributeFilterItem | undefined;
684
+ /**
685
+ * Creates a selector for selecting element-based attribute filter by its localId.
686
+ *
687
+ * @remarks
688
+ * Invocations before initialization lead to invariant errors.
689
+ *
690
+ * Note: This selector does not match arbitrary or match (text) attribute filters.
691
+ * Use {@link selectFilterContextAttributeFilterItemByLocalId} to match all attribute filter types.
692
+ *
693
+ * @public
694
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemByLocalId} to include all attribute filter types.
695
+ */
633
696
  export declare const selectFilterContextAttributeFilterByLocalId: (localId: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
634
697
  /**
635
- * Returns attribute filters for a specific tab.
698
+ * Creates a selector for selecting any attribute-based filter by its localId.
699
+ * Matches element-based, arbitrary, and match attribute filters.
700
+ *
701
+ * @remarks
702
+ * Invocations before initialization lead to invariant errors.
703
+ *
704
+ * @public
705
+ */
706
+ export declare const selectFilterContextAttributeFilterItemByLocalId: (localId: string) => DashboardSelector<DashboardAttributeFilterItem | undefined>;
707
+ /**
708
+ * Returns element-based attribute filters for a specific tab.
636
709
  *
637
710
  * @param tabLocalIdentifier - Tab local identifier
638
711
  * @returns Attribute filters for the specified tab
639
712
  *
640
713
  * @internal
714
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemsForTab} to include all attribute filter types.
641
715
  */
642
716
  export declare const selectFilterContextAttributeFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter[]>;
643
717
  /**
644
- * Creates a selector for selecting attribute filter by its display form from a specific tab.
718
+ * Returns all attribute-based filters (element-based, arbitrary, and match) for a specific tab.
719
+ *
720
+ * @param tabLocalIdentifier - Tab local identifier
721
+ * @returns All attribute-based filters for the specified tab
722
+ *
723
+ * @internal
724
+ */
725
+ export declare const selectFilterContextAttributeFilterItemsForTab: (tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem[]>;
726
+ /**
727
+ * Creates a selector for selecting element-based attribute filter by its display form from a specific tab.
645
728
  *
646
729
  * @param displayForm - Display form ref
647
730
  * @param tabLocalIdentifier - Tab local identifier
648
731
  * @returns Attribute filter matching the display form, or undefined if not found
649
732
  *
650
733
  * @internal
734
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemByDisplayFormForTab} to include all attribute filter types.
651
735
  */
652
736
  export declare const selectFilterContextAttributeFilterByDisplayFormForTab: (displayForm: ObjRef, tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
653
737
  /**
654
- * Creates a selector for selecting attribute filter by its localId from a specific tab.
738
+ * Creates a selector for selecting any attribute-based filter by its display form from a specific tab.
739
+ * Matches element-based, arbitrary, and match attribute filters.
740
+ *
741
+ * @param displayForm - Display form ref
742
+ * @param tabLocalIdentifier - Tab local identifier
743
+ * @returns Attribute filter item matching the display form, or undefined if not found
744
+ *
745
+ * @internal
746
+ */
747
+ export declare const selectFilterContextAttributeFilterItemByDisplayFormForTab: (displayForm: ObjRef, tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem | undefined>;
748
+ /**
749
+ * Creates a selector for selecting element-based attribute filter by its localId from a specific tab.
655
750
  *
656
751
  * @param localId - Filter local identifier
657
752
  * @param tabLocalIdentifier - Tab local identifier
658
753
  * @returns Attribute filter matching the local id, or undefined if not found
659
754
  *
660
755
  * @internal
756
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemByLocalIdForTab} to include all attribute filter types.
661
757
  */
662
758
  export declare const selectFilterContextAttributeFilterByLocalIdForTab: (localId: string, tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter | undefined>;
663
759
  /**
664
- * Creates a selector for selecting attribute filter index by its localId.
760
+ * Creates a selector for selecting any attribute-based filter by its localId from a specific tab.
761
+ * Matches element-based, arbitrary, and match attribute filters.
762
+ *
763
+ * @param localId - Filter local identifier
764
+ * @param tabLocalIdentifier - Tab local identifier
765
+ * @returns Attribute filter item matching the local id, or undefined if not found
766
+ *
767
+ * @internal
768
+ */
769
+ export declare const selectFilterContextAttributeFilterItemByLocalIdForTab: (localId: string, tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem | undefined>;
770
+ /**
771
+ * Creates a selector for selecting element-based attribute filter index by its localId.
665
772
  *
666
773
  * @remarks
667
774
  * Invocations before initialization lead to invariant errors.
668
775
  *
776
+ * Note: This selector does not match arbitrary or match (text) attribute filters.
777
+ * Use {@link selectFilterContextAttributeFilterItemIndexByLocalId} to match all attribute filter types.
778
+ *
669
779
  * @public
780
+ * @deprecated Use {@link selectFilterContextAttributeFilterItemIndexByLocalId} to include all attribute filter types.
670
781
  */
671
782
  export declare const selectFilterContextAttributeFilterIndexByLocalId: (localId: string) => DashboardSelector<number>;
783
+ /**
784
+ * Creates a selector for selecting any attribute-based filter index by its localId.
785
+ * Matches element-based, arbitrary, and match attribute filters.
786
+ *
787
+ * @remarks
788
+ * Invocations before initialization lead to invariant errors.
789
+ *
790
+ * @public
791
+ */
792
+ export declare const selectFilterContextAttributeFilterItemIndexByLocalId: (localId: string) => DashboardSelector<number>;
672
793
  /**
673
794
  * Creates a selector for selecting all descendants of the attribute filter with given localId.
674
795
  *
@@ -680,17 +801,33 @@ export declare const selectFilterContextAttributeFilterIndexByLocalId: (localId:
680
801
  */
681
802
  export declare const selectAttributeFilterDescendants: (localId: string) => DashboardSelector<string[]>;
682
803
  /**
683
- * Creates a selector for selecting all filters with different reference than the given one.
804
+ * Creates a selector for selecting all element-based filters with different reference than the given one.
684
805
  *
685
806
  * @internal
807
+ * @deprecated Use {@link selectOtherContextAttributeFilterItems} to include all attribute filter types.
686
808
  */
687
809
  export declare const selectOtherContextAttributeFilters: (ref?: ObjRef) => DashboardSelector<IDashboardAttributeFilter[]>;
688
810
  /**
689
- * Creates a selector to get a display form of the filter defined by its local identifier.
811
+ * Creates a selector for selecting all attribute-based filters with different reference than the given one.
812
+ * Includes element-based, arbitrary, and match attribute filters.
813
+ *
814
+ * @internal
815
+ */
816
+ export declare const selectOtherContextAttributeFilterItems: (ref?: ObjRef) => DashboardSelector<DashboardAttributeFilterItem[]>;
817
+ /**
818
+ * Creates a selector to get a display form of an element-based filter defined by its local identifier.
690
819
  *
691
820
  * @internal
821
+ * @deprecated Use {@link selectAttributeFilterItemDisplayFormByLocalId} to include all attribute filter types.
692
822
  */
693
823
  export declare const selectAttributeFilterDisplayFormByLocalId: (localId: string) => DashboardSelector<ObjRef>;
824
+ /**
825
+ * Creates a selector to get a display form of any attribute-based filter defined by its local identifier.
826
+ * Matches element-based, arbitrary, and match attribute filters.
827
+ *
828
+ * @internal
829
+ */
830
+ export declare const selectAttributeFilterItemDisplayFormByLocalId: (localId: string) => DashboardSelector<ObjRef>;
694
831
  /**
695
832
  * Creates a selector which checks for a circular dependency between filters.
696
833
  *
@@ -756,14 +893,24 @@ export declare const selectWorkingFilterContextDefinitionForTab: (tabLocalIdenti
756
893
  */
757
894
  export declare const selectWorkingFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<FilterContextItem[]>;
758
895
  /**
759
- * Returns working attribute filters for a specific tab.
896
+ * Returns working element-based attribute filters for a specific tab.
760
897
  *
761
898
  * @param tabLocalIdentifier - Tab local identifier
762
899
  * @returns Working attribute filters for the specified tab
763
900
  *
764
901
  * @internal
902
+ * @deprecated Use {@link selectWorkingFilterContextAttributeFilterItemsForTab} to include all attribute filter types.
765
903
  */
766
904
  export declare const selectWorkingFilterContextAttributeFiltersForTab: (tabLocalIdentifier: string) => DashboardSelector<IDashboardAttributeFilter[]>;
905
+ /**
906
+ * Returns all working attribute-based filters (element-based, arbitrary, and match) for a specific tab.
907
+ *
908
+ * @param tabLocalIdentifier - Tab local identifier
909
+ * @returns All working attribute-based filters for the specified tab
910
+ *
911
+ * @internal
912
+ */
913
+ export declare const selectWorkingFilterContextAttributeFilterItemsForTab: (tabLocalIdentifier: string) => DashboardSelector<DashboardAttributeFilterItem[]>;
767
914
  /**
768
915
  * Returns working date filters with dimension for a specific tab.
769
916
  *
@@ -1 +1 @@
1
- {"version":3,"file":"filterContextSelectors.d.ts","sourceRoot":"","sources":["../../../../../src/model/store/tabs/filterContext/filterContextSelectors.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EACH,KAAK,iBAAiB,EACtB,KAAK,mCAAmC,EACxC,KAAK,yBAAyB,EAC9B,KAAK,oBAAoB,EACzB,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,EAC7B,KAAK,MAAM,EASd,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,KAAK,SAAS,EAAqB,MAAM,4CAA4C,CAAC;AAK/F,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAG7E,OAAO,EAAE,KAAK,kBAAkB,EAA6B,MAAM,yBAAyB,CAAC;AAY7F;;;;GAIG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAUzC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAW/C,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ7B,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWvD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWnD,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,iCAAiC,EAAE,iBAAiB,CAAC,MAAM,EAAE,CAGzE,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,qCAAqC,EAAE,iBAAiB,CAAC,wBAAwB,GAAG,SAAS,CAQpG,CAAC;AAEP;;;;;;;;;;GAUG;AACH,eAAO,MAAM,kCAAkC,EAAE,iBAAiB,CAAC,iBAAiB,EAAE,CAGrF,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,6BAA6B,EAAE,iBAAiB,CAAC,wBAAwB,CAUrF,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,oCAAoC,EAAE,iBAAiB,CAAC,wBAAwB,CAQvF,CAAC;AAEP;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,mCAAmC,EAAE,iBAAiB,CAAC,OAAO,GAAG,SAAS,CA8CtF,CAAC;AAEF;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,2BAA2B,EAAE,iBAAiB,CAAC,wBAAwB,GAAG,SAAS,CAU1F,CAAC;AAEP;;;;;;;;;GASG;AACH,eAAO,MAAM,iCAAiC,EAAE,iBAAiB,CAAC,mCAAmC,EAAE,CAQjG,CAAC;AAEP;;;;;;;;;GASG;AACH,eAAO,MAAM,oCAAoC,EAAE,iBAAiB,CAChE,SAAS,CAAC,mCAAmC,CAAC,CAQhD,CAAC;AAEH;;;;;;;;GAQG;AACH,eAAO,MAAM,0BAA0B,EAAE,iBAAiB,CAAC,iBAAiB,EAAE,CAG7E,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,iCAAiC,EAAE,iBAAiB,CAAC,iBAAiB,EAAE,CAGpF,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,mCAAmC,EAAE,iBAAiB,CAAC,yBAAyB,EAAE,CAG1F,CAAC;AAEN;;;;;;;;GAQG;AACH,eAAO,MAAM,0CAA0C,EAAE,iBAAiB,CAAC,yBAAyB,EAAE,CAGjG,CAAC;AAEN;;;;;;;;GAQG;AACH,eAAO,MAAM,6BAA6B,EAAE,iBAAiB,CAAC,oBAAoB,GAAG,SAAS,CAGzF,CAAC;AAEN;;;;;;;;GAQG;AACH,eAAO,MAAM,oCAAoC,EAAE,iBAAiB,CAAC,oBAAoB,GAAG,SAAS,CAGhG,CAAC;AAEN;;;;;;;;GAQG;AACH,eAAO,MAAM,mCAAmC,EAAE,iBAAiB,CAC/D,KAAK,CAAC,oBAAoB,GAAG,yBAAyB,CAAC,CAK1D,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,2CAA2C,EAAE,iBAAiB,CAAC,oBAAoB,EAAE,CAG7F,CAAC;AAEN;;;;;;;;GAQG;AACH,eAAO,MAAM,kDAAkD,EAAE,iBAAiB,CAAC,oBAAoB,EAAE,CAGpG,CAAC;AAEN;;;;;;;GAOG;AACH,eAAO,MAAM,sCAAsC,EAAE,CACjD,OAAO,EAAE,MAAM,KACd,CAAC,KAAK,EAAE,cAAc,KAAK,oBAAoB,GAAG,SAItD,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,2CAA2C,EAAE,CACtD,OAAO,EAAE,MAAM,KACd,CAAC,KAAK,EAAE,cAAc,KAAK,MAI/B,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,iDAAiD,EAAE,CAC5D,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,oBAAoB,EAAE,CAK5C,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,mCAAmC,EAAE,CAC9C,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,oBAAoB,GAAG,SAAS,CAMtD,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,4CAA4C,EAAE,CACvD,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,oBAAoB,GAAG,SAAS,CAQtD,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,4CAA4C,EAAE,CACvD,GAAG,EAAE,MAAM,GAAG,MAAM,KACnB,CAAC,KAAK,EAAE,cAAc,KAAK,MAY/B,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,+CAA+C,EAAE,CAC1D,WAAW,EAAE,MAAM,KAClB,CAAC,KAAK,EAAE,cAAc,KAAK,yBAAyB,GAAG,SAkB3D,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,2CAA2C,EAAE,CACtD,OAAO,EAAE,MAAM,KACd,iBAAiB,CAAC,yBAAyB,GAAG,SAAS,CAI3D,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,yCAAyC,EAAE,CACpD,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,yBAAyB,EAAE,CAKjD,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,qDAAqD,EAAE,CAChE,WAAW,EAAE,MAAM,EACnB,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,yBAAyB,GAAG,SAAS,CAkB3D,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,iDAAiD,EAAE,CAC5D,OAAO,EAAE,MAAM,EACf,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,yBAAyB,GAAG,SAAS,CAK3D,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gDAAgD,EAAE,CAC3D,OAAO,EAAE,MAAM,KACd,iBAAiB,CAAC,MAAM,CAI5B,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,gCAAgC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,iBAAiB,CAAC,MAAM,EAAE,CA+BzF,CAAC;AAEN;;;;GAIG;AACH,eAAO,MAAM,kCAAkC,EAAE,CAC7C,GAAG,CAAC,EAAE,MAAM,KACX,iBAAiB,CAAC,yBAAyB,EAAE,CAMjD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,yCAAyC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,iBAAiB,CAAC,MAAM,CAShG,CAAC;AAEN;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,EAAE,CACrC,oBAAoB,EAAE,MAAM,EAC5B,qBAAqB,EAAE,MAAM,KAC5B,iBAAiB,CAAC,OAAO,CAc7B,CAAC;AAIF;;;;;;;;;GASG;AACH,eAAO,MAAM,gCAAgC,EAAE,iBAAiB,CAAC,OAAO,CAUvE,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,uBAAuB,4BAAmC,CAAC;AAExE;;;;GAIG;AACH,eAAO,MAAM,iDAAiD,EAAE,CAC5D,8BAA8B,EAAE,MAAM,KACrC,iBAAiB,CAAC,OAAO,CAU7B,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB,EAAE,CAAC,kBAAkB,EAAE,MAAM,KAAK,iBAAiB,CAAC,iBAAiB,EAAE,CAKlG,CAAC;AAEN;;;;;;;;GAQG;AACH,eAAO,MAAM,0CAA0C,EAAE,CACrD,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,wBAAwB,GAAG,SAAS,CAe1D,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,EAAE,CACrC,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,iBAAiB,EAAE,CAOzC,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,gDAAgD,EAAE,CAC3D,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,yBAAyB,EAAE,CAIjD,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,wDAAwD,EAAE,CACnE,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,oBAAoB,EAAE,CAI5C,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,0CAA0C,EAAE,CACrD,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,oBAAoB,GAAG,SAAS,CAQtD,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,uDAAuD,EAAE,CAClE,8BAA8B,EAAE,MAAM,EACtC,kBAAkB,EAAE,MAAM,KACzB,iBAAiB,CAAC,OAAO,CAc7B,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,uCAAuC,EAAE,iBAAiB,CACnE,wBAAwB,EAAE,GAAG,SAAS,CAGxC,CAAC;AAEH;;;;;;;;;GASG;AACH,eAAO,MAAM,wCAAwC,EAAE,iBAAiB,CAAC,MAAM,EAAE,CAgChF,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,4BAA4B,EAAE,iBAAiB,CAAC,iBAAiB,EAAE,GAAG,SAAS,CACrB,CAAC"}
1
+ {"version":3,"file":"filterContextSelectors.d.ts","sourceRoot":"","sources":["../../../../../src/model/store/tabs/filterContext/filterContextSelectors.ts"],"names":[],"mappings":"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"}