@fundamental-ngx/ui5-webcomponents 0.58.4 → 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,112 @@
1
+ import * as _ui5_webcomponents_dist_Button_js from '@ui5/webcomponents/dist/Button.js';
2
+ import * as _angular_core from '@angular/core';
3
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
4
+ import _ToolbarButton from '@ui5/webcomponents/dist/ToolbarButton.js';
5
+ export { ToolbarButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/ToolbarButton.js';
6
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
7
+
8
+ declare class ToolbarButton implements AfterViewInit {
9
+ /**
10
+ * Defines if the action is disabled.
11
+
12
+ **Note:** a disabled action can't be pressed or focused, and it is not in the tab chain.
13
+ */
14
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
15
+ /**
16
+ * Defines the action design.
17
+ */
18
+ design: _angular_core.InputSignal<"Default" | "Positive" | "Negative" | "Transparent" | "Emphasized" | "Attention" | undefined>;
19
+ /**
20
+ * Defines the `icon` source URI.
21
+
22
+ **Note:** SAP-icons font provides numerous buil-in icons. To find all the available icons, see the
23
+ [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
24
+ */
25
+ icon: _angular_core.InputSignal<string | undefined>;
26
+ /**
27
+ * Defines the icon, displayed as graphical element within the component after the button text.
28
+
29
+ **Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
30
+ Usage of `endIcon` only should be avoided.
31
+
32
+ The SAP-icons font provides numerous options.
33
+
34
+ Example:
35
+ See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
36
+ */
37
+ endIcon: _angular_core.InputSignal<string | undefined>;
38
+ /**
39
+ * Defines the tooltip of the component.
40
+
41
+ **Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
42
+ */
43
+ tooltip: _angular_core.InputSignal<string | undefined>;
44
+ /**
45
+ * Defines the accessible ARIA name of the component.
46
+ */
47
+ accessibleName: _angular_core.InputSignal<string | undefined>;
48
+ /**
49
+ * Receives id(or many ids) of the elements that label the component.
50
+ */
51
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
52
+ /**
53
+ * Defines the additional accessibility attributes that will be applied to the component.
54
+
55
+ The following fields are supported:
56
+
57
+ - **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
58
+ Accepts the following string values: `true` or `false`
59
+
60
+ - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
61
+ Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
62
+
63
+ - **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
64
+ Accepts a lowercase string value.
65
+ */
66
+ accessibilityAttributes: _angular_core.InputSignal<_ui5_webcomponents_dist_Button_js.ButtonAccessibilityAttributes | undefined>;
67
+ /**
68
+ * Button text
69
+ */
70
+ text: _angular_core.InputSignal<string | undefined>;
71
+ /**
72
+ * Defines whether the button text should only be displayed in the overflow popover.
73
+
74
+ When set to `true`, the button appears as icon-only in the main toolbar,
75
+ but shows both icon and text when moved to the overflow popover.
76
+
77
+ **Note:** This property only takes effect when the `text` property is also set.
78
+ */
79
+ showOverflowText: _angular_core.InputSignalWithTransform<boolean, unknown>;
80
+ /**
81
+ * Defines the width of the button.
82
+
83
+ **Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
84
+ */
85
+ width: _angular_core.InputSignal<string | undefined>;
86
+ /**
87
+ * Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
88
+ the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
89
+ */
90
+ overflowPriority: _angular_core.InputSignal<"Default" | "NeverOverflow" | "AlwaysOverflow" | undefined>;
91
+ /**
92
+ * Defines if the toolbar overflow popup should close upon intereaction with the item.
93
+ It will close by default.
94
+ */
95
+ preventOverflowClosing: _angular_core.InputSignalWithTransform<boolean, unknown>;
96
+ /**
97
+ * Fired when the component is activated either with a
98
+ mouse/tap or by using the Enter or Space key.
99
+
100
+ **Note:** The event will not be fired if the `disabled`
101
+ property is set to `true`.
102
+ */
103
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_ToolbarButton, "click">>;
104
+ elementRef: ElementRef<_ToolbarButton>;
105
+ injector: Injector;
106
+ get element(): _ToolbarButton;
107
+ ngAfterViewInit(): void;
108
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToolbarButton, never>;
109
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToolbarButton, "ui5-toolbar-button, [ui5-toolbar-button]", ["ui5ToolbarButton"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "design": { "alias": "design"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "endIcon": { "alias": "endIcon"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "showOverflowText": { "alias": "showOverflowText"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "overflowPriority": { "alias": "overflowPriority"; "required": false; "isSignal": true; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
110
+ }
111
+
112
+ export { ToolbarButton };
@@ -0,0 +1,100 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ToolbarSelect from '@ui5/webcomponents/dist/ToolbarSelect.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class ToolbarSelect implements AfterViewInit {
7
+ /**
8
+ * Defines the width of the select.
9
+
10
+ **Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
11
+ */
12
+ width: _angular_core.InputSignal<string | undefined>;
13
+ /**
14
+ * Defines the value state of the component.
15
+ */
16
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
17
+ /**
18
+ * Defines whether the component is in disabled state.
19
+
20
+ **Note:** A disabled component is noninteractive.
21
+ */
22
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
23
+ /**
24
+ * Defines the accessible ARIA name of the component.
25
+ */
26
+ accessibleName: _angular_core.InputSignal<string | undefined>;
27
+ /**
28
+ * Receives id(or many ids) of the elements that label the select.
29
+ */
30
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
31
+ /**
32
+ * Defines the value of the component:
33
+ */
34
+ value: _angular_core.InputSignal<string | undefined>;
35
+ /**
36
+ * Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
37
+ the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
38
+ */
39
+ overflowPriority: _angular_core.InputSignal<"Default" | "NeverOverflow" | "AlwaysOverflow" | undefined>;
40
+ /**
41
+ * Defines if the toolbar overflow popup should close upon intereaction with the item.
42
+ It will close by default.
43
+ */
44
+ preventOverflowClosing: _angular_core.InputSignalWithTransform<boolean, unknown>;
45
+ /**
46
+ * Fired when the selected option changes.
47
+ */
48
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_ToolbarSelect, "change">>;
49
+ /**
50
+ * Fired after the component's dropdown menu opens.
51
+ */
52
+ ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_ToolbarSelect, "open">>;
53
+ /**
54
+ * Fired after the component's dropdown menu closes.
55
+ */
56
+ ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_ToolbarSelect, "close">>;
57
+ /**
58
+ * Available slots for content projection in this component.
59
+ *
60
+ * Slots allow you to insert custom content into predefined areas of the web component.
61
+ * Use the `slot` attribute on child elements to target specific slots.
62
+ *
63
+ * - **(default)**: Defines the component options.
64
+
65
+ **Note:** Only one selected option is allowed.
66
+ If more than one option is defined as selected, the last one would be considered as the selected one.
67
+
68
+ **Note:** Use the `ui5-toolbar-select-option` component to define the desired options.
69
+ * - **label**: Defines the HTML element that will be displayed in the component input part,
70
+ representing the selected option.
71
+ *
72
+ * @example
73
+ * ```html
74
+ * <ui5-toolbar-select>
75
+ * <div slot="header">Custom header content</div>
76
+ * <p>Default slot content</p>
77
+ * </ui5-toolbar-select>
78
+ * ```
79
+ *
80
+ * @readonly
81
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
82
+ */
83
+ readonly slots: ({
84
+ name: string;
85
+ description: string;
86
+ since?: undefined;
87
+ } | {
88
+ name: string;
89
+ description: string;
90
+ since: string;
91
+ })[];
92
+ elementRef: ElementRef<_ToolbarSelect>;
93
+ injector: Injector;
94
+ get element(): _ToolbarSelect;
95
+ ngAfterViewInit(): void;
96
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToolbarSelect, never>;
97
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToolbarSelect, "ui5-toolbar-select, [ui5-toolbar-select]", ["ui5ToolbarSelect"], { "width": { "alias": "width"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "overflowPriority": { "alias": "overflowPriority"; "required": false; "isSignal": true; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
98
+ }
99
+
100
+ export { ToolbarSelect };
@@ -0,0 +1,43 @@
1
+ import * as i0 from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ToolbarSelectOption from '@ui5/webcomponents/dist/ToolbarSelectOption.js';
4
+
5
+ declare class ToolbarSelectOption implements AfterViewInit {
6
+ /**
7
+ * Defines the selected state of the component.
8
+ */
9
+ selected: i0.InputSignalWithTransform<boolean, unknown>;
10
+ /**
11
+ * Available slots for content projection in this component.
12
+ *
13
+ * Slots allow you to insert custom content into predefined areas of the web component.
14
+ * Use the `slot` attribute on child elements to target specific slots.
15
+ *
16
+ * - **(default)**: Defines the text of the component.
17
+
18
+ **Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
19
+ *
20
+ * @example
21
+ * ```html
22
+ * <ui5-toolbar-select-option>
23
+ * <div slot="header">Custom header content</div>
24
+ * <p>Default slot content</p>
25
+ * </ui5-toolbar-select-option>
26
+ * ```
27
+ *
28
+ * @readonly
29
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
30
+ */
31
+ readonly slots: {
32
+ name: string;
33
+ description: string;
34
+ }[];
35
+ elementRef: ElementRef<_ToolbarSelectOption>;
36
+ injector: Injector;
37
+ get element(): _ToolbarSelectOption;
38
+ ngAfterViewInit(): void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarSelectOption, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarSelectOption, "ui5-toolbar-select-option, [ui5-toolbar-select-option]", ["ui5ToolbarSelectOption"], { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
41
+ }
42
+
43
+ export { ToolbarSelectOption };
@@ -0,0 +1,24 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ToolbarSeparator from '@ui5/webcomponents/dist/ToolbarSeparator.js';
4
+
5
+ declare class ToolbarSeparator implements AfterViewInit {
6
+ /**
7
+ * Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
8
+ the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
9
+ */
10
+ overflowPriority: _angular_core.InputSignal<"Default" | "NeverOverflow" | "AlwaysOverflow" | undefined>;
11
+ /**
12
+ * Defines if the toolbar overflow popup should close upon intereaction with the item.
13
+ It will close by default.
14
+ */
15
+ preventOverflowClosing: _angular_core.InputSignalWithTransform<boolean, unknown>;
16
+ elementRef: ElementRef<_ToolbarSeparator>;
17
+ injector: Injector;
18
+ get element(): _ToolbarSeparator;
19
+ ngAfterViewInit(): void;
20
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToolbarSeparator, never>;
21
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToolbarSeparator, "ui5-toolbar-separator, [ui5-toolbar-separator]", ["ui5ToolbarSeparator"], { "overflowPriority": { "alias": "overflowPriority"; "required": false; "isSignal": true; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
22
+ }
23
+
24
+ export { ToolbarSeparator };
@@ -0,0 +1,30 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ToolbarSpacer from '@ui5/webcomponents/dist/ToolbarSpacer.js';
4
+
5
+ declare class ToolbarSpacer implements AfterViewInit {
6
+ /**
7
+ * Defines the width of the spacer.
8
+
9
+ **Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.
10
+ */
11
+ width: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Property used to define the access of the item to the overflow Popover. If "NeverOverflow" option is set,
14
+ the item never goes in the Popover, if "AlwaysOverflow" - it never comes out of it.
15
+ */
16
+ overflowPriority: _angular_core.InputSignal<"Default" | "NeverOverflow" | "AlwaysOverflow" | undefined>;
17
+ /**
18
+ * Defines if the toolbar overflow popup should close upon intereaction with the item.
19
+ It will close by default.
20
+ */
21
+ preventOverflowClosing: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
+ elementRef: ElementRef<_ToolbarSpacer>;
23
+ injector: Injector;
24
+ get element(): _ToolbarSpacer;
25
+ ngAfterViewInit(): void;
26
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ToolbarSpacer, never>;
27
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ToolbarSpacer, "ui5-toolbar-spacer, [ui5-toolbar-spacer]", ["ui5ToolbarSpacer"], { "width": { "alias": "width"; "required": false; "isSignal": true; }; "overflowPriority": { "alias": "overflowPriority"; "required": false; "isSignal": true; }; "preventOverflowClosing": { "alias": "preventOverflowClosing"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
28
+ }
29
+
30
+ export { ToolbarSpacer };
@@ -0,0 +1,123 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Tree from '@ui5/webcomponents/dist/Tree.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class Tree implements AfterViewInit {
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
+ selectionMode: _angular_core.InputSignal<"None" | "Single" | "SingleStart" | "SingleEnd" | "SingleAuto" | "Multiple" | "Delete" | undefined>;
12
+ /**
13
+ * Defines the text that is displayed when the component contains no items.
14
+ */
15
+ noDataText: _angular_core.InputSignal<string | undefined>;
16
+ /**
17
+ * Defines the component header text.
18
+
19
+ **Note:** If the `header` slot is set, this property is ignored.
20
+ */
21
+ headerText: _angular_core.InputSignal<string | undefined>;
22
+ /**
23
+ * Defines the component footer text.
24
+ */
25
+ footerText: _angular_core.InputSignal<string | undefined>;
26
+ /**
27
+ * Defines the accessible name of the component.
28
+ */
29
+ accessibleName: _angular_core.InputSignal<string | undefined>;
30
+ /**
31
+ * Defines the IDs of the elements that label the component.
32
+ */
33
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
34
+ /**
35
+ * Defines the accessible description of the component.
36
+ */
37
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
38
+ /**
39
+ * Defines the IDs of the elements that describe the component.
40
+ */
41
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
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
+ ui5ItemToggle: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-toggle">>;
50
+ /**
51
+ * Fired when the mouse cursor enters the tree item borders.
52
+ */
53
+ ui5ItemMouseover: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-mouseover">>;
54
+ /**
55
+ * Fired when the mouse cursor leaves the tree item borders.
56
+ */
57
+ ui5ItemMouseout: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-mouseout">>;
58
+ /**
59
+ * Fired when a tree item is activated.
60
+ */
61
+ ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-click">>;
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
+ ui5ItemDelete: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "item-delete">>;
69
+ /**
70
+ * Fired when selection is changed by user interaction
71
+ in `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.
72
+ */
73
+ ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "selection-change">>;
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
+ ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "move">>;
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
+ ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tree, "move-over">>;
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
+ readonly slots: {
112
+ name: string;
113
+ description: string;
114
+ }[];
115
+ elementRef: ElementRef<_Tree>;
116
+ injector: Injector;
117
+ get element(): _Tree;
118
+ ngAfterViewInit(): void;
119
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Tree, never>;
120
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Tree, "ui5-tree, [ui5-tree]", ["ui5Tree"], { "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "noDataText": { "alias": "noDataText"; "required": false; "isSignal": true; }; "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "footerText": { "alias": "footerText"; "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; }; }, { "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemMouseover": "ui5ItemMouseover"; "ui5ItemMouseout": "ui5ItemMouseout"; "ui5ItemClick": "ui5ItemClick"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; "ui5Move": "ui5Move"; "ui5MoveOver": "ui5MoveOver"; }, never, ["*"], true, never>;
121
+ }
122
+
123
+ export { Tree };
@@ -0,0 +1,148 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TreeItem from '@ui5/webcomponents/dist/TreeItem.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
6
+
7
+ declare class TreeItem implements AfterViewInit {
8
+ /**
9
+ * Defines the text of the tree item.
10
+ */
11
+ text: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Defines the `additionalText`, displayed in the end of the tree item.
14
+ */
15
+ additionalText: _angular_core.InputSignal<string | undefined>;
16
+ /**
17
+ * If set, an icon will be displayed before the text of the tree list item.
18
+ */
19
+ icon: _angular_core.InputSignal<string | undefined>;
20
+ /**
21
+ * Defines whether the tree list item will show a collapse or expand icon inside its toggle button.
22
+ */
23
+ expanded: _angular_core.InputSignalWithTransform<boolean, unknown>;
24
+ /**
25
+ * Defines whether the item is movable.
26
+ */
27
+ movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
28
+ /**
29
+ * Defines whether the selection of a tree node is displayed as partially selected.
30
+
31
+ **Note:** The indeterminate state can be set only programmatically and can’t be achieved by user
32
+ interaction, meaning that the resulting visual state depends on the values of the `indeterminate`
33
+ and `selected` properties:
34
+
35
+ - If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.
36
+ - If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.
37
+ - If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.
38
+
39
+ **Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.
40
+ */
41
+ indeterminate: _angular_core.InputSignalWithTransform<boolean, unknown>;
42
+ /**
43
+ * Defines whether the tree node has children, even if currently no other tree nodes are slotted inside.
44
+
45
+ **Note:** This property is useful for showing big tree structures where not all nodes are initially loaded due to performance reasons.
46
+ Set this to `true` for nodes you intend to load lazily, when the user clicks the expand button.
47
+ It is not necessary to set this property otherwise. If a tree item has children, the expand button will be displayed anyway.
48
+ */
49
+ hasChildren: _angular_core.InputSignalWithTransform<boolean, unknown>;
50
+ /**
51
+ * Defines the state of the `additionalText`.
52
+
53
+ Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
54
+ */
55
+ additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
56
+ /**
57
+ * Defines the accessible name of the component.
58
+ */
59
+ accessibleName: _angular_core.InputSignal<string | undefined>;
60
+ /**
61
+ * Defines the visual indication and behavior of the list items.
62
+ Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
63
+
64
+ **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
65
+ while with type `Inactive` and `Detail` - will not.
66
+ */
67
+ type: _angular_core.InputSignal<"Inactive" | "Active" | "Detail" | "Navigation" | undefined>;
68
+ /**
69
+ * Defines the additional accessibility attributes that will be applied to the component.
70
+ The following fields are supported:
71
+
72
+ - **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
73
+ **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`.
74
+
75
+ - **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
76
+ **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.
77
+ */
78
+ accessibilityAttributes: _angular_core.InputSignal<ListItemAccessibilityAttributes | undefined>;
79
+ /**
80
+ * The navigated state of the list item.
81
+ If set to `true`, a navigation indicator is displayed at the end of the list item.
82
+ */
83
+ navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
84
+ /**
85
+ * Defines the text of the tooltip that would be displayed for the list item.
86
+ */
87
+ tooltip: _angular_core.InputSignal<string | undefined>;
88
+ /**
89
+ * Defines the highlight state of the list items.
90
+ Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
91
+ */
92
+ highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
93
+ /**
94
+ * Defines the selected state of the component.
95
+ */
96
+ selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
97
+ /**
98
+ * Fired when the user clicks on the detail button when type is `Detail`.
99
+ */
100
+ ui5DetailClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_TreeItem, "detail-click">>;
101
+ /**
102
+ * Available slots for content projection in this component.
103
+ *
104
+ * Slots allow you to insert custom content into predefined areas of the web component.
105
+ * Use the `slot` attribute on child elements to target specific slots.
106
+ *
107
+ * - **(default)**: Defines the items of the component.
108
+
109
+ **Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`
110
+ * - **image**: **Note:** While the slot allows option for setting custom avatar, to match the
111
+ design guidelines, please use the `ui5-avatar` with size XS.
112
+
113
+ **Note:** If bigger `ui5-avatar` needs to be used, then the size of the
114
+ `ui5-tree-item` should be customized in order to fit.
115
+ * - **deleteButton**: Defines the delete button, displayed in "Delete" mode.
116
+ **Note:** While the slot allows custom buttons, to match
117
+ design guidelines, please use the `ui5-button` component.
118
+ **Note:** When the slot is not present, a built-in delete button will be displayed.
119
+ *
120
+ * @example
121
+ * ```html
122
+ * <ui5-tree-item>
123
+ * <div slot="header">Custom header content</div>
124
+ * <p>Default slot content</p>
125
+ * </ui5-tree-item>
126
+ * ```
127
+ *
128
+ * @readonly
129
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
130
+ */
131
+ readonly slots: ({
132
+ name: string;
133
+ description: string;
134
+ since?: undefined;
135
+ } | {
136
+ name: string;
137
+ description: string;
138
+ since: string;
139
+ })[];
140
+ elementRef: ElementRef<_TreeItem>;
141
+ injector: Injector;
142
+ get element(): _TreeItem;
143
+ ngAfterViewInit(): void;
144
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TreeItem, never>;
145
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TreeItem, "ui5-tree-item, [ui5-tree-item]", ["ui5TreeItem"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; "isSignal": true; }; "hasChildren": { "alias": "hasChildren"; "required": false; "isSignal": true; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
146
+ }
147
+
148
+ export { TreeItem };