@dialpad/dialtone-vue 3.103.0 → 3.105.0
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/CHANGELOG.json +1 -1
- package/CHANGELOG.md +19 -0
- package/dist/component-documentation.json +1 -0
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +2470 -2277
- package/dist/{emoji-qCvCxNzD.js → emoji-KCktBw_Q.js} +5285 -5259
- package/dist/emoji-tI6sCuHx.cjs +1 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +3 -3
- package/dist/{emoji_picker-6nxcKkgd.js → emoji_picker-0dk1IIZe.js} +1 -1
- package/dist/{emoji_picker-PNpV-epL.cjs → emoji_picker-oL0G6mkn.cjs} +1 -1
- package/dist/{emoji_text_wrapper-GV9Xmp4q.js → emoji_text_wrapper-8IftNGmf.js} +1 -1
- package/dist/{emoji_text_wrapper-M6frYocA.cjs → emoji_text_wrapper-oTDl_1_C.cjs} +1 -1
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +3 -3
- package/dist/{stack-5arAdMmw.js → stack-ty9njR0G.js} +1 -1
- package/dist/{stack-9esIKlKa.cjs → stack-wGf3gStH.cjs} +1 -1
- package/dist/types/common/constants.d.ts +56 -0
- package/dist/types/common/constants.d.ts.map +1 -0
- package/dist/types/common/dates.d.ts +49 -0
- package/dist/types/common/dates.d.ts.map +1 -0
- package/dist/types/common/emoji.d.ts +25 -0
- package/dist/types/common/emoji.d.ts.map +1 -0
- package/dist/types/common/mixins/dom.d.ts +25 -0
- package/dist/types/common/mixins/dom.d.ts.map +1 -0
- package/dist/types/common/mixins/index.d.ts +4 -0
- package/dist/types/common/mixins/index.d.ts.map +1 -0
- package/dist/types/common/mixins/input.d.ts +199 -0
- package/dist/types/common/mixins/input.d.ts.map +1 -0
- package/dist/types/common/mixins/input_group.d.ts +102 -0
- package/dist/types/common/mixins/input_group.d.ts.map +1 -0
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts +58 -0
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -0
- package/dist/types/common/mixins/modal.d.ts +43 -0
- package/dist/types/common/mixins/modal.d.ts.map +1 -0
- package/dist/types/common/mixins/skeleton.d.ts +11 -0
- package/dist/types/common/mixins/skeleton.d.ts.map +1 -0
- package/dist/types/common/mixins/sr_only_close_button.d.ts +30 -0
- package/dist/types/common/mixins/sr_only_close_button.d.ts.map +1 -0
- package/dist/types/common/sr_only_close_button.vue.d.ts +27 -0
- package/dist/types/common/sr_only_close_button.vue.d.ts.map +1 -0
- package/dist/types/common/storybook_utils.d.ts +19 -0
- package/dist/types/common/storybook_utils.d.ts.map +1 -0
- package/dist/types/common/utils.d.ts +118 -0
- package/dist/types/common/utils.d.ts.map +1 -0
- package/dist/types/common/validators.d.ts +6 -0
- package/dist/types/common/validators.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar.vue.d.ts +369 -0
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar_constants.d.ts +51 -0
- package/dist/types/components/avatar/avatar_constants.d.ts.map +1 -0
- package/dist/types/components/avatar/index.d.ts +3 -0
- package/dist/types/components/avatar/index.d.ts.map +1 -0
- package/dist/types/components/avatar/utils.d.ts +2 -0
- package/dist/types/components/avatar/utils.d.ts.map +1 -0
- package/dist/types/components/badge/badge.vue.d.ts +184 -0
- package/dist/types/components/badge/badge.vue.d.ts.map +1 -0
- package/dist/types/components/badge/badge_constants.d.ts +39 -0
- package/dist/types/components/badge/badge_constants.d.ts.map +1 -0
- package/dist/types/components/badge/index.d.ts +3 -0
- package/dist/types/components/badge/index.d.ts.map +1 -0
- package/dist/types/components/banner/banner.vue.d.ts +250 -0
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -0
- package/dist/types/components/banner/index.d.ts +2 -0
- package/dist/types/components/banner/index.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +56 -0
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +59 -0
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts +3 -0
- package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/index.d.ts +4 -0
- package/dist/types/components/breadcrumbs/index.d.ts.map +1 -0
- package/dist/types/components/button/button.vue.d.ts +324 -0
- package/dist/types/components/button/button.vue.d.ts.map +1 -0
- package/dist/types/components/button/button_constants.d.ts +55 -0
- package/dist/types/components/button/button_constants.d.ts.map +1 -0
- package/dist/types/components/button/index.d.ts +3 -0
- package/dist/types/components/button/index.d.ts.map +1 -0
- package/dist/types/components/button_group/button_group.vue.d.ts +29 -0
- package/dist/types/components/button_group/button_group.vue.d.ts.map +1 -0
- package/dist/types/components/button_group/button_group_constants.d.ts +6 -0
- package/dist/types/components/button_group/button_group_constants.d.ts.map +1 -0
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts +3 -0
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/button_group/index.d.ts +3 -0
- package/dist/types/components/button_group/index.d.ts.map +1 -0
- package/dist/types/components/card/card.vue.d.ts +86 -0
- package/dist/types/components/card/card.vue.d.ts.map +1 -0
- package/dist/types/components/card/index.d.ts +2 -0
- package/dist/types/components/card/index.d.ts.map +1 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts +164 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox/checkbox_constants.d.ts +10 -0
- package/dist/types/components/checkbox/checkbox_constants.d.ts.map +1 -0
- package/dist/types/components/checkbox/index.d.ts +2 -0
- package/dist/types/components/checkbox/index.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +251 -0
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +3 -0
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/index.d.ts +2 -0
- package/dist/types/components/checkbox_group/index.d.ts.map +1 -0
- package/dist/types/components/chip/chip.vue.d.ts +162 -0
- package/dist/types/components/chip/chip.vue.d.ts.map +1 -0
- package/dist/types/components/chip/chip_constants.d.ts +28 -0
- package/dist/types/components/chip/chip_constants.d.ts.map +1 -0
- package/dist/types/components/chip/index.d.ts +3 -0
- package/dist/types/components/chip/index.d.ts.map +1 -0
- package/dist/types/components/codeblock/codeblock.vue.d.ts +13 -0
- package/dist/types/components/codeblock/codeblock.vue.d.ts.map +1 -0
- package/dist/types/components/codeblock/index.d.ts +2 -0
- package/dist/types/components/codeblock/index.d.ts.map +1 -0
- package/dist/types/components/collapsible/collapsible.vue.d.ts +203 -0
- package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts +86 -0
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/index.d.ts +2 -0
- package/dist/types/components/collapsible/index.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox.vue.d.ts +345 -0
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_constants.d.ts +12 -0
- package/dist/types/components/combobox/combobox_constants.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts +39 -0
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts +3 -0
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/index.d.ts +3 -0
- package/dist/types/components/combobox/index.d.ts.map +1 -0
- package/dist/types/components/datepicker/composables/useCalendar.d.ts +10 -0
- package/dist/types/components/datepicker/composables/useCalendar.d.ts.map +1 -0
- package/dist/types/components/datepicker/composables/useMonthYearPicker.d.ts +13 -0
- package/dist/types/components/datepicker/composables/useMonthYearPicker.d.ts.map +1 -0
- package/dist/types/components/datepicker/datepicker.vue.d.ts +8 -0
- package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/datepicker_constants.d.ts +9 -0
- package/dist/types/components/datepicker/datepicker_constants.d.ts.map +1 -0
- package/dist/types/components/datepicker/formatUtils.d.ts +14 -0
- package/dist/types/components/datepicker/formatUtils.d.ts.map +1 -0
- package/dist/types/components/datepicker/index.d.ts +3 -0
- package/dist/types/components/datepicker/index.d.ts.map +1 -0
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts +14 -0
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts +24 -0
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/utils.d.ts +6 -0
- package/dist/types/components/datepicker/utils.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list.vue.d.ts +98 -0
- package/dist/types/components/description_list/description_list.vue.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_constants.d.ts +2 -0
- package/dist/types/components/description_list/description_list_constants.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_validators.d.ts +2 -0
- package/dist/types/components/description_list/description_list_validators.d.ts.map +1 -0
- package/dist/types/components/description_list/index.d.ts +3 -0
- package/dist/types/components/description_list/index.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown.vue.d.ts +474 -0
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_constants.d.ts +10 -0
- package/dist/types/components/dropdown/dropdown_constants.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts +36 -0
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_separator.vue.d.ts +3 -0
- package/dist/types/components/dropdown/dropdown_separator.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_story_constants.d.ts +5 -0
- package/dist/types/components/dropdown/dropdown_story_constants.d.ts.map +1 -0
- package/dist/types/components/dropdown/index.d.ts +4 -0
- package/dist/types/components/dropdown/index.d.ts.map +1 -0
- package/dist/types/components/emoji/emoji.vue.d.ts +115 -0
- package/dist/types/components/emoji/emoji.vue.d.ts.map +1 -0
- package/dist/types/components/emoji/emoji_constants.d.ts +3 -0
- package/dist/types/components/emoji/emoji_constants.d.ts.map +1 -0
- package/dist/types/components/emoji/index.d.ts +2 -0
- package/dist/types/components/emoji/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts +11 -0
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +8 -0
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +33 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emojis/index.d.ts +50 -0
- package/dist/types/components/emoji_picker/emojis/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/index.d.ts +3 -0
- package/dist/types/components/emoji_picker/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +8 -0
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +13 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +12 -0
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +10 -0
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +10 -0
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +59 -0
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_text_wrapper/index.d.ts +2 -0
- package/dist/types/components/emoji_text_wrapper/index.d.ts.map +1 -0
- package/dist/types/components/hovercard/hovercard.vue.d.ts +16 -0
- package/dist/types/components/hovercard/hovercard.vue.d.ts.map +1 -0
- package/dist/types/components/hovercard/index.d.ts +2 -0
- package/dist/types/components/hovercard/index.d.ts.map +1 -0
- package/dist/types/components/hovercard/timer.d.ts +3 -0
- package/dist/types/components/hovercard/timer.d.ts.map +1 -0
- package/dist/types/components/icon/icon.vue.d.ts +74 -0
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -0
- package/dist/types/components/icon/icon_constants.d.ts +15 -0
- package/dist/types/components/icon/icon_constants.d.ts.map +1 -0
- package/dist/types/components/icon/index.d.ts +3 -0
- package/dist/types/components/icon/index.d.ts.map +1 -0
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts +126 -0
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -0
- package/dist/types/components/image_viewer/index.d.ts +2 -0
- package/dist/types/components/image_viewer/index.d.ts.map +1 -0
- package/dist/types/components/input/index.d.ts +3 -0
- package/dist/types/components/input/index.d.ts.map +1 -0
- package/dist/types/components/input/input.vue.d.ts +373 -0
- package/dist/types/components/input/input.vue.d.ts.map +1 -0
- package/dist/types/components/input/input_constants.d.ts +23 -0
- package/dist/types/components/input/input_constants.d.ts.map +1 -0
- package/dist/types/components/input_group/decorators/input.vue.d.ts +104 -0
- package/dist/types/components/input_group/decorators/input.vue.d.ts.map +1 -0
- package/dist/types/components/input_group/decorators/inputs.vue.d.ts +3 -0
- package/dist/types/components/input_group/decorators/inputs.vue.d.ts.map +1 -0
- package/dist/types/components/input_group/index.d.ts +2 -0
- package/dist/types/components/input_group/index.d.ts.map +1 -0
- package/dist/types/components/input_group/input_group.vue.d.ts +171 -0
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -0
- package/dist/types/components/item_layout/index.d.ts +2 -0
- package/dist/types/components/item_layout/index.d.ts.map +1 -0
- package/dist/types/components/item_layout/item_layout.vue.d.ts +21 -0
- package/dist/types/components/item_layout/item_layout.vue.d.ts.map +1 -0
- package/dist/types/components/keyboard_shortcut/index.d.ts +3 -0
- package/dist/types/components/keyboard_shortcut/index.d.ts.map +1 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +77 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +13 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -0
- package/dist/types/components/lazy_show/index.d.ts +2 -0
- package/dist/types/components/lazy_show/index.d.ts.map +1 -0
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts +65 -0
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts.map +1 -0
- package/dist/types/components/link/index.d.ts +3 -0
- package/dist/types/components/link/index.d.ts.map +1 -0
- package/dist/types/components/link/link.vue.d.ts +34 -0
- package/dist/types/components/link/link.vue.d.ts.map +1 -0
- package/dist/types/components/link/link_constants.d.ts +21 -0
- package/dist/types/components/link/link_constants.d.ts.map +1 -0
- package/dist/types/components/list_item/index.d.ts +3 -0
- package/dist/types/components/list_item/index.d.ts.map +1 -0
- package/dist/types/components/list_item/list_item.vue.d.ts +151 -0
- package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -0
- package/dist/types/components/list_item/list_item_constants.d.ts +15 -0
- package/dist/types/components/list_item/list_item_constants.d.ts.map +1 -0
- package/dist/types/components/list_item_group/index.d.ts +2 -0
- package/dist/types/components/list_item_group/index.d.ts.map +1 -0
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts +66 -0
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts.map +1 -0
- package/dist/types/components/list_item_group/list_item_group_constants.d.ts +6 -0
- package/dist/types/components/list_item_group/list_item_group_constants.d.ts.map +1 -0
- package/dist/types/components/modal/index.d.ts +3 -0
- package/dist/types/components/modal/index.d.ts.map +1 -0
- package/dist/types/components/modal/modal.vue.d.ts +395 -0
- package/dist/types/components/modal/modal.vue.d.ts.map +1 -0
- package/dist/types/components/modal/modal_constants.d.ts +18 -0
- package/dist/types/components/modal/modal_constants.d.ts.map +1 -0
- package/dist/types/components/notice/index.d.ts +6 -0
- package/dist/types/components/notice/index.d.ts.map +1 -0
- package/dist/types/components/notice/notice.vue.d.ts +177 -0
- package/dist/types/components/notice/notice.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_action.vue.d.ts +66 -0
- package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_constants.d.ts +8 -0
- package/dist/types/components/notice/notice_constants.d.ts.map +1 -0
- package/dist/types/components/notice/notice_content.vue.d.ts +58 -0
- package/dist/types/components/notice/notice_content.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_icon.vue.d.ts +30 -0
- package/dist/types/components/notice/notice_icon.vue.d.ts.map +1 -0
- package/dist/types/components/pagination/index.d.ts +2 -0
- package/dist/types/components/pagination/index.d.ts.map +1 -0
- package/dist/types/components/pagination/pagination.vue.d.ts +121 -0
- package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -0
- package/dist/types/components/plugins/fixDefaultSlot.d.ts +5 -0
- package/dist/types/components/plugins/fixDefaultSlot.d.ts.map +1 -0
- package/dist/types/components/popover/index.d.ts +3 -0
- package/dist/types/components/popover/index.d.ts.map +1 -0
- package/dist/types/components/popover/popover.vue.d.ts +3 -0
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -0
- package/dist/types/components/popover/popover_constants.d.ts +34 -0
- package/dist/types/components/popover/popover_constants.d.ts.map +1 -0
- package/dist/types/components/popover/popover_header_footer.vue.d.ts +70 -0
- package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -0
- package/dist/types/components/popover/tippy_utils.d.ts +45 -0
- package/dist/types/components/popover/tippy_utils.d.ts.map +1 -0
- package/dist/types/components/presence/index.d.ts +3 -0
- package/dist/types/components/presence/index.d.ts.map +1 -0
- package/dist/types/components/presence/presence.vue.d.ts +46 -0
- package/dist/types/components/presence/presence.vue.d.ts.map +1 -0
- package/dist/types/components/presence/presence_constants.d.ts +8 -0
- package/dist/types/components/presence/presence_constants.d.ts.map +1 -0
- package/dist/types/components/radio/index.d.ts +3 -0
- package/dist/types/components/radio/index.d.ts.map +1 -0
- package/dist/types/components/radio/radio.vue.d.ts +180 -0
- package/dist/types/components/radio/radio.vue.d.ts.map +1 -0
- package/dist/types/components/radio/radio_constants.d.ts +10 -0
- package/dist/types/components/radio/radio_constants.d.ts.map +1 -0
- package/dist/types/components/radio_group/index.d.ts +2 -0
- package/dist/types/components/radio_group/index.d.ts.map +1 -0
- package/dist/types/components/radio_group/radio_group.vue.d.ts +228 -0
- package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -0
- package/dist/types/components/radio_group/radios_decorator.vue.d.ts +3 -0
- package/dist/types/components/radio_group/radios_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +69 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +13 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts +5 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/index.d.ts +3 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts +21 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/autolink.d.ts +6 -0
- package/dist/types/components/rich_text_editor/extensions/link/autolink.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/index.d.ts +4 -0
- package/dist/types/components/rich_text_editor/extensions/link/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/link.d.ts +3 -0
- package/dist/types/components/rich_text_editor/extensions/link/link.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts +44 -0
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +71 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +16 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts +10 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +48 -0
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/index.d.ts +3 -0
- package/dist/types/components/rich_text_editor/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/mention_suggestion.d.ts +11 -0
- package/dist/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +215 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +8 -0
- package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -0
- package/dist/types/components/root_layout/index.d.ts +3 -0
- package/dist/types/components/root_layout/index.d.ts.map +1 -0
- package/dist/types/components/root_layout/root_layout.vue.d.ts +204 -0
- package/dist/types/components/root_layout/root_layout.vue.d.ts.map +1 -0
- package/dist/types/components/root_layout/root_layout_constants.d.ts +11 -0
- package/dist/types/components/root_layout/root_layout_constants.d.ts.map +1 -0
- package/dist/types/components/scroller/DtScroller.vue.d.ts +44 -0
- package/dist/types/components/scroller/DtScroller.vue.d.ts.map +1 -0
- package/dist/types/components/scroller/index.d.ts +2 -0
- package/dist/types/components/scroller/index.d.ts.map +1 -0
- package/dist/types/components/scroller/modules/core_scroller.vue.d.ts +44 -0
- package/dist/types/components/scroller/modules/core_scroller.vue.d.ts.map +1 -0
- package/dist/types/components/scroller/modules/dynamic_scroller.vue.d.ts +86 -0
- package/dist/types/components/scroller/modules/dynamic_scroller.vue.d.ts.map +1 -0
- package/dist/types/components/scroller/modules/scroller_item.vue.d.ts +79 -0
- package/dist/types/components/scroller/modules/scroller_item.vue.d.ts.map +1 -0
- package/dist/types/components/select_menu/index.d.ts +3 -0
- package/dist/types/components/select_menu/index.d.ts.map +1 -0
- package/dist/types/components/select_menu/select_menu.vue.d.ts +272 -0
- package/dist/types/components/select_menu/select_menu.vue.d.ts.map +1 -0
- package/dist/types/components/select_menu/select_menu_constants.d.ts +18 -0
- package/dist/types/components/select_menu/select_menu_constants.d.ts.map +1 -0
- package/dist/types/components/select_menu/select_menu_validators.d.ts +2 -0
- package/dist/types/components/select_menu/select_menu_validators.d.ts.map +1 -0
- package/dist/types/components/skeleton/index.d.ts +7 -0
- package/dist/types/components/skeleton/index.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts +152 -0
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts +181 -0
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts +136 -0
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts +145 -0
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton.vue.d.ts +155 -0
- package/dist/types/components/skeleton/skeleton.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton_constants.d.ts +27 -0
- package/dist/types/components/skeleton/skeleton_constants.d.ts.map +1 -0
- package/dist/types/components/stack/index.d.ts +3 -0
- package/dist/types/components/stack/index.d.ts.map +1 -0
- package/dist/types/components/stack/stack.vue.d.ts +3 -0
- package/dist/types/components/stack/stack.vue.d.ts.map +1 -0
- package/dist/types/components/stack/stack_constants.d.ts +16 -0
- package/dist/types/components/stack/stack_constants.d.ts.map +1 -0
- package/dist/types/components/stack/utils.d.ts +5 -0
- package/dist/types/components/stack/utils.d.ts.map +1 -0
- package/dist/types/components/stack/validators.d.ts +3 -0
- package/dist/types/components/stack/validators.d.ts.map +1 -0
- package/dist/types/components/tabs/index.d.ts +5 -0
- package/dist/types/components/tabs/index.d.ts.map +1 -0
- package/dist/types/components/tabs/tab.vue.d.ts +114 -0
- package/dist/types/components/tabs/tab.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/tab_group.vue.d.ts +179 -0
- package/dist/types/components/tabs/tab_group.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/tab_panel.vue.d.ts +80 -0
- package/dist/types/components/tabs/tab_panel.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/tabs_constants.d.ts +14 -0
- package/dist/types/components/tabs/tabs_constants.d.ts.map +1 -0
- package/dist/types/components/toast/index.d.ts +3 -0
- package/dist/types/components/toast/index.d.ts.map +1 -0
- package/dist/types/components/toast/toast.vue.d.ts +240 -0
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -0
- package/dist/types/components/toast/toast_constants.d.ts +8 -0
- package/dist/types/components/toast/toast_constants.d.ts.map +1 -0
- package/dist/types/components/toggle/index.d.ts +3 -0
- package/dist/types/components/toggle/index.d.ts.map +1 -0
- package/dist/types/components/toggle/toggle.vue.d.ts +162 -0
- package/dist/types/components/toggle/toggle.vue.d.ts.map +1 -0
- package/dist/types/components/toggle/toggle_constants.d.ts +11 -0
- package/dist/types/components/toggle/toggle_constants.d.ts.map +1 -0
- package/dist/types/components/tooltip/index.d.ts +3 -0
- package/dist/types/components/tooltip/index.d.ts.map +1 -0
- package/dist/types/components/tooltip/modifiers.d.ts +8 -0
- package/dist/types/components/tooltip/modifiers.d.ts.map +1 -0
- package/dist/types/components/tooltip/tooltip.vue.d.ts +445 -0
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -0
- package/dist/types/components/tooltip/tooltip_constants.d.ts +19 -0
- package/dist/types/components/tooltip/tooltip_constants.d.ts.map +1 -0
- package/dist/types/components/validation_messages/index.d.ts +2 -0
- package/dist/types/components/validation_messages/index.d.ts.map +1 -0
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts +64 -0
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts.map +1 -0
- package/dist/types/directives/tooltip/index.d.ts +2 -0
- package/dist/types/directives/tooltip/index.d.ts.map +1 -0
- package/dist/types/directives/tooltip/tooltip.d.ts +6 -0
- package/dist/types/directives/tooltip/tooltip.d.ts.map +1 -0
- package/dist/types/directives.d.ts +2 -0
- package/dist/types/directives.d.ts.map +1 -0
- package/dist/types/emoji.d.ts +5 -0
- package/dist/types/emoji.d.ts.map +1 -0
- package/dist/types/index.d.ts +69 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/message_input.d.ts +3 -0
- package/dist/types/message_input.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +186 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts +6 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/index.d.ts +3 -0
- package/dist/types/recipes/buttons/callbar_button/index.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +309 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/index.d.ts +2 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/index.d.ts.map +1 -0
- package/dist/types/recipes/cards/ivr_node/index.d.ts +3 -0
- package/dist/types/recipes/cards/ivr_node/index.d.ts.map +1 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +91 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +74 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -0
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +6 -0
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -0
- package/dist/types/recipes/chips/grouped_chip/index.d.ts +2 -0
- package/dist/types/recipes/chips/grouped_chip/index.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +369 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +6 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +3 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +437 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/index.d.ts +2 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +82 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +49 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +29 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/emoji_row/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/emoji_row/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +175 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts +12 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +132 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +11 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/message_input/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/message_input/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +364 -0
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/message_input/message_input_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/message_input/message_input_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/time_pill/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/time_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +37 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/header/settings_menu_button/index.d.ts +2 -0
- package/dist/types/recipes/header/settings_menu_button/index.d.ts.map +1 -0
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +39 -0
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +163 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts +15 -0
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/callbox/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +268 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row_constants.d.ts +3 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/index.d.ts +2 -0
- package/dist/types/recipes/leftbar/contact_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +283 -0
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +43 -0
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/general_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +40 -0
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +117 -0
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/group_row/group_row_constants.d.ts +6 -0
- package/dist/types/recipes/leftbar/group_row/group_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/group_row/index.d.ts +2 -0
- package/dist/types/recipes/leftbar/group_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/unread_pill/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/unread_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +47 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts +8 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +201 -0
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +1 -0
- package/dist/types/recipes/list_items/contact_info/index.d.ts +2 -0
- package/dist/types/recipes/list_items/contact_info/index.d.ts.map +1 -0
- package/dist/types/recipes/notices/top_banner_info/index.d.ts +3 -0
- package/dist/types/recipes/notices/top_banner_info/index.d.ts.map +1 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +25 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +1 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts +6 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts.map +1 -0
- package/package.json +3 -3
- package/dist/emoji-0CxcYOpi.cjs +0 -1
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Screen reader will read out the number of users in the group using this text. Ex: "2 users"
|
|
4
|
+
*/
|
|
5
|
+
groupCountText: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Names of the group members
|
|
11
|
+
*/
|
|
12
|
+
names: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Number of unread messages
|
|
18
|
+
*/
|
|
19
|
+
unreadCount: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: null;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Text shown when the unread count is hovered.
|
|
25
|
+
*/
|
|
26
|
+
unreadCountTooltip: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: null;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Styles the row with an increased font weight to convey it has unreads. This must be true to see
|
|
32
|
+
* the unread count badge.
|
|
33
|
+
*/
|
|
34
|
+
hasUnreads: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Determines if the row is selected
|
|
40
|
+
*/
|
|
41
|
+
selected: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Shows an "is typing" animation over the avatar when true.
|
|
47
|
+
*/
|
|
48
|
+
isTyping: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
}, any, any, {
|
|
53
|
+
ariaLabel(): string;
|
|
54
|
+
contactRowListeners(): {
|
|
55
|
+
[k: string]: any;
|
|
56
|
+
};
|
|
57
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
|
+
/**
|
|
59
|
+
* Screen reader will read out the number of users in the group using this text. Ex: "2 users"
|
|
60
|
+
*/
|
|
61
|
+
groupCountText: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Names of the group members
|
|
67
|
+
*/
|
|
68
|
+
names: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
required: true;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Number of unread messages
|
|
74
|
+
*/
|
|
75
|
+
unreadCount: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: null;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Text shown when the unread count is hovered.
|
|
81
|
+
*/
|
|
82
|
+
unreadCountTooltip: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: null;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Styles the row with an increased font weight to convey it has unreads. This must be true to see
|
|
88
|
+
* the unread count badge.
|
|
89
|
+
*/
|
|
90
|
+
hasUnreads: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Determines if the row is selected
|
|
96
|
+
*/
|
|
97
|
+
selected: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Shows an "is typing" animation over the avatar when true.
|
|
103
|
+
*/
|
|
104
|
+
isTyping: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
}>> & {}, {
|
|
109
|
+
selected: boolean;
|
|
110
|
+
hasUnreads: boolean;
|
|
111
|
+
unreadCount: string;
|
|
112
|
+
unreadCountTooltip: string;
|
|
113
|
+
isTyping: boolean;
|
|
114
|
+
groupCountText: string;
|
|
115
|
+
}, {}>;
|
|
116
|
+
export default _default;
|
|
117
|
+
//# sourceMappingURL=group_row.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/group_row.vue.js"],"names":[],"mappings":";IAkBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;IAnDH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group_row_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/group_row_constants.js"],"names":[],"mappings":"AAAA,qCAAsC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/unread_pill/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* The kind of unread pill which determines the styling
|
|
4
|
+
* @values 'mentions', 'messages'
|
|
5
|
+
**/
|
|
6
|
+
kind: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
validator: (kind: unknown) => boolean;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The direction of the arrow icon
|
|
13
|
+
* @values 'up', 'down'
|
|
14
|
+
**/
|
|
15
|
+
direction: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: true;
|
|
18
|
+
validator: (dir: unknown) => boolean;
|
|
19
|
+
};
|
|
20
|
+
}, any, any, {
|
|
21
|
+
unreadChipListeners(): {
|
|
22
|
+
click: (event: any) => any;
|
|
23
|
+
};
|
|
24
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
/**
|
|
26
|
+
* The kind of unread pill which determines the styling
|
|
27
|
+
* @values 'mentions', 'messages'
|
|
28
|
+
**/
|
|
29
|
+
kind: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
validator: (kind: unknown) => boolean;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* The direction of the arrow icon
|
|
36
|
+
* @values 'up', 'down'
|
|
37
|
+
**/
|
|
38
|
+
direction: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
required: true;
|
|
41
|
+
validator: (dir: unknown) => boolean;
|
|
42
|
+
};
|
|
43
|
+
}>> & {
|
|
44
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}, {}, {}>;
|
|
46
|
+
export default _default;
|
|
47
|
+
//# sourceMappingURL=unread_pill.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unread_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/unread_pill/unread_pill.vue.js"],"names":[],"mappings":";IAYI;;;QAGI;;;;;;IAOJ;;;QAGI;;;;;;;;;;;IAbJ;;;QAGI;;;;;;IAOJ;;;QAGI"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const UNREAD_PILL_DIRECTIONS: string[];
|
|
2
|
+
export const UNREAD_PILL_KINDS: string[];
|
|
3
|
+
declare namespace _default {
|
|
4
|
+
export { UNREAD_PILL_DIRECTIONS };
|
|
5
|
+
export { UNREAD_PILL_KINDS };
|
|
6
|
+
}
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=unread_pill_constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unread_pill_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/unread_pill/unread_pill_constants.js"],"names":[],"mappings":"AAAA,8CAAqD;AACrD,yCAA0D"}
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Id for the item.
|
|
4
|
+
*/
|
|
5
|
+
id: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default(): string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* String to use for the item's role.
|
|
11
|
+
*/
|
|
12
|
+
role: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Display avatar if `showAvatar` property is true.
|
|
18
|
+
*/
|
|
19
|
+
showAvatar: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Optional avatar image url.
|
|
25
|
+
*/
|
|
26
|
+
avatarSrc: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
|
|
32
|
+
*/
|
|
33
|
+
avatarSeed: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: null;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Avatar's full name, used as alt attribute for image and
|
|
39
|
+
* to extract initials to display in avatar if `avatarSrc` and `avatarIcon` are empty.
|
|
40
|
+
*/
|
|
41
|
+
avatarFullName: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Avatar icon to display if `avatarSrc` is empty.
|
|
47
|
+
*/
|
|
48
|
+
avatarIcon: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: null;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The size of the avatar
|
|
54
|
+
* @values xs, sm, md, lg, xl
|
|
55
|
+
*/
|
|
56
|
+
avatarSize: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* The aria label of the avatar
|
|
62
|
+
*/
|
|
63
|
+
avatarAriaLabel: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Determines whether to show the presence indicator for
|
|
69
|
+
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
70
|
+
* or 'active'. By default, it's null and nothing is shown.
|
|
71
|
+
* @values null, busy, away, offline, active
|
|
72
|
+
*/
|
|
73
|
+
presence: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: null;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* Showing multiple avatars in contact info.
|
|
79
|
+
* The props of array items are: <br>
|
|
80
|
+
* `src` - avatar image url (optional) <br>
|
|
81
|
+
* `fullName` - full name, used as alt attribute for image and extract initials to display in avatar<br>
|
|
82
|
+
* if `avatarSrc` and `avatarIcon` are empty<br>
|
|
83
|
+
* `seed` - determines uniqueness of avatar background <br>
|
|
84
|
+
* `text` - text that overlays the avatar (optional) <br>
|
|
85
|
+
* `icon` - icon that overlays the avatar (optional) <br>
|
|
86
|
+
* `halo` - halo highlight around the avatar. boolean true/false
|
|
87
|
+
*/
|
|
88
|
+
avatarList: {
|
|
89
|
+
type: ArrayConstructor;
|
|
90
|
+
default: null;
|
|
91
|
+
};
|
|
92
|
+
}, any, any, {}, {
|
|
93
|
+
avatarClick(): void;
|
|
94
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "avatar-click"[], "avatar-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
95
|
+
/**
|
|
96
|
+
* Id for the item.
|
|
97
|
+
*/
|
|
98
|
+
id: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default(): string;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* String to use for the item's role.
|
|
104
|
+
*/
|
|
105
|
+
role: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* Display avatar if `showAvatar` property is true.
|
|
111
|
+
*/
|
|
112
|
+
showAvatar: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* Optional avatar image url.
|
|
118
|
+
*/
|
|
119
|
+
avatarSrc: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
|
|
125
|
+
*/
|
|
126
|
+
avatarSeed: {
|
|
127
|
+
type: StringConstructor;
|
|
128
|
+
default: null;
|
|
129
|
+
};
|
|
130
|
+
/**
|
|
131
|
+
* Avatar's full name, used as alt attribute for image and
|
|
132
|
+
* to extract initials to display in avatar if `avatarSrc` and `avatarIcon` are empty.
|
|
133
|
+
*/
|
|
134
|
+
avatarFullName: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default: string;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* Avatar icon to display if `avatarSrc` is empty.
|
|
140
|
+
*/
|
|
141
|
+
avatarIcon: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: null;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* The size of the avatar
|
|
147
|
+
* @values xs, sm, md, lg, xl
|
|
148
|
+
*/
|
|
149
|
+
avatarSize: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* The aria label of the avatar
|
|
155
|
+
*/
|
|
156
|
+
avatarAriaLabel: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* Determines whether to show the presence indicator for
|
|
162
|
+
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
163
|
+
* or 'active'. By default, it's null and nothing is shown.
|
|
164
|
+
* @values null, busy, away, offline, active
|
|
165
|
+
*/
|
|
166
|
+
presence: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
default: null;
|
|
169
|
+
};
|
|
170
|
+
/**
|
|
171
|
+
* Showing multiple avatars in contact info.
|
|
172
|
+
* The props of array items are: <br>
|
|
173
|
+
* `src` - avatar image url (optional) <br>
|
|
174
|
+
* `fullName` - full name, used as alt attribute for image and extract initials to display in avatar<br>
|
|
175
|
+
* if `avatarSrc` and `avatarIcon` are empty<br>
|
|
176
|
+
* `seed` - determines uniqueness of avatar background <br>
|
|
177
|
+
* `text` - text that overlays the avatar (optional) <br>
|
|
178
|
+
* `icon` - icon that overlays the avatar (optional) <br>
|
|
179
|
+
* `halo` - halo highlight around the avatar. boolean true/false
|
|
180
|
+
*/
|
|
181
|
+
avatarList: {
|
|
182
|
+
type: ArrayConstructor;
|
|
183
|
+
default: null;
|
|
184
|
+
};
|
|
185
|
+
}>> & {
|
|
186
|
+
"onAvatar-click"?: ((...args: any[]) => any) | undefined;
|
|
187
|
+
}, {
|
|
188
|
+
presence: string;
|
|
189
|
+
role: string;
|
|
190
|
+
id: string;
|
|
191
|
+
avatarSrc: string;
|
|
192
|
+
avatarSeed: string;
|
|
193
|
+
avatarFullName: string;
|
|
194
|
+
showAvatar: boolean;
|
|
195
|
+
avatarIcon: string;
|
|
196
|
+
avatarSize: string;
|
|
197
|
+
avatarAriaLabel: string;
|
|
198
|
+
avatarList: unknown[];
|
|
199
|
+
}, {}>;
|
|
200
|
+
export default _default;
|
|
201
|
+
//# sourceMappingURL=contact_info.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contact_info.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/list_items/contact_info/contact_info.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;;;;;;OAUG;;;;;;;;IA/FH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;;;;;;OAUG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/list_items/contact_info/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../recipes/notices/top_banner_info/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* color of the banner background
|
|
4
|
+
*/
|
|
5
|
+
colorCode: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
validator: (kind: unknown) => boolean;
|
|
9
|
+
};
|
|
10
|
+
}, any, any, {
|
|
11
|
+
bannerInfoClass(): any[];
|
|
12
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
/**
|
|
14
|
+
* color of the banner background
|
|
15
|
+
*/
|
|
16
|
+
colorCode: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
validator: (kind: unknown) => boolean;
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
colorCode: string;
|
|
23
|
+
}, {}>;
|
|
24
|
+
export default _default;
|
|
25
|
+
//# sourceMappingURL=top_banner_info.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"top_banner_info.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/notices/top_banner_info/top_banner_info.vue.js"],"names":[],"mappings":";IAQI;;OAEG;;;;;;;;;IAFH;;OAEG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"top_banner_info_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/notices/top_banner_info/top_banner_info_constants.js"],"names":[],"mappings":"AAAA,mCACkC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dialpad/dialtone-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.105.0",
|
|
4
4
|
"description": "Vue component library for Dialpad's design system Dialtone",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"vue-tsc": "^1.8.25",
|
|
73
73
|
"yo": "^4.3.1",
|
|
74
74
|
"yorkie": "^2.0.0",
|
|
75
|
-
"@dialpad/dialtone-css": "^8.
|
|
76
|
-
"@dialpad/dialtone-icons": "^4.5.
|
|
75
|
+
"@dialpad/dialtone-css": "^8.23.2",
|
|
76
|
+
"@dialpad/dialtone-icons": "^4.5.4"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@dialpad/dialtone-css": "^7.30.0 || ^8.21.2",
|