@fundamental-ngx/ui5-webcomponents 0.58.5 → 0.58.6

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 (319) hide show
  1. package/avatar/index.d.ts +136 -0
  2. package/avatar-group/index.d.ts +97 -0
  3. package/bar/index.d.ts +61 -0
  4. package/breadcrumbs/index.d.ts +58 -0
  5. package/breadcrumbs-item/index.d.ts +63 -0
  6. package/busy-indicator/index.d.ts +57 -0
  7. package/button/index.d.ts +149 -0
  8. package/button-badge/index.d.ts +29 -0
  9. package/calendar/index.d.ts +112 -0
  10. package/calendar-date/index.d.ts +19 -0
  11. package/calendar-date-range/index.d.ts +24 -0
  12. package/calendar-legend/index.d.ts +53 -0
  13. package/calendar-legend-item/index.d.ts +22 -0
  14. package/card/index.d.ts +63 -0
  15. package/card-header/index.d.ts +62 -0
  16. package/carousel/index.d.ts +114 -0
  17. package/check-box/index.d.ts +108 -0
  18. package/color-palette/index.d.ts +42 -0
  19. package/color-palette-item/index.d.ts +27 -0
  20. package/color-palette-popover/index.d.ts +74 -0
  21. package/color-picker/index.d.ts +35 -0
  22. package/combo-box/index.d.ts +138 -0
  23. package/combo-box-item/index.d.ts +22 -0
  24. package/combo-box-item-group/index.d.ts +75 -0
  25. package/date-picker/index.d.ts +172 -0
  26. package/date-range-picker/index.d.ts +192 -0
  27. package/date-time-picker/index.d.ts +172 -0
  28. package/dialog/index.d.ts +144 -0
  29. package/dynamic-date-range/index.d.ts +29 -0
  30. package/expandable-text/index.d.ts +30 -0
  31. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +161 -0
  32. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -0
  33. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +207 -0
  34. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -0
  35. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +116 -0
  36. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -0
  37. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +109 -0
  38. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -0
  39. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +117 -0
  40. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -0
  41. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +105 -0
  42. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs.map +1 -0
  43. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs +72 -0
  44. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs.map +1 -0
  45. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs +219 -0
  46. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs.map +1 -0
  47. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs +67 -0
  48. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs.map +1 -0
  49. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs +61 -0
  50. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs.map +1 -0
  51. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs +65 -0
  52. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs.map +1 -0
  53. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs +100 -0
  54. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -0
  55. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +189 -0
  56. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -0
  57. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +127 -0
  58. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -0
  59. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +110 -0
  60. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -0
  61. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +184 -0
  62. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs.map +1 -0
  63. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs +178 -0
  64. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs.map +1 -0
  65. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs +70 -0
  66. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs.map +1 -0
  67. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +138 -0
  68. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -0
  69. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +80 -0
  70. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs.map +1 -0
  71. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs +93 -0
  72. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs.map +1 -0
  73. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs +140 -0
  74. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs.map +1 -0
  75. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +65 -0
  76. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -0
  77. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs +220 -0
  78. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -0
  79. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +258 -0
  80. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -0
  81. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +285 -0
  82. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -0
  83. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +258 -0
  84. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -0
  85. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +226 -0
  86. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs.map +1 -0
  87. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs +85 -0
  88. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs.map +1 -0
  89. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs +75 -0
  90. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs.map +1 -0
  91. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs +231 -0
  92. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -0
  93. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +107 -0
  94. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -0
  95. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +96 -0
  96. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -0
  97. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +169 -0
  98. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -0
  99. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +127 -0
  100. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -0
  101. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +260 -0
  102. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -0
  103. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +112 -0
  104. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -0
  105. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +219 -0
  106. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -0
  107. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +163 -0
  108. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -0
  109. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +140 -0
  110. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -0
  111. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +230 -0
  112. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -0
  113. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +275 -0
  114. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -0
  115. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +86 -0
  116. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -0
  117. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +263 -0
  118. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -0
  119. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +36 -0
  120. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -0
  121. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs +162 -0
  122. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -0
  123. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +137 -0
  124. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs.map +1 -0
  125. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs +140 -0
  126. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs.map +1 -0
  127. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +70 -0
  128. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -0
  129. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +227 -0
  130. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -0
  131. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +284 -0
  132. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -0
  133. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +102 -0
  134. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -0
  135. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +112 -0
  136. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -0
  137. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +156 -0
  138. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -0
  139. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +220 -0
  140. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -0
  141. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs +88 -0
  142. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs.map +1 -0
  143. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs +156 -0
  144. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs.map +1 -0
  145. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +156 -0
  146. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -0
  147. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs +130 -0
  148. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs.map +1 -0
  149. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +220 -0
  150. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -0
  151. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +130 -0
  152. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -0
  153. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +164 -0
  154. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -0
  155. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +260 -0
  156. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs.map +1 -0
  157. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +151 -0
  158. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -0
  159. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs +66 -0
  160. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs.map +1 -0
  161. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs +159 -0
  162. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -0
  163. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +187 -0
  164. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -0
  165. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +86 -0
  166. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -0
  167. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +140 -0
  168. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map +1 -0
  169. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +65 -0
  170. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -0
  171. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs +154 -0
  172. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs.map +1 -0
  173. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs +179 -0
  174. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs.map +1 -0
  175. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs +36 -0
  176. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs.map +1 -0
  177. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +134 -0
  178. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -0
  179. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +85 -0
  180. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs.map +1 -0
  181. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs +101 -0
  182. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs.map +1 -0
  183. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs +55 -0
  184. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs.map +1 -0
  185. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs +145 -0
  186. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -0
  187. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +89 -0
  188. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs.map +1 -0
  189. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs +86 -0
  190. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs.map +1 -0
  191. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs +98 -0
  192. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs.map +1 -0
  193. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs +117 -0
  194. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs.map +1 -0
  195. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs +89 -0
  196. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs.map +1 -0
  197. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs +84 -0
  198. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs.map +1 -0
  199. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs +84 -0
  200. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs.map +1 -0
  201. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs +95 -0
  202. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs.map +1 -0
  203. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs +197 -0
  204. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -0
  205. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +143 -0
  206. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -0
  207. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +228 -0
  208. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -0
  209. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +90 -0
  210. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs.map +1 -0
  211. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs +23 -0
  212. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs.map +1 -0
  213. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs +207 -0
  214. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -0
  215. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +104 -0
  216. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -0
  217. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +120 -0
  218. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -0
  219. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +224 -0
  220. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -0
  221. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +92 -0
  222. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -0
  223. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +152 -0
  224. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -0
  225. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +178 -0
  226. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -0
  227. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +87 -0
  228. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -0
  229. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +167 -0
  230. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs.map +1 -0
  231. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs +67 -0
  232. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs.map +1 -0
  233. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs +74 -0
  234. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs.map +1 -0
  235. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs +102 -0
  236. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -0
  237. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +224 -0
  238. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -0
  239. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +224 -0
  240. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -0
  241. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +199 -0
  242. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -0
  243. package/file-uploader/index.d.ts +136 -0
  244. package/form/index.d.ts +113 -0
  245. package/form-group/index.d.ts +59 -0
  246. package/form-item/index.d.ts +48 -0
  247. package/icon/index.d.ts +67 -0
  248. package/input/index.d.ts +175 -0
  249. package/label/index.d.ts +65 -0
  250. package/link/index.d.ts +149 -0
  251. package/list/index.d.ts +191 -0
  252. package/list-item-custom/index.d.ts +99 -0
  253. package/list-item-group/index.d.ts +75 -0
  254. package/list-item-standard/index.d.ts +154 -0
  255. package/menu/index.d.ts +94 -0
  256. package/menu-item/index.d.ts +183 -0
  257. package/menu-item-group/index.d.ts +42 -0
  258. package/menu-separator/index.d.ts +14 -0
  259. package/message-strip/index.d.ts +72 -0
  260. package/multi-combo-box/index.d.ts +144 -0
  261. package/multi-combo-box-item/index.d.ts +26 -0
  262. package/multi-combo-box-item-group/index.d.ts +75 -0
  263. package/multi-input/index.d.ts +192 -0
  264. package/option/index.d.ts +64 -0
  265. package/option-custom/index.d.ts +55 -0
  266. package/package.json +425 -1
  267. package/panel/index.d.ts +87 -0
  268. package/popover/index.d.ts +135 -0
  269. package/progress-indicator/index.d.ts +42 -0
  270. package/radio-button/index.d.ts +88 -0
  271. package/range-slider/index.d.ts +86 -0
  272. package/rating-indicator/index.d.ts +66 -0
  273. package/responsive-popover/index.d.ts +135 -0
  274. package/segmented-button/index.d.ts +81 -0
  275. package/segmented-button-item/index.d.ts +79 -0
  276. package/select/index.d.ts +155 -0
  277. package/slider/index.d.ts +82 -0
  278. package/special-calendar-date/index.d.ts +23 -0
  279. package/split-button/index.d.ts +96 -0
  280. package/step-input/index.d.ts +115 -0
  281. package/suggestion-item/index.d.ts +22 -0
  282. package/suggestion-item-custom/index.d.ts +42 -0
  283. package/suggestion-item-group/index.d.ts +75 -0
  284. package/switch/index.d.ts +86 -0
  285. package/tab/index.d.ts +80 -0
  286. package/tab-container/index.d.ts +108 -0
  287. package/tab-separator/index.d.ts +14 -0
  288. package/table/index.d.ts +117 -0
  289. package/table-cell/index.d.ts +41 -0
  290. package/table-growing/index.d.ts +43 -0
  291. package/table-header-cell/index.d.ts +95 -0
  292. package/table-header-cell-action-a-i/index.d.ts +19 -0
  293. package/table-header-row/index.d.ts +45 -0
  294. package/table-row/index.d.ts +69 -0
  295. package/table-row-action/index.d.ts +40 -0
  296. package/table-row-action-navigation/index.d.ts +29 -0
  297. package/table-selection/index.d.ts +27 -0
  298. package/table-selection-multi/index.d.ts +31 -0
  299. package/table-selection-single/index.d.ts +27 -0
  300. package/table-virtualizer/index.d.ts +37 -0
  301. package/tag/index.d.ts +76 -0
  302. package/text/index.d.ts +45 -0
  303. package/text-area/index.d.ts +150 -0
  304. package/theming/index.d.ts +11 -0
  305. package/time-picker/index.d.ts +130 -0
  306. package/title/index.d.ts +58 -0
  307. package/toast/index.d.ts +60 -0
  308. package/toggle-button/index.d.ts +153 -0
  309. package/token/index.d.ts +47 -0
  310. package/tokenizer/index.d.ts +87 -0
  311. package/toolbar/index.d.ts +55 -0
  312. package/toolbar-button/index.d.ts +112 -0
  313. package/toolbar-select/index.d.ts +100 -0
  314. package/toolbar-select-option/index.d.ts +43 -0
  315. package/toolbar-separator/index.d.ts +24 -0
  316. package/toolbar-spacer/index.d.ts +30 -0
  317. package/tree/index.d.ts +123 -0
  318. package/tree-item/index.d.ts +148 -0
  319. package/tree-item-custom/index.d.ts +145 -0
@@ -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 /**\n * Available slots for content projection in this component.\n *\n * Slots allow you to insert custom content into predefined areas of the web component.\n * Use the `slot` attribute on child elements to target specific slots.\n *\n * - **(default)**: Defines the items of the component.\n \n **Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n * - **image**: **Note:** While the slot allows option for setting custom avatar, to match the\n design guidelines, please use the `ui5-avatar` with size XS.\n \n **Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n `ui5-tree-item` should be customized in order to fit.\n * - **deleteButton**: Defines the delete button, displayed in \"Delete\" mode.\n **Note:** While the slot allows custom buttons, to match\n design guidelines, please use the `ui5-button` component.\n **Note:** When the slot is not present, a built-in delete button will be displayed.\n *\n * @example\n * ```html\n * <ui5-tree-item>\n * <div slot=\"header\">Custom header content</div>\n * <p>Default slot content</p>\n * </ui5-tree-item>\n * ```\n *\n * @readonly\n * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}\n */\n this.slots = [\n {\n \"name\": \"default\",\n \"description\": \"Defines the items of the component.\\n\\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\"\n },\n {\n \"name\": \"image\",\n \"description\": \"**Note:** While the slot allows option for setting custom avatar, to match the\\ndesign guidelines, please use the `ui5-avatar` with size XS.\\n\\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\\n`ui5-tree-item` should be customized in order to fit.\",\n \"since\": \"2.10.0\"\n },\n {\n \"name\": \"deleteButton\",\n \"description\": \"Defines the delete button, displayed in \\\"Delete\\\" mode.\\n**Note:** While the slot allows custom buttons, to match\\ndesign guidelines, please use the `ui5-button` component.\\n**Note:** When the slot is not present, a built-in delete button will be displayed.\",\n \"since\": \"1.9.0\"\n }\n ];\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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b0JBQ0gsQ0FBQyxDQUFDLENBQUM7Z0JBQ0wsQ0FBQyxDQUFDLENBQUM7WUFDTCxDQUFDO1FBQ0gsQ0FBQztRQUdELE1BQU0sYUFBYSxHQUFHO1lBQ3BCLGdCQUFnQjtTQUNqQixDQUFDO1FBRUYsK0JBQStCO1FBQy9CLEtBQUssTUFBTSxVQUFVLElBQUksYUFBYSxFQUFFLENBQUM7WUFDdkMsMERBQTBEO1lBQzFELE1BQU0sU0FBUyxHQUFHLFVBQVUsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLEVBQUUsQ0FBQyxDQUFDLE9BQU8sQ0FBQyxVQUFVLEVBQUUsS0FBSyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsU0FBUyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ3RHLG9GQUFvRjtZQUNwRixJQUFJLElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLEtBQUssVUFBVSxJQUFJLFNBQVMsQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO2dCQUNsRyw4REFBOEQ7Z0JBQzlELFNBQVMsQ0FBQyxnQkFBZ0IsQ0FBQyxTQUFTLEVBQUUsQ0FBQyxDQUFDLEVBQUUsRUFBRTtvQkFFMUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksQ0FBQyxDQUFxQixDQUFDLENBQUM7Z0JBQy9DLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztRQUNILENBQUM7SUFHSCxDQUFDOzhHQXJPVSxRQUFRO2tHQUFSLFFBQVEscXFFQUxULDJCQUEyQjs7MkZBSzFCLFFBQVE7a0JBUnBCLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSxnQ0FBZ0M7b0JBQzFDLFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFFBQVEsRUFBRSxhQUFhO29CQUV2QixlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtpQkFDaEQiLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIEFmdGVyVmlld0luaXQsXG4gIGVmZmVjdCxcbiAgcnVuSW5JbmplY3Rpb25Db250ZXh0LFxuICBpbmplY3QsXG4gIEluamVjdG9yLFxuICBib29sZWFuQXR0cmlidXRlLFxuICBjb21wdXRlZCxcbiAgc2lnbmFsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9UcmVlSXRlbS5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIF9UcmVlSXRlbSB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1RyZWVJdGVtLmpzJztcbmltcG9ydCB7IFVJNUN1c3RvbUV2ZW50IH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWJhc2UnO1xuXG5pbXBvcnQgeyBkZWZhdWx0IGFzIFZhbHVlU3RhdGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZS9kaXN0L3R5cGVzL1ZhbHVlU3RhdGUuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBMaXN0SXRlbVR5cGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC90eXBlcy9MaXN0SXRlbVR5cGUuanMnO1xuaW1wb3J0IHsgTGlzdEl0ZW1BY2Nlc3NpYmlsaXR5QXR0cmlidXRlcyB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L0xpc3RJdGVtLmpzJztcbmltcG9ydCB7IGRlZmF1bHQgYXMgSGlnaGxpZ2h0IH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvdHlwZXMvSGlnaGxpZ2h0LmpzJztcblxuQENvbXBvbmVudCh7XG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIHNlbGVjdG9yOiAndWk1LXRyZWUtaXRlbSwgW3VpNS10cmVlLWl0ZW1dJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgZXhwb3J0QXM6ICd1aTVUcmVlSXRlbScsXG5cbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFRyZWVJdGVtIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIHRleHQgb2YgdGhlIHRyZWUgaXRlbS5cbiAgICovXG4gIHRleHQgPSBpbnB1dDx0eXBlb2YgX1RyZWVJdGVtLnByb3RvdHlwZS50ZXh0IHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBgYWRkaXRpb25hbFRleHRgLCBkaXNwbGF5ZWQgaW4gdGhlIGVuZCBvZiB0aGUgdHJlZSBpdGVtLlxuICAgKi9cbiAgYWRkaXRpb25hbFRleHQgPSBpbnB1dDx0eXBlb2YgX1RyZWVJdGVtLnByb3RvdHlwZS5hZGRpdGlvbmFsVGV4dCB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogSWYgc2V0LCBhbiBpY29uIHdpbGwgYmUgZGlzcGxheWVkIGJlZm9yZSB0aGUgdGV4dCBvZiB0aGUgdHJlZSBsaXN0IGl0ZW0uXG4gICAqL1xuICBpY29uID0gaW5wdXQ8dHlwZW9mIF9UcmVlSXRlbS5wcm90b3R5cGUuaWNvbiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB3aGV0aGVyIHRoZSB0cmVlIGxpc3QgaXRlbSB3aWxsIHNob3cgYSBjb2xsYXBzZSBvciBleHBhbmQgaWNvbiBpbnNpZGUgaXRzIHRvZ2dsZSBidXR0b24uXG4gICAqL1xuICBleHBhbmRlZCA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyB3aGV0aGVyIHRoZSBpdGVtIGlzIG1vdmFibGUuXG4gICAqL1xuICBtb3ZhYmxlID0gaW5wdXQoZmFsc2UsIHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHdoZXRoZXIgdGhlIHNlbGVjdGlvbiBvZiBhIHRyZWUgbm9kZSBpcyBkaXNwbGF5ZWQgYXMgcGFydGlhbGx5IHNlbGVjdGVkLlxuXG4qKk5vdGU6KiogVGhlIGluZGV0ZXJtaW5hdGUgc3RhdGUgY2FuIGJlIHNldCBvbmx5IHByb2dyYW1tYXRpY2FsbHkgYW5kIGNhbuKAmXQgYmUgYWNoaWV2ZWQgYnkgdXNlclxuaW50ZXJhY3Rpb24sIG1lYW5pbmcgdGhhdCB0aGUgcmVzdWx0aW5nIHZpc3VhbCBzdGF0ZSBkZXBlbmRzIG9uIHRoZSB2YWx1ZXMgb2YgdGhlIGBpbmRldGVybWluYXRlYFxuYW5kIGBzZWxlY3RlZGAgcHJvcGVydGllczpcblxuLSAgSWYgYSB0cmVlIG5vZGUgaGFzIGJvdGggYHNlbGVjdGVkYCBhbmQgYGluZGV0ZXJtaW5hdGVgIHNldCB0byBgdHJ1ZWAsIGl0IGlzIGRpc3BsYXllZCBhcyBwYXJ0aWFsbHkgc2VsZWN0ZWQuXG4tICBJZiBhIHRyZWUgbm9kZSBoYXMgYHNlbGVjdGVkYCBzZXQgdG8gYHRydWVgIGFuZCBgaW5kZXRlcm1pbmF0ZWAgc2V0IHRvIGBmYWxzZWAsIGl0IGlzIGRpc3BsYXllZCBhcyBzZWxlY3RlZC5cbi0gIElmIGEgdHJlZSBub2RlIGhhcyBgc2VsZWN0ZWRgIHNldCB0byBgZmFsc2VgLCBpdCBpcyBkaXNwbGF5ZWQgYXMgbm90IHNlbGVjdGVkIHJlZ2FyZGxlc3Mgb2YgdGhlIHZhbHVlIG9mIHRoZSBgaW5kZXRlcm1pbmF0ZWAgcHJvcGVydHkuXG5cbioqTm90ZToqKiBUaGlzIHByb3BlcnR5IHRha2VzIGVmZmVjdCBvbmx5IHdoZW4gdGhlIGB1aTUtdHJlZWAgaXMgaW4gYE11bHRpcGxlYCBtb2RlLlxuICAgKi9cbiAgaW5kZXRlcm1pbmF0ZSA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyB3aGV0aGVyIHRoZSB0cmVlIG5vZGUgaGFzIGNoaWxkcmVuLCBldmVuIGlmIGN1cnJlbnRseSBubyBvdGhlciB0cmVlIG5vZGVzIGFyZSBzbG90dGVkIGluc2lkZS5cblxuKipOb3RlOioqIFRoaXMgcHJvcGVydHkgaXMgdXNlZnVsIGZvciBzaG93aW5nIGJpZyB0cmVlIHN0cnVjdHVyZXMgd2hlcmUgbm90IGFsbCBub2RlcyBhcmUgaW5pdGlhbGx5IGxvYWRlZCBkdWUgdG8gcGVyZm9ybWFuY2UgcmVhc29ucy5cblNldCB0aGlzIHRvIGB0cnVlYCBmb3Igbm9kZXMgeW91IGludGVuZCB0byBsb2FkIGxhemlseSwgd2hlbiB0aGUgdXNlciBjbGlja3MgdGhlIGV4cGFuZCBidXR0b24uXG5JdCBpcyBub3QgbmVjZXNzYXJ5IHRvIHNldCB0aGlzIHByb3BlcnR5IG90aGVyd2lzZS4gSWYgYSB0cmVlIGl0ZW0gaGFzIGNoaWxkcmVuLCB0aGUgZXhwYW5kIGJ1dHRvbiB3aWxsIGJlIGRpc3BsYXllZCBhbnl3YXkuXG4gICAqL1xuICBoYXNDaGlsZHJlbiA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgc3RhdGUgb2YgdGhlIGBhZGRpdGlvbmFsVGV4dGAuXG5cbkF2YWlsYWJsZSBvcHRpb25zIGFyZTogYFwiTm9uZVwiYCAoYnkgZGVmYXVsdCksIGBcIlBvc2l0aXZlXCJgLCBgXCJDcml0aWNhbFwiYCwgYFwiSW5mb3JtYXRpb25cImAgYW5kIGBcIk5lZ2F0aXZlXCJgLlxuICAgKi9cbiAgYWRkaXRpb25hbFRleHRTdGF0ZSA9IGlucHV0PHR5cGVvZiBfVHJlZUl0ZW0ucHJvdG90eXBlLmFkZGl0aW9uYWxUZXh0U3RhdGUgfCB1bmRlZmluZWQ+KFwiTm9uZVwiKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYWNjZXNzaWJsZSBuYW1lIG9mIHRoZSBjb21wb25lbnQuXG4gICAqL1xuICBhY2Nlc3NpYmxlTmFtZSA9IGlucHV0PHR5cGVvZiBfVHJlZUl0ZW0ucHJvdG90eXBlLmFjY2Vzc2libGVOYW1lIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSB2aXN1YWwgaW5kaWNhdGlvbiBhbmQgYmVoYXZpb3Igb2YgdGhlIGxpc3QgaXRlbXMuXG5BdmFpbGFibGUgb3B0aW9ucyBhcmUgYEFjdGl2ZWAgKGJ5IGRlZmF1bHQpLCBgSW5hY3RpdmVgLCBgRGV0YWlsYCBhbmQgYE5hdmlnYXRpb25gLlxuXG4qKk5vdGU6KiogV2hlbiBzZXQgdG8gYEFjdGl2ZWAgb3IgYE5hdmlnYXRpb25gLCB0aGUgaXRlbSB3aWxsIHByb3ZpZGUgdmlzdWFsIHJlc3BvbnNlIHVwb24gcHJlc3MgYW5kIGhvdmVyLFxud2hpbGUgd2l0aCB0eXBlIGBJbmFjdGl2ZWAgYW5kIGBEZXRhaWxgIC0gd2lsbCBub3QuXG4gICAqL1xuICB0eXBlID0gaW5wdXQ8dHlwZW9mIF9UcmVlSXRlbS5wcm90b3R5cGUudHlwZSB8IHVuZGVmaW5lZD4oXCJBY3RpdmVcIik7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGFkZGl0aW9uYWwgYWNjZXNzaWJpbGl0eSBhdHRyaWJ1dGVzIHRoYXQgd2lsbCBiZSBhcHBsaWVkIHRvIHRoZSBjb21wb25lbnQuXG5UaGUgZm9sbG93aW5nIGZpZWxkcyBhcmUgc3VwcG9ydGVkOlxuXG4tICoqYXJpYVNldHNpemUqKjogRGVmaW5lcyB0aGUgbnVtYmVyIG9mIGl0ZW1zIGluIHRoZSBjdXJyZW50IHNldCAgd2hlbiBub3QgYWxsIGl0ZW1zIGluIHRoZSBzZXQgYXJlIHByZXNlbnQgaW4gdGhlIERPTS5cbioqTm90ZToqKiBUaGUgdmFsdWUgaXMgYW4gaW50ZWdlciByZWZsZWN0aW5nIHRoZSBudW1iZXIgb2YgaXRlbXMgaW4gdGhlIGNvbXBsZXRlIHNldC4gSWYgdGhlIHNpemUgb2YgdGhlIGVudGlyZSBzZXQgaXMgdW5rbm93biwgc2V0IGAtMWAuXG5cblx0LSAqKmFyaWFQb3NpbnNldCoqOiBEZWZpbmVzIGFuIGVsZW1lbnQncyBudW1iZXIgb3IgcG9zaXRpb24gaW4gdGhlIGN1cnJlbnQgc2V0IHdoZW4gbm90IGFsbCBpdGVtcyBhcmUgcHJlc2VudCBpbiB0aGUgRE9NLlxuXHQqKk5vdGU6KiogVGhlIHZhbHVlIGlzIGFuIGludGVnZXIgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDEsIGFuZCBsZXNzIHRoYW4gb3IgZXF1YWwgdG8gdGhlIHNpemUgb2YgdGhlIHNldCB3aGVuIHRoYXQgc2l6ZSBpcyBrbm93bi5cbiAgICovXG4gIGFjY2Vzc2liaWxpdHlBdHRyaWJ1dGVzID0gaW5wdXQ8dHlwZW9mIF9UcmVlSXRlbS5wcm90b3R5cGUuYWNjZXNzaWJpbGl0eUF0dHJpYnV0ZXMgfCB1bmRlZmluZWQ+KHt9KTtcblxuICAvKipcbiAgICogVGhlIG5hdmlnYXRlZCBzdGF0ZSBvZiB0aGUgbGlzdCBpdGVtLlxuSWYgc2V0IHRvIGB0cnVlYCwgYSBuYXZpZ2F0aW9uIGluZGljYXRvciBpcyBkaXNwbGF5ZWQgYXQgdGhlIGVuZCBvZiB0aGUgbGlzdCBpdGVtLlxuICAgKi9cbiAgbmF2aWdhdGVkID0gaW5wdXQoZmFsc2UsIHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSB0ZXh0IG9mIHRoZSB0b29sdGlwIHRoYXQgd291bGQgYmUgZGlzcGxheWVkIGZvciB0aGUgbGlzdCBpdGVtLlxuICAgKi9cbiAgdG9vbHRpcCA9IGlucHV0PHR5cGVvZiBfVHJlZUl0ZW0ucHJvdG90eXBlLnRvb2x0aXAgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGhpZ2hsaWdodCBzdGF0ZSBvZiB0aGUgbGlzdCBpdGVtcy5cbkF2YWlsYWJsZSBvcHRpb25zIGFyZTogYFwiTm9uZVwiYCAoYnkgZGVmYXVsdCksIGBcIlBvc2l0aXZlXCJgLCBgXCJDcml0aWNhbFwiYCwgYFwiSW5mb3JtYXRpb25cImAgYW5kIGBcIk5lZ2F0aXZlXCJgLlxuICAgKi9cbiAgaGlnaGxpZ2h0ID0gaW5wdXQ8dHlwZW9mIF9UcmVlSXRlbS5wcm90b3R5cGUuaGlnaGxpZ2h0IHwgdW5kZWZpbmVkPihcIk5vbmVcIik7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIHNlbGVjdGVkIHN0YXRlIG9mIHRoZSBjb21wb25lbnQuXG4gICAqL1xuICBzZWxlY3RlZCA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTsgLy8gY2xhc3NOYW1lIGlzIG5vdyBwYXNzZWRcblxuXG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIHVzZXIgY2xpY2tzIG9uIHRoZSBkZXRhaWwgYnV0dG9uIHdoZW4gdHlwZSBpcyBgRGV0YWlsYC5cbiAgICovXG4gIHVpNURldGFpbENsaWNrID0gb3V0cHV0PFVJNUN1c3RvbUV2ZW50PF9UcmVlSXRlbSwgJ2RldGFpbC1jbGljayc+PigpO1xuXG4gIC8qKlxuICAgKiBBdmFpbGFibGUgc2xvdHMgZm9yIGNvbnRlbnQgcHJvamVjdGlvbiBpbiB0aGlzIGNvbXBvbmVudC5cbiAgICogXG4gICAqIFNsb3RzIGFsbG93IHlvdSB0byBpbnNlcnQgY3VzdG9tIGNvbnRlbnQgaW50byBwcmVkZWZpbmVkIGFyZWFzIG9mIHRoZSB3ZWIgY29tcG9uZW50LlxuICAgKiBVc2UgdGhlIGBzbG90YCBhdHRyaWJ1dGUgb24gY2hpbGQgZWxlbWVudHMgdG8gdGFyZ2V0IHNwZWNpZmljIHNsb3RzLlxuICAgKiBcbiAgICogLSAqKihkZWZhdWx0KSoqOiBEZWZpbmVzIHRoZSBpdGVtcyBvZiB0aGUgY29tcG9uZW50LlxuXG4qKk5vdGU6KiogVXNlIGB1aTUtdHJlZS1pdGVtYCBvciBgdWk1LXRyZWUtaXRlbS1jdXN0b21gXG4gICAqIC0gKippbWFnZSoqOiAqKk5vdGU6KiogV2hpbGUgdGhlIHNsb3QgYWxsb3dzIG9wdGlvbiBmb3Igc2V0dGluZyBjdXN0b20gYXZhdGFyLCB0byBtYXRjaCB0aGVcbmRlc2lnbiBndWlkZWxpbmVzLCBwbGVhc2UgdXNlIHRoZSBgdWk1LWF2YXRhcmAgd2l0aCBzaXplIFhTLlxuXG4qKk5vdGU6KiogSWYgYmlnZ2VyIGB1aTUtYXZhdGFyYCBuZWVkcyB0byBiZSB1c2VkLCB0aGVuIHRoZSBzaXplIG9mIHRoZVxuYHVpNS10cmVlLWl0ZW1gIHNob3VsZCBiZSBjdXN0b21pemVkIGluIG9yZGVyIHRvIGZpdC5cbiAgICogLSAqKmRlbGV0ZUJ1dHRvbioqOiBEZWZpbmVzIHRoZSBkZWxldGUgYnV0dG9uLCBkaXNwbGF5ZWQgaW4gXCJEZWxldGVcIiBtb2RlLlxuKipOb3RlOioqIFdoaWxlIHRoZSBzbG90IGFsbG93cyBjdXN0b20gYnV0dG9ucywgdG8gbWF0Y2hcbmRlc2lnbiBndWlkZWxpbmVzLCBwbGVhc2UgdXNlIHRoZSBgdWk1LWJ1dHRvbmAgY29tcG9uZW50LlxuKipOb3RlOioqIFdoZW4gdGhlIHNsb3QgaXMgbm90IHByZXNlbnQsIGEgYnVpbHQtaW4gZGVsZXRlIGJ1dHRvbiB3aWxsIGJlIGRpc3BsYXllZC5cbiAgICogXG4gICAqIEBleGFtcGxlXG4gICAqIGBgYGh0bWxcbiAgICogPHVpNS10cmVlLWl0ZW0+XG4gICAqICAgPGRpdiBzbG90PVwiaGVhZGVyXCI+Q3VzdG9tIGhlYWRlciBjb250ZW50PC9kaXY+XG4gICAqICAgPHA+RGVmYXVsdCBzbG90IGNvbnRlbnQ8L3A+XG4gICAqIDwvdWk1LXRyZWUtaXRlbT5cbiAgICogYGBgXG4gICAqIFxuICAgKiBAcmVhZG9ubHlcbiAgICogQHNlZSB7QGxpbmsgaHR0cHM6Ly9kZXZlbG9wZXIubW96aWxsYS5vcmcvZW4tVVMvZG9jcy9XZWIvQVBJL1dlYl9jb21wb25lbnRzL1VzaW5nX3RlbXBsYXRlc19hbmRfc2xvdHMgfCBNRE4gV2ViIENvbXBvbmVudHMgU2xvdHN9XG4gICAqL1xuICByZWFkb25seSBzbG90cyA9IFtcbiAgICAgIHtcbiAgICAgICAgICBcIm5hbWVcIjogXCJkZWZhdWx0XCIsXG4gICAgICAgICAgXCJkZXNjcmlwdGlvblwiOiBcIkRlZmluZXMgdGhlIGl0ZW1zIG9mIHRoZSBjb21wb25lbnQuXFxuXFxuKipOb3RlOioqIFVzZSBgdWk1LXRyZWUtaXRlbWAgb3IgYHVpNS10cmVlLWl0ZW0tY3VzdG9tYFwiXG4gICAgICB9LFxuICAgICAge1xuICAgICAgICAgIFwibmFtZVwiOiBcImltYWdlXCIsXG4gICAgICAgICAgXCJkZXNjcmlwdGlvblwiOiBcIioqTm90ZToqKiBXaGlsZSB0aGUgc2xvdCBhbGxvd3Mgb3B0aW9uIGZvciBzZXR0aW5nIGN1c3RvbSBhdmF0YXIsIHRvIG1hdGNoIHRoZVxcbmRlc2lnbiBndWlkZWxpbmVzLCBwbGVhc2UgdXNlIHRoZSBgdWk1LWF2YXRhcmAgd2l0aCBzaXplIFhTLlxcblxcbioqTm90ZToqKiBJZiBiaWdnZXIgYHVpNS1hdmF0YXJgIG5lZWRzIHRvIGJlIHVzZWQsIHRoZW4gdGhlIHNpemUgb2YgdGhlXFxuYHVpNS10cmVlLWl0ZW1gIHNob3VsZCBiZSBjdXN0b21pemVkIGluIG9yZGVyIHRvIGZpdC5cIixcbiAgICAgICAgICBcInNpbmNlXCI6IFwiMi4xMC4wXCJcbiAgICAgIH0sXG4gICAgICB7XG4gICAgICAgICAgXCJuYW1lXCI6IFwiZGVsZXRlQnV0dG9uXCIsXG4gICAgICAgICAgXCJkZXNjcmlwdGlvblwiOiBcIkRlZmluZXMgdGhlIGRlbGV0ZSBidXR0b24sIGRpc3BsYXllZCBpbiBcXFwiRGVsZXRlXFxcIiBtb2RlLlxcbioqTm90ZToqKiBXaGlsZSB0aGUgc2xvdCBhbGxvd3MgY3VzdG9tIGJ1dHRvbnMsIHRvIG1hdGNoXFxuZGVzaWduIGd1aWRlbGluZXMsIHBsZWFzZSB1c2UgdGhlIGB1aTUtYnV0dG9uYCBjb21wb25lbnQuXFxuKipOb3RlOioqIFdoZW4gdGhlIHNsb3QgaXMgbm90IHByZXNlbnQsIGEgYnVpbHQtaW4gZGVsZXRlIGJ1dHRvbiB3aWxsIGJlIGRpc3BsYXllZC5cIixcbiAgICAgICAgICBcInNpbmNlXCI6IFwiMS45LjBcIlxuICAgICAgfVxuICBdO1xuXG5cbiAgcHVibGljIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8X1RyZWVJdGVtPiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHVibGljIGluamVjdG9yID0gaW5qZWN0KEluamVjdG9yKTtcblxuICBnZXQgZWxlbWVudCgpOiBfVHJlZUl0ZW0ge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnRSZWYubmF0aXZlRWxlbWVudDtcbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICBjb25zdCB3Y0VsZW1lbnQgPSB0aGlzLmVsZW1lbnQ7XG4gICAgXG4gICAgY29uc3QgaW5wdXRzVG9TeW5jID0gW1xuICAgICAgJ3RleHQnLFxuICAgICAgJ2FkZGl0aW9uYWxUZXh0JyxcbiAgICAgICdpY29uJyxcbiAgICAgICdleHBhbmRlZCcsXG4gICAgICAnbW92YWJsZScsXG4gICAgICAnaW5kZXRlcm1pbmF0ZScsXG4gICAgICAnaGFzQ2hpbGRyZW4nLFxuICAgICAgJ2FkZGl0aW9uYWxUZXh0U3RhdGUnLFxuICAgICAgJ2FjY2Vzc2libGVOYW1lJyxcbiAgICAgICd0eXBlJyxcbiAgICAgICdhY2Nlc3NpYmlsaXR5QXR0cmlidXRlcycsXG4gICAgICAnbmF2aWdhdGVkJyxcbiAgICAgICd0b29sdGlwJyxcbiAgICAgICdoaWdobGlnaHQnLFxuICAgICAgJ3NlbGVjdGVkJyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIGlucHV0cyAocHJvcGVydGllcylcbiAgICBmb3IgKGNvbnN0IGlucHV0TmFtZSBvZiBpbnB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIEZpbmQgdGhlIGNvcnJlc3BvbmRpbmcgY2FtZWxDYXNlIHNpZ25hbCBwcm9wZXJ0eSBvbiB0aGUgQW5ndWxhciBjb21wb25lbnRcbiAgICAgIGNvbnN0IHNpZ25hbE5hbWUgPSBpbnB1dE5hbWUucmVwbGFjZSgvLS4vZywgKHg6IHN0cmluZykgPT4geFsxXS50b1VwcGVyQ2FzZSgpKTtcblxuICAgICAgLy8gVXNlIHRoZSBJbmplY3RvciB0byBydW4gdGhlIGVmZmVjdCBpbiB0aGUgY29ycmVjdCBjb250ZXh0XG4gICAgICBpZiAodGhpc1tzaWduYWxOYW1lXSAmJiB0eXBlb2YgdGhpc1tzaWduYWxOYW1lXSA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICBydW5JbkluamVjdGlvbkNvbnRleHQodGhpcy5pbmplY3RvciwgKCkgPT4ge1xuICAgICAgICAgIGVmZmVjdCgoKSA9PiB7XG4gICAgICAgICAgICAvLyBSZWFkIHRoZSBzaWduYWwgdmFsdWVcbiAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gdGhpc1tzaWduYWxOYW1lXSgpO1xuICAgICAgICAgICAgaWYgKHdjRWxlbWVudCkge1xuICAgICAgICAgICAgICAvLyBXcml0ZSB0aGUgdmFsdWUgdG8gdGhlIFdlYiBDb21wb25lbnQncyBwcm9wZXJ0eVxuICAgICAgICAgICAgICB3Y0VsZW1lbnRbaW5wdXROYW1lXSA9IHZhbHVlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIFxuICAgIGNvbnN0IG91dHB1dHNUb1N5bmMgPSBbXG4gICAgICAndWk1RGV0YWlsQ2xpY2snLFxuICAgIF07XG4gICAgXG4gICAgLy8gU3luY2hyb25pemUgb3V0cHV0cyAoZXZlbnRzKVxuICAgIGZvciAoY29uc3Qgb3V0cHV0TmFtZSBvZiBvdXRwdXRzVG9TeW5jKSB7XG4gICAgICAvLyBNYXAgQW5ndWxhciBvdXRwdXQgbmFtZSB0byBVSTUgd2ViIGNvbXBvbmVudCBldmVudCBuYW1lXG4gICAgICBjb25zdCBldmVudE5hbWUgPSBvdXRwdXROYW1lLnJlcGxhY2UoJ3VpNScsICcnKS5yZXBsYWNlKC8oW0EtWl0pL2csICctJDEnKS50b0xvd2VyQ2FzZSgpLnN1YnN0cmluZygxKTtcbiAgICAgIC8vIEVuc3VyZSB0aGUgb3V0cHV0IHByb3BlcnR5IGV4aXN0cyBhbmQgaGFzIGFuIGVtaXQgZnVuY3Rpb24gYmVmb3JlIGFkZGluZyBsaXN0ZW5lclxuICAgICAgaWYgKHRoaXNbb3V0cHV0TmFtZV0gJiYgdHlwZW9mIHRoaXNbb3V0cHV0TmFtZV0uZW1pdCA9PT0gJ2Z1bmN0aW9uJyAmJiB3Y0VsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcikge1xuICAgICAgICAvLyBDYXN0IHRoZSBsaXN0ZW5lciB0byB0aGUgY29ycmVjdCB0eXBlIHRvIHNhdGlzZnkgVHlwZVNjcmlwdFxuICAgICAgICB3Y0VsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcihldmVudE5hbWUsIChlKSA9PiB7XG5cbiAgICAgICAgICB0aGlzW291dHB1dE5hbWVdLmVtaXQoZSBhcyBDdXN0b21FdmVudDxhbnk+KTtcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICBcblxuICB9XG59XG5cbiJdfQ==","/**\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,199 @@
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
+ /**
87
+ * Available slots for content projection in this component.
88
+ *
89
+ * Slots allow you to insert custom content into predefined areas of the web component.
90
+ * Use the `slot` attribute on child elements to target specific slots.
91
+ *
92
+ * - **(default)**: Defines the items of the component. Tree items may have other tree items as children.
93
+
94
+ **Note:** Use `ui5-tree-item` for the intended design.
95
+ * - **header**: Defines the component header.
96
+
97
+ **Note:** When the `header` slot is set, the
98
+ `headerText` property is ignored.
99
+ *
100
+ * @example
101
+ * ```html
102
+ * <ui5-tree>
103
+ * <div slot="header">Custom header content</div>
104
+ * <p>Default slot content</p>
105
+ * </ui5-tree>
106
+ * ```
107
+ *
108
+ * @readonly
109
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
110
+ */
111
+ this.slots = [
112
+ {
113
+ "name": "default",
114
+ "description": "Defines the items of the component. Tree items may have other tree items as children.\n\n**Note:** Use `ui5-tree-item` for the intended design."
115
+ },
116
+ {
117
+ "name": "header",
118
+ "description": "Defines the component header.\n\n**Note:** When the `header` slot is set, the\n`headerText` property is ignored."
119
+ }
120
+ ];
121
+ this.elementRef = inject(ElementRef);
122
+ this.injector = inject(Injector);
123
+ }
124
+ get element() {
125
+ return this.elementRef.nativeElement;
126
+ }
127
+ ngAfterViewInit() {
128
+ const wcElement = this.element;
129
+ const inputsToSync = [
130
+ 'selectionMode',
131
+ 'noDataText',
132
+ 'headerText',
133
+ 'footerText',
134
+ 'accessibleName',
135
+ 'accessibleNameRef',
136
+ 'accessibleDescription',
137
+ 'accessibleDescriptionRef',
138
+ ];
139
+ // Synchronize inputs (properties)
140
+ for (const inputName of inputsToSync) {
141
+ // Find the corresponding camelCase signal property on the Angular component
142
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
143
+ // Use the Injector to run the effect in the correct context
144
+ if (this[signalName] && typeof this[signalName] === 'function') {
145
+ runInInjectionContext(this.injector, () => {
146
+ effect(() => {
147
+ // Read the signal value
148
+ const value = this[signalName]();
149
+ if (wcElement) {
150
+ // Write the value to the Web Component's property
151
+ wcElement[inputName] = value;
152
+ }
153
+ });
154
+ });
155
+ }
156
+ }
157
+ const outputsToSync = [
158
+ 'ui5ItemToggle',
159
+ 'ui5ItemMouseover',
160
+ 'ui5ItemMouseout',
161
+ 'ui5ItemClick',
162
+ 'ui5ItemDelete',
163
+ 'ui5SelectionChange',
164
+ 'ui5Move',
165
+ 'ui5MoveOver',
166
+ ];
167
+ // Synchronize outputs (events)
168
+ for (const outputName of outputsToSync) {
169
+ // Map Angular output name to UI5 web component event name
170
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
171
+ // Ensure the output property exists and has an emit function before adding listener
172
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
173
+ // Cast the listener to the correct type to satisfy TypeScript
174
+ wcElement.addEventListener(eventName, (e) => {
175
+ this[outputName].emit(e);
176
+ });
177
+ }
178
+ }
179
+ }
180
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Tree, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
181
+ 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 }); }
182
+ }
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Tree, decorators: [{
184
+ type: Component,
185
+ args: [{
186
+ standalone: true,
187
+ selector: 'ui5-tree, [ui5-tree]',
188
+ template: '<ng-content></ng-content>',
189
+ exportAs: 'ui5Tree',
190
+ changeDetection: ChangeDetectionStrategy.OnPush,
191
+ }]
192
+ }] });
193
+
194
+ /**
195
+ * Generated bundle index. Do not edit.
196
+ */
197
+
198
+ export { Tree };
199
+ //# 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 /**\n * Available slots for content projection in this component.\n *\n * Slots allow you to insert custom content into predefined areas of the web component.\n * Use the `slot` attribute on child elements to target specific slots.\n *\n * - **(default)**: Defines the items of the component. Tree items may have other tree items as children.\n \n **Note:** Use `ui5-tree-item` for the intended design.\n * - **header**: Defines the component header.\n \n **Note:** When the `header` slot is set, the\n `headerText` property is ignored.\n *\n * @example\n * ```html\n * <ui5-tree>\n * <div slot=\"header\">Custom header content</div>\n * <p>Default slot content</p>\n * </ui5-tree>\n * ```\n *\n * @readonly\n * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}\n */\n this.slots = [\n {\n \"name\": \"default\",\n \"description\": \"Defines the items of the component. Tree items may have other tree items as children.\\n\\n**Note:** Use `ui5-tree-item` for the intended design.\"\n },\n {\n \"name\": \"header\",\n \"description\": \"Defines the component header.\\n\\n**Note:** When the `header` slot is set, the\\n`headerText` property is ignored.\"\n }\n ];\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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SUFBSSxDQUFDLENBQXFCLENBQUMsQ0FBQztnQkFDL0MsQ0FBQyxDQUFDLENBQUM7WUFDTCxDQUFDO1FBQ0gsQ0FBQztJQUdILENBQUM7OEdBNU1VLElBQUk7a0dBQUosSUFBSSwraURBTEwsMkJBQTJCOzsyRkFLMUIsSUFBSTtrQkFSaEIsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsUUFBUSxFQUFFLDJCQUEyQjtvQkFDckMsUUFBUSxFQUFFLFNBQVM7b0JBRW5CLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNoRCIsInNvdXJjZXNDb250ZW50IjpbIlxuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgaW5wdXQsXG4gIG91dHB1dCxcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgZWZmZWN0LFxuICBydW5JbkluamVjdGlvbkNvbnRleHQsXG4gIGluamVjdCxcbiAgSW5qZWN0b3IsXG4gIGJvb2xlYW5BdHRyaWJ1dGUsXG4gIGNvbXB1dGVkLFxuICBzaWduYWxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1RyZWUuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfVHJlZSB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L1RyZWUuanMnO1xuaW1wb3J0IHsgVUk1Q3VzdG9tRXZlbnQgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZSc7XG5cbmltcG9ydCB7IGRlZmF1bHQgYXMgTGlzdFNlbGVjdGlvbk1vZGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC90eXBlcy9MaXN0U2VsZWN0aW9uTW9kZS5qcyc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS10cmVlLCBbdWk1LXRyZWVdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgZXhwb3J0QXM6ICd1aTVUcmVlJyxcblxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgVHJlZSBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBzZWxlY3Rpb24gbW9kZSBvZiB0aGUgY29tcG9uZW50LiBTaW5jZSB0aGUgdHJlZSB1c2VzIGEgYHVpNS1saXN0YCB0byBkaXNwbGF5IGl0cyBzdHJ1Y3R1cmUsXG50aGUgdHJlZSBtb2RlcyBhcmUgZXhhY3RseSB0aGUgc2FtZSBhcyB0aGUgbGlzdCBtb2RlcywgYW5kIGFyZSBhbGwgYXBwbGljYWJsZS5cbiAgICovXG4gIHNlbGVjdGlvbk1vZGUgPSBpbnB1dDx0eXBlb2YgX1RyZWUucHJvdG90eXBlLnNlbGVjdGlvbk1vZGUgfCB1bmRlZmluZWQ+KFwiTm9uZVwiKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdGV4dCB0aGF0IGlzIGRpc3BsYXllZCB3aGVuIHRoZSBjb21wb25lbnQgY29udGFpbnMgbm8gaXRlbXMuXG4gICAqL1xuICBub0RhdGFUZXh0ID0gaW5wdXQ8dHlwZW9mIF9UcmVlLnByb3RvdHlwZS5ub0RhdGFUZXh0IHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBjb21wb25lbnQgaGVhZGVyIHRleHQuXG5cbioqTm90ZToqKiBJZiB0aGUgYGhlYWRlcmAgc2xvdCBpcyBzZXQsIHRoaXMgcHJvcGVydHkgaXMgaWdub3JlZC5cbiAgICovXG4gIGhlYWRlclRleHQgPSBpbnB1dDx0eXBlb2YgX1RyZWUucHJvdG90eXBlLmhlYWRlclRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGNvbXBvbmVudCBmb290ZXIgdGV4dC5cbiAgICovXG4gIGZvb3RlclRleHQgPSBpbnB1dDx0eXBlb2YgX1RyZWUucHJvdG90eXBlLmZvb3RlclRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIGFjY2Vzc2libGUgbmFtZSBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZU5hbWUgPSBpbnB1dDx0eXBlb2YgX1RyZWUucHJvdG90eXBlLmFjY2Vzc2libGVOYW1lIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBJRHMgb2YgdGhlIGVsZW1lbnRzIHRoYXQgbGFiZWwgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIGFjY2Vzc2libGVOYW1lUmVmID0gaW5wdXQ8dHlwZW9mIF9UcmVlLnByb3RvdHlwZS5hY2Nlc3NpYmxlTmFtZVJlZiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYWNjZXNzaWJsZSBkZXNjcmlwdGlvbiBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZURlc2NyaXB0aW9uID0gaW5wdXQ8dHlwZW9mIF9UcmVlLnByb3RvdHlwZS5hY2Nlc3NpYmxlRGVzY3JpcHRpb24gfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIElEcyBvZiB0aGUgZWxlbWVudHMgdGhhdCBkZXNjcmliZSB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZURlc2NyaXB0aW9uUmVmID0gaW5wdXQ8dHlwZW9mIF9UcmVlLnByb3RvdHlwZS5hY2Nlc3NpYmxlRGVzY3JpcHRpb25SZWYgfCB1bmRlZmluZWQ+KCk7IC8vIGNsYXNzTmFtZSBpcyBub3cgcGFzc2VkXG5cblxuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIGEgdHJlZSBpdGVtIGlzIGV4cGFuZGVkIG9yIGNvbGxhcHNlZC5cblxuKipOb3RlOioqIFlvdSBjYW4gY2FsbCBgcHJldmVudERlZmF1bHQoKWAgb24gdGhlIGV2ZW50IG9iamVjdCB0byBzdXBwcmVzcyB0aGUgZXZlbnQsIGlmIG5lZWRlZC5cblRoaXMgbWF5IGJlIGhhbmR5IGZvciBleGFtcGxlIGlmIHlvdSB3YW50IHRvIGR5bmFtaWNhbGx5IGxvYWQgdHJlZSBpdGVtcyB1cG9uIHRoZSB1c2VyIGV4cGFuZGluZyBhIG5vZGUuXG5FdmVuIGlmIHlvdSBwcmV2ZW50ZWQgdGhlIGV2ZW50J3MgZGVmYXVsdCBiZWhhdmlvciwgeW91IGNhbiBhbHdheXMgbWFudWFsbHkgY2FsbCBgdG9nZ2xlKClgIG9uIGEgdHJlZSBpdGVtLlxuICAgKi9cbiAgdWk1SXRlbVRvZ2dsZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ2l0ZW0tdG9nZ2xlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIG1vdXNlIGN1cnNvciBlbnRlcnMgdGhlIHRyZWUgaXRlbSBib3JkZXJzLlxuICAgKi9cbiAgdWk1SXRlbU1vdXNlb3ZlciA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ2l0ZW0tbW91c2VvdmVyJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIG1vdXNlIGN1cnNvciBsZWF2ZXMgdGhlIHRyZWUgaXRlbSBib3JkZXJzLlxuICAgKi9cbiAgdWk1SXRlbU1vdXNlb3V0ID0gb3V0cHV0PFVJNUN1c3RvbUV2ZW50PF9UcmVlLCAnaXRlbS1tb3VzZW91dCc+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIGEgdHJlZSBpdGVtIGlzIGFjdGl2YXRlZC5cbiAgICovXG4gIHVpNUl0ZW1DbGljayA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ2l0ZW0tY2xpY2snPj4oKTtcblxuICAvKipcbiAgICogRmlyZWQgd2hlbiB0aGUgRGVsZXRlIGJ1dHRvbiBvZiBhbnkgdHJlZSBpdGVtIGlzIHByZXNzZWQuXG5cbioqTm90ZToqKiBBIERlbGV0ZSBidXR0b24gaXMgZGlzcGxheWVkIG9uIGVhY2ggaXRlbSxcbndoZW4gdGhlIGNvbXBvbmVudCBgc2VsZWN0aW9uTW9kZWAgcHJvcGVydHkgaXMgc2V0IHRvIGBEZWxldGVgLlxuICAgKi9cbiAgdWk1SXRlbURlbGV0ZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ2l0ZW0tZGVsZXRlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gc2VsZWN0aW9uIGlzIGNoYW5nZWQgYnkgdXNlciBpbnRlcmFjdGlvblxuaW4gYFNpbmdsZWAsIGBTaW5nbGVTdGFydGAsIGBTaW5nbGVFbmRgIGFuZCBgTXVsdGlwbGVgIG1vZGVzLlxuICAgKi9cbiAgdWk1U2VsZWN0aW9uQ2hhbmdlID0gb3V0cHV0PFVJNUN1c3RvbUV2ZW50PF9UcmVlLCAnc2VsZWN0aW9uLWNoYW5nZSc+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIGEgbW92YWJsZSB0cmVlIGl0ZW0gaXMgbW92ZWQgb3ZlciBhIHBvdGVudGlhbCBkcm9wIHRhcmdldCBkdXJpbmcgYSBkcmFnLWFuZC1kcm9wIG9wZXJhdGlvbi5cblxuSWYgdGhlIG5ldyBwb3NpdGlvbiBpcyB2YWxpZCwgcHJldmVudCB0aGUgZGVmYXVsdCBhY3Rpb24gb2YgdGhlIGV2ZW50IHVzaW5nIGBwcmV2ZW50RGVmYXVsdCgpYC5cbiAgICovXG4gIHVpNU1vdmUgPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X1RyZWUsICdtb3ZlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gYSBtb3ZhYmxlIHRyZWUgaXRlbSBpcyBkcm9wcGVkIG9udG8gYSBkcm9wIHRhcmdldC5cblxuKipOb3RlOioqIFRoZSBgbW92ZWAgZXZlbnQgaXMgZmlyZWQgb25seSBpZiB0aGVyZSB3YXMgYSBwcmVjZWRpbmcgYG1vdmUtb3ZlcmAgZXZlbnQgd2l0aCBwcmV2ZW50ZWQgZGVmYXVsdCBhY3Rpb24uXG4gICAqL1xuICB1aTVNb3ZlT3ZlciA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfVHJlZSwgJ21vdmUtb3Zlcic+PigpO1xuXG4gIC8qKlxuICAgKiBBdmFpbGFibGUgc2xvdHMgZm9yIGNvbnRlbnQgcHJvamVjdGlvbiBpbiB0aGlzIGNvbXBvbmVudC5cbiAgICogXG4gICAqIFNsb3RzIGFsbG93IHlvdSB0byBpbnNlcnQgY3VzdG9tIGNvbnRlbnQgaW50byBwcmVkZWZpbmVkIGFyZWFzIG9mIHRoZSB3ZWIgY29tcG9uZW50LlxuICAgKiBVc2UgdGhlIGBzbG90YCBhdHRyaWJ1dGUgb24gY2hpbGQgZWxlbWVudHMgdG8gdGFyZ2V0IHNwZWNpZmljIHNsb3RzLlxuICAgKiBcbiAgICogLSAqKihkZWZhdWx0KSoqOiBEZWZpbmVzIHRoZSBpdGVtcyBvZiB0aGUgY29tcG9uZW50LiBUcmVlIGl0ZW1zIG1heSBoYXZlIG90aGVyIHRyZWUgaXRlbXMgYXMgY2hpbGRyZW4uXG5cbioqTm90ZToqKiBVc2UgYHVpNS10cmVlLWl0ZW1gIGZvciB0aGUgaW50ZW5kZWQgZGVzaWduLlxuICAgKiAtICoqaGVhZGVyKio6IERlZmluZXMgdGhlIGNvbXBvbmVudCBoZWFkZXIuXG5cbioqTm90ZToqKiBXaGVuIHRoZSBgaGVhZGVyYCBzbG90IGlzIHNldCwgdGhlXG5gaGVhZGVyVGV4dGAgcHJvcGVydHkgaXMgaWdub3JlZC5cbiAgICogXG4gICAqIEBleGFtcGxlXG4gICAqIGBgYGh0bWxcbiAgICogPHVpNS10cmVlPlxuICAgKiAgIDxkaXYgc2xvdD1cImhlYWRlclwiPkN1c3RvbSBoZWFkZXIgY29udGVudDwvZGl2PlxuICAgKiAgIDxwPkRlZmF1bHQgc2xvdCBjb250ZW50PC9wPlxuICAgKiA8L3VpNS10cmVlPlxuICAgKiBgYGBcbiAgICogXG4gICAqIEByZWFkb25seVxuICAgKiBAc2VlIHtAbGluayBodHRwczovL2RldmVsb3Blci5tb3ppbGxhLm9yZy9lbi1VUy9kb2NzL1dlYi9BUEkvV2ViX2NvbXBvbmVudHMvVXNpbmdfdGVtcGxhdGVzX2FuZF9zbG90cyB8IE1ETiBXZWIgQ29tcG9uZW50cyBTbG90c31cbiAgICovXG4gIHJlYWRvbmx5IHNsb3RzID0gW1xuICAgICAge1xuICAgICAgICAgIFwibmFtZVwiOiBcImRlZmF1bHRcIixcbiAgICAgICAgICBcImRlc2NyaXB0aW9uXCI6IFwiRGVmaW5lcyB0aGUgaXRlbXMgb2YgdGhlIGNvbXBvbmVudC4gVHJlZSBpdGVtcyBtYXkgaGF2ZSBvdGhlciB0cmVlIGl0ZW1zIGFzIGNoaWxkcmVuLlxcblxcbioqTm90ZToqKiBVc2UgYHVpNS10cmVlLWl0ZW1gIGZvciB0aGUgaW50ZW5kZWQgZGVzaWduLlwiXG4gICAgICB9LFxuICAgICAge1xuICAgICAgICAgIFwibmFtZVwiOiBcImhlYWRlclwiLFxuICAgICAgICAgIFwiZGVzY3JpcHRpb25cIjogXCJEZWZpbmVzIHRoZSBjb21wb25lbnQgaGVhZGVyLlxcblxcbioqTm90ZToqKiBXaGVuIHRoZSBgaGVhZGVyYCBzbG90IGlzIHNldCwgdGhlXFxuYGhlYWRlclRleHRgIHByb3BlcnR5IGlzIGlnbm9yZWQuXCJcbiAgICAgIH1cbiAgXTtcblxuXG4gIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmPF9UcmVlPiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHVibGljIGluamVjdG9yID0gaW5qZWN0KEluamVjdG9yKTtcblxuICBnZXQgZWxlbWVudCgpOiBfVHJlZSB7XG4gICAgcmV0dXJuIHRoaXMuZWxlbWVudFJlZi5uYXRpdmVFbGVtZW50O1xuICB9XG5cbiAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgIGNvbnN0IHdjRWxlbWVudCA9IHRoaXMuZWxlbWVudDtcbiAgICBcbiAgICBjb25zdCBpbnB1dHNUb1N5bmMgPSBbXG4gICAgICAnc2VsZWN0aW9uTW9kZScsXG4gICAgICAnbm9EYXRhVGV4dCcsXG4gICAgICAnaGVhZGVyVGV4dCcsXG4gICAgICAnZm9vdGVyVGV4dCcsXG4gICAgICAnYWNjZXNzaWJsZU5hbWUnLFxuICAgICAgJ2FjY2Vzc2libGVOYW1lUmVmJyxcbiAgICAgICdhY2Nlc3NpYmxlRGVzY3JpcHRpb24nLFxuICAgICAgJ2FjY2Vzc2libGVEZXNjcmlwdGlvblJlZicsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBpbnB1dHMgKHByb3BlcnRpZXMpXG4gICAgZm9yIChjb25zdCBpbnB1dE5hbWUgb2YgaW5wdXRzVG9TeW5jKSB7XG4gICAgICAvLyBGaW5kIHRoZSBjb3JyZXNwb25kaW5nIGNhbWVsQ2FzZSBzaWduYWwgcHJvcGVydHkgb24gdGhlIEFuZ3VsYXIgY29tcG9uZW50XG4gICAgICBjb25zdCBzaWduYWxOYW1lID0gaW5wdXROYW1lLnJlcGxhY2UoLy0uL2csICh4OiBzdHJpbmcpID0+IHhbMV0udG9VcHBlckNhc2UoKSk7XG5cbiAgICAgIC8vIFVzZSB0aGUgSW5qZWN0b3IgdG8gcnVuIHRoZSBlZmZlY3QgaW4gdGhlIGNvcnJlY3QgY29udGV4dFxuICAgICAgaWYgKHRoaXNbc2lnbmFsTmFtZV0gJiYgdHlwZW9mIHRoaXNbc2lnbmFsTmFtZV0gPT09ICdmdW5jdGlvbicpIHtcbiAgICAgICAgcnVuSW5JbmplY3Rpb25Db250ZXh0KHRoaXMuaW5qZWN0b3IsICgpID0+IHtcbiAgICAgICAgICBlZmZlY3QoKCkgPT4ge1xuICAgICAgICAgICAgLy8gUmVhZCB0aGUgc2lnbmFsIHZhbHVlXG4gICAgICAgICAgICBjb25zdCB2YWx1ZSA9IHRoaXNbc2lnbmFsTmFtZV0oKTtcbiAgICAgICAgICAgIGlmICh3Y0VsZW1lbnQpIHtcbiAgICAgICAgICAgICAgLy8gV3JpdGUgdGhlIHZhbHVlIHRvIHRoZSBXZWIgQ29tcG9uZW50J3MgcHJvcGVydHlcbiAgICAgICAgICAgICAgd2NFbGVtZW50W2lucHV0TmFtZV0gPSB2YWx1ZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9KTtcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICBcbiAgICBcbiAgICBjb25zdCBvdXRwdXRzVG9TeW5jID0gW1xuICAgICAgJ3VpNUl0ZW1Ub2dnbGUnLFxuICAgICAgJ3VpNUl0ZW1Nb3VzZW92ZXInLFxuICAgICAgJ3VpNUl0ZW1Nb3VzZW91dCcsXG4gICAgICAndWk1SXRlbUNsaWNrJyxcbiAgICAgICd1aTVJdGVtRGVsZXRlJyxcbiAgICAgICd1aTVTZWxlY3Rpb25DaGFuZ2UnLFxuICAgICAgJ3VpNU1vdmUnLFxuICAgICAgJ3VpNU1vdmVPdmVyJyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIG91dHB1dHMgKGV2ZW50cylcbiAgICBmb3IgKGNvbnN0IG91dHB1dE5hbWUgb2Ygb3V0cHV0c1RvU3luYykge1xuICAgICAgLy8gTWFwIEFuZ3VsYXIgb3V0cHV0IG5hbWUgdG8gVUk1IHdlYiBjb21wb25lbnQgZXZlbnQgbmFtZVxuICAgICAgY29uc3QgZXZlbnROYW1lID0gb3V0cHV0TmFtZS5yZXBsYWNlKCd1aTUnLCAnJykucmVwbGFjZSgvKFtBLVpdKS9nLCAnLSQxJykudG9Mb3dlckNhc2UoKS5zdWJzdHJpbmcoMSk7XG4gICAgICAvLyBFbnN1cmUgdGhlIG91dHB1dCBwcm9wZXJ0eSBleGlzdHMgYW5kIGhhcyBhbiBlbWl0IGZ1bmN0aW9uIGJlZm9yZSBhZGRpbmcgbGlzdGVuZXJcbiAgICAgIGlmICh0aGlzW291dHB1dE5hbWVdICYmIHR5cGVvZiB0aGlzW291dHB1dE5hbWVdLmVtaXQgPT09ICdmdW5jdGlvbicgJiYgd2NFbGVtZW50LmFkZEV2ZW50TGlzdGVuZXIpIHtcbiAgICAgICAgLy8gQ2FzdCB0aGUgbGlzdGVuZXIgdG8gdGhlIGNvcnJlY3QgdHlwZSB0byBzYXRpc2Z5IFR5cGVTY3JpcHRcbiAgICAgICAgd2NFbGVtZW50LmFkZEV2ZW50TGlzdGVuZXIoZXZlbnROYW1lLCAoZSkgPT4ge1xuXG4gICAgICAgICAgdGhpc1tvdXRwdXROYW1lXS5lbWl0KGUgYXMgQ3VzdG9tRXZlbnQ8YW55Pik7XG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH1cbiAgXG5cbiAgfVxufVxuXG4iXX0=","/**\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,136 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _FileUploader from '@ui5/webcomponents/dist/FileUploader.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ declare class FileUploader implements AfterViewInit {
8
+ /**
9
+ * Comma-separated list of file types that the component should accept.
10
+
11
+ **Note:** Please make sure you are adding the `.` in front on the file type, e.g. `.png` in case you want to accept png's only.
12
+ */
13
+ accept: _angular_core.InputSignal<string | undefined>;
14
+ /**
15
+ * If set to "true", the input field of component will not be rendered. Only the default slot that is passed will be rendered.
16
+
17
+ **Note:** Use this property in combination with the default slot to achieve a button-only file uploader design.
18
+ */
19
+ hideInput: _angular_core.InputSignalWithTransform<boolean, unknown>;
20
+ /**
21
+ * Defines whether the component is in disabled state.
22
+
23
+ **Note:** A disabled component is completely noninteractive.
24
+ */
25
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
26
+ /**
27
+ * Allows multiple files to be chosen.
28
+ */
29
+ multiple: _angular_core.InputSignalWithTransform<boolean, unknown>;
30
+ /**
31
+ * Determines the name by which the component will be identified upon submission in an HTML form.
32
+
33
+ **Note:** This property is only applicable within the context of an HTML Form element.
34
+ */
35
+ name: _angular_core.InputSignal<string | undefined>;
36
+ /**
37
+ * Defines a short hint intended to aid the user with data entry when the component has no value.
38
+ */
39
+ placeholder: _angular_core.InputSignal<string | undefined>;
40
+ /**
41
+ * Defines the name/names of the file/files to upload.
42
+ */
43
+ value: _angular_core.InputSignal<string | undefined>;
44
+ /**
45
+ * Defines the maximum file size in megabytes which prevents the upload if at least one file exceeds it.
46
+ */
47
+ maxFileSize: _angular_core.InputSignal<number | undefined>;
48
+ /**
49
+ * Defines the value state of the component.
50
+ */
51
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
52
+ /**
53
+ * Defines whether the component is required.
54
+ */
55
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
56
+ /**
57
+ * Defines the accessible ARIA name of the component.
58
+ */
59
+ accessibleName: _angular_core.InputSignal<string | undefined>;
60
+ /**
61
+ * Receives id(or many ids) of the elements that label the input.
62
+ */
63
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
64
+ /**
65
+ * Defines the accessible description of the component.
66
+ */
67
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
68
+ /**
69
+ * Receives id(or many ids) of the elements that describe the input.
70
+ */
71
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
72
+ /**
73
+ * FileList of all selected files.
74
+ * @readonly This property is managed by the web component and updates reactively.
75
+ * Based on schema: readonly field that updates via change event parameters.
76
+ */
77
+ files: _angular_core.Signal<FileList | null>;
78
+ /**
79
+ * Event is fired when the value of the file path has been changed.
80
+
81
+ **Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.
82
+ */
83
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_FileUploader, "change">>;
84
+ /**
85
+ * Event is fired when the size of a file is above the `maxFileSize` property value.
86
+ */
87
+ ui5FileSizeExceed: _angular_core.OutputEmitterRef<UI5CustomEvent<_FileUploader, "file-size-exceed">>;
88
+ /**
89
+ * Available slots for content projection in this component.
90
+ *
91
+ * Slots allow you to insert custom content into predefined areas of the web component.
92
+ * Use the `slot` attribute on child elements to target specific slots.
93
+ *
94
+ * - **(default)**: This slot allows you to add custom content to the component, such as a button or any other interactive element to trigger the file selection dialog.
95
+
96
+ **Note:** For best accessibility experience, set a `tabindex` of "-1" on your interactive element, or it will be set automatically.
97
+ This slot is intended for use cases where you want a button-only file uploader.
98
+ It is recommended to set `hideInput` property to "true" when using this slot.
99
+ Not setting `hideInput` may negatively impact the screen reader users.
100
+ * - **valueStateMessage**: Defines the value state message that will be displayed as pop up under the component.
101
+
102
+ **Note:** If not specified, a default text (in the respective language) will be displayed.
103
+
104
+ **Note:** The `valueStateMessage` would be displayed,
105
+ when the component is in `Information`, `Critical` or `Negative` value state.
106
+ *
107
+ * @example
108
+ * ```html
109
+ * <ui5-file-uploader>
110
+ * <div slot="header">Custom header content</div>
111
+ * <p>Default slot content</p>
112
+ * </ui5-file-uploader>
113
+ * ```
114
+ *
115
+ * @readonly
116
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
117
+ */
118
+ readonly slots: ({
119
+ name: string;
120
+ description: string;
121
+ since?: undefined;
122
+ } | {
123
+ name: string;
124
+ description: string;
125
+ since: string;
126
+ })[];
127
+ elementRef: ElementRef<_FileUploader>;
128
+ injector: Injector;
129
+ private _filesSignal;
130
+ get element(): _FileUploader;
131
+ ngAfterViewInit(): void;
132
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FileUploader, never>;
133
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FileUploader, "ui5-file-uploader, [ui5-file-uploader]", ["ui5FileUploader"], { "accept": { "alias": "accept"; "required": false; "isSignal": true; }; "hideInput": { "alias": "hideInput"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5FileSizeExceed": "ui5FileSizeExceed"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
134
+ }
135
+
136
+ export { FileUploader };
@@ -0,0 +1,113 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Form from '@ui5/webcomponents/dist/Form.js';
4
+
5
+ declare class Form implements AfterViewInit {
6
+ /**
7
+ * Defines the accessible ARIA name of the component.
8
+ */
9
+ accessibleName: _angular_core.InputSignal<string | undefined>;
10
+ /**
11
+ * Defines id (or many ids) of the element (or elements) that label the component.
12
+ */
13
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
14
+ /**
15
+ * Defines the accessibility mode of the component in "edit" and "display" use-cases.
16
+
17
+ Based on the mode, the component renders different HTML elements and ARIA attributes,
18
+ which are appropriate for the use-case.
19
+
20
+ **Usage:**
21
+ - Set this property to "Display", when the form consists of non-editable (e.g. texts) form items.
22
+ - Set this property to "Edit", when the form consists of editable (e.g. input fields) form items.
23
+ */
24
+ accessibleMode: _angular_core.InputSignal<"Display" | "Edit" | undefined>;
25
+ /**
26
+ * Defines the number of columns to distribute the form content by breakpoint.
27
+
28
+ Supported values:
29
+ - `S` - 1 column by default (1 column is recommended)
30
+ - `M` - 1 column by default (up to 2 columns are recommended)
31
+ - `L` - 2 columns by default (up to 3 columns are recommended)
32
+ - `XL` - 3 columns by default (up to 6 columns are recommended)
33
+ */
34
+ layout: _angular_core.InputSignal<string | undefined>;
35
+ /**
36
+ * Defines the width proportion of the labels and fields of a form item by breakpoint.
37
+
38
+ By default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,
39
+ and 12/12 in S size, e.g in S the label is on top of its associated field.
40
+
41
+ The supported values are between 1 and 12. Greater the number, more space the label will use.
42
+
43
+ **Note:** If "12" is set, the label will be displayed on top of its assosiated field.
44
+ */
45
+ labelSpan: _angular_core.InputSignal<string | undefined>;
46
+ /**
47
+ * Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.
48
+
49
+ By default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.
50
+ The `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.
51
+
52
+ **Note:**
53
+ - The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.
54
+ - When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.
55
+ */
56
+ emptySpan: _angular_core.InputSignal<string | undefined>;
57
+ /**
58
+ * Defines the header text of the component.
59
+
60
+ **Note:** The property gets overridden by the `header` slot.
61
+ */
62
+ headerText: _angular_core.InputSignal<string | undefined>;
63
+ /**
64
+ * Defines the compoennt heading level,
65
+ set by the `headerText`.
66
+ */
67
+ headerLevel: _angular_core.InputSignal<"H1" | "H2" | "H3" | "H4" | "H5" | "H6" | undefined>;
68
+ /**
69
+ * Defines the vertical spacing between form items.
70
+
71
+ **Note:** If the Form is meant to be switched between "display"("non-edit") and "edit" modes,
72
+ we recommend using "Large" item spacing in "display"("non-edit") mode, and "Normal" - for "edit" mode,
73
+ to avoid "jumping" effect, caused by the hight difference between texts in "display"("non-edit") mode and the input fields in "edit" mode.
74
+ */
75
+ itemSpacing: _angular_core.InputSignal<"Normal" | "Large" | undefined>;
76
+ /**
77
+ * Available slots for content projection in this component.
78
+ *
79
+ * Slots allow you to insert custom content into predefined areas of the web component.
80
+ * Use the `slot` attribute on child elements to target specific slots.
81
+ *
82
+ * - **header**: Defines the component header area.
83
+
84
+ **Note:** When a `header` is provided, the `headerText` property is ignored.
85
+ * - **(default)**: Defines the component content - FormGroups or FormItems.
86
+
87
+ **Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.
88
+ Either use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.
89
+ *
90
+ * @example
91
+ * ```html
92
+ * <ui5-form>
93
+ * <div slot="header">Custom header content</div>
94
+ * <p>Default slot content</p>
95
+ * </ui5-form>
96
+ * ```
97
+ *
98
+ * @readonly
99
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
100
+ */
101
+ readonly slots: {
102
+ name: string;
103
+ description: string;
104
+ }[];
105
+ elementRef: ElementRef<_Form>;
106
+ injector: Injector;
107
+ get element(): _Form;
108
+ ngAfterViewInit(): void;
109
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Form, never>;
110
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Form, "ui5-form, [ui5-form]", ["ui5Form"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleMode": { "alias": "accessibleMode"; "required": false; "isSignal": true; }; "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "labelSpan": { "alias": "labelSpan"; "required": false; "isSignal": true; }; "emptySpan": { "alias": "emptySpan"; "required": false; "isSignal": true; }; "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "headerLevel": { "alias": "headerLevel"; "required": false; "isSignal": true; }; "itemSpacing": { "alias": "itemSpacing"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
111
+ }
112
+
113
+ export { Form };