@ui5/webcomponents-base 0.0.0-dcd8e5389 → 0.0.0-dd5d66a9a

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