@dialpad/dialtone 9.73.0-beta.1 → 9.73.0-beta.2
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/dist/css/dialtone-default-theme.css +14545 -13955
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +263 -24
- package/dist/css/dialtone.min.css +1 -1
- package/dist/css/tokens/tokens-base-dark.css +898 -895
- package/dist/css/tokens/tokens-base-light.css +673 -670
- package/dist/css/tokens/tokens-dp-dark.css +1831 -1831
- package/dist/css/tokens/tokens-dp-light.css +1832 -1832
- package/dist/css/tokens/tokens-expressive-dark.css +1793 -1793
- package/dist/css/tokens/tokens-expressive-light.css +1793 -1793
- package/dist/css/tokens/tokens-expressive-sm-dark.css +1793 -1793
- package/dist/css/tokens/tokens-expressive-sm-light.css +1793 -1793
- package/dist/css/tokens/tokens-tmo-dark.css +1787 -1787
- package/dist/css/tokens/tokens-tmo-light.css +1787 -1787
- package/dist/tokens/css/tokens-base-dark.css +898 -895
- package/dist/tokens/css/tokens-base-light.css +673 -670
- package/dist/tokens/css/tokens-dp-dark.css +1831 -1831
- package/dist/tokens/css/tokens-dp-light.css +1832 -1832
- package/dist/tokens/css/tokens-expressive-dark.css +1793 -1793
- package/dist/tokens/css/tokens-expressive-light.css +1793 -1793
- package/dist/tokens/css/tokens-expressive-sm-dark.css +1793 -1793
- package/dist/tokens/css/tokens-expressive-sm-light.css +1793 -1793
- package/dist/tokens/css/tokens-tmo-dark.css +1787 -1787
- package/dist/tokens/css/tokens-tmo-light.css +1787 -1787
- package/dist/tokens/doc.json +47849 -47677
- package/dist/tokens/less/tokens-base-dark.less +20 -17
- package/dist/tokens/less/tokens-base-light.less +20 -17
- package/dist/tokens/less/tokens-dp-dark.less +59 -59
- package/dist/tokens/less/tokens-dp-light.less +59 -59
- package/dist/tokens/less/tokens-expressive-dark.less +55 -55
- package/dist/tokens/less/tokens-expressive-light.less +55 -55
- package/dist/tokens/less/tokens-expressive-sm-dark.less +55 -55
- package/dist/tokens/less/tokens-expressive-sm-light.less +55 -55
- package/dist/tokens/less/tokens-tmo-dark.less +49 -49
- package/dist/tokens/less/tokens-tmo-light.less +49 -49
- package/dist/tokens/themes/chunks/tokens-base-dark-D3v4_NMT.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-dark-SlAAMLw5.js +1 -0
- package/dist/tokens/themes/chunks/tokens-base-light-BUcyLIIS.js +4 -0
- package/dist/tokens/themes/chunks/tokens-base-light-Dx0sRL2j.js +1 -0
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +4 -4
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +4 -4
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +2 -2
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +4 -4
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +2 -2
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +4 -4
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +4 -4
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +4 -4
- package/dist/tokens/tokens-base-dark.json +20 -17
- package/dist/tokens/tokens-base-light.json +20 -17
- package/dist/tokens/tokens-dp-dark.json +59 -59
- package/dist/tokens/tokens-dp-light.json +59 -59
- package/dist/tokens/tokens-expressive-dark.json +55 -55
- package/dist/tokens/tokens-expressive-light.json +55 -55
- package/dist/tokens/tokens-expressive-sm-dark.json +55 -55
- package/dist/tokens/tokens-expressive-sm-light.json +55 -55
- package/dist/tokens/tokens-tmo-dark.json +49 -49
- package/dist/tokens/tokens-tmo-light.json +49 -49
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/components/avatar/avatar.vue.cjs +13 -24
- package/dist/vue2/components/avatar/avatar.vue.cjs.map +1 -1
- package/dist/vue2/components/avatar/avatar.vue.js +13 -24
- package/dist/vue2/components/avatar/avatar.vue.js.map +1 -1
- package/dist/vue2/components/icon/icon.vue.cjs +2 -2
- package/dist/vue2/components/icon/icon.vue.js +2 -2
- package/dist/vue2/directives/scrollbar/scrollbar.cjs.map +1 -1
- package/dist/vue2/directives/scrollbar/scrollbar.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +7 -6
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +7 -6
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +9 -17
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +9 -17
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +3 -2
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +4 -3
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +22 -11
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +22 -11
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +14 -10
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +14 -10
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +6 -3
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +6 -3
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -1
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +6 -5
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js +6 -5
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
- package/dist/vue2/style.css +65 -62
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts +1 -1
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts +5 -35
- package/dist/vue2/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/badge/badge.vue.d.ts +4 -4
- package/dist/vue2/types/components/banner/banner.vue.d.ts +1 -1
- package/dist/vue2/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +1 -1
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -1
- package/dist/vue2/types/components/button/button.vue.d.ts +1 -1
- package/dist/vue2/types/components/button_group/button_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/button_group/buttons_decorator.vue.d.ts +1 -1
- package/dist/vue2/types/components/card/card.vue.d.ts +1 -1
- package/dist/vue2/types/components/checkbox/checkbox.vue.d.ts +1 -1
- package/dist/vue2/types/components/checkbox_group/checkbox_group.vue.d.ts +3 -3
- package/dist/vue2/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +1 -1
- package/dist/vue2/types/components/chip/chip.vue.d.ts +2 -2
- package/dist/vue2/types/components/codeblock/codeblock.vue.d.ts +1 -1
- package/dist/vue2/types/components/collapsible/collapsible.vue.d.ts +2 -2
- package/dist/vue2/types/components/collapsible/collapsible_lazy_show.vue.d.ts +1 -1
- package/dist/vue2/types/components/combobox/combobox.vue.d.ts +1 -1
- package/dist/vue2/types/components/combobox/combobox_empty-list.vue.d.ts +1 -1
- package/dist/vue2/types/components/combobox/combobox_loading-list.vue.d.ts +1 -1
- package/dist/vue2/types/components/datepicker/datepicker.vue.d.ts +1 -1
- package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts +1 -1
- package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts +1 -1
- package/dist/vue2/types/components/description_list/description_list.vue.d.ts +1 -1
- package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts +2 -2
- package/dist/vue2/types/components/dropdown/dropdown_list.vue.d.ts +1 -1
- package/dist/vue2/types/components/dropdown/dropdown_separator.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji/emoji.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/emoji_picker.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_description.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_search.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/vue2/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +1 -1
- package/dist/vue2/types/components/empty_state/empty_state.vue.d.ts +1 -1
- package/dist/vue2/types/components/hovercard/hovercard.vue.d.ts +1 -1
- package/dist/vue2/types/components/icon/icon.vue.d.ts +1 -1
- package/dist/vue2/types/components/illustration/illustration.vue.d.ts +1 -1
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts +1 -1
- package/dist/vue2/types/components/input/input.vue.d.ts +1 -1
- package/dist/vue2/types/components/input_group/decorators/input.vue.d.ts +1 -1
- package/dist/vue2/types/components/input_group/decorators/inputs.vue.d.ts +1 -1
- package/dist/vue2/types/components/input_group/input_group.vue.d.ts +2 -2
- package/dist/vue2/types/components/item_layout/item_layout.vue.d.ts +1 -1
- package/dist/vue2/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +1 -1
- package/dist/vue2/types/components/lazy_show/lazy_show.vue.d.ts +1 -1
- package/dist/vue2/types/components/link/link.vue.d.ts +1 -1
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts +2 -2
- package/dist/vue2/types/components/list_item_group/list_item_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/modal/modal.vue.d.ts +1 -1
- package/dist/vue2/types/components/notice/notice.vue.d.ts +1 -1
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts +1 -1
- package/dist/vue2/types/components/notice/notice_content.vue.d.ts +1 -1
- package/dist/vue2/types/components/notice/notice_icon.vue.d.ts +1 -1
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts +1 -1
- package/dist/vue2/types/components/popover/popover.vue.d.ts +1 -1
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +1 -1
- package/dist/vue2/types/components/presence/presence.vue.d.ts +1 -1
- package/dist/vue2/types/components/radio/radio.vue.d.ts +1 -1
- package/dist/vue2/types/components/radio_group/radio_group.vue.d.ts +3 -3
- package/dist/vue2/types/components/radio_group/radios_decorator.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +17 -17
- package/dist/vue2/types/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +17 -17
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +17 -17
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts +17 -17
- package/dist/vue2/types/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
- package/dist/vue2/types/components/root_layout/root_layout.vue.d.ts +1 -1
- package/dist/vue2/types/components/select_menu/select_menu.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton-list-item.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton-paragraph.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton-shape.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton-text.vue.d.ts +1 -1
- package/dist/vue2/types/components/skeleton/skeleton.vue.d.ts +1 -1
- package/dist/vue2/types/components/split_button/split_button-alpha.vue.d.ts +1 -1
- package/dist/vue2/types/components/split_button/split_button-omega.vue.d.ts +2 -2
- package/dist/vue2/types/components/split_button/split_button.vue.d.ts +2 -2
- package/dist/vue2/types/components/stack/stack.vue.d.ts +1 -1
- package/dist/vue2/types/components/tabs/tab.vue.d.ts +1 -1
- package/dist/vue2/types/components/tabs/tab_group.vue.d.ts +1 -1
- package/dist/vue2/types/components/tabs/tab_panel.vue.d.ts +1 -1
- package/dist/vue2/types/components/toast/toast.vue.d.ts +1 -1
- package/dist/vue2/types/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/vue2/types/components/validation_messages/validation_messages.vue.d.ts +1 -1
- package/dist/vue2/types/directives/scrollbar/scrollbar.d.ts.map +1 -1
- package/dist/vue2/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +1 -2
- package/dist/vue2/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +3 -17
- package/dist/vue2/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.d.ts +17 -17
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -7
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +4 -17
- package/dist/vue2/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -2
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +1 -1
- package/dist/vue2/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +1 -1
- package/dist/vue3/components/checkbox/checkbox.vue.cjs +1 -1
- package/dist/vue3/components/checkbox/checkbox.vue.js +1 -1
- package/dist/vue3/components/icon/icon.vue.cjs +2 -2
- package/dist/vue3/components/icon/icon.vue.js +2 -2
- package/dist/vue3/directives/scrollbar/scrollbar.cjs.map +1 -1
- package/dist/vue3/directives/scrollbar/scrollbar.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +23 -25
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +24 -26
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +4 -6
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +5 -7
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +29 -18
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -1
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +29 -18
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -1
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +26 -26
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -1
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +27 -27
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -1
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +1 -1
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -1
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js +1 -1
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -1
- package/dist/vue3/style.css +24 -21
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +1 -1
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts +6 -6
- package/dist/vue3/types/components/badge/badge.vue.d.ts +1 -1
- package/dist/vue3/types/components/banner/banner.vue.d.ts +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts +1 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +3 -3
- package/dist/vue3/types/components/button_group/button_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/button_group/buttons_decorator.vue.d.ts +1 -1
- package/dist/vue3/types/components/card/card.vue.d.ts +1 -1
- package/dist/vue3/types/components/checkbox/checkbox.vue.d.ts +2 -2
- package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +4 -4
- package/dist/vue3/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +2 -2
- package/dist/vue3/types/components/codeblock/codeblock.vue.d.ts +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +2 -2
- package/dist/vue3/types/components/collapsible/collapsible_lazy_show.vue.d.ts +1 -1
- package/dist/vue3/types/components/combobox/combobox.vue.d.ts +14 -14
- package/dist/vue3/types/components/combobox/combobox_empty-list.vue.d.ts +1 -1
- package/dist/vue3/types/components/combobox/combobox_loading-list.vue.d.ts +1 -1
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts +1 -1
- package/dist/vue3/types/components/datepicker/modules/calendar.vue.d.ts +1 -1
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts +1 -1
- package/dist/vue3/types/components/description_list/description_list.vue.d.ts +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +7 -5
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/dropdown/dropdown_list.vue.d.ts +1 -1
- package/dist/vue3/types/components/dropdown/dropdown_separator.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji/emoji.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/emoji_picker.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_description.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_search.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/vue3/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +1 -1
- package/dist/vue3/types/components/empty_state/empty_state.vue.d.ts +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +1 -1
- package/dist/vue3/types/components/icon/icon.vue.d.ts +1 -1
- package/dist/vue3/types/components/illustration/illustration.vue.d.ts +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +1 -1
- package/dist/vue3/types/components/input/input.vue.d.ts +7 -7
- package/dist/vue3/types/components/input_group/decorators/input.vue.d.ts +1 -1
- package/dist/vue3/types/components/input_group/decorators/inputs.vue.d.ts +1 -1
- package/dist/vue3/types/components/input_group/input_group.vue.d.ts +2 -2
- package/dist/vue3/types/components/item_layout/item_layout.vue.d.ts +1 -1
- package/dist/vue3/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +4 -4
- package/dist/vue3/types/components/lazy_show/lazy_show.vue.d.ts +2 -2
- package/dist/vue3/types/components/link/link.vue.d.ts +1 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +2 -2
- package/dist/vue3/types/components/list_item_group/list_item_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +3 -3
- package/dist/vue3/types/components/notice/notice.vue.d.ts +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +1 -1
- package/dist/vue3/types/components/notice/notice_content.vue.d.ts +1 -1
- package/dist/vue3/types/components/notice/notice_icon.vue.d.ts +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +1 -1
- package/dist/vue3/types/components/presence/presence.vue.d.ts +1 -1
- package/dist/vue3/types/components/radio/radio.vue.d.ts +3 -3
- package/dist/vue3/types/components/radio_group/radio_group.vue.d.ts +4 -4
- package/dist/vue3/types/components/radio_group/radios_decorator.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +4 -4
- package/dist/vue3/types/components/root_layout/root_layout.vue.d.ts +1 -1
- package/dist/vue3/types/components/scroller/DtScroller.vue.d.ts +1 -1
- package/dist/vue3/types/components/scroller/modules/core_scroller.vue.d.ts +1 -1
- package/dist/vue3/types/components/scroller/modules/dynamic_scroller.vue.d.ts +4 -4
- package/dist/vue3/types/components/scroller/modules/scroller_item.vue.d.ts +1 -1
- package/dist/vue3/types/components/select_menu/select_menu.vue.d.ts +2 -2
- package/dist/vue3/types/components/skeleton/skeleton-list-item.vue.d.ts +1 -1
- package/dist/vue3/types/components/skeleton/skeleton-paragraph.vue.d.ts +1 -1
- package/dist/vue3/types/components/skeleton/skeleton-shape.vue.d.ts +2 -2
- package/dist/vue3/types/components/skeleton/skeleton-text.vue.d.ts +1 -1
- package/dist/vue3/types/components/skeleton/skeleton.vue.d.ts +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +2 -2
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +20 -20
- package/dist/vue3/types/components/tabs/tab.vue.d.ts +2 -2
- package/dist/vue3/types/components/tabs/tab_group.vue.d.ts +1 -1
- package/dist/vue3/types/components/tabs/tab_panel.vue.d.ts +2 -2
- package/dist/vue3/types/components/toast/toast.vue.d.ts +1 -1
- package/dist/vue3/types/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +6 -6
- package/dist/vue3/types/components/validation_messages/validation_messages.vue.d.ts +1 -1
- package/dist/vue3/types/directives/scrollbar/scrollbar.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +6 -6
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +13 -13
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +8 -2
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +32 -17
- package/dist/vue3/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +8 -10
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +4 -17
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +10 -10
- package/dist/vue3/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +1 -1
- package/package.json +2 -2
- package/dist/tokens/themes/chunks/tokens-base-dark-BEsKKfTV.js +0 -4
- package/dist/tokens/themes/chunks/tokens-base-dark-Bxzti7ig.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-DV0xl0Dv.js +0 -1
- package/dist/tokens/themes/chunks/tokens-base-light-jdZ77WhZ.js +0 -4
- package/dist/vue2/common/storybook_utils.cjs +0 -8
- package/dist/vue2/common/storybook_utils.cjs.map +0 -1
- package/dist/vue2/common/storybook_utils.js +0 -8
- package/dist/vue2/common/storybook_utils.js.map +0 -1
- package/dist/vue2/types/common/storybook_utils.d.ts +0 -35
- package/dist/vue2/types/common/storybook_utils.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact_row.vue.cjs","sources":["../../../../recipes/leftbar/contact_row/contact_row.vue"],"sourcesContent":["<template>\n <dt-recipe-general-row\n :unread-count=\"unreadCount\"\n :description=\"contactDescription\"\n :has-unreads=\"hasUnreads\"\n :selected=\"selected\"\n :has-call-button=\"hasCallButton\"\n :muted=\"muted\"\n :is-typing=\"isTyping\"\n :call-button-tooltip=\"callButtonTooltip\"\n :unread-count-tooltip=\"unreadCountTooltip\"\n v-bind=\"$attrs\"\n data-qa=\"contact-row\"\n v-on=\"contactRowListeners\"\n @call=\"$emit('call', $event)\"\n >\n <template #left>\n <dt-avatar\n :full-name=\"name\"\n :image-src=\"avatarSrc\"\n :color=\"avatarColor\"\n image-alt=\"\"\n size=\"sm\"\n :seed=\"avatarSeed\"\n :presence=\"avatarPresence\"\n >\n <template\n v-if=\"noInitials\"\n #icon\n >\n <dt-icon-user\n
|
|
1
|
+
{"version":3,"file":"contact_row.vue.cjs","sources":["../../../../recipes/leftbar/contact_row/contact_row.vue"],"sourcesContent":["<template>\n <dt-recipe-general-row\n :unread-count=\"unreadCount\"\n :description=\"contactDescription\"\n :has-unreads=\"hasUnreads\"\n :selected=\"selected\"\n :has-call-button=\"hasCallButton\"\n :muted=\"muted\"\n :is-typing=\"isTyping\"\n :call-button-tooltip=\"callButtonTooltip\"\n :unread-count-tooltip=\"unreadCountTooltip\"\n v-bind=\"$attrs\"\n data-qa=\"contact-row\"\n v-on=\"contactRowListeners\"\n @call=\"$emit('call', $event)\"\n >\n <template #left>\n <dt-avatar\n :full-name=\"name\"\n :image-src=\"avatarSrc\"\n :color=\"avatarColor\"\n image-alt=\"\"\n size=\"sm\"\n :seed=\"avatarSeed\"\n :presence=\"avatarPresence\"\n >\n <template\n v-if=\"noInitials\"\n #icon\n >\n <dt-icon-user\n size=\"200\"\n />\n </template>\n </dt-avatar>\n </template>\n <template #label>\n <dt-emoji-text-wrapper\n class=\"dt-leftbar-row__description\"\n data-qa=\"dt-leftbar-row-description\"\n size=\"200\"\n >\n {{ name }}\n </dt-emoji-text-wrapper>\n <div class=\"dt-leftbar-row__status\">\n <span\n v-if=\"presenceText\"\n data-qa=\"dt-leftbar-row-presence-text\"\n :class=\"['dt-leftbar-row__meta-context', presenceColorClass]\"\n >\n {{ presenceText }}\n </span>\n <dt-emoji-text-wrapper\n v-if=\"userStatus\"\n size=\"100\"\n element-type=\"span\"\n data-qa=\"dt-leftbar-row-user-status\"\n class=\"dt-leftbar-row__meta-custom\"\n >\n {{ userStatus }}\n </dt-emoji-text-wrapper>\n </div>\n </template>\n </dt-recipe-general-row>\n</template>\n\n<script>\nimport { DtRecipeGeneralRow } from '@/recipes/leftbar/general_row';\nimport DtEmojiTextWrapper from '@/components/emoji_text_wrapper/emoji_text_wrapper.vue';\nimport DtAvatar from '@/components/avatar/avatar.vue';\nimport { extractVueListeners, safeConcatStrings } from '@/common/utils';\nimport { DtIconUser } from '@dialpad/dialtone-icons/vue3';\n\nexport default {\n name: 'DtRecipeContactRow',\n\n components: {\n DtAvatar,\n DtRecipeGeneralRow,\n DtEmojiTextWrapper,\n DtIconUser,\n },\n\n inheritAttrs: false,\n\n props: {\n /**\n * Optional avatar image url.\n * If not provided it will use the initial of the name.\n */\n avatarSrc: {\n type: String,\n default: '',\n },\n\n /**\n * Determines whether to show the presence indicator for\n * Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',\n * or 'active'. By default, it's null and nothing is shown.\n * defer validation to avatar component.\n * @values null, busy, away, offline, active\n */\n avatarPresence: {\n type: String,\n default: null,\n },\n\n /**\n * Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.\n */\n avatarSeed: {\n type: String,\n default: null,\n },\n\n /**\n * Avatar color to display if `avatarSrc` is empty.\n */\n avatarColor: {\n type: String,\n default: null,\n },\n\n /**\n * Text describing the user's presence, such as \"in a meeting\"\n */\n presenceText: {\n type: String,\n default: '',\n },\n\n /**\n * Name of the contact\n */\n name: {\n type: String,\n required: true,\n },\n\n /**\n * Status as set by the user.\n */\n userStatus: {\n type: String,\n default: '',\n },\n\n /**\n * Gives a faded style to be used when muted\n */\n muted: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Number of unread messages\n */\n unreadCount: {\n type: String,\n default: null,\n },\n\n /**\n * Styles the row with an increased font weight to convey it has unreads. This must be true to see\n * the unread count badge.\n */\n hasUnreads: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines if the row is selected\n */\n selected: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Initials will never be shown. Instead it will show a \"User\" icon.\n */\n noInitials: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Shows an \"is typing\" animation over the avatar when true.\n */\n isTyping: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Whether the contact row should display a call button when hovered.\n */\n hasCallButton: {\n type: Boolean,\n default: true,\n },\n\n /**\n * Text shown when the call button is hovered.\n */\n callButtonTooltip: {\n type: String,\n default: '',\n },\n\n /**\n * Text shown when the unread count is hovered.\n */\n unreadCountTooltip: {\n type: String,\n default: '',\n },\n },\n\n emits: [\n /**\n * Call button clicked\n *\n * @event call\n * @type {PointerEvent | KeyboardEvent}\n */\n 'call',\n ],\n\n computed: {\n presenceColorClass () {\n switch (this.avatarPresence) {\n case 'active':\n return 'd-fc-success';\n case 'busy':\n return 'd-fc-critical';\n case 'away':\n return 'd-fc-warning';\n default:\n return undefined;\n }\n },\n\n contactRowListeners () {\n return extractVueListeners(this.$attrs);\n },\n\n contactDescription () {\n return safeConcatStrings([this.name, this.presenceText, this.userStatus]);\n },\n },\n};\n</script>\n"],"names":["DtAvatar","DtRecipeGeneralRow","DtEmojiTextWrapper","DtIconUser","extractVueListeners","safeConcatStrings","_openBlock","_createBlock","_mergeProps","_toHandlers","_createVNode","_createElementVNode","_createElementBlock"],"mappings":"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"}
|
|
@@ -196,7 +196,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
196
196
|
$props.noInitials ? {
|
|
197
197
|
name: "icon",
|
|
198
198
|
fn: withCtx(() => [
|
|
199
|
-
createVNode(_component_dt_icon_user, { size: 200 })
|
|
199
|
+
createVNode(_component_dt_icon_user, { size: "200" })
|
|
200
200
|
]),
|
|
201
201
|
key: "0"
|
|
202
202
|
} : void 0
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact_row.vue.js","sources":["../../../../recipes/leftbar/contact_row/contact_row.vue"],"sourcesContent":["<template>\n <dt-recipe-general-row\n :unread-count=\"unreadCount\"\n :description=\"contactDescription\"\n :has-unreads=\"hasUnreads\"\n :selected=\"selected\"\n :has-call-button=\"hasCallButton\"\n :muted=\"muted\"\n :is-typing=\"isTyping\"\n :call-button-tooltip=\"callButtonTooltip\"\n :unread-count-tooltip=\"unreadCountTooltip\"\n v-bind=\"$attrs\"\n data-qa=\"contact-row\"\n v-on=\"contactRowListeners\"\n @call=\"$emit('call', $event)\"\n >\n <template #left>\n <dt-avatar\n :full-name=\"name\"\n :image-src=\"avatarSrc\"\n :color=\"avatarColor\"\n image-alt=\"\"\n size=\"sm\"\n :seed=\"avatarSeed\"\n :presence=\"avatarPresence\"\n >\n <template\n v-if=\"noInitials\"\n #icon\n >\n <dt-icon-user\n
|
|
1
|
+
{"version":3,"file":"contact_row.vue.js","sources":["../../../../recipes/leftbar/contact_row/contact_row.vue"],"sourcesContent":["<template>\n <dt-recipe-general-row\n :unread-count=\"unreadCount\"\n :description=\"contactDescription\"\n :has-unreads=\"hasUnreads\"\n :selected=\"selected\"\n :has-call-button=\"hasCallButton\"\n :muted=\"muted\"\n :is-typing=\"isTyping\"\n :call-button-tooltip=\"callButtonTooltip\"\n :unread-count-tooltip=\"unreadCountTooltip\"\n v-bind=\"$attrs\"\n data-qa=\"contact-row\"\n v-on=\"contactRowListeners\"\n @call=\"$emit('call', $event)\"\n >\n <template #left>\n <dt-avatar\n :full-name=\"name\"\n :image-src=\"avatarSrc\"\n :color=\"avatarColor\"\n image-alt=\"\"\n size=\"sm\"\n :seed=\"avatarSeed\"\n :presence=\"avatarPresence\"\n >\n <template\n v-if=\"noInitials\"\n #icon\n >\n <dt-icon-user\n size=\"200\"\n />\n </template>\n </dt-avatar>\n </template>\n <template #label>\n <dt-emoji-text-wrapper\n class=\"dt-leftbar-row__description\"\n data-qa=\"dt-leftbar-row-description\"\n size=\"200\"\n >\n {{ name }}\n </dt-emoji-text-wrapper>\n <div class=\"dt-leftbar-row__status\">\n <span\n v-if=\"presenceText\"\n data-qa=\"dt-leftbar-row-presence-text\"\n :class=\"['dt-leftbar-row__meta-context', presenceColorClass]\"\n >\n {{ presenceText }}\n </span>\n <dt-emoji-text-wrapper\n v-if=\"userStatus\"\n size=\"100\"\n element-type=\"span\"\n data-qa=\"dt-leftbar-row-user-status\"\n class=\"dt-leftbar-row__meta-custom\"\n >\n {{ userStatus }}\n </dt-emoji-text-wrapper>\n </div>\n </template>\n </dt-recipe-general-row>\n</template>\n\n<script>\nimport { DtRecipeGeneralRow } from '@/recipes/leftbar/general_row';\nimport DtEmojiTextWrapper from '@/components/emoji_text_wrapper/emoji_text_wrapper.vue';\nimport DtAvatar from '@/components/avatar/avatar.vue';\nimport { extractVueListeners, safeConcatStrings } from '@/common/utils';\nimport { DtIconUser } from '@dialpad/dialtone-icons/vue3';\n\nexport default {\n name: 'DtRecipeContactRow',\n\n components: {\n DtAvatar,\n DtRecipeGeneralRow,\n DtEmojiTextWrapper,\n DtIconUser,\n },\n\n inheritAttrs: false,\n\n props: {\n /**\n * Optional avatar image url.\n * If not provided it will use the initial of the name.\n */\n avatarSrc: {\n type: String,\n default: '',\n },\n\n /**\n * Determines whether to show the presence indicator for\n * Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',\n * or 'active'. By default, it's null and nothing is shown.\n * defer validation to avatar component.\n * @values null, busy, away, offline, active\n */\n avatarPresence: {\n type: String,\n default: null,\n },\n\n /**\n * Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.\n */\n avatarSeed: {\n type: String,\n default: null,\n },\n\n /**\n * Avatar color to display if `avatarSrc` is empty.\n */\n avatarColor: {\n type: String,\n default: null,\n },\n\n /**\n * Text describing the user's presence, such as \"in a meeting\"\n */\n presenceText: {\n type: String,\n default: '',\n },\n\n /**\n * Name of the contact\n */\n name: {\n type: String,\n required: true,\n },\n\n /**\n * Status as set by the user.\n */\n userStatus: {\n type: String,\n default: '',\n },\n\n /**\n * Gives a faded style to be used when muted\n */\n muted: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Number of unread messages\n */\n unreadCount: {\n type: String,\n default: null,\n },\n\n /**\n * Styles the row with an increased font weight to convey it has unreads. This must be true to see\n * the unread count badge.\n */\n hasUnreads: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines if the row is selected\n */\n selected: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Initials will never be shown. Instead it will show a \"User\" icon.\n */\n noInitials: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Shows an \"is typing\" animation over the avatar when true.\n */\n isTyping: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Whether the contact row should display a call button when hovered.\n */\n hasCallButton: {\n type: Boolean,\n default: true,\n },\n\n /**\n * Text shown when the call button is hovered.\n */\n callButtonTooltip: {\n type: String,\n default: '',\n },\n\n /**\n * Text shown when the unread count is hovered.\n */\n unreadCountTooltip: {\n type: String,\n default: '',\n },\n },\n\n emits: [\n /**\n * Call button clicked\n *\n * @event call\n * @type {PointerEvent | KeyboardEvent}\n */\n 'call',\n ],\n\n computed: {\n presenceColorClass () {\n switch (this.avatarPresence) {\n case 'active':\n return 'd-fc-success';\n case 'busy':\n return 'd-fc-critical';\n case 'away':\n return 'd-fc-warning';\n default:\n return undefined;\n }\n },\n\n contactRowListeners () {\n return extractVueListeners(this.$attrs);\n },\n\n contactDescription () {\n return safeConcatStrings([this.name, this.presenceText, this.userStatus]);\n },\n },\n};\n</script>\n"],"names":["_openBlock","_createBlock","_mergeProps","_toHandlers","_createVNode","_createElementVNode","_createElementBlock"],"mappings":"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"}
|
package/dist/vue3/style.css
CHANGED
|
@@ -714,11 +714,11 @@
|
|
|
714
714
|
flex-direction: column;
|
|
715
715
|
margin-top: 0;
|
|
716
716
|
}
|
|
717
|
-
.dt-recipe-feed-item-pill__wrapper[data-v-
|
|
717
|
+
.dt-recipe-feed-item-pill__wrapper[data-v-83d19d1f] {
|
|
718
718
|
background-color: var(--dt-color-surface-secondary);
|
|
719
719
|
padding: var(--dt-space-400);
|
|
720
720
|
}
|
|
721
|
-
.dt-recipe-feed-item-pill__button[data-v-
|
|
721
|
+
.dt-recipe-feed-item-pill__button[data-v-83d19d1f] {
|
|
722
722
|
background-color: var(--dt-color-surface-moderate);
|
|
723
723
|
text-align: left;
|
|
724
724
|
width: 100%;
|
|
@@ -730,42 +730,45 @@
|
|
|
730
730
|
--button-color-text: var(--dt-action-color-foreground-muted-default);
|
|
731
731
|
--button-border-radius: var(--dt-size-radius-600);
|
|
732
732
|
}
|
|
733
|
-
.dt-recipe-feed-item-pill__layout[data-v-
|
|
733
|
+
.dt-recipe-feed-item-pill__layout[data-v-83d19d1f] {
|
|
734
734
|
padding: var(--dt-space-400);
|
|
735
735
|
gap: var(--dt-space-300);
|
|
736
736
|
width: 100%;
|
|
737
737
|
}
|
|
738
|
-
.dt-recipe-feed-item-pill__layout[data-v-
|
|
738
|
+
.dt-recipe-feed-item-pill__layout[data-v-83d19d1f] > .dt-item-layout--left {
|
|
739
739
|
padding-right: var(--dt-space-0);
|
|
740
740
|
justify-content: center;
|
|
741
741
|
}
|
|
742
|
-
.dt-recipe-feed-item-pill__icon[data-v-
|
|
743
|
-
|
|
742
|
+
.dt-recipe-feed-item-pill__icon[data-v-83d19d1f] {
|
|
743
|
+
display: flex;
|
|
744
|
+
}
|
|
745
|
+
.dt-recipe-feed-item-pill__icon[data-v-83d19d1f] svg {
|
|
746
|
+
animation: fade-83d19d1f 0.15s ease-in;
|
|
744
747
|
}
|
|
745
|
-
.dt-recipe-feed-item-pill__content[data-v-
|
|
748
|
+
.dt-recipe-feed-item-pill__content[data-v-83d19d1f] {
|
|
746
749
|
display: flex;
|
|
747
750
|
justify-content: center;
|
|
748
751
|
}
|
|
749
|
-
.dt-recipe-feed-item-pill__title[data-v-
|
|
752
|
+
.dt-recipe-feed-item-pill__title[data-v-83d19d1f] {
|
|
750
753
|
font-weight: var(--dt-font-weight-bold);
|
|
751
754
|
}
|
|
752
|
-
.dt-recipe-feed-item-pill__border[data-v-
|
|
755
|
+
.dt-recipe-feed-item-pill__border[data-v-83d19d1f] {
|
|
753
756
|
border: double 1px transparent;
|
|
754
757
|
border-radius: var(--dt-size-radius-600);
|
|
755
758
|
background-origin: border-box;
|
|
756
759
|
background-clip: content-box, border-box;
|
|
757
760
|
overflow: hidden;
|
|
758
761
|
}
|
|
759
|
-
.dt-recipe-feed-item-pill__border-default[data-v-
|
|
762
|
+
.dt-recipe-feed-item-pill__border-default[data-v-83d19d1f] {
|
|
760
763
|
background: var(--dt-color-border-default);
|
|
761
764
|
}
|
|
762
|
-
.dt-recipe-feed-item-pill__border-ai[data-v-
|
|
765
|
+
.dt-recipe-feed-item-pill__border-ai[data-v-83d19d1f] {
|
|
763
766
|
background-image: linear-gradient(var(--dt-color-surface-primary), var(--dt-color-surface-primary)), var(--dt-badge-color-background-ai);
|
|
764
767
|
}
|
|
765
|
-
.dt-recipe-feed-item-pill__border-critical[data-v-
|
|
768
|
+
.dt-recipe-feed-item-pill__border-critical[data-v-83d19d1f] {
|
|
766
769
|
background: var(--dt-color-foreground-critical);
|
|
767
770
|
}
|
|
768
|
-
@keyframes fade-
|
|
771
|
+
@keyframes fade-83d19d1f {
|
|
769
772
|
0% {
|
|
770
773
|
transform: scale(0);
|
|
771
774
|
}
|
|
@@ -883,20 +886,20 @@
|
|
|
883
886
|
background-color: hsla(var(--dt-color-blue-200-hsl) / 50%);
|
|
884
887
|
color: var(--dt-theme-topbar-button-color-foreground-hover);
|
|
885
888
|
}
|
|
886
|
-
.dt-contact-info[data-v-
|
|
889
|
+
.dt-contact-info[data-v-5e5eddf2] {
|
|
887
890
|
--contact-info-avatar-border-color: var(--dt-color-surface-primary);
|
|
888
891
|
display: flex;
|
|
889
892
|
}
|
|
890
|
-
.dt-contact-info[data-v-
|
|
893
|
+
.dt-contact-info[data-v-5e5eddf2] .dt-item-layout {
|
|
891
894
|
flex: 1 1 0;
|
|
892
895
|
}
|
|
893
|
-
.dt-contact-info[data-v-
|
|
896
|
+
.dt-contact-info[data-v-5e5eddf2] .dt-item-layout--content {
|
|
894
897
|
/*
|
|
895
898
|
DP-74536: Add `min-width` to make the width of "contact info" adjustable.
|
|
896
899
|
*/
|
|
897
900
|
min-width: var(--dt-space-825);
|
|
898
901
|
}
|
|
899
|
-
.dt-contact-info[data-v-
|
|
902
|
+
.dt-contact-info[data-v-5e5eddf2] .dt-item-layout--left {
|
|
900
903
|
/*
|
|
901
904
|
DP-74536: To make 'Avatar' in fixed position when resizing the window.
|
|
902
905
|
*/
|
|
@@ -904,26 +907,26 @@
|
|
|
904
907
|
justify-content: flex-start;
|
|
905
908
|
align-items: center;
|
|
906
909
|
}
|
|
907
|
-
.dt-contact-info[data-v-
|
|
910
|
+
.dt-contact-info[data-v-5e5eddf2] .dt-item-layout--right {
|
|
908
911
|
/*
|
|
909
912
|
DP-74536: Remove `min-width` which cause extra unused empty space on the right of "contact info".
|
|
910
913
|
*/
|
|
911
914
|
min-width: 0;
|
|
912
915
|
align-items: center;
|
|
913
916
|
}
|
|
914
|
-
.dt-contact-info__left[data-v-
|
|
917
|
+
.dt-contact-info__left[data-v-5e5eddf2] {
|
|
915
918
|
position: relative;
|
|
916
919
|
background-color: transparent;
|
|
917
920
|
background-image: none;
|
|
918
921
|
border-width: 0;
|
|
919
922
|
cursor: pointer;
|
|
920
923
|
}
|
|
921
|
-
.dt-contact-info--avatars[data-v-
|
|
924
|
+
.dt-contact-info--avatars[data-v-5e5eddf2] {
|
|
922
925
|
margin-right: var(--dt-space-300-negative);
|
|
923
926
|
display: flex;
|
|
924
927
|
flex-direction: row;
|
|
925
928
|
}
|
|
926
|
-
.dt-contact-info--avatars .d-avatar[data-v-
|
|
929
|
+
.dt-contact-info--avatars .d-avatar[data-v-5e5eddf2] {
|
|
927
930
|
border-radius: var(--dt-size-radius-pill);
|
|
928
931
|
border: var(--dt-size-300) solid var(--contact-info-avatar-border-color);
|
|
929
932
|
box-sizing: unset;
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
};
|
|
10
10
|
}, any, any, {}, {
|
|
11
11
|
close(): void;
|
|
12
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").
|
|
12
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
/**
|
|
14
14
|
* Label for the visually hidden close button
|
|
15
15
|
* Required if visuallyHiddenClose is set to `true`
|
|
@@ -175,11 +175,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
175
175
|
hasOverlayIcon(): any;
|
|
176
176
|
iconDataQa(): "dt-avatar-icon";
|
|
177
177
|
avatarClasses(): any[];
|
|
178
|
-
overlayClasses():
|
|
178
|
+
overlayClasses(): any[];
|
|
179
179
|
showGroup(): boolean;
|
|
180
|
-
formattedGroup():
|
|
181
|
-
validatedSize():
|
|
182
|
-
showImage():
|
|
180
|
+
formattedGroup(): any;
|
|
181
|
+
validatedSize(): any;
|
|
182
|
+
showImage(): any;
|
|
183
183
|
}, {
|
|
184
184
|
setImageListeners(): Promise<void>;
|
|
185
185
|
formatInitials(): void;
|
|
@@ -188,7 +188,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
188
188
|
_erroredImageEventHandler(el: any): void;
|
|
189
189
|
validateProps(): void;
|
|
190
190
|
handleClick(e: any): void;
|
|
191
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").
|
|
191
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
192
192
|
/**
|
|
193
193
|
* Id of the avatar content wrapper element
|
|
194
194
|
*/
|
|
@@ -336,8 +336,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
336
336
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
337
337
|
}, {
|
|
338
338
|
presence: string;
|
|
339
|
-
fullName: string;
|
|
340
339
|
size: string;
|
|
340
|
+
fullName: string;
|
|
341
341
|
group: number;
|
|
342
342
|
imageSrc: string;
|
|
343
343
|
id: string;
|
|
@@ -116,7 +116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
116
|
validateProps(): void;
|
|
117
117
|
validateTypePropCombination(): void;
|
|
118
118
|
validateDecorationPropCombination(): void;
|
|
119
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
119
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
120
|
/**
|
|
121
121
|
* The size of the left and right icons.
|
|
122
122
|
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
@@ -143,7 +143,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
143
143
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
144
144
|
focusTrappedTabPress(e: object, el: object): void;
|
|
145
145
|
};
|
|
146
|
-
}, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").
|
|
146
|
+
}, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
147
147
|
/**
|
|
148
148
|
* Sets an ID on the title element of the component. Useful for aria-describedby
|
|
149
149
|
* or aria-labelledby or any other reason you may need an id to refer to the title.
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
linkKind(): "" | "muted";
|
|
27
27
|
linkInverted(): boolean;
|
|
28
28
|
ariaCurrent(): "location" | undefined;
|
|
29
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
29
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
30
|
/**
|
|
31
31
|
* Passed through to link. If true, applies inverted styles to the link.
|
|
32
32
|
*/
|
|
@@ -26,7 +26,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26
26
|
BREADCRUMBS_INVERTED_MODIFIER: string;
|
|
27
27
|
}, {}, {
|
|
28
28
|
getBreadcrumbItemKey(index: any): string;
|
|
29
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
29
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
30
|
/**
|
|
31
31
|
* A provided list of breadcrumbs. Overridden by default slot
|
|
32
32
|
*/
|
|
@@ -163,7 +163,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
163
|
shouldRenderIcon(): any;
|
|
164
164
|
isIconOnly(): any;
|
|
165
165
|
isVerticalIconLayout(): boolean;
|
|
166
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import("vue").
|
|
166
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
167
167
|
/**
|
|
168
168
|
* Whether the button is a circle or not.
|
|
169
169
|
* @values true, false
|
|
@@ -310,12 +310,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
310
310
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
311
311
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
312
312
|
}, {
|
|
313
|
+
link: boolean;
|
|
313
314
|
active: boolean;
|
|
315
|
+
size: string;
|
|
314
316
|
type: string;
|
|
315
|
-
link: boolean;
|
|
316
317
|
circle: boolean;
|
|
317
318
|
loading: boolean;
|
|
318
|
-
size: string;
|
|
319
319
|
kind: string;
|
|
320
320
|
labelClass: string | Record<string, any> | unknown[];
|
|
321
321
|
iconPosition: string;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
end: string;
|
|
14
14
|
'space-between': string;
|
|
15
15
|
};
|
|
16
|
-
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
16
|
+
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
/**
|
|
18
18
|
* Alignment of the buttons inside the container
|
|
19
19
|
*/
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=buttons_decorator.vue.d.ts.map
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
};
|
|
38
38
|
}, any, {
|
|
39
39
|
hasSlotContent: typeof hasSlotContent;
|
|
40
|
-
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
40
|
+
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
41
|
/**
|
|
42
42
|
* The maximum height of the card content.
|
|
43
43
|
* If given, makes content area scrollable.
|
|
@@ -150,10 +150,10 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {
|
|
|
150
150
|
computed: {
|
|
151
151
|
formattedMessages(): any;
|
|
152
152
|
};
|
|
153
|
-
}, import("vue").ComponentOptionsMixin, ("input" | "focusin" | "focusout")[], "input" | "focusin" | "focusout", import("vue").
|
|
153
|
+
}, import("vue").ComponentOptionsMixin, ("input" | "focusin" | "focusout")[], "input" | "focusin" | "focusout", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
154
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
154
155
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
155
156
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
156
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
157
157
|
}, {}, {}>;
|
|
158
158
|
export default _default;
|
|
159
159
|
//# sourceMappingURL=checkbox.vue.d.ts.map
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
default: string;
|
|
38
38
|
};
|
|
39
39
|
}, any, {
|
|
40
|
-
internalValue:
|
|
40
|
+
internalValue: any;
|
|
41
41
|
}, {}, {
|
|
42
42
|
setGroupValue(value: any, checked: any): void;
|
|
43
43
|
getMessageKey(type: any, index: any): string;
|
|
@@ -85,7 +85,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
85
|
}, {
|
|
86
86
|
getMessageKey(type: any, index: any): string;
|
|
87
87
|
messageTypeClass(type: any): any;
|
|
88
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
88
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
89
|
id: {
|
|
90
90
|
type: StringConstructor;
|
|
91
91
|
default(): string;
|
|
@@ -183,7 +183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
183
183
|
setGroupValue(newValue: any): void;
|
|
184
184
|
};
|
|
185
185
|
mounted(): void;
|
|
186
|
-
}, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
186
|
+
}, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
187
187
|
dataQaGroup: {
|
|
188
188
|
type: StringConstructor;
|
|
189
189
|
default: string;
|
|
@@ -200,7 +200,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
200
|
dataQaGroup: string;
|
|
201
201
|
dataQaGroupLegend: string;
|
|
202
202
|
dataQaGroupMessages: string;
|
|
203
|
-
}, {}>, "input"[], "input", import("vue").
|
|
203
|
+
}, {}>, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
204
204
|
/**
|
|
205
205
|
* Not supported by this component, please use selectedValues
|
|
206
206
|
*/
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=checkboxes_decorator.vue.d.ts.map
|
|
@@ -77,7 +77,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
77
77
|
chipClasses(): any[];
|
|
78
78
|
chipCloseButtonClasses(): any[];
|
|
79
79
|
onClose(): void;
|
|
80
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
80
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "close" | "keyup")[], "click" | "close" | "keyup", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
81
81
|
/**
|
|
82
82
|
* A set of props to be passed into the modal's close button. Requires an 'ariaLabel' property.
|
|
83
83
|
*/
|
|
@@ -144,9 +144,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
144
|
default: string;
|
|
145
145
|
};
|
|
146
146
|
}>> & {
|
|
147
|
-
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
148
147
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
149
148
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
149
|
+
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
size: string;
|
|
152
152
|
id: string;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
text: {
|
|
8
8
|
type: StringConstructor;
|
|
9
9
|
required: true;
|
|
@@ -87,7 +87,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
87
87
|
}, any, {
|
|
88
88
|
isOpen: boolean;
|
|
89
89
|
}, {
|
|
90
|
-
labelledBy():
|
|
90
|
+
labelledBy(): any;
|
|
91
91
|
collapsibleListeners(): {
|
|
92
92
|
[k: string]: any;
|
|
93
93
|
};
|
|
@@ -97,7 +97,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
97
|
defaultToggleOpen(): void;
|
|
98
98
|
toggleOpen(): void;
|
|
99
99
|
validateProperAnchor(): void;
|
|
100
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:open" | "opened")[], "update:open" | "opened", import("vue").
|
|
100
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:open" | "opened")[], "update:open" | "opened", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
101
101
|
/**
|
|
102
102
|
* Text that is displayed on the anchor if nothing is passed in the slot.
|
|
103
103
|
* Ignored if the anchor slot is used.
|
|
@@ -55,7 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
* @param {HTMLElement} element
|
|
56
56
|
*/
|
|
57
57
|
afterLeave(element: HTMLElement): void;
|
|
58
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
58
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
59
|
/**
|
|
60
60
|
* Whether the child slot is shown.
|
|
61
61
|
*/
|
|
@@ -114,26 +114,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
hasSlotContent: typeof hasSlotContent;
|
|
115
115
|
}, {
|
|
116
116
|
inputProps(): {
|
|
117
|
-
label:
|
|
118
|
-
labelVisible:
|
|
119
|
-
size:
|
|
120
|
-
description:
|
|
117
|
+
label: never;
|
|
118
|
+
labelVisible: never;
|
|
119
|
+
size: never;
|
|
120
|
+
description: never;
|
|
121
121
|
role: string;
|
|
122
|
-
'aria-label':
|
|
123
|
-
'aria-expanded':
|
|
124
|
-
'aria-owns':
|
|
122
|
+
'aria-label': never;
|
|
123
|
+
'aria-expanded': any;
|
|
124
|
+
'aria-owns': never;
|
|
125
125
|
'aria-haspopup': string;
|
|
126
126
|
'aria-activedescendant': undefined;
|
|
127
|
-
'aria-controls':
|
|
127
|
+
'aria-controls': never;
|
|
128
128
|
};
|
|
129
129
|
listProps(): {
|
|
130
130
|
role: string;
|
|
131
|
-
id:
|
|
131
|
+
id: never;
|
|
132
132
|
class: string;
|
|
133
|
-
'aria-label':
|
|
133
|
+
'aria-label': never;
|
|
134
134
|
};
|
|
135
|
-
beginningOfListMethod():
|
|
136
|
-
endOfListMethod():
|
|
135
|
+
beginningOfListMethod(): never;
|
|
136
|
+
endOfListMethod(): never;
|
|
137
137
|
activeItemId(): undefined;
|
|
138
138
|
activeItemEl(): any;
|
|
139
139
|
}, {
|
|
@@ -202,7 +202,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
202
202
|
scrollActiveItemIntoViewIfNeeded(): void;
|
|
203
203
|
focusActiveItemIfNeeded(): void;
|
|
204
204
|
};
|
|
205
|
-
}, import("vue").ComponentOptionsMixin, ("select" | "opened" | "escape" | "highlight")[], "select" | "opened" | "escape" | "highlight", import("vue").
|
|
205
|
+
}, import("vue").ComponentOptionsMixin, ("select" | "opened" | "escape" | "highlight")[], "select" | "opened" | "escape" | "highlight", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
206
206
|
/**
|
|
207
207
|
* String to use for the input label.
|
|
208
208
|
*/
|
|
@@ -319,8 +319,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
319
319
|
onEscape?: ((...args: any[]) => any) | undefined;
|
|
320
320
|
onHighlight?: ((...args: any[]) => any) | undefined;
|
|
321
321
|
}, {
|
|
322
|
-
loading: boolean;
|
|
323
322
|
size: string;
|
|
323
|
+
loading: boolean;
|
|
324
324
|
showList: boolean;
|
|
325
325
|
labelVisible: boolean;
|
|
326
326
|
description: string;
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
|
-
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
18
|
+
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
/**
|
|
20
20
|
* Message to display when list is empty
|
|
21
21
|
*/
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=combobox_loading-list.vue.d.ts.map
|
|
@@ -3,6 +3,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3
3
|
$props: {
|
|
4
4
|
readonly [x: string]: any;
|
|
5
5
|
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
7
7
|
export default _default;
|
|
8
8
|
//# sourceMappingURL=datepicker.vue.d.ts.map
|
|
@@ -9,6 +9,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
9
9
|
readonly calendarDays?: unknown[] | undefined;
|
|
10
10
|
readonly selectDayLabel?: string | undefined;
|
|
11
11
|
};
|
|
12
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
12
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
13
13
|
export default _default;
|
|
14
14
|
//# sourceMappingURL=calendar.vue.d.ts.map
|
|
@@ -19,6 +19,6 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
19
19
|
readonly changeToLabel?: string | undefined;
|
|
20
20
|
readonly selectedDate?: Date | undefined;
|
|
21
21
|
};
|
|
22
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
22
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
23
23
|
export default _default;
|
|
24
24
|
//# sourceMappingURL=month-year-picker.vue.d.ts.map
|
|
@@ -45,7 +45,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
ddClass(): any[];
|
|
46
46
|
getDirectionClass(): string;
|
|
47
47
|
getGapClass(): string;
|
|
48
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
48
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
49
49
|
/**
|
|
50
50
|
* The direction for the list
|
|
51
51
|
* @values row, column
|