@ui5/webcomponents-base 0.0.0-f24ff9019 → 0.0.0-f42e7c18c

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 (799) hide show
  1. package/CHANGELOG.md +1187 -0
  2. package/README.md +3 -14
  3. package/cypress/specs/Accessor.cy.ts +79 -0
  4. package/cypress/specs/Boot.cy.ts +23 -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.map +1 -1
  32. package/dist/CustomElementsScope.d.ts +2 -2
  33. package/dist/CustomElementsScopeUtils.js.map +1 -1
  34. package/dist/DOMObserver.js.map +1 -1
  35. package/dist/Device.d.ts +16 -2
  36. package/dist/Device.js +10 -14
  37. package/dist/Device.js.map +1 -1
  38. package/dist/EventProvider.js.map +1 -1
  39. package/dist/FeaturesRegistry.d.ts +13 -1
  40. package/dist/FeaturesRegistry.js +37 -1
  41. package/dist/FeaturesRegistry.js.map +1 -1
  42. package/dist/FontFace.js +6 -1
  43. package/dist/FontFace.js.map +1 -1
  44. package/dist/IgnoreCustomElements.d.ts +3 -5
  45. package/dist/IgnoreCustomElements.js +3 -5
  46. package/dist/IgnoreCustomElements.js.map +1 -1
  47. package/dist/InitialConfiguration.d.ts +9 -3
  48. package/dist/InitialConfiguration.js +26 -8
  49. package/dist/InitialConfiguration.js.map +1 -1
  50. package/dist/Keys.d.ts +4 -1
  51. package/dist/Keys.js +110 -106
  52. package/dist/Keys.js.map +1 -1
  53. package/dist/Location.d.ts +11 -0
  54. package/dist/Location.js +49 -0
  55. package/dist/Location.js.map +1 -0
  56. package/dist/ManagedStyles.d.ts +3 -2
  57. package/dist/ManagedStyles.js +41 -97
  58. package/dist/ManagedStyles.js.map +1 -1
  59. package/dist/MediaRange.d.ts +6 -12
  60. package/dist/MediaRange.js +21 -31
  61. package/dist/MediaRange.js.map +1 -1
  62. package/dist/PropertiesFileFormat.js.map +1 -1
  63. package/dist/Render.js.map +1 -1
  64. package/dist/RenderQueue.js.map +1 -1
  65. package/dist/Runtimes.js +11 -0
  66. package/dist/Runtimes.js.map +1 -1
  67. package/dist/SystemCSSVars.js.map +1 -1
  68. package/dist/UI5Element.d.ts +108 -75
  69. package/dist/UI5Element.js +396 -230
  70. package/dist/UI5Element.js.map +1 -1
  71. package/dist/UI5ElementMetadata.d.ts +41 -27
  72. package/dist/UI5ElementMetadata.js +34 -72
  73. package/dist/UI5ElementMetadata.js.map +1 -1
  74. package/dist/animations/AnimationQueue.js.map +1 -1
  75. package/dist/animations/animate.js.map +1 -1
  76. package/dist/animations/slideUp.js.map +1 -1
  77. package/dist/asset-registries/Icons.d.ts +1 -1
  78. package/dist/asset-registries/Icons.js +1 -1
  79. package/dist/asset-registries/Icons.js.map +1 -1
  80. package/dist/asset-registries/Illustrations.d.ts +1 -0
  81. package/dist/asset-registries/Illustrations.js +20 -28
  82. package/dist/asset-registries/Illustrations.js.map +1 -1
  83. package/dist/asset-registries/LocaleData.js +1 -1
  84. package/dist/asset-registries/LocaleData.js.map +1 -1
  85. package/dist/asset-registries/Themes.d.ts +4 -3
  86. package/dist/asset-registries/Themes.js +26 -10
  87. package/dist/asset-registries/Themes.js.map +1 -1
  88. package/dist/asset-registries/i18n.d.ts +2 -2
  89. package/dist/asset-registries/i18n.js +4 -3
  90. package/dist/asset-registries/i18n.js.map +1 -1
  91. package/dist/asset-registries/util/IconCollectionsAlias.js.map +1 -1
  92. package/dist/asset-registries/util/IconCollectionsByTheme.d.ts +1 -1
  93. package/dist/asset-registries/util/IconCollectionsByTheme.js +1 -1
  94. package/dist/asset-registries/util/IconCollectionsByTheme.js.map +1 -1
  95. package/dist/asset-registries/util/getIconCollectionByTheme.d.ts +3 -3
  96. package/dist/asset-registries/util/getIconCollectionByTheme.js +3 -3
  97. package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -1
  98. package/dist/config/AnimationMode.js +6 -1
  99. package/dist/config/AnimationMode.js.map +1 -1
  100. package/dist/config/CalendarType.js +5 -0
  101. package/dist/config/CalendarType.js.map +1 -1
  102. package/dist/config/ConfigurationReset.d.ts +4 -0
  103. package/dist/config/ConfigurationReset.js +11 -0
  104. package/dist/config/ConfigurationReset.js.map +1 -0
  105. package/dist/config/Fonts.d.ts +16 -0
  106. package/dist/config/Fonts.js +30 -0
  107. package/dist/config/Fonts.js.map +1 -0
  108. package/dist/config/FormatSettings.js +4 -0
  109. package/dist/config/FormatSettings.js.map +1 -1
  110. package/dist/config/Icons.d.ts +8 -8
  111. package/dist/config/Icons.js +7 -7
  112. package/dist/config/Icons.js.map +1 -1
  113. package/dist/config/Language.d.ts +1 -1
  114. package/dist/config/Language.js +11 -3
  115. package/dist/config/Language.js.map +1 -1
  116. package/dist/config/NoConflict.js +4 -0
  117. package/dist/config/NoConflict.js.map +1 -1
  118. package/dist/config/Theme.d.ts +4 -3
  119. package/dist/config/Theme.js +17 -6
  120. package/dist/config/Theme.js.map +1 -1
  121. package/dist/config/ThemeRoot.d.ts +2 -4
  122. package/dist/config/ThemeRoot.js +6 -4
  123. package/dist/config/ThemeRoot.js.map +1 -1
  124. package/dist/config/Timezone.d.ts +1 -1
  125. package/dist/config/Timezone.js +5 -1
  126. package/dist/config/Timezone.js.map +1 -1
  127. package/dist/config/Tooltips.d.ts +19 -0
  128. package/dist/config/Tooltips.js +29 -0
  129. package/dist/config/Tooltips.js.map +1 -0
  130. package/dist/connectToComponent.js.map +1 -1
  131. package/dist/converters/DOMReference.d.ts +5 -0
  132. package/dist/converters/DOMReference.js +13 -0
  133. package/dist/converters/DOMReference.js.map +1 -0
  134. package/dist/css/FontFace.css +13 -1
  135. package/dist/css/SystemCSSVars.css +0 -8
  136. package/dist/custom-elements-internal.json +2721 -0
  137. package/dist/custom-elements.json +2455 -0
  138. package/dist/decorators/bound.d.ts +1 -0
  139. package/dist/decorators/bound.js +34 -0
  140. package/dist/decorators/bound.js.map +1 -0
  141. package/dist/decorators/customElement.d.ts +5 -3
  142. package/dist/decorators/customElement.js +17 -6
  143. package/dist/decorators/customElement.js.map +1 -1
  144. package/dist/decorators/event-strict.d.ts +15 -0
  145. package/dist/decorators/event-strict.js +26 -0
  146. package/dist/decorators/event-strict.js.map +1 -0
  147. package/dist/decorators/event.d.ts +8 -2
  148. package/dist/decorators/event.js +3 -0
  149. package/dist/decorators/event.js.map +1 -1
  150. package/dist/decorators/i18n.d.ts +17 -0
  151. package/dist/decorators/i18n.js +26 -0
  152. package/dist/decorators/i18n.js.map +1 -0
  153. package/dist/decorators/property.d.ts +1 -1
  154. package/dist/decorators/property.js +1 -1
  155. package/dist/decorators/property.js.map +1 -1
  156. package/dist/decorators/query.d.ts +25 -0
  157. package/dist/decorators/query.js +32 -0
  158. package/dist/decorators/query.js.map +1 -0
  159. package/dist/decorators/queryAll.d.ts +27 -0
  160. package/dist/decorators/queryAll.js +34 -0
  161. package/dist/decorators/queryAll.js.map +1 -0
  162. package/dist/decorators/slot.d.ts +1 -1
  163. package/dist/decorators/slot.js.map +1 -1
  164. package/dist/decorators.d.ts +8 -0
  165. package/dist/decorators.js +9 -0
  166. package/dist/decorators.js.map +1 -0
  167. package/dist/delegate/ItemNavigation.d.ts +9 -8
  168. package/dist/delegate/ItemNavigation.js +11 -12
  169. package/dist/delegate/ItemNavigation.js.map +1 -1
  170. package/dist/delegate/ResizeHandler.d.ts +4 -6
  171. package/dist/delegate/ResizeHandler.js +4 -6
  172. package/dist/delegate/ResizeHandler.js.map +1 -1
  173. package/dist/delegate/ScrollEnablement.js +2 -2
  174. package/dist/delegate/ScrollEnablement.js.map +1 -1
  175. package/dist/features/F6Navigation.d.ts +3 -3
  176. package/dist/features/F6Navigation.js +27 -8
  177. package/dist/features/F6Navigation.js.map +1 -1
  178. package/dist/features/InputElementsFormSupport.d.ts +15 -0
  179. package/dist/features/InputElementsFormSupport.js +39 -0
  180. package/dist/features/InputElementsFormSupport.js.map +1 -0
  181. package/dist/features/LegacyDateFormats.js.map +1 -1
  182. package/dist/features/OpenUI5Enablement.d.ts +2 -2
  183. package/dist/features/OpenUI5Enablement.js.map +1 -1
  184. package/dist/features/OpenUI5Support.d.ts +1 -3
  185. package/dist/features/OpenUI5Support.js +11 -22
  186. package/dist/features/OpenUI5Support.js.map +1 -1
  187. package/dist/features/patchPatcher.d.ts +11 -0
  188. package/dist/features/patchPatcher.js +11 -0
  189. package/dist/features/patchPatcher.js.map +1 -0
  190. package/dist/features/patchPopup.d.ts +15 -0
  191. package/dist/features/patchPopup.js +61 -0
  192. package/dist/features/patchPopup.js.map +1 -0
  193. package/dist/generated/AssetParameters.d.ts +6 -0
  194. package/dist/generated/AssetParameters.js +3 -10
  195. package/dist/generated/AssetParameters.js.map +1 -0
  196. package/dist/generated/VersionInfo.d.ts +10 -0
  197. package/dist/generated/VersionInfo.js +9 -8
  198. package/dist/generated/VersionInfo.js.map +1 -0
  199. package/dist/generated/css/FontFace.css.js +1 -1
  200. package/dist/generated/css/FontFace.css.js.map +1 -1
  201. package/dist/generated/css/SystemCSSVars.css.js +1 -1
  202. package/dist/generated/css/SystemCSSVars.css.js.map +1 -1
  203. package/dist/getSharedResource.js.map +1 -1
  204. package/dist/i18nBundle.d.ts +1 -3
  205. package/dist/i18nBundle.js +1 -4
  206. package/dist/i18nBundle.js.map +1 -1
  207. package/dist/index.d.ts +8 -0
  208. package/dist/jsx-dev-runtime.d.ts +4 -0
  209. package/dist/jsx-dev-runtime.js +43 -0
  210. package/dist/jsx-dev-runtime.js.map +1 -0
  211. package/dist/jsx-runtime.d.ts +50 -0
  212. package/dist/jsx-runtime.js +27 -0
  213. package/dist/jsx-runtime.js.map +1 -0
  214. package/dist/jsx-utils.d.ts +3 -0
  215. package/dist/jsx-utils.js +40 -0
  216. package/dist/jsx-utils.js.map +1 -0
  217. package/dist/locale/Locale.js.map +1 -1
  218. package/dist/locale/applyDirection.d.ts +3 -2
  219. package/dist/locale/applyDirection.js +3 -2
  220. package/dist/locale/applyDirection.js.map +1 -1
  221. package/dist/locale/getEffectiveDir.d.ts +1 -1
  222. package/dist/locale/getEffectiveDir.js +3 -19
  223. package/dist/locale/getEffectiveDir.js.map +1 -1
  224. package/dist/locale/getLocale.js.map +1 -1
  225. package/dist/locale/nextFallbackLocale.js.map +1 -1
  226. package/dist/locale/normalizeLocale.js.map +1 -1
  227. package/dist/prod/AssetRegistry.js +2 -0
  228. package/dist/prod/AssetRegistry.js.map +7 -0
  229. package/dist/prod/Boot.js +2 -0
  230. package/dist/prod/Boot.js.map +7 -0
  231. package/dist/prod/CustomElementsRegistry.js +10 -0
  232. package/dist/prod/CustomElementsRegistry.js.map +7 -0
  233. package/dist/prod/CustomElementsScope.js +2 -0
  234. package/dist/prod/CustomElementsScope.js.map +7 -0
  235. package/dist/prod/CustomElementsScopeUtils.js +2 -0
  236. package/dist/prod/CustomElementsScopeUtils.js.map +7 -0
  237. package/dist/prod/DOMObserver.js +2 -0
  238. package/dist/prod/DOMObserver.js.map +7 -0
  239. package/dist/prod/Device.js +2 -0
  240. package/dist/prod/Device.js.map +7 -0
  241. package/dist/prod/EventProvider.js +2 -0
  242. package/dist/prod/EventProvider.js.map +7 -0
  243. package/dist/prod/FeaturesRegistry.js +2 -0
  244. package/dist/prod/FeaturesRegistry.js.map +7 -0
  245. package/dist/prod/FontFace.js +2 -0
  246. package/dist/prod/FontFace.js.map +7 -0
  247. package/dist/prod/IgnoreCustomElements.js +2 -0
  248. package/dist/prod/IgnoreCustomElements.js.map +7 -0
  249. package/dist/prod/InitialConfiguration.js +2 -0
  250. package/dist/prod/InitialConfiguration.js.map +7 -0
  251. package/dist/prod/Keys.js +2 -0
  252. package/dist/prod/Keys.js.map +7 -0
  253. package/dist/prod/Location.js +2 -0
  254. package/dist/prod/Location.js.map +7 -0
  255. package/dist/prod/ManagedStyles.js +2 -0
  256. package/dist/prod/ManagedStyles.js.map +7 -0
  257. package/dist/prod/MediaRange.js +2 -0
  258. package/dist/prod/MediaRange.js.map +7 -0
  259. package/dist/prod/PropertiesFileFormat.js +3 -0
  260. package/dist/prod/PropertiesFileFormat.js.map +7 -0
  261. package/dist/prod/Render.js +2 -0
  262. package/dist/prod/Render.js.map +7 -0
  263. package/dist/prod/RenderQueue.js +2 -0
  264. package/dist/prod/RenderQueue.js.map +7 -0
  265. package/dist/prod/Runtimes.js +2 -0
  266. package/dist/prod/Runtimes.js.map +7 -0
  267. package/dist/prod/SystemCSSVars.js +2 -0
  268. package/dist/prod/SystemCSSVars.js.map +7 -0
  269. package/dist/prod/Theming.js +2 -0
  270. package/dist/prod/Theming.js.map +7 -0
  271. package/dist/prod/UI5Element.js +2 -0
  272. package/dist/prod/UI5Element.js.map +7 -0
  273. package/dist/prod/UI5ElementMetadata.js +2 -0
  274. package/dist/prod/UI5ElementMetadata.js.map +7 -0
  275. package/dist/prod/animations/AnimationQueue.js +2 -0
  276. package/dist/prod/animations/AnimationQueue.js.map +7 -0
  277. package/dist/prod/animations/animate.js +2 -0
  278. package/dist/prod/animations/animate.js.map +7 -0
  279. package/dist/prod/animations/scroll.js +2 -0
  280. package/dist/prod/animations/scroll.js.map +7 -0
  281. package/dist/prod/animations/slideDown.js +2 -0
  282. package/dist/prod/animations/slideDown.js.map +7 -0
  283. package/dist/prod/animations/slideUp.js +2 -0
  284. package/dist/prod/animations/slideUp.js.map +7 -0
  285. package/dist/prod/asset-registries/Icons.js +2 -0
  286. package/dist/prod/asset-registries/Icons.js.map +7 -0
  287. package/dist/prod/asset-registries/Illustrations.js +2 -0
  288. package/dist/prod/asset-registries/Illustrations.js.map +7 -0
  289. package/dist/prod/asset-registries/LocaleData.js +2 -0
  290. package/dist/prod/asset-registries/LocaleData.js.map +7 -0
  291. package/dist/prod/asset-registries/Themes.js +2 -0
  292. package/dist/prod/asset-registries/Themes.js.map +7 -0
  293. package/dist/prod/asset-registries/i18n.js +2 -0
  294. package/dist/prod/asset-registries/i18n.js.map +7 -0
  295. package/dist/prod/asset-registries/util/IconCollectionsAlias.js +2 -0
  296. package/dist/prod/asset-registries/util/IconCollectionsAlias.js.map +7 -0
  297. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js +2 -0
  298. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js.map +7 -0
  299. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js +2 -0
  300. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js.map +7 -0
  301. package/dist/prod/config/AnimationMode.js +2 -0
  302. package/dist/prod/config/AnimationMode.js.map +7 -0
  303. package/dist/prod/config/CalendarType.js +2 -0
  304. package/dist/prod/config/CalendarType.js.map +7 -0
  305. package/dist/prod/config/ConfigurationReset.js +2 -0
  306. package/dist/prod/config/ConfigurationReset.js.map +7 -0
  307. package/dist/prod/config/Fonts.js +2 -0
  308. package/dist/prod/config/Fonts.js.map +7 -0
  309. package/dist/prod/config/FormatSettings.js +2 -0
  310. package/dist/prod/config/FormatSettings.js.map +7 -0
  311. package/dist/prod/config/Icons.js +2 -0
  312. package/dist/prod/config/Icons.js.map +7 -0
  313. package/dist/prod/config/Language.js +2 -0
  314. package/dist/prod/config/Language.js.map +7 -0
  315. package/dist/prod/config/NoConflict.js +2 -0
  316. package/dist/prod/config/NoConflict.js.map +7 -0
  317. package/dist/prod/config/Theme.js +2 -0
  318. package/dist/prod/config/Theme.js.map +7 -0
  319. package/dist/prod/config/ThemeRoot.js +2 -0
  320. package/dist/prod/config/ThemeRoot.js.map +7 -0
  321. package/dist/prod/config/Timezone.js +2 -0
  322. package/dist/prod/config/Timezone.js.map +7 -0
  323. package/dist/prod/config/Tooltips.js +2 -0
  324. package/dist/prod/config/Tooltips.js.map +7 -0
  325. package/dist/prod/connectToComponent.js +2 -0
  326. package/dist/prod/connectToComponent.js.map +7 -0
  327. package/dist/prod/converters/DOMReference.js +2 -0
  328. package/dist/prod/converters/DOMReference.js.map +7 -0
  329. package/dist/prod/decorators/bound.js +2 -0
  330. package/dist/prod/decorators/bound.js.map +7 -0
  331. package/dist/prod/decorators/customElement.js +2 -0
  332. package/dist/prod/decorators/customElement.js.map +7 -0
  333. package/dist/prod/decorators/event-strict.js +2 -0
  334. package/dist/prod/decorators/event-strict.js.map +7 -0
  335. package/dist/prod/decorators/event.js +2 -0
  336. package/dist/prod/decorators/event.js.map +7 -0
  337. package/dist/prod/decorators/i18n.js +2 -0
  338. package/dist/prod/decorators/i18n.js.map +7 -0
  339. package/dist/prod/decorators/property.js +2 -0
  340. package/dist/prod/decorators/property.js.map +7 -0
  341. package/dist/prod/decorators/query.js +2 -0
  342. package/dist/prod/decorators/query.js.map +7 -0
  343. package/dist/prod/decorators/queryAll.js +2 -0
  344. package/dist/prod/decorators/queryAll.js.map +7 -0
  345. package/dist/prod/decorators/slot.js +2 -0
  346. package/dist/prod/decorators/slot.js.map +7 -0
  347. package/dist/prod/decorators.js +2 -0
  348. package/dist/prod/decorators.js.map +7 -0
  349. package/dist/prod/delegate/ItemNavigation.js +2 -0
  350. package/dist/prod/delegate/ItemNavigation.js.map +7 -0
  351. package/dist/prod/delegate/ResizeHandler.js +2 -0
  352. package/dist/prod/delegate/ResizeHandler.js.map +7 -0
  353. package/dist/prod/delegate/ScrollEnablement.js +2 -0
  354. package/dist/prod/delegate/ScrollEnablement.js.map +7 -0
  355. package/dist/prod/features/F6Navigation.js +2 -0
  356. package/dist/prod/features/F6Navigation.js.map +7 -0
  357. package/dist/prod/features/InputElementsFormSupport.js +2 -0
  358. package/dist/prod/features/InputElementsFormSupport.js.map +7 -0
  359. package/dist/prod/features/LegacyDateFormats.js +2 -0
  360. package/dist/prod/features/LegacyDateFormats.js.map +7 -0
  361. package/dist/prod/features/OpenUI5Element.js +2 -0
  362. package/dist/prod/features/OpenUI5Element.js.map +7 -0
  363. package/dist/prod/features/OpenUI5Enablement.js +21 -0
  364. package/dist/prod/features/OpenUI5Enablement.js.map +7 -0
  365. package/dist/prod/features/OpenUI5Support.js +2 -0
  366. package/dist/prod/features/OpenUI5Support.js.map +7 -0
  367. package/dist/prod/features/patchPatcher.js +2 -0
  368. package/dist/prod/features/patchPatcher.js.map +7 -0
  369. package/dist/prod/features/patchPopup.js +2 -0
  370. package/dist/prod/features/patchPopup.js.map +7 -0
  371. package/dist/prod/generated/AssetParameters.js +2 -0
  372. package/dist/prod/generated/AssetParameters.js.map +7 -0
  373. package/dist/prod/generated/VersionInfo.js +2 -0
  374. package/dist/prod/generated/VersionInfo.js.map +7 -0
  375. package/dist/prod/generated/css/BusyIndicator.css.js +2 -0
  376. package/dist/prod/generated/css/BusyIndicator.css.js.map +7 -0
  377. package/dist/prod/generated/css/FontFace.css.js +2 -0
  378. package/dist/prod/generated/css/FontFace.css.js.map +7 -0
  379. package/dist/prod/generated/css/OverrideFontFace.css.js +2 -0
  380. package/dist/prod/generated/css/OverrideFontFace.css.js.map +7 -0
  381. package/dist/prod/generated/css/SystemCSSVars.css.js +2 -0
  382. package/dist/prod/generated/css/SystemCSSVars.css.js.map +7 -0
  383. package/dist/prod/getSharedResource.js +2 -0
  384. package/dist/prod/getSharedResource.js.map +7 -0
  385. package/dist/prod/global.d.js +2 -0
  386. package/dist/prod/global.d.js.map +7 -0
  387. package/dist/prod/i18nBundle.js +2 -0
  388. package/dist/prod/i18nBundle.js.map +7 -0
  389. package/dist/prod/index.d.js +2 -0
  390. package/dist/prod/index.d.js.map +7 -0
  391. package/dist/prod/jsx-dev-runtime.js +2 -0
  392. package/dist/prod/jsx-dev-runtime.js.map +7 -0
  393. package/dist/prod/jsx-runtime.js +2 -0
  394. package/dist/prod/jsx-runtime.js.map +7 -0
  395. package/dist/prod/jsx-utils.js +2 -0
  396. package/dist/prod/jsx-utils.js.map +7 -0
  397. package/dist/prod/locale/Locale.js +2 -0
  398. package/dist/prod/locale/Locale.js.map +7 -0
  399. package/dist/prod/locale/RTLAwareRegistry.js +2 -0
  400. package/dist/prod/locale/RTLAwareRegistry.js.map +7 -0
  401. package/dist/prod/locale/applyDirection.js +2 -0
  402. package/dist/prod/locale/applyDirection.js.map +7 -0
  403. package/dist/prod/locale/directionChange.js +2 -0
  404. package/dist/prod/locale/directionChange.js.map +7 -0
  405. package/dist/prod/locale/getEffectiveDir.js +2 -0
  406. package/dist/prod/locale/getEffectiveDir.js.map +7 -0
  407. package/dist/prod/locale/getLocale.js +2 -0
  408. package/dist/prod/locale/getLocale.js.map +7 -0
  409. package/dist/prod/locale/languageChange.js +2 -0
  410. package/dist/prod/locale/languageChange.js.map +7 -0
  411. package/dist/prod/locale/nextFallbackLocale.js +2 -0
  412. package/dist/prod/locale/nextFallbackLocale.js.map +7 -0
  413. package/dist/prod/locale/normalizeLocale.js +2 -0
  414. package/dist/prod/locale/normalizeLocale.js.map +7 -0
  415. package/dist/prod/renderer/JsxRenderer.js +2 -0
  416. package/dist/prod/renderer/JsxRenderer.js.map +7 -0
  417. package/dist/prod/renderer/LitRenderer.js +2 -0
  418. package/dist/prod/renderer/LitRenderer.js.map +7 -0
  419. package/dist/prod/renderer/directives/style-map.js +6 -0
  420. package/dist/prod/renderer/directives/style-map.js.map +7 -0
  421. package/dist/prod/renderer/executeTemplate.js +2 -0
  422. package/dist/prod/renderer/executeTemplate.js.map +7 -0
  423. package/dist/prod/sap/base/Log.js +750 -0
  424. package/dist/prod/sap/base/assert.js +34 -0
  425. package/dist/prod/sap/base/config/MemoryConfigurationProvider.js +20 -0
  426. package/dist/prod/sap/base/security/URLListValidator.js +406 -0
  427. package/dist/prod/sap/base/security/encodeCSS.js +40 -0
  428. package/dist/prod/sap/base/security/encodeXML.js +53 -0
  429. package/dist/prod/sap/base/security/sanitizeHTML.js +38 -0
  430. package/dist/prod/sap/base/strings/toHex.js +33 -0
  431. package/dist/prod/sap/base/util/now.js +28 -0
  432. package/dist/prod/sap/base/util/uid.js +27 -0
  433. package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +3600 -0
  434. package/dist/prod/ssr-dom-shim.js +2 -0
  435. package/dist/prod/ssr-dom-shim.js.map +7 -0
  436. package/dist/prod/ssr-dom.js +2 -0
  437. package/dist/prod/ssr-dom.js.map +7 -0
  438. package/dist/prod/theming/CustomStyle.js +2 -0
  439. package/dist/prod/theming/CustomStyle.js.map +7 -0
  440. package/dist/prod/theming/ThemeLoaded.js +2 -0
  441. package/dist/prod/theming/ThemeLoaded.js.map +7 -0
  442. package/dist/prod/theming/ThemeRegistered.js +2 -0
  443. package/dist/prod/theming/ThemeRegistered.js.map +7 -0
  444. package/dist/prod/theming/applyTheme.js +2 -0
  445. package/dist/prod/theming/applyTheme.js.map +7 -0
  446. package/dist/prod/theming/getConstructableStyle.js +2 -0
  447. package/dist/prod/theming/getConstructableStyle.js.map +7 -0
  448. package/dist/prod/theming/getEffectiveStyle.js +2 -0
  449. package/dist/prod/theming/getEffectiveStyle.js.map +7 -0
  450. package/dist/prod/theming/getStylesString.js +2 -0
  451. package/dist/prod/theming/getStylesString.js.map +7 -0
  452. package/dist/prod/theming/getThemeDesignerTheme.js +2 -0
  453. package/dist/prod/theming/getThemeDesignerTheme.js.map +7 -0
  454. package/dist/prod/thirdparty/_merge.js +2 -0
  455. package/dist/prod/thirdparty/_merge.js.map +7 -0
  456. package/dist/prod/thirdparty/isPlainObject.js +2 -0
  457. package/dist/prod/thirdparty/isPlainObject.js.map +7 -0
  458. package/dist/prod/thirdparty/merge.js +2 -0
  459. package/dist/prod/thirdparty/merge.js.map +7 -0
  460. package/dist/prod/thirdparty/preact/jsx.d.js +2 -0
  461. package/dist/prod/thirdparty/preact/jsx.d.js.map +7 -0
  462. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js +2 -0
  463. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js.map +7 -0
  464. package/dist/prod/thirdparty/preact/preact.module.d.js +2 -0
  465. package/dist/prod/thirdparty/preact/preact.module.d.js.map +7 -0
  466. package/dist/prod/types/AnimationMode.js +2 -0
  467. package/dist/prod/types/AnimationMode.js.map +7 -0
  468. package/dist/prod/types/CalendarType.js +2 -0
  469. package/dist/prod/types/CalendarType.js.map +7 -0
  470. package/dist/prod/types/InvisibleMessageMode.js +2 -0
  471. package/dist/prod/types/InvisibleMessageMode.js.map +7 -0
  472. package/dist/prod/types/ItemNavigationBehavior.js +2 -0
  473. package/dist/prod/types/ItemNavigationBehavior.js.map +7 -0
  474. package/dist/prod/types/MovePlacement.js +2 -0
  475. package/dist/prod/types/MovePlacement.js.map +7 -0
  476. package/dist/prod/types/NavigationMode.js +2 -0
  477. package/dist/prod/types/NavigationMode.js.map +7 -0
  478. package/dist/prod/types/Orientation.js +2 -0
  479. package/dist/prod/types/Orientation.js.map +7 -0
  480. package/dist/prod/types/ValueState.js +2 -0
  481. package/dist/prod/types/ValueState.js.map +7 -0
  482. package/dist/prod/types.js +2 -0
  483. package/dist/prod/types.js.map +7 -0
  484. package/dist/prod/updateShadowRoot.js +2 -0
  485. package/dist/prod/updateShadowRoot.js.map +7 -0
  486. package/dist/prod/util/AccessibilityTextsHelper.js +2 -0
  487. package/dist/prod/util/AccessibilityTextsHelper.js.map +7 -0
  488. package/dist/prod/util/Caret.js +2 -0
  489. package/dist/prod/util/Caret.js.map +7 -0
  490. package/dist/prod/util/ColorConversion.js +2 -0
  491. package/dist/prod/util/ColorConversion.js.map +7 -0
  492. package/dist/prod/util/FetchHelper.js +2 -0
  493. package/dist/prod/util/FetchHelper.js.map +7 -0
  494. package/dist/prod/util/FocusableElements.js +2 -0
  495. package/dist/prod/util/FocusableElements.js.map +7 -0
  496. package/dist/prod/util/HTMLSanitizer.js +2 -0
  497. package/dist/prod/util/HTMLSanitizer.js.map +7 -0
  498. package/dist/prod/util/InvisibleMessage.js +2 -0
  499. package/dist/prod/util/InvisibleMessage.js.map +7 -0
  500. package/dist/prod/util/PopupUtils.js +2 -0
  501. package/dist/prod/util/PopupUtils.js.map +7 -0
  502. package/dist/prod/util/SelectionAssistant.js +2 -0
  503. package/dist/prod/util/SelectionAssistant.js.map +7 -0
  504. package/dist/prod/util/SlotsHelper.js +2 -0
  505. package/dist/prod/util/SlotsHelper.js.map +7 -0
  506. package/dist/prod/util/StringHelper.js +2 -0
  507. package/dist/prod/util/StringHelper.js.map +7 -0
  508. package/dist/prod/util/TabbableElements.js +2 -0
  509. package/dist/prod/util/TabbableElements.js.map +7 -0
  510. package/dist/prod/util/arraysAreEqual.js +2 -0
  511. package/dist/prod/util/arraysAreEqual.js.map +7 -0
  512. package/dist/prod/util/clamp.js +2 -0
  513. package/dist/prod/util/clamp.js.map +7 -0
  514. package/dist/prod/util/createLinkInHead.js +2 -0
  515. package/dist/prod/util/createLinkInHead.js.map +7 -0
  516. package/dist/prod/util/debounce.js +2 -0
  517. package/dist/prod/util/debounce.js.map +7 -0
  518. package/dist/prod/util/detectNavigatorLanguage.js +2 -0
  519. package/dist/prod/util/detectNavigatorLanguage.js.map +7 -0
  520. package/dist/prod/util/dragAndDrop/DragRegistry.js +2 -0
  521. package/dist/prod/util/dragAndDrop/DragRegistry.js.map +7 -0
  522. package/dist/prod/util/dragAndDrop/findClosestPosition.js +2 -0
  523. package/dist/prod/util/dragAndDrop/findClosestPosition.js.map +7 -0
  524. package/dist/prod/util/dragAndDrop/handleDragOver.js +2 -0
  525. package/dist/prod/util/dragAndDrop/handleDragOver.js.map +7 -0
  526. package/dist/prod/util/dragAndDrop/handleDrop.js +2 -0
  527. package/dist/prod/util/dragAndDrop/handleDrop.js.map +7 -0
  528. package/dist/prod/util/dragAndDrop/longDragOverHandler.js +2 -0
  529. package/dist/prod/util/dragAndDrop/longDragOverHandler.js.map +7 -0
  530. package/dist/prod/util/escapeRegex.js +2 -0
  531. package/dist/prod/util/escapeRegex.js.map +7 -0
  532. package/dist/prod/util/fixSafariActiveState.js +2 -0
  533. package/dist/prod/util/fixSafariActiveState.js.map +7 -0
  534. package/dist/prod/util/formatMessage.js +2 -0
  535. package/dist/prod/util/formatMessage.js.map +7 -0
  536. package/dist/prod/util/generateHighlightedMarkup.js +2 -0
  537. package/dist/prod/util/generateHighlightedMarkup.js.map +7 -0
  538. package/dist/prod/util/getActiveElement.js +2 -0
  539. package/dist/prod/util/getActiveElement.js.map +7 -0
  540. package/dist/prod/util/getClassCopy.js +2 -0
  541. package/dist/prod/util/getClassCopy.js.map +7 -0
  542. package/dist/prod/util/getDesigntimePropertyAsArray.js +2 -0
  543. package/dist/prod/util/getDesigntimePropertyAsArray.js.map +7 -0
  544. package/dist/prod/util/getEffectiveContentDensity.js +2 -0
  545. package/dist/prod/util/getEffectiveContentDensity.js.map +7 -0
  546. package/dist/prod/util/getEffectiveScrollbarStyle.js +26 -0
  547. package/dist/prod/util/getEffectiveScrollbarStyle.js.map +7 -0
  548. package/dist/prod/util/getFastNavigationGroups.js +2 -0
  549. package/dist/prod/util/getFastNavigationGroups.js.map +7 -0
  550. package/dist/prod/util/getFileExtension.js +2 -0
  551. package/dist/prod/util/getFileExtension.js.map +7 -0
  552. package/dist/prod/util/getNormalizedTarget.js +2 -0
  553. package/dist/prod/util/getNormalizedTarget.js.map +7 -0
  554. package/dist/prod/util/getSingletonElementInstance.js +2 -0
  555. package/dist/prod/util/getSingletonElementInstance.js.map +7 -0
  556. package/dist/prod/util/hash2str.js +2 -0
  557. package/dist/prod/util/hash2str.js.map +7 -0
  558. package/dist/prod/util/isElementClickable.js +2 -0
  559. package/dist/prod/util/isElementClickable.js.map +7 -0
  560. package/dist/prod/util/isElementHidden.js +2 -0
  561. package/dist/prod/util/isElementHidden.js.map +7 -0
  562. package/dist/prod/util/isElementInView.js +2 -0
  563. package/dist/prod/util/isElementInView.js.map +7 -0
  564. package/dist/prod/util/isElementTabbable.js +2 -0
  565. package/dist/prod/util/isElementTabbable.js.map +7 -0
  566. package/dist/prod/util/isValidPropertyName.js +2 -0
  567. package/dist/prod/util/isValidPropertyName.js.map +7 -0
  568. package/dist/prod/util/toLowercaseEnumValue.js +2 -0
  569. package/dist/prod/util/toLowercaseEnumValue.js.map +7 -0
  570. package/dist/prod/util/whenDOMReady.js +2 -0
  571. package/dist/prod/util/whenDOMReady.js.map +7 -0
  572. package/dist/prod/util/willShowContent.js +2 -0
  573. package/dist/prod/util/willShowContent.js.map +7 -0
  574. package/dist/prod/validateThemeRoot.js +2 -0
  575. package/dist/prod/validateThemeRoot.js.map +7 -0
  576. package/dist/renderer/JsxRenderer.d.ts +3 -0
  577. package/dist/renderer/JsxRenderer.js +16 -0
  578. package/dist/renderer/JsxRenderer.js.map +1 -0
  579. package/dist/renderer/LitRenderer.d.ts +3 -3
  580. package/dist/renderer/LitRenderer.js +5 -10
  581. package/dist/renderer/LitRenderer.js.map +1 -1
  582. package/dist/renderer/directives/style-map.d.ts +13 -0
  583. package/dist/renderer/directives/style-map.js +59 -59
  584. package/dist/renderer/directives/style-map.js.map +1 -0
  585. package/dist/renderer/executeTemplate.d.ts +3 -4
  586. package/dist/renderer/executeTemplate.js +1 -19
  587. package/dist/renderer/executeTemplate.js.map +1 -1
  588. package/dist/sap/base/Log.js +698 -188
  589. package/dist/sap/base/assert.js +28 -1
  590. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  591. package/dist/sap/base/security/URLListValidator.js +253 -6
  592. package/dist/sap/base/security/encodeCSS.js +34 -8
  593. package/dist/sap/base/security/encodeXML.js +47 -17
  594. package/dist/sap/base/security/sanitizeHTML.js +35 -13
  595. package/dist/sap/base/strings/toHex.js +27 -2
  596. package/dist/sap/base/util/now.js +24 -3
  597. package/dist/sap/base/util/uid.js +27 -0
  598. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +2 -2
  599. package/dist/ssr-dom-shim.d.ts +1 -0
  600. package/dist/ssr-dom-shim.js +12 -0
  601. package/dist/ssr-dom-shim.js.map +1 -0
  602. package/dist/ssr-dom.d.ts +1 -0
  603. package/dist/ssr-dom.js +3 -0
  604. package/dist/ssr-dom.js.map +1 -0
  605. package/dist/theming/CustomStyle.js.map +1 -1
  606. package/dist/theming/applyTheme.js +4 -4
  607. package/dist/theming/applyTheme.js.map +1 -1
  608. package/dist/theming/getConstructableStyle.d.ts +2 -2
  609. package/dist/theming/getConstructableStyle.js +3 -3
  610. package/dist/theming/getConstructableStyle.js.map +1 -1
  611. package/dist/theming/getEffectiveStyle.d.ts +1 -1
  612. package/dist/theming/getEffectiveStyle.js +5 -12
  613. package/dist/theming/getEffectiveStyle.js.map +1 -1
  614. package/dist/theming/getStylesString.js.map +1 -1
  615. package/dist/theming/getThemeDesignerTheme.js.map +1 -1
  616. package/dist/thirdparty/_merge.js.map +1 -1
  617. package/dist/thirdparty/isPlainObject.js.map +1 -1
  618. package/dist/thirdparty/preact/jsx.d.ts +2616 -0
  619. package/dist/thirdparty/preact/jsxRuntime.module.d.ts +62 -0
  620. package/dist/thirdparty/preact/jsxRuntime.module.js +2 -0
  621. package/dist/thirdparty/preact/preact.module.d.ts +398 -0
  622. package/dist/thirdparty/preact/preact.module.js +2 -0
  623. package/dist/types/AnimationMode.d.ts +0 -8
  624. package/dist/types/AnimationMode.js +0 -8
  625. package/dist/types/AnimationMode.js.map +1 -1
  626. package/dist/types/CalendarType.d.ts +0 -9
  627. package/dist/types/CalendarType.js +0 -9
  628. package/dist/types/CalendarType.js.map +1 -1
  629. package/dist/types/InvisibleMessageMode.d.ts +5 -10
  630. package/dist/types/InvisibleMessageMode.js +4 -11
  631. package/dist/types/InvisibleMessageMode.js.map +1 -1
  632. package/dist/types/ItemNavigationBehavior.d.ts +0 -6
  633. package/dist/types/ItemNavigationBehavior.js +0 -6
  634. package/dist/types/ItemNavigationBehavior.js.map +1 -1
  635. package/dist/types/MovePlacement.d.ts +20 -0
  636. package/dist/types/MovePlacement.js +22 -0
  637. package/dist/types/MovePlacement.js.map +1 -0
  638. package/dist/types/NavigationMode.d.ts +0 -8
  639. package/dist/types/NavigationMode.js +0 -8
  640. package/dist/types/NavigationMode.js.map +1 -1
  641. package/dist/types/Orientation.d.ts +16 -0
  642. package/dist/types/Orientation.js +18 -0
  643. package/dist/types/Orientation.js.map +1 -0
  644. package/dist/types/ValueState.d.ts +3 -17
  645. package/dist/types/ValueState.js +3 -17
  646. package/dist/types/ValueState.js.map +1 -1
  647. package/dist/types.d.ts +38 -10
  648. package/dist/types.js.map +1 -1
  649. package/dist/updateShadowRoot.d.ts +1 -2
  650. package/dist/updateShadowRoot.js +4 -29
  651. package/dist/updateShadowRoot.js.map +1 -1
  652. package/dist/util/{AriaLabelHelper.d.ts → AccessibilityTextsHelper.d.ts} +4 -2
  653. package/dist/util/{AriaLabelHelper.js → AccessibilityTextsHelper.js} +36 -8
  654. package/dist/util/AccessibilityTextsHelper.js.map +1 -0
  655. package/dist/util/Caret.js.map +1 -1
  656. package/dist/util/ColorConversion.js +153 -154
  657. package/dist/util/ColorConversion.js.map +1 -1
  658. package/dist/util/FetchHelper.js.map +1 -1
  659. package/dist/util/FocusableElements.js.map +1 -1
  660. package/dist/util/InvisibleMessage.d.ts +1 -1
  661. package/dist/util/InvisibleMessage.js +2 -2
  662. package/dist/util/InvisibleMessage.js.map +1 -1
  663. package/dist/util/PopupUtils.d.ts +1 -3
  664. package/dist/util/PopupUtils.js +1 -15
  665. package/dist/util/PopupUtils.js.map +1 -1
  666. package/dist/util/SelectionAssistant.d.ts +12 -0
  667. package/dist/util/SelectionAssistant.js +79 -0
  668. package/dist/util/SelectionAssistant.js.map +1 -0
  669. package/dist/util/SlotsHelper.js.map +1 -1
  670. package/dist/util/StringHelper.d.ts +3 -1
  671. package/dist/util/StringHelper.js +15 -1
  672. package/dist/util/StringHelper.js.map +1 -1
  673. package/dist/util/TabbableElements.js +3 -10
  674. package/dist/util/TabbableElements.js.map +1 -1
  675. package/dist/util/arraysAreEqual.js.map +1 -1
  676. package/dist/util/clamp.js +2 -1
  677. package/dist/util/clamp.js.map +1 -1
  678. package/dist/util/createLinkInHead.d.ts +1 -1
  679. package/dist/util/createLinkInHead.js +1 -1
  680. package/dist/util/createLinkInHead.js.map +1 -1
  681. package/dist/util/debounce.js.map +1 -1
  682. package/dist/util/detectNavigatorLanguage.d.ts +2 -2
  683. package/dist/util/detectNavigatorLanguage.js +6 -1
  684. package/dist/util/detectNavigatorLanguage.js.map +1 -1
  685. package/dist/util/dragAndDrop/DragRegistry.d.ts +33 -0
  686. package/dist/util/dragAndDrop/DragRegistry.js +66 -0
  687. package/dist/util/dragAndDrop/DragRegistry.js.map +1 -0
  688. package/dist/util/dragAndDrop/findClosestPosition.d.ts +11 -0
  689. package/dist/util/dragAndDrop/findClosestPosition.js +102 -0
  690. package/dist/util/dragAndDrop/findClosestPosition.js.map +1 -0
  691. package/dist/util/dragAndDrop/handleDragOver.d.ts +16 -0
  692. package/dist/util/dragAndDrop/handleDragOver.js +42 -0
  693. package/dist/util/dragAndDrop/handleDragOver.js.map +1 -0
  694. package/dist/util/dragAndDrop/handleDrop.d.ts +5 -0
  695. package/dist/util/dragAndDrop/handleDrop.js +22 -0
  696. package/dist/util/dragAndDrop/handleDrop.js.map +1 -0
  697. package/dist/util/dragAndDrop/longDragOverHandler.d.ts +2 -0
  698. package/dist/util/dragAndDrop/longDragOverHandler.js +25 -0
  699. package/dist/util/dragAndDrop/longDragOverHandler.js.map +1 -0
  700. package/dist/util/fixSafariActiveState.d.ts +2 -0
  701. package/dist/util/fixSafariActiveState.js +11 -0
  702. package/dist/util/fixSafariActiveState.js.map +1 -0
  703. package/dist/util/formatMessage.js.map +1 -1
  704. package/dist/util/generateHighlightedMarkup.js.map +1 -1
  705. package/dist/util/getActiveElement.js.map +1 -1
  706. package/dist/util/getClassCopy.d.ts +141 -103
  707. package/dist/util/getDesigntimePropertyAsArray.d.ts +2 -2
  708. package/dist/util/getDesigntimePropertyAsArray.js +2 -1
  709. package/dist/util/getDesigntimePropertyAsArray.js.map +1 -1
  710. package/dist/util/getEffectiveScrollbarStyle.d.ts +1 -1
  711. package/dist/util/getEffectiveScrollbarStyle.js +31 -1
  712. package/dist/util/getEffectiveScrollbarStyle.js.map +1 -1
  713. package/dist/util/getFastNavigationGroups.js.map +1 -1
  714. package/dist/util/getFileExtension.js.map +1 -1
  715. package/dist/util/getNormalizedTarget.js.map +1 -1
  716. package/dist/util/getSingletonElementInstance.js.map +1 -1
  717. package/dist/util/hash2str.d.ts +1 -0
  718. package/dist/util/hash2str.js +14 -0
  719. package/dist/util/hash2str.js.map +1 -0
  720. package/dist/util/isElementClickable.js.map +1 -1
  721. package/dist/util/isElementHidden.js.map +1 -1
  722. package/dist/util/isElementTabbable.js +2 -2
  723. package/dist/util/isElementTabbable.js.map +1 -1
  724. package/dist/util/isValidPropertyName.js.map +1 -1
  725. package/dist/util/toLowercaseEnumValue.d.ts +3 -0
  726. package/dist/util/toLowercaseEnumValue.js +4 -0
  727. package/dist/util/toLowercaseEnumValue.js.map +1 -0
  728. package/dist/util/whenDOMReady.js.map +1 -1
  729. package/dist/validateThemeRoot.js +3 -2
  730. package/dist/validateThemeRoot.js.map +1 -1
  731. package/dist/vscode.html-custom-data.json +22 -0
  732. package/index.js +1 -23
  733. package/package-scripts.cjs +26 -23
  734. package/package.json +30 -9
  735. package/src/css/FontFace.css +13 -1
  736. package/src/css/SystemCSSVars.css +0 -8
  737. package/src/thirdparty/preact/jsxRuntime.module.js +2 -0
  738. package/src/thirdparty/preact/preact.module.js +2 -0
  739. package/src/thirdparty/preact/version.txt +1 -0
  740. package/tsconfig.json +19 -13
  741. package/.eslintignore +0 -16
  742. package/.eslintrc.cjs +0 -3
  743. package/bundle.esm.js +0 -67
  744. package/config/wdio.conf.cjs +0 -400
  745. package/dist/CSP.d.ts +0 -30
  746. package/dist/CSP.js +0 -51
  747. package/dist/CSP.js.map +0 -1
  748. package/dist/MarkedEvents.d.ts +0 -9
  749. package/dist/MarkedEvents.js +0 -15
  750. package/dist/MarkedEvents.js.map +0 -1
  751. package/dist/StaticArea.d.ts +0 -3
  752. package/dist/StaticArea.js +0 -7
  753. package/dist/StaticArea.js.map +0 -1
  754. package/dist/StaticAreaItem.d.ts +0 -37
  755. package/dist/StaticAreaItem.js +0 -102
  756. package/dist/StaticAreaItem.js.map +0 -1
  757. package/dist/api.json +0 -1
  758. package/dist/assets/Boot-13e16205.js +0 -9
  759. package/dist/assets/Boot-34b7cea0.css +0 -1
  760. package/dist/assets/bundle.esm-2dc8f22b.js +0 -50
  761. package/dist/config/RTL.d.ts +0 -7
  762. package/dist/config/RTL.js +0 -37
  763. package/dist/config/RTL.js.map +0 -1
  764. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +0 -4
  765. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js +0 -9
  766. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js.map +0 -1
  767. package/dist/theming/getEffectiveLinksHrefs.d.ts +0 -3
  768. package/dist/theming/getEffectiveLinksHrefs.js +0 -17
  769. package/dist/theming/getEffectiveLinksHrefs.js.map +0 -1
  770. package/dist/theming/preloadLinks.d.ts +0 -3
  771. package/dist/theming/preloadLinks.js +0 -19
  772. package/dist/theming/preloadLinks.js.map +0 -1
  773. package/dist/types/CSSColor.d.ts +0 -15
  774. package/dist/types/CSSColor.js +0 -18
  775. package/dist/types/CSSColor.js.map +0 -1
  776. package/dist/types/CSSSize.d.ts +0 -15
  777. package/dist/types/CSSSize.js +0 -18
  778. package/dist/types/CSSSize.js.map +0 -1
  779. package/dist/types/DOMReference.d.ts +0 -17
  780. package/dist/types/DOMReference.js +0 -25
  781. package/dist/types/DOMReference.js.map +0 -1
  782. package/dist/types/DataType.d.ts +0 -25
  783. package/dist/types/DataType.js +0 -44
  784. package/dist/types/DataType.js.map +0 -1
  785. package/dist/types/Float.d.ts +0 -17
  786. package/dist/types/Float.js +0 -21
  787. package/dist/types/Float.js.map +0 -1
  788. package/dist/types/Integer.d.ts +0 -17
  789. package/dist/types/Integer.js +0 -21
  790. package/dist/types/Integer.js.map +0 -1
  791. package/dist/util/AriaLabelHelper.js.map +0 -1
  792. package/dist/util/createStyleInHead.d.ts +0 -8
  793. package/dist/util/createStyleInHead.js +0 -18
  794. package/dist/util/createStyleInHead.js.map +0 -1
  795. package/lib/generate-asset-parameters/index.js +0 -27
  796. package/lib/generate-styles/index.js +0 -31
  797. package/lib/generate-version-info/index.js +0 -32
  798. package/src/renderer/directives/style-map.js +0 -72
  799. package/used-modules.txt +0 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1193 @@
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.5.0](https://github.com/SAP/ui5-webcomponents/compare/v2.5.0-rc.3...v2.5.0) (2024-12-05)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-base
9
+
10
+
11
+
12
+
13
+
14
+ # [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)
15
+
16
+
17
+ ### Features
18
+
19
+ * **framework:** add strict event type checking ([#10235](https://github.com/SAP/ui5-webcomponents/issues/10235)) ([4ff8ab7](https://github.com/SAP/ui5-webcomponents/commit/4ff8ab7c34db5058b92511767be1b96c69a91cb5))
20
+
21
+
22
+
23
+
24
+
25
+ # [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)
26
+
27
+ **Note:** Version bump only for package @ui5/webcomponents-base
28
+
29
+
30
+
31
+
32
+
33
+ # [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)
34
+
35
+ **Note:** Version bump only for package @ui5/webcomponents-base
36
+
37
+
38
+
39
+
40
+
41
+ # [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)
42
+
43
+
44
+ ### Features
45
+
46
+ * **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)
47
+ * **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)
48
+
49
+
50
+
51
+
52
+
53
+ ## [2.4.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0...v2.4.1-rc.0) (2024-11-07)
54
+
55
+ **Note:** Version bump only for package @ui5/webcomponents-base
56
+
57
+
58
+
59
+
60
+
61
+ # [2.4.0](https://github.com/SAP/ui5-webcomponents/compare/v2.4.0-rc.4...v2.4.0) (2024-11-03)
62
+
63
+ **Note:** Version bump only for package @ui5/webcomponents-base
64
+
65
+
66
+
67
+
68
+
69
+ # [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)
70
+
71
+ **Note:** Version bump only for package @ui5/webcomponents-base
72
+
73
+
74
+
75
+
76
+
77
+ # [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)
78
+
79
+ **Note:** Version bump only for package @ui5/webcomponents-base
80
+
81
+
82
+
83
+
84
+
85
+ # [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)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * boot sequence ([#10042](https://github.com/SAP/ui5-webcomponents/issues/10042)) ([106373d](https://github.com/SAP/ui5-webcomponents/commit/106373d4585dd2c5fa458ffccd513596289a2f79))
91
+
92
+
93
+
94
+
95
+
96
+ # [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)
97
+
98
+
99
+ ### Bug Fixes
100
+
101
+ * **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))
102
+ * **tools:** revert tsconfig moduleResolution to node ([#10014](https://github.com/SAP/ui5-webcomponents/issues/10014)) ([0724b92](https://github.com/SAP/ui5-webcomponents/commit/0724b9289ad04f88972d4978ed37e76f13abca13))
103
+
104
+
105
+
106
+
107
+
108
+ # [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)
109
+
110
+
111
+ ### Features
112
+
113
+ * 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))
114
+
115
+
116
+
117
+
118
+
119
+ ## [2.3.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0...v2.3.1-rc.0) (2024-10-03)
120
+
121
+ **Note:** Version bump only for package @ui5/webcomponents-base
122
+
123
+
124
+
125
+
126
+
127
+ # [2.3.0](https://github.com/SAP/ui5-webcomponents/compare/v2.3.0-rc.3...v2.3.0) (2024-10-02)
128
+
129
+
130
+ ### Bug Fixes
131
+
132
+ * 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))
133
+
134
+
135
+ ### Features
136
+
137
+ * **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))
138
+
139
+
140
+
141
+
142
+
143
+ # [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)
144
+
145
+
146
+ ### Bug Fixes
147
+
148
+ * patchPopup now correctly handles getContent ([#9913](https://github.com/SAP/ui5-webcomponents/issues/9913)) ([84f4cfa](https://github.com/SAP/ui5-webcomponents/commit/84f4cfa98d7486d9a462677a2833a74270848338))
149
+ * **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))
150
+
151
+
152
+
153
+
154
+
155
+ # [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)
156
+
157
+
158
+ ### Features
159
+
160
+ * **selectionAssistant:** introduce SelectionAssistant ([#9797](https://github.com/SAP/ui5-webcomponents/issues/9797)) ([de59eac](https://github.com/SAP/ui5-webcomponents/commit/de59eac1df149caa7541a3bbd3ddad5ae2c298a6))
161
+
162
+
163
+
164
+
165
+
166
+ # [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)
167
+
168
+
169
+ ### Bug Fixes
170
+
171
+ * **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))
172
+ * **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))
173
+
174
+
175
+
176
+
177
+
178
+ # [2.3.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0...v2.3.0-rc.0) (2024-09-05)
179
+
180
+
181
+ ### Features
182
+
183
+ * **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))
184
+
185
+
186
+
187
+
188
+
189
+ # [2.2.0](https://github.com/SAP/ui5-webcomponents/compare/v2.2.0-rc.3...v2.2.0) (2024-09-03)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * **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)
195
+
196
+
197
+
198
+
199
+
200
+ # [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)
201
+
202
+
203
+ ### Bug Fixes
204
+
205
+ * **ui5-breadcrumbs:** current link aria-current ([#9668](https://github.com/SAP/ui5-webcomponents/issues/9668)) ([87732a1](https://github.com/SAP/ui5-webcomponents/commit/87732a151562d6e387dcf85baefca23b265774ac))
206
+
207
+
208
+
209
+
210
+
211
+ # [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)
212
+
213
+
214
+ ### Bug Fixes
215
+
216
+ * **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)
217
+
218
+
219
+
220
+
221
+
222
+ # [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)
223
+
224
+ **Note:** Version bump only for package @ui5/webcomponents-base
225
+
226
+
227
+
228
+
229
+
230
+ # [2.2.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.1...v2.2.0-rc.0) (2024-08-08)
231
+
232
+
233
+ ### Bug Fixes
234
+
235
+ * **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))
236
+ * 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))
237
+
238
+
239
+ ### Features
240
+
241
+ * 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)
242
+ * **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)
243
+
244
+
245
+
246
+
247
+
248
+ ## [2.1.1](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0...v2.1.1) (2024-08-02)
249
+
250
+ **Note:** Version bump only for package @ui5/webcomponents-base
251
+
252
+
253
+
254
+
255
+
256
+ # [2.1.0](https://github.com/SAP/ui5-webcomponents/compare/v2.1.0-rc.3...v2.1.0) (2024-08-02)
257
+
258
+
259
+ ### Features
260
+
261
+ * **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))
262
+
263
+
264
+
265
+
266
+
267
+ # [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)
268
+
269
+
270
+ ### Features
271
+
272
+ * 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)
273
+
274
+
275
+
276
+
277
+
278
+ # [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)
279
+
280
+
281
+ ### Features
282
+
283
+ * **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))
284
+
285
+
286
+
287
+
288
+
289
+ # [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)
290
+
291
+ **Note:** Version bump only for package @ui5/webcomponents-base
292
+
293
+
294
+
295
+
296
+
297
+ # [2.1.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.1...v2.1.0-rc.0) (2024-07-11)
298
+
299
+
300
+ ### Features
301
+
302
+ * **ui5-menu-item:** add accessibility attributes ([#9333](https://github.com/SAP/ui5-webcomponents/issues/9333)) ([74782e6](https://github.com/SAP/ui5-webcomponents/commit/74782e63e36ee71483617a5d5e204cb30cd589bc))
303
+
304
+
305
+
306
+
307
+
308
+ ## [2.0.1](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0...v2.0.1) (2024-07-05)
309
+
310
+ **Note:** Version bump only for package @ui5/webcomponents-base
311
+
312
+
313
+
314
+
315
+
316
+ # [2.0.0](https://github.com/SAP/ui5-webcomponents/compare/v2.0.0-rc.6...v2.0.0) (2024-07-03)
317
+
318
+
319
+ ### Bug Fixes
320
+
321
+ * **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))
322
+
323
+
324
+ ### Features
325
+
326
+ * add property initializers ([#8846](https://github.com/SAP/ui5-webcomponents/issues/8846)) ([eef0cc9](https://github.com/SAP/ui5-webcomponents/commit/eef0cc9b663fda6268b98e516ed46439435fa2b0))
327
+ * **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))
328
+
329
+
330
+ ### BREAKING CHANGES
331
+
332
+ * @property decorator must be adapted according to new type parameter
333
+
334
+
335
+
336
+
337
+
338
+ # [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)
339
+
340
+
341
+ ### Bug Fixes
342
+
343
+ * **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))
344
+ * **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))
345
+
346
+
347
+ ### Features
348
+
349
+ * **ui5-grid:** implementing new grid component ([#8362](https://github.com/SAP/ui5-webcomponents/issues/8362)) ([04d291d](https://github.com/SAP/ui5-webcomponents/commit/04d291dc368b884d9001e875441c54cf56e21d1a))
350
+
351
+
352
+
353
+
354
+
355
+ # [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)
356
+
357
+ **Note:** Version bump only for package @ui5/webcomponents-base
358
+
359
+
360
+
361
+
362
+
363
+ # [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)
364
+
365
+
366
+ ### Bug Fixes
367
+
368
+ * register runtime in SSR usage ([#9013](https://github.com/SAP/ui5-webcomponents/issues/9013)) ([54db283](https://github.com/SAP/ui5-webcomponents/commit/54db283ac71c8aec34f7ce0fe7ac787838aab021))
369
+ * **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)
370
+
371
+
372
+ ### Features
373
+
374
+ * **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)
375
+ * **ui5-li-notification:** implement new design ([#8426](https://github.com/SAP/ui5-webcomponents/issues/8426)) ([e451cdc](https://github.com/SAP/ui5-webcomponents/commit/e451cdc3709553dcb780f637463dc1b29e8f2971))
376
+ * **UI5Element:** invalidateOnChildChange works for slots ([#9021](https://github.com/SAP/ui5-webcomponents/issues/9021)) ([ec3ead7](https://github.com/SAP/ui5-webcomponents/commit/ec3ead7743993aaad6cb70faff9edf4bae4ef0f9))
377
+
378
+
379
+ ### BREAKING CHANGES
380
+
381
+ * **ui5-*:** The `features/InputElementsFormSupport.js` feature has been deleted and now, form elements works natively in form elements.
382
+
383
+
384
+
385
+
386
+
387
+ # [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)
388
+
389
+
390
+ ### chore
391
+
392
+ * **Icons:** make pathData async ([#8785](https://github.com/SAP/ui5-webcomponents/issues/8785)) ([0549dc9](https://github.com/SAP/ui5-webcomponents/commit/0549dc95edae139f7a4f9efbbc7170922b3ab6cb))
393
+
394
+
395
+ ### Code Refactoring
396
+
397
+ * rename ValueState values ([#8864](https://github.com/SAP/ui5-webcomponents/issues/8864)) ([ef9304d](https://github.com/SAP/ui5-webcomponents/commit/ef9304da4b1446178b1b2bfa737d9867461cc4bc))
398
+ * **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)
399
+ * **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))
400
+
401
+
402
+ ### BREAKING CHANGES
403
+
404
+ * **ui5-*:** FlexibleLayout's `accessibilityTexts` and `accessibilityRoles` properties are removed. If you have previously used the `accessibilityTexts` or `accessibilityRoles` properties:
405
+ ```js
406
+ fcl.accessibilityTexts = {
407
+ startColumnAccessibleName: "Products list",
408
+ midColumnAccessibleName: "Product information",
409
+ endColumnAccessibleName: "Product detailed information",
410
+ startArrowLeftText: "Collapse products list",
411
+ startArrowRightText: "Expand products list",
412
+ endArrowLeftText: "Expand product detailed information",
413
+ endArrowRightText: "Collapse product detailed information",
414
+ startArrowContainerAccessibleName: "Start Arrow Container",
415
+ endArrowContainerAccessibleName: "End Arrow Container",
416
+ }
417
+
418
+ fcl.accessibilityRoles = {
419
+ startColumnRole: "complementary",
420
+ startArrowContainerRole: "navigation",
421
+ midColumnRole: "main",
422
+ endArrowContainerRole: "navigation",
423
+ endColumnRole: "complementary".
424
+ }
425
+ ```
426
+ Now use `accessibilityAttributes` instead:
427
+ ```js
428
+ fcl.accessibilityAttributes = {
429
+ startColumn: {
430
+ role: "complementary",
431
+ name: "Products list",
432
+ },
433
+ midColumn: {
434
+ role: "main",
435
+ name: "Product information",
436
+ },
437
+ endColumn: {
438
+ role: "complementary",
439
+ name: "Product detailed information",
440
+ },
441
+ startArrowLeft: {
442
+ name: "Collapse products list",
443
+ },
444
+ startArrowRight: {
445
+ name: "Expand products list",
446
+ },
447
+ endArrowLeft: {
448
+ name: "Expand product detailed information",
449
+ },
450
+ endArrowRight: {
451
+ name: "Collapse product detailed information",
452
+ },
453
+ startArrowContainer: {
454
+ role: "navigation",
455
+ name: "Start Arrow Container",
456
+ },
457
+ endArrowContainer: {
458
+ role: "navigation",
459
+ name: "End Arrow Container",
460
+ },
461
+ };
462
+ ```
463
+
464
+ ShellBar's `accessibilityTexts` and `accessibilityRoles` properties are removed. If you have previously used the `accessibilityTexts` or `accessibilityRoles` properties:
465
+ ```js
466
+ shellbar.accessibilityTexts = {
467
+ profileButtonTitle: "John Dow",
468
+ logoTitle: "Custom logo title",
469
+ }
470
+
471
+ shellbar.accessibilityRoles = {
472
+ logoRole: "link"
473
+ };
474
+ ```
475
+ Now use `accessibilityAttributes` instead:
476
+ ```js
477
+ shellbar.accessibilityAttributes = {
478
+ profile: {
479
+ name: "John Dow",
480
+ },
481
+ logo: {
482
+ role: "link"
483
+ name: "Custom logo title"
484
+ },
485
+ };
486
+ ```
487
+
488
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
489
+
490
+
491
+ * If you previously used ValueState.Warning, ValueState.Error or ValueState.Success, start using ValueState.Critical, ValueState.Negative and ValueState.Positive respectively.
492
+ All components with valueState property are also affected. For example:
493
+ ```html
494
+ <ui5-input value-state="Success"></ui5-input>
495
+ <ui5-input value-state="Warning"></ui5-input>
496
+ <ui5-input value-state="Error"></ui5-input>
497
+ ```
498
+ ```html
499
+ <ui5-input value-state="Positive"></ui5-input>
500
+ <ui5-input value-state="Critical"></ui5-input>
501
+ <ui5-input value-state="Negative"></ui5-input>
502
+ ```
503
+
504
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
505
+ * **theming:** Remove SAP Belize theme
506
+ * **Icons:** UI5 Web Components Icons now export `getPathData` (function) instead of `pathData` (string)
507
+
508
+ If you used icons like this:
509
+
510
+ ```js
511
+ import "@ui5/webcomponents-icons/dist/accept.js";
512
+ ```
513
+
514
+ or like this:
515
+
516
+ ```js
517
+ import accept from "@ui5/webcomponents-icons/dist/accept.js";
518
+ ```
519
+
520
+ **there is no change and no adaptations are required**.
521
+
522
+ In the rare case you imported `pathData` from icons, for example:
523
+
524
+ ```js
525
+ import { pathData, ltr, accData } from "@ui5/webcomponents-icons/dist/accept.js";
526
+ console.log(pathData); // String containing the SVG path
527
+ ```
528
+
529
+ you must change your code to, for example:
530
+
531
+ ```js
532
+ import { getPathData, ltr, accData } from "@ui5/webcomponents-icons/dist/accept.js";
533
+ getPathData().then(pathData => {
534
+ console.log(pathData); // String containing the SVG path
535
+ });
536
+ ```
537
+
538
+
539
+
540
+
541
+
542
+ # [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)
543
+
544
+
545
+ ### Bug Fixes
546
+
547
+ * **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))
548
+ * **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))
549
+
550
+
551
+ ### Features
552
+
553
+ * **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)
554
+
555
+
556
+
557
+
558
+
559
+ # [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)
560
+
561
+
562
+ ### Bug Fixes
563
+
564
+ * 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))
565
+
566
+
567
+ ### Features
568
+
569
+ * 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))
570
+
571
+
572
+
573
+
574
+
575
+ # [2.0.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0...v2.0.0-rc.0) (2024-04-09)
576
+
577
+
578
+ ### chore
579
+
580
+ * 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)
581
+
582
+
583
+ ### BREAKING CHANGES
584
+
585
+ * "Device#isIE" method has been removed and no longer available
586
+
587
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
588
+ * 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:
589
+ ```ts
590
+ import { setUseLinks } from "@ui5/webcomponents-base/dist/CSP.js"
591
+ import { setPackageCSSRoot } from "@ui5/webcomponents-base/dist/CSP.js"
592
+ import { setPreloadLinks } from "@ui5/webcomponents-base/dist/CSP.js"
593
+ ```
594
+ * Removed the `ICardHeader` interface. If you previously used the interface
595
+ ```ts
596
+ import type { ICardHeader } from "@ui5/webcomponents-base/dist/Card.js"
597
+ ```
598
+ Use the CardHeader type instead:
599
+ ```ts
600
+ import type CardHeader from "@ui5/webcomponents-base/dist/CardHeader.js"
601
+ ```
602
+ * Removed the `IUploadCollectionItem` interface. If you previously used the interface:
603
+ ```js
604
+ import type { IUploadCollectionItem} from "@ui5/webcomponents-fiori/dist/UploadCollection.js"
605
+ ```
606
+ Use the `UploadCollectionItem` type instead:
607
+ ```js
608
+ import type UploadCollectionItem from "@ui5/webcomponents-fiori/dist/UploadCollectionItem.js"
609
+ ```
610
+
611
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
612
+ * The `size` property now accepts different values. If you previously used it like:
613
+ ```html
614
+ <ui5-busy-indicator size="Small"></ui5-busy-indicator>
615
+ ```
616
+ Now use the new values instead:
617
+ ```html
618
+ <ui5-busy-indicator size="S"></ui5-busy-indicator>
619
+ ```
620
+
621
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
622
+ * The `status` property and its shadow part have been renamed. If you previously used them:
623
+ ```html
624
+ <style>
625
+ .cardHeader::part(status) { ... }
626
+ </style>
627
+ <ui5-card-header status="3 of 10"></ui5-popover>
628
+ ```
629
+ Now use `additionalText` instead:
630
+ ```html
631
+ <style>
632
+ .cardHeader::part(additional-text) { ... }
633
+ </style>
634
+ <ui5-card-header class="cardHeader" additional-text="3 of 10"></ui5-card-header>
635
+ ```
636
+
637
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
638
+ * The `pageIndicatorStyle` no longer exists. If you previously used it like:
639
+ ```html
640
+ <ui5-carousel page-indicator-style="Numeric"></ui5-carousel>
641
+ ```
642
+ Now you should use `pageIndicatorType` instead:
643
+ ```html
644
+ <ui5-carousel page-indicator-type="Numeric"></ui5-carousel>
645
+ ```
646
+
647
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
648
+ * Removed `UI5Element#render` method in favour of `UI5Element#renderer`. If you previously used "render"
649
+ ```js
650
+ class MyClass extends UI5Element {
651
+ static get render() {
652
+ return litRenderer;
653
+ }
654
+ }
655
+ ```
656
+ start using "renderer"
657
+ ```ts
658
+ class MyClass extends UI5Element {
659
+ static get renderer() {
660
+ return litRenderer;
661
+ }
662
+ }
663
+ ```
664
+ * Remove JavaScript template option from @ui5/create-webcomponents-package
665
+ Previously `npm init @ui5/webcomponents-package` used to create JS-based project, however now it will be TypeScript-based project.
666
+ 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.
667
+ * The `Left` and `Right` options option have been renamed. If you previously used them to set the placement or the alignment of the popover:
668
+ ```html
669
+ <ui5-popover horizontal-align="Left" placement-type="Left"></ui5-popover>
670
+ ```
671
+ Now use `Start` or `End` instead:
672
+ ```html
673
+ <ui5-popover horizontal-align="Start" placement-type="Start"></ui5-popover>
674
+ ```
675
+
676
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
677
+
678
+ * docs: deploy v2 preview
679
+ * Remove `soccor` icon. Use `soccer` instead.
680
+ * Remove `add-polygone` icon. Use `add-polygon` instead.
681
+ * 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`
682
+ * All Assets-static.js modules are removed. If you previously imported any Assets-static.js module from any package:
683
+ ```ts
684
+ import "@ui5/webcomponents/dist/Assets-static.js";
685
+ import "@ui5/webcomponents-icons/dist/Assets-static.js"
686
+ ```
687
+ use the dynamic equivalent of it:
688
+ ```ts
689
+ import "@ui5/webcomponents/dist/Assets.js";
690
+ import "@ui5/webcomponents-icons/dist/Assets.js"
691
+ ```
692
+
693
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
694
+ * The event `selected-dates-change ` is renamed to `selection-change`. In addition the event details
695
+ `values` and `dates` are renamed to `selectedValues` and `selectedDateValues`. If you previously used the Calendar event as follows:
696
+ ```ts
697
+ myCalendar.addEventListener("selected-dates-change", () => {
698
+ const values = e.detail.values;
699
+ const dates = e.detail.dates;
700
+ })
701
+ ```
702
+ Now you have to use the new event name and details:
703
+ ```ts
704
+ myCalendar.addEventListener("selection-change", () => {
705
+ const values = event.detail.selectedValues;
706
+ const dates = event.detail.selectedDateValues;
707
+ })
708
+ ```
709
+
710
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
711
+ * The property `color` is renamed to `value`. If you previously used the change event of the ColorPicker as follows:
712
+ ```html
713
+ <ui5-color-picker color="red"></ui5-color-picker>
714
+ ```
715
+ Now you have to use it like this:
716
+ ```html
717
+ <ui5-color-picker value="red"></ui5-color-picker>
718
+ ```
719
+
720
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
721
+ * JavaScript projects may not function properly with the tools package.
722
+ * The `openPopover` and `showAt` methods are removed in favor of `open` and `opener` properties. If you previously used the imperative API:
723
+ ```js
724
+ button.addEventListener("click", function(event) {
725
+ colorPalettePopover.showAt(this);
726
+ });
727
+ ```
728
+ Now the declarative API should be used instead:
729
+ ```html
730
+ <ui5-button id="opener">Open</ui5-button>
731
+ <ui5-color-palette-popover opener="opener">
732
+ ```
733
+ ```js
734
+ button.addEventListener("click", function(event) {
735
+ colorPalettePopover.open = !colorPalettePopover.open;
736
+ });
737
+ ```
738
+ * The `ui5-bar` component is now in `main` library. If you previously imported the `ui5-bar` from `fiori`:
739
+ ```ts
740
+ import "@ui5/webcomponents-fiori/dist/Bar.js;
741
+ ```
742
+ Now, import the `ui5-bar` from `main`:
743
+ ```ts
744
+ import "@ui5/webcomponents/dist/Bar.js";
745
+ ```
746
+
747
+ Related to: https://github.com/SAP/ui5-webcomponents/issues/8461
748
+ * If you have previously used:
749
+ ```html
750
+ <ui5-tab id="nestedTab" slot="subTabs"></ui5-tab>
751
+ ```
752
+ Now use:
753
+ ```html
754
+ <ui5-tab id="nestedTab" slot="items"></ui5-tab>
755
+ ```
756
+
757
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
758
+ * If you have previously used:
759
+ ```html
760
+ <ui5-tabcontainer tabs-overflow-mode="StartAndEnd"></ui5-tabcontainer>
761
+ ```
762
+ Now use:
763
+ ```html
764
+ <ui5-tabcontainer overflow-mode="StartAndEnd"></ui5-tabcontainer>
765
+ ```
766
+
767
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
768
+ * If you previously imported `TabContainerBackgroundDesign`, use `BackgroundDesign` instead.
769
+
770
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
771
+ * The showOverflow property is removed. If previously you have used:
772
+ ```html
773
+ <ui5-tabcontainer show-overflow></ui5-tabcontainer>
774
+ ```
775
+ now use the overflowButton slot:
776
+ ```html
777
+ <ui5-tabcontainer>
778
+ <ui5-button slot="startOverflowButton" id="startOverflowButton">Start</ui5-button>
779
+ <ui5-button slot="overflowButton" id="endOverflowButton">End</ui5-button>
780
+ </ui5-tabcontainer>
781
+ ```
782
+
783
+ Relates to https://github.com/SAP/ui5-webcomponents/issues/8461
784
+ * The `placementType` property and the `PopoverPlacementType` enum have been renamed.
785
+ If you have previously used the `placementType` property and the `PopoverPlacementType`
786
+ ```html
787
+ <ui5-popover placement-type="Bottom"></ui5-popover>
788
+ ```
789
+ ```js
790
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacementType.js";
791
+ ```
792
+ Now use `placement` instead:
793
+ ```html
794
+ <ui5-placement="Bottom"></ui5-popover>
795
+ ```
796
+ ```js
797
+ import PopoverPlacementType from "@ui5/webcomponents/dist/types/PopoverPlacement.js";
798
+ ```
799
+
800
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461
801
+ * The `size` property of the `ui5--illustrated-message` is renamed to `design`.
802
+ If you have previously used the `size` property:
803
+ ```html
804
+ <ui5-illustrated-message size="Dialog">
805
+ ```
806
+ Now use `design` instead:
807
+ ```html
808
+ <ui5-illustrated-message design="Dialog">
809
+
810
+ ```
811
+
812
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
813
+ * The `separator-style` property is renamed to `separators` and the `BreadcrumbsSeparatorStyle` enum is renamed to `BreadcrumbsSeparator`.
814
+ If you have previously used the `separator-style` property:
815
+ ```html
816
+ <ui5-breadcrumbs separator-style="Slash">
817
+ ```
818
+ Now use `separators` instead:
819
+ ```html
820
+ <ui5-breadcrumbs separators="Slash">
821
+ ```
822
+
823
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
824
+ * The `disabled` property of the `ui5-option` is removed.
825
+ If you have previously used the `disabled` property:
826
+ ```html
827
+ <ui5-option disabled>Option</ui5-option>
828
+ ```
829
+ it will no longer work for the component.
830
+
831
+ Related to https://github.com/SAP/ui5-webcomponents/issues/8461, https://github.com/SAP/ui5-webcomponents/issues/7887
832
+ * 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.
833
+
834
+
835
+
836
+
837
+
838
+ # [1.24.0](https://github.com/SAP/ui5-webcomponents/compare/v1.24.0-rc.4...v1.24.0) (2024-04-04)
839
+
840
+ **Note:** Version bump only for package @ui5/webcomponents-base
841
+
842
+
843
+
844
+
845
+
846
+ # [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)
847
+
848
+
849
+ ### Features
850
+
851
+ * enable property decorator for property accessors ([#8587](https://github.com/SAP/ui5-webcomponents/issues/8587)) ([12b6f1a](https://github.com/SAP/ui5-webcomponents/commit/12b6f1a7611bba909dd54ab5ee4549fde2173e6a))
852
+
853
+
854
+
855
+
856
+
857
+ # [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)
858
+
859
+
860
+ ### Features
861
+
862
+ * **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)
863
+
864
+
865
+
866
+
867
+
868
+ # [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)
869
+
870
+
871
+ ### Bug Fixes
872
+
873
+ * 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))
874
+
875
+
876
+
877
+
878
+
879
+ # [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)
880
+
881
+
882
+ ### Features
883
+
884
+ * **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))
885
+
886
+
887
+
888
+
889
+
890
+ # [1.24.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1...v1.24.0-rc.0) (2024-03-14)
891
+
892
+ **Note:** Version bump only for package @ui5/webcomponents-base
893
+
894
+
895
+
896
+
897
+
898
+ ## [1.23.1](https://github.com/SAP/ui5-webcomponents/compare/v1.23.1-rc.0...v1.23.1) (2024-03-08)
899
+
900
+ **Note:** Version bump only for package @ui5/webcomponents-base
901
+
902
+
903
+
904
+
905
+
906
+ ## [1.23.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0...v1.23.1-rc.0) (2024-03-07)
907
+
908
+ **Note:** Version bump only for package @ui5/webcomponents-base
909
+
910
+
911
+
912
+
913
+
914
+ # [1.23.0](https://github.com/SAP/ui5-webcomponents/compare/v1.23.0-rc.5...v1.23.0) (2024-03-06)
915
+
916
+
917
+ ### Features
918
+
919
+ * **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)
920
+
921
+
922
+
923
+
924
+
925
+ # [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)
926
+
927
+
928
+ ### Bug Fixes
929
+
930
+ * 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))
931
+
932
+
933
+
934
+
935
+
936
+ # [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)
937
+
938
+ **Note:** Version bump only for package @ui5/webcomponents-base
939
+
940
+
941
+
942
+
943
+
944
+ # [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)
945
+
946
+ **Note:** Version bump only for package @ui5/webcomponents-base
947
+
948
+
949
+
950
+
951
+
952
+ # [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)
953
+
954
+ **Note:** Version bump only for package @ui5/webcomponents-base
955
+
956
+
957
+
958
+
959
+
960
+ # [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)
961
+
962
+ **Note:** Version bump only for package @ui5/webcomponents-base
963
+
964
+
965
+
966
+
967
+
968
+ # [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)
969
+
970
+
971
+ ### Bug Fixes
972
+
973
+ * setting configuration before boot ([#8246](https://github.com/SAP/ui5-webcomponents/issues/8246)) ([d73834b](https://github.com/SAP/ui5-webcomponents/commit/d73834bd06516d5f663f14ecb516e92624191300))
974
+
975
+
976
+
977
+
978
+
979
+ ## [1.22.1-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0...v1.22.1-rc.0) (2024-02-08)
980
+
981
+ **Note:** Version bump only for package @ui5/webcomponents-base
982
+
983
+
984
+
985
+
986
+
987
+ # [1.22.0](https://github.com/SAP/ui5-webcomponents/compare/v1.22.0-rc.3...v1.22.0) (2024-02-05)
988
+
989
+ **Note:** Version bump only for package @ui5/webcomponents-base
990
+
991
+
992
+
993
+
994
+
995
+ # [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)
996
+
997
+
998
+ ### Bug Fixes
999
+
1000
+ * build ([#8191](https://github.com/SAP/ui5-webcomponents/issues/8191)) ([5af9560](https://github.com/SAP/ui5-webcomponents/commit/5af956088195cd4de81f9c1ec82f1b937b3498aa))
1001
+ * **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))
1002
+ * release build ([#8222](https://github.com/SAP/ui5-webcomponents/issues/8222)) ([27042ac](https://github.com/SAP/ui5-webcomponents/commit/27042ac90443dea8d5900d1c5bfa5bc93d365da0))
1003
+
1004
+
1005
+ ### Features
1006
+
1007
+ * 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))
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+ # [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)
1014
+
1015
+ **Note:** Version bump only for package @ui5/webcomponents-base
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+ # [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)
1022
+
1023
+
1024
+ ### Features
1025
+
1026
+ * **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))
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+ # [1.22.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0...v1.22.0-rc.0) (2024-01-11)
1033
+
1034
+ **Note:** Version bump only for package @ui5/webcomponents-base
1035
+
1036
+
1037
+
1038
+
1039
+
1040
+ # [1.21.0](https://github.com/SAP/ui5-webcomponents/compare/v1.21.0-rc.5...v1.21.0) (2024-01-05)
1041
+
1042
+ **Note:** Version bump only for package @ui5/webcomponents-base
1043
+
1044
+
1045
+
1046
+
1047
+
1048
+ # [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)
1049
+
1050
+ **Note:** Version bump only for package @ui5/webcomponents-base
1051
+
1052
+
1053
+
1054
+
1055
+
1056
+ # [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)
1057
+
1058
+ **Note:** Version bump only for package @ui5/webcomponents-base
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+ # [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)
1065
+
1066
+ **Note:** Version bump only for package @ui5/webcomponents-base
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+ # [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)
1073
+
1074
+
1075
+ ### Bug Fixes
1076
+
1077
+ * **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)
1078
+
1079
+
1080
+
1081
+
1082
+
1083
+ # [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)
1084
+
1085
+
1086
+ ### Bug Fixes
1087
+
1088
+ * **infra:** release commands ([#7978](https://github.com/SAP/ui5-webcomponents/issues/7978)) ([b0e653c](https://github.com/SAP/ui5-webcomponents/commit/b0e653cf911cc0ffe5fb5dcbd50a7c238f20f33d))
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+ # [1.21.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0...v1.21.0-rc.0) (2023-12-07)
1095
+
1096
+
1097
+ ### Bug Fixes
1098
+
1099
+ * **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))
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+ # [1.20.0](https://github.com/SAP/ui5-webcomponents/compare/v1.20.0-rc.3...v1.20.0) (2023-12-04)
1106
+
1107
+
1108
+ ### Bug Fixes
1109
+
1110
+ * **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)
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+ # [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)
1117
+
1118
+
1119
+ ### Bug Fixes
1120
+
1121
+ * **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)
1122
+
1123
+
1124
+ ### Features
1125
+
1126
+ * 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)
1127
+ * register custom theme properties ([#7750](https://github.com/SAP/ui5-webcomponents/issues/7750)) ([c6c04c6](https://github.com/SAP/ui5-webcomponents/commit/c6c04c609d82a7442bdf79ef5bba46a406859a27))
1128
+
1129
+
1130
+
1131
+
1132
+
1133
+ # [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)
1134
+
1135
+
1136
+ ### Bug Fixes
1137
+
1138
+ * **framework:** redundant fonts loading ([#7868](https://github.com/SAP/ui5-webcomponents/issues/7868)) ([87535f1](https://github.com/SAP/ui5-webcomponents/commit/87535f1ba30b85d3c1c718451a89f0121e441338))
1139
+ * 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))
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+ # [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)
1146
+
1147
+ **Note:** Version bump only for package @ui5/webcomponents-base
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+ # [1.20.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0...v1.20.0-rc.0) (2023-11-09)
1154
+
1155
+
1156
+ ### Bug Fixes
1157
+
1158
+ * **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))
1159
+
1160
+
1161
+ ### Features
1162
+
1163
+ * **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))
1164
+
1165
+
1166
+
1167
+
1168
+
1169
+ # [1.19.0](https://github.com/SAP/ui5-webcomponents/compare/v1.19.0-rc.3...v1.19.0) (2023-11-02)
1170
+
1171
+ **Note:** Version bump only for package @ui5/webcomponents-base
1172
+
1173
+
1174
+
1175
+
1176
+
1177
+ # [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)
1178
+
1179
+
1180
+ ### Bug Fixes
1181
+
1182
+ * **framework:** use correct customElements registry ([#7760](https://github.com/SAP/ui5-webcomponents/issues/7760)) ([288f6d4](https://github.com/SAP/ui5-webcomponents/commit/288f6d4d6cee9dccf1c64fa12b3ead2920c6c08a))
1183
+
1184
+
1185
+ ### Features
1186
+
1187
+ * **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))
1188
+
1189
+
1190
+
1191
+
1192
+
6
1193
  # [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)
7
1194
 
8
1195