@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.
- package/esm2022/lib/components/accordion/accordion.component.mjs +94 -0
- package/esm2022/lib/components/avatar/assets/status/status.component.mjs +15 -0
- package/esm2022/lib/components/avatar/avatar.component.mjs +52 -0
- package/esm2022/lib/components/banner/banner.component.mjs +1 -1
- package/esm2022/lib/components/button/button.component.mjs +9 -3
- package/esm2022/lib/components/card/card.component.mjs +5 -6
- package/esm2022/lib/components/checkbox/checkbox.component.mjs +4 -3
- package/esm2022/lib/components/checkbox-group/checkbox-group.component.mjs +1 -1
- package/esm2022/lib/components/drawer/drawer-trigger/drawer-trigger.directive.mjs +33 -0
- package/esm2022/lib/components/drawer/drawer.component.mjs +160 -0
- package/esm2022/lib/components/drawer/drawer.directive.mjs +302 -0
- package/esm2022/lib/components/drawer/drawer.module.mjs +17 -0
- package/esm2022/lib/components/dropdown/dropdown-item/dropdown-item.component.mjs +1 -1
- package/esm2022/lib/components/icon/icon-map.mjs +119 -112
- package/esm2022/lib/components/icon/icon.component.mjs +9 -10
- package/esm2022/lib/components/popover/popover.component.mjs +1 -1
- package/esm2022/lib/components/toast/toast.component.mjs +1 -1
- package/esm2022/lib/components/treeview/index.mjs +4 -0
- package/esm2022/lib/components/treeview/treeview-check.service.mjs +24 -0
- package/esm2022/lib/components/treeview/treeview-item/treeview-item-border/treeview-item-border.component.mjs +20 -0
- package/esm2022/lib/components/treeview/treeview-item/treeview-item.component.mjs +227 -0
- package/esm2022/lib/components/treeview/treeview-keyboard.service.mjs +80 -0
- package/esm2022/lib/components/treeview/treeview-selection.service.mjs +23 -0
- package/esm2022/lib/components/treeview/treeview.component.mjs +89 -0
- package/esm2022/public-api.mjs +8 -1
- package/fesm2022/design-system-rte-angular.mjs +1338 -261
- package/fesm2022/design-system-rte-angular.mjs.map +1 -1
- package/lib/assets/icons/add.svg +3 -0
- package/lib/assets/icons/add_circle_filled.svg +3 -0
- package/lib/assets/icons/add_circle_outlined.svg +3 -0
- package/lib/assets/icons/admin_panel_settings_filled.svg +3 -0
- package/lib/assets/icons/admin_panel_settings_outlined.svg +3 -0
- package/lib/assets/icons/alt_route.svg +3 -0
- package/lib/assets/icons/analytics_filled.svg +3 -0
- package/lib/assets/icons/analytics_outlined.svg +3 -0
- package/lib/assets/icons/apps.svg +3 -0
- package/lib/assets/icons/archive_filled.svg +3 -0
- package/lib/assets/icons/archive_outlined.svg +3 -0
- package/lib/assets/icons/arrow_alt_down.svg +3 -0
- package/lib/assets/icons/arrow_alt_down_left.svg +3 -0
- package/lib/assets/icons/arrow_alt_down_right.svg +3 -0
- package/lib/assets/icons/arrow_alt_left.svg +3 -0
- package/lib/assets/icons/arrow_alt_right.svg +3 -0
- package/lib/assets/icons/arrow_alt_up.svg +3 -0
- package/lib/assets/icons/arrow_alt_up_left.svg +3 -0
- package/lib/assets/icons/arrow_alt_up_right.svg +3 -0
- package/lib/assets/icons/arrow_angle_down_left.svg +3 -0
- package/lib/assets/icons/arrow_angle_down_right.svg +3 -0
- package/lib/assets/icons/arrow_angle_up_left.svg +3 -0
- package/lib/assets/icons/arrow_angle_up_right.svg +3 -0
- package/lib/assets/icons/arrow_chevron_down.svg +3 -0
- package/lib/assets/icons/arrow_chevron_left.svg +3 -0
- package/lib/assets/icons/arrow_chevron_right.svg +3 -0
- package/lib/assets/icons/arrow_chevron_up.svg +3 -0
- package/lib/assets/icons/arrow_circle_chevron_down_filled.svg +3 -0
- package/lib/assets/icons/arrow_circle_chevron_down_outlined.svg +3 -0
- package/lib/assets/icons/arrow_circle_chevron_left_filled.svg +3 -0
- package/lib/assets/icons/arrow_circle_chevron_left_outlined.svg +3 -0
- package/lib/assets/icons/arrow_circle_chevron_right_filled.svg +3 -0
- package/lib/assets/icons/arrow_circle_chevron_right_outlined.svg +3 -0
- package/lib/assets/icons/arrow_circle_chevron_up_filled.svg +3 -0
- package/lib/assets/icons/arrow_circle_chevron_up_outlined.svg +3 -0
- package/lib/assets/icons/arrow_circle_down_filled.svg +3 -0
- package/lib/assets/icons/arrow_circle_down_outlined.svg +3 -0
- package/lib/assets/icons/arrow_circle_left_filled.svg +3 -0
- package/lib/assets/icons/arrow_circle_left_outlined.svg +3 -0
- package/lib/assets/icons/arrow_circle_right_filled.svg +3 -0
- package/lib/assets/icons/arrow_circle_right_outlined.svg +3 -0
- package/lib/assets/icons/arrow_circle_up_filled.svg +3 -0
- package/lib/assets/icons/arrow_circle_up_outlined.svg +3 -0
- package/lib/assets/icons/arrow_compare.svg +3 -0
- package/lib/assets/icons/arrow_double_down.svg +3 -0
- package/lib/assets/icons/arrow_double_left.svg +3 -0
- package/lib/assets/icons/arrow_double_right.svg +3 -0
- package/lib/assets/icons/arrow_double_up.svg +3 -0
- package/lib/assets/icons/arrow_down.svg +3 -0
- package/lib/assets/icons/arrow_down_left.svg +3 -0
- package/lib/assets/icons/arrow_down_right.svg +3 -0
- package/lib/assets/icons/arrow_drop_down.svg +3 -0
- package/lib/assets/icons/arrow_drop_up.svg +3 -0
- package/lib/assets/icons/arrow_left.svg +3 -0
- package/lib/assets/icons/arrow_right.svg +3 -0
- package/lib/assets/icons/arrow_up.svg +3 -0
- package/lib/assets/icons/arrow_up_left.svg +3 -0
- package/lib/assets/icons/arrow_up_right.svg +3 -0
- package/lib/assets/icons/article_filled.svg +3 -0
- package/lib/assets/icons/article_outlined.svg +3 -0
- package/lib/assets/icons/assignment_complete_filled.svg +3 -0
- package/lib/assets/icons/assignment_complete_outlined.svg +3 -0
- package/lib/assets/icons/assignment_filled.svg +3 -0
- package/lib/assets/icons/assignment_outlined.svg +3 -0
- package/lib/assets/icons/asterisk.svg +3 -0
- package/lib/assets/icons/attach_file.svg +3 -0
- package/lib/assets/icons/battery_alert_filled.svg +3 -0
- package/lib/assets/icons/battery_alert_outlined.svg +3 -0
- package/lib/assets/icons/battery_alt_empty.svg +3 -0
- package/lib/assets/icons/battery_alt_full.svg +3 -0
- package/lib/assets/icons/battery_charging.svg +3 -0
- package/lib/assets/icons/battery_charging_full_filled.svg +3 -0
- package/lib/assets/icons/battery_charging_full_outlined.svg +3 -0
- package/lib/assets/icons/battery_empty.svg +3 -0
- package/lib/assets/icons/battery_full.svg +3 -0
- package/lib/assets/icons/bluetooth.svg +3 -0
- package/lib/assets/icons/bluetooth_off.svg +3 -0
- package/lib/assets/icons/bolt_alt_circle_filled.svg +3 -0
- package/lib/assets/icons/bolt_alt_circle_outlined.svg +3 -0
- package/lib/assets/icons/bolt_alt_filled.svg +3 -0
- package/lib/assets/icons/bolt_alt_outlined.svg +3 -0
- package/lib/assets/icons/bolt_circle_filled.svg +3 -0
- package/lib/assets/icons/bolt_circle_outlined.svg +3 -0
- package/lib/assets/icons/bolt_filled.svg +3 -0
- package/lib/assets/icons/bolt_outlined.svg +3 -0
- package/lib/assets/icons/bookmark_filled.svg +3 -0
- package/lib/assets/icons/bookmark_outlined.svg +3 -0
- package/lib/assets/icons/bookmarks_filled.svg +3 -0
- package/lib/assets/icons/bookmarks_outlined.svg +3 -0
- package/lib/assets/icons/build_filled.svg +3 -0
- package/lib/assets/icons/build_outlined.svg +3 -0
- package/lib/assets/icons/calendar_available_filled.svg +3 -0
- package/lib/assets/icons/calendar_available_outlined.svg +3 -0
- package/lib/assets/icons/calendar_busy_filled.svg +3 -0
- package/lib/assets/icons/calendar_busy_outlined.svg +3 -0
- package/lib/assets/icons/calendar_month_filled.svg +3 -0
- package/lib/assets/icons/calendar_month_outlined.svg +3 -0
- package/lib/assets/icons/calendar_today_filled.svg +3 -0
- package/lib/assets/icons/calendar_today_outlined.svg +3 -0
- package/lib/assets/icons/call_filled.svg +3 -0
- package/lib/assets/icons/call_outlined.svg +3 -0
- package/lib/assets/icons/cancel_filled.svg +3 -0
- package/lib/assets/icons/cancel_outlined.svg +3 -0
- package/lib/assets/icons/category_filled.svg +3 -0
- package/lib/assets/icons/category_outlined.svg +3 -0
- package/lib/assets/icons/chart_add_filled.svg +3 -0
- package/lib/assets/icons/chart_add_outlined.svg +3 -0
- package/lib/assets/icons/chart_area_filled.svg +3 -0
- package/lib/assets/icons/chart_area_outlined.svg +3 -0
- package/lib/assets/icons/chart_bar.svg +3 -0
- package/lib/assets/icons/chart_bar_stacked.svg +3 -0
- package/lib/assets/icons/chart_pie_filled.svg +3 -0
- package/lib/assets/icons/chart_pie_outlined.svg +3 -0
- package/lib/assets/icons/chart_table_filled.svg +3 -0
- package/lib/assets/icons/chart_table_outlined.svg +3 -0
- package/lib/assets/icons/chat_alt_filled.svg +3 -0
- package/lib/assets/icons/chat_alt_outlined.svg +3 -0
- package/lib/assets/icons/chat_alt_unread_filled.svg +3 -0
- package/lib/assets/icons/chat_alt_unread_outlined.svg +3 -0
- package/lib/assets/icons/chat_filled.svg +3 -0
- package/lib/assets/icons/chat_outlined.svg +3 -0
- package/lib/assets/icons/chat_unread_filled.svg +3 -0
- package/lib/assets/icons/chat_unread_outlined.svg +3 -0
- package/lib/assets/icons/check.svg +3 -0
- package/lib/assets/icons/check_circle_filled.svg +3 -0
- package/lib/assets/icons/check_circle_outlined.svg +3 -0
- package/lib/assets/icons/check_indeterminate.svg +3 -0
- package/lib/assets/icons/check_small.svg +3 -0
- package/lib/assets/icons/checkbox_empty.svg +3 -0
- package/lib/assets/icons/checkbox_filled.svg +3 -0
- package/lib/assets/icons/checkbox_indeterminate_filled.svg +3 -0
- package/lib/assets/icons/checkbox_indeterminate_outlined.svg +3 -0
- package/lib/assets/icons/checkbox_outlined.svg +3 -0
- package/lib/assets/icons/clock_filled.svg +3 -0
- package/lib/assets/icons/clock_outlined.svg +3 -0
- package/lib/assets/icons/close.svg +3 -0
- package/lib/assets/icons/cloud_download_filled.svg +3 -0
- package/lib/assets/icons/cloud_download_outlined.svg +3 -0
- package/lib/assets/icons/cloud_filled.svg +3 -0
- package/lib/assets/icons/cloud_off_filled.svg +3 -0
- package/lib/assets/icons/cloud_off_outlined.svg +3 -0
- package/lib/assets/icons/cloud_outlined.svg +3 -0
- package/lib/assets/icons/cloud_upload_filled.svg +3 -0
- package/lib/assets/icons/cloud_upload_outlined.svg +3 -0
- package/lib/assets/icons/comment_add_filled.svg +3 -0
- package/lib/assets/icons/comment_add_outlined.svg +3 -0
- package/lib/assets/icons/comment_filled.svg +3 -0
- package/lib/assets/icons/comment_outlined.svg +3 -0
- package/lib/assets/icons/company.svg +3 -0
- package/lib/assets/icons/compare.svg +3 -0
- package/lib/assets/icons/contact_filled.svg +3 -0
- package/lib/assets/icons/contact_outlined.svg +3 -0
- package/lib/assets/icons/copy_all.svg +3 -0
- package/lib/assets/icons/copy_filled.svg +3 -0
- package/lib/assets/icons/copy_outlined.svg +3 -0
- package/lib/assets/icons/crisis_alert.svg +3 -0
- package/lib/assets/icons/cut.svg +3 -0
- package/lib/assets/icons/dangerous_filled.svg +3 -0
- package/lib/assets/icons/dangerous_outlined.svg +3 -0
- package/lib/assets/icons/dashboard_filled.svg +3 -0
- package/lib/assets/icons/dashboard_outlined.svg +3 -0
- package/lib/assets/icons/database_filled.svg +3 -0
- package/lib/assets/icons/database_outlined.svg +3 -0
- package/lib/assets/icons/delete_filled.svg +3 -0
- package/lib/assets/icons/delete_outlined.svg +3 -0
- package/lib/assets/icons/desktop_filled.svg +3 -0
- package/lib/assets/icons/desktop_outlined.svg +3 -0
- package/lib/assets/icons/devices_filled.svg +3 -0
- package/lib/assets/icons/devices_outlined.svg +3 -0
- package/lib/assets/icons/download.svg +3 -0
- package/lib/assets/icons/download_done.svg +3 -0
- package/lib/assets/icons/draft_filled.svg +3 -0
- package/lib/assets/icons/draft_outlined.svg +3 -0
- package/lib/assets/icons/drag_handle.svg +3 -0
- package/lib/assets/icons/drag_indicator.svg +3 -0
- package/lib/assets/icons/eco_filled.svg +3 -0
- package/lib/assets/icons/eco_outlined.svg +3 -0
- package/lib/assets/icons/edit_filled.svg +3 -0
- package/lib/assets/icons/edit_outlined.svg +3 -0
- package/lib/assets/icons/electric_meter_filled.svg +3 -0
- package/lib/assets/icons/electric_meter_outlined.svg +3 -0
- package/lib/assets/icons/error_filled.svg +3 -0
- package/lib/assets/icons/error_outlined.svg +3 -0
- package/lib/assets/icons/exclamation.svg +3 -0
- package/lib/assets/icons/explore_filled.svg +3 -0
- package/lib/assets/icons/explore_off_filled.svg +3 -0
- package/lib/assets/icons/explore_off_outlined.svg +3 -0
- package/lib/assets/icons/explore_outlined.svg +3 -0
- package/lib/assets/icons/explore_travel.svg +3 -0
- package/lib/assets/icons/export_xls_filled.svg +3 -0
- package/lib/assets/icons/export_xls_outlined.svg +6 -0
- package/lib/assets/icons/external_link.svg +3 -0
- package/lib/assets/icons/fast_forward_filled.svg +3 -0
- package/lib/assets/icons/fast_forward_outlined.svg +3 -0
- package/lib/assets/icons/fast_rewind_filled.svg +3 -0
- package/lib/assets/icons/fast_rewind_outlined.svg +3 -0
- package/lib/assets/icons/feedback_filled.svg +3 -0
- package/lib/assets/icons/feedback_outlined.svg +3 -0
- package/lib/assets/icons/file_copy_filled.svg +3 -0
- package/lib/assets/icons/file_copy_outlined.svg +3 -0
- package/lib/assets/icons/file_download_filled.svg +3 -0
- package/lib/assets/icons/file_download_outlined.svg +3 -0
- package/lib/assets/icons/file_upload_filled.svg +3 -0
- package/lib/assets/icons/file_upload_outlined.svg +3 -0
- package/lib/assets/icons/filter.svg +3 -0
- package/lib/assets/icons/filter_alt_filled.svg +3 -0
- package/lib/assets/icons/filter_alt_off_filled.svg +3 -0
- package/lib/assets/icons/filter_alt_off_outlined.svg +3 -0
- package/lib/assets/icons/filter_alt_outlined.svg +3 -0
- package/lib/assets/icons/filter_off.svg +3 -0
- package/lib/assets/icons/fire_filled.svg +3 -0
- package/lib/assets/icons/fire_outlined.svg +3 -0
- package/lib/assets/icons/first_page.svg +3 -0
- package/lib/assets/icons/fit_screen_filled.svg +3 -0
- package/lib/assets/icons/fit_screen_outlined.svg +3 -0
- package/lib/assets/icons/flag_filled.svg +3 -0
- package/lib/assets/icons/flag_outlined.svg +3 -0
- package/lib/assets/icons/flash_filled.svg +3 -0
- package/lib/assets/icons/flash_off_filled.svg +3 -0
- package/lib/assets/icons/flash_off_outlined.svg +3 -0
- package/lib/assets/icons/flash_outlined.svg +3 -0
- package/lib/assets/icons/folder_add_filled.svg +3 -0
- package/lib/assets/icons/folder_add_outlined.svg +3 -0
- package/lib/assets/icons/folder_filled.svg +3 -0
- package/lib/assets/icons/folder_move_filled.svg +3 -0
- package/lib/assets/icons/folder_move_outlined.svg +3 -0
- package/lib/assets/icons/folder_open_filled.svg +3 -0
- package/lib/assets/icons/folder_open_outlined.svg +3 -0
- package/lib/assets/icons/folder_outlined.svg +3 -0
- package/lib/assets/icons/folder_shared_filled.svg +3 -0
- package/lib/assets/icons/folder_shared_outlined.svg +3 -0
- package/lib/assets/icons/forum_filled.svg +3 -0
- package/lib/assets/icons/forum_outlined.svg +3 -0
- package/lib/assets/icons/forward.svg +3 -0
- package/lib/assets/icons/fullscreen.svg +3 -0
- package/lib/assets/icons/fullscreen_exit.svg +3 -0
- package/lib/assets/icons/group_add_filled.svg +3 -0
- package/lib/assets/icons/group_add_outlined.svg +3 -0
- package/lib/assets/icons/group_filled.svg +3 -0
- package/lib/assets/icons/group_outlined.svg +3 -0
- package/lib/assets/icons/groups_filled.svg +3 -0
- package/lib/assets/icons/groups_outlined.svg +3 -0
- package/lib/assets/icons/handshake_filled.svg +3 -0
- package/lib/assets/icons/handshake_outlined.svg +3 -0
- package/lib/assets/icons/headphones_filled.svg +3 -0
- package/lib/assets/icons/headphones_outlined.svg +3 -0
- package/lib/assets/icons/heart_filled.svg +3 -0
- package/lib/assets/icons/heart_outlined.svg +3 -0
- package/lib/assets/icons/help_filled.svg +3 -0
- package/lib/assets/icons/help_outlined.svg +3 -0
- package/lib/assets/icons/history.svg +3 -0
- package/lib/assets/icons/home_filled.svg +3 -0
- package/lib/assets/icons/home_outlined.svg +3 -0
- package/lib/assets/icons/hourglass_empty.svg +3 -0
- package/lib/assets/icons/hourglass_filled.svg +3 -0
- package/lib/assets/icons/hourglass_outlined.svg +3 -0
- package/lib/assets/icons/image_broken_filled.svg +3 -0
- package/lib/assets/icons/image_broken_outlined.svg +3 -0
- package/lib/assets/icons/image_filled.svg +3 -0
- package/lib/assets/icons/image_gallery_filled.svg +3 -0
- package/lib/assets/icons/image_gallery_outlined.svg +3 -0
- package/lib/assets/icons/image_outlined.svg +3 -0
- package/lib/assets/icons/inbox_filled.svg +3 -0
- package/lib/assets/icons/inbox_outlined.svg +3 -0
- package/lib/assets/icons/info_filled.svg +3 -0
- package/lib/assets/icons/info_i.svg +3 -0
- package/lib/assets/icons/info_outlined.svg +3 -0
- package/lib/assets/icons/keep_filled.svg +3 -0
- package/lib/assets/icons/keep_off_filled.svg +3 -0
- package/lib/assets/icons/keep_off_outlined.svg +3 -0
- package/lib/assets/icons/keep_outlined.svg +3 -0
- package/lib/assets/icons/label_filled.svg +3 -0
- package/lib/assets/icons/label_outlined.svg +3 -0
- package/lib/assets/icons/language.svg +3 -0
- package/lib/assets/icons/laptop_filled.svg +3 -0
- package/lib/assets/icons/laptop_outlined.svg +3 -0
- package/lib/assets/icons/last_page.svg +3 -0
- package/lib/assets/icons/left_panel_close_filled.svg +3 -0
- package/lib/assets/icons/left_panel_close_outlined.svg +3 -0
- package/lib/assets/icons/left_panel_open_filled.svg +3 -0
- package/lib/assets/icons/left_panel_open_outlined.svg +3 -0
- package/lib/assets/icons/light_off_filled.svg +3 -0
- package/lib/assets/icons/light_off_outlined.svg +3 -0
- package/lib/assets/icons/lightbulb_alt_filled.svg +3 -0
- package/lib/assets/icons/lightbulb_alt_outlined.svg +3 -0
- package/lib/assets/icons/lightbulb_circle_filled.svg +3 -0
- package/lib/assets/icons/lightbulb_circle_outlined.svg +3 -0
- package/lib/assets/icons/lightbulb_filled.svg +3 -0
- package/lib/assets/icons/lightbulb_outlined.svg +3 -0
- package/lib/assets/icons/link.svg +3 -0
- package/lib/assets/icons/link_off.svg +3 -0
- package/lib/assets/icons/list.svg +3 -0
- package/lib/assets/icons/list_alt_filled.svg +3 -0
- package/lib/assets/icons/list_alt_outlined.svg +3 -0
- package/lib/assets/icons/location_disabled.svg +10 -0
- package/lib/assets/icons/location_me_filled.svg +3 -0
- package/lib/assets/icons/location_me_outlined.svg +3 -0
- package/lib/assets/icons/location_off_filled.svg +3 -0
- package/lib/assets/icons/location_off_outlined.svg +3 -0
- package/lib/assets/icons/location_on_filled.svg +3 -0
- package/lib/assets/icons/location_on_outlined.svg +3 -0
- package/lib/assets/icons/lock_filled.svg +3 -0
- package/lib/assets/icons/lock_open_filled.svg +3 -0
- package/lib/assets/icons/lock_open_outlined.svg +3 -0
- package/lib/assets/icons/lock_open_right_filled.svg +3 -0
- package/lib/assets/icons/lock_open_right_outlined.svg +3 -0
- package/lib/assets/icons/lock_outlined.svg +3 -0
- package/lib/assets/icons/login.svg +3 -0
- package/lib/assets/icons/logout.svg +3 -0
- package/lib/assets/icons/mail_filled.svg +3 -0
- package/lib/assets/icons/mail_outlined.svg +3 -0
- package/lib/assets/icons/mail_unread_filled.svg +3 -0
- package/lib/assets/icons/mail_unread_outlined.svg +3 -0
- package/lib/assets/icons/map_filled.svg +3 -0
- package/lib/assets/icons/map_outlined.svg +3 -0
- package/lib/assets/icons/menu.svg +3 -0
- package/lib/assets/icons/menu_open.svg +3 -0
- package/lib/assets/icons/mic_filled.svg +3 -0
- package/lib/assets/icons/mic_off_filled.svg +3 -0
- package/lib/assets/icons/mic_off_outlined.svg +3 -0
- package/lib/assets/icons/mic_outlined.svg +3 -0
- package/lib/assets/icons/mode_dark_filled.svg +3 -0
- package/lib/assets/icons/mode_dark_outlined.svg +3 -0
- package/lib/assets/icons/mode_light_filled.svg +10 -0
- package/lib/assets/icons/mode_light_outlined.svg +10 -0
- package/lib/assets/icons/monitoring.svg +3 -0
- package/lib/assets/icons/more_down.svg +3 -0
- package/lib/assets/icons/more_horiz.svg +3 -0
- package/lib/assets/icons/more_up.svg +3 -0
- package/lib/assets/icons/more_vert.svg +3 -0
- package/lib/assets/icons/notification_filled.svg +3 -0
- package/lib/assets/icons/notification_important_filled.svg +3 -0
- package/lib/assets/icons/notification_important_outlined.svg +3 -0
- package/lib/assets/icons/notification_off_filled.svg +3 -0
- package/lib/assets/icons/notification_off_outlined.svg +3 -0
- package/lib/assets/icons/notification_outlined.svg +3 -0
- package/lib/assets/icons/notification_unread_filled.svg +3 -0
- package/lib/assets/icons/notification_unread_outlined.svg +3 -0
- package/lib/assets/icons/ohm.svg +3 -0
- package/lib/assets/icons/open_in_full.svg +3 -0
- package/lib/assets/icons/palette_filled.svg +3 -0
- package/lib/assets/icons/palette_outlined.svg +3 -0
- package/lib/assets/icons/paste.svg +3 -0
- package/lib/assets/icons/pause_circle_filled.svg +3 -0
- package/lib/assets/icons/pause_circle_outlined.svg +3 -0
- package/lib/assets/icons/pause_filled.svg +3 -0
- package/lib/assets/icons/pause_outlined.svg +3 -0
- package/lib/assets/icons/photo_camera_filled.svg +3 -0
- package/lib/assets/icons/photo_camera_outlined.svg +3 -0
- package/lib/assets/icons/play_circle_filled.svg +3 -0
- package/lib/assets/icons/play_circle_outlined.svg +3 -0
- package/lib/assets/icons/play_filled.svg +3 -0
- package/lib/assets/icons/play_outlined.svg +3 -0
- package/lib/assets/icons/play_pause.svg +3 -0
- package/lib/assets/icons/power_filled.svg +3 -0
- package/lib/assets/icons/power_input.svg +3 -0
- package/lib/assets/icons/power_off_filled.svg +3 -0
- package/lib/assets/icons/power_off_outlined.svg +3 -0
- package/lib/assets/icons/power_outlined.svg +3 -0
- package/lib/assets/icons/power_plug.svg +3 -0
- package/lib/assets/icons/power_plug_connect_filled.svg +3 -0
- package/lib/assets/icons/power_plug_connect_outlined.svg +3 -0
- package/lib/assets/icons/power_settings.svg +3 -0
- package/lib/assets/icons/power_settings_circle_filled.svg +3 -0
- package/lib/assets/icons/power_settings_circle_outlined.svg +3 -0
- package/lib/assets/icons/power_solar_filled.svg +3 -0
- package/lib/assets/icons/power_solar_outlined.svg +3 -0
- package/lib/assets/icons/power_switch_filled.svg +3 -0
- package/lib/assets/icons/power_switch_outlined.svg +3 -0
- package/lib/assets/icons/power_wind_filled.svg +3 -0
- package/lib/assets/icons/power_wind_outlined.svg +3 -0
- package/lib/assets/icons/print_filled.svg +3 -0
- package/lib/assets/icons/print_outlined.svg +3 -0
- package/lib/assets/icons/priority_high.svg +3 -0
- package/lib/assets/icons/public.svg +3 -0
- package/lib/assets/icons/publish.svg +3 -0
- package/lib/assets/icons/question_mark.svg +3 -0
- package/lib/assets/icons/radar.svg +3 -0
- package/lib/assets/icons/radio_button_empty.svg +3 -0
- package/lib/assets/icons/redo.svg +3 -0
- package/lib/assets/icons/reload.svg +3 -0
- package/lib/assets/icons/remove.svg +3 -0
- package/lib/assets/icons/reply.svg +3 -0
- package/lib/assets/icons/reply_all.svg +3 -0
- package/lib/assets/icons/right_panel_close_filled.svg +3 -0
- package/lib/assets/icons/right_panel_close_outlined.svg +3 -0
- package/lib/assets/icons/right_panel_open_filled.svg +3 -0
- package/lib/assets/icons/right_panel_open_outlined.svg +3 -0
- package/lib/assets/icons/route.svg +3 -0
- package/lib/assets/icons/save_filled.svg +3 -0
- package/lib/assets/icons/save_outlined.svg +3 -0
- package/lib/assets/icons/search.svg +3 -0
- package/lib/assets/icons/send_filled.svg +3 -0
- package/lib/assets/icons/send_outlined.svg +3 -0
- package/lib/assets/icons/settings_filled.svg +3 -0
- package/lib/assets/icons/settings_outlined.svg +3 -0
- package/lib/assets/icons/share_filled.svg +3 -0
- package/lib/assets/icons/share_outlined.svg +3 -0
- package/lib/assets/icons/side_navigation.svg +3 -0
- package/lib/assets/icons/skip_next_filled.svg +3 -0
- package/lib/assets/icons/skip_next_outlined.svg +3 -0
- package/lib/assets/icons/skip_previous_filled.svg +3 -0
- package/lib/assets/icons/skip_previous_outlined.svg +3 -0
- package/lib/assets/icons/smartphone_filled.svg +3 -0
- package/lib/assets/icons/smartphone_outlined.svg +3 -0
- package/lib/assets/icons/sort.svg +3 -0
- package/lib/assets/icons/star_filled.svg +3 -0
- package/lib/assets/icons/star_outlined.svg +3 -0
- package/lib/assets/icons/sticky_note_filled.svg +3 -0
- package/lib/assets/icons/sticky_note_outlined.svg +3 -0
- package/lib/assets/icons/stop_circle_filled.svg +3 -0
- package/lib/assets/icons/stop_circle_outlined.svg +3 -0
- package/lib/assets/icons/stop_filled.svg +3 -0
- package/lib/assets/icons/stop_outlined.svg +3 -0
- package/lib/assets/icons/subtitles_filled.svg +3 -0
- package/lib/assets/icons/subtitles_outlined.svg +3 -0
- package/lib/assets/icons/support_agent.svg +3 -0
- package/lib/assets/icons/swap_horiz.svg +3 -0
- package/lib/assets/icons/swap_vert.svg +3 -0
- package/lib/assets/icons/text_snippet_filled.svg +3 -0
- package/lib/assets/icons/text_snippet_outlined.svg +3 -0
- package/lib/assets/icons/timeline.svg +3 -0
- package/lib/assets/icons/trash_restore_filled.svg +3 -0
- package/lib/assets/icons/trash_restore_outlined.svg +3 -0
- package/lib/assets/icons/trending_down.svg +3 -0
- package/lib/assets/icons/trending_flat.svg +3 -0
- package/lib/assets/icons/trending_up.svg +3 -0
- package/lib/assets/icons/tune.svg +3 -0
- package/lib/assets/icons/unarchive_filled.svg +3 -0
- package/lib/assets/icons/unarchive_outlined.svg +3 -0
- package/lib/assets/icons/undo.svg +3 -0
- package/lib/assets/icons/upload.svg +3 -0
- package/lib/assets/icons/user_add_filled.svg +3 -0
- package/lib/assets/icons/user_add_outlined.svg +3 -0
- package/lib/assets/icons/user_circle_filled.svg +3 -0
- package/lib/assets/icons/user_circle_outlined.svg +3 -0
- package/lib/assets/icons/user_filled.svg +3 -0
- package/lib/assets/icons/user_outlined.svg +3 -0
- package/lib/assets/icons/user_settings_filled.svg +3 -0
- package/lib/assets/icons/user_settings_outlined.svg +3 -0
- package/lib/assets/icons/verified_filled.svg +3 -0
- package/lib/assets/icons/verified_outlined.svg +3 -0
- package/lib/assets/icons/video_camera_filled.svg +3 -0
- package/lib/assets/icons/video_camera_off_filled.svg +3 -0
- package/lib/assets/icons/video_camera_off_outlined.svg +3 -0
- package/lib/assets/icons/video_camera_outlined.svg +3 -0
- package/lib/assets/icons/video_gallery_filled.svg +3 -0
- package/lib/assets/icons/video_gallery_outlined.svg +3 -0
- package/lib/assets/icons/view_agenda_filled.svg +3 -0
- package/lib/assets/icons/view_agenda_outlined.svg +3 -0
- package/lib/assets/icons/view_column_filled.svg +3 -0
- package/lib/assets/icons/view_column_outlined.svg +3 -0
- package/lib/assets/icons/view_grid_filled.svg +3 -0
- package/lib/assets/icons/view_grid_outlined.svg +3 -0
- package/lib/assets/icons/view_kanban_filled.svg +3 -0
- package/lib/assets/icons/view_kanban_outlined.svg +3 -0
- package/lib/assets/icons/view_module_filled.svg +3 -0
- package/lib/assets/icons/view_module_outlined.svg +3 -0
- package/lib/assets/icons/view_timeline_filled.svg +3 -0
- package/lib/assets/icons/view_timeline_outlined.svg +3 -0
- package/lib/assets/icons/visibility_hide_filled.svg +3 -0
- package/lib/assets/icons/visibility_hide_outlined.svg +3 -0
- package/lib/assets/icons/visibility_show_filled.svg +3 -0
- package/lib/assets/icons/visibility_show_outlined.svg +3 -0
- package/lib/assets/icons/volume_down_filled.svg +3 -0
- package/lib/assets/icons/volume_down_outlined.svg +3 -0
- package/lib/assets/icons/volume_mute_filled.svg +3 -0
- package/lib/assets/icons/volume_mute_outlined.svg +3 -0
- package/lib/assets/icons/volume_off_filled.svg +3 -0
- package/lib/assets/icons/volume_off_outlined.svg +3 -0
- package/lib/assets/icons/volume_up_filled.svg +3 -0
- package/lib/assets/icons/volume_up_outlined.svg +3 -0
- package/lib/assets/icons/warning_filled.svg +3 -0
- package/lib/assets/icons/warning_outlined.svg +3 -0
- package/lib/assets/icons/water.svg +3 -0
- package/lib/assets/icons/water_alt.svg +3 -0
- package/lib/assets/icons/waterdrop_filled.svg +3 -0
- package/lib/assets/icons/waterdrop_outlined.svg +3 -0
- package/lib/assets/icons/wifi.svg +3 -0
- package/lib/assets/icons/wifi_off.svg +3 -0
- package/lib/assets/icons/windmill.svg +3 -0
- package/lib/assets/icons/zoom_in.svg +3 -0
- package/lib/assets/icons/zoom_out.svg +3 -0
- package/lib/components/accordion/accordion.component.d.ts +29 -0
- package/lib/components/avatar/assets/status/status.component.d.ts +8 -0
- package/lib/components/avatar/avatar.component.d.ts +24 -0
- package/lib/components/badge/badge.directive.d.ts +1 -1
- package/lib/components/button/button.component.d.ts +6 -1
- package/lib/components/card/card.component.d.ts +2 -4
- package/lib/components/checkbox/checkbox.component.d.ts +2 -1
- package/lib/components/drawer/drawer-trigger/drawer-trigger.directive.d.ts +9 -0
- package/lib/components/drawer/drawer.component.d.ts +54 -0
- package/lib/components/drawer/drawer.directive.d.ts +60 -0
- package/lib/components/drawer/drawer.module.d.ts +8 -0
- package/lib/components/icon/icon-map.d.ts +7 -0
- package/lib/components/icon/icon.component.d.ts +1 -1
- package/lib/components/icon-button/icon-button.component.d.ts +2 -2
- package/lib/components/icon-button-toggle/icon-button-toggle.component.d.ts +1 -1
- package/lib/components/split-button/split-button.component.d.ts +2 -2
- package/lib/components/tag/tag.component.d.ts +2 -2
- package/lib/components/text-input/base-text-input/base-text-input.component.d.ts +2 -2
- package/lib/components/treeview/index.d.ts +3 -0
- package/lib/components/treeview/treeview-check.service.d.ts +10 -0
- package/lib/components/treeview/treeview-item/treeview-item-border/treeview-item-border.component.d.ts +10 -0
- package/lib/components/treeview/treeview-item/treeview-item.component.d.ts +71 -0
- package/lib/components/treeview/treeview-keyboard.service.d.ts +10 -0
- package/lib/components/treeview/treeview-selection.service.d.ts +9 -0
- package/lib/components/treeview/treeview.component.d.ts +43 -0
- package/package.json +2 -2
- 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,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.
|
|
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
|
|
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";
|