@fundamental-ngx/ui5-webcomponents 0.58.0-rc.1

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 (329) hide show
  1. package/README.md +3 -0
  2. package/avatar/index.d.ts +101 -0
  3. package/avatar-group/index.d.ts +58 -0
  4. package/bar/index.d.ts +28 -0
  5. package/breadcrumbs/index.d.ts +33 -0
  6. package/breadcrumbs-item/index.d.ts +38 -0
  7. package/busy-indicator/index.d.ts +34 -0
  8. package/button/index.d.ts +117 -0
  9. package/button-badge/index.d.ts +29 -0
  10. package/calendar/index.d.ts +77 -0
  11. package/calendar-date/index.d.ts +19 -0
  12. package/calendar-date-range/index.d.ts +24 -0
  13. package/calendar-legend/index.d.ts +30 -0
  14. package/calendar-legend-item/index.d.ts +22 -0
  15. package/card/index.d.ts +32 -0
  16. package/card-header/index.d.ts +38 -0
  17. package/carousel/index.d.ts +88 -0
  18. package/check-box/index.d.ts +108 -0
  19. package/color-palette/index.d.ts +19 -0
  20. package/color-palette-item/index.d.ts +27 -0
  21. package/color-palette-popover/index.d.ts +51 -0
  22. package/color-picker/index.d.ts +35 -0
  23. package/combo-box/index.d.ts +102 -0
  24. package/combo-box-item/index.d.ts +22 -0
  25. package/combo-box-item-group/index.d.ts +49 -0
  26. package/date-picker/index.d.ts +143 -0
  27. package/date-range-picker/index.d.ts +163 -0
  28. package/date-time-picker/index.d.ts +143 -0
  29. package/dialog/index.d.ts +112 -0
  30. package/dynamic-date-range/index.d.ts +28 -0
  31. package/expandable-text/index.d.ts +30 -0
  32. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +121 -0
  33. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -0
  34. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +166 -0
  35. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -0
  36. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +71 -0
  37. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -0
  38. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +82 -0
  39. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -0
  40. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +90 -0
  41. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -0
  42. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +80 -0
  43. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs.map +1 -0
  44. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs +72 -0
  45. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs.map +1 -0
  46. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs +186 -0
  47. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs.map +1 -0
  48. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs +67 -0
  49. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs.map +1 -0
  50. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs +61 -0
  51. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs.map +1 -0
  52. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs +65 -0
  53. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs.map +1 -0
  54. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs +75 -0
  55. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -0
  56. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +142 -0
  57. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -0
  58. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +97 -0
  59. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -0
  60. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +77 -0
  61. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -0
  62. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +156 -0
  63. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs.map +1 -0
  64. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs +178 -0
  65. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs.map +1 -0
  66. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs +70 -0
  67. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs.map +1 -0
  68. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +113 -0
  69. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -0
  70. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +55 -0
  71. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs.map +1 -0
  72. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs +93 -0
  73. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs.map +1 -0
  74. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs +108 -0
  75. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs.map +1 -0
  76. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +65 -0
  77. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -0
  78. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs +177 -0
  79. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -0
  80. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +227 -0
  81. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -0
  82. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +254 -0
  83. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -0
  84. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +227 -0
  85. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -0
  86. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +184 -0
  87. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs.map +1 -0
  88. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs +85 -0
  89. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs.map +1 -0
  90. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs +75 -0
  91. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs.map +1 -0
  92. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs +190 -0
  93. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -0
  94. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +82 -0
  95. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -0
  96. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +65 -0
  97. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -0
  98. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +134 -0
  99. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -0
  100. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +127 -0
  101. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -0
  102. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +210 -0
  103. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -0
  104. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +85 -0
  105. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -0
  106. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +192 -0
  107. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -0
  108. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +129 -0
  109. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -0
  110. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +108 -0
  111. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -0
  112. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +179 -0
  113. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -0
  114. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +240 -0
  115. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -0
  116. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +60 -0
  117. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -0
  118. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +202 -0
  119. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -0
  120. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +36 -0
  121. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -0
  122. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs +135 -0
  123. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -0
  124. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +100 -0
  125. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs.map +1 -0
  126. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs +108 -0
  127. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs.map +1 -0
  128. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +70 -0
  129. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -0
  130. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +184 -0
  131. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -0
  132. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +229 -0
  133. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -0
  134. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +77 -0
  135. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -0
  136. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +85 -0
  137. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -0
  138. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +124 -0
  139. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -0
  140. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +185 -0
  141. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -0
  142. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs +88 -0
  143. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs.map +1 -0
  144. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs +156 -0
  145. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs.map +1 -0
  146. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +156 -0
  147. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -0
  148. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs +130 -0
  149. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs.map +1 -0
  150. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +185 -0
  151. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -0
  152. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +103 -0
  153. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -0
  154. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +135 -0
  155. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -0
  156. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +204 -0
  157. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs.map +1 -0
  158. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +151 -0
  159. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -0
  160. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs +66 -0
  161. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs.map +1 -0
  162. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs +132 -0
  163. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -0
  164. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +157 -0
  165. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -0
  166. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +61 -0
  167. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -0
  168. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +108 -0
  169. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map +1 -0
  170. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +65 -0
  171. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -0
  172. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs +154 -0
  173. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs.map +1 -0
  174. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs +138 -0
  175. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs.map +1 -0
  176. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs +36 -0
  177. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs.map +1 -0
  178. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +102 -0
  179. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -0
  180. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +60 -0
  181. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs.map +1 -0
  182. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs +101 -0
  183. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs.map +1 -0
  184. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs +55 -0
  185. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs.map +1 -0
  186. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs +112 -0
  187. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -0
  188. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +62 -0
  189. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs.map +1 -0
  190. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs +86 -0
  191. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs.map +1 -0
  192. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs +98 -0
  193. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs.map +1 -0
  194. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs +82 -0
  195. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs.map +1 -0
  196. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs +89 -0
  197. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs.map +1 -0
  198. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs +84 -0
  199. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs.map +1 -0
  200. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs +84 -0
  201. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs.map +1 -0
  202. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs +95 -0
  203. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs.map +1 -0
  204. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs +153 -0
  205. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -0
  206. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +111 -0
  207. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -0
  208. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +196 -0
  209. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -0
  210. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +65 -0
  211. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs.map +1 -0
  212. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs +23 -0
  213. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs.map +1 -0
  214. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs +176 -0
  215. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -0
  216. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +76 -0
  217. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -0
  218. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +93 -0
  219. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -0
  220. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +191 -0
  221. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -0
  222. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +65 -0
  223. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -0
  224. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +127 -0
  225. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -0
  226. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +168 -0
  227. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -0
  228. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +60 -0
  229. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -0
  230. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +130 -0
  231. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs.map +1 -0
  232. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs +67 -0
  233. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs.map +1 -0
  234. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs +74 -0
  235. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs.map +1 -0
  236. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs +75 -0
  237. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -0
  238. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +173 -0
  239. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -0
  240. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +178 -0
  241. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -0
  242. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +164 -0
  243. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -0
  244. package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs +74 -0
  245. package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs.map +1 -0
  246. package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs +108 -0
  247. package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs.map +1 -0
  248. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs +11748 -0
  249. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs.map +1 -0
  250. package/file-uploader/index.d.ts +97 -0
  251. package/form/index.d.ts +84 -0
  252. package/form-group/index.d.ts +36 -0
  253. package/form-item/index.d.ts +23 -0
  254. package/icon/index.d.ts +67 -0
  255. package/index.d.ts +6031 -0
  256. package/input/index.d.ts +131 -0
  257. package/label/index.d.ts +40 -0
  258. package/link/index.d.ts +123 -0
  259. package/list/index.d.ts +161 -0
  260. package/list-item-custom/index.d.ts +67 -0
  261. package/list-item-group/index.d.ts +49 -0
  262. package/list-item-standard/index.d.ts +110 -0
  263. package/menu/index.d.ts +69 -0
  264. package/menu-item/index.d.ts +128 -0
  265. package/menu-item-group/index.d.ts +18 -0
  266. package/menu-separator/index.d.ts +14 -0
  267. package/message-strip/index.d.ts +41 -0
  268. package/multi-combo-box/index.d.ts +108 -0
  269. package/multi-combo-box-item/index.d.ts +26 -0
  270. package/multi-combo-box-item-group/index.d.ts +49 -0
  271. package/multi-input/index.d.ts +147 -0
  272. package/option/index.d.ts +39 -0
  273. package/option-custom/index.d.ts +32 -0
  274. package/package.json +480 -0
  275. package/panel/index.d.ts +61 -0
  276. package/popover/index.d.ts +110 -0
  277. package/progress-indicator/index.d.ts +42 -0
  278. package/radio-button/index.d.ts +88 -0
  279. package/range-slider/index.d.ts +86 -0
  280. package/rating-indicator/index.d.ts +66 -0
  281. package/responsive-popover/index.d.ts +110 -0
  282. package/segmented-button/index.d.ts +53 -0
  283. package/segmented-button-item/index.d.ts +54 -0
  284. package/select/index.d.ts +104 -0
  285. package/slider/index.d.ts +82 -0
  286. package/special-calendar-date/index.d.ts +23 -0
  287. package/split-button/index.d.ts +70 -0
  288. package/step-input/index.d.ts +87 -0
  289. package/suggestion-item/index.d.ts +22 -0
  290. package/suggestion-item-custom/index.d.ts +19 -0
  291. package/suggestion-item-group/index.d.ts +49 -0
  292. package/switch/index.d.ts +86 -0
  293. package/tab/index.d.ts +54 -0
  294. package/tab-container/index.d.ts +73 -0
  295. package/tab-separator/index.d.ts +14 -0
  296. package/table/index.d.ts +87 -0
  297. package/table-cell/index.d.ts +18 -0
  298. package/table-growing/index.d.ts +43 -0
  299. package/table-header-cell/index.d.ts +64 -0
  300. package/table-header-cell-action-a-i/index.d.ts +19 -0
  301. package/table-header-row/index.d.ts +20 -0
  302. package/table-row/index.d.ts +36 -0
  303. package/table-row-action/index.d.ts +40 -0
  304. package/table-row-action-navigation/index.d.ts +29 -0
  305. package/table-selection/index.d.ts +27 -0
  306. package/table-selection-multi/index.d.ts +31 -0
  307. package/table-selection-single/index.d.ts +27 -0
  308. package/table-virtualizer/index.d.ts +37 -0
  309. package/tag/index.d.ts +50 -0
  310. package/text/index.d.ts +22 -0
  311. package/text-area/index.d.ts +120 -0
  312. package/theming/index.d.ts +11 -0
  313. package/time-picker/index.d.ts +101 -0
  314. package/title/index.d.ts +32 -0
  315. package/toast/index.d.ts +35 -0
  316. package/toggle-button/index.d.ts +122 -0
  317. package/token/index.d.ts +22 -0
  318. package/tokenizer/index.d.ts +64 -0
  319. package/toolbar/index.d.ts +30 -0
  320. package/toolbar-button/index.d.ts +102 -0
  321. package/toolbar-select/index.d.ts +65 -0
  322. package/toolbar-select-option/index.d.ts +18 -0
  323. package/toolbar-separator/index.d.ts +24 -0
  324. package/toolbar-spacer/index.d.ts +30 -0
  325. package/tree/index.d.ts +94 -0
  326. package/tree-item/index.d.ts +109 -0
  327. package/tree-item-custom/index.d.ts +105 -0
  328. package/types/index.d.ts +69 -0
  329. package/utils/index.d.ts +23 -0
@@ -0,0 +1,103 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, booleanAttribute, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/SegmentedButtonItem.js';
4
+
5
+ class SegmentedButtonItem {
6
+ constructor() {
7
+ /**
8
+ * Defines whether the component is disabled.
9
+ A disabled component can't be selected or
10
+ focused, and it is not in the tab chain.
11
+ */
12
+ this.disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
13
+ /**
14
+ * Determines whether the component is displayed as selected.
15
+ */
16
+ this.selected = input(false, ...(ngDevMode ? [{ debugName: "selected", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
17
+ /**
18
+ * Defines the tooltip of the component.
19
+
20
+ **Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
21
+ */
22
+ this.tooltip = input(...(ngDevMode ? [undefined, { debugName: "tooltip" }] : []));
23
+ /**
24
+ * Defines the accessible ARIA name of the component.
25
+ */
26
+ this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
27
+ /**
28
+ * Receives id(or many ids) of the elements that label the component.
29
+ */
30
+ this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
31
+ /**
32
+ * Defines the accessible description of the component.
33
+ */
34
+ this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescription" }] : []));
35
+ /**
36
+ * Defines the IDs of the HTML Elements that describe the component.
37
+ */
38
+ this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescriptionRef" }] : []));
39
+ /**
40
+ * Defines the icon, displayed as graphical element within the component.
41
+ The SAP-icons font provides numerous options.
42
+
43
+ Example:
44
+ See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
45
+ */
46
+ this.icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : [])); // className is now passed
47
+ this.elementRef = inject(ElementRef);
48
+ this.injector = inject(Injector);
49
+ }
50
+ get element() {
51
+ return this.elementRef.nativeElement;
52
+ }
53
+ ngAfterViewInit() {
54
+ const wcElement = this.element;
55
+ const inputsToSync = [
56
+ 'disabled',
57
+ 'selected',
58
+ 'tooltip',
59
+ 'accessibleName',
60
+ 'accessibleNameRef',
61
+ 'accessibleDescription',
62
+ 'accessibleDescriptionRef',
63
+ 'icon',
64
+ ];
65
+ // Synchronize inputs (properties)
66
+ for (const inputName of inputsToSync) {
67
+ // Find the corresponding camelCase signal property on the Angular component
68
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
69
+ // Use the Injector to run the effect in the correct context
70
+ if (this[signalName] && typeof this[signalName] === 'function') {
71
+ runInInjectionContext(this.injector, () => {
72
+ effect(() => {
73
+ // Read the signal value
74
+ const value = this[signalName]();
75
+ if (wcElement) {
76
+ // Write the value to the Web Component's property
77
+ wcElement[inputName] = value;
78
+ }
79
+ });
80
+ });
81
+ }
82
+ }
83
+ }
84
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SegmentedButtonItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
85
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: SegmentedButtonItem, isStandalone: true, selector: "ui5-segmented-button-item, [ui5-segmented-button-item]", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: "accessibleDescription", publicName: "accessibleDescription", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: "accessibleDescriptionRef", publicName: "accessibleDescriptionRef", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["ui5SegmentedButtonItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
86
+ }
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SegmentedButtonItem, decorators: [{
88
+ type: Component,
89
+ args: [{
90
+ standalone: true,
91
+ selector: 'ui5-segmented-button-item, [ui5-segmented-button-item]',
92
+ template: '<ng-content></ng-content>',
93
+ exportAs: 'ui5SegmentedButtonItem',
94
+ changeDetection: ChangeDetectionStrategy.OnPush,
95
+ }]
96
+ }] });
97
+
98
+ /**
99
+ * Generated bundle index. Do not edit.
100
+ */
101
+
102
+ export { SegmentedButtonItem };
103
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs","sources":["../tmp-esm2022/segmented-button-item/index.js","../tmp-esm2022/segmented-button-item/fundamental-ngx-ui5-webcomponents-segmented-button-item.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, effect, runInInjectionContext, inject, Injector, booleanAttribute } from '@angular/core';\nimport '@ui5/webcomponents/dist/SegmentedButtonItem.js';\nimport * as i0 from \"@angular/core\";\nexport class SegmentedButtonItem {\n constructor() {\n /**\n * Defines whether the component is disabled.\n A disabled component can't be selected or\n focused, and it is not in the tab chain.\n */\n this.disabled = input(false, ...(ngDevMode ? [{ debugName: \"disabled\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Determines whether the component is displayed as selected.\n */\n this.selected = input(false, ...(ngDevMode ? [{ debugName: \"selected\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\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 this.tooltip = input(...(ngDevMode ? [undefined, { debugName: \"tooltip\" }] : []));\n /**\n * Defines the accessible ARIA name of the component.\n */\n this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: \"accessibleName\" }] : []));\n /**\n * Receives id(or many ids) of the elements that label the component.\n */\n this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleNameRef\" }] : []));\n /**\n * Defines the accessible description of the component.\n */\n this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescription\" }] : []));\n /**\n * Defines the IDs of the HTML Elements that describe the component.\n */\n this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescriptionRef\" }] : []));\n /**\n * Defines the icon, displayed as graphical element within the component.\n The SAP-icons font provides numerous options.\n \n Example:\n See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n this.icon = input(...(ngDevMode ? [undefined, { debugName: \"icon\" }] : [])); // className is now passed\n this.elementRef = inject(ElementRef);\n this.injector = inject(Injector);\n }\n get element() {\n return this.elementRef.nativeElement;\n }\n ngAfterViewInit() {\n const wcElement = this.element;\n const inputsToSync = [\n 'disabled',\n 'selected',\n 'tooltip',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleDescription',\n 'accessibleDescriptionRef',\n 'icon',\n ];\n // Synchronize inputs (properties)\n for (const inputName of inputsToSync) {\n // Find the corresponding camelCase signal property on the Angular component\n const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());\n // Use the Injector to run the effect in the correct context\n if (this[signalName] && typeof this[signalName] === 'function') {\n runInInjectionContext(this.injector, () => {\n effect(() => {\n // Read the signal value\n const value = this[signalName]();\n if (wcElement) {\n // Write the value to the Web Component's property\n wcElement[inputName] = value;\n }\n });\n });\n }\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: SegmentedButtonItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: SegmentedButtonItem, isStandalone: true, selector: \"ui5-segmented-button-item, [ui5-segmented-button-item]\", inputs: { disabled: { classPropertyName: \"disabled\", publicName: \"disabled\", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: \"selected\", publicName: \"selected\", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: \"tooltip\", publicName: \"tooltip\", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: \"accessibleName\", publicName: \"accessibleName\", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: \"accessibleNameRef\", publicName: \"accessibleNameRef\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: \"accessibleDescription\", publicName: \"accessibleDescription\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: \"accessibleDescriptionRef\", publicName: \"accessibleDescriptionRef\", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: \"icon\", publicName: \"icon\", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: [\"ui5SegmentedButtonItem\"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: SegmentedButtonItem, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-segmented-button-item, [ui5-segmented-button-item]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5SegmentedButtonItem',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3NlZ21lbnRlZC1idXR0b24taXRlbS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUdMLE1BQU0sRUFDTixxQkFBcUIsRUFDckIsTUFBTSxFQUNOLFFBQVEsRUFDUixnQkFBZ0IsRUFHakIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxnREFBZ0QsQ0FBQzs7QUFjeEQsTUFBTSxPQUFPLG1CQUFtQjtJQVJoQztRQVVFOzs7O1dBSUc7UUFDSCxhQUFRLEdBQUcsS0FBSyxDQUFDLEtBQUssNENBQUksU0FBUyxFQUFFLGdCQUFnQixPQUE3QixFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxHQUFDLENBQUM7UUFFekQ7O1dBRUc7UUFDSCxhQUFRLEdBQUcsS0FBSyxDQUFDLEtBQUssNENBQUksU0FBUyxFQUFFLGdCQUFnQixPQUE3QixFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxHQUFDLENBQUM7UUFFekQ7Ozs7V0FJRztRQUNILFlBQU8sR0FBRyxLQUFLLDZEQUE2RCxDQUFDO1FBRTdFOztXQUVHO1FBQ0gsbUJBQWMsR0FBRyxLQUFLLG9FQUFvRSxDQUFDO1FBRTNGOztXQUVHO1FBQ0gsc0JBQWlCLEdBQUcsS0FBSyx1RUFBdUUsQ0FBQztRQUVqRzs7V0FFRztRQUNILDBCQUFxQixHQUFHLEtBQUssMkVBQTJFLENBQUM7UUFFekc7O1dBRUc7UUFDSCw2QkFBd0IsR0FBRyxLQUFLLDhFQUE4RSxDQUFDO1FBRS9HOzs7Ozs7V0FNRztRQUNILFNBQUksR0FBRyxLQUFLLDBEQUEwRCxDQUFDLENBQUMsMEJBQTBCO1FBSzNGLGVBQVUsR0FBcUMsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ2xFLGFBQVEsR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUM7S0E0Q3BDO0lBMUNDLElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVELGVBQWU7UUFDYixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO1FBRS9CLE1BQU0sWUFBWSxHQUFHO1lBQ25CLFVBQVU7WUFDVixVQUFVO1lBQ1YsU0FBUztZQUNULGdCQUFnQjtZQUNoQixtQkFBbUI7WUFDbkIsdUJBQXVCO1lBQ3ZCLDBCQUEwQjtZQUMxQixNQUFNO1NBQ1AsQ0FBQztRQUVGLGtDQUFrQztRQUNsQyxLQUFLLE1BQU0sU0FBUyxJQUFJLFlBQVksRUFBRSxDQUFDO1lBQ3JDLDRFQUE0RTtZQUM1RSxNQUFNLFVBQVUsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDLEtBQUssRUFBRSxDQUFDLENBQVMsRUFBRSxFQUFFLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUM7WUFFL0UsNERBQTREO1lBQzVELElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLFVBQVUsRUFBRSxDQUFDO2dCQUMvRCxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsUUFBUSxFQUFFLEdBQUcsRUFBRTtvQkFDeEMsTUFBTSxDQUFDLEdBQUcsRUFBRTt3QkFDVix3QkFBd0I7d0JBQ3hCLE1BQU0sS0FBSyxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsRUFBRSxDQUFDO3dCQUNqQyxJQUFJLFNBQVMsRUFBRSxDQUFDOzRCQUNkLGtEQUFrRDs0QkFDbEQsU0FBUyxDQUFDLFNBQVMsQ0FBQyxHQUFHLEtBQUssQ0FBQzt3QkFDL0IsQ0FBQztvQkFDSCxDQUFDLENBQUMsQ0FBQztnQkFDTCxDQUFDLENBQUMsQ0FBQztZQUNMLENBQUM7UUFDSCxDQUFDO0lBS0gsQ0FBQzs4R0FqR1UsbUJBQW1CO2tHQUFuQixtQkFBbUIsaXlDQUxwQiwyQkFBMkI7OzJGQUsxQixtQkFBbUI7a0JBUi9CLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSx3REFBd0Q7b0JBQ2xFLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFFBQVEsRUFBRSx3QkFBd0I7b0JBRWxDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNoRCIsInNvdXJjZXNDb250ZW50IjpbIlxuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgaW5wdXQsXG4gIG91dHB1dCxcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgZWZmZWN0LFxuICBydW5JbkluamVjdGlvbkNvbnRleHQsXG4gIGluamVjdCxcbiAgSW5qZWN0b3IsXG4gIGJvb2xlYW5BdHRyaWJ1dGUsXG4gIGNvbXB1dGVkLFxuICBzaWduYWxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1NlZ21lbnRlZEJ1dHRvbkl0ZW0uanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfU2VnbWVudGVkQnV0dG9uSXRlbSB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1NlZ21lbnRlZEJ1dHRvbkl0ZW0uanMnO1xuaW1wb3J0IHsgVUk1Q3VzdG9tRXZlbnQgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZSc7XG5cblxuXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICd1aTUtc2VnbWVudGVkLWJ1dHRvbi1pdGVtLCBbdWk1LXNlZ21lbnRlZC1idXR0b24taXRlbV0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBleHBvcnRBczogJ3VpNVNlZ21lbnRlZEJ1dHRvbkl0ZW0nLFxuXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBTZWdtZW50ZWRCdXR0b25JdGVtIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgd2hldGhlciB0aGUgY29tcG9uZW50IGlzIGRpc2FibGVkLlxuQSBkaXNhYmxlZCBjb21wb25lbnQgY2FuJ3QgYmUgc2VsZWN0ZWQgb3JcbmZvY3VzZWQsIGFuZCBpdCBpcyBub3QgaW4gdGhlIHRhYiBjaGFpbi5cbiAgICovXG4gIGRpc2FibGVkID0gaW5wdXQoZmFsc2UsIHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pO1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHdoZXRoZXIgdGhlIGNvbXBvbmVudCBpcyBkaXNwbGF5ZWQgYXMgc2VsZWN0ZWQuXG4gICAqL1xuICBzZWxlY3RlZCA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdG9vbHRpcCBvZiB0aGUgY29tcG9uZW50LlxuXG4qKk5vdGU6KiogQSB0b29sdGlwIGF0dHJpYnV0ZSBzaG91bGQgYmUgcHJvdmlkZWQgZm9yIGljb24tb25seSBidXR0b25zLCBpbiBvcmRlciB0byByZXByZXNlbnQgdGhlaXIgZXhhY3QgbWVhbmluZy9mdW5jdGlvbi5cbiAgICovXG4gIHRvb2x0aXAgPSBpbnB1dDx0eXBlb2YgX1NlZ21lbnRlZEJ1dHRvbkl0ZW0ucHJvdG90eXBlLnRvb2x0aXAgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGFjY2Vzc2libGUgQVJJQSBuYW1lIG9mIHRoZSBjb21wb25lbnQuXG4gICAqL1xuICBhY2Nlc3NpYmxlTmFtZSA9IGlucHV0PHR5cGVvZiBfU2VnbWVudGVkQnV0dG9uSXRlbS5wcm90b3R5cGUuYWNjZXNzaWJsZU5hbWUgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIFJlY2VpdmVzIGlkKG9yIG1hbnkgaWRzKSBvZiB0aGUgZWxlbWVudHMgdGhhdCBsYWJlbCB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZU5hbWVSZWYgPSBpbnB1dDx0eXBlb2YgX1NlZ21lbnRlZEJ1dHRvbkl0ZW0ucHJvdG90eXBlLmFjY2Vzc2libGVOYW1lUmVmIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBhY2Nlc3NpYmxlIGRlc2NyaXB0aW9uIG9mIHRoZSBjb21wb25lbnQuXG4gICAqL1xuICBhY2Nlc3NpYmxlRGVzY3JpcHRpb24gPSBpbnB1dDx0eXBlb2YgX1NlZ21lbnRlZEJ1dHRvbkl0ZW0ucHJvdG90eXBlLmFjY2Vzc2libGVEZXNjcmlwdGlvbiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgSURzIG9mIHRoZSBIVE1MIEVsZW1lbnRzIHRoYXQgZGVzY3JpYmUgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIGFjY2Vzc2libGVEZXNjcmlwdGlvblJlZiA9IGlucHV0PHR5cGVvZiBfU2VnbWVudGVkQnV0dG9uSXRlbS5wcm90b3R5cGUuYWNjZXNzaWJsZURlc2NyaXB0aW9uUmVmIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBpY29uLCBkaXNwbGF5ZWQgYXMgZ3JhcGhpY2FsIGVsZW1lbnQgd2l0aGluIHRoZSBjb21wb25lbnQuXG5UaGUgU0FQLWljb25zIGZvbnQgcHJvdmlkZXMgbnVtZXJvdXMgb3B0aW9ucy5cblxuRXhhbXBsZTpcblNlZSBhbGwgdGhlIGF2YWlsYWJsZSBpY29ucyB3aXRoaW4gdGhlIFtJY29uIEV4cGxvcmVyXShodHRwczovL3Nkay5vcGVudWk1Lm9yZy90ZXN0LXJlc291cmNlcy9zYXAvbS9kZW1va2l0L2ljb25FeHBsb3Jlci93ZWJhcHAvaW5kZXguaHRtbCkuXG4gICAqL1xuICBpY29uID0gaW5wdXQ8dHlwZW9mIF9TZWdtZW50ZWRCdXR0b25JdGVtLnByb3RvdHlwZS5pY29uIHwgdW5kZWZpbmVkPigpOyAvLyBjbGFzc05hbWUgaXMgbm93IHBhc3NlZFxuXG5cblxuXG4gIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmPF9TZWdtZW50ZWRCdXR0b25JdGVtPiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHVibGljIGluamVjdG9yID0gaW5qZWN0KEluamVjdG9yKTtcblxuICBnZXQgZWxlbWVudCgpOiBfU2VnbWVudGVkQnV0dG9uSXRlbSB7XG4gICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgIGNvbnN0IHdjRWxlbWVudCA9IHRoaXMuZWxlbWVudDtcbiAgICBcbiAgICBjb25zdCBpbnB1dHNUb1N5bmMgPSBbXG4gICAgICAnZGlzYWJsZWQnLFxuICAgICAgJ3NlbGVjdGVkJyxcbiAgICAgICd0b29sdGlwJyxcbiAgICAgICdhY2Nlc3NpYmxlTmFtZScsXG4gICAgICAnYWNjZXNzaWJsZU5hbWVSZWYnLFxuICAgICAgJ2FjY2Vzc2libGVEZXNjcmlwdGlvbicsXG4gICAgICAnYWNjZXNzaWJsZURlc2NyaXB0aW9uUmVmJyxcbiAgICAgICdpY29uJyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIGlucHV0cyAocHJvcGVydGllcylcbiAgICBmb3IgKGNvbnN0IGlucHV0TmFtZSBvZiBpbnB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIEZpbmQgdGhlIGNvcnJlc3BvbmRpbmcgY2FtZWxDYXNlIHNpZ25hbCBwcm9wZXJ0eSBvbiB0aGUgQW5ndWxhciBjb21wb25lbnRcbiAgICAgIGNvbnN0IHNpZ25hbE5hbWUgPSBpbnB1dE5hbWUucmVwbGFjZSgvLS4vZywgKHg6IHN0cmluZykgPT4geFsxXS50b1VwcGVyQ2FzZSgpKTtcblxuICAgICAgLy8gVXNlIHRoZSBJbmplY3RvciB0byBydW4gdGhlIGVmZmVjdCBpbiB0aGUgY29ycmVjdCBjb250ZXh0XG4gICAgICBpZiAodGhpc1tzaWduYWxOYW1lXSAmJiB0eXBlb2YgdGhpc1tzaWduYWxOYW1lXSA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICBydW5JbkluamVjdGlvbkNvbnRleHQodGhpcy5pbmplY3RvciwgKCkgPT4ge1xuICAgICAgICAgIGVmZmVjdCgoKSA9PiB7XG4gICAgICAgICAgICAvLyBSZWFkIHRoZSBzaWduYWwgdmFsdWVcbiAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gdGhpc1tzaWduYWxOYW1lXSgpO1xuICAgICAgICAgICAgaWYgKHdjRWxlbWVudCkge1xuICAgICAgICAgICAgICAvLyBXcml0ZSB0aGUgdmFsdWUgdG8gdGhlIFdlYiBDb21wb25lbnQncyBwcm9wZXJ0eVxuICAgICAgICAgICAgICB3Y0VsZW1lbnRbaW5wdXROYW1lXSA9IHZhbHVlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIFxuICAgIFxuXG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXNlZ21lbnRlZC1idXR0b24taXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LXdlYmNvbXBvbmVudHMvc2VnbWVudGVkLWJ1dHRvbi1pdGVtL2Z1bmRhbWVudGFsLW5neC11aTUtd2ViY29tcG9uZW50cy1zZWdtZW50ZWQtYnV0dG9uLWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -0,0 +1,135 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, booleanAttribute, computed, output, inject, ElementRef, Injector, signal, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/SegmentedButton.js';
4
+
5
+ class SegmentedButton {
6
+ constructor() {
7
+ /**
8
+ * Defines the accessible ARIA name of the component.
9
+ */
10
+ this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
11
+ /**
12
+ * Defines the IDs of the HTML Elements that label the component.
13
+ */
14
+ this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
15
+ /**
16
+ * Defines the accessible description of the component.
17
+ */
18
+ this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescription" }] : []));
19
+ /**
20
+ * Defines the IDs of the HTML Elements that describe the component.
21
+ */
22
+ this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescriptionRef" }] : []));
23
+ /**
24
+ * Defines the component selection mode.
25
+ */
26
+ this.selectionMode = input("Single", ...(ngDevMode ? [{ debugName: "selectionMode" }] : []));
27
+ /**
28
+ * Determines whether the segmented button items should be sized to fit their content.
29
+
30
+ If set to `true`, each item will be sized to fit its content, with any extra space distributed after the last item.
31
+ If set to `false` (the default), all items will be equally sized to fill the available space.
32
+ */
33
+ this.itemsFitContent = input(false, ...(ngDevMode ? [{ debugName: "itemsFitContent", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed
34
+ /**
35
+ * Returns an array of the currently selected items.
36
+ * @readonly This property is managed by the web component and updates reactively.
37
+ * Based on schema: readonly field that updates via selection-change event parameters.
38
+ */
39
+ this.selectedItems = computed(() => this._selectedItemsSignal(), ...(ngDevMode ? [{ debugName: "selectedItems" }] : []));
40
+ /**
41
+ * Fired when the selected item changes.
42
+ */
43
+ this.ui5SelectionChange = output();
44
+ this.elementRef = inject(ElementRef);
45
+ this.injector = inject(Injector);
46
+ // Internal signal to track selectedItems from selection-change events
47
+ this._selectedItemsSignal = signal([], ...(ngDevMode ? [{ debugName: "_selectedItemsSignal" }] : []));
48
+ }
49
+ get element() {
50
+ return this.elementRef.nativeElement;
51
+ }
52
+ ngAfterViewInit() {
53
+ const wcElement = this.element;
54
+ const inputsToSync = [
55
+ 'accessibleName',
56
+ 'accessibleNameRef',
57
+ 'accessibleDescription',
58
+ 'accessibleDescriptionRef',
59
+ 'selectionMode',
60
+ 'itemsFitContent',
61
+ ];
62
+ // Synchronize inputs (properties)
63
+ for (const inputName of inputsToSync) {
64
+ // Find the corresponding camelCase signal property on the Angular component
65
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
66
+ // Use the Injector to run the effect in the correct context
67
+ if (this[signalName] && typeof this[signalName] === 'function') {
68
+ runInInjectionContext(this.injector, () => {
69
+ effect(() => {
70
+ // Read the signal value
71
+ const value = this[signalName]();
72
+ if (wcElement) {
73
+ // Write the value to the Web Component's property
74
+ wcElement[inputName] = value;
75
+ }
76
+ });
77
+ });
78
+ }
79
+ }
80
+ const outputsToSync = [
81
+ 'ui5SelectionChange',
82
+ ];
83
+ // Synchronize outputs (events)
84
+ for (const outputName of outputsToSync) {
85
+ // Map Angular output name to UI5 web component event name
86
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
87
+ // Ensure the output property exists and has an emit function before adding listener
88
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
89
+ // Cast the listener to the correct type to satisfy TypeScript
90
+ wcElement.addEventListener(eventName, (e) => {
91
+ // Update selectedItems signal when selection-change event fires
92
+ if (eventName === 'selection-change') {
93
+ const customEvent = e;
94
+ // Use selectedItems from event detail, fallback to web component property
95
+ const selectedItemsValue = customEvent.detail?.selectedItems || wcElement.selectedItems || [];
96
+ this._selectedItemsSignal.set(selectedItemsValue);
97
+ }
98
+ this[outputName].emit(e);
99
+ });
100
+ }
101
+ }
102
+ // Initialize selectedItems signal with current state using delayed initialization
103
+ // to handle web component timing properly
104
+ const initializeSelectedItems = () => {
105
+ const currentValue = wcElement.selectedItems || [];
106
+ if (JSON.stringify(currentValue) !== JSON.stringify(this._selectedItemsSignal())) {
107
+ this._selectedItemsSignal.set(currentValue);
108
+ }
109
+ };
110
+ // Try immediate initialization
111
+ initializeSelectedItems();
112
+ // Fallback delayed initialization if web component needs more time
113
+ // Use requestAnimationFrame for zoneless compatibility
114
+ requestAnimationFrame(() => initializeSelectedItems());
115
+ }
116
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SegmentedButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
117
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: SegmentedButton, isStandalone: true, selector: "ui5-segmented-button, [ui5-segmented-button]", inputs: { accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: "accessibleDescription", publicName: "accessibleDescription", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: "accessibleDescriptionRef", publicName: "accessibleDescriptionRef", isSignal: true, isRequired: false, transformFunction: null }, selectionMode: { classPropertyName: "selectionMode", publicName: "selectionMode", isSignal: true, isRequired: false, transformFunction: null }, itemsFitContent: { classPropertyName: "itemsFitContent", publicName: "itemsFitContent", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5SegmentedButton"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
118
+ }
119
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SegmentedButton, decorators: [{
120
+ type: Component,
121
+ args: [{
122
+ standalone: true,
123
+ selector: 'ui5-segmented-button, [ui5-segmented-button]',
124
+ template: '<ng-content></ng-content>',
125
+ exportAs: 'ui5SegmentedButton',
126
+ changeDetection: ChangeDetectionStrategy.OnPush,
127
+ }]
128
+ }] });
129
+
130
+ /**
131
+ * Generated bundle index. Do not edit.
132
+ */
133
+
134
+ export { SegmentedButton };
135
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-segmented-button.mjs","sources":["../tmp-esm2022/segmented-button/index.js","../tmp-esm2022/segmented-button/fundamental-ngx-ui5-webcomponents-segmented-button.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector, booleanAttribute, computed, signal } from '@angular/core';\nimport '@ui5/webcomponents/dist/SegmentedButton.js';\nimport * as i0 from \"@angular/core\";\nexport class SegmentedButton {\n constructor() {\n /**\n * Defines the accessible ARIA name of the component.\n */\n this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: \"accessibleName\" }] : []));\n /**\n * Defines the IDs of the HTML Elements that label the component.\n */\n this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleNameRef\" }] : []));\n /**\n * Defines the accessible description of the component.\n */\n this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescription\" }] : []));\n /**\n * Defines the IDs of the HTML Elements that describe the component.\n */\n this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescriptionRef\" }] : []));\n /**\n * Defines the component selection mode.\n */\n this.selectionMode = input(\"Single\", ...(ngDevMode ? [{ debugName: \"selectionMode\" }] : []));\n /**\n * Determines whether the segmented button items should be sized to fit their content.\n \n If set to `true`, each item will be sized to fit its content, with any extra space distributed after the last item.\n If set to `false` (the default), all items will be equally sized to fill the available space.\n */\n this.itemsFitContent = input(false, ...(ngDevMode ? [{ debugName: \"itemsFitContent\", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed\n /**\n * Returns an array of the currently selected items.\n * @readonly This property is managed by the web component and updates reactively.\n * Based on schema: readonly field that updates via selection-change event parameters.\n */\n this.selectedItems = computed(() => this._selectedItemsSignal(), ...(ngDevMode ? [{ debugName: \"selectedItems\" }] : []));\n /**\n * Fired when the selected item changes.\n */\n this.ui5SelectionChange = output();\n this.elementRef = inject(ElementRef);\n this.injector = inject(Injector);\n // Internal signal to track selectedItems from selection-change events\n this._selectedItemsSignal = signal([], ...(ngDevMode ? [{ debugName: \"_selectedItemsSignal\" }] : []));\n }\n get element() {\n return this.elementRef.nativeElement;\n }\n ngAfterViewInit() {\n const wcElement = this.element;\n const inputsToSync = [\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleDescription',\n 'accessibleDescriptionRef',\n 'selectionMode',\n 'itemsFitContent',\n ];\n // Synchronize inputs (properties)\n for (const inputName of inputsToSync) {\n // Find the corresponding camelCase signal property on the Angular component\n const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());\n // Use the Injector to run the effect in the correct context\n if (this[signalName] && typeof this[signalName] === 'function') {\n runInInjectionContext(this.injector, () => {\n effect(() => {\n // Read the signal value\n const value = this[signalName]();\n if (wcElement) {\n // Write the value to the Web Component's property\n wcElement[inputName] = value;\n }\n });\n });\n }\n }\n const outputsToSync = [\n 'ui5SelectionChange',\n ];\n // Synchronize outputs (events)\n for (const outputName of outputsToSync) {\n // Map Angular output name to UI5 web component event name\n const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);\n // Ensure the output property exists and has an emit function before adding listener\n if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {\n // Cast the listener to the correct type to satisfy TypeScript\n wcElement.addEventListener(eventName, (e) => {\n // Update selectedItems signal when selection-change event fires\n if (eventName === 'selection-change') {\n const customEvent = e;\n // Use selectedItems from event detail, fallback to web component property\n const selectedItemsValue = customEvent.detail?.selectedItems || wcElement.selectedItems || [];\n this._selectedItemsSignal.set(selectedItemsValue);\n }\n this[outputName].emit(e);\n });\n }\n }\n // Initialize selectedItems signal with current state using delayed initialization\n // to handle web component timing properly\n const initializeSelectedItems = () => {\n const currentValue = wcElement.selectedItems || [];\n if (JSON.stringify(currentValue) !== JSON.stringify(this._selectedItemsSignal())) {\n this._selectedItemsSignal.set(currentValue);\n }\n };\n // Try immediate initialization\n initializeSelectedItems();\n // Fallback delayed initialization if web component needs more time\n // Use requestAnimationFrame for zoneless compatibility\n requestAnimationFrame(() => initializeSelectedItems());\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: SegmentedButton, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: SegmentedButton, isStandalone: true, selector: \"ui5-segmented-button, [ui5-segmented-button]\", inputs: { accessibleName: { classPropertyName: \"accessibleName\", publicName: \"accessibleName\", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: \"accessibleNameRef\", publicName: \"accessibleNameRef\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: \"accessibleDescription\", publicName: \"accessibleDescription\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: \"accessibleDescriptionRef\", publicName: \"accessibleDescriptionRef\", isSignal: true, isRequired: false, transformFunction: null }, selectionMode: { classPropertyName: \"selectionMode\", publicName: \"selectionMode\", isSignal: true, isRequired: false, transformFunction: null }, itemsFitContent: { classPropertyName: \"itemsFitContent\", publicName: \"itemsFitContent\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5SelectionChange: \"ui5SelectionChange\" }, exportAs: [\"ui5SegmentedButton\"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: SegmentedButton, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-segmented-button, [ui5-segmented-button]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5SegmentedButton',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3NlZ21lbnRlZC1idXR0b24vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsVUFBVSxFQUNWLEtBQUssRUFDTCxNQUFNLEVBRU4sTUFBTSxFQUNOLHFCQUFxQixFQUNyQixNQUFNLEVBQ04sUUFBUSxFQUNSLGdCQUFnQixFQUNoQixRQUFRLEVBQ1IsTUFBTSxFQUNQLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sNENBQTRDLENBQUM7O0FBZXBELE1BQU0sT0FBTyxlQUFlO0lBUjVCO1FBVUU7O1dBRUc7UUFDSCxtQkFBYyxHQUFHLEtBQUssb0VBQWdFLENBQUM7UUFFdkY7O1dBRUc7UUFDSCxzQkFBaUIsR0FBRyxLQUFLLHVFQUFtRSxDQUFDO1FBRTdGOztXQUVHO1FBQ0gsMEJBQXFCLEdBQUcsS0FBSywyRUFBdUUsQ0FBQztRQUVyRzs7V0FFRztRQUNILDZCQUF3QixHQUFHLEtBQUssOEVBQTBFLENBQUM7UUFFM0c7O1dBRUc7UUFDSCxrQkFBYSxHQUFHLEtBQUssQ0FBOEQsUUFBUSx5REFBQyxDQUFDO1FBRTdGOzs7OztXQUtHO1FBQ0gsb0JBQWUsR0FBRyxLQUFLLENBQUMsS0FBSyxtREFBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQyxDQUFDLDBCQUEwQjtRQUUzRjs7OztXQUlHO1FBQ0gsa0JBQWEsR0FBRyxRQUFRLENBQUMsR0FBRyxFQUFFLENBQUMsSUFBSSxDQUFDLG9CQUFvQixFQUFFLHlEQUFDLENBQUM7UUFHNUQ7O1dBRUc7UUFDSCx1QkFBa0IsR0FBRyxNQUFNLEVBQXdELENBQUM7UUFFN0UsZUFBVSxHQUFpQyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDOUQsYUFBUSxHQUFHLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQztRQUVuQyxzRUFBc0U7UUFDOUQseUJBQW9CLEdBQUcsTUFBTSxDQUE4QixFQUFFLGdFQUFDLENBQUM7S0FnRnhFO0lBOUVDLElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVELGVBQWU7UUFDYixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO1FBRS9CLE1BQU0sWUFBWSxHQUFHO1lBQ25CLGdCQUFnQjtZQUNoQixtQkFBbUI7WUFDbkIsdUJBQXVCO1lBQ3ZCLDBCQUEwQjtZQUMxQixlQUFlO1lBQ2YsaUJBQWlCO1NBQ2xCLENBQUM7UUFFRixrQ0FBa0M7UUFDbEMsS0FBSyxNQUFNLFNBQVMsSUFBSSxZQUFZLEVBQUUsQ0FBQztZQUNyQyw0RUFBNEU7WUFDNUUsTUFBTSxVQUFVLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFTLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDO1lBRS9FLDREQUE0RDtZQUM1RCxJQUFJLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxVQUFVLEVBQUUsQ0FBQztnQkFDL0QscUJBQXFCLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxHQUFHLEVBQUU7b0JBQ3hDLE1BQU0sQ0FBQyxHQUFHLEVBQUU7d0JBQ1Ysd0JBQXdCO3dCQUN4QixNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLEVBQUUsQ0FBQzt3QkFDakMsSUFBSSxTQUFTLEVBQUUsQ0FBQzs0QkFDZCxrREFBa0Q7NEJBQ2xELFNBQVMsQ0FBQyxTQUFTLENBQUMsR0FBRyxLQUFLLENBQUM7d0JBQy9CLENBQUM7b0JBQ0gsQ0FBQyxDQUFDLENBQUM7Z0JBQ0wsQ0FBQyxDQUFDLENBQUM7WUFDTCxDQUFDO1FBQ0gsQ0FBQztRQUdELE1BQU0sYUFBYSxHQUFHO1lBQ3BCLG9CQUFvQjtTQUNyQixDQUFDO1FBRUYsK0JBQStCO1FBQy9CLEtBQUssTUFBTSxVQUFVLElBQUksYUFBYSxFQUFFLENBQUM7WUFDdkMsMERBQTBEO1lBQzFELE1BQU0sU0FBUyxHQUFHLFVBQVUsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxVQUFVLEVBQUUsS0FBSyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ3RHLG9GQUFvRjtZQUNwRixJQUFJLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLEtBQUssVUFBVSxJQUFJLFNBQVMsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO2dCQUNsRyw4REFBOEQ7Z0JBQzlELFNBQVMsQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtvQkFDMUMsZ0VBQWdFO29CQUNoRSxJQUFJLFNBQVMsS0FBSyxrQkFBa0IsRUFBRSxDQUFDO3dCQUNyQyxNQUFNLFdBQVcsR0FBRyxDQUFxQixDQUFDO3dCQUMxQywwRUFBMEU7d0JBQzFFLE1BQU0sa0JBQWtCLEdBQUcsV0FBVyxDQUFDLE1BQU0sRUFBRSxhQUFhLElBQUksU0FBUyxDQUFDLGFBQWEsSUFBSSxFQUFFLENBQUM7d0JBQzlGLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxHQUFHLENBQUMsa0JBQWtCLENBQUMsQ0FBQztvQkFDcEQsQ0FBQztvQkFDRCxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQXFCLENBQUMsQ0FBQztnQkFDL0MsQ0FBQyxDQUFDLENBQUM7WUFDTCxDQUFDO1FBQ0gsQ0FBQztRQUdELGtGQUFrRjtRQUNsRiwwQ0FBMEM7UUFDMUMsTUFBTSx1QkFBdUIsR0FBRyxHQUFTLEVBQUU7WUFDekMsTUFBTSxZQUFZLEdBQUcsU0FBUyxDQUFDLGFBQWEsSUFBSSxFQUFFLENBQUM7WUFDbkQsSUFBSSxJQUFJLENBQUMsU0FBUyxDQUFDLFlBQVksQ0FBQyxLQUFLLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLG9CQUFvQixFQUFFLENBQUMsRUFBRSxDQUFDO2dCQUNqRixJQUFJLENBQUMsb0JBQW9CLENBQUMsR0FBRyxDQUFDLFlBQVksQ0FBQyxDQUFDO1lBQzlDLENBQUM7UUFDSCxDQUFDLENBQUM7UUFFRiwrQkFBK0I7UUFDL0IsdUJBQXVCLEVBQUUsQ0FBQztRQUUxQixtRUFBbUU7UUFDbkUsdURBQXVEO1FBQ3ZELHFCQUFxQixDQUFDLEdBQUcsRUFBRSxDQUFDLHVCQUF1QixFQUFFLENBQUMsQ0FBQztJQUN6RCxDQUFDOzhHQW5JVSxlQUFlO2tHQUFmLGVBQWUsMm5DQUxoQiwyQkFBMkI7OzJGQUsxQixlQUFlO2tCQVIzQixTQUFTO21CQUFDO29CQUNULFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsOENBQThDO29CQUN4RCxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxRQUFRLEVBQUUsb0JBQW9CO29CQUU5QixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtpQkFDaEQiLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIEFmdGVyVmlld0luaXQsXG4gIGVmZmVjdCxcbiAgcnVuSW5JbmplY3Rpb25Db250ZXh0LFxuICBpbmplY3QsXG4gIEluamVjdG9yLFxuICBib29sZWFuQXR0cmlidXRlLFxuICBjb21wdXRlZCxcbiAgc2lnbmFsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9TZWdtZW50ZWRCdXR0b24uanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfU2VnbWVudGVkQnV0dG9uIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvU2VnbWVudGVkQnV0dG9uLmpzJztcbmltcG9ydCB7IFVJNUN1c3RvbUV2ZW50IH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWJhc2UnO1xuXG5pbXBvcnQgeyBkZWZhdWx0IGFzIFNlZ21lbnRlZEJ1dHRvblNlbGVjdGlvbk1vZGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC90eXBlcy9TZWdtZW50ZWRCdXR0b25TZWxlY3Rpb25Nb2RlLmpzJztcbmltcG9ydCB7IElTZWdtZW50ZWRCdXR0b25JdGVtIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvU2VnbWVudGVkQnV0dG9uLmpzJztcblxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAndWk1LXNlZ21lbnRlZC1idXR0b24sIFt1aTUtc2VnbWVudGVkLWJ1dHRvbl0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBleHBvcnRBczogJ3VpNVNlZ21lbnRlZEJ1dHRvbicsXG5cbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFNlZ21lbnRlZEJ1dHRvbiBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBhY2Nlc3NpYmxlIEFSSUEgbmFtZSBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZU5hbWUgPSBpbnB1dDx0eXBlb2YgX1NlZ21lbnRlZEJ1dHRvbi5wcm90b3R5cGUuYWNjZXNzaWJsZU5hbWUgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIElEcyBvZiB0aGUgSFRNTCBFbGVtZW50cyB0aGF0IGxhYmVsIHRoZSBjb21wb25lbnQuXG4gICAqL1xuICBhY2Nlc3NpYmxlTmFtZVJlZiA9IGlucHV0PHR5cGVvZiBfU2VnbWVudGVkQnV0dG9uLnByb3RvdHlwZS5hY2Nlc3NpYmxlTmFtZVJlZiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYWNjZXNzaWJsZSBkZXNjcmlwdGlvbiBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZURlc2NyaXB0aW9uID0gaW5wdXQ8dHlwZW9mIF9TZWdtZW50ZWRCdXR0b24ucHJvdG90eXBlLmFjY2Vzc2libGVEZXNjcmlwdGlvbiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgSURzIG9mIHRoZSBIVE1MIEVsZW1lbnRzIHRoYXQgZGVzY3JpYmUgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIGFjY2Vzc2libGVEZXNjcmlwdGlvblJlZiA9IGlucHV0PHR5cGVvZiBfU2VnbWVudGVkQnV0dG9uLnByb3RvdHlwZS5hY2Nlc3NpYmxlRGVzY3JpcHRpb25SZWYgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGNvbXBvbmVudCBzZWxlY3Rpb24gbW9kZS5cbiAgICovXG4gIHNlbGVjdGlvbk1vZGUgPSBpbnB1dDx0eXBlb2YgX1NlZ21lbnRlZEJ1dHRvbi5wcm90b3R5cGUuc2VsZWN0aW9uTW9kZSB8IHVuZGVmaW5lZD4oXCJTaW5nbGVcIik7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgd2hldGhlciB0aGUgc2VnbWVudGVkIGJ1dHRvbiBpdGVtcyBzaG91bGQgYmUgc2l6ZWQgdG8gZml0IHRoZWlyIGNvbnRlbnQuXG5cbklmIHNldCB0byBgdHJ1ZWAsIGVhY2ggaXRlbSB3aWxsIGJlIHNpemVkIHRvIGZpdCBpdHMgY29udGVudCwgd2l0aCBhbnkgZXh0cmEgc3BhY2UgZGlzdHJpYnV0ZWQgYWZ0ZXIgdGhlIGxhc3QgaXRlbS5cbklmIHNldCB0byBgZmFsc2VgICh0aGUgZGVmYXVsdCksIGFsbCBpdGVtcyB3aWxsIGJlIGVxdWFsbHkgc2l6ZWQgdG8gZmlsbCB0aGUgYXZhaWxhYmxlIHNwYWNlLlxuICAgKi9cbiAgaXRlbXNGaXRDb250ZW50ID0gaW5wdXQoZmFsc2UsIHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pOyAvLyBjbGFzc05hbWUgaXMgbm93IHBhc3NlZFxuXG4gIC8qKlxuICAgKiBSZXR1cm5zIGFuIGFycmF5IG9mIHRoZSBjdXJyZW50bHkgc2VsZWN0ZWQgaXRlbXMuXG4gICAqIEByZWFkb25seSBUaGlzIHByb3BlcnR5IGlzIG1hbmFnZWQgYnkgdGhlIHdlYiBjb21wb25lbnQgYW5kIHVwZGF0ZXMgcmVhY3RpdmVseS5cbiAgICogQmFzZWQgb24gc2NoZW1hOiByZWFkb25seSBmaWVsZCB0aGF0IHVwZGF0ZXMgdmlhIHNlbGVjdGlvbi1jaGFuZ2UgZXZlbnQgcGFyYW1ldGVycy5cbiAgICovXG4gIHNlbGVjdGVkSXRlbXMgPSBjb21wdXRlZCgoKSA9PiB0aGlzLl9zZWxlY3RlZEl0ZW1zU2lnbmFsKCkpO1xuXG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIHNlbGVjdGVkIGl0ZW0gY2hhbmdlcy5cbiAgICovXG4gIHVpNVNlbGVjdGlvbkNoYW5nZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfU2VnbWVudGVkQnV0dG9uLCAnc2VsZWN0aW9uLWNoYW5nZSc+PigpO1xuXG4gIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmPF9TZWdtZW50ZWRCdXR0b24+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwdWJsaWMgaW5qZWN0b3IgPSBpbmplY3QoSW5qZWN0b3IpO1xuXG4gIC8vIEludGVybmFsIHNpZ25hbCB0byB0cmFjayBzZWxlY3RlZEl0ZW1zIGZyb20gc2VsZWN0aW9uLWNoYW5nZSBldmVudHNcbiAgcHJpdmF0ZSBfc2VsZWN0ZWRJdGVtc1NpZ25hbCA9IHNpZ25hbDxBcnJheTxJU2VnbWVudGVkQnV0dG9uSXRlbT4+KFtdKTtcblxuICBnZXQgZWxlbWVudCgpOiBfU2VnbWVudGVkQnV0dG9uIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgY29uc3Qgd2NFbGVtZW50ID0gdGhpcy5lbGVtZW50O1xuICAgIFxuICAgIGNvbnN0IGlucHV0c1RvU3luYyA9IFtcbiAgICAgICdhY2Nlc3NpYmxlTmFtZScsXG4gICAgICAnYWNjZXNzaWJsZU5hbWVSZWYnLFxuICAgICAgJ2FjY2Vzc2libGVEZXNjcmlwdGlvbicsXG4gICAgICAnYWNjZXNzaWJsZURlc2NyaXB0aW9uUmVmJyxcbiAgICAgICdzZWxlY3Rpb25Nb2RlJyxcbiAgICAgICdpdGVtc0ZpdENvbnRlbnQnLFxuICAgIF07XG4gICAgXG4gICAgLy8gU3luY2hyb25pemUgaW5wdXRzIChwcm9wZXJ0aWVzKVxuICAgIGZvciAoY29uc3QgaW5wdXROYW1lIG9mIGlucHV0c1RvU3luYykge1xuICAgICAgLy8gRmluZCB0aGUgY29ycmVzcG9uZGluZyBjYW1lbENhc2Ugc2lnbmFsIHByb3BlcnR5IG9uIHRoZSBBbmd1bGFyIGNvbXBvbmVudFxuICAgICAgY29uc3Qgc2lnbmFsTmFtZSA9IGlucHV0TmFtZS5yZXBsYWNlKC8tLi9nLCAoeDogc3RyaW5nKSA9PiB4WzFdLnRvVXBwZXJDYXNlKCkpO1xuXG4gICAgICAvLyBVc2UgdGhlIEluamVjdG9yIHRvIHJ1biB0aGUgZWZmZWN0IGluIHRoZSBjb3JyZWN0IGNvbnRleHRcbiAgICAgIGlmICh0aGlzW3NpZ25hbE5hbWVdICYmIHR5cGVvZiB0aGlzW3NpZ25hbE5hbWVdID09PSAnZnVuY3Rpb24nKSB7XG4gICAgICAgIHJ1bkluSW5qZWN0aW9uQ29udGV4dCh0aGlzLmluamVjdG9yLCAoKSA9PiB7XG4gICAgICAgICAgZWZmZWN0KCgpID0+IHtcbiAgICAgICAgICAgIC8vIFJlYWQgdGhlIHNpZ25hbCB2YWx1ZVxuICAgICAgICAgICAgY29uc3QgdmFsdWUgPSB0aGlzW3NpZ25hbE5hbWVdKCk7XG4gICAgICAgICAgICBpZiAod2NFbGVtZW50KSB7XG4gICAgICAgICAgICAgIC8vIFdyaXRlIHRoZSB2YWx1ZSB0byB0aGUgV2ViIENvbXBvbmVudCdzIHByb3BlcnR5XG4gICAgICAgICAgICAgIHdjRWxlbWVudFtpbnB1dE5hbWVdID0gdmFsdWU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfSk7XG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH1cbiAgXG4gICAgXG4gICAgY29uc3Qgb3V0cHV0c1RvU3luYyA9IFtcbiAgICAgICd1aTVTZWxlY3Rpb25DaGFuZ2UnLFxuICAgIF07XG4gICAgXG4gICAgLy8gU3luY2hyb25pemUgb3V0cHV0cyAoZXZlbnRzKVxuICAgIGZvciAoY29uc3Qgb3V0cHV0TmFtZSBvZiBvdXRwdXRzVG9TeW5jKSB7XG4gICAgICAvLyBNYXAgQW5ndWxhciBvdXRwdXQgbmFtZSB0byBVSTUgd2ViIGNvbXBvbmVudCBldmVudCBuYW1lXG4gICAgICBjb25zdCBldmVudE5hbWUgPSBvdXRwdXROYW1lLnJlcGxhY2UoJ3VpNScsICcnKS5yZXBsYWNlKC8oW0EtWl0pL2csICctJDEnKS50b0xvd2VyQ2FzZSgpLnN1YnN0cmluZygxKTtcbiAgICAgIC8vIEVuc3VyZSB0aGUgb3V0cHV0IHByb3BlcnR5IGV4aXN0cyBhbmQgaGFzIGFuIGVtaXQgZnVuY3Rpb24gYmVmb3JlIGFkZGluZyBsaXN0ZW5lclxuICAgICAgaWYgKHRoaXNbb3V0cHV0TmFtZV0gJiYgdHlwZW9mIHRoaXNbb3V0cHV0TmFtZV0uZW1pdCA9PT0gJ2Z1bmN0aW9uJyAmJiB3Y0VsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcikge1xuICAgICAgICAvLyBDYXN0IHRoZSBsaXN0ZW5lciB0byB0aGUgY29ycmVjdCB0eXBlIHRvIHNhdGlzZnkgVHlwZVNjcmlwdFxuICAgICAgICB3Y0VsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcihldmVudE5hbWUsIChlKSA9PiB7XG4gICAgICAgICAgLy8gVXBkYXRlIHNlbGVjdGVkSXRlbXMgc2lnbmFsIHdoZW4gc2VsZWN0aW9uLWNoYW5nZSBldmVudCBmaXJlc1xuICAgICAgICAgIGlmIChldmVudE5hbWUgPT09ICdzZWxlY3Rpb24tY2hhbmdlJykge1xuICAgICAgICAgICAgY29uc3QgY3VzdG9tRXZlbnQgPSBlIGFzIEN1c3RvbUV2ZW50PGFueT47XG4gICAgICAgICAgICAvLyBVc2Ugc2VsZWN0ZWRJdGVtcyBmcm9tIGV2ZW50IGRldGFpbCwgZmFsbGJhY2sgdG8gd2ViIGNvbXBvbmVudCBwcm9wZXJ0eVxuICAgICAgICAgICAgY29uc3Qgc2VsZWN0ZWRJdGVtc1ZhbHVlID0gY3VzdG9tRXZlbnQuZGV0YWlsPy5zZWxlY3RlZEl0ZW1zIHx8IHdjRWxlbWVudC5zZWxlY3RlZEl0ZW1zIHx8IFtdO1xuICAgICAgICAgICAgdGhpcy5fc2VsZWN0ZWRJdGVtc1NpZ25hbC5zZXQoc2VsZWN0ZWRJdGVtc1ZhbHVlKTtcbiAgICAgICAgICB9XG4gICAgICAgICAgdGhpc1tvdXRwdXROYW1lXS5lbWl0KGUgYXMgQ3VzdG9tRXZlbnQ8YW55Pik7XG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH1cbiAgXG5cbiAgICAvLyBJbml0aWFsaXplIHNlbGVjdGVkSXRlbXMgc2lnbmFsIHdpdGggY3VycmVudCBzdGF0ZSB1c2luZyBkZWxheWVkIGluaXRpYWxpemF0aW9uXG4gICAgLy8gdG8gaGFuZGxlIHdlYiBjb21wb25lbnQgdGltaW5nIHByb3Blcmx5XG4gICAgY29uc3QgaW5pdGlhbGl6ZVNlbGVjdGVkSXRlbXMgPSAoKTogdm9pZCA9PiB7XG4gICAgICBjb25zdCBjdXJyZW50VmFsdWUgPSB3Y0VsZW1lbnQuc2VsZWN0ZWRJdGVtcyB8fCBbXTtcbiAgICAgIGlmIChKU09OLnN0cmluZ2lmeShjdXJyZW50VmFsdWUpICE9PSBKU09OLnN0cmluZ2lmeSh0aGlzLl9zZWxlY3RlZEl0ZW1zU2lnbmFsKCkpKSB7XG4gICAgICAgIHRoaXMuX3NlbGVjdGVkSXRlbXNTaWduYWwuc2V0KGN1cnJlbnRWYWx1ZSk7XG4gICAgICB9XG4gICAgfTtcblxuICAgIC8vIFRyeSBpbW1lZGlhdGUgaW5pdGlhbGl6YXRpb25cbiAgICBpbml0aWFsaXplU2VsZWN0ZWRJdGVtcygpO1xuXG4gICAgLy8gRmFsbGJhY2sgZGVsYXllZCBpbml0aWFsaXphdGlvbiBpZiB3ZWIgY29tcG9uZW50IG5lZWRzIG1vcmUgdGltZVxuICAgIC8vIFVzZSByZXF1ZXN0QW5pbWF0aW9uRnJhbWUgZm9yIHpvbmVsZXNzIGNvbXBhdGliaWxpdHlcbiAgICByZXF1ZXN0QW5pbWF0aW9uRnJhbWUoKCkgPT4gaW5pdGlhbGl6ZVNlbGVjdGVkSXRlbXMoKSk7XG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXNlZ21lbnRlZC1idXR0b24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3NlZ21lbnRlZC1idXR0b24vZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXNlZ21lbnRlZC1idXR0b24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -0,0 +1,204 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, booleanAttribute, computed, output, inject, ElementRef, Injector, signal, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/Select.js';
4
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
5
+ import { GenericControlValueAccessor } from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ class Select {
8
+ constructor() {
9
+ /**
10
+ * Defines whether the component is in disabled state.
11
+
12
+ **Note:** A disabled component is noninteractive.
13
+ */
14
+ this.disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
15
+ /**
16
+ * Determines the name by which the component will be identified upon submission in an HTML form.
17
+
18
+ **Note:** This property is only applicable within the context of an HTML Form element.
19
+ */
20
+ this.name = input(...(ngDevMode ? [undefined, { debugName: "name" }] : []));
21
+ /**
22
+ * Defines the value state of the component.
23
+ */
24
+ this.valueState = input("None", ...(ngDevMode ? [{ debugName: "valueState" }] : []));
25
+ /**
26
+ * Defines whether the component is required.
27
+ */
28
+ this.required = input(false, ...(ngDevMode ? [{ debugName: "required", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
29
+ /**
30
+ * Defines whether the component is read-only.
31
+
32
+ **Note:** A read-only component is not editable,
33
+ but still provides visual feedback upon user interaction.
34
+ */
35
+ this.readonly = input(false, ...(ngDevMode ? [{ debugName: "readonly", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
36
+ /**
37
+ * Defines the accessible ARIA name of the component.
38
+ */
39
+ this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
40
+ /**
41
+ * Receives id(or many ids) of the elements that label the select.
42
+ */
43
+ this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
44
+ /**
45
+ * Defines the accessible description of the component.
46
+ */
47
+ this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescription" }] : []));
48
+ /**
49
+ * Receives id(or many ids) of the elements that describe the select.
50
+ */
51
+ this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescriptionRef" }] : []));
52
+ /**
53
+ * Defines the tooltip of the select.
54
+ */
55
+ this.tooltip = input(...(ngDevMode ? [undefined, { debugName: "tooltip" }] : []));
56
+ /**
57
+ * Defines the separator type for the two columns layout when Select is in read-only mode.
58
+ */
59
+ this.textSeparator = input("Dash", ...(ngDevMode ? [{ debugName: "textSeparator" }] : []));
60
+ /**
61
+ * Defines the value of the component:
62
+
63
+ - when get - returns the value of the component or the value/text content of the selected option.
64
+ - when set - selects the option with matching `value` property or text content.
65
+
66
+ **Note:** Use either the Select's value or the Options' selected property.
67
+ Mixed usage could result in unexpected behavior.
68
+
69
+ **Note:** If the given value does not match any existing option,
70
+ no option will be selected and the Select component will be displayed as empty.
71
+ */
72
+ this.value = input("", ...(ngDevMode ? [{ debugName: "value" }] : [])); // className is now passed
73
+ /**
74
+ * Currently selected `ui5-option` element.
75
+ * @readonly This property is managed by the web component and updates reactively.
76
+ * Based on schema: readonly field that updates via change event parameters.
77
+ */
78
+ this.selectedOption = computed(() => this._selectedOptionSignal(), ...(ngDevMode ? [{ debugName: "selectedOption" }] : []));
79
+ /**
80
+ * Fired when the selected option changes.
81
+ */
82
+ this.ui5Change = output();
83
+ /**
84
+ * Fired when the user navigates through the options, but the selection is not finalized,
85
+ or when pressing the ESC key to revert the current selection.
86
+ */
87
+ this.ui5LiveChange = output();
88
+ /**
89
+ * Fired after the component's dropdown menu opens.
90
+ */
91
+ this.ui5Open = output();
92
+ /**
93
+ * Fired after the component's dropdown menu closes.
94
+ */
95
+ this.ui5Close = output();
96
+ this.elementRef = inject(ElementRef);
97
+ this.injector = inject(Injector);
98
+ // Internal signal to track selectedOption from change events
99
+ this._selectedOptionSignal = signal(undefined, ...(ngDevMode ? [{ debugName: "_selectedOptionSignal" }] : []));
100
+ }
101
+ get element() {
102
+ return this.elementRef.nativeElement;
103
+ }
104
+ ngAfterViewInit() {
105
+ const wcElement = this.element;
106
+ const inputsToSync = [
107
+ 'disabled',
108
+ 'name',
109
+ 'valueState',
110
+ 'required',
111
+ 'readonly',
112
+ 'accessibleName',
113
+ 'accessibleNameRef',
114
+ 'accessibleDescription',
115
+ 'accessibleDescriptionRef',
116
+ 'tooltip',
117
+ 'textSeparator',
118
+ 'value',
119
+ ];
120
+ // Synchronize inputs (properties)
121
+ for (const inputName of inputsToSync) {
122
+ // Find the corresponding camelCase signal property on the Angular component
123
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
124
+ // Use the Injector to run the effect in the correct context
125
+ if (this[signalName] && typeof this[signalName] === 'function') {
126
+ runInInjectionContext(this.injector, () => {
127
+ effect(() => {
128
+ // Read the signal value
129
+ const value = this[signalName]();
130
+ if (wcElement) {
131
+ // Write the value to the Web Component's property
132
+ wcElement[inputName] = value;
133
+ }
134
+ });
135
+ });
136
+ }
137
+ }
138
+ const outputsToSync = [
139
+ 'ui5Change',
140
+ 'ui5LiveChange',
141
+ 'ui5Open',
142
+ 'ui5Close',
143
+ ];
144
+ // Synchronize outputs (events)
145
+ for (const outputName of outputsToSync) {
146
+ // Map Angular output name to UI5 web component event name
147
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
148
+ // Ensure the output property exists and has an emit function before adding listener
149
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
150
+ // Cast the listener to the correct type to satisfy TypeScript
151
+ wcElement.addEventListener(eventName, (e) => {
152
+ // Update selectedOption signal when change event fires
153
+ if (eventName === 'change') {
154
+ const customEvent = e;
155
+ // Use selectedOption from event detail, fallback to web component property
156
+ const selectedOptionValue = customEvent.detail?.selectedOption || wcElement.selectedOption || undefined;
157
+ this._selectedOptionSignal.set(selectedOptionValue);
158
+ }
159
+ // Update selectedOption signal when live-change event fires
160
+ if (eventName === 'live-change') {
161
+ const customEvent = e;
162
+ // Use selectedOption from event detail, fallback to web component property
163
+ const selectedOptionValue = customEvent.detail?.selectedOption || wcElement.selectedOption || undefined;
164
+ this._selectedOptionSignal.set(selectedOptionValue);
165
+ }
166
+ this[outputName].emit(e);
167
+ });
168
+ }
169
+ }
170
+ // Initialize selectedOption signal with current state using delayed initialization
171
+ // to handle web component timing properly
172
+ const initializeSelectedOption = () => {
173
+ const currentValue = wcElement.selectedOption || undefined;
174
+ if (JSON.stringify(currentValue) !== JSON.stringify(this._selectedOptionSignal())) {
175
+ this._selectedOptionSignal.set(currentValue);
176
+ }
177
+ };
178
+ // Try immediate initialization
179
+ initializeSelectedOption();
180
+ // Fallback delayed initialization if web component needs more time
181
+ // Use requestAnimationFrame for zoneless compatibility
182
+ requestAnimationFrame(() => initializeSelectedOption());
183
+ }
184
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Select, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
185
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: Select, isStandalone: true, selector: "ui5-select, [ui5-select]", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, valueState: { classPropertyName: "valueState", publicName: "valueState", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: "accessibleDescription", publicName: "accessibleDescription", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: "accessibleDescriptionRef", publicName: "accessibleDescriptionRef", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, textSeparator: { classPropertyName: "textSeparator", publicName: "textSeparator", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: "ui5Change", ui5LiveChange: "ui5LiveChange", ui5Open: "ui5Open", ui5Close: "ui5Close" }, exportAs: ["ui5Select"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
186
+ }
187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Select, decorators: [{
188
+ type: Component,
189
+ args: [{
190
+ standalone: true,
191
+ selector: 'ui5-select, [ui5-select]',
192
+ template: '<ng-content></ng-content>',
193
+ exportAs: 'ui5Select',
194
+ hostDirectives: [GenericControlValueAccessor],
195
+ changeDetection: ChangeDetectionStrategy.OnPush,
196
+ }]
197
+ }] });
198
+
199
+ /**
200
+ * Generated bundle index. Do not edit.
201
+ */
202
+
203
+ export { Select };
204
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-select.mjs.map