@ui5/webcomponents-base 0.0.0-07d38e78e → 0.0.0-093de5dd1

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 (661) hide show
  1. package/CHANGELOG.md +1187 -0
  2. package/LICENSE.txt +201 -0
  3. package/README.md +7 -10
  4. package/cypress.config.js +3 -0
  5. package/dist/.tsbuildinfobuild +1 -0
  6. package/dist/Assets-fetch.d.ts +1 -0
  7. package/dist/Assets-fetch.js +3 -0
  8. package/dist/Assets-fetch.js.map +1 -0
  9. package/dist/Assets-node.d.ts +12 -0
  10. package/dist/Assets-node.js +14 -0
  11. package/dist/Assets-node.js.map +1 -0
  12. package/dist/Assets.d.ts +1 -0
  13. package/dist/Assets.js +3 -0
  14. package/dist/Assets.js.map +1 -0
  15. package/dist/Boot.js +5 -1
  16. package/dist/Boot.js.map +1 -1
  17. package/dist/CustomElementsRegistry.d.ts +2 -1
  18. package/dist/CustomElementsRegistry.js +5 -2
  19. package/dist/CustomElementsRegistry.js.map +1 -1
  20. package/dist/CustomElementsScopeUtils.d.ts +4 -2
  21. package/dist/CustomElementsScopeUtils.js +8 -1
  22. package/dist/CustomElementsScopeUtils.js.map +1 -1
  23. package/dist/DOMObserver.js.map +1 -1
  24. package/dist/Device.d.ts +16 -1
  25. package/dist/Device.js +6 -3
  26. package/dist/Device.js.map +1 -1
  27. package/dist/DragAndDrop.d.ts +2 -0
  28. package/dist/DragAndDrop.js +5 -0
  29. package/dist/DragAndDrop.js.map +1 -0
  30. package/dist/EventProvider.js.map +1 -1
  31. package/dist/FontFace.js +6 -9
  32. package/dist/FontFace.js.map +1 -1
  33. package/dist/IgnoreCustomElements.js.map +1 -1
  34. package/dist/InitialConfiguration.d.ts +9 -2
  35. package/dist/InitialConfiguration.js +33 -4
  36. package/dist/InitialConfiguration.js.map +1 -1
  37. package/dist/Keys.d.ts +5 -1
  38. package/dist/Keys.js +5 -1
  39. package/dist/Keys.js.map +1 -1
  40. package/dist/Location.d.ts +11 -0
  41. package/dist/Location.js +49 -0
  42. package/dist/Location.js.map +1 -0
  43. package/dist/ManagedStyles.d.ts +4 -6
  44. package/dist/ManagedStyles.js +6 -16
  45. package/dist/ManagedStyles.js.map +1 -1
  46. package/dist/MediaRange.js.map +1 -1
  47. package/dist/PropertiesFileFormat.js.map +1 -1
  48. package/dist/Render.js.map +1 -1
  49. package/dist/RenderQueue.js.map +1 -1
  50. package/dist/Runtimes.js +11 -0
  51. package/dist/Runtimes.js.map +1 -1
  52. package/dist/ScrollbarStyles.d.ts +2 -0
  53. package/dist/ScrollbarStyles.js +9 -0
  54. package/dist/ScrollbarStyles.js.map +1 -0
  55. package/dist/SystemCSSVars.js.map +1 -1
  56. package/dist/UI5Element.d.ts +94 -36
  57. package/dist/UI5Element.js +272 -160
  58. package/dist/UI5Element.js.map +1 -1
  59. package/dist/UI5ElementMetadata.d.ts +25 -16
  60. package/dist/UI5ElementMetadata.js +15 -71
  61. package/dist/UI5ElementMetadata.js.map +1 -1
  62. package/dist/animations/AnimationQueue.js.map +1 -1
  63. package/dist/animations/animate.js.map +1 -1
  64. package/dist/animations/slideUp.js.map +1 -1
  65. package/dist/asset-registries/Icons.d.ts +43 -9
  66. package/dist/asset-registries/Icons.js +51 -8
  67. package/dist/asset-registries/Icons.js.map +1 -1
  68. package/dist/asset-registries/Illustrations.d.ts +133 -8
  69. package/dist/asset-registries/Illustrations.js +82 -1
  70. package/dist/asset-registries/Illustrations.js.map +1 -1
  71. package/dist/asset-registries/LocaleData.js +2 -1
  72. package/dist/asset-registries/LocaleData.js.map +1 -1
  73. package/dist/asset-registries/Themes.d.ts +3 -6
  74. package/dist/asset-registries/Themes.js +1 -2
  75. package/dist/asset-registries/Themes.js.map +1 -1
  76. package/dist/asset-registries/i18n.js.map +1 -1
  77. package/dist/asset-registries/util/IconCollectionsAlias.js.map +1 -1
  78. package/dist/asset-registries/util/IconCollectionsByTheme.js.map +1 -1
  79. package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -1
  80. package/dist/config/AnimationMode.js +4 -0
  81. package/dist/config/AnimationMode.js.map +1 -1
  82. package/dist/config/CalendarType.js +5 -0
  83. package/dist/config/CalendarType.js.map +1 -1
  84. package/dist/config/ConfigurationReset.d.ts +4 -0
  85. package/dist/config/ConfigurationReset.js +11 -0
  86. package/dist/config/ConfigurationReset.js.map +1 -0
  87. package/dist/config/Fonts.d.ts +16 -0
  88. package/dist/config/Fonts.js +30 -0
  89. package/dist/config/Fonts.js.map +1 -0
  90. package/dist/config/FormatSettings.js +4 -0
  91. package/dist/config/FormatSettings.js.map +1 -1
  92. package/dist/config/Language.d.ts +2 -1
  93. package/dist/config/Language.js +19 -3
  94. package/dist/config/Language.js.map +1 -1
  95. package/dist/config/NoConflict.js +4 -0
  96. package/dist/config/NoConflict.js.map +1 -1
  97. package/dist/config/Theme.js +5 -2
  98. package/dist/config/Theme.js.map +1 -1
  99. package/dist/config/ThemeRoot.d.ts +3 -1
  100. package/dist/config/ThemeRoot.js +7 -1
  101. package/dist/config/ThemeRoot.js.map +1 -1
  102. package/dist/config/Timezone.js +4 -0
  103. package/dist/config/Timezone.js.map +1 -1
  104. package/dist/config/Tooltips.d.ts +19 -0
  105. package/dist/config/Tooltips.js +29 -0
  106. package/dist/config/Tooltips.js.map +1 -0
  107. package/dist/connectToComponent.js.map +1 -1
  108. package/dist/converters/DOMReference.d.ts +5 -0
  109. package/dist/converters/DOMReference.js +13 -0
  110. package/dist/converters/DOMReference.js.map +1 -0
  111. package/dist/css/MultipleDragGhost.css +17 -0
  112. package/dist/css/OpenUI5PopupStyles.css +10 -0
  113. package/dist/css/ScrollbarStyles.css +3 -0
  114. package/dist/custom-elements-internal.json +1882 -1950
  115. package/dist/custom-elements.json +1315 -1317
  116. package/dist/decorators/bound.d.ts +1 -0
  117. package/dist/decorators/bound.js +34 -0
  118. package/dist/decorators/bound.js.map +1 -0
  119. package/dist/decorators/customElement.d.ts +40 -0
  120. package/dist/decorators/customElement.js +4 -1
  121. package/dist/decorators/customElement.js.map +1 -1
  122. package/dist/decorators/event-strict.d.ts +15 -0
  123. package/dist/decorators/event-strict.js +26 -0
  124. package/dist/decorators/event-strict.js.map +1 -0
  125. package/dist/decorators/event.d.ts +4 -1
  126. package/dist/decorators/event.js +3 -0
  127. package/dist/decorators/event.js.map +1 -1
  128. package/dist/decorators/i18n.d.ts +17 -0
  129. package/dist/decorators/i18n.js +32 -0
  130. package/dist/decorators/i18n.js.map +1 -0
  131. package/dist/decorators/property.d.ts +1 -1
  132. package/dist/decorators/property.js +1 -1
  133. package/dist/decorators/property.js.map +1 -1
  134. package/dist/decorators/query.d.ts +25 -0
  135. package/dist/decorators/query.js +32 -0
  136. package/dist/decorators/query.js.map +1 -0
  137. package/dist/decorators/queryAll.d.ts +27 -0
  138. package/dist/decorators/queryAll.js +34 -0
  139. package/dist/decorators/queryAll.js.map +1 -0
  140. package/dist/decorators/slot.d.ts +1 -1
  141. package/dist/decorators/slot.js.map +1 -1
  142. package/dist/decorators.d.ts +4 -1
  143. package/dist/decorators.js +4 -1
  144. package/dist/decorators.js.map +1 -1
  145. package/dist/delegate/ItemNavigation.d.ts +1 -1
  146. package/dist/delegate/ItemNavigation.js.map +1 -1
  147. package/dist/delegate/ResizeHandler.js.map +1 -1
  148. package/dist/delegate/ScrollEnablement.js.map +1 -1
  149. package/dist/features/F6Navigation.d.ts +4 -3
  150. package/dist/features/F6Navigation.js +62 -19
  151. package/dist/features/F6Navigation.js.map +1 -1
  152. package/dist/features/InputElementsFormSupport.d.ts +7 -10
  153. package/dist/features/InputElementsFormSupport.js +2 -3
  154. package/dist/features/InputElementsFormSupport.js.map +1 -1
  155. package/dist/features/LegacyDateFormats.js.map +1 -1
  156. package/dist/features/OpenUI5Enablement.d.ts +2 -2
  157. package/dist/features/OpenUI5Enablement.js.map +1 -1
  158. package/dist/features/OpenUI5Support.d.ts +8 -3
  159. package/dist/features/OpenUI5Support.js +47 -31
  160. package/dist/features/OpenUI5Support.js.map +1 -1
  161. package/dist/features/insertOpenUI5PopupStyles.d.ts +2 -0
  162. package/dist/features/insertOpenUI5PopupStyles.js +9 -0
  163. package/dist/features/insertOpenUI5PopupStyles.js.map +1 -0
  164. package/dist/features/patchPatcher.d.ts +7 -6
  165. package/dist/features/patchPatcher.js +14 -4
  166. package/dist/features/patchPatcher.js.map +1 -1
  167. package/dist/features/patchPopup.d.ts +27 -8
  168. package/dist/features/patchPopup.js +132 -19
  169. package/dist/features/patchPopup.js.map +1 -1
  170. package/dist/generated/AssetParameters.js +1 -1
  171. package/dist/generated/AssetParameters.js.map +1 -1
  172. package/dist/generated/VersionInfo.js +4 -4
  173. package/dist/generated/VersionInfo.js.map +1 -1
  174. package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
  175. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  176. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  177. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  178. package/dist/generated/css/BusyIndicator.css.d.ts +2 -3
  179. package/dist/generated/css/BusyIndicator.css.js +1 -6
  180. package/dist/generated/css/BusyIndicator.css.js.map +1 -1
  181. package/dist/generated/css/FontFace.css.d.ts +2 -3
  182. package/dist/generated/css/FontFace.css.js +36 -6
  183. package/dist/generated/css/FontFace.css.js.map +1 -1
  184. package/dist/generated/css/MultipleDragGhost.css.d.ts +2 -0
  185. package/dist/generated/css/MultipleDragGhost.css.js +2 -0
  186. package/dist/generated/css/MultipleDragGhost.css.js.map +1 -0
  187. package/dist/generated/css/OpenUI5PopupStyles.css.d.ts +2 -0
  188. package/dist/generated/css/OpenUI5PopupStyles.css.js +2 -0
  189. package/dist/generated/css/OpenUI5PopupStyles.css.js.map +1 -0
  190. package/dist/generated/css/ScrollbarStyles.css.d.ts +2 -0
  191. package/dist/generated/css/ScrollbarStyles.css.js +2 -0
  192. package/dist/generated/css/ScrollbarStyles.css.js.map +1 -0
  193. package/dist/generated/css/SystemCSSVars.css.d.ts +2 -3
  194. package/dist/generated/css/SystemCSSVars.css.js +1 -6
  195. package/dist/generated/css/SystemCSSVars.css.js.map +1 -1
  196. package/dist/generated/i18n/i18n-defaults.d.ts +3 -0
  197. package/dist/generated/i18n/i18n-defaults.js +3 -0
  198. package/dist/generated/i18n/i18n-defaults.js.map +1 -0
  199. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  200. package/dist/generated/json-imports/i18n-fetch.js +2 -0
  201. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  202. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  203. package/dist/generated/json-imports/i18n-node.js +2 -0
  204. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  205. package/dist/generated/json-imports/i18n.d.ts +1 -0
  206. package/dist/generated/json-imports/i18n.js +2 -0
  207. package/dist/generated/json-imports/i18n.js.map +1 -0
  208. package/dist/getSharedResource.js.map +1 -1
  209. package/dist/i18nBundle.js.map +1 -1
  210. package/dist/index.d.ts +49 -0
  211. package/dist/index.js +91 -0
  212. package/dist/index.js.map +1 -0
  213. package/dist/jsx-dev-runtime.d.ts +4 -0
  214. package/dist/jsx-dev-runtime.js +43 -0
  215. package/dist/jsx-dev-runtime.js.map +1 -0
  216. package/dist/jsx-runtime.d.ts +51 -0
  217. package/dist/jsx-runtime.js +27 -0
  218. package/dist/jsx-runtime.js.map +1 -0
  219. package/dist/jsx-utils.d.ts +3 -0
  220. package/dist/jsx-utils.js +48 -0
  221. package/dist/jsx-utils.js.map +1 -0
  222. package/dist/locale/Locale.js.map +1 -1
  223. package/dist/locale/getEffectiveDir.js.map +1 -1
  224. package/dist/locale/getLocale.js.map +1 -1
  225. package/dist/locale/nextFallbackLocale.js +6 -2
  226. package/dist/locale/nextFallbackLocale.js.map +1 -1
  227. package/dist/locale/normalizeLocale.js.map +1 -1
  228. package/dist/prod/Assets-fetch.js +2 -0
  229. package/dist/prod/Assets-fetch.js.map +7 -0
  230. package/dist/prod/Assets-node.js +2 -0
  231. package/dist/prod/Assets-node.js.map +7 -0
  232. package/dist/prod/Assets.js +2 -0
  233. package/dist/prod/Assets.js.map +7 -0
  234. package/dist/prod/Boot.js +1 -1
  235. package/dist/prod/Boot.js.map +3 -3
  236. package/dist/prod/CustomElementsRegistry.js +5 -5
  237. package/dist/prod/CustomElementsRegistry.js.map +3 -3
  238. package/dist/prod/CustomElementsScopeUtils.js +1 -1
  239. package/dist/prod/CustomElementsScopeUtils.js.map +3 -3
  240. package/dist/prod/Device.js +1 -1
  241. package/dist/prod/Device.js.map +3 -3
  242. package/dist/prod/DragAndDrop.js +2 -0
  243. package/dist/prod/DragAndDrop.js.map +7 -0
  244. package/dist/prod/FontFace.js +1 -1
  245. package/dist/prod/FontFace.js.map +3 -3
  246. package/dist/prod/InitialConfiguration.js +1 -1
  247. package/dist/prod/InitialConfiguration.js.map +3 -3
  248. package/dist/prod/Keys.js +1 -1
  249. package/dist/prod/Keys.js.map +3 -3
  250. package/dist/prod/Location.js +2 -0
  251. package/dist/prod/Location.js.map +7 -0
  252. package/dist/prod/ManagedStyles.js +1 -1
  253. package/dist/prod/ManagedStyles.js.map +3 -3
  254. package/dist/prod/Render.js +1 -1
  255. package/dist/prod/Render.js.map +1 -1
  256. package/dist/prod/Runtimes.js +1 -1
  257. package/dist/prod/Runtimes.js.map +3 -3
  258. package/dist/prod/ScrollbarStyles.js +2 -0
  259. package/dist/prod/ScrollbarStyles.js.map +7 -0
  260. package/dist/prod/UI5Element.js +1 -1
  261. package/dist/prod/UI5Element.js.map +3 -3
  262. package/dist/prod/UI5ElementMetadata.js +1 -1
  263. package/dist/prod/UI5ElementMetadata.js.map +3 -3
  264. package/dist/prod/asset-registries/Icons.js +1 -1
  265. package/dist/prod/asset-registries/Icons.js.map +3 -3
  266. package/dist/prod/asset-registries/Illustrations.js +1 -1
  267. package/dist/prod/asset-registries/Illustrations.js.map +3 -3
  268. package/dist/prod/asset-registries/LocaleData.js +1 -1
  269. package/dist/prod/asset-registries/LocaleData.js.map +2 -2
  270. package/dist/prod/asset-registries/Themes.js +1 -1
  271. package/dist/prod/asset-registries/Themes.js.map +2 -2
  272. package/dist/prod/config/AnimationMode.js +1 -1
  273. package/dist/prod/config/AnimationMode.js.map +3 -3
  274. package/dist/prod/config/CalendarType.js +1 -1
  275. package/dist/prod/config/CalendarType.js.map +3 -3
  276. package/dist/prod/config/ConfigurationReset.js +2 -0
  277. package/dist/prod/config/ConfigurationReset.js.map +7 -0
  278. package/dist/prod/config/Fonts.js +2 -0
  279. package/dist/prod/config/Fonts.js.map +7 -0
  280. package/dist/prod/config/FormatSettings.js +1 -1
  281. package/dist/prod/config/FormatSettings.js.map +3 -3
  282. package/dist/prod/config/Language.js +1 -1
  283. package/dist/prod/config/Language.js.map +3 -3
  284. package/dist/prod/config/NoConflict.js +1 -1
  285. package/dist/prod/config/NoConflict.js.map +3 -3
  286. package/dist/prod/config/Theme.js +1 -1
  287. package/dist/prod/config/Theme.js.map +3 -3
  288. package/dist/prod/config/ThemeRoot.js +1 -1
  289. package/dist/prod/config/ThemeRoot.js.map +3 -3
  290. package/dist/prod/config/Timezone.js +1 -1
  291. package/dist/prod/config/Timezone.js.map +3 -3
  292. package/dist/prod/config/Tooltips.js +2 -0
  293. package/dist/prod/config/Tooltips.js.map +7 -0
  294. package/dist/prod/connectToComponent.js +1 -1
  295. package/dist/prod/connectToComponent.js.map +1 -1
  296. package/dist/prod/converters/DOMReference.js +2 -0
  297. package/dist/prod/converters/DOMReference.js.map +7 -0
  298. package/dist/prod/decorators/bound.js +2 -0
  299. package/dist/prod/decorators/bound.js.map +7 -0
  300. package/dist/prod/decorators/customElement.js +1 -1
  301. package/dist/prod/decorators/customElement.js.map +3 -3
  302. package/dist/prod/decorators/event-strict.js +2 -0
  303. package/dist/prod/decorators/event-strict.js.map +7 -0
  304. package/dist/prod/decorators/event.js +1 -1
  305. package/dist/prod/decorators/event.js.map +2 -2
  306. package/dist/prod/decorators/i18n.js +2 -0
  307. package/dist/prod/decorators/i18n.js.map +7 -0
  308. package/dist/prod/decorators/property.js +1 -1
  309. package/dist/prod/decorators/property.js.map +2 -2
  310. package/dist/prod/decorators/query.js +2 -0
  311. package/dist/prod/decorators/query.js.map +7 -0
  312. package/dist/prod/decorators/queryAll.js +2 -0
  313. package/dist/prod/decorators/queryAll.js.map +7 -0
  314. package/dist/prod/decorators/slot.js +1 -1
  315. package/dist/prod/decorators/slot.js.map +1 -1
  316. package/dist/prod/decorators.js +1 -1
  317. package/dist/prod/decorators.js.map +3 -3
  318. package/dist/prod/delegate/ItemNavigation.js.map +1 -1
  319. package/dist/prod/features/F6Navigation.js +1 -1
  320. package/dist/prod/features/F6Navigation.js.map +3 -3
  321. package/dist/prod/features/InputElementsFormSupport.js +1 -1
  322. package/dist/prod/features/InputElementsFormSupport.js.map +3 -3
  323. package/dist/prod/features/OpenUI5Enablement.js.map +1 -1
  324. package/dist/prod/features/OpenUI5Support.js +1 -1
  325. package/dist/prod/features/OpenUI5Support.js.map +3 -3
  326. package/dist/prod/features/insertOpenUI5PopupStyles.js +2 -0
  327. package/dist/prod/features/insertOpenUI5PopupStyles.js.map +7 -0
  328. package/dist/prod/features/patchPatcher.js +1 -1
  329. package/dist/prod/features/patchPatcher.js.map +3 -3
  330. package/dist/prod/features/patchPopup.js +1 -1
  331. package/dist/prod/features/patchPopup.js.map +3 -3
  332. package/dist/prod/generated/AssetParameters.js +1 -1
  333. package/dist/prod/generated/AssetParameters.js.map +2 -2
  334. package/dist/prod/generated/VersionInfo.js +1 -1
  335. package/dist/prod/generated/VersionInfo.js.map +2 -2
  336. package/dist/prod/generated/assets/i18n/messagebundle_en.json +1 -0
  337. package/dist/prod/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  338. package/dist/prod/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  339. package/dist/prod/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  340. package/dist/prod/generated/css/BusyIndicator.css.js +1 -1
  341. package/dist/prod/generated/css/BusyIndicator.css.js.map +3 -3
  342. package/dist/prod/generated/css/FontFace.css.js +36 -1
  343. package/dist/prod/generated/css/FontFace.css.js.map +3 -3
  344. package/dist/prod/generated/css/MultipleDragGhost.css.js +2 -0
  345. package/dist/prod/generated/css/MultipleDragGhost.css.js.map +7 -0
  346. package/dist/prod/generated/css/OpenUI5PopupStyles.css.js +2 -0
  347. package/dist/prod/generated/css/OpenUI5PopupStyles.css.js.map +7 -0
  348. package/dist/prod/generated/css/ScrollbarStyles.css.js +2 -0
  349. package/dist/prod/generated/css/ScrollbarStyles.css.js.map +7 -0
  350. package/dist/prod/generated/css/SystemCSSVars.css.js +1 -1
  351. package/dist/prod/generated/css/SystemCSSVars.css.js.map +3 -3
  352. package/dist/prod/generated/i18n/i18n-defaults.js +2 -0
  353. package/dist/prod/generated/i18n/i18n-defaults.js.map +7 -0
  354. package/dist/prod/generated/json-imports/i18n-fetch.js +2 -0
  355. package/dist/prod/generated/json-imports/i18n-fetch.js.map +7 -0
  356. package/dist/prod/generated/json-imports/i18n-node.js +2 -0
  357. package/dist/prod/generated/json-imports/i18n-node.js.map +7 -0
  358. package/dist/prod/generated/json-imports/i18n.js +2 -0
  359. package/dist/prod/generated/json-imports/i18n.js.map +7 -0
  360. package/dist/prod/index.js +2 -0
  361. package/dist/prod/index.js.map +7 -0
  362. package/dist/prod/jsx-dev-runtime.js +2 -0
  363. package/dist/prod/jsx-dev-runtime.js.map +7 -0
  364. package/dist/prod/jsx-runtime.js +2 -0
  365. package/dist/prod/jsx-runtime.js.map +7 -0
  366. package/dist/prod/jsx-utils.js +2 -0
  367. package/dist/prod/jsx-utils.js.map +7 -0
  368. package/dist/prod/locale/nextFallbackLocale.js +1 -1
  369. package/dist/prod/locale/nextFallbackLocale.js.map +3 -3
  370. package/dist/prod/renderer/JsxRenderer.js +2 -0
  371. package/dist/prod/renderer/JsxRenderer.js.map +7 -0
  372. package/dist/prod/renderer/LitRenderer.js +1 -1
  373. package/dist/prod/renderer/LitRenderer.js.map +3 -3
  374. package/dist/prod/renderer/executeTemplate.js +1 -1
  375. package/dist/prod/renderer/executeTemplate.js.map +3 -3
  376. package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
  377. package/dist/prod/ssr-dom-shim.js +1 -1
  378. package/dist/prod/ssr-dom-shim.js.map +3 -3
  379. package/dist/prod/theming/applyTheme.js +1 -1
  380. package/dist/prod/theming/applyTheme.js.map +2 -2
  381. package/dist/prod/theming/getConstructableStyle.js +1 -1
  382. package/dist/prod/theming/getConstructableStyle.js.map +1 -1
  383. package/dist/prod/theming/getEffectiveStyle.js +1 -1
  384. package/dist/prod/theming/getEffectiveStyle.js.map +1 -1
  385. package/dist/prod/theming/getStylesString.js +1 -1
  386. package/dist/prod/theming/getStylesString.js.map +2 -2
  387. package/dist/prod/theming/getThemeDesignerTheme.js +1 -1
  388. package/dist/prod/theming/getThemeDesignerTheme.js.map +3 -3
  389. package/dist/prod/thirdparty/preact/jsx.d.js +2 -0
  390. package/dist/prod/thirdparty/preact/jsx.d.js.map +7 -0
  391. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js +2 -0
  392. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js.map +7 -0
  393. package/dist/prod/thirdparty/preact/jsxRuntime.module.js +1 -0
  394. package/dist/prod/thirdparty/preact/preact.module.d.js +2 -0
  395. package/dist/prod/thirdparty/preact/preact.module.d.js.map +7 -0
  396. package/dist/prod/thirdparty/preact/preact.module.js +1 -0
  397. package/dist/prod/types/SortOrder.js +2 -0
  398. package/dist/prod/types/SortOrder.js.map +7 -0
  399. package/dist/prod/updateShadowRoot.js +1 -1
  400. package/dist/prod/updateShadowRoot.js.map +3 -3
  401. package/dist/prod/util/AccessibilityTextsHelper.js +2 -0
  402. package/dist/prod/util/AccessibilityTextsHelper.js.map +7 -0
  403. package/dist/prod/util/ColorConversion.js +1 -1
  404. package/dist/prod/util/ColorConversion.js.map +3 -3
  405. package/dist/prod/util/FocusableElements.js +1 -1
  406. package/dist/prod/util/FocusableElements.js.map +3 -3
  407. package/dist/prod/util/HTMLSanitizer.js.map +1 -1
  408. package/dist/prod/util/SelectionAssistant.js +2 -0
  409. package/dist/prod/util/SelectionAssistant.js.map +7 -0
  410. package/dist/prod/util/StringHelper.js +1 -1
  411. package/dist/prod/util/StringHelper.js.map +3 -3
  412. package/dist/prod/util/TabbableElements.js +1 -1
  413. package/dist/prod/util/TabbableElements.js.map +3 -3
  414. package/dist/prod/util/debounce.js +1 -1
  415. package/dist/prod/util/debounce.js.map +1 -1
  416. package/dist/prod/util/dragAndDrop/DragRegistry.js +1 -1
  417. package/dist/prod/util/dragAndDrop/DragRegistry.js.map +3 -3
  418. package/dist/prod/util/dragAndDrop/findClosestPosition.js +1 -1
  419. package/dist/prod/util/dragAndDrop/findClosestPosition.js.map +3 -3
  420. package/dist/prod/util/dragAndDrop/handleDragOver.js +2 -0
  421. package/dist/prod/util/dragAndDrop/handleDragOver.js.map +7 -0
  422. package/dist/prod/util/dragAndDrop/handleDrop.js +2 -0
  423. package/dist/prod/util/dragAndDrop/handleDrop.js.map +7 -0
  424. package/dist/prod/util/fixSafariActiveState.js +2 -0
  425. package/dist/prod/util/fixSafariActiveState.js.map +7 -0
  426. package/dist/prod/util/getFastNavigationGroups.js +1 -1
  427. package/dist/prod/util/getFastNavigationGroups.js.map +2 -2
  428. package/dist/prod/util/getParentElement.js +1 -1
  429. package/dist/prod/util/getParentElement.js.map +3 -3
  430. package/dist/prod/util/hash2str.js +2 -0
  431. package/dist/prod/util/hash2str.js.map +7 -0
  432. package/dist/prod/util/isElementHidden.js +1 -1
  433. package/dist/prod/util/isElementHidden.js.map +3 -3
  434. package/dist/prod/util/isElementTabbable.js +1 -1
  435. package/dist/prod/util/isElementTabbable.js.map +3 -3
  436. package/dist/prod/util/isEventMarked.js +2 -0
  437. package/dist/prod/util/isEventMarked.js.map +7 -0
  438. package/dist/prod/util/throttle.js +2 -0
  439. package/dist/prod/util/throttle.js.map +7 -0
  440. package/dist/prod/util/toLowercaseEnumValue.js +2 -0
  441. package/dist/prod/util/toLowercaseEnumValue.js.map +7 -0
  442. package/dist/prod/util/valueStateNavigation.js +2 -0
  443. package/dist/prod/util/valueStateNavigation.js.map +7 -0
  444. package/dist/prod/validateThemeRoot.js +1 -1
  445. package/dist/prod/validateThemeRoot.js.map +3 -3
  446. package/dist/renderer/JsxRenderer.d.ts +3 -0
  447. package/dist/renderer/JsxRenderer.js +26 -0
  448. package/dist/renderer/JsxRenderer.js.map +1 -0
  449. package/dist/renderer/LitRenderer.d.ts +1 -1
  450. package/dist/renderer/LitRenderer.js +4 -3
  451. package/dist/renderer/LitRenderer.js.map +1 -1
  452. package/dist/renderer/directives/style-map.js.map +1 -1
  453. package/dist/renderer/executeTemplate.d.ts +3 -12
  454. package/dist/renderer/executeTemplate.js +1 -20
  455. package/dist/renderer/executeTemplate.js.map +1 -1
  456. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
  457. package/dist/ssr-dom-shim.js +52 -1
  458. package/dist/ssr-dom-shim.js.map +1 -1
  459. package/dist/ssr-dom.d.ts +1 -0
  460. package/dist/ssr-dom.js +3 -0
  461. package/dist/ssr-dom.js.map +1 -0
  462. package/dist/theming/CustomStyle.js.map +1 -1
  463. package/dist/theming/applyTheme.d.ts +2 -0
  464. package/dist/theming/applyTheme.js +7 -2
  465. package/dist/theming/applyTheme.js.map +1 -1
  466. package/dist/theming/getConstructableStyle.d.ts +1 -1
  467. package/dist/theming/getConstructableStyle.js.map +1 -1
  468. package/dist/theming/getEffectiveStyle.js.map +1 -1
  469. package/dist/theming/getStylesString.js +2 -4
  470. package/dist/theming/getStylesString.js.map +1 -1
  471. package/dist/theming/getThemeDesignerTheme.js +2 -1
  472. package/dist/theming/getThemeDesignerTheme.js.map +1 -1
  473. package/dist/thirdparty/_merge.js.map +1 -1
  474. package/dist/thirdparty/isPlainObject.js.map +1 -1
  475. package/dist/thirdparty/preact/jsx.d.ts +2616 -0
  476. package/dist/thirdparty/preact/jsxRuntime.module.d.ts +62 -0
  477. package/dist/thirdparty/preact/jsxRuntime.module.js +1 -0
  478. package/dist/thirdparty/preact/preact.module.d.ts +398 -0
  479. package/dist/thirdparty/preact/preact.module.js +1 -0
  480. package/dist/types/SortOrder.d.ts +24 -0
  481. package/dist/types/SortOrder.js +26 -0
  482. package/dist/types/SortOrder.js.map +1 -0
  483. package/dist/types.d.ts +32 -26
  484. package/dist/types.js.map +1 -1
  485. package/dist/updateShadowRoot.js +1 -2
  486. package/dist/updateShadowRoot.js.map +1 -1
  487. package/dist/util/{AriaLabelHelper.d.ts → AccessibilityTextsHelper.d.ts} +4 -2
  488. package/dist/util/{AriaLabelHelper.js → AccessibilityTextsHelper.js} +36 -8
  489. package/dist/util/AccessibilityTextsHelper.js.map +1 -0
  490. package/dist/util/Caret.js.map +1 -1
  491. package/dist/util/ColorConversion.d.ts +2 -1
  492. package/dist/util/ColorConversion.js +35 -23
  493. package/dist/util/ColorConversion.js.map +1 -1
  494. package/dist/util/FetchHelper.js.map +1 -1
  495. package/dist/util/FocusableElements.js +43 -15
  496. package/dist/util/FocusableElements.js.map +1 -1
  497. package/dist/util/HTMLSanitizer.d.ts +2 -0
  498. package/dist/util/HTMLSanitizer.js +2 -2
  499. package/dist/util/HTMLSanitizer.js.map +1 -1
  500. package/dist/util/InvisibleMessage.js.map +1 -1
  501. package/dist/util/PopupUtils.js.map +1 -1
  502. package/dist/util/SelectionAssistant.d.ts +12 -0
  503. package/dist/util/SelectionAssistant.js +71 -0
  504. package/dist/util/SelectionAssistant.js.map +1 -0
  505. package/dist/util/SlotsHelper.js.map +1 -1
  506. package/dist/util/StringHelper.d.ts +3 -1
  507. package/dist/util/StringHelper.js +15 -1
  508. package/dist/util/StringHelper.js.map +1 -1
  509. package/dist/util/TabbableElements.js +5 -12
  510. package/dist/util/TabbableElements.js.map +1 -1
  511. package/dist/util/arraysAreEqual.js.map +1 -1
  512. package/dist/util/createLinkInHead.js.map +1 -1
  513. package/dist/util/debounce.js.map +1 -1
  514. package/dist/util/detectNavigatorLanguage.js.map +1 -1
  515. package/dist/util/dragAndDrop/DragRegistry.d.ts +35 -8
  516. package/dist/util/dragAndDrop/DragRegistry.js +42 -52
  517. package/dist/util/dragAndDrop/DragRegistry.js.map +1 -1
  518. package/dist/util/dragAndDrop/findClosestPosition.d.ts +6 -1
  519. package/dist/util/dragAndDrop/findClosestPosition.js +48 -1
  520. package/dist/util/dragAndDrop/findClosestPosition.js.map +1 -1
  521. package/dist/util/dragAndDrop/handleDragOver.d.ts +16 -0
  522. package/dist/util/dragAndDrop/handleDragOver.js +42 -0
  523. package/dist/util/dragAndDrop/handleDragOver.js.map +1 -0
  524. package/dist/util/dragAndDrop/handleDrop.d.ts +5 -0
  525. package/dist/util/dragAndDrop/handleDrop.js +22 -0
  526. package/dist/util/dragAndDrop/handleDrop.js.map +1 -0
  527. package/dist/util/dragAndDrop/longDragOverHandler.js.map +1 -1
  528. package/dist/util/fixSafariActiveState.d.ts +2 -0
  529. package/dist/util/fixSafariActiveState.js +11 -0
  530. package/dist/util/fixSafariActiveState.js.map +1 -0
  531. package/dist/util/formatMessage.js.map +1 -1
  532. package/dist/util/generateHighlightedMarkup.js.map +1 -1
  533. package/dist/util/getActiveElement.js.map +1 -1
  534. package/dist/util/getClassCopy.d.ts +107 -86
  535. package/dist/util/getFastNavigationGroups.js +6 -1
  536. package/dist/util/getFastNavigationGroups.js.map +1 -1
  537. package/dist/util/getFileExtension.js.map +1 -1
  538. package/dist/util/getNormalizedTarget.js.map +1 -1
  539. package/dist/util/getParentElement.d.ts +1 -1
  540. package/dist/util/getParentElement.js +2 -2
  541. package/dist/util/getParentElement.js.map +1 -1
  542. package/dist/util/getSingletonElementInstance.js.map +1 -1
  543. package/dist/util/hash2str.d.ts +1 -0
  544. package/dist/util/hash2str.js +14 -0
  545. package/dist/util/hash2str.js.map +1 -0
  546. package/dist/util/isElementClickable.js.map +1 -1
  547. package/dist/util/isElementHidden.js +2 -1
  548. package/dist/util/isElementHidden.js.map +1 -1
  549. package/dist/util/isElementTabbable.js +2 -2
  550. package/dist/util/isElementTabbable.js.map +1 -1
  551. package/dist/util/isEventMarked.d.ts +2 -0
  552. package/dist/util/isEventMarked.js +6 -0
  553. package/dist/util/isEventMarked.js.map +1 -0
  554. package/dist/util/isValidPropertyName.js.map +1 -1
  555. package/dist/util/throttle.d.ts +2 -0
  556. package/dist/util/throttle.js +20 -0
  557. package/dist/util/throttle.js.map +1 -0
  558. package/dist/util/toLowercaseEnumValue.d.ts +3 -0
  559. package/dist/util/toLowercaseEnumValue.js +4 -0
  560. package/dist/util/toLowercaseEnumValue.js.map +1 -0
  561. package/dist/util/valueStateNavigation.d.ts +8 -0
  562. package/dist/util/valueStateNavigation.js +40 -0
  563. package/dist/util/valueStateNavigation.js.map +1 -0
  564. package/dist/util/whenDOMReady.js.map +1 -1
  565. package/dist/validateThemeRoot.js +9 -4
  566. package/dist/validateThemeRoot.js.map +1 -1
  567. package/dist/vscode.html-custom-data.json +1 -1
  568. package/package-scripts.cjs +64 -33
  569. package/package.json +41 -25
  570. package/src/css/MultipleDragGhost.css +17 -0
  571. package/src/css/OpenUI5PopupStyles.css +10 -0
  572. package/src/css/ScrollbarStyles.css +3 -0
  573. package/src/i18n/messagebundle.properties +5 -0
  574. package/src/i18n/messagebundle_en.properties +2 -0
  575. package/src/i18n/messagebundle_en_US_sappsd.properties +2 -0
  576. package/src/i18n/messagebundle_en_US_saprigi.properties +2 -0
  577. package/src/i18n/messagebundle_en_US_saptrc.properties +2 -0
  578. package/src/thirdparty/preact/jsxRuntime.module.js +1 -0
  579. package/src/thirdparty/preact/preact.module.js +1 -0
  580. package/src/thirdparty/preact/version.txt +1 -0
  581. package/tsconfig.json +18 -19
  582. package/config/wdio.conf.cjs +0 -392
  583. package/dist/.tsbuildinfo +0 -1
  584. package/dist/MarkedEvents.d.ts +0 -9
  585. package/dist/MarkedEvents.js +0 -15
  586. package/dist/MarkedEvents.js.map +0 -1
  587. package/dist/css/FontFace.css +0 -96
  588. package/dist/css/OverrideFontFace.css +0 -32
  589. package/dist/generated/css/OverrideFontFace.css.d.ts +0 -3
  590. package/dist/generated/css/OverrideFontFace.css.js +0 -7
  591. package/dist/generated/css/OverrideFontFace.css.js.map +0 -1
  592. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +0 -4
  593. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js +0 -9
  594. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js.map +0 -1
  595. package/dist/prod/MarkedEvents.js +0 -2
  596. package/dist/prod/MarkedEvents.js.map +0 -7
  597. package/dist/prod/generated/css/OverrideFontFace.css.js +0 -2
  598. package/dist/prod/generated/css/OverrideFontFace.css.js.map +0 -7
  599. package/dist/prod/generated/templates/elements/WithComplexTemplateTemplate.lit.js +0 -2
  600. package/dist/prod/generated/templates/elements/WithComplexTemplateTemplate.lit.js.map +0 -7
  601. package/dist/prod/types/AriaHasPopup.js +0 -2
  602. package/dist/prod/types/AriaHasPopup.js.map +0 -7
  603. package/dist/prod/types/AriaLandmarkRole.js +0 -2
  604. package/dist/prod/types/AriaLandmarkRole.js.map +0 -7
  605. package/dist/prod/types/AriaRole.js +0 -2
  606. package/dist/prod/types/AriaRole.js.map +0 -7
  607. package/dist/prod/types/CSSColor.js +0 -2
  608. package/dist/prod/types/CSSColor.js.map +0 -7
  609. package/dist/prod/types/CSSSize.js +0 -2
  610. package/dist/prod/types/CSSSize.js.map +0 -7
  611. package/dist/prod/types/DOMReference.js +0 -2
  612. package/dist/prod/types/DOMReference.js.map +0 -7
  613. package/dist/prod/types/DataType.js +0 -2
  614. package/dist/prod/types/DataType.js.map +0 -7
  615. package/dist/prod/types/Float.js +0 -2
  616. package/dist/prod/types/Float.js.map +0 -7
  617. package/dist/prod/types/Integer.js +0 -2
  618. package/dist/prod/types/Integer.js.map +0 -7
  619. package/dist/prod/util/AriaLabelHelper.js +0 -2
  620. package/dist/prod/util/AriaLabelHelper.js.map +0 -7
  621. package/dist/prod/util/getEffectiveScrollbarStyle.js +0 -2
  622. package/dist/prod/util/getEffectiveScrollbarStyle.js.map +0 -7
  623. package/dist/prod/util/isElementContainingBlock.js +0 -2
  624. package/dist/prod/util/isElementContainingBlock.js.map +0 -7
  625. package/dist/types/AriaHasPopup.d.ts +0 -32
  626. package/dist/types/AriaHasPopup.js +0 -34
  627. package/dist/types/AriaHasPopup.js.map +0 -1
  628. package/dist/types/AriaLandmarkRole.d.ts +0 -79
  629. package/dist/types/AriaLandmarkRole.js +0 -81
  630. package/dist/types/AriaLandmarkRole.js.map +0 -1
  631. package/dist/types/AriaRole.d.ts +0 -27
  632. package/dist/types/AriaRole.js +0 -29
  633. package/dist/types/AriaRole.js.map +0 -1
  634. package/dist/types/CSSColor.d.ts +0 -11
  635. package/dist/types/CSSColor.js +0 -14
  636. package/dist/types/CSSColor.js.map +0 -1
  637. package/dist/types/CSSSize.d.ts +0 -11
  638. package/dist/types/CSSSize.js +0 -14
  639. package/dist/types/CSSSize.js.map +0 -1
  640. package/dist/types/DOMReference.d.ts +0 -13
  641. package/dist/types/DOMReference.js +0 -21
  642. package/dist/types/DOMReference.js.map +0 -1
  643. package/dist/types/DataType.d.ts +0 -20
  644. package/dist/types/DataType.js +0 -39
  645. package/dist/types/DataType.js.map +0 -1
  646. package/dist/types/Float.d.ts +0 -14
  647. package/dist/types/Float.js +0 -18
  648. package/dist/types/Float.js.map +0 -1
  649. package/dist/types/Integer.d.ts +0 -14
  650. package/dist/types/Integer.js +0 -18
  651. package/dist/types/Integer.js.map +0 -1
  652. package/dist/util/AriaLabelHelper.js.map +0 -1
  653. package/dist/util/getEffectiveScrollbarStyle.d.ts +0 -2
  654. package/dist/util/getEffectiveScrollbarStyle.js +0 -4
  655. package/dist/util/getEffectiveScrollbarStyle.js.map +0 -1
  656. package/dist/util/isElementContainingBlock.d.ts +0 -2
  657. package/dist/util/isElementContainingBlock.js +0 -11
  658. package/dist/util/isElementContainingBlock.js.map +0 -1
  659. package/index.js +0 -214
  660. package/src/css/FontFace.css +0 -96
  661. package/src/css/OverrideFontFace.css +0 -32
@@ -4,262 +4,285 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "dist/config/AnimationMode.js",
8
- "declarations": [],
9
- "exports": []
10
- },
11
- {
12
- "kind": "javascript-module",
13
- "path": "dist/config/CalendarType.js",
7
+ "path": "dist/AssetRegistry.js",
14
8
  "declarations": [],
15
9
  "exports": []
16
10
  },
17
11
  {
18
12
  "kind": "javascript-module",
19
- "path": "dist/config/FormatSettings.js",
13
+ "path": "dist/Assets-fetch.js",
20
14
  "declarations": [],
21
15
  "exports": []
22
16
  },
23
17
  {
24
18
  "kind": "javascript-module",
25
- "path": "dist/config/Icons.js",
19
+ "path": "dist/Assets-node.js",
26
20
  "declarations": [],
27
21
  "exports": []
28
22
  },
29
23
  {
30
24
  "kind": "javascript-module",
31
- "path": "dist/config/Language.js",
25
+ "path": "dist/Assets.js",
32
26
  "declarations": [],
33
27
  "exports": []
34
28
  },
35
29
  {
36
30
  "kind": "javascript-module",
37
- "path": "dist/config/NoConflict.js",
31
+ "path": "dist/Boot.js",
38
32
  "declarations": [],
39
33
  "exports": []
40
34
  },
41
35
  {
42
36
  "kind": "javascript-module",
43
- "path": "dist/config/Theme.js",
37
+ "path": "dist/CustomElementsRegistry.js",
44
38
  "declarations": [],
45
39
  "exports": []
46
40
  },
47
41
  {
48
42
  "kind": "javascript-module",
49
- "path": "dist/config/ThemeRoot.js",
43
+ "path": "dist/CustomElementsScope.js",
50
44
  "declarations": [],
51
45
  "exports": []
52
46
  },
53
47
  {
54
48
  "kind": "javascript-module",
55
- "path": "dist/config/Timezone.js",
49
+ "path": "dist/CustomElementsScopeUtils.js",
56
50
  "declarations": [],
57
51
  "exports": []
58
52
  },
59
53
  {
60
54
  "kind": "javascript-module",
61
- "path": "dist/asset-registries/Icons.js",
55
+ "path": "dist/DOMObserver.js",
62
56
  "declarations": [],
63
57
  "exports": []
64
58
  },
65
59
  {
66
60
  "kind": "javascript-module",
67
- "path": "dist/asset-registries/Illustrations.js",
61
+ "path": "dist/Device.js",
68
62
  "declarations": [],
69
63
  "exports": []
70
64
  },
71
65
  {
72
66
  "kind": "javascript-module",
73
- "path": "dist/asset-registries/LocaleData.js",
67
+ "path": "dist/DragAndDrop.js",
74
68
  "declarations": [],
75
69
  "exports": []
76
70
  },
77
71
  {
78
72
  "kind": "javascript-module",
79
- "path": "dist/asset-registries/Themes.js",
73
+ "path": "dist/EventProvider.js",
80
74
  "declarations": [],
81
- "exports": []
75
+ "exports": [
76
+ {
77
+ "kind": "js",
78
+ "name": "default",
79
+ "declaration": {
80
+ "name": "EventProvider",
81
+ "module": "dist/EventProvider.js"
82
+ }
83
+ }
84
+ ]
82
85
  },
83
86
  {
84
87
  "kind": "javascript-module",
85
- "path": "dist/asset-registries/i18n.js",
88
+ "path": "dist/FeaturesRegistry.js",
86
89
  "declarations": [],
87
90
  "exports": []
88
91
  },
89
92
  {
90
93
  "kind": "javascript-module",
91
- "path": "dist/animations/AnimationQueue.js",
94
+ "path": "dist/FontFace.js",
92
95
  "declarations": [],
93
96
  "exports": [
94
97
  {
95
98
  "kind": "js",
96
99
  "name": "default",
97
100
  "declaration": {
98
- "name": "AnimationQueue",
99
- "module": "dist/animations/AnimationQueue.js"
101
+ "name": "insertFontFace",
102
+ "module": "dist/FontFace.js"
100
103
  }
101
104
  }
102
105
  ]
103
106
  },
104
107
  {
105
108
  "kind": "javascript-module",
106
- "path": "dist/animations/animate.js",
109
+ "path": "dist/IgnoreCustomElements.js",
107
110
  "declarations": [],
108
- "exports": [
109
- {
110
- "kind": "js",
111
- "name": "default",
112
- "declaration": {
113
- "name": "animate",
114
- "module": "dist/animations/animate.js"
115
- }
116
- }
117
- ]
111
+ "exports": []
118
112
  },
119
113
  {
120
114
  "kind": "javascript-module",
121
- "path": "dist/animations/scroll.js",
115
+ "path": "dist/InitialConfiguration.js",
122
116
  "declarations": [],
123
- "exports": [
124
- {
125
- "kind": "js",
126
- "name": "default",
127
- "declaration": {
128
- "name": "scroll",
129
- "module": "dist/animations/scroll.js"
130
- }
131
- }
132
- ]
117
+ "exports": []
133
118
  },
134
119
  {
135
120
  "kind": "javascript-module",
136
- "path": "dist/animations/slideDown.js",
121
+ "path": "dist/Keys.js",
137
122
  "declarations": [],
138
- "exports": [
139
- {
140
- "kind": "js",
141
- "name": "default",
142
- "declaration": {
143
- "name": "slideDown",
144
- "module": "dist/animations/slideDown.js"
145
- }
146
- }
147
- ]
123
+ "exports": []
148
124
  },
149
125
  {
150
126
  "kind": "javascript-module",
151
- "path": "dist/animations/slideUp.js",
127
+ "path": "dist/Location.js",
128
+ "declarations": [],
129
+ "exports": []
130
+ },
131
+ {
132
+ "kind": "javascript-module",
133
+ "path": "dist/ManagedStyles.js",
134
+ "declarations": [],
135
+ "exports": []
136
+ },
137
+ {
138
+ "kind": "javascript-module",
139
+ "path": "dist/MediaRange.js",
152
140
  "declarations": [],
153
141
  "exports": [
154
142
  {
155
143
  "kind": "js",
156
144
  "name": "default",
157
145
  "declaration": {
158
- "name": "slideUp",
159
- "module": "dist/animations/slideUp.js"
146
+ "name": "MediaRange",
147
+ "module": "dist/MediaRange.js"
160
148
  }
161
149
  }
162
150
  ]
163
151
  },
164
152
  {
165
153
  "kind": "javascript-module",
166
- "path": "dist/decorators/customElement.js",
154
+ "path": "dist/PropertiesFileFormat.js",
167
155
  "declarations": [],
168
156
  "exports": [
169
157
  {
170
158
  "kind": "js",
171
159
  "name": "default",
172
160
  "declaration": {
173
- "name": "customElement",
174
- "module": "dist/decorators/customElement.js"
161
+ "name": "parseProperties",
162
+ "module": "dist/PropertiesFileFormat.js"
175
163
  }
176
164
  }
177
165
  ]
178
166
  },
179
167
  {
180
168
  "kind": "javascript-module",
181
- "path": "dist/decorators/event.js",
169
+ "path": "dist/Render.js",
170
+ "declarations": [],
171
+ "exports": []
172
+ },
173
+ {
174
+ "kind": "javascript-module",
175
+ "path": "dist/RenderQueue.js",
182
176
  "declarations": [],
183
177
  "exports": [
184
178
  {
185
179
  "kind": "js",
186
180
  "name": "default",
187
181
  "declaration": {
188
- "name": "event",
189
- "module": "dist/decorators/event.js"
182
+ "name": "RenderQueue",
183
+ "module": "dist/RenderQueue.js"
190
184
  }
191
185
  }
192
186
  ]
193
187
  },
194
188
  {
195
189
  "kind": "javascript-module",
196
- "path": "dist/decorators/property.js",
190
+ "path": "dist/Runtimes.js",
191
+ "declarations": [],
192
+ "exports": []
193
+ },
194
+ {
195
+ "kind": "javascript-module",
196
+ "path": "dist/ScrollbarStyles.js",
197
197
  "declarations": [],
198
198
  "exports": [
199
199
  {
200
200
  "kind": "js",
201
201
  "name": "default",
202
202
  "declaration": {
203
- "name": "property",
204
- "module": "dist/decorators/property.js"
203
+ "name": "insertScrollbarStyles",
204
+ "module": "dist/ScrollbarStyles.js"
205
205
  }
206
206
  }
207
207
  ]
208
208
  },
209
209
  {
210
210
  "kind": "javascript-module",
211
- "path": "dist/decorators/slot.js",
211
+ "path": "dist/SystemCSSVars.js",
212
212
  "declarations": [],
213
213
  "exports": [
214
214
  {
215
215
  "kind": "js",
216
216
  "name": "default",
217
217
  "declaration": {
218
- "name": "slot",
219
- "module": "dist/decorators/slot.js"
218
+ "name": "insertSystemCSSVars",
219
+ "module": "dist/SystemCSSVars.js"
220
220
  }
221
221
  }
222
222
  ]
223
223
  },
224
224
  {
225
225
  "kind": "javascript-module",
226
- "path": "dist/delegate/ItemNavigation.js",
226
+ "path": "dist/Theming.js",
227
+ "declarations": [],
228
+ "exports": []
229
+ },
230
+ {
231
+ "kind": "javascript-module",
232
+ "path": "dist/UI5Element.js",
227
233
  "declarations": [
228
234
  {
229
235
  "kind": "class",
230
- "description": "The ItemNavigation class manages the calculations to determine the correct \"tabindex\" for a group of related items inside a root component.\nImportant: ItemNavigation only does the calculations and does not change \"tabindex\" directly, this is a responsibility of the developer.\n\nThe keys that trigger ItemNavigation are:\n - Up/down\n - Left/right\n - Home/End\n\nUsage:\n1) Use the \"getItemsCallback\" constructor property to pass a callback to ItemNavigation, which, whenever called, will return the list of items to navigate among.\n\nEach item passed to ItemNavigation via \"getItemsCallback\" must be:\n - A) either a UI5Element with a \"forcedTabIndex\" property\n - B) or an Object with \"id\" and \"forcedTabIndex\" properties which represents a part of the root component's shadow DOM.\n The \"id\" must be a valid ID within the shadow root of the component ItemNavigation operates on.\n This object must not be a DOM object because, as said, ItemNavigation will not set \"tabindex\" on it. It must be a representation of a DOM object only\n and the developer has the responsibility to update the \"tabindex\" in the component's DOM.\n - C) a combination of the above\n\nWhenever the user navigates with the keyboard, ItemNavigation will modify the \"forcedTabIndex\" properties of the items.\nIt is the items' responsibilities to re-render themselves and apply the correct value of \"tabindex\" (i.e. to map the \"forcedTabIndex\" ItemNavigation set to them to the \"tabindex\" property).\nIf the items of the ItemNavigation are UI5Elements themselves, this can happen naturally since they will be invalidated by their \"forcedTabIndex\" property.\nIf the items are Objects with \"id\" and \"forcedTabIndex\" however, it is the developer's responsibility to apply these and the easiest way is to have the root component invalidated by ItemNavigation.\nTo do so, set the \"affectedPropertiesNames\" constructor property to point to one or more of the root component's properties that need refreshing when \"forcedTabIndex\" is changed deeply.\n\n2) Call the \"setCurrentItem\" method of ItemNavigation whenever you want to change the current item.\nThis is most commonly required if the user for example clicks on an item and thus selects it directly.\nPass as the only argument to \"setCurrentItem\" the item that becomes current (must be one of the items, returned by \"getItemsCallback\").",
231
- "name": "ItemNavigation",
236
+ "description": "Base class for all UI5 Web Components",
237
+ "name": "UI5Element",
232
238
  "members": [
233
239
  {
234
240
  "kind": "method",
235
- "name": "setCurrentItem",
241
+ "name": "onBeforeRendering",
236
242
  "return": {
237
243
  "type": {
238
244
  "text": "void"
239
245
  }
240
246
  },
241
- "parameters": [
242
- {
243
- "name": "current",
244
- "type": {
245
- "text": "ITabbable",
246
- "references": [
247
- {
248
- "name": "ITabbable",
249
- "package": "@ui5/webcomponents-base",
250
- "module": "dist/delegate/ItemNavigation.js"
251
- }
252
- ]
253
- },
254
- "description": "the new selected item"
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"
255
256
  }
256
- ],
257
- "description": "Call this method to set a new \"current\" (selected) item in the item navigation\nNote: the item passed to this function must be one of the items, returned by the getItemsCallback function",
257
+ },
258
+ "description": "Called every time after the component renders.",
258
259
  "privacy": "public"
259
260
  },
260
261
  {
261
262
  "kind": "method",
262
- "name": "setRowSize",
263
+ "name": "onEnterDOM",
264
+ "return": {
265
+ "type": {
266
+ "text": "void"
267
+ }
268
+ },
269
+ "description": "Called on connectedCallback - added to the DOM.",
270
+ "privacy": "public"
271
+ },
272
+ {
273
+ "kind": "method",
274
+ "name": "onExitDOM",
275
+ "return": {
276
+ "type": {
277
+ "text": "void"
278
+ }
279
+ },
280
+ "description": "Called on disconnectedCallback - removed from the DOM.",
281
+ "privacy": "public"
282
+ },
283
+ {
284
+ "kind": "method",
285
+ "name": "attachInvalidate",
263
286
  "return": {
264
287
  "type": {
265
288
  "text": "void"
@@ -267,76 +290,37 @@
267
290
  },
268
291
  "parameters": [
269
292
  {
270
- "name": "newRowSize",
293
+ "name": "callback",
271
294
  "type": {
272
- "text": "number"
295
+ "text": "(param: InvalidationInfo) => void"
273
296
  }
274
297
  }
275
298
  ],
276
- "description": "Call this method to dynamically change the row size",
299
+ "description": "Attach a callback that will be executed whenever the component is invalidated",
277
300
  "privacy": "public"
278
- }
279
- ]
280
- }
281
- ],
282
- "exports": [
283
- {
284
- "kind": "js",
285
- "name": "default",
286
- "declaration": {
287
- "name": "ItemNavigation",
288
- "module": "dist/delegate/ItemNavigation.js"
289
- }
290
- }
291
- ]
292
- },
293
- {
294
- "kind": "javascript-module",
295
- "path": "dist/delegate/ResizeHandler.js",
296
- "declarations": [
297
- {
298
- "kind": "class",
299
- "description": "Allows to register/deregister resize observers for a DOM element",
300
- "name": "ResizeHandler",
301
- "members": [
301
+ },
302
302
  {
303
303
  "kind": "method",
304
- "name": "register",
305
- "static": true,
304
+ "name": "detachInvalidate",
306
305
  "return": {
307
306
  "type": {
308
307
  "text": "void"
309
308
  }
310
309
  },
311
310
  "parameters": [
312
- {
313
- "name": "element",
314
- "type": {
315
- "text": "HTMLElement"
316
- },
317
- "description": "UI5 Web Component or DOM Element to be observed"
318
- },
319
311
  {
320
312
  "name": "callback",
321
313
  "type": {
322
- "text": "ResizeObserverCallback",
323
- "references": [
324
- {
325
- "name": "ResizeObserverCallback",
326
- "package": "@ui5/webcomponents-base",
327
- "module": "dist/delegate/ResizeHandler.js"
328
- }
329
- ]
330
- },
331
- "description": "Callback to be executed"
314
+ "text": "(param: InvalidationInfo) => void"
315
+ }
332
316
  }
333
317
  ],
318
+ "description": "Detach the callback that is executed whenever the component is invalidated",
334
319
  "privacy": "public"
335
320
  },
336
321
  {
337
322
  "kind": "method",
338
- "name": "deregister",
339
- "static": true,
323
+ "name": "onInvalidation",
340
324
  "return": {
341
325
  "type": {
342
326
  "text": "void"
@@ -344,634 +328,1045 @@
344
328
  },
345
329
  "parameters": [
346
330
  {
347
- "name": "element",
348
- "type": {
349
- "text": "HTMLElement"
350
- },
351
- "description": "UI5 Web Component or DOM Element to be unobserved"
352
- },
353
- {
354
- "name": "callback",
331
+ "name": "changeInfo",
355
332
  "type": {
356
- "text": "ResizeObserverCallback",
333
+ "text": "ChangeInfo",
357
334
  "references": [
358
335
  {
359
- "name": "ResizeObserverCallback",
336
+ "name": "ChangeInfo",
360
337
  "package": "@ui5/webcomponents-base",
361
- "module": "dist/delegate/ResizeHandler.js"
338
+ "module": "dist/UI5Element.js"
362
339
  }
363
340
  ]
364
341
  },
365
- "description": "Callback to be removed"
342
+ "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)"
343
+ }
344
+ ],
345
+ "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
346
+ "privacy": "public"
347
+ },
348
+ {
349
+ "kind": "method",
350
+ "name": "getDomRef",
351
+ "return": {
352
+ "type": {
353
+ "text": "HTMLElement | undefined"
354
+ }
355
+ },
356
+ "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",
357
+ "privacy": "public"
358
+ },
359
+ {
360
+ "kind": "method",
361
+ "name": "getFocusDomRef",
362
+ "return": {
363
+ "type": {
364
+ "text": "HTMLElement | undefined"
365
+ }
366
+ },
367
+ "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.",
368
+ "privacy": "public"
369
+ },
370
+ {
371
+ "kind": "method",
372
+ "name": "getFocusDomRefAsync",
373
+ "return": {
374
+ "type": {
375
+ "text": "Promise<HTMLElement | undefined>"
376
+ }
377
+ },
378
+ "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.",
379
+ "privacy": "public"
380
+ },
381
+ {
382
+ "kind": "method",
383
+ "name": "focus",
384
+ "return": {
385
+ "type": {
386
+ "text": "Promise<void>"
387
+ }
388
+ },
389
+ "parameters": [
390
+ {
391
+ "name": "focusOptions",
392
+ "optional": true,
393
+ "type": {
394
+ "text": "FocusOptions"
395
+ },
396
+ "description": "additional options for the focus"
397
+ }
398
+ ],
399
+ "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
400
+ "privacy": "public"
401
+ },
402
+ {
403
+ "kind": "method",
404
+ "name": "fireEvent",
405
+ "return": {
406
+ "type": {
407
+ "text": "boolean"
408
+ },
409
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
410
+ },
411
+ "parameters": [
412
+ {
413
+ "name": "name",
414
+ "type": {
415
+ "text": "string"
416
+ },
417
+ "description": "name of the event"
418
+ },
419
+ {
420
+ "name": "data",
421
+ "optional": true,
422
+ "type": {
423
+ "text": "T"
424
+ },
425
+ "description": "additional data for the event"
426
+ },
427
+ {
428
+ "name": "cancelable",
429
+ "default": "false",
430
+ "description": "true, if the user can call preventDefault on the event object"
431
+ },
432
+ {
433
+ "name": "bubbles",
434
+ "default": "true",
435
+ "description": "true, if the event bubbles"
436
+ }
437
+ ],
438
+ "privacy": "public",
439
+ "deprecated": "use fireDecoratorEvent instead"
440
+ },
441
+ {
442
+ "kind": "method",
443
+ "name": "fireDecoratorEvent",
444
+ "return": {
445
+ "type": {
446
+ "text": "boolean"
447
+ },
448
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
449
+ },
450
+ "parameters": [
451
+ {
452
+ "name": "name",
453
+ "type": {
454
+ "text": "N"
455
+ },
456
+ "description": "name of the event"
457
+ },
458
+ {
459
+ "name": "data",
460
+ "optional": true,
461
+ "type": {
462
+ "text": "this[\"eventDetails\"][N] | undefined"
463
+ },
464
+ "description": "additional data for the event"
465
+ }
466
+ ],
467
+ "description": "Fires a custom event, configured via the \"event\" decorator.",
468
+ "privacy": "public"
469
+ },
470
+ {
471
+ "kind": "method",
472
+ "name": "getSlottedNodes",
473
+ "return": {
474
+ "type": {
475
+ "text": "Array<T>"
476
+ }
477
+ },
478
+ "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.",
479
+ "privacy": "public"
480
+ },
481
+ {
482
+ "kind": "method",
483
+ "name": "attachComponentStateFinalized",
484
+ "return": {
485
+ "type": {
486
+ "text": "void"
487
+ }
488
+ },
489
+ "parameters": [
490
+ {
491
+ "name": "callback",
492
+ "type": {
493
+ "text": "() => void"
494
+ }
495
+ }
496
+ ],
497
+ "description": "Attach a callback that will be executed whenever the component's state is finalized",
498
+ "privacy": "public"
499
+ },
500
+ {
501
+ "kind": "method",
502
+ "name": "detachComponentStateFinalized",
503
+ "return": {
504
+ "type": {
505
+ "text": "void"
506
+ }
507
+ },
508
+ "parameters": [
509
+ {
510
+ "name": "callback",
511
+ "type": {
512
+ "text": "() => void"
513
+ }
366
514
  }
367
515
  ],
516
+ "description": "Detach the callback that is executed whenever the component's state is finalized",
517
+ "privacy": "public"
518
+ },
519
+ {
520
+ "kind": "field",
521
+ "name": "effectiveDir",
522
+ "type": {
523
+ "text": "string | undefined"
524
+ },
525
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
526
+ "privacy": "public",
527
+ "default": "undefined",
528
+ "readonly": true
529
+ },
530
+ {
531
+ "kind": "field",
532
+ "name": "isUI5Element",
533
+ "type": {
534
+ "text": "boolean"
535
+ },
536
+ "description": "Used to duck-type UI5 elements without using instanceof",
537
+ "privacy": "public",
538
+ "default": "true",
539
+ "readonly": true
540
+ },
541
+ {
542
+ "kind": "method",
543
+ "name": "getUniqueDependencies",
544
+ "static": true,
545
+ "return": {
546
+ "type": {
547
+ "text": "Array<typeof UI5Element>"
548
+ }
549
+ },
550
+ "description": "Returns a list of the unique dependencies for this UI5 Web Component",
551
+ "privacy": "public"
552
+ },
553
+ {
554
+ "kind": "method",
555
+ "name": "define",
556
+ "static": true,
557
+ "return": {
558
+ "type": {
559
+ "text": "typeof UI5Element"
560
+ }
561
+ },
562
+ "description": "Registers a UI5 Web Component in the browser window object",
563
+ "privacy": "public"
564
+ },
565
+ {
566
+ "kind": "method",
567
+ "name": "getMetadata",
568
+ "static": true,
569
+ "return": {
570
+ "type": {
571
+ "text": "UI5ElementMetadata",
572
+ "references": [
573
+ {
574
+ "name": "UI5ElementMetadata",
575
+ "package": "@ui5/webcomponents-base",
576
+ "module": "dist/UI5ElementMetadata.js"
577
+ }
578
+ ]
579
+ }
580
+ },
581
+ "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",
368
582
  "privacy": "public"
369
583
  }
370
- ]
371
- }
372
- ],
373
- "exports": [
374
- {
375
- "kind": "js",
376
- "name": "default",
377
- "declaration": {
378
- "name": "ResizeHandler",
379
- "module": "dist/delegate/ResizeHandler.js"
380
- }
584
+ ],
585
+ "attributes": [
586
+ {
587
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
588
+ "name": "effective-dir",
589
+ "default": "undefined",
590
+ "fieldName": "effectiveDir",
591
+ "type": {
592
+ "text": "any"
593
+ }
594
+ },
595
+ {
596
+ "description": "Used to duck-type UI5 elements without using instanceof",
597
+ "name": "is-ui5-element",
598
+ "default": "true",
599
+ "fieldName": "isUI5Element",
600
+ "type": {
601
+ "text": "any"
602
+ }
603
+ }
604
+ ],
605
+ "customElement": true
381
606
  }
382
- ]
383
- },
384
- {
385
- "kind": "javascript-module",
386
- "path": "dist/delegate/ScrollEnablement.js",
387
- "declarations": [],
607
+ ],
388
608
  "exports": [
389
609
  {
390
610
  "kind": "js",
391
611
  "name": "default",
392
612
  "declaration": {
393
- "name": "ScrollEnablement",
394
- "module": "dist/delegate/ScrollEnablement.js"
613
+ "name": "UI5Element",
614
+ "module": "dist/UI5Element.js"
395
615
  }
396
616
  }
397
617
  ]
398
618
  },
399
619
  {
400
620
  "kind": "javascript-module",
401
- "path": "dist/features/F6Navigation.js",
402
- "declarations": [],
621
+ "path": "dist/UI5ElementMetadata.js",
622
+ "declarations": [
623
+ {
624
+ "kind": "class",
625
+ "description": "",
626
+ "name": "UI5ElementMetadata",
627
+ "members": [
628
+ {
629
+ "kind": "method",
630
+ "name": "validateSlotValue",
631
+ "static": true,
632
+ "return": {
633
+ "type": {
634
+ "text": "Node"
635
+ }
636
+ },
637
+ "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",
638
+ "privacy": "public"
639
+ },
640
+ {
641
+ "kind": "method",
642
+ "name": "getPureTag",
643
+ "return": {
644
+ "type": {
645
+ "text": "string"
646
+ }
647
+ },
648
+ "description": "Returns the tag of the UI5 Element without the scope",
649
+ "privacy": "public"
650
+ },
651
+ {
652
+ "kind": "method",
653
+ "name": "getTag",
654
+ "return": {
655
+ "type": {
656
+ "text": "string"
657
+ }
658
+ },
659
+ "description": "Returns the tag of the UI5 Element",
660
+ "privacy": "public"
661
+ },
662
+ {
663
+ "kind": "method",
664
+ "name": "hasAttribute",
665
+ "return": {
666
+ "type": {
667
+ "text": "boolean"
668
+ }
669
+ },
670
+ "parameters": [
671
+ {
672
+ "name": "propName",
673
+ "type": {
674
+ "text": "string"
675
+ }
676
+ }
677
+ ],
678
+ "description": "Determines whether a property should have an attribute counterpart",
679
+ "privacy": "public"
680
+ },
681
+ {
682
+ "kind": "method",
683
+ "name": "getPropertiesList",
684
+ "return": {
685
+ "type": {
686
+ "text": "Array<string>"
687
+ }
688
+ },
689
+ "description": "Returns an array with the properties of the UI5 Element (in camelCase)",
690
+ "privacy": "public"
691
+ },
692
+ {
693
+ "kind": "method",
694
+ "name": "getAttributesList",
695
+ "return": {
696
+ "type": {
697
+ "text": "Array<string>"
698
+ }
699
+ },
700
+ "description": "Returns an array with the attributes of the UI5 Element (in kebab-case)",
701
+ "privacy": "public"
702
+ },
703
+ {
704
+ "kind": "method",
705
+ "name": "hasSlots",
706
+ "return": {
707
+ "type": {
708
+ "text": "boolean"
709
+ }
710
+ },
711
+ "description": "Determines whether this UI5 Element supports any slots",
712
+ "privacy": "public"
713
+ },
714
+ {
715
+ "kind": "method",
716
+ "name": "hasIndividualSlots",
717
+ "return": {
718
+ "type": {
719
+ "text": "boolean"
720
+ }
721
+ },
722
+ "description": "Determines whether this UI5 Element supports any slots with \"individualSlots: true\"",
723
+ "privacy": "public"
724
+ },
725
+ {
726
+ "kind": "method",
727
+ "name": "slotsAreManaged",
728
+ "return": {
729
+ "type": {
730
+ "text": "boolean"
731
+ }
732
+ },
733
+ "description": "Determines whether this UI5 Element needs to invalidate if children are added/removed/changed",
734
+ "privacy": "public"
735
+ },
736
+ {
737
+ "kind": "method",
738
+ "name": "supportsF6FastNavigation",
739
+ "return": {
740
+ "type": {
741
+ "text": "boolean"
742
+ }
743
+ },
744
+ "description": "Determines whether this control supports F6 fast navigation",
745
+ "privacy": "public"
746
+ },
747
+ {
748
+ "kind": "method",
749
+ "name": "getProperties",
750
+ "return": {
751
+ "type": {
752
+ "text": "Record<string, Property>",
753
+ "references": [
754
+ {
755
+ "name": "Property",
756
+ "package": "@ui5/webcomponents-base",
757
+ "module": "dist/UI5ElementMetadata.js"
758
+ }
759
+ ]
760
+ }
761
+ },
762
+ "description": "Returns an object with key-value pairs of properties and their metadata definitions",
763
+ "privacy": "public"
764
+ },
765
+ {
766
+ "kind": "method",
767
+ "name": "getEvents",
768
+ "return": {
769
+ "type": {
770
+ "text": "EventData",
771
+ "references": [
772
+ {
773
+ "name": "EventData",
774
+ "package": "@ui5/webcomponents-base",
775
+ "module": "dist/UI5ElementMetadata.js"
776
+ }
777
+ ]
778
+ }
779
+ },
780
+ "description": "Returns an object with key-value pairs of events and their metadata definitions",
781
+ "privacy": "public"
782
+ },
783
+ {
784
+ "kind": "method",
785
+ "name": "getSlots",
786
+ "return": {
787
+ "type": {
788
+ "text": "Record<string, Slot>",
789
+ "references": [
790
+ {
791
+ "name": "Slot",
792
+ "package": "@ui5/webcomponents-base",
793
+ "module": "dist/UI5ElementMetadata.js"
794
+ }
795
+ ]
796
+ }
797
+ },
798
+ "description": "Returns an object with key-value pairs of slots and their metadata definitions",
799
+ "privacy": "public"
800
+ }
801
+ ]
802
+ }
803
+ ],
403
804
  "exports": [
404
805
  {
405
806
  "kind": "js",
406
807
  "name": "default",
407
808
  "declaration": {
408
- "name": "F6Navigation",
409
- "module": "dist/features/F6Navigation.js"
809
+ "name": "UI5ElementMetadata",
810
+ "module": "dist/UI5ElementMetadata.js"
410
811
  }
411
812
  }
412
813
  ]
413
814
  },
414
815
  {
415
816
  "kind": "javascript-module",
416
- "path": "dist/features/InputElementsFormSupport.js",
417
- "declarations": [],
418
- "exports": []
419
- },
420
- {
421
- "kind": "javascript-module",
422
- "path": "dist/features/LegacyDateFormats.js",
817
+ "path": "dist/connectToComponent.js",
423
818
  "declarations": [],
424
819
  "exports": [
425
820
  {
426
821
  "kind": "js",
427
822
  "name": "default",
428
823
  "declaration": {
429
- "name": "LegacyDateFormats",
430
- "module": "dist/features/LegacyDateFormats.js"
824
+ "name": "connectToComponent",
825
+ "module": "dist/connectToComponent.js"
431
826
  }
432
827
  }
433
828
  ]
434
829
  },
435
830
  {
436
831
  "kind": "javascript-module",
437
- "path": "dist/features/OpenUI5Element.js",
832
+ "path": "dist/decorators.js",
438
833
  "declarations": [],
439
- "exports": [
440
- {
441
- "kind": "js",
442
- "name": "default",
443
- "declaration": {
444
- "name": "OpenUI5Element",
445
- "module": "dist/features/OpenUI5Element.js"
446
- }
447
- }
448
- ]
834
+ "exports": []
449
835
  },
450
836
  {
451
837
  "kind": "javascript-module",
452
- "path": "dist/features/OpenUI5Enablement.js",
838
+ "path": "dist/getSharedResource.js",
453
839
  "declarations": [],
454
840
  "exports": [
455
841
  {
456
842
  "kind": "js",
457
843
  "name": "default",
458
844
  "declaration": {
459
- "name": "OpenUI5Enablement",
460
- "module": "dist/features/OpenUI5Enablement.js"
845
+ "name": "getSharedResource",
846
+ "module": "dist/getSharedResource.js"
461
847
  }
462
848
  }
463
849
  ]
464
850
  },
465
851
  {
466
852
  "kind": "javascript-module",
467
- "path": "dist/features/OpenUI5Support.js",
468
- "declarations": [],
853
+ "path": "dist/i18nBundle.js",
854
+ "declarations": [
855
+ {
856
+ "kind": "class",
857
+ "description": "",
858
+ "name": "I18nBundle",
859
+ "members": [
860
+ {
861
+ "kind": "method",
862
+ "name": "getText",
863
+ "return": {
864
+ "type": {
865
+ "text": "string"
866
+ }
867
+ },
868
+ "parameters": [
869
+ {
870
+ "name": "textObj",
871
+ "type": {
872
+ "text": "I18nText | string",
873
+ "references": [
874
+ {
875
+ "name": "I18nText",
876
+ "package": "@ui5/webcomponents-base",
877
+ "module": "dist/i18nBundle.js"
878
+ }
879
+ ]
880
+ },
881
+ "description": "key/defaultText pair or just the key"
882
+ },
883
+ {
884
+ "name": "params",
885
+ "type": {
886
+ "text": "Array<number | string>"
887
+ },
888
+ "description": "Values for the placeholders"
889
+ }
890
+ ],
891
+ "description": "Returns a text in the currently loaded language",
892
+ "privacy": "public"
893
+ }
894
+ ]
895
+ }
896
+ ],
469
897
  "exports": [
470
898
  {
471
899
  "kind": "js",
472
900
  "name": "default",
473
901
  "declaration": {
474
- "name": "OpenUI5Support",
475
- "module": "dist/features/OpenUI5Support.js"
902
+ "name": "I18nBundle",
903
+ "module": "dist/i18nBundle.js"
476
904
  }
477
905
  }
478
906
  ]
479
907
  },
480
908
  {
481
909
  "kind": "javascript-module",
482
- "path": "dist/features/patchPatcher.js",
910
+ "path": "dist/index.js",
483
911
  "declarations": [],
484
912
  "exports": [
485
913
  {
486
914
  "kind": "js",
487
915
  "name": "default",
488
916
  "declaration": {
489
- "name": "patchPatcher",
490
- "module": "dist/features/patchPatcher.js"
917
+ "name": "UI5Element",
918
+ "module": "dist/index.js"
491
919
  }
492
920
  }
493
921
  ]
494
922
  },
495
923
  {
496
924
  "kind": "javascript-module",
497
- "path": "dist/features/patchPopup.js",
925
+ "path": "dist/jsx-dev-runtime.js",
498
926
  "declarations": [],
499
- "exports": [
500
- {
501
- "kind": "js",
502
- "name": "default",
503
- "declaration": {
504
- "name": "patchPopup",
505
- "module": "dist/features/patchPopup.js"
506
- }
507
- }
508
- ]
927
+ "exports": []
509
928
  },
510
929
  {
511
930
  "kind": "javascript-module",
512
- "path": "dist/theming/CustomStyle.js",
931
+ "path": "dist/jsx-runtime.js",
513
932
  "declarations": [],
514
933
  "exports": []
515
934
  },
516
935
  {
517
936
  "kind": "javascript-module",
518
- "path": "dist/theming/ThemeLoaded.js",
937
+ "path": "dist/jsx-utils.js",
519
938
  "declarations": [],
520
939
  "exports": []
521
940
  },
522
941
  {
523
942
  "kind": "javascript-module",
524
- "path": "dist/theming/ThemeRegistered.js",
943
+ "path": "dist/ssr-dom-shim.js",
525
944
  "declarations": [],
526
945
  "exports": []
527
946
  },
528
947
  {
529
948
  "kind": "javascript-module",
530
- "path": "dist/theming/applyTheme.js",
949
+ "path": "dist/ssr-dom.js",
531
950
  "declarations": [],
532
- "exports": [
533
- {
534
- "kind": "js",
535
- "name": "default",
536
- "declaration": {
537
- "name": "applyTheme",
538
- "module": "dist/theming/applyTheme.js"
539
- }
540
- }
541
- ]
951
+ "exports": []
542
952
  },
543
953
  {
544
954
  "kind": "javascript-module",
545
- "path": "dist/theming/getConstructableStyle.js",
955
+ "path": "dist/types.js",
956
+ "declarations": [],
957
+ "exports": []
958
+ },
959
+ {
960
+ "kind": "javascript-module",
961
+ "path": "dist/updateShadowRoot.js",
546
962
  "declarations": [],
547
963
  "exports": [
548
964
  {
549
965
  "kind": "js",
550
966
  "name": "default",
551
967
  "declaration": {
552
- "name": "getConstructableStyle",
553
- "module": "dist/theming/getConstructableStyle.js"
968
+ "name": "updateShadowRoot",
969
+ "module": "dist/updateShadowRoot.js"
554
970
  }
555
971
  }
556
972
  ]
557
973
  },
558
974
  {
559
975
  "kind": "javascript-module",
560
- "path": "dist/theming/getEffectiveStyle.js",
976
+ "path": "dist/validateThemeRoot.js",
561
977
  "declarations": [],
562
978
  "exports": [
563
979
  {
564
980
  "kind": "js",
565
981
  "name": "default",
566
982
  "declaration": {
567
- "name": "getEffectiveStyle",
568
- "module": "dist/theming/getEffectiveStyle.js"
983
+ "name": "validateThemeRoot",
984
+ "module": "dist/validateThemeRoot.js"
569
985
  }
570
986
  }
571
987
  ]
572
988
  },
573
989
  {
574
990
  "kind": "javascript-module",
575
- "path": "dist/theming/getStylesString.js",
991
+ "path": "dist/animations/AnimationQueue.js",
576
992
  "declarations": [],
577
993
  "exports": [
578
994
  {
579
995
  "kind": "js",
580
996
  "name": "default",
581
997
  "declaration": {
582
- "name": "getStylesString",
583
- "module": "dist/theming/getStylesString.js"
998
+ "name": "AnimationQueue",
999
+ "module": "dist/animations/AnimationQueue.js"
584
1000
  }
585
1001
  }
586
1002
  ]
587
1003
  },
588
1004
  {
589
1005
  "kind": "javascript-module",
590
- "path": "dist/theming/getThemeDesignerTheme.js",
1006
+ "path": "dist/animations/animate.js",
591
1007
  "declarations": [],
592
1008
  "exports": [
593
1009
  {
594
1010
  "kind": "js",
595
1011
  "name": "default",
596
1012
  "declaration": {
597
- "name": "getThemeDesignerTheme",
598
- "module": "dist/theming/getThemeDesignerTheme.js"
1013
+ "name": "animate",
1014
+ "module": "dist/animations/animate.js"
599
1015
  }
600
1016
  }
601
1017
  ]
602
1018
  },
603
1019
  {
604
1020
  "kind": "javascript-module",
605
- "path": "dist/renderer/LitRenderer.js",
1021
+ "path": "dist/animations/scroll.js",
606
1022
  "declarations": [],
607
1023
  "exports": [
608
1024
  {
609
1025
  "kind": "js",
610
1026
  "name": "default",
611
1027
  "declaration": {
612
- "name": "litRender",
613
- "module": "dist/renderer/LitRenderer.js"
1028
+ "name": "scroll",
1029
+ "module": "dist/animations/scroll.js"
614
1030
  }
615
1031
  }
616
1032
  ]
617
1033
  },
618
1034
  {
619
1035
  "kind": "javascript-module",
620
- "path": "dist/renderer/executeTemplate.js",
1036
+ "path": "dist/animations/slideDown.js",
621
1037
  "declarations": [],
622
1038
  "exports": [
623
1039
  {
624
1040
  "kind": "js",
625
1041
  "name": "default",
626
1042
  "declaration": {
627
- "name": "executeTemplate",
628
- "module": "dist/renderer/executeTemplate.js"
1043
+ "name": "slideDown",
1044
+ "module": "dist/animations/slideDown.js"
629
1045
  }
630
1046
  }
631
1047
  ]
632
1048
  },
633
1049
  {
634
1050
  "kind": "javascript-module",
635
- "path": "dist/locale/Locale.js",
1051
+ "path": "dist/animations/slideUp.js",
636
1052
  "declarations": [],
637
1053
  "exports": [
638
1054
  {
639
1055
  "kind": "js",
640
1056
  "name": "default",
641
1057
  "declaration": {
642
- "name": "Locale",
643
- "module": "dist/locale/Locale.js"
1058
+ "name": "slideUp",
1059
+ "module": "dist/animations/slideUp.js"
644
1060
  }
645
1061
  }
646
1062
  ]
647
1063
  },
648
1064
  {
649
1065
  "kind": "javascript-module",
650
- "path": "dist/locale/RTLAwareRegistry.js",
1066
+ "path": "dist/asset-registries/Icons.js",
651
1067
  "declarations": [],
652
1068
  "exports": []
653
1069
  },
654
1070
  {
655
1071
  "kind": "javascript-module",
656
- "path": "dist/locale/applyDirection.js",
1072
+ "path": "dist/asset-registries/Illustrations.js",
657
1073
  "declarations": [],
658
- "exports": [
659
- {
660
- "kind": "js",
661
- "name": "default",
662
- "declaration": {
663
- "name": "applyDirection",
664
- "module": "dist/locale/applyDirection.js"
665
- }
666
- }
667
- ]
1074
+ "exports": []
668
1075
  },
669
1076
  {
670
1077
  "kind": "javascript-module",
671
- "path": "dist/locale/directionChange.js",
1078
+ "path": "dist/asset-registries/LocaleData.js",
672
1079
  "declarations": [],
673
1080
  "exports": []
674
1081
  },
675
1082
  {
676
1083
  "kind": "javascript-module",
677
- "path": "dist/locale/getEffectiveDir.js",
1084
+ "path": "dist/asset-registries/Themes.js",
678
1085
  "declarations": [],
679
- "exports": [
680
- {
681
- "kind": "js",
682
- "name": "default",
683
- "declaration": {
684
- "name": "getEffectiveDir",
685
- "module": "dist/locale/getEffectiveDir.js"
686
- }
687
- }
688
- ]
1086
+ "exports": []
689
1087
  },
690
1088
  {
691
1089
  "kind": "javascript-module",
692
- "path": "dist/locale/getLocale.js",
1090
+ "path": "dist/asset-registries/i18n.js",
693
1091
  "declarations": [],
694
- "exports": [
695
- {
696
- "kind": "js",
697
- "name": "default",
698
- "declaration": {
699
- "name": "getLocale",
700
- "module": "dist/locale/getLocale.js"
701
- }
702
- }
703
- ]
1092
+ "exports": []
704
1093
  },
705
1094
  {
706
1095
  "kind": "javascript-module",
707
- "path": "dist/locale/languageChange.js",
1096
+ "path": "dist/config/AnimationMode.js",
708
1097
  "declarations": [],
709
1098
  "exports": []
710
1099
  },
711
1100
  {
712
1101
  "kind": "javascript-module",
713
- "path": "dist/locale/nextFallbackLocale.js",
1102
+ "path": "dist/config/CalendarType.js",
1103
+ "declarations": [],
1104
+ "exports": []
1105
+ },
1106
+ {
1107
+ "kind": "javascript-module",
1108
+ "path": "dist/config/ConfigurationReset.js",
1109
+ "declarations": [],
1110
+ "exports": []
1111
+ },
1112
+ {
1113
+ "kind": "javascript-module",
1114
+ "path": "dist/config/Fonts.js",
1115
+ "declarations": [],
1116
+ "exports": []
1117
+ },
1118
+ {
1119
+ "kind": "javascript-module",
1120
+ "path": "dist/config/FormatSettings.js",
1121
+ "declarations": [],
1122
+ "exports": []
1123
+ },
1124
+ {
1125
+ "kind": "javascript-module",
1126
+ "path": "dist/config/Icons.js",
1127
+ "declarations": [],
1128
+ "exports": []
1129
+ },
1130
+ {
1131
+ "kind": "javascript-module",
1132
+ "path": "dist/config/Language.js",
1133
+ "declarations": [],
1134
+ "exports": []
1135
+ },
1136
+ {
1137
+ "kind": "javascript-module",
1138
+ "path": "dist/config/NoConflict.js",
1139
+ "declarations": [],
1140
+ "exports": []
1141
+ },
1142
+ {
1143
+ "kind": "javascript-module",
1144
+ "path": "dist/config/Theme.js",
1145
+ "declarations": [],
1146
+ "exports": []
1147
+ },
1148
+ {
1149
+ "kind": "javascript-module",
1150
+ "path": "dist/config/ThemeRoot.js",
1151
+ "declarations": [],
1152
+ "exports": []
1153
+ },
1154
+ {
1155
+ "kind": "javascript-module",
1156
+ "path": "dist/config/Timezone.js",
1157
+ "declarations": [],
1158
+ "exports": []
1159
+ },
1160
+ {
1161
+ "kind": "javascript-module",
1162
+ "path": "dist/config/Tooltips.js",
1163
+ "declarations": [],
1164
+ "exports": []
1165
+ },
1166
+ {
1167
+ "kind": "javascript-module",
1168
+ "path": "dist/converters/DOMReference.js",
714
1169
  "declarations": [],
715
1170
  "exports": [
716
1171
  {
717
1172
  "kind": "js",
718
1173
  "name": "default",
719
1174
  "declaration": {
720
- "name": "nextFallbackLocale",
721
- "module": "dist/locale/nextFallbackLocale.js"
1175
+ "name": "DOMReferenceConverter",
1176
+ "module": "dist/converters/DOMReference.js"
722
1177
  }
723
1178
  }
724
1179
  ]
725
1180
  },
726
1181
  {
727
1182
  "kind": "javascript-module",
728
- "path": "dist/locale/normalizeLocale.js",
1183
+ "path": "dist/decorators/bound.js",
729
1184
  "declarations": [],
730
1185
  "exports": [
731
1186
  {
732
1187
  "kind": "js",
733
1188
  "name": "default",
734
1189
  "declaration": {
735
- "name": "normalizeLocale",
736
- "module": "dist/locale/normalizeLocale.js"
1190
+ "name": "bound",
1191
+ "module": "dist/decorators/bound.js"
737
1192
  }
738
1193
  }
739
1194
  ]
740
1195
  },
741
1196
  {
742
1197
  "kind": "javascript-module",
743
- "path": "dist/thirdparty/_merge.js",
1198
+ "path": "dist/decorators/customElement.js",
744
1199
  "declarations": [],
745
1200
  "exports": [
746
1201
  {
747
1202
  "kind": "js",
748
1203
  "name": "default",
749
1204
  "declaration": {
750
- "name": "fnMerge",
751
- "module": "dist/thirdparty/_merge.js"
1205
+ "name": "customElement",
1206
+ "module": "dist/decorators/customElement.js"
752
1207
  }
753
1208
  }
754
1209
  ]
755
1210
  },
756
1211
  {
757
1212
  "kind": "javascript-module",
758
- "path": "dist/thirdparty/isPlainObject.js",
1213
+ "path": "dist/decorators/event-strict.js",
759
1214
  "declarations": [],
760
1215
  "exports": [
761
1216
  {
762
1217
  "kind": "js",
763
1218
  "name": "default",
764
1219
  "declaration": {
765
- "name": "fnIsPlainObject",
766
- "module": "dist/thirdparty/isPlainObject.js"
1220
+ "name": "event",
1221
+ "module": "dist/decorators/event-strict.js"
767
1222
  }
768
1223
  }
769
1224
  ]
770
1225
  },
771
1226
  {
772
1227
  "kind": "javascript-module",
773
- "path": "dist/thirdparty/merge.js",
1228
+ "path": "dist/decorators/event.js",
774
1229
  "declarations": [],
775
1230
  "exports": [
776
1231
  {
777
1232
  "kind": "js",
778
1233
  "name": "default",
779
1234
  "declaration": {
780
- "name": "fnMerge",
781
- "module": "dist/thirdparty/merge.js"
1235
+ "name": "event",
1236
+ "module": "dist/decorators/event.js"
782
1237
  }
783
1238
  }
784
1239
  ]
785
1240
  },
786
1241
  {
787
1242
  "kind": "javascript-module",
788
- "path": "dist/types/AnimationMode.js",
1243
+ "path": "dist/decorators/i18n.js",
789
1244
  "declarations": [],
790
1245
  "exports": [
791
1246
  {
792
1247
  "kind": "js",
793
1248
  "name": "default",
794
1249
  "declaration": {
795
- "name": "AnimationMode",
796
- "module": "dist/types/AnimationMode.js"
1250
+ "name": "i18n",
1251
+ "module": "dist/decorators/i18n.js"
797
1252
  }
798
1253
  }
799
1254
  ]
800
1255
  },
801
1256
  {
802
1257
  "kind": "javascript-module",
803
- "path": "dist/types/AriaHasPopup.js",
1258
+ "path": "dist/decorators/property.js",
804
1259
  "declarations": [],
805
1260
  "exports": [
806
1261
  {
807
1262
  "kind": "js",
808
1263
  "name": "default",
809
1264
  "declaration": {
810
- "name": "AriaHasPopup",
811
- "module": "dist/types/AriaHasPopup.js"
1265
+ "name": "property",
1266
+ "module": "dist/decorators/property.js"
812
1267
  }
813
1268
  }
814
1269
  ]
815
1270
  },
816
1271
  {
817
1272
  "kind": "javascript-module",
818
- "path": "dist/types/AriaLandmarkRole.js",
1273
+ "path": "dist/decorators/query.js",
819
1274
  "declarations": [],
820
1275
  "exports": [
821
1276
  {
822
1277
  "kind": "js",
823
1278
  "name": "default",
824
1279
  "declaration": {
825
- "name": "AriaLandmarkRole",
826
- "module": "dist/types/AriaLandmarkRole.js"
1280
+ "name": "query",
1281
+ "module": "dist/decorators/query.js"
827
1282
  }
828
1283
  }
829
1284
  ]
830
1285
  },
831
1286
  {
832
1287
  "kind": "javascript-module",
833
- "path": "dist/types/AriaRole.js",
1288
+ "path": "dist/decorators/queryAll.js",
834
1289
  "declarations": [],
835
1290
  "exports": [
836
1291
  {
837
1292
  "kind": "js",
838
1293
  "name": "default",
839
1294
  "declaration": {
840
- "name": "AriaRole",
841
- "module": "dist/types/AriaRole.js"
1295
+ "name": "queryAll",
1296
+ "module": "dist/decorators/queryAll.js"
842
1297
  }
843
1298
  }
844
1299
  ]
845
1300
  },
846
1301
  {
847
1302
  "kind": "javascript-module",
848
- "path": "dist/types/CSSColor.js",
849
- "declarations": [
850
- {
851
- "kind": "class",
852
- "description": "CSSColor data type.",
853
- "name": "CSSColor",
854
- "superclass": {
855
- "name": "DataType",
856
- "module": "/src/types/DataType.js"
857
- },
858
- "members": [
859
- {
860
- "kind": "method",
861
- "name": "isValid",
862
- "static": true,
863
- "return": {
864
- "type": {
865
- "text": "boolean"
866
- }
867
- },
868
- "description": "Checks if the value is valid for its data type.",
869
- "privacy": "public",
870
- "inheritedFrom": {
871
- "name": "DataType",
872
- "module": "dist/types/DataType.js"
873
- }
874
- }
875
- ]
876
- }
877
- ],
1303
+ "path": "dist/decorators/slot.js",
1304
+ "declarations": [],
878
1305
  "exports": [
879
1306
  {
880
1307
  "kind": "js",
881
1308
  "name": "default",
882
1309
  "declaration": {
883
- "name": "CSSColor",
884
- "module": "dist/types/CSSColor.js"
1310
+ "name": "slot",
1311
+ "module": "dist/decorators/slot.js"
885
1312
  }
886
1313
  }
887
1314
  ]
888
1315
  },
889
1316
  {
890
1317
  "kind": "javascript-module",
891
- "path": "dist/types/CSSSize.js",
1318
+ "path": "dist/delegate/ItemNavigation.js",
892
1319
  "declarations": [
893
1320
  {
894
1321
  "kind": "class",
895
- "description": "CSSSize data type.",
896
- "name": "CSSSize",
897
- "superclass": {
898
- "name": "DataType",
899
- "module": "/src/types/DataType.js"
900
- },
1322
+ "description": "The ItemNavigation class manages the calculations to determine the correct \"tabindex\" for a group of related items inside a root component.\nImportant: ItemNavigation only does the calculations and does not change \"tabindex\" directly, this is a responsibility of the developer.\n\nThe keys that trigger ItemNavigation are:\n - Up/down\n - Left/right\n - Home/End\n\nUsage:\n1) Use the \"getItemsCallback\" constructor property to pass a callback to ItemNavigation, which, whenever called, will return the list of items to navigate among.\n\nEach item passed to ItemNavigation via \"getItemsCallback\" must be:\n - A) either a UI5Element with a \"forcedTabIndex\" property\n - B) or an Object with \"id\" and \"forcedTabIndex\" properties which represents a part of the root component's shadow DOM.\n The \"id\" must be a valid ID within the shadow root of the component ItemNavigation operates on.\n This object must not be a DOM object because, as said, ItemNavigation will not set \"tabindex\" on it. It must be a representation of a DOM object only\n and the developer has the responsibility to update the \"tabindex\" in the component's DOM.\n - C) a combination of the above\n\nWhenever the user navigates with the keyboard, ItemNavigation will modify the \"forcedTabIndex\" properties of the items.\nIt is the items' responsibilities to re-render themselves and apply the correct value of \"tabindex\" (i.e. to map the \"forcedTabIndex\" ItemNavigation set to them to the \"tabindex\" property).\nIf the items of the ItemNavigation are UI5Elements themselves, this can happen naturally since they will be invalidated by their \"forcedTabIndex\" property.\nIf the items are Objects with \"id\" and \"forcedTabIndex\" however, it is the developer's responsibility to apply these and the easiest way is to have the root component invalidated by ItemNavigation.\nTo do so, set the \"affectedPropertiesNames\" constructor property to point to one or more of the root component's properties that need refreshing when \"forcedTabIndex\" is changed deeply.\n\n2) Call the \"setCurrentItem\" method of ItemNavigation whenever you want to change the current item.\nThis is most commonly required if the user for example clicks on an item and thus selects it directly.\nPass as the only argument to \"setCurrentItem\" the item that becomes current (must be one of the items, returned by \"getItemsCallback\").",
1323
+ "name": "ItemNavigation",
901
1324
  "members": [
902
1325
  {
903
1326
  "kind": "method",
904
- "name": "isValid",
905
- "static": true,
1327
+ "name": "setCurrentItem",
906
1328
  "return": {
907
1329
  "type": {
908
- "text": "boolean"
1330
+ "text": "void"
909
1331
  }
910
1332
  },
911
- "description": "Checks if the value is valid for its data type.",
912
- "privacy": "public",
913
- "inheritedFrom": {
914
- "name": "DataType",
915
- "module": "dist/types/DataType.js"
916
- }
917
- }
918
- ]
919
- }
920
- ],
921
- "exports": [
922
- {
923
- "kind": "js",
924
- "name": "default",
925
- "declaration": {
926
- "name": "CSSSize",
927
- "module": "dist/types/CSSSize.js"
928
- }
929
- }
930
- ]
931
- },
932
- {
933
- "kind": "javascript-module",
934
- "path": "dist/types/CalendarType.js",
935
- "declarations": [],
936
- "exports": [
937
- {
938
- "kind": "js",
939
- "name": "default",
940
- "declaration": {
941
- "name": "CalendarType",
942
- "module": "dist/types/CalendarType.js"
943
- }
944
- }
945
- ]
946
- },
947
- {
948
- "kind": "javascript-module",
949
- "path": "dist/types/DOMReference.js",
950
- "declarations": [
951
- {
952
- "kind": "class",
953
- "description": "DOM Element reference or ID.\n**Note:** If an ID is passed, it is expected to be part of the same `document` element as the consuming component.",
954
- "name": "DOMReference",
955
- "superclass": {
956
- "name": "DataType",
957
- "module": "/src/types/DataType.js"
958
- },
959
- "members": [
1333
+ "parameters": [
1334
+ {
1335
+ "name": "current",
1336
+ "type": {
1337
+ "text": "ITabbable",
1338
+ "references": [
1339
+ {
1340
+ "name": "ITabbable",
1341
+ "package": "@ui5/webcomponents-base",
1342
+ "module": "dist/delegate/ItemNavigation.js"
1343
+ }
1344
+ ]
1345
+ },
1346
+ "description": "the new selected item"
1347
+ }
1348
+ ],
1349
+ "description": "Call this method to set a new \"current\" (selected) item in the item navigation\nNote: the item passed to this function must be one of the items, returned by the getItemsCallback function",
1350
+ "privacy": "public"
1351
+ },
960
1352
  {
961
1353
  "kind": "method",
962
- "name": "isValid",
963
- "static": true,
1354
+ "name": "setRowSize",
964
1355
  "return": {
965
1356
  "type": {
966
- "text": "boolean"
1357
+ "text": "void"
967
1358
  }
968
1359
  },
969
- "description": "Checks if the value is valid for its data type.",
970
- "privacy": "public",
971
- "inheritedFrom": {
972
- "name": "DataType",
973
- "module": "dist/types/DataType.js"
974
- }
1360
+ "parameters": [
1361
+ {
1362
+ "name": "newRowSize",
1363
+ "type": {
1364
+ "text": "number"
1365
+ }
1366
+ }
1367
+ ],
1368
+ "description": "Call this method to dynamically change the row size",
1369
+ "privacy": "public"
975
1370
  }
976
1371
  ]
977
1372
  }
@@ -981,75 +1376,88 @@
981
1376
  "kind": "js",
982
1377
  "name": "default",
983
1378
  "declaration": {
984
- "name": "DOMReference",
985
- "module": "dist/types/DOMReference.js"
1379
+ "name": "ItemNavigation",
1380
+ "module": "dist/delegate/ItemNavigation.js"
986
1381
  }
987
1382
  }
988
1383
  ]
989
1384
  },
990
1385
  {
991
1386
  "kind": "javascript-module",
992
- "path": "dist/types/DataType.js",
1387
+ "path": "dist/delegate/ResizeHandler.js",
993
1388
  "declarations": [
994
1389
  {
995
1390
  "kind": "class",
996
- "description": "Base class for all data types.",
997
- "name": "DataType",
1391
+ "description": "Allows to register/deregister resize observers for a DOM element",
1392
+ "name": "ResizeHandler",
998
1393
  "members": [
999
1394
  {
1000
1395
  "kind": "method",
1001
- "name": "isValid",
1396
+ "name": "register",
1002
1397
  "static": true,
1003
1398
  "return": {
1004
1399
  "type": {
1005
- "text": "boolean"
1400
+ "text": "void"
1006
1401
  }
1007
1402
  },
1008
- "description": "Checks if the value is valid for its data type.",
1403
+ "parameters": [
1404
+ {
1405
+ "name": "element",
1406
+ "type": {
1407
+ "text": "HTMLElement"
1408
+ },
1409
+ "description": "UI5 Web Component or DOM Element to be observed"
1410
+ },
1411
+ {
1412
+ "name": "callback",
1413
+ "type": {
1414
+ "text": "ResizeObserverCallback",
1415
+ "references": [
1416
+ {
1417
+ "name": "ResizeObserverCallback",
1418
+ "package": "@ui5/webcomponents-base",
1419
+ "module": "dist/delegate/ResizeHandler.js"
1420
+ }
1421
+ ]
1422
+ },
1423
+ "description": "Callback to be executed"
1424
+ }
1425
+ ],
1009
1426
  "privacy": "public"
1010
- }
1011
- ]
1012
- }
1013
- ],
1014
- "exports": [
1015
- {
1016
- "kind": "js",
1017
- "name": "default",
1018
- "declaration": {
1019
- "name": "DataType",
1020
- "module": "dist/types/DataType.js"
1021
- }
1022
- }
1023
- ]
1024
- },
1025
- {
1026
- "kind": "javascript-module",
1027
- "path": "dist/types/Float.js",
1028
- "declarations": [
1029
- {
1030
- "kind": "class",
1031
- "description": "Float data type.",
1032
- "name": "Float",
1033
- "superclass": {
1034
- "name": "DataType",
1035
- "module": "/src/types/DataType.js"
1036
- },
1037
- "members": [
1427
+ },
1038
1428
  {
1039
1429
  "kind": "method",
1040
- "name": "isValid",
1430
+ "name": "deregister",
1041
1431
  "static": true,
1042
1432
  "return": {
1043
1433
  "type": {
1044
- "text": "boolean"
1434
+ "text": "void"
1045
1435
  }
1046
1436
  },
1047
- "description": "Checks if the value is valid for its data type.",
1048
- "privacy": "public",
1049
- "inheritedFrom": {
1050
- "name": "DataType",
1051
- "module": "dist/types/DataType.js"
1052
- }
1437
+ "parameters": [
1438
+ {
1439
+ "name": "element",
1440
+ "type": {
1441
+ "text": "HTMLElement"
1442
+ },
1443
+ "description": "UI5 Web Component or DOM Element to be unobserved"
1444
+ },
1445
+ {
1446
+ "name": "callback",
1447
+ "type": {
1448
+ "text": "ResizeObserverCallback",
1449
+ "references": [
1450
+ {
1451
+ "name": "ResizeObserverCallback",
1452
+ "package": "@ui5/webcomponents-base",
1453
+ "module": "dist/delegate/ResizeHandler.js"
1454
+ }
1455
+ ]
1456
+ },
1457
+ "description": "Callback to be removed"
1458
+ }
1459
+ ],
1460
+ "privacy": "public"
1053
1461
  }
1054
1462
  ]
1055
1463
  }
@@ -1059,1507 +1467,1097 @@
1059
1467
  "kind": "js",
1060
1468
  "name": "default",
1061
1469
  "declaration": {
1062
- "name": "Float",
1063
- "module": "dist/types/Float.js"
1470
+ "name": "ResizeHandler",
1471
+ "module": "dist/delegate/ResizeHandler.js"
1064
1472
  }
1065
1473
  }
1066
1474
  ]
1067
1475
  },
1068
1476
  {
1069
1477
  "kind": "javascript-module",
1070
- "path": "dist/types/Integer.js",
1071
- "declarations": [
1072
- {
1073
- "kind": "class",
1074
- "description": "Integer data type.",
1075
- "name": "Integer",
1076
- "superclass": {
1077
- "name": "DataType",
1078
- "module": "/src/types/DataType.js"
1079
- },
1080
- "members": [
1081
- {
1082
- "kind": "method",
1083
- "name": "isValid",
1084
- "static": true,
1085
- "return": {
1086
- "type": {
1087
- "text": "boolean"
1088
- }
1089
- },
1090
- "description": "Checks if the value is valid for its data type.",
1091
- "privacy": "public",
1092
- "inheritedFrom": {
1093
- "name": "DataType",
1094
- "module": "dist/types/DataType.js"
1095
- }
1096
- }
1097
- ]
1098
- }
1099
- ],
1478
+ "path": "dist/delegate/ScrollEnablement.js",
1479
+ "declarations": [],
1100
1480
  "exports": [
1101
1481
  {
1102
1482
  "kind": "js",
1103
1483
  "name": "default",
1104
1484
  "declaration": {
1105
- "name": "Integer",
1106
- "module": "dist/types/Integer.js"
1485
+ "name": "ScrollEnablement",
1486
+ "module": "dist/delegate/ScrollEnablement.js"
1107
1487
  }
1108
1488
  }
1109
1489
  ]
1110
1490
  },
1111
1491
  {
1112
1492
  "kind": "javascript-module",
1113
- "path": "dist/types/InvisibleMessageMode.js",
1493
+ "path": "dist/features/F6Navigation.js",
1114
1494
  "declarations": [],
1115
1495
  "exports": [
1116
1496
  {
1117
1497
  "kind": "js",
1118
1498
  "name": "default",
1119
1499
  "declaration": {
1120
- "name": "InvisibleMessageMode",
1121
- "module": "dist/types/InvisibleMessageMode.js"
1500
+ "name": "F6Navigation",
1501
+ "module": "dist/features/F6Navigation.js"
1122
1502
  }
1123
1503
  }
1124
1504
  ]
1125
1505
  },
1126
1506
  {
1127
1507
  "kind": "javascript-module",
1128
- "path": "dist/types/ItemNavigationBehavior.js",
1508
+ "path": "dist/features/InputElementsFormSupport.js",
1509
+ "declarations": [],
1510
+ "exports": []
1511
+ },
1512
+ {
1513
+ "kind": "javascript-module",
1514
+ "path": "dist/features/LegacyDateFormats.js",
1129
1515
  "declarations": [],
1130
1516
  "exports": [
1131
1517
  {
1132
1518
  "kind": "js",
1133
1519
  "name": "default",
1134
1520
  "declaration": {
1135
- "name": "ItemNavigationBehavior",
1136
- "module": "dist/types/ItemNavigationBehavior.js"
1521
+ "name": "LegacyDateFormats",
1522
+ "module": "dist/features/LegacyDateFormats.js"
1137
1523
  }
1138
1524
  }
1139
1525
  ]
1140
1526
  },
1141
1527
  {
1142
1528
  "kind": "javascript-module",
1143
- "path": "dist/types/MovePlacement.js",
1529
+ "path": "dist/features/OpenUI5Element.js",
1144
1530
  "declarations": [],
1145
1531
  "exports": [
1146
1532
  {
1147
1533
  "kind": "js",
1148
1534
  "name": "default",
1149
1535
  "declaration": {
1150
- "name": "MovePlacement",
1151
- "module": "dist/types/MovePlacement.js"
1536
+ "name": "OpenUI5Element",
1537
+ "module": "dist/features/OpenUI5Element.js"
1152
1538
  }
1153
1539
  }
1154
1540
  ]
1155
1541
  },
1156
1542
  {
1157
1543
  "kind": "javascript-module",
1158
- "path": "dist/types/NavigationMode.js",
1544
+ "path": "dist/features/OpenUI5Enablement.js",
1159
1545
  "declarations": [],
1160
1546
  "exports": [
1161
1547
  {
1162
1548
  "kind": "js",
1163
1549
  "name": "default",
1164
1550
  "declaration": {
1165
- "name": "NavigationMode",
1166
- "module": "dist/types/NavigationMode.js"
1551
+ "name": "OpenUI5Enablement",
1552
+ "module": "dist/features/OpenUI5Enablement.js"
1167
1553
  }
1168
1554
  }
1169
1555
  ]
1170
1556
  },
1171
1557
  {
1172
1558
  "kind": "javascript-module",
1173
- "path": "dist/types/Orientation.js",
1559
+ "path": "dist/features/OpenUI5Support.js",
1174
1560
  "declarations": [],
1175
1561
  "exports": [
1176
1562
  {
1177
1563
  "kind": "js",
1178
1564
  "name": "default",
1179
1565
  "declaration": {
1180
- "name": "Orientation",
1181
- "module": "dist/types/Orientation.js"
1566
+ "name": "OpenUI5Support",
1567
+ "module": "dist/features/OpenUI5Support.js"
1182
1568
  }
1183
1569
  }
1184
1570
  ]
1185
1571
  },
1186
1572
  {
1187
1573
  "kind": "javascript-module",
1188
- "path": "dist/types/ValueState.js",
1574
+ "path": "dist/features/insertOpenUI5PopupStyles.js",
1189
1575
  "declarations": [],
1190
1576
  "exports": [
1191
1577
  {
1192
1578
  "kind": "js",
1193
1579
  "name": "default",
1194
1580
  "declaration": {
1195
- "name": "ValueState",
1196
- "module": "dist/types/ValueState.js"
1581
+ "name": "insertOpenUI5PopupStyles",
1582
+ "module": "dist/features/insertOpenUI5PopupStyles.js"
1197
1583
  }
1198
1584
  }
1199
1585
  ]
1200
1586
  },
1201
1587
  {
1202
1588
  "kind": "javascript-module",
1203
- "path": "dist/util/AriaLabelHelper.js",
1589
+ "path": "dist/features/patchPatcher.js",
1204
1590
  "declarations": [],
1205
- "exports": []
1206
- },
1207
- {
1208
- "kind": "javascript-module",
1209
- "path": "dist/util/Caret.js",
1210
- "declarations": [],
1211
- "exports": []
1212
- },
1213
- {
1214
- "kind": "javascript-module",
1215
- "path": "dist/util/ColorConversion.js",
1216
- "declarations": [],
1217
- "exports": []
1218
- },
1219
- {
1220
- "kind": "javascript-module",
1221
- "path": "dist/util/FetchHelper.js",
1222
- "declarations": [],
1223
- "exports": []
1224
- },
1225
- {
1226
- "kind": "javascript-module",
1227
- "path": "dist/util/FocusableElements.js",
1228
- "declarations": [],
1229
- "exports": []
1591
+ "exports": [
1592
+ {
1593
+ "kind": "js",
1594
+ "name": "default",
1595
+ "declaration": {
1596
+ "name": "patchPatcher",
1597
+ "module": "dist/features/patchPatcher.js"
1598
+ }
1599
+ }
1600
+ ]
1230
1601
  },
1231
1602
  {
1232
1603
  "kind": "javascript-module",
1233
- "path": "dist/util/HTMLSanitizer.js",
1604
+ "path": "dist/features/patchPopup.js",
1234
1605
  "declarations": [],
1235
1606
  "exports": []
1236
1607
  },
1237
1608
  {
1238
1609
  "kind": "javascript-module",
1239
- "path": "dist/util/InvisibleMessage.js",
1610
+ "path": "dist/locale/Locale.js",
1240
1611
  "declarations": [],
1241
1612
  "exports": [
1242
1613
  {
1243
1614
  "kind": "js",
1244
1615
  "name": "default",
1245
1616
  "declaration": {
1246
- "name": "announce",
1247
- "module": "dist/util/InvisibleMessage.js"
1617
+ "name": "Locale",
1618
+ "module": "dist/locale/Locale.js"
1248
1619
  }
1249
1620
  }
1250
1621
  ]
1251
1622
  },
1252
1623
  {
1253
1624
  "kind": "javascript-module",
1254
- "path": "dist/util/PopupUtils.js",
1255
- "declarations": [],
1256
- "exports": []
1257
- },
1258
- {
1259
- "kind": "javascript-module",
1260
- "path": "dist/util/SlotsHelper.js",
1625
+ "path": "dist/locale/RTLAwareRegistry.js",
1261
1626
  "declarations": [],
1262
1627
  "exports": []
1263
1628
  },
1264
1629
  {
1265
1630
  "kind": "javascript-module",
1266
- "path": "dist/util/StringHelper.js",
1631
+ "path": "dist/locale/applyDirection.js",
1267
1632
  "declarations": [],
1268
- "exports": []
1633
+ "exports": [
1634
+ {
1635
+ "kind": "js",
1636
+ "name": "default",
1637
+ "declaration": {
1638
+ "name": "applyDirection",
1639
+ "module": "dist/locale/applyDirection.js"
1640
+ }
1641
+ }
1642
+ ]
1269
1643
  },
1270
1644
  {
1271
1645
  "kind": "javascript-module",
1272
- "path": "dist/util/TabbableElements.js",
1646
+ "path": "dist/locale/directionChange.js",
1273
1647
  "declarations": [],
1274
1648
  "exports": []
1275
1649
  },
1276
1650
  {
1277
1651
  "kind": "javascript-module",
1278
- "path": "dist/util/arraysAreEqual.js",
1652
+ "path": "dist/locale/getEffectiveDir.js",
1279
1653
  "declarations": [],
1280
1654
  "exports": [
1281
1655
  {
1282
1656
  "kind": "js",
1283
1657
  "name": "default",
1284
1658
  "declaration": {
1285
- "name": "arraysAreEqual",
1286
- "module": "dist/util/arraysAreEqual.js"
1659
+ "name": "getEffectiveDir",
1660
+ "module": "dist/locale/getEffectiveDir.js"
1287
1661
  }
1288
1662
  }
1289
1663
  ]
1290
1664
  },
1291
1665
  {
1292
1666
  "kind": "javascript-module",
1293
- "path": "dist/util/clamp.js",
1667
+ "path": "dist/locale/getLocale.js",
1294
1668
  "declarations": [],
1295
1669
  "exports": [
1296
1670
  {
1297
1671
  "kind": "js",
1298
1672
  "name": "default",
1299
1673
  "declaration": {
1300
- "name": "clamp",
1301
- "module": "dist/util/clamp.js"
1674
+ "name": "getLocale",
1675
+ "module": "dist/locale/getLocale.js"
1302
1676
  }
1303
1677
  }
1304
1678
  ]
1305
1679
  },
1306
1680
  {
1307
1681
  "kind": "javascript-module",
1308
- "path": "dist/util/createLinkInHead.js",
1682
+ "path": "dist/locale/languageChange.js",
1309
1683
  "declarations": [],
1310
- "exports": [
1311
- {
1312
- "kind": "js",
1313
- "name": "default",
1314
- "declaration": {
1315
- "name": "createLinkInHead",
1316
- "module": "dist/util/createLinkInHead.js"
1317
- }
1318
- }
1319
- ]
1684
+ "exports": []
1320
1685
  },
1321
1686
  {
1322
1687
  "kind": "javascript-module",
1323
- "path": "dist/util/debounce.js",
1688
+ "path": "dist/locale/nextFallbackLocale.js",
1324
1689
  "declarations": [],
1325
1690
  "exports": [
1326
1691
  {
1327
1692
  "kind": "js",
1328
1693
  "name": "default",
1329
1694
  "declaration": {
1330
- "name": "debounce",
1331
- "module": "dist/util/debounce.js"
1695
+ "name": "nextFallbackLocale",
1696
+ "module": "dist/locale/nextFallbackLocale.js"
1332
1697
  }
1333
1698
  }
1334
1699
  ]
1335
1700
  },
1336
1701
  {
1337
1702
  "kind": "javascript-module",
1338
- "path": "dist/util/detectNavigatorLanguage.js",
1703
+ "path": "dist/locale/normalizeLocale.js",
1339
1704
  "declarations": [],
1340
1705
  "exports": [
1341
1706
  {
1342
1707
  "kind": "js",
1343
1708
  "name": "default",
1344
1709
  "declaration": {
1345
- "name": "detectNavigatorLanguage",
1346
- "module": "dist/util/detectNavigatorLanguage.js"
1710
+ "name": "normalizeLocale",
1711
+ "module": "dist/locale/normalizeLocale.js"
1347
1712
  }
1348
1713
  }
1349
1714
  ]
1350
1715
  },
1351
1716
  {
1352
1717
  "kind": "javascript-module",
1353
- "path": "dist/util/escapeRegex.js",
1718
+ "path": "dist/renderer/JsxRenderer.js",
1354
1719
  "declarations": [],
1355
1720
  "exports": [
1356
1721
  {
1357
1722
  "kind": "js",
1358
1723
  "name": "default",
1359
1724
  "declaration": {
1360
- "name": "escapeRegex",
1361
- "module": "dist/util/escapeRegex.js"
1725
+ "name": "jsxRenderer",
1726
+ "module": "dist/renderer/JsxRenderer.js"
1362
1727
  }
1363
1728
  }
1364
1729
  ]
1365
1730
  },
1366
1731
  {
1367
1732
  "kind": "javascript-module",
1368
- "path": "dist/util/formatMessage.js",
1733
+ "path": "dist/renderer/LitRenderer.js",
1369
1734
  "declarations": [],
1370
1735
  "exports": [
1371
1736
  {
1372
1737
  "kind": "js",
1373
1738
  "name": "default",
1374
1739
  "declaration": {
1375
- "name": "formatMessage",
1376
- "module": "dist/util/formatMessage.js"
1740
+ "name": "litRender",
1741
+ "module": "dist/renderer/LitRenderer.js"
1377
1742
  }
1378
1743
  }
1379
1744
  ]
1380
1745
  },
1381
1746
  {
1382
1747
  "kind": "javascript-module",
1383
- "path": "dist/util/generateHighlightedMarkup.js",
1748
+ "path": "dist/renderer/executeTemplate.js",
1384
1749
  "declarations": [],
1385
1750
  "exports": [
1386
1751
  {
1387
1752
  "kind": "js",
1388
1753
  "name": "default",
1389
1754
  "declaration": {
1390
- "name": "generateHighlightedMarkup",
1391
- "module": "dist/util/generateHighlightedMarkup.js"
1755
+ "name": "executeTemplate",
1756
+ "module": "dist/renderer/executeTemplate.js"
1392
1757
  }
1393
1758
  }
1394
1759
  ]
1395
1760
  },
1396
1761
  {
1397
1762
  "kind": "javascript-module",
1398
- "path": "dist/util/getActiveElement.js",
1763
+ "path": "dist/theming/CustomStyle.js",
1399
1764
  "declarations": [],
1400
- "exports": [
1401
- {
1402
- "kind": "js",
1403
- "name": "default",
1404
- "declaration": {
1405
- "name": "getActiveElement",
1406
- "module": "dist/util/getActiveElement.js"
1407
- }
1408
- }
1409
- ]
1765
+ "exports": []
1410
1766
  },
1411
1767
  {
1412
1768
  "kind": "javascript-module",
1413
- "path": "dist/util/getClassCopy.js",
1769
+ "path": "dist/theming/ThemeLoaded.js",
1770
+ "declarations": [],
1771
+ "exports": []
1772
+ },
1773
+ {
1774
+ "kind": "javascript-module",
1775
+ "path": "dist/theming/ThemeRegistered.js",
1776
+ "declarations": [],
1777
+ "exports": []
1778
+ },
1779
+ {
1780
+ "kind": "javascript-module",
1781
+ "path": "dist/theming/applyTheme.js",
1414
1782
  "declarations": [],
1415
1783
  "exports": [
1416
1784
  {
1417
1785
  "kind": "js",
1418
1786
  "name": "default",
1419
1787
  "declaration": {
1420
- "name": "getClassCopy",
1421
- "module": "dist/util/getClassCopy.js"
1788
+ "name": "applyTheme",
1789
+ "module": "dist/theming/applyTheme.js"
1422
1790
  }
1423
1791
  }
1424
1792
  ]
1425
1793
  },
1426
1794
  {
1427
1795
  "kind": "javascript-module",
1428
- "path": "dist/util/getDesigntimePropertyAsArray.js",
1796
+ "path": "dist/theming/getConstructableStyle.js",
1429
1797
  "declarations": [],
1430
1798
  "exports": [
1431
1799
  {
1432
1800
  "kind": "js",
1433
1801
  "name": "default",
1434
1802
  "declaration": {
1435
- "name": "designTimePropertyAsArray",
1436
- "module": "dist/util/getDesigntimePropertyAsArray.js"
1803
+ "name": "getConstructableStyle",
1804
+ "module": "dist/theming/getConstructableStyle.js"
1437
1805
  }
1438
1806
  }
1439
1807
  ]
1440
1808
  },
1441
1809
  {
1442
1810
  "kind": "javascript-module",
1443
- "path": "dist/util/getEffectiveContentDensity.js",
1811
+ "path": "dist/theming/getEffectiveStyle.js",
1444
1812
  "declarations": [],
1445
1813
  "exports": [
1446
1814
  {
1447
1815
  "kind": "js",
1448
1816
  "name": "default",
1449
1817
  "declaration": {
1450
- "name": "getEffectiveContentDensity",
1451
- "module": "dist/util/getEffectiveContentDensity.js"
1818
+ "name": "getEffectiveStyle",
1819
+ "module": "dist/theming/getEffectiveStyle.js"
1452
1820
  }
1453
1821
  }
1454
1822
  ]
1455
1823
  },
1456
1824
  {
1457
1825
  "kind": "javascript-module",
1458
- "path": "dist/util/getEffectiveScrollbarStyle.js",
1826
+ "path": "dist/theming/getStylesString.js",
1459
1827
  "declarations": [],
1460
1828
  "exports": [
1461
1829
  {
1462
1830
  "kind": "js",
1463
1831
  "name": "default",
1464
1832
  "declaration": {
1465
- "name": "getEffectiveScrollbarStyle",
1466
- "module": "dist/util/getEffectiveScrollbarStyle.js"
1833
+ "name": "getStylesString",
1834
+ "module": "dist/theming/getStylesString.js"
1467
1835
  }
1468
1836
  }
1469
1837
  ]
1470
1838
  },
1471
1839
  {
1472
1840
  "kind": "javascript-module",
1473
- "path": "dist/util/getFastNavigationGroups.js",
1841
+ "path": "dist/theming/getThemeDesignerTheme.js",
1474
1842
  "declarations": [],
1475
1843
  "exports": [
1476
1844
  {
1477
1845
  "kind": "js",
1478
1846
  "name": "default",
1479
1847
  "declaration": {
1480
- "name": "getFastNavigationGroups",
1481
- "module": "dist/util/getFastNavigationGroups.js"
1848
+ "name": "getThemeDesignerTheme",
1849
+ "module": "dist/theming/getThemeDesignerTheme.js"
1482
1850
  }
1483
1851
  }
1484
1852
  ]
1485
1853
  },
1486
1854
  {
1487
1855
  "kind": "javascript-module",
1488
- "path": "dist/util/getFileExtension.js",
1856
+ "path": "dist/thirdparty/_merge.js",
1489
1857
  "declarations": [],
1490
1858
  "exports": [
1491
1859
  {
1492
1860
  "kind": "js",
1493
1861
  "name": "default",
1494
1862
  "declaration": {
1495
- "name": "getFileExtension",
1496
- "module": "dist/util/getFileExtension.js"
1863
+ "name": "fnMerge",
1864
+ "module": "dist/thirdparty/_merge.js"
1497
1865
  }
1498
1866
  }
1499
1867
  ]
1500
1868
  },
1501
1869
  {
1502
1870
  "kind": "javascript-module",
1503
- "path": "dist/util/getNormalizedTarget.js",
1871
+ "path": "dist/thirdparty/isPlainObject.js",
1504
1872
  "declarations": [],
1505
1873
  "exports": [
1506
1874
  {
1507
1875
  "kind": "js",
1508
1876
  "name": "default",
1509
1877
  "declaration": {
1510
- "name": "getNormalizedTarget",
1511
- "module": "dist/util/getNormalizedTarget.js"
1878
+ "name": "fnIsPlainObject",
1879
+ "module": "dist/thirdparty/isPlainObject.js"
1512
1880
  }
1513
1881
  }
1514
1882
  ]
1515
1883
  },
1516
1884
  {
1517
1885
  "kind": "javascript-module",
1518
- "path": "dist/util/getParentElement.js",
1886
+ "path": "dist/thirdparty/merge.js",
1519
1887
  "declarations": [],
1520
1888
  "exports": [
1521
1889
  {
1522
1890
  "kind": "js",
1523
1891
  "name": "default",
1524
1892
  "declaration": {
1525
- "name": "getParentElement",
1526
- "module": "dist/util/getParentElement.js"
1893
+ "name": "fnMerge",
1894
+ "module": "dist/thirdparty/merge.js"
1527
1895
  }
1528
1896
  }
1529
1897
  ]
1530
1898
  },
1531
1899
  {
1532
1900
  "kind": "javascript-module",
1533
- "path": "dist/util/getSingletonElementInstance.js",
1901
+ "path": "dist/types/AnimationMode.js",
1534
1902
  "declarations": [],
1535
1903
  "exports": [
1536
1904
  {
1537
1905
  "kind": "js",
1538
1906
  "name": "default",
1539
1907
  "declaration": {
1540
- "name": "getSingletonElementInstance",
1541
- "module": "dist/util/getSingletonElementInstance.js"
1908
+ "name": "AnimationMode",
1909
+ "module": "dist/types/AnimationMode.js"
1542
1910
  }
1543
1911
  }
1544
1912
  ]
1545
1913
  },
1546
1914
  {
1547
1915
  "kind": "javascript-module",
1548
- "path": "dist/util/isElementClickable.js",
1916
+ "path": "dist/types/CalendarType.js",
1549
1917
  "declarations": [],
1550
1918
  "exports": [
1551
1919
  {
1552
1920
  "kind": "js",
1553
1921
  "name": "default",
1554
1922
  "declaration": {
1555
- "name": "isElementClickable",
1556
- "module": "dist/util/isElementClickable.js"
1923
+ "name": "CalendarType",
1924
+ "module": "dist/types/CalendarType.js"
1557
1925
  }
1558
1926
  }
1559
1927
  ]
1560
1928
  },
1561
1929
  {
1562
1930
  "kind": "javascript-module",
1563
- "path": "dist/util/isElementContainingBlock.js",
1931
+ "path": "dist/types/InvisibleMessageMode.js",
1564
1932
  "declarations": [],
1565
1933
  "exports": [
1566
1934
  {
1567
1935
  "kind": "js",
1568
1936
  "name": "default",
1569
1937
  "declaration": {
1570
- "name": "isElementContainingBlock",
1571
- "module": "dist/util/isElementContainingBlock.js"
1938
+ "name": "InvisibleMessageMode",
1939
+ "module": "dist/types/InvisibleMessageMode.js"
1572
1940
  }
1573
1941
  }
1574
1942
  ]
1575
1943
  },
1576
1944
  {
1577
1945
  "kind": "javascript-module",
1578
- "path": "dist/util/isElementHidden.js",
1946
+ "path": "dist/types/ItemNavigationBehavior.js",
1579
1947
  "declarations": [],
1580
1948
  "exports": [
1581
1949
  {
1582
1950
  "kind": "js",
1583
1951
  "name": "default",
1584
1952
  "declaration": {
1585
- "name": "isElementHidden",
1586
- "module": "dist/util/isElementHidden.js"
1953
+ "name": "ItemNavigationBehavior",
1954
+ "module": "dist/types/ItemNavigationBehavior.js"
1587
1955
  }
1588
1956
  }
1589
1957
  ]
1590
1958
  },
1591
1959
  {
1592
1960
  "kind": "javascript-module",
1593
- "path": "dist/util/isElementInView.js",
1961
+ "path": "dist/types/MovePlacement.js",
1594
1962
  "declarations": [],
1595
1963
  "exports": [
1596
1964
  {
1597
1965
  "kind": "js",
1598
1966
  "name": "default",
1599
1967
  "declaration": {
1600
- "name": "isElementInView",
1601
- "module": "dist/util/isElementInView.js"
1968
+ "name": "MovePlacement",
1969
+ "module": "dist/types/MovePlacement.js"
1602
1970
  }
1603
1971
  }
1604
1972
  ]
1605
1973
  },
1606
1974
  {
1607
1975
  "kind": "javascript-module",
1608
- "path": "dist/util/isElementTabbable.js",
1976
+ "path": "dist/types/NavigationMode.js",
1609
1977
  "declarations": [],
1610
1978
  "exports": [
1611
1979
  {
1612
1980
  "kind": "js",
1613
1981
  "name": "default",
1614
1982
  "declaration": {
1615
- "name": "isElementTabbable",
1616
- "module": "dist/util/isElementTabbable.js"
1983
+ "name": "NavigationMode",
1984
+ "module": "dist/types/NavigationMode.js"
1617
1985
  }
1618
1986
  }
1619
1987
  ]
1620
1988
  },
1621
1989
  {
1622
1990
  "kind": "javascript-module",
1623
- "path": "dist/util/isValidPropertyName.js",
1991
+ "path": "dist/types/Orientation.js",
1624
1992
  "declarations": [],
1625
1993
  "exports": [
1626
1994
  {
1627
1995
  "kind": "js",
1628
1996
  "name": "default",
1629
1997
  "declaration": {
1630
- "name": "isValidPropertyName",
1631
- "module": "dist/util/isValidPropertyName.js"
1998
+ "name": "Orientation",
1999
+ "module": "dist/types/Orientation.js"
1632
2000
  }
1633
2001
  }
1634
2002
  ]
1635
2003
  },
1636
2004
  {
1637
2005
  "kind": "javascript-module",
1638
- "path": "dist/util/whenDOMReady.js",
2006
+ "path": "dist/types/SortOrder.js",
1639
2007
  "declarations": [],
1640
2008
  "exports": [
1641
2009
  {
1642
2010
  "kind": "js",
1643
2011
  "name": "default",
1644
2012
  "declaration": {
1645
- "name": "whenDOMReady",
1646
- "module": "dist/util/whenDOMReady.js"
2013
+ "name": "SortOrder",
2014
+ "module": "dist/types/SortOrder.js"
1647
2015
  }
1648
2016
  }
1649
2017
  ]
1650
2018
  },
1651
2019
  {
1652
2020
  "kind": "javascript-module",
1653
- "path": "dist/util/willShowContent.js",
2021
+ "path": "dist/types/ValueState.js",
1654
2022
  "declarations": [],
1655
2023
  "exports": [
1656
2024
  {
1657
2025
  "kind": "js",
1658
2026
  "name": "default",
1659
2027
  "declaration": {
1660
- "name": "willShowContent",
1661
- "module": "dist/util/willShowContent.js"
2028
+ "name": "ValueState",
2029
+ "module": "dist/types/ValueState.js"
1662
2030
  }
1663
2031
  }
1664
2032
  ]
1665
2033
  },
1666
2034
  {
1667
2035
  "kind": "javascript-module",
1668
- "path": "dist/AssetRegistry.js",
1669
- "declarations": [],
1670
- "exports": []
1671
- },
1672
- {
1673
- "kind": "javascript-module",
1674
- "path": "dist/Boot.js",
2036
+ "path": "dist/util/AccessibilityTextsHelper.js",
1675
2037
  "declarations": [],
1676
2038
  "exports": []
1677
2039
  },
1678
2040
  {
1679
2041
  "kind": "javascript-module",
1680
- "path": "dist/CustomElementsRegistry.js",
2042
+ "path": "dist/util/Caret.js",
1681
2043
  "declarations": [],
1682
2044
  "exports": []
1683
2045
  },
1684
2046
  {
1685
2047
  "kind": "javascript-module",
1686
- "path": "dist/CustomElementsScope.js",
2048
+ "path": "dist/util/ColorConversion.js",
1687
2049
  "declarations": [],
1688
2050
  "exports": []
1689
2051
  },
1690
2052
  {
1691
2053
  "kind": "javascript-module",
1692
- "path": "dist/CustomElementsScopeUtils.js",
2054
+ "path": "dist/util/FetchHelper.js",
1693
2055
  "declarations": [],
1694
2056
  "exports": []
1695
2057
  },
1696
2058
  {
1697
2059
  "kind": "javascript-module",
1698
- "path": "dist/DOMObserver.js",
2060
+ "path": "dist/util/FocusableElements.js",
1699
2061
  "declarations": [],
1700
2062
  "exports": []
1701
2063
  },
1702
2064
  {
1703
2065
  "kind": "javascript-module",
1704
- "path": "dist/Device.js",
2066
+ "path": "dist/util/HTMLSanitizer.js",
1705
2067
  "declarations": [],
1706
2068
  "exports": []
1707
2069
  },
1708
2070
  {
1709
2071
  "kind": "javascript-module",
1710
- "path": "dist/EventProvider.js",
2072
+ "path": "dist/util/InvisibleMessage.js",
1711
2073
  "declarations": [],
1712
2074
  "exports": [
1713
2075
  {
1714
2076
  "kind": "js",
1715
2077
  "name": "default",
1716
2078
  "declaration": {
1717
- "name": "EventProvider",
1718
- "module": "dist/EventProvider.js"
2079
+ "name": "announce",
2080
+ "module": "dist/util/InvisibleMessage.js"
1719
2081
  }
1720
2082
  }
1721
2083
  ]
1722
2084
  },
1723
2085
  {
1724
2086
  "kind": "javascript-module",
1725
- "path": "dist/FeaturesRegistry.js",
2087
+ "path": "dist/util/PopupUtils.js",
1726
2088
  "declarations": [],
1727
2089
  "exports": []
1728
2090
  },
1729
2091
  {
1730
2092
  "kind": "javascript-module",
1731
- "path": "dist/FontFace.js",
2093
+ "path": "dist/util/SelectionAssistant.js",
1732
2094
  "declarations": [],
1733
2095
  "exports": [
1734
2096
  {
1735
2097
  "kind": "js",
1736
2098
  "name": "default",
1737
2099
  "declaration": {
1738
- "name": "insertFontFace",
1739
- "module": "dist/FontFace.js"
2100
+ "name": "getElementSelection",
2101
+ "module": "dist/util/SelectionAssistant.js"
1740
2102
  }
1741
2103
  }
1742
2104
  ]
1743
2105
  },
1744
2106
  {
1745
2107
  "kind": "javascript-module",
1746
- "path": "dist/IgnoreCustomElements.js",
1747
- "declarations": [],
1748
- "exports": []
1749
- },
1750
- {
1751
- "kind": "javascript-module",
1752
- "path": "dist/InitialConfiguration.js",
1753
- "declarations": [],
1754
- "exports": []
1755
- },
1756
- {
1757
- "kind": "javascript-module",
1758
- "path": "dist/Keys.js",
2108
+ "path": "dist/util/SlotsHelper.js",
1759
2109
  "declarations": [],
1760
2110
  "exports": []
1761
2111
  },
1762
2112
  {
1763
2113
  "kind": "javascript-module",
1764
- "path": "dist/ManagedStyles.js",
2114
+ "path": "dist/util/StringHelper.js",
1765
2115
  "declarations": [],
1766
2116
  "exports": []
1767
2117
  },
1768
2118
  {
1769
2119
  "kind": "javascript-module",
1770
- "path": "dist/MarkedEvents.js",
2120
+ "path": "dist/util/TabbableElements.js",
1771
2121
  "declarations": [],
1772
2122
  "exports": []
1773
2123
  },
1774
2124
  {
1775
2125
  "kind": "javascript-module",
1776
- "path": "dist/MediaRange.js",
2126
+ "path": "dist/util/arraysAreEqual.js",
1777
2127
  "declarations": [],
1778
2128
  "exports": [
1779
2129
  {
1780
2130
  "kind": "js",
1781
2131
  "name": "default",
1782
2132
  "declaration": {
1783
- "name": "MediaRange",
1784
- "module": "dist/MediaRange.js"
2133
+ "name": "arraysAreEqual",
2134
+ "module": "dist/util/arraysAreEqual.js"
1785
2135
  }
1786
2136
  }
1787
2137
  ]
1788
2138
  },
1789
2139
  {
1790
2140
  "kind": "javascript-module",
1791
- "path": "dist/PropertiesFileFormat.js",
2141
+ "path": "dist/util/clamp.js",
1792
2142
  "declarations": [],
1793
2143
  "exports": [
1794
2144
  {
1795
2145
  "kind": "js",
1796
2146
  "name": "default",
1797
2147
  "declaration": {
1798
- "name": "parseProperties",
1799
- "module": "dist/PropertiesFileFormat.js"
2148
+ "name": "clamp",
2149
+ "module": "dist/util/clamp.js"
1800
2150
  }
1801
2151
  }
1802
2152
  ]
1803
2153
  },
1804
2154
  {
1805
2155
  "kind": "javascript-module",
1806
- "path": "dist/Render.js",
1807
- "declarations": [],
1808
- "exports": []
1809
- },
1810
- {
1811
- "kind": "javascript-module",
1812
- "path": "dist/RenderQueue.js",
2156
+ "path": "dist/util/createLinkInHead.js",
1813
2157
  "declarations": [],
1814
2158
  "exports": [
1815
2159
  {
1816
2160
  "kind": "js",
1817
2161
  "name": "default",
1818
2162
  "declaration": {
1819
- "name": "RenderQueue",
1820
- "module": "dist/RenderQueue.js"
2163
+ "name": "createLinkInHead",
2164
+ "module": "dist/util/createLinkInHead.js"
1821
2165
  }
1822
2166
  }
1823
2167
  ]
1824
2168
  },
1825
2169
  {
1826
2170
  "kind": "javascript-module",
1827
- "path": "dist/Runtimes.js",
1828
- "declarations": [],
1829
- "exports": []
1830
- },
1831
- {
1832
- "kind": "javascript-module",
1833
- "path": "dist/SystemCSSVars.js",
2171
+ "path": "dist/util/debounce.js",
1834
2172
  "declarations": [],
1835
2173
  "exports": [
1836
2174
  {
1837
2175
  "kind": "js",
1838
2176
  "name": "default",
1839
2177
  "declaration": {
1840
- "name": "insertSystemCSSVars",
1841
- "module": "dist/SystemCSSVars.js"
2178
+ "name": "debounce",
2179
+ "module": "dist/util/debounce.js"
1842
2180
  }
1843
2181
  }
1844
2182
  ]
1845
2183
  },
1846
2184
  {
1847
2185
  "kind": "javascript-module",
1848
- "path": "dist/Theming.js",
2186
+ "path": "dist/util/detectNavigatorLanguage.js",
1849
2187
  "declarations": [],
1850
- "exports": []
2188
+ "exports": [
2189
+ {
2190
+ "kind": "js",
2191
+ "name": "default",
2192
+ "declaration": {
2193
+ "name": "detectNavigatorLanguage",
2194
+ "module": "dist/util/detectNavigatorLanguage.js"
2195
+ }
2196
+ }
2197
+ ]
1851
2198
  },
1852
2199
  {
1853
- "kind": "javascript-module",
1854
- "path": "dist/UI5Element.js",
1855
- "declarations": [
1856
- {
1857
- "kind": "class",
1858
- "description": "Base class for all UI5 Web Components",
1859
- "name": "UI5Element",
1860
- "members": [
1861
- {
1862
- "kind": "method",
1863
- "name": "onBeforeRendering",
1864
- "return": {
1865
- "type": {
1866
- "text": "void"
1867
- }
1868
- },
1869
- "description": "Called every time before the component renders.",
1870
- "privacy": "public"
1871
- },
1872
- {
1873
- "kind": "method",
1874
- "name": "onAfterRendering",
1875
- "return": {
1876
- "type": {
1877
- "text": "void"
1878
- }
1879
- },
1880
- "description": "Called every time after the component renders.",
1881
- "privacy": "public"
1882
- },
1883
- {
1884
- "kind": "method",
1885
- "name": "onEnterDOM",
1886
- "return": {
1887
- "type": {
1888
- "text": "void"
1889
- }
1890
- },
1891
- "description": "Called on connectedCallback - added to the DOM.",
1892
- "privacy": "public"
1893
- },
1894
- {
1895
- "kind": "method",
1896
- "name": "onExitDOM",
1897
- "return": {
1898
- "type": {
1899
- "text": "void"
1900
- }
1901
- },
1902
- "description": "Called on disconnectedCallback - removed from the DOM.",
1903
- "privacy": "public"
1904
- },
1905
- {
1906
- "kind": "method",
1907
- "name": "attachInvalidate",
1908
- "return": {
1909
- "type": {
1910
- "text": "void"
1911
- }
1912
- },
1913
- "parameters": [
1914
- {
1915
- "name": "callback",
1916
- "type": {
1917
- "text": "(param: InvalidationInfo) => void"
1918
- }
1919
- }
1920
- ],
1921
- "description": "Attach a callback that will be executed whenever the component is invalidated",
1922
- "privacy": "public"
1923
- },
1924
- {
1925
- "kind": "method",
1926
- "name": "detachInvalidate",
1927
- "return": {
1928
- "type": {
1929
- "text": "void"
1930
- }
1931
- },
1932
- "parameters": [
1933
- {
1934
- "name": "callback",
1935
- "type": {
1936
- "text": "(param: InvalidationInfo) => void"
1937
- }
1938
- }
1939
- ],
1940
- "description": "Detach the callback that is executed whenever the component is invalidated",
1941
- "privacy": "public"
1942
- },
1943
- {
1944
- "kind": "method",
1945
- "name": "onInvalidation",
1946
- "return": {
1947
- "type": {
1948
- "text": "void"
1949
- }
1950
- },
1951
- "parameters": [
1952
- {
1953
- "name": "changeInfo",
1954
- "type": {
1955
- "text": "ChangeInfo",
1956
- "references": [
1957
- {
1958
- "name": "ChangeInfo",
1959
- "package": "@ui5/webcomponents-base",
1960
- "module": "dist/UI5Element.js"
1961
- }
1962
- ]
1963
- },
1964
- "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)"
1965
- }
1966
- ],
1967
- "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
1968
- "privacy": "public"
1969
- },
1970
- {
1971
- "kind": "method",
1972
- "name": "getDomRef",
1973
- "return": {
1974
- "type": {
1975
- "text": "HTMLElement | undefined"
1976
- }
1977
- },
1978
- "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",
1979
- "privacy": "public"
1980
- },
1981
- {
1982
- "kind": "method",
1983
- "name": "getFocusDomRef",
1984
- "return": {
1985
- "type": {
1986
- "text": "HTMLElement | undefined"
1987
- }
1988
- },
1989
- "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.",
1990
- "privacy": "public"
1991
- },
1992
- {
1993
- "kind": "method",
1994
- "name": "getFocusDomRefAsync",
1995
- "return": {
1996
- "type": {
1997
- "text": "Promise<HTMLElement | undefined>"
1998
- }
1999
- },
2000
- "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.",
2001
- "privacy": "public"
2002
- },
2003
- {
2004
- "kind": "method",
2005
- "name": "focus",
2006
- "return": {
2007
- "type": {
2008
- "text": "Promise<void>"
2009
- }
2010
- },
2011
- "parameters": [
2012
- {
2013
- "name": "focusOptions",
2014
- "optional": true,
2015
- "type": {
2016
- "text": "FocusOptions"
2017
- },
2018
- "description": "additional options for the focus"
2019
- }
2020
- ],
2021
- "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
2022
- "privacy": "public"
2023
- },
2024
- {
2025
- "kind": "method",
2026
- "name": "fireEvent",
2027
- "return": {
2028
- "type": {
2029
- "text": "boolean"
2030
- },
2031
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2032
- },
2033
- "parameters": [
2034
- {
2035
- "name": "name",
2036
- "type": {
2037
- "text": "string"
2038
- },
2039
- "description": "name of the event"
2040
- },
2041
- {
2042
- "name": "data",
2043
- "optional": true,
2044
- "type": {
2045
- "text": "T"
2046
- },
2047
- "description": "additional data for the event"
2048
- },
2049
- {
2050
- "name": "cancelable",
2051
- "default": "false",
2052
- "description": "true, if the user can call preventDefault on the event object"
2053
- },
2054
- {
2055
- "name": "bubbles",
2056
- "default": "true",
2057
- "description": "true, if the event bubbles"
2058
- }
2059
- ],
2060
- "privacy": "public"
2061
- },
2062
- {
2063
- "kind": "method",
2064
- "name": "getSlottedNodes",
2065
- "return": {
2066
- "type": {
2067
- "text": "Array<T>"
2068
- }
2069
- },
2070
- "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.",
2071
- "privacy": "public"
2072
- },
2073
- {
2074
- "kind": "method",
2075
- "name": "attachComponentStateFinalized",
2076
- "return": {
2077
- "type": {
2078
- "text": "void"
2079
- }
2080
- },
2081
- "parameters": [
2082
- {
2083
- "name": "callback",
2084
- "type": {
2085
- "text": "() => void"
2086
- }
2087
- }
2088
- ],
2089
- "description": "Attach a callback that will be executed whenever the component's state is finalized",
2090
- "privacy": "public"
2091
- },
2092
- {
2093
- "kind": "method",
2094
- "name": "detachComponentStateFinalized",
2095
- "return": {
2096
- "type": {
2097
- "text": "void"
2098
- }
2099
- },
2100
- "parameters": [
2101
- {
2102
- "name": "callback",
2103
- "type": {
2104
- "text": "() => void"
2105
- }
2106
- }
2107
- ],
2108
- "description": "Detach the callback that is executed whenever the component's state is finalized",
2109
- "privacy": "public"
2110
- },
2111
- {
2112
- "kind": "field",
2113
- "name": "effectiveDir",
2114
- "type": {
2115
- "text": "string | undefined"
2116
- },
2117
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2118
- "privacy": "public",
2119
- "default": "undefined",
2120
- "readonly": true
2121
- },
2122
- {
2123
- "kind": "field",
2124
- "name": "isUI5Element",
2125
- "type": {
2126
- "text": "boolean"
2127
- },
2128
- "description": "Used to duck-type UI5 elements without using instanceof",
2129
- "privacy": "public",
2130
- "default": "true",
2131
- "readonly": true
2132
- },
2133
- {
2134
- "kind": "method",
2135
- "name": "getUniqueDependencies",
2136
- "static": true,
2137
- "return": {
2138
- "type": {
2139
- "text": "Array<typeof UI5Element>"
2140
- }
2141
- },
2142
- "description": "Returns a list of the unique dependencies for this UI5 Web Component",
2143
- "privacy": "public"
2144
- },
2145
- {
2146
- "kind": "method",
2147
- "name": "define",
2148
- "static": true,
2149
- "return": {
2150
- "type": {
2151
- "text": "Promise<typeof UI5Element>"
2152
- }
2153
- },
2154
- "description": "Registers a UI5 Web Component in the browser window object",
2155
- "privacy": "public"
2156
- },
2157
- {
2158
- "kind": "method",
2159
- "name": "getMetadata",
2160
- "static": true,
2161
- "return": {
2162
- "type": {
2163
- "text": "UI5ElementMetadata",
2164
- "references": [
2165
- {
2166
- "name": "UI5ElementMetadata",
2167
- "package": "@ui5/webcomponents-base",
2168
- "module": "dist/UI5ElementMetadata.js"
2169
- }
2170
- ]
2171
- }
2172
- },
2173
- "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",
2174
- "privacy": "public"
2175
- }
2176
- ],
2177
- "attributes": [
2178
- {
2179
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2180
- "name": "effective-dir",
2181
- "default": "undefined",
2182
- "fieldName": "effectiveDir",
2183
- "type": {
2184
- "text": "any"
2185
- }
2186
- },
2187
- {
2188
- "description": "Used to duck-type UI5 elements without using instanceof",
2189
- "name": "is-ui5-element",
2190
- "default": "true",
2191
- "fieldName": "isUI5Element",
2192
- "type": {
2193
- "text": "any"
2194
- }
2195
- }
2196
- ],
2197
- "customElement": true
2200
+ "kind": "javascript-module",
2201
+ "path": "dist/util/escapeRegex.js",
2202
+ "declarations": [],
2203
+ "exports": [
2204
+ {
2205
+ "kind": "js",
2206
+ "name": "default",
2207
+ "declaration": {
2208
+ "name": "escapeRegex",
2209
+ "module": "dist/util/escapeRegex.js"
2210
+ }
2198
2211
  }
2199
- ],
2212
+ ]
2213
+ },
2214
+ {
2215
+ "kind": "javascript-module",
2216
+ "path": "dist/util/fixSafariActiveState.js",
2217
+ "declarations": [],
2200
2218
  "exports": [
2201
2219
  {
2202
2220
  "kind": "js",
2203
2221
  "name": "default",
2204
2222
  "declaration": {
2205
- "name": "UI5Element",
2206
- "module": "dist/UI5Element.js"
2223
+ "name": "fixSafariActiveState",
2224
+ "module": "dist/util/fixSafariActiveState.js"
2207
2225
  }
2208
2226
  }
2209
2227
  ]
2210
2228
  },
2211
2229
  {
2212
2230
  "kind": "javascript-module",
2213
- "path": "dist/UI5ElementMetadata.js",
2214
- "declarations": [
2231
+ "path": "dist/util/formatMessage.js",
2232
+ "declarations": [],
2233
+ "exports": [
2215
2234
  {
2216
- "kind": "class",
2217
- "description": "",
2218
- "name": "UI5ElementMetadata",
2219
- "members": [
2220
- {
2221
- "kind": "method",
2222
- "name": "validatePropertyValue",
2223
- "static": true,
2224
- "return": {
2225
- "type": {
2226
- "text": "PropertyValue",
2227
- "references": [
2228
- {
2229
- "name": "PropertyValue",
2230
- "package": "@ui5/webcomponents-base",
2231
- "module": "dist/UI5ElementMetadata.js"
2232
- }
2233
- ]
2234
- }
2235
- },
2236
- "description": "Validates the property's value and returns it if correct\nor returns the default value if not.\n**Note:** Only intended for use by UI5Element.js",
2237
- "privacy": "public"
2238
- },
2239
- {
2240
- "kind": "method",
2241
- "name": "validateSlotValue",
2242
- "static": true,
2243
- "return": {
2244
- "type": {
2245
- "text": "Node"
2246
- }
2247
- },
2248
- "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",
2249
- "privacy": "public"
2250
- },
2251
- {
2252
- "kind": "method",
2253
- "name": "getPureTag",
2254
- "return": {
2255
- "type": {
2256
- "text": "string"
2257
- }
2258
- },
2259
- "description": "Returns the tag of the UI5 Element without the scope",
2260
- "privacy": "public"
2261
- },
2262
- {
2263
- "kind": "method",
2264
- "name": "getTag",
2265
- "return": {
2266
- "type": {
2267
- "text": "string"
2268
- }
2269
- },
2270
- "description": "Returns the tag of the UI5 Element",
2271
- "privacy": "public"
2272
- },
2273
- {
2274
- "kind": "method",
2275
- "name": "hasAttribute",
2276
- "return": {
2277
- "type": {
2278
- "text": "boolean"
2279
- }
2280
- },
2281
- "parameters": [
2282
- {
2283
- "name": "propName",
2284
- "type": {
2285
- "text": "string"
2286
- }
2287
- }
2288
- ],
2289
- "description": "Determines whether a property should have an attribute counterpart",
2290
- "privacy": "public"
2291
- },
2292
- {
2293
- "kind": "method",
2294
- "name": "getPropertiesList",
2295
- "return": {
2296
- "type": {
2297
- "text": "Array<string>"
2298
- }
2299
- },
2300
- "description": "Returns an array with the properties of the UI5 Element (in camelCase)",
2301
- "privacy": "public"
2302
- },
2303
- {
2304
- "kind": "method",
2305
- "name": "getAttributesList",
2306
- "return": {
2307
- "type": {
2308
- "text": "Array<string>"
2309
- }
2310
- },
2311
- "description": "Returns an array with the attributes of the UI5 Element (in kebab-case)",
2312
- "privacy": "public"
2313
- },
2314
- {
2315
- "kind": "method",
2316
- "name": "hasSlots",
2317
- "return": {
2318
- "type": {
2319
- "text": "boolean"
2320
- }
2321
- },
2322
- "description": "Determines whether this UI5 Element supports any slots",
2323
- "privacy": "public"
2324
- },
2325
- {
2326
- "kind": "method",
2327
- "name": "hasIndividualSlots",
2328
- "return": {
2329
- "type": {
2330
- "text": "boolean"
2331
- }
2332
- },
2333
- "description": "Determines whether this UI5 Element supports any slots with \"individualSlots: true\"",
2334
- "privacy": "public"
2335
- },
2336
- {
2337
- "kind": "method",
2338
- "name": "slotsAreManaged",
2339
- "return": {
2340
- "type": {
2341
- "text": "boolean"
2342
- }
2343
- },
2344
- "description": "Determines whether this UI5 Element needs to invalidate if children are added/removed/changed",
2345
- "privacy": "public"
2346
- },
2347
- {
2348
- "kind": "method",
2349
- "name": "supportsF6FastNavigation",
2350
- "return": {
2351
- "type": {
2352
- "text": "boolean"
2353
- }
2354
- },
2355
- "description": "Determines whether this control supports F6 fast navigation",
2356
- "privacy": "public"
2357
- },
2358
- {
2359
- "kind": "method",
2360
- "name": "getProperties",
2361
- "return": {
2362
- "type": {
2363
- "text": "Record<string, Property>",
2364
- "references": [
2365
- {
2366
- "name": "Property",
2367
- "package": "@ui5/webcomponents-base",
2368
- "module": "dist/UI5ElementMetadata.js"
2369
- }
2370
- ]
2371
- }
2372
- },
2373
- "description": "Returns an object with key-value pairs of properties and their metadata definitions",
2374
- "privacy": "public"
2375
- },
2376
- {
2377
- "kind": "method",
2378
- "name": "getEvents",
2379
- "return": {
2380
- "type": {
2381
- "text": "EventData",
2382
- "references": [
2383
- {
2384
- "name": "EventData",
2385
- "package": "@ui5/webcomponents-base",
2386
- "module": "dist/UI5ElementMetadata.js"
2387
- }
2388
- ]
2389
- }
2390
- },
2391
- "description": "Returns an object with key-value pairs of events and their metadata definitions",
2392
- "privacy": "public"
2393
- },
2394
- {
2395
- "kind": "method",
2396
- "name": "getSlots",
2397
- "return": {
2398
- "type": {
2399
- "text": "Record<string, Slot>",
2400
- "references": [
2401
- {
2402
- "name": "Slot",
2403
- "package": "@ui5/webcomponents-base",
2404
- "module": "dist/UI5ElementMetadata.js"
2405
- }
2406
- ]
2407
- }
2408
- },
2409
- "description": "Returns an object with key-value pairs of slots and their metadata definitions",
2410
- "privacy": "public"
2411
- }
2412
- ]
2235
+ "kind": "js",
2236
+ "name": "default",
2237
+ "declaration": {
2238
+ "name": "formatMessage",
2239
+ "module": "dist/util/formatMessage.js"
2240
+ }
2241
+ }
2242
+ ]
2243
+ },
2244
+ {
2245
+ "kind": "javascript-module",
2246
+ "path": "dist/util/generateHighlightedMarkup.js",
2247
+ "declarations": [],
2248
+ "exports": [
2249
+ {
2250
+ "kind": "js",
2251
+ "name": "default",
2252
+ "declaration": {
2253
+ "name": "generateHighlightedMarkup",
2254
+ "module": "dist/util/generateHighlightedMarkup.js"
2255
+ }
2256
+ }
2257
+ ]
2258
+ },
2259
+ {
2260
+ "kind": "javascript-module",
2261
+ "path": "dist/util/getActiveElement.js",
2262
+ "declarations": [],
2263
+ "exports": [
2264
+ {
2265
+ "kind": "js",
2266
+ "name": "default",
2267
+ "declaration": {
2268
+ "name": "getActiveElement",
2269
+ "module": "dist/util/getActiveElement.js"
2270
+ }
2271
+ }
2272
+ ]
2273
+ },
2274
+ {
2275
+ "kind": "javascript-module",
2276
+ "path": "dist/util/getClassCopy.js",
2277
+ "declarations": [],
2278
+ "exports": [
2279
+ {
2280
+ "kind": "js",
2281
+ "name": "default",
2282
+ "declaration": {
2283
+ "name": "getClassCopy",
2284
+ "module": "dist/util/getClassCopy.js"
2285
+ }
2413
2286
  }
2414
- ],
2287
+ ]
2288
+ },
2289
+ {
2290
+ "kind": "javascript-module",
2291
+ "path": "dist/util/getDesigntimePropertyAsArray.js",
2292
+ "declarations": [],
2415
2293
  "exports": [
2416
2294
  {
2417
2295
  "kind": "js",
2418
2296
  "name": "default",
2419
2297
  "declaration": {
2420
- "name": "UI5ElementMetadata",
2421
- "module": "dist/UI5ElementMetadata.js"
2298
+ "name": "designTimePropertyAsArray",
2299
+ "module": "dist/util/getDesigntimePropertyAsArray.js"
2422
2300
  }
2423
2301
  }
2424
2302
  ]
2425
2303
  },
2426
2304
  {
2427
2305
  "kind": "javascript-module",
2428
- "path": "dist/connectToComponent.js",
2306
+ "path": "dist/util/getEffectiveContentDensity.js",
2429
2307
  "declarations": [],
2430
2308
  "exports": [
2431
2309
  {
2432
2310
  "kind": "js",
2433
2311
  "name": "default",
2434
2312
  "declaration": {
2435
- "name": "connectToComponent",
2436
- "module": "dist/connectToComponent.js"
2313
+ "name": "getEffectiveContentDensity",
2314
+ "module": "dist/util/getEffectiveContentDensity.js"
2437
2315
  }
2438
2316
  }
2439
2317
  ]
2440
2318
  },
2441
2319
  {
2442
2320
  "kind": "javascript-module",
2443
- "path": "dist/decorators.js",
2321
+ "path": "dist/util/getFastNavigationGroups.js",
2444
2322
  "declarations": [],
2445
- "exports": []
2323
+ "exports": [
2324
+ {
2325
+ "kind": "js",
2326
+ "name": "default",
2327
+ "declaration": {
2328
+ "name": "getFastNavigationGroups",
2329
+ "module": "dist/util/getFastNavigationGroups.js"
2330
+ }
2331
+ }
2332
+ ]
2446
2333
  },
2447
2334
  {
2448
2335
  "kind": "javascript-module",
2449
- "path": "dist/getSharedResource.js",
2336
+ "path": "dist/util/getFileExtension.js",
2450
2337
  "declarations": [],
2451
2338
  "exports": [
2452
2339
  {
2453
2340
  "kind": "js",
2454
2341
  "name": "default",
2455
2342
  "declaration": {
2456
- "name": "getSharedResource",
2457
- "module": "dist/getSharedResource.js"
2343
+ "name": "getFileExtension",
2344
+ "module": "dist/util/getFileExtension.js"
2458
2345
  }
2459
2346
  }
2460
2347
  ]
2461
2348
  },
2462
2349
  {
2463
2350
  "kind": "javascript-module",
2464
- "path": "dist/i18nBundle.js",
2465
- "declarations": [
2351
+ "path": "dist/util/getNormalizedTarget.js",
2352
+ "declarations": [],
2353
+ "exports": [
2466
2354
  {
2467
- "kind": "class",
2468
- "description": "",
2469
- "name": "I18nBundle",
2470
- "members": [
2471
- {
2472
- "kind": "method",
2473
- "name": "getText",
2474
- "return": {
2475
- "type": {
2476
- "text": "string"
2477
- }
2478
- },
2479
- "parameters": [
2480
- {
2481
- "name": "textObj",
2482
- "type": {
2483
- "text": "I18nText | string",
2484
- "references": [
2485
- {
2486
- "name": "I18nText",
2487
- "package": "@ui5/webcomponents-base",
2488
- "module": "dist/i18nBundle.js"
2489
- }
2490
- ]
2491
- },
2492
- "description": "key/defaultText pair or just the key"
2493
- },
2494
- {
2495
- "name": "params",
2496
- "type": {
2497
- "text": "Array<number | string>"
2498
- },
2499
- "description": "Values for the placeholders"
2500
- }
2501
- ],
2502
- "description": "Returns a text in the currently loaded language",
2503
- "privacy": "public"
2504
- }
2505
- ]
2355
+ "kind": "js",
2356
+ "name": "default",
2357
+ "declaration": {
2358
+ "name": "getNormalizedTarget",
2359
+ "module": "dist/util/getNormalizedTarget.js"
2360
+ }
2506
2361
  }
2507
- ],
2362
+ ]
2363
+ },
2364
+ {
2365
+ "kind": "javascript-module",
2366
+ "path": "dist/util/getParentElement.js",
2367
+ "declarations": [],
2508
2368
  "exports": [
2509
2369
  {
2510
2370
  "kind": "js",
2511
2371
  "name": "default",
2512
2372
  "declaration": {
2513
- "name": "I18nBundle",
2514
- "module": "dist/i18nBundle.js"
2373
+ "name": "getParentElement",
2374
+ "module": "dist/util/getParentElement.js"
2515
2375
  }
2516
2376
  }
2517
2377
  ]
2518
2378
  },
2519
2379
  {
2520
2380
  "kind": "javascript-module",
2521
- "path": "dist/ssr-dom-shim.js",
2381
+ "path": "dist/util/getSingletonElementInstance.js",
2522
2382
  "declarations": [],
2523
- "exports": []
2383
+ "exports": [
2384
+ {
2385
+ "kind": "js",
2386
+ "name": "default",
2387
+ "declaration": {
2388
+ "name": "getSingletonElementInstance",
2389
+ "module": "dist/util/getSingletonElementInstance.js"
2390
+ }
2391
+ }
2392
+ ]
2524
2393
  },
2525
2394
  {
2526
2395
  "kind": "javascript-module",
2527
- "path": "dist/ssr-dom.js",
2396
+ "path": "dist/util/hash2str.js",
2528
2397
  "declarations": [],
2529
- "exports": []
2398
+ "exports": [
2399
+ {
2400
+ "kind": "js",
2401
+ "name": "default",
2402
+ "declaration": {
2403
+ "name": "hash2str",
2404
+ "module": "dist/util/hash2str.js"
2405
+ }
2406
+ }
2407
+ ]
2530
2408
  },
2531
2409
  {
2532
2410
  "kind": "javascript-module",
2533
- "path": "dist/types.js",
2411
+ "path": "dist/util/isElementClickable.js",
2412
+ "declarations": [],
2413
+ "exports": [
2414
+ {
2415
+ "kind": "js",
2416
+ "name": "default",
2417
+ "declaration": {
2418
+ "name": "isElementClickable",
2419
+ "module": "dist/util/isElementClickable.js"
2420
+ }
2421
+ }
2422
+ ]
2423
+ },
2424
+ {
2425
+ "kind": "javascript-module",
2426
+ "path": "dist/util/isElementHidden.js",
2427
+ "declarations": [],
2428
+ "exports": [
2429
+ {
2430
+ "kind": "js",
2431
+ "name": "default",
2432
+ "declaration": {
2433
+ "name": "isElementHidden",
2434
+ "module": "dist/util/isElementHidden.js"
2435
+ }
2436
+ }
2437
+ ]
2438
+ },
2439
+ {
2440
+ "kind": "javascript-module",
2441
+ "path": "dist/util/isElementInView.js",
2442
+ "declarations": [],
2443
+ "exports": [
2444
+ {
2445
+ "kind": "js",
2446
+ "name": "default",
2447
+ "declaration": {
2448
+ "name": "isElementInView",
2449
+ "module": "dist/util/isElementInView.js"
2450
+ }
2451
+ }
2452
+ ]
2453
+ },
2454
+ {
2455
+ "kind": "javascript-module",
2456
+ "path": "dist/util/isElementTabbable.js",
2457
+ "declarations": [],
2458
+ "exports": [
2459
+ {
2460
+ "kind": "js",
2461
+ "name": "default",
2462
+ "declaration": {
2463
+ "name": "isElementTabbable",
2464
+ "module": "dist/util/isElementTabbable.js"
2465
+ }
2466
+ }
2467
+ ]
2468
+ },
2469
+ {
2470
+ "kind": "javascript-module",
2471
+ "path": "dist/util/isEventMarked.js",
2472
+ "declarations": [],
2473
+ "exports": [
2474
+ {
2475
+ "kind": "js",
2476
+ "name": "default",
2477
+ "declaration": {
2478
+ "name": "isEventMarked",
2479
+ "module": "dist/util/isEventMarked.js"
2480
+ }
2481
+ }
2482
+ ]
2483
+ },
2484
+ {
2485
+ "kind": "javascript-module",
2486
+ "path": "dist/util/isValidPropertyName.js",
2487
+ "declarations": [],
2488
+ "exports": [
2489
+ {
2490
+ "kind": "js",
2491
+ "name": "default",
2492
+ "declaration": {
2493
+ "name": "isValidPropertyName",
2494
+ "module": "dist/util/isValidPropertyName.js"
2495
+ }
2496
+ }
2497
+ ]
2498
+ },
2499
+ {
2500
+ "kind": "javascript-module",
2501
+ "path": "dist/util/throttle.js",
2502
+ "declarations": [],
2503
+ "exports": [
2504
+ {
2505
+ "kind": "js",
2506
+ "name": "default",
2507
+ "declaration": {
2508
+ "name": "throttle",
2509
+ "module": "dist/util/throttle.js"
2510
+ }
2511
+ }
2512
+ ]
2513
+ },
2514
+ {
2515
+ "kind": "javascript-module",
2516
+ "path": "dist/util/toLowercaseEnumValue.js",
2517
+ "declarations": [],
2518
+ "exports": [
2519
+ {
2520
+ "kind": "js",
2521
+ "name": "default",
2522
+ "declaration": {
2523
+ "name": "toLowercaseEnumValue",
2524
+ "module": "dist/util/toLowercaseEnumValue.js"
2525
+ }
2526
+ }
2527
+ ]
2528
+ },
2529
+ {
2530
+ "kind": "javascript-module",
2531
+ "path": "dist/util/valueStateNavigation.js",
2534
2532
  "declarations": [],
2535
2533
  "exports": []
2536
2534
  },
2537
2535
  {
2538
2536
  "kind": "javascript-module",
2539
- "path": "dist/updateShadowRoot.js",
2537
+ "path": "dist/util/whenDOMReady.js",
2540
2538
  "declarations": [],
2541
2539
  "exports": [
2542
2540
  {
2543
2541
  "kind": "js",
2544
2542
  "name": "default",
2545
2543
  "declaration": {
2546
- "name": "updateShadowRoot",
2547
- "module": "dist/updateShadowRoot.js"
2544
+ "name": "whenDOMReady",
2545
+ "module": "dist/util/whenDOMReady.js"
2548
2546
  }
2549
2547
  }
2550
2548
  ]
2551
2549
  },
2552
2550
  {
2553
2551
  "kind": "javascript-module",
2554
- "path": "dist/validateThemeRoot.js",
2552
+ "path": "dist/util/willShowContent.js",
2555
2553
  "declarations": [],
2556
2554
  "exports": [
2557
2555
  {
2558
2556
  "kind": "js",
2559
2557
  "name": "default",
2560
2558
  "declaration": {
2561
- "name": "validateThemeRoot",
2562
- "module": "dist/validateThemeRoot.js"
2559
+ "name": "willShowContent",
2560
+ "module": "dist/util/willShowContent.js"
2563
2561
  }
2564
2562
  }
2565
2563
  ]