@openui5/sap.ui.core 1.141.1 → 1.142.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 (347) hide show
  1. package/.dtsgenrc +22 -0
  2. package/README.md +2 -2
  3. package/REUSE.toml +38 -0
  4. package/THIRDPARTY.txt +34 -1
  5. package/package.json +1 -1
  6. package/src/jquery.sap.global.js +1 -1
  7. package/src/jquery.sap.properties.js +1 -1
  8. package/src/jquery.sap.resources.js +1 -1
  9. package/src/jquery.sap.script.js +1 -1
  10. package/src/jquery.sap.storage.js +3 -3
  11. package/src/sap/base/Event.js +1 -1
  12. package/src/sap/base/Eventing.js +1 -1
  13. package/src/sap/base/config.js +1 -1
  14. package/src/sap/base/i18n/LanguageTag.js +1 -1
  15. package/src/sap/base/i18n/date/TimezoneUtils.js +1 -1
  16. package/src/sap/base/util/resolveReference.js +1 -1
  17. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  18. package/src/sap/base/util/restricted/_castArray.js +1 -1
  19. package/src/sap/base/util/restricted/_compact.js +1 -1
  20. package/src/sap/base/util/restricted/_curry.js +1 -1
  21. package/src/sap/base/util/restricted/_debounce.js +1 -1
  22. package/src/sap/base/util/restricted/_difference.js +1 -1
  23. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  24. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  25. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  26. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  27. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  28. package/src/sap/base/util/restricted/_flatten.js +1 -1
  29. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  30. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  31. package/src/sap/base/util/restricted/_intersection.js +1 -1
  32. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  33. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  34. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  35. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  36. package/src/sap/base/util/restricted/_isNil.js +1 -1
  37. package/src/sap/base/util/restricted/_max.js +1 -1
  38. package/src/sap/base/util/restricted/_merge.js +1 -1
  39. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  40. package/src/sap/base/util/restricted/_min.js +1 -1
  41. package/src/sap/base/util/restricted/_omit.js +1 -1
  42. package/src/sap/base/util/restricted/_pick.js +1 -1
  43. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  44. package/src/sap/base/util/restricted/_throttle.js +1 -1
  45. package/src/sap/base/util/restricted/_toArray.js +1 -1
  46. package/src/sap/base/util/restricted/_union.js +1 -1
  47. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  48. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  49. package/src/sap/base/util/restricted/_uniq.js +1 -1
  50. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  51. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  52. package/src/sap/base/util/restricted/_without.js +1 -1
  53. package/src/sap/base/util/restricted/_xor.js +1 -1
  54. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  55. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  56. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  57. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  58. package/src/sap/ui/Device.js +3 -3
  59. package/src/sap/ui/Global.js +3 -3
  60. package/src/sap/ui/base/Event.js +1 -1
  61. package/src/sap/ui/base/EventProvider.js +1 -1
  62. package/src/sap/ui/base/Interface.js +1 -1
  63. package/src/sap/ui/base/ManagedObject.js +1 -1
  64. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  65. package/src/sap/ui/base/Metadata.js +1 -1
  66. package/src/sap/ui/base/Object.js +1 -1
  67. package/src/sap/ui/base/ObjectPool.js +1 -1
  68. package/src/sap/ui/core/.library +4 -4
  69. package/src/sap/ui/core/AppCacheBuster.js +21 -19
  70. package/src/sap/ui/core/BusyIndicator.js +1 -1
  71. package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
  72. package/src/sap/ui/core/Component.js +37 -35
  73. package/src/sap/ui/core/ComponentContainer.js +1 -1
  74. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  75. package/src/sap/ui/core/ComponentSupport.js +1 -1
  76. package/src/sap/ui/core/Configuration.js +1 -1
  77. package/src/sap/ui/core/Control.js +1 -1
  78. package/src/sap/ui/core/Core.js +2 -2
  79. package/src/sap/ui/core/CustomData.js +1 -1
  80. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  81. package/src/sap/ui/core/Element.js +1 -4
  82. package/src/sap/ui/core/ElementMetadata.js +1 -1
  83. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  84. package/src/sap/ui/core/EventBus.js +1 -1
  85. package/src/sap/ui/core/Fragment.js +1 -1
  86. package/src/sap/ui/core/HTML.js +1 -1
  87. package/src/sap/ui/core/History.js +1 -1
  88. package/src/sap/ui/core/Icon.js +1 -1
  89. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  90. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  91. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  92. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  93. package/src/sap/ui/core/InvisibleText.js +1 -1
  94. package/src/sap/ui/core/Item.js +1 -1
  95. package/src/sap/ui/core/LabelEnablement.js +1 -1
  96. package/src/sap/ui/core/LayoutData.js +1 -1
  97. package/src/sap/ui/core/Lib.js +1 -1
  98. package/src/sap/ui/core/ListItem.js +1 -1
  99. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  100. package/src/sap/ui/core/Locale.js +1 -1
  101. package/src/sap/ui/core/LocaleData.js +1 -1
  102. package/src/sap/ui/core/Manifest.js +21 -20
  103. package/src/sap/ui/core/Message.js +1 -1
  104. package/src/sap/ui/core/Popup.js +13 -6
  105. package/src/sap/ui/core/RenderManager.js +1 -1
  106. package/src/sap/ui/core/Renderer.js +1 -1
  107. package/src/sap/ui/core/ResizeHandler.js +1 -1
  108. package/src/sap/ui/core/ScrollBar.js +1 -1
  109. package/src/sap/ui/core/SeparatorItem.js +1 -1
  110. package/src/sap/ui/core/Title.js +1 -1
  111. package/src/sap/ui/core/TooltipBase.js +1 -1
  112. package/src/sap/ui/core/UIArea.js +1 -1
  113. package/src/sap/ui/core/UIComponent.js +1 -1
  114. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  115. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  116. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  117. package/src/sap/ui/core/XMLComposite.js +1 -1
  118. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  119. package/src/sap/ui/core/_UrlResolver.js +31 -29
  120. package/src/sap/ui/core/date/UI5Date.js +1 -1
  121. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  122. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  123. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  124. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  125. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  126. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  127. package/src/sap/ui/core/format/FormatUtils.js +1 -1
  128. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  129. package/src/sap/ui/core/getCompatibilityVersion.js +1 -1
  130. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  131. package/src/sap/ui/core/interaction/KeyboardInteractionDisplay.js +21 -2
  132. package/src/sap/ui/core/library.js +3 -3
  133. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  134. package/src/sap/ui/core/message/Message.js +1 -1
  135. package/src/sap/ui/core/message/MessageManager.js +1 -1
  136. package/src/sap/ui/core/message/MessageParser.js +1 -1
  137. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  138. package/src/sap/ui/core/messagebundle.properties +2 -0
  139. package/src/sap/ui/core/messagebundle_ar.properties +1 -0
  140. package/src/sap/ui/core/messagebundle_bg.properties +1 -0
  141. package/src/sap/ui/core/messagebundle_ca.properties +1 -0
  142. package/src/sap/ui/core/messagebundle_cnr.properties +1 -0
  143. package/src/sap/ui/core/messagebundle_cs.properties +1 -0
  144. package/src/sap/ui/core/messagebundle_cy.properties +1 -0
  145. package/src/sap/ui/core/messagebundle_da.properties +1 -0
  146. package/src/sap/ui/core/messagebundle_de.properties +1 -0
  147. package/src/sap/ui/core/messagebundle_el.properties +1 -0
  148. package/src/sap/ui/core/messagebundle_en.properties +1 -0
  149. package/src/sap/ui/core/messagebundle_en_GB.properties +1 -0
  150. package/src/sap/ui/core/messagebundle_en_US_saprigi.properties +1 -0
  151. package/src/sap/ui/core/messagebundle_es.properties +1 -0
  152. package/src/sap/ui/core/messagebundle_es_MX.properties +1 -0
  153. package/src/sap/ui/core/messagebundle_et.properties +3 -2
  154. package/src/sap/ui/core/messagebundle_fi.properties +2 -1
  155. package/src/sap/ui/core/messagebundle_fr.properties +1 -0
  156. package/src/sap/ui/core/messagebundle_fr_CA.properties +1 -0
  157. package/src/sap/ui/core/messagebundle_hi.properties +1 -0
  158. package/src/sap/ui/core/messagebundle_hr.properties +1 -0
  159. package/src/sap/ui/core/messagebundle_hu.properties +1 -0
  160. package/src/sap/ui/core/messagebundle_id.properties +1 -0
  161. package/src/sap/ui/core/messagebundle_it.properties +2 -1
  162. package/src/sap/ui/core/messagebundle_iw.properties +1 -0
  163. package/src/sap/ui/core/messagebundle_ja.properties +1 -0
  164. package/src/sap/ui/core/messagebundle_kk.properties +9 -8
  165. package/src/sap/ui/core/messagebundle_ko.properties +1 -0
  166. package/src/sap/ui/core/messagebundle_lt.properties +1 -0
  167. package/src/sap/ui/core/messagebundle_lv.properties +1 -0
  168. package/src/sap/ui/core/messagebundle_mk.properties +1 -0
  169. package/src/sap/ui/core/messagebundle_ms.properties +1 -0
  170. package/src/sap/ui/core/messagebundle_nl.properties +1 -0
  171. package/src/sap/ui/core/messagebundle_no.properties +1 -0
  172. package/src/sap/ui/core/messagebundle_pl.properties +1 -0
  173. package/src/sap/ui/core/messagebundle_pt.properties +1 -0
  174. package/src/sap/ui/core/messagebundle_pt_PT.properties +1 -0
  175. package/src/sap/ui/core/messagebundle_ro.properties +1 -0
  176. package/src/sap/ui/core/messagebundle_ru.properties +1 -0
  177. package/src/sap/ui/core/messagebundle_sh.properties +1 -0
  178. package/src/sap/ui/core/messagebundle_sk.properties +1 -0
  179. package/src/sap/ui/core/messagebundle_sl.properties +1 -0
  180. package/src/sap/ui/core/messagebundle_sr.properties +1 -0
  181. package/src/sap/ui/core/messagebundle_sv.properties +1 -0
  182. package/src/sap/ui/core/messagebundle_th.properties +2 -1
  183. package/src/sap/ui/core/messagebundle_tr.properties +1 -0
  184. package/src/sap/ui/core/messagebundle_uk.properties +2 -1
  185. package/src/sap/ui/core/messagebundle_vi.properties +1 -0
  186. package/src/sap/ui/core/messagebundle_zh_CN.properties +1 -0
  187. package/src/sap/ui/core/messagebundle_zh_TW.properties +1 -0
  188. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  189. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  190. package/src/sap/ui/core/mvc/JSView.js +1 -1
  191. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  192. package/src/sap/ui/core/mvc/View.js +1 -1
  193. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  194. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  195. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  196. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  197. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  198. package/src/sap/ui/core/routing/Router.js +31 -33
  199. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  200. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  201. package/src/sap/ui/core/service/Service.js +1 -1
  202. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  203. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  204. package/src/sap/ui/core/support/Plugin.js +1 -1
  205. package/src/sap/ui/core/support/Support.js +1 -1
  206. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  207. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  208. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  209. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  210. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  211. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  212. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  213. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  214. package/src/sap/ui/core/themes/base/BlindLayer.less +4 -9
  215. package/src/sap/ui/core/themes/base/BusyIndicator.less +322 -1
  216. package/src/sap/ui/core/themes/base/CommandShortcutHints.less +9 -9
  217. package/src/sap/ui/core/themes/base/Icon.less +36 -35
  218. package/src/sap/ui/core/themes/base/library.source.less +0 -3
  219. package/src/sap/ui/core/themes/base/parameterClasses.less +32 -20
  220. package/src/sap/ui/core/themes/base/shared.less +5 -0
  221. package/src/sap/ui/core/theming/Parameters.js +6 -12
  222. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  223. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  224. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  225. package/src/sap/ui/core/tmpl/Template.js +1 -1
  226. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  227. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  228. package/src/sap/ui/core/util/Export.js +1 -1
  229. package/src/sap/ui/core/util/ExportCell.js +1 -1
  230. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  231. package/src/sap/ui/core/util/ExportRow.js +1 -1
  232. package/src/sap/ui/core/util/ExportType.js +1 -1
  233. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  234. package/src/sap/ui/core/util/File.js +1 -1
  235. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  236. package/src/sap/ui/core/util/MockServer.js +1 -1
  237. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  238. package/src/sap/ui/core/util/_LocalizationHelper.js +1 -1
  239. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  240. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  241. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  242. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  243. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  244. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  245. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  246. package/src/sap/ui/core/webc/WebComponent.js +1 -1
  247. package/src/sap/ui/core/webc/WebComponentMetadata.js +1 -1
  248. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  249. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  250. package/src/sap/ui/core/ws/WebSocket.js +7 -11
  251. package/src/sap/ui/debug/ControlTree.js +1 -1
  252. package/src/sap/ui/debug/DebugEnv.js +1 -1
  253. package/src/sap/ui/debug/PropertyList.js +1 -1
  254. package/src/sap/ui/model/ClientModel.js +1 -1
  255. package/src/sap/ui/model/CompositeDataState.js +1 -1
  256. package/src/sap/ui/model/CompositeType.js +1 -1
  257. package/src/sap/ui/model/DataState.js +1 -1
  258. package/src/sap/ui/model/MetaModel.js +1 -1
  259. package/src/sap/ui/model/Model.js +52 -3
  260. package/src/sap/ui/model/SelectionModel.js +1 -1
  261. package/src/sap/ui/model/SimpleType.js +1 -1
  262. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  263. package/src/sap/ui/model/Type.js +1 -1
  264. package/src/sap/ui/model/base/ManagedObjectModel.js +7 -4
  265. package/src/sap/ui/model/json/JSONModel.js +8 -3
  266. package/src/sap/ui/model/message/MessageModel.js +1 -1
  267. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  268. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  269. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  270. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  271. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  272. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  273. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  274. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  275. package/src/sap/ui/model/odata/type/Date.js +1 -1
  276. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  277. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  278. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  279. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  280. package/src/sap/ui/model/odata/type/Decimal.js +43 -15
  281. package/src/sap/ui/model/odata/type/Double.js +1 -1
  282. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  283. package/src/sap/ui/model/odata/type/Int.js +1 -1
  284. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  285. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  286. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  287. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  288. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  289. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  290. package/src/sap/ui/model/odata/type/Single.js +1 -1
  291. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  292. package/src/sap/ui/model/odata/type/String.js +1 -1
  293. package/src/sap/ui/model/odata/type/Time.js +1 -1
  294. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  295. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  296. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  297. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  298. package/src/sap/ui/model/odata/v2/ODataModel.js +19 -6
  299. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +20 -7
  300. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +50 -50
  301. package/src/sap/ui/model/odata/v4/Context.js +43 -33
  302. package/src/sap/ui/model/odata/v4/ODataBinding.js +3 -3
  303. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +6 -6
  304. package/src/sap/ui/model/odata/v4/ODataListBinding.js +46 -23
  305. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +31 -34
  306. package/src/sap/ui/model/odata/v4/ODataModel.js +42 -38
  307. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +5 -5
  308. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  309. package/src/sap/ui/model/odata/v4/ODataUtils.js +6 -6
  310. package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +46 -46
  311. package/src/sap/ui/model/odata/v4/lib/_Cache.js +21 -24
  312. package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +6 -7
  313. package/src/sap/ui/model/odata/v4/lib/_Helper.js +7 -7
  314. package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +2 -1
  315. package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +5 -5
  316. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +90 -34
  317. package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +10 -3
  318. package/src/sap/ui/model/odata/v4/ts.js +2 -2
  319. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  320. package/src/sap/ui/model/type/Boolean.js +1 -1
  321. package/src/sap/ui/model/type/Currency.js +1 -1
  322. package/src/sap/ui/model/type/Date.js +1 -1
  323. package/src/sap/ui/model/type/DateInterval.js +1 -1
  324. package/src/sap/ui/model/type/DateTime.js +1 -1
  325. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  326. package/src/sap/ui/model/type/FileSize.js +1 -1
  327. package/src/sap/ui/model/type/Float.js +1 -1
  328. package/src/sap/ui/model/type/Integer.js +1 -1
  329. package/src/sap/ui/model/type/String.js +1 -1
  330. package/src/sap/ui/model/type/Time.js +1 -1
  331. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  332. package/src/sap/ui/model/type/Unit.js +1 -1
  333. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  334. package/src/sap/ui/qunit/qunit-coverage.js +1 -1
  335. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  336. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  337. package/src/sap/ui/test/_BrowserLogCollector.js +1 -4
  338. package/src/sap/ui/test/generic/TestBase.js +1 -1
  339. package/src/sap/ui/test/starter/_utils.js +5 -59
  340. package/src/sap/ui/test/starter/config.js +555 -0
  341. package/src/sap/ui/thirdparty/jszip.js +44 -2
  342. package/src/sap/ui/util/Storage.js +1 -1
  343. package/src/sap/ui/util/_URL.js +158 -0
  344. package/src/ui5loader.js +2 -2
  345. package/src/sap/ui/core/themes/base/LocalBusyIndicator.less +0 -293
  346. package/src/sap/ui/core/themes/base/Shadow.less +0 -3
  347. package/src/sap/ui/core/themes/base/TechnicalInfo.less +0 -157
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @class This class represents the technical info plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
37
37
  *
38
38
  * @extends sap.ui.core.support.Plugin
39
- * @version 1.141.1
39
+ * @version 1.142.0
40
40
  * @private
41
41
  * @alias sap.ui.core.support.plugins.TechInfo
42
42
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @class This class represents the trace plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
22
22
  *
23
23
  * @extends sap.ui.core.support.Plugin
24
- * @version 1.141.1
24
+ * @version 1.142.0
25
25
  * @private
26
26
  * @alias sap.ui.core.support.plugins.Trace
27
27
  */
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * Creates an instance of sap.ui.core.support.plugins.ViewInfo.
37
37
  * @class This class represents the ViewInfo plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
38
38
  * @extends sap.ui.core.support.Plugin
39
- * @version 1.141.1
39
+ * @version 1.142.0
40
40
  * @private
41
41
  * @deprecated As of version 1.118
42
42
  * @alias sap.ui.core.support.plugins.ViewInfo
@@ -15,23 +15,18 @@
15
15
  padding: 0;
16
16
  position: absolute;
17
17
  opacity: 0.01;
18
- filter: alpha(opacity=1);
19
18
  width: 100%;
20
19
  height: 100%;
21
20
  }
22
21
 
23
22
  .sapUiNotUserSelectable {
24
23
  -webkit-touch-callout: none; /* iOS Safari */
25
- -webkit-user-select: none; /* Chrome/Safari/Opera */
26
- -khtml-user-select: none; /* Konqueror */
27
- -moz-user-select: none; /* Firefox */
28
- user-select: none; /* Non-prefixed version */
24
+ -webkit-user-select: none; /* Chrome/Safari/Opera */
25
+ user-select: none;
29
26
  }
30
27
 
31
28
  .sapUiUserSelectable {
32
29
  -webkit-touch-callout: text; /* iOS Safari */
33
- -webkit-user-select: text; /* Chrome/Safari/Opera */
34
- -khtml-user-select: text; /* Konqueror */
35
- -moz-user-select: text; /* Firefox */
36
- user-select: text; /* Non-prefixed version */
30
+ -webkit-user-select: text; /* Chrome/Safari/Opera */
31
+ user-select: text;
37
32
  }
@@ -3,6 +3,12 @@
3
3
  /* Base theme */
4
4
  /* ========================================== */
5
5
 
6
+ @_sap_ui_core_LocalBusyIndicator_Background: fade(@sapBackgroundColor, 72%);
7
+ @_sap_ui_core_LocalBusyIndicator_Color: @sapBrandColor;
8
+ @_sap_ui_core_LocalBusyIndicator_BorderRadius: 100%;
9
+ @_sap_ui_core_LocalBusyIndicator_SizeMedium: 1rem;
10
+ @_sap_ui_core_LocalBusyIndicator_SizeBig: 2rem;
11
+
6
12
  .sapUiBusy {
7
13
  background-image: url(img/Busy.gif);
8
14
  display: block;
@@ -10,10 +16,325 @@
10
16
  height: 48px;
11
17
  outline: none;
12
18
  cursor: wait;
13
-
14
19
  top: 0 !important;
15
20
  }
16
21
 
17
22
  .sapUiBlyBusy {
18
23
  cursor: wait;
24
+ }
25
+
26
+ /**
27
+ * Style classes and definitions for the busy indicator implementation of the sap.ui.core.Control.
28
+ */
29
+
30
+ .sapUiBlockLayer,
31
+ .sapUiLocalBusyIndicator {
32
+ background-color: @_sap_ui_core_LocalBusyIndicator_Background;
33
+ position: absolute;
34
+ top: 0;
35
+ left: 0;
36
+ bottom: 0;
37
+ right: 0;
38
+ }
39
+
40
+ .sapUiLocalBusyIndicator {
41
+ opacity: 0;
42
+ transition: opacity 0.3s ease-in;
43
+ outline: none;
44
+
45
+ &:focus::after {
46
+ content: '';
47
+ position: absolute;
48
+ left: 0;
49
+ top: 0;
50
+ right: 0;
51
+ bottom: 0;
52
+ border-radius: 0.375rem;
53
+ border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
54
+ pointer-events: none;
55
+ }
56
+ }
57
+
58
+ .sapUiBlockLayer:not(:last-child) {
59
+ display: none;
60
+ }
61
+
62
+ .sapUiBlockLayer.sapUiPlaceholder {
63
+ display: block;
64
+ z-index: 1;
65
+ }
66
+
67
+ /* Make sure blocked layers are not "nested", and in case of busy indicators the animations do not overlay each other */
68
+ [__is-busy] .sapUiLocalBusy .sapUiBlockLayer,
69
+ .sapUiLocalBusy .sapUiLocalBusy .sapUiBlockLayer {
70
+ display: none;
71
+ }
72
+
73
+ .sapUiHiddenBusyIndicatorAnimation .sapUiLocalBusyIndicatorAnimation {
74
+ display: none;
75
+ }
76
+
77
+ .sapUiLocalBusyIndicatorFade {
78
+ opacity: 1;
79
+ }
80
+
81
+ /* Class for medium sized indicator in control overlay */
82
+ .sapUiLocalBusyIndicatorSizeMedium,
83
+ .sapUiLocalBusyIndicatorSizeSection {
84
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeMedium;
85
+ }
86
+
87
+ /* Class for fullscreen block overlay */
88
+ .sapUiLocalBusyIndicatorSizeBig {
89
+ font-size: @_sap_ui_core_LocalBusyIndicator_SizeBig;
90
+ background-color: transparent;
91
+ }
92
+
93
+ /* Centers the busy indicator markers */
94
+ .sapUiLocalBusyIndicatorAnimation {
95
+ position: absolute;
96
+ width: 3em;
97
+ top: 50%;
98
+ left: 50%;
99
+ transform: translate(-50%, -50%);
100
+ }
101
+
102
+ /* indicator bubble */
103
+ .sapUiLocalBusyIndicatorAnimation > div {
104
+ width: 1em;
105
+ height: 1em;
106
+ border-radius: @_sap_ui_core_LocalBusyIndicator_BorderRadius;
107
+ display: block;
108
+ float: left;
109
+ margin: 0;
110
+ position: relative;
111
+ text-indent: 1px;
112
+ }
113
+
114
+ /* General pseudo-element styles for background/shadow animation */
115
+ .sapUiLocalBusyIndicatorAnimation > div::before,
116
+ .sapUiLocalBusyIndicatorAnimation > div::after {
117
+ content: '';
118
+ opacity: 1;
119
+ position: absolute;
120
+ z-index: -1;
121
+ top: 0;
122
+ left: 0;
123
+ width: 100%;
124
+ height: 100%;
125
+ border-radius: @_sap_ui_core_LocalBusyIndicator_BorderRadius;
126
+ }
127
+
128
+ /* Background animation element */
129
+ .sapUiLocalBusyIndicatorAnimation > div::before {
130
+ background: fade(@_sap_ui_core_LocalBusyIndicator_Color, 100%);
131
+ }
132
+
133
+ /* Shadow animation element */
134
+ .sapUiLocalBusyIndicatorAnimation > div::after {
135
+ box-shadow: inset 0 0 2px 1px fade(@_sap_ui_core_LocalBusyIndicator_Color, 80%);
136
+ }
137
+
138
+ /* Animations Starting Classes */
139
+ .sapUiLocalBusyIndicatorAnimation > div,
140
+ .sapUiLocalBusyIndicatorAnimation > div::before,
141
+ .sapUiLocalBusyIndicatorAnimation > div::after {
142
+ animation-fill-mode: both;
143
+ }
144
+
145
+ /* Big Animation for Elments >= (3rem x 3rem) */
146
+ .sapUiLocalBusyIndicatorAnimStandard > div {
147
+ animation: sapUiBusyAnimationStandard 1.8s infinite ease-in-out;
148
+ }
149
+
150
+ .sapUiLocalBusyIndicatorAnimStandard > div::before {
151
+ animation: sapUiBusyAnimationStandardBackground 1.8s infinite ease-in-out;
152
+ }
153
+
154
+ .sapUiLocalBusyIndicatorAnimStandard > div::after {
155
+ animation: sapUiBusyAnimationStandardShadow 1.8s infinite ease-in-out;
156
+ }
157
+
158
+ .sapUiLocalBusyIndicatorAnimStandard > div:nth-child(1) {
159
+ animation-delay: -0.32s;
160
+ }
161
+
162
+ .sapUiLocalBusyIndicatorAnimStandard > div:nth-child(2) {
163
+ animation-delay: -0.16s;
164
+ }
165
+
166
+ /* Small animation for elements < (3rem x 3rem) */
167
+ .sapUiLocalBusyIndicatorAnimSmall > div {
168
+ animation: sapUiBusyAnimationSmall 1.6s infinite ease-in-out;
169
+ }
170
+
171
+ .sapUiLocalBusyIndicatorAnimSmall > div::before {
172
+ animation: sapUiBusyAnimationSmallBackground 1.6s infinite ease-in-out;
173
+ }
174
+
175
+ .sapUiLocalBusyIndicatorAnimSmall > div::after {
176
+ animation: sapUiBusyAnimationSmallShadow 1.6s infinite ease-in-out;
177
+ }
178
+
179
+ html[data-sap-ui-animation-mode='none'] {
180
+
181
+ .sapUiLocalBusyIndicator {
182
+ transition: none;
183
+ }
184
+
185
+ .sapUiLocalBusyIndicatorAnimStandard,
186
+ .sapUiLocalBusyIndicatorAnimSmall {
187
+
188
+ > div,
189
+ > div::before,
190
+ > div::after {
191
+ animation: none;
192
+ transform: scale(0.8);
193
+ }
194
+ }
195
+ }
196
+
197
+ html[data-sap-ui-animation-mode='basic'],
198
+ html[data-sap-ui-animation-mode='minimal'] {
199
+
200
+ .sapUiLocalBusyIndicatorAnimStandard,
201
+ .sapUiLocalBusyIndicatorAnimSmall {
202
+
203
+ > div,
204
+ > div::before,
205
+ > div::after {
206
+ animation-duration: 6s;
207
+ }
208
+
209
+ > div:nth-child(1) {
210
+ animation-delay: -1.2s;
211
+ }
212
+
213
+ > div:nth-child(2) {
214
+ animation-delay: -0.6s;
215
+ }
216
+ }
217
+ }
218
+
219
+ /* marker class for switching horizontal and small animation */
220
+ .sapUiLocalBusyIndicatorAnimSmall > div:nth-child(1),
221
+ .sapUiLocalBusyIndicatorAnimSmall > div:nth-child(3) {
222
+ visibility: hidden;
223
+ }
224
+
225
+ #sapUiBusyIndicator {
226
+ right: 0;
227
+ }
228
+
229
+ #sapUiBusyIndicator > .sapUiLocalBusyIndicatorFade {
230
+ cursor: wait;
231
+ }
232
+
233
+ /**
234
+ * Keyframe definitions
235
+ */
236
+ .mixin-standard-background-animation-frames {
237
+
238
+ 0%,
239
+ 80%,
240
+ 100% {
241
+ opacity: 1;
242
+ }
243
+
244
+ 40% {
245
+ opacity: 0.1;
246
+ }
247
+ }
248
+
249
+ .mixin-standard-shadow-animation-frames {
250
+
251
+ 0%,
252
+ 80%,
253
+ 100% {
254
+ opacity: 0;
255
+ }
256
+
257
+ 40% {
258
+ opacity: 1;
259
+ }
260
+ }
261
+
262
+ .mixin-small-background-animation-frames {
263
+
264
+ 0%,
265
+ 100% {
266
+ opacity: 1;
267
+ }
268
+
269
+ 50% {
270
+ opacity: 0.1;
271
+ }
272
+ }
273
+
274
+ .mixin-small-shadow-animation-frames {
275
+
276
+ 0%,
277
+ 100% {
278
+ opacity: 0;
279
+ }
280
+
281
+ 50% {
282
+ opacity: 1;
283
+ }
284
+ }
285
+
286
+ /**
287
+ * Animations
288
+ */
289
+ @keyframes sapUiBusyAnimationStandard {
290
+
291
+ 0%,
292
+ 80%,
293
+ 100% {
294
+ transform: scale(0.4);
295
+ }
296
+
297
+ 40% {
298
+ transform: scale(1);
299
+ }
300
+ }
301
+
302
+ @keyframes sapUiBusyAnimationStandardBackground {
303
+ .mixin-standard-background-animation-frames;
304
+ }
305
+
306
+ @keyframes sapUiBusyAnimationStandardShadow {
307
+ .mixin-standard-shadow-animation-frames;
308
+ }
309
+
310
+ @keyframes sapUiBusyAnimationSmall {
311
+
312
+ 0%,
313
+ 100% {
314
+ transform: scale(0.2);
315
+ }
316
+
317
+ 50% {
318
+ transform: scale(1);
319
+ }
320
+ }
321
+
322
+ @keyframes sapUiBusyAnimationSmallBackground {
323
+ .mixin-small-background-animation-frames;
324
+ }
325
+
326
+ @keyframes sapUiBusyAnimationSmallShadow {
327
+ .mixin-small-shadow-animation-frames;
328
+ }
329
+
330
+ /* #### RETROFIT #### */
331
+
332
+ :root {
333
+ --ui5_web_components_busy_indicator_display: flex;
334
+ --ui5_web_components_busy_indicator_background-color: @_sap_ui_core_LocalBusyIndicator_Background;
335
+ }
336
+
337
+ /* Make sure blocked layers are not "nested", and in case of busy indicators the animations do not overlay each other */
338
+ .sapUiLocalBusy {
339
+ --ui5_web_components_busy_indicator_display: none;
19
340
  }
@@ -1,20 +1,20 @@
1
- /* =============================== */
2
- /* CSS for a command shortcut hint */
3
- /* Base theme */
4
- /* =============================== */
1
+ /* ================================ */
2
+ /* CSS for a command shortcut hint */
3
+ /* Base theme */
4
+ /* ================================ */
5
5
 
6
6
  .sapUiHintContainer {
7
- background: @sapUiBaseBG;
7
+ background: var(--sapBackgroundColor);
8
8
  border: none;
9
9
  border-radius: 0.0625rem;
10
- box-shadow: @sapUiContentShadow1;
10
+ box-shadow: var(--sapContent_Shadow1);
11
11
  white-space: nowrap;
12
12
  }
13
13
 
14
14
  .sapUiHintText {
15
- font-family: @sapUiFontFamily;
16
- font-size: @sapMFontSmallSize;
17
- color: @sapUiBaseText;
15
+ font-family: var(--sapFontFamily);
16
+ font-size: var(--sapFontSmallSize);
17
+ color: var(--sapTextColor);
18
18
  padding: 0 0.5rem;
19
19
  line-height: 1rem;
20
20
  }
@@ -22,9 +22,9 @@
22
22
  }
23
23
 
24
24
  .sapUiIcon:focus {
25
- outline-width: @sapUiContentFocusWidth;
26
- outline-style: @sapUiContentFocusStyle;
27
- outline-color: @sapUiContentFocusColor;
25
+ outline-width: var(--sapContent_FocusWidth);
26
+ outline-style: var(--sapContent_FocusStyle);
27
+ outline-color: var(--sapContent_FocusColor);
28
28
  }
29
29
 
30
30
  .sapUiIcon::before {
@@ -51,10 +51,11 @@
51
51
  * in the wrong direction.
52
52
  * 3. Custom CSS style should be set on the root DOM and not the pesudo element.
53
53
  */
54
- html[dir=rtl] .sapUiIconMirrorInRTL:not(.sapUiIconSuppressMirrorInRTL) {
55
- &::before, &::after /* some controls render the icon using 'after' pesudo element */ {
56
- transform: scale(-1,1);
57
- -webkit-transform: scale(-1,1); /* Safari and Chrome */
54
+ html[dir='rtl'] .sapUiIconMirrorInRTL:not(.sapUiIconSuppressMirrorInRTL) {
55
+
56
+ &::before,
57
+ &::after /* some controls render the icon using 'after' pesudo element */ {
58
+ transform: scale(-1, 1);
58
59
  display: inline-block; /* pesudo element has display: inline by default and can't apply the transform css style for RTL mode*/
59
60
  }
60
61
  }
@@ -63,82 +64,82 @@ html[dir=rtl] .sapUiIconMirrorInRTL:not(.sapUiIconSuppressMirrorInRTL) {
63
64
  * The Default color and the semantic colors for Icon which always points to the variable across themes.
64
65
  */
65
66
  .sapUiIconColorDefault {
66
- color: @sapUiContentIconColor;
67
+ color: var(--sapContent_IconColor);
67
68
  }
68
69
 
69
70
  .sapUiIconColorContrast {
70
- color: @sapUiContentContrastIconColor;
71
+ color: var(--sapContent_ContrastIconColor);
71
72
  }
72
73
 
73
74
  .sapUiIconColorNeutral {
74
- color: @sapUiNeutralElement;
75
+ color: var(--sapNeutralElementColor);
75
76
  }
76
77
 
77
78
  .sapUiIconColorCritical {
78
- color: @sapUiCriticalElement;
79
+ color: var(--sapCriticalElementColor);
79
80
  }
80
81
 
81
82
  .sapUiIconColorPositive {
82
- color: @sapUiPositiveElement;
83
+ color: var(--sapPositiveElementColor);
83
84
  }
84
85
 
85
86
  .sapUiIconColorNegative {
86
- color: @sapUiNegativeElement;
87
+ color: var(--sapNegativeElementColor);
87
88
  }
88
89
 
89
90
  .sapUiIconColorNonInteractive {
90
- color: @sapUiContentNonInteractiveIconColor;
91
+ color: var(--sapContent_NonInteractiveIconColor);
91
92
  }
92
93
 
93
94
  .sapUiIconColorTile {
94
- color: @sapUiTileIconColor;
95
+ color: var(--sapTile_IconColor);
95
96
  }
96
97
 
97
98
  .sapUiIconColorMarker {
98
- color: @sapUiContentMarkerIconColor;
99
+ color: var(--sapContent_MarkerIconColor);
99
100
  }
100
101
 
101
102
  .sapUiIconBGColorDefault {
102
- color: @sapUiGroupContentBackground;
103
- background-color: @sapUiContentIconColor;
103
+ color: var(--sapGroup_ContentBackground);
104
+ background-color: var(--sapContent_IconColor);
104
105
  }
105
106
 
106
107
  .sapUiIconBGColorContrast {
107
- color: @sapUiContentIconColor;
108
- background-color: @sapUiContentContrastIconColor;
108
+ color: var(--sapContent_IconColor);
109
+ background-color: var(--sapContent_ContrastIconColor);
109
110
  }
110
111
 
111
112
  .sapUiIconBGColorNeutral {
112
- color: @sapUiGroupContentBackground;
113
- background-color: @sapUiNeutralElement;
113
+ color: var(--sapGroup_ContentBackground);
114
+ background-color: var(--sapNeutralElementColor);
114
115
  }
115
116
 
116
117
  .sapUiIconBGColorCritical {
117
- color: @sapUiGroupContentBackground;
118
- background-color: @sapUiCriticalElement;
118
+ color: var(--sapGroup_ContentBackground);
119
+ background-color: var(--sapCriticalElementColor);
119
120
  }
120
121
 
121
122
  .sapUiIconBGColorPositive {
122
- color: @sapUiGroupContentBackground;
123
- background-color: @sapUiPositiveElement;
123
+ color: var(--sapGroup_ContentBackground);
124
+ background-color: var(--sapPositiveElementColor);
124
125
  }
125
126
 
126
127
  .sapUiIconBGColorNegative {
127
- color: @sapUiGroupContentBackground;
128
- background-color: @sapUiNegativeElement;
128
+ color: var(--sapGroup_ContentBackground);
129
+ background-color: var(--sapNegativeElementColor);
129
130
  }
130
131
 
131
132
  .sapUiIconBGColorNonInteractive {
132
- color: @sapUiGroupContentBackground;
133
- background-color: @sapUiContentNonInteractiveIconColor;
133
+ color: var(--sapGroup_ContentBackground);
134
+ background-color: var(--sapContent_NonInteractiveIconColor);
134
135
  }
135
136
 
136
137
  .sapUiIconBGColorTile {
137
- color: @sapUiGroupContentBackground;
138
- background-color: @sapUiTileIconColor;
138
+ color: var(--sapGroup_ContentBackground);
139
+ background-color: var(--sapTile_IconColor);
139
140
  }
140
141
 
141
142
  .sapUiIconBGColorMarker {
142
- color: @sapUiGroupContentBackground;
143
- background-color: @sapUiContentMarkerIconColor;
144
- }
143
+ color: var(--sapGroup_ContentBackground);
144
+ background-color: var(--sapContent_MarkerIconColor);
145
+ }
@@ -19,10 +19,7 @@
19
19
  @import "SAP-icons.less";
20
20
  @import "Icon.less";
21
21
 
22
- @import "LocalBusyIndicator.less";
23
22
  @import "media.less";
24
23
  @import "parameterClasses.less";
25
24
  @import "ScrollBar.less";
26
- @import "Shadow.less";
27
- @import "TechnicalInfo.less";
28
25
  @import "View.less";
@@ -1,14 +1,15 @@
1
-
2
1
  /* CSS parameters which are available in base theme */
3
2
 
4
3
  /* font */
5
4
  .sapThemeFont {
6
- font-family: @sapUiFontFamily !important;
5
+ font-family: var(--sapFontFamily) !important;
7
6
  font-size: @sapUiFontSize !important;
8
7
  }
8
+
9
9
  .sapThemeFontFamily {
10
- font-family: @sapUiFontFamily !important;
10
+ font-family: var(--sapFontFamily) !important;
11
11
  }
12
+
12
13
  .sapThemeFontSize {
13
14
  font-size: @sapUiFontSize !important;
14
15
  }
@@ -16,68 +17,79 @@
16
17
  /* text color */
17
18
  .sapThemeText,
18
19
  .sapThemeText-asColor {
19
- color: @sapUiBaseText !important;
20
+ color: var(--sapTextColor) !important;
20
21
  }
22
+
21
23
  .sapThemeText-asBackgroundColor {
22
- background-color: @sapUiBaseText !important;
24
+ background-color: var(--sapTextColor) !important;
23
25
  }
26
+
24
27
  .sapThemeText-asBorderColor {
25
- border-color: @sapUiBaseText !important;
28
+ border-color: var(--sapTextColor) !important;
26
29
  }
30
+
27
31
  .sapThemeText-asOutlineColor {
28
- outline-color: @sapUiBaseText !important;
32
+ outline-color: var(--sapTextColor) !important;
29
33
  }
30
34
 
31
35
  /* text color inverted */
32
36
  .sapThemeTextInverted,
33
37
  .sapThemeTextInverted-asColor {
34
- color: @sapUiContentContrastTextColor !important;
38
+ color: var(--sapContent_ContrastTextColor) !important;
35
39
  }
36
40
 
37
41
  /* base bg */
38
42
  .sapThemeBaseBG,
39
43
  .sapThemeBaseBG-asBackgroundColor {
40
- background-color: @sapUiBaseBG !important;
44
+ background-color: var(--sapBackgroundColor) !important;
41
45
  }
46
+
42
47
  .sapThemeBaseBG-asBorderColor {
43
- border-color: @sapUiBaseBG !important;
48
+ border-color: var(--sapBackgroundColor) !important;
44
49
  }
50
+
45
51
  .sapThemeBaseBG-asColor {
46
- color: @sapUiBaseBG !important;
52
+ color: var(--sapBackgroundColor) !important;
47
53
  }
48
54
 
49
55
  /* brand color */
50
56
  .sapThemeBrand,
51
57
  .sapThemeBrand-asColor {
52
- color: @sapUiBrand !important;
58
+ color: var(--sapBrandColor) !important;
53
59
  }
60
+
54
61
  .sapThemeBrand-asBorderColor {
55
- border-color: @sapUiBrand !important;
62
+ border-color: var(--sapBrandColor) !important;
56
63
  }
64
+
57
65
  .sapThemeBrand-asBackgroundColor {
58
- background-color: @sapUiBrand !important;
66
+ background-color: var(--sapBrandColor) !important;
59
67
  }
68
+
60
69
  .sapThemeBrand-asOutlineColor {
61
- outline-color: @sapUiBrand !important;
70
+ outline-color: var(--sapBrandColor) !important;
62
71
  }
63
72
 
64
73
  /* highlight color */
65
74
  .sapThemeHighlight,
66
75
  .sapThemeHighlight-asColor {
67
- color: @sapUiHighlight !important;
76
+ color: var(--sapHighlightColor) !important;
68
77
  }
78
+
69
79
  .sapThemeHighlight-asBorderColor {
70
- border-color: @sapUiHighlight !important;
80
+ border-color: var(--sapHighlightColor) !important;
71
81
  }
82
+
72
83
  .sapThemeHighlight-asBackgroundColor {
73
- background-color: @sapUiHighlight !important;
84
+ background-color: var(--sapHighlightColor) !important;
74
85
  }
86
+
75
87
  .sapThemeHighlight-asOutlineColor {
76
- outline-color: @sapUiHighlight !important;
88
+ outline-color: var(--sapHighlightColor) !important;
77
89
  }
78
90
 
79
91
  /* border color */
80
92
  .sapThemeForegroundBorderColor,
81
93
  .sapThemeForegroundBorderColor-asBorderColor {
82
- border-color: @sapUiContentForegroundBorderColor !important;
94
+ border-color: var(--sapContent_ForegroundBorderColor) !important;
83
95
  }
@@ -344,4 +344,9 @@ html:has(> body.sapUiBody) {
344
344
  .sapMBtn.sapUiDebugTechnicalInfoAssistantSettingsButton>.sapMBtnInner {
345
345
  border-top-left-radius: 0 !important;
346
346
  border-bottom-left-radius: 0 !important;
347
+ }
348
+
349
+ /* Declarations moved from shadow.less */
350
+ .sapUiShd {
351
+ box-shadow: @sapUiShadow;
347
352
  }