@dialpad/dialtone 9.124.0 → 9.126.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/README.md +9 -2
- package/dist/css/dialtone-default-theme.css +4 -0
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone.css +4 -0
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +12021 -12021
- package/dist/vue2/common/mixins/index.cjs +1 -1
- package/dist/vue2/common/mixins/index.js +10 -10
- package/dist/vue2/common/mixins/localization.cjs +2 -0
- package/dist/vue2/common/mixins/localization.cjs.map +1 -0
- package/dist/vue2/common/mixins/localization.js +10 -0
- package/dist/vue2/common/mixins/localization.js.map +1 -0
- package/dist/vue2/common/utils/index.cjs +1 -1
- package/dist/vue2/common/utils/index.cjs.map +1 -1
- package/dist/vue2/common/utils/index.js +43 -39
- package/dist/vue2/common/utils/index.js.map +1 -1
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +1 -1
- package/dist/vue2/dialtone-vue.js +361 -358
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/lib/attachment-carousel/attachment-carousel.cjs +1 -1
- package/dist/vue2/lib/attachment-carousel/attachment-carousel.cjs.map +1 -1
- package/dist/vue2/lib/attachment-carousel/attachment-carousel.js +61 -86
- package/dist/vue2/lib/attachment-carousel/attachment-carousel.js.map +1 -1
- package/dist/vue2/lib/banner/banner.cjs +2 -2
- package/dist/vue2/lib/banner/banner.cjs.map +1 -1
- package/dist/vue2/lib/banner/banner.js +25 -33
- package/dist/vue2/lib/banner/banner.js.map +1 -1
- package/dist/vue2/lib/breadcrumbs/breadcrumbs.cjs +1 -1
- package/dist/vue2/lib/breadcrumbs/breadcrumbs.cjs.map +1 -1
- package/dist/vue2/lib/breadcrumbs/breadcrumbs.js +14 -12
- package/dist/vue2/lib/breadcrumbs/breadcrumbs.js.map +1 -1
- package/dist/vue2/lib/button/button.cjs +1 -1
- package/dist/vue2/lib/button/button.cjs.map +1 -1
- package/dist/vue2/lib/button/button.js +9 -7
- package/dist/vue2/lib/button/button.js.map +1 -1
- package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
- package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs.map +1 -1
- package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +19 -25
- package/dist/vue2/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js.map +1 -1
- package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
- package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.cjs.map +1 -1
- package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.js +18 -21
- package/dist/vue2/lib/callbar-button-with-popover/callbar-button-with-popover.js.map +1 -1
- package/dist/vue2/lib/chip/chip.cjs +1 -1
- package/dist/vue2/lib/chip/chip.cjs.map +1 -1
- package/dist/vue2/lib/chip/chip.js +24 -29
- package/dist/vue2/lib/chip/chip.js.map +1 -1
- package/dist/vue2/lib/combobox/combobox-constants.cjs +1 -1
- package/dist/vue2/lib/combobox/combobox-constants.cjs.map +1 -1
- package/dist/vue2/lib/combobox/combobox-constants.js +2 -2
- package/dist/vue2/lib/combobox/combobox-constants.js.map +1 -1
- package/dist/vue2/lib/combobox/combobox-empty-list.cjs.map +1 -1
- package/dist/vue2/lib/combobox/combobox-empty-list.js.map +1 -1
- package/dist/vue2/lib/combobox/combobox-loading-list.cjs.map +1 -1
- package/dist/vue2/lib/combobox/combobox-loading-list.js.map +1 -1
- package/dist/vue2/lib/combobox/combobox.cjs +2 -2
- package/dist/vue2/lib/combobox/combobox.cjs.map +1 -1
- package/dist/vue2/lib/combobox/combobox.js +12 -12
- package/dist/vue2/lib/combobox/combobox.js.map +1 -1
- package/dist/vue2/lib/combobox/index.cjs +1 -1
- package/dist/vue2/lib/combobox/index.js +3 -3
- package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
- package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
- package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.js +16 -18
- package/dist/vue2/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
- package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
- package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
- package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.js +22 -24
- package/dist/vue2/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
- package/dist/vue2/lib/contact-centers-row/contact-centers-row.cjs +1 -1
- package/dist/vue2/lib/contact-centers-row/contact-centers-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-centers-row/contact-centers-row.js +40 -36
- package/dist/vue2/lib/contact-centers-row/contact-centers-row.js.map +1 -1
- package/dist/vue2/lib/contact-row/contact-row.cjs +1 -1
- package/dist/vue2/lib/contact-row/contact-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-row/contact-row.js +11 -25
- package/dist/vue2/lib/contact-row/contact-row.js.map +1 -1
- package/dist/vue2/lib/datepicker/datepicker-constants.cjs +1 -1
- package/dist/vue2/lib/datepicker/datepicker-constants.cjs.map +1 -1
- package/dist/vue2/lib/datepicker/datepicker-constants.js +2 -3
- package/dist/vue2/lib/datepicker/datepicker-constants.js.map +1 -1
- package/dist/vue2/lib/datepicker/datepicker.cjs +1 -1
- package/dist/vue2/lib/datepicker/datepicker.cjs.map +1 -1
- package/dist/vue2/lib/datepicker/datepicker.js +143 -229
- package/dist/vue2/lib/datepicker/datepicker.js.map +1 -1
- package/dist/vue2/lib/datepicker/utils.cjs +1 -1
- package/dist/vue2/lib/datepicker/utils.cjs.map +1 -1
- package/dist/vue2/lib/datepicker/utils.js +12 -11
- package/dist/vue2/lib/datepicker/utils.js.map +1 -1
- package/dist/vue2/lib/description-list/description-list.cjs +1 -1
- package/dist/vue2/lib/description-list/description-list.cjs.map +1 -1
- package/dist/vue2/lib/description-list/description-list.js +8 -8
- package/dist/vue2/lib/description-list/description-list.js.map +1 -1
- package/dist/vue2/lib/dropdown/dropdown.cjs +1 -1
- package/dist/vue2/lib/dropdown/dropdown.cjs.map +1 -1
- package/dist/vue2/lib/dropdown/dropdown.js +48 -50
- package/dist/vue2/lib/dropdown/dropdown.js.map +1 -1
- package/dist/vue2/lib/editor/editor.cjs +1 -1
- package/dist/vue2/lib/editor/editor.cjs.map +1 -1
- package/dist/vue2/lib/editor/editor.js +78 -87
- package/dist/vue2/lib/editor/editor.js.map +1 -1
- package/dist/vue2/lib/emoji-picker/emoji-picker-constants.cjs +1 -1
- package/dist/vue2/lib/emoji-picker/emoji-picker-constants.cjs.map +1 -1
- package/dist/vue2/lib/emoji-picker/emoji-picker-constants.js +6 -19
- package/dist/vue2/lib/emoji-picker/emoji-picker-constants.js.map +1 -1
- package/dist/vue2/lib/emoji-picker/emoji-picker.cjs +1 -1
- package/dist/vue2/lib/emoji-picker/emoji-picker.cjs.map +1 -1
- package/dist/vue2/lib/emoji-picker/emoji-picker.js +106 -145
- package/dist/vue2/lib/emoji-picker/emoji-picker.js.map +1 -1
- package/dist/vue2/lib/emoji-picker/index.cjs +1 -1
- package/dist/vue2/lib/emoji-picker/index.js +6 -7
- package/dist/vue2/lib/emoji-row/emoji-row-constants.cjs +1 -1
- package/dist/vue2/lib/emoji-row/emoji-row-constants.cjs.map +1 -1
- package/dist/vue2/lib/emoji-row/emoji-row-constants.js +5 -7
- package/dist/vue2/lib/emoji-row/emoji-row-constants.js.map +1 -1
- package/dist/vue2/lib/emoji-row/emoji-row.cjs +1 -1
- package/dist/vue2/lib/emoji-row/emoji-row.cjs.map +1 -1
- package/dist/vue2/lib/emoji-row/emoji-row.js +31 -22
- package/dist/vue2/lib/emoji-row/emoji-row.js.map +1 -1
- package/dist/vue2/lib/feed-item-pill/feed-item-pill.cjs +1 -1
- package/dist/vue2/lib/feed-item-pill/feed-item-pill.cjs.map +1 -1
- package/dist/vue2/lib/feed-item-pill/feed-item-pill.js +20 -22
- package/dist/vue2/lib/feed-item-pill/feed-item-pill.js.map +1 -1
- package/dist/vue2/lib/general-row/general-row.cjs +1 -1
- package/dist/vue2/lib/general-row/general-row.cjs.map +1 -1
- package/dist/vue2/lib/general-row/general-row.js +63 -52
- package/dist/vue2/lib/general-row/general-row.js.map +1 -1
- package/dist/vue2/lib/group-row/group-row.cjs +1 -1
- package/dist/vue2/lib/group-row/group-row.cjs.map +1 -1
- package/dist/vue2/lib/group-row/group-row.js +43 -32
- package/dist/vue2/lib/group-row/group-row.js.map +1 -1
- package/dist/vue2/lib/icon/icon-constants.cjs.map +1 -1
- package/dist/vue2/lib/icon/icon-constants.js.map +1 -1
- package/dist/vue2/lib/icon/icon.cjs +1 -1
- package/dist/vue2/lib/icon/icon.cjs.map +1 -1
- package/dist/vue2/lib/icon/icon.js +12 -8
- package/dist/vue2/lib/icon/icon.js.map +1 -1
- package/dist/vue2/lib/image-viewer/image-viewer.cjs +1 -1
- package/dist/vue2/lib/image-viewer/image-viewer.cjs.map +1 -1
- package/dist/vue2/lib/image-viewer/image-viewer.js +30 -31
- package/dist/vue2/lib/image-viewer/image-viewer.js.map +1 -1
- package/dist/vue2/lib/ivr-node/ivr-node-constants.cjs +1 -1
- package/dist/vue2/lib/ivr-node/ivr-node-constants.cjs.map +1 -1
- package/dist/vue2/lib/ivr-node/ivr-node-constants.js +24 -24
- package/dist/vue2/lib/ivr-node/ivr-node-constants.js.map +1 -1
- package/dist/vue2/lib/ivr-node/ivr-node.cjs +1 -1
- package/dist/vue2/lib/ivr-node/ivr-node.cjs.map +1 -1
- package/dist/vue2/lib/ivr-node/ivr-node.js +38 -36
- package/dist/vue2/lib/ivr-node/ivr-node.js.map +1 -1
- package/dist/vue2/lib/list-item/list-item.cjs +1 -1
- package/dist/vue2/lib/list-item/list-item.cjs.map +1 -1
- package/dist/vue2/lib/list-item/list-item.js +21 -11
- package/dist/vue2/lib/list-item/list-item.js.map +1 -1
- package/dist/vue2/lib/loader/index.cjs +2 -0
- package/dist/vue2/lib/loader/index.cjs.map +1 -0
- package/dist/vue2/lib/loader/index.js +5 -0
- package/dist/vue2/lib/loader/index.js.map +1 -0
- package/dist/vue2/lib/loader/loader.cjs +2 -0
- package/dist/vue2/lib/loader/loader.cjs.map +1 -0
- package/dist/vue2/lib/loader/loader.js +48 -0
- package/dist/vue2/lib/loader/loader.js.map +1 -0
- package/dist/vue2/lib/message-input/message-input-link.cjs +1 -1
- package/dist/vue2/lib/message-input/message-input-link.cjs.map +1 -1
- package/dist/vue2/lib/message-input/message-input-link.js +48 -23
- package/dist/vue2/lib/message-input/message-input-link.js.map +1 -1
- package/dist/vue2/lib/message-input/message-input-topbar.cjs +1 -1
- package/dist/vue2/lib/message-input/message-input-topbar.cjs.map +1 -1
- package/dist/vue2/lib/message-input/message-input-topbar.js +50 -22
- package/dist/vue2/lib/message-input/message-input-topbar.js.map +1 -1
- package/dist/vue2/lib/message-input/message-input.cjs +1 -1
- package/dist/vue2/lib/message-input/message-input.cjs.map +1 -1
- package/dist/vue2/lib/message-input/message-input.js +112 -143
- package/dist/vue2/lib/message-input/message-input.js.map +1 -1
- package/dist/vue2/lib/modal/modal.cjs +1 -2
- package/dist/vue2/lib/modal/modal.cjs.map +1 -1
- package/dist/vue2/lib/modal/modal.js +25 -42
- package/dist/vue2/lib/modal/modal.js.map +1 -1
- package/dist/vue2/lib/notice/notice-action.cjs +1 -1
- package/dist/vue2/lib/notice/notice-action.cjs.map +1 -1
- package/dist/vue2/lib/notice/notice-action.js +19 -26
- package/dist/vue2/lib/notice/notice-action.js.map +1 -1
- package/dist/vue2/lib/notice/notice.cjs +1 -1
- package/dist/vue2/lib/notice/notice.cjs.map +1 -1
- package/dist/vue2/lib/notice/notice.js +18 -27
- package/dist/vue2/lib/notice/notice.js.map +1 -1
- package/dist/vue2/lib/pagination/pagination.cjs +1 -1
- package/dist/vue2/lib/pagination/pagination.cjs.map +1 -1
- package/dist/vue2/lib/pagination/pagination.js +49 -58
- package/dist/vue2/lib/pagination/pagination.js.map +1 -1
- package/dist/vue2/lib/popover/popover-header-footer.cjs +1 -1
- package/dist/vue2/lib/popover/popover-header-footer.cjs.map +1 -1
- package/dist/vue2/lib/popover/popover-header-footer.js +24 -26
- package/dist/vue2/lib/popover/popover-header-footer.js.map +1 -1
- package/dist/vue2/lib/popover/popover.cjs +1 -1
- package/dist/vue2/lib/popover/popover.cjs.map +1 -1
- package/dist/vue2/lib/popover/popover.js +26 -35
- package/dist/vue2/lib/popover/popover.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor/rich-text-editor.cjs +9 -5
- package/dist/vue2/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor/rich-text-editor.js +543 -475
- package/dist/vue2/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue2/lib/settings-menu-button/settings-menu-button.cjs.map +1 -1
- package/dist/vue2/lib/settings-menu-button/settings-menu-button.js.map +1 -1
- package/dist/vue2/lib/time-pill/time-pill.cjs.map +1 -1
- package/dist/vue2/lib/time-pill/time-pill.js.map +1 -1
- package/dist/vue2/lib/toast/toast.cjs +1 -1
- package/dist/vue2/lib/toast/toast.cjs.map +1 -1
- package/dist/vue2/lib/toast/toast.js +64 -97
- package/dist/vue2/lib/toast/toast.js.map +1 -1
- package/dist/vue2/lib/unread-pill/unread-pill.cjs +1 -1
- package/dist/vue2/lib/unread-pill/unread-pill.cjs.map +1 -1
- package/dist/vue2/lib/unread-pill/unread-pill.js +27 -18
- package/dist/vue2/lib/unread-pill/unread-pill.js.map +1 -1
- package/dist/vue2/localization/en-US.cjs +185 -0
- package/dist/vue2/localization/en-US.cjs.map +1 -0
- package/dist/vue2/localization/en-US.js +188 -0
- package/dist/vue2/localization/en-US.js.map +1 -0
- package/dist/vue2/localization/es-LA.cjs +169 -0
- package/dist/vue2/localization/es-LA.cjs.map +1 -0
- package/dist/vue2/localization/es-LA.js +172 -0
- package/dist/vue2/localization/es-LA.js.map +1 -0
- package/dist/vue2/localization/index.cjs +1322 -0
- package/dist/vue2/localization/index.cjs.map +1 -0
- package/dist/vue2/localization/index.js +1385 -0
- package/dist/vue2/localization/index.js.map +1 -0
- package/dist/vue2/node_modules/@tiptap/vue-2.cjs.map +1 -1
- package/dist/vue2/node_modules/@tiptap/vue-2.js.map +1 -1
- package/dist/vue2/shared/sr_only_close_button.cjs +1 -1
- package/dist/vue2/shared/sr_only_close_button.cjs.map +1 -1
- package/dist/vue2/shared/sr_only_close_button.js +19 -22
- package/dist/vue2/shared/sr_only_close_button.js.map +1 -1
- package/dist/vue2/types/common/mixins/index.d.ts +1 -1
- package/dist/vue2/types/common/mixins/localization.d.ts +8 -0
- package/dist/vue2/types/common/mixins/localization.d.ts.map +1 -0
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts +7 -13
- package/dist/vue2/types/common/sr_only_close_button.vue.d.ts.map +1 -1
- package/dist/vue2/types/common/utils/index.d.ts +1 -0
- package/dist/vue2/types/common/utils/index.d.ts.map +1 -1
- package/dist/vue2/types/components/banner/banner.vue.d.ts +0 -33
- package/dist/vue2/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/breadcrumbs/breadcrumbs.vue.d.ts +5 -1
- package/dist/vue2/types/components/button/button.vue.d.ts +6 -2
- package/dist/vue2/types/components/chip/chip.vue.d.ts +8 -18
- package/dist/vue2/types/components/combobox/combobox_constants.d.ts +2 -2
- package/dist/vue2/types/components/combobox/index.d.ts +1 -1
- package/dist/vue2/types/components/datepicker/datepicker.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/datepicker/datepicker_constants.d.ts +0 -1
- package/dist/vue2/types/components/datepicker/datepicker_constants.d.ts.map +1 -1
- package/dist/vue2/types/components/datepicker/modules/calendar.vue.d.ts +5 -17
- package/dist/vue2/types/components/datepicker/modules/month-year-picker.vue.d.ts +8 -48
- package/dist/vue2/types/components/datepicker/utils.d.ts +1 -0
- package/dist/vue2/types/components/datepicker/utils.d.ts.map +1 -1
- package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts +0 -24
- package/dist/vue2/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/emoji_picker/emoji_picker.vue.d.ts +5 -1
- package/dist/vue2/types/components/emoji_picker/emoji_picker_constants.d.ts +0 -13
- package/dist/vue2/types/components/icon/icon.vue.d.ts +1 -0
- package/dist/vue2/types/components/icon/icon_constants.d.ts.map +1 -1
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts +5 -8
- package/dist/vue2/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts +9 -0
- package/dist/vue2/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/loader/index.d.ts +2 -0
- package/dist/vue2/types/components/loader/index.d.ts.map +1 -0
- package/dist/vue2/types/components/loader/loader.vue.d.ts +32 -0
- package/dist/vue2/types/components/loader/loader.vue.d.ts.map +1 -0
- package/dist/vue2/types/components/modal/modal.vue.d.ts +3 -33
- package/dist/vue2/types/components/notice/notice.vue.d.ts +1 -34
- package/dist/vue2/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts +3 -31
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts +9 -26
- package/dist/vue2/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover.vue.d.ts +0 -33
- package/dist/vue2/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts +8 -11
- package/dist/vue2/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +25 -2
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +1 -43
- package/dist/vue2/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/toast/layouts/toast_layout_default.vue.d.ts +1 -34
- package/dist/vue2/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/toast/toast.vue.d.ts +3 -111
- package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue2/types/index.d.ts +2 -0
- package/dist/vue2/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +7 -13
- package/dist/vue2/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +7 -12
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +8 -10
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +7 -7
- package/dist/vue2/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -25
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +1 -25
- package/dist/vue2/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +5 -41
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +8 -26
- package/dist/vue2/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +2 -2
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts +20 -61
- package/dist/vue2/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +6 -1
- package/dist/vue2/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +10 -13
- package/dist/vue2/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +8 -2
- package/dist/vue2/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +15 -90
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +14 -2
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +14 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +10 -11
- package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -18
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts +21 -37
- package/dist/vue2/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts +9 -18
- package/dist/vue2/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +7 -1
- package/dist/vue2/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +208 -206
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/lib/list-item/list-item.cjs +1 -1
- package/dist/vue3/lib/list-item/list-item.cjs.map +1 -1
- package/dist/vue3/lib/list-item/list-item.js +35 -30
- package/dist/vue3/lib/list-item/list-item.js.map +1 -1
- package/dist/vue3/lib/loader/index.cjs +2 -0
- package/dist/vue3/lib/loader/index.cjs.map +1 -0
- package/dist/vue3/lib/loader/index.js +5 -0
- package/dist/vue3/lib/loader/index.js.map +1 -0
- package/dist/vue3/lib/loader/loader.cjs +2 -0
- package/dist/vue3/lib/loader/loader.cjs.map +1 -0
- package/dist/vue3/lib/loader/loader.js +48 -0
- package/dist/vue3/lib/loader/loader.js.map +1 -0
- package/dist/vue3/lib/message-input/message-input.cjs +1 -1
- package/dist/vue3/lib/message-input/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input/message-input.js +2 -1
- package/dist/vue3/lib/message-input/message-input.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +8 -4
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +301 -235
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +10 -2
- package/dist/vue3/types/components/loader/index.d.ts +2 -0
- package/dist/vue3/types/components/loader/index.d.ts.map +1 -0
- package/dist/vue3/types/components/loader/loader.vue.d.ts +26 -0
- package/dist/vue3/types/components/loader/loader.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +19 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/vue3/types/index.d.ts +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/package.json +4 -3
- package/dist/vue2/common/mixins/sr-only-close-button.cjs +0 -3
- package/dist/vue2/common/mixins/sr-only-close-button.cjs.map +0 -1
- package/dist/vue2/common/mixins/sr-only-close-button.js +0 -44
- package/dist/vue2/common/mixins/sr-only-close-button.js.map +0 -1
- package/dist/vue2/lib/contact-row/contact-row-constants.cjs +0 -2
- package/dist/vue2/lib/contact-row/contact-row-constants.cjs.map +0 -1
- package/dist/vue2/lib/contact-row/contact-row-constants.js +0 -5
- package/dist/vue2/lib/contact-row/contact-row-constants.js.map +0 -1
- package/dist/vue2/lib/emoji/emoji-constants.cjs +0 -2
- package/dist/vue2/lib/emoji/emoji-constants.cjs.map +0 -1
- package/dist/vue2/lib/emoji/emoji-constants.js +0 -5
- package/dist/vue2/lib/emoji/emoji-constants.js.map +0 -1
- package/dist/vue2/lib/group-row/group-row-constants.cjs +0 -2
- package/dist/vue2/lib/group-row/group-row-constants.cjs.map +0 -1
- package/dist/vue2/lib/group-row/group-row-constants.js +0 -8
- package/dist/vue2/lib/group-row/group-row-constants.js.map +0 -1
- package/dist/vue2/lib/time-pill/time-pill-constants.cjs +0 -2
- package/dist/vue2/lib/time-pill/time-pill-constants.cjs.map +0 -1
- package/dist/vue2/lib/time-pill/time-pill-constants.js +0 -8
- package/dist/vue2/lib/time-pill/time-pill-constants.js.map +0 -1
- package/dist/vue2/types/common/mixins/sr_only_close_button.d.ts +0 -30
- package/dist/vue2/types/common/mixins/sr_only_close_button.d.ts.map +0 -1
- package/dist/vue2/types/components/emoji/emoji_constants.d.ts +0 -3
- package/dist/vue2/types/components/emoji/emoji_constants.d.ts.map +0 -1
- package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts +0 -6
- package/dist/vue2/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts.map +0 -1
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row_constants.d.ts +0 -3
- package/dist/vue2/types/recipes/leftbar/contact_row/contact_row_constants.d.ts.map +0 -1
- package/dist/vue2/types/recipes/leftbar/group_row/group_row_constants.d.ts +0 -6
- package/dist/vue2/types/recipes/leftbar/group_row/group_row_constants.d.ts.map +0 -1
|
@@ -54,15 +54,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
54
54
|
emojiPickerProps: {
|
|
55
55
|
type: ObjectConstructor;
|
|
56
56
|
default: () => {};
|
|
57
|
-
validate(emojiPickerProps: any): boolean;
|
|
58
|
-
};
|
|
59
|
-
emojiTooltipMessage: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
63
|
-
emojiButtonAriaLabel: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
57
|
};
|
|
67
58
|
showCharacterLimit: {
|
|
68
59
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
@@ -74,10 +65,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
74
65
|
};
|
|
75
66
|
showImagePicker: {
|
|
76
67
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
77
|
-
default: () => {
|
|
78
|
-
tooltipLabel: string;
|
|
79
|
-
ariaLabel: string;
|
|
80
|
-
};
|
|
68
|
+
default: () => {};
|
|
81
69
|
};
|
|
82
70
|
showSend: {
|
|
83
71
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
@@ -85,9 +73,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
85
73
|
};
|
|
86
74
|
showCancel: {
|
|
87
75
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
88
|
-
default: () => {
|
|
89
|
-
text: string;
|
|
90
|
-
};
|
|
76
|
+
default: () => {};
|
|
91
77
|
};
|
|
92
78
|
mentionSuggestion: {
|
|
93
79
|
type: ObjectConstructor;
|
|
@@ -104,87 +90,62 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
104
90
|
boldButtonOptions: {
|
|
105
91
|
type: ObjectConstructor;
|
|
106
92
|
default: () => {
|
|
107
|
-
ariaLabel: string;
|
|
108
|
-
tooltipText: string;
|
|
109
93
|
keyboardShortcutText: string;
|
|
110
94
|
};
|
|
111
95
|
};
|
|
112
96
|
italicButtonOptions: {
|
|
113
97
|
type: ObjectConstructor;
|
|
114
98
|
default: () => {
|
|
115
|
-
ariaLabel: string;
|
|
116
|
-
tooltipText: string;
|
|
117
99
|
keyboardShortcutText: string;
|
|
118
100
|
};
|
|
119
101
|
};
|
|
120
102
|
strikeButtonOptions: {
|
|
121
103
|
type: ObjectConstructor;
|
|
122
104
|
default: () => {
|
|
123
|
-
ariaLabel: string;
|
|
124
|
-
tooltipText: string;
|
|
125
105
|
keyboardShortcutText: string;
|
|
126
106
|
};
|
|
127
107
|
};
|
|
128
108
|
linkButtonOptions: {
|
|
129
109
|
type: ObjectConstructor;
|
|
130
110
|
default: () => {
|
|
131
|
-
ariaLabel: string;
|
|
132
|
-
tooltipText: string;
|
|
133
111
|
keyboardShortcutText: string;
|
|
134
|
-
dialogTitle: string;
|
|
135
|
-
textLabel: string;
|
|
136
|
-
linkLabel: string;
|
|
137
112
|
linkPlaceholder: string;
|
|
138
|
-
removeLabel: string;
|
|
139
|
-
cancelLabel: string;
|
|
140
|
-
confirmLabel: string;
|
|
141
|
-
visuallyHiddenCloseText: string;
|
|
142
113
|
};
|
|
143
114
|
};
|
|
144
115
|
bulletListButtonOptions: {
|
|
145
116
|
type: ObjectConstructor;
|
|
146
117
|
default: () => {
|
|
147
|
-
ariaLabel: string;
|
|
148
|
-
tooltipText: string;
|
|
149
118
|
keyboardShortcutText: string;
|
|
150
119
|
};
|
|
151
120
|
};
|
|
152
121
|
orderedListButtonOptions: {
|
|
153
122
|
type: ObjectConstructor;
|
|
154
123
|
default: () => {
|
|
155
|
-
ariaLabel: string;
|
|
156
|
-
tooltipText: string;
|
|
157
124
|
keyboardShortcutText: string;
|
|
158
125
|
};
|
|
159
126
|
};
|
|
160
127
|
blockQuoteButtonOptions: {
|
|
161
128
|
type: ObjectConstructor;
|
|
162
129
|
default: () => {
|
|
163
|
-
ariaLabel: string;
|
|
164
|
-
tooltipText: string;
|
|
165
130
|
keyboardShortcutText: string;
|
|
166
131
|
};
|
|
167
132
|
};
|
|
168
133
|
codeButtonOptions: {
|
|
169
134
|
type: ObjectConstructor;
|
|
170
135
|
default: () => {
|
|
171
|
-
ariaLabel: string;
|
|
172
|
-
tooltipText: string;
|
|
173
136
|
keyboardShortcutText: string;
|
|
174
137
|
};
|
|
175
138
|
};
|
|
176
139
|
codeBlockButtonOptions: {
|
|
177
140
|
type: ObjectConstructor;
|
|
178
141
|
default: () => {
|
|
179
|
-
ariaLabel: string;
|
|
180
|
-
tooltipText: string;
|
|
181
142
|
keyboardShortcutText: string;
|
|
182
143
|
};
|
|
183
144
|
};
|
|
184
145
|
}, {}, {
|
|
185
146
|
lastActiveNodes: typeof lastActiveNodes;
|
|
186
147
|
additionalExtensions: import('@tiptap/core').Node<any, any>[];
|
|
187
|
-
internalInputValue:
|
|
148
|
+
internalInputValue: never;
|
|
188
149
|
imagePickerFocus: boolean;
|
|
189
150
|
emojiPickerFocus: boolean;
|
|
190
151
|
emojiPickerOpened: boolean;
|
|
@@ -201,12 +162,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
201
162
|
inputLength(): number;
|
|
202
163
|
displayCharacterLimitWarning(): boolean;
|
|
203
164
|
characterLimitTooltipEnabled(): any;
|
|
204
|
-
isSendDisabled():
|
|
205
|
-
computedCloseButtonProps(): {
|
|
206
|
-
ariaLabel: string;
|
|
207
|
-
};
|
|
165
|
+
isSendDisabled(): never;
|
|
208
166
|
emojiPickerHovered(): boolean;
|
|
209
167
|
sendIconSize(): "300";
|
|
168
|
+
sendButtonLabel(): string;
|
|
169
|
+
imagePickerButtonLabel(): string;
|
|
170
|
+
emojiPickerButtonLabel(): string;
|
|
171
|
+
cancelButtonLabel(): string;
|
|
210
172
|
}, {
|
|
211
173
|
linkDialogOpened(value: any): void;
|
|
212
174
|
handleTopbarClick(type: any): void;
|
|
@@ -226,7 +188,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
226
188
|
onCancel(): void;
|
|
227
189
|
onInput(event: any): void;
|
|
228
190
|
onTextInput(event: any): void;
|
|
229
|
-
},
|
|
191
|
+
}, {
|
|
192
|
+
data(): {
|
|
193
|
+
i18n: import('../../..').DialtoneLocalization;
|
|
194
|
+
};
|
|
195
|
+
}, import('vue').ComponentOptionsMixin, ("cancel" | "submit" | "selected-emoji" | "skin-tone" | "add-emoji" | "selected-command" | "text-input" | "update:value" | "meeting-pill-close" | "select-media" | "add-media" | "paste-media")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
230
196
|
richText: {
|
|
231
197
|
type: BooleanConstructor;
|
|
232
198
|
default: boolean;
|
|
@@ -281,15 +247,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
281
247
|
emojiPickerProps: {
|
|
282
248
|
type: ObjectConstructor;
|
|
283
249
|
default: () => {};
|
|
284
|
-
validate(emojiPickerProps: any): boolean;
|
|
285
|
-
};
|
|
286
|
-
emojiTooltipMessage: {
|
|
287
|
-
type: StringConstructor;
|
|
288
|
-
default: string;
|
|
289
|
-
};
|
|
290
|
-
emojiButtonAriaLabel: {
|
|
291
|
-
type: StringConstructor;
|
|
292
|
-
default: string;
|
|
293
250
|
};
|
|
294
251
|
showCharacterLimit: {
|
|
295
252
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
@@ -301,10 +258,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
301
258
|
};
|
|
302
259
|
showImagePicker: {
|
|
303
260
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
304
|
-
default: () => {
|
|
305
|
-
tooltipLabel: string;
|
|
306
|
-
ariaLabel: string;
|
|
307
|
-
};
|
|
261
|
+
default: () => {};
|
|
308
262
|
};
|
|
309
263
|
showSend: {
|
|
310
264
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
@@ -312,9 +266,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
312
266
|
};
|
|
313
267
|
showCancel: {
|
|
314
268
|
type: (ObjectConstructor | BooleanConstructor)[];
|
|
315
|
-
default: () => {
|
|
316
|
-
text: string;
|
|
317
|
-
};
|
|
269
|
+
default: () => {};
|
|
318
270
|
};
|
|
319
271
|
mentionSuggestion: {
|
|
320
272
|
type: ObjectConstructor;
|
|
@@ -331,80 +283,55 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
331
283
|
boldButtonOptions: {
|
|
332
284
|
type: ObjectConstructor;
|
|
333
285
|
default: () => {
|
|
334
|
-
ariaLabel: string;
|
|
335
|
-
tooltipText: string;
|
|
336
286
|
keyboardShortcutText: string;
|
|
337
287
|
};
|
|
338
288
|
};
|
|
339
289
|
italicButtonOptions: {
|
|
340
290
|
type: ObjectConstructor;
|
|
341
291
|
default: () => {
|
|
342
|
-
ariaLabel: string;
|
|
343
|
-
tooltipText: string;
|
|
344
292
|
keyboardShortcutText: string;
|
|
345
293
|
};
|
|
346
294
|
};
|
|
347
295
|
strikeButtonOptions: {
|
|
348
296
|
type: ObjectConstructor;
|
|
349
297
|
default: () => {
|
|
350
|
-
ariaLabel: string;
|
|
351
|
-
tooltipText: string;
|
|
352
298
|
keyboardShortcutText: string;
|
|
353
299
|
};
|
|
354
300
|
};
|
|
355
301
|
linkButtonOptions: {
|
|
356
302
|
type: ObjectConstructor;
|
|
357
303
|
default: () => {
|
|
358
|
-
ariaLabel: string;
|
|
359
|
-
tooltipText: string;
|
|
360
304
|
keyboardShortcutText: string;
|
|
361
|
-
dialogTitle: string;
|
|
362
|
-
textLabel: string;
|
|
363
|
-
linkLabel: string;
|
|
364
305
|
linkPlaceholder: string;
|
|
365
|
-
removeLabel: string;
|
|
366
|
-
cancelLabel: string;
|
|
367
|
-
confirmLabel: string;
|
|
368
|
-
visuallyHiddenCloseText: string;
|
|
369
306
|
};
|
|
370
307
|
};
|
|
371
308
|
bulletListButtonOptions: {
|
|
372
309
|
type: ObjectConstructor;
|
|
373
310
|
default: () => {
|
|
374
|
-
ariaLabel: string;
|
|
375
|
-
tooltipText: string;
|
|
376
311
|
keyboardShortcutText: string;
|
|
377
312
|
};
|
|
378
313
|
};
|
|
379
314
|
orderedListButtonOptions: {
|
|
380
315
|
type: ObjectConstructor;
|
|
381
316
|
default: () => {
|
|
382
|
-
ariaLabel: string;
|
|
383
|
-
tooltipText: string;
|
|
384
317
|
keyboardShortcutText: string;
|
|
385
318
|
};
|
|
386
319
|
};
|
|
387
320
|
blockQuoteButtonOptions: {
|
|
388
321
|
type: ObjectConstructor;
|
|
389
322
|
default: () => {
|
|
390
|
-
ariaLabel: string;
|
|
391
|
-
tooltipText: string;
|
|
392
323
|
keyboardShortcutText: string;
|
|
393
324
|
};
|
|
394
325
|
};
|
|
395
326
|
codeButtonOptions: {
|
|
396
327
|
type: ObjectConstructor;
|
|
397
328
|
default: () => {
|
|
398
|
-
ariaLabel: string;
|
|
399
|
-
tooltipText: string;
|
|
400
329
|
keyboardShortcutText: string;
|
|
401
330
|
};
|
|
402
331
|
};
|
|
403
332
|
codeBlockButtonOptions: {
|
|
404
333
|
type: ObjectConstructor;
|
|
405
334
|
default: () => {
|
|
406
|
-
ariaLabel: string;
|
|
407
|
-
tooltipText: string;
|
|
408
335
|
keyboardShortcutText: string;
|
|
409
336
|
};
|
|
410
337
|
};
|
|
@@ -434,8 +361,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
434
361
|
disableSend: boolean;
|
|
435
362
|
showEmojiPicker: boolean;
|
|
436
363
|
emojiPickerProps: Record<string, any>;
|
|
437
|
-
emojiTooltipMessage: string;
|
|
438
|
-
emojiButtonAriaLabel: string;
|
|
439
364
|
showCharacterLimit: boolean | Record<string, any>;
|
|
440
365
|
showImagePicker: boolean | Record<string, any>;
|
|
441
366
|
showSend: boolean | Record<string, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA0QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAi+B4B,qBAAqB"}
|
|
@@ -15,9 +15,21 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
15
15
|
linkText: string;
|
|
16
16
|
linkInput: string;
|
|
17
17
|
isOpen: boolean;
|
|
18
|
-
}, {
|
|
18
|
+
}, {
|
|
19
|
+
anchorButtonLabel(): Record<string, string>;
|
|
20
|
+
textInputLabel(): string;
|
|
21
|
+
linkInputLabel(): string;
|
|
22
|
+
linkInputPlaceHolder(): string;
|
|
23
|
+
removeButtonLabel(): string;
|
|
24
|
+
cancelButtonLabel(): string;
|
|
25
|
+
confirmButtonLabel(): string;
|
|
26
|
+
}, {
|
|
19
27
|
setInitialValues(linkText: any, linkInput: any): void;
|
|
20
|
-
},
|
|
28
|
+
}, {
|
|
29
|
+
data(): {
|
|
30
|
+
i18n: import('../../..').DialtoneLocalization;
|
|
31
|
+
};
|
|
32
|
+
}, import('vue').ComponentOptionsMixin, ("opened" | "set-link" | "remove-link")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
21
33
|
open: {
|
|
22
34
|
type: BooleanConstructor;
|
|
23
35
|
default: boolean;
|
package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts
CHANGED
|
@@ -35,7 +35,20 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
35
35
|
type: FunctionConstructor;
|
|
36
36
|
default: () => void;
|
|
37
37
|
};
|
|
38
|
-
}, {}, {}, {
|
|
38
|
+
}, {}, {}, {
|
|
39
|
+
boldButtonLabel(): Record<string, string>;
|
|
40
|
+
italicButtonLabel(): Record<string, string>;
|
|
41
|
+
strikeButtonLabel(): Record<string, string>;
|
|
42
|
+
bulletListButtonLabel(): Record<string, string>;
|
|
43
|
+
orderedListButtonLabel(): Record<string, string>;
|
|
44
|
+
blockQuoteButtonLabel(): Record<string, string>;
|
|
45
|
+
codeButtonLabel(): Record<string, string>;
|
|
46
|
+
codeBlockButtonLabel(): Record<string, string>;
|
|
47
|
+
}, {}, {
|
|
48
|
+
data(): {
|
|
49
|
+
i18n: import('../../..').DialtoneLocalization;
|
|
50
|
+
};
|
|
51
|
+
}, import('vue').ComponentOptionsMixin, "click"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
39
52
|
boldButtonOptions: {
|
|
40
53
|
type: ObjectConstructor;
|
|
41
54
|
default: () => {};
|
package/dist/vue2/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input_topbar.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_topbar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"message_input_topbar.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_topbar.vue"],"names":[],"mappings":"AA4IA;"}
|
|
@@ -18,23 +18,25 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
18
18
|
unreadCount: {
|
|
19
19
|
type: StringConstructor;
|
|
20
20
|
default: null;
|
|
21
|
-
|
|
22
|
-
menuButtonAriaLabel: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
required: true;
|
|
21
|
+
validator(value: unknown): boolean;
|
|
25
22
|
};
|
|
26
23
|
}, {}, {
|
|
27
24
|
labelWidth: string;
|
|
28
25
|
}, {
|
|
29
26
|
leftbarContactCentersRowClasses(): (string | {
|
|
30
27
|
'd-recipe-leftbar-row__unread-count': boolean;
|
|
31
|
-
'd-recipe-leftbar-row--selected':
|
|
28
|
+
'd-recipe-leftbar-row--selected': never;
|
|
32
29
|
})[];
|
|
33
|
-
getAriaLabel():
|
|
30
|
+
getAriaLabel(): string;
|
|
34
31
|
showUnreadCount(): boolean;
|
|
32
|
+
menuButtonLabel(): string;
|
|
35
33
|
}, {
|
|
36
34
|
adjustLabelWidth(): void;
|
|
37
|
-
},
|
|
35
|
+
}, {
|
|
36
|
+
data(): {
|
|
37
|
+
i18n: import('../../..').DialtoneLocalization;
|
|
38
|
+
};
|
|
39
|
+
}, import('vue').ComponentOptionsMixin, ("click" | "click-menu")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
38
40
|
ariaLabel: {
|
|
39
41
|
type: StringConstructor;
|
|
40
42
|
default: string;
|
|
@@ -54,10 +56,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
54
56
|
unreadCount: {
|
|
55
57
|
type: StringConstructor;
|
|
56
58
|
default: null;
|
|
57
|
-
|
|
58
|
-
menuButtonAriaLabel: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
required: true;
|
|
59
|
+
validator(value: unknown): boolean;
|
|
61
60
|
};
|
|
62
61
|
}>>, {
|
|
63
62
|
ariaLabel: string;
|
package/dist/vue2/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"contact_centers_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_centers_row/contact_centers_row.vue"],"names":[],"mappings":"AA4EA;"}
|
|
@@ -55,14 +55,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
55
55
|
type: BooleanConstructor;
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
|
-
callButtonTooltip: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
|
-
unreadCountTooltip: {
|
|
63
|
-
type: StringConstructor;
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
58
|
}, {}, {}, {
|
|
67
59
|
presenceFontColorClass(): any;
|
|
68
60
|
contactDescription(): string;
|
|
@@ -123,14 +115,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
123
115
|
type: BooleanConstructor;
|
|
124
116
|
default: boolean;
|
|
125
117
|
};
|
|
126
|
-
callButtonTooltip: {
|
|
127
|
-
type: StringConstructor;
|
|
128
|
-
default: string;
|
|
129
|
-
};
|
|
130
|
-
unreadCountTooltip: {
|
|
131
|
-
type: StringConstructor;
|
|
132
|
-
default: string;
|
|
133
|
-
};
|
|
134
118
|
}>>, {
|
|
135
119
|
muted: boolean;
|
|
136
120
|
selected: boolean;
|
|
@@ -140,10 +124,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
140
124
|
noInitials: boolean;
|
|
141
125
|
avatarColor: string;
|
|
142
126
|
unreadCount: string;
|
|
143
|
-
unreadCountTooltip: string;
|
|
144
127
|
hasUnreads: boolean;
|
|
145
128
|
hasCallButton: boolean;
|
|
146
|
-
callButtonTooltip: string;
|
|
147
129
|
isTyping: boolean;
|
|
148
130
|
avatarPresence: string;
|
|
149
131
|
userStatus: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contact_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_row/contact_row.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"contact_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_row/contact_row.vue"],"names":[],"mappings":"AA8DA;"}
|
|
@@ -33,10 +33,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
33
33
|
type: StringConstructor;
|
|
34
34
|
default: null;
|
|
35
35
|
};
|
|
36
|
-
unreadCountTooltip: {
|
|
37
|
-
type: StringConstructor;
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
36
|
selected: {
|
|
41
37
|
type: BooleanConstructor;
|
|
42
38
|
default: boolean;
|
|
@@ -53,18 +49,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
53
49
|
type: StringConstructor;
|
|
54
50
|
default: string;
|
|
55
51
|
};
|
|
56
|
-
dndTextTooltip: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
52
|
hasCallButton: {
|
|
61
53
|
type: BooleanConstructor;
|
|
62
54
|
default: boolean;
|
|
63
55
|
};
|
|
64
|
-
callButtonTooltip: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
56
|
isTyping: {
|
|
69
57
|
type: BooleanConstructor;
|
|
70
58
|
default: boolean;
|
|
@@ -80,25 +68,36 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
80
68
|
}, {
|
|
81
69
|
leftbarGeneralRowClasses(): (string | {
|
|
82
70
|
'd-recipe-leftbar-row--no-action': boolean;
|
|
83
|
-
'd-recipe-leftbar-row--has-unread':
|
|
84
|
-
'd-recipe-leftbar-row__unread-count':
|
|
85
|
-
'd-recipe-leftbar-row--selected':
|
|
86
|
-
'd-recipe-leftbar-row--muted':
|
|
71
|
+
'd-recipe-leftbar-row--has-unread': never;
|
|
72
|
+
'd-recipe-leftbar-row__unread-count': false;
|
|
73
|
+
'd-recipe-leftbar-row--selected': never;
|
|
74
|
+
'd-recipe-leftbar-row--muted': never;
|
|
87
75
|
'd-recipe-leftbar-row--action-focused': boolean;
|
|
88
76
|
})[];
|
|
89
|
-
getIcon():
|
|
90
|
-
getAriaLabel():
|
|
91
|
-
hasActions():
|
|
92
|
-
showUnreadCount():
|
|
93
|
-
showUnreadMentionCount():
|
|
77
|
+
getIcon(): "locked channel unread" | "channel unread";
|
|
78
|
+
getAriaLabel(): string;
|
|
79
|
+
hasActions(): never;
|
|
80
|
+
showUnreadCount(): false;
|
|
81
|
+
showUnreadMentionCount(): false;
|
|
94
82
|
hasUnreadCount(): boolean;
|
|
95
83
|
hasUnreadMentionCount(): boolean;
|
|
96
84
|
shouldApplyCustomStyleForCountBadge(): boolean;
|
|
97
85
|
shouldApplyCustomStyleForMentionOnly(): boolean;
|
|
86
|
+
messageCount(): number;
|
|
87
|
+
mentionCount(): number;
|
|
88
|
+
unreadCountTooltip(): string;
|
|
89
|
+
dndTextTooltip(): never;
|
|
90
|
+
activeVoiceChatTooltip(): never;
|
|
91
|
+
callButtonTooltip(): string;
|
|
92
|
+
typingTooltip(): never;
|
|
98
93
|
}, {
|
|
99
94
|
validateProps(): void;
|
|
100
95
|
adjustLabelWidth(): void;
|
|
101
|
-
},
|
|
96
|
+
}, {
|
|
97
|
+
data(): {
|
|
98
|
+
i18n: import('../../..').DialtoneLocalization;
|
|
99
|
+
};
|
|
100
|
+
}, import('vue').ComponentOptionsMixin, ("call" | "click")[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
102
101
|
type: {
|
|
103
102
|
type: StringConstructor;
|
|
104
103
|
default: string;
|
|
@@ -133,10 +132,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
133
132
|
type: StringConstructor;
|
|
134
133
|
default: null;
|
|
135
134
|
};
|
|
136
|
-
unreadCountTooltip: {
|
|
137
|
-
type: StringConstructor;
|
|
138
|
-
default: string;
|
|
139
|
-
};
|
|
140
135
|
selected: {
|
|
141
136
|
type: BooleanConstructor;
|
|
142
137
|
default: boolean;
|
|
@@ -153,18 +148,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
153
148
|
type: StringConstructor;
|
|
154
149
|
default: string;
|
|
155
150
|
};
|
|
156
|
-
dndTextTooltip: {
|
|
157
|
-
type: StringConstructor;
|
|
158
|
-
default: string;
|
|
159
|
-
};
|
|
160
151
|
hasCallButton: {
|
|
161
152
|
type: BooleanConstructor;
|
|
162
153
|
default: boolean;
|
|
163
154
|
};
|
|
164
|
-
callButtonTooltip: {
|
|
165
|
-
type: StringConstructor;
|
|
166
|
-
default: string;
|
|
167
|
-
};
|
|
168
155
|
isTyping: {
|
|
169
156
|
type: BooleanConstructor;
|
|
170
157
|
default: boolean;
|
|
@@ -182,15 +169,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
182
169
|
muted: boolean;
|
|
183
170
|
selected: boolean;
|
|
184
171
|
unreadCount: string;
|
|
185
|
-
unreadCountTooltip: string;
|
|
186
172
|
channelSetting: string;
|
|
187
173
|
hasUnreads: boolean;
|
|
188
174
|
unreadMentionCount: string;
|
|
189
175
|
activeVoiceChat: boolean;
|
|
190
176
|
dndText: string;
|
|
191
|
-
dndTextTooltip: string;
|
|
192
177
|
hasCallButton: boolean;
|
|
193
|
-
callButtonTooltip: string;
|
|
194
178
|
isTyping: boolean;
|
|
195
179
|
}>;
|
|
196
180
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue"],"names":[],"mappings":"AAgJA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAgvBiB,OAAO"}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{
|
|
2
|
-
groupCountText: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
default: string;
|
|
5
|
-
};
|
|
6
2
|
names: {
|
|
7
3
|
type: StringConstructor;
|
|
8
4
|
required: true;
|
|
@@ -15,10 +11,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
15
11
|
type: StringConstructor;
|
|
16
12
|
default: null;
|
|
17
13
|
};
|
|
18
|
-
unreadCountTooltip: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: null;
|
|
21
|
-
};
|
|
22
14
|
hasUnreads: {
|
|
23
15
|
type: BooleanConstructor;
|
|
24
16
|
default: boolean;
|
|
@@ -32,12 +24,17 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
32
24
|
default: boolean;
|
|
33
25
|
};
|
|
34
26
|
}, {}, {}, {
|
|
27
|
+
groupCount(): any;
|
|
28
|
+
messageCount(): number;
|
|
29
|
+
mentionCount(): number;
|
|
30
|
+
unreadCountTooltip(): string;
|
|
31
|
+
typingTooltip(): never;
|
|
35
32
|
ariaLabel(): string;
|
|
36
|
-
}, {},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
default: string;
|
|
33
|
+
}, {}, {
|
|
34
|
+
data(): {
|
|
35
|
+
i18n: import('../../..').DialtoneLocalization;
|
|
40
36
|
};
|
|
37
|
+
}, import('vue').ComponentOptionsMixin, "click"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
41
38
|
names: {
|
|
42
39
|
type: StringConstructor;
|
|
43
40
|
required: true;
|
|
@@ -50,10 +47,6 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
50
47
|
type: StringConstructor;
|
|
51
48
|
default: null;
|
|
52
49
|
};
|
|
53
|
-
unreadCountTooltip: {
|
|
54
|
-
type: StringConstructor;
|
|
55
|
-
default: null;
|
|
56
|
-
};
|
|
57
50
|
hasUnreads: {
|
|
58
51
|
type: BooleanConstructor;
|
|
59
52
|
default: boolean;
|
|
@@ -69,11 +62,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
69
62
|
}>>, {
|
|
70
63
|
selected: boolean;
|
|
71
64
|
unreadCount: string;
|
|
72
|
-
unreadCountTooltip: string;
|
|
73
65
|
hasUnreads: boolean;
|
|
74
66
|
unreadMentionCount: string;
|
|
75
67
|
isTyping: boolean;
|
|
76
|
-
groupCountText: string;
|
|
77
68
|
}>;
|
|
78
69
|
export default _default;
|
|
79
70
|
//# sourceMappingURL=group_row.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"group_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/group_row.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"group_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/group_row.vue"],"names":[],"mappings":"AAmBA;"}
|
|
@@ -9,7 +9,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
9
|
required: true;
|
|
10
10
|
validator: (dir: unknown) => boolean;
|
|
11
11
|
};
|
|
12
|
-
}, {}, {}, {
|
|
12
|
+
}, {}, {}, {
|
|
13
|
+
text(): string;
|
|
14
|
+
}, {}, {
|
|
15
|
+
data(): {
|
|
16
|
+
i18n: import('../../..').DialtoneLocalization;
|
|
17
|
+
};
|
|
18
|
+
}, import('vue').ComponentOptionsMixin, "click"[], string, Readonly<import('vue').ExtractPropTypes<{
|
|
13
19
|
kind: {
|
|
14
20
|
type: StringConstructor;
|
|
15
21
|
required: true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unread_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/unread_pill/unread_pill.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"unread_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/unread_pill/unread_pill.vue"],"names":[],"mappings":"AAsBA;"}
|