@ui5/webcomponents-ngx 0.3.0-rc.2 → 0.3.0-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (589) hide show
  1. package/README.md +1 -0
  2. package/compat/index.d.ts +1 -0
  3. package/compat/table/index.d.ts +115 -0
  4. package/{main → compat}/table-cell/index.d.ts +3 -3
  5. package/compat/table-column/index.d.ts +42 -0
  6. package/{main → compat}/table-group-row/index.d.ts +3 -3
  7. package/{main → compat}/table-row/index.d.ts +5 -5
  8. package/compat/theming/index.d.ts +9 -0
  9. package/compat/ui5-compat.module.d.ts +15 -0
  10. package/esm2022/compat/index.mjs +2 -0
  11. package/esm2022/compat/table/index.mjs +70 -0
  12. package/esm2022/compat/table/ui5-webcomponents-ngx-compat-table.mjs +5 -0
  13. package/esm2022/compat/table-cell/index.mjs +27 -0
  14. package/esm2022/{main/table-column/ui5-webcomponents-ngx-main-table-column.mjs → compat/table-cell/ui5-webcomponents-ngx-compat-table-cell.mjs} +1 -1
  15. package/esm2022/compat/table-column/index.mjs +34 -0
  16. package/esm2022/compat/table-column/ui5-webcomponents-ngx-compat-table-column.mjs +5 -0
  17. package/esm2022/compat/table-group-row/index.mjs +27 -0
  18. package/esm2022/compat/table-group-row/ui5-webcomponents-ngx-compat-table-group-row.mjs +5 -0
  19. package/esm2022/compat/table-row/index.mjs +34 -0
  20. package/esm2022/compat/table-row/ui5-webcomponents-ngx-compat-table-row.mjs +5 -0
  21. package/esm2022/compat/theming/index.mjs +17 -0
  22. package/esm2022/{main/table-row/ui5-webcomponents-ngx-main-table-row.mjs → compat/theming/ui5-webcomponents-ngx-compat-theming.mjs} +1 -1
  23. package/esm2022/compat/ui5-compat.module.mjs +41 -0
  24. package/esm2022/compat/ui5-webcomponents-ngx-compat.mjs +5 -0
  25. package/esm2022/fiori/barcode-scanner-dialog/index.mjs +12 -5
  26. package/esm2022/fiori/dynamic-page/index.mjs +39 -0
  27. package/esm2022/fiori/dynamic-page/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +5 -0
  28. package/esm2022/fiori/dynamic-page-header/index.mjs +27 -0
  29. package/esm2022/fiori/dynamic-page-header/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +5 -0
  30. package/esm2022/fiori/dynamic-page-title/index.mjs +27 -0
  31. package/esm2022/fiori/dynamic-page-title/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs +5 -0
  32. package/esm2022/fiori/dynamic-side-content/index.mjs +3 -2
  33. package/esm2022/fiori/filter-item/index.mjs +3 -2
  34. package/esm2022/fiori/filter-item-option/index.mjs +3 -2
  35. package/esm2022/fiori/flexible-column-layout/index.mjs +5 -9
  36. package/esm2022/fiori/illustrated-message/index.mjs +5 -12
  37. package/esm2022/fiori/media-gallery/index.mjs +3 -2
  38. package/esm2022/fiori/media-gallery-item/index.mjs +3 -2
  39. package/esm2022/fiori/notification-list/index.mjs +40 -0
  40. package/esm2022/fiori/notification-list/ui5-webcomponents-ngx-fiori-notification-list.mjs +5 -0
  41. package/esm2022/fiori/notification-list-group-item/index.mjs +9 -14
  42. package/esm2022/fiori/notification-list-item/index.mjs +13 -10
  43. package/esm2022/fiori/page/index.mjs +5 -14
  44. package/esm2022/fiori/product-switch/index.mjs +3 -2
  45. package/esm2022/fiori/product-switch-item/index.mjs +3 -2
  46. package/esm2022/fiori/shell-bar/index.mjs +3 -10
  47. package/esm2022/fiori/shell-bar-item/index.mjs +3 -2
  48. package/esm2022/fiori/side-navigation/index.mjs +3 -2
  49. package/esm2022/fiori/side-navigation-group/index.mjs +34 -0
  50. package/esm2022/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +5 -0
  51. package/esm2022/fiori/side-navigation-item/index.mjs +3 -6
  52. package/esm2022/fiori/side-navigation-sub-item/index.mjs +5 -4
  53. package/esm2022/fiori/sort-item/index.mjs +3 -2
  54. package/esm2022/fiori/timeline/index.mjs +3 -2
  55. package/esm2022/fiori/timeline-item/index.mjs +3 -2
  56. package/esm2022/fiori/ui5-fiori.module.mjs +23 -11
  57. package/esm2022/fiori/upload-collection/index.mjs +5 -4
  58. package/esm2022/fiori/upload-collection-item/index.mjs +7 -2
  59. package/esm2022/fiori/view-settings-dialog/index.mjs +3 -2
  60. package/esm2022/fiori/wizard/index.mjs +3 -2
  61. package/esm2022/fiori/wizard-step/index.mjs +3 -2
  62. package/esm2022/generic-cva/index.mjs +3 -4
  63. package/esm2022/index.mjs +27 -13
  64. package/esm2022/main/avatar/index.mjs +5 -2
  65. package/esm2022/main/avatar-group/index.mjs +5 -4
  66. package/esm2022/main/bar/index.mjs +34 -0
  67. package/esm2022/main/bar/ui5-webcomponents-ngx-main-bar.mjs +5 -0
  68. package/esm2022/main/breadcrumbs/index.mjs +5 -4
  69. package/esm2022/main/breadcrumbs-item/index.mjs +3 -2
  70. package/esm2022/main/busy-indicator/index.mjs +5 -4
  71. package/esm2022/main/button/index.mjs +7 -4
  72. package/esm2022/main/calendar/index.mjs +5 -4
  73. package/esm2022/main/calendar-date/index.mjs +3 -2
  74. package/esm2022/main/calendar-date-range/index.mjs +34 -0
  75. package/esm2022/main/calendar-date-range/ui5-webcomponents-ngx-main-calendar-date-range.mjs +5 -0
  76. package/esm2022/main/calendar-legend/index.mjs +44 -0
  77. package/esm2022/main/{table-group-row/ui5-webcomponents-ngx-main-table-group-row.mjs → calendar-legend/ui5-webcomponents-ngx-main-calendar-legend.mjs} +1 -1
  78. package/esm2022/main/calendar-legend-item/index.mjs +34 -0
  79. package/esm2022/main/calendar-legend-item/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +5 -0
  80. package/esm2022/main/card/index.mjs +3 -2
  81. package/esm2022/main/card-header/index.mjs +5 -4
  82. package/esm2022/main/carousel/index.mjs +11 -10
  83. package/esm2022/main/check-box/index.mjs +4 -3
  84. package/esm2022/main/color-palette/index.mjs +3 -2
  85. package/esm2022/main/color-palette-item/index.mjs +5 -4
  86. package/esm2022/main/color-palette-popover/index.mjs +3 -2
  87. package/esm2022/main/color-picker/index.mjs +5 -4
  88. package/esm2022/main/combo-box/index.mjs +7 -4
  89. package/esm2022/main/combo-box-item/index.mjs +3 -2
  90. package/esm2022/main/combo-box-item-group/index.mjs +34 -0
  91. package/esm2022/main/{combo-box-group-item/ui5-webcomponents-ngx-main-combo-box-group-item.mjs → combo-box-item-group/ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +1 -1
  92. package/esm2022/main/custom-list-item/index.mjs +9 -2
  93. package/esm2022/main/date-picker/index.mjs +7 -4
  94. package/esm2022/main/date-range-picker/index.mjs +7 -4
  95. package/esm2022/main/date-time-picker/index.mjs +7 -4
  96. package/esm2022/main/dialog/index.mjs +10 -7
  97. package/esm2022/main/file-uploader/index.mjs +4 -3
  98. package/esm2022/main/form/index.mjs +34 -0
  99. package/esm2022/{fiori/bar/ui5-webcomponents-ngx-fiori-bar.mjs → main/form/ui5-webcomponents-ngx-main-form.mjs} +1 -1
  100. package/esm2022/main/form-group/index.mjs +34 -0
  101. package/esm2022/main/{table-cell/ui5-webcomponents-ngx-main-table-cell.mjs → form-group/ui5-webcomponents-ngx-main-form-group.mjs} +1 -1
  102. package/esm2022/main/form-item/index.mjs +34 -0
  103. package/esm2022/main/form-item/ui5-webcomponents-ngx-main-form-item.mjs +5 -0
  104. package/esm2022/main/icon/index.mjs +5 -18
  105. package/esm2022/main/input/index.mjs +13 -8
  106. package/esm2022/main/label/index.mjs +3 -2
  107. package/esm2022/main/link/index.mjs +5 -2
  108. package/esm2022/main/list/index.mjs +15 -8
  109. package/esm2022/main/list-item-group/index.mjs +34 -0
  110. package/esm2022/main/list-item-group/ui5-webcomponents-ngx-main-list-item-group.mjs +5 -0
  111. package/esm2022/main/menu/index.mjs +9 -8
  112. package/esm2022/main/menu-item/index.mjs +22 -7
  113. package/esm2022/main/message-strip/index.mjs +5 -4
  114. package/esm2022/main/multi-combo-box/index.mjs +9 -6
  115. package/esm2022/main/multi-combo-box-group-item/index.mjs +3 -2
  116. package/esm2022/main/multi-combo-box-item/index.mjs +3 -2
  117. package/esm2022/main/multi-input/index.mjs +13 -8
  118. package/esm2022/main/option/index.mjs +5 -4
  119. package/esm2022/main/option-custom/index.mjs +34 -0
  120. package/esm2022/main/option-custom/ui5-webcomponents-ngx-main-option-custom.mjs +5 -0
  121. package/esm2022/main/panel/index.mjs +3 -2
  122. package/esm2022/main/popover/index.mjs +12 -11
  123. package/esm2022/main/progress-indicator/index.mjs +3 -4
  124. package/esm2022/main/radio-button/index.mjs +4 -3
  125. package/esm2022/main/range-slider/index.mjs +7 -4
  126. package/esm2022/main/rating-indicator/index.mjs +3 -2
  127. package/esm2022/main/responsive-popover/index.mjs +12 -11
  128. package/esm2022/main/segmented-button/index.mjs +5 -4
  129. package/esm2022/main/segmented-button-item/index.mjs +8 -19
  130. package/esm2022/main/select/index.mjs +4 -5
  131. package/esm2022/main/slider/index.mjs +7 -4
  132. package/esm2022/main/special-calendar-date/index.mjs +34 -0
  133. package/esm2022/main/special-calendar-date/ui5-webcomponents-ngx-main-special-calendar-date.mjs +5 -0
  134. package/esm2022/main/split-button/index.mjs +4 -11
  135. package/esm2022/main/standard-list-item/index.mjs +9 -2
  136. package/esm2022/main/step-input/index.mjs +5 -4
  137. package/esm2022/main/suggestion-group-item/index.mjs +3 -2
  138. package/esm2022/main/suggestion-item/index.mjs +3 -2
  139. package/esm2022/main/switch/index.mjs +4 -3
  140. package/esm2022/main/tab/index.mjs +3 -2
  141. package/esm2022/main/tab-container/index.mjs +11 -10
  142. package/esm2022/main/tab-separator/index.mjs +3 -2
  143. package/esm2022/main/tag/index.mjs +50 -0
  144. package/esm2022/main/tag/ui5-webcomponents-ngx-main-tag.mjs +5 -0
  145. package/esm2022/main/text/index.mjs +34 -0
  146. package/esm2022/main/text/ui5-webcomponents-ngx-main-text.mjs +5 -0
  147. package/esm2022/main/text-area/index.mjs +14 -8
  148. package/esm2022/main/time-picker/index.mjs +16 -6
  149. package/esm2022/main/title/index.mjs +3 -2
  150. package/esm2022/main/toast/index.mjs +8 -5
  151. package/esm2022/main/toggle-button/index.mjs +7 -4
  152. package/esm2022/main/token/index.mjs +6 -7
  153. package/esm2022/main/tokenizer/index.mjs +39 -0
  154. package/esm2022/main/tokenizer/ui5-webcomponents-ngx-main-tokenizer.mjs +5 -0
  155. package/esm2022/main/toolbar/index.mjs +3 -2
  156. package/esm2022/main/toolbar-button/index.mjs +5 -4
  157. package/esm2022/main/toolbar-select/index.mjs +3 -2
  158. package/esm2022/main/toolbar-select-option/index.mjs +3 -2
  159. package/esm2022/main/toolbar-separator/index.mjs +3 -2
  160. package/esm2022/main/toolbar-spacer/index.mjs +3 -2
  161. package/esm2022/main/tree/index.mjs +5 -4
  162. package/esm2022/main/tree-item/index.mjs +9 -2
  163. package/esm2022/main/tree-item-custom/index.mjs +9 -2
  164. package/esm2022/main/ui5-main.module.mjs +57 -41
  165. package/esm2022/theming/supported-themes.mjs +2 -2
  166. package/esm2022/ui5-webcomponents.module.mjs +5 -4
  167. package/fesm2022/{ui5-webcomponents-ngx-main-table-cell.mjs → ui5-webcomponents-ngx-compat-table-cell.mjs} +4 -3
  168. package/fesm2022/ui5-webcomponents-ngx-compat-table-cell.mjs.map +1 -0
  169. package/fesm2022/{ui5-webcomponents-ngx-main-table-column.mjs → ui5-webcomponents-ngx-compat-table-column.mjs} +4 -3
  170. package/fesm2022/ui5-webcomponents-ngx-compat-table-column.mjs.map +1 -0
  171. package/fesm2022/{ui5-webcomponents-ngx-main-table-group-row.mjs → ui5-webcomponents-ngx-compat-table-group-row.mjs} +4 -3
  172. package/fesm2022/ui5-webcomponents-ngx-compat-table-group-row.mjs.map +1 -0
  173. package/fesm2022/{ui5-webcomponents-ngx-main-table-row.mjs → ui5-webcomponents-ngx-compat-table-row.mjs} +4 -3
  174. package/fesm2022/ui5-webcomponents-ngx-compat-table-row.mjs.map +1 -0
  175. package/fesm2022/{ui5-webcomponents-ngx-main-table.mjs → ui5-webcomponents-ngx-compat-table.mjs} +4 -3
  176. package/fesm2022/ui5-webcomponents-ngx-compat-table.mjs.map +1 -0
  177. package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs +23 -0
  178. package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs.map +1 -0
  179. package/fesm2022/ui5-webcomponents-ngx-compat.mjs +46 -0
  180. package/fesm2022/ui5-webcomponents-ngx-compat.mjs.map +1 -0
  181. package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs +11 -4
  182. package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs.map +1 -1
  183. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +33 -0
  184. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs.map +1 -0
  185. package/fesm2022/{ui5-webcomponents-ngx-main-select-menu.mjs → ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs} +9 -8
  186. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs.map +1 -0
  187. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +45 -0
  188. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs.map +1 -0
  189. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +2 -1
  190. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
  191. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs +2 -1
  192. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs.map +1 -1
  193. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs +2 -1
  194. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs.map +1 -1
  195. package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs +4 -8
  196. package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs.map +1 -1
  197. package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs +4 -11
  198. package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs.map +1 -1
  199. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs +2 -1
  200. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs.map +1 -1
  201. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs +2 -1
  202. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs.map +1 -1
  203. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs +8 -13
  204. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs.map +1 -1
  205. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs +12 -9
  206. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs.map +1 -1
  207. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs +46 -0
  208. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs.map +1 -0
  209. package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs +4 -13
  210. package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs.map +1 -1
  211. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs +2 -1
  212. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs.map +1 -1
  213. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs +2 -1
  214. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs.map +1 -1
  215. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs +2 -1
  216. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -1
  217. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs +2 -9
  218. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs.map +1 -1
  219. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +40 -0
  220. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map +1 -0
  221. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs +2 -5
  222. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -1
  223. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs +4 -3
  224. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -1
  225. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs +2 -1
  226. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs.map +1 -1
  227. package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs +2 -1
  228. package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs.map +1 -1
  229. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs +2 -1
  230. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs.map +1 -1
  231. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs +2 -1
  232. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs.map +1 -1
  233. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs +6 -1
  234. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs.map +1 -1
  235. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +4 -3
  236. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
  237. package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs +2 -1
  238. package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs.map +1 -1
  239. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs +2 -1
  240. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs.map +1 -1
  241. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs +2 -1
  242. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs.map +1 -1
  243. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +22 -10
  244. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
  245. package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs +2 -3
  246. package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs.map +1 -1
  247. package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs +4 -3
  248. package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs.map +1 -1
  249. package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs +4 -1
  250. package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs.map +1 -1
  251. package/fesm2022/{ui5-webcomponents-ngx-fiori-bar.mjs → ui5-webcomponents-ngx-main-bar.mjs} +4 -3
  252. package/fesm2022/ui5-webcomponents-ngx-main-bar.mjs.map +1 -0
  253. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs +2 -1
  254. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs.map +1 -1
  255. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs +4 -3
  256. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs.map +1 -1
  257. package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs +4 -3
  258. package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs.map +1 -1
  259. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +6 -3
  260. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
  261. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs +40 -0
  262. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs.map +1 -0
  263. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs +2 -1
  264. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs.map +1 -1
  265. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +40 -0
  266. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs.map +1 -0
  267. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs +50 -0
  268. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs.map +1 -0
  269. package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs +4 -3
  270. package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs.map +1 -1
  271. package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs +4 -3
  272. package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
  273. package/fesm2022/ui5-webcomponents-ngx-main-card.mjs +2 -1
  274. package/fesm2022/ui5-webcomponents-ngx-main-card.mjs.map +1 -1
  275. package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs +10 -9
  276. package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
  277. package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs +3 -2
  278. package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -1
  279. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs +4 -3
  280. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs.map +1 -1
  281. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs +2 -1
  282. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs.map +1 -1
  283. package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs +2 -1
  284. package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs.map +1 -1
  285. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +4 -3
  286. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
  287. package/fesm2022/{ui5-webcomponents-ngx-main-combo-box-group-item.mjs → ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +11 -10
  288. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -0
  289. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs +2 -1
  290. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs.map +1 -1
  291. package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs +6 -3
  292. package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs.map +1 -1
  293. package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs +8 -1
  294. package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs.map +1 -1
  295. package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs +6 -3
  296. package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
  297. package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs +6 -3
  298. package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
  299. package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs +6 -3
  300. package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
  301. package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs +9 -6
  302. package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
  303. package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs +3 -2
  304. package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs.map +1 -1
  305. package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs +40 -0
  306. package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs.map +1 -0
  307. package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs +40 -0
  308. package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs.map +1 -0
  309. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +40 -0
  310. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -0
  311. package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs +4 -17
  312. package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs.map +1 -1
  313. package/fesm2022/ui5-webcomponents-ngx-main-input.mjs +12 -7
  314. package/fesm2022/ui5-webcomponents-ngx-main-input.mjs.map +1 -1
  315. package/fesm2022/ui5-webcomponents-ngx-main-label.mjs +2 -1
  316. package/fesm2022/ui5-webcomponents-ngx-main-label.mjs.map +1 -1
  317. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +4 -1
  318. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
  319. package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs +40 -0
  320. package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs.map +1 -0
  321. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +14 -7
  322. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
  323. package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs +21 -6
  324. package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -1
  325. package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs +8 -7
  326. package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs.map +1 -1
  327. package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs +4 -3
  328. package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs.map +1 -1
  329. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs +2 -1
  330. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs.map +1 -1
  331. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs +2 -1
  332. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs.map +1 -1
  333. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs +8 -5
  334. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs.map +1 -1
  335. package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs +12 -7
  336. package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs.map +1 -1
  337. package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs +40 -0
  338. package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs.map +1 -0
  339. package/fesm2022/ui5-webcomponents-ngx-main-option.mjs +4 -3
  340. package/fesm2022/ui5-webcomponents-ngx-main-option.mjs.map +1 -1
  341. package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs +2 -1
  342. package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs.map +1 -1
  343. package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs +11 -10
  344. package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs.map +1 -1
  345. package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs +2 -3
  346. package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs.map +1 -1
  347. package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs +3 -2
  348. package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
  349. package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs +6 -3
  350. package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs.map +1 -1
  351. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +2 -1
  352. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
  353. package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs +11 -10
  354. package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs.map +1 -1
  355. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs +7 -18
  356. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs.map +1 -1
  357. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs +4 -3
  358. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs.map +1 -1
  359. package/fesm2022/ui5-webcomponents-ngx-main-select.mjs +3 -4
  360. package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
  361. package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs +6 -3
  362. package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs.map +1 -1
  363. package/fesm2022/{ui5-webcomponents-ngx-main-group-header-list-item.mjs → ui5-webcomponents-ngx-main-special-calendar-date.mjs} +13 -12
  364. package/fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs.map +1 -0
  365. package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs +3 -10
  366. package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
  367. package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs +8 -1
  368. package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs.map +1 -1
  369. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +4 -3
  370. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
  371. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs +2 -1
  372. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs.map +1 -1
  373. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs +2 -1
  374. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs.map +1 -1
  375. package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs +3 -2
  376. package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs.map +1 -1
  377. package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs +10 -9
  378. package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs.map +1 -1
  379. package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs +2 -1
  380. package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs.map +1 -1
  381. package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs +2 -1
  382. package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs.map +1 -1
  383. package/fesm2022/{ui5-webcomponents-ngx-main-badge.mjs → ui5-webcomponents-ngx-main-tag.mjs} +13 -10
  384. package/fesm2022/ui5-webcomponents-ngx-main-tag.mjs.map +1 -0
  385. package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs +13 -7
  386. package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs.map +1 -1
  387. package/fesm2022/ui5-webcomponents-ngx-main-text.mjs +40 -0
  388. package/fesm2022/ui5-webcomponents-ngx-main-text.mjs.map +1 -0
  389. package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs +15 -5
  390. package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs.map +1 -1
  391. package/fesm2022/ui5-webcomponents-ngx-main-title.mjs +2 -1
  392. package/fesm2022/ui5-webcomponents-ngx-main-title.mjs.map +1 -1
  393. package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs +7 -4
  394. package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs.map +1 -1
  395. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +6 -3
  396. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
  397. package/fesm2022/ui5-webcomponents-ngx-main-token.mjs +5 -6
  398. package/fesm2022/ui5-webcomponents-ngx-main-token.mjs.map +1 -1
  399. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +45 -0
  400. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -0
  401. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs +4 -3
  402. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs.map +1 -1
  403. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs +2 -1
  404. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs.map +1 -1
  405. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs +2 -1
  406. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs.map +1 -1
  407. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs +2 -1
  408. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs.map +1 -1
  409. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs +2 -1
  410. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs.map +1 -1
  411. package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs +2 -1
  412. package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs.map +1 -1
  413. package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs +8 -1
  414. package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs.map +1 -1
  415. package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs +8 -1
  416. package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs.map +1 -1
  417. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +4 -3
  418. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
  419. package/fesm2022/ui5-webcomponents-ngx-main.mjs +56 -40
  420. package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
  421. package/fesm2022/ui5-webcomponents-ngx-theming.mjs +1 -1
  422. package/fesm2022/ui5-webcomponents-ngx-theming.mjs.map +1 -1
  423. package/fesm2022/ui5-webcomponents-ngx.mjs +30 -15
  424. package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
  425. package/fiori/barcode-scanner-dialog/index.d.ts +9 -1
  426. package/fiori/dynamic-page/index.d.ts +38 -0
  427. package/fiori/dynamic-page-header/index.d.ts +13 -0
  428. package/fiori/dynamic-page-title/index.d.ts +13 -0
  429. package/fiori/dynamic-side-content/index.d.ts +1 -30
  430. package/fiori/filter-item/index.d.ts +1 -1
  431. package/fiori/filter-item-option/index.d.ts +1 -1
  432. package/fiori/flexible-column-layout/index.d.ts +27 -28
  433. package/fiori/illustrated-message/index.d.ts +26 -36
  434. package/fiori/media-gallery/index.d.ts +6 -6
  435. package/fiori/media-gallery-item/index.d.ts +1 -7
  436. package/fiori/notification-list/index.d.ts +30 -0
  437. package/fiori/notification-list-group-item/index.d.ts +9 -26
  438. package/fiori/notification-list-item/index.d.ts +26 -24
  439. package/fiori/page/index.d.ts +9 -10
  440. package/fiori/product-switch/index.d.ts +1 -1
  441. package/fiori/product-switch-item/index.d.ts +14 -15
  442. package/fiori/shell-bar/index.d.ts +41 -58
  443. package/fiori/shell-bar-item/index.d.ts +3 -3
  444. package/fiori/side-navigation/index.d.ts +2 -2
  445. package/fiori/side-navigation-group/index.d.ts +33 -0
  446. package/fiori/side-navigation-item/index.d.ts +14 -27
  447. package/fiori/side-navigation-sub-item/index.d.ts +13 -26
  448. package/fiori/sort-item/index.d.ts +1 -1
  449. package/fiori/timeline/index.d.ts +1 -9
  450. package/fiori/timeline-item/index.d.ts +7 -8
  451. package/fiori/ui5-fiori.module.d.ts +32 -29
  452. package/fiori/upload-collection/index.d.ts +10 -13
  453. package/fiori/upload-collection-item/index.d.ts +51 -44
  454. package/fiori/view-settings-dialog/index.d.ts +2 -2
  455. package/fiori/wizard/index.d.ts +2 -2
  456. package/fiori/wizard-step/index.d.ts +16 -23
  457. package/generic-cva/index.d.ts +0 -1
  458. package/index.d.ts +26 -12
  459. package/main/avatar/index.d.ts +37 -31
  460. package/main/avatar-group/index.d.ts +12 -4
  461. package/{fiori → main}/bar/index.d.ts +3 -3
  462. package/main/breadcrumbs/index.d.ts +10 -8
  463. package/main/breadcrumbs-item/index.d.ts +12 -13
  464. package/main/busy-indicator/index.d.ts +6 -2
  465. package/main/button/index.d.ts +40 -42
  466. package/main/calendar/index.d.ts +14 -15
  467. package/main/calendar-date/index.d.ts +3 -3
  468. package/main/calendar-date-range/index.d.ts +23 -0
  469. package/main/calendar-legend/index.d.ts +29 -0
  470. package/main/calendar-legend-item/index.d.ts +21 -0
  471. package/main/card/index.d.ts +3 -2
  472. package/main/card-header/index.d.ts +6 -6
  473. package/main/carousel/index.d.ts +27 -22
  474. package/main/check-box/index.d.ts +23 -30
  475. package/main/color-palette/index.d.ts +1 -1
  476. package/main/color-palette-item/index.d.ts +10 -3
  477. package/main/color-palette-popover/index.d.ts +8 -4
  478. package/main/color-picker/index.d.ts +10 -4
  479. package/main/combo-box/index.d.ts +14 -8
  480. package/main/combo-box-item/index.d.ts +1 -1
  481. package/main/combo-box-item-group/index.d.ts +17 -0
  482. package/main/custom-list-item/index.d.ts +32 -24
  483. package/main/date-picker/index.d.ts +12 -17
  484. package/main/date-range-picker/index.d.ts +12 -17
  485. package/main/date-time-picker/index.d.ts +12 -17
  486. package/main/dialog/index.d.ts +35 -27
  487. package/main/file-uploader/index.d.ts +10 -16
  488. package/main/form/index.d.ts +48 -0
  489. package/main/form-group/index.d.ts +22 -0
  490. package/main/form-item/index.d.ts +22 -0
  491. package/main/icon/index.d.ts +17 -30
  492. package/main/input/index.d.ts +39 -37
  493. package/main/label/index.d.ts +10 -9
  494. package/main/link/index.d.ts +31 -42
  495. package/main/list/index.d.ts +50 -31
  496. package/main/list-item-group/index.d.ts +21 -0
  497. package/main/menu/index.d.ts +17 -15
  498. package/main/menu-item/index.d.ts +63 -15
  499. package/main/message-strip/index.d.ts +11 -3
  500. package/main/multi-combo-box/index.d.ts +17 -9
  501. package/main/multi-combo-box-group-item/index.d.ts +1 -1
  502. package/main/multi-combo-box-item/index.d.ts +1 -1
  503. package/main/multi-input/index.d.ts +43 -39
  504. package/main/option/index.d.ts +13 -15
  505. package/main/option-custom/index.d.ts +31 -0
  506. package/main/panel/index.d.ts +6 -6
  507. package/main/popover/index.d.ts +25 -20
  508. package/main/progress-indicator/index.d.ts +7 -12
  509. package/main/radio-button/index.d.ts +15 -27
  510. package/main/range-slider/index.d.ts +13 -9
  511. package/main/rating-indicator/index.d.ts +10 -12
  512. package/main/responsive-popover/index.d.ts +25 -20
  513. package/main/segmented-button/index.d.ts +2 -10
  514. package/main/segmented-button-item/index.d.ts +11 -68
  515. package/main/select/index.d.ts +14 -29
  516. package/main/slider/index.d.ts +13 -7
  517. package/main/special-calendar-date/index.d.ts +22 -0
  518. package/main/split-button/index.d.ts +3 -7
  519. package/main/standard-list-item/index.d.ts +44 -37
  520. package/main/step-input/index.d.ts +12 -14
  521. package/main/suggestion-group-item/index.d.ts +2 -2
  522. package/main/suggestion-item/index.d.ts +18 -18
  523. package/main/switch/index.d.ts +20 -28
  524. package/main/tab/index.d.ts +9 -12
  525. package/main/tab-container/index.d.ts +23 -25
  526. package/main/tab-separator/index.d.ts +1 -1
  527. package/main/tag/index.d.ts +52 -0
  528. package/main/text/index.d.ts +17 -0
  529. package/main/text-area/index.d.ts +31 -33
  530. package/main/time-picker/index.d.ts +28 -21
  531. package/main/title/index.d.ts +4 -3
  532. package/main/toast/index.d.ts +13 -5
  533. package/main/toggle-button/index.d.ts +40 -42
  534. package/main/token/index.d.ts +1 -13
  535. package/main/tokenizer/index.d.ts +43 -0
  536. package/main/toolbar/index.d.ts +1 -1
  537. package/main/toolbar-button/index.d.ts +35 -56
  538. package/main/toolbar-select/index.d.ts +5 -13
  539. package/main/toolbar-select-option/index.d.ts +1 -1
  540. package/main/toolbar-separator/index.d.ts +1 -7
  541. package/main/toolbar-spacer/index.d.ts +2 -9
  542. package/main/tree/index.d.ts +12 -11
  543. package/main/tree-item/index.d.ts +48 -42
  544. package/main/tree-item-custom/index.d.ts +46 -40
  545. package/main/ui5-main.module.d.ts +79 -75
  546. package/package.json +160 -75
  547. package/ui5-webcomponents-ngx-0.3.0-rc.4.tgz +0 -0
  548. package/ui5-webcomponents.module.d.ts +2 -1
  549. package/esm2022/fiori/bar/index.mjs +0 -33
  550. package/esm2022/fiori/notification-action/index.mjs +0 -35
  551. package/esm2022/fiori/notification-action/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -5
  552. package/esm2022/main/badge/index.mjs +0 -47
  553. package/esm2022/main/badge/ui5-webcomponents-ngx-main-badge.mjs +0 -5
  554. package/esm2022/main/combo-box-group-item/index.mjs +0 -33
  555. package/esm2022/main/group-header-list-item/index.mjs +0 -33
  556. package/esm2022/main/group-header-list-item/ui5-webcomponents-ngx-main-group-header-list-item.mjs +0 -5
  557. package/esm2022/main/select-menu/index.mjs +0 -26
  558. package/esm2022/main/select-menu/ui5-webcomponents-ngx-main-select-menu.mjs +0 -5
  559. package/esm2022/main/select-menu-option/index.mjs +0 -53
  560. package/esm2022/main/select-menu-option/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -5
  561. package/esm2022/main/table/index.mjs +0 -69
  562. package/esm2022/main/table/ui5-webcomponents-ngx-main-table.mjs +0 -5
  563. package/esm2022/main/table-cell/index.mjs +0 -26
  564. package/esm2022/main/table-column/index.mjs +0 -33
  565. package/esm2022/main/table-group-row/index.mjs +0 -26
  566. package/esm2022/main/table-row/index.mjs +0 -33
  567. package/fesm2022/ui5-webcomponents-ngx-fiori-bar.mjs.map +0 -1
  568. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -41
  569. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs.map +0 -1
  570. package/fesm2022/ui5-webcomponents-ngx-main-badge.mjs.map +0 -1
  571. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-group-item.mjs.map +0 -1
  572. package/fesm2022/ui5-webcomponents-ngx-main-group-header-list-item.mjs.map +0 -1
  573. package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -59
  574. package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs.map +0 -1
  575. package/fesm2022/ui5-webcomponents-ngx-main-select-menu.mjs.map +0 -1
  576. package/fesm2022/ui5-webcomponents-ngx-main-table-cell.mjs.map +0 -1
  577. package/fesm2022/ui5-webcomponents-ngx-main-table-column.mjs.map +0 -1
  578. package/fesm2022/ui5-webcomponents-ngx-main-table-group-row.mjs.map +0 -1
  579. package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +0 -1
  580. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +0 -1
  581. package/fiori/notification-action/index.d.ts +0 -40
  582. package/main/badge/index.d.ts +0 -47
  583. package/main/combo-box-group-item/index.d.ts +0 -17
  584. package/main/group-header-list-item/index.d.ts +0 -22
  585. package/main/select-menu/index.d.ts +0 -13
  586. package/main/select-menu-option/index.d.ts +0 -56
  587. package/main/table/index.d.ts +0 -125
  588. package/main/table-column/index.d.ts +0 -45
  589. package/ui5-webcomponents-ngx-0.3.0-rc.2.tgz +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-standard-list-item.mjs","sources":["../../../../libs/ui5-angular/main/standard-list-item/index.ts","../../../../libs/ui5-angular/main/standard-list-item/ui5-webcomponents-ngx-main-standard-list-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { AccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';\nimport '@ui5/webcomponents/dist/StandardListItem.js';\nimport StandardListItem from '@ui5/webcomponents/dist/StandardListItem.js';\n@ProxyInputs([\n 'selected',\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'description',\n 'icon',\n 'iconEnd',\n 'image',\n 'additionalText',\n 'additionalTextState',\n 'accessibleName',\n])\n@ProxyOutputs(['detail-click: ui5DetailClick'])\n@Component({\n standalone: true,\n selector: 'ui5-li',\n template: '<ng-content></ng-content>',\n inputs: [\n 'selected',\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'description',\n 'icon',\n 'iconEnd',\n 'image',\n 'additionalText',\n 'additionalTextState',\n 'accessibleName',\n ],\n outputs: ['ui5DetailClick'],\n})\nclass StandardListItemComponent {\n /**\n Defines the selected state of the <code>ListItem</code>.\n */\n selected!: boolean;\n\n /**\n Defines the visual indication and behavior of the list items.\nAvailable options are <code>Active</code> (by default), <code>Inactive</code>, <code>Detail</code> and <code>Navigation</code>.\n<br><br>\n<b>Note:</b> When set to <code>Active</code> or <code>Navigation</code>, the item will provide visual response upon press and hover,\nwhile with type <code>Inactive</code> and <code>Detail</code> - will not.\n */\n type!: 'Inactive' | 'Active' | 'Detail' | 'Navigation';\n\n /**\n An object of strings that defines several additional accessibility attribute values\nfor customization depending on the use case.\n\n It supports the following fields:\n\n<ul>\n\t\t<li><code>ariaSetsize</code>: Defines the number of items in the current set of listitems or treeitems when not all items in the set are present in the DOM.\n\t\tThe value of each <code>aria-setsize</code> is an integer reflecting number of items in the complete set.\n\t\t<b>Note: </b> If the size of the entire set is unknown, set <code>aria-setsize=\"-1\"</code>.\n\t\t</li>\n\t\t<li><code>ariaPosinset</code>: Defines an element's number or position in the current set of listitems or treeitems when not all items are present in the DOM.\n\t\tThe value of each <code>aria-posinset</code> is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.\n\t\t</li>\n</ul>\n */\n accessibilityAttributes!: AccessibilityAttributes;\n\n /**\n The navigated state of the list item.\nIf set to <code>true</code>, a navigation indicator is displayed at the end of the list item.\n */\n navigated!: boolean;\n\n /**\n Defines the description displayed right under the item text, if such is present.\n */\n description!: string;\n\n /**\n Defines the <code>icon</code> source URI.\n<br><br>\n<b>Note:</b>\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n<ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.\n */\n icon!: string;\n\n /**\n Defines whether the <code>icon</code> should be displayed in the beginning of the list item or in the end.\n<br><br>\n<b>Note:</b> If <code>image</code> is set, the <code>icon</code> would be displayed after the <code>image</code>.\n */\n iconEnd!: boolean;\n\n /**\n Defines the <code>image</code> source URI.\n<br><br>\n<b>Note:</b> The <code>image</code> would be displayed in the beginning of the list item.\n */\n image!: string;\n\n /**\n Defines the <code>additionalText</code>, displayed in the end of the list item.\n */\n additionalText!: string;\n\n /**\n Defines the state of the <code>additionalText</code>.\n<br>\nAvailable options are: <code>\"None\"</code> (by default), <code>\"Success\"</code>, <code>\"Warning\"</code>, <code>\"Information\"</code> and <code>\"Error\"</code>.\n */\n additionalTextState!:\n | 'None'\n | 'Success'\n | 'Warning'\n | 'Error'\n | 'Information';\n\n /**\n Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.\n */\n accessibleName!: string;\n\n /**\n Fired when the user clicks on the detail button when type is <code>Detail</code>.\n */\n ui5DetailClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<StandardListItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): StandardListItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { StandardListItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA6CM,IAAA,yBAAyB,GAjC/B,MAiCM,yBAAyB,CAAA;AAmG7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC9D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAzGG,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAzB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,2aAhBnB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAgBjC,yBAAyB,GAAA,UAAA,CAAA;AAjC9B,IAAA,WAAW,CAAC;QACX,UAAU;QACV,MAAM;QACN,yBAAyB;QACzB,WAAW;QACX,aAAa;QACb,MAAM;QACN,SAAS;QACT,OAAO;QACP,gBAAgB;QAChB,qBAAqB;QACrB,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,8BAA8B,CAAC,CAAC;;AAoBzC,CAAA,EAAA,yBAAyB,CA0G9B,CAAA;2FA1GK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAnB9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,QAAQ;AAClB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,MAAM;wBACN,yBAAyB;wBACzB,WAAW;wBACX,aAAa;wBACb,MAAM;wBACN,SAAS;wBACT,OAAO;wBACP,gBAAgB;wBAChB,qBAAqB;wBACrB,gBAAgB;AACjB,qBAAA;oBACD,OAAO,EAAE,CAAC,gBAAgB,CAAC;AAC5B,iBAAA,CAAA;;;AC5CD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-standard-list-item.mjs","sources":["../../../../libs/ui5-angular/main/standard-list-item/index.ts","../../../../libs/ui5-angular/main/standard-list-item/ui5-webcomponents-ngx-main-standard-list-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';\nimport '@ui5/webcomponents/dist/StandardListItem.js';\nimport StandardListItem from '@ui5/webcomponents/dist/StandardListItem.js';\n@ProxyInputs([\n 'selected',\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'description',\n 'icon',\n 'iconEnd',\n 'image',\n 'additionalText',\n 'additionalTextState',\n 'movable',\n 'accessibleName',\n])\n@ProxyOutputs(['detail-click: ui5DetailClick'])\n@Component({\n standalone: true,\n selector: 'ui5-li',\n template: '<ng-content></ng-content>',\n inputs: [\n 'selected',\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'description',\n 'icon',\n 'iconEnd',\n 'image',\n 'additionalText',\n 'additionalTextState',\n 'movable',\n 'accessibleName',\n ],\n outputs: ['ui5DetailClick'],\n exportAs: 'ui5Li',\n})\nclass StandardListItemComponent {\n /**\n Defines the selected state of the component.\n */\n selected!: boolean;\n\n /**\n Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.\n */\n type!: 'Inactive' | 'Active' | 'Detail' | 'Navigation';\n\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.\n */\n accessibilityAttributes!: ListItemAccessibilityAttributes;\n\n /**\n The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.\n */\n navigated!: boolean;\n\n /**\n Defines the text of the tooltip that would be displayed for the list item.\n */\n tooltip!: string;\n\n /**\n Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n highlight!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n\n /**\n Defines the description displayed right under the item text, if such is present.\n */\n description!: string;\n\n /**\n Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n\n /**\n Defines whether the `icon` should be displayed in the beginning of the list item or in the end.\n\n**Note:** If `image` is set, the `icon` would be displayed after the `image`.\n */\n iconEnd!: boolean;\n\n /**\n Defines the `image` source URI.\n\n**Note:** The `image` would be displayed in the beginning of the list item.\n */\n image!: string;\n\n /**\n Defines the `additionalText`, displayed in the end of the list item.\n */\n additionalText!: string;\n\n /**\n Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n additionalTextState!:\n | 'None'\n | 'Positive'\n | 'Critical'\n | 'Negative'\n | 'Information';\n\n /**\n Defines whether the item is movable.\n */\n movable!: boolean;\n\n /**\n Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.\n */\n accessibleName!: string;\n\n /**\n Fired when the user clicks on the detail button when type is `Detail`.\n */\n ui5DetailClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<StandardListItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): StandardListItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { StandardListItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAoDM,IAAA,yBAAyB,GAxC/B,MAwCM,yBAAyB,CAAA;AA6G7B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAiC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC9D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAnHG,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAzB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,ggBApBnB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAoBjC,yBAAyB,GAAA,UAAA,CAAA;AAxC9B,IAAA,WAAW,CAAC;QACX,UAAU;QACV,MAAM;QACN,yBAAyB;QACzB,WAAW;QACX,SAAS;QACT,WAAW;QACX,aAAa;QACb,MAAM;QACN,SAAS;QACT,OAAO;QACP,gBAAgB;QAChB,qBAAqB;QACrB,SAAS;QACT,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,8BAA8B,CAAC,CAAC;;AAwBzC,CAAA,EAAA,yBAAyB,CAoH9B,CAAA;2FApHK,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAvB9B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,QAAQ;AAClB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,MAAM;wBACN,yBAAyB;wBACzB,WAAW;wBACX,SAAS;wBACT,WAAW;wBACX,aAAa;wBACb,MAAM;wBACN,SAAS;wBACT,OAAO;wBACP,gBAAgB;wBAChB,qBAAqB;wBACrB,SAAS;wBACT,gBAAgB;AACjB,qBAAA;oBACD,OAAO,EAAE,CAAC,gBAAgB,CAAC;AAC3B,oBAAA,QAAQ,EAAE,OAAO;AAClB,iBAAA,CAAA;;;ACnDD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let StepInputComponent = class StepInputComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: StepInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: StepInputComponent, isStandalone: true, selector: "ui5-step-input", inputs: { value: "value", min: "min", max: "max", step: "step", valueState: "valueState", required: "required", disabled: "disabled", readonly: "readonly", placeholder: "placeholder", name: "name", valuePrecision: "valuePrecision", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5Change: "ui5Change" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: StepInputComponent, isStandalone: true, selector: "ui5-step-input", inputs: { value: "value", min: "min", max: "max", step: "step", valueState: "valueState", required: "required", disabled: "disabled", readonly: "readonly", placeholder: "placeholder", name: "name", valuePrecision: "valuePrecision", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5Change: "ui5Change", ui5ValueStateChange: "ui5ValueStateChange" }, exportAs: ["ui5StepInput"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  StepInputComponent = __decorate([
21
21
  ProxyInputs([
@@ -33,7 +33,7 @@ StepInputComponent = __decorate([
33
33
  'accessibleName',
34
34
  'accessibleNameRef',
35
35
  ]),
36
- ProxyOutputs(['change: ui5Change']),
36
+ ProxyOutputs(['change: ui5Change', 'value-state-change: ui5ValueStateChange']),
37
37
  __metadata("design:paramtypes", [])
38
38
  ], StepInputComponent);
39
39
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: StepInputComponent, decorators: [{
@@ -57,7 +57,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
57
57
  'accessibleName',
58
58
  'accessibleNameRef',
59
59
  ],
60
- outputs: ['ui5Change'],
60
+ outputs: ['ui5Change', 'ui5ValueStateChange'],
61
+ exportAs: 'ui5StepInput',
61
62
  }]
62
63
  }], ctorParameters: () => [] });
63
64
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-step-input.mjs","sources":["../../../../libs/ui5-angular/main/step-input/index.ts","../../../../libs/ui5-angular/main/step-input/ui5-webcomponents-ngx-main-step-input.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/StepInput.js';\nimport StepInput from '@ui5/webcomponents/dist/StepInput.js';\n@ProxyInputs([\n 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-step-input',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5Change'],\n})\nclass StepInputComponent {\n /**\n Defines a value of the component.\n */\n value!: number;\n\n /**\n Defines a minimum value of the component.\n */\n min!: number | undefined;\n\n /**\n Defines a maximum value of the component.\n */\n max!: number | undefined;\n\n /**\n Defines a step of increasing/decreasing the value of the component.\n */\n step!: number;\n\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Success' | 'Warning' | 'Error' | 'Information';\n\n /**\n Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Determines whether the component is displayed as disabled.\n */\n disabled!: boolean;\n\n /**\n Determines whether the component is displayed as read-only.\n */\n readonly!: boolean;\n\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n<br><br>\n<b>Note:</b> When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n\n /**\n Determines the name with which the component will be submitted in an HTML form.\n\n<br><br>\n<b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:\n<code>import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";</code>\n\n<br><br>\n<b>Note:</b> When set, a native <code>input</code> HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.\n */\n name!: string;\n\n /**\n Determines the number of digits after the decimal point of the component.\n */\n valuePrecision!: number;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<StepInput> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): StepInput {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { StepInputComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAgDM,IAAA,kBAAkB,GArCxB,MAqCM,kBAAkB,CAAA;AAyFtB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA0B,MAAM,CAAC,UAAU,CAAC,CAAC;AACvD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA/FG,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,maAlBZ,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAkBjC,kBAAkB,GAAA,UAAA,CAAA;AArCvB,IAAA,WAAW,CAAC;QACX,OAAO;QACP,KAAK;QACL,KAAK;QACL,MAAM;QACN,YAAY;QACZ,UAAU;QACV,UAAU;QACV,UAAU;QACV,aAAa;QACb,MAAM;QACN,gBAAgB;QAChB,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAsB9B,CAAA,EAAA,kBAAkB,CAgGvB,CAAA;2FAhGK,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBArBvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,gBAAgB;AAC1B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,KAAK;wBACL,KAAK;wBACL,MAAM;wBACN,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,aAAa;wBACb,MAAM;wBACN,gBAAgB;wBAChB,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,CAAC;AACvB,iBAAA,CAAA;;;AC/CD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-step-input.mjs","sources":["../../../../libs/ui5-angular/main/step-input/index.ts","../../../../libs/ui5-angular/main/step-input/ui5-webcomponents-ngx-main-step-input.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/StepInput.js';\nimport {\n default as StepInput,\n StepInputValueStateChangeEventDetail,\n} from '@ui5/webcomponents/dist/StepInput.js';\n@ProxyInputs([\n 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs(['change: ui5Change', 'value-state-change: ui5ValueStateChange'])\n@Component({\n standalone: true,\n selector: 'ui5-step-input',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5Change', 'ui5ValueStateChange'],\n exportAs: 'ui5StepInput',\n})\nclass StepInputComponent {\n /**\n Defines a value of the component.\n */\n value!: number;\n\n /**\n Defines a minimum value of the component.\n */\n min!: number | undefined;\n\n /**\n Defines a maximum value of the component.\n */\n max!: number | undefined;\n\n /**\n Defines a step of increasing/decreasing the value of the component.\n */\n step!: number;\n\n /**\n Defines the value state of the component.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n\n /**\n Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Determines whether the component is displayed as disabled.\n */\n disabled!: boolean;\n\n /**\n Determines whether the component is displayed as read-only.\n */\n readonly!: boolean;\n\n /**\n Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n placeholder!: string | undefined;\n\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string;\n\n /**\n Determines the number of digits after the decimal point of the component.\n */\n valuePrecision!: number;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string;\n\n /**\n Fired when the input operation has finished by pressing Enter or on focusout.\n */\n ui5Change!: EventEmitter<void>;\n /**\n Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n */\n ui5ValueStateChange!: EventEmitter<StepInputValueStateChangeEventDetail>;\n\n private elementRef: ElementRef<StepInput> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): StepInput {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { StepInputComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAoDM,IAAA,kBAAkB,GAtCxB,MAsCM,kBAAkB,CAAA;AAuFtB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA0B,MAAM,CAAC,UAAU,CAAC,CAAC;AACvD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA7FG,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,2eAnBZ,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAmBjC,kBAAkB,GAAA,UAAA,CAAA;AAtCvB,IAAA,WAAW,CAAC;QACX,OAAO;QACP,KAAK;QACL,KAAK;QACL,MAAM;QACN,YAAY;QACZ,UAAU;QACV,UAAU;QACV,UAAU;QACV,aAAa;QACb,MAAM;QACN,gBAAgB;QAChB,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,EAAE,yCAAyC,CAAC,CAAC;;AAuBzE,CAAA,EAAA,kBAAkB,CA8FvB,CAAA;2FA9FK,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAtBvB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,gBAAgB;AAC1B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,KAAK;wBACL,KAAK;wBACL,MAAM;wBACN,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,aAAa;wBACb,MAAM;wBACN,gBAAgB;wBAChB,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,WAAW,EAAE,qBAAqB,CAAC;AAC7C,oBAAA,QAAQ,EAAE,cAAc;AACzB,iBAAA,CAAA;;;ACnDD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let SuggestionGroupItemComponent = class SuggestionGroupItemComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SuggestionGroupItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SuggestionGroupItemComponent, isStandalone: true, selector: "ui5-suggestion-group-item", inputs: { text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SuggestionGroupItemComponent, isStandalone: true, selector: "ui5-suggestion-group-item", inputs: { text: "text" }, exportAs: ["ui5SuggestionGroupItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  SuggestionGroupItemComponent = __decorate([
21
21
  ProxyInputs(['text']),
@@ -28,6 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
28
28
  selector: 'ui5-suggestion-group-item',
29
29
  template: '<ng-content></ng-content>',
30
30
  inputs: ['text'],
31
+ exportAs: 'ui5SuggestionGroupItem',
31
32
  }]
32
33
  }], ctorParameters: () => [] });
33
34
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-suggestion-group-item.mjs","sources":["../../../../libs/ui5-angular/main/suggestion-group-item/index.ts","../../../../libs/ui5-angular/main/suggestion-group-item/ui5-webcomponents-ngx-main-suggestion-group-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SuggestionGroupItem.js';\nimport SuggestionGroupItem from '@ui5/webcomponents/dist/SuggestionGroupItem.js';\n@ProxyInputs(['text'])\n@Component({\n standalone: true,\n selector: 'ui5-suggestion-group-item',\n template: '<ng-content></ng-content>',\n inputs: ['text'],\n})\nclass SuggestionGroupItemComponent {\n /**\n Defines the text of the <code>ui5-suggestion-group-item</code>.\n */\n text!: string;\n\n private elementRef: ElementRef<SuggestionGroupItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SuggestionGroupItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SuggestionGroupItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAiBM,IAAA,4BAA4B,GAPlC,MAOM,4BAA4B,CAAA;AAUhC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoC,MAAM,CAAC,UAAU,CAAC,CAAC;AACjE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAhBG,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,+GAHtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAGjC,4BAA4B,GAAA,UAAA,CAAA;AAPjC,IAAA,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;;AAOhB,CAAA,EAAA,4BAA4B,CAiBjC,CAAA;2FAjBK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBANjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,CAAC;AACjB,iBAAA,CAAA;;;AChBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-suggestion-group-item.mjs","sources":["../../../../libs/ui5-angular/main/suggestion-group-item/index.ts","../../../../libs/ui5-angular/main/suggestion-group-item/ui5-webcomponents-ngx-main-suggestion-group-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SuggestionGroupItem.js';\nimport SuggestionGroupItem from '@ui5/webcomponents/dist/SuggestionGroupItem.js';\n@ProxyInputs(['text'])\n@Component({\n standalone: true,\n selector: 'ui5-suggestion-group-item',\n template: '<ng-content></ng-content>',\n inputs: ['text'],\n exportAs: 'ui5SuggestionGroupItem',\n})\nclass SuggestionGroupItemComponent {\n /**\n Defines the text of the `ui5-suggestion-group-item`.\n */\n text!: string;\n\n private elementRef: ElementRef<SuggestionGroupItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SuggestionGroupItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SuggestionGroupItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,4BAA4B,GARlC,MAQM,4BAA4B,CAAA;AAUhC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoC,MAAM,CAAC,UAAU,CAAC,CAAC;AACjE,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAhBG,4BAA4B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,qJAJtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,4BAA4B,GAAA,UAAA,CAAA;AARjC,IAAA,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;;AAQhB,CAAA,EAAA,4BAA4B,CAiBjC,CAAA;2FAjBK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAPjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,CAAC;AAChB,oBAAA,QAAQ,EAAE,wBAAwB;AACnC,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let SuggestionItemComponent = class SuggestionItemComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SuggestionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SuggestionItemComponent, isStandalone: true, selector: "ui5-suggestion-item", inputs: { text: "text", type: "type", description: "description", icon: "icon", iconEnd: "iconEnd", image: "image", additionalText: "additionalText", additionalTextState: "additionalTextState" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SuggestionItemComponent, isStandalone: true, selector: "ui5-suggestion-item", inputs: { text: "text", type: "type", description: "description", icon: "icon", iconEnd: "iconEnd", image: "image", additionalText: "additionalText", additionalTextState: "additionalTextState" }, exportAs: ["ui5SuggestionItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  SuggestionItemComponent = __decorate([
21
21
  ProxyInputs([
@@ -46,6 +46,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
46
46
  'additionalText',
47
47
  'additionalTextState',
48
48
  ],
49
+ exportAs: 'ui5SuggestionItem',
49
50
  }]
50
51
  }], ctorParameters: () => [] });
51
52
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-suggestion-item.mjs","sources":["../../../../libs/ui5-angular/main/suggestion-item/index.ts","../../../../libs/ui5-angular/main/suggestion-item/ui5-webcomponents-ngx-main-suggestion-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SuggestionItem.js';\nimport SuggestionItem from '@ui5/webcomponents/dist/SuggestionItem.js';\n@ProxyInputs([\n 'text',\n 'type',\n 'description',\n 'icon',\n 'iconEnd',\n 'image',\n 'additionalText',\n 'additionalTextState',\n])\n@Component({\n standalone: true,\n selector: 'ui5-suggestion-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'text',\n 'type',\n 'description',\n 'icon',\n 'iconEnd',\n 'image',\n 'additionalText',\n 'additionalTextState',\n ],\n})\nclass SuggestionItemComponent {\n /**\n Defines the text of the component.\n */\n text!: string;\n\n /**\n Defines the visual indication and behavior of the item.\nAvailable options are <code>Active</code> (by default), <code>Inactive</code> and <code>Detail</code>.\n<br><br>\n<b>Note:</b> When set to <code>Active</code>, the item will provide visual response upon press and hover,\nwhile when <code>Inactive</code> or <code>Detail</code> - will not.\n */\n type!: 'Inactive' | 'Active' | 'Detail' | 'Navigation';\n\n /**\n Defines the description displayed right under the item text, if such is present.\n */\n description!: string;\n\n /**\n Defines the <code>icon</code> source URI.\n<br><br>\n<b>Note:</b>\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n<ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.\n */\n icon!: string;\n\n /**\n Defines whether the <code>icon</code> should be displayed in the beginning of the item or in the end.\n<br><br>\n<b>Note:</b> If <code>image</code> is set, the <code>icon</code> would be displayed after the <code>image</code>.\n */\n iconEnd!: boolean;\n\n /**\n Defines the <code>image</code> source URI.\n<br><br>\n<b>Note:</b> The <code>image</code> would be displayed in the beginning of the item.\n */\n image!: string;\n\n /**\n Defines the <code>additionalText</code>, displayed in the end of the item.\n */\n additionalText!: string;\n\n /**\n Defines the state of the <code>additionalText</code>.\n */\n additionalTextState!:\n | 'None'\n | 'Success'\n | 'Warning'\n | 'Error'\n | 'Information';\n\n private elementRef: ElementRef<SuggestionItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SuggestionItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SuggestionItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAmCM,IAAA,uBAAuB,GAzB7B,MAyBM,uBAAuB,CAAA;AA8D3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC5D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApEG,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,mRAZjB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAYjC,uBAAuB,GAAA,UAAA,CAAA;AAzB5B,IAAA,WAAW,CAAC;QACX,MAAM;QACN,MAAM;QACN,aAAa;QACb,MAAM;QACN,SAAS;QACT,OAAO;QACP,gBAAgB;QAChB,qBAAqB;KACtB,CAAC;;AAgBI,CAAA,EAAA,uBAAuB,CAqE5B,CAAA;2FArEK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAf5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,MAAM;wBACN,MAAM;wBACN,aAAa;wBACb,MAAM;wBACN,SAAS;wBACT,OAAO;wBACP,gBAAgB;wBAChB,qBAAqB;AACtB,qBAAA;AACF,iBAAA,CAAA;;;AClCD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-suggestion-item.mjs","sources":["../../../../libs/ui5-angular/main/suggestion-item/index.ts","../../../../libs/ui5-angular/main/suggestion-item/ui5-webcomponents-ngx-main-suggestion-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/SuggestionItem.js';\nimport SuggestionItem from '@ui5/webcomponents/dist/SuggestionItem.js';\n@ProxyInputs([\n 'text',\n 'type',\n 'description',\n 'icon',\n 'iconEnd',\n 'image',\n 'additionalText',\n 'additionalTextState',\n])\n@Component({\n standalone: true,\n selector: 'ui5-suggestion-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'text',\n 'type',\n 'description',\n 'icon',\n 'iconEnd',\n 'image',\n 'additionalText',\n 'additionalTextState',\n ],\n exportAs: 'ui5SuggestionItem',\n})\nclass SuggestionItemComponent {\n /**\n Defines the text of the component.\n */\n text!: string;\n\n /**\n Defines the visual indication and behavior of the item.\nAvailable options are `Active` (by default), `Inactive` and `Detail`.\n\n**Note:** When set to `Active`, the item will provide visual response upon press and hover,\nwhile when `Inactive` or `Detail` - will not.\n */\n type!: 'Inactive' | 'Active' | 'Detail' | 'Navigation';\n\n /**\n Defines the description displayed right under the item text, if such is present.\n */\n description!: string;\n\n /**\n Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n\n /**\n Defines whether the `icon` should be displayed in the beginning of the item or in the end.\n\n**Note:** If `image` is set, the `icon` would be displayed after the `image`.\n */\n iconEnd!: boolean;\n\n /**\n Defines the `image` source URI.\n\n**Note:** The `image` would be displayed in the beginning of the item.\n */\n image!: string;\n\n /**\n Defines the `additionalText`, displayed in the end of the item.\n */\n additionalText!: string;\n\n /**\n Defines the state of the `additionalText`.\n */\n additionalTextState!:\n | 'None'\n | 'Positive'\n | 'Critical'\n | 'Negative'\n | 'Information';\n\n private elementRef: ElementRef<SuggestionItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SuggestionItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SuggestionItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAoCM,IAAA,uBAAuB,GA1B7B,MA0BM,uBAAuB,CAAA;AA8D3B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA+B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC5D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApEG,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,oTAbjB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAajC,uBAAuB,GAAA,UAAA,CAAA;AA1B5B,IAAA,WAAW,CAAC;QACX,MAAM;QACN,MAAM;QACN,aAAa;QACb,MAAM;QACN,SAAS;QACT,OAAO;QACP,gBAAgB;QAChB,qBAAqB;KACtB,CAAC;;AAiBI,CAAA,EAAA,uBAAuB,CAqE5B,CAAA;2FArEK,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAhB5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,MAAM;wBACN,MAAM;wBACN,aAAa;wBACb,MAAM;wBACN,SAAS;wBACT,OAAO;wBACP,gBAAgB;wBAChB,qBAAqB;AACtB,qBAAA;AACD,oBAAA,QAAQ,EAAE,mBAAmB;AAC9B,iBAAA,CAAA;;;ACnCD;;AAEG;;;;"}
@@ -26,7 +26,7 @@ let SwitchComponent = class SwitchComponent {
26
26
  this._cva.host = this;
27
27
  }
28
28
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SwitchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SwitchComponent, isStandalone: true, selector: "ui5-switch", inputs: { design: "design", checked: "checked", disabled: "disabled", textOn: "textOn", textOff: "textOff", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", tooltip: "tooltip", required: "required", name: "name" }, outputs: { ui5Change: "ui5Change" }, host: { listeners: { "change": "_cva?.onChange(cvaValue)" } }, hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
29
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SwitchComponent, isStandalone: true, selector: "ui5-switch", inputs: { design: "design", checked: "checked", disabled: "disabled", textOn: "textOn", textOff: "textOff", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", tooltip: "tooltip", required: "required", name: "name" }, outputs: { ui5Change: "ui5Change" }, host: { listeners: { "change": "_cva?.onChange?.(cvaValue);" } }, exportAs: ["ui5Switch"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
30
30
  };
31
31
  SwitchComponent = __decorate([
32
32
  ProxyInputs([
@@ -63,8 +63,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
63
63
  'name',
64
64
  ],
65
65
  outputs: ['ui5Change'],
66
+ exportAs: 'ui5Switch',
66
67
  hostDirectives: [GenericControlValueAccessor],
67
- host: { '(change)': '_cva?.onChange(cvaValue)' },
68
+ host: { '(change)': '_cva?.onChange?.(cvaValue);' },
68
69
  }]
69
70
  }], ctorParameters: () => [] });
70
71
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-switch.mjs","sources":["../../../../libs/ui5-angular/main/switch/index.ts","../../../../libs/ui5-angular/main/switch/ui5-webcomponents-ngx-main-switch.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Switch.js';\nimport Switch from '@ui5/webcomponents/dist/Switch.js';\n@ProxyInputs([\n 'design',\n 'checked',\n 'disabled',\n 'textOn',\n 'textOff',\n 'accessibleName',\n 'accessibleNameRef',\n 'tooltip',\n 'required',\n 'name',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-switch',\n template: '<ng-content></ng-content>',\n inputs: [\n 'design',\n 'checked',\n 'disabled',\n 'textOn',\n 'textOff',\n 'accessibleName',\n 'accessibleNameRef',\n 'tooltip',\n 'required',\n 'name',\n ],\n outputs: ['ui5Change'],\n hostDirectives: [GenericControlValueAccessor],\n host: { '(change)': '_cva?.onChange(cvaValue)' },\n})\nclass SwitchComponent {\n /**\n Defines the component design.\n<br><br>\n<b>Note:</b> If <code>Graphical</code> type is set,\npositive and negative icons will replace the <code>textOn</code> and <code>textOff</code>.\n */\n design!: 'Textual' | 'Graphical';\n\n /**\n Defines if the component is checked.\n<br><br>\n<b>Note:</b> The property can be changed with user interaction,\neither by cliking the component, or by pressing the <code>Enter</code> or <code>Space</code> key.\n */\n checked!: boolean;\n\n /**\n Defines whether the component is disabled.\n<br><br>\n<b>Note:</b> A disabled component is noninteractive.\n */\n disabled!: boolean;\n\n /**\n Defines the text, displayed when the component is checked.\n\n<br><br>\n<b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).\n */\n textOn!: string;\n\n /**\n Defines the text, displayed when the component is not checked.\n<br><br>\n<b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).\n */\n textOff!: string;\n\n /**\n Sets the accessible ARIA name of the component.\n\n<b>Note</b>: We recommend that you set an accessibleNameRef pointing to an external label or at least an <code>accessibleName</code>.\nProviding an <code>accessibleNameRef</code> or an <code>accessibleName</code> is mandatory in the cases when <code>textOn</code> and <code>textOff</code> properties aren't set.\n */\n accessibleName!: string;\n\n /**\n Receives id(or many ids) of the elements that label the component.\n\n<b>Note</b>: We recommend that you set an accessibleNameRef pointing to an external label or at least an <code>accessibleName</code>.\nProviding an <code>accessibleNameRef</code> or an <code>accessibleName</code> is mandatory in the cases when <code>textOn</code> and <code>textOff</code> properties aren't set.\n */\n accessibleNameRef!: string;\n\n /**\n Defines the tooltip of the component.\n<br>\n<b>Note:</b> If applicable an external label reference should always be the preferred option to provide context to the <code>ui5-switch</code> component over a tooltip.\n */\n tooltip!: string;\n\n /**\n Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Determines the name with which the component will be submitted in an HTML form.\n\n<br><br>\n<b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:\n<code>import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";</code>\n\n<br><br>\n<b>Note:</b> When set, a native <code>input</code> HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.\n */\n name!: string;\n\n /**\n Fired when the component checked state changes.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<Switch> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): Switch {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.checked = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.checked;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { SwitchComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AA6CM,IAAA,eAAe,GAjCrB,MAiCM,eAAe,CAAA;AA2FnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;IAED,IAAI,QAAQ,CAAC,GAAG,EAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,GAAG,CAAC;AAC3B,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;KAC1B;AACD,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;KAC7B;AAED,IAAA,WAAA,GAAA;AAjBQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAC9B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAenD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;AAClB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;KACvB;8GA1GG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,2dAjBT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAiBjC,eAAe,GAAA,UAAA,CAAA;AAjCpB,IAAA,WAAW,CAAC;QACX,QAAQ;QACR,SAAS;QACT,UAAU;QACV,QAAQ;QACR,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,SAAS;QACT,UAAU;QACV,MAAM;KACP,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAqB9B,CAAA,EAAA,eAAe,CA2GpB,CAAA;2FA3GK,eAAe,EAAA,UAAA,EAAA,CAAA;kBApBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,QAAQ;wBACR,SAAS;wBACT,UAAU;wBACV,QAAQ;wBACR,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,SAAS;wBACT,UAAU;wBACV,MAAM;AACP,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,CAAC;oBACtB,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE,EAAE,UAAU,EAAE,0BAA0B,EAAE;AACjD,iBAAA,CAAA;;;AC5CD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-switch.mjs","sources":["../../../../libs/ui5-angular/main/switch/index.ts","../../../../libs/ui5-angular/main/switch/ui5-webcomponents-ngx-main-switch.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Switch.js';\nimport Switch from '@ui5/webcomponents/dist/Switch.js';\n@ProxyInputs([\n 'design',\n 'checked',\n 'disabled',\n 'textOn',\n 'textOff',\n 'accessibleName',\n 'accessibleNameRef',\n 'tooltip',\n 'required',\n 'name',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-switch',\n template: '<ng-content></ng-content>',\n inputs: [\n 'design',\n 'checked',\n 'disabled',\n 'textOn',\n 'textOff',\n 'accessibleName',\n 'accessibleNameRef',\n 'tooltip',\n 'required',\n 'name',\n ],\n outputs: ['ui5Change'],\n exportAs: 'ui5Switch',\n hostDirectives: [GenericControlValueAccessor],\n host: { '(change)': '_cva?.onChange?.(cvaValue);' },\n})\nclass SwitchComponent {\n /**\n Defines the component design.\n\n**Note:** If `Graphical` type is set,\npositive and negative icons will replace the `textOn` and `textOff`.\n */\n design!: 'Textual' | 'Graphical';\n\n /**\n Defines if the component is checked.\n\n**Note:** The property can be changed with user interaction,\neither by cliking the component, or by pressing the `Enter` or `Space` key.\n */\n checked!: boolean;\n\n /**\n Defines whether the component is disabled.\n\n**Note:** A disabled component is noninteractive.\n */\n disabled!: boolean;\n\n /**\n Defines the text, displayed when the component is checked.\n\n**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).\n */\n textOn!: string;\n\n /**\n Defines the text, displayed when the component is not checked.\n\n**Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).\n */\n textOff!: string;\n\n /**\n Sets the accessible ARIA name of the component.\n\n**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.\nProviding an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.\n */\n accessibleName!: string;\n\n /**\n Receives id(or many ids) of the elements that label the component.\n\n**Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.\nProviding an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.\n */\n accessibleNameRef!: string;\n\n /**\n Defines the tooltip of the component.\n\n**Note:** If applicable an external label reference should always be the preferred option to provide context to the `ui5-switch` component over a tooltip.\n */\n tooltip!: string;\n\n /**\n Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string;\n\n /**\n Fired when the component checked state changes.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<Switch> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): Switch {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.checked = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.checked;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { SwitchComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AA8CM,IAAA,eAAe,GAlCrB,MAkCM,eAAe,CAAA;AAmFnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;IAED,IAAI,QAAQ,CAAC,GAAG,EAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,OAAO,GAAG,GAAG,CAAC;AAC3B,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;KAC1B;AACD,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC;KAC7B;AAED,IAAA,WAAA,GAAA;AAjBQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAC9B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAenD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;AAClB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;KACvB;8GAlGG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,ufAlBT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAkBjC,eAAe,GAAA,UAAA,CAAA;AAlCpB,IAAA,WAAW,CAAC;QACX,QAAQ;QACR,SAAS;QACT,UAAU;QACV,QAAQ;QACR,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,SAAS;QACT,UAAU;QACV,MAAM;KACP,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAsB9B,CAAA,EAAA,eAAe,CAmGpB,CAAA;2FAnGK,eAAe,EAAA,UAAA,EAAA,CAAA;kBArBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,QAAQ;wBACR,SAAS;wBACT,UAAU;wBACV,QAAQ;wBACR,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,SAAS;wBACT,UAAU;wBACV,MAAM;AACP,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,WAAW;oBACrB,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE,EAAE,UAAU,EAAE,6BAA6B,EAAE;AACpD,iBAAA,CAAA;;;AC7CD;;AAEG;;;;"}
@@ -15,19 +15,21 @@ let TabContainerComponent = class TabContainerComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TabContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TabContainerComponent, isStandalone: true, selector: "ui5-tabcontainer", inputs: { fixed: "fixed", collapsed: "collapsed", showOverflow: "showOverflow", tabLayout: "tabLayout", tabsOverflowMode: "tabsOverflowMode", headerBackgroundDesign: "headerBackgroundDesign", contentBackgroundDesign: "contentBackgroundDesign" }, outputs: { ui5TabSelect: "ui5TabSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TabContainerComponent, isStandalone: true, selector: "ui5-tabcontainer", inputs: { collapsed: "collapsed", tabLayout: "tabLayout", overflowMode: "overflowMode", headerBackgroundDesign: "headerBackgroundDesign", contentBackgroundDesign: "contentBackgroundDesign" }, outputs: { ui5TabSelect: "ui5TabSelect", ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5Tabcontainer"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  TabContainerComponent = __decorate([
21
21
  ProxyInputs([
22
- 'fixed',
23
22
  'collapsed',
24
- 'showOverflow',
25
23
  'tabLayout',
26
- 'tabsOverflowMode',
24
+ 'overflowMode',
27
25
  'headerBackgroundDesign',
28
26
  'contentBackgroundDesign',
29
27
  ]),
30
- ProxyOutputs(['tab-select: ui5TabSelect']),
28
+ ProxyOutputs([
29
+ 'tab-select: ui5TabSelect',
30
+ 'move-over: ui5MoveOver',
31
+ 'move: ui5Move',
32
+ ]),
31
33
  __metadata("design:paramtypes", [])
32
34
  ], TabContainerComponent);
33
35
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TabContainerComponent, decorators: [{
@@ -37,15 +39,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
37
39
  selector: 'ui5-tabcontainer',
38
40
  template: '<ng-content></ng-content>',
39
41
  inputs: [
40
- 'fixed',
41
42
  'collapsed',
42
- 'showOverflow',
43
43
  'tabLayout',
44
- 'tabsOverflowMode',
44
+ 'overflowMode',
45
45
  'headerBackgroundDesign',
46
46
  'contentBackgroundDesign',
47
47
  ],
48
- outputs: ['ui5TabSelect'],
48
+ outputs: ['ui5TabSelect', 'ui5MoveOver', 'ui5Move'],
49
+ exportAs: 'ui5Tabcontainer',
49
50
  }]
50
51
  }], ctorParameters: () => [] });
51
52
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-tab-container.mjs","sources":["../../../../libs/ui5-angular/main/tab-container/index.ts","../../../../libs/ui5-angular/main/tab-container/ui5-webcomponents-ngx-main-tab-container.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TabContainer.js';\nimport {\n default as TabContainer,\n TabContainerTabSelectEventDetail,\n} from '@ui5/webcomponents/dist/TabContainer.js';\n@ProxyInputs([\n 'fixed',\n 'collapsed',\n 'showOverflow',\n 'tabLayout',\n 'tabsOverflowMode',\n 'headerBackgroundDesign',\n 'contentBackgroundDesign',\n])\n@ProxyOutputs(['tab-select: ui5TabSelect'])\n@Component({\n standalone: true,\n selector: 'ui5-tabcontainer',\n template: '<ng-content></ng-content>',\n inputs: [\n 'fixed',\n 'collapsed',\n 'showOverflow',\n 'tabLayout',\n 'tabsOverflowMode',\n 'headerBackgroundDesign',\n 'contentBackgroundDesign',\n ],\n outputs: ['ui5TabSelect'],\n})\nclass TabContainerComponent {\n /**\n Defines whether the tabs are in a fixed state that is not\nexpandable/collapsible by user interaction.\n */\n fixed!: boolean;\n\n /**\n Defines whether the tab content is collapsed.\n */\n collapsed!: boolean;\n\n /**\n Defines whether the overflow select list is displayed.\n<br><br>\nThe overflow select list represents a list, where all tabs are displayed\nso that it's easier for the user to select a specific tab.\n */\n showOverflow!: boolean;\n\n /**\n Defines the alignment of the content and the <code>additionalText</code> of a tab.\n\n<br>\n<b>Note:</b>\nThe content and the <code>additionalText</code> would be displayed vertically by default,\nbut when set to <code>Inline</code>, they would be displayed horizontally.\n */\n tabLayout!: 'Inline' | 'Standard';\n\n /**\n Defines the overflow mode of the header (the tab strip). If you have a large number of tabs, only the tabs that can fit on screen will be visible.\nAll other tabs that can 't fit on the screen are available in an overflow tab \"More\".\n\n<br>\n<b>Note:</b>\nOnly one overflow at the end would be displayed by default,\nbut when set to <code>StartAndEnd</code>, there will be two overflows on both ends, and tab order will not change on tab selection.\n */\n tabsOverflowMode!: 'End' | 'StartAndEnd';\n\n /**\n Sets the background color of the Tab Container's header as <code>Solid</code>, <code>Transparent</code>, or <code>Translucent</code>.\n */\n headerBackgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n\n /**\n Sets the background color of the Tab Container's content as <code>Solid</code>, <code>Transparent</code>, or <code>Translucent</code>.\n */\n contentBackgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n\n /**\n Fired when a tab is selected.\n */\n ui5TabSelect!: EventEmitter<TabContainerTabSelectEventDetail>;\n\n private elementRef: ElementRef<TabContainer> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TabContainer {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TabContainerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAuCM,IAAA,qBAAqB,GAzB3B,MAyBM,qBAAqB,CAAA;AA4DzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAlEG,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,6WAZf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAYjC,qBAAqB,GAAA,UAAA,CAAA;AAzB1B,IAAA,WAAW,CAAC;QACX,OAAO;QACP,WAAW;QACX,cAAc;QACd,WAAW;QACX,kBAAkB;QAClB,wBAAwB;QACxB,yBAAyB;KAC1B,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,0BAA0B,CAAC,CAAC;;AAgBrC,CAAA,EAAA,qBAAqB,CAmE1B,CAAA;2FAnEK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAf1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,WAAW;wBACX,cAAc;wBACd,WAAW;wBACX,kBAAkB;wBAClB,wBAAwB;wBACxB,yBAAyB;AAC1B,qBAAA;oBACD,OAAO,EAAE,CAAC,cAAc,CAAC;AAC1B,iBAAA,CAAA;;;ACtCD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-tab-container.mjs","sources":["../../../../libs/ui5-angular/main/tab-container/index.ts","../../../../libs/ui5-angular/main/tab-container/ui5-webcomponents-ngx-main-tab-container.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TabContainer.js';\nimport {\n default as TabContainer,\n TabContainerMoveEventDetail,\n TabContainerTabSelectEventDetail,\n} from '@ui5/webcomponents/dist/TabContainer.js';\n@ProxyInputs([\n 'collapsed',\n 'tabLayout',\n 'overflowMode',\n 'headerBackgroundDesign',\n 'contentBackgroundDesign',\n])\n@ProxyOutputs([\n 'tab-select: ui5TabSelect',\n 'move-over: ui5MoveOver',\n 'move: ui5Move',\n])\n@Component({\n standalone: true,\n selector: 'ui5-tabcontainer',\n template: '<ng-content></ng-content>',\n inputs: [\n 'collapsed',\n 'tabLayout',\n 'overflowMode',\n 'headerBackgroundDesign',\n 'contentBackgroundDesign',\n ],\n outputs: ['ui5TabSelect', 'ui5MoveOver', 'ui5Move'],\n exportAs: 'ui5Tabcontainer',\n})\nclass TabContainerComponent {\n /**\n Defines whether the tab content is collapsed.\n */\n collapsed!: boolean;\n\n /**\n Defines the alignment of the content and the `additionalText` of a tab.\n\n**Note:**\nThe content and the `additionalText` would be displayed vertically by default,\nbut when set to `Inline`, they would be displayed horizontally.\n */\n tabLayout!: 'Inline' | 'Standard';\n\n /**\n Defines the overflow mode of the header (the tab strip). If you have a large number of tabs, only the tabs that can fit on screen will be visible.\nAll other tabs that can 't fit on the screen are available in an overflow tab \"More\".\n\n**Note:**\nOnly one overflow at the end would be displayed by default,\nbut when set to `StartAndEnd`, there will be two overflows on both ends, and tab order will not change on tab selection.\n */\n overflowMode!: 'End' | 'StartAndEnd';\n\n /**\n Sets the background color of the Tab Container's header as `Solid`, `Transparent`, or `Translucent`.\n */\n headerBackgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n\n /**\n Sets the background color of the Tab Container's content as `Solid`, `Transparent`, or `Translucent`.\n */\n contentBackgroundDesign!: 'Solid' | 'Transparent' | 'Translucent';\n\n /**\n Fired when a tab is selected.\n */\n ui5TabSelect!: EventEmitter<TabContainerTabSelectEventDetail>;\n /**\n Fired when element is being moved over the tab container.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n */\n ui5MoveOver!: EventEmitter<TabContainerMoveEventDetail>;\n /**\n Fired when element is moved to the tab container.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n */\n ui5Move!: EventEmitter<TabContainerMoveEventDetail>;\n\n private elementRef: ElementRef<TabContainer> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TabContainer {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TabContainerComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAyCM,IAAA,qBAAqB,GA1B3B,MA0BM,qBAAqB,CAAA;AAwDzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA9DG,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,sYAXf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,qBAAqB,GAAA,UAAA,CAAA;AA1B1B,IAAA,WAAW,CAAC;QACX,WAAW;QACX,WAAW;QACX,cAAc;QACd,wBAAwB;QACxB,yBAAyB;KAC1B,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,0BAA0B;QAC1B,wBAAwB;QACxB,eAAe;KAChB,CAAC;;AAeI,CAAA,EAAA,qBAAqB,CA+D1B,CAAA;2FA/DK,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAd1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,WAAW;wBACX,WAAW;wBACX,cAAc;wBACd,wBAAwB;wBACxB,yBAAyB;AAC1B,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,cAAc,EAAE,aAAa,EAAE,SAAS,CAAC;AACnD,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA,CAAA;;;ACxCD;;AAEG;;;;"}
@@ -13,7 +13,7 @@ class TabSeparatorComponent {
13
13
  this.cdr.detach();
14
14
  }
15
15
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TabSeparatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TabSeparatorComponent, isStandalone: true, selector: "ui5-tab-separator", ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
16
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TabSeparatorComponent, isStandalone: true, selector: "ui5-tab-separator", exportAs: ["ui5TabSeparator"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
17
17
  }
18
18
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TabSeparatorComponent, decorators: [{
19
19
  type: Component,
@@ -21,6 +21,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
21
21
  standalone: true,
22
22
  selector: 'ui5-tab-separator',
23
23
  template: '<ng-content></ng-content>',
24
+ exportAs: 'ui5TabSeparator',
24
25
  }]
25
26
  }], ctorParameters: () => [] });
26
27
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-tab-separator.mjs","sources":["../../../../libs/ui5-angular/main/tab-separator/index.ts","../../../../libs/ui5-angular/main/tab-separator/ui5-webcomponents-ngx-main-tab-separator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents/dist/TabSeparator.js';\nimport TabSeparator from '@ui5/webcomponents/dist/TabSeparator.js';\n\n@Component({\n standalone: true,\n selector: 'ui5-tab-separator',\n template: '<ng-content></ng-content>',\n})\nclass TabSeparatorComponent {\n private elementRef: ElementRef<TabSeparator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TabSeparator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TabSeparatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAUA,MAKM,qBAAqB,CAAA;AAKzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAXG,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,6EAFf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;2FAEjC,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAL1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;AACtC,iBAAA,CAAA;;;ACdD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-tab-separator.mjs","sources":["../../../../libs/ui5-angular/main/tab-separator/index.ts","../../../../libs/ui5-angular/main/tab-separator/ui5-webcomponents-ngx-main-tab-separator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents/dist/TabSeparator.js';\nimport TabSeparator from '@ui5/webcomponents/dist/TabSeparator.js';\n\n@Component({\n standalone: true,\n selector: 'ui5-tab-separator',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5TabSeparator',\n})\nclass TabSeparatorComponent {\n private elementRef: ElementRef<TabSeparator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): TabSeparator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TabSeparatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAUA,MAMM,qBAAqB,CAAA;AAKzB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA6B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC1D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAXG,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAArB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,4GAHf,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;2FAGjC,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAN1B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,mBAAmB;AAC7B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,iBAAiB;AAC5B,iBAAA,CAAA;;;ACfD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let TabComponent = class TabComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TabComponent, isStandalone: true, selector: "ui5-tab", inputs: { text: "text", disabled: "disabled", additionalText: "additionalText", icon: "icon", design: "design", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TabComponent, isStandalone: true, selector: "ui5-tab", inputs: { text: "text", disabled: "disabled", additionalText: "additionalText", icon: "icon", design: "design", selected: "selected" }, exportAs: ["ui5Tab"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  TabComponent = __decorate([
21
21
  ProxyInputs([
@@ -35,6 +35,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
35
35
  selector: 'ui5-tab',
36
36
  template: '<ng-content></ng-content>',
37
37
  inputs: ['text', 'disabled', 'additionalText', 'icon', 'design', 'selected'],
38
+ exportAs: 'ui5Tab',
38
39
  }]
39
40
  }], ctorParameters: () => [] });
40
41
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-tab.mjs","sources":["../../../../libs/ui5-angular/main/tab/index.ts","../../../../libs/ui5-angular/main/tab/ui5-webcomponents-ngx-main-tab.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Tab.js';\nimport Tab from '@ui5/webcomponents/dist/Tab.js';\n@ProxyInputs([\n 'text',\n 'disabled',\n 'additionalText',\n 'icon',\n 'design',\n 'selected',\n])\n@Component({\n standalone: true,\n selector: 'ui5-tab',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'disabled', 'additionalText', 'icon', 'design', 'selected'],\n})\nclass TabComponent {\n /**\n The text to be displayed for the item.\n */\n text!: string;\n\n /**\n Disabled tabs can't be selected.\n */\n disabled!: boolean;\n\n /**\n Represents the \"additionalText\" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the \"additionalText\" is displayed larger.\n */\n additionalText!: string;\n\n /**\n Defines the icon source URI to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous built-in icons.\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.\n */\n icon!: string;\n\n /**\n Defines the component's design color.\n<br><br>\nThe design is applied to:\n<ul>\n<li>the component icon</li>\n<li>the <code>text</code> when the component overflows</li>\n<li>the tab selection line</li>\n</ul>\n\n<br><br>\nAvailable designs are: <code>\"Default\"</code>, <code>\"Neutral\"</code>, <code>\"Positive\"</code>, <code>\"Critical\"</code> and <code>\"Negative\"</code>.\n\n<br><br>\n<b>Note:</b> The design depends on the current theme.\n */\n design!: 'Default' | 'Positive' | 'Negative' | 'Critical' | 'Neutral';\n\n /**\n Specifies if the component is selected.\n */\n selected!: boolean;\n\n private elementRef: ElementRef<Tab> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Tab {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TabComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,YAAY,GAdlB,MAcM,YAAY,CAAA;AAkDhB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoB,MAAM,CAAC,UAAU,CAAC,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAxDG,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,2MAHN,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAGjC,YAAY,GAAA,UAAA,CAAA;AAdjB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,gBAAgB;QAChB,MAAM;QACN,QAAQ;QACR,UAAU;KACX,CAAC;;AAOI,CAAA,EAAA,YAAY,CAyDjB,CAAA;2FAzDK,YAAY,EAAA,UAAA,EAAA,CAAA;kBANjB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,SAAS;AACnB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,CAAC;AAC7E,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-tab.mjs","sources":["../../../../libs/ui5-angular/main/tab/index.ts","../../../../libs/ui5-angular/main/tab/ui5-webcomponents-ngx-main-tab.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Tab.js';\nimport Tab from '@ui5/webcomponents/dist/Tab.js';\n@ProxyInputs([\n 'text',\n 'disabled',\n 'additionalText',\n 'icon',\n 'design',\n 'selected',\n])\n@Component({\n standalone: true,\n selector: 'ui5-tab',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'disabled', 'additionalText', 'icon', 'design', 'selected'],\n exportAs: 'ui5Tab',\n})\nclass TabComponent {\n /**\n The text to be displayed for the item.\n */\n text!: string;\n\n /**\n Disabled tabs can't be selected.\n */\n disabled!: boolean;\n\n /**\n Represents the \"additionalText\" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the \"additionalText\" is displayed larger.\n */\n additionalText!: string;\n\n /**\n Defines the icon source URI to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous built-in icons.\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n\n /**\n Defines the component's design color.\n\nThe design is applied to:\n\n- the component icon\n- the `text` when the component overflows\n- the tab selection line\n\nAvailable designs are: `\"Default\"`, `\"Neutral\"`, `\"Positive\"`, `\"Critical\"` and `\"Negative\"`.\n\n**Note:** The design depends on the current theme.\n */\n design!: 'Default' | 'Positive' | 'Negative' | 'Critical' | 'Neutral';\n\n /**\n Specifies if the component is selected.\n */\n selected!: boolean;\n\n private elementRef: ElementRef<Tab> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Tab {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TabComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAyBM,IAAA,YAAY,GAflB,MAeM,YAAY,CAAA;AA+ChB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoB,MAAM,CAAC,UAAU,CAAC,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GArDG,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,iOAJN,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,YAAY,GAAA,UAAA,CAAA;AAfjB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,gBAAgB;QAChB,MAAM;QACN,QAAQ;QACR,UAAU;KACX,CAAC;;AAQI,CAAA,EAAA,YAAY,CAsDjB,CAAA;2FAtDK,YAAY,EAAA,UAAA,EAAA,CAAA;kBAPjB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,SAAS;AACnB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,MAAM,EAAE,QAAQ,EAAE,UAAU,CAAC;AAC5E,oBAAA,QAAQ,EAAE,QAAQ;AACnB,iBAAA,CAAA;;;ACxBD;;AAEG;;;;"}
@@ -2,9 +2,9 @@ import { __metadata, __decorate } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
3
  import { ElementRef, inject, NgZone, ChangeDetectorRef, Component } from '@angular/core';
4
4
  import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
5
- import '@ui5/webcomponents/dist/Badge.js';
5
+ import '@ui5/webcomponents/dist/Tag.js';
6
6
 
7
- let BadgeComponent = class BadgeComponent {
7
+ let TagComponent = class TagComponent {
8
8
  get element() {
9
9
  return this.elementRef.nativeElement;
10
10
  }
@@ -14,25 +14,26 @@ let BadgeComponent = class BadgeComponent {
14
14
  this.cdr = inject(ChangeDetectorRef);
15
15
  this.cdr.detach();
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BadgeComponent, isStandalone: true, selector: "ui5-badge", inputs: { design: "design", colorScheme: "colorScheme", hideStateIcon: "hideStateIcon", interactive: "interactive", wrappingType: "wrappingType" }, outputs: { ui5Click: "ui5Click" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TagComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TagComponent, isStandalone: true, selector: "ui5-tag", inputs: { design: "design", colorScheme: "colorScheme", hideStateIcon: "hideStateIcon", interactive: "interactive", wrappingType: "wrappingType", size: "size" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5Tag"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
- BadgeComponent = __decorate([
20
+ TagComponent = __decorate([
21
21
  ProxyInputs([
22
22
  'design',
23
23
  'colorScheme',
24
24
  'hideStateIcon',
25
25
  'interactive',
26
26
  'wrappingType',
27
+ 'size',
27
28
  ]),
28
29
  ProxyOutputs(['click: ui5Click']),
29
30
  __metadata("design:paramtypes", [])
30
- ], BadgeComponent);
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BadgeComponent, decorators: [{
31
+ ], TagComponent);
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TagComponent, decorators: [{
32
33
  type: Component,
33
34
  args: [{
34
35
  standalone: true,
35
- selector: 'ui5-badge',
36
+ selector: 'ui5-tag',
36
37
  template: '<ng-content></ng-content>',
37
38
  inputs: [
38
39
  'design',
@@ -40,8 +41,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
40
41
  'hideStateIcon',
41
42
  'interactive',
42
43
  'wrappingType',
44
+ 'size',
43
45
  ],
44
46
  outputs: ['ui5Click'],
47
+ exportAs: 'ui5Tag',
45
48
  }]
46
49
  }], ctorParameters: () => [] });
47
50
 
@@ -49,5 +52,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
49
52
  * Generated bundle index. Do not edit.
50
53
  */
51
54
 
52
- export { BadgeComponent };
53
- //# sourceMappingURL=ui5-webcomponents-ngx-main-badge.mjs.map
55
+ export { TagComponent };
56
+ //# sourceMappingURL=ui5-webcomponents-ngx-main-tag.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-tag.mjs","sources":["../../../../libs/ui5-angular/main/tag/index.ts","../../../../libs/ui5-angular/main/tag/ui5-webcomponents-ngx-main-tag.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Tag.js';\nimport Tag from '@ui5/webcomponents/dist/Tag.js';\n@ProxyInputs([\n 'design',\n 'colorScheme',\n 'hideStateIcon',\n 'interactive',\n 'wrappingType',\n 'size',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-tag',\n template: '<ng-content></ng-content>',\n inputs: [\n 'design',\n 'colorScheme',\n 'hideStateIcon',\n 'interactive',\n 'wrappingType',\n 'size',\n ],\n outputs: ['ui5Click'],\n exportAs: 'ui5Tag',\n})\nclass TagComponent {\n /**\n Defines the design type of the component.\n */\n design!:\n | 'Set1'\n | 'Set2'\n | 'Set3'\n | 'Neutral'\n | 'Information'\n | 'Positive'\n | 'Negative'\n | 'Critical';\n\n /**\n Defines the color scheme of the component.\nThere are 10 predefined schemes.\nTo use one you can set a number from `\"1\"` to `\"10\"`. The `colorScheme` `\"1\"` will be set by default.\n */\n colorScheme!: string;\n\n /**\n Defines if the default state icon is shown.\n */\n hideStateIcon!: boolean;\n\n /**\n Defines if the component is interactive (focusable and pressable).\n\n**Note:** The tag cannot be `interactive`\nwhen `design` property is `TagDesign.Set3`\n */\n interactive!: boolean;\n\n /**\n Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** For option \"Normal\" the text will wrap and the\nwords will not be broken based on hyphenation.\n */\n wrappingType!: 'None' | 'Normal';\n\n /**\n Defines predefined size of the component.\n */\n size!: 'S' | 'L';\n\n /**\n Fired when the user clicks on an interactive tag.\n\n**Note:** The event will be fired if the `interactive` property is `true`\n */\n ui5Click!: EventEmitter<void>;\n\n private elementRef: ElementRef<Tag> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Tag {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { TagComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAmCM,IAAA,YAAY,GAxBlB,MAwBM,YAAY,CAAA;AA0DhB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoB,MAAM,CAAC,UAAU,CAAC,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAhEG,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,8RAZN,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAYjC,YAAY,GAAA,UAAA,CAAA;AAxBjB,IAAA,WAAW,CAAC;QACX,QAAQ;QACR,aAAa;QACb,eAAe;QACf,aAAa;QACb,cAAc;QACd,MAAM;KACP,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAgB5B,CAAA,EAAA,YAAY,CAiEjB,CAAA;2FAjEK,YAAY,EAAA,UAAA,EAAA,CAAA;kBAfjB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,SAAS;AACnB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,QAAQ;wBACR,aAAa;wBACb,eAAe;wBACf,aAAa;wBACb,cAAc;wBACd,MAAM;AACP,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACrB,oBAAA,QAAQ,EAAE,QAAQ;AACnB,iBAAA,CAAA;;;AClCD;;AAEG;;;;"}
@@ -26,7 +26,7 @@ let TextAreaComponent = class TextAreaComponent {
26
26
  this._cva.host = this;
27
27
  }
28
28
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TextAreaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TextAreaComponent, isStandalone: true, selector: "ui5-textarea", inputs: { value: "value", disabled: "disabled", readonly: "readonly", required: "required", placeholder: "placeholder", valueState: "valueState", rows: "rows", maxlength: "maxlength", showExceededText: "showExceededText", growing: "growing", growingMaxLines: "growingMaxLines", name: "name", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input" }, host: { listeners: { "change": "_cva?.onChange(cvaValue)", "input": "_cva?.onChange(cvaValue)" } }, hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
29
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: TextAreaComponent, isStandalone: true, selector: "ui5-textarea", inputs: { value: "value", disabled: "disabled", readonly: "readonly", required: "required", placeholder: "placeholder", valueState: "valueState", rows: "rows", maxlength: "maxlength", showExceededText: "showExceededText", growing: "growing", growingMaxRows: "growingMaxRows", name: "name", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef" }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input", ui5Select: "ui5Select", ui5Scroll: "ui5Scroll" }, host: { listeners: { "change": "_cva?.onChange?.(cvaValue);", "input": "_cva?.onChange?.(cvaValue);" } }, exportAs: ["ui5Textarea"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
30
30
  };
31
31
  TextAreaComponent = __decorate([
32
32
  ProxyInputs([
@@ -40,12 +40,17 @@ TextAreaComponent = __decorate([
40
40
  'maxlength',
41
41
  'showExceededText',
42
42
  'growing',
43
- 'growingMaxLines',
43
+ 'growingMaxRows',
44
44
  'name',
45
45
  'accessibleName',
46
46
  'accessibleNameRef',
47
47
  ]),
48
- ProxyOutputs(['change: ui5Change', 'input: ui5Input']),
48
+ ProxyOutputs([
49
+ 'change: ui5Change',
50
+ 'input: ui5Input',
51
+ 'select: ui5Select',
52
+ 'scroll: ui5Scroll',
53
+ ]),
49
54
  __metadata("design:paramtypes", [])
50
55
  ], TextAreaComponent);
51
56
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: TextAreaComponent, decorators: [{
@@ -65,16 +70,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
65
70
  'maxlength',
66
71
  'showExceededText',
67
72
  'growing',
68
- 'growingMaxLines',
73
+ 'growingMaxRows',
69
74
  'name',
70
75
  'accessibleName',
71
76
  'accessibleNameRef',
72
77
  ],
73
- outputs: ['ui5Change', 'ui5Input'],
78
+ outputs: ['ui5Change', 'ui5Input', 'ui5Select', 'ui5Scroll'],
79
+ exportAs: 'ui5Textarea',
74
80
  hostDirectives: [GenericControlValueAccessor],
75
81
  host: {
76
- '(change)': '_cva?.onChange(cvaValue)',
77
- '(input)': '_cva?.onChange(cvaValue)',
82
+ '(change)': '_cva?.onChange?.(cvaValue);',
83
+ '(input)': '_cva?.onChange?.(cvaValue);',
78
84
  },
79
85
  }]
80
86
  }], ctorParameters: () => [] });
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-text-area.mjs","sources":["../../../../libs/ui5-angular/main/text-area/index.ts","../../../../libs/ui5-angular/main/text-area/ui5-webcomponents-ngx-main-text-area.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TextArea.js';\nimport TextArea from '@ui5/webcomponents/dist/TextArea.js';\n@ProxyInputs([\n 'value',\n 'disabled',\n 'readonly',\n 'required',\n 'placeholder',\n 'valueState',\n 'rows',\n 'maxlength',\n 'showExceededText',\n 'growing',\n 'growingMaxLines',\n 'name',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs(['change: ui5Change', 'input: ui5Input'])\n@Component({\n standalone: true,\n selector: 'ui5-textarea',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'disabled',\n 'readonly',\n 'required',\n 'placeholder',\n 'valueState',\n 'rows',\n 'maxlength',\n 'showExceededText',\n 'growing',\n 'growingMaxLines',\n 'name',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5Change', 'ui5Input'],\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange(cvaValue)',\n '(input)': '_cva?.onChange(cvaValue)',\n },\n})\nclass TextAreaComponent {\n /**\n Defines the value of the component.\n */\n value!: string;\n\n /**\n Indicates whether the user can interact with the component or not.\n<br><br>\n<b>Note:</b> A disabled component is completely noninteractive.\n */\n disabled!: boolean;\n\n /**\n Defines whether the component is read-only.\n<br><br>\n<b>Note:</b> A read-only component is not editable,\nbut still provides visual feedback upon user interaction.\n */\n readonly!: boolean;\n\n /**\n Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Defines a short hint intended to aid the user with data entry when the component has no value.\n */\n placeholder!: string;\n\n /**\n Defines the value state of the component.\n<br><br>\n\n<b>Note:</b> If <code>maxlength</code> property is set,\nthe component turns into \"Warning\" state once the characters exceeds the limit.\nIn this case, only the \"Error\" state is considered and can be applied.\n */\n valueState!: 'None' | 'Success' | 'Warning' | 'Error' | 'Information';\n\n /**\n Defines the number of visible text lines for the component.\n<br><br>\n<b>Notes:</b>\n<ul>\n<li>If the <code>growing</code> property is enabled, this property defines the minimum rows to be displayed\nin the textarea.</li>\n<li>The CSS <code>height</code> property wins over the <code>rows</code> property, if both are set.</li>\n</ul>\n */\n rows!: number;\n\n /**\n Defines the maximum number of characters that the <code>value</code> can have.\n */\n maxlength!: number | undefined;\n\n /**\n Determines whether the characters exceeding the maximum allowed character count are visible\nin the component.\n<br><br>\nIf set to <code>false</code>, the user is not allowed to enter more characters than what is set in the\n<code>maxlength</code> property.\nIf set to <code>true</code> the characters exceeding the <code>maxlength</code> value are selected on\npaste and the counter below the component displays their number.\n */\n showExceededText!: boolean;\n\n /**\n Enables the component to automatically grow and shrink dynamically with its content.\n<br><br>\n */\n growing!: boolean;\n\n /**\n Defines the maximum number of lines that the component can grow.\n */\n growingMaxLines!: number;\n\n /**\n Determines the name with which the component will be submitted in an HTML form.\n\n<br><br>\n<b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:\n<code>import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";</code>\n\n<br><br>\n<b>Note:</b> When set, a native <code>input</code> HTML element\nwill be created inside the component so that it can be submitted as\npart of an HTML form. Do not use this property unless you need to submit a form.\n */\n name!: string;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Receives id(or many ids) of the elements that label the textarea.\n */\n accessibleNameRef!: string;\n\n /**\n Fired when the text has changed and the focus leaves the component.\n */\n ui5Change!: EventEmitter<void>;\n /**\n Fired when the value of the component changes at each keystroke or when\nsomething is pasted.\n */\n ui5Input!: EventEmitter<void>;\n\n private elementRef: ElementRef<TextArea> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): TextArea {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { TextAreaComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAwDM,IAAA,iBAAiB,GA5CvB,MA4CM,iBAAiB,CAAA;AAuHrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;IAED,IAAI,QAAQ,CAAC,GAAG,EAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG,GAAG,CAAC;AACzB,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;KAC1B;AACD,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC;KAC3B;AAED,IAAA,WAAA,GAAA;AAjBQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAC9B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAenD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;AAClB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;KACvB;8GAtIG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,wpBAxBX,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAwBjC,iBAAiB,GAAA,UAAA,CAAA;AA5CtB,IAAA,WAAW,CAAC;QACX,OAAO;QACP,UAAU;QACV,UAAU;QACV,UAAU;QACV,aAAa;QACb,YAAY;QACZ,MAAM;QACN,WAAW;QACX,kBAAkB;QAClB,SAAS;QACT,iBAAiB;QACjB,MAAM;QACN,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,EAAE,iBAAiB,CAAC,CAAC;;AA4BjD,CAAA,EAAA,iBAAiB,CAuItB,CAAA;2FAvIK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBA3BtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,aAAa;wBACb,YAAY;wBACZ,MAAM;wBACN,WAAW;wBACX,kBAAkB;wBAClB,SAAS;wBACT,iBAAiB;wBACjB,MAAM;wBACN,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,WAAW,EAAE,UAAU,CAAC;oBAClC,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE;AACJ,wBAAA,UAAU,EAAE,0BAA0B;AACtC,wBAAA,SAAS,EAAE,0BAA0B;AACtC,qBAAA;AACF,iBAAA,CAAA;;;ACvDD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-text-area.mjs","sources":["../../../../libs/ui5-angular/main/text-area/index.ts","../../../../libs/ui5-angular/main/text-area/ui5-webcomponents-ngx-main-text-area.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/TextArea.js';\nimport TextArea from '@ui5/webcomponents/dist/TextArea.js';\n@ProxyInputs([\n 'value',\n 'disabled',\n 'readonly',\n 'required',\n 'placeholder',\n 'valueState',\n 'rows',\n 'maxlength',\n 'showExceededText',\n 'growing',\n 'growingMaxRows',\n 'name',\n 'accessibleName',\n 'accessibleNameRef',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'input: ui5Input',\n 'select: ui5Select',\n 'scroll: ui5Scroll',\n])\n@Component({\n standalone: true,\n selector: 'ui5-textarea',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'disabled',\n 'readonly',\n 'required',\n 'placeholder',\n 'valueState',\n 'rows',\n 'maxlength',\n 'showExceededText',\n 'growing',\n 'growingMaxRows',\n 'name',\n 'accessibleName',\n 'accessibleNameRef',\n ],\n outputs: ['ui5Change', 'ui5Input', 'ui5Select', 'ui5Scroll'],\n exportAs: 'ui5Textarea',\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange?.(cvaValue);',\n '(input)': '_cva?.onChange?.(cvaValue);',\n },\n})\nclass TextAreaComponent {\n /**\n Defines the value of the component.\n */\n value!: string;\n\n /**\n Indicates whether the user can interact with the component or not.\n\n**Note:** A disabled component is completely noninteractive.\n */\n disabled!: boolean;\n\n /**\n Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.\n */\n readonly!: boolean;\n\n /**\n Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Defines a short hint intended to aid the user with data entry when the component has no value.\n */\n placeholder!: string;\n\n /**\n Defines the value state of the component.\n\n**Note:** If `maxlength` property is set,\nthe component turns into \"Warning\" state once the characters exceeds the limit.\nIn this case, only the \"Error\" state is considered and can be applied.\n */\n valueState!: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';\n\n /**\n Defines the number of visible text rows for the component.\n\n**Notes:**\n\n- If the `growing` property is enabled, this property defines the minimum rows to be displayed\nin the textarea.\n- The CSS `height` property wins over the `rows` property, if both are set.\n */\n rows!: number;\n\n /**\n Defines the maximum number of characters that the `value` can have.\n */\n maxlength!: number | undefined;\n\n /**\n Determines whether the characters exceeding the maximum allowed character count are visible\nin the component.\n\nIf set to `false`, the user is not allowed to enter more characters than what is set in the\n`maxlength` property.\nIf set to `true` the characters exceeding the `maxlength` value are selected on\npaste and the counter below the component displays their number.\n */\n showExceededText!: boolean;\n\n /**\n Enables the component to automatically grow and shrink dynamically with its content.\n */\n growing!: boolean;\n\n /**\n Defines the maximum number of rows that the component can grow.\n */\n growingMaxRows!: number;\n\n /**\n Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n */\n name!: string;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Receives id(or many ids) of the elements that label the textarea.\n */\n accessibleNameRef!: string;\n\n /**\n Fired when the text has changed and the focus leaves the component.\n */\n ui5Change!: EventEmitter<void>;\n /**\n Fired when the value of the component changes at each keystroke or when\nsomething is pasted.\n */\n ui5Input!: EventEmitter<void>;\n /**\n Fired when some text has been selected.\n */\n ui5Select!: EventEmitter<void>;\n /**\n Fired when textarea is scrolled.\n */\n ui5Scroll!: EventEmitter<void>;\n\n private elementRef: ElementRef<TextArea> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): TextArea {\n return this.elementRef.nativeElement;\n }\n\n set cvaValue(val) {\n this.element.value = val;\n this.cdr.detectChanges();\n }\n get cvaValue() {\n return this.element.value;\n }\n\n constructor() {\n this.cdr.detach();\n this._cva.host = this;\n }\n}\nexport { TextAreaComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AA8DM,IAAA,iBAAiB,GAlDvB,MAkDM,iBAAiB,CAAA;AAqHrB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;IAED,IAAI,QAAQ,CAAC,GAAG,EAAA;AACd,QAAA,IAAI,CAAC,OAAO,CAAC,KAAK,GAAG,GAAG,CAAC;AACzB,QAAA,IAAI,CAAC,GAAG,CAAC,aAAa,EAAE,CAAC;KAC1B;AACD,IAAA,IAAI,QAAQ,GAAA;AACV,QAAA,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC;KAC3B;AAED,IAAA,WAAA,GAAA;AAjBQ,QAAA,IAAA,CAAA,UAAU,GAAyB,MAAM,CAAC,UAAU,CAAC,CAAC;AACtD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAC9B,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,2BAA2B,CAAC,CAAC;AAenD,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;AAClB,QAAA,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;KACvB;8GApIG,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAjB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,iBAAiB,uuBAzBX,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAyBjC,iBAAiB,GAAA,UAAA,CAAA;AAlDtB,IAAA,WAAW,CAAC;QACX,OAAO;QACP,UAAU;QACV,UAAU;QACV,UAAU;QACV,aAAa;QACb,YAAY;QACZ,MAAM;QACN,WAAW;QACX,kBAAkB;QAClB,SAAS;QACT,gBAAgB;QAChB,MAAM;QACN,gBAAgB;QAChB,mBAAmB;KACpB,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,mBAAmB;QACnB,iBAAiB;QACjB,mBAAmB;QACnB,mBAAmB;KACpB,CAAC;;AA6BI,CAAA,EAAA,iBAAiB,CAqItB,CAAA;2FArIK,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBA5BtB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,cAAc;AACxB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,UAAU;wBACV,UAAU;wBACV,UAAU;wBACV,aAAa;wBACb,YAAY;wBACZ,MAAM;wBACN,WAAW;wBACX,kBAAkB;wBAClB,SAAS;wBACT,gBAAgB;wBAChB,MAAM;wBACN,gBAAgB;wBAChB,mBAAmB;AACpB,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,CAAC;AAC5D,oBAAA,QAAQ,EAAE,aAAa;oBACvB,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE;AACJ,wBAAA,UAAU,EAAE,6BAA6B;AACzC,wBAAA,SAAS,EAAE,6BAA6B;AACzC,qBAAA;AACF,iBAAA,CAAA;;;AC7DD;;AAEG;;;;"}