@fundamental-ngx/ui5-webcomponents 0.58.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (329) hide show
  1. package/README.md +3 -0
  2. package/avatar/index.d.ts +101 -0
  3. package/avatar-group/index.d.ts +58 -0
  4. package/bar/index.d.ts +28 -0
  5. package/breadcrumbs/index.d.ts +33 -0
  6. package/breadcrumbs-item/index.d.ts +38 -0
  7. package/busy-indicator/index.d.ts +34 -0
  8. package/button/index.d.ts +117 -0
  9. package/button-badge/index.d.ts +29 -0
  10. package/calendar/index.d.ts +77 -0
  11. package/calendar-date/index.d.ts +19 -0
  12. package/calendar-date-range/index.d.ts +24 -0
  13. package/calendar-legend/index.d.ts +30 -0
  14. package/calendar-legend-item/index.d.ts +22 -0
  15. package/card/index.d.ts +32 -0
  16. package/card-header/index.d.ts +38 -0
  17. package/carousel/index.d.ts +88 -0
  18. package/check-box/index.d.ts +108 -0
  19. package/color-palette/index.d.ts +19 -0
  20. package/color-palette-item/index.d.ts +27 -0
  21. package/color-palette-popover/index.d.ts +51 -0
  22. package/color-picker/index.d.ts +35 -0
  23. package/combo-box/index.d.ts +102 -0
  24. package/combo-box-item/index.d.ts +22 -0
  25. package/combo-box-item-group/index.d.ts +49 -0
  26. package/date-picker/index.d.ts +143 -0
  27. package/date-range-picker/index.d.ts +163 -0
  28. package/date-time-picker/index.d.ts +143 -0
  29. package/dialog/index.d.ts +112 -0
  30. package/dynamic-date-range/index.d.ts +28 -0
  31. package/expandable-text/index.d.ts +30 -0
  32. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +121 -0
  33. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -0
  34. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +166 -0
  35. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -0
  36. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +71 -0
  37. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -0
  38. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +82 -0
  39. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -0
  40. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +90 -0
  41. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -0
  42. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +80 -0
  43. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs.map +1 -0
  44. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs +72 -0
  45. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs.map +1 -0
  46. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs +186 -0
  47. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs.map +1 -0
  48. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs +67 -0
  49. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs.map +1 -0
  50. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs +61 -0
  51. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs.map +1 -0
  52. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs +65 -0
  53. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs.map +1 -0
  54. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs +75 -0
  55. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -0
  56. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +142 -0
  57. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -0
  58. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +97 -0
  59. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -0
  60. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +77 -0
  61. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -0
  62. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +156 -0
  63. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs.map +1 -0
  64. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs +178 -0
  65. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs.map +1 -0
  66. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs +70 -0
  67. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs.map +1 -0
  68. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +113 -0
  69. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -0
  70. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +55 -0
  71. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs.map +1 -0
  72. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs +93 -0
  73. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs.map +1 -0
  74. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs +108 -0
  75. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs.map +1 -0
  76. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +65 -0
  77. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -0
  78. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs +177 -0
  79. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -0
  80. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +227 -0
  81. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -0
  82. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +254 -0
  83. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -0
  84. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +227 -0
  85. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -0
  86. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +184 -0
  87. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs.map +1 -0
  88. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs +85 -0
  89. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs.map +1 -0
  90. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs +75 -0
  91. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs.map +1 -0
  92. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs +190 -0
  93. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -0
  94. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +82 -0
  95. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -0
  96. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +65 -0
  97. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -0
  98. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +134 -0
  99. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -0
  100. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +127 -0
  101. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -0
  102. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +210 -0
  103. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -0
  104. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +85 -0
  105. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -0
  106. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +192 -0
  107. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -0
  108. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +129 -0
  109. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -0
  110. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +108 -0
  111. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -0
  112. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +179 -0
  113. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -0
  114. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +240 -0
  115. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -0
  116. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +60 -0
  117. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -0
  118. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +202 -0
  119. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -0
  120. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +36 -0
  121. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -0
  122. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs +135 -0
  123. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -0
  124. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +100 -0
  125. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs.map +1 -0
  126. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs +108 -0
  127. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs.map +1 -0
  128. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +70 -0
  129. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -0
  130. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +184 -0
  131. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -0
  132. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +229 -0
  133. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -0
  134. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +77 -0
  135. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -0
  136. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +85 -0
  137. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -0
  138. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +124 -0
  139. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -0
  140. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +185 -0
  141. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -0
  142. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs +88 -0
  143. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs.map +1 -0
  144. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs +156 -0
  145. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs.map +1 -0
  146. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +156 -0
  147. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -0
  148. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs +130 -0
  149. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs.map +1 -0
  150. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +185 -0
  151. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -0
  152. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +103 -0
  153. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -0
  154. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +135 -0
  155. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -0
  156. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +204 -0
  157. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs.map +1 -0
  158. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +151 -0
  159. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -0
  160. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs +66 -0
  161. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs.map +1 -0
  162. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs +132 -0
  163. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -0
  164. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +157 -0
  165. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -0
  166. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +61 -0
  167. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -0
  168. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +108 -0
  169. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map +1 -0
  170. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +65 -0
  171. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -0
  172. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs +154 -0
  173. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs.map +1 -0
  174. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs +138 -0
  175. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs.map +1 -0
  176. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs +36 -0
  177. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs.map +1 -0
  178. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +102 -0
  179. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -0
  180. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +60 -0
  181. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs.map +1 -0
  182. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs +101 -0
  183. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs.map +1 -0
  184. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs +55 -0
  185. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs.map +1 -0
  186. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs +112 -0
  187. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -0
  188. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +62 -0
  189. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs.map +1 -0
  190. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs +86 -0
  191. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs.map +1 -0
  192. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs +98 -0
  193. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs.map +1 -0
  194. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs +82 -0
  195. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs.map +1 -0
  196. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs +89 -0
  197. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs.map +1 -0
  198. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs +84 -0
  199. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs.map +1 -0
  200. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs +84 -0
  201. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs.map +1 -0
  202. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs +95 -0
  203. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs.map +1 -0
  204. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs +153 -0
  205. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -0
  206. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +111 -0
  207. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -0
  208. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +196 -0
  209. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -0
  210. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +65 -0
  211. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs.map +1 -0
  212. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs +23 -0
  213. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs.map +1 -0
  214. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs +176 -0
  215. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -0
  216. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +76 -0
  217. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -0
  218. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +93 -0
  219. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -0
  220. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +191 -0
  221. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -0
  222. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +65 -0
  223. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -0
  224. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +127 -0
  225. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -0
  226. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +168 -0
  227. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -0
  228. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +60 -0
  229. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -0
  230. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +130 -0
  231. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs.map +1 -0
  232. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs +67 -0
  233. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs.map +1 -0
  234. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs +74 -0
  235. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs.map +1 -0
  236. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs +75 -0
  237. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -0
  238. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +173 -0
  239. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -0
  240. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +178 -0
  241. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -0
  242. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +164 -0
  243. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -0
  244. package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs +74 -0
  245. package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs.map +1 -0
  246. package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs +108 -0
  247. package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs.map +1 -0
  248. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs +11748 -0
  249. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs.map +1 -0
  250. package/file-uploader/index.d.ts +97 -0
  251. package/form/index.d.ts +84 -0
  252. package/form-group/index.d.ts +36 -0
  253. package/form-item/index.d.ts +23 -0
  254. package/icon/index.d.ts +67 -0
  255. package/index.d.ts +6031 -0
  256. package/input/index.d.ts +131 -0
  257. package/label/index.d.ts +40 -0
  258. package/link/index.d.ts +123 -0
  259. package/list/index.d.ts +161 -0
  260. package/list-item-custom/index.d.ts +67 -0
  261. package/list-item-group/index.d.ts +49 -0
  262. package/list-item-standard/index.d.ts +110 -0
  263. package/menu/index.d.ts +69 -0
  264. package/menu-item/index.d.ts +128 -0
  265. package/menu-item-group/index.d.ts +18 -0
  266. package/menu-separator/index.d.ts +14 -0
  267. package/message-strip/index.d.ts +41 -0
  268. package/multi-combo-box/index.d.ts +108 -0
  269. package/multi-combo-box-item/index.d.ts +26 -0
  270. package/multi-combo-box-item-group/index.d.ts +49 -0
  271. package/multi-input/index.d.ts +147 -0
  272. package/option/index.d.ts +39 -0
  273. package/option-custom/index.d.ts +32 -0
  274. package/package.json +480 -0
  275. package/panel/index.d.ts +61 -0
  276. package/popover/index.d.ts +110 -0
  277. package/progress-indicator/index.d.ts +42 -0
  278. package/radio-button/index.d.ts +88 -0
  279. package/range-slider/index.d.ts +86 -0
  280. package/rating-indicator/index.d.ts +66 -0
  281. package/responsive-popover/index.d.ts +110 -0
  282. package/segmented-button/index.d.ts +53 -0
  283. package/segmented-button-item/index.d.ts +54 -0
  284. package/select/index.d.ts +104 -0
  285. package/slider/index.d.ts +82 -0
  286. package/special-calendar-date/index.d.ts +23 -0
  287. package/split-button/index.d.ts +70 -0
  288. package/step-input/index.d.ts +87 -0
  289. package/suggestion-item/index.d.ts +22 -0
  290. package/suggestion-item-custom/index.d.ts +19 -0
  291. package/suggestion-item-group/index.d.ts +49 -0
  292. package/switch/index.d.ts +86 -0
  293. package/tab/index.d.ts +54 -0
  294. package/tab-container/index.d.ts +73 -0
  295. package/tab-separator/index.d.ts +14 -0
  296. package/table/index.d.ts +87 -0
  297. package/table-cell/index.d.ts +18 -0
  298. package/table-growing/index.d.ts +43 -0
  299. package/table-header-cell/index.d.ts +64 -0
  300. package/table-header-cell-action-a-i/index.d.ts +19 -0
  301. package/table-header-row/index.d.ts +20 -0
  302. package/table-row/index.d.ts +36 -0
  303. package/table-row-action/index.d.ts +40 -0
  304. package/table-row-action-navigation/index.d.ts +29 -0
  305. package/table-selection/index.d.ts +27 -0
  306. package/table-selection-multi/index.d.ts +31 -0
  307. package/table-selection-single/index.d.ts +27 -0
  308. package/table-virtualizer/index.d.ts +37 -0
  309. package/tag/index.d.ts +50 -0
  310. package/text/index.d.ts +22 -0
  311. package/text-area/index.d.ts +120 -0
  312. package/theming/index.d.ts +11 -0
  313. package/time-picker/index.d.ts +101 -0
  314. package/title/index.d.ts +32 -0
  315. package/toast/index.d.ts +35 -0
  316. package/toggle-button/index.d.ts +122 -0
  317. package/token/index.d.ts +22 -0
  318. package/tokenizer/index.d.ts +64 -0
  319. package/toolbar/index.d.ts +30 -0
  320. package/toolbar-button/index.d.ts +102 -0
  321. package/toolbar-select/index.d.ts +65 -0
  322. package/toolbar-select-option/index.d.ts +18 -0
  323. package/toolbar-separator/index.d.ts +24 -0
  324. package/toolbar-spacer/index.d.ts +30 -0
  325. package/tree/index.d.ts +94 -0
  326. package/tree-item/index.d.ts +109 -0
  327. package/tree-item-custom/index.d.ts +105 -0
  328. package/types/index.d.ts +69 -0
  329. package/utils/index.d.ts +23 -0
@@ -0,0 +1,82 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Slider from '@ui5/webcomponents/dist/Slider.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ declare class Slider implements AfterViewInit {
8
+ /**
9
+ * Current value of the slider
10
+ */
11
+ value: _angular_core.InputSignal<number | undefined>;
12
+ /**
13
+ * Defines the minimum value of the slider.
14
+ */
15
+ min: _angular_core.InputSignal<number | undefined>;
16
+ /**
17
+ * Defines the maximum value of the slider.
18
+ */
19
+ max: _angular_core.InputSignal<number | undefined>;
20
+ /**
21
+ * Determines the name by which the component will be identified upon submission in an HTML form.
22
+
23
+ **Note:** This property is only applicable within the context of an HTML Form element.
24
+ */
25
+ name: _angular_core.InputSignal<string | undefined>;
26
+ /**
27
+ * Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).
28
+
29
+ **Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.
30
+ */
31
+ step: _angular_core.InputSignal<number | undefined>;
32
+ /**
33
+ * Displays a label with a value on every N-th step.
34
+
35
+ **Note:** The step and tickmarks properties must be enabled.
36
+ Example - if the step value is set to 2 and the label interval is also specified to 2 - then every second
37
+ tickmark will be labelled, which means every 4th value number.
38
+ */
39
+ labelInterval: _angular_core.InputSignal<number | undefined>;
40
+ /**
41
+ * Enables tickmarks visualization for each step.
42
+
43
+ **Note:** The step must be a positive number.
44
+ */
45
+ showTickmarks: _angular_core.InputSignalWithTransform<boolean, unknown>;
46
+ /**
47
+ * Enables handle tooltip displaying the current value.
48
+ */
49
+ showTooltip: _angular_core.InputSignalWithTransform<boolean, unknown>;
50
+ /**
51
+ *
52
+ Indicates whether input fields should be used as tooltips for the handles.
53
+
54
+ **Note:** Setting this option to true will only work if showTooltip is set to true.
55
+ **Note:** In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.
56
+ */
57
+ editableTooltip: _angular_core.InputSignalWithTransform<boolean, unknown>;
58
+ /**
59
+ * Defines whether the slider is in disabled state.
60
+ */
61
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
62
+ /**
63
+ * Defines the accessible ARIA name of the component.
64
+ */
65
+ accessibleName: _angular_core.InputSignal<string | undefined>;
66
+ /**
67
+ * Fired when the value changes and the user has finished interacting with the slider.
68
+ */
69
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_Slider, "change">>;
70
+ /**
71
+ * Fired when the value changes due to user interaction that is not yet finished - during mouse/touch dragging.
72
+ */
73
+ ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_Slider, "input">>;
74
+ elementRef: ElementRef<_Slider>;
75
+ injector: Injector;
76
+ get element(): _Slider;
77
+ ngAfterViewInit(): void;
78
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Slider, never>;
79
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Slider, "ui5-slider, [ui5-slider]", ["ui5Slider"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "labelInterval": { "alias": "labelInterval"; "required": false; "isSignal": true; }; "showTickmarks": { "alias": "showTickmarks"; "required": false; "isSignal": true; }; "showTooltip": { "alias": "showTooltip"; "required": false; "isSignal": true; }; "editableTooltip": { "alias": "editableTooltip"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
80
+ }
81
+
82
+ export { Slider };
@@ -0,0 +1,23 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _SpecialCalendarDate from '@ui5/webcomponents/dist/SpecialCalendarDate.js';
4
+
5
+ declare class SpecialCalendarDate implements AfterViewInit {
6
+ /**
7
+ * The date formatted according to the `formatPattern` property
8
+ of the `ui5-calendar` that hosts the component.
9
+ */
10
+ value: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * Defines the type of the special date.
13
+ */
14
+ type: _angular_core.InputSignal<"Today" | "Selected" | "None" | "Working" | "NonWorking" | "Type01" | "Type02" | "Type03" | "Type04" | "Type05" | "Type06" | "Type07" | "Type08" | "Type09" | "Type10" | "Type11" | "Type12" | "Type13" | "Type14" | "Type15" | "Type16" | "Type17" | "Type18" | "Type19" | "Type20" | undefined>;
15
+ elementRef: ElementRef<_SpecialCalendarDate>;
16
+ injector: Injector;
17
+ get element(): _SpecialCalendarDate;
18
+ ngAfterViewInit(): void;
19
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpecialCalendarDate, never>;
20
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SpecialCalendarDate, "ui5-special-date, [ui5-special-date]", ["ui5SpecialCalendarDate"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
21
+ }
22
+
23
+ export { SpecialCalendarDate };
@@ -0,0 +1,70 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _SplitButton, { SplitButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/SplitButton.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class SplitButton implements AfterViewInit {
7
+ /**
8
+ * Defines the icon to be displayed as graphical element within the component.
9
+ The SAP-icons font provides numerous options.
10
+
11
+ Example:
12
+
13
+ See all available icons in the [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 whether the arrow button should have the active state styles or not.
18
+ */
19
+ activeArrowButton: _angular_core.InputSignalWithTransform<boolean, unknown>;
20
+ /**
21
+ * Defines the component design.
22
+ */
23
+ design: _angular_core.InputSignal<"Default" | "Positive" | "Negative" | "Transparent" | "Emphasized" | "Attention" | undefined>;
24
+ /**
25
+ * Defines whether the component is disabled.
26
+ A disabled component can't be pressed or
27
+ focused, and it is not in the tab chain.
28
+ */
29
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
30
+ /**
31
+ * Defines the accessible ARIA name of the component.
32
+ */
33
+ accessibleName: _angular_core.InputSignal<string | undefined>;
34
+ /**
35
+ * Defines the additional accessibility attributes that will be applied to the component.
36
+ The `accessibilityAttributes` property accepts an object with the following optional fields:
37
+
38
+ - **root**: Attributes that will be applied to the main (text) button.
39
+ - **hasPopup**: Indicates the presence and type of popup triggered by the button.
40
+ Accepts string values: `"dialog"`, `"grid"`, `"listbox"`, `"menu"`, or `"tree"`.
41
+ - **roleDescription**: Provides a human-readable description for the role of the button.
42
+ Accepts any string value.
43
+ - **title**: Specifies a tooltip or description for screen readers.
44
+ Accepts any string value.
45
+ - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.
46
+
47
+ - **arrowButton**: Attributes applied specifically to the arrow (split) button.
48
+ - **hasPopup**: Indicates the presence and type of popup triggered by the arrow button.
49
+ Accepts string values: `"dialog"`, `"grid"`, `"listbox"`, `"menu"`, or `"tree"`.
50
+ - **expanded**: Indicates whether the popup triggered by the arrow button is currently expanded.
51
+ Accepts boolean values: `true` or `false`.
52
+ */
53
+ accessibilityAttributes: _angular_core.InputSignal<SplitButtonAccessibilityAttributes | undefined>;
54
+ /**
55
+ * Fired when the user clicks on the default action.
56
+ */
57
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_SplitButton, "click">>;
58
+ /**
59
+ * Fired when the user clicks on the arrow action.
60
+ */
61
+ ui5ArrowClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_SplitButton, "arrow-click">>;
62
+ elementRef: ElementRef<_SplitButton>;
63
+ injector: Injector;
64
+ get element(): _SplitButton;
65
+ ngAfterViewInit(): void;
66
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SplitButton, never>;
67
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SplitButton, "ui5-split-button, [ui5-split-button]", ["ui5SplitButton"], { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "activeArrowButton": { "alias": "activeArrowButton"; "required": false; "isSignal": true; }; "design": { "alias": "design"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; "ui5ArrowClick": "ui5ArrowClick"; }, never, ["*"], true, never>;
68
+ }
69
+
70
+ export { SplitButton };
@@ -0,0 +1,87 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _StepInput from '@ui5/webcomponents/dist/StepInput.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class StepInput implements AfterViewInit {
7
+ /**
8
+ * Defines a value of the component.
9
+ */
10
+ value: _angular_core.InputSignal<number | undefined>;
11
+ /**
12
+ * Defines a minimum value of the component.
13
+ */
14
+ min: _angular_core.InputSignal<number | undefined>;
15
+ /**
16
+ * Defines a maximum value of the component.
17
+ */
18
+ max: _angular_core.InputSignal<number | undefined>;
19
+ /**
20
+ * Defines a step of increasing/decreasing the value of the component.
21
+ */
22
+ step: _angular_core.InputSignal<number | undefined>;
23
+ /**
24
+ * Defines the value state of the component.
25
+ */
26
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
27
+ /**
28
+ * Defines whether the component is required.
29
+ */
30
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
31
+ /**
32
+ * Determines whether the component is displayed as disabled.
33
+ */
34
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
35
+ /**
36
+ * Determines whether the component is displayed as read-only.
37
+ */
38
+ readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
39
+ /**
40
+ * Defines a short hint, intended to aid the user with data entry when the
41
+ component has no value.
42
+
43
+ **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
44
+ Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
45
+ */
46
+ placeholder: _angular_core.InputSignal<string | undefined>;
47
+ /**
48
+ * Determines the name by which the component will be identified upon submission in an HTML form.
49
+
50
+ **Note:** This property is only applicable within the context of an HTML Form element.
51
+ */
52
+ name: _angular_core.InputSignal<string | undefined>;
53
+ /**
54
+ * Determines the number of digits after the decimal point of the component.
55
+ */
56
+ valuePrecision: _angular_core.InputSignal<number | undefined>;
57
+ /**
58
+ * Defines the accessible ARIA name of the component.
59
+ */
60
+ accessibleName: _angular_core.InputSignal<string | undefined>;
61
+ /**
62
+ * Receives id(or many ids) of the elements that label the component.
63
+ */
64
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
65
+ /**
66
+ * Fired when the input operation has finished by pressing Enter or on focusout.
67
+ */
68
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_StepInput, "change">>;
69
+ /**
70
+ * Fired when the value of the component changes at each keystroke.
71
+ */
72
+ ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_StepInput, "input">>;
73
+ /**
74
+ * Fired before the value state of the component is updated internally.
75
+ The event is preventable, meaning that if it's default action is
76
+ prevented, the component will not update the value state.
77
+ */
78
+ ui5ValueStateChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_StepInput, "value-state-change">>;
79
+ elementRef: ElementRef<_StepInput>;
80
+ injector: Injector;
81
+ get element(): _StepInput;
82
+ ngAfterViewInit(): void;
83
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<StepInput, never>;
84
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<StepInput, "ui5-step-input, [ui5-step-input]", ["ui5StepInput"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "valuePrecision": { "alias": "valuePrecision"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, never>;
85
+ }
86
+
87
+ export { StepInput };
@@ -0,0 +1,22 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _SuggestionItem from '@ui5/webcomponents/dist/SuggestionItem.js';
4
+
5
+ declare class SuggestionItem implements AfterViewInit {
6
+ /**
7
+ * Defines the text of the component.
8
+ */
9
+ text: _angular_core.InputSignal<string | undefined>;
10
+ /**
11
+ * Defines the `additionalText`, displayed in the end of the item.
12
+ */
13
+ additionalText: _angular_core.InputSignal<string | undefined>;
14
+ elementRef: ElementRef<_SuggestionItem>;
15
+ injector: Injector;
16
+ get element(): _SuggestionItem;
17
+ ngAfterViewInit(): void;
18
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SuggestionItem, never>;
19
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SuggestionItem, "ui5-suggestion-item, [ui5-suggestion-item]", ["ui5SuggestionItem"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
20
+ }
21
+
22
+ export { SuggestionItem };
@@ -0,0 +1,19 @@
1
+ import * as i0 from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _SuggestionItemCustom from '@ui5/webcomponents/dist/SuggestionItemCustom.js';
4
+
5
+ declare class SuggestionItemCustom implements AfterViewInit {
6
+ /**
7
+ * Defines the text of the `ui5-suggestion-item-custom`.
8
+ **Note:** The text property is considered only for autocomplete.
9
+ */
10
+ text: i0.InputSignal<string | undefined>;
11
+ elementRef: ElementRef<_SuggestionItemCustom>;
12
+ injector: Injector;
13
+ get element(): _SuggestionItemCustom;
14
+ ngAfterViewInit(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SuggestionItemCustom, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SuggestionItemCustom, "ui5-suggestion-item-custom, [ui5-suggestion-item-custom]", ["ui5SuggestionItemCustom"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
17
+ }
18
+
19
+ export { SuggestionItemCustom };
@@ -0,0 +1,49 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _SuggestionItemGroup from '@ui5/webcomponents/dist/SuggestionItemGroup.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class SuggestionItemGroup 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<_SuggestionItemGroup, "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<_SuggestionItemGroup, "move">>;
41
+ elementRef: ElementRef<_SuggestionItemGroup>;
42
+ injector: Injector;
43
+ get element(): _SuggestionItemGroup;
44
+ ngAfterViewInit(): void;
45
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SuggestionItemGroup, never>;
46
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SuggestionItemGroup, "ui5-suggestion-item-group, [ui5-suggestion-item-group]", ["ui5SuggestionItemGroup"], { "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>;
47
+ }
48
+
49
+ export { SuggestionItemGroup };
@@ -0,0 +1,86 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Switch from '@ui5/webcomponents/dist/Switch.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ declare class Switch implements AfterViewInit {
8
+ /**
9
+ * Defines the component design.
10
+
11
+ **Note:** If `Graphical` type is set,
12
+ positive and negative icons will replace the `textOn` and `textOff`.
13
+ */
14
+ design: _angular_core.InputSignal<"Textual" | "Graphical" | undefined>;
15
+ /**
16
+ * Defines if the component is checked.
17
+
18
+ **Note:** The property can be changed with user interaction,
19
+ either by cliking the component, or by pressing the `Enter` or `Space` key.
20
+ */
21
+ checked: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
+ /**
23
+ * Defines whether the component is disabled.
24
+
25
+ **Note:** A disabled component is noninteractive.
26
+ */
27
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
28
+ /**
29
+ * Defines the text, displayed when the component is checked.
30
+
31
+ **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
32
+ */
33
+ textOn: _angular_core.InputSignal<string | undefined>;
34
+ /**
35
+ * Defines the text, displayed when the component is not checked.
36
+
37
+ **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
38
+ */
39
+ textOff: _angular_core.InputSignal<string | undefined>;
40
+ /**
41
+ * Sets the accessible ARIA name of the component.
42
+
43
+ **Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.
44
+ Providing an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.
45
+ */
46
+ accessibleName: _angular_core.InputSignal<string | undefined>;
47
+ /**
48
+ * Receives id(or many ids) of the elements that label the component.
49
+
50
+ **Note**: We recommend that you set an accessibleNameRef pointing to an external label or at least an `accessibleName`.
51
+ Providing an `accessibleNameRef` or an `accessibleName` is mandatory in the cases when `textOn` and `textOff` properties aren't set.
52
+ */
53
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
54
+ /**
55
+ * Defines the tooltip of the component.
56
+
57
+ **Note:** If applicable an external label reference should always be the preferred option to provide context to the `ui5-switch` component over a tooltip.
58
+ */
59
+ tooltip: _angular_core.InputSignal<string | undefined>;
60
+ /**
61
+ * Defines whether the component is required.
62
+ */
63
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
64
+ /**
65
+ * Determines the name by which the component will be identified upon submission in an HTML form.
66
+
67
+ **Note:** This property is only applicable within the context of an HTML Form element.
68
+ */
69
+ name: _angular_core.InputSignal<string | undefined>;
70
+ /**
71
+ * Defines the form value of the component.
72
+ */
73
+ value: _angular_core.InputSignal<string | undefined>;
74
+ /**
75
+ * Fired when the component checked state changes.
76
+ */
77
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_Switch, "change">>;
78
+ elementRef: ElementRef<_Switch>;
79
+ injector: Injector;
80
+ get element(): _Switch;
81
+ ngAfterViewInit(): void;
82
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Switch, never>;
83
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Switch, "ui5-switch, [ui5-switch]", ["ui5Switch"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "textOn": { "alias": "textOn"; "required": false; "isSignal": true; }; "textOff": { "alias": "textOff"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
84
+ }
85
+
86
+ export { Switch };
package/tab/index.d.ts ADDED
@@ -0,0 +1,54 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Tab from '@ui5/webcomponents/dist/Tab.js';
4
+
5
+ declare class Tab implements AfterViewInit {
6
+ /**
7
+ * The text to be displayed for the item.
8
+ */
9
+ text: _angular_core.InputSignal<string | undefined>;
10
+ /**
11
+ * Disabled tabs can't be selected.
12
+ */
13
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
14
+ /**
15
+ * Represents the "additionalText" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the "additionalText" is displayed larger.
16
+ */
17
+ additionalText: _angular_core.InputSignal<string | undefined>;
18
+ /**
19
+ * Defines the icon source URI to be displayed as graphical element within the component.
20
+ The SAP-icons font provides numerous built-in icons.
21
+ See all the available icons in the [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 the component's design color.
26
+
27
+ The design is applied to:
28
+
29
+ - the component icon
30
+ - the `text` when the component overflows
31
+ - the tab selection line
32
+
33
+ Available designs are: `"Default"`, `"Neutral"`, `"Positive"`, `"Critical"` and `"Negative"`.
34
+
35
+ **Note:** The design depends on the current theme.
36
+ */
37
+ design: _angular_core.InputSignal<"Default" | "Positive" | "Negative" | "Critical" | "Neutral" | undefined>;
38
+ /**
39
+ * Specifies if the component is selected.
40
+ */
41
+ selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
42
+ /**
43
+ * Defines if the tab is movable.
44
+ */
45
+ movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
46
+ elementRef: ElementRef<_Tab>;
47
+ injector: Injector;
48
+ get element(): _Tab;
49
+ ngAfterViewInit(): void;
50
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Tab, never>;
51
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Tab, "ui5-tab, [ui5-tab]", ["ui5Tab"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "design": { "alias": "design"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "movable": { "alias": "movable"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
52
+ }
53
+
54
+ export { Tab };
@@ -0,0 +1,73 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TabContainer, { ITab } from '@ui5/webcomponents/dist/TabContainer.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class TabContainer implements AfterViewInit {
7
+ /**
8
+ * Defines whether the tab content is collapsed.
9
+ */
10
+ collapsed: _angular_core.InputSignalWithTransform<boolean, unknown>;
11
+ /**
12
+ * Defines the alignment of the content and the `additionalText` of a tab.
13
+
14
+ **Note:**
15
+ The content and the `additionalText` would be displayed vertically by default,
16
+ but when set to `Inline`, they would be displayed horizontally.
17
+ */
18
+ tabLayout: _angular_core.InputSignal<"Inline" | "Standard" | undefined>;
19
+ /**
20
+ * Defines the overflow mode of the header (the tab strip). If you have a large number of tabs, only the tabs that can fit on screen will be visible.
21
+ All other tabs that can 't fit on the screen are available in an overflow tab "More".
22
+
23
+ **Note:**
24
+ Only one overflow at the end would be displayed by default,
25
+ but when set to `StartAndEnd`, there will be two overflows on both ends, and tab order will not change on tab selection.
26
+ */
27
+ overflowMode: _angular_core.InputSignal<"End" | "StartAndEnd" | undefined>;
28
+ /**
29
+ * Sets the background color of the Tab Container's header as `Solid`, `Transparent`, or `Translucent`.
30
+ */
31
+ headerBackgroundDesign: _angular_core.InputSignal<"Solid" | "Transparent" | "Translucent" | undefined>;
32
+ /**
33
+ * Sets the background color of the Tab Container's content as `Solid`, `Transparent`, or `Translucent`.
34
+ */
35
+ contentBackgroundDesign: _angular_core.InputSignal<"Solid" | "Transparent" | "Translucent" | undefined>;
36
+ /**
37
+ * Defines if automatic tab selection is deactivated.
38
+
39
+ **Note:** By default, if none of the child tabs have the `selected` property set, the first tab will be automatically selected.
40
+ Setting this property to `true` allows preventing this behavior.
41
+ */
42
+ noAutoSelection: _angular_core.InputSignalWithTransform<boolean, unknown>;
43
+ /**
44
+ * Returns all slotted tabs and their subTabs in a flattened array.
45
+ The order of tabs is depth-first.
46
+ * @readonly This property is managed by the web component.
47
+ */
48
+ get allItems(): Array<ITab>;
49
+ /**
50
+ * Fired when a tab is selected.
51
+ */
52
+ ui5TabSelect: _angular_core.OutputEmitterRef<UI5CustomEvent<_TabContainer, "tab-select">>;
53
+ /**
54
+ * Fired when element is being moved over the tab container.
55
+
56
+ If the new position is valid, prevent the default action of the event using `preventDefault()`.
57
+ */
58
+ ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_TabContainer, "move-over">>;
59
+ /**
60
+ * Fired when element is moved to the tab container.
61
+
62
+ **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
63
+ */
64
+ ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_TabContainer, "move">>;
65
+ elementRef: ElementRef<_TabContainer>;
66
+ injector: Injector;
67
+ get element(): _TabContainer;
68
+ ngAfterViewInit(): void;
69
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<TabContainer, never>;
70
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TabContainer, "ui5-tabcontainer, [ui5-tabcontainer]", ["ui5TabContainer"], { "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; "tabLayout": { "alias": "tabLayout"; "required": false; "isSignal": true; }; "overflowMode": { "alias": "overflowMode"; "required": false; "isSignal": true; }; "headerBackgroundDesign": { "alias": "headerBackgroundDesign"; "required": false; "isSignal": true; }; "contentBackgroundDesign": { "alias": "contentBackgroundDesign"; "required": false; "isSignal": true; }; "noAutoSelection": { "alias": "noAutoSelection"; "required": false; "isSignal": true; }; }, { "ui5TabSelect": "ui5TabSelect"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
71
+ }
72
+
73
+ export { TabContainer };
@@ -0,0 +1,14 @@
1
+ import * as i0 from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _TabSeparator from '@ui5/webcomponents/dist/TabSeparator.js';
4
+
5
+ declare class TabSeparator implements AfterViewInit {
6
+ elementRef: ElementRef<_TabSeparator>;
7
+ injector: Injector;
8
+ get element(): _TabSeparator;
9
+ ngAfterViewInit(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabSeparator, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabSeparator, "ui5-tab-separator, [ui5-tab-separator]", ["ui5TabSeparator"], {}, {}, never, ["*"], true, never>;
12
+ }
13
+
14
+ export { TabSeparator };