@openui5/sap.ui.mdc 1.143.1 → 1.144.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 (357) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +4 -4
  3. package/src/sap/ui/mdc/.library +2 -2
  4. package/src/sap/ui/mdc/ActionToolbar.js +2 -2
  5. package/src/sap/ui/mdc/AggregationBaseDelegate.js +1 -1
  6. package/src/sap/ui/mdc/BaseDelegate.js +1 -1
  7. package/src/sap/ui/mdc/Chart.js +11 -9
  8. package/src/sap/ui/mdc/ChartDelegate.js +1 -1
  9. package/src/sap/ui/mdc/ChartRenderer.js +1 -1
  10. package/src/sap/ui/mdc/Control.js +2 -2
  11. package/src/sap/ui/mdc/DefaultTypeMap.js +2 -2
  12. package/src/sap/ui/mdc/Element.js +2 -2
  13. package/src/sap/ui/mdc/Field.js +3 -3
  14. package/src/sap/ui/mdc/FilterBar.js +92 -22
  15. package/src/sap/ui/mdc/FilterBarDelegate.js +1 -1
  16. package/src/sap/ui/mdc/FilterField.js +3 -3
  17. package/src/sap/ui/mdc/Geomap.js +7 -7
  18. package/src/sap/ui/mdc/GeomapDelegate.js +6 -6
  19. package/src/sap/ui/mdc/GeomapRenderer.js +2 -2
  20. package/src/sap/ui/mdc/Link.js +4 -4
  21. package/src/sap/ui/mdc/LinkDelegate.js +1 -1
  22. package/src/sap/ui/mdc/MultiValueField.js +2 -2
  23. package/src/sap/ui/mdc/Table.js +35 -26
  24. package/src/sap/ui/mdc/TableDelegate.js +13 -10
  25. package/src/sap/ui/mdc/ValueHelp.js +3 -3
  26. package/src/sap/ui/mdc/ValueHelpDelegate.js +1 -1
  27. package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +2 -2
  28. package/src/sap/ui/mdc/actiontoolbar/ActionToolbarActionRenderer.js +1 -1
  29. package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +2 -2
  30. package/src/sap/ui/mdc/chart/ChartImplementationContainerRenderer.js +1 -1
  31. package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +2 -2
  32. package/src/sap/ui/mdc/chart/DrillBreadcrumbs.js +1 -1
  33. package/src/sap/ui/mdc/chart/Item.js +1 -1
  34. package/src/sap/ui/mdc/chart/PropertyHelper.js +2 -2
  35. package/src/sap/ui/mdc/chart/SelectionButton.js +2 -3
  36. package/src/sap/ui/mdc/chart/SelectionButtonDisplay.js +3 -3
  37. package/src/sap/ui/mdc/chart/SelectionButtonItem.js +1 -1
  38. package/src/sap/ui/mdc/chart/SelectionDetailsActions.js +1 -1
  39. package/src/sap/ui/mdc/chart/ToolbarControlFactory.js +2 -2
  40. package/src/sap/ui/mdc/chart/Util.js +1 -1
  41. package/src/sap/ui/mdc/condition/Condition.js +2 -2
  42. package/src/sap/ui/mdc/condition/ConditionConverter.js +2 -2
  43. package/src/sap/ui/mdc/condition/ConditionModel.js +2 -2
  44. package/src/sap/ui/mdc/condition/ConditionModelPropertyBinding.js +1 -1
  45. package/src/sap/ui/mdc/condition/ConditionValidateException.js +1 -1
  46. package/src/sap/ui/mdc/condition/FilterConverter.js +2 -2
  47. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +2 -2
  48. package/src/sap/ui/mdc/condition/Operator.js +2 -2
  49. package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +2 -2
  50. package/src/sap/ui/mdc/condition/RangeOperator.js +2 -2
  51. package/src/sap/ui/mdc/designtime/Util.js +1 -1
  52. package/src/sap/ui/mdc/designtime/actiontoolbar/ActionToolbar.designtime.js +1 -1
  53. package/src/sap/ui/mdc/designtime/actiontoolbar/ActionToolbarAction.designtime.js +1 -1
  54. package/src/sap/ui/mdc/designtime/chart/Chart.designtime.js +19 -20
  55. package/src/sap/ui/mdc/designtime/field/Field.designtime.js +1 -1
  56. package/src/sap/ui/mdc/designtime/field/FieldBase.designtime.js +1 -1
  57. package/src/sap/ui/mdc/designtime/field/FilterField.designtime.js +1 -1
  58. package/src/sap/ui/mdc/designtime/field/MultiValueField.designtime.js +1 -1
  59. package/src/sap/ui/mdc/designtime/filterbar/FilterBar.designtime.js +19 -6
  60. package/src/sap/ui/mdc/designtime/filterbar/FilterBarBase.designtime.js +1 -1
  61. package/src/sap/ui/mdc/designtime/geomap/Geomap.designtime.js +1 -1
  62. package/src/sap/ui/mdc/designtime/library.designtime.js +1 -1
  63. package/src/sap/ui/mdc/designtime/messagebundle.properties +13 -0
  64. package/src/sap/ui/mdc/designtime/table/Table.designtime.js +8 -4
  65. package/src/sap/ui/mdc/enum/ActionToolbarActionAlignment.js +1 -1
  66. package/src/sap/ui/mdc/enum/BaseType.js +1 -1
  67. package/src/sap/ui/mdc/enum/ConditionValidated.js +1 -1
  68. package/src/sap/ui/mdc/enum/ContentMode.js +1 -1
  69. package/src/sap/ui/mdc/enum/EditMode.js +1 -1
  70. package/src/sap/ui/mdc/enum/FieldDisplay.js +1 -1
  71. package/src/sap/ui/mdc/enum/FilterBarValidationStatus.js +1 -1
  72. package/src/sap/ui/mdc/enum/LinkType.js +1 -1
  73. package/src/sap/ui/mdc/enum/OperatorOverwrite.js +1 -1
  74. package/src/sap/ui/mdc/enum/OperatorValueType.js +1 -1
  75. package/src/sap/ui/mdc/enum/ProcessingStrategy.js +1 -1
  76. package/src/sap/ui/mdc/enum/PropagationReason.js +1 -1
  77. package/src/sap/ui/mdc/enum/ReasonMode.js +1 -1
  78. package/src/sap/ui/mdc/enum/SelectType.js +1 -1
  79. package/src/sap/ui/mdc/enums/ActionToolbarActionAlignment.js +1 -1
  80. package/src/sap/ui/mdc/enums/BaseType.js +1 -1
  81. package/src/sap/ui/mdc/enums/ChartItemRoleType.js +1 -1
  82. package/src/sap/ui/mdc/enums/ChartItemType.js +1 -1
  83. package/src/sap/ui/mdc/enums/ChartP13nMode.js +1 -1
  84. package/src/sap/ui/mdc/enums/ChartToolbarActionType.js +1 -1
  85. package/src/sap/ui/mdc/enums/ConditionValidated.js +1 -1
  86. package/src/sap/ui/mdc/enums/ContentMode.js +1 -1
  87. package/src/sap/ui/mdc/enums/FieldDisplay.js +1 -1
  88. package/src/sap/ui/mdc/enums/FieldEditMode.js +22 -8
  89. package/src/sap/ui/mdc/enums/FilterBarP13nMode.js +1 -1
  90. package/src/sap/ui/mdc/enums/FilterBarValidationStatus.js +1 -1
  91. package/src/sap/ui/mdc/enums/GeomapControlPosition.js +1 -1
  92. package/src/sap/ui/mdc/enums/LinkType.js +1 -1
  93. package/src/sap/ui/mdc/enums/OperatorName.js +1 -1
  94. package/src/sap/ui/mdc/enums/OperatorOverwrite.js +1 -1
  95. package/src/sap/ui/mdc/enums/OperatorValueType.js +1 -1
  96. package/src/sap/ui/mdc/enums/ProcessingStrategy.js +1 -1
  97. package/src/sap/ui/mdc/enums/ReasonMode.js +1 -1
  98. package/src/sap/ui/mdc/enums/RequestShowContainerReason.js +1 -1
  99. package/src/sap/ui/mdc/enums/TableActionPosition.js +5 -6
  100. package/src/sap/ui/mdc/enums/TableGrowingMode.js +1 -1
  101. package/src/sap/ui/mdc/enums/TableMultiSelectMode.js +1 -1
  102. package/src/sap/ui/mdc/enums/TableP13nMode.js +1 -1
  103. package/src/sap/ui/mdc/enums/TablePopinDisplay.js +4 -4
  104. package/src/sap/ui/mdc/enums/TableRowActionType.js +1 -1
  105. package/src/sap/ui/mdc/enums/TableRowCountMode.js +1 -1
  106. package/src/sap/ui/mdc/enums/TableSelectionMode.js +1 -1
  107. package/src/sap/ui/mdc/enums/TableType.js +1 -1
  108. package/src/sap/ui/mdc/enums/ValueHelpPropagationReason.js +1 -1
  109. package/src/sap/ui/mdc/enums/ValueHelpSelectionType.js +1 -1
  110. package/src/sap/ui/mdc/field/ConditionType.js +2 -2
  111. package/src/sap/ui/mdc/field/ConditionTypeMixin.js +2 -2
  112. package/src/sap/ui/mdc/field/ConditionsType.js +2 -2
  113. package/src/sap/ui/mdc/field/CustomFieldInfo.js +2 -2
  114. package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +2 -2
  115. package/src/sap/ui/mdc/field/FieldBase.js +20 -12
  116. package/src/sap/ui/mdc/field/FieldBaseDelegate.js +2 -2
  117. package/src/sap/ui/mdc/field/FieldBaseRenderer.js +1 -1
  118. package/src/sap/ui/mdc/field/FieldInfoBase.js +3 -3
  119. package/src/sap/ui/mdc/field/FieldInput.js +20 -4
  120. package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +2 -2
  121. package/src/sap/ui/mdc/field/FieldInputRenderer.js +1 -1
  122. package/src/sap/ui/mdc/field/FieldMultiInput.js +21 -5
  123. package/src/sap/ui/mdc/field/FieldMultiInputRenderer.js +1 -1
  124. package/src/sap/ui/mdc/field/FieldSelect.js +2 -2
  125. package/src/sap/ui/mdc/field/FieldSelectRenderer.js +1 -1
  126. package/src/sap/ui/mdc/field/ListFieldHelpItem.js +2 -2
  127. package/src/sap/ui/mdc/field/MultiValueFieldDelegate.js +1 -1
  128. package/src/sap/ui/mdc/field/MultiValueFieldItem.js +2 -2
  129. package/src/sap/ui/mdc/field/TokenDisplay.js +2 -2
  130. package/src/sap/ui/mdc/field/TokenDisplayRenderer.js +1 -1
  131. package/src/sap/ui/mdc/field/TokenizerDisplay.js +2 -2
  132. package/src/sap/ui/mdc/field/TokenizerDisplayRenderer.js +1 -1
  133. package/src/sap/ui/mdc/field/content/BooleanContent.js +1 -1
  134. package/src/sap/ui/mdc/field/content/ContentFactory.js +3 -3
  135. package/src/sap/ui/mdc/field/content/DateContent.js +1 -1
  136. package/src/sap/ui/mdc/field/content/DateTimeContent.js +1 -1
  137. package/src/sap/ui/mdc/field/content/DefaultContent.js +1 -1
  138. package/src/sap/ui/mdc/field/content/LinkContent.js +1 -1
  139. package/src/sap/ui/mdc/field/content/SearchContent.js +1 -1
  140. package/src/sap/ui/mdc/field/content/TimeContent.js +1 -1
  141. package/src/sap/ui/mdc/field/content/UnitContent.js +2 -2
  142. package/src/sap/ui/mdc/field/splitValue.js +1 -1
  143. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +27 -5
  144. package/src/sap/ui/mdc/filterbar/FilterBarBaseLayout.js +78 -0
  145. package/src/sap/ui/mdc/filterbar/FilterBarBaseLayoutRenderer.js +37 -0
  146. package/src/sap/ui/mdc/filterbar/FilterBarBaseRenderer.js +8 -14
  147. package/src/sap/ui/mdc/filterbar/FilterBarLayoutRenderer.js +1 -1
  148. package/src/sap/ui/mdc/filterbar/FilterContainer.js +66 -0
  149. package/src/sap/ui/mdc/filterbar/IFilterContainer.js +11 -1
  150. package/src/sap/ui/mdc/filterbar/PropertyHelper.js +2 -2
  151. package/src/sap/ui/mdc/filterbar/PropertyInfoValidator.js +1 -1
  152. package/src/sap/ui/mdc/filterbar/aligned/FilterContainer.js +2 -1
  153. package/src/sap/ui/mdc/filterbar/aligned/FilterItemLayout.js +1 -1
  154. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +102 -6
  155. package/src/sap/ui/mdc/filterbar/p13n/FilterColumnLayout.js +1 -1
  156. package/src/sap/ui/mdc/filterbar/p13n/FilterGroupLayout.js +1 -1
  157. package/src/sap/ui/mdc/filterbar/p13n/GroupContainer.js +1 -1
  158. package/src/sap/ui/mdc/filterbar/p13n/TableContainer.js +1 -1
  159. package/src/sap/ui/mdc/filterbar/vh/CollectiveSearchSelect.js +2 -2
  160. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +2 -2
  161. package/src/sap/ui/mdc/filterbar/vh/FilterBarDelegate.js +1 -1
  162. package/src/sap/ui/mdc/filterbar/vh/FilterContainer.js +1 -1
  163. package/src/sap/ui/mdc/flexibility/ActionToolbar.flexibility.js +1 -1
  164. package/src/sap/ui/mdc/flexibility/ActionToolbarAction.flexibility.js +1 -1
  165. package/src/sap/ui/mdc/flexibility/AggregateFlex.js +1 -1
  166. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +2 -2
  167. package/src/sap/ui/mdc/flexibility/ChartItemFlex.js +1 -1
  168. package/src/sap/ui/mdc/flexibility/ChartTypeFlex.js +1 -1
  169. package/src/sap/ui/mdc/flexibility/ColumnFlex.js +1 -1
  170. package/src/sap/ui/mdc/flexibility/ConditionFlex.js +1 -1
  171. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +2 -2
  172. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +2 -2
  173. package/src/sap/ui/mdc/flexibility/GroupFlex.js +1 -1
  174. package/src/sap/ui/mdc/flexibility/ItemBaseFlex.js +1 -1
  175. package/src/sap/ui/mdc/flexibility/Panel.flexibility.js +1 -1
  176. package/src/sap/ui/mdc/flexibility/PanelItem.flexibility.js +1 -1
  177. package/src/sap/ui/mdc/flexibility/PropertyInfoFlex.js +1 -1
  178. package/src/sap/ui/mdc/flexibility/SortFlex.js +4 -4
  179. package/src/sap/ui/mdc/flexibility/Table.flexibility.js +1 -1
  180. package/src/sap/ui/mdc/flexibility/Util.js +1 -1
  181. package/src/sap/ui/mdc/flexibility/actiontoolbar/CombineAction.js +2 -2
  182. package/src/sap/ui/mdc/flexibility/actiontoolbar/SplitAction.js +2 -2
  183. package/src/sap/ui/mdc/flexibility/helpers/addKeyOrName.js +1 -1
  184. package/src/sap/ui/mdc/flexibility/helpers/getAffectedSorter.js +1 -1
  185. package/src/sap/ui/mdc/flexibility/xConfigFlex.js +1 -1
  186. package/src/sap/ui/mdc/flp/FlpLinkDelegate.js +1 -1
  187. package/src/sap/ui/mdc/geomap/Item.js +1 -1
  188. package/src/sap/ui/mdc/geomap/PropertyHelper.js +2 -2
  189. package/src/sap/ui/mdc/library.js +4 -4
  190. package/src/sap/ui/mdc/library.support.js +1 -1
  191. package/src/sap/ui/mdc/link/Factory.js +2 -2
  192. package/src/sap/ui/mdc/link/LinkItem.js +2 -2
  193. package/src/sap/ui/mdc/link/Log.js +1 -1
  194. package/src/sap/ui/mdc/link/Panel.js +2 -2
  195. package/src/sap/ui/mdc/link/PanelItem.js +2 -2
  196. package/src/sap/ui/mdc/link/PanelRenderer.js +1 -1
  197. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +2 -2
  198. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +2 -2
  199. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +2 -2
  200. package/src/sap/ui/mdc/messagebundle.properties +39 -8
  201. package/src/sap/ui/mdc/messagebundle_ar.properties +3 -0
  202. package/src/sap/ui/mdc/messagebundle_bg.properties +3 -0
  203. package/src/sap/ui/mdc/messagebundle_ca.properties +3 -0
  204. package/src/sap/ui/mdc/messagebundle_cnr.properties +3 -0
  205. package/src/sap/ui/mdc/messagebundle_cs.properties +3 -0
  206. package/src/sap/ui/mdc/messagebundle_cy.properties +3 -0
  207. package/src/sap/ui/mdc/messagebundle_da.properties +3 -0
  208. package/src/sap/ui/mdc/messagebundle_de.properties +3 -0
  209. package/src/sap/ui/mdc/messagebundle_el.properties +3 -0
  210. package/src/sap/ui/mdc/messagebundle_en.properties +3 -0
  211. package/src/sap/ui/mdc/messagebundle_en_GB.properties +3 -0
  212. package/src/sap/ui/mdc/messagebundle_es.properties +3 -0
  213. package/src/sap/ui/mdc/messagebundle_es_MX.properties +3 -0
  214. package/src/sap/ui/mdc/messagebundle_et.properties +3 -0
  215. package/src/sap/ui/mdc/messagebundle_fi.properties +3 -0
  216. package/src/sap/ui/mdc/messagebundle_fr.properties +3 -0
  217. package/src/sap/ui/mdc/messagebundle_fr_CA.properties +3 -0
  218. package/src/sap/ui/mdc/messagebundle_hi.properties +3 -0
  219. package/src/sap/ui/mdc/messagebundle_hr.properties +3 -0
  220. package/src/sap/ui/mdc/messagebundle_hu.properties +3 -0
  221. package/src/sap/ui/mdc/messagebundle_id.properties +9 -6
  222. package/src/sap/ui/mdc/messagebundle_it.properties +3 -0
  223. package/src/sap/ui/mdc/messagebundle_iw.properties +3 -0
  224. package/src/sap/ui/mdc/messagebundle_ja.properties +3 -0
  225. package/src/sap/ui/mdc/messagebundle_kk.properties +3 -0
  226. package/src/sap/ui/mdc/messagebundle_ko.properties +3 -0
  227. package/src/sap/ui/mdc/messagebundle_lt.properties +3 -0
  228. package/src/sap/ui/mdc/messagebundle_lv.properties +3 -0
  229. package/src/sap/ui/mdc/messagebundle_mk.properties +3 -0
  230. package/src/sap/ui/mdc/messagebundle_ms.properties +3 -0
  231. package/src/sap/ui/mdc/messagebundle_nl.properties +3 -0
  232. package/src/sap/ui/mdc/messagebundle_no.properties +3 -0
  233. package/src/sap/ui/mdc/messagebundle_pl.properties +3 -0
  234. package/src/sap/ui/mdc/messagebundle_pt.properties +3 -0
  235. package/src/sap/ui/mdc/messagebundle_pt_PT.properties +3 -0
  236. package/src/sap/ui/mdc/messagebundle_ro.properties +3 -0
  237. package/src/sap/ui/mdc/messagebundle_ru.properties +3 -0
  238. package/src/sap/ui/mdc/messagebundle_sh.properties +3 -0
  239. package/src/sap/ui/mdc/messagebundle_sk.properties +3 -0
  240. package/src/sap/ui/mdc/messagebundle_sl.properties +3 -0
  241. package/src/sap/ui/mdc/messagebundle_sr.properties +3 -0
  242. package/src/sap/ui/mdc/messagebundle_sv.properties +3 -0
  243. package/src/sap/ui/mdc/messagebundle_th.properties +3 -0
  244. package/src/sap/ui/mdc/messagebundle_tr.properties +3 -0
  245. package/src/sap/ui/mdc/messagebundle_uk.properties +3 -0
  246. package/src/sap/ui/mdc/messagebundle_vi.properties +3 -0
  247. package/src/sap/ui/mdc/messagebundle_zh_CN.properties +3 -0
  248. package/src/sap/ui/mdc/messagebundle_zh_TW.properties +4 -1
  249. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +6 -4
  250. package/src/sap/ui/mdc/mixin/DelegateMixin.js +2 -2
  251. package/src/sap/ui/mdc/mixin/FilterBarLayoutMixin.js +2 -2
  252. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +2 -2
  253. package/src/sap/ui/mdc/mixin/PromiseMixin.js +2 -2
  254. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +4 -4
  255. package/src/sap/ui/mdc/mixin/delegate/FilterIntegrationDefault.js +1 -1
  256. package/src/sap/ui/mdc/odata/TypeMap.js +2 -2
  257. package/src/sap/ui/mdc/odata/TypeUtil.js +1 -1
  258. package/src/sap/ui/mdc/odata/v4/ChartDelegate.js +1 -1
  259. package/src/sap/ui/mdc/odata/v4/GeomapDelegate.js +1 -1
  260. package/src/sap/ui/mdc/odata/v4/ODataMetaModelUtil.js +1 -1
  261. package/src/sap/ui/mdc/odata/v4/TableDelegate.js +3 -3
  262. package/src/sap/ui/mdc/odata/v4/TypeMap.js +2 -2
  263. package/src/sap/ui/mdc/odata/v4/TypeUtil.js +1 -1
  264. package/src/sap/ui/mdc/odata/v4/ValueHelpDelegate.js +1 -1
  265. package/src/sap/ui/mdc/odata/v4/sapGeomap/GeomapDelegate.js +272 -0
  266. package/src/sap/ui/mdc/odata/v4/util/DelegateUtil.js +1 -1
  267. package/src/sap/ui/mdc/odata/v4/vizChart/ChartDelegate.js +2 -2
  268. package/src/sap/ui/mdc/p13n/P13nBuilder.js +1 -1
  269. package/src/sap/ui/mdc/p13n/PersistenceProvider.js +1 -1
  270. package/src/sap/ui/mdc/p13n/PropertyHelper.js +2 -2
  271. package/src/sap/ui/mdc/p13n/StateUtil.js +1 -1
  272. package/src/sap/ui/mdc/p13n/panels/ActionToolbarPanel.js +1 -1
  273. package/src/sap/ui/mdc/p13n/panels/AdaptFiltersPanel.js +205 -64
  274. package/src/sap/ui/mdc/p13n/panels/AdaptFiltersPanelContent.js +1119 -0
  275. package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +14 -9
  276. package/src/sap/ui/mdc/p13n/panels/FilterPanel.js +1 -1
  277. package/src/sap/ui/mdc/p13n/panels/GroupView.js +1 -1
  278. package/src/sap/ui/mdc/p13n/panels/LinkSelectionPanel.js +1 -1
  279. package/src/sap/ui/mdc/p13n/subcontroller/ActionToolbarController.js +1 -1
  280. package/src/sap/ui/mdc/p13n/subcontroller/AdaptFiltersController.js +31 -3
  281. package/src/sap/ui/mdc/p13n/subcontroller/AggregateController.js +1 -1
  282. package/src/sap/ui/mdc/p13n/subcontroller/ChartItemController.js +1 -1
  283. package/src/sap/ui/mdc/p13n/subcontroller/ChartTypeController.js +1 -1
  284. package/src/sap/ui/mdc/p13n/subcontroller/ColumnController.js +1 -1
  285. package/src/sap/ui/mdc/p13n/subcontroller/ColumnFreezeController.js +2 -2
  286. package/src/sap/ui/mdc/p13n/subcontroller/FilterController.js +1 -1
  287. package/src/sap/ui/mdc/p13n/subcontroller/GroupController.js +1 -1
  288. package/src/sap/ui/mdc/p13n/subcontroller/LinkPanelController.js +1 -1
  289. package/src/sap/ui/mdc/p13n/subcontroller/SelectionController.js +1 -1
  290. package/src/sap/ui/mdc/p13n/subcontroller/ShowDetailsController.js +2 -2
  291. package/src/sap/ui/mdc/p13n/subcontroller/SortController.js +1 -1
  292. package/src/sap/ui/mdc/rules/Table.support.js +1 -1
  293. package/src/sap/ui/mdc/table/ActionLayoutData.js +2 -2
  294. package/src/sap/ui/mdc/table/Column.js +1 -1
  295. package/src/sap/ui/mdc/table/ColumnSettings.js +2 -2
  296. package/src/sap/ui/mdc/table/CreationRow.js +2 -2
  297. package/src/sap/ui/mdc/table/DragDropConfig.js +2 -2
  298. package/src/sap/ui/mdc/table/GridTableType.js +1 -1
  299. package/src/sap/ui/mdc/table/ODataV4PropertyHelper.js +2 -2
  300. package/src/sap/ui/mdc/table/PropertyHelper.js +2 -2
  301. package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +2 -2
  302. package/src/sap/ui/mdc/table/ResponsiveTableType.js +1 -1
  303. package/src/sap/ui/mdc/table/RowActionItem.js +2 -2
  304. package/src/sap/ui/mdc/table/RowSettings.js +2 -2
  305. package/src/sap/ui/mdc/table/TableSettings.js +1 -1
  306. package/src/sap/ui/mdc/table/TableTypeBase.js +1 -1
  307. package/src/sap/ui/mdc/table/TreeTableType.js +1 -1
  308. package/src/sap/ui/mdc/table/menus/GroupHeaderRowContextMenu.js +1 -1
  309. package/src/sap/ui/mdc/table/menus/QuickActionContainer.js +1 -1
  310. package/src/sap/ui/mdc/table/utils/Personalization.js +2 -2
  311. package/src/sap/ui/mdc/themes/base/AdaptFiltersPanel.less +43 -3
  312. package/src/sap/ui/mdc/themes/base/FilterBar.less +6 -4
  313. package/src/sap/ui/mdc/themes/base/GroupView.less +1 -1
  314. package/src/sap/ui/mdc/themes/base/library.source.less +2 -1
  315. package/src/sap/ui/mdc/ushell/LinkDelegate.js +1 -1
  316. package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +2 -2
  317. package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +2 -2
  318. package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +2 -2
  319. package/src/sap/ui/mdc/util/Common.js +1 -1
  320. package/src/sap/ui/mdc/util/DateUtil.js +1 -1
  321. package/src/sap/ui/mdc/util/DensityHelper.js +1 -1
  322. package/src/sap/ui/mdc/util/FilterUtil.js +1 -1
  323. package/src/sap/ui/mdc/util/IdentifierUtil.js +1 -1
  324. package/src/sap/ui/mdc/util/InfoBar.js +2 -2
  325. package/src/sap/ui/mdc/util/InfoBarRenderer.js +1 -1
  326. package/src/sap/ui/mdc/util/PromiseCache.js +2 -2
  327. package/src/sap/ui/mdc/util/PropertyHelper.js +2 -2
  328. package/src/sap/ui/mdc/util/PropertyHelperUtil.js +2 -2
  329. package/src/sap/ui/mdc/util/TypeMap.js +1 -1
  330. package/src/sap/ui/mdc/util/TypeUtil.js +1 -1
  331. package/src/sap/ui/mdc/util/loadModules.js +1 -1
  332. package/src/sap/ui/mdc/valuehelp/CollectiveSearchSelect.js +1 -1
  333. package/src/sap/ui/mdc/valuehelp/Dialog.js +2 -2
  334. package/src/sap/ui/mdc/valuehelp/FilterBar.js +23 -5
  335. package/src/sap/ui/mdc/valuehelp/FilterBarDelegate.js +1 -1
  336. package/src/sap/ui/mdc/valuehelp/FilterContainer.js +23 -35
  337. package/src/sap/ui/mdc/valuehelp/Popover.js +3 -3
  338. package/src/sap/ui/mdc/valuehelp/RequestShowContainerDefault.js +1 -1
  339. package/src/sap/ui/mdc/valuehelp/base/Container.js +13 -13
  340. package/src/sap/ui/mdc/valuehelp/base/Content.js +3 -3
  341. package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +4 -10
  342. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +2 -2
  343. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +3 -3
  344. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +2 -2
  345. package/src/sap/ui/mdc/valuehelp/content/Bool.js +2 -2
  346. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +2 -2
  347. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +2 -2
  348. package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +2 -2
  349. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +2 -2
  350. package/src/sap/ui/mdc/valuehelp/content/MTable.js +2 -2
  351. package/test/sap/ui/mdc/testutils/opa/filterbar/Actions.js +367 -294
  352. package/test/sap/ui/mdc/testutils/opa/filterbar/TestObjects.js +15 -4
  353. package/test/sap/ui/mdc/testutils/opa/filterfield/Actions.js +6 -4
  354. package/test/sap/ui/mdc/testutils/opa/filterfield/TestObjects.js +1 -1
  355. package/test/sap/ui/mdc/testutils/opa/filterfield/waitForFilterField.js +16 -6
  356. package/test/sap/ui/mdc/testutils/opa/p13n/Actions.js +219 -45
  357. package/test/sap/ui/mdc/testutils/opa/valueHelp/Actions.js +24 -22
package/THIRDPARTY.txt CHANGED
@@ -202,7 +202,7 @@ License: Apache-2.0
202
202
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
203
203
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
204
204
 
205
- Component: Unicode Common Locale Data Repository, version: 46.1.0
205
+ Component: Unicode Common Locale Data Repository, version: 48.0.0
206
206
  Copyright: 1991-2024 Unicode, Inc.
207
207
  License: LicenseRef-Unicode-3.0
208
208
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.mdc",
3
- "version": "1.143.1",
3
+ "version": "1.144.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.mdc",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.143.1",
18
- "@openui5/sap.ui.core": "1.143.1",
19
- "@openui5/sap.ui.layout": "1.143.1"
17
+ "@openui5/sap.m": "1.144.0",
18
+ "@openui5/sap.ui.core": "1.144.0",
19
+ "@openui5/sap.ui.layout": "1.144.0"
20
20
  }
21
21
  }
@@ -4,9 +4,9 @@
4
4
  <name>sap.ui.mdc</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.143.1</version>
9
+ <version>1.144.0</version>
10
10
 
11
11
  <documentation>UI5 library: sap.ui.mdc</documentation>
12
12
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * The content aggregation of the control must not be used.
34
34
  * @extends sap.m.OverflowToolbar
35
35
  * @author SAP SE
36
- * @version 1.143.1
36
+ * @version 1.144.0
37
37
  * @constructor
38
38
  * @since 1.58
39
39
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -79,7 +79,7 @@ sap.ui.define([
79
79
  * @extends sap.ui.mdc.Control
80
80
  * @borrows sap.ui.mdc.mixin.FilterIntegrationMixin.rebind as #rebind
81
81
  * @author SAP SE
82
- * @version 1.143.1
82
+ * @version 1.144.0
83
83
  * @constructor
84
84
  *
85
85
  * @public
@@ -219,9 +219,10 @@ sap.ui.define([
219
219
  },
220
220
 
221
221
  /**
222
- * Defines the sort conditions.<br>
223
- * <b>Note:</b> This property must not be bound.<br>
224
- * <b>Note:</b> This property is exclusively used for handling SAPUI5 flexibility changes. Do not use it for anything else.
222
+ * Defines the XML baseline for sort conditions in SAPUI5 flexibility.
223
+ *
224
+ * <b>Note:</b> This property must not be bound.
225
+ * <b>Note:</b> This property must not be changed during runtime.
225
226
  *
226
227
  * @since 1.88
227
228
  */
@@ -230,9 +231,10 @@ sap.ui.define([
230
231
  },
231
232
 
232
233
  /**
233
- * Defines the filter conditions.<br>
234
- * <b>Note:</b> This property must not be bound.<br>
235
- * <b>Note:</b> This property is exclusively used for handling SAPUI5 flexibility changes. Do not use it for anything else.
234
+ * Defines the XML baseline for filter conditions in SAPUI5 flexibility.
235
+ *
236
+ * <b>Note:</b> This property must not be bound.
237
+ * <b>Note:</b> This property must not be changed during runtime.
236
238
  *
237
239
  * @since 1.99
238
240
  */
@@ -1366,7 +1368,7 @@ sap.ui.define([
1366
1368
 
1367
1369
  /**
1368
1370
  * Returns the instance of the inner chart from the delegate
1369
- * @returns {sap.core.Control} the instance of the inner chart
1371
+ * @returns {sap.ui.core.Control} the instance of the inner chart
1370
1372
  *
1371
1373
  * @private
1372
1374
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Control
24
24
  * @abstract
25
25
  * @author SAP SE
26
- * @version 1.143.1
26
+ * @version 1.144.0
27
27
  * @alias sap.ui.mdc.Control
28
28
  *
29
29
  * @borrows sap.ui.mdc.mixin.DelegateMixin.awaitControlDelegate as #awaitControlDelegate
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * </ul>
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.143.1
32
+ * @version 1.144.0
33
33
  * @public
34
34
  * @since 1.114.0
35
35
  * @namespace
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Element
24
24
  * @abstract
25
25
  * @author SAP SE
26
- * @version 1.143.1
26
+ * @version 1.144.0
27
27
  * @alias sap.ui.mdc.Element
28
28
  *
29
29
  * @borrows sap.ui.mdc.mixin.DelegateMixin.awaitControlDelegate as #awaitControlDelegate
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -64,13 +64,13 @@ sap.ui.define([
64
64
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.143.1
67
+ * @version 1.144.0
68
68
  *
69
69
  * @constructor
70
70
  * @alias sap.ui.mdc.Field
71
71
  * @see {@link topic:1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
72
72
  * @see {@link topic:5260b9ca249f465ab33769b9edb442aa Field Building Block (OData V4)}
73
- * @version 1.143.1
73
+ * @version 1.144.0
74
74
  * @since 1.54.0
75
75
  * @public
76
76
  */
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
7
7
  "sap/ui/mdc/p13n/subcontroller/FilterController",
8
8
  "sap/ui/mdc/p13n/subcontroller/AdaptFiltersController",
9
- "sap/ui/mdc/filterbar/aligned/FilterContainer",
9
+ "sap/ui/mdc/filterbar/FilterContainer",
10
10
  "sap/ui/mdc/filterbar/aligned/FilterItemLayout",
11
11
  "sap/ui/mdc/filterbar/FilterBarBase",
12
12
  "sap/ui/mdc/filterbar/FilterBarBaseRenderer",
@@ -14,8 +14,9 @@ sap.ui.define([
14
14
  "sap/m/Button",
15
15
  "sap/base/util/merge",
16
16
  "sap/base/Log",
17
- "sap/ui/mdc/enums/FilterBarP13nMode"
18
- ], (FilterController, AdaptFiltersController, FilterContainer, FilterItemLayout, FilterBarBase, FilterBarBaseRenderer, mLibrary, Button, merge, Log, FilterBarP13nMode) => {
17
+ "sap/ui/mdc/enums/FilterBarP13nMode",
18
+ "sap/base/strings/formatMessage"
19
+ ], (FilterController, AdaptFiltersController, FilterContainer, FilterItemLayout, FilterBarBase, FilterBarBaseRenderer, mLibrary, Button, merge, Log, FilterBarP13nMode, formatMessage) => {
19
20
  "use strict";
20
21
 
21
22
  /**
@@ -42,7 +43,7 @@ sap.ui.define([
42
43
  * The metadata information is provided via the {@link module:sap/ui/mdc/FilterBarDelegate FilterBarDelegate} implementation. This implementation has to be provided by the application.
43
44
  * @extends sap.ui.mdc.filterbar.FilterBarBase
44
45
  * @author SAP SE
45
- * @version 1.143.1
46
+ * @version 1.144.0
46
47
  * @constructor
47
48
  * @public
48
49
  * @since 1.61.0
@@ -87,6 +88,39 @@ sap.ui.define([
87
88
  type: "boolean",
88
89
  visibility: "hidden",
89
90
  defaultValue: false
91
+ },
92
+ /**
93
+ * Determines whether the old or the new Adapt Filters UI is enabled.
94
+ * Do nothing at the moment, property is reserved for further use.
95
+ * @experimental
96
+ * @private
97
+ * @ui5-restricted sap.fe
98
+ */
99
+ enableLegacyUI: {
100
+ type: "boolean",
101
+ defaultValue: false
102
+ },
103
+ /**
104
+ * Defines a text for the "Adapt Filters" button.
105
+ *
106
+ * <b>Note:</b> Both <code>adaptFiltersText</code> and <code>adaptFiltersTextNonZero</code> need to be set for them to take effect.
107
+ *
108
+ * @private
109
+ * @ui5-restricted sap.fe
110
+ */
111
+ adaptFiltersText: {
112
+ type: "string"
113
+ },
114
+ /**
115
+ * Defines a text for the "Adapt Filters" button in case of multiple filters being applied.
116
+ *
117
+ * <b>Note:</b> Both <code>adaptFiltersText</code> and <code>adaptFiltersTextNonZero</code> need to be set for them to take effect.
118
+ * <b>Note:</b> If the count should be shown use <code>{0}</code> as a placeholder within the string.
119
+ * @private
120
+ * @ui5-restricted sap.fe
121
+ */
122
+ adaptFiltersTextNonZero: {
123
+ type: "string"
90
124
  }
91
125
  }
92
126
  },
@@ -99,8 +133,6 @@ sap.ui.define([
99
133
  FilterBar.prototype._createInnerLayout = function() {
100
134
  this._cLayoutItem = FilterItemLayout;
101
135
  this._oFilterBarLayout = new FilterContainer();
102
- this._oFilterBarLayout.getInner().setParent(this);
103
- this._oFilterBarLayout.getInner().addStyleClass("sapUiMdcFilterBarBaseAFLayout");
104
136
  this.setAggregation("layout", this._oFilterBarLayout, true);
105
137
  this._addButtons();
106
138
  };
@@ -148,8 +180,6 @@ sap.ui.define([
148
180
 
149
181
  FilterBar.prototype._addButtons = function() {
150
182
 
151
- if (this._oFilterBarLayout) {
152
-
153
183
  this.setProperty("_filterCount", this._oRb.getText("filterbar.ADAPT"), false);
154
184
 
155
185
  this._btnAdapt = new Button(this.getId() + "-btnAdapt", {
@@ -157,8 +187,6 @@ sap.ui.define([
157
187
  text: "{" + FilterBarBase.INNER_MODEL_NAME + ">/_filterCount}",
158
188
  press: this.onAdaptFilters.bind(this)
159
189
  });
160
- this._btnAdapt.setModel(this._oModel, FilterBarBase.INNER_MODEL_NAME);
161
-
162
190
  this._btnAdapt.bindProperty("visible", {
163
191
  parts: [{
164
192
  path: "/showAdaptFiltersButton",
@@ -173,7 +201,6 @@ sap.ui.define([
173
201
  });
174
202
 
175
203
  this._btnSearch = this._getSearchButton();
176
- this._btnSearch.setModel(this._oModel, FilterBarBase.INNER_MODEL_NAME);
177
204
  this._btnSearch.bindProperty("visible", {
178
205
  parts: [{
179
206
  path: "/showGoButton",
@@ -196,13 +223,23 @@ sap.ui.define([
196
223
  this.onClear();
197
224
  }.bind(this)
198
225
  });
199
- this._btnClear.setModel(this._oModel, FilterBarBase.INNER_MODEL_NAME);
200
- //this._btnClear.addStyleClass("sapUiMdcFilterBarBaseButtonPaddingRight");
226
+
227
+ /**
228
+ * @deprecated since 1.144
229
+ */
230
+ if (this._oModel) {
231
+ this._btnSearch.setModel(this._oModel, FilterBarBase.INNER_MODEL_NAME);
232
+ this._btnClear.setModel(this._oModel, FilterBarBase.INNER_MODEL_NAME);
233
+ this._btnAdapt.setModel(this._oModel, FilterBarBase.INNER_MODEL_NAME);
234
+ }
201
235
 
202
236
  this._oFilterBarLayout.addButton(this._btnSearch);
203
237
  this._oFilterBarLayout.addButton(this._btnClear);
204
238
  this._oFilterBarLayout.addButton(this._btnAdapt);
205
- }
239
+ };
240
+
241
+ FilterBar.prototype._getButtons = function () {
242
+ return this._oFilterBarLayout.getButtons();
206
243
  };
207
244
 
208
245
  FilterBar.prototype.onClear = function() {
@@ -233,14 +270,28 @@ sap.ui.define([
233
270
  reset: function() {
234
271
  this.getEngine().reset(this);
235
272
  this._getConditionModel().checkUpdate(true);
236
- }.bind(this)
237
- })
238
- .then((oPopup) => {
239
- this._aAddedFilterFields = [];
240
- this._aRemovedFilterFields = [];
241
- oPopup.attachEventOnce("close", this._determineFilterFieldOnFocus.bind(this));
242
- return oPopup;
273
+ }.bind(this),
274
+ open: () => {
275
+ const oAdaptationFilterBar = this.getInbuiltFilter();
276
+ if (oAdaptationFilterBar && this._checkIsNewUI()) {
277
+ oAdaptationFilterBar._validateAdaptationState();
278
+ }
279
+ }
280
+ }).then((oPopup) => {
281
+ this._aAddedFilterFields = [];
282
+ this._aRemovedFilterFields = [];
283
+ oPopup.attachEventOnce("close", this._determineFilterFieldOnFocus.bind(this));
284
+ return oPopup;
285
+ }).then((oPopup) => {
286
+ oPopup.attachEventOnce("close", (oEvent) => {
287
+ this.cleanUpAllFilterFieldsInErrorState();
288
+ const sReason = oEvent.getParameter("reason");
289
+ if (sReason === "Filter") {
290
+ this.triggerSearch();
291
+ }
243
292
  });
293
+ return oPopup;
294
+ });
244
295
  });
245
296
 
246
297
  };
@@ -268,6 +319,18 @@ sap.ui.define([
268
319
  this._aRemovedFilterFields = undefined;
269
320
  };
270
321
 
322
+ FilterBar.prototype.getAdaptFiltersButtonText = function(iFilterCount) {
323
+ let sText = FilterBarBase.prototype.getAdaptFiltersButtonText.call(this, iFilterCount);
324
+
325
+ const sAdaptFiltersText = this.getAdaptFiltersText(),
326
+ sAdaptFiltersTextNonZero = this.getAdaptFiltersTextNonZero();
327
+ if (sAdaptFiltersText && sAdaptFiltersTextNonZero) {
328
+ sText = iFilterCount ? formatMessage(sAdaptFiltersTextNonZero, [iFilterCount]) : sAdaptFiltersText;
329
+ }
330
+
331
+ return sText;
332
+ };
333
+
271
334
  FilterBar.prototype._handleAddedFilterField = function(oFilterField) {
272
335
  if (this._aAddedFilterFields && this._aRemovedFilterFields) {
273
336
  const nDelIdx = this._aRemovedFilterFields.indexOf(oFilterField);
@@ -305,6 +368,13 @@ sap.ui.define([
305
368
  return oState;
306
369
  };
307
370
 
371
+ FilterBar.prototype._checkIsNewUI = function() {
372
+ if (this._bUseNewUI === undefined) {
373
+ this._bUseNewUI = new URLSearchParams(window.location.search).get("sap-ui-xx-new-adapt-filters") === "true";
374
+ }
375
+ return this._bUseNewUI;
376
+ };
377
+
308
378
  FilterBar.prototype.exit = function() {
309
379
  FilterBarBase.prototype.exit.apply(this, arguments);
310
380
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -53,13 +53,13 @@ sap.ui.define([
53
53
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.143.1
56
+ * @version 1.144.0
57
57
  *
58
58
  * @constructor
59
59
  * @alias sap.ui.mdc.FilterField
60
60
  * @see {@link topic:1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
61
61
  * @see {@link topic:2df783760a8e4540ad19ce5ec3ed91c8 FilterField Building Block (OData V4)}
62
- * @version 1.143.1
62
+ * @version 1.144.0
63
63
  * @since 1.48.0
64
64
  * @public
65
65
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  "use strict";
32
32
 
33
33
  /**
34
- * Constructor for a new GeoMap.
34
+ * Constructor for a new Geomap.
35
35
  *
36
36
  * @param {string} [sId] ID for the new control, generated automatically if no id is given
37
37
  * @param {object} [mSettings] Initial settings for the new control
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.mdc.Control
42
42
  * @borrows sap.ui.mdc.mixin.FilterIntegrationMixin.rebind as #rebind
43
43
  * @author SAP SE
44
- * @version 1.143.1
44
+ * @version 1.144.0
45
45
  * @constructor
46
46
  *
47
47
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @see {@link topic:1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
51
51
  * @ui5-experimental-since 1.142
52
52
  */
53
- const Geomap = Control.extend("sap.ui.mdc.Geomap", /** @lends sap.ui.mdc.Geomp.prototype */ {
53
+ const Geomap = Control.extend("sap.ui.mdc.Geomap", /** @lends sap.ui.mdc.Geomap.prototype */ {
54
54
  metadata: {
55
55
  library: "sap.ui.mdc",
56
56
  designtime: "sap/ui/mdc/designtime/geomap/Geomap.designtime",
@@ -183,7 +183,7 @@ sap.ui.define([
183
183
  * Specifies the geomap metadata.<br>
184
184
  * <b>Note:</b> This property must not be bound.<br>
185
185
  * <b>Note:</b> This property is exclusively used for handling SAPUI5 flexibility changes. Do not use it otherwise.<br>
186
- * <b>Note</b>: Existing properties (set via <code>sap.ui.mdc.Geomap#setPropertyInfo</code>) must not be removed and their attributes must not be changed during the {@link module:sap/ui/mdc/GeoMapDelegate.fetchProperties fetchProperties} callback. Otherwise validation errors might occur whenever personalization-related control features (such as the opening of any personalization dialog) are activated.
186
+ * <b>Note</b>: Existing properties (set via <code>sap.ui.mdc.Geomap#setPropertyInfo</code>) must not be removed and their attributes must not be changed during the {@link module:sap/ui/mdc/GeomapDelegate.fetchProperties fetchProperties} callback. Otherwise validation errors might occur whenever personalization-related control features (such as the opening of any personalization dialog) are activated.
187
187
  *
188
188
  * <b>Note</b>: For more information about the supported inner elements, see {@link sap.ui.mdc.geomap.PropertyInfo PropertyInfo}.
189
189
  */
@@ -222,9 +222,9 @@ sap.ui.define([
222
222
 
223
223
 
224
224
  /**
225
- * An object literal describing a data property in the context of a {@link sap.ui.mdc.GeoMap}.
225
+ * An object literal describing a data property in the context of a {@link sap.ui.mdc.Geomap}.
226
226
  *
227
- * When specifying the <code>PropertyInfo</code> objects in the {@link sap.ui.mdc.GeoMap#getPropertyInfo propertyInfo} property, the following
227
+ * When specifying the <code>PropertyInfo</code> objects in the {@link sap.ui.mdc.Geomap#getPropertyInfo propertyInfo} property, the following
228
228
  * attributes need to be specified:
229
229
  * <ul>
230
230
  * <li><code>key</code></li>
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -10,7 +10,7 @@ sap.ui.define([
10
10
  "use strict";
11
11
 
12
12
  /**
13
- * Base Delegate for {@link sap.ui.mdc.Geomap Geomap}. Extend this object in your project to use all functionalities of the {@link sap.ui.mdc.GeoMap GeoMap}.<br>
13
+ * Base Delegate for {@link sap.ui.mdc.Geomap Geomap}. Extend this object in your project to use all functionalities of the {@link sap.ui.mdc.Geomap Geomap}.<br>
14
14
  * This class provides method calls, that are called by the <code>geomap</code> for specific operations and overwrite the internal behavior.
15
15
  *
16
16
  * @namespace
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  /**
36
36
  * Notifies the inner geomap to zoom out.
37
37
  *
38
- * @param {sap.ui.mdc.GeoMap} oGeoMap Reference to the geomap
38
+ * @param {sap.ui.mdc.Geomap} oGeomap Reference to the geomap
39
39
  *
40
40
  * @public
41
41
  */
@@ -168,7 +168,7 @@ sap.ui.define([
168
168
  * Returns the current geomap type.
169
169
  *
170
170
  * @param {sap.ui.mdc.Geomap} oGeomap Reference to the MDC geomap
171
- * @returns {sap.ui.mdc.GeoMap.GeomapTypeObject[]} Information about the current geomap type
171
+ * @returns {sap.ui.mdc.Geomap.GeomapTypeObject[]} Information about the current geomap type
172
172
  * @throws {Error} Error thrown if inner geomap is not initialized yet
173
173
  *
174
174
  * @public
@@ -226,10 +226,10 @@ sap.ui.define([
226
226
  * The result of this function must be kept stable throughout the lifecycle of your application.
227
227
  * Any changes of the returned values might result in undesired effects.
228
228
  *
229
- * <b>Note</b>: Existing properties (set via <code>sap.ui.mdc.GeoMap#setPropertyInfo</code>) must not be removed and their attributes must not be changed during the {@link module:sap/ui/mdc/GeoMapDelegate.fetchProperties fetchProperties} callback. Otherwise validation errors might occur whenever personalization-related control features (such as the opening of any personalization dialog) are activated.
229
+ * <b>Note</b>: Existing properties (set via <code>sap.ui.mdc.Geomap#setPropertyInfo</code>) must not be removed and their attributes must not be changed during the {@link module:sap/ui/mdc/GeomapDelegate.fetchProperties fetchProperties} callback. Otherwise validation errors might occur whenever personalization-related control features (such as the opening of any personalization dialog) are activated.
230
230
  *
231
231
  * @param {sap.ui.mdc.Geomap} oGeomap Reference to the geomap
232
- * @returns {Promise<sap.ui.mdc.GeoMap.PropertyInfo[]>} Array of the property infos that is used within the geomap
232
+ * @returns {Promise<sap.ui.mdc.Geomap.PropertyInfo[]>} Array of the property infos that is used within the geomap
233
233
  *
234
234
  * @public
235
235
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -9,7 +9,7 @@ sap.ui.define(['./library'],
9
9
  "use strict";
10
10
 
11
11
  /**
12
- * GeoMap renderer.
12
+ * Geomap renderer.
13
13
  * @namespace
14
14
  */
15
15
  const GeomapRenderer = {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @extends sap.ui.mdc.field.FieldInfoBase
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.143.1
74
+ * @version 1.144.0
75
75
  *
76
76
  * @constructor
77
77
  * @alias sap.ui.mdc.Link
@@ -440,9 +440,9 @@ sap.ui.define([
440
440
  // ----------------------- sap/ui/mdc/flp/FlpLinkDelegate relevant methods -------------------------------------
441
441
 
442
442
  /**
443
- * Generates a new <code>sap.bas.log</code> if the payload contains semantic objects (this log is required for <code>sap.ui.mdc.flp.FlpLinkDelegate</code>).
443
+ * Generates a new <code>sap/base/Log</code> if the payload contains semantic objects (this log is required for <code>sap.ui.mdc.flp.FlpLinkDelegate</code>).
444
444
  * @private
445
- * @returns {sap.base.Log | undefined} A generated <code>InfoLog</code> for the control | undefined
445
+ * @returns {module:sap/base/Log | undefined} A generated <code>InfoLog</code> for the control | undefined
446
446
  */
447
447
  Link.prototype._getInfoLog = function() {
448
448
  if (this.getPayload() && this.getPayload().semanticObjects) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @constructor
45
45
  * @alias sap.ui.mdc.MultiValueField
46
46
  * @author SAP SE
47
- * @version 1.143.1
47
+ * @version 1.144.0
48
48
  * @since 1.93.0
49
49
  *
50
50
  * @public