@dialpad/dialtone-vue 2.162.0-beta.1 → 2.162.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/utils.cjs +7 -0
- package/dist/common/utils.cjs.map +1 -1
- package/dist/common/utils.js +8 -1
- package/dist/common/utils.js.map +1 -1
- package/dist/components/datepicker/datepicker.vue.cjs +4 -0
- package/dist/components/datepicker/datepicker.vue.cjs.map +1 -1
- package/dist/components/datepicker/datepicker.vue.js +4 -0
- package/dist/components/datepicker/datepicker.vue.js.map +1 -1
- package/dist/components/emoji_picker/emoji_picker.vue.cjs +3 -7
- package/dist/components/emoji_picker/emoji_picker.vue.cjs.map +1 -1
- package/dist/components/emoji_picker/emoji_picker.vue.js +3 -7
- package/dist/components/emoji_picker/emoji_picker.vue.js.map +1 -1
- package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs +8 -22
- package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -1
- package/dist/components/emoji_picker/modules/emoji_selector.vue.js +8 -22
- package/dist/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -1
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs +5 -9
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -1
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.js +5 -9
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -1
- package/dist/components/popover/popover.vue.cjs +1 -0
- package/dist/components/popover/popover.vue.cjs.map +1 -1
- package/dist/components/popover/popover.vue.js +2 -1
- package/dist/components/popover/popover.vue.js.map +1 -1
- package/dist/components/rich_text_editor/rich_text_editor.vue.cjs +35 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -1
- package/dist/components/rich_text_editor/rich_text_editor.vue.js +35 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.js.map +1 -1
- package/dist/components/split_button/split_button.vue.cjs +4 -0
- package/dist/components/split_button/split_button.vue.cjs.map +1 -1
- package/dist/components/split_button/split_button.vue.js +4 -0
- package/dist/components/split_button/split_button.vue.js.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +3 -0
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +4 -1
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -1
- package/dist/types/common/dates/index.d.ts +0 -44
- package/dist/types/common/dates/index.d.ts.map +1 -1
- package/dist/types/common/emoji/index.d.ts +0 -3
- package/dist/types/common/emoji/index.d.ts.map +1 -1
- package/dist/types/common/mixins/dom.d.ts +0 -8
- package/dist/types/common/mixins/dom.d.ts.map +1 -1
- package/dist/types/common/mixins/index.d.ts +3 -3
- package/dist/types/common/mixins/input.d.ts +2 -6
- package/dist/types/common/mixins/input.d.ts.map +1 -1
- package/dist/types/common/mixins/input_group.d.ts +2 -2
- package/dist/types/common/mixins/modal.d.ts +0 -32
- package/dist/types/common/mixins/modal.d.ts.map +1 -1
- package/dist/types/common/sr_only_close_button.vue.d.ts +2 -10
- package/dist/types/common/sr_only_close_button.vue.d.ts.map +1 -1
- package/dist/types/common/utils/index.d.ts +1 -66
- package/dist/types/common/utils/index.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +4 -138
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/types/components/avatar/index.d.ts +2 -2
- package/dist/types/components/badge/badge.vue.d.ts +7 -73
- package/dist/types/components/badge/badge.vue.d.ts.map +1 -1
- package/dist/types/components/badge/index.d.ts +2 -2
- package/dist/types/components/banner/banner.vue.d.ts +2 -106
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/types/components/banner/index.d.ts +1 -1
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +2 -20
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -1
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +2 -22
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -1
- package/dist/types/components/breadcrumbs/index.d.ts +3 -3
- package/dist/types/components/button/button.vue.d.ts +4 -156
- package/dist/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/types/components/button/index.d.ts +2 -2
- package/dist/types/components/button_group/button_group.vue.d.ts +2 -8
- package/dist/types/components/button_group/button_group.vue.d.ts.map +1 -1
- package/dist/types/components/button_group/index.d.ts +2 -2
- package/dist/types/components/card/card.vue.d.ts +2 -34
- package/dist/types/components/card/card.vue.d.ts.map +1 -1
- package/dist/types/components/card/index.d.ts +1 -1
- package/dist/types/components/checkbox/checkbox.vue.d.ts +5 -10
- package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/types/components/checkbox/index.d.ts +1 -1
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +9 -47
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
- package/dist/types/components/checkbox_group/index.d.ts +1 -1
- package/dist/types/components/chip/chip.vue.d.ts +3 -61
- package/dist/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/types/components/chip/index.d.ts +2 -2
- package/dist/types/components/codeblock/codeblock.vue.d.ts +2 -2
- package/dist/types/components/codeblock/codeblock.vue.d.ts.map +1 -1
- package/dist/types/components/codeblock/index.d.ts +1 -1
- package/dist/types/components/collapsible/collapsible.vue.d.ts +3 -85
- package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts +2 -44
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -1
- package/dist/types/components/collapsible/index.d.ts +1 -1
- package/dist/types/components/combobox/combobox.vue.d.ts +4 -118
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts +2 -18
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts.map +1 -1
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts +1 -1
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts.map +1 -1
- package/dist/types/components/combobox/index.d.ts +2 -2
- package/dist/types/components/datepicker/datepicker.vue.d.ts +1 -1
- package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -1
- package/dist/types/components/datepicker/datepicker_constants.d.ts +0 -5
- package/dist/types/components/datepicker/datepicker_constants.d.ts.map +1 -1
- package/dist/types/components/datepicker/formatUtils.d.ts +0 -36
- package/dist/types/components/datepicker/formatUtils.d.ts.map +1 -1
- package/dist/types/components/datepicker/index.d.ts +2 -2
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts +2 -2
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts.map +1 -1
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts +2 -2
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -1
- package/dist/types/components/description_list/description_list.vue.d.ts +2 -36
- package/dist/types/components/description_list/description_list.vue.d.ts.map +1 -1
- package/dist/types/components/description_list/index.d.ts +2 -2
- package/dist/types/components/dropdown/dropdown.vue.d.ts +32 -200
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown_separator.vue.d.ts +1 -1
- package/dist/types/components/dropdown/dropdown_separator.vue.d.ts.map +1 -1
- package/dist/types/components/dropdown/index.d.ts +3 -3
- package/dist/types/components/emoji/emoji.vue.d.ts +2 -52
- package/dist/types/components/emoji/emoji.vue.d.ts.map +1 -1
- package/dist/types/components/emoji/index.d.ts +1 -1
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/index.d.ts +2 -2
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +2 -12
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +2 -2
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +3 -2
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +2 -2
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +2 -28
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -1
- package/dist/types/components/emoji_text_wrapper/index.d.ts +1 -1
- package/dist/types/components/empty_state/empty_state.vue.d.ts +1 -1
- package/dist/types/components/empty_state/empty_state.vue.d.ts.map +1 -1
- package/dist/types/components/empty_state/index.d.ts +2 -2
- package/dist/types/components/hovercard/hovercard.vue.d.ts +1 -1
- package/dist/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/types/components/hovercard/index.d.ts +1 -1
- package/dist/types/components/icon/icon.vue.d.ts +2 -22
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -1
- package/dist/types/components/icon/index.d.ts +2 -2
- package/dist/types/components/illustration/illustration.vue.d.ts +2 -8
- package/dist/types/components/illustration/illustration.vue.d.ts.map +1 -1
- package/dist/types/components/illustration/index.d.ts +2 -2
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts +2 -58
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/types/components/image_viewer/index.d.ts +1 -1
- package/dist/types/components/input/index.d.ts +2 -2
- package/dist/types/components/input/input.vue.d.ts +3 -119
- package/dist/types/components/input/input.vue.d.ts.map +1 -1
- package/dist/types/components/input_group/index.d.ts +1 -1
- package/dist/types/components/input_group/input_group.vue.d.ts +8 -37
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/types/components/item_layout/index.d.ts +1 -1
- package/dist/types/components/item_layout/item_layout.vue.d.ts +2 -16
- package/dist/types/components/item_layout/item_layout.vue.d.ts.map +1 -1
- package/dist/types/components/keyboard_shortcut/index.d.ts +2 -2
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +2 -24
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -1
- package/dist/types/components/lazy_show/index.d.ts +1 -1
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts +2 -30
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts.map +1 -1
- package/dist/types/components/link/index.d.ts +2 -2
- package/dist/types/components/link/link.vue.d.ts +2 -20
- package/dist/types/components/link/link.vue.d.ts.map +1 -1
- package/dist/types/components/list_item/index.d.ts +2 -2
- package/dist/types/components/list_item/list_item.vue.d.ts +5 -58
- package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/types/components/list_item_group/index.d.ts +1 -1
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts +2 -26
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts.map +1 -1
- package/dist/types/components/modal/index.d.ts +2 -2
- package/dist/types/components/modal/modal.vue.d.ts +7 -164
- package/dist/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/types/components/notice/index.d.ts +5 -5
- package/dist/types/components/notice/notice.vue.d.ts +2 -94
- package/dist/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice_action.vue.d.ts +3 -28
- package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice_content.vue.d.ts +2 -24
- package/dist/types/components/notice/notice_content.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice_icon.vue.d.ts +2 -10
- package/dist/types/components/notice/notice_icon.vue.d.ts.map +1 -1
- package/dist/types/components/pagination/index.d.ts +1 -1
- package/dist/types/components/pagination/pagination.vue.d.ts +2 -48
- package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/types/components/popover/index.d.ts +2 -2
- package/dist/types/components/popover/popover.vue.d.ts +2 -2
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover_header_footer.vue.d.ts +2 -24
- package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/types/components/popover/tippy_utils.d.ts +2 -2
- package/dist/types/components/presence/index.d.ts +2 -2
- package/dist/types/components/presence/presence.vue.d.ts +2 -22
- package/dist/types/components/presence/presence.vue.d.ts.map +1 -1
- package/dist/types/components/radio/index.d.ts +2 -2
- package/dist/types/components/radio/radio.vue.d.ts +4 -10
- package/dist/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/types/components/radio_group/index.d.ts +1 -1
- package/dist/types/components/radio_group/radio_group.vue.d.ts +8 -39
- package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +18 -18
- package/dist/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts +2 -2
- package/dist/types/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/channels/channel.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/custom_link/autolink.d.ts +1 -4
- package/dist/types/components/rich_text_editor/extensions/custom_link/autolink.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/custom_link/custom_link.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/custom_link/index.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/custom_link/utils.d.ts +0 -28
- package/dist/types/components/rich_text_editor/extensions/custom_link/utils.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +18 -18
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +2 -2
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/emoji/index.d.ts +2 -2
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +18 -18
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +2 -2
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts +18 -18
- package/dist/types/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +2 -2
- package/dist/types/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/extensions/slash_command/slash_command.d.ts +1 -1
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +2 -2
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -1
- package/dist/types/components/rich_text_editor/index.d.ts +2 -2
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +5 -245
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/types/components/root_layout/index.d.ts +2 -2
- package/dist/types/components/root_layout/root_layout.vue.d.ts +2 -80
- package/dist/types/components/root_layout/root_layout.vue.d.ts.map +1 -1
- package/dist/types/components/select_menu/index.d.ts +2 -2
- package/dist/types/components/select_menu/select_menu.vue.d.ts +3 -97
- package/dist/types/components/select_menu/select_menu.vue.d.ts.map +1 -1
- package/dist/types/components/skeleton/index.d.ts +6 -6
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts +2 -68
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts +2 -76
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts +2 -54
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts +3 -66
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton.vue.d.ts +2 -70
- package/dist/types/components/skeleton/skeleton.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/index.d.ts +2 -2
- package/dist/types/components/split_button/split_button-alpha.vue.d.ts +4 -74
- package/dist/types/components/split_button/split_button-alpha.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/split_button-omega.vue.d.ts +4 -54
- package/dist/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/types/components/split_button/split_button.vue.d.ts +4 -150
- package/dist/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/types/components/stack/index.d.ts +2 -2
- package/dist/types/components/stack/stack.vue.d.ts +1 -1
- package/dist/types/components/stack/stack.vue.d.ts.map +1 -1
- package/dist/types/components/tabs/index.d.ts +4 -4
- package/dist/types/components/tabs/tab.vue.d.ts +3 -43
- package/dist/types/components/tabs/tab.vue.d.ts.map +1 -1
- package/dist/types/components/tabs/tab_group.vue.d.ts +3 -59
- package/dist/types/components/tabs/tab_group.vue.d.ts.map +1 -1
- package/dist/types/components/tabs/tab_panel.vue.d.ts +2 -28
- package/dist/types/components/tabs/tab_panel.vue.d.ts.map +1 -1
- package/dist/types/components/toast/index.d.ts +2 -2
- package/dist/types/components/toast/toast.vue.d.ts +3 -111
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/types/components/toggle/index.d.ts +2 -2
- package/dist/types/components/toggle/toggle.vue.d.ts +5 -67
- package/dist/types/components/toggle/toggle.vue.d.ts.map +1 -1
- package/dist/types/components/tooltip/index.d.ts +2 -2
- package/dist/types/components/tooltip/tooltip.vue.d.ts +10 -216
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/types/components/validation_messages/index.d.ts +1 -1
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts +3 -24
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts.map +1 -1
- package/dist/types/directives/scrollbar/index.d.ts +1 -1
- package/dist/types/directives/tooltip/index.d.ts +1 -1
- package/dist/types/index.d.ts +80 -80
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +6 -82
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button/index.d.ts +2 -2
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +5 -149
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_popover/index.d.ts +1 -1
- package/dist/types/recipes/cards/ivr_node/index.d.ts +2 -2
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +2 -32
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +1 -1
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/types/recipes/chips/grouped_chip/index.d.ts +1 -1
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +2 -2
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
- package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +2 -2
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +6 -171
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/index.d.ts +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +2 -20
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/index.d.ts +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +2 -2
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +2 -2
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts +4 -178
- package/dist/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/editor/index.d.ts +1 -1
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -8
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/emoji_row/index.d.ts +2 -2
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +2 -68
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +2 -2
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +2 -40
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts +2 -2
- package/dist/types/recipes/conversation_view/message_input/index.d.ts +1 -1
- package/dist/types/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.d.ts +18 -18
- package/dist/types/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/meeting_pill/meeting_pill.d.ts +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +5 -249
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/time_pill/index.d.ts +1 -1
- package/dist/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +2 -16
- package/dist/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts.map +1 -1
- package/dist/types/recipes/header/settings_menu_button/index.d.ts +1 -1
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +2 -18
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +4 -90
- package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/types/recipes/item_layout/contact_info/index.d.ts +1 -1
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +2 -66
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/callbox/index.d.ts +2 -2
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +2 -38
- package/dist/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/contact_centers_row/index.d.ts +1 -1
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +2 -110
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/contact_row/index.d.ts +1 -1
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +2 -125
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/general_row/index.d.ts +2 -2
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +2 -2
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +2 -46
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/leftbar/group_row/index.d.ts +1 -1
- package/dist/types/recipes/leftbar/unread_pill/index.d.ts +2 -2
- package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +2 -18
- package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
- package/dist/types/recipes/notices/top_banner_info/index.d.ts +2 -2
- package/dist/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +2 -8
- package/dist/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +1 -1
- package/package.json +10 -60
- package/dist/component-documentation.json +0 -1
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts +0 -3
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts.map +0 -1
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +0 -3
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts.map +0 -1
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts +0 -36
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts.map +0 -1
- package/dist/types/components/input_group/decorators/input.vue.d.ts +0 -102
- package/dist/types/components/input_group/decorators/input.vue.d.ts.map +0 -1
- package/dist/types/components/input_group/decorators/inputs.vue.d.ts +0 -3
- package/dist/types/components/input_group/decorators/inputs.vue.d.ts.map +0 -1
- package/dist/types/components/radio_group/radios_decorator.vue.d.ts +0 -3
- package/dist/types/components/radio_group/radios_decorator.vue.d.ts.map +0 -1
|
@@ -1,178 +1,92 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
/**
|
|
3
|
-
* String to use for the item's role.
|
|
4
|
-
*/
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
2
|
role: {
|
|
6
3
|
type: StringConstructor;
|
|
7
4
|
default: string;
|
|
8
5
|
};
|
|
9
|
-
/**
|
|
10
|
-
* Display avatar if `showAvatar` property is true.
|
|
11
|
-
*/
|
|
12
6
|
showAvatar: {
|
|
13
7
|
type: BooleanConstructor;
|
|
14
8
|
default: boolean;
|
|
15
9
|
};
|
|
16
|
-
/**
|
|
17
|
-
* Optional avatar image url.
|
|
18
|
-
*/
|
|
19
10
|
avatarSrc: {
|
|
20
11
|
type: StringConstructor;
|
|
21
12
|
default: string;
|
|
22
13
|
};
|
|
23
|
-
/**
|
|
24
|
-
* Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
|
|
25
|
-
*/
|
|
26
14
|
avatarSeed: {
|
|
27
15
|
type: StringConstructor;
|
|
28
16
|
default: null;
|
|
29
17
|
};
|
|
30
|
-
/**
|
|
31
|
-
* Avatar's full name, used to extract initials
|
|
32
|
-
* to display in avatar if `avatarSrc` and `avatarIcon` are empty.
|
|
33
|
-
*/
|
|
34
18
|
avatarFullName: {
|
|
35
19
|
type: StringConstructor;
|
|
36
20
|
default: string;
|
|
37
21
|
};
|
|
38
|
-
/**
|
|
39
|
-
* The size of the avatar
|
|
40
|
-
* @values xs, sm, md, lg, xl
|
|
41
|
-
*/
|
|
42
22
|
avatarSize: {
|
|
43
23
|
type: StringConstructor;
|
|
44
24
|
default: string;
|
|
45
25
|
};
|
|
46
|
-
/**
|
|
47
|
-
* The aria-labelledby of the button containing avatars
|
|
48
|
-
*/
|
|
49
26
|
avatarLabelledBy: {
|
|
50
27
|
type: StringConstructor;
|
|
51
28
|
default: string;
|
|
52
29
|
};
|
|
53
|
-
/**
|
|
54
|
-
* Avatar color to display if `avatarSrc` is empty.
|
|
55
|
-
*/
|
|
56
30
|
avatarColor: {
|
|
57
31
|
type: StringConstructor;
|
|
58
32
|
default: null;
|
|
59
33
|
};
|
|
60
|
-
/**
|
|
61
|
-
* Determines whether to show the presence indicator for
|
|
62
|
-
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
63
|
-
* or 'active'. By default, it's null and nothing is shown.
|
|
64
|
-
* @values null, busy, away, offline, active
|
|
65
|
-
*/
|
|
66
34
|
presence: {
|
|
67
35
|
type: StringConstructor;
|
|
68
36
|
default: null;
|
|
69
37
|
};
|
|
70
|
-
/**
|
|
71
|
-
* Showing multiple avatars in contact info.
|
|
72
|
-
* The props of array items are: <br>
|
|
73
|
-
* `src` - avatar image url (optional) <br>
|
|
74
|
-
* `fullName` - full name, used to extract initials to display in avatar<br>
|
|
75
|
-
* if `avatarSrc` and `avatarIcon` are empty<br>
|
|
76
|
-
* `seed` - determines uniqueness of avatar background <br>
|
|
77
|
-
* `text` - text that overlays the avatar (optional) <br>
|
|
78
|
-
* `icon` - icon that overlays the avatar (optional) <br>
|
|
79
|
-
* `halo` - halo highlight around the avatar. boolean true/false
|
|
80
|
-
*/
|
|
81
38
|
avatarList: {
|
|
82
39
|
type: ArrayConstructor;
|
|
83
40
|
default: null;
|
|
84
41
|
};
|
|
85
42
|
}, {}, {}, {
|
|
86
|
-
hasAvatarIcon(): import(
|
|
43
|
+
hasAvatarIcon(): import('vue/types/vnode').ScopedSlotChildren;
|
|
87
44
|
}, {
|
|
88
45
|
avatarClick(): void;
|
|
89
|
-
}, import(
|
|
90
|
-
/**
|
|
91
|
-
* String to use for the item's role.
|
|
92
|
-
*/
|
|
46
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "avatar-click"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
93
47
|
role: {
|
|
94
48
|
type: StringConstructor;
|
|
95
49
|
default: string;
|
|
96
50
|
};
|
|
97
|
-
/**
|
|
98
|
-
* Display avatar if `showAvatar` property is true.
|
|
99
|
-
*/
|
|
100
51
|
showAvatar: {
|
|
101
52
|
type: BooleanConstructor;
|
|
102
53
|
default: boolean;
|
|
103
54
|
};
|
|
104
|
-
/**
|
|
105
|
-
* Optional avatar image url.
|
|
106
|
-
*/
|
|
107
55
|
avatarSrc: {
|
|
108
56
|
type: StringConstructor;
|
|
109
57
|
default: string;
|
|
110
58
|
};
|
|
111
|
-
/**
|
|
112
|
-
* Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
|
|
113
|
-
*/
|
|
114
59
|
avatarSeed: {
|
|
115
60
|
type: StringConstructor;
|
|
116
61
|
default: null;
|
|
117
62
|
};
|
|
118
|
-
/**
|
|
119
|
-
* Avatar's full name, used to extract initials
|
|
120
|
-
* to display in avatar if `avatarSrc` and `avatarIcon` are empty.
|
|
121
|
-
*/
|
|
122
63
|
avatarFullName: {
|
|
123
64
|
type: StringConstructor;
|
|
124
65
|
default: string;
|
|
125
66
|
};
|
|
126
|
-
/**
|
|
127
|
-
* The size of the avatar
|
|
128
|
-
* @values xs, sm, md, lg, xl
|
|
129
|
-
*/
|
|
130
67
|
avatarSize: {
|
|
131
68
|
type: StringConstructor;
|
|
132
69
|
default: string;
|
|
133
70
|
};
|
|
134
|
-
/**
|
|
135
|
-
* The aria-labelledby of the button containing avatars
|
|
136
|
-
*/
|
|
137
71
|
avatarLabelledBy: {
|
|
138
72
|
type: StringConstructor;
|
|
139
73
|
default: string;
|
|
140
74
|
};
|
|
141
|
-
/**
|
|
142
|
-
* Avatar color to display if `avatarSrc` is empty.
|
|
143
|
-
*/
|
|
144
75
|
avatarColor: {
|
|
145
76
|
type: StringConstructor;
|
|
146
77
|
default: null;
|
|
147
78
|
};
|
|
148
|
-
/**
|
|
149
|
-
* Determines whether to show the presence indicator for
|
|
150
|
-
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
151
|
-
* or 'active'. By default, it's null and nothing is shown.
|
|
152
|
-
* @values null, busy, away, offline, active
|
|
153
|
-
*/
|
|
154
79
|
presence: {
|
|
155
80
|
type: StringConstructor;
|
|
156
81
|
default: null;
|
|
157
82
|
};
|
|
158
|
-
/**
|
|
159
|
-
* Showing multiple avatars in contact info.
|
|
160
|
-
* The props of array items are: <br>
|
|
161
|
-
* `src` - avatar image url (optional) <br>
|
|
162
|
-
* `fullName` - full name, used to extract initials to display in avatar<br>
|
|
163
|
-
* if `avatarSrc` and `avatarIcon` are empty<br>
|
|
164
|
-
* `seed` - determines uniqueness of avatar background <br>
|
|
165
|
-
* `text` - text that overlays the avatar (optional) <br>
|
|
166
|
-
* `icon` - icon that overlays the avatar (optional) <br>
|
|
167
|
-
* `halo` - halo highlight around the avatar. boolean true/false
|
|
168
|
-
*/
|
|
169
83
|
avatarList: {
|
|
170
84
|
type: ArrayConstructor;
|
|
171
85
|
default: null;
|
|
172
86
|
};
|
|
173
87
|
}>>, {
|
|
174
|
-
presence: string;
|
|
175
88
|
role: string;
|
|
89
|
+
presence: string;
|
|
176
90
|
avatarSrc: string;
|
|
177
91
|
avatarSeed: string;
|
|
178
92
|
showAvatar: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact_info.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/item_layout/contact_info/contact_info.vue
|
|
1
|
+
{"version":3,"file":"contact_info.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/item_layout/contact_info/contact_info.vue"],"names":[],"mappings":"AA2GA;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as DtRecipeContactInfo } from
|
|
1
|
+
export { default as DtRecipeContactInfo } from './contact_info.vue';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,70 +1,38 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
/**
|
|
3
|
-
* Text for the badge element
|
|
4
|
-
*/
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
2
|
badgeText: {
|
|
6
3
|
type: StringConstructor;
|
|
7
4
|
default: string;
|
|
8
5
|
};
|
|
9
|
-
/**
|
|
10
|
-
* Color for the badge element
|
|
11
|
-
* @values null, warning
|
|
12
|
-
*/
|
|
13
6
|
badgeColor: {
|
|
14
7
|
type: StringConstructor;
|
|
15
8
|
default: null;
|
|
16
9
|
validator: (color: unknown) => boolean;
|
|
17
10
|
};
|
|
18
|
-
/**
|
|
19
|
-
* Optional avatar image url.
|
|
20
|
-
* If not provided it will use the initial of the name.
|
|
21
|
-
*/
|
|
22
11
|
avatarSrc: {
|
|
23
12
|
type: StringConstructor;
|
|
24
13
|
default: string;
|
|
25
14
|
};
|
|
26
|
-
/**
|
|
27
|
-
* Avatar's full name, used to extract initials
|
|
28
|
-
* to display if `avatarSrc` is empty.
|
|
29
|
-
*/
|
|
30
15
|
avatarFullName: {
|
|
31
16
|
type: StringConstructor;
|
|
32
17
|
default: string;
|
|
33
18
|
};
|
|
34
|
-
/**
|
|
35
|
-
* Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
|
|
36
|
-
*/
|
|
37
19
|
avatarSeed: {
|
|
38
20
|
type: StringConstructor;
|
|
39
21
|
default: string;
|
|
40
22
|
};
|
|
41
|
-
/**
|
|
42
|
-
* Callbox title
|
|
43
|
-
*/
|
|
44
23
|
title: {
|
|
45
24
|
type: StringConstructor;
|
|
46
25
|
default: string;
|
|
47
26
|
};
|
|
48
|
-
/**
|
|
49
|
-
* Callbox border color
|
|
50
|
-
* @values default, ai, critical
|
|
51
|
-
*/
|
|
52
27
|
borderColor: {
|
|
53
28
|
type: StringConstructor;
|
|
54
29
|
default: string;
|
|
55
30
|
validator: (color: unknown) => boolean;
|
|
56
31
|
};
|
|
57
|
-
/**
|
|
58
|
-
* Makes the callbox avatar and title clickable,
|
|
59
|
-
* emits a click event when clicked.
|
|
60
|
-
*/
|
|
61
32
|
clickable: {
|
|
62
33
|
type: BooleanConstructor;
|
|
63
34
|
default: boolean;
|
|
64
35
|
};
|
|
65
|
-
/**
|
|
66
|
-
* Controls the avatars overlay icon
|
|
67
|
-
*/
|
|
68
36
|
isOnHold: {
|
|
69
37
|
type: BooleanConstructor;
|
|
70
38
|
default: boolean;
|
|
@@ -75,73 +43,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
43
|
borderClass(): any;
|
|
76
44
|
}, {
|
|
77
45
|
handleClick(e: any): void;
|
|
78
|
-
}, import(
|
|
79
|
-
/**
|
|
80
|
-
* Text for the badge element
|
|
81
|
-
*/
|
|
46
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
82
47
|
badgeText: {
|
|
83
48
|
type: StringConstructor;
|
|
84
49
|
default: string;
|
|
85
50
|
};
|
|
86
|
-
/**
|
|
87
|
-
* Color for the badge element
|
|
88
|
-
* @values null, warning
|
|
89
|
-
*/
|
|
90
51
|
badgeColor: {
|
|
91
52
|
type: StringConstructor;
|
|
92
53
|
default: null;
|
|
93
54
|
validator: (color: unknown) => boolean;
|
|
94
55
|
};
|
|
95
|
-
/**
|
|
96
|
-
* Optional avatar image url.
|
|
97
|
-
* If not provided it will use the initial of the name.
|
|
98
|
-
*/
|
|
99
56
|
avatarSrc: {
|
|
100
57
|
type: StringConstructor;
|
|
101
58
|
default: string;
|
|
102
59
|
};
|
|
103
|
-
/**
|
|
104
|
-
* Avatar's full name, used to extract initials
|
|
105
|
-
* to display if `avatarSrc` is empty.
|
|
106
|
-
*/
|
|
107
60
|
avatarFullName: {
|
|
108
61
|
type: StringConstructor;
|
|
109
62
|
default: string;
|
|
110
63
|
};
|
|
111
|
-
/**
|
|
112
|
-
* Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
|
|
113
|
-
*/
|
|
114
64
|
avatarSeed: {
|
|
115
65
|
type: StringConstructor;
|
|
116
66
|
default: string;
|
|
117
67
|
};
|
|
118
|
-
/**
|
|
119
|
-
* Callbox title
|
|
120
|
-
*/
|
|
121
68
|
title: {
|
|
122
69
|
type: StringConstructor;
|
|
123
70
|
default: string;
|
|
124
71
|
};
|
|
125
|
-
/**
|
|
126
|
-
* Callbox border color
|
|
127
|
-
* @values default, ai, critical
|
|
128
|
-
*/
|
|
129
72
|
borderColor: {
|
|
130
73
|
type: StringConstructor;
|
|
131
74
|
default: string;
|
|
132
75
|
validator: (color: unknown) => boolean;
|
|
133
76
|
};
|
|
134
|
-
/**
|
|
135
|
-
* Makes the callbox avatar and title clickable,
|
|
136
|
-
* emits a click event when clicked.
|
|
137
|
-
*/
|
|
138
77
|
clickable: {
|
|
139
78
|
type: BooleanConstructor;
|
|
140
79
|
default: boolean;
|
|
141
80
|
};
|
|
142
|
-
/**
|
|
143
|
-
* Controls the avatars overlay icon
|
|
144
|
-
*/
|
|
145
81
|
isOnHold: {
|
|
146
82
|
type: BooleanConstructor;
|
|
147
83
|
default: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbox.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/callbox/callbox.vue
|
|
1
|
+
{"version":3,"file":"callbox.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/callbox/callbox.vue"],"names":[],"mappings":"AAwFA;"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { default as DtRecipeCallbox } from
|
|
2
|
-
export { CALLBOX_BADGE_COLORS, CALLBOX_BORDER_COLORS } from
|
|
1
|
+
export { default as DtRecipeCallbox } from './callbox.vue';
|
|
2
|
+
export { CALLBOX_BADGE_COLORS, CALLBOX_BORDER_COLORS } from './callbox_constants';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,42 +1,24 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
/**
|
|
3
|
-
* Will be read out by a screen reader upon focus of this row. If not defined "description" will be read.
|
|
4
|
-
*/
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
2
|
ariaLabel: {
|
|
6
3
|
type: StringConstructor;
|
|
7
4
|
default: string;
|
|
8
5
|
};
|
|
9
|
-
/**
|
|
10
|
-
* Text displayed next to the icon. Required.
|
|
11
|
-
*/
|
|
12
6
|
description: {
|
|
13
7
|
type: StringConstructor;
|
|
14
8
|
required: true;
|
|
15
9
|
};
|
|
16
|
-
/**
|
|
17
|
-
* Determines if the row is selected
|
|
18
|
-
*/
|
|
19
10
|
selected: {
|
|
20
11
|
type: BooleanConstructor;
|
|
21
12
|
default: boolean;
|
|
22
13
|
};
|
|
23
|
-
/**
|
|
24
|
-
* Making this true will hide the unread count badge, the chevron button, and the right slot
|
|
25
|
-
*/
|
|
26
14
|
hideActions: {
|
|
27
15
|
type: BooleanConstructor;
|
|
28
16
|
default: boolean;
|
|
29
17
|
};
|
|
30
|
-
/**
|
|
31
|
-
* Number of unread messages, could be a string to support '99+'
|
|
32
|
-
*/
|
|
33
18
|
unreadCount: {
|
|
34
19
|
type: StringConstructor;
|
|
35
20
|
default: null;
|
|
36
21
|
};
|
|
37
|
-
/**
|
|
38
|
-
* Aria label for the menu button.
|
|
39
|
-
*/
|
|
40
22
|
menuButtonAriaLabel: {
|
|
41
23
|
type: StringConstructor;
|
|
42
24
|
required: true;
|
|
@@ -52,45 +34,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
52
34
|
showUnreadCount(): boolean;
|
|
53
35
|
}, {
|
|
54
36
|
adjustLabelWidth(): void;
|
|
55
|
-
}, import(
|
|
56
|
-
/**
|
|
57
|
-
* Will be read out by a screen reader upon focus of this row. If not defined "description" will be read.
|
|
58
|
-
*/
|
|
37
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("click" | "click-menu")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
59
38
|
ariaLabel: {
|
|
60
39
|
type: StringConstructor;
|
|
61
40
|
default: string;
|
|
62
41
|
};
|
|
63
|
-
/**
|
|
64
|
-
* Text displayed next to the icon. Required.
|
|
65
|
-
*/
|
|
66
42
|
description: {
|
|
67
43
|
type: StringConstructor;
|
|
68
44
|
required: true;
|
|
69
45
|
};
|
|
70
|
-
/**
|
|
71
|
-
* Determines if the row is selected
|
|
72
|
-
*/
|
|
73
46
|
selected: {
|
|
74
47
|
type: BooleanConstructor;
|
|
75
48
|
default: boolean;
|
|
76
49
|
};
|
|
77
|
-
/**
|
|
78
|
-
* Making this true will hide the unread count badge, the chevron button, and the right slot
|
|
79
|
-
*/
|
|
80
50
|
hideActions: {
|
|
81
51
|
type: BooleanConstructor;
|
|
82
52
|
default: boolean;
|
|
83
53
|
};
|
|
84
|
-
/**
|
|
85
|
-
* Number of unread messages, could be a string to support '99+'
|
|
86
|
-
*/
|
|
87
54
|
unreadCount: {
|
|
88
55
|
type: StringConstructor;
|
|
89
56
|
default: null;
|
|
90
57
|
};
|
|
91
|
-
/**
|
|
92
|
-
* Aria label for the menu button.
|
|
93
|
-
*/
|
|
94
58
|
menuButtonAriaLabel: {
|
|
95
59
|
type: StringConstructor;
|
|
96
60
|
required: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue
|
|
1
|
+
{"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue"],"names":[],"mappings":"AA2EA;"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as DtRecipeContactCentersRow } from
|
|
1
|
+
export { default as DtRecipeContactCentersRow } from './contact_centers_row.vue';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,118 +1,64 @@
|
|
|
1
|
-
declare const _default: import(
|
|
2
|
-
/**
|
|
3
|
-
* Optional avatar image url.
|
|
4
|
-
* If not provided it will use the initial of the name.
|
|
5
|
-
*/
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{
|
|
6
2
|
avatarSrc: {
|
|
7
3
|
type: StringConstructor;
|
|
8
4
|
default: string;
|
|
9
5
|
};
|
|
10
|
-
/**
|
|
11
|
-
* Determines whether to show the presence indicator for
|
|
12
|
-
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
13
|
-
* or 'active'. By default, it's null and nothing is shown.
|
|
14
|
-
* defer validation to avatar component.
|
|
15
|
-
* @values null, busy, away, offline, active
|
|
16
|
-
*/
|
|
17
6
|
avatarPresence: {
|
|
18
7
|
type: StringConstructor;
|
|
19
8
|
default: null;
|
|
20
9
|
};
|
|
21
|
-
/**
|
|
22
|
-
* Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
|
|
23
|
-
*/
|
|
24
10
|
avatarSeed: {
|
|
25
11
|
type: StringConstructor;
|
|
26
12
|
default: null;
|
|
27
13
|
};
|
|
28
|
-
/**
|
|
29
|
-
* Avatar color to display if `avatarSrc` is empty.
|
|
30
|
-
*/
|
|
31
14
|
avatarColor: {
|
|
32
15
|
type: StringConstructor;
|
|
33
16
|
default: null;
|
|
34
17
|
};
|
|
35
|
-
/**
|
|
36
|
-
* Text describing the user's presence, such as "in a meeting"
|
|
37
|
-
*/
|
|
38
18
|
presenceText: {
|
|
39
19
|
type: StringConstructor;
|
|
40
20
|
default: string;
|
|
41
21
|
};
|
|
42
|
-
/**
|
|
43
|
-
* Name of the contact
|
|
44
|
-
*/
|
|
45
22
|
name: {
|
|
46
23
|
type: StringConstructor;
|
|
47
24
|
required: true;
|
|
48
25
|
};
|
|
49
|
-
/**
|
|
50
|
-
* Status as set by the user.
|
|
51
|
-
*/
|
|
52
26
|
userStatus: {
|
|
53
27
|
type: StringConstructor;
|
|
54
28
|
default: string;
|
|
55
29
|
};
|
|
56
|
-
/**
|
|
57
|
-
* Gives a faded style to be used when muted
|
|
58
|
-
*/
|
|
59
30
|
muted: {
|
|
60
31
|
type: BooleanConstructor;
|
|
61
32
|
default: boolean;
|
|
62
33
|
};
|
|
63
|
-
/**
|
|
64
|
-
* Number of unread messages
|
|
65
|
-
*/
|
|
66
34
|
unreadCount: {
|
|
67
35
|
type: StringConstructor;
|
|
68
36
|
default: null;
|
|
69
37
|
};
|
|
70
|
-
/**
|
|
71
|
-
* Styles the row with an increased font weight to convey it has unreads. This must be true to see
|
|
72
|
-
* the unread count badge.
|
|
73
|
-
*/
|
|
74
38
|
hasUnreads: {
|
|
75
39
|
type: BooleanConstructor;
|
|
76
40
|
default: boolean;
|
|
77
41
|
};
|
|
78
|
-
/**
|
|
79
|
-
* Determines if the row is selected
|
|
80
|
-
*/
|
|
81
42
|
selected: {
|
|
82
43
|
type: BooleanConstructor;
|
|
83
44
|
default: boolean;
|
|
84
45
|
};
|
|
85
|
-
/**
|
|
86
|
-
* Initials will never be shown. Instead it will show a "User" icon.
|
|
87
|
-
*/
|
|
88
46
|
noInitials: {
|
|
89
47
|
type: BooleanConstructor;
|
|
90
48
|
default: boolean;
|
|
91
49
|
};
|
|
92
|
-
/**
|
|
93
|
-
* Shows an "is typing" animation over the avatar when true.
|
|
94
|
-
*/
|
|
95
50
|
isTyping: {
|
|
96
51
|
type: BooleanConstructor;
|
|
97
52
|
default: boolean;
|
|
98
53
|
};
|
|
99
|
-
/**
|
|
100
|
-
* Whether the contact row should display a call button when hovered.
|
|
101
|
-
*/
|
|
102
54
|
hasCallButton: {
|
|
103
55
|
type: BooleanConstructor;
|
|
104
56
|
default: boolean;
|
|
105
57
|
};
|
|
106
|
-
/**
|
|
107
|
-
* Text shown when the call button is hovered.
|
|
108
|
-
*/
|
|
109
58
|
callButtonTooltip: {
|
|
110
59
|
type: StringConstructor;
|
|
111
60
|
default: string;
|
|
112
61
|
};
|
|
113
|
-
/**
|
|
114
|
-
* Text shown when the unread count is hovered.
|
|
115
|
-
*/
|
|
116
62
|
unreadCountTooltip: {
|
|
117
63
|
type: StringConstructor;
|
|
118
64
|
default: string;
|
|
@@ -120,121 +66,67 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
120
66
|
}, {}, {}, {
|
|
121
67
|
presenceColorClass(): "d-fc-success" | "d-fc-critical" | "d-fc-warning" | undefined;
|
|
122
68
|
contactDescription(): string;
|
|
123
|
-
}, {}, import(
|
|
124
|
-
/**
|
|
125
|
-
* Optional avatar image url.
|
|
126
|
-
* If not provided it will use the initial of the name.
|
|
127
|
-
*/
|
|
69
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("call" | "click")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
128
70
|
avatarSrc: {
|
|
129
71
|
type: StringConstructor;
|
|
130
72
|
default: string;
|
|
131
73
|
};
|
|
132
|
-
/**
|
|
133
|
-
* Determines whether to show the presence indicator for
|
|
134
|
-
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
135
|
-
* or 'active'. By default, it's null and nothing is shown.
|
|
136
|
-
* defer validation to avatar component.
|
|
137
|
-
* @values null, busy, away, offline, active
|
|
138
|
-
*/
|
|
139
74
|
avatarPresence: {
|
|
140
75
|
type: StringConstructor;
|
|
141
76
|
default: null;
|
|
142
77
|
};
|
|
143
|
-
/**
|
|
144
|
-
* Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
|
|
145
|
-
*/
|
|
146
78
|
avatarSeed: {
|
|
147
79
|
type: StringConstructor;
|
|
148
80
|
default: null;
|
|
149
81
|
};
|
|
150
|
-
/**
|
|
151
|
-
* Avatar color to display if `avatarSrc` is empty.
|
|
152
|
-
*/
|
|
153
82
|
avatarColor: {
|
|
154
83
|
type: StringConstructor;
|
|
155
84
|
default: null;
|
|
156
85
|
};
|
|
157
|
-
/**
|
|
158
|
-
* Text describing the user's presence, such as "in a meeting"
|
|
159
|
-
*/
|
|
160
86
|
presenceText: {
|
|
161
87
|
type: StringConstructor;
|
|
162
88
|
default: string;
|
|
163
89
|
};
|
|
164
|
-
/**
|
|
165
|
-
* Name of the contact
|
|
166
|
-
*/
|
|
167
90
|
name: {
|
|
168
91
|
type: StringConstructor;
|
|
169
92
|
required: true;
|
|
170
93
|
};
|
|
171
|
-
/**
|
|
172
|
-
* Status as set by the user.
|
|
173
|
-
*/
|
|
174
94
|
userStatus: {
|
|
175
95
|
type: StringConstructor;
|
|
176
96
|
default: string;
|
|
177
97
|
};
|
|
178
|
-
/**
|
|
179
|
-
* Gives a faded style to be used when muted
|
|
180
|
-
*/
|
|
181
98
|
muted: {
|
|
182
99
|
type: BooleanConstructor;
|
|
183
100
|
default: boolean;
|
|
184
101
|
};
|
|
185
|
-
/**
|
|
186
|
-
* Number of unread messages
|
|
187
|
-
*/
|
|
188
102
|
unreadCount: {
|
|
189
103
|
type: StringConstructor;
|
|
190
104
|
default: null;
|
|
191
105
|
};
|
|
192
|
-
/**
|
|
193
|
-
* Styles the row with an increased font weight to convey it has unreads. This must be true to see
|
|
194
|
-
* the unread count badge.
|
|
195
|
-
*/
|
|
196
106
|
hasUnreads: {
|
|
197
107
|
type: BooleanConstructor;
|
|
198
108
|
default: boolean;
|
|
199
109
|
};
|
|
200
|
-
/**
|
|
201
|
-
* Determines if the row is selected
|
|
202
|
-
*/
|
|
203
110
|
selected: {
|
|
204
111
|
type: BooleanConstructor;
|
|
205
112
|
default: boolean;
|
|
206
113
|
};
|
|
207
|
-
/**
|
|
208
|
-
* Initials will never be shown. Instead it will show a "User" icon.
|
|
209
|
-
*/
|
|
210
114
|
noInitials: {
|
|
211
115
|
type: BooleanConstructor;
|
|
212
116
|
default: boolean;
|
|
213
117
|
};
|
|
214
|
-
/**
|
|
215
|
-
* Shows an "is typing" animation over the avatar when true.
|
|
216
|
-
*/
|
|
217
118
|
isTyping: {
|
|
218
119
|
type: BooleanConstructor;
|
|
219
120
|
default: boolean;
|
|
220
121
|
};
|
|
221
|
-
/**
|
|
222
|
-
* Whether the contact row should display a call button when hovered.
|
|
223
|
-
*/
|
|
224
122
|
hasCallButton: {
|
|
225
123
|
type: BooleanConstructor;
|
|
226
124
|
default: boolean;
|
|
227
125
|
};
|
|
228
|
-
/**
|
|
229
|
-
* Text shown when the call button is hovered.
|
|
230
|
-
*/
|
|
231
126
|
callButtonTooltip: {
|
|
232
127
|
type: StringConstructor;
|
|
233
128
|
default: string;
|
|
234
129
|
};
|
|
235
|
-
/**
|
|
236
|
-
* Text shown when the unread count is hovered.
|
|
237
|
-
*/
|
|
238
130
|
unreadCountTooltip: {
|
|
239
131
|
type: StringConstructor;
|
|
240
132
|
default: string;
|