@ui5/webcomponents-base 0.0.0-e55c2cec6 → 0.0.0-e5b03d3e8

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 (1017) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +1965 -0
  3. package/README.md +6 -12
  4. package/cypress/specs/Accessor.cy.tsx +79 -0
  5. package/cypress/specs/Boot.cy.tsx +19 -0
  6. package/cypress/specs/ConfigurationChange.cy.tsx +41 -0
  7. package/cypress/specs/ConfigurationScript.cy.tsx +133 -0
  8. package/cypress/specs/ConfigurationURL.cy.tsx +201 -0
  9. package/cypress/specs/CustomMount.cy.tsx +9 -0
  10. package/cypress/specs/CustomTheme.cy.tsx +36 -0
  11. package/cypress/specs/EventProvider.cy.tsx +59 -0
  12. package/cypress/specs/Events.cy.tsx +28 -0
  13. package/cypress/specs/SystemDOMElements.cy.tsx +8 -0
  14. package/cypress/specs/Theming.cy.tsx +74 -0
  15. package/cypress/specs/UI5ElementInvalidation.cy.tsx +252 -0
  16. package/cypress/specs/UI5ElementLifecycle.cy.tsx +82 -0
  17. package/cypress/specs/UI5ElementListenForChildPropChanges.cy.tsx +83 -0
  18. package/cypress/specs/UI5ElementMetadataExt.cy.tsx +42 -0
  19. package/cypress/specs/UI5ElementPropertyValidation.cy.tsx +16 -0
  20. package/cypress/specs/UI5ElementPropsAndAttrs.cy.tsx +113 -0
  21. package/cypress/specs/UI5ElementShadowDOM.cy.tsx +30 -0
  22. package/cypress/specs/UI5ElementSlots.cy.tsx +136 -0
  23. package/cypress/specs/WithComplexTemplate.cy.tsx +32 -0
  24. package/cypress/specs/i18n_texts.cy.tsx +129 -0
  25. package/cypress/specs/util/FocusableElements.cy.tsx +48 -0
  26. package/cypress/support/commands.ts +39 -0
  27. package/cypress/support/component-index.html +12 -0
  28. package/cypress/support/component.ts +36 -0
  29. package/cypress/tsconfig.json +21 -0
  30. package/cypress.config.js +3 -0
  31. package/dist/.tsbuildinfobuild +1 -0
  32. package/dist/AssetRegistry.d.ts +2 -2
  33. package/dist/AssetRegistry.js +2 -2
  34. package/dist/AssetRegistry.js.map +1 -1
  35. package/dist/Boot.d.ts +6 -4
  36. package/dist/Boot.js +37 -6
  37. package/dist/Boot.js.map +1 -1
  38. package/dist/CustomElementsRegistry.d.ts +2 -1
  39. package/dist/CustomElementsRegistry.js +5 -2
  40. package/dist/CustomElementsRegistry.js.map +1 -1
  41. package/dist/CustomElementsScope.d.ts +4 -4
  42. package/dist/CustomElementsScope.js +2 -2
  43. package/dist/CustomElementsScope.js.map +1 -1
  44. package/dist/CustomElementsScopeUtils.d.ts +11 -2
  45. package/dist/CustomElementsScopeUtils.js +21 -2
  46. package/dist/CustomElementsScopeUtils.js.map +1 -1
  47. package/dist/DOMObserver.js.map +1 -1
  48. package/dist/Device.d.ts +17 -2
  49. package/dist/Device.js +116 -36
  50. package/dist/Device.js.map +1 -1
  51. package/dist/EventProvider.js +1 -1
  52. package/dist/EventProvider.js.map +1 -1
  53. package/dist/FeaturesRegistry.js.map +1 -1
  54. package/dist/FontFace.js +6 -1
  55. package/dist/FontFace.js.map +1 -1
  56. package/dist/IgnoreCustomElements.d.ts +25 -0
  57. package/dist/IgnoreCustomElements.js +37 -0
  58. package/dist/IgnoreCustomElements.js.map +1 -0
  59. package/dist/InitialConfiguration.d.ts +15 -3
  60. package/dist/InitialConfiguration.js +42 -10
  61. package/dist/InitialConfiguration.js.map +1 -1
  62. package/dist/Keys.d.ts +8 -1
  63. package/dist/Keys.js +114 -106
  64. package/dist/Keys.js.map +1 -1
  65. package/dist/Location.d.ts +11 -0
  66. package/dist/Location.js +49 -0
  67. package/dist/Location.js.map +1 -0
  68. package/dist/ManagedStyles.d.ts +5 -6
  69. package/dist/ManagedStyles.js +45 -53
  70. package/dist/ManagedStyles.js.map +1 -1
  71. package/dist/MediaRange.d.ts +6 -12
  72. package/dist/MediaRange.js +21 -31
  73. package/dist/MediaRange.js.map +1 -1
  74. package/dist/PropertiesFileFormat.js.map +1 -1
  75. package/dist/Render.js.map +1 -1
  76. package/dist/RenderQueue.js.map +1 -1
  77. package/dist/Runtimes.js +11 -0
  78. package/dist/Runtimes.js.map +1 -1
  79. package/dist/SystemCSSVars.js.map +1 -1
  80. package/dist/Theming.js.map +1 -1
  81. package/dist/UI5Element.d.ts +124 -73
  82. package/dist/UI5Element.js +406 -251
  83. package/dist/UI5Element.js.map +1 -1
  84. package/dist/UI5ElementMetadata.d.ts +36 -27
  85. package/dist/UI5ElementMetadata.js +27 -72
  86. package/dist/UI5ElementMetadata.js.map +1 -1
  87. package/dist/animations/AnimationQueue.js.map +1 -1
  88. package/dist/animations/animate.js.map +1 -1
  89. package/dist/animations/scroll.js.map +1 -1
  90. package/dist/animations/slideDown.js.map +1 -1
  91. package/dist/animations/slideUp.js.map +1 -1
  92. package/dist/asset-registries/Icons.d.ts +22 -13
  93. package/dist/asset-registries/Icons.js +63 -31
  94. package/dist/asset-registries/Icons.js.map +1 -1
  95. package/dist/asset-registries/Illustrations.d.ts +3 -1
  96. package/dist/asset-registries/Illustrations.js +51 -20
  97. package/dist/asset-registries/Illustrations.js.map +1 -1
  98. package/dist/asset-registries/LocaleData.js +1 -1
  99. package/dist/asset-registries/LocaleData.js.map +1 -1
  100. package/dist/asset-registries/Themes.d.ts +6 -7
  101. package/dist/asset-registries/Themes.js +29 -12
  102. package/dist/asset-registries/Themes.js.map +1 -1
  103. package/dist/asset-registries/i18n.d.ts +2 -2
  104. package/dist/asset-registries/i18n.js +12 -5
  105. package/dist/asset-registries/i18n.js.map +1 -1
  106. package/dist/asset-registries/util/IconCollectionsAlias.d.ts +30 -0
  107. package/dist/asset-registries/util/IconCollectionsAlias.js +37 -0
  108. package/dist/asset-registries/util/IconCollectionsAlias.js.map +1 -0
  109. package/dist/asset-registries/util/IconCollectionsByTheme.d.ts +20 -0
  110. package/dist/asset-registries/util/IconCollectionsByTheme.js +42 -0
  111. package/dist/asset-registries/util/IconCollectionsByTheme.js.map +1 -0
  112. package/dist/asset-registries/util/getIconCollectionByTheme.d.ts +13 -0
  113. package/dist/asset-registries/util/getIconCollectionByTheme.js +29 -0
  114. package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -0
  115. package/dist/config/AnimationMode.d.ts +2 -2
  116. package/dist/config/AnimationMode.js +6 -1
  117. package/dist/config/AnimationMode.js.map +1 -1
  118. package/dist/config/CalendarType.d.ts +8 -1
  119. package/dist/config/CalendarType.js +23 -2
  120. package/dist/config/CalendarType.js.map +1 -1
  121. package/dist/config/ConfigurationReset.d.ts +4 -0
  122. package/dist/config/ConfigurationReset.js +11 -0
  123. package/dist/config/ConfigurationReset.js.map +1 -0
  124. package/dist/config/Fonts.d.ts +16 -0
  125. package/dist/config/Fonts.js +30 -0
  126. package/dist/config/Fonts.js.map +1 -0
  127. package/dist/config/FormatSettings.d.ts +5 -1
  128. package/dist/config/FormatSettings.js +9 -1
  129. package/dist/config/FormatSettings.js.map +1 -1
  130. package/dist/config/Icons.d.ts +31 -21
  131. package/dist/config/Icons.js +28 -32
  132. package/dist/config/Icons.js.map +1 -1
  133. package/dist/config/Language.d.ts +11 -2
  134. package/dist/config/Language.js +24 -4
  135. package/dist/config/Language.js.map +1 -1
  136. package/dist/config/NoConflict.js +5 -0
  137. package/dist/config/NoConflict.js.map +1 -1
  138. package/dist/config/Theme.d.ts +16 -5
  139. package/dist/config/Theme.js +40 -11
  140. package/dist/config/Theme.js.map +1 -1
  141. package/dist/config/ThemeRoot.d.ts +27 -0
  142. package/dist/config/ThemeRoot.js +61 -0
  143. package/dist/config/ThemeRoot.js.map +1 -0
  144. package/dist/config/Timezone.d.ts +17 -0
  145. package/dist/config/Timezone.js +34 -0
  146. package/dist/config/Timezone.js.map +1 -0
  147. package/dist/config/Tooltips.d.ts +19 -0
  148. package/dist/config/Tooltips.js +29 -0
  149. package/dist/config/Tooltips.js.map +1 -0
  150. package/dist/connectToComponent.d.ts +9 -0
  151. package/dist/connectToComponent.js +59 -0
  152. package/dist/connectToComponent.js.map +1 -0
  153. package/dist/converters/DOMReference.d.ts +5 -0
  154. package/dist/converters/DOMReference.js +13 -0
  155. package/dist/converters/DOMReference.js.map +1 -0
  156. package/dist/css/FontFace.css +47 -17
  157. package/dist/css/SystemCSSVars.css +0 -8
  158. package/dist/custom-elements-internal.json +2788 -0
  159. package/dist/custom-elements.json +2485 -0
  160. package/dist/decorators/bound.d.ts +1 -0
  161. package/dist/decorators/bound.js +34 -0
  162. package/dist/decorators/bound.js.map +1 -0
  163. package/dist/decorators/customElement.d.ts +57 -2
  164. package/dist/decorators/customElement.js +34 -5
  165. package/dist/decorators/customElement.js.map +1 -1
  166. package/dist/decorators/event-strict.d.ts +15 -0
  167. package/dist/decorators/event-strict.js +26 -0
  168. package/dist/decorators/event-strict.js.map +1 -0
  169. package/dist/decorators/event.d.ts +8 -2
  170. package/dist/decorators/event.js +9 -6
  171. package/dist/decorators/event.js.map +1 -1
  172. package/dist/decorators/i18n.d.ts +17 -0
  173. package/dist/decorators/i18n.js +32 -0
  174. package/dist/decorators/i18n.js.map +1 -0
  175. package/dist/decorators/property.d.ts +1 -1
  176. package/dist/decorators/property.js +7 -7
  177. package/dist/decorators/property.js.map +1 -1
  178. package/dist/decorators/query.d.ts +25 -0
  179. package/dist/decorators/query.js +32 -0
  180. package/dist/decorators/query.js.map +1 -0
  181. package/dist/decorators/queryAll.d.ts +27 -0
  182. package/dist/decorators/queryAll.js +34 -0
  183. package/dist/decorators/queryAll.js.map +1 -0
  184. package/dist/decorators/slot.d.ts +1 -1
  185. package/dist/decorators/slot.js +9 -9
  186. package/dist/decorators/slot.js.map +1 -1
  187. package/dist/decorators.d.ts +8 -0
  188. package/dist/decorators.js +9 -0
  189. package/dist/decorators.js.map +1 -0
  190. package/dist/delegate/ItemNavigation.d.ts +9 -8
  191. package/dist/delegate/ItemNavigation.js +13 -14
  192. package/dist/delegate/ItemNavigation.js.map +1 -1
  193. package/dist/delegate/ResizeHandler.d.ts +6 -7
  194. package/dist/delegate/ResizeHandler.js +11 -9
  195. package/dist/delegate/ResizeHandler.js.map +1 -1
  196. package/dist/delegate/ScrollEnablement.d.ts +4 -3
  197. package/dist/delegate/ScrollEnablement.js +2 -2
  198. package/dist/delegate/ScrollEnablement.js.map +1 -1
  199. package/dist/features/F6Navigation.d.ts +7 -3
  200. package/dist/features/F6Navigation.js +116 -45
  201. package/dist/features/F6Navigation.js.map +1 -1
  202. package/dist/features/InputElementsFormSupport.d.ts +15 -0
  203. package/dist/features/InputElementsFormSupport.js +39 -0
  204. package/dist/features/InputElementsFormSupport.js.map +1 -0
  205. package/dist/features/LegacyDateFormats.d.ts +18 -0
  206. package/dist/features/LegacyDateFormats.js +20 -0
  207. package/dist/features/LegacyDateFormats.js.map +1 -0
  208. package/dist/features/OpenUI5Element.js.map +1 -1
  209. package/dist/features/OpenUI5Enablement.d.ts +3 -3
  210. package/dist/features/OpenUI5Enablement.js.map +1 -1
  211. package/dist/features/OpenUI5Support.d.ts +17 -6
  212. package/dist/features/OpenUI5Support.js +92 -46
  213. package/dist/features/OpenUI5Support.js.map +1 -1
  214. package/dist/features/patchPatcher.d.ts +11 -0
  215. package/dist/features/patchPatcher.js +11 -0
  216. package/dist/features/patchPatcher.js.map +1 -0
  217. package/dist/features/patchPopup.d.ts +15 -0
  218. package/dist/features/patchPopup.js +70 -0
  219. package/dist/features/patchPopup.js.map +1 -0
  220. package/dist/generated/AssetParameters.d.ts +6 -0
  221. package/dist/generated/AssetParameters.js +4 -9
  222. package/dist/generated/AssetParameters.js.map +1 -0
  223. package/dist/generated/VersionInfo.d.ts +10 -0
  224. package/dist/generated/VersionInfo.js +9 -8
  225. package/dist/generated/VersionInfo.js.map +1 -0
  226. package/dist/generated/css/BusyIndicator.css.d.ts +2 -0
  227. package/dist/generated/css/BusyIndicator.css.js +2 -5
  228. package/dist/generated/css/BusyIndicator.css.js.map +1 -0
  229. package/dist/generated/css/FontFace.css.d.ts +2 -0
  230. package/dist/generated/css/FontFace.css.js +2 -5
  231. package/dist/generated/css/FontFace.css.js.map +1 -0
  232. package/dist/generated/css/OverrideFontFace.css.d.ts +2 -0
  233. package/dist/generated/css/OverrideFontFace.css.js +2 -5
  234. package/dist/generated/css/OverrideFontFace.css.js.map +1 -0
  235. package/dist/generated/css/SystemCSSVars.css.d.ts +2 -0
  236. package/dist/generated/css/SystemCSSVars.css.js +2 -5
  237. package/dist/generated/css/SystemCSSVars.css.js.map +1 -0
  238. package/dist/getSharedResource.d.ts +1 -1
  239. package/dist/getSharedResource.js +16 -2
  240. package/dist/getSharedResource.js.map +1 -1
  241. package/{global.d.ts → dist/global.d.ts} +2 -6
  242. package/dist/i18nBundle.d.ts +2 -4
  243. package/dist/i18nBundle.js +3 -5
  244. package/dist/i18nBundle.js.map +1 -1
  245. package/dist/index.d.ts +12 -0
  246. package/dist/jsx-dev-runtime.d.ts +4 -0
  247. package/dist/jsx-dev-runtime.js +43 -0
  248. package/dist/jsx-dev-runtime.js.map +1 -0
  249. package/dist/jsx-runtime.d.ts +50 -0
  250. package/dist/jsx-runtime.js +27 -0
  251. package/dist/jsx-runtime.js.map +1 -0
  252. package/dist/jsx-utils.d.ts +3 -0
  253. package/dist/jsx-utils.js +48 -0
  254. package/dist/jsx-utils.js.map +1 -0
  255. package/dist/locale/Locale.js.map +1 -1
  256. package/dist/locale/RTLAwareRegistry.d.ts +1 -1
  257. package/dist/locale/RTLAwareRegistry.js.map +1 -1
  258. package/dist/locale/applyDirection.d.ts +3 -2
  259. package/dist/locale/applyDirection.js +3 -2
  260. package/dist/locale/applyDirection.js.map +1 -1
  261. package/dist/locale/directionChange.js.map +1 -1
  262. package/dist/locale/getEffectiveDir.d.ts +1 -1
  263. package/dist/locale/getEffectiveDir.js +3 -19
  264. package/dist/locale/getEffectiveDir.js.map +1 -1
  265. package/dist/locale/getLocale.js.map +1 -1
  266. package/dist/locale/languageChange.js.map +1 -1
  267. package/dist/locale/nextFallbackLocale.js.map +1 -1
  268. package/dist/locale/normalizeLocale.js.map +1 -1
  269. package/dist/prod/AssetRegistry.js +2 -0
  270. package/dist/prod/AssetRegistry.js.map +7 -0
  271. package/dist/prod/Boot.js +2 -0
  272. package/dist/prod/Boot.js.map +7 -0
  273. package/dist/prod/CustomElementsRegistry.js +10 -0
  274. package/dist/prod/CustomElementsRegistry.js.map +7 -0
  275. package/dist/prod/CustomElementsScope.js +2 -0
  276. package/dist/prod/CustomElementsScope.js.map +7 -0
  277. package/dist/prod/CustomElementsScopeUtils.js +2 -0
  278. package/dist/prod/CustomElementsScopeUtils.js.map +7 -0
  279. package/dist/prod/DOMObserver.js +2 -0
  280. package/dist/prod/DOMObserver.js.map +7 -0
  281. package/dist/prod/Device.js +2 -0
  282. package/dist/prod/Device.js.map +7 -0
  283. package/dist/prod/EventProvider.js +2 -0
  284. package/dist/prod/EventProvider.js.map +7 -0
  285. package/dist/prod/FeaturesRegistry.js +2 -0
  286. package/dist/prod/FeaturesRegistry.js.map +7 -0
  287. package/dist/prod/FontFace.js +2 -0
  288. package/dist/prod/FontFace.js.map +7 -0
  289. package/dist/prod/IgnoreCustomElements.js +2 -0
  290. package/dist/prod/IgnoreCustomElements.js.map +7 -0
  291. package/dist/prod/InitialConfiguration.js +2 -0
  292. package/dist/prod/InitialConfiguration.js.map +7 -0
  293. package/dist/prod/Keys.js +2 -0
  294. package/dist/prod/Keys.js.map +7 -0
  295. package/dist/prod/Location.js +2 -0
  296. package/dist/prod/Location.js.map +7 -0
  297. package/dist/prod/ManagedStyles.js +2 -0
  298. package/dist/prod/ManagedStyles.js.map +7 -0
  299. package/dist/prod/MediaRange.js +2 -0
  300. package/dist/prod/MediaRange.js.map +7 -0
  301. package/dist/prod/PropertiesFileFormat.js +3 -0
  302. package/dist/prod/PropertiesFileFormat.js.map +7 -0
  303. package/dist/prod/Render.js +2 -0
  304. package/dist/prod/Render.js.map +7 -0
  305. package/dist/prod/RenderQueue.js +2 -0
  306. package/dist/prod/RenderQueue.js.map +7 -0
  307. package/dist/prod/Runtimes.js +2 -0
  308. package/dist/prod/Runtimes.js.map +7 -0
  309. package/dist/prod/SystemCSSVars.js +2 -0
  310. package/dist/prod/SystemCSSVars.js.map +7 -0
  311. package/dist/prod/Theming.js +2 -0
  312. package/dist/prod/Theming.js.map +7 -0
  313. package/dist/prod/UI5Element.js +2 -0
  314. package/dist/prod/UI5Element.js.map +7 -0
  315. package/dist/prod/UI5ElementMetadata.js +2 -0
  316. package/dist/prod/UI5ElementMetadata.js.map +7 -0
  317. package/dist/prod/animations/AnimationQueue.js +2 -0
  318. package/dist/prod/animations/AnimationQueue.js.map +7 -0
  319. package/dist/prod/animations/animate.js +2 -0
  320. package/dist/prod/animations/animate.js.map +7 -0
  321. package/dist/prod/animations/scroll.js +2 -0
  322. package/dist/prod/animations/scroll.js.map +7 -0
  323. package/dist/prod/animations/slideDown.js +2 -0
  324. package/dist/prod/animations/slideDown.js.map +7 -0
  325. package/dist/prod/animations/slideUp.js +2 -0
  326. package/dist/prod/animations/slideUp.js.map +7 -0
  327. package/dist/prod/asset-registries/Icons.js +2 -0
  328. package/dist/prod/asset-registries/Icons.js.map +7 -0
  329. package/dist/prod/asset-registries/Illustrations.js +2 -0
  330. package/dist/prod/asset-registries/Illustrations.js.map +7 -0
  331. package/dist/prod/asset-registries/LocaleData.js +2 -0
  332. package/dist/prod/asset-registries/LocaleData.js.map +7 -0
  333. package/dist/prod/asset-registries/Themes.js +2 -0
  334. package/dist/prod/asset-registries/Themes.js.map +7 -0
  335. package/dist/prod/asset-registries/i18n.js +2 -0
  336. package/dist/prod/asset-registries/i18n.js.map +7 -0
  337. package/dist/prod/asset-registries/util/IconCollectionsAlias.js +2 -0
  338. package/dist/prod/asset-registries/util/IconCollectionsAlias.js.map +7 -0
  339. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js +2 -0
  340. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js.map +7 -0
  341. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js +2 -0
  342. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js.map +7 -0
  343. package/dist/prod/config/AnimationMode.js +2 -0
  344. package/dist/prod/config/AnimationMode.js.map +7 -0
  345. package/dist/prod/config/CalendarType.js +2 -0
  346. package/dist/prod/config/CalendarType.js.map +7 -0
  347. package/dist/prod/config/ConfigurationReset.js +2 -0
  348. package/dist/prod/config/ConfigurationReset.js.map +7 -0
  349. package/dist/prod/config/Fonts.js +2 -0
  350. package/dist/prod/config/Fonts.js.map +7 -0
  351. package/dist/prod/config/FormatSettings.js +2 -0
  352. package/dist/prod/config/FormatSettings.js.map +7 -0
  353. package/dist/prod/config/Icons.js +2 -0
  354. package/dist/prod/config/Icons.js.map +7 -0
  355. package/dist/prod/config/Language.js +2 -0
  356. package/dist/prod/config/Language.js.map +7 -0
  357. package/dist/prod/config/NoConflict.js +2 -0
  358. package/dist/prod/config/NoConflict.js.map +7 -0
  359. package/dist/prod/config/Theme.js +2 -0
  360. package/dist/prod/config/Theme.js.map +7 -0
  361. package/dist/prod/config/ThemeRoot.js +2 -0
  362. package/dist/prod/config/ThemeRoot.js.map +7 -0
  363. package/dist/prod/config/Timezone.js +2 -0
  364. package/dist/prod/config/Timezone.js.map +7 -0
  365. package/dist/prod/config/Tooltips.js +2 -0
  366. package/dist/prod/config/Tooltips.js.map +7 -0
  367. package/dist/prod/connectToComponent.js +2 -0
  368. package/dist/prod/connectToComponent.js.map +7 -0
  369. package/dist/prod/converters/DOMReference.js +2 -0
  370. package/dist/prod/converters/DOMReference.js.map +7 -0
  371. package/dist/prod/decorators/bound.js +2 -0
  372. package/dist/prod/decorators/bound.js.map +7 -0
  373. package/dist/prod/decorators/customElement.js +2 -0
  374. package/dist/prod/decorators/customElement.js.map +7 -0
  375. package/dist/prod/decorators/event-strict.js +2 -0
  376. package/dist/prod/decorators/event-strict.js.map +7 -0
  377. package/dist/prod/decorators/event.js +2 -0
  378. package/dist/prod/decorators/event.js.map +7 -0
  379. package/dist/prod/decorators/i18n.js +2 -0
  380. package/dist/prod/decorators/i18n.js.map +7 -0
  381. package/dist/prod/decorators/property.js +2 -0
  382. package/dist/prod/decorators/property.js.map +7 -0
  383. package/dist/prod/decorators/query.js +2 -0
  384. package/dist/prod/decorators/query.js.map +7 -0
  385. package/dist/prod/decorators/queryAll.js +2 -0
  386. package/dist/prod/decorators/queryAll.js.map +7 -0
  387. package/dist/prod/decorators/slot.js +2 -0
  388. package/dist/prod/decorators/slot.js.map +7 -0
  389. package/dist/prod/decorators.js +2 -0
  390. package/dist/prod/decorators.js.map +7 -0
  391. package/dist/prod/delegate/ItemNavigation.js +2 -0
  392. package/dist/prod/delegate/ItemNavigation.js.map +7 -0
  393. package/dist/prod/delegate/ResizeHandler.js +2 -0
  394. package/dist/prod/delegate/ResizeHandler.js.map +7 -0
  395. package/dist/prod/delegate/ScrollEnablement.js +2 -0
  396. package/dist/prod/delegate/ScrollEnablement.js.map +7 -0
  397. package/dist/prod/features/F6Navigation.js +2 -0
  398. package/dist/prod/features/F6Navigation.js.map +7 -0
  399. package/dist/prod/features/InputElementsFormSupport.js +2 -0
  400. package/dist/prod/features/InputElementsFormSupport.js.map +7 -0
  401. package/dist/prod/features/LegacyDateFormats.js +2 -0
  402. package/dist/prod/features/LegacyDateFormats.js.map +7 -0
  403. package/dist/prod/features/OpenUI5Element.js +2 -0
  404. package/dist/prod/features/OpenUI5Element.js.map +7 -0
  405. package/dist/prod/features/OpenUI5Enablement.js +21 -0
  406. package/dist/prod/features/OpenUI5Enablement.js.map +7 -0
  407. package/dist/prod/features/OpenUI5Support.js +2 -0
  408. package/dist/prod/features/OpenUI5Support.js.map +7 -0
  409. package/dist/prod/features/patchPatcher.js +2 -0
  410. package/dist/prod/features/patchPatcher.js.map +7 -0
  411. package/dist/prod/features/patchPopup.js +2 -0
  412. package/dist/prod/features/patchPopup.js.map +7 -0
  413. package/dist/prod/generated/AssetParameters.js +2 -0
  414. package/dist/prod/generated/AssetParameters.js.map +7 -0
  415. package/dist/prod/generated/VersionInfo.js +2 -0
  416. package/dist/prod/generated/VersionInfo.js.map +7 -0
  417. package/dist/prod/generated/css/BusyIndicator.css.js +2 -0
  418. package/dist/prod/generated/css/BusyIndicator.css.js.map +7 -0
  419. package/dist/prod/generated/css/FontFace.css.js +2 -0
  420. package/dist/prod/generated/css/FontFace.css.js.map +7 -0
  421. package/dist/prod/generated/css/OverrideFontFace.css.js +2 -0
  422. package/dist/prod/generated/css/OverrideFontFace.css.js.map +7 -0
  423. package/dist/prod/generated/css/SystemCSSVars.css.js +2 -0
  424. package/dist/prod/generated/css/SystemCSSVars.css.js.map +7 -0
  425. package/dist/prod/getSharedResource.js +2 -0
  426. package/dist/prod/getSharedResource.js.map +7 -0
  427. package/dist/prod/global.d.js +2 -0
  428. package/dist/prod/global.d.js.map +7 -0
  429. package/dist/prod/i18nBundle.js +2 -0
  430. package/dist/prod/i18nBundle.js.map +7 -0
  431. package/dist/prod/index.d.js +2 -0
  432. package/dist/prod/index.d.js.map +7 -0
  433. package/dist/prod/jsx-dev-runtime.js +2 -0
  434. package/dist/prod/jsx-dev-runtime.js.map +7 -0
  435. package/dist/prod/jsx-runtime.js +2 -0
  436. package/dist/prod/jsx-runtime.js.map +7 -0
  437. package/dist/prod/jsx-utils.js +2 -0
  438. package/dist/prod/jsx-utils.js.map +7 -0
  439. package/dist/prod/locale/Locale.js +2 -0
  440. package/dist/prod/locale/Locale.js.map +7 -0
  441. package/dist/prod/locale/RTLAwareRegistry.js +2 -0
  442. package/dist/prod/locale/RTLAwareRegistry.js.map +7 -0
  443. package/dist/prod/locale/applyDirection.js +2 -0
  444. package/dist/prod/locale/applyDirection.js.map +7 -0
  445. package/dist/prod/locale/directionChange.js +2 -0
  446. package/dist/prod/locale/directionChange.js.map +7 -0
  447. package/dist/prod/locale/getEffectiveDir.js +2 -0
  448. package/dist/prod/locale/getEffectiveDir.js.map +7 -0
  449. package/dist/prod/locale/getLocale.js +2 -0
  450. package/dist/prod/locale/getLocale.js.map +7 -0
  451. package/dist/prod/locale/languageChange.js +2 -0
  452. package/dist/prod/locale/languageChange.js.map +7 -0
  453. package/dist/prod/locale/nextFallbackLocale.js +2 -0
  454. package/dist/prod/locale/nextFallbackLocale.js.map +7 -0
  455. package/dist/prod/locale/normalizeLocale.js +2 -0
  456. package/dist/prod/locale/normalizeLocale.js.map +7 -0
  457. package/dist/prod/renderer/JsxRenderer.js +2 -0
  458. package/dist/prod/renderer/JsxRenderer.js.map +7 -0
  459. package/dist/prod/renderer/LitRenderer.js +2 -0
  460. package/dist/prod/renderer/LitRenderer.js.map +7 -0
  461. package/dist/prod/renderer/directives/style-map.js +6 -0
  462. package/dist/prod/renderer/directives/style-map.js.map +7 -0
  463. package/dist/prod/renderer/executeTemplate.js +2 -0
  464. package/dist/prod/renderer/executeTemplate.js.map +7 -0
  465. package/dist/prod/sap/base/Log.js +750 -0
  466. package/dist/prod/sap/base/assert.js +34 -0
  467. package/dist/prod/sap/base/config/MemoryConfigurationProvider.js +20 -0
  468. package/dist/prod/sap/base/security/URLListValidator.js +406 -0
  469. package/dist/prod/sap/base/security/encodeCSS.js +40 -0
  470. package/dist/prod/sap/base/security/encodeXML.js +53 -0
  471. package/dist/prod/sap/base/security/sanitizeHTML.js +38 -0
  472. package/dist/prod/sap/base/strings/toHex.js +33 -0
  473. package/dist/prod/sap/base/util/now.js +28 -0
  474. package/dist/prod/sap/base/util/uid.js +27 -0
  475. package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +3600 -0
  476. package/dist/prod/ssr-dom-shim.js +2 -0
  477. package/dist/prod/ssr-dom-shim.js.map +7 -0
  478. package/dist/prod/ssr-dom.js +2 -0
  479. package/dist/prod/ssr-dom.js.map +7 -0
  480. package/dist/prod/theming/CustomStyle.js +2 -0
  481. package/dist/prod/theming/CustomStyle.js.map +7 -0
  482. package/dist/prod/theming/ThemeLoaded.js +2 -0
  483. package/dist/prod/theming/ThemeLoaded.js.map +7 -0
  484. package/dist/prod/theming/ThemeRegistered.js +2 -0
  485. package/dist/prod/theming/ThemeRegistered.js.map +7 -0
  486. package/dist/prod/theming/applyTheme.js +2 -0
  487. package/dist/prod/theming/applyTheme.js.map +7 -0
  488. package/dist/prod/theming/getConstructableStyle.js +2 -0
  489. package/dist/prod/theming/getConstructableStyle.js.map +7 -0
  490. package/dist/prod/theming/getEffectiveStyle.js +2 -0
  491. package/dist/prod/theming/getEffectiveStyle.js.map +7 -0
  492. package/dist/prod/theming/getStylesString.js +2 -0
  493. package/dist/prod/theming/getStylesString.js.map +7 -0
  494. package/dist/prod/theming/getThemeDesignerTheme.js +2 -0
  495. package/dist/prod/theming/getThemeDesignerTheme.js.map +7 -0
  496. package/dist/prod/thirdparty/_merge.js +2 -0
  497. package/dist/prod/thirdparty/_merge.js.map +7 -0
  498. package/dist/prod/thirdparty/isPlainObject.js +2 -0
  499. package/dist/prod/thirdparty/isPlainObject.js.map +7 -0
  500. package/dist/prod/thirdparty/merge.js +2 -0
  501. package/dist/prod/thirdparty/merge.js.map +7 -0
  502. package/dist/prod/thirdparty/preact/jsx.d.js +2 -0
  503. package/dist/prod/thirdparty/preact/jsx.d.js.map +7 -0
  504. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js +2 -0
  505. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js.map +7 -0
  506. package/dist/prod/thirdparty/preact/jsxRuntime.module.js +1 -0
  507. package/dist/prod/thirdparty/preact/preact.module.d.js +2 -0
  508. package/dist/prod/thirdparty/preact/preact.module.d.js.map +7 -0
  509. package/dist/prod/thirdparty/preact/preact.module.js +1 -0
  510. package/dist/prod/types/AnimationMode.js +2 -0
  511. package/dist/prod/types/AnimationMode.js.map +7 -0
  512. package/dist/prod/types/CalendarType.js +2 -0
  513. package/dist/prod/types/CalendarType.js.map +7 -0
  514. package/dist/prod/types/InvisibleMessageMode.js +2 -0
  515. package/dist/prod/types/InvisibleMessageMode.js.map +7 -0
  516. package/dist/prod/types/ItemNavigationBehavior.js +2 -0
  517. package/dist/prod/types/ItemNavigationBehavior.js.map +7 -0
  518. package/dist/prod/types/MovePlacement.js +2 -0
  519. package/dist/prod/types/MovePlacement.js.map +7 -0
  520. package/dist/prod/types/NavigationMode.js +2 -0
  521. package/dist/prod/types/NavigationMode.js.map +7 -0
  522. package/dist/prod/types/Orientation.js +2 -0
  523. package/dist/prod/types/Orientation.js.map +7 -0
  524. package/dist/prod/types/SortOrder.js +2 -0
  525. package/dist/prod/types/SortOrder.js.map +7 -0
  526. package/dist/prod/types/ValueState.js +2 -0
  527. package/dist/prod/types/ValueState.js.map +7 -0
  528. package/dist/prod/types.js +2 -0
  529. package/dist/prod/types.js.map +7 -0
  530. package/dist/prod/updateShadowRoot.js +2 -0
  531. package/dist/prod/updateShadowRoot.js.map +7 -0
  532. package/dist/prod/util/AccessibilityTextsHelper.js +2 -0
  533. package/dist/prod/util/AccessibilityTextsHelper.js.map +7 -0
  534. package/dist/prod/util/Caret.js +2 -0
  535. package/dist/prod/util/Caret.js.map +7 -0
  536. package/dist/prod/util/ColorConversion.js +2 -0
  537. package/dist/prod/util/ColorConversion.js.map +7 -0
  538. package/dist/prod/util/FetchHelper.js +2 -0
  539. package/dist/prod/util/FetchHelper.js.map +7 -0
  540. package/dist/prod/util/FocusableElements.js +2 -0
  541. package/dist/prod/util/FocusableElements.js.map +7 -0
  542. package/dist/prod/util/HTMLSanitizer.js +2 -0
  543. package/dist/prod/util/HTMLSanitizer.js.map +7 -0
  544. package/dist/prod/util/InvisibleMessage.js +2 -0
  545. package/dist/prod/util/InvisibleMessage.js.map +7 -0
  546. package/dist/prod/util/PopupUtils.js +2 -0
  547. package/dist/prod/util/PopupUtils.js.map +7 -0
  548. package/dist/prod/util/SelectionAssistant.js +2 -0
  549. package/dist/prod/util/SelectionAssistant.js.map +7 -0
  550. package/dist/prod/util/SlotsHelper.js +2 -0
  551. package/dist/prod/util/SlotsHelper.js.map +7 -0
  552. package/dist/prod/util/StringHelper.js +2 -0
  553. package/dist/prod/util/StringHelper.js.map +7 -0
  554. package/dist/prod/util/TabbableElements.js +2 -0
  555. package/dist/prod/util/TabbableElements.js.map +7 -0
  556. package/dist/prod/util/arraysAreEqual.js +2 -0
  557. package/dist/prod/util/arraysAreEqual.js.map +7 -0
  558. package/dist/prod/util/clamp.js +2 -0
  559. package/dist/prod/util/clamp.js.map +7 -0
  560. package/dist/prod/util/createLinkInHead.js +2 -0
  561. package/dist/prod/util/createLinkInHead.js.map +7 -0
  562. package/dist/prod/util/debounce.js +2 -0
  563. package/dist/prod/util/debounce.js.map +7 -0
  564. package/dist/prod/util/detectNavigatorLanguage.js +2 -0
  565. package/dist/prod/util/detectNavigatorLanguage.js.map +7 -0
  566. package/dist/prod/util/dragAndDrop/DragRegistry.js +2 -0
  567. package/dist/prod/util/dragAndDrop/DragRegistry.js.map +7 -0
  568. package/dist/prod/util/dragAndDrop/findClosestPosition.js +2 -0
  569. package/dist/prod/util/dragAndDrop/findClosestPosition.js.map +7 -0
  570. package/dist/prod/util/dragAndDrop/handleDragOver.js +2 -0
  571. package/dist/prod/util/dragAndDrop/handleDragOver.js.map +7 -0
  572. package/dist/prod/util/dragAndDrop/handleDrop.js +2 -0
  573. package/dist/prod/util/dragAndDrop/handleDrop.js.map +7 -0
  574. package/dist/prod/util/dragAndDrop/longDragOverHandler.js +2 -0
  575. package/dist/prod/util/dragAndDrop/longDragOverHandler.js.map +7 -0
  576. package/dist/prod/util/escapeRegex.js +2 -0
  577. package/dist/prod/util/escapeRegex.js.map +7 -0
  578. package/dist/prod/util/fixSafariActiveState.js +2 -0
  579. package/dist/prod/util/fixSafariActiveState.js.map +7 -0
  580. package/dist/prod/util/formatMessage.js +2 -0
  581. package/dist/prod/util/formatMessage.js.map +7 -0
  582. package/dist/prod/util/generateHighlightedMarkup.js +2 -0
  583. package/dist/prod/util/generateHighlightedMarkup.js.map +7 -0
  584. package/dist/prod/util/getActiveElement.js +2 -0
  585. package/dist/prod/util/getActiveElement.js.map +7 -0
  586. package/dist/prod/util/getClassCopy.js +2 -0
  587. package/dist/prod/util/getClassCopy.js.map +7 -0
  588. package/dist/prod/util/getDesigntimePropertyAsArray.js +2 -0
  589. package/dist/prod/util/getDesigntimePropertyAsArray.js.map +7 -0
  590. package/dist/prod/util/getEffectiveContentDensity.js +2 -0
  591. package/dist/prod/util/getEffectiveContentDensity.js.map +7 -0
  592. package/dist/prod/util/getEffectiveScrollbarStyle.js +26 -0
  593. package/dist/prod/util/getEffectiveScrollbarStyle.js.map +7 -0
  594. package/dist/prod/util/getFastNavigationGroups.js +2 -0
  595. package/dist/prod/util/getFastNavigationGroups.js.map +7 -0
  596. package/dist/prod/util/getFileExtension.js +2 -0
  597. package/dist/prod/util/getFileExtension.js.map +7 -0
  598. package/dist/prod/util/getNormalizedTarget.js +2 -0
  599. package/dist/prod/util/getNormalizedTarget.js.map +7 -0
  600. package/dist/prod/util/getSingletonElementInstance.js +2 -0
  601. package/dist/prod/util/getSingletonElementInstance.js.map +7 -0
  602. package/dist/prod/util/hash2str.js +2 -0
  603. package/dist/prod/util/hash2str.js.map +7 -0
  604. package/dist/prod/util/isElementClickable.js +2 -0
  605. package/dist/prod/util/isElementClickable.js.map +7 -0
  606. package/dist/prod/util/isElementHidden.js +2 -0
  607. package/dist/prod/util/isElementHidden.js.map +7 -0
  608. package/dist/prod/util/isElementInView.js +2 -0
  609. package/dist/prod/util/isElementInView.js.map +7 -0
  610. package/dist/prod/util/isElementTabbable.js +2 -0
  611. package/dist/prod/util/isElementTabbable.js.map +7 -0
  612. package/dist/prod/util/isValidPropertyName.js +2 -0
  613. package/dist/prod/util/isValidPropertyName.js.map +7 -0
  614. package/dist/prod/util/throttle.js +2 -0
  615. package/dist/prod/util/throttle.js.map +7 -0
  616. package/dist/prod/util/toLowercaseEnumValue.js +2 -0
  617. package/dist/prod/util/toLowercaseEnumValue.js.map +7 -0
  618. package/dist/prod/util/whenDOMReady.js +2 -0
  619. package/dist/prod/util/whenDOMReady.js.map +7 -0
  620. package/dist/prod/util/willShowContent.js +2 -0
  621. package/dist/prod/util/willShowContent.js.map +7 -0
  622. package/dist/prod/validateThemeRoot.js +2 -0
  623. package/dist/prod/validateThemeRoot.js.map +7 -0
  624. package/dist/renderer/JsxRenderer.d.ts +3 -0
  625. package/dist/renderer/JsxRenderer.js +16 -0
  626. package/dist/renderer/JsxRenderer.js.map +1 -0
  627. package/dist/renderer/LitRenderer.d.ts +5 -5
  628. package/dist/renderer/LitRenderer.js +5 -10
  629. package/dist/renderer/LitRenderer.js.map +1 -1
  630. package/dist/renderer/directives/style-map.d.ts +13 -0
  631. package/dist/renderer/directives/style-map.js +59 -59
  632. package/dist/renderer/directives/style-map.js.map +1 -0
  633. package/dist/renderer/executeTemplate.d.ts +3 -4
  634. package/dist/renderer/executeTemplate.js +1 -19
  635. package/dist/renderer/executeTemplate.js.map +1 -1
  636. package/dist/sap/base/Log.js +698 -188
  637. package/dist/sap/base/assert.js +28 -1
  638. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  639. package/dist/sap/base/security/URLListValidator.js +253 -6
  640. package/dist/sap/base/security/encodeCSS.js +34 -8
  641. package/dist/sap/base/security/encodeXML.js +47 -17
  642. package/dist/sap/base/security/sanitizeHTML.js +35 -13
  643. package/dist/sap/base/strings/toHex.js +27 -2
  644. package/dist/sap/base/util/now.js +24 -3
  645. package/dist/sap/base/util/uid.js +27 -0
  646. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +113 -98
  647. package/dist/ssr-dom-shim.d.ts +1 -0
  648. package/dist/ssr-dom-shim.js +62 -0
  649. package/dist/ssr-dom-shim.js.map +1 -0
  650. package/dist/ssr-dom.d.ts +1 -0
  651. package/dist/ssr-dom.js +3 -0
  652. package/dist/ssr-dom.js.map +1 -0
  653. package/dist/theming/CustomStyle.js +7 -5
  654. package/dist/theming/CustomStyle.js.map +1 -1
  655. package/dist/theming/ThemeLoaded.js.map +1 -1
  656. package/dist/theming/ThemeRegistered.d.ts +4 -0
  657. package/dist/theming/ThemeRegistered.js +11 -0
  658. package/dist/theming/ThemeRegistered.js.map +1 -0
  659. package/dist/theming/applyTheme.js +9 -8
  660. package/dist/theming/applyTheme.js.map +1 -1
  661. package/dist/theming/getConstructableStyle.d.ts +2 -2
  662. package/dist/theming/getConstructableStyle.js +3 -3
  663. package/dist/theming/getConstructableStyle.js.map +1 -1
  664. package/dist/theming/getEffectiveStyle.d.ts +1 -1
  665. package/dist/theming/getEffectiveStyle.js +5 -12
  666. package/dist/theming/getEffectiveStyle.js.map +1 -1
  667. package/dist/theming/getStylesString.d.ts +1 -1
  668. package/dist/theming/getStylesString.js +2 -4
  669. package/dist/theming/getStylesString.js.map +1 -1
  670. package/dist/theming/getThemeDesignerTheme.js +2 -1
  671. package/dist/theming/getThemeDesignerTheme.js.map +1 -1
  672. package/dist/thirdparty/_merge.js.map +1 -1
  673. package/dist/thirdparty/isPlainObject.js.map +1 -1
  674. package/dist/thirdparty/merge.js.map +1 -1
  675. package/dist/thirdparty/preact/jsx.d.ts +2616 -0
  676. package/dist/thirdparty/preact/jsxRuntime.module.d.ts +62 -0
  677. package/dist/thirdparty/preact/jsxRuntime.module.js +1 -0
  678. package/dist/thirdparty/preact/preact.module.d.ts +398 -0
  679. package/dist/thirdparty/preact/preact.module.js +1 -0
  680. package/dist/types/AnimationMode.d.ts +0 -8
  681. package/dist/types/AnimationMode.js +0 -8
  682. package/dist/types/AnimationMode.js.map +1 -1
  683. package/dist/types/CalendarType.d.ts +0 -9
  684. package/dist/types/CalendarType.js +0 -9
  685. package/dist/types/CalendarType.js.map +1 -1
  686. package/dist/types/InvisibleMessageMode.d.ts +5 -10
  687. package/dist/types/InvisibleMessageMode.js +4 -11
  688. package/dist/types/InvisibleMessageMode.js.map +1 -1
  689. package/dist/types/ItemNavigationBehavior.d.ts +0 -6
  690. package/dist/types/ItemNavigationBehavior.js +0 -6
  691. package/dist/types/ItemNavigationBehavior.js.map +1 -1
  692. package/dist/types/MovePlacement.d.ts +20 -0
  693. package/dist/types/MovePlacement.js +22 -0
  694. package/dist/types/MovePlacement.js.map +1 -0
  695. package/dist/types/NavigationMode.d.ts +0 -8
  696. package/dist/types/NavigationMode.js +0 -8
  697. package/dist/types/NavigationMode.js.map +1 -1
  698. package/dist/types/Orientation.d.ts +16 -0
  699. package/dist/types/Orientation.js +18 -0
  700. package/dist/types/Orientation.js.map +1 -0
  701. package/dist/types/SortOrder.d.ts +24 -0
  702. package/dist/types/SortOrder.js +26 -0
  703. package/dist/types/SortOrder.js.map +1 -0
  704. package/dist/types/ValueState.d.ts +3 -17
  705. package/dist/types/ValueState.js +3 -17
  706. package/dist/types/ValueState.js.map +1 -1
  707. package/dist/types.d.ts +37 -14
  708. package/dist/types.js.map +1 -1
  709. package/dist/updateShadowRoot.d.ts +1 -2
  710. package/dist/updateShadowRoot.js +4 -21
  711. package/dist/updateShadowRoot.js.map +1 -1
  712. package/dist/util/AccessibilityTextsHelper.d.ts +17 -0
  713. package/dist/util/AccessibilityTextsHelper.js +199 -0
  714. package/dist/util/AccessibilityTextsHelper.js.map +1 -0
  715. package/dist/util/Caret.js.map +1 -1
  716. package/dist/util/ColorConversion.d.ts +2 -1
  717. package/dist/util/ColorConversion.js +233 -216
  718. package/dist/util/ColorConversion.js.map +1 -1
  719. package/dist/util/FetchHelper.js.map +1 -1
  720. package/dist/util/FocusableElements.js +52 -14
  721. package/dist/util/FocusableElements.js.map +1 -1
  722. package/dist/util/HTMLSanitizer.js.map +1 -1
  723. package/dist/util/InvisibleMessage.js +2 -2
  724. package/dist/util/InvisibleMessage.js.map +1 -1
  725. package/dist/util/PopupUtils.d.ts +2 -4
  726. package/dist/util/PopupUtils.js +7 -21
  727. package/dist/util/PopupUtils.js.map +1 -1
  728. package/dist/util/SelectionAssistant.d.ts +12 -0
  729. package/dist/util/SelectionAssistant.js +79 -0
  730. package/dist/util/SelectionAssistant.js.map +1 -0
  731. package/dist/util/SlotsHelper.js.map +1 -1
  732. package/dist/util/StringHelper.d.ts +3 -1
  733. package/dist/util/StringHelper.js +15 -1
  734. package/dist/util/StringHelper.js.map +1 -1
  735. package/dist/util/TabbableElements.js +3 -10
  736. package/dist/util/TabbableElements.js.map +1 -1
  737. package/dist/util/arraysAreEqual.js.map +1 -1
  738. package/dist/util/clamp.js +2 -1
  739. package/dist/util/clamp.js.map +1 -1
  740. package/dist/util/createLinkInHead.d.ts +1 -1
  741. package/dist/util/createLinkInHead.js +1 -1
  742. package/dist/util/createLinkInHead.js.map +1 -1
  743. package/dist/util/debounce.js.map +1 -1
  744. package/dist/util/detectNavigatorLanguage.d.ts +2 -2
  745. package/dist/util/detectNavigatorLanguage.js +6 -1
  746. package/dist/util/detectNavigatorLanguage.js.map +1 -1
  747. package/dist/util/dragAndDrop/DragRegistry.d.ts +33 -0
  748. package/dist/util/dragAndDrop/DragRegistry.js +66 -0
  749. package/dist/util/dragAndDrop/DragRegistry.js.map +1 -0
  750. package/dist/util/dragAndDrop/findClosestPosition.d.ts +12 -0
  751. package/dist/util/dragAndDrop/findClosestPosition.js +106 -0
  752. package/dist/util/dragAndDrop/findClosestPosition.js.map +1 -0
  753. package/dist/util/dragAndDrop/handleDragOver.d.ts +16 -0
  754. package/dist/util/dragAndDrop/handleDragOver.js +42 -0
  755. package/dist/util/dragAndDrop/handleDragOver.js.map +1 -0
  756. package/dist/util/dragAndDrop/handleDrop.d.ts +5 -0
  757. package/dist/util/dragAndDrop/handleDrop.js +22 -0
  758. package/dist/util/dragAndDrop/handleDrop.js.map +1 -0
  759. package/dist/util/dragAndDrop/longDragOverHandler.d.ts +2 -0
  760. package/dist/util/dragAndDrop/longDragOverHandler.js +25 -0
  761. package/dist/util/dragAndDrop/longDragOverHandler.js.map +1 -0
  762. package/dist/util/escapeRegex.js.map +1 -1
  763. package/dist/util/fixSafariActiveState.d.ts +2 -0
  764. package/dist/util/fixSafariActiveState.js +11 -0
  765. package/dist/util/fixSafariActiveState.js.map +1 -0
  766. package/dist/util/formatMessage.js.map +1 -1
  767. package/dist/util/generateHighlightedMarkup.js.map +1 -1
  768. package/dist/util/getActiveElement.js.map +1 -1
  769. package/dist/util/getClassCopy.d.ts +145 -104
  770. package/dist/util/getClassCopy.js.map +1 -1
  771. package/dist/util/getDesigntimePropertyAsArray.d.ts +2 -2
  772. package/dist/util/getDesigntimePropertyAsArray.js +2 -1
  773. package/dist/util/getDesigntimePropertyAsArray.js.map +1 -1
  774. package/dist/util/getEffectiveContentDensity.js.map +1 -1
  775. package/dist/util/getEffectiveScrollbarStyle.d.ts +1 -1
  776. package/dist/util/getEffectiveScrollbarStyle.js +31 -1
  777. package/dist/util/getEffectiveScrollbarStyle.js.map +1 -1
  778. package/dist/util/getFastNavigationGroups.js +6 -1
  779. package/dist/util/getFastNavigationGroups.js.map +1 -1
  780. package/dist/util/getFileExtension.js.map +1 -1
  781. package/dist/util/getNormalizedTarget.js.map +1 -1
  782. package/dist/util/getSingletonElementInstance.d.ts +10 -1
  783. package/dist/util/getSingletonElementInstance.js +11 -2
  784. package/dist/util/getSingletonElementInstance.js.map +1 -1
  785. package/dist/util/hash2str.d.ts +1 -0
  786. package/dist/util/hash2str.js +14 -0
  787. package/dist/util/hash2str.js.map +1 -0
  788. package/dist/util/isElementClickable.js.map +1 -1
  789. package/dist/util/isElementHidden.js.map +1 -1
  790. package/dist/util/isElementInView.js.map +1 -1
  791. package/dist/util/isElementTabbable.js +2 -2
  792. package/dist/util/isElementTabbable.js.map +1 -1
  793. package/dist/util/isValidPropertyName.js.map +1 -1
  794. package/dist/util/throttle.d.ts +2 -0
  795. package/dist/util/throttle.js +20 -0
  796. package/dist/util/throttle.js.map +1 -0
  797. package/dist/util/toLowercaseEnumValue.d.ts +3 -0
  798. package/dist/util/toLowercaseEnumValue.js +4 -0
  799. package/dist/util/toLowercaseEnumValue.js.map +1 -0
  800. package/dist/util/whenDOMReady.js.map +1 -1
  801. package/dist/util/willShowContent.js.map +1 -1
  802. package/dist/validateThemeRoot.js +15 -13
  803. package/dist/validateThemeRoot.js.map +1 -1
  804. package/dist/vscode.html-custom-data.json +22 -0
  805. package/index.js +205 -1
  806. package/package-scripts.cjs +74 -0
  807. package/package.json +37 -10
  808. package/src/css/FontFace.css +47 -17
  809. package/src/css/SystemCSSVars.css +0 -8
  810. package/src/thirdparty/preact/jsxRuntime.module.js +1 -0
  811. package/src/thirdparty/preact/preact.module.js +1 -0
  812. package/src/thirdparty/preact/version.txt +1 -0
  813. package/tsconfig.json +18 -12
  814. package/.eslintignore +0 -15
  815. package/bundle.esm.js +0 -60
  816. package/config/wdio.conf.js +0 -1
  817. package/dist/CSP.d.ts +0 -30
  818. package/dist/CSP.js +0 -51
  819. package/dist/CSP.js.map +0 -1
  820. package/dist/MarkedEvents.d.ts +0 -9
  821. package/dist/MarkedEvents.js +0 -15
  822. package/dist/MarkedEvents.js.map +0 -1
  823. package/dist/StaticArea.d.ts +0 -0
  824. package/dist/StaticArea.js +0 -6
  825. package/dist/StaticArea.js.map +0 -1
  826. package/dist/StaticAreaItem.d.ts +0 -36
  827. package/dist/StaticAreaItem.js +0 -99
  828. package/dist/StaticAreaItem.js.map +0 -1
  829. package/dist/api.json +0 -1
  830. package/dist/assets/bundle.esm.ffad994a.js +0 -56
  831. package/dist/assets-meta/IconCollectionsAlias.d.ts +0 -17
  832. package/dist/assets-meta/IconCollectionsAlias.js +0 -18
  833. package/dist/assets-meta/IconCollectionsAlias.js.map +0 -1
  834. package/dist/config/RTL.d.ts +0 -7
  835. package/dist/config/RTL.js +0 -34
  836. package/dist/config/RTL.js.map +0 -1
  837. package/dist/config/ThemeRoots.d.ts +0 -4
  838. package/dist/config/ThemeRoots.js +0 -28
  839. package/dist/config/ThemeRoots.js.map +0 -1
  840. package/dist/decorators/fastNavigation.d.ts +0 -7
  841. package/dist/decorators/fastNavigation.js +0 -13
  842. package/dist/decorators/fastNavigation.js.map +0 -1
  843. package/dist/decorators/languageAware.d.ts +0 -7
  844. package/dist/decorators/languageAware.js +0 -13
  845. package/dist/decorators/languageAware.js.map +0 -1
  846. package/dist/decorators/themeAware.d.ts +0 -7
  847. package/dist/decorators/themeAware.js +0 -13
  848. package/dist/decorators/themeAware.js.map +0 -1
  849. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js +0 -11
  850. package/dist/theming/getEffectiveLinksHrefs.d.ts +0 -3
  851. package/dist/theming/getEffectiveLinksHrefs.js +0 -17
  852. package/dist/theming/getEffectiveLinksHrefs.js.map +0 -1
  853. package/dist/theming/preloadLinks.d.ts +0 -3
  854. package/dist/theming/preloadLinks.js +0 -19
  855. package/dist/theming/preloadLinks.js.map +0 -1
  856. package/dist/types/CSSColor.d.ts +0 -16
  857. package/dist/types/CSSColor.js +0 -19
  858. package/dist/types/CSSColor.js.map +0 -1
  859. package/dist/types/DOMReference.d.ts +0 -17
  860. package/dist/types/DOMReference.js +0 -25
  861. package/dist/types/DOMReference.js.map +0 -1
  862. package/dist/types/DataType.d.ts +0 -25
  863. package/dist/types/DataType.js +0 -44
  864. package/dist/types/DataType.js.map +0 -1
  865. package/dist/types/Float.d.ts +0 -18
  866. package/dist/types/Float.js +0 -22
  867. package/dist/types/Float.js.map +0 -1
  868. package/dist/types/Integer.d.ts +0 -18
  869. package/dist/types/Integer.js +0 -22
  870. package/dist/types/Integer.js.map +0 -1
  871. package/dist/util/AriaLabelHelper.d.ts +0 -6
  872. package/dist/util/AriaLabelHelper.js +0 -44
  873. package/dist/util/AriaLabelHelper.js.map +0 -1
  874. package/dist/util/createStyleInHead.d.ts +0 -8
  875. package/dist/util/createStyleInHead.js +0 -18
  876. package/dist/util/createStyleInHead.js.map +0 -1
  877. package/lib/generate-asset-parameters/index.js +0 -25
  878. package/lib/generate-styles/index.js +0 -26
  879. package/lib/generate-version-info/index.js +0 -32
  880. package/package-scripts.js +0 -67
  881. package/src/AssetRegistry.ts +0 -11
  882. package/src/Boot.ts +0 -61
  883. package/src/CSP.ts +0 -66
  884. package/src/CustomElementsRegistry.ts +0 -98
  885. package/src/CustomElementsScope.ts +0 -33
  886. package/src/CustomElementsScopeUtils.ts +0 -115
  887. package/src/DOMObserver.ts +0 -28
  888. package/src/Device.ts +0 -124
  889. package/src/EventProvider.ts +0 -87
  890. package/src/FeaturesRegistry.ts +0 -14
  891. package/src/FontFace.ts +0 -31
  892. package/src/InitialConfiguration.ts +0 -207
  893. package/src/Keys.ts +0 -295
  894. package/src/ManagedStyles.ts +0 -92
  895. package/src/MarkedEvents.ts +0 -20
  896. package/src/MediaRange.ts +0 -110
  897. package/src/PropertiesFileFormat.ts +0 -95
  898. package/src/Render.ts +0 -180
  899. package/src/RenderQueue.ts +0 -71
  900. package/src/Runtimes.ts +0 -114
  901. package/src/StaticArea.ts +0 -3
  902. package/src/StaticAreaItem.ts +0 -113
  903. package/src/SystemCSSVars.ts +0 -10
  904. package/src/Theming.ts +0 -4
  905. package/src/UI5Element.ts +0 -1155
  906. package/src/UI5ElementMetadata.ts +0 -389
  907. package/src/animations/AnimationQueue.ts +0 -43
  908. package/src/animations/animate.ts +0 -64
  909. package/src/animations/scroll.ts +0 -21
  910. package/src/animations/slideDown.ts +0 -72
  911. package/src/animations/slideUp.ts +0 -67
  912. package/src/asset-registries/Icons.ts +0 -162
  913. package/src/asset-registries/Illustrations.ts +0 -75
  914. package/src/asset-registries/LocaleData.ts +0 -172
  915. package/src/asset-registries/Themes.ts +0 -67
  916. package/src/asset-registries/i18n.ts +0 -118
  917. package/src/assets-meta/IconCollectionsAlias.ts +0 -18
  918. package/src/config/AnimationMode.ts +0 -33
  919. package/src/config/CalendarType.ts +0 -23
  920. package/src/config/FormatSettings.ts +0 -21
  921. package/src/config/Icons.ts +0 -59
  922. package/src/config/Language.ts +0 -72
  923. package/src/config/NoConflict.ts +0 -67
  924. package/src/config/RTL.ts +0 -41
  925. package/src/config/Theme.ts +0 -64
  926. package/src/config/ThemeRoots.ts +0 -41
  927. package/src/decorators/customElement.ts +0 -17
  928. package/src/decorators/event.ts +0 -28
  929. package/src/decorators/fastNavigation.ts +0 -14
  930. package/src/decorators/languageAware.ts +0 -14
  931. package/src/decorators/property.ts +0 -30
  932. package/src/decorators/slot.ts +0 -49
  933. package/src/decorators/themeAware.ts +0 -14
  934. package/src/delegate/ItemNavigation.ts +0 -393
  935. package/src/delegate/ResizeHandler.ts +0 -95
  936. package/src/delegate/ScrollEnablement.ts +0 -221
  937. package/src/features/F6Navigation.ts +0 -141
  938. package/src/features/OpenUI5Element.ts +0 -11
  939. package/src/features/OpenUI5Enablement.ts +0 -117
  940. package/src/features/OpenUI5Support.ts +0 -148
  941. package/src/getSharedResource.ts +0 -30
  942. package/src/i18nBundle.ts +0 -108
  943. package/src/locale/Locale.ts +0 -101
  944. package/src/locale/RTLAwareRegistry.ts +0 -16
  945. package/src/locale/applyDirection.ts +0 -18
  946. package/src/locale/directionChange.ts +0 -34
  947. package/src/locale/getEffectiveDir.ts +0 -28
  948. package/src/locale/getLocale.ts +0 -46
  949. package/src/locale/languageChange.ts +0 -24
  950. package/src/locale/nextFallbackLocale.ts +0 -28
  951. package/src/locale/normalizeLocale.ts +0 -56
  952. package/src/renderer/LitRenderer.ts +0 -60
  953. package/src/renderer/directives/style-map.js +0 -72
  954. package/src/renderer/executeTemplate.ts +0 -40
  955. package/src/theming/CustomStyle.ts +0 -62
  956. package/src/theming/ThemeLoaded.ts +0 -24
  957. package/src/theming/applyTheme.ts +0 -90
  958. package/src/theming/getConstructableStyle.ts +0 -31
  959. package/src/theming/getEffectiveLinksHrefs.ts +0 -26
  960. package/src/theming/getEffectiveStyle.ts +0 -41
  961. package/src/theming/getStylesString.ts +0 -15
  962. package/src/theming/getThemeDesignerTheme.ts +0 -101
  963. package/src/theming/preloadLinks.ts +0 -24
  964. package/src/thirdparty/_merge.ts +0 -32
  965. package/src/thirdparty/isPlainObject.ts +0 -18
  966. package/src/thirdparty/merge.ts +0 -5
  967. package/src/types/AnimationMode.ts +0 -33
  968. package/src/types/CSSColor.ts +0 -20
  969. package/src/types/CalendarType.ts +0 -38
  970. package/src/types/DOMReference.ts +0 -28
  971. package/src/types/DataType.ts +0 -51
  972. package/src/types/Float.ts +0 -25
  973. package/src/types/Integer.ts +0 -25
  974. package/src/types/InvisibleMessageMode.ts +0 -27
  975. package/src/types/ItemNavigationBehavior.ts +0 -26
  976. package/src/types/NavigationMode.ts +0 -33
  977. package/src/types/ValueState.ts +0 -47
  978. package/src/types.ts +0 -30
  979. package/src/updateShadowRoot.ts +0 -37
  980. package/src/util/AriaLabelHelper.ts +0 -63
  981. package/src/util/Caret.ts +0 -28
  982. package/src/util/ColorConversion.ts +0 -399
  983. package/src/util/FetchHelper.ts +0 -31
  984. package/src/util/FocusableElements.ts +0 -82
  985. package/src/util/HTMLSanitizer.ts +0 -9
  986. package/src/util/InvisibleMessage.ts +0 -69
  987. package/src/util/PopupUtils.ts +0 -114
  988. package/src/util/SlotsHelper.ts +0 -39
  989. package/src/util/StringHelper.ts +0 -26
  990. package/src/util/TabbableElements.ts +0 -70
  991. package/src/util/arraysAreEqual.ts +0 -15
  992. package/src/util/clamp.ts +0 -12
  993. package/src/util/createLinkInHead.ts +0 -25
  994. package/src/util/createStyleInHead.ts +0 -20
  995. package/src/util/debounce.ts +0 -18
  996. package/src/util/detectNavigatorLanguage.ts +0 -13
  997. package/src/util/escapeRegex.ts +0 -11
  998. package/src/util/formatMessage.ts +0 -24
  999. package/src/util/generateHighlightedMarkup.ts +0 -43
  1000. package/src/util/getActiveElement.ts +0 -11
  1001. package/src/util/getClassCopy.ts +0 -12
  1002. package/src/util/getDesigntimePropertyAsArray.ts +0 -4
  1003. package/src/util/getEffectiveContentDensity.ts +0 -5
  1004. package/src/util/getEffectiveScrollbarStyle.ts +0 -5
  1005. package/src/util/getFastNavigationGroups.ts +0 -63
  1006. package/src/util/getFileExtension.ts +0 -21
  1007. package/src/util/getNormalizedTarget.ts +0 -16
  1008. package/src/util/getSingletonElementInstance.ts +0 -13
  1009. package/src/util/isElementClickable.ts +0 -19
  1010. package/src/util/isElementHidden.ts +0 -9
  1011. package/src/util/isElementInView.ts +0 -15
  1012. package/src/util/isElementTabbable.ts +0 -37
  1013. package/src/util/isValidPropertyName.ts +0 -29
  1014. package/src/util/whenDOMReady.ts +0 -13
  1015. package/src/util/willShowContent.ts +0 -7
  1016. package/src/validateThemeRoot.ts +0 -58
  1017. package/used-modules.txt +0 -10
@@ -2,65 +2,95 @@
2
2
  font-family: "72";
3
3
  font-style: normal;
4
4
  font-weight: 400;
5
- src: local("72"),
6
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular.woff2?ui5-webcomponents) format("woff2");
5
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2?ui5-webcomponents) format("woff2"), local("72");
6
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
7
7
  }
8
8
 
9
9
  @font-face {
10
10
  font-family: "72full";
11
11
  font-style: normal;
12
12
  font-weight: 400;
13
- src: local('72-full'),
14
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular-full.woff2?ui5-webcomponents) format("woff2");
15
-
13
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2?ui5-webcomponents) format("woff2"), local('72-full');
16
14
  }
17
15
 
18
16
  @font-face {
19
17
  font-family: "72";
20
18
  font-style: normal;
21
19
  font-weight: 700;
22
- src: local('72-Bold'),
23
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2");
20
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2"), local('72-Bold');
21
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
24
22
  }
25
23
 
26
24
  @font-face {
27
25
  font-family: "72full";
28
26
  font-style: normal;
29
27
  font-weight: 700;
30
- src: local('72-Bold-full'),
31
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2");
28
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2");
32
29
  }
33
30
 
34
31
  @font-face {
35
32
  font-family: '72-Bold';
36
33
  font-style: normal;
37
- src: local('72-Bold'),
38
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2");
34
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2"), local('72-Bold');
35
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
39
36
  }
40
37
 
41
38
  @font-face {
42
39
  font-family: '72-Boldfull';
43
40
  font-style: normal;
44
- src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2");
41
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2");
45
42
  }
46
43
 
47
44
  @font-face {
48
45
  font-family: '72-Light';
49
46
  font-style: normal;
50
- src: local('72-Light'),
51
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light.woff2?ui5-webcomponents) format("woff2");
47
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2?ui5-webcomponents) format("woff2"), local('72-Light');
48
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
52
49
  }
53
50
 
54
51
  @font-face {
55
52
  font-family: '72-Lightfull';
56
53
  font-style: normal;
57
- src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light-full.woff2?ui5-webcomponents) format("woff2");
54
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2?ui5-webcomponents) format("woff2");
55
+ }
56
+
57
+ @font-face {
58
+ font-family: '72Mono';
59
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2?ui5-webcomponents) format('woff2'), local('72Mono');
60
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
61
+ }
62
+
63
+ @font-face {
64
+ font-family: '72Monofull';
65
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2?ui5-webcomponents) format('woff2');
66
+ }
67
+
68
+ @font-face {
69
+ font-family: '72Mono-Bold';
70
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2?ui5-webcomponents) format('woff2'), local('72Mono-Bold');
71
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
72
+ }
73
+
74
+ @font-face {
75
+ font-family: '72Mono-Boldfull';
76
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2?ui5-webcomponents) format('woff2');
58
77
  }
59
78
 
60
79
  @font-face {
61
80
  font-family: "72Black";
62
81
  font-style: bold;
63
82
  font-weight: 900;
64
- src: local('72Black'),
65
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2?ui5-webcomponents) format("woff2");
83
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2?ui5-webcomponents) format("woff2"), local('72Black');
84
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
66
85
  }
86
+
87
+ @font-face {
88
+ font-family: '72Blackfull';
89
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2?ui5-webcomponents) format('woff2');
90
+ }
91
+
92
+ @font-face {
93
+ font-family: "72-SemiboldDuplex";
94
+ src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2?ui5-webcomponents) format("woff2"), local('72-SemiboldDuplex');
95
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
96
+ }
@@ -7,11 +7,3 @@
7
7
  .sapUiSizeCompact {
8
8
  --_ui5_content_density:compact;
9
9
  }
10
-
11
- [dir="rtl"] {
12
- --_ui5_dir:rtl;
13
- }
14
-
15
- [dir="ltr"] {
16
- --_ui5_dir:ltr;
17
- }
@@ -0,0 +1 @@
1
+ import{options as r,Fragment as e}from"./preact.module.js";export{Fragment}from"./preact.module.js";var t=/["&<]/;function n(r){if(0===r.length||!1===t.test(r))return r;for(var e=0,n=0,o="",f="";n<r.length;n++){switch(r.charCodeAt(n)){case 34:f="&quot;";break;case 38:f="&amp;";break;case 60:f="&lt;";break;default:continue}n!==e&&(o+=r.slice(e,n)),o+=f,e=n+1}return n!==e&&(o+=r.slice(e,n)),o}var o=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,f=0,i=Array.isArray;function u(e,t,n,o,i,u){t||(t={});var a,c,l=t;"ref"in t&&(a=t.ref,delete t.ref);var p={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--f,__i:-1,__u:0,__source:i,__self:u};if("function"==typeof e&&(a=e.defaultProps))for(c in a)void 0===l[c]&&(l[c]=a[c]);return r.vnode&&r.vnode(p),p}function a(r){var t=u(e,{tpl:r,exprs:[].slice.call(arguments,1)});return t.key=t.__v,t}var c={},l=/[A-Z]/g;function p(e,t){if(r.attr){var f=r.attr(e,t);if("string"==typeof f)return f}if("ref"===e||"key"===e)return"";if("style"===e&&"object"==typeof t){var i="";for(var u in t){var a=t[u];if(null!=a&&""!==a){var p="-"==u[0]?u:c[u]||(c[u]=u.replace(l,"-$&").toLowerCase()),s=";";"number"!=typeof a||p.startsWith("--")||o.test(p)||(s="px;"),i=i+p+":"+a+s}}return e+'="'+i+'"'}return null==t||!1===t||"function"==typeof t||"object"==typeof t?"":!0===t?e:e+'="'+n(t)+'"'}function s(r){if(null==r||"boolean"==typeof r||"function"==typeof r)return null;if("object"==typeof r){if(void 0===r.constructor)return r;if(i(r)){for(var e=0;e<r.length;e++)r[e]=s(r[e]);return r}}return n(""+r)}export{u as jsx,p as jsxAttr,u as jsxDEV,s as jsxEscape,a as jsxTemplate,u as jsxs};
@@ -0,0 +1 @@
1
+ var n,l,u,t,i,o,r,e,f,c,s,a,h,p={},v=[],y=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,d=Array.isArray;function w(n,l){for(var u in l)n[u]=l[u];return n}function _(n){n&&n.parentNode&&n.parentNode.removeChild(n)}function g(l,u,t){var i,o,r,e={};for(r in u)"key"==r?i=u[r]:"ref"==r?o=u[r]:e[r]=u[r];if(arguments.length>2&&(e.children=arguments.length>3?n.call(arguments,2):t),"function"==typeof l&&null!=l.defaultProps)for(r in l.defaultProps)void 0===e[r]&&(e[r]=l.defaultProps[r]);return m(l,e,i,o,null)}function m(n,t,i,o,r){var e={type:n,props:t,key:i,ref:o,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:null==r?++u:r,__i:-1,__u:0};return null==r&&null!=l.vnode&&l.vnode(e),e}function b(){return{current:null}}function k(n){return n.children}function x(n,l){this.props=n,this.context=l}function C(n,l){if(null==l)return n.__?C(n.__,n.__i+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return"function"==typeof n.type?C(n):null}function S(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return S(n)}}function M(n){(!n.__d&&(n.__d=!0)&&i.push(n)&&!P.__r++||o!==l.debounceRendering)&&((o=l.debounceRendering)||r)(P)}function P(){var n,u,t,o,r,f,c,s;for(i.sort(e);n=i.shift();)n.__d&&(u=i.length,o=void 0,f=(r=(t=n).__v).__e,c=[],s=[],t.__P&&((o=w({},r)).__v=r.__v+1,l.vnode&&l.vnode(o),F(t.__P,o,r,t.__n,t.__P.namespaceURI,32&r.__u?[f]:null,c,null==f?C(r):f,!!(32&r.__u),s),o.__v=r.__v,o.__.__k[o.__i]=o,z(c,o,s),o.__e!=f&&S(o)),i.length>u&&i.sort(e));P.__r=0}function $(n,l,u,t,i,o,r,e,f,c,s){var a,h,y,d,w,_,g=t&&t.__k||v,m=l.length;for(f=I(u,l,g,f),a=0;a<m;a++)null!=(y=u.__k[a])&&(h=-1===y.__i?p:g[y.__i]||p,y.__i=a,_=F(n,y,h,i,o,r,e,f,c,s),d=y.__e,y.ref&&h.ref!=y.ref&&(h.ref&&V(h.ref,null,y),s.push(y.ref,y.__c||d,y)),null==w&&null!=d&&(w=d),4&y.__u||h.__k===y.__k?f=H(y,f,n):"function"==typeof y.type&&void 0!==_?f=_:d&&(f=d.nextSibling),y.__u&=-7);return u.__e=w,f}function I(n,l,u,t){var i,o,r,e,f,c=l.length,s=u.length,a=s,h=0;for(n.__k=[],i=0;i<c;i++)null!=(o=l[i])&&"boolean"!=typeof o&&"function"!=typeof o?(e=i+h,(o=n.__k[i]="string"==typeof o||"number"==typeof o||"bigint"==typeof o||o.constructor==String?m(null,o,null,null,null):d(o)?m(k,{children:o},null,null,null):void 0===o.constructor&&o.__b>0?m(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=n,o.__b=n.__b+1,r=null,-1!==(f=o.__i=O(o,u,e,a))&&(a--,(r=u[f])&&(r.__u|=2)),null==r||null===r.__v?(-1==f&&h--,"function"!=typeof o.type&&(o.__u|=4)):f!==e&&(f==e-1?h--:f==e+1?h++:(f>e?h--:h++,o.__u|=4))):o=n.__k[i]=null;if(a)for(i=0;i<s;i++)null!=(r=u[i])&&0==(2&r.__u)&&(r.__e==t&&(t=C(r)),q(r,r));return t}function H(n,l,u){var t,i;if("function"==typeof n.type){for(t=n.__k,i=0;t&&i<t.length;i++)t[i]&&(t[i].__=n,l=H(t[i],l,u));return l}n.__e!=l&&(l&&n.type&&!u.contains(l)&&(l=C(n)),u.insertBefore(n.__e,l||null),l=n.__e);do{l=l&&l.nextSibling}while(null!=l&&8===l.nodeType);return l}function L(n,l){return l=l||[],null==n||"boolean"==typeof n||(d(n)?n.some(function(n){L(n,l)}):l.push(n)),l}function O(n,l,u,t){var i=n.key,o=n.type,r=u-1,e=u+1,f=l[u];if(null===f||f&&i==f.key&&o===f.type&&0==(2&f.__u))return u;if(("function"!=typeof o||o===k||i)&&t>(null!=f&&0==(2&f.__u)?1:0))for(;r>=0||e<l.length;){if(r>=0){if((f=l[r])&&0==(2&f.__u)&&i==f.key&&o===f.type)return r;r--}if(e<l.length){if((f=l[e])&&0==(2&f.__u)&&i==f.key&&o===f.type)return e;e++}}return-1}function T(n,l,u){"-"===l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||y.test(l)?u:u+"px"}function j(n,l,u,t,i){var o,r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else{if("string"==typeof t&&(n.style.cssText=t=""),t)for(l in t)u&&l in u||T(n.style,l,"");if(u)for(l in u)t&&u[l]===t[l]||T(n.style,l,u[l])}else if("o"===l[0]&&"n"===l[1])o=l!==(l=l.replace(f,"$1")),l=l.toLowerCase()in n||"onFocusOut"===l||"onFocusIn"===l?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+o]=u,u?t?u.u=t.u:(u.u=c,n.addEventListener(l,o?a:s,o)):n.removeEventListener(l,o?a:s,o);else{if("http://www.w3.org/2000/svg"==i)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!=l&&"height"!=l&&"href"!=l&&"list"!=l&&"form"!=l&&"tabIndex"!=l&&"download"!=l&&"rowSpan"!=l&&"colSpan"!=l&&"role"!=l&&"popover"!=l&&l in n)try{r=n.tagName&&n.tagName.includes("-"),u!==t&&(n[l]=null!=u||r?u:"");break n}catch(n){}"function"==typeof u||(null==u||!1===u&&"-"!==l[4]?n.removeAttribute(l):n.setAttribute(l,"popover"==l&&1==u?"":u))}}function A(n){return function(u){if(this.l){var t=this.l[u.type+n];if(null==u.t)u.t=c++;else if(u.t<t.u)return;return t(l.event?l.event(u):u)}}}function F(n,u,t,i,o,r,e,f,c,s){var a,h,p,v,y,g,m,b,C,S,M,P,I,H,L,O,T,j=u.type;if(void 0!==u.constructor)return null;128&t.__u&&(c=!!(32&t.__u),r=[f=u.__e=t.__e]),(a=l.__b)&&a(u);n:if("function"==typeof j)try{if(b=u.props,C="prototype"in j&&j.prototype.render,S=(a=j.contextType)&&i[a.__c],M=a?S?S.props.value:a.__:i,t.__c?m=(h=u.__c=t.__c).__=h.__E:(C?u.__c=h=new j(b,M):(u.__c=h=new x(b,M),h.constructor=j,h.render=B),S&&S.sub(h),h.props=b,h.state||(h.state={}),h.context=M,h.__n=i,p=h.__d=!0,h.__h=[],h._sb=[]),C&&null==h.__s&&(h.__s=h.state),C&&null!=j.getDerivedStateFromProps&&(h.__s==h.state&&(h.__s=w({},h.__s)),w(h.__s,j.getDerivedStateFromProps(b,h.__s))),v=h.props,y=h.state,h.__v=u,p)C&&null==j.getDerivedStateFromProps&&null!=h.componentWillMount&&h.componentWillMount(),C&&null!=h.componentDidMount&&h.__h.push(h.componentDidMount);else{if(C&&null==j.getDerivedStateFromProps&&b!==v&&null!=h.componentWillReceiveProps&&h.componentWillReceiveProps(b,M),!h.__e&&(null!=h.shouldComponentUpdate&&!1===h.shouldComponentUpdate(b,h.__s,M)||u.__v===t.__v)){for(u.__v!==t.__v&&(h.props=b,h.state=h.__s,h.__d=!1),u.__e=t.__e,u.__k=t.__k,u.__k.some(function(n){n&&(n.__=u)}),P=0;P<h._sb.length;P++)h.__h.push(h._sb[P]);h._sb=[],h.__h.length&&e.push(h);break n}null!=h.componentWillUpdate&&h.componentWillUpdate(b,h.__s,M),C&&null!=h.componentDidUpdate&&h.__h.push(function(){h.componentDidUpdate(v,y,g)})}if(h.context=M,h.props=b,h.__P=n,h.__e=!1,I=l.__r,H=0,C){for(h.state=h.__s,h.__d=!1,I&&I(u),a=h.render(h.props,h.state,h.context),L=0;L<h._sb.length;L++)h.__h.push(h._sb[L]);h._sb=[]}else do{h.__d=!1,I&&I(u),a=h.render(h.props,h.state,h.context),h.state=h.__s}while(h.__d&&++H<25);h.state=h.__s,null!=h.getChildContext&&(i=w(w({},i),h.getChildContext())),C&&!p&&null!=h.getSnapshotBeforeUpdate&&(g=h.getSnapshotBeforeUpdate(v,y)),f=$(n,d(O=null!=a&&a.type===k&&null==a.key?a.props.children:a)?O:[O],u,t,i,o,r,e,f,c,s),h.base=u.__e,u.__u&=-161,h.__h.length&&e.push(h),m&&(h.__E=h.__=null)}catch(n){if(u.__v=null,c||null!=r)if(n.then){for(u.__u|=c?160:128;f&&8===f.nodeType&&f.nextSibling;)f=f.nextSibling;r[r.indexOf(f)]=null,u.__e=f}else for(T=r.length;T--;)_(r[T]);else u.__e=t.__e,u.__k=t.__k;l.__e(n,u,t)}else null==r&&u.__v===t.__v?(u.__k=t.__k,u.__e=t.__e):f=u.__e=N(t.__e,u,t,i,o,r,e,c,s);return(a=l.diffed)&&a(u),128&u.__u?void 0:f}function z(n,u,t){for(var i=0;i<t.length;i++)V(t[i],t[++i],t[++i]);l.__c&&l.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u)})}catch(n){l.__e(n,u.__v)}})}function N(u,t,i,o,r,e,f,c,s){var a,h,v,y,w,g,m,b,k=i.props,x=t.props,S=t.type;if("svg"===S?r="http://www.w3.org/2000/svg":"math"===S?r="http://www.w3.org/1998/Math/MathML":r||(r="http://www.w3.org/1999/xhtml"),null!=e)for(a=0;a<e.length;a++)if((w=e[a])&&"setAttribute"in w==!!S&&(S?w.localName===S:3===w.nodeType)){u=w,e[a]=null;break}if(null==u){if(null===S)return document.createTextNode(x);u=document.createElementNS(r,S,x.is&&x),c&&(l.__m&&l.__m(t,e),c=!1),e=null}if(null===S)k===x||c&&u.data===x||(u.data=x);else{if(e=e&&n.call(u.childNodes),k=i.props||p,!c&&null!=e)for(k={},a=0;a<u.attributes.length;a++)k[(w=u.attributes[a]).name]=w.value;for(a in k)if(w=k[a],"children"==a);else if("dangerouslySetInnerHTML"==a)v=w;else if(!(a in x)){if("value"==a&&"defaultValue"in x||"checked"==a&&"defaultChecked"in x)continue;j(u,a,null,w,r)}for(a in x)w=x[a],"children"==a?y=w:"dangerouslySetInnerHTML"==a?h=w:"value"==a?g=w:"checked"==a?m=w:c&&"function"!=typeof w||k[a]===w||(a.startsWith("on")&&(b=o[Object.keys(o)[0]].props.value,w=w.bind(b)),j(u,a,w,k[a],r));if(h)c||v&&(h.__html===v.__html||h.__html===u.innerHTML)||(u.innerHTML=h.__html),t.__k=[];else if(v&&(u.innerHTML=""),$(u,d(y)?y:[y],t,i,o,"foreignObject"===S?"http://www.w3.org/1999/xhtml":r,e,f,e?e[0]:i.__k&&C(i,0),c,s),null!=e)for(a=e.length;a--;)_(e[a]);c||(a="value","progress"===S&&null==g?u.removeAttribute("value"):void 0!==g&&(g!==u[a]||"progress"===S&&!g||"option"===S&&g!==k[a])&&j(u,a,g,k[a],r),a="checked",void 0!==m&&m!==u[a]&&j(u,a,m,k[a],r))}return u}function V(n,u,t){try{if("function"==typeof n){var i="function"==typeof n.__u;i&&n.__u(),i&&null==u||(n.__u=n(u))}else n.current=u}catch(n){l.__e(n,t)}}function q(n,u,t){var i,o;if(l.unmount&&l.unmount(n),(i=n.ref)&&(i.current&&i.current!==n.__e||V(i,null,u)),null!=(i=n.__c)){if(i.componentWillUnmount)try{i.componentWillUnmount()}catch(n){l.__e(n,u)}i.base=i.__P=null}if(i=n.__k)for(o=0;o<i.length;o++)i[o]&&q(i[o],u,t||"function"!=typeof n.type);t||_(n.__e),n.__c=n.__=n.__e=void 0}function B(n,l,u){return this.constructor(n,u)}function D(u,t,i){var o,r,e,f;t===document&&(t=document.documentElement),l.__&&l.__(u,t),r=(o="function"==typeof i)?null:i&&i.__k||t.__k,e=[],f=[],F(t,u=(!o&&i||t).__k=g(k,null,[u]),r||p,p,t.namespaceURI,!o&&i?[i]:r?null:t.firstChild?n.call(t.childNodes):null,e,!o&&i?i:r?r.__e:t.firstChild,o,f),z(e,u,f)}function E(n,l){D(n,l,E)}function G(l,u,t){var i,o,r,e,f=w({},l.props);for(r in l.type&&l.type.defaultProps&&(e=l.type.defaultProps),u)"key"==r?i=u[r]:"ref"==r?o=u[r]:f[r]=void 0===u[r]&&void 0!==e?e[r]:u[r];return arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):t),m(l.type,f,i||l.key,o||l.ref,null)}function J(n,l){var u={__c:l="__cC"+h++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,t;return this.getChildContext||(u=new Set,(t={})[l]=this,this.getChildContext=function(){return t},this.componentWillUnmount=function(){u=null},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.forEach(function(n){n.__e=!0,M(n)})},this.sub=function(n){u.add(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u&&u.delete(n),l&&l.call(n)}}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=v.slice,l={__e:function(n,l,u,t){for(var i,o,r;l=l.__;)if((i=l.__c)&&!i.__)try{if((o=i.constructor)&&null!=o.getDerivedStateFromError&&(i.setState(o.getDerivedStateFromError(n)),r=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(n,t||{}),r=i.__d),r)return i.__E=i}catch(l){n=l}throw n}},u=0,t=function(n){return null!=n&&null==n.constructor},x.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=w({},this.state),"function"==typeof n&&(n=n(w({},u),this.props)),n&&w(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),M(this))},x.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),M(this))},x.prototype.render=k,i=[],r="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,e=function(n,l){return n.__v.__b-l.__v.__b},P.__r=0,f=/(PointerCapture)$|Capture$/i,c=0,s=A(!1),a=A(!0),h=0;export{x as Component,k as Fragment,G as cloneElement,J as createContext,g as createElement,b as createRef,g as h,E as hydrate,t as isValidElement,l as options,D as render,L as toChildArray};
@@ -0,0 +1 @@
1
+ preact version: "10.25.1"
package/tsconfig.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
- "include": ["src/**/*", "global.d.ts"],
3
- "compilerOptions": {
4
- "target": "ES2021",
5
- // Generate d.ts files
6
- "declaration": true,
7
- "outDir": "dist",
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "strict": true,
11
- "moduleResolution": "node",
12
- },
13
- }
2
+ "extends": "@ui5/webcomponents-tools/tsconfig.json",
3
+ "include": [
4
+ "src/**/*",
5
+ "src/global.d.ts",
6
+ ],
7
+ "compilerOptions": {
8
+ "outDir": "dist",
9
+ "composite": true,
10
+ "rootDir": "src",
11
+ "experimentalDecorators": true,
12
+ "module": "NodeNext",
13
+ "moduleResolution": "NodeNext",
14
+ "tsBuildInfoFile": "dist/.tsbuildinfobuild",
15
+ "paths": {
16
+ "@ui5/webcomponents-base/dist/ssr-dom.js": ["./src/ssr-dom.ts"],
17
+ }
18
+ },
19
+ }
package/.eslintignore DELETED
@@ -1,15 +0,0 @@
1
- # Note: Changes to this file also must be applied to the top level .eslintignore file.
2
- test
3
- lib
4
- dist
5
- jsdoc-dist
6
- src/thirdparty
7
- bundle.esm.js
8
- bundle.es5.js
9
- rollup.config*.js
10
- wdio.conf.js
11
- postcss.config.js
12
- package-scripts.js
13
- .eslintrc.js
14
- src/renderer/directives/style-map.js
15
- src/util/metaUrl.js
package/bundle.esm.js DELETED
@@ -1,60 +0,0 @@
1
- import { registerThemePropertiesLoader } from "./dist/AssetRegistry.js";
2
- import EventProvider from "./dist/EventProvider.js";
3
-
4
- // ESM bundle targets browsers with native support
5
- import "./dist/features/OpenUI5Support.js";
6
-
7
- // Test components
8
- import "./test/elements/Generic.js";
9
- import "./test/elements/NoShadowDOM.js";
10
- import "./test/elements/Parent.js";
11
- import "./test/elements/Child.js";
12
- import "./test/elements/WithStaticArea.js";
13
- import "./test/elements/WithComplexTemplate.js";
14
- import "./test/elements/GenericExt.js";
15
-
16
- // Test themes - CSS Vars for the sap_fiori_3, sap_fiori_3_dark, sap_belize and sap_belize_hcb themes
17
- import "./test/assets/Themes.js";
18
-
19
- // used in test pages
20
- import { renderFinished } from "./dist/Render.js";
21
-
22
- // used for tests - to register a custom theme
23
- window.registerThemePropertiesLoader = registerThemePropertiesLoader;
24
-
25
- // i18n
26
- import { registerI18nLoader, getI18nBundle } from "./dist/i18nBundle.js";
27
- import parseProperties from "./dist/PropertiesFileFormat.js";
28
-
29
- // Note: keep in sync with rollup.config value for IIFE
30
- import { getAnimationMode } from "./dist/config/AnimationMode.js";
31
- import { getLanguage, setLanguage } from "./dist/config/Language.js";
32
- import { getCalendarType } from "./dist/config/CalendarType.js";
33
- import { getTheme, setTheme } from "./dist/config/Theme.js";
34
- import { getNoConflict, setNoConflict } from "./dist/config/NoConflict.js";
35
- import { getRTL } from "./dist/config/RTL.js";
36
- import { getFirstDayOfWeek } from "./dist/config/FormatSettings.js";
37
- import { _getRegisteredNames as getIconNames } from "./dist/asset-registries/Icons.js"
38
- import applyDirection from "./dist/locale/applyDirection.js";
39
-
40
- window["sap-ui-webcomponents-bundle"] = {
41
- configuration : {
42
- getAnimationMode,
43
- getLanguage,
44
- setLanguage,
45
- getTheme,
46
- setTheme,
47
- getNoConflict,
48
- setNoConflict,
49
- getCalendarType,
50
- getRTL,
51
- getFirstDayOfWeek,
52
- },
53
- getIconNames,
54
- parseProperties,
55
- registerI18nLoader,
56
- getI18nBundle,
57
- renderFinished,
58
- applyDirection,
59
- EventProvider,
60
- };
@@ -1 +0,0 @@
1
- module.exports = require("@ui5/webcomponents-tools/components-package/wdio.js");
package/dist/CSP.d.ts DELETED
@@ -1,30 +0,0 @@
1
- /**
2
- * Use this function to provide the path to the directory where the css resources for the given package will be served from.
3
- *
4
- * @public
5
- * @param packageName name of the package that is being configured
6
- * @param root path, accessible by the server that will serve the css resources
7
- */
8
- declare const setPackageCSSRoot: (packageName: string, root: string) => void;
9
- declare const getUrl: (packageName: string, path: string) => string;
10
- /**
11
- * Call this function to enable or disable the usage of <link> tags instead of <style> tags to achieve CSP compliance
12
- * Example: "setUseLinks(true)" will unconditionally use <link> tags for all browsers;
13
- * Example: "setUseLinks(!document.adoptedStyleSheets) will only enable the usage of <link> tags for browsers that do not support constructable stylesheets.
14
- *
15
- * @public
16
- * @param use whether links will be used
17
- */
18
- declare const setUseLinks: (use: boolean) => void;
19
- /**
20
- * Call this function to enable or disable the preloading of <link> tags.
21
- * Note: only taken into account when <link> tags are being used.
22
- * Note: links are being preloaded by default, so call "setPreloadLinks(false)" to opt out of this.
23
- *
24
- * @public
25
- * @param preload
26
- */
27
- declare const setPreloadLinks: (preload: boolean) => void;
28
- declare const shouldUseLinks: () => boolean;
29
- declare const shouldPreloadLinks: () => boolean;
30
- export { setPackageCSSRoot, getUrl, setUseLinks, setPreloadLinks, shouldUseLinks, shouldPreloadLinks, };
package/dist/CSP.js DELETED
@@ -1,51 +0,0 @@
1
- const roots = new Map();
2
- let useLinks = false;
3
- let preloadLinks = true;
4
- /**
5
- * Use this function to provide the path to the directory where the css resources for the given package will be served from.
6
- *
7
- * @public
8
- * @param packageName name of the package that is being configured
9
- * @param root path, accessible by the server that will serve the css resources
10
- */
11
- const setPackageCSSRoot = (packageName, root) => {
12
- roots.set(packageName, root);
13
- };
14
- const getUrl = (packageName, path) => {
15
- const packageCSSRoot = roots.get(packageName);
16
- if (!packageCSSRoot) {
17
- console.warn(`Root path to the CSS resources ${packageName} not provided - use "setPackageCSSRoot" to provide the root.`); // eslint-disable-line
18
- return "";
19
- }
20
- return `${packageCSSRoot}${path}`;
21
- };
22
- /**
23
- * Call this function to enable or disable the usage of <link> tags instead of <style> tags to achieve CSP compliance
24
- * Example: "setUseLinks(true)" will unconditionally use <link> tags for all browsers;
25
- * Example: "setUseLinks(!document.adoptedStyleSheets) will only enable the usage of <link> tags for browsers that do not support constructable stylesheets.
26
- *
27
- * @public
28
- * @param use whether links will be used
29
- */
30
- const setUseLinks = (use) => {
31
- useLinks = use;
32
- };
33
- /**
34
- * Call this function to enable or disable the preloading of <link> tags.
35
- * Note: only taken into account when <link> tags are being used.
36
- * Note: links are being preloaded by default, so call "setPreloadLinks(false)" to opt out of this.
37
- *
38
- * @public
39
- * @param preload
40
- */
41
- const setPreloadLinks = (preload) => {
42
- preloadLinks = preload;
43
- };
44
- const shouldUseLinks = () => {
45
- return useLinks;
46
- };
47
- const shouldPreloadLinks = () => {
48
- return preloadLinks;
49
- };
50
- export { setPackageCSSRoot, getUrl, setUseLinks, setPreloadLinks, shouldUseLinks, shouldPreloadLinks, };
51
- //# sourceMappingURL=CSP.js.map
package/dist/CSP.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"CSP.js","sourceRoot":"","sources":["../src/CSP.ts"],"names":[],"mappings":"AAAA,MAAM,KAAK,GAAG,IAAI,GAAG,EAAkB,CAAC;AACxC,IAAI,QAAQ,GAAG,KAAK,CAAC;AACrB,IAAI,YAAY,GAAG,IAAI,CAAC;AAExB;;;;;;GAMG;AACH,MAAM,iBAAiB,GAAG,CAAC,WAAmB,EAAE,IAAY,EAAE,EAAE;IAC/D,KAAK,CAAC,GAAG,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;AAC9B,CAAC,CAAC;AAEF,MAAM,MAAM,GAAG,CAAC,WAAmB,EAAE,IAAY,EAAE,EAAE;IACpD,MAAM,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;IAE9C,IAAI,CAAC,cAAc,EAAE;QACpB,OAAO,CAAC,IAAI,CAAC,kCAAkC,WAAW,8DAA8D,CAAC,CAAC,CAAC,sBAAsB;QACjJ,OAAO,EAAE,CAAC;KACV;IAED,OAAO,GAAG,cAAc,GAAG,IAAI,EAAE,CAAC;AACnC,CAAC,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,WAAW,GAAG,CAAC,GAAY,EAAE,EAAE;IACpC,QAAQ,GAAG,GAAG,CAAC;AAChB,CAAC,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,eAAe,GAAG,CAAC,OAAgB,EAAE,EAAE;IAC5C,YAAY,GAAG,OAAO,CAAC;AACxB,CAAC,CAAC;AAEF,MAAM,cAAc,GAAG,GAAG,EAAE;IAC3B,OAAO,QAAQ,CAAC;AACjB,CAAC,CAAC;AAEF,MAAM,kBAAkB,GAAG,GAAG,EAAE;IAC/B,OAAO,YAAY,CAAC;AACrB,CAAC,CAAC;AAEF,OAAO,EACN,iBAAiB,EACjB,MAAM,EACN,WAAW,EACX,eAAe,EACf,cAAc,EACd,kBAAkB,GAClB,CAAC"}
@@ -1,9 +0,0 @@
1
- /**
2
- * Marks the given event with random marker.
3
- */
4
- declare const markEvent: (event: Event, value: string) => void;
5
- /**
6
- * Returns the marker for the given event.
7
- */
8
- declare const getEventMark: (event: Event) => string | undefined;
9
- export { markEvent, getEventMark, };
@@ -1,15 +0,0 @@
1
- const markedEvents = new WeakMap();
2
- /**
3
- * Marks the given event with random marker.
4
- */
5
- const markEvent = (event, value) => {
6
- markedEvents.set(event, value);
7
- };
8
- /**
9
- * Returns the marker for the given event.
10
- */
11
- const getEventMark = (event) => {
12
- return markedEvents.get(event);
13
- };
14
- export { markEvent, getEventMark, };
15
- //# sourceMappingURL=MarkedEvents.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MarkedEvents.js","sourceRoot":"","sources":["../src/MarkedEvents.ts"],"names":[],"mappings":"AAAA,MAAM,YAAY,GAAG,IAAI,OAAO,EAAiB,CAAC;AAElD;;GAEG;AACH,MAAM,SAAS,GAAG,CAAC,KAAY,EAAE,KAAa,EAAE,EAAE;IACjD,YAAY,CAAC,GAAG,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;AAChC,CAAC,CAAC;AAEF;;GAEG;AACH,MAAM,YAAY,GAAG,CAAC,KAAY,EAAsB,EAAE;IACzD,OAAO,YAAY,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;AAChC,CAAC,CAAC;AAEF,OAAO,EACN,SAAS,EACT,YAAY,GACZ,CAAC"}
File without changes
@@ -1,6 +0,0 @@
1
- "use strict";
2
- if (!customElements.get("ui5-static-area")) {
3
- customElements.define("ui5-static-area", class extends HTMLElement {
4
- });
5
- }
6
- //# sourceMappingURL=StaticArea.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StaticArea.js","sourceRoot":"","sources":["../src/StaticArea.ts"],"names":[],"mappings":";AAAA,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,iBAAiB,CAAC,EAAE;IAC3C,cAAc,CAAC,MAAM,CAAC,iBAAiB,EAAE,KAAM,SAAQ,WAAW;KAAG,CAAC,CAAC;CACvE"}
@@ -1,36 +0,0 @@
1
- import "./StaticArea.js";
2
- import type UI5Element from "./UI5Element.js";
3
- /**
4
- *
5
- * @class
6
- * @author SAP SE
7
- * @private
8
- */
9
- declare class StaticAreaItem extends HTMLElement {
10
- _rendered: boolean;
11
- ownerElement?: UI5Element;
12
- constructor();
13
- /**
14
- * @param {UI5Element} ownerElement the UI5Element instance that owns this static area item
15
- */
16
- setOwnerElement(ownerElement: UI5Element): void;
17
- /**
18
- * Updates the shadow root of the static area item with the latest state, if rendered
19
- */
20
- update(): void;
21
- /**
22
- * Sets the correct content density based on the owner element's state
23
- * @private
24
- */
25
- _updateContentDensity(): void;
26
- _updateDirection(): void;
27
- _updateAdditionalAttrs(): void;
28
- /**
29
- * @protected
30
- * Returns reference to the DOM element where the current fragment is added.
31
- */
32
- getDomRef(): Promise<ShadowRoot | null>;
33
- static getTag(): string;
34
- static createInstance(): StaticAreaItem;
35
- }
36
- export default StaticAreaItem;
@@ -1,99 +0,0 @@
1
- import "./StaticArea.js";
2
- import updateShadowRoot from "./updateShadowRoot.js";
3
- import { renderFinished } from "./Render.js";
4
- import getEffectiveContentDensity from "./util/getEffectiveContentDensity.js";
5
- import { getEffectiveScopingSuffixForTag } from "./CustomElementsScopeUtils.js";
6
- import getEffectiveDir from "./locale/getEffectiveDir.js";
7
- const pureTagName = "ui5-static-area-item";
8
- const popupIntegrationAttr = "data-sap-ui-integration-popup-content";
9
- /**
10
- *
11
- * @class
12
- * @author SAP SE
13
- * @private
14
- */
15
- class StaticAreaItem extends HTMLElement {
16
- constructor() {
17
- super();
18
- this._rendered = false;
19
- this.attachShadow({ mode: "open" });
20
- }
21
- /**
22
- * @param {UI5Element} ownerElement the UI5Element instance that owns this static area item
23
- */
24
- setOwnerElement(ownerElement) {
25
- this.ownerElement = ownerElement;
26
- this.classList.add(this.ownerElement._id); // used for getting the popover in the tests
27
- if (this.ownerElement.hasAttribute("data-ui5-static-stable")) {
28
- this.setAttribute("data-ui5-stable", this.ownerElement.getAttribute("data-ui5-static-stable")); // stable selector
29
- }
30
- }
31
- /**
32
- * Updates the shadow root of the static area item with the latest state, if rendered
33
- */
34
- update() {
35
- if (this._rendered) {
36
- this._updateAdditionalAttrs();
37
- this._updateContentDensity();
38
- this._updateDirection();
39
- updateShadowRoot(this.ownerElement, true);
40
- }
41
- }
42
- /**
43
- * Sets the correct content density based on the owner element's state
44
- * @private
45
- */
46
- _updateContentDensity() {
47
- if (getEffectiveContentDensity(this.ownerElement) === "compact") {
48
- this.classList.add("sapUiSizeCompact");
49
- this.classList.add("ui5-content-density-compact");
50
- }
51
- else {
52
- this.classList.remove("sapUiSizeCompact");
53
- this.classList.remove("ui5-content-density-compact");
54
- }
55
- }
56
- _updateDirection() {
57
- if (this.ownerElement) {
58
- const dir = getEffectiveDir(this.ownerElement);
59
- if (dir) {
60
- this.setAttribute("dir", dir);
61
- }
62
- else {
63
- this.removeAttribute("dir");
64
- }
65
- }
66
- }
67
- _updateAdditionalAttrs() {
68
- this.setAttribute(pureTagName, "");
69
- this.setAttribute(popupIntegrationAttr, "");
70
- }
71
- /**
72
- * @protected
73
- * Returns reference to the DOM element where the current fragment is added.
74
- */
75
- async getDomRef() {
76
- this._updateContentDensity();
77
- if (!this._rendered) {
78
- this._rendered = true;
79
- updateShadowRoot(this.ownerElement, true);
80
- }
81
- await renderFinished(); // Wait for the content of the ui5-static-area-item to be rendered
82
- return this.shadowRoot;
83
- }
84
- static getTag() {
85
- const suffix = getEffectiveScopingSuffixForTag(pureTagName);
86
- if (!suffix) {
87
- return pureTagName;
88
- }
89
- return `${pureTagName}-${suffix}`;
90
- }
91
- static createInstance() {
92
- if (!customElements.get(StaticAreaItem.getTag())) {
93
- customElements.define(StaticAreaItem.getTag(), StaticAreaItem);
94
- }
95
- return document.createElement(this.getTag());
96
- }
97
- }
98
- export default StaticAreaItem;
99
- //# sourceMappingURL=StaticAreaItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StaticAreaItem.js","sourceRoot":"","sources":["../src/StaticAreaItem.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAC;AACzB,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,0BAA0B,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,eAAe,MAAM,6BAA6B,CAAC;AAG1D,MAAM,WAAW,GAAG,sBAAsB,CAAC;AAC3C,MAAM,oBAAoB,GAAG,uCAAuC,CAAC;AAErE;;;;;GAKG;AACH,MAAM,cAAe,SAAQ,WAAW;IAIvC;QACC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IACrC,CAAC;IAED;;OAEG;IACH,eAAe,CAAC,YAAwB;QACvC,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;QACjC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,4CAA4C;QACvF,IAAI,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,wBAAwB,CAAC,EAAE;YAC7D,IAAI,CAAC,YAAY,CAAC,iBAAiB,EAAE,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,wBAAwB,CAAE,CAAC,CAAC,CAAC,kBAAkB;SACnH;IACF,CAAC;IAED;;OAEG;IACH,MAAM;QACL,IAAI,IAAI,CAAC,SAAS,EAAE;YACnB,IAAI,CAAC,sBAAsB,EAAE,CAAC;YAC9B,IAAI,CAAC,qBAAqB,EAAE,CAAC;YAC7B,IAAI,CAAC,gBAAgB,EAAE,CAAC;YACxB,gBAAgB,CAAC,IAAI,CAAC,YAAa,EAAE,IAAI,CAAC,CAAC;SAC3C;IACF,CAAC;IAED;;;OAGG;IACH,qBAAqB;QACpB,IAAI,0BAA0B,CAAC,IAAI,CAAC,YAAa,CAAC,KAAK,SAAS,EAAE;YACjE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;YACvC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,6BAA6B,CAAC,CAAC;SAClD;aAAM;YACN,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;YAC1C,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;SACrD;IACF,CAAC;IAED,gBAAgB;QACf,IAAI,IAAI,CAAC,YAAY,EAAE;YACtB,MAAM,GAAG,GAAG,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;YAC/C,IAAI,GAAG,EAAE;gBACR,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;aAC9B;iBAAM;gBACN,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;aAC5B;SACD;IACF,CAAC;IAED,sBAAsB;QACrB,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC;QACnC,IAAI,CAAC,YAAY,CAAC,oBAAoB,EAAE,EAAE,CAAC,CAAC;IAC7C,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,SAAS;QACd,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAC7B,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE;YACpB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;YACtB,gBAAgB,CAAC,IAAI,CAAC,YAAa,EAAE,IAAI,CAAC,CAAC;SAC3C;QACD,MAAM,cAAc,EAAE,CAAC,CAAC,kEAAkE;QAC1F,OAAO,IAAI,CAAC,UAAU,CAAC;IACxB,CAAC;IAED,MAAM,CAAC,MAAM;QACZ,MAAM,MAAM,GAAG,+BAA+B,CAAC,WAAW,CAAC,CAAC;QAC5D,IAAI,CAAC,MAAM,EAAE;YACZ,OAAO,WAAW,CAAC;SACnB;QAED,OAAO,GAAG,WAAW,IAAI,MAAM,EAAE,CAAC;IACnC,CAAC;IAED,MAAM,CAAC,cAAc;QACpB,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,EAAE;YACjD,cAAc,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,EAAE,cAAc,CAAC,CAAC;SAC/D;QAED,OAAO,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,EAAE,CAAmB,CAAC;IAChE,CAAC;CACD;AAED,eAAe,cAAc,CAAC"}
package/dist/api.json DELETED
@@ -1 +0,0 @@
1
- {"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.62","symbols":[{"kind":"class","name":"I18nBundle","basename":"I18nBundle","resource":"i18nBundle.js","module":"i18nBundle","visibility":"public","constructor":{"visibility":"public"},"methods":[{"name":"getText","visibility":"public","returnValue":{"type":"string"},"parameters":[{"name":"textObj","type":"Object|String","optional":false,"description":"key/defaultText pair or just the key"},{"name":"params","type":"undefined","optional":false,"description":"Values for the placeholders"}],"description":"Returns a text in the currently loaded language"}]},{"kind":"class","name":"ItemNavigation","basename":"ItemNavigation","resource":"delegate/ItemNavigation.js","module":"delegate/ItemNavigation","visibility":"public","description":"The ItemNavigation class manages the calculations to determine the correct \"tabindex\" for a group of related items inside a root component. Important: 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: - Up/down - Left/right - Home/End\n\nUsage: 1) 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: - A) either a UI5Element with a \"_tabIndex\" property - B) or an Object with \"id\" and \"_tabIndex\" properties which represents a part of the root component's shadow DOM. The \"id\" must be a valid ID within the shadow root of the component ItemNavigation operates on. 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 and the developer has the responsibility to update the \"tabindex\" in the component's DOM. - C) a combination of the above\n\nWhenever the user navigates with the keyboard, ItemNavigation will modify the \"_tabIndex\" properties of the items. It is the items' responsibilities to re-render themselves and apply the correct value of \"tabindex\" (i.e. to map the \"_tabIndex\" ItemNavigation set to them to the \"tabindex\" property). If the items of the ItemNavigation are UI5Elements themselves, this can happen naturally since they will be invalidated by their \"_tabIndex\" property. If the items are Objects with \"id\" and \"_tabIndex\" however, it is the developer's responsibility to apply these and the easiest way is to have the root component invalidated by ItemNavigation. To do so, set the \"affectedPropertiesNames\" constructor property to point to one or more of the root component's properties that need refreshing when \"_tabIndex\" is changed deeply.\n\n2) Call the \"setCurrentItem\" method of ItemNavigation whenever you want to change the current item. This is most commonly required if the user for example clicks on an item and thus selects it directly. Pass as the only argument to \"setCurrentItem\" the item that becomes current (must be one of the items, returned by \"getItemsCallback\").","constructor":{"visibility":"public","parameters":[{"name":"rootWebComponent","type":"undefined","optional":false,"description":"the component to operate on (component that slots or contains within its shadow root the items the user navigates among)"},{"name":"options","type":"ItemNavigationOptions","optional":false,"description":"Object with configuration options: - currentIndex: the index of the item that will be initially selected (from which navigation will begin) - navigationMode (Auto|Horizontal|Vertical): whether the items are displayed horizontally (Horizontal), vertically (Vertical) or as a matrix (Auto) meaning the user can navigate in both directions (up/down and left/right) - rowSize: tells how many items per row there are when the items are not rendered as a flat list but rather as a matrix. Relevant for navigationMode=Auto - skipItemsSize: tells how many items upon PAGE_UP and PAGE_DOWN should be skipped to applying the focus on the next item - behavior (Static|Cycling): tells what to do when trying to navigate beyond the first and last items Static means that nothing happens if the user tries to navigate beyond the first/last item. Cycling means that when the user navigates beyond the last item they go to the first and vice versa. - getItemsCallback: function that, when called, returns an array with all items the user can navigate among - affectedPropertiesNames: a list of metadata properties on the root component which, upon user navigation, will be reassigned by address thus causing the root component to invalidate"}]},"methods":[{"name":"setCurrentItem","visibility":"public","parameters":[{"name":"current","type":"undefined","optional":false,"description":"the new selected item"}],"description":"Call this method to set a new \"current\" (selected) item in the item navigation Note: the item passed to this function must be one of the items, returned by the getItemsCallback function"},{"name":"setRowSize","visibility":"public","parameters":[{"name":"newRowSize","type":"undefined","optional":false}],"description":"Call this method to dynamically change the row size"}]},{"kind":"namespace","name":"MediaRange.RANGESETS","basename":"RANGESETS","resource":"MediaRange.js","module":"MediaRange","export":"RANGESETS","static":true,"visibility":"public","description":"Enumeration containing the names and settings of predefined screen width media query range sets.","properties":[{"name":"RANGE_4STEPS","visibility":"public","static":true,"type":"undefined","description":"A 4-step range set (S-M-L-XL).\n\nThe ranges of this set are: <ul> <li><code>\"S\"</code>: For screens smaller than 600 pixels.</li> <li><code>\"M\"</code>: For screens greater than or equal to 600 pixels and smaller than 1024 pixels.</li> <li><code>\"L\"</code>: For screens greater than or equal to 1024 pixels and smaller than 1440 pixels.</li> <li><code>\"XL\"</code>: For screens greater than or equal to 1440 pixels.</li> </ul>"}],"slots":[]},{"kind":"class","name":"ResizeHandler","basename":"ResizeHandler","resource":"delegate/ResizeHandler.js","module":"delegate/ResizeHandler","visibility":"public","description":"Allows to register/deregister resize observers for a DOM element","constructor":{"visibility":"public"},"methods":[{"name":"deregister","visibility":"public","static":true,"parameters":[{"name":"element","type":"*","optional":false,"description":"UI5 Web Component or DOM Element to be unobserved"},{"name":"callback","type":"*","optional":false,"description":"Callback to be removed"}]},{"name":"register","visibility":"public","static":true,"parameters":[{"name":"element","type":"*","optional":false,"description":"UI5 Web Component or DOM Element to be observed"},{"name":"callback","type":"*","optional":false,"description":"Callback to be executed"}]}]},{"kind":"class","name":"sap.ui.webc.base.types.AnimationMode","basename":"AnimationMode","resource":"types/AnimationMode.js","module":"types/AnimationMode","static":true,"visibility":"public","description":"Different types of AnimationMode.","constructor":{"visibility":"public"},"properties":[{"name":"Basic","visibility":"public","type":"Basic"},{"name":"Full","visibility":"public","type":"Full"},{"name":"Minimal","visibility":"public","type":"Minimal"},{"name":"None","visibility":"public","type":"None"}],"slots":[]},{"kind":"class","name":"sap.ui.webc.base.types.CalendarType","basename":"CalendarType","resource":"types/CalendarType.js","module":"types/CalendarType","static":true,"visibility":"public","description":"Different calendar types.","constructor":{"visibility":"public"},"properties":[{"name":"Buddhist","visibility":"public","type":"Buddhist"},{"name":"Gregorian","visibility":"public","type":"Gregorian"},{"name":"Islamic","visibility":"public","type":"Islamic"},{"name":"Japanese","visibility":"public","type":"Japanese"},{"name":"Persian","visibility":"public","type":"Persian"}],"slots":[]},{"kind":"class","name":"sap.ui.webc.base.types.CSSColor","basename":"CSSColor","resource":"types/CSSColor.js","module":"types/CSSColor","static":true,"visibility":"public","extends":"sap.ui.webc.base.types.DataType","description":"CSSColor data type.","constructor":{"visibility":"public"}},{"kind":"class","name":"sap.ui.webc.base.types.DataType","basename":"DataType","resource":"types/DataType.js","module":"types/DataType","static":true,"visibility":"public","constructor":{"visibility":"public"},"methods":[{"name":"isValid","visibility":"public","static":true,"returnValue":{"type":"Boolean"},"description":"Checks if the value is valid for its data type."}]},{"kind":"class","name":"sap.ui.webc.base.types.DOMReference","basename":"DOMReference","resource":"types/DOMReference.js","module":"types/DOMReference","static":true,"visibility":"public","extends":"sap.ui.webc.base.types.DataType","description":"DOM Element reference or ID. <b>Note:</b> If an ID is passed, it is expected to be part of the same <code>document</code> element as the consuming component.","constructor":{"visibility":"public"}},{"kind":"class","name":"sap.ui.webc.base.types.Float","basename":"Float","resource":"types/Float.js","module":"types/Float","static":true,"visibility":"public","extends":"sap.ui.webc.base.types.DataType","description":"Float data type.","constructor":{"visibility":"public"}},{"kind":"class","name":"sap.ui.webc.base.types.Integer","basename":"Integer","resource":"types/Integer.js","module":"types/Integer","static":true,"visibility":"public","extends":"sap.ui.webc.base.types.DataType","description":"Integer data type.","constructor":{"visibility":"public"}},{"kind":"class","name":"sap.ui.webc.base.types.InvisibleMessageMode","basename":"InvisibleMessageMode","resource":"types/InvisibleMessageMode.js","module":"types/InvisibleMessageMode","static":true,"visibility":"public","description":"Enumeration for different mode behaviors of the InvisibleMessage.","constructor":{"visibility":"public"},"properties":[{"name":"Assertive","visibility":"public","type":"Assertive","description":"Indicates that updates to the region have the highest priority and should be presented to the user immediately."},{"name":"Polite","visibility":"public","type":"Polite","description":"Indicates that updates to the region should be presented at the next graceful opportunity, such as at the end of reading the current sentence, or when the user pauses typing."}],"slots":[]},{"kind":"class","name":"sap.ui.webc.base.types.ItemNavigationBehavior","basename":"ItemNavigationBehavior","resource":"types/ItemNavigationBehavior.js","module":"types/ItemNavigationBehavior","static":true,"visibility":"public","description":"Different behavior for ItemNavigation.","constructor":{"visibility":"public"},"properties":[{"name":"Cyclic","visibility":"public","type":"Cyclic","description":"Cycling behavior: navigating past the last item continues with the first and vice versa."},{"name":"Static","visibility":"public","type":"Static","description":"Static behavior: navigations stops at the first or last item."}],"slots":[]},{"kind":"class","name":"sap.ui.webc.base.types.NavigationMode","basename":"NavigationMode","resource":"types/NavigationMode.js","module":"types/NavigationMode","static":true,"visibility":"public","description":"Different navigation modes for ItemNavigation.","constructor":{"visibility":"public"},"properties":[{"name":"Auto","visibility":"public","type":"Auto"},{"name":"Horizontal","visibility":"public","type":"Horizontal"},{"name":"Paging","visibility":"public","type":"Paging"},{"name":"Vertical","visibility":"public","type":"Vertical"}],"slots":[]},{"kind":"class","name":"sap.ui.webc.base.types.ValueState","basename":"ValueState","resource":"types/ValueState.js","module":"types/ValueState","static":true,"visibility":"public","description":"Different types of ValueStates.","constructor":{"visibility":"public"},"properties":[{"name":"Error","visibility":"public","type":"Error"},{"name":"Information","visibility":"public","type":"Information"},{"name":"None","visibility":"public","type":"None"},{"name":"Success","visibility":"public","type":"Success"},{"name":"Warning","visibility":"public","type":"Warning"}],"slots":[]},{"kind":"class","name":"sap.ui.webc.base.UI5Element","basename":"UI5Element","resource":"UI5Element.js","module":"UI5Element","static":true,"visibility":"public","extends":"HTMLElement","constructor":{"visibility":"public"},"properties":[{"name":"_id","visibility":"protected","type":"undefined","description":"Returns a unique ID for this UI5 Element","deprecated":{"text":"- This property is not guaranteed in future releases"}},{"name":"dependencies","visibility":"protected","static":true,"type":"undefined","description":"Returns an array with the dependencies for this UI5 Web Component, which could be: - composed components (used in its shadow root or static area item) - slotted components that the component may need to communicate with"},{"name":"effectiveDir","visibility":"public","type":"undefined","description":"Determines whether the component should be rendered in RTL mode or not. Returns: \"rtl\", \"ltr\" or undefined"},{"name":"isUI5Element","visibility":"public","type":"undefined","description":"Used to duck-type UI5 elements without using instanceof"},{"name":"metadata","visibility":"protected","static":true,"type":"undefined","description":"Sets a new metadata object for this UI5 Web Component Class"},{"name":"staticAreaStyles","visibility":"protected","static":true,"type":"undefined","description":"Returns the Static Area CSS for this UI5 Web Component Class"},{"name":"styles","visibility":"protected","static":true,"type":"undefined","description":"Returns the CSS for this UI5 Web Component Class"}],"slots":[],"methods":[{"name":"_render","visibility":"protected","description":"Do not call this method directly, only intended to be called by js"},{"name":"attachInvalidate","visibility":"public","parameters":[{"name":"callback","type":"InvalidationInfo","optional":false}],"description":"Attach a callback that will be executed whenever the component is invalidated"},{"name":"define","visibility":"public","static":true,"returnValue":{"type":"Promise.<UI5Element>"},"description":"Registers a UI5 Web Component in the browser window object"},{"name":"detachInvalidate","visibility":"public","parameters":[{"name":"callback","type":"InvalidationInfo","optional":false}],"description":"Detach the callback that is executed whenever the component is invalidated"},{"name":"fireEvent","visibility":"public","returnValue":{"type":"boolean","description":"false, if the event was cancelled (preventDefault called), true otherwise"},"parameters":[{"name":"name","type":"undefined","optional":false,"description":"name of the event"},{"name":"data","type":"undefined","optional":false,"description":"additional data for the event"},{"name":"cancelable","type":"undefined","optional":false,"defaultValue":false,"description":"true, if the user can call preventDefault on the event object"},{"name":"bubbles","type":"undefined","optional":false,"defaultValue":true,"description":"true, if the event bubbles"}]},{"name":"focus","visibility":"public","description":"Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")"},{"name":"getDomRef","visibility":"public","description":"Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template *Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option Use this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary"},{"name":"getFocusDomRef","visibility":"public","description":"Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template. This is the element that will receive the focus by default."},{"name":"getFocusDomRefAsync","visibility":"public","description":"Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template. This is the element that will receive the focus by default."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"UI5ElementMetadata"},"description":"Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents') Note: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only"},{"name":"getSlottedNodes","visibility":"public","description":"Returns the actual children, associated with a slot. Useful 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."},{"name":"getStaticAreaItemDomRef","visibility":"public"},{"name":"getUniqueDependencies","visibility":"public","static":true,"description":"Returns a list of the unique dependencies for this UI5 Web Component"},{"name":"onAfterRendering","visibility":"public","description":"Called every time after the component renders."},{"name":"onBeforeRendering","visibility":"public","description":"Called every time before the component renders."},{"name":"onDefine","visibility":"protected","static":true,"returnValue":{"type":"Promise.<void>"},"description":"Hook that will be called upon custom element definition"},{"name":"onEnterDOM","visibility":"public","description":"Called on connectedCallback - added to the DOM."},{"name":"onExitDOM","visibility":"public","description":"Called on disconnectedCallback - removed from the DOM."},{"name":"onInvalidation","visibility":"public","parameters":[{"name":"changeInfo","type":"undefined","optional":false,"description":"An object with information about the change that caused invalidation. The object can have the following properties: - type: (property|slot) tells what caused the invalidation 1) property: a property value was changed either directly or as a result of changing the corresponding attribute 2) 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 1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot 2) 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\" 3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed. Can only trigger if the child of a slot is a slot element itself. 4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component. Can 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)"}],"description":"A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)"}]},{"kind":"class","name":"UI5ElementMetadata","basename":"UI5ElementMetadata","resource":"UI5ElementMetadata.js","module":"UI5ElementMetadata","export":"","visibility":"public","constructor":{"visibility":"public"},"methods":[{"name":"getAttributesList","visibility":"public","returnValue":{"type":"string[]"},"description":"Returns an array with the attributes of the UI5 Element (in kebab-case)"},{"name":"getEvents","visibility":"public","description":"Returns an object with key-value pairs of events and their metadata definitions"},{"name":"getProperties","visibility":"public","description":"Returns an object with key-value pairs of properties and their metadata definitions"},{"name":"getPropertiesList","visibility":"public","returnValue":{"type":"string[]"},"description":"Returns an array with the properties of the UI5 Element (in camelCase)"},{"name":"getPureTag","visibility":"public","description":"Returns the tag of the UI5 Element without the scope"},{"name":"getSlots","visibility":"public","description":"Returns an object with key-value pairs of slots and their metadata definitions"},{"name":"getTag","visibility":"public","description":"Returns the tag of the UI5 Element"},{"name":"hasAttribute","visibility":"public","returnValue":{"type":"boolean"},"parameters":[{"name":"propName","type":"undefined","optional":false}],"description":"Determines whether a property should have an attribute counterpart"},{"name":"hasIndividualSlots","visibility":"public","description":"Determines whether this UI5 Element supports any slots with \"individualSlots: true\""},{"name":"hasSlots","visibility":"public","description":"Determines whether this UI5 Element supports any slots"},{"name":"slotsAreManaged","visibility":"public","description":"Determines whether this UI5 Element needs to invalidate if children are added/removed/changed"},{"name":"supportsF6FastNavigation","visibility":"public","description":"Determines whether this control supports F6 fast navigation"},{"name":"validatePropertyValue","visibility":"public","static":true,"description":"Validates the property's value and returns it if correct or returns the default value if not. <b>Note:</b> Only intended for use by UI5Element.js"}]}]}