@openui5/sap.ui.core 1.108.17 → 1.108.19

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 (258) hide show
  1. package/package.json +1 -1
  2. package/src/jquery.sap.global.js +1 -1
  3. package/src/jquery.sap.properties.js +1 -1
  4. package/src/jquery.sap.resources.js +1 -1
  5. package/src/jquery.sap.script.js +1 -1
  6. package/src/jquery.sap.storage.js +3 -3
  7. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  8. package/src/sap/base/util/restricted/_castArray.js +1 -1
  9. package/src/sap/base/util/restricted/_compact.js +1 -1
  10. package/src/sap/base/util/restricted/_curry.js +1 -1
  11. package/src/sap/base/util/restricted/_debounce.js +1 -1
  12. package/src/sap/base/util/restricted/_difference.js +1 -1
  13. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  14. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  15. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  16. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  17. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  18. package/src/sap/base/util/restricted/_flatten.js +1 -1
  19. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  20. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  21. package/src/sap/base/util/restricted/_intersection.js +1 -1
  22. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  23. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  24. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  25. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  26. package/src/sap/base/util/restricted/_isNil.js +1 -1
  27. package/src/sap/base/util/restricted/_max.js +1 -1
  28. package/src/sap/base/util/restricted/_merge.js +1 -1
  29. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  30. package/src/sap/base/util/restricted/_min.js +1 -1
  31. package/src/sap/base/util/restricted/_omit.js +1 -1
  32. package/src/sap/base/util/restricted/_pick.js +1 -1
  33. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  34. package/src/sap/base/util/restricted/_throttle.js +1 -1
  35. package/src/sap/base/util/restricted/_toArray.js +1 -1
  36. package/src/sap/base/util/restricted/_union.js +1 -1
  37. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  38. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  39. package/src/sap/base/util/restricted/_uniq.js +1 -1
  40. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  41. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  42. package/src/sap/base/util/restricted/_without.js +1 -1
  43. package/src/sap/base/util/restricted/_xor.js +1 -1
  44. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  45. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  46. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  47. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  48. package/src/sap/ui/Device.js +3 -3
  49. package/src/sap/ui/Global.js +4 -4
  50. package/src/sap/ui/base/Event.js +1 -1
  51. package/src/sap/ui/base/EventProvider.js +1 -1
  52. package/src/sap/ui/base/Interface.js +1 -1
  53. package/src/sap/ui/base/ManagedObject.js +1 -1
  54. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  55. package/src/sap/ui/base/Metadata.js +1 -1
  56. package/src/sap/ui/base/Object.js +1 -1
  57. package/src/sap/ui/base/ObjectPool.js +1 -1
  58. package/src/sap/ui/core/.library +1 -1
  59. package/src/sap/ui/core/BusyIndicator.js +1 -1
  60. package/src/sap/ui/core/Component.js +1 -1
  61. package/src/sap/ui/core/ComponentContainer.js +1 -1
  62. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  63. package/src/sap/ui/core/ComponentSupport.js +1 -1
  64. package/src/sap/ui/core/Configuration.js +12 -18
  65. package/src/sap/ui/core/Control.js +1 -1
  66. package/src/sap/ui/core/Core.js +4 -2
  67. package/src/sap/ui/core/CustomData.js +1 -1
  68. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  69. package/src/sap/ui/core/Element.js +1 -1
  70. package/src/sap/ui/core/ElementMetadata.js +1 -1
  71. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  72. package/src/sap/ui/core/EventBus.js +1 -1
  73. package/src/sap/ui/core/Fragment.js +1 -1
  74. package/src/sap/ui/core/HTML.js +1 -1
  75. package/src/sap/ui/core/History.js +1 -1
  76. package/src/sap/ui/core/Icon.js +1 -1
  77. package/src/sap/ui/core/IconPool.js +1 -2
  78. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  79. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  80. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  81. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  82. package/src/sap/ui/core/InvisibleText.js +1 -1
  83. package/src/sap/ui/core/Item.js +1 -1
  84. package/src/sap/ui/core/LabelEnablement.js +1 -1
  85. package/src/sap/ui/core/LayoutData.js +1 -1
  86. package/src/sap/ui/core/ListItem.js +1 -1
  87. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  88. package/src/sap/ui/core/Locale.js +1 -1
  89. package/src/sap/ui/core/LocaleData.js +1 -1
  90. package/src/sap/ui/core/Manifest.js +1 -1
  91. package/src/sap/ui/core/Message.js +1 -1
  92. package/src/sap/ui/core/RenderManager.js +1 -1
  93. package/src/sap/ui/core/Renderer.js +1 -1
  94. package/src/sap/ui/core/ResizeHandler.js +1 -1
  95. package/src/sap/ui/core/ScrollBar.js +1 -1
  96. package/src/sap/ui/core/SeparatorItem.js +1 -1
  97. package/src/sap/ui/core/Title.js +1 -1
  98. package/src/sap/ui/core/TooltipBase.js +1 -1
  99. package/src/sap/ui/core/UIArea.js +1 -1
  100. package/src/sap/ui/core/UIComponent.js +1 -1
  101. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  102. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  103. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  104. package/src/sap/ui/core/XMLComposite.js +1 -1
  105. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  106. package/src/sap/ui/core/_IconRegistry.js +84 -11
  107. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  108. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  109. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  110. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  111. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  112. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  113. package/src/sap/ui/core/format/DateFormat.js +4 -0
  114. package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
  115. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  116. package/src/sap/ui/core/library.js +3 -3
  117. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  118. package/src/sap/ui/core/message/Message.js +1 -1
  119. package/src/sap/ui/core/message/MessageManager.js +1 -1
  120. package/src/sap/ui/core/message/MessageParser.js +1 -1
  121. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  122. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  123. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  124. package/src/sap/ui/core/mvc/JSView.js +1 -1
  125. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  126. package/src/sap/ui/core/mvc/View.js +1 -1
  127. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  128. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  129. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  130. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  131. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  132. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  133. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  134. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  135. package/src/sap/ui/core/service/Service.js +1 -1
  136. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  137. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  138. package/src/sap/ui/core/support/Plugin.js +1 -1
  139. package/src/sap/ui/core/support/Support.js +1 -1
  140. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  141. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  142. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  143. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  144. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  145. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  146. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  147. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  148. package/src/sap/ui/core/themes/base/Icon.less +2 -2
  149. package/src/sap/ui/core/theming/ThemeHelper.js +103 -0
  150. package/src/sap/ui/core/theming/ThemeManager.js +20 -19
  151. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  152. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  153. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  154. package/src/sap/ui/core/tmpl/Template.js +1 -1
  155. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  156. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  157. package/src/sap/ui/core/util/Export.js +1 -1
  158. package/src/sap/ui/core/util/ExportCell.js +1 -1
  159. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  160. package/src/sap/ui/core/util/ExportRow.js +1 -1
  161. package/src/sap/ui/core/util/ExportType.js +1 -1
  162. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  163. package/src/sap/ui/core/util/File.js +1 -1
  164. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  165. package/src/sap/ui/core/util/MockServer.js +1 -1
  166. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  167. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  168. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  169. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  170. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  171. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  172. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  173. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  174. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  175. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  176. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  177. package/src/sap/ui/debug/ControlTree.js +1 -1
  178. package/src/sap/ui/debug/DebugEnv.js +1 -1
  179. package/src/sap/ui/debug/PropertyList.js +1 -1
  180. package/src/sap/ui/model/ClientModel.js +1 -1
  181. package/src/sap/ui/model/CompositeDataState.js +1 -1
  182. package/src/sap/ui/model/CompositeType.js +1 -1
  183. package/src/sap/ui/model/DataState.js +1 -1
  184. package/src/sap/ui/model/MetaModel.js +1 -1
  185. package/src/sap/ui/model/Model.js +1 -1
  186. package/src/sap/ui/model/SelectionModel.js +1 -1
  187. package/src/sap/ui/model/SimpleType.js +1 -1
  188. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  189. package/src/sap/ui/model/Type.js +1 -1
  190. package/src/sap/ui/model/json/JSONModel.js +1 -1
  191. package/src/sap/ui/model/message/MessageModel.js +1 -1
  192. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  193. package/src/sap/ui/model/odata/ODataListBinding.js +24 -0
  194. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  195. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  196. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  197. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  198. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  199. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  200. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  201. package/src/sap/ui/model/odata/type/Date.js +1 -1
  202. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  203. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  204. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  205. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +1 -1
  206. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  207. package/src/sap/ui/model/odata/type/Double.js +1 -1
  208. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  209. package/src/sap/ui/model/odata/type/Int.js +1 -1
  210. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  211. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  212. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  213. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  214. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  215. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  216. package/src/sap/ui/model/odata/type/Single.js +1 -1
  217. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  218. package/src/sap/ui/model/odata/type/String.js +1 -1
  219. package/src/sap/ui/model/odata/type/Time.js +1 -1
  220. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  221. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  222. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  223. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  224. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  225. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  226. package/src/sap/ui/model/odata/v4/Context.js +3 -3
  227. package/src/sap/ui/model/odata/v4/ODataBinding.js +65 -38
  228. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +5 -4
  229. package/src/sap/ui/model/odata/v4/ODataListBinding.js +7 -6
  230. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +8 -9
  231. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  232. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +58 -27
  233. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +5 -5
  234. package/src/sap/ui/model/odata/v4/lib/_Cache.js +11 -7
  235. package/src/sap/ui/model/odata/v4/lib/_Helper.js +5 -1
  236. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +1 -1
  237. package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +3 -3
  238. package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
  239. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  240. package/src/sap/ui/model/type/Boolean.js +1 -1
  241. package/src/sap/ui/model/type/Currency.js +1 -1
  242. package/src/sap/ui/model/type/Date.js +1 -1
  243. package/src/sap/ui/model/type/DateInterval.js +1 -1
  244. package/src/sap/ui/model/type/DateTime.js +1 -1
  245. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  246. package/src/sap/ui/model/type/FileSize.js +1 -1
  247. package/src/sap/ui/model/type/Float.js +1 -1
  248. package/src/sap/ui/model/type/Integer.js +1 -1
  249. package/src/sap/ui/model/type/String.js +1 -1
  250. package/src/sap/ui/model/type/Time.js +1 -1
  251. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  252. package/src/sap/ui/model/type/Unit.js +1 -1
  253. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  254. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  255. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  256. package/src/sap/ui/test/generic/TestBase.js +1 -1
  257. package/src/sap/ui/util/Mobile.js +10 -6
  258. package/src/sap/ui/util/Storage.js +1 -1
@@ -13,9 +13,13 @@ sap.ui.define([
13
13
  "sap/base/i18n/ResourceBundle",
14
14
  "sap/base/Log",
15
15
  "sap/base/util/fetch",
16
- "sap/base/util/syncFetch"
16
+ "sap/base/util/syncFetch",
17
+ "sap/base/util/isPlainObject",
18
+ "sap/ui/core/Core",
19
+ "sap/ui/core/Configuration",
20
+ "sap/ui/core/theming/ThemeHelper"
17
21
  ],
18
- function(URI, ResourceBundle, Log, fetch, syncFetch) {
22
+ function(URI, ResourceBundle, Log, fetch, syncFetch, isPlainObject, Core, Configuration, ThemeHelper) {
19
23
  "use strict";
20
24
 
21
25
  /**
@@ -34,7 +38,7 @@ sap.ui.define([
34
38
  fontFamily: SAP_ICON_FONT_FAMILY
35
39
  },
36
40
  metadataLoaded: true,
37
- inserted: true
41
+ deprecatedNames: new Set(["soccor", "clinical-tast-tracker"])
38
42
  }
39
43
  };
40
44
 
@@ -1016,12 +1020,14 @@ sap.ui.define([
1016
1020
  Log.error("Icon font '" + sCollectionName + "' has not been registered yet.");
1017
1021
  return;
1018
1022
  }
1019
- // check if font face has already been inserted
1020
- if (mFontRegistry[sCollectionName].inserted) {
1023
+
1024
+ if (sPath == mFontRegistry[sCollectionName].currentFontURI) {
1021
1025
  Log.info("The font face style of icon font '" + sCollectionName + "' was already inserted.");
1022
1026
  return;
1023
1027
  }
1024
1028
 
1029
+ mFontRegistry[sCollectionName].currentFontURI = sPath;
1030
+
1025
1031
  oFontFace = new FontFace(sFontFace,
1026
1032
  "url(" + convertUrl(sPath + sFontFace + ".woff2") + ") format('woff2')," +
1027
1033
  "local(" + sFontFace + ")",
@@ -1034,12 +1040,65 @@ sap.ui.define([
1034
1040
  document.fonts.add(oFontFace);
1035
1041
  oFontFace.load();
1036
1042
 
1037
- mFontRegistry[sCollectionName].inserted = true;
1038
1043
  mFontRegistry[sCollectionName].fontFace = sFontFace;
1039
1044
  };
1040
1045
 
1046
+
1047
+ // attach to theme change event to display the correct theme dependent icon fonts
1048
+ Core.attachThemeChanged(function() {
1049
+ for (var collectionName in mFontRegistry) {
1050
+ var oThemeConfig = mFontRegistry[collectionName].themeConfig;
1051
+
1052
+ if (!oThemeConfig) {
1053
+ continue;
1054
+ }
1055
+
1056
+ var oFontConfig = mFontRegistry[collectionName].config;
1057
+ var sFontURI = getThemePath(oThemeConfig) || oFontConfig.fontURI;
1058
+
1059
+ _IconRegistry.insertFontFaceStyle(oFontConfig.fontFamily, sFontURI, collectionName);
1060
+ }
1061
+ });
1062
+
1063
+ function getThemePath(oConfig) {
1064
+ var fontURI;
1065
+
1066
+ if (isPlainObject(oConfig)) {
1067
+ var mPath = oConfig["path"];
1068
+ var aThemes = [Configuration.getTheme()];
1069
+
1070
+ var oCustomThemeMetadata = ThemeHelper.getMetadata("sap-ui-core");
1071
+ var sParentTheme = oCustomThemeMetadata && oCustomThemeMetadata.Extends[0];
1072
+
1073
+ if (sParentTheme) {
1074
+ aThemes.push(sParentTheme);
1075
+ }
1076
+
1077
+ aThemes.some(function(sTheme) {
1078
+ return Object.keys(mPath).some(function(key) {
1079
+ var rTheme = new RegExp(key);
1080
+
1081
+ if (rTheme.test(sTheme)) {
1082
+ fontURI = mPath[key];
1083
+
1084
+ // add trailing slash if necessary for more convenience
1085
+ if (fontURI.charAt(fontURI.length - 1) !== "/") {
1086
+ fontURI += "/";
1087
+ }
1088
+
1089
+ fontURI = sap.ui.require.toUrl(fontURI);
1090
+ return true;
1091
+ }
1092
+ });
1093
+ });
1094
+
1095
+
1096
+ }
1097
+ return fontURI;
1098
+ }
1099
+
1041
1100
  /**
1042
- * Loads the font metadata for the given collection.
1101
+ * Loads the font metadata for the given collection
1043
1102
  *
1044
1103
  * @param {string} collectionName the font collection name
1045
1104
  * @param {boolean} async whether the metadata is loaded async or sync
@@ -1075,11 +1134,25 @@ sap.ui.define([
1075
1134
 
1076
1135
  // add icons to registry and insert the font style
1077
1136
  function loadFont(oFontMetadata) {
1078
- for (var sKey in oFontMetadata) {
1079
- oFontMetadata[sKey] = parseInt(oFontMetadata[sKey], 16);
1137
+ var mIcons = oFontMetadata;
1138
+ var sFontURI = oConfig.fontURI;
1139
+
1140
+ if (oFontMetadata && oFontMetadata.config && isPlainObject(oFontMetadata.config)) {
1141
+ mFontRegistry[collectionName].themeConfig = oFontMetadata.config;
1142
+ sFontURI = getThemePath(oFontMetadata.config) || oConfig.fontURI;
1143
+ mIcons = oFontMetadata.icons;
1144
+
1145
+ if (!isPlainObject(mIcons)) {
1146
+ Log.error("There is something wrong with the structure of the font metadata loaded from " + sFontURI + ".");
1147
+ }
1080
1148
  }
1081
- mRegistry[collectionName] = oFontMetadata;
1082
- _IconRegistry.insertFontFaceStyle(oConfig.fontFamily, oConfig.fontURI, collectionName);
1149
+
1150
+ for (var sKey in mIcons) {
1151
+ mIcons[sKey] = parseInt(mIcons[sKey], 16);
1152
+ }
1153
+
1154
+ mRegistry[collectionName] = mIcons;
1155
+ _IconRegistry.insertFontFaceStyle(oConfig.fontFamily, sFontURI, collectionName);
1083
1156
  mFontRegistry[collectionName].metadataLoaded = true;
1084
1157
  }
1085
1158
 
@@ -81,7 +81,7 @@ sap.ui.define([
81
81
  * @param {Element[]} aItemDomRefs Array of DOM references representing the items for the navigation
82
82
  * @param {boolean} [bNotInTabChain=false] Whether the selected element should be in the tab chain or not
83
83
  *
84
- * @version 1.108.17
84
+ * @version 1.108.19
85
85
  * @alias sap.ui.core.delegate.ItemNavigation
86
86
  * @public
87
87
  */
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  *
59
59
  * @protected
60
60
  * @alias sap.ui.core.delegate.ScrollEnablement
61
- * @version 1.108.17
61
+ * @version 1.108.19
62
62
  * @author SAP SE
63
63
  */
64
64
  var ScrollEnablement = BaseObject.extend("sap.ui.core.delegate.ScrollEnablement", /** @lends sap.ui.core.delegate.ScrollEnablement.prototype */ {
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  *
38
38
  * @extends sap.ui.core.Element
39
39
  * @author SAP SE
40
- * @version 1.108.17
40
+ * @version 1.108.19
41
41
  *
42
42
  * @public
43
43
  * @since 1.52
@@ -22,7 +22,7 @@ sap.ui.define(["./DragInfo", "./DropInfo", "sap/base/Log"],
22
22
  * @extends sap.ui.core.dnd.DropInfo
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.108.17
25
+ * @version 1.108.19
26
26
  *
27
27
  * @public
28
28
  * @since 1.52
@@ -22,7 +22,7 @@ sap.ui.define(["./DragDropBase"],
22
22
  * @extends sap.ui.core.dnd.DragDropBase
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.108.17
25
+ * @version 1.108.19
26
26
  *
27
27
  * @public
28
28
  * @since 1.56
@@ -21,7 +21,7 @@ sap.ui.define(["./DragDropBase"],
21
21
  * @extends sap.ui.core.dnd.DragDropBase
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.108.17
24
+ * @version 1.108.19
25
25
  *
26
26
  * @public
27
27
  * @since 1.56
@@ -882,6 +882,10 @@ sap.ui.define([
882
882
  var iTZFactor = sValue.charAt(0) == "+" ? -1 : 1;
883
883
  var sPart;
884
884
 
885
+ if (sValue[0] === "Z") {
886
+ return {length : 1, tzDiff : 0};
887
+ }
888
+
885
889
  iLength++; //"+" or "-"
886
890
  sPart = this.findNumbers(sValue.substr(iLength), 2);
887
891
 
@@ -11,7 +11,7 @@ sap.ui.define([], function() {
11
11
  * Static collection of utility functions to handle time zone related conversions
12
12
  *
13
13
  * @author SAP SE
14
- * @version 1.108.17
14
+ * @version 1.108.19
15
15
  * @namespace
16
16
  * @alias sap.ui.core.format.TimezoneUtil
17
17
  * @private
@@ -400,7 +400,7 @@ sap.ui.define([
400
400
  * @see {@link topic:6322164936f047de941ec522b95d7b70 Hyphenation for Text Controls}
401
401
  * @extends sap.ui.base.ManagedObject
402
402
  * @author SAP SE
403
- * @version 1.108.17
403
+ * @version 1.108.19
404
404
  * @hideconstructor
405
405
  * @public
406
406
  * @since 1.60
@@ -25,13 +25,13 @@ sap.ui.define([
25
25
  * @namespace
26
26
  * @alias sap.ui.core
27
27
  * @author SAP SE
28
- * @version 1.108.17
28
+ * @version 1.108.19
29
29
  * @since 0.8
30
30
  * @public
31
31
  */
32
32
  var thisLib = sap.ui.getCore().initLibrary({
33
33
  name : "sap.ui.core",
34
- version: "1.108.17",
34
+ version: "1.108.19",
35
35
  designtime: "sap/ui/core/designtime/library.designtime",
36
36
  types: [
37
37
 
@@ -1491,7 +1491,7 @@ sap.ui.define([
1491
1491
  /**
1492
1492
  * Sort order of a column.
1493
1493
  *
1494
- * @version 1.108.17
1494
+ * @version 1.108.19
1495
1495
  * @enum {string}
1496
1496
  * @public
1497
1497
  * @since 1.61.0
@@ -29,7 +29,7 @@ sap.ui.define(['sap/ui/core/message/MessageProcessor'],
29
29
  * @extends sap.ui.core.message.MessageProcessor
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.108.17
32
+ * @version 1.108.19
33
33
  *
34
34
  * @public
35
35
  * @alias sap.ui.core.message.ControlMessageProcessor
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.base.Object
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.108.17
38
+ * @version 1.108.19
39
39
  *
40
40
  * @param {object} [mParameters] a map which contains the following parameter properties:
41
41
  * @param {string} [mParameters.id] The message id: will be generated if no id is set
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.base.EventProvider
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.108.17
39
+ * @version 1.108.19
40
40
  *
41
41
  * @public
42
42
  * @alias sap.ui.core.message.MessageManager
@@ -24,7 +24,7 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/Log"],
24
24
  * @extends sap.ui.base.Object
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.108.17
27
+ * @version 1.108.19
28
28
  * @public
29
29
  * @abstract
30
30
  * @alias sap.ui.core.message.MessageParser
@@ -27,7 +27,7 @@ sap.ui.define(['sap/ui/base/EventProvider', "sap/base/util/uid"],
27
27
  * @extends sap.ui.base.EventProvider
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.108.17
30
+ * @version 1.108.19
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.message.MessageProcessor
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @extends sap.ui.core.mvc.View
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.108.17
46
+ * @version 1.108.19
47
47
  *
48
48
  * @public
49
49
  * @since 1.9.2
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @class
44
44
  * A View defined using JSON.
45
45
  * @extends sap.ui.core.mvc.View
46
- * @version 1.108.17
46
+ * @version 1.108.19
47
47
  *
48
48
  * @public
49
49
  * @alias sap.ui.core.mvc.JSONView
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] initial settings for the new control
28
28
  *
29
29
  * @extends sap.ui.core.mvc.View
30
- * @version 1.108.17
30
+ * @version 1.108.19
31
31
  * @deprecated Since 1.90. Instead use {@link topic:e6bb33d076dc4f23be50c082c271b9f0 Typed Views}
32
32
  * by defining the view class with {@link sap.ui.core.mvc.View.extend View.extend} and
33
33
  * 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.108.17
32
+ * @version 1.108.19
33
33
  *
34
34
  * @public
35
35
  * @deprecated Since version 1.56.0, use {@link sap.ui.core.mvc.XMLView} in combination with
@@ -147,7 +147,7 @@ sap.ui.define([
147
147
  * The default implementation of this method returns <code>false</code>.
148
148
  *
149
149
  * @extends sap.ui.core.Control
150
- * @version 1.108.17
150
+ * @version 1.108.19
151
151
  *
152
152
  * @public
153
153
  * @alias sap.ui.core.mvc.View
@@ -108,7 +108,7 @@ sap.ui.define([
108
108
  * bound content aggregation. An error will be thrown when the above combination is detected.
109
109
  *
110
110
  * @extends sap.ui.core.mvc.View
111
- * @version 1.108.17
111
+ * @version 1.108.19
112
112
  *
113
113
  * @public
114
114
  * @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.108.17
24
+ * @version 1.108.19
25
25
  * @alias sap.ui.core.plugin.DeclarativeSupport
26
26
  */
27
27
  var DeclarativeSupportPlugin = function() {
@@ -42,7 +42,7 @@
42
42
  * feature - DO NOT USE IN PRODUCTIVE SCENARIOS!!
43
43
  *
44
44
  * @author Peter Muessig
45
- * @version 1.108.17
45
+ * @version 1.108.19
46
46
  * @private
47
47
  * @alias sap.ui.core.plugin.LessSupport
48
48
  */
@@ -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.108.17
24
+ * @version 1.108.19
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.108.17
41
+ * @version 1.108.19
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(function () {
13
13
  *
14
14
  * @author SAP SE
15
15
  * @since 1.56.0
16
- * @version 1.108.17
16
+ * @version 1.108.19
17
17
  *
18
18
  * @function
19
19
  * @param {string} sMessage - Dialog message
@@ -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.108.17
30
+ * @version 1.108.19
31
31
  *
32
32
  * @public
33
33
  * @alias sap.ui.core.search.OpenSearchProvider
@@ -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.108.17
26
+ * @version 1.108.19
27
27
  *
28
28
  * @public
29
29
  * @alias sap.ui.core.search.SearchProvider
@@ -71,7 +71,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/base/assert", "sap/base/Log"],
71
71
  *
72
72
  * @extends sap.ui.base.Object
73
73
  * @author SAP SE
74
- * @version 1.108.17
74
+ * @version 1.108.19
75
75
  * @alias sap.ui.core.service.Service
76
76
  * @abstract
77
77
  * @private
@@ -83,7 +83,7 @@ sap.ui.define(['sap/ui/base/Object', 'sap/ui/core/service/Service', "sap/base/as
83
83
  *
84
84
  * @extends sap.ui.base.Object
85
85
  * @author SAP SE
86
- * @version 1.108.17
86
+ * @version 1.108.19
87
87
  * @alias sap.ui.core.service.ServiceFactory
88
88
  * @private
89
89
  * @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.108.17
21
+ * @version 1.108.19
22
22
  * @alias sap.ui.core.service.ServiceFactoryRegistry
23
23
  * @private
24
24
  * @ui5-restricted sap.ushell
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/base/Object', "sap/ui/thirdparty/jquery", "sap/base/util/
17
17
  *
18
18
  * @abstract
19
19
  * @extends sap.ui.base.Object
20
- * @version 1.108.17
20
+ * @version 1.108.19
21
21
  * @private
22
22
  * @ui5-restricted
23
23
  * @alias sap.ui.core.support.Plugin
@@ -25,7 +25,7 @@ sap.ui.define(['sap/ui/base/EventProvider', './Plugin', "sap/base/util/UriParame
25
25
  * @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.
26
26
  *
27
27
  * @extends sap.ui.base.EventProvider
28
- * @version 1.108.17
28
+ * @version 1.108.19
29
29
  * @private
30
30
  * @alias sap.ui.core.support.Support
31
31
  */
@@ -58,7 +58,7 @@ sap.ui.define([
58
58
  * @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.
59
59
  *
60
60
  * @extends sap.ui.core.support.Plugin
61
- * @version 1.108.17
61
+ * @version 1.108.19
62
62
  * @private
63
63
  * @alias sap.ui.core.support.plugins.ControlTree
64
64
  */
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * With this plugIn the performance measurements are displayed
39
39
  *
40
40
  * @extends sap.ui.core.support.Plugin
41
- * @version 1.108.17
41
+ * @version 1.108.19
42
42
  * @private
43
43
  * @alias sap.ui.core.support.plugins.Interaction
44
44
  */
@@ -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.108.17
18
+ * @version 1.108.19
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.108.17
59
+ * @version 1.108.19
60
60
  * @private
61
61
  * @alias sap.ui.core.support.plugins.Performance
62
62
  */
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @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.
21
21
  *
22
22
  * @extends sap.ui.core.support.Plugin
23
- * @version 1.108.17
23
+ * @version 1.108.19
24
24
  * @private
25
25
  * @alias sap.ui.core.support.plugins.Selector
26
26
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @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.
27
27
  *
28
28
  * @extends sap.ui.core.support.Plugin
29
- * @version 1.108.17
29
+ * @version 1.108.19
30
30
  * @private
31
31
  * @alias sap.ui.core.support.plugins.TechInfo
32
32
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @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.
20
20
  *
21
21
  * @extends sap.ui.core.support.Plugin
22
- * @version 1.108.17
22
+ * @version 1.108.19
23
23
  * @private
24
24
  * @alias sap.ui.core.support.plugins.Trace
25
25
  */
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * Creates an instance of sap.ui.core.support.plugins.ViewInfo.
20
20
  * @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.
21
21
  * @extends sap.ui.core.support.Plugin
22
- * @version 1.108.17
22
+ * @version 1.108.19
23
23
  * @private
24
24
  * @alias sap.ui.core.support.plugins.ViewInfo
25
25
  */
@@ -21,8 +21,8 @@
21
21
  }
22
22
 
23
23
  .sapUiIcon:focus {
24
- outline-width: 1px;
25
- outline-style: dotted;
24
+ outline-width: @sapUiContentFocusWidth;
25
+ outline-style: @sapUiContentFocusStyle;
26
26
  outline-color: @sapUiContentFocusColor;
27
27
  }
28
28