@openui5/sap.ui.core 1.141.2 → 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 (346) 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 +3 -3
  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/util/Storage.js +1 -1
  342. package/src/sap/ui/util/_URL.js +158 -0
  343. package/src/ui5loader.js +2 -2
  344. package/src/sap/ui/core/themes/base/LocalBusyIndicator.less +0 -293
  345. package/src/sap/ui/core/themes/base/Shadow.less +0 -3
  346. package/src/sap/ui/core/themes/base/TechnicalInfo.less +0 -157
@@ -72,6 +72,7 @@ EnterDigitsOnly=Voer alleen cijfers in
72
72
  EnterMaximumOfDigits=Geef maximaal {0} cijfers op.
73
73
  EnterNumber=Voer getal in
74
74
  EnterNumberPrecision=Voer getal met maximaal {0} cijfers inclusief decimalen in
75
+ EnterNumberSignificantDigits=Voer een getal in met maximaal {0} cijfers, exclusief voorloopnullen en naloopnullen.
75
76
  EnterNumberInteger=Voer getal met maximaal {0} cijfers links van het decimaalteken in
76
77
  EnterNumberFraction=Voer getal met maximaal {0} decimalen in
77
78
  EnterNumberIntegerFraction=Voer getal met maximaal {0} cijfers links van het decimaalteken en maximaal {1} decimalen in
@@ -72,6 +72,7 @@ EnterDigitsOnly=Oppgi bare sifre
72
72
  EnterMaximumOfDigits=Oppgi maksimalt {0} sifre.
73
73
  EnterNumber=Oppgi et tall
74
74
  EnterNumberPrecision=Oppgi et tall med maksimalt {0} sifre inkludert desimaler
75
+ EnterNumberSignificantDigits=Oppgi et tall med maksimum {0} sifre, ekskludert foranstilte og etterf\u00F8lgende nuller
75
76
  EnterNumberInteger=Oppgi et tall med maksimalt {0} sifre til venstre for desimalskilletegnet
76
77
  EnterNumberFraction=Oppgi et tall med maksimalt {0} desimaler
77
78
  EnterNumberIntegerFraction=Oppgi et tall som har maksimalt {0} sifre til venstre for desimalskilletegnet og maksimalt {1} desimaler
@@ -72,6 +72,7 @@ EnterDigitsOnly=Wprowad\u017A tylko cyfry
72
72
  EnterMaximumOfDigits=Podaj maksymalnie nast\u0119puj\u0105c\u0105 liczb\u0119 cyfr\: {0}.
73
73
  EnterNumber=Wprowad\u017A liczb\u0119
74
74
  EnterNumberPrecision=Wprowad\u017A liczb\u0119 sk\u0142adaj\u0105c\u0105 si\u0119 maksymalnie z {0} cyfr \u0142\u0105cznie z miejscami dziesi\u0119tnymi
75
+ EnterNumberSignificantDigits=Wprowad\u017A liczb\u0119, kt\u00F3ra ma maksymalnie {0} cyfr, bez zer na pocz\u0105tku i na ko\u0144cu
75
76
  EnterNumberInteger=Wprowad\u017A liczb\u0119 sk\u0142adaj\u0105c\u0105 si\u0119 maksymalnie z {0} cyfr na lewo od separatora dziesi\u0119tnego
76
77
  EnterNumberFraction=Wprowad\u017A liczb\u0119 sk\u0142adaj\u0105c\u0105 si\u0119 maksymalnie z {0} miejsc dziesi\u0119tnych
77
78
  EnterNumberIntegerFraction=Wprowad\u017A liczb\u0119 sk\u0142adaj\u0105c\u0105 si\u0119 maksymalnie z {0} cyfr na lewo od separatora dziesi\u0119tnego oraz maksymalnie {1} miejsc dziesi\u0119tnych
@@ -72,6 +72,7 @@ EnterDigitsOnly=Inserir s\u00F3 d\u00EDgitos
72
72
  EnterMaximumOfDigits=Indique no m\u00E1ximo {0} d\u00EDgitos.
73
73
  EnterNumber=Inserir um n\u00FAmero
74
74
  EnterNumberPrecision=Insira um n\u00FAmero com no m\u00E1ximo {0} d\u00EDgitos inclusive casas decimais
75
+ EnterNumberSignificantDigits=Insira um n\u00FAmero com no m\u00E1ximo {0} d\u00EDgitos, excluindo zeros precedentes e posteriores
75
76
  EnterNumberInteger=Insira um n\u00FAmero com no m\u00E1ximo {0} d\u00EDgitos do lado esquerdo do separador de decimais
76
77
  EnterNumberFraction=Insira um n\u00FAmero com no m\u00E1ximo {0} casas decimais
77
78
  EnterNumberIntegerFraction=Insira um n\u00FAmero com no m\u00E1ximo {0} d\u00EDgitos do lado esquerdo do separador de decimais e no m\u00E1ximo {1} casas decimais
@@ -72,6 +72,7 @@ EnterDigitsOnly=Introduzir apenas d\u00EDgitos
72
72
  EnterMaximumOfDigits=Introduzir um m\u00E1ximo de {0} d\u00EDgitos.
73
73
  EnterNumber=Introduzir um n\u00FAmero
74
74
  EnterNumberPrecision=Introduzir um n\u00FAmero com um m\u00E1ximo de {0} d\u00EDgitos, incluindo quaisquer casas decimais
75
+ EnterNumberSignificantDigits=Introduzir um n\u00FAmero com um m\u00E1ximo de {0} d\u00EDgitos, excluindo quaisquer zeros \u00E0 esquerda e \u00E0 direita
75
76
  EnterNumberInteger=Introduzir um n\u00FAmero com um m\u00E1ximo de {0} d\u00EDgitos \u00E0 esquerda do separador decimal
76
77
  EnterNumberFraction=Introduzir um n\u00FAmero com um m\u00E1ximo de {0} casas decimais
77
78
  EnterNumberIntegerFraction=Introduzir um n\u00FAmero com um m\u00E1ximo de {0} d\u00EDgitos \u00E0 esquerda do separador decimal e um m\u00E1ximo de {1} casas decimais
@@ -72,6 +72,7 @@ EnterDigitsOnly=Introduce\u0163i doar cifre
72
72
  EnterMaximumOfDigits=Introduce\u021Bi maxim {0} cifre.
73
73
  EnterNumber=Introduce\u0163i un num\u0103r
74
74
  EnterNumberPrecision=Introduce\u021Bi un num\u0103r cu maxim {0} cifre, inclusiv orice pozi\u021Bii zecimale
75
+ EnterNumberSignificantDigits=Introduce\u021Bi un num\u0103r cu maxim {0} cifre, excluz\u00E2nd orice zerouri de la \u00EEnceput \u0219i de la sf\u00E2r\u0219it
75
76
  EnterNumberInteger=Introduce\u021Bi un num\u0103r cu maxim {0} cifre la st\u00E2nga separatorului zecimal
76
77
  EnterNumberFraction=Introduce\u021Bi un num\u0103r cu maxim {0} pozi\u021Bii zecimale
77
78
  EnterNumberIntegerFraction=Introduce\u021Bi un num\u0103r cu maxim {0} cifre la st\u00E2nga separatorului zecimal \u0219i cu maxim {1} pozi\u021Bii zecimale
@@ -72,6 +72,7 @@ EnterDigitsOnly=\u0412\u0432\u0435\u0441\u0442\u0438 \u0442\u043E\u043B\u044C\u0
72
72
  EnterMaximumOfDigits=\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u043C\u0430\u043A\u0441. {0} \u0446\u0438\u0444\u0440.
73
73
  EnterNumber=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E
74
74
  EnterNumberPrecision=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0430\u043C\u0438, \u0432\u043A\u043B\u044E\u0447\u0430\u044F \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u0435 \u0440\u0430\u0437\u0440\u044F\u0434\u044B
75
+ EnterNumberSignificantDigits=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0430\u043C\u0438, \u0438\u0441\u043A\u043B\u044E\u0447\u0430\u044F \u0432\u0435\u0434\u0443\u0449\u0438\u0435 \u0438 \u043A\u043E\u043D\u0435\u0447\u043D\u044B\u0435 \u043D\u0443\u043B\u0438
75
76
  EnterNumberInteger=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0430\u043C\u0438 \u0441\u043B\u0435\u0432\u0430 \u043E\u0442 \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044F
76
77
  EnterNumberFraction=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u043C\u0438 \u0440\u0430\u0437\u0440\u044F\u0434\u0430\u043C\u0438
77
78
  EnterNumberIntegerFraction=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440\u0430\u043C\u0438 \u0441\u043B\u0435\u0432\u0430 \u043E\u0442 \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u043E\u0433\u043E \u0440\u0430\u0437\u0434\u0435\u043B\u0438\u0442\u0435\u043B\u044F \u0438 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {1} \u0434\u0435\u0441\u044F\u0442\u0438\u0447\u043D\u044B\u043C\u0438 \u0440\u0430\u0437\u0440\u044F\u0434\u0430\u043C\u0438
@@ -72,6 +72,7 @@ EnterDigitsOnly=Unesite samo brojeve
72
72
  EnterMaximumOfDigits=Unesite maksimalno {0} cifara.
73
73
  EnterNumber=Unesite broj
74
74
  EnterNumberPrecision=Unesite broj s maksimalno {0} cifara, uklju\u010Duju\u0107i sva decimalna mesta
75
+ EnterNumberSignificantDigits=Unesite broj s maksimalno {0} cifara, isklju\u010Duju\u0107i po\u010Detne i krajnje nule
75
76
  EnterNumberInteger=Unesite broj s maksimalno {0} cifara levo od decimalnog separatora
76
77
  EnterNumberFraction=Unesite broj s maksimalno {0} decimalnih mesta
77
78
  EnterNumberIntegerFraction=Unesite broj s maksimalno {0} cifara levo od decimalnog separatora i maksimalno {1} decimalnih mesta
@@ -72,6 +72,7 @@ EnterDigitsOnly=Zadajte len \u010D\u00EDslice
72
72
  EnterMaximumOfDigits=Zadajte maxim\u00E1lne {0} \u010D\u00EDslic.
73
73
  EnterNumber=Zadajte \u010D\u00EDslo
74
74
  EnterNumberPrecision=Zadajte \u010D\u00EDslo s maxim\u00E1lne {0} \u010D\u00EDslicami, vr\u00E1tane desatinn\u00FDch miest
75
+ EnterNumberSignificantDigits=Zadajte \u010D\u00EDslo s maxim\u00E1lnym po\u010Dtom {0} \u010D\u00EDslic, okrem \u00FAvodn\u00FDch a koncov\u00FDch n\u00FAl
75
76
  EnterNumberInteger=Zadajte \u010D\u00EDslo s maxim\u00E1lne {0} \u010D\u00EDslicami v\u013Eavo od desatinn\u00E9ho odde\u013Eova\u010Da
76
77
  EnterNumberFraction=Zadajte \u010D\u00EDslo s maxim\u00E1lne {0} desatinn\u00FDmi miestami
77
78
  EnterNumberIntegerFraction=Zadajte \u010D\u00EDslo s maxim\u00E1lne {0} \u010D\u00EDslicami v\u013Eavo od desatinn\u00E9ho odde\u013Eova\u010Da a maxim\u00E1lne {1} desatinn\u00FDmi miestami
@@ -72,6 +72,7 @@ EnterDigitsOnly=Vnesite le \u0161tevilke
72
72
  EnterMaximumOfDigits=Navedite najve\u010D {0} \u0161tevk.
73
73
  EnterNumber=Vnesite \u0161tevilko
74
74
  EnterNumberPrecision=Vnesite \u0161tevilo z najve\u010D {0} \u0161tevkami, vklju\u010Dno z decimalnimi mesti
75
+ EnterNumberSignificantDigits=Vnesite \u0161tevilo, katerega \u0161tevilo \u0161tevk ne sme biti ve\u010Dje od {0} (ne velja za za\u010Detne in kon\u010Dne ni\u010Dle)
75
76
  EnterNumberInteger=Vnesite \u0161tevilo z najve\u010D {0} \u0161tevkami levo od decimalnega lo\u010Dila
76
77
  EnterNumberFraction=Vnesite \u0161tevilo z najve\u010D {0} decimalnimi mesti
77
78
  EnterNumberIntegerFraction=Vnesite \u0161tevilo z najve\u010D {0} \u0161tevkami levo od decimalnega lo\u010Dila in najve\u010D {1} decimalnimi mesti
@@ -72,6 +72,7 @@ EnterDigitsOnly=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0441\u0430\u043C\u0
72
72
  EnterMaximumOfDigits=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u043E {0} \u0446\u0438\u0444\u0430\u0440\u0430.
73
73
  EnterNumber=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0431\u0440\u043E\u0458
74
74
  EnterNumberPrecision=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0431\u0440\u043E\u0458 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u043E {0} \u0446\u0438\u0444\u0430\u0440\u0430, \u0443\u043A\u0459\u0443\u0447\u0443\u0458\u0443\u045B\u0438 \u0441\u0432\u0430 \u0434\u0435\u0446\u0438\u043C\u0430\u043B\u043D\u0430 \u043C\u0435\u0441\u0442\u0430
75
+ EnterNumberSignificantDigits=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0431\u0440\u043E\u0458 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u043E {0} \u0446\u0438\u0444\u0430\u0440\u0430, \u0438\u0441\u043A\u0459\u0443\u0447\u0443\u0458\u0443\u045B\u0438 \u043F\u043E\u0447\u0435\u0442\u043D\u0435 \u0438 \u043A\u0440\u0430\u0458\u045A\u0435 \u043D\u0443\u043B\u0435
75
76
  EnterNumberInteger=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0431\u0440\u043E\u0458 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u043E {0} \u0446\u0438\u0444\u0430\u0440\u0430 \u043B\u0435\u0432\u043E \u043E\u0434 \u0434\u0435\u0446\u0438\u043C\u0430\u043B\u043D\u043E\u0433 \u0441\u0435\u043F\u0430\u0440\u0430\u0442\u043E\u0440\u0430
76
77
  EnterNumberFraction=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0431\u0440\u043E\u0458 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u043E {0} \u0434\u0435\u0446\u0438\u043C\u0430\u043B\u043D\u0438\u0445 \u043C\u0435\u0441\u0442\u0430
77
78
  EnterNumberIntegerFraction=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0431\u0440\u043E\u0458 \u0441 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u043E {0} \u0446\u0438\u0444\u0430\u0440\u0430 \u043B\u0435\u0432\u043E \u043E\u0434 \u0434\u0435\u0446\u0438\u043C\u0430\u043B\u043D\u043E\u0433 \u0441\u0435\u043F\u0430\u0440\u0430\u0442\u043E\u0440\u0430 \u0438 \u043C\u0430\u043A\u0441\u0438\u043C\u0430\u043B\u043D\u043E {1} \u0434\u0435\u0446\u0438\u043C\u0430\u043B\u043D\u0438\u0445 \u043C\u0435\u0441\u0442\u0430
@@ -72,6 +72,7 @@ EnterDigitsOnly=Ange endast siffror
72
72
  EnterMaximumOfDigits=Ange h\u00F6gst {0} siffror.
73
73
  EnterNumber=Ange ett tal
74
74
  EnterNumberPrecision=Ange ett tal med h\u00F6gst {0} siffror inklusive decimaler
75
+ EnterNumberSignificantDigits=Ange ett tal med h\u00F6gst {0} siffror exklusive inledande eller avslutande nollor
75
76
  EnterNumberInteger=Ange ett tal med h\u00F6gst {0} siffror inklusive decimalavskiljare
76
77
  EnterNumberFraction=Ange ett tal med h\u00F6gst {0} decimaler
77
78
  EnterNumberIntegerFraction=Ange ett tal med h\u00F6gst {0} siffror till v\u00E4nster om decimalavskiljare och h\u00F6gst {1} decimaler
@@ -69,9 +69,10 @@ NO=\u0E44\u0E21\u0E48\u0E43\u0E0A\u0E48
69
69
  YES=\u0E43\u0E0A\u0E48
70
70
  EnterYesOrNo=\u0E1B\u0E49\u0E2D\u0E19 "{0}" \u0E2B\u0E23\u0E37\u0E2D "{1}"
71
71
  EnterDigitsOnly=\u0E1B\u0E49\u0E2D\u0E19\u0E40\u0E09\u0E1E\u0E32\u0E30\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02
72
- EnterMaximumOfDigits=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E2A\u0E38\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01
72
+ EnterMaximumOfDigits=\u0E1B\u0E49\u0E2D\u0E19\u0E15\u0E31\u0E27\u0E40\u0E25\u0E02\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01
73
73
  EnterNumber=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19
74
74
  EnterNumberPrecision=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2B\u0E25\u0E31\u0E01\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01 \u0E42\u0E14\u0E22\u0E21\u0E35\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21\u0E01\u0E35\u0E48\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E01\u0E47\u0E44\u0E14\u0E49
75
+ EnterNumberSignificantDigits=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2B\u0E25\u0E31\u0E01\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01 \u0E44\u0E21\u0E48\u0E23\u0E27\u0E21\u0E28\u0E39\u0E19\u0E22\u0E4C\u0E19\u0E33\u0E2B\u0E19\u0E49\u0E32\u0E41\u0E25\u0E30\u0E28\u0E39\u0E19\u0E22\u0E4C\u0E15\u0E32\u0E21\u0E2B\u0E25\u0E31\u0E07
75
76
  EnterNumberInteger=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2B\u0E25\u0E31\u0E01\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01\u0E17\u0E32\u0E07\u0E14\u0E49\u0E32\u0E19\u0E0B\u0E49\u0E32\u0E22\u0E02\u0E2D\u0E07\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21
76
77
  EnterNumberFraction=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07
77
78
  EnterNumberIntegerFraction=\u0E1B\u0E49\u0E2D\u0E19\u0E08\u0E33\u0E19\u0E27\u0E19\u0E17\u0E35\u0E48\u0E21\u0E35\u0E2B\u0E25\u0E31\u0E01\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {0} \u0E2B\u0E25\u0E31\u0E01\u0E17\u0E32\u0E07\u0E14\u0E49\u0E32\u0E19\u0E0B\u0E49\u0E32\u0E22\u0E02\u0E2D\u0E07\u0E15\u0E31\u0E27\u0E04\u0E31\u0E48\u0E19\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21 \u0E41\u0E25\u0E30\u0E21\u0E35\u0E17\u0E28\u0E19\u0E34\u0E22\u0E21\u0E2A\u0E39\u0E07\u0E2A\u0E38\u0E14 {1} \u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07
@@ -72,6 +72,7 @@ EnterDigitsOnly=Sadece rakamlar gir
72
72
  EnterMaximumOfDigits=Azami {0} rakam girin.
73
73
  EnterNumber=Say\u0131 girin
74
74
  EnterNumberPrecision=Ondal\u0131k basamaklar dahil azami {0} rakam i\u00E7eren say\u0131 girin
75
+ EnterNumberSignificantDigits=Ba\u015Ftaki ve sondaki s\u0131f\u0131rlar hari\u00E7 en fazla {0} basamak i\u00E7eren bir say\u0131 girin
75
76
  EnterNumberInteger=Ondal\u0131k ay\u0131r\u0131c\u0131n\u0131n soluna azami {0} rakam i\u00E7eren say\u0131 girin
76
77
  EnterNumberFraction=Azami {0} ondal\u0131k basamak i\u00E7eren say\u0131 girin
77
78
  EnterNumberIntegerFraction=Ondal\u0131k ay\u0131r\u0131c\u0131n\u0131n soluna azami {0} rakam i\u00E7eren say\u0131 ve azami {1} ondal\u0131k basamak girin
@@ -72,9 +72,10 @@ EnterDigitsOnly=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043B\u0438\u0448\u0
72
72
  EnterMaximumOfDigits=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u043D\u0435 \u0431\u0456\u043B\u044C\u0448\u0435 {0} \u0446\u0438\u0444\u0440.
73
73
  EnterNumber=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E
74
74
  EnterNumberPrecision=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440, \u0432\u043A\u043B\u044E\u0447\u0430\u044E\u0447\u0438 \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0456 \u0440\u043E\u0437\u0440\u044F\u0434\u0438
75
+ EnterNumberSignificantDigits=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440, \u0432\u043A\u043B\u044E\u0447\u0430\u044E\u0447\u0438 \u0432\u0441\u0456 \u043F\u043E\u0447\u0430\u0442\u043A\u043E\u0432\u0456 \u0442\u0430 \u043A\u0456\u043D\u0446\u0435\u0432\u0456 \u043D\u0443\u043B\u0456
75
76
  EnterNumberInteger=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440 \u043B\u0456\u0432\u043E\u0440\u0443\u0447 \u0432\u0456\u0434 \u0440\u043E\u0437\u0434\u0456\u043B\u044E\u0432\u0430\u0447\u0430 \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432
76
77
  EnterNumberFraction=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432
77
- EnterNumberIntegerFraction=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440 \u043B\u0456\u0432\u043E\u0440\u0443\u0447 \u0432\u0456\u0434 \u0440\u043E\u0437\u0434\u0456\u043B\u044E\u0432\u0430\u0447\u0430 \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432 \u0456 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C p {1} \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432
78
+ EnterNumberIntegerFraction=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0446\u0438\u0444\u0440 \u043B\u0456\u0432\u043E\u0440\u0443\u0447 \u0432\u0456\u0434 \u0440\u043E\u0437\u0434\u0456\u043B\u044E\u0432\u0430\u0447\u0430 \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432 \u0456 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {1} \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432
78
79
  EnterNumberFractionOnly=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u0430\u0431\u0441\u043E\u043B\u044E\u0442\u043D\u0438\u043C \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F\u043C, \u043C\u0435\u043D\u0448\u0438\u043C \u0437\u0430 1, \u0456 \u0437 \u043C\u0430\u043A\u0441\u0438\u043C\u0443\u043C {0} \u0434\u0435\u0441\u044F\u0442\u043A\u043E\u0432\u0438\u0445 \u0440\u043E\u0437\u0440\u044F\u0434\u0456\u0432
79
80
  EnterNumberMin=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0437 \u043C\u0456\u043D\u0456\u043C\u0430\u043B\u044C\u043D\u0438\u043C \u0437\u043D\u0430\u0447\u0435\u043D\u043D\u044F\u043C {0}
80
81
  EnterNumberMinExclusive=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0447\u0438\u0441\u043B\u043E \u0431\u0456\u043B\u044C\u0448\u0435 \u043D\u0456\u0436 {0}
@@ -72,6 +72,7 @@ EnterDigitsOnly=Chi\u0309 nh\u00E2\u0323p ca\u0301c ch\u01B0\u0303 s\u00F4\u0301
72
72
  EnterMaximumOfDigits=Nh\u00E2\u0323p t\u00F4\u0301i \u0111a {0} s\u00F4\u0301.
73
73
  EnterNumber=Nh\u00E2\u0323p s\u00F4\u0301
74
74
  EnterNumberPrecision=Nh\u00E2\u0323p m\u00F4\u0323t s\u00F4\u0301 co\u0301 t\u00F4\u0301i \u0111a {0} ch\u01B0\u0303 s\u00F4\u0301, bao g\u00F4\u0300m b\u00E2\u0301t ky\u0300 ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n na\u0300o
75
+ EnterNumberSignificantDigits=Nh\u1EADp m\u1ED9t s\u1ED1 c\u00F3 t\u1ED1i \u0111a {0} ch\u1EEF s\u1ED1, kh\u00F4ng bao g\u1ED3m b\u1EA5t k\u1EF3 s\u1ED1 0 n\u00E0o \u1EDF \u0111\u1EA7u v\u00E0 cu\u1ED1i
75
76
  EnterNumberInteger=Nh\u00E2\u0323p s\u00F4\u0301 co\u0301 t\u00F4\u0301i \u0111a {0} ch\u01B0\u0303 s\u00F4\u0301 \u0111\u00EA\u0301n b\u00EAn tra\u0301i cu\u0309a d\u00E2\u0301u ta\u0301ch th\u00E2\u0323p ph\u00E2n
76
77
  EnterNumberFraction=Nh\u00E2\u0323p s\u00F4\u0301 co\u0301 t\u00F4\u0301i \u0111a {0} ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n
77
78
  EnterNumberIntegerFraction=Nh\u00E2\u0323p s\u00F4\u0301 co\u0301 t\u00F4\u0301i \u0111a {0} ch\u01B0\u0303 s\u00F4\u0301 \u0111\u00EA\u0301n b\u00EAn tra\u0301i d\u00E2\u0301u ta\u0301ch th\u00E2\u0323p ph\u00E2n va\u0300 t\u00F4\u0301i \u0111a cu\u0309a {1} ph\u00E2\u0300n th\u00E2\u0323p ph\u00E2n
@@ -72,6 +72,7 @@ EnterDigitsOnly=\u4EC5\u8F93\u5165\u6570\u5B57
72
72
  EnterMaximumOfDigits=\u8F93\u5165\u6700\u591A {0} \u4F4D\u3002
73
73
  EnterNumber=\u8F93\u5165\u6570\u5B57
74
74
  EnterNumberPrecision=\u8F93\u5165\u6700\u591A {0} \u4F4D\u6570\u5B57\uFF0C\u5305\u62EC\u4EFB\u4F55\u5C0F\u6570\u4F4D
75
+ EnterNumberSignificantDigits=\u8F93\u5165\u6700\u591A {0} \u4F4D\u6570\u5B57\uFF0C\u6392\u9664\u4EFB\u4F55\u524D\u5BFC\u548C\u5C3E\u968F\u96F6\u3002
75
76
  EnterNumberInteger=\u8F93\u5165\u5C0F\u6570\u5206\u9694\u7B26\u5DE6\u4FA7\u6700\u591A\u6709 {0} \u4F4D\u7684\u6570\u5B57
76
77
  EnterNumberFraction=\u8F93\u5165\u6700\u591A\u6709 {0} \u4E2A\u5C0F\u6570\u4F4D\u7684\u6570\u5B57
77
78
  EnterNumberIntegerFraction=\u8F93\u5165\u5C0F\u6570\u5206\u9694\u7B26\u5DE6\u4FA7\u6700\u591A\u6709 {0} \u4F4D\u4E14\u6700\u591A\u6709 {1} \u4E2A\u5C0F\u6570\u4F4D\u7684\u6570\u5B57
@@ -72,6 +72,7 @@ EnterDigitsOnly=\u50C5\u8F38\u5165\u6578\u5B57
72
72
  EnterMaximumOfDigits=\u8F38\u5165\u6700\u591A {0} \u4F4D\u6578\u7684\u6578\u5B57\u3002
73
73
  EnterNumber=\u8F38\u5165\u6578\u5B57
74
74
  EnterNumberPrecision=\u8F38\u5165\u6700\u591A\u542B {0} \u4F4D\u6578\u7684\u6578\u5B57\uFF0C\u5305\u542B\u5C0F\u6578\u4F4D
75
+ EnterNumberSignificantDigits=\u8F38\u5165\u6700\u591A\u542B {0} \u4F4D\u6578\u7684\u6578\u5B57\uFF0C\u6392\u9664\u96F6\u958B\u982D\u8207\u96F6\u7D50\u5C3E
75
76
  EnterNumberInteger=\u8F38\u5165\u5C0F\u6578\u9EDE\u7B26\u865F\u5DE6\u65B9\u6700\u591A\u542B {0} \u4F4D\u6578\u7684\u6578\u5B57
76
77
  EnterNumberFraction=\u8F38\u5165\u6700\u591A\u542B {0} \u500B\u5C0F\u6578\u4F4D\u7684\u6578\u5B57
77
78
  EnterNumberIntegerFraction=\u8F38\u5165\u5C0F\u6578\u9EDE\u7B26\u865F\u5DE6\u65B9\u6700\u591A\u542B {0} \u4F4D\u6578\uFF0C\u4E14\u6700\u591A\u542B {1} \u500B\u5C0F\u6578\u4F4D\u7684\u6578\u5B57
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.mvc.View
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.141.2
50
+ * @version 1.142.0
51
51
  *
52
52
  * @public
53
53
  * @since 1.9.2
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @class
48
48
  * A View defined using JSON.
49
49
  * @extends sap.ui.core.mvc.View
50
- * @version 1.141.2
50
+ * @version 1.142.0
51
51
  *
52
52
  * @public
53
53
  * @alias sap.ui.core.mvc.JSONView
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @param {object} [mSettings] initial settings for the new control
31
31
  *
32
32
  * @extends sap.ui.core.mvc.View
33
- * @version 1.141.2
33
+ * @version 1.142.0
34
34
  * @deprecated Since 1.90. Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views}
35
35
  * by defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and
36
36
  * creating the view instances with {@link sap.ui.core.mvc.View.create View.create}.
@@ -29,7 +29,7 @@ function(View, TemplateViewRenderer, ViewType, Log) {
29
29
  * @extends sap.ui.core.mvc.View
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.141.2
32
+ * @version 1.142.0
33
33
  *
34
34
  * @public
35
35
  * @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
@@ -153,7 +153,7 @@ sap.ui.define([
153
153
  * </ul>
154
154
  *
155
155
  * @extends sap.ui.core.Control
156
- * @version 1.141.2
156
+ * @version 1.142.0
157
157
  *
158
158
  * @public
159
159
  * @alias sap.ui.core.mvc.View
@@ -117,7 +117,7 @@ sap.ui.define([
117
117
  * bound content aggregation. An error will be thrown when the above combination is detected.
118
118
  *
119
119
  * @extends sap.ui.core.mvc.View
120
- * @version 1.141.2
120
+ * @version 1.142.0
121
121
  *
122
122
  * @public
123
123
  * @alias sap.ui.core.mvc.XMLView
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @see sap.ui.core.DeclarativeSupport
22
22
  * @public
23
23
  * @since 1.7.0
24
- * @version 1.141.2
24
+ * @version 1.142.0
25
25
  * @alias sap.ui.core.plugin.DeclarativeSupport
26
26
  * @deprecated since 1.120
27
27
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @public
22
22
  * @since 1.15.0
23
23
  * @deprecated since 1.56, use an {@link sap.ui.core.mvc.XMLView} or a {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed View} instead
24
- * @version 1.141.2
24
+ * @version 1.142.0
25
25
  * @alias sap.ui.core.plugin.TemplatingSupport
26
26
  */
27
27
  var TemplatingSupport = function() {
@@ -38,7 +38,7 @@ function (
38
38
  * @alias sap.ui.core.postmessage.Bus
39
39
  * @author SAP SE
40
40
  * @since 1.56.0
41
- * @version 1.141.2
41
+ * @version 1.142.0
42
42
  * @private
43
43
  * @ui5-restricted sap.ui.core.support, sap.ui.support, sap.ui.rta
44
44
  */
@@ -13,7 +13,7 @@ sap.ui.define(["sap/ui/core/Lib"], function(Library) {
13
13
  *
14
14
  * @author SAP SE
15
15
  * @since 1.56.0
16
- * @version 1.141.2
16
+ * @version 1.142.0
17
17
  *
18
18
  * @function
19
19
  * @param {string} sMessage - Dialog message
@@ -807,6 +807,15 @@ sap.ui.define([
807
807
  return oParentComponent && oParentComponent.getRouter();
808
808
  },
809
809
 
810
+ /**
811
+ * @typedef {object} sap.ui.core.routing.ComponentTargetParameters
812
+ * @property {string} route The name of the route which should be matched after this navTo call.
813
+ * @property {Object.<string, string|Object.<string, string>>} [parameters] The parameters for the route
814
+ * @property {Object.<string, sap.ui.core.routing.ComponentTargetParameters>} [componentTargetInfo]
815
+ * Information for deeper nested component targets
816
+ * @public
817
+ */
818
+
810
819
  /**
811
820
  * Navigates to a specific route defining a set of parameters.
812
821
  *
@@ -830,40 +839,29 @@ sap.ui.define([
830
839
  *
831
840
  * @param {string} sName The name of the route
832
841
  * @param {object} [oParameters] The parameters for the route.
833
- * As of Version 1.75 the recommendation is naming the query parameter with a leading "?" character,
834
- * which is identical to the definition in the route's pattern. The old syntax without a leading
835
- * "?" character is deprecated.
836
- * e.g. <b>Route:</b> <code>{parameterName1}/:parameterName2:/{?queryParameterName}</code>
837
- * <b>Parameter:</b>
838
- * <pre>
839
- * {
840
- * parameterName1: "parameterValue1",
841
- * parameterName2: "parameterValue2",
842
- * "?queryParameterName": {
843
- * queryParameterName1: "queryParameterValue1"
844
- * }
845
- * }
846
- * </pre>
847
- * @param {object} [oComponentTargetInfo]
848
- * Information for route name and parameters of the router in nested components. When any target
849
- * of the route which is specified with the <code>sName</code> parameter loads a component and a
850
- * route of this component whose pattern is different than an empty string should be matched
851
- * directly with this navTo call, the route name and its parameters can be given by using this
852
- * parameter. Information for deeper nested component target can be given within the
853
- * <code>componentTargetInfo</code> property which contains the same properties as the top
854
- * level.
855
- * @param {object} [oComponentTargetInfo.anyName] The name of a target which loads a component. This target is
856
- * used in the Route which is specified by <code>sName</code>.
857
- * @param {string} [oComponentTargetInfo.anyName.route] The name of the route which should be matched after this
858
- * navTo call.
859
- * @param {object} [oComponentTargetInfo.anyName.parameters] The parameters for the route. See the
860
- * documentation of the <code>oParameters</code>.
861
- * @param {object} [oComponentTargetInfo.anyName.componentTargetInfo] The information for the targets within a
862
- * nested component. This shares the same structure with the <code>oComponentTargetInfo</code> parameter.
842
+ * As of Version 1.75 the recommendation is naming the query parameter with a leading "?" character,
843
+ * which is identical to the definition in the route's pattern. The old syntax without a leading
844
+ * "?" character is deprecated.
845
+ * e.g. <b>Route:</b> <code>{parameterName1}/:parameterName2:/{?queryParameterName}</code>
846
+ * <b>Parameter:</b>
847
+ * <pre>
848
+ * {
849
+ * parameterName1: "parameterValue1",
850
+ * parameterName2: "parameterValue2",
851
+ * "?queryParameterName": {
852
+ * queryParameterName1: "queryParameterValue1"
853
+ * }
854
+ * }
855
+ * </pre>
856
+ * @param {Object.<string, sap.ui.core.routing.ComponentTargetParameters>} [oComponentTargetInfo]
857
+ * Defines routing information for nested component targets. For each nested component target, you can
858
+ * specify the route name and its parameters of the nested router. This allows matching a non-empty
859
+ * route pattern in the nested component directly during this <code>navTo</code> call. The same
860
+ * structure can be used recursively for deeper levels of nested component targets.
863
861
  * @param {boolean} [bReplace=false]
864
- * If set to <code>true</code>, the hash is replaced, and there will be no entry in the browser
865
- * history. If set to <code>false</code>, the hash is set and the entry is stored in the browser
866
- * history.
862
+ * If set to <code>true</code>, the hash is replaced, and there will be no entry in the browser
863
+ * history. If set to <code>false</code>, the hash is set and the entry is stored in the browser
864
+ * history.
867
865
  * @ui5-omissible-params oComponentTargetInfo
868
866
  * @public
869
867
  * @returns {this} this for chaining.
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class
28
28
  * A SearchProvider which uses the OpenSearch protocol (either JSON or XML).
29
29
  * @extends sap.ui.core.search.SearchProvider
30
- * @version 1.141.2
30
+ * @version 1.142.0
31
31
  * @deprecated as of version 1.120. There is no API replacement.
32
32
  *
33
33
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['sap/ui/core/Element', "sap/base/Log", 'sap/ui/core/library'],
23
23
  *
24
24
  * Do not create instances of this class, but use a concrete subclass instead.
25
25
  * @extends sap.ui.core.Element
26
- * @version 1.141.2
26
+ * @version 1.142.0
27
27
  * @deprecated since 1.120. There is no API replacement.
28
28
  *
29
29
  * @public
@@ -69,7 +69,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/base/assert", "sap/base/Log"],
69
69
  *
70
70
  * @extends sap.ui.base.Object
71
71
  * @author SAP SE
72
- * @version 1.141.2
72
+ * @version 1.142.0
73
73
  * @alias sap.ui.core.service.Service
74
74
  * @abstract
75
75
  * @private
@@ -123,7 +123,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/service/Service', "sap/base/as
123
123
  *
124
124
  * @extends sap.ui.base.Object
125
125
  * @author SAP SE
126
- * @version 1.141.2
126
+ * @version 1.142.0
127
127
  * @alias sap.ui.core.service.ServiceFactory
128
128
  * @private
129
129
  * @ui5-restricted sap.ushell
@@ -18,7 +18,7 @@ sap.ui.define(['./ServiceFactory', "sap/base/assert"],
18
18
  * The service factory registry.
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.141.2
21
+ * @version 1.142.0
22
22
  * @alias sap.ui.core.service.ServiceFactoryRegistry
23
23
  * @private
24
24
  * @ui5-restricted sap.ushell
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @abstract
23
23
  * @extends sap.ui.base.Object
24
- * @version 1.141.2
24
+ * @version 1.142.0
25
25
  * @private
26
26
  * @ui5-restricted
27
27
  * @alias sap.ui.core.support.Plugin
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @class This class provides the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
32
32
  *
33
33
  * @extends sap.ui.base.EventProvider
34
- * @version 1.141.2
34
+ * @version 1.142.0
35
35
  * @private
36
36
  * @alias sap.ui.core.support.Support
37
37
  */
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * @class This class represents the ControlTree plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
60
60
  *
61
61
  * @extends sap.ui.core.support.Plugin
62
- * @version 1.141.2
62
+ * @version 1.142.0
63
63
  * @private
64
64
  * @alias sap.ui.core.support.plugins.ControlTree
65
65
  */
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * With this plugIn the performance measurements are displayed
45
45
  *
46
46
  * @extends sap.ui.core.support.Plugin
47
- * @version 1.141.2
47
+ * @version 1.142.0
48
48
  * @private
49
49
  * @alias sap.ui.core.support.plugins.Interaction
50
50
  */
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/core/support/Plugin', "sap/base/Log"],
15
15
  * @class This class represents the LocalStorage plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
16
16
  *
17
17
  * @extends sap.ui.core.support.Plugin
18
- * @version 1.141.2
18
+ * @version 1.142.0
19
19
  * @private
20
20
  * @alias sap.ui.core.support.plugins.LocalStorage
21
21
  */
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * With this plugIn the performance measurements are displayed
57
57
  *
58
58
  * @extends sap.ui.core.support.Plugin
59
- * @version 1.141.2
59
+ * @version 1.142.0
60
60
  * @private
61
61
  * @alias sap.ui.core.support.plugins.Performance
62
62
  */
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @class This class represents the selector plugin for the support tool functionality of UI5. This class is internal and all its functions must not be used by an application.
23
23
  *
24
24
  * @extends sap.ui.core.support.Plugin
25
- * @version 1.141.2
25
+ * @version 1.142.0
26
26
  * @private
27
27
  * @alias sap.ui.core.support.plugins.Selector
28
28
  */
@@ -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.2
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.2
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.2
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
  }