@ui5/webcomponents-localization 0.0.0-0fcda382e → 0.0.0-10f3c0dc7

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 (275) hide show
  1. package/.eslintignore +2 -0
  2. package/.npsrc.json +3 -0
  3. package/CHANGELOG.md +2427 -0
  4. package/LICENSE.txt +201 -0
  5. package/README.md +38 -10
  6. package/dist/.tsbuildinfo +1 -0
  7. package/dist/Assets-fetch.d.ts +1 -0
  8. package/dist/Assets-fetch.js +3 -0
  9. package/dist/Assets-fetch.js.map +1 -0
  10. package/dist/Assets-node.d.ts +11 -0
  11. package/dist/Assets-node.js +12 -0
  12. package/dist/Assets-node.js.map +1 -0
  13. package/dist/Assets.d.ts +1 -0
  14. package/dist/Assets.js +1 -0
  15. package/dist/Assets.js.map +1 -0
  16. package/dist/CalendarUtils.d.ts +3 -0
  17. package/dist/CalendarUtils.js +6 -0
  18. package/dist/CalendarUtils.js.map +1 -0
  19. package/dist/DateFormat.d.ts +28 -0
  20. package/dist/DateFormat.js +22 -2
  21. package/dist/DateFormat.js.map +1 -0
  22. package/dist/Locale.d.ts +5 -0
  23. package/dist/Locale.js +7 -0
  24. package/dist/Locale.js.map +1 -0
  25. package/dist/LocaleData.d.ts +5 -0
  26. package/dist/LocaleData.js +6 -2
  27. package/dist/LocaleData.js.map +1 -0
  28. package/dist/NumberFormat.d.ts +5 -0
  29. package/dist/NumberFormat.js +7 -0
  30. package/dist/NumberFormat.js.map +1 -0
  31. package/dist/dates/CalendarDate.d.ts +42 -0
  32. package/dist/dates/CalendarDate.js +171 -181
  33. package/dist/dates/CalendarDate.js.map +1 -0
  34. package/dist/dates/ExtremeDates.d.ts +5 -0
  35. package/dist/dates/ExtremeDates.js +29 -0
  36. package/dist/dates/ExtremeDates.js.map +1 -0
  37. package/dist/dates/UI5Date.d.ts +5 -0
  38. package/dist/dates/UI5Date.js +7 -0
  39. package/dist/dates/UI5Date.js.map +1 -0
  40. package/dist/dates/UniversalDate.d.ts +47 -0
  41. package/dist/dates/UniversalDate.js +5 -0
  42. package/dist/dates/UniversalDate.js.map +1 -0
  43. package/dist/dates/convertMonthNumbersToMonthNames.d.ts +16 -0
  44. package/dist/dates/convertMonthNumbersToMonthNames.js +30 -0
  45. package/dist/dates/convertMonthNumbersToMonthNames.js.map +1 -0
  46. package/dist/dates/getDaysInMonth.d.ts +3 -0
  47. package/dist/dates/getDaysInMonth.js +10 -0
  48. package/dist/dates/getDaysInMonth.js.map +1 -0
  49. package/dist/dates/getRoundedTimestamp.d.ts +7 -0
  50. package/dist/dates/getRoundedTimestamp.js +15 -0
  51. package/dist/dates/getRoundedTimestamp.js.map +1 -0
  52. package/dist/dates/getTodayUTCTimestamp.d.ts +7 -0
  53. package/dist/dates/getTodayUTCTimestamp.js +9 -0
  54. package/dist/dates/getTodayUTCTimestamp.js.map +1 -0
  55. package/dist/dates/modifyDateBy.d.ts +14 -0
  56. package/dist/dates/modifyDateBy.js +55 -0
  57. package/dist/dates/modifyDateBy.js.map +1 -0
  58. package/dist/dates/transformDateToSecondaryType.d.ts +7 -0
  59. package/dist/dates/transformDateToSecondaryType.js +18 -0
  60. package/dist/dates/transformDateToSecondaryType.js.map +1 -0
  61. package/dist/features/calendar/Buddhist.js +1 -0
  62. package/dist/features/calendar/Buddhist.js.map +1 -0
  63. package/dist/features/calendar/Gregorian.js +1 -0
  64. package/dist/features/calendar/Gregorian.js.map +1 -0
  65. package/dist/features/calendar/Islamic.js +1 -0
  66. package/dist/features/calendar/Islamic.js.map +1 -0
  67. package/dist/features/calendar/Japanese.js +1 -0
  68. package/dist/features/calendar/Japanese.js.map +1 -0
  69. package/dist/features/calendar/Persian.js +1 -0
  70. package/dist/features/calendar/Persian.js.map +1 -0
  71. package/dist/generated/assets/cldr/Unicode-Data-Files-LICENSE.txt +39 -0
  72. package/dist/generated/assets/cldr/ar.json +2179 -728
  73. package/dist/generated/assets/cldr/ar_EG.json +2179 -728
  74. package/dist/generated/assets/cldr/ar_SA.json +2275 -825
  75. package/dist/generated/assets/cldr/bg.json +1924 -798
  76. package/dist/generated/assets/cldr/ca.json +2027 -816
  77. package/dist/generated/assets/cldr/cnr.json +6476 -0
  78. package/dist/generated/assets/cldr/cs.json +1865 -842
  79. package/dist/generated/assets/cldr/cy.json +6566 -0
  80. package/dist/generated/assets/cldr/da.json +1844 -682
  81. package/dist/generated/assets/cldr/de.json +1806 -546
  82. package/dist/generated/assets/cldr/de_AT.json +1797 -537
  83. package/dist/generated/assets/cldr/de_CH.json +1879 -611
  84. package/dist/generated/assets/cldr/el.json +1497 -383
  85. package/dist/generated/assets/cldr/el_CY.json +1497 -383
  86. package/dist/generated/assets/cldr/en.json +1990 -563
  87. package/dist/generated/assets/cldr/en_AU.json +2339 -763
  88. package/dist/generated/assets/cldr/en_GB.json +2170 -621
  89. package/dist/generated/assets/cldr/en_HK.json +2076 -628
  90. package/dist/generated/assets/cldr/en_IE.json +2038 -593
  91. package/dist/generated/assets/cldr/en_IN.json +2336 -704
  92. package/dist/generated/assets/cldr/en_NZ.json +2056 -611
  93. package/dist/generated/assets/cldr/en_PG.json +2049 -604
  94. package/dist/generated/assets/cldr/en_SG.json +2041 -593
  95. package/dist/generated/assets/cldr/en_ZA.json +2046 -599
  96. package/dist/generated/assets/cldr/es.json +2197 -881
  97. package/dist/generated/assets/cldr/es_AR.json +2167 -819
  98. package/dist/generated/assets/cldr/es_BO.json +2210 -863
  99. package/dist/generated/assets/cldr/es_CL.json +2087 -848
  100. package/dist/generated/assets/cldr/es_CO.json +1947 -707
  101. package/dist/generated/assets/cldr/es_MX.json +2446 -1091
  102. package/dist/generated/assets/cldr/es_PE.json +1912 -773
  103. package/dist/generated/assets/cldr/es_UY.json +1926 -795
  104. package/dist/generated/assets/cldr/es_VE.json +1920 -789
  105. package/dist/generated/assets/cldr/et.json +1761 -544
  106. package/dist/generated/assets/cldr/fa.json +1872 -566
  107. package/dist/generated/assets/cldr/fi.json +1959 -526
  108. package/dist/generated/assets/cldr/fr.json +1711 -460
  109. package/dist/generated/assets/cldr/fr_BE.json +1710 -459
  110. package/dist/generated/assets/cldr/fr_CA.json +2087 -814
  111. package/dist/generated/assets/cldr/fr_CH.json +1669 -418
  112. package/dist/generated/assets/cldr/fr_LU.json +1711 -460
  113. package/dist/generated/assets/cldr/he.json +2018 -1033
  114. package/dist/generated/assets/cldr/hi.json +1619 -348
  115. package/dist/generated/assets/cldr/hr.json +1855 -569
  116. package/dist/generated/assets/cldr/hu.json +1764 -551
  117. package/dist/generated/assets/cldr/id.json +1924 -601
  118. package/dist/generated/assets/cldr/it.json +1821 -666
  119. package/dist/generated/assets/cldr/it_CH.json +1827 -672
  120. package/dist/generated/assets/cldr/ja.json +1426 -109
  121. package/dist/generated/assets/cldr/kk.json +2251 -737
  122. package/dist/generated/assets/cldr/ko.json +1484 -196
  123. package/dist/generated/assets/cldr/lt.json +1714 -734
  124. package/dist/generated/assets/cldr/lv.json +1686 -682
  125. package/dist/generated/assets/cldr/mk.json +6177 -0
  126. package/dist/generated/assets/cldr/ms.json +1903 -595
  127. package/dist/generated/assets/cldr/nb.json +1548 -369
  128. package/dist/generated/assets/cldr/nl.json +1935 -511
  129. package/dist/generated/assets/cldr/nl_BE.json +1955 -531
  130. package/dist/generated/assets/cldr/pl.json +1873 -586
  131. package/dist/generated/assets/cldr/pt.json +2184 -753
  132. package/dist/generated/assets/cldr/pt_PT.json +2149 -778
  133. package/dist/generated/assets/cldr/ro.json +1847 -765
  134. package/dist/generated/assets/cldr/ru.json +2082 -755
  135. package/dist/generated/assets/cldr/ru_UA.json +2076 -749
  136. package/dist/generated/assets/cldr/sk.json +1860 -972
  137. package/dist/generated/assets/cldr/sl.json +1861 -920
  138. package/dist/generated/assets/cldr/sr.json +1829 -767
  139. package/dist/generated/assets/cldr/sr_Latn.json +6173 -0
  140. package/dist/generated/assets/cldr/sv.json +1789 -587
  141. package/dist/generated/assets/cldr/th.json +1704 -373
  142. package/dist/generated/assets/cldr/tr.json +1855 -587
  143. package/dist/generated/assets/cldr/uk.json +2166 -711
  144. package/dist/generated/assets/cldr/vi.json +2054 -709
  145. package/dist/generated/assets/cldr/zh_CN.json +1736 -397
  146. package/dist/generated/assets/cldr/zh_HK.json +1713 -374
  147. package/dist/generated/assets/cldr/zh_SG.json +1723 -384
  148. package/dist/generated/assets/cldr/zh_TW.json +1678 -371
  149. package/dist/generated/json-imports/LocaleData-fetch.d.ts +1 -0
  150. package/dist/generated/json-imports/LocaleData-fetch.js +93 -0
  151. package/dist/generated/json-imports/LocaleData-fetch.js.map +1 -0
  152. package/dist/generated/json-imports/LocaleData-node.d.ts +1 -0
  153. package/dist/generated/json-imports/LocaleData-node.js +93 -0
  154. package/dist/generated/json-imports/LocaleData-node.js.map +1 -0
  155. package/dist/generated/json-imports/LocaleData.d.ts +1 -0
  156. package/dist/generated/json-imports/LocaleData.js +92 -95
  157. package/dist/generated/json-imports/LocaleData.js.map +1 -0
  158. package/dist/getCachedLocaleDataInstance.d.ts +4 -0
  159. package/dist/getCachedLocaleDataInstance.js +12 -0
  160. package/dist/getCachedLocaleDataInstance.js.map +1 -0
  161. package/dist/locale/getLocaleData.d.ts +11 -0
  162. package/dist/locale/getLocaleData.js +15 -17
  163. package/dist/locale/getLocaleData.js.map +1 -0
  164. package/dist/sap/base/Event.js +59 -0
  165. package/dist/sap/base/Eventing.js +147 -0
  166. package/dist/sap/base/Log.js +2 -248
  167. package/dist/sap/base/assert.js +31 -9
  168. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  169. package/dist/sap/base/config.js +17 -0
  170. package/dist/sap/base/future.js +12 -0
  171. package/dist/sap/base/i18n/Formatting.d.ts +13 -0
  172. package/dist/sap/base/i18n/Formatting.js +18 -0
  173. package/dist/sap/base/i18n/Formatting.js.map +1 -0
  174. package/dist/sap/base/i18n/LanguageTag.js +179 -0
  175. package/dist/sap/base/i18n/Localization.d.ts +7 -0
  176. package/dist/sap/base/i18n/Localization.js +17 -0
  177. package/dist/sap/base/i18n/Localization.js.map +1 -0
  178. package/dist/sap/base/i18n/ResourceBundle.js +20 -0
  179. package/dist/sap/base/i18n/date/CalendarType.js +44 -0
  180. package/dist/sap/base/i18n/date/CalendarWeekNumbering.js +106 -0
  181. package/dist/sap/base/i18n/date/TimezoneUtils.js +471 -0
  182. package/dist/sap/base/i18n/date/_EnumHelper.js +37 -0
  183. package/dist/sap/base/strings/camelize.js +30 -0
  184. package/dist/sap/base/strings/formatMessage.js +93 -15
  185. package/dist/sap/base/util/LoaderExtensions.d.ts +4 -0
  186. package/dist/sap/base/util/LoaderExtensions.js +11 -4
  187. package/dist/sap/base/util/LoaderExtensions.js.map +1 -0
  188. package/dist/sap/base/util/ObjectPath.d.ts +4 -0
  189. package/dist/sap/base/util/ObjectPath.js +4 -33
  190. package/dist/sap/base/util/ObjectPath.js.map +1 -0
  191. package/dist/sap/base/util/Properties.js +12 -0
  192. package/dist/sap/base/util/Version.js +163 -0
  193. package/dist/sap/base/util/_merge.js +83 -26
  194. package/dist/sap/base/util/array/uniqueSort.js +37 -15
  195. package/dist/sap/base/util/deepClone.js +102 -0
  196. package/dist/sap/base/util/deepEqual.js +75 -55
  197. package/dist/sap/base/util/deepExtend.js +60 -0
  198. package/dist/sap/base/util/extend.js +58 -7
  199. package/dist/sap/base/util/fetch.js +8 -0
  200. package/dist/sap/base/util/isEmptyObject.js +34 -0
  201. package/dist/sap/base/util/isPlainObject.js +35 -1
  202. package/dist/sap/base/util/merge.js +57 -0
  203. package/dist/sap/base/util/mixedFetch.js +3 -0
  204. package/dist/sap/base/util/now.js +22 -7
  205. package/dist/sap/base/util/resolveReference.js +3 -0
  206. package/dist/sap/base/util/uid.js +27 -0
  207. package/dist/sap/ui/Device.js +25 -3
  208. package/dist/sap/ui/Global.js +1 -0
  209. package/dist/sap/ui/VersionInfo.js +14 -0
  210. package/dist/sap/ui/base/DataType.js +708 -0
  211. package/dist/sap/ui/base/DesignTime.js +11 -0
  212. package/dist/sap/ui/base/EventProvider.js +21 -0
  213. package/dist/sap/ui/base/Interface.js +50 -6
  214. package/dist/sap/ui/base/Metadata.js +470 -173
  215. package/dist/sap/ui/base/Object.js +287 -27
  216. package/dist/sap/ui/base/OwnStatics.js +6 -0
  217. package/dist/sap/ui/base/SyncPromise.js +98 -0
  218. package/dist/sap/ui/core/AnimationMode.js +42 -0
  219. package/dist/sap/ui/core/CalendarType.js +24 -8
  220. package/dist/sap/ui/core/Configuration.d.ts +17 -0
  221. package/dist/sap/ui/core/Configuration.js +23 -0
  222. package/dist/sap/ui/core/Configuration.js.map +1 -0
  223. package/dist/sap/ui/core/ControlBehavior.js +11 -0
  224. package/dist/sap/ui/core/Core.d.ts +25 -0
  225. package/dist/sap/ui/core/Core.js +7 -32
  226. package/dist/sap/ui/core/Core.js.map +1 -0
  227. package/dist/sap/ui/core/FormatSettings.d.ts +9 -0
  228. package/dist/sap/ui/core/FormatSettings.js +12 -0
  229. package/dist/sap/ui/core/FormatSettings.js.map +1 -0
  230. package/dist/sap/ui/core/Lib.js +41 -0
  231. package/dist/sap/ui/core/Locale.js +190 -116
  232. package/dist/sap/ui/core/LocaleData.js +2837 -2683
  233. package/dist/sap/ui/core/Supportability.js +5 -0
  234. package/dist/sap/ui/core/Theming.js +39 -0
  235. package/dist/sap/ui/core/_UrlResolver.js +11 -0
  236. package/dist/sap/ui/core/date/Buddhist.js +162 -93
  237. package/dist/sap/ui/core/date/CalendarUtils.js +67 -0
  238. package/dist/sap/ui/core/date/CalendarWeekNumbering.js +30 -0
  239. package/dist/sap/ui/core/date/Gregorian.js +25 -10
  240. package/dist/sap/ui/core/date/Islamic.js +298 -185
  241. package/dist/sap/ui/core/date/Japanese.js +212 -117
  242. package/dist/sap/ui/core/date/Persian.js +324 -195
  243. package/dist/sap/ui/core/date/UI5Date.js +1039 -0
  244. package/dist/sap/ui/core/date/UniversalDate.js +1241 -217
  245. package/dist/sap/ui/core/date/_Calendars.js +10 -1
  246. package/dist/sap/ui/core/format/DateFormat.js +3160 -1781
  247. package/dist/sap/ui/core/format/FormatUtils.js +30 -0
  248. package/dist/sap/ui/core/format/NumberFormat.js +3164 -0
  249. package/dist/sap/ui/core/format/TimezoneUtil.js +93 -0
  250. package/dist/sap/ui/core/getCompatibilityVersion.js +7 -0
  251. package/dist/sap/ui/core/theming/ThemeHelper.js +14 -0
  252. package/dist/sap/ui/security/Security.js +12 -0
  253. package/dist/sap/ui/util/XMLHelper.js +11 -0
  254. package/dist/sap/ui/util/_URL.js +1 -0
  255. package/dist/ui5loader-autoconfig.js +1 -0
  256. package/package-scripts.cjs +35 -0
  257. package/package.json +27 -21
  258. package/tsconfig.json +24 -0
  259. package/used-modules.txt +33 -1
  260. package/dist/dates/calculateWeekNumber.js +0 -51
  261. package/package-scripts.js +0 -31
  262. package/src/Assets.js +0 -2
  263. package/src/DateFormat.js +0 -3
  264. package/src/LocaleData.js +0 -3
  265. package/src/dates/CalendarDate.js +0 -203
  266. package/src/dates/calculateWeekNumber.js +0 -51
  267. package/src/locale/getLocaleData.js +0 -27
  268. package/src/sap/base/util/LoaderExtensions.js +0 -7
  269. package/src/sap/ui/core/Core.js +0 -38
  270. /package/{config/.eslintrc.js → .eslintrc.cjs} +0 -0
  271. /package/{src/features/calendar/Buddhist.js → dist/features/calendar/Buddhist.d.ts} +0 -0
  272. /package/{src/features/calendar/Gregorian.js → dist/features/calendar/Gregorian.d.ts} +0 -0
  273. /package/{src/features/calendar/Islamic.js → dist/features/calendar/Islamic.d.ts} +0 -0
  274. /package/{src/features/calendar/Japanese.js → dist/features/calendar/Japanese.d.ts} +0 -0
  275. /package/{src/features/calendar/Persian.js → dist/features/calendar/Persian.d.ts} +0 -0
@@ -0,0 +1,93 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2026 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+ import TimezoneUtils from "../../../base/i18n/date/TimezoneUtils.js";
7
+ /**
8
+ * Static collection of utility functions to handle time zone related conversions.
9
+ *
10
+ * @author SAP SE
11
+ * @version 1.146.0
12
+ * @namespace
13
+ * @name module:sap/ui/core/format/TimezoneUtil
14
+ * @private
15
+ * @ui5-restricted sap.viz
16
+ *
17
+ * @deprecated As of 1.124.0, use {@link module:sap/base/i18n/date/TimezoneUtils} instead.
18
+ */
19
+ /**
20
+ * Use {@link module:sap/base/i18n/date/TimezoneUtils.isValidTimezone} instead.
21
+ *
22
+ * @param {string} sTimezone The IANA timezone ID which is checked, e.g <code>"Europe/Berlin"</code>
23
+ * @returns {boolean} Whether the time zone is a valid IANA timezone ID
24
+ * @private
25
+ * @ui5-restricted sap.ui.comp.util.DateTimeUtil
26
+ * @function
27
+ * @name module:sap/ui/core/format/TimezoneUtil.isValidTimezone
28
+ */
29
+ /**
30
+ * Use {@link module:sap/base/i18n/date/TimezoneUtils.getLocalTimezone} instead.
31
+ *
32
+ * @returns {string} The local IANA timezone ID of the browser as up-to-date IANA timezone ID,
33
+ * e.g. <code>"Europe/Berlin"</code> or <code>"Asia/Kolkata"</code>
34
+ * @private
35
+ * @ui5-restricted sap.gantt.misc.AxisTime, sap.gantt.misc.Utility, sap.m.DynamicDateOption, sap.viz
36
+ * @function
37
+ * @name module:sap/ui/core/format/TimezoneUtil.getLocalTimezone
38
+ */
39
+ /**
40
+ * Use {@link module:sap/base/i18n/date/TimezoneUtils.convertToTimezone} instead.
41
+ *
42
+ * @param {Date} oDate The date which should be converted.
43
+ * @param {string} sTargetTimezone The target IANA timezone ID, e.g <code>"Europe/Berlin"</code>
44
+ * @returns {Date} The new date in the target time zone.
45
+ * @private
46
+ * @ui5-restricted sap.ui.comp.util.DateTimeUtil
47
+ * @function
48
+ * @name module:sap/ui/core/format/TimezoneUtil.convertToTimezone
49
+ */
50
+ /**
51
+ * Use {@link module:sap/base/i18n/date/TimezoneUtils._getParts} instead.
52
+ *
53
+ * @param {Date} oDate The date which should be converted.
54
+ * @param {string} sTargetTimezone The target IANA timezone ID, e.g <code>"Europe/Berlin"</code>
55
+ * @returns {{
56
+ * day: string,
57
+ * era: string,
58
+ * fractionalSecond: string,
59
+ * hour: string,
60
+ * minute: string,
61
+ * month: string,
62
+ * second: string,
63
+ * timeZoneName: string,
64
+ * weekday: string,
65
+ * year: string
66
+ * }} An object containing the date and time fields considering the target time zone.
67
+ * @private
68
+ * @ui5-restricted sap.viz
69
+ * @function
70
+ * @name module:sap/ui/core/format/TimezoneUtil._getParts
71
+ */
72
+ /**
73
+ * Use {@link module:sap/base/i18n/date/TimezoneUtils._getDateFromParts} instead.
74
+ *
75
+ * @param {object} oParts Separated date and time fields as object, see {@link #_getParts}.
76
+ * @returns {Date} Returns the date object created from the provided parts.
77
+ * @private
78
+ * @ui5-restricted sap.viz
79
+ * @function
80
+ * @name module:sap/ui/core/format/TimezoneUtil._getDateFromParts
81
+ */
82
+ /**
83
+ * Use {@link module:sap/base/i18n/date/TimezoneUtils.calculateOffset} instead.
84
+ *
85
+ * @param {Date} oDate The date in the time zone used to calculate the offset to UTC.
86
+ * @param {string} sTimezoneSource The source IANA timezone ID, e.g <code>"Europe/Berlin"</code>
87
+ * @returns {number} The difference to UTC between the date in the time zone.
88
+ * @private
89
+ * @ui5-restricted sap.m.DynamicDateUtil, sap.viz
90
+ * @function
91
+ * @name module:sap/ui/core/format/TimezoneUtil.calculateOffset
92
+ */
93
+ export default TimezoneUtils;
@@ -0,0 +1,7 @@
1
+ export default (function () {
2
+ return {
3
+ compareTo: function () {
4
+ return 1;
5
+ }
6
+ };
7
+ });
@@ -0,0 +1,14 @@
1
+ export default {
2
+ validateAndFallbackTheme: function (theme) {
3
+ return theme;
4
+ },
5
+ isKnownTheme: function () {
6
+ return false;
7
+ },
8
+ getMetadata: function () {
9
+ return {};
10
+ },
11
+ isSapTheme: function () {
12
+ return false;
13
+ }
14
+ };
@@ -0,0 +1,12 @@
1
+ export default {
2
+ getAllowlistService: function () {
3
+ return null;
4
+ },
5
+ getFrameOptions: function () {
6
+ return "allow";
7
+ },
8
+ getSecurityTokenHandlers: function () {
9
+ return [];
10
+ },
11
+ setSecurityTokenHandlers: function () {}
12
+ };
@@ -0,0 +1,11 @@
1
+ export default {
2
+ parse: function () {
3
+ return null;
4
+ },
5
+ serialize: function () {
6
+ return "";
7
+ },
8
+ getParseError: function () {
9
+ return null;
10
+ }
11
+ };
@@ -0,0 +1 @@
1
+ export default {};
@@ -0,0 +1 @@
1
+ export default {};
@@ -0,0 +1,35 @@
1
+ const resolve = require("resolve");
2
+ const path = require("path");
3
+
4
+ const LIB = path.join(__dirname, `../tools/lib/`);
5
+ const copyUsedModules = resolve.sync("@ui5/webcomponents-tools/lib/copy-list/index.js");
6
+ const amdToES6 = resolve.sync("@ui5/webcomponents-tools/lib/amd-to-es6/index.js");
7
+ const noRequire = resolve.sync("@ui5/webcomponents-tools/lib/amd-to-es6/no-remaining-require.js");
8
+ const generateCLDR = resolve.sync("@ui5/webcomponents-localization/lib/generate-json-imports/cldr.js");
9
+
10
+ const scripts = {
11
+ clean: {
12
+ "default": "ui5nps clean.generated clean.dist",
13
+ "generated": `ui5nps-script "${LIB}/rimraf/rimraf.js src/generated`,
14
+ "dist": `ui5nps-script "${LIB}/rimraf/rimraf.js dist`,
15
+ },
16
+ lint: `ui5nps-script "${LIB}eslint/eslint.js"`,
17
+ generate: "ui5nps clean copy.used-modules copy.cldr copy.overlay build.amd-to-es6 build.jsonImports",
18
+ build: {
19
+ "default": "ui5nps clean copy.used-modules copy.cldr copy.overlay build.amd-to-es6 build.jsonImports build.typescript build.no-remaining-require",
20
+ "amd-to-es6": `ui5nps-script "${amdToES6}" dist/`,
21
+ "no-remaining-require": `ui5nps-script "${noRequire}" dist/`,
22
+ typescript: "tsc --build",
23
+ jsonImports: `ui5nps-script ${generateCLDR}`,
24
+ },
25
+ typescript: "tsc --build",
26
+ copy: {
27
+ "used-modules": `ui5nps-script "${copyUsedModules}" ./used-modules.txt dist/`,
28
+ cldr: `ui5nps-script "${LIB}copy-and-watch/index.js" "../../node_modules/@openui5/sap.ui.core/src/sap/ui/core/cldr/*" dist/generated/assets/cldr/`,
29
+ overlay: `ui5nps-script "${LIB}copy-and-watch/index.js" "overlay/**/*.js" dist/`,
30
+ },
31
+ };
32
+
33
+ module.exports = {
34
+ scripts,
35
+ };
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-localization",
3
- "version": "0.0.0-0fcda382e",
3
+ "version": "0.0.0-10f3c0dc7",
4
4
  "description": "Localization for UI5 Web Components",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
7
+ "type": "module",
7
8
  "keywords": [
8
9
  "openui5",
9
10
  "sapui5",
@@ -11,30 +12,35 @@
11
12
  ],
12
13
  "repository": {
13
14
  "type": "git",
14
- "url": "https://github.com/SAP/ui5-webcomponents.git",
15
+ "url": "https://github.com/UI5/webcomponents.git",
15
16
  "directory": "packages/localization"
16
17
  },
18
+ "exports": {
19
+ "./dist/*": "./dist/*",
20
+ "./package.json": "./package.json",
21
+ "./*": "./dist/*"
22
+ },
17
23
  "scripts": {
18
- "clean": "nps clean",
19
- "lint": "nps lint",
20
- "start": "nps start",
21
- "build": "nps build",
22
- "prepublishOnly": "npm run clean && npm run build"
24
+ "clean": "wc-dev clean",
25
+ "lint": "wc-dev lint",
26
+ "start": "wc-dev start",
27
+ "build": "wc-dev build",
28
+ "generate": "wc-dev generate",
29
+ "prepublishOnly": "tsc -b"
23
30
  },
24
31
  "devDependencies": {
25
- "@buxlabs/amd-to-es6": "^0.15.0",
26
- "@openui5/sap.ui.core": "1.76.0",
27
- "@ui5/webcomponents-tools": "0.0.0-0fcda382e",
28
- "copy-and-watch": "^0.1.4",
29
- "escodegen": "^1.11.0",
30
- "esprima": "^4.0.1",
31
- "glob": "^7.1.3",
32
- "mkdirp": "^0.5.1",
33
- "path-exists-cli": "^1.0.0",
34
- "replace-in-file": "^3.4.2",
35
- "rimraf": "^2.6.2"
32
+ "@babel/core": "^7.24.6",
33
+ "@babel/generator": "^7.24.6",
34
+ "@babel/parser": "^7.24.6",
35
+ "@openui5/sap.ui.core": "1.146.0",
36
+ "@ui5/webcomponents-tools": "0.0.0-10f3c0dc7",
37
+ "babel-plugin-amd-to-esm": "^2.0.3",
38
+ "estree-walk": "^2.2.0",
39
+ "resolve": "^1.20.0"
36
40
  },
37
41
  "dependencies": {
38
- "@ui5/webcomponents-base": "0.0.0-0fcda382e"
39
- }
40
- }
42
+ "@types/openui5": "^1.146.0",
43
+ "@ui5/webcomponents-base": "0.0.0-10f3c0dc7"
44
+ },
45
+ "gitHead": "9e6f99d5b102ad848966e4781188a2eddc8d1e10"
46
+ }
package/tsconfig.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "extends": "@ui5/webcomponents-tools/tsconfig.json",
3
+ "include": [
4
+ "src/**/*"
5
+ ],
6
+ "compilerOptions": {
7
+ "outDir": "dist",
8
+ "composite": true,
9
+ "rootDir": "src",
10
+ "module": "NodeNext",
11
+ "moduleResolution": "NodeNext",
12
+ "tsBuildInfoFile": "dist/.tsbuildinfo",
13
+ "paths": {
14
+ "@ui5/webcomponents-base/dist/*": [
15
+ "../base/src/*"
16
+ ],
17
+ },
18
+ },
19
+ "references": [
20
+ {
21
+ "path": "../base"
22
+ }
23
+ ]
24
+ }
package/used-modules.txt CHANGED
@@ -1,25 +1,57 @@
1
1
  # Needed files from OpenUI5 - the commented ones are currently overlaid, therefore should not be copied
2
2
 
3
- sap/base/Log.js
3
+ # ./ui5loader-autoconfig.js
4
+ # sap/base/Log.js
4
5
  sap/base/assert.js
6
+ # sap/base/config.js
7
+ sap/base/config/MemoryConfigurationProvider.js
8
+ sap/base/Event.js
9
+ sap/base/Eventing.js
10
+ sap/ui/base/DataType.js
11
+ sap/base/i18n/LanguageTag.js
12
+ sap/base/i18n/date/CalendarWeekNumbering.js
13
+ sap/base/i18n/date/TimezoneUtils.js
14
+ sap/base/i18n/date/CalendarType.js
15
+ sap/base/i18n/date/_EnumHelper.js
16
+ sap/base/i18n/Localization.js
5
17
  sap/base/strings/formatMessage.js
18
+ sap/base/strings/camelize.js
6
19
  sap/base/util/ObjectPath.js
20
+ sap/base/util/resolveReference.js
7
21
  sap/base/util/array/uniqueSort.js
8
22
  sap/base/util/deepEqual.js
23
+ sap/base/util/deepExtend.js
9
24
  sap/base/util/isPlainObject.js
25
+ sap/base/util/isEmptyObject.js
26
+ sap/base/util/merge.js
10
27
  sap/base/util/now.js
28
+ sap/base/util/uid.js
11
29
  sap/base/util/_merge.js
12
30
  sap/base/util/extend.js
31
+ sap/base/util/deepClone.js
32
+ sap/base/util/Version.js
13
33
  sap/ui/base/Interface.js
14
34
  sap/ui/base/Metadata.js
15
35
  sap/ui/base/Object.js
36
+ sap/ui/core/AnimationMode.js
16
37
  sap/ui/core/CalendarType.js
38
+ sap/ui/core/Configuration.js
39
+ sap/ui/core/Supportability.js
17
40
  sap/ui/core/Locale.js
18
41
  sap/ui/core/LocaleData.js
42
+ sap/ui/core/Theming.js
43
+ sap/ui/core/date/CalendarWeekNumbering.js
44
+ sap/ui/core/date/_Calendars.js
19
45
  sap/ui/core/date/Buddhist.js
46
+ sap/ui/core/date/CalendarUtils.js
47
+ sap/ui/core/date/CalendarWeekNumbering.js
20
48
  sap/ui/core/date/Gregorian.js
21
49
  sap/ui/core/date/Islamic.js
22
50
  sap/ui/core/date/Japanese.js
23
51
  sap/ui/core/date/Persian.js
52
+ sap/ui/core/date/UI5Date.js
24
53
  sap/ui/core/date/UniversalDate.js
54
+ sap/ui/core/format/FormatUtils.js
55
+ sap/ui/core/format/TimezoneUtil.js
25
56
  sap/ui/core/format/DateFormat.js
57
+ sap/ui/core/format/NumberFormat.js
@@ -1,51 +0,0 @@
1
- import UniversalDate from "../sap/ui/core/date/UniversalDate.js";
2
-
3
- const calculateWeekNumber = (confFirstDayOfWeek, oDate, iYear, oLocale, oLocaleData) => {
4
- let iWeekNum = 0;
5
- let iWeekDay = 0;
6
- const iFirstDayOfWeek = Number.isInteger(confFirstDayOfWeek) ? confFirstDayOfWeek : oLocaleData.getFirstDayOfWeek();
7
-
8
- // search Locale for containing "en-US", since sometimes
9
- // when any user settings have been defined, subtag "sapufmt" is added to the locale name
10
- // this is described inside sap.ui.core.Configuration file
11
- if (oLocale && (oLocale.getLanguage() === "en" && oLocale.getRegion() === "US")) {
12
- /*
13
- * in US the week starts with Sunday
14
- * The first week of the year starts with January 1st. But Dec. 31 is still in the last year
15
- * So the week beginning in December and ending in January has 2 week numbers
16
- */
17
- const oJanFirst = new UniversalDate(oDate.getTime());
18
- oJanFirst.setUTCFullYear(iYear, 0, 1);
19
- iWeekDay = oJanFirst.getUTCDay();
20
-
21
- // get the date for the same weekday like jan 1.
22
- const oCheckDate = new UniversalDate(oDate.getTime());
23
- oCheckDate.setUTCDate(oCheckDate.getUTCDate() - oCheckDate.getUTCDay() + iWeekDay);
24
-
25
- iWeekNum = Math.round((oCheckDate.getTime() - oJanFirst.getTime()) / 86400000 / 7) + 1;
26
- } else {
27
- // normally the first week of the year is the one where the first Thursday of the year is
28
- // find Thursday of this week
29
- // if the checked day is before the 1. day of the week use a day of the previous week to check
30
- const oThursday = new UniversalDate(oDate.getTime());
31
- oThursday.setUTCDate(oThursday.getUTCDate() - iFirstDayOfWeek);
32
- iWeekDay = oThursday.getUTCDay();
33
- oThursday.setUTCDate(oThursday.getUTCDate() - iWeekDay + 4);
34
-
35
- const oFirstDayOfYear = new UniversalDate(oThursday.getTime());
36
- oFirstDayOfYear.setUTCMonth(0, 1);
37
- iWeekDay = oFirstDayOfYear.getUTCDay();
38
- let iAddDays = 0;
39
- if (iWeekDay > 4) {
40
- iAddDays = 7; // first day of year is after Thursday, so first Thursday is in the next week
41
- }
42
- const oFirstThursday = new UniversalDate(oFirstDayOfYear.getTime());
43
- oFirstThursday.setUTCDate(1 - iWeekDay + 4 + iAddDays);
44
-
45
- iWeekNum = Math.round((oThursday.getTime() - oFirstThursday.getTime()) / 86400000 / 7) + 1;
46
- }
47
-
48
- return iWeekNum;
49
- };
50
-
51
- export default calculateWeekNumber;
@@ -1,31 +0,0 @@
1
- const scripts = {
2
- clean: "rimraf dist",
3
- lint: "eslint . --config config/.eslintrc.js",
4
- build: {
5
- "default": "path-exists dist/ || nps build.all",
6
- all: "nps lint clean copy.used-modules copy.cldr copy.overlay build.replace-amd build.replace-export-true build.replace-export-false build.amd-to-es6 build.replace-global-core-usage build.esm-abs-to-rel build.jsonImports copy.src",
7
- "replace-amd": "replace-in-file sap.ui.define define dist/**/*.js",
8
- "replace-export-true": `replace-in-file ", /* bExport= */ true" "" dist/**/*.js`,
9
- "replace-export-false": `replace-in-file ", /* bExport= */ false" "" dist/**/*.js`,
10
- "amd-to-es6": "amdtoes6 --src=dist --replace --glob=**/*.js",
11
- "replace-global-core-usage": "node ./lib/replace-global-core/index.js dist/",
12
- "esm-abs-to-rel": "node ./lib/esm-abs-to-rel/index.js dist/",
13
- jsonImports: "node ./lib/generate-json-imports/cldr.js",
14
- },
15
- copy: {
16
- "used-modules": "node ./lib/copy-list/index.js ./used-modules.txt dist/",
17
- cldr: `copy-and-watch "../../node_modules/@openui5/sap.ui.core/src/sap/ui/core/cldr/*.json" dist/generated/assets/cldr/`,
18
- overlay: `copy-and-watch "overlay/**/*.js" dist/`,
19
- src: `copy-and-watch "src/**/*.js" dist/`,
20
- },
21
- watch: {
22
- default: 'nps watch.src',
23
- src: `nps "copy.src --watch --skip-initial-copy"`,
24
- },
25
- start: "nps watch",
26
- };
27
-
28
-
29
- module.exports = {
30
- scripts,
31
- };
package/src/Assets.js DELETED
@@ -1,2 +0,0 @@
1
- // Currently the base package provides CLDR assets only
2
- import "./generated/json-imports/LocaleData.js";
package/src/DateFormat.js DELETED
@@ -1,3 +0,0 @@
1
- import DateFormat from "./sap/ui/core/format/DateFormat.js";
2
-
3
- export default DateFormat;
package/src/LocaleData.js DELETED
@@ -1,3 +0,0 @@
1
- import LocaleData from "./sap/ui/core/LocaleData.js";
2
-
3
- export default LocaleData;
@@ -1,203 +0,0 @@
1
- import UniversalDate from "../sap/ui/core/date/UniversalDate.js";
2
-
3
- class CalendarDate {
4
- constructor() {
5
- let aArgs = arguments, // eslint-disable-line
6
- oJSDate,
7
- oNow,
8
- sCalendarType;
9
-
10
- switch (aArgs.length) {
11
- case 0: // defaults to the current date
12
- oNow = new Date();
13
- return this.constructor(oNow.getFullYear(), oNow.getMonth(), oNow.getDate());
14
-
15
- case 1: // CalendarDate
16
- case 2: // CalendarDate, sCalendarType
17
- if (!(aArgs[0] instanceof CalendarDate)) {
18
- throw new Error("Invalid arguments: the first argument must be of type sap.ui.unified.calendar.CalendarDate.");
19
- }
20
- sCalendarType = aArgs[1] ? aArgs[1] : aArgs[0]._oUDate.sCalendarType;
21
- // Use source.valueOf() (returns the same point of time regardless calendar type) instead of
22
- // source's getters to avoid non-gregorian Year, Month and Date may be used to construct a Gregorian date
23
- oJSDate = new Date(aArgs[0].valueOf());
24
-
25
- // Make this date really local. Now getters are safe.
26
- oJSDate.setFullYear(oJSDate.getUTCFullYear(), oJSDate.getUTCMonth(), oJSDate.getUTCDate());
27
- oJSDate.setHours(oJSDate.getUTCHours(), oJSDate.getUTCMinutes(), oJSDate.getUTCSeconds(), oJSDate.getUTCMilliseconds());
28
-
29
- this._oUDate = createUniversalUTCDate(oJSDate, sCalendarType);
30
- break;
31
-
32
- case 3: // year, month, date
33
- case 4: // year, month, date, sCalendarType
34
- checkNumericLike(aArgs[0], `Invalid year: ${aArgs[0]}`);
35
- checkNumericLike(aArgs[1], `Invalid month: ${aArgs[1]}`);
36
- checkNumericLike(aArgs[2], `Invalid date: ${aArgs[2]}`);
37
-
38
- oJSDate = new Date(0, 0, 1);
39
- oJSDate.setFullYear(aArgs[0], aArgs[1], aArgs[2]); // 2 digits year is not supported. If so, it is considered as full year as well.
40
-
41
- if (aArgs[3]) {
42
- sCalendarType = aArgs[3];
43
- }
44
- this._oUDate = createUniversalUTCDate(oJSDate, sCalendarType);
45
- break;
46
-
47
- default:
48
- throw new Error(`${"Invalid arguments. Accepted arguments are: 1) oCalendarDate, (optional)calendarType"
49
- + "or 2) year, month, date, (optional) calendarType"}${aArgs}`);
50
- }
51
- }
52
-
53
- getYear() {
54
- return this._oUDate.getUTCFullYear();
55
- }
56
-
57
- setYear(year) {
58
- checkNumericLike(year, `Invalid year: ${year}`);
59
- this._oUDate.setUTCFullYear(year);
60
- return this;
61
- }
62
-
63
- getMonth() {
64
- return this._oUDate.getUTCMonth();
65
- }
66
-
67
- setMonth(month) {
68
- checkNumericLike(month, `Invalid month: ${month}`);
69
- this._oUDate.setUTCMonth(month);
70
- return this;
71
- }
72
-
73
- getDate() {
74
- return this._oUDate.getUTCDate();
75
- }
76
-
77
- setDate(date) {
78
- checkNumericLike(date, `Invalid date: ${date}`);
79
- this._oUDate.setUTCDate(date);
80
- return this;
81
- }
82
-
83
- getDay() {
84
- return this._oUDate.getUTCDay();
85
- }
86
-
87
- getCalendarType() {
88
- return this._oUDate.sCalendarType;
89
- }
90
-
91
- isBefore(oCalendarDate) {
92
- checkCalendarDate(oCalendarDate);
93
- return this.valueOf() < oCalendarDate.valueOf();
94
- }
95
-
96
- isAfter(oCalendarDate) {
97
- checkCalendarDate(oCalendarDate);
98
- return this.valueOf() > oCalendarDate.valueOf();
99
- }
100
-
101
- isSameOrBefore(oCalendarDate) {
102
- checkCalendarDate(oCalendarDate);
103
- return this.valueOf() <= oCalendarDate.valueOf();
104
- }
105
-
106
- isSameOrAfter(oCalendarDate) {
107
- checkCalendarDate(oCalendarDate);
108
- return this.valueOf() >= oCalendarDate.valueOf();
109
- }
110
-
111
- isSame(oCalendarDate) {
112
- checkCalendarDate(oCalendarDate);
113
- return this.valueOf() === oCalendarDate.valueOf();
114
- }
115
-
116
- toLocalJSDate() {
117
- // Use this._oUDate.getTime()(returns the same point of time regardless calendar type) instead of
118
- // this._oUDate's getters to avoid non-gregorian Year, Month and Date to be used to construct a Gregorian date
119
- const oLocalDate = new Date(this._oUDate.getTime());
120
-
121
- // Make this date really local. Now getters are safe.
122
- oLocalDate.setFullYear(oLocalDate.getUTCFullYear(), oLocalDate.getUTCMonth(), oLocalDate.getUTCDate());
123
- oLocalDate.setHours(0, 0, 0, 0);
124
-
125
- return oLocalDate;
126
- }
127
-
128
- toUTCJSDate() {
129
- // Use this._oUDate.getTime()(returns the same point of time regardless calendar type) instead of
130
- // this._oUDate's getters to avoid non-gregorian Year, Month and Date to be used to construct a Gregorian date
131
- const oUTCDate = new Date(this._oUDate.getTime());
132
- oUTCDate.setUTCHours(0, 0, 0, 0);
133
-
134
- return oUTCDate;
135
- }
136
-
137
- toString() {
138
- return `${this._oUDate.sCalendarType}: ${this.getYear()}/${this.getMonth() + 1}/${this.getDate()}`;
139
- }
140
-
141
- valueOf() {
142
- return this._oUDate.getTime();
143
- }
144
-
145
- static fromLocalJSDate(oJSDate, sCalendarType) {
146
- // Cross frame check for a date should be performed here otherwise setDateValue would fail in OPA tests
147
- // because Date object in the test is different than the Date object in the application (due to the iframe).
148
- // We can use jQuery.type or this method:
149
- function isValidDate(date) {
150
- return date && Object.prototype.toString.call(date) === "[object Date]" && !isNaN(date); // eslint-disable-line
151
- }
152
- if (!isValidDate(oJSDate)) {
153
- throw new Error(`Date parameter must be a JavaScript Date object: [${oJSDate}].`);
154
- }
155
- return new CalendarDate(oJSDate.getFullYear(), oJSDate.getMonth(), oJSDate.getDate(), sCalendarType);
156
- }
157
-
158
- static fromTimestamp(iTimestamp, sCalendarType) {
159
- const oCalDate = new CalendarDate(0, 0, 1);
160
- oCalDate._oUDate = UniversalDate.getInstance(new Date(iTimestamp), sCalendarType);
161
- return oCalDate;
162
- }
163
- }
164
-
165
- function createUniversalUTCDate(oDate, sCalendarType) {
166
- if (sCalendarType) {
167
- return UniversalDate.getInstance(createUTCDate(oDate), sCalendarType);
168
- }
169
- return new UniversalDate(createUTCDate(oDate).getTime());
170
- }
171
-
172
- /**
173
- * Creates a JavaScript UTC Date corresponding to the given JavaScript Date.
174
- * @param {Date} oDate JavaScript date object. Time related information is cut.
175
- * @returns {Date} JavaScript date created from the date object, but this time considered as UTC date information.
176
- */
177
- function createUTCDate(oDate) {
178
- const oUTCDate = new Date(Date.UTC(0, 0, 1));
179
-
180
- oUTCDate.setUTCFullYear(oDate.getFullYear(), oDate.getMonth(), oDate.getDate());
181
-
182
- return oUTCDate;
183
- }
184
-
185
- function checkCalendarDate(oCalendarDate) {
186
- if (!(oCalendarDate instanceof CalendarDate)) {
187
- throw new Error(`Invalid calendar date: [${oCalendarDate}]. Expected: sap.ui.unified.calendar.CalendarDate`);
188
- }
189
- }
190
-
191
- /**
192
- * Verifies the given value is numeric like, i.e. 3, "3" and throws an error if it is not.
193
- * @param {any} value The value of any type to check. If null or undefined, this method throws an error.
194
- * @param {string} message The message to be used if an error is to be thrown
195
- * @throws will throw an error if the value is null or undefined or is not like a number
196
- */
197
- function checkNumericLike(value, message) {
198
- if (value === undefined || value === Infinity || isNaN(value)) { // eslint-disable-line
199
- throw message;
200
- }
201
- }
202
-
203
- export default CalendarDate;