@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,178 @@
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/TreeItem.js';
4
+
5
+ class TreeItem {
6
+ constructor() {
7
+ /**
8
+ * Defines the text of the tree item.
9
+ */
10
+ this.text = input(...(ngDevMode ? [undefined, { debugName: "text" }] : []));
11
+ /**
12
+ * Defines the `additionalText`, displayed in the end of the tree item.
13
+ */
14
+ this.additionalText = input(...(ngDevMode ? [undefined, { debugName: "additionalText" }] : []));
15
+ /**
16
+ * If set, an icon will be displayed before the text of the tree list item.
17
+ */
18
+ this.icon = input(...(ngDevMode ? [undefined, { debugName: "icon" }] : []));
19
+ /**
20
+ * Defines whether the tree list item will show a collapse or expand icon inside its toggle button.
21
+ */
22
+ this.expanded = input(false, ...(ngDevMode ? [{ debugName: "expanded", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
23
+ /**
24
+ * Defines whether the item is movable.
25
+ */
26
+ this.movable = input(false, ...(ngDevMode ? [{ debugName: "movable", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
27
+ /**
28
+ * Defines whether the selection of a tree node is displayed as partially selected.
29
+
30
+ **Note:** The indeterminate state can be set only programmatically and can’t be achieved by user
31
+ interaction, meaning that the resulting visual state depends on the values of the `indeterminate`
32
+ and `selected` properties:
33
+
34
+ - If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.
35
+ - If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.
36
+ - If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.
37
+
38
+ **Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.
39
+ */
40
+ this.indeterminate = input(false, ...(ngDevMode ? [{ debugName: "indeterminate", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
41
+ /**
42
+ * Defines whether the tree node has children, even if currently no other tree nodes are slotted inside.
43
+
44
+ **Note:** This property is useful for showing big tree structures where not all nodes are initially loaded due to performance reasons.
45
+ Set this to `true` for nodes you intend to load lazily, when the user clicks the expand button.
46
+ It is not necessary to set this property otherwise. If a tree item has children, the expand button will be displayed anyway.
47
+ */
48
+ this.hasChildren = input(false, ...(ngDevMode ? [{ debugName: "hasChildren", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
49
+ /**
50
+ * Defines the state of the `additionalText`.
51
+
52
+ Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
53
+ */
54
+ this.additionalTextState = input("None", ...(ngDevMode ? [{ debugName: "additionalTextState" }] : []));
55
+ /**
56
+ * Defines the accessible name of the component.
57
+ */
58
+ this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
59
+ /**
60
+ * Defines the visual indication and behavior of the list items.
61
+ Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
62
+
63
+ **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
64
+ while with type `Inactive` and `Detail` - will not.
65
+ */
66
+ this.type = input("Active", ...(ngDevMode ? [{ debugName: "type" }] : []));
67
+ /**
68
+ * Defines the additional accessibility attributes that will be applied to the component.
69
+ The following fields are supported:
70
+
71
+ - **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
72
+ **Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.
73
+
74
+ - **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
75
+ **Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
76
+ */
77
+ this.accessibilityAttributes = input({}, ...(ngDevMode ? [{ debugName: "accessibilityAttributes" }] : []));
78
+ /**
79
+ * The navigated state of the list item.
80
+ If set to `true`, a navigation indicator is displayed at the end of the list item.
81
+ */
82
+ this.navigated = input(false, ...(ngDevMode ? [{ debugName: "navigated", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
83
+ /**
84
+ * Defines the text of the tooltip that would be displayed for the list item.
85
+ */
86
+ this.tooltip = input(...(ngDevMode ? [undefined, { debugName: "tooltip" }] : []));
87
+ /**
88
+ * Defines the highlight state of the list items.
89
+ Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
90
+ */
91
+ this.highlight = input("None", ...(ngDevMode ? [{ debugName: "highlight" }] : []));
92
+ /**
93
+ * Defines the selected state of the component.
94
+ */
95
+ this.selected = input(false, ...(ngDevMode ? [{ debugName: "selected", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed
96
+ /**
97
+ * Fired when the user clicks on the detail button when type is `Detail`.
98
+ */
99
+ this.ui5DetailClick = output();
100
+ this.elementRef = inject(ElementRef);
101
+ this.injector = inject(Injector);
102
+ }
103
+ get element() {
104
+ return this.elementRef.nativeElement;
105
+ }
106
+ ngAfterViewInit() {
107
+ const wcElement = this.element;
108
+ const inputsToSync = [
109
+ 'text',
110
+ 'additionalText',
111
+ 'icon',
112
+ 'expanded',
113
+ 'movable',
114
+ 'indeterminate',
115
+ 'hasChildren',
116
+ 'additionalTextState',
117
+ 'accessibleName',
118
+ 'type',
119
+ 'accessibilityAttributes',
120
+ 'navigated',
121
+ 'tooltip',
122
+ 'highlight',
123
+ 'selected',
124
+ ];
125
+ // Synchronize inputs (properties)
126
+ for (const inputName of inputsToSync) {
127
+ // Find the corresponding camelCase signal property on the Angular component
128
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
129
+ // Use the Injector to run the effect in the correct context
130
+ if (this[signalName] && typeof this[signalName] === 'function') {
131
+ runInInjectionContext(this.injector, () => {
132
+ effect(() => {
133
+ // Read the signal value
134
+ const value = this[signalName]();
135
+ if (wcElement) {
136
+ // Write the value to the Web Component's property
137
+ wcElement[inputName] = value;
138
+ }
139
+ });
140
+ });
141
+ }
142
+ }
143
+ const outputsToSync = [
144
+ 'ui5DetailClick',
145
+ ];
146
+ // Synchronize outputs (events)
147
+ for (const outputName of outputsToSync) {
148
+ // Map Angular output name to UI5 web component event name
149
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
150
+ // Ensure the output property exists and has an emit function before adding listener
151
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
152
+ // Cast the listener to the correct type to satisfy TypeScript
153
+ wcElement.addEventListener(eventName, (e) => {
154
+ this[outputName].emit(e);
155
+ });
156
+ }
157
+ }
158
+ }
159
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TreeItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
160
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: TreeItem, isStandalone: true, selector: "ui5-tree-item, [ui5-tree-item]", inputs: { text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, expanded: { classPropertyName: "expanded", publicName: "expanded", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: "movable", publicName: "movable", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: "indeterminate", publicName: "indeterminate", isSignal: true, isRequired: false, transformFunction: null }, hasChildren: { classPropertyName: "hasChildren", publicName: "hasChildren", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: "additionalTextState", publicName: "additionalTextState", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, accessibilityAttributes: { classPropertyName: "accessibilityAttributes", publicName: "accessibilityAttributes", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: "navigated", publicName: "navigated", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: "highlight", publicName: "highlight", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: "selected", publicName: "selected", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5DetailClick: "ui5DetailClick" }, exportAs: ["ui5TreeItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
161
+ }
162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: TreeItem, decorators: [{
163
+ type: Component,
164
+ args: [{
165
+ standalone: true,
166
+ selector: 'ui5-tree-item, [ui5-tree-item]',
167
+ template: '<ng-content></ng-content>',
168
+ exportAs: 'ui5TreeItem',
169
+ changeDetection: ChangeDetectionStrategy.OnPush,
170
+ }]
171
+ }] });
172
+
173
+ /**
174
+ * Generated bundle index. Do not edit.
175
+ */
176
+
177
+ export { TreeItem };
178
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-tree-item.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-tree-item.mjs","sources":["../tmp-esm2022/tree-item/index.js","../tmp-esm2022/tree-item/fundamental-ngx-ui5-webcomponents-tree-item.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector, booleanAttribute } from '@angular/core';\nimport '@ui5/webcomponents/dist/TreeItem.js';\nimport * as i0 from \"@angular/core\";\nexport class TreeItem {\n constructor() {\n /**\n * Defines the text of the tree item.\n */\n this.text = input(...(ngDevMode ? [undefined, { debugName: \"text\" }] : []));\n /**\n * Defines the `additionalText`, displayed in the end of the tree item.\n */\n this.additionalText = input(...(ngDevMode ? [undefined, { debugName: \"additionalText\" }] : []));\n /**\n * If set, an icon will be displayed before the text of the tree list item.\n */\n this.icon = input(...(ngDevMode ? [undefined, { debugName: \"icon\" }] : []));\n /**\n * Defines whether the tree list item will show a collapse or expand icon inside its toggle button.\n */\n this.expanded = input(false, ...(ngDevMode ? [{ debugName: \"expanded\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines whether the item is movable.\n */\n this.movable = input(false, ...(ngDevMode ? [{ debugName: \"movable\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines whether the selection of a tree node is displayed as partially selected.\n \n **Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\n interaction, meaning that the resulting visual state depends on the values of the `indeterminate`\n and `selected` properties:\n \n - If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n - If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n - If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n \n **Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.\n */\n this.indeterminate = input(false, ...(ngDevMode ? [{ debugName: \"indeterminate\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines whether the tree node has children, even if currently no other tree nodes are slotted inside.\n \n **Note:** This property is useful for showing big tree structures where not all nodes are initially loaded due to performance reasons.\n Set this to `true` for nodes you intend to load lazily, when the user clicks the expand button.\n It is not necessary to set this property otherwise. If a tree item has children, the expand button will be displayed anyway.\n */\n this.hasChildren = input(false, ...(ngDevMode ? [{ debugName: \"hasChildren\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines the state of the `additionalText`.\n \n Available options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n this.additionalTextState = input(\"None\", ...(ngDevMode ? [{ debugName: \"additionalTextState\" }] : []));\n /**\n * Defines the accessible name of the component.\n */\n this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: \"accessibleName\" }] : []));\n /**\n * Defines the visual indication and behavior of the list items.\n Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n \n **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\n while with type `Inactive` and `Detail` - will not.\n */\n this.type = input(\"Active\", ...(ngDevMode ? [{ debugName: \"type\" }] : []));\n /**\n * Defines the additional accessibility attributes that will be applied to the component.\n The following fields are supported:\n \n - **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n **Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n \n - **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n **Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.\n */\n this.accessibilityAttributes = input({}, ...(ngDevMode ? [{ debugName: \"accessibilityAttributes\" }] : []));\n /**\n * The navigated state of the list item.\n If set to `true`, a navigation indicator is displayed at the end of the list item.\n */\n this.navigated = input(false, ...(ngDevMode ? [{ debugName: \"navigated\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines the text of the tooltip that would be displayed for the list item.\n */\n this.tooltip = input(...(ngDevMode ? [undefined, { debugName: \"tooltip\" }] : []));\n /**\n * Defines the highlight state of the list items.\n Available options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.\n */\n this.highlight = input(\"None\", ...(ngDevMode ? [{ debugName: \"highlight\" }] : []));\n /**\n * Defines the selected state of the component.\n */\n this.selected = input(false, ...(ngDevMode ? [{ debugName: \"selected\", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed\n /**\n * Fired when the user clicks on the detail button when type is `Detail`.\n */\n this.ui5DetailClick = 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 'text',\n 'additionalText',\n 'icon',\n 'expanded',\n 'movable',\n 'indeterminate',\n 'hasChildren',\n 'additionalTextState',\n 'accessibleName',\n 'type',\n 'accessibilityAttributes',\n 'navigated',\n 'tooltip',\n 'highlight',\n 'selected',\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 'ui5DetailClick',\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: TreeItem, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: TreeItem, isStandalone: true, selector: \"ui5-tree-item, [ui5-tree-item]\", inputs: { text: { classPropertyName: \"text\", publicName: \"text\", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: \"additionalText\", publicName: \"additionalText\", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: \"icon\", publicName: \"icon\", isSignal: true, isRequired: false, transformFunction: null }, expanded: { classPropertyName: \"expanded\", publicName: \"expanded\", isSignal: true, isRequired: false, transformFunction: null }, movable: { classPropertyName: \"movable\", publicName: \"movable\", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: \"indeterminate\", publicName: \"indeterminate\", isSignal: true, isRequired: false, transformFunction: null }, hasChildren: { classPropertyName: \"hasChildren\", publicName: \"hasChildren\", isSignal: true, isRequired: false, transformFunction: null }, additionalTextState: { classPropertyName: \"additionalTextState\", publicName: \"additionalTextState\", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: \"accessibleName\", publicName: \"accessibleName\", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: \"type\", publicName: \"type\", isSignal: true, isRequired: false, transformFunction: null }, accessibilityAttributes: { classPropertyName: \"accessibilityAttributes\", publicName: \"accessibilityAttributes\", isSignal: true, isRequired: false, transformFunction: null }, navigated: { classPropertyName: \"navigated\", publicName: \"navigated\", isSignal: true, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: \"tooltip\", publicName: \"tooltip\", isSignal: true, isRequired: false, transformFunction: null }, highlight: { classPropertyName: \"highlight\", publicName: \"highlight\", isSignal: true, isRequired: false, transformFunction: null }, selected: { classPropertyName: \"selected\", publicName: \"selected\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5DetailClick: \"ui5DetailClick\" }, exportAs: [\"ui5TreeItem\"], 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: TreeItem, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-tree-item, [ui5-tree-item]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5TreeItem',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3RyZWUtaXRlbS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUNMLE1BQU0sRUFFTixNQUFNLEVBQ04scUJBQXFCLEVBQ3JCLE1BQU0sRUFDTixRQUFRLEVBQ1IsZ0JBQWdCLEVBR2pCLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8scUNBQXFDLENBQUM7O0FBaUI3QyxNQUFNLE9BQU8sUUFBUTtJQVJyQjtRQVVFOztXQUVHO1FBQ0gsU0FBSSxHQUFHLEtBQUssMERBQStDLENBQUM7UUFFNUQ7O1dBRUc7UUFDSCxtQkFBYyxHQUFHLEtBQUssb0VBQXlELENBQUM7UUFFaEY7O1dBRUc7UUFDSCxTQUFJLEdBQUcsS0FBSywwREFBK0MsQ0FBQztRQUU1RDs7V0FFRztRQUNILGFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyw0Q0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUV6RDs7V0FFRztRQUNILFlBQU8sR0FBRyxLQUFLLENBQUMsS0FBSywyQ0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUV4RDs7Ozs7Ozs7Ozs7O1dBWUc7UUFDSCxrQkFBYSxHQUFHLEtBQUssQ0FBQyxLQUFLLGlEQUFJLFNBQVMsRUFBRSxnQkFBZ0IsT0FBN0IsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsR0FBQyxDQUFDO1FBRTlEOzs7Ozs7V0FNRztRQUNILGdCQUFXLEdBQUcsS0FBSyxDQUFDLEtBQUssK0NBQUksU0FBUyxFQUFFLGdCQUFnQixPQUE3QixFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFB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QVcsRUFBRSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUN0RyxvRkFBb0Y7WUFDcEYsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsSUFBSSxLQUFLLFVBQVUsSUFBSSxTQUFTLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztnQkFDbEcsOERBQThEO2dCQUM5RCxTQUFTLENBQUMsZ0JBQWdCLENBQUMsU0FBUyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUU7b0JBRTFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBcUIsQ0FBQyxDQUFDO2dCQUMvQyxDQUFDLENBQUMsQ0FBQztZQUNMLENBQUM7UUFDSCxDQUFDO0lBR0gsQ0FBQzs4R0FyTFUsUUFBUTtrR0FBUixRQUFRLHFxRUFMVCwyQkFBMkI7OzJGQUsxQixRQUFRO2tCQVJwQixTQUFTO21CQUFDO29CQUNULFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsZ0NBQWdDO29CQUMxQyxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxRQUFRLEVBQUUsYUFBYTtvQkFFdkIsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07aUJBQ2hEIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxuICBBZnRlclZpZXdJbml0LFxuICBlZmZlY3QsXG4gIHJ1bkluSW5qZWN0aW9uQ29udGV4dCxcbiAgaW5qZWN0LFxuICBJbmplY3RvcixcbiAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgY29tcHV0ZWQsXG4gIHNpZ25hbFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvVHJlZUl0ZW0uanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfVHJlZUl0ZW0gfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9UcmVlSXRlbS5qcyc7XG5pbXBvcnQgeyBVSTVDdXN0b21FdmVudCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1iYXNlJztcblxuaW1wb3J0IHsgZGVmYXVsdCBhcyBWYWx1ZVN0YXRlIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWJhc2UvZGlzdC90eXBlcy9WYWx1ZVN0YXRlLmpzJztcbmltcG9ydCB7IGRlZmF1bHQgYXMgTGlzdEl0ZW1UeXBlIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvdHlwZXMvTGlzdEl0ZW1UeXBlLmpzJztcbmltcG9ydCB7IExpc3RJdGVtQWNjZXNzaWJpbGl0eUF0dHJpYnV0ZXMgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9MaXN0SXRlbS5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIEhpZ2hsaWdodCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L3R5cGVzL0hpZ2hsaWdodC5qcyc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS10cmVlLWl0ZW0sIFt1aTUtdHJlZS1pdGVtXScsXG4gIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gIGV4cG9ydEFzOiAndWk1VHJlZUl0ZW0nLFxuXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBUcmVlSXRlbSBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSB0ZXh0IG9mIHRoZSB0cmVlIGl0ZW0uXG4gICAqL1xuICB0ZXh0ID0gaW5wdXQ8dHlwZW9mIF9UcmVlSXRlbS5wcm90b3R5cGUudGV4dCB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYGFkZGl0aW9uYWxUZXh0YCwgZGlzcGxheWVkIGluIHRoZSBlbmQgb2YgdGhlIHRyZWUgaXRlbS5cbiAgICovXG4gIGFkZGl0aW9uYWxUZXh0ID0gaW5wdXQ8dHlwZW9mIF9UcmVlSXRlbS5wcm90b3R5cGUuYWRkaXRpb25hbFRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIElmIHNldCwgYW4gaWNvbiB3aWxsIGJlIGRpc3BsYXllZCBiZWZvcmUgdGhlIHRleHQgb2YgdGhlIHRyZWUgbGlzdCBpdGVtLlxuICAgKi9cbiAgaWNvbiA9IGlucHV0PHR5cGVvZiBfVHJlZUl0ZW0ucHJvdG90eXBlLmljb24gfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgd2hldGhlciB0aGUgdHJlZSBsaXN0IGl0ZW0gd2lsbCBzaG93IGEgY29sbGFwc2Ugb3IgZXhwYW5kIGljb24gaW5zaWRlIGl0cyB0b2dnbGUgYnV0dG9uLlxuICAgKi9cbiAgZXhwYW5kZWQgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgd2hldGhlciB0aGUgaXRlbSBpcyBtb3ZhYmxlLlxuICAgKi9cbiAgbW92YWJsZSA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyB3aGV0aGVyIHRoZSBzZWxlY3Rpb24gb2YgYSB0cmVlIG5vZGUgaXMgZGlzcGxheWVkIGFzIHBhcnRpYWxseSBzZWxlY3RlZC5cblxuKipOb3RlOioqIFRoZSBpbmRldGVybWluYXRlIHN0YXRlIGNhbiBiZSBzZXQgb25seSBwcm9ncmFtbWF0aWNhbGx5IGFuZCBjYW7igJl0IGJlIGFjaGlldmVkIGJ5IHVzZXJcbmludGVyYWN0aW9uLCBtZWFuaW5nIHRoYXQgdGhlIHJlc3VsdGluZyB2aXN1YWwgc3RhdGUgZGVwZW5kcyBvbiB0aGUgdmFsdWVzIG9mIHRoZSBgaW5kZXRlcm1pbmF0ZWBcbmFuZCBgc2VsZWN0ZWRgIHByb3BlcnRpZXM6XG5cbi0gIElmIGEgdHJlZSBub2RlIGhhcyBib3RoIGBzZWxlY3RlZGAgYW5kIGBpbmRldGVybWluYXRlYCBzZXQgdG8gYHRydWVgLCBpdCBpcyBkaXNwbGF5ZWQgYXMgcGFydGlhbGx5IHNlbGVjdGVkLlxuLSAgSWYgYSB0cmVlIG5vZGUgaGFzIGBzZWxlY3RlZGAgc2V0IHRvIGB0cnVlYCBhbmQgYGluZGV0ZXJtaW5hdGVgIHNldCB0byBgZmFsc2VgLCBpdCBpcyBkaXNwbGF5ZWQgYXMgc2VsZWN0ZWQuXG4tICBJZiBhIHRyZWUgbm9kZSBoYXMgYHNlbGVjdGVkYCBzZXQgdG8gYGZhbHNlYCwgaXQgaXMgZGlzcGxheWVkIGFzIG5vdCBzZWxlY3RlZCByZWdhcmRsZXNzIG9mIHRoZSB2YWx1ZSBvZiB0aGUgYGluZGV0ZXJtaW5hdGVgIHByb3BlcnR5LlxuXG4qKk5vdGU6KiogVGhpcyBwcm9wZXJ0eSB0YWtlcyBlZmZlY3Qgb25seSB3aGVuIHRoZSBgdWk1LXRyZWVgIGlzIGluIGBNdWx0aXBsZWAgbW9kZS5cbiAgICovXG4gIGluZGV0ZXJtaW5hdGUgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgd2hldGhlciB0aGUgdHJlZSBub2RlIGhhcyBjaGlsZHJlbiwgZXZlbiBpZiBjdXJyZW50bHkgbm8gb3RoZXIgdHJlZSBub2RlcyBhcmUgc2xvdHRlZCBpbnNpZGUuXG5cbioqTm90ZToqKiBUaGlzIHByb3BlcnR5IGlzIHVzZWZ1bCBmb3Igc2hvd2luZyBiaWcgdHJlZSBzdHJ1Y3R1cmVzIHdoZXJlIG5vdCBhbGwgbm9kZXMgYXJlIGluaXRpYWxseSBsb2FkZWQgZHVlIHRvIHBlcmZvcm1hbmNlIHJlYXNvbnMuXG5TZXQgdGhpcyB0byBgdHJ1ZWAgZm9yIG5vZGVzIHlvdSBpbnRlbmQgdG8gbG9hZCBsYXppbHksIHdoZW4gdGhlIHVzZXIgY2xpY2tzIHRoZSBleHBhbmQgYnV0dG9uLlxuSXQgaXMgbm90IG5lY2Vzc2FyeSB0byBzZXQgdGhpcyBwcm9wZXJ0eSBvdGhlcndpc2UuIElmIGEgdHJlZSBpdGVtIGhhcyBjaGlsZHJlbiwgdGhlIGV4cGFuZCBidXR0b24gd2lsbCBiZSBkaXNwbGF5ZWQgYW55d2F5LlxuICAgKi9cbiAgaGFzQ2hpbGRyZW4gPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIHN0YXRlIG9mIHRoZSBgYWRkaXRpb25hbFRleHRgLlxuXG5BdmFpbGFibGUgb3B0aW9ucyBhcmU6IGBcIk5vbmVcImAgKGJ5IGRlZmF1bHQpLCBgXCJQb3NpdGl2ZVwiYCwgYFwiQ3JpdGljYWxcImAsIGBcIkluZm9ybWF0aW9uXCJgIGFuZCBgXCJOZWdhdGl2ZVwiYC5cbiAgICovXG4gIGFkZGl0aW9uYWxUZXh0U3RhdGUgPSBpbnB1dDx0eXBlb2YgX1RyZWVJdGVtLnByb3RvdHlwZS5hZGRpdGlvbmFsVGV4dFN0YXRlIHwgdW5kZWZpbmVkPihcIk5vbmVcIik7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGFjY2Vzc2libGUgbmFtZSBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZU5hbWUgPSBpbnB1dDx0eXBlb2YgX1RyZWVJdGVtLnByb3RvdHlwZS5hY2Nlc3NpYmxlTmFtZSB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdmlzdWFsIGluZGljYXRpb24gYW5kIGJlaGF2aW9yIG9mIHRoZSBsaXN0IGl0ZW1zLlxuQXZhaWxhYmxlIG9wdGlvbnMgYXJlIGBBY3RpdmVgIChieSBkZWZhdWx0KSwgYEluYWN0aXZlYCwgYERldGFpbGAgYW5kIGBOYXZpZ2F0aW9uYC5cblxuKipOb3RlOioqIFdoZW4gc2V0IHRvIGBBY3RpdmVgIG9yIGBOYXZpZ2F0aW9uYCwgdGhlIGl0ZW0gd2lsbCBwcm92aWRlIHZpc3VhbCByZXNwb25zZSB1cG9uIHByZXNzIGFuZCBob3ZlcixcbndoaWxlIHdpdGggdHlwZSBgSW5hY3RpdmVgIGFuZCBgRGV0YWlsYCAtIHdpbGwgbm90LlxuICAgKi9cbiAgdHlwZSA9IGlucHV0PHR5cGVvZiBfVHJlZUl0ZW0ucHJvdG90eXBlLnR5cGUgfCB1bmRlZmluZWQ+KFwiQWN0aXZlXCIpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBhZGRpdGlvbmFsIGFjY2Vzc2liaWxpdHkgYXR0cmlidXRlcyB0aGF0IHdpbGwgYmUgYXBwbGllZCB0byB0aGUgY29tcG9uZW50LlxuVGhlIGZvbGxvd2luZyBmaWVsZHMgYXJlIHN1cHBvcnRlZDpcblxuLSAqKmFyaWFTZXRzaXplKio6IERlZmluZXMgdGhlIG51bWJlciBvZiBpdGVtcyBpbiB0aGUgY3VycmVudCBzZXQgIHdoZW4gbm90IGFsbCBpdGVtcyBpbiB0aGUgc2V0IGFyZSBwcmVzZW50IGluIHRoZSBET00uXG4qKk5vdGU6KiogVGhlIHZhbHVlIGlzIGFuIGludGVnZXIgcmVmbGVjdGluZyB0aGUgbnVtYmVyIG9mIGl0ZW1zIGluIHRoZSBjb21wbGV0ZSBzZXQuIElmIHRoZSBzaXplIG9mIHRoZSBlbnRpcmUgc2V0IGlzIHVua25vd24sIHNldCBgLTFgLlxuXG5cdC0gKiphcmlhUG9zaW5zZXQqKjogRGVmaW5lcyBhbiBlbGVtZW50J3MgbnVtYmVyIG9yIHBvc2l0aW9uIGluIHRoZSBjdXJyZW50IHNldCB3aGVuIG5vdCBhbGwgaXRlbXMgYXJlIHByZXNlbnQgaW4gdGhlIERPTS5cblx0KipOb3RlOioqIFRoZSB2YWx1ZSBpcyBhbiBpbnRlZ2VyIGdyZWF0ZXIgdGhhbiBvciBlcXVhbCB0byAxLCBhbmQgbGVzcyB0aGFuIG9yIGVxdWFsIHRvIHRoZSBzaXplIG9mIHRoZSBzZXQgd2hlbiB0aGF0IHNpemUgaXMga25vd24uXG4gICAqL1xuICBhY2Nlc3NpYmlsaXR5QXR0cmlidXRlcyA9IGlucHV0PHR5cGVvZiBfVHJlZUl0ZW0ucHJvdG90eXBlLmFjY2Vzc2liaWxpdHlBdHRyaWJ1dGVzIHwgdW5kZWZpbmVkPih7fSk7XG5cbiAgLyoqXG4gICAqIFRoZSBuYXZpZ2F0ZWQgc3RhdGUgb2YgdGhlIGxpc3QgaXRlbS5cbklmIHNldCB0byBgdHJ1ZWAsIGEgbmF2aWdhdGlvbiBpbmRpY2F0b3IgaXMgZGlzcGxheWVkIGF0IHRoZSBlbmQgb2YgdGhlIGxpc3QgaXRlbS5cbiAgICovXG4gIG5hdmlnYXRlZCA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdGV4dCBvZiB0aGUgdG9vbHRpcCB0aGF0IHdvdWxkIGJlIGRpc3BsYXllZCBmb3IgdGhlIGxpc3QgaXRlbS5cbiAgICovXG4gIHRvb2x0aXAgPSBpbnB1dDx0eXBlb2YgX1RyZWVJdGVtLnByb3RvdHlwZS50b29sdGlwIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBoaWdobGlnaHQgc3RhdGUgb2YgdGhlIGxpc3QgaXRlbXMuXG5BdmFpbGFibGUgb3B0aW9ucyBhcmU6IGBcIk5vbmVcImAgKGJ5IGRlZmF1bHQpLCBgXCJQb3NpdGl2ZVwiYCwgYFwiQ3JpdGljYWxcImAsIGBcIkluZm9ybWF0aW9uXCJgIGFuZCBgXCJOZWdhdGl2ZVwiYC5cbiAgICovXG4gIGhpZ2hsaWdodCA9IGlucHV0PHR5cGVvZiBfVHJlZUl0ZW0ucHJvdG90eXBlLmhpZ2hsaWdodCB8IHVuZGVmaW5lZD4oXCJOb25lXCIpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBzZWxlY3RlZCBzdGF0ZSBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgc2VsZWN0ZWQgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7IC8vIGNsYXNzTmFtZSBpcyBub3cgcGFzc2VkXG5cblxuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIHRoZSB1c2VyIGNsaWNrcyBvbiB0aGUgZGV0YWlsIGJ1dHRvbiB3aGVuIHR5cGUgaXMgYERldGFpbGAuXG4gICAqL1xuICB1aTVEZXRhaWxDbGljayA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZUl0ZW0sICdkZXRhaWwtY2xpY2snPj4oKTtcblxuICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxfVHJlZUl0ZW0+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwdWJsaWMgaW5qZWN0b3IgPSBpbmplY3QoSW5qZWN0b3IpO1xuXG4gIGdldCBlbGVtZW50KCk6IF9UcmVlSXRlbSB7XG4gICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgIGNvbnN0IHdjRWxlbWVudCA9IHRoaXMuZWxlbWVudDtcbiAgICBcbiAgICBjb25zdCBpbnB1dHNUb1N5bmMgPSBbXG4gICAgICAndGV4dCcsXG4gICAgICAnYWRkaXRpb25hbFRleHQnLFxuICAgICAgJ2ljb24nLFxuICAgICAgJ2V4cGFuZGVkJyxcbiAgICAgICdtb3ZhYmxlJyxcbiAgICAgICdpbmRldGVybWluYXRlJyxcbiAgICAgICdoYXNDaGlsZHJlbicsXG4gICAgICAnYWRkaXRpb25hbFRleHRTdGF0ZScsXG4gICAgICAnYWNjZXNzaWJsZU5hbWUnLFxuICAgICAgJ3R5cGUnLFxuICAgICAgJ2FjY2Vzc2liaWxpdHlBdHRyaWJ1dGVzJyxcbiAgICAgICduYXZpZ2F0ZWQnLFxuICAgICAgJ3Rvb2x0aXAnLFxuICAgICAgJ2hpZ2hsaWdodCcsXG4gICAgICAnc2VsZWN0ZWQnLFxuICAgIF07XG4gICAgXG4gICAgLy8gU3luY2hyb25pemUgaW5wdXRzIChwcm9wZXJ0aWVzKVxuICAgIGZvciAoY29uc3QgaW5wdXROYW1lIG9mIGlucHV0c1RvU3luYykge1xuICAgICAgLy8gRmluZCB0aGUgY29ycmVzcG9uZGluZyBjYW1lbENhc2Ugc2lnbmFsIHByb3BlcnR5IG9uIHRoZSBBbmd1bGFyIGNvbXBvbmVudFxuICAgICAgY29uc3Qgc2lnbmFsTmFtZSA9IGlucHV0TmFtZS5yZXBsYWNlKC8tLi9nLCAoeDogc3RyaW5nKSA9PiB4WzFdLnRvVXBwZXJDYXNlKCkpO1xuXG4gICAgICAvLyBVc2UgdGhlIEluamVjdG9yIHRvIHJ1biB0aGUgZWZmZWN0IGluIHRoZSBjb3JyZWN0IGNvbnRleHRcbiAgICAgIGlmICh0aGlzW3NpZ25hbE5hbWVdICYmIHR5cGVvZiB0aGlzW3NpZ25hbE5hbWVdID09PSAnZnVuY3Rpb24nKSB7XG4gICAgICAgIHJ1bkluSW5qZWN0aW9uQ29udGV4dCh0aGlzLmluamVjdG9yLCAoKSA9PiB7XG4gICAgICAgICAgZWZmZWN0KCgpID0+IHtcbiAgICAgICAgICAgIC8vIFJlYWQgdGhlIHNpZ25hbCB2YWx1ZVxuICAgICAgICAgICAgY29uc3QgdmFsdWUgPSB0aGlzW3NpZ25hbE5hbWVdKCk7XG4gICAgICAgICAgICBpZiAod2NFbGVtZW50KSB7XG4gICAgICAgICAgICAgIC8vIFdyaXRlIHRoZSB2YWx1ZSB0byB0aGUgV2ViIENvbXBvbmVudCdzIHByb3BlcnR5XG4gICAgICAgICAgICAgIHdjRWxlbWVudFtpbnB1dE5hbWVdID0gdmFsdWU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfSk7XG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH1cbiAgXG4gICAgXG4gICAgY29uc3Qgb3V0cHV0c1RvU3luYyA9IFtcbiAgICAgICd1aTVEZXRhaWxDbGljaycsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBvdXRwdXRzIChldmVudHMpXG4gICAgZm9yIChjb25zdCBvdXRwdXROYW1lIG9mIG91dHB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIE1hcCBBbmd1bGFyIG91dHB1dCBuYW1lIHRvIFVJNSB3ZWIgY29tcG9uZW50IGV2ZW50IG5hbWVcbiAgICAgIGNvbnN0IGV2ZW50TmFtZSA9IG91dHB1dE5hbWUucmVwbGFjZSgndWk1JywgJycpLnJlcGxhY2UoLyhbQS1aXSkvZywgJy0kMScpLnRvTG93ZXJDYXNlKCkuc3Vic3RyaW5nKDEpO1xuICAgICAgLy8gRW5zdXJlIHRoZSBvdXRwdXQgcHJvcGVydHkgZXhpc3RzIGFuZCBoYXMgYW4gZW1pdCBmdW5jdGlvbiBiZWZvcmUgYWRkaW5nIGxpc3RlbmVyXG4gICAgICBpZiAodGhpc1tvdXRwdXROYW1lXSAmJiB0eXBlb2YgdGhpc1tvdXRwdXROYW1lXS5lbWl0ID09PSAnZnVuY3Rpb24nICYmIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKSB7XG4gICAgICAgIC8vIENhc3QgdGhlIGxpc3RlbmVyIHRvIHRoZSBjb3JyZWN0IHR5cGUgdG8gc2F0aXNmeSBUeXBlU2NyaXB0XG4gICAgICAgIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKGV2ZW50TmFtZSwgKGUpID0+IHtcblxuICAgICAgICAgIHRoaXNbb3V0cHV0TmFtZV0uZW1pdChlIGFzIEN1c3RvbUV2ZW50PGFueT4pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuXG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXRyZWUtaXRlbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LXdlYmNvbXBvbmVudHMvdHJlZS1pdGVtL2Z1bmRhbWVudGFsLW5neC11aTUtd2ViY29tcG9uZW50cy10cmVlLWl0ZW0udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -0,0 +1,164 @@
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/Tree.js';
4
+
5
+ class Tree {
6
+ constructor() {
7
+ /**
8
+ * Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,
9
+ the tree modes are exactly the same as the list modes, and are all applicable.
10
+ */
11
+ this.selectionMode = input("None", ...(ngDevMode ? [{ debugName: "selectionMode" }] : []));
12
+ /**
13
+ * Defines the text that is displayed when the component contains no items.
14
+ */
15
+ this.noDataText = input(...(ngDevMode ? [undefined, { debugName: "noDataText" }] : []));
16
+ /**
17
+ * Defines the component header text.
18
+
19
+ **Note:** If the `header` slot is set, this property is ignored.
20
+ */
21
+ this.headerText = input(...(ngDevMode ? [undefined, { debugName: "headerText" }] : []));
22
+ /**
23
+ * Defines the component footer text.
24
+ */
25
+ this.footerText = input(...(ngDevMode ? [undefined, { debugName: "footerText" }] : []));
26
+ /**
27
+ * Defines the accessible name of the component.
28
+ */
29
+ this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
30
+ /**
31
+ * Defines the IDs of the elements that label the component.
32
+ */
33
+ this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
34
+ /**
35
+ * Defines the accessible description of the component.
36
+ */
37
+ this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescription" }] : []));
38
+ /**
39
+ * Defines the IDs of the elements that describe the component.
40
+ */
41
+ this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescriptionRef" }] : [])); // className is now passed
42
+ /**
43
+ * Fired when a tree item is expanded or collapsed.
44
+
45
+ **Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.
46
+ This may be handy for example if you want to dynamically load tree items upon the user expanding a node.
47
+ Even if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.
48
+ */
49
+ this.ui5ItemToggle = output();
50
+ /**
51
+ * Fired when the mouse cursor enters the tree item borders.
52
+ */
53
+ this.ui5ItemMouseover = output();
54
+ /**
55
+ * Fired when the mouse cursor leaves the tree item borders.
56
+ */
57
+ this.ui5ItemMouseout = output();
58
+ /**
59
+ * Fired when a tree item is activated.
60
+ */
61
+ this.ui5ItemClick = output();
62
+ /**
63
+ * Fired when the Delete button of any tree item is pressed.
64
+
65
+ **Note:** A Delete button is displayed on each item,
66
+ when the component `selectionMode` property is set to `Delete`.
67
+ */
68
+ this.ui5ItemDelete = output();
69
+ /**
70
+ * Fired when selection is changed by user interaction
71
+ in `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.
72
+ */
73
+ this.ui5SelectionChange = output();
74
+ /**
75
+ * Fired when a movable tree item is moved over a potential drop target during a drag-and-drop operation.
76
+
77
+ If the new position is valid, prevent the default action of the event using `preventDefault()`.
78
+ */
79
+ this.ui5Move = output();
80
+ /**
81
+ * Fired when a movable tree item is dropped onto a drop target.
82
+
83
+ **Note:** The `move` event is fired only if there was a preceding `move-over` event with prevented default action.
84
+ */
85
+ this.ui5MoveOver = output();
86
+ this.elementRef = inject(ElementRef);
87
+ this.injector = inject(Injector);
88
+ }
89
+ get element() {
90
+ return this.elementRef.nativeElement;
91
+ }
92
+ ngAfterViewInit() {
93
+ const wcElement = this.element;
94
+ const inputsToSync = [
95
+ 'selectionMode',
96
+ 'noDataText',
97
+ 'headerText',
98
+ 'footerText',
99
+ 'accessibleName',
100
+ 'accessibleNameRef',
101
+ 'accessibleDescription',
102
+ 'accessibleDescriptionRef',
103
+ ];
104
+ // Synchronize inputs (properties)
105
+ for (const inputName of inputsToSync) {
106
+ // Find the corresponding camelCase signal property on the Angular component
107
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
108
+ // Use the Injector to run the effect in the correct context
109
+ if (this[signalName] && typeof this[signalName] === 'function') {
110
+ runInInjectionContext(this.injector, () => {
111
+ effect(() => {
112
+ // Read the signal value
113
+ const value = this[signalName]();
114
+ if (wcElement) {
115
+ // Write the value to the Web Component's property
116
+ wcElement[inputName] = value;
117
+ }
118
+ });
119
+ });
120
+ }
121
+ }
122
+ const outputsToSync = [
123
+ 'ui5ItemToggle',
124
+ 'ui5ItemMouseover',
125
+ 'ui5ItemMouseout',
126
+ 'ui5ItemClick',
127
+ 'ui5ItemDelete',
128
+ 'ui5SelectionChange',
129
+ 'ui5Move',
130
+ 'ui5MoveOver',
131
+ ];
132
+ // Synchronize outputs (events)
133
+ for (const outputName of outputsToSync) {
134
+ // Map Angular output name to UI5 web component event name
135
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
136
+ // Ensure the output property exists and has an emit function before adding listener
137
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
138
+ // Cast the listener to the correct type to satisfy TypeScript
139
+ wcElement.addEventListener(eventName, (e) => {
140
+ this[outputName].emit(e);
141
+ });
142
+ }
143
+ }
144
+ }
145
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Tree, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
146
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: Tree, isStandalone: true, selector: "ui5-tree, [ui5-tree]", inputs: { selectionMode: { classPropertyName: "selectionMode", publicName: "selectionMode", isSignal: true, isRequired: false, transformFunction: null }, noDataText: { classPropertyName: "noDataText", publicName: "noDataText", isSignal: true, isRequired: false, transformFunction: null }, headerText: { classPropertyName: "headerText", publicName: "headerText", isSignal: true, isRequired: false, transformFunction: null }, footerText: { classPropertyName: "footerText", publicName: "footerText", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: "accessibleDescription", publicName: "accessibleDescription", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: "accessibleDescriptionRef", publicName: "accessibleDescriptionRef", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5ItemToggle: "ui5ItemToggle", ui5ItemMouseover: "ui5ItemMouseover", ui5ItemMouseout: "ui5ItemMouseout", ui5ItemClick: "ui5ItemClick", ui5ItemDelete: "ui5ItemDelete", ui5SelectionChange: "ui5SelectionChange", ui5Move: "ui5Move", ui5MoveOver: "ui5MoveOver" }, exportAs: ["ui5Tree"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
147
+ }
148
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Tree, decorators: [{
149
+ type: Component,
150
+ args: [{
151
+ standalone: true,
152
+ selector: 'ui5-tree, [ui5-tree]',
153
+ template: '<ng-content></ng-content>',
154
+ exportAs: 'ui5Tree',
155
+ changeDetection: ChangeDetectionStrategy.OnPush,
156
+ }]
157
+ }] });
158
+
159
+ /**
160
+ * Generated bundle index. Do not edit.
161
+ */
162
+
163
+ export { Tree };
164
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-tree.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-tree.mjs","sources":["../tmp-esm2022/tree/index.js","../tmp-esm2022/tree/fundamental-ngx-ui5-webcomponents-tree.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector } from '@angular/core';\nimport '@ui5/webcomponents/dist/Tree.js';\nimport * as i0 from \"@angular/core\";\nexport class Tree {\n constructor() {\n /**\n * Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,\n the tree modes are exactly the same as the list modes, and are all applicable.\n */\n this.selectionMode = input(\"None\", ...(ngDevMode ? [{ debugName: \"selectionMode\" }] : []));\n /**\n * Defines the text that is displayed when the component contains no items.\n */\n this.noDataText = input(...(ngDevMode ? [undefined, { debugName: \"noDataText\" }] : []));\n /**\n * Defines the component header text.\n \n **Note:** If the `header` slot is set, this property is ignored.\n */\n this.headerText = input(...(ngDevMode ? [undefined, { debugName: \"headerText\" }] : []));\n /**\n * Defines the component footer text.\n */\n this.footerText = input(...(ngDevMode ? [undefined, { debugName: \"footerText\" }] : []));\n /**\n * Defines the accessible name of the component.\n */\n this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: \"accessibleName\" }] : []));\n /**\n * Defines the IDs of the elements that label the component.\n */\n this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleNameRef\" }] : []));\n /**\n * Defines the accessible description of the component.\n */\n this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescription\" }] : []));\n /**\n * Defines the IDs of the elements that describe the component.\n */\n this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescriptionRef\" }] : [])); // className is now passed\n /**\n * Fired when a tree item is expanded or collapsed.\n \n **Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.\n This may be handy for example if you want to dynamically load tree items upon the user expanding a node.\n Even if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.\n */\n this.ui5ItemToggle = output();\n /**\n * Fired when the mouse cursor enters the tree item borders.\n */\n this.ui5ItemMouseover = output();\n /**\n * Fired when the mouse cursor leaves the tree item borders.\n */\n this.ui5ItemMouseout = output();\n /**\n * Fired when a tree item is activated.\n */\n this.ui5ItemClick = output();\n /**\n * Fired when the Delete button of any tree item is pressed.\n \n **Note:** A Delete button is displayed on each item,\n when the component `selectionMode` property is set to `Delete`.\n */\n this.ui5ItemDelete = output();\n /**\n * Fired when selection is changed by user interaction\n in `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.\n */\n this.ui5SelectionChange = output();\n /**\n * Fired when a movable tree item is moved over a potential drop target during a drag-and-drop operation.\n \n If the new position is valid, prevent the default action of the event using `preventDefault()`.\n */\n this.ui5Move = output();\n /**\n * Fired when a movable tree item is dropped onto a drop target.\n \n **Note:** The `move` event is fired only if there was a preceding `move-over` event with prevented default action.\n */\n this.ui5MoveOver = 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 'selectionMode',\n 'noDataText',\n 'headerText',\n 'footerText',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleDescription',\n 'accessibleDescriptionRef',\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 'ui5ItemToggle',\n 'ui5ItemMouseover',\n 'ui5ItemMouseout',\n 'ui5ItemClick',\n 'ui5ItemDelete',\n 'ui5SelectionChange',\n 'ui5Move',\n 'ui5MoveOver',\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: Tree, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: Tree, isStandalone: true, selector: \"ui5-tree, [ui5-tree]\", inputs: { selectionMode: { classPropertyName: \"selectionMode\", publicName: \"selectionMode\", isSignal: true, isRequired: false, transformFunction: null }, noDataText: { classPropertyName: \"noDataText\", publicName: \"noDataText\", isSignal: true, isRequired: false, transformFunction: null }, headerText: { classPropertyName: \"headerText\", publicName: \"headerText\", isSignal: true, isRequired: false, transformFunction: null }, footerText: { classPropertyName: \"footerText\", publicName: \"footerText\", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: \"accessibleName\", publicName: \"accessibleName\", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: \"accessibleNameRef\", publicName: \"accessibleNameRef\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: \"accessibleDescription\", publicName: \"accessibleDescription\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: \"accessibleDescriptionRef\", publicName: \"accessibleDescriptionRef\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5ItemToggle: \"ui5ItemToggle\", ui5ItemMouseover: \"ui5ItemMouseover\", ui5ItemMouseout: \"ui5ItemMouseout\", ui5ItemClick: \"ui5ItemClick\", ui5ItemDelete: \"ui5ItemDelete\", ui5SelectionChange: \"ui5SelectionChange\", ui5Move: \"ui5Move\", ui5MoveOver: \"ui5MoveOver\" }, exportAs: [\"ui5Tree\"], 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: Tree, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-tree, [ui5-tree]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5Tree',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3RyZWUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsVUFBVSxFQUNWLEtBQUssRUFDTCxNQUFNLEVBRU4sTUFBTSxFQUNOLHFCQUFxQixFQUNyQixNQUFNLEVBQ04sUUFBUSxFQUlULE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8saUNBQWlDLENBQUM7O0FBY3pDLE1BQU0sT0FBTyxJQUFJO0lBUmpCO1FBVUU7OztXQUdHO1FBQ0gsa0JBQWEsR0FBRyxLQUFLLENBQW1ELE1BQU0seURBQUMsQ0FBQztRQUVoRjs7V0FFRztRQUNILGVBQVUsR0FBRyxLQUFLLGdFQUFpRCxDQUFDO1FBRXBFOzs7O1dBSUc7UUFDSCxlQUFVLEdBQUcsS0FBSyxnRUFBaUQsQ0FBQztRQUVwRTs7V0FFRztRQUNILGVBQVUsR0FBRyxLQUFLLGdFQUFpRCxDQUFDO1FBRXBFOztXQUVHO1FBQ0gsbUJBQWMsR0FBRyxLQUFLLG9FQUFxRCxDQUFDO1FBRTVFOztXQUVHO1FBQ0gsc0JBQWlCLEdBQUcsS0FBSyx1RUFBd0QsQ0FBQztRQUVsRjs7V0FFRztRQUNILDBCQUFxQixHQUFHLEtBQUssMkVBQTRELENBQUM7UUFFMUY7O1dBRUc7UUFDSCw2QkFBd0IsR0FBRyxLQUFLLDhFQUErRCxDQUFDLENBQUMsMEJBQTBCO1FBSTNIOzs7Ozs7V0FNRztRQUNILGtCQUFhLEdBQUcsTUFBTSxFQUF3QyxDQUFDO1FBRS9EOztXQUVHO1FBQ0gscUJBQWdCLEdBQUcsTUFBTSxFQUEyQyxDQUFDO1FBRXJFOztXQUVHO1FBQ0gsb0JBQWUsR0FBRyxNQUFNLEVBQTBDLENBQUM7UUFFbkU7O1dBRUc7UUFDSCxpQkFBWSxHQUFHLE1BQU0sRUFBdUMsQ0FBQztRQUU3RDs7Ozs7V0FLRztRQUNILGtC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aEIsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLFNBQVM7b0JBRW5CLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNoRCIsInNvdXJjZXNDb250ZW50IjpbIlxuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgaW5wdXQsXG4gIG91dHB1dCxcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgZWZmZWN0LFxuICBydW5JbkluamVjdGlvbkNvbnRleHQsXG4gIGluamVjdCxcbiAgSW5qZWN0b3IsXG4gIGJvb2xlYW5BdHRyaWJ1dGUsXG4gIGNvbXB1dGVkLFxuICBzaWduYWxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1RyZWUuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfVHJlZSB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1RyZWUuanMnO1xuaW1wb3J0IHsgVUk1Q3VzdG9tRXZlbnQgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZSc7XG5cbmltcG9ydCB7IGRlZmF1bHQgYXMgTGlzdFNlbGVjdGlvbk1vZGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC90eXBlcy9MaXN0U2VsZWN0aW9uTW9kZS5qcyc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS10cmVlLCBbdWk1LXRyZWVdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgZXhwb3J0QXM6ICd1aTVUcmVlJyxcblxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgVHJlZSBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBzZWxlY3Rpb24gbW9kZSBvZiB0aGUgY29tcG9uZW50LiBTaW5jZSB0aGUgdHJlZSB1c2VzIGEgYHVpNS1saXN0YCB0byBkaXNwbGF5IGl0cyBzdHJ1Y3R1cmUsXG50aGUgdHJlZSBtb2RlcyBhcmUgZXhhY3RseSB0aGUgc2FtZSBhcyB0aGUgbGlzdCBtb2RlcywgYW5kIGFyZSBhbGwgYXBwbGljYWJsZS5cbiAgICovXG4gIHNlbGVjdGlvbk1vZGUgPSBpbnB1dDx0eXBlb2YgX1RyZWUucHJvdG90eXBlLnNlbGVjdGlvbk1vZGUgfCB1bmRlZmluZWQ+KFwiTm9uZVwiKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdGV4dCB0aGF0IGlzIGRpc3BsYXllZCB3aGVuIHRoZSBjb21wb25lbnQgY29udGFpbnMgbm8gaXRlbXMuXG4gICAqL1xuICBub0RhdGFUZXh0ID0gaW5wdXQ8dHlwZW9mIF9UcmVlLnByb3RvdHlwZS5ub0RhdGFUZXh0IHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBjb21wb25lbnQgaGVhZGVyIHRleHQuXG5cbioqTm90ZToqKiBJZiB0aGUgYGhlYWRlcmAgc2xvdCBpcyBzZXQsIHRoaXMgcHJvcGVydHkgaXMgaWdub3JlZC5cbiAgICovXG4gIGhlYWRlclRleHQgPSBpbnB1dDx0eXBlb2YgX1RyZWUucHJvdG90eXBlLmhlYWRlclRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGNvbXBvbmVudCBmb290ZXIgdGV4dC5cbiAgICovXG4gIGZvb3RlclRleHQgPSBpbnB1dDx0eXBlb2YgX1RyZWUucHJvdG90eXBlLmZvb3RlclRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGFjY2Vzc2libGUgbmFtZSBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZU5hbWUgPSBpbnB1dDx0eXBlb2YgX1RyZWUucHJvdG90eXBlLmFjY2Vzc2libGVOYW1lIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBJRHMgb2YgdGhlIGVsZW1lbnRzIHRoYXQgbGFiZWwgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIGFjY2Vzc2libGVOYW1lUmVmID0gaW5wdXQ8dHlwZW9mIF9UcmVlLnByb3RvdHlwZS5hY2Nlc3NpYmxlTmFtZVJlZiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYWNjZXNzaWJsZSBkZXNjcmlwdGlvbiBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZURlc2NyaXB0aW9uID0gaW5wdXQ8dHlwZW9mIF9UcmVlLnByb3RvdHlwZS5hY2Nlc3NpYmxlRGVzY3JpcHRpb24gfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIElEcyBvZiB0aGUgZWxlbWVudHMgdGhhdCBkZXNjcmliZSB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZURlc2NyaXB0aW9uUmVmID0gaW5wdXQ8dHlwZW9mIF9UcmVlLnByb3RvdHlwZS5hY2Nlc3NpYmxlRGVzY3JpcHRpb25SZWYgfCB1bmRlZmluZWQ+KCk7IC8vIGNsYXNzTmFtZSBpcyBub3cgcGFzc2VkXG5cblxuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIGEgdHJlZSBpdGVtIGlzIGV4cGFuZGVkIG9yIGNvbGxhcHNlZC5cblxuKipOb3RlOioqIFlvdSBjYW4gY2FsbCBgcHJldmVudERlZmF1bHQoKWAgb24gdGhlIGV2ZW50IG9iamVjdCB0byBzdXBwcmVzcyB0aGUgZXZlbnQsIGlmIG5lZWRlZC5cblRoaXMgbWF5IGJlIGhhbmR5IGZvciBleGFtcGxlIGlmIHlvdSB3YW50IHRvIGR5bmFtaWNhbGx5IGxvYWQgdHJlZSBpdGVtcyB1cG9uIHRoZSB1c2VyIGV4cGFuZGluZyBhIG5vZGUuXG5FdmVuIGlmIHlvdSBwcmV2ZW50ZWQgdGhlIGV2ZW50J3MgZGVmYXVsdCBiZWhhdmlvciwgeW91IGNhbiBhbHdheXMgbWFudWFsbHkgY2FsbCBgdG9nZ2xlKClgIG9uIGEgdHJlZSBpdGVtLlxuICAgKi9cbiAgdWk1SXRlbVRvZ2dsZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ2l0ZW0tdG9nZ2xlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIG1vdXNlIGN1cnNvciBlbnRlcnMgdGhlIHRyZWUgaXRlbSBib3JkZXJzLlxuICAgKi9cbiAgdWk1SXRlbU1vdXNlb3ZlciA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ2l0ZW0tbW91c2VvdmVyJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIG1vdXNlIGN1cnNvciBsZWF2ZXMgdGhlIHRyZWUgaXRlbSBib3JkZXJzLlxuICAgKi9cbiAgdWk1SXRlbU1vdXNlb3V0ID0gb3V0cHV0PFVJNUN1c3RvbUV2ZW50PF9UcmVlLCAnaXRlbS1tb3VzZW91dCc+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIGEgdHJlZSBpdGVtIGlzIGFjdGl2YXRlZC5cbiAgICovXG4gIHVpNUl0ZW1DbGljayA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ2l0ZW0tY2xpY2snPj4oKTtcblxuICAvKipcbiAgICogRmlyZWQgd2hlbiB0aGUgRGVsZXRlIGJ1dHRvbiBvZiBhbnkgdHJlZSBpdGVtIGlzIHByZXNzZWQuXG5cbioqTm90ZToqKiBBIERlbGV0ZSBidXR0b24gaXMgZGlzcGxheWVkIG9uIGVhY2ggaXRlbSxcbndoZW4gdGhlIGNvbXBvbmVudCBgc2VsZWN0aW9uTW9kZWAgcHJvcGVydHkgaXMgc2V0IHRvIGBEZWxldGVgLlxuICAgKi9cbiAgdWk1SXRlbURlbGV0ZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ2l0ZW0tZGVsZXRlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gc2VsZWN0aW9uIGlzIGNoYW5nZWQgYnkgdXNlciBpbnRlcmFjdGlvblxuaW4gYFNpbmdsZWAsIGBTaW5nbGVTdGFydGAsIGBTaW5nbGVFbmRgIGFuZCBgTXVsdGlwbGVgIG1vZGVzLlxuICAgKi9cbiAgdWk1U2VsZWN0aW9uQ2hhbmdlID0gb3V0cHV0PFVJNUN1c3RvbUV2ZW50PF9UcmVlLCAnc2VsZWN0aW9uLWNoYW5nZSc+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIGEgbW92YWJsZSB0cmVlIGl0ZW0gaXMgbW92ZWQgb3ZlciBhIHBvdGVudGlhbCBkcm9wIHRhcmdldCBkdXJpbmcgYSBkcmFnLWFuZC1kcm9wIG9wZXJhdGlvbi5cblxuSWYgdGhlIG5ldyBwb3NpdGlvbiBpcyB2YWxpZCwgcHJldmVudCB0aGUgZGVmYXVsdCBhY3Rpb24gb2YgdGhlIGV2ZW50IHVzaW5nIGBwcmV2ZW50RGVmYXVsdCgpYC5cbiAgICovXG4gIHVpNU1vdmUgPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X1RyZWUsICdtb3ZlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gYSBtb3ZhYmxlIHRyZWUgaXRlbSBpcyBkcm9wcGVkIG9udG8gYSBkcm9wIHRhcmdldC5cblxuKipOb3RlOioqIFRoZSBgbW92ZWAgZXZlbnQgaXMgZmlyZWQgb25seSBpZiB0aGVyZSB3YXMgYSBwcmVjZWRpbmcgYG1vdmUtb3ZlcmAgZXZlbnQgd2l0aCBwcmV2ZW50ZWQgZGVmYXVsdCBhY3Rpb24uXG4gICAqL1xuICB1aTVNb3ZlT3ZlciA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ21vdmUtb3Zlcic+PigpO1xuXG4gIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmPF9UcmVlPiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHVibGljIGluamVjdG9yID0gaW5qZWN0KEluamVjdG9yKTtcblxuICBnZXQgZWxlbWVudCgpOiBfVHJlZSB7XG4gICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgIGNvbnN0IHdjRWxlbWVudCA9IHRoaXMuZWxlbWVudDtcbiAgICBcbiAgICBjb25zdCBpbnB1dHNUb1N5bmMgPSBbXG4gICAgICAnc2VsZWN0aW9uTW9kZScsXG4gICAgICAnbm9EYXRhVGV4dCcsXG4gICAgICAnaGVhZGVyVGV4dCcsXG4gICAgICAnZm9vdGVyVGV4dCcsXG4gICAgICAnYWNjZXNzaWJsZU5hbWUnLFxuICAgICAgJ2FjY2Vzc2libGVOYW1lUmVmJyxcbiAgICAgICdhY2Nlc3NpYmxlRGVzY3JpcHRpb24nLFxuICAgICAgJ2FjY2Vzc2libGVEZXNjcmlwdGlvblJlZicsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBpbnB1dHMgKHByb3BlcnRpZXMpXG4gICAgZm9yIChjb25zdCBpbnB1dE5hbWUgb2YgaW5wdXRzVG9TeW5jKSB7XG4gICAgICAvLyBGaW5kIHRoZSBjb3JyZXNwb25kaW5nIGNhbWVsQ2FzZSBzaWduYWwgcHJvcGVydHkgb24gdGhlIEFuZ3VsYXIgY29tcG9uZW50XG4gICAgICBjb25zdCBzaWduYWxOYW1lID0gaW5wdXROYW1lLnJlcGxhY2UoLy0uL2csICh4OiBzdHJpbmcpID0+IHhbMV0udG9VcHBlckNhc2UoKSk7XG5cbiAgICAgIC8vIFVzZSB0aGUgSW5qZWN0b3IgdG8gcnVuIHRoZSBlZmZlY3QgaW4gdGhlIGNvcnJlY3QgY29udGV4dFxuICAgICAgaWYgKHRoaXNbc2lnbmFsTmFtZV0gJiYgdHlwZW9mIHRoaXNbc2lnbmFsTmFtZV0gPT09ICdmdW5jdGlvbicpIHtcbiAgICAgICAgcnVuSW5JbmplY3Rpb25Db250ZXh0KHRoaXMuaW5qZWN0b3IsICgpID0+IHtcbiAgICAgICAgICBlZmZlY3QoKCkgPT4ge1xuICAgICAgICAgICAgLy8gUmVhZCB0aGUgc2lnbmFsIHZhbHVlXG4gICAgICAgICAgICBjb25zdCB2YWx1ZSA9IHRoaXNbc2lnbmFsTmFtZV0oKTtcbiAgICAgICAgICAgIGlmICh3Y0VsZW1lbnQpIHtcbiAgICAgICAgICAgICAgLy8gV3JpdGUgdGhlIHZhbHVlIHRvIHRoZSBXZWIgQ29tcG9uZW50J3MgcHJvcGVydHlcbiAgICAgICAgICAgICAgd2NFbGVtZW50W2lucHV0TmFtZV0gPSB2YWx1ZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9KTtcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICBcbiAgICBcbiAgICBjb25zdCBvdXRwdXRzVG9TeW5jID0gW1xuICAgICAgJ3VpNUl0ZW1Ub2dnbGUnLFxuICAgICAgJ3VpNUl0ZW1Nb3VzZW92ZXInLFxuICAgICAgJ3VpNUl0ZW1Nb3VzZW91dCcsXG4gICAgICAndWk1SXRlbUNsaWNrJyxcbiAgICAgICd1aTVJdGVtRGVsZXRlJyxcbiAgICAgICd1aTVTZWxlY3Rpb25DaGFuZ2UnLFxuICAgICAgJ3VpNU1vdmUnLFxuICAgICAgJ3VpNU1vdmVPdmVyJyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIG91dHB1dHMgKGV2ZW50cylcbiAgICBmb3IgKGNvbnN0IG91dHB1dE5hbWUgb2Ygb3V0cHV0c1RvU3luYykge1xuICAgICAgLy8gTWFwIEFuZ3VsYXIgb3V0cHV0IG5hbWUgdG8gVUk1IHdlYiBjb21wb25lbnQgZXZlbnQgbmFtZVxuICAgICAgY29uc3QgZXZlbnROYW1lID0gb3V0cHV0TmFtZS5yZXBsYWNlKCd1aTUnLCAnJykucmVwbGFjZSgvKFtBLVpdKS9nLCAnLSQxJykudG9Mb3dlckNhc2UoKS5zdWJzdHJpbmcoMSk7XG4gICAgICAvLyBFbnN1cmUgdGhlIG91dHB1dCBwcm9wZXJ0eSBleGlzdHMgYW5kIGhhcyBhbiBlbWl0IGZ1bmN0aW9uIGJlZm9yZSBhZGRpbmcgbGlzdGVuZXJcbiAgICAgIGlmICh0aGlzW291dHB1dE5hbWVdICYmIHR5cGVvZiB0aGlzW291dHB1dE5hbWVdLmVtaXQgPT09ICdmdW5jdGlvbicgJiYgd2NFbGVtZW50LmFkZEV2ZW50TGlzdGVuZXIpIHtcbiAgICAgICAgLy8gQ2FzdCB0aGUgbGlzdGVuZXIgdG8gdGhlIGNvcnJlY3QgdHlwZSB0byBzYXRpc2Z5IFR5cGVTY3JpcHRcbiAgICAgICAgd2NFbGVtZW50LmFkZEV2ZW50TGlzdGVuZXIoZXZlbnROYW1lLCAoZSkgPT4ge1xuXG4gICAgICAgICAgdGhpc1tvdXRwdXROYW1lXS5lbWl0KGUgYXMgQ3VzdG9tRXZlbnQ8YW55Pik7XG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH1cbiAgXG5cbiAgfVxufVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXRyZWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL3RyZWUvZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXRyZWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -0,0 +1,74 @@
1
+ export { default as AvatarColorScheme } from '@ui5/webcomponents/dist/types/AvatarColorScheme.js';
2
+ export { default as AvatarGroupType } from '@ui5/webcomponents/dist/types/AvatarGroupType.js';
3
+ export { default as AvatarShape } from '@ui5/webcomponents/dist/types/AvatarShape.js';
4
+ export { default as AvatarSize } from '@ui5/webcomponents/dist/types/AvatarSize.js';
5
+ export { default as BackgroundDesign } from '@ui5/webcomponents/dist/types/BackgroundDesign.js';
6
+ export { default as BarAccessibleRole } from '@ui5/webcomponents/dist/types/BarAccessibleRole.js';
7
+ export { default as BarDesign } from '@ui5/webcomponents/dist/types/BarDesign.js';
8
+ export { default as BorderDesign } from '@ui5/webcomponents/dist/types/BorderDesign.js';
9
+ export { default as BreadcrumbsDesign } from '@ui5/webcomponents/dist/types/BreadcrumbsDesign.js';
10
+ export { default as BreadcrumbsSeparator } from '@ui5/webcomponents/dist/types/BreadcrumbsSeparator.js';
11
+ export { default as BusyIndicatorSize } from '@ui5/webcomponents/dist/types/BusyIndicatorSize.js';
12
+ export { default as BusyIndicatorTextPlacement } from '@ui5/webcomponents/dist/types/BusyIndicatorTextPlacement.js';
13
+ export { default as ButtonAccessibleRole } from '@ui5/webcomponents/dist/types/ButtonAccessibleRole.js';
14
+ export { default as ButtonBadgeDesign } from '@ui5/webcomponents/dist/types/ButtonBadgeDesign.js';
15
+ export { default as ButtonDesign } from '@ui5/webcomponents/dist/types/ButtonDesign.js';
16
+ export { default as ButtonType } from '@ui5/webcomponents/dist/types/ButtonType.js';
17
+ export { default as CalendarLegendItemType } from '@ui5/webcomponents/dist/types/CalendarLegendItemType.js';
18
+ export { default as CalendarSelectionMode } from '@ui5/webcomponents/dist/types/CalendarSelectionMode.js';
19
+ export { default as CalendarWeekNumbering } from '@ui5/webcomponents/dist/types/CalendarWeekNumbering.js';
20
+ export { default as CarouselArrowsPlacement } from '@ui5/webcomponents/dist/types/CarouselArrowsPlacement.js';
21
+ export { default as CarouselPageIndicatorType } from '@ui5/webcomponents/dist/types/CarouselPageIndicatorType.js';
22
+ export { default as ComboBoxFilter } from '@ui5/webcomponents/dist/types/ComboBoxFilter.js';
23
+ export { default as ExpandableTextOverflowMode } from '@ui5/webcomponents/dist/types/ExpandableTextOverflowMode.js';
24
+ export { default as FormAccessibleMode } from '@ui5/webcomponents/dist/types/FormAccessibleMode.js';
25
+ export { default as FormItemSpacing } from '@ui5/webcomponents/dist/types/FormItemSpacing.js';
26
+ export { default as Highlight } from '@ui5/webcomponents/dist/types/Highlight.js';
27
+ export { default as IconDesign } from '@ui5/webcomponents/dist/types/IconDesign.js';
28
+ export { default as IconMode } from '@ui5/webcomponents/dist/types/IconMode.js';
29
+ export { default as InputType } from '@ui5/webcomponents/dist/types/InputType.js';
30
+ export { default as InteractiveAreaSize } from '@ui5/webcomponents/dist/types/InteractiveAreaSize.js';
31
+ export { default as LinkAccessibleRole } from '@ui5/webcomponents/dist/types/LinkAccessibleRole.js';
32
+ export { default as LinkDesign } from '@ui5/webcomponents/dist/types/LinkDesign.js';
33
+ export { default as ListAccessibleRole } from '@ui5/webcomponents/dist/types/ListAccessibleRole.js';
34
+ export { default as ListGrowingMode } from '@ui5/webcomponents/dist/types/ListGrowingMode.js';
35
+ export { default as ListItemAccessibleRole } from '@ui5/webcomponents/dist/types/ListItemAccessibleRole.js';
36
+ export { default as ListItemType } from '@ui5/webcomponents/dist/types/ListItemType.js';
37
+ export { default as ListSelectionMode } from '@ui5/webcomponents/dist/types/ListSelectionMode.js';
38
+ export { default as ListSeparator } from '@ui5/webcomponents/dist/types/ListSeparator.js';
39
+ export { default as MenuItemGroupCheckMode } from '@ui5/webcomponents/dist/types/MenuItemGroupCheckMode.js';
40
+ export { default as MessageStripDesign } from '@ui5/webcomponents/dist/types/MessageStripDesign.js';
41
+ export { default as NotificationListGrowingMode } from '@ui5/webcomponents/dist/types/NotificationListGrowingMode.js';
42
+ export { default as OverflowMode } from '@ui5/webcomponents/dist/types/OverflowMode.js';
43
+ export { default as PanelAccessibleRole } from '@ui5/webcomponents/dist/types/PanelAccessibleRole.js';
44
+ export { default as PopoverHorizontalAlign } from '@ui5/webcomponents/dist/types/PopoverHorizontalAlign.js';
45
+ export { default as PopoverPlacement } from '@ui5/webcomponents/dist/types/PopoverPlacement.js';
46
+ export { default as PopoverVerticalAlign } from '@ui5/webcomponents/dist/types/PopoverVerticalAlign.js';
47
+ export { default as PopupAccessibleRole } from '@ui5/webcomponents/dist/types/PopupAccessibleRole.js';
48
+ export { default as Priority } from '@ui5/webcomponents/dist/types/Priority.js';
49
+ export { default as RatingIndicatorSize } from '@ui5/webcomponents/dist/types/RatingIndicatorSize.js';
50
+ export { default as SegmentedButtonSelectionMode } from '@ui5/webcomponents/dist/types/SegmentedButtonSelectionMode.js';
51
+ export { default as SelectTextSeparator } from '@ui5/webcomponents/dist/types/SelectTextSeparator.js';
52
+ export { default as SemanticColor } from '@ui5/webcomponents/dist/types/SemanticColor.js';
53
+ export { default as SwitchDesign } from '@ui5/webcomponents/dist/types/SwitchDesign.js';
54
+ export { default as TabLayout } from '@ui5/webcomponents/dist/types/TabLayout.js';
55
+ export { default as TableCellHorizontalAlign } from '@ui5/webcomponents/dist/types/TableCellHorizontalAlign.js';
56
+ export { default as TableGrowingMode } from '@ui5/webcomponents/dist/types/TableGrowingMode.js';
57
+ export { default as TableOverflowMode } from '@ui5/webcomponents/dist/types/TableOverflowMode.js';
58
+ export { default as TableSelectionBehavior } from '@ui5/webcomponents/dist/types/TableSelectionBehavior.js';
59
+ export { default as TableSelectionMode } from '@ui5/webcomponents/dist/types/TableSelectionMode.js';
60
+ export { default as TableSelectionMultiHeaderSelector } from '@ui5/webcomponents/dist/types/TableSelectionMultiHeaderSelector.js';
61
+ export { default as TagDesign } from '@ui5/webcomponents/dist/types/TagDesign.js';
62
+ export { default as TagSize } from '@ui5/webcomponents/dist/types/TagSize.js';
63
+ export { default as TextEmptyIndicatorMode } from '@ui5/webcomponents/dist/types/TextEmptyIndicatorMode.js';
64
+ export { default as TitleLevel } from '@ui5/webcomponents/dist/types/TitleLevel.js';
65
+ export { default as ToastPlacement } from '@ui5/webcomponents/dist/types/ToastPlacement.js';
66
+ export { default as ToolbarAlign } from '@ui5/webcomponents/dist/types/ToolbarAlign.js';
67
+ export { default as ToolbarDesign } from '@ui5/webcomponents/dist/types/ToolbarDesign.js';
68
+ export { default as ToolbarItemOverflowBehavior } from '@ui5/webcomponents/dist/types/ToolbarItemOverflowBehavior.js';
69
+ export { default as WrappingType } from '@ui5/webcomponents/dist/types/WrappingType.js';
70
+
71
+ /**
72
+ * Generated bundle index. Do not edit.
73
+ */
74
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-types.mjs","sources":["../tmp-esm2022/types/fundamental-ngx-ui5-webcomponents-types.js"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLXR5cGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtd2ViY29tcG9uZW50cy90eXBlcy9mdW5kYW1lbnRhbC1uZ3gtdWk1LXdlYmNvbXBvbmVudHMtdHlwZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA"}