@ui5/webcomponents-base 0.0.0-cb061e041 → 0.0.0-cddf8ba1c

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 (143) hide show
  1. package/CHANGELOG.md +454 -0
  2. package/README.md +6 -1
  3. package/bundle.esm.js +4 -1
  4. package/dist/.tsbuildinfo +1 -0
  5. package/dist/AssetRegistry.d.ts +2 -2
  6. package/dist/AssetRegistry.js +2 -2
  7. package/dist/AssetRegistry.js.map +1 -1
  8. package/dist/Boot.js +1 -1
  9. package/dist/Boot.js.map +1 -1
  10. package/dist/CustomElementsScope.d.ts +4 -4
  11. package/dist/CustomElementsScope.js +2 -2
  12. package/dist/CustomElementsScope.js.map +1 -1
  13. package/dist/CustomElementsScopeUtils.d.ts +8 -1
  14. package/dist/CustomElementsScopeUtils.js +13 -1
  15. package/dist/CustomElementsScopeUtils.js.map +1 -1
  16. package/dist/Device.d.ts +2 -1
  17. package/dist/Device.js +10 -1
  18. package/dist/Device.js.map +1 -1
  19. package/dist/EventProvider.js +1 -1
  20. package/dist/EventProvider.js.map +1 -1
  21. package/dist/FontFace.js +1 -1
  22. package/dist/FontFace.js.map +1 -1
  23. package/dist/IgnoreCustomElements.d.ts +27 -0
  24. package/dist/IgnoreCustomElements.js +39 -0
  25. package/dist/IgnoreCustomElements.js.map +1 -0
  26. package/dist/InitialConfiguration.d.ts +2 -1
  27. package/dist/InitialConfiguration.js +7 -2
  28. package/dist/InitialConfiguration.js.map +1 -1
  29. package/dist/Keys.d.ts +5 -1
  30. package/dist/Keys.js +109 -106
  31. package/dist/Keys.js.map +1 -1
  32. package/dist/ManagedStyles.d.ts +5 -4
  33. package/dist/ManagedStyles.js +91 -15
  34. package/dist/ManagedStyles.js.map +1 -1
  35. package/dist/StaticAreaItem.d.ts +1 -0
  36. package/dist/StaticAreaItem.js +7 -4
  37. package/dist/StaticAreaItem.js.map +1 -1
  38. package/dist/UI5Element.d.ts +16 -2
  39. package/dist/UI5Element.js +34 -14
  40. package/dist/UI5Element.js.map +1 -1
  41. package/dist/UI5ElementMetadata.d.ts +1 -0
  42. package/dist/UI5ElementMetadata.js +2 -2
  43. package/dist/UI5ElementMetadata.js.map +1 -1
  44. package/dist/asset-registries/Icons.d.ts +4 -3
  45. package/dist/asset-registries/Icons.js +28 -17
  46. package/dist/asset-registries/Icons.js.map +1 -1
  47. package/dist/asset-registries/Illustrations.d.ts +1 -0
  48. package/dist/asset-registries/Illustrations.js +57 -19
  49. package/dist/asset-registries/Illustrations.js.map +1 -1
  50. package/dist/asset-registries/Themes.d.ts +4 -3
  51. package/dist/asset-registries/Themes.js +26 -10
  52. package/dist/asset-registries/Themes.js.map +1 -1
  53. package/dist/asset-registries/i18n.js +2 -1
  54. package/dist/asset-registries/i18n.js.map +1 -1
  55. package/dist/{assets-meta → asset-registries/util}/IconCollectionsAlias.d.ts +1 -2
  56. package/dist/{assets-meta → asset-registries/util}/IconCollectionsAlias.js +1 -2
  57. package/dist/asset-registries/util/IconCollectionsAlias.js.map +1 -0
  58. package/dist/asset-registries/util/IconCollectionsByTheme.d.ts +20 -0
  59. package/dist/asset-registries/util/IconCollectionsByTheme.js +42 -0
  60. package/dist/asset-registries/util/IconCollectionsByTheme.js.map +1 -0
  61. package/dist/asset-registries/util/getIconCollectionByTheme.d.ts +13 -0
  62. package/dist/asset-registries/util/getIconCollectionByTheme.js +29 -0
  63. package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -0
  64. package/dist/config/AnimationMode.d.ts +2 -2
  65. package/dist/config/AnimationMode.js +1 -1
  66. package/dist/config/AnimationMode.js.map +1 -1
  67. package/dist/config/CalendarType.d.ts +8 -1
  68. package/dist/config/CalendarType.js +18 -2
  69. package/dist/config/CalendarType.js.map +1 -1
  70. package/dist/config/Icons.d.ts +2 -17
  71. package/dist/config/Icons.js +1 -60
  72. package/dist/config/Icons.js.map +1 -1
  73. package/dist/config/ThemeRoot.d.ts +29 -0
  74. package/dist/config/ThemeRoot.js +59 -0
  75. package/dist/config/ThemeRoot.js.map +1 -0
  76. package/dist/connectToComponent.d.ts +9 -0
  77. package/dist/connectToComponent.js +59 -0
  78. package/dist/connectToComponent.js.map +1 -0
  79. package/dist/css/FontFace.css +47 -17
  80. package/dist/delegate/ItemNavigation.d.ts +1 -0
  81. package/dist/delegate/ItemNavigation.js +4 -5
  82. package/dist/delegate/ItemNavigation.js.map +1 -1
  83. package/dist/delegate/ScrollEnablement.js +2 -2
  84. package/dist/delegate/ScrollEnablement.js.map +1 -1
  85. package/dist/features/OpenUI5Enablement.d.ts +1 -1
  86. package/dist/features/OpenUI5Support.d.ts +13 -3
  87. package/dist/features/OpenUI5Support.js +89 -33
  88. package/dist/features/OpenUI5Support.js.map +1 -1
  89. package/dist/generated/AssetParameters.d.ts +6 -0
  90. package/dist/generated/AssetParameters.js +3 -10
  91. package/dist/generated/AssetParameters.js.map +1 -0
  92. package/dist/generated/VersionInfo.d.ts +10 -0
  93. package/dist/generated/VersionInfo.js +9 -8
  94. package/dist/generated/VersionInfo.js.map +1 -0
  95. package/dist/generated/css/FontFace.css.js +1 -1
  96. package/dist/generated/css/FontFace.css.js.map +1 -1
  97. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +1 -1
  98. package/dist/getSharedResource.js +7 -1
  99. package/dist/getSharedResource.js.map +1 -1
  100. package/dist/i18nBundle.d.ts +1 -1
  101. package/dist/i18nBundle.js +2 -1
  102. package/dist/i18nBundle.js.map +1 -1
  103. package/dist/renderer/LitRenderer.d.ts +2 -2
  104. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +111 -96
  105. package/dist/theming/applyTheme.js +8 -7
  106. package/dist/theming/applyTheme.js.map +1 -1
  107. package/dist/types/CSSSize.d.ts +15 -0
  108. package/dist/types/CSSSize.js +18 -0
  109. package/dist/types/CSSSize.js.map +1 -0
  110. package/dist/types/InvisibleMessageMode.d.ts +5 -4
  111. package/dist/types/InvisibleMessageMode.js +4 -5
  112. package/dist/types/InvisibleMessageMode.js.map +1 -1
  113. package/dist/updateShadowRoot.js +2 -1
  114. package/dist/updateShadowRoot.js.map +1 -1
  115. package/dist/util/ColorConversion.js +200 -195
  116. package/dist/util/ColorConversion.js.map +1 -1
  117. package/dist/util/PopupUtils.js +1 -1
  118. package/dist/util/PopupUtils.js.map +1 -1
  119. package/dist/util/getClassCopy.d.ts +47 -31
  120. package/dist/util/getParentElement.d.ts +2 -0
  121. package/dist/util/getParentElement.js +5 -0
  122. package/dist/util/getParentElement.js.map +1 -0
  123. package/dist/util/getSingletonElementInstance.d.ts +10 -1
  124. package/dist/util/getSingletonElementInstance.js +11 -2
  125. package/dist/util/getSingletonElementInstance.js.map +1 -1
  126. package/dist/util/isElementContainingBlock.d.ts +2 -0
  127. package/dist/util/isElementContainingBlock.js +11 -0
  128. package/dist/util/isElementContainingBlock.js.map +1 -0
  129. package/index.js +3 -3
  130. package/lib/generate-asset-parameters/index.js +2 -2
  131. package/lib/generate-version-info/index.js +2 -2
  132. package/package-scripts.cjs +6 -7
  133. package/package.json +8 -5
  134. package/src/css/FontFace.css +47 -17
  135. package/tsconfig.json +4 -2
  136. package/dist/api.json +0 -1
  137. package/dist/assets/Boot.34b7cea0.css +0 -1
  138. package/dist/assets/Boot.cd4c1287.js +0 -9
  139. package/dist/assets/bundle.esm.50629814.js +0 -50
  140. package/dist/assets-meta/IconCollectionsAlias.js.map +0 -1
  141. package/dist/config/ThemeRoots.d.ts +0 -4
  142. package/dist/config/ThemeRoots.js +0 -28
  143. package/dist/config/ThemeRoots.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,460 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.21.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.5...v1.21.0) (2024-01-05)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-base
9
+
10
+
11
+
12
+
13
+
14
+ # [1.21.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.4...v1.21.0-rc.5) (2024-01-04)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-base
17
+
18
+
19
+
20
+
21
+
22
+ # [1.21.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.3...v1.21.0-rc.4) (2023-12-28)
23
+
24
+ **Note:** Version bump only for package @ui5/webcomponents-base
25
+
26
+
27
+
28
+
29
+
30
+ # [1.21.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.2...v1.21.0-rc.3) (2023-12-21)
31
+
32
+ **Note:** Version bump only for package @ui5/webcomponents-base
33
+
34
+
35
+
36
+
37
+
38
+ # [1.21.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.1...v1.21.0-rc.2) (2023-12-14)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * **ui5-popover:** fix "containing block" issue on safari ([#7985](https://github.com/SAP/ui5-webcomponents/issues/7985)) ([4f5dd9b](https://github.com/SAP/ui5-webcomponents/commit/4f5dd9b39e3ea62a4a6156dbb4d94cf678a0cbfc)), closes [#7983](https://github.com/SAP/ui5-webcomponents/issues/7983)
44
+
45
+
46
+
47
+
48
+
49
+ # [1.21.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.0...v1.21.0-rc.1) (2023-12-08)
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * **infra:** release commands ([#7978](https://github.com/SAP/ui5-webcomponents/issues/7978)) ([b0e653c](https://github.com/SAP/ui5-webcomponents/commit/b0e653cf911cc0ffe5fb5dcbd50a7c238f20f33d))
55
+
56
+
57
+
58
+
59
+
60
+ # [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07)
61
+
62
+
63
+ ### Bug Fixes
64
+
65
+ * **base:** add local variant for language loading ([#7968](https://github.com/SAP/ui5-webcomponents/issues/7968)) ([440cf48](https://github.com/SAP/ui5-webcomponents/commit/440cf4876dcf54cda86074fdb4dfe5ab0a19d4c5))
66
+
67
+
68
+
69
+
70
+
71
+ # [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
72
+
73
+
74
+ ### Bug Fixes
75
+
76
+ * **framework:** fix font72 for special characters ([#7949](https://github.com/SAP/ui5-webcomponents/issues/7949)) ([55665b0](https://github.com/SAP/ui5-webcomponents/commit/55665b0ac02cd9060de1368fb427bb338338c5aa)), closes [#7948](https://github.com/SAP/ui5-webcomponents/issues/7948)
77
+
78
+
79
+
80
+
81
+
82
+ # [1.20.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.2...v1.20.0-rc.3) (2023-11-30)
83
+
84
+
85
+ ### Bug Fixes
86
+
87
+ * **framework:** enable `72Blackfull` font-family ([#7918](https://github.com/SAP/ui5-webcomponents/issues/7918)) ([214780f](https://github.com/SAP/ui5-webcomponents/commit/214780ffde6c99a395472e5714370788668ed71e)), closes [#7800](https://github.com/SAP/ui5-webcomponents/issues/7800)
88
+
89
+
90
+ ### Features
91
+
92
+ * cloned property to the slot decorator ([#7882](https://github.com/SAP/ui5-webcomponents/issues/7882)) ([2f3742b](https://github.com/SAP/ui5-webcomponents/commit/2f3742bae6a73796ccb0f59b48d35d0f794fba63)), closes [#7681](https://github.com/SAP/ui5-webcomponents/issues/7681)
93
+ * register custom theme properties ([#7750](https://github.com/SAP/ui5-webcomponents/issues/7750)) ([c6c04c6](https://github.com/SAP/ui5-webcomponents/commit/c6c04c609d82a7442bdf79ef5bba46a406859a27))
94
+
95
+
96
+
97
+
98
+
99
+ # [1.20.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.1...v1.20.0-rc.2) (2023-11-23)
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * **framework:** redundant fonts loading ([#7868](https://github.com/SAP/ui5-webcomponents/issues/7868)) ([87535f1](https://github.com/SAP/ui5-webcomponents/commit/87535f1ba30b85d3c1c718451a89f0121e441338))
105
+ * openui5 support crashes with 1.121-snapshot ([#7872](https://github.com/SAP/ui5-webcomponents/issues/7872)) ([334ed68](https://github.com/SAP/ui5-webcomponents/commit/334ed6821433b0364ee65a2db2d3ab44cad0612d))
106
+
107
+
108
+
109
+
110
+
111
+ # [1.20.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.0...v1.20.0-rc.1) (2023-11-16)
112
+
113
+ **Note:** Version bump only for package @ui5/webcomponents-base
114
+
115
+
116
+
117
+
118
+
119
+ # [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09)
120
+
121
+
122
+ ### Bug Fixes
123
+
124
+ * **ItemNavigation:** more than 1 ItemNavigation per component allowed ([#7798](https://github.com/SAP/ui5-webcomponents/issues/7798)) ([b1019af](https://github.com/SAP/ui5-webcomponents/commit/b1019aff6c4aced61458c1b718ffe0a3a7802ae2))
125
+
126
+
127
+ ### Features
128
+
129
+ * **ui5-side-navigation:** added href and target properties ([#7682](https://github.com/SAP/ui5-webcomponents/issues/7682)) ([7530f00](https://github.com/SAP/ui5-webcomponents/commit/7530f00b589d0b95dcbee49f6ed980e9d36ba58b))
130
+
131
+
132
+
133
+
134
+
135
+ # [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02)
136
+
137
+ **Note:** Version bump only for package @ui5/webcomponents-base
138
+
139
+
140
+
141
+
142
+
143
+ # [1.19.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.2...v1.19.0-rc.3) (2023-11-02)
144
+
145
+
146
+ ### Bug Fixes
147
+
148
+ * **framework:** use correct customElements registry ([#7760](https://github.com/SAP/ui5-webcomponents/issues/7760)) ([288f6d4](https://github.com/SAP/ui5-webcomponents/commit/288f6d4d6cee9dccf1c64fa12b3ead2920c6c08a))
149
+
150
+
151
+ ### Features
152
+
153
+ * **framework:** switch default theme from Quartz Light to Morning Ho… ([#7749](https://github.com/SAP/ui5-webcomponents/issues/7749)) ([10dadd7](https://github.com/SAP/ui5-webcomponents/commit/10dadd79e3a93daf29baaed3a5bcebd8c66a0940))
154
+
155
+
156
+
157
+
158
+
159
+ # [1.19.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.1...v1.19.0-rc.2) (2023-10-26)
160
+
161
+
162
+ ### Bug Fixes
163
+
164
+ * **ui5-color-picker:** fix hsl to rgb color conversion ([#7723](https://github.com/SAP/ui5-webcomponents/issues/7723)) ([4e95272](https://github.com/SAP/ui5-webcomponents/commit/4e9527225be27c957ea71f17a4cacb3bc065d6b7)), closes [#7660](https://github.com/SAP/ui5-webcomponents/issues/7660)
165
+
166
+
167
+
168
+
169
+
170
+ # [1.19.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.0...v1.19.0-rc.1) (2023-10-19)
171
+
172
+
173
+ ### Features
174
+
175
+ * do not override CSS Vars by newer runtimes ([#7703](https://github.com/SAP/ui5-webcomponents/issues/7703)) ([8379071](https://github.com/SAP/ui5-webcomponents/commit/8379071846f5f76b7f7257594269dc9e7e814478))
176
+
177
+
178
+
179
+
180
+
181
+ # [1.19.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.1-rc.0...v1.19.0-rc.0) (2023-10-12)
182
+
183
+ **Note:** Version bump only for package @ui5/webcomponents-base
184
+
185
+
186
+
187
+
188
+
189
+ ## [1.18.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0...v1.18.1-rc.0) (2023-10-05)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * **framework:** stop bubbling of camel case events ([#7658](https://github.com/SAP/ui5-webcomponents/issues/7658)) ([6ce57f7](https://github.com/SAP/ui5-webcomponents/commit/6ce57f75684620021319edebb2d1f81f17ef2e57))
195
+
196
+
197
+
198
+
199
+
200
+ # [1.18.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.2...v1.18.0) (2023-10-02)
201
+
202
+ **Note:** Version bump only for package @ui5/webcomponents-base
203
+
204
+
205
+
206
+
207
+
208
+ # [1.18.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.1...v1.18.0-rc.2) (2023-09-28)
209
+
210
+ **Note:** Version bump only for package @ui5/webcomponents-base
211
+
212
+
213
+
214
+
215
+
216
+ # [1.18.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.0...v1.18.0-rc.1) (2023-09-21)
217
+
218
+
219
+ ### Features
220
+
221
+ * add `secondaryCalendarType` global config ([#7547](https://github.com/SAP/ui5-webcomponents/issues/7547)) ([c9111a3](https://github.com/SAP/ui5-webcomponents/commit/c9111a38fc2a6cc54bb696dbdcec66100e304906))
222
+
223
+
224
+
225
+
226
+
227
+ # [1.18.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0...v1.18.0-rc.0) (2023-09-07)
228
+
229
+ **Note:** Version bump only for package @ui5/webcomponents-base
230
+
231
+
232
+
233
+
234
+
235
+ # [1.17.0](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.2...v1.17.0) (2023-09-01)
236
+
237
+
238
+ ### Bug Fixes
239
+
240
+ * fix import in base/index.js ([#7496](https://github.com/SAP/ui5-webcomponents/issues/7496)) ([b0b542a](https://github.com/SAP/ui5-webcomponents/commit/b0b542a33e4685267731536114ff5d5f12c13210)), closes [#7493](https://github.com/SAP/ui5-webcomponents/issues/7493)
241
+ * **framework:** fix OpenUI5Support usage in applyTheme ([#7485](https://github.com/SAP/ui5-webcomponents/issues/7485)) ([174f4b4](https://github.com/SAP/ui5-webcomponents/commit/174f4b462de254fd3eaab41a06d26c016c360d5d))
242
+
243
+
244
+ ### Features
245
+
246
+ * introduce SelectMenu(Option) components ([#7447](https://github.com/SAP/ui5-webcomponents/issues/7447)) ([b21db20](https://github.com/SAP/ui5-webcomponents/commit/b21db20cdedacd97de5d4372add6171f16f00316))
247
+
248
+
249
+
250
+
251
+
252
+ # [1.17.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.1...v1.17.0-rc.2) (2023-08-24)
253
+
254
+ **Note:** Version bump only for package @ui5/webcomponents-base
255
+
256
+
257
+
258
+
259
+
260
+ # [1.17.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.17.0-rc.0...v1.17.0-rc.1) (2023-08-17)
261
+
262
+
263
+ ### Features
264
+
265
+ * **framework:** scope css variables per runtime and version ([#7449](https://github.com/SAP/ui5-webcomponents/issues/7449)) ([d3f6c2e](https://github.com/SAP/ui5-webcomponents/commit/d3f6c2efba9cfda389ea4d700a375f75b3e2996b))
266
+
267
+
268
+
269
+
270
+
271
+ # [1.17.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0...v1.17.0-rc.0) (2023-08-10)
272
+
273
+
274
+ ### Bug Fixes
275
+
276
+ * **ui5-illustrated-message:** support collection based illustration loading ([#7318](https://github.com/SAP/ui5-webcomponents/issues/7318)) ([6b52dbd](https://github.com/SAP/ui5-webcomponents/commit/6b52dbd157a3c8198e41c84157e3d9ae89e3386e))
277
+
278
+
279
+
280
+
281
+
282
+ # [1.16.0](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.4...v1.16.0) (2023-08-03)
283
+
284
+ **Note:** Version bump only for package @ui5/webcomponents-base
285
+
286
+
287
+
288
+
289
+
290
+ # [1.16.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.3...v1.16.0-rc.4) (2023-08-03)
291
+
292
+
293
+ ### Features
294
+
295
+ * **framework:** support theme dependent custom icon collections ([#7341](https://github.com/SAP/ui5-webcomponents/issues/7341)) ([33967dd](https://github.com/SAP/ui5-webcomponents/commit/33967dd12e31e17828986c7b40a5471c2936f0b7))
296
+
297
+
298
+
299
+
300
+
301
+ # [1.16.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.2...v1.16.0-rc.3) (2023-07-27)
302
+
303
+ **Note:** Version bump only for package @ui5/webcomponents-base
304
+
305
+
306
+
307
+
308
+
309
+ # [1.16.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.1...v1.16.0-rc.2) (2023-07-20)
310
+
311
+
312
+ ### Bug Fixes
313
+
314
+ * **framework:** fix I18Bundle#getText params TypeScript types ([#7310](https://github.com/SAP/ui5-webcomponents/issues/7310)) ([2f88dc8](https://github.com/SAP/ui5-webcomponents/commit/2f88dc814dd393748a7482c7f6566d244368c970)), closes [#7300](https://github.com/SAP/ui5-webcomponents/issues/7300)
315
+ * **ui5:** change "focus-visible" pseudo selector to "focus" ([#7338](https://github.com/SAP/ui5-webcomponents/issues/7338)) ([37505c3](https://github.com/SAP/ui5-webcomponents/commit/37505c3f4e5dfe1c23fba7b5ee675312752f7ef5))
316
+
317
+
318
+
319
+
320
+
321
+ # [1.16.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.16.0-rc.0...v1.16.0-rc.1) (2023-07-13)
322
+
323
+
324
+ ### Bug Fixes
325
+
326
+ * **framework:** missing 72-Semibold font ([#7298](https://github.com/SAP/ui5-webcomponents/issues/7298)) ([9547d1c](https://github.com/SAP/ui5-webcomponents/commit/9547d1cf75edce8739c3dc54a1f64b2f44d7c18c))
327
+
328
+
329
+
330
+
331
+
332
+ # [1.16.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.1...v1.16.0-rc.0) (2023-07-06)
333
+
334
+ **Note:** Version bump only for package @ui5/webcomponents-base
335
+
336
+
337
+
338
+
339
+
340
+ # [1.15.0](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.2...v1.15.0) (2023-06-30)
341
+
342
+
343
+ ### Bug Fixes
344
+
345
+ * **framework:** fix OpenUI5Support feature usage ([#7265](https://github.com/SAP/ui5-webcomponents/issues/7265)) ([109b6ee](https://github.com/SAP/ui5-webcomponents/commit/109b6eecb3b56f07c085ed59442c2a73f31644a8)), closes [#7175](https://github.com/SAP/ui5-webcomponents/issues/7175)
346
+
347
+
348
+
349
+
350
+
351
+ # [1.15.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.1...v1.15.0-rc.2) (2023-06-22)
352
+
353
+
354
+ ### Bug Fixes
355
+
356
+ * **framework:** support older OpenUI5 getThemeRoot API ([#7202](https://github.com/SAP/ui5-webcomponents/issues/7202)) ([54e615c](https://github.com/SAP/ui5-webcomponents/commit/54e615cffc047b8e1e72861a5be7d50bfcc2d6bf)), closes [#7199](https://github.com/SAP/ui5-webcomponents/issues/7199)
357
+
358
+
359
+
360
+
361
+
362
+ # [1.15.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.15.0-rc.0...v1.15.0-rc.1) (2023-06-15)
363
+
364
+
365
+ ### Bug Fixes
366
+
367
+ * **framework:** prioritize external fonts over locally installed ([#7184](https://github.com/SAP/ui5-webcomponents/issues/7184)) ([c527c70](https://github.com/SAP/ui5-webcomponents/commit/c527c70e47be84b663b6c40107737c25f91c9034)), closes [/github.com/SAP/openui5/blob/master/src/themelib_sap_horizon/src/sap/ui/core/themes/sap_horizon/shared.less#L259](https://github.com//github.com/SAP/openui5/blob/master/src/themelib_sap_horizon/src/sap/ui/core/themes/sap_horizon/shared.less/issues/L259) [#7177](https://github.com/SAP/ui5-webcomponents/issues/7177)
368
+ * **ui5-static-area-item:** element additional properties ([#7166](https://github.com/SAP/ui5-webcomponents/issues/7166)) ([361ff95](https://github.com/SAP/ui5-webcomponents/commit/361ff9537dd6ed887e61d8fe2927e3eee0c952f8))
369
+
370
+
371
+ ### Features
372
+
373
+ * **ui5-time-picker:** Redesign the Time Picker component according to the new design ([#6818](https://github.com/SAP/ui5-webcomponents/issues/6818)) ([1d910cf](https://github.com/SAP/ui5-webcomponents/commit/1d910cf47290fcd9986b0b9ced45c9c06e29d657))
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+ # [1.15.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0...v1.15.0-rc.0) (2023-06-08)
385
+
386
+ **Note:** Version bump only for package @ui5/webcomponents-base
387
+
388
+
389
+
390
+
391
+
392
+ # [1.14.0](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.2...v1.14.0) (2023-06-01)
393
+
394
+ **Note:** Version bump only for package @ui5/webcomponents-base
395
+
396
+
397
+
398
+
399
+
400
+ # [1.14.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.1...v1.14.0-rc.2) (2023-06-01)
401
+
402
+ **Note:** Version bump only for package @ui5/webcomponents-base
403
+
404
+
405
+
406
+
407
+
408
+ # [1.14.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.14.0-rc.0...v1.14.0-rc.1) (2023-05-25)
409
+
410
+
411
+ ### Bug Fixes
412
+
413
+ * **framework:** store shared resources as `meta` tag within the `head` ([#7051](https://github.com/SAP/ui5-webcomponents/issues/7051)) ([90722da](https://github.com/SAP/ui5-webcomponents/commit/90722da24600e28f31864e9f2006d18e97c1e596))
414
+
415
+
416
+ ### Features
417
+
418
+ * **framework:** add `setThemeRoot` public API ([#6970](https://github.com/SAP/ui5-webcomponents/issues/6970)) ([a0ad904](https://github.com/SAP/ui5-webcomponents/commit/a0ad904ea21578ada97dc0c990ec04dbb5072990))
419
+
420
+
421
+
422
+
423
+
424
+ # [1.14.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.13.2...v1.14.0-rc.0) (2023-05-18)
425
+
426
+
427
+ ### Features
428
+
429
+ * **framework:** add `ignoreCustomElements` public API ([#7027](https://github.com/SAP/ui5-webcomponents/issues/7027)) ([776f905](https://github.com/SAP/ui5-webcomponents/commit/776f9058de5b4e37489dd3ef388863edc2627eb3))
430
+ * **framework:** use `template literal notation` for enum types ([#6856](https://github.com/SAP/ui5-webcomponents/issues/6856)) ([0de21e8](https://github.com/SAP/ui5-webcomponents/commit/0de21e8ba37c6a75fd3d2a29a16cc82661619cb1)), closes [#6636](https://github.com/SAP/ui5-webcomponents/issues/6636)
431
+
432
+
433
+
434
+
435
+
436
+ ## [1.13.2](https://github.com/SAP/ui5-webcomponents/compare/v1.13.1...v1.13.2) (2023-05-15)
437
+
438
+ **Note:** Version bump only for package @ui5/webcomponents-base
439
+
440
+
441
+
442
+
443
+
444
+ ## [1.13.1](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.5...v1.13.1) (2023-05-11)
445
+
446
+ **Note:** Version bump only for package @ui5/webcomponents-base
447
+
448
+
449
+
450
+
451
+
452
+ # [1.13.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.4...v1.13.0-rc.5) (2023-05-11)
453
+
454
+ **Note:** Version bump only for package @ui5/webcomponents-base
455
+
456
+
457
+
458
+
459
+
6
460
  # [1.13.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.13.0-rc.3...v1.13.0-rc.4) (2023-05-04)
7
461
 
8
462
 
package/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  ![UI5 icon](https://raw.githubusercontent.com/SAP/ui5-webcomponents/main/docs/images/UI5_logo_wide.png)
2
2
 
3
+
3
4
  # UI5 Web Components - Base
4
5
 
5
6
  [![npm Package Version](https://badge.fury.io/js/%40ui5%2Fwebcomponents.svg)](https://www.npmjs.com/package/@ui5/webcomponents)
@@ -37,6 +38,10 @@ Contains the base files for all Web Components, most notably `@ui5/webcomponents
37
38
  - `setCustomElementsScopingRules`
38
39
  - `getCustomElementsScopingRules`
39
40
 
41
+ ### `IgnoreCustomElements.js`
42
+
43
+ - `ignoreCustomElements`
44
+
40
45
  ### `CSP.js`
41
46
  - `setPackageCSSRoot`
42
47
  - `setUseLinks`
@@ -61,7 +66,7 @@ Contains the base files for all Web Components, most notably `@ui5/webcomponents
61
66
  - [UI5 Web Components - Playground and API Reference](https://sap.github.io/ui5-webcomponents/playground/)
62
67
 
63
68
  ## Support
64
- We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
69
+ We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://ui5-slack-invite.cfapps.eu10.hana.ondemand.com/).
65
70
 
66
71
  ## Contribute
67
72
  Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/main/docs/6-contributing/02-conventions-and-guidelines.md).
package/bundle.esm.js CHANGED
@@ -31,12 +31,13 @@ import { getAnimationMode } from "./dist/config/AnimationMode.js";
31
31
  import { getLanguage, setLanguage } from "./dist/config/Language.js";
32
32
  import { getCalendarType } from "./dist/config/CalendarType.js";
33
33
  import { getTheme, setTheme } from "./dist/config/Theme.js";
34
- import { getThemeRoot } from "./dist/config/ThemeRoots";
34
+ import { getThemeRoot, setThemeRoot } from "./dist/config/ThemeRoot.js";
35
35
  import { getNoConflict, setNoConflict } from "./dist/config/NoConflict.js";
36
36
  import { getRTL } from "./dist/config/RTL.js";
37
37
  import { getFirstDayOfWeek, getLegacyDateCalendarCustomizing } from "./dist/config/FormatSettings.js";
38
38
  import { _getRegisteredNames as getIconNames } from "./dist/asset-registries/Icons.js"
39
39
  import applyDirection from "./dist/locale/applyDirection.js";
40
+ import { getCurrentRuntimeIndex } from "./dist/Runtimes.js";
40
41
  import LegacyDateFormats from "./dist/features/LegacyDateFormats.js";
41
42
 
42
43
  window["sap-ui-webcomponents-bundle"] = {
@@ -46,6 +47,7 @@ window["sap-ui-webcomponents-bundle"] = {
46
47
  setLanguage,
47
48
  getTheme,
48
49
  getThemeRoot,
50
+ setThemeRoot,
49
51
  setTheme,
50
52
  getNoConflict,
51
53
  setNoConflict,
@@ -54,6 +56,7 @@ window["sap-ui-webcomponents-bundle"] = {
54
56
  getFirstDayOfWeek,
55
57
  getLegacyDateCalendarCustomizing,
56
58
  },
59
+ getCurrentRuntimeIndex,
57
60
  getIconNames,
58
61
  parseProperties,
59
62
  registerI18nLoader,