@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
@@ -1 +1 @@
1
- {"version":3,"file":"AnimationMode.js","sourceRoot":"","sources":["../../src/config/AnimationMode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,IAAI,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AAC5F,OAAO,aAAa,MAAM,2BAA2B,CAAC;AAEtD,IAAI,gBAAoC,CAAC;AAEzC;;;;GAIG;AACH,MAAM,gBAAgB,GAAG,GAAuB,EAAE;IACjD,IAAI,gBAAgB,KAAK,SAAS,EAAE;QACnC,gBAAgB,GAAG,0BAA0B,EAAE,CAAC;KAChD;IAED,OAAO,gBAAgB,CAAC;AACzB,CAAC,CAAC;AAEF;;;;GAIG;AACH,MAAM,gBAAgB,GAAG,CAAC,aAAiC,EAAE,EAAE;IAC9D,IAAI,aAAa,IAAI,aAAa,EAAE;QACnC,gBAAgB,GAAG,aAAa,CAAC;KACjC;AACF,CAAC,CAAC;AAEF,OAAO,EACN,gBAAgB,EAChB,gBAAgB,GAChB,CAAC","sourcesContent":["import { getAnimationMode as getConfiguredAnimationMode } from \"../InitialConfiguration.js\";\nimport AnimationMode from \"../types/AnimationMode.js\";\n\nlet curAnimationMode: `${AnimationMode}`;\n\n/**\n * Returns the animation mode - \"full\", \"basic\", \"minimal\" or \"none\".\n * @public\n * @returns { AnimationMode }\n */\nconst getAnimationMode = (): `${AnimationMode}` => {\n\tif (curAnimationMode === undefined) {\n\t\tcurAnimationMode = getConfiguredAnimationMode();\n\t}\n\n\treturn curAnimationMode;\n};\n\n/**\n * Sets the animation mode - \"full\", \"basic\", \"minimal\" or \"none\".\n * @public\n * @param { AnimationMode } animationMode\n */\nconst setAnimationMode = (animationMode: `${AnimationMode}`) => {\n\tif (animationMode in AnimationMode) {\n\t\tcurAnimationMode = animationMode;\n\t}\n};\n\nexport {\n\tgetAnimationMode,\n\tsetAnimationMode,\n};\n"]}
1
+ {"version":3,"file":"AnimationMode.js","sourceRoot":"","sources":["../../src/config/AnimationMode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,IAAI,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AAC5F,OAAO,aAAa,MAAM,2BAA2B,CAAC;AAEtD,IAAI,gBAAoC,CAAC;AAEzC;;;;GAIG;AACH,MAAM,gBAAgB,GAAG,GAAuB,EAAE;IACjD,IAAI,gBAAgB,KAAK,SAAS,EAAE;QACnC,gBAAgB,GAAG,0BAA0B,EAAE,CAAC;KAChD;IAED,OAAO,gBAAgB,CAAC;AACzB,CAAC,CAAC;AAEF;;;;GAIG;AACH,MAAM,gBAAgB,GAAG,CAAC,aAAiC,EAAE,EAAE;IAC9D,MAAM,OAAO,GAAa,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC;IACvD,IAAI,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE;QACpC,gBAAgB,GAAG,aAAa,CAAC;KACjC;AACF,CAAC,CAAC;AAEF,OAAO,EACN,gBAAgB,EAChB,gBAAgB,GAChB,CAAC","sourcesContent":["import { getAnimationMode as getConfiguredAnimationMode } from \"../InitialConfiguration.js\";\nimport AnimationMode from \"../types/AnimationMode.js\";\n\nlet curAnimationMode: `${AnimationMode}`;\n\n/**\n * Returns the animation mode - \"full\", \"basic\", \"minimal\" or \"none\".\n * @public\n * @returns { AnimationMode }\n */\nconst getAnimationMode = (): `${AnimationMode}` => {\n\tif (curAnimationMode === undefined) {\n\t\tcurAnimationMode = getConfiguredAnimationMode();\n\t}\n\n\treturn curAnimationMode;\n};\n\n/**\n * Sets the animation mode - \"full\", \"basic\", \"minimal\" or \"none\".\n * @public\n * @param { AnimationMode } animationMode\n */\nconst setAnimationMode = (animationMode: `${AnimationMode}`) => {\n\tconst options: string[] = Object.values(AnimationMode);\n\tif (options.includes(animationMode)) {\n\t\tcurAnimationMode = animationMode;\n\t}\n};\n\nexport {\n\tgetAnimationMode,\n\tsetAnimationMode,\n};\n"]}
@@ -28,11 +28,12 @@ declare const getDefaultTheme: () => string;
28
28
  */
29
29
  declare const isTheme: (theme: string) => boolean;
30
30
  /**
31
- * Returns if the currently set theme is part of legacy theme families ("sap_belize" or "sap_fiori_3").
31
+ * Returns if the currently set theme is part of legacy theme families ("sap_fiori_3").
32
32
  * **Note**: in addition, the method checks the base theme of a custom theme, built via the ThemeDesigner.
33
33
  *
34
34
  * @private
35
35
  * @returns { boolean }
36
36
  */
37
37
  declare const isLegacyThemeFamily: () => boolean;
38
- export { getTheme, setTheme, isTheme, isLegacyThemeFamily, getDefaultTheme, };
38
+ declare const isLegacyThemeFamilyAsync: () => Promise<boolean>;
39
+ export { getTheme, setTheme, isTheme, isLegacyThemeFamily, isLegacyThemeFamilyAsync, getDefaultTheme, };
@@ -3,7 +3,7 @@ import { reRenderAllUI5Elements } from "../Render.js";
3
3
  import applyTheme from "../theming/applyTheme.js";
4
4
  import getThemeDesignerTheme from "../theming/getThemeDesignerTheme.js";
5
5
  import { DEFAULT_THEME, SUPPORTED_THEMES } from "../generated/AssetParameters.js";
6
- import { isBooted } from "../Boot.js";
6
+ import { boot, isBooted } from "../Boot.js";
7
7
  let curTheme;
8
8
  /**
9
9
  * Returns the current theme.
@@ -55,7 +55,7 @@ const isTheme = (theme) => {
55
55
  return currentTheme === theme || currentTheme === `${theme}_exp`;
56
56
  };
57
57
  /**
58
- * Returns if the currently set theme is part of legacy theme families ("sap_belize" or "sap_fiori_3").
58
+ * Returns if the currently set theme is part of legacy theme families ("sap_fiori_3").
59
59
  * **Note**: in addition, the method checks the base theme of a custom theme, built via the ThemeDesigner.
60
60
  *
61
61
  * @private
@@ -68,6 +68,10 @@ const isLegacyThemeFamily = () => {
68
68
  }
69
69
  return !currentTheme.startsWith("sap_horizon");
70
70
  };
71
+ const isLegacyThemeFamilyAsync = async () => {
72
+ await boot();
73
+ return isLegacyThemeFamily();
74
+ };
71
75
  const isKnownTheme = (theme) => SUPPORTED_THEMES.includes(theme);
72
- export { getTheme, setTheme, isTheme, isLegacyThemeFamily, getDefaultTheme, };
76
+ export { getTheme, setTheme, isTheme, isLegacyThemeFamily, isLegacyThemeFamilyAsync, getDefaultTheme, };
73
77
  //# sourceMappingURL=Theme.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Theme.js","sourceRoot":"","sources":["../../src/config/Theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,UAAU,MAAM,0BAA0B,CAAC;AAClD,OAAO,qBAAqB,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,IAAI,QAAgB,CAAC;AAErB;;;;GAIG;AACH,MAAM,QAAQ,GAAG,GAAW,EAAE;IAC7B,IAAI,QAAQ,KAAK,SAAS,EAAE;QAC3B,QAAQ,GAAG,kBAAkB,EAAE,CAAC;KAChC;IAED,OAAO,QAAQ,CAAC;AACjB,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,QAAQ,GAAG,KAAK,EAAE,KAAa,EAAiB,EAAE;IACvD,IAAI,QAAQ,KAAK,KAAK,EAAE;QACvB,OAAO;KACP;IAED,QAAQ,GAAG,KAAK,CAAC;IAEjB,IAAI,QAAQ,EAAE,EAAE;QACf,+BAA+B;QAC/B,MAAM,UAAU,CAAC,QAAQ,CAAC,CAAC;QAC3B,MAAM,sBAAsB,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;KACnD;AACF,CAAC,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,eAAe,GAAG,GAAW,EAAE;IACpC,OAAO,aAAa,CAAC;AACtB,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,OAAO,GAAG,CAAC,KAAa,EAAE,EAAE;IACjC,MAAM,YAAY,GAAG,QAAQ,EAAE,CAAC;IAChC,OAAO,YAAY,KAAK,KAAK,IAAI,YAAY,KAAK,GAAG,KAAK,MAAM,CAAC;AAClE,CAAC,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,mBAAmB,GAAG,GAAG,EAAE;IAChC,MAAM,YAAY,GAAG,QAAQ,EAAE,CAAC;IAEhC,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE;QAChC,OAAO,CAAC,qBAAqB,EAAE,EAAE,aAAa,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC;KAC1E;IAED,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;AAChD,CAAC,CAAC;AAEF,MAAM,YAAY,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,gBAAgB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AAEzE,OAAO,EACN,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,mBAAmB,EACnB,eAAe,GACf,CAAC","sourcesContent":["import { getTheme as getConfiguredTheme } from \"../InitialConfiguration.js\";\nimport { reRenderAllUI5Elements } from \"../Render.js\";\nimport applyTheme from \"../theming/applyTheme.js\";\nimport getThemeDesignerTheme from \"../theming/getThemeDesignerTheme.js\";\nimport { DEFAULT_THEME, SUPPORTED_THEMES } from \"../generated/AssetParameters.js\";\nimport { isBooted } from \"../Boot.js\";\n\nlet curTheme: string;\n\n/**\n * Returns the current theme.\n * @public\n * @returns {string} the current theme name\n */\nconst getTheme = (): string => {\n\tif (curTheme === undefined) {\n\t\tcurTheme = getConfiguredTheme();\n\t}\n\n\treturn curTheme;\n};\n\n/**\n * Applies a new theme after fetching its assets from the network.\n * @public\n * @param {string} theme the name of the new theme\n * @returns {Promise<void>} a promise that is resolved when the new theme assets have been fetched and applied to the DOM\n */\nconst setTheme = async (theme: string): Promise<void> => {\n\tif (curTheme === theme) {\n\t\treturn;\n\t}\n\n\tcurTheme = theme;\n\n\tif (isBooted()) {\n\t\t// Update CSS Custom Properties\n\t\tawait applyTheme(curTheme);\n\t\tawait reRenderAllUI5Elements({ themeAware: true });\n\t}\n};\n\n/**\n * Returns the default theme.\n *\n * Note: Default theme might be different than the configurated one.\n *\n * @public\n * @returns {string}\n */\nconst getDefaultTheme = (): string => {\n\treturn DEFAULT_THEME;\n};\n\n/**\n * Returns if the given theme name is the one currently applied.\n * @private\n * @param {string} theme\n * @returns {boolean}\n */\nconst isTheme = (theme: string) => {\n\tconst currentTheme = getTheme();\n\treturn currentTheme === theme || currentTheme === `${theme}_exp`;\n};\n\n/**\n * Returns if the currently set theme is part of legacy theme families (\"sap_belize\" or \"sap_fiori_3\").\n * **Note**: in addition, the method checks the base theme of a custom theme, built via the ThemeDesigner.\n *\n * @private\n * @returns { boolean }\n */\nconst isLegacyThemeFamily = () => {\n\tconst currentTheme = getTheme();\n\n\tif (!isKnownTheme(currentTheme)) {\n\t\treturn !getThemeDesignerTheme()?.baseThemeName?.startsWith(\"sap_horizon\");\n\t}\n\n\treturn !currentTheme.startsWith(\"sap_horizon\");\n};\n\nconst isKnownTheme = (theme: string) => SUPPORTED_THEMES.includes(theme);\n\nexport {\n\tgetTheme,\n\tsetTheme,\n\tisTheme,\n\tisLegacyThemeFamily,\n\tgetDefaultTheme,\n};\n"]}
1
+ {"version":3,"file":"Theme.js","sourceRoot":"","sources":["../../src/config/Theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAC5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,UAAU,MAAM,0BAA0B,CAAC;AAClD,OAAO,qBAAqB,MAAM,qCAAqC,CAAC;AACxE,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE5C,IAAI,QAAgB,CAAC;AAErB;;;;GAIG;AACH,MAAM,QAAQ,GAAG,GAAW,EAAE;IAC7B,IAAI,QAAQ,KAAK,SAAS,EAAE;QAC3B,QAAQ,GAAG,kBAAkB,EAAE,CAAC;KAChC;IAED,OAAO,QAAQ,CAAC;AACjB,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,QAAQ,GAAG,KAAK,EAAE,KAAa,EAAiB,EAAE;IACvD,IAAI,QAAQ,KAAK,KAAK,EAAE;QACvB,OAAO;KACP;IAED,QAAQ,GAAG,KAAK,CAAC;IAEjB,IAAI,QAAQ,EAAE,EAAE;QACf,+BAA+B;QAC/B,MAAM,UAAU,CAAC,QAAQ,CAAC,CAAC;QAC3B,MAAM,sBAAsB,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,CAAC,CAAC;KACnD;AACF,CAAC,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,eAAe,GAAG,GAAW,EAAE;IACpC,OAAO,aAAa,CAAC;AACtB,CAAC,CAAC;AAEF;;;;;GAKG;AACH,MAAM,OAAO,GAAG,CAAC,KAAa,EAAE,EAAE;IACjC,MAAM,YAAY,GAAG,QAAQ,EAAE,CAAC;IAChC,OAAO,YAAY,KAAK,KAAK,IAAI,YAAY,KAAK,GAAG,KAAK,MAAM,CAAC;AAClE,CAAC,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,mBAAmB,GAAG,GAAG,EAAE;IAChC,MAAM,YAAY,GAAG,QAAQ,EAAE,CAAC;IAEhC,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE;QAChC,OAAO,CAAC,qBAAqB,EAAE,EAAE,aAAa,EAAE,UAAU,CAAC,aAAa,CAAC,CAAC;KAC1E;IAED,OAAO,CAAC,YAAY,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;AAChD,CAAC,CAAC;AAEF,MAAM,wBAAwB,GAAG,KAAK,IAAI,EAAE;IAC3C,MAAM,IAAI,EAAE,CAAC;IACb,OAAO,mBAAmB,EAAE,CAAC;AAC9B,CAAC,CAAC;AAEF,MAAM,YAAY,GAAG,CAAC,KAAa,EAAE,EAAE,CAAC,gBAAgB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AAEzE,OAAO,EACN,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,mBAAmB,EACnB,wBAAwB,EACxB,eAAe,GACf,CAAC","sourcesContent":["import { getTheme as getConfiguredTheme } from \"../InitialConfiguration.js\";\nimport { reRenderAllUI5Elements } from \"../Render.js\";\nimport applyTheme from \"../theming/applyTheme.js\";\nimport getThemeDesignerTheme from \"../theming/getThemeDesignerTheme.js\";\nimport { DEFAULT_THEME, SUPPORTED_THEMES } from \"../generated/AssetParameters.js\";\nimport { boot, isBooted } from \"../Boot.js\";\n\nlet curTheme: string;\n\n/**\n * Returns the current theme.\n * @public\n * @returns {string} the current theme name\n */\nconst getTheme = (): string => {\n\tif (curTheme === undefined) {\n\t\tcurTheme = getConfiguredTheme();\n\t}\n\n\treturn curTheme;\n};\n\n/**\n * Applies a new theme after fetching its assets from the network.\n * @public\n * @param {string} theme the name of the new theme\n * @returns {Promise<void>} a promise that is resolved when the new theme assets have been fetched and applied to the DOM\n */\nconst setTheme = async (theme: string): Promise<void> => {\n\tif (curTheme === theme) {\n\t\treturn;\n\t}\n\n\tcurTheme = theme;\n\n\tif (isBooted()) {\n\t\t// Update CSS Custom Properties\n\t\tawait applyTheme(curTheme);\n\t\tawait reRenderAllUI5Elements({ themeAware: true });\n\t}\n};\n\n/**\n * Returns the default theme.\n *\n * Note: Default theme might be different than the configurated one.\n *\n * @public\n * @returns {string}\n */\nconst getDefaultTheme = (): string => {\n\treturn DEFAULT_THEME;\n};\n\n/**\n * Returns if the given theme name is the one currently applied.\n * @private\n * @param {string} theme\n * @returns {boolean}\n */\nconst isTheme = (theme: string) => {\n\tconst currentTheme = getTheme();\n\treturn currentTheme === theme || currentTheme === `${theme}_exp`;\n};\n\n/**\n * Returns if the currently set theme is part of legacy theme families (\"sap_fiori_3\").\n * **Note**: in addition, the method checks the base theme of a custom theme, built via the ThemeDesigner.\n *\n * @private\n * @returns { boolean }\n */\nconst isLegacyThemeFamily = () => {\n\tconst currentTheme = getTheme();\n\n\tif (!isKnownTheme(currentTheme)) {\n\t\treturn !getThemeDesignerTheme()?.baseThemeName?.startsWith(\"sap_horizon\");\n\t}\n\n\treturn !currentTheme.startsWith(\"sap_horizon\");\n};\n\nconst isLegacyThemeFamilyAsync = async () => {\n\tawait boot();\n\treturn isLegacyThemeFamily();\n};\n\nconst isKnownTheme = (theme: string) => SUPPORTED_THEMES.includes(theme);\n\nexport {\n\tgetTheme,\n\tsetTheme,\n\tisTheme,\n\tisLegacyThemeFamily,\n\tisLegacyThemeFamilyAsync,\n\tgetDefaultTheme,\n};\n"]}
@@ -419,6 +419,12 @@
419
419
  }
420
420
  ]
421
421
  },
422
+ {
423
+ "kind": "javascript-module",
424
+ "path": "dist/features/InputElementsFormSupport.js",
425
+ "declarations": [],
426
+ "exports": []
427
+ },
422
428
  {
423
429
  "kind": "javascript-module",
424
430
  "path": "dist/features/LegacyDateFormats.js",
@@ -479,6 +485,36 @@
479
485
  }
480
486
  ]
481
487
  },
488
+ {
489
+ "kind": "javascript-module",
490
+ "path": "dist/features/patchPatcher.js",
491
+ "declarations": [],
492
+ "exports": [
493
+ {
494
+ "kind": "js",
495
+ "name": "default",
496
+ "declaration": {
497
+ "name": "patchPatcher",
498
+ "module": "dist/features/patchPatcher.js"
499
+ }
500
+ }
501
+ ]
502
+ },
503
+ {
504
+ "kind": "javascript-module",
505
+ "path": "dist/features/patchPopup.js",
506
+ "declarations": [],
507
+ "exports": [
508
+ {
509
+ "kind": "js",
510
+ "name": "default",
511
+ "declaration": {
512
+ "name": "patchPopup",
513
+ "module": "dist/features/patchPopup.js"
514
+ }
515
+ }
516
+ ]
517
+ },
482
518
  {
483
519
  "kind": "javascript-module",
484
520
  "path": "dist/locale/Locale.js",
@@ -811,6 +847,150 @@
811
847
  }
812
848
  ]
813
849
  },
850
+ {
851
+ "kind": "javascript-module",
852
+ "path": "dist/types/AriaHasPopup.js",
853
+ "declarations": [
854
+ {
855
+ "kind": "enum",
856
+ "name": "AriaHasPopup",
857
+ "description": "Different types of ARIA hasPopup.",
858
+ "_ui5privacy": "public",
859
+ "members": [
860
+ {
861
+ "kind": "field",
862
+ "static": true,
863
+ "privacy": "public",
864
+ "description": "Dialog popup type.",
865
+ "default": "Dialog",
866
+ "name": "Dialog",
867
+ "readonly": true
868
+ },
869
+ {
870
+ "kind": "field",
871
+ "static": true,
872
+ "privacy": "public",
873
+ "description": "Grid popup type.",
874
+ "default": "Grid",
875
+ "name": "Grid",
876
+ "readonly": true
877
+ },
878
+ {
879
+ "kind": "field",
880
+ "static": true,
881
+ "privacy": "public",
882
+ "description": "ListBox popup type.",
883
+ "default": "ListBox",
884
+ "name": "ListBox",
885
+ "readonly": true
886
+ },
887
+ {
888
+ "kind": "field",
889
+ "static": true,
890
+ "privacy": "public",
891
+ "description": "Menu popup type.",
892
+ "default": "Menu",
893
+ "name": "Menu",
894
+ "readonly": true
895
+ },
896
+ {
897
+ "kind": "field",
898
+ "static": true,
899
+ "privacy": "public",
900
+ "description": "Tree popup type.",
901
+ "default": "Tree",
902
+ "name": "Tree",
903
+ "readonly": true
904
+ }
905
+ ]
906
+ }
907
+ ],
908
+ "exports": [
909
+ {
910
+ "kind": "js",
911
+ "name": "default",
912
+ "declaration": {
913
+ "name": "AriaHasPopup",
914
+ "module": "dist/types/AriaHasPopup.js"
915
+ }
916
+ }
917
+ ]
918
+ },
919
+ {
920
+ "kind": "javascript-module",
921
+ "path": "dist/types/AriaLandmarkRole.js",
922
+ "declarations": [],
923
+ "exports": [
924
+ {
925
+ "kind": "js",
926
+ "name": "default",
927
+ "declaration": {
928
+ "name": "AriaLandmarkRole",
929
+ "module": "dist/types/AriaLandmarkRole.js"
930
+ }
931
+ }
932
+ ]
933
+ },
934
+ {
935
+ "kind": "javascript-module",
936
+ "path": "dist/types/AriaRole.js",
937
+ "declarations": [
938
+ {
939
+ "kind": "enum",
940
+ "name": "AriaRole",
941
+ "description": "Types of ARIA roles.",
942
+ "_ui5privacy": "public",
943
+ "members": [
944
+ {
945
+ "kind": "field",
946
+ "static": true,
947
+ "privacy": "public",
948
+ "description": "The ARIA role \"alertdialog\".",
949
+ "default": "AlertDialog",
950
+ "name": "AlertDialog",
951
+ "readonly": true
952
+ },
953
+ {
954
+ "kind": "field",
955
+ "static": true,
956
+ "privacy": "public",
957
+ "description": "The ARIA role \"button\".",
958
+ "default": "Button",
959
+ "name": "Button",
960
+ "readonly": true
961
+ },
962
+ {
963
+ "kind": "field",
964
+ "static": true,
965
+ "privacy": "public",
966
+ "description": "The ARIA role \"dialog\".",
967
+ "default": "Dialog",
968
+ "name": "Dialog",
969
+ "readonly": true
970
+ },
971
+ {
972
+ "kind": "field",
973
+ "static": true,
974
+ "privacy": "public",
975
+ "description": "The ARIA role \"link\".",
976
+ "default": "Link",
977
+ "name": "Link",
978
+ "readonly": true
979
+ }
980
+ ]
981
+ }
982
+ ],
983
+ "exports": [
984
+ {
985
+ "kind": "js",
986
+ "name": "default",
987
+ "declaration": {
988
+ "name": "AriaRole",
989
+ "module": "dist/types/AriaRole.js"
990
+ }
991
+ }
992
+ ]
993
+ },
814
994
  {
815
995
  "kind": "javascript-module",
816
996
  "path": "dist/types/CSSColor.js",
@@ -1329,24 +1509,24 @@
1329
1509
  "kind": "field",
1330
1510
  "static": true,
1331
1511
  "privacy": "public",
1332
- "default": "Success",
1333
- "name": "Success",
1512
+ "default": "Positive",
1513
+ "name": "Positive",
1334
1514
  "readonly": true
1335
1515
  },
1336
1516
  {
1337
1517
  "kind": "field",
1338
1518
  "static": true,
1339
1519
  "privacy": "public",
1340
- "default": "Warning",
1341
- "name": "Warning",
1520
+ "default": "Critical",
1521
+ "name": "Critical",
1342
1522
  "readonly": true
1343
1523
  },
1344
1524
  {
1345
1525
  "kind": "field",
1346
1526
  "static": true,
1347
1527
  "privacy": "public",
1348
- "default": "Error",
1349
- "name": "Error",
1528
+ "default": "Negative",
1529
+ "name": "Negative",
1350
1530
  "readonly": true
1351
1531
  },
1352
1532
  {
@@ -2001,21 +2181,6 @@
2001
2181
  "declarations": [],
2002
2182
  "exports": []
2003
2183
  },
2004
- {
2005
- "kind": "javascript-module",
2006
- "path": "dist/StaticArea.js",
2007
- "declarations": [],
2008
- "exports": [
2009
- {
2010
- "kind": "js",
2011
- "name": "default",
2012
- "declaration": {
2013
- "name": "StaticArea",
2014
- "module": "dist/StaticArea.js"
2015
- }
2016
- }
2017
- ]
2018
- },
2019
2184
  {
2020
2185
  "kind": "javascript-module",
2021
2186
  "path": "dist/SystemCSSVars.js",
@@ -411,6 +411,12 @@
411
411
  }
412
412
  ]
413
413
  },
414
+ {
415
+ "kind": "javascript-module",
416
+ "path": "dist/features/InputElementsFormSupport.js",
417
+ "declarations": [],
418
+ "exports": []
419
+ },
414
420
  {
415
421
  "kind": "javascript-module",
416
422
  "path": "dist/features/LegacyDateFormats.js",
@@ -471,6 +477,36 @@
471
477
  }
472
478
  ]
473
479
  },
480
+ {
481
+ "kind": "javascript-module",
482
+ "path": "dist/features/patchPatcher.js",
483
+ "declarations": [],
484
+ "exports": [
485
+ {
486
+ "kind": "js",
487
+ "name": "default",
488
+ "declaration": {
489
+ "name": "patchPatcher",
490
+ "module": "dist/features/patchPatcher.js"
491
+ }
492
+ }
493
+ ]
494
+ },
495
+ {
496
+ "kind": "javascript-module",
497
+ "path": "dist/features/patchPopup.js",
498
+ "declarations": [],
499
+ "exports": [
500
+ {
501
+ "kind": "js",
502
+ "name": "default",
503
+ "declaration": {
504
+ "name": "patchPopup",
505
+ "module": "dist/features/patchPopup.js"
506
+ }
507
+ }
508
+ ]
509
+ },
474
510
  {
475
511
  "kind": "javascript-module",
476
512
  "path": "dist/locale/Locale.js",
@@ -762,6 +798,51 @@
762
798
  }
763
799
  ]
764
800
  },
801
+ {
802
+ "kind": "javascript-module",
803
+ "path": "dist/types/AriaHasPopup.js",
804
+ "declarations": [],
805
+ "exports": [
806
+ {
807
+ "kind": "js",
808
+ "name": "default",
809
+ "declaration": {
810
+ "name": "AriaHasPopup",
811
+ "module": "dist/types/AriaHasPopup.js"
812
+ }
813
+ }
814
+ ]
815
+ },
816
+ {
817
+ "kind": "javascript-module",
818
+ "path": "dist/types/AriaLandmarkRole.js",
819
+ "declarations": [],
820
+ "exports": [
821
+ {
822
+ "kind": "js",
823
+ "name": "default",
824
+ "declaration": {
825
+ "name": "AriaLandmarkRole",
826
+ "module": "dist/types/AriaLandmarkRole.js"
827
+ }
828
+ }
829
+ ]
830
+ },
831
+ {
832
+ "kind": "javascript-module",
833
+ "path": "dist/types/AriaRole.js",
834
+ "declarations": [],
835
+ "exports": [
836
+ {
837
+ "kind": "js",
838
+ "name": "default",
839
+ "declaration": {
840
+ "name": "AriaRole",
841
+ "module": "dist/types/AriaRole.js"
842
+ }
843
+ }
844
+ ]
845
+ },
765
846
  {
766
847
  "kind": "javascript-module",
767
848
  "path": "dist/types/CSSColor.js",
@@ -1747,21 +1828,6 @@
1747
1828
  "declarations": [],
1748
1829
  "exports": []
1749
1830
  },
1750
- {
1751
- "kind": "javascript-module",
1752
- "path": "dist/StaticArea.js",
1753
- "declarations": [],
1754
- "exports": [
1755
- {
1756
- "kind": "js",
1757
- "name": "default",
1758
- "declaration": {
1759
- "name": "StaticArea",
1760
- "module": "dist/StaticArea.js"
1761
- }
1762
- }
1763
- ]
1764
- },
1765
1831
  {
1766
1832
  "kind": "javascript-module",
1767
1833
  "path": "dist/SystemCSSVars.js",
@@ -17,6 +17,7 @@ declare const customElement: (tagNameOrComponentSettings?: string | {
17
17
  languageAware?: boolean;
18
18
  themeAware?: boolean;
19
19
  fastNavigation?: boolean;
20
+ formAssociated?: boolean;
20
21
  shadowRootOptions?: Partial<ShadowRootInit>;
21
22
  }) => ClassDecorator;
22
23
  export default customElement;
@@ -13,7 +13,7 @@ const customElement = (tagNameOrComponentSettings = {}) => {
13
13
  target.metadata.tag = tagNameOrComponentSettings;
14
14
  return;
15
15
  }
16
- const { tag, languageAware, themeAware, fastNavigation, shadowRootOptions, } = tagNameOrComponentSettings;
16
+ const { tag, languageAware, themeAware, fastNavigation, formAssociated, shadowRootOptions, } = tagNameOrComponentSettings;
17
17
  target.metadata.tag = tag;
18
18
  if (languageAware) {
19
19
  target.metadata.languageAware = languageAware;
@@ -24,13 +24,16 @@ const customElement = (tagNameOrComponentSettings = {}) => {
24
24
  if (fastNavigation) {
25
25
  target.metadata.fastNavigation = fastNavigation;
26
26
  }
27
+ if (formAssociated) {
28
+ target.metadata.formAssociated = formAssociated;
29
+ }
27
30
  if (shadowRootOptions) {
28
31
  target.metadata.shadowRootOptions = shadowRootOptions;
29
32
  }
30
33
  ["renderer", "template", "styles", "dependencies"].forEach((customElementEntity) => {
31
34
  const customElementEntityValue = tagNameOrComponentSettings[customElementEntity];
32
35
  customElementEntityValue && Object.defineProperty(target, customElementEntity, {
33
- get: () => customElementEntityValue,
36
+ get: () => tagNameOrComponentSettings[customElementEntity],
34
37
  });
35
38
  });
36
39
  };
@@ -1 +1 @@
1
- {"version":3,"file":"customElement.js","sourceRoot":"","sources":["../../src/decorators/customElement.ts"],"names":[],"mappings":"AAKA;;;;;GAKG;AACH,MAAM,aAAa,GAAG,CAAC,6BAUnB,EAAE,EAAkB,EAAE;IACzB,OAAO,CAAC,MAAW,EAAE,EAAE;QACtB,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,UAAU,CAAC,EAAE;YAC9D,MAAM,CAAC,QAAQ,GAAG,EAAE,CAAC;SACrB;QAED,IAAI,OAAO,0BAA0B,KAAK,QAAQ,EAAE;YACnD,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,0BAA0B,CAAC;YACjD,OAAO;SACP;QAED,MAAM,EACL,GAAG,EACH,aAAa,EACb,UAAU,EACV,cAAc,EACd,iBAAiB,GAChB,GAAG,0BAA0B,CAAC;QAEhC,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,GAAG,CAAC;QAC1B,IAAI,aAAa,EAAE;YAClB,MAAM,CAAC,QAAQ,CAAC,aAAa,GAAG,aAAa,CAAC;SAC9C;QACD,IAAI,UAAU,EAAE;YACf,MAAM,CAAC,QAAQ,CAAC,UAAU,GAAG,UAAU,CAAC;SACxC;QACD,IAAI,cAAc,EAAE;YACnB,MAAM,CAAC,QAAQ,CAAC,cAAc,GAAG,cAAc,CAAC;SAChD;QACD,IAAI,iBAAiB,EAAE;YACtB,MAAM,CAAC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;SACtD;QAED,CAAC,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,CAAC,CAAC,OAAO,CAAC,CAAC,mBAA2B,EAAE,EAAE;YAC1F,MAAM,wBAAwB,GAAG,0BAA0B,CAAC,mBAAuC,CAAC,CAAC;YAErG,wBAAwB,IAAI,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,mBAAmB,EAAE;gBAC9E,GAAG,EAAE,GAAG,EAAE,CAAC,wBAAwB;aACnC,CAAC,CAAC;QACJ,CAAC,CAAC,CAAC;IACJ,CAAC,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC","sourcesContent":["import type UI5Element from \"../UI5Element.js\";\nimport type { Renderer } from \"../UI5Element.js\";\nimport type { TemplateFunction as Template } from \"../renderer/executeTemplate.js\";\nimport type { ComponentStylesData as Styles } from \"../types.js\";\n\n/**\n * Returns a custom element class decorator.\n *\n * @param { string | object } tagNameOrComponentSettings\n * @returns { ClassDecorator }\n */\nconst customElement = (tagNameOrComponentSettings: string | {\n\ttag?: string,\n\trenderer?: Renderer,\n\tstyles?: Styles,\n\ttemplate?: Template,\n\tdependencies?: Array<typeof UI5Element>,\n\tlanguageAware?: boolean,\n\tthemeAware?: boolean,\n\tfastNavigation?: boolean,\n\tshadowRootOptions?: Partial<ShadowRootInit>,\n} = {}): ClassDecorator => {\n\treturn (target: any) => {\n\t\tif (!Object.prototype.hasOwnProperty.call(target, \"metadata\")) {\n\t\t\ttarget.metadata = {};\n\t\t}\n\n\t\tif (typeof tagNameOrComponentSettings === \"string\") {\n\t\t\ttarget.metadata.tag = tagNameOrComponentSettings;\n\t\t\treturn;\n\t\t}\n\n\t\tconst {\n\t\t\ttag,\n\t\t\tlanguageAware,\n\t\t\tthemeAware,\n\t\t\tfastNavigation,\n\t\t\tshadowRootOptions,\n\t\t } = tagNameOrComponentSettings;\n\n\t\ttarget.metadata.tag = tag;\n\t\tif (languageAware) {\n\t\t\ttarget.metadata.languageAware = languageAware;\n\t\t}\n\t\tif (themeAware) {\n\t\t\ttarget.metadata.themeAware = themeAware;\n\t\t}\n\t\tif (fastNavigation) {\n\t\t\ttarget.metadata.fastNavigation = fastNavigation;\n\t\t}\n\t\tif (shadowRootOptions) {\n\t\t\ttarget.metadata.shadowRootOptions = shadowRootOptions;\n\t\t}\n\n\t\t[\"renderer\", \"template\", \"styles\", \"dependencies\"].forEach((customElementEntity: string) => {\n\t\t\tconst customElementEntityValue = tagNameOrComponentSettings[customElementEntity as keyof typeof tag];\n\n\t\t\tcustomElementEntityValue && Object.defineProperty(target, customElementEntity, {\n\t\t\t\tget: () => customElementEntityValue,\n\t\t\t});\n\t\t});\n\t};\n};\n\nexport default customElement;\n"]}
1
+ {"version":3,"file":"customElement.js","sourceRoot":"","sources":["../../src/decorators/customElement.ts"],"names":[],"mappings":"AAKA;;;;;GAKG;AACH,MAAM,aAAa,GAAG,CAAC,6BAWnB,EAAE,EAAkB,EAAE;IACzB,OAAO,CAAC,MAAW,EAAE,EAAE;QACtB,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,UAAU,CAAC,EAAE;YAC9D,MAAM,CAAC,QAAQ,GAAG,EAAE,CAAC;SACrB;QAED,IAAI,OAAO,0BAA0B,KAAK,QAAQ,EAAE;YACnD,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,0BAA0B,CAAC;YACjD,OAAO;SACP;QAED,MAAM,EACL,GAAG,EACH,aAAa,EACb,UAAU,EACV,cAAc,EACd,cAAc,EACd,iBAAiB,GAChB,GAAG,0BAA0B,CAAC;QAEhC,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,GAAG,CAAC;QAC1B,IAAI,aAAa,EAAE;YAClB,MAAM,CAAC,QAAQ,CAAC,aAAa,GAAG,aAAa,CAAC;SAC9C;QACD,IAAI,UAAU,EAAE;YACf,MAAM,CAAC,QAAQ,CAAC,UAAU,GAAG,UAAU,CAAC;SACxC;QACD,IAAI,cAAc,EAAE;YACnB,MAAM,CAAC,QAAQ,CAAC,cAAc,GAAG,cAAc,CAAC;SAChD;QACD,IAAI,cAAc,EAAE;YACnB,MAAM,CAAC,QAAQ,CAAC,cAAc,GAAG,cAAc,CAAC;SAChD;QAED,IAAI,iBAAiB,EAAE;YACtB,MAAM,CAAC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;SACtD;QAED,CAAC,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,CAAC,CAAC,OAAO,CAAC,CAAC,mBAA2B,EAAE,EAAE;YAC1F,MAAM,wBAAwB,GAAG,0BAA0B,CAAC,mBAAuC,CAAC,CAAC;YAErG,wBAAwB,IAAI,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,mBAAmB,EAAE;gBAC9E,GAAG,EAAE,GAAG,EAAE,CAAC,0BAA0B,CAAC,mBAAuC,CAAC;aAC9E,CAAC,CAAC;QACJ,CAAC,CAAC,CAAC;IACJ,CAAC,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC","sourcesContent":["import type UI5Element from \"../UI5Element.js\";\nimport type { Renderer } from \"../UI5Element.js\";\nimport type { TemplateFunction as Template } from \"../renderer/executeTemplate.js\";\nimport type { ComponentStylesData as Styles } from \"../types.js\";\n\n/**\n * Returns a custom element class decorator.\n *\n * @param { string | object } tagNameOrComponentSettings\n * @returns { ClassDecorator }\n */\nconst customElement = (tagNameOrComponentSettings: string | {\n\ttag?: string,\n\trenderer?: Renderer,\n\tstyles?: Styles,\n\ttemplate?: Template,\n\tdependencies?: Array<typeof UI5Element>,\n\tlanguageAware?: boolean,\n\tthemeAware?: boolean,\n\tfastNavigation?: boolean,\n\tformAssociated?: boolean,\n\tshadowRootOptions?: Partial<ShadowRootInit>,\n} = {}): ClassDecorator => {\n\treturn (target: any) => {\n\t\tif (!Object.prototype.hasOwnProperty.call(target, \"metadata\")) {\n\t\t\ttarget.metadata = {};\n\t\t}\n\n\t\tif (typeof tagNameOrComponentSettings === \"string\") {\n\t\t\ttarget.metadata.tag = tagNameOrComponentSettings;\n\t\t\treturn;\n\t\t}\n\n\t\tconst {\n\t\t\ttag,\n\t\t\tlanguageAware,\n\t\t\tthemeAware,\n\t\t\tfastNavigation,\n\t\t\tformAssociated,\n\t\t\tshadowRootOptions,\n\t\t } = tagNameOrComponentSettings;\n\n\t\ttarget.metadata.tag = tag;\n\t\tif (languageAware) {\n\t\t\ttarget.metadata.languageAware = languageAware;\n\t\t}\n\t\tif (themeAware) {\n\t\t\ttarget.metadata.themeAware = themeAware;\n\t\t}\n\t\tif (fastNavigation) {\n\t\t\ttarget.metadata.fastNavigation = fastNavigation;\n\t\t}\n\t\tif (formAssociated) {\n\t\t\ttarget.metadata.formAssociated = formAssociated;\n\t\t}\n\n\t\tif (shadowRootOptions) {\n\t\t\ttarget.metadata.shadowRootOptions = shadowRootOptions;\n\t\t}\n\n\t\t[\"renderer\", \"template\", \"styles\", \"dependencies\"].forEach((customElementEntity: string) => {\n\t\t\tconst customElementEntityValue = tagNameOrComponentSettings[customElementEntity as keyof typeof tag];\n\n\t\t\tcustomElementEntityValue && Object.defineProperty(target, customElementEntity, {\n\t\t\t\tget: () => tagNameOrComponentSettings[customElementEntity as keyof typeof tag],\n\t\t\t});\n\t\t});\n\t};\n};\n\nexport default customElement;\n"]}
@@ -0,0 +1,18 @@
1
+ import type UI5Element from "../UI5Element.js";
2
+ interface IFormElement extends UI5Element {
3
+ _internals?: ElementInternals;
4
+ }
5
+ interface IFormInputElement extends IFormElement {
6
+ name: string;
7
+ formFormattedValue: FormData | string | null;
8
+ formValidityMessage?: string;
9
+ formValidity?: ValidityStateFlags;
10
+ formElementAnchor?: () => HTMLElement | undefined | Promise<HTMLElement | undefined>;
11
+ }
12
+ declare const attachFormElementInternals: (element: IFormInputElement | IFormElement) => void;
13
+ declare const setFormValue: (element: IFormInputElement) => void;
14
+ declare const setFormValidity: (element: IFormInputElement) => Promise<void>;
15
+ declare const submitForm: (element: IFormElement) => void;
16
+ declare const resetForm: (element: IFormElement) => void;
17
+ export { attachFormElementInternals, setFormValue, setFormValidity, submitForm, resetForm, };
18
+ export type { IFormInputElement, IFormElement, };
@@ -0,0 +1,40 @@
1
+ const attachFormElementInternals = (element) => {
2
+ element._internals = element.attachInternals();
3
+ if (isInputElement(element)) {
4
+ setFormValue(element);
5
+ }
6
+ };
7
+ const setFormValue = (element) => {
8
+ if (!element._internals?.form) {
9
+ return;
10
+ }
11
+ setFormValidity(element);
12
+ if (!element.name) {
13
+ element._internals?.setFormValue(null);
14
+ return;
15
+ }
16
+ element._internals.setFormValue(element.formFormattedValue);
17
+ };
18
+ const setFormValidity = async (element) => {
19
+ if (!element._internals?.form) {
20
+ return;
21
+ }
22
+ if (element.formValidity && Object.keys(element.formValidity).some(key => key)) {
23
+ const focusRef = await element.formElementAnchor?.();
24
+ element._internals.setValidity(element.formValidity, element.formValidityMessage, focusRef);
25
+ }
26
+ else {
27
+ element._internals.setValidity({});
28
+ }
29
+ };
30
+ const submitForm = (element) => {
31
+ element._internals?.form?.requestSubmit();
32
+ };
33
+ const resetForm = (element) => {
34
+ element._internals?.form?.reset();
35
+ };
36
+ const isInputElement = (element) => {
37
+ return "formFormattedValue" in element && "name" in element;
38
+ };
39
+ export { attachFormElementInternals, setFormValue, setFormValidity, submitForm, resetForm, };
40
+ //# sourceMappingURL=InputElementsFormSupport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputElementsFormSupport.js","sourceRoot":"","sources":["../../src/features/InputElementsFormSupport.ts"],"names":[],"mappings":"AAcA,MAAM,0BAA0B,GAAG,CAAC,OAAyC,EAAE,EAAE;IAChF,OAAO,CAAC,UAAU,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;IAE/C,IAAI,cAAc,CAAC,OAAO,CAAC,EAAE;QAC5B,YAAY,CAAC,OAAO,CAAC,CAAC;KACtB;AACF,CAAC,CAAC;AAEF,MAAM,YAAY,GAAG,CAAC,OAA0B,EAAE,EAAE;IACnD,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE;QAC9B,OAAO;KACP;IAED,eAAe,CAAC,OAAO,CAAC,CAAC;IAEzB,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE;QAClB,OAAO,CAAC,UAAU,EAAE,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,OAAO;KACP;IAED,OAAO,CAAC,UAAU,CAAC,YAAY,CAAC,OAAO,CAAC,kBAAkB,CAAC,CAAC;AAC7D,CAAC,CAAC;AAEF,MAAM,eAAe,GAAG,KAAK,EAAE,OAA0B,EAAE,EAAE;IAC5D,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE;QAC9B,OAAO;KACP;IACD,IAAI,OAAO,CAAC,YAAY,IAAI,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE;QAC/E,MAAM,QAAQ,GAAG,MAAM,OAAO,CAAC,iBAAiB,EAAE,EAAE,CAAC;QACrD,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,OAAO,CAAC,YAAY,EAAE,OAAO,CAAC,mBAAmB,EAAE,QAAQ,CAAC,CAAC;KAC5F;SAAM;QACN,OAAO,CAAC,UAAU,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC;KACnC;AACF,CAAC,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,OAAqB,EAAE,EAAE;IAC5C,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;AAC3C,CAAC,CAAC;AAEF,MAAM,SAAS,GAAG,CAAC,OAAqB,EAAE,EAAE;IAC3C,OAAO,CAAC,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;AACnC,CAAC,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,OAAyC,EAAgC,EAAE;IAClG,OAAO,oBAAoB,IAAI,OAAO,IAAI,MAAM,IAAI,OAAO,CAAC;AAC7D,CAAC,CAAC;AAEF,OAAO,EACN,0BAA0B,EAC1B,YAAY,EACZ,eAAe,EACf,UAAU,EACV,SAAS,GACT,CAAC","sourcesContent":["import type UI5Element from \"../UI5Element.js\";\n\ninterface IFormElement extends UI5Element {\n\t_internals?: ElementInternals;\n}\n\ninterface IFormInputElement extends IFormElement {\n\tname: string;\n\tformFormattedValue: FormData | string | null;\n\tformValidityMessage?: string;\n\tformValidity?: ValidityStateFlags;\n\tformElementAnchor?: () => HTMLElement | undefined | Promise<HTMLElement | undefined>;\n}\n\nconst attachFormElementInternals = (element: IFormInputElement | IFormElement) => {\n\telement._internals = element.attachInternals();\n\n\tif (isInputElement(element)) {\n\t\tsetFormValue(element);\n\t}\n};\n\nconst setFormValue = (element: IFormInputElement) => {\n\tif (!element._internals?.form) {\n\t\treturn;\n\t}\n\n\tsetFormValidity(element);\n\n\tif (!element.name) {\n\t\telement._internals?.setFormValue(null);\n\t\treturn;\n\t}\n\n\telement._internals.setFormValue(element.formFormattedValue);\n};\n\nconst setFormValidity = async (element: IFormInputElement) => {\n\tif (!element._internals?.form) {\n\t\treturn;\n\t}\n\tif (element.formValidity && Object.keys(element.formValidity).some(key => key)) {\n\t\tconst focusRef = await element.formElementAnchor?.();\n\t\telement._internals.setValidity(element.formValidity, element.formValidityMessage, focusRef);\n\t} else {\n\t\telement._internals.setValidity({});\n\t}\n};\n\nconst submitForm = (element: IFormElement) => {\n\telement._internals?.form?.requestSubmit();\n};\n\nconst resetForm = (element: IFormElement) => {\n\telement._internals?.form?.reset();\n};\n\nconst isInputElement = (element: IFormInputElement | IFormElement): element is IFormInputElement => {\n\treturn \"formFormattedValue\" in element && \"name\" in element;\n};\n\nexport {\n\tattachFormElementInternals,\n\tsetFormValue,\n\tsetFormValidity,\n\tsubmitForm,\n\tresetForm,\n};\n\nexport type {\n\tIFormInputElement,\n\tIFormElement,\n};\n"]}
@@ -1,3 +1,5 @@
1
+ import patchPatcher from "./patchPatcher.js";
2
+ import patchPopup from "./patchPopup.js";
1
3
  import { registerFeature } from "../FeaturesRegistry.js";
2
4
  import { setTheme } from "../config/Theme.js";
3
5
  class OpenUI5Support {
@@ -19,7 +21,7 @@ class OpenUI5Support {
19
21
  return new Promise(resolve => {
20
22
  window.sap.ui.require(["sap/ui/core/Core"], async (Core) => {
21
23
  const callback = () => {
22
- let deps = ["sap/ui/core/LocaleData"];
24
+ let deps = ["sap/ui/core/Popup", "sap/ui/core/Patcher", "sap/ui/core/LocaleData"];
23
25
  if (OpenUI5Support.isAtLeastVersion116()) { // for versions since 1.116.0 and onward, use the modular core
24
26
  deps = [
25
27
  ...deps,
@@ -30,7 +32,11 @@ class OpenUI5Support {
30
32
  "sap/ui/core/date/CalendarUtils",
31
33
  ];
32
34
  }
33
- window.sap.ui.require(deps, resolve);
35
+ window.sap.ui.require(deps, (Popup, Patcher) => {
36
+ patchPatcher(Patcher);
37
+ patchPopup(Popup);
38
+ resolve();
39
+ });
34
40
  };
35
41
  if (OpenUI5Support.isAtLeastVersion116()) {
36
42
  await Core.ready();