@ui5/webcomponents-base 0.0.0-64a57f090 → 0.0.0-69dbc5a15

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 (814) hide show
  1. package/CHANGELOG.md +1331 -0
  2. package/README.md +3 -13
  3. package/cypress/specs/Accessor.cy.ts +79 -0
  4. package/cypress/specs/Boot.cy.ts +19 -0
  5. package/cypress/specs/ConfigurationChange.cy.ts +41 -0
  6. package/cypress/specs/ConfigurationScript.cy.ts +116 -0
  7. package/cypress/specs/ConfigurationURL.cy.ts +182 -0
  8. package/cypress/specs/CustomMount.cy.ts +34 -0
  9. package/cypress/specs/CustomTheme.cy.ts +36 -0
  10. package/cypress/specs/EventProvider.cy.ts +59 -0
  11. package/cypress/specs/SystemDOMElements.cy.ts +8 -0
  12. package/cypress/specs/Theming.cy.ts +74 -0
  13. package/cypress/specs/UI5ElementInvalidation.cy.ts +207 -0
  14. package/cypress/specs/UI5ElementLifecycle.cy.ts +82 -0
  15. package/cypress/specs/UI5ElementListenForChildPropChanges.cy.ts +62 -0
  16. package/cypress/specs/UI5ElementMetadataExt.cy.ts +42 -0
  17. package/cypress/specs/UI5ElementPropertyValidation.cy.ts +16 -0
  18. package/cypress/specs/UI5ElementPropsAndAttrs.cy.ts +113 -0
  19. package/cypress/specs/UI5ElementShadowDOM.cy.ts +30 -0
  20. package/cypress/specs/UI5ElementSlots.cy.ts +116 -0
  21. package/cypress/specs/WithComplexTemplate.cy.ts +32 -0
  22. package/cypress/tsconfig.json +20 -0
  23. package/cypress.config.js +3 -0
  24. package/dist/.tsbuildinfobuild +1 -0
  25. package/dist/AssetRegistry.d.ts +2 -2
  26. package/dist/AssetRegistry.js +2 -2
  27. package/dist/AssetRegistry.js.map +1 -1
  28. package/dist/Boot.d.ts +3 -2
  29. package/dist/Boot.js +11 -7
  30. package/dist/Boot.js.map +1 -1
  31. package/dist/CustomElementsRegistry.js +1 -1
  32. package/dist/CustomElementsRegistry.js.map +1 -1
  33. package/dist/CustomElementsScope.d.ts +2 -2
  34. package/dist/CustomElementsScopeUtils.js.map +1 -1
  35. package/dist/DOMObserver.js.map +1 -1
  36. package/dist/Device.d.ts +16 -2
  37. package/dist/Device.js +10 -14
  38. package/dist/Device.js.map +1 -1
  39. package/dist/EventProvider.js.map +1 -1
  40. package/dist/FeaturesRegistry.d.ts +16 -1
  41. package/dist/FeaturesRegistry.js +37 -1
  42. package/dist/FeaturesRegistry.js.map +1 -1
  43. package/dist/FontFace.js +6 -1
  44. package/dist/FontFace.js.map +1 -1
  45. package/dist/IgnoreCustomElements.d.ts +3 -5
  46. package/dist/IgnoreCustomElements.js +3 -5
  47. package/dist/IgnoreCustomElements.js.map +1 -1
  48. package/dist/InitialConfiguration.d.ts +9 -3
  49. package/dist/InitialConfiguration.js +26 -8
  50. package/dist/InitialConfiguration.js.map +1 -1
  51. package/dist/Keys.d.ts +4 -1
  52. package/dist/Keys.js +110 -106
  53. package/dist/Keys.js.map +1 -1
  54. package/dist/Location.d.ts +11 -0
  55. package/dist/Location.js +49 -0
  56. package/dist/Location.js.map +1 -0
  57. package/dist/ManagedStyles.d.ts +5 -6
  58. package/dist/ManagedStyles.js +45 -54
  59. package/dist/ManagedStyles.js.map +1 -1
  60. package/dist/MediaRange.d.ts +6 -12
  61. package/dist/MediaRange.js +21 -31
  62. package/dist/MediaRange.js.map +1 -1
  63. package/dist/PropertiesFileFormat.js.map +1 -1
  64. package/dist/Render.js.map +1 -1
  65. package/dist/RenderQueue.js.map +1 -1
  66. package/dist/Runtimes.js +11 -0
  67. package/dist/Runtimes.js.map +1 -1
  68. package/dist/SystemCSSVars.js.map +1 -1
  69. package/dist/UI5Element.d.ts +111 -76
  70. package/dist/UI5Element.js +389 -231
  71. package/dist/UI5Element.js.map +1 -1
  72. package/dist/UI5ElementMetadata.d.ts +41 -27
  73. package/dist/UI5ElementMetadata.js +34 -72
  74. package/dist/UI5ElementMetadata.js.map +1 -1
  75. package/dist/animations/AnimationQueue.js.map +1 -1
  76. package/dist/animations/animate.js.map +1 -1
  77. package/dist/animations/slideUp.js.map +1 -1
  78. package/dist/asset-registries/Icons.d.ts +1 -1
  79. package/dist/asset-registries/Icons.js +1 -1
  80. package/dist/asset-registries/Icons.js.map +1 -1
  81. package/dist/asset-registries/Illustrations.d.ts +1 -0
  82. package/dist/asset-registries/Illustrations.js +20 -28
  83. package/dist/asset-registries/Illustrations.js.map +1 -1
  84. package/dist/asset-registries/LocaleData.js +1 -1
  85. package/dist/asset-registries/LocaleData.js.map +1 -1
  86. package/dist/asset-registries/Themes.d.ts +5 -7
  87. package/dist/asset-registries/Themes.js +27 -12
  88. package/dist/asset-registries/Themes.js.map +1 -1
  89. package/dist/asset-registries/i18n.d.ts +2 -2
  90. package/dist/asset-registries/i18n.js +4 -3
  91. package/dist/asset-registries/i18n.js.map +1 -1
  92. package/dist/asset-registries/util/IconCollectionsAlias.js.map +1 -1
  93. package/dist/asset-registries/util/IconCollectionsByTheme.d.ts +1 -1
  94. package/dist/asset-registries/util/IconCollectionsByTheme.js +1 -1
  95. package/dist/asset-registries/util/IconCollectionsByTheme.js.map +1 -1
  96. package/dist/asset-registries/util/getIconCollectionByTheme.d.ts +3 -3
  97. package/dist/asset-registries/util/getIconCollectionByTheme.js +3 -3
  98. package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -1
  99. package/dist/config/AnimationMode.js +6 -1
  100. package/dist/config/AnimationMode.js.map +1 -1
  101. package/dist/config/CalendarType.js +5 -0
  102. package/dist/config/CalendarType.js.map +1 -1
  103. package/dist/config/ConfigurationReset.d.ts +4 -0
  104. package/dist/config/ConfigurationReset.js +11 -0
  105. package/dist/config/ConfigurationReset.js.map +1 -0
  106. package/dist/config/Fonts.d.ts +16 -0
  107. package/dist/config/Fonts.js +30 -0
  108. package/dist/config/Fonts.js.map +1 -0
  109. package/dist/config/FormatSettings.js +4 -0
  110. package/dist/config/FormatSettings.js.map +1 -1
  111. package/dist/config/Icons.d.ts +8 -8
  112. package/dist/config/Icons.js +7 -7
  113. package/dist/config/Icons.js.map +1 -1
  114. package/dist/config/Language.d.ts +1 -1
  115. package/dist/config/Language.js +11 -3
  116. package/dist/config/Language.js.map +1 -1
  117. package/dist/config/NoConflict.js +4 -0
  118. package/dist/config/NoConflict.js.map +1 -1
  119. package/dist/config/Theme.d.ts +4 -3
  120. package/dist/config/Theme.js +17 -6
  121. package/dist/config/Theme.js.map +1 -1
  122. package/dist/config/ThemeRoot.d.ts +2 -4
  123. package/dist/config/ThemeRoot.js +6 -4
  124. package/dist/config/ThemeRoot.js.map +1 -1
  125. package/dist/config/Timezone.d.ts +1 -1
  126. package/dist/config/Timezone.js +5 -1
  127. package/dist/config/Timezone.js.map +1 -1
  128. package/dist/config/Tooltips.d.ts +19 -0
  129. package/dist/config/Tooltips.js +29 -0
  130. package/dist/config/Tooltips.js.map +1 -0
  131. package/dist/connectToComponent.js.map +1 -1
  132. package/dist/converters/DOMReference.d.ts +5 -0
  133. package/dist/converters/DOMReference.js +13 -0
  134. package/dist/converters/DOMReference.js.map +1 -0
  135. package/dist/css/FontFace.css +13 -1
  136. package/dist/css/SystemCSSVars.css +0 -8
  137. package/dist/custom-elements-internal.json +2721 -0
  138. package/dist/custom-elements.json +2455 -0
  139. package/dist/decorators/bound.d.ts +1 -0
  140. package/dist/decorators/bound.js +34 -0
  141. package/dist/decorators/bound.js.map +1 -0
  142. package/dist/decorators/customElement.d.ts +42 -3
  143. package/dist/decorators/customElement.js +17 -6
  144. package/dist/decorators/customElement.js.map +1 -1
  145. package/dist/decorators/event-strict.d.ts +15 -0
  146. package/dist/decorators/event-strict.js +26 -0
  147. package/dist/decorators/event-strict.js.map +1 -0
  148. package/dist/decorators/event.d.ts +8 -2
  149. package/dist/decorators/event.js +3 -0
  150. package/dist/decorators/event.js.map +1 -1
  151. package/dist/decorators/i18n.d.ts +17 -0
  152. package/dist/decorators/i18n.js +26 -0
  153. package/dist/decorators/i18n.js.map +1 -0
  154. package/dist/decorators/property.d.ts +1 -1
  155. package/dist/decorators/property.js +1 -1
  156. package/dist/decorators/property.js.map +1 -1
  157. package/dist/decorators/query.d.ts +25 -0
  158. package/dist/decorators/query.js +32 -0
  159. package/dist/decorators/query.js.map +1 -0
  160. package/dist/decorators/queryAll.d.ts +27 -0
  161. package/dist/decorators/queryAll.js +34 -0
  162. package/dist/decorators/queryAll.js.map +1 -0
  163. package/dist/decorators/slot.d.ts +1 -1
  164. package/dist/decorators/slot.js.map +1 -1
  165. package/dist/decorators.d.ts +8 -0
  166. package/dist/decorators.js +9 -0
  167. package/dist/decorators.js.map +1 -0
  168. package/dist/delegate/ItemNavigation.d.ts +9 -8
  169. package/dist/delegate/ItemNavigation.js +11 -12
  170. package/dist/delegate/ItemNavigation.js.map +1 -1
  171. package/dist/delegate/ResizeHandler.d.ts +4 -6
  172. package/dist/delegate/ResizeHandler.js +4 -6
  173. package/dist/delegate/ResizeHandler.js.map +1 -1
  174. package/dist/delegate/ScrollEnablement.js +2 -2
  175. package/dist/delegate/ScrollEnablement.js.map +1 -1
  176. package/dist/features/F6Navigation.d.ts +3 -3
  177. package/dist/features/F6Navigation.js +27 -8
  178. package/dist/features/F6Navigation.js.map +1 -1
  179. package/dist/features/InputElementsFormSupport.d.ts +15 -0
  180. package/dist/features/InputElementsFormSupport.js +39 -0
  181. package/dist/features/InputElementsFormSupport.js.map +1 -0
  182. package/dist/features/LegacyDateFormats.js.map +1 -1
  183. package/dist/features/OpenUI5Enablement.d.ts +3 -3
  184. package/dist/features/OpenUI5Enablement.js.map +1 -1
  185. package/dist/features/OpenUI5Support.d.ts +1 -3
  186. package/dist/features/OpenUI5Support.js +11 -22
  187. package/dist/features/OpenUI5Support.js.map +1 -1
  188. package/dist/features/patchPatcher.d.ts +11 -0
  189. package/dist/features/patchPatcher.js +11 -0
  190. package/dist/features/patchPatcher.js.map +1 -0
  191. package/dist/features/patchPopup.d.ts +15 -0
  192. package/dist/features/patchPopup.js +61 -0
  193. package/dist/features/patchPopup.js.map +1 -0
  194. package/dist/generated/AssetParameters.d.ts +6 -0
  195. package/dist/generated/AssetParameters.js +3 -10
  196. package/dist/generated/AssetParameters.js.map +1 -0
  197. package/dist/generated/VersionInfo.d.ts +10 -0
  198. package/dist/generated/VersionInfo.js +9 -8
  199. package/dist/generated/VersionInfo.js.map +1 -0
  200. package/dist/generated/css/BusyIndicator.css.d.ts +2 -3
  201. package/dist/generated/css/BusyIndicator.css.js +1 -6
  202. package/dist/generated/css/BusyIndicator.css.js.map +1 -1
  203. package/dist/generated/css/FontFace.css.d.ts +2 -3
  204. package/dist/generated/css/FontFace.css.js +1 -6
  205. package/dist/generated/css/FontFace.css.js.map +1 -1
  206. package/dist/generated/css/OverrideFontFace.css.d.ts +2 -3
  207. package/dist/generated/css/OverrideFontFace.css.js +1 -6
  208. package/dist/generated/css/OverrideFontFace.css.js.map +1 -1
  209. package/dist/generated/css/SystemCSSVars.css.d.ts +2 -3
  210. package/dist/generated/css/SystemCSSVars.css.js +1 -6
  211. package/dist/generated/css/SystemCSSVars.css.js.map +1 -1
  212. package/dist/getSharedResource.js.map +1 -1
  213. package/dist/i18nBundle.d.ts +1 -3
  214. package/dist/i18nBundle.js +1 -4
  215. package/dist/i18nBundle.js.map +1 -1
  216. package/dist/index.d.ts +8 -0
  217. package/dist/jsx-dev-runtime.d.ts +4 -0
  218. package/dist/jsx-dev-runtime.js +43 -0
  219. package/dist/jsx-dev-runtime.js.map +1 -0
  220. package/dist/jsx-runtime.d.ts +50 -0
  221. package/dist/jsx-runtime.js +27 -0
  222. package/dist/jsx-runtime.js.map +1 -0
  223. package/dist/jsx-utils.d.ts +3 -0
  224. package/dist/jsx-utils.js +39 -0
  225. package/dist/jsx-utils.js.map +1 -0
  226. package/dist/locale/Locale.js.map +1 -1
  227. package/dist/locale/applyDirection.d.ts +3 -2
  228. package/dist/locale/applyDirection.js +3 -2
  229. package/dist/locale/applyDirection.js.map +1 -1
  230. package/dist/locale/getEffectiveDir.d.ts +1 -1
  231. package/dist/locale/getEffectiveDir.js +3 -19
  232. package/dist/locale/getEffectiveDir.js.map +1 -1
  233. package/dist/locale/getLocale.js.map +1 -1
  234. package/dist/locale/nextFallbackLocale.js.map +1 -1
  235. package/dist/locale/normalizeLocale.js.map +1 -1
  236. package/dist/prod/AssetRegistry.js +2 -0
  237. package/dist/prod/AssetRegistry.js.map +7 -0
  238. package/dist/prod/Boot.js +2 -0
  239. package/dist/prod/Boot.js.map +7 -0
  240. package/dist/prod/CustomElementsRegistry.js +10 -0
  241. package/dist/prod/CustomElementsRegistry.js.map +7 -0
  242. package/dist/prod/CustomElementsScope.js +2 -0
  243. package/dist/prod/CustomElementsScope.js.map +7 -0
  244. package/dist/prod/CustomElementsScopeUtils.js +2 -0
  245. package/dist/prod/CustomElementsScopeUtils.js.map +7 -0
  246. package/dist/prod/DOMObserver.js +2 -0
  247. package/dist/prod/DOMObserver.js.map +7 -0
  248. package/dist/prod/Device.js +2 -0
  249. package/dist/prod/Device.js.map +7 -0
  250. package/dist/prod/EventProvider.js +2 -0
  251. package/dist/prod/EventProvider.js.map +7 -0
  252. package/dist/prod/FeaturesRegistry.js +2 -0
  253. package/dist/prod/FeaturesRegistry.js.map +7 -0
  254. package/dist/prod/FontFace.js +2 -0
  255. package/dist/prod/FontFace.js.map +7 -0
  256. package/dist/prod/IgnoreCustomElements.js +2 -0
  257. package/dist/prod/IgnoreCustomElements.js.map +7 -0
  258. package/dist/prod/InitialConfiguration.js +2 -0
  259. package/dist/prod/InitialConfiguration.js.map +7 -0
  260. package/dist/prod/Keys.js +2 -0
  261. package/dist/prod/Keys.js.map +7 -0
  262. package/dist/prod/Location.js +2 -0
  263. package/dist/prod/Location.js.map +7 -0
  264. package/dist/prod/ManagedStyles.js +2 -0
  265. package/dist/prod/ManagedStyles.js.map +7 -0
  266. package/dist/prod/MediaRange.js +2 -0
  267. package/dist/prod/MediaRange.js.map +7 -0
  268. package/dist/prod/PropertiesFileFormat.js +3 -0
  269. package/dist/prod/PropertiesFileFormat.js.map +7 -0
  270. package/dist/prod/Render.js +2 -0
  271. package/dist/prod/Render.js.map +7 -0
  272. package/dist/prod/RenderQueue.js +2 -0
  273. package/dist/prod/RenderQueue.js.map +7 -0
  274. package/dist/prod/Runtimes.js +2 -0
  275. package/dist/prod/Runtimes.js.map +7 -0
  276. package/dist/prod/SystemCSSVars.js +2 -0
  277. package/dist/prod/SystemCSSVars.js.map +7 -0
  278. package/dist/prod/Theming.js +2 -0
  279. package/dist/prod/Theming.js.map +7 -0
  280. package/dist/prod/UI5Element.js +2 -0
  281. package/dist/prod/UI5Element.js.map +7 -0
  282. package/dist/prod/UI5ElementMetadata.js +2 -0
  283. package/dist/prod/UI5ElementMetadata.js.map +7 -0
  284. package/dist/prod/animations/AnimationQueue.js +2 -0
  285. package/dist/prod/animations/AnimationQueue.js.map +7 -0
  286. package/dist/prod/animations/animate.js +2 -0
  287. package/dist/prod/animations/animate.js.map +7 -0
  288. package/dist/prod/animations/scroll.js +2 -0
  289. package/dist/prod/animations/scroll.js.map +7 -0
  290. package/dist/prod/animations/slideDown.js +2 -0
  291. package/dist/prod/animations/slideDown.js.map +7 -0
  292. package/dist/prod/animations/slideUp.js +2 -0
  293. package/dist/prod/animations/slideUp.js.map +7 -0
  294. package/dist/prod/asset-registries/Icons.js +2 -0
  295. package/dist/prod/asset-registries/Icons.js.map +7 -0
  296. package/dist/prod/asset-registries/Illustrations.js +2 -0
  297. package/dist/prod/asset-registries/Illustrations.js.map +7 -0
  298. package/dist/prod/asset-registries/LocaleData.js +2 -0
  299. package/dist/prod/asset-registries/LocaleData.js.map +7 -0
  300. package/dist/prod/asset-registries/Themes.js +2 -0
  301. package/dist/prod/asset-registries/Themes.js.map +7 -0
  302. package/dist/prod/asset-registries/i18n.js +2 -0
  303. package/dist/prod/asset-registries/i18n.js.map +7 -0
  304. package/dist/prod/asset-registries/util/IconCollectionsAlias.js +2 -0
  305. package/dist/prod/asset-registries/util/IconCollectionsAlias.js.map +7 -0
  306. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js +2 -0
  307. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js.map +7 -0
  308. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js +2 -0
  309. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js.map +7 -0
  310. package/dist/prod/config/AnimationMode.js +2 -0
  311. package/dist/prod/config/AnimationMode.js.map +7 -0
  312. package/dist/prod/config/CalendarType.js +2 -0
  313. package/dist/prod/config/CalendarType.js.map +7 -0
  314. package/dist/prod/config/ConfigurationReset.js +2 -0
  315. package/dist/prod/config/ConfigurationReset.js.map +7 -0
  316. package/dist/prod/config/Fonts.js +2 -0
  317. package/dist/prod/config/Fonts.js.map +7 -0
  318. package/dist/prod/config/FormatSettings.js +2 -0
  319. package/dist/prod/config/FormatSettings.js.map +7 -0
  320. package/dist/prod/config/Icons.js +2 -0
  321. package/dist/prod/config/Icons.js.map +7 -0
  322. package/dist/prod/config/Language.js +2 -0
  323. package/dist/prod/config/Language.js.map +7 -0
  324. package/dist/prod/config/NoConflict.js +2 -0
  325. package/dist/prod/config/NoConflict.js.map +7 -0
  326. package/dist/prod/config/Theme.js +2 -0
  327. package/dist/prod/config/Theme.js.map +7 -0
  328. package/dist/prod/config/ThemeRoot.js +2 -0
  329. package/dist/prod/config/ThemeRoot.js.map +7 -0
  330. package/dist/prod/config/Timezone.js +2 -0
  331. package/dist/prod/config/Timezone.js.map +7 -0
  332. package/dist/prod/config/Tooltips.js +2 -0
  333. package/dist/prod/config/Tooltips.js.map +7 -0
  334. package/dist/prod/connectToComponent.js +2 -0
  335. package/dist/prod/connectToComponent.js.map +7 -0
  336. package/dist/prod/converters/DOMReference.js +2 -0
  337. package/dist/prod/converters/DOMReference.js.map +7 -0
  338. package/dist/prod/decorators/bound.js +2 -0
  339. package/dist/prod/decorators/bound.js.map +7 -0
  340. package/dist/prod/decorators/customElement.js +2 -0
  341. package/dist/prod/decorators/customElement.js.map +7 -0
  342. package/dist/prod/decorators/event-strict.js +2 -0
  343. package/dist/prod/decorators/event-strict.js.map +7 -0
  344. package/dist/prod/decorators/event.js +2 -0
  345. package/dist/prod/decorators/event.js.map +7 -0
  346. package/dist/prod/decorators/i18n.js +2 -0
  347. package/dist/prod/decorators/i18n.js.map +7 -0
  348. package/dist/prod/decorators/property.js +2 -0
  349. package/dist/prod/decorators/property.js.map +7 -0
  350. package/dist/prod/decorators/query.js +2 -0
  351. package/dist/prod/decorators/query.js.map +7 -0
  352. package/dist/prod/decorators/queryAll.js +2 -0
  353. package/dist/prod/decorators/queryAll.js.map +7 -0
  354. package/dist/prod/decorators/slot.js +2 -0
  355. package/dist/prod/decorators/slot.js.map +7 -0
  356. package/dist/prod/decorators.js +2 -0
  357. package/dist/prod/decorators.js.map +7 -0
  358. package/dist/prod/delegate/ItemNavigation.js +2 -0
  359. package/dist/prod/delegate/ItemNavigation.js.map +7 -0
  360. package/dist/prod/delegate/ResizeHandler.js +2 -0
  361. package/dist/prod/delegate/ResizeHandler.js.map +7 -0
  362. package/dist/prod/delegate/ScrollEnablement.js +2 -0
  363. package/dist/prod/delegate/ScrollEnablement.js.map +7 -0
  364. package/dist/prod/features/F6Navigation.js +2 -0
  365. package/dist/prod/features/F6Navigation.js.map +7 -0
  366. package/dist/prod/features/InputElementsFormSupport.js +2 -0
  367. package/dist/prod/features/InputElementsFormSupport.js.map +7 -0
  368. package/dist/prod/features/LegacyDateFormats.js +2 -0
  369. package/dist/prod/features/LegacyDateFormats.js.map +7 -0
  370. package/dist/prod/features/OpenUI5Element.js +2 -0
  371. package/dist/prod/features/OpenUI5Element.js.map +7 -0
  372. package/dist/prod/features/OpenUI5Enablement.js +21 -0
  373. package/dist/prod/features/OpenUI5Enablement.js.map +7 -0
  374. package/dist/prod/features/OpenUI5Support.js +2 -0
  375. package/dist/prod/features/OpenUI5Support.js.map +7 -0
  376. package/dist/prod/features/patchPatcher.js +2 -0
  377. package/dist/prod/features/patchPatcher.js.map +7 -0
  378. package/dist/prod/features/patchPopup.js +2 -0
  379. package/dist/prod/features/patchPopup.js.map +7 -0
  380. package/dist/prod/generated/AssetParameters.js +2 -0
  381. package/dist/prod/generated/AssetParameters.js.map +7 -0
  382. package/dist/prod/generated/VersionInfo.js +2 -0
  383. package/dist/prod/generated/VersionInfo.js.map +7 -0
  384. package/dist/prod/generated/css/BusyIndicator.css.js +2 -0
  385. package/dist/prod/generated/css/BusyIndicator.css.js.map +7 -0
  386. package/dist/prod/generated/css/FontFace.css.js +2 -0
  387. package/dist/prod/generated/css/FontFace.css.js.map +7 -0
  388. package/dist/prod/generated/css/OverrideFontFace.css.js +2 -0
  389. package/dist/prod/generated/css/OverrideFontFace.css.js.map +7 -0
  390. package/dist/prod/generated/css/SystemCSSVars.css.js +2 -0
  391. package/dist/prod/generated/css/SystemCSSVars.css.js.map +7 -0
  392. package/dist/prod/getSharedResource.js +2 -0
  393. package/dist/prod/getSharedResource.js.map +7 -0
  394. package/dist/prod/global.d.js +2 -0
  395. package/dist/prod/global.d.js.map +7 -0
  396. package/dist/prod/i18nBundle.js +2 -0
  397. package/dist/prod/i18nBundle.js.map +7 -0
  398. package/dist/prod/index.d.js +2 -0
  399. package/dist/prod/index.d.js.map +7 -0
  400. package/dist/prod/jsx-dev-runtime.js +2 -0
  401. package/dist/prod/jsx-dev-runtime.js.map +7 -0
  402. package/dist/prod/jsx-runtime.js +2 -0
  403. package/dist/prod/jsx-runtime.js.map +7 -0
  404. package/dist/prod/jsx-utils.js +2 -0
  405. package/dist/prod/jsx-utils.js.map +7 -0
  406. package/dist/prod/locale/Locale.js +2 -0
  407. package/dist/prod/locale/Locale.js.map +7 -0
  408. package/dist/prod/locale/RTLAwareRegistry.js +2 -0
  409. package/dist/prod/locale/RTLAwareRegistry.js.map +7 -0
  410. package/dist/prod/locale/applyDirection.js +2 -0
  411. package/dist/prod/locale/applyDirection.js.map +7 -0
  412. package/dist/prod/locale/directionChange.js +2 -0
  413. package/dist/prod/locale/directionChange.js.map +7 -0
  414. package/dist/prod/locale/getEffectiveDir.js +2 -0
  415. package/dist/prod/locale/getEffectiveDir.js.map +7 -0
  416. package/dist/prod/locale/getLocale.js +2 -0
  417. package/dist/prod/locale/getLocale.js.map +7 -0
  418. package/dist/prod/locale/languageChange.js +2 -0
  419. package/dist/prod/locale/languageChange.js.map +7 -0
  420. package/dist/prod/locale/nextFallbackLocale.js +2 -0
  421. package/dist/prod/locale/nextFallbackLocale.js.map +7 -0
  422. package/dist/prod/locale/normalizeLocale.js +2 -0
  423. package/dist/prod/locale/normalizeLocale.js.map +7 -0
  424. package/dist/prod/renderer/JsxRenderer.js +2 -0
  425. package/dist/prod/renderer/JsxRenderer.js.map +7 -0
  426. package/dist/prod/renderer/LitRenderer.js +2 -0
  427. package/dist/prod/renderer/LitRenderer.js.map +7 -0
  428. package/dist/prod/renderer/directives/style-map.js +6 -0
  429. package/dist/prod/renderer/directives/style-map.js.map +7 -0
  430. package/dist/prod/renderer/executeTemplate.js +2 -0
  431. package/dist/prod/renderer/executeTemplate.js.map +7 -0
  432. package/dist/prod/sap/base/Log.js +750 -0
  433. package/dist/prod/sap/base/assert.js +34 -0
  434. package/dist/prod/sap/base/config/MemoryConfigurationProvider.js +20 -0
  435. package/dist/prod/sap/base/security/URLListValidator.js +406 -0
  436. package/dist/prod/sap/base/security/encodeCSS.js +40 -0
  437. package/dist/prod/sap/base/security/encodeXML.js +53 -0
  438. package/dist/prod/sap/base/security/sanitizeHTML.js +38 -0
  439. package/dist/prod/sap/base/strings/toHex.js +33 -0
  440. package/dist/prod/sap/base/util/now.js +28 -0
  441. package/dist/prod/sap/base/util/uid.js +27 -0
  442. package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +3600 -0
  443. package/dist/prod/ssr-dom-shim.js +2 -0
  444. package/dist/prod/ssr-dom-shim.js.map +7 -0
  445. package/dist/prod/ssr-dom.js +2 -0
  446. package/dist/prod/ssr-dom.js.map +7 -0
  447. package/dist/prod/theming/CustomStyle.js +2 -0
  448. package/dist/prod/theming/CustomStyle.js.map +7 -0
  449. package/dist/prod/theming/ThemeLoaded.js +2 -0
  450. package/dist/prod/theming/ThemeLoaded.js.map +7 -0
  451. package/dist/prod/theming/ThemeRegistered.js +2 -0
  452. package/dist/prod/theming/ThemeRegistered.js.map +7 -0
  453. package/dist/prod/theming/applyTheme.js +2 -0
  454. package/dist/prod/theming/applyTheme.js.map +7 -0
  455. package/dist/prod/theming/getConstructableStyle.js +2 -0
  456. package/dist/prod/theming/getConstructableStyle.js.map +7 -0
  457. package/dist/prod/theming/getEffectiveStyle.js +2 -0
  458. package/dist/prod/theming/getEffectiveStyle.js.map +7 -0
  459. package/dist/prod/theming/getStylesString.js +2 -0
  460. package/dist/prod/theming/getStylesString.js.map +7 -0
  461. package/dist/prod/theming/getThemeDesignerTheme.js +2 -0
  462. package/dist/prod/theming/getThemeDesignerTheme.js.map +7 -0
  463. package/dist/prod/thirdparty/_merge.js +2 -0
  464. package/dist/prod/thirdparty/_merge.js.map +7 -0
  465. package/dist/prod/thirdparty/isPlainObject.js +2 -0
  466. package/dist/prod/thirdparty/isPlainObject.js.map +7 -0
  467. package/dist/prod/thirdparty/merge.js +2 -0
  468. package/dist/prod/thirdparty/merge.js.map +7 -0
  469. package/dist/prod/thirdparty/preact/jsx.d.js +2 -0
  470. package/dist/prod/thirdparty/preact/jsx.d.js.map +7 -0
  471. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js +2 -0
  472. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js.map +7 -0
  473. package/dist/prod/thirdparty/preact/jsxRuntime.module.js +2 -0
  474. package/dist/prod/thirdparty/preact/preact.module.d.js +2 -0
  475. package/dist/prod/thirdparty/preact/preact.module.d.js.map +7 -0
  476. package/dist/prod/thirdparty/preact/preact.module.js +2 -0
  477. package/dist/prod/types/AnimationMode.js +2 -0
  478. package/dist/prod/types/AnimationMode.js.map +7 -0
  479. package/dist/prod/types/CalendarType.js +2 -0
  480. package/dist/prod/types/CalendarType.js.map +7 -0
  481. package/dist/prod/types/InvisibleMessageMode.js +2 -0
  482. package/dist/prod/types/InvisibleMessageMode.js.map +7 -0
  483. package/dist/prod/types/ItemNavigationBehavior.js +2 -0
  484. package/dist/prod/types/ItemNavigationBehavior.js.map +7 -0
  485. package/dist/prod/types/MovePlacement.js +2 -0
  486. package/dist/prod/types/MovePlacement.js.map +7 -0
  487. package/dist/prod/types/NavigationMode.js +2 -0
  488. package/dist/prod/types/NavigationMode.js.map +7 -0
  489. package/dist/prod/types/Orientation.js +2 -0
  490. package/dist/prod/types/Orientation.js.map +7 -0
  491. package/dist/prod/types/ValueState.js +2 -0
  492. package/dist/prod/types/ValueState.js.map +7 -0
  493. package/dist/prod/types.js +2 -0
  494. package/dist/prod/types.js.map +7 -0
  495. package/dist/prod/updateShadowRoot.js +2 -0
  496. package/dist/prod/updateShadowRoot.js.map +7 -0
  497. package/dist/prod/util/AccessibilityTextsHelper.js +2 -0
  498. package/dist/prod/util/AccessibilityTextsHelper.js.map +7 -0
  499. package/dist/prod/util/Caret.js +2 -0
  500. package/dist/prod/util/Caret.js.map +7 -0
  501. package/dist/prod/util/ColorConversion.js +2 -0
  502. package/dist/prod/util/ColorConversion.js.map +7 -0
  503. package/dist/prod/util/FetchHelper.js +2 -0
  504. package/dist/prod/util/FetchHelper.js.map +7 -0
  505. package/dist/prod/util/FocusableElements.js +2 -0
  506. package/dist/prod/util/FocusableElements.js.map +7 -0
  507. package/dist/prod/util/HTMLSanitizer.js +2 -0
  508. package/dist/prod/util/HTMLSanitizer.js.map +7 -0
  509. package/dist/prod/util/InvisibleMessage.js +2 -0
  510. package/dist/prod/util/InvisibleMessage.js.map +7 -0
  511. package/dist/prod/util/PopupUtils.js +2 -0
  512. package/dist/prod/util/PopupUtils.js.map +7 -0
  513. package/dist/prod/util/SelectionAssistant.js +2 -0
  514. package/dist/prod/util/SelectionAssistant.js.map +7 -0
  515. package/dist/prod/util/SlotsHelper.js +2 -0
  516. package/dist/prod/util/SlotsHelper.js.map +7 -0
  517. package/dist/prod/util/StringHelper.js +2 -0
  518. package/dist/prod/util/StringHelper.js.map +7 -0
  519. package/dist/prod/util/TabbableElements.js +2 -0
  520. package/dist/prod/util/TabbableElements.js.map +7 -0
  521. package/dist/prod/util/arraysAreEqual.js +2 -0
  522. package/dist/prod/util/arraysAreEqual.js.map +7 -0
  523. package/dist/prod/util/clamp.js +2 -0
  524. package/dist/prod/util/clamp.js.map +7 -0
  525. package/dist/prod/util/createLinkInHead.js +2 -0
  526. package/dist/prod/util/createLinkInHead.js.map +7 -0
  527. package/dist/prod/util/debounce.js +2 -0
  528. package/dist/prod/util/debounce.js.map +7 -0
  529. package/dist/prod/util/detectNavigatorLanguage.js +2 -0
  530. package/dist/prod/util/detectNavigatorLanguage.js.map +7 -0
  531. package/dist/prod/util/dragAndDrop/DragRegistry.js +2 -0
  532. package/dist/prod/util/dragAndDrop/DragRegistry.js.map +7 -0
  533. package/dist/prod/util/dragAndDrop/findClosestPosition.js +2 -0
  534. package/dist/prod/util/dragAndDrop/findClosestPosition.js.map +7 -0
  535. package/dist/prod/util/dragAndDrop/handleDragOver.js +2 -0
  536. package/dist/prod/util/dragAndDrop/handleDragOver.js.map +7 -0
  537. package/dist/prod/util/dragAndDrop/handleDrop.js +2 -0
  538. package/dist/prod/util/dragAndDrop/handleDrop.js.map +7 -0
  539. package/dist/prod/util/dragAndDrop/longDragOverHandler.js +2 -0
  540. package/dist/prod/util/dragAndDrop/longDragOverHandler.js.map +7 -0
  541. package/dist/prod/util/escapeRegex.js +2 -0
  542. package/dist/prod/util/escapeRegex.js.map +7 -0
  543. package/dist/prod/util/fixSafariActiveState.js +2 -0
  544. package/dist/prod/util/fixSafariActiveState.js.map +7 -0
  545. package/dist/prod/util/formatMessage.js +2 -0
  546. package/dist/prod/util/formatMessage.js.map +7 -0
  547. package/dist/prod/util/generateHighlightedMarkup.js +2 -0
  548. package/dist/prod/util/generateHighlightedMarkup.js.map +7 -0
  549. package/dist/prod/util/getActiveElement.js +2 -0
  550. package/dist/prod/util/getActiveElement.js.map +7 -0
  551. package/dist/prod/util/getClassCopy.js +2 -0
  552. package/dist/prod/util/getClassCopy.js.map +7 -0
  553. package/dist/prod/util/getDesigntimePropertyAsArray.js +2 -0
  554. package/dist/prod/util/getDesigntimePropertyAsArray.js.map +7 -0
  555. package/dist/prod/util/getEffectiveContentDensity.js +2 -0
  556. package/dist/prod/util/getEffectiveContentDensity.js.map +7 -0
  557. package/dist/prod/util/getEffectiveScrollbarStyle.js +26 -0
  558. package/dist/prod/util/getEffectiveScrollbarStyle.js.map +7 -0
  559. package/dist/prod/util/getFastNavigationGroups.js +2 -0
  560. package/dist/prod/util/getFastNavigationGroups.js.map +7 -0
  561. package/dist/prod/util/getFileExtension.js +2 -0
  562. package/dist/prod/util/getFileExtension.js.map +7 -0
  563. package/dist/prod/util/getNormalizedTarget.js +2 -0
  564. package/dist/prod/util/getNormalizedTarget.js.map +7 -0
  565. package/dist/prod/util/getSingletonElementInstance.js +2 -0
  566. package/dist/prod/util/getSingletonElementInstance.js.map +7 -0
  567. package/dist/prod/util/hash2str.js +2 -0
  568. package/dist/prod/util/hash2str.js.map +7 -0
  569. package/dist/prod/util/isElementClickable.js +2 -0
  570. package/dist/prod/util/isElementClickable.js.map +7 -0
  571. package/dist/prod/util/isElementHidden.js +2 -0
  572. package/dist/prod/util/isElementHidden.js.map +7 -0
  573. package/dist/prod/util/isElementInView.js +2 -0
  574. package/dist/prod/util/isElementInView.js.map +7 -0
  575. package/dist/prod/util/isElementTabbable.js +2 -0
  576. package/dist/prod/util/isElementTabbable.js.map +7 -0
  577. package/dist/prod/util/isValidPropertyName.js +2 -0
  578. package/dist/prod/util/isValidPropertyName.js.map +7 -0
  579. package/dist/prod/util/toLowercaseEnumValue.js +2 -0
  580. package/dist/prod/util/toLowercaseEnumValue.js.map +7 -0
  581. package/dist/prod/util/whenDOMReady.js +2 -0
  582. package/dist/prod/util/whenDOMReady.js.map +7 -0
  583. package/dist/prod/util/willShowContent.js +2 -0
  584. package/dist/prod/util/willShowContent.js.map +7 -0
  585. package/dist/prod/validateThemeRoot.js +2 -0
  586. package/dist/prod/validateThemeRoot.js.map +7 -0
  587. package/dist/renderer/JsxRenderer.d.ts +3 -0
  588. package/dist/renderer/JsxRenderer.js +16 -0
  589. package/dist/renderer/JsxRenderer.js.map +1 -0
  590. package/dist/renderer/LitRenderer.d.ts +3 -3
  591. package/dist/renderer/LitRenderer.js +5 -10
  592. package/dist/renderer/LitRenderer.js.map +1 -1
  593. package/dist/renderer/directives/style-map.d.ts +13 -0
  594. package/dist/renderer/directives/style-map.js +59 -59
  595. package/dist/renderer/directives/style-map.js.map +1 -0
  596. package/dist/renderer/executeTemplate.d.ts +3 -4
  597. package/dist/renderer/executeTemplate.js +1 -19
  598. package/dist/renderer/executeTemplate.js.map +1 -1
  599. package/dist/sap/base/Log.js +698 -188
  600. package/dist/sap/base/assert.js +28 -1
  601. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  602. package/dist/sap/base/security/URLListValidator.js +253 -6
  603. package/dist/sap/base/security/encodeCSS.js +34 -8
  604. package/dist/sap/base/security/encodeXML.js +47 -17
  605. package/dist/sap/base/security/sanitizeHTML.js +35 -13
  606. package/dist/sap/base/strings/toHex.js +27 -2
  607. package/dist/sap/base/util/now.js +24 -3
  608. package/dist/sap/base/util/uid.js +27 -0
  609. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +2 -2
  610. package/dist/ssr-dom-shim.d.ts +1 -0
  611. package/dist/ssr-dom-shim.js +12 -0
  612. package/dist/ssr-dom-shim.js.map +1 -0
  613. package/dist/ssr-dom.d.ts +1 -0
  614. package/dist/ssr-dom.js +3 -0
  615. package/dist/ssr-dom.js.map +1 -0
  616. package/dist/theming/CustomStyle.js.map +1 -1
  617. package/dist/theming/applyTheme.js +5 -5
  618. package/dist/theming/applyTheme.js.map +1 -1
  619. package/dist/theming/getConstructableStyle.d.ts +2 -2
  620. package/dist/theming/getConstructableStyle.js +3 -3
  621. package/dist/theming/getConstructableStyle.js.map +1 -1
  622. package/dist/theming/getEffectiveStyle.d.ts +1 -1
  623. package/dist/theming/getEffectiveStyle.js +5 -12
  624. package/dist/theming/getEffectiveStyle.js.map +1 -1
  625. package/dist/theming/getStylesString.js +2 -4
  626. package/dist/theming/getStylesString.js.map +1 -1
  627. package/dist/theming/getThemeDesignerTheme.js +2 -1
  628. package/dist/theming/getThemeDesignerTheme.js.map +1 -1
  629. package/dist/thirdparty/_merge.js.map +1 -1
  630. package/dist/thirdparty/isPlainObject.js.map +1 -1
  631. package/dist/thirdparty/preact/jsx.d.ts +2616 -0
  632. package/dist/thirdparty/preact/jsxRuntime.module.d.ts +62 -0
  633. package/dist/thirdparty/preact/jsxRuntime.module.js +2 -0
  634. package/dist/thirdparty/preact/preact.module.d.ts +398 -0
  635. package/dist/thirdparty/preact/preact.module.js +2 -0
  636. package/dist/types/AnimationMode.d.ts +0 -8
  637. package/dist/types/AnimationMode.js +0 -8
  638. package/dist/types/AnimationMode.js.map +1 -1
  639. package/dist/types/CalendarType.d.ts +0 -9
  640. package/dist/types/CalendarType.js +0 -9
  641. package/dist/types/CalendarType.js.map +1 -1
  642. package/dist/types/InvisibleMessageMode.d.ts +5 -10
  643. package/dist/types/InvisibleMessageMode.js +4 -11
  644. package/dist/types/InvisibleMessageMode.js.map +1 -1
  645. package/dist/types/ItemNavigationBehavior.d.ts +0 -6
  646. package/dist/types/ItemNavigationBehavior.js +0 -6
  647. package/dist/types/ItemNavigationBehavior.js.map +1 -1
  648. package/dist/types/MovePlacement.d.ts +20 -0
  649. package/dist/types/MovePlacement.js +22 -0
  650. package/dist/types/MovePlacement.js.map +1 -0
  651. package/dist/types/NavigationMode.d.ts +0 -8
  652. package/dist/types/NavigationMode.js +0 -8
  653. package/dist/types/NavigationMode.js.map +1 -1
  654. package/dist/types/Orientation.d.ts +16 -0
  655. package/dist/types/Orientation.js +18 -0
  656. package/dist/types/Orientation.js.map +1 -0
  657. package/dist/types/ValueState.d.ts +3 -17
  658. package/dist/types/ValueState.js +3 -17
  659. package/dist/types/ValueState.js.map +1 -1
  660. package/dist/types.d.ts +37 -14
  661. package/dist/types.js.map +1 -1
  662. package/dist/updateShadowRoot.d.ts +1 -2
  663. package/dist/updateShadowRoot.js +4 -29
  664. package/dist/updateShadowRoot.js.map +1 -1
  665. package/dist/util/{AriaLabelHelper.d.ts → AccessibilityTextsHelper.d.ts} +4 -2
  666. package/dist/util/{AriaLabelHelper.js → AccessibilityTextsHelper.js} +36 -8
  667. package/dist/util/AccessibilityTextsHelper.js.map +1 -0
  668. package/dist/util/Caret.js.map +1 -1
  669. package/dist/util/ColorConversion.d.ts +2 -1
  670. package/dist/util/ColorConversion.js +212 -197
  671. package/dist/util/ColorConversion.js.map +1 -1
  672. package/dist/util/FetchHelper.js.map +1 -1
  673. package/dist/util/FocusableElements.js +14 -12
  674. package/dist/util/FocusableElements.js.map +1 -1
  675. package/dist/util/InvisibleMessage.d.ts +1 -1
  676. package/dist/util/InvisibleMessage.js +2 -2
  677. package/dist/util/InvisibleMessage.js.map +1 -1
  678. package/dist/util/PopupUtils.d.ts +1 -3
  679. package/dist/util/PopupUtils.js +1 -15
  680. package/dist/util/PopupUtils.js.map +1 -1
  681. package/dist/util/SelectionAssistant.d.ts +12 -0
  682. package/dist/util/SelectionAssistant.js +79 -0
  683. package/dist/util/SelectionAssistant.js.map +1 -0
  684. package/dist/util/SlotsHelper.js.map +1 -1
  685. package/dist/util/StringHelper.d.ts +3 -1
  686. package/dist/util/StringHelper.js +15 -1
  687. package/dist/util/StringHelper.js.map +1 -1
  688. package/dist/util/TabbableElements.js +3 -10
  689. package/dist/util/TabbableElements.js.map +1 -1
  690. package/dist/util/arraysAreEqual.js.map +1 -1
  691. package/dist/util/clamp.js +2 -1
  692. package/dist/util/clamp.js.map +1 -1
  693. package/dist/util/createLinkInHead.d.ts +1 -1
  694. package/dist/util/createLinkInHead.js +1 -1
  695. package/dist/util/createLinkInHead.js.map +1 -1
  696. package/dist/util/debounce.js.map +1 -1
  697. package/dist/util/detectNavigatorLanguage.d.ts +2 -2
  698. package/dist/util/detectNavigatorLanguage.js +6 -1
  699. package/dist/util/detectNavigatorLanguage.js.map +1 -1
  700. package/dist/util/dragAndDrop/DragRegistry.d.ts +33 -0
  701. package/dist/util/dragAndDrop/DragRegistry.js +66 -0
  702. package/dist/util/dragAndDrop/DragRegistry.js.map +1 -0
  703. package/dist/util/dragAndDrop/findClosestPosition.d.ts +11 -0
  704. package/dist/util/dragAndDrop/findClosestPosition.js +102 -0
  705. package/dist/util/dragAndDrop/findClosestPosition.js.map +1 -0
  706. package/dist/util/dragAndDrop/handleDragOver.d.ts +16 -0
  707. package/dist/util/dragAndDrop/handleDragOver.js +42 -0
  708. package/dist/util/dragAndDrop/handleDragOver.js.map +1 -0
  709. package/dist/util/dragAndDrop/handleDrop.d.ts +5 -0
  710. package/dist/util/dragAndDrop/handleDrop.js +22 -0
  711. package/dist/util/dragAndDrop/handleDrop.js.map +1 -0
  712. package/dist/util/dragAndDrop/longDragOverHandler.d.ts +2 -0
  713. package/dist/util/dragAndDrop/longDragOverHandler.js +25 -0
  714. package/dist/util/dragAndDrop/longDragOverHandler.js.map +1 -0
  715. package/dist/util/fixSafariActiveState.d.ts +2 -0
  716. package/dist/util/fixSafariActiveState.js +11 -0
  717. package/dist/util/fixSafariActiveState.js.map +1 -0
  718. package/dist/util/formatMessage.js.map +1 -1
  719. package/dist/util/generateHighlightedMarkup.js.map +1 -1
  720. package/dist/util/getActiveElement.js.map +1 -1
  721. package/dist/util/getClassCopy.d.ts +142 -103
  722. package/dist/util/getDesigntimePropertyAsArray.d.ts +2 -2
  723. package/dist/util/getDesigntimePropertyAsArray.js +2 -1
  724. package/dist/util/getDesigntimePropertyAsArray.js.map +1 -1
  725. package/dist/util/getEffectiveScrollbarStyle.d.ts +1 -1
  726. package/dist/util/getEffectiveScrollbarStyle.js +31 -1
  727. package/dist/util/getEffectiveScrollbarStyle.js.map +1 -1
  728. package/dist/util/getFastNavigationGroups.js.map +1 -1
  729. package/dist/util/getFileExtension.js.map +1 -1
  730. package/dist/util/getNormalizedTarget.js.map +1 -1
  731. package/dist/util/getSingletonElementInstance.js.map +1 -1
  732. package/dist/util/hash2str.d.ts +1 -0
  733. package/dist/util/hash2str.js +14 -0
  734. package/dist/util/hash2str.js.map +1 -0
  735. package/dist/util/isElementClickable.js.map +1 -1
  736. package/dist/util/isElementHidden.js.map +1 -1
  737. package/dist/util/isElementTabbable.js +2 -2
  738. package/dist/util/isElementTabbable.js.map +1 -1
  739. package/dist/util/isValidPropertyName.js.map +1 -1
  740. package/dist/util/toLowercaseEnumValue.d.ts +3 -0
  741. package/dist/util/toLowercaseEnumValue.js +4 -0
  742. package/dist/util/toLowercaseEnumValue.js.map +1 -0
  743. package/dist/util/whenDOMReady.js.map +1 -1
  744. package/dist/validateThemeRoot.js +3 -2
  745. package/dist/validateThemeRoot.js.map +1 -1
  746. package/dist/vscode.html-custom-data.json +22 -0
  747. package/index.js +1 -23
  748. package/package-scripts.cjs +26 -23
  749. package/package.json +30 -9
  750. package/src/css/FontFace.css +13 -1
  751. package/src/css/SystemCSSVars.css +0 -8
  752. package/src/thirdparty/preact/jsxRuntime.module.js +2 -0
  753. package/src/thirdparty/preact/preact.module.js +2 -0
  754. package/src/thirdparty/preact/version.txt +1 -0
  755. package/tsconfig.json +19 -13
  756. package/.eslintignore +0 -16
  757. package/.eslintrc.cjs +0 -3
  758. package/bundle.esm.js +0 -67
  759. package/config/wdio.conf.cjs +0 -400
  760. package/dist/CSP.d.ts +0 -30
  761. package/dist/CSP.js +0 -51
  762. package/dist/CSP.js.map +0 -1
  763. package/dist/MarkedEvents.d.ts +0 -9
  764. package/dist/MarkedEvents.js +0 -15
  765. package/dist/MarkedEvents.js.map +0 -1
  766. package/dist/StaticArea.d.ts +0 -3
  767. package/dist/StaticArea.js +0 -7
  768. package/dist/StaticArea.js.map +0 -1
  769. package/dist/StaticAreaItem.d.ts +0 -37
  770. package/dist/StaticAreaItem.js +0 -102
  771. package/dist/StaticAreaItem.js.map +0 -1
  772. package/dist/api.json +0 -1
  773. package/dist/assets/Boot-34b7cea0.css +0 -1
  774. package/dist/assets/Boot-c953ce57.js +0 -9
  775. package/dist/assets/bundle.esm-a0b43d30.js +0 -50
  776. package/dist/config/RTL.d.ts +0 -7
  777. package/dist/config/RTL.js +0 -37
  778. package/dist/config/RTL.js.map +0 -1
  779. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +0 -4
  780. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js +0 -9
  781. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js.map +0 -1
  782. package/dist/theming/getEffectiveLinksHrefs.d.ts +0 -3
  783. package/dist/theming/getEffectiveLinksHrefs.js +0 -17
  784. package/dist/theming/getEffectiveLinksHrefs.js.map +0 -1
  785. package/dist/theming/preloadLinks.d.ts +0 -3
  786. package/dist/theming/preloadLinks.js +0 -19
  787. package/dist/theming/preloadLinks.js.map +0 -1
  788. package/dist/types/CSSColor.d.ts +0 -15
  789. package/dist/types/CSSColor.js +0 -18
  790. package/dist/types/CSSColor.js.map +0 -1
  791. package/dist/types/CSSSize.d.ts +0 -15
  792. package/dist/types/CSSSize.js +0 -18
  793. package/dist/types/CSSSize.js.map +0 -1
  794. package/dist/types/DOMReference.d.ts +0 -17
  795. package/dist/types/DOMReference.js +0 -25
  796. package/dist/types/DOMReference.js.map +0 -1
  797. package/dist/types/DataType.d.ts +0 -25
  798. package/dist/types/DataType.js +0 -44
  799. package/dist/types/DataType.js.map +0 -1
  800. package/dist/types/Float.d.ts +0 -17
  801. package/dist/types/Float.js +0 -21
  802. package/dist/types/Float.js.map +0 -1
  803. package/dist/types/Integer.d.ts +0 -17
  804. package/dist/types/Integer.js +0 -21
  805. package/dist/types/Integer.js.map +0 -1
  806. package/dist/util/AriaLabelHelper.js.map +0 -1
  807. package/dist/util/createStyleInHead.d.ts +0 -8
  808. package/dist/util/createStyleInHead.js +0 -18
  809. package/dist/util/createStyleInHead.js.map +0 -1
  810. package/lib/generate-asset-parameters/index.js +0 -27
  811. package/lib/generate-styles/index.js +0 -31
  812. package/lib/generate-version-info/index.js +0 -32
  813. package/src/renderer/directives/style-map.js +0 -72
  814. package/used-modules.txt +0 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1337 @@
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
+ ## [2.6.2](https://github.com/SAP/ui5-webcomponents/compare/v2.6.2-rc.0...v2.6.2) (2025-01-09)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-base
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.6.2-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.6.1...v2.6.2-rc.0) (2025-01-09)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-base
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.6.1](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0...v2.6.1) (2025-01-08)
23
+
24
+ **Note:** Version bump only for package @ui5/webcomponents-base
25
+
26
+
27
+
28
+
29
+
30
+ # [2.6.0](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.5...v2.6.0) (2025-01-07)
31
+
32
+ **Note:** Version bump only for package @ui5/webcomponents-base
33
+
34
+
35
+
36
+
37
+
38
+ # [2.6.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.4...v2.6.0-rc.5) (2025-01-07)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * **f6navigation:** skip hidden elements ([#10325](https://github.com/SAP/ui5-webcomponents/issues/10325)) ([374d4d8](https://github.com/SAP/ui5-webcomponents/commit/374d4d82239f1309231c8516c20be8c160e81e40)), closes [#10236](https://github.com/SAP/ui5-webcomponents/issues/10236)
44
+ * **framework:** getComponentFeature can return undefined ([#10456](https://github.com/SAP/ui5-webcomponents/issues/10456)) ([7da765c](https://github.com/SAP/ui5-webcomponents/commit/7da765c8c7f3831e25bffa557dd059e819be30ba))
45
+ * remove dependencies for TSX components and fix features ([#10449](https://github.com/SAP/ui5-webcomponents/issues/10449)) ([a2b5f6f](https://github.com/SAP/ui5-webcomponents/commit/a2b5f6fb768499a8b757a9b7abad5f19033a33a7))
46
+
47
+
48
+
49
+
50
+
51
+ # [2.6.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.3...v2.6.0-rc.4) (2025-01-02)
52
+
53
+ **Note:** Version bump only for package @ui5/webcomponents-base
54
+
55
+
56
+
57
+
58
+
59
+ # [2.6.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.2...v2.6.0-rc.3) (2024-12-26)
60
+
61
+
62
+ ### Bug Fixes
63
+
64
+ * custom theme detection ([#10410](https://github.com/SAP/ui5-webcomponents/issues/10410)) ([303344b](https://github.com/SAP/ui5-webcomponents/commit/303344bc22dbe5a461b77d752b11016cbbe137b1))
65
+
66
+
67
+
68
+
69
+
70
+ # [2.6.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.1...v2.6.0-rc.2) (2024-12-19)
71
+
72
+
73
+ ### Features
74
+
75
+ * **ui5-color-palette:** set selected color to inner color picker ([#10276](https://github.com/SAP/ui5-webcomponents/issues/10276)) ([7a152a1](https://github.com/SAP/ui5-webcomponents/commit/7a152a1dc0defcb031d859012f4310ca5c52bee4)), closes [#8772](https://github.com/SAP/ui5-webcomponents/issues/8772)
76
+
77
+
78
+
79
+
80
+
81
+ # [2.6.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.6.0-rc.0...v2.6.0-rc.1) (2024-12-16)
82
+
83
+ **Note:** Version bump only for package @ui5/webcomponents-base
84
+
85
+
86
+
87
+
88
+
89
+ # [2.6.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0...v2.6.0-rc.0) (2024-12-12)
90
+
91
+
92
+ ### Features
93
+
94
+ * **framework:** add JSX template support with TypeScript ([#10046](https://github.com/SAP/ui5-webcomponents/issues/10046)) ([f42e7c1](https://github.com/SAP/ui5-webcomponents/commit/f42e7c18c846f923df4fec6ae02f1b4c20c006fa))
95
+ * **ui5-table:** implement drag and drop ([#9955](https://github.com/SAP/ui5-webcomponents/issues/9955)) ([9f27a51](https://github.com/SAP/ui5-webcomponents/commit/9f27a512255f6e168d783cfed8b60d578030b581)), closes [#7240](https://github.com/SAP/ui5-webcomponents/issues/7240)
96
+
97
+
98
+
99
+
100
+
101
+ # [2.5.0](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.3...v2.5.0) (2024-12-05)
102
+
103
+ **Note:** Version bump only for package @ui5/webcomponents-base
104
+
105
+
106
+
107
+
108
+
109
+ # [2.5.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.2...v2.5.0-rc.3) (2024-12-05)
110
+
111
+
112
+ ### Features
113
+
114
+ * **framework:** add strict event type checking ([#10235](https://github.com/SAP/ui5-webcomponents/issues/10235)) ([4ff8ab7](https://github.com/SAP/ui5-webcomponents/commit/4ff8ab7c34db5058b92511767be1b96c69a91cb5))
115
+
116
+
117
+
118
+
119
+
120
+ # [2.5.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.1...v2.5.0-rc.2) (2024-11-28)
121
+
122
+ **Note:** Version bump only for package @ui5/webcomponents-base
123
+
124
+
125
+
126
+
127
+
128
+ # [2.5.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.0...v2.5.0-rc.1) (2024-11-21)
129
+
130
+ **Note:** Version bump only for package @ui5/webcomponents-base
131
+
132
+
133
+
134
+
135
+
136
+ # [2.5.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.1-rc.0...v2.5.0-rc.0) (2024-11-14)
137
+
138
+
139
+ ### Features
140
+
141
+ * **ui5-form:** update to latest accessibility spec ([#10152](https://github.com/SAP/ui5-webcomponents/issues/10152)) ([4382d4e](https://github.com/SAP/ui5-webcomponents/commit/4382d4e280ffcf01a924163b9b719887c17f529a)), closes [#9952](https://github.com/SAP/ui5-webcomponents/issues/9952)
142
+ * **ui5-list, ui5-tree:** support accessible description ([#10131](https://github.com/SAP/ui5-webcomponents/issues/10131)) ([45f0ffe](https://github.com/SAP/ui5-webcomponents/commit/45f0ffeafb2da0ffcaf425649c7440b604e359a3)), closes [#6445](https://github.com/SAP/ui5-webcomponents/issues/6445)
143
+
144
+
145
+
146
+
147
+
148
+ ## [2.4.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0...v2.4.1-rc.0) (2024-11-07)
149
+
150
+ **Note:** Version bump only for package @ui5/webcomponents-base
151
+
152
+
153
+
154
+
155
+
156
+ # [2.4.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.4...v2.4.0) (2024-11-03)
157
+
158
+ **Note:** Version bump only for package @ui5/webcomponents-base
159
+
160
+
161
+
162
+
163
+
164
+ # [2.4.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.3...v2.4.0-rc.4) (2024-10-31)
165
+
166
+ **Note:** Version bump only for package @ui5/webcomponents-base
167
+
168
+
169
+
170
+
171
+
172
+ # [2.4.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.2...v2.4.0-rc.3) (2024-10-28)
173
+
174
+ **Note:** Version bump only for package @ui5/webcomponents-base
175
+
176
+
177
+
178
+
179
+
180
+ # [2.4.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.1...v2.4.0-rc.2) (2024-10-24)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * boot sequence ([#10042](https://github.com/SAP/ui5-webcomponents/issues/10042)) ([106373d](https://github.com/SAP/ui5-webcomponents/commit/106373d4585dd2c5fa458ffccd513596289a2f79))
186
+
187
+
188
+
189
+
190
+
191
+ # [2.4.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.0...v2.4.0-rc.1) (2024-10-17)
192
+
193
+
194
+ ### Bug Fixes
195
+
196
+ * **framework:** always fire languageChange regardless of boot status ([#10029](https://github.com/SAP/ui5-webcomponents/issues/10029)) ([9261ac9](https://github.com/SAP/ui5-webcomponents/commit/9261ac93211ac431b9c1d95d255a6bb8bc3ff815))
197
+ * **tools:** revert tsconfig moduleResolution to node ([#10014](https://github.com/SAP/ui5-webcomponents/issues/10014)) ([0724b92](https://github.com/SAP/ui5-webcomponents/commit/0724b9289ad04f88972d4978ed37e76f13abca13))
198
+
199
+
200
+
201
+
202
+
203
+ # [2.4.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.1-rc.0...v2.4.0-rc.0) (2024-10-10)
204
+
205
+
206
+ ### Features
207
+
208
+ * enhance `[@event](https://github.com/event)` decorator ([#9944](https://github.com/SAP/ui5-webcomponents/issues/9944)) ([fe1d816](https://github.com/SAP/ui5-webcomponents/commit/fe1d816f512400b839fd4ce1b9af1506d0cb4c9a))
209
+
210
+
211
+
212
+
213
+
214
+ ## [2.3.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0...v2.3.1-rc.0) (2024-10-03)
215
+
216
+ **Note:** Version bump only for package @ui5/webcomponents-base
217
+
218
+
219
+
220
+
221
+
222
+ # [2.3.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.3...v2.3.0) (2024-10-02)
223
+
224
+
225
+ ### Bug Fixes
226
+
227
+ * patchPopup now assumes that content may be null ([#9950](https://github.com/SAP/ui5-webcomponents/issues/9950)) ([3330f01](https://github.com/SAP/ui5-webcomponents/commit/3330f01297b8842a3fb8fc5547982d4d682075ad))
228
+
229
+
230
+ ### Features
231
+
232
+ * **framework:** introduce the `i18n` decorator and the `cldr` option ([#9897](https://github.com/SAP/ui5-webcomponents/issues/9897)) ([1f29d23](https://github.com/SAP/ui5-webcomponents/commit/1f29d231fe892a850871e7f73afca93c730ecffd))
233
+
234
+
235
+
236
+
237
+
238
+ # [2.3.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.2...v2.3.0-rc.3) (2024-09-26)
239
+
240
+
241
+ ### Bug Fixes
242
+
243
+ * patchPopup now correctly handles getContent ([#9913](https://github.com/SAP/ui5-webcomponents/issues/9913)) ([84f4cfa](https://github.com/SAP/ui5-webcomponents/commit/84f4cfa98d7486d9a462677a2833a74270848338))
244
+ * **ui5-color-picker:** add missing hex value to RGBtoHEX method ([#9906](https://github.com/SAP/ui5-webcomponents/issues/9906)) ([90acd68](https://github.com/SAP/ui5-webcomponents/commit/90acd68d5a143f31bb28ca0b0d795a9108e8e93f))
245
+
246
+
247
+
248
+
249
+
250
+ # [2.3.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.1...v2.3.0-rc.2) (2024-09-19)
251
+
252
+
253
+ ### Features
254
+
255
+ * **selectionAssistant:** introduce SelectionAssistant ([#9797](https://github.com/SAP/ui5-webcomponents/issues/9797)) ([de59eac](https://github.com/SAP/ui5-webcomponents/commit/de59eac1df149caa7541a3bbd3ddad5ae2c298a6))
256
+
257
+
258
+
259
+
260
+
261
+ # [2.3.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.0...v2.3.0-rc.1) (2024-09-12)
262
+
263
+
264
+ ### Bug Fixes
265
+
266
+ * **f6 navigation:** work properly when multiple runtimes ([#9810](https://github.com/SAP/ui5-webcomponents/issues/9810)) ([1ebf7db](https://github.com/SAP/ui5-webcomponents/commit/1ebf7db3faa8a2be1d35347407a365f5cf3004de))
267
+ * **ui5-tabcontainer:** fix drag and drop issue with home key and fixеd tabs ([#9812](https://github.com/SAP/ui5-webcomponents/issues/9812)) ([485fd0d](https://github.com/SAP/ui5-webcomponents/commit/485fd0dd1205543e50e7db011d6c5a7bedbe5c68))
268
+
269
+
270
+
271
+
272
+
273
+ # [2.3.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0...v2.3.0-rc.0) (2024-09-05)
274
+
275
+
276
+ ### Features
277
+
278
+ * **ui5-tabcontainer:** implement tabs reordering with the keyboard ([#9585](https://github.com/SAP/ui5-webcomponents/issues/9585)) ([936f2fc](https://github.com/SAP/ui5-webcomponents/commit/936f2fc9145217ae5cd4e790c64e3fe75afbfdee))
279
+
280
+
281
+
282
+
283
+
284
+ # [2.2.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.3...v2.2.0) (2024-09-03)
285
+
286
+
287
+ ### Bug Fixes
288
+
289
+ * **ui5-*:** make ui5-content-native-scrollbar to take effect ([#9751](https://github.com/SAP/ui5-webcomponents/issues/9751)) ([a4b4028](https://github.com/SAP/ui5-webcomponents/commit/a4b4028e344fb9546687cec0efbed065dde47b29)), closes [#9720](https://github.com/SAP/ui5-webcomponents/issues/9720) [#9695](https://github.com/SAP/ui5-webcomponents/issues/9695)
290
+
291
+
292
+
293
+
294
+
295
+ # [2.2.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.2...v2.2.0-rc.3) (2024-08-29)
296
+
297
+
298
+ ### Bug Fixes
299
+
300
+ * **ui5-breadcrumbs:** current link aria-current ([#9668](https://github.com/SAP/ui5-webcomponents/issues/9668)) ([87732a1](https://github.com/SAP/ui5-webcomponents/commit/87732a151562d6e387dcf85baefca23b265774ac))
301
+
302
+
303
+
304
+
305
+
306
+ # [2.2.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.1...v2.2.0-rc.2) (2024-08-22)
307
+
308
+
309
+ ### Bug Fixes
310
+
311
+ * **framework:** attach element internals only once ([#9714](https://github.com/SAP/ui5-webcomponents/issues/9714)) ([fce5d11](https://github.com/SAP/ui5-webcomponents/commit/fce5d117639e8ea7a042713a712452c451b4cb9b)), closes [#9713](https://github.com/SAP/ui5-webcomponents/issues/9713)
312
+
313
+
314
+
315
+
316
+
317
+ # [2.2.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.0...v2.2.0-rc.1) (2024-08-15)
318
+
319
+ **Note:** Version bump only for package @ui5/webcomponents-base
320
+
321
+
322
+
323
+
324
+
325
+ # [2.2.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.1...v2.2.0-rc.0) (2024-08-08)
326
+
327
+
328
+ ### Bug Fixes
329
+
330
+ * **core:** invalidation no longer leaves component broken after error in onBeforeRendering ([#9635](https://github.com/SAP/ui5-webcomponents/issues/9635)) ([136bd5a](https://github.com/SAP/ui5-webcomponents/commit/136bd5acef5dcf25bb3ec9f46b66e33aa819f49a))
331
+ * stop attribute change calling property setter when coming from a setter ([#9592](https://github.com/SAP/ui5-webcomponents/issues/9592)) ([95e61dd](https://github.com/SAP/ui5-webcomponents/commit/95e61ddc097658c49509889c8454901a8a8ef0b4))
332
+
333
+
334
+ ### Features
335
+
336
+ * add `enableDefaultTooltips ` config option ([#9559](https://github.com/SAP/ui5-webcomponents/issues/9559)) ([a672788](https://github.com/SAP/ui5-webcomponents/commit/a6727880e9fc648a8999643a2d2dac4eaff5c58c)), closes [#9494](https://github.com/SAP/ui5-webcomponents/issues/9494)
337
+ * **framework:** add `[@query](https://github.com/query)(All)` decorators ([#9567](https://github.com/SAP/ui5-webcomponents/issues/9567)) ([242024c](https://github.com/SAP/ui5-webcomponents/commit/242024c38a0703809840cd0c9ef9e38a4b2613c8)), closes [#6743](https://github.com/SAP/ui5-webcomponents/issues/6743)
338
+
339
+
340
+
341
+
342
+
343
+ ## [2.1.1](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0...v2.1.1) (2024-08-02)
344
+
345
+ **Note:** Version bump only for package @ui5/webcomponents-base
346
+
347
+
348
+
349
+
350
+
351
+ # [2.1.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.3...v2.1.0) (2024-08-02)
352
+
353
+
354
+ ### Features
355
+
356
+ * **core:** fire PascalCase events for easier react usage ([#9608](https://github.com/SAP/ui5-webcomponents/issues/9608)) ([43e28fa](https://github.com/SAP/ui5-webcomponents/commit/43e28fa5da370bde06cc23d78a3508321673ca54))
357
+
358
+
359
+
360
+
361
+
362
+ # [2.1.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.2...v2.1.0-rc.3) (2024-08-01)
363
+
364
+
365
+ ### Features
366
+
367
+ * enhance feature initialization ([#9479](https://github.com/SAP/ui5-webcomponents/issues/9479)) ([d55eba8](https://github.com/SAP/ui5-webcomponents/commit/d55eba85ff4860bacaff1988c5e1aa56eaa4a225)), closes [#8175](https://github.com/SAP/ui5-webcomponents/issues/8175)
368
+
369
+
370
+
371
+
372
+
373
+ # [2.1.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.1...v2.1.0-rc.2) (2024-07-25)
374
+
375
+
376
+ ### Features
377
+
378
+ * **framework:** add configuration to prevent font loading ([#9483](https://github.com/SAP/ui5-webcomponents/issues/9483)) ([d188638](https://github.com/SAP/ui5-webcomponents/commit/d18863868dafc6d96193b11a410ab295a783bc16))
379
+
380
+
381
+
382
+
383
+
384
+ # [2.1.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.0...v2.1.0-rc.1) (2024-07-18)
385
+
386
+ **Note:** Version bump only for package @ui5/webcomponents-base
387
+
388
+
389
+
390
+
391
+
392
+ # [2.1.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.1...v2.1.0-rc.0) (2024-07-11)
393
+
394
+
395
+ ### Features
396
+
397
+ * **ui5-menu-item:** add accessibility attributes ([#9333](https://github.com/SAP/ui5-webcomponents/issues/9333)) ([74782e6](https://github.com/SAP/ui5-webcomponents/commit/74782e63e36ee71483617a5d5e204cb30cd589bc))
398
+
399
+
400
+
401
+
402
+
403
+ ## [2.0.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0...v2.0.1) (2024-07-05)
404
+
405
+ **Note:** Version bump only for package @ui5/webcomponents-base
406
+
407
+
408
+
409
+
410
+
411
+ # [2.0.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.6...v2.0.0) (2024-07-03)
412
+
413
+
414
+ ### Bug Fixes
415
+
416
+ * **UI5Element:** component invalidated when children change slots ([#9104](https://github.com/SAP/ui5-webcomponents/issues/9104)) ([a882721](https://github.com/SAP/ui5-webcomponents/commit/a8827219d52c67158e29aa616454bceadaa7128a))
417
+
418
+
419
+ ### Features
420
+
421
+ * add property initializers ([#8846](https://github.com/SAP/ui5-webcomponents/issues/8846)) ([eef0cc9](https://github.com/SAP/ui5-webcomponents/commit/eef0cc9b663fda6268b98e516ed46439435fa2b0))
422
+ * **UI5Element:** better support for kebab-case slots ([#9106](https://github.com/SAP/ui5-webcomponents/issues/9106)) ([e1dd34c](https://github.com/SAP/ui5-webcomponents/commit/e1dd34c39dd7a97fac4fde6bdb342c7874c48d9c))
423
+
424
+
425
+ ### BREAKING CHANGES
426
+
427
+ * @property decorator must be adapted according to new type parameter
428
+
429
+
430
+
431
+
432
+
433
+ # [2.0.0-rc.6](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.5...v2.0.0-rc.6) (2024-06-17)
434
+
435
+
436
+ ### Bug Fixes
437
+
438
+ * **framework:** set dataTransfer.effectAllowed only for UI5 elements ([#9136](https://github.com/SAP/ui5-webcomponents/issues/9136)) ([28f6a2d](https://github.com/SAP/ui5-webcomponents/commit/28f6a2d25c2d0c49ace86a0be4fdfb9026f94be2))
439
+ * **ui5-dialog:** fix focusing when dialog is open from OpenUI5 dialog ([#9183](https://github.com/SAP/ui5-webcomponents/issues/9183)) ([d067e13](https://github.com/SAP/ui5-webcomponents/commit/d067e139d8674413369a3e8b078ce6ca67415e90))
440
+
441
+
442
+ ### Features
443
+
444
+ * **ui5-grid:** implementing new grid component ([#8362](https://github.com/SAP/ui5-webcomponents/issues/8362)) ([04d291d](https://github.com/SAP/ui5-webcomponents/commit/04d291dc368b884d9001e875441c54cf56e21d1a))
445
+
446
+
447
+
448
+
449
+
450
+ # [2.0.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.4...v2.0.0-rc.5) (2024-06-06)
451
+
452
+ **Note:** Version bump only for package @ui5/webcomponents-base
453
+
454
+
455
+
456
+
457
+
458
+ # [2.0.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2024-05-29)
459
+
460
+
461
+ ### Bug Fixes
462
+
463
+ * register runtime in SSR usage ([#9013](https://github.com/SAP/ui5-webcomponents/issues/9013)) ([54db283](https://github.com/SAP/ui5-webcomponents/commit/54db283ac71c8aec34f7ce0fe7ac787838aab021))
464
+ * **ui5-*:** Make setAnimationMode() properly change modes ([#8965](https://github.com/SAP/ui5-webcomponents/issues/8965)) ([9f5d276](https://github.com/SAP/ui5-webcomponents/commit/9f5d2760a8cfa95ce3212480e28e7b7a6ea2d8a9)), closes [#8964](https://github.com/SAP/ui5-webcomponents/issues/8964)
465
+
466
+
467
+ ### Features
468
+
469
+ * **ui5-*:** integrate element internals in input components ([#8685](https://github.com/SAP/ui5-webcomponents/issues/8685)) ([c8e68d5](https://github.com/SAP/ui5-webcomponents/commit/c8e68d59e51c6ab56328062ac8bce7889b30062d)), closes [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461)
470
+ * **ui5-li-notification:** implement new design ([#8426](https://github.com/SAP/ui5-webcomponents/issues/8426)) ([e451cdc](https://github.com/SAP/ui5-webcomponents/commit/e451cdc3709553dcb780f637463dc1b29e8f2971))
471
+ * **UI5Element:** invalidateOnChildChange works for slots ([#9021](https://github.com/SAP/ui5-webcomponents/issues/9021)) ([ec3ead7](https://github.com/SAP/ui5-webcomponents/commit/ec3ead7743993aaad6cb70faff9edf4bae4ef0f9))
472
+
473
+
474
+ ### BREAKING CHANGES
475
+
476
+ * **ui5-*:** The `features/InputElementsFormSupport.js` feature has been deleted and now, form elements works natively in form elements.
477
+
478
+
479
+
480
+
481
+
482
+ # [2.0.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2024-05-10)
483
+
484
+
485
+ ### chore
486
+
487
+ * **Icons:** make pathData async ([#8785](https://github.com/SAP/ui5-webcomponents/issues/8785)) ([0549dc9](https://github.com/SAP/ui5-webcomponents/commit/0549dc95edae139f7a4f9efbbc7170922b3ab6cb))
488
+
489
+
490
+ ### Code Refactoring
491
+
492
+ * rename ValueState values ([#8864](https://github.com/SAP/ui5-webcomponents/issues/8864)) ([ef9304d](https://github.com/SAP/ui5-webcomponents/commit/ef9304da4b1446178b1b2bfa737d9867461cc4bc))
493
+ * **theming:** remove Belize theme ([#8519](https://github.com/SAP/ui5-webcomponents/issues/8519)) ([990313f](https://github.com/SAP/ui5-webcomponents/commit/990313fc8e429a491f4d6e67306d3df2703e54fe)), closes [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461)
494
+ * **ui5-*:** use unified API to define a11y attributes via `accessibilityAttributes` ([#8810](https://github.com/SAP/ui5-webcomponents/issues/8810)) ([49d587c](https://github.com/SAP/ui5-webcomponents/commit/49d587c73120a5511a34e61be949018605f49acd))
495
+
496
+
497
+ ### BREAKING CHANGES
498
+
499
+ * **ui5-*:** FlexibleLayout's `accessibilityTexts` and `accessibilityRoles` properties are removed. If you have previously used the `accessibilityTexts` or `accessibilityRoles` properties:
500
+ ```js
501
+ fcl.accessibilityTexts = {
502
+ startColumnAccessibleName: "Products list",
503
+ midColumnAccessibleName: "Product information",
504
+ endColumnAccessibleName: "Product detailed information",
505
+ startArrowLeftText: "Collapse products list",
506
+ startArrowRightText: "Expand products list",
507
+ endArrowLeftText: "Expand product detailed information",
508
+ endArrowRightText: "Collapse product detailed information",
509
+ startArrowContainerAccessibleName: "Start Arrow Container",
510
+ endArrowContainerAccessibleName: "End Arrow Container",
511
+ }
512
+
513
+ fcl.accessibilityRoles = {
514
+ startColumnRole: "complementary",
515
+ startArrowContainerRole: "navigation",
516
+ midColumnRole: "main",
517
+ endArrowContainerRole: "navigation",
518
+ endColumnRole: "complementary".
519
+ }
520
+ ```
521
+ Now use `accessibilityAttributes` instead:
522
+ ```js
523
+ fcl.accessibilityAttributes = {
524
+ startColumn: {
525
+ role: "complementary",
526
+ name: "Products list",
527
+ },
528
+ midColumn: {
529
+ role: "main",
530
+ name: "Product information",
531
+ },
532
+ endColumn: {
533
+ role: "complementary",
534
+ name: "Product detailed information",
535
+ },
536
+ startArrowLeft: {
537
+ name: "Collapse products list",
538
+ },
539
+ startArrowRight: {
540
+ name: "Expand products list",
541
+ },
542
+ endArrowLeft: {
543
+ name: "Expand product detailed information",
544
+ },
545
+ endArrowRight: {
546
+ name: "Collapse product detailed information",
547
+ },
548
+ startArrowContainer: {
549
+ role: "navigation",
550
+ name: "Start Arrow Container",
551
+ },
552
+ endArrowContainer: {
553
+ role: "navigation",
554
+ name: "End Arrow Container",
555
+ },
556
+ };
557
+ ```
558
+
559
+ ShellBar's `accessibilityTexts` and `accessibilityRoles` properties are removed. If you have previously used the `accessibilityTexts` or `accessibilityRoles` properties:
560
+ ```js
561
+ shellbar.accessibilityTexts = {
562
+ profileButtonTitle: "John Dow",
563
+ logoTitle: "Custom logo title",
564
+ }
565
+
566
+ shellbar.accessibilityRoles = {
567
+ logoRole: "link"
568
+ };
569
+ ```
570
+ Now use `accessibilityAttributes` instead:
571
+ ```js
572
+ shellbar.accessibilityAttributes = {
573
+ profile: {
574
+ name: "John Dow",
575
+ },
576
+ logo: {
577
+ role: "link"
578
+ name: "Custom logo title"
579
+ },
580
+ };
581
+ ```
582
+
583
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
584
+
585
+
586
+ * If you previously used ValueState.Warning, ValueState.Error or ValueState.Success, start using ValueState.Critical, ValueState.Negative and ValueState.Positive respectively.
587
+ All components with valueState property are also affected. For example:
588
+ ```html
589
+ <ui5-input value-state="Success"></ui5-input>
590
+ <ui5-input value-state="Warning"></ui5-input>
591
+ <ui5-input value-state="Error"></ui5-input>
592
+ ```
593
+ ```html
594
+ <ui5-input value-state="Positive"></ui5-input>
595
+ <ui5-input value-state="Critical"></ui5-input>
596
+ <ui5-input value-state="Negative"></ui5-input>
597
+ ```
598
+
599
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
600
+ * **theming:** Remove SAP Belize theme
601
+ * **Icons:** UI5 Web Components Icons now export `getPathData` (function) instead of `pathData` (string)
602
+
603
+ If you used icons like this:
604
+
605
+ ```js
606
+ import "@ui5/webcomponents-icons/dist/accept.js";
607
+ ```
608
+
609
+ or like this:
610
+
611
+ ```js
612
+ import accept from "@ui5/webcomponents-icons/dist/accept.js";
613
+ ```
614
+
615
+ **there is no change and no adaptations are required**.
616
+
617
+ In the rare case you imported `pathData` from icons, for example:
618
+
619
+ ```js
620
+ import { pathData, ltr, accData } from "@ui5/webcomponents-icons/dist/accept.js";
621
+ console.log(pathData); // String containing the SVG path
622
+ ```
623
+
624
+ you must change your code to, for example:
625
+
626
+ ```js
627
+ import { getPathData, ltr, accData } from "@ui5/webcomponents-icons/dist/accept.js";
628
+ getPathData().then(pathData => {
629
+ console.log(pathData); // String containing the SVG path
630
+ });
631
+ ```
632
+
633
+
634
+
635
+
636
+
637
+ # [2.0.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-04-18)
638
+
639
+
640
+ ### Bug Fixes
641
+
642
+ * **u5-dialog:** soft keyboard is correctly opened on iOS devices ([#8583](https://github.com/SAP/ui5-webcomponents/issues/8583)) ([6cf1d74](https://github.com/SAP/ui5-webcomponents/commit/6cf1d746e59352430d0d086cf0814dc7ce7fdb9c))
643
+ * **ui5-popover:** fix popover going out of the viewport ([#8735](https://github.com/SAP/ui5-webcomponents/issues/8735)) ([bca8f2a](https://github.com/SAP/ui5-webcomponents/commit/bca8f2a3ff15d002ce778bf85e1d2dd8da789059))
644
+
645
+
646
+ ### Features
647
+
648
+ * **ui5-li:** add support for F2 key ([#8619](https://github.com/SAP/ui5-webcomponents/issues/8619)) ([24c3807](https://github.com/SAP/ui5-webcomponents/commit/24c380758f88b3f66dce46e2f57297634b42a85a)), closes [#7736](https://github.com/SAP/ui5-webcomponents/issues/7736)
649
+
650
+
651
+
652
+
653
+
654
+ # [2.0.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2024-04-11)
655
+
656
+
657
+ ### Bug Fixes
658
+
659
+ * decorators stop searching for accessors when reaching HTMLElement ([#8718](https://github.com/SAP/ui5-webcomponents/issues/8718)) ([dbc48cd](https://github.com/SAP/ui5-webcomponents/commit/dbc48cd14d01681a8ec53c268eca3187056aa2b4))
660
+
661
+
662
+ ### Features
663
+
664
+ * add shadowRootOptions for [@custom](https://github.com/custom)Element decorator ([#8703](https://github.com/SAP/ui5-webcomponents/issues/8703)) ([7168dc2](https://github.com/SAP/ui5-webcomponents/commit/7168dc297f411d9b5d64127a47e2361f17442439))
665
+
666
+
667
+
668
+
669
+
670
+ # [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0...v2.0.0-rc.0) (2024-04-09)
671
+
672
+
673
+ ### chore
674
+
675
+ * bring release-2.0 to main ([#8651](https://github.com/SAP/ui5-webcomponents/issues/8651)) ([69271c9](https://github.com/SAP/ui5-webcomponents/commit/69271c9468c7dd54f90710fc4613ae0a79f85cef)), closes [#8494](https://github.com/SAP/ui5-webcomponents/issues/8494) [#8496](https://github.com/SAP/ui5-webcomponents/issues/8496) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8497](https://github.com/SAP/ui5-webcomponents/issues/8497) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8504](https://github.com/SAP/ui5-webcomponents/issues/8504) [#8509](https://github.com/SAP/ui5-webcomponents/issues/8509) [#8507](https://github.com/SAP/ui5-webcomponents/issues/8507) [#8511](https://github.com/SAP/ui5-webcomponents/issues/8511) [#8501](https://github.com/SAP/ui5-webcomponents/issues/8501) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8503](https://github.com/SAP/ui5-webcomponents/issues/8503) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8506](https://github.com/SAP/ui5-webcomponents/issues/8506) [#8502](https://github.com/SAP/ui5-webcomponents/issues/8502) [#8524](https://github.com/SAP/ui5-webcomponents/issues/8524) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8525](https://github.com/SAP/ui5-webcomponents/issues/8525) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8518](https://github.com/SAP/ui5-webcomponents/issues/8518) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8526](https://github.com/SAP/ui5-webcomponents/issues/8526) [#8529](https://github.com/SAP/ui5-webcomponents/issues/8529) [#8528](https://github.com/SAP/ui5-webcomponents/issues/8528) [#8531](https://github.com/SAP/ui5-webcomponents/issues/8531) [#8532](https://github.com/SAP/ui5-webcomponents/issues/8532) [#8534](https://github.com/SAP/ui5-webcomponents/issues/8534) [#8163](https://github.com/SAP/ui5-webcomponents/issues/8163) [#8527](https://github.com/SAP/ui5-webcomponents/issues/8527) [#8538](https://github.com/SAP/ui5-webcomponents/issues/8538) [#8521](https://github.com/SAP/ui5-webcomponents/issues/8521) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8542](https://github.com/SAP/ui5-webcomponents/issues/8542) [#8461](https://github.com/SAP/ui5-webcomponents/issues/8461) [#8548](https://github.com/SAP/ui5-webcomponents/issues/8548) [#8555](https://github.com/SAP/ui5-webcomponents/issues/8555) [#8559](https://github.com/SAP/ui5-webcomponents/issues/8559) [#8565](https://github.com/SAP/ui5-webcomponents/issues/8565) [#8570](https://github.com/SAP/ui5-webcomponents/issues/8570) [#8558](https://github.com/SAP/ui5-webcomponents/issues/8558) [#8568](https://github.com/SAP/ui5-webcomponents/issues/8568) [#8596](https://github.com/SAP/ui5-webcomponents/issues/8596) [#8192](https://github.com/SAP/ui5-webcomponents/issues/8192) [#8606](https://github.com/SAP/ui5-webcomponents/issues/8606) [#8605](https://github.com/SAP/ui5-webcomponents/issues/8605) [#8600](https://github.com/SAP/ui5-webcomponents/issues/8600) [#8602](https://github.com/SAP/ui5-webcomponents/issues/8602) [#8593](https://github.com/SAP/ui5-webcomponents/issues/8593)
676
+
677
+
678
+ ### BREAKING CHANGES
679
+
680
+ * "Device#isIE" method has been removed and no longer available
681
+
682
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
683
+ * Removed the `CSP.js` module and the creation of `<style>` and `<link>` tags, as all browsers now support adoptedStyleSheets. The following APIs are not available any more and should not be used:
684
+ ```ts
685
+ import { setUseLinks } from "@ui5/webcomponents-base/dist/CSP.js"
686
+ import { setPackageCSSRoot } from "@ui5/webcomponents-base/dist/CSP.js"
687
+ import { setPreloadLinks } from "@ui5/webcomponents-base/dist/CSP.js"
688
+ ```
689
+ * Removed the `ICardHeader` interface. If you previously used the interface
690
+ ```ts
691
+ import type { ICardHeader } from "@ui5/webcomponents-base/dist/Card.js"
692
+ ```
693
+ Use the CardHeader type instead:
694
+ ```ts
695
+ import type CardHeader from "@ui5/webcomponents-base/dist/CardHeader.js"
696
+ ```
697
+ * Removed the `IUploadCollectionItem` interface. If you previously used the interface:
698
+ ```js
699
+ import type { IUploadCollectionItem} from "@ui5/webcomponents-fiori/dist/UploadCollection.js"
700
+ ```
701
+ Use the `UploadCollectionItem` type instead:
702
+ ```js
703
+ import type UploadCollectionItem from "@ui5/webcomponents-fiori/dist/UploadCollectionItem.js"
704
+ ```
705
+
706
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
707
+ * The `size` property now accepts different values. If you previously used it like:
708
+ ```html
709
+ <ui5-busy-indicator size="Small"></ui5-busy-indicator>
710
+ ```
711
+ Now use the new values instead:
712
+ ```html
713
+ <ui5-busy-indicator size="S"></ui5-busy-indicator>
714
+ ```
715
+
716
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
717
+ * The `status` property and its shadow part have been renamed. If you previously used them:
718
+ ```html
719
+ <style>
720
+ .cardHeader::part(status) { ... }
721
+ </style>
722
+ <ui5-card-header status="3 of 10"></ui5-popover>
723
+ ```
724
+ Now use `additionalText` instead:
725
+ ```html
726
+ <style>
727
+ .cardHeader::part(additional-text) { ... }
728
+ </style>
729
+ <ui5-card-header class="cardHeader" additional-text="3 of 10"></ui5-card-header>
730
+ ```
731
+
732
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
733
+ * The `pageIndicatorStyle` no longer exists. If you previously used it like:
734
+ ```html
735
+ <ui5-carousel page-indicator-style="Numeric"></ui5-carousel>
736
+ ```
737
+ Now you should use `pageIndicatorType` instead:
738
+ ```html
739
+ <ui5-carousel page-indicator-type="Numeric"></ui5-carousel>
740
+ ```
741
+
742
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
743
+ * Removed `UI5Element#render` method in favour of `UI5Element#renderer`. If you previously used "render"
744
+ ```js
745
+ class MyClass extends UI5Element {
746
+ static get render() {
747
+ return litRenderer;
748
+ }
749
+ }
750
+ ```
751
+ start using "renderer"
752
+ ```ts
753
+ class MyClass extends UI5Element {
754
+ static get renderer() {
755
+ return litRenderer;
756
+ }
757
+ }
758
+ ```
759
+ * Remove JavaScript template option from @ui5/create-webcomponents-package
760
+ Previously `npm init @ui5/webcomponents-package` used to create JS-based project, however now it will be TypeScript-based project.
761
+ If you previously used `npm init @ui5/webcomponents-package --enable-typescript` to create TypeScript-based project, now it's by default, e.g `npm init @ui5/webcomponents-package` and `--enable-typescript` is removed.
762
+ * The `Left` and `Right` options option have been renamed. If you previously used them to set the placement or the alignment of the popover:
763
+ ```html
764
+ <ui5-popover horizontal-align="Left" placement-type="Left"></ui5-popover>
765
+ ```
766
+ Now use `Start` or `End` instead:
767
+ ```html
768
+ <ui5-popover horizontal-align="Start" placement-type="Start"></ui5-popover>
769
+ ```
770
+
771
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
772
+
773
+ * docs: deploy v2 preview
774
+ * Remove `soccor` icon. Use `soccer` instead.
775
+ * Remove `add-polygone` icon. Use `add-polygon` instead.
776
+ * The JSDoc plugin has been removed, and the generation of api.json has stopped. If you previously relied on the `ui5-package/dist/api.json file`, you can now use `ui5-package/dist/custom-elements.json`
777
+ * All Assets-static.js modules are removed. If you previously imported any Assets-static.js module from any package:
778
+ ```ts
779
+ import "@ui5/webcomponents/dist/Assets-static.js";
780
+ import "@ui5/webcomponents-icons/dist/Assets-static.js"
781
+ ```
782
+ use the dynamic equivalent of it:
783
+ ```ts
784
+ import "@ui5/webcomponents/dist/Assets.js";
785
+ import "@ui5/webcomponents-icons/dist/Assets.js"
786
+ ```
787
+
788
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
789
+ * The event `selected-dates-change ` is renamed to `selection-change`. In addition the event details
790
+ `values` and `dates` are renamed to `selectedValues` and `selectedDateValues`. If you previously used the Calendar event as follows:
791
+ ```ts
792
+ myCalendar.addEventListener("selected-dates-change", () => {
793
+ const values = e.detail.values;
794
+ const dates = e.detail.dates;
795
+ })
796
+ ```
797
+ Now you have to use the new event name and details:
798
+ ```ts
799
+ myCalendar.addEventListener("selection-change", () => {
800
+ const values = event.detail.selectedValues;
801
+ const dates = event.detail.selectedDateValues;
802
+ })
803
+ ```
804
+
805
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
806
+ * The property `color` is renamed to `value`. If you previously used the change event of the ColorPicker as follows:
807
+ ```html
808
+ <ui5-color-picker color="red"></ui5-color-picker>
809
+ ```
810
+ Now you have to use it like this:
811
+ ```html
812
+ <ui5-color-picker value="red"></ui5-color-picker>
813
+ ```
814
+
815
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
816
+ * JavaScript projects may not function properly with the tools package.
817
+ * The `openPopover` and `showAt` methods are removed in favor of `open` and `opener` properties. If you previously used the imperative API:
818
+ ```js
819
+ button.addEventListener("click", function(event) {
820
+ colorPalettePopover.showAt(this);
821
+ });
822
+ ```
823
+ Now the declarative API should be used instead:
824
+ ```html
825
+ <ui5-button id="opener">Open</ui5-button>
826
+ <ui5-color-palette-popover opener="opener">
827
+ ```
828
+ ```js
829
+ button.addEventListener("click", function(event) {
830
+ colorPalettePopover.open = !colorPalettePopover.open;
831
+ });
832
+ ```
833
+ * The `ui5-bar` component is now in `main` library. If you previously imported the `ui5-bar` from `fiori`:
834
+ ```ts
835
+ import "@ui5/webcomponents-fiori/dist/Bar.js;
836
+ ```
837
+ Now, import the `ui5-bar` from `main`:
838
+ ```ts
839
+ import "@ui5/webcomponents/dist/Bar.js";
840
+ ```
841
+
842
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
843
+ * If you have previously used:
844
+ ```html
845
+ <ui5-tab id="nestedTab" slot="subTabs"></ui5-tab>
846
+ ```
847
+ Now use:
848
+ ```html
849
+ <ui5-tab id="nestedTab" slot="items"></ui5-tab>
850
+ ```
851
+
852
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
853
+ * If you have previously used:
854
+ ```html
855
+ <ui5-tabcontainer tabs-overflow-mode="StartAndEnd"></ui5-tabcontainer>
856
+ ```
857
+ Now use:
858
+ ```html
859
+ <ui5-tabcontainer overflow-mode="StartAndEnd"></ui5-tabcontainer>
860
+ ```
861
+
862
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
863
+ * If you previously imported `TabContainerBackgroundDesign`, use `BackgroundDesign` instead.
864
+
865
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
866
+ * The showOverflow property is removed. If previously you have used:
867
+ ```html
868
+ <ui5-tabcontainer show-overflow></ui5-tabcontainer>
869
+ ```
870
+ now use the overflowButton slot:
871
+ ```html
872
+ <ui5-tabcontainer>
873
+ <ui5-button slot="startOverflowButton" id="startOverflowButton">Start</ui5-button>
874
+ <ui5-button slot="overflowButton" id="endOverflowButton">End</ui5-button>
875
+ </ui5-tabcontainer>
876
+ ```
877
+
878
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
879
+ * The `placementType` property and the `PopoverPlacementType` enum have been renamed.
880
+ If you have previously used the `placementType` property and the `PopoverPlacementType`
881
+ ```html
882
+ <ui5-popover placement-type="Bottom"></ui5-popover>
883
+ ```
884
+ ```js
885
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacementType.js";
886
+ ```
887
+ Now use `placement` instead:
888
+ ```html
889
+ <ui5-placement="Bottom"></ui5-popover>
890
+ ```
891
+ ```js
892
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacement.js";
893
+ ```
894
+
895
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
896
+ * The `size` property of the `ui5--illustrated-message` is renamed to `design`.
897
+ If you have previously used the `size` property:
898
+ ```html
899
+ <ui5-illustrated-message size="Dialog">
900
+ ```
901
+ Now use `design` instead:
902
+ ```html
903
+ <ui5-illustrated-message design="Dialog">
904
+
905
+ ```
906
+
907
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
908
+ * The `separator-style` property is renamed to `separators` and the `BreadcrumbsSeparatorStyle` enum is renamed to `BreadcrumbsSeparator`.
909
+ If you have previously used the `separator-style` property:
910
+ ```html
911
+ <ui5-breadcrumbs separator-style="Slash">
912
+ ```
913
+ Now use `separators` instead:
914
+ ```html
915
+ <ui5-breadcrumbs separators="Slash">
916
+ ```
917
+
918
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
919
+ * The `disabled` property of the `ui5-option` is removed.
920
+ If you have previously used the `disabled` property:
921
+ ```html
922
+ <ui5-option disabled>Option</ui5-option>
923
+ ```
924
+ it will no longer work for the component.
925
+
926
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
927
+ * You can no longer import and implement the `ITab` interface. TabContainer is designed to work only with Tab and TabSeparator classes, so the interface was obsolete.
928
+
929
+
930
+
931
+
932
+
933
+ # [1.24.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.4...v1.24.0) (2024-04-04)
934
+
935
+ **Note:** Version bump only for package @ui5/webcomponents-base
936
+
937
+
938
+
939
+
940
+
941
+ # [1.24.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.3...v1.24.0-rc.4) (2024-04-04)
942
+
943
+
944
+ ### Features
945
+
946
+ * enable property decorator for property accessors ([#8587](https://github.com/SAP/ui5-webcomponents/issues/8587)) ([12b6f1a](https://github.com/SAP/ui5-webcomponents/commit/12b6f1a7611bba909dd54ab5ee4549fde2173e6a))
947
+
948
+
949
+
950
+
951
+
952
+ # [1.24.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.2...v1.24.0-rc.3) (2024-03-28)
953
+
954
+
955
+ ### Features
956
+
957
+ * **framework:** support sr, mk, cnr locales ([#8534](https://github.com/SAP/ui5-webcomponents/issues/8534)) ([5b410d6](https://github.com/SAP/ui5-webcomponents/commit/5b410d65267e79d4420b1a6d6788db6495abc962)), closes [#8163](https://github.com/SAP/ui5-webcomponents/issues/8163)
958
+
959
+
960
+
961
+
962
+
963
+ # [1.24.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.1...v1.24.0-rc.2) (2024-03-21)
964
+
965
+
966
+ ### Bug Fixes
967
+
968
+ * wrong import in base package module index ([#8464](https://github.com/SAP/ui5-webcomponents/issues/8464)) ([2dff60f](https://github.com/SAP/ui5-webcomponents/commit/2dff60fdb131802d532defc210c121ac04e8110d))
969
+
970
+
971
+
972
+
973
+
974
+ # [1.24.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.0...v1.24.0-rc.1) (2024-03-15)
975
+
976
+
977
+ ### Features
978
+
979
+ * **ui5-tabcontainer, ui5-list:** add events for reordering items by mouse ([#8265](https://github.com/SAP/ui5-webcomponents/issues/8265)) ([c4383ea](https://github.com/SAP/ui5-webcomponents/commit/c4383eaaa3b5588658f13a9c468d778e9c6abf57))
980
+
981
+
982
+
983
+
984
+
985
+ # [1.24.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1...v1.24.0-rc.0) (2024-03-14)
986
+
987
+ **Note:** Version bump only for package @ui5/webcomponents-base
988
+
989
+
990
+
991
+
992
+
993
+ ## [1.23.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1-rc.0...v1.23.1) (2024-03-08)
994
+
995
+ **Note:** Version bump only for package @ui5/webcomponents-base
996
+
997
+
998
+
999
+
1000
+
1001
+ ## [1.23.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0...v1.23.1-rc.0) (2024-03-07)
1002
+
1003
+ **Note:** Version bump only for package @ui5/webcomponents-base
1004
+
1005
+
1006
+
1007
+
1008
+
1009
+ # [1.23.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.5...v1.23.0) (2024-03-06)
1010
+
1011
+
1012
+ ### Features
1013
+
1014
+ * **ui5-illustrated-message:** introduced "Dot" size ([#8343](https://github.com/SAP/ui5-webcomponents/issues/8343)) ([9c88f36](https://github.com/SAP/ui5-webcomponents/commit/9c88f36112888c1a766875611eb2a0aecbbc6f23)), closes [#8328](https://github.com/SAP/ui5-webcomponents/issues/8328)
1015
+
1016
+
1017
+
1018
+
1019
+
1020
+ # [1.23.0-rc.5](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.4...v1.23.0-rc.5) (2024-02-29)
1021
+
1022
+
1023
+ ### Bug Fixes
1024
+
1025
+ * remove sap.ui.require call from unused openui5 module ([#8359](https://github.com/SAP/ui5-webcomponents/issues/8359)) ([50219ac](https://github.com/SAP/ui5-webcomponents/commit/50219ac23add7b86fe26d8ca51e2181f01404992))
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+ # [1.23.0-rc.4](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.3...v1.23.0-rc.4) (2024-02-26)
1032
+
1033
+ **Note:** Version bump only for package @ui5/webcomponents-base
1034
+
1035
+
1036
+
1037
+
1038
+
1039
+ # [1.23.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.2...v1.23.0-rc.3) (2024-02-22)
1040
+
1041
+ **Note:** Version bump only for package @ui5/webcomponents-base
1042
+
1043
+
1044
+
1045
+
1046
+
1047
+ # [1.23.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.1...v1.23.0-rc.2) (2024-02-20)
1048
+
1049
+ **Note:** Version bump only for package @ui5/webcomponents-base
1050
+
1051
+
1052
+
1053
+
1054
+
1055
+ # [1.23.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.0...v1.23.0-rc.1) (2024-02-19)
1056
+
1057
+ **Note:** Version bump only for package @ui5/webcomponents-base
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+ # [1.23.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.1-rc.0...v1.23.0-rc.0) (2024-02-15)
1064
+
1065
+
1066
+ ### Bug Fixes
1067
+
1068
+ * setting configuration before boot ([#8246](https://github.com/SAP/ui5-webcomponents/issues/8246)) ([d73834b](https://github.com/SAP/ui5-webcomponents/commit/d73834bd06516d5f663f14ecb516e92624191300))
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+ ## [1.22.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0...v1.22.1-rc.0) (2024-02-08)
1075
+
1076
+ **Note:** Version bump only for package @ui5/webcomponents-base
1077
+
1078
+
1079
+
1080
+
1081
+
1082
+ # [1.22.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.3...v1.22.0) (2024-02-05)
1083
+
1084
+ **Note:** Version bump only for package @ui5/webcomponents-base
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+ # [1.22.0-rc.3](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.2...v1.22.0-rc.3) (2024-02-01)
1091
+
1092
+
1093
+ ### Bug Fixes
1094
+
1095
+ * build ([#8191](https://github.com/SAP/ui5-webcomponents/issues/8191)) ([5af9560](https://github.com/SAP/ui5-webcomponents/commit/5af956088195cd4de81f9c1ec82f1b937b3498aa))
1096
+ * **framework:** property with empty object as default value ([#8215](https://github.com/SAP/ui5-webcomponents/issues/8215)) ([b4e1eba](https://github.com/SAP/ui5-webcomponents/commit/b4e1ebae03a5ea87567ffc07516bb76a36d6734a))
1097
+ * release build ([#8222](https://github.com/SAP/ui5-webcomponents/issues/8222)) ([27042ac](https://github.com/SAP/ui5-webcomponents/commit/27042ac90443dea8d5900d1c5bfa5bc93d365da0))
1098
+
1099
+
1100
+ ### Features
1101
+
1102
+ * add dom shim so importing components in SSR works ([#8184](https://github.com/SAP/ui5-webcomponents/issues/8184)) ([ca49674](https://github.com/SAP/ui5-webcomponents/commit/ca49674e046bd74842100245db2cea61d53e2df0))
1103
+
1104
+
1105
+
1106
+
1107
+
1108
+ # [1.22.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.1...v1.22.0-rc.2) (2024-01-25)
1109
+
1110
+ **Note:** Version bump only for package @ui5/webcomponents-base
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+ # [1.22.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.0...v1.22.0-rc.1) (2024-01-18)
1117
+
1118
+
1119
+ ### Features
1120
+
1121
+ * **illustration:** use illustration name as default module export ([#8074](https://github.com/SAP/ui5-webcomponents/issues/8074)) ([a9c0705](https://github.com/SAP/ui5-webcomponents/commit/a9c07055d4e06e4d1f69b7a2a48b36eb77fae4aa))
1122
+
1123
+
1124
+
1125
+
1126
+
1127
+ # [1.22.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0...v1.22.0-rc.0) (2024-01-11)
1128
+
1129
+ **Note:** Version bump only for package @ui5/webcomponents-base
1130
+
1131
+
1132
+
1133
+
1134
+
1135
+ # [1.21.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.5...v1.21.0) (2024-01-05)
1136
+
1137
+ **Note:** Version bump only for package @ui5/webcomponents-base
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+ # [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)
1144
+
1145
+ **Note:** Version bump only for package @ui5/webcomponents-base
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+ # [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)
1152
+
1153
+ **Note:** Version bump only for package @ui5/webcomponents-base
1154
+
1155
+
1156
+
1157
+
1158
+
1159
+ # [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)
1160
+
1161
+ **Note:** Version bump only for package @ui5/webcomponents-base
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+ # [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)
1168
+
1169
+
1170
+ ### Bug Fixes
1171
+
1172
+ * **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)
1173
+
1174
+
1175
+
1176
+
1177
+
1178
+ # [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)
1179
+
1180
+
1181
+ ### Bug Fixes
1182
+
1183
+ * **infra:** release commands ([#7978](https://github.com/SAP/ui5-webcomponents/issues/7978)) ([b0e653c](https://github.com/SAP/ui5-webcomponents/commit/b0e653cf911cc0ffe5fb5dcbd50a7c238f20f33d))
1184
+
1185
+
1186
+
1187
+
1188
+
1189
+ # [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07)
1190
+
1191
+
1192
+ ### Bug Fixes
1193
+
1194
+ * **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))
1195
+
1196
+
1197
+
1198
+
1199
+
1200
+ # [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
1201
+
1202
+
1203
+ ### Bug Fixes
1204
+
1205
+ * **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)
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+ # [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)
1212
+
1213
+
1214
+ ### Bug Fixes
1215
+
1216
+ * **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)
1217
+
1218
+
1219
+ ### Features
1220
+
1221
+ * 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)
1222
+ * register custom theme properties ([#7750](https://github.com/SAP/ui5-webcomponents/issues/7750)) ([c6c04c6](https://github.com/SAP/ui5-webcomponents/commit/c6c04c609d82a7442bdf79ef5bba46a406859a27))
1223
+
1224
+
1225
+
1226
+
1227
+
1228
+ # [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)
1229
+
1230
+
1231
+ ### Bug Fixes
1232
+
1233
+ * **framework:** redundant fonts loading ([#7868](https://github.com/SAP/ui5-webcomponents/issues/7868)) ([87535f1](https://github.com/SAP/ui5-webcomponents/commit/87535f1ba30b85d3c1c718451a89f0121e441338))
1234
+ * 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))
1235
+
1236
+
1237
+
1238
+
1239
+
1240
+ # [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)
1241
+
1242
+ **Note:** Version bump only for package @ui5/webcomponents-base
1243
+
1244
+
1245
+
1246
+
1247
+
1248
+ # [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09)
1249
+
1250
+
1251
+ ### Bug Fixes
1252
+
1253
+ * **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))
1254
+
1255
+
1256
+ ### Features
1257
+
1258
+ * **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))
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+ # [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02)
1265
+
1266
+ **Note:** Version bump only for package @ui5/webcomponents-base
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+ # [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)
1273
+
1274
+
1275
+ ### Bug Fixes
1276
+
1277
+ * **framework:** use correct customElements registry ([#7760](https://github.com/SAP/ui5-webcomponents/issues/7760)) ([288f6d4](https://github.com/SAP/ui5-webcomponents/commit/288f6d4d6cee9dccf1c64fa12b3ead2920c6c08a))
1278
+
1279
+
1280
+ ### Features
1281
+
1282
+ * **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))
1283
+
1284
+
1285
+
1286
+
1287
+
1288
+ # [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)
1289
+
1290
+
1291
+ ### Bug Fixes
1292
+
1293
+ * **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)
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+ # [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)
1300
+
1301
+
1302
+ ### Features
1303
+
1304
+ * 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))
1305
+
1306
+
1307
+
1308
+
1309
+
1310
+ # [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)
1311
+
1312
+ **Note:** Version bump only for package @ui5/webcomponents-base
1313
+
1314
+
1315
+
1316
+
1317
+
1318
+ ## [1.18.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0...v1.18.1-rc.0) (2023-10-05)
1319
+
1320
+
1321
+ ### Bug Fixes
1322
+
1323
+ * **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))
1324
+
1325
+
1326
+
1327
+
1328
+
1329
+ # [1.18.0](https://github.com/SAP/ui5-webcomponents/compare/v1.18.0-rc.2...v1.18.0) (2023-10-02)
1330
+
1331
+ **Note:** Version bump only for package @ui5/webcomponents-base
1332
+
1333
+
1334
+
1335
+
1336
+
6
1337
  # [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)
7
1338
 
8
1339
  **Note:** Version bump only for package @ui5/webcomponents-base