@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,191 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _List, { ListAccessibilityAttributes } from '@ui5/webcomponents/dist/List.js';
4
+ export { ListAccessibilityAttributes } from '@ui5/webcomponents/dist/List.js';
5
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
6
+ import ListItemBase from '@ui5/webcomponents/dist/ListItemBase.js';
7
+
8
+ declare class List implements AfterViewInit {
9
+ /**
10
+ * Defines the component header text.
11
+
12
+ **Note:** If `header` is set this property is ignored.
13
+ */
14
+ headerText: _angular_core.InputSignal<string | undefined>;
15
+ /**
16
+ * Defines the footer text.
17
+ */
18
+ footerText: _angular_core.InputSignal<string | undefined>;
19
+ /**
20
+ * Determines whether the component is indented.
21
+ */
22
+ indent: _angular_core.InputSignalWithTransform<boolean, unknown>;
23
+ /**
24
+ * Defines the selection mode of the component.
25
+ */
26
+ selectionMode: _angular_core.InputSignal<"None" | "Single" | "SingleStart" | "SingleEnd" | "SingleAuto" | "Multiple" | "Delete" | undefined>;
27
+ /**
28
+ * Defines the text that is displayed when the component contains no items.
29
+ */
30
+ noDataText: _angular_core.InputSignal<string | undefined>;
31
+ /**
32
+ * Defines the item separator style that is used.
33
+ */
34
+ separators: _angular_core.InputSignal<"None" | "All" | "Inner" | undefined>;
35
+ /**
36
+ * Defines whether the component will have growing capability either by pressing a `More` button,
37
+ or via user scroll. In both cases `load-more` event is fired.
38
+
39
+ **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer,
40
+ on IE the component will fallback to `growing="Button"`.
41
+ */
42
+ growing: _angular_core.InputSignal<"None" | "Button" | "Scroll" | undefined>;
43
+ /**
44
+ * Defines the text that will be displayed inside the growing button.
45
+
46
+ **Note:** If not specified a built-in text will be displayed.
47
+
48
+ **Note:** This property takes effect if the `growing` property is set to the `Button`.
49
+ */
50
+ growingButtonText: _angular_core.InputSignal<string | undefined>;
51
+ /**
52
+ * Defines if the component would display a loading indicator over the list.
53
+ */
54
+ loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
55
+ /**
56
+ * Defines the delay in milliseconds, after which the loading indicator will show up for this component.
57
+ */
58
+ loadingDelay: _angular_core.InputSignal<number | undefined>;
59
+ /**
60
+ * Defines the accessible name of the component.
61
+ */
62
+ accessibleName: _angular_core.InputSignal<string | undefined>;
63
+ /**
64
+ * Defines additional accessibility attributes on different areas of the component.
65
+
66
+ The accessibilityAttributes object has the following field:
67
+
68
+ - **growingButton**: `growingButton.name`, `growingButton.description`.
69
+
70
+ The accessibility attributes support the following values:
71
+
72
+ - **name**: Defines the accessible ARIA name of the growing button.
73
+ Accepts any string.
74
+
75
+ - **description**: Defines the accessible ARIA description of the growing button.
76
+ Accepts any string.
77
+
78
+ **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.
79
+ */
80
+ accessibilityAttributes: _angular_core.InputSignal<ListAccessibilityAttributes | undefined>;
81
+ /**
82
+ * Defines the IDs of the elements that label the component.
83
+ */
84
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
85
+ /**
86
+ * Defines the accessible description of the component.
87
+ */
88
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
89
+ /**
90
+ * Defines the IDs of the elements that describe the component.
91
+ */
92
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
93
+ /**
94
+ * Defines the accessible role of the component.
95
+ */
96
+ accessibleRole: _angular_core.InputSignal<"List" | "Menu" | "Tree" | "ListBox" | undefined>;
97
+ /**
98
+ * Returns an array containing the list item instances without the groups in a flat structure.
99
+ * @readonly This property is managed by the web component.
100
+ */
101
+ get listItems(): Array<ListItemBase>;
102
+ /**
103
+ * Fired when an item is activated, unless the item's `type` property
104
+ is set to `Inactive`.
105
+
106
+ **Note**: This event is not triggered by interactions with selection components such as the checkboxes and radio buttons,
107
+ associated with non-default `selectionMode` values, or if any other **interactive** component
108
+ (such as a button or input) within the list item is directly clicked.
109
+ */
110
+ ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "item-click">>;
111
+ /**
112
+ * Fired when the `Close` button of any item is clicked
113
+
114
+ **Note:** This event is only applicable to list items that can be closed (such as notification list items),
115
+ not to be confused with `item-delete`.
116
+ */
117
+ ui5ItemClose: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "item-close">>;
118
+ /**
119
+ * Fired when the `Toggle` button of any item is clicked.
120
+
121
+ **Note:** This event is only applicable to list items that can be toggled (such as notification group list items).
122
+ */
123
+ ui5ItemToggle: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "item-toggle">>;
124
+ /**
125
+ * Fired when the Delete button of any item is pressed.
126
+
127
+ **Note:** A Delete button is displayed on each item,
128
+ when the component `selectionMode` property is set to `Delete`.
129
+ */
130
+ ui5ItemDelete: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "item-delete">>;
131
+ /**
132
+ * Fired when selection is changed by user interaction
133
+ in `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes.
134
+ */
135
+ ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "selection-change">>;
136
+ /**
137
+ * Fired when the user scrolls to the bottom of the list.
138
+
139
+ **Note:** The event is fired when the `growing='Scroll'` property is enabled.
140
+ */
141
+ ui5LoadMore: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "load-more">>;
142
+ /**
143
+ * Fired when a movable list item is moved over a potential drop target during a dragging operation.
144
+
145
+ If the new position is valid, prevent the default action of the event using `preventDefault()`.
146
+ */
147
+ ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "move-over">>;
148
+ /**
149
+ * Fired when a movable list item is dropped onto a drop target.
150
+
151
+ **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
152
+ */
153
+ ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "move">>;
154
+ /**
155
+ * Available slots for content projection in this component.
156
+ *
157
+ * Slots allow you to insert custom content into predefined areas of the web component.
158
+ * Use the `slot` attribute on child elements to target specific slots.
159
+ *
160
+ * - **(default)**: Defines the items of the component.
161
+
162
+ **Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-group` for the intended design.
163
+ * - **header**: Defines the component header.
164
+
165
+ **Note:** When `header` is set, the
166
+ `headerText` property is ignored.
167
+ *
168
+ * @example
169
+ * ```html
170
+ * <ui5-list>
171
+ * <div slot="header">Custom header content</div>
172
+ * <p>Default slot content</p>
173
+ * </ui5-list>
174
+ * ```
175
+ *
176
+ * @readonly
177
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
178
+ */
179
+ readonly slots: {
180
+ name: string;
181
+ description: string;
182
+ }[];
183
+ elementRef: ElementRef<_List>;
184
+ injector: Injector;
185
+ get element(): _List;
186
+ ngAfterViewInit(): void;
187
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<List, never>;
188
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<List, "ui5-list, [ui5-list]", ["ui5List"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "footerText": { "alias": "footerText"; "required": false; "isSignal": true; }; "indent": { "alias": "indent"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "noDataText": { "alias": "noDataText"; "required": false; "isSignal": true; }; "separators": { "alias": "separators"; "required": false; "isSignal": true; }; "growing": { "alias": "growing"; "required": false; "isSignal": true; }; "growingButtonText": { "alias": "growingButtonText"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "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; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5ItemClose": "ui5ItemClose"; "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; "ui5LoadMore": "ui5LoadMore"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
189
+ }
190
+
191
+ export { List };
@@ -0,0 +1,99 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ListItemCustom from '@ui5/webcomponents/dist/ListItemCustom.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
6
+
7
+ declare class ListItemCustom implements AfterViewInit {
8
+ /**
9
+ * Defines whether the item is movable.
10
+ */
11
+ movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
12
+ /**
13
+ * Defines the text alternative of the component.
14
+
15
+ **Note**: If not provided a default text alternative will be set, if present.
16
+ */
17
+ accessibleName: _angular_core.InputSignal<string | undefined>;
18
+ /**
19
+ * Defines the visual indication and behavior of the list items.
20
+ Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
21
+
22
+ **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
23
+ while with type `Inactive` and `Detail` - will not.
24
+ */
25
+ type: _angular_core.InputSignal<"Inactive" | "Active" | "Detail" | "Navigation" | undefined>;
26
+ /**
27
+ * Defines the additional accessibility attributes that will be applied to the component.
28
+ The following fields are supported:
29
+
30
+ - **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
31
+ **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`.
32
+
33
+ - **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
34
+ **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.
35
+ */
36
+ accessibilityAttributes: _angular_core.InputSignal<ListItemAccessibilityAttributes | undefined>;
37
+ /**
38
+ * The navigated state of the list item.
39
+ If set to `true`, a navigation indicator is displayed at the end of the list item.
40
+ */
41
+ navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
42
+ /**
43
+ * Defines the text of the tooltip that would be displayed for the list item.
44
+ */
45
+ tooltip: _angular_core.InputSignal<string | undefined>;
46
+ /**
47
+ * Defines the highlight state of the list items.
48
+ Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
49
+ */
50
+ highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
51
+ /**
52
+ * Defines the selected state of the component.
53
+ */
54
+ selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
55
+ /**
56
+ * Fired when the user clicks on the detail button when type is `Detail`.
57
+ */
58
+ ui5DetailClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemCustom, "detail-click">>;
59
+ /**
60
+ * Available slots for content projection in this component.
61
+ *
62
+ * Slots allow you to insert custom content into predefined areas of the web component.
63
+ * Use the `slot` attribute on child elements to target specific slots.
64
+ *
65
+ * - **(default)**: Defines the content of the component.
66
+ * - **deleteButton**: Defines the delete button, displayed in "Delete" mode.
67
+ **Note:** While the slot allows custom buttons, to match
68
+ design guidelines, please use the `ui5-button` component.
69
+ **Note:** When the slot is not present, a built-in delete button will be displayed.
70
+ *
71
+ * @example
72
+ * ```html
73
+ * <ui5-li-custom>
74
+ * <div slot="header">Custom header content</div>
75
+ * <p>Default slot content</p>
76
+ * </ui5-li-custom>
77
+ * ```
78
+ *
79
+ * @readonly
80
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
81
+ */
82
+ readonly slots: ({
83
+ name: string;
84
+ description: string;
85
+ since?: undefined;
86
+ } | {
87
+ name: string;
88
+ description: string;
89
+ since: string;
90
+ })[];
91
+ elementRef: ElementRef<_ListItemCustom>;
92
+ injector: Injector;
93
+ get element(): _ListItemCustom;
94
+ ngAfterViewInit(): void;
95
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemCustom, never>;
96
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemCustom, "ui5-li-custom, [ui5-li-custom]", ["ui5ListItemCustom"], { "movable": { "alias": "movable"; "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>;
97
+ }
98
+
99
+ export { ListItemCustom };
@@ -0,0 +1,75 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ListItemGroup from '@ui5/webcomponents/dist/ListItemGroup.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class ListItemGroup implements AfterViewInit {
7
+ /**
8
+ * Defines the header text of the <code>ui5-li-group</code>.
9
+ */
10
+ headerText: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * Defines the accessible name of the header.
13
+ */
14
+ headerAccessibleName: _angular_core.InputSignal<string | undefined>;
15
+ /**
16
+ * Defines if the text of the component should wrap when it's too long.
17
+ When set to "Normal", the content (title, description) will be wrapped
18
+ using the `ui5-expandable-text` component.<br/>
19
+
20
+ The text can wrap up to 100 characters on small screens (size S) and
21
+ up to 300 characters on larger screens (size M and above). When text exceeds
22
+ these limits, it truncates with an ellipsis followed by a text expansion trigger.
23
+
24
+ Available options are:
25
+ - `None` (default) - The text will truncate with an ellipsis.
26
+ - `Normal` - The text will wrap (without truncation).
27
+ */
28
+ wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
29
+ /**
30
+ * Fired when a movable list item is moved over a potential drop target during a dragging operation.
31
+
32
+ If the new position is valid, prevent the default action of the event using `preventDefault()`.
33
+ */
34
+ ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemGroup, "move-over">>;
35
+ /**
36
+ * Fired when a movable list item is dropped onto a drop target.
37
+
38
+ **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
39
+ */
40
+ ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemGroup, "move">>;
41
+ /**
42
+ * Available slots for content projection in this component.
43
+ *
44
+ * Slots allow you to insert custom content into predefined areas of the web component.
45
+ * Use the `slot` attribute on child elements to target specific slots.
46
+ *
47
+ * - **(default)**: Defines the items of the <code>ui5-li-group</code>.
48
+ * - **header**: Defines the header of the component.
49
+
50
+ **Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.
51
+ *
52
+ * @example
53
+ * ```html
54
+ * <ui5-li-group>
55
+ * <div slot="header">Custom header content</div>
56
+ * <p>Default slot content</p>
57
+ * </ui5-li-group>
58
+ * ```
59
+ *
60
+ * @readonly
61
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
62
+ */
63
+ readonly slots: {
64
+ name: string;
65
+ description: string;
66
+ }[];
67
+ elementRef: ElementRef<_ListItemGroup>;
68
+ injector: Injector;
69
+ get element(): _ListItemGroup;
70
+ ngAfterViewInit(): void;
71
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemGroup, never>;
72
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemGroup, "ui5-li-group, [ui5-li-group]", ["ui5ListItemGroup"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "headerAccessibleName": { "alias": "headerAccessibleName"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, { "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
73
+ }
74
+
75
+ export { ListItemGroup };
@@ -0,0 +1,154 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ListItemStandard from '@ui5/webcomponents/dist/ListItemStandard.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
6
+
7
+ declare class ListItemStandard implements AfterViewInit {
8
+ /**
9
+ * Defines the text of the component.
10
+ */
11
+ text: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Defines the description displayed right under the item text, if such is present.
14
+ */
15
+ description: _angular_core.InputSignal<string | undefined>;
16
+ /**
17
+ * Defines the `icon` source URI.
18
+
19
+ **Note:**
20
+ SAP-icons font provides numerous built-in icons. To find all the available icons, see the
21
+ [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
22
+ */
23
+ icon: _angular_core.InputSignal<string | undefined>;
24
+ /**
25
+ * Defines whether the `icon` should be displayed in the beginning of the list item or in the end.
26
+ */
27
+ iconEnd: _angular_core.InputSignalWithTransform<boolean, unknown>;
28
+ /**
29
+ * Defines the `additionalText`, displayed in the end of the list item.
30
+ */
31
+ additionalText: _angular_core.InputSignal<string | undefined>;
32
+ /**
33
+ * Defines the state of the `additionalText`.
34
+
35
+ Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
36
+ */
37
+ additionalTextState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
38
+ /**
39
+ * Defines whether the item is movable.
40
+ */
41
+ movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
42
+ /**
43
+ * Defines the text alternative of the component.
44
+ Note: If not provided a default text alternative will be set, if present.
45
+ */
46
+ accessibleName: _angular_core.InputSignal<string | undefined>;
47
+ /**
48
+ * Defines if the text of the component should wrap when it's too long.
49
+ When set to "Normal", the content (title, description) will be wrapped
50
+ using the `ui5-expandable-text` component.<br/>
51
+
52
+ The text can wrap up to 100 characters on small screens (size S) and
53
+ up to 300 characters on larger screens (size M and above). When text exceeds
54
+ these limits, it truncates with an ellipsis followed by a text expansion trigger.
55
+
56
+ Available options are:
57
+ - `None` (default) - The text will truncate with an ellipsis.
58
+ - `Normal` - The text will wrap (without truncation).
59
+ */
60
+ wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
61
+ /**
62
+ * Defines the visual indication and behavior of the list items.
63
+ Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
64
+
65
+ **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
66
+ while with type `Inactive` and `Detail` - will not.
67
+ */
68
+ type: _angular_core.InputSignal<"Inactive" | "Active" | "Detail" | "Navigation" | undefined>;
69
+ /**
70
+ * Defines the additional accessibility attributes that will be applied to the component.
71
+ The following fields are supported:
72
+
73
+ - **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
74
+ **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`.
75
+
76
+ - **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
77
+ **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.
78
+ */
79
+ accessibilityAttributes: _angular_core.InputSignal<ListItemAccessibilityAttributes | undefined>;
80
+ /**
81
+ * The navigated state of the list item.
82
+ If set to `true`, a navigation indicator is displayed at the end of the list item.
83
+ */
84
+ navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
85
+ /**
86
+ * Defines the text of the tooltip that would be displayed for the list item.
87
+ */
88
+ tooltip: _angular_core.InputSignal<string | undefined>;
89
+ /**
90
+ * Defines the highlight state of the list items.
91
+ Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
92
+ */
93
+ highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
94
+ /**
95
+ * Defines the selected state of the component.
96
+ */
97
+ selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
98
+ /**
99
+ * Fired when the user clicks on the detail button when type is `Detail`.
100
+ */
101
+ ui5DetailClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemStandard, "detail-click">>;
102
+ /**
103
+ * Available slots for content projection in this component.
104
+ *
105
+ * Slots allow you to insert custom content into predefined areas of the web component.
106
+ * Use the `slot` attribute on child elements to target specific slots.
107
+ *
108
+ * - **(default)**: Defines the custom formatted text of the component.
109
+
110
+ **Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.
111
+
112
+ Use the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.
113
+ Be aware that wrapping (via `wrappingType="Normal"`) may not function correctly with custom HTML content in the `default` slot.
114
+
115
+ If both `text` and `default` slot are used, the `text` property takes precedence.
116
+ * - **image**: **Note:** While the slot allows option for setting custom avatar, to match the
117
+ design guidelines, please use the `ui5-avatar` with it's default size - S.
118
+
119
+ **Note:** If bigger `ui5-avatar` needs to be used, then the size of the
120
+ `ui5-li` should be customized in order to fit.
121
+ * - **deleteButton**: Defines the delete button, displayed in "Delete" mode.
122
+ **Note:** While the slot allows custom buttons, to match
123
+ design guidelines, please use the `ui5-button` component.
124
+ **Note:** When the slot is not present, a built-in delete button will be displayed.
125
+ *
126
+ * @example
127
+ * ```html
128
+ * <ui5-li>
129
+ * <div slot="header">Custom header content</div>
130
+ * <p>Default slot content</p>
131
+ * </ui5-li>
132
+ * ```
133
+ *
134
+ * @readonly
135
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
136
+ */
137
+ readonly slots: ({
138
+ name: string;
139
+ description: string;
140
+ since?: undefined;
141
+ } | {
142
+ name: string;
143
+ description: string;
144
+ since: string;
145
+ })[];
146
+ elementRef: ElementRef<_ListItemStandard>;
147
+ injector: Injector;
148
+ get element(): _ListItemStandard;
149
+ ngAfterViewInit(): void;
150
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemStandard, never>;
151
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemStandard, "ui5-li, [ui5-li]", ["ui5ListItemStandard"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "iconEnd": { "alias": "iconEnd"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "additionalTextState": { "alias": "additionalTextState"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "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>;
152
+ }
153
+
154
+ export { ListItemStandard };
@@ -0,0 +1,94 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Menu from '@ui5/webcomponents/dist/Menu.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class Menu implements AfterViewInit {
7
+ /**
8
+ * Defines the header text of the menu (displayed on mobile).
9
+ */
10
+ headerText: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * Indicates if the menu is open.
13
+ */
14
+ open: _angular_core.InputSignalWithTransform<boolean, unknown>;
15
+ /**
16
+ * Determines on which side the component is placed at.
17
+ */
18
+ placement: _angular_core.InputSignal<"Start" | "End" | "Top" | "Bottom" | undefined>;
19
+ /**
20
+ * Determines the horizontal alignment of the menu relative to its opener control.
21
+ */
22
+ horizontalAlign: _angular_core.InputSignal<"Start" | "End" | "Center" | "Stretch" | undefined>;
23
+ /**
24
+ * Defines if a loading indicator would be displayed inside the corresponding ui5-menu popover.
25
+ */
26
+ loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
27
+ /**
28
+ * Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.
29
+ */
30
+ loadingDelay: _angular_core.InputSignal<number | undefined>;
31
+ /**
32
+ * Defines the ID or DOM Reference of the element at which the menu is shown.
33
+ When using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.
34
+ You can only set the `opener` attribute to a DOM Reference when using JavaScript.
35
+ */
36
+ opener: _angular_core.InputSignal<string | HTMLElement | null | undefined>;
37
+ /**
38
+ * Fired when an item is being clicked.
39
+
40
+ **Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.
41
+ */
42
+ ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "item-click">>;
43
+ /**
44
+ * Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.
45
+
46
+ **Note:** Since 1.14.0 the event is also fired before a sub-menu opens.
47
+ */
48
+ ui5BeforeOpen: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "before-open">>;
49
+ /**
50
+ * Fired after the menu is opened.
51
+ */
52
+ ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "open">>;
53
+ /**
54
+ * Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.
55
+ */
56
+ ui5BeforeClose: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "before-close">>;
57
+ /**
58
+ * Fired after the menu is closed.
59
+ */
60
+ ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_Menu, "close">>;
61
+ /**
62
+ * Available slots for content projection in this component.
63
+ *
64
+ * Slots allow you to insert custom content into predefined areas of the web component.
65
+ * Use the `slot` attribute on child elements to target specific slots.
66
+ *
67
+ * - **(default)**: Defines the items of this component.
68
+
69
+ **Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.
70
+ *
71
+ * @example
72
+ * ```html
73
+ * <ui5-menu>
74
+ * <div slot="header">Custom header content</div>
75
+ * <p>Default slot content</p>
76
+ * </ui5-menu>
77
+ * ```
78
+ *
79
+ * @readonly
80
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
81
+ */
82
+ readonly slots: {
83
+ name: string;
84
+ description: string;
85
+ }[];
86
+ elementRef: ElementRef<_Menu>;
87
+ injector: Injector;
88
+ get element(): _Menu;
89
+ ngAfterViewInit(): void;
90
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Menu, never>;
91
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Menu, "ui5-menu, [ui5-menu]", ["ui5Menu"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
92
+ }
93
+
94
+ export { Menu };