@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,344 +4,305 @@
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",
255
- "_ui5privacy": "public"
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"
256
256
  }
257
- ],
258
- "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.",
259
259
  "privacy": "public"
260
260
  },
261
261
  {
262
262
  "kind": "method",
263
- "name": "setRowSize",
263
+ "name": "onEnterDOM",
264
264
  "return": {
265
265
  "type": {
266
266
  "text": "void"
267
267
  }
268
268
  },
269
- "parameters": [
270
- {
271
- "name": "newRowSize",
272
- "type": {
273
- "text": "number"
274
- },
275
- "_ui5privacy": "public"
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"
276
278
  }
277
- ],
278
- "description": "Call this method to dynamically change the row size",
279
+ },
280
+ "description": "Called on disconnectedCallback - removed from the DOM.",
279
281
  "privacy": "public"
280
- }
281
- ],
282
- "_ui5privacy": "public"
283
- }
284
- ],
285
- "exports": [
286
- {
287
- "kind": "js",
288
- "name": "default",
289
- "declaration": {
290
- "name": "ItemNavigation",
291
- "module": "dist/delegate/ItemNavigation.js"
292
- }
293
- }
294
- ]
295
- },
296
- {
297
- "kind": "javascript-module",
298
- "path": "dist/delegate/ResizeHandler.js",
299
- "declarations": [
300
- {
301
- "kind": "class",
302
- "description": "Allows to register/deregister resize observers for a DOM element",
303
- "name": "ResizeHandler",
304
- "members": [
282
+ },
305
283
  {
306
284
  "kind": "method",
307
- "name": "register",
308
- "static": true,
285
+ "name": "attachInvalidate",
309
286
  "return": {
310
287
  "type": {
311
288
  "text": "void"
312
289
  }
313
290
  },
314
291
  "parameters": [
315
- {
316
- "name": "element",
317
- "type": {
318
- "text": "HTMLElement"
319
- },
320
- "description": "UI5 Web Component or DOM Element to be observed",
321
- "_ui5privacy": "public"
322
- },
323
292
  {
324
293
  "name": "callback",
325
294
  "type": {
326
- "text": "ResizeObserverCallback",
327
- "references": [
328
- {
329
- "name": "ResizeObserverCallback",
330
- "package": "@ui5/webcomponents-base",
331
- "module": "dist/delegate/ResizeHandler.js"
332
- }
333
- ]
295
+ "text": "(param: InvalidationInfo) => void"
334
296
  },
335
- "description": "Callback to be executed",
336
297
  "_ui5privacy": "public"
337
298
  }
338
299
  ],
300
+ "description": "Attach a callback that will be executed whenever the component is invalidated",
339
301
  "privacy": "public"
340
302
  },
341
303
  {
342
304
  "kind": "method",
343
- "name": "deregister",
344
- "static": true,
305
+ "name": "detachInvalidate",
345
306
  "return": {
346
307
  "type": {
347
308
  "text": "void"
@@ -349,491 +310,606 @@
349
310
  },
350
311
  "parameters": [
351
312
  {
352
- "name": "element",
313
+ "name": "callback",
353
314
  "type": {
354
- "text": "HTMLElement"
315
+ "text": "(param: InvalidationInfo) => void"
355
316
  },
356
- "description": "UI5 Web Component or DOM Element to be unobserved",
357
317
  "_ui5privacy": "public"
358
- },
359
- {
360
- "name": "callback",
318
+ }
319
+ ],
320
+ "description": "Detach the callback that is executed whenever the component is invalidated",
321
+ "privacy": "public"
322
+ },
323
+ {
324
+ "kind": "method",
325
+ "name": "onInvalidation",
326
+ "return": {
327
+ "type": {
328
+ "text": "void"
329
+ }
330
+ },
331
+ "parameters": [
332
+ {
333
+ "name": "changeInfo",
361
334
  "type": {
362
- "text": "ResizeObserverCallback",
335
+ "text": "ChangeInfo",
363
336
  "references": [
364
337
  {
365
- "name": "ResizeObserverCallback",
338
+ "name": "ChangeInfo",
366
339
  "package": "@ui5/webcomponents-base",
367
- "module": "dist/delegate/ResizeHandler.js"
340
+ "module": "dist/UI5Element.js"
368
341
  }
369
342
  ]
370
343
  },
371
- "description": "Callback to be removed",
344
+ "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)",
372
345
  "_ui5privacy": "public"
373
346
  }
374
347
  ],
348
+ "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
375
349
  "privacy": "public"
376
- }
377
- ],
378
- "_ui5privacy": "public"
379
- }
380
- ],
381
- "exports": [
382
- {
383
- "kind": "js",
384
- "name": "default",
385
- "declaration": {
386
- "name": "ResizeHandler",
387
- "module": "dist/delegate/ResizeHandler.js"
388
- }
389
- }
390
- ]
391
- },
392
- {
393
- "kind": "javascript-module",
394
- "path": "dist/delegate/ScrollEnablement.js",
395
- "declarations": [],
396
- "exports": [
397
- {
398
- "kind": "js",
399
- "name": "default",
400
- "declaration": {
401
- "name": "ScrollEnablement",
402
- "module": "dist/delegate/ScrollEnablement.js"
403
- }
404
- }
405
- ]
406
- },
407
- {
408
- "kind": "javascript-module",
409
- "path": "dist/features/F6Navigation.js",
410
- "declarations": [],
411
- "exports": [
412
- {
413
- "kind": "js",
414
- "name": "default",
415
- "declaration": {
416
- "name": "F6Navigation",
417
- "module": "dist/features/F6Navigation.js"
418
- }
419
- }
420
- ]
421
- },
422
- {
423
- "kind": "javascript-module",
424
- "path": "dist/features/InputElementsFormSupport.js",
425
- "declarations": [],
426
- "exports": []
427
- },
428
- {
429
- "kind": "javascript-module",
430
- "path": "dist/features/LegacyDateFormats.js",
431
- "declarations": [],
432
- "exports": [
433
- {
434
- "kind": "js",
435
- "name": "default",
436
- "declaration": {
437
- "name": "LegacyDateFormats",
438
- "module": "dist/features/LegacyDateFormats.js"
439
- }
440
- }
441
- ]
442
- },
443
- {
444
- "kind": "javascript-module",
445
- "path": "dist/features/OpenUI5Element.js",
446
- "declarations": [],
447
- "exports": [
448
- {
449
- "kind": "js",
450
- "name": "default",
451
- "declaration": {
452
- "name": "OpenUI5Element",
453
- "module": "dist/features/OpenUI5Element.js"
454
- }
455
- }
456
- ]
457
- },
458
- {
459
- "kind": "javascript-module",
460
- "path": "dist/features/OpenUI5Enablement.js",
461
- "declarations": [],
462
- "exports": [
463
- {
464
- "kind": "js",
465
- "name": "default",
466
- "declaration": {
467
- "name": "OpenUI5Enablement",
468
- "module": "dist/features/OpenUI5Enablement.js"
469
- }
470
- }
471
- ]
472
- },
473
- {
474
- "kind": "javascript-module",
475
- "path": "dist/features/OpenUI5Support.js",
476
- "declarations": [],
477
- "exports": [
478
- {
479
- "kind": "js",
480
- "name": "default",
481
- "declaration": {
482
- "name": "OpenUI5Support",
483
- "module": "dist/features/OpenUI5Support.js"
484
- }
485
- }
486
- ]
487
- },
488
- {
489
- "kind": "javascript-module",
490
- "path": "dist/features/patchPatcher.js",
491
- "declarations": [],
492
- "exports": [
493
- {
494
- "kind": "js",
495
- "name": "default",
496
- "declaration": {
497
- "name": "patchPatcher",
498
- "module": "dist/features/patchPatcher.js"
499
- }
500
- }
501
- ]
502
- },
503
- {
504
- "kind": "javascript-module",
505
- "path": "dist/features/patchPopup.js",
506
- "declarations": [],
507
- "exports": [
508
- {
509
- "kind": "js",
510
- "name": "default",
511
- "declaration": {
512
- "name": "patchPopup",
513
- "module": "dist/features/patchPopup.js"
514
- }
515
- }
516
- ]
517
- },
518
- {
519
- "kind": "javascript-module",
520
- "path": "dist/theming/CustomStyle.js",
521
- "declarations": [],
522
- "exports": []
523
- },
524
- {
525
- "kind": "javascript-module",
526
- "path": "dist/theming/ThemeLoaded.js",
527
- "declarations": [],
528
- "exports": []
529
- },
530
- {
531
- "kind": "javascript-module",
532
- "path": "dist/theming/ThemeRegistered.js",
533
- "declarations": [],
534
- "exports": []
535
- },
536
- {
537
- "kind": "javascript-module",
538
- "path": "dist/theming/applyTheme.js",
539
- "declarations": [],
540
- "exports": [
541
- {
542
- "kind": "js",
543
- "name": "default",
544
- "declaration": {
545
- "name": "applyTheme",
546
- "module": "dist/theming/applyTheme.js"
547
- }
548
- }
549
- ]
550
- },
551
- {
552
- "kind": "javascript-module",
553
- "path": "dist/theming/getConstructableStyle.js",
554
- "declarations": [],
555
- "exports": [
556
- {
557
- "kind": "js",
558
- "name": "default",
559
- "declaration": {
560
- "name": "getConstructableStyle",
561
- "module": "dist/theming/getConstructableStyle.js"
562
- }
563
- }
564
- ]
565
- },
566
- {
567
- "kind": "javascript-module",
568
- "path": "dist/theming/getEffectiveStyle.js",
569
- "declarations": [],
570
- "exports": [
571
- {
572
- "kind": "js",
573
- "name": "default",
574
- "declaration": {
575
- "name": "getEffectiveStyle",
576
- "module": "dist/theming/getEffectiveStyle.js"
577
- }
578
- }
579
- ]
580
- },
581
- {
582
- "kind": "javascript-module",
583
- "path": "dist/theming/getStylesString.js",
584
- "declarations": [],
585
- "exports": [
586
- {
587
- "kind": "js",
588
- "name": "default",
589
- "declaration": {
590
- "name": "getStylesString",
591
- "module": "dist/theming/getStylesString.js"
592
- }
593
- }
594
- ]
595
- },
596
- {
597
- "kind": "javascript-module",
598
- "path": "dist/theming/getThemeDesignerTheme.js",
599
- "declarations": [],
600
- "exports": [
601
- {
602
- "kind": "js",
603
- "name": "default",
604
- "declaration": {
605
- "name": "getThemeDesignerTheme",
606
- "module": "dist/theming/getThemeDesignerTheme.js"
607
- }
608
- }
609
- ]
610
- },
611
- {
612
- "kind": "javascript-module",
613
- "path": "dist/renderer/LitRenderer.js",
614
- "declarations": [],
615
- "exports": [
616
- {
617
- "kind": "js",
618
- "name": "default",
619
- "declaration": {
620
- "name": "litRender",
621
- "module": "dist/renderer/LitRenderer.js"
622
- }
623
- }
624
- ]
625
- },
626
- {
627
- "kind": "javascript-module",
628
- "path": "dist/renderer/executeTemplate.js",
629
- "declarations": [],
630
- "exports": [
631
- {
632
- "kind": "js",
633
- "name": "default",
634
- "declaration": {
635
- "name": "executeTemplate",
636
- "module": "dist/renderer/executeTemplate.js"
637
- }
638
- }
639
- ]
640
- },
641
- {
642
- "kind": "javascript-module",
643
- "path": "dist/locale/Locale.js",
644
- "declarations": [],
645
- "exports": [
646
- {
647
- "kind": "js",
648
- "name": "default",
649
- "declaration": {
650
- "name": "Locale",
651
- "module": "dist/locale/Locale.js"
652
- }
653
- }
654
- ]
655
- },
656
- {
657
- "kind": "javascript-module",
658
- "path": "dist/locale/RTLAwareRegistry.js",
659
- "declarations": [],
660
- "exports": []
661
- },
662
- {
663
- "kind": "javascript-module",
664
- "path": "dist/locale/applyDirection.js",
665
- "declarations": [],
666
- "exports": [
667
- {
668
- "kind": "js",
669
- "name": "default",
670
- "declaration": {
671
- "name": "applyDirection",
672
- "module": "dist/locale/applyDirection.js"
673
- }
674
- }
675
- ]
676
- },
677
- {
678
- "kind": "javascript-module",
679
- "path": "dist/locale/directionChange.js",
680
- "declarations": [],
681
- "exports": []
682
- },
683
- {
684
- "kind": "javascript-module",
685
- "path": "dist/locale/getEffectiveDir.js",
686
- "declarations": [],
687
- "exports": [
688
- {
689
- "kind": "js",
690
- "name": "default",
691
- "declaration": {
692
- "name": "getEffectiveDir",
693
- "module": "dist/locale/getEffectiveDir.js"
694
- }
350
+ },
351
+ {
352
+ "kind": "method",
353
+ "name": "getDomRef",
354
+ "return": {
355
+ "type": {
356
+ "text": "HTMLElement | undefined"
357
+ }
358
+ },
359
+ "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
360
+ "privacy": "public"
361
+ },
362
+ {
363
+ "kind": "method",
364
+ "name": "getFocusDomRef",
365
+ "return": {
366
+ "type": {
367
+ "text": "HTMLElement | undefined"
368
+ }
369
+ },
370
+ "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
371
+ "privacy": "public"
372
+ },
373
+ {
374
+ "kind": "method",
375
+ "name": "getFocusDomRefAsync",
376
+ "return": {
377
+ "type": {
378
+ "text": "Promise<HTMLElement | undefined>"
379
+ }
380
+ },
381
+ "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
382
+ "privacy": "public"
383
+ },
384
+ {
385
+ "kind": "method",
386
+ "name": "focus",
387
+ "return": {
388
+ "type": {
389
+ "text": "Promise<void>"
390
+ }
391
+ },
392
+ "parameters": [
393
+ {
394
+ "name": "focusOptions",
395
+ "optional": true,
396
+ "type": {
397
+ "text": "FocusOptions"
398
+ },
399
+ "description": "additional options for the focus",
400
+ "_ui5privacy": "public"
401
+ }
402
+ ],
403
+ "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
404
+ "privacy": "public"
405
+ },
406
+ {
407
+ "kind": "method",
408
+ "name": "fireEvent",
409
+ "return": {
410
+ "type": {
411
+ "text": "boolean"
412
+ },
413
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
414
+ },
415
+ "parameters": [
416
+ {
417
+ "name": "name",
418
+ "type": {
419
+ "text": "string"
420
+ },
421
+ "description": "name of the event",
422
+ "_ui5privacy": "public"
423
+ },
424
+ {
425
+ "name": "data",
426
+ "optional": true,
427
+ "type": {
428
+ "text": "T"
429
+ },
430
+ "description": "additional data for the event",
431
+ "_ui5privacy": "public"
432
+ },
433
+ {
434
+ "name": "cancelable",
435
+ "default": "false",
436
+ "description": "true, if the user can call preventDefault on the event object",
437
+ "_ui5privacy": "public"
438
+ },
439
+ {
440
+ "name": "bubbles",
441
+ "default": "true",
442
+ "description": "true, if the event bubbles",
443
+ "_ui5privacy": "public"
444
+ }
445
+ ],
446
+ "privacy": "public",
447
+ "deprecated": "use fireDecoratorEvent instead"
448
+ },
449
+ {
450
+ "kind": "method",
451
+ "name": "fireDecoratorEvent",
452
+ "return": {
453
+ "type": {
454
+ "text": "boolean"
455
+ },
456
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
457
+ },
458
+ "parameters": [
459
+ {
460
+ "name": "name",
461
+ "type": {
462
+ "text": "N"
463
+ },
464
+ "description": "name of the event",
465
+ "_ui5privacy": "public"
466
+ },
467
+ {
468
+ "name": "data",
469
+ "optional": true,
470
+ "type": {
471
+ "text": "this[\"eventDetails\"][N] | undefined"
472
+ },
473
+ "description": "additional data for the event",
474
+ "_ui5privacy": "public"
475
+ }
476
+ ],
477
+ "description": "Fires a custom event, configured via the \"event\" decorator.",
478
+ "privacy": "public"
479
+ },
480
+ {
481
+ "kind": "method",
482
+ "name": "getSlottedNodes",
483
+ "return": {
484
+ "type": {
485
+ "text": "Array<T>"
486
+ }
487
+ },
488
+ "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
489
+ "privacy": "public"
490
+ },
491
+ {
492
+ "kind": "method",
493
+ "name": "attachComponentStateFinalized",
494
+ "return": {
495
+ "type": {
496
+ "text": "void"
497
+ }
498
+ },
499
+ "parameters": [
500
+ {
501
+ "name": "callback",
502
+ "type": {
503
+ "text": "() => void"
504
+ },
505
+ "_ui5privacy": "public"
506
+ }
507
+ ],
508
+ "description": "Attach a callback that will be executed whenever the component's state is finalized",
509
+ "privacy": "public"
510
+ },
511
+ {
512
+ "kind": "method",
513
+ "name": "detachComponentStateFinalized",
514
+ "return": {
515
+ "type": {
516
+ "text": "void"
517
+ }
518
+ },
519
+ "parameters": [
520
+ {
521
+ "name": "callback",
522
+ "type": {
523
+ "text": "() => void"
524
+ },
525
+ "_ui5privacy": "public"
526
+ }
527
+ ],
528
+ "description": "Detach the callback that is executed whenever the component's state is finalized",
529
+ "privacy": "public"
530
+ },
531
+ {
532
+ "kind": "field",
533
+ "name": "effectiveDir",
534
+ "type": {
535
+ "text": "string | undefined"
536
+ },
537
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
538
+ "privacy": "public",
539
+ "default": "undefined",
540
+ "readonly": true
541
+ },
542
+ {
543
+ "kind": "field",
544
+ "name": "isUI5Element",
545
+ "type": {
546
+ "text": "boolean"
547
+ },
548
+ "description": "Used to duck-type UI5 elements without using instanceof",
549
+ "privacy": "public",
550
+ "default": "true",
551
+ "readonly": true
552
+ },
553
+ {
554
+ "kind": "method",
555
+ "name": "getUniqueDependencies",
556
+ "static": true,
557
+ "return": {
558
+ "type": {
559
+ "text": "Array<typeof UI5Element>"
560
+ }
561
+ },
562
+ "description": "Returns a list of the unique dependencies for this UI5 Web Component",
563
+ "privacy": "public"
564
+ },
565
+ {
566
+ "kind": "method",
567
+ "name": "define",
568
+ "static": true,
569
+ "return": {
570
+ "type": {
571
+ "text": "typeof UI5Element"
572
+ }
573
+ },
574
+ "description": "Registers a UI5 Web Component in the browser window object",
575
+ "privacy": "public"
576
+ },
577
+ {
578
+ "kind": "method",
579
+ "name": "getMetadata",
580
+ "static": true,
581
+ "return": {
582
+ "type": {
583
+ "text": "UI5ElementMetadata",
584
+ "references": [
585
+ {
586
+ "name": "UI5ElementMetadata",
587
+ "package": "@ui5/webcomponents-base",
588
+ "module": "dist/UI5ElementMetadata.js"
589
+ }
590
+ ]
591
+ }
592
+ },
593
+ "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
594
+ "privacy": "public"
595
+ }
596
+ ],
597
+ "attributes": [
598
+ {
599
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
600
+ "name": "effective-dir",
601
+ "default": "undefined",
602
+ "fieldName": "effectiveDir",
603
+ "type": {
604
+ "text": "any"
605
+ }
606
+ },
607
+ {
608
+ "description": "Used to duck-type UI5 elements without using instanceof",
609
+ "name": "is-ui5-element",
610
+ "default": "true",
611
+ "fieldName": "isUI5Element",
612
+ "type": {
613
+ "text": "any"
614
+ }
615
+ }
616
+ ],
617
+ "customElement": true,
618
+ "_ui5privacy": "public"
695
619
  }
696
- ]
697
- },
698
- {
699
- "kind": "javascript-module",
700
- "path": "dist/locale/getLocale.js",
701
- "declarations": [],
620
+ ],
702
621
  "exports": [
703
622
  {
704
623
  "kind": "js",
705
624
  "name": "default",
706
625
  "declaration": {
707
- "name": "getLocale",
708
- "module": "dist/locale/getLocale.js"
626
+ "name": "UI5Element",
627
+ "module": "dist/UI5Element.js"
709
628
  }
710
629
  }
711
630
  ]
712
631
  },
713
632
  {
714
633
  "kind": "javascript-module",
715
- "path": "dist/locale/languageChange.js",
716
- "declarations": [],
717
- "exports": []
718
- },
719
- {
720
- "kind": "javascript-module",
721
- "path": "dist/locale/nextFallbackLocale.js",
722
- "declarations": [],
723
- "exports": [
634
+ "path": "dist/UI5ElementMetadata.js",
635
+ "declarations": [
724
636
  {
725
- "kind": "js",
726
- "name": "default",
727
- "declaration": {
728
- "name": "nextFallbackLocale",
729
- "module": "dist/locale/nextFallbackLocale.js"
730
- }
637
+ "kind": "class",
638
+ "description": "",
639
+ "name": "UI5ElementMetadata",
640
+ "members": [
641
+ {
642
+ "kind": "method",
643
+ "name": "validateSlotValue",
644
+ "static": true,
645
+ "return": {
646
+ "type": {
647
+ "text": "Node"
648
+ }
649
+ },
650
+ "description": "Validates the slot's value and returns it if correct\nor throws an exception if not.\n**Note:** Only intended for use by UI5Element.js",
651
+ "privacy": "public"
652
+ },
653
+ {
654
+ "kind": "method",
655
+ "name": "getPureTag",
656
+ "return": {
657
+ "type": {
658
+ "text": "string"
659
+ }
660
+ },
661
+ "description": "Returns the tag of the UI5 Element without the scope",
662
+ "privacy": "public"
663
+ },
664
+ {
665
+ "kind": "method",
666
+ "name": "getTag",
667
+ "return": {
668
+ "type": {
669
+ "text": "string"
670
+ }
671
+ },
672
+ "description": "Returns the tag of the UI5 Element",
673
+ "privacy": "public"
674
+ },
675
+ {
676
+ "kind": "method",
677
+ "name": "hasAttribute",
678
+ "return": {
679
+ "type": {
680
+ "text": "boolean"
681
+ }
682
+ },
683
+ "parameters": [
684
+ {
685
+ "name": "propName",
686
+ "type": {
687
+ "text": "string"
688
+ },
689
+ "_ui5privacy": "public"
690
+ }
691
+ ],
692
+ "description": "Determines whether a property should have an attribute counterpart",
693
+ "privacy": "public"
694
+ },
695
+ {
696
+ "kind": "method",
697
+ "name": "getPropertiesList",
698
+ "return": {
699
+ "type": {
700
+ "text": "Array<string>"
701
+ }
702
+ },
703
+ "description": "Returns an array with the properties of the UI5 Element (in camelCase)",
704
+ "privacy": "public"
705
+ },
706
+ {
707
+ "kind": "method",
708
+ "name": "getAttributesList",
709
+ "return": {
710
+ "type": {
711
+ "text": "Array<string>"
712
+ }
713
+ },
714
+ "description": "Returns an array with the attributes of the UI5 Element (in kebab-case)",
715
+ "privacy": "public"
716
+ },
717
+ {
718
+ "kind": "method",
719
+ "name": "hasSlots",
720
+ "return": {
721
+ "type": {
722
+ "text": "boolean"
723
+ }
724
+ },
725
+ "description": "Determines whether this UI5 Element supports any slots",
726
+ "privacy": "public"
727
+ },
728
+ {
729
+ "kind": "method",
730
+ "name": "hasIndividualSlots",
731
+ "return": {
732
+ "type": {
733
+ "text": "boolean"
734
+ }
735
+ },
736
+ "description": "Determines whether this UI5 Element supports any slots with \"individualSlots: true\"",
737
+ "privacy": "public"
738
+ },
739
+ {
740
+ "kind": "method",
741
+ "name": "slotsAreManaged",
742
+ "return": {
743
+ "type": {
744
+ "text": "boolean"
745
+ }
746
+ },
747
+ "description": "Determines whether this UI5 Element needs to invalidate if children are added/removed/changed",
748
+ "privacy": "public"
749
+ },
750
+ {
751
+ "kind": "method",
752
+ "name": "supportsF6FastNavigation",
753
+ "return": {
754
+ "type": {
755
+ "text": "boolean"
756
+ }
757
+ },
758
+ "description": "Determines whether this control supports F6 fast navigation",
759
+ "privacy": "public"
760
+ },
761
+ {
762
+ "kind": "method",
763
+ "name": "getProperties",
764
+ "return": {
765
+ "type": {
766
+ "text": "Record<string, Property>",
767
+ "references": [
768
+ {
769
+ "name": "Property",
770
+ "package": "@ui5/webcomponents-base",
771
+ "module": "dist/UI5ElementMetadata.js"
772
+ }
773
+ ]
774
+ }
775
+ },
776
+ "description": "Returns an object with key-value pairs of properties and their metadata definitions",
777
+ "privacy": "public"
778
+ },
779
+ {
780
+ "kind": "method",
781
+ "name": "getEvents",
782
+ "return": {
783
+ "type": {
784
+ "text": "EventData",
785
+ "references": [
786
+ {
787
+ "name": "EventData",
788
+ "package": "@ui5/webcomponents-base",
789
+ "module": "dist/UI5ElementMetadata.js"
790
+ }
791
+ ]
792
+ }
793
+ },
794
+ "description": "Returns an object with key-value pairs of events and their metadata definitions",
795
+ "privacy": "public"
796
+ },
797
+ {
798
+ "kind": "method",
799
+ "name": "getSlots",
800
+ "return": {
801
+ "type": {
802
+ "text": "Record<string, Slot>",
803
+ "references": [
804
+ {
805
+ "name": "Slot",
806
+ "package": "@ui5/webcomponents-base",
807
+ "module": "dist/UI5ElementMetadata.js"
808
+ }
809
+ ]
810
+ }
811
+ },
812
+ "description": "Returns an object with key-value pairs of slots and their metadata definitions",
813
+ "privacy": "public"
814
+ }
815
+ ],
816
+ "_ui5privacy": "public"
731
817
  }
732
- ]
733
- },
734
- {
735
- "kind": "javascript-module",
736
- "path": "dist/locale/normalizeLocale.js",
737
- "declarations": [],
818
+ ],
738
819
  "exports": [
739
820
  {
740
821
  "kind": "js",
741
822
  "name": "default",
742
823
  "declaration": {
743
- "name": "normalizeLocale",
744
- "module": "dist/locale/normalizeLocale.js"
824
+ "name": "UI5ElementMetadata",
825
+ "module": "dist/UI5ElementMetadata.js"
745
826
  }
746
827
  }
747
828
  ]
748
829
  },
749
830
  {
750
831
  "kind": "javascript-module",
751
- "path": "dist/thirdparty/_merge.js",
832
+ "path": "dist/connectToComponent.js",
752
833
  "declarations": [],
753
834
  "exports": [
754
835
  {
755
836
  "kind": "js",
756
837
  "name": "default",
757
838
  "declaration": {
758
- "name": "fnMerge",
759
- "module": "dist/thirdparty/_merge.js"
839
+ "name": "connectToComponent",
840
+ "module": "dist/connectToComponent.js"
760
841
  }
761
842
  }
762
843
  ]
763
844
  },
764
845
  {
765
846
  "kind": "javascript-module",
766
- "path": "dist/thirdparty/isPlainObject.js",
847
+ "path": "dist/decorators.js",
767
848
  "declarations": [],
768
- "exports": [
769
- {
770
- "kind": "js",
771
- "name": "default",
772
- "declaration": {
773
- "name": "fnIsPlainObject",
774
- "module": "dist/thirdparty/isPlainObject.js"
775
- }
776
- }
777
- ]
849
+ "exports": []
778
850
  },
779
851
  {
780
852
  "kind": "javascript-module",
781
- "path": "dist/thirdparty/merge.js",
853
+ "path": "dist/getSharedResource.js",
782
854
  "declarations": [],
783
855
  "exports": [
784
856
  {
785
857
  "kind": "js",
786
858
  "name": "default",
787
859
  "declaration": {
788
- "name": "fnMerge",
789
- "module": "dist/thirdparty/merge.js"
860
+ "name": "getSharedResource",
861
+ "module": "dist/getSharedResource.js"
790
862
  }
791
863
  }
792
864
  ]
793
865
  },
794
866
  {
795
867
  "kind": "javascript-module",
796
- "path": "dist/types/AnimationMode.js",
868
+ "path": "dist/i18nBundle.js",
797
869
  "declarations": [
798
870
  {
799
- "kind": "enum",
800
- "name": "AnimationMode",
801
- "description": "Different types of AnimationMode.",
802
- "_ui5privacy": "public",
871
+ "kind": "class",
872
+ "description": "",
873
+ "name": "I18nBundle",
803
874
  "members": [
804
875
  {
805
- "kind": "field",
806
- "static": true,
807
- "privacy": "public",
808
- "default": "full",
809
- "name": "Full",
810
- "readonly": true
811
- },
812
- {
813
- "kind": "field",
814
- "static": true,
815
- "privacy": "public",
816
- "default": "basic",
817
- "name": "Basic",
818
- "readonly": true
819
- },
820
- {
821
- "kind": "field",
822
- "static": true,
823
- "privacy": "public",
824
- "default": "minimal",
825
- "name": "Minimal",
826
- "readonly": true
827
- },
828
- {
829
- "kind": "field",
830
- "static": true,
831
- "privacy": "public",
832
- "default": "none",
833
- "name": "None",
834
- "readonly": true
876
+ "kind": "method",
877
+ "name": "getText",
878
+ "return": {
879
+ "type": {
880
+ "text": "string"
881
+ }
882
+ },
883
+ "parameters": [
884
+ {
885
+ "name": "textObj",
886
+ "type": {
887
+ "text": "I18nText | string",
888
+ "references": [
889
+ {
890
+ "name": "I18nText",
891
+ "package": "@ui5/webcomponents-base",
892
+ "module": "dist/i18nBundle.js"
893
+ }
894
+ ]
895
+ },
896
+ "description": "key/defaultText pair or just the key",
897
+ "_ui5privacy": "public"
898
+ },
899
+ {
900
+ "name": "params",
901
+ "type": {
902
+ "text": "Array<number | string>"
903
+ },
904
+ "description": "Values for the placeholders",
905
+ "_ui5privacy": "public"
906
+ }
907
+ ],
908
+ "description": "Returns a text in the currently loaded language",
909
+ "privacy": "public"
835
910
  }
836
- ]
911
+ ],
912
+ "_ui5privacy": "public"
837
913
  }
838
914
  ],
839
915
  "exports": [
@@ -841,703 +917,479 @@
841
917
  "kind": "js",
842
918
  "name": "default",
843
919
  "declaration": {
844
- "name": "AnimationMode",
845
- "module": "dist/types/AnimationMode.js"
920
+ "name": "I18nBundle",
921
+ "module": "dist/i18nBundle.js"
846
922
  }
847
923
  }
848
924
  ]
849
925
  },
850
926
  {
851
927
  "kind": "javascript-module",
852
- "path": "dist/types/AriaHasPopup.js",
853
- "declarations": [
854
- {
855
- "kind": "enum",
856
- "name": "AriaHasPopup",
857
- "description": "Different types of ARIA hasPopup.",
858
- "_ui5privacy": "public",
859
- "members": [
860
- {
861
- "kind": "field",
862
- "static": true,
863
- "privacy": "public",
864
- "description": "Dialog popup type.",
865
- "default": "Dialog",
866
- "name": "Dialog",
867
- "readonly": true
868
- },
869
- {
870
- "kind": "field",
871
- "static": true,
872
- "privacy": "public",
873
- "description": "Grid popup type.",
874
- "default": "Grid",
875
- "name": "Grid",
876
- "readonly": true
877
- },
878
- {
879
- "kind": "field",
880
- "static": true,
881
- "privacy": "public",
882
- "description": "ListBox popup type.",
883
- "default": "ListBox",
884
- "name": "ListBox",
885
- "readonly": true
886
- },
887
- {
888
- "kind": "field",
889
- "static": true,
890
- "privacy": "public",
891
- "description": "Menu popup type.",
892
- "default": "Menu",
893
- "name": "Menu",
894
- "readonly": true
895
- },
896
- {
897
- "kind": "field",
898
- "static": true,
899
- "privacy": "public",
900
- "description": "Tree popup type.",
901
- "default": "Tree",
902
- "name": "Tree",
903
- "readonly": true
904
- }
905
- ]
906
- }
907
- ],
928
+ "path": "dist/index.js",
929
+ "declarations": [],
908
930
  "exports": [
909
931
  {
910
932
  "kind": "js",
911
933
  "name": "default",
912
934
  "declaration": {
913
- "name": "AriaHasPopup",
914
- "module": "dist/types/AriaHasPopup.js"
935
+ "name": "UI5Element",
936
+ "module": "dist/index.js"
915
937
  }
916
938
  }
917
939
  ]
918
940
  },
919
941
  {
920
942
  "kind": "javascript-module",
921
- "path": "dist/types/AriaLandmarkRole.js",
943
+ "path": "dist/jsx-dev-runtime.js",
944
+ "declarations": [],
945
+ "exports": []
946
+ },
947
+ {
948
+ "kind": "javascript-module",
949
+ "path": "dist/jsx-runtime.js",
950
+ "declarations": [],
951
+ "exports": []
952
+ },
953
+ {
954
+ "kind": "javascript-module",
955
+ "path": "dist/jsx-utils.js",
956
+ "declarations": [],
957
+ "exports": []
958
+ },
959
+ {
960
+ "kind": "javascript-module",
961
+ "path": "dist/ssr-dom-shim.js",
962
+ "declarations": [],
963
+ "exports": []
964
+ },
965
+ {
966
+ "kind": "javascript-module",
967
+ "path": "dist/ssr-dom.js",
968
+ "declarations": [],
969
+ "exports": []
970
+ },
971
+ {
972
+ "kind": "javascript-module",
973
+ "path": "dist/types.js",
974
+ "declarations": [],
975
+ "exports": []
976
+ },
977
+ {
978
+ "kind": "javascript-module",
979
+ "path": "dist/updateShadowRoot.js",
922
980
  "declarations": [],
923
981
  "exports": [
924
982
  {
925
983
  "kind": "js",
926
984
  "name": "default",
927
985
  "declaration": {
928
- "name": "AriaLandmarkRole",
929
- "module": "dist/types/AriaLandmarkRole.js"
986
+ "name": "updateShadowRoot",
987
+ "module": "dist/updateShadowRoot.js"
930
988
  }
931
989
  }
932
990
  ]
933
991
  },
934
992
  {
935
993
  "kind": "javascript-module",
936
- "path": "dist/types/AriaRole.js",
937
- "declarations": [
938
- {
939
- "kind": "enum",
940
- "name": "AriaRole",
941
- "description": "Types of ARIA roles.",
942
- "_ui5privacy": "public",
943
- "members": [
944
- {
945
- "kind": "field",
946
- "static": true,
947
- "privacy": "public",
948
- "description": "The ARIA role \"alertdialog\".",
949
- "default": "AlertDialog",
950
- "name": "AlertDialog",
951
- "readonly": true
952
- },
953
- {
954
- "kind": "field",
955
- "static": true,
956
- "privacy": "public",
957
- "description": "The ARIA role \"button\".",
958
- "default": "Button",
959
- "name": "Button",
960
- "readonly": true
961
- },
962
- {
963
- "kind": "field",
964
- "static": true,
965
- "privacy": "public",
966
- "description": "The ARIA role \"dialog\".",
967
- "default": "Dialog",
968
- "name": "Dialog",
969
- "readonly": true
970
- },
971
- {
972
- "kind": "field",
973
- "static": true,
974
- "privacy": "public",
975
- "description": "The ARIA role \"link\".",
976
- "default": "Link",
977
- "name": "Link",
978
- "readonly": true
979
- }
980
- ]
981
- }
982
- ],
994
+ "path": "dist/validateThemeRoot.js",
995
+ "declarations": [],
983
996
  "exports": [
984
997
  {
985
998
  "kind": "js",
986
999
  "name": "default",
987
1000
  "declaration": {
988
- "name": "AriaRole",
989
- "module": "dist/types/AriaRole.js"
1001
+ "name": "validateThemeRoot",
1002
+ "module": "dist/validateThemeRoot.js"
990
1003
  }
991
1004
  }
992
1005
  ]
993
1006
  },
994
1007
  {
995
1008
  "kind": "javascript-module",
996
- "path": "dist/types/CSSColor.js",
997
- "declarations": [
998
- {
999
- "kind": "class",
1000
- "description": "CSSColor data type.",
1001
- "name": "CSSColor",
1002
- "superclass": {
1003
- "name": "DataType",
1004
- "module": "/src/types/DataType.js"
1005
- },
1006
- "_ui5privacy": "public",
1007
- "members": [
1008
- {
1009
- "kind": "method",
1010
- "name": "isValid",
1011
- "static": true,
1012
- "return": {
1013
- "type": {
1014
- "text": "boolean"
1015
- }
1016
- },
1017
- "description": "Checks if the value is valid for its data type.",
1018
- "privacy": "public",
1019
- "inheritedFrom": {
1020
- "name": "DataType",
1021
- "module": "dist/types/DataType.js"
1022
- }
1023
- }
1024
- ]
1025
- }
1026
- ],
1009
+ "path": "dist/animations/AnimationQueue.js",
1010
+ "declarations": [],
1027
1011
  "exports": [
1028
1012
  {
1029
1013
  "kind": "js",
1030
1014
  "name": "default",
1031
1015
  "declaration": {
1032
- "name": "CSSColor",
1033
- "module": "dist/types/CSSColor.js"
1016
+ "name": "AnimationQueue",
1017
+ "module": "dist/animations/AnimationQueue.js"
1034
1018
  }
1035
1019
  }
1036
1020
  ]
1037
1021
  },
1038
1022
  {
1039
1023
  "kind": "javascript-module",
1040
- "path": "dist/types/CSSSize.js",
1041
- "declarations": [
1042
- {
1043
- "kind": "class",
1044
- "description": "CSSSize data type.",
1045
- "name": "CSSSize",
1046
- "superclass": {
1047
- "name": "DataType",
1048
- "module": "/src/types/DataType.js"
1049
- },
1050
- "_ui5privacy": "public",
1051
- "members": [
1052
- {
1053
- "kind": "method",
1054
- "name": "isValid",
1055
- "static": true,
1056
- "return": {
1057
- "type": {
1058
- "text": "boolean"
1059
- }
1060
- },
1061
- "description": "Checks if the value is valid for its data type.",
1062
- "privacy": "public",
1063
- "inheritedFrom": {
1064
- "name": "DataType",
1065
- "module": "dist/types/DataType.js"
1066
- }
1067
- }
1068
- ]
1069
- }
1070
- ],
1024
+ "path": "dist/animations/animate.js",
1025
+ "declarations": [],
1071
1026
  "exports": [
1072
1027
  {
1073
1028
  "kind": "js",
1074
1029
  "name": "default",
1075
1030
  "declaration": {
1076
- "name": "CSSSize",
1077
- "module": "dist/types/CSSSize.js"
1031
+ "name": "animate",
1032
+ "module": "dist/animations/animate.js"
1078
1033
  }
1079
1034
  }
1080
1035
  ]
1081
1036
  },
1082
1037
  {
1083
1038
  "kind": "javascript-module",
1084
- "path": "dist/types/CalendarType.js",
1085
- "declarations": [
1086
- {
1087
- "kind": "enum",
1088
- "name": "CalendarType",
1089
- "description": "Different calendar types.",
1090
- "_ui5privacy": "public",
1091
- "members": [
1092
- {
1093
- "kind": "field",
1094
- "static": true,
1095
- "privacy": "public",
1096
- "default": "Gregorian",
1097
- "name": "Gregorian",
1098
- "readonly": true
1099
- },
1100
- {
1101
- "kind": "field",
1102
- "static": true,
1103
- "privacy": "public",
1104
- "default": "Islamic",
1105
- "name": "Islamic",
1106
- "readonly": true
1107
- },
1108
- {
1109
- "kind": "field",
1110
- "static": true,
1111
- "privacy": "public",
1112
- "default": "Japanese",
1113
- "name": "Japanese",
1114
- "readonly": true
1115
- },
1116
- {
1117
- "kind": "field",
1118
- "static": true,
1119
- "privacy": "public",
1120
- "default": "Buddhist",
1121
- "name": "Buddhist",
1122
- "readonly": true
1123
- },
1124
- {
1125
- "kind": "field",
1126
- "static": true,
1127
- "privacy": "public",
1128
- "default": "Persian",
1129
- "name": "Persian",
1130
- "readonly": true
1131
- }
1132
- ]
1133
- }
1134
- ],
1039
+ "path": "dist/animations/scroll.js",
1040
+ "declarations": [],
1135
1041
  "exports": [
1136
1042
  {
1137
1043
  "kind": "js",
1138
1044
  "name": "default",
1139
1045
  "declaration": {
1140
- "name": "CalendarType",
1141
- "module": "dist/types/CalendarType.js"
1046
+ "name": "scroll",
1047
+ "module": "dist/animations/scroll.js"
1142
1048
  }
1143
1049
  }
1144
1050
  ]
1145
1051
  },
1146
1052
  {
1147
1053
  "kind": "javascript-module",
1148
- "path": "dist/types/DOMReference.js",
1149
- "declarations": [
1150
- {
1151
- "kind": "class",
1152
- "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.",
1153
- "name": "DOMReference",
1154
- "superclass": {
1155
- "name": "DataType",
1156
- "module": "/src/types/DataType.js"
1157
- },
1158
- "_ui5privacy": "public",
1159
- "members": [
1160
- {
1161
- "kind": "method",
1162
- "name": "isValid",
1163
- "static": true,
1164
- "return": {
1165
- "type": {
1166
- "text": "boolean"
1167
- }
1168
- },
1169
- "description": "Checks if the value is valid for its data type.",
1170
- "privacy": "public",
1171
- "inheritedFrom": {
1172
- "name": "DataType",
1173
- "module": "dist/types/DataType.js"
1174
- }
1175
- }
1176
- ]
1177
- }
1178
- ],
1054
+ "path": "dist/animations/slideDown.js",
1055
+ "declarations": [],
1179
1056
  "exports": [
1180
1057
  {
1181
1058
  "kind": "js",
1182
1059
  "name": "default",
1183
1060
  "declaration": {
1184
- "name": "DOMReference",
1185
- "module": "dist/types/DOMReference.js"
1061
+ "name": "slideDown",
1062
+ "module": "dist/animations/slideDown.js"
1186
1063
  }
1187
1064
  }
1188
1065
  ]
1189
1066
  },
1190
1067
  {
1191
1068
  "kind": "javascript-module",
1192
- "path": "dist/types/DataType.js",
1193
- "declarations": [
1069
+ "path": "dist/animations/slideUp.js",
1070
+ "declarations": [],
1071
+ "exports": [
1194
1072
  {
1195
- "kind": "class",
1196
- "description": "Base class for all data types.",
1197
- "name": "DataType",
1198
- "members": [
1199
- {
1200
- "kind": "method",
1201
- "name": "isValid",
1202
- "static": true,
1203
- "return": {
1204
- "type": {
1205
- "text": "boolean"
1206
- }
1207
- },
1208
- "description": "Checks if the value is valid for its data type.",
1209
- "privacy": "public"
1210
- }
1211
- ],
1212
- "_ui5privacy": "public"
1073
+ "kind": "js",
1074
+ "name": "default",
1075
+ "declaration": {
1076
+ "name": "slideUp",
1077
+ "module": "dist/animations/slideUp.js"
1078
+ }
1213
1079
  }
1214
- ],
1080
+ ]
1081
+ },
1082
+ {
1083
+ "kind": "javascript-module",
1084
+ "path": "dist/asset-registries/Icons.js",
1085
+ "declarations": [],
1086
+ "exports": []
1087
+ },
1088
+ {
1089
+ "kind": "javascript-module",
1090
+ "path": "dist/asset-registries/Illustrations.js",
1091
+ "declarations": [],
1092
+ "exports": []
1093
+ },
1094
+ {
1095
+ "kind": "javascript-module",
1096
+ "path": "dist/asset-registries/LocaleData.js",
1097
+ "declarations": [],
1098
+ "exports": []
1099
+ },
1100
+ {
1101
+ "kind": "javascript-module",
1102
+ "path": "dist/asset-registries/Themes.js",
1103
+ "declarations": [],
1104
+ "exports": []
1105
+ },
1106
+ {
1107
+ "kind": "javascript-module",
1108
+ "path": "dist/asset-registries/i18n.js",
1109
+ "declarations": [],
1110
+ "exports": []
1111
+ },
1112
+ {
1113
+ "kind": "javascript-module",
1114
+ "path": "dist/config/AnimationMode.js",
1115
+ "declarations": [],
1116
+ "exports": []
1117
+ },
1118
+ {
1119
+ "kind": "javascript-module",
1120
+ "path": "dist/config/CalendarType.js",
1121
+ "declarations": [],
1122
+ "exports": []
1123
+ },
1124
+ {
1125
+ "kind": "javascript-module",
1126
+ "path": "dist/config/ConfigurationReset.js",
1127
+ "declarations": [],
1128
+ "exports": []
1129
+ },
1130
+ {
1131
+ "kind": "javascript-module",
1132
+ "path": "dist/config/Fonts.js",
1133
+ "declarations": [],
1134
+ "exports": []
1135
+ },
1136
+ {
1137
+ "kind": "javascript-module",
1138
+ "path": "dist/config/FormatSettings.js",
1139
+ "declarations": [],
1140
+ "exports": []
1141
+ },
1142
+ {
1143
+ "kind": "javascript-module",
1144
+ "path": "dist/config/Icons.js",
1145
+ "declarations": [],
1146
+ "exports": []
1147
+ },
1148
+ {
1149
+ "kind": "javascript-module",
1150
+ "path": "dist/config/Language.js",
1151
+ "declarations": [],
1152
+ "exports": []
1153
+ },
1154
+ {
1155
+ "kind": "javascript-module",
1156
+ "path": "dist/config/NoConflict.js",
1157
+ "declarations": [],
1158
+ "exports": []
1159
+ },
1160
+ {
1161
+ "kind": "javascript-module",
1162
+ "path": "dist/config/Theme.js",
1163
+ "declarations": [],
1164
+ "exports": []
1165
+ },
1166
+ {
1167
+ "kind": "javascript-module",
1168
+ "path": "dist/config/ThemeRoot.js",
1169
+ "declarations": [],
1170
+ "exports": []
1171
+ },
1172
+ {
1173
+ "kind": "javascript-module",
1174
+ "path": "dist/config/Timezone.js",
1175
+ "declarations": [],
1176
+ "exports": []
1177
+ },
1178
+ {
1179
+ "kind": "javascript-module",
1180
+ "path": "dist/config/Tooltips.js",
1181
+ "declarations": [],
1182
+ "exports": []
1183
+ },
1184
+ {
1185
+ "kind": "javascript-module",
1186
+ "path": "dist/converters/DOMReference.js",
1187
+ "declarations": [],
1215
1188
  "exports": [
1216
1189
  {
1217
1190
  "kind": "js",
1218
1191
  "name": "default",
1219
1192
  "declaration": {
1220
- "name": "DataType",
1221
- "module": "dist/types/DataType.js"
1193
+ "name": "DOMReferenceConverter",
1194
+ "module": "dist/converters/DOMReference.js"
1222
1195
  }
1223
1196
  }
1224
1197
  ]
1225
1198
  },
1226
1199
  {
1227
1200
  "kind": "javascript-module",
1228
- "path": "dist/types/Float.js",
1229
- "declarations": [
1201
+ "path": "dist/decorators/bound.js",
1202
+ "declarations": [],
1203
+ "exports": [
1230
1204
  {
1231
- "kind": "class",
1232
- "description": "Float data type.",
1233
- "name": "Float",
1234
- "superclass": {
1235
- "name": "DataType",
1236
- "module": "/src/types/DataType.js"
1237
- },
1238
- "_ui5privacy": "public",
1239
- "members": [
1240
- {
1241
- "kind": "method",
1242
- "name": "isValid",
1243
- "static": true,
1244
- "return": {
1245
- "type": {
1246
- "text": "boolean"
1247
- }
1248
- },
1249
- "description": "Checks if the value is valid for its data type.",
1250
- "privacy": "public",
1251
- "inheritedFrom": {
1252
- "name": "DataType",
1253
- "module": "dist/types/DataType.js"
1254
- }
1255
- }
1256
- ]
1205
+ "kind": "js",
1206
+ "name": "default",
1207
+ "declaration": {
1208
+ "name": "bound",
1209
+ "module": "dist/decorators/bound.js"
1210
+ }
1257
1211
  }
1258
- ],
1212
+ ]
1213
+ },
1214
+ {
1215
+ "kind": "javascript-module",
1216
+ "path": "dist/decorators/customElement.js",
1217
+ "declarations": [],
1259
1218
  "exports": [
1260
1219
  {
1261
1220
  "kind": "js",
1262
1221
  "name": "default",
1263
1222
  "declaration": {
1264
- "name": "Float",
1265
- "module": "dist/types/Float.js"
1223
+ "name": "customElement",
1224
+ "module": "dist/decorators/customElement.js"
1266
1225
  }
1267
1226
  }
1268
1227
  ]
1269
1228
  },
1270
1229
  {
1271
1230
  "kind": "javascript-module",
1272
- "path": "dist/types/Integer.js",
1273
- "declarations": [
1274
- {
1275
- "kind": "class",
1276
- "description": "Integer data type.",
1277
- "name": "Integer",
1278
- "superclass": {
1279
- "name": "DataType",
1280
- "module": "/src/types/DataType.js"
1281
- },
1282
- "_ui5privacy": "public",
1283
- "members": [
1284
- {
1285
- "kind": "method",
1286
- "name": "isValid",
1287
- "static": true,
1288
- "return": {
1289
- "type": {
1290
- "text": "boolean"
1291
- }
1292
- },
1293
- "description": "Checks if the value is valid for its data type.",
1294
- "privacy": "public",
1295
- "inheritedFrom": {
1296
- "name": "DataType",
1297
- "module": "dist/types/DataType.js"
1298
- }
1299
- }
1300
- ]
1301
- }
1302
- ],
1231
+ "path": "dist/decorators/event-strict.js",
1232
+ "declarations": [],
1303
1233
  "exports": [
1304
1234
  {
1305
1235
  "kind": "js",
1306
1236
  "name": "default",
1307
1237
  "declaration": {
1308
- "name": "Integer",
1309
- "module": "dist/types/Integer.js"
1238
+ "name": "event",
1239
+ "module": "dist/decorators/event-strict.js"
1310
1240
  }
1311
1241
  }
1312
1242
  ]
1313
1243
  },
1314
1244
  {
1315
1245
  "kind": "javascript-module",
1316
- "path": "dist/types/InvisibleMessageMode.js",
1246
+ "path": "dist/decorators/event.js",
1317
1247
  "declarations": [],
1318
1248
  "exports": [
1319
1249
  {
1320
1250
  "kind": "js",
1321
1251
  "name": "default",
1322
1252
  "declaration": {
1323
- "name": "InvisibleMessageMode",
1324
- "module": "dist/types/InvisibleMessageMode.js"
1253
+ "name": "event",
1254
+ "module": "dist/decorators/event.js"
1325
1255
  }
1326
1256
  }
1327
1257
  ]
1328
1258
  },
1329
1259
  {
1330
1260
  "kind": "javascript-module",
1331
- "path": "dist/types/ItemNavigationBehavior.js",
1332
- "declarations": [
1333
- {
1334
- "kind": "enum",
1335
- "name": "ItemNavigationBehavior",
1336
- "description": "Different behavior for ItemNavigation.",
1337
- "_ui5privacy": "public",
1338
- "members": [
1339
- {
1340
- "kind": "field",
1341
- "static": true,
1342
- "privacy": "public",
1343
- "description": "Static behavior: navigations stops at the first or last item.",
1344
- "default": "Static",
1345
- "name": "Static",
1346
- "readonly": true
1347
- },
1348
- {
1349
- "kind": "field",
1350
- "static": true,
1351
- "privacy": "public",
1352
- "description": "Cycling behavior: navigating past the last item continues with the first and vice versa.",
1353
- "default": "Cyclic",
1354
- "name": "Cyclic",
1355
- "readonly": true
1356
- }
1357
- ]
1358
- }
1359
- ],
1261
+ "path": "dist/decorators/i18n.js",
1262
+ "declarations": [],
1360
1263
  "exports": [
1361
1264
  {
1362
1265
  "kind": "js",
1363
1266
  "name": "default",
1364
1267
  "declaration": {
1365
- "name": "ItemNavigationBehavior",
1366
- "module": "dist/types/ItemNavigationBehavior.js"
1268
+ "name": "i18n",
1269
+ "module": "dist/decorators/i18n.js"
1367
1270
  }
1368
1271
  }
1369
1272
  ]
1370
1273
  },
1371
1274
  {
1372
1275
  "kind": "javascript-module",
1373
- "path": "dist/types/MovePlacement.js",
1374
- "declarations": [
1375
- {
1376
- "kind": "enum",
1377
- "name": "MovePlacement",
1378
- "description": "Placements of a moved element relative to a target element.",
1379
- "_ui5privacy": "public",
1380
- "members": [
1381
- {
1382
- "kind": "field",
1383
- "static": true,
1384
- "privacy": "public",
1385
- "default": "On",
1386
- "name": "On",
1387
- "readonly": true
1388
- },
1389
- {
1390
- "kind": "field",
1391
- "static": true,
1392
- "privacy": "public",
1393
- "default": "Before",
1394
- "name": "Before",
1395
- "readonly": true
1396
- },
1397
- {
1398
- "kind": "field",
1399
- "static": true,
1400
- "privacy": "public",
1401
- "default": "After",
1402
- "name": "After",
1403
- "readonly": true
1404
- }
1405
- ]
1406
- }
1407
- ],
1276
+ "path": "dist/decorators/property.js",
1277
+ "declarations": [],
1408
1278
  "exports": [
1409
1279
  {
1410
1280
  "kind": "js",
1411
1281
  "name": "default",
1412
1282
  "declaration": {
1413
- "name": "MovePlacement",
1414
- "module": "dist/types/MovePlacement.js"
1283
+ "name": "property",
1284
+ "module": "dist/decorators/property.js"
1415
1285
  }
1416
1286
  }
1417
1287
  ]
1418
1288
  },
1419
1289
  {
1420
1290
  "kind": "javascript-module",
1421
- "path": "dist/types/NavigationMode.js",
1422
- "declarations": [
1291
+ "path": "dist/decorators/query.js",
1292
+ "declarations": [],
1293
+ "exports": [
1423
1294
  {
1424
- "kind": "enum",
1425
- "name": "NavigationMode",
1426
- "description": "Different navigation modes for ItemNavigation.",
1427
- "_ui5privacy": "public",
1428
- "members": [
1429
- {
1430
- "kind": "field",
1431
- "static": true,
1432
- "privacy": "public",
1433
- "default": "Auto",
1434
- "name": "Auto",
1435
- "readonly": true
1436
- },
1437
- {
1438
- "kind": "field",
1439
- "static": true,
1440
- "privacy": "public",
1441
- "default": "Vertical",
1442
- "name": "Vertical",
1443
- "readonly": true
1444
- },
1445
- {
1446
- "kind": "field",
1447
- "static": true,
1448
- "privacy": "public",
1449
- "default": "Horizontal",
1450
- "name": "Horizontal",
1451
- "readonly": true
1452
- },
1453
- {
1454
- "kind": "field",
1455
- "static": true,
1456
- "privacy": "public",
1457
- "default": "Paging",
1458
- "name": "Paging",
1459
- "readonly": true
1460
- }
1461
- ]
1295
+ "kind": "js",
1296
+ "name": "default",
1297
+ "declaration": {
1298
+ "name": "query",
1299
+ "module": "dist/decorators/query.js"
1300
+ }
1462
1301
  }
1463
- ],
1302
+ ]
1303
+ },
1304
+ {
1305
+ "kind": "javascript-module",
1306
+ "path": "dist/decorators/queryAll.js",
1307
+ "declarations": [],
1464
1308
  "exports": [
1465
1309
  {
1466
1310
  "kind": "js",
1467
1311
  "name": "default",
1468
1312
  "declaration": {
1469
- "name": "NavigationMode",
1470
- "module": "dist/types/NavigationMode.js"
1313
+ "name": "queryAll",
1314
+ "module": "dist/decorators/queryAll.js"
1471
1315
  }
1472
1316
  }
1473
1317
  ]
1474
1318
  },
1475
1319
  {
1476
1320
  "kind": "javascript-module",
1477
- "path": "dist/types/Orientation.js",
1321
+ "path": "dist/decorators/slot.js",
1478
1322
  "declarations": [],
1479
1323
  "exports": [
1480
1324
  {
1481
1325
  "kind": "js",
1482
1326
  "name": "default",
1483
1327
  "declaration": {
1484
- "name": "Orientation",
1485
- "module": "dist/types/Orientation.js"
1328
+ "name": "slot",
1329
+ "module": "dist/decorators/slot.js"
1486
1330
  }
1487
1331
  }
1488
1332
  ]
1489
1333
  },
1490
1334
  {
1491
1335
  "kind": "javascript-module",
1492
- "path": "dist/types/ValueState.js",
1336
+ "path": "dist/delegate/ItemNavigation.js",
1493
1337
  "declarations": [
1494
1338
  {
1495
- "kind": "enum",
1496
- "name": "ValueState",
1497
- "description": "Different types of ValueStates.",
1498
- "_ui5privacy": "public",
1339
+ "kind": "class",
1340
+ "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\").",
1341
+ "name": "ItemNavigation",
1499
1342
  "members": [
1500
1343
  {
1501
- "kind": "field",
1502
- "static": true,
1503
- "privacy": "public",
1504
- "default": "None",
1505
- "name": "None",
1506
- "readonly": true
1507
- },
1508
- {
1509
- "kind": "field",
1510
- "static": true,
1511
- "privacy": "public",
1512
- "default": "Positive",
1513
- "name": "Positive",
1514
- "readonly": true
1515
- },
1516
- {
1517
- "kind": "field",
1518
- "static": true,
1519
- "privacy": "public",
1520
- "default": "Critical",
1521
- "name": "Critical",
1522
- "readonly": true
1523
- },
1524
- {
1525
- "kind": "field",
1526
- "static": true,
1527
- "privacy": "public",
1528
- "default": "Negative",
1529
- "name": "Negative",
1530
- "readonly": true
1344
+ "kind": "method",
1345
+ "name": "setCurrentItem",
1346
+ "return": {
1347
+ "type": {
1348
+ "text": "void"
1349
+ }
1350
+ },
1351
+ "parameters": [
1352
+ {
1353
+ "name": "current",
1354
+ "type": {
1355
+ "text": "ITabbable",
1356
+ "references": [
1357
+ {
1358
+ "name": "ITabbable",
1359
+ "package": "@ui5/webcomponents-base",
1360
+ "module": "dist/delegate/ItemNavigation.js"
1361
+ }
1362
+ ]
1363
+ },
1364
+ "description": "the new selected item",
1365
+ "_ui5privacy": "public"
1366
+ }
1367
+ ],
1368
+ "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",
1369
+ "privacy": "public"
1531
1370
  },
1532
1371
  {
1533
- "kind": "field",
1534
- "static": true,
1535
- "privacy": "public",
1536
- "default": "Information",
1537
- "name": "Information",
1538
- "readonly": true
1372
+ "kind": "method",
1373
+ "name": "setRowSize",
1374
+ "return": {
1375
+ "type": {
1376
+ "text": "void"
1377
+ }
1378
+ },
1379
+ "parameters": [
1380
+ {
1381
+ "name": "newRowSize",
1382
+ "type": {
1383
+ "text": "number"
1384
+ },
1385
+ "_ui5privacy": "public"
1386
+ }
1387
+ ],
1388
+ "description": "Call this method to dynamically change the row size",
1389
+ "privacy": "public"
1539
1390
  }
1540
- ]
1391
+ ],
1392
+ "_ui5privacy": "public"
1541
1393
  }
1542
1394
  ],
1543
1395
  "exports": [
@@ -1545,1390 +1397,1470 @@
1545
1397
  "kind": "js",
1546
1398
  "name": "default",
1547
1399
  "declaration": {
1548
- "name": "ValueState",
1549
- "module": "dist/types/ValueState.js"
1400
+ "name": "ItemNavigation",
1401
+ "module": "dist/delegate/ItemNavigation.js"
1550
1402
  }
1551
1403
  }
1552
1404
  ]
1553
1405
  },
1554
1406
  {
1555
1407
  "kind": "javascript-module",
1556
- "path": "dist/util/AriaLabelHelper.js",
1557
- "declarations": [],
1558
- "exports": []
1559
- },
1560
- {
1561
- "kind": "javascript-module",
1562
- "path": "dist/util/Caret.js",
1563
- "declarations": [],
1564
- "exports": []
1565
- },
1566
- {
1567
- "kind": "javascript-module",
1568
- "path": "dist/util/ColorConversion.js",
1569
- "declarations": [],
1570
- "exports": []
1571
- },
1572
- {
1573
- "kind": "javascript-module",
1574
- "path": "dist/util/FetchHelper.js",
1575
- "declarations": [],
1576
- "exports": []
1577
- },
1578
- {
1579
- "kind": "javascript-module",
1580
- "path": "dist/util/FocusableElements.js",
1581
- "declarations": [],
1582
- "exports": []
1583
- },
1584
- {
1585
- "kind": "javascript-module",
1586
- "path": "dist/util/HTMLSanitizer.js",
1587
- "declarations": [],
1588
- "exports": []
1589
- },
1590
- {
1591
- "kind": "javascript-module",
1592
- "path": "dist/util/InvisibleMessage.js",
1593
- "declarations": [],
1408
+ "path": "dist/delegate/ResizeHandler.js",
1409
+ "declarations": [
1410
+ {
1411
+ "kind": "class",
1412
+ "description": "Allows to register/deregister resize observers for a DOM element",
1413
+ "name": "ResizeHandler",
1414
+ "members": [
1415
+ {
1416
+ "kind": "method",
1417
+ "name": "register",
1418
+ "static": true,
1419
+ "return": {
1420
+ "type": {
1421
+ "text": "void"
1422
+ }
1423
+ },
1424
+ "parameters": [
1425
+ {
1426
+ "name": "element",
1427
+ "type": {
1428
+ "text": "HTMLElement"
1429
+ },
1430
+ "description": "UI5 Web Component or DOM Element to be observed",
1431
+ "_ui5privacy": "public"
1432
+ },
1433
+ {
1434
+ "name": "callback",
1435
+ "type": {
1436
+ "text": "ResizeObserverCallback",
1437
+ "references": [
1438
+ {
1439
+ "name": "ResizeObserverCallback",
1440
+ "package": "@ui5/webcomponents-base",
1441
+ "module": "dist/delegate/ResizeHandler.js"
1442
+ }
1443
+ ]
1444
+ },
1445
+ "description": "Callback to be executed",
1446
+ "_ui5privacy": "public"
1447
+ }
1448
+ ],
1449
+ "privacy": "public"
1450
+ },
1451
+ {
1452
+ "kind": "method",
1453
+ "name": "deregister",
1454
+ "static": true,
1455
+ "return": {
1456
+ "type": {
1457
+ "text": "void"
1458
+ }
1459
+ },
1460
+ "parameters": [
1461
+ {
1462
+ "name": "element",
1463
+ "type": {
1464
+ "text": "HTMLElement"
1465
+ },
1466
+ "description": "UI5 Web Component or DOM Element to be unobserved",
1467
+ "_ui5privacy": "public"
1468
+ },
1469
+ {
1470
+ "name": "callback",
1471
+ "type": {
1472
+ "text": "ResizeObserverCallback",
1473
+ "references": [
1474
+ {
1475
+ "name": "ResizeObserverCallback",
1476
+ "package": "@ui5/webcomponents-base",
1477
+ "module": "dist/delegate/ResizeHandler.js"
1478
+ }
1479
+ ]
1480
+ },
1481
+ "description": "Callback to be removed",
1482
+ "_ui5privacy": "public"
1483
+ }
1484
+ ],
1485
+ "privacy": "public"
1486
+ }
1487
+ ],
1488
+ "_ui5privacy": "public"
1489
+ }
1490
+ ],
1594
1491
  "exports": [
1595
1492
  {
1596
1493
  "kind": "js",
1597
1494
  "name": "default",
1598
1495
  "declaration": {
1599
- "name": "announce",
1600
- "module": "dist/util/InvisibleMessage.js"
1496
+ "name": "ResizeHandler",
1497
+ "module": "dist/delegate/ResizeHandler.js"
1601
1498
  }
1602
1499
  }
1603
1500
  ]
1604
1501
  },
1605
1502
  {
1606
1503
  "kind": "javascript-module",
1607
- "path": "dist/util/PopupUtils.js",
1608
- "declarations": [],
1609
- "exports": []
1610
- },
1611
- {
1612
- "kind": "javascript-module",
1613
- "path": "dist/util/SlotsHelper.js",
1614
- "declarations": [],
1615
- "exports": []
1616
- },
1617
- {
1618
- "kind": "javascript-module",
1619
- "path": "dist/util/StringHelper.js",
1620
- "declarations": [],
1621
- "exports": []
1622
- },
1623
- {
1624
- "kind": "javascript-module",
1625
- "path": "dist/util/TabbableElements.js",
1626
- "declarations": [],
1627
- "exports": []
1628
- },
1629
- {
1630
- "kind": "javascript-module",
1631
- "path": "dist/util/arraysAreEqual.js",
1504
+ "path": "dist/delegate/ScrollEnablement.js",
1632
1505
  "declarations": [],
1633
1506
  "exports": [
1634
1507
  {
1635
1508
  "kind": "js",
1636
1509
  "name": "default",
1637
1510
  "declaration": {
1638
- "name": "arraysAreEqual",
1639
- "module": "dist/util/arraysAreEqual.js"
1511
+ "name": "ScrollEnablement",
1512
+ "module": "dist/delegate/ScrollEnablement.js"
1640
1513
  }
1641
1514
  }
1642
1515
  ]
1643
1516
  },
1644
1517
  {
1645
1518
  "kind": "javascript-module",
1646
- "path": "dist/util/clamp.js",
1519
+ "path": "dist/features/F6Navigation.js",
1647
1520
  "declarations": [],
1648
1521
  "exports": [
1649
1522
  {
1650
1523
  "kind": "js",
1651
1524
  "name": "default",
1652
1525
  "declaration": {
1653
- "name": "clamp",
1654
- "module": "dist/util/clamp.js"
1526
+ "name": "F6Navigation",
1527
+ "module": "dist/features/F6Navigation.js"
1655
1528
  }
1656
1529
  }
1657
1530
  ]
1658
1531
  },
1659
1532
  {
1660
1533
  "kind": "javascript-module",
1661
- "path": "dist/util/createLinkInHead.js",
1534
+ "path": "dist/features/InputElementsFormSupport.js",
1662
1535
  "declarations": [],
1663
- "exports": [
1664
- {
1665
- "kind": "js",
1666
- "name": "default",
1667
- "declaration": {
1668
- "name": "createLinkInHead",
1669
- "module": "dist/util/createLinkInHead.js"
1670
- }
1671
- }
1672
- ]
1536
+ "exports": []
1673
1537
  },
1674
1538
  {
1675
1539
  "kind": "javascript-module",
1676
- "path": "dist/util/debounce.js",
1540
+ "path": "dist/features/LegacyDateFormats.js",
1677
1541
  "declarations": [],
1678
1542
  "exports": [
1679
1543
  {
1680
1544
  "kind": "js",
1681
1545
  "name": "default",
1682
1546
  "declaration": {
1683
- "name": "debounce",
1684
- "module": "dist/util/debounce.js"
1547
+ "name": "LegacyDateFormats",
1548
+ "module": "dist/features/LegacyDateFormats.js"
1685
1549
  }
1686
1550
  }
1687
1551
  ]
1688
1552
  },
1689
1553
  {
1690
1554
  "kind": "javascript-module",
1691
- "path": "dist/util/detectNavigatorLanguage.js",
1555
+ "path": "dist/features/OpenUI5Element.js",
1692
1556
  "declarations": [],
1693
1557
  "exports": [
1694
1558
  {
1695
1559
  "kind": "js",
1696
1560
  "name": "default",
1697
1561
  "declaration": {
1698
- "name": "detectNavigatorLanguage",
1699
- "module": "dist/util/detectNavigatorLanguage.js"
1562
+ "name": "OpenUI5Element",
1563
+ "module": "dist/features/OpenUI5Element.js"
1700
1564
  }
1701
1565
  }
1702
1566
  ]
1703
1567
  },
1704
1568
  {
1705
1569
  "kind": "javascript-module",
1706
- "path": "dist/util/escapeRegex.js",
1570
+ "path": "dist/features/OpenUI5Enablement.js",
1707
1571
  "declarations": [],
1708
1572
  "exports": [
1709
1573
  {
1710
1574
  "kind": "js",
1711
1575
  "name": "default",
1712
1576
  "declaration": {
1713
- "name": "escapeRegex",
1714
- "module": "dist/util/escapeRegex.js"
1577
+ "name": "OpenUI5Enablement",
1578
+ "module": "dist/features/OpenUI5Enablement.js"
1715
1579
  }
1716
1580
  }
1717
1581
  ]
1718
1582
  },
1719
1583
  {
1720
1584
  "kind": "javascript-module",
1721
- "path": "dist/util/formatMessage.js",
1585
+ "path": "dist/features/OpenUI5Support.js",
1722
1586
  "declarations": [],
1723
1587
  "exports": [
1724
1588
  {
1725
1589
  "kind": "js",
1726
1590
  "name": "default",
1727
1591
  "declaration": {
1728
- "name": "formatMessage",
1729
- "module": "dist/util/formatMessage.js"
1592
+ "name": "OpenUI5Support",
1593
+ "module": "dist/features/OpenUI5Support.js"
1730
1594
  }
1731
1595
  }
1732
1596
  ]
1733
1597
  },
1734
1598
  {
1735
1599
  "kind": "javascript-module",
1736
- "path": "dist/util/generateHighlightedMarkup.js",
1600
+ "path": "dist/features/insertOpenUI5PopupStyles.js",
1737
1601
  "declarations": [],
1738
1602
  "exports": [
1739
1603
  {
1740
1604
  "kind": "js",
1741
1605
  "name": "default",
1742
1606
  "declaration": {
1743
- "name": "generateHighlightedMarkup",
1744
- "module": "dist/util/generateHighlightedMarkup.js"
1607
+ "name": "insertOpenUI5PopupStyles",
1608
+ "module": "dist/features/insertOpenUI5PopupStyles.js"
1745
1609
  }
1746
1610
  }
1747
1611
  ]
1748
1612
  },
1749
1613
  {
1750
1614
  "kind": "javascript-module",
1751
- "path": "dist/util/getActiveElement.js",
1615
+ "path": "dist/features/patchPatcher.js",
1752
1616
  "declarations": [],
1753
1617
  "exports": [
1754
1618
  {
1755
1619
  "kind": "js",
1756
1620
  "name": "default",
1757
1621
  "declaration": {
1758
- "name": "getActiveElement",
1759
- "module": "dist/util/getActiveElement.js"
1622
+ "name": "patchPatcher",
1623
+ "module": "dist/features/patchPatcher.js"
1760
1624
  }
1761
1625
  }
1762
1626
  ]
1763
1627
  },
1764
1628
  {
1765
1629
  "kind": "javascript-module",
1766
- "path": "dist/util/getClassCopy.js",
1630
+ "path": "dist/features/patchPopup.js",
1767
1631
  "declarations": [],
1768
- "exports": [
1769
- {
1770
- "kind": "js",
1771
- "name": "default",
1772
- "declaration": {
1773
- "name": "getClassCopy",
1774
- "module": "dist/util/getClassCopy.js"
1775
- }
1776
- }
1777
- ]
1632
+ "exports": []
1778
1633
  },
1779
1634
  {
1780
1635
  "kind": "javascript-module",
1781
- "path": "dist/util/getDesigntimePropertyAsArray.js",
1636
+ "path": "dist/locale/Locale.js",
1782
1637
  "declarations": [],
1783
1638
  "exports": [
1784
1639
  {
1785
1640
  "kind": "js",
1786
1641
  "name": "default",
1787
1642
  "declaration": {
1788
- "name": "designTimePropertyAsArray",
1789
- "module": "dist/util/getDesigntimePropertyAsArray.js"
1643
+ "name": "Locale",
1644
+ "module": "dist/locale/Locale.js"
1790
1645
  }
1791
1646
  }
1792
1647
  ]
1793
1648
  },
1794
1649
  {
1795
1650
  "kind": "javascript-module",
1796
- "path": "dist/util/getEffectiveContentDensity.js",
1651
+ "path": "dist/locale/RTLAwareRegistry.js",
1652
+ "declarations": [],
1653
+ "exports": []
1654
+ },
1655
+ {
1656
+ "kind": "javascript-module",
1657
+ "path": "dist/locale/applyDirection.js",
1797
1658
  "declarations": [],
1798
1659
  "exports": [
1799
1660
  {
1800
1661
  "kind": "js",
1801
1662
  "name": "default",
1802
1663
  "declaration": {
1803
- "name": "getEffectiveContentDensity",
1804
- "module": "dist/util/getEffectiveContentDensity.js"
1664
+ "name": "applyDirection",
1665
+ "module": "dist/locale/applyDirection.js"
1805
1666
  }
1806
1667
  }
1807
1668
  ]
1808
1669
  },
1809
1670
  {
1810
1671
  "kind": "javascript-module",
1811
- "path": "dist/util/getEffectiveScrollbarStyle.js",
1672
+ "path": "dist/locale/directionChange.js",
1673
+ "declarations": [],
1674
+ "exports": []
1675
+ },
1676
+ {
1677
+ "kind": "javascript-module",
1678
+ "path": "dist/locale/getEffectiveDir.js",
1812
1679
  "declarations": [],
1813
1680
  "exports": [
1814
1681
  {
1815
1682
  "kind": "js",
1816
1683
  "name": "default",
1817
1684
  "declaration": {
1818
- "name": "getEffectiveScrollbarStyle",
1819
- "module": "dist/util/getEffectiveScrollbarStyle.js"
1685
+ "name": "getEffectiveDir",
1686
+ "module": "dist/locale/getEffectiveDir.js"
1820
1687
  }
1821
1688
  }
1822
1689
  ]
1823
1690
  },
1824
1691
  {
1825
1692
  "kind": "javascript-module",
1826
- "path": "dist/util/getFastNavigationGroups.js",
1693
+ "path": "dist/locale/getLocale.js",
1827
1694
  "declarations": [],
1828
1695
  "exports": [
1829
1696
  {
1830
1697
  "kind": "js",
1831
1698
  "name": "default",
1832
1699
  "declaration": {
1833
- "name": "getFastNavigationGroups",
1834
- "module": "dist/util/getFastNavigationGroups.js"
1700
+ "name": "getLocale",
1701
+ "module": "dist/locale/getLocale.js"
1835
1702
  }
1836
1703
  }
1837
1704
  ]
1838
1705
  },
1839
1706
  {
1840
1707
  "kind": "javascript-module",
1841
- "path": "dist/util/getFileExtension.js",
1708
+ "path": "dist/locale/languageChange.js",
1709
+ "declarations": [],
1710
+ "exports": []
1711
+ },
1712
+ {
1713
+ "kind": "javascript-module",
1714
+ "path": "dist/locale/nextFallbackLocale.js",
1842
1715
  "declarations": [],
1843
1716
  "exports": [
1844
1717
  {
1845
1718
  "kind": "js",
1846
1719
  "name": "default",
1847
1720
  "declaration": {
1848
- "name": "getFileExtension",
1849
- "module": "dist/util/getFileExtension.js"
1721
+ "name": "nextFallbackLocale",
1722
+ "module": "dist/locale/nextFallbackLocale.js"
1850
1723
  }
1851
1724
  }
1852
1725
  ]
1853
1726
  },
1854
1727
  {
1855
1728
  "kind": "javascript-module",
1856
- "path": "dist/util/getNormalizedTarget.js",
1729
+ "path": "dist/locale/normalizeLocale.js",
1857
1730
  "declarations": [],
1858
1731
  "exports": [
1859
1732
  {
1860
1733
  "kind": "js",
1861
1734
  "name": "default",
1862
1735
  "declaration": {
1863
- "name": "getNormalizedTarget",
1864
- "module": "dist/util/getNormalizedTarget.js"
1736
+ "name": "normalizeLocale",
1737
+ "module": "dist/locale/normalizeLocale.js"
1865
1738
  }
1866
1739
  }
1867
1740
  ]
1868
1741
  },
1869
1742
  {
1870
1743
  "kind": "javascript-module",
1871
- "path": "dist/util/getParentElement.js",
1744
+ "path": "dist/renderer/JsxRenderer.js",
1872
1745
  "declarations": [],
1873
1746
  "exports": [
1874
1747
  {
1875
1748
  "kind": "js",
1876
1749
  "name": "default",
1877
1750
  "declaration": {
1878
- "name": "getParentElement",
1879
- "module": "dist/util/getParentElement.js"
1751
+ "name": "jsxRenderer",
1752
+ "module": "dist/renderer/JsxRenderer.js"
1880
1753
  }
1881
1754
  }
1882
1755
  ]
1883
1756
  },
1884
1757
  {
1885
1758
  "kind": "javascript-module",
1886
- "path": "dist/util/getSingletonElementInstance.js",
1759
+ "path": "dist/renderer/LitRenderer.js",
1887
1760
  "declarations": [],
1888
1761
  "exports": [
1889
1762
  {
1890
1763
  "kind": "js",
1891
1764
  "name": "default",
1892
1765
  "declaration": {
1893
- "name": "getSingletonElementInstance",
1894
- "module": "dist/util/getSingletonElementInstance.js"
1766
+ "name": "litRender",
1767
+ "module": "dist/renderer/LitRenderer.js"
1895
1768
  }
1896
1769
  }
1897
1770
  ]
1898
1771
  },
1899
1772
  {
1900
1773
  "kind": "javascript-module",
1901
- "path": "dist/util/isElementClickable.js",
1774
+ "path": "dist/renderer/executeTemplate.js",
1902
1775
  "declarations": [],
1903
1776
  "exports": [
1904
1777
  {
1905
1778
  "kind": "js",
1906
1779
  "name": "default",
1907
1780
  "declaration": {
1908
- "name": "isElementClickable",
1909
- "module": "dist/util/isElementClickable.js"
1781
+ "name": "executeTemplate",
1782
+ "module": "dist/renderer/executeTemplate.js"
1910
1783
  }
1911
1784
  }
1912
1785
  ]
1913
1786
  },
1914
1787
  {
1915
1788
  "kind": "javascript-module",
1916
- "path": "dist/util/isElementContainingBlock.js",
1789
+ "path": "dist/theming/CustomStyle.js",
1790
+ "declarations": [],
1791
+ "exports": []
1792
+ },
1793
+ {
1794
+ "kind": "javascript-module",
1795
+ "path": "dist/theming/ThemeLoaded.js",
1796
+ "declarations": [],
1797
+ "exports": []
1798
+ },
1799
+ {
1800
+ "kind": "javascript-module",
1801
+ "path": "dist/theming/ThemeRegistered.js",
1802
+ "declarations": [],
1803
+ "exports": []
1804
+ },
1805
+ {
1806
+ "kind": "javascript-module",
1807
+ "path": "dist/theming/applyTheme.js",
1917
1808
  "declarations": [],
1918
1809
  "exports": [
1919
1810
  {
1920
1811
  "kind": "js",
1921
1812
  "name": "default",
1922
1813
  "declaration": {
1923
- "name": "isElementContainingBlock",
1924
- "module": "dist/util/isElementContainingBlock.js"
1814
+ "name": "applyTheme",
1815
+ "module": "dist/theming/applyTheme.js"
1925
1816
  }
1926
1817
  }
1927
1818
  ]
1928
1819
  },
1929
1820
  {
1930
1821
  "kind": "javascript-module",
1931
- "path": "dist/util/isElementHidden.js",
1822
+ "path": "dist/theming/getConstructableStyle.js",
1932
1823
  "declarations": [],
1933
1824
  "exports": [
1934
1825
  {
1935
1826
  "kind": "js",
1936
1827
  "name": "default",
1937
1828
  "declaration": {
1938
- "name": "isElementHidden",
1939
- "module": "dist/util/isElementHidden.js"
1829
+ "name": "getConstructableStyle",
1830
+ "module": "dist/theming/getConstructableStyle.js"
1940
1831
  }
1941
1832
  }
1942
1833
  ]
1943
1834
  },
1944
1835
  {
1945
1836
  "kind": "javascript-module",
1946
- "path": "dist/util/isElementInView.js",
1837
+ "path": "dist/theming/getEffectiveStyle.js",
1947
1838
  "declarations": [],
1948
1839
  "exports": [
1949
1840
  {
1950
1841
  "kind": "js",
1951
1842
  "name": "default",
1952
1843
  "declaration": {
1953
- "name": "isElementInView",
1954
- "module": "dist/util/isElementInView.js"
1844
+ "name": "getEffectiveStyle",
1845
+ "module": "dist/theming/getEffectiveStyle.js"
1955
1846
  }
1956
1847
  }
1957
1848
  ]
1958
1849
  },
1959
1850
  {
1960
1851
  "kind": "javascript-module",
1961
- "path": "dist/util/isElementTabbable.js",
1852
+ "path": "dist/theming/getStylesString.js",
1962
1853
  "declarations": [],
1963
1854
  "exports": [
1964
1855
  {
1965
1856
  "kind": "js",
1966
1857
  "name": "default",
1967
1858
  "declaration": {
1968
- "name": "isElementTabbable",
1969
- "module": "dist/util/isElementTabbable.js"
1859
+ "name": "getStylesString",
1860
+ "module": "dist/theming/getStylesString.js"
1970
1861
  }
1971
1862
  }
1972
1863
  ]
1973
1864
  },
1974
1865
  {
1975
1866
  "kind": "javascript-module",
1976
- "path": "dist/util/isValidPropertyName.js",
1867
+ "path": "dist/theming/getThemeDesignerTheme.js",
1977
1868
  "declarations": [],
1978
1869
  "exports": [
1979
1870
  {
1980
1871
  "kind": "js",
1981
1872
  "name": "default",
1982
1873
  "declaration": {
1983
- "name": "isValidPropertyName",
1984
- "module": "dist/util/isValidPropertyName.js"
1874
+ "name": "getThemeDesignerTheme",
1875
+ "module": "dist/theming/getThemeDesignerTheme.js"
1985
1876
  }
1986
1877
  }
1987
1878
  ]
1988
1879
  },
1989
1880
  {
1990
1881
  "kind": "javascript-module",
1991
- "path": "dist/util/whenDOMReady.js",
1882
+ "path": "dist/thirdparty/_merge.js",
1992
1883
  "declarations": [],
1993
1884
  "exports": [
1994
1885
  {
1995
1886
  "kind": "js",
1996
1887
  "name": "default",
1997
1888
  "declaration": {
1998
- "name": "whenDOMReady",
1999
- "module": "dist/util/whenDOMReady.js"
1889
+ "name": "fnMerge",
1890
+ "module": "dist/thirdparty/_merge.js"
2000
1891
  }
2001
1892
  }
2002
1893
  ]
2003
1894
  },
2004
1895
  {
2005
1896
  "kind": "javascript-module",
2006
- "path": "dist/util/willShowContent.js",
1897
+ "path": "dist/thirdparty/isPlainObject.js",
2007
1898
  "declarations": [],
2008
1899
  "exports": [
2009
1900
  {
2010
1901
  "kind": "js",
2011
1902
  "name": "default",
2012
1903
  "declaration": {
2013
- "name": "willShowContent",
2014
- "module": "dist/util/willShowContent.js"
1904
+ "name": "fnIsPlainObject",
1905
+ "module": "dist/thirdparty/isPlainObject.js"
2015
1906
  }
2016
1907
  }
2017
1908
  ]
2018
1909
  },
2019
1910
  {
2020
1911
  "kind": "javascript-module",
2021
- "path": "dist/AssetRegistry.js",
2022
- "declarations": [],
2023
- "exports": []
2024
- },
2025
- {
2026
- "kind": "javascript-module",
2027
- "path": "dist/Boot.js",
2028
- "declarations": [],
2029
- "exports": []
2030
- },
2031
- {
2032
- "kind": "javascript-module",
2033
- "path": "dist/CustomElementsRegistry.js",
2034
- "declarations": [],
2035
- "exports": []
2036
- },
2037
- {
2038
- "kind": "javascript-module",
2039
- "path": "dist/CustomElementsScope.js",
2040
- "declarations": [],
2041
- "exports": []
2042
- },
2043
- {
2044
- "kind": "javascript-module",
2045
- "path": "dist/CustomElementsScopeUtils.js",
2046
- "declarations": [],
2047
- "exports": []
2048
- },
2049
- {
2050
- "kind": "javascript-module",
2051
- "path": "dist/DOMObserver.js",
2052
- "declarations": [],
2053
- "exports": []
2054
- },
2055
- {
2056
- "kind": "javascript-module",
2057
- "path": "dist/Device.js",
2058
- "declarations": [],
2059
- "exports": []
2060
- },
2061
- {
2062
- "kind": "javascript-module",
2063
- "path": "dist/EventProvider.js",
1912
+ "path": "dist/thirdparty/merge.js",
2064
1913
  "declarations": [],
2065
1914
  "exports": [
2066
1915
  {
2067
1916
  "kind": "js",
2068
1917
  "name": "default",
2069
1918
  "declaration": {
2070
- "name": "EventProvider",
2071
- "module": "dist/EventProvider.js"
1919
+ "name": "fnMerge",
1920
+ "module": "dist/thirdparty/merge.js"
2072
1921
  }
2073
1922
  }
2074
1923
  ]
2075
1924
  },
2076
1925
  {
2077
1926
  "kind": "javascript-module",
2078
- "path": "dist/FeaturesRegistry.js",
2079
- "declarations": [],
2080
- "exports": []
2081
- },
2082
- {
2083
- "kind": "javascript-module",
2084
- "path": "dist/FontFace.js",
2085
- "declarations": [],
1927
+ "path": "dist/types/AnimationMode.js",
1928
+ "declarations": [
1929
+ {
1930
+ "kind": "enum",
1931
+ "name": "AnimationMode",
1932
+ "description": "Different types of AnimationMode.",
1933
+ "_ui5privacy": "public",
1934
+ "members": [
1935
+ {
1936
+ "kind": "field",
1937
+ "static": true,
1938
+ "privacy": "public",
1939
+ "default": "full",
1940
+ "name": "Full",
1941
+ "readonly": true
1942
+ },
1943
+ {
1944
+ "kind": "field",
1945
+ "static": true,
1946
+ "privacy": "public",
1947
+ "default": "basic",
1948
+ "name": "Basic",
1949
+ "readonly": true
1950
+ },
1951
+ {
1952
+ "kind": "field",
1953
+ "static": true,
1954
+ "privacy": "public",
1955
+ "default": "minimal",
1956
+ "name": "Minimal",
1957
+ "readonly": true
1958
+ },
1959
+ {
1960
+ "kind": "field",
1961
+ "static": true,
1962
+ "privacy": "public",
1963
+ "default": "none",
1964
+ "name": "None",
1965
+ "readonly": true
1966
+ }
1967
+ ]
1968
+ }
1969
+ ],
2086
1970
  "exports": [
2087
1971
  {
2088
1972
  "kind": "js",
2089
1973
  "name": "default",
2090
1974
  "declaration": {
2091
- "name": "insertFontFace",
2092
- "module": "dist/FontFace.js"
1975
+ "name": "AnimationMode",
1976
+ "module": "dist/types/AnimationMode.js"
2093
1977
  }
2094
1978
  }
2095
1979
  ]
2096
1980
  },
2097
1981
  {
2098
1982
  "kind": "javascript-module",
2099
- "path": "dist/IgnoreCustomElements.js",
2100
- "declarations": [],
2101
- "exports": []
2102
- },
2103
- {
2104
- "kind": "javascript-module",
2105
- "path": "dist/InitialConfiguration.js",
2106
- "declarations": [],
2107
- "exports": []
2108
- },
2109
- {
2110
- "kind": "javascript-module",
2111
- "path": "dist/Keys.js",
2112
- "declarations": [],
2113
- "exports": []
2114
- },
2115
- {
2116
- "kind": "javascript-module",
2117
- "path": "dist/ManagedStyles.js",
2118
- "declarations": [],
2119
- "exports": []
2120
- },
2121
- {
2122
- "kind": "javascript-module",
2123
- "path": "dist/MarkedEvents.js",
2124
- "declarations": [],
2125
- "exports": []
2126
- },
2127
- {
2128
- "kind": "javascript-module",
2129
- "path": "dist/MediaRange.js",
2130
- "declarations": [],
1983
+ "path": "dist/types/CalendarType.js",
1984
+ "declarations": [
1985
+ {
1986
+ "kind": "enum",
1987
+ "name": "CalendarType",
1988
+ "description": "Different calendar types.",
1989
+ "_ui5privacy": "public",
1990
+ "members": [
1991
+ {
1992
+ "kind": "field",
1993
+ "static": true,
1994
+ "privacy": "public",
1995
+ "default": "Gregorian",
1996
+ "name": "Gregorian",
1997
+ "readonly": true
1998
+ },
1999
+ {
2000
+ "kind": "field",
2001
+ "static": true,
2002
+ "privacy": "public",
2003
+ "default": "Islamic",
2004
+ "name": "Islamic",
2005
+ "readonly": true
2006
+ },
2007
+ {
2008
+ "kind": "field",
2009
+ "static": true,
2010
+ "privacy": "public",
2011
+ "default": "Japanese",
2012
+ "name": "Japanese",
2013
+ "readonly": true
2014
+ },
2015
+ {
2016
+ "kind": "field",
2017
+ "static": true,
2018
+ "privacy": "public",
2019
+ "default": "Buddhist",
2020
+ "name": "Buddhist",
2021
+ "readonly": true
2022
+ },
2023
+ {
2024
+ "kind": "field",
2025
+ "static": true,
2026
+ "privacy": "public",
2027
+ "default": "Persian",
2028
+ "name": "Persian",
2029
+ "readonly": true
2030
+ }
2031
+ ]
2032
+ }
2033
+ ],
2131
2034
  "exports": [
2132
2035
  {
2133
2036
  "kind": "js",
2134
2037
  "name": "default",
2135
2038
  "declaration": {
2136
- "name": "MediaRange",
2137
- "module": "dist/MediaRange.js"
2039
+ "name": "CalendarType",
2040
+ "module": "dist/types/CalendarType.js"
2138
2041
  }
2139
2042
  }
2140
2043
  ]
2141
2044
  },
2142
2045
  {
2143
2046
  "kind": "javascript-module",
2144
- "path": "dist/PropertiesFileFormat.js",
2047
+ "path": "dist/types/InvisibleMessageMode.js",
2145
2048
  "declarations": [],
2146
2049
  "exports": [
2147
2050
  {
2148
2051
  "kind": "js",
2149
2052
  "name": "default",
2150
2053
  "declaration": {
2151
- "name": "parseProperties",
2152
- "module": "dist/PropertiesFileFormat.js"
2054
+ "name": "InvisibleMessageMode",
2055
+ "module": "dist/types/InvisibleMessageMode.js"
2153
2056
  }
2154
2057
  }
2155
2058
  ]
2156
2059
  },
2157
2060
  {
2158
2061
  "kind": "javascript-module",
2159
- "path": "dist/Render.js",
2160
- "declarations": [],
2161
- "exports": []
2162
- },
2163
- {
2164
- "kind": "javascript-module",
2165
- "path": "dist/RenderQueue.js",
2166
- "declarations": [],
2167
- "exports": [
2062
+ "path": "dist/types/ItemNavigationBehavior.js",
2063
+ "declarations": [
2168
2064
  {
2169
- "kind": "js",
2170
- "name": "default",
2171
- "declaration": {
2172
- "name": "RenderQueue",
2173
- "module": "dist/RenderQueue.js"
2174
- }
2065
+ "kind": "enum",
2066
+ "name": "ItemNavigationBehavior",
2067
+ "description": "Different behavior for ItemNavigation.",
2068
+ "_ui5privacy": "public",
2069
+ "members": [
2070
+ {
2071
+ "kind": "field",
2072
+ "static": true,
2073
+ "privacy": "public",
2074
+ "description": "Static behavior: navigations stops at the first or last item.",
2075
+ "default": "Static",
2076
+ "name": "Static",
2077
+ "readonly": true
2078
+ },
2079
+ {
2080
+ "kind": "field",
2081
+ "static": true,
2082
+ "privacy": "public",
2083
+ "description": "Cycling behavior: navigating past the last item continues with the first and vice versa.",
2084
+ "default": "Cyclic",
2085
+ "name": "Cyclic",
2086
+ "readonly": true
2087
+ }
2088
+ ]
2175
2089
  }
2176
- ]
2177
- },
2178
- {
2179
- "kind": "javascript-module",
2180
- "path": "dist/Runtimes.js",
2181
- "declarations": [],
2182
- "exports": []
2183
- },
2184
- {
2185
- "kind": "javascript-module",
2186
- "path": "dist/SystemCSSVars.js",
2187
- "declarations": [],
2090
+ ],
2188
2091
  "exports": [
2189
2092
  {
2190
2093
  "kind": "js",
2191
2094
  "name": "default",
2192
2095
  "declaration": {
2193
- "name": "insertSystemCSSVars",
2194
- "module": "dist/SystemCSSVars.js"
2096
+ "name": "ItemNavigationBehavior",
2097
+ "module": "dist/types/ItemNavigationBehavior.js"
2195
2098
  }
2196
2099
  }
2197
2100
  ]
2198
2101
  },
2199
2102
  {
2200
2103
  "kind": "javascript-module",
2201
- "path": "dist/Theming.js",
2202
- "declarations": [],
2203
- "exports": []
2204
- },
2205
- {
2206
- "kind": "javascript-module",
2207
- "path": "dist/UI5Element.js",
2104
+ "path": "dist/types/MovePlacement.js",
2208
2105
  "declarations": [
2209
2106
  {
2210
- "kind": "class",
2211
- "description": "Base class for all UI5 Web Components",
2212
- "name": "UI5Element",
2107
+ "kind": "enum",
2108
+ "name": "MovePlacement",
2109
+ "description": "Placements of a moved element relative to a target element.",
2110
+ "_ui5privacy": "public",
2213
2111
  "members": [
2214
2112
  {
2215
- "kind": "method",
2216
- "name": "onBeforeRendering",
2217
- "return": {
2218
- "type": {
2219
- "text": "void"
2220
- }
2221
- },
2222
- "description": "Called every time before the component renders.",
2223
- "privacy": "public"
2224
- },
2225
- {
2226
- "kind": "method",
2227
- "name": "onAfterRendering",
2228
- "return": {
2229
- "type": {
2230
- "text": "void"
2231
- }
2232
- },
2233
- "description": "Called every time after the component renders.",
2234
- "privacy": "public"
2235
- },
2236
- {
2237
- "kind": "method",
2238
- "name": "onEnterDOM",
2239
- "return": {
2240
- "type": {
2241
- "text": "void"
2242
- }
2243
- },
2244
- "description": "Called on connectedCallback - added to the DOM.",
2245
- "privacy": "public"
2246
- },
2247
- {
2248
- "kind": "method",
2249
- "name": "onExitDOM",
2250
- "return": {
2251
- "type": {
2252
- "text": "void"
2253
- }
2254
- },
2255
- "description": "Called on disconnectedCallback - removed from the DOM.",
2256
- "privacy": "public"
2257
- },
2258
- {
2259
- "kind": "method",
2260
- "name": "attachInvalidate",
2261
- "return": {
2262
- "type": {
2263
- "text": "void"
2264
- }
2265
- },
2266
- "parameters": [
2267
- {
2268
- "name": "callback",
2269
- "type": {
2270
- "text": "(param: InvalidationInfo) => void"
2271
- },
2272
- "_ui5privacy": "public"
2273
- }
2274
- ],
2275
- "description": "Attach a callback that will be executed whenever the component is invalidated",
2276
- "privacy": "public"
2277
- },
2278
- {
2279
- "kind": "method",
2280
- "name": "detachInvalidate",
2281
- "return": {
2282
- "type": {
2283
- "text": "void"
2284
- }
2285
- },
2286
- "parameters": [
2287
- {
2288
- "name": "callback",
2289
- "type": {
2290
- "text": "(param: InvalidationInfo) => void"
2291
- },
2292
- "_ui5privacy": "public"
2293
- }
2294
- ],
2295
- "description": "Detach the callback that is executed whenever the component is invalidated",
2296
- "privacy": "public"
2297
- },
2298
- {
2299
- "kind": "method",
2300
- "name": "onInvalidation",
2301
- "return": {
2302
- "type": {
2303
- "text": "void"
2304
- }
2305
- },
2306
- "parameters": [
2307
- {
2308
- "name": "changeInfo",
2309
- "type": {
2310
- "text": "ChangeInfo",
2311
- "references": [
2312
- {
2313
- "name": "ChangeInfo",
2314
- "package": "@ui5/webcomponents-base",
2315
- "module": "dist/UI5Element.js"
2316
- }
2317
- ]
2318
- },
2319
- "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)",
2320
- "_ui5privacy": "public"
2321
- }
2322
- ],
2323
- "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
2324
- "privacy": "public"
2325
- },
2326
- {
2327
- "kind": "method",
2328
- "name": "getDomRef",
2329
- "return": {
2330
- "type": {
2331
- "text": "HTMLElement | undefined"
2332
- }
2333
- },
2334
- "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",
2335
- "privacy": "public"
2336
- },
2337
- {
2338
- "kind": "method",
2339
- "name": "getFocusDomRef",
2340
- "return": {
2341
- "type": {
2342
- "text": "HTMLElement | undefined"
2343
- }
2344
- },
2345
- "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.",
2346
- "privacy": "public"
2347
- },
2348
- {
2349
- "kind": "method",
2350
- "name": "getFocusDomRefAsync",
2351
- "return": {
2352
- "type": {
2353
- "text": "Promise<HTMLElement | undefined>"
2354
- }
2355
- },
2356
- "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.",
2357
- "privacy": "public"
2113
+ "kind": "field",
2114
+ "static": true,
2115
+ "privacy": "public",
2116
+ "default": "On",
2117
+ "name": "On",
2118
+ "readonly": true
2358
2119
  },
2359
2120
  {
2360
- "kind": "method",
2361
- "name": "focus",
2362
- "return": {
2363
- "type": {
2364
- "text": "Promise<void>"
2365
- }
2366
- },
2367
- "parameters": [
2368
- {
2369
- "name": "focusOptions",
2370
- "optional": true,
2371
- "type": {
2372
- "text": "FocusOptions"
2373
- },
2374
- "description": "additional options for the focus",
2375
- "_ui5privacy": "public"
2376
- }
2377
- ],
2378
- "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
2379
- "privacy": "public"
2121
+ "kind": "field",
2122
+ "static": true,
2123
+ "privacy": "public",
2124
+ "default": "Before",
2125
+ "name": "Before",
2126
+ "readonly": true
2380
2127
  },
2381
2128
  {
2382
- "kind": "method",
2383
- "name": "fireEvent",
2384
- "return": {
2385
- "type": {
2386
- "text": "boolean"
2387
- },
2388
- "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2389
- },
2390
- "parameters": [
2391
- {
2392
- "name": "name",
2393
- "type": {
2394
- "text": "string"
2395
- },
2396
- "description": "name of the event",
2397
- "_ui5privacy": "public"
2398
- },
2399
- {
2400
- "name": "data",
2401
- "optional": true,
2402
- "type": {
2403
- "text": "T"
2404
- },
2405
- "description": "additional data for the event",
2406
- "_ui5privacy": "public"
2407
- },
2408
- {
2409
- "name": "cancelable",
2410
- "default": "false",
2411
- "description": "true, if the user can call preventDefault on the event object",
2412
- "_ui5privacy": "public"
2413
- },
2414
- {
2415
- "name": "bubbles",
2416
- "default": "true",
2417
- "description": "true, if the event bubbles",
2418
- "_ui5privacy": "public"
2419
- }
2420
- ],
2421
- "privacy": "public"
2129
+ "kind": "field",
2130
+ "static": true,
2131
+ "privacy": "public",
2132
+ "default": "After",
2133
+ "name": "After",
2134
+ "readonly": true
2135
+ }
2136
+ ]
2137
+ }
2138
+ ],
2139
+ "exports": [
2140
+ {
2141
+ "kind": "js",
2142
+ "name": "default",
2143
+ "declaration": {
2144
+ "name": "MovePlacement",
2145
+ "module": "dist/types/MovePlacement.js"
2146
+ }
2147
+ }
2148
+ ]
2149
+ },
2150
+ {
2151
+ "kind": "javascript-module",
2152
+ "path": "dist/types/NavigationMode.js",
2153
+ "declarations": [
2154
+ {
2155
+ "kind": "enum",
2156
+ "name": "NavigationMode",
2157
+ "description": "Different navigation modes for ItemNavigation.",
2158
+ "_ui5privacy": "public",
2159
+ "members": [
2160
+ {
2161
+ "kind": "field",
2162
+ "static": true,
2163
+ "privacy": "public",
2164
+ "default": "Auto",
2165
+ "name": "Auto",
2166
+ "readonly": true
2422
2167
  },
2423
2168
  {
2424
- "kind": "method",
2425
- "name": "getSlottedNodes",
2426
- "return": {
2427
- "type": {
2428
- "text": "Array<T>"
2429
- }
2430
- },
2431
- "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.",
2432
- "privacy": "public"
2169
+ "kind": "field",
2170
+ "static": true,
2171
+ "privacy": "public",
2172
+ "default": "Vertical",
2173
+ "name": "Vertical",
2174
+ "readonly": true
2433
2175
  },
2434
2176
  {
2435
- "kind": "method",
2436
- "name": "attachComponentStateFinalized",
2437
- "return": {
2438
- "type": {
2439
- "text": "void"
2440
- }
2441
- },
2442
- "parameters": [
2443
- {
2444
- "name": "callback",
2445
- "type": {
2446
- "text": "() => void"
2447
- },
2448
- "_ui5privacy": "public"
2449
- }
2450
- ],
2451
- "description": "Attach a callback that will be executed whenever the component's state is finalized",
2452
- "privacy": "public"
2177
+ "kind": "field",
2178
+ "static": true,
2179
+ "privacy": "public",
2180
+ "default": "Horizontal",
2181
+ "name": "Horizontal",
2182
+ "readonly": true
2453
2183
  },
2454
2184
  {
2455
- "kind": "method",
2456
- "name": "detachComponentStateFinalized",
2457
- "return": {
2458
- "type": {
2459
- "text": "void"
2460
- }
2461
- },
2462
- "parameters": [
2463
- {
2464
- "name": "callback",
2465
- "type": {
2466
- "text": "() => void"
2467
- },
2468
- "_ui5privacy": "public"
2469
- }
2470
- ],
2471
- "description": "Detach the callback that is executed whenever the component's state is finalized",
2472
- "privacy": "public"
2185
+ "kind": "field",
2186
+ "static": true,
2187
+ "privacy": "public",
2188
+ "default": "Paging",
2189
+ "name": "Paging",
2190
+ "readonly": true
2191
+ }
2192
+ ]
2193
+ }
2194
+ ],
2195
+ "exports": [
2196
+ {
2197
+ "kind": "js",
2198
+ "name": "default",
2199
+ "declaration": {
2200
+ "name": "NavigationMode",
2201
+ "module": "dist/types/NavigationMode.js"
2202
+ }
2203
+ }
2204
+ ]
2205
+ },
2206
+ {
2207
+ "kind": "javascript-module",
2208
+ "path": "dist/types/Orientation.js",
2209
+ "declarations": [],
2210
+ "exports": [
2211
+ {
2212
+ "kind": "js",
2213
+ "name": "default",
2214
+ "declaration": {
2215
+ "name": "Orientation",
2216
+ "module": "dist/types/Orientation.js"
2217
+ }
2218
+ }
2219
+ ]
2220
+ },
2221
+ {
2222
+ "kind": "javascript-module",
2223
+ "path": "dist/types/SortOrder.js",
2224
+ "declarations": [
2225
+ {
2226
+ "kind": "enum",
2227
+ "name": "SortOrder",
2228
+ "description": "Defines the sort order.",
2229
+ "_ui5privacy": "public",
2230
+ "_ui5since": "2.8.0",
2231
+ "members": [
2232
+ {
2233
+ "kind": "field",
2234
+ "static": true,
2235
+ "privacy": "public",
2236
+ "description": "Sorting is not applied.",
2237
+ "default": "None",
2238
+ "name": "None",
2239
+ "readonly": true
2473
2240
  },
2474
2241
  {
2475
2242
  "kind": "field",
2476
- "name": "effectiveDir",
2477
- "type": {
2478
- "text": "string | undefined"
2479
- },
2480
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2243
+ "static": true,
2481
2244
  "privacy": "public",
2482
- "default": "undefined",
2245
+ "description": "Sorting is applied in ascending order.",
2246
+ "default": "Ascending",
2247
+ "name": "Ascending",
2483
2248
  "readonly": true
2484
2249
  },
2485
2250
  {
2486
2251
  "kind": "field",
2487
- "name": "isUI5Element",
2488
- "type": {
2489
- "text": "boolean"
2490
- },
2491
- "description": "Used to duck-type UI5 elements without using instanceof",
2252
+ "static": true,
2492
2253
  "privacy": "public",
2493
- "default": "true",
2254
+ "description": "Sorting is applied in descending order.",
2255
+ "default": "Descending",
2256
+ "name": "Descending",
2257
+ "readonly": true
2258
+ }
2259
+ ]
2260
+ }
2261
+ ],
2262
+ "exports": [
2263
+ {
2264
+ "kind": "js",
2265
+ "name": "default",
2266
+ "declaration": {
2267
+ "name": "SortOrder",
2268
+ "module": "dist/types/SortOrder.js"
2269
+ }
2270
+ }
2271
+ ]
2272
+ },
2273
+ {
2274
+ "kind": "javascript-module",
2275
+ "path": "dist/types/ValueState.js",
2276
+ "declarations": [
2277
+ {
2278
+ "kind": "enum",
2279
+ "name": "ValueState",
2280
+ "description": "Different types of ValueStates.",
2281
+ "_ui5privacy": "public",
2282
+ "members": [
2283
+ {
2284
+ "kind": "field",
2285
+ "static": true,
2286
+ "privacy": "public",
2287
+ "default": "None",
2288
+ "name": "None",
2494
2289
  "readonly": true
2495
2290
  },
2496
2291
  {
2497
- "kind": "method",
2498
- "name": "getUniqueDependencies",
2292
+ "kind": "field",
2499
2293
  "static": true,
2500
- "return": {
2501
- "type": {
2502
- "text": "Array<typeof UI5Element>"
2503
- }
2504
- },
2505
- "description": "Returns a list of the unique dependencies for this UI5 Web Component",
2506
- "privacy": "public"
2294
+ "privacy": "public",
2295
+ "default": "Positive",
2296
+ "name": "Positive",
2297
+ "readonly": true
2507
2298
  },
2508
2299
  {
2509
- "kind": "method",
2510
- "name": "define",
2300
+ "kind": "field",
2511
2301
  "static": true,
2512
- "return": {
2513
- "type": {
2514
- "text": "Promise<typeof UI5Element>"
2515
- }
2516
- },
2517
- "description": "Registers a UI5 Web Component in the browser window object",
2518
- "privacy": "public"
2302
+ "privacy": "public",
2303
+ "default": "Critical",
2304
+ "name": "Critical",
2305
+ "readonly": true
2519
2306
  },
2520
2307
  {
2521
- "kind": "method",
2522
- "name": "getMetadata",
2308
+ "kind": "field",
2523
2309
  "static": true,
2524
- "return": {
2525
- "type": {
2526
- "text": "UI5ElementMetadata",
2527
- "references": [
2528
- {
2529
- "name": "UI5ElementMetadata",
2530
- "package": "@ui5/webcomponents-base",
2531
- "module": "dist/UI5ElementMetadata.js"
2532
- }
2533
- ]
2534
- }
2535
- },
2536
- "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",
2537
- "privacy": "public"
2538
- }
2539
- ],
2540
- "attributes": [
2541
- {
2542
- "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2543
- "name": "effective-dir",
2544
- "default": "undefined",
2545
- "fieldName": "effectiveDir",
2546
- "type": {
2547
- "text": "any"
2548
- }
2310
+ "privacy": "public",
2311
+ "default": "Negative",
2312
+ "name": "Negative",
2313
+ "readonly": true
2549
2314
  },
2550
2315
  {
2551
- "description": "Used to duck-type UI5 elements without using instanceof",
2552
- "name": "is-ui5-element",
2553
- "default": "true",
2554
- "fieldName": "isUI5Element",
2555
- "type": {
2556
- "text": "any"
2557
- }
2316
+ "kind": "field",
2317
+ "static": true,
2318
+ "privacy": "public",
2319
+ "default": "Information",
2320
+ "name": "Information",
2321
+ "readonly": true
2558
2322
  }
2559
- ],
2560
- "customElement": true,
2561
- "_ui5privacy": "public"
2323
+ ]
2324
+ }
2325
+ ],
2326
+ "exports": [
2327
+ {
2328
+ "kind": "js",
2329
+ "name": "default",
2330
+ "declaration": {
2331
+ "name": "ValueState",
2332
+ "module": "dist/types/ValueState.js"
2333
+ }
2334
+ }
2335
+ ]
2336
+ },
2337
+ {
2338
+ "kind": "javascript-module",
2339
+ "path": "dist/util/AccessibilityTextsHelper.js",
2340
+ "declarations": [],
2341
+ "exports": []
2342
+ },
2343
+ {
2344
+ "kind": "javascript-module",
2345
+ "path": "dist/util/Caret.js",
2346
+ "declarations": [],
2347
+ "exports": []
2348
+ },
2349
+ {
2350
+ "kind": "javascript-module",
2351
+ "path": "dist/util/ColorConversion.js",
2352
+ "declarations": [],
2353
+ "exports": []
2354
+ },
2355
+ {
2356
+ "kind": "javascript-module",
2357
+ "path": "dist/util/FetchHelper.js",
2358
+ "declarations": [],
2359
+ "exports": []
2360
+ },
2361
+ {
2362
+ "kind": "javascript-module",
2363
+ "path": "dist/util/FocusableElements.js",
2364
+ "declarations": [],
2365
+ "exports": []
2366
+ },
2367
+ {
2368
+ "kind": "javascript-module",
2369
+ "path": "dist/util/HTMLSanitizer.js",
2370
+ "declarations": [],
2371
+ "exports": []
2372
+ },
2373
+ {
2374
+ "kind": "javascript-module",
2375
+ "path": "dist/util/InvisibleMessage.js",
2376
+ "declarations": [],
2377
+ "exports": [
2378
+ {
2379
+ "kind": "js",
2380
+ "name": "default",
2381
+ "declaration": {
2382
+ "name": "announce",
2383
+ "module": "dist/util/InvisibleMessage.js"
2384
+ }
2385
+ }
2386
+ ]
2387
+ },
2388
+ {
2389
+ "kind": "javascript-module",
2390
+ "path": "dist/util/PopupUtils.js",
2391
+ "declarations": [],
2392
+ "exports": []
2393
+ },
2394
+ {
2395
+ "kind": "javascript-module",
2396
+ "path": "dist/util/SelectionAssistant.js",
2397
+ "declarations": [],
2398
+ "exports": [
2399
+ {
2400
+ "kind": "js",
2401
+ "name": "default",
2402
+ "declaration": {
2403
+ "name": "getElementSelection",
2404
+ "module": "dist/util/SelectionAssistant.js"
2405
+ }
2406
+ }
2407
+ ]
2408
+ },
2409
+ {
2410
+ "kind": "javascript-module",
2411
+ "path": "dist/util/SlotsHelper.js",
2412
+ "declarations": [],
2413
+ "exports": []
2414
+ },
2415
+ {
2416
+ "kind": "javascript-module",
2417
+ "path": "dist/util/StringHelper.js",
2418
+ "declarations": [],
2419
+ "exports": []
2420
+ },
2421
+ {
2422
+ "kind": "javascript-module",
2423
+ "path": "dist/util/TabbableElements.js",
2424
+ "declarations": [],
2425
+ "exports": []
2426
+ },
2427
+ {
2428
+ "kind": "javascript-module",
2429
+ "path": "dist/util/arraysAreEqual.js",
2430
+ "declarations": [],
2431
+ "exports": [
2432
+ {
2433
+ "kind": "js",
2434
+ "name": "default",
2435
+ "declaration": {
2436
+ "name": "arraysAreEqual",
2437
+ "module": "dist/util/arraysAreEqual.js"
2438
+ }
2439
+ }
2440
+ ]
2441
+ },
2442
+ {
2443
+ "kind": "javascript-module",
2444
+ "path": "dist/util/clamp.js",
2445
+ "declarations": [],
2446
+ "exports": [
2447
+ {
2448
+ "kind": "js",
2449
+ "name": "default",
2450
+ "declaration": {
2451
+ "name": "clamp",
2452
+ "module": "dist/util/clamp.js"
2453
+ }
2454
+ }
2455
+ ]
2456
+ },
2457
+ {
2458
+ "kind": "javascript-module",
2459
+ "path": "dist/util/createLinkInHead.js",
2460
+ "declarations": [],
2461
+ "exports": [
2462
+ {
2463
+ "kind": "js",
2464
+ "name": "default",
2465
+ "declaration": {
2466
+ "name": "createLinkInHead",
2467
+ "module": "dist/util/createLinkInHead.js"
2468
+ }
2469
+ }
2470
+ ]
2471
+ },
2472
+ {
2473
+ "kind": "javascript-module",
2474
+ "path": "dist/util/debounce.js",
2475
+ "declarations": [],
2476
+ "exports": [
2477
+ {
2478
+ "kind": "js",
2479
+ "name": "default",
2480
+ "declaration": {
2481
+ "name": "debounce",
2482
+ "module": "dist/util/debounce.js"
2483
+ }
2484
+ }
2485
+ ]
2486
+ },
2487
+ {
2488
+ "kind": "javascript-module",
2489
+ "path": "dist/util/detectNavigatorLanguage.js",
2490
+ "declarations": [],
2491
+ "exports": [
2492
+ {
2493
+ "kind": "js",
2494
+ "name": "default",
2495
+ "declaration": {
2496
+ "name": "detectNavigatorLanguage",
2497
+ "module": "dist/util/detectNavigatorLanguage.js"
2498
+ }
2499
+ }
2500
+ ]
2501
+ },
2502
+ {
2503
+ "kind": "javascript-module",
2504
+ "path": "dist/util/escapeRegex.js",
2505
+ "declarations": [],
2506
+ "exports": [
2507
+ {
2508
+ "kind": "js",
2509
+ "name": "default",
2510
+ "declaration": {
2511
+ "name": "escapeRegex",
2512
+ "module": "dist/util/escapeRegex.js"
2513
+ }
2562
2514
  }
2563
- ],
2515
+ ]
2516
+ },
2517
+ {
2518
+ "kind": "javascript-module",
2519
+ "path": "dist/util/fixSafariActiveState.js",
2520
+ "declarations": [],
2564
2521
  "exports": [
2565
2522
  {
2566
2523
  "kind": "js",
2567
2524
  "name": "default",
2568
2525
  "declaration": {
2569
- "name": "UI5Element",
2570
- "module": "dist/UI5Element.js"
2526
+ "name": "fixSafariActiveState",
2527
+ "module": "dist/util/fixSafariActiveState.js"
2571
2528
  }
2572
2529
  }
2573
2530
  ]
2574
2531
  },
2575
2532
  {
2576
2533
  "kind": "javascript-module",
2577
- "path": "dist/UI5ElementMetadata.js",
2578
- "declarations": [
2534
+ "path": "dist/util/formatMessage.js",
2535
+ "declarations": [],
2536
+ "exports": [
2579
2537
  {
2580
- "kind": "class",
2581
- "description": "",
2582
- "name": "UI5ElementMetadata",
2583
- "members": [
2584
- {
2585
- "kind": "method",
2586
- "name": "validatePropertyValue",
2587
- "static": true,
2588
- "return": {
2589
- "type": {
2590
- "text": "PropertyValue",
2591
- "references": [
2592
- {
2593
- "name": "PropertyValue",
2594
- "package": "@ui5/webcomponents-base",
2595
- "module": "dist/UI5ElementMetadata.js"
2596
- }
2597
- ]
2598
- }
2599
- },
2600
- "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",
2601
- "privacy": "public"
2602
- },
2603
- {
2604
- "kind": "method",
2605
- "name": "validateSlotValue",
2606
- "static": true,
2607
- "return": {
2608
- "type": {
2609
- "text": "Node"
2610
- }
2611
- },
2612
- "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",
2613
- "privacy": "public"
2614
- },
2615
- {
2616
- "kind": "method",
2617
- "name": "getPureTag",
2618
- "return": {
2619
- "type": {
2620
- "text": "string"
2621
- }
2622
- },
2623
- "description": "Returns the tag of the UI5 Element without the scope",
2624
- "privacy": "public"
2625
- },
2626
- {
2627
- "kind": "method",
2628
- "name": "getTag",
2629
- "return": {
2630
- "type": {
2631
- "text": "string"
2632
- }
2633
- },
2634
- "description": "Returns the tag of the UI5 Element",
2635
- "privacy": "public"
2636
- },
2637
- {
2638
- "kind": "method",
2639
- "name": "hasAttribute",
2640
- "return": {
2641
- "type": {
2642
- "text": "boolean"
2643
- }
2644
- },
2645
- "parameters": [
2646
- {
2647
- "name": "propName",
2648
- "type": {
2649
- "text": "string"
2650
- },
2651
- "_ui5privacy": "public"
2652
- }
2653
- ],
2654
- "description": "Determines whether a property should have an attribute counterpart",
2655
- "privacy": "public"
2656
- },
2657
- {
2658
- "kind": "method",
2659
- "name": "getPropertiesList",
2660
- "return": {
2661
- "type": {
2662
- "text": "Array<string>"
2663
- }
2664
- },
2665
- "description": "Returns an array with the properties of the UI5 Element (in camelCase)",
2666
- "privacy": "public"
2667
- },
2668
- {
2669
- "kind": "method",
2670
- "name": "getAttributesList",
2671
- "return": {
2672
- "type": {
2673
- "text": "Array<string>"
2674
- }
2675
- },
2676
- "description": "Returns an array with the attributes of the UI5 Element (in kebab-case)",
2677
- "privacy": "public"
2678
- },
2679
- {
2680
- "kind": "method",
2681
- "name": "hasSlots",
2682
- "return": {
2683
- "type": {
2684
- "text": "boolean"
2685
- }
2686
- },
2687
- "description": "Determines whether this UI5 Element supports any slots",
2688
- "privacy": "public"
2689
- },
2690
- {
2691
- "kind": "method",
2692
- "name": "hasIndividualSlots",
2693
- "return": {
2694
- "type": {
2695
- "text": "boolean"
2696
- }
2697
- },
2698
- "description": "Determines whether this UI5 Element supports any slots with \"individualSlots: true\"",
2699
- "privacy": "public"
2700
- },
2701
- {
2702
- "kind": "method",
2703
- "name": "slotsAreManaged",
2704
- "return": {
2705
- "type": {
2706
- "text": "boolean"
2707
- }
2708
- },
2709
- "description": "Determines whether this UI5 Element needs to invalidate if children are added/removed/changed",
2710
- "privacy": "public"
2711
- },
2712
- {
2713
- "kind": "method",
2714
- "name": "supportsF6FastNavigation",
2715
- "return": {
2716
- "type": {
2717
- "text": "boolean"
2718
- }
2719
- },
2720
- "description": "Determines whether this control supports F6 fast navigation",
2721
- "privacy": "public"
2722
- },
2723
- {
2724
- "kind": "method",
2725
- "name": "getProperties",
2726
- "return": {
2727
- "type": {
2728
- "text": "Record<string, Property>",
2729
- "references": [
2730
- {
2731
- "name": "Property",
2732
- "package": "@ui5/webcomponents-base",
2733
- "module": "dist/UI5ElementMetadata.js"
2734
- }
2735
- ]
2736
- }
2737
- },
2738
- "description": "Returns an object with key-value pairs of properties and their metadata definitions",
2739
- "privacy": "public"
2740
- },
2741
- {
2742
- "kind": "method",
2743
- "name": "getEvents",
2744
- "return": {
2745
- "type": {
2746
- "text": "EventData",
2747
- "references": [
2748
- {
2749
- "name": "EventData",
2750
- "package": "@ui5/webcomponents-base",
2751
- "module": "dist/UI5ElementMetadata.js"
2752
- }
2753
- ]
2754
- }
2755
- },
2756
- "description": "Returns an object with key-value pairs of events and their metadata definitions",
2757
- "privacy": "public"
2758
- },
2759
- {
2760
- "kind": "method",
2761
- "name": "getSlots",
2762
- "return": {
2763
- "type": {
2764
- "text": "Record<string, Slot>",
2765
- "references": [
2766
- {
2767
- "name": "Slot",
2768
- "package": "@ui5/webcomponents-base",
2769
- "module": "dist/UI5ElementMetadata.js"
2770
- }
2771
- ]
2772
- }
2773
- },
2774
- "description": "Returns an object with key-value pairs of slots and their metadata definitions",
2775
- "privacy": "public"
2776
- }
2777
- ],
2778
- "_ui5privacy": "public"
2538
+ "kind": "js",
2539
+ "name": "default",
2540
+ "declaration": {
2541
+ "name": "formatMessage",
2542
+ "module": "dist/util/formatMessage.js"
2543
+ }
2544
+ }
2545
+ ]
2546
+ },
2547
+ {
2548
+ "kind": "javascript-module",
2549
+ "path": "dist/util/generateHighlightedMarkup.js",
2550
+ "declarations": [],
2551
+ "exports": [
2552
+ {
2553
+ "kind": "js",
2554
+ "name": "default",
2555
+ "declaration": {
2556
+ "name": "generateHighlightedMarkup",
2557
+ "module": "dist/util/generateHighlightedMarkup.js"
2558
+ }
2559
+ }
2560
+ ]
2561
+ },
2562
+ {
2563
+ "kind": "javascript-module",
2564
+ "path": "dist/util/getActiveElement.js",
2565
+ "declarations": [],
2566
+ "exports": [
2567
+ {
2568
+ "kind": "js",
2569
+ "name": "default",
2570
+ "declaration": {
2571
+ "name": "getActiveElement",
2572
+ "module": "dist/util/getActiveElement.js"
2573
+ }
2574
+ }
2575
+ ]
2576
+ },
2577
+ {
2578
+ "kind": "javascript-module",
2579
+ "path": "dist/util/getClassCopy.js",
2580
+ "declarations": [],
2581
+ "exports": [
2582
+ {
2583
+ "kind": "js",
2584
+ "name": "default",
2585
+ "declaration": {
2586
+ "name": "getClassCopy",
2587
+ "module": "dist/util/getClassCopy.js"
2588
+ }
2779
2589
  }
2780
- ],
2590
+ ]
2591
+ },
2592
+ {
2593
+ "kind": "javascript-module",
2594
+ "path": "dist/util/getDesigntimePropertyAsArray.js",
2595
+ "declarations": [],
2781
2596
  "exports": [
2782
2597
  {
2783
2598
  "kind": "js",
2784
2599
  "name": "default",
2785
2600
  "declaration": {
2786
- "name": "UI5ElementMetadata",
2787
- "module": "dist/UI5ElementMetadata.js"
2601
+ "name": "designTimePropertyAsArray",
2602
+ "module": "dist/util/getDesigntimePropertyAsArray.js"
2788
2603
  }
2789
2604
  }
2790
2605
  ]
2791
2606
  },
2792
2607
  {
2793
2608
  "kind": "javascript-module",
2794
- "path": "dist/connectToComponent.js",
2609
+ "path": "dist/util/getEffectiveContentDensity.js",
2795
2610
  "declarations": [],
2796
2611
  "exports": [
2797
2612
  {
2798
2613
  "kind": "js",
2799
2614
  "name": "default",
2800
2615
  "declaration": {
2801
- "name": "connectToComponent",
2802
- "module": "dist/connectToComponent.js"
2616
+ "name": "getEffectiveContentDensity",
2617
+ "module": "dist/util/getEffectiveContentDensity.js"
2803
2618
  }
2804
2619
  }
2805
2620
  ]
2806
2621
  },
2807
2622
  {
2808
2623
  "kind": "javascript-module",
2809
- "path": "dist/decorators.js",
2624
+ "path": "dist/util/getFastNavigationGroups.js",
2810
2625
  "declarations": [],
2811
- "exports": []
2626
+ "exports": [
2627
+ {
2628
+ "kind": "js",
2629
+ "name": "default",
2630
+ "declaration": {
2631
+ "name": "getFastNavigationGroups",
2632
+ "module": "dist/util/getFastNavigationGroups.js"
2633
+ }
2634
+ }
2635
+ ]
2812
2636
  },
2813
2637
  {
2814
2638
  "kind": "javascript-module",
2815
- "path": "dist/getSharedResource.js",
2639
+ "path": "dist/util/getFileExtension.js",
2816
2640
  "declarations": [],
2817
2641
  "exports": [
2818
2642
  {
2819
2643
  "kind": "js",
2820
2644
  "name": "default",
2821
2645
  "declaration": {
2822
- "name": "getSharedResource",
2823
- "module": "dist/getSharedResource.js"
2646
+ "name": "getFileExtension",
2647
+ "module": "dist/util/getFileExtension.js"
2824
2648
  }
2825
2649
  }
2826
2650
  ]
2827
2651
  },
2828
2652
  {
2829
2653
  "kind": "javascript-module",
2830
- "path": "dist/i18nBundle.js",
2831
- "declarations": [
2654
+ "path": "dist/util/getNormalizedTarget.js",
2655
+ "declarations": [],
2656
+ "exports": [
2832
2657
  {
2833
- "kind": "class",
2834
- "description": "",
2835
- "name": "I18nBundle",
2836
- "members": [
2837
- {
2838
- "kind": "method",
2839
- "name": "getText",
2840
- "return": {
2841
- "type": {
2842
- "text": "string"
2843
- }
2844
- },
2845
- "parameters": [
2846
- {
2847
- "name": "textObj",
2848
- "type": {
2849
- "text": "I18nText | string",
2850
- "references": [
2851
- {
2852
- "name": "I18nText",
2853
- "package": "@ui5/webcomponents-base",
2854
- "module": "dist/i18nBundle.js"
2855
- }
2856
- ]
2857
- },
2858
- "description": "key/defaultText pair or just the key",
2859
- "_ui5privacy": "public"
2860
- },
2861
- {
2862
- "name": "params",
2863
- "type": {
2864
- "text": "Array<number | string>"
2865
- },
2866
- "description": "Values for the placeholders",
2867
- "_ui5privacy": "public"
2868
- }
2869
- ],
2870
- "description": "Returns a text in the currently loaded language",
2871
- "privacy": "public"
2872
- }
2873
- ],
2874
- "_ui5privacy": "public"
2658
+ "kind": "js",
2659
+ "name": "default",
2660
+ "declaration": {
2661
+ "name": "getNormalizedTarget",
2662
+ "module": "dist/util/getNormalizedTarget.js"
2663
+ }
2875
2664
  }
2876
- ],
2665
+ ]
2666
+ },
2667
+ {
2668
+ "kind": "javascript-module",
2669
+ "path": "dist/util/getParentElement.js",
2670
+ "declarations": [],
2877
2671
  "exports": [
2878
2672
  {
2879
2673
  "kind": "js",
2880
2674
  "name": "default",
2881
2675
  "declaration": {
2882
- "name": "I18nBundle",
2883
- "module": "dist/i18nBundle.js"
2676
+ "name": "getParentElement",
2677
+ "module": "dist/util/getParentElement.js"
2884
2678
  }
2885
2679
  }
2886
2680
  ]
2887
2681
  },
2888
2682
  {
2889
2683
  "kind": "javascript-module",
2890
- "path": "dist/ssr-dom-shim.js",
2684
+ "path": "dist/util/getSingletonElementInstance.js",
2891
2685
  "declarations": [],
2892
- "exports": []
2686
+ "exports": [
2687
+ {
2688
+ "kind": "js",
2689
+ "name": "default",
2690
+ "declaration": {
2691
+ "name": "getSingletonElementInstance",
2692
+ "module": "dist/util/getSingletonElementInstance.js"
2693
+ }
2694
+ }
2695
+ ]
2893
2696
  },
2894
2697
  {
2895
2698
  "kind": "javascript-module",
2896
- "path": "dist/ssr-dom.js",
2699
+ "path": "dist/util/hash2str.js",
2897
2700
  "declarations": [],
2898
- "exports": []
2701
+ "exports": [
2702
+ {
2703
+ "kind": "js",
2704
+ "name": "default",
2705
+ "declaration": {
2706
+ "name": "hash2str",
2707
+ "module": "dist/util/hash2str.js"
2708
+ }
2709
+ }
2710
+ ]
2899
2711
  },
2900
2712
  {
2901
2713
  "kind": "javascript-module",
2902
- "path": "dist/types.js",
2714
+ "path": "dist/util/isElementClickable.js",
2715
+ "declarations": [],
2716
+ "exports": [
2717
+ {
2718
+ "kind": "js",
2719
+ "name": "default",
2720
+ "declaration": {
2721
+ "name": "isElementClickable",
2722
+ "module": "dist/util/isElementClickable.js"
2723
+ }
2724
+ }
2725
+ ]
2726
+ },
2727
+ {
2728
+ "kind": "javascript-module",
2729
+ "path": "dist/util/isElementHidden.js",
2730
+ "declarations": [],
2731
+ "exports": [
2732
+ {
2733
+ "kind": "js",
2734
+ "name": "default",
2735
+ "declaration": {
2736
+ "name": "isElementHidden",
2737
+ "module": "dist/util/isElementHidden.js"
2738
+ }
2739
+ }
2740
+ ]
2741
+ },
2742
+ {
2743
+ "kind": "javascript-module",
2744
+ "path": "dist/util/isElementInView.js",
2745
+ "declarations": [],
2746
+ "exports": [
2747
+ {
2748
+ "kind": "js",
2749
+ "name": "default",
2750
+ "declaration": {
2751
+ "name": "isElementInView",
2752
+ "module": "dist/util/isElementInView.js"
2753
+ }
2754
+ }
2755
+ ]
2756
+ },
2757
+ {
2758
+ "kind": "javascript-module",
2759
+ "path": "dist/util/isElementTabbable.js",
2760
+ "declarations": [],
2761
+ "exports": [
2762
+ {
2763
+ "kind": "js",
2764
+ "name": "default",
2765
+ "declaration": {
2766
+ "name": "isElementTabbable",
2767
+ "module": "dist/util/isElementTabbable.js"
2768
+ }
2769
+ }
2770
+ ]
2771
+ },
2772
+ {
2773
+ "kind": "javascript-module",
2774
+ "path": "dist/util/isEventMarked.js",
2775
+ "declarations": [],
2776
+ "exports": [
2777
+ {
2778
+ "kind": "js",
2779
+ "name": "default",
2780
+ "declaration": {
2781
+ "name": "isEventMarked",
2782
+ "module": "dist/util/isEventMarked.js"
2783
+ }
2784
+ }
2785
+ ]
2786
+ },
2787
+ {
2788
+ "kind": "javascript-module",
2789
+ "path": "dist/util/isValidPropertyName.js",
2790
+ "declarations": [],
2791
+ "exports": [
2792
+ {
2793
+ "kind": "js",
2794
+ "name": "default",
2795
+ "declaration": {
2796
+ "name": "isValidPropertyName",
2797
+ "module": "dist/util/isValidPropertyName.js"
2798
+ }
2799
+ }
2800
+ ]
2801
+ },
2802
+ {
2803
+ "kind": "javascript-module",
2804
+ "path": "dist/util/throttle.js",
2805
+ "declarations": [],
2806
+ "exports": [
2807
+ {
2808
+ "kind": "js",
2809
+ "name": "default",
2810
+ "declaration": {
2811
+ "name": "throttle",
2812
+ "module": "dist/util/throttle.js"
2813
+ }
2814
+ }
2815
+ ]
2816
+ },
2817
+ {
2818
+ "kind": "javascript-module",
2819
+ "path": "dist/util/toLowercaseEnumValue.js",
2820
+ "declarations": [],
2821
+ "exports": [
2822
+ {
2823
+ "kind": "js",
2824
+ "name": "default",
2825
+ "declaration": {
2826
+ "name": "toLowercaseEnumValue",
2827
+ "module": "dist/util/toLowercaseEnumValue.js"
2828
+ }
2829
+ }
2830
+ ]
2831
+ },
2832
+ {
2833
+ "kind": "javascript-module",
2834
+ "path": "dist/util/valueStateNavigation.js",
2903
2835
  "declarations": [],
2904
2836
  "exports": []
2905
2837
  },
2906
2838
  {
2907
2839
  "kind": "javascript-module",
2908
- "path": "dist/updateShadowRoot.js",
2840
+ "path": "dist/util/whenDOMReady.js",
2909
2841
  "declarations": [],
2910
2842
  "exports": [
2911
2843
  {
2912
2844
  "kind": "js",
2913
2845
  "name": "default",
2914
2846
  "declaration": {
2915
- "name": "updateShadowRoot",
2916
- "module": "dist/updateShadowRoot.js"
2847
+ "name": "whenDOMReady",
2848
+ "module": "dist/util/whenDOMReady.js"
2917
2849
  }
2918
2850
  }
2919
2851
  ]
2920
2852
  },
2921
2853
  {
2922
2854
  "kind": "javascript-module",
2923
- "path": "dist/validateThemeRoot.js",
2855
+ "path": "dist/util/willShowContent.js",
2924
2856
  "declarations": [],
2925
2857
  "exports": [
2926
2858
  {
2927
2859
  "kind": "js",
2928
2860
  "name": "default",
2929
2861
  "declaration": {
2930
- "name": "validateThemeRoot",
2931
- "module": "dist/validateThemeRoot.js"
2862
+ "name": "willShowContent",
2863
+ "module": "dist/util/willShowContent.js"
2932
2864
  }
2933
2865
  }
2934
2866
  ]