@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,157 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, booleanAttribute, output, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/StepInput.js';
4
+
5
+ class StepInput {
6
+ constructor() {
7
+ /**
8
+ * Defines a value of the component.
9
+ */
10
+ this.value = input(0, ...(ngDevMode ? [{ debugName: "value" }] : []));
11
+ /**
12
+ * Defines a minimum value of the component.
13
+ */
14
+ this.min = input(...(ngDevMode ? [undefined, { debugName: "min" }] : []));
15
+ /**
16
+ * Defines a maximum value of the component.
17
+ */
18
+ this.max = input(...(ngDevMode ? [undefined, { debugName: "max" }] : []));
19
+ /**
20
+ * Defines a step of increasing/decreasing the value of the component.
21
+ */
22
+ this.step = input(1, ...(ngDevMode ? [{ debugName: "step" }] : []));
23
+ /**
24
+ * Defines the value state of the component.
25
+ */
26
+ this.valueState = input("None", ...(ngDevMode ? [{ debugName: "valueState" }] : []));
27
+ /**
28
+ * Defines whether the component is required.
29
+ */
30
+ this.required = input(false, ...(ngDevMode ? [{ debugName: "required", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
31
+ /**
32
+ * Determines whether the component is displayed as disabled.
33
+ */
34
+ this.disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
35
+ /**
36
+ * Determines whether the component is displayed as read-only.
37
+ */
38
+ this.readonly = input(false, ...(ngDevMode ? [{ debugName: "readonly", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
39
+ /**
40
+ * Defines a short hint, intended to aid the user with data entry when the
41
+ component has no value.
42
+
43
+ **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
44
+ Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
45
+ */
46
+ this.placeholder = input(...(ngDevMode ? [undefined, { debugName: "placeholder" }] : []));
47
+ /**
48
+ * Determines the name by which the component will be identified upon submission in an HTML form.
49
+
50
+ **Note:** This property is only applicable within the context of an HTML Form element.
51
+ */
52
+ this.name = input(...(ngDevMode ? [undefined, { debugName: "name" }] : []));
53
+ /**
54
+ * Determines the number of digits after the decimal point of the component.
55
+ */
56
+ this.valuePrecision = input(0, ...(ngDevMode ? [{ debugName: "valuePrecision" }] : []));
57
+ /**
58
+ * Defines the accessible ARIA name of the component.
59
+ */
60
+ this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
61
+ /**
62
+ * Receives id(or many ids) of the elements that label the component.
63
+ */
64
+ this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : [])); // className is now passed
65
+ /**
66
+ * Fired when the input operation has finished by pressing Enter or on focusout.
67
+ */
68
+ this.ui5Change = output();
69
+ /**
70
+ * Fired when the value of the component changes at each keystroke.
71
+ */
72
+ this.ui5Input = output();
73
+ /**
74
+ * Fired before the value state of the component is updated internally.
75
+ The event is preventable, meaning that if it's default action is
76
+ prevented, the component will not update the value state.
77
+ */
78
+ this.ui5ValueStateChange = output();
79
+ this.elementRef = inject(ElementRef);
80
+ this.injector = inject(Injector);
81
+ }
82
+ get element() {
83
+ return this.elementRef.nativeElement;
84
+ }
85
+ ngAfterViewInit() {
86
+ const wcElement = this.element;
87
+ const inputsToSync = [
88
+ 'value',
89
+ 'min',
90
+ 'max',
91
+ 'step',
92
+ 'valueState',
93
+ 'required',
94
+ 'disabled',
95
+ 'readonly',
96
+ 'placeholder',
97
+ 'name',
98
+ 'valuePrecision',
99
+ 'accessibleName',
100
+ 'accessibleNameRef',
101
+ ];
102
+ // Synchronize inputs (properties)
103
+ for (const inputName of inputsToSync) {
104
+ // Find the corresponding camelCase signal property on the Angular component
105
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
106
+ // Use the Injector to run the effect in the correct context
107
+ if (this[signalName] && typeof this[signalName] === 'function') {
108
+ runInInjectionContext(this.injector, () => {
109
+ effect(() => {
110
+ // Read the signal value
111
+ const value = this[signalName]();
112
+ if (wcElement) {
113
+ // Write the value to the Web Component's property
114
+ wcElement[inputName] = value;
115
+ }
116
+ });
117
+ });
118
+ }
119
+ }
120
+ const outputsToSync = [
121
+ 'ui5Change',
122
+ 'ui5Input',
123
+ 'ui5ValueStateChange',
124
+ ];
125
+ // Synchronize outputs (events)
126
+ for (const outputName of outputsToSync) {
127
+ // Map Angular output name to UI5 web component event name
128
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
129
+ // Ensure the output property exists and has an emit function before adding listener
130
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
131
+ // Cast the listener to the correct type to satisfy TypeScript
132
+ wcElement.addEventListener(eventName, (e) => {
133
+ this[outputName].emit(e);
134
+ });
135
+ }
136
+ }
137
+ }
138
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: StepInput, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
139
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: StepInput, isStandalone: true, selector: "ui5-step-input, [ui5-step-input]", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", 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 }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, valuePrecision: { classPropertyName: "valuePrecision", publicName: "valuePrecision", 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 } }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input", ui5ValueStateChange: "ui5ValueStateChange" }, exportAs: ["ui5StepInput"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
140
+ }
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: StepInput, decorators: [{
142
+ type: Component,
143
+ args: [{
144
+ standalone: true,
145
+ selector: 'ui5-step-input, [ui5-step-input]',
146
+ template: '<ng-content></ng-content>',
147
+ exportAs: 'ui5StepInput',
148
+ changeDetection: ChangeDetectionStrategy.OnPush,
149
+ }]
150
+ }] });
151
+
152
+ /**
153
+ * Generated bundle index. Do not edit.
154
+ */
155
+
156
+ export { StepInput };
157
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-step-input.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-step-input.mjs","sources":["../tmp-esm2022/step-input/index.js","../tmp-esm2022/step-input/fundamental-ngx-ui5-webcomponents-step-input.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector, booleanAttribute } from '@angular/core';\nimport '@ui5/webcomponents/dist/StepInput.js';\nimport * as i0 from \"@angular/core\";\nexport class StepInput {\n constructor() {\n /**\n * Defines a value of the component.\n */\n this.value = input(0, ...(ngDevMode ? [{ debugName: \"value\" }] : []));\n /**\n * Defines a minimum value of the component.\n */\n this.min = input(...(ngDevMode ? [undefined, { debugName: \"min\" }] : []));\n /**\n * Defines a maximum value of the component.\n */\n this.max = input(...(ngDevMode ? [undefined, { debugName: \"max\" }] : []));\n /**\n * Defines a step of increasing/decreasing the value of the component.\n */\n this.step = input(1, ...(ngDevMode ? [{ debugName: \"step\" }] : []));\n /**\n * Defines the value state of the component.\n */\n this.valueState = input(\"None\", ...(ngDevMode ? [{ debugName: \"valueState\" }] : []));\n /**\n * Defines whether the component is required.\n */\n this.required = input(false, ...(ngDevMode ? [{ debugName: \"required\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Determines whether the component is displayed as disabled.\n */\n this.disabled = input(false, ...(ngDevMode ? [{ debugName: \"disabled\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Determines whether the component is displayed as read-only.\n */\n this.readonly = input(false, ...(ngDevMode ? [{ debugName: \"readonly\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines a short hint, intended to aid the user with data entry when the\n component has no value.\n \n **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\n Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n this.placeholder = input(...(ngDevMode ? [undefined, { debugName: \"placeholder\" }] : []));\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 this.name = input(...(ngDevMode ? [undefined, { debugName: \"name\" }] : []));\n /**\n * Determines the number of digits after the decimal point of the component.\n */\n this.valuePrecision = input(0, ...(ngDevMode ? [{ debugName: \"valuePrecision\" }] : []));\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\" }] : [])); // className is now passed\n /**\n * Fired when the input operation has finished by pressing Enter or on focusout.\n */\n this.ui5Change = output();\n /**\n * Fired when the value of the component changes at each keystroke.\n */\n this.ui5Input = output();\n /**\n * Fired before the value state of the component is updated internally.\n The event is preventable, meaning that if it's default action is\n prevented, the component will not update the value state.\n */\n this.ui5ValueStateChange = output();\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 'value',\n 'min',\n 'max',\n 'step',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'valuePrecision',\n 'accessibleName',\n 'accessibleNameRef',\n ];\n // 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 'ui5Change',\n 'ui5Input',\n 'ui5ValueStateChange',\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 this[outputName].emit(e);\n });\n }\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: StepInput, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: StepInput, isStandalone: true, selector: \"ui5-step-input, [ui5-step-input]\", inputs: { value: { classPropertyName: \"value\", publicName: \"value\", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: \"min\", publicName: \"min\", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: \"max\", publicName: \"max\", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: \"step\", publicName: \"step\", 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 }, disabled: { classPropertyName: \"disabled\", publicName: \"disabled\", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: \"readonly\", publicName: \"readonly\", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: \"placeholder\", publicName: \"placeholder\", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: \"name\", publicName: \"name\", isSignal: true, isRequired: false, transformFunction: null }, valuePrecision: { classPropertyName: \"valuePrecision\", publicName: \"valuePrecision\", 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 } }, outputs: { ui5Change: \"ui5Change\", ui5Input: \"ui5Input\", ui5ValueStateChange: \"ui5ValueStateChange\" }, exportAs: [\"ui5StepInput\"], 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: StepInput, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-step-input, [ui5-step-input]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5StepInput',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3N0ZXAtaW5wdXQvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsVUFBVSxFQUNWLEtBQUssRUFDTCxNQUFNLEVBRU4sTUFBTSxFQUNOLHFCQUFxQixFQUNyQixNQUFNLEVBQ04sUUFBUSxFQUNSLGdCQUFnQixFQUdqQixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLHNDQUFzQyxDQUFDOztBQWM5QyxNQUFNLE9BQU8sU0FBUztJQVJ0QjtRQVVFOztXQUVHO1FBQ0gsVUFBSyxHQUFHLEtBQUssQ0FBZ0QsQ0FBQyxpREFBQyxDQUFDO1FBRWhFOztXQUVHO1FBQ0gsUUFBRyxHQUFHLEtBQUsseURBQStDLENBQUM7UUFFM0Q7O1dBRUc7UUFDSCxRQUFHLEdBQUcsS0FBSyx5REFBK0MsQ0FBQztRQUUzRDs7V0FFRztRQUNILFNBQUksR0FBRyxLQUFLLENBQStDLENBQUMsZ0RBQUMsQ0FBQztRQUU5RDs7V0FFRztRQUNILGVBQVUsR0FBRyxLQUFLLENBQXFELE1BQU0sc0RBQUMsQ0FBQztRQUUvRTs7V0FFRztRQUNILGFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyw0Q0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUV6RDs7V0FFRztRQUNILGFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyw0Q0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUV6RDs7V0FFRztRQUNILGFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyw0Q0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMs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QyxDQUFDLEVBQUUsRUFBRTtvQkFFMUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFxQixDQUFDLENBQUM7Z0JBQy9DLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztRQUNILENBQUM7SUFHSCxDQUFDOzhHQWhLVSxTQUFTO2tHQUFULFNBQVMsdTREQUxWLDJCQUEyQjs7MkZBSzFCLFNBQVM7a0JBUnJCLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSxrQ0FBa0M7b0JBQzVDLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFFBQVEsRUFBRSxjQUFjO29CQUV4QixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtpQkFDaEQiLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIEFmdGVyVmlld0luaXQsXG4gIGVmZmVjdCxcbiAgcnVuSW5JbmplY3Rpb25Db250ZXh0LFxuICBpbmplY3QsXG4gIEluamVjdG9yLFxuICBib29sZWFuQXR0cmlidXRlLFxuICBjb21wdXRlZCxcbiAgc2lnbmFsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9TdGVwSW5wdXQuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfU3RlcElucHV0IH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvU3RlcElucHV0LmpzJztcbmltcG9ydCB7IFVJNUN1c3RvbUV2ZW50IH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWJhc2UnO1xuXG5pbXBvcnQgeyBkZWZhdWx0IGFzIFZhbHVlU3RhdGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZS9kaXN0L3R5cGVzL1ZhbHVlU3RhdGUuanMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICd1aTUtc3RlcC1pbnB1dCwgW3VpNS1zdGVwLWlucHV0XScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGV4cG9ydEFzOiAndWk1U3RlcElucHV0JyxcblxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgU3RlcElucHV0IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSB2YWx1ZSBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgdmFsdWUgPSBpbnB1dDx0eXBlb2YgX1N0ZXBJbnB1dC5wcm90b3R5cGUudmFsdWUgfCB1bmRlZmluZWQ+KDApO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgbWluaW11bSB2YWx1ZSBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgbWluID0gaW5wdXQ8dHlwZW9mIF9TdGVwSW5wdXQucHJvdG90eXBlLm1pbiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIG1heGltdW0gdmFsdWUgb2YgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIG1heCA9IGlucHV0PHR5cGVvZiBfU3RlcElucHV0LnByb3RvdHlwZS5tYXggfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSBzdGVwIG9mIGluY3JlYXNpbmcvZGVjcmVhc2luZyB0aGUgdmFsdWUgb2YgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIHN0ZXAgPSBpbnB1dDx0eXBlb2YgX1N0ZXBJbnB1dC5wcm90b3R5cGUuc3RlcCB8IHVuZGVmaW5lZD4oMSk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIHZhbHVlIHN0YXRlIG9mIHRoZSBjb21wb25lbnQuXG4gICAqL1xuICB2YWx1ZVN0YXRlID0gaW5wdXQ8dHlwZW9mIF9TdGVwSW5wdXQucHJvdG90eXBlLnZhbHVlU3RhdGUgfCB1bmRlZmluZWQ+KFwiTm9uZVwiKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB3aGV0aGVyIHRoZSBjb21wb25lbnQgaXMgcmVxdWlyZWQuXG4gICAqL1xuICByZXF1aXJlZCA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGV0ZXJtaW5lcyB3aGV0aGVyIHRoZSBjb21wb25lbnQgaXMgZGlzcGxheWVkIGFzIGRpc2FibGVkLlxuICAgKi9cbiAgZGlzYWJsZWQgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgd2hldGhlciB0aGUgY29tcG9uZW50IGlzIGRpc3BsYXllZCBhcyByZWFkLW9ubHkuXG4gICAqL1xuICByZWFkb25seSA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyBhIHNob3J0IGhpbnQsIGludGVuZGVkIHRvIGFpZCB0aGUgdXNlciB3aXRoIGRhdGEgZW50cnkgd2hlbiB0aGVcbmNvbXBvbmVudCBoYXMgbm8gdmFsdWUuXG5cbioqTm90ZToqKiBXaGVuIG5vIHBsYWNlaG9sZGVyIGlzIHNldCwgdGhlIGZvcm1hdCBwYXR0ZXJuIGlzIGRpc3BsYXllZCBhcyBhIHBsYWNlaG9sZGVyLlxuUGFzc2luZyBhbiBlbXB0eSBzdHJpbmcgYXMgdGhlIHZhbHVlIG9mIHRoaXMgcHJvcGVydHkgd2lsbCBtYWtlIHRoZSBjb21wb25lbnQgYXBwZWFyIGVtcHR5IC0gd2l0aG91dCBwbGFjZWhvbGRlciBvciBmb3JtYXQgcGF0dGVybi5cbiAgICovXG4gIHBsYWNlaG9sZGVyID0gaW5wdXQ8dHlwZW9mIF9TdGVwSW5wdXQucHJvdG90eXBlLnBsYWNlaG9sZGVyIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHRoZSBuYW1lIGJ5IHdoaWNoIHRoZSBjb21wb25lbnQgd2lsbCBiZSBpZGVudGlmaWVkIHVwb24gc3VibWlzc2lvbiBpbiBhbiBIVE1MIGZvcm0uXG5cbioqTm90ZToqKiBUaGlzIHByb3BlcnR5IGlzIG9ubHkgYXBwbGljYWJsZSB3aXRoaW4gdGhlIGNvbnRleHQgb2YgYW4gSFRNTCBGb3JtIGVsZW1lbnQuXG4gICAqL1xuICBuYW1lID0gaW5wdXQ8dHlwZW9mIF9TdGVwSW5wdXQucHJvdG90eXBlLm5hbWUgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgdGhlIG51bWJlciBvZiBkaWdpdHMgYWZ0ZXIgdGhlIGRlY2ltYWwgcG9pbnQgb2YgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIHZhbHVlUHJlY2lzaW9uID0gaW5wdXQ8dHlwZW9mIF9TdGVwSW5wdXQucHJvdG90eXBlLnZhbHVlUHJlY2lzaW9uIHwgdW5kZWZpbmVkPigwKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYWNjZXNzaWJsZSBBUklBIG5hbWUgb2YgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIGFjY2Vzc2libGVOYW1lID0gaW5wdXQ8dHlwZW9mIF9TdGVwSW5wdXQucHJvdG90eXBlLmFjY2Vzc2libGVOYW1lIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBSZWNlaXZlcyBpZChvciBtYW55IGlkcykgb2YgdGhlIGVsZW1lbnRzIHRoYXQgbGFiZWwgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIGFjY2Vzc2libGVOYW1lUmVmID0gaW5wdXQ8dHlwZW9mIF9TdGVwSW5wdXQucHJvdG90eXBlLmFjY2Vzc2libGVOYW1lUmVmIHwgdW5kZWZpbmVkPigpOyAvLyBjbGFzc05hbWUgaXMgbm93IHBhc3NlZFxuXG5cblxuICAvKipcbiAgICogRmlyZWQgd2hlbiB0aGUgaW5wdXQgb3BlcmF0aW9uIGhhcyBmaW5pc2hlZCBieSBwcmVzc2luZyBFbnRlciBvciBvbiBmb2N1c291dC5cbiAgICovXG4gIHVpNUNoYW5nZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfU3RlcElucHV0LCAnY2hhbmdlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIHZhbHVlIG9mIHRoZSBjb21wb25lbnQgY2hhbmdlcyBhdCBlYWNoIGtleXN0cm9rZS5cbiAgICovXG4gIHVpNUlucHV0ID0gb3V0cHV0PFVJNUN1c3RvbUV2ZW50PF9TdGVwSW5wdXQsICdpbnB1dCc+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCBiZWZvcmUgdGhlIHZhbHVlIHN0YXRlIG9mIHRoZSBjb21wb25lbnQgaXMgdXBkYXRlZCBpbnRlcm5hbGx5LlxuVGhlIGV2ZW50IGlzIHByZXZlbnRhYmxlLCBtZWFuaW5nIHRoYXQgaWYgaXQncyBkZWZhdWx0IGFjdGlvbiBpc1xucHJldmVudGVkLCB0aGUgY29tcG9uZW50IHdpbGwgbm90IHVwZGF0ZSB0aGUgdmFsdWUgc3RhdGUuXG4gICAqL1xuICB1aTVWYWx1ZVN0YXRlQ2hhbmdlID0gb3V0cHV0PFVJNUN1c3RvbUV2ZW50PF9TdGVwSW5wdXQsICd2YWx1ZS1zdGF0ZS1jaGFuZ2UnPj4oKTtcblxuICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxfU3RlcElucHV0PiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHVibGljIGluamVjdG9yID0gaW5qZWN0KEluamVjdG9yKTtcblxuICBnZXQgZWxlbWVudCgpOiBfU3RlcElucHV0IHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgY29uc3Qgd2NFbGVtZW50ID0gdGhpcy5lbGVtZW50O1xuICAgIFxuICAgIGNvbnN0IGlucHV0c1RvU3luYyA9IFtcbiAgICAgICd2YWx1ZScsXG4gICAgICAnbWluJyxcbiAgICAgICdtYXgnLFxuICAgICAgJ3N0ZXAnLFxuICAgICAgJ3ZhbHVlU3RhdGUnLFxuICAgICAgJ3JlcXVpcmVkJyxcbiAgICAgICdkaXNhYmxlZCcsXG4gICAgICAncmVhZG9ubHknLFxuICAgICAgJ3BsYWNlaG9sZGVyJyxcbiAgICAgICduYW1lJyxcbiAgICAgICd2YWx1ZVByZWNpc2lvbicsXG4gICAgICAnYWNjZXNzaWJsZU5hbWUnLFxuICAgICAgJ2FjY2Vzc2libGVOYW1lUmVmJyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIGlucHV0cyAocHJvcGVydGllcylcbiAgICBmb3IgKGNvbnN0IGlucHV0TmFtZSBvZiBpbnB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIEZpbmQgdGhlIGNvcnJlc3BvbmRpbmcgY2FtZWxDYXNlIHNpZ25hbCBwcm9wZXJ0eSBvbiB0aGUgQW5ndWxhciBjb21wb25lbnRcbiAgICAgIGNvbnN0IHNpZ25hbE5hbWUgPSBpbnB1dE5hbWUucmVwbGFjZSgvLS4vZywgKHg6IHN0cmluZykgPT4geFsxXS50b1VwcGVyQ2FzZSgpKTtcblxuICAgICAgLy8gVXNlIHRoZSBJbmplY3RvciB0byBydW4gdGhlIGVmZmVjdCBpbiB0aGUgY29ycmVjdCBjb250ZXh0XG4gICAgICBpZiAodGhpc1tzaWduYWxOYW1lXSAmJiB0eXBlb2YgdGhpc1tzaWduYWxOYW1lXSA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICBydW5JbkluamVjdGlvbkNvbnRleHQodGhpcy5pbmplY3RvciwgKCkgPT4ge1xuICAgICAgICAgIGVmZmVjdCgoKSA9PiB7XG4gICAgICAgICAgICAvLyBSZWFkIHRoZSBzaWduYWwgdmFsdWVcbiAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gdGhpc1tzaWduYWxOYW1lXSgpO1xuICAgICAgICAgICAgaWYgKHdjRWxlbWVudCkge1xuICAgICAgICAgICAgICAvLyBXcml0ZSB0aGUgdmFsdWUgdG8gdGhlIFdlYiBDb21wb25lbnQncyBwcm9wZXJ0eVxuICAgICAgICAgICAgICB3Y0VsZW1lbnRbaW5wdXROYW1lXSA9IHZhbHVlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIFxuICAgIGNvbnN0IG91dHB1dHNUb1N5bmMgPSBbXG4gICAgICAndWk1Q2hhbmdlJyxcbiAgICAgICd1aTVJbnB1dCcsXG4gICAgICAndWk1VmFsdWVTdGF0ZUNoYW5nZScsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBvdXRwdXRzIChldmVudHMpXG4gICAgZm9yIChjb25zdCBvdXRwdXROYW1lIG9mIG91dHB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIE1hcCBBbmd1bGFyIG91dHB1dCBuYW1lIHRvIFVJNSB3ZWIgY29tcG9uZW50IGV2ZW50IG5hbWVcbiAgICAgIGNvbnN0IGV2ZW50TmFtZSA9IG91dHB1dE5hbWUucmVwbGFjZSgndWk1JywgJycpLnJlcGxhY2UoLyhbQS1aXSkvZywgJy0kMScpLnRvTG93ZXJDYXNlKCkuc3Vic3RyaW5nKDEpO1xuICAgICAgLy8gRW5zdXJlIHRoZSBvdXRwdXQgcHJvcGVydHkgZXhpc3RzIGFuZCBoYXMgYW4gZW1pdCBmdW5jdGlvbiBiZWZvcmUgYWRkaW5nIGxpc3RlbmVyXG4gICAgICBpZiAodGhpc1tvdXRwdXROYW1lXSAmJiB0eXBlb2YgdGhpc1tvdXRwdXROYW1lXS5lbWl0ID09PSAnZnVuY3Rpb24nICYmIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKSB7XG4gICAgICAgIC8vIENhc3QgdGhlIGxpc3RlbmVyIHRvIHRoZSBjb3JyZWN0IHR5cGUgdG8gc2F0aXNmeSBUeXBlU2NyaXB0XG4gICAgICAgIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKGV2ZW50TmFtZSwgKGUpID0+IHtcblxuICAgICAgICAgIHRoaXNbb3V0cHV0TmFtZV0uZW1pdChlIGFzIEN1c3RvbUV2ZW50PGFueT4pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuXG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXN0ZXAtaW5wdXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3N0ZXAtaW5wdXQvZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXN0ZXAtaW5wdXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -0,0 +1,61 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/SuggestionItemCustom.js';
4
+
5
+ class SuggestionItemCustom {
6
+ constructor() {
7
+ /**
8
+ * Defines the text of the `ui5-suggestion-item-custom`.
9
+ **Note:** The text property is considered only for autocomplete.
10
+ */
11
+ this.text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : [])); // className is now passed
12
+ this.elementRef = inject(ElementRef);
13
+ this.injector = inject(Injector);
14
+ }
15
+ get element() {
16
+ return this.elementRef.nativeElement;
17
+ }
18
+ ngAfterViewInit() {
19
+ const wcElement = this.element;
20
+ const inputsToSync = [
21
+ 'text',
22
+ ];
23
+ // Synchronize inputs (properties)
24
+ for (const inputName of inputsToSync) {
25
+ // Find the corresponding camelCase signal property on the Angular component
26
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
27
+ // Use the Injector to run the effect in the correct context
28
+ if (this[signalName] && typeof this[signalName] === 'function') {
29
+ runInInjectionContext(this.injector, () => {
30
+ effect(() => {
31
+ // Read the signal value
32
+ const value = this[signalName]();
33
+ if (wcElement) {
34
+ // Write the value to the Web Component's property
35
+ wcElement[inputName] = value;
36
+ }
37
+ });
38
+ });
39
+ }
40
+ }
41
+ }
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SuggestionItemCustom, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
43
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: SuggestionItemCustom, isStandalone: true, selector: "ui5-suggestion-item-custom, [ui5-suggestion-item-custom]", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["ui5SuggestionItemCustom"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
44
+ }
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SuggestionItemCustom, decorators: [{
46
+ type: Component,
47
+ args: [{
48
+ standalone: true,
49
+ selector: 'ui5-suggestion-item-custom, [ui5-suggestion-item-custom]',
50
+ template: '<ng-content></ng-content>',
51
+ exportAs: 'ui5SuggestionItemCustom',
52
+ changeDetection: ChangeDetectionStrategy.OnPush,
53
+ }]
54
+ }] });
55
+
56
+ /**
57
+ * Generated bundle index. Do not edit.
58
+ */
59
+
60
+ export { SuggestionItemCustom };
61
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs","sources":["../tmp-esm2022/suggestion-item-custom/index.js","../tmp-esm2022/suggestion-item-custom/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, effect, runInInjectionContext, inject, Injector } from '@angular/core';\nimport '@ui5/webcomponents/dist/SuggestionItemCustom.js';\nimport * as i0 from \"@angular/core\";\nexport class SuggestionItemCustom {\n constructor() {\n /**\n * Defines the text of the `ui5-suggestion-item-custom`.\n **Note:** The text property is considered only for autocomplete.\n */\n this.text = input(...(ngDevMode ? [undefined, { debugName: \"text\" }] : [])); // 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 'text',\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: SuggestionItemCustom, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: SuggestionItemCustom, isStandalone: true, selector: \"ui5-suggestion-item-custom, [ui5-suggestion-item-custom]\", inputs: { text: { classPropertyName: \"text\", publicName: \"text\", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: [\"ui5SuggestionItemCustom\"], 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: SuggestionItemCustom, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-suggestion-item-custom, [ui5-suggestion-item-custom]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5SuggestionItemCustom',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3N1Z2dlc3Rpb24taXRlbS1jdXN0b20vaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsVUFBVSxFQUNWLEtBQUssRUFHTCxNQUFNLEVBQ04scUJBQXFCLEVBQ3JCLE1BQU0sRUFDTixRQUFRLEVBSVQsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxpREFBaUQsQ0FBQzs7QUFjekQsTUFBTSxPQUFPLG9CQUFvQjtJQVJqQztRQVVFOzs7V0FHRztRQUNILFNBQUksR0FBRyxLQUFLLDBEQUEyRCxDQUFDLENBQUMsMEJBQTBCO1FBSzVGLGVBQVUsR0FBc0MsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ25FLGFBQVEsR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUM7S0FxQ3BDO0lBbkNDLElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVELGVBQWU7UUFDYixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO1FBRS9CLE1BQU0sWUFBWSxHQUFHO1lBQ25CLE1BQU07U0FDUCxDQUFDO1FBRUYsa0NBQWtDO1FBQ2xDLEtBQUssTUFBTSxTQUFTLElBQUksWUFBWSxFQUFFLENBQUM7WUFDckMsNEVBQTRFO1lBQzVFLE1BQU0sVUFBVSxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBUyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQztZQUUvRSw0REFBNEQ7WUFDNUQsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssVUFBVSxFQUFFLENBQUM7Z0JBQy9ELHFCQUFxQixDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsR0FBRyxFQUFFO29CQUN4QyxNQUFNLENBQUMsR0FBRyxFQUFFO3dCQUNWLHdCQUF3Qjt3QkFDeEIsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUM7d0JBQ2pDLElBQUksU0FBUyxFQUFFLENBQUM7NEJBQ2Qsa0RBQWtEOzRCQUNsRCxTQUFTLENBQUMsU0FBUyxDQUFDLEdBQUcsS0FBSyxDQUFDO3dCQUMvQixDQUFDO29CQUNILENBQUMsQ0FBQyxDQUFDO2dCQUNMLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztRQUNILENBQUM7SUFLSCxDQUFDOzhHQWhEVSxvQkFBb0I7a0dBQXBCLG9CQUFvQiw0UkFMckIsMkJBQTJCOzsyRkFLMUIsb0JBQW9CO2tCQVJoQyxTQUFTO21CQUFDO29CQUNULFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsMERBQTBEO29CQUNwRSxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxRQUFRLEVBQUUseUJBQXlCO29CQUVuQyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtpQkFDaEQiLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIEFmdGVyVmlld0luaXQsXG4gIGVmZmVjdCxcbiAgcnVuSW5JbmplY3Rpb25Db250ZXh0LFxuICBpbmplY3QsXG4gIEluamVjdG9yLFxuICBib29sZWFuQXR0cmlidXRlLFxuICBjb21wdXRlZCxcbiAgc2lnbmFsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9TdWdnZXN0aW9uSXRlbUN1c3RvbS5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIF9TdWdnZXN0aW9uSXRlbUN1c3RvbSB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1N1Z2dlc3Rpb25JdGVtQ3VzdG9tLmpzJztcbmltcG9ydCB7IFVJNUN1c3RvbUV2ZW50IH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWJhc2UnO1xuXG5cblxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAndWk1LXN1Z2dlc3Rpb24taXRlbS1jdXN0b20sIFt1aTUtc3VnZ2VzdGlvbi1pdGVtLWN1c3RvbV0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBleHBvcnRBczogJ3VpNVN1Z2dlc3Rpb25JdGVtQ3VzdG9tJyxcblxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgU3VnZ2VzdGlvbkl0ZW1DdXN0b20gaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdGV4dCBvZiB0aGUgYHVpNS1zdWdnZXN0aW9uLWl0ZW0tY3VzdG9tYC5cbioqTm90ZToqKiBUaGUgdGV4dCBwcm9wZXJ0eSBpcyBjb25zaWRlcmVkIG9ubHkgZm9yIGF1dG9jb21wbGV0ZS5cbiAgICovXG4gIHRleHQgPSBpbnB1dDx0eXBlb2YgX1N1Z2dlc3Rpb25JdGVtQ3VzdG9tLnByb3RvdHlwZS50ZXh0IHwgdW5kZWZpbmVkPigpOyAvLyBjbGFzc05hbWUgaXMgbm93IHBhc3NlZFxuXG5cblxuXG4gIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmPF9TdWdnZXN0aW9uSXRlbUN1c3RvbT4gPSBpbmplY3QoRWxlbWVudFJlZik7XG4gIHB1YmxpYyBpbmplY3RvciA9IGluamVjdChJbmplY3Rvcik7XG5cbiAgZ2V0IGVsZW1lbnQoKTogX1N1Z2dlc3Rpb25JdGVtQ3VzdG9tIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgY29uc3Qgd2NFbGVtZW50ID0gdGhpcy5lbGVtZW50O1xuICAgIFxuICAgIGNvbnN0IGlucHV0c1RvU3luYyA9IFtcbiAgICAgICd0ZXh0JyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIGlucHV0cyAocHJvcGVydGllcylcbiAgICBmb3IgKGNvbnN0IGlucHV0TmFtZSBvZiBpbnB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIEZpbmQgdGhlIGNvcnJlc3BvbmRpbmcgY2FtZWxDYXNlIHNpZ25hbCBwcm9wZXJ0eSBvbiB0aGUgQW5ndWxhciBjb21wb25lbnRcbiAgICAgIGNvbnN0IHNpZ25hbE5hbWUgPSBpbnB1dE5hbWUucmVwbGFjZSgvLS4vZywgKHg6IHN0cmluZykgPT4geFsxXS50b1VwcGVyQ2FzZSgpKTtcblxuICAgICAgLy8gVXNlIHRoZSBJbmplY3RvciB0byBydW4gdGhlIGVmZmVjdCBpbiB0aGUgY29ycmVjdCBjb250ZXh0XG4gICAgICBpZiAodGhpc1tzaWduYWxOYW1lXSAmJiB0eXBlb2YgdGhpc1tzaWduYWxOYW1lXSA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICBydW5JbkluamVjdGlvbkNvbnRleHQodGhpcy5pbmplY3RvciwgKCkgPT4ge1xuICAgICAgICAgIGVmZmVjdCgoKSA9PiB7XG4gICAgICAgICAgICAvLyBSZWFkIHRoZSBzaWduYWwgdmFsdWVcbiAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gdGhpc1tzaWduYWxOYW1lXSgpO1xuICAgICAgICAgICAgaWYgKHdjRWxlbWVudCkge1xuICAgICAgICAgICAgICAvLyBXcml0ZSB0aGUgdmFsdWUgdG8gdGhlIFdlYiBDb21wb25lbnQncyBwcm9wZXJ0eVxuICAgICAgICAgICAgICB3Y0VsZW1lbnRbaW5wdXROYW1lXSA9IHZhbHVlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIFxuICAgIFxuXG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXN1Z2dlc3Rpb24taXRlbS1jdXN0b20uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3N1Z2dlc3Rpb24taXRlbS1jdXN0b20vZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXN1Z2dlc3Rpb24taXRlbS1jdXN0b20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":";;;;AAGO,MAAM,oBAAoB,CAAC;AAClC,IAAI,WAAW,GAAG;AAClB;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;AACpF,QAAQ,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;AAC5C,QAAQ,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;AACxC,IAAI;AACJ,IAAI,IAAI,OAAO,GAAG;AAClB,QAAQ,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;AAC5C,IAAI;AACJ,IAAI,eAAe,GAAG;AACtB,QAAQ,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO;AACtC,QAAQ,MAAM,YAAY,GAAG;AAC7B,YAAY,MAAM;AAClB,SAAS;AACT;AACA,QAAQ,KAAK,MAAM,SAAS,IAAI,YAAY,EAAE;AAC9C;AACA,YAAY,MAAM,UAAU,GAAG,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;AAClF;AACA,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,UAAU,EAAE;AAC5E,gBAAgB,qBAAqB,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM;AAC3D,oBAAoB,MAAM,CAAC,MAAM;AACjC;AACA,wBAAwB,MAAM,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,EAAE;AACxD,wBAAwB,IAAI,SAAS,EAAE;AACvC;AACA,4BAA4B,SAAS,CAAC,SAAS,CAAC,GAAG,KAAK;AACxD,wBAAwB;AACxB,oBAAoB,CAAC,CAAC;AACtB,gBAAgB,CAAC,CAAC;AAClB,YAAY;AACZ,QAAQ;AACR,IAAI;AACJ,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACtL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,oBAAoB,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,0DAA0D,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,EAAE,iBAAiB,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,yBAAyB,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,2BAA2B,EAAE,QAAQ,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,CAAC,uBAAuB,CAAC,MAAM,EAAE,CAAC,CAAC;AACrf;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,oBAAoB,EAAE,UAAU,EAAE,CAAC;AAC9H,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,UAAU,EAAE,IAAI;AACpC,oBAAoB,QAAQ,EAAE,0DAA0D;AACxF,oBAAoB,QAAQ,EAAE,2BAA2B;AACzD,oBAAoB,QAAQ,EAAE,yBAAyB;AACvD,oBAAoB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AACnE,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;ACpDb;AACA;AACA;;;;"}
@@ -0,0 +1,108 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, output, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/SuggestionItemGroup.js';
4
+
5
+ class SuggestionItemGroup {
6
+ constructor() {
7
+ /**
8
+ * Defines the header text of the <code>ui5-li-group</code>.
9
+ */
10
+ this.headerText = input(...(ngDevMode ? [undefined, { debugName: "headerText" }] : []));
11
+ /**
12
+ * Defines the accessible name of the header.
13
+ */
14
+ this.headerAccessibleName = input(...(ngDevMode ? [undefined, { debugName: "headerAccessibleName" }] : []));
15
+ /**
16
+ * Defines if the text of the component should wrap when it's too long.
17
+ When set to "Normal", the content (title, description) will be wrapped
18
+ using the `ui5-expandable-text` component.<br/>
19
+
20
+ The text can wrap up to 100 characters on small screens (size S) and
21
+ up to 300 characters on larger screens (size M and above). When text exceeds
22
+ these limits, it truncates with an ellipsis followed by a text expansion trigger.
23
+
24
+ Available options are:
25
+ - `None` (default) - The text will truncate with an ellipsis.
26
+ - `Normal` - The text will wrap (without truncation).
27
+ */
28
+ this.wrappingType = input("None", ...(ngDevMode ? [{ debugName: "wrappingType" }] : [])); // className is now passed
29
+ /**
30
+ * Fired when a movable list item is moved over a potential drop target during a dragging operation.
31
+
32
+ If the new position is valid, prevent the default action of the event using `preventDefault()`.
33
+ */
34
+ this.ui5MoveOver = output();
35
+ /**
36
+ * Fired when a movable list item is dropped onto a drop target.
37
+
38
+ **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
39
+ */
40
+ this.ui5Move = output();
41
+ this.elementRef = inject(ElementRef);
42
+ this.injector = inject(Injector);
43
+ }
44
+ get element() {
45
+ return this.elementRef.nativeElement;
46
+ }
47
+ ngAfterViewInit() {
48
+ const wcElement = this.element;
49
+ const inputsToSync = [
50
+ 'headerText',
51
+ 'headerAccessibleName',
52
+ 'wrappingType',
53
+ ];
54
+ // Synchronize inputs (properties)
55
+ for (const inputName of inputsToSync) {
56
+ // Find the corresponding camelCase signal property on the Angular component
57
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
58
+ // Use the Injector to run the effect in the correct context
59
+ if (this[signalName] && typeof this[signalName] === 'function') {
60
+ runInInjectionContext(this.injector, () => {
61
+ effect(() => {
62
+ // Read the signal value
63
+ const value = this[signalName]();
64
+ if (wcElement) {
65
+ // Write the value to the Web Component's property
66
+ wcElement[inputName] = value;
67
+ }
68
+ });
69
+ });
70
+ }
71
+ }
72
+ const outputsToSync = [
73
+ 'ui5MoveOver',
74
+ 'ui5Move',
75
+ ];
76
+ // Synchronize outputs (events)
77
+ for (const outputName of outputsToSync) {
78
+ // Map Angular output name to UI5 web component event name
79
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
80
+ // Ensure the output property exists and has an emit function before adding listener
81
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
82
+ // Cast the listener to the correct type to satisfy TypeScript
83
+ wcElement.addEventListener(eventName, (e) => {
84
+ this[outputName].emit(e);
85
+ });
86
+ }
87
+ }
88
+ }
89
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SuggestionItemGroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
90
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: SuggestionItemGroup, isStandalone: true, selector: "ui5-suggestion-item-group, [ui5-suggestion-item-group]", inputs: { headerText: { classPropertyName: "headerText", publicName: "headerText", isSignal: true, isRequired: false, transformFunction: null }, headerAccessibleName: { classPropertyName: "headerAccessibleName", publicName: "headerAccessibleName", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: "wrappingType", publicName: "wrappingType", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5MoveOver: "ui5MoveOver", ui5Move: "ui5Move" }, exportAs: ["ui5SuggestionItemGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
91
+ }
92
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SuggestionItemGroup, decorators: [{
93
+ type: Component,
94
+ args: [{
95
+ standalone: true,
96
+ selector: 'ui5-suggestion-item-group, [ui5-suggestion-item-group]',
97
+ template: '<ng-content></ng-content>',
98
+ exportAs: 'ui5SuggestionItemGroup',
99
+ changeDetection: ChangeDetectionStrategy.OnPush,
100
+ }]
101
+ }] });
102
+
103
+ /**
104
+ * Generated bundle index. Do not edit.
105
+ */
106
+
107
+ export { SuggestionItemGroup };
108
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs","sources":["../tmp-esm2022/suggestion-item-group/index.js","../tmp-esm2022/suggestion-item-group/fundamental-ngx-ui5-webcomponents-suggestion-item-group.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector } from '@angular/core';\nimport '@ui5/webcomponents/dist/SuggestionItemGroup.js';\nimport * as i0 from \"@angular/core\";\nexport class SuggestionItemGroup {\n constructor() {\n /**\n * Defines the header text of the <code>ui5-li-group</code>.\n */\n this.headerText = input(...(ngDevMode ? [undefined, { debugName: \"headerText\" }] : []));\n /**\n * Defines the accessible name of the header.\n */\n this.headerAccessibleName = input(...(ngDevMode ? [undefined, { debugName: \"headerAccessibleName\" }] : []));\n /**\n * Defines if the text of the component should wrap when it's too long.\n When set to \"Normal\", the content (title, description) will be wrapped\n using the `ui5-expandable-text` component.<br/>\n \n The text can wrap up to 100 characters on small screens (size S) and\n up to 300 characters on larger screens (size M and above). When text exceeds\n these limits, it truncates with an ellipsis followed by a text expansion trigger.\n \n Available options are:\n - `None` (default) - The text will truncate with an ellipsis.\n - `Normal` - The text will wrap (without truncation).\n */\n this.wrappingType = input(\"None\", ...(ngDevMode ? [{ debugName: \"wrappingType\" }] : [])); // className is now passed\n /**\n * Fired when a movable list item is moved over a potential drop target during a dragging operation.\n \n If the new position is valid, prevent the default action of the event using `preventDefault()`.\n */\n this.ui5MoveOver = output();\n /**\n * Fired when a movable list item is dropped onto a drop target.\n \n **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n */\n this.ui5Move = output();\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 'headerText',\n 'headerAccessibleName',\n 'wrappingType',\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 'ui5MoveOver',\n 'ui5Move',\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 this[outputName].emit(e);\n });\n }\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: SuggestionItemGroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: SuggestionItemGroup, isStandalone: true, selector: \"ui5-suggestion-item-group, [ui5-suggestion-item-group]\", inputs: { headerText: { classPropertyName: \"headerText\", publicName: \"headerText\", isSignal: true, isRequired: false, transformFunction: null }, headerAccessibleName: { classPropertyName: \"headerAccessibleName\", publicName: \"headerAccessibleName\", isSignal: true, isRequired: false, transformFunction: null }, wrappingType: { classPropertyName: \"wrappingType\", publicName: \"wrappingType\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5MoveOver: \"ui5MoveOver\", ui5Move: \"ui5Move\" }, exportAs: [\"ui5SuggestionItemGroup\"], 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: SuggestionItemGroup, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-suggestion-item-group, [ui5-suggestion-item-group]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5SuggestionItemGroup',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3N1Z2dlc3Rpb24taXRlbS1ncm91cC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUNMLE1BQU0sRUFFTixNQUFNLEVBQ04scUJBQXFCLEVBQ3JCLE1BQU0sRUFDTixRQUFRLEVBSVQsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxnREFBZ0QsQ0FBQzs7QUFjeEQsTUFBTSxPQUFPLG1CQUFtQjtJQVJoQztRQVVFOztXQUVHO1FBQ0gsZUFBVSxHQUFHLEtBQUssZ0VBQWdFLENBQUM7UUFFbkY7O1dBRUc7UUFDSCx5QkFBb0IsR0FBRyxLQUFLLDBFQUEwRSxDQUFDO1FBRXZHOzs7Ozs7Ozs7Ozs7V0FZRztRQUNILGlCQUFZLEdBQUcsS0FBSyxDQUFpRSxNQUFNLHdEQUFDLENBQUMsQ0FBQywwQkFBMEI7UUFJeEg7Ozs7V0FJRztRQUNILGdCQUFXLEdBQUcsTUFBTSxFQUFxRCxDQUFDO1FBRTFFOzs7O1dBSUc7UUFDSCxZQUFPLEdBQUcsTUFBTSxFQUFnRCxDQUFDO1FBRTFELGVBQVUsR0FBcUMsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ2xFLGFBQVEsR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUM7S0F5RHBDO0lBdkRDLElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVELGVBQWU7UUFDYixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO1FBRS9CLE1BQU0sWUFBWSxHQUFHO1lBQ25CLFlBQVk7WUFDWixzQkFBc0I7WUFDdEIsY0FBYztTQUNmLENBQUM7UUFFRixrQ0FBa0M7UUFDbEMsS0FBSyxNQUFNLFNBQVMsSUFBSSxZQUFZLEVBQUUsQ0FBQztZQUNyQyw0RUFBNEU7WUFDNUUsTUFBTSxVQUFVLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQyxLQUFLLEVBQUUsQ0FBQyxDQUFTLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxDQUFDO1lBRS9FLDREQUE0RDtZQUM1RCxJQUFJLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxVQUFVLEVBQUUsQ0FBQztnQkFDL0QscUJBQXFCLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxHQUFHLEVBQUU7b0JBQ3hDLE1BQU0sQ0FBQyxHQUFHLEVBQUU7d0JBQ1Ysd0JBQXdCO3dCQUN4QixNQUFNLEtBQUssR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLEVBQUUsQ0FBQzt3QkFDakMsSUFBSSxTQUFTLEVBQUUsQ0FBQzs0QkFDZCxrREFBa0Q7NEJBQ2xELFNBQVMsQ0FBQyxTQUFTLENBQUMsR0FBRyxLQUFLLENBQUM7d0JBQy9CLENBQUM7b0JBQ0gsQ0FBQyxDQUFDLENBQUM7Z0JBQ0wsQ0FBQyxDQUFDLENBQUM7WUFDTCxDQUFDO1FBQ0gsQ0FBQztRQUdELE1BQU0sYUFBYSxHQUFHO1lBQ3BCLGFBQWE7WUFDYixTQUFTO1NBQ1YsQ0FBQztRQUVGLCtCQUErQjtRQUMvQixLQUFLLE1BQU0sVUFBVSxJQUFJLGFBQWEsRUFBRSxDQUFDO1lBQ3ZDLDBEQUEwRDtZQUMxRCxNQUFNLFNBQVMsR0FBRyxVQUFVLENBQUMsT0FBTyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBVSxFQUFFLEtBQUssQ0FBQyxDQUFDLFdBQVcsRUFBRSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUN0RyxvRkFBb0Y7WUFDcEYsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsSUFBSSxLQUFLLFVBQVUsSUFBSSxTQUFTLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztnQkFDbEcsOERBQThEO2dCQUM5RCxTQUFTLENBQUMsZ0JBQWdCLENBQUMsU0FBUyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUU7b0JBRTFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBcUIsQ0FBQyxDQUFDO2dCQUMvQyxDQUFDLENBQUMsQ0FBQztZQUNMLENBQUM7UUFDSCxDQUFDO0lBR0gsQ0FBQzs4R0FwR1UsbUJBQW1CO2tHQUFuQixtQkFBbUIsMHBCQUxwQiwyQkFBMkI7OzJGQUsxQixtQkFBbUI7a0JBUi9CLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSx3REFBd0Q7b0JBQ2xFLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFFBQVEsRUFBRSx3QkFBd0I7b0JBRWxDLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNoRCIsInNvdXJjZXNDb250ZW50IjpbIlxuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgaW5wdXQsXG4gIG91dHB1dCxcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgZWZmZWN0LFxuICBydW5JbkluamVjdGlvbkNvbnRleHQsXG4gIGluamVjdCxcbiAgSW5qZWN0b3IsXG4gIGJvb2xlYW5BdHRyaWJ1dGUsXG4gIGNvbXB1dGVkLFxuICBzaWduYWxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1N1Z2dlc3Rpb25JdGVtR3JvdXAuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfU3VnZ2VzdGlvbkl0ZW1Hcm91cCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1N1Z2dlc3Rpb25JdGVtR3JvdXAuanMnO1xuaW1wb3J0IHsgVUk1Q3VzdG9tRXZlbnQgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZSc7XG5cbmltcG9ydCB7IGRlZmF1bHQgYXMgV3JhcHBpbmdUeXBlIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvdHlwZXMvV3JhcHBpbmdUeXBlLmpzJztcblxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAndWk1LXN1Z2dlc3Rpb24taXRlbS1ncm91cCwgW3VpNS1zdWdnZXN0aW9uLWl0ZW0tZ3JvdXBdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgZXhwb3J0QXM6ICd1aTVTdWdnZXN0aW9uSXRlbUdyb3VwJyxcblxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgU3VnZ2VzdGlvbkl0ZW1Hcm91cCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBoZWFkZXIgdGV4dCBvZiB0aGUgPGNvZGU+dWk1LWxpLWdyb3VwPC9jb2RlPi5cbiAgICovXG4gIGhlYWRlclRleHQgPSBpbnB1dDx0eXBlb2YgX1N1Z2dlc3Rpb25JdGVtR3JvdXAucHJvdG90eXBlLmhlYWRlclRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGFjY2Vzc2libGUgbmFtZSBvZiB0aGUgaGVhZGVyLlxuICAgKi9cbiAgaGVhZGVyQWNjZXNzaWJsZU5hbWUgPSBpbnB1dDx0eXBlb2YgX1N1Z2dlc3Rpb25JdGVtR3JvdXAucHJvdG90eXBlLmhlYWRlckFjY2Vzc2libGVOYW1lIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGlmIHRoZSB0ZXh0IG9mIHRoZSBjb21wb25lbnQgc2hvdWxkIHdyYXAgd2hlbiBpdCdzIHRvbyBsb25nLlxuV2hlbiBzZXQgdG8gXCJOb3JtYWxcIiwgdGhlIGNvbnRlbnQgKHRpdGxlLCBkZXNjcmlwdGlvbikgd2lsbCBiZSB3cmFwcGVkXG51c2luZyB0aGUgYHVpNS1leHBhbmRhYmxlLXRleHRgIGNvbXBvbmVudC48YnIvPlxuXG5UaGUgdGV4dCBjYW4gd3JhcCB1cCB0byAxMDAgY2hhcmFjdGVycyBvbiBzbWFsbCBzY3JlZW5zIChzaXplIFMpIGFuZFxudXAgdG8gMzAwIGNoYXJhY3RlcnMgb24gbGFyZ2VyIHNjcmVlbnMgKHNpemUgTSBhbmQgYWJvdmUpLiBXaGVuIHRleHQgZXhjZWVkc1xudGhlc2UgbGltaXRzLCBpdCB0cnVuY2F0ZXMgd2l0aCBhbiBlbGxpcHNpcyBmb2xsb3dlZCBieSBhIHRleHQgZXhwYW5zaW9uIHRyaWdnZXIuXG5cbkF2YWlsYWJsZSBvcHRpb25zIGFyZTpcbi0gYE5vbmVgIChkZWZhdWx0KSAtIFRoZSB0ZXh0IHdpbGwgdHJ1bmNhdGUgd2l0aCBhbiBlbGxpcHNpcy5cbi0gYE5vcm1hbGAgLSBUaGUgdGV4dCB3aWxsIHdyYXAgKHdpdGhvdXQgdHJ1bmNhdGlvbikuXG4gICAqL1xuICB3cmFwcGluZ1R5cGUgPSBpbnB1dDx0eXBlb2YgX1N1Z2dlc3Rpb25JdGVtR3JvdXAucHJvdG90eXBlLndyYXBwaW5nVHlwZSB8IHVuZGVmaW5lZD4oXCJOb25lXCIpOyAvLyBjbGFzc05hbWUgaXMgbm93IHBhc3NlZFxuXG5cblxuICAvKipcbiAgICogRmlyZWQgd2hlbiBhIG1vdmFibGUgbGlzdCBpdGVtIGlzIG1vdmVkIG92ZXIgYSBwb3RlbnRpYWwgZHJvcCB0YXJnZXQgZHVyaW5nIGEgZHJhZ2dpbmcgb3BlcmF0aW9uLlxuXG5JZiB0aGUgbmV3IHBvc2l0aW9uIGlzIHZhbGlkLCBwcmV2ZW50IHRoZSBkZWZhdWx0IGFjdGlvbiBvZiB0aGUgZXZlbnQgdXNpbmcgYHByZXZlbnREZWZhdWx0KClgLlxuICAgKi9cbiAgdWk1TW92ZU92ZXIgPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X1N1Z2dlc3Rpb25JdGVtR3JvdXAsICdtb3ZlLW92ZXInPj4oKTtcblxuICAvKipcbiAgICogRmlyZWQgd2hlbiBhIG1vdmFibGUgbGlzdCBpdGVtIGlzIGRyb3BwZWQgb250byBhIGRyb3AgdGFyZ2V0LlxuXG4qKk5vdGU6KiogYG1vdmVgIGV2ZW50IGlzIGZpcmVkIG9ubHkgaWYgdGhlcmUgd2FzIGEgcHJlY2VkaW5nIGBtb3ZlLW92ZXJgIHdpdGggcHJldmVudGVkIGRlZmF1bHQgYWN0aW9uLlxuICAgKi9cbiAgdWk1TW92ZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfU3VnZ2VzdGlvbkl0ZW1Hcm91cCwgJ21vdmUnPj4oKTtcblxuICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxfU3VnZ2VzdGlvbkl0ZW1Hcm91cD4gPSBpbmplY3QoRWxlbWVudFJlZik7XG4gIHB1YmxpYyBpbmplY3RvciA9IGluamVjdChJbmplY3Rvcik7XG5cbiAgZ2V0IGVsZW1lbnQoKTogX1N1Z2dlc3Rpb25JdGVtR3JvdXAge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudDtcbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICBjb25zdCB3Y0VsZW1lbnQgPSB0aGlzLmVsZW1lbnQ7XG4gICAgXG4gICAgY29uc3QgaW5wdXRzVG9TeW5jID0gW1xuICAgICAgJ2hlYWRlclRleHQnLFxuICAgICAgJ2hlYWRlckFjY2Vzc2libGVOYW1lJyxcbiAgICAgICd3cmFwcGluZ1R5cGUnLFxuICAgIF07XG4gICAgXG4gICAgLy8gU3luY2hyb25pemUgaW5wdXRzIChwcm9wZXJ0aWVzKVxuICAgIGZvciAoY29uc3QgaW5wdXROYW1lIG9mIGlucHV0c1RvU3luYykge1xuICAgICAgLy8gRmluZCB0aGUgY29ycmVzcG9uZGluZyBjYW1lbENhc2Ugc2lnbmFsIHByb3BlcnR5IG9uIHRoZSBBbmd1bGFyIGNvbXBvbmVudFxuICAgICAgY29uc3Qgc2lnbmFsTmFtZSA9IGlucHV0TmFtZS5yZXBsYWNlKC8tLi9nLCAoeDogc3RyaW5nKSA9PiB4WzFdLnRvVXBwZXJDYXNlKCkpO1xuXG4gICAgICAvLyBVc2UgdGhlIEluamVjdG9yIHRvIHJ1biB0aGUgZWZmZWN0IGluIHRoZSBjb3JyZWN0IGNvbnRleHRcbiAgICAgIGlmICh0aGlzW3NpZ25hbE5hbWVdICYmIHR5cGVvZiB0aGlzW3NpZ25hbE5hbWVdID09PSAnZnVuY3Rpb24nKSB7XG4gICAgICAgIHJ1bkluSW5qZWN0aW9uQ29udGV4dCh0aGlzLmluamVjdG9yLCAoKSA9PiB7XG4gICAgICAgICAgZWZmZWN0KCgpID0+IHtcbiAgICAgICAgICAgIC8vIFJlYWQgdGhlIHNpZ25hbCB2YWx1ZVxuICAgICAgICAgICAgY29uc3QgdmFsdWUgPSB0aGlzW3NpZ25hbE5hbWVdKCk7XG4gICAgICAgICAgICBpZiAod2NFbGVtZW50KSB7XG4gICAgICAgICAgICAgIC8vIFdyaXRlIHRoZSB2YWx1ZSB0byB0aGUgV2ViIENvbXBvbmVudCdzIHByb3BlcnR5XG4gICAgICAgICAgICAgIHdjRWxlbWVudFtpbnB1dE5hbWVdID0gdmFsdWU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfSk7XG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH1cbiAgXG4gICAgXG4gICAgY29uc3Qgb3V0cHV0c1RvU3luYyA9IFtcbiAgICAgICd1aTVNb3ZlT3ZlcicsXG4gICAgICAndWk1TW92ZScsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBvdXRwdXRzIChldmVudHMpXG4gICAgZm9yIChjb25zdCBvdXRwdXROYW1lIG9mIG91dHB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIE1hcCBBbmd1bGFyIG91dHB1dCBuYW1lIHRvIFVJNSB3ZWIgY29tcG9uZW50IGV2ZW50IG5hbWVcbiAgICAgIGNvbnN0IGV2ZW50TmFtZSA9IG91dHB1dE5hbWUucmVwbGFjZSgndWk1JywgJycpLnJlcGxhY2UoLyhbQS1aXSkvZywgJy0kMScpLnRvTG93ZXJDYXNlKCkuc3Vic3RyaW5nKDEpO1xuICAgICAgLy8gRW5zdXJlIHRoZSBvdXRwdXQgcHJvcGVydHkgZXhpc3RzIGFuZCBoYXMgYW4gZW1pdCBmdW5jdGlvbiBiZWZvcmUgYWRkaW5nIGxpc3RlbmVyXG4gICAgICBpZiAodGhpc1tvdXRwdXROYW1lXSAmJiB0eXBlb2YgdGhpc1tvdXRwdXROYW1lXS5lbWl0ID09PSAnZnVuY3Rpb24nICYmIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKSB7XG4gICAgICAgIC8vIENhc3QgdGhlIGxpc3RlbmVyIHRvIHRoZSBjb3JyZWN0IHR5cGUgdG8gc2F0aXNmeSBUeXBlU2NyaXB0XG4gICAgICAgIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKGV2ZW50TmFtZSwgKGUpID0+IHtcblxuICAgICAgICAgIHRoaXNbb3V0cHV0TmFtZV0uZW1pdChlIGFzIEN1c3RvbUV2ZW50PGFueT4pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuXG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXN1Z2dlc3Rpb24taXRlbS1ncm91cC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LXdlYmNvbXBvbmVudHMvc3VnZ2VzdGlvbi1pdGVtLWdyb3VwL2Z1bmRhbWVudGFsLW5neC11aTUtd2ViY29tcG9uZW50cy1zdWdnZXN0aW9uLWl0ZW0tZ3JvdXAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":";;;;AAGO,MAAM,mBAAmB,CAAC;AACjC,IAAI,WAAW,GAAG;AAClB;AACA;AACA;AACA,QAAQ,IAAI,CAAC,UAAU,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,YAAY,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AAC/F;AACA;AACA;AACA,QAAQ,IAAI,CAAC,oBAAoB,GAAG,KAAK,CAAC,IAAI,SAAS,GAAG,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,sBAAsB,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC;AACnH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,YAAY,GAAG,KAAK,CAAC,MAAM,EAAE,IAAI,SAAS,GAAG,CAAC,EAAE,SAAS,EAAE,cAAc,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC;AACjG;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,WAAW,GAAG,MAAM,EAAE;AACnC;AACA;AACA;AACA;AACA;AACA,QAAQ,IAAI,CAAC,OAAO,GAAG,MAAM,EAAE;AAC/B,QAAQ,IAAI,CAAC,UAAU,GAAG,MAAM,CAAC,UAAU,CAAC;AAC5C,QAAQ,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,QAAQ,CAAC;AACxC,IAAI;AACJ,IAAI,IAAI,OAAO,GAAG;AAClB,QAAQ,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa;AAC5C,IAAI;AACJ,IAAI,eAAe,GAAG;AACtB,QAAQ,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO;AACtC,QAAQ,MAAM,YAAY,GAAG;AAC7B,YAAY,YAAY;AACxB,YAAY,sBAAsB;AAClC,YAAY,cAAc;AAC1B,SAAS;AACT;AACA,QAAQ,KAAK,MAAM,SAAS,IAAI,YAAY,EAAE;AAC9C;AACA,YAAY,MAAM,UAAU,GAAG,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;AAClF;AACA,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,UAAU,EAAE;AAC5E,gBAAgB,qBAAqB,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM;AAC3D,oBAAoB,MAAM,CAAC,MAAM;AACjC;AACA,wBAAwB,MAAM,KAAK,GAAG,IAAI,CAAC,UAAU,CAAC,EAAE;AACxD,wBAAwB,IAAI,SAAS,EAAE;AACvC;AACA,4BAA4B,SAAS,CAAC,SAAS,CAAC,GAAG,KAAK;AACxD,wBAAwB;AACxB,oBAAoB,CAAC,CAAC;AACtB,gBAAgB,CAAC,CAAC;AAClB,YAAY;AACZ,QAAQ;AACR,QAAQ,MAAM,aAAa,GAAG;AAC9B,YAAY,aAAa;AACzB,YAAY,SAAS;AACrB,SAAS;AACT;AACA,QAAQ,KAAK,MAAM,UAAU,IAAI,aAAa,EAAE;AAChD;AACA,YAAY,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,EAAE,KAAK,CAAC,CAAC,WAAW,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;AACjH;AACA,YAAY,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC,IAAI,KAAK,UAAU,IAAI,SAAS,CAAC,gBAAgB,EAAE;AAC/G;AACA,gBAAgB,SAAS,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC,CAAC,KAAK;AAC7D,oBAAoB,IAAI,CAAC,UAAU,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;AAC5C,gBAAgB,CAAC,CAAC;AAClB,YAAY;AACZ,QAAQ;AACR,IAAI;AACJ,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACrL,IAAI,SAAS,IAAI,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,mBAAmB,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,wDAAwD,EAAE,MAAM,EAAE,EAAE,UAAU,EAAE,EAAE,iBAAiB,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,oBAAoB,EAAE,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,UAAU,EAAE,sBAAsB,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,YAAY,EAAE,EAAE,iBAAiB,EAAE,cAAc,EAAE,UAAU,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,KAAK,EAAE,iBAAiB,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,QAAQ,EAAE,CAAC,wBAAwB,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,2BAA2B,EAAE,QAAQ,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,CAAC,uBAAuB,CAAC,MAAM,EAAE,CAAC,CAAC;AACl3B;AACA,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,mBAAmB,EAAE,UAAU,EAAE,CAAC;AAC7H,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,UAAU,EAAE,IAAI;AACpC,oBAAoB,QAAQ,EAAE,wDAAwD;AACtF,oBAAoB,QAAQ,EAAE,2BAA2B;AACzD,oBAAoB,QAAQ,EAAE,wBAAwB;AACtD,oBAAoB,eAAe,EAAE,uBAAuB,CAAC,MAAM;AACnE,iBAAiB;AACjB,SAAS,CAAC,EAAE,CAAC;;ACnGb;AACA;AACA;;;;"}
@@ -0,0 +1,65 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/SuggestionItem.js';
4
+
5
+ class SuggestionItem {
6
+ constructor() {
7
+ /**
8
+ * Defines the text of the component.
9
+ */
10
+ this.text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : []));
11
+ /**
12
+ * Defines the `additionalText`, displayed in the end of the item.
13
+ */
14
+ this.additionalText = input(...(ngDevMode ? [undefined, { debugName: "additionalText" }] : [])); // className is now passed
15
+ this.elementRef = inject(ElementRef);
16
+ this.injector = inject(Injector);
17
+ }
18
+ get element() {
19
+ return this.elementRef.nativeElement;
20
+ }
21
+ ngAfterViewInit() {
22
+ const wcElement = this.element;
23
+ const inputsToSync = [
24
+ 'text',
25
+ 'additionalText',
26
+ ];
27
+ // Synchronize inputs (properties)
28
+ for (const inputName of inputsToSync) {
29
+ // Find the corresponding camelCase signal property on the Angular component
30
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
31
+ // Use the Injector to run the effect in the correct context
32
+ if (this[signalName] && typeof this[signalName] === 'function') {
33
+ runInInjectionContext(this.injector, () => {
34
+ effect(() => {
35
+ // Read the signal value
36
+ const value = this[signalName]();
37
+ if (wcElement) {
38
+ // Write the value to the Web Component's property
39
+ wcElement[inputName] = value;
40
+ }
41
+ });
42
+ });
43
+ }
44
+ }
45
+ }
46
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SuggestionItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
47
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: SuggestionItem, isStandalone: true, selector: "ui5-suggestion-item, [ui5-suggestion-item]", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["ui5SuggestionItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
48
+ }
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: SuggestionItem, decorators: [{
50
+ type: Component,
51
+ args: [{
52
+ standalone: true,
53
+ selector: 'ui5-suggestion-item, [ui5-suggestion-item]',
54
+ template: '<ng-content></ng-content>',
55
+ exportAs: 'ui5SuggestionItem',
56
+ changeDetection: ChangeDetectionStrategy.OnPush,
57
+ }]
58
+ }] });
59
+
60
+ /**
61
+ * Generated bundle index. Do not edit.
62
+ */
63
+
64
+ export { SuggestionItem };
65
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-suggestion-item.mjs","sources":["../tmp-esm2022/suggestion-item/index.js","../tmp-esm2022/suggestion-item/fundamental-ngx-ui5-webcomponents-suggestion-item.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, effect, runInInjectionContext, inject, Injector } from '@angular/core';\nimport '@ui5/webcomponents/dist/SuggestionItem.js';\nimport * as i0 from \"@angular/core\";\nexport class SuggestionItem {\n constructor() {\n /**\n * Defines the text of the component.\n */\n this.text = input(...(ngDevMode ? [undefined, { debugName: \"text\" }] : []));\n /**\n * Defines the `additionalText`, displayed in the end of the item.\n */\n this.additionalText = input(...(ngDevMode ? [undefined, { debugName: \"additionalText\" }] : [])); // 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 'text',\n 'additionalText',\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: SuggestionItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: SuggestionItem, isStandalone: true, selector: \"ui5-suggestion-item, [ui5-suggestion-item]\", inputs: { text: { classPropertyName: \"text\", publicName: \"text\", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: \"additionalText\", publicName: \"additionalText\", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: [\"ui5SuggestionItem\"], 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: SuggestionItem, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-suggestion-item, [ui5-suggestion-item]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5SuggestionItem',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3N1Z2dlc3Rpb24taXRlbS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUdMLE1BQU0sRUFDTixxQkFBcUIsRUFDckIsTUFBTSxFQUNOLFFBQVEsRUFJVCxNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLDJDQUEyQyxDQUFDOztBQWNuRCxNQUFNLE9BQU8sY0FBYztJQVIzQjtRQVVFOztXQUVHO1FBQ0gsU0FBSSxHQUFHLEtBQUssMERBQXFELENBQUM7UUFFbEU7O1dBRUc7UUFDSCxtQkFBYyxHQUFHLEtBQUssb0VBQStELENBQUMsQ0FBQywwQkFBMEI7UUFLMUcsZUFBVSxHQUFnQyxNQUFNLENBQUMsVUFBVSxDQUFDLENBQUM7UUFDN0QsYUFBUSxHQUFHLE1BQU0sQ0FBQyxRQUFRLENBQUMsQ0FBQztLQXNDcEM7SUFwQ0MsSUFBSSxPQUFPO1FBQ1QsT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLGFBQWEsQ0FBQztJQUN2QyxDQUFDO0lBRUQsZUFBZTtRQUNiLE1BQU0sU0FBUyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUM7UUFFL0IsTUFBTSxZQUFZLEdBQUc7WUFDbkIsTUFBTTtZQUNOLGdCQUFnQjtTQUNqQixDQUFDO1FBRUYsa0NBQWtDO1FBQ2xDLEtBQUssTUFBTSxTQUFTLElBQUksWUFBWSxFQUFFLENBQUM7WUFDckMsNEVBQTRFO1lBQzVFLE1BQU0sVUFBVSxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBUyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQztZQUUvRSw0REFBNEQ7WUFDNUQsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssVUFBVSxFQUFFLENBQUM7Z0JBQy9ELHFCQUFxQixDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsR0FBRyxFQUFFO29CQUN4QyxNQUFNLENBQUMsR0FBRyxFQUFFO3dCQUNWLHdCQUF3Qjt3QkFDeEIsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUM7d0JBQ2pDLElBQUksU0FBUyxFQUFFLENBQUM7NEJBQ2Qsa0RBQWtEOzRCQUNsRCxTQUFTLENBQUMsU0FBUyxDQUFDLEdBQUcsS0FBSyxDQUFDO3dCQUMvQixDQUFDO29CQUNILENBQUMsQ0FBQyxDQUFDO2dCQUNMLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztRQUNILENBQUM7SUFLSCxDQUFDOzhHQXJEVSxjQUFjO2tHQUFkLGNBQWMsMlpBTGYsMkJBQTJCOzsyRkFLMUIsY0FBYztrQkFSMUIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLDRDQUE0QztvQkFDdEQsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLG1CQUFtQjtvQkFFN0IsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07aUJBQ2hEIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxuICBBZnRlclZpZXdJbml0LFxuICBlZmZlY3QsXG4gIHJ1bkluSW5qZWN0aW9uQ29udGV4dCxcbiAgaW5qZWN0LFxuICBJbmplY3RvcixcbiAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgY29tcHV0ZWQsXG4gIHNpZ25hbFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvU3VnZ2VzdGlvbkl0ZW0uanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfU3VnZ2VzdGlvbkl0ZW0gfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9TdWdnZXN0aW9uSXRlbS5qcyc7XG5pbXBvcnQgeyBVSTVDdXN0b21FdmVudCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1iYXNlJztcblxuXG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS1zdWdnZXN0aW9uLWl0ZW0sIFt1aTUtc3VnZ2VzdGlvbi1pdGVtXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGV4cG9ydEFzOiAndWk1U3VnZ2VzdGlvbkl0ZW0nLFxuXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBTdWdnZXN0aW9uSXRlbSBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSB0ZXh0IG9mIHRoZSBjb21wb25lbnQuXG4gICAqL1xuICB0ZXh0ID0gaW5wdXQ8dHlwZW9mIF9TdWdnZXN0aW9uSXRlbS5wcm90b3R5cGUudGV4dCB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYGFkZGl0aW9uYWxUZXh0YCwgZGlzcGxheWVkIGluIHRoZSBlbmQgb2YgdGhlIGl0ZW0uXG4gICAqL1xuICBhZGRpdGlvbmFsVGV4dCA9IGlucHV0PHR5cGVvZiBfU3VnZ2VzdGlvbkl0ZW0ucHJvdG90eXBlLmFkZGl0aW9uYWxUZXh0IHwgdW5kZWZpbmVkPigpOyAvLyBjbGFzc05hbWUgaXMgbm93IHBhc3NlZFxuXG5cblxuXG4gIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmPF9TdWdnZXN0aW9uSXRlbT4gPSBpbmplY3QoRWxlbWVudFJlZik7XG4gIHB1YmxpYyBpbmplY3RvciA9IGluamVjdChJbmplY3Rvcik7XG5cbiAgZ2V0IGVsZW1lbnQoKTogX1N1Z2dlc3Rpb25JdGVtIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgY29uc3Qgd2NFbGVtZW50ID0gdGhpcy5lbGVtZW50O1xuICAgIFxuICAgIGNvbnN0IGlucHV0c1RvU3luYyA9IFtcbiAgICAgICd0ZXh0JyxcbiAgICAgICdhZGRpdGlvbmFsVGV4dCcsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBpbnB1dHMgKHByb3BlcnRpZXMpXG4gICAgZm9yIChjb25zdCBpbnB1dE5hbWUgb2YgaW5wdXRzVG9TeW5jKSB7XG4gICAgICAvLyBGaW5kIHRoZSBjb3JyZXNwb25kaW5nIGNhbWVsQ2FzZSBzaWduYWwgcHJvcGVydHkgb24gdGhlIEFuZ3VsYXIgY29tcG9uZW50XG4gICAgICBjb25zdCBzaWduYWxOYW1lID0gaW5wdXROYW1lLnJlcGxhY2UoLy0uL2csICh4OiBzdHJpbmcpID0+IHhbMV0udG9VcHBlckNhc2UoKSk7XG5cbiAgICAgIC8vIFVzZSB0aGUgSW5qZWN0b3IgdG8gcnVuIHRoZSBlZmZlY3QgaW4gdGhlIGNvcnJlY3QgY29udGV4dFxuICAgICAgaWYgKHRoaXNbc2lnbmFsTmFtZV0gJiYgdHlwZW9mIHRoaXNbc2lnbmFsTmFtZV0gPT09ICdmdW5jdGlvbicpIHtcbiAgICAgICAgcnVuSW5JbmplY3Rpb25Db250ZXh0KHRoaXMuaW5qZWN0b3IsICgpID0+IHtcbiAgICAgICAgICBlZmZlY3QoKCkgPT4ge1xuICAgICAgICAgICAgLy8gUmVhZCB0aGUgc2lnbmFsIHZhbHVlXG4gICAgICAgICAgICBjb25zdCB2YWx1ZSA9IHRoaXNbc2lnbmFsTmFtZV0oKTtcbiAgICAgICAgICAgIGlmICh3Y0VsZW1lbnQpIHtcbiAgICAgICAgICAgICAgLy8gV3JpdGUgdGhlIHZhbHVlIHRvIHRoZSBXZWIgQ29tcG9uZW50J3MgcHJvcGVydHlcbiAgICAgICAgICAgICAgd2NFbGVtZW50W2lucHV0TmFtZV0gPSB2YWx1ZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9KTtcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICBcbiAgICBcbiAgICBcblxuICB9XG59XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXN1Z2dlc3Rpb24taXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LXdlYmNvbXBvbmVudHMvc3VnZ2VzdGlvbi1pdGVtL2Z1bmRhbWVudGFsLW5neC11aTUtd2ViY29tcG9uZW50cy1zdWdnZXN0aW9uLWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}