@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,69 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TableRow from '@ui5/webcomponents/dist/TableRow.js';
4
+
5
+ declare class TableRow implements AfterViewInit {
6
+ /**
7
+ * Unique identifier of the row.
8
+
9
+ **Note:** For selection features to work properly, this property is mandatory, and its value must not contain spaces.
10
+ */
11
+ rowKey: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Defines the 0-based position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.
14
+ */
15
+ position: _angular_core.InputSignal<number | undefined>;
16
+ /**
17
+ * Defines the interactive state of the row.
18
+ */
19
+ interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
20
+ /**
21
+ * Defines the navigated state of the row.
22
+ */
23
+ navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
24
+ /**
25
+ * Defines whether the row is movable.
26
+ */
27
+ movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
28
+ /**
29
+ * Available slots for content projection in this component.
30
+ *
31
+ * Slots allow you to insert custom content into predefined areas of the web component.
32
+ * Use the `slot` attribute on child elements to target specific slots.
33
+ *
34
+ * - **(default)**: Defines the cells of the component.
35
+
36
+ **Note:** Use `ui5-table-cell` for the intended design.
37
+ * - **actions**: Defines the actions of the component.
38
+
39
+ **Note:** Use `ui5-table-row-action` or `ui5-table-row-action-navigation` for the intended design.
40
+ *
41
+ * @example
42
+ * ```html
43
+ * <ui5-table-row>
44
+ * <div slot="header">Custom header content</div>
45
+ * <p>Default slot content</p>
46
+ * </ui5-table-row>
47
+ * ```
48
+ *
49
+ * @readonly
50
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
51
+ */
52
+ readonly slots: ({
53
+ name: string;
54
+ description: string;
55
+ since?: undefined;
56
+ } | {
57
+ name: string;
58
+ description: string;
59
+ since: string;
60
+ })[];
61
+ elementRef: ElementRef<_TableRow>;
62
+ injector: Injector;
63
+ get element(): _TableRow;
64
+ ngAfterViewInit(): void;
65
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableRow, never>;
66
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableRow, "ui5-table-row, [ui5-table-row]", ["ui5TableRow"], { "rowKey": { "alias": "rowKey"; "required": false; "isSignal": true; }; "position": { "alias": "position"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
67
+ }
68
+
69
+ export { TableRow };
@@ -0,0 +1,40 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TableRowAction from '@ui5/webcomponents/dist/TableRowAction.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class TableRowAction implements AfterViewInit {
7
+ /**
8
+ * Defines the icon of the row action.
9
+
10
+ **Note:** For row actions to work properly, this property is mandatory.
11
+
12
+ **Note:** SAP-icons font provides numerous built-in icons. To find all the available icons, see the
13
+ [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
14
+ */
15
+ icon: _angular_core.InputSignal<string | undefined>;
16
+ /**
17
+ * Defines the text of the row action.
18
+
19
+ **Note:** For row actions to work properly, this property is mandatory.
20
+ */
21
+ text: _angular_core.InputSignal<string | undefined>;
22
+ /**
23
+ * Defines the visibility of the row action.
24
+
25
+ **Note:** Invisible row actions still take up space, allowing to hide the action while maintaining its position.
26
+ */
27
+ invisible: _angular_core.InputSignalWithTransform<boolean, unknown>;
28
+ /**
29
+ * Fired when a row action is clicked.
30
+ */
31
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableRowAction, "click">>;
32
+ elementRef: ElementRef<_TableRowAction>;
33
+ injector: Injector;
34
+ get element(): _TableRowAction;
35
+ ngAfterViewInit(): void;
36
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableRowAction, never>;
37
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableRowAction, "ui5-table-row-action, [ui5-table-row-action]", ["ui5TableRowAction"], { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "invisible": { "alias": "invisible"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
38
+ }
39
+
40
+ export { TableRowAction };
@@ -0,0 +1,29 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TableRowActionNavigation from '@ui5/webcomponents/dist/TableRowActionNavigation.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class TableRowActionNavigation implements AfterViewInit {
7
+ /**
8
+ * Defines the interactive state of the navigation action.
9
+ */
10
+ interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
11
+ /**
12
+ * Defines the visibility of the row action.
13
+
14
+ **Note:** Invisible row actions still take up space, allowing to hide the action while maintaining its position.
15
+ */
16
+ invisible: _angular_core.InputSignalWithTransform<boolean, unknown>;
17
+ /**
18
+ * Fired when a row action is clicked.
19
+ */
20
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableRowActionNavigation, "click">>;
21
+ elementRef: ElementRef<_TableRowActionNavigation>;
22
+ injector: Injector;
23
+ get element(): _TableRowActionNavigation;
24
+ ngAfterViewInit(): void;
25
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableRowActionNavigation, never>;
26
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableRowActionNavigation, "ui5-table-row-action-navigation, [ui5-table-row-action-navigation]", ["ui5TableRowActionNavigation"], { "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "invisible": { "alias": "invisible"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
27
+ }
28
+
29
+ export { TableRowActionNavigation };
@@ -0,0 +1,27 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TableSelection from '@ui5/webcomponents/dist/TableSelection.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class TableSelection implements AfterViewInit {
7
+ /**
8
+ * Defines the selection mode.
9
+ */
10
+ mode: _angular_core.InputSignal<"None" | "Single" | "Multiple" | undefined>;
11
+ /**
12
+ * Defines the selected rows separated by a space.
13
+ */
14
+ selected: _angular_core.InputSignal<string | undefined>;
15
+ /**
16
+ * Fired when the selection is changed by user interaction.
17
+ */
18
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableSelection, "change">>;
19
+ elementRef: ElementRef<_TableSelection>;
20
+ injector: Injector;
21
+ get element(): _TableSelection;
22
+ ngAfterViewInit(): void;
23
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableSelection, never>;
24
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableSelection, "ui5-table-selection, [ui5-table-selection]", ["ui5TableSelection"], { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
25
+ }
26
+
27
+ export { TableSelection };
@@ -0,0 +1,31 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TableSelectionMulti from '@ui5/webcomponents/dist/TableSelectionMulti.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class TableSelectionMulti implements AfterViewInit {
7
+ /**
8
+ * Defines the `row-key` values of selected rows, with each value separated by a space.
9
+ */
10
+ selected: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * Defines the selector of the header row.
13
+ */
14
+ headerSelector: _angular_core.InputSignal<"SelectAll" | "ClearAll" | undefined>;
15
+ /**
16
+ * Defines the selection behavior.
17
+ */
18
+ behavior: _angular_core.InputSignal<"RowSelector" | "RowOnly" | undefined>;
19
+ /**
20
+ * Fired when the selection is changed by user interaction.
21
+ */
22
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableSelectionMulti, "change">>;
23
+ elementRef: ElementRef<_TableSelectionMulti>;
24
+ injector: Injector;
25
+ get element(): _TableSelectionMulti;
26
+ ngAfterViewInit(): void;
27
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableSelectionMulti, never>;
28
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableSelectionMulti, "ui5-table-selection-multi, [ui5-table-selection-multi]", ["ui5TableSelectionMulti"], { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "headerSelector": { "alias": "headerSelector"; "required": false; "isSignal": true; }; "behavior": { "alias": "behavior"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
29
+ }
30
+
31
+ export { TableSelectionMulti };
@@ -0,0 +1,27 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TableSelectionSingle from '@ui5/webcomponents/dist/TableSelectionSingle.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class TableSelectionSingle implements AfterViewInit {
7
+ /**
8
+ * Defines the `row-key` value of the selected row.
9
+ */
10
+ selected: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * Defines the selection behavior.
13
+ */
14
+ behavior: _angular_core.InputSignal<"RowSelector" | "RowOnly" | undefined>;
15
+ /**
16
+ * Fired when the selection is changed by user interaction.
17
+ */
18
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableSelectionSingle, "change">>;
19
+ elementRef: ElementRef<_TableSelectionSingle>;
20
+ injector: Injector;
21
+ get element(): _TableSelectionSingle;
22
+ ngAfterViewInit(): void;
23
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableSelectionSingle, never>;
24
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableSelectionSingle, "ui5-table-selection-single, [ui5-table-selection-single]", ["ui5TableSelectionSingle"], { "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "behavior": { "alias": "behavior"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
25
+ }
26
+
27
+ export { TableSelectionSingle };
@@ -0,0 +1,37 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TableVirtualizer from '@ui5/webcomponents/dist/TableVirtualizer.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class TableVirtualizer implements AfterViewInit {
7
+ /**
8
+ * Defines the height of the rows in the table.
9
+
10
+ **Note:** For virtualization to work properly, this property is mandatory.
11
+ */
12
+ rowHeight: _angular_core.InputSignal<number | undefined>;
13
+ /**
14
+ * Defines the total count of rows in the table.
15
+
16
+ **Note:** For virtualization to work properly, this property is mandatory.
17
+ */
18
+ rowCount: _angular_core.InputSignal<number | undefined>;
19
+ /**
20
+ * Defines the count of extra rows to be rendered at the top and bottom of the table.
21
+
22
+ **Note:** This property is experimental and may be changed or deleted in the future.
23
+ */
24
+ extraRows: _angular_core.InputSignal<number | undefined>;
25
+ /**
26
+ * Fired when the virtualizer is changed by user interaction e.g. on scrolling.
27
+ */
28
+ ui5RangeChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_TableVirtualizer, "range-change">>;
29
+ elementRef: ElementRef<_TableVirtualizer>;
30
+ injector: Injector;
31
+ get element(): _TableVirtualizer;
32
+ ngAfterViewInit(): void;
33
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableVirtualizer, never>;
34
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TableVirtualizer, "ui5-table-virtualizer, [ui5-table-virtualizer]", ["ui5TableVirtualizer"], { "rowHeight": { "alias": "rowHeight"; "required": false; "isSignal": true; }; "rowCount": { "alias": "rowCount"; "required": false; "isSignal": true; }; "extraRows": { "alias": "extraRows"; "required": false; "isSignal": true; }; }, { "ui5RangeChange": "ui5RangeChange"; }, never, ["*"], true, never>;
35
+ }
36
+
37
+ export { TableVirtualizer };
package/tag/index.d.ts ADDED
@@ -0,0 +1,76 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Tag from '@ui5/webcomponents/dist/Tag.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class Tag implements AfterViewInit {
7
+ /**
8
+ * Defines the design type of the component.
9
+ */
10
+ design: _angular_core.InputSignal<"Set1" | "Set2" | "Neutral" | "Information" | "Positive" | "Negative" | "Critical" | undefined>;
11
+ /**
12
+ * Defines the color scheme of the component.
13
+ There are 10 predefined schemes.
14
+ To use one you can set a number from `"1"` to `"10"`. The `colorScheme` `"1"` will be set by default.
15
+ */
16
+ colorScheme: _angular_core.InputSignal<string | undefined>;
17
+ /**
18
+ * Defines if the default state icon is shown.
19
+ */
20
+ hideStateIcon: _angular_core.InputSignalWithTransform<boolean, unknown>;
21
+ /**
22
+ * Defines if the component is interactive (focusable and pressable).
23
+ */
24
+ interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
25
+ /**
26
+ * Defines how the text of a component will be displayed when there is not enough space.
27
+
28
+ **Note:** For option "Normal" the text will wrap and the
29
+ words will not be broken based on hyphenation.
30
+ */
31
+ wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
32
+ /**
33
+ * Defines predefined size of the component.
34
+ */
35
+ size: _angular_core.InputSignal<"S" | "L" | undefined>;
36
+ /**
37
+ * Fired when the user clicks on an interactive tag.
38
+
39
+ **Note:** The event will be fired if the `interactive` property is `true`
40
+ */
41
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Tag, "click">>;
42
+ /**
43
+ * Available slots for content projection in this component.
44
+ *
45
+ * Slots allow you to insert custom content into predefined areas of the web component.
46
+ * Use the `slot` attribute on child elements to target specific slots.
47
+ *
48
+ * - **(default)**: Defines the text of the component.
49
+
50
+ **Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
51
+ * - **icon**: Defines the icon to be displayed in the component.
52
+ *
53
+ * @example
54
+ * ```html
55
+ * <ui5-tag>
56
+ * <div slot="header">Custom header content</div>
57
+ * <p>Default slot content</p>
58
+ * </ui5-tag>
59
+ * ```
60
+ *
61
+ * @readonly
62
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
63
+ */
64
+ readonly slots: {
65
+ name: string;
66
+ description: string;
67
+ }[];
68
+ elementRef: ElementRef<_Tag>;
69
+ injector: Injector;
70
+ get element(): _Tag;
71
+ ngAfterViewInit(): void;
72
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Tag, never>;
73
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Tag, "ui5-tag, [ui5-tag]", ["ui5Tag"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "colorScheme": { "alias": "colorScheme"; "required": false; "isSignal": true; }; "hideStateIcon": { "alias": "hideStateIcon"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
74
+ }
75
+
76
+ export { Tag };
@@ -0,0 +1,45 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Text from '@ui5/webcomponents/dist/Text.js';
4
+
5
+ declare class Text implements AfterViewInit {
6
+ /**
7
+ * Defines the number of lines the text should wrap before it truncates.
8
+ */
9
+ maxLines: _angular_core.InputSignal<number | undefined>;
10
+ /**
11
+ * Specifies if an empty indicator should be displayed when there is no text.
12
+ */
13
+ emptyIndicatorMode: _angular_core.InputSignal<"Off" | "On" | undefined>;
14
+ /**
15
+ * Available slots for content projection in this component.
16
+ *
17
+ * Slots allow you to insert custom content into predefined areas of the web component.
18
+ * Use the `slot` attribute on child elements to target specific slots.
19
+ *
20
+ * - **(default)**: Defines the text of the component.
21
+ *
22
+ * @example
23
+ * ```html
24
+ * <ui5-text>
25
+ * <div slot="header">Custom header content</div>
26
+ * <p>Default slot content</p>
27
+ * </ui5-text>
28
+ * ```
29
+ *
30
+ * @readonly
31
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
32
+ */
33
+ readonly slots: {
34
+ name: string;
35
+ description: string;
36
+ }[];
37
+ elementRef: ElementRef<_Text>;
38
+ injector: Injector;
39
+ get element(): _Text;
40
+ ngAfterViewInit(): void;
41
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Text, never>;
42
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Text, "ui5-text, [ui5-text]", ["ui5Text"], { "maxLines": { "alias": "maxLines"; "required": false; "isSignal": true; }; "emptyIndicatorMode": { "alias": "emptyIndicatorMode"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
43
+ }
44
+
45
+ export { Text };
@@ -0,0 +1,150 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TextArea from '@ui5/webcomponents/dist/TextArea.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ declare class TextArea implements AfterViewInit {
8
+ /**
9
+ * Defines the value of the component.
10
+ */
11
+ value: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Indicates whether the user can interact with the component or not.
14
+
15
+ **Note:** A disabled component is completely noninteractive.
16
+ */
17
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
18
+ /**
19
+ * Defines whether the component is read-only.
20
+
21
+ **Note:** A read-only component is not editable,
22
+ but still provides visual feedback upon user interaction.
23
+ */
24
+ readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
25
+ /**
26
+ * Defines whether the component is required.
27
+ */
28
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
29
+ /**
30
+ * Defines a short hint intended to aid the user with data entry when the component has no value.
31
+ */
32
+ placeholder: _angular_core.InputSignal<string | undefined>;
33
+ /**
34
+ * Defines the value state of the component.
35
+
36
+ **Note:** If `maxlength` property is set,
37
+ the component turns into "Critical" state once the characters exceeds the limit.
38
+ In this case, only the "Negative" state is considered and can be applied.
39
+ */
40
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
41
+ /**
42
+ * Defines the number of visible text rows for the component.
43
+
44
+ **Notes:**
45
+
46
+ - If the `growing` property is enabled, this property defines the minimum rows to be displayed
47
+ in the textarea.
48
+ - The CSS `height` property wins over the `rows` property, if both are set.
49
+ */
50
+ rows: _angular_core.InputSignal<number | undefined>;
51
+ /**
52
+ * Defines the maximum number of characters that the `value` can have.
53
+ */
54
+ maxlength: _angular_core.InputSignal<number | undefined>;
55
+ /**
56
+ * Determines whether the characters exceeding the maximum allowed character count are visible
57
+ in the component.
58
+
59
+ If set to `false`, the user is not allowed to enter more characters than what is set in the
60
+ `maxlength` property.
61
+ If set to `true` the characters exceeding the `maxlength` value are selected on
62
+ paste and the counter below the component displays their number.
63
+ */
64
+ showExceededText: _angular_core.InputSignalWithTransform<boolean, unknown>;
65
+ /**
66
+ * Enables the component to automatically grow and shrink dynamically with its content.
67
+ */
68
+ growing: _angular_core.InputSignalWithTransform<boolean, unknown>;
69
+ /**
70
+ * Defines the maximum number of rows that the component can grow.
71
+ */
72
+ growingMaxRows: _angular_core.InputSignal<number | undefined>;
73
+ /**
74
+ * Determines the name by which the component will be identified upon submission in an HTML form.
75
+
76
+ **Note:** This property is only applicable within the context of an HTML Form element.
77
+ */
78
+ name: _angular_core.InputSignal<string | undefined>;
79
+ /**
80
+ * Defines the accessible ARIA name of the component.
81
+ */
82
+ accessibleName: _angular_core.InputSignal<string | undefined>;
83
+ /**
84
+ * Receives id(or many ids) of the elements that label the textarea.
85
+ */
86
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
87
+ /**
88
+ * Defines the accessible description of the component.
89
+ */
90
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
91
+ /**
92
+ * Receives id(or many ids) of the elements that describe the textarea.
93
+ */
94
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
95
+ /**
96
+ * Fired when the text has changed and the focus leaves the component.
97
+ */
98
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_TextArea, "change">>;
99
+ /**
100
+ * Fired when the value of the component changes at each keystroke or when
101
+ something is pasted.
102
+ */
103
+ ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_TextArea, "input">>;
104
+ /**
105
+ * Fired when some text has been selected.
106
+ */
107
+ ui5Select: _angular_core.OutputEmitterRef<UI5CustomEvent<_TextArea, "select">>;
108
+ /**
109
+ * Fired when textarea is scrolled.
110
+ */
111
+ ui5Scroll: _angular_core.OutputEmitterRef<UI5CustomEvent<_TextArea, "scroll">>;
112
+ /**
113
+ * Available slots for content projection in this component.
114
+ *
115
+ * Slots allow you to insert custom content into predefined areas of the web component.
116
+ * Use the `slot` attribute on child elements to target specific slots.
117
+ *
118
+ * - **valueStateMessage**: Defines the value state message that will be displayed as pop up under the component.
119
+ The value state message slot should contain only one root element.
120
+
121
+ **Note:** If not specified, a default text (in the respective language) will be displayed.
122
+
123
+ **Note:** The `valueStateMessage` would be displayed if the component has
124
+ `valueState` of type `Information`, `Critical` or `Negative`.
125
+ *
126
+ * @example
127
+ * ```html
128
+ * <ui5-textarea>
129
+ * <div slot="header">Custom header content</div>
130
+ * <p>Default slot content</p>
131
+ * </ui5-textarea>
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: string;
141
+ }[];
142
+ elementRef: ElementRef<_TextArea>;
143
+ injector: Injector;
144
+ get element(): _TextArea;
145
+ ngAfterViewInit(): void;
146
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TextArea, never>;
147
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TextArea, "ui5-textarea, [ui5-textarea]", ["ui5TextArea"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "rows": { "alias": "rows"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "showExceededText": { "alias": "showExceededText"; "required": false; "isSignal": true; }; "growing": { "alias": "growing"; "required": false; "isSignal": true; }; "growingMaxRows": { "alias": "growingMaxRows"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Select": "ui5Select"; "ui5Scroll": "ui5Scroll"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
148
+ }
149
+
150
+ export { TextArea };
@@ -0,0 +1,11 @@
1
+ import { WebcomponentsThemingProvider } from '@fundamental-ngx/ui5-webcomponents-base/theming';
2
+ import * as i0 from '@angular/core';
3
+
4
+ declare class Ui5WebcomponentsMainThemingService extends WebcomponentsThemingProvider {
5
+ name: string;
6
+ constructor();
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<Ui5WebcomponentsMainThemingService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<Ui5WebcomponentsMainThemingService>;
9
+ }
10
+
11
+ export { Ui5WebcomponentsMainThemingService };