@openui5/sap.ui.core 1.60.36 → 1.60.40

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 (604) hide show
  1. package/LICENSE.txt +2 -2
  2. package/package.json +1 -1
  3. package/pom.xml +1 -1
  4. package/src/jquery.sap.act.js +1 -1
  5. package/src/jquery.sap.dom.js +1 -1
  6. package/src/jquery.sap.encoder.js +1 -1
  7. package/src/jquery.sap.events.js +1 -1
  8. package/src/jquery.sap.global.js +2 -2
  9. package/src/jquery.sap.history.js +1 -1
  10. package/src/jquery.sap.keycodes.js +1 -1
  11. package/src/jquery.sap.mobile.js +1 -1
  12. package/src/jquery.sap.promise.js +1 -1
  13. package/src/jquery.sap.properties.js +2 -2
  14. package/src/jquery.sap.resources.js +2 -2
  15. package/src/jquery.sap.script.js +3 -3
  16. package/src/jquery.sap.sjax.js +1 -1
  17. package/src/jquery.sap.storage.js +4 -4
  18. package/src/jquery.sap.strings.js +1 -1
  19. package/src/jquery.sap.stubs.js +1 -1
  20. package/src/jquery.sap.trace.js +1 -1
  21. package/src/jquery.sap.ui.js +1 -1
  22. package/src/jquery.sap.unicode.js +1 -1
  23. package/src/jquery.sap.xml.js +1 -1
  24. package/src/sap/base/Log.js +1 -1
  25. package/src/sap/base/assert.js +1 -1
  26. package/src/sap/base/i18n/ResourceBundle.js +1 -1
  27. package/src/sap/base/security/URLWhitelist.js +1 -1
  28. package/src/sap/base/security/encodeCSS.js +1 -1
  29. package/src/sap/base/security/encodeJS.js +1 -1
  30. package/src/sap/base/security/encodeURL.js +1 -1
  31. package/src/sap/base/security/encodeURLParameters.js +1 -1
  32. package/src/sap/base/security/encodeXML.js +1 -1
  33. package/src/sap/base/security/sanitizeHTML.js +1 -1
  34. package/src/sap/base/strings/NormalizePolyfill.js +1 -1
  35. package/src/sap/base/strings/camelize.js +1 -1
  36. package/src/sap/base/strings/capitalize.js +1 -1
  37. package/src/sap/base/strings/escapeRegExp.js +1 -1
  38. package/src/sap/base/strings/formatMessage.js +1 -1
  39. package/src/sap/base/strings/hash.js +1 -1
  40. package/src/sap/base/strings/hyphenate.js +1 -1
  41. package/src/sap/base/strings/toHex.js +1 -1
  42. package/src/sap/base/util/JSTokenizer.js +1 -1
  43. package/src/sap/base/util/LoaderExtensions.js +1 -1
  44. package/src/sap/base/util/ObjectPath.js +1 -1
  45. package/src/sap/base/util/Properties.js +1 -1
  46. package/src/sap/base/util/UriParameters.js +1 -1
  47. package/src/sap/base/util/Version.js +1 -1
  48. package/src/sap/base/util/array/diff.js +1 -1
  49. package/src/sap/base/util/array/uniqueSort.js +1 -1
  50. package/src/sap/base/util/deepEqual.js +1 -1
  51. package/src/sap/base/util/defineCoupledProperty.js +1 -1
  52. package/src/sap/base/util/defineLazyProperty.js +1 -1
  53. package/src/sap/base/util/each.js +1 -1
  54. package/src/sap/base/util/includes.js +1 -1
  55. package/src/sap/base/util/isEmptyObject.js +1 -1
  56. package/src/sap/base/util/isPlainObject.js +1 -1
  57. package/src/sap/base/util/merge.js +1 -1
  58. package/src/sap/base/util/now.js +1 -1
  59. package/src/sap/base/util/uid.js +1 -1
  60. package/src/sap/base/util/values.js +1 -1
  61. package/src/sap/ui/Device.js +4 -4
  62. package/src/sap/ui/Global.js +5 -5
  63. package/src/sap/ui/VersionInfo.js +1 -1
  64. package/src/sap/ui/base/BindingParser.js +1 -1
  65. package/src/sap/ui/base/DataType.js +1 -1
  66. package/src/sap/ui/base/Event.js +2 -2
  67. package/src/sap/ui/base/EventProvider.js +2 -2
  68. package/src/sap/ui/base/Exception.js +1 -1
  69. package/src/sap/ui/base/ExpressionParser.js +1 -1
  70. package/src/sap/ui/base/Interface.js +2 -2
  71. package/src/sap/ui/base/ManagedObject.js +2 -2
  72. package/src/sap/ui/base/ManagedObjectMetadata.js +2 -2
  73. package/src/sap/ui/base/ManagedObjectObserver.js +1 -1
  74. package/src/sap/ui/base/Metadata.js +2 -2
  75. package/src/sap/ui/base/Object.js +2 -2
  76. package/src/sap/ui/base/ObjectPool.js +2 -2
  77. package/src/sap/ui/base/SyncPromise.js +1 -1
  78. package/src/sap/ui/base/syncXHRFix.js +1 -1
  79. package/src/sap/ui/core/.library +2 -2
  80. package/src/sap/ui/core/AppCacheBuster.js +1 -1
  81. package/src/sap/ui/core/BlockLayerUtils.js +1 -1
  82. package/src/sap/ui/core/BusyIndicator.js +2 -2
  83. package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
  84. package/src/sap/ui/core/Component.js +2 -2
  85. package/src/sap/ui/core/ComponentContainer.js +2 -2
  86. package/src/sap/ui/core/ComponentContainerRenderer.js +1 -1
  87. package/src/sap/ui/core/ComponentMetadata.js +2 -2
  88. package/src/sap/ui/core/ComponentSupport.js +2 -2
  89. package/src/sap/ui/core/CompositeSupport.js +1 -1
  90. package/src/sap/ui/core/Configuration.js +1 -1
  91. package/src/sap/ui/core/ContextMenuSupport.js +1 -1
  92. package/src/sap/ui/core/Control.js +2 -2
  93. package/src/sap/ui/core/Core.js +2 -2
  94. package/src/sap/ui/core/CustomData.js +2 -2
  95. package/src/sap/ui/core/CustomStyleClassSupport.js +1 -1
  96. package/src/sap/ui/core/CustomizingConfiguration.js +2 -2
  97. package/src/sap/ui/core/DeclarativeSupport.js +2 -2
  98. package/src/sap/ui/core/Element.js +2 -2
  99. package/src/sap/ui/core/ElementMetadata.js +2 -2
  100. package/src/sap/ui/core/EnabledPropagator.js +2 -2
  101. package/src/sap/ui/core/EventBus.js +2 -2
  102. package/src/sap/ui/core/ExtensionPoint.js +1 -1
  103. package/src/sap/ui/core/FocusHandler.js +1 -1
  104. package/src/sap/ui/core/Fragment.js +2 -2
  105. package/src/sap/ui/core/HTML.js +2 -2
  106. package/src/sap/ui/core/HTMLRenderer.js +1 -1
  107. package/src/sap/ui/core/History.js +2 -2
  108. package/src/sap/ui/core/Icon.js +2 -2
  109. package/src/sap/ui/core/IconPool.js +1 -1
  110. package/src/sap/ui/core/IconRenderer.js +1 -1
  111. package/src/sap/ui/core/IntervalTrigger.js +2 -2
  112. package/src/sap/ui/core/InvisibleText.js +2 -2
  113. package/src/sap/ui/core/Item.js +2 -2
  114. package/src/sap/ui/core/LabelEnablement.js +2 -2
  115. package/src/sap/ui/core/LayoutData.js +2 -2
  116. package/src/sap/ui/core/ListItem.js +2 -2
  117. package/src/sap/ui/core/LocalBusyIndicator.js +2 -2
  118. package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +1 -1
  119. package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
  120. package/src/sap/ui/core/Locale.js +2 -2
  121. package/src/sap/ui/core/LocaleData.js +2 -2
  122. package/src/sap/ui/core/Manifest.js +2 -2
  123. package/src/sap/ui/core/Message.js +2 -2
  124. package/src/sap/ui/core/Popup.js +1 -1
  125. package/src/sap/ui/core/RenderManager.js +2 -2
  126. package/src/sap/ui/core/Renderer.js +2 -2
  127. package/src/sap/ui/core/ResizeHandler.js +2 -2
  128. package/src/sap/ui/core/ScrollBar.js +2 -2
  129. package/src/sap/ui/core/ScrollBarRenderer.js +1 -1
  130. package/src/sap/ui/core/SeparatorItem.js +2 -2
  131. package/src/sap/ui/core/StashedControlSupport.js +1 -1
  132. package/src/sap/ui/core/ThemeCheck.js +1 -1
  133. package/src/sap/ui/core/Title.js +2 -2
  134. package/src/sap/ui/core/TooltipBase.js +2 -2
  135. package/src/sap/ui/core/UIArea.js +2 -2
  136. package/src/sap/ui/core/UIComponent.js +2 -2
  137. package/src/sap/ui/core/UIComponentMetadata.js +2 -2
  138. package/src/sap/ui/core/ValueStateSupport.js +2 -2
  139. package/src/sap/ui/core/VariantLayoutData.js +2 -2
  140. package/src/sap/ui/core/XMLComposite.js +2 -2
  141. package/src/sap/ui/core/XMLCompositeMetadata.js +2 -2
  142. package/src/sap/ui/core/XMLTemplateProcessor.js +1 -1
  143. package/src/sap/ui/core/cache/CacheManager.js +1 -1
  144. package/src/sap/ui/core/cache/CacheManagerNOP.js +1 -1
  145. package/src/sap/ui/core/cache/LRUPersistentCache.js +1 -1
  146. package/src/sap/ui/core/date/Buddhist.js +1 -1
  147. package/src/sap/ui/core/date/Gregorian.js +1 -1
  148. package/src/sap/ui/core/date/Islamic.js +1 -1
  149. package/src/sap/ui/core/date/Japanese.js +1 -1
  150. package/src/sap/ui/core/date/Persian.js +1 -1
  151. package/src/sap/ui/core/date/UniversalDate.js +1 -1
  152. package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
  153. package/src/sap/ui/core/delegate/ScrollEnablement.js +2 -2
  154. package/src/sap/ui/core/designtime/ComponentContainer.designtime.js +1 -1
  155. package/src/sap/ui/core/designtime/CustomData.designtime.js +1 -1
  156. package/src/sap/ui/core/designtime/Icon.designtime.js +1 -1
  157. package/src/sap/ui/core/designtime/UIComponent.designtime.js +1 -1
  158. package/src/sap/ui/core/designtime/library.designtime.js +1 -1
  159. package/src/sap/ui/core/designtime/mvc/ControllerExtensionTemplate.js +1 -1
  160. package/src/sap/ui/core/designtime/mvc/View.designtime.js +1 -1
  161. package/src/sap/ui/core/designtime/mvc/XMLView.designtime.js +1 -1
  162. package/src/sap/ui/core/dnd/DragAndDrop.js +1 -1
  163. package/src/sap/ui/core/dnd/DragDropBase.js +2 -2
  164. package/src/sap/ui/core/dnd/DragDropInfo.js +2 -2
  165. package/src/sap/ui/core/dnd/DragInfo.js +2 -2
  166. package/src/sap/ui/core/dnd/DropInfo.js +2 -2
  167. package/src/sap/ui/core/format/DateFormat.js +1 -1
  168. package/src/sap/ui/core/format/FileSizeFormat.js +1 -1
  169. package/src/sap/ui/core/format/ListFormat.js +1 -1
  170. package/src/sap/ui/core/format/NumberFormat.js +1 -1
  171. package/src/sap/ui/core/hyphenation/Hyphenation.js +2 -2
  172. package/src/sap/ui/core/library.js +3 -3
  173. package/src/sap/ui/core/library.support.js +1 -1
  174. package/src/sap/ui/core/message/ControlMessageProcessor.js +2 -2
  175. package/src/sap/ui/core/message/Message.js +2 -2
  176. package/src/sap/ui/core/message/MessageManager.js +2 -2
  177. package/src/sap/ui/core/message/MessageMixin.js +1 -1
  178. package/src/sap/ui/core/message/MessageParser.js +2 -2
  179. package/src/sap/ui/core/message/MessageProcessor.js +2 -2
  180. package/src/sap/ui/core/messagebundle_cs.properties +1 -1
  181. package/src/sap/ui/core/messagebundle_ms.properties +1 -1
  182. package/src/sap/ui/core/messagebundle_no.properties +1 -1
  183. package/src/sap/ui/core/messagebundle_pt.properties +6 -6
  184. package/src/sap/ui/core/messagebundle_tr.properties +1 -1
  185. package/src/sap/ui/core/mvc/Controller.js +1 -1
  186. package/src/sap/ui/core/mvc/ControllerExtension.js +1 -1
  187. package/src/sap/ui/core/mvc/ControllerMetadata.js +1 -1
  188. package/src/sap/ui/core/mvc/EventHandlerResolver.js +1 -1
  189. package/src/sap/ui/core/mvc/HTMLView.js +2 -2
  190. package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
  191. package/src/sap/ui/core/mvc/JSONView.js +2 -2
  192. package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
  193. package/src/sap/ui/core/mvc/JSView.js +2 -2
  194. package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
  195. package/src/sap/ui/core/mvc/OverrideExecution.js +1 -1
  196. package/src/sap/ui/core/mvc/TemplateView.js +2 -2
  197. package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
  198. package/src/sap/ui/core/mvc/View.js +2 -2
  199. package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
  200. package/src/sap/ui/core/mvc/XMLView.js +2 -2
  201. package/src/sap/ui/core/mvc/XMLViewRenderer.js +1 -1
  202. package/src/sap/ui/core/plugin/DeclarativeSupport.js +2 -2
  203. package/src/sap/ui/core/plugin/LessSupport.js +2 -2
  204. package/src/sap/ui/core/plugin/TemplatingSupport.js +2 -2
  205. package/src/sap/ui/core/postmessage/Bus.js +2 -2
  206. package/src/sap/ui/core/postmessage/confirmationDialog.js +2 -2
  207. package/src/sap/ui/core/routing/HashChanger.js +1 -1
  208. package/src/sap/ui/core/routing/History.js +1 -1
  209. package/src/sap/ui/core/routing/Route.js +1 -1
  210. package/src/sap/ui/core/routing/Router.js +1 -1
  211. package/src/sap/ui/core/routing/Target.js +1 -1
  212. package/src/sap/ui/core/routing/TargetCache.js +1 -1
  213. package/src/sap/ui/core/routing/Targets.js +1 -1
  214. package/src/sap/ui/core/routing/Views.js +1 -1
  215. package/src/sap/ui/core/routing/async/Route.js +1 -1
  216. package/src/sap/ui/core/routing/async/Target.js +1 -1
  217. package/src/sap/ui/core/routing/async/Targets.js +1 -1
  218. package/src/sap/ui/core/routing/async/_TargetCache.js +1 -1
  219. package/src/sap/ui/core/routing/sync/Route.js +1 -1
  220. package/src/sap/ui/core/routing/sync/Target.js +1 -1
  221. package/src/sap/ui/core/routing/sync/Targets.js +1 -1
  222. package/src/sap/ui/core/routing/sync/_TargetCache.js +1 -1
  223. package/src/sap/ui/core/rules/App.support.js +1 -1
  224. package/src/sap/ui/core/rules/Config.support.js +1 -1
  225. package/src/sap/ui/core/rules/CoreHelper.support.js +1 -1
  226. package/src/sap/ui/core/rules/Misc.support.js +1 -1
  227. package/src/sap/ui/core/rules/Model.support.js +1 -1
  228. package/src/sap/ui/core/rules/View.support.js +1 -1
  229. package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
  230. package/src/sap/ui/core/search/SearchProvider.js +2 -2
  231. package/src/sap/ui/core/service/Service.js +2 -2
  232. package/src/sap/ui/core/service/ServiceFactory.js +2 -2
  233. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +2 -2
  234. package/src/sap/ui/core/support/Hotkeys.js +1 -1
  235. package/src/sap/ui/core/support/Plugin.js +2 -2
  236. package/src/sap/ui/core/support/RuleEngineOpaExtension.js +1 -1
  237. package/src/sap/ui/core/support/Support.js +2 -2
  238. package/src/sap/ui/core/support/ToolsAPI.js +1 -1
  239. package/src/sap/ui/core/support/bootstrapFallback.js +1 -1
  240. package/src/sap/ui/core/support/controls/InteractionSlider.js +1 -1
  241. package/src/sap/ui/core/support/controls/InteractionTree.js +1 -1
  242. package/src/sap/ui/core/support/controls/ObjectViewer.js +1 -1
  243. package/src/sap/ui/core/support/controls/TimelineOverview.js +1 -1
  244. package/src/sap/ui/core/support/controls/TreeViewer.js +1 -1
  245. package/src/sap/ui/core/support/debugReboot.js +1 -1
  246. package/src/sap/ui/core/support/plugins/Breakpoint.js +1 -1
  247. package/src/sap/ui/core/support/plugins/ControlTree.js +2 -2
  248. package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
  249. package/src/sap/ui/core/support/plugins/Interaction.js +2 -2
  250. package/src/sap/ui/core/support/plugins/LocalStorage.js +2 -2
  251. package/src/sap/ui/core/support/plugins/MessageTest.js +2 -2
  252. package/src/sap/ui/core/support/plugins/Performance.js +2 -2
  253. package/src/sap/ui/core/support/plugins/Selector.js +2 -2
  254. package/src/sap/ui/core/support/plugins/TechInfo.js +2 -2
  255. package/src/sap/ui/core/support/plugins/Trace.js +2 -2
  256. package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -2
  257. package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +1 -1
  258. package/src/sap/ui/core/support/techinfo/moduleTreeHelper.js +1 -1
  259. package/src/sap/ui/core/support/trace/E2eTraceLib.js +1 -1
  260. package/src/sap/ui/core/support/trace/EppLib.js +1 -1
  261. package/src/sap/ui/core/support/usage/UsageAnalytics.js +1 -1
  262. package/src/sap/ui/core/syncStyleClass.js +1 -1
  263. package/src/sap/ui/core/themes/base/library.source.less +1 -1
  264. package/src/sap/ui/core/themes/sap_hcb/library.source.less +1 -1
  265. package/src/sap/ui/core/theming/Parameters.js +1 -1
  266. package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
  267. package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
  268. package/src/sap/ui/core/tmpl/DOMElementRenderer.js +1 -1
  269. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
  270. package/src/sap/ui/core/tmpl/Template.js +2 -2
  271. package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
  272. package/src/sap/ui/core/tmpl/TemplateControlRenderer.js +1 -1
  273. package/src/sap/ui/core/util/AsyncHintsHelper.js +2 -2
  274. package/src/sap/ui/core/util/DraftEnabledMockServer.js +1 -1
  275. package/src/sap/ui/core/util/Export.js +2 -2
  276. package/src/sap/ui/core/util/ExportCell.js +2 -2
  277. package/src/sap/ui/core/util/ExportColumn.js +2 -2
  278. package/src/sap/ui/core/util/ExportRow.js +2 -2
  279. package/src/sap/ui/core/util/ExportType.js +2 -2
  280. package/src/sap/ui/core/util/ExportTypeCSV.js +2 -2
  281. package/src/sap/ui/core/util/File.js +2 -2
  282. package/src/sap/ui/core/util/LibraryInfo.js +2 -2
  283. package/src/sap/ui/core/util/MockServer.js +2 -2
  284. package/src/sap/ui/core/util/MockServerAnnotationsHandler.js +1 -1
  285. package/src/sap/ui/core/util/PasteHelper.js +2 -2
  286. package/src/sap/ui/core/util/XMLPreprocessor.js +1 -1
  287. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +1 -1
  288. package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +1 -1
  289. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -1
  290. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +2 -2
  291. package/src/sap/ui/core/util/serializer/Serializer.js +2 -2
  292. package/src/sap/ui/core/util/serializer/ViewSerializer.js +2 -2
  293. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +2 -2
  294. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +2 -2
  295. package/src/sap/ui/core/util/serializer/delegate/HTML.js +2 -2
  296. package/src/sap/ui/core/util/serializer/delegate/XML.js +2 -2
  297. package/src/sap/ui/core/ws/ReadyState.js +2 -2
  298. package/src/sap/ui/core/ws/SapPcpWebSocket.js +2 -2
  299. package/src/sap/ui/core/ws/WebSocket.js +2 -2
  300. package/src/sap/ui/debug/ControlTree.js +2 -2
  301. package/src/sap/ui/debug/DebugEnv.js +2 -2
  302. package/src/sap/ui/debug/Highlighter.js +1 -1
  303. package/src/sap/ui/debug/LogViewer.js +1 -1
  304. package/src/sap/ui/debug/PropertyList.js +2 -2
  305. package/src/sap/ui/dom/activeElementFix.js +1 -1
  306. package/src/sap/ui/dom/containsOrEquals.js +1 -1
  307. package/src/sap/ui/dom/denormalizeScrollBeginRTL.js +1 -1
  308. package/src/sap/ui/dom/denormalizeScrollLeftRTL.js +1 -1
  309. package/src/sap/ui/dom/getComputedStyleFix.js +1 -1
  310. package/src/sap/ui/dom/getOwnerWindow.js +1 -1
  311. package/src/sap/ui/dom/getScrollbarSize.js +1 -1
  312. package/src/sap/ui/dom/includeScript.js +1 -1
  313. package/src/sap/ui/dom/includeStylesheet.js +1 -1
  314. package/src/sap/ui/dom/jquery/Aria.js +1 -1
  315. package/src/sap/ui/dom/jquery/Focusable.js +1 -1
  316. package/src/sap/ui/dom/jquery/Selection.js +1 -1
  317. package/src/sap/ui/dom/jquery/Selectors.js +1 -1
  318. package/src/sap/ui/dom/jquery/control.js +1 -1
  319. package/src/sap/ui/dom/jquery/cursorPos.js +1 -1
  320. package/src/sap/ui/dom/jquery/getSelectedText.js +1 -1
  321. package/src/sap/ui/dom/jquery/hasTabIndex.js +1 -1
  322. package/src/sap/ui/dom/jquery/parentByAttribute.js +1 -1
  323. package/src/sap/ui/dom/jquery/rect.js +1 -1
  324. package/src/sap/ui/dom/jquery/rectContains.js +1 -1
  325. package/src/sap/ui/dom/jquery/scrollLeftRTL.js +1 -1
  326. package/src/sap/ui/dom/jquery/scrollRightRTL.js +1 -1
  327. package/src/sap/ui/dom/jquery/selectText.js +1 -1
  328. package/src/sap/ui/dom/jquery/zIndex.js +1 -1
  329. package/src/sap/ui/dom/patch.js +1 -1
  330. package/src/sap/ui/dom/units/Rem.js +1 -1
  331. package/src/sap/ui/events/ControlEvents.js +1 -1
  332. package/src/sap/ui/events/F6Navigation.js +1 -1
  333. package/src/sap/ui/events/KeyCodes.js +1 -1
  334. package/src/sap/ui/events/PseudoEvents.js +1 -1
  335. package/src/sap/ui/events/TouchToMouseMapping.js +1 -1
  336. package/src/sap/ui/events/checkMouseEnterOrLeave.js +1 -1
  337. package/src/sap/ui/events/isMouseEventDelayed.js +1 -1
  338. package/src/sap/ui/events/isSpecialKey.js +1 -1
  339. package/src/sap/ui/events/jquery/EventExtension.js +1 -1
  340. package/src/sap/ui/events/jquery/EventSimulation.js +1 -1
  341. package/src/sap/ui/events/jquery/EventTriggerHook.js +1 -1
  342. package/src/sap/ui/model/Binding.js +1 -1
  343. package/src/sap/ui/model/BindingMode.js +1 -1
  344. package/src/sap/ui/model/ChangeReason.js +1 -1
  345. package/src/sap/ui/model/ClientContextBinding.js +1 -1
  346. package/src/sap/ui/model/ClientListBinding.js +1 -1
  347. package/src/sap/ui/model/ClientModel.js +2 -2
  348. package/src/sap/ui/model/ClientPropertyBinding.js +1 -1
  349. package/src/sap/ui/model/ClientTreeBinding.js +1 -1
  350. package/src/sap/ui/model/ClientTreeBindingAdapter.js +1 -1
  351. package/src/sap/ui/model/CompositeBinding.js +1 -1
  352. package/src/sap/ui/model/CompositeDataState.js +2 -2
  353. package/src/sap/ui/model/CompositeType.js +2 -2
  354. package/src/sap/ui/model/Context.js +1 -1
  355. package/src/sap/ui/model/ContextBinding.js +1 -1
  356. package/src/sap/ui/model/DataState.js +2 -2
  357. package/src/sap/ui/model/Filter.js +1 -1
  358. package/src/sap/ui/model/FilterOperator.js +1 -1
  359. package/src/sap/ui/model/FilterProcessor.js +1 -1
  360. package/src/sap/ui/model/FilterType.js +1 -1
  361. package/src/sap/ui/model/FormatException.js +1 -1
  362. package/src/sap/ui/model/ListBinding.js +1 -1
  363. package/src/sap/ui/model/MetaModel.js +2 -2
  364. package/src/sap/ui/model/Model.js +2 -2
  365. package/src/sap/ui/model/ParseException.js +1 -1
  366. package/src/sap/ui/model/PropertyBinding.js +1 -1
  367. package/src/sap/ui/model/SelectionModel.js +2 -2
  368. package/src/sap/ui/model/SimpleType.js +2 -2
  369. package/src/sap/ui/model/Sorter.js +1 -1
  370. package/src/sap/ui/model/SorterProcessor.js +1 -1
  371. package/src/sap/ui/model/TreeAutoExpandMode.js +2 -2
  372. package/src/sap/ui/model/TreeBinding.js +1 -1
  373. package/src/sap/ui/model/TreeBindingAdapter.js +1 -1
  374. package/src/sap/ui/model/TreeBindingCompatibilityAdapter.js +1 -1
  375. package/src/sap/ui/model/TreeBindingUtils.js +1 -1
  376. package/src/sap/ui/model/Type.js +2 -2
  377. package/src/sap/ui/model/ValidateException.js +1 -1
  378. package/src/sap/ui/model/analytics/AnalyticalBinding.js +1 -1
  379. package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +1 -1
  380. package/src/sap/ui/model/analytics/AnalyticalVersionInfo.js +1 -1
  381. package/src/sap/ui/model/analytics/BatchResponseCollector.js +1 -1
  382. package/src/sap/ui/model/analytics/ODataModelAdapter.js +1 -1
  383. package/src/sap/ui/model/analytics/odata4analytics.js +1 -1
  384. package/src/sap/ui/model/base/ManagedObjectModel.js +1 -1
  385. package/src/sap/ui/model/base/XMLNodeAttributesModel.js +1 -1
  386. package/src/sap/ui/model/base/XMLNodeUtils.js +1 -1
  387. package/src/sap/ui/model/control/ControlModel.js +2 -2
  388. package/src/sap/ui/model/control/ControlPropertyBinding.js +1 -1
  389. package/src/sap/ui/model/json/JSONListBinding.js +1 -1
  390. package/src/sap/ui/model/json/JSONModel.js +2 -2
  391. package/src/sap/ui/model/json/JSONPropertyBinding.js +1 -1
  392. package/src/sap/ui/model/json/JSONTreeBinding.js +1 -1
  393. package/src/sap/ui/model/message/MessageListBinding.js +1 -1
  394. package/src/sap/ui/model/message/MessageModel.js +2 -2
  395. package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
  396. package/src/sap/ui/model/meta/AdapterConstants.js +1 -1
  397. package/src/sap/ui/model/meta/AdapterFactory.js +1 -1
  398. package/src/sap/ui/model/meta/BaseAdapter.js +1 -1
  399. package/src/sap/ui/model/odata/AnnotationHelper.js +1 -1
  400. package/src/sap/ui/model/odata/AnnotationParser.js +1 -1
  401. package/src/sap/ui/model/odata/CountMode.js +1 -1
  402. package/src/sap/ui/model/odata/Filter.js +1 -1
  403. package/src/sap/ui/model/odata/ODataAnnotations.js +2 -2
  404. package/src/sap/ui/model/odata/ODataContextBinding.js +1 -1
  405. package/src/sap/ui/model/odata/ODataListBinding.js +1 -1
  406. package/src/sap/ui/model/odata/ODataMessageParser.js +2 -2
  407. package/src/sap/ui/model/odata/ODataMetaModel.js +2 -2
  408. package/src/sap/ui/model/odata/ODataMetadata.js +2 -2
  409. package/src/sap/ui/model/odata/ODataModel.js +2 -2
  410. package/src/sap/ui/model/odata/ODataPropertyBinding.js +1 -1
  411. package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
  412. package/src/sap/ui/model/odata/ODataTreeBindingAdapter.js +1 -1
  413. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
  414. package/src/sap/ui/model/odata/ODataUtils.js +1 -1
  415. package/src/sap/ui/model/odata/OperationMode.js +1 -1
  416. package/src/sap/ui/model/odata/UpdateMethod.js +1 -1
  417. package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
  418. package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
  419. package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
  420. package/src/sap/ui/model/odata/type/Boolean.js +2 -2
  421. package/src/sap/ui/model/odata/type/Byte.js +2 -2
  422. package/src/sap/ui/model/odata/type/Date.js +2 -2
  423. package/src/sap/ui/model/odata/type/DateTime.js +2 -2
  424. package/src/sap/ui/model/odata/type/DateTimeBase.js +2 -2
  425. package/src/sap/ui/model/odata/type/DateTimeOffset.js +2 -2
  426. package/src/sap/ui/model/odata/type/Decimal.js +2 -2
  427. package/src/sap/ui/model/odata/type/Double.js +2 -2
  428. package/src/sap/ui/model/odata/type/Guid.js +2 -2
  429. package/src/sap/ui/model/odata/type/Int.js +2 -2
  430. package/src/sap/ui/model/odata/type/Int16.js +2 -2
  431. package/src/sap/ui/model/odata/type/Int32.js +2 -2
  432. package/src/sap/ui/model/odata/type/Int64.js +2 -2
  433. package/src/sap/ui/model/odata/type/ODataType.js +2 -2
  434. package/src/sap/ui/model/odata/type/Raw.js +2 -2
  435. package/src/sap/ui/model/odata/type/SByte.js +2 -2
  436. package/src/sap/ui/model/odata/type/Single.js +2 -2
  437. package/src/sap/ui/model/odata/type/Stream.js +2 -2
  438. package/src/sap/ui/model/odata/type/String.js +2 -2
  439. package/src/sap/ui/model/odata/type/Time.js +2 -2
  440. package/src/sap/ui/model/odata/type/TimeOfDay.js +2 -2
  441. package/src/sap/ui/model/odata/v2/BatchMode.js +1 -1
  442. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +2 -2
  443. package/src/sap/ui/model/odata/v2/ODataContextBinding.js +1 -1
  444. package/src/sap/ui/model/odata/v2/ODataListBinding.js +1 -1
  445. package/src/sap/ui/model/odata/v2/ODataModel.js +2 -2
  446. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  447. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +1 -1
  448. package/src/sap/ui/model/odata/v4/Context.js +2 -2
  449. package/src/sap/ui/model/odata/v4/ODataBinding.js +1 -1
  450. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +2 -2
  451. package/src/sap/ui/model/odata/v4/ODataListBinding.js +2 -2
  452. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +2 -2
  453. package/src/sap/ui/model/odata/v4/ODataModel.js +2 -2
  454. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +1 -1
  455. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +2 -2
  456. package/src/sap/ui/model/odata/v4/ODataUtils.js +1 -1
  457. package/src/sap/ui/model/odata/v4/SubmitMode.js +1 -1
  458. package/src/sap/ui/model/odata/v4/ValueListType.js +1 -1
  459. package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +1 -1
  460. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +1 -1
  461. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +1 -1
  462. package/src/sap/ui/model/odata/v4/lib/_Batch.js +1 -1
  463. package/src/sap/ui/model/odata/v4/lib/_Cache.js +1 -1
  464. package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
  465. package/src/sap/ui/model/odata/v4/lib/_Helper.js +1 -1
  466. package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +1 -1
  467. package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
  468. package/src/sap/ui/model/odata/v4/lib/_Parser.js +1 -1
  469. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +1 -1
  470. package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +1 -1
  471. package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
  472. package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +1 -1
  473. package/src/sap/ui/model/resource/ResourceModel.js +2 -2
  474. package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
  475. package/src/sap/ui/model/type/Boolean.js +2 -2
  476. package/src/sap/ui/model/type/Currency.js +2 -2
  477. package/src/sap/ui/model/type/Date.js +2 -2
  478. package/src/sap/ui/model/type/DateInterval.js +2 -2
  479. package/src/sap/ui/model/type/DateTime.js +2 -2
  480. package/src/sap/ui/model/type/DateTimeInterval.js +2 -2
  481. package/src/sap/ui/model/type/FileSize.js +2 -2
  482. package/src/sap/ui/model/type/Float.js +2 -2
  483. package/src/sap/ui/model/type/Integer.js +2 -2
  484. package/src/sap/ui/model/type/String.js +2 -2
  485. package/src/sap/ui/model/type/Time.js +2 -2
  486. package/src/sap/ui/model/type/TimeInterval.js +2 -2
  487. package/src/sap/ui/model/type/Unit.js +2 -2
  488. package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
  489. package/src/sap/ui/model/xml/XMLModel.js +2 -2
  490. package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
  491. package/src/sap/ui/model/xml/XMLTreeBinding.js +1 -1
  492. package/src/sap/ui/performance/Measurement.js +1 -1
  493. package/src/sap/ui/performance/XHRInterceptor.js +1 -1
  494. package/src/sap/ui/performance/trace/FESR.js +1 -1
  495. package/src/sap/ui/performance/trace/Interaction.js +1 -1
  496. package/src/sap/ui/performance/trace/Passport.js +1 -1
  497. package/src/sap/ui/performance/trace/initTraces.js +1 -1
  498. package/src/sap/ui/qunit/QUnitUtils.js +1 -1
  499. package/src/sap/ui/qunit/qunit-2-css.js +1 -1
  500. package/src/sap/ui/qunit/qunit-coverage.js +1 -1
  501. package/src/sap/ui/qunit/qunit-css.js +1 -1
  502. package/src/sap/ui/qunit/qunit-junit.js +1 -1
  503. package/src/sap/ui/qunit/qunit-redirect.js +1 -1
  504. package/src/sap/ui/qunit/sinon-qunit-bridge.js +1 -1
  505. package/src/sap/ui/qunit/utils/ControlIterator.js +2 -2
  506. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +2 -2
  507. package/src/sap/ui/qunit/utils/createAndAppendDiv.js +1 -1
  508. package/src/sap/ui/security/FrameOptions.js +1 -1
  509. package/src/sap/ui/test/BlanketReporter.js +1 -1
  510. package/src/sap/ui/test/BranchTracking.js +1 -1
  511. package/src/sap/ui/test/Opa.js +1 -1
  512. package/src/sap/ui/test/Opa5.js +1 -1
  513. package/src/sap/ui/test/OpaExtension.js +1 -1
  514. package/src/sap/ui/test/OpaPlugin.js +1 -1
  515. package/src/sap/ui/test/PageObjectFactory.js +1 -1
  516. package/src/sap/ui/test/RecordReplay.js +1 -1
  517. package/src/sap/ui/test/TestUtils.js +1 -1
  518. package/src/sap/ui/test/_ControlFinder.js +1 -1
  519. package/src/sap/ui/test/_LogCollector.js +1 -1
  520. package/src/sap/ui/test/_OpaLogger.js +1 -1
  521. package/src/sap/ui/test/_OpaUriParameterParser.js +1 -1
  522. package/src/sap/ui/test/_ParameterValidator.js +1 -1
  523. package/src/sap/ui/test/_UsageReport.js +1 -1
  524. package/src/sap/ui/test/_opaCorePlugin.js +1 -1
  525. package/src/sap/ui/test/actions/Action.js +1 -1
  526. package/src/sap/ui/test/actions/EnterText.js +1 -1
  527. package/src/sap/ui/test/actions/Press.js +1 -1
  528. package/src/sap/ui/test/autowaiter/_UIUpdatesWaiter.js +1 -1
  529. package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
  530. package/src/sap/ui/test/autowaiter/_autoWaiter.js +1 -1
  531. package/src/sap/ui/test/autowaiter/_autoWaiterAsync.js +1 -1
  532. package/src/sap/ui/test/autowaiter/_navigationContainerWaiter.js +1 -1
  533. package/src/sap/ui/test/autowaiter/_promiseWaiter.js +1 -1
  534. package/src/sap/ui/test/autowaiter/_timeoutWaiter.js +1 -1
  535. package/src/sap/ui/test/autowaiter/_utils.js +1 -1
  536. package/src/sap/ui/test/gherkin/GherkinTestGenerator.js +1 -1
  537. package/src/sap/ui/test/gherkin/StepDefinitions.js +1 -1
  538. package/src/sap/ui/test/gherkin/dataTableUtils.js +1 -1
  539. package/src/sap/ui/test/gherkin/opa5TestHarness.js +1 -1
  540. package/src/sap/ui/test/gherkin/qUnitTestHarness.js +1 -1
  541. package/src/sap/ui/test/gherkin/simpleGherkinParser.js +1 -1
  542. package/src/sap/ui/test/launchers/componentLauncher.js +1 -1
  543. package/src/sap/ui/test/launchers/iFrameLauncher.js +1 -1
  544. package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +1 -1
  545. package/src/sap/ui/test/matchers/AggregationEmpty.js +1 -1
  546. package/src/sap/ui/test/matchers/AggregationFilled.js +1 -1
  547. package/src/sap/ui/test/matchers/AggregationLengthEquals.js +1 -1
  548. package/src/sap/ui/test/matchers/Ancestor.js +1 -1
  549. package/src/sap/ui/test/matchers/BindingPath.js +1 -1
  550. package/src/sap/ui/test/matchers/I18NText.js +1 -1
  551. package/src/sap/ui/test/matchers/Interactable.js +1 -1
  552. package/src/sap/ui/test/matchers/LabelFor.js +1 -1
  553. package/src/sap/ui/test/matchers/Matcher.js +1 -1
  554. package/src/sap/ui/test/matchers/MatcherFactory.js +1 -1
  555. package/src/sap/ui/test/matchers/Properties.js +1 -1
  556. package/src/sap/ui/test/matchers/PropertyStrictEquals.js +1 -1
  557. package/src/sap/ui/test/matchers/Visible.js +1 -1
  558. package/src/sap/ui/test/matchers/matchers.js +1 -1
  559. package/src/sap/ui/test/opaQunit.js +1 -1
  560. package/src/sap/ui/test/pipelines/ActionPipeline.js +1 -1
  561. package/src/sap/ui/test/pipelines/MatcherPipeline.js +1 -1
  562. package/src/sap/ui/test/pipelines/PipelineFactory.js +1 -1
  563. package/src/sap/ui/test/qunitPause.js +83 -0
  564. package/src/sap/ui/test/selectors/_BindingPath.js +1 -1
  565. package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +1 -1
  566. package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
  567. package/src/sap/ui/test/selectors/_DropdownItem.js +1 -1
  568. package/src/sap/ui/test/selectors/_GlobalID.js +1 -1
  569. package/src/sap/ui/test/selectors/_LabelFor.js +1 -1
  570. package/src/sap/ui/test/selectors/_Properties.js +1 -1
  571. package/src/sap/ui/test/selectors/_Selector.js +1 -1
  572. package/src/sap/ui/test/selectors/_TableRowItem.js +1 -1
  573. package/src/sap/ui/test/selectors/_ViewID.js +1 -1
  574. package/src/sap/ui/test/selectors/_selectors.js +1 -1
  575. package/src/sap/ui/test/starter/_utils.js +1 -1
  576. package/src/sap/ui/test/starter/createSuite.js +1 -1
  577. package/src/sap/ui/test/starter/runTest.js +4 -2
  578. package/src/sap/ui/thirdparty/IPv6.js +2 -2
  579. package/src/sap/ui/thirdparty/RequestRecorder.js +1 -1
  580. package/src/sap/ui/thirdparty/SecondLevelDomains.js +2 -2
  581. package/src/sap/ui/thirdparty/URI.js +36 -20
  582. package/src/sap/ui/thirdparty/URITemplate.js +2 -2
  583. package/src/sap/ui/thirdparty/baseuri.js +1 -1
  584. package/src/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
  585. package/src/sap/ui/thirdparty/handlebars.js +4 -4
  586. package/src/sap/ui/thirdparty/jquery.js +58 -2
  587. package/src/sap/ui/thirdparty/jqueryui/jquery-ui-datepicker.js +143 -3
  588. package/src/sap/ui/thirdparty/jqueryui/jquery-ui-position.js +8 -1
  589. package/src/sap/ui/thirdparty/qunit-2.js +13 -0
  590. package/src/sap/ui/thirdparty/qunit.js +12 -0
  591. package/src/sap/ui/util/ActivityDetection.js +1 -1
  592. package/src/sap/ui/util/Mobile.js +1 -1
  593. package/src/sap/ui/util/Storage.js +2 -2
  594. package/src/sap/ui/util/XMLHelper.js +1 -1
  595. package/src/sap/ui/util/_FeatureDetection.js +1 -1
  596. package/src/sap/ui/util/defaultLinkTypes.js +1 -1
  597. package/src/sap/ui/util/isCrossOriginURL.js +1 -1
  598. package/src/sap/ui/util/openWindow.js +1 -1
  599. package/src/sap-ui-boot.js +1 -1
  600. package/src/sap-ui-core-nojQuery.js +1 -1
  601. package/src/sap-ui-core.js +1 -1
  602. package/src/sap-ui-debug.js +1 -1
  603. package/src/ui5loader-autoconfig.js +1 -1
  604. package/src/ui5loader.js +1 -1
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 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
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -204,7 +204,9 @@
204
204
  QUnit.config.autostart = false;
205
205
 
206
206
  // now load QUnit, its CSS + the reporter bridge
207
- pQUnit = pAfterLoader.then(function() {
207
+ pQUnit = pAfterLoader.then(function () {
208
+ return requireP("sap/ui/test/qunitPause");
209
+ }).then(function() {
208
210
  utils.addStylesheet(sQUnitCSS);
209
211
  return requireP(sQUnitModule);
210
212
  }).then(function() {
@@ -2,7 +2,7 @@
2
2
  * URI.js - Mutating URLs
3
3
  * IPv6 Support
4
4
  *
5
- * Version: 1.19.1
5
+ * Version: 1.19.8
6
6
  *
7
7
  * Author: Rodney Rehm
8
8
  * Web: http://medialize.github.io/URI.js/
@@ -182,4 +182,4 @@
182
182
  best: bestPresentation,
183
183
  noConflict: noConflict
184
184
  };
185
- }));
185
+ }));
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -2,7 +2,7 @@
2
2
  * URI.js - Mutating URLs
3
3
  * Second Level Domain (SLD) Support
4
4
  *
5
- * Version: 1.19.1
5
+ * Version: 1.19.8
6
6
  *
7
7
  * Author: Rodney Rehm
8
8
  * Web: http://medialize.github.io/URI.js/
@@ -242,4 +242,4 @@
242
242
  };
243
243
 
244
244
  return SLD;
245
- }));
245
+ }));
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * URI.js - Mutating URLs
3
3
  *
4
- * Version: 1.19.1
4
+ * Version: 1.19.8
5
5
  *
6
6
  * Author: Rodney Rehm
7
7
  * Web: http://medialize.github.io/URI.js/
@@ -17,17 +17,17 @@
17
17
  // Node
18
18
  module.exports = factory(require('./punycode'), require('./IPv6'), require('./SecondLevelDomains'));
19
19
  } else if (typeof define === 'function' && define.amd) {
20
- // AMD. Register as an anonymous module.
21
- // ##### BEGIN: MODIFIED BY SAP
22
- // define(['./punycode', './IPv6', './SecondLevelDomains'], factory);
23
- // we can't support loading URI.js via AMD define. URI.js is packaged with SAPUI5 code
24
- // and define() doesn't execute synchronously. So the UI5 code executed after URI.js
25
- // fails as it is missing the URI.js code.
26
- // Instead we use the standard init code and only expose the result via define()
27
- // The (optional) dependencies are lost or must be loaded in advance
28
- root.URI = factory(root.punycode, root.IPv6, root.SecondLevelDomains, root);
29
- define('sap/ui/thirdparty/URI', [], function() { return root.URI; });
30
- // ##### END: MODIFIED BY SAP
20
+ // AMD. Register as an anonymous module.
21
+ // ##### BEGIN: MODIFIED BY SAP
22
+ // define(['./punycode', './IPv6', './SecondLevelDomains'], factory);
23
+ // we can't support loading URI.js via AMD define. URI.js is packaged with SAPUI5 code
24
+ // and define() doesn't execute synchronously. So the UI5 code executed after URI.js
25
+ // fails as it is missing the URI.js code.
26
+ // Instead we use the standard init code and only expose the result via define()
27
+ // The (optional) dependencies are lost or must be loaded in advance
28
+ root.URI = factory(root.punycode, root.IPv6, root.SecondLevelDomains, root);
29
+ define('sap/ui/thirdparty/URI', [], function() { return root.URI; });
30
+ // ##### END: MODIFIED BY SAP
31
31
  } else {
32
32
  // Browser globals (root is window)
33
33
  root.URI = factory(root.punycode, root.IPv6, root.SecondLevelDomains, root);
@@ -90,7 +90,7 @@
90
90
  return /^[0-9]+$/.test(value);
91
91
  }
92
92
 
93
- URI.version = '1.19.1';
93
+ URI.version = '1.19.8';
94
94
 
95
95
  var p = URI.prototype;
96
96
  var hasOwn = Object.prototype.hasOwnProperty;
@@ -521,6 +521,9 @@
521
521
  string = string.substring(0, pos);
522
522
  }
523
523
 
524
+ // slashes and backslashes have lost all meaning for the web protocols (https, http, wss, ws)
525
+ string = string.replace(/^(https?|ftp|wss?)?:[/\\]*/i, '$1://');
526
+
524
527
  // extract protocol
525
528
  if (string.substring(0, 2) === '//') {
526
529
  // relative-scheme
@@ -535,7 +538,7 @@
535
538
  if (parts.protocol && !parts.protocol.match(URI.protocol_expression)) {
536
539
  // : may be within the path
537
540
  parts.protocol = undefined;
538
- } else if (string.substring(pos + 1, pos + 3) === '//') {
541
+ } else if (string.substring(pos + 1, pos + 3).replace(/\\/g, '/') === '//') {
539
542
  string = string.substring(pos + 3);
540
543
 
541
544
  // extract "user:pass@host:port"
@@ -621,17 +624,22 @@
621
624
  };
622
625
  URI.parseUserinfo = function(string, parts) {
623
626
  // extract username:password
627
+ var _string = string
628
+ var firstBackSlash = string.indexOf('\\');
629
+ if (firstBackSlash !== -1) {
630
+ string = string.replace(/\\/g, '/')
631
+ }
624
632
  var firstSlash = string.indexOf('/');
625
633
  var pos = string.lastIndexOf('@', firstSlash > -1 ? firstSlash : string.length - 1);
626
634
  var t;
627
635
 
628
- // authority@ must come before /path
636
+ // authority@ must come before /path or \path
629
637
  if (pos > -1 && (firstSlash === -1 || pos < firstSlash)) {
630
638
  t = string.substring(0, pos).split(':');
631
639
  parts.username = t[0] ? URI.decode(t[0]) : null;
632
640
  t.shift();
633
641
  parts.password = t[0] ? URI.decode(t.join(':')) : null;
634
- string = string.substring(pos + 1);
642
+ string = _string.substring(pos + 1);
635
643
  } else {
636
644
  parts.username = null;
637
645
  parts.password = null;
@@ -662,7 +670,10 @@
662
670
  // no "=" is null according to http://dvcs.w3.org/hg/url/raw-file/tip/Overview.html#collect-url-parameters
663
671
  value = v.length ? URI.decodeQuery(v.join('='), escapeQuerySpace) : null;
664
672
 
665
- if (hasOwn.call(items, name)) {
673
+ if (name === '__proto__') {
674
+ // ignore attempt at exploiting JavaScript internals
675
+ continue;
676
+ } else if (hasOwn.call(items, name)) {
666
677
  if (typeof items[name] === 'string' || items[name] === null) {
667
678
  items[name] = [items[name]];
668
679
  }
@@ -678,6 +689,7 @@
678
689
 
679
690
  URI.build = function(parts) {
680
691
  var t = '';
692
+ var requireAbsolutePath = false
681
693
 
682
694
  if (parts.protocol) {
683
695
  t += parts.protocol + ':';
@@ -685,12 +697,13 @@
685
697
 
686
698
  if (!parts.urn && (t || parts.hostname)) {
687
699
  t += '//';
700
+ requireAbsolutePath = true
688
701
  }
689
702
 
690
703
  t += (URI.buildAuthority(parts) || '');
691
704
 
692
705
  if (typeof parts.path === 'string') {
693
- if (parts.path.charAt(0) !== '/' && typeof parts.hostname === 'string') {
706
+ if (parts.path.charAt(0) !== '/' && requireAbsolutePath) {
694
707
  t += '/';
695
708
  }
696
709
 
@@ -753,7 +766,10 @@
753
766
  var t = '';
754
767
  var unique, key, i, length;
755
768
  for (key in data) {
756
- if (hasOwn.call(data, key) && key) {
769
+ if (key === '__proto__') {
770
+ // ignore attempt at exploiting JavaScript internals
771
+ continue;
772
+ } else if (hasOwn.call(data, key)) {
757
773
  if (isArray(data[key])) {
758
774
  unique = {};
759
775
  for (i = 0, length = data[key].length; i < length; i++) {
@@ -2344,4 +2360,4 @@
2344
2360
  };
2345
2361
 
2346
2362
  return URI;
2347
- }));
2363
+ }));
@@ -2,7 +2,7 @@
2
2
  * URI.js - Mutating URLs
3
3
  * URI Template Support - http://tools.ietf.org/html/rfc6570
4
4
  *
5
- * Version: 1.19.1
5
+ * Version: 1.19.8
6
6
  *
7
7
  * Author: Rodney Rehm
8
8
  * Web: http://medialize.github.io/URI.js/
@@ -513,4 +513,4 @@
513
513
  };
514
514
 
515
515
  return URITemplate;
516
- }));
516
+ }));
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1988,7 +1988,7 @@ if (typeof window !== 'undefined') {
1988
1988
  }
1989
1989
  /*!
1990
1990
  * UI development toolkit for HTML5 (OpenUI5)
1991
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
1991
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
1992
1992
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
1993
1993
  */
1994
1994
  // Based on coding from the HTML4 Sanitizer by Google Inc.
@@ -1,7 +1,7 @@
1
1
  /**!
2
2
 
3
3
  @license
4
- handlebars v4.7.6
4
+ handlebars v4.7.7
5
5
 
6
6
  Copyright (C) 2011-2019 by Yehuda Katz
7
7
 
@@ -278,7 +278,7 @@ return /******/ (function(modules) { // webpackBootstrap
278
278
 
279
279
  var _internalProtoAccess = __webpack_require__(33);
280
280
 
281
- var VERSION = '4.7.6';
281
+ var VERSION = '4.7.7';
282
282
  exports.VERSION = VERSION;
283
283
  var COMPILER_REVISION = 8;
284
284
  exports.COMPILER_REVISION = COMPILER_REVISION;
@@ -1525,7 +1525,7 @@ return /******/ (function(modules) { // webpackBootstrap
1525
1525
  loc: loc
1526
1526
  });
1527
1527
  }
1528
- return obj[name];
1528
+ return container.lookupProperty(obj, name);
1529
1529
  },
1530
1530
  lookupProperty: function lookupProperty(parent, propertyName) {
1531
1531
  var result = parent[propertyName];
@@ -3909,7 +3909,7 @@ return /******/ (function(modules) { // webpackBootstrap
3909
3909
  return this.internalNameLookup(parent, name);
3910
3910
  },
3911
3911
  depthedLookup: function depthedLookup(name) {
3912
- return [this.aliasable('container.lookup'), '(depths, "', name, '")'];
3912
+ return [this.aliasable('container.lookup'), '(depths, ', JSON.stringify(name), ')'];
3913
3913
  },
3914
3914
 
3915
3915
  compilerInfo: function compilerInfo() {
@@ -4252,13 +4252,54 @@ var rtagName = ( /<([\w:-]+)/ );
4252
4252
 
4253
4253
  var rscriptType = ( /^$|\/(?:java|ecma)script/i );
4254
4254
 
4255
+ // ##### BEGIN: MODIFIED BY SAP
4256
+ // Moved the following "support" module to access it in the after-following code (see pull request #4647).
4257
+
4258
+ // Skip the select wrapper for <option> outside of IE9
4259
+ ( function() {
4260
+ var fragment = document.createDocumentFragment(),
4261
+ div = fragment.appendChild( document.createElement( "div" ) ),
4262
+ input = document.createElement( "input" );
4263
+
4264
+ // Support: Android 4.0-4.3, Safari<=5.1
4265
+ // Check state lost if the name is set (#11217)
4266
+ // Support: Windows Web Apps (WWA)
4267
+ // `name` and `type` must use .setAttribute for WWA (#14901)
4268
+ input.setAttribute( "type", "radio" );
4269
+ input.setAttribute( "checked", "checked" );
4270
+ input.setAttribute( "name", "t" );
4271
+
4272
+ div.appendChild( input );
4273
+
4274
+ // Support: Safari<=5.1, Android<4.2
4275
+ // Older WebKit doesn't clone checked state correctly in fragments
4276
+ support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
4255
4277
 
4278
+ // Support: IE<=11+
4279
+ // Make sure textarea (and checkbox) defaultValue is properly cloned
4280
+ div.innerHTML = "<textarea>x</textarea>";
4281
+ support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
4282
+
4283
+ // ##### BEGIN: MODIFIED BY SAP
4284
+ // Support: IE <=9 only
4285
+ // IE <=9 replaces <option> tags with their contents when inserted outside of
4286
+ // the select element.
4287
+ div.innerHTML = "<option></option>";
4288
+ support.option = !!div.lastChild;
4289
+ // ##### END: MODIFIED BY SAP
4290
+ } )();
4291
+ // ##### END: MODIFIED BY SAP
4256
4292
 
4257
4293
  // We have to close these tags to support XHTML (#13200)
4258
4294
  var wrapMap = {
4259
4295
 
4296
+ // ##### BEGIN: MODIFIED BY SAP
4297
+ // Skip the select wrapper for <option> outside of IE9
4298
+ /*
4260
4299
  // Support: IE9
4261
4300
  option: [ 1, "<select multiple='multiple'>", "</select>" ],
4301
+ */
4302
+ // ##### END: MODIFIED BY SAP
4262
4303
 
4263
4304
  // XHTML parsers do not magically insert elements in the
4264
4305
  // same way that tag soup parsers do. So we cannot shorten
@@ -4271,12 +4312,22 @@ var wrapMap = {
4271
4312
  _default: [ 0, "", "" ]
4272
4313
  };
4273
4314
 
4315
+ // ##### BEGIN: MODIFIED BY SAP
4316
+ // Skip the select wrapper for <option> outside of IE9
4274
4317
  // Support: IE9
4275
- wrapMap.optgroup = wrapMap.option;
4318
+ // wrapMap.optgroup = wrapMap.option;
4319
+ // ##### END: MODIFIED BY SAP
4276
4320
 
4277
4321
  wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
4278
4322
  wrapMap.th = wrapMap.td;
4279
4323
 
4324
+ // ##### BEGIN: MODIFIED BY SAP
4325
+ // Skip the select wrapper for <option> outside of IE9
4326
+ // Support: IE <=9 only
4327
+ if ( !support.option ) {
4328
+ wrapMap.optgroup = wrapMap.option = [ 1, "<select multiple='multiple'>", "</select>" ];
4329
+ }
4330
+ // ##### END: MODIFIED BY SAP
4280
4331
 
4281
4332
  function getAll( context, tag ) {
4282
4333
 
@@ -4400,7 +4451,11 @@ function buildFragment( elems, context, scripts, selection, ignored ) {
4400
4451
  return fragment;
4401
4452
  }
4402
4453
 
4454
+ // ##### BEGIN: MODIFIED BY SAP
4455
+ // Moved the following "support" module to access it earlier (see pull request #4647).
4403
4456
 
4457
+ // Skip the select wrapper for <option> outside of IE9
4458
+ /*
4404
4459
  ( function() {
4405
4460
  var fragment = document.createDocumentFragment(),
4406
4461
  div = fragment.appendChild( document.createElement( "div" ) ),
@@ -4425,7 +4480,8 @@ function buildFragment( elems, context, scripts, selection, ignored ) {
4425
4480
  div.innerHTML = "<textarea>x</textarea>";
4426
4481
  support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
4427
4482
  } )();
4428
-
4483
+ */
4484
+ // ##### END: MODIFIED BY SAP
4429
4485
 
4430
4486
  var
4431
4487
  rkeyEvent = /^key/,
@@ -193,7 +193,12 @@ $.extend(Datepicker.prototype, {
193
193
  inst.append.remove();
194
194
  }
195
195
  if (appendText) {
196
- inst.append = $("<span class='" + this._appendClass + "'>" + appendText + "</span>");
196
+ // ##### BEGIN: MODIFIED BY SAP
197
+ // inst.append = $("<span class='" + this._appendClass + "'>" + appendText + "</span>");
198
+ inst.append = $( "<span></span>" )
199
+ .addClass( this._appendClass )
200
+ .text( appendText );
201
+ // ##### END: MODIFIED BY SAP
197
202
  input[isRTL ? "before" : "after"](inst.append);
198
203
  }
199
204
 
@@ -210,12 +215,43 @@ $.extend(Datepicker.prototype, {
210
215
  if (showOn === "button" || showOn === "both") { // pop-up date picker when button clicked
211
216
  buttonText = this._get(inst, "buttonText");
212
217
  buttonImage = this._get(inst, "buttonImage");
213
- inst.trigger = $(this._get(inst, "buttonImageOnly") ?
218
+
219
+ // ##### BEGIN: MODIFIED BY SAP
220
+ /*
221
+ inst.trigger = $( this._get(inst, "buttonImageOnly" ) ?
214
222
  $("<img/>").addClass(this._triggerClass).
215
223
  attr({ src: buttonImage, alt: buttonText, title: buttonText }) :
216
224
  $("<button type='button'></button>").addClass(this._triggerClass).
217
225
  html(!buttonImage ? buttonText : $("<img/>").attr(
218
226
  { src:buttonImage, alt:buttonText, title:buttonText })));
227
+ */
228
+
229
+ if ( this._get( inst, "buttonImageOnly" ) ) {
230
+ inst.trigger = $( "<img>" )
231
+ .addClass( this._triggerClass )
232
+ .attr( {
233
+ src: buttonImage,
234
+ alt: buttonText,
235
+ title: buttonText
236
+ } );
237
+ } else {
238
+ inst.trigger = $( "<button type='button'></button>" )
239
+ .addClass( this._triggerClass );
240
+ if ( buttonImage ) {
241
+ inst.trigger.html(
242
+ $( "<img>" )
243
+ .attr( {
244
+ src: buttonImage,
245
+ alt: buttonText,
246
+ title: buttonText
247
+ } )
248
+ );
249
+ } else {
250
+ inst.trigger.text( buttonText );
251
+ }
252
+ }
253
+ // ##### END: MODIFIED BY SAP
254
+
219
255
  input[isRTL ? "before" : "after"](inst.trigger);
220
256
  inst.trigger.click(function() {
221
257
  if ($.datepicker._datepickerShowing && $.datepicker._lastInput === input[0]) {
@@ -1024,7 +1060,10 @@ $.extend(Datepicker.prototype, {
1024
1060
  altFormat = this._get(inst, "altFormat") || this._get(inst, "dateFormat");
1025
1061
  date = this._getDate(inst);
1026
1062
  dateStr = this.formatDate(altFormat, date, this._getFormatConfig(inst));
1027
- $(altField).each(function() { $(this).val(dateStr); });
1063
+ // ##### BEGIN: MODIFIED BY SAP
1064
+ // $(altField).each(function() { $(this).val(dateStr); });
1065
+ $( document ).find( altField ).val( dateStr );
1066
+ // ##### END: MODIFIED BY SAP
1028
1067
  }
1029
1068
  },
1030
1069
 
@@ -1628,32 +1667,133 @@ $.extend(Datepicker.prototype, {
1628
1667
  this._daylightSavingAdjust(new Date(drawYear, drawMonth - stepMonths, 1)),
1629
1668
  this._getFormatConfig(inst)));
1630
1669
 
1670
+ // ##### BEGIN: MODIFIED BY SAP
1671
+ /*
1631
1672
  prev = (this._canAdjustMonth(inst, -1, drawYear, drawMonth) ?
1632
1673
  "<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click'" +
1633
1674
  " title='" + prevText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "e" : "w") + "'>" + prevText + "</span></a>" :
1634
1675
  (hideIfNoPrevNext ? "" : "<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+ prevText +"'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "e" : "w") + "'>" + prevText + "</span></a>"));
1676
+ */
1677
+
1678
+ if ( this._canAdjustMonth( inst, -1, drawYear, drawMonth ) ) {
1679
+ prev = $( "<a></a>" )
1680
+ .attr( {
1681
+ "class": "ui-datepicker-prev ui-corner-all",
1682
+ "data-handler": "prev",
1683
+ "data-event": "click",
1684
+ title: prevText
1685
+ } )
1686
+ .append(
1687
+ $( "<span></span>" )
1688
+ .addClass( "ui-icon ui-icon-circle-triangle-" +
1689
+ ( isRTL ? "e" : "w" ) )
1690
+ .text( prevText )
1691
+ )[ 0 ].outerHTML;
1692
+ } else if ( hideIfNoPrevNext ) {
1693
+ prev = "";
1694
+ } else {
1695
+ prev = $( "<a></a>" )
1696
+ .attr( {
1697
+ "class": "ui-datepicker-prev ui-corner-all ui-state-disabled",
1698
+ title: prevText
1699
+ } )
1700
+ .append(
1701
+ $( "<span></span>" )
1702
+ .addClass( "ui-icon ui-icon-circle-triangle-" +
1703
+ ( isRTL ? "e" : "w" ) )
1704
+ .text( prevText )
1705
+ )[ 0 ].outerHTML;
1706
+ }
1707
+ // ##### END: MODIFIED BY SAP
1635
1708
 
1636
1709
  nextText = this._get(inst, "nextText");
1637
1710
  nextText = (!navigationAsDateFormat ? nextText : this.formatDate(nextText,
1638
1711
  this._daylightSavingAdjust(new Date(drawYear, drawMonth + stepMonths, 1)),
1639
1712
  this._getFormatConfig(inst)));
1640
1713
 
1714
+ // ##### BEGIN: MODIFIED BY SAP
1715
+ /*
1641
1716
  next = (this._canAdjustMonth(inst, +1, drawYear, drawMonth) ?
1642
1717
  "<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click'" +
1643
1718
  " title='" + nextText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "w" : "e") + "'>" + nextText + "</span></a>" :
1644
1719
  (hideIfNoPrevNext ? "" : "<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+ nextText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "w" : "e") + "'>" + nextText + "</span></a>"));
1720
+ */
1721
+
1722
+ if ( this._canAdjustMonth( inst, +1, drawYear, drawMonth ) ) {
1723
+ next = $( "<a></a>" )
1724
+ .attr( {
1725
+ "class": "ui-datepicker-next ui-corner-all",
1726
+ "data-handler": "next",
1727
+ "data-event": "click",
1728
+ title: nextText
1729
+ } )
1730
+ .append(
1731
+ $( "<span></span>" )
1732
+ .addClass( "ui-icon ui-icon-circle-triangle-" +
1733
+ ( isRTL ? "w" : "e" ) )
1734
+ .text( nextText )
1735
+ )[ 0 ].outerHTML;
1736
+ } else if ( hideIfNoPrevNext ) {
1737
+ next = "";
1738
+ } else {
1739
+ next = $( "<a></a>" )
1740
+ .attr( {
1741
+ "class": "ui-datepicker-next ui-corner-all ui-state-disabled",
1742
+ title: nextText
1743
+ } )
1744
+ .append(
1745
+ $( "<span></span>" )
1746
+ .attr( "class", "ui-icon ui-icon-circle-triangle-" +
1747
+ ( isRTL ? "w" : "e" ) )
1748
+ .text( nextText )
1749
+ )[ 0 ].outerHTML;
1750
+ }
1751
+ // ##### END: MODIFIED BY SAP
1645
1752
 
1646
1753
  currentText = this._get(inst, "currentText");
1647
1754
  gotoDate = (this._get(inst, "gotoCurrent") && inst.currentDay ? currentDate : today);
1648
1755
  currentText = (!navigationAsDateFormat ? currentText :
1649
1756
  this.formatDate(currentText, gotoDate, this._getFormatConfig(inst)));
1650
1757
 
1758
+ // ##### BEGIN: MODIFIED BY SAP
1759
+ /*
1651
1760
  controls = (!inst.inline ? "<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>" +
1652
1761
  this._get(inst, "closeText") + "</button>" : "");
1653
1762
 
1654
1763
  buttonPanel = (showButtonPanel) ? "<div class='ui-datepicker-buttonpane ui-widget-content'>" + (isRTL ? controls : "") +
1655
1764
  (this._isInRange(inst, gotoDate) ? "<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'" +
1656
1765
  ">" + currentText + "</button>" : "") + (isRTL ? "" : controls) + "</div>" : "";
1766
+ */
1767
+
1768
+ controls = "";
1769
+ if ( !inst.inline ) {
1770
+ controls = $( "<button></button>" )
1771
+ .attr( {
1772
+ type: "button",
1773
+ "class": "ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all",
1774
+ "data-handler": "hide",
1775
+ "data-event": "click"
1776
+ } )
1777
+ .text( this._get( inst, "closeText" ) )[ 0 ].outerHTML;
1778
+ }
1779
+
1780
+ buttonPanel = "";
1781
+ if ( showButtonPanel ) {
1782
+ buttonPanel = $( "<div class='ui-datepicker-buttonpane ui-widget-content'></div>" )
1783
+ .append( isRTL ? controls : "" )
1784
+ .append( this._isInRange( inst, gotoDate ) ?
1785
+ $( "<button></button>" )
1786
+ .attr( {
1787
+ type: "button",
1788
+ "class": "ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all",
1789
+ "data-handler": "today",
1790
+ "data-event": "click"
1791
+ } )
1792
+ .text( currentText ) :
1793
+ "" )
1794
+ .append( isRTL ? "" : controls )[ 0 ].outerHTML;
1795
+ }
1796
+ // ##### END: MODIFIED BY SAP
1657
1797
 
1658
1798
  firstDay = parseInt(this._get(inst, "firstDay"),10);
1659
1799
  firstDay = (isNaN(firstDay) ? 0 : firstDay);
@@ -139,7 +139,14 @@ $.fn.position = function( options ) {
139
139
  options = $.extend( {}, options );
140
140
 
141
141
  var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions,
142
- target = $( options.of ),
142
+ // ##### BEGIN: MODIFIED BY SAP
143
+ // target = $( options.of ),
144
+
145
+ // Make sure string options are treated as CSS selectors
146
+ target = typeof options.of === "string" ?
147
+ $( document ).find( options.of ) :
148
+ $( options.of ),
149
+ // ##### END: MODIFIED BY SAP
143
150
  within = $.position.getWithinInfo( options.within ),
144
151
  scrollInfo = $.position.getScrollInfo( within ),
145
152
  collision = ( options.collision || "flip" ).split( " " ),