@ui5/webcomponents-fiori 2.3.0-rc.2 → 2.3.0

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 (304) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/cypress/specs/FCL.cy.ts +42 -0
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/BarcodeScannerDialog.d.ts +0 -1
  5. package/dist/BarcodeScannerDialog.js +8 -6
  6. package/dist/BarcodeScannerDialog.js.map +1 -1
  7. package/dist/DynamicPage.d.ts +1 -1
  8. package/dist/DynamicPage.js +12 -4
  9. package/dist/DynamicPage.js.map +1 -1
  10. package/dist/DynamicPageHeaderActions.d.ts +0 -1
  11. package/dist/DynamicPageHeaderActions.js +4 -4
  12. package/dist/DynamicPageHeaderActions.js.map +1 -1
  13. package/dist/DynamicPageTitle.d.ts +20 -1
  14. package/dist/DynamicPageTitle.js +22 -7
  15. package/dist/DynamicPageTitle.js.map +1 -1
  16. package/dist/DynamicSideContent.d.ts +0 -1
  17. package/dist/DynamicSideContent.js +4 -4
  18. package/dist/DynamicSideContent.js.map +1 -1
  19. package/dist/FlexibleColumnLayout.d.ts +7 -2
  20. package/dist/FlexibleColumnLayout.js +16 -5
  21. package/dist/FlexibleColumnLayout.js.map +1 -1
  22. package/dist/IllustratedMessage.d.ts +0 -1
  23. package/dist/IllustratedMessage.js +4 -4
  24. package/dist/IllustratedMessage.js.map +1 -1
  25. package/dist/MediaGallery.js.map +1 -1
  26. package/dist/MediaGalleryItem.js.map +1 -1
  27. package/dist/NotificationList.d.ts +0 -1
  28. package/dist/NotificationList.js +4 -4
  29. package/dist/NotificationList.js.map +1 -1
  30. package/dist/NotificationListGroupItem.js.map +1 -1
  31. package/dist/NotificationListGroupList.d.ts +1 -1
  32. package/dist/NotificationListGroupList.js.map +1 -1
  33. package/dist/NotificationListInternal.js.map +1 -1
  34. package/dist/NotificationListItem.js.map +1 -1
  35. package/dist/NotificationListItemBase.d.ts +0 -1
  36. package/dist/NotificationListItemBase.js +4 -4
  37. package/dist/NotificationListItemBase.js.map +1 -1
  38. package/dist/Page.d.ts +2 -1
  39. package/dist/Page.js +6 -2
  40. package/dist/Page.js.map +1 -1
  41. package/dist/ProductSwitch.d.ts +0 -1
  42. package/dist/ProductSwitch.js +4 -4
  43. package/dist/ProductSwitch.js.map +1 -1
  44. package/dist/ProductSwitchItem.js.map +1 -1
  45. package/dist/ShellBar.d.ts +0 -1
  46. package/dist/ShellBar.js +4 -4
  47. package/dist/ShellBar.js.map +1 -1
  48. package/dist/SideNavigation.d.ts +0 -1
  49. package/dist/SideNavigation.js +6 -11
  50. package/dist/SideNavigation.js.map +1 -1
  51. package/dist/SideNavigationGroup.d.ts +0 -1
  52. package/dist/SideNavigationGroup.js +4 -7
  53. package/dist/SideNavigationGroup.js.map +1 -1
  54. package/dist/SideNavigationItem.js.map +1 -1
  55. package/dist/SideNavigationItemBase.js.map +1 -1
  56. package/dist/SideNavigationSelectableItemBase.js.map +1 -1
  57. package/dist/Timeline.d.ts +0 -1
  58. package/dist/Timeline.js +4 -4
  59. package/dist/Timeline.js.map +1 -1
  60. package/dist/TimelineGroupItem.js.map +1 -1
  61. package/dist/UploadCollection.d.ts +0 -1
  62. package/dist/UploadCollection.js +4 -4
  63. package/dist/UploadCollection.js.map +1 -1
  64. package/dist/UploadCollectionItem.d.ts +0 -1
  65. package/dist/UploadCollectionItem.js +4 -7
  66. package/dist/UploadCollectionItem.js.map +1 -1
  67. package/dist/ViewSettingsDialog.d.ts +1 -2
  68. package/dist/ViewSettingsDialog.js +4 -4
  69. package/dist/ViewSettingsDialog.js.map +1 -1
  70. package/dist/Wizard.d.ts +0 -1
  71. package/dist/Wizard.js +4 -4
  72. package/dist/Wizard.js.map +1 -1
  73. package/dist/WizardTab.js.map +1 -1
  74. package/dist/bundle.esm.js +29 -29
  75. package/dist/bundle.esm.js.map +1 -1
  76. package/dist/css/themes/DynamicPage.css +1 -1
  77. package/dist/css/themes/DynamicPageHeader.css +1 -1
  78. package/dist/css/themes/DynamicPageHeaderActions.css +1 -1
  79. package/dist/css/themes/DynamicPageTitle.css +1 -1
  80. package/dist/css/themes/FlexibleColumnLayout.css +1 -1
  81. package/dist/css/themes/MediaGallery.css +1 -1
  82. package/dist/css/themes/MediaGalleryItem.css +1 -1
  83. package/dist/css/themes/NotificationListGroupItem.css +1 -1
  84. package/dist/css/themes/NotificationListItem.css +1 -1
  85. package/dist/css/themes/NotificationListItemBase.css +1 -1
  86. package/dist/css/themes/NotificationStateIcon.css +1 -1
  87. package/dist/css/themes/Page.css +1 -1
  88. package/dist/css/themes/ProductSwitchItem.css +1 -1
  89. package/dist/css/themes/ShellBar.css +1 -1
  90. package/dist/css/themes/SideNavigation.css +1 -1
  91. package/dist/css/themes/SideNavigationGroup.css +1 -1
  92. package/dist/css/themes/SideNavigationItem.css +1 -1
  93. package/dist/css/themes/SideNavigationItemBase.css +1 -1
  94. package/dist/css/themes/SideNavigationPopover.css +1 -1
  95. package/dist/css/themes/SideNavigationSubItem.css +1 -1
  96. package/dist/css/themes/Timeline.css +1 -1
  97. package/dist/css/themes/TimelineGroupItem.css +1 -1
  98. package/dist/css/themes/TimelineItem.css +1 -1
  99. package/dist/css/themes/UploadCollection.css +1 -1
  100. package/dist/css/themes/UploadCollectionItem.css +1 -1
  101. package/dist/css/themes/ViewSettingsDialog.css +1 -1
  102. package/dist/css/themes/Wizard.css +1 -1
  103. package/dist/css/themes/WizardTab.css +1 -1
  104. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  105. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  106. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  107. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  108. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  109. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  110. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  111. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  112. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  113. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  114. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  115. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  116. package/dist/custom-elements-internal.json +47 -1
  117. package/dist/custom-elements.json +35 -1
  118. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  119. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  120. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  121. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  122. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  123. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  124. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  125. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  126. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  127. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  128. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  129. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  130. package/dist/generated/i18n/i18n-defaults.d.ts +1 -1
  131. package/dist/generated/i18n/i18n-defaults.js +0 -1
  132. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  133. package/dist/generated/js-imports/Illustrations.js.map +1 -1
  134. package/dist/generated/js-imports/IllustrationsTNT.js.map +1 -1
  135. package/dist/generated/js-imports/IllustrationsV5TNT.js.map +1 -1
  136. package/dist/generated/js-imports/IllustrationsV5TNTHC.js.map +1 -1
  137. package/dist/generated/json-imports/Themes-fetch.js.map +1 -1
  138. package/dist/generated/json-imports/Themes.js.map +1 -1
  139. package/dist/generated/json-imports/i18n-fetch.js.map +1 -1
  140. package/dist/generated/json-imports/i18n.js.map +1 -1
  141. package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.js +1 -1
  142. package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.js.map +1 -1
  143. package/dist/generated/templates/DynamicPageHeaderActionsTemplate.lit.js +3 -3
  144. package/dist/generated/templates/DynamicPageHeaderActionsTemplate.lit.js.map +1 -1
  145. package/dist/generated/templates/DynamicPageHeaderTemplate.lit.js +1 -1
  146. package/dist/generated/templates/DynamicPageHeaderTemplate.lit.js.map +1 -1
  147. package/dist/generated/templates/DynamicPageTemplate.lit.js +10 -8
  148. package/dist/generated/templates/DynamicPageTemplate.lit.js.map +1 -1
  149. package/dist/generated/templates/DynamicPageTitleTemplate.lit.js +8 -6
  150. package/dist/generated/templates/DynamicPageTitleTemplate.lit.js.map +1 -1
  151. package/dist/generated/templates/DynamicSideContentTemplate.lit.js +1 -1
  152. package/dist/generated/templates/DynamicSideContentTemplate.lit.js.map +1 -1
  153. package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
  154. package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js.map +1 -1
  155. package/dist/generated/templates/IllustratedMessageTemplate.lit.js +1 -1
  156. package/dist/generated/templates/IllustratedMessageTemplate.lit.js.map +1 -1
  157. package/dist/generated/templates/MediaGalleryItemTemplate.lit.js +1 -1
  158. package/dist/generated/templates/MediaGalleryItemTemplate.lit.js.map +1 -1
  159. package/dist/generated/templates/MediaGalleryTemplate.lit.js +1 -1
  160. package/dist/generated/templates/MediaGalleryTemplate.lit.js.map +1 -1
  161. package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +1 -1
  162. package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js.map +1 -1
  163. package/dist/generated/templates/NotificationListItemTemplate.lit.js +1 -1
  164. package/dist/generated/templates/NotificationListItemTemplate.lit.js.map +1 -1
  165. package/dist/generated/templates/NotificationListTemplate.lit.js +1 -1
  166. package/dist/generated/templates/NotificationListTemplate.lit.js.map +1 -1
  167. package/dist/generated/templates/PageTemplate.lit.js +1 -1
  168. package/dist/generated/templates/PageTemplate.lit.js.map +1 -1
  169. package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +1 -1
  170. package/dist/generated/templates/ProductSwitchItemTemplate.lit.js.map +1 -1
  171. package/dist/generated/templates/ProductSwitchTemplate.lit.js +1 -1
  172. package/dist/generated/templates/ProductSwitchTemplate.lit.js.map +1 -1
  173. package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +1 -1
  174. package/dist/generated/templates/ShellBarPopoverTemplate.lit.js.map +1 -1
  175. package/dist/generated/templates/ShellBarTemplate.lit.js +1 -1
  176. package/dist/generated/templates/ShellBarTemplate.lit.js.map +1 -1
  177. package/dist/generated/templates/SideNavigationGroupTemplate.lit.js +1 -1
  178. package/dist/generated/templates/SideNavigationGroupTemplate.lit.js.map +1 -1
  179. package/dist/generated/templates/SideNavigationItemTemplate.lit.js +1 -1
  180. package/dist/generated/templates/SideNavigationItemTemplate.lit.js.map +1 -1
  181. package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js +1 -1
  182. package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js.map +1 -1
  183. package/dist/generated/templates/SideNavigationSubItemTemplate.lit.js +1 -1
  184. package/dist/generated/templates/SideNavigationSubItemTemplate.lit.js.map +1 -1
  185. package/dist/generated/templates/SideNavigationTemplate.lit.js +1 -1
  186. package/dist/generated/templates/SideNavigationTemplate.lit.js.map +1 -1
  187. package/dist/generated/templates/TimelineGroupItemTemplate.lit.js +1 -1
  188. package/dist/generated/templates/TimelineGroupItemTemplate.lit.js.map +1 -1
  189. package/dist/generated/templates/TimelineItemTemplate.lit.js +1 -1
  190. package/dist/generated/templates/TimelineItemTemplate.lit.js.map +1 -1
  191. package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
  192. package/dist/generated/templates/TimelineTemplate.lit.js.map +1 -1
  193. package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +1 -1
  194. package/dist/generated/templates/UploadCollectionItemTemplate.lit.js.map +1 -1
  195. package/dist/generated/templates/UploadCollectionTemplate.lit.js +1 -1
  196. package/dist/generated/templates/UploadCollectionTemplate.lit.js.map +1 -1
  197. package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +1 -1
  198. package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js.map +1 -1
  199. package/dist/generated/templates/WizardPopoverTemplate.lit.js +1 -1
  200. package/dist/generated/templates/WizardPopoverTemplate.lit.js.map +1 -1
  201. package/dist/generated/templates/WizardTabTemplate.lit.js +1 -1
  202. package/dist/generated/templates/WizardTabTemplate.lit.js.map +1 -1
  203. package/dist/generated/templates/WizardTemplate.lit.js +1 -1
  204. package/dist/generated/templates/WizardTemplate.lit.js.map +1 -1
  205. package/dist/generated/themes/DynamicPage.css.js +1 -1
  206. package/dist/generated/themes/DynamicPage.css.js.map +1 -1
  207. package/dist/generated/themes/DynamicPageHeader.css.js +1 -1
  208. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -1
  209. package/dist/generated/themes/DynamicPageHeaderActions.css.js +1 -1
  210. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -1
  211. package/dist/generated/themes/DynamicPageTitle.css.js +1 -1
  212. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -1
  213. package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
  214. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -1
  215. package/dist/generated/themes/MediaGallery.css.js +1 -1
  216. package/dist/generated/themes/MediaGallery.css.js.map +1 -1
  217. package/dist/generated/themes/MediaGalleryItem.css.js +1 -1
  218. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -1
  219. package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
  220. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -1
  221. package/dist/generated/themes/NotificationListItem.css.js +1 -1
  222. package/dist/generated/themes/NotificationListItem.css.js.map +1 -1
  223. package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
  224. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -1
  225. package/dist/generated/themes/NotificationStateIcon.css.js +1 -1
  226. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -1
  227. package/dist/generated/themes/Page.css.js +1 -1
  228. package/dist/generated/themes/Page.css.js.map +1 -1
  229. package/dist/generated/themes/ProductSwitchItem.css.js +1 -1
  230. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -1
  231. package/dist/generated/themes/ShellBar.css.js +1 -1
  232. package/dist/generated/themes/ShellBar.css.js.map +1 -1
  233. package/dist/generated/themes/SideNavigation.css.js +1 -1
  234. package/dist/generated/themes/SideNavigation.css.js.map +1 -1
  235. package/dist/generated/themes/SideNavigationGroup.css.js +1 -1
  236. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -1
  237. package/dist/generated/themes/SideNavigationItem.css.js +1 -1
  238. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -1
  239. package/dist/generated/themes/SideNavigationItemBase.css.js +1 -1
  240. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -1
  241. package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
  242. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -1
  243. package/dist/generated/themes/SideNavigationSubItem.css.js +1 -1
  244. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -1
  245. package/dist/generated/themes/Timeline.css.js +1 -1
  246. package/dist/generated/themes/Timeline.css.js.map +1 -1
  247. package/dist/generated/themes/TimelineGroupItem.css.js +1 -1
  248. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -1
  249. package/dist/generated/themes/TimelineItem.css.js +1 -1
  250. package/dist/generated/themes/TimelineItem.css.js.map +1 -1
  251. package/dist/generated/themes/UploadCollection.css.js +1 -1
  252. package/dist/generated/themes/UploadCollection.css.js.map +1 -1
  253. package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
  254. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -1
  255. package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
  256. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -1
  257. package/dist/generated/themes/Wizard.css.js +1 -1
  258. package/dist/generated/themes/Wizard.css.js.map +1 -1
  259. package/dist/generated/themes/WizardTab.css.js +1 -1
  260. package/dist/generated/themes/WizardTab.css.js.map +1 -1
  261. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  262. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  263. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  264. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  265. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  266. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  267. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  268. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  269. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  270. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  271. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  272. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  273. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  274. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  275. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  276. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  277. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  278. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  279. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  280. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  281. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  282. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  283. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  284. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  285. package/dist/ssr-zxing-shim.d.ts +2 -0
  286. package/dist/ssr-zxing-shim.js +3 -0
  287. package/dist/ssr-zxing-shim.js.map +1 -0
  288. package/dist/ssr-zxing.d.ts +2 -0
  289. package/dist/ssr-zxing.js +3 -0
  290. package/dist/ssr-zxing.js.map +1 -0
  291. package/dist/types/IllustrationMessageType.d.ts +3 -3
  292. package/dist/upload-utils/UploadCollectionBodyDnD.js.map +1 -1
  293. package/dist/vscode.html-custom-data.json +2 -2
  294. package/dist/web-types.json +7 -3
  295. package/package.json +13 -8
  296. package/src/DynamicPage.hbs +16 -14
  297. package/src/DynamicPageHeaderActions.hbs +2 -2
  298. package/src/DynamicPageTitle.hbs +35 -26
  299. package/src/themes/DynamicPage.css +7 -0
  300. package/src/themes/DynamicPageTitle.css +19 -4
  301. package/src/themes/FlexibleColumnLayout.css +6 -0
  302. package/src/themes/Page.css +23 -2
  303. package/src/themes/base/DynamicPageTitle-parameters.css +2 -0
  304. package/tsconfig.json +2 -5
@@ -1,5 +1,5 @@
1
1
  /* eslint no-unused-vars: 0 */
2
- import { html, classMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
2
+ import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
3
  function block0(context, tags, suffix) { return html `<li part="native-li" data-sap-focus-ref tabindex="${ifDefined(this._effectiveTabIndex)}" class="${classMap(this.classes.main)}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}" @keyup="${this._onkeyup}" @keydown="${this._onkeydown}" @mouseup="${this._onmouseup}" @mousedown="${this._onmousedown}" @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" @click="${this._onclick}" draggable="${ifDefined(this.movable)}" @dragstart="${this._ondragstart}" @dragend="${this._ondragend}" role="${ifDefined(this._accInfo.role)}" aria-expanded="${ifDefined(this._accInfo.ariaExpanded)}" title="${ifDefined(this._accInfo.tooltip)}" aria-level="${ifDefined(this._accInfo.ariaLevel)}" aria-haspopup="${ifDefined(this._accInfo.ariaHaspopup)}" aria-posinset="${ifDefined(this._accInfo.posinset)}" aria-setsize="${ifDefined(this._accInfo.setsize)}" aria-describedby="${ifDefined(this._id)}-invisibleText-describedby" aria-labelledby="${ifDefined(this._accessibleNameRef)}" aria-disabled="${ifDefined(this._ariaDisabled)}" aria-selected="${ifDefined(this._accInfo.ariaSelected)}" aria-checked="${ifDefined(this._accInfo.ariaChecked)}" aria-owns="${ifDefined(this._accInfo.ariaOwns)}" aria-keyshortcuts="${ifDefined(this._accInfo.ariaKeyShortcuts)}">${this.placeSelectionElementBefore ? block1.call(this, context, tags, suffix) : undefined}${this._hasHighlightColor ? block7.call(this, context, tags, suffix) : undefined}<div part="content" id="${ifDefined(this._id)}-content" class="ui5-li-content"><div class="ui5-uci-thumbnail-and-content-container"><div class="ui5-uci-thumbnail"><slot name="thumbnail"></slot></div><div class="ui5-uci-content-and-progress"><div class="ui5-uci-content">${this._editing ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix)}<div class="ui5-uci-description"><slot></slot></div></div>${this._showProgressIndicator ? block12.call(this, context, tags, suffix) : undefined}</div></div><div class="ui5-uci-buttons">${this._editing ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix)}</div></div>${this.typeDetail ? block19.call(this, context, tags, suffix) : undefined}${this.typeNavigation ? block20.call(this, context, tags, suffix) : undefined}${this.navigated ? block21.call(this, context, tags, suffix) : undefined}${this.placeSelectionElementAfter ? block22.call(this, context, tags, suffix) : undefined}<span id="${ifDefined(this._id)}-invisibleText" class="ui5-hidden-text">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id="${ifDefined(this._id)}-invisibleText-describedby" class="ui5-hidden-text">${ifDefined(this._accInfo.ariaSelectedText)}</span></li>`; }
4
4
  function block1(context, tags, suffix) { return html `${this.modeSingleSelect ? block2.call(this, context, tags, suffix) : undefined}${this.modeMultiple ? block3.call(this, context, tags, suffix) : undefined}${this.renderDeleteButton ? block4.call(this, context, tags, suffix) : undefined}`; }
5
5
  function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-radio-button", tags, suffix)} part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></${scopeTag("ui5-radio-button", tags, suffix)}>` : html `<ui5-radio-button part="radio" ?disabled="${this.isInactive}" accessible-name="${ifDefined(this._accInfo.ariaLabelRadioButton)}" tabindex="-1" id="${ifDefined(this._id)}-singleSelectionElement" class="ui5-li-singlesel-radiobtn" ?checked="${this.selected}" @click="${this.onSingleSelectionComponentPress}"></ui5-radio-button>`; }
@@ -1 +1 @@
1
- {"version":3,"file":"UploadCollectionItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/UploadCollectionItemTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAY,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qDAAqD,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,IAAqB,CAAC,eAAe,IAAI,CAAC,UAAU,gBAAgB,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,eAAe,IAAI,CAAC,UAAU,iBAAiB,IAAI,CAAC,YAAY,kBAAkB,IAAI,CAAC,aAAa,gBAAgB,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,QAAQ,gBAAgB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,iBAAiB,IAAI,CAAC,YAAY,eAAe,IAAI,CAAC,UAAU,WAAW,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,YAAY,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,OAAO,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gDAAgD,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,gBAAgB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,KAAM,IAAI,CAAC,2BAA2B,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,2BAA2B,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,mOAAoO,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,6DAA8D,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,4CAA6C,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,eAAgB,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,0BAA0B,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,aAAa,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2CAA2C,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,uDAAuD,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAA,CAAC;AAC7zF,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AAChX,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,kBAAkB,EAAE,IAAI,EAAE,MAAM,CAAC,4BAA4B,IAAI,CAAC,UAAU,sBAAsB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,oBAAoB,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wEAAwE,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,+BAA+B,OAAO,QAAQ,CAAC,kBAAkB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,6CAA6C,IAAI,CAAC,UAAU,sBAAsB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,oBAAoB,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wEAAwE,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,+BAA+B,uBAAuB,CAAC,CAAA,CAAC;AACn1B,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,cAAc,EAAE,IAAI,EAAE,MAAM,CAAC,+BAA+B,IAAI,CAAC,UAAU,oBAAoB,IAAI,CAAC,aAAa,sBAAsB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gEAAgE,IAAI,CAAC,QAAQ,sBAAsB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,aAAa,IAAI,CAAC,8BAA8B,OAAO,QAAQ,CAAC,cAAc,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,4CAA4C,IAAI,CAAC,UAAU,oBAAoB,IAAI,CAAC,aAAa,sBAAsB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gEAAgE,IAAI,CAAC,QAAQ,sBAAsB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,aAAa,IAAI,CAAC,8BAA8B,mBAAmB,CAAC,CAAA,CAAC;AAC32B,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,iCAAkC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,QAAQ,CAAC,CAAA,CAAC;AACtR,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,mCAAmC,CAAC,CAAA,CAAC;AAChK,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,+DAA+D,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2EAA2E,IAAI,CAAC,mBAAmB,aAAa,IAAI,CAAC,QAAQ,cAAc,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,0EAA0E,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2EAA2E,IAAI,CAAC,mBAAmB,aAAa,IAAI,CAAC,QAAQ,cAAc,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,iBAAiB,CAAC,CAAA,CAAC;AAC7uB,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,sCAAsC,CAAC,CAAA,CAAC;AACnK,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,wCAAwC,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,yDAAyD,IAAI,CAAC,eAAe,eAAe,IAAI,CAAC,eAAe,OAAO,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,yCAAyC,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAA,uGAAuG,IAAI,CAAC,eAAe,eAAe,IAAI,CAAC,eAAe,sDAAsD,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,CAAA,CAAC;AACzsB,SAAS,MAAM,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,EAAE,CAAC,CAAA,CAAC;AAClP,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,0CAA0C,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,0BAA0B,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,KAAK,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,mDAAmD,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,0BAA0B,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAA,CAAC;AAC5e,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,0DAA0D,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,CAAA,CAAC;AACzN,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,sCAAsC,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,yDAAyD,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,0CAA0C,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,oCAAoC,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,KAAK,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAA,kHAAkH,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,8GAA8G,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,0BAA0B,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,2BAA2B,CAAC,CAAA,CAAC;AAChmC,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,iEAAiE,IAAI,CAAC,SAAS,aAAa,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,0DAA0D,IAAI,CAAC,eAAe,aAAa,IAAI,CAAC,oBAAoB,KAAK,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,4EAA4E,IAAI,CAAC,SAAS,aAAa,IAAI,CAAC,cAAc,KAAK,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,kFAAkF,IAAI,CAAC,eAAe,aAAa,IAAI,CAAC,oBAAoB,KAAK,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,eAAe,CAAC,CAAA,CAAC;AACp8B,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AAC/b,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,iDAAiD,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,aAAa,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,aAAa,OAAO,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,4DAA4D,SAAS,CAAC,IAAI,CAAC,mBAAmB,CAAC,aAAa,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,aAAa,iBAAiB,CAAC,CAAA,CAAC;AAC1hB,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,8CAA8C,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,aAAa,IAAI,CAAC,YAAY,aAAa,IAAI,CAAC,iBAAiB,OAAO,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,yDAAyD,SAAS,CAAC,IAAI,CAAC,uBAAuB,CAAC,aAAa,IAAI,CAAC,YAAY,aAAa,IAAI,CAAC,iBAAiB,iBAAiB,CAAC,CAAA,CAAC;AAC5iB,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,kDAAkD,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,yBAAyB,IAAI,CAAC,aAAa,aAAa,IAAI,CAAC,cAAc,6CAA6C,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,mBAAmB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,kDAAkD,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,yBAAyB,IAAI,CAAC,aAAa,aAAa,IAAI,CAAC,cAAc,uDAAuD,CAAC,CAAA,CAAC;AAChsB,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,gDAAgD,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2EAA2E,IAAI,CAAC,mBAAmB,aAAa,IAAI,CAAC,SAAS,cAAc,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,2DAA2D,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2EAA2E,IAAI,CAAC,mBAAmB,aAAa,IAAI,CAAC,SAAS,cAAc,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,iBAAiB,CAAC,CAAA,CAAC;AACltB,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,kCAAkC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,kEAAkE,IAAI,CAAC,aAAa,OAAO,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAA,2GAA2G,IAAI,CAAC,aAAa,uBAAuB,CAAC,CAAA,CAAC;AAChf,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,+BAA+B,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,gDAAgD,CAAC,CAAA,CAAC;AACxS,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,sCAAsC,CAAC,CAAA,CAAC;AACpK,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,EAAE,CAAC,CAAA,CAAC;AACpX,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,kBAAkB,EAAE,IAAI,EAAE,MAAM,CAAC,4BAA4B,IAAI,CAAC,UAAU,sBAAsB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,oBAAoB,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wEAAwE,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,+BAA+B,OAAO,QAAQ,CAAC,kBAAkB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,6CAA6C,IAAI,CAAC,UAAU,sBAAsB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,oBAAoB,CAAC,uBAAuB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,wEAAwE,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,+BAA+B,uBAAuB,CAAC,CAAA,CAAC;AACp1B,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,cAAc,EAAE,IAAI,EAAE,MAAM,CAAC,+BAA+B,IAAI,CAAC,UAAU,oBAAoB,IAAI,CAAC,aAAa,sBAAsB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gEAAgE,IAAI,CAAC,QAAQ,sBAAsB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,aAAa,IAAI,CAAC,8BAA8B,OAAO,QAAQ,CAAC,cAAc,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,4CAA4C,IAAI,CAAC,UAAU,oBAAoB,IAAI,CAAC,aAAa,sBAAsB,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,gEAAgE,IAAI,CAAC,QAAQ,sBAAsB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,aAAa,IAAI,CAAC,8BAA8B,mBAAmB,CAAC,CAAA,CAAC;AAC52B,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,iCAAkC,IAAI,CAAC,mBAAmB,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,QAAQ,CAAC,CAAA,CAAC;AACzR,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,mCAAmC,CAAC,CAAA,CAAC;AACjK,SAAS,OAAO,CAA8B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,+DAA+D,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2EAA2E,IAAI,CAAC,mBAAmB,aAAa,IAAI,CAAC,QAAQ,cAAc,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,OAAO,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,0EAA0E,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,2EAA2E,IAAI,CAAC,mBAAmB,aAAa,IAAI,CAAC,QAAQ,cAAc,SAAS,CAAC,IAAI,CAAC,UAAU,CAAC,iBAAiB,CAAC,CAAA,CAAC;AAG9uB,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type UploadCollectionItem from \"../../UploadCollectionItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<li part=\"native-li\" data-sap-focus-ref tabindex=\"${ifDefined(this._effectiveTabIndex)}\" class=\"${classMap(this.classes.main as ClassMapValue)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" @mouseup=\"${this._onmouseup}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" @click=\"${this._onclick}\" draggable=\"${ifDefined(this.movable)}\" @dragstart=\"${this._ondragstart}\" @dragend=\"${this._ondragend}\" role=\"${ifDefined(this._accInfo.role)}\" aria-expanded=\"${ifDefined(this._accInfo.ariaExpanded)}\" title=\"${ifDefined(this._accInfo.tooltip)}\" aria-level=\"${ifDefined(this._accInfo.ariaLevel)}\" aria-haspopup=\"${ifDefined(this._accInfo.ariaHaspopup)}\" aria-posinset=\"${ifDefined(this._accInfo.posinset)}\" aria-setsize=\"${ifDefined(this._accInfo.setsize)}\" aria-describedby=\"${ifDefined(this._id)}-invisibleText-describedby\" aria-labelledby=\"${ifDefined(this._accessibleNameRef)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-selected=\"${ifDefined(this._accInfo.ariaSelected)}\" aria-checked=\"${ifDefined(this._accInfo.ariaChecked)}\" aria-owns=\"${ifDefined(this._accInfo.ariaOwns)}\" aria-keyshortcuts=\"${ifDefined(this._accInfo.ariaKeyShortcuts)}\">${ this.placeSelectionElementBefore ? block1.call(this, context, tags, suffix) : undefined }${ this._hasHighlightColor ? block7.call(this, context, tags, suffix) : undefined }<div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\"><div class=\"ui5-uci-thumbnail-and-content-container\"><div class=\"ui5-uci-thumbnail\"><slot name=\"thumbnail\"></slot></div><div class=\"ui5-uci-content-and-progress\"><div class=\"ui5-uci-content\">${ this._editing ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix) }<div class=\"ui5-uci-description\"><slot></slot></div></div>${ this._showProgressIndicator ? block12.call(this, context, tags, suffix) : undefined }</div></div><div class=\"ui5-uci-buttons\">${ this._editing ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }</div></div>${ this.typeDetail ? block19.call(this, context, tags, suffix) : undefined }${ this.typeNavigation ? block20.call(this, context, tags, suffix) : undefined }${ this.navigated ? block21.call(this, context, tags, suffix) : undefined }${ this.placeSelectionElementAfter ? block22.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleText-describedby\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.ariaSelectedText)}</span></li>`;}\nfunction block1 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block2.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block3.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block4.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block3 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block4 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block5.call(this, context, tags, suffix) : block6.call(this, context, tags, suffix) }</div>`;}\nfunction block5 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block6 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block7 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-highlight\"></div>`;}\nfunction block8 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-uci-edit-container\"><${scopeTag(\"ui5-input\", tags, suffix)} id=\"ui5-uci-edit-input\" data-sap-focus-ref @focusin=\"${this._onInputFocusin}\" @keydown=\"${this._onInputKeyDown}\"></${scopeTag(\"ui5-input\", tags, suffix)}><span class=\"ui5-uci-file-extension\">${ifDefined(this._fileExtension)}</span></div>` : html`<div class=\"ui5-uci-edit-container\"><ui5-input id=\"ui5-uci-edit-input\" data-sap-focus-ref @focusin=\"${this._onInputFocusin}\" @keydown=\"${this._onInputKeyDown}\"></ui5-input><span class=\"ui5-uci-file-extension\">${ifDefined(this._fileExtension)}</span></div>`;}\nfunction block9 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.fileNameClickable ? block10.call(this, context, tags, suffix) : block11.call(this, context, tags, suffix) }`;}\nfunction block10 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-link\", tags, suffix)} class=\"ui5-uci-file-name\" @ui5-click=\"${ifDefined(this._onFileNameClick)}\" wrapping-type=\"None\">${ifDefined(this.fileName)}</${scopeTag(\"ui5-link\", tags, suffix)}>` : html`<ui5-link class=\"ui5-uci-file-name\" @ui5-click=\"${ifDefined(this._onFileNameClick)}\" wrapping-type=\"None\">${ifDefined(this.fileName)}</ui5-link>`;}\nfunction block11 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-uci-file-name ui5-uci-file-name-text\">${ifDefined(this.fileName)}</span>`;}\nfunction block12 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-uci-progress-box\"><${scopeTag(\"ui5-progress-indicator\", tags, suffix)} class=\"ui5-uci-progress-indicator\" hide-value value=\"${ifDefined(this.progress)}\" value-state=\"${ifDefined(this.valueStateName)}\"></${scopeTag(\"ui5-progress-indicator\", tags, suffix)}><div class=\"ui5-uci-progress-labels\"><${scopeTag(\"ui5-label\", tags, suffix)} show-colon wrapping-type=\"None\">${ifDefined(this._progressText)}</${scopeTag(\"ui5-label\", tags, suffix)}><${scopeTag(\"ui5-label\", tags, suffix)}>${ifDefined(this.progress)}%</${scopeTag(\"ui5-label\", tags, suffix)}></div></div>` : html`<div class=\"ui5-uci-progress-box\"><ui5-progress-indicator class=\"ui5-uci-progress-indicator\" hide-value value=\"${ifDefined(this.progress)}\" value-state=\"${ifDefined(this.valueStateName)}\"></ui5-progress-indicator><div class=\"ui5-uci-progress-labels\"><ui5-label show-colon wrapping-type=\"None\">${ifDefined(this._progressText)}</ui5-label><ui5-label>${ifDefined(this.progress)}%</ui5-label></div></div>`;}\nfunction block13 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" class=\"ui5-uci-edit-rename-btn\" @click=\"${this._onRename}\" @keyup=\"${this._onRenameKeyup}\">${ifDefined(this._renameBtnText)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" id=\"ui5-uci-edit-cancel\" @click=\"${this._onRenameCancel}\" @keyup=\"${this._onRenameCancelKeyup}\">${ifDefined(this._cancelRenameBtnText)}</${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button design=\"Transparent\" class=\"ui5-uci-edit-rename-btn\" @click=\"${this._onRename}\" @keyup=\"${this._onRenameKeyup}\">${ifDefined(this._renameBtnText)}</ui5-button><ui5-button design=\"Transparent\" id=\"ui5-uci-edit-cancel\" @click=\"${this._onRenameCancel}\" @keyup=\"${this._onRenameCancelKeyup}\">${ifDefined(this._cancelRenameBtnText)}</ui5-button>`;}\nfunction block14 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._showRetry ? block15.call(this, context, tags, suffix) : undefined }${ this._showTerminate ? block16.call(this, context, tags, suffix) : undefined }${ this.showEditButton ? block17.call(this, context, tags, suffix) : undefined }${ !this.hideDeleteButton ? block18.call(this, context, tags, suffix) : undefined }`;}\nfunction block15 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"refresh\" design=\"Transparent\" tooltip=\"${ifDefined(this._retryButtonTooltip)}\" @click=\"${this._onRetry}\" @keyup=\"${this._onRetryKeyup}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"refresh\" design=\"Transparent\" tooltip=\"${ifDefined(this._retryButtonTooltip)}\" @click=\"${this._onRetry}\" @keyup=\"${this._onRetryKeyup}\"></ui5-button>`;}\nfunction block16 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"stop\" design=\"Transparent\" tooltip=\"${ifDefined(this._terminateButtonTooltip)}\" @click=\"${this._onTerminate}\" @keyup=\"${this._onTerminateKeyup}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"stop\" design=\"Transparent\" tooltip=\"${ifDefined(this._terminateButtonTooltip)}\" @click=\"${this._onTerminate}\" @keyup=\"${this._onTerminateKeyup}\"></ui5-button>`;}\nfunction block17 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-editing-button\" design=\"Transparent\" tooltip=\"${ifDefined(this._editButtonTooltip)}\" icon=\"edit\" @click=\"${this.onDetailClick}\" @keyup=\"${this._onDetailKeyup}\" class=\"ui5-li-detailbtn ui5-uci-edit\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"${ifDefined(this._id)}-editing-button\" design=\"Transparent\" tooltip=\"${ifDefined(this._editButtonTooltip)}\" icon=\"edit\" @click=\"${this.onDetailClick}\" @keyup=\"${this._onDetailKeyup}\" class=\"ui5-li-detailbtn ui5-uci-edit\"></ui5-button>`;}\nfunction block18 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} class=\"ui5-upload-collection-deletebtn\" id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this._onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button class=\"ui5-upload-collection-deletebtn\" id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this._onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block19 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-li-detailbtn\"><${scopeTag(\"ui5-button\", tags, suffix)} part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-li-detailbtn\"><ui5-button part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></ui5-button></div>`;}\nfunction block20 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name =\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name =\"slim-arrow-right\"></ui5-icon>`;}\nfunction block21 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-navigated\"></div>`;}\nfunction block22 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block23.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block24.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block25.call(this, context, tags, suffix) : undefined }`;}\nfunction block23 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block24 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block25 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block26.call(this, context, tags, suffix) : block27.call(this, context, tags, suffix) }</div>`;}\nfunction block26 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block27 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"UploadCollectionItemTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/UploadCollectionItemTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type UploadCollectionItem from \"../../UploadCollectionItem.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<li part=\"native-li\" data-sap-focus-ref tabindex=\"${ifDefined(this._effectiveTabIndex)}\" class=\"${classMap(this.classes.main as ClassMapValue)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @keyup=\"${this._onkeyup}\" @keydown=\"${this._onkeydown}\" @mouseup=\"${this._onmouseup}\" @mousedown=\"${this._onmousedown}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" @click=\"${this._onclick}\" draggable=\"${ifDefined(this.movable)}\" @dragstart=\"${this._ondragstart}\" @dragend=\"${this._ondragend}\" role=\"${ifDefined(this._accInfo.role)}\" aria-expanded=\"${ifDefined(this._accInfo.ariaExpanded)}\" title=\"${ifDefined(this._accInfo.tooltip)}\" aria-level=\"${ifDefined(this._accInfo.ariaLevel)}\" aria-haspopup=\"${ifDefined(this._accInfo.ariaHaspopup)}\" aria-posinset=\"${ifDefined(this._accInfo.posinset)}\" aria-setsize=\"${ifDefined(this._accInfo.setsize)}\" aria-describedby=\"${ifDefined(this._id)}-invisibleText-describedby\" aria-labelledby=\"${ifDefined(this._accessibleNameRef)}\" aria-disabled=\"${ifDefined(this._ariaDisabled)}\" aria-selected=\"${ifDefined(this._accInfo.ariaSelected)}\" aria-checked=\"${ifDefined(this._accInfo.ariaChecked)}\" aria-owns=\"${ifDefined(this._accInfo.ariaOwns)}\" aria-keyshortcuts=\"${ifDefined(this._accInfo.ariaKeyShortcuts)}\">${ this.placeSelectionElementBefore ? block1.call(this, context, tags, suffix) : undefined }${ this._hasHighlightColor ? block7.call(this, context, tags, suffix) : undefined }<div part=\"content\" id=\"${ifDefined(this._id)}-content\" class=\"ui5-li-content\"><div class=\"ui5-uci-thumbnail-and-content-container\"><div class=\"ui5-uci-thumbnail\"><slot name=\"thumbnail\"></slot></div><div class=\"ui5-uci-content-and-progress\"><div class=\"ui5-uci-content\">${ this._editing ? block8.call(this, context, tags, suffix) : block9.call(this, context, tags, suffix) }<div class=\"ui5-uci-description\"><slot></slot></div></div>${ this._showProgressIndicator ? block12.call(this, context, tags, suffix) : undefined }</div></div><div class=\"ui5-uci-buttons\">${ this._editing ? block13.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }</div></div>${ this.typeDetail ? block19.call(this, context, tags, suffix) : undefined }${ this.typeNavigation ? block20.call(this, context, tags, suffix) : undefined }${ this.navigated ? block21.call(this, context, tags, suffix) : undefined }${ this.placeSelectionElementAfter ? block22.call(this, context, tags, suffix) : undefined }<span id=\"${ifDefined(this._id)}-invisibleText\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.listItemAriaLabel)}${ifDefined(this.accessibleName)}</span><span id=\"${ifDefined(this._id)}-invisibleText-describedby\" class=\"ui5-hidden-text\">${ifDefined(this._accInfo.ariaSelectedText)}</span></li>`;}\nfunction block1 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block2.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block3.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block4.call(this, context, tags, suffix) : undefined }`;}\nfunction block2 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block3 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block4 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block5.call(this, context, tags, suffix) : block6.call(this, context, tags, suffix) }</div>`;}\nfunction block5 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block6 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block7 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-highlight\"></div>`;}\nfunction block8 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-uci-edit-container\"><${scopeTag(\"ui5-input\", tags, suffix)} id=\"ui5-uci-edit-input\" data-sap-focus-ref @focusin=\"${this._onInputFocusin}\" @keydown=\"${this._onInputKeyDown}\"></${scopeTag(\"ui5-input\", tags, suffix)}><span class=\"ui5-uci-file-extension\">${ifDefined(this._fileExtension)}</span></div>` : html`<div class=\"ui5-uci-edit-container\"><ui5-input id=\"ui5-uci-edit-input\" data-sap-focus-ref @focusin=\"${this._onInputFocusin}\" @keydown=\"${this._onInputKeyDown}\"></ui5-input><span class=\"ui5-uci-file-extension\">${ifDefined(this._fileExtension)}</span></div>`;}\nfunction block9 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.fileNameClickable ? block10.call(this, context, tags, suffix) : block11.call(this, context, tags, suffix) }`;}\nfunction block10 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-link\", tags, suffix)} class=\"ui5-uci-file-name\" @ui5-click=\"${ifDefined(this._onFileNameClick)}\" wrapping-type=\"None\">${ifDefined(this.fileName)}</${scopeTag(\"ui5-link\", tags, suffix)}>` : html`<ui5-link class=\"ui5-uci-file-name\" @ui5-click=\"${ifDefined(this._onFileNameClick)}\" wrapping-type=\"None\">${ifDefined(this.fileName)}</ui5-link>`;}\nfunction block11 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-uci-file-name ui5-uci-file-name-text\">${ifDefined(this.fileName)}</span>`;}\nfunction block12 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-uci-progress-box\"><${scopeTag(\"ui5-progress-indicator\", tags, suffix)} class=\"ui5-uci-progress-indicator\" hide-value value=\"${ifDefined(this.progress)}\" value-state=\"${ifDefined(this.valueStateName)}\"></${scopeTag(\"ui5-progress-indicator\", tags, suffix)}><div class=\"ui5-uci-progress-labels\"><${scopeTag(\"ui5-label\", tags, suffix)} show-colon wrapping-type=\"None\">${ifDefined(this._progressText)}</${scopeTag(\"ui5-label\", tags, suffix)}><${scopeTag(\"ui5-label\", tags, suffix)}>${ifDefined(this.progress)}%</${scopeTag(\"ui5-label\", tags, suffix)}></div></div>` : html`<div class=\"ui5-uci-progress-box\"><ui5-progress-indicator class=\"ui5-uci-progress-indicator\" hide-value value=\"${ifDefined(this.progress)}\" value-state=\"${ifDefined(this.valueStateName)}\"></ui5-progress-indicator><div class=\"ui5-uci-progress-labels\"><ui5-label show-colon wrapping-type=\"None\">${ifDefined(this._progressText)}</ui5-label><ui5-label>${ifDefined(this.progress)}%</ui5-label></div></div>`;}\nfunction block13 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" class=\"ui5-uci-edit-rename-btn\" @click=\"${this._onRename}\" @keyup=\"${this._onRenameKeyup}\">${ifDefined(this._renameBtnText)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" id=\"ui5-uci-edit-cancel\" @click=\"${this._onRenameCancel}\" @keyup=\"${this._onRenameCancelKeyup}\">${ifDefined(this._cancelRenameBtnText)}</${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button design=\"Transparent\" class=\"ui5-uci-edit-rename-btn\" @click=\"${this._onRename}\" @keyup=\"${this._onRenameKeyup}\">${ifDefined(this._renameBtnText)}</ui5-button><ui5-button design=\"Transparent\" id=\"ui5-uci-edit-cancel\" @click=\"${this._onRenameCancel}\" @keyup=\"${this._onRenameCancelKeyup}\">${ifDefined(this._cancelRenameBtnText)}</ui5-button>`;}\nfunction block14 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._showRetry ? block15.call(this, context, tags, suffix) : undefined }${ this._showTerminate ? block16.call(this, context, tags, suffix) : undefined }${ this.showEditButton ? block17.call(this, context, tags, suffix) : undefined }${ !this.hideDeleteButton ? block18.call(this, context, tags, suffix) : undefined }`;}\nfunction block15 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"refresh\" design=\"Transparent\" tooltip=\"${ifDefined(this._retryButtonTooltip)}\" @click=\"${this._onRetry}\" @keyup=\"${this._onRetryKeyup}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"refresh\" design=\"Transparent\" tooltip=\"${ifDefined(this._retryButtonTooltip)}\" @click=\"${this._onRetry}\" @keyup=\"${this._onRetryKeyup}\"></ui5-button>`;}\nfunction block16 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} icon=\"stop\" design=\"Transparent\" tooltip=\"${ifDefined(this._terminateButtonTooltip)}\" @click=\"${this._onTerminate}\" @keyup=\"${this._onTerminateKeyup}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button icon=\"stop\" design=\"Transparent\" tooltip=\"${ifDefined(this._terminateButtonTooltip)}\" @click=\"${this._onTerminate}\" @keyup=\"${this._onTerminateKeyup}\"></ui5-button>`;}\nfunction block17 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} id=\"${ifDefined(this._id)}-editing-button\" design=\"Transparent\" tooltip=\"${ifDefined(this._editButtonTooltip)}\" icon=\"edit\" @click=\"${this.onDetailClick}\" @keyup=\"${this._onDetailKeyup}\" class=\"ui5-li-detailbtn ui5-uci-edit\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button id=\"${ifDefined(this._id)}-editing-button\" design=\"Transparent\" tooltip=\"${ifDefined(this._editButtonTooltip)}\" icon=\"edit\" @click=\"${this.onDetailClick}\" @keyup=\"${this._onDetailKeyup}\" class=\"ui5-li-detailbtn ui5-uci-edit\"></ui5-button>`;}\nfunction block18 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} class=\"ui5-upload-collection-deletebtn\" id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this._onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button class=\"ui5-upload-collection-deletebtn\" id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this._onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\nfunction block19 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-li-detailbtn\"><${scopeTag(\"ui5-button\", tags, suffix)} part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></${scopeTag(\"ui5-button\", tags, suffix)}></div>` : html`<div class=\"ui5-li-detailbtn\"><ui5-button part=\"detail-button\" design=\"Transparent\" icon=\"edit\" @click=\"${this.onDetailClick}\"></ui5-button></div>`;}\nfunction block20 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} name =\"slim-arrow-right\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon name =\"slim-arrow-right\"></ui5-icon>`;}\nfunction block21 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-navigated\"></div>`;}\nfunction block22 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.modeSingleSelect ? block23.call(this, context, tags, suffix) : undefined }${ this.modeMultiple ? block24.call(this, context, tags, suffix) : undefined }${ this.renderDeleteButton ? block25.call(this, context, tags, suffix) : undefined }`;}\nfunction block23 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-radio-button\", tags, suffix)} part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></${scopeTag(\"ui5-radio-button\", tags, suffix)}>` : html`<ui5-radio-button part=\"radio\" ?disabled=\"${this.isInactive}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabelRadioButton)}\" tabindex=\"-1\" id=\"${ifDefined(this._id)}-singleSelectionElement\" class=\"ui5-li-singlesel-radiobtn\" ?checked=\"${this.selected}\" @click=\"${this.onSingleSelectionComponentPress}\"></ui5-radio-button>`;}\nfunction block24 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-checkbox\", tags, suffix)} part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}>` : html`<ui5-checkbox part=\"checkbox\" ?disabled=\"${this.isInactive}\" ?indeterminate=${this.indeterminate} tabindex=\"-1\" id=\"${ifDefined(this._id)}-multiSelectionElement\" class=\"ui5-li-multisel-cb\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this._accInfo.ariaLabel)}\" @click=\"${this.onMultiSelectionComponentPress}\"></ui5-checkbox>`;}\nfunction block25 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-li-deletebtn\">${ this.hasDeleteButtonSlot ? block26.call(this, context, tags, suffix) : block27.call(this, context, tags, suffix) }</div>`;}\nfunction block26 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<slot name=\"deleteButton\"></slot>`;}\nfunction block27 (this: UploadCollectionItem, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button part=\"delete-button\" tabindex=\"-1\" data-sap-no-tab-ref id=\"${ifDefined(this._id)}-deleteSelectionElement\" design=\"Transparent\" icon=\"decline\" ?disabled=\"${this.disableDeleteButton}\" @click=\"${this.onDelete}\" tooltip=\"${ifDefined(this.deleteText)}\"></ui5-button>`;}\n\n\nexport default block0;"]}
@@ -1,5 +1,5 @@
1
1
  /* eslint no-unused-vars: 0 */
2
- import { html, classMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
2
+ import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
3
  function block0(context, tags, suffix) { return suffix ? html `<div class="ui5-uc-root" role="region" aria-roledescription="${ifDefined(this._roleDescription)}" @drop="${this._ondrop}" @ui5-_uci-delete="${ifDefined(this._onItemDelete)}"><div class="${classMap(this.classes.content)}"><${scopeTag("ui5-list", tags, suffix)} accessible-name="${ifDefined(this.accessibleName)}" selection-mode="${ifDefined(this.selectionMode)}" @ui5-selection-change="${ifDefined(this._onSelectionChange)}"><slot slot="header" name="header"></slot><slot></slot>${this._showNoData ? block1.call(this, context, tags, suffix) : undefined}</${scopeTag("ui5-list", tags, suffix)}>${this._showDndOverlay ? block2.call(this, context, tags, suffix) : undefined}</div></div>` : html `<div class="ui5-uc-root" role="region" aria-roledescription="${ifDefined(this._roleDescription)}" @drop="${this._ondrop}" @ui5-_uci-delete="${ifDefined(this._onItemDelete)}"><div class="${classMap(this.classes.content)}"><ui5-list accessible-name="${ifDefined(this.accessibleName)}" selection-mode="${ifDefined(this.selectionMode)}" @ui5-selection-change="${ifDefined(this._onSelectionChange)}"><slot slot="header" name="header"></slot><slot></slot>${this._showNoData ? block1.call(this, context, tags, suffix) : undefined}</ui5-list>${this._showDndOverlay ? block2.call(this, context, tags, suffix) : undefined}</div></div>`; }
4
4
  function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-li-custom", tags, suffix)} class="${classMap(this.classes.noFiles)}" type="Inactive"><${scopeTag("ui5-illustrated-message", tags, suffix)} name="Tent"><${scopeTag("ui5-title", tags, suffix)} slot="title" wrapping-type="None" level="H2">${ifDefined(this._noDataText)}</${scopeTag("ui5-title", tags, suffix)}><span slot="subtitle">${ifDefined(this._noDataDescription)}</span></${scopeTag("ui5-illustrated-message", tags, suffix)}></${scopeTag("ui5-li-custom", tags, suffix)}>` : html `<ui5-li-custom class="${classMap(this.classes.noFiles)}" type="Inactive"><ui5-illustrated-message name="Tent"><ui5-title slot="title" wrapping-type="None" level="H2">${ifDefined(this._noDataText)}</ui5-title><span slot="subtitle">${ifDefined(this._noDataDescription)}</span></ui5-illustrated-message></ui5-li-custom>`; }
5
5
  function block2(context, tags, suffix) { return suffix ? html `<div class="${classMap(this.classes.dndOverlay)}" @dragenter="${this._ondragenter}" @dragleave="${this._ondragleave}" @dragover="${this._ondragover}"><${scopeTag("ui5-icon", tags, suffix)} name="upload-to-cloud"></${scopeTag("ui5-icon", tags, suffix)}><span class="dnd-overlay-text">${ifDefined(this._dndOverlayText)}</span></div>` : html `<div class="${classMap(this.classes.dndOverlay)}" @dragenter="${this._ondragenter}" @dragleave="${this._ondragleave}" @dragover="${this._ondragover}"><ui5-icon name="upload-to-cloud"></ui5-icon><span class="dnd-overlay-text">${ifDefined(this._dndOverlayText)}</span></div>`; }
@@ -1 +1 @@
1
- {"version":3,"file":"UploadCollectionTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/UploadCollectionTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAe,QAAQ,EAAY,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAA0B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,gEAAgE,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,IAAI,CAAC,OAAO,uBAAuB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,iBAAiB,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,MAAM,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,2DAA4D,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,KAAK,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,IAAK,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,cAAc,CAAC,CAAC,CAAC,IAAI,CAAA,gEAAgE,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,IAAI,CAAC,OAAO,uBAAuB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,iBAAiB,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,gCAAgC,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,2DAA4D,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,cAAe,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,cAAc,CAAC,CAAA,CAAC;AACj9C,SAAS,MAAM,CAA0B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,eAAe,EAAE,IAAI,EAAE,MAAM,CAAC,WAAW,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,sBAAsB,QAAQ,CAAC,yBAAyB,EAAE,IAAI,EAAE,MAAM,CAAC,iBAAiB,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,iDAAiD,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,0BAA0B,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,QAAQ,CAAC,yBAAyB,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,QAAQ,CAAC,eAAe,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,yBAAyB,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,kHAAkH,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,qCAAqC,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,mDAAmD,CAAC,CAAA,CAAC;AACr9B,SAAS,MAAM,CAA0B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,UAA2B,CAAC,iBAAiB,IAAI,CAAC,YAAY,iBAAiB,IAAI,CAAC,YAAY,gBAAgB,IAAI,CAAC,WAAW,MAAM,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,6BAA6B,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,mCAAmC,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,UAA2B,CAAC,iBAAiB,IAAI,CAAC,YAAY,iBAAiB,IAAI,CAAC,YAAY,gBAAgB,IAAI,CAAC,WAAW,gFAAgF,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,eAAe,CAAC,CAAA,CAAC;AAGzwB,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type UploadCollection from \"../../UploadCollection.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: UploadCollection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-uc-root\" role=\"region\" aria-roledescription=\"${ifDefined(this._roleDescription)}\" @drop=\"${this._ondrop}\" @ui5-_uci-delete=\"${ifDefined(this._onItemDelete)}\"><div class=\"${classMap(this.classes.content as ClassMapValue)}\"><${scopeTag(\"ui5-list\", tags, suffix)} accessible-name=\"${ifDefined(this.accessibleName)}\" selection-mode=\"${ifDefined(this.selectionMode)}\" @ui5-selection-change=\"${ifDefined(this._onSelectionChange)}\"><slot slot=\"header\" name=\"header\"></slot><slot></slot>${ this._showNoData ? block1.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-list\", tags, suffix)}>${ this._showDndOverlay ? block2.call(this, context, tags, suffix) : undefined }</div></div>` : html`<div class=\"ui5-uc-root\" role=\"region\" aria-roledescription=\"${ifDefined(this._roleDescription)}\" @drop=\"${this._ondrop}\" @ui5-_uci-delete=\"${ifDefined(this._onItemDelete)}\"><div class=\"${classMap(this.classes.content as ClassMapValue)}\"><ui5-list accessible-name=\"${ifDefined(this.accessibleName)}\" selection-mode=\"${ifDefined(this.selectionMode)}\" @ui5-selection-change=\"${ifDefined(this._onSelectionChange)}\"><slot slot=\"header\" name=\"header\"></slot><slot></slot>${ this._showNoData ? block1.call(this, context, tags, suffix) : undefined }</ui5-list>${ this._showDndOverlay ? block2.call(this, context, tags, suffix) : undefined }</div></div>`;}\nfunction block1 (this: UploadCollection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-li-custom\", tags, suffix)} class=\"${classMap(this.classes.noFiles as ClassMapValue)}\" type=\"Inactive\"><${scopeTag(\"ui5-illustrated-message\", tags, suffix)} name=\"Tent\"><${scopeTag(\"ui5-title\", tags, suffix)} slot=\"title\" wrapping-type=\"None\" level=\"H2\">${ifDefined(this._noDataText)}</${scopeTag(\"ui5-title\", tags, suffix)}><span slot=\"subtitle\">${ifDefined(this._noDataDescription)}</span></${scopeTag(\"ui5-illustrated-message\", tags, suffix)}></${scopeTag(\"ui5-li-custom\", tags, suffix)}>` : html`<ui5-li-custom class=\"${classMap(this.classes.noFiles as ClassMapValue)}\" type=\"Inactive\"><ui5-illustrated-message name=\"Tent\"><ui5-title slot=\"title\" wrapping-type=\"None\" level=\"H2\">${ifDefined(this._noDataText)}</ui5-title><span slot=\"subtitle\">${ifDefined(this._noDataDescription)}</span></ui5-illustrated-message></ui5-li-custom>`;}\nfunction block2 (this: UploadCollection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.dndOverlay as ClassMapValue)}\" @dragenter=\"${this._ondragenter}\" @dragleave=\"${this._ondragleave}\" @dragover=\"${this._ondragover}\"><${scopeTag(\"ui5-icon\", tags, suffix)} name=\"upload-to-cloud\"></${scopeTag(\"ui5-icon\", tags, suffix)}><span class=\"dnd-overlay-text\">${ifDefined(this._dndOverlayText)}</span></div>` : html`<div class=\"${classMap(this.classes.dndOverlay as ClassMapValue)}\" @dragenter=\"${this._ondragenter}\" @dragleave=\"${this._ondragleave}\" @dragover=\"${this._ondragover}\"><ui5-icon name=\"upload-to-cloud\"></ui5-icon><span class=\"dnd-overlay-text\">${ifDefined(this._dndOverlayText)}</span></div>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"UploadCollectionTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/UploadCollectionTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAA0B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,gEAAgE,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,IAAI,CAAC,OAAO,uBAAuB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,iBAAiB,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,MAAM,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,2DAA4D,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,KAAK,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,IAAK,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,cAAc,CAAC,CAAC,CAAC,IAAI,CAAA,gEAAgE,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,IAAI,CAAC,OAAO,uBAAuB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,iBAAiB,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,gCAAgC,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,qBAAqB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,4BAA4B,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,2DAA4D,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,cAAe,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,cAAc,CAAC,CAAA,CAAC;AACj9C,SAAS,MAAM,CAA0B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,eAAe,EAAE,IAAI,EAAE,MAAM,CAAC,WAAW,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,sBAAsB,QAAQ,CAAC,yBAAyB,EAAE,IAAI,EAAE,MAAM,CAAC,iBAAiB,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,iDAAiD,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,KAAK,QAAQ,CAAC,WAAW,EAAE,IAAI,EAAE,MAAM,CAAC,0BAA0B,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,YAAY,QAAQ,CAAC,yBAAyB,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,QAAQ,CAAC,eAAe,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,yBAAyB,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,kHAAkH,SAAS,CAAC,IAAI,CAAC,WAAW,CAAC,qCAAqC,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,mDAAmD,CAAC,CAAA,CAAC;AACr9B,SAAS,MAAM,CAA0B,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,UAA2B,CAAC,iBAAiB,IAAI,CAAC,YAAY,iBAAiB,IAAI,CAAC,YAAY,gBAAgB,IAAI,CAAC,WAAW,MAAM,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,6BAA6B,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,mCAAmC,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAA,eAAe,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,UAA2B,CAAC,iBAAiB,IAAI,CAAC,YAAY,iBAAiB,IAAI,CAAC,YAAY,gBAAgB,IAAI,CAAC,WAAW,gFAAgF,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,eAAe,CAAC,CAAA,CAAC;AAGzwB,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type UploadCollection from \"../../UploadCollection.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: UploadCollection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-uc-root\" role=\"region\" aria-roledescription=\"${ifDefined(this._roleDescription)}\" @drop=\"${this._ondrop}\" @ui5-_uci-delete=\"${ifDefined(this._onItemDelete)}\"><div class=\"${classMap(this.classes.content as ClassMapValue)}\"><${scopeTag(\"ui5-list\", tags, suffix)} accessible-name=\"${ifDefined(this.accessibleName)}\" selection-mode=\"${ifDefined(this.selectionMode)}\" @ui5-selection-change=\"${ifDefined(this._onSelectionChange)}\"><slot slot=\"header\" name=\"header\"></slot><slot></slot>${ this._showNoData ? block1.call(this, context, tags, suffix) : undefined }</${scopeTag(\"ui5-list\", tags, suffix)}>${ this._showDndOverlay ? block2.call(this, context, tags, suffix) : undefined }</div></div>` : html`<div class=\"ui5-uc-root\" role=\"region\" aria-roledescription=\"${ifDefined(this._roleDescription)}\" @drop=\"${this._ondrop}\" @ui5-_uci-delete=\"${ifDefined(this._onItemDelete)}\"><div class=\"${classMap(this.classes.content as ClassMapValue)}\"><ui5-list accessible-name=\"${ifDefined(this.accessibleName)}\" selection-mode=\"${ifDefined(this.selectionMode)}\" @ui5-selection-change=\"${ifDefined(this._onSelectionChange)}\"><slot slot=\"header\" name=\"header\"></slot><slot></slot>${ this._showNoData ? block1.call(this, context, tags, suffix) : undefined }</ui5-list>${ this._showDndOverlay ? block2.call(this, context, tags, suffix) : undefined }</div></div>`;}\nfunction block1 (this: UploadCollection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-li-custom\", tags, suffix)} class=\"${classMap(this.classes.noFiles as ClassMapValue)}\" type=\"Inactive\"><${scopeTag(\"ui5-illustrated-message\", tags, suffix)} name=\"Tent\"><${scopeTag(\"ui5-title\", tags, suffix)} slot=\"title\" wrapping-type=\"None\" level=\"H2\">${ifDefined(this._noDataText)}</${scopeTag(\"ui5-title\", tags, suffix)}><span slot=\"subtitle\">${ifDefined(this._noDataDescription)}</span></${scopeTag(\"ui5-illustrated-message\", tags, suffix)}></${scopeTag(\"ui5-li-custom\", tags, suffix)}>` : html`<ui5-li-custom class=\"${classMap(this.classes.noFiles as ClassMapValue)}\" type=\"Inactive\"><ui5-illustrated-message name=\"Tent\"><ui5-title slot=\"title\" wrapping-type=\"None\" level=\"H2\">${ifDefined(this._noDataText)}</ui5-title><span slot=\"subtitle\">${ifDefined(this._noDataDescription)}</span></ui5-illustrated-message></ui5-li-custom>`;}\nfunction block2 (this: UploadCollection, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.dndOverlay as ClassMapValue)}\" @dragenter=\"${this._ondragenter}\" @dragleave=\"${this._ondragleave}\" @dragover=\"${this._ondragover}\"><${scopeTag(\"ui5-icon\", tags, suffix)} name=\"upload-to-cloud\"></${scopeTag(\"ui5-icon\", tags, suffix)}><span class=\"dnd-overlay-text\">${ifDefined(this._dndOverlayText)}</span></div>` : html`<div class=\"${classMap(this.classes.dndOverlay as ClassMapValue)}\" @dragenter=\"${this._ondragenter}\" @dragleave=\"${this._ondragleave}\" @dragover=\"${this._ondragover}\"><ui5-icon name=\"upload-to-cloud\"></ui5-icon><span class=\"dnd-overlay-text\">${ifDefined(this._dndOverlayText)}</span></div>`;}\n\n\nexport default block0;"]}
@@ -1,5 +1,5 @@
1
1
  /* eslint no-unused-vars: 0 */
2
- import { html, repeat, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
2
+ import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
3
  function block0(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-dialog", tags, suffix)} prevent-initial-focus aria-label="${ifDefined(this._dialogTitle)}" @ui5-before-close=${ifDefined(this._restoreConfirmedOnEscape)} ?stretch=${this._isPhone} .open="${ifDefined(this.open)}" @ui5-before-open="${ifDefined(this.beforeDialogOpen)}" @ui5-open="${ifDefined(this.afterDialogOpen)}" @ui5-close="${ifDefined(this.afterDialogClose)}"><div slot="header" class="ui5-vsd-header"><div class="ui5-vsd-header-container"><div class="ui5-vsd-header-start">${this.showBackButton ? block1.call(this, context, tags, suffix) : undefined}<${scopeTag("ui5-title", tags, suffix)} wrapping-type="None" class="ui5-vsd-title" id="${ifDefined(this._id)}-label">${ifDefined(this._title)}</${scopeTag("ui5-title", tags, suffix)}></div><div class="ui5-vsd-header-end"><${scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${this._resetSettings}" ?disabled=${this._disableResetButton}>${ifDefined(this._resetButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}></div></div>${!this.showBackButton ? block2.call(this, context, tags, suffix) : undefined}</div><div class="ui5-vsd-content" ?expand-content="${this.expandContent}">${this.shouldBuildSort ? block4.call(this, context, tags, suffix) : undefined}${this.shouldBuildFilter ? block8.call(this, context, tags, suffix) : undefined}</div><div slot="footer" class="ui5-vsd-footer"><${scopeTag("ui5-button", tags, suffix)} design="Emphasized" @click="${this._confirmSettings}">${ifDefined(this._okButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}><${scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${this._cancelSettings}">${ifDefined(this._cancelButtonLabel)}</${scopeTag("ui5-button", tags, suffix)}></div></${scopeTag("ui5-dialog", tags, suffix)}>` : html `<ui5-dialog prevent-initial-focus aria-label="${ifDefined(this._dialogTitle)}" @ui5-before-close=${ifDefined(this._restoreConfirmedOnEscape)} ?stretch=${this._isPhone} .open="${ifDefined(this.open)}" @ui5-before-open="${ifDefined(this.beforeDialogOpen)}" @ui5-open="${ifDefined(this.afterDialogOpen)}" @ui5-close="${ifDefined(this.afterDialogClose)}"><div slot="header" class="ui5-vsd-header"><div class="ui5-vsd-header-container"><div class="ui5-vsd-header-start">${this.showBackButton ? block1.call(this, context, tags, suffix) : undefined}<ui5-title wrapping-type="None" class="ui5-vsd-title" id="${ifDefined(this._id)}-label">${ifDefined(this._title)}</ui5-title></div><div class="ui5-vsd-header-end"><ui5-button design="Transparent" @click="${this._resetSettings}" ?disabled=${this._disableResetButton}>${ifDefined(this._resetButtonLabel)}</ui5-button></div></div>${!this.showBackButton ? block2.call(this, context, tags, suffix) : undefined}</div><div class="ui5-vsd-content" ?expand-content="${this.expandContent}">${this.shouldBuildSort ? block4.call(this, context, tags, suffix) : undefined}${this.shouldBuildFilter ? block8.call(this, context, tags, suffix) : undefined}</div><div slot="footer" class="ui5-vsd-footer"><ui5-button design="Emphasized" @click="${this._confirmSettings}">${ifDefined(this._okButtonLabel)}</ui5-button><ui5-button design="Transparent" @click="${this._cancelSettings}">${ifDefined(this._cancelButtonLabel)}</ui5-button></div></ui5-dialog>`; }
4
4
  function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-button", tags, suffix)} design="Transparent" icon="nav-back" class="ui5-vsd-back-button" @click="${this._navigateToFilters}"></${scopeTag("ui5-button", tags, suffix)}>` : html `<ui5-button design="Transparent" icon="nav-back" class="ui5-vsd-back-button" @click="${this._navigateToFilters}"></ui5-button>`; }
5
5
  function block2(context, tags, suffix) { return html `${this.hasPagination ? block3.call(this, context, tags, suffix) : undefined}`; }
@@ -1 +1 @@
1
- {"version":3,"file":"ViewSettingsDialogTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ViewSettingsDialogTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type ViewSettingsDialog from \"../../ViewSettingsDialog.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-dialog\", tags, suffix)} prevent-initial-focus aria-label=\"${ifDefined(this._dialogTitle)}\" @ui5-before-close=${ifDefined(this._restoreConfirmedOnEscape)} ?stretch=${this._isPhone} .open=\"${ifDefined(this.open)}\" @ui5-before-open=\"${ifDefined(this.beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this.afterDialogOpen)}\" @ui5-close=\"${ifDefined(this.afterDialogClose)}\"><div slot=\"header\" class=\"ui5-vsd-header\"><div class=\"ui5-vsd-header-container\"><div class=\"ui5-vsd-header-start\">${ this.showBackButton ? block1.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-title\", tags, suffix)} wrapping-type=\"None\" class=\"ui5-vsd-title\" id=\"${ifDefined(this._id)}-label\">${ifDefined(this._title)}</${scopeTag(\"ui5-title\", tags, suffix)}></div><div class=\"ui5-vsd-header-end\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._resetSettings}\" ?disabled=${this._disableResetButton}>${ifDefined(this._resetButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></div>${ !this.showBackButton ? block2.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-vsd-content\" ?expand-content=\"${this.expandContent}\">${ this.shouldBuildSort ? block4.call(this, context, tags, suffix) : undefined }${ this.shouldBuildFilter ? block8.call(this, context, tags, suffix) : undefined }</div><div slot=\"footer\" class=\"ui5-vsd-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Emphasized\" @click=\"${this._confirmSettings}\">${ifDefined(this._okButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._cancelSettings}\">${ifDefined(this._cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-dialog\", tags, suffix)}>` : html`<ui5-dialog prevent-initial-focus aria-label=\"${ifDefined(this._dialogTitle)}\" @ui5-before-close=${ifDefined(this._restoreConfirmedOnEscape)} ?stretch=${this._isPhone} .open=\"${ifDefined(this.open)}\" @ui5-before-open=\"${ifDefined(this.beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this.afterDialogOpen)}\" @ui5-close=\"${ifDefined(this.afterDialogClose)}\"><div slot=\"header\" class=\"ui5-vsd-header\"><div class=\"ui5-vsd-header-container\"><div class=\"ui5-vsd-header-start\">${ this.showBackButton ? block1.call(this, context, tags, suffix) : undefined }<ui5-title wrapping-type=\"None\" class=\"ui5-vsd-title\" id=\"${ifDefined(this._id)}-label\">${ifDefined(this._title)}</ui5-title></div><div class=\"ui5-vsd-header-end\"><ui5-button design=\"Transparent\" @click=\"${this._resetSettings}\" ?disabled=${this._disableResetButton}>${ifDefined(this._resetButtonLabel)}</ui5-button></div></div>${ !this.showBackButton ? block2.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-vsd-content\" ?expand-content=\"${this.expandContent}\">${ this.shouldBuildSort ? block4.call(this, context, tags, suffix) : undefined }${ this.shouldBuildFilter ? block8.call(this, context, tags, suffix) : undefined }</div><div slot=\"footer\" class=\"ui5-vsd-footer\"><ui5-button design=\"Emphasized\" @click=\"${this._confirmSettings}\">${ifDefined(this._okButtonLabel)}</ui5-button><ui5-button design=\"Transparent\" @click=\"${this._cancelSettings}\">${ifDefined(this._cancelButtonLabel)}</ui5-button></div></ui5-dialog>`;}\nfunction block1 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" icon=\"nav-back\" class=\"ui5-vsd-back-button\" @click=\"${this._navigateToFilters}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button design=\"Transparent\" icon=\"nav-back\" class=\"ui5-vsd-back-button\" @click=\"${this._navigateToFilters}\"></ui5-button>`;}\nfunction block2 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasPagination ? block3.call(this, context, tags, suffix) : undefined }`;}\nfunction block3 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-vsd-sub-header-container\"><div class=\"ui5-vsd-sub-header\"><${scopeTag(\"ui5-segmented-button\", tags, suffix)} @ui5-selection-change=\"${ifDefined(this._handleModeChange)}\"><${scopeTag(\"ui5-segmented-button-item\", tags, suffix)} ?selected=\"${this.isModeSort}\" icon=\"sort\" mode=\"Sort\"></${scopeTag(\"ui5-segmented-button-item\", tags, suffix)}><${scopeTag(\"ui5-segmented-button-item\", tags, suffix)} ?selected=\"${this.isModeFilter}\" icon=\"filter\" mode=\"Filter\"></${scopeTag(\"ui5-segmented-button-item\", tags, suffix)}></${scopeTag(\"ui5-segmented-button\", tags, suffix)}></div></div>` : html`<div class=\"ui5-vsd-sub-header-container\"><div class=\"ui5-vsd-sub-header\"><ui5-segmented-button @ui5-selection-change=\"${ifDefined(this._handleModeChange)}\"><ui5-segmented-button-item ?selected=\"${this.isModeSort}\" icon=\"sort\" mode=\"Sort\"></ui5-segmented-button-item><ui5-segmented-button-item ?selected=\"${this.isModeFilter}\" icon=\"filter\" mode=\"Filter\"></ui5-segmented-button-item></ui5-segmented-button></div></div>`;}\nfunction block4 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.isModeSort ? block5.call(this, context, tags, suffix) : undefined }`;}\nfunction block5 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-vsd-sort\"><${scopeTag(\"ui5-list\", tags, suffix)} selection-mode=\"SingleStart\" @ui5-item-click=\"${ifDefined(this._onSortOrderChange)}\" sort-order accessible-name-ref=\"${ifDefined(this._id)}-label\"><${scopeTag(\"ui5-li-group\", tags, suffix)} header-text=\"${ifDefined(this._sortOrderLabel)}\">${ repeat(this._currentSettings.sortOrder, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-li-group\", tags, suffix)}></${scopeTag(\"ui5-list\", tags, suffix)}><${scopeTag(\"ui5-list\", tags, suffix)} selection-mode=\"SingleStart\" @ui5-item-click=${ifDefined(this._onSortByChange)} sort-by><${scopeTag(\"ui5-li-group\", tags, suffix)} header-text=\"${ifDefined(this._sortByLabel)}\">${ repeat(this._currentSettings.sortBy, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-li-group\", tags, suffix)}></${scopeTag(\"ui5-list\", tags, suffix)}></div>` : html`<div class=\"ui5-vsd-sort\"><ui5-list selection-mode=\"SingleStart\" @ui5-item-click=\"${ifDefined(this._onSortOrderChange)}\" sort-order accessible-name-ref=\"${ifDefined(this._id)}-label\"><ui5-li-group header-text=\"${ifDefined(this._sortOrderLabel)}\">${ repeat(this._currentSettings.sortOrder, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }</ui5-li-group></ui5-list><ui5-list selection-mode=\"SingleStart\" @ui5-item-click=${ifDefined(this._onSortByChange)} sort-by><ui5-li-group header-text=\"${ifDefined(this._sortByLabel)}\">${ repeat(this._currentSettings.sortBy, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }</ui5-li-group></ui5-list></div>`;}\nfunction block6 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} ?selected=\"${item.selected}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li ?selected=\"${item.selected}\">${ifDefined(item.text)}</ui5-li>`;}\nfunction block7 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} data-ui5-external-action-item-index=\"${index}\" ?selected=\"${item.selected}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li data-ui5-external-action-item-index=\"${index}\" ?selected=\"${item.selected}\">${ifDefined(item.text)}</ui5-li>`;}\nfunction block8 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.isModeFilter ? block9.call(this, context, tags, suffix) : undefined }`;}\nfunction block9 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._filterStepTwo ? block10.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }`;}\nfunction block10 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} accessible-name-ref=\"${ifDefined(this._id)}-label\" selection-mode=\"Multiple\" @ui5-item-click=\"${ifDefined(this._handleFilterValueItemClick)}\">${ repeat(this._currentSettings.filters, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list accessible-name-ref=\"${ifDefined(this._id)}-label\" selection-mode=\"Multiple\" @ui5-item-click=\"${ifDefined(this._handleFilterValueItemClick)}\">${ repeat(this._currentSettings.filters, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }</ui5-list>`;}\nfunction block11 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.selected ? block12.call(this, context, tags, suffix, item, index) : undefined }`;}\nfunction block12 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ repeat(item.filterOptions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block13.call(this, context, tags, suffix, item, index)) }`;}\nfunction block13 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} ?selected=${item.selected}>${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li ?selected=${item.selected}>${ifDefined(item.text)}</ui5-li>`;}\nfunction block14 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} @ui5-item-click=\"${ifDefined(this._changeCurrentFilter)}\" accessible-name-ref=\"${ifDefined(this._id)}-label\"><${scopeTag(\"ui5-li-group\", tags, suffix)} header-text=\"${ifDefined(this._filterByLabel)}\">${ repeat(this.filterItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block15.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-li-group\", tags, suffix)}></${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list @ui5-item-click=\"${ifDefined(this._changeCurrentFilter)}\" accessible-name-ref=\"${ifDefined(this._id)}-label\"><ui5-li-group header-text=\"${ifDefined(this._filterByLabel)}\">${ repeat(this.filterItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block15.call(this, context, tags, suffix, item, index)) }</ui5-li-group></ui5-list>`;}\nfunction block15 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} class=\"ui5-vsd-filterItemList\" ?selected=${item.selected} additional-text=${ifDefined(item.additionalText)}>${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li class=\"ui5-vsd-filterItemList\" ?selected=${item.selected} additional-text=${ifDefined(item.additionalText)}>${ifDefined(item.text)}</ui5-li>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"ViewSettingsDialogTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/ViewSettingsDialogTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type ViewSettingsDialog from \"../../ViewSettingsDialog.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-dialog\", tags, suffix)} prevent-initial-focus aria-label=\"${ifDefined(this._dialogTitle)}\" @ui5-before-close=${ifDefined(this._restoreConfirmedOnEscape)} ?stretch=${this._isPhone} .open=\"${ifDefined(this.open)}\" @ui5-before-open=\"${ifDefined(this.beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this.afterDialogOpen)}\" @ui5-close=\"${ifDefined(this.afterDialogClose)}\"><div slot=\"header\" class=\"ui5-vsd-header\"><div class=\"ui5-vsd-header-container\"><div class=\"ui5-vsd-header-start\">${ this.showBackButton ? block1.call(this, context, tags, suffix) : undefined }<${scopeTag(\"ui5-title\", tags, suffix)} wrapping-type=\"None\" class=\"ui5-vsd-title\" id=\"${ifDefined(this._id)}-label\">${ifDefined(this._title)}</${scopeTag(\"ui5-title\", tags, suffix)}></div><div class=\"ui5-vsd-header-end\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._resetSettings}\" ?disabled=${this._disableResetButton}>${ifDefined(this._resetButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></div>${ !this.showBackButton ? block2.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-vsd-content\" ?expand-content=\"${this.expandContent}\">${ this.shouldBuildSort ? block4.call(this, context, tags, suffix) : undefined }${ this.shouldBuildFilter ? block8.call(this, context, tags, suffix) : undefined }</div><div slot=\"footer\" class=\"ui5-vsd-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Emphasized\" @click=\"${this._confirmSettings}\">${ifDefined(this._okButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._cancelSettings}\">${ifDefined(this._cancelButtonLabel)}</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-dialog\", tags, suffix)}>` : html`<ui5-dialog prevent-initial-focus aria-label=\"${ifDefined(this._dialogTitle)}\" @ui5-before-close=${ifDefined(this._restoreConfirmedOnEscape)} ?stretch=${this._isPhone} .open=\"${ifDefined(this.open)}\" @ui5-before-open=\"${ifDefined(this.beforeDialogOpen)}\" @ui5-open=\"${ifDefined(this.afterDialogOpen)}\" @ui5-close=\"${ifDefined(this.afterDialogClose)}\"><div slot=\"header\" class=\"ui5-vsd-header\"><div class=\"ui5-vsd-header-container\"><div class=\"ui5-vsd-header-start\">${ this.showBackButton ? block1.call(this, context, tags, suffix) : undefined }<ui5-title wrapping-type=\"None\" class=\"ui5-vsd-title\" id=\"${ifDefined(this._id)}-label\">${ifDefined(this._title)}</ui5-title></div><div class=\"ui5-vsd-header-end\"><ui5-button design=\"Transparent\" @click=\"${this._resetSettings}\" ?disabled=${this._disableResetButton}>${ifDefined(this._resetButtonLabel)}</ui5-button></div></div>${ !this.showBackButton ? block2.call(this, context, tags, suffix) : undefined }</div><div class=\"ui5-vsd-content\" ?expand-content=\"${this.expandContent}\">${ this.shouldBuildSort ? block4.call(this, context, tags, suffix) : undefined }${ this.shouldBuildFilter ? block8.call(this, context, tags, suffix) : undefined }</div><div slot=\"footer\" class=\"ui5-vsd-footer\"><ui5-button design=\"Emphasized\" @click=\"${this._confirmSettings}\">${ifDefined(this._okButtonLabel)}</ui5-button><ui5-button design=\"Transparent\" @click=\"${this._cancelSettings}\">${ifDefined(this._cancelButtonLabel)}</ui5-button></div></ui5-dialog>`;}\nfunction block1 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" icon=\"nav-back\" class=\"ui5-vsd-back-button\" @click=\"${this._navigateToFilters}\"></${scopeTag(\"ui5-button\", tags, suffix)}>` : html`<ui5-button design=\"Transparent\" icon=\"nav-back\" class=\"ui5-vsd-back-button\" @click=\"${this._navigateToFilters}\"></ui5-button>`;}\nfunction block2 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.hasPagination ? block3.call(this, context, tags, suffix) : undefined }`;}\nfunction block3 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-vsd-sub-header-container\"><div class=\"ui5-vsd-sub-header\"><${scopeTag(\"ui5-segmented-button\", tags, suffix)} @ui5-selection-change=\"${ifDefined(this._handleModeChange)}\"><${scopeTag(\"ui5-segmented-button-item\", tags, suffix)} ?selected=\"${this.isModeSort}\" icon=\"sort\" mode=\"Sort\"></${scopeTag(\"ui5-segmented-button-item\", tags, suffix)}><${scopeTag(\"ui5-segmented-button-item\", tags, suffix)} ?selected=\"${this.isModeFilter}\" icon=\"filter\" mode=\"Filter\"></${scopeTag(\"ui5-segmented-button-item\", tags, suffix)}></${scopeTag(\"ui5-segmented-button\", tags, suffix)}></div></div>` : html`<div class=\"ui5-vsd-sub-header-container\"><div class=\"ui5-vsd-sub-header\"><ui5-segmented-button @ui5-selection-change=\"${ifDefined(this._handleModeChange)}\"><ui5-segmented-button-item ?selected=\"${this.isModeSort}\" icon=\"sort\" mode=\"Sort\"></ui5-segmented-button-item><ui5-segmented-button-item ?selected=\"${this.isModeFilter}\" icon=\"filter\" mode=\"Filter\"></ui5-segmented-button-item></ui5-segmented-button></div></div>`;}\nfunction block4 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.isModeSort ? block5.call(this, context, tags, suffix) : undefined }`;}\nfunction block5 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"ui5-vsd-sort\"><${scopeTag(\"ui5-list\", tags, suffix)} selection-mode=\"SingleStart\" @ui5-item-click=\"${ifDefined(this._onSortOrderChange)}\" sort-order accessible-name-ref=\"${ifDefined(this._id)}-label\"><${scopeTag(\"ui5-li-group\", tags, suffix)} header-text=\"${ifDefined(this._sortOrderLabel)}\">${ repeat(this._currentSettings.sortOrder, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-li-group\", tags, suffix)}></${scopeTag(\"ui5-list\", tags, suffix)}><${scopeTag(\"ui5-list\", tags, suffix)} selection-mode=\"SingleStart\" @ui5-item-click=${ifDefined(this._onSortByChange)} sort-by><${scopeTag(\"ui5-li-group\", tags, suffix)} header-text=\"${ifDefined(this._sortByLabel)}\">${ repeat(this._currentSettings.sortBy, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-li-group\", tags, suffix)}></${scopeTag(\"ui5-list\", tags, suffix)}></div>` : html`<div class=\"ui5-vsd-sort\"><ui5-list selection-mode=\"SingleStart\" @ui5-item-click=\"${ifDefined(this._onSortOrderChange)}\" sort-order accessible-name-ref=\"${ifDefined(this._id)}-label\"><ui5-li-group header-text=\"${ifDefined(this._sortOrderLabel)}\">${ repeat(this._currentSettings.sortOrder, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block6.call(this, context, tags, suffix, item, index)) }</ui5-li-group></ui5-list><ui5-list selection-mode=\"SingleStart\" @ui5-item-click=${ifDefined(this._onSortByChange)} sort-by><ui5-li-group header-text=\"${ifDefined(this._sortByLabel)}\">${ repeat(this._currentSettings.sortBy, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }</ui5-li-group></ui5-list></div>`;}\nfunction block6 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} ?selected=\"${item.selected}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li ?selected=\"${item.selected}\">${ifDefined(item.text)}</ui5-li>`;}\nfunction block7 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} data-ui5-external-action-item-index=\"${index}\" ?selected=\"${item.selected}\">${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li data-ui5-external-action-item-index=\"${index}\" ?selected=\"${item.selected}\">${ifDefined(item.text)}</ui5-li>`;}\nfunction block8 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this.isModeFilter ? block9.call(this, context, tags, suffix) : undefined }`;}\nfunction block9 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ this._filterStepTwo ? block10.call(this, context, tags, suffix) : block14.call(this, context, tags, suffix) }`;}\nfunction block10 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} accessible-name-ref=\"${ifDefined(this._id)}-label\" selection-mode=\"Multiple\" @ui5-item-click=\"${ifDefined(this._handleFilterValueItemClick)}\">${ repeat(this._currentSettings.filters, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list accessible-name-ref=\"${ifDefined(this._id)}-label\" selection-mode=\"Multiple\" @ui5-item-click=\"${ifDefined(this._handleFilterValueItemClick)}\">${ repeat(this._currentSettings.filters, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block11.call(this, context, tags, suffix, item, index)) }</ui5-list>`;}\nfunction block11 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.selected ? block12.call(this, context, tags, suffix, item, index) : undefined }`;}\nfunction block12 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ repeat(item.filterOptions, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block13.call(this, context, tags, suffix, item, index)) }`;}\nfunction block13 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} ?selected=${item.selected}>${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li ?selected=${item.selected}>${ifDefined(item.text)}</ui5-li>`;}\nfunction block14 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-list\", tags, suffix)} @ui5-item-click=\"${ifDefined(this._changeCurrentFilter)}\" accessible-name-ref=\"${ifDefined(this._id)}-label\"><${scopeTag(\"ui5-li-group\", tags, suffix)} header-text=\"${ifDefined(this._filterByLabel)}\">${ repeat(this.filterItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block15.call(this, context, tags, suffix, item, index)) }</${scopeTag(\"ui5-li-group\", tags, suffix)}></${scopeTag(\"ui5-list\", tags, suffix)}>` : html`<ui5-list @ui5-item-click=\"${ifDefined(this._changeCurrentFilter)}\" accessible-name-ref=\"${ifDefined(this._id)}-label\"><ui5-li-group header-text=\"${ifDefined(this._filterByLabel)}\">${ repeat(this.filterItems, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block15.call(this, context, tags, suffix, item, index)) }</ui5-li-group></ui5-list>`;}\nfunction block15 (this: ViewSettingsDialog, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-li\", tags, suffix)} class=\"ui5-vsd-filterItemList\" ?selected=${item.selected} additional-text=${ifDefined(item.additionalText)}>${ifDefined(item.text)}</${scopeTag(\"ui5-li\", tags, suffix)}>` : html`<ui5-li class=\"ui5-vsd-filterItemList\" ?selected=${item.selected} additional-text=${ifDefined(item.additionalText)}>${ifDefined(item.text)}</ui5-li>`;}\n\n\nexport default block0;"]}
@@ -1,5 +1,5 @@
1
1
  /* eslint no-unused-vars: 0 */
2
- import { html, repeat, classMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
2
+ import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
3
  function block0(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-responsive-popover", tags, suffix)} horizontal-align="Center" placement="Bottom" aria-label="${ifDefined(this.actionSheetStepsText)}" class="${classMap(this.classes.popover)}" content-only-on-desktop prevent-focus-restore _hide-header><ul class="ui5-wizard-responsive-popover-list">${repeat(this._groupedTabs, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</ul><div slot="footer" class="ui5-responsive-popover-footer"><${scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${this._closeRespPopover}">Cancel</${scopeTag("ui5-button", tags, suffix)}></div></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<ui5-responsive-popover horizontal-align="Center" placement="Bottom" aria-label="${ifDefined(this.actionSheetStepsText)}" class="${classMap(this.classes.popover)}" content-only-on-desktop prevent-focus-restore _hide-header><ul class="ui5-wizard-responsive-popover-list">${repeat(this._groupedTabs, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</ul><div slot="footer" class="ui5-responsive-popover-footer"><ui5-button design="Transparent" @click="${this._closeRespPopover}">Cancel</ui5-button></div></ui5-responsive-popover>`; }
4
4
  function block1(context, tags, suffix, item, index) { return suffix ? html `<li><${scopeTag("ui5-button", tags, suffix)} icon="${ifDefined(item.icon)}" ?disabled="${item.disabled}" design="Transparent" data-ui5-header-tab-ref-id="${ifDefined(item.accInfo.ariaPosinset)}" @click="${this._onOverflowStepButtonClick}">${ifDefined(item.titleText)}</${scopeTag("ui5-button", tags, suffix)}></li>` : html `<li><ui5-button icon="${ifDefined(item.icon)}" ?disabled="${item.disabled}" design="Transparent" data-ui5-header-tab-ref-id="${ifDefined(item.accInfo.ariaPosinset)}" @click="${this._onOverflowStepButtonClick}">${ifDefined(item.titleText)}</ui5-button></li>`; }
5
5
  export default block0;
@@ -1 +1 @@
1
- {"version":3,"file":"WizardPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/WizardPopoverTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAO,MAAM,EAAE,QAAQ,EAAY,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,6DAA6D,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,+GAAgH,MAAM,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,kEAAkE,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,iCAAiC,IAAI,CAAC,iBAAiB,aAAa,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,YAAY,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,oFAAoF,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,+GAAgH,MAAM,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,0GAA0G,IAAI,CAAC,iBAAiB,sDAAsD,CAAC,CAAA,CAAC;AACtgD,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,QAAQ,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,IAAI,CAAC,QAAQ,sDAAsD,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,aAAa,IAAI,CAAC,0BAA0B,KAAK,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAA,yBAAyB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,IAAI,CAAC,QAAQ,sDAAsD,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,aAAa,IAAI,CAAC,0BAA0B,KAAK,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAA,CAAC;AAG9tB,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\ntype WizardPopover = any;\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: WizardPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} horizontal-align=\"Center\" placement=\"Bottom\" aria-label=\"${ifDefined(this.actionSheetStepsText)}\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" content-only-on-desktop prevent-focus-restore _hide-header><ul class=\"ui5-wizard-responsive-popover-list\">${ repeat(this._groupedTabs, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ul><div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._closeRespPopover}\">Cancel</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover horizontal-align=\"Center\" placement=\"Bottom\" aria-label=\"${ifDefined(this.actionSheetStepsText)}\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" content-only-on-desktop prevent-focus-restore _hide-header><ul class=\"ui5-wizard-responsive-popover-list\">${ repeat(this._groupedTabs, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ul><div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this._closeRespPopover}\">Cancel</ui5-button></div></ui5-responsive-popover>`;}\nfunction block1 (this: WizardPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"${ifDefined(item.icon)}\" ?disabled=\"${item.disabled}\" design=\"Transparent\" data-ui5-header-tab-ref-id=\"${ifDefined(item.accInfo.ariaPosinset)}\" @click=\"${this._onOverflowStepButtonClick}\">${ifDefined(item.titleText)}</${scopeTag(\"ui5-button\", tags, suffix)}></li>` : html`<li><ui5-button icon=\"${ifDefined(item.icon)}\" ?disabled=\"${item.disabled}\" design=\"Transparent\" data-ui5-header-tab-ref-id=\"${ifDefined(item.accInfo.ariaPosinset)}\" @click=\"${this._onOverflowStepButtonClick}\">${ifDefined(item.titleText)}</ui5-button></li>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"WizardPopoverTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/WizardPopoverTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,6DAA6D,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,+GAAgH,MAAM,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,kEAAkE,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,iCAAiC,IAAI,CAAC,iBAAiB,aAAa,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,YAAY,QAAQ,CAAC,wBAAwB,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,oFAAoF,SAAS,CAAC,IAAI,CAAC,oBAAoB,CAAC,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC,OAAwB,CAAC,+GAAgH,MAAM,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,0GAA0G,IAAI,CAAC,iBAAiB,sDAAsD,CAAC,CAAA,CAAC;AACtgD,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,QAAQ,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,UAAU,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,IAAI,CAAC,QAAQ,sDAAsD,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,aAAa,IAAI,CAAC,0BAA0B,KAAK,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAA,yBAAyB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,gBAAgB,IAAI,CAAC,QAAQ,sDAAsD,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,aAAa,IAAI,CAAC,0BAA0B,KAAK,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAA,CAAC;AAG9tB,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\ntype WizardPopover = any;\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: WizardPopover, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-responsive-popover\", tags, suffix)} horizontal-align=\"Center\" placement=\"Bottom\" aria-label=\"${ifDefined(this.actionSheetStepsText)}\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" content-only-on-desktop prevent-focus-restore _hide-header><ul class=\"ui5-wizard-responsive-popover-list\">${ repeat(this._groupedTabs, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ul><div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._closeRespPopover}\">Cancel</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<ui5-responsive-popover horizontal-align=\"Center\" placement=\"Bottom\" aria-label=\"${ifDefined(this.actionSheetStepsText)}\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" content-only-on-desktop prevent-focus-restore _hide-header><ul class=\"ui5-wizard-responsive-popover-list\">${ repeat(this._groupedTabs, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</ul><div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this._closeRespPopover}\">Cancel</ui5-button></div></ui5-responsive-popover>`;}\nfunction block1 (this: WizardPopover, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"${ifDefined(item.icon)}\" ?disabled=\"${item.disabled}\" design=\"Transparent\" data-ui5-header-tab-ref-id=\"${ifDefined(item.accInfo.ariaPosinset)}\" @click=\"${this._onOverflowStepButtonClick}\">${ifDefined(item.titleText)}</${scopeTag(\"ui5-button\", tags, suffix)}></li>` : html`<li><ui5-button icon=\"${ifDefined(item.icon)}\" ?disabled=\"${item.disabled}\" design=\"Transparent\" data-ui5-header-tab-ref-id=\"${ifDefined(item.accInfo.ariaPosinset)}\" @click=\"${this._onOverflowStepButtonClick}\">${ifDefined(item.titleText)}</ui5-button></li>`;}\n\n\nexport default block0;"]}
@@ -1,5 +1,5 @@
1
1
  /* eslint no-unused-vars: 0 */
2
- import { html, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
2
+ import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
3
  function block0(context, tags, suffix) { return html `<div class="ui5-wiz-step-root" role="listitem" tabindex="${ifDefined(this.effectiveTabIndex)}" aria-current="${ifDefined(this.accInfo.ariaCurrent)}" aria-setsize="${ifDefined(this.accInfo.ariaSetsize)}" aria-posinset="${ifDefined(this.accInfo.ariaPosinset)}" aria-label="${ifDefined(this.accInfo.ariaLabel)}" @click="${this._onclick}" @keyup="${this._onkeyup}" @focusin="${this._onfocusin}"><div class="ui5-wiz-step-main"><div class="ui5-wiz-step-icon-circle">${this.icon ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix)}</div>${this.hasTexts ? block3.call(this, context, tags, suffix) : undefined}</div>${!this.hideSeparator ? block4.call(this, context, tags, suffix) : undefined}</div>`; }
4
4
  function block1(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-icon", tags, suffix)} class="ui5-wiz-step-icon" mode="Decorative" name="${ifDefined(this.icon)}"></${scopeTag("ui5-icon", tags, suffix)}>` : html `<ui5-icon class="ui5-wiz-step-icon" mode="Decorative" name="${ifDefined(this.icon)}"></ui5-icon>`; }
5
5
  function block2(context, tags, suffix) { return html `<span class="ui5-wiz-step-number">${ifDefined(this.number)}</span>`; }
@@ -1 +1 @@
1
- {"version":3,"file":"WizardTabTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/WizardTabTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,4DAA4D,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,aAAa,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,0EAA2E,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,SAAU,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,SAAU,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AAC90B,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,sDAAsD,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,+DAA+D,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA,CAAC;AAChY,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qCAAqC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAA,CAAC;AACtL,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,wEAAwE,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,iDAAiD,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,cAAc,CAAC,CAAA,CAAC;AAC9S,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qCAAqC,CAAC,CAAA,CAAC;AAGvJ,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type WizardTab from \"../../WizardTab.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-wiz-step-root\" role=\"listitem\" tabindex=\"${ifDefined(this.effectiveTabIndex)}\" aria-current=\"${ifDefined(this.accInfo.ariaCurrent)}\" aria-setsize=\"${ifDefined(this.accInfo.ariaSetsize)}\" aria-posinset=\"${ifDefined(this.accInfo.ariaPosinset)}\" aria-label=\"${ifDefined(this.accInfo.ariaLabel)}\" @click=\"${this._onclick}\" @keyup=\"${this._onkeyup}\" @focusin=\"${this._onfocusin}\"><div class=\"ui5-wiz-step-main\"><div class=\"ui5-wiz-step-icon-circle\">${ this.icon ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix) }</div>${ this.hasTexts ? block3.call(this, context, tags, suffix) : undefined }</div>${ !this.hideSeparator ? block4.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block1 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-wiz-step-icon\" mode=\"Decorative\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-wiz-step-icon\" mode=\"Decorative\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block2 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-wiz-step-number\">${ifDefined(this.number)}</span>`;}\nfunction block3 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-wiz-step-texts\"><div class=\"ui5-wiz-step-title-text\">${ifDefined(this.titleText)}</div><div class=\"ui5-wiz-step-subtitle-text\">${ifDefined(this.subtitleText)}</div></div>`;}\nfunction block4 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-wiz-step-hr\"></div>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"WizardTabTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/WizardTabTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,4DAA4D,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,iBAAiB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,aAAa,IAAI,CAAC,QAAQ,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,0EAA2E,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,SAAU,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,SAAU,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,QAAQ,CAAC,CAAA,CAAC;AAC90B,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,IAAI,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,sDAAsD,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,QAAQ,CAAC,UAAU,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAA,+DAA+D,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA,CAAC;AAChY,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qCAAqC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,SAAS,CAAC,CAAA,CAAC;AACtL,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,wEAAwE,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,iDAAiD,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,cAAc,CAAC,CAAA,CAAC;AAC9S,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,qCAAqC,CAAC,CAAA,CAAC;AAGvJ,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type WizardTab from \"../../WizardTab.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-wiz-step-root\" role=\"listitem\" tabindex=\"${ifDefined(this.effectiveTabIndex)}\" aria-current=\"${ifDefined(this.accInfo.ariaCurrent)}\" aria-setsize=\"${ifDefined(this.accInfo.ariaSetsize)}\" aria-posinset=\"${ifDefined(this.accInfo.ariaPosinset)}\" aria-label=\"${ifDefined(this.accInfo.ariaLabel)}\" @click=\"${this._onclick}\" @keyup=\"${this._onkeyup}\" @focusin=\"${this._onfocusin}\"><div class=\"ui5-wiz-step-main\"><div class=\"ui5-wiz-step-icon-circle\">${ this.icon ? block1.call(this, context, tags, suffix) : block2.call(this, context, tags, suffix) }</div>${ this.hasTexts ? block3.call(this, context, tags, suffix) : undefined }</div>${ !this.hideSeparator ? block4.call(this, context, tags, suffix) : undefined }</div>`;}\nfunction block1 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<${scopeTag(\"ui5-icon\", tags, suffix)} class=\"ui5-wiz-step-icon\" mode=\"Decorative\" name=\"${ifDefined(this.icon)}\"></${scopeTag(\"ui5-icon\", tags, suffix)}>` : html`<ui5-icon class=\"ui5-wiz-step-icon\" mode=\"Decorative\" name=\"${ifDefined(this.icon)}\"></ui5-icon>`;}\nfunction block2 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<span class=\"ui5-wiz-step-number\">${ifDefined(this.number)}</span>`;}\nfunction block3 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-wiz-step-texts\"><div class=\"ui5-wiz-step-title-text\">${ifDefined(this.titleText)}</div><div class=\"ui5-wiz-step-subtitle-text\">${ifDefined(this.subtitleText)}</div></div>`;}\nfunction block4 (this: WizardTab, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<div class=\"ui5-wiz-step-hr\"></div>`;}\n\n\nexport default block0;"]}
@@ -1,5 +1,5 @@
1
1
  /* eslint no-unused-vars: 0 */
2
- import { html, repeat, classMap, styleMap, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
2
+ import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
3
  function block0(context, tags, suffix) { return suffix ? html `<div class="${classMap(this.classes.root)}" aria-label="${ifDefined(this.ariaLabelText)}" role="region"><nav class="ui5-wiz-nav" part="navigator" aria-label="${ifDefined(this.navAriaLabelText)}" tabindex="-1"><div class="ui5-wiz-nav-list" role="list" aria-label="${ifDefined(this.listAriaLabelText)}" aria-describedby="wiz-nav-descr" aria-controls="${ifDefined(this._id)}-wiz-content">${repeat(this._stepsInHeader, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</div></nav><span id="wiz-nav-descr" class="ui5-hidden-text" aria-hidden="true">${ifDefined(this.navAriaDescribedbyText)}</span><div id="${ifDefined(this._id)}-wiz-content" class="ui5-wiz-content" @scroll="${this.onScroll}">${repeat(this._steps, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</div></div><${scopeTag("ui5-responsive-popover", tags, suffix)} horizontal-align="Center" placement="Bottom" aria-label="${ifDefined(this.actionSheetStepsText)}" class="${classMap(this.classes.popover)}" content-only-on-desktop prevent-focus-restore _hide-header><ul class="ui5-wizard-responsive-popover-list">${repeat(this._groupedTabs, (item, index) => item._id || index, (item, index) => block3.call(this, context, tags, suffix, item, index))}</ul><div slot="footer" class="ui5-responsive-popover-footer"><${scopeTag("ui5-button", tags, suffix)} design="Transparent" @click="${this._closeRespPopover}">Cancel</${scopeTag("ui5-button", tags, suffix)}></div></${scopeTag("ui5-responsive-popover", tags, suffix)}>` : html `<div class="${classMap(this.classes.root)}" aria-label="${ifDefined(this.ariaLabelText)}" role="region"><nav class="ui5-wiz-nav" part="navigator" aria-label="${ifDefined(this.navAriaLabelText)}" tabindex="-1"><div class="ui5-wiz-nav-list" role="list" aria-label="${ifDefined(this.listAriaLabelText)}" aria-describedby="wiz-nav-descr" aria-controls="${ifDefined(this._id)}-wiz-content">${repeat(this._stepsInHeader, (item, index) => item._id || index, (item, index) => block1.call(this, context, tags, suffix, item, index))}</div></nav><span id="wiz-nav-descr" class="ui5-hidden-text" aria-hidden="true">${ifDefined(this.navAriaDescribedbyText)}</span><div id="${ifDefined(this._id)}-wiz-content" class="ui5-wiz-content" @scroll="${this.onScroll}">${repeat(this._steps, (item, index) => item._id || index, (item, index) => block2.call(this, context, tags, suffix, item, index))}</div></div><ui5-responsive-popover horizontal-align="Center" placement="Bottom" aria-label="${ifDefined(this.actionSheetStepsText)}" class="${classMap(this.classes.popover)}" content-only-on-desktop prevent-focus-restore _hide-header><ul class="ui5-wizard-responsive-popover-list">${repeat(this._groupedTabs, (item, index) => item._id || index, (item, index) => block3.call(this, context, tags, suffix, item, index))}</ul><div slot="footer" class="ui5-responsive-popover-footer"><ui5-button design="Transparent" @click="${this._closeRespPopover}">Cancel</ui5-button></div></ui5-responsive-popover>`; }
4
4
  function block1(context, tags, suffix, item, index) { return suffix ? html `<${scopeTag("ui5-wizard-tab", tags, suffix)} title-text="${ifDefined(item.titleText)}" subtitle-text="${ifDefined(item.subtitleText)}" icon="${ifDefined(item.icon)}" number="${ifDefined(item.number)}" ?disabled="${item.disabled}" ?selected="${item.selected}" ?hide-separator="${item.hideSeparator}" ?active-separator="${item.activeSeparator}" ?branching-separator="${item.branchingSeparator}" ._wizardTabAccInfo="${ifDefined(item.accInfo)}" data-ui5-content-ref-id="${ifDefined(item.refStepId)}" data-ui5-index="${ifDefined(item.pos)}" @ui5-selection-change-requested="${ifDefined(this.onSelectionChangeRequested)}" @ui5-focused="${ifDefined(this.onStepInHeaderFocused)}" @click="${this._onGroupedTabClick}" style=${styleMap(item.styles)}></${scopeTag("ui5-wizard-tab", tags, suffix)}>` : html `<ui5-wizard-tab title-text="${ifDefined(item.titleText)}" subtitle-text="${ifDefined(item.subtitleText)}" icon="${ifDefined(item.icon)}" number="${ifDefined(item.number)}" ?disabled="${item.disabled}" ?selected="${item.selected}" ?hide-separator="${item.hideSeparator}" ?active-separator="${item.activeSeparator}" ?branching-separator="${item.branchingSeparator}" ._wizardTabAccInfo="${ifDefined(item.accInfo)}" data-ui5-content-ref-id="${ifDefined(item.refStepId)}" data-ui5-index="${ifDefined(item.pos)}" @ui5-selection-change-requested="${ifDefined(this.onSelectionChangeRequested)}" @ui5-focused="${ifDefined(this.onStepInHeaderFocused)}" @click="${this._onGroupedTabClick}" style=${styleMap(item.styles)}></ui5-wizard-tab>`; }
5
5
  function block2(context, tags, suffix, item, index) { return html `<div class="ui5-wiz-content-item" ?hidden="${item.disabled}" ?selected="${item.selected}" ?stretch="${item.stretch}" part="step-content" aria-label="${ifDefined(item.stepContentAriaLabel)}" role="region" data-ui5-content-item-ref-id="${ifDefined(item._id)}"><div class="ui5-wiz-content-item-wrapper"><slot name="${ifDefined(item._individualSlot)}"></slot></div></div>`; }
@@ -1 +1 @@
1
- {"version":3,"file":"WizardTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/WizardTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type Wizard from \"../../Wizard.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Wizard, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.root as ClassMapValue)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" role=\"region\"><nav class=\"ui5-wiz-nav\" part=\"navigator\" aria-label=\"${ifDefined(this.navAriaLabelText)}\" tabindex=\"-1\"><div class=\"ui5-wiz-nav-list\" role=\"list\" aria-label=\"${ifDefined(this.listAriaLabelText)}\" aria-describedby=\"wiz-nav-descr\" aria-controls=\"${ifDefined(this._id)}-wiz-content\">${ repeat(this._stepsInHeader, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</div></nav><span id=\"wiz-nav-descr\" class=\"ui5-hidden-text\" aria-hidden=\"true\">${ifDefined(this.navAriaDescribedbyText)}</span><div id=\"${ifDefined(this._id)}-wiz-content\" class=\"ui5-wiz-content\" @scroll=\"${this.onScroll}\">${ repeat(this._steps, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</div></div><${scopeTag(\"ui5-responsive-popover\", tags, suffix)} horizontal-align=\"Center\" placement=\"Bottom\" aria-label=\"${ifDefined(this.actionSheetStepsText)}\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" content-only-on-desktop prevent-focus-restore _hide-header><ul class=\"ui5-wizard-responsive-popover-list\">${ repeat(this._groupedTabs, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) }</ul><div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._closeRespPopover}\">Cancel</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<div class=\"${classMap(this.classes.root as ClassMapValue)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" role=\"region\"><nav class=\"ui5-wiz-nav\" part=\"navigator\" aria-label=\"${ifDefined(this.navAriaLabelText)}\" tabindex=\"-1\"><div class=\"ui5-wiz-nav-list\" role=\"list\" aria-label=\"${ifDefined(this.listAriaLabelText)}\" aria-describedby=\"wiz-nav-descr\" aria-controls=\"${ifDefined(this._id)}-wiz-content\">${ repeat(this._stepsInHeader, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</div></nav><span id=\"wiz-nav-descr\" class=\"ui5-hidden-text\" aria-hidden=\"true\">${ifDefined(this.navAriaDescribedbyText)}</span><div id=\"${ifDefined(this._id)}-wiz-content\" class=\"ui5-wiz-content\" @scroll=\"${this.onScroll}\">${ repeat(this._steps, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</div></div><ui5-responsive-popover horizontal-align=\"Center\" placement=\"Bottom\" aria-label=\"${ifDefined(this.actionSheetStepsText)}\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" content-only-on-desktop prevent-focus-restore _hide-header><ul class=\"ui5-wizard-responsive-popover-list\">${ repeat(this._groupedTabs, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) }</ul><div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this._closeRespPopover}\">Cancel</ui5-button></div></ui5-responsive-popover>`;}\nfunction block1 (this: Wizard, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-wizard-tab\", tags, suffix)} title-text=\"${ifDefined(item.titleText)}\" subtitle-text=\"${ifDefined(item.subtitleText)}\" icon=\"${ifDefined(item.icon)}\" number=\"${ifDefined(item.number)}\" ?disabled=\"${item.disabled}\" ?selected=\"${item.selected}\" ?hide-separator=\"${item.hideSeparator}\" ?active-separator=\"${item.activeSeparator}\" ?branching-separator=\"${item.branchingSeparator}\" ._wizardTabAccInfo=\"${ifDefined(item.accInfo)}\" data-ui5-content-ref-id=\"${ifDefined(item.refStepId)}\" data-ui5-index=\"${ifDefined(item.pos)}\" @ui5-selection-change-requested=\"${ifDefined(this.onSelectionChangeRequested)}\" @ui5-focused=\"${ifDefined(this.onStepInHeaderFocused)}\" @click=\"${this._onGroupedTabClick}\" style=${styleMap(item.styles)}></${scopeTag(\"ui5-wizard-tab\", tags, suffix)}>` : html`<ui5-wizard-tab title-text=\"${ifDefined(item.titleText)}\" subtitle-text=\"${ifDefined(item.subtitleText)}\" icon=\"${ifDefined(item.icon)}\" number=\"${ifDefined(item.number)}\" ?disabled=\"${item.disabled}\" ?selected=\"${item.selected}\" ?hide-separator=\"${item.hideSeparator}\" ?active-separator=\"${item.activeSeparator}\" ?branching-separator=\"${item.branchingSeparator}\" ._wizardTabAccInfo=\"${ifDefined(item.accInfo)}\" data-ui5-content-ref-id=\"${ifDefined(item.refStepId)}\" data-ui5-index=\"${ifDefined(item.pos)}\" @ui5-selection-change-requested=\"${ifDefined(this.onSelectionChangeRequested)}\" @ui5-focused=\"${ifDefined(this.onStepInHeaderFocused)}\" @click=\"${this._onGroupedTabClick}\" style=${styleMap(item.styles)}></ui5-wizard-tab>`;}\nfunction block2 (this: Wizard, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div class=\"ui5-wiz-content-item\" ?hidden=\"${item.disabled}\" ?selected=\"${item.selected}\" ?stretch=\"${item.stretch}\" part=\"step-content\" aria-label=\"${ifDefined(item.stepContentAriaLabel)}\" role=\"region\" data-ui5-content-item-ref-id=\"${ifDefined(item._id)}\"><div class=\"ui5-wiz-content-item-wrapper\"><slot name=\"${ifDefined(item._individualSlot)}\"></slot></div></div>`;}\nfunction block3 (this: Wizard, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"${ifDefined(item.icon)}\" ?disabled=\"${item.disabled}\" design=\"Transparent\" data-ui5-header-tab-ref-id=\"${ifDefined(item.accInfo.ariaPosinset)}\" @click=\"${this._onOverflowStepButtonClick}\">${ifDefined(item.titleText)}</${scopeTag(\"ui5-button\", tags, suffix)}></li>` : html`<li><ui5-button icon=\"${ifDefined(item.icon)}\" ?disabled=\"${item.disabled}\" design=\"Transparent\" data-ui5-header-tab-ref-id=\"${ifDefined(item.accInfo.ariaPosinset)}\" @click=\"${this._onOverflowStepButtonClick}\">${ifDefined(item.titleText)}</ui5-button></li>`;}\n\n\nexport default block0;"]}
1
+ {"version":3,"file":"WizardTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/WizardTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type Wizard from \"../../Wizard.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: Wizard, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<div class=\"${classMap(this.classes.root as ClassMapValue)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" role=\"region\"><nav class=\"ui5-wiz-nav\" part=\"navigator\" aria-label=\"${ifDefined(this.navAriaLabelText)}\" tabindex=\"-1\"><div class=\"ui5-wiz-nav-list\" role=\"list\" aria-label=\"${ifDefined(this.listAriaLabelText)}\" aria-describedby=\"wiz-nav-descr\" aria-controls=\"${ifDefined(this._id)}-wiz-content\">${ repeat(this._stepsInHeader, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</div></nav><span id=\"wiz-nav-descr\" class=\"ui5-hidden-text\" aria-hidden=\"true\">${ifDefined(this.navAriaDescribedbyText)}</span><div id=\"${ifDefined(this._id)}-wiz-content\" class=\"ui5-wiz-content\" @scroll=\"${this.onScroll}\">${ repeat(this._steps, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</div></div><${scopeTag(\"ui5-responsive-popover\", tags, suffix)} horizontal-align=\"Center\" placement=\"Bottom\" aria-label=\"${ifDefined(this.actionSheetStepsText)}\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" content-only-on-desktop prevent-focus-restore _hide-header><ul class=\"ui5-wizard-responsive-popover-list\">${ repeat(this._groupedTabs, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) }</ul><div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><${scopeTag(\"ui5-button\", tags, suffix)} design=\"Transparent\" @click=\"${this._closeRespPopover}\">Cancel</${scopeTag(\"ui5-button\", tags, suffix)}></div></${scopeTag(\"ui5-responsive-popover\", tags, suffix)}>` : html`<div class=\"${classMap(this.classes.root as ClassMapValue)}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" role=\"region\"><nav class=\"ui5-wiz-nav\" part=\"navigator\" aria-label=\"${ifDefined(this.navAriaLabelText)}\" tabindex=\"-1\"><div class=\"ui5-wiz-nav-list\" role=\"list\" aria-label=\"${ifDefined(this.listAriaLabelText)}\" aria-describedby=\"wiz-nav-descr\" aria-controls=\"${ifDefined(this._id)}-wiz-content\">${ repeat(this._stepsInHeader, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block1.call(this, context, tags, suffix, item, index)) }</div></nav><span id=\"wiz-nav-descr\" class=\"ui5-hidden-text\" aria-hidden=\"true\">${ifDefined(this.navAriaDescribedbyText)}</span><div id=\"${ifDefined(this._id)}-wiz-content\" class=\"ui5-wiz-content\" @scroll=\"${this.onScroll}\">${ repeat(this._steps, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block2.call(this, context, tags, suffix, item, index)) }</div></div><ui5-responsive-popover horizontal-align=\"Center\" placement=\"Bottom\" aria-label=\"${ifDefined(this.actionSheetStepsText)}\" class=\"${classMap(this.classes.popover as ClassMapValue)}\" content-only-on-desktop prevent-focus-restore _hide-header><ul class=\"ui5-wizard-responsive-popover-list\">${ repeat(this._groupedTabs, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) }</ul><div slot=\"footer\" class=\"ui5-responsive-popover-footer\"><ui5-button design=\"Transparent\" @click=\"${this._closeRespPopover}\">Cancel</ui5-button></div></ui5-responsive-popover>`;}\nfunction block1 (this: Wizard, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<${scopeTag(\"ui5-wizard-tab\", tags, suffix)} title-text=\"${ifDefined(item.titleText)}\" subtitle-text=\"${ifDefined(item.subtitleText)}\" icon=\"${ifDefined(item.icon)}\" number=\"${ifDefined(item.number)}\" ?disabled=\"${item.disabled}\" ?selected=\"${item.selected}\" ?hide-separator=\"${item.hideSeparator}\" ?active-separator=\"${item.activeSeparator}\" ?branching-separator=\"${item.branchingSeparator}\" ._wizardTabAccInfo=\"${ifDefined(item.accInfo)}\" data-ui5-content-ref-id=\"${ifDefined(item.refStepId)}\" data-ui5-index=\"${ifDefined(item.pos)}\" @ui5-selection-change-requested=\"${ifDefined(this.onSelectionChangeRequested)}\" @ui5-focused=\"${ifDefined(this.onStepInHeaderFocused)}\" @click=\"${this._onGroupedTabClick}\" style=${styleMap(item.styles)}></${scopeTag(\"ui5-wizard-tab\", tags, suffix)}>` : html`<ui5-wizard-tab title-text=\"${ifDefined(item.titleText)}\" subtitle-text=\"${ifDefined(item.subtitleText)}\" icon=\"${ifDefined(item.icon)}\" number=\"${ifDefined(item.number)}\" ?disabled=\"${item.disabled}\" ?selected=\"${item.selected}\" ?hide-separator=\"${item.hideSeparator}\" ?active-separator=\"${item.activeSeparator}\" ?branching-separator=\"${item.branchingSeparator}\" ._wizardTabAccInfo=\"${ifDefined(item.accInfo)}\" data-ui5-content-ref-id=\"${ifDefined(item.refStepId)}\" data-ui5-index=\"${ifDefined(item.pos)}\" @ui5-selection-change-requested=\"${ifDefined(this.onSelectionChangeRequested)}\" @ui5-focused=\"${ifDefined(this.onStepInHeaderFocused)}\" @click=\"${this._onGroupedTabClick}\" style=${styleMap(item.styles)}></ui5-wizard-tab>`;}\nfunction block2 (this: Wizard, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div class=\"ui5-wiz-content-item\" ?hidden=\"${item.disabled}\" ?selected=\"${item.selected}\" ?stretch=\"${item.stretch}\" part=\"step-content\" aria-label=\"${ifDefined(item.stepContentAriaLabel)}\" role=\"region\" data-ui5-content-item-ref-id=\"${ifDefined(item._id)}\"><div class=\"ui5-wiz-content-item-wrapper\"><slot name=\"${ifDefined(item._individualSlot)}\"></slot></div></div>`;}\nfunction block3 (this: Wizard, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return suffix ? html`<li><${scopeTag(\"ui5-button\", tags, suffix)} icon=\"${ifDefined(item.icon)}\" ?disabled=\"${item.disabled}\" design=\"Transparent\" data-ui5-header-tab-ref-id=\"${ifDefined(item.accInfo.ariaPosinset)}\" @click=\"${this._onOverflowStepButtonClick}\">${ifDefined(item.titleText)}</${scopeTag(\"ui5-button\", tags, suffix)}></li>` : html`<li><ui5-button icon=\"${ifDefined(item.icon)}\" ?disabled=\"${item.disabled}\" design=\"Transparent\" data-ui5-header-tab-ref-id=\"${ifDefined(item.accInfo.ariaPosinset)}\" @click=\"${this._onOverflowStepButtonClick}\">${ifDefined(item.titleText)}</ui5-button></li>`;}\n\n\nexport default block0;"]}
@@ -3,7 +3,7 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@ui5/webcomponents-fiori", "sap_horizon", async () => defaultTheme);
6
- const styleData = { packageName: "@ui5/webcomponents-fiori", fileName: "themes/DynamicPage.css.ts", content: `.ui5-dynamic-page-title-header-wrapper{position:sticky;top:0;z-index:110}:host{display:block;height:100%;background-color:var(--ui5-v2-3-0-rc-2_dynamic_page_background)}.ui5-dynamic-page-root{height:inherit;overflow-y:hidden}.ui5-dynamic-page-scroll-container{overflow-y:auto;height:100%}.ui5-dynamic-page-scroll-container{display:flex;flex-direction:column}.ui5-dynamic-page-content{flex-grow:1;position:relative}.ui5-dynamic-page-fit-content{position:absolute;inset:0}.ui5-dynamic-page-footer{position:sticky;bottom:.5rem;box-sizing:border-box;z-index:110;opacity:0;transform:translateY(100%);transition:opacity .35s ease-in-out,transform .35s ease-in-out}.ui5-dynamic-page-spacer{height:var(--_ui5-v2-3-0-rc-2_dynamic_page_footer_spacer)}:host([show-footer]) .ui5-dynamic-page-fit-content{bottom:var(--_ui5-v2-3-0-rc-2_dynamic_page_footer_spacer)}:host([show-footer]) .ui5-dynamic-page-footer{transform:translateY(0);opacity:1}::slotted([slot="footerArea"]){border-radius:.25rem;background-color:var(--_ui5-v2-3-0-rc-2_dynamic_page_header_background_color);box-sizing:content-box;width:auto;margin:0 .5rem .5rem}::slotted([slot="titleArea"]){width:auto}:host([media-range="S"]) .ui5-dynamic-page-fit-content{padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_content_padding_S)}:host([media-range="S"]) ::slotted([slot="titleArea"]){padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_title_padding_S)}:host([media-range="S"]) ::slotted([slot="headerArea"]){padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_header_padding_S)}:host([media-range="M"]) .ui5-dynamic-page-fit-content{padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_content_padding_M)}:host([media-range="M"]) ::slotted([slot="titleArea"]){padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_title_padding_M)}:host([media-range="M"]) ::slotted([slot="headerArea"]){padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_header_padding_M)}:host([media-range="L"]) .ui5-dynamic-page-fit-content{padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_content_padding_L)}:host([media-range="L"]) ::slotted([slot="titleArea"]){padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_title_padding_L)}:host([media-range="L"]) ::slotted([slot="headerArea"]){padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_header_padding_L)}:host([media-range="XL"]) .ui5-dynamic-page-fit-content{padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_content_padding_XL)}:host([media-range="XL"]) ::slotted([slot="titleArea"]){padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_title_padding_XL)}:host([media-range="XL"]) ::slotted([slot="headerArea"]){padding:var(--_ui5-v2-3-0-rc-2_dynamic_page_header_padding_XL)}
6
+ const styleData = { packageName: "@ui5/webcomponents-fiori", fileName: "themes/DynamicPage.css.ts", content: `.ui5-dynamic-page-title-header-wrapper{position:sticky;top:0;z-index:110}:host{display:block;height:100%;background-color:var(--ui5-v2-3-0_dynamic_page_background)}.ui5-dynamic-page-root{height:inherit;overflow-y:hidden}.ui5-dynamic-page-scroll-container{overflow-y:auto;height:100%}.ui5-dynamic-page-scroll-container{display:flex;flex-direction:column}.ui5-dynamic-page-content{flex-grow:1;position:relative}.ui5-dynamic-page-fit-content{position:absolute;inset:0}.ui5-dynamic-page-footer{position:sticky;bottom:.5rem;box-sizing:border-box;z-index:110;opacity:0;transform:translateY(100%);transition:opacity .35s ease-in-out,transform .35s ease-in-out}.ui5-dynamic-page-spacer{height:var(--_ui5-v2-3-0_dynamic_page_footer_spacer)}:host([show-footer]) .ui5-dynamic-page-fit-content{bottom:var(--_ui5-v2-3-0_dynamic_page_footer_spacer)}:host([show-footer]) .ui5-dynamic-page-footer{transform:translateY(0);opacity:1}::slotted([slot="footerArea"]){border-radius:.25rem;background-color:var(--_ui5-v2-3-0_dynamic_page_header_background_color);box-sizing:content-box;width:auto;margin:0 .5rem .5rem}::slotted([slot="titleArea"]){width:auto}:host([media-range="S"]) .ui5-dynamic-page-fit-content{padding:var(--_ui5-v2-3-0_dynamic_page_content_padding_S)}:host([media-range="S"]) ::slotted([slot="titleArea"]){padding:var(--_ui5-v2-3-0_dynamic_page_title_padding_S)}:host([media-range="S"]) ::slotted([slot="headerArea"]){padding:var(--_ui5-v2-3-0_dynamic_page_header_padding_S)}:host([media-range="M"]) .ui5-dynamic-page-fit-content{padding:var(--_ui5-v2-3-0_dynamic_page_content_padding_M)}:host([media-range="M"]) ::slotted([slot="titleArea"]){padding:var(--_ui5-v2-3-0_dynamic_page_title_padding_M)}:host([media-range="M"]) ::slotted([slot="headerArea"]){padding:var(--_ui5-v2-3-0_dynamic_page_header_padding_M)}:host([media-range="L"]) .ui5-dynamic-page-fit-content{padding:var(--_ui5-v2-3-0_dynamic_page_content_padding_L)}:host([media-range="L"]) ::slotted([slot="titleArea"]){padding:var(--_ui5-v2-3-0_dynamic_page_title_padding_L)}:host([media-range="L"]) ::slotted([slot="headerArea"]){padding:var(--_ui5-v2-3-0_dynamic_page_header_padding_L)}:host([media-range="XL"]) .ui5-dynamic-page-fit-content{padding:var(--_ui5-v2-3-0_dynamic_page_content_padding_XL)}:host([media-range="XL"]) ::slotted([slot="titleArea"]){padding:var(--_ui5-v2-3-0_dynamic_page_title_padding_XL)}:host([media-range="XL"]) ::slotted([slot="headerArea"]){padding:var(--_ui5-v2-3-0_dynamic_page_header_padding_XL)}:host([_header-snapped]) ::slotted([slot="headerArea"]){height:0;padding:0;visibility:hidden}
7
7
  ` };
8
8
  export default styleData;
9
9
  //# sourceMappingURL=DynamicPage.css.js.map