@ui5/webcomponents-base 0.0.0-7d5f73b20 → 0.0.0-81513ce21

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 (392) hide show
  1. package/.eslintignore +4 -4
  2. package/.eslintrc.cjs +3 -0
  3. package/.npsrc.json +3 -0
  4. package/CHANGELOG.md +185 -0
  5. package/bundle.esm.js +5 -1
  6. package/config/wdio.conf.cjs +400 -0
  7. package/dist/AssetRegistry.js.map +1 -1
  8. package/dist/Boot.d.ts +4 -3
  9. package/dist/Boot.js +31 -4
  10. package/dist/Boot.js.map +1 -1
  11. package/dist/CSP.js.map +1 -1
  12. package/dist/CustomElementsRegistry.js.map +1 -1
  13. package/dist/CustomElementsScope.js.map +1 -1
  14. package/dist/CustomElementsScopeUtils.js.map +1 -1
  15. package/dist/DOMObserver.js.map +1 -1
  16. package/dist/Device.js +109 -34
  17. package/dist/Device.js.map +1 -1
  18. package/dist/EventProvider.js +1 -1
  19. package/dist/EventProvider.js.map +1 -1
  20. package/dist/FeaturesRegistry.js.map +1 -1
  21. package/dist/FontFace.js.map +1 -1
  22. package/dist/InitialConfiguration.d.ts +6 -1
  23. package/dist/InitialConfiguration.js +11 -2
  24. package/dist/InitialConfiguration.js.map +1 -1
  25. package/dist/Keys.js.map +1 -1
  26. package/dist/ManagedStyles.js.map +1 -1
  27. package/dist/MarkedEvents.js.map +1 -1
  28. package/dist/MediaRange.js.map +1 -1
  29. package/dist/PropertiesFileFormat.js.map +1 -1
  30. package/dist/Render.js.map +1 -1
  31. package/dist/RenderQueue.js.map +1 -1
  32. package/dist/Runtimes.js.map +1 -1
  33. package/dist/StaticArea.d.ts +3 -0
  34. package/dist/StaticArea.js +4 -3
  35. package/dist/StaticArea.js.map +1 -1
  36. package/dist/StaticAreaItem.js.map +1 -1
  37. package/dist/SystemCSSVars.js.map +1 -1
  38. package/dist/Theming.js.map +1 -1
  39. package/dist/UI5Element.d.ts +20 -14
  40. package/dist/UI5Element.js +18 -22
  41. package/dist/UI5Element.js.map +1 -1
  42. package/dist/UI5ElementMetadata.js.map +1 -1
  43. package/dist/animations/AnimationQueue.js.map +1 -1
  44. package/dist/animations/animate.js.map +1 -1
  45. package/dist/animations/scroll.js.map +1 -1
  46. package/dist/animations/slideDown.js.map +1 -1
  47. package/dist/animations/slideUp.js.map +1 -1
  48. package/dist/api.json +1 -1
  49. package/dist/asset-registries/Icons.d.ts +18 -10
  50. package/dist/asset-registries/Icons.js +44 -23
  51. package/dist/asset-registries/Icons.js.map +1 -1
  52. package/dist/asset-registries/Illustrations.d.ts +1 -1
  53. package/dist/asset-registries/Illustrations.js.map +1 -1
  54. package/dist/asset-registries/LocaleData.js.map +1 -1
  55. package/dist/asset-registries/Themes.d.ts +1 -0
  56. package/dist/asset-registries/Themes.js +2 -0
  57. package/dist/asset-registries/Themes.js.map +1 -1
  58. package/dist/asset-registries/i18n.js +9 -3
  59. package/dist/asset-registries/i18n.js.map +1 -1
  60. package/dist/assets/Boot.34b7cea0.css +1 -0
  61. package/dist/assets/Boot.de8032fc.js +9 -0
  62. package/dist/assets/bundle.esm.6ca2666f.js +50 -0
  63. package/dist/assets-meta/IconCollectionsAlias.d.ts +24 -10
  64. package/dist/assets-meta/IconCollectionsAlias.js +29 -9
  65. package/dist/assets-meta/IconCollectionsAlias.js.map +1 -1
  66. package/dist/config/AnimationMode.js.map +1 -1
  67. package/dist/config/CalendarType.js.map +1 -1
  68. package/dist/config/FormatSettings.d.ts +5 -1
  69. package/dist/config/FormatSettings.js +5 -1
  70. package/dist/config/FormatSettings.js.map +1 -1
  71. package/dist/config/Icons.d.ts +43 -18
  72. package/dist/config/Icons.js +81 -26
  73. package/dist/config/Icons.js.map +1 -1
  74. package/dist/config/Language.d.ts +10 -1
  75. package/dist/config/Language.js +13 -1
  76. package/dist/config/Language.js.map +1 -1
  77. package/dist/config/NoConflict.js +1 -0
  78. package/dist/config/NoConflict.js.map +1 -1
  79. package/dist/config/RTL.js +3 -0
  80. package/dist/config/RTL.js.map +1 -1
  81. package/dist/config/Theme.d.ts +15 -5
  82. package/dist/config/Theme.js +25 -6
  83. package/dist/config/Theme.js.map +1 -1
  84. package/dist/config/ThemeRoots.js.map +1 -1
  85. package/dist/config/Timezone.d.ts +17 -0
  86. package/dist/config/Timezone.js +30 -0
  87. package/dist/config/Timezone.js.map +1 -0
  88. package/dist/decorators/customElement.d.ts +17 -2
  89. package/dist/decorators/customElement.js +26 -5
  90. package/dist/decorators/customElement.js.map +1 -1
  91. package/dist/decorators/event.js +6 -6
  92. package/dist/decorators/event.js.map +1 -1
  93. package/dist/decorators/property.js +6 -6
  94. package/dist/decorators/property.js.map +1 -1
  95. package/dist/decorators/slot.js +9 -9
  96. package/dist/decorators/slot.js.map +1 -1
  97. package/dist/delegate/ItemNavigation.js.map +1 -1
  98. package/dist/delegate/ResizeHandler.d.ts +2 -1
  99. package/dist/delegate/ResizeHandler.js +7 -3
  100. package/dist/delegate/ResizeHandler.js.map +1 -1
  101. package/dist/delegate/ScrollEnablement.js.map +1 -1
  102. package/dist/features/F6Navigation.d.ts +3 -0
  103. package/dist/features/F6Navigation.js +77 -38
  104. package/dist/features/F6Navigation.js.map +1 -1
  105. package/dist/features/LegacyDateFormats.d.ts +18 -0
  106. package/dist/features/LegacyDateFormats.js +20 -0
  107. package/dist/features/LegacyDateFormats.js.map +1 -0
  108. package/dist/features/OpenUI5Element.js.map +1 -1
  109. package/dist/features/OpenUI5Enablement.js.map +1 -1
  110. package/dist/features/OpenUI5Support.d.ts +3 -0
  111. package/dist/features/OpenUI5Support.js +2 -0
  112. package/dist/features/OpenUI5Support.js.map +1 -1
  113. package/dist/generated/AssetParameters.js +2 -0
  114. package/dist/generated/VersionInfo.js +3 -3
  115. package/dist/generated/css/BusyIndicator.css.js.map +1 -1
  116. package/dist/generated/css/FontFace.css.js.map +1 -1
  117. package/dist/generated/css/OverrideFontFace.css.js.map +1 -1
  118. package/dist/generated/css/SystemCSSVars.css.js.map +1 -1
  119. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +4 -0
  120. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js +8 -10
  121. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js.map +1 -0
  122. package/dist/getSharedResource.d.ts +1 -1
  123. package/dist/getSharedResource.js +10 -2
  124. package/dist/getSharedResource.js.map +1 -1
  125. package/dist/global.d.ts +2 -0
  126. package/dist/i18nBundle.js +2 -1
  127. package/dist/i18nBundle.js.map +1 -1
  128. package/dist/locale/Locale.js.map +1 -1
  129. package/dist/locale/RTLAwareRegistry.d.ts +1 -1
  130. package/dist/locale/RTLAwareRegistry.js.map +1 -1
  131. package/dist/locale/applyDirection.js.map +1 -1
  132. package/dist/locale/directionChange.js.map +1 -1
  133. package/dist/locale/getEffectiveDir.js.map +1 -1
  134. package/dist/locale/getLocale.js.map +1 -1
  135. package/dist/locale/languageChange.js.map +1 -1
  136. package/dist/locale/nextFallbackLocale.js.map +1 -1
  137. package/dist/locale/normalizeLocale.js.map +1 -1
  138. package/dist/renderer/LitRenderer.d.ts +3 -3
  139. package/dist/renderer/LitRenderer.js.map +1 -1
  140. package/dist/renderer/executeTemplate.js +1 -1
  141. package/dist/renderer/executeTemplate.js.map +1 -1
  142. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
  143. package/dist/theming/CustomStyle.js +7 -5
  144. package/dist/theming/CustomStyle.js.map +1 -1
  145. package/dist/theming/ThemeLoaded.js.map +1 -1
  146. package/dist/theming/ThemeRegistered.d.ts +4 -0
  147. package/dist/theming/ThemeRegistered.js +11 -0
  148. package/dist/theming/ThemeRegistered.js.map +1 -0
  149. package/dist/theming/applyTheme.js.map +1 -1
  150. package/dist/theming/getConstructableStyle.js.map +1 -1
  151. package/dist/theming/getEffectiveLinksHrefs.js.map +1 -1
  152. package/dist/theming/getEffectiveStyle.js.map +1 -1
  153. package/dist/theming/getStylesString.d.ts +1 -1
  154. package/dist/theming/getStylesString.js.map +1 -1
  155. package/dist/theming/getThemeDesignerTheme.js.map +1 -1
  156. package/dist/theming/preloadLinks.js.map +1 -1
  157. package/dist/thirdparty/_merge.js.map +1 -1
  158. package/dist/thirdparty/isPlainObject.js.map +1 -1
  159. package/dist/thirdparty/merge.js.map +1 -1
  160. package/dist/types/AnimationMode.d.ts +1 -1
  161. package/dist/types/AnimationMode.js +1 -1
  162. package/dist/types/AnimationMode.js.map +1 -1
  163. package/dist/types/CSSColor.d.ts +0 -1
  164. package/dist/types/CSSColor.js +0 -1
  165. package/dist/types/CSSColor.js.map +1 -1
  166. package/dist/types/CalendarType.d.ts +1 -1
  167. package/dist/types/CalendarType.js +1 -1
  168. package/dist/types/CalendarType.js.map +1 -1
  169. package/dist/types/DOMReference.js.map +1 -1
  170. package/dist/types/DataType.js.map +1 -1
  171. package/dist/types/Float.d.ts +0 -1
  172. package/dist/types/Float.js +0 -1
  173. package/dist/types/Float.js.map +1 -1
  174. package/dist/types/Integer.d.ts +0 -1
  175. package/dist/types/Integer.js +0 -1
  176. package/dist/types/Integer.js.map +1 -1
  177. package/dist/types/InvisibleMessageMode.d.ts +1 -1
  178. package/dist/types/InvisibleMessageMode.js +1 -1
  179. package/dist/types/InvisibleMessageMode.js.map +1 -1
  180. package/dist/types/ItemNavigationBehavior.d.ts +1 -1
  181. package/dist/types/ItemNavigationBehavior.js +1 -1
  182. package/dist/types/ItemNavigationBehavior.js.map +1 -1
  183. package/dist/types/NavigationMode.d.ts +1 -1
  184. package/dist/types/NavigationMode.js +1 -1
  185. package/dist/types/NavigationMode.js.map +1 -1
  186. package/dist/types/ValueState.d.ts +1 -1
  187. package/dist/types/ValueState.js +1 -1
  188. package/dist/types/ValueState.js.map +1 -1
  189. package/dist/types.d.ts +1 -1
  190. package/dist/types.js.map +1 -1
  191. package/dist/updateShadowRoot.js +11 -4
  192. package/dist/updateShadowRoot.js.map +1 -1
  193. package/dist/util/AriaLabelHelper.d.ts +10 -1
  194. package/dist/util/AriaLabelHelper.js +135 -8
  195. package/dist/util/AriaLabelHelper.js.map +1 -1
  196. package/dist/util/Caret.js.map +1 -1
  197. package/dist/util/ColorConversion.js.map +1 -1
  198. package/dist/util/FetchHelper.js.map +1 -1
  199. package/dist/util/FocusableElements.js +4 -3
  200. package/dist/util/FocusableElements.js.map +1 -1
  201. package/dist/util/HTMLSanitizer.js.map +1 -1
  202. package/dist/util/InvisibleMessage.js.map +1 -1
  203. package/dist/util/PopupUtils.js.map +1 -1
  204. package/dist/util/SlotsHelper.js.map +1 -1
  205. package/dist/util/StringHelper.js.map +1 -1
  206. package/dist/util/TabbableElements.js.map +1 -1
  207. package/dist/util/arraysAreEqual.js.map +1 -1
  208. package/dist/util/clamp.js.map +1 -1
  209. package/dist/util/createLinkInHead.js.map +1 -1
  210. package/dist/util/createStyleInHead.js.map +1 -1
  211. package/dist/util/debounce.js.map +1 -1
  212. package/dist/util/detectNavigatorLanguage.js.map +1 -1
  213. package/dist/util/escapeRegex.js.map +1 -1
  214. package/dist/util/formatMessage.js.map +1 -1
  215. package/dist/util/generateHighlightedMarkup.js.map +1 -1
  216. package/dist/util/getActiveElement.js.map +1 -1
  217. package/dist/util/getClassCopy.d.ts +9 -9
  218. package/dist/util/getClassCopy.js.map +1 -1
  219. package/dist/util/getDesigntimePropertyAsArray.js.map +1 -1
  220. package/dist/util/getEffectiveContentDensity.js.map +1 -1
  221. package/dist/util/getEffectiveScrollbarStyle.js.map +1 -1
  222. package/dist/util/getFastNavigationGroups.js.map +1 -1
  223. package/dist/util/getFileExtension.js.map +1 -1
  224. package/dist/util/getNormalizedTarget.js.map +1 -1
  225. package/dist/util/getSingletonElementInstance.js.map +1 -1
  226. package/dist/util/isElementClickable.js.map +1 -1
  227. package/dist/util/isElementHidden.js.map +1 -1
  228. package/dist/util/isElementInView.js.map +1 -1
  229. package/dist/util/isElementTabbable.js.map +1 -1
  230. package/dist/util/isValidPropertyName.js.map +1 -1
  231. package/dist/util/whenDOMReady.js.map +1 -1
  232. package/dist/util/willShowContent.js.map +1 -1
  233. package/dist/validateThemeRoot.js +14 -13
  234. package/dist/validateThemeRoot.js.map +1 -1
  235. package/index.js +227 -1
  236. package/lib/generate-asset-parameters/index.js +4 -2
  237. package/lib/generate-styles/index.js +3 -3
  238. package/lib/generate-version-info/index.js +1 -1
  239. package/{package-scripts.js → package-scripts.cjs} +9 -5
  240. package/package.json +5 -4
  241. package/tsconfig.json +3 -1
  242. package/config/wdio.conf.js +0 -1
  243. package/dist/assets/bundle.esm.5c683084.js +0 -56
  244. package/dist/decorators/fastNavigation.d.ts +0 -7
  245. package/dist/decorators/fastNavigation.js +0 -13
  246. package/dist/decorators/fastNavigation.js.map +0 -1
  247. package/dist/decorators/languageAware.d.ts +0 -7
  248. package/dist/decorators/languageAware.js +0 -13
  249. package/dist/decorators/languageAware.js.map +0 -1
  250. package/dist/decorators/themeAware.d.ts +0 -7
  251. package/dist/decorators/themeAware.js +0 -13
  252. package/dist/decorators/themeAware.js.map +0 -1
  253. package/src/AssetRegistry.ts +0 -11
  254. package/src/Boot.ts +0 -61
  255. package/src/CSP.ts +0 -66
  256. package/src/CustomElementsRegistry.ts +0 -98
  257. package/src/CustomElementsScope.ts +0 -33
  258. package/src/CustomElementsScopeUtils.ts +0 -115
  259. package/src/DOMObserver.ts +0 -28
  260. package/src/Device.ts +0 -124
  261. package/src/EventProvider.ts +0 -87
  262. package/src/FeaturesRegistry.ts +0 -14
  263. package/src/FontFace.ts +0 -31
  264. package/src/InitialConfiguration.ts +0 -207
  265. package/src/Keys.ts +0 -295
  266. package/src/ManagedStyles.ts +0 -92
  267. package/src/MarkedEvents.ts +0 -20
  268. package/src/MediaRange.ts +0 -110
  269. package/src/PropertiesFileFormat.ts +0 -95
  270. package/src/Render.ts +0 -180
  271. package/src/RenderQueue.ts +0 -71
  272. package/src/Runtimes.ts +0 -114
  273. package/src/StaticArea.ts +0 -3
  274. package/src/StaticAreaItem.ts +0 -113
  275. package/src/SystemCSSVars.ts +0 -10
  276. package/src/Theming.ts +0 -4
  277. package/src/UI5Element.ts +0 -1156
  278. package/src/UI5ElementMetadata.ts +0 -389
  279. package/src/animations/AnimationQueue.ts +0 -43
  280. package/src/animations/animate.ts +0 -64
  281. package/src/animations/scroll.ts +0 -21
  282. package/src/animations/slideDown.ts +0 -72
  283. package/src/animations/slideUp.ts +0 -67
  284. package/src/asset-registries/Icons.ts +0 -162
  285. package/src/asset-registries/Illustrations.ts +0 -75
  286. package/src/asset-registries/LocaleData.ts +0 -172
  287. package/src/asset-registries/Themes.ts +0 -67
  288. package/src/asset-registries/i18n.ts +0 -118
  289. package/src/assets-meta/IconCollectionsAlias.ts +0 -18
  290. package/src/config/AnimationMode.ts +0 -33
  291. package/src/config/CalendarType.ts +0 -23
  292. package/src/config/FormatSettings.ts +0 -21
  293. package/src/config/Icons.ts +0 -59
  294. package/src/config/Language.ts +0 -72
  295. package/src/config/NoConflict.ts +0 -67
  296. package/src/config/RTL.ts +0 -41
  297. package/src/config/Theme.ts +0 -64
  298. package/src/config/ThemeRoots.ts +0 -41
  299. package/src/decorators/customElement.ts +0 -17
  300. package/src/decorators/event.ts +0 -28
  301. package/src/decorators/fastNavigation.ts +0 -14
  302. package/src/decorators/languageAware.ts +0 -14
  303. package/src/decorators/property.ts +0 -30
  304. package/src/decorators/slot.ts +0 -49
  305. package/src/decorators/themeAware.ts +0 -14
  306. package/src/delegate/ItemNavigation.ts +0 -393
  307. package/src/delegate/ResizeHandler.ts +0 -95
  308. package/src/delegate/ScrollEnablement.ts +0 -224
  309. package/src/features/F6Navigation.ts +0 -141
  310. package/src/features/OpenUI5Element.ts +0 -11
  311. package/src/features/OpenUI5Enablement.ts +0 -117
  312. package/src/features/OpenUI5Support.ts +0 -148
  313. package/src/generated/css/BusyIndicator.css.ts +0 -9
  314. package/src/generated/css/FontFace.css.ts +0 -9
  315. package/src/generated/css/OverrideFontFace.css.ts +0 -9
  316. package/src/generated/css/SystemCSSVars.css.ts +0 -9
  317. package/src/getSharedResource.ts +0 -30
  318. package/src/global.d.ts +0 -38
  319. package/src/i18nBundle.ts +0 -108
  320. package/src/locale/Locale.ts +0 -101
  321. package/src/locale/RTLAwareRegistry.ts +0 -16
  322. package/src/locale/applyDirection.ts +0 -18
  323. package/src/locale/directionChange.ts +0 -34
  324. package/src/locale/getEffectiveDir.ts +0 -28
  325. package/src/locale/getLocale.ts +0 -46
  326. package/src/locale/languageChange.ts +0 -24
  327. package/src/locale/nextFallbackLocale.ts +0 -28
  328. package/src/locale/normalizeLocale.ts +0 -56
  329. package/src/renderer/LitRenderer.ts +0 -60
  330. package/src/renderer/executeTemplate.ts +0 -40
  331. package/src/theming/CustomStyle.ts +0 -62
  332. package/src/theming/ThemeLoaded.ts +0 -24
  333. package/src/theming/applyTheme.ts +0 -90
  334. package/src/theming/getConstructableStyle.ts +0 -31
  335. package/src/theming/getEffectiveLinksHrefs.ts +0 -26
  336. package/src/theming/getEffectiveStyle.ts +0 -41
  337. package/src/theming/getStylesString.ts +0 -15
  338. package/src/theming/getThemeDesignerTheme.ts +0 -101
  339. package/src/theming/preloadLinks.ts +0 -24
  340. package/src/thirdparty/_merge.ts +0 -32
  341. package/src/thirdparty/isPlainObject.ts +0 -18
  342. package/src/thirdparty/merge.ts +0 -5
  343. package/src/types/AnimationMode.ts +0 -33
  344. package/src/types/CSSColor.ts +0 -20
  345. package/src/types/CalendarType.ts +0 -38
  346. package/src/types/DOMReference.ts +0 -28
  347. package/src/types/DataType.ts +0 -51
  348. package/src/types/Float.ts +0 -25
  349. package/src/types/Integer.ts +0 -25
  350. package/src/types/InvisibleMessageMode.ts +0 -27
  351. package/src/types/ItemNavigationBehavior.ts +0 -26
  352. package/src/types/NavigationMode.ts +0 -33
  353. package/src/types/ValueState.ts +0 -47
  354. package/src/types.ts +0 -30
  355. package/src/updateShadowRoot.ts +0 -37
  356. package/src/util/AriaLabelHelper.ts +0 -63
  357. package/src/util/Caret.ts +0 -28
  358. package/src/util/ColorConversion.ts +0 -399
  359. package/src/util/FetchHelper.ts +0 -31
  360. package/src/util/FocusableElements.ts +0 -92
  361. package/src/util/HTMLSanitizer.ts +0 -9
  362. package/src/util/InvisibleMessage.ts +0 -69
  363. package/src/util/PopupUtils.ts +0 -112
  364. package/src/util/SlotsHelper.ts +0 -39
  365. package/src/util/StringHelper.ts +0 -26
  366. package/src/util/TabbableElements.ts +0 -70
  367. package/src/util/arraysAreEqual.ts +0 -15
  368. package/src/util/clamp.ts +0 -12
  369. package/src/util/createLinkInHead.ts +0 -25
  370. package/src/util/createStyleInHead.ts +0 -20
  371. package/src/util/debounce.ts +0 -18
  372. package/src/util/detectNavigatorLanguage.ts +0 -13
  373. package/src/util/escapeRegex.ts +0 -11
  374. package/src/util/formatMessage.ts +0 -24
  375. package/src/util/generateHighlightedMarkup.ts +0 -43
  376. package/src/util/getActiveElement.ts +0 -11
  377. package/src/util/getClassCopy.ts +0 -12
  378. package/src/util/getDesigntimePropertyAsArray.ts +0 -4
  379. package/src/util/getEffectiveContentDensity.ts +0 -5
  380. package/src/util/getEffectiveScrollbarStyle.ts +0 -5
  381. package/src/util/getFastNavigationGroups.ts +0 -63
  382. package/src/util/getFileExtension.ts +0 -21
  383. package/src/util/getNormalizedTarget.ts +0 -16
  384. package/src/util/getSingletonElementInstance.ts +0 -13
  385. package/src/util/isElementClickable.ts +0 -19
  386. package/src/util/isElementHidden.ts +0 -9
  387. package/src/util/isElementInView.ts +0 -15
  388. package/src/util/isElementTabbable.ts +0 -37
  389. package/src/util/isValidPropertyName.ts +0 -29
  390. package/src/util/whenDOMReady.ts +0 -13
  391. package/src/util/willShowContent.ts +0 -7
  392. package/src/validateThemeRoot.ts +0 -58
@@ -1,56 +0,0 @@
1
- const qs=function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))n(r);new MutationObserver(r=>{for(const o of r)if(o.type==="childList")for(const i of o.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&n(i)}).observe(document,{childList:!0,subtree:!0});function s(r){const o={};return r.integrity&&(o.integrity=r.integrity),r.referrerpolicy&&(o.referrerPolicy=r.referrerpolicy),r.crossorigin==="use-credentials"?o.credentials="include":r.crossorigin==="anonymous"?o.credentials="omit":o.credentials="same-origin",o}function n(r){if(r.ep)return;r.ep=!0;const o=s(r);fetch(r.href,o)}};qs();const wt={themes:{default:"sap_fiori_3",all:["sap_fiori_3","sap_fiori_3_dark","sap_belize","sap_belize_hcb","sap_belize_hcw","sap_fiori_3_hcb","sap_fiori_3_hcw","sap_horizon","sap_horizon_dark","sap_horizon_hcb","sap_horizon_hcw","sap_horizon_exp"]},languages:{default:"en",all:["ar","bg","ca","cs","cy","da","de","el","en","en_GB","en_US_sappsd","en_US_saprigi","en_US_saptrc","es","es_MX","et","fi","fr","fr_CA","hi","hr","hu","in","it","iw","ja","kk","ko","lt","lv","ms","nl","no","pl","pt_PT","pt","ro","ru","sh","sk","sl","sv","th","tr","uk","vi","zh_CN","zh_TW"]},locales:{default:"en",all:["ar","ar_EG","ar_SA","bg","ca","cs","da","de","de_AT","de_CH","el","el_CY","en","en_AU","en_GB","en_HK","en_IE","en_IN","en_NZ","en_PG","en_SG","en_ZA","es","es_AR","es_BO","es_CL","es_CO","es_MX","es_PE","es_UY","es_VE","et","fa","fi","fr","fr_BE","fr_CA","fr_CH","fr_LU","he","hi","hr","hu","id","it","it_CH","ja","kk","ko","lt","lv","ms","nb","nl","nl_BE","pl","pt","pt_PT","ro","ru","ru_UA","sk","sl","sr","sr_Latn","sv","th","tr","uk","vi","zh_CN","zh_HK","zh_SG","zh_TW"]}},ht=wt.themes.default,ft=wt.languages.default,$=wt.locales.default,le=wt.locales.all;var Je=()=>{const e=navigator.languages,t=()=>navigator.language;return e&&e[0]||t()||ft},Xe={},Ye=Xe.hasOwnProperty,Gs=Xe.toString,Qe=Ye.toString,Ks=Qe.call(Object),ue=function(e){var t,s;return!e||Gs.call(e)!=="[object Object]"?!1:(t=Object.getPrototypeOf(e),t?(s=Ye.call(t,"constructor")&&t.constructor,typeof s=="function"&&Qe.call(s)===Ks):!0)},Js=Object.create(null),ts=function(e,t,s,n){var r,o,i,c,a,l,f=arguments[2]||{},u=3,d=arguments.length,h=arguments[0]||!1,p=arguments[1]?void 0:Js;for(typeof f!="object"&&typeof f!="function"&&(f={});u<d;u++)if((a=arguments[u])!=null)for(c in a)r=f[c],i=a[c],!(c==="__proto__"||f===i)&&(h&&i&&(ue(i)||(o=Array.isArray(i)))?(o?(o=!1,l=r&&Array.isArray(r)?r:[]):l=r&&ue(r)?r:{},f[c]=ts(h,arguments[1],l,i)):i!==p&&(f[c]=i));return f};const Yt=function(e,t){return ts(!0,!1,...arguments)},es=new Map,Xs=(e,t)=>{es.set(e,t)},b=e=>es.get(e),Ys=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},Qs=e=>{const t=Ys("sap-allowedThemeOrigins");return t&&t.split(",").some(s=>s==="*"||e===s.trim())},tn=(e,t)=>{const s=new URL(e).pathname;return new URL(s,t).toString()},en=e=>{let t,s;try{t=new URL(e);const n=t.origin;return t=t.toString(),t.startsWith(".")||t.startsWith("/")?s=new URL(t,window.location.href).toString():n&&Qs(n)?s=t.toString():s=tn(t,window.location.href),s.endsWith("/")||(s=`${s}/`),`${s}UI5/`}catch{}};var Wt;(function(e){e.Full="full",e.Basic="basic",e.Minimal="minimal",e.None="none"})(Wt||(Wt={}));var sn=Wt;let de=!1,_={animationMode:sn.Full,theme:ht,themeRoot:void 0,rtl:void 0,language:void 0,calendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1};const nn=()=>(C(),_.animationMode),rn=()=>(C(),_.theme),on=()=>(C(),_.themeRoot),an=()=>(C(),_.rtl),cn=()=>(C(),_.language),ln=()=>(C(),_.fetchDefaultLanguage),un=()=>(C(),_.noConflict),dn=()=>(C(),_.calendarType),hn=()=>(C(),_.formatSettings),pt=new Map;pt.set("true",!0);pt.set("false",!1);const fn=()=>{const e=document.querySelector("[data-ui5-config]")||document.querySelector("[data-id='sap-ui-config']");let t;if(e){try{t=JSON.parse(e.innerHTML)}catch{console.warn("Incorrect data-sap-ui-config format. Please use JSON")}t&&(_=Yt(_,t))}},pn=()=>{const e=new URLSearchParams(window.location.search);e.forEach((t,s)=>{const n=s.split("sap-").length;n===0||n===s.split("sap-ui-").length||he(s,t,"sap")}),e.forEach((t,s)=>{!s.startsWith("sap-ui")||he(s,t,"sap-ui")})},gn=e=>{const t=e.split("@")[1];return en(t)},mn=(e,t)=>e==="theme"&&t.includes("@")?t.split("@")[0]:t,he=(e,t,s)=>{const n=t.toLowerCase(),r=e.split(`${s}-`)[1];pt.has(t)&&(t=pt.get(n)),r==="theme"?(_.theme=mn(r,t),t&&t.includes("@")&&(_.themeRoot=gn(t))):_[r]=t},yn=()=>{const e=b("OpenUI5Support");if(!e||!e.isLoaded())return;const t=e.getConfigurationSettingsObject();_=Yt(_,t)},C=()=>{de||(fn(),pn(),yn(),de=!0)};class O{constructor(){this._eventRegistry=new Map}attachEvent(t,s){const n=this._eventRegistry,r=n.get(t);if(!Array.isArray(r)){n.set(t,[s]);return}r.includes(s)||r.push(s)}detachEvent(t,s){const n=this._eventRegistry,r=n.get(t);if(!r)return;const o=r.indexOf(s);o!==-1&&r.splice(o,1),r.length===0&&n.delete(t)}fireEvent(t,s){const r=this._eventRegistry.get(t);return r?r.map(o=>o.call(this,s)):[]}fireEventAsync(t,s){return Promise.all(this.fireEvent(t,s))}isHandlerAttached(t,s){const r=this._eventRegistry.get(t);return r?r.includes(s):!1}hasListeners(t){return!!this._eventRegistry.get(t)}}const ss=new O,ns="languageChange",rs=e=>{ss.attachEvent(ns,e)},_n=e=>ss.fireEventAsync(ns,e),fe=10;class wn{constructor(){this.list=[],this.lookup=new Set}add(t){this.lookup.has(t)||(this.list.push(t),this.lookup.add(t))}remove(t){!this.lookup.has(t)||(this.list=this.list.filter(s=>s!==t),this.lookup.delete(t))}shift(){const t=this.list.shift();if(t)return this.lookup.delete(t),t}isEmpty(){return this.list.length===0}isAdded(t){return this.lookup.has(t)}process(t){let s;const n=new Map;for(s=this.shift();s;){const r=n.get(s)||0;if(r>fe)throw new Error(`Web component processed too many times this task, max allowed is: ${fe}`);t(s),n.set(s,r+1),s=this.shift()}}}const os=(e,t=document.body)=>{let s=document.querySelector(e);return s||(s=document.createElement(e),t.insertBefore(s,t.firstChild))},vn=()=>os("ui5-shared-resources",document.head),R=(e,t)=>{const s=e.split(".");let n=vn();for(let r=0;r<s.length;r++){const o=s[r],i=r===s.length-1;Object.prototype.hasOwnProperty.call(n,o)||(n[o]=i?t:{}),n=n[o]}return n},An={version:"0.0.0-7d5f73b20",major:0,minor:0,patch:0,suffix:"-7d5f73b20",isNext:!0,buildTime:1675347767};let at,Sn="";const Et=new Map,K=R("Runtimes",[]),$n=()=>{if(at===void 0){at=K.length;const e=An;K.push({...e,alias:Sn,description:`Runtime ${at} - ver ${e.version}`})}},is=()=>at,bn=(e,t)=>{const s=`${e},${t}`;if(Et.has(s))return Et.get(s);const n=K[e],r=K[t];if(!n||!r)throw new Error("Invalid runtime index supplied");if(n.isNext||r.isNext)return n.buildTime-r.buildTime;const o=n.major-r.major;if(o)return o;const i=n.minor-r.minor;if(i)return i;const c=n.patch-r.patch;if(c)return c;const l=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(n.suffix,r.suffix);return Et.set(s,l),l},Cn=()=>K,as=R("Tags",new Map),Qt=new Set;let P=new Map,Tt;const cs=-1,En=e=>{Qt.add(e),as.set(e,is())},Tn=e=>Qt.has(e),Ln=()=>[...Qt.values()],Mn=e=>{let t=as.get(e);t===void 0&&(t=cs),P.has(t)||P.set(t,new Set),P.get(t).add(e),Tt||(Tt=setTimeout(()=>{Pn(),P=new Map,Tt=void 0},1e3))},Pn=()=>{const e=Cn(),t=is(),s=e[t];let n="Multiple UI5 Web Components instances detected.";e.length>1&&(n=`${n}
2
- Loading order (versions before 1.1.0 not listed): ${e.map(r=>`
3
- ${r.description}`).join("")}`),[...P.keys()].forEach(r=>{let o,i;r===cs?(o=1,i={description:"Older unknown runtime"}):(o=bn(t,r),i=e[r]);let c;o>0?c="an older":o<0?c="a newer":c="the same",n=`${n}
4
-
5
- "${s.description}" failed to define ${P.get(r).size} tag(s) as they were defined by a runtime of ${c} version "${i.description}": ${[...P.get(r)].sort().join(", ")}.`,o>0?n=`${n}
6
- WARNING! If your code uses features of the above web components, unavailable in ${i.description}, it might not work as expected!`:n=`${n}
7
- Since the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),n=`${n}
8
-
9
- To prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/SAP/ui5-webcomponents/blob/main/docs/2-advanced/03-scoping.md.`,console.warn(n)},ls=new Set,In=e=>{ls.add(e)},xn=e=>ls.has(e),te=new Set,On=new O,H=new wn;let D,ct,Lt,rt;const us=async e=>{H.add(e),await Dn()},ds=e=>{On.fireEvent("beforeComponentRender",e),te.add(e),e._render()},Rn=e=>{H.remove(e),te.delete(e)},Dn=async()=>{rt||(rt=new Promise(e=>{window.requestAnimationFrame(()=>{H.process(ds),rt=null,e(),Lt||(Lt=setTimeout(()=>{Lt=void 0,H.isEmpty()&&Un()},200))})})),await rt},Nn=()=>D||(D=new Promise(e=>{ct=e,window.requestAnimationFrame(()=>{H.isEmpty()&&(D=void 0,e())})}),D),kn=()=>{const e=Ln().map(t=>customElements.whenDefined(t));return Promise.all(e)},ee=async()=>{await kn(),await Nn()},Un=()=>{!H.isEmpty()||ct&&(ct(),ct=void 0,D=void 0)},vt=async e=>{te.forEach(t=>{const s=t.constructor,n=s.getMetadata().getTag(),r=xn(s),o=s.getMetadata().isLanguageAware(),i=s.getMetadata().isThemeAware();(!e||e.tag===n||e.rtlAware&&r||e.languageAware&&o||e.themeAware&&i)&&us(t)}),await ee()};let q,Zt;const se=()=>(q===void 0&&(q=cn()),q),Hn=async e=>{q!==e&&(q=e,await _n(e),await vt({languageAware:!0}))},Bn=e=>{Zt=e},jn=()=>(Zt===void 0&&Bn(ln()),Zt),Fn=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i;class hs{constructor(t){const s=Fn.exec(t.replace(/_/g,"-"));if(s===null)throw new Error(`The given language ${t} does not adhere to BCP-47.`);this.sLocaleId=t,this.sLanguage=s[1]||ft,this.sScript=s[2]||"",this.sRegion=s[3]||"",this.sVariant=s[4]&&s[4].slice(1)||null,this.sExtension=s[5]&&s[5].slice(1)||null,this.sPrivateUse=s[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,n=>n.toUpperCase())),this.sRegion&&(this.sRegion=this.sRegion.toUpperCase())}getLanguage(){return this.sLanguage}getScript(){return this.sScript}getRegion(){return this.sRegion}getVariant(){return this.sVariant}getVariantSubtags(){return this.sVariant?this.sVariant.split("-"):[]}getExtension(){return this.sExtension}getExtensionSubtags(){return this.sExtension?this.sExtension.slice(2).split("-"):[]}getPrivateUse(){return this.sPrivateUse}getPrivateUseSubtags(){return this.sPrivateUse?this.sPrivateUse.slice(2).split("-"):[]}hasPrivateUseSubtag(t){return this.getPrivateUseSubtags().indexOf(t)>=0}toString(){const t=[this.sLanguage];return this.sScript&&t.push(this.sScript),this.sRegion&&t.push(this.sRegion),this.sVariant&&t.push(this.sVariant),this.sExtension&&t.push(this.sExtension),this.sPrivateUse&&t.push(this.sPrivateUse),t.join("-")}}const Mt=new Map,fs=e=>(Mt.has(e)||Mt.set(e,new hs(e)),Mt.get(e)),pe=e=>{try{if(e&&typeof e=="string")return fs(e)}catch{}return new hs($)},qt=e=>{if(e)return pe(e);const t=se();return t?fs(t):pe(Je())},Vn=/^((?:[A-Z]{2,3}(?:-[A-Z]{3}){0,3})|[A-Z]{4}|[A-Z]{5,8})(?:-([A-Z]{4}))?(?:-([A-Z]{2}|[0-9]{3}))?((?:-[0-9A-Z]{5,8}|-[0-9][0-9A-Z]{3})*)((?:-[0-9A-WYZ](?:-[0-9A-Z]{2,8})+)*)(?:-(X(?:-[0-9A-Z]{1,8})+))?$/i,ge=/(?:^|-)(saptrc|sappsd)(?:-|$)/i,zn={he:"iw",yi:"ji",nb:"no",sr:"sh"},Wn=e=>{let t;if(!e)return $;if(typeof e=="string"&&(t=Vn.exec(e.replace(/_/g,"-")))){let s=t[1].toLowerCase(),n=t[3]?t[3].toUpperCase():void 0;const r=t[2]?t[2].toLowerCase():void 0,o=t[4]?t[4].slice(1):void 0,i=t[6];return s=zn[s]||s,i&&(t=ge.exec(i))||o&&(t=ge.exec(o))?`en_US_${t[1].toLowerCase()}`:(s==="zh"&&!n&&(r==="hans"?n="CN":r==="hant"&&(n="TW")),s+(n?"_"+n+(o?"_"+o.replace("-","_"):""):""))}return $},Zn=e=>{if(!e)return $;if(e==="zh_HK")return"zh_TW";const t=e.lastIndexOf("_");return t>=0?e.slice(0,t):e!==$?$:""},me=new Set,ye=new Set,ne=new Map,Pt=new Map,re=new Map,qn=(e,t,s)=>{const n=`${e}/${t}`;re.set(n,s)},_e=(e,t)=>{ne.set(e,t)},Gn=e=>ne.get(e),we=(e,t)=>{const s=`${e}/${t}`;return re.has(s)},Kn=(e,t)=>{const s=`${e}/${t}`,n=re.get(s);return n&&!Pt.get(s)&&Pt.set(s,n(t)),Pt.get(s)},Jn=e=>{me.has(e)||(console.warn(`[${e}]: Message bundle assets are not configured. Falling back to English texts.`,` Add \`import "${e}/dist/Assets.js"\` in your bundle and make sure your build tool supports dynamic imports and JSON imports. See section "Assets" in the documentation for more information.`),me.add(e))},ps=async e=>{const t=qt().getLanguage(),s=qt().getRegion();let n=Wn(t+(s?`-${s}`:""));for(;n!==ft&&!we(e,n);)n=Zn(n);const r=jn();if(n===ft&&!r){_e(e,null);return}if(!we(e,n)){Jn(e);return}try{const o=await Kn(e,n);_e(e,o)}catch(o){const i=o;ye.has(i.message)||(ye.add(i.message),console.error(i.message))}};rs(e=>{const t=[...ne.keys()];return Promise.all(t.map(ps))});const Xn=new Map,gt=new Map,It=new Map,ve=new Set;let Ae=!1;const Yn={iw:"he",ji:"yi",in:"id"},Se=e=>{Ae||(console.warn(`[LocaleData] Supported locale "${e}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),Ae=!0)},Qn=(e,t,s)=>{e=e&&Yn[e]||e,e==="no"&&(e="nb"),e==="zh"&&!t&&(s==="Hans"?t="CN":s==="Hant"&&(t="TW")),(e==="sh"||e==="sr"&&s==="Latn")&&(e="sr",t="Latn");let n=`${e}_${t}`;return le.includes(n)||(n=e,le.includes(n))?gt.has(n)?n:(Se(n),$):$},$e=(e,t)=>{Xn.set(e,t)},tr=e=>{if(!It.get(e)){const t=gt.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);It.set(e,t(e))}return It.get(e)},er=async(e,t,s)=>{const n=Qn(e,t,s),r=b("OpenUI5Support");if(r){const o=r.getLocaleDataObject();if(o){$e(n,o);return}}try{const o=await tr(n);$e(n,o)}catch(o){const i=o;ve.has(i.message)||(ve.add(i.message),console.error(i.message))}},sr=(e,t)=>{gt.set(e,t)};sr("en",async()=>(await fetch("https://sdk.openui5.org/1.103.0/resources/sap/ui/core/cldr/en.json")).json());rs(()=>{const e=qt();return er(e.getLanguage(),e.getRegion(),e.getScript())});const gs=new Map,ms=new Map,ys=new Set,mt=new Set,T=(e,t,s)=>{ms.set(`${e}/${t}`,s),ys.add(e),mt.add(t)},_s=async(e,t)=>{const s=gs.get(`${e}_${t}`);if(s!==void 0)return s;if(!mt.has(t)){const n=[...mt.values()].join(", ");return console.warn(`You have requested a non-registered theme ${t} - falling back to ${ht}. Registered themes are: ${n}`),be(e,ht)}return be(e,t)},be=async(e,t)=>{const s=ms.get(`${e}/${t}`);if(!s){console.error(`Theme [${t}] not registered for package [${e}]`);return}let n;try{n=await s(t)}catch(o){console.error(e,o.message);return}const r=n._||n;return gs.set(`${e}_${t}`,r),r},ws=()=>ys,nr=e=>mt.has(e),Ce={"SAP-icons-TNT":"tnt",BusinessSuiteInAppSymbols:"business-suite",horizon:"SAP-icons-v5"},rr=(e,t)=>{const s=document.createElement("style");return s.type="text/css",t&&Object.entries(t).forEach(n=>s.setAttribute(...n)),s.textContent=e,document.head.appendChild(s),s},or=(e,t)=>{const s=document.createElement("link");return s.type="text/css",s.rel="stylesheet",t&&Object.entries(t).forEach(n=>s.setAttribute(...n)),s.href=e,document.head.appendChild(s),new Promise(n=>{s.addEventListener("load",n),s.addEventListener("error",n)})},At=(e,t)=>t?`${e}|${t}`:e,St=(e,t,s="")=>{const n=typeof e=="string"?e:e.content;if(document.adoptedStyleSheets){const r=new CSSStyleSheet;r.replaceSync(n),r._ui5StyleId=At(t,s),document.adoptedStyleSheets=[...document.adoptedStyleSheets,r]}else{const r={};r[t]=s,rr(n,r)}},ir=(e,t,s="")=>{const n=typeof e=="string"?e:e.content;if(document.adoptedStyleSheets){const r=document.adoptedStyleSheets.find(o=>o._ui5StyleId===At(t,s));r&&r.replaceSync(n||"")}else{const r=document.querySelector(`head>style[${t}="${s}"]`);r&&(r.textContent=n||"")}},$t=(e,t="")=>document.adoptedStyleSheets?!!document.adoptedStyleSheets.find(s=>s._ui5StyleId===At(e,t)):!!document.querySelector(`head>style[${e}="${t}"]`),ar=(e,t="")=>{var s;if(document.adoptedStyleSheets)document.adoptedStyleSheets=document.adoptedStyleSheets.filter(n=>n._ui5StyleId!==At(e,t));else{const n=document.querySelector(`head > style[${e}="${t}"]`);(s=n==null?void 0:n.parentElement)==null||s.removeChild(n)}},vs=(e,t,s="")=>{$t(t,s)?ir(e,t,s):St(e,t,s)},N=new Set,cr=()=>{let e=document.querySelector(".sapThemeMetaData-Base-baseLib")||document.querySelector(".sapThemeMetaData-UI5-sap-ui-core");if(e)return getComputedStyle(e).backgroundImage;e=document.createElement("span"),e.style.display="none",e.classList.add("sapThemeMetaData-Base-baseLib"),document.body.appendChild(e);let t=getComputedStyle(e).backgroundImage;return t==="none"&&(e.classList.add("sapThemeMetaData-UI5-sap-ui-core"),t=getComputedStyle(e).backgroundImage),document.body.removeChild(e),t},lr=e=>{const t=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(e);if(t&&t.length>=2){let s=t[1];if(s=s.replace(/\\"/g,'"'),s.charAt(0)!=="{"&&s.charAt(s.length-1)!=="}")try{s=decodeURIComponent(s)}catch{N.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),N.add("decode"));return}try{return JSON.parse(s)}catch{N.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),N.add("parse"))}}},ur=e=>{let t,s;try{t=e.Path.match(/\.([^.]+)\.css_variables$/)[1],s=e.Extends[0]}catch{N.has("object")||(console.warn("Malformed theme metadata Object",e),N.add("object"));return}return{themeName:t,baseThemeName:s}},Ee=()=>{const e=cr();if(!e||e==="none")return;const t=lr(e);if(t)return ur(t)},dr=new O,hr="themeLoaded",fr=e=>dr.fireEvent(hr,e);let xt;const As=()=>(xt===void 0&&(xt=on()),xt),pr=e=>`${As()}Base/baseLib/${e}/css_variables.css`,gr=async e=>{const t=document.querySelector(`[sap-ui-webcomponents-theme="${e}"]`);t&&document.head.removeChild(t),await or(pr(e),{"sap-ui-webcomponents-theme":e})},J="@ui5/webcomponents-theming",mr=()=>ws().has(J),yr=async e=>{if(!mr())return;const t=await _s(J,e);t&&vs(t,"data-ui5-theme-properties",J)},_r=()=>{ar("data-ui5-theme-properties",J)},wr=async e=>{const s=[...ws()].map(async n=>{if(n===J)return;const r=await _s(n,e);r&&vs(r,"data-ui5-theme-properties",n)});return Promise.all(s)},vr=async e=>{var n;const t=Ee();if(t)return t;const s=b("OpenUI5Support");if(s){if(s.cssVariablesLoaded())return{themeName:(n=s.getConfigurationSettingsObject())==null?void 0:n.theme,baseThemeName:""}}else if(As())return await gr(e),Ee()},Ss=async e=>{const t=await vr(e);!t||e!==t.themeName?await yr(e):_r();const s=nr(e)?e:t&&t.baseThemeName;await wr(s||ht),fr(e)};let k;const bt=()=>(k===void 0&&(k=rn()),k),$s=async e=>{k!==e&&(k=e,await Ss(k),await vt({themeAware:!0}))},Ar=e=>bt().startsWith(e),Sr=new Map;var yt;(function(e){e.v4="SAP-icons",e.v5="SAP-icons-v5"})(yt||(yt={}));const bs=()=>{const e=bt(),t=Sr.get(e);return t||(Ar("sap_horizon")?yt.v5:yt.v4)},Te=new Map,_t=R("SVGIcons.registry",new Map),Ot=R("SVGIcons.promises",new Map),Le="ICON_NOT_FOUND",$r=async e=>{if(!Ot.has(e)){if(!Te.has(e))throw new Error(`No loader registered for the ${e} icons collection. Probably you forgot to import the "AllIcons.js" module for the respective package.`);const t=Te.get(e);Ot.set(e,t(e))}return Ot.get(e)},br=e=>{Object.keys(e.data).forEach(t=>{const s=e.data[t];Cr(t,{pathData:s.path||s.paths,ltr:s.ltr,accData:s.acc,collection:e.collection,packageName:e.packageName})})},Cr=(e,t)=>{t.collection||(t.collection=bs());const s=`${t.collection}/${e}`;_t.set(s,{pathData:t.pathData,ltr:t.ltr,accData:t.accData,packageName:t.packageName,customTemplate:t.customTemplate,viewBox:t.viewBox})},Er=e=>{e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://",""));let t;[e,t]=e.split("/").reverse(),t=t||bs(),t=Lr(t),e=e.replace("icon-","");const s=`${t}/${e}`;return{name:e,collection:t,registryKey:s}},Rt=async e=>{const{collection:t,registryKey:s}=Er(e);let n=Le;try{n=await $r(t)}catch(r){console.error(r.message)}return n===Le?n:(_t.has(s)||br(n),_t.get(s))},Tr=async()=>(await Rt("edit"),await Rt("tnt/arrow"),await Rt("business-suite/3d"),Array.from(_t.keys())),Lr=e=>Ce[e]?Ce[e]:e,Mr=R("PopupUtilsData",{currentZIndex:100}),Me=()=>Mr.currentZIndex,A=()=>{var e,t,s;return(s=(t=(e=window.sap)==null?void 0:e.ui)==null?void 0:t.getCore)==null?void 0:s.call(t)};class oe{static isLoaded(){return!!A()}static init(){const t=A();return t?new Promise(s=>{t.attachInit(()=>{window.sap.ui.require(["sap/ui/core/LocaleData","sap/ui/core/Popup"],(n,r)=>{r.setInitialZIndex(Me()),s()})})}):Promise.resolve()}static getConfigurationSettingsObject(){const t=A();if(!t)return;const s=t.getConfiguration(),n=window.sap.ui.require("sap/ui/core/LocaleData");return{animationMode:s.getAnimationMode(),language:s.getLanguage(),theme:s.getTheme(),themeRoot:s.getThemeRoot(),rtl:s.getRTL(),calendarType:s.getCalendarType(),formatSettings:{firstDayOfWeek:n?n.getInstance(s.getLocale()).getFirstDayOfWeek():void 0}}}static getLocaleDataObject(){const t=A();if(!t)return;const s=t.getConfiguration();return window.sap.ui.require("sap/ui/core/LocaleData").getInstance(s.getLocale())._get()}static _listenForThemeChange(){const t=A(),s=t.getConfiguration();t.attachThemeChanged(async()=>{await $s(s.getTheme())})}static attachListeners(){!A()||oe._listenForThemeChange()}static cssVariablesLoaded(){if(!A())return;const s=[...document.head.children].find(n=>n.id==="sap-ui-theme-sap.ui.core");if(!!s)return!!s.href.match(/\/css(-|_)variables\.css/)}static getNextZIndex(){return A()?window.sap.ui.require("sap/ui/core/Popup").getNextZIndex():void 0}static setInitialZIndex(){if(!A())return;window.sap.ui.require("sap/ui/core/Popup").setInitialZIndex(Me())}}Xs("OpenUI5Support",oe);const Pr=()=>new Promise(e=>{document.body?e():document.addEventListener("DOMContentLoaded",()=>{e()})}),Ir={packageName:"@ui5/webcomponents-base",fileName:"FontFace.css",content:`@font-face{font-family:"72";font-style:normal;font-weight:400;src:local("72"),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:"72full";font-style:normal;font-weight:400;src:local('72-full'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:"72";font-style:normal;font-weight:700;src:local('72-Bold'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:"72full";font-style:normal;font-weight:700;src:local('72-Bold-full'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72-Bold';font-style:normal;src:local('72-Bold'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72-Boldfull';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72-Light';font-style:normal;src:local('72-Light'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:'72-Lightfull';font-style:normal;src:url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light-full.woff2?ui5-webcomponents) format("woff2")}@font-face{font-family:"72Black";font-style:bold;font-weight:900;src:local('72Black'),url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2?ui5-webcomponents) format("woff2")}`},xr={packageName:"@ui5/webcomponents-base",fileName:"OverrideFontFace.css",content:"@font-face{font-family:'72override';unicode-range:U+0102-0103,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EB7,U+1EB8-1EC7,U+1EC8-1ECB,U+1ECC-1EE3,U+1EE4-1EF1,U+1EF4-1EF7;src:local('Arial'),local('Helvetica'),local('sans-serif')}"},Or=()=>{const e=b("OpenUI5Support");(!e||!e.isLoaded())&&Rr(),Dr()},Rr=()=>{$t("data-ui5-font-face")||St(Ir,"data-ui5-font-face")},Dr=()=>{$t("data-ui5-font-face-override")||St(xr,"data-ui5-font-face-override")},Nr={packageName:"@ui5/webcomponents-base",fileName:"SystemCSSVars.css",content:":root{--_ui5_content_density:cozy}.sapUiSizeCompact,.ui5-content-density-compact,[data-ui5-compact-size]{--_ui5_content_density:compact}[dir=rtl]{--_ui5_dir:rtl}[dir=ltr]{--_ui5_dir:ltr}"},kr=()=>{$t("data-ui5-system-css-vars")||St(Nr,"data-ui5-system-css-vars")};let ot;const Ur=async()=>{if(ot!==void 0)return ot;const e=async t=>{$n();const s=b("OpenUI5Support"),n=s?s.isLoaded():!1,r=b("F6Navigation");s&&await s.init(),r&&!n&&r.init(),await Pr(),await Ss(bt()),s&&s.attachListeners(),Or(),kr(),t()};return ot=new Promise(e),ot},Dt=new Map,Nt=new Map,Pe=e=>{if(!Dt.has(e)){const t=Hr(e.split("-"));Dt.set(e,t)}return Dt.get(e)},Cs=e=>{if(!Nt.has(e)){const t=e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();Nt.set(e,t)}return Nt.get(e)},Hr=e=>e.map((t,s)=>s===0?t.toLowerCase():t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()).join(""),Br=e=>{if(!(e instanceof HTMLElement))return"default";const t=e.getAttribute("slot");if(t){const s=t.match(/^(.+?)-\d+$/);return s?s[1]:t}return"default"},Es=e=>e instanceof HTMLSlotElement?e.assignedNodes({flatten:!0}).filter(t=>t instanceof HTMLElement):[e],jr=e=>e.reduce((t,s)=>t.concat(Es(s)),[]);let Fr,Ie={include:[/^ui5-/],exclude:[]};const kt=new Map,Ts=()=>Fr,Gt=e=>{if(!kt.has(e)){const t=Ie.include.some(s=>e.match(s))&&!Ie.exclude.some(s=>e.match(s));kt.set(e,t)}return kt.get(e)},Ls=e=>{if(Gt(e))return Ts()};class Vr{constructor(t){this.metadata=t}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const t={},s=this.slotsAreManaged(),n=this.getProperties();for(const r in n){const o=n[r].type,i=n[r].defaultValue;o===Boolean?(t[r]=!1,i!==void 0&&console.warn("The 'defaultValue' metadata key is ignored for all booleans properties, they would be initialized with 'false' by default")):n[r].multiple?t[r]=[]:o===Object?t[r]="defaultValue"in n[r]?n[r].defaultValue:{}:o===String?t[r]="defaultValue"in n[r]?n[r].defaultValue:"":t[r]=i}if(s){const r=this.getSlots();for(const[o,i]of Object.entries(r)){const c=i.propertyName||o;t[c]=[]}}return this._initialState=t,t}static validatePropertyValue(t,s){return s.multiple&&t?t.map(r=>xe(r,s)):xe(t,s)}static validateSlotValue(t,s){return zr(t,s)}getPureTag(){return this.metadata.tag||""}getTag(){const t=this.metadata.tag;if(!t)return"";const s=Ls(t);return s?`${t}-${s}`:t}hasAttribute(t){const s=this.getProperties()[t];return s.type!==Object&&!s.noAttribute&&!s.multiple}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(Cs)}canSlotText(){const t=this.getSlots().default;return t&&t.type===Node}hasSlots(){return!!Object.entries(this.getSlots()).length}hasIndividualSlots(){return this.slotsAreManaged()&&Object.values(this.getSlots()).some(t=>t.individualSlots)}slotsAreManaged(){return!!this.metadata.managedSlots}supportsF6FastNavigation(){return!!this.metadata.fastNavigation}getProperties(){return this.metadata.properties||(this.metadata.properties={}),this.metadata.properties}getEvents(){return this.metadata.events||(this.metadata.events={}),this.metadata.events}getSlots(){return this.metadata.slots||(this.metadata.slots={}),this.metadata.slots}isLanguageAware(){return!!this.metadata.languageAware}isThemeAware(){return!!this.metadata.themeAware}shouldInvalidateOnChildChange(t,s,n){const r=this.getSlots()[t].invalidateOnChildChange;if(r===void 0)return!1;if(typeof r=="boolean")return r;if(typeof r=="object"){if(s==="property"){if(r.properties===void 0)return!1;if(typeof r.properties=="boolean")return r.properties;if(Array.isArray(r.properties))return r.properties.includes(n);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if(s==="slot"){if(r.slots===void 0)return!1;if(typeof r.slots=="boolean")return r.slots;if(Array.isArray(r.slots))return r.slots.includes(n);throw new Error("Wrong format for invalidateOnChildChange.slots: boolean or array is expected")}}throw new Error("Wrong format for invalidateOnChildChange: boolean or object is expected")}}const xe=(e,t)=>{const s=t.type;let n=t.validator;return s&&s.isDataTypeClass&&(n=s),n?n.isValid(e)?e:t.defaultValue:!s||s===String?typeof e=="string"||typeof e=="undefined"||e===null?e:e.toString():s===Boolean?typeof e=="boolean"?e:!1:s===Object?typeof e=="object"?e:t.defaultValue:e in s?e:t.defaultValue},zr=(e,t)=>(e&&Es(e).forEach(s=>{if(!(s instanceof t.type))throw new Error(`The element is not of type ${t.type.toString()}`)}),e);customElements.get("ui5-static-area")||customElements.define("ui5-static-area",class extends HTMLElement{});const Wr=(e,t)=>{const s=Zr(t),n=Ts();return e(t,s,n)},Zr=e=>{const t=e.constructor,s=t.getMetadata().getPureTag(),n=t.getUniqueDependencies().map(r=>r.getMetadata().getPureTag()).filter(Gt);return Gt(s)&&n.push(s),n},qr=R("CustomStyle.eventProvider",new O),Gr="CustomCSSChange",ie=e=>{qr.attachEvent(Gr,e)},Oe=R("CustomStyle.customCSSFor",{});ie(e=>{vt({tag:e})});const Kr=e=>Oe[e]?Oe[e].join(""):"",Jr=10,Ut=e=>Array.isArray(e)?e.filter(t=>!!t).flat(Jr).map(t=>typeof t=="string"?t:t.content).join(" "):typeof e=="string"?e:e.content,lt=new Map;ie(e=>{lt.delete(`${e}_normal`)});const Ms=(e,t=!1)=>{const s=e.getMetadata().getTag(),n=`${s}_${t?"static":"normal"}`,r=b("OpenUI5Enablement");if(!lt.has(n)){let o,i="";if(r&&(i=Ut(r.getBusyIndicatorStyles())),t)o=Ut(e.staticAreaStyles);else{const c=Kr(s)||"";o=`${Ut(e.styles)} ${c}`}o=`${o} ${i}`,lt.set(n,o)}return lt.get(n)},ut=new Map;ie(e=>{ut.delete(`${e}_normal`)});const Xr=(e,t=!1)=>{const n=`${e.getMetadata().getTag()}_${t?"static":"normal"}`;if(!ut.has(n)){const r=Ms(e,t),o=new CSSStyleSheet;o.replaceSync(r),ut.set(n,[o])}return ut.get(n)},Kt=(e,t=!1)=>{let s;const n=e.constructor,o=n[t?"staticAreaTemplate":"template"],i=t?e.staticAreaItem.shadowRoot:e.shadowRoot,c=Wr(o,e);if(!i){console.warn("There is no shadow root to update");return}document.adoptedStyleSheets?i.adoptedStyleSheets=Xr(n,t):s=Ms(n,t),n.render(c,i,s,t,{host:e})},Yr="--_ui5_content_density",Qr=e=>getComputedStyle(e).getPropertyValue(Yr);var to=e=>{const t=/\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(e);return t&&t[2]?t[2].split(/,/):null};const eo={iw:"he",ji:"yi",in:"id",sh:"sr"},so=to("$cldr-rtl-locales:ar,fa,he$")||[],no=e=>(e=e&&eo[e]||e,so.indexOf(e)>=0),Ps=()=>{const e=an();return e!==void 0?!!e:no(se()||Je())},ro="--_ui5_dir",Is=e=>{const t=window.document,s=["ltr","rtl"],n=getComputedStyle(e).getPropertyValue(ro);return s.includes(n)?n:s.includes(e.dir)?e.dir:s.includes(t.documentElement.dir)?t.documentElement.dir:s.includes(t.body.dir)?t.body.dir:Ps()?"rtl":void 0},it="ui5-static-area-item",oo="data-sap-ui-integration-popup-content";class G extends HTMLElement{constructor(){super(),this._rendered=!1,this.attachShadow({mode:"open"})}setOwnerElement(t){this.ownerElement=t,this.classList.add(this.ownerElement._id),this.ownerElement.hasAttribute("data-ui5-static-stable")&&this.setAttribute("data-ui5-stable",this.ownerElement.getAttribute("data-ui5-static-stable"))}update(){this._rendered&&(this._updateAdditionalAttrs(),this._updateContentDensity(),this._updateDirection(),Kt(this.ownerElement,!0))}_updateContentDensity(){Qr(this.ownerElement)==="compact"?(this.classList.add("sapUiSizeCompact"),this.classList.add("ui5-content-density-compact")):(this.classList.remove("sapUiSizeCompact"),this.classList.remove("ui5-content-density-compact"))}_updateDirection(){if(this.ownerElement){const t=Is(this.ownerElement);t?this.setAttribute("dir",t):this.removeAttribute("dir")}}_updateAdditionalAttrs(){this.setAttribute(it,""),this.setAttribute(oo,"")}async getDomRef(){return this._updateContentDensity(),this._rendered||(this._rendered=!0,Kt(this.ownerElement,!0)),await ee(),this.shadowRoot}static getTag(){const t=Ls(it);return t?`${it}-${t}`:it}static createInstance(){return customElements.get(G.getTag())||customElements.define(G.getTag(),G),document.createElement(this.getTag())}}const Jt=new WeakMap,io=(e,t,s)=>{const n=new MutationObserver(t);Jt.set(e,n),n.observe(e,s)},ao=e=>{const t=Jt.get(e);t&&(t.disconnect(),Jt.delete(e))},co=["value-changed"];let dt;const lo=e=>co.includes(e),uo=e=>{const t=ae();return!(typeof t!="boolean"&&t.events&&t.events.includes&&t.events.includes(e))},ae=()=>(dt===void 0&&(dt=un()),dt),ho=e=>{dt=e},fo=e=>{const t=ae();return lo(e)?!1:t===!0?!0:!uo(e)},po=["disabled","title","hidden","role","draggable"],Re=e=>po.includes(e)||e.startsWith("aria")?!0:![HTMLElement,Element,Node].some(s=>s.prototype.hasOwnProperty(e)),De=(e,t)=>{if(e.length!==t.length)return!1;for(let s=0;s<e.length;s++)if(e[s]!==t[s])return!1;return!0};let go=0;const Ne=new Map,Ht=new Map;function V(e){this._suppressInvalidation||(this.onInvalidation(e),this._changedState.push(e),us(this),this._eventProvider.fireEvent("invalidate",{...e,target:this}))}let ke={};class E extends HTMLElement{constructor(){super();const t=this.constructor;this._changedState=[],this._suppressInvalidation=!0,this._inDOM=!1,this._fullyConnected=!1,this._childChangeListeners=new Map,this._slotChangeListeners=new Map,this._eventProvider=new O;let s;this._domRefReadyPromise=new Promise(n=>{s=n}),this._domRefReadyPromise._deferredResolve=s,this._doNotSyncAttributes=new Set,this._state={...t.getMetadata().getInitialState()},this._upgradeAllProperties(),t._needsShadowDOM()&&this.attachShadow({mode:"open"})}get _id(){return this.__id||(this.__id=`ui5wc_${++go}`),this.__id}async connectedCallback(){const t=this.constructor;this.setAttribute(t.getMetadata().getPureTag(),""),t.getMetadata().supportsF6FastNavigation()&&this.setAttribute("data-sap-ui-fastnavgroup","true");const s=t.getMetadata().slotsAreManaged();this._inDOM=!0,s&&(this._startObservingDOMChildren(),await this._processChildren()),this._inDOM&&(ds(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=!0,this.onEnterDOM())}disconnectedCallback(){const s=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,s&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this.staticAreaItem&&this.staticAreaItem.parentElement&&this.staticAreaItem.parentElement.removeChild(this.staticAreaItem),Rn(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const t=this.constructor;if(!t.getMetadata().hasSlots())return;const n=t.getMetadata().canSlotText(),r={childList:!0,subtree:n,characterData:n};io(this,this._processChildren.bind(this),r)}_stopObservingDOMChildren(){ao(this)}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots()}async _updateSlots(){const t=this.constructor,s=t.getMetadata().getSlots(),n=t.getMetadata().canSlotText(),r=Array.from(n?this.childNodes:this.children),o=new Map,i=new Map;for(const[u,d]of Object.entries(s)){const h=d.propertyName||u;i.set(h,u),o.set(h,[...this._state[h]]),this._clearSlot(u,d)}const c=new Map,a=new Map,l=r.map(async(u,d)=>{const h=Br(u),p=s[h];if(p===void 0){if(h!=="default"){const g=Object.keys(s).join(", ");console.warn(`Unknown slotName: ${h}, ignoring`,u,`Valid values are: ${g}`)}return}if(p.individualSlots){const g=(c.get(h)||0)+1;c.set(h,g),u._individualSlot=`${h}-${g}`}if(u instanceof HTMLElement){const g=u.localName;if(g.includes("-")){if(!window.customElements.get(g)){const Ws=window.customElements.whenDefined(g);let nt=Ne.get(g);nt||(nt=new Promise(Zs=>setTimeout(Zs,1e3)),Ne.set(g,nt)),await Promise.race([Ws,nt])}window.customElements.upgrade(u)}}if(u=t.getMetadata().constructor.validateSlotValue(u,p),Ue(u)&&p.invalidateOnChildChange){const g=this._getChildChangeListener(h);g&&u.attachInvalidate.call(u,g)}u instanceof HTMLSlotElement&&this._attachSlotChange(u,h);const m=p.propertyName||h;a.has(m)?a.get(m).push({child:u,idx:d}):a.set(m,[{child:u,idx:d}])});await Promise.all(l),a.forEach((u,d)=>{this._state[d]=u.sort((h,p)=>h.idx-p.idx).map(h=>h.child)});let f=!1;for(const[u,d]of Object.entries(s)){const h=d.propertyName||u;De(o.get(h),this._state[h])||(V.call(this,{type:"slot",name:i.get(h),reason:"children"}),f=!0)}f||V.call(this,{type:"slot",name:"default",reason:"textcontent"})}_clearSlot(t,s){const n=s.propertyName||t;this._state[n].forEach(o=>{if(Ue(o)){const i=this._getChildChangeListener(t);i&&o.detachInvalidate.call(o,i)}o instanceof HTMLSlotElement&&this._detachSlotChange(o,t)}),this._state[n]=[]}attachInvalidate(t){this._eventProvider.attachEvent("invalidate",t)}detachInvalidate(t){this._eventProvider.detachEvent("invalidate",t)}_onChildChange(t,s){!this.constructor.getMetadata().shouldInvalidateOnChildChange(t,s.type,s.name)||V.call(this,{type:"slot",name:t,reason:"childchange",child:s.target})}attributeChangedCallback(t,s,n){let r;if(this._doNotSyncAttributes.has(t))return;const o=this.constructor.getMetadata().getProperties(),i=t.replace(/^ui5-/,""),c=Pe(i);if(o.hasOwnProperty(c)){const a=o[c],l=a.type;let f=a.validator;l&&l.isDataTypeClass&&(f=l),f?r=f.attributeToProperty(n):l===Boolean?r=n!==null:r=n,this[c]=r}}_updateAttribute(t,s){const n=this.constructor;if(!n.getMetadata().hasAttribute(t))return;const o=n.getMetadata().getProperties()[t],i=o.type;let c=o.validator;const a=Cs(t),l=this.getAttribute(a);if(i&&i.isDataTypeClass&&(c=i),c){const f=c.propertyToAttribute(s);f===null?(this._doNotSyncAttributes.add(a),this.removeAttribute(a),this._doNotSyncAttributes.delete(a)):this.setAttribute(a,f)}else i===Boolean?s===!0&&l===null?this.setAttribute(a,""):s===!1&&l!==null&&this.removeAttribute(a):typeof s!="object"&&l!==s&&this.setAttribute(a,s)}_upgradeProperty(t){if(this.hasOwnProperty(t)){const s=this[t];delete this[t],this[t]=s}}_upgradeAllProperties(){this.constructor.getMetadata().getPropertiesList().forEach(this._upgradeProperty.bind(this))}_getChildChangeListener(t){return this._childChangeListeners.has(t)||this._childChangeListeners.set(t,this._onChildChange.bind(this,t)),this._childChangeListeners.get(t)}_getSlotChangeListener(t){return this._slotChangeListeners.has(t)||this._slotChangeListeners.set(t,this._onSlotChange.bind(this,t)),this._slotChangeListeners.get(t)}_attachSlotChange(t,s){const n=this._getSlotChangeListener(s);n&&t.addEventListener("slotchange",n)}_detachSlotChange(t,s){t.removeEventListener("slotchange",this._getSlotChangeListener(s))}_onSlotChange(t){V.call(this,{type:"slot",name:t,reason:"slotchange"})}onInvalidation(t){}_render(){const t=this.constructor,s=t.getMetadata().hasIndividualSlots();this._suppressInvalidation=!0,this.onBeforeRendering(),this._onComponentStateFinalized&&this._onComponentStateFinalized(),this._suppressInvalidation=!1,this._changedState=[],t._needsShadowDOM()&&Kt(this),this.staticAreaItem&&this.staticAreaItem.update(),s&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(s=>{s._individualSlot&&s.setAttribute("slot",s._individualSlot)})}_waitForDomRef(){return this._domRefReadyPromise}getDomRef(){if(typeof this._getRealDomRef=="function")return this._getRealDomRef();if(!this.shadowRoot||this.shadowRoot.children.length===0)return;const t=[...this.shadowRoot.children].filter(s=>!["link","style"].includes(s.localName));return t.length!==1&&console.warn(`The shadow DOM for ${this.constructor.getMetadata().getTag()} does not have a top level element, the getDomRef() method might not work as expected`),t[0]}getFocusDomRef(){const t=this.getDomRef();if(t)return t.querySelector("[data-sap-focus-ref]")||t}async getFocusDomRefAsync(){return await this._waitForDomRef(),this.getFocusDomRef()}async focus(t){await this._waitForDomRef();const s=this.getFocusDomRef();s&&typeof s.focus=="function"&&s.focus(t)}fireEvent(t,s,n=!1,r=!0){const o=this._fireEvent(t,s,n,r),i=Pe(t);return i!==t?o&&this._fireEvent(i,s,n):o}_fireEvent(t,s,n=!1,r=!0){const o=new CustomEvent(`ui5-${t}`,{detail:s,composed:!1,bubbles:r,cancelable:n}),i=this.dispatchEvent(o);if(fo(t))return i;const c=new CustomEvent(t,{detail:s,composed:!1,bubbles:r,cancelable:n});return this.dispatchEvent(c)&&i}getSlottedNodes(t){return jr(this[t])}get effectiveDir(){return In(this.constructor),Is(this)}get isUI5Element(){return!0}get classes(){return{}}static get observedAttributes(){return this.getMetadata().getAttributesList()}static _needsShadowDOM(){return!!this.template}static _needsStaticArea(){return!!this.staticAreaTemplate}getStaticAreaItemDomRef(){if(!this.constructor._needsStaticArea())throw new Error("This component does not use the static area");return this.staticAreaItem||(this.staticAreaItem=G.createInstance(),this.staticAreaItem.setOwnerElement(this)),this.staticAreaItem.parentElement||os("ui5-static-area").appendChild(this.staticAreaItem),this.staticAreaItem.getDomRef()}static _generateAccessors(){const t=this.prototype,s=this.getMetadata().slotsAreManaged(),n=this.getMetadata().getProperties();for(const[r,o]of Object.entries(n)){if(Re(r)||console.warn(`"${r}" is not a valid property name. Use a name that does not collide with DOM APIs`),o.type===Boolean&&o.defaultValue)throw new Error(`Cannot set a default value for property "${r}". All booleans are false by default.`);if(o.type===Array)throw new Error(`Wrong type for property "${r}". Properties cannot be of type Array - use "multiple: true" and set "type" to the single value type, such as "String", "Object", etc...`);if(o.type===Object&&o.defaultValue)throw new Error(`Cannot set a default value for property "${r}". All properties of type "Object" are empty objects by default.`);if(o.multiple&&o.defaultValue)throw new Error(`Cannot set a default value for property "${r}". All multiple properties are empty arrays by default.`);Object.defineProperty(t,r,{get(){if(this._state[r]!==void 0)return this._state[r];const i=o.defaultValue;return o.type===Boolean?!1:o.type===String?i:o.multiple?[]:i},set(i){let c;i=this.constructor.getMetadata().constructor.validatePropertyValue(i,o);const f=o.type;let u=o.validator;const d=this._state[r];f&&f.isDataTypeClass&&(u=f),u?c=!u.valuesAreEqual(d,i):Array.isArray(d)&&Array.isArray(i)&&o.multiple&&o.compareValues?c=!De(d,i):c=d!==i,c&&(this._state[r]=i,V.call(this,{type:"property",name:r,newValue:i,oldValue:d}),this._updateAttribute(r,i))}})}if(s){const r=this.getMetadata().getSlots();for(const[o,i]of Object.entries(r)){Re(o)||console.warn(`"${o}" is not a valid property name. Use a name that does not collide with DOM APIs`);const c=i.propertyName||o;Object.defineProperty(t,c,{get(){return this._state[c]!==void 0?this._state[c]:[]},set(){throw new Error("Cannot set slot content directly, use the DOM APIs (appendChild, removeChild, etc...)")}})}}}static get metadata(){return ke}static set metadata(t){ke=t}static get styles(){return""}static get staticAreaStyles(){return""}static get dependencies(){return[]}static getUniqueDependencies(){if(!Ht.has(this)){const t=this.dependencies.filter((s,n,r)=>r.indexOf(s)===n);Ht.set(this,t)}return Ht.get(this)||[]}static whenDependenciesDefined(){return Promise.all(this.getUniqueDependencies().map(t=>t.define()))}static async onDefine(){return Promise.resolve()}static async define(){await Ur(),await Promise.all([this.whenDependenciesDefined(),this.onDefine()]);const t=this.getMetadata().getTag(),s=Tn(t),n=customElements.get(t);return n&&!s?Mn(t):n||(this._generateAccessors(),En(t),window.customElements.define(t,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const s=[Object.keys(this.metadata).length?this.metadata:this.decoratorMetadata];let n=this;for(;n!==E;){n=Object.getPrototypeOf(n);const o=Object.keys(n.metadata).length?n.metadata:n.decoratorMetadata;s.unshift(o)}const r=Yt({},...s);return this._metadata=new Vr(r),this._metadata}}E.decoratorMetadata={};const Ue=e=>"isUI5Element"in e;/**
10
- * @license
11
- * Copyright 2017 Google LLC
12
- * SPDX-License-Identifier: BSD-3-Clause
13
- */var Bt;const B=globalThis.trustedTypes,He=B?B.createPolicy("lit-html",{createHTML:e=>e}):void 0,S=`lit$${(Math.random()+"").slice(9)}$`,ce="?"+S,mo=`<${ce}>`,j=document,X=(e="")=>j.createComment(e),Y=e=>e===null||typeof e!="object"&&typeof e!="function",xs=Array.isArray,Os=e=>{var t;return xs(e)||typeof((t=e)===null||t===void 0?void 0:t[Symbol.iterator])=="function"},z=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Be=/-->/g,je=/>/g,L=/>|[ \n \r](?:([^\s"'>=/]+)([ \n \r]*=[ \n \r]*(?:[^ \n \r"'`<>=]|("|')|))|$)/g,Fe=/'/g,Ve=/"/g,Rs=/^(?:script|style|textarea|title)$/i,yo=e=>(t,...s)=>({_$litType$:e,strings:t,values:s}),_o=yo(1),I=Symbol.for("lit-noChange"),y=Symbol.for("lit-nothing"),ze=new WeakMap,wo=(e,t,s)=>{var n,r;const o=(n=s==null?void 0:s.renderBefore)!==null&&n!==void 0?n:t;let i=o._$litPart$;if(i===void 0){const c=(r=s==null?void 0:s.renderBefore)!==null&&r!==void 0?r:null;o._$litPart$=i=new F(t.insertBefore(X(),c),c,void 0,s!=null?s:{})}return i._$AI(e),i},U=j.createTreeWalker(j,129,null,!1),Ds=(e,t)=>{const s=e.length-1,n=[];let r,o=t===2?"<svg>":"",i=z;for(let a=0;a<s;a++){const l=e[a];let f,u,d=-1,h=0;for(;h<l.length&&(i.lastIndex=h,u=i.exec(l),u!==null);)h=i.lastIndex,i===z?u[1]==="!--"?i=Be:u[1]!==void 0?i=je:u[2]!==void 0?(Rs.test(u[2])&&(r=RegExp("</"+u[2],"g")),i=L):u[3]!==void 0&&(i=L):i===L?u[0]===">"?(i=r!=null?r:z,d=-1):u[1]===void 0?d=-2:(d=i.lastIndex-u[2].length,f=u[1],i=u[3]===void 0?L:u[3]==='"'?Ve:Fe):i===Ve||i===Fe?i=L:i===Be||i===je?i=z:(i=L,r=void 0);const p=i===L&&e[a+1].startsWith("/>")?" ":"";o+=i===z?l+mo:d>=0?(n.push(f),l.slice(0,d)+"$lit$"+l.slice(d)+S+p):l+S+(d===-2?(n.push(void 0),a):p)}const c=o+(e[s]||"<?>")+(t===2?"</svg>":"");if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return[He!==void 0?He.createHTML(c):c,n]};class Q{constructor({strings:t,_$litType$:s},n){let r;this.parts=[];let o=0,i=0;const c=t.length-1,a=this.parts,[l,f]=Ds(t,s);if(this.el=Q.createElement(l,n),U.currentNode=this.el.content,s===2){const u=this.el.content,d=u.firstChild;d.remove(),u.append(...d.childNodes)}for(;(r=U.nextNode())!==null&&a.length<c;){if(r.nodeType===1){if(r.hasAttributes()){const u=[];for(const d of r.getAttributeNames())if(d.endsWith("$lit$")||d.startsWith(S)){const h=f[i++];if(u.push(d),h!==void 0){const p=r.getAttribute(h.toLowerCase()+"$lit$").split(S),m=/([.?@])?(.*)/.exec(h);a.push({type:1,index:o,name:m[2],strings:p,ctor:m[1]==="."?ks:m[1]==="?"?Us:m[1]==="@"?Hs:tt})}else a.push({type:6,index:o})}for(const d of u)r.removeAttribute(d)}if(Rs.test(r.tagName)){const u=r.textContent.split(S),d=u.length-1;if(d>0){r.textContent=B?B.emptyScript:"";for(let h=0;h<d;h++)r.append(u[h],X()),U.nextNode(),a.push({type:2,index:++o});r.append(u[d],X())}}}else if(r.nodeType===8)if(r.data===ce)a.push({type:2,index:o});else{let u=-1;for(;(u=r.data.indexOf(S,u+1))!==-1;)a.push({type:7,index:o}),u+=S.length-1}o++}}static createElement(t,s){const n=j.createElement("template");return n.innerHTML=t,n}}function x(e,t,s=e,n){var r,o,i,c;if(t===I)return t;let a=n!==void 0?(r=s._$Cl)===null||r===void 0?void 0:r[n]:s._$Cu;const l=Y(t)?void 0:t._$litDirective$;return(a==null?void 0:a.constructor)!==l&&((o=a==null?void 0:a._$AO)===null||o===void 0||o.call(a,!1),l===void 0?a=void 0:(a=new l(e),a._$AT(e,s,n)),n!==void 0?((i=(c=s)._$Cl)!==null&&i!==void 0?i:c._$Cl=[])[n]=a:s._$Cu=a),a!==void 0&&(t=x(e,a._$AS(e,t.values),a,n)),t}class Ns{constructor(t,s){this.v=[],this._$AN=void 0,this._$AD=t,this._$AM=s}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}p(t){var s;const{el:{content:n},parts:r}=this._$AD,o=((s=t==null?void 0:t.creationScope)!==null&&s!==void 0?s:j).importNode(n,!0);U.currentNode=o;let i=U.nextNode(),c=0,a=0,l=r[0];for(;l!==void 0;){if(c===l.index){let f;l.type===2?f=new F(i,i.nextSibling,this,t):l.type===1?f=new l.ctor(i,l.name,l.strings,this,t):l.type===6&&(f=new Bs(i,this,t)),this.v.push(f),l=r[++a]}c!==(l==null?void 0:l.index)&&(i=U.nextNode(),c++)}return o}m(t){let s=0;for(const n of this.v)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,s),s+=n.strings.length-2):n._$AI(t[s])),s++}}class F{constructor(t,s,n,r){var o;this.type=2,this._$AH=y,this._$AN=void 0,this._$AA=t,this._$AB=s,this._$AM=n,this.options=r,this._$Cg=(o=r==null?void 0:r.isConnected)===null||o===void 0||o}get _$AU(){var t,s;return(s=(t=this._$AM)===null||t===void 0?void 0:t._$AU)!==null&&s!==void 0?s:this._$Cg}get parentNode(){let t=this._$AA.parentNode;const s=this._$AM;return s!==void 0&&t.nodeType===11&&(t=s.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,s=this){t=x(this,t,s),Y(t)?t===y||t==null||t===""?(this._$AH!==y&&this._$AR(),this._$AH=y):t!==this._$AH&&t!==I&&this.$(t):t._$litType$!==void 0?this.T(t):t.nodeType!==void 0?this.k(t):Os(t)?this.S(t):this.$(t)}M(t,s=this._$AB){return this._$AA.parentNode.insertBefore(t,s)}k(t){this._$AH!==t&&(this._$AR(),this._$AH=this.M(t))}$(t){this._$AH!==y&&Y(this._$AH)?this._$AA.nextSibling.data=t:this.k(j.createTextNode(t)),this._$AH=t}T(t){var s;const{values:n,_$litType$:r}=t,o=typeof r=="number"?this._$AC(t):(r.el===void 0&&(r.el=Q.createElement(r.h,this.options)),r);if(((s=this._$AH)===null||s===void 0?void 0:s._$AD)===o)this._$AH.m(n);else{const i=new Ns(o,this),c=i.p(this.options);i.m(n),this.k(c),this._$AH=i}}_$AC(t){let s=ze.get(t.strings);return s===void 0&&ze.set(t.strings,s=new Q(t)),s}S(t){xs(this._$AH)||(this._$AH=[],this._$AR());const s=this._$AH;let n,r=0;for(const o of t)r===s.length?s.push(n=new F(this.M(X()),this.M(X()),this,this.options)):n=s[r],n._$AI(o),r++;r<s.length&&(this._$AR(n&&n._$AB.nextSibling,r),s.length=r)}_$AR(t=this._$AA.nextSibling,s){var n;for((n=this._$AP)===null||n===void 0||n.call(this,!1,!0,s);t&&t!==this._$AB;){const r=t.nextSibling;t.remove(),t=r}}setConnected(t){var s;this._$AM===void 0&&(this._$Cg=t,(s=this._$AP)===null||s===void 0||s.call(this,t))}}class tt{constructor(t,s,n,r,o){this.type=1,this._$AH=y,this._$AN=void 0,this.element=t,this.name=s,this._$AM=r,this.options=o,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=y}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,s=this,n,r){const o=this.strings;let i=!1;if(o===void 0)t=x(this,t,s,0),i=!Y(t)||t!==this._$AH&&t!==I,i&&(this._$AH=t);else{const c=t;let a,l;for(t=o[0],a=0;a<o.length-1;a++)l=x(this,c[n+a],s,a),l===I&&(l=this._$AH[a]),i||(i=!Y(l)||l!==this._$AH[a]),l===y?t=y:t!==y&&(t+=(l!=null?l:"")+o[a+1]),this._$AH[a]=l}i&&!r&&this.C(t)}C(t){t===y?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t!=null?t:"")}}class ks extends tt{constructor(){super(...arguments),this.type=3}C(t){this.element[this.name]=t===y?void 0:t}}const vo=B?B.emptyScript:"";class Us extends tt{constructor(){super(...arguments),this.type=4}C(t){t&&t!==y?this.element.setAttribute(this.name,vo):this.element.removeAttribute(this.name)}}class Hs extends tt{constructor(t,s,n,r,o){super(t,s,n,r,o),this.type=5}_$AI(t,s=this){var n;if((t=(n=x(this,t,s,0))!==null&&n!==void 0?n:y)===I)return;const r=this._$AH,o=t===y&&r!==y||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,i=t!==y&&(r===y||o);o&&this.element.removeEventListener(this.name,this,r),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var s,n;typeof this._$AH=="function"?this._$AH.call((n=(s=this.options)===null||s===void 0?void 0:s.host)!==null&&n!==void 0?n:this.element,t):this._$AH.handleEvent(t)}}class Bs{constructor(t,s,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=s,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){x(this,t)}}const Ao={L:"$lit$",P:S,V:ce,I:1,N:Ds,R:Ns,j:Os,D:x,H:F,F:tt,O:Us,W:Hs,B:ks,Z:Bs},We=window.litHtmlPolyfillSupport;We==null||We(Q,F),((Bt=globalThis.litHtmlVersions)!==null&&Bt!==void 0?Bt:globalThis.litHtmlVersions=[]).push("2.2.2");/**
14
- * @license
15
- * Copyright 2017 Google LLC
16
- * SPDX-License-Identifier: BSD-3-Clause
17
- */const js={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},So=e=>(...t)=>({_$litDirective$:e,values:t});class Fs{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,s,n){this._$Ct=t,this._$AM=s,this._$Ci=n}_$AS(t,s){return this.update(t,s)}update(t,s){return this.render(...s)}}/**
18
- * @license
19
- * Copyright 2020 Google LLC
20
- * SPDX-License-Identifier: BSD-3-Clause
21
- */const{H:$o}=Ao,Ze=()=>document.createComment(""),W=(e,t,s)=>{var n;const r=e._$AA.parentNode,o=t===void 0?e._$AB:t._$AA;if(s===void 0){const i=r.insertBefore(Ze(),o),c=r.insertBefore(Ze(),o);s=new $o(i,c,e,e.options)}else{const i=s._$AB.nextSibling,c=s._$AM,a=c!==e;if(a){let l;(n=s._$AQ)===null||n===void 0||n.call(s,e),s._$AM=e,s._$AP!==void 0&&(l=e._$AU)!==c._$AU&&s._$AP(l)}if(i!==o||a){let l=s._$AA;for(;l!==i;){const f=l.nextSibling;r.insertBefore(l,o),l=f}}}return s},M=(e,t,s=e)=>(e._$AI(t,s),e),bo={},Co=(e,t=bo)=>e._$AH=t,Eo=e=>e._$AH,jt=e=>{var t;(t=e._$AP)===null||t===void 0||t.call(e,!1,!0);let s=e._$AA;const n=e._$AB.nextSibling;for(;s!==n;){const r=s.nextSibling;s.remove(),s=r}};/**
22
- * @license
23
- * Copyright 2017 Google LLC
24
- * SPDX-License-Identifier: BSD-3-Clause
25
- */const qe=(e,t,s)=>{const n=new Map;for(let r=t;r<=s;r++)n.set(e[r],r);return n},Vs=So(class extends Fs{constructor(e){if(super(e),e.type!==js.CHILD)throw Error("repeat() can only be used in text expressions")}dt(e,t,s){let n;s===void 0?s=t:t!==void 0&&(n=t);const r=[],o=[];let i=0;for(const c of e)r[i]=n?n(c,i):i,o[i]=s(c,i),i++;return{values:o,keys:r}}render(e,t,s){return this.dt(e,t,s).values}update(e,[t,s,n]){var r;const o=Eo(e),{values:i,keys:c}=this.dt(t,s,n);if(!Array.isArray(o))return this.ut=c,i;const a=(r=this.ut)!==null&&r!==void 0?r:this.ut=[],l=[];let f,u,d=0,h=o.length-1,p=0,m=i.length-1;for(;d<=h&&p<=m;)if(o[d]===null)d++;else if(o[h]===null)h--;else if(a[d]===c[p])l[p]=M(o[d],i[p]),d++,p++;else if(a[h]===c[m])l[m]=M(o[h],i[m]),h--,m--;else if(a[d]===c[m])l[m]=M(o[d],i[m]),W(e,l[m+1],o[d]),d++,m--;else if(a[h]===c[p])l[p]=M(o[h],i[p]),W(e,o[d],o[h]),h--,p++;else if(f===void 0&&(f=qe(c,p,m),u=qe(a,d,h)),f.has(a[d]))if(f.has(a[h])){const g=u.get(c[p]),st=g!==void 0?o[g]:null;if(st===null){const Ct=W(e,o[d]);M(Ct,i[p]),l[p]=Ct}else l[p]=M(st,i[p]),W(e,o[d],st),o[g]=null;p++}else jt(o[h]),h--;else jt(o[d]),d++;for(;p<=m;){const g=W(e,l[m+1]);M(g,i[p]),l[p++]=g}for(;d<=h;){const g=o[d++];g!==null&&jt(g)}return this.ut=c,Co(e,l),I}});/**
26
- * @license
27
- * Copyright 2018 Google LLC
28
- * SPDX-License-Identifier: BSD-3-Clause
29
- */const v=e=>e!=null?e:y;/**
30
- * @license
31
- * Copyright 2017 Google LLC
32
- * SPDX-License-Identifier: BSD-3-Clause
33
- */class Ge extends Fs{constructor(t){if(super(t),this.it=y,t.type!==js.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===y||t==null)return this.ft=void 0,this.it=t;if(t===I)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.it)return this.ft;this.it=t;const s=[t];return s.raw=s,this.ft={_$litType$:this.constructor.resultType,strings:s,values:[]}}}Ge.directiveName="unsafeHTML",Ge.resultType=1;const w=(e,...t)=>{const s=b("LitStatic");return(s?s.html:_o)(e,...t)},et=(e,t,s,n,r)=>{const o=b("OpenUI5Enablement");o&&!n&&(e=o.wrapTemplateResultInBusyMarkup(w,r.host,e)),typeof s=="string"?e=w`<style>${s}</style>${e}`:Array.isArray(s)&&s.length&&(e=w`${s.map(i=>w`<link type="text/css" rel="stylesheet" href="${i}">`)}${e}`),wo(e,t,r)},To={tag:"ui5-test-generic",properties:{strProp:{type:String},boolProp:{type:Boolean},objectProp:{type:Object},noAttributeProp:{type:String,noAttribute:!0},multiProp:{type:String,multiple:!0},defaultValueProp:{type:String,defaultValue:"Hello"}},managedSlots:!0,slots:{default:{type:Node},other:{type:HTMLElement},individual:{type:HTMLElement,individualSlots:!0},named:{type:HTMLElement,propertyName:"items"}}};class zs extends E{static get metadata(){return To}static get render(){return et}static get template(){return t=>w`<div><p>
34
- <slot></slot>
35
- <slot name="other"></slot>
36
- <slot name="individual-1"></slot>
37
- <slot name="individual-2"></slot>
38
- </p></div>`}static get styles(){return`:host {
39
- display: inline-block;
40
- border: 1px solid black;
41
- color: var(--var1);
42
- }`}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}}zs.define();const Lo={tag:"ui5-test-no-shadow"};class Mo extends E{static get metadata(){return Lo}}Mo.define();const Po={tag:"ui5-test-parent",managedSlots:!0,slots:{default:{type:Node,invalidateOnChildChange:{properties:["prop1"]}},items:{type:HTMLElement,invalidateOnChildChange:{properties:!0}}}};class Io extends E{static get metadata(){return Po}static get render(){return et}static get template(){return t=>w`<div>
43
- <slot></slot>
44
- </div>`}}Io.define();const xo={tag:"ui5-test-child",properties:{prop1:{type:String},prop2:{type:String},prop3:{type:String}}};class Oo extends E{static get metadata(){return xo}static get render(){return et}static get template(){return t=>w`<div></div>`}}Oo.define();const Ro={tag:"ui5-with-static-area",properties:{staticContent:{type:Boolean}},slots:{}};class Do extends E{static get metadata(){return Ro}static get render(){return et}static get template(){return t=>w`
45
- <div dir=${t.effectiveDir}>
46
- WithStaticArea works!
47
- </div>`}static get staticAreaTemplate(){return t=>w`
48
- <div class="ui5-with-static-area-content">
49
- Static area content.
50
- </div>`}static get styles(){return`
51
- :host {
52
- display: inline-block;
53
- border: 1px solid black;
54
- color: red;
55
- }`}async addStaticArea(){if(!this.staticContent)return;const t=await this.getStaticAreaItemDomRef();return this.responsivePopover=t.querySelector(".ui5-with-static-area-content"),this.responsivePopover}onBeforeRendering(){this.addStaticArea()}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}}Do.define();const No=(e,t,s)=>w`<div>Root text: ${v(e.text)}${Vs(e.items,(n,r)=>n._id||r,(n,r)=>ko(n,r,e))} Root text: ${v(e.text)}</div>`,ko=(e,t,s,n,r)=>w`<h3>Item-${t}</h3>${e.text?Uo(e,t,s):void 0}<ul>${Vs(e.words,(o,i)=>o._id||i,(o,i)=>Ho(o,i,s))}</ul>${e.text?Bo(e,t,s):void 0}`,Uo=(e,t,s,n,r)=>w`<div class="before-each-content--start--${t}">Root text: ${v(s.text)}, Item text: ${v(e.text)}</div>`,Ho=(e,t,s,n,r)=>w`<li><h3>Word-${t}</h3><div class="nested-each-content--${t}--0">Root Text: ${v(s.text)}, Word text: ${v(e.text)}</div><div class="nested-each-content--${t}--1">Root Text: ${v(s.text)}, Word text: ${v(e.text)}</div></li>`,Bo=(e,t,s,n,r)=>w`<div class="after-each-content--end--${t}">Root text: ${v(s.text)}, Item text: ${v(e.text)}</div>`;class jo extends E{static get metadata(){return{tag:"ui5-test-complex-template"}}static get render(){return et}static get template(){return No}get text(){return"root"}get items(){return[{text:"positives",words:[{text:"word1_good"},{text:"word2_nice"},{text:"word3_kind"}]},{text:"negatives",words:[{text:"word4_bad"},{text:"word5_rude"},{text:"word6_unpolite"}]}]}}jo.define();const Fo={tag:"ui5-test-generic-ext",properties:{extProp:{type:String},strProp:{defaultValue:"Ext"}},slots:{extSlot:{type:HTMLElement}}};class Vo extends zs{static get metadata(){return Fo}}Vo.define();const zo={content:":root{ --var1: red; }",packageName:"",fileName:""},Wo={content:":root{ --var1: green; }",packageName:"",fileName:""},Zo={content:":root{ --var1: blue; }",packageName:"",fileName:""},qo={content:":root{ --var1: orange; }",packageName:"",fileName:""},Go={content:":root{ --var1: orange; }",packageName:"",fileName:""},Ko={content:":root{ --var1: yellow; }",packageName:"",fileName:""},Jo={content:":root{ --var1: yellow; }",packageName:"",fileName:""};T("@ui5/webcomponents-base-test","sap_fiori_3",()=>zo);T("@ui5/webcomponents-base-test","sap_fiori_3_dark",()=>Wo);T("@ui5/webcomponents-base-test","sap_belize",()=>Zo);T("@ui5/webcomponents-base-test","sap_belize_hcb",()=>qo);T("@ui5/webcomponents-base-test","sap_belize_hcw",()=>Go);T("@ui5/webcomponents-base-test","sap_fiori_3_hcb",()=>Ko);T("@ui5/webcomponents-base-test","sap_fiori_3_hcw",()=>Jo);const Xo=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,Yo=(e,t)=>(t=t||[],e.replace(Xo,(s,n,r,o,i)=>{if(n)return"'";if(r)return r.replace(/''/g,"'");if(o){const c=typeof o=="string"?parseInt(o):o;return String(t[c])}throw new Error(`[i18n]: pattern syntax error at pos ${i}`)})),Ft=new Map;class Qo{constructor(t){this.packageName=t}getText(t,...s){if(typeof t=="string"&&(t={key:t,defaultText:t}),!t||!t.key)return"";const n=Gn(this.packageName);n&&!n[t.key]&&console.warn(`Key ${t.key} not found in the i18n bundle, the default text will be used`);const r=n&&n[t.key]?n[t.key]:t.defaultText||t.key;return Yo(r,s)}}const ti=e=>{if(Ft.has(e))return Ft.get(e);const t=new Qo(e);return Ft.set(e,t),t},ei=async e=>(await ps(e),ti(e)),si=typeof window.chrome=="object"||typeof window.v8=="object"?(e,t)=>(t>2&&40*t>e.length,e):e=>e,ni=/(?:\r\n|\r|\n|^)[ \t\f]*/,ri=/(\\u[0-9a-fA-F]{0,4})|(\\.)|(\\$)|([ \t\f]*[ \t\f:=][ \t\f]*)/g,oi=/(\\u[0-9a-fA-F]{0,4})|(\\.)|(\\$)/g,ii={"\\f":"\f","\\n":`
56
- `,"\\r":"\r","\\t":" "},ai=e=>{const t={},s=e.split(ni);let n,r,o,i,c,a,l,f;const u=d=>{i?(i=`${i}${d}`,f++):(i=d,f=0)};for(c=0;c<s.length;c++)if(n=s[c],!(n===""||n.charAt(0)==="#"||n.charAt(0)==="!")){for(r=ri,l=0,r.lastIndex=l,o=null,i="",a=r.exec(n);a!==null;){if(l<a.index&&u(n.slice(l,a.index)),l=r.lastIndex,a[1]){if(a[1].length!==6)throw new Error(`Incomplete Unicode Escape '${a[1]}'`);u(String.fromCharCode(parseInt(a[1].slice(2),16)))}else a[2]?u(ii[a[2]]||a[2].slice(1)):a[3]?(n=s[++c],l=0,r.lastIndex=l):a[4]&&(o=i,i="",r=oi,r.lastIndex=l);a=r.exec(n)}l<n.length&&u(n.slice(l)),o==null&&(o=i,i=""),t[o]=si(i,i?f:0)}return t};let Vt;const ci=()=>(Vt===void 0&&(Vt=nn()),Vt);var Xt;(function(e){e.Gregorian="Gregorian",e.Islamic="Islamic",e.Japanese="Japanese",e.Buddhist="Buddhist",e.Persian="Persian"})(Xt||(Xt={}));var Ke=Xt;let Z;const li=()=>(Z===void 0&&(Z=dn()),Z&&Z in Ke?Z:Ke.Gregorian);let zt;const ui=()=>(zt===void 0&&(zt=hn()),zt.firstDayOfWeek),di=new O,hi="directionChange",fi=()=>di.fireEvent(hi,void 0),pi=async()=>{const e=fi();await Promise.all(e),await vt({rtlAware:!0})};window.registerThemePropertiesLoader=T;window["sap-ui-webcomponents-bundle"]={configuration:{getAnimationMode:ci,getLanguage:se,setLanguage:Hn,getTheme:bt,setTheme:$s,getNoConflict:ae,setNoConflict:ho,getCalendarType:li,getRTL:Ps,getFirstDayOfWeek:ui},getIconNames:Tr,parseProperties:ai,registerI18nLoader:qn,getI18nBundle:ei,renderFinished:ee,applyDirection:pi,EventProvider:O};
@@ -1,7 +0,0 @@
1
- /**
2
- * Class decorator, that sets the fastNavigation metadata.
3
- * @param { any } target the decorated class
4
- * @returns { void }
5
- */
6
- declare const fastNavigation: (target: any) => void;
7
- export default fastNavigation;
@@ -1,13 +0,0 @@
1
- /**
2
- * Class decorator, that sets the fastNavigation metadata.
3
- * @param { any } target the decorated class
4
- * @returns { void }
5
- */
6
- const fastNavigation = (target) => {
7
- if (!Object.prototype.hasOwnProperty.call(target, "decoratorMetadata")) {
8
- target.decoratorMetadata = {};
9
- }
10
- target.decoratorMetadata.fastNavigation = true;
11
- };
12
- export default fastNavigation;
13
- //# sourceMappingURL=fastNavigation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fastNavigation.js","sourceRoot":"","sources":["../../src/decorators/fastNavigation.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,cAAc,GAAG,CAAC,MAAW,EAAQ,EAAE;IAC5C,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,mBAAmB,CAAC,EAAE;QACvE,MAAM,CAAC,iBAAiB,GAAG,EAAE,CAAC;KAC9B;IAED,MAAM,CAAC,iBAAiB,CAAC,cAAc,GAAG,IAAI,CAAC;AAChD,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * Class decorator, that sets the languageAware metadata.
3
- * @param { any } target the decorated class
4
- * @returns { void }
5
- */
6
- declare const languageAware: (target: any) => void;
7
- export default languageAware;
@@ -1,13 +0,0 @@
1
- /**
2
- * Class decorator, that sets the languageAware metadata.
3
- * @param { any } target the decorated class
4
- * @returns { void }
5
- */
6
- const languageAware = (target) => {
7
- if (!Object.prototype.hasOwnProperty.call(target, "decoratorMetadata")) {
8
- target.decoratorMetadata = {};
9
- }
10
- target.decoratorMetadata.languageAware = true;
11
- };
12
- export default languageAware;
13
- //# sourceMappingURL=languageAware.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"languageAware.js","sourceRoot":"","sources":["../../src/decorators/languageAware.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,aAAa,GAAG,CAAC,MAAW,EAAQ,EAAE;IAC3C,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,mBAAmB,CAAC,EAAE;QACvE,MAAM,CAAC,iBAAiB,GAAG,EAAE,CAAC;KAC9B;IAED,MAAM,CAAC,iBAAiB,CAAC,aAAa,GAAG,IAAI,CAAC;AAC/C,CAAC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -1,7 +0,0 @@
1
- /**
2
- * Class decorator, that sets the themeAware metadata.
3
- * @param { any } target the decorated class
4
- * @returns { void }
5
- */
6
- declare const themeAware: (target: any) => void;
7
- export default themeAware;
@@ -1,13 +0,0 @@
1
- /**
2
- * Class decorator, that sets the themeAware metadata.
3
- * @param { any } target the decorated class
4
- * @returns { void }
5
- */
6
- const themeAware = (target) => {
7
- if (!Object.prototype.hasOwnProperty.call(target, "decoratorMetadata")) {
8
- target.decoratorMetadata = {};
9
- }
10
- target.decoratorMetadata.themeAware = true;
11
- };
12
- export default themeAware;
13
- //# sourceMappingURL=themeAware.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"themeAware.js","sourceRoot":"","sources":["../../src/decorators/themeAware.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,UAAU,GAAG,CAAC,MAAW,EAAQ,EAAE;IACxC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,mBAAmB,CAAC,EAAE;QACvE,MAAM,CAAC,iBAAiB,GAAG,EAAE,CAAC;KAC9B;IAED,MAAM,CAAC,iBAAiB,CAAC,UAAU,GAAG,IAAI,CAAC;AAC5C,CAAC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,11 +0,0 @@
1
- import { registerI18nLoader } from "./asset-registries/i18n.js";
2
- import { registerLocaleDataLoader } from "./asset-registries/LocaleData.js";
3
- import { registerThemePropertiesLoader } from "./asset-registries/Themes.js";
4
- import { registerIconLoader } from "./asset-registries/Icons.js";
5
-
6
- export {
7
- registerI18nLoader,
8
- registerLocaleDataLoader,
9
- registerThemePropertiesLoader,
10
- registerIconLoader,
11
- };
package/src/Boot.ts DELETED
@@ -1,61 +0,0 @@
1
- import whenDOMReady from "./util/whenDOMReady.js";
2
- import insertFontFace from "./FontFace.js";
3
- import insertSystemCSSVars from "./SystemCSSVars.js";
4
- import { getTheme } from "./config/Theme.js";
5
- import applyTheme from "./theming/applyTheme.js";
6
- import { registerCurrentRuntime } from "./Runtimes.js";
7
- import { getFeature } from "./FeaturesRegistry.js";
8
- import type OpenUI5Support from "./features/OpenUI5Support.js";
9
- import type F6Navigation from "./features/F6Navigation.js";
10
- import { PromiseResolve } from "./types.js";
11
-
12
- let bootPromise: Promise<void>;
13
-
14
- /**
15
- * Attach a callback that will be executed on boot
16
- * @public
17
- * @param listener
18
- */
19
- const attachBoot = async (listener: () => void) => {
20
- await boot();
21
- listener();
22
- };
23
-
24
- const boot = async (): Promise<void> => {
25
- if (bootPromise !== undefined) {
26
- return bootPromise;
27
- }
28
-
29
- const bootExecutor = async (resolve: PromiseResolve) => {
30
- registerCurrentRuntime();
31
-
32
- const openUI5Support = getFeature<typeof OpenUI5Support>("OpenUI5Support");
33
- const isOpenUI5Loaded = openUI5Support ? openUI5Support.isLoaded() : false;
34
- const f6Navigation = getFeature<typeof F6Navigation>("F6Navigation");
35
-
36
- if (openUI5Support) {
37
- await openUI5Support.init();
38
- }
39
-
40
- if (f6Navigation && !isOpenUI5Loaded) {
41
- f6Navigation.init();
42
- }
43
-
44
- await whenDOMReady();
45
- await applyTheme(getTheme());
46
- openUI5Support && openUI5Support.attachListeners();
47
- insertFontFace();
48
- insertSystemCSSVars();
49
-
50
- resolve();
51
- };
52
-
53
- bootPromise = new Promise(bootExecutor as (resolve: PromiseResolve) => void);
54
-
55
- return bootPromise;
56
- };
57
-
58
- export {
59
- boot,
60
- attachBoot,
61
- };
package/src/CSP.ts DELETED
@@ -1,66 +0,0 @@
1
- const roots = new Map<string, string>();
2
- let useLinks = false;
3
- let preloadLinks = true;
4
-
5
- /**
6
- * Use this function to provide the path to the directory where the css resources for the given package will be served from.
7
- *
8
- * @public
9
- * @param packageName name of the package that is being configured
10
- * @param root path, accessible by the server that will serve the css resources
11
- */
12
- const setPackageCSSRoot = (packageName: string, root: string) => {
13
- roots.set(packageName, root);
14
- };
15
-
16
- const getUrl = (packageName: string, path: string) => {
17
- const packageCSSRoot = roots.get(packageName);
18
-
19
- if (!packageCSSRoot) {
20
- console.warn(`Root path to the CSS resources ${packageName} not provided - use "setPackageCSSRoot" to provide the root.`); // eslint-disable-line
21
- return "";
22
- }
23
-
24
- return `${packageCSSRoot}${path}`;
25
- };
26
-
27
- /**
28
- * Call this function to enable or disable the usage of <link> tags instead of <style> tags to achieve CSP compliance
29
- * Example: "setUseLinks(true)" will unconditionally use <link> tags for all browsers;
30
- * Example: "setUseLinks(!document.adoptedStyleSheets) will only enable the usage of <link> tags for browsers that do not support constructable stylesheets.
31
- *
32
- * @public
33
- * @param use whether links will be used
34
- */
35
- const setUseLinks = (use: boolean) => {
36
- useLinks = use;
37
- };
38
-
39
- /**
40
- * Call this function to enable or disable the preloading of <link> tags.
41
- * Note: only taken into account when <link> tags are being used.
42
- * Note: links are being preloaded by default, so call "setPreloadLinks(false)" to opt out of this.
43
- *
44
- * @public
45
- * @param preload
46
- */
47
- const setPreloadLinks = (preload: boolean) => {
48
- preloadLinks = preload;
49
- };
50
-
51
- const shouldUseLinks = () => {
52
- return useLinks;
53
- };
54
-
55
- const shouldPreloadLinks = () => {
56
- return preloadLinks;
57
- };
58
-
59
- export {
60
- setPackageCSSRoot,
61
- getUrl,
62
- setUseLinks,
63
- setPreloadLinks,
64
- shouldUseLinks,
65
- shouldPreloadLinks,
66
- };
@@ -1,98 +0,0 @@
1
- import getSharedResource from "./getSharedResource.js";
2
- import { getCurrentRuntimeIndex, compareRuntimes, getAllRuntimes } from "./Runtimes.js";
3
- import { Timeout } from "./types.js";
4
-
5
- const Tags = getSharedResource<Map<string, number>>("Tags", new Map());
6
- const Definitions = new Set<string>();
7
-
8
- let Failures = new Map<number, Set<string>>();
9
- let failureTimeout: Timeout | undefined;
10
-
11
- const UNKNOWN_RUNTIME = -1;
12
-
13
- const registerTag = (tag: string) => {
14
- Definitions.add(tag);
15
- Tags.set(tag, getCurrentRuntimeIndex());
16
- };
17
-
18
- const isTagRegistered = (tag: string) => {
19
- return Definitions.has(tag);
20
- };
21
-
22
- const getAllRegisteredTags = () => {
23
- return [...Definitions.values()];
24
- };
25
-
26
- const recordTagRegistrationFailure = (tag: string) => {
27
- let tagRegRuntimeIndex = Tags.get(tag);
28
- if (tagRegRuntimeIndex === undefined) {
29
- tagRegRuntimeIndex = UNKNOWN_RUNTIME; // If the tag is taken, but not registered in Tags, then a version before 1.1.0 defined it => use the "unknown" key
30
- }
31
-
32
- if (!Failures.has(tagRegRuntimeIndex)) {
33
- Failures.set(tagRegRuntimeIndex, new Set());
34
- }
35
- Failures.get(tagRegRuntimeIndex)!.add(tag);
36
-
37
- if (!failureTimeout) {
38
- failureTimeout = setTimeout(() => {
39
- displayFailedRegistrations();
40
- Failures = new Map();
41
- failureTimeout = undefined;
42
- }, 1000);
43
- }
44
- };
45
-
46
- const displayFailedRegistrations = () => {
47
- const allRuntimes = getAllRuntimes();
48
- const currentRuntimeIndex = getCurrentRuntimeIndex();
49
- const currentRuntime = allRuntimes[currentRuntimeIndex];
50
-
51
- let message = `Multiple UI5 Web Components instances detected.`;
52
-
53
- if (allRuntimes.length > 1) {
54
- message = `${message}\nLoading order (versions before 1.1.0 not listed): ${allRuntimes.map(runtime => `\n${runtime.description}`).join("")}`;
55
- }
56
-
57
- [...Failures.keys()].forEach(otherRuntimeIndex => {
58
- let comparison: number;
59
- let otherRuntime;
60
-
61
- if (otherRuntimeIndex === UNKNOWN_RUNTIME) { // version < 1.1.0 defined the tag
62
- comparison = 1; // the current runtime is considered newer
63
- otherRuntime = {
64
- description: `Older unknown runtime`,
65
- };
66
- } else {
67
- comparison = compareRuntimes(currentRuntimeIndex, otherRuntimeIndex);
68
- otherRuntime = allRuntimes[otherRuntimeIndex];
69
- }
70
-
71
- let compareWord;
72
- if (comparison > 0) {
73
- compareWord = "an older";
74
- } else if (comparison < 0) {
75
- compareWord = "a newer";
76
- } else {
77
- compareWord = "the same";
78
- }
79
- message = `${message}\n\n"${currentRuntime.description}" failed to define ${Failures.get(otherRuntimeIndex)!.size} tag(s) as they were defined by a runtime of ${compareWord} version "${otherRuntime.description}": ${([...Failures.get(otherRuntimeIndex)!]).sort().join(", ")}.`;
80
-
81
- if (comparison > 0) {
82
- message = `${message}\nWARNING! If your code uses features of the above web components, unavailable in ${otherRuntime.description}, it might not work as expected!`;
83
- } else {
84
- message = `${message}\nSince the above web components were defined by the same or newer version runtime, they should be compatible with your code.`;
85
- }
86
- });
87
-
88
- message = `${message}\n\nTo prevent other runtimes from defining tags that you use, consider using scoping or have third-party libraries use scoping: https://github.com/SAP/ui5-webcomponents/blob/main/docs/2-advanced/03-scoping.md.`;
89
-
90
- console.warn(message); // eslint-disable-line
91
- };
92
-
93
- export {
94
- registerTag,
95
- isTagRegistered,
96
- getAllRegisteredTags,
97
- recordTagRegistrationFailure,
98
- };
@@ -1,33 +0,0 @@
1
- import {
2
- html,
3
- svg,
4
- unsafeStatic,
5
- } from "lit-html/static.js";
6
-
7
- import {
8
- setCustomElementsScopingSuffix,
9
- getCustomElementsScopingSuffix,
10
- setCustomElementsScopingRules,
11
- getCustomElementsScopingRules,
12
- shouldScopeCustomElement,
13
- getEffectiveScopingSuffixForTag,
14
- } from "./CustomElementsScopeUtils.js";
15
- import { registerFeature } from "./FeaturesRegistry.js";
16
-
17
- class LitStatic {
18
- static html = html;
19
- static svg = svg;
20
- static unsafeStatic: (value: string) => object = unsafeStatic;
21
- }
22
-
23
- registerFeature("LitStatic", LitStatic);
24
-
25
- export {
26
- LitStatic,
27
- setCustomElementsScopingSuffix,
28
- getCustomElementsScopingSuffix,
29
- setCustomElementsScopingRules,
30
- getCustomElementsScopingRules,
31
- shouldScopeCustomElement,
32
- getEffectiveScopingSuffixForTag,
33
- };