@ui5/webcomponents-base 0.0.0-dcd8e5389 → 0.0.0-dd5d66a9a

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 (918) hide show
  1. package/CHANGELOG.md +2079 -0
  2. package/README.md +10 -16
  3. package/cypress.config.js +3 -0
  4. package/dist/.tsbuildinfobuild +1 -0
  5. package/dist/AssetRegistry.d.ts +2 -2
  6. package/dist/AssetRegistry.js +2 -2
  7. package/dist/AssetRegistry.js.map +1 -1
  8. package/dist/Assets-fetch.d.ts +1 -0
  9. package/dist/Assets-fetch.js +3 -0
  10. package/dist/Assets-fetch.js.map +1 -0
  11. package/dist/Assets-node.d.ts +12 -0
  12. package/dist/Assets-node.js +14 -0
  13. package/dist/Assets-node.js.map +1 -0
  14. package/dist/Assets.d.ts +1 -0
  15. package/dist/Assets.js +3 -0
  16. package/dist/Assets.js.map +1 -0
  17. package/dist/Boot.d.ts +3 -2
  18. package/dist/Boot.js +14 -8
  19. package/dist/Boot.js.map +1 -1
  20. package/dist/CustomElementsRegistry.d.ts +2 -1
  21. package/dist/CustomElementsRegistry.js +5 -2
  22. package/dist/CustomElementsRegistry.js.map +1 -1
  23. package/dist/CustomElementsScope.d.ts +4 -4
  24. package/dist/CustomElementsScope.js +2 -2
  25. package/dist/CustomElementsScope.js.map +1 -1
  26. package/dist/CustomElementsScopeUtils.d.ts +12 -3
  27. package/dist/CustomElementsScopeUtils.js +21 -2
  28. package/dist/CustomElementsScopeUtils.js.map +1 -1
  29. package/dist/DOMObserver.js.map +1 -1
  30. package/dist/Device.d.ts +17 -2
  31. package/dist/Device.js +19 -14
  32. package/dist/Device.js.map +1 -1
  33. package/dist/DragAndDrop.d.ts +2 -0
  34. package/dist/DragAndDrop.js +5 -0
  35. package/dist/DragAndDrop.js.map +1 -0
  36. package/dist/EventProvider.js +1 -1
  37. package/dist/EventProvider.js.map +1 -1
  38. package/dist/FontFace.js +6 -9
  39. package/dist/FontFace.js.map +1 -1
  40. package/dist/IgnoreCustomElements.d.ts +25 -0
  41. package/dist/IgnoreCustomElements.js +37 -0
  42. package/dist/IgnoreCustomElements.js.map +1 -0
  43. package/dist/InitialConfiguration.d.ts +10 -3
  44. package/dist/InitialConfiguration.js +39 -9
  45. package/dist/InitialConfiguration.js.map +1 -1
  46. package/dist/Keys.d.ts +11 -1
  47. package/dist/Keys.js +117 -106
  48. package/dist/Keys.js.map +1 -1
  49. package/dist/Location.d.ts +11 -0
  50. package/dist/Location.js +49 -0
  51. package/dist/Location.js.map +1 -0
  52. package/dist/ManagedStyles.d.ts +5 -6
  53. package/dist/ManagedStyles.js +45 -53
  54. package/dist/ManagedStyles.js.map +1 -1
  55. package/dist/MediaRange.d.ts +6 -12
  56. package/dist/MediaRange.js +21 -31
  57. package/dist/MediaRange.js.map +1 -1
  58. package/dist/PropertiesFileFormat.js.map +1 -1
  59. package/dist/Render.js.map +1 -1
  60. package/dist/RenderQueue.js.map +1 -1
  61. package/dist/Runtimes.js +11 -0
  62. package/dist/Runtimes.js.map +1 -1
  63. package/dist/ScrollbarStyles.d.ts +2 -0
  64. package/dist/ScrollbarStyles.js +9 -0
  65. package/dist/ScrollbarStyles.js.map +1 -0
  66. package/dist/SystemCSSVars.js.map +1 -1
  67. package/dist/UI5Element.d.ts +121 -76
  68. package/dist/UI5Element.js +408 -234
  69. package/dist/UI5Element.js.map +1 -1
  70. package/dist/UI5ElementMetadata.d.ts +36 -27
  71. package/dist/UI5ElementMetadata.js +27 -72
  72. package/dist/UI5ElementMetadata.js.map +1 -1
  73. package/dist/animations/AnimationQueue.js.map +1 -1
  74. package/dist/animations/animate.js.map +1 -1
  75. package/dist/animations/slideUp.js.map +1 -1
  76. package/dist/asset-registries/Icons.d.ts +45 -10
  77. package/dist/asset-registries/Icons.js +79 -25
  78. package/dist/asset-registries/Icons.js.map +1 -1
  79. package/dist/asset-registries/Illustrations.d.ts +2 -0
  80. package/dist/asset-registries/Illustrations.js +51 -20
  81. package/dist/asset-registries/Illustrations.js.map +1 -1
  82. package/dist/asset-registries/LocaleData.js +1 -1
  83. package/dist/asset-registries/LocaleData.js.map +1 -1
  84. package/dist/asset-registries/Themes.d.ts +5 -7
  85. package/dist/asset-registries/Themes.js +27 -12
  86. package/dist/asset-registries/Themes.js.map +1 -1
  87. package/dist/asset-registries/i18n.d.ts +2 -2
  88. package/dist/asset-registries/i18n.js +4 -3
  89. package/dist/asset-registries/i18n.js.map +1 -1
  90. package/dist/{assets-meta → asset-registries/util}/IconCollectionsAlias.d.ts +1 -2
  91. package/dist/{assets-meta → asset-registries/util}/IconCollectionsAlias.js +1 -2
  92. package/dist/asset-registries/util/IconCollectionsAlias.js.map +1 -0
  93. package/dist/asset-registries/util/IconCollectionsByTheme.d.ts +20 -0
  94. package/dist/asset-registries/util/IconCollectionsByTheme.js +42 -0
  95. package/dist/asset-registries/util/IconCollectionsByTheme.js.map +1 -0
  96. package/dist/asset-registries/util/getIconCollectionByTheme.d.ts +13 -0
  97. package/dist/asset-registries/util/getIconCollectionByTheme.js +29 -0
  98. package/dist/asset-registries/util/getIconCollectionByTheme.js.map +1 -0
  99. package/dist/config/AnimationMode.d.ts +2 -2
  100. package/dist/config/AnimationMode.js +6 -1
  101. package/dist/config/AnimationMode.js.map +1 -1
  102. package/dist/config/CalendarType.d.ts +8 -1
  103. package/dist/config/CalendarType.js +23 -2
  104. package/dist/config/CalendarType.js.map +1 -1
  105. package/dist/config/ConfigurationReset.d.ts +4 -0
  106. package/dist/config/ConfigurationReset.js +11 -0
  107. package/dist/config/ConfigurationReset.js.map +1 -0
  108. package/dist/config/Fonts.d.ts +16 -0
  109. package/dist/config/Fonts.js +30 -0
  110. package/dist/config/Fonts.js.map +1 -0
  111. package/dist/config/FormatSettings.js +4 -0
  112. package/dist/config/FormatSettings.js.map +1 -1
  113. package/dist/config/Icons.d.ts +9 -24
  114. package/dist/config/Icons.js +8 -67
  115. package/dist/config/Icons.js.map +1 -1
  116. package/dist/config/Language.d.ts +3 -2
  117. package/dist/config/Language.js +23 -4
  118. package/dist/config/Language.js.map +1 -1
  119. package/dist/config/NoConflict.js +4 -0
  120. package/dist/config/NoConflict.js.map +1 -1
  121. package/dist/config/Theme.d.ts +4 -3
  122. package/dist/config/Theme.js +18 -8
  123. package/dist/config/Theme.js.map +1 -1
  124. package/dist/config/ThemeRoot.d.ts +29 -0
  125. package/dist/config/ThemeRoot.js +63 -0
  126. package/dist/config/ThemeRoot.js.map +1 -0
  127. package/dist/config/Timezone.d.ts +1 -1
  128. package/dist/config/Timezone.js +5 -1
  129. package/dist/config/Timezone.js.map +1 -1
  130. package/dist/config/Tooltips.d.ts +19 -0
  131. package/dist/config/Tooltips.js +29 -0
  132. package/dist/config/Tooltips.js.map +1 -0
  133. package/dist/connectToComponent.d.ts +9 -0
  134. package/dist/connectToComponent.js +59 -0
  135. package/dist/connectToComponent.js.map +1 -0
  136. package/dist/converters/DOMReference.d.ts +5 -0
  137. package/dist/converters/DOMReference.js +13 -0
  138. package/dist/converters/DOMReference.js.map +1 -0
  139. package/dist/css/MultipleDragGhost.css +17 -0
  140. package/dist/css/OpenUI5PopupStyles.css +5 -0
  141. package/dist/css/ScrollbarStyles.css +3 -0
  142. package/dist/css/SystemCSSVars.css +0 -8
  143. package/dist/custom-elements-internal.json +2854 -0
  144. package/dist/custom-elements.json +2551 -0
  145. package/dist/decorators/bound.d.ts +1 -0
  146. package/dist/decorators/bound.js +34 -0
  147. package/dist/decorators/bound.js.map +1 -0
  148. package/dist/decorators/customElement.d.ts +43 -3
  149. package/dist/decorators/customElement.js +14 -6
  150. package/dist/decorators/customElement.js.map +1 -1
  151. package/dist/decorators/event-strict.d.ts +15 -0
  152. package/dist/decorators/event-strict.js +26 -0
  153. package/dist/decorators/event-strict.js.map +1 -0
  154. package/dist/decorators/event.d.ts +8 -2
  155. package/dist/decorators/event.js +3 -0
  156. package/dist/decorators/event.js.map +1 -1
  157. package/dist/decorators/i18n.d.ts +17 -0
  158. package/dist/decorators/i18n.js +32 -0
  159. package/dist/decorators/i18n.js.map +1 -0
  160. package/dist/decorators/property.d.ts +1 -1
  161. package/dist/decorators/property.js +1 -1
  162. package/dist/decorators/property.js.map +1 -1
  163. package/dist/decorators/query.d.ts +25 -0
  164. package/dist/decorators/query.js +32 -0
  165. package/dist/decorators/query.js.map +1 -0
  166. package/dist/decorators/queryAll.d.ts +27 -0
  167. package/dist/decorators/queryAll.js +34 -0
  168. package/dist/decorators/queryAll.js.map +1 -0
  169. package/dist/decorators/slot.d.ts +1 -1
  170. package/dist/decorators/slot.js.map +1 -1
  171. package/dist/decorators.d.ts +8 -0
  172. package/dist/decorators.js +9 -0
  173. package/dist/decorators.js.map +1 -0
  174. package/dist/delegate/ItemNavigation.d.ts +9 -8
  175. package/dist/delegate/ItemNavigation.js +13 -14
  176. package/dist/delegate/ItemNavigation.js.map +1 -1
  177. package/dist/delegate/ResizeHandler.d.ts +4 -6
  178. package/dist/delegate/ResizeHandler.js +4 -6
  179. package/dist/delegate/ResizeHandler.js.map +1 -1
  180. package/dist/delegate/ScrollEnablement.js +2 -2
  181. package/dist/delegate/ScrollEnablement.js.map +1 -1
  182. package/dist/features/F6Navigation.d.ts +4 -3
  183. package/dist/features/F6Navigation.js +62 -19
  184. package/dist/features/F6Navigation.js.map +1 -1
  185. package/dist/features/InputElementsFormSupport.d.ts +15 -0
  186. package/dist/features/InputElementsFormSupport.js +39 -0
  187. package/dist/features/InputElementsFormSupport.js.map +1 -0
  188. package/dist/features/LegacyDateFormats.js.map +1 -1
  189. package/dist/features/OpenUI5Enablement.d.ts +3 -3
  190. package/dist/features/OpenUI5Enablement.js.map +1 -1
  191. package/dist/features/OpenUI5Support.d.ts +19 -6
  192. package/dist/features/OpenUI5Support.js +103 -46
  193. package/dist/features/OpenUI5Support.js.map +1 -1
  194. package/dist/features/insertOpenUI5PopupStyles.d.ts +2 -0
  195. package/dist/features/insertOpenUI5PopupStyles.js +9 -0
  196. package/dist/features/insertOpenUI5PopupStyles.js.map +1 -0
  197. package/dist/features/patchPatcher.d.ts +11 -0
  198. package/dist/features/patchPatcher.js +11 -0
  199. package/dist/features/patchPatcher.js.map +1 -0
  200. package/dist/features/patchPopup.d.ts +22 -0
  201. package/dist/features/patchPopup.js +110 -0
  202. package/dist/features/patchPopup.js.map +1 -0
  203. package/dist/generated/AssetParameters.d.ts +6 -0
  204. package/dist/generated/AssetParameters.js +3 -10
  205. package/dist/generated/AssetParameters.js.map +1 -0
  206. package/dist/generated/VersionInfo.d.ts +10 -0
  207. package/dist/generated/VersionInfo.js +9 -8
  208. package/dist/generated/VersionInfo.js.map +1 -0
  209. package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
  210. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  211. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  212. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  213. package/dist/generated/css/BusyIndicator.css.d.ts +2 -3
  214. package/dist/generated/css/BusyIndicator.css.js +1 -6
  215. package/dist/generated/css/BusyIndicator.css.js.map +1 -1
  216. package/dist/generated/css/FontFace.css.d.ts +2 -3
  217. package/dist/generated/css/FontFace.css.js +36 -6
  218. package/dist/generated/css/FontFace.css.js.map +1 -1
  219. package/dist/generated/css/MultipleDragGhost.css.d.ts +2 -0
  220. package/dist/generated/css/MultipleDragGhost.css.js +2 -0
  221. package/dist/generated/css/MultipleDragGhost.css.js.map +1 -0
  222. package/dist/generated/css/OpenUI5PopupStyles.css.d.ts +2 -0
  223. package/dist/generated/css/OpenUI5PopupStyles.css.js +2 -0
  224. package/dist/generated/css/OpenUI5PopupStyles.css.js.map +1 -0
  225. package/dist/generated/css/ScrollbarStyles.css.d.ts +2 -0
  226. package/dist/generated/css/ScrollbarStyles.css.js +2 -0
  227. package/dist/generated/css/ScrollbarStyles.css.js.map +1 -0
  228. package/dist/generated/css/SystemCSSVars.css.d.ts +2 -3
  229. package/dist/generated/css/SystemCSSVars.css.js +1 -6
  230. package/dist/generated/css/SystemCSSVars.css.js.map +1 -1
  231. package/dist/generated/i18n/i18n-defaults.d.ts +3 -0
  232. package/dist/generated/i18n/i18n-defaults.js +3 -0
  233. package/dist/generated/i18n/i18n-defaults.js.map +1 -0
  234. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  235. package/dist/generated/json-imports/i18n-fetch.js +26 -0
  236. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  237. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  238. package/dist/generated/json-imports/i18n-node.js +26 -0
  239. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  240. package/dist/generated/json-imports/i18n.d.ts +1 -0
  241. package/dist/generated/json-imports/i18n.js +26 -0
  242. package/dist/generated/json-imports/i18n.js.map +1 -0
  243. package/dist/getSharedResource.js +7 -1
  244. package/dist/getSharedResource.js.map +1 -1
  245. package/dist/i18nBundle.d.ts +2 -4
  246. package/dist/i18nBundle.js +3 -5
  247. package/dist/i18nBundle.js.map +1 -1
  248. package/dist/index.d.ts +49 -0
  249. package/dist/index.js +91 -0
  250. package/dist/index.js.map +1 -0
  251. package/dist/jsx-dev-runtime.d.ts +4 -0
  252. package/dist/jsx-dev-runtime.js +43 -0
  253. package/dist/jsx-dev-runtime.js.map +1 -0
  254. package/dist/jsx-runtime.d.ts +51 -0
  255. package/dist/jsx-runtime.js +27 -0
  256. package/dist/jsx-runtime.js.map +1 -0
  257. package/dist/jsx-utils.d.ts +3 -0
  258. package/dist/jsx-utils.js +48 -0
  259. package/dist/jsx-utils.js.map +1 -0
  260. package/dist/locale/Locale.js.map +1 -1
  261. package/dist/locale/RTLAwareRegistry.d.ts +1 -1
  262. package/dist/locale/RTLAwareRegistry.js.map +1 -1
  263. package/dist/locale/applyDirection.d.ts +3 -2
  264. package/dist/locale/applyDirection.js +3 -2
  265. package/dist/locale/applyDirection.js.map +1 -1
  266. package/dist/locale/getEffectiveDir.d.ts +1 -1
  267. package/dist/locale/getEffectiveDir.js +3 -19
  268. package/dist/locale/getEffectiveDir.js.map +1 -1
  269. package/dist/locale/getLocale.js.map +1 -1
  270. package/dist/locale/nextFallbackLocale.js +6 -2
  271. package/dist/locale/nextFallbackLocale.js.map +1 -1
  272. package/dist/locale/normalizeLocale.js.map +1 -1
  273. package/dist/prod/AssetRegistry.js +2 -0
  274. package/dist/prod/AssetRegistry.js.map +7 -0
  275. package/dist/prod/Assets-fetch.js +2 -0
  276. package/dist/prod/Assets-fetch.js.map +7 -0
  277. package/dist/prod/Assets-node.js +2 -0
  278. package/dist/prod/Assets-node.js.map +7 -0
  279. package/dist/prod/Assets.js +2 -0
  280. package/dist/prod/Assets.js.map +7 -0
  281. package/dist/prod/Boot.js +2 -0
  282. package/dist/prod/Boot.js.map +7 -0
  283. package/dist/prod/CustomElementsRegistry.js +10 -0
  284. package/dist/prod/CustomElementsRegistry.js.map +7 -0
  285. package/dist/prod/CustomElementsScope.js +2 -0
  286. package/dist/prod/CustomElementsScope.js.map +7 -0
  287. package/dist/prod/CustomElementsScopeUtils.js +2 -0
  288. package/dist/prod/CustomElementsScopeUtils.js.map +7 -0
  289. package/dist/prod/DOMObserver.js +2 -0
  290. package/dist/prod/DOMObserver.js.map +7 -0
  291. package/dist/prod/Device.js +2 -0
  292. package/dist/prod/Device.js.map +7 -0
  293. package/dist/prod/DragAndDrop.js +2 -0
  294. package/dist/prod/DragAndDrop.js.map +7 -0
  295. package/dist/prod/EventProvider.js +2 -0
  296. package/dist/prod/EventProvider.js.map +7 -0
  297. package/dist/prod/FeaturesRegistry.js +2 -0
  298. package/dist/prod/FeaturesRegistry.js.map +7 -0
  299. package/dist/prod/FontFace.js +2 -0
  300. package/dist/prod/FontFace.js.map +7 -0
  301. package/dist/prod/IgnoreCustomElements.js +2 -0
  302. package/dist/prod/IgnoreCustomElements.js.map +7 -0
  303. package/dist/prod/InitialConfiguration.js +2 -0
  304. package/dist/prod/InitialConfiguration.js.map +7 -0
  305. package/dist/prod/Keys.js +2 -0
  306. package/dist/prod/Keys.js.map +7 -0
  307. package/dist/prod/Location.js +2 -0
  308. package/dist/prod/Location.js.map +7 -0
  309. package/dist/prod/ManagedStyles.js +2 -0
  310. package/dist/prod/ManagedStyles.js.map +7 -0
  311. package/dist/prod/MediaRange.js +2 -0
  312. package/dist/prod/MediaRange.js.map +7 -0
  313. package/dist/prod/PropertiesFileFormat.js +3 -0
  314. package/dist/prod/PropertiesFileFormat.js.map +7 -0
  315. package/dist/prod/Render.js +2 -0
  316. package/dist/prod/Render.js.map +7 -0
  317. package/dist/prod/RenderQueue.js +2 -0
  318. package/dist/prod/RenderQueue.js.map +7 -0
  319. package/dist/prod/Runtimes.js +2 -0
  320. package/dist/prod/Runtimes.js.map +7 -0
  321. package/dist/prod/ScrollbarStyles.js +2 -0
  322. package/dist/prod/ScrollbarStyles.js.map +7 -0
  323. package/dist/prod/SystemCSSVars.js +2 -0
  324. package/dist/prod/SystemCSSVars.js.map +7 -0
  325. package/dist/prod/Theming.js +2 -0
  326. package/dist/prod/Theming.js.map +7 -0
  327. package/dist/prod/UI5Element.js +2 -0
  328. package/dist/prod/UI5Element.js.map +7 -0
  329. package/dist/prod/UI5ElementMetadata.js +2 -0
  330. package/dist/prod/UI5ElementMetadata.js.map +7 -0
  331. package/dist/prod/animations/AnimationQueue.js +2 -0
  332. package/dist/prod/animations/AnimationQueue.js.map +7 -0
  333. package/dist/prod/animations/animate.js +2 -0
  334. package/dist/prod/animations/animate.js.map +7 -0
  335. package/dist/prod/animations/scroll.js +2 -0
  336. package/dist/prod/animations/scroll.js.map +7 -0
  337. package/dist/prod/animations/slideDown.js +2 -0
  338. package/dist/prod/animations/slideDown.js.map +7 -0
  339. package/dist/prod/animations/slideUp.js +2 -0
  340. package/dist/prod/animations/slideUp.js.map +7 -0
  341. package/dist/prod/asset-registries/Icons.js +2 -0
  342. package/dist/prod/asset-registries/Icons.js.map +7 -0
  343. package/dist/prod/asset-registries/Illustrations.js +2 -0
  344. package/dist/prod/asset-registries/Illustrations.js.map +7 -0
  345. package/dist/prod/asset-registries/LocaleData.js +2 -0
  346. package/dist/prod/asset-registries/LocaleData.js.map +7 -0
  347. package/dist/prod/asset-registries/Themes.js +2 -0
  348. package/dist/prod/asset-registries/Themes.js.map +7 -0
  349. package/dist/prod/asset-registries/i18n.js +2 -0
  350. package/dist/prod/asset-registries/i18n.js.map +7 -0
  351. package/dist/prod/asset-registries/util/IconCollectionsAlias.js +2 -0
  352. package/dist/prod/asset-registries/util/IconCollectionsAlias.js.map +7 -0
  353. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js +2 -0
  354. package/dist/prod/asset-registries/util/IconCollectionsByTheme.js.map +7 -0
  355. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js +2 -0
  356. package/dist/prod/asset-registries/util/getIconCollectionByTheme.js.map +7 -0
  357. package/dist/prod/config/AnimationMode.js +2 -0
  358. package/dist/prod/config/AnimationMode.js.map +7 -0
  359. package/dist/prod/config/CalendarType.js +2 -0
  360. package/dist/prod/config/CalendarType.js.map +7 -0
  361. package/dist/prod/config/ConfigurationReset.js +2 -0
  362. package/dist/prod/config/ConfigurationReset.js.map +7 -0
  363. package/dist/prod/config/Fonts.js +2 -0
  364. package/dist/prod/config/Fonts.js.map +7 -0
  365. package/dist/prod/config/FormatSettings.js +2 -0
  366. package/dist/prod/config/FormatSettings.js.map +7 -0
  367. package/dist/prod/config/Icons.js +2 -0
  368. package/dist/prod/config/Icons.js.map +7 -0
  369. package/dist/prod/config/Language.js +2 -0
  370. package/dist/prod/config/Language.js.map +7 -0
  371. package/dist/prod/config/NoConflict.js +2 -0
  372. package/dist/prod/config/NoConflict.js.map +7 -0
  373. package/dist/prod/config/Theme.js +2 -0
  374. package/dist/prod/config/Theme.js.map +7 -0
  375. package/dist/prod/config/ThemeRoot.js +2 -0
  376. package/dist/prod/config/ThemeRoot.js.map +7 -0
  377. package/dist/prod/config/Timezone.js +2 -0
  378. package/dist/prod/config/Timezone.js.map +7 -0
  379. package/dist/prod/config/Tooltips.js +2 -0
  380. package/dist/prod/config/Tooltips.js.map +7 -0
  381. package/dist/prod/connectToComponent.js +2 -0
  382. package/dist/prod/connectToComponent.js.map +7 -0
  383. package/dist/prod/converters/DOMReference.js +2 -0
  384. package/dist/prod/converters/DOMReference.js.map +7 -0
  385. package/dist/prod/decorators/bound.js +2 -0
  386. package/dist/prod/decorators/bound.js.map +7 -0
  387. package/dist/prod/decorators/customElement.js +2 -0
  388. package/dist/prod/decorators/customElement.js.map +7 -0
  389. package/dist/prod/decorators/event-strict.js +2 -0
  390. package/dist/prod/decorators/event-strict.js.map +7 -0
  391. package/dist/prod/decorators/event.js +2 -0
  392. package/dist/prod/decorators/event.js.map +7 -0
  393. package/dist/prod/decorators/i18n.js +2 -0
  394. package/dist/prod/decorators/i18n.js.map +7 -0
  395. package/dist/prod/decorators/property.js +2 -0
  396. package/dist/prod/decorators/property.js.map +7 -0
  397. package/dist/prod/decorators/query.js +2 -0
  398. package/dist/prod/decorators/query.js.map +7 -0
  399. package/dist/prod/decorators/queryAll.js +2 -0
  400. package/dist/prod/decorators/queryAll.js.map +7 -0
  401. package/dist/prod/decorators/slot.js +2 -0
  402. package/dist/prod/decorators/slot.js.map +7 -0
  403. package/dist/prod/decorators.js +2 -0
  404. package/dist/prod/decorators.js.map +7 -0
  405. package/dist/prod/delegate/ItemNavigation.js +2 -0
  406. package/dist/prod/delegate/ItemNavigation.js.map +7 -0
  407. package/dist/prod/delegate/ResizeHandler.js +2 -0
  408. package/dist/prod/delegate/ResizeHandler.js.map +7 -0
  409. package/dist/prod/delegate/ScrollEnablement.js +2 -0
  410. package/dist/prod/delegate/ScrollEnablement.js.map +7 -0
  411. package/dist/prod/features/F6Navigation.js +2 -0
  412. package/dist/prod/features/F6Navigation.js.map +7 -0
  413. package/dist/prod/features/InputElementsFormSupport.js +2 -0
  414. package/dist/prod/features/InputElementsFormSupport.js.map +7 -0
  415. package/dist/prod/features/LegacyDateFormats.js +2 -0
  416. package/dist/prod/features/LegacyDateFormats.js.map +7 -0
  417. package/dist/prod/features/OpenUI5Element.js +2 -0
  418. package/dist/prod/features/OpenUI5Element.js.map +7 -0
  419. package/dist/prod/features/OpenUI5Enablement.js +21 -0
  420. package/dist/prod/features/OpenUI5Enablement.js.map +7 -0
  421. package/dist/prod/features/OpenUI5Support.js +2 -0
  422. package/dist/prod/features/OpenUI5Support.js.map +7 -0
  423. package/dist/prod/features/insertOpenUI5PopupStyles.js +2 -0
  424. package/dist/prod/features/insertOpenUI5PopupStyles.js.map +7 -0
  425. package/dist/prod/features/patchPatcher.js +2 -0
  426. package/dist/prod/features/patchPatcher.js.map +7 -0
  427. package/dist/prod/features/patchPopup.js +2 -0
  428. package/dist/prod/features/patchPopup.js.map +7 -0
  429. package/dist/prod/generated/AssetParameters.js +2 -0
  430. package/dist/prod/generated/AssetParameters.js.map +7 -0
  431. package/dist/prod/generated/VersionInfo.js +2 -0
  432. package/dist/prod/generated/VersionInfo.js.map +7 -0
  433. package/dist/prod/generated/assets/i18n/messagebundle_en.json +1 -0
  434. package/dist/prod/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  435. package/dist/prod/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  436. package/dist/prod/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  437. package/dist/prod/generated/css/BusyIndicator.css.js +2 -0
  438. package/dist/prod/generated/css/BusyIndicator.css.js.map +7 -0
  439. package/dist/prod/generated/css/FontFace.css.js +37 -0
  440. package/dist/prod/generated/css/FontFace.css.js.map +7 -0
  441. package/dist/prod/generated/css/MultipleDragGhost.css.js +2 -0
  442. package/dist/prod/generated/css/MultipleDragGhost.css.js.map +7 -0
  443. package/dist/prod/generated/css/OpenUI5PopupStyles.css.js +2 -0
  444. package/dist/prod/generated/css/OpenUI5PopupStyles.css.js.map +7 -0
  445. package/dist/prod/generated/css/ScrollbarStyles.css.js +2 -0
  446. package/dist/prod/generated/css/ScrollbarStyles.css.js.map +7 -0
  447. package/dist/prod/generated/css/SystemCSSVars.css.js +2 -0
  448. package/dist/prod/generated/css/SystemCSSVars.css.js.map +7 -0
  449. package/dist/prod/generated/i18n/i18n-defaults.js +2 -0
  450. package/dist/prod/generated/i18n/i18n-defaults.js.map +7 -0
  451. package/dist/prod/generated/json-imports/i18n-fetch.js +2 -0
  452. package/dist/prod/generated/json-imports/i18n-fetch.js.map +7 -0
  453. package/dist/prod/generated/json-imports/i18n-node.js +2 -0
  454. package/dist/prod/generated/json-imports/i18n-node.js.map +7 -0
  455. package/dist/prod/generated/json-imports/i18n.js +2 -0
  456. package/dist/prod/generated/json-imports/i18n.js.map +7 -0
  457. package/dist/prod/getSharedResource.js +2 -0
  458. package/dist/prod/getSharedResource.js.map +7 -0
  459. package/dist/prod/global.d.js +2 -0
  460. package/dist/prod/global.d.js.map +7 -0
  461. package/dist/prod/i18nBundle.js +2 -0
  462. package/dist/prod/i18nBundle.js.map +7 -0
  463. package/dist/prod/index.js +2 -0
  464. package/dist/prod/index.js.map +7 -0
  465. package/dist/prod/jsx-dev-runtime.js +2 -0
  466. package/dist/prod/jsx-dev-runtime.js.map +7 -0
  467. package/dist/prod/jsx-runtime.js +2 -0
  468. package/dist/prod/jsx-runtime.js.map +7 -0
  469. package/dist/prod/jsx-utils.js +2 -0
  470. package/dist/prod/jsx-utils.js.map +7 -0
  471. package/dist/prod/locale/Locale.js +2 -0
  472. package/dist/prod/locale/Locale.js.map +7 -0
  473. package/dist/prod/locale/RTLAwareRegistry.js +2 -0
  474. package/dist/prod/locale/RTLAwareRegistry.js.map +7 -0
  475. package/dist/prod/locale/applyDirection.js +2 -0
  476. package/dist/prod/locale/applyDirection.js.map +7 -0
  477. package/dist/prod/locale/directionChange.js +2 -0
  478. package/dist/prod/locale/directionChange.js.map +7 -0
  479. package/dist/prod/locale/getEffectiveDir.js +2 -0
  480. package/dist/prod/locale/getEffectiveDir.js.map +7 -0
  481. package/dist/prod/locale/getLocale.js +2 -0
  482. package/dist/prod/locale/getLocale.js.map +7 -0
  483. package/dist/prod/locale/languageChange.js +2 -0
  484. package/dist/prod/locale/languageChange.js.map +7 -0
  485. package/dist/prod/locale/nextFallbackLocale.js +2 -0
  486. package/dist/prod/locale/nextFallbackLocale.js.map +7 -0
  487. package/dist/prod/locale/normalizeLocale.js +2 -0
  488. package/dist/prod/locale/normalizeLocale.js.map +7 -0
  489. package/dist/prod/renderer/JsxRenderer.js +2 -0
  490. package/dist/prod/renderer/JsxRenderer.js.map +7 -0
  491. package/dist/prod/renderer/LitRenderer.js +2 -0
  492. package/dist/prod/renderer/LitRenderer.js.map +7 -0
  493. package/dist/prod/renderer/directives/style-map.js +6 -0
  494. package/dist/prod/renderer/directives/style-map.js.map +7 -0
  495. package/dist/prod/renderer/executeTemplate.js +2 -0
  496. package/dist/prod/renderer/executeTemplate.js.map +7 -0
  497. package/dist/prod/sap/base/Log.js +750 -0
  498. package/dist/prod/sap/base/assert.js +34 -0
  499. package/dist/prod/sap/base/config/MemoryConfigurationProvider.js +20 -0
  500. package/dist/prod/sap/base/security/URLListValidator.js +406 -0
  501. package/dist/prod/sap/base/security/encodeCSS.js +40 -0
  502. package/dist/prod/sap/base/security/encodeXML.js +53 -0
  503. package/dist/prod/sap/base/security/sanitizeHTML.js +38 -0
  504. package/dist/prod/sap/base/strings/toHex.js +33 -0
  505. package/dist/prod/sap/base/util/now.js +28 -0
  506. package/dist/prod/sap/base/util/uid.js +27 -0
  507. package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +3600 -0
  508. package/dist/prod/ssr-dom-shim.js +2 -0
  509. package/dist/prod/ssr-dom-shim.js.map +7 -0
  510. package/dist/prod/ssr-dom.js +2 -0
  511. package/dist/prod/ssr-dom.js.map +7 -0
  512. package/dist/prod/theming/CustomStyle.js +2 -0
  513. package/dist/prod/theming/CustomStyle.js.map +7 -0
  514. package/dist/prod/theming/ThemeLoaded.js +2 -0
  515. package/dist/prod/theming/ThemeLoaded.js.map +7 -0
  516. package/dist/prod/theming/ThemeRegistered.js +2 -0
  517. package/dist/prod/theming/ThemeRegistered.js.map +7 -0
  518. package/dist/prod/theming/applyTheme.js +2 -0
  519. package/dist/prod/theming/applyTheme.js.map +7 -0
  520. package/dist/prod/theming/getConstructableStyle.js +2 -0
  521. package/dist/prod/theming/getConstructableStyle.js.map +7 -0
  522. package/dist/prod/theming/getEffectiveStyle.js +2 -0
  523. package/dist/prod/theming/getEffectiveStyle.js.map +7 -0
  524. package/dist/prod/theming/getStylesString.js +2 -0
  525. package/dist/prod/theming/getStylesString.js.map +7 -0
  526. package/dist/prod/theming/getThemeDesignerTheme.js +2 -0
  527. package/dist/prod/theming/getThemeDesignerTheme.js.map +7 -0
  528. package/dist/prod/thirdparty/_merge.js +2 -0
  529. package/dist/prod/thirdparty/_merge.js.map +7 -0
  530. package/dist/prod/thirdparty/isPlainObject.js +2 -0
  531. package/dist/prod/thirdparty/isPlainObject.js.map +7 -0
  532. package/dist/prod/thirdparty/merge.js +2 -0
  533. package/dist/prod/thirdparty/merge.js.map +7 -0
  534. package/dist/prod/thirdparty/preact/jsx.d.js +2 -0
  535. package/dist/prod/thirdparty/preact/jsx.d.js.map +7 -0
  536. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js +2 -0
  537. package/dist/prod/thirdparty/preact/jsxRuntime.module.d.js.map +7 -0
  538. package/dist/prod/thirdparty/preact/jsxRuntime.module.js +1 -0
  539. package/dist/prod/thirdparty/preact/preact.module.d.js +2 -0
  540. package/dist/prod/thirdparty/preact/preact.module.d.js.map +7 -0
  541. package/dist/prod/thirdparty/preact/preact.module.js +1 -0
  542. package/dist/prod/types/AnimationMode.js +2 -0
  543. package/dist/prod/types/AnimationMode.js.map +7 -0
  544. package/dist/prod/types/CalendarType.js +2 -0
  545. package/dist/prod/types/CalendarType.js.map +7 -0
  546. package/dist/prod/types/InvisibleMessageMode.js +2 -0
  547. package/dist/prod/types/InvisibleMessageMode.js.map +7 -0
  548. package/dist/prod/types/ItemNavigationBehavior.js +2 -0
  549. package/dist/prod/types/ItemNavigationBehavior.js.map +7 -0
  550. package/dist/prod/types/MovePlacement.js +2 -0
  551. package/dist/prod/types/MovePlacement.js.map +7 -0
  552. package/dist/prod/types/NavigationMode.js +2 -0
  553. package/dist/prod/types/NavigationMode.js.map +7 -0
  554. package/dist/prod/types/Orientation.js +2 -0
  555. package/dist/prod/types/Orientation.js.map +7 -0
  556. package/dist/prod/types/SortOrder.js +2 -0
  557. package/dist/prod/types/SortOrder.js.map +7 -0
  558. package/dist/prod/types/ValueState.js +2 -0
  559. package/dist/prod/types/ValueState.js.map +7 -0
  560. package/dist/prod/types.js +2 -0
  561. package/dist/prod/types.js.map +7 -0
  562. package/dist/prod/updateShadowRoot.js +2 -0
  563. package/dist/prod/updateShadowRoot.js.map +7 -0
  564. package/dist/prod/util/AccessibilityTextsHelper.js +2 -0
  565. package/dist/prod/util/AccessibilityTextsHelper.js.map +7 -0
  566. package/dist/prod/util/Caret.js +2 -0
  567. package/dist/prod/util/Caret.js.map +7 -0
  568. package/dist/prod/util/ColorConversion.js +2 -0
  569. package/dist/prod/util/ColorConversion.js.map +7 -0
  570. package/dist/prod/util/FetchHelper.js +2 -0
  571. package/dist/prod/util/FetchHelper.js.map +7 -0
  572. package/dist/prod/util/FocusableElements.js +2 -0
  573. package/dist/prod/util/FocusableElements.js.map +7 -0
  574. package/dist/prod/util/HTMLSanitizer.js +2 -0
  575. package/dist/prod/util/HTMLSanitizer.js.map +7 -0
  576. package/dist/prod/util/InvisibleMessage.js +2 -0
  577. package/dist/prod/util/InvisibleMessage.js.map +7 -0
  578. package/dist/prod/util/PopupUtils.js +2 -0
  579. package/dist/prod/util/PopupUtils.js.map +7 -0
  580. package/dist/prod/util/SelectionAssistant.js +2 -0
  581. package/dist/prod/util/SelectionAssistant.js.map +7 -0
  582. package/dist/prod/util/SlotsHelper.js +2 -0
  583. package/dist/prod/util/SlotsHelper.js.map +7 -0
  584. package/dist/prod/util/StringHelper.js +2 -0
  585. package/dist/prod/util/StringHelper.js.map +7 -0
  586. package/dist/prod/util/TabbableElements.js +2 -0
  587. package/dist/prod/util/TabbableElements.js.map +7 -0
  588. package/dist/prod/util/arraysAreEqual.js +2 -0
  589. package/dist/prod/util/arraysAreEqual.js.map +7 -0
  590. package/dist/prod/util/clamp.js +2 -0
  591. package/dist/prod/util/clamp.js.map +7 -0
  592. package/dist/prod/util/createLinkInHead.js +2 -0
  593. package/dist/prod/util/createLinkInHead.js.map +7 -0
  594. package/dist/prod/util/debounce.js +2 -0
  595. package/dist/prod/util/debounce.js.map +7 -0
  596. package/dist/prod/util/detectNavigatorLanguage.js +2 -0
  597. package/dist/prod/util/detectNavigatorLanguage.js.map +7 -0
  598. package/dist/prod/util/dragAndDrop/DragRegistry.js +2 -0
  599. package/dist/prod/util/dragAndDrop/DragRegistry.js.map +7 -0
  600. package/dist/prod/util/dragAndDrop/findClosestPosition.js +2 -0
  601. package/dist/prod/util/dragAndDrop/findClosestPosition.js.map +7 -0
  602. package/dist/prod/util/dragAndDrop/handleDragOver.js +2 -0
  603. package/dist/prod/util/dragAndDrop/handleDragOver.js.map +7 -0
  604. package/dist/prod/util/dragAndDrop/handleDrop.js +2 -0
  605. package/dist/prod/util/dragAndDrop/handleDrop.js.map +7 -0
  606. package/dist/prod/util/dragAndDrop/longDragOverHandler.js +2 -0
  607. package/dist/prod/util/dragAndDrop/longDragOverHandler.js.map +7 -0
  608. package/dist/prod/util/escapeRegex.js +2 -0
  609. package/dist/prod/util/escapeRegex.js.map +7 -0
  610. package/dist/prod/util/fixSafariActiveState.js +2 -0
  611. package/dist/prod/util/fixSafariActiveState.js.map +7 -0
  612. package/dist/prod/util/formatMessage.js +2 -0
  613. package/dist/prod/util/formatMessage.js.map +7 -0
  614. package/dist/prod/util/generateHighlightedMarkup.js +2 -0
  615. package/dist/prod/util/generateHighlightedMarkup.js.map +7 -0
  616. package/dist/prod/util/getActiveElement.js +2 -0
  617. package/dist/prod/util/getActiveElement.js.map +7 -0
  618. package/dist/prod/util/getClassCopy.js +2 -0
  619. package/dist/prod/util/getClassCopy.js.map +7 -0
  620. package/dist/prod/util/getDesigntimePropertyAsArray.js +2 -0
  621. package/dist/prod/util/getDesigntimePropertyAsArray.js.map +7 -0
  622. package/dist/prod/util/getEffectiveContentDensity.js +2 -0
  623. package/dist/prod/util/getEffectiveContentDensity.js.map +7 -0
  624. package/dist/prod/util/getFastNavigationGroups.js +2 -0
  625. package/dist/prod/util/getFastNavigationGroups.js.map +7 -0
  626. package/dist/prod/util/getFileExtension.js +2 -0
  627. package/dist/prod/util/getFileExtension.js.map +7 -0
  628. package/dist/prod/util/getNormalizedTarget.js +2 -0
  629. package/dist/prod/util/getNormalizedTarget.js.map +7 -0
  630. package/dist/prod/util/getParentElement.js +2 -0
  631. package/dist/prod/util/getParentElement.js.map +7 -0
  632. package/dist/prod/util/getSingletonElementInstance.js +2 -0
  633. package/dist/prod/util/getSingletonElementInstance.js.map +7 -0
  634. package/dist/prod/util/hash2str.js +2 -0
  635. package/dist/prod/util/hash2str.js.map +7 -0
  636. package/dist/prod/util/isElementClickable.js +2 -0
  637. package/dist/prod/util/isElementClickable.js.map +7 -0
  638. package/dist/prod/util/isElementHidden.js +2 -0
  639. package/dist/prod/util/isElementHidden.js.map +7 -0
  640. package/dist/prod/util/isElementInView.js +2 -0
  641. package/dist/prod/util/isElementInView.js.map +7 -0
  642. package/dist/prod/util/isElementTabbable.js +2 -0
  643. package/dist/prod/util/isElementTabbable.js.map +7 -0
  644. package/dist/prod/util/isValidPropertyName.js +2 -0
  645. package/dist/prod/util/isValidPropertyName.js.map +7 -0
  646. package/dist/prod/util/throttle.js +2 -0
  647. package/dist/prod/util/throttle.js.map +7 -0
  648. package/dist/prod/util/toLowercaseEnumValue.js +2 -0
  649. package/dist/prod/util/toLowercaseEnumValue.js.map +7 -0
  650. package/dist/prod/util/valueStateNavigation.js +2 -0
  651. package/dist/prod/util/valueStateNavigation.js.map +7 -0
  652. package/dist/prod/util/whenDOMReady.js +2 -0
  653. package/dist/prod/util/whenDOMReady.js.map +7 -0
  654. package/dist/prod/util/willShowContent.js +2 -0
  655. package/dist/prod/util/willShowContent.js.map +7 -0
  656. package/dist/prod/validateThemeRoot.js +2 -0
  657. package/dist/prod/validateThemeRoot.js.map +7 -0
  658. package/dist/renderer/JsxRenderer.d.ts +3 -0
  659. package/dist/renderer/JsxRenderer.js +26 -0
  660. package/dist/renderer/JsxRenderer.js.map +1 -0
  661. package/dist/renderer/LitRenderer.d.ts +3 -3
  662. package/dist/renderer/LitRenderer.js +5 -10
  663. package/dist/renderer/LitRenderer.js.map +1 -1
  664. package/dist/renderer/directives/style-map.d.ts +13 -0
  665. package/dist/renderer/directives/style-map.js +59 -59
  666. package/dist/renderer/directives/style-map.js.map +1 -0
  667. package/dist/renderer/executeTemplate.d.ts +3 -4
  668. package/dist/renderer/executeTemplate.js +1 -19
  669. package/dist/renderer/executeTemplate.js.map +1 -1
  670. package/dist/sap/base/Log.js +698 -188
  671. package/dist/sap/base/assert.js +28 -1
  672. package/dist/sap/base/config/MemoryConfigurationProvider.js +20 -0
  673. package/dist/sap/base/security/URLListValidator.js +253 -6
  674. package/dist/sap/base/security/encodeCSS.js +34 -8
  675. package/dist/sap/base/security/encodeXML.js +47 -17
  676. package/dist/sap/base/security/sanitizeHTML.js +35 -13
  677. package/dist/sap/base/strings/toHex.js +27 -2
  678. package/dist/sap/base/util/now.js +24 -3
  679. package/dist/sap/base/util/uid.js +27 -0
  680. package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +113 -98
  681. package/dist/ssr-dom-shim.d.ts +1 -0
  682. package/dist/ssr-dom-shim.js +63 -0
  683. package/dist/ssr-dom-shim.js.map +1 -0
  684. package/dist/ssr-dom.d.ts +1 -0
  685. package/dist/ssr-dom.js +3 -0
  686. package/dist/ssr-dom.js.map +1 -0
  687. package/dist/theming/CustomStyle.js.map +1 -1
  688. package/dist/theming/applyTheme.js +11 -9
  689. package/dist/theming/applyTheme.js.map +1 -1
  690. package/dist/theming/getConstructableStyle.d.ts +2 -2
  691. package/dist/theming/getConstructableStyle.js +3 -3
  692. package/dist/theming/getConstructableStyle.js.map +1 -1
  693. package/dist/theming/getEffectiveStyle.d.ts +1 -1
  694. package/dist/theming/getEffectiveStyle.js +5 -12
  695. package/dist/theming/getEffectiveStyle.js.map +1 -1
  696. package/dist/theming/getStylesString.js +2 -4
  697. package/dist/theming/getStylesString.js.map +1 -1
  698. package/dist/theming/getThemeDesignerTheme.js +2 -1
  699. package/dist/theming/getThemeDesignerTheme.js.map +1 -1
  700. package/dist/thirdparty/_merge.js.map +1 -1
  701. package/dist/thirdparty/isPlainObject.js.map +1 -1
  702. package/dist/thirdparty/preact/jsx.d.ts +2616 -0
  703. package/dist/thirdparty/preact/jsxRuntime.module.d.ts +62 -0
  704. package/dist/thirdparty/preact/jsxRuntime.module.js +1 -0
  705. package/dist/thirdparty/preact/preact.module.d.ts +398 -0
  706. package/dist/thirdparty/preact/preact.module.js +1 -0
  707. package/dist/types/AnimationMode.d.ts +0 -8
  708. package/dist/types/AnimationMode.js +0 -8
  709. package/dist/types/AnimationMode.js.map +1 -1
  710. package/dist/types/CalendarType.d.ts +0 -9
  711. package/dist/types/CalendarType.js +0 -9
  712. package/dist/types/CalendarType.js.map +1 -1
  713. package/dist/types/InvisibleMessageMode.d.ts +5 -10
  714. package/dist/types/InvisibleMessageMode.js +4 -11
  715. package/dist/types/InvisibleMessageMode.js.map +1 -1
  716. package/dist/types/ItemNavigationBehavior.d.ts +0 -6
  717. package/dist/types/ItemNavigationBehavior.js +0 -6
  718. package/dist/types/ItemNavigationBehavior.js.map +1 -1
  719. package/dist/types/MovePlacement.d.ts +20 -0
  720. package/dist/types/MovePlacement.js +22 -0
  721. package/dist/types/MovePlacement.js.map +1 -0
  722. package/dist/types/NavigationMode.d.ts +0 -8
  723. package/dist/types/NavigationMode.js +0 -8
  724. package/dist/types/NavigationMode.js.map +1 -1
  725. package/dist/types/Orientation.d.ts +16 -0
  726. package/dist/types/Orientation.js +18 -0
  727. package/dist/types/Orientation.js.map +1 -0
  728. package/dist/types/SortOrder.d.ts +24 -0
  729. package/dist/types/SortOrder.js +26 -0
  730. package/dist/types/SortOrder.js.map +1 -0
  731. package/dist/types/ValueState.d.ts +3 -17
  732. package/dist/types/ValueState.js +3 -17
  733. package/dist/types/ValueState.js.map +1 -1
  734. package/dist/types.d.ts +42 -14
  735. package/dist/types.js.map +1 -1
  736. package/dist/updateShadowRoot.d.ts +1 -2
  737. package/dist/updateShadowRoot.js +4 -28
  738. package/dist/updateShadowRoot.js.map +1 -1
  739. package/dist/util/{AriaLabelHelper.d.ts → AccessibilityTextsHelper.d.ts} +4 -2
  740. package/dist/util/{AriaLabelHelper.js → AccessibilityTextsHelper.js} +36 -8
  741. package/dist/util/AccessibilityTextsHelper.js.map +1 -0
  742. package/dist/util/Caret.js.map +1 -1
  743. package/dist/util/ColorConversion.d.ts +2 -1
  744. package/dist/util/ColorConversion.js +233 -216
  745. package/dist/util/ColorConversion.js.map +1 -1
  746. package/dist/util/FetchHelper.js.map +1 -1
  747. package/dist/util/FocusableElements.js +43 -15
  748. package/dist/util/FocusableElements.js.map +1 -1
  749. package/dist/util/HTMLSanitizer.d.ts +2 -0
  750. package/dist/util/HTMLSanitizer.js +2 -2
  751. package/dist/util/HTMLSanitizer.js.map +1 -1
  752. package/dist/util/InvisibleMessage.js +2 -2
  753. package/dist/util/InvisibleMessage.js.map +1 -1
  754. package/dist/util/PopupUtils.d.ts +1 -3
  755. package/dist/util/PopupUtils.js +1 -15
  756. package/dist/util/PopupUtils.js.map +1 -1
  757. package/dist/util/SelectionAssistant.d.ts +12 -0
  758. package/dist/util/SelectionAssistant.js +71 -0
  759. package/dist/util/SelectionAssistant.js.map +1 -0
  760. package/dist/util/SlotsHelper.js.map +1 -1
  761. package/dist/util/StringHelper.d.ts +3 -1
  762. package/dist/util/StringHelper.js +15 -1
  763. package/dist/util/StringHelper.js.map +1 -1
  764. package/dist/util/TabbableElements.js +3 -10
  765. package/dist/util/TabbableElements.js.map +1 -1
  766. package/dist/util/arraysAreEqual.js.map +1 -1
  767. package/dist/util/clamp.js +2 -1
  768. package/dist/util/clamp.js.map +1 -1
  769. package/dist/util/createLinkInHead.d.ts +1 -1
  770. package/dist/util/createLinkInHead.js +1 -1
  771. package/dist/util/createLinkInHead.js.map +1 -1
  772. package/dist/util/debounce.js.map +1 -1
  773. package/dist/util/detectNavigatorLanguage.d.ts +2 -2
  774. package/dist/util/detectNavigatorLanguage.js +6 -1
  775. package/dist/util/detectNavigatorLanguage.js.map +1 -1
  776. package/dist/util/dragAndDrop/DragRegistry.d.ts +39 -0
  777. package/dist/util/dragAndDrop/DragRegistry.js +58 -0
  778. package/dist/util/dragAndDrop/DragRegistry.js.map +1 -0
  779. package/dist/util/dragAndDrop/findClosestPosition.d.ts +12 -0
  780. package/dist/util/dragAndDrop/findClosestPosition.js +106 -0
  781. package/dist/util/dragAndDrop/findClosestPosition.js.map +1 -0
  782. package/dist/util/dragAndDrop/handleDragOver.d.ts +16 -0
  783. package/dist/util/dragAndDrop/handleDragOver.js +42 -0
  784. package/dist/util/dragAndDrop/handleDragOver.js.map +1 -0
  785. package/dist/util/dragAndDrop/handleDrop.d.ts +5 -0
  786. package/dist/util/dragAndDrop/handleDrop.js +22 -0
  787. package/dist/util/dragAndDrop/handleDrop.js.map +1 -0
  788. package/dist/util/dragAndDrop/longDragOverHandler.d.ts +2 -0
  789. package/dist/util/dragAndDrop/longDragOverHandler.js +25 -0
  790. package/dist/util/dragAndDrop/longDragOverHandler.js.map +1 -0
  791. package/dist/util/fixSafariActiveState.d.ts +2 -0
  792. package/dist/util/fixSafariActiveState.js +11 -0
  793. package/dist/util/fixSafariActiveState.js.map +1 -0
  794. package/dist/util/formatMessage.js.map +1 -1
  795. package/dist/util/generateHighlightedMarkup.js.map +1 -1
  796. package/dist/util/getActiveElement.js.map +1 -1
  797. package/dist/util/getClassCopy.d.ts +145 -103
  798. package/dist/util/getDesigntimePropertyAsArray.d.ts +2 -2
  799. package/dist/util/getDesigntimePropertyAsArray.js +2 -1
  800. package/dist/util/getDesigntimePropertyAsArray.js.map +1 -1
  801. package/dist/util/getFastNavigationGroups.js +6 -1
  802. package/dist/util/getFastNavigationGroups.js.map +1 -1
  803. package/dist/util/getFileExtension.js.map +1 -1
  804. package/dist/util/getNormalizedTarget.js.map +1 -1
  805. package/dist/util/getParentElement.d.ts +2 -0
  806. package/dist/util/getParentElement.js +5 -0
  807. package/dist/util/getParentElement.js.map +1 -0
  808. package/dist/util/getSingletonElementInstance.d.ts +10 -1
  809. package/dist/util/getSingletonElementInstance.js +11 -2
  810. package/dist/util/getSingletonElementInstance.js.map +1 -1
  811. package/dist/util/hash2str.d.ts +1 -0
  812. package/dist/util/hash2str.js +14 -0
  813. package/dist/util/hash2str.js.map +1 -0
  814. package/dist/util/isElementClickable.js.map +1 -1
  815. package/dist/util/isElementHidden.js +2 -1
  816. package/dist/util/isElementHidden.js.map +1 -1
  817. package/dist/util/isElementTabbable.js +2 -2
  818. package/dist/util/isElementTabbable.js.map +1 -1
  819. package/dist/util/isValidPropertyName.js.map +1 -1
  820. package/dist/util/throttle.d.ts +2 -0
  821. package/dist/util/throttle.js +20 -0
  822. package/dist/util/throttle.js.map +1 -0
  823. package/dist/util/toLowercaseEnumValue.d.ts +3 -0
  824. package/dist/util/toLowercaseEnumValue.js +4 -0
  825. package/dist/util/toLowercaseEnumValue.js.map +1 -0
  826. package/dist/util/valueStateNavigation.d.ts +8 -0
  827. package/dist/util/valueStateNavigation.js +40 -0
  828. package/dist/util/valueStateNavigation.js.map +1 -0
  829. package/dist/util/whenDOMReady.js.map +1 -1
  830. package/dist/validateThemeRoot.js +9 -4
  831. package/dist/validateThemeRoot.js.map +1 -1
  832. package/dist/vscode.html-custom-data.json +22 -0
  833. package/package-scripts.cjs +37 -23
  834. package/package.json +38 -12
  835. package/src/css/MultipleDragGhost.css +17 -0
  836. package/src/css/OpenUI5PopupStyles.css +5 -0
  837. package/src/css/ScrollbarStyles.css +3 -0
  838. package/src/css/SystemCSSVars.css +0 -8
  839. package/src/i18n/messagebundle.properties +5 -0
  840. package/src/i18n/messagebundle_en.properties +2 -0
  841. package/src/i18n/messagebundle_en_US_sappsd.properties +2 -0
  842. package/src/i18n/messagebundle_en_US_saprigi.properties +2 -0
  843. package/src/i18n/messagebundle_en_US_saptrc.properties +2 -0
  844. package/src/thirdparty/preact/jsxRuntime.module.js +1 -0
  845. package/src/thirdparty/preact/preact.module.js +1 -0
  846. package/src/thirdparty/preact/version.txt +1 -0
  847. package/tsconfig.json +18 -13
  848. package/.eslintignore +0 -16
  849. package/.eslintrc.cjs +0 -3
  850. package/bundle.esm.js +0 -64
  851. package/config/wdio.conf.cjs +0 -400
  852. package/dist/CSP.d.ts +0 -30
  853. package/dist/CSP.js +0 -51
  854. package/dist/CSP.js.map +0 -1
  855. package/dist/MarkedEvents.d.ts +0 -9
  856. package/dist/MarkedEvents.js +0 -15
  857. package/dist/MarkedEvents.js.map +0 -1
  858. package/dist/StaticArea.d.ts +0 -3
  859. package/dist/StaticArea.js +0 -7
  860. package/dist/StaticArea.js.map +0 -1
  861. package/dist/StaticAreaItem.d.ts +0 -36
  862. package/dist/StaticAreaItem.js +0 -99
  863. package/dist/StaticAreaItem.js.map +0 -1
  864. package/dist/api.json +0 -1
  865. package/dist/assets/Boot.34b7cea0.css +0 -1
  866. package/dist/assets/Boot.f21d1bf8.js +0 -9
  867. package/dist/assets/bundle.esm.fff719c1.js +0 -50
  868. package/dist/assets-meta/IconCollectionsAlias.js.map +0 -1
  869. package/dist/config/RTL.d.ts +0 -7
  870. package/dist/config/RTL.js +0 -37
  871. package/dist/config/RTL.js.map +0 -1
  872. package/dist/config/ThemeRoots.d.ts +0 -4
  873. package/dist/config/ThemeRoots.js +0 -28
  874. package/dist/config/ThemeRoots.js.map +0 -1
  875. package/dist/css/FontFace.css +0 -66
  876. package/dist/css/OverrideFontFace.css +0 -32
  877. package/dist/generated/css/OverrideFontFace.css.d.ts +0 -3
  878. package/dist/generated/css/OverrideFontFace.css.js +0 -7
  879. package/dist/generated/css/OverrideFontFace.css.js.map +0 -1
  880. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.d.ts +0 -4
  881. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js +0 -9
  882. package/dist/generated/templates/elements/WithComplexTemplateTemplate.lit.js.map +0 -1
  883. package/dist/theming/getEffectiveLinksHrefs.d.ts +0 -3
  884. package/dist/theming/getEffectiveLinksHrefs.js +0 -17
  885. package/dist/theming/getEffectiveLinksHrefs.js.map +0 -1
  886. package/dist/theming/preloadLinks.d.ts +0 -3
  887. package/dist/theming/preloadLinks.js +0 -19
  888. package/dist/theming/preloadLinks.js.map +0 -1
  889. package/dist/types/CSSColor.d.ts +0 -15
  890. package/dist/types/CSSColor.js +0 -18
  891. package/dist/types/CSSColor.js.map +0 -1
  892. package/dist/types/DOMReference.d.ts +0 -17
  893. package/dist/types/DOMReference.js +0 -25
  894. package/dist/types/DOMReference.js.map +0 -1
  895. package/dist/types/DataType.d.ts +0 -25
  896. package/dist/types/DataType.js +0 -44
  897. package/dist/types/DataType.js.map +0 -1
  898. package/dist/types/Float.d.ts +0 -17
  899. package/dist/types/Float.js +0 -21
  900. package/dist/types/Float.js.map +0 -1
  901. package/dist/types/Integer.d.ts +0 -17
  902. package/dist/types/Integer.js +0 -21
  903. package/dist/types/Integer.js.map +0 -1
  904. package/dist/util/AriaLabelHelper.js.map +0 -1
  905. package/dist/util/createStyleInHead.d.ts +0 -8
  906. package/dist/util/createStyleInHead.js +0 -18
  907. package/dist/util/createStyleInHead.js.map +0 -1
  908. package/dist/util/getEffectiveScrollbarStyle.d.ts +0 -2
  909. package/dist/util/getEffectiveScrollbarStyle.js +0 -4
  910. package/dist/util/getEffectiveScrollbarStyle.js.map +0 -1
  911. package/index.js +0 -230
  912. package/lib/generate-asset-parameters/index.js +0 -27
  913. package/lib/generate-styles/index.js +0 -31
  914. package/lib/generate-version-info/index.js +0 -32
  915. package/src/css/FontFace.css +0 -66
  916. package/src/css/OverrideFontFace.css +0 -32
  917. package/src/renderer/directives/style-map.js +0 -72
  918. package/used-modules.txt +0 -10
@@ -1,99 +0,0 @@
1
- import "./StaticArea.js";
2
- import updateShadowRoot from "./updateShadowRoot.js";
3
- import { renderFinished } from "./Render.js";
4
- import getEffectiveContentDensity from "./util/getEffectiveContentDensity.js";
5
- import { getEffectiveScopingSuffixForTag } from "./CustomElementsScopeUtils.js";
6
- import getEffectiveDir from "./locale/getEffectiveDir.js";
7
- const pureTagName = "ui5-static-area-item";
8
- const popupIntegrationAttr = "data-sap-ui-integration-popup-content";
9
- /**
10
- *
11
- * @class
12
- * @author SAP SE
13
- * @private
14
- */
15
- class StaticAreaItem extends HTMLElement {
16
- constructor() {
17
- super();
18
- this._rendered = false;
19
- this.attachShadow({ mode: "open" });
20
- }
21
- /**
22
- * @param {UI5Element} ownerElement the UI5Element instance that owns this static area item
23
- */
24
- setOwnerElement(ownerElement) {
25
- this.ownerElement = ownerElement;
26
- this.classList.add(this.ownerElement._id); // used for getting the popover in the tests
27
- if (this.ownerElement.hasAttribute("data-ui5-static-stable")) {
28
- this.setAttribute("data-ui5-stable", this.ownerElement.getAttribute("data-ui5-static-stable")); // stable selector
29
- }
30
- }
31
- /**
32
- * Updates the shadow root of the static area item with the latest state, if rendered
33
- */
34
- update() {
35
- if (this._rendered) {
36
- this._updateAdditionalAttrs();
37
- this._updateContentDensity();
38
- this._updateDirection();
39
- updateShadowRoot(this.ownerElement, true);
40
- }
41
- }
42
- /**
43
- * Sets the correct content density based on the owner element's state
44
- * @private
45
- */
46
- _updateContentDensity() {
47
- if (getEffectiveContentDensity(this.ownerElement) === "compact") {
48
- this.classList.add("sapUiSizeCompact");
49
- this.classList.add("ui5-content-density-compact");
50
- }
51
- else {
52
- this.classList.remove("sapUiSizeCompact");
53
- this.classList.remove("ui5-content-density-compact");
54
- }
55
- }
56
- _updateDirection() {
57
- if (this.ownerElement) {
58
- const dir = getEffectiveDir(this.ownerElement);
59
- if (dir) {
60
- this.setAttribute("dir", dir);
61
- }
62
- else {
63
- this.removeAttribute("dir");
64
- }
65
- }
66
- }
67
- _updateAdditionalAttrs() {
68
- this.setAttribute(pureTagName, "");
69
- this.setAttribute(popupIntegrationAttr, "");
70
- }
71
- /**
72
- * @protected
73
- * Returns reference to the DOM element where the current fragment is added.
74
- */
75
- async getDomRef() {
76
- this._updateContentDensity();
77
- if (!this._rendered) {
78
- this._rendered = true;
79
- updateShadowRoot(this.ownerElement, true);
80
- }
81
- await renderFinished(); // Wait for the content of the ui5-static-area-item to be rendered
82
- return this.shadowRoot;
83
- }
84
- static getTag() {
85
- const suffix = getEffectiveScopingSuffixForTag(pureTagName);
86
- if (!suffix) {
87
- return pureTagName;
88
- }
89
- return `${pureTagName}-${suffix}`;
90
- }
91
- static createInstance() {
92
- if (!customElements.get(StaticAreaItem.getTag())) {
93
- customElements.define(StaticAreaItem.getTag(), StaticAreaItem);
94
- }
95
- return document.createElement(this.getTag());
96
- }
97
- }
98
- export default StaticAreaItem;
99
- //# sourceMappingURL=StaticAreaItem.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StaticAreaItem.js","sourceRoot":"","sources":["../src/StaticAreaItem.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,CAAC;AACzB,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,0BAA0B,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,eAAe,MAAM,6BAA6B,CAAC;AAG1D,MAAM,WAAW,GAAG,sBAAsB,CAAC;AAC3C,MAAM,oBAAoB,GAAG,uCAAuC,CAAC;AAErE;;;;;GAKG;AACH,MAAM,cAAe,SAAQ,WAAW;IAIvC;QACC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,SAAS,GAAG,KAAK,CAAC;QACvB,IAAI,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC,CAAC;IACrC,CAAC;IAED;;OAEG;IACH,eAAe,CAAC,YAAwB;QACvC,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;QACjC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,CAAC,CAAC,CAAC,4CAA4C;QACvF,IAAI,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,wBAAwB,CAAC,EAAE;YAC7D,IAAI,CAAC,YAAY,CAAC,iBAAiB,EAAE,IAAI,CAAC,YAAY,CAAC,YAAY,CAAC,wBAAwB,CAAE,CAAC,CAAC,CAAC,kBAAkB;SACnH;IACF,CAAC;IAED;;OAEG;IACH,MAAM;QACL,IAAI,IAAI,CAAC,SAAS,EAAE;YACnB,IAAI,CAAC,sBAAsB,EAAE,CAAC;YAC9B,IAAI,CAAC,qBAAqB,EAAE,CAAC;YAC7B,IAAI,CAAC,gBAAgB,EAAE,CAAC;YACxB,gBAAgB,CAAC,IAAI,CAAC,YAAa,EAAE,IAAI,CAAC,CAAC;SAC3C;IACF,CAAC;IAED;;;OAGG;IACH,qBAAqB;QACpB,IAAI,0BAA0B,CAAC,IAAI,CAAC,YAAa,CAAC,KAAK,SAAS,EAAE;YACjE,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC;YACvC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,6BAA6B,CAAC,CAAC;SAClD;aAAM;YACN,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,kBAAkB,CAAC,CAAC;YAC1C,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;SACrD;IACF,CAAC;IAED,gBAAgB;QACf,IAAI,IAAI,CAAC,YAAY,EAAE;YACtB,MAAM,GAAG,GAAG,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;YAC/C,IAAI,GAAG,EAAE;gBACR,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;aAC9B;iBAAM;gBACN,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,CAAC;aAC5B;SACD;IACF,CAAC;IAED,sBAAsB;QACrB,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC;QACnC,IAAI,CAAC,YAAY,CAAC,oBAAoB,EAAE,EAAE,CAAC,CAAC;IAC7C,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,SAAS;QACd,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAC7B,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE;YACpB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;YACtB,gBAAgB,CAAC,IAAI,CAAC,YAAa,EAAE,IAAI,CAAC,CAAC;SAC3C;QACD,MAAM,cAAc,EAAE,CAAC,CAAC,kEAAkE;QAC1F,OAAO,IAAI,CAAC,UAAU,CAAC;IACxB,CAAC;IAED,MAAM,CAAC,MAAM;QACZ,MAAM,MAAM,GAAG,+BAA+B,CAAC,WAAW,CAAC,CAAC;QAC5D,IAAI,CAAC,MAAM,EAAE;YACZ,OAAO,WAAW,CAAC;SACnB;QAED,OAAO,GAAG,WAAW,IAAI,MAAM,EAAE,CAAC;IACnC,CAAC;IAED,MAAM,CAAC,cAAc;QACpB,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,EAAE;YACjD,cAAc,CAAC,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,EAAE,cAAc,CAAC,CAAC;SAC/D;QAED,OAAO,QAAQ,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,EAAE,CAAmB,CAAC;IAChE,CAAC;CACD;AAED,eAAe,cAAc,CAAC","sourcesContent":["import \"./StaticArea.js\";\nimport updateShadowRoot from \"./updateShadowRoot.js\";\nimport { renderFinished } from \"./Render.js\";\nimport getEffectiveContentDensity from \"./util/getEffectiveContentDensity.js\";\nimport { getEffectiveScopingSuffixForTag } from \"./CustomElementsScopeUtils.js\";\nimport getEffectiveDir from \"./locale/getEffectiveDir.js\";\nimport type UI5Element from \"./UI5Element.js\";\n\nconst pureTagName = \"ui5-static-area-item\";\nconst popupIntegrationAttr = \"data-sap-ui-integration-popup-content\";\n\n/**\n *\n * @class\n * @author SAP SE\n * @private\n */\nclass StaticAreaItem extends HTMLElement {\n\t_rendered: boolean;\n\townerElement?: UI5Element;\n\n\tconstructor() {\n\t\tsuper();\n\t\tthis._rendered = false;\n\t\tthis.attachShadow({ mode: \"open\" });\n\t}\n\n\t/**\n\t * @param {UI5Element} ownerElement the UI5Element instance that owns this static area item\n\t */\n\tsetOwnerElement(ownerElement: UI5Element) {\n\t\tthis.ownerElement = ownerElement;\n\t\tthis.classList.add(this.ownerElement._id); // used for getting the popover in the tests\n\t\tif (this.ownerElement.hasAttribute(\"data-ui5-static-stable\")) {\n\t\t\tthis.setAttribute(\"data-ui5-stable\", this.ownerElement.getAttribute(\"data-ui5-static-stable\")!); // stable selector\n\t\t}\n\t}\n\n\t/**\n\t * Updates the shadow root of the static area item with the latest state, if rendered\n\t */\n\tupdate() {\n\t\tif (this._rendered) {\n\t\t\tthis._updateAdditionalAttrs();\n\t\t\tthis._updateContentDensity();\n\t\t\tthis._updateDirection();\n\t\t\tupdateShadowRoot(this.ownerElement!, true);\n\t\t}\n\t}\n\n\t/**\n\t * Sets the correct content density based on the owner element's state\n\t * @private\n\t */\n\t_updateContentDensity() {\n\t\tif (getEffectiveContentDensity(this.ownerElement!) === \"compact\") {\n\t\t\tthis.classList.add(\"sapUiSizeCompact\");\n\t\t\tthis.classList.add(\"ui5-content-density-compact\");\n\t\t} else {\n\t\t\tthis.classList.remove(\"sapUiSizeCompact\");\n\t\t\tthis.classList.remove(\"ui5-content-density-compact\");\n\t\t}\n\t}\n\n\t_updateDirection() {\n\t\tif (this.ownerElement) {\n\t\t\tconst dir = getEffectiveDir(this.ownerElement);\n\t\t\tif (dir) {\n\t\t\t\tthis.setAttribute(\"dir\", dir);\n\t\t\t} else {\n\t\t\t\tthis.removeAttribute(\"dir\");\n\t\t\t}\n\t\t}\n\t}\n\n\t_updateAdditionalAttrs() {\n\t\tthis.setAttribute(pureTagName, \"\");\n\t\tthis.setAttribute(popupIntegrationAttr, \"\");\n\t}\n\n\t/**\n\t * @protected\n\t * Returns reference to the DOM element where the current fragment is added.\n\t */\n\tasync getDomRef() {\n\t\tthis._updateContentDensity();\n\t\tif (!this._rendered) {\n\t\t\tthis._rendered = true;\n\t\t\tupdateShadowRoot(this.ownerElement!, true);\n\t\t}\n\t\tawait renderFinished(); // Wait for the content of the ui5-static-area-item to be rendered\n\t\treturn this.shadowRoot;\n\t}\n\n\tstatic getTag() {\n\t\tconst suffix = getEffectiveScopingSuffixForTag(pureTagName);\n\t\tif (!suffix) {\n\t\t\treturn pureTagName;\n\t\t}\n\n\t\treturn `${pureTagName}-${suffix}`;\n\t}\n\n\tstatic createInstance() {\n\t\tif (!customElements.get(StaticAreaItem.getTag())) {\n\t\t\tcustomElements.define(StaticAreaItem.getTag(), StaticAreaItem);\n\t\t}\n\n\t\treturn document.createElement(this.getTag()) as StaticAreaItem;\n\t}\n}\n\nexport default StaticAreaItem;\n"]}
package/dist/api.json DELETED
@@ -1 +0,0 @@
1
- {"$schema-ref":"http://schemas.sap.com/sapui5/designtime/api.json/1.0","version":"1.62","symbols":[{"kind":"class","name":"I18nBundle","basename":"I18nBundle","resource":"i18nBundle.js","module":"i18nBundle","visibility":"public","constructor":{"visibility":"public"},"methods":[{"name":"getText","visibility":"public","returnValue":{"type":"string"},"parameters":[{"name":"textObj","type":"Object|String","optional":false,"description":"key/defaultText pair or just the key"},{"name":"params","type":"undefined","optional":false,"description":"Values for the placeholders"}],"description":"Returns a text in the currently loaded language"}]},{"kind":"class","name":"ItemNavigation","basename":"ItemNavigation","resource":"delegate/ItemNavigation.js","module":"delegate/ItemNavigation","visibility":"public","description":"The ItemNavigation class manages the calculations to determine the correct \"tabindex\" for a group of related items inside a root component. Important: ItemNavigation only does the calculations and does not change \"tabindex\" directly, this is a responsibility of the developer.\n\nThe keys that trigger ItemNavigation are: - Up/down - Left/right - Home/End\n\nUsage: 1) Use the \"getItemsCallback\" constructor property to pass a callback to ItemNavigation, which, whenever called, will return the list of items to navigate among.\n\nEach item passed to ItemNavigation via \"getItemsCallback\" must be: - A) either a UI5Element with a \"_tabIndex\" property - B) or an Object with \"id\" and \"_tabIndex\" properties which represents a part of the root component's shadow DOM. The \"id\" must be a valid ID within the shadow root of the component ItemNavigation operates on. This object must not be a DOM object because, as said, ItemNavigation will not set \"tabindex\" on it. It must be a representation of a DOM object only and the developer has the responsibility to update the \"tabindex\" in the component's DOM. - C) a combination of the above\n\nWhenever the user navigates with the keyboard, ItemNavigation will modify the \"_tabIndex\" properties of the items. It is the items' responsibilities to re-render themselves and apply the correct value of \"tabindex\" (i.e. to map the \"_tabIndex\" ItemNavigation set to them to the \"tabindex\" property). If the items of the ItemNavigation are UI5Elements themselves, this can happen naturally since they will be invalidated by their \"_tabIndex\" property. If the items are Objects with \"id\" and \"_tabIndex\" however, it is the developer's responsibility to apply these and the easiest way is to have the root component invalidated by ItemNavigation. To do so, set the \"affectedPropertiesNames\" constructor property to point to one or more of the root component's properties that need refreshing when \"_tabIndex\" is changed deeply.\n\n2) Call the \"setCurrentItem\" method of ItemNavigation whenever you want to change the current item. This is most commonly required if the user for example clicks on an item and thus selects it directly. Pass as the only argument to \"setCurrentItem\" the item that becomes current (must be one of the items, returned by \"getItemsCallback\").","constructor":{"visibility":"public","parameters":[{"name":"rootWebComponent","type":"undefined","optional":false,"description":"the component to operate on (component that slots or contains within its shadow root the items the user navigates among)"},{"name":"options","type":"ItemNavigationOptions","optional":false,"description":"Object with configuration options: - currentIndex: the index of the item that will be initially selected (from which navigation will begin) - navigationMode (Auto|Horizontal|Vertical): whether the items are displayed horizontally (Horizontal), vertically (Vertical) or as a matrix (Auto) meaning the user can navigate in both directions (up/down and left/right) - rowSize: tells how many items per row there are when the items are not rendered as a flat list but rather as a matrix. Relevant for navigationMode=Auto - skipItemsSize: tells how many items upon PAGE_UP and PAGE_DOWN should be skipped to applying the focus on the next item - behavior (Static|Cycling): tells what to do when trying to navigate beyond the first and last items Static means that nothing happens if the user tries to navigate beyond the first/last item. Cycling means that when the user navigates beyond the last item they go to the first and vice versa. - getItemsCallback: function that, when called, returns an array with all items the user can navigate among - affectedPropertiesNames: a list of metadata properties on the root component which, upon user navigation, will be reassigned by address thus causing the root component to invalidate"}]},"methods":[{"name":"setCurrentItem","visibility":"public","parameters":[{"name":"current","type":"undefined","optional":false,"description":"the new selected item"}],"description":"Call this method to set a new \"current\" (selected) item in the item navigation Note: the item passed to this function must be one of the items, returned by the getItemsCallback function"},{"name":"setRowSize","visibility":"public","parameters":[{"name":"newRowSize","type":"undefined","optional":false}],"description":"Call this method to dynamically change the row size"}]},{"kind":"namespace","name":"MediaRange.RANGESETS","basename":"RANGESETS","resource":"MediaRange.js","module":"MediaRange","export":"RANGESETS","static":true,"visibility":"public","description":"Enumeration containing the names and settings of predefined screen width media query range sets.","properties":[{"name":"RANGE_4STEPS","visibility":"public","static":true,"type":"undefined","description":"A 4-step range set (S-M-L-XL).\n\nThe ranges of this set are: <ul> <li><code>\"S\"</code>: For screens smaller than 600 pixels.</li> <li><code>\"M\"</code>: For screens greater than or equal to 600 pixels and smaller than 1024 pixels.</li> <li><code>\"L\"</code>: For screens greater than or equal to 1024 pixels and smaller than 1440 pixels.</li> <li><code>\"XL\"</code>: For screens greater than or equal to 1440 pixels.</li> </ul>"}],"slots":[]},{"kind":"class","name":"ResizeHandler","basename":"ResizeHandler","resource":"delegate/ResizeHandler.js","module":"delegate/ResizeHandler","visibility":"public","description":"Allows to register/deregister resize observers for a DOM element","constructor":{"visibility":"public"},"methods":[{"name":"deregister","visibility":"public","static":true,"parameters":[{"name":"element","type":"*","optional":false,"description":"UI5 Web Component or DOM Element to be unobserved"},{"name":"callback","type":"*","optional":false,"description":"Callback to be removed"}]},{"name":"register","visibility":"public","static":true,"parameters":[{"name":"element","type":"*","optional":false,"description":"UI5 Web Component or DOM Element to be observed"},{"name":"callback","type":"*","optional":false,"description":"Callback to be executed"}]}]},{"kind":"enum","name":"sap.ui.webc.base.types.AnimationMode","basename":"AnimationMode","resource":"types/AnimationMode.js","module":"types/AnimationMode","static":true,"visibility":"public","description":"Different types of AnimationMode.","properties":[{"name":"Basic","visibility":"public","type":"Basic"},{"name":"Full","visibility":"public","type":"Full"},{"name":"Minimal","visibility":"public","type":"Minimal"},{"name":"None","visibility":"public","type":"None"}],"slots":[]},{"kind":"enum","name":"sap.ui.webc.base.types.CalendarType","basename":"CalendarType","resource":"types/CalendarType.js","module":"types/CalendarType","static":true,"visibility":"public","description":"Different calendar types.","properties":[{"name":"Buddhist","visibility":"public","type":"Buddhist"},{"name":"Gregorian","visibility":"public","type":"Gregorian"},{"name":"Islamic","visibility":"public","type":"Islamic"},{"name":"Japanese","visibility":"public","type":"Japanese"},{"name":"Persian","visibility":"public","type":"Persian"}],"slots":[]},{"kind":"class","name":"sap.ui.webc.base.types.CSSColor","basename":"CSSColor","resource":"types/CSSColor.js","module":"types/CSSColor","static":true,"visibility":"public","extends":"sap.ui.webc.base.types.DataType","description":"CSSColor data type.","constructor":{"visibility":"public"}},{"kind":"class","name":"sap.ui.webc.base.types.DataType","basename":"DataType","resource":"types/DataType.js","module":"types/DataType","static":true,"visibility":"public","constructor":{"visibility":"public"},"methods":[{"name":"isValid","visibility":"public","static":true,"returnValue":{"type":"Boolean"},"description":"Checks if the value is valid for its data type."}]},{"kind":"class","name":"sap.ui.webc.base.types.DOMReference","basename":"DOMReference","resource":"types/DOMReference.js","module":"types/DOMReference","static":true,"visibility":"public","extends":"sap.ui.webc.base.types.DataType","description":"DOM Element reference or ID. <b>Note:</b> If an ID is passed, it is expected to be part of the same <code>document</code> element as the consuming component.","constructor":{"visibility":"public"}},{"kind":"class","name":"sap.ui.webc.base.types.Float","basename":"Float","resource":"types/Float.js","module":"types/Float","static":true,"visibility":"public","extends":"sap.ui.webc.base.types.DataType","description":"Float data type.","constructor":{"visibility":"public"}},{"kind":"class","name":"sap.ui.webc.base.types.Integer","basename":"Integer","resource":"types/Integer.js","module":"types/Integer","static":true,"visibility":"public","extends":"sap.ui.webc.base.types.DataType","description":"Integer data type.","constructor":{"visibility":"public"}},{"kind":"enum","name":"sap.ui.webc.base.types.InvisibleMessageMode","basename":"InvisibleMessageMode","resource":"types/InvisibleMessageMode.js","module":"types/InvisibleMessageMode","static":true,"visibility":"public","description":"Enumeration for different mode behaviors of the InvisibleMessage.","properties":[{"name":"Assertive","visibility":"public","type":"Assertive","description":"Indicates that updates to the region have the highest priority and should be presented to the user immediately."},{"name":"Polite","visibility":"public","type":"Polite","description":"Indicates that updates to the region should be presented at the next graceful opportunity, such as at the end of reading the current sentence, or when the user pauses typing."}],"slots":[]},{"kind":"enum","name":"sap.ui.webc.base.types.ItemNavigationBehavior","basename":"ItemNavigationBehavior","resource":"types/ItemNavigationBehavior.js","module":"types/ItemNavigationBehavior","static":true,"visibility":"public","description":"Different behavior for ItemNavigation.","properties":[{"name":"Cyclic","visibility":"public","type":"Cyclic","description":"Cycling behavior: navigating past the last item continues with the first and vice versa."},{"name":"Static","visibility":"public","type":"Static","description":"Static behavior: navigations stops at the first or last item."}],"slots":[]},{"kind":"enum","name":"sap.ui.webc.base.types.NavigationMode","basename":"NavigationMode","resource":"types/NavigationMode.js","module":"types/NavigationMode","static":true,"visibility":"public","description":"Different navigation modes for ItemNavigation.","properties":[{"name":"Auto","visibility":"public","type":"Auto"},{"name":"Horizontal","visibility":"public","type":"Horizontal"},{"name":"Paging","visibility":"public","type":"Paging"},{"name":"Vertical","visibility":"public","type":"Vertical"}],"slots":[]},{"kind":"enum","name":"sap.ui.webc.base.types.ValueState","basename":"ValueState","resource":"types/ValueState.js","module":"types/ValueState","static":true,"visibility":"public","description":"Different types of ValueStates.","properties":[{"name":"Error","visibility":"public","type":"Error"},{"name":"Information","visibility":"public","type":"Information"},{"name":"None","visibility":"public","type":"None"},{"name":"Success","visibility":"public","type":"Success"},{"name":"Warning","visibility":"public","type":"Warning"}],"slots":[]},{"kind":"class","name":"sap.ui.webc.base.UI5Element","basename":"UI5Element","resource":"UI5Element.js","module":"UI5Element","static":true,"visibility":"public","extends":"HTMLElement","constructor":{"visibility":"public"},"properties":[{"name":"_id","visibility":"protected","type":"undefined","description":"Returns a unique ID for this UI5 Element","deprecated":{"text":"- This property is not guaranteed in future releases"}},{"name":"dependencies","visibility":"protected","static":true,"type":"undefined","description":"Returns an array with the dependencies for this UI5 Web Component, which could be: - composed components (used in its shadow root or static area item) - slotted components that the component may need to communicate with"},{"name":"effectiveDir","visibility":"public","type":"undefined","description":"Determines whether the component should be rendered in RTL mode or not. Returns: \"rtl\", \"ltr\" or undefined"},{"name":"isUI5Element","visibility":"public","type":"undefined","description":"Used to duck-type UI5 elements without using instanceof"},{"name":"metadata","visibility":"protected","static":true,"type":"undefined","description":"Returns the metadata object for this UI5 Web Component Class"},{"name":"staticAreaStyles","visibility":"protected","static":true,"type":"undefined","description":"Returns the Static Area CSS for this UI5 Web Component Class"},{"name":"styles","visibility":"protected","static":true,"type":"undefined","description":"Returns the CSS for this UI5 Web Component Class"}],"slots":[],"methods":[{"name":"_render","visibility":"protected","description":"Do not call this method directly, only intended to be called by js"},{"name":"attachInvalidate","visibility":"public","parameters":[{"name":"callback","type":"InvalidationInfo","optional":false}],"description":"Attach a callback that will be executed whenever the component is invalidated"},{"name":"define","visibility":"public","static":true,"returnValue":{"type":"Promise.<UI5Element>"},"description":"Registers a UI5 Web Component in the browser window object"},{"name":"detachInvalidate","visibility":"public","parameters":[{"name":"callback","type":"InvalidationInfo","optional":false}],"description":"Detach the callback that is executed whenever the component is invalidated"},{"name":"fireEvent","visibility":"public","returnValue":{"type":"boolean","description":"false, if the event was cancelled (preventDefault called), true otherwise"},"parameters":[{"name":"name","type":"undefined","optional":false,"description":"name of the event"},{"name":"data","type":"undefined","optional":false,"description":"additional data for the event"},{"name":"cancelable","type":"undefined","optional":false,"defaultValue":false,"description":"true, if the user can call preventDefault on the event object"},{"name":"bubbles","type":"undefined","optional":false,"defaultValue":true,"description":"true, if the event bubbles"}]},{"name":"focus","visibility":"public","parameters":[{"name":"focusOptions","type":"FocusOptions","optional":false,"description":"additional options for the focus"}],"description":"Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")"},{"name":"getDomRef","visibility":"public","description":"Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template *Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option Use this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary"},{"name":"getFocusDomRef","visibility":"public","description":"Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template. This is the element that will receive the focus by default."},{"name":"getFocusDomRefAsync","visibility":"public","description":"Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template. This is the element that will receive the focus by default."},{"name":"getMetadata","visibility":"public","static":true,"returnValue":{"type":"UI5ElementMetadata"},"description":"Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents') Note: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only"},{"name":"getSlottedNodes","visibility":"public","description":"Returns the actual children, associated with a slot. Useful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content."},{"name":"getStaticAreaItemDomRef","visibility":"public"},{"name":"getUniqueDependencies","visibility":"public","static":true,"description":"Returns a list of the unique dependencies for this UI5 Web Component"},{"name":"onAfterRendering","visibility":"public","description":"Called every time after the component renders."},{"name":"onBeforeRendering","visibility":"public","description":"Called every time before the component renders."},{"name":"onDefine","visibility":"protected","static":true,"returnValue":{"type":"Promise.<void>"},"description":"Hook that will be called upon custom element definition"},{"name":"onEnterDOM","visibility":"public","description":"Called on connectedCallback - added to the DOM."},{"name":"onExitDOM","visibility":"public","description":"Called on disconnectedCallback - removed from the DOM."},{"name":"onInvalidation","visibility":"public","parameters":[{"name":"changeInfo","type":"undefined","optional":false,"description":"An object with information about the change that caused invalidation. The object can have the following properties: - type: (property|slot) tells what caused the invalidation 1) property: a property value was changed either directly or as a result of changing the corresponding attribute 2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot 1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot 2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\" 3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed. Can only trigger if the child of a slot is a slot element itself. 4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component. Can only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"}],"description":"A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)"}]},{"kind":"class","name":"UI5ElementMetadata","basename":"UI5ElementMetadata","resource":"UI5ElementMetadata.js","module":"UI5ElementMetadata","export":"","visibility":"public","constructor":{"visibility":"public"},"methods":[{"name":"getAttributesList","visibility":"public","returnValue":{"type":"string[]"},"description":"Returns an array with the attributes of the UI5 Element (in kebab-case)"},{"name":"getEvents","visibility":"public","description":"Returns an object with key-value pairs of events and their metadata definitions"},{"name":"getProperties","visibility":"public","description":"Returns an object with key-value pairs of properties and their metadata definitions"},{"name":"getPropertiesList","visibility":"public","returnValue":{"type":"string[]"},"description":"Returns an array with the properties of the UI5 Element (in camelCase)"},{"name":"getPureTag","visibility":"public","description":"Returns the tag of the UI5 Element without the scope"},{"name":"getSlots","visibility":"public","description":"Returns an object with key-value pairs of slots and their metadata definitions"},{"name":"getTag","visibility":"public","description":"Returns the tag of the UI5 Element"},{"name":"hasAttribute","visibility":"public","returnValue":{"type":"boolean"},"parameters":[{"name":"propName","type":"undefined","optional":false}],"description":"Determines whether a property should have an attribute counterpart"},{"name":"hasIndividualSlots","visibility":"public","description":"Determines whether this UI5 Element supports any slots with \"individualSlots: true\""},{"name":"hasSlots","visibility":"public","description":"Determines whether this UI5 Element supports any slots"},{"name":"slotsAreManaged","visibility":"public","description":"Determines whether this UI5 Element needs to invalidate if children are added/removed/changed"},{"name":"supportsF6FastNavigation","visibility":"public","description":"Determines whether this control supports F6 fast navigation"},{"name":"validatePropertyValue","visibility":"public","static":true,"description":"Validates the property's value and returns it if correct or returns the default value if not. <b>Note:</b> Only intended for use by UI5Element.js"}]}]}
@@ -1 +0,0 @@
1
- .content{color:var(--customCol);background-color:var(--customBg)}
@@ -1,9 +0,0 @@
1
- (function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const o of r)if(o.type==="childList")for(const a of o.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&s(a)}).observe(document,{childList:!0,subtree:!0});function n(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 s(r){if(r.ep)return;r.ep=!0;const o=n(r);fetch(r.href,o)}})();const A={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"]}},R=A.themes.default,st=A.themes.all,D=A.languages.default,u=A.locales.default,ue=A.locales.all,rt=()=>{const e=navigator.languages,t=()=>navigator.language;return e&&e[0]||t()||D};var Pe={},$e=Pe.hasOwnProperty,ot=Pe.toString,Ce=$e.toString,at=Ce.call(Object),le=function(e){var t,n;return!e||ot.call(e)!=="[object Object]"?!1:(t=Object.getPrototypeOf(e),t?(n=$e.call(t,"constructor")&&t.constructor,typeof n=="function"&&Ce.call(n)===at):!0)},it=Object.create(null),Re=function(e,t,n,s){var r,o,a,c,L,p,f=arguments[2]||{},V=3,tt=arguments.length,ce=arguments[0]||!1,nt=arguments[1]?void 0:it;for(typeof f!="object"&&typeof f!="function"&&(f={});V<tt;V++)if((L=arguments[V])!=null)for(c in L)r=f[c],a=L[c],!(c==="__proto__"||f===a)&&(ce&&a&&(le(a)||(o=Array.isArray(a)))?(o?(o=!1,p=r&&Array.isArray(r)?r:[]):p=r&&le(r)?r:{},f[c]=Re(ce,arguments[1],p,a)):a!==nt&&(f[c]=a));return f};const Oe=function(e,t){return Re(!0,!1,...arguments)},Ue=new Map,Wn=(e,t)=>{Ue.set(e,t)},w=e=>Ue.get(e),ct=e=>{const t=document.querySelector(`META[name="${e}"]`);return t&&t.getAttribute("content")},ut=e=>{const t=ct("sap-allowedThemeOrigins");return t&&t.split(",").some(n=>n==="*"||e===n.trim())},lt=(e,t)=>{const n=new URL(e).pathname;return new URL(n,t).toString()},ft=e=>{let t;try{if(e.startsWith(".")||e.startsWith("/"))t=new URL(e,window.location.href).toString();else{const n=new URL(e),s=n.origin;s&&ut(s)?t=n.toString():t=lt(n.toString(),window.location.href)}return t.endsWith("/")||(t=`${t}/`),`${t}UI5/`}catch{}};var Y;(function(e){e.Full="full",e.Basic="basic",e.Minimal="minimal",e.None="none"})(Y||(Y={}));const dt=Y;let fe=!1,i={animationMode:dt.Full,theme:R,themeRoot:void 0,rtl:void 0,language:void 0,timezone:void 0,calendarType:void 0,noConflict:!1,formatSettings:{},fetchDefaultLanguage:!1};const Zn=()=>(l(),i.animationMode),ht=()=>(l(),i.theme),pt=()=>(l(),i.themeRoot),Hn=()=>(l(),i.rtl),gt=()=>(l(),i.language),mt=()=>(l(),i.fetchDefaultLanguage),qn=()=>(l(),i.noConflict),Gn=()=>(l(),i.calendarType),Kn=()=>(l(),i.formatSettings),O=new Map;O.set("true",!0);O.set("false",!1);const yt=()=>{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&&(i=Oe(i,t))}},wt=()=>{const e=new URLSearchParams(window.location.search);e.forEach((t,n)=>{const s=n.split("sap-").length;s===0||s===n.split("sap-ui-").length||de(n,t,"sap")}),e.forEach((t,n)=>{!n.startsWith("sap-ui")||de(n,t,"sap-ui")})},St=e=>{const t=e.split("@")[1];return ft(t)},_t=(e,t)=>e==="theme"&&t.includes("@")?t.split("@")[0]:t,de=(e,t,n)=>{const s=t.toLowerCase(),r=e.split(`${n}-`)[1];O.has(t)&&(t=O.get(s)),r==="theme"?(i.theme=_t(r,t),t&&t.includes("@")&&(i.themeRoot=St(t))):i[r]=t},bt=()=>{const e=w("OpenUI5Support");if(!e||!e.isLoaded())return;const t=e.getConfigurationSettingsObject();i=Oe(i,t)},l=()=>{typeof document>"u"||fe||(yt(),wt(),bt(),fe=!0)};class v{constructor(){this._eventRegistry=new Map}attachEvent(t,n){const s=this._eventRegistry,r=s.get(t);if(!Array.isArray(r)){s.set(t,[n]);return}r.includes(n)||r.push(n)}detachEvent(t,n){const s=this._eventRegistry,r=s.get(t);if(!r)return;const o=r.indexOf(n);o!==-1&&r.splice(o,1),r.length===0&&s.delete(t)}fireEvent(t,n){const r=this._eventRegistry.get(t);return r?r.map(o=>o.call(this,n)):[]}fireEventAsync(t,n){return Promise.all(this.fireEvent(t,n))}isHandlerAttached(t,n){const r=this._eventRegistry.get(t);return r?r.includes(n):!1}hasListeners(t){return!!this._eventRegistry.get(t)}}const Ie=new v,Me="languageChange",ke=e=>{Ie.attachEvent(Me,e)},Tt=e=>Ie.fireEventAsync(Me,e),he=10;class At{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(n=>n!==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 n;const s=new Map;for(n=this.shift();n;){const r=s.get(n)||0;if(r>he)throw new Error(`Web component processed too many times this task, max allowed is: ${he}`);t(n),s.set(n,r+1),n=this.shift()}}}const vt=(e,t=document.body)=>{let n=document.querySelector(e);return n||(n=document.createElement(e),t.insertBefore(n,t.firstChild))},Lt=()=>typeof document>"u"?null:vt("ui5-shared-resources"),B=(e,t)=>{const n=e.split(".");let s=Lt();if(!s)return t;for(let r=0;r<n.length;r++){const o=n[r],a=r===n.length-1;Object.prototype.hasOwnProperty.call(s,o)||(s[o]=a?t:{}),s=s[o]}return s},Et={version:"0.0.0-dcd8e5389",major:0,minor:0,patch:0,suffix:"-dcd8e5389",isNext:!0,buildTime:1683187470};let $,Pt="";const N=new Map,b=B("Runtimes",[]),$t=()=>{if($===void 0){$=b.length;const e=Et;b.push({...e,alias:Pt,description:`Runtime ${$} - ver ${e.version}`})}},De=()=>$,Ct=(e,t)=>{const n=`${e},${t}`;if(N.has(n))return N.get(n);const s=b[e],r=b[t];if(!s||!r)throw new Error("Invalid runtime index supplied");if(s.isNext||r.isNext)return s.buildTime-r.buildTime;const o=s.major-r.major;if(o)return o;const a=s.minor-r.minor;if(a)return a;const c=s.patch-r.patch;if(c)return c;const p=new Intl.Collator(void 0,{numeric:!0,sensitivity:"base"}).compare(s.suffix,r.suffix);return N.set(n,p),p},Rt=()=>b,Be=B("Tags",new Map),ne=new Set;let h=new Map,W;const xe=-1,Jn=e=>{ne.add(e),Be.set(e,De())},Xn=e=>ne.has(e),Ot=()=>[...ne.values()],Yn=e=>{let t=Be.get(e);t===void 0&&(t=xe),h.has(t)||h.set(t,new Set),h.get(t).add(e),W||(W=setTimeout(()=>{Ut(),h=new Map,W=void 0},1e3))},Ut=()=>{const e=Rt(),t=De(),n=e[t];let s="Multiple UI5 Web Components instances detected.";e.length>1&&(s=`${s}
2
- Loading order (versions before 1.1.0 not listed): ${e.map(r=>`
3
- ${r.description}`).join("")}`),[...h.keys()].forEach(r=>{let o,a;r===xe?(o=1,a={description:"Older unknown runtime"}):(o=Ct(t,r),a=e[r]);let c;o>0?c="an older":o<0?c="a newer":c="the same",s=`${s}
4
-
5
- "${n.description}" failed to define ${h.get(r).size} tag(s) as they were defined by a runtime of ${c} version "${a.description}": ${[...h.get(r)].sort().join(", ")}.`,o>0?s=`${s}
6
- WARNING! If your code uses features of the above web components, unavailable in ${a.description}, it might not work as expected!`:s=`${s}
7
- Since the above web components were defined by the same or newer version runtime, they should be compatible with your code.`}),s=`${s}
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(s)},Fe=new Set,Qn=e=>{Fe.add(e)},It=e=>Fe.has(e),se=new Set,Mt=new v,S=new At;let g,C,Z,E;const kt=async e=>{S.add(e),await Bt()},Dt=e=>{Mt.fireEvent("beforeComponentRender",e),se.add(e),e._render()},es=e=>{S.remove(e),se.delete(e)},Bt=async()=>{E||(E=new Promise(e=>{window.requestAnimationFrame(()=>{S.process(Dt),E=null,e(),Z||(Z=setTimeout(()=>{Z=void 0,S.isEmpty()&&zt()},200))})})),await E},xt=()=>g||(g=new Promise(e=>{C=e,window.requestAnimationFrame(()=>{S.isEmpty()&&(g=void 0,e())})}),g),Ft=()=>{const e=Ot().map(t=>customElements.whenDefined(t));return Promise.all(e)},jt=async()=>{await Ft(),await xt()},zt=()=>{!S.isEmpty()||C&&(C(),C=void 0,g=void 0)},je=async e=>{se.forEach(t=>{const n=t.constructor,s=n.getMetadata().getTag(),r=It(n),o=n.getMetadata().isLanguageAware(),a=n.getMetadata().isThemeAware();(!e||e.tag===s||e.rtlAware&&r||e.languageAware&&o||e.themeAware&&a)&&kt(t)}),await jt()};let _,Q;const Vt=()=>(_===void 0&&(_=gt()),_),ts=async e=>{_!==e&&(_=e,await Tt(e),await je({languageAware:!0}))},Nt=e=>{Q=e},Wt=()=>(Q===void 0&&Nt(mt()),Q),Zt=/^((?:[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 ze{constructor(t){const n=Zt.exec(t.replace(/_/g,"-"));if(n===null)throw new Error(`The given language ${t} does not adhere to BCP-47.`);this.sLocaleId=t,this.sLanguage=n[1]||D,this.sScript=n[2]||"",this.sRegion=n[3]||"",this.sVariant=n[4]&&n[4].slice(1)||null,this.sExtension=n[5]&&n[5].slice(1)||null,this.sPrivateUse=n[6]||null,this.sLanguage&&(this.sLanguage=this.sLanguage.toLowerCase()),this.sScript&&(this.sScript=this.sScript.toLowerCase().replace(/^[a-z]/,s=>s.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 H=new Map,Ve=e=>(H.has(e)||H.set(e,new ze(e)),H.get(e)),pe=e=>{try{if(e&&typeof e=="string")return Ve(e)}catch{}return new ze(u)},ee=e=>{if(e)return pe(e);const t=Vt();return t?Ve(t):pe(rt())},Ht=/^((?:[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,qt={he:"iw",yi:"ji",nb:"no",sr:"sh"},Gt=e=>{let t;if(!e)return u;if(typeof e=="string"&&(t=Ht.exec(e.replace(/_/g,"-")))){let n=t[1].toLowerCase(),s=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,a=t[6];return n=qt[n]||n,a&&(t=ge.exec(a))||o&&(t=ge.exec(o))?`en_US_${t[1].toLowerCase()}`:(n==="zh"&&!s&&(r==="hans"?s="CN":r==="hant"&&(s="TW")),n+(s?"_"+s+(o?"_"+o.replace("-","_"):""):""))}return u},Kt=e=>{if(!e)return u;if(e==="zh_HK")return"zh_TW";const t=e.lastIndexOf("_");return t>=0?e.slice(0,t):e!==u?u:""},me=new Set,ye=new Set,re=new Map,q=new Map,oe=new Map,ns=(e,t,n)=>{const s=`${e}/${t}`;oe.set(s,n)},we=(e,t)=>{re.set(e,t)},ss=e=>re.get(e),Ne=(e,t)=>{const n=`${e}/${t}`;return oe.has(n)},Jt=(e,t)=>{const n=`${e}/${t}`,s=oe.get(n);return s&&!q.get(n)&&q.set(n,s(t)),q.get(n)},Xt=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))},Se=(e,t)=>t!==D&&!Ne(e,t),Yt=async e=>{const t=ee().getLanguage(),n=ee().getRegion();let s=t+(n?`-${n}`:"");if(Se(e,s))for(s=Gt(s);Se(e,s);)s=Kt(s);const r=Wt();if(s===D&&!r){we(e,null);return}if(!Ne(e,s)){Xt(e);return}try{const o=await Jt(e,s);we(e,o)}catch(o){const a=o;ye.has(a.message)||(ye.add(a.message),console.error(a.message))}};ke(e=>{const t=[...re.keys()];return Promise.all(t.map(Yt))});const Qt=new Map,U=new Map,G=new Map,_e=new Set;let be=!1;const en={iw:"he",ji:"yi",in:"id"},Te=e=>{be||(console.warn(`[LocaleData] Supported locale "${e}" not configured, import the "Assets.js" module from the webcomponents package you are using.`),be=!0)},tn=(e,t,n)=>{e=e&&en[e]||e,e==="no"&&(e="nb"),e==="zh"&&!t&&(n==="Hans"?t="CN":n==="Hant"&&(t="TW")),(e==="sh"||e==="sr"&&n==="Latn")&&(e="sr",t="Latn");let s=`${e}_${t}`;return ue.includes(s)||(s=e,ue.includes(s))?U.has(s)?s:(Te(s),u):u},Ae=(e,t)=>{Qt.set(e,t)},nn=e=>{if(!G.get(e)){const t=U.get(e);if(!t)throw new Error(`CLDR data for locale ${e} is not loaded!`);G.set(e,t(e))}return G.get(e)},sn=async(e,t,n)=>{const s=tn(e,t,n),r=w("OpenUI5Support");if(r){const o=r.getLocaleDataObject();if(o){Ae(s,o);return}}try{const o=await nn(s);Ae(s,o)}catch(o){const a=o;_e.has(a.message)||(_e.add(a.message),console.error(a.message))}},rn=(e,t)=>{U.set(e,t)};rn("en",async()=>(await fetch("https://sdk.openui5.org/1.103.0/resources/sap/ui/core/cldr/en.json")).json());ke(()=>{const e=ee();return sn(e.getLanguage(),e.getRegion(),e.getScript())});const We=new v,Ze="themeRegistered",on=e=>{We.attachEvent(Ze,e)},an=e=>We.fireEvent(Ze,e),He=new Map,qe=new Map,Ge=new Set,I=new Set,rs=(e,t,n)=>{qe.set(`${e}/${t}`,n),Ge.add(e),I.add(t),an(t)},Ke=async(e,t)=>{const n=He.get(`${e}_${t}`);if(n!==void 0)return n;if(!I.has(t)){const s=[...I.values()].join(", ");return console.warn(`You have requested a non-registered theme ${t} - falling back to ${R}. Registered themes are: ${s}`),ve(e,R)}return ve(e,t)},ve=async(e,t)=>{const n=qe.get(`${e}/${t}`);if(!n){console.error(`Theme [${t}] not registered for package [${e}]`);return}let s;try{s=await n(t)}catch(o){console.error(e,o.message);return}const r=s._||s;return He.set(`${e}_${t}`,r),r},Je=()=>Ge,cn=e=>I.has(e);var M;(function(e){e["SAP-icons"]="SAP-icons-v4",e.horizon="SAP-icons-v5",e["SAP-icons-TNT"]="tnt",e.BusinessSuiteInAppSymbols="business-suite"})(M||(M={}));const Xe=e=>M[e]?M[e]:e,un=(e,t)=>{const n=document.createElement("style");return n.type="text/css",t&&Object.entries(t).forEach(s=>n.setAttribute(...s)),n.textContent=e,document.head.appendChild(n),n},ln=(e,t)=>{const n=document.createElement("link");return n.type="text/css",n.rel="stylesheet",t&&Object.entries(t).forEach(s=>n.setAttribute(...s)),n.href=e,document.head.appendChild(n),new Promise(s=>{n.addEventListener("load",s),n.addEventListener("error",s)})},x=(e,t)=>t?`${e}|${t}`:e,F=(e,t,n="")=>{const s=typeof e=="string"?e:e.content;if(document.adoptedStyleSheets){const r=new CSSStyleSheet;r.replaceSync(s),r._ui5StyleId=x(t,n),document.adoptedStyleSheets=[...document.adoptedStyleSheets,r]}else{const r={};r[t]=n,un(s,r)}},fn=(e,t,n="")=>{const s=typeof e=="string"?e:e.content;if(document.adoptedStyleSheets){const r=document.adoptedStyleSheets.find(o=>o._ui5StyleId===x(t,n));r&&r.replaceSync(s||"")}else{const r=document.querySelector(`head>style[${t}="${n}"]`);r&&(r.textContent=s||"")}},j=(e,t="")=>document.adoptedStyleSheets?!!document.adoptedStyleSheets.find(n=>n._ui5StyleId===x(e,t)):!!document.querySelector(`head>style[${e}="${t}"]`),dn=(e,t="")=>{var n;if(document.adoptedStyleSheets)document.adoptedStyleSheets=document.adoptedStyleSheets.filter(s=>s._ui5StyleId!==x(e,t));else{const s=document.querySelector(`head > style[${e}="${t}"]`);(n=s==null?void 0:s.parentElement)==null||n.removeChild(s)}},Ye=(e,t,n="")=>{j(t,n)?fn(e,t,n):F(e,t,n)},m=new Set,hn=()=>{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},pn=e=>{const t=/\(["']?data:text\/plain;utf-8,(.*?)['"]?\)$/i.exec(e);if(t&&t.length>=2){let n=t[1];if(n=n.replace(/\\"/g,'"'),n.charAt(0)!=="{"&&n.charAt(n.length-1)!=="}")try{n=decodeURIComponent(n)}catch{m.has("decode")||(console.warn("Malformed theme metadata string, unable to decodeURIComponent"),m.add("decode"));return}try{return JSON.parse(n)}catch{m.has("parse")||(console.warn("Malformed theme metadata string, unable to parse JSON"),m.add("parse"))}}},gn=e=>{let t,n;try{t=e.Path.match(/\.([^.]+)\.css_variables$/)[1],n=e.Extends[0]}catch{m.has("object")||(console.warn("Malformed theme metadata Object",e),m.add("object"));return}return{themeName:t,baseThemeName:n}},te=()=>{const e=hn();if(!e||e==="none")return;const t=pn(e);if(t)return gn(t)},mn=new v,yn="themeLoaded",wn=e=>mn.fireEvent(yn,e);let K;const Qe=()=>(K===void 0&&(K=pt()),K),Sn=e=>`${Qe()}Base/baseLib/${e}/css_variables.css`,_n=async e=>{const t=document.querySelector(`[sap-ui-webcomponents-theme="${e}"]`);t&&document.head.removeChild(t),await ln(Sn(e),{"sap-ui-webcomponents-theme":e})},T="@ui5/webcomponents-theming",bn=()=>Je().has(T),Tn=async e=>{if(!bn())return;const t=await Ke(T,e);t&&Ye(t,"data-ui5-theme-properties",T)},An=()=>{dn("data-ui5-theme-properties",T)},vn=async e=>{const n=[...Je()].map(async s=>{if(s===T)return;const r=await Ke(s,e);r&&Ye(r,"data-ui5-theme-properties",s)});return Promise.all(n)},Ln=async e=>{var s;const t=te();if(t)return t;const n=w("OpenUI5Support");if(n){if(n.cssVariablesLoaded())return{themeName:(s=n.getConfigurationSettingsObject())==null?void 0:s.theme,baseThemeName:""}}else if(Qe())return await _n(e),te()},ae=async e=>{const t=await Ln(e);!t||e!==t.themeName?await Tn(e):An();const n=cn(e)?e:t&&t.baseThemeName;await vn(n||R),wn(e)};let y;const z=()=>(y===void 0&&(y=ht()),y),os=async e=>{y!==e&&(y=e,await ae(y),await je({themeAware:!0}))},En=()=>{var t,n;const e=z();return Pn(e)?!e.startsWith("sap_horizon"):!((n=(t=te())==null?void 0:t.baseThemeName)!=null&&n.startsWith("sap_horizon"))},Pn=e=>st.includes(e),$n=new Map;var d;(function(e){e.SAPIconsV4="SAP-icons-v4",e.SAPIconsV5="SAP-icons-v5",e.SAPIconsTNTV2="tnt-v2",e.SAPIconsTNTV3="tnt-v3",e.SAPBSIconsV1="business-suite-v1",e.SAPBSIconsV2="business-suite-v2"})(d||(d={}));const Cn=e=>{const t=z(),n=$n.get(t);return!e&&n?Xe(n):Rn(e)},Rn=e=>{const t=En();return e?e==="tnt"?t?d.SAPIconsTNTV2:d.SAPIconsTNTV3:e==="business-suite"?t?d.SAPBSIconsV1:d.SAPBSIconsV2:e:t?d.SAPIconsV4:d.SAPIconsV5},Le=new Map,k=B("SVGIcons.registry",new Map),J=B("SVGIcons.promises",new Map),Ee="ICON_NOT_FOUND",On=async e=>{if(!J.has(e)){if(!Le.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=Le.get(e);J.set(e,t(e))}return J.get(e)},Un=e=>{Object.keys(e.data).forEach(t=>{const n=e.data[t];In(t,{pathData:n.path||n.paths,ltr:n.ltr,accData:n.acc,collection:e.collection,packageName:e.packageName})})},In=(e,t)=>{const n=`${t.collection}/${e}`;k.set(n,{pathData:t.pathData,ltr:t.ltr,accData:t.accData,packageName:t.packageName,customTemplate:t.customTemplate,viewBox:t.viewBox,collection:t.collection})},Mn=e=>{e.startsWith("sap-icon://")&&(e=e.replace("sap-icon://",""));let t;[e,t]=e.split("/").reverse(),e=e.replace("icon-",""),t&&(t=Xe(t)),t=Cn(t);const n=`${t}/${e}`;return{name:e,collection:t,registryKey:n}},X=async e=>{const{collection:t,registryKey:n}=Mn(e);let s=Ee;try{s=await On(t)}catch(r){console.error(r.message)}return s===Ee?s:(k.has(n)||Un(s),k.get(n))},as=async()=>(await X("edit"),await X("tnt/arrow"),await X("business-suite/3d"),Array.from(k.keys())),kn=()=>new Promise(e=>{document.body?e():document.addEventListener("DOMContentLoaded",()=>{e()})}),Dn={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")}`},Bn={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')}"},xn=()=>{const e=w("OpenUI5Support");(!e||!e.isLoaded())&&Fn(),jn()},Fn=()=>{j("data-ui5-font-face")||F(Dn,"data-ui5-font-face")},jn=()=>{j("data-ui5-font-face-override")||F(Bn,"data-ui5-font-face-override")},zn={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}"},Vn=()=>{j("data-ui5-system-css-vars")||F(zn,"data-ui5-system-css-vars")};let ie=!1,P;const et=new v,is=e=>{if(!ie){et.attachEvent("boot",e);return}e()},cs=async()=>{if(P!==void 0)return P;const e=async t=>{if(typeof document>"u"){t();return}on(Nn),$t();const n=w("OpenUI5Support"),s=n?n.isLoaded():!1,r=w("F6Navigation");n&&await n.init(),r&&!s&&r.init(),await kn(),await ae(z()),n&&n.attachListeners(),xn(),Vn(),t(),ie=!0,await et.fireEventAsync("boot")};return P=new Promise(e),P},Nn=e=>{const t=z();ie&&e===t&&ae(t)};export{ts as A,z as B,Qe as C,ns as D,v as E,is as F,as as _,B as a,je as b,w as c,Hn as d,Vt as e,Yt as f,ss as g,rt as h,jt as i,qn as j,Dt as k,es as l,Qn as m,vt as n,cs as o,Xn as p,Yn as q,Wn as r,os as s,Jn as t,Oe as u,kt as v,rs as w,Zn as x,Gn as y,Kn as z};
@@ -1,50 +0,0 @@
1
- import{f as ge,g as me,a as gt,r as Vt,s as Ut,b as Ft,E as J,c as X,d as ye,e as jt,h as _e,i as zt,j as ve,k as Ae,l as $e,m as we,n as Ce,o as Se,p as be,q as Ee,t as Me,u as Te,v as xe,w as C,x as De,y as Ie,z as Wt,A as Le,B as Pe,C as Ne,_ as Oe,D as Re}from"./Boot.f21d1bf8.js";const He=/('')|'([^']+(?:''[^']*)*)(?:'|$)|\{([0-9]+(?:\s*,[^{}]*)?)\}|[{}]/g,ke=(s,t)=>(t=t||[],s.replace(He,(e,n,i,r,o)=>{if(n)return"'";if(i)return i.replace(/''/g,"'");if(r){const c=typeof r=="string"?parseInt(r):r;return String(t[c])}throw new Error(`[i18n]: pattern syntax error at pos ${o}`)})),Q=new Map;class Be{constructor(t){this.packageName=t}getText(t,...e){if(typeof t=="string"&&(t={key:t,defaultText:t}),!t||!t.key)return"";const n=me(this.packageName);n&&!n[t.key]&&console.warn(`Key ${t.key} not found in the i18n bundle, the default text will be used`);const i=n&&n[t.key]?n[t.key]:t.defaultText||t.key;return ke(i,e)}}const Ve=s=>{if(Q.has(s))return Q.get(s);const t=new Be(s);return Q.set(s,t),t},Ue=async s=>(await ge(s),Ve(s)),Fe=gt("PopupUtilsData",{currentZIndex:100}),At=()=>Fe.currentZIndex,A=()=>{var s,t,e;return(e=(t=(s=window.sap)==null?void 0:s.ui)==null?void 0:t.getCore)==null?void 0:e.call(t)};class mt{static isLoaded(){return!!A()}static init(){const t=A();return t?new Promise(e=>{t.attachInit(()=>{window.sap.ui.require(["sap/ui/core/LocaleData","sap/ui/core/Popup"],(n,i)=>{i.setInitialZIndex(At()),e()})})}):Promise.resolve()}static getConfigurationSettingsObject(){const t=A();if(!t)return;const e=t.getConfiguration(),n=window.sap.ui.require("sap/ui/core/LocaleData");return{animationMode:e.getAnimationMode(),language:e.getLanguage(),theme:e.getTheme(),themeRoot:e.getThemeRoot(),rtl:e.getRTL(),timezone:e.getTimezone(),calendarType:e.getCalendarType(),formatSettings:{firstDayOfWeek:n?n.getInstance(e.getLocale()).getFirstDayOfWeek():void 0,legacyDateCalendarCustomizing:e.getFormatSettings().getLegacyDateCalendarCustomizing()}}}static getLocaleDataObject(){const t=A();if(!t)return;const e=t.getConfiguration();return window.sap.ui.require("sap/ui/core/LocaleData").getInstance(e.getLocale())._get()}static _listenForThemeChange(){const t=A(),e=t.getConfiguration();t.attachThemeChanged(async()=>{await Ut(e.getTheme())})}static attachListeners(){!A()||mt._listenForThemeChange()}static cssVariablesLoaded(){if(!A())return;const e=[...document.head.children].find(n=>n.id==="sap-ui-theme-sap.ui.core");if(!!e)return!!e.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(At())}}Vt("OpenUI5Support",mt);const tt=new Map,et=new Map,$t=s=>{if(!tt.has(s)){const t=je(s.split("-"));tt.set(s,t)}return tt.get(s)},qt=s=>{if(!et.has(s)){const t=s.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();et.set(s,t)}return et.get(s)},je=s=>s.map((t,e)=>e===0?t.toLowerCase():t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()).join(""),ze=s=>{if(!(s instanceof HTMLElement))return"default";const t=s.getAttribute("slot");if(t){const e=t.match(/^(.+?)-\d+$/);return e?e[1]:t}return"default"},Zt=s=>s instanceof HTMLSlotElement?s.assignedNodes({flatten:!0}).filter(t=>t instanceof HTMLElement):[s],We=s=>s.reduce((t,e)=>t.concat(Zt(e)),[]);let qe,wt={include:[/^ui5-/],exclude:[]};const st=new Map,Gt=()=>qe,ut=s=>{if(!st.has(s)){const t=wt.include.some(e=>s.match(e))&&!wt.exclude.some(e=>s.match(e));st.set(s,t)}return st.get(s)},Kt=s=>{if(ut(s))return Gt()};class Ze{constructor(t){this.metadata=t}getInitialState(){if(Object.prototype.hasOwnProperty.call(this,"_initialState"))return this._initialState;const t={},e=this.slotsAreManaged(),n=this.getProperties();for(const i in n){const r=n[i].type,o=n[i].defaultValue;r===Boolean?(t[i]=!1,o!==void 0&&console.warn("The 'defaultValue' metadata key is ignored for all booleans properties, they would be initialized with 'false' by default")):n[i].multiple?t[i]=[]:r===Object?t[i]="defaultValue"in n[i]?n[i].defaultValue:{}:r===String?t[i]="defaultValue"in n[i]?n[i].defaultValue:"":t[i]=o}if(e){const i=this.getSlots();for(const[r,o]of Object.entries(i)){const c=o.propertyName||r;t[c]=[]}}return this._initialState=t,t}static validatePropertyValue(t,e){return e.multiple&&t?t.map(i=>Ct(i,e)):Ct(t,e)}static validateSlotValue(t,e){return Ge(t,e)}getPureTag(){return this.metadata.tag||""}getTag(){const t=this.metadata.tag;if(!t)return"";const e=Kt(t);return e?`${t}-${e}`:t}hasAttribute(t){const e=this.getProperties()[t];return e.type!==Object&&!e.noAttribute&&!e.multiple}getPropertiesList(){return Object.keys(this.getProperties())}getAttributesList(){return this.getPropertiesList().filter(this.hasAttribute.bind(this)).map(qt)}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,e,n){const i=this.getSlots()[t].invalidateOnChildChange;if(i===void 0)return!1;if(typeof i=="boolean")return i;if(typeof i=="object"){if(e==="property"){if(i.properties===void 0)return!1;if(typeof i.properties=="boolean")return i.properties;if(Array.isArray(i.properties))return i.properties.includes(n);throw new Error("Wrong format for invalidateOnChildChange.properties: boolean or array is expected")}if(e==="slot"){if(i.slots===void 0)return!1;if(typeof i.slots=="boolean")return i.slots;if(Array.isArray(i.slots))return i.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 Ct=(s,t)=>{const e=t.type;let n=t.validator;return e&&e.isDataTypeClass&&(n=e),n?n.isValid(s)?s:t.defaultValue:!e||e===String?typeof s=="string"||typeof s>"u"||s===null?s:s.toString():e===Boolean?typeof s=="boolean"?s:!1:e===Object?typeof s=="object"?s:t.defaultValue:s in e?s:t.defaultValue},Ge=(s,t)=>(s&&Zt(s).forEach(e=>{if(!(e instanceof t.type))throw new Error(`The element is not of type ${t.type.toString()}`)}),s);class Ke extends HTMLElement{}customElements.get("ui5-static-area")||customElements.define("ui5-static-area",Ke);const Je=()=>gt("CustomStyle.eventProvider",new J),Xe="CustomCSSChange",yt=s=>{Je().attachEvent(Xe,s)},Ye=()=>gt("CustomStyle.customCSSFor",{});yt(s=>{Ft({tag:s})});const Qe=s=>{const t=Ye();return t[s]?t[s].join(""):""},ts=10,nt=s=>Array.isArray(s)?s.filter(t=>!!t).flat(ts).map(t=>typeof t=="string"?t:t.content).join(" "):typeof s=="string"?s:s.content,W=new Map;yt(s=>{W.delete(`${s}_normal`)});const Jt=(s,t=!1)=>{const e=s.getMetadata().getTag(),n=`${e}_${t?"static":"normal"}`,i=X("OpenUI5Enablement");if(!W.has(n)){let r,o="";if(i&&(o=nt(i.getBusyIndicatorStyles())),t)r=nt(s.staticAreaStyles);else{const c=Qe(e)||"";r=`${nt(s.styles)} ${c}`}r=`${r} ${o}`,W.set(n,r)}return W.get(n)},q=new Map;yt(s=>{q.delete(`${s}_normal`)});const es=(s,t=!1)=>{const n=`${s.getMetadata().getTag()}_${t?"static":"normal"}`;if(!q.has(n)){const i=Jt(s,t),r=new CSSStyleSheet;r.replaceSync(i),q.set(n,[r])}return q.get(n)},ht=(s,t=!1)=>{let e;const n=s.constructor,i=t?s.staticAreaItem.shadowRoot:s.shadowRoot;let r;if(t?r=s.renderStatic():r=s.render(),!i){console.warn("There is no shadow root to update");return}if(document.adoptedStyleSheets?i.adoptedStyleSheets=es(n,t):e=Jt(n,t),n.renderer){n.renderer(r,i,e,t,{host:s});return}n.render(r,i,e,t,{host:s})},ss="--_ui5_content_density",ns=s=>getComputedStyle(s).getPropertyValue(ss),is=s=>{const t=/\$([-a-z0-9A-Z._]+)(?::([^$]*))?\$/.exec(s);return t&&t[2]?t[2].split(/,/):null},rs={iw:"he",ji:"yi",in:"id",sh:"sr"},os=is("$cldr-rtl-locales:ar,fa,he$")||[],as=s=>(s=s&&rs[s]||s,os.indexOf(s)>=0),Xt=()=>{if(typeof document>"u")return!1;const s=ye();return s!==void 0?!!s:as(jt()||_e())},ls="--_ui5_dir",Yt=s=>{const t=window.document,e=["ltr","rtl"],n=getComputedStyle(s).getPropertyValue(ls);return e.includes(n)?n:e.includes(s.dir)?s.dir:e.includes(t.documentElement.dir)?t.documentElement.dir:e.includes(t.body.dir)?t.body.dir:Xt()?"rtl":void 0},z="ui5-static-area-item",cs="data-sap-ui-integration-popup-content";class R 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(),ht(this.ownerElement,!0))}_updateContentDensity(){ns(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=Yt(this.ownerElement);t?this.setAttribute("dir",t):this.removeAttribute("dir")}}_updateAdditionalAttrs(){this.setAttribute(z,""),this.setAttribute(cs,"")}async getDomRef(){return this._updateContentDensity(),this._rendered||(this._rendered=!0,ht(this.ownerElement,!0)),await zt(),this.shadowRoot}static getTag(){const t=Kt(z);return t?`${z}-${t}`:z}static createInstance(){return customElements.get(R.getTag())||customElements.define(R.getTag(),R),document.createElement(this.getTag())}}const pt=new WeakMap,ds=(s,t,e)=>{const n=new MutationObserver(t);pt.set(s,n),n.observe(s,e)},us=s=>{const t=pt.get(s);t&&(t.disconnect(),pt.delete(s))},hs=["value-changed","click"];let Z;const ps=s=>hs.includes(s),fs=s=>{const t=_t();return!(typeof t!="boolean"&&t.events&&t.events.includes&&t.events.includes(s))},_t=()=>(Z===void 0&&(Z=ve()),Z),gs=s=>{Z=s},ms=s=>{const t=_t();return ps(s)?!1:t===!0?!0:!fs(s)},ys=["disabled","title","hidden","role","draggable"],St=s=>ys.includes(s)||s.startsWith("aria")?!0:![HTMLElement,Element,Node].some(e=>e.prototype.hasOwnProperty(s)),bt=(s,t)=>{if(s.length!==t.length)return!1;for(let e=0;e<s.length;e++)if(s[e]!==t[e])return!1;return!0},Et=(s,t)=>{const e=_s(t),n=Gt();return s.call(t,t,e,n)},_s=s=>{const t=s.constructor,e=t.getMetadata().getPureTag(),n=t.getUniqueDependencies().map(i=>i.getMetadata().getPureTag()).filter(ut);return ut(e)&&n.push(e),n};let vs=0;const Mt=new Map,it=new Map;function L(s){this._suppressInvalidation||(this.onInvalidation(s),this._changedState.push(s),xe(this),this._eventProvider.fireEvent("invalidate",{...s,target:this}))}class w 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 J;let e;this._domRefReadyPromise=new Promise(n=>{e=n}),this._domRefReadyPromise._deferredResolve=e,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_${++vs}`),this.__id}render(){const t=this.constructor.template;return Et(t,this)}renderStatic(){const t=this.constructor.staticAreaTemplate;return Et(t,this)}async connectedCallback(){const t=this.constructor;this.setAttribute(t.getMetadata().getPureTag(),""),t.getMetadata().supportsF6FastNavigation()&&this.setAttribute("data-sap-ui-fastnavgroup","true");const e=t.getMetadata().slotsAreManaged();this._inDOM=!0,e&&(this._startObservingDOMChildren(),await this._processChildren()),this._inDOM&&(Ae(this),this._domRefReadyPromise._deferredResolve(),this._fullyConnected=!0,this.onEnterDOM())}disconnectedCallback(){const e=this.constructor.getMetadata().slotsAreManaged();this._inDOM=!1,e&&this._stopObservingDOMChildren(),this._fullyConnected&&(this.onExitDOM(),this._fullyConnected=!1),this.staticAreaItem&&this.staticAreaItem.parentElement&&this.staticAreaItem.parentElement.removeChild(this.staticAreaItem),$e(this)}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}_startObservingDOMChildren(){const t=this.constructor;if(!t.getMetadata().hasSlots())return;const n=t.getMetadata().canSlotText(),i={childList:!0,subtree:n,characterData:n};ds(this,this._processChildren.bind(this),i)}_stopObservingDOMChildren(){us(this)}async _processChildren(){this.constructor.getMetadata().hasSlots()&&await this._updateSlots()}async _updateSlots(){const t=this.constructor,e=t.getMetadata().getSlots(),n=t.getMetadata().canSlotText(),i=Array.from(n?this.childNodes:this.children),r=new Map,o=new Map;for(const[d,u]of Object.entries(e)){const h=u.propertyName||d;o.set(h,d),r.set(h,[...this._state[h]]),this._clearSlot(d,u)}const c=new Map,a=new Map,l=i.map(async(d,u)=>{const h=ze(d),f=e[h];if(f===void 0){if(h!=="default"){const g=Object.keys(e).join(", ");console.warn(`Unknown slotName: ${h}, ignoring`,d,`Valid values are: ${g}`)}return}if(f.individualSlots){const g=(c.get(h)||0)+1;c.set(h,g),d._individualSlot=`${h}-${g}`}if(d instanceof HTMLElement){const g=d.localName;if(g.includes("-")){if(!window.customElements.get(g)){const pe=window.customElements.whenDefined(g);let j=Mt.get(g);j||(j=new Promise(fe=>setTimeout(fe,1e3)),Mt.set(g,j)),await Promise.race([pe,j])}window.customElements.upgrade(d)}}if(d=t.getMetadata().constructor.validateSlotValue(d,f),Tt(d)&&f.invalidateOnChildChange){const g=this._getChildChangeListener(h);g&&d.attachInvalidate.call(d,g)}d instanceof HTMLSlotElement&&this._attachSlotChange(d,h);const m=f.propertyName||h;a.has(m)?a.get(m).push({child:d,idx:u}):a.set(m,[{child:d,idx:u}])});await Promise.all(l),a.forEach((d,u)=>{this._state[u]=d.sort((h,f)=>h.idx-f.idx).map(h=>h.child)});let p=!1;for(const[d,u]of Object.entries(e)){const h=u.propertyName||d;bt(r.get(h),this._state[h])||(L.call(this,{type:"slot",name:o.get(h),reason:"children"}),p=!0)}p||L.call(this,{type:"slot",name:"default",reason:"textcontent"})}_clearSlot(t,e){const n=e.propertyName||t;this._state[n].forEach(r=>{if(Tt(r)){const o=this._getChildChangeListener(t);o&&r.detachInvalidate.call(r,o)}r instanceof HTMLSlotElement&&this._detachSlotChange(r,t)}),this._state[n]=[]}attachInvalidate(t){this._eventProvider.attachEvent("invalidate",t)}detachInvalidate(t){this._eventProvider.detachEvent("invalidate",t)}_onChildChange(t,e){!this.constructor.getMetadata().shouldInvalidateOnChildChange(t,e.type,e.name)||L.call(this,{type:"slot",name:t,reason:"childchange",child:e.target})}attributeChangedCallback(t,e,n){let i;if(this._doNotSyncAttributes.has(t))return;const r=this.constructor.getMetadata().getProperties(),o=t.replace(/^ui5-/,""),c=$t(o);if(r.hasOwnProperty(c)){const a=r[c],l=a.type;let p=a.validator;l&&l.isDataTypeClass&&(p=l),p?i=p.attributeToProperty(n):l===Boolean?i=n!==null:i=n,this[c]=i}}_updateAttribute(t,e){const n=this.constructor;if(!n.getMetadata().hasAttribute(t))return;const r=n.getMetadata().getProperties()[t],o=r.type;let c=r.validator;const a=qt(t),l=this.getAttribute(a);if(o&&o.isDataTypeClass&&(c=o),c){const p=c.propertyToAttribute(e);p===null?(this._doNotSyncAttributes.add(a),this.removeAttribute(a),this._doNotSyncAttributes.delete(a)):this.setAttribute(a,p)}else o===Boolean?e===!0&&l===null?this.setAttribute(a,""):e===!1&&l!==null&&this.removeAttribute(a):typeof e!="object"&&l!==e&&this.setAttribute(a,e)}_upgradeProperty(t){if(this.hasOwnProperty(t)){const e=this[t];delete this[t],this[t]=e}}_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,e){const n=this._getSlotChangeListener(e);n&&t.addEventListener("slotchange",n)}_detachSlotChange(t,e){t.removeEventListener("slotchange",this._getSlotChangeListener(e))}_onSlotChange(t){L.call(this,{type:"slot",name:t,reason:"slotchange"})}onInvalidation(t){}_render(){const t=this.constructor,e=t.getMetadata().hasIndividualSlots();this._suppressInvalidation=!0,this.onBeforeRendering(),this._onComponentStateFinalized&&this._onComponentStateFinalized(),this._suppressInvalidation=!1,this._changedState=[],t._needsShadowDOM()&&ht(this),this.staticAreaItem&&this.staticAreaItem.update(),e&&this._assignIndividualSlotsToChildren(),this.onAfterRendering()}_assignIndividualSlotsToChildren(){Array.from(this.children).forEach(e=>{e._individualSlot&&e.setAttribute("slot",e._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(e=>!["link","style"].includes(e.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 e=this.getFocusDomRef();e&&typeof e.focus=="function"&&e.focus(t)}fireEvent(t,e,n=!1,i=!0){const r=this._fireEvent(t,e,n,i),o=$t(t);return o!==t?r&&this._fireEvent(o,e,n):r}_fireEvent(t,e,n=!1,i=!0){const r=new CustomEvent(`ui5-${t}`,{detail:e,composed:!1,bubbles:i,cancelable:n}),o=this.dispatchEvent(r);if(ms(t))return o;const c=new CustomEvent(t,{detail:e,composed:!1,bubbles:i,cancelable:n});return this.dispatchEvent(c)&&o}getSlottedNodes(t){return We(this[t])}get effectiveDir(){return we(this.constructor),Yt(this)}get isUI5Element(){return!0}get classes(){return{}}static get observedAttributes(){return this.getMetadata().getAttributesList()}static _needsShadowDOM(){return!!this.template||Object.prototype.hasOwnProperty.call(this.prototype,"render")}static _needsStaticArea(){return!!this.staticAreaTemplate||Object.prototype.hasOwnProperty.call(this.prototype,"renderStatic")}getStaticAreaItemDomRef(){if(!this.constructor._needsStaticArea())throw new Error("This component does not use the static area");return this.staticAreaItem||(this.staticAreaItem=R.createInstance(),this.staticAreaItem.setOwnerElement(this)),this.staticAreaItem.parentElement||Ce("ui5-static-area").appendChild(this.staticAreaItem),this.staticAreaItem.getDomRef()}static _generateAccessors(){const t=this.prototype,e=this.getMetadata().slotsAreManaged(),n=this.getMetadata().getProperties();for(const[i,r]of Object.entries(n)){if(St(i)||console.warn(`"${i}" is not a valid property name. Use a name that does not collide with DOM APIs`),r.type===Boolean&&r.defaultValue)throw new Error(`Cannot set a default value for property "${i}". All booleans are false by default.`);if(r.type===Array)throw new Error(`Wrong type for property "${i}". Properties cannot be of type Array - use "multiple: true" and set "type" to the single value type, such as "String", "Object", etc...`);if(r.type===Object&&r.defaultValue)throw new Error(`Cannot set a default value for property "${i}". All properties of type "Object" are empty objects by default.`);if(r.multiple&&r.defaultValue)throw new Error(`Cannot set a default value for property "${i}". All multiple properties are empty arrays by default.`);Object.defineProperty(t,i,{get(){if(this._state[i]!==void 0)return this._state[i];const o=r.defaultValue;return r.type===Boolean?!1:r.type===String?o:r.multiple?[]:o},set(o){let c;o=this.constructor.getMetadata().constructor.validatePropertyValue(o,r);const p=r.type;let d=r.validator;const u=this._state[i];p&&p.isDataTypeClass&&(d=p),d?c=!d.valuesAreEqual(u,o):Array.isArray(u)&&Array.isArray(o)&&r.multiple&&r.compareValues?c=!bt(u,o):c=u!==o,c&&(this._state[i]=o,L.call(this,{type:"property",name:i,newValue:o,oldValue:u}),this._updateAttribute(i,o))}})}if(e){const i=this.getMetadata().getSlots();for(const[r,o]of Object.entries(i)){St(r)||console.warn(`"${r}" is not a valid property name. Use a name that does not collide with DOM APIs`);const c=o.propertyName||r;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 styles(){return""}static get staticAreaStyles(){return""}static get dependencies(){return[]}static getUniqueDependencies(){if(!it.has(this)){const t=this.dependencies.filter((e,n,i)=>i.indexOf(e)===n);it.set(this,t)}return it.get(this)||[]}static whenDependenciesDefined(){return Promise.all(this.getUniqueDependencies().map(t=>t.define()))}static async onDefine(){return Promise.resolve()}static async define(){await Se(),await Promise.all([this.whenDependenciesDefined(),this.onDefine()]);const t=this.getMetadata().getTag(),e=be(t),n=customElements.get(t);return n&&!e?Ee(t):n||(this._generateAccessors(),Me(t),window.customElements.define(t,this)),this}static getMetadata(){if(this.hasOwnProperty("_metadata"))return this._metadata;const t=[this.metadata];let e=this;for(;e!==w;)e=Object.getPrototypeOf(e),t.unshift(e.metadata);const n=Te({},...t);return this._metadata=new Ze(n),this._metadata}}w.metadata={};const Tt=s=>"isUI5Element"in s;/**
2
- * @license
3
- * Copyright 2017 Google LLC
4
- * SPDX-License-Identifier: BSD-3-Clause
5
- */var rt;const G=window,x=G.trustedTypes,xt=x?x.createPolicy("lit-html",{createHTML:s=>s}):void 0,K="$lit$",$=`lit$${(Math.random()+"").slice(9)}$`,vt="?"+$,As=`<${vt}>`,D=document,H=()=>D.createComment(""),k=s=>s===null||typeof s!="object"&&typeof s!="function",Qt=Array.isArray,te=s=>Qt(s)||typeof(s==null?void 0:s[Symbol.iterator])=="function",ot=`[
6
- \f\r]`,P=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Dt=/-->/g,It=/>/g,S=RegExp(`>|${ot}(?:([^\\s"'>=/]+)(${ot}*=${ot}*(?:[^
7
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Lt=/'/g,Pt=/"/g,ee=/^(?:script|style|textarea|title)$/i,$s=s=>(t,...e)=>({_$litType$:s,strings:t,values:e}),ws=$s(1),E=Symbol.for("lit-noChange"),y=Symbol.for("lit-nothing"),Nt=new WeakMap,T=D.createTreeWalker(D,129,null,!1),se=(s,t)=>{const e=s.length-1,n=[];let i,r=t===2?"<svg>":"",o=P;for(let a=0;a<e;a++){const l=s[a];let p,d,u=-1,h=0;for(;h<l.length&&(o.lastIndex=h,d=o.exec(l),d!==null);)h=o.lastIndex,o===P?d[1]==="!--"?o=Dt:d[1]!==void 0?o=It:d[2]!==void 0?(ee.test(d[2])&&(i=RegExp("</"+d[2],"g")),o=S):d[3]!==void 0&&(o=S):o===S?d[0]===">"?(o=i!=null?i:P,u=-1):d[1]===void 0?u=-2:(u=o.lastIndex-d[2].length,p=d[1],o=d[3]===void 0?S:d[3]==='"'?Pt:Lt):o===Pt||o===Lt?o=S:o===Dt||o===It?o=P:(o=S,i=void 0);const f=o===S&&s[a+1].startsWith("/>")?" ":"";r+=o===P?l+As:u>=0?(n.push(p),l.slice(0,u)+K+l.slice(u)+$+f):l+$+(u===-2?(n.push(void 0),a):f)}const c=r+(s[e]||"<?>")+(t===2?"</svg>":"");if(!Array.isArray(s)||!s.hasOwnProperty("raw"))throw Error("invalid template strings array");return[xt!==void 0?xt.createHTML(c):c,n]};class B{constructor({strings:t,_$litType$:e},n){let i;this.parts=[];let r=0,o=0;const c=t.length-1,a=this.parts,[l,p]=se(t,e);if(this.el=B.createElement(l,n),T.currentNode=this.el.content,e===2){const d=this.el.content,u=d.firstChild;u.remove(),d.append(...u.childNodes)}for(;(i=T.nextNode())!==null&&a.length<c;){if(i.nodeType===1){if(i.hasAttributes()){const d=[];for(const u of i.getAttributeNames())if(u.endsWith(K)||u.startsWith($)){const h=p[o++];if(d.push(u),h!==void 0){const f=i.getAttribute(h.toLowerCase()+K).split($),m=/([.?@])?(.*)/.exec(h);a.push({type:1,index:r,name:m[2],strings:f,ctor:m[1]==="."?ie:m[1]==="?"?re:m[1]==="@"?oe:V})}else a.push({type:6,index:r})}for(const u of d)i.removeAttribute(u)}if(ee.test(i.tagName)){const d=i.textContent.split($),u=d.length-1;if(u>0){i.textContent=x?x.emptyScript:"";for(let h=0;h<u;h++)i.append(d[h],H()),T.nextNode(),a.push({type:2,index:++r});i.append(d[u],H())}}}else if(i.nodeType===8)if(i.data===vt)a.push({type:2,index:r});else{let d=-1;for(;(d=i.data.indexOf($,d+1))!==-1;)a.push({type:7,index:r}),d+=$.length-1}r++}}static createElement(t,e){const n=D.createElement("template");return n.innerHTML=t,n}}function M(s,t,e=s,n){var i,r,o,c;if(t===E)return t;let a=n!==void 0?(i=e._$Co)===null||i===void 0?void 0:i[n]:e._$Cl;const l=k(t)?void 0:t._$litDirective$;return(a==null?void 0:a.constructor)!==l&&((r=a==null?void 0:a._$AO)===null||r===void 0||r.call(a,!1),l===void 0?a=void 0:(a=new l(s),a._$AT(s,e,n)),n!==void 0?((o=(c=e)._$Co)!==null&&o!==void 0?o:c._$Co=[])[n]=a:e._$Cl=a),a!==void 0&&(t=M(s,a._$AS(s,t.values),a,n)),t}class ne{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var e;const{el:{content:n},parts:i}=this._$AD,r=((e=t==null?void 0:t.creationScope)!==null&&e!==void 0?e:D).importNode(n,!0);T.currentNode=r;let o=T.nextNode(),c=0,a=0,l=i[0];for(;l!==void 0;){if(c===l.index){let p;l.type===2?p=new I(o,o.nextSibling,this,t):l.type===1?p=new l.ctor(o,l.name,l.strings,this,t):l.type===6&&(p=new ae(o,this,t)),this._$AV.push(p),l=i[++a]}c!==(l==null?void 0:l.index)&&(o=T.nextNode(),c++)}return r}v(t){let e=0;for(const n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(t,n,e),e+=n.strings.length-2):n._$AI(t[e])),e++}}class I{constructor(t,e,n,i){var r;this.type=2,this._$AH=y,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=n,this.options=i,this._$Cp=(r=i==null?void 0:i.isConnected)===null||r===void 0||r}get _$AU(){var t,e;return(e=(t=this._$AM)===null||t===void 0?void 0:t._$AU)!==null&&e!==void 0?e:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return e!==void 0&&(t==null?void 0:t.nodeType)===11&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=M(this,t,e),k(t)?t===y||t==null||t===""?(this._$AH!==y&&this._$AR(),this._$AH=y):t!==this._$AH&&t!==E&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):te(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==y&&k(this._$AH)?this._$AA.nextSibling.data=t:this.$(D.createTextNode(t)),this._$AH=t}g(t){var e;const{values:n,_$litType$:i}=t,r=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=B.createElement(i.h,this.options)),i);if(((e=this._$AH)===null||e===void 0?void 0:e._$AD)===r)this._$AH.v(n);else{const o=new ne(r,this),c=o.u(this.options);o.v(n),this.$(c),this._$AH=o}}_$AC(t){let e=Nt.get(t.strings);return e===void 0&&Nt.set(t.strings,e=new B(t)),e}T(t){Qt(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let n,i=0;for(const r of t)i===e.length?e.push(n=new I(this.k(H()),this.k(H()),this,this.options)):n=e[i],n._$AI(r),i++;i<e.length&&(this._$AR(n&&n._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,e){var n;for((n=this._$AP)===null||n===void 0||n.call(this,!1,!0,e);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i}}setConnected(t){var e;this._$AM===void 0&&(this._$Cp=t,(e=this._$AP)===null||e===void 0||e.call(this,t))}}class V{constructor(t,e,n,i,r){this.type=1,this._$AH=y,this._$AN=void 0,this.element=t,this.name=e,this._$AM=i,this.options=r,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,e=this,n,i){const r=this.strings;let o=!1;if(r===void 0)t=M(this,t,e,0),o=!k(t)||t!==this._$AH&&t!==E,o&&(this._$AH=t);else{const c=t;let a,l;for(t=r[0],a=0;a<r.length-1;a++)l=M(this,c[n+a],e,a),l===E&&(l=this._$AH[a]),o||(o=!k(l)||l!==this._$AH[a]),l===y?t=y:t!==y&&(t+=(l!=null?l:"")+r[a+1]),this._$AH[a]=l}o&&!i&&this.j(t)}j(t){t===y?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t!=null?t:"")}}class ie extends V{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===y?void 0:t}}const Cs=x?x.emptyScript:"";class re extends V{constructor(){super(...arguments),this.type=4}j(t){t&&t!==y?this.element.setAttribute(this.name,Cs):this.element.removeAttribute(this.name)}}class oe extends V{constructor(t,e,n,i,r){super(t,e,n,i,r),this.type=5}_$AI(t,e=this){var n;if((t=(n=M(this,t,e,0))!==null&&n!==void 0?n:y)===E)return;const i=this._$AH,r=t===y&&i!==y||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,o=t!==y&&(i===y||r);r&&this.element.removeEventListener(this.name,this,i),o&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var e,n;typeof this._$AH=="function"?this._$AH.call((n=(e=this.options)===null||e===void 0?void 0:e.host)!==null&&n!==void 0?n:this.element,t):this._$AH.handleEvent(t)}}class ae{constructor(t,e,n){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(t){M(this,t)}}const Ss={O:K,P:$,A:vt,C:1,M:se,L:ne,D:te,R:M,I,V,H:re,N:oe,U:ie,F:ae},Ot=G.litHtmlPolyfillSupport;Ot==null||Ot(B,I),((rt=G.litHtmlVersions)!==null&&rt!==void 0?rt:G.litHtmlVersions=[]).push("2.7.2");const bs=(s,t,e)=>{var n,i;const r=(n=e==null?void 0:e.renderBefore)!==null&&n!==void 0?n:t;let o=r._$litPart$;if(o===void 0){const c=(i=e==null?void 0:e.renderBefore)!==null&&i!==void 0?i:null;r._$litPart$=o=new I(t.insertBefore(H(),c),c,void 0,e!=null?e:{})}return o._$AI(s),o};/**
8
- * @license
9
- * Copyright 2017 Google LLC
10
- * SPDX-License-Identifier: BSD-3-Clause
11
- */const le={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Es=s=>(...t)=>({_$litDirective$:s,values:t});class ce{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,n){this._$Ct=t,this._$AM=e,this._$Ci=n}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}/**
12
- * @license
13
- * Copyright 2020 Google LLC
14
- * SPDX-License-Identifier: BSD-3-Clause
15
- */const{I:Ms}=Ss,Rt=()=>document.createComment(""),N=(s,t,e)=>{var n;const i=s._$AA.parentNode,r=t===void 0?s._$AB:t._$AA;if(e===void 0){const o=i.insertBefore(Rt(),r),c=i.insertBefore(Rt(),r);e=new Ms(o,c,s,s.options)}else{const o=e._$AB.nextSibling,c=e._$AM,a=c!==s;if(a){let l;(n=e._$AQ)===null||n===void 0||n.call(e,s),e._$AM=s,e._$AP!==void 0&&(l=s._$AU)!==c._$AU&&e._$AP(l)}if(o!==r||a){let l=e._$AA;for(;l!==o;){const p=l.nextSibling;i.insertBefore(l,r),l=p}}}return e},b=(s,t,e=s)=>(s._$AI(t,e),s),Ts={},xs=(s,t=Ts)=>s._$AH=t,Ds=s=>s._$AH,at=s=>{var t;(t=s._$AP)===null||t===void 0||t.call(s,!1,!0);let e=s._$AA;const n=s._$AB.nextSibling;for(;e!==n;){const i=e.nextSibling;e.remove(),e=i}};/**
16
- * @license
17
- * Copyright 2017 Google LLC
18
- * SPDX-License-Identifier: BSD-3-Clause
19
- */const Ht=(s,t,e)=>{const n=new Map;for(let i=t;i<=e;i++)n.set(s[i],i);return n},de=Es(class extends ce{constructor(s){if(super(s),s.type!==le.CHILD)throw Error("repeat() can only be used in text expressions")}dt(s,t,e){let n;e===void 0?e=t:t!==void 0&&(n=t);const i=[],r=[];let o=0;for(const c of s)i[o]=n?n(c,o):o,r[o]=e(c,o),o++;return{values:r,keys:i}}render(s,t,e){return this.dt(s,t,e).values}update(s,[t,e,n]){var i;const r=Ds(s),{values:o,keys:c}=this.dt(t,e,n);if(!Array.isArray(r))return this.ht=c,o;const a=(i=this.ht)!==null&&i!==void 0?i:this.ht=[],l=[];let p,d,u=0,h=r.length-1,f=0,m=o.length-1;for(;u<=h&&f<=m;)if(r[u]===null)u++;else if(r[h]===null)h--;else if(a[u]===c[f])l[f]=b(r[u],o[f]),u++,f++;else if(a[h]===c[m])l[m]=b(r[h],o[m]),h--,m--;else if(a[u]===c[m])l[m]=b(r[u],o[m]),N(s,l[m+1],r[u]),u++,m--;else if(a[h]===c[f])l[f]=b(r[h],o[f]),N(s,r[u],r[h]),h--,f++;else if(p===void 0&&(p=Ht(c,f,m),d=Ht(a,u,h)),p.has(a[u]))if(p.has(a[h])){const g=d.get(c[f]),F=g!==void 0?r[g]:null;if(F===null){const Y=N(s,r[u]);b(Y,o[f]),l[f]=Y}else l[f]=b(F,o[f]),N(s,r[u],F),r[g]=null;f++}else at(r[h]),h--;else at(r[u]),u++;for(;f<=m;){const g=N(s,l[m+1]);b(g,o[f]),l[f++]=g}for(;u<=h;){const g=r[u++];g!==null&&at(g)}return this.ht=c,xs(s,l),E}});/**
20
- * @license
21
- * Copyright 2018 Google LLC
22
- * SPDX-License-Identifier: BSD-3-Clause
23
- */const v=s=>s!=null?s:y;/**
24
- * @license
25
- * Copyright 2017 Google LLC
26
- * SPDX-License-Identifier: BSD-3-Clause
27
- */class kt extends ce{constructor(t){if(super(t),this.et=y,t.type!==le.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.et=t;if(t===E)return t;if(typeof t!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.ft;this.et=t;const e=[t];return e.raw=e,this.ft={_$litType$:this.constructor.resultType,strings:e,values:[]}}}kt.directiveName="unsafeHTML",kt.resultType=1;const _=(s,...t)=>{const e=X("LitStatic");return(e?e.html:ws)(s,...t)},U=(s,t,e,n,i)=>{const r=X("OpenUI5Enablement");r&&!n&&(s=r.wrapTemplateResultInBusyMarkup(_,i.host,s)),typeof e=="string"?s=_`<style>${e}</style>${s}`:Array.isArray(e)&&e.length&&(s=_`${e.map(o=>_`<link type="text/css" rel="stylesheet" href="${o}">`)}${s}`),bs(s,t,i)},Is={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 ue extends w{static get metadata(){return Is}static get render(){return U}static get template(){return t=>_`<div><p>
28
- <slot></slot>
29
- <slot name="other"></slot>
30
- <slot name="individual-1"></slot>
31
- <slot name="individual-2"></slot>
32
- </p></div>`}static get styles(){return`:host {
33
- display: inline-block;
34
- border: 1px solid black;
35
- color: var(--var1);
36
- }`}onBeforeRendering(){}onAfterRendering(){}onEnterDOM(){}onExitDOM(){}}ue.define();const Ls={tag:"ui5-test-no-shadow"};class Ps extends w{static get metadata(){return Ls}}Ps.define();const Ns={tag:"ui5-test-parent",managedSlots:!0,slots:{default:{type:Node,invalidateOnChildChange:{properties:["prop1"]}},items:{type:HTMLElement,invalidateOnChildChange:{properties:!0}}}};class Os extends w{static get metadata(){return Ns}static get render(){return U}static get template(){return t=>_`<div>
37
- <slot></slot>
38
- </div>`}}Os.define();const Rs={tag:"ui5-test-child",properties:{prop1:{type:String},prop2:{type:String},prop3:{type:String}}};class Hs extends w{static get metadata(){return Rs}static get render(){return U}static get template(){return t=>_`<div></div>`}}Hs.define();const ks={tag:"ui5-with-static-area",properties:{staticContent:{type:Boolean}},slots:{}};class Bs extends w{static get metadata(){return ks}static get render(){return U}static get template(){return t=>_`
39
- <div dir=${t.effectiveDir}>
40
- WithStaticArea works!
41
- </div>`}static get staticAreaTemplate(){return t=>_`
42
- <div class="ui5-with-static-area-content">
43
- Static area content.
44
- </div>`}static get styles(){return`
45
- :host {
46
- display: inline-block;
47
- border: 1px solid black;
48
- color: red;
49
- }`}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(){}}Bs.define();function Vs(s,t,e){return _`<div>Root text: ${v(this.text)}${de(this.items,(n,i)=>n._id||i,(n,i)=>Us.call(this,s,t,e,n,i))} Root text: ${v(this.text)}</div>`}function Us(s,t,e,n,i){return _`<h3>Item-${i}</h3>${n.text?Fs.call(this,s,t,e,n,i):void 0}<ul>${de(n.words,(r,o)=>r._id||o,(r,o)=>js.call(this,s,t,e,r,o))}</ul>${n.text?zs.call(this,s,t,e,n,i):void 0}`}function Fs(s,t,e,n,i){return _`<div class="before-each-content--start--${i}">Root text: ${v(this.text)}, Item text: ${v(n.text)}</div>`}function js(s,t,e,n,i){return _`<li><h3>Word-${i}</h3><div class="nested-each-content--${i}--0">Root Text: ${v(this.text)}, Word text: ${v(n.text)}</div><div class="nested-each-content--${i}--1">Root Text: ${v(this.text)}, Word text: ${v(n.text)}</div></li>`}function zs(s,t,e,n,i){return _`<div class="after-each-content--end--${i}">Root text: ${v(this.text)}, Item text: ${v(n.text)}</div>`}class Ws extends w{static get metadata(){return{tag:"ui5-test-complex-template"}}static get render(){return U}static get template(){return Vs}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"}]}]}}Ws.define();const qs={tag:"ui5-test-generic-ext",properties:{extProp:{type:String},strProp:{defaultValue:"Ext"}},slots:{extSlot:{type:HTMLElement}}};class Zs extends ue{static get metadata(){return qs}}Zs.define();const Gs={content:":root{ --var1: red; }",packageName:"",fileName:""},Ks={content:":root{ --var1: green; }",packageName:"",fileName:""},Js={content:":root{ --var1: blue; }",packageName:"",fileName:""},Xs={content:":root{ --var1: orange; }",packageName:"",fileName:""},Ys={content:":root{ --var1: orange; }",packageName:"",fileName:""},Qs={content:":root{ --var1: yellow; }",packageName:"",fileName:""},tn={content:":root{ --var1: yellow; }",packageName:"",fileName:""};C("@ui5/webcomponents-base-test","sap_fiori_3",()=>Gs);C("@ui5/webcomponents-base-test","sap_fiori_3_dark",()=>Ks);C("@ui5/webcomponents-base-test","sap_belize",()=>Js);C("@ui5/webcomponents-base-test","sap_belize_hcb",()=>Xs);C("@ui5/webcomponents-base-test","sap_belize_hcw",()=>Ys);C("@ui5/webcomponents-base-test","sap_fiori_3_hcb",()=>Qs);C("@ui5/webcomponents-base-test","sap_fiori_3_hcw",()=>tn);const en=typeof window.chrome=="object"||typeof window.v8=="object"?(s,t)=>(t>2&&40*t>s.length,s):s=>s,sn=/(?:\r\n|\r|\n|^)[ \t\f]*/,nn=/(\\u[0-9a-fA-F]{0,4})|(\\.)|(\\$)|([ \t\f]*[ \t\f:=][ \t\f]*)/g,rn=/(\\u[0-9a-fA-F]{0,4})|(\\.)|(\\$)/g,on={"\\f":"\f","\\n":`
50
- `,"\\r":"\r","\\t":" "},an=s=>{const t={},e=s.split(sn);let n,i,r,o,c,a,l,p;const d=u=>{o?(o=`${o}${u}`,p++):(o=u,p=0)};for(c=0;c<e.length;c++)if(n=e[c],!(n===""||n.charAt(0)==="#"||n.charAt(0)==="!")){for(i=nn,l=0,i.lastIndex=l,r=null,o="",a=i.exec(n);a!==null;){if(l<a.index&&d(n.slice(l,a.index)),l=i.lastIndex,a[1]){if(a[1].length!==6)throw new Error(`Incomplete Unicode Escape '${a[1]}'`);d(String.fromCharCode(parseInt(a[1].slice(2),16)))}else a[2]?d(on[a[2]]||a[2].slice(1)):a[3]?(n=e[++c],l=0,i.lastIndex=l):a[4]&&(r=o,o="",i=rn,i.lastIndex=l);a=i.exec(n)}l<n.length&&d(n.slice(l)),r==null&&(r=o,o=""),t[r]=en(o,o?p:0)}return t};let lt;const ln=()=>(lt===void 0&&(lt=De()),lt);var ft;(function(s){s.Gregorian="Gregorian",s.Islamic="Islamic",s.Japanese="Japanese",s.Buddhist="Buddhist",s.Persian="Persian"})(ft||(ft={}));const Bt=ft;let O;const cn=()=>(O===void 0&&(O=Ie()),O&&O in Bt?O:Bt.Gregorian);let ct;class he{static getLegacyDateCalendarCustomizing(){return ct===void 0&&(ct=Wt()),ct.legacyDateCalendarCustomizing||[]}}Vt("LegacyDateFormats",he);let dt;const dn=()=>(dt===void 0&&(dt=Wt()),dt.firstDayOfWeek),un=X("LegacyDateFormats"),hn=un?he.getLegacyDateCalendarCustomizing:()=>[],pn=new J,fn="directionChange",gn=()=>pn.fireEvent(fn,void 0),mn=async()=>{const s=gn();await Promise.all(s),await Ft({rtlAware:!0})};window.registerThemePropertiesLoader=C;window["sap-ui-webcomponents-bundle"]={configuration:{getAnimationMode:ln,getLanguage:jt,setLanguage:Le,getTheme:Pe,getThemeRoot:Ne,setTheme:Ut,getNoConflict:_t,setNoConflict:gs,getCalendarType:cn,getRTL:Xt,getFirstDayOfWeek:dn,getLegacyDateCalendarCustomizing:hn},getIconNames:Oe,parseProperties:an,registerI18nLoader:Re,getI18nBundle:Ue,renderFinished:zt,applyDirection:mn,EventProvider:J};
@@ -1 +0,0 @@
1
- {"version":3,"file":"IconCollectionsAlias.js","sourceRoot":"","sources":["../../src/assets-meta/IconCollectionsAlias.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,IAAK,oBAKJ;AALD,WAAK,oBAAoB;IACxB,kDAA4B,CAAA;IAC5B,gDAA0B,CAAA;IAC1B,6CAAuB,CAAA;IACvB,oEAA8C,CAAA;AAC/C,CAAC,EALI,oBAAoB,KAApB,oBAAoB,QAKxB;AAED;;;;;;;;;;GAUG;AACH,MAAM,wBAAwB,GAAG,CAAC,cAAsB,EAAE,EAAE;IAC3D,IAAI,oBAAoB,CAAC,cAAmD,CAAC,EAAE;QAC9E,OAAO,oBAAoB,CAAC,cAAmD,CAAC,CAAC;KACjF;IAED,OAAO,cAAc,CAAC;AACvB,CAAC,CAAC;AAEF,eAAe,oBAAoB,CAAC;AACpC,OAAO,EACN,wBAAwB,GACxB,CAAC","sourcesContent":["/**\n * Supported icon collection aliases.\n *\n * Users might specify a collection, using both the key and the value in the following key-value pairs,\n * e.g the following pairs are completely exchangeable:\n *\n * - \"SAP-icons/accept\" and \"SAP-icons-v4/accept\"\n * - \"horizon/accept\" and \"SAP-icons-v5/accept\"\n * - \"SAP-icons-TNT/actor\" and \"tnt/actor\"\n * - \"BusinessSuiteInAppSymbols/3d\" and \"business-suite/3d\"\n */\nenum IconCollectionsAlias {\n\t\"SAP-icons\" = \"SAP-icons-v4\",\n\t\"horizon\" = \"SAP-icons-v5\",\n\t\"SAP-icons-TNT\" = \"tnt\",\n\t\"BusinessSuiteInAppSymbols\" = \"business-suite\",\n}\n\n/**\n * Returns the mapped collection name for a given alias.\n *\n * <b>For example</b>:\n * - \"SAP-icons-TNT\"resolves to \"tnt\"\n * - \"BusinessSuiteInAppSymbols\" resolves to \"business-suite\"\n * - \"horizon\" resolves to \"SAP-icons-v5\"\n *\n * @param { string } collectionName\n * @return { string } the normalized collection name\n */\nconst getIconCollectionByAlias = (collectionName: string) => {\n\tif (IconCollectionsAlias[collectionName as keyof typeof IconCollectionsAlias]) {\n\t\treturn IconCollectionsAlias[collectionName as keyof typeof IconCollectionsAlias];\n\t}\n\n\treturn collectionName;\n};\n\nexport default IconCollectionsAlias;\nexport {\n\tgetIconCollectionByAlias,\n};\n"]}
@@ -1,7 +0,0 @@
1
- /**
2
- * Gets the effective RTL setting by first checking the configuration
3
- * and if not set using the currently set language or the navigator language if the language is not explicitly set.
4
- * @returns {boolean} whether RTL should be used
5
- */
6
- declare const getRTL: () => boolean;
7
- export { getRTL };
@@ -1,37 +0,0 @@
1
- import { getRTL as getConfiguredRTL } from "../InitialConfiguration.js";
2
- import { getLanguage } from "./Language.js";
3
- import getDesigntimePropertyAsArray from "../util/getDesigntimePropertyAsArray.js";
4
- import detectNavigatorLanguage from "../util/detectNavigatorLanguage.js";
5
- const M_ISO639_OLD_TO_NEW = {
6
- "iw": "he",
7
- "ji": "yi",
8
- "in": "id",
9
- "sh": "sr",
10
- };
11
- const A_RTL_LOCALES = getDesigntimePropertyAsArray("$cldr-rtl-locales:ar,fa,he$") || [];
12
- /**
13
- * Checks whether the language is using RTL
14
- * @param {string} language
15
- * @returns {boolean} whether the language is using RTL
16
- */
17
- const impliesRTL = (language) => {
18
- language = (language && M_ISO639_OLD_TO_NEW[language]) || language;
19
- return A_RTL_LOCALES.indexOf(language) >= 0;
20
- };
21
- /**
22
- * Gets the effective RTL setting by first checking the configuration
23
- * and if not set using the currently set language or the navigator language if the language is not explicitly set.
24
- * @returns {boolean} whether RTL should be used
25
- */
26
- const getRTL = () => {
27
- if (typeof document === "undefined") {
28
- return false;
29
- }
30
- const configurationRTL = getConfiguredRTL();
31
- if (configurationRTL !== undefined) {
32
- return !!configurationRTL;
33
- }
34
- return impliesRTL(getLanguage() || detectNavigatorLanguage());
35
- };
36
- export { getRTL }; // eslint-disable-line
37
- //# sourceMappingURL=RTL.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RTL.js","sourceRoot":"","sources":["../../src/config/RTL.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,4BAA4B,MAAM,yCAAyC,CAAC;AACnF,OAAO,uBAAuB,MAAM,oCAAoC,CAAC;AAEzE,MAAM,mBAAmB,GAAG;IAC3B,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,IAAI;CACV,CAAC;AAEF,MAAM,aAAa,GAAG,4BAA4B,CAAC,6BAA6B,CAAC,IAAI,EAAE,CAAC;AAExF;;;;GAIG;AACH,MAAM,UAAU,GAAG,CAAC,QAAgB,EAAE,EAAE;IACvC,QAAQ,GAAG,CAAC,QAAQ,IAAI,mBAAmB,CAAC,QAA4C,CAAC,CAAC,IAAI,QAAQ,CAAC;IAEvG,OAAO,aAAa,CAAC,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;AAC7C,CAAC,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,GAAG,GAAY,EAAE;IAC5B,IAAI,OAAO,QAAQ,KAAK,WAAW,EAAE;QACpC,OAAO,KAAK,CAAC;KACb;IAED,MAAM,gBAAgB,GAAG,gBAAgB,EAAE,CAAC;IAE5C,IAAI,gBAAgB,KAAK,SAAS,EAAE;QACnC,OAAO,CAAC,CAAC,gBAAgB,CAAC;KAC1B;IAED,OAAO,UAAU,CAAC,WAAW,EAAE,IAAI,uBAAuB,EAAE,CAAC,CAAC;AAC/D,CAAC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC,CAAC,sBAAsB","sourcesContent":["import { getRTL as getConfiguredRTL } from \"../InitialConfiguration.js\";\nimport { getLanguage } from \"./Language.js\";\nimport getDesigntimePropertyAsArray from \"../util/getDesigntimePropertyAsArray.js\";\nimport detectNavigatorLanguage from \"../util/detectNavigatorLanguage.js\";\n\nconst M_ISO639_OLD_TO_NEW = {\n\t\"iw\": \"he\",\n\t\"ji\": \"yi\",\n\t\"in\": \"id\",\n\t\"sh\": \"sr\",\n};\n\nconst A_RTL_LOCALES = getDesigntimePropertyAsArray(\"$cldr-rtl-locales:ar,fa,he$\") || [];\n\n/**\n * Checks whether the language is using RTL\n * @param {string} language\n * @returns {boolean} whether the language is using RTL\n */\nconst impliesRTL = (language: string) => {\n\tlanguage = (language && M_ISO639_OLD_TO_NEW[language as keyof typeof M_ISO639_OLD_TO_NEW]) || language;\n\n\treturn A_RTL_LOCALES.indexOf(language) >= 0;\n};\n\n/**\n * Gets the effective RTL setting by first checking the configuration\n * and if not set using the currently set language or the navigator language if the language is not explicitly set.\n * @returns {boolean} whether RTL should be used\n */\nconst getRTL = (): boolean => {\n\tif (typeof document === \"undefined\") {\n\t\treturn false;\n\t}\n\n\tconst configurationRTL = getConfiguredRTL();\n\n\tif (configurationRTL !== undefined) {\n\t\treturn !!configurationRTL;\n\t}\n\n\treturn impliesRTL(getLanguage() || detectNavigatorLanguage());\n};\n\nexport { getRTL }; // eslint-disable-line\n"]}
@@ -1,4 +0,0 @@
1
- declare const getThemeRoot: () => string | undefined;
2
- declare const setThemeRoot: (theme: string, newThemeRoot: string) => void;
3
- declare const attachCustomThemeStylesToHead: (theme: string) => Promise<void>;
4
- export { getThemeRoot, setThemeRoot, attachCustomThemeStylesToHead, };
@@ -1,28 +0,0 @@
1
- import createLinkInHead from "../util/createLinkInHead.js";
2
- import validateThemeRoot from "../validateThemeRoot.js";
3
- import { getThemeRoot as getConfiguredThemeRoot } from "../InitialConfiguration.js";
4
- let themeRoot;
5
- const getThemeRoot = () => {
6
- if (themeRoot === undefined) {
7
- themeRoot = getConfiguredThemeRoot();
8
- }
9
- return themeRoot;
10
- };
11
- const setThemeRoot = (theme, newThemeRoot) => {
12
- themeRoot = validateThemeRoot(newThemeRoot);
13
- if (themeRoot) {
14
- attachCustomThemeStylesToHead(theme);
15
- }
16
- };
17
- const formatThemeLink = (theme) => {
18
- return `${getThemeRoot()}Base/baseLib/${theme}/css_variables.css`; // theme root is always set.
19
- };
20
- const attachCustomThemeStylesToHead = async (theme) => {
21
- const link = document.querySelector(`[sap-ui-webcomponents-theme="${theme}"]`);
22
- if (link) {
23
- document.head.removeChild(link);
24
- }
25
- await createLinkInHead(formatThemeLink(theme), { "sap-ui-webcomponents-theme": theme });
26
- };
27
- export { getThemeRoot, setThemeRoot, attachCustomThemeStylesToHead, };
28
- //# sourceMappingURL=ThemeRoots.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ThemeRoots.js","sourceRoot":"","sources":["../../src/config/ThemeRoots.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,MAAM,6BAA6B,CAAC;AAC3D,OAAO,iBAAiB,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,YAAY,IAAI,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAEpF,IAAI,SAA6B,CAAC;AAElC,MAAM,YAAY,GAAG,GAAuB,EAAE;IAC7C,IAAI,SAAS,KAAK,SAAS,EAAE;QAC5B,SAAS,GAAG,sBAAsB,EAAE,CAAC;KACrC;IAED,OAAO,SAAS,CAAC;AAClB,CAAC,CAAC;AAEF,MAAM,YAAY,GAAG,CAAC,KAAa,EAAE,YAAoB,EAAE,EAAE;IAC5D,SAAS,GAAG,iBAAiB,CAAC,YAAY,CAAC,CAAC;IAE5C,IAAI,SAAS,EAAE;QACd,6BAA6B,CAAC,KAAK,CAAC,CAAC;KACrC;AACF,CAAC,CAAC;AAEF,MAAM,eAAe,GAAG,CAAC,KAAa,EAAE,EAAE;IACzC,OAAO,GAAG,YAAY,EAAG,gBAAgB,KAAK,oBAAoB,CAAC,CAAC,4BAA4B;AACjG,CAAC,CAAC;AAEF,MAAM,6BAA6B,GAAG,KAAK,EAAE,KAAa,EAAE,EAAE;IAC7D,MAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,gCAAgC,KAAK,IAAI,CAAC,CAAC;IAE/E,IAAI,IAAI,EAAE;QACT,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;KAChC;IAED,MAAM,gBAAgB,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,EAAE,4BAA4B,EAAE,KAAK,EAAE,CAAC,CAAC;AACzF,CAAC,CAAC;AAEF,OAAO,EACN,YAAY,EACZ,YAAY,EACZ,6BAA6B,GAC7B,CAAC","sourcesContent":["import createLinkInHead from \"../util/createLinkInHead.js\";\nimport validateThemeRoot from \"../validateThemeRoot.js\";\nimport { getThemeRoot as getConfiguredThemeRoot } from \"../InitialConfiguration.js\";\n\nlet themeRoot: string | undefined;\n\nconst getThemeRoot = (): string | undefined => {\n\tif (themeRoot === undefined) {\n\t\tthemeRoot = getConfiguredThemeRoot();\n\t}\n\n\treturn themeRoot;\n};\n\nconst setThemeRoot = (theme: string, newThemeRoot: string) => {\n\tthemeRoot = validateThemeRoot(newThemeRoot);\n\n\tif (themeRoot) {\n\t\tattachCustomThemeStylesToHead(theme);\n\t}\n};\n\nconst formatThemeLink = (theme: string) => {\n\treturn `${getThemeRoot()!}Base/baseLib/${theme}/css_variables.css`; // theme root is always set.\n};\n\nconst attachCustomThemeStylesToHead = async (theme: string) => {\n\tconst link = document.querySelector(`[sap-ui-webcomponents-theme=\"${theme}\"]`);\n\n\tif (link) {\n\t\tdocument.head.removeChild(link);\n\t}\n\n\tawait createLinkInHead(formatThemeLink(theme), { \"sap-ui-webcomponents-theme\": theme });\n};\n\nexport {\n\tgetThemeRoot,\n\tsetThemeRoot,\n\tattachCustomThemeStylesToHead,\n};\n"]}
@@ -1,66 +0,0 @@
1
- @font-face {
2
- font-family: "72";
3
- font-style: normal;
4
- font-weight: 400;
5
- src: local("72"),
6
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular.woff2?ui5-webcomponents) format("woff2");
7
- }
8
-
9
- @font-face {
10
- font-family: "72full";
11
- font-style: normal;
12
- font-weight: 400;
13
- src: local('72-full'),
14
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Regular-full.woff2?ui5-webcomponents) format("woff2");
15
-
16
- }
17
-
18
- @font-face {
19
- font-family: "72";
20
- font-style: normal;
21
- font-weight: 700;
22
- src: local('72-Bold'),
23
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2");
24
- }
25
-
26
- @font-face {
27
- font-family: "72full";
28
- font-style: normal;
29
- font-weight: 700;
30
- src: local('72-Bold-full'),
31
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2");
32
- }
33
-
34
- @font-face {
35
- font-family: '72-Bold';
36
- font-style: normal;
37
- src: local('72-Bold'),
38
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold.woff2?ui5-webcomponents) format("woff2");
39
- }
40
-
41
- @font-face {
42
- font-family: '72-Boldfull';
43
- font-style: normal;
44
- src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Bold-full.woff2?ui5-webcomponents) format("woff2");
45
- }
46
-
47
- @font-face {
48
- font-family: '72-Light';
49
- font-style: normal;
50
- src: local('72-Light'),
51
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light.woff2?ui5-webcomponents) format("woff2");
52
- }
53
-
54
- @font-face {
55
- font-family: '72-Lightfull';
56
- font-style: normal;
57
- src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_fiori_3/fonts/72-Light-full.woff2?ui5-webcomponents) format("woff2");
58
- }
59
-
60
- @font-face {
61
- font-family: "72Black";
62
- font-style: bold;
63
- font-weight: 900;
64
- src: local('72Black'),
65
- url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2?ui5-webcomponents) format("woff2");
66
- }
@@ -1,32 +0,0 @@
1
- /**
2
- * Some diacritics are supported by the 72 font:
3
- * * Grave
4
- * * Acute
5
- * * Circumflex
6
- * * Tilde
7
- *
8
- * However, the following diacritics and the combination of multiple diacritics (including the supported ones) are not supported:
9
- * * Breve
10
- * * Horn
11
- * * Dot below
12
- * * Hook above
13
- *
14
- *
15
- * Override for the characters that aren't covered by the '72' font to other system fonts
16
- *
17
- * U+0102-0103: A and a with Breve
18
- * U+01A0-01A1: O and o with Horn
19
- * U+01AF-01B0: U and u with Horn
20
- * U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
21
- * U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
22
- * U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
23
- * U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
24
- * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
25
- * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
26
- *
27
- */
28
- @font-face {
29
- font-family: '72override';
30
- 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;
31
- src: local('Arial'), local('Helvetica'), local('sans-serif');
32
- }