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