@ui5/webcomponents-base 0.0.0-8393c7cdd → 0.0.0-87ff7523a

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