@ui5/webcomponents-base 2.0.0-rc.2 → 2.0.0-rc.4

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 (402) hide show
  1. package/CHANGELOG.md +179 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Boot.js +3 -4
  4. package/dist/Boot.js.map +1 -1
  5. package/dist/Keys.d.ts +2 -1
  6. package/dist/Keys.js +2 -1
  7. package/dist/Keys.js.map +1 -1
  8. package/dist/UI5Element.d.ts +9 -1
  9. package/dist/UI5Element.js +73 -12
  10. package/dist/UI5Element.js.map +1 -1
  11. package/dist/UI5ElementMetadata.d.ts +5 -0
  12. package/dist/UI5ElementMetadata.js +6 -0
  13. package/dist/UI5ElementMetadata.js.map +1 -1
  14. package/dist/asset-registries/Icons.js +1 -1
  15. package/dist/asset-registries/Icons.js.map +1 -1
  16. package/dist/asset-registries/util/getIconCollectionByTheme.d.ts +3 -3
  17. package/dist/asset-registries/util/getIconCollectionByTheme.js +3 -3
  18. package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -1
  19. package/dist/config/AnimationMode.js +2 -1
  20. package/dist/config/AnimationMode.js.map +1 -1
  21. package/dist/config/Theme.d.ts +3 -2
  22. package/dist/config/Theme.js +7 -3
  23. package/dist/config/Theme.js.map +1 -1
  24. package/dist/custom-elements-internal.json +186 -21
  25. package/dist/custom-elements.json +81 -15
  26. package/dist/decorators/customElement.d.ts +1 -0
  27. package/dist/decorators/customElement.js +5 -2
  28. package/dist/decorators/customElement.js.map +1 -1
  29. package/dist/features/InputElementsFormSupport.d.ts +18 -0
  30. package/dist/features/InputElementsFormSupport.js +40 -0
  31. package/dist/features/InputElementsFormSupport.js.map +1 -0
  32. package/dist/features/OpenUI5Support.js +8 -2
  33. package/dist/features/OpenUI5Support.js.map +1 -1
  34. package/dist/features/patchPatcher.d.ts +11 -0
  35. package/dist/features/patchPatcher.js +11 -0
  36. package/dist/features/patchPatcher.js.map +1 -0
  37. package/dist/features/patchPopup.d.ts +14 -0
  38. package/dist/features/patchPopup.js +50 -0
  39. package/dist/features/patchPopup.js.map +1 -0
  40. package/dist/generated/AssetParameters.js +1 -1
  41. package/dist/generated/AssetParameters.js.map +1 -1
  42. package/dist/generated/VersionInfo.js +3 -3
  43. package/dist/generated/VersionInfo.js.map +1 -1
  44. package/dist/prod/AssetRegistry.js +2 -0
  45. package/dist/prod/AssetRegistry.js.map +7 -0
  46. package/dist/prod/Boot.js +2 -0
  47. package/dist/prod/Boot.js.map +7 -0
  48. package/dist/prod/CustomElementsRegistry.js +10 -0
  49. package/dist/prod/CustomElementsRegistry.js.map +7 -0
  50. package/dist/prod/CustomElementsScope.js +2 -0
  51. package/dist/prod/CustomElementsScope.js.map +7 -0
  52. package/dist/prod/CustomElementsScopeUtils.js +2 -0
  53. package/dist/prod/CustomElementsScopeUtils.js.map +7 -0
  54. package/dist/prod/DOMObserver.js +2 -0
  55. package/dist/prod/DOMObserver.js.map +7 -0
  56. package/dist/prod/Device.js +2 -0
  57. package/dist/prod/Device.js.map +7 -0
  58. package/dist/prod/EventProvider.js +2 -0
  59. package/dist/prod/EventProvider.js.map +7 -0
  60. package/dist/prod/FeaturesRegistry.js +2 -0
  61. package/dist/prod/FeaturesRegistry.js.map +7 -0
  62. package/dist/prod/FontFace.js +2 -0
  63. package/dist/prod/FontFace.js.map +7 -0
  64. package/dist/prod/IgnoreCustomElements.js +2 -0
  65. package/dist/prod/IgnoreCustomElements.js.map +7 -0
  66. package/dist/prod/InitialConfiguration.js +2 -0
  67. package/dist/prod/InitialConfiguration.js.map +7 -0
  68. package/dist/prod/Keys.js +2 -0
  69. package/dist/prod/Keys.js.map +7 -0
  70. package/dist/prod/ManagedStyles.js +2 -0
  71. package/dist/prod/ManagedStyles.js.map +7 -0
  72. package/dist/prod/MarkedEvents.js +2 -0
  73. package/dist/prod/MarkedEvents.js.map +7 -0
  74. package/dist/prod/MediaRange.js +2 -0
  75. package/dist/prod/MediaRange.js.map +7 -0
  76. package/dist/prod/PropertiesFileFormat.js +3 -0
  77. package/dist/prod/PropertiesFileFormat.js.map +7 -0
  78. package/dist/prod/Render.js +2 -0
  79. package/dist/prod/Render.js.map +7 -0
  80. package/dist/prod/RenderQueue.js +2 -0
  81. package/dist/prod/RenderQueue.js.map +7 -0
  82. package/dist/prod/Runtimes.js +2 -0
  83. package/dist/prod/Runtimes.js.map +7 -0
  84. package/dist/prod/SystemCSSVars.js +2 -0
  85. package/dist/prod/SystemCSSVars.js.map +7 -0
  86. package/dist/prod/Theming.js +2 -0
  87. package/dist/prod/Theming.js.map +7 -0
  88. package/dist/prod/UI5Element.js +2 -0
  89. package/dist/prod/UI5Element.js.map +7 -0
  90. package/dist/prod/UI5ElementMetadata.js +2 -0
  91. package/dist/prod/UI5ElementMetadata.js.map +7 -0
  92. package/dist/prod/animations/AnimationQueue.js +2 -0
  93. package/dist/prod/animations/AnimationQueue.js.map +7 -0
  94. package/dist/prod/animations/animate.js +2 -0
  95. package/dist/prod/animations/animate.js.map +7 -0
  96. package/dist/prod/animations/scroll.js +2 -0
  97. package/dist/prod/animations/scroll.js.map +7 -0
  98. package/dist/prod/animations/slideDown.js +2 -0
  99. package/dist/prod/animations/slideDown.js.map +7 -0
  100. package/dist/prod/animations/slideUp.js +2 -0
  101. package/dist/prod/animations/slideUp.js.map +7 -0
  102. package/dist/prod/asset-registries/Icons.js +2 -0
  103. package/dist/prod/asset-registries/Icons.js.map +7 -0
  104. package/dist/prod/asset-registries/Illustrations.js +2 -0
  105. package/dist/prod/asset-registries/Illustrations.js.map +7 -0
  106. package/dist/prod/asset-registries/LocaleData.js +2 -0
  107. package/dist/prod/asset-registries/LocaleData.js.map +7 -0
  108. package/dist/prod/asset-registries/Themes.js +2 -0
  109. package/dist/prod/asset-registries/Themes.js.map +7 -0
  110. package/dist/prod/asset-registries/i18n.js +2 -0
  111. package/dist/prod/asset-registries/i18n.js.map +7 -0
  112. package/dist/prod/asset-registries/util/IconCollectionsAlias.js +2 -0
  113. package/dist/prod/asset-registries/util/IconCollectionsAlias.js.map +7 -0
  114. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js +2 -0
  115. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js.map +7 -0
  116. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js +2 -0
  117. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js.map +7 -0
  118. package/dist/prod/config/AnimationMode.js +2 -0
  119. package/dist/prod/config/AnimationMode.js.map +7 -0
  120. package/dist/prod/config/CalendarType.js +2 -0
  121. package/dist/prod/config/CalendarType.js.map +7 -0
  122. package/dist/prod/config/FormatSettings.js +2 -0
  123. package/dist/prod/config/FormatSettings.js.map +7 -0
  124. package/dist/prod/config/Icons.js +2 -0
  125. package/dist/prod/config/Icons.js.map +7 -0
  126. package/dist/prod/config/Language.js +2 -0
  127. package/dist/prod/config/Language.js.map +7 -0
  128. package/dist/prod/config/NoConflict.js +2 -0
  129. package/dist/prod/config/NoConflict.js.map +7 -0
  130. package/dist/prod/config/Theme.js +2 -0
  131. package/dist/prod/config/Theme.js.map +7 -0
  132. package/dist/prod/config/ThemeRoot.js +2 -0
  133. package/dist/prod/config/ThemeRoot.js.map +7 -0
  134. package/dist/prod/config/Timezone.js +2 -0
  135. package/dist/prod/config/Timezone.js.map +7 -0
  136. package/dist/prod/connectToComponent.js +2 -0
  137. package/dist/prod/connectToComponent.js.map +7 -0
  138. package/dist/prod/decorators/customElement.js +2 -0
  139. package/dist/prod/decorators/customElement.js.map +7 -0
  140. package/dist/prod/decorators/event.js +2 -0
  141. package/dist/prod/decorators/event.js.map +7 -0
  142. package/dist/prod/decorators/property.js +2 -0
  143. package/dist/prod/decorators/property.js.map +7 -0
  144. package/dist/prod/decorators/slot.js +2 -0
  145. package/dist/prod/decorators/slot.js.map +7 -0
  146. package/dist/prod/decorators.js +2 -0
  147. package/dist/prod/decorators.js.map +7 -0
  148. package/dist/prod/delegate/ItemNavigation.js +2 -0
  149. package/dist/prod/delegate/ItemNavigation.js.map +7 -0
  150. package/dist/prod/delegate/ResizeHandler.js +2 -0
  151. package/dist/prod/delegate/ResizeHandler.js.map +7 -0
  152. package/dist/prod/delegate/ScrollEnablement.js +2 -0
  153. package/dist/prod/delegate/ScrollEnablement.js.map +7 -0
  154. package/dist/prod/features/F6Navigation.js +2 -0
  155. package/dist/prod/features/F6Navigation.js.map +7 -0
  156. package/dist/prod/features/InputElementsFormSupport.js +2 -0
  157. package/dist/prod/features/InputElementsFormSupport.js.map +7 -0
  158. package/dist/prod/features/LegacyDateFormats.js +2 -0
  159. package/dist/prod/features/LegacyDateFormats.js.map +7 -0
  160. package/dist/prod/features/OpenUI5Element.js +2 -0
  161. package/dist/prod/features/OpenUI5Element.js.map +7 -0
  162. package/dist/prod/features/OpenUI5Enablement.js +21 -0
  163. package/dist/prod/features/OpenUI5Enablement.js.map +7 -0
  164. package/dist/prod/features/OpenUI5Support.js +2 -0
  165. package/dist/prod/features/OpenUI5Support.js.map +7 -0
  166. package/dist/prod/features/patchPatcher.js +2 -0
  167. package/dist/prod/features/patchPatcher.js.map +7 -0
  168. package/dist/prod/features/patchPopup.js +2 -0
  169. package/dist/prod/features/patchPopup.js.map +7 -0
  170. package/dist/prod/generated/AssetParameters.js +2 -0
  171. package/dist/prod/generated/AssetParameters.js.map +7 -0
  172. package/dist/prod/generated/VersionInfo.js +2 -0
  173. package/dist/prod/generated/VersionInfo.js.map +7 -0
  174. package/dist/prod/generated/css/BusyIndicator.css.js +2 -0
  175. package/dist/prod/generated/css/BusyIndicator.css.js.map +7 -0
  176. package/dist/prod/generated/css/FontFace.css.js +2 -0
  177. package/dist/prod/generated/css/FontFace.css.js.map +7 -0
  178. package/dist/prod/generated/css/OverrideFontFace.css.js +2 -0
  179. package/dist/prod/generated/css/OverrideFontFace.css.js.map +7 -0
  180. package/dist/prod/generated/css/SystemCSSVars.css.js +2 -0
  181. package/dist/prod/generated/css/SystemCSSVars.css.js.map +7 -0
  182. package/dist/prod/generated/templates/elements/WithComplexTemplateTemplate.lit.js +2 -0
  183. package/dist/prod/generated/templates/elements/WithComplexTemplateTemplate.lit.js.map +7 -0
  184. package/dist/prod/getSharedResource.js +2 -0
  185. package/dist/prod/getSharedResource.js.map +7 -0
  186. package/dist/prod/global.d.js +2 -0
  187. package/dist/prod/global.d.js.map +7 -0
  188. package/dist/prod/i18nBundle.js +2 -0
  189. package/dist/prod/i18nBundle.js.map +7 -0
  190. package/dist/prod/locale/Locale.js +2 -0
  191. package/dist/prod/locale/Locale.js.map +7 -0
  192. package/dist/prod/locale/RTLAwareRegistry.js +2 -0
  193. package/dist/prod/locale/RTLAwareRegistry.js.map +7 -0
  194. package/dist/prod/locale/applyDirection.js +2 -0
  195. package/dist/prod/locale/applyDirection.js.map +7 -0
  196. package/dist/prod/locale/directionChange.js +2 -0
  197. package/dist/prod/locale/directionChange.js.map +7 -0
  198. package/dist/prod/locale/getEffectiveDir.js +2 -0
  199. package/dist/prod/locale/getEffectiveDir.js.map +7 -0
  200. package/dist/prod/locale/getLocale.js +2 -0
  201. package/dist/prod/locale/getLocale.js.map +7 -0
  202. package/dist/prod/locale/languageChange.js +2 -0
  203. package/dist/prod/locale/languageChange.js.map +7 -0
  204. package/dist/prod/locale/nextFallbackLocale.js +2 -0
  205. package/dist/prod/locale/nextFallbackLocale.js.map +7 -0
  206. package/dist/prod/locale/normalizeLocale.js +2 -0
  207. package/dist/prod/locale/normalizeLocale.js.map +7 -0
  208. package/dist/prod/renderer/LitRenderer.js +2 -0
  209. package/dist/prod/renderer/LitRenderer.js.map +7 -0
  210. package/dist/prod/renderer/directives/style-map.js +6 -0
  211. package/dist/prod/renderer/directives/style-map.js.map +7 -0
  212. package/dist/prod/renderer/executeTemplate.js +2 -0
  213. package/dist/prod/renderer/executeTemplate.js.map +7 -0
  214. package/dist/prod/sap/base/Log.js +750 -0
  215. package/dist/prod/sap/base/assert.js +34 -0
  216. package/dist/prod/sap/base/config/MemoryConfigurationProvider.js +20 -0
  217. package/dist/prod/sap/base/security/URLListValidator.js +406 -0
  218. package/dist/prod/sap/base/security/encodeCSS.js +40 -0
  219. package/dist/prod/sap/base/security/encodeXML.js +53 -0
  220. package/dist/prod/sap/base/security/sanitizeHTML.js +38 -0
  221. package/dist/prod/sap/base/strings/toHex.js +33 -0
  222. package/dist/prod/sap/base/util/now.js +28 -0
  223. package/dist/prod/sap/base/util/uid.js +27 -0
  224. package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +3600 -0
  225. package/dist/prod/ssr-dom-shim.js +2 -0
  226. package/dist/prod/ssr-dom-shim.js.map +7 -0
  227. package/dist/prod/ssr-dom.js +2 -0
  228. package/dist/prod/ssr-dom.js.map +7 -0
  229. package/dist/prod/theming/CustomStyle.js +2 -0
  230. package/dist/prod/theming/CustomStyle.js.map +7 -0
  231. package/dist/prod/theming/ThemeLoaded.js +2 -0
  232. package/dist/prod/theming/ThemeLoaded.js.map +7 -0
  233. package/dist/prod/theming/ThemeRegistered.js +2 -0
  234. package/dist/prod/theming/ThemeRegistered.js.map +7 -0
  235. package/dist/prod/theming/applyTheme.js +2 -0
  236. package/dist/prod/theming/applyTheme.js.map +7 -0
  237. package/dist/prod/theming/getConstructableStyle.js +2 -0
  238. package/dist/prod/theming/getConstructableStyle.js.map +7 -0
  239. package/dist/prod/theming/getEffectiveStyle.js +2 -0
  240. package/dist/prod/theming/getEffectiveStyle.js.map +7 -0
  241. package/dist/prod/theming/getStylesString.js +2 -0
  242. package/dist/prod/theming/getStylesString.js.map +7 -0
  243. package/dist/prod/theming/getThemeDesignerTheme.js +2 -0
  244. package/dist/prod/theming/getThemeDesignerTheme.js.map +7 -0
  245. package/dist/prod/thirdparty/_merge.js +2 -0
  246. package/dist/prod/thirdparty/_merge.js.map +7 -0
  247. package/dist/prod/thirdparty/isPlainObject.js +2 -0
  248. package/dist/prod/thirdparty/isPlainObject.js.map +7 -0
  249. package/dist/prod/thirdparty/merge.js +2 -0
  250. package/dist/prod/thirdparty/merge.js.map +7 -0
  251. package/dist/prod/types/AnimationMode.js +2 -0
  252. package/dist/prod/types/AnimationMode.js.map +7 -0
  253. package/dist/prod/types/AriaHasPopup.js +2 -0
  254. package/dist/prod/types/AriaHasPopup.js.map +7 -0
  255. package/dist/prod/types/AriaLandmarkRole.js +2 -0
  256. package/dist/prod/types/AriaLandmarkRole.js.map +7 -0
  257. package/dist/prod/types/AriaRole.js +2 -0
  258. package/dist/prod/types/AriaRole.js.map +7 -0
  259. package/dist/prod/types/CSSColor.js +2 -0
  260. package/dist/prod/types/CSSColor.js.map +7 -0
  261. package/dist/prod/types/CSSSize.js +2 -0
  262. package/dist/prod/types/CSSSize.js.map +7 -0
  263. package/dist/prod/types/CalendarType.js +2 -0
  264. package/dist/prod/types/CalendarType.js.map +7 -0
  265. package/dist/prod/types/DOMReference.js +2 -0
  266. package/dist/prod/types/DOMReference.js.map +7 -0
  267. package/dist/prod/types/DataType.js +2 -0
  268. package/dist/prod/types/DataType.js.map +7 -0
  269. package/dist/prod/types/Float.js +2 -0
  270. package/dist/prod/types/Float.js.map +7 -0
  271. package/dist/prod/types/Integer.js +2 -0
  272. package/dist/prod/types/Integer.js.map +7 -0
  273. package/dist/prod/types/InvisibleMessageMode.js +2 -0
  274. package/dist/prod/types/InvisibleMessageMode.js.map +7 -0
  275. package/dist/prod/types/ItemNavigationBehavior.js +2 -0
  276. package/dist/prod/types/ItemNavigationBehavior.js.map +7 -0
  277. package/dist/prod/types/MovePlacement.js +2 -0
  278. package/dist/prod/types/MovePlacement.js.map +7 -0
  279. package/dist/prod/types/NavigationMode.js +2 -0
  280. package/dist/prod/types/NavigationMode.js.map +7 -0
  281. package/dist/prod/types/Orientation.js +2 -0
  282. package/dist/prod/types/Orientation.js.map +7 -0
  283. package/dist/prod/types/ValueState.js +2 -0
  284. package/dist/prod/types/ValueState.js.map +7 -0
  285. package/dist/prod/types.js +2 -0
  286. package/dist/prod/types.js.map +7 -0
  287. package/dist/prod/updateShadowRoot.js +2 -0
  288. package/dist/prod/updateShadowRoot.js.map +7 -0
  289. package/dist/prod/util/AriaLabelHelper.js +2 -0
  290. package/dist/prod/util/AriaLabelHelper.js.map +7 -0
  291. package/dist/prod/util/Caret.js +2 -0
  292. package/dist/prod/util/Caret.js.map +7 -0
  293. package/dist/prod/util/ColorConversion.js +2 -0
  294. package/dist/prod/util/ColorConversion.js.map +7 -0
  295. package/dist/prod/util/FetchHelper.js +2 -0
  296. package/dist/prod/util/FetchHelper.js.map +7 -0
  297. package/dist/prod/util/FocusableElements.js +2 -0
  298. package/dist/prod/util/FocusableElements.js.map +7 -0
  299. package/dist/prod/util/HTMLSanitizer.js +2 -0
  300. package/dist/prod/util/HTMLSanitizer.js.map +7 -0
  301. package/dist/prod/util/InvisibleMessage.js +2 -0
  302. package/dist/prod/util/InvisibleMessage.js.map +7 -0
  303. package/dist/prod/util/PopupUtils.js +2 -0
  304. package/dist/prod/util/PopupUtils.js.map +7 -0
  305. package/dist/prod/util/SlotsHelper.js +2 -0
  306. package/dist/prod/util/SlotsHelper.js.map +7 -0
  307. package/dist/prod/util/StringHelper.js +2 -0
  308. package/dist/prod/util/StringHelper.js.map +7 -0
  309. package/dist/prod/util/TabbableElements.js +2 -0
  310. package/dist/prod/util/TabbableElements.js.map +7 -0
  311. package/dist/prod/util/arraysAreEqual.js +2 -0
  312. package/dist/prod/util/arraysAreEqual.js.map +7 -0
  313. package/dist/prod/util/clamp.js +2 -0
  314. package/dist/prod/util/clamp.js.map +7 -0
  315. package/dist/prod/util/createLinkInHead.js +2 -0
  316. package/dist/prod/util/createLinkInHead.js.map +7 -0
  317. package/dist/prod/util/debounce.js +2 -0
  318. package/dist/prod/util/debounce.js.map +7 -0
  319. package/dist/prod/util/detectNavigatorLanguage.js +2 -0
  320. package/dist/prod/util/detectNavigatorLanguage.js.map +7 -0
  321. package/dist/prod/util/dragAndDrop/DragRegistry.js +2 -0
  322. package/dist/prod/util/dragAndDrop/DragRegistry.js.map +7 -0
  323. package/dist/prod/util/dragAndDrop/findClosestPosition.js +2 -0
  324. package/dist/prod/util/dragAndDrop/findClosestPosition.js.map +7 -0
  325. package/dist/prod/util/dragAndDrop/longDragOverHandler.js +2 -0
  326. package/dist/prod/util/dragAndDrop/longDragOverHandler.js.map +7 -0
  327. package/dist/prod/util/escapeRegex.js +2 -0
  328. package/dist/prod/util/escapeRegex.js.map +7 -0
  329. package/dist/prod/util/formatMessage.js +2 -0
  330. package/dist/prod/util/formatMessage.js.map +7 -0
  331. package/dist/prod/util/generateHighlightedMarkup.js +2 -0
  332. package/dist/prod/util/generateHighlightedMarkup.js.map +7 -0
  333. package/dist/prod/util/getActiveElement.js +2 -0
  334. package/dist/prod/util/getActiveElement.js.map +7 -0
  335. package/dist/prod/util/getClassCopy.js +2 -0
  336. package/dist/prod/util/getClassCopy.js.map +7 -0
  337. package/dist/prod/util/getDesigntimePropertyAsArray.js +2 -0
  338. package/dist/prod/util/getDesigntimePropertyAsArray.js.map +7 -0
  339. package/dist/prod/util/getEffectiveContentDensity.js +2 -0
  340. package/dist/prod/util/getEffectiveContentDensity.js.map +7 -0
  341. package/dist/prod/util/getEffectiveScrollbarStyle.js +2 -0
  342. package/dist/prod/util/getEffectiveScrollbarStyle.js.map +7 -0
  343. package/dist/prod/util/getFastNavigationGroups.js +2 -0
  344. package/dist/prod/util/getFastNavigationGroups.js.map +7 -0
  345. package/dist/prod/util/getFileExtension.js +2 -0
  346. package/dist/prod/util/getFileExtension.js.map +7 -0
  347. package/dist/prod/util/getNormalizedTarget.js +2 -0
  348. package/dist/prod/util/getNormalizedTarget.js.map +7 -0
  349. package/dist/prod/util/getParentElement.js +2 -0
  350. package/dist/prod/util/getParentElement.js.map +7 -0
  351. package/dist/prod/util/getSingletonElementInstance.js +2 -0
  352. package/dist/prod/util/getSingletonElementInstance.js.map +7 -0
  353. package/dist/prod/util/isElementClickable.js +2 -0
  354. package/dist/prod/util/isElementClickable.js.map +7 -0
  355. package/dist/prod/util/isElementContainingBlock.js +2 -0
  356. package/dist/prod/util/isElementContainingBlock.js.map +7 -0
  357. package/dist/prod/util/isElementHidden.js +2 -0
  358. package/dist/prod/util/isElementHidden.js.map +7 -0
  359. package/dist/prod/util/isElementInView.js +2 -0
  360. package/dist/prod/util/isElementInView.js.map +7 -0
  361. package/dist/prod/util/isElementTabbable.js +2 -0
  362. package/dist/prod/util/isElementTabbable.js.map +7 -0
  363. package/dist/prod/util/isValidPropertyName.js +2 -0
  364. package/dist/prod/util/isValidPropertyName.js.map +7 -0
  365. package/dist/prod/util/whenDOMReady.js +2 -0
  366. package/dist/prod/util/whenDOMReady.js.map +7 -0
  367. package/dist/prod/util/willShowContent.js +2 -0
  368. package/dist/prod/util/willShowContent.js.map +7 -0
  369. package/dist/prod/validateThemeRoot.js +2 -0
  370. package/dist/prod/validateThemeRoot.js.map +7 -0
  371. package/dist/renderer/executeTemplate.d.ts +8 -0
  372. package/dist/renderer/executeTemplate.js +1 -0
  373. package/dist/renderer/executeTemplate.js.map +1 -1
  374. package/dist/types/AriaHasPopup.d.ts +32 -0
  375. package/dist/types/AriaHasPopup.js +34 -0
  376. package/dist/types/AriaHasPopup.js.map +1 -0
  377. package/dist/types/AriaLandmarkRole.d.ts +79 -0
  378. package/dist/types/AriaLandmarkRole.js +81 -0
  379. package/dist/types/AriaLandmarkRole.js.map +1 -0
  380. package/dist/types/AriaRole.d.ts +27 -0
  381. package/dist/types/AriaRole.js +29 -0
  382. package/dist/types/AriaRole.js.map +1 -0
  383. package/dist/types/ValueState.d.ts +3 -3
  384. package/dist/types/ValueState.js +3 -3
  385. package/dist/types/ValueState.js.map +1 -1
  386. package/dist/types.d.ts +15 -2
  387. package/dist/types.js.map +1 -1
  388. package/dist/util/InvisibleMessage.js +2 -2
  389. package/dist/util/InvisibleMessage.js.map +1 -1
  390. package/dist/util/getClassCopy.d.ts +9 -1
  391. package/package-scripts.cjs +5 -0
  392. package/package.json +11 -5
  393. package/.eslintignore +0 -17
  394. package/.eslintrc.cjs +0 -3
  395. package/bundle.esm.js +0 -65
  396. package/dist/StaticArea.d.ts +0 -3
  397. package/dist/StaticArea.js +0 -7
  398. package/dist/StaticArea.js.map +0 -1
  399. package/lib/generate-asset-parameters/index.js +0 -27
  400. package/lib/generate-styles/index.js +0 -31
  401. package/lib/generate-version-info/index.js +0 -32
  402. package/used-modules.txt +0 -14
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/util/isElementClickable.ts"],
4
+ "sourcesContent": ["const rClickable = /^(?:a|area)$/i;\nconst rFocusable = /^(?:input|select|textarea|button)$/i;\n\nconst isElementClickable = (el: HTMLElement): boolean => {\n\tif ((el as HTMLButtonElement).disabled) {\n\t\treturn false;\n\t}\n\n\tconst tabIndex = el.getAttribute(\"tabindex\");\n\tif (tabIndex !== null && tabIndex !== undefined) {\n\t\treturn parseInt(tabIndex) >= 0;\n\t}\n\n\treturn rFocusable.test(el.nodeName)\n\t\t|| (rClickable.test(el.nodeName)\n\t\t&& !!(el as HTMLLinkElement).href);\n};\n\nexport default isElementClickable;\n"],
5
+ "mappings": "aAAA,MAAMA,EAAa,gBACbC,EAAa,sCAEbC,EAAsBC,GAA6B,CACxD,GAAKA,EAAyB,SAC7B,MAAO,GAGR,MAAMC,EAAWD,EAAG,aAAa,UAAU,EAC3C,OAAIC,GAAa,KACT,SAASA,CAAQ,GAAK,EAGvBH,EAAW,KAAKE,EAAG,QAAQ,GAC7BH,EAAW,KAAKG,EAAG,QAAQ,GAC5B,CAAC,CAAEA,EAAuB,IAC/B,EAEA,eAAeD",
6
+ "names": ["rClickable", "rFocusable", "isElementClickable", "el", "tabIndex"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";const t=n=>{const e=getComputedStyle(n);return["size","inline-size"].indexOf(e.containerType)>-1||["transform","perspective"].indexOf(e.willChange)>-1||["layout","paint","strict","content"].indexOf(e.contain)>-1||e.transform&&e.transform!=="none"||e.perspective&&e.perspective!=="none"||e.backdropFilter&&e.backdropFilter!=="none"};export default t;
2
+ //# sourceMappingURL=isElementContainingBlock.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/util/isElementContainingBlock.ts"],
4
+ "sourcesContent": ["const isElementContainingBlock = (el: HTMLElement) => {\n\tconst computedStyle = getComputedStyle(el);\n\n\treturn [\"size\", \"inline-size\"].indexOf(computedStyle.containerType) > -1\n\t|| [\"transform\", \"perspective\"].indexOf(computedStyle.willChange) > -1\n\t|| [\"layout\", \"paint\", \"strict\", \"content\"].indexOf(computedStyle.contain) > -1\n\t|| (computedStyle.transform && computedStyle.transform !== \"none\")\n\t|| (computedStyle.perspective && computedStyle.perspective !== \"none\")\n\t|| (computedStyle.backdropFilter && computedStyle.backdropFilter !== \"none\");\n};\n\nexport default isElementContainingBlock;\n"],
5
+ "mappings": "aAAA,MAAMA,EAA4BC,GAAoB,CACrD,MAAMC,EAAgB,iBAAiBD,CAAE,EAEzC,MAAO,CAAC,OAAQ,aAAa,EAAE,QAAQC,EAAc,aAAa,EAAI,IACnE,CAAC,YAAa,aAAa,EAAE,QAAQA,EAAc,UAAU,EAAI,IACjE,CAAC,SAAU,QAAS,SAAU,SAAS,EAAE,QAAQA,EAAc,OAAO,EAAI,IACzEA,EAAc,WAAaA,EAAc,YAAc,QACvDA,EAAc,aAAeA,EAAc,cAAgB,QAC3DA,EAAc,gBAAkBA,EAAc,iBAAmB,MACtE,EAEA,eAAeF",
6
+ "names": ["isElementContainingBlock", "el", "computedStyle"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";const t=e=>e.nodeName==="SLOT"?!1:e.offsetWidth<=0&&e.offsetHeight<=0||e.style&&e.style.visibility==="hidden";export default t;
2
+ //# sourceMappingURL=isElementHidden.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/util/isElementHidden.ts"],
4
+ "sourcesContent": ["const isElementHidden = (el: HTMLElement) => {\n\tif (el.nodeName === \"SLOT\") {\n\t\treturn false;\n\t}\n\n\treturn (el.offsetWidth <= 0 && el.offsetHeight <= 0) || (el.style && el.style.visibility === \"hidden\");\n};\n\nexport default isElementHidden;\n"],
5
+ "mappings": "aAAA,MAAMA,EAAmBC,GACpBA,EAAG,WAAa,OACZ,GAGAA,EAAG,aAAe,GAAKA,EAAG,cAAgB,GAAOA,EAAG,OAASA,EAAG,MAAM,aAAe,SAG9F,eAAeD",
6
+ "names": ["isElementHidden", "el"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";const n=e=>{const t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)};export default n;
2
+ //# sourceMappingURL=isElementInView.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/util/isElementInView.ts"],
4
+ "sourcesContent": ["/**\n * Determines if the element is within the viewport.\n * @param el {HTMLElement}\n */\nconst isElementInView = (el: HTMLElement) => {\n\tconst rect = el.getBoundingClientRect();\n\n\treturn (\n\t\trect.top >= 0 && rect.left >= 0\n\t\t\t&& rect.bottom <= (window.innerHeight || document.documentElement.clientHeight)\n\t\t\t&& rect.right <= (window.innerWidth || document.documentElement.clientWidth)\n\t);\n};\n\nexport default isElementInView;\n"],
5
+ "mappings": "aAIA,MAAMA,EAAmBC,GAAoB,CAC5C,MAAMC,EAAOD,EAAG,sBAAsB,EAEtC,OACCC,EAAK,KAAO,GAAKA,EAAK,MAAQ,GAC1BA,EAAK,SAAW,OAAO,aAAe,SAAS,gBAAgB,eAC/DA,EAAK,QAAU,OAAO,YAAc,SAAS,gBAAgB,YAEnE,EAEA,eAAeF",
6
+ "names": ["isElementInView", "el", "rect"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";import a from"./isElementHidden.js";const r=e=>{if(!e)return!1;const n=e.nodeName.toLowerCase();if(e.hasAttribute("data-sap-no-tab-ref")||a(e))return!1;const t=e.getAttribute("tabindex");return t!=null?parseInt(t)>=0:n==="a"||/input|select|textarea|button|object/.test(n)?!e.disabled:!1};export default r;
2
+ //# sourceMappingURL=isElementTabbable.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/util/isElementTabbable.ts"],
4
+ "sourcesContent": ["import isElementHidden from \"./isElementHidden.js\";\n\n/**\n * Returns if the HTMLElement is tabbable.\n *\n * @public\n * @param { HTMLElement } el the component to operate on (component that slots or contains within its shadow root the items the user navigates among)\n * @returns { boolean } true if the element is tabbable or false - if not\n */\nconst isElementTabbable = (el: HTMLElement): boolean => {\n\tif (!el) {\n\t\treturn false;\n\t}\n\n\tconst nodeName = el.nodeName.toLowerCase();\n\n\tif (el.hasAttribute(\"data-sap-no-tab-ref\")) {\n\t\treturn false;\n\t}\n\n\tif (isElementHidden(el)) {\n\t\treturn false;\n\t}\n\n\tconst tabIndex = el.getAttribute(\"tabindex\");\n\tif (tabIndex !== null && tabIndex !== undefined) {\n\t\treturn parseInt(tabIndex) >= 0;\n\t}\n\n\tif (nodeName === \"a\" || /input|select|textarea|button|object/.test(nodeName)) {\n\t\treturn !(el as HTMLLinkElement).disabled;\n\t}\n\n\treturn false;\n};\n\nexport default isElementTabbable;\n"],
5
+ "mappings": "aAAA,OAAOA,MAAqB,uBAS5B,MAAMC,EAAqBC,GAA6B,CACvD,GAAI,CAACA,EACJ,MAAO,GAGR,MAAMC,EAAWD,EAAG,SAAS,YAAY,EAMzC,GAJIA,EAAG,aAAa,qBAAqB,GAIrCF,EAAgBE,CAAE,EACrB,MAAO,GAGR,MAAME,EAAWF,EAAG,aAAa,UAAU,EAC3C,OAAIE,GAAa,KACT,SAASA,CAAQ,GAAK,EAG1BD,IAAa,KAAO,sCAAsC,KAAKA,CAAQ,EACnE,CAAED,EAAuB,SAG1B,EACR,EAEA,eAAeD",
6
+ "names": ["isElementHidden", "isElementTabbable", "el", "nodeName", "tabIndex"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";const s=["disabled","title","hidden","role","draggable"],r=e=>s.includes(e)||e.startsWith("aria")?!0:![HTMLElement,Element,Node].some(t=>t.prototype.hasOwnProperty(e));export default r;
2
+ //# sourceMappingURL=isValidPropertyName.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/util/isValidPropertyName.ts"],
4
+ "sourcesContent": ["// Note: disabled is present in IE so we explicitly allow it here.\n// Others, such as title/hidden, we explicitly override, so valid too\nconst allowList = [\n\t\"disabled\",\n\t\"title\",\n\t\"hidden\",\n\t\"role\",\n\t\"draggable\",\n];\n\n/**\n * Checks whether a property name is valid (does not collide with existing DOM API properties)\n *\n * @param name\n * @returns {boolean}\n */\nconst isValidPropertyName = (name: string) => {\n\tif (allowList.includes(name) || name.startsWith(\"aria\")) {\n\t\treturn true;\n\t}\n\tconst classes = [\n\t\tHTMLElement,\n\t\tElement,\n\t\tNode,\n\t];\n\treturn !classes.some(klass => klass.prototype.hasOwnProperty(name)); // eslint-disable-line\n};\n\nexport default isValidPropertyName;\n"],
5
+ "mappings": "aAEA,MAAMA,EAAY,CACjB,WACA,QACA,SACA,OACA,WACD,EAQMC,EAAuBC,GACxBF,EAAU,SAASE,CAAI,GAAKA,EAAK,WAAW,MAAM,EAC9C,GAOD,CALS,CACf,YACA,QACA,IACD,EACgB,KAAKC,GAASA,EAAM,UAAU,eAAeD,CAAI,CAAC,EAGnE,eAAeD",
6
+ "names": ["allowList", "isValidPropertyName", "name", "klass"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";const d=()=>new Promise(e=>{document.body?e():document.addEventListener("DOMContentLoaded",()=>{e()})});export default d;
2
+ //# sourceMappingURL=whenDOMReady.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/util/whenDOMReady.ts"],
4
+ "sourcesContent": ["const whenDOMReady = () => {\n\treturn new Promise<void>(resolve => {\n\t\tif (document.body) {\n\t\t\tresolve();\n\t\t} else {\n\t\t\tdocument.addEventListener(\"DOMContentLoaded\", () => {\n\t\t\t\tresolve();\n\t\t\t});\n\t\t}\n\t});\n};\n\nexport default whenDOMReady;\n"],
5
+ "mappings": "aAAA,MAAMA,EAAe,IACb,IAAI,QAAcC,GAAW,CAC/B,SAAS,KACZA,EAAQ,EAER,SAAS,iBAAiB,mBAAoB,IAAM,CACnDA,EAAQ,CACT,CAAC,CAEH,CAAC,EAGF,eAAeD",
6
+ "names": ["whenDOMReady", "resolve"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";const t=r=>Array.from(r).filter(e=>e.nodeType!==Node.COMMENT_NODE&&(e.nodeType!==Node.TEXT_NODE||(e.nodeValue||"").trim().length!==0)).length>0;export default t;
2
+ //# sourceMappingURL=willShowContent.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/util/willShowContent.ts"],
4
+ "sourcesContent": ["const willShowContent = (childNodes: Array<Node>) => {\n\treturn Array.from(childNodes).filter(node => {\n\t\treturn node.nodeType !== Node.COMMENT_NODE && (node.nodeType !== Node.TEXT_NODE || (node.nodeValue || \"\").trim().length !== 0);\n\t}).length > 0;\n};\n\nexport default willShowContent;\n"],
5
+ "mappings": "aAAA,MAAMA,EAAmBC,GACjB,MAAM,KAAKA,CAAU,EAAE,OAAOC,GAC7BA,EAAK,WAAa,KAAK,eAAiBA,EAAK,WAAa,KAAK,YAAcA,EAAK,WAAa,IAAI,KAAK,EAAE,SAAW,EAC5H,EAAE,OAAS,EAGb,eAAeF",
6
+ "names": ["willShowContent", "childNodes", "node"]
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";const i=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},o=e=>{const t=i("sap-allowedThemeOrigins");return t&&t.split(",").some(n=>n==="*"||e===n.trim())},s=(e,t)=>{const n=new URL(e).pathname;return new URL(n,t).toString()},a=e=>{let t;try{if(e.startsWith(".")||e.startsWith("/"))t=new URL(e,window.location.href).toString();else{const n=new URL(e),r=n.origin;r&&o(r)?t=n.toString():t=s(n.toString(),window.location.href)}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch{}};export default a;
2
+ //# sourceMappingURL=validateThemeRoot.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/validateThemeRoot.ts"],
4
+ "sourcesContent": ["const getMetaTagValue = (metaTagName: string) => {\n\tconst metaTag = document.querySelector(`META[name=\"${metaTagName}\"]`),\n\t\tmetaTagContent = metaTag && metaTag.getAttribute(\"content\");\n\n\treturn metaTagContent;\n};\n\nconst validateThemeOrigin = (origin: string) => {\n\tconst allowedOrigins = getMetaTagValue(\"sap-allowedThemeOrigins\");\n\n\treturn allowedOrigins && allowedOrigins.split(\",\").some(allowedOrigin => {\n\t\treturn allowedOrigin === \"*\" || origin === allowedOrigin.trim();\n\t});\n};\n\nconst buildCorrectUrl = (oldUrl: string, newOrigin: string) => {\n\tconst oldUrlPath = new URL(oldUrl).pathname;\n\n\treturn new URL(oldUrlPath, newOrigin).toString();\n};\n\nconst validateThemeRoot = (themeRoot: string) => {\n\tlet resultUrl;\n\n\ttry {\n\t\tif (themeRoot.startsWith(\".\") || themeRoot.startsWith(\"/\")) {\n\t\t\t// Handle relative url\n\t\t\t// new URL(\"/newExmPath\", \"http://example.com/exmPath\") => http://example.com/newExmPath\n\t\t\t// new URL(\"./newExmPath\", \"http://example.com/exmPath\") => http://example.com/exmPath/newExmPath\n\t\t\t// new URL(\"../newExmPath\", \"http://example.com/exmPath\") => http://example.com/newExmPath\n\t\t\tresultUrl = new URL(themeRoot, window.location.href).toString();\n\t\t} else {\n\t\t\tconst themeRootURL = new URL(themeRoot);\n\t\t\tconst origin = themeRootURL.origin;\n\n\t\t\tif (origin && validateThemeOrigin(origin)) {\n\t\t\t\t// If origin is allowed, use it\n\t\t\t\tresultUrl = themeRootURL.toString();\n\t\t\t} else {\n\t\t\t\t// If origin is not allow and the URL is not relative, we have to replace the origin\n\t\t\t\t// with current location\n\t\t\t\tresultUrl = buildCorrectUrl(themeRootURL.toString(), window.location.href);\n\t\t\t}\n\t\t}\n\n\t\tif (!resultUrl.endsWith(\"/\")) {\n\t\t\tresultUrl = `${resultUrl}/`;\n\t\t}\n\n\t\treturn `${resultUrl}UI5/`;\n\t} catch (e) {\n\t\t// Catch if URL is not correct\n\t}\n};\n\nexport default validateThemeRoot;\n"],
5
+ "mappings": "aAAA,MAAMA,EAAmBC,GAAwB,CAChD,MAAMC,EAAU,SAAS,cAAc,cAAcD,CAAW,IAAI,EAGpE,OAFkBC,GAAWA,EAAQ,aAAa,SAAS,CAG5D,EAEMC,EAAuBC,GAAmB,CAC/C,MAAMC,EAAiBL,EAAgB,yBAAyB,EAEhE,OAAOK,GAAkBA,EAAe,MAAM,GAAG,EAAE,KAAKC,GAChDA,IAAkB,KAAOF,IAAWE,EAAc,KAAK,CAC9D,CACF,EAEMC,EAAkB,CAACC,EAAgBC,IAAsB,CAC9D,MAAMC,EAAa,IAAI,IAAIF,CAAM,EAAE,SAEnC,OAAO,IAAI,IAAIE,EAAYD,CAAS,EAAE,SAAS,CAChD,EAEME,EAAqBC,GAAsB,CAChD,IAAIC,EAEJ,GAAI,CACH,GAAID,EAAU,WAAW,GAAG,GAAKA,EAAU,WAAW,GAAG,EAKxDC,EAAY,IAAI,IAAID,EAAW,OAAO,SAAS,IAAI,EAAE,SAAS,MACxD,CACN,MAAME,EAAe,IAAI,IAAIF,CAAS,EAChCR,EAASU,EAAa,OAExBV,GAAUD,EAAoBC,CAAM,EAEvCS,EAAYC,EAAa,SAAS,EAIlCD,EAAYN,EAAgBO,EAAa,SAAS,EAAG,OAAO,SAAS,IAAI,CAE3E,CAEA,OAAKD,EAAU,SAAS,GAAG,IAC1BA,EAAY,GAAGA,CAAS,KAGlB,GAAGA,CAAS,MACpB,MAAY,CAEZ,CACD,EAEA,eAAeF",
6
+ "names": ["getMetaTagValue", "metaTagName", "metaTag", "validateThemeOrigin", "origin", "allowedOrigins", "allowedOrigin", "buildCorrectUrl", "oldUrl", "newOrigin", "oldUrlPath", "validateThemeRoot", "themeRoot", "resultUrl", "themeRootURL"]
7
+ }
@@ -9,5 +9,13 @@ type TemplateFunction = (component: UI5Element, tagsToScope: Array<string>, scop
9
9
  * @public
10
10
  */
11
11
  declare const executeTemplate: (template: TemplateFunction, component: UI5Element) => TemplateFunctionResult;
12
+ /**
13
+ * Returns all tags, used inside component's template subject to scoping.
14
+ * @param component - the component
15
+ * @returns {Array[]}
16
+ * @private
17
+ */
18
+ declare const getTagsToScope: (component: UI5Element) => string[];
12
19
  export default executeTemplate;
20
+ export { getTagsToScope };
13
21
  export type { TemplateFunction, TemplateFunctionResult };
@@ -27,4 +27,5 @@ const getTagsToScope = (component) => {
27
27
  return tagsToScope;
28
28
  };
29
29
  export default executeTemplate;
30
+ export { getTagsToScope };
30
31
  //# sourceMappingURL=executeTemplate.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"executeTemplate.js","sourceRoot":"","sources":["../../src/renderer/executeTemplate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAM1G;;;;;;GAMG;AACH,MAAM,eAAe,GAAG,CAAC,QAA0B,EAAE,SAAqB,EAA0B,EAAE;IACrG,MAAM,WAAW,GAAG,cAAc,CAAC,SAAS,CAAC,CAAC;IAC9C,MAAM,KAAK,GAAG,8BAA8B,EAAE,CAAC;IAC/C,OAAO,QAAQ,CAAC,IAAI,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,cAAc,GAAG,CAAC,SAAqB,EAAE,EAAE;IAChD,MAAM,IAAI,GAAG,SAAS,CAAC,WAAgC,CAAC;IAExD,MAAM,YAAY,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC,UAAU,EAAE,CAAC;IACrD,MAAM,WAAW,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC,GAAG,CAAC,CAAC,GAAsB,EAAE,EAAE,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;IAElJ,IAAI,wBAAwB,CAAC,YAAY,CAAC,EAAE;QAC3C,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/B;IAED,OAAO,WAAW,CAAC;AACpB,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC","sourcesContent":["import { getCustomElementsScopingSuffix, shouldScopeCustomElement } from \"../CustomElementsScopeUtils.js\";\nimport type UI5Element from \"../UI5Element.js\";\n\ntype TemplateFunctionResult = object;\ntype TemplateFunction = (component: UI5Element, tagsToScope: Array<string>, scope: string | undefined) => TemplateFunctionResult;\n\n/**\n * Runs a component's template with the component's current state, while also scoping HTML\n *\n * @param template - the template to execute\n * @param component - the component\n * @public\n */\nconst executeTemplate = (template: TemplateFunction, component: UI5Element): TemplateFunctionResult => {\n\tconst tagsToScope = getTagsToScope(component);\n\tconst scope = getCustomElementsScopingSuffix();\n\treturn template.call(component, component, tagsToScope, scope);\n};\n\n/**\n * Returns all tags, used inside component's template subject to scoping.\n * @param component - the component\n * @returns {Array[]}\n * @private\n */\nconst getTagsToScope = (component: UI5Element) => {\n\tconst ctor = component.constructor as typeof UI5Element;\n\n\tconst componentTag = ctor.getMetadata().getPureTag();\n\tconst tagsToScope = ctor.getUniqueDependencies().map((dep: typeof UI5Element) => dep.getMetadata().getPureTag()).filter(shouldScopeCustomElement);\n\n\tif (shouldScopeCustomElement(componentTag)) {\n\t\ttagsToScope.push(componentTag);\n\t}\n\n\treturn tagsToScope;\n};\n\nexport default executeTemplate;\nexport type { TemplateFunction, TemplateFunctionResult };\n"]}
1
+ {"version":3,"file":"executeTemplate.js","sourceRoot":"","sources":["../../src/renderer/executeTemplate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAM1G;;;;;;GAMG;AACH,MAAM,eAAe,GAAG,CAAC,QAA0B,EAAE,SAAqB,EAA0B,EAAE;IACrG,MAAM,WAAW,GAAG,cAAc,CAAC,SAAS,CAAC,CAAC;IAC9C,MAAM,KAAK,GAAG,8BAA8B,EAAE,CAAC;IAC/C,OAAO,QAAQ,CAAC,IAAI,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,cAAc,GAAG,CAAC,SAAqB,EAAE,EAAE;IAChD,MAAM,IAAI,GAAG,SAAS,CAAC,WAAgC,CAAC;IAExD,MAAM,YAAY,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC,UAAU,EAAE,CAAC;IACrD,MAAM,WAAW,GAAG,IAAI,CAAC,qBAAqB,EAAE,CAAC,GAAG,CAAC,CAAC,GAAsB,EAAE,EAAE,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,wBAAwB,CAAC,CAAC;IAElJ,IAAI,wBAAwB,CAAC,YAAY,CAAC,EAAE;QAC3C,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC/B;IAED,OAAO,WAAW,CAAC;AACpB,CAAC,CAAC;AAEF,eAAe,eAAe,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,CAAC","sourcesContent":["import { getCustomElementsScopingSuffix, shouldScopeCustomElement } from \"../CustomElementsScopeUtils.js\";\nimport type UI5Element from \"../UI5Element.js\";\n\ntype TemplateFunctionResult = object;\ntype TemplateFunction = (component: UI5Element, tagsToScope: Array<string>, scope: string | undefined) => TemplateFunctionResult;\n\n/**\n * Runs a component's template with the component's current state, while also scoping HTML\n *\n * @param template - the template to execute\n * @param component - the component\n * @public\n */\nconst executeTemplate = (template: TemplateFunction, component: UI5Element): TemplateFunctionResult => {\n\tconst tagsToScope = getTagsToScope(component);\n\tconst scope = getCustomElementsScopingSuffix();\n\treturn template.call(component, component, tagsToScope, scope);\n};\n\n/**\n * Returns all tags, used inside component's template subject to scoping.\n * @param component - the component\n * @returns {Array[]}\n * @private\n */\nconst getTagsToScope = (component: UI5Element) => {\n\tconst ctor = component.constructor as typeof UI5Element;\n\n\tconst componentTag = ctor.getMetadata().getPureTag();\n\tconst tagsToScope = ctor.getUniqueDependencies().map((dep: typeof UI5Element) => dep.getMetadata().getPureTag()).filter(shouldScopeCustomElement);\n\n\tif (shouldScopeCustomElement(componentTag)) {\n\t\ttagsToScope.push(componentTag);\n\t}\n\n\treturn tagsToScope;\n};\n\nexport default executeTemplate;\nexport { getTagsToScope };\nexport type { TemplateFunction, TemplateFunctionResult };\n"]}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Different types of ARIA hasPopup.
3
+ * @public
4
+ */
5
+ declare enum AriaHasPopup {
6
+ /**
7
+ * Dialog popup type.
8
+ * @public
9
+ */
10
+ Dialog = "Dialog",
11
+ /**
12
+ * Grid popup type.
13
+ * @public
14
+ */
15
+ Grid = "Grid",
16
+ /**
17
+ * ListBox popup type.
18
+ * @public
19
+ */
20
+ ListBox = "ListBox",
21
+ /**
22
+ * Menu popup type.
23
+ * @public
24
+ */
25
+ Menu = "Menu",
26
+ /**
27
+ * Tree popup type.
28
+ * @public
29
+ */
30
+ Tree = "Tree"
31
+ }
32
+ export default AriaHasPopup;
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Different types of ARIA hasPopup.
3
+ * @public
4
+ */
5
+ var AriaHasPopup;
6
+ (function (AriaHasPopup) {
7
+ /**
8
+ * Dialog popup type.
9
+ * @public
10
+ */
11
+ AriaHasPopup["Dialog"] = "Dialog";
12
+ /**
13
+ * Grid popup type.
14
+ * @public
15
+ */
16
+ AriaHasPopup["Grid"] = "Grid";
17
+ /**
18
+ * ListBox popup type.
19
+ * @public
20
+ */
21
+ AriaHasPopup["ListBox"] = "ListBox";
22
+ /**
23
+ * Menu popup type.
24
+ * @public
25
+ */
26
+ AriaHasPopup["Menu"] = "Menu";
27
+ /**
28
+ * Tree popup type.
29
+ * @public
30
+ */
31
+ AriaHasPopup["Tree"] = "Tree";
32
+ })(AriaHasPopup || (AriaHasPopup = {}));
33
+ export default AriaHasPopup;
34
+ //# sourceMappingURL=AriaHasPopup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AriaHasPopup.js","sourceRoot":"","sources":["../../src/types/AriaHasPopup.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,IAAK,YA8BJ;AA9BD,WAAK,YAAY;IAChB;;;OAGG;IACH,iCAAiB,CAAA;IAEjB;;;OAGG;IACH,6BAAa,CAAA;IAEb;;;OAGG;IACH,mCAAmB,CAAA;IAElB;;;OAGG;IACJ,6BAAa,CAAA;IAEZ;;;OAGG;IACJ,6BAAa,CAAA;AACd,CAAC,EA9BI,YAAY,KAAZ,YAAY,QA8BhB;AAED,eAAe,YAAY,CAAC","sourcesContent":["/**\n * Different types of ARIA hasPopup.\n * @public\n */\nenum AriaHasPopup {\n\t/**\n\t * Dialog popup type.\n\t * @public\n\t */\n\tDialog = \"Dialog\",\n\n\t/**\n\t * Grid popup type.\n\t * @public\n\t */\n\tGrid = \"Grid\",\n\n\t/**\n\t * ListBox popup type.\n\t * @public\n\t */\n\tListBox = \"ListBox\",\n\n\t /**\n\t * Menu popup type.\n\t * @public\n\t */\n\tMenu = \"Menu\",\n\n\t /**\n\t * Tree popup type.\n\t * @public\n\t */\n\tTree = \"Tree\",\n}\n\nexport default AriaHasPopup;\n"]}
@@ -0,0 +1,79 @@
1
+ /**
2
+ * Defines the ARIA accessible landmark roles.
3
+ */
4
+ declare enum AriaLandmarkRole {
5
+ /**
6
+ * No explicit role is applicable.
7
+ *
8
+ * The interpretation of this value depends on the element which defines a property with this type.
9
+ * Normally this value means that no accessible landmark should be written.
10
+ *
11
+ * @public
12
+ */
13
+ None = "None",
14
+ /**
15
+ * The ARIA role <code>banner</code>.
16
+ *
17
+ * A banner usually appears at the top of the page and typically spans the full width.
18
+ *
19
+ * @public
20
+ */
21
+ Banner = "Banner",
22
+ /**
23
+ * The ARIA role <code>main</code>.
24
+ *
25
+ * The main content of a page.
26
+ *
27
+ * @public
28
+ */
29
+ Main = "Main",
30
+ /**
31
+ * The ARIA role <code>region</code>.
32
+ *
33
+ * A section of a page, that is important enough to be included in a page summary or table of contents.
34
+ *
35
+ * @public
36
+ */
37
+ Region = "Region",
38
+ /**
39
+ * The ARIA role <code>navigation</code>.
40
+ *
41
+ * A region that contains a collection of items and objects that, as a whole, combine to create a navigation facility.
42
+ *
43
+ * @public
44
+ */
45
+ Navigation = "Navigation",
46
+ /**
47
+ * The ARIA role <code>search</code>.
48
+ *
49
+ * A region that contains a collection of items and objects that, as a whole, combine to create a search facility.
50
+ *
51
+ * @public
52
+ */
53
+ Search = "Search",
54
+ /**
55
+ * The ARIA role <code>complementary</code>.
56
+ *
57
+ * A section of the page, designed to be complementary to the main content at a similar level in the DOM hierarchy.
58
+ *
59
+ * @public
60
+ */
61
+ Complementary = "Complementary",
62
+ /**
63
+ * The ARIA role <code>form</code>.
64
+ *
65
+ * A region that contains a collection of items and objects that, as a whole, combine to create a form.
66
+ *
67
+ * @public
68
+ */
69
+ Form = "Form",
70
+ /**
71
+ * The ARIA role <code>contentinfo</code>.
72
+ *
73
+ * A region that contains information about the content on the page.
74
+ *
75
+ * @public
76
+ */
77
+ ContentInfo = "ContentInfo"
78
+ }
79
+ export default AriaLandmarkRole;
@@ -0,0 +1,81 @@
1
+ /**
2
+ * Defines the ARIA accessible landmark roles.
3
+ */
4
+ var AriaLandmarkRole;
5
+ (function (AriaLandmarkRole) {
6
+ /**
7
+ * No explicit role is applicable.
8
+ *
9
+ * The interpretation of this value depends on the element which defines a property with this type.
10
+ * Normally this value means that no accessible landmark should be written.
11
+ *
12
+ * @public
13
+ */
14
+ AriaLandmarkRole["None"] = "None";
15
+ /**
16
+ * The ARIA role <code>banner</code>.
17
+ *
18
+ * A banner usually appears at the top of the page and typically spans the full width.
19
+ *
20
+ * @public
21
+ */
22
+ AriaLandmarkRole["Banner"] = "Banner";
23
+ /**
24
+ * The ARIA role <code>main</code>.
25
+ *
26
+ * The main content of a page.
27
+ *
28
+ * @public
29
+ */
30
+ AriaLandmarkRole["Main"] = "Main";
31
+ /**
32
+ * The ARIA role <code>region</code>.
33
+ *
34
+ * A section of a page, that is important enough to be included in a page summary or table of contents.
35
+ *
36
+ * @public
37
+ */
38
+ AriaLandmarkRole["Region"] = "Region";
39
+ /**
40
+ * The ARIA role <code>navigation</code>.
41
+ *
42
+ * A region that contains a collection of items and objects that, as a whole, combine to create a navigation facility.
43
+ *
44
+ * @public
45
+ */
46
+ AriaLandmarkRole["Navigation"] = "Navigation";
47
+ /**
48
+ * The ARIA role <code>search</code>.
49
+ *
50
+ * A region that contains a collection of items and objects that, as a whole, combine to create a search facility.
51
+ *
52
+ * @public
53
+ */
54
+ AriaLandmarkRole["Search"] = "Search";
55
+ /**
56
+ * The ARIA role <code>complementary</code>.
57
+ *
58
+ * A section of the page, designed to be complementary to the main content at a similar level in the DOM hierarchy.
59
+ *
60
+ * @public
61
+ */
62
+ AriaLandmarkRole["Complementary"] = "Complementary";
63
+ /**
64
+ * The ARIA role <code>form</code>.
65
+ *
66
+ * A region that contains a collection of items and objects that, as a whole, combine to create a form.
67
+ *
68
+ * @public
69
+ */
70
+ AriaLandmarkRole["Form"] = "Form";
71
+ /**
72
+ * The ARIA role <code>contentinfo</code>.
73
+ *
74
+ * A region that contains information about the content on the page.
75
+ *
76
+ * @public
77
+ */
78
+ AriaLandmarkRole["ContentInfo"] = "ContentInfo";
79
+ })(AriaLandmarkRole || (AriaLandmarkRole = {}));
80
+ export default AriaLandmarkRole;
81
+ //# sourceMappingURL=AriaLandmarkRole.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AriaLandmarkRole.js","sourceRoot":"","sources":["../../src/types/AriaLandmarkRole.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,IAAK,gBAmFJ;AAnFD,WAAK,gBAAgB;IACpB;;;;;;;OAOG;IACH,iCAAa,CAAA;IAEb;;;;;;OAMG;IACH,qCAAiB,CAAA;IAEjB;;;;;;OAMG;IACH,iCAAa,CAAA;IAEb;;;;;;OAMG;IACH,qCAAiB,CAAA;IAEjB;;;;;;OAMG;IACH,6CAAyB,CAAA;IAEzB;;;;;;OAMG;IACH,qCAAiB,CAAA;IAEjB;;;;;;OAMG;IACH,mDAA+B,CAAA;IAE/B;;;;;;OAMG;IACH,iCAAa,CAAA;IAEb;;;;;;OAMG;IACH,+CAA2B,CAAA;AAE5B,CAAC,EAnFI,gBAAgB,KAAhB,gBAAgB,QAmFpB;AAED,eAAe,gBAAgB,CAAC","sourcesContent":["/**\n * Defines the ARIA accessible landmark roles.\n */\nenum AriaLandmarkRole {\n\t/**\n\t * No explicit role is applicable.\n\t *\n\t * The interpretation of this value depends on the element which defines a property with this type.\n\t * Normally this value means that no accessible landmark should be written.\n\t *\n\t * @public\n\t */\n\tNone = \"None\",\n\n\t/**\n\t * The ARIA role <code>banner</code>.\n\t *\n\t * A banner usually appears at the top of the page and typically spans the full width.\n\t *\n\t * @public\n\t */\n\tBanner = \"Banner\",\n\n\t/**\n\t * The ARIA role <code>main</code>.\n\t *\n\t * The main content of a page.\n\t *\n\t * @public\n\t */\n\tMain = \"Main\",\n\n\t/**\n\t * The ARIA role <code>region</code>.\n\t *\n\t * A section of a page, that is important enough to be included in a page summary or table of contents.\n\t *\n\t * @public\n\t */\n\tRegion = \"Region\",\n\n\t/**\n\t * The ARIA role <code>navigation</code>.\n\t *\n\t * A region that contains a collection of items and objects that, as a whole, combine to create a navigation facility.\n\t *\n\t * @public\n\t */\n\tNavigation = \"Navigation\",\n\n\t/**\n\t * The ARIA role <code>search</code>.\n\t *\n\t * A region that contains a collection of items and objects that, as a whole, combine to create a search facility.\n\t *\n\t * @public\n\t */\n\tSearch = \"Search\",\n\n\t/**\n\t * The ARIA role <code>complementary</code>.\n\t *\n\t * A section of the page, designed to be complementary to the main content at a similar level in the DOM hierarchy.\n\t *\n\t * @public\n\t */\n\tComplementary = \"Complementary\",\n\n\t/**\n\t * The ARIA role <code>form</code>.\n\t *\n\t * A region that contains a collection of items and objects that, as a whole, combine to create a form.\n\t *\n\t * @public\n\t */\n\tForm = \"Form\",\n\n\t/**\n\t * The ARIA role <code>contentinfo</code>.\n\t *\n\t * A region that contains information about the content on the page.\n\t *\n\t * @public\n\t */\n\tContentInfo = \"ContentInfo\"\n\n}\n\nexport default AriaLandmarkRole;\n"]}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Types of ARIA roles.
3
+ * @public
4
+ */
5
+ declare enum AriaRole {
6
+ /**
7
+ * The ARIA role "alertdialog".
8
+ * @public
9
+ */
10
+ AlertDialog = "AlertDialog",
11
+ /**
12
+ * The ARIA role "button".
13
+ * @public
14
+ */
15
+ Button = "Button",
16
+ /**
17
+ * The ARIA role "dialog".
18
+ * @public
19
+ */
20
+ Dialog = "Dialog",
21
+ /**
22
+ * The ARIA role "link".
23
+ * @public
24
+ */
25
+ Link = "Link"
26
+ }
27
+ export default AriaRole;
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Types of ARIA roles.
3
+ * @public
4
+ */
5
+ var AriaRole;
6
+ (function (AriaRole) {
7
+ /**
8
+ * The ARIA role "alertdialog".
9
+ * @public
10
+ */
11
+ AriaRole["AlertDialog"] = "AlertDialog";
12
+ /**
13
+ * The ARIA role "button".
14
+ * @public
15
+ */
16
+ AriaRole["Button"] = "Button";
17
+ /**
18
+ * The ARIA role "dialog".
19
+ * @public
20
+ */
21
+ AriaRole["Dialog"] = "Dialog";
22
+ /**
23
+ * The ARIA role "link".
24
+ * @public
25
+ */
26
+ AriaRole["Link"] = "Link";
27
+ })(AriaRole || (AriaRole = {}));
28
+ export default AriaRole;
29
+ //# sourceMappingURL=AriaRole.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AriaRole.js","sourceRoot":"","sources":["../../src/types/AriaRole.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,IAAK,QAwBJ;AAxBD,WAAK,QAAQ;IACZ;;;MAGE;IACF,uCAA2B,CAAA;IAE3B;;;OAGG;IACH,6BAAiB,CAAA;IAEjB;;;OAGG;IACH,6BAAiB,CAAA;IAEjB;;;OAGG;IACH,yBAAa,CAAA;AACd,CAAC,EAxBI,QAAQ,KAAR,QAAQ,QAwBZ;AAED,eAAe,QAAQ,CAAC","sourcesContent":["/**\n * Types of ARIA roles.\n * @public\n */\nenum AriaRole {\n\t/**\n\t* The ARIA role \"alertdialog\".\n\t* @public\n\t*/\n\tAlertDialog = \"AlertDialog\",\n\n\t/**\n\t * The ARIA role \"button\".\n\t * @public\n\t */\n\tButton = \"Button\",\n\n\t/**\n\t * The ARIA role \"dialog\".\n\t * @public\n\t */\n\tDialog = \"Dialog\",\n\n\t/**\n\t * The ARIA role \"link\".\n\t * @public\n\t */\n\tLink = \"Link\",\n}\n\nexport default AriaRole;\n"]}
@@ -11,15 +11,15 @@ declare enum ValueState {
11
11
  /**
12
12
  * @public
13
13
  */
14
- Success = "Success",
14
+ Positive = "Positive",
15
15
  /**
16
16
  * @public
17
17
  */
18
- Warning = "Warning",
18
+ Critical = "Critical",
19
19
  /**
20
20
  * @public
21
21
  */
22
- Error = "Error",
22
+ Negative = "Negative",
23
23
  /**
24
24
  * @public
25
25
  */
@@ -12,15 +12,15 @@ var ValueState;
12
12
  /**
13
13
  * @public
14
14
  */
15
- ValueState["Success"] = "Success";
15
+ ValueState["Positive"] = "Positive";
16
16
  /**
17
17
  * @public
18
18
  */
19
- ValueState["Warning"] = "Warning";
19
+ ValueState["Critical"] = "Critical";
20
20
  /**
21
21
  * @public
22
22
  */
23
- ValueState["Error"] = "Error";
23
+ ValueState["Negative"] = "Negative";
24
24
  /**
25
25
  * @public
26
26
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ValueState.js","sourceRoot":"","sources":["../../src/types/ValueState.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,UAyBJ;AAzBD,WAAK,UAAU;IACd;;OAEG;IACH,2BAAa,CAAA;IAEb;;OAEG;IACH,iCAAmB,CAAA;IAEnB;;OAEG;IACH,iCAAmB,CAAA;IAEnB;;OAEG;IACH,6BAAe,CAAA;IAEf;;OAEG;IACH,yCAA2B,CAAA;AAC5B,CAAC,EAzBI,UAAU,KAAV,UAAU,QAyBd;AAED,eAAe,UAAU,CAAC","sourcesContent":["/**\n * Different types of ValueStates.\n *\n * @public\n */\nenum ValueState {\n\t/**\n\t * @public\n\t */\n\tNone = \"None\",\n\n\t/**\n\t * @public\n\t */\n\tSuccess = \"Success\",\n\n\t/**\n\t * @public\n\t */\n\tWarning = \"Warning\",\n\n\t/**\n\t * @public\n\t */\n\tError = \"Error\",\n\n\t/**\n\t * @public\n\t */\n\tInformation = \"Information\",\n}\n\nexport default ValueState;\n"]}
1
+ {"version":3,"file":"ValueState.js","sourceRoot":"","sources":["../../src/types/ValueState.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,UAyBJ;AAzBD,WAAK,UAAU;IACd;;OAEG;IACH,2BAAa,CAAA;IAEb;;OAEG;IACH,mCAAqB,CAAA;IAErB;;OAEG;IACH,mCAAqB,CAAA;IAErB;;OAEG;IACH,mCAAqB,CAAA;IAErB;;OAEG;IACH,yCAA2B,CAAA;AAC5B,CAAC,EAzBI,UAAU,KAAV,UAAU,QAyBd;AAED,eAAe,UAAU,CAAC","sourcesContent":["/**\n * Different types of ValueStates.\n *\n * @public\n */\nenum ValueState {\n\t/**\n\t * @public\n\t */\n\tNone = \"None\",\n\n\t/**\n\t * @public\n\t */\n\tPositive = \"Positive\",\n\n\t/**\n\t * @public\n\t */\n\tCritical = \"Critical\",\n\n\t/**\n\t * @public\n\t */\n\tNegative = \"Negative\",\n\n\t/**\n\t * @public\n\t */\n\tInformation = \"Information\",\n}\n\nexport default ValueState;\n"]}
package/dist/types.d.ts CHANGED
@@ -1,3 +1,5 @@
1
+ import type AriaHasPopup from "./types/AriaHasPopup.js";
2
+ import type AriaRole from "./types/AriaRole.js";
1
3
  type PromiseResolve = (value: void | PromiseLike<void>) => void;
2
4
  type Timeout = ReturnType<typeof setTimeout>;
3
5
  type Interval = ReturnType<typeof setInterval>;
@@ -16,8 +18,10 @@ type PassiveEventListenerObject = EventListenerObject & {
16
18
  passive: boolean;
17
19
  };
18
20
  type LowercaseString<T> = T extends string ? Lowercase<T> : never;
21
+ type ARIARoles = LowercaseString<AriaRole>;
22
+ type ARIAHasPopup = LowercaseString<AriaHasPopup>;
19
23
  type AccessibilityInfo = {
20
- role?: LowercaseString<string>;
24
+ role?: ARIARoles;
21
25
  type?: LowercaseString<string>;
22
26
  description?: string;
23
27
  disabled?: boolean;
@@ -25,4 +29,13 @@ type AccessibilityInfo = {
25
29
  required?: boolean;
26
30
  children?: Array<HTMLElement>;
27
31
  };
28
- export type { AccessibilityInfo, PromiseResolve, Timeout, Interval, StyleData, StyleDataCSP, ComponentStylesData, ClassMap, ClassMapValue, PassiveEventListenerObject, };
32
+ type AccessibilityAttributes = {
33
+ ariaSetsize?: number;
34
+ ariaPosinset?: number;
35
+ controls?: LowercaseString<string>;
36
+ expanded?: "true" | "false" | boolean;
37
+ hasPopup?: ARIAHasPopup;
38
+ name?: string;
39
+ role?: ARIARoles;
40
+ };
41
+ export type { AccessibilityInfo, AccessibilityAttributes, PromiseResolve, Timeout, Interval, StyleData, StyleDataCSP, ComponentStylesData, ClassMap, ClassMapValue, PassiveEventListenerObject, };
package/dist/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"","sourcesContent":["type PromiseResolve = (value: void | PromiseLike<void>) => void;\ntype Timeout = ReturnType<typeof setTimeout>;\ntype Interval = ReturnType<typeof setInterval>;\n\ntype StyleDataCSP = {\n\tcontent: string,\n\tpackageName: string,\n\tfileName: string,\n};\n\ntype StyleData = StyleDataCSP | string;\n\ntype ComponentStylesData = Array<ComponentStylesData> | Array<StyleData> | StyleData;\n\ntype ClassMapValue = Record<string, boolean>\n\ntype ClassMap = { [x: string] : ClassMapValue | ClassMap };\n\ntype PassiveEventListenerObject = EventListenerObject & { passive: boolean };\n\ntype LowercaseString<T> = T extends string ? Lowercase<T> : never;\n\ntype AccessibilityInfo = {\n\t// The WAI-ARIA role of the component.\n\trole?: LowercaseString<string>,\n\n\t// A translated text that represents the component type. Used when several components share same role,\n\t// f.e. Select and ComboBox both have role=\"combobox\".\n\ttype?: LowercaseString<string>,\n\n\t// A translated text that represents relevant component description/state - value, placeholder, label, etc.\n\tdescription?: string,\n\n\t // The component disabled state.\n\tdisabled?: boolean,\n\n\t// The component readonly state.\n\treadonly?: boolean,\n\n\t// The component required state.\n\trequired?: boolean,\n\n\t// An array of elements, aggregated by the component\n\t// <b>Note:</b> Children should only be provided when it is helpful to understand the accessibility context.\n\tchildren?: Array<HTMLElement>,\n}\n\nexport type {\n\tAccessibilityInfo,\n\tPromiseResolve,\n\tTimeout,\n\tInterval,\n\tStyleData,\n\tStyleDataCSP,\n\tComponentStylesData,\n\tClassMap,\n\tClassMapValue,\n\tPassiveEventListenerObject,\n};\n"]}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"","sourcesContent":["import type AriaHasPopup from \"./types/AriaHasPopup.js\";\nimport type AriaRole from \"./types/AriaRole.js\";\n\ntype PromiseResolve = (value: void | PromiseLike<void>) => void;\ntype Timeout = ReturnType<typeof setTimeout>;\ntype Interval = ReturnType<typeof setInterval>;\n\ntype StyleDataCSP = {\n\tcontent: string,\n\tpackageName: string,\n\tfileName: string,\n};\n\ntype StyleData = StyleDataCSP | string;\n\ntype ComponentStylesData = Array<ComponentStylesData> | Array<StyleData> | StyleData;\n\ntype ClassMapValue = Record<string, boolean>\n\ntype ClassMap = { [x: string] : ClassMapValue | ClassMap };\n\ntype PassiveEventListenerObject = EventListenerObject & { passive: boolean };\n\ntype LowercaseString<T> = T extends string ? Lowercase<T> : never;\n\ntype ARIARoles = LowercaseString<AriaRole>;\ntype ARIAHasPopup = LowercaseString<AriaHasPopup>;\n\ntype AccessibilityInfo = {\n\t// The WAI-ARIA role of the component.\n\trole?: ARIARoles,\n\n\t// A translated text that represents the component type. Used when several components share same role,\n\t// f.e. Select and ComboBox both have role=\"combobox\".\n\ttype?: LowercaseString<string>,\n\n\t// A translated text that represents relevant component description/state - value, placeholder, label, etc.\n\tdescription?: string,\n\n\t // The component disabled state.\n\tdisabled?: boolean,\n\n\t// The component readonly state.\n\treadonly?: boolean,\n\n\t// The component required state.\n\trequired?: boolean,\n\n\t// An array of elements, aggregated by the component\n\t// <b>Note:</b> Children should only be provided when it is helpful to understand the accessibility context.\n\tchildren?: Array<HTMLElement>,\n}\n\ntype AccessibilityAttributes = {\n\tariaSetsize?: number,\n\tariaPosinset?: number,\n\tcontrols?: LowercaseString<string>\n\texpanded?: \"true\" | \"false\" | boolean,\n\thasPopup?: ARIAHasPopup,\n\tname?: string\n\trole?: ARIARoles,\n}\n\nexport type {\n\tAccessibilityInfo,\n\tAccessibilityAttributes,\n\tPromiseResolve,\n\tTimeout,\n\tInterval,\n\tStyleData,\n\tStyleDataCSP,\n\tComponentStylesData,\n\tClassMap,\n\tClassMapValue,\n\tPassiveEventListenerObject,\n};\n"]}
@@ -25,8 +25,8 @@ attachBoot(() => {
25
25
  assertiveSpan.setAttribute("role", "alert");
26
26
  setOutOfViewportStyles(politeSpan);
27
27
  setOutOfViewportStyles(assertiveSpan);
28
- getSingletonElementInstance("ui5-static-area").appendChild(politeSpan);
29
- getSingletonElementInstance("ui5-static-area").appendChild(assertiveSpan);
28
+ getSingletonElementInstance("ui5-announcement-area").appendChild(politeSpan);
29
+ getSingletonElementInstance("ui5-announcement-area").appendChild(assertiveSpan);
30
30
  });
31
31
  /**
32
32
  * Inserts the string into the respective span, depending on the mode provided.
@@ -1 +1 @@
1
- {"version":3,"file":"InvisibleMessage.js","sourceRoot":"","sources":["../../src/util/InvisibleMessage.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,kCAAkC,CAAC;AACpE,OAAO,2BAA2B,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAExC,IAAI,UAAuB,CAAC;AAC5B,IAAI,aAA0B,CAAC;AAE/B,MAAM,sBAAsB,GAAG,CAAC,EAAe,EAAE,EAAE;IAClD,EAAE,CAAC,KAAK,CAAC,QAAQ,GAAG,UAAU,CAAC;IAC/B,EAAE,CAAC,KAAK,CAAC,IAAI,GAAG,uBAAuB,CAAC;IACxC,EAAE,CAAC,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC;IAC7B,EAAE,CAAC,KAAK,CAAC,IAAI,GAAG,SAAS,CAAC;IAC1B,EAAE,CAAC,KAAK,CAAC,GAAG,GAAG,SAAS,CAAC;IACzB,EAAE,CAAC,KAAK,CAAC,aAAa,GAAG,MAAM,CAAC;AACjC,CAAC,CAAC;AAEF,UAAU,CAAC,GAAG,EAAE;IACf,IAAI,UAAU,IAAI,aAAa,EAAE;QAChC,OAAO;KACP;IAED,UAAU,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5C,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAE/C,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,6BAA6B,CAAC,CAAC;IACxD,aAAa,CAAC,SAAS,CAAC,GAAG,CAAC,gCAAgC,CAAC,CAAC;IAE9D,UAAU,CAAC,YAAY,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IAC/C,aAAa,CAAC,YAAY,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;IAErD,UAAU,CAAC,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,aAAa,CAAC,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAE5C,sBAAsB,CAAC,UAAU,CAAC,CAAC;IACnC,sBAAsB,CAAC,aAAa,CAAC,CAAC;IAEtC,2BAA2B,CAAC,iBAAiB,CAAC,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IACvE,2BAA2B,CAAC,iBAAiB,CAAC,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;AAC3E,CAAC,CAAC,CAAC;AAEH;;;;;;GAMG;AACH,MAAM,QAAQ,GAAG,CAAC,OAAe,EAAE,IAA0B,EAAE,EAAE;IAChE,4DAA4D;IAC5D,MAAM,IAAI,GAAG,IAAI,KAAK,oBAAoB,CAAC,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,UAAU,CAAC;IAElF,oFAAoF;IACpF,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;IACtB,IAAI,CAAC,WAAW,GAAG,OAAO,CAAC;IAE3B,IAAI,IAAI,KAAK,oBAAoB,CAAC,SAAS,IAAI,IAAI,KAAK,oBAAoB,CAAC,MAAM,EAAE;QACpF,OAAO,CAAC,IAAI,CAAC,0IAA0I,CAAC,CAAC,CAAC,sBAAsB;KAChL;IAED,6EAA6E;IAC7E,UAAU,CAAC,GAAG,EAAE;QACf,iFAAiF;QACjF,IAAI,IAAI,CAAC,WAAW,KAAK,OAAO,EAAE;YACjC,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;SACtB;IACF,CAAC,EAAE,IAAI,CAAC,CAAC;AACV,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC","sourcesContent":["import InvisibleMessageMode from \"../types/InvisibleMessageMode.js\";\nimport getSingletonElementInstance from \"./getSingletonElementInstance.js\";\nimport { attachBoot } from \"../Boot.js\";\n\nlet politeSpan: HTMLElement;\nlet assertiveSpan: HTMLElement;\n\nconst setOutOfViewportStyles = (el: HTMLElement) => {\n\tel.style.position = \"absolute\";\n\tel.style.clip = \"rect(1px,1px,1px,1px)\";\n\tel.style.userSelect = \"none\";\n\tel.style.left = \"-1000px\";\n\tel.style.top = \"-1000px\";\n\tel.style.pointerEvents = \"none\";\n};\n\nattachBoot(() => {\n\tif (politeSpan && assertiveSpan) {\n\t\treturn;\n\t}\n\n\tpoliteSpan = document.createElement(\"span\");\n\tassertiveSpan = document.createElement(\"span\");\n\n\tpoliteSpan.classList.add(\"ui5-invisiblemessage-polite\");\n\tassertiveSpan.classList.add(\"ui5-invisiblemessage-assertive\");\n\n\tpoliteSpan.setAttribute(\"aria-live\", \"polite\");\n\tassertiveSpan.setAttribute(\"aria-live\", \"assertive\");\n\n\tpoliteSpan.setAttribute(\"role\", \"alert\");\n\tassertiveSpan.setAttribute(\"role\", \"alert\");\n\n\tsetOutOfViewportStyles(politeSpan);\n\tsetOutOfViewportStyles(assertiveSpan);\n\n\tgetSingletonElementInstance(\"ui5-static-area\").appendChild(politeSpan);\n\tgetSingletonElementInstance(\"ui5-static-area\").appendChild(assertiveSpan);\n});\n\n/**\n * Inserts the string into the respective span, depending on the mode provided.\n *\n * @param { string } message String to be announced by the screen reader.\n * @param { InvisibleMessageMode } mode The mode to be inserted in the aria-live attribute.\n * @public\n */\nconst announce = (message: string, mode: InvisibleMessageMode) => {\n\t// If no type is presented, fallback to polite announcement.\n\tconst span = mode === InvisibleMessageMode.Assertive ? assertiveSpan : politeSpan;\n\n\t// Set textContent to empty string in order to trigger screen reader's announcement.\n\tspan.textContent = \"\";\n\tspan.textContent = message;\n\n\tif (mode !== InvisibleMessageMode.Assertive && mode !== InvisibleMessageMode.Polite) {\n\t\tconsole.warn(`You have entered an invalid mode. Valid values are: \"Polite\" and \"Assertive\". The framework will automatically set the mode to \"Polite\".`); // eslint-disable-line\n\t}\n\n\t// clear the span in order to avoid reading it out while in JAWS reading node\n\tsetTimeout(() => {\n\t\t// ensure that we clear the text node only if no announce is made in the meantime\n\t\tif (span.textContent === message) {\n\t\t\tspan.textContent = \"\";\n\t\t}\n\t}, 3000);\n};\n\nexport default announce;\n"]}
1
+ {"version":3,"file":"InvisibleMessage.js","sourceRoot":"","sources":["../../src/util/InvisibleMessage.ts"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,kCAAkC,CAAC;AACpE,OAAO,2BAA2B,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAExC,IAAI,UAAuB,CAAC;AAC5B,IAAI,aAA0B,CAAC;AAE/B,MAAM,sBAAsB,GAAG,CAAC,EAAe,EAAE,EAAE;IAClD,EAAE,CAAC,KAAK,CAAC,QAAQ,GAAG,UAAU,CAAC;IAC/B,EAAE,CAAC,KAAK,CAAC,IAAI,GAAG,uBAAuB,CAAC;IACxC,EAAE,CAAC,KAAK,CAAC,UAAU,GAAG,MAAM,CAAC;IAC7B,EAAE,CAAC,KAAK,CAAC,IAAI,GAAG,SAAS,CAAC;IAC1B,EAAE,CAAC,KAAK,CAAC,GAAG,GAAG,SAAS,CAAC;IACzB,EAAE,CAAC,KAAK,CAAC,aAAa,GAAG,MAAM,CAAC;AACjC,CAAC,CAAC;AAEF,UAAU,CAAC,GAAG,EAAE;IACf,IAAI,UAAU,IAAI,aAAa,EAAE;QAChC,OAAO;KACP;IAED,UAAU,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAC5C,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;IAE/C,UAAU,CAAC,SAAS,CAAC,GAAG,CAAC,6BAA6B,CAAC,CAAC;IACxD,aAAa,CAAC,SAAS,CAAC,GAAG,CAAC,gCAAgC,CAAC,CAAC;IAE9D,UAAU,CAAC,YAAY,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IAC/C,aAAa,CAAC,YAAY,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;IAErD,UAAU,CAAC,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,aAAa,CAAC,YAAY,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAE5C,sBAAsB,CAAC,UAAU,CAAC,CAAC;IACnC,sBAAsB,CAAC,aAAa,CAAC,CAAC;IAEtC,2BAA2B,CAAC,uBAAuB,CAAC,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC7E,2BAA2B,CAAC,uBAAuB,CAAC,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;AACjF,CAAC,CAAC,CAAC;AAEH;;;;;;GAMG;AACH,MAAM,QAAQ,GAAG,CAAC,OAAe,EAAE,IAA0B,EAAE,EAAE;IAChE,4DAA4D;IAC5D,MAAM,IAAI,GAAG,IAAI,KAAK,oBAAoB,CAAC,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,UAAU,CAAC;IAElF,oFAAoF;IACpF,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;IACtB,IAAI,CAAC,WAAW,GAAG,OAAO,CAAC;IAE3B,IAAI,IAAI,KAAK,oBAAoB,CAAC,SAAS,IAAI,IAAI,KAAK,oBAAoB,CAAC,MAAM,EAAE;QACpF,OAAO,CAAC,IAAI,CAAC,0IAA0I,CAAC,CAAC,CAAC,sBAAsB;KAChL;IAED,6EAA6E;IAC7E,UAAU,CAAC,GAAG,EAAE;QACf,iFAAiF;QACjF,IAAI,IAAI,CAAC,WAAW,KAAK,OAAO,EAAE;YACjC,IAAI,CAAC,WAAW,GAAG,EAAE,CAAC;SACtB;IACF,CAAC,EAAE,IAAI,CAAC,CAAC;AACV,CAAC,CAAC;AAEF,eAAe,QAAQ,CAAC","sourcesContent":["import InvisibleMessageMode from \"../types/InvisibleMessageMode.js\";\nimport getSingletonElementInstance from \"./getSingletonElementInstance.js\";\nimport { attachBoot } from \"../Boot.js\";\n\nlet politeSpan: HTMLElement;\nlet assertiveSpan: HTMLElement;\n\nconst setOutOfViewportStyles = (el: HTMLElement) => {\n\tel.style.position = \"absolute\";\n\tel.style.clip = \"rect(1px,1px,1px,1px)\";\n\tel.style.userSelect = \"none\";\n\tel.style.left = \"-1000px\";\n\tel.style.top = \"-1000px\";\n\tel.style.pointerEvents = \"none\";\n};\n\nattachBoot(() => {\n\tif (politeSpan && assertiveSpan) {\n\t\treturn;\n\t}\n\n\tpoliteSpan = document.createElement(\"span\");\n\tassertiveSpan = document.createElement(\"span\");\n\n\tpoliteSpan.classList.add(\"ui5-invisiblemessage-polite\");\n\tassertiveSpan.classList.add(\"ui5-invisiblemessage-assertive\");\n\n\tpoliteSpan.setAttribute(\"aria-live\", \"polite\");\n\tassertiveSpan.setAttribute(\"aria-live\", \"assertive\");\n\n\tpoliteSpan.setAttribute(\"role\", \"alert\");\n\tassertiveSpan.setAttribute(\"role\", \"alert\");\n\n\tsetOutOfViewportStyles(politeSpan);\n\tsetOutOfViewportStyles(assertiveSpan);\n\n\tgetSingletonElementInstance(\"ui5-announcement-area\").appendChild(politeSpan);\n\tgetSingletonElementInstance(\"ui5-announcement-area\").appendChild(assertiveSpan);\n});\n\n/**\n * Inserts the string into the respective span, depending on the mode provided.\n *\n * @param { string } message String to be announced by the screen reader.\n * @param { InvisibleMessageMode } mode The mode to be inserted in the aria-live attribute.\n * @public\n */\nconst announce = (message: string, mode: InvisibleMessageMode) => {\n\t// If no type is presented, fallback to polite announcement.\n\tconst span = mode === InvisibleMessageMode.Assertive ? assertiveSpan : politeSpan;\n\n\t// Set textContent to empty string in order to trigger screen reader's announcement.\n\tspan.textContent = \"\";\n\tspan.textContent = message;\n\n\tif (mode !== InvisibleMessageMode.Assertive && mode !== InvisibleMessageMode.Polite) {\n\t\tconsole.warn(`You have entered an invalid mode. Valid values are: \"Polite\" and \"Assertive\". The framework will automatically set the mode to \"Polite\".`); // eslint-disable-line\n\t}\n\n\t// clear the span in order to avoid reading it out while in JAWS reading node\n\tsetTimeout(() => {\n\t\t// ensure that we clear the text node only if no announce is made in the meantime\n\t\tif (span.textContent === message) {\n\t\t\tspan.textContent = \"\";\n\t\t}\n\t}, 3000);\n};\n\nexport default announce;\n"]}