@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-rating-indicator.mjs","sources":["../../../../libs/ui5-angular/main/rating-indicator/index.ts","../../../../libs/ui5-angular/main/rating-indicator/ui5-webcomponents-ngx-main-rating-indicator.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/RatingIndicator.js';\nimport RatingIndicator from '@ui5/webcomponents/dist/RatingIndicator.js';\n@ProxyInputs([\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-rating-indicator',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n ],\n outputs: ['ui5Change'],\n})\nclass RatingIndicatorComponent {\n /**\n The indicated value of the rating.\n<br><br>\n<b>Note:</b> If you set a number which is not round, it would be shown as follows:\n<ul>\n<li>1.0 - 1.2 -> 1</li>\n<li>1.3 - 1.7 -> 1.5</li>\n<li>1.8 - 1.9 -> 2</li>\n<ul>\n */\n value!: number;\n\n /**\n The number of displayed rating symbols.\n */\n max!: number;\n\n /**\n Defines whether the component is disabled.\n\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 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 Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Defines the tooltip of the component.\n */\n tooltip!: string;\n\n /**\n The event is fired when the value changes.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<RatingIndicator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): RatingIndicator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { RatingIndicatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAsCM,IAAA,wBAAwB,GA3B9B,MA2BM,wBAAwB,CAAA;AA+D5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7D,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;8GArEG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,6TAblB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAajC,wBAAwB,GAAA,UAAA,CAAA;AA3B7B,IAAA,WAAW,CAAC;QACX,OAAO;QACP,KAAK;QACL,UAAU;QACV,UAAU;QACV,gBAAgB;QAChB,mBAAmB;QACnB,UAAU;QACV,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAiB9B,CAAA,EAAA,wBAAwB,CAsE7B,CAAA;2FAtEK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAhB7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,KAAK;wBACL,UAAU;wBACV,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;wBACnB,UAAU;wBACV,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,CAAC;AACvB,iBAAA,CAAA;;;ACrCD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-rating-indicator.mjs","sources":["../../../../libs/ui5-angular/main/rating-indicator/index.ts","../../../../libs/ui5-angular/main/rating-indicator/ui5-webcomponents-ngx-main-rating-indicator.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/RatingIndicator.js';\nimport RatingIndicator from '@ui5/webcomponents/dist/RatingIndicator.js';\n@ProxyInputs([\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n])\n@ProxyOutputs(['change: ui5Change'])\n@Component({\n standalone: true,\n selector: 'ui5-rating-indicator',\n template: '<ng-content></ng-content>',\n inputs: [\n 'value',\n 'max',\n 'disabled',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'required',\n 'tooltip',\n ],\n outputs: ['ui5Change'],\n exportAs: 'ui5RatingIndicator',\n})\nclass RatingIndicatorComponent {\n /**\n The indicated value of the rating.\n\n**Note:** If you set a number which is not round, it would be shown as follows:\n\n- 1.0 - 1.2 -> 1\n- 1.3 - 1.7 -> 1.5\n- 1.8 - 1.9 -> 2\n */\n value!: number;\n\n /**\n The number of displayed rating symbols.\n */\n max!: number;\n\n /**\n Defines whether the component is disabled.\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 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 Defines whether the component is required.\n */\n required!: boolean;\n\n /**\n Defines the tooltip of the component.\n */\n tooltip!: string;\n\n /**\n The event is fired when the value changes.\n */\n ui5Change!: EventEmitter<void>;\n\n private elementRef: ElementRef<RatingIndicator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): RatingIndicator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { RatingIndicatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAuCM,IAAA,wBAAwB,GA5B9B,MA4BM,wBAAwB,CAAA;AA6D5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7D,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;8GAnEG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,+VAdlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAcjC,wBAAwB,GAAA,UAAA,CAAA;AA5B7B,IAAA,WAAW,CAAC;QACX,OAAO;QACP,KAAK;QACL,UAAU;QACV,UAAU;QACV,gBAAgB;QAChB,mBAAmB;QACnB,UAAU;QACV,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,CAAC,CAAC;;AAkB9B,CAAA,EAAA,wBAAwB,CAoE7B,CAAA;2FApEK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAjB7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,OAAO;wBACP,KAAK;wBACL,UAAU;wBACV,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;wBACnB,UAAU;wBACV,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,CAAC;AACtB,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA,CAAA;;;ACtCD;;AAEG;;;;"}
@@ -15,31 +15,31 @@ let ResponsivePopoverComponent = class ResponsivePopoverComponent {
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: ResponsivePopoverComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ResponsivePopoverComponent, isStandalone: true, selector: "ui5-responsive-popover", inputs: { initialFocus: "initialFocus", preventFocusRestore: "preventFocusRestore", open: "open", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleRole: "accessibleRole", headerText: "headerText", placementType: "placementType", horizontalAlign: "horizontalAlign", verticalAlign: "verticalAlign", modal: "modal", hideBackdrop: "hideBackdrop", hideArrow: "hideArrow", allowTargetOverlap: "allowTargetOverlap", opener: "opener" }, outputs: { ui5BeforeOpen: "ui5BeforeOpen", ui5AfterOpen: "ui5AfterOpen", ui5BeforeClose: "ui5BeforeClose", ui5AfterClose: "ui5AfterClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ResponsivePopoverComponent, isStandalone: true, selector: "ui5-responsive-popover", inputs: { initialFocus: "initialFocus", preventFocusRestore: "preventFocusRestore", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibleRole: "accessibleRole", preventInitialFocus: "preventInitialFocus", open: "open", headerText: "headerText", placement: "placement", horizontalAlign: "horizontalAlign", verticalAlign: "verticalAlign", modal: "modal", hideArrow: "hideArrow", allowTargetOverlap: "allowTargetOverlap", opener: "opener" }, outputs: { ui5BeforeOpen: "ui5BeforeOpen", ui5Open: "ui5Open", ui5BeforeClose: "ui5BeforeClose", ui5Close: "ui5Close" }, exportAs: ["ui5ResponsivePopover"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  ResponsivePopoverComponent = __decorate([
21
21
  ProxyInputs([
22
22
  'initialFocus',
23
23
  'preventFocusRestore',
24
- 'open',
25
24
  'accessibleName',
26
25
  'accessibleNameRef',
27
26
  'accessibleRole',
27
+ 'preventInitialFocus',
28
+ 'open',
28
29
  'headerText',
29
- 'placementType',
30
+ 'placement',
30
31
  'horizontalAlign',
31
32
  'verticalAlign',
32
33
  'modal',
33
- 'hideBackdrop',
34
34
  'hideArrow',
35
35
  'allowTargetOverlap',
36
36
  'opener',
37
37
  ]),
38
38
  ProxyOutputs([
39
39
  'before-open: ui5BeforeOpen',
40
- 'after-open: ui5AfterOpen',
40
+ 'open: ui5Open',
41
41
  'before-close: ui5BeforeClose',
42
- 'after-close: ui5AfterClose',
42
+ 'close: ui5Close',
43
43
  ]),
44
44
  __metadata("design:paramtypes", [])
45
45
  ], ResponsivePopoverComponent);
@@ -52,21 +52,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
52
52
  inputs: [
53
53
  'initialFocus',
54
54
  'preventFocusRestore',
55
- 'open',
56
55
  'accessibleName',
57
56
  'accessibleNameRef',
58
57
  'accessibleRole',
58
+ 'preventInitialFocus',
59
+ 'open',
59
60
  'headerText',
60
- 'placementType',
61
+ 'placement',
61
62
  'horizontalAlign',
62
63
  'verticalAlign',
63
64
  'modal',
64
- 'hideBackdrop',
65
65
  'hideArrow',
66
66
  'allowTargetOverlap',
67
67
  'opener',
68
68
  ],
69
- outputs: ['ui5BeforeOpen', 'ui5AfterOpen', 'ui5BeforeClose', 'ui5AfterClose'],
69
+ outputs: ['ui5BeforeOpen', 'ui5Open', 'ui5BeforeClose', 'ui5Close'],
70
+ exportAs: 'ui5ResponsivePopover',
70
71
  }]
71
72
  }], ctorParameters: () => [] });
72
73
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-responsive-popover.mjs","sources":["../../../../libs/ui5-angular/main/responsive-popover/index.ts","../../../../libs/ui5-angular/main/responsive-popover/ui5-webcomponents-ngx-main-responsive-popover.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 { PopupBeforeCloseEventDetail } from '@ui5/webcomponents/dist/Popup.js';\nimport '@ui5/webcomponents/dist/ResponsivePopover.js';\nimport ResponsivePopover from '@ui5/webcomponents/dist/ResponsivePopover.js';\n@ProxyInputs([\n 'initialFocus',\n 'preventFocusRestore',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'headerText',\n 'placementType',\n 'horizontalAlign',\n 'verticalAlign',\n 'modal',\n 'hideBackdrop',\n 'hideArrow',\n 'allowTargetOverlap',\n 'opener',\n])\n@ProxyOutputs([\n 'before-open: ui5BeforeOpen',\n 'after-open: ui5AfterOpen',\n 'before-close: ui5BeforeClose',\n 'after-close: ui5AfterClose',\n])\n@Component({\n standalone: true,\n selector: 'ui5-responsive-popover',\n template: '<ng-content></ng-content>',\n inputs: [\n 'initialFocus',\n 'preventFocusRestore',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'headerText',\n 'placementType',\n 'horizontalAlign',\n 'verticalAlign',\n 'modal',\n 'hideBackdrop',\n 'hideArrow',\n 'allowTargetOverlap',\n 'opener',\n ],\n outputs: ['ui5BeforeOpen', 'ui5AfterOpen', 'ui5BeforeClose', 'ui5AfterClose'],\n})\nclass ResponsivePopoverComponent {\n /**\n Defines the ID of the HTML Element, which will get the initial focus.\n */\n initialFocus!: string;\n\n /**\n Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.\n */\n preventFocusRestore!: boolean;\n\n /**\n Indicates if the element is open\n */\n open!: boolean;\n\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Defines the IDs of the elements that label the component.\n */\n accessibleNameRef!: string;\n\n /**\n Allows setting a custom role.\n */\n accessibleRole!: 'None' | 'Dialog' | 'AlertDialog';\n\n /**\n Defines the header text.\n<br><br>\n<b>Note:</b> If <code>header</code> slot is provided, the <code>headerText</code> is ignored.\n */\n headerText!: string;\n\n /**\n Determines on which side the component is placed at.\n */\n placementType!: 'Left' | 'Right' | 'Top' | 'Bottom';\n\n /**\n Determines the horizontal alignment of the component.\n */\n horizontalAlign!: 'Center' | 'Left' | 'Right' | 'Stretch';\n\n /**\n Determines the vertical alignment of the component.\n */\n verticalAlign!: 'Center' | 'Top' | 'Bottom' | 'Stretch';\n\n /**\n Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.\n */\n modal!: boolean;\n\n /**\n Defines whether the block layer will be shown if modal property is set to true.\n */\n hideBackdrop!: boolean;\n\n /**\n Determines whether the component arrow is hidden.\n */\n hideArrow!: boolean;\n\n /**\n Determines if there is no enough space, the component can be placed\nover the target.\n */\n allowTargetOverlap!: boolean;\n\n /**\n Defines the ID or DOM Reference of the element that the popover is shown at\n */\n opener!: HTMLElement | string | undefined;\n\n /**\n Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. <b>This event does not bubble.</b>\n */\n ui5BeforeOpen!: EventEmitter<void>;\n /**\n Fired after the component is opened. <b>This event does not bubble.</b>\n */\n ui5AfterOpen!: EventEmitter<void>;\n /**\n Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. <b>This event does not bubble.</b>\n */\n ui5BeforeClose!: EventEmitter<PopupBeforeCloseEventDetail>;\n /**\n Fired after the component is closed. <b>This event does not bubble.</b>\n */\n ui5AfterClose!: EventEmitter<void>;\n\n private elementRef: ElementRef<ResponsivePopover> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ResponsivePopover {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ResponsivePopoverComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA0DM,IAAA,0BAA0B,GA9ChC,MA8CM,0BAA0B,CAAA;AAuG9B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAkC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC/D,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;8GA7GG,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,+qBApBpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAoBjC,0BAA0B,GAAA,UAAA,CAAA;AA9C/B,IAAA,WAAW,CAAC;QACX,cAAc;QACd,qBAAqB;QACrB,MAAM;QACN,gBAAgB;QAChB,mBAAmB;QACnB,gBAAgB;QAChB,YAAY;QACZ,eAAe;QACf,iBAAiB;QACjB,eAAe;QACf,OAAO;QACP,cAAc;QACd,WAAW;QACX,oBAAoB;QACpB,QAAQ;KACT,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,4BAA4B;QAC5B,0BAA0B;QAC1B,8BAA8B;QAC9B,4BAA4B;KAC7B,CAAC;;AAwBI,CAAA,EAAA,0BAA0B,CA8G/B,CAAA;2FA9GK,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAvB/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,cAAc;wBACd,qBAAqB;wBACrB,MAAM;wBACN,gBAAgB;wBAChB,mBAAmB;wBACnB,gBAAgB;wBAChB,YAAY;wBACZ,eAAe;wBACf,iBAAiB;wBACjB,eAAe;wBACf,OAAO;wBACP,cAAc;wBACd,WAAW;wBACX,oBAAoB;wBACpB,QAAQ;AACT,qBAAA;oBACD,OAAO,EAAE,CAAC,eAAe,EAAE,cAAc,EAAE,gBAAgB,EAAE,eAAe,CAAC;AAC9E,iBAAA,CAAA;;;ACzDD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-responsive-popover.mjs","sources":["../../../../libs/ui5-angular/main/responsive-popover/index.ts","../../../../libs/ui5-angular/main/responsive-popover/ui5-webcomponents-ngx-main-responsive-popover.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 { PopupBeforeCloseEventDetail } from '@ui5/webcomponents/dist/Popup.js';\nimport '@ui5/webcomponents/dist/ResponsivePopover.js';\nimport ResponsivePopover from '@ui5/webcomponents/dist/ResponsivePopover.js';\n@ProxyInputs([\n 'initialFocus',\n 'preventFocusRestore',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'preventInitialFocus',\n 'open',\n 'headerText',\n 'placement',\n 'horizontalAlign',\n 'verticalAlign',\n 'modal',\n 'hideArrow',\n 'allowTargetOverlap',\n 'opener',\n])\n@ProxyOutputs([\n 'before-open: ui5BeforeOpen',\n 'open: ui5Open',\n 'before-close: ui5BeforeClose',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-responsive-popover',\n template: '<ng-content></ng-content>',\n inputs: [\n 'initialFocus',\n 'preventFocusRestore',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleRole',\n 'preventInitialFocus',\n 'open',\n 'headerText',\n 'placement',\n 'horizontalAlign',\n 'verticalAlign',\n 'modal',\n 'hideArrow',\n 'allowTargetOverlap',\n 'opener',\n ],\n outputs: ['ui5BeforeOpen', 'ui5Open', 'ui5BeforeClose', 'ui5Close'],\n exportAs: 'ui5ResponsivePopover',\n})\nclass ResponsivePopoverComponent {\n /**\n Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.\n */\n initialFocus!: string;\n\n /**\n Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.\n */\n preventFocusRestore!: boolean;\n\n /**\n Defines the accessible name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Defines the IDs of the elements that label the component.\n */\n accessibleNameRef!: string;\n\n /**\n Allows setting a custom role.\n */\n accessibleRole!: 'None' | 'Dialog' | 'AlertDialog';\n\n /**\n Indicates whether initial focus should be prevented.\n */\n preventInitialFocus!: boolean;\n\n /**\n Indicates if the element is open\n */\n open!: boolean;\n\n /**\n Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.\n */\n headerText!: string;\n\n /**\n Determines on which side the component is placed at.\n */\n placement!: 'Start' | 'End' | 'Top' | 'Bottom';\n\n /**\n Determines the horizontal alignment of the component.\n */\n horizontalAlign!: 'Center' | 'Start' | 'End' | 'Stretch';\n\n /**\n Determines the vertical alignment of the component.\n */\n verticalAlign!: 'Center' | 'Top' | 'Bottom' | 'Stretch';\n\n /**\n Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.\n */\n modal!: boolean;\n\n /**\n Determines whether the component arrow is hidden.\n */\n hideArrow!: boolean;\n\n /**\n Determines if there is no enough space, the component can be placed\nover the target.\n */\n allowTargetOverlap!: boolean;\n\n /**\n Defines the ID or DOM Reference of the element at which the popover is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.\n */\n opener!: HTMLElement | string | undefined;\n\n /**\n Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n */\n ui5BeforeOpen!: EventEmitter<void>;\n /**\n Fired after the component is opened. **This event does not bubble.**\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n */\n ui5BeforeClose!: EventEmitter<PopupBeforeCloseEventDetail>;\n /**\n Fired after the component is closed. **This event does not bubble.**\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<ResponsivePopover> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): ResponsivePopover {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { ResponsivePopoverComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA2DM,IAAA,0BAA0B,GA/ChC,MA+CM,0BAA0B,CAAA;AA4G9B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAkC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC/D,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;8GAlHG,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,qsBArBpB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAqBjC,0BAA0B,GAAA,UAAA,CAAA;AA/C/B,IAAA,WAAW,CAAC;QACX,cAAc;QACd,qBAAqB;QACrB,gBAAgB;QAChB,mBAAmB;QACnB,gBAAgB;QAChB,qBAAqB;QACrB,MAAM;QACN,YAAY;QACZ,WAAW;QACX,iBAAiB;QACjB,eAAe;QACf,OAAO;QACP,WAAW;QACX,oBAAoB;QACpB,QAAQ;KACT,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,4BAA4B;QAC5B,eAAe;QACf,8BAA8B;QAC9B,iBAAiB;KAClB,CAAC;;AAyBI,CAAA,EAAA,0BAA0B,CAmH/B,CAAA;2FAnHK,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAxB/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,wBAAwB;AAClC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,cAAc;wBACd,qBAAqB;wBACrB,gBAAgB;wBAChB,mBAAmB;wBACnB,gBAAgB;wBAChB,qBAAqB;wBACrB,MAAM;wBACN,YAAY;wBACZ,WAAW;wBACX,iBAAiB;wBACjB,eAAe;wBACf,OAAO;wBACP,WAAW;wBACX,oBAAoB;wBACpB,QAAQ;AACT,qBAAA;oBACD,OAAO,EAAE,CAAC,eAAe,EAAE,SAAS,EAAE,gBAAgB,EAAE,UAAU,CAAC;AACnE,oBAAA,QAAQ,EAAE,sBAAsB;AACjC,iBAAA,CAAA;;;AC1DD;;AAEG;;;;"}
@@ -1,7 +1,7 @@
1
1
  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
- import { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';
4
+ import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
5
5
  import '@ui5/webcomponents/dist/SegmentedButtonItem.js';
6
6
 
7
7
  let SegmentedButtonItemComponent = class SegmentedButtonItemComponent {
@@ -15,23 +15,17 @@ let SegmentedButtonItemComponent = class SegmentedButtonItemComponent {
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: SegmentedButtonItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SegmentedButtonItemComponent, isStandalone: true, selector: "ui5-segmented-button-item", inputs: { design: "design", disabled: "disabled", icon: "icon", iconEnd: "iconEnd", submits: "submits", tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibilityAttributes: "accessibilityAttributes", type: "type", pressed: "pressed" }, outputs: { ui5Click: "ui5Click" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SegmentedButtonItemComponent, isStandalone: true, selector: "ui5-segmented-button-item", inputs: { disabled: "disabled", selected: "selected", tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", icon: "icon" }, exportAs: ["ui5SegmentedButtonItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  SegmentedButtonItemComponent = __decorate([
21
21
  ProxyInputs([
22
- 'design',
23
22
  'disabled',
24
- 'icon',
25
- 'iconEnd',
26
- 'submits',
23
+ 'selected',
27
24
  'tooltip',
28
25
  'accessibleName',
29
26
  'accessibleNameRef',
30
- 'accessibilityAttributes',
31
- 'type',
32
- 'pressed',
27
+ 'icon',
33
28
  ]),
34
- ProxyOutputs(['click: ui5Click']),
35
29
  __metadata("design:paramtypes", [])
36
30
  ], SegmentedButtonItemComponent);
37
31
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SegmentedButtonItemComponent, decorators: [{
@@ -41,19 +35,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
41
35
  selector: 'ui5-segmented-button-item',
42
36
  template: '<ng-content></ng-content>',
43
37
  inputs: [
44
- 'design',
45
38
  'disabled',
46
- 'icon',
47
- 'iconEnd',
48
- 'submits',
39
+ 'selected',
49
40
  'tooltip',
50
41
  'accessibleName',
51
42
  'accessibleNameRef',
52
- 'accessibilityAttributes',
53
- 'type',
54
- 'pressed',
43
+ 'icon',
55
44
  ],
56
- outputs: ['ui5Click'],
45
+ exportAs: 'ui5SegmentedButtonItem',
57
46
  }]
58
47
  }], ctorParameters: () => [] });
59
48
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-segmented-button-item.mjs","sources":["../../../../libs/ui5-angular/main/segmented-button-item/index.ts","../../../../libs/ui5-angular/main/segmented-button-item/ui5-webcomponents-ngx-main-segmented-button-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/Button.js';\nimport '@ui5/webcomponents/dist/SegmentedButtonItem.js';\nimport SegmentedButtonItem from '@ui5/webcomponents/dist/SegmentedButtonItem.js';\n@ProxyInputs([\n 'design',\n 'disabled',\n 'icon',\n 'iconEnd',\n 'submits',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'type',\n 'pressed',\n])\n@ProxyOutputs(['click: ui5Click'])\n@Component({\n standalone: true,\n selector: 'ui5-segmented-button-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'design',\n 'disabled',\n 'icon',\n 'iconEnd',\n 'submits',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibilityAttributes',\n 'type',\n 'pressed',\n ],\n outputs: ['ui5Click'],\n})\nclass SegmentedButtonItemComponent {\n /**\n <b>Note:</b> The property is inherited and not supported. If set, it won't take any effect.\n */\n design!:\n | 'Default'\n | 'Positive'\n | 'Negative'\n | 'Transparent'\n | 'Emphasized'\n | 'Attention';\n\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n disabled!: boolean;\n\n /**\n Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n<br><br>\nExample:\n\nSee all the available icons within 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 <b>Note:</b> The property is inherited and not supported. If set, it won't take any effect.\n */\n iconEnd!: boolean;\n\n /**\n <b>Note:</b> The property is inherited and not supported. If set, it won't take any effect.\n */\n submits!: boolean;\n\n /**\n Defines the tooltip of the component.\n<br>\n<b>Note:</b> A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.\n */\n tooltip!: string;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string;\n\n /**\n An object of strings that defines several additional accessibility attribute values\nfor customization depending on the use case.\n\nIt supports the following fields:\n\n<ul>\n\t\t<li><code>expanded</code>: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values:\n\t\t<ul>\n\t\t\t<li><code>true</code></li>\n\t\t\t<li><code>false</code></li>\n\t\t</ul>\n\t\t</li>\n\t\t<li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button. Accepts the following string values:\n\t\t\t<ul>\n\t\t\t<li><code>Dialog</code></li>\n\t\t\t<li><code>Grid</code></li>\n\t\t\t<li><code>Listbox</code></li>\n\t\t\t<li><code>Menu</code></li>\n\t\t\t<li><code>Tree</code></li>\n\t\t\t</ul>\n\t\t</li>\n\t\t<li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li>\n</ul>\n */\n accessibilityAttributes!: AccessibilityAttributes;\n\n /**\n Defines whether the button has special form-related functionality.\n\n<br><br>\n<b>Note:</b> For the <code>type</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 type!: 'Button' | 'Submit' | 'Reset';\n\n /**\n Determines whether the component is displayed as pressed.\n */\n pressed!: boolean;\n\n /**\n Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n<br><br>\n<b>Note:</b> The event will not be fired if the <code>disabled</code>\nproperty is set to <code>true</code>.\n */\n ui5Click!: EventEmitter<Event>;\n\n private elementRef: ElementRef<SegmentedButtonItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SegmentedButtonItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SegmentedButtonItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA6CM,IAAA,4BAA4B,GAjClC,MAiCM,4BAA4B,CAAA;AA8GhC,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;8GApHG,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,sZAhBtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAgBjC,4BAA4B,GAAA,UAAA,CAAA;AAjCjC,IAAA,WAAW,CAAC;QACX,QAAQ;QACR,UAAU;QACV,MAAM;QACN,SAAS;QACT,SAAS;QACT,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,yBAAyB;QACzB,MAAM;QACN,SAAS;KACV,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,CAAC,CAAC;;AAoB5B,CAAA,EAAA,4BAA4B,CAqHjC,CAAA;2FArHK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAnBjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,QAAQ;wBACR,UAAU;wBACV,MAAM;wBACN,SAAS;wBACT,SAAS;wBACT,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,yBAAyB;wBACzB,MAAM;wBACN,SAAS;AACV,qBAAA;oBACD,OAAO,EAAE,CAAC,UAAU,CAAC;AACtB,iBAAA,CAAA;;;AC5CD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-segmented-button-item.mjs","sources":["../../../../libs/ui5-angular/main/segmented-button-item/index.ts","../../../../libs/ui5-angular/main/segmented-button-item/ui5-webcomponents-ngx-main-segmented-button-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/SegmentedButtonItem.js';\nimport SegmentedButtonItem from '@ui5/webcomponents/dist/SegmentedButtonItem.js';\n@ProxyInputs([\n 'disabled',\n 'selected',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'icon',\n])\n@Component({\n standalone: true,\n selector: 'ui5-segmented-button-item',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'selected',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'icon',\n ],\n exportAs: 'ui5SegmentedButtonItem',\n})\nclass SegmentedButtonItemComponent {\n /**\n Defines whether the component is disabled.\nA disabled component can't be selected or\nfocused, and it is not in the tab chain.\n */\n disabled!: boolean;\n\n /**\n Determines whether the component is displayed as selected.\n */\n selected!: boolean;\n\n /**\n Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.\n */\n tooltip!: string;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Receives id(or many ids) of the elements that label the component.\n */\n accessibleNameRef!: string;\n\n /**\n Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n\n private elementRef: ElementRef<SegmentedButtonItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SegmentedButtonItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SegmentedButtonItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAgCM,IAAA,4BAA4B,GAtBlC,MAsBM,4BAA4B,CAAA;AA2ChC,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;8GAjDG,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,+RAXtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,4BAA4B,GAAA,UAAA,CAAA;AAtBjC,IAAA,WAAW,CAAC;QACX,UAAU;QACV,UAAU;QACV,SAAS;QACT,gBAAgB;QAChB,mBAAmB;QACnB,MAAM;KACP,CAAC;;AAeI,CAAA,EAAA,4BAA4B,CAkDjC,CAAA;2FAlDK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAdjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,UAAU;wBACV,SAAS;wBACT,gBAAgB;wBAChB,mBAAmB;wBACnB,MAAM;AACP,qBAAA;AACD,oBAAA,QAAQ,EAAE,wBAAwB;AACnC,iBAAA,CAAA;;;AC/BD;;AAEG;;;;"}
@@ -15,10 +15,10 @@ let SegmentedButtonComponent = class SegmentedButtonComponent {
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: SegmentedButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SegmentedButtonComponent, isStandalone: true, selector: "ui5-segmented-button", inputs: { accessibleName: "accessibleName", mode: "mode" }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SegmentedButtonComponent, isStandalone: true, selector: "ui5-segmented-button", inputs: { accessibleName: "accessibleName", selectionMode: "selectionMode" }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5SegmentedButton"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  SegmentedButtonComponent = __decorate([
21
- ProxyInputs(['accessibleName', 'mode']),
21
+ ProxyInputs(['accessibleName', 'selectionMode']),
22
22
  ProxyOutputs(['selection-change: ui5SelectionChange']),
23
23
  __metadata("design:paramtypes", [])
24
24
  ], SegmentedButtonComponent);
@@ -28,8 +28,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
28
28
  standalone: true,
29
29
  selector: 'ui5-segmented-button',
30
30
  template: '<ng-content></ng-content>',
31
- inputs: ['accessibleName', 'mode'],
31
+ inputs: ['accessibleName', 'selectionMode'],
32
32
  outputs: ['ui5SelectionChange'],
33
+ exportAs: 'ui5SegmentedButton',
33
34
  }]
34
35
  }], ctorParameters: () => [] });
35
36
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-segmented-button.mjs","sources":["../../../../libs/ui5-angular/main/segmented-button/index.ts","../../../../libs/ui5-angular/main/segmented-button/ui5-webcomponents-ngx-main-segmented-button.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/SegmentedButton.js';\nimport {\n default as SegmentedButton,\n SegmentedButtonSelectionChangeEventDetail,\n} from '@ui5/webcomponents/dist/SegmentedButton.js';\n@ProxyInputs(['accessibleName', 'mode'])\n@ProxyOutputs(['selection-change: ui5SelectionChange'])\n@Component({\n standalone: true,\n selector: 'ui5-segmented-button',\n template: '<ng-content></ng-content>',\n inputs: ['accessibleName', 'mode'],\n outputs: ['ui5SelectionChange'],\n})\nclass SegmentedButtonComponent {\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Defines the component selection mode.\n\n<br><br>\n<b>The available values are:</b>\n\n<ul>\n<li><code>SingleSelect</code></li>\n<li><code>MultiSelect</code></li>\n</ul>\n */\n mode!: 'SingleSelect' | 'MultiSelect';\n\n /**\n Fired when the selected item changes.\n */\n ui5SelectionChange!: EventEmitter<SegmentedButtonSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<SegmentedButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SegmentedButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SegmentedButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAuBM,IAAA,wBAAwB,GAT9B,MASM,wBAAwB,CAAA;AA4B5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7D,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;8GAlCG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,mMAJlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,wBAAwB,GAAA,UAAA,CAAA;AAT7B,IAAA,WAAW,CAAC,CAAC,gBAAgB,EAAE,MAAM,CAAC,CAAC;AACvC,IAAA,YAAY,CAAC,CAAC,sCAAsC,CAAC,CAAC;;AAQjD,CAAA,EAAA,wBAAwB,CAmC7B,CAAA;2FAnCK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,gBAAgB,EAAE,MAAM,CAAC;oBAClC,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAChC,iBAAA,CAAA;;;ACtBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-segmented-button.mjs","sources":["../../../../libs/ui5-angular/main/segmented-button/index.ts","../../../../libs/ui5-angular/main/segmented-button/ui5-webcomponents-ngx-main-segmented-button.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/SegmentedButton.js';\nimport {\n default as SegmentedButton,\n SegmentedButtonSelectionChangeEventDetail,\n} from '@ui5/webcomponents/dist/SegmentedButton.js';\n@ProxyInputs(['accessibleName', 'selectionMode'])\n@ProxyOutputs(['selection-change: ui5SelectionChange'])\n@Component({\n standalone: true,\n selector: 'ui5-segmented-button',\n template: '<ng-content></ng-content>',\n inputs: ['accessibleName', 'selectionMode'],\n outputs: ['ui5SelectionChange'],\n exportAs: 'ui5SegmentedButton',\n})\nclass SegmentedButtonComponent {\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Defines the component selection mode.\n */\n selectionMode!: 'Single' | 'Multiple';\n\n /**\n Fired when the selected item changes.\n */\n ui5SelectionChange!: EventEmitter<SegmentedButtonSelectionChangeEventDetail>;\n\n private elementRef: ElementRef<SegmentedButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SegmentedButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SegmentedButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,wBAAwB,GAV9B,MAUM,wBAAwB,CAAA;AAoB5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7D,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;8GA1BG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,uPALlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,wBAAwB,GAAA,UAAA,CAAA;AAV7B,IAAA,WAAW,CAAC,CAAC,gBAAgB,EAAE,eAAe,CAAC,CAAC;AAChD,IAAA,YAAY,CAAC,CAAC,sCAAsC,CAAC,CAAC;;AASjD,CAAA,EAAA,wBAAwB,CA2B7B,CAAA;2FA3BK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAR7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,gBAAgB,EAAE,eAAe,CAAC;oBAC3C,OAAO,EAAE,CAAC,oBAAoB,CAAC;AAC/B,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
@@ -26,11 +26,10 @@ let SelectComponent = class SelectComponent {
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: SelectComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SelectComponent, isStandalone: true, selector: "ui5-select", inputs: { menu: "menu", disabled: "disabled", name: "name", valueState: "valueState", required: "required", readonly: "readonly", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", value: "value" }, outputs: { ui5Change: "ui5Change", ui5LiveChange: "ui5LiveChange", ui5Open: "ui5Open", ui5Close: "ui5Close" }, 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: SelectComponent, isStandalone: true, selector: "ui5-select", inputs: { disabled: "disabled", name: "name", valueState: "valueState", required: "required", readonly: "readonly", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", value: "value" }, outputs: { ui5Change: "ui5Change", ui5LiveChange: "ui5LiveChange", ui5Open: "ui5Open", ui5Close: "ui5Close" }, host: { listeners: { "change": "_cva?.onChange?.(cvaValue);" } }, exportAs: ["ui5Select"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
30
30
  };
31
31
  SelectComponent = __decorate([
32
32
  ProxyInputs([
33
- 'menu',
34
33
  'disabled',
35
34
  'name',
36
35
  'valueState',
@@ -55,7 +54,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
55
54
  selector: 'ui5-select',
56
55
  template: '<ng-content></ng-content>',
57
56
  inputs: [
58
- 'menu',
59
57
  'disabled',
60
58
  'name',
61
59
  'valueState',
@@ -66,8 +64,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
66
64
  'value',
67
65
  ],
68
66
  outputs: ['ui5Change', 'ui5LiveChange', 'ui5Open', 'ui5Close'],
67
+ exportAs: 'ui5Select',
69
68
  hostDirectives: [GenericControlValueAccessor],
70
- host: { '(change)': '_cva?.onChange(cvaValue)' },
69
+ host: { '(change)': '_cva?.onChange?.(cvaValue);' },
71
70
  }]
72
71
  }], ctorParameters: () => [] });
73
72
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-select.mjs","sources":["../../../../libs/ui5-angular/main/select/index.ts","../../../../libs/ui5-angular/main/select/ui5-webcomponents-ngx-main-select.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/Select.js';\nimport {\n default as Select,\n SelectChangeEventDetail,\n SelectLiveChangeEventDetail,\n} from '@ui5/webcomponents/dist/Select.js';\n@ProxyInputs([\n 'menu',\n 'disabled',\n 'name',\n 'valueState',\n 'required',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'value',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'live-change: ui5LiveChange',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-select',\n template: '<ng-content></ng-content>',\n inputs: [\n 'menu',\n 'disabled',\n 'name',\n 'valueState',\n 'required',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'value',\n ],\n outputs: ['ui5Change', 'ui5LiveChange', 'ui5Open', 'ui5Close'],\n hostDirectives: [GenericControlValueAccessor],\n host: { '(change)': '_cva?.onChange(cvaValue)' },\n})\nclass SelectComponent {\n /**\n Defines a reference (ID or DOM element) of component's menu of options\nas alternative to define the select's dropdown.\n<br><br>\n<b>Note:</b> Usage of <code>ui5-select-menu</code> is recommended.\n */\n menu!: HTMLElement | string | undefined;\n\n /**\n Defines whether the component is in disabled state.\n<br><br>\n<b>Note:</b> A disabled component is noninteractive.\n */\n disabled!: boolean;\n\n /**\n Determines the name with which the component will be submitted in an HTML form.\nThe value of the component will be the value of the currently selected <code>ui5-option</code>.\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 <code>ui5-select</code> 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 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 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 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 select.\n */\n accessibleNameRef!: string;\n\n /**\n Defines the value of the component:\n<br>\n- when get - returns the value of the component, e.g. the <code>value</code> property of the selected option or its text content.\n<br>\n- when set - selects the option with matching <code>value</code> property or text content.\n<br><br>\n<b>Note:</b> If the given value does not match any existing option,\nthe first option will get selected.\n */\n value!: string;\n\n /**\n Fired when the selected option changes.\n */\n ui5Change!: EventEmitter<SelectChangeEventDetail>;\n /**\n Fired when the user navigates through the options, but the selection is not finalized,\nor when pressing the ESC key to revert the current selection.\n */\n ui5LiveChange!: EventEmitter<SelectLiveChangeEventDetail>;\n /**\n Fired after the component's dropdown menu opens.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the component's dropdown menu closes.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<Select> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): Select {\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 { SelectComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAoDM,IAAA,eAAe,GApCrB,MAoCM,eAAe,CAAA;AA8FnB,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,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;8GA7GG,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,mhBAhBT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAgBjC,eAAe,GAAA,UAAA,CAAA;AApCpB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,UAAU;QACV,MAAM;QACN,YAAY;QACZ,UAAU;QACV,UAAU;QACV,gBAAgB;QAChB,mBAAmB;QACnB,OAAO;KACR,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,mBAAmB;QACnB,4BAA4B;QAC5B,eAAe;QACf,iBAAiB;KAClB,CAAC;;AAoBI,CAAA,EAAA,eAAe,CA8GpB,CAAA;2FA9GK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAnBpB,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,MAAM;wBACN,UAAU;wBACV,MAAM;wBACN,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;wBACnB,OAAO;AACR,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,CAAC;oBAC9D,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE,EAAE,UAAU,EAAE,0BAA0B,EAAE;AACjD,iBAAA,CAAA;;;ACnDD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-select.mjs","sources":["../../../../libs/ui5-angular/main/select/index.ts","../../../../libs/ui5-angular/main/select/ui5-webcomponents-ngx-main-select.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/Select.js';\nimport {\n default as Select,\n SelectChangeEventDetail,\n SelectLiveChangeEventDetail,\n} from '@ui5/webcomponents/dist/Select.js';\n@ProxyInputs([\n 'disabled',\n 'name',\n 'valueState',\n 'required',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'value',\n])\n@ProxyOutputs([\n 'change: ui5Change',\n 'live-change: ui5LiveChange',\n 'open: ui5Open',\n 'close: ui5Close',\n])\n@Component({\n standalone: true,\n selector: 'ui5-select',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'name',\n 'valueState',\n 'required',\n 'readonly',\n 'accessibleName',\n 'accessibleNameRef',\n 'value',\n ],\n outputs: ['ui5Change', 'ui5LiveChange', 'ui5Open', 'ui5Close'],\n exportAs: 'ui5Select',\n hostDirectives: [GenericControlValueAccessor],\n host: { '(change)': '_cva?.onChange?.(cvaValue);' },\n})\nclass SelectComponent {\n /**\n Defines whether the component is in disabled state.\n\n**Note:** A disabled component is noninteractive.\n */\n disabled!: 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 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 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 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 select.\n */\n accessibleNameRef!: string;\n\n /**\n Defines the value of the component:\n\n- when get - returns the value of the component, e.g. the `value` property of the selected option or its text content.\n\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** If the given value does not match any existing option,\nthe first option will get selected.\n */\n value!: string;\n\n /**\n Fired when the selected option changes.\n */\n ui5Change!: EventEmitter<SelectChangeEventDetail>;\n /**\n Fired when the user navigates through the options, but the selection is not finalized,\nor when pressing the ESC key to revert the current selection.\n */\n ui5LiveChange!: EventEmitter<SelectLiveChangeEventDetail>;\n /**\n Fired after the component's dropdown menu opens.\n */\n ui5Open!: EventEmitter<void>;\n /**\n Fired after the component's dropdown menu closes.\n */\n ui5Close!: EventEmitter<void>;\n\n private elementRef: ElementRef<Select> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): Select {\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 { SelectComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAmDM,IAAA,eAAe,GAnCrB,MAmCM,eAAe,CAAA;AA8EnB,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,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;8GA7FG,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,iiBAhBT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAgBjC,eAAe,GAAA,UAAA,CAAA;AAnCpB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,MAAM;QACN,YAAY;QACZ,UAAU;QACV,UAAU;QACV,gBAAgB;QAChB,mBAAmB;QACnB,OAAO;KACR,CAAC;AACD,IAAA,YAAY,CAAC;QACZ,mBAAmB;QACnB,4BAA4B;QAC5B,eAAe;QACf,iBAAiB;KAClB,CAAC;;AAoBI,CAAA,EAAA,eAAe,CA8FpB,CAAA;2FA9FK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAnBpB,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,UAAU;wBACV,MAAM;wBACN,YAAY;wBACZ,UAAU;wBACV,UAAU;wBACV,gBAAgB;wBAChB,mBAAmB;wBACnB,OAAO;AACR,qBAAA;oBACD,OAAO,EAAE,CAAC,WAAW,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,CAAC;AAC9D,oBAAA,QAAQ,EAAE,WAAW;oBACrB,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE,EAAE,UAAU,EAAE,6BAA6B,EAAE;AACpD,iBAAA,CAAA;;;AClDD;;AAEG;;;;"}
@@ -26,12 +26,13 @@ let SliderComponent = class SliderComponent {
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: SliderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
29
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SliderComponent, isStandalone: true, selector: "ui5-slider", inputs: { min: "min", max: "max", step: "step", labelInterval: "labelInterval", showTickmarks: "showTickmarks", showTooltip: "showTooltip", disabled: "disabled", accessibleName: "accessibleName", value: "value" }, 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: SliderComponent, isStandalone: true, selector: "ui5-slider", inputs: { min: "min", max: "max", name: "name", step: "step", labelInterval: "labelInterval", showTickmarks: "showTickmarks", showTooltip: "showTooltip", disabled: "disabled", accessibleName: "accessibleName", value: "value" }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input" }, host: { listeners: { "change": "_cva?.onChange?.(cvaValue);", "input": "_cva?.onChange?.(cvaValue);" } }, exportAs: ["ui5Slider"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
30
30
  };
31
31
  SliderComponent = __decorate([
32
32
  ProxyInputs([
33
33
  'min',
34
34
  'max',
35
+ 'name',
35
36
  'step',
36
37
  'labelInterval',
37
38
  'showTickmarks',
@@ -52,6 +53,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
52
53
  inputs: [
53
54
  'min',
54
55
  'max',
56
+ 'name',
55
57
  'step',
56
58
  'labelInterval',
57
59
  'showTickmarks',
@@ -61,10 +63,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
61
63
  'value',
62
64
  ],
63
65
  outputs: ['ui5Change', 'ui5Input'],
66
+ exportAs: 'ui5Slider',
64
67
  hostDirectives: [GenericControlValueAccessor],
65
68
  host: {
66
- '(change)': '_cva?.onChange(cvaValue)',
67
- '(input)': '_cva?.onChange(cvaValue)',
69
+ '(change)': '_cva?.onChange?.(cvaValue);',
70
+ '(input)': '_cva?.onChange?.(cvaValue);',
68
71
  },
69
72
  }]
70
73
  }], ctorParameters: () => [] });
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-slider.mjs","sources":["../../../../libs/ui5-angular/main/slider/index.ts","../../../../libs/ui5-angular/main/slider/ui5-webcomponents-ngx-main-slider.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/Slider.js';\nimport Slider from '@ui5/webcomponents/dist/Slider.js';\n@ProxyInputs([\n 'min',\n 'max',\n 'step',\n 'labelInterval',\n 'showTickmarks',\n 'showTooltip',\n 'disabled',\n 'accessibleName',\n 'value',\n])\n@ProxyOutputs(['change: ui5Change', 'input: ui5Input'])\n@Component({\n standalone: true,\n selector: 'ui5-slider',\n template: '<ng-content></ng-content>',\n inputs: [\n 'min',\n 'max',\n 'step',\n 'labelInterval',\n 'showTickmarks',\n 'showTooltip',\n 'disabled',\n 'accessibleName',\n 'value',\n ],\n outputs: ['ui5Change', 'ui5Input'],\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange(cvaValue)',\n '(input)': '_cva?.onChange(cvaValue)',\n },\n})\nclass SliderComponent {\n /**\n Defines the minimum value of the slider.\n */\n min!: number;\n\n /**\n Defines the maximum value of the slider.\n */\n max!: number;\n\n /**\n Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n<br><br>\n<b>Note:</b> If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.\n */\n step!: number;\n\n /**\n Displays a label with a value on every N-th step.\n<br><br>\n<b>Note:</b> The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.\n */\n labelInterval!: number;\n\n /**\n Enables tickmarks visualization for each step.\n<br><br>\n<b>Note:</b> The step must be a positive number.\n */\n showTickmarks!: boolean;\n\n /**\n Enables handle tooltip displaying the current value.\n */\n showTooltip!: boolean;\n\n /**\n Defines whether the slider is in disabled state.\n */\n disabled!: boolean;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Current value of the slider\n */\n value!: number;\n\n /**\n Fired when the value changes and the user has finished interacting with the slider.\n */\n ui5Change!: EventEmitter<void>;\n /**\n Fired when the value changes due to user interaction that is not yet finished - during mouse/touch dragging.\n */\n ui5Input!: EventEmitter<void>;\n\n private elementRef: ElementRef<Slider> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): Slider {\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 { SliderComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AA8CM,IAAA,eAAe,GAlCrB,MAkCM,eAAe,CAAA;AAoEnB,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,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;8GAnFG,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,4fAnBT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAmBjC,eAAe,GAAA,UAAA,CAAA;AAlCpB,IAAA,WAAW,CAAC;QACX,KAAK;QACL,KAAK;QACL,MAAM;QACN,eAAe;QACf,eAAe;QACf,aAAa;QACb,UAAU;QACV,gBAAgB;QAChB,OAAO;KACR,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,EAAE,iBAAiB,CAAC,CAAC;;AAuBjD,CAAA,EAAA,eAAe,CAoFpB,CAAA;2FApFK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAtBpB,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,KAAK;wBACL,KAAK;wBACL,MAAM;wBACN,eAAe;wBACf,eAAe;wBACf,aAAa;wBACb,UAAU;wBACV,gBAAgB;wBAChB,OAAO;AACR,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;;;AC7CD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-slider.mjs","sources":["../../../../libs/ui5-angular/main/slider/index.ts","../../../../libs/ui5-angular/main/slider/ui5-webcomponents-ngx-main-slider.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/Slider.js';\nimport Slider from '@ui5/webcomponents/dist/Slider.js';\n@ProxyInputs([\n 'min',\n 'max',\n 'name',\n 'step',\n 'labelInterval',\n 'showTickmarks',\n 'showTooltip',\n 'disabled',\n 'accessibleName',\n 'value',\n])\n@ProxyOutputs(['change: ui5Change', 'input: ui5Input'])\n@Component({\n standalone: true,\n selector: 'ui5-slider',\n template: '<ng-content></ng-content>',\n inputs: [\n 'min',\n 'max',\n 'name',\n 'step',\n 'labelInterval',\n 'showTickmarks',\n 'showTooltip',\n 'disabled',\n 'accessibleName',\n 'value',\n ],\n outputs: ['ui5Change', 'ui5Input'],\n exportAs: 'ui5Slider',\n hostDirectives: [GenericControlValueAccessor],\n host: {\n '(change)': '_cva?.onChange?.(cvaValue);',\n '(input)': '_cva?.onChange?.(cvaValue);',\n },\n})\nclass SliderComponent {\n /**\n Defines the minimum value of the slider.\n */\n min!: number;\n\n /**\n Defines the maximum value of the slider.\n */\n max!: 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 size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.\n */\n step!: number;\n\n /**\n Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.\n */\n labelInterval!: number;\n\n /**\n Enables tickmarks visualization for each step.\n\n**Note:** The step must be a positive number.\n */\n showTickmarks!: boolean;\n\n /**\n Enables handle tooltip displaying the current value.\n */\n showTooltip!: boolean;\n\n /**\n Defines whether the slider is in disabled state.\n */\n disabled!: boolean;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string;\n\n /**\n Current value of the slider\n */\n value!: number;\n\n /**\n Fired when the value changes and the user has finished interacting with the slider.\n */\n ui5Change!: EventEmitter<void>;\n /**\n Fired when the value changes due to user interaction that is not yet finished - during mouse/touch dragging.\n */\n ui5Input!: EventEmitter<void>;\n\n private elementRef: ElementRef<Slider> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n protected _cva = inject(GenericControlValueAccessor);\n\n get element(): Slider {\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 { SliderComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;AAiDM,IAAA,eAAe,GArCrB,MAqCM,eAAe,CAAA;AA2EnB,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,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;8GA1FG,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,yiBArBT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAqBjC,eAAe,GAAA,UAAA,CAAA;AArCpB,IAAA,WAAW,CAAC;QACX,KAAK;QACL,KAAK;QACL,MAAM;QACN,MAAM;QACN,eAAe;QACf,eAAe;QACf,aAAa;QACb,UAAU;QACV,gBAAgB;QAChB,OAAO;KACR,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,mBAAmB,EAAE,iBAAiB,CAAC,CAAC;;AAyBjD,CAAA,EAAA,eAAe,CA2FpB,CAAA;2FA3FK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAxBpB,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,KAAK;wBACL,KAAK;wBACL,MAAM;wBACN,MAAM;wBACN,eAAe;wBACf,eAAe;wBACf,aAAa;wBACb,UAAU;wBACV,gBAAgB;wBAChB,OAAO;AACR,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,WAAW,EAAE,UAAU,CAAC;AAClC,oBAAA,QAAQ,EAAE,WAAW;oBACrB,cAAc,EAAE,CAAC,2BAA2B,CAAC;AAC7C,oBAAA,IAAI,EAAE;AACJ,wBAAA,UAAU,EAAE,6BAA6B;AACzC,wBAAA,SAAS,EAAE,6BAA6B;AACzC,qBAAA;AACF,iBAAA,CAAA;;;AChDD;;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 } from '@ui5/webcomponents-ngx/utils';
5
- import '@ui5/webcomponents/dist/GroupHeaderListItem.js';
5
+ import '@ui5/webcomponents/dist/SpecialCalendarDate.js';
6
6
 
7
- let GroupHeaderListItemComponent = class GroupHeaderListItemComponent {
7
+ let SpecialCalendarDateComponent = class SpecialCalendarDateComponent {
8
8
  get element() {
9
9
  return this.elementRef.nativeElement;
10
10
  }
@@ -14,20 +14,21 @@ let GroupHeaderListItemComponent = class GroupHeaderListItemComponent {
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: GroupHeaderListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: GroupHeaderListItemComponent, isStandalone: true, selector: "ui5-li-groupheader", inputs: { selected: "selected", accessibleName: "accessibleName" }, 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: SpecialCalendarDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SpecialCalendarDateComponent, isStandalone: true, selector: "ui5-special-date", inputs: { value: "value", type: "type" }, exportAs: ["ui5SpecialDate"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
- GroupHeaderListItemComponent = __decorate([
21
- ProxyInputs(['selected', 'accessibleName']),
20
+ SpecialCalendarDateComponent = __decorate([
21
+ ProxyInputs(['value', 'type']),
22
22
  __metadata("design:paramtypes", [])
23
- ], GroupHeaderListItemComponent);
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: GroupHeaderListItemComponent, decorators: [{
23
+ ], SpecialCalendarDateComponent);
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: SpecialCalendarDateComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  standalone: true,
28
- selector: 'ui5-li-groupheader',
28
+ selector: 'ui5-special-date',
29
29
  template: '<ng-content></ng-content>',
30
- inputs: ['selected', 'accessibleName'],
30
+ inputs: ['value', 'type'],
31
+ exportAs: 'ui5SpecialDate',
31
32
  }]
32
33
  }], ctorParameters: () => [] });
33
34
 
@@ -35,5 +36,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
35
36
  * Generated bundle index. Do not edit.
36
37
  */
37
38
 
38
- export { GroupHeaderListItemComponent };
39
- //# sourceMappingURL=ui5-webcomponents-ngx-main-group-header-list-item.mjs.map
39
+ export { SpecialCalendarDateComponent };
40
+ //# sourceMappingURL=ui5-webcomponents-ngx-main-special-calendar-date.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-special-calendar-date.mjs","sources":["../../../../libs/ui5-angular/main/special-calendar-date/index.ts","../../../../libs/ui5-angular/main/special-calendar-date/ui5-webcomponents-ngx-main-special-calendar-date.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/SpecialCalendarDate.js';\nimport SpecialCalendarDate from '@ui5/webcomponents/dist/SpecialCalendarDate.js';\n@ProxyInputs(['value', 'type'])\n@Component({\n standalone: true,\n selector: 'ui5-special-date',\n template: '<ng-content></ng-content>',\n inputs: ['value', 'type'],\n exportAs: 'ui5SpecialDate',\n})\nclass SpecialCalendarDateComponent {\n /**\n The date formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.\n */\n value!: string;\n\n /**\n Defines the type of the special date.\n */\n type!:\n | 'None'\n | 'Working'\n | 'NonWorking'\n | 'Type01'\n | 'Type02'\n | 'Type03'\n | 'Type04'\n | 'Type05'\n | 'Type06'\n | 'Type07'\n | 'Type08'\n | 'Type09'\n | 'Type10'\n | 'Type11'\n | 'Type12'\n | 'Type13'\n | 'Type14'\n | 'Type15'\n | 'Type16'\n | 'Type17'\n | 'Type18'\n | 'Type19'\n | 'Type20';\n\n private elementRef: ElementRef<SpecialCalendarDate> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SpecialCalendarDate {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SpecialCalendarDateComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,4BAA4B,GARlC,MAQM,4BAA4B,CAAA;AAuChC,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;8GA7CG,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,oJAJtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,4BAA4B,GAAA,UAAA,CAAA;AARjC,IAAA,WAAW,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,CAAC;;AAQzB,CAAA,EAAA,4BAA4B,CA8CjC,CAAA;2FA9CK,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBAPjC,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,CAAC,OAAO,EAAE,MAAM,CAAC;AACzB,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
@@ -15,12 +15,11 @@ let SplitButtonComponent = class SplitButtonComponent {
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: SplitButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SplitButtonComponent, isStandalone: true, selector: "ui5-split-button", inputs: { icon: "icon", activeIcon: "activeIcon", activeArrowButton: "activeArrowButton", design: "design", disabled: "disabled", accessibleName: "accessibleName" }, outputs: { ui5Click: "ui5Click", ui5ArrowClick: "ui5ArrowClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: SplitButtonComponent, isStandalone: true, selector: "ui5-split-button", inputs: { icon: "icon", activeArrowButton: "activeArrowButton", design: "design", disabled: "disabled", accessibleName: "accessibleName" }, outputs: { ui5Click: "ui5Click", ui5ArrowClick: "ui5ArrowClick" }, exportAs: ["ui5SplitButton"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  SplitButtonComponent = __decorate([
21
21
  ProxyInputs([
22
22
  'icon',
23
- 'activeIcon',
24
23
  'activeArrowButton',
25
24
  'design',
26
25
  'disabled',
@@ -35,15 +34,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
35
34
  standalone: true,
36
35
  selector: 'ui5-split-button',
37
36
  template: '<ng-content></ng-content>',
38
- inputs: [
39
- 'icon',
40
- 'activeIcon',
41
- 'activeArrowButton',
42
- 'design',
43
- 'disabled',
44
- 'accessibleName',
45
- ],
37
+ inputs: ['icon', 'activeArrowButton', 'design', 'disabled', 'accessibleName'],
46
38
  outputs: ['ui5Click', 'ui5ArrowClick'],
39
+ exportAs: 'ui5SplitButton',
47
40
  }]
48
41
  }], ctorParameters: () => [] });
49
42
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-split-button.mjs","sources":["../../../../libs/ui5-angular/main/split-button/index.ts","../../../../libs/ui5-angular/main/split-button/ui5-webcomponents-ngx-main-split-button.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/SplitButton.js';\nimport SplitButton from '@ui5/webcomponents/dist/SplitButton.js';\n@ProxyInputs([\n 'icon',\n 'activeIcon',\n 'activeArrowButton',\n 'design',\n 'disabled',\n 'accessibleName',\n])\n@ProxyOutputs(['click: ui5Click', 'arrow-click: ui5ArrowClick'])\n@Component({\n standalone: true,\n selector: 'ui5-split-button',\n template: '<ng-content></ng-content>',\n inputs: [\n 'icon',\n 'activeIcon',\n 'activeArrowButton',\n 'design',\n 'disabled',\n 'accessibleName',\n ],\n outputs: ['ui5Click', 'ui5ArrowClick'],\n})\nclass SplitButtonComponent {\n /**\n Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n<br><br>\nExample:\n\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 icon to be displayed in active state as graphical element within the component.\n */\n activeIcon!: string;\n\n /**\n Defines whether the arrow button should have the active state styles or not.\n */\n activeArrowButton!: boolean;\n\n /**\n Defines the component design.\n */\n design!:\n | 'Default'\n | 'Positive'\n | 'Negative'\n | 'Transparent'\n | 'Emphasized'\n | 'Attention';\n\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n disabled!: boolean;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Fired when the user clicks on the default action.\n */\n ui5Click!: EventEmitter<void>;\n /**\n Fired when the user clicks on the arrow action.\n */\n ui5ArrowClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<SplitButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SplitButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SplitButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkCM,IAAA,oBAAoB,GAvB1B,MAuBM,oBAAoB,CAAA;AAyDxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC,CAAC;AACzD,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/DG,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,qTAXd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,oBAAoB,GAAA,UAAA,CAAA;AAvBzB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,YAAY;QACZ,mBAAmB;QACnB,QAAQ;QACR,UAAU;QACV,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC;;AAe1D,CAAA,EAAA,oBAAoB,CAgEzB,CAAA;2FAhEK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAdzB,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,MAAM;wBACN,YAAY;wBACZ,mBAAmB;wBACnB,QAAQ;wBACR,UAAU;wBACV,gBAAgB;AACjB,qBAAA;AACD,oBAAA,OAAO,EAAE,CAAC,UAAU,EAAE,eAAe,CAAC;AACvC,iBAAA,CAAA;;;ACjCD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-split-button.mjs","sources":["../../../../libs/ui5-angular/main/split-button/index.ts","../../../../libs/ui5-angular/main/split-button/ui5-webcomponents-ngx-main-split-button.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/SplitButton.js';\nimport SplitButton from '@ui5/webcomponents/dist/SplitButton.js';\n@ProxyInputs([\n 'icon',\n 'activeArrowButton',\n 'design',\n 'disabled',\n 'accessibleName',\n])\n@ProxyOutputs(['click: ui5Click', 'arrow-click: ui5ArrowClick'])\n@Component({\n standalone: true,\n selector: 'ui5-split-button',\n template: '<ng-content></ng-content>',\n inputs: ['icon', 'activeArrowButton', 'design', 'disabled', 'accessibleName'],\n outputs: ['ui5Click', 'ui5ArrowClick'],\n exportAs: 'ui5SplitButton',\n})\nclass SplitButtonComponent {\n /**\n Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\n\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 whether the arrow button should have the active state styles or not.\n */\n activeArrowButton!: boolean;\n\n /**\n Defines the component design.\n */\n design!:\n | 'Default'\n | 'Positive'\n | 'Negative'\n | 'Transparent'\n | 'Emphasized'\n | 'Attention';\n\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n disabled!: boolean;\n\n /**\n Defines the accessible ARIA name of the component.\n */\n accessibleName!: string | undefined;\n\n /**\n Fired when the user clicks on the default action.\n */\n ui5Click!: EventEmitter<void>;\n /**\n Fired when the user clicks on the arrow action.\n */\n ui5ArrowClick!: EventEmitter<void>;\n\n private elementRef: ElementRef<SplitButton> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): SplitButton {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { SplitButtonComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA2BM,IAAA,oBAAoB,GAhB1B,MAgBM,oBAAoB,CAAA;AAoDxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC,CAAC;AACzD,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;8GA1DG,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,yTALd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,oBAAoB,GAAA,UAAA,CAAA;AAhBzB,IAAA,WAAW,CAAC;QACX,MAAM;QACN,mBAAmB;QACnB,QAAQ;QACR,UAAU;QACV,gBAAgB;KACjB,CAAC;AACD,IAAA,YAAY,CAAC,CAAC,iBAAiB,EAAE,4BAA4B,CAAC,CAAC;;AAS1D,CAAA,EAAA,oBAAoB,CA2DzB,CAAA;2FA3DK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,mBAAmB,EAAE,QAAQ,EAAE,UAAU,EAAE,gBAAgB,CAAC;AAC7E,oBAAA,OAAO,EAAE,CAAC,UAAU,EAAE,eAAe,CAAC;AACtC,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA,CAAA;;;AC1BD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let StandardListItemComponent = class StandardListItemComponent {
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: StandardListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: StandardListItemComponent, isStandalone: true, selector: "ui5-li", inputs: { selected: "selected", type: "type", accessibilityAttributes: "accessibilityAttributes", navigated: "navigated", description: "description", icon: "icon", iconEnd: "iconEnd", image: "image", additionalText: "additionalText", additionalTextState: "additionalTextState", accessibleName: "accessibleName" }, outputs: { ui5DetailClick: "ui5DetailClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: StandardListItemComponent, isStandalone: true, selector: "ui5-li", inputs: { selected: "selected", type: "type", accessibilityAttributes: "accessibilityAttributes", navigated: "navigated", tooltip: "tooltip", highlight: "highlight", description: "description", icon: "icon", iconEnd: "iconEnd", image: "image", additionalText: "additionalText", additionalTextState: "additionalTextState", movable: "movable", accessibleName: "accessibleName" }, outputs: { ui5DetailClick: "ui5DetailClick" }, exportAs: ["ui5Li"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  StandardListItemComponent = __decorate([
21
21
  ProxyInputs([
@@ -23,12 +23,15 @@ StandardListItemComponent = __decorate([
23
23
  'type',
24
24
  'accessibilityAttributes',
25
25
  'navigated',
26
+ 'tooltip',
27
+ 'highlight',
26
28
  'description',
27
29
  'icon',
28
30
  'iconEnd',
29
31
  'image',
30
32
  'additionalText',
31
33
  'additionalTextState',
34
+ 'movable',
32
35
  'accessibleName',
33
36
  ]),
34
37
  ProxyOutputs(['detail-click: ui5DetailClick']),
@@ -45,15 +48,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
45
48
  'type',
46
49
  'accessibilityAttributes',
47
50
  'navigated',
51
+ 'tooltip',
52
+ 'highlight',
48
53
  'description',
49
54
  'icon',
50
55
  'iconEnd',
51
56
  'image',
52
57
  'additionalText',
53
58
  'additionalTextState',
59
+ 'movable',
54
60
  'accessibleName',
55
61
  ],
56
62
  outputs: ['ui5DetailClick'],
63
+ exportAs: 'ui5Li',
57
64
  }]
58
65
  }], ctorParameters: () => [] });
59
66