@ui5/webcomponents-base 0.0.0-47cc17a26 → 0.0.0-49bade48d

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 (373) hide show
  1. package/AGENTS.md +195 -0
  2. package/CHANGELOG.md +362 -1
  3. package/CLAUDE.md +1 -0
  4. package/dist/.tsbuildinfobuild +1 -1
  5. package/dist/Boot.d.ts +2 -1
  6. package/dist/Boot.js +42 -14
  7. package/dist/Boot.js.map +1 -1
  8. package/dist/CustomElementsScopeUtils.d.ts +11 -4
  9. package/dist/CustomElementsScopeUtils.js +15 -5
  10. package/dist/CustomElementsScopeUtils.js.map +1 -1
  11. package/dist/FontFace.css +36 -0
  12. package/dist/InitialConfiguration.d.ts +2 -1
  13. package/dist/InitialConfiguration.js +10 -11
  14. package/dist/InitialConfiguration.js.map +1 -1
  15. package/dist/ManagedStyles.js +1 -1
  16. package/dist/ManagedStyles.js.map +1 -1
  17. package/dist/Render.d.ts +9 -1
  18. package/dist/Render.js +15 -3
  19. package/dist/Render.js.map +1 -1
  20. package/dist/Runtimes.d.ts +6 -1
  21. package/dist/Runtimes.js +25 -24
  22. package/dist/Runtimes.js.map +1 -1
  23. package/dist/SystemCSSVars.js +2 -4
  24. package/dist/SystemCSSVars.js.map +1 -1
  25. package/dist/UI5Element.d.ts +33 -7
  26. package/dist/UI5Element.js +73 -25
  27. package/dist/UI5Element.js.map +1 -1
  28. package/dist/UI5ElementMetadata.js +1 -1
  29. package/dist/UI5ElementMetadata.js.map +1 -1
  30. package/dist/asset-registries/Icons.d.ts +1 -0
  31. package/dist/asset-registries/Icons.js +1 -0
  32. package/dist/asset-registries/Icons.js.map +1 -1
  33. package/dist/asset-registries/Themes.d.ts +5 -2
  34. package/dist/asset-registries/Themes.js +3 -3
  35. package/dist/asset-registries/Themes.js.map +1 -1
  36. package/dist/config/ConfigurationSync.d.ts +16 -0
  37. package/dist/config/ConfigurationSync.js +42 -0
  38. package/dist/config/ConfigurationSync.js.map +1 -0
  39. package/dist/config/Language.js +13 -1
  40. package/dist/config/Language.js.map +1 -1
  41. package/dist/config/Theme.d.ts +13 -1
  42. package/dist/config/Theme.js +27 -2
  43. package/dist/config/Theme.js.map +1 -1
  44. package/dist/config/ThemeRoot.js +12 -7
  45. package/dist/config/ThemeRoot.js.map +1 -1
  46. package/dist/config/UrlParams.d.ts +20 -0
  47. package/dist/config/UrlParams.js +30 -0
  48. package/dist/config/UrlParams.js.map +1 -0
  49. package/dist/createReactComponent.d.ts +26 -0
  50. package/dist/createReactComponent.js +51 -0
  51. package/dist/createReactComponent.js.map +1 -0
  52. package/dist/css/OpenUI5PopupStyles.css +5 -0
  53. package/dist/css/SystemCSSVars.css +28 -3
  54. package/dist/custom-elements-internal.json +402 -309
  55. package/dist/custom-elements.json +346 -253
  56. package/dist/decorators/slot-strict.d.ts +27 -0
  57. package/dist/decorators/slot-strict.js +54 -0
  58. package/dist/decorators/slot-strict.js.map +1 -0
  59. package/dist/decorators/slot.d.ts +18 -0
  60. package/dist/decorators/slot.js +18 -0
  61. package/dist/decorators/slot.js.map +1 -1
  62. package/dist/decorators.d.ts +2 -1
  63. package/dist/decorators.js +2 -1
  64. package/dist/decorators.js.map +1 -1
  65. package/dist/features/F6Navigation.d.ts +1 -0
  66. package/dist/features/F6Navigation.js +4 -0
  67. package/dist/features/F6Navigation.js.map +1 -1
  68. package/dist/features/InputElementsFormSupport.d.ts +1 -1
  69. package/dist/features/InputElementsFormSupport.js +26 -4
  70. package/dist/features/InputElementsFormSupport.js.map +1 -1
  71. package/dist/features/OpenUI5Support.d.ts +12 -6
  72. package/dist/features/OpenUI5Support.js +55 -24
  73. package/dist/features/OpenUI5Support.js.map +1 -1
  74. package/dist/features/patchPatcher.d.ts +7 -6
  75. package/dist/features/patchPatcher.js +14 -4
  76. package/dist/features/patchPatcher.js.map +1 -1
  77. package/dist/features/patchPopup.d.ts +17 -12
  78. package/dist/features/patchPopup.js +99 -27
  79. package/dist/features/patchPopup.js.map +1 -1
  80. package/dist/generated/AssetParameters.js +1 -1
  81. package/dist/generated/AssetParameters.js.map +1 -1
  82. package/dist/generated/VersionInfo.js +3 -3
  83. package/dist/generated/VersionInfo.js.map +1 -1
  84. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
  85. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
  86. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
  87. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
  88. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
  89. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
  90. package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
  91. package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
  92. package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
  93. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  94. package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
  95. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  96. package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
  97. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
  98. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
  99. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  100. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
  101. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
  102. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
  103. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  104. package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
  105. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
  106. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
  107. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
  108. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
  109. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
  110. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
  111. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
  112. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
  113. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
  114. package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
  115. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
  116. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
  117. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  118. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
  119. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
  120. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
  121. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
  122. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
  123. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
  124. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
  125. package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
  126. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
  127. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
  128. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
  129. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
  130. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
  131. package/dist/generated/css/FontFace.css.d.ts +1 -1
  132. package/dist/generated/css/FontFace.css.js +36 -36
  133. package/dist/generated/css/FontFace.css.js.map +1 -1
  134. package/dist/generated/css/OpenUI5PopupStyles.css.d.ts +1 -1
  135. package/dist/generated/css/OpenUI5PopupStyles.css.js +1 -1
  136. package/dist/generated/css/OpenUI5PopupStyles.css.js.map +1 -1
  137. package/dist/generated/css/SystemCSSVars.css.d.ts +1 -1
  138. package/dist/generated/css/SystemCSSVars.css.js +1 -1
  139. package/dist/generated/css/SystemCSSVars.css.js.map +1 -1
  140. package/dist/index.d.ts +3 -1
  141. package/dist/index.js +4 -2
  142. package/dist/index.js.map +1 -1
  143. package/dist/prod/Boot.js +1 -1
  144. package/dist/prod/Boot.js.map +3 -3
  145. package/dist/prod/CustomElementsScopeUtils.js +1 -1
  146. package/dist/prod/CustomElementsScopeUtils.js.map +3 -3
  147. package/dist/prod/InitialConfiguration.js +1 -1
  148. package/dist/prod/InitialConfiguration.js.map +3 -3
  149. package/dist/prod/ManagedStyles.js +1 -1
  150. package/dist/prod/ManagedStyles.js.map +2 -2
  151. package/dist/prod/Render.js +1 -1
  152. package/dist/prod/Render.js.map +3 -3
  153. package/dist/prod/Runtimes.js +1 -1
  154. package/dist/prod/Runtimes.js.map +3 -3
  155. package/dist/prod/SystemCSSVars.js +1 -1
  156. package/dist/prod/SystemCSSVars.js.map +3 -3
  157. package/dist/prod/UI5Element.js +1 -1
  158. package/dist/prod/UI5Element.js.map +3 -3
  159. package/dist/prod/UI5ElementMetadata.js +1 -1
  160. package/dist/prod/UI5ElementMetadata.js.map +2 -2
  161. package/dist/prod/asset-registries/Icons.js +1 -1
  162. package/dist/prod/asset-registries/Icons.js.map +2 -2
  163. package/dist/prod/asset-registries/Themes.js +1 -1
  164. package/dist/prod/asset-registries/Themes.js.map +3 -3
  165. package/dist/prod/config/ConfigurationSync.js +2 -0
  166. package/dist/prod/config/ConfigurationSync.js.map +7 -0
  167. package/dist/prod/config/Language.js +1 -1
  168. package/dist/prod/config/Language.js.map +3 -3
  169. package/dist/prod/config/Theme.js +1 -1
  170. package/dist/prod/config/Theme.js.map +3 -3
  171. package/dist/prod/config/ThemeRoot.js +1 -1
  172. package/dist/prod/config/ThemeRoot.js.map +3 -3
  173. package/dist/prod/config/UrlParams.js +2 -0
  174. package/dist/prod/config/UrlParams.js.map +7 -0
  175. package/dist/prod/createReactComponent.js +2 -0
  176. package/dist/prod/createReactComponent.js.map +7 -0
  177. package/dist/prod/decorators/slot-strict.js +2 -0
  178. package/dist/prod/decorators/slot-strict.js.map +7 -0
  179. package/dist/prod/decorators/slot.js.map +2 -2
  180. package/dist/prod/decorators.js +1 -1
  181. package/dist/prod/decorators.js.map +3 -3
  182. package/dist/prod/features/F6Navigation.js +1 -1
  183. package/dist/prod/features/F6Navigation.js.map +2 -2
  184. package/dist/prod/features/InputElementsFormSupport.js +1 -1
  185. package/dist/prod/features/InputElementsFormSupport.js.map +3 -3
  186. package/dist/prod/features/OpenUI5Support.js +1 -1
  187. package/dist/prod/features/OpenUI5Support.js.map +3 -3
  188. package/dist/prod/features/patchPatcher.js +1 -1
  189. package/dist/prod/features/patchPatcher.js.map +3 -3
  190. package/dist/prod/features/patchPopup.js +1 -1
  191. package/dist/prod/features/patchPopup.js.map +3 -3
  192. package/dist/prod/generated/AssetParameters.js +1 -1
  193. package/dist/prod/generated/AssetParameters.js.map +2 -2
  194. package/dist/prod/generated/VersionInfo.js +1 -1
  195. package/dist/prod/generated/VersionInfo.js.map +1 -1
  196. package/dist/prod/generated/assets/i18n/messagebundle_ar.json +1 -0
  197. package/dist/prod/generated/assets/i18n/messagebundle_bg.json +1 -0
  198. package/dist/prod/generated/assets/i18n/messagebundle_ca.json +1 -0
  199. package/dist/prod/generated/assets/i18n/messagebundle_cnr.json +1 -0
  200. package/dist/prod/generated/assets/i18n/messagebundle_cs.json +1 -0
  201. package/dist/prod/generated/assets/i18n/messagebundle_cy.json +1 -0
  202. package/dist/prod/generated/assets/i18n/messagebundle_da.json +1 -0
  203. package/dist/prod/generated/assets/i18n/messagebundle_de.json +1 -0
  204. package/dist/prod/generated/assets/i18n/messagebundle_el.json +1 -0
  205. package/dist/prod/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  206. package/dist/prod/generated/assets/i18n/messagebundle_es.json +1 -0
  207. package/dist/prod/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  208. package/dist/prod/generated/assets/i18n/messagebundle_et.json +1 -0
  209. package/dist/prod/generated/assets/i18n/messagebundle_fi.json +1 -0
  210. package/dist/prod/generated/assets/i18n/messagebundle_fr.json +1 -0
  211. package/dist/prod/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  212. package/dist/prod/generated/assets/i18n/messagebundle_hi.json +1 -0
  213. package/dist/prod/generated/assets/i18n/messagebundle_hr.json +1 -0
  214. package/dist/prod/generated/assets/i18n/messagebundle_hu.json +1 -0
  215. package/dist/prod/generated/assets/i18n/messagebundle_id.json +1 -0
  216. package/dist/prod/generated/assets/i18n/messagebundle_it.json +1 -0
  217. package/dist/prod/generated/assets/i18n/messagebundle_iw.json +1 -0
  218. package/dist/prod/generated/assets/i18n/messagebundle_ja.json +1 -0
  219. package/dist/prod/generated/assets/i18n/messagebundle_kk.json +1 -0
  220. package/dist/prod/generated/assets/i18n/messagebundle_ko.json +1 -0
  221. package/dist/prod/generated/assets/i18n/messagebundle_lt.json +1 -0
  222. package/dist/prod/generated/assets/i18n/messagebundle_lv.json +1 -0
  223. package/dist/prod/generated/assets/i18n/messagebundle_mk.json +1 -0
  224. package/dist/prod/generated/assets/i18n/messagebundle_ms.json +1 -0
  225. package/dist/prod/generated/assets/i18n/messagebundle_nl.json +1 -0
  226. package/dist/prod/generated/assets/i18n/messagebundle_no.json +1 -0
  227. package/dist/prod/generated/assets/i18n/messagebundle_pl.json +1 -0
  228. package/dist/prod/generated/assets/i18n/messagebundle_pt.json +1 -0
  229. package/dist/prod/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  230. package/dist/prod/generated/assets/i18n/messagebundle_ro.json +1 -0
  231. package/dist/prod/generated/assets/i18n/messagebundle_ru.json +1 -0
  232. package/dist/prod/generated/assets/i18n/messagebundle_sh.json +1 -0
  233. package/dist/prod/generated/assets/i18n/messagebundle_sk.json +1 -0
  234. package/dist/prod/generated/assets/i18n/messagebundle_sl.json +1 -0
  235. package/dist/prod/generated/assets/i18n/messagebundle_sr.json +1 -0
  236. package/dist/prod/generated/assets/i18n/messagebundle_sv.json +1 -0
  237. package/dist/prod/generated/assets/i18n/messagebundle_th.json +1 -0
  238. package/dist/prod/generated/assets/i18n/messagebundle_tr.json +1 -0
  239. package/dist/prod/generated/assets/i18n/messagebundle_uk.json +1 -0
  240. package/dist/prod/generated/assets/i18n/messagebundle_vi.json +1 -0
  241. package/dist/prod/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
  242. package/dist/prod/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
  243. package/dist/prod/generated/css/FontFace.css.js +36 -36
  244. package/dist/prod/generated/css/FontFace.css.js.map +1 -1
  245. package/dist/prod/generated/css/OpenUI5PopupStyles.css.js +1 -1
  246. package/dist/prod/generated/css/OpenUI5PopupStyles.css.js.map +1 -1
  247. package/dist/prod/generated/css/SystemCSSVars.css.js +1 -1
  248. package/dist/prod/generated/css/SystemCSSVars.css.js.map +1 -1
  249. package/dist/prod/index.js +1 -1
  250. package/dist/prod/index.js.map +3 -3
  251. package/dist/prod/sap/base/Log.js +15 -29
  252. package/dist/prod/sap/base/assert.js +1 -1
  253. package/dist/prod/sap/base/config/MemoryConfigurationProvider.js +1 -1
  254. package/dist/prod/sap/base/security/URLListValidator.js +9 -5
  255. package/dist/prod/sap/base/security/encodeCSS.js +1 -1
  256. package/dist/prod/sap/base/security/encodeXML.js +1 -1
  257. package/dist/prod/sap/base/security/sanitizeHTML.js +1 -1
  258. package/dist/prod/sap/base/strings/toHex.js +1 -1
  259. package/dist/prod/sap/base/util/now.js +7 -13
  260. package/dist/prod/sap/base/util/uid.js +1 -1
  261. package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +15 -3
  262. package/dist/prod/theming/applyTheme.js +1 -1
  263. package/dist/prod/theming/applyTheme.js.map +3 -3
  264. package/dist/prod/theming/componentStyles.js +3 -0
  265. package/dist/prod/theming/componentStyles.js.map +7 -0
  266. package/dist/prod/thirdparty/preact/preact.module.js +1 -1
  267. package/dist/prod/updateShadowRoot.js +1 -1
  268. package/dist/prod/updateShadowRoot.js.map +3 -3
  269. package/dist/prod/util/SelectionAssistant.js.map +1 -1
  270. package/dist/prod/util/createInstanceChecker.js +2 -0
  271. package/dist/prod/util/createInstanceChecker.js.map +7 -0
  272. package/dist/prod/util/createMultiInstanceChecker.js +2 -0
  273. package/dist/prod/util/createMultiInstanceChecker.js.map +7 -0
  274. package/dist/prod/util/dragAndDrop/DragRegistry.js +1 -1
  275. package/dist/prod/util/dragAndDrop/DragRegistry.js.map +3 -3
  276. package/dist/prod/util/generateHighlightedMarkupFirstMatch.js +2 -0
  277. package/dist/prod/util/generateHighlightedMarkupFirstMatch.js.map +7 -0
  278. package/dist/prod/validateThemeRoot.js +1 -1
  279. package/dist/prod/validateThemeRoot.js.map +3 -3
  280. package/dist/react18/createReactComponent.d.ts +38 -0
  281. package/dist/react18/createReactComponent.js +112 -0
  282. package/dist/react18/createReactComponent.js.map +1 -0
  283. package/dist/sap/base/Log.js +15 -29
  284. package/dist/sap/base/assert.js +1 -1
  285. package/dist/sap/base/config/MemoryConfigurationProvider.js +1 -1
  286. package/dist/sap/base/security/URLListValidator.js +9 -5
  287. package/dist/sap/base/security/encodeCSS.js +1 -1
  288. package/dist/sap/base/security/encodeXML.js +1 -1
  289. package/dist/sap/base/security/sanitizeHTML.js +1 -1
  290. package/dist/sap/base/strings/toHex.js +1 -1
  291. package/dist/sap/base/util/now.js +7 -13
  292. package/dist/sap/base/util/uid.js +1 -1
  293. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +15 -3
  294. package/dist/theming/applyTheme.js +14 -4
  295. package/dist/theming/applyTheme.js.map +1 -1
  296. package/dist/theming/componentStyles.d.ts +3 -0
  297. package/dist/theming/componentStyles.js +15 -0
  298. package/dist/theming/componentStyles.js.map +1 -0
  299. package/dist/thirdparty/preact/preact.module.js +1 -1
  300. package/dist/types.d.ts +3 -0
  301. package/dist/types.js.map +1 -1
  302. package/dist/updateShadowRoot.js +2 -1
  303. package/dist/updateShadowRoot.js.map +1 -1
  304. package/dist/util/SelectionAssistant.js.map +1 -1
  305. package/dist/util/createInstanceChecker.d.ts +2 -0
  306. package/dist/util/createInstanceChecker.js +8 -0
  307. package/dist/util/createInstanceChecker.js.map +1 -0
  308. package/dist/util/createMultiInstanceChecker.d.ts +2 -0
  309. package/dist/util/createMultiInstanceChecker.js +19 -0
  310. package/dist/util/createMultiInstanceChecker.js.map +1 -0
  311. package/dist/util/dragAndDrop/DragRegistry.d.ts +1 -1
  312. package/dist/util/dragAndDrop/DragRegistry.js +5 -1
  313. package/dist/util/dragAndDrop/DragRegistry.js.map +1 -1
  314. package/dist/util/generateHighlightedMarkupFirstMatch.d.ts +10 -0
  315. package/dist/util/generateHighlightedMarkupFirstMatch.js +36 -0
  316. package/dist/util/generateHighlightedMarkupFirstMatch.js.map +1 -0
  317. package/dist/util/getClassCopy.d.ts +2 -1
  318. package/dist/validateThemeRoot.js +18 -11
  319. package/dist/validateThemeRoot.js.map +1 -1
  320. package/dist/vscode.html-custom-data.json +1 -1
  321. package/package-scripts.cjs +6 -6
  322. package/package.json +17 -10
  323. package/src/css/OpenUI5PopupStyles.css +5 -0
  324. package/src/css/SystemCSSVars.css +28 -3
  325. package/src/i18n/messagebundle_ar.properties +2 -0
  326. package/src/i18n/messagebundle_bg.properties +2 -0
  327. package/src/i18n/messagebundle_ca.properties +2 -0
  328. package/src/i18n/messagebundle_cnr.properties +2 -0
  329. package/src/i18n/messagebundle_cs.properties +2 -0
  330. package/src/i18n/messagebundle_cy.properties +2 -0
  331. package/src/i18n/messagebundle_da.properties +2 -0
  332. package/src/i18n/messagebundle_de.properties +2 -0
  333. package/src/i18n/messagebundle_el.properties +2 -0
  334. package/src/i18n/messagebundle_en_GB.properties +2 -0
  335. package/src/i18n/messagebundle_es.properties +2 -0
  336. package/src/i18n/messagebundle_es_MX.properties +2 -0
  337. package/src/i18n/messagebundle_et.properties +2 -0
  338. package/src/i18n/messagebundle_fi.properties +2 -0
  339. package/src/i18n/messagebundle_fr.properties +2 -0
  340. package/src/i18n/messagebundle_fr_CA.properties +2 -0
  341. package/src/i18n/messagebundle_hi.properties +2 -0
  342. package/src/i18n/messagebundle_hr.properties +2 -0
  343. package/src/i18n/messagebundle_hu.properties +2 -0
  344. package/src/i18n/messagebundle_id.properties +2 -0
  345. package/src/i18n/messagebundle_it.properties +2 -0
  346. package/src/i18n/messagebundle_iw.properties +2 -0
  347. package/src/i18n/messagebundle_ja.properties +2 -0
  348. package/src/i18n/messagebundle_kk.properties +2 -0
  349. package/src/i18n/messagebundle_ko.properties +2 -0
  350. package/src/i18n/messagebundle_lt.properties +2 -0
  351. package/src/i18n/messagebundle_lv.properties +2 -0
  352. package/src/i18n/messagebundle_mk.properties +2 -0
  353. package/src/i18n/messagebundle_ms.properties +2 -0
  354. package/src/i18n/messagebundle_nl.properties +2 -0
  355. package/src/i18n/messagebundle_no.properties +2 -0
  356. package/src/i18n/messagebundle_pl.properties +2 -0
  357. package/src/i18n/messagebundle_pt.properties +2 -0
  358. package/src/i18n/messagebundle_pt_PT.properties +2 -0
  359. package/src/i18n/messagebundle_ro.properties +2 -0
  360. package/src/i18n/messagebundle_ru.properties +2 -0
  361. package/src/i18n/messagebundle_sh.properties +2 -0
  362. package/src/i18n/messagebundle_sk.properties +2 -0
  363. package/src/i18n/messagebundle_sl.properties +2 -0
  364. package/src/i18n/messagebundle_sr.properties +2 -0
  365. package/src/i18n/messagebundle_sv.properties +2 -0
  366. package/src/i18n/messagebundle_th.properties +2 -0
  367. package/src/i18n/messagebundle_tr.properties +2 -0
  368. package/src/i18n/messagebundle_uk.properties +2 -0
  369. package/src/i18n/messagebundle_vi.properties +2 -0
  370. package/src/i18n/messagebundle_zh_CN.properties +2 -0
  371. package/src/i18n/messagebundle_zh_TW.properties +2 -0
  372. package/src/react18/createReactComponent.tsx +140 -0
  373. package/src/thirdparty/preact/preact.module.js +1 -1
@@ -238,51 +238,59 @@
238
238
  "members": [
239
239
  {
240
240
  "kind": "method",
241
- "name": "onBeforeRendering",
241
+ "name": "attachComponentStateFinalized",
242
242
  "return": {
243
243
  "type": {
244
244
  "text": "void"
245
245
  }
246
246
  },
247
- "description": "Called every time before the component renders.",
248
- "privacy": "public"
249
- },
250
- {
251
- "kind": "method",
252
- "name": "onAfterRendering",
253
- "return": {
254
- "type": {
255
- "text": "void"
247
+ "parameters": [
248
+ {
249
+ "name": "callback",
250
+ "type": {
251
+ "text": "() => void"
252
+ },
253
+ "_ui5privacy": "public"
256
254
  }
257
- },
258
- "description": "Called every time after the component renders.",
255
+ ],
256
+ "description": "Attach a callback that will be executed whenever the component's state is finalized",
259
257
  "privacy": "public"
260
258
  },
261
259
  {
262
260
  "kind": "method",
263
- "name": "onEnterDOM",
261
+ "name": "attachInvalidate",
264
262
  "return": {
265
263
  "type": {
266
264
  "text": "void"
267
265
  }
268
266
  },
269
- "description": "Called on connectedCallback - added to the DOM.",
267
+ "parameters": [
268
+ {
269
+ "name": "callback",
270
+ "type": {
271
+ "text": "(param: InvalidationInfo) => void"
272
+ },
273
+ "_ui5privacy": "public"
274
+ }
275
+ ],
276
+ "description": "Attach a callback that will be executed whenever the component is invalidated",
270
277
  "privacy": "public"
271
278
  },
272
279
  {
273
280
  "kind": "method",
274
- "name": "onExitDOM",
281
+ "name": "define",
282
+ "static": true,
275
283
  "return": {
276
284
  "type": {
277
- "text": "void"
285
+ "text": "typeof UI5Element"
278
286
  }
279
287
  },
280
- "description": "Called on disconnectedCallback - removed from the DOM.",
288
+ "description": "Registers a UI5 Web Component in the browser window object",
281
289
  "privacy": "public"
282
290
  },
283
291
  {
284
292
  "kind": "method",
285
- "name": "attachInvalidate",
293
+ "name": "detachComponentStateFinalized",
286
294
  "return": {
287
295
  "type": {
288
296
  "text": "void"
@@ -292,12 +300,12 @@
292
300
  {
293
301
  "name": "callback",
294
302
  "type": {
295
- "text": "(param: InvalidationInfo) => void"
303
+ "text": "() => void"
296
304
  },
297
305
  "_ui5privacy": "public"
298
306
  }
299
307
  ],
300
- "description": "Attach a callback that will be executed whenever the component is invalidated",
308
+ "description": "Detach the callback that is executed whenever the component's state is finalized",
301
309
  "privacy": "public"
302
310
  },
303
311
  {
@@ -321,86 +329,45 @@
321
329
  "privacy": "public"
322
330
  },
323
331
  {
324
- "kind": "method",
325
- "name": "onInvalidation",
326
- "return": {
327
- "type": {
328
- "text": "void"
329
- }
330
- },
331
- "parameters": [
332
- {
333
- "name": "changeInfo",
334
- "type": {
335
- "text": "ChangeInfo",
336
- "references": [
337
- {
338
- "name": "ChangeInfo",
339
- "package": "@ui5/webcomponents-base",
340
- "module": "dist/UI5Element.js"
341
- }
342
- ]
343
- },
344
- "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)",
345
- "_ui5privacy": "public"
346
- }
347
- ],
348
- "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
349
- "privacy": "public"
350
- },
351
- {
352
- "kind": "method",
353
- "name": "getDomRef",
354
- "return": {
355
- "type": {
356
- "text": "HTMLElement | undefined"
357
- }
358
- },
359
- "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
360
- "privacy": "public"
361
- },
362
- {
363
- "kind": "method",
364
- "name": "getFocusDomRef",
365
- "return": {
366
- "type": {
367
- "text": "HTMLElement | undefined"
368
- }
369
- },
370
- "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
371
- "privacy": "public"
372
- },
373
- {
374
- "kind": "method",
375
- "name": "getFocusDomRefAsync",
376
- "return": {
377
- "type": {
378
- "text": "Promise<HTMLElement | undefined>"
379
- }
332
+ "kind": "field",
333
+ "name": "effectiveDir",
334
+ "type": {
335
+ "text": "string | undefined"
380
336
  },
381
- "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
382
- "privacy": "public"
337
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
338
+ "privacy": "public",
339
+ "default": "undefined",
340
+ "readonly": true
383
341
  },
384
342
  {
385
343
  "kind": "method",
386
- "name": "focus",
344
+ "name": "fireDecoratorEvent",
387
345
  "return": {
388
346
  "type": {
389
- "text": "Promise<void>"
390
- }
347
+ "text": "boolean"
348
+ },
349
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
391
350
  },
392
351
  "parameters": [
393
352
  {
394
- "name": "focusOptions",
353
+ "name": "data",
395
354
  "optional": true,
396
355
  "type": {
397
- "text": "FocusOptions"
356
+ "text": "this[\"eventDetails\"][N] | undefined"
398
357
  },
399
- "description": "additional options for the focus",
358
+ "description": "additional data for the event",
359
+ "_ui5privacy": "public"
360
+ },
361
+ {
362
+ "name": "name",
363
+ "type": {
364
+ "text": "N"
365
+ },
366
+ "description": "name of the event",
400
367
  "_ui5privacy": "public"
401
368
  }
402
369
  ],
403
- "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
370
+ "description": "Fires a custom event, configured via the \"event\" decorator.",
404
371
  "privacy": "public"
405
372
  },
406
373
  {
@@ -414,11 +381,15 @@
414
381
  },
415
382
  "parameters": [
416
383
  {
417
- "name": "name",
418
- "type": {
419
- "text": "string"
420
- },
421
- "description": "name of the event",
384
+ "name": "bubbles",
385
+ "default": "true",
386
+ "description": "true, if the event bubbles",
387
+ "_ui5privacy": "public"
388
+ },
389
+ {
390
+ "name": "cancelable",
391
+ "default": "false",
392
+ "description": "true, if the user can call preventDefault on the event object",
422
393
  "_ui5privacy": "public"
423
394
  },
424
395
  {
@@ -431,15 +402,11 @@
431
402
  "_ui5privacy": "public"
432
403
  },
433
404
  {
434
- "name": "cancelable",
435
- "default": "false",
436
- "description": "true, if the user can call preventDefault on the event object",
437
- "_ui5privacy": "public"
438
- },
439
- {
440
- "name": "bubbles",
441
- "default": "true",
442
- "description": "true, if the event bubbles",
405
+ "name": "name",
406
+ "type": {
407
+ "text": "string"
408
+ },
409
+ "description": "name of the event",
443
410
  "_ui5privacy": "public"
444
411
  }
445
412
  ],
@@ -448,96 +415,100 @@
448
415
  },
449
416
  {
450
417
  "kind": "method",
451
- "name": "fireDecoratorEvent",
418
+ "name": "focus",
452
419
  "return": {
453
420
  "type": {
454
- "text": "boolean"
455
- },
456
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
421
+ "text": "Promise<void>"
422
+ }
457
423
  },
458
424
  "parameters": [
459
425
  {
460
- "name": "name",
461
- "type": {
462
- "text": "N"
463
- },
464
- "description": "name of the event",
465
- "_ui5privacy": "public"
466
- },
467
- {
468
- "name": "data",
426
+ "name": "focusOptions",
469
427
  "optional": true,
470
428
  "type": {
471
- "text": "this[\"eventDetails\"][N] | undefined"
429
+ "text": "FocusOptions"
472
430
  },
473
- "description": "additional data for the event",
431
+ "description": "additional options for the focus",
474
432
  "_ui5privacy": "public"
475
433
  }
476
434
  ],
477
- "description": "Fires a custom event, configured via the \"event\" decorator.",
435
+ "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
478
436
  "privacy": "public"
479
437
  },
480
438
  {
481
439
  "kind": "method",
482
- "name": "getSlottedNodes",
440
+ "name": "getDomRef",
483
441
  "return": {
484
442
  "type": {
485
- "text": "Array<T>"
443
+ "text": "HTMLElement | undefined"
486
444
  }
487
445
  },
488
- "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
446
+ "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
489
447
  "privacy": "public"
490
448
  },
491
449
  {
492
450
  "kind": "method",
493
- "name": "attachComponentStateFinalized",
451
+ "name": "getFocusDomRef",
494
452
  "return": {
495
453
  "type": {
496
- "text": "void"
454
+ "text": "HTMLElement | undefined"
497
455
  }
498
456
  },
499
- "parameters": [
500
- {
501
- "name": "callback",
502
- "type": {
503
- "text": "() => void"
504
- },
505
- "_ui5privacy": "public"
457
+ "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
458
+ "privacy": "public"
459
+ },
460
+ {
461
+ "kind": "method",
462
+ "name": "getFocusDomRefAsync",
463
+ "return": {
464
+ "type": {
465
+ "text": "Promise<HTMLElement | undefined>"
506
466
  }
507
- ],
508
- "description": "Attach a callback that will be executed whenever the component's state is finalized",
467
+ },
468
+ "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
509
469
  "privacy": "public"
510
470
  },
511
471
  {
512
472
  "kind": "method",
513
- "name": "detachComponentStateFinalized",
473
+ "name": "getMetadata",
474
+ "static": true,
514
475
  "return": {
515
476
  "type": {
516
- "text": "void"
477
+ "text": "UI5ElementMetadata",
478
+ "references": [
479
+ {
480
+ "name": "UI5ElementMetadata",
481
+ "package": "@ui5/webcomponents-base",
482
+ "module": "dist/UI5ElementMetadata.js"
483
+ }
484
+ ]
517
485
  }
518
486
  },
519
- "parameters": [
520
- {
521
- "name": "callback",
522
- "type": {
523
- "text": "() => void"
524
- },
525
- "_ui5privacy": "public"
487
+ "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
488
+ "privacy": "public"
489
+ },
490
+ {
491
+ "kind": "method",
492
+ "name": "getSlottedNodes",
493
+ "return": {
494
+ "type": {
495
+ "text": "Array<T>"
526
496
  }
527
- ],
528
- "description": "Detach the callback that is executed whenever the component's state is finalized",
497
+ },
498
+ "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
529
499
  "privacy": "public"
530
500
  },
531
501
  {
532
- "kind": "field",
533
- "name": "effectiveDir",
534
- "type": {
535
- "text": "string | undefined"
502
+ "kind": "method",
503
+ "name": "getUniqueDependencies",
504
+ "static": true,
505
+ "return": {
506
+ "type": {
507
+ "text": "Array<typeof UI5Element>"
508
+ }
536
509
  },
537
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
538
- "privacy": "public",
539
- "default": "undefined",
540
- "readonly": true
510
+ "description": "Returns a list of the unique dependencies for this UI5 Web Component",
511
+ "privacy": "public"
541
512
  },
542
513
  {
543
514
  "kind": "field",
@@ -552,45 +523,74 @@
552
523
  },
553
524
  {
554
525
  "kind": "method",
555
- "name": "getUniqueDependencies",
556
- "static": true,
526
+ "name": "onAfterRendering",
557
527
  "return": {
558
528
  "type": {
559
- "text": "Array<typeof UI5Element>"
529
+ "text": "void"
560
530
  }
561
531
  },
562
- "description": "Returns a list of the unique dependencies for this UI5 Web Component",
532
+ "description": "Called every time after the component renders.",
563
533
  "privacy": "public"
564
534
  },
565
535
  {
566
536
  "kind": "method",
567
- "name": "define",
568
- "static": true,
537
+ "name": "onBeforeRendering",
569
538
  "return": {
570
539
  "type": {
571
- "text": "typeof UI5Element"
540
+ "text": "void"
572
541
  }
573
542
  },
574
- "description": "Registers a UI5 Web Component in the browser window object",
543
+ "description": "Called every time before the component renders.",
575
544
  "privacy": "public"
576
545
  },
577
546
  {
578
547
  "kind": "method",
579
- "name": "getMetadata",
580
- "static": true,
548
+ "name": "onEnterDOM",
581
549
  "return": {
582
550
  "type": {
583
- "text": "UI5ElementMetadata",
584
- "references": [
585
- {
586
- "name": "UI5ElementMetadata",
587
- "package": "@ui5/webcomponents-base",
588
- "module": "dist/UI5ElementMetadata.js"
589
- }
590
- ]
551
+ "text": "void"
591
552
  }
592
553
  },
593
- "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
554
+ "description": "Called on connectedCallback - added to the DOM.",
555
+ "privacy": "public"
556
+ },
557
+ {
558
+ "kind": "method",
559
+ "name": "onExitDOM",
560
+ "return": {
561
+ "type": {
562
+ "text": "void"
563
+ }
564
+ },
565
+ "description": "Called on disconnectedCallback - removed from the DOM.",
566
+ "privacy": "public"
567
+ },
568
+ {
569
+ "kind": "method",
570
+ "name": "onInvalidation",
571
+ "return": {
572
+ "type": {
573
+ "text": "void"
574
+ }
575
+ },
576
+ "parameters": [
577
+ {
578
+ "name": "changeInfo",
579
+ "type": {
580
+ "text": "ChangeInfo",
581
+ "references": [
582
+ {
583
+ "name": "ChangeInfo",
584
+ "package": "@ui5/webcomponents-base",
585
+ "module": "dist/UI5Element.js"
586
+ }
587
+ ]
588
+ },
589
+ "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)",
590
+ "_ui5privacy": "public"
591
+ }
592
+ ],
593
+ "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
594
594
  "privacy": "public"
595
595
  }
596
596
  ],
@@ -640,176 +640,176 @@
640
640
  "members": [
641
641
  {
642
642
  "kind": "method",
643
- "name": "validateSlotValue",
644
- "static": true,
643
+ "name": "getAttributesList",
645
644
  "return": {
646
645
  "type": {
647
- "text": "Node"
646
+ "text": "Array<string>"
648
647
  }
649
648
  },
650
- "description": "Validates the slot's value and returns it if correct\nor throws an exception if not.\n**Note:** Only intended for use by UI5Element.js",
649
+ "description": "Returns an array with the attributes of the UI5 Element (in kebab-case)",
651
650
  "privacy": "public"
652
651
  },
653
652
  {
654
653
  "kind": "method",
655
- "name": "getPureTag",
654
+ "name": "getEvents",
656
655
  "return": {
657
656
  "type": {
658
- "text": "string"
657
+ "text": "EventData",
658
+ "references": [
659
+ {
660
+ "name": "EventData",
661
+ "package": "@ui5/webcomponents-base",
662
+ "module": "dist/UI5ElementMetadata.js"
663
+ }
664
+ ]
659
665
  }
660
666
  },
661
- "description": "Returns the tag of the UI5 Element without the scope",
667
+ "description": "Returns an object with key-value pairs of events and their metadata definitions",
662
668
  "privacy": "public"
663
669
  },
664
670
  {
665
671
  "kind": "method",
666
- "name": "getTag",
672
+ "name": "getProperties",
667
673
  "return": {
668
674
  "type": {
669
- "text": "string"
675
+ "text": "Record<string, Property>",
676
+ "references": [
677
+ {
678
+ "name": "Property",
679
+ "package": "@ui5/webcomponents-base",
680
+ "module": "dist/UI5ElementMetadata.js"
681
+ }
682
+ ]
670
683
  }
671
684
  },
672
- "description": "Returns the tag of the UI5 Element",
685
+ "description": "Returns an object with key-value pairs of properties and their metadata definitions",
673
686
  "privacy": "public"
674
687
  },
675
688
  {
676
689
  "kind": "method",
677
- "name": "hasAttribute",
690
+ "name": "getPropertiesList",
678
691
  "return": {
679
692
  "type": {
680
- "text": "boolean"
693
+ "text": "Array<string>"
681
694
  }
682
695
  },
683
- "parameters": [
684
- {
685
- "name": "propName",
686
- "type": {
687
- "text": "string"
688
- },
689
- "_ui5privacy": "public"
690
- }
691
- ],
692
- "description": "Determines whether a property should have an attribute counterpart",
696
+ "description": "Returns an array with the properties of the UI5 Element (in camelCase)",
693
697
  "privacy": "public"
694
698
  },
695
699
  {
696
700
  "kind": "method",
697
- "name": "getPropertiesList",
701
+ "name": "getPureTag",
698
702
  "return": {
699
703
  "type": {
700
- "text": "Array<string>"
704
+ "text": "string"
701
705
  }
702
706
  },
703
- "description": "Returns an array with the properties of the UI5 Element (in camelCase)",
707
+ "description": "Returns the tag of the UI5 Element without the scope",
704
708
  "privacy": "public"
705
709
  },
706
710
  {
707
711
  "kind": "method",
708
- "name": "getAttributesList",
712
+ "name": "getSlots",
709
713
  "return": {
710
714
  "type": {
711
- "text": "Array<string>"
715
+ "text": "Record<string, Slot>",
716
+ "references": [
717
+ {
718
+ "name": "Slot",
719
+ "package": "@ui5/webcomponents-base",
720
+ "module": "dist/UI5ElementMetadata.js"
721
+ }
722
+ ]
712
723
  }
713
724
  },
714
- "description": "Returns an array with the attributes of the UI5 Element (in kebab-case)",
725
+ "description": "Returns an object with key-value pairs of slots and their metadata definitions",
715
726
  "privacy": "public"
716
727
  },
717
728
  {
718
729
  "kind": "method",
719
- "name": "hasSlots",
730
+ "name": "getTag",
720
731
  "return": {
721
732
  "type": {
722
- "text": "boolean"
733
+ "text": "string"
723
734
  }
724
735
  },
725
- "description": "Determines whether this UI5 Element supports any slots",
736
+ "description": "Returns the tag of the UI5 Element",
726
737
  "privacy": "public"
727
738
  },
728
739
  {
729
740
  "kind": "method",
730
- "name": "hasIndividualSlots",
741
+ "name": "hasAttribute",
731
742
  "return": {
732
743
  "type": {
733
744
  "text": "boolean"
734
745
  }
735
746
  },
736
- "description": "Determines whether this UI5 Element supports any slots with \"individualSlots: true\"",
747
+ "parameters": [
748
+ {
749
+ "name": "propName",
750
+ "type": {
751
+ "text": "string"
752
+ },
753
+ "_ui5privacy": "public"
754
+ }
755
+ ],
756
+ "description": "Determines whether a property should have an attribute counterpart",
737
757
  "privacy": "public"
738
758
  },
739
759
  {
740
760
  "kind": "method",
741
- "name": "slotsAreManaged",
761
+ "name": "hasIndividualSlots",
742
762
  "return": {
743
763
  "type": {
744
764
  "text": "boolean"
745
765
  }
746
766
  },
747
- "description": "Determines whether this UI5 Element needs to invalidate if children are added/removed/changed",
767
+ "description": "Determines whether this UI5 Element supports any slots with \"individualSlots: true\"",
748
768
  "privacy": "public"
749
769
  },
750
770
  {
751
771
  "kind": "method",
752
- "name": "supportsF6FastNavigation",
772
+ "name": "hasSlots",
753
773
  "return": {
754
774
  "type": {
755
775
  "text": "boolean"
756
776
  }
757
777
  },
758
- "description": "Determines whether this control supports F6 fast navigation",
778
+ "description": "Determines whether this UI5 Element supports any slots",
759
779
  "privacy": "public"
760
780
  },
761
781
  {
762
782
  "kind": "method",
763
- "name": "getProperties",
783
+ "name": "slotsAreManaged",
764
784
  "return": {
765
785
  "type": {
766
- "text": "Record<string, Property>",
767
- "references": [
768
- {
769
- "name": "Property",
770
- "package": "@ui5/webcomponents-base",
771
- "module": "dist/UI5ElementMetadata.js"
772
- }
773
- ]
786
+ "text": "boolean"
774
787
  }
775
788
  },
776
- "description": "Returns an object with key-value pairs of properties and their metadata definitions",
789
+ "description": "Determines whether this UI5 Element needs to invalidate if children are added/removed/changed",
777
790
  "privacy": "public"
778
791
  },
779
792
  {
780
793
  "kind": "method",
781
- "name": "getEvents",
794
+ "name": "supportsF6FastNavigation",
782
795
  "return": {
783
796
  "type": {
784
- "text": "EventData",
785
- "references": [
786
- {
787
- "name": "EventData",
788
- "package": "@ui5/webcomponents-base",
789
- "module": "dist/UI5ElementMetadata.js"
790
- }
791
- ]
797
+ "text": "boolean"
792
798
  }
793
799
  },
794
- "description": "Returns an object with key-value pairs of events and their metadata definitions",
800
+ "description": "Determines whether this control supports F6 fast navigation",
795
801
  "privacy": "public"
796
802
  },
797
803
  {
798
804
  "kind": "method",
799
- "name": "getSlots",
805
+ "name": "validateSlotValue",
806
+ "static": true,
800
807
  "return": {
801
808
  "type": {
802
- "text": "Record<string, Slot>",
803
- "references": [
804
- {
805
- "name": "Slot",
806
- "package": "@ui5/webcomponents-base",
807
- "module": "dist/UI5ElementMetadata.js"
808
- }
809
- ]
809
+ "text": "Node"
810
810
  }
811
811
  },
812
- "description": "Returns an object with key-value pairs of slots and their metadata definitions",
812
+ "description": "Validates the slot's value and returns it if correct\nor throws an exception if not.\n**Note:** Only intended for use by UI5Element.js",
813
813
  "privacy": "public"
814
814
  }
815
815
  ],
@@ -842,6 +842,21 @@
842
842
  }
843
843
  ]
844
844
  },
845
+ {
846
+ "kind": "javascript-module",
847
+ "path": "dist/createReactComponent.js",
848
+ "declarations": [],
849
+ "exports": [
850
+ {
851
+ "kind": "js",
852
+ "name": "default",
853
+ "declaration": {
854
+ "name": "createReactComponent",
855
+ "module": "dist/createReactComponent.js"
856
+ }
857
+ }
858
+ ]
859
+ },
845
860
  {
846
861
  "kind": "javascript-module",
847
862
  "path": "dist/decorators.js",
@@ -881,6 +896,14 @@
881
896
  }
882
897
  },
883
898
  "parameters": [
899
+ {
900
+ "name": "params",
901
+ "type": {
902
+ "text": "Array<number | string>"
903
+ },
904
+ "description": "Values for the placeholders",
905
+ "_ui5privacy": "public"
906
+ },
884
907
  {
885
908
  "name": "textObj",
886
909
  "type": {
@@ -895,14 +918,6 @@
895
918
  },
896
919
  "description": "key/defaultText pair or just the key",
897
920
  "_ui5privacy": "public"
898
- },
899
- {
900
- "name": "params",
901
- "type": {
902
- "text": "Array<number | string>"
903
- },
904
- "description": "Values for the placeholders",
905
- "_ui5privacy": "public"
906
921
  }
907
922
  ],
908
923
  "description": "Returns a text in the currently loaded language",
@@ -1097,6 +1112,12 @@
1097
1112
  "declarations": [],
1098
1113
  "exports": []
1099
1114
  },
1115
+ {
1116
+ "kind": "javascript-module",
1117
+ "path": "dist/config/ConfigurationSync.js",
1118
+ "declarations": [],
1119
+ "exports": []
1120
+ },
1100
1121
  {
1101
1122
  "kind": "javascript-module",
1102
1123
  "path": "dist/config/Fonts.js",
@@ -1151,6 +1172,12 @@
1151
1172
  "declarations": [],
1152
1173
  "exports": []
1153
1174
  },
1175
+ {
1176
+ "kind": "javascript-module",
1177
+ "path": "dist/config/UrlParams.js",
1178
+ "declarations": [],
1179
+ "exports": []
1180
+ },
1154
1181
  {
1155
1182
  "kind": "javascript-module",
1156
1183
  "path": "dist/asset-registries/Icons.js",
@@ -1316,6 +1343,21 @@
1316
1343
  }
1317
1344
  ]
1318
1345
  },
1346
+ {
1347
+ "kind": "javascript-module",
1348
+ "path": "dist/decorators/slot-strict.js",
1349
+ "declarations": [],
1350
+ "exports": [
1351
+ {
1352
+ "kind": "js",
1353
+ "name": "default",
1354
+ "declaration": {
1355
+ "name": "slot",
1356
+ "module": "dist/decorators/slot-strict.js"
1357
+ }
1358
+ }
1359
+ ]
1360
+ },
1319
1361
  {
1320
1362
  "kind": "javascript-module",
1321
1363
  "path": "dist/decorators/slot.js",
@@ -1414,7 +1456,7 @@
1414
1456
  "members": [
1415
1457
  {
1416
1458
  "kind": "method",
1417
- "name": "register",
1459
+ "name": "deregister",
1418
1460
  "static": true,
1419
1461
  "return": {
1420
1462
  "type": {
@@ -1422,14 +1464,6 @@
1422
1464
  }
1423
1465
  },
1424
1466
  "parameters": [
1425
- {
1426
- "name": "element",
1427
- "type": {
1428
- "text": "HTMLElement"
1429
- },
1430
- "description": "UI5 Web Component or DOM Element to be observed",
1431
- "_ui5privacy": "public"
1432
- },
1433
1467
  {
1434
1468
  "name": "callback",
1435
1469
  "type": {
@@ -1442,7 +1476,15 @@
1442
1476
  }
1443
1477
  ]
1444
1478
  },
1445
- "description": "Callback to be executed",
1479
+ "description": "Callback to be removed",
1480
+ "_ui5privacy": "public"
1481
+ },
1482
+ {
1483
+ "name": "element",
1484
+ "type": {
1485
+ "text": "HTMLElement"
1486
+ },
1487
+ "description": "UI5 Web Component or DOM Element to be unobserved",
1446
1488
  "_ui5privacy": "public"
1447
1489
  }
1448
1490
  ],
@@ -1450,7 +1492,7 @@
1450
1492
  },
1451
1493
  {
1452
1494
  "kind": "method",
1453
- "name": "deregister",
1495
+ "name": "register",
1454
1496
  "static": true,
1455
1497
  "return": {
1456
1498
  "type": {
@@ -1458,14 +1500,6 @@
1458
1500
  }
1459
1501
  },
1460
1502
  "parameters": [
1461
- {
1462
- "name": "element",
1463
- "type": {
1464
- "text": "HTMLElement"
1465
- },
1466
- "description": "UI5 Web Component or DOM Element to be unobserved",
1467
- "_ui5privacy": "public"
1468
- },
1469
1503
  {
1470
1504
  "name": "callback",
1471
1505
  "type": {
@@ -1478,7 +1512,15 @@
1478
1512
  }
1479
1513
  ]
1480
1514
  },
1481
- "description": "Callback to be removed",
1515
+ "description": "Callback to be executed",
1516
+ "_ui5privacy": "public"
1517
+ },
1518
+ {
1519
+ "name": "element",
1520
+ "type": {
1521
+ "text": "HTMLElement"
1522
+ },
1523
+ "description": "UI5 Web Component or DOM Element to be observed",
1482
1524
  "_ui5privacy": "public"
1483
1525
  }
1484
1526
  ],
@@ -1817,6 +1859,12 @@
1817
1859
  }
1818
1860
  ]
1819
1861
  },
1862
+ {
1863
+ "kind": "javascript-module",
1864
+ "path": "dist/theming/componentStyles.js",
1865
+ "declarations": [],
1866
+ "exports": []
1867
+ },
1820
1868
  {
1821
1869
  "kind": "javascript-module",
1822
1870
  "path": "dist/theming/getConstructableStyle.js",
@@ -1936,16 +1984,16 @@
1936
1984
  "kind": "field",
1937
1985
  "static": true,
1938
1986
  "privacy": "public",
1939
- "default": "full",
1940
- "name": "Full",
1987
+ "default": "basic",
1988
+ "name": "Basic",
1941
1989
  "readonly": true
1942
1990
  },
1943
1991
  {
1944
1992
  "kind": "field",
1945
1993
  "static": true,
1946
1994
  "privacy": "public",
1947
- "default": "basic",
1948
- "name": "Basic",
1995
+ "default": "full",
1996
+ "name": "Full",
1949
1997
  "readonly": true
1950
1998
  },
1951
1999
  {
@@ -1992,32 +2040,32 @@
1992
2040
  "kind": "field",
1993
2041
  "static": true,
1994
2042
  "privacy": "public",
1995
- "default": "Gregorian",
1996
- "name": "Gregorian",
2043
+ "default": "Buddhist",
2044
+ "name": "Buddhist",
1997
2045
  "readonly": true
1998
2046
  },
1999
2047
  {
2000
2048
  "kind": "field",
2001
2049
  "static": true,
2002
2050
  "privacy": "public",
2003
- "default": "Islamic",
2004
- "name": "Islamic",
2051
+ "default": "Gregorian",
2052
+ "name": "Gregorian",
2005
2053
  "readonly": true
2006
2054
  },
2007
2055
  {
2008
2056
  "kind": "field",
2009
2057
  "static": true,
2010
2058
  "privacy": "public",
2011
- "default": "Japanese",
2012
- "name": "Japanese",
2059
+ "default": "Islamic",
2060
+ "name": "Islamic",
2013
2061
  "readonly": true
2014
2062
  },
2015
2063
  {
2016
2064
  "kind": "field",
2017
2065
  "static": true,
2018
2066
  "privacy": "public",
2019
- "default": "Buddhist",
2020
- "name": "Buddhist",
2067
+ "default": "Japanese",
2068
+ "name": "Japanese",
2021
2069
  "readonly": true
2022
2070
  },
2023
2071
  {
@@ -2071,18 +2119,18 @@
2071
2119
  "kind": "field",
2072
2120
  "static": true,
2073
2121
  "privacy": "public",
2074
- "description": "Static behavior: navigations stops at the first or last item.",
2075
- "default": "Static",
2076
- "name": "Static",
2122
+ "description": "Cycling behavior: navigating past the last item continues with the first and vice versa.",
2123
+ "default": "Cyclic",
2124
+ "name": "Cyclic",
2077
2125
  "readonly": true
2078
2126
  },
2079
2127
  {
2080
2128
  "kind": "field",
2081
2129
  "static": true,
2082
2130
  "privacy": "public",
2083
- "description": "Cycling behavior: navigating past the last item continues with the first and vice versa.",
2084
- "default": "Cyclic",
2085
- "name": "Cyclic",
2131
+ "description": "Static behavior: navigations stops at the first or last item.",
2132
+ "default": "Static",
2133
+ "name": "Static",
2086
2134
  "readonly": true
2087
2135
  }
2088
2136
  ]
@@ -2113,8 +2161,8 @@
2113
2161
  "kind": "field",
2114
2162
  "static": true,
2115
2163
  "privacy": "public",
2116
- "default": "On",
2117
- "name": "On",
2164
+ "default": "After",
2165
+ "name": "After",
2118
2166
  "readonly": true
2119
2167
  },
2120
2168
  {
@@ -2129,8 +2177,8 @@
2129
2177
  "kind": "field",
2130
2178
  "static": true,
2131
2179
  "privacy": "public",
2132
- "default": "After",
2133
- "name": "After",
2180
+ "default": "On",
2181
+ "name": "On",
2134
2182
  "readonly": true
2135
2183
  }
2136
2184
  ]
@@ -2169,24 +2217,24 @@
2169
2217
  "kind": "field",
2170
2218
  "static": true,
2171
2219
  "privacy": "public",
2172
- "default": "Vertical",
2173
- "name": "Vertical",
2220
+ "default": "Horizontal",
2221
+ "name": "Horizontal",
2174
2222
  "readonly": true
2175
2223
  },
2176
2224
  {
2177
2225
  "kind": "field",
2178
2226
  "static": true,
2179
2227
  "privacy": "public",
2180
- "default": "Horizontal",
2181
- "name": "Horizontal",
2228
+ "default": "Paging",
2229
+ "name": "Paging",
2182
2230
  "readonly": true
2183
2231
  },
2184
2232
  {
2185
2233
  "kind": "field",
2186
2234
  "static": true,
2187
2235
  "privacy": "public",
2188
- "default": "Paging",
2189
- "name": "Paging",
2236
+ "default": "Vertical",
2237
+ "name": "Vertical",
2190
2238
  "readonly": true
2191
2239
  }
2192
2240
  ]
@@ -2229,15 +2277,6 @@
2229
2277
  "_ui5privacy": "public",
2230
2278
  "_ui5since": "2.8.0",
2231
2279
  "members": [
2232
- {
2233
- "kind": "field",
2234
- "static": true,
2235
- "privacy": "public",
2236
- "description": "Sorting is not applied.",
2237
- "default": "None",
2238
- "name": "None",
2239
- "readonly": true
2240
- },
2241
2280
  {
2242
2281
  "kind": "field",
2243
2282
  "static": true,
@@ -2255,6 +2294,15 @@
2255
2294
  "default": "Descending",
2256
2295
  "name": "Descending",
2257
2296
  "readonly": true
2297
+ },
2298
+ {
2299
+ "kind": "field",
2300
+ "static": true,
2301
+ "privacy": "public",
2302
+ "description": "Sorting is not applied.",
2303
+ "default": "None",
2304
+ "name": "None",
2305
+ "readonly": true
2258
2306
  }
2259
2307
  ]
2260
2308
  }
@@ -2284,40 +2332,40 @@
2284
2332
  "kind": "field",
2285
2333
  "static": true,
2286
2334
  "privacy": "public",
2287
- "default": "None",
2288
- "name": "None",
2335
+ "default": "Critical",
2336
+ "name": "Critical",
2289
2337
  "readonly": true
2290
2338
  },
2291
2339
  {
2292
2340
  "kind": "field",
2293
2341
  "static": true,
2294
2342
  "privacy": "public",
2295
- "default": "Positive",
2296
- "name": "Positive",
2343
+ "default": "Information",
2344
+ "name": "Information",
2297
2345
  "readonly": true
2298
2346
  },
2299
2347
  {
2300
2348
  "kind": "field",
2301
2349
  "static": true,
2302
2350
  "privacy": "public",
2303
- "default": "Critical",
2304
- "name": "Critical",
2351
+ "default": "Negative",
2352
+ "name": "Negative",
2305
2353
  "readonly": true
2306
2354
  },
2307
2355
  {
2308
2356
  "kind": "field",
2309
2357
  "static": true,
2310
2358
  "privacy": "public",
2311
- "default": "Negative",
2312
- "name": "Negative",
2359
+ "default": "None",
2360
+ "name": "None",
2313
2361
  "readonly": true
2314
2362
  },
2315
2363
  {
2316
2364
  "kind": "field",
2317
2365
  "static": true,
2318
2366
  "privacy": "public",
2319
- "default": "Information",
2320
- "name": "Information",
2367
+ "default": "Positive",
2368
+ "name": "Positive",
2321
2369
  "readonly": true
2322
2370
  }
2323
2371
  ]
@@ -2454,6 +2502,21 @@
2454
2502
  }
2455
2503
  ]
2456
2504
  },
2505
+ {
2506
+ "kind": "javascript-module",
2507
+ "path": "dist/util/createInstanceChecker.js",
2508
+ "declarations": [],
2509
+ "exports": [
2510
+ {
2511
+ "kind": "js",
2512
+ "name": "default",
2513
+ "declaration": {
2514
+ "name": "createChecker",
2515
+ "module": "dist/util/createInstanceChecker.js"
2516
+ }
2517
+ }
2518
+ ]
2519
+ },
2457
2520
  {
2458
2521
  "kind": "javascript-module",
2459
2522
  "path": "dist/util/createLinkInHead.js",
@@ -2469,6 +2532,21 @@
2469
2532
  }
2470
2533
  ]
2471
2534
  },
2535
+ {
2536
+ "kind": "javascript-module",
2537
+ "path": "dist/util/createMultiInstanceChecker.js",
2538
+ "declarations": [],
2539
+ "exports": [
2540
+ {
2541
+ "kind": "js",
2542
+ "name": "default",
2543
+ "declaration": {
2544
+ "name": "createMultiInstanceChecker",
2545
+ "module": "dist/util/createMultiInstanceChecker.js"
2546
+ }
2547
+ }
2548
+ ]
2549
+ },
2472
2550
  {
2473
2551
  "kind": "javascript-module",
2474
2552
  "path": "dist/util/debounce.js",
@@ -2559,6 +2637,21 @@
2559
2637
  }
2560
2638
  ]
2561
2639
  },
2640
+ {
2641
+ "kind": "javascript-module",
2642
+ "path": "dist/util/generateHighlightedMarkupFirstMatch.js",
2643
+ "declarations": [],
2644
+ "exports": [
2645
+ {
2646
+ "kind": "js",
2647
+ "name": "default",
2648
+ "declaration": {
2649
+ "name": "generateHighlightedMarkupFirstMatch",
2650
+ "module": "dist/util/generateHighlightedMarkupFirstMatch.js"
2651
+ }
2652
+ }
2653
+ ]
2654
+ },
2562
2655
  {
2563
2656
  "kind": "javascript-module",
2564
2657
  "path": "dist/util/getActiveElement.js",