@design-system-rte/angular 1.5.0 → 1.6.1-rc1

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 (537) hide show
  1. package/esm2022/lib/components/accordion/accordion.component.mjs +94 -0
  2. package/esm2022/lib/components/avatar/assets/status/status.component.mjs +15 -0
  3. package/esm2022/lib/components/avatar/avatar.component.mjs +52 -0
  4. package/esm2022/lib/components/banner/banner.component.mjs +1 -1
  5. package/esm2022/lib/components/button/button.component.mjs +9 -3
  6. package/esm2022/lib/components/card/card.component.mjs +5 -6
  7. package/esm2022/lib/components/checkbox/checkbox.component.mjs +4 -3
  8. package/esm2022/lib/components/checkbox-group/checkbox-group.component.mjs +1 -1
  9. package/esm2022/lib/components/drawer/drawer-trigger/drawer-trigger.directive.mjs +33 -0
  10. package/esm2022/lib/components/drawer/drawer.component.mjs +160 -0
  11. package/esm2022/lib/components/drawer/drawer.directive.mjs +302 -0
  12. package/esm2022/lib/components/drawer/drawer.module.mjs +17 -0
  13. package/esm2022/lib/components/dropdown/dropdown-item/dropdown-item.component.mjs +1 -1
  14. package/esm2022/lib/components/icon/icon-map.mjs +119 -112
  15. package/esm2022/lib/components/icon/icon.component.mjs +9 -10
  16. package/esm2022/lib/components/popover/popover.component.mjs +1 -1
  17. package/esm2022/lib/components/toast/toast.component.mjs +1 -1
  18. package/esm2022/lib/components/treeview/index.mjs +4 -0
  19. package/esm2022/lib/components/treeview/treeview-check.service.mjs +24 -0
  20. package/esm2022/lib/components/treeview/treeview-item/treeview-item-border/treeview-item-border.component.mjs +20 -0
  21. package/esm2022/lib/components/treeview/treeview-item/treeview-item.component.mjs +227 -0
  22. package/esm2022/lib/components/treeview/treeview-keyboard.service.mjs +80 -0
  23. package/esm2022/lib/components/treeview/treeview-selection.service.mjs +23 -0
  24. package/esm2022/lib/components/treeview/treeview.component.mjs +89 -0
  25. package/esm2022/public-api.mjs +8 -1
  26. package/fesm2022/design-system-rte-angular.mjs +1338 -261
  27. package/fesm2022/design-system-rte-angular.mjs.map +1 -1
  28. package/lib/assets/icons/add.svg +3 -0
  29. package/lib/assets/icons/add_circle_filled.svg +3 -0
  30. package/lib/assets/icons/add_circle_outlined.svg +3 -0
  31. package/lib/assets/icons/admin_panel_settings_filled.svg +3 -0
  32. package/lib/assets/icons/admin_panel_settings_outlined.svg +3 -0
  33. package/lib/assets/icons/alt_route.svg +3 -0
  34. package/lib/assets/icons/analytics_filled.svg +3 -0
  35. package/lib/assets/icons/analytics_outlined.svg +3 -0
  36. package/lib/assets/icons/apps.svg +3 -0
  37. package/lib/assets/icons/archive_filled.svg +3 -0
  38. package/lib/assets/icons/archive_outlined.svg +3 -0
  39. package/lib/assets/icons/arrow_alt_down.svg +3 -0
  40. package/lib/assets/icons/arrow_alt_down_left.svg +3 -0
  41. package/lib/assets/icons/arrow_alt_down_right.svg +3 -0
  42. package/lib/assets/icons/arrow_alt_left.svg +3 -0
  43. package/lib/assets/icons/arrow_alt_right.svg +3 -0
  44. package/lib/assets/icons/arrow_alt_up.svg +3 -0
  45. package/lib/assets/icons/arrow_alt_up_left.svg +3 -0
  46. package/lib/assets/icons/arrow_alt_up_right.svg +3 -0
  47. package/lib/assets/icons/arrow_angle_down_left.svg +3 -0
  48. package/lib/assets/icons/arrow_angle_down_right.svg +3 -0
  49. package/lib/assets/icons/arrow_angle_up_left.svg +3 -0
  50. package/lib/assets/icons/arrow_angle_up_right.svg +3 -0
  51. package/lib/assets/icons/arrow_chevron_down.svg +3 -0
  52. package/lib/assets/icons/arrow_chevron_left.svg +3 -0
  53. package/lib/assets/icons/arrow_chevron_right.svg +3 -0
  54. package/lib/assets/icons/arrow_chevron_up.svg +3 -0
  55. package/lib/assets/icons/arrow_circle_chevron_down_filled.svg +3 -0
  56. package/lib/assets/icons/arrow_circle_chevron_down_outlined.svg +3 -0
  57. package/lib/assets/icons/arrow_circle_chevron_left_filled.svg +3 -0
  58. package/lib/assets/icons/arrow_circle_chevron_left_outlined.svg +3 -0
  59. package/lib/assets/icons/arrow_circle_chevron_right_filled.svg +3 -0
  60. package/lib/assets/icons/arrow_circle_chevron_right_outlined.svg +3 -0
  61. package/lib/assets/icons/arrow_circle_chevron_up_filled.svg +3 -0
  62. package/lib/assets/icons/arrow_circle_chevron_up_outlined.svg +3 -0
  63. package/lib/assets/icons/arrow_circle_down_filled.svg +3 -0
  64. package/lib/assets/icons/arrow_circle_down_outlined.svg +3 -0
  65. package/lib/assets/icons/arrow_circle_left_filled.svg +3 -0
  66. package/lib/assets/icons/arrow_circle_left_outlined.svg +3 -0
  67. package/lib/assets/icons/arrow_circle_right_filled.svg +3 -0
  68. package/lib/assets/icons/arrow_circle_right_outlined.svg +3 -0
  69. package/lib/assets/icons/arrow_circle_up_filled.svg +3 -0
  70. package/lib/assets/icons/arrow_circle_up_outlined.svg +3 -0
  71. package/lib/assets/icons/arrow_compare.svg +3 -0
  72. package/lib/assets/icons/arrow_double_down.svg +3 -0
  73. package/lib/assets/icons/arrow_double_left.svg +3 -0
  74. package/lib/assets/icons/arrow_double_right.svg +3 -0
  75. package/lib/assets/icons/arrow_double_up.svg +3 -0
  76. package/lib/assets/icons/arrow_down.svg +3 -0
  77. package/lib/assets/icons/arrow_down_left.svg +3 -0
  78. package/lib/assets/icons/arrow_down_right.svg +3 -0
  79. package/lib/assets/icons/arrow_drop_down.svg +3 -0
  80. package/lib/assets/icons/arrow_drop_up.svg +3 -0
  81. package/lib/assets/icons/arrow_left.svg +3 -0
  82. package/lib/assets/icons/arrow_right.svg +3 -0
  83. package/lib/assets/icons/arrow_up.svg +3 -0
  84. package/lib/assets/icons/arrow_up_left.svg +3 -0
  85. package/lib/assets/icons/arrow_up_right.svg +3 -0
  86. package/lib/assets/icons/article_filled.svg +3 -0
  87. package/lib/assets/icons/article_outlined.svg +3 -0
  88. package/lib/assets/icons/assignment_complete_filled.svg +3 -0
  89. package/lib/assets/icons/assignment_complete_outlined.svg +3 -0
  90. package/lib/assets/icons/assignment_filled.svg +3 -0
  91. package/lib/assets/icons/assignment_outlined.svg +3 -0
  92. package/lib/assets/icons/asterisk.svg +3 -0
  93. package/lib/assets/icons/attach_file.svg +3 -0
  94. package/lib/assets/icons/battery_alert_filled.svg +3 -0
  95. package/lib/assets/icons/battery_alert_outlined.svg +3 -0
  96. package/lib/assets/icons/battery_alt_empty.svg +3 -0
  97. package/lib/assets/icons/battery_alt_full.svg +3 -0
  98. package/lib/assets/icons/battery_charging.svg +3 -0
  99. package/lib/assets/icons/battery_charging_full_filled.svg +3 -0
  100. package/lib/assets/icons/battery_charging_full_outlined.svg +3 -0
  101. package/lib/assets/icons/battery_empty.svg +3 -0
  102. package/lib/assets/icons/battery_full.svg +3 -0
  103. package/lib/assets/icons/bluetooth.svg +3 -0
  104. package/lib/assets/icons/bluetooth_off.svg +3 -0
  105. package/lib/assets/icons/bolt_alt_circle_filled.svg +3 -0
  106. package/lib/assets/icons/bolt_alt_circle_outlined.svg +3 -0
  107. package/lib/assets/icons/bolt_alt_filled.svg +3 -0
  108. package/lib/assets/icons/bolt_alt_outlined.svg +3 -0
  109. package/lib/assets/icons/bolt_circle_filled.svg +3 -0
  110. package/lib/assets/icons/bolt_circle_outlined.svg +3 -0
  111. package/lib/assets/icons/bolt_filled.svg +3 -0
  112. package/lib/assets/icons/bolt_outlined.svg +3 -0
  113. package/lib/assets/icons/bookmark_filled.svg +3 -0
  114. package/lib/assets/icons/bookmark_outlined.svg +3 -0
  115. package/lib/assets/icons/bookmarks_filled.svg +3 -0
  116. package/lib/assets/icons/bookmarks_outlined.svg +3 -0
  117. package/lib/assets/icons/build_filled.svg +3 -0
  118. package/lib/assets/icons/build_outlined.svg +3 -0
  119. package/lib/assets/icons/calendar_available_filled.svg +3 -0
  120. package/lib/assets/icons/calendar_available_outlined.svg +3 -0
  121. package/lib/assets/icons/calendar_busy_filled.svg +3 -0
  122. package/lib/assets/icons/calendar_busy_outlined.svg +3 -0
  123. package/lib/assets/icons/calendar_month_filled.svg +3 -0
  124. package/lib/assets/icons/calendar_month_outlined.svg +3 -0
  125. package/lib/assets/icons/calendar_today_filled.svg +3 -0
  126. package/lib/assets/icons/calendar_today_outlined.svg +3 -0
  127. package/lib/assets/icons/call_filled.svg +3 -0
  128. package/lib/assets/icons/call_outlined.svg +3 -0
  129. package/lib/assets/icons/cancel_filled.svg +3 -0
  130. package/lib/assets/icons/cancel_outlined.svg +3 -0
  131. package/lib/assets/icons/category_filled.svg +3 -0
  132. package/lib/assets/icons/category_outlined.svg +3 -0
  133. package/lib/assets/icons/chart_add_filled.svg +3 -0
  134. package/lib/assets/icons/chart_add_outlined.svg +3 -0
  135. package/lib/assets/icons/chart_area_filled.svg +3 -0
  136. package/lib/assets/icons/chart_area_outlined.svg +3 -0
  137. package/lib/assets/icons/chart_bar.svg +3 -0
  138. package/lib/assets/icons/chart_bar_stacked.svg +3 -0
  139. package/lib/assets/icons/chart_pie_filled.svg +3 -0
  140. package/lib/assets/icons/chart_pie_outlined.svg +3 -0
  141. package/lib/assets/icons/chart_table_filled.svg +3 -0
  142. package/lib/assets/icons/chart_table_outlined.svg +3 -0
  143. package/lib/assets/icons/chat_alt_filled.svg +3 -0
  144. package/lib/assets/icons/chat_alt_outlined.svg +3 -0
  145. package/lib/assets/icons/chat_alt_unread_filled.svg +3 -0
  146. package/lib/assets/icons/chat_alt_unread_outlined.svg +3 -0
  147. package/lib/assets/icons/chat_filled.svg +3 -0
  148. package/lib/assets/icons/chat_outlined.svg +3 -0
  149. package/lib/assets/icons/chat_unread_filled.svg +3 -0
  150. package/lib/assets/icons/chat_unread_outlined.svg +3 -0
  151. package/lib/assets/icons/check.svg +3 -0
  152. package/lib/assets/icons/check_circle_filled.svg +3 -0
  153. package/lib/assets/icons/check_circle_outlined.svg +3 -0
  154. package/lib/assets/icons/check_indeterminate.svg +3 -0
  155. package/lib/assets/icons/check_small.svg +3 -0
  156. package/lib/assets/icons/checkbox_empty.svg +3 -0
  157. package/lib/assets/icons/checkbox_filled.svg +3 -0
  158. package/lib/assets/icons/checkbox_indeterminate_filled.svg +3 -0
  159. package/lib/assets/icons/checkbox_indeterminate_outlined.svg +3 -0
  160. package/lib/assets/icons/checkbox_outlined.svg +3 -0
  161. package/lib/assets/icons/clock_filled.svg +3 -0
  162. package/lib/assets/icons/clock_outlined.svg +3 -0
  163. package/lib/assets/icons/close.svg +3 -0
  164. package/lib/assets/icons/cloud_download_filled.svg +3 -0
  165. package/lib/assets/icons/cloud_download_outlined.svg +3 -0
  166. package/lib/assets/icons/cloud_filled.svg +3 -0
  167. package/lib/assets/icons/cloud_off_filled.svg +3 -0
  168. package/lib/assets/icons/cloud_off_outlined.svg +3 -0
  169. package/lib/assets/icons/cloud_outlined.svg +3 -0
  170. package/lib/assets/icons/cloud_upload_filled.svg +3 -0
  171. package/lib/assets/icons/cloud_upload_outlined.svg +3 -0
  172. package/lib/assets/icons/comment_add_filled.svg +3 -0
  173. package/lib/assets/icons/comment_add_outlined.svg +3 -0
  174. package/lib/assets/icons/comment_filled.svg +3 -0
  175. package/lib/assets/icons/comment_outlined.svg +3 -0
  176. package/lib/assets/icons/company.svg +3 -0
  177. package/lib/assets/icons/compare.svg +3 -0
  178. package/lib/assets/icons/contact_filled.svg +3 -0
  179. package/lib/assets/icons/contact_outlined.svg +3 -0
  180. package/lib/assets/icons/copy_all.svg +3 -0
  181. package/lib/assets/icons/copy_filled.svg +3 -0
  182. package/lib/assets/icons/copy_outlined.svg +3 -0
  183. package/lib/assets/icons/crisis_alert.svg +3 -0
  184. package/lib/assets/icons/cut.svg +3 -0
  185. package/lib/assets/icons/dangerous_filled.svg +3 -0
  186. package/lib/assets/icons/dangerous_outlined.svg +3 -0
  187. package/lib/assets/icons/dashboard_filled.svg +3 -0
  188. package/lib/assets/icons/dashboard_outlined.svg +3 -0
  189. package/lib/assets/icons/database_filled.svg +3 -0
  190. package/lib/assets/icons/database_outlined.svg +3 -0
  191. package/lib/assets/icons/delete_filled.svg +3 -0
  192. package/lib/assets/icons/delete_outlined.svg +3 -0
  193. package/lib/assets/icons/desktop_filled.svg +3 -0
  194. package/lib/assets/icons/desktop_outlined.svg +3 -0
  195. package/lib/assets/icons/devices_filled.svg +3 -0
  196. package/lib/assets/icons/devices_outlined.svg +3 -0
  197. package/lib/assets/icons/download.svg +3 -0
  198. package/lib/assets/icons/download_done.svg +3 -0
  199. package/lib/assets/icons/draft_filled.svg +3 -0
  200. package/lib/assets/icons/draft_outlined.svg +3 -0
  201. package/lib/assets/icons/drag_handle.svg +3 -0
  202. package/lib/assets/icons/drag_indicator.svg +3 -0
  203. package/lib/assets/icons/eco_filled.svg +3 -0
  204. package/lib/assets/icons/eco_outlined.svg +3 -0
  205. package/lib/assets/icons/edit_filled.svg +3 -0
  206. package/lib/assets/icons/edit_outlined.svg +3 -0
  207. package/lib/assets/icons/electric_meter_filled.svg +3 -0
  208. package/lib/assets/icons/electric_meter_outlined.svg +3 -0
  209. package/lib/assets/icons/error_filled.svg +3 -0
  210. package/lib/assets/icons/error_outlined.svg +3 -0
  211. package/lib/assets/icons/exclamation.svg +3 -0
  212. package/lib/assets/icons/explore_filled.svg +3 -0
  213. package/lib/assets/icons/explore_off_filled.svg +3 -0
  214. package/lib/assets/icons/explore_off_outlined.svg +3 -0
  215. package/lib/assets/icons/explore_outlined.svg +3 -0
  216. package/lib/assets/icons/explore_travel.svg +3 -0
  217. package/lib/assets/icons/export_xls_filled.svg +3 -0
  218. package/lib/assets/icons/export_xls_outlined.svg +6 -0
  219. package/lib/assets/icons/external_link.svg +3 -0
  220. package/lib/assets/icons/fast_forward_filled.svg +3 -0
  221. package/lib/assets/icons/fast_forward_outlined.svg +3 -0
  222. package/lib/assets/icons/fast_rewind_filled.svg +3 -0
  223. package/lib/assets/icons/fast_rewind_outlined.svg +3 -0
  224. package/lib/assets/icons/feedback_filled.svg +3 -0
  225. package/lib/assets/icons/feedback_outlined.svg +3 -0
  226. package/lib/assets/icons/file_copy_filled.svg +3 -0
  227. package/lib/assets/icons/file_copy_outlined.svg +3 -0
  228. package/lib/assets/icons/file_download_filled.svg +3 -0
  229. package/lib/assets/icons/file_download_outlined.svg +3 -0
  230. package/lib/assets/icons/file_upload_filled.svg +3 -0
  231. package/lib/assets/icons/file_upload_outlined.svg +3 -0
  232. package/lib/assets/icons/filter.svg +3 -0
  233. package/lib/assets/icons/filter_alt_filled.svg +3 -0
  234. package/lib/assets/icons/filter_alt_off_filled.svg +3 -0
  235. package/lib/assets/icons/filter_alt_off_outlined.svg +3 -0
  236. package/lib/assets/icons/filter_alt_outlined.svg +3 -0
  237. package/lib/assets/icons/filter_off.svg +3 -0
  238. package/lib/assets/icons/fire_filled.svg +3 -0
  239. package/lib/assets/icons/fire_outlined.svg +3 -0
  240. package/lib/assets/icons/first_page.svg +3 -0
  241. package/lib/assets/icons/fit_screen_filled.svg +3 -0
  242. package/lib/assets/icons/fit_screen_outlined.svg +3 -0
  243. package/lib/assets/icons/flag_filled.svg +3 -0
  244. package/lib/assets/icons/flag_outlined.svg +3 -0
  245. package/lib/assets/icons/flash_filled.svg +3 -0
  246. package/lib/assets/icons/flash_off_filled.svg +3 -0
  247. package/lib/assets/icons/flash_off_outlined.svg +3 -0
  248. package/lib/assets/icons/flash_outlined.svg +3 -0
  249. package/lib/assets/icons/folder_add_filled.svg +3 -0
  250. package/lib/assets/icons/folder_add_outlined.svg +3 -0
  251. package/lib/assets/icons/folder_filled.svg +3 -0
  252. package/lib/assets/icons/folder_move_filled.svg +3 -0
  253. package/lib/assets/icons/folder_move_outlined.svg +3 -0
  254. package/lib/assets/icons/folder_open_filled.svg +3 -0
  255. package/lib/assets/icons/folder_open_outlined.svg +3 -0
  256. package/lib/assets/icons/folder_outlined.svg +3 -0
  257. package/lib/assets/icons/folder_shared_filled.svg +3 -0
  258. package/lib/assets/icons/folder_shared_outlined.svg +3 -0
  259. package/lib/assets/icons/forum_filled.svg +3 -0
  260. package/lib/assets/icons/forum_outlined.svg +3 -0
  261. package/lib/assets/icons/forward.svg +3 -0
  262. package/lib/assets/icons/fullscreen.svg +3 -0
  263. package/lib/assets/icons/fullscreen_exit.svg +3 -0
  264. package/lib/assets/icons/group_add_filled.svg +3 -0
  265. package/lib/assets/icons/group_add_outlined.svg +3 -0
  266. package/lib/assets/icons/group_filled.svg +3 -0
  267. package/lib/assets/icons/group_outlined.svg +3 -0
  268. package/lib/assets/icons/groups_filled.svg +3 -0
  269. package/lib/assets/icons/groups_outlined.svg +3 -0
  270. package/lib/assets/icons/handshake_filled.svg +3 -0
  271. package/lib/assets/icons/handshake_outlined.svg +3 -0
  272. package/lib/assets/icons/headphones_filled.svg +3 -0
  273. package/lib/assets/icons/headphones_outlined.svg +3 -0
  274. package/lib/assets/icons/heart_filled.svg +3 -0
  275. package/lib/assets/icons/heart_outlined.svg +3 -0
  276. package/lib/assets/icons/help_filled.svg +3 -0
  277. package/lib/assets/icons/help_outlined.svg +3 -0
  278. package/lib/assets/icons/history.svg +3 -0
  279. package/lib/assets/icons/home_filled.svg +3 -0
  280. package/lib/assets/icons/home_outlined.svg +3 -0
  281. package/lib/assets/icons/hourglass_empty.svg +3 -0
  282. package/lib/assets/icons/hourglass_filled.svg +3 -0
  283. package/lib/assets/icons/hourglass_outlined.svg +3 -0
  284. package/lib/assets/icons/image_broken_filled.svg +3 -0
  285. package/lib/assets/icons/image_broken_outlined.svg +3 -0
  286. package/lib/assets/icons/image_filled.svg +3 -0
  287. package/lib/assets/icons/image_gallery_filled.svg +3 -0
  288. package/lib/assets/icons/image_gallery_outlined.svg +3 -0
  289. package/lib/assets/icons/image_outlined.svg +3 -0
  290. package/lib/assets/icons/inbox_filled.svg +3 -0
  291. package/lib/assets/icons/inbox_outlined.svg +3 -0
  292. package/lib/assets/icons/info_filled.svg +3 -0
  293. package/lib/assets/icons/info_i.svg +3 -0
  294. package/lib/assets/icons/info_outlined.svg +3 -0
  295. package/lib/assets/icons/keep_filled.svg +3 -0
  296. package/lib/assets/icons/keep_off_filled.svg +3 -0
  297. package/lib/assets/icons/keep_off_outlined.svg +3 -0
  298. package/lib/assets/icons/keep_outlined.svg +3 -0
  299. package/lib/assets/icons/label_filled.svg +3 -0
  300. package/lib/assets/icons/label_outlined.svg +3 -0
  301. package/lib/assets/icons/language.svg +3 -0
  302. package/lib/assets/icons/laptop_filled.svg +3 -0
  303. package/lib/assets/icons/laptop_outlined.svg +3 -0
  304. package/lib/assets/icons/last_page.svg +3 -0
  305. package/lib/assets/icons/left_panel_close_filled.svg +3 -0
  306. package/lib/assets/icons/left_panel_close_outlined.svg +3 -0
  307. package/lib/assets/icons/left_panel_open_filled.svg +3 -0
  308. package/lib/assets/icons/left_panel_open_outlined.svg +3 -0
  309. package/lib/assets/icons/light_off_filled.svg +3 -0
  310. package/lib/assets/icons/light_off_outlined.svg +3 -0
  311. package/lib/assets/icons/lightbulb_alt_filled.svg +3 -0
  312. package/lib/assets/icons/lightbulb_alt_outlined.svg +3 -0
  313. package/lib/assets/icons/lightbulb_circle_filled.svg +3 -0
  314. package/lib/assets/icons/lightbulb_circle_outlined.svg +3 -0
  315. package/lib/assets/icons/lightbulb_filled.svg +3 -0
  316. package/lib/assets/icons/lightbulb_outlined.svg +3 -0
  317. package/lib/assets/icons/link.svg +3 -0
  318. package/lib/assets/icons/link_off.svg +3 -0
  319. package/lib/assets/icons/list.svg +3 -0
  320. package/lib/assets/icons/list_alt_filled.svg +3 -0
  321. package/lib/assets/icons/list_alt_outlined.svg +3 -0
  322. package/lib/assets/icons/location_disabled.svg +10 -0
  323. package/lib/assets/icons/location_me_filled.svg +3 -0
  324. package/lib/assets/icons/location_me_outlined.svg +3 -0
  325. package/lib/assets/icons/location_off_filled.svg +3 -0
  326. package/lib/assets/icons/location_off_outlined.svg +3 -0
  327. package/lib/assets/icons/location_on_filled.svg +3 -0
  328. package/lib/assets/icons/location_on_outlined.svg +3 -0
  329. package/lib/assets/icons/lock_filled.svg +3 -0
  330. package/lib/assets/icons/lock_open_filled.svg +3 -0
  331. package/lib/assets/icons/lock_open_outlined.svg +3 -0
  332. package/lib/assets/icons/lock_open_right_filled.svg +3 -0
  333. package/lib/assets/icons/lock_open_right_outlined.svg +3 -0
  334. package/lib/assets/icons/lock_outlined.svg +3 -0
  335. package/lib/assets/icons/login.svg +3 -0
  336. package/lib/assets/icons/logout.svg +3 -0
  337. package/lib/assets/icons/mail_filled.svg +3 -0
  338. package/lib/assets/icons/mail_outlined.svg +3 -0
  339. package/lib/assets/icons/mail_unread_filled.svg +3 -0
  340. package/lib/assets/icons/mail_unread_outlined.svg +3 -0
  341. package/lib/assets/icons/map_filled.svg +3 -0
  342. package/lib/assets/icons/map_outlined.svg +3 -0
  343. package/lib/assets/icons/menu.svg +3 -0
  344. package/lib/assets/icons/menu_open.svg +3 -0
  345. package/lib/assets/icons/mic_filled.svg +3 -0
  346. package/lib/assets/icons/mic_off_filled.svg +3 -0
  347. package/lib/assets/icons/mic_off_outlined.svg +3 -0
  348. package/lib/assets/icons/mic_outlined.svg +3 -0
  349. package/lib/assets/icons/mode_dark_filled.svg +3 -0
  350. package/lib/assets/icons/mode_dark_outlined.svg +3 -0
  351. package/lib/assets/icons/mode_light_filled.svg +10 -0
  352. package/lib/assets/icons/mode_light_outlined.svg +10 -0
  353. package/lib/assets/icons/monitoring.svg +3 -0
  354. package/lib/assets/icons/more_down.svg +3 -0
  355. package/lib/assets/icons/more_horiz.svg +3 -0
  356. package/lib/assets/icons/more_up.svg +3 -0
  357. package/lib/assets/icons/more_vert.svg +3 -0
  358. package/lib/assets/icons/notification_filled.svg +3 -0
  359. package/lib/assets/icons/notification_important_filled.svg +3 -0
  360. package/lib/assets/icons/notification_important_outlined.svg +3 -0
  361. package/lib/assets/icons/notification_off_filled.svg +3 -0
  362. package/lib/assets/icons/notification_off_outlined.svg +3 -0
  363. package/lib/assets/icons/notification_outlined.svg +3 -0
  364. package/lib/assets/icons/notification_unread_filled.svg +3 -0
  365. package/lib/assets/icons/notification_unread_outlined.svg +3 -0
  366. package/lib/assets/icons/ohm.svg +3 -0
  367. package/lib/assets/icons/open_in_full.svg +3 -0
  368. package/lib/assets/icons/palette_filled.svg +3 -0
  369. package/lib/assets/icons/palette_outlined.svg +3 -0
  370. package/lib/assets/icons/paste.svg +3 -0
  371. package/lib/assets/icons/pause_circle_filled.svg +3 -0
  372. package/lib/assets/icons/pause_circle_outlined.svg +3 -0
  373. package/lib/assets/icons/pause_filled.svg +3 -0
  374. package/lib/assets/icons/pause_outlined.svg +3 -0
  375. package/lib/assets/icons/photo_camera_filled.svg +3 -0
  376. package/lib/assets/icons/photo_camera_outlined.svg +3 -0
  377. package/lib/assets/icons/play_circle_filled.svg +3 -0
  378. package/lib/assets/icons/play_circle_outlined.svg +3 -0
  379. package/lib/assets/icons/play_filled.svg +3 -0
  380. package/lib/assets/icons/play_outlined.svg +3 -0
  381. package/lib/assets/icons/play_pause.svg +3 -0
  382. package/lib/assets/icons/power_filled.svg +3 -0
  383. package/lib/assets/icons/power_input.svg +3 -0
  384. package/lib/assets/icons/power_off_filled.svg +3 -0
  385. package/lib/assets/icons/power_off_outlined.svg +3 -0
  386. package/lib/assets/icons/power_outlined.svg +3 -0
  387. package/lib/assets/icons/power_plug.svg +3 -0
  388. package/lib/assets/icons/power_plug_connect_filled.svg +3 -0
  389. package/lib/assets/icons/power_plug_connect_outlined.svg +3 -0
  390. package/lib/assets/icons/power_settings.svg +3 -0
  391. package/lib/assets/icons/power_settings_circle_filled.svg +3 -0
  392. package/lib/assets/icons/power_settings_circle_outlined.svg +3 -0
  393. package/lib/assets/icons/power_solar_filled.svg +3 -0
  394. package/lib/assets/icons/power_solar_outlined.svg +3 -0
  395. package/lib/assets/icons/power_switch_filled.svg +3 -0
  396. package/lib/assets/icons/power_switch_outlined.svg +3 -0
  397. package/lib/assets/icons/power_wind_filled.svg +3 -0
  398. package/lib/assets/icons/power_wind_outlined.svg +3 -0
  399. package/lib/assets/icons/print_filled.svg +3 -0
  400. package/lib/assets/icons/print_outlined.svg +3 -0
  401. package/lib/assets/icons/priority_high.svg +3 -0
  402. package/lib/assets/icons/public.svg +3 -0
  403. package/lib/assets/icons/publish.svg +3 -0
  404. package/lib/assets/icons/question_mark.svg +3 -0
  405. package/lib/assets/icons/radar.svg +3 -0
  406. package/lib/assets/icons/radio_button_empty.svg +3 -0
  407. package/lib/assets/icons/redo.svg +3 -0
  408. package/lib/assets/icons/reload.svg +3 -0
  409. package/lib/assets/icons/remove.svg +3 -0
  410. package/lib/assets/icons/reply.svg +3 -0
  411. package/lib/assets/icons/reply_all.svg +3 -0
  412. package/lib/assets/icons/right_panel_close_filled.svg +3 -0
  413. package/lib/assets/icons/right_panel_close_outlined.svg +3 -0
  414. package/lib/assets/icons/right_panel_open_filled.svg +3 -0
  415. package/lib/assets/icons/right_panel_open_outlined.svg +3 -0
  416. package/lib/assets/icons/route.svg +3 -0
  417. package/lib/assets/icons/save_filled.svg +3 -0
  418. package/lib/assets/icons/save_outlined.svg +3 -0
  419. package/lib/assets/icons/search.svg +3 -0
  420. package/lib/assets/icons/send_filled.svg +3 -0
  421. package/lib/assets/icons/send_outlined.svg +3 -0
  422. package/lib/assets/icons/settings_filled.svg +3 -0
  423. package/lib/assets/icons/settings_outlined.svg +3 -0
  424. package/lib/assets/icons/share_filled.svg +3 -0
  425. package/lib/assets/icons/share_outlined.svg +3 -0
  426. package/lib/assets/icons/side_navigation.svg +3 -0
  427. package/lib/assets/icons/skip_next_filled.svg +3 -0
  428. package/lib/assets/icons/skip_next_outlined.svg +3 -0
  429. package/lib/assets/icons/skip_previous_filled.svg +3 -0
  430. package/lib/assets/icons/skip_previous_outlined.svg +3 -0
  431. package/lib/assets/icons/smartphone_filled.svg +3 -0
  432. package/lib/assets/icons/smartphone_outlined.svg +3 -0
  433. package/lib/assets/icons/sort.svg +3 -0
  434. package/lib/assets/icons/star_filled.svg +3 -0
  435. package/lib/assets/icons/star_outlined.svg +3 -0
  436. package/lib/assets/icons/sticky_note_filled.svg +3 -0
  437. package/lib/assets/icons/sticky_note_outlined.svg +3 -0
  438. package/lib/assets/icons/stop_circle_filled.svg +3 -0
  439. package/lib/assets/icons/stop_circle_outlined.svg +3 -0
  440. package/lib/assets/icons/stop_filled.svg +3 -0
  441. package/lib/assets/icons/stop_outlined.svg +3 -0
  442. package/lib/assets/icons/subtitles_filled.svg +3 -0
  443. package/lib/assets/icons/subtitles_outlined.svg +3 -0
  444. package/lib/assets/icons/support_agent.svg +3 -0
  445. package/lib/assets/icons/swap_horiz.svg +3 -0
  446. package/lib/assets/icons/swap_vert.svg +3 -0
  447. package/lib/assets/icons/text_snippet_filled.svg +3 -0
  448. package/lib/assets/icons/text_snippet_outlined.svg +3 -0
  449. package/lib/assets/icons/timeline.svg +3 -0
  450. package/lib/assets/icons/trash_restore_filled.svg +3 -0
  451. package/lib/assets/icons/trash_restore_outlined.svg +3 -0
  452. package/lib/assets/icons/trending_down.svg +3 -0
  453. package/lib/assets/icons/trending_flat.svg +3 -0
  454. package/lib/assets/icons/trending_up.svg +3 -0
  455. package/lib/assets/icons/tune.svg +3 -0
  456. package/lib/assets/icons/unarchive_filled.svg +3 -0
  457. package/lib/assets/icons/unarchive_outlined.svg +3 -0
  458. package/lib/assets/icons/undo.svg +3 -0
  459. package/lib/assets/icons/upload.svg +3 -0
  460. package/lib/assets/icons/user_add_filled.svg +3 -0
  461. package/lib/assets/icons/user_add_outlined.svg +3 -0
  462. package/lib/assets/icons/user_circle_filled.svg +3 -0
  463. package/lib/assets/icons/user_circle_outlined.svg +3 -0
  464. package/lib/assets/icons/user_filled.svg +3 -0
  465. package/lib/assets/icons/user_outlined.svg +3 -0
  466. package/lib/assets/icons/user_settings_filled.svg +3 -0
  467. package/lib/assets/icons/user_settings_outlined.svg +3 -0
  468. package/lib/assets/icons/verified_filled.svg +3 -0
  469. package/lib/assets/icons/verified_outlined.svg +3 -0
  470. package/lib/assets/icons/video_camera_filled.svg +3 -0
  471. package/lib/assets/icons/video_camera_off_filled.svg +3 -0
  472. package/lib/assets/icons/video_camera_off_outlined.svg +3 -0
  473. package/lib/assets/icons/video_camera_outlined.svg +3 -0
  474. package/lib/assets/icons/video_gallery_filled.svg +3 -0
  475. package/lib/assets/icons/video_gallery_outlined.svg +3 -0
  476. package/lib/assets/icons/view_agenda_filled.svg +3 -0
  477. package/lib/assets/icons/view_agenda_outlined.svg +3 -0
  478. package/lib/assets/icons/view_column_filled.svg +3 -0
  479. package/lib/assets/icons/view_column_outlined.svg +3 -0
  480. package/lib/assets/icons/view_grid_filled.svg +3 -0
  481. package/lib/assets/icons/view_grid_outlined.svg +3 -0
  482. package/lib/assets/icons/view_kanban_filled.svg +3 -0
  483. package/lib/assets/icons/view_kanban_outlined.svg +3 -0
  484. package/lib/assets/icons/view_module_filled.svg +3 -0
  485. package/lib/assets/icons/view_module_outlined.svg +3 -0
  486. package/lib/assets/icons/view_timeline_filled.svg +3 -0
  487. package/lib/assets/icons/view_timeline_outlined.svg +3 -0
  488. package/lib/assets/icons/visibility_hide_filled.svg +3 -0
  489. package/lib/assets/icons/visibility_hide_outlined.svg +3 -0
  490. package/lib/assets/icons/visibility_show_filled.svg +3 -0
  491. package/lib/assets/icons/visibility_show_outlined.svg +3 -0
  492. package/lib/assets/icons/volume_down_filled.svg +3 -0
  493. package/lib/assets/icons/volume_down_outlined.svg +3 -0
  494. package/lib/assets/icons/volume_mute_filled.svg +3 -0
  495. package/lib/assets/icons/volume_mute_outlined.svg +3 -0
  496. package/lib/assets/icons/volume_off_filled.svg +3 -0
  497. package/lib/assets/icons/volume_off_outlined.svg +3 -0
  498. package/lib/assets/icons/volume_up_filled.svg +3 -0
  499. package/lib/assets/icons/volume_up_outlined.svg +3 -0
  500. package/lib/assets/icons/warning_filled.svg +3 -0
  501. package/lib/assets/icons/warning_outlined.svg +3 -0
  502. package/lib/assets/icons/water.svg +3 -0
  503. package/lib/assets/icons/water_alt.svg +3 -0
  504. package/lib/assets/icons/waterdrop_filled.svg +3 -0
  505. package/lib/assets/icons/waterdrop_outlined.svg +3 -0
  506. package/lib/assets/icons/wifi.svg +3 -0
  507. package/lib/assets/icons/wifi_off.svg +3 -0
  508. package/lib/assets/icons/windmill.svg +3 -0
  509. package/lib/assets/icons/zoom_in.svg +3 -0
  510. package/lib/assets/icons/zoom_out.svg +3 -0
  511. package/lib/components/accordion/accordion.component.d.ts +29 -0
  512. package/lib/components/avatar/assets/status/status.component.d.ts +8 -0
  513. package/lib/components/avatar/avatar.component.d.ts +24 -0
  514. package/lib/components/badge/badge.directive.d.ts +1 -1
  515. package/lib/components/button/button.component.d.ts +6 -1
  516. package/lib/components/card/card.component.d.ts +2 -4
  517. package/lib/components/checkbox/checkbox.component.d.ts +2 -1
  518. package/lib/components/drawer/drawer-trigger/drawer-trigger.directive.d.ts +9 -0
  519. package/lib/components/drawer/drawer.component.d.ts +54 -0
  520. package/lib/components/drawer/drawer.directive.d.ts +60 -0
  521. package/lib/components/drawer/drawer.module.d.ts +8 -0
  522. package/lib/components/icon/icon-map.d.ts +7 -0
  523. package/lib/components/icon/icon.component.d.ts +1 -1
  524. package/lib/components/icon-button/icon-button.component.d.ts +2 -2
  525. package/lib/components/icon-button-toggle/icon-button-toggle.component.d.ts +1 -1
  526. package/lib/components/split-button/split-button.component.d.ts +2 -2
  527. package/lib/components/tag/tag.component.d.ts +2 -2
  528. package/lib/components/text-input/base-text-input/base-text-input.component.d.ts +2 -2
  529. package/lib/components/treeview/index.d.ts +3 -0
  530. package/lib/components/treeview/treeview-check.service.d.ts +10 -0
  531. package/lib/components/treeview/treeview-item/treeview-item-border/treeview-item-border.component.d.ts +10 -0
  532. package/lib/components/treeview/treeview-item/treeview-item.component.d.ts +71 -0
  533. package/lib/components/treeview/treeview-keyboard.service.d.ts +10 -0
  534. package/lib/components/treeview/treeview-selection.service.d.ts +9 -0
  535. package/lib/components/treeview/treeview.component.d.ts +43 -0
  536. package/package.json +2 -2
  537. package/public-api.d.ts +7 -0
@@ -3,7 +3,7 @@ import { ButtonSize, ButtonVariant } from "@design-system-rte/core/components/bu
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IconButtonToggleComponent {
5
5
  readonly disabled: import("@angular/core").InputSignal<boolean>;
6
- readonly name: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop">;
6
+ readonly name: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "company" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-compare" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "swap-horiz" | "swap-vert" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "contact" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "export-xls" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "handshake" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop">;
7
7
  readonly size: import("@angular/core").InputSignal<ButtonSize>;
8
8
  readonly variant: import("@angular/core").InputSignal<ButtonVariant>;
9
9
  readonly type: import("@angular/core").InputSignal<ButtonType>;
@@ -9,7 +9,7 @@ export declare class SplitButtonComponent implements OnInit, OnDestroy {
9
9
  readonly label: import("@angular/core").InputSignal<string>;
10
10
  readonly compactSpacing: import("@angular/core").InputSignal<boolean>;
11
11
  readonly position: import("@angular/core").InputSignal<SplitButtonPosition>;
12
- readonly icon: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop" | null>;
12
+ readonly icon: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "company" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-compare" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "swap-horiz" | "swap-vert" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "contact" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "export-xls" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "handshake" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop" | null>;
13
13
  readonly disabled: import("@angular/core").InputSignal<boolean>;
14
14
  readonly ariaLabelRight: import("@angular/core").InputSignal<string | undefined>;
15
15
  readonly options: import("@angular/core").InputSignal<SplitButtonItemProps[]>;
@@ -17,7 +17,7 @@ export declare class SplitButtonComponent implements OnInit, OnDestroy {
17
17
  readonly showBadge: import("@angular/core").InputSignal<boolean>;
18
18
  readonly badgeContent: import("@angular/core").InputSignal<BadgeContent | undefined>;
19
19
  readonly badgeCount: import("@angular/core").InputSignal<number | undefined>;
20
- readonly badgeIcon: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop">;
20
+ readonly badgeIcon: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "company" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-compare" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "swap-horiz" | "swap-vert" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "contact" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "export-xls" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "handshake" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop">;
21
21
  readonly badgeSize: import("@angular/core").InputSignal<BadgeSize>;
22
22
  readonly splitButtonLeftIconSize: import("@angular/core").Signal<number>;
23
23
  readonly splitButtonRightIconSize: import("@angular/core").Signal<number>;
@@ -6,9 +6,9 @@ export declare class TagComponent {
6
6
  readonly compactSpacing: import("@angular/core").InputSignal<boolean>;
7
7
  readonly label: import("@angular/core").InputSignal<string>;
8
8
  readonly showLeftIcon: import("@angular/core").InputSignal<boolean>;
9
- readonly iconName: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop" | undefined>;
9
+ readonly iconName: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "company" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-compare" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "swap-horiz" | "swap-vert" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "contact" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "export-xls" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "handshake" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop" | undefined>;
10
10
  readonly ariaLabel: import("@angular/core").InputSignal<string | undefined>;
11
- readonly computedIconName: import("@angular/core").Signal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop">;
11
+ readonly computedIconName: import("@angular/core").Signal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "company" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-compare" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "swap-horiz" | "swap-vert" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "contact" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "export-xls" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "handshake" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop">;
12
12
  readonly isValidIconName: import("@angular/core").Signal<boolean>;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "rte-tag", never, { "tagType": { "alias": "tagType"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "compactSpacing": { "alias": "compactSpacing"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "showLeftIcon": { "alias": "showLeftIcon"; "required": false; "isSignal": true; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -8,7 +8,7 @@ export declare class BaseTextInputComponent {
8
8
  readonly showCounter: import("@angular/core").InputSignal<boolean>;
9
9
  readonly value: import("@angular/core").InputSignal<string>;
10
10
  readonly internalValue: import("@angular/core").WritableSignal<string>;
11
- readonly leftIcon: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop" | null>;
11
+ readonly leftIcon: import("@angular/core").InputSignal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "company" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-compare" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "swap-horiz" | "swap-vert" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "contact" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "export-xls" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "handshake" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop" | null>;
12
12
  readonly showRightIcon: import("@angular/core").InputSignal<boolean>;
13
13
  readonly rightIconAction: import("@angular/core").InputSignal<"clean" | "visibilityOn" | "visibilityOff">;
14
14
  readonly showLabelRequirement: import("@angular/core").InputSignal<boolean>;
@@ -31,7 +31,7 @@ export declare class BaseTextInputComponent {
31
31
  readonly rightIconClick: import("@angular/core").OutputEmitterRef<void>;
32
32
  readonly characterCount: import("@angular/core").WritableSignal<number>;
33
33
  readonly isHiddenInput: import("@angular/core").WritableSignal<boolean>;
34
- readonly displayedLeftIcon: import("@angular/core").Signal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop" | null>;
34
+ readonly displayedLeftIcon: import("@angular/core").Signal<"add" | "apps" | "asterisk" | "bluetooth" | "check" | "close" | "company" | "compare" | "cut" | "download" | "exclamation" | "filter" | "forward" | "fullscreen" | "history" | "language" | "link" | "list" | "login" | "logout" | "menu" | "monitoring" | "ohm" | "paste" | "public" | "publish" | "radar" | "redo" | "reload" | "remove" | "reply" | "route" | "search" | "sort" | "timeline" | "tune" | "undo" | "upload" | "water" | "wifi" | "windmill" | "alt-route" | "arrow-alt-down" | "arrow-alt-down-left" | "arrow-alt-down-right" | "arrow-alt-left" | "arrow-alt-right" | "arrow-alt-up" | "arrow-alt-up-left" | "arrow-alt-up-right" | "arrow-angle-down-left" | "arrow-angle-down-right" | "arrow-angle-up-left" | "arrow-angle-up-right" | "arrow-chevron-down" | "arrow-chevron-left" | "arrow-chevron-right" | "arrow-chevron-up" | "arrow-compare" | "arrow-double-down" | "arrow-double-left" | "arrow-double-right" | "arrow-double-up" | "arrow-down" | "arrow-down-left" | "arrow-down-right" | "arrow-drop-down" | "arrow-drop-up" | "arrow-left" | "arrow-right" | "arrow-up" | "arrow-up-left" | "arrow-up-right" | "attach-file" | "battery-alt-empty" | "battery-alt-full" | "battery-charging" | "battery-empty" | "battery-full" | "bluetooth-off" | "chart-bar" | "chart-bar-stacked" | "check-indeterminate" | "check-small" | "checkbox-empty" | "copy-all" | "crisis-alert" | "download-done" | "drag-handle" | "drag-indicator" | "explore-travel" | "external-link" | "filter-off" | "first-page" | "fullscreen-exit" | "hourglass-empty" | "info-i" | "last-page" | "link-off" | "location-disabled" | "menu-open" | "more-down" | "more-horiz" | "more-up" | "more-vert" | "open-in-full" | "play-pause" | "power-input" | "power-plug" | "power-settings" | "priority-high" | "question-mark" | "radio-button-empty" | "reply-all" | "side-navigation" | "support-agent" | "swap-horiz" | "swap-vert" | "trending-down" | "trending-flat" | "trending-up" | "water-alt" | "wifi-off" | "zoom-in" | "zoom-out" | "add-circle" | "admin-panel-settings" | "analytics" | "archive" | "arrow-circle-chevron-down" | "arrow-circle-chevron-left" | "arrow-circle-chevron-right" | "arrow-circle-chevron-up" | "arrow-circle-down" | "arrow-circle-left" | "arrow-circle-right" | "arrow-circle-up" | "article" | "assignment-complete" | "assignment" | "battery-alert" | "battery-charging-full" | "bolt-alt-circle" | "bolt-alt" | "bolt-circle" | "bolt" | "bookmark" | "bookmarks" | "build" | "calendar-available" | "calendar-busy" | "calendar-month" | "calendar-today" | "call" | "cancel" | "category" | "chart-add" | "chart-area" | "chart-pie" | "chart-table" | "chat-alt" | "chat-alt-unread" | "chat" | "chat-unread" | "check-circle" | "checkbox" | "checkbox-indeterminate" | "clock" | "cloud-download" | "cloud" | "cloud-off" | "cloud-upload" | "comment-add" | "comment" | "contact" | "copy" | "dangerous" | "dashboard" | "database" | "delete" | "desktop" | "devices" | "draft" | "eco" | "edit" | "electric-meter" | "error" | "explore" | "explore-off" | "export-xls" | "fast-forward" | "fast-rewind" | "feedback" | "file-copy" | "file-download" | "file-upload" | "filter-alt" | "filter-alt-off" | "fire" | "fit-screen" | "flag" | "flash" | "flash-off" | "folder-add" | "folder" | "folder-move" | "folder-open" | "folder-shared" | "forum" | "group-add" | "group" | "groups" | "handshake" | "headphones" | "heart" | "help" | "home" | "hourglass" | "image-broken" | "image" | "image-gallery" | "inbox" | "info" | "keep" | "keep-off" | "label" | "laptop" | "left-panel-close" | "left-panel-open" | "light-off" | "lightbulb-alt" | "lightbulb-circle" | "lightbulb" | "list-alt" | "location-me" | "location-off" | "location-on" | "lock" | "lock-open" | "lock-open-right" | "mail" | "mail-unread" | "map" | "mic" | "mic-off" | "mode-dark" | "mode-light" | "notification" | "notification-important" | "notification-off" | "notification-unread" | "palette" | "pause-circle" | "pause" | "photo-camera" | "play-circle" | "play" | "power" | "power-off" | "power-plug-connect" | "power-settings-circle" | "power-solar" | "power-switch" | "power-wind" | "print" | "right-panel-close" | "right-panel-open" | "save" | "send" | "settings" | "share" | "skip-next" | "skip-previous" | "smartphone" | "star" | "sticky-note" | "stop-circle" | "stop" | "subtitles" | "text-snippet" | "trash-restore" | "unarchive" | "user-add" | "user-circle" | "user" | "user-settings" | "verified" | "video-camera" | "video-camera-off" | "video-gallery" | "view-agenda" | "view-column" | "view-grid" | "view-kanban" | "view-module" | "view-timeline" | "visibility-hide" | "visibility-show" | "volume-down" | "volume-mute" | "volume-off" | "volume-up" | "warning" | "waterdrop" | null>;
35
35
  readonly displayCounter: import("@angular/core").Signal<boolean>;
36
36
  readonly rightIconName: import("@angular/core").Signal<"visibility-show" | "visibility-hide" | "cancel">;
37
37
  readonly rightIconAriaLabel: import("@angular/core").Signal<"" | "show text" | "hide text" | "clear">;
@@ -0,0 +1,3 @@
1
+ export * from "./treeview-item/treeview-item.component";
2
+ export * from "./treeview-selection.service";
3
+ export * from "./treeview.component";
@@ -0,0 +1,10 @@
1
+ import type { TreeviewItemProps } from "@design-system-rte/core/components/treeview/treeview-item.interface";
2
+ import * as i0 from "@angular/core";
3
+ export declare class TreeviewCheckService {
4
+ readonly checkedIds: import("@angular/core").WritableSignal<Set<string>>;
5
+ private readonly rootItems;
6
+ setRootItems(items: TreeviewItemProps[]): void;
7
+ toggleChecked(node: TreeviewItemProps, rootItemsOverride?: TreeviewItemProps[]): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeviewCheckService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<TreeviewCheckService>;
10
+ }
@@ -0,0 +1,10 @@
1
+ import type { SvgConfig } from "@design-system-rte/core/common/svg";
2
+ import type { TreeviewBorderType } from "@design-system-rte/core/components/treeview/treeview-item.interface";
3
+ import * as i0 from "@angular/core";
4
+ export declare class TreeviewItemBorderComponent {
5
+ readonly borderType: import("@angular/core").InputSignal<TreeviewBorderType>;
6
+ readonly isCompact: import("@angular/core").InputSignal<boolean>;
7
+ readonly svgConfig: import("@angular/core").Signal<SvgConfig>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeviewItemBorderComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeviewItemBorderComponent, "rte-treeview-item-border", never, { "borderType": { "alias": "borderType"; "required": true; "isSignal": true; }; "isCompact": { "alias": "isCompact"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
10
+ }
@@ -0,0 +1,71 @@
1
+ import { Signal } from "@angular/core";
2
+ import { TreeviewBorderType, TreeviewItemProps, TreeviewOpenChangeEvent, TreeviewNodePath } from "@design-system-rte/core/components/treeview/treeview-item.interface";
3
+ import { DropdownItemConfig, DropdownItemEvent } from "../../dropdown/dropdown.types";
4
+ import * as i0 from "@angular/core";
5
+ export declare class TreeviewItemComponent {
6
+ get hostClasses(): string;
7
+ readonly role = "treeitem";
8
+ get dataItemId(): string;
9
+ get ariaLevel(): number;
10
+ get ariaExpanded(): boolean | undefined;
11
+ get ariaSelected(): boolean;
12
+ readonly treeId: import("@angular/core").InputSignal<string>;
13
+ readonly nodePath: import("@angular/core").InputSignal<TreeviewNodePath>;
14
+ readonly labelText: import("@angular/core").InputSignal<string>;
15
+ readonly icon: import("@angular/core").InputSignal<string | undefined>;
16
+ readonly disabled: import("@angular/core").InputSignal<boolean>;
17
+ readonly isCompact: import("@angular/core").InputSignal<boolean>;
18
+ readonly hasCheckbox: import("@angular/core").InputSignal<boolean>;
19
+ readonly isOpen: import("@angular/core").InputSignal<boolean>;
20
+ readonly hasIcon: import("@angular/core").InputSignal<boolean>;
21
+ readonly hasBadge: import("@angular/core").InputSignal<boolean>;
22
+ readonly items: import("@angular/core").InputSignal<TreeviewItemProps[]>;
23
+ readonly rootItems: import("@angular/core").InputSignal<TreeviewItemProps[] | undefined>;
24
+ readonly id: import("@angular/core").InputSignal<string | undefined>;
25
+ readonly depth: import("@angular/core").InputSignal<number | undefined>;
26
+ readonly isLastChild: import("@angular/core").InputSignal<boolean | undefined>;
27
+ readonly borderTypes: import("@angular/core").InputSignal<TreeviewBorderType[]>;
28
+ readonly actionIcon: import("@angular/core").InputSignal<string | undefined>;
29
+ readonly actionMenuItems: import("@angular/core").InputSignal<DropdownItemConfig[] | undefined>;
30
+ readonly isOpenSignal: import("@angular/core").WritableSignal<boolean>;
31
+ readonly itemClick: import("@angular/core").OutputEmitterRef<string | undefined>;
32
+ readonly openChange: import("@angular/core").OutputEmitterRef<TreeviewOpenChangeEvent>;
33
+ readonly actionIconClick: import("@angular/core").OutputEmitterRef<{
34
+ itemId: string;
35
+ event: Event;
36
+ }>;
37
+ readonly actionMenuClick: import("@angular/core").OutputEmitterRef<{
38
+ itemId: string;
39
+ menuItemId: string;
40
+ menuItemLabel: string;
41
+ event: Event;
42
+ item?: DropdownItemConfig | undefined;
43
+ }>;
44
+ private readonly parentItem;
45
+ private readonly selectionService;
46
+ private readonly checkService;
47
+ readonly hasChildren: Signal<boolean>;
48
+ readonly isChecked: Signal<boolean>;
49
+ readonly isIndeterminate: Signal<boolean>;
50
+ readonly itemId: Signal<string>;
51
+ readonly isSelected: Signal<boolean | null>;
52
+ readonly effectiveDepth: Signal<number>;
53
+ readonly nodeUid: Signal<string>;
54
+ readonly checkboxId: Signal<string>;
55
+ readonly resolvedBorderTypes: Signal<TreeviewBorderType[]>;
56
+ readonly connectorBorderTypes: Signal<TreeviewBorderType[]>;
57
+ getChildBorderTypes(isLastChild: boolean): TreeviewBorderType[];
58
+ constructor();
59
+ toggleOpen(): void;
60
+ handleContentClick(): void;
61
+ handleChevronKeyDown(event: KeyboardEvent): void;
62
+ handleContentKeyDown(event: KeyboardEvent): void;
63
+ handleCheckboxClick(event: Event): void;
64
+ handleCheckboxKeydown(event: KeyboardEvent): void;
65
+ handleActionIconClick(event: Event): void;
66
+ handleActionIconKeyDown(event: KeyboardEvent): void;
67
+ handleActionMenuClick(menuEvent: DropdownItemEvent): void;
68
+ trackChild(child: TreeviewItemProps): string;
69
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeviewItemComponent, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeviewItemComponent, "li[rteTreeviewItem]", never, { "treeId": { "alias": "treeId"; "required": true; "isSignal": true; }; "nodePath": { "alias": "nodePath"; "required": false; "isSignal": true; }; "labelText": { "alias": "labelText"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "isCompact": { "alias": "isCompact"; "required": false; "isSignal": true; }; "hasCheckbox": { "alias": "hasCheckbox"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "hasIcon": { "alias": "hasIcon"; "required": false; "isSignal": true; }; "hasBadge": { "alias": "hasBadge"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "rootItems": { "alias": "rootItems"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; "depth": { "alias": "depth"; "required": false; "isSignal": true; }; "isLastChild": { "alias": "isLastChild"; "required": false; "isSignal": true; }; "borderTypes": { "alias": "borderTypes"; "required": false; "isSignal": true; }; "actionIcon": { "alias": "actionIcon"; "required": false; "isSignal": true; }; "actionMenuItems": { "alias": "actionMenuItems"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; "openChange": "openChange"; "actionIconClick": "actionIconClick"; "actionMenuClick": "actionMenuClick"; }, never, never, true, never>;
71
+ }
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TreeviewKeyboardService {
3
+ handleKeyDown(event: KeyboardEvent, treeElement: HTMLElement): void;
4
+ private handleArrowKey;
5
+ onFocusIn(treeElement: HTMLElement, event: FocusEvent): void;
6
+ onFocusOut(treeElement: HTMLElement, event: FocusEvent): void;
7
+ initialize(treeElement: HTMLElement): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeviewKeyboardService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<TreeviewKeyboardService>;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { TreeviewItemProps } from "@design-system-rte/core/components/treeview";
2
+ import * as i0 from "@angular/core";
3
+ export declare class TreeviewSelectionService {
4
+ readonly selectedId: import("@angular/core").WritableSignal<string | undefined>;
5
+ select(id?: string): void;
6
+ selectByNodePath(pathString: string, items: TreeviewItemProps[]): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeviewSelectionService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<TreeviewSelectionService>;
9
+ }
@@ -0,0 +1,43 @@
1
+ import { AfterViewInit, ElementRef } from "@angular/core";
2
+ import { type TreeviewItemProps, TreeviewOpenChangeEvent, TreeviewSelectionChangeEvent } from "@design-system-rte/core/components/treeview";
3
+ import { DropdownItemConfig } from "../dropdown/dropdown.types";
4
+ import { TreeviewCheckService } from "./treeview-check.service";
5
+ import { TreeviewSelectionService } from "./treeview-selection.service";
6
+ import * as i0 from "@angular/core";
7
+ export declare class TreeviewComponent implements AfterViewInit {
8
+ readonly treeRef: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
9
+ readonly isCompact: import("@angular/core").InputSignal<boolean>;
10
+ readonly hasCheckbox: import("@angular/core").InputSignal<boolean>;
11
+ readonly items: import("@angular/core").InputSignal<TreeviewItemProps[]>;
12
+ readonly selectedId: import("@angular/core").InputSignal<string | undefined>;
13
+ readonly selectedPath: import("@angular/core").InputSignal<string | undefined>;
14
+ readonly id: import("@angular/core").InputSignal<string>;
15
+ readonly itemClick: import("@angular/core").OutputEmitterRef<string | undefined>;
16
+ readonly openChange: import("@angular/core").OutputEmitterRef<TreeviewOpenChangeEvent>;
17
+ readonly actionIconClick: import("@angular/core").OutputEmitterRef<{
18
+ itemId: string;
19
+ event: Event;
20
+ }>;
21
+ readonly actionMenuClick: import("@angular/core").OutputEmitterRef<{
22
+ itemId: string;
23
+ menuItemId: string;
24
+ menuItemLabel: string;
25
+ event: Event;
26
+ item?: DropdownItemConfig | undefined;
27
+ }>;
28
+ readonly selectionChange: import("@angular/core").OutputEmitterRef<TreeviewSelectionChangeEvent>;
29
+ readonly checkedIdsChange: import("@angular/core").OutputEmitterRef<ReadonlySet<string>>;
30
+ readonly selectionService: TreeviewSelectionService;
31
+ readonly checkService: TreeviewCheckService;
32
+ private cdr;
33
+ private keyboardService;
34
+ private destroyRef;
35
+ readonly hasCheckedItems: import("@angular/core").Signal<boolean>;
36
+ readonly hasNestedItems: import("@angular/core").Signal<boolean>;
37
+ constructor();
38
+ private setupKeyboardListeners;
39
+ ngAfterViewInit(): void;
40
+ itemTrack(item: TreeviewItemProps): string;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeviewComponent, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeviewComponent, "rte-treeview", never, { "isCompact": { "alias": "isCompact"; "required": false; "isSignal": true; }; "hasCheckbox": { "alias": "hasCheckbox"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "selectedId": { "alias": "selectedId"; "required": false; "isSignal": true; }; "selectedPath": { "alias": "selectedPath"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; "openChange": "openChange"; "actionIconClick": "actionIconClick"; "actionMenuClick": "actionMenuClick"; "selectionChange": "selectionChange"; "checkedIdsChange": "checkedIdsChange"; }, never, never, true, never>;
43
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-system-rte/angular",
3
- "version": "1.5.0",
3
+ "version": "1.6.1-rc1",
4
4
  "description": "Angular components for the Design System RTE",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -9,7 +9,7 @@
9
9
  "peerDependencies": {
10
10
  "@angular/common": "^18.2.14",
11
11
  "@angular/core": "^18.2.14",
12
- "@design-system-rte/core": "^1.5.0"
12
+ "@design-system-rte/core": "^1.6.5-rc2"
13
13
  },
14
14
  "dependencies": {
15
15
  "tslib": "^2.3.0"
package/public-api.d.ts CHANGED
@@ -20,12 +20,17 @@ export * from "./lib/components/divider/divider.component";
20
20
  export * from "./lib/components/switch/switch.component";
21
21
  export * from "./lib/components/segmented-control/segmented-control.component";
22
22
  export * from "./lib/components/breadcrumbs/breadcrumbs.component";
23
+ export * from "./lib/components/accordion/accordion.component";
23
24
  export * from "./lib/components/banner/banner.component";
24
25
  export * from "./lib/components/card/card.component";
25
26
  export * from "./lib/components/popover/popover.directive";
26
27
  export * from "./lib/components/modal/modal-trigger/modal-trigger.directive";
27
28
  export * from "./lib/components/modal/modal.directive";
28
29
  export * from "./lib/components/modal/modal.module";
30
+ export * from "./lib/components/drawer/drawer.component";
31
+ export * from "./lib/components/drawer/drawer.directive";
32
+ export * from "./lib/components/drawer/drawer-trigger/drawer-trigger.directive";
33
+ export * from "./lib/components/drawer/drawer.module";
29
34
  export * from "./lib/components/searchbar/searchbar.component";
30
35
  export * from "./lib/components/side-nav/base-side-nav/base-side-nav.component";
31
36
  export * from "./lib/components/side-nav/side-nav.component";
@@ -35,6 +40,7 @@ export * from "./lib/components/toast/toast.service";
35
40
  export * from "./lib/components/tag/tag.component";
36
41
  export * from "./lib/components/select/select.component";
37
42
  export * from "./lib/components/tab/tab.component";
43
+ export * from "./lib/components/treeview";
38
44
  export * from "./lib/components/dropdown/dropdown.directive";
39
45
  export * from "./lib/components/dropdown/dropdown-trigger/dropdown-trigger.directive";
40
46
  export * from "./lib/components/dropdown/dropdown-menu/dropdown-menu.component";
@@ -42,3 +48,4 @@ export * from "./lib/components/dropdown/dropdown-item/dropdown-item.component";
42
48
  export * from "./lib/components/dropdown/dropdown-menu/dropdown-menu-header.directive";
43
49
  export * from "./lib/components/dropdown/dropdown-menu/dropdown-menu-footer.directive";
44
50
  export * from "./lib/components/dropdown/dropdown.module";
51
+ export * from "./lib/components/avatar/avatar.component";