@dialpad/dialtone-vue 3.220.0-next.7 → 3.221.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/dist/attachment_carousel-BHxR7A76.cjs +2 -0
- package/dist/attachment_carousel-BHxR7A76.cjs.map +1 -0
- package/dist/attachment_carousel-CouFqFMw.js +191 -0
- package/dist/attachment_carousel-CouFqFMw.js.map +1 -0
- package/dist/combobox-DgClbLOg.js +229 -0
- package/dist/combobox-DgClbLOg.js.map +1 -0
- package/dist/combobox-DhjZxfUw.cjs +3 -0
- package/dist/combobox-DhjZxfUw.cjs.map +1 -0
- package/dist/common/constants/index.cjs +1 -1
- package/dist/common/constants/index.cjs.map +1 -1
- package/dist/common/constants/index.d.ts +21 -27
- package/dist/common/constants/index.d.ts.map +1 -1
- package/dist/common/constants/index.js +14 -25
- package/dist/common/constants/index.js.map +1 -1
- package/dist/common/mixins/index.cjs +1 -1
- package/dist/common/mixins/index.d.ts +0 -1
- package/dist/common/mixins/index.js +1 -2
- package/dist/common/mixins/input-group.cjs +1 -1
- package/dist/common/mixins/input-group.cjs.map +1 -1
- package/dist/common/mixins/input-group.js +2 -2
- package/dist/common/mixins/input-group.js.map +1 -1
- package/dist/common/mixins/input.cjs +1 -1
- package/dist/common/mixins/input.cjs.map +1 -1
- package/dist/common/mixins/input.d.ts +33 -27
- package/dist/common/mixins/input.d.ts.map +1 -1
- package/dist/common/mixins/input.js +8 -0
- package/dist/common/mixins/input.js.map +1 -1
- package/dist/common/mixins/input_group.d.ts +1 -1
- package/dist/common/mixins/input_group.d.ts.map +1 -1
- package/dist/common/mixins/skeleton.cjs.map +1 -1
- package/dist/common/mixins/skeleton.js.map +1 -1
- package/dist/common/sr_only_close_button.vue.d.ts +7 -98
- package/dist/common/sr_only_close_button.vue.d.ts.map +1 -1
- package/dist/common/utils/index.cjs +1 -1
- package/dist/common/utils/index.cjs.map +1 -1
- package/dist/common/utils/index.d.ts +8 -2
- package/dist/common/utils/index.d.ts.map +1 -1
- package/dist/common/utils/index.js +88 -79
- package/dist/common/utils/index.js.map +1 -1
- package/dist/component-documentation.json +1 -1
- package/dist/components/avatar/avatar.vue.d.ts +250 -0
- package/dist/components/avatar/avatar.vue.d.ts.map +1 -0
- package/dist/components/avatar/avatar_constants.d.ts +53 -0
- package/dist/components/avatar/avatar_constants.d.ts.map +1 -0
- package/dist/components/avatar/index.d.ts +3 -0
- package/dist/components/avatar/index.d.ts.map +1 -0
- package/dist/components/avatar/utils.d.ts +2 -0
- package/dist/components/avatar/utils.d.ts.map +1 -0
- package/dist/components/badge/badge.vue.d.ts +132 -0
- package/dist/components/badge/badge.vue.d.ts.map +1 -0
- package/dist/components/badge/badge_constants.d.ts +39 -0
- package/dist/components/badge/badge_constants.d.ts.map +1 -0
- package/dist/components/badge/index.d.ts +3 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/banner/banner.vue.d.ts +1007 -0
- package/dist/components/banner/banner.vue.d.ts.map +1 -0
- package/dist/components/banner/index.d.ts +2 -0
- package/dist/components/banner/index.d.ts.map +1 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.d.ts +126 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.d.ts +164 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.d.ts +3 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.d.ts.map +1 -0
- package/dist/components/breadcrumbs/index.d.ts +4 -0
- package/dist/components/breadcrumbs/index.d.ts.map +1 -0
- package/dist/components/button/button.vue.d.ts +273 -0
- package/dist/components/button/button.vue.d.ts.map +1 -0
- package/dist/components/button/button_constants.d.ts +59 -0
- package/dist/components/button/button_constants.d.ts.map +1 -0
- package/dist/components/button/index.d.ts +3 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/button_group/button_group.vue.d.ts +23 -0
- package/dist/components/button_group/button_group.vue.d.ts.map +1 -0
- package/dist/components/button_group/button_group_constants.d.ts +6 -0
- package/dist/components/button_group/button_group_constants.d.ts.map +1 -0
- package/dist/components/button_group/index.d.ts +3 -0
- package/dist/components/button_group/index.d.ts.map +1 -0
- package/dist/components/card/card.vue.d.ts +54 -0
- package/dist/components/card/card.vue.d.ts.map +1 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox.vue.d.ts +204 -0
- package/dist/components/checkbox/checkbox.vue.d.ts.map +1 -0
- package/dist/components/checkbox/checkbox_constants.d.ts +10 -0
- package/dist/components/checkbox/checkbox_constants.d.ts.map +1 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/checkbox_group/checkbox_group.vue.d.ts +251 -0
- package/dist/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -0
- package/dist/components/checkbox_group/index.d.ts +2 -0
- package/dist/components/checkbox_group/index.d.ts.map +1 -0
- package/dist/components/chip/chip.vue.d.ts +403 -0
- package/dist/components/chip/chip.vue.d.ts.map +1 -0
- package/dist/components/chip/chip_constants.d.ts +28 -0
- package/dist/components/chip/chip_constants.d.ts.map +1 -0
- package/dist/components/chip/index.d.ts +3 -0
- package/dist/components/chip/index.d.ts.map +1 -0
- package/dist/components/codeblock/codeblock.vue.d.ts +13 -0
- package/dist/components/codeblock/codeblock.vue.d.ts.map +1 -0
- package/dist/components/codeblock/index.d.ts +2 -0
- package/dist/components/codeblock/index.d.ts.map +1 -0
- package/dist/components/collapsible/collapsible.vue.d.ts +528 -0
- package/dist/components/collapsible/collapsible.vue.d.ts.map +1 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.d.ts +44 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -0
- package/dist/components/collapsible/index.d.ts +2 -0
- package/dist/components/collapsible/index.d.ts.map +1 -0
- package/dist/components/combobox/combobox.vue.d.ts +1473 -0
- package/dist/components/combobox/combobox.vue.d.ts.map +1 -0
- package/dist/components/combobox/combobox_constants.d.ts +12 -0
- package/dist/components/combobox/combobox_constants.d.ts.map +1 -0
- package/dist/components/combobox/combobox_empty-list.vue.d.ts +237 -0
- package/dist/components/combobox/combobox_empty-list.vue.d.ts.map +1 -0
- package/dist/components/combobox/combobox_loading-list.vue.d.ts +1019 -0
- package/dist/components/combobox/combobox_loading-list.vue.d.ts.map +1 -0
- package/dist/components/combobox/index.d.ts +3 -0
- package/dist/components/combobox/index.d.ts.map +1 -0
- package/dist/components/combobox_multi_select/combobox_multi_select.vue.d.ts +3 -0
- package/dist/components/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -0
- package/dist/components/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
- package/dist/components/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
- package/dist/components/combobox_multi_select/combobox_multi_select_story_constants.d.ts +6 -0
- package/dist/components/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +1 -0
- package/dist/components/combobox_multi_select/index.d.ts +3 -0
- package/dist/components/combobox_multi_select/index.d.ts.map +1 -0
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts +4086 -0
- package/dist/components/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -0
- package/dist/components/combobox_with_popover/index.d.ts +2 -0
- package/dist/components/combobox_with_popover/index.d.ts.map +1 -0
- package/dist/components/datepicker/composables/useCalendar.d.ts +10 -0
- package/dist/components/datepicker/composables/useCalendar.d.ts.map +1 -0
- package/dist/components/datepicker/composables/useMonthYearPicker.d.ts +21 -0
- package/dist/components/datepicker/composables/useMonthYearPicker.d.ts.map +1 -0
- package/dist/components/datepicker/datepicker.vue.d.ts +73 -0
- package/dist/components/datepicker/datepicker.vue.d.ts.map +1 -0
- package/dist/components/datepicker/datepicker_constants.d.ts +3 -0
- package/dist/components/datepicker/datepicker_constants.d.ts.map +1 -0
- package/dist/components/datepicker/formatUtils.d.ts +14 -0
- package/dist/components/datepicker/formatUtils.d.ts.map +1 -0
- package/dist/components/datepicker/index.d.ts +3 -0
- package/dist/components/datepicker/index.d.ts.map +1 -0
- package/dist/components/datepicker/modules/calendar.vue.d.ts +12 -0
- package/dist/components/datepicker/modules/calendar.vue.d.ts.map +1 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.d.ts +18 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -0
- package/dist/components/datepicker/utils.d.ts +7 -0
- package/dist/components/datepicker/utils.d.ts.map +1 -0
- package/dist/components/description_list/description_list.vue.d.ts +64 -0
- package/dist/components/description_list/description_list.vue.d.ts.map +1 -0
- package/dist/components/description_list/description_list_constants.d.ts +2 -0
- package/dist/components/description_list/description_list_constants.d.ts.map +1 -0
- package/dist/components/description_list/description_list_validators.d.ts +2 -0
- package/dist/components/description_list/description_list_validators.d.ts.map +1 -0
- package/dist/components/description_list/index.d.ts +3 -0
- package/dist/components/description_list/index.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown.vue.d.ts +1377 -0
- package/dist/components/dropdown/dropdown.vue.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown_constants.d.ts +10 -0
- package/dist/components/dropdown/dropdown_constants.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown_separator.vue.d.ts +3 -0
- package/dist/components/dropdown/dropdown_separator.vue.d.ts.map +1 -0
- package/dist/components/dropdown/dropdown_story_constants.d.ts +5 -0
- package/dist/components/dropdown/dropdown_story_constants.d.ts.map +1 -0
- package/dist/components/dropdown/index.d.ts +4 -0
- package/dist/components/dropdown/index.d.ts.map +1 -0
- package/dist/components/emoji/emoji.vue.d.ts +868 -0
- package/dist/components/emoji/emoji.vue.d.ts.map +1 -0
- package/dist/components/emoji/index.d.ts +2 -0
- package/dist/components/emoji/index.d.ts.map +1 -0
- package/dist/components/emoji_picker/composables/useKeyboardNavigation.d.ts +11 -0
- package/dist/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -0
- package/dist/components/emoji_picker/emoji_picker.vue.d.ts +488 -0
- package/dist/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
- package/dist/components/emoji_picker/emoji_picker_constants.d.ts +21 -0
- package/dist/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
- package/dist/components/emoji_picker/index.d.ts +3 -0
- package/dist/components/emoji_picker/index.d.ts.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.d.ts +8 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts +399 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.d.ts +15 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +12 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.d.ts +10 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +900 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -0
- package/dist/components/emoji_text_wrapper/index.d.ts +2 -0
- package/dist/components/emoji_text_wrapper/index.d.ts.map +1 -0
- package/dist/components/empty_state/empty_state.vue.d.ts +12 -0
- package/dist/components/empty_state/empty_state.vue.d.ts.map +1 -0
- package/dist/components/empty_state/empty_state_constants.d.ts +37 -0
- package/dist/components/empty_state/empty_state_constants.d.ts.map +1 -0
- package/dist/components/empty_state/index.d.ts +3 -0
- package/dist/components/empty_state/index.d.ts.map +1 -0
- package/dist/components/hovercard/hovercard.vue.d.ts +2505 -0
- package/dist/components/hovercard/hovercard.vue.d.ts.map +1 -0
- package/dist/components/hovercard/index.d.ts +2 -0
- package/dist/components/hovercard/index.d.ts.map +1 -0
- package/dist/components/icon/icon.vue.d.ts +39 -0
- package/dist/components/icon/icon.vue.d.ts.map +1 -0
- package/dist/components/icon/icon_constants.d.ts +17 -0
- package/dist/components/icon/icon_constants.d.ts.map +1 -0
- package/dist/components/icon/index.d.ts +3 -0
- package/dist/components/icon/index.d.ts.map +1 -0
- package/dist/components/illustration/illustration.vue.d.ts +8 -0
- package/dist/components/illustration/illustration.vue.d.ts.map +1 -0
- package/dist/components/illustration/illustration_constants.d.ts +6 -0
- package/dist/components/illustration/illustration_constants.d.ts.map +1 -0
- package/dist/components/illustration/index.d.ts +3 -0
- package/dist/components/illustration/index.d.ts.map +1 -0
- package/dist/components/image_viewer/image_viewer.vue.d.ts +697 -0
- package/dist/components/image_viewer/image_viewer.vue.d.ts.map +1 -0
- package/dist/components/image_viewer/index.d.ts +2 -0
- package/dist/components/image_viewer/index.d.ts.map +1 -0
- package/dist/components/input/index.d.ts +3 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/input/input.vue.d.ts +282 -0
- package/dist/components/input/input.vue.d.ts.map +1 -0
- package/dist/components/input/input_constants.d.ts +83 -0
- package/dist/components/input/input_constants.d.ts.map +1 -0
- package/dist/components/input_group/index.d.ts +2 -0
- package/dist/components/input_group/index.d.ts.map +1 -0
- package/dist/components/input_group/input_group.vue.d.ts +194 -0
- package/dist/components/input_group/input_group.vue.d.ts.map +1 -0
- package/dist/components/item_layout/index.d.ts +2 -0
- package/dist/components/item_layout/index.d.ts.map +1 -0
- package/dist/components/item_layout/item_layout.vue.d.ts +91 -0
- package/dist/components/item_layout/item_layout.vue.d.ts.map +1 -0
- package/dist/components/keyboard_shortcut/index.d.ts +3 -0
- package/dist/components/keyboard_shortcut/index.d.ts.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +522 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +2 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -0
- package/dist/components/lazy_show/index.d.ts +2 -0
- package/dist/components/lazy_show/index.d.ts.map +1 -0
- package/dist/components/lazy_show/lazy_show.vue.d.ts +37 -0
- package/dist/components/lazy_show/lazy_show.vue.d.ts.map +1 -0
- package/dist/components/link/index.d.ts +3 -0
- package/dist/components/link/index.d.ts.map +1 -0
- package/dist/components/link/link.vue.d.ts +75 -0
- package/dist/components/link/link.vue.d.ts.map +1 -0
- package/dist/components/link/link_constants.d.ts +23 -0
- package/dist/components/link/link_constants.d.ts.map +1 -0
- package/dist/components/list_item/index.d.ts +3 -0
- package/dist/components/list_item/index.d.ts.map +1 -0
- package/dist/components/list_item/list_item.vue.d.ts +215 -0
- package/dist/components/list_item/list_item.vue.d.ts.map +1 -0
- package/dist/components/list_item/list_item_constants.d.ts +15 -0
- package/dist/components/list_item/list_item_constants.d.ts.map +1 -0
- package/dist/components/list_item_group/index.d.ts +2 -0
- package/dist/components/list_item_group/index.d.ts.map +1 -0
- package/dist/components/list_item_group/list_item_group.vue.d.ts +42 -0
- package/dist/components/list_item_group/list_item_group.vue.d.ts.map +1 -0
- package/dist/components/list_item_group/list_item_group_constants.d.ts +6 -0
- package/dist/components/list_item_group/list_item_group_constants.d.ts.map +1 -0
- package/dist/components/loader/index.d.ts +2 -0
- package/dist/components/loader/index.d.ts.map +1 -0
- package/dist/components/loader/loader.vue.d.ts +26 -0
- package/dist/components/loader/loader.vue.d.ts.map +1 -0
- package/dist/components/modal/index.d.ts +3 -0
- package/dist/components/modal/index.d.ts.map +1 -0
- package/dist/components/modal/modal.vue.d.ts +894 -0
- package/dist/components/modal/modal.vue.d.ts.map +1 -0
- package/dist/components/modal/modal_constants.d.ts +18 -0
- package/dist/components/modal/modal_constants.d.ts.map +1 -0
- package/dist/components/motion_text/index.d.ts +3 -0
- package/dist/components/motion_text/index.d.ts.map +1 -0
- package/dist/components/motion_text/motion_text.vue.d.ts +3 -0
- package/dist/components/motion_text/motion_text.vue.d.ts.map +1 -0
- package/dist/components/motion_text/motion_text_constants.d.ts +32 -0
- package/dist/components/motion_text/motion_text_constants.d.ts.map +1 -0
- package/dist/components/notice/index.d.ts +6 -0
- package/dist/components/notice/index.d.ts.map +1 -0
- package/dist/components/notice/notice.vue.d.ts +979 -0
- package/dist/components/notice/notice.vue.d.ts.map +1 -0
- package/dist/components/notice/notice_action.vue.d.ts +643 -0
- package/dist/components/notice/notice_action.vue.d.ts.map +1 -0
- package/dist/components/notice/notice_constants.d.ts +8 -0
- package/dist/components/notice/notice_constants.d.ts.map +1 -0
- package/dist/components/notice/notice_content.vue.d.ts +36 -0
- package/dist/components/notice/notice_content.vue.d.ts.map +1 -0
- package/dist/components/notice/notice_icon.vue.d.ts +202 -0
- package/dist/components/notice/notice_icon.vue.d.ts.map +1 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/index.d.ts.map +1 -0
- package/dist/components/pagination/pagination.vue.d.ts +425 -0
- package/dist/components/pagination/pagination.vue.d.ts.map +1 -0
- package/dist/components/popover/index.d.ts +3 -0
- package/dist/components/popover/index.d.ts.map +1 -0
- package/dist/components/popover/popover.vue.d.ts +1104 -0
- package/dist/components/popover/popover.vue.d.ts.map +1 -0
- package/dist/components/popover/popover_constants.d.ts +34 -0
- package/dist/components/popover/popover_constants.d.ts.map +1 -0
- package/dist/components/popover/popover_header_footer.vue.d.ts +343 -0
- package/dist/components/popover/popover_header_footer.vue.d.ts.map +1 -0
- package/dist/components/popover/tippy_utils.d.ts +39 -0
- package/dist/components/popover/tippy_utils.d.ts.map +1 -0
- package/dist/components/presence/index.d.ts +3 -0
- package/dist/components/presence/index.d.ts.map +1 -0
- package/dist/components/presence/presence.vue.d.ts +26 -0
- package/dist/components/presence/presence.vue.d.ts.map +1 -0
- package/dist/components/presence/presence_constants.d.ts +8 -0
- package/dist/components/presence/presence_constants.d.ts.map +1 -0
- package/dist/components/progress_circle/index.d.ts +3 -0
- package/dist/components/progress_circle/index.d.ts.map +1 -0
- package/dist/components/progress_circle/progress_circle.vue.d.ts +70 -0
- package/dist/components/progress_circle/progress_circle.vue.d.ts.map +1 -0
- package/dist/components/progress_circle/progress_circle_constants.d.ts +23 -0
- package/dist/components/progress_circle/progress_circle_constants.d.ts.map +1 -0
- package/dist/components/radio/index.d.ts +3 -0
- package/dist/components/radio/index.d.ts.map +1 -0
- package/dist/components/radio/radio.vue.d.ts +217 -0
- package/dist/components/radio/radio.vue.d.ts.map +1 -0
- package/dist/components/radio/radio_constants.d.ts +10 -0
- package/dist/components/radio/radio_constants.d.ts.map +1 -0
- package/dist/components/radio_group/index.d.ts +2 -0
- package/dist/components/radio_group/index.d.ts.map +1 -0
- package/dist/components/radio_group/radio_group.vue.d.ts +240 -0
- package/dist/components/radio_group/radio_group.vue.d.ts.map +1 -0
- package/dist/components/resizable/composables/computeLayout.d.ts +35 -0
- package/dist/components/resizable/composables/computeLayout.d.ts.map +1 -0
- package/dist/components/resizable/composables/constraintResolver.d.ts +22 -0
- package/dist/components/resizable/composables/constraintResolver.d.ts.map +1 -0
- package/dist/components/resizable/composables/index.d.ts +16 -0
- package/dist/components/resizable/composables/index.d.ts.map +1 -0
- package/dist/components/resizable/composables/useResizableAnnouncements.d.ts +6 -0
- package/dist/components/resizable/composables/useResizableAnnouncements.d.ts.map +1 -0
- package/dist/components/resizable/composables/useResizableCalculations.d.ts +14 -0
- package/dist/components/resizable/composables/useResizableCalculations.d.ts.map +1 -0
- package/dist/components/resizable/composables/useResizableDrag.d.ts +42 -0
- package/dist/components/resizable/composables/useResizableDrag.d.ts.map +1 -0
- package/dist/components/resizable/composables/useResizableGroup.d.ts +25 -0
- package/dist/components/resizable/composables/useResizableGroup.d.ts.map +1 -0
- package/dist/components/resizable/composables/useResizableKeyboard.d.ts +41 -0
- package/dist/components/resizable/composables/useResizableKeyboard.d.ts.map +1 -0
- package/dist/components/resizable/composables/useResizableOffset.d.ts +15 -0
- package/dist/components/resizable/composables/useResizableOffset.d.ts.map +1 -0
- package/dist/components/resizable/composables/useResizablePanelControls.d.ts +46 -0
- package/dist/components/resizable/composables/useResizablePanelControls.d.ts.map +1 -0
- package/dist/components/resizable/composables/useResizablePanelState.d.ts +9 -0
- package/dist/components/resizable/composables/useResizablePanelState.d.ts.map +1 -0
- package/dist/components/resizable/composables/useResizableStorage.d.ts +12 -0
- package/dist/components/resizable/composables/useResizableStorage.d.ts.map +1 -0
- package/dist/components/resizable/index.d.ts +6 -0
- package/dist/components/resizable/index.d.ts.map +1 -0
- package/dist/components/resizable/resizable.vue.d.ts +69 -0
- package/dist/components/resizable/resizable.vue.d.ts.map +1 -0
- package/dist/components/resizable/resizable_constants.d.ts +103 -0
- package/dist/components/resizable/resizable_constants.d.ts.map +1 -0
- package/dist/components/resizable/resizable_handle.vue.d.ts +22 -0
- package/dist/components/resizable/resizable_handle.vue.d.ts.map +1 -0
- package/dist/components/resizable/resizable_panel.vue.d.ts +44 -0
- package/dist/components/resizable/resizable_panel.vue.d.ts.map +1 -0
- package/dist/components/resizable/resizable_utils.d.ts +15 -0
- package/dist/components/resizable/resizable_utils.d.ts.map +1 -0
- package/dist/components/rich_text_editor/channel_suggestion.d.ts +17 -0
- package/dist/components/rich_text_editor/channel_suggestion.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +282 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.d.ts +2 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.d.ts +6 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.d.ts +3 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.d.ts +3 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.d.ts +3 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.d.ts +16 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/div/div.d.ts +2 -0
- package/dist/components/rich_text_editor/extensions/div/div.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/div/index.d.ts +3 -0
- package/dist/components/rich_text_editor/extensions/div/index.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +973 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +948 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.d.ts +3 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.d.ts +4 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.d.ts +15 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/image/image.d.ts +2 -0
- package/dist/components/rich_text_editor/extensions/image/image.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/image/index.d.ts +3 -0
- package/dist/components/rich_text_editor/extensions/image/index.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +192 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +337 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.d.ts +6 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts +17 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.d.ts +2 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.d.ts +7 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +262 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/table/table.d.ts +5 -0
- package/dist/components/rich_text_editor/extensions/table/table.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/text_style/text_style.d.ts +2 -0
- package/dist/components/rich_text_editor/extensions/text_style/text_style.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/utils/suggestion_utils.d.ts +29 -0
- package/dist/components/rich_text_editor/extensions/utils/suggestion_utils.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +1902 -0
- package/dist/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/variable/index.d.ts +3 -0
- package/dist/components/rich_text_editor/extensions/variable/index.d.ts.map +1 -0
- package/dist/components/rich_text_editor/extensions/variable/variable.d.ts +3 -0
- package/dist/components/rich_text_editor/extensions/variable/variable.d.ts.map +1 -0
- package/dist/components/rich_text_editor/index.d.ts +3 -0
- package/dist/components/rich_text_editor/index.d.ts.map +1 -0
- package/dist/components/rich_text_editor/markdownRenderer.d.ts +2 -0
- package/dist/components/rich_text_editor/markdownRenderer.d.ts.map +1 -0
- package/dist/components/rich_text_editor/mention_suggestion.d.ts +34 -0
- package/dist/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.d.ts +874 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.d.ts +10 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -0
- package/dist/components/rich_text_editor/slash_command_suggestion.d.ts +15 -0
- package/dist/components/rich_text_editor/slash_command_suggestion.d.ts.map +1 -0
- package/dist/components/root_layout/index.d.ts +3 -0
- package/dist/components/root_layout/index.d.ts.map +1 -0
- package/dist/components/root_layout/root_layout.vue.d.ts +121 -0
- package/dist/components/root_layout/root_layout.vue.d.ts.map +1 -0
- package/dist/components/root_layout/root_layout_constants.d.ts +11 -0
- package/dist/components/root_layout/root_layout_constants.d.ts.map +1 -0
- package/dist/components/scroller/index.d.ts +2 -0
- package/dist/components/scroller/index.d.ts.map +1 -0
- package/dist/components/scroller/modules/core_scroller.vue.d.ts +57 -0
- package/dist/components/scroller/modules/core_scroller.vue.d.ts.map +1 -0
- package/dist/components/scroller/modules/dynamic_scroller.vue.d.ts +582 -0
- package/dist/components/scroller/modules/dynamic_scroller.vue.d.ts.map +1 -0
- package/dist/components/scroller/modules/scroller_item.vue.d.ts +73 -0
- package/dist/components/scroller/modules/scroller_item.vue.d.ts.map +1 -0
- package/dist/components/scroller/scroller.vue.d.ts +786 -0
- package/dist/components/scroller/scroller.vue.d.ts.map +1 -0
- package/dist/components/select_menu/index.d.ts +3 -0
- package/dist/components/select_menu/index.d.ts.map +1 -0
- package/dist/components/select_menu/select_menu.vue.d.ts +248 -0
- package/dist/components/select_menu/select_menu.vue.d.ts.map +1 -0
- package/dist/components/select_menu/select_menu_constants.d.ts +18 -0
- package/dist/components/select_menu/select_menu_constants.d.ts.map +1 -0
- package/dist/components/select_menu/select_menu_validators.d.ts +2 -0
- package/dist/components/select_menu/select_menu_validators.d.ts.map +1 -0
- package/dist/components/skeleton/index.d.ts +7 -0
- package/dist/components/skeleton/index.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton-list-item.vue.d.ts +360 -0
- package/dist/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.d.ts +193 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton-shape.vue.d.ts +84 -0
- package/dist/components/skeleton/skeleton-shape.vue.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton-text.vue.d.ts +87 -0
- package/dist/components/skeleton/skeleton-text.vue.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton.vue.d.ts +804 -0
- package/dist/components/skeleton/skeleton.vue.d.ts.map +1 -0
- package/dist/components/skeleton/skeleton_constants.d.ts +27 -0
- package/dist/components/skeleton/skeleton_constants.d.ts.map +1 -0
- package/dist/components/split_button/index.d.ts +3 -0
- package/dist/components/split_button/index.d.ts.map +1 -0
- package/dist/components/split_button/split_button-alpha.vue.d.ts +389 -0
- package/dist/components/split_button/split_button-alpha.vue.d.ts.map +1 -0
- package/dist/components/split_button/split_button-omega.vue.d.ts +387 -0
- package/dist/components/split_button/split_button-omega.vue.d.ts.map +1 -0
- package/dist/components/split_button/split_button.vue.d.ts +2380 -0
- package/dist/components/split_button/split_button.vue.d.ts.map +1 -0
- package/dist/components/split_button/split_button_constants.d.ts +12 -0
- package/dist/components/split_button/split_button_constants.d.ts.map +1 -0
- package/dist/components/stack/index.d.ts +3 -0
- package/dist/components/stack/index.d.ts.map +1 -0
- package/dist/components/stack/stack.vue.d.ts +70 -0
- package/dist/components/stack/stack.vue.d.ts.map +1 -0
- package/dist/components/stack/stack_constants.d.ts +16 -0
- package/dist/components/stack/stack_constants.d.ts.map +1 -0
- package/dist/components/stack/utils.d.ts +6 -0
- package/dist/components/stack/utils.d.ts.map +1 -0
- package/dist/components/stack/validators.d.ts +5 -0
- package/dist/components/stack/validators.d.ts.map +1 -0
- package/dist/components/tab/index.d.ts +5 -0
- package/dist/components/tab/index.d.ts.map +1 -0
- package/dist/components/tab/tab.vue.d.ts +342 -0
- package/dist/components/tab/tab.vue.d.ts.map +1 -0
- package/dist/components/tab/tab_group.vue.d.ts +124 -0
- package/dist/components/tab/tab_group.vue.d.ts.map +1 -0
- package/dist/components/tab/tab_panel.vue.d.ts +55 -0
- package/dist/components/tab/tab_panel.vue.d.ts.map +1 -0
- package/dist/components/tab/tabs_constants.d.ts +14 -0
- package/dist/components/tab/tabs_constants.d.ts.map +1 -0
- package/dist/components/toast/index.d.ts +3 -0
- package/dist/components/toast/index.d.ts.map +1 -0
- package/dist/components/toast/layouts/toast_layout_alternate.vue.d.ts +947 -0
- package/dist/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -0
- package/dist/components/toast/layouts/toast_layout_alternate_icon.vue.d.ts +180 -0
- package/dist/components/toast/layouts/toast_layout_alternate_icon.vue.d.ts.map +1 -0
- package/dist/components/toast/layouts/toast_layout_default.vue.d.ts +988 -0
- package/dist/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -0
- package/dist/components/toast/toast.vue.d.ts +4000 -0
- package/dist/components/toast/toast.vue.d.ts.map +1 -0
- package/dist/components/toast/toast_constants.d.ts +12 -0
- package/dist/components/toast/toast_constants.d.ts.map +1 -0
- package/dist/components/toggle/index.d.ts +3 -0
- package/dist/components/toggle/index.d.ts.map +1 -0
- package/dist/components/toggle/toggle.vue.d.ts +109 -0
- package/dist/components/toggle/toggle.vue.d.ts.map +1 -0
- package/dist/components/toggle/toggle_constants.d.ts +11 -0
- package/dist/components/toggle/toggle_constants.d.ts.map +1 -0
- package/dist/components/tooltip/index.d.ts +3 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/components/tooltip/tooltip.vue.d.ts +273 -0
- package/dist/components/tooltip/tooltip.vue.d.ts.map +1 -0
- package/dist/components/tooltip/tooltip_constants.d.ts +19 -0
- package/dist/components/tooltip/tooltip_constants.d.ts.map +1 -0
- package/dist/components/validation_messages/index.d.ts +2 -0
- package/dist/components/validation_messages/index.d.ts.map +1 -0
- package/dist/components/validation_messages/validation_messages.vue.d.ts +42 -0
- package/dist/components/validation_messages/validation_messages.vue.d.ts.map +1 -0
- package/dist/datepicker-DprRX9AH.cjs +2 -0
- package/dist/datepicker-DprRX9AH.cjs.map +1 -0
- package/dist/datepicker-LVDRC6Lf.js +488 -0
- package/dist/datepicker-LVDRC6Lf.js.map +1 -0
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.js +151 -174
- package/dist/directives/scrollbar_directive/scrollbar.d.ts.map +1 -1
- package/dist/directives/tooltip_directive/tooltip.d.ts.map +1 -1
- package/dist/emoji_picker-Cl-T4BXK.cjs +2 -0
- package/dist/emoji_picker-Cl-T4BXK.cjs.map +1 -0
- package/dist/emoji_picker-tVHfpHDk.js +857 -0
- package/dist/emoji_picker-tVHfpHDk.js.map +1 -0
- package/dist/index.d.ts +57 -66
- package/dist/lib/attachment-carousel/attachment-carousel.cjs +1 -1
- package/dist/lib/attachment-carousel/attachment-carousel.js +1 -1
- package/dist/lib/attachment-carousel/index.cjs +1 -1
- package/dist/lib/attachment-carousel/index.js +1 -1
- package/dist/lib/avatar/avatar-constants.cjs +1 -1
- package/dist/lib/avatar/avatar-constants.cjs.map +1 -1
- package/dist/lib/avatar/avatar-constants.js +25 -112
- package/dist/lib/avatar/avatar-constants.js.map +1 -1
- package/dist/lib/avatar/avatar.cjs +1 -1
- package/dist/lib/avatar/avatar.cjs.map +1 -1
- package/dist/lib/avatar/avatar.js +86 -146
- package/dist/lib/avatar/avatar.js.map +1 -1
- package/dist/lib/avatar/index.cjs +1 -1
- package/dist/lib/avatar/index.js +3 -3
- package/dist/lib/avatar/utils.cjs.map +1 -1
- package/dist/lib/avatar/utils.js +1 -1
- package/dist/lib/avatar/utils.js.map +1 -1
- package/dist/lib/badge/badge-constants.cjs +1 -1
- package/dist/lib/badge/badge-constants.cjs.map +1 -1
- package/dist/lib/badge/badge-constants.js +2 -2
- package/dist/lib/badge/badge-constants.js.map +1 -1
- package/dist/lib/badge/badge.cjs +1 -1
- package/dist/lib/badge/badge.cjs.map +1 -1
- package/dist/lib/badge/badge.js +25 -55
- package/dist/lib/badge/badge.js.map +1 -1
- package/dist/lib/banner/banner.cjs +2 -2
- package/dist/lib/banner/banner.cjs.map +1 -1
- package/dist/lib/banner/banner.js +26 -77
- package/dist/lib/banner/banner.js.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumb-item.cjs +1 -1
- package/dist/lib/breadcrumbs/breadcrumb-item.cjs.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumb-item.js +39 -30
- package/dist/lib/breadcrumbs/breadcrumb-item.js.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs-constants.cjs.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs-constants.js +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs-constants.js.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs.cjs +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs.cjs.map +1 -1
- package/dist/lib/breadcrumbs/breadcrumbs.js +28 -31
- package/dist/lib/breadcrumbs/breadcrumbs.js.map +1 -1
- package/dist/lib/button/button-constants.cjs +1 -1
- package/dist/lib/button/button-constants.cjs.map +1 -1
- package/dist/lib/button/button-constants.js +4 -18
- package/dist/lib/button/button-constants.js.map +1 -1
- package/dist/lib/button/button.cjs +1 -1
- package/dist/lib/button/button.cjs.map +1 -1
- package/dist/lib/button/button.js +21 -163
- package/dist/lib/button/button.js.map +1 -1
- package/dist/lib/button-group/button-group-constants.cjs.map +1 -1
- package/dist/lib/button-group/button-group-constants.js +1 -1
- package/dist/lib/button-group/button-group-constants.js.map +1 -1
- package/dist/lib/button-group/button-group.cjs +1 -1
- package/dist/lib/button-group/button-group.cjs.map +1 -1
- package/dist/lib/button-group/button-group.js +2 -1
- package/dist/lib/button-group/button-group.js.map +1 -1
- package/dist/lib/button-group/buttons-decorator.cjs +1 -1
- package/dist/lib/button-group/buttons-decorator.cjs.map +1 -1
- package/dist/lib/button-group/buttons-decorator.js +2 -1
- package/dist/lib/button-group/buttons-decorator.js.map +1 -1
- package/dist/lib/callbar-button/callbar-button.cjs +1 -1
- package/dist/lib/callbar-button/callbar-button.cjs.map +1 -1
- package/dist/lib/callbar-button/callbar-button.js +27 -26
- package/dist/lib/callbar-button/callbar-button.js.map +1 -1
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs +1 -1
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.cjs.map +1 -1
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js +36 -45
- package/dist/lib/callbar-button-with-dropdown/callbar-button-with-dropdown.js.map +1 -1
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs +1 -1
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.cjs.map +1 -1
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js +38 -47
- package/dist/lib/callbar-button-with-popover/callbar-button-with-popover.js.map +1 -1
- package/dist/lib/callbox/callbox.cjs +1 -1
- package/dist/lib/callbox/callbox.cjs.map +1 -1
- package/dist/lib/callbox/callbox.js +8 -8
- package/dist/lib/callbox/callbox.js.map +1 -1
- package/dist/lib/card/card.cjs +1 -1
- package/dist/lib/card/card.cjs.map +1 -1
- package/dist/lib/card/card.js +20 -11
- package/dist/lib/card/card.js.map +1 -1
- package/dist/lib/checkbox/checkbox-constants.cjs +1 -1
- package/dist/lib/checkbox/checkbox-constants.cjs.map +1 -1
- package/dist/lib/checkbox/checkbox-constants.js +3 -3
- package/dist/lib/checkbox/checkbox-constants.js.map +1 -1
- package/dist/lib/checkbox/checkbox.cjs +1 -1
- package/dist/lib/checkbox/checkbox.cjs.map +1 -1
- package/dist/lib/checkbox/checkbox.js +32 -81
- package/dist/lib/checkbox/checkbox.js.map +1 -1
- package/dist/lib/checkbox-group/checkbox-group.cjs +1 -1
- package/dist/lib/checkbox-group/checkbox-group.cjs.map +1 -1
- package/dist/lib/checkbox-group/checkbox-group.js +14 -7
- package/dist/lib/checkbox-group/checkbox-group.js.map +1 -1
- package/dist/lib/checkbox-group/checkboxes-decorator.cjs +1 -1
- package/dist/lib/checkbox-group/checkboxes-decorator.cjs.map +1 -1
- package/dist/lib/checkbox-group/checkboxes-decorator.js +3 -1
- package/dist/lib/checkbox-group/checkboxes-decorator.js.map +1 -1
- package/dist/lib/chip/chip-constants.cjs +1 -1
- package/dist/lib/chip/chip-constants.cjs.map +1 -1
- package/dist/lib/chip/chip-constants.js +1 -10
- package/dist/lib/chip/chip-constants.js.map +1 -1
- package/dist/lib/chip/chip.cjs +1 -1
- package/dist/lib/chip/chip.cjs.map +1 -1
- package/dist/lib/chip/chip.js +29 -45
- package/dist/lib/chip/chip.js.map +1 -1
- package/dist/lib/codeblock/codeblock.cjs +2 -1
- package/dist/lib/codeblock/codeblock.cjs.map +1 -1
- package/dist/lib/codeblock/codeblock.js +16 -26
- package/dist/lib/codeblock/codeblock.js.map +1 -1
- package/dist/lib/collapsible/collapsible-lazy-show.cjs.map +1 -1
- package/dist/lib/collapsible/collapsible-lazy-show.js +1 -1
- package/dist/lib/collapsible/collapsible-lazy-show.js.map +1 -1
- package/dist/lib/collapsible/collapsible.cjs +1 -1
- package/dist/lib/collapsible/collapsible.cjs.map +1 -1
- package/dist/lib/collapsible/collapsible.js +28 -25
- package/dist/lib/collapsible/collapsible.js.map +1 -1
- package/dist/lib/combobox/combobox-constants.cjs.map +1 -1
- package/dist/lib/combobox/combobox-constants.js +1 -1
- package/dist/lib/combobox/combobox-constants.js.map +1 -1
- package/dist/lib/combobox/combobox-empty-list.cjs.map +1 -1
- package/dist/lib/combobox/combobox-empty-list.js +1 -1
- package/dist/lib/combobox/combobox-empty-list.js.map +1 -1
- package/dist/lib/combobox/combobox-loading-list.cjs.map +1 -1
- package/dist/lib/combobox/combobox-loading-list.js +1 -1
- package/dist/lib/combobox/combobox-loading-list.js.map +1 -1
- package/dist/lib/combobox/combobox.cjs +1 -1
- package/dist/lib/combobox/combobox.js +1 -1
- package/dist/lib/combobox/index.cjs +1 -1
- package/dist/lib/combobox/index.js +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-constants.cjs +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-constants.cjs.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-constants.js +1 -7
- package/dist/lib/combobox-multi-select/combobox-multi-select-constants.js.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-story-constants.cjs.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-story-constants.js +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select-story-constants.js.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.cjs +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.cjs.map +1 -1
- package/dist/lib/combobox-multi-select/combobox-multi-select.js +59 -78
- package/dist/lib/combobox-multi-select/combobox-multi-select.js.map +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.cjs +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.cjs.map +1 -1
- package/dist/lib/combobox-with-popover/combobox-with-popover.js +49 -65
- package/dist/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
- package/dist/lib/contact-centers-row/contact-centers-row.cjs +1 -1
- package/dist/lib/contact-centers-row/contact-centers-row.cjs.map +1 -1
- package/dist/lib/contact-centers-row/contact-centers-row.js +45 -51
- package/dist/lib/contact-centers-row/contact-centers-row.js.map +1 -1
- package/dist/lib/contact-info/contact-info.cjs +1 -1
- package/dist/lib/contact-info/contact-info.cjs.map +1 -1
- package/dist/lib/contact-info/contact-info.js +8 -8
- package/dist/lib/contact-info/contact-info.js.map +1 -1
- package/dist/lib/contact-row/contact-row.cjs +1 -1
- package/dist/lib/contact-row/contact-row.cjs.map +1 -1
- package/dist/lib/contact-row/contact-row.js +3 -3
- package/dist/lib/contact-row/contact-row.js.map +1 -1
- package/dist/lib/datepicker/datepicker-constants.cjs.map +1 -1
- package/dist/lib/datepicker/datepicker-constants.js +1 -1
- package/dist/lib/datepicker/datepicker-constants.js.map +1 -1
- package/dist/lib/datepicker/datepicker.cjs +1 -1
- package/dist/lib/datepicker/datepicker.js +1 -1
- package/dist/lib/datepicker/formatUtils.cjs +2 -0
- package/dist/lib/datepicker/formatUtils.cjs.map +1 -0
- package/dist/lib/datepicker/formatUtils.js +55 -0
- package/dist/lib/datepicker/formatUtils.js.map +1 -0
- package/dist/lib/datepicker/index.cjs +1 -1
- package/dist/lib/datepicker/index.js +2 -2
- package/dist/lib/datepicker/utils.cjs.map +1 -1
- package/dist/lib/datepicker/utils.js +1 -1
- package/dist/lib/datepicker/utils.js.map +1 -1
- package/dist/lib/description-list/description-list-constants.cjs.map +1 -1
- package/dist/lib/description-list/description-list-constants.js +1 -1
- package/dist/lib/description-list/description-list-constants.js.map +1 -1
- package/dist/lib/description-list/description-list-validators.cjs.map +1 -1
- package/dist/lib/description-list/description-list-validators.js +1 -1
- package/dist/lib/description-list/description-list-validators.js.map +1 -1
- package/dist/lib/description-list/description-list.cjs +1 -1
- package/dist/lib/description-list/description-list.cjs.map +1 -1
- package/dist/lib/description-list/description-list.js +4 -3
- package/dist/lib/description-list/description-list.js.map +1 -1
- package/dist/lib/dropdown/dropdown-constants.cjs +1 -1
- package/dist/lib/dropdown/dropdown-constants.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-constants.js +3 -3
- package/dist/lib/dropdown/dropdown-constants.js.map +1 -1
- package/dist/lib/dropdown/dropdown-list.cjs +1 -1
- package/dist/lib/dropdown/dropdown-list.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-list.js +18 -29
- package/dist/lib/dropdown/dropdown-list.js.map +1 -1
- package/dist/lib/dropdown/dropdown-separator.cjs +1 -1
- package/dist/lib/dropdown/dropdown-separator.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-separator.js +5 -2
- package/dist/lib/dropdown/dropdown-separator.js.map +1 -1
- package/dist/lib/dropdown/dropdown-story-constants.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-story-constants.js +1 -1
- package/dist/lib/dropdown/dropdown-story-constants.js.map +1 -1
- package/dist/lib/dropdown/dropdown.cjs +1 -1
- package/dist/lib/dropdown/dropdown.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown.js +31 -44
- package/dist/lib/dropdown/dropdown.js.map +1 -1
- package/dist/lib/editor/EditorToolbarButton.cjs +2 -0
- package/dist/lib/editor/EditorToolbarButton.cjs.map +1 -0
- package/dist/lib/editor/EditorToolbarButton.js +73 -0
- package/dist/lib/editor/EditorToolbarButton.js.map +1 -0
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs +2 -0
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -0
- package/dist/lib/editor/EditorToolbarDropdownButton.js +87 -0
- package/dist/lib/editor/EditorToolbarDropdownButton.js.map +1 -0
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs +2 -0
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -0
- package/dist/lib/editor/EditorToolbarPopoverButton.js +88 -0
- package/dist/lib/editor/EditorToolbarPopoverButton.js.map +1 -0
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.cjs.map +1 -1
- package/dist/lib/editor/editor.js +143 -142
- package/dist/lib/editor/editor.js.map +1 -1
- package/dist/lib/emoji/emoji.cjs +1 -1
- package/dist/lib/emoji/emoji.cjs.map +1 -1
- package/dist/lib/emoji/emoji.js +2 -1
- package/dist/lib/emoji/emoji.js.map +1 -1
- package/dist/lib/emoji-picker/emoji-picker-constants.cjs.map +1 -1
- package/dist/lib/emoji-picker/emoji-picker-constants.js +1 -1
- package/dist/lib/emoji-picker/emoji-picker-constants.js.map +1 -1
- package/dist/lib/emoji-picker/emoji-picker.cjs +1 -1
- package/dist/lib/emoji-picker/emoji-picker.js +1 -1
- package/dist/lib/emoji-picker/index.cjs +1 -1
- package/dist/lib/emoji-picker/index.js +1 -1
- package/dist/lib/emoji-row/emoji-row.cjs +1 -1
- package/dist/lib/emoji-row/emoji-row.cjs.map +1 -1
- package/dist/lib/emoji-row/emoji-row.js +1 -1
- package/dist/lib/emoji-row/emoji-row.js.map +1 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.cjs +1 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.cjs.map +1 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.js +2 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.js.map +1 -1
- package/dist/lib/empty-state/empty-state-constants.cjs +1 -1
- package/dist/lib/empty-state/empty-state-constants.cjs.map +1 -1
- package/dist/lib/empty-state/empty-state-constants.js +10 -38
- package/dist/lib/empty-state/empty-state-constants.js.map +1 -1
- package/dist/lib/empty-state/empty-state.cjs +1 -1
- package/dist/lib/empty-state/empty-state.cjs.map +1 -1
- package/dist/lib/empty-state/empty-state.js +32 -79
- package/dist/lib/empty-state/empty-state.js.map +1 -1
- package/dist/lib/feed-item-pill/feed-item-pill.cjs +1 -1
- package/dist/lib/feed-item-pill/feed-item-pill.cjs.map +1 -1
- package/dist/lib/feed-item-pill/feed-item-pill.js +42 -40
- package/dist/lib/feed-item-pill/feed-item-pill.js.map +1 -1
- package/dist/lib/feed-item-row/feed-item-row.cjs +1 -1
- package/dist/lib/feed-item-row/feed-item-row.cjs.map +1 -1
- package/dist/lib/feed-item-row/feed-item-row.js +7 -7
- package/dist/lib/feed-item-row/feed-item-row.js.map +1 -1
- package/dist/lib/general-row/general-row.cjs +1 -1
- package/dist/lib/general-row/general-row.cjs.map +1 -1
- package/dist/lib/general-row/general-row.js +61 -105
- package/dist/lib/general-row/general-row.js.map +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.cjs +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.cjs.map +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.js +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.js.map +1 -1
- package/dist/lib/group-row/group-row.cjs +1 -1
- package/dist/lib/group-row/group-row.cjs.map +1 -1
- package/dist/lib/group-row/group-row.js +2 -2
- package/dist/lib/group-row/group-row.js.map +1 -1
- package/dist/lib/grouped-chip/grouped-chip.cjs +1 -1
- package/dist/lib/grouped-chip/grouped-chip.cjs.map +1 -1
- package/dist/lib/grouped-chip/grouped-chip.js +9 -9
- package/dist/lib/grouped-chip/grouped-chip.js.map +1 -1
- package/dist/lib/hovercard/hovercard.cjs +1 -1
- package/dist/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/lib/hovercard/hovercard.js +26 -40
- package/dist/lib/hovercard/hovercard.js.map +1 -1
- package/dist/lib/icon/icon-constants.cjs.map +1 -1
- package/dist/lib/icon/icon-constants.js +1 -1
- package/dist/lib/icon/icon-constants.js.map +1 -1
- package/dist/lib/icon/icon.cjs +1 -1
- package/dist/lib/icon/icon.cjs.map +1 -1
- package/dist/lib/icon/icon.js +3 -2
- package/dist/lib/icon/icon.js.map +1 -1
- package/dist/lib/illustration/illustration-constants.cjs.map +1 -1
- package/dist/lib/illustration/illustration-constants.js +1 -1
- package/dist/lib/illustration/illustration-constants.js.map +1 -1
- package/dist/lib/illustration/illustration.cjs +1 -1
- package/dist/lib/illustration/illustration.cjs.map +1 -1
- package/dist/lib/illustration/illustration.js +3 -3
- package/dist/lib/illustration/illustration.js.map +1 -1
- package/dist/lib/image-viewer/image-viewer.cjs +1 -1
- package/dist/lib/image-viewer/image-viewer.cjs.map +1 -1
- package/dist/lib/image-viewer/image-viewer.js +34 -34
- package/dist/lib/image-viewer/image-viewer.js.map +1 -1
- package/dist/lib/input/input-constants.cjs +1 -1
- package/dist/lib/input/input-constants.cjs.map +1 -1
- package/dist/lib/input/input-constants.js +12 -26
- package/dist/lib/input/input-constants.js.map +1 -1
- package/dist/lib/input/input.cjs +1 -1
- package/dist/lib/input/input.cjs.map +1 -1
- package/dist/lib/input/input.js +87 -191
- package/dist/lib/input/input.js.map +1 -1
- package/dist/lib/input-group/input-group.cjs +1 -1
- package/dist/lib/input-group/input-group.cjs.map +1 -1
- package/dist/lib/input-group/input-group.js +17 -26
- package/dist/lib/input-group/input-group.js.map +1 -1
- package/dist/lib/item-layout/item-layout.cjs +3 -3
- package/dist/lib/item-layout/item-layout.cjs.map +1 -1
- package/dist/lib/item-layout/item-layout.js +21 -83
- package/dist/lib/item-layout/item-layout.js.map +1 -1
- package/dist/lib/ivr-node/ivr-node.cjs +1 -1
- package/dist/lib/ivr-node/ivr-node.cjs.map +1 -1
- package/dist/lib/ivr-node/ivr-node.js +1 -1
- package/dist/lib/ivr-node/ivr-node.js.map +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut-constants.cjs.map +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut-constants.js +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut-constants.js.map +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut.cjs +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut.cjs.map +1 -1
- package/dist/lib/keyboard-shortcut/keyboard-shortcut.js +40 -49
- package/dist/lib/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
- package/dist/lib/lazy-show/lazy-show.cjs +1 -1
- package/dist/lib/lazy-show/lazy-show.cjs.map +1 -1
- package/dist/lib/lazy-show/lazy-show.js +2 -1
- package/dist/lib/lazy-show/lazy-show.js.map +1 -1
- package/dist/lib/link/index.cjs +1 -1
- package/dist/lib/link/index.js +2 -2
- package/dist/lib/link/link-constants.cjs +1 -1
- package/dist/lib/link/link-constants.cjs.map +1 -1
- package/dist/lib/link/link-constants.js +15 -18
- package/dist/lib/link/link-constants.js.map +1 -1
- package/dist/lib/link/link.cjs +1 -1
- package/dist/lib/link/link.cjs.map +1 -1
- package/dist/lib/link/link.js +4 -18
- package/dist/lib/link/link.js.map +1 -1
- package/dist/lib/list-item/list-item-constants.cjs.map +1 -1
- package/dist/lib/list-item/list-item-constants.js +1 -1
- package/dist/lib/list-item/list-item-constants.js.map +1 -1
- package/dist/lib/list-item/list-item.cjs +1 -1
- package/dist/lib/list-item/list-item.cjs.map +1 -1
- package/dist/lib/list-item/list-item.js +7 -10
- package/dist/lib/list-item/list-item.js.map +1 -1
- package/dist/lib/list-item-group/list-item-group-constants.cjs.map +1 -1
- package/dist/lib/list-item-group/list-item-group-constants.js +1 -1
- package/dist/lib/list-item-group/list-item-group-constants.js.map +1 -1
- package/dist/lib/list-item-group/list-item-group.cjs +1 -1
- package/dist/lib/list-item-group/list-item-group.cjs.map +1 -1
- package/dist/lib/list-item-group/list-item-group.js +3 -2
- package/dist/lib/list-item-group/list-item-group.js.map +1 -1
- package/dist/lib/loader/loader.cjs.map +1 -1
- package/dist/lib/loader/loader.js +1 -1
- package/dist/lib/loader/loader.js.map +1 -1
- package/dist/lib/message-input/index.cjs +1 -1
- package/dist/lib/message-input/index.js +1 -1
- package/dist/lib/message-input/message-input-button.cjs +1 -1
- package/dist/lib/message-input/message-input-button.cjs.map +1 -1
- package/dist/lib/message-input/message-input-button.js +1 -1
- package/dist/lib/message-input/message-input-button.js.map +1 -1
- package/dist/lib/message-input/message-input-link.cjs +1 -1
- package/dist/lib/message-input/message-input-link.cjs.map +1 -1
- package/dist/lib/message-input/message-input-link.js +9 -9
- package/dist/lib/message-input/message-input-link.js.map +1 -1
- package/dist/lib/message-input/message-input-topbar.cjs +1 -1
- package/dist/lib/message-input/message-input-topbar.cjs.map +1 -1
- package/dist/lib/message-input/message-input-topbar.js +2 -2
- package/dist/lib/message-input/message-input-topbar.js.map +1 -1
- package/dist/lib/message-input/message-input.cjs +1 -1
- package/dist/lib/message-input/message-input.js +1 -1
- package/dist/lib/modal/modal-constants.cjs +1 -1
- package/dist/lib/modal/modal-constants.cjs.map +1 -1
- package/dist/lib/modal/modal-constants.js +4 -4
- package/dist/lib/modal/modal-constants.js.map +1 -1
- package/dist/lib/modal/modal.cjs +1 -1
- package/dist/lib/modal/modal.cjs.map +1 -1
- package/dist/lib/modal/modal.js +169 -195
- package/dist/lib/modal/modal.js.map +1 -1
- package/dist/lib/motion-text/motion-text-constants.cjs +1 -1
- package/dist/lib/motion-text/motion-text-constants.cjs.map +1 -1
- package/dist/lib/motion-text/motion-text-constants.js +7 -19
- package/dist/lib/motion-text/motion-text-constants.js.map +1 -1
- package/dist/lib/motion-text/motion-text.cjs +1 -1
- package/dist/lib/motion-text/motion-text.cjs.map +1 -1
- package/dist/lib/motion-text/motion-text.js +9 -6
- package/dist/lib/motion-text/motion-text.js.map +1 -1
- package/dist/lib/notice/notice-action.cjs +1 -1
- package/dist/lib/notice/notice-action.cjs.map +1 -1
- package/dist/lib/notice/notice-action.js +28 -35
- package/dist/lib/notice/notice-action.js.map +1 -1
- package/dist/lib/notice/notice-constants.cjs +1 -1
- package/dist/lib/notice/notice-constants.cjs.map +1 -1
- package/dist/lib/notice/notice-constants.js +3 -3
- package/dist/lib/notice/notice-constants.js.map +1 -1
- package/dist/lib/notice/notice-content.cjs +1 -1
- package/dist/lib/notice/notice-content.cjs.map +1 -1
- package/dist/lib/notice/notice-content.js +20 -52
- package/dist/lib/notice/notice-content.js.map +1 -1
- package/dist/lib/notice/notice-icon.cjs +1 -1
- package/dist/lib/notice/notice-icon.cjs.map +1 -1
- package/dist/lib/notice/notice-icon.js +30 -39
- package/dist/lib/notice/notice-icon.js.map +1 -1
- package/dist/lib/notice/notice.cjs +1 -1
- package/dist/lib/notice/notice.cjs.map +1 -1
- package/dist/lib/notice/notice.js +25 -71
- package/dist/lib/notice/notice.js.map +1 -1
- package/dist/lib/pagination/pagination.cjs +1 -1
- package/dist/lib/pagination/pagination.cjs.map +1 -1
- package/dist/lib/pagination/pagination.js +14 -14
- package/dist/lib/pagination/pagination.js.map +1 -1
- package/dist/lib/popover/popover-constants.cjs +1 -1
- package/dist/lib/popover/popover-constants.cjs.map +1 -1
- package/dist/lib/popover/popover-constants.js +7 -7
- package/dist/lib/popover/popover-constants.js.map +1 -1
- package/dist/lib/popover/popover-header-footer.cjs +1 -1
- package/dist/lib/popover/popover-header-footer.cjs.map +1 -1
- package/dist/lib/popover/popover-header-footer.js +5 -12
- package/dist/lib/popover/popover-header-footer.js.map +1 -1
- package/dist/lib/popover/popover.cjs +1 -1
- package/dist/lib/popover/popover.cjs.map +1 -1
- package/dist/lib/popover/popover.js +50 -78
- package/dist/lib/popover/popover.js.map +1 -1
- package/dist/lib/popover/tippy-utils.cjs.map +1 -1
- package/dist/lib/popover/tippy-utils.js +1 -1
- package/dist/lib/popover/tippy-utils.js.map +1 -1
- package/dist/lib/presence/presence-constants.cjs.map +1 -1
- package/dist/lib/presence/presence-constants.js +1 -1
- package/dist/lib/presence/presence-constants.js.map +1 -1
- package/dist/lib/presence/presence.cjs +1 -1
- package/dist/lib/presence/presence.cjs.map +1 -1
- package/dist/lib/presence/presence.js +2 -1
- package/dist/lib/presence/presence.js.map +1 -1
- package/dist/lib/progress-circle/progress-circle-constants.cjs.map +1 -1
- package/dist/lib/progress-circle/progress-circle-constants.js +1 -1
- package/dist/lib/progress-circle/progress-circle-constants.js.map +1 -1
- package/dist/lib/progress-circle/progress-circle.cjs +1 -1
- package/dist/lib/progress-circle/progress-circle.cjs.map +1 -1
- package/dist/lib/progress-circle/progress-circle.js +2 -1
- package/dist/lib/progress-circle/progress-circle.js.map +1 -1
- package/dist/lib/radio/radio-constants.cjs +1 -1
- package/dist/lib/radio/radio-constants.cjs.map +1 -1
- package/dist/lib/radio/radio-constants.js +3 -3
- package/dist/lib/radio/radio-constants.js.map +1 -1
- package/dist/lib/radio/radio.cjs +1 -1
- package/dist/lib/radio/radio.cjs.map +1 -1
- package/dist/lib/radio/radio.js +35 -96
- package/dist/lib/radio/radio.js.map +1 -1
- package/dist/lib/radio-group/radio-group.cjs +1 -1
- package/dist/lib/radio-group/radio-group.cjs.map +1 -1
- package/dist/lib/radio-group/radio-group.js +4 -3
- package/dist/lib/radio-group/radio-group.js.map +1 -1
- package/dist/lib/radio-group/radios-decorator.cjs +1 -1
- package/dist/lib/radio-group/radios-decorator.cjs.map +1 -1
- package/dist/lib/radio-group/radios-decorator.js +2 -1
- package/dist/lib/radio-group/radios-decorator.js.map +1 -1
- package/dist/lib/resizable/index.cjs +1 -1
- package/dist/lib/resizable/index.js +3 -3
- package/dist/lib/resizable/resizable-handle.cjs +1 -1
- package/dist/lib/resizable/resizable-handle.js +1 -1
- package/dist/lib/resizable/resizable-panel.cjs +1 -1
- package/dist/lib/resizable/resizable-panel.cjs.map +1 -1
- package/dist/lib/resizable/resizable-panel.js +5 -13
- package/dist/lib/resizable/resizable-panel.js.map +1 -1
- package/dist/lib/resizable/resizable.cjs +1 -1
- package/dist/lib/resizable/resizable.js +1 -1
- package/dist/lib/rich-text-editor/channel-suggestion.cjs.map +1 -1
- package/dist/lib/rich-text-editor/channel-suggestion.js +1 -1
- package/dist/lib/rich-text-editor/channel-suggestion.js.map +1 -1
- package/dist/lib/rich-text-editor/index.cjs +1 -1
- package/dist/lib/rich-text-editor/index.js +1 -1
- package/dist/lib/rich-text-editor/markdownRenderer.cjs +1 -0
- package/dist/lib/rich-text-editor/markdownRenderer.js +2 -0
- package/dist/lib/rich-text-editor/mention-suggestion.cjs.map +1 -1
- package/dist/lib/rich-text-editor/mention-suggestion.js.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor-constants.cjs.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor-constants.js +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor-constants.js.map +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.cjs +1 -1
- package/dist/lib/rich-text-editor/rich-text-editor.js +1 -1
- package/dist/lib/rich-text-editor/slash-command-suggestion.cjs.map +1 -1
- package/dist/lib/rich-text-editor/slash-command-suggestion.js +1 -1
- package/dist/lib/rich-text-editor/slash-command-suggestion.js.map +1 -1
- package/dist/lib/root-layout/root-layout-constants.cjs +1 -1
- package/dist/lib/root-layout/root-layout-constants.cjs.map +1 -1
- package/dist/lib/root-layout/root-layout-constants.js +1 -3
- package/dist/lib/root-layout/root-layout-constants.js.map +1 -1
- package/dist/lib/root-layout/root-layout.cjs +1 -1
- package/dist/lib/root-layout/root-layout.cjs.map +1 -1
- package/dist/lib/root-layout/root-layout.js +4 -3
- package/dist/lib/root-layout/root-layout.js.map +1 -1
- package/dist/lib/scrollbar-directive/scrollbar.cjs +1 -1
- package/dist/lib/scrollbar-directive/scrollbar.cjs.map +1 -1
- package/dist/lib/scrollbar-directive/scrollbar.js +8 -51
- package/dist/lib/scrollbar-directive/scrollbar.js.map +1 -1
- package/dist/lib/scroller/index.cjs +1 -1
- package/dist/lib/scroller/index.js +1 -1
- package/dist/lib/scroller/scroller.cjs +1 -1
- package/dist/lib/scroller/scroller.js +1 -1
- package/dist/lib/select-menu/select-menu-constants.cjs +1 -1
- package/dist/lib/select-menu/select-menu-constants.cjs.map +1 -1
- package/dist/lib/select-menu/select-menu-constants.js +3 -8
- package/dist/lib/select-menu/select-menu-constants.js.map +1 -1
- package/dist/lib/select-menu/select-menu-validators.cjs.map +1 -1
- package/dist/lib/select-menu/select-menu-validators.js +1 -1
- package/dist/lib/select-menu/select-menu-validators.js.map +1 -1
- package/dist/lib/select-menu/select-menu.cjs +1 -1
- package/dist/lib/select-menu/select-menu.cjs.map +1 -1
- package/dist/lib/select-menu/select-menu.js +66 -120
- package/dist/lib/select-menu/select-menu.js.map +1 -1
- package/dist/lib/settings-menu-button/settings-menu-button.cjs +1 -1
- package/dist/lib/settings-menu-button/settings-menu-button.cjs.map +1 -1
- package/dist/lib/settings-menu-button/settings-menu-button.js +5 -5
- package/dist/lib/settings-menu-button/settings-menu-button.js.map +1 -1
- package/dist/lib/skeleton/skeleton-constants.cjs +1 -1
- package/dist/lib/skeleton/skeleton-constants.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-constants.js +5 -13
- package/dist/lib/skeleton/skeleton-constants.js.map +1 -1
- package/dist/lib/skeleton/skeleton-list-item.cjs +1 -1
- package/dist/lib/skeleton/skeleton-list-item.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-list-item.js +4 -3
- package/dist/lib/skeleton/skeleton-list-item.js.map +1 -1
- package/dist/lib/skeleton/skeleton-paragraph.cjs +1 -1
- package/dist/lib/skeleton/skeleton-paragraph.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-paragraph.js +2 -1
- package/dist/lib/skeleton/skeleton-paragraph.js.map +1 -1
- package/dist/lib/skeleton/skeleton-shape.cjs +1 -1
- package/dist/lib/skeleton/skeleton-shape.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-shape.js +5 -4
- package/dist/lib/skeleton/skeleton-shape.js.map +1 -1
- package/dist/lib/skeleton/skeleton-text.cjs +1 -1
- package/dist/lib/skeleton/skeleton-text.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton-text.js +2 -1
- package/dist/lib/skeleton/skeleton-text.js.map +1 -1
- package/dist/lib/skeleton/skeleton.cjs +1 -1
- package/dist/lib/skeleton/skeleton.cjs.map +1 -1
- package/dist/lib/skeleton/skeleton.js +2 -1
- package/dist/lib/skeleton/skeleton.js.map +1 -1
- package/dist/lib/split-button/split-button-alpha.cjs +2 -0
- package/dist/lib/split-button/split-button-alpha.cjs.map +1 -0
- package/dist/lib/split-button/split-button-alpha.js +107 -0
- package/dist/lib/split-button/split-button-alpha.js.map +1 -0
- package/dist/lib/split-button/split-button-constants.cjs +1 -1
- package/dist/lib/split-button/split-button-constants.cjs.map +1 -1
- package/dist/lib/split-button/split-button-constants.js +1 -6
- package/dist/lib/split-button/split-button-constants.js.map +1 -1
- package/dist/lib/split-button/split-button-omega.cjs +2 -0
- package/dist/lib/split-button/split-button-omega.cjs.map +1 -0
- package/dist/lib/split-button/split-button-omega.js +86 -0
- package/dist/lib/split-button/split-button-omega.js.map +1 -0
- package/dist/lib/split-button/split-button.cjs +1 -1
- package/dist/lib/split-button/split-button.cjs.map +1 -1
- package/dist/lib/split-button/split-button.js +73 -247
- package/dist/lib/split-button/split-button.js.map +1 -1
- package/dist/lib/stack/stack-constants.cjs +1 -1
- package/dist/lib/stack/stack-constants.cjs.map +1 -1
- package/dist/lib/stack/stack-constants.js +3 -11
- package/dist/lib/stack/stack-constants.js.map +1 -1
- package/dist/lib/stack/stack.cjs +1 -1
- package/dist/lib/stack/stack.cjs.map +1 -1
- package/dist/lib/stack/stack.js +2 -1
- package/dist/lib/stack/stack.js.map +1 -1
- package/dist/lib/stack/utils.cjs.map +1 -1
- package/dist/lib/stack/utils.js +1 -1
- package/dist/lib/stack/utils.js.map +1 -1
- package/dist/lib/stack/validators.cjs.map +1 -1
- package/dist/lib/stack/validators.js +1 -1
- package/dist/lib/stack/validators.js.map +1 -1
- package/dist/lib/tab/index.cjs +1 -1
- package/dist/lib/tab/index.js +5 -5
- package/dist/lib/tab/tab-group.cjs +1 -1
- package/dist/lib/tab/tab-group.cjs.map +1 -1
- package/dist/lib/tab/tab-group.js +54 -187
- package/dist/lib/tab/tab-group.js.map +1 -1
- package/dist/lib/tab/tab-panel.cjs +1 -1
- package/dist/lib/tab/tab-panel.cjs.map +1 -1
- package/dist/lib/tab/tab-panel.js +2 -1
- package/dist/lib/tab/tab-panel.js.map +1 -1
- package/dist/lib/tab/tab.cjs +1 -1
- package/dist/lib/tab/tab.cjs.map +1 -1
- package/dist/lib/tab/tab.js +25 -109
- package/dist/lib/tab/tab.js.map +1 -1
- package/dist/lib/tab/tabs-constants.cjs +1 -1
- package/dist/lib/tab/tabs-constants.cjs.map +1 -1
- package/dist/lib/tab/tabs-constants.js +3 -34
- package/dist/lib/tab/tabs-constants.js.map +1 -1
- package/dist/lib/toast/index.cjs +1 -1
- package/dist/lib/toast/index.js +1 -1
- package/dist/lib/toast/toast-constants.cjs.map +1 -1
- package/dist/lib/toast/toast-constants.js +1 -1
- package/dist/lib/toast/toast-constants.js.map +1 -1
- package/dist/lib/toast/toast.cjs +1 -1
- package/dist/lib/toast/toast.js +1 -1
- package/dist/lib/toggle/toggle-constants.cjs +1 -1
- package/dist/lib/toggle/toggle-constants.cjs.map +1 -1
- package/dist/lib/toggle/toggle-constants.js +1 -3
- package/dist/lib/toggle/toggle-constants.js.map +1 -1
- package/dist/lib/toggle/toggle.cjs +1 -1
- package/dist/lib/toggle/toggle.cjs.map +1 -1
- package/dist/lib/toggle/toggle.js +33 -27
- package/dist/lib/toggle/toggle.js.map +1 -1
- package/dist/lib/tooltip/tooltip-constants.cjs.map +1 -1
- package/dist/lib/tooltip/tooltip-constants.js +1 -1
- package/dist/lib/tooltip/tooltip-constants.js.map +1 -1
- package/dist/lib/tooltip/tooltip.cjs +4 -1
- package/dist/lib/tooltip/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip/tooltip.js +35 -52
- package/dist/lib/tooltip/tooltip.js.map +1 -1
- package/dist/lib/tooltip-directive/tooltip.cjs +1 -1
- package/dist/lib/tooltip-directive/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip-directive/tooltip.js +35 -36
- package/dist/lib/tooltip-directive/tooltip.js.map +1 -1
- package/dist/lib/top-banner-info/top-banner-info.cjs +1 -1
- package/dist/lib/top-banner-info/top-banner-info.cjs.map +1 -1
- package/dist/lib/top-banner-info/top-banner-info.js +4 -4
- package/dist/lib/top-banner-info/top-banner-info.js.map +1 -1
- package/dist/lib/unread-pill/unread-pill.cjs +1 -1
- package/dist/lib/unread-pill/unread-pill.cjs.map +1 -1
- package/dist/lib/unread-pill/unread-pill.js +1 -1
- package/dist/lib/unread-pill/unread-pill.js.map +1 -1
- package/dist/lib/validation-messages/validation-messages.cjs +1 -1
- package/dist/lib/validation-messages/validation-messages.cjs.map +1 -1
- package/dist/lib/validation-messages/validation-messages.js +4 -3
- package/dist/lib/validation-messages/validation-messages.js.map +1 -1
- package/dist/localization/en-US.cjs +0 -5
- package/dist/localization/en-US.cjs.map +1 -1
- package/dist/localization/en-US.js +1 -1
- package/dist/localization/en-US.js.map +1 -1
- package/dist/markdownRenderer-DCgGQseq.cjs +31 -0
- package/dist/markdownRenderer-DCgGQseq.cjs.map +1 -0
- package/dist/markdownRenderer-D_P94RyM.js +322 -0
- package/dist/markdownRenderer-D_P94RyM.js.map +1 -0
- package/dist/message_input-BiCHkV9g.cjs +2 -0
- package/dist/message_input-BiCHkV9g.cjs.map +1 -0
- package/dist/message_input-DO6pV_GG.js +668 -0
- package/dist/message_input-DO6pV_GG.js.map +1 -0
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +18 -145
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +56 -537
- package/dist/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +51 -512
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts +48 -394
- package/dist/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +16 -125
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +31 -420
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +24 -322
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarButton.vue.d.ts +7 -98
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts +37 -392
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +31 -366
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts +289 -1831
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +56 -202
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +83 -161
- package/dist/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +56 -165
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +34 -156
- package/dist/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts +192 -2114
- package/dist/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts +16 -286
- package/dist/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts +89 -887
- package/dist/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +16 -286
- package/dist/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +7 -98
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/recipes/item_layout/contact_info/contact_info.vue.d.ts +54 -143
- package/dist/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/callbox/callbox.vue.d.ts +34 -110
- package/dist/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +33 -150
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts +86 -676
- package/dist/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts +40 -563
- package/dist/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts +39 -562
- package/dist/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -1
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +1 -1
- package/dist/resizable-D4-peBOl.js +960 -0
- package/dist/resizable-D4-peBOl.js.map +1 -0
- package/dist/resizable-aOVGO_Os.cjs +2 -0
- package/dist/resizable-aOVGO_Os.cjs.map +1 -0
- package/dist/resizable_handle-BlKBiWnx.js +307 -0
- package/dist/resizable_handle-BlKBiWnx.js.map +1 -0
- package/dist/resizable_handle-RIKS8frB.cjs +2 -0
- package/dist/resizable_handle-RIKS8frB.cjs.map +1 -0
- package/dist/resizable_utils-BComtrMV.js +131 -0
- package/dist/resizable_utils-BComtrMV.js.map +1 -0
- package/dist/resizable_utils-DhuzXRdP.cjs +2 -0
- package/dist/resizable_utils-DhuzXRdP.cjs.map +1 -0
- package/dist/rich_text_editor-DYu2R0kw.js +2992 -0
- package/dist/rich_text_editor-DYu2R0kw.js.map +1 -0
- package/dist/rich_text_editor-FduHYl-G.cjs +12 -0
- package/dist/rich_text_editor-FduHYl-G.cjs.map +1 -0
- package/dist/scroller-BGVDh3sq.js +623 -0
- package/dist/scroller-BGVDh3sq.js.map +1 -0
- package/dist/scroller-CjAsgjl9.cjs +2 -0
- package/dist/scroller-CjAsgjl9.cjs.map +1 -0
- package/dist/shared/sr_only_close_button.cjs +1 -1
- package/dist/shared/sr_only_close_button.cjs.map +1 -1
- package/dist/shared/sr_only_close_button.js +1 -1
- package/dist/shared/sr_only_close_button.js.map +1 -1
- package/dist/toast-DvPN-bCi.js +422 -0
- package/dist/toast-DvPN-bCi.js.map +1 -0
- package/dist/toast-d8_zmgkL.cjs +2 -0
- package/dist/toast-d8_zmgkL.cjs.map +1 -0
- package/dist/useResizableCalculations-BDITle3Q.cjs +2 -0
- package/dist/useResizableCalculations-BDITle3Q.cjs.map +1 -0
- package/dist/useResizableCalculations-DAajatT4.js +80 -0
- package/dist/useResizableCalculations-DAajatT4.js.map +1 -0
- package/package.json +5 -7
- package/dist/Combobox-CAnDv0OR.js +0 -229
- package/dist/Combobox-CAnDv0OR.js.map +0 -1
- package/dist/Combobox-D_2858_j.cjs +0 -3
- package/dist/Combobox-D_2858_j.cjs.map +0 -1
- package/dist/Datepicker-O7Xpw5LW.js +0 -484
- package/dist/Datepicker-O7Xpw5LW.js.map +0 -1
- package/dist/Datepicker-PhSgm8nW.cjs +0 -2
- package/dist/Datepicker-PhSgm8nW.cjs.map +0 -1
- package/dist/EmojiPicker-8mce5xF3.cjs +0 -2
- package/dist/EmojiPicker-8mce5xF3.cjs.map +0 -1
- package/dist/EmojiPicker-VfPVHqD-.js +0 -858
- package/dist/EmojiPicker-VfPVHqD-.js.map +0 -1
- package/dist/MarkdownRenderer-8KTeck1X.cjs +0 -31
- package/dist/MarkdownRenderer-8KTeck1X.cjs.map +0 -1
- package/dist/MarkdownRenderer-CpbKlG4G.js +0 -322
- package/dist/MarkdownRenderer-CpbKlG4G.js.map +0 -1
- package/dist/Resizable-C_v1ZDLc.cjs +0 -2
- package/dist/Resizable-C_v1ZDLc.cjs.map +0 -1
- package/dist/Resizable-DCXMOf5K.js +0 -960
- package/dist/Resizable-DCXMOf5K.js.map +0 -1
- package/dist/ResizableHandle-C2JRlAys.cjs +0 -2
- package/dist/ResizableHandle-C2JRlAys.cjs.map +0 -1
- package/dist/ResizableHandle-Ctbq7YaC.js +0 -307
- package/dist/ResizableHandle-Ctbq7YaC.js.map +0 -1
- package/dist/ResizableUtils-NEOy9Sop.cjs +0 -2
- package/dist/ResizableUtils-NEOy9Sop.cjs.map +0 -1
- package/dist/ResizableUtils-fMpf6KT9.js +0 -113
- package/dist/ResizableUtils-fMpf6KT9.js.map +0 -1
- package/dist/RichTextEditor-CYcgwJNQ.js +0 -3020
- package/dist/RichTextEditor-CYcgwJNQ.js.map +0 -1
- package/dist/RichTextEditor-CZ9YBleW.cjs +0 -12
- package/dist/RichTextEditor-CZ9YBleW.cjs.map +0 -1
- package/dist/Scroller-1T9n3qZA.cjs +0 -2
- package/dist/Scroller-1T9n3qZA.cjs.map +0 -1
- package/dist/Scroller-DLGxzJLL.js +0 -623
- package/dist/Scroller-DLGxzJLL.js.map +0 -1
- package/dist/Toast-CM4ZR3wM.cjs +0 -2
- package/dist/Toast-CM4ZR3wM.cjs.map +0 -1
- package/dist/Toast-pX3QCKz-.js +0 -553
- package/dist/Toast-pX3QCKz-.js.map +0 -1
- package/dist/UseResizableCalculations-BbtEWPKc.cjs +0 -2
- package/dist/UseResizableCalculations-BbtEWPKc.cjs.map +0 -1
- package/dist/UseResizableCalculations-CwZt5p__.js +0 -80
- package/dist/UseResizableCalculations-CwZt5p__.js.map +0 -1
- package/dist/attachment_carousel-1qxTI-NN.js +0 -191
- package/dist/attachment_carousel-1qxTI-NN.js.map +0 -1
- package/dist/attachment_carousel-wnZS3vEt.cjs +0 -2
- package/dist/attachment_carousel-wnZS3vEt.cjs.map +0 -1
- package/dist/common/composables/use-indicator-animation.cjs +0 -2
- package/dist/common/composables/use-indicator-animation.cjs.map +0 -1
- package/dist/common/composables/use-indicator-animation.js +0 -78
- package/dist/common/composables/use-indicator-animation.js.map +0 -1
- package/dist/common/composables/useIndicatorAnimation.d.ts +0 -18
- package/dist/common/composables/useIndicatorAnimation.d.ts.map +0 -1
- package/dist/common/constants/sizes.cjs +0 -2
- package/dist/common/constants/sizes.cjs.map +0 -1
- package/dist/common/constants/sizes.d.ts +0 -22
- package/dist/common/constants/sizes.d.ts.map +0 -1
- package/dist/common/constants/sizes.js +0 -19
- package/dist/common/constants/sizes.js.map +0 -1
- package/dist/common/mixins/mode.cjs +0 -2
- package/dist/common/mixins/mode.cjs.map +0 -1
- package/dist/common/mixins/mode.d.ts +0 -25
- package/dist/common/mixins/mode.d.ts.map +0 -1
- package/dist/common/mixins/mode.js +0 -62
- package/dist/common/mixins/mode.js.map +0 -1
- package/dist/common/mode_constants.d.ts +0 -37
- package/dist/common/mode_constants.d.ts.map +0 -1
- package/dist/components/Avatar/Avatar.vue.d.ts +0 -308
- package/dist/components/Avatar/Avatar.vue.d.ts.map +0 -1
- package/dist/components/Avatar/AvatarConstants.d.ts +0 -110
- package/dist/components/Avatar/AvatarConstants.d.ts.map +0 -1
- package/dist/components/Avatar/Utils.d.ts +0 -2
- package/dist/components/Avatar/Utils.d.ts.map +0 -1
- package/dist/components/Avatar/index.d.ts +0 -3
- package/dist/components/Avatar/index.d.ts.map +0 -1
- package/dist/components/Badge/Badge.vue.d.ts +0 -150
- package/dist/components/Badge/Badge.vue.d.ts.map +0 -1
- package/dist/components/Badge/BadgeConstants.d.ts +0 -39
- package/dist/components/Badge/BadgeConstants.d.ts.map +0 -1
- package/dist/components/Badge/index.d.ts +0 -3
- package/dist/components/Badge/index.d.ts.map +0 -1
- package/dist/components/Banner/Banner.vue.d.ts +0 -1405
- package/dist/components/Banner/Banner.vue.d.ts.map +0 -1
- package/dist/components/Banner/index.d.ts +0 -2
- package/dist/components/Banner/index.d.ts.map +0 -1
- package/dist/components/Box/Box.vue.d.ts +0 -75
- package/dist/components/Box/Box.vue.d.ts.map +0 -1
- package/dist/components/Box/BoxConstants.d.ts +0 -11
- package/dist/components/Box/BoxConstants.d.ts.map +0 -1
- package/dist/components/Box/Validators.d.ts +0 -11
- package/dist/components/Box/Validators.d.ts.map +0 -1
- package/dist/components/Box/index.d.ts +0 -3
- package/dist/components/Box/index.d.ts.map +0 -1
- package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts +0 -136
- package/dist/components/Breadcrumbs/BreadcrumbItem.vue.d.ts.map +0 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts +0 -181
- package/dist/components/Breadcrumbs/Breadcrumbs.vue.d.ts.map +0 -1
- package/dist/components/Breadcrumbs/BreadcrumbsConstants.d.ts +0 -3
- package/dist/components/Breadcrumbs/BreadcrumbsConstants.d.ts.map +0 -1
- package/dist/components/Breadcrumbs/index.d.ts +0 -4
- package/dist/components/Breadcrumbs/index.d.ts.map +0 -1
- package/dist/components/Button/Button.vue.d.ts +0 -364
- package/dist/components/Button/Button.vue.d.ts.map +0 -1
- package/dist/components/Button/ButtonConstants.d.ts +0 -68
- package/dist/components/Button/ButtonConstants.d.ts.map +0 -1
- package/dist/components/Button/index.d.ts +0 -3
- package/dist/components/Button/index.d.ts.map +0 -1
- package/dist/components/ButtonGroup/ButtonGroup.vue.d.ts +0 -23
- package/dist/components/ButtonGroup/ButtonGroup.vue.d.ts.map +0 -1
- package/dist/components/ButtonGroup/ButtonGroupConstants.d.ts +0 -6
- package/dist/components/ButtonGroup/ButtonGroupConstants.d.ts.map +0 -1
- package/dist/components/ButtonGroup/index.d.ts +0 -3
- package/dist/components/ButtonGroup/index.d.ts.map +0 -1
- package/dist/components/Card/Card.vue.d.ts +0 -45
- package/dist/components/Card/Card.vue.d.ts.map +0 -1
- package/dist/components/Card/index.d.ts +0 -2
- package/dist/components/Card/index.d.ts.map +0 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts +0 -376
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +0 -1
- package/dist/components/Checkbox/CheckboxConstants.d.ts +0 -10
- package/dist/components/Checkbox/CheckboxConstants.d.ts.map +0 -1
- package/dist/components/Checkbox/index.d.ts +0 -2
- package/dist/components/Checkbox/index.d.ts.map +0 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -381
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/CheckboxGroup/index.d.ts +0 -2
- package/dist/components/CheckboxGroup/index.d.ts.map +0 -1
- package/dist/components/Chip/Chip.vue.d.ts +0 -512
- package/dist/components/Chip/Chip.vue.d.ts.map +0 -1
- package/dist/components/Chip/ChipConstants.d.ts +0 -31
- package/dist/components/Chip/ChipConstants.d.ts.map +0 -1
- package/dist/components/Chip/index.d.ts +0 -3
- package/dist/components/Chip/index.d.ts.map +0 -1
- package/dist/components/Codeblock/Codeblock.vue.d.ts +0 -36
- package/dist/components/Codeblock/Codeblock.vue.d.ts.map +0 -1
- package/dist/components/Codeblock/CodeblockConstants.d.ts +0 -9
- package/dist/components/Codeblock/CodeblockConstants.d.ts.map +0 -1
- package/dist/components/Codeblock/index.d.ts +0 -2
- package/dist/components/Codeblock/index.d.ts.map +0 -1
- package/dist/components/Collapsible/Collapsible.vue.d.ts +0 -584
- package/dist/components/Collapsible/Collapsible.vue.d.ts.map +0 -1
- package/dist/components/Collapsible/CollapsibleLazyShow.vue.d.ts +0 -44
- package/dist/components/Collapsible/CollapsibleLazyShow.vue.d.ts.map +0 -1
- package/dist/components/Collapsible/index.d.ts +0 -2
- package/dist/components/Collapsible/index.d.ts.map +0 -1
- package/dist/components/Combobox/Combobox.vue.d.ts +0 -1548
- package/dist/components/Combobox/Combobox.vue.d.ts.map +0 -1
- package/dist/components/Combobox/ComboboxConstants.d.ts +0 -12
- package/dist/components/Combobox/ComboboxConstants.d.ts.map +0 -1
- package/dist/components/Combobox/ComboboxEmptyList.vue.d.ts +0 -270
- package/dist/components/Combobox/ComboboxEmptyList.vue.d.ts.map +0 -1
- package/dist/components/Combobox/ComboboxLoadingList.vue.d.ts +0 -1061
- package/dist/components/Combobox/ComboboxLoadingList.vue.d.ts.map +0 -1
- package/dist/components/Combobox/index.d.ts +0 -3
- package/dist/components/Combobox/index.d.ts.map +0 -1
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelect.vue.d.ts +0 -3
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelect.vue.d.ts.map +0 -1
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectConstants.d.ts +0 -28
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectConstants.d.ts.map +0 -1
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectStoryConstants.d.ts +0 -6
- package/dist/components/ComboboxMultiSelect/ComboboxMultiSelectStoryConstants.d.ts.map +0 -1
- package/dist/components/ComboboxMultiSelect/index.d.ts +0 -3
- package/dist/components/ComboboxMultiSelect/index.d.ts.map +0 -1
- package/dist/components/ComboboxWithPopover/ComboboxWithPopover.vue.d.ts +0 -4500
- package/dist/components/ComboboxWithPopover/ComboboxWithPopover.vue.d.ts.map +0 -1
- package/dist/components/ComboboxWithPopover/index.d.ts +0 -2
- package/dist/components/ComboboxWithPopover/index.d.ts.map +0 -1
- package/dist/components/Datepicker/Composables/UseCalendar.d.ts +0 -10
- package/dist/components/Datepicker/Composables/UseCalendar.d.ts.map +0 -1
- package/dist/components/Datepicker/Composables/UseMonthYearPicker.d.ts +0 -21
- package/dist/components/Datepicker/Composables/UseMonthYearPicker.d.ts.map +0 -1
- package/dist/components/Datepicker/Datepicker.vue.d.ts +0 -73
- package/dist/components/Datepicker/Datepicker.vue.d.ts.map +0 -1
- package/dist/components/Datepicker/DatepickerConstants.d.ts +0 -3
- package/dist/components/Datepicker/DatepickerConstants.d.ts.map +0 -1
- package/dist/components/Datepicker/FormatUtils.d.ts +0 -14
- package/dist/components/Datepicker/FormatUtils.d.ts.map +0 -1
- package/dist/components/Datepicker/Modules/Calendar.vue.d.ts +0 -12
- package/dist/components/Datepicker/Modules/Calendar.vue.d.ts.map +0 -1
- package/dist/components/Datepicker/Modules/MonthYearPicker.vue.d.ts +0 -18
- package/dist/components/Datepicker/Modules/MonthYearPicker.vue.d.ts.map +0 -1
- package/dist/components/Datepicker/Utils.d.ts +0 -7
- package/dist/components/Datepicker/Utils.d.ts.map +0 -1
- package/dist/components/Datepicker/index.d.ts +0 -3
- package/dist/components/Datepicker/index.d.ts.map +0 -1
- package/dist/components/DescriptionList/DescriptionList.vue.d.ts +0 -64
- package/dist/components/DescriptionList/DescriptionList.vue.d.ts.map +0 -1
- package/dist/components/DescriptionList/DescriptionListConstants.d.ts +0 -2
- package/dist/components/DescriptionList/DescriptionListConstants.d.ts.map +0 -1
- package/dist/components/DescriptionList/DescriptionListValidators.d.ts +0 -2
- package/dist/components/DescriptionList/DescriptionListValidators.d.ts.map +0 -1
- package/dist/components/DescriptionList/index.d.ts +0 -3
- package/dist/components/DescriptionList/index.d.ts.map +0 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +0 -1641
- package/dist/components/Dropdown/Dropdown.vue.d.ts.map +0 -1
- package/dist/components/Dropdown/DropdownConstants.d.ts +0 -10
- package/dist/components/Dropdown/DropdownConstants.d.ts.map +0 -1
- package/dist/components/Dropdown/DropdownSeparator.vue.d.ts +0 -3
- package/dist/components/Dropdown/DropdownSeparator.vue.d.ts.map +0 -1
- package/dist/components/Dropdown/DropdownStoryConstants.d.ts +0 -5
- package/dist/components/Dropdown/DropdownStoryConstants.d.ts.map +0 -1
- package/dist/components/Dropdown/index.d.ts +0 -4
- package/dist/components/Dropdown/index.d.ts.map +0 -1
- package/dist/components/Emoji/Emoji.vue.d.ts +0 -877
- package/dist/components/Emoji/Emoji.vue.d.ts.map +0 -1
- package/dist/components/Emoji/index.d.ts +0 -2
- package/dist/components/Emoji/index.d.ts.map +0 -1
- package/dist/components/EmojiPicker/Composables/UseKeyboardNavigation.d.ts +0 -11
- package/dist/components/EmojiPicker/Composables/UseKeyboardNavigation.d.ts.map +0 -1
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts +0 -688
- package/dist/components/EmojiPicker/EmojiPicker.vue.d.ts.map +0 -1
- package/dist/components/EmojiPicker/EmojiPickerConstants.d.ts +0 -21
- package/dist/components/EmojiPicker/EmojiPickerConstants.d.ts.map +0 -1
- package/dist/components/EmojiPicker/Modules/EmojiDescription.vue.d.ts +0 -8
- package/dist/components/EmojiPicker/Modules/EmojiDescription.vue.d.ts.map +0 -1
- package/dist/components/EmojiPicker/Modules/EmojiSearch.vue.d.ts +0 -599
- package/dist/components/EmojiPicker/Modules/EmojiSearch.vue.d.ts.map +0 -1
- package/dist/components/EmojiPicker/Modules/EmojiSelector.vue.d.ts +0 -15
- package/dist/components/EmojiPicker/Modules/EmojiSelector.vue.d.ts.map +0 -1
- package/dist/components/EmojiPicker/Modules/EmojiSkinSelector.vue.d.ts +0 -12
- package/dist/components/EmojiPicker/Modules/EmojiSkinSelector.vue.d.ts.map +0 -1
- package/dist/components/EmojiPicker/Modules/EmojiTabset.vue.d.ts +0 -10
- package/dist/components/EmojiPicker/Modules/EmojiTabset.vue.d.ts.map +0 -1
- package/dist/components/EmojiPicker/index.d.ts +0 -3
- package/dist/components/EmojiPicker/index.d.ts.map +0 -1
- package/dist/components/EmojiTextWrapper/EmojiTextWrapper.vue.d.ts +0 -909
- package/dist/components/EmojiTextWrapper/EmojiTextWrapper.vue.d.ts.map +0 -1
- package/dist/components/EmojiTextWrapper/index.d.ts +0 -2
- package/dist/components/EmojiTextWrapper/index.d.ts.map +0 -1
- package/dist/components/EmptyState/EmptyState.vue.d.ts +0 -12
- package/dist/components/EmptyState/EmptyState.vue.d.ts.map +0 -1
- package/dist/components/EmptyState/EmptyStateConstants.d.ts +0 -58
- package/dist/components/EmptyState/EmptyStateConstants.d.ts.map +0 -1
- package/dist/components/EmptyState/index.d.ts +0 -3
- package/dist/components/EmptyState/index.d.ts.map +0 -1
- package/dist/components/FilterPill/FilterPill.vue.d.ts +0 -4739
- package/dist/components/FilterPill/FilterPill.vue.d.ts.map +0 -1
- package/dist/components/FilterPill/index.d.ts +0 -2
- package/dist/components/FilterPill/index.d.ts.map +0 -1
- package/dist/components/Hovercard/Hovercard.vue.d.ts +0 -3044
- package/dist/components/Hovercard/Hovercard.vue.d.ts.map +0 -1
- package/dist/components/Hovercard/index.d.ts +0 -2
- package/dist/components/Hovercard/index.d.ts.map +0 -1
- package/dist/components/Icon/Icon.vue.d.ts +0 -39
- package/dist/components/Icon/Icon.vue.d.ts.map +0 -1
- package/dist/components/Icon/IconConstants.d.ts +0 -17
- package/dist/components/Icon/IconConstants.d.ts.map +0 -1
- package/dist/components/Icon/index.d.ts +0 -3
- package/dist/components/Icon/index.d.ts.map +0 -1
- package/dist/components/Illustration/Illustration.vue.d.ts +0 -8
- package/dist/components/Illustration/Illustration.vue.d.ts.map +0 -1
- package/dist/components/Illustration/IllustrationConstants.d.ts +0 -6
- package/dist/components/Illustration/IllustrationConstants.d.ts.map +0 -1
- package/dist/components/Illustration/index.d.ts +0 -3
- package/dist/components/Illustration/index.d.ts.map +0 -1
- package/dist/components/ImageViewer/ImageViewer.vue.d.ts +0 -904
- package/dist/components/ImageViewer/ImageViewer.vue.d.ts.map +0 -1
- package/dist/components/ImageViewer/index.d.ts +0 -2
- package/dist/components/ImageViewer/index.d.ts.map +0 -1
- package/dist/components/Input/Input.vue.d.ts +0 -475
- package/dist/components/Input/Input.vue.d.ts.map +0 -1
- package/dist/components/Input/InputConstants.d.ts +0 -81
- package/dist/components/Input/InputConstants.d.ts.map +0 -1
- package/dist/components/Input/index.d.ts +0 -3
- package/dist/components/Input/index.d.ts.map +0 -1
- package/dist/components/InputGroup/InputGroup.vue.d.ts +0 -336
- package/dist/components/InputGroup/InputGroup.vue.d.ts.map +0 -1
- package/dist/components/InputGroup/index.d.ts +0 -2
- package/dist/components/InputGroup/index.d.ts.map +0 -1
- package/dist/components/ItemLayout/ItemLayout.vue.d.ts +0 -122
- package/dist/components/ItemLayout/ItemLayout.vue.d.ts.map +0 -1
- package/dist/components/ItemLayout/index.d.ts +0 -2
- package/dist/components/ItemLayout/index.d.ts.map +0 -1
- package/dist/components/KeyboardShortcut/KeyboardShortcut.vue.d.ts +0 -664
- package/dist/components/KeyboardShortcut/KeyboardShortcut.vue.d.ts.map +0 -1
- package/dist/components/KeyboardShortcut/KeyboardShortcutConstants.d.ts +0 -2
- package/dist/components/KeyboardShortcut/KeyboardShortcutConstants.d.ts.map +0 -1
- package/dist/components/KeyboardShortcut/index.d.ts +0 -3
- package/dist/components/KeyboardShortcut/index.d.ts.map +0 -1
- package/dist/components/LazyShow/LazyShow.vue.d.ts +0 -37
- package/dist/components/LazyShow/LazyShow.vue.d.ts.map +0 -1
- package/dist/components/LazyShow/index.d.ts +0 -2
- package/dist/components/LazyShow/index.d.ts.map +0 -1
- package/dist/components/Link/Link.vue.d.ts +0 -95
- package/dist/components/Link/Link.vue.d.ts.map +0 -1
- package/dist/components/Link/LinkConstants.d.ts +0 -25
- package/dist/components/Link/LinkConstants.d.ts.map +0 -1
- package/dist/components/Link/index.d.ts +0 -3
- package/dist/components/Link/index.d.ts.map +0 -1
- package/dist/components/ListItem/ListItem.vue.d.ts +0 -248
- package/dist/components/ListItem/ListItem.vue.d.ts.map +0 -1
- package/dist/components/ListItem/ListItemConstants.d.ts +0 -15
- package/dist/components/ListItem/ListItemConstants.d.ts.map +0 -1
- package/dist/components/ListItem/index.d.ts +0 -3
- package/dist/components/ListItem/index.d.ts.map +0 -1
- package/dist/components/ListItemGroup/ListItemGroup.vue.d.ts +0 -42
- package/dist/components/ListItemGroup/ListItemGroup.vue.d.ts.map +0 -1
- package/dist/components/ListItemGroup/ListItemGroupConstants.d.ts +0 -6
- package/dist/components/ListItemGroup/ListItemGroupConstants.d.ts.map +0 -1
- package/dist/components/ListItemGroup/index.d.ts +0 -2
- package/dist/components/ListItemGroup/index.d.ts.map +0 -1
- package/dist/components/Loader/Loader.vue.d.ts +0 -26
- package/dist/components/Loader/Loader.vue.d.ts.map +0 -1
- package/dist/components/Loader/index.d.ts +0 -2
- package/dist/components/Loader/index.d.ts.map +0 -1
- package/dist/components/Modal/Modal.vue.d.ts +0 -1198
- package/dist/components/Modal/Modal.vue.d.ts.map +0 -1
- package/dist/components/Modal/ModalConstants.d.ts +0 -19
- package/dist/components/Modal/ModalConstants.d.ts.map +0 -1
- package/dist/components/Modal/index.d.ts +0 -3
- package/dist/components/Modal/index.d.ts.map +0 -1
- package/dist/components/ModeIsland/ModeIsland.vue.d.ts +0 -3
- package/dist/components/ModeIsland/ModeIsland.vue.d.ts.map +0 -1
- package/dist/components/ModeIsland/ModeIslandConstants.d.ts +0 -10
- package/dist/components/ModeIsland/ModeIslandConstants.d.ts.map +0 -1
- package/dist/components/ModeIsland/Utils.d.ts +0 -14
- package/dist/components/ModeIsland/Utils.d.ts.map +0 -1
- package/dist/components/ModeIsland/Validators.d.ts +0 -6
- package/dist/components/ModeIsland/Validators.d.ts.map +0 -1
- package/dist/components/ModeIsland/index.d.ts +0 -3
- package/dist/components/ModeIsland/index.d.ts.map +0 -1
- package/dist/components/MotionText/MotionText.vue.d.ts +0 -3
- package/dist/components/MotionText/MotionText.vue.d.ts.map +0 -1
- package/dist/components/MotionText/MotionTextConstants.d.ts +0 -36
- package/dist/components/MotionText/MotionTextConstants.d.ts.map +0 -1
- package/dist/components/MotionText/index.d.ts +0 -3
- package/dist/components/MotionText/index.d.ts.map +0 -1
- package/dist/components/Notice/Notice.vue.d.ts +0 -1376
- package/dist/components/Notice/Notice.vue.d.ts.map +0 -1
- package/dist/components/Notice/NoticeAction.vue.d.ts +0 -834
- package/dist/components/Notice/NoticeAction.vue.d.ts.map +0 -1
- package/dist/components/Notice/NoticeConstants.d.ts +0 -8
- package/dist/components/Notice/NoticeConstants.d.ts.map +0 -1
- package/dist/components/Notice/NoticeContent.vue.d.ts +0 -197
- package/dist/components/Notice/NoticeContent.vue.d.ts.map +0 -1
- package/dist/components/Notice/NoticeIcon.vue.d.ts +0 -211
- package/dist/components/Notice/NoticeIcon.vue.d.ts.map +0 -1
- package/dist/components/Notice/index.d.ts +0 -6
- package/dist/components/Notice/index.d.ts.map +0 -1
- package/dist/components/Pagination/Pagination.vue.d.ts +0 -516
- package/dist/components/Pagination/Pagination.vue.d.ts.map +0 -1
- package/dist/components/Pagination/index.d.ts +0 -2
- package/dist/components/Pagination/index.d.ts.map +0 -1
- package/dist/components/Popover/Popover.vue.d.ts +0 -1348
- package/dist/components/Popover/Popover.vue.d.ts.map +0 -1
- package/dist/components/Popover/PopoverConstants.d.ts +0 -34
- package/dist/components/Popover/PopoverConstants.d.ts.map +0 -1
- package/dist/components/Popover/PopoverHeaderFooter.vue.d.ts +0 -443
- package/dist/components/Popover/PopoverHeaderFooter.vue.d.ts.map +0 -1
- package/dist/components/Popover/TippyUtils.d.ts +0 -39
- package/dist/components/Popover/TippyUtils.d.ts.map +0 -1
- package/dist/components/Popover/index.d.ts +0 -3
- package/dist/components/Popover/index.d.ts.map +0 -1
- package/dist/components/Presence/Presence.vue.d.ts +0 -26
- package/dist/components/Presence/Presence.vue.d.ts.map +0 -1
- package/dist/components/Presence/PresenceConstants.d.ts +0 -8
- package/dist/components/Presence/PresenceConstants.d.ts.map +0 -1
- package/dist/components/Presence/index.d.ts +0 -3
- package/dist/components/Presence/index.d.ts.map +0 -1
- package/dist/components/ProgressCircle/ProgressCircle.vue.d.ts +0 -70
- package/dist/components/ProgressCircle/ProgressCircle.vue.d.ts.map +0 -1
- package/dist/components/ProgressCircle/ProgressCircleConstants.d.ts +0 -23
- package/dist/components/ProgressCircle/ProgressCircleConstants.d.ts.map +0 -1
- package/dist/components/ProgressCircle/index.d.ts +0 -3
- package/dist/components/ProgressCircle/index.d.ts.map +0 -1
- package/dist/components/Prose/Prose.vue.d.ts +0 -26
- package/dist/components/Prose/Prose.vue.d.ts.map +0 -1
- package/dist/components/Prose/ProseConstants.d.ts +0 -34
- package/dist/components/Prose/ProseConstants.d.ts.map +0 -1
- package/dist/components/Prose/index.d.ts +0 -3
- package/dist/components/Prose/index.d.ts.map +0 -1
- package/dist/components/Radio/Radio.vue.d.ts +0 -388
- package/dist/components/Radio/Radio.vue.d.ts.map +0 -1
- package/dist/components/Radio/RadioConstants.d.ts +0 -10
- package/dist/components/Radio/RadioConstants.d.ts.map +0 -1
- package/dist/components/Radio/index.d.ts +0 -3
- package/dist/components/Radio/index.d.ts.map +0 -1
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts +0 -381
- package/dist/components/RadioGroup/RadioGroup.vue.d.ts.map +0 -1
- package/dist/components/RadioGroup/index.d.ts +0 -2
- package/dist/components/RadioGroup/index.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/ComputeLayout.d.ts +0 -35
- package/dist/components/Resizable/Composables/ComputeLayout.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/ConstraintResolver.d.ts +0 -22
- package/dist/components/Resizable/Composables/ConstraintResolver.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/UseResizableAnnouncements.d.ts +0 -6
- package/dist/components/Resizable/Composables/UseResizableAnnouncements.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/UseResizableCalculations.d.ts +0 -14
- package/dist/components/Resizable/Composables/UseResizableCalculations.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/UseResizableDrag.d.ts +0 -42
- package/dist/components/Resizable/Composables/UseResizableDrag.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/UseResizableGroup.d.ts +0 -25
- package/dist/components/Resizable/Composables/UseResizableGroup.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/UseResizableKeyboard.d.ts +0 -41
- package/dist/components/Resizable/Composables/UseResizableKeyboard.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/UseResizableOffset.d.ts +0 -15
- package/dist/components/Resizable/Composables/UseResizableOffset.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/UseResizablePanelControls.d.ts +0 -46
- package/dist/components/Resizable/Composables/UseResizablePanelControls.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/UseResizablePanelState.d.ts +0 -9
- package/dist/components/Resizable/Composables/UseResizablePanelState.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/UseResizableStorage.d.ts +0 -12
- package/dist/components/Resizable/Composables/UseResizableStorage.d.ts.map +0 -1
- package/dist/components/Resizable/Composables/index.d.ts +0 -16
- package/dist/components/Resizable/Composables/index.d.ts.map +0 -1
- package/dist/components/Resizable/Resizable.vue.d.ts +0 -69
- package/dist/components/Resizable/Resizable.vue.d.ts.map +0 -1
- package/dist/components/Resizable/ResizableConstants.d.ts +0 -103
- package/dist/components/Resizable/ResizableConstants.d.ts.map +0 -1
- package/dist/components/Resizable/ResizableHandle.vue.d.ts +0 -22
- package/dist/components/Resizable/ResizableHandle.vue.d.ts.map +0 -1
- package/dist/components/Resizable/ResizablePanel.vue.d.ts +0 -46
- package/dist/components/Resizable/ResizablePanel.vue.d.ts.map +0 -1
- package/dist/components/Resizable/ResizableUtils.d.ts +0 -15
- package/dist/components/Resizable/ResizableUtils.d.ts.map +0 -1
- package/dist/components/Resizable/index.d.ts +0 -6
- package/dist/components/Resizable/index.d.ts.map +0 -1
- package/dist/components/RichTextEditor/ChannelSuggestion.d.ts +0 -17
- package/dist/components/RichTextEditor/ChannelSuggestion.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Channels/Channel.d.ts +0 -2
- package/dist/components/RichTextEditor/Extensions/Channels/Channel.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Channels/ChannelComponent.vue.d.ts +0 -302
- package/dist/components/RichTextEditor/Extensions/Channels/ChannelComponent.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Channels/ChannelSuggestion.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Channels/Suggestion.d.ts +0 -6
- package/dist/components/RichTextEditor/Extensions/Channels/Suggestion.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/CustomLink/Autolink.d.ts +0 -3
- package/dist/components/RichTextEditor/Extensions/CustomLink/Autolink.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/CustomLink/CustomLink.d.ts +0 -3
- package/dist/components/RichTextEditor/Extensions/CustomLink/CustomLink.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/CustomLink/Utils.d.ts +0 -16
- package/dist/components/RichTextEditor/Extensions/CustomLink/Utils.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/CustomLink/index.d.ts +0 -3
- package/dist/components/RichTextEditor/Extensions/CustomLink/index.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Div/Div.d.ts +0 -2
- package/dist/components/RichTextEditor/Extensions/Div/Div.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Div/index.d.ts +0 -3
- package/dist/components/RichTextEditor/Extensions/Div/index.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Emoji/Emoji.d.ts +0 -3
- package/dist/components/RichTextEditor/Extensions/Emoji/Emoji.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Emoji/EmojiComponent.vue.d.ts +0 -982
- package/dist/components/RichTextEditor/Extensions/Emoji/EmojiComponent.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Emoji/EmojiSuggestion.vue.d.ts +0 -957
- package/dist/components/RichTextEditor/Extensions/Emoji/EmojiSuggestion.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Emoji/Suggestion.d.ts +0 -15
- package/dist/components/RichTextEditor/Extensions/Emoji/Suggestion.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Emoji/index.d.ts +0 -4
- package/dist/components/RichTextEditor/Extensions/Emoji/index.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Image/Image.d.ts +0 -2
- package/dist/components/RichTextEditor/Extensions/Image/Image.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Image/index.d.ts +0 -3
- package/dist/components/RichTextEditor/Extensions/Image/index.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Mentions/Mention.d.ts +0 -2
- package/dist/components/RichTextEditor/Extensions/Mentions/Mention.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Mentions/MentionComponent.vue.d.ts +0 -212
- package/dist/components/RichTextEditor/Extensions/Mentions/MentionComponent.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Mentions/MentionSuggestion.vue.d.ts +0 -537
- package/dist/components/RichTextEditor/Extensions/Mentions/MentionSuggestion.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Mentions/Suggestion.d.ts +0 -6
- package/dist/components/RichTextEditor/Extensions/Mentions/Suggestion.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommand.d.ts +0 -2
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommand.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommandComponent.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommandSuggestion.vue.d.ts +0 -160
- package/dist/components/RichTextEditor/Extensions/SlashCommand/SlashCommandSuggestion.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/SlashCommand/Suggestion.d.ts +0 -7
- package/dist/components/RichTextEditor/Extensions/SlashCommand/Suggestion.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Suggestion/SuggestionList.vue.d.ts +0 -295
- package/dist/components/RichTextEditor/Extensions/Suggestion/SuggestionList.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Table/Table.d.ts +0 -5
- package/dist/components/RichTextEditor/Extensions/Table/Table.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/TextStyle/TextStyle.d.ts +0 -2
- package/dist/components/RichTextEditor/Extensions/TextStyle/TextStyle.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Utils/SuggestionUtils.d.ts +0 -29
- package/dist/components/RichTextEditor/Extensions/Utils/SuggestionUtils.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Variable/Variable.d.ts +0 -3
- package/dist/components/RichTextEditor/Extensions/Variable/Variable.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Variable/VariableComponent.vue.d.ts +0 -2448
- package/dist/components/RichTextEditor/Extensions/Variable/VariableComponent.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/Extensions/Variable/index.d.ts +0 -3
- package/dist/components/RichTextEditor/Extensions/Variable/index.d.ts.map +0 -1
- package/dist/components/RichTextEditor/MarkdownRenderer.d.ts +0 -2
- package/dist/components/RichTextEditor/MarkdownRenderer.d.ts.map +0 -1
- package/dist/components/RichTextEditor/MentionSuggestion.d.ts +0 -34
- package/dist/components/RichTextEditor/MentionSuggestion.d.ts.map +0 -1
- package/dist/components/RichTextEditor/RichTextEditor.vue.d.ts +0 -964
- package/dist/components/RichTextEditor/RichTextEditor.vue.d.ts.map +0 -1
- package/dist/components/RichTextEditor/RichTextEditorConstants.d.ts +0 -10
- package/dist/components/RichTextEditor/RichTextEditorConstants.d.ts.map +0 -1
- package/dist/components/RichTextEditor/SlashCommandSuggestion.d.ts +0 -15
- package/dist/components/RichTextEditor/SlashCommandSuggestion.d.ts.map +0 -1
- package/dist/components/RichTextEditor/index.d.ts +0 -3
- package/dist/components/RichTextEditor/index.d.ts.map +0 -1
- package/dist/components/RootLayout/RootLayout.vue.d.ts +0 -121
- package/dist/components/RootLayout/RootLayout.vue.d.ts.map +0 -1
- package/dist/components/RootLayout/RootLayoutConstants.d.ts +0 -13
- package/dist/components/RootLayout/RootLayoutConstants.d.ts.map +0 -1
- package/dist/components/RootLayout/index.d.ts +0 -3
- package/dist/components/RootLayout/index.d.ts.map +0 -1
- package/dist/components/Scroller/Modules/CoreScroller.vue.d.ts +0 -57
- package/dist/components/Scroller/Modules/CoreScroller.vue.d.ts.map +0 -1
- package/dist/components/Scroller/Modules/DynamicScroller.vue.d.ts +0 -582
- package/dist/components/Scroller/Modules/DynamicScroller.vue.d.ts.map +0 -1
- package/dist/components/Scroller/Modules/ScrollerItem.vue.d.ts +0 -73
- package/dist/components/Scroller/Modules/ScrollerItem.vue.d.ts.map +0 -1
- package/dist/components/Scroller/Scroller.vue.d.ts +0 -786
- package/dist/components/Scroller/Scroller.vue.d.ts.map +0 -1
- package/dist/components/Scroller/index.d.ts +0 -2
- package/dist/components/Scroller/index.d.ts.map +0 -1
- package/dist/components/SegmentedControl/SegmentedControl.vue.d.ts +0 -226
- package/dist/components/SegmentedControl/SegmentedControl.vue.d.ts.map +0 -1
- package/dist/components/SegmentedControl/SegmentedControlConstants.d.ts +0 -41
- package/dist/components/SegmentedControl/SegmentedControlConstants.d.ts.map +0 -1
- package/dist/components/SegmentedControl/SegmentedControlItem.vue.d.ts +0 -35
- package/dist/components/SegmentedControl/SegmentedControlItem.vue.d.ts.map +0 -1
- package/dist/components/SegmentedControl/index.d.ts +0 -4
- package/dist/components/SegmentedControl/index.d.ts.map +0 -1
- package/dist/components/SelectMenu/SelectMenu.vue.d.ts +0 -404
- package/dist/components/SelectMenu/SelectMenu.vue.d.ts.map +0 -1
- package/dist/components/SelectMenu/SelectMenuConstants.d.ts +0 -23
- package/dist/components/SelectMenu/SelectMenuConstants.d.ts.map +0 -1
- package/dist/components/SelectMenu/SelectMenuValidators.d.ts +0 -2
- package/dist/components/SelectMenu/SelectMenuValidators.d.ts.map +0 -1
- package/dist/components/SelectMenu/index.d.ts +0 -3
- package/dist/components/SelectMenu/index.d.ts.map +0 -1
- package/dist/components/Skeleton/Skeleton.vue.d.ts +0 -813
- package/dist/components/Skeleton/Skeleton.vue.d.ts.map +0 -1
- package/dist/components/Skeleton/SkeletonConstants.d.ts +0 -32
- package/dist/components/Skeleton/SkeletonConstants.d.ts.map +0 -1
- package/dist/components/Skeleton/SkeletonListItem.vue.d.ts +0 -363
- package/dist/components/Skeleton/SkeletonListItem.vue.d.ts.map +0 -1
- package/dist/components/Skeleton/SkeletonParagraph.vue.d.ts +0 -196
- package/dist/components/Skeleton/SkeletonParagraph.vue.d.ts.map +0 -1
- package/dist/components/Skeleton/SkeletonShape.vue.d.ts +0 -84
- package/dist/components/Skeleton/SkeletonShape.vue.d.ts.map +0 -1
- package/dist/components/Skeleton/SkeletonText.vue.d.ts +0 -90
- package/dist/components/Skeleton/SkeletonText.vue.d.ts.map +0 -1
- package/dist/components/Skeleton/index.d.ts +0 -7
- package/dist/components/Skeleton/index.d.ts.map +0 -1
- package/dist/components/SplitButton/SplitButton.vue.d.ts +0 -3102
- package/dist/components/SplitButton/SplitButton.vue.d.ts.map +0 -1
- package/dist/components/SplitButton/SplitButtonConstants.d.ts +0 -17
- package/dist/components/SplitButton/SplitButtonConstants.d.ts.map +0 -1
- package/dist/components/SplitButton/SplitButtonEnd.vue.d.ts +0 -483
- package/dist/components/SplitButton/SplitButtonEnd.vue.d.ts.map +0 -1
- package/dist/components/SplitButton/SplitButtonStart.vue.d.ts +0 -548
- package/dist/components/SplitButton/SplitButtonStart.vue.d.ts.map +0 -1
- package/dist/components/SplitButton/index.d.ts +0 -3
- package/dist/components/SplitButton/index.d.ts.map +0 -1
- package/dist/components/Stack/Stack.vue.d.ts +0 -70
- package/dist/components/Stack/Stack.vue.d.ts.map +0 -1
- package/dist/components/Stack/StackConstants.d.ts +0 -16
- package/dist/components/Stack/StackConstants.d.ts.map +0 -1
- package/dist/components/Stack/Utils.d.ts +0 -6
- package/dist/components/Stack/Utils.d.ts.map +0 -1
- package/dist/components/Stack/Validators.d.ts +0 -5
- package/dist/components/Stack/Validators.d.ts.map +0 -1
- package/dist/components/Stack/index.d.ts +0 -3
- package/dist/components/Stack/index.d.ts.map +0 -1
- package/dist/components/Tab/Tab.vue.d.ts +0 -462
- package/dist/components/Tab/Tab.vue.d.ts.map +0 -1
- package/dist/components/Tab/TabGroup.vue.d.ts +0 -250
- package/dist/components/Tab/TabGroup.vue.d.ts.map +0 -1
- package/dist/components/Tab/TabPanel.vue.d.ts +0 -55
- package/dist/components/Tab/TabPanel.vue.d.ts.map +0 -1
- package/dist/components/Tab/TabsConstants.d.ts +0 -32
- package/dist/components/Tab/TabsConstants.d.ts.map +0 -1
- package/dist/components/Tab/index.d.ts +0 -5
- package/dist/components/Tab/index.d.ts.map +0 -1
- package/dist/components/Text/Text.vue.d.ts +0 -145
- package/dist/components/Text/Text.vue.d.ts.map +0 -1
- package/dist/components/Text/TextConstants.d.ts +0 -95
- package/dist/components/Text/TextConstants.d.ts.map +0 -1
- package/dist/components/Text/index.d.ts +0 -3
- package/dist/components/Text/index.d.ts.map +0 -1
- package/dist/components/Toast/Layouts/ToastLayoutAlternate.vue.d.ts +0 -1344
- package/dist/components/Toast/Layouts/ToastLayoutAlternate.vue.d.ts.map +0 -1
- package/dist/components/Toast/Layouts/ToastLayoutAlternateIcon.vue.d.ts +0 -189
- package/dist/components/Toast/Layouts/ToastLayoutAlternateIcon.vue.d.ts.map +0 -1
- package/dist/components/Toast/Layouts/ToastLayoutDefault.vue.d.ts +0 -1385
- package/dist/components/Toast/Layouts/ToastLayoutDefault.vue.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -5624
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastConstants.d.ts +0 -12
- package/dist/components/Toast/ToastConstants.d.ts.map +0 -1
- package/dist/components/Toast/index.d.ts +0 -3
- package/dist/components/Toast/index.d.ts.map +0 -1
- package/dist/components/Toggle/Toggle.vue.d.ts +0 -108
- package/dist/components/Toggle/Toggle.vue.d.ts.map +0 -1
- package/dist/components/Toggle/ToggleConstants.d.ts +0 -13
- package/dist/components/Toggle/ToggleConstants.d.ts.map +0 -1
- package/dist/components/Toggle/index.d.ts +0 -3
- package/dist/components/Toggle/index.d.ts.map +0 -1
- package/dist/components/Tooltip/Tooltip.vue.d.ts +0 -310
- package/dist/components/Tooltip/Tooltip.vue.d.ts.map +0 -1
- package/dist/components/Tooltip/TooltipConstants.d.ts +0 -19
- package/dist/components/Tooltip/TooltipConstants.d.ts.map +0 -1
- package/dist/components/Tooltip/index.d.ts +0 -3
- package/dist/components/Tooltip/index.d.ts.map +0 -1
- package/dist/components/ValidationMessages/ValidationMessages.vue.d.ts +0 -42
- package/dist/components/ValidationMessages/ValidationMessages.vue.d.ts.map +0 -1
- package/dist/components/ValidationMessages/index.d.ts +0 -2
- package/dist/components/ValidationMessages/index.d.ts.map +0 -1
- package/dist/directives/focusgroup_directive/focusgroup.d.ts +0 -6
- package/dist/directives/focusgroup_directive/focusgroup.d.ts.map +0 -1
- package/dist/directives/focusgroup_directive/focusgroup_constants.d.ts +0 -74
- package/dist/directives/focusgroup_directive/focusgroup_constants.d.ts.map +0 -1
- package/dist/directives/focusgroup_directive/focusgroup_utils.d.ts +0 -15
- package/dist/directives/focusgroup_directive/focusgroup_utils.d.ts.map +0 -1
- package/dist/directives/focusgroup_directive/index.d.ts +0 -2
- package/dist/directives/focusgroup_directive/index.d.ts.map +0 -1
- package/dist/directives/focustrap_directive/focustrap.d.ts +0 -6
- package/dist/directives/focustrap_directive/focustrap.d.ts.map +0 -1
- package/dist/directives/focustrap_directive/focustrap_constants.d.ts +0 -7
- package/dist/directives/focustrap_directive/focustrap_constants.d.ts.map +0 -1
- package/dist/directives/focustrap_directive/focustrap_utils.d.ts +0 -5
- package/dist/directives/focustrap_directive/focustrap_utils.d.ts.map +0 -1
- package/dist/directives/focustrap_directive/index.d.ts +0 -2
- package/dist/directives/focustrap_directive/index.d.ts.map +0 -1
- package/dist/directives/mode_directive/index.d.ts +0 -2
- package/dist/directives/mode_directive/index.d.ts.map +0 -1
- package/dist/directives/mode_directive/mode.d.ts +0 -6
- package/dist/directives/mode_directive/mode.d.ts.map +0 -1
- package/dist/lib/box/box-constants.cjs +0 -2
- package/dist/lib/box/box-constants.cjs.map +0 -1
- package/dist/lib/box/box-constants.js +0 -107
- package/dist/lib/box/box-constants.js.map +0 -1
- package/dist/lib/box/box.cjs +0 -2
- package/dist/lib/box/box.cjs.map +0 -1
- package/dist/lib/box/box.js +0 -237
- package/dist/lib/box/box.js.map +0 -1
- package/dist/lib/box/index.cjs +0 -1
- package/dist/lib/box/index.js +0 -3
- package/dist/lib/box/validators.cjs +0 -2
- package/dist/lib/box/validators.cjs.map +0 -1
- package/dist/lib/box/validators.js +0 -17
- package/dist/lib/box/validators.js.map +0 -1
- package/dist/lib/codeblock/codeblock-constants.cjs +0 -2
- package/dist/lib/codeblock/codeblock-constants.cjs.map +0 -1
- package/dist/lib/codeblock/codeblock-constants.js +0 -20
- package/dist/lib/codeblock/codeblock-constants.js.map +0 -1
- package/dist/lib/datepicker/format-utils.cjs +0 -2
- package/dist/lib/datepicker/format-utils.cjs.map +0 -1
- package/dist/lib/datepicker/format-utils.js +0 -55
- package/dist/lib/datepicker/format-utils.js.map +0 -1
- package/dist/lib/editor/editor-toolbar-button.cjs +0 -2
- package/dist/lib/editor/editor-toolbar-button.cjs.map +0 -1
- package/dist/lib/editor/editor-toolbar-button.js +0 -73
- package/dist/lib/editor/editor-toolbar-button.js.map +0 -1
- package/dist/lib/editor/editor-toolbar-dropdown-button.cjs +0 -2
- package/dist/lib/editor/editor-toolbar-dropdown-button.cjs.map +0 -1
- package/dist/lib/editor/editor-toolbar-dropdown-button.js +0 -87
- package/dist/lib/editor/editor-toolbar-dropdown-button.js.map +0 -1
- package/dist/lib/editor/editor-toolbar-popover-button.cjs +0 -2
- package/dist/lib/editor/editor-toolbar-popover-button.cjs.map +0 -1
- package/dist/lib/editor/editor-toolbar-popover-button.js +0 -88
- package/dist/lib/editor/editor-toolbar-popover-button.js.map +0 -1
- package/dist/lib/filter-pill/filter-pill.cjs +0 -2
- package/dist/lib/filter-pill/filter-pill.cjs.map +0 -1
- package/dist/lib/filter-pill/filter-pill.js +0 -441
- package/dist/lib/filter-pill/filter-pill.js.map +0 -1
- package/dist/lib/filter-pill/index.cjs +0 -1
- package/dist/lib/filter-pill/index.js +0 -2
- package/dist/lib/focusgroup-directive/focusgroup-constants.cjs +0 -2
- package/dist/lib/focusgroup-directive/focusgroup-constants.cjs.map +0 -1
- package/dist/lib/focusgroup-directive/focusgroup-constants.js +0 -77
- package/dist/lib/focusgroup-directive/focusgroup-constants.js.map +0 -1
- package/dist/lib/focusgroup-directive/focusgroup-utils.cjs +0 -2
- package/dist/lib/focusgroup-directive/focusgroup-utils.cjs.map +0 -1
- package/dist/lib/focusgroup-directive/focusgroup-utils.js +0 -33
- package/dist/lib/focusgroup-directive/focusgroup-utils.js.map +0 -1
- package/dist/lib/focusgroup-directive/focusgroup.cjs +0 -2
- package/dist/lib/focusgroup-directive/focusgroup.cjs.map +0 -1
- package/dist/lib/focusgroup-directive/focusgroup.js +0 -143
- package/dist/lib/focusgroup-directive/focusgroup.js.map +0 -1
- package/dist/lib/focusgroup-directive/index.cjs +0 -1
- package/dist/lib/focusgroup-directive/index.js +0 -2
- package/dist/lib/focustrap-directive/focustrap-constants.cjs +0 -2
- package/dist/lib/focustrap-directive/focustrap-constants.cjs.map +0 -1
- package/dist/lib/focustrap-directive/focustrap-constants.js +0 -10
- package/dist/lib/focustrap-directive/focustrap-constants.js.map +0 -1
- package/dist/lib/focustrap-directive/focustrap-utils.cjs +0 -2
- package/dist/lib/focustrap-directive/focustrap-utils.cjs.map +0 -1
- package/dist/lib/focustrap-directive/focustrap-utils.js +0 -19
- package/dist/lib/focustrap-directive/focustrap-utils.js.map +0 -1
- package/dist/lib/focustrap-directive/focustrap.cjs +0 -2
- package/dist/lib/focustrap-directive/focustrap.cjs.map +0 -1
- package/dist/lib/focustrap-directive/focustrap.js +0 -96
- package/dist/lib/focustrap-directive/focustrap.js.map +0 -1
- package/dist/lib/focustrap-directive/index.cjs +0 -1
- package/dist/lib/focustrap-directive/index.js +0 -2
- package/dist/lib/kitchen-sink/kitchen-sink-view.cjs +0 -2
- package/dist/lib/kitchen-sink/kitchen-sink-view.cjs.map +0 -1
- package/dist/lib/kitchen-sink/kitchen-sink-view.js +0 -205
- package/dist/lib/kitchen-sink/kitchen-sink-view.js.map +0 -1
- package/dist/lib/mode-directive/index.cjs +0 -1
- package/dist/lib/mode-directive/index.js +0 -2
- package/dist/lib/mode-directive/mode.cjs +0 -2
- package/dist/lib/mode-directive/mode.cjs.map +0 -1
- package/dist/lib/mode-directive/mode.js +0 -73
- package/dist/lib/mode-directive/mode.js.map +0 -1
- package/dist/lib/mode-island/index.cjs +0 -1
- package/dist/lib/mode-island/index.js +0 -3
- package/dist/lib/mode-island/mode-island-constants.cjs +0 -2
- package/dist/lib/mode-island/mode-island-constants.cjs.map +0 -1
- package/dist/lib/mode-island/mode-island-constants.js +0 -10
- package/dist/lib/mode-island/mode-island-constants.js.map +0 -1
- package/dist/lib/mode-island/mode-island.cjs +0 -2
- package/dist/lib/mode-island/mode-island.cjs.map +0 -1
- package/dist/lib/mode-island/mode-island.js +0 -113
- package/dist/lib/mode-island/mode-island.js.map +0 -1
- package/dist/lib/mode-island/utils.cjs +0 -2
- package/dist/lib/mode-island/utils.cjs.map +0 -1
- package/dist/lib/mode-island/utils.js +0 -32
- package/dist/lib/mode-island/utils.js.map +0 -1
- package/dist/lib/mode-island/validators.cjs +0 -2
- package/dist/lib/mode-island/validators.cjs.map +0 -1
- package/dist/lib/mode-island/validators.js +0 -10
- package/dist/lib/mode-island/validators.js.map +0 -1
- package/dist/lib/prose/index.cjs +0 -1
- package/dist/lib/prose/index.js +0 -3
- package/dist/lib/prose/prose-constants.cjs +0 -2
- package/dist/lib/prose/prose-constants.cjs.map +0 -1
- package/dist/lib/prose/prose-constants.js +0 -89
- package/dist/lib/prose/prose-constants.js.map +0 -1
- package/dist/lib/prose/prose.cjs +0 -2
- package/dist/lib/prose/prose.cjs.map +0 -1
- package/dist/lib/prose/prose.js +0 -68
- package/dist/lib/prose/prose.js.map +0 -1
- package/dist/lib/rich-text-editor/markdown-renderer.cjs +0 -1
- package/dist/lib/rich-text-editor/markdown-renderer.js +0 -2
- package/dist/lib/segmented-control/index.cjs +0 -1
- package/dist/lib/segmented-control/index.js +0 -4
- package/dist/lib/segmented-control/segmented-control-constants.cjs +0 -2
- package/dist/lib/segmented-control/segmented-control-constants.cjs.map +0 -1
- package/dist/lib/segmented-control/segmented-control-constants.js +0 -41
- package/dist/lib/segmented-control/segmented-control-constants.js.map +0 -1
- package/dist/lib/segmented-control/segmented-control-item.cjs +0 -2
- package/dist/lib/segmented-control/segmented-control-item.cjs.map +0 -1
- package/dist/lib/segmented-control/segmented-control-item.js +0 -104
- package/dist/lib/segmented-control/segmented-control-item.js.map +0 -1
- package/dist/lib/segmented-control/segmented-control.cjs +0 -2
- package/dist/lib/segmented-control/segmented-control.cjs.map +0 -1
- package/dist/lib/segmented-control/segmented-control.js +0 -204
- package/dist/lib/segmented-control/segmented-control.js.map +0 -1
- package/dist/lib/split-button/split-button-end.cjs +0 -2
- package/dist/lib/split-button/split-button-end.cjs.map +0 -1
- package/dist/lib/split-button/split-button-end.js +0 -85
- package/dist/lib/split-button/split-button-end.js.map +0 -1
- package/dist/lib/split-button/split-button-start.cjs +0 -2
- package/dist/lib/split-button/split-button-start.cjs.map +0 -1
- package/dist/lib/split-button/split-button-start.js +0 -181
- package/dist/lib/split-button/split-button-start.js.map +0 -1
- package/dist/lib/text/index.cjs +0 -1
- package/dist/lib/text/index.js +0 -3
- package/dist/lib/text/text-constants.cjs +0 -2
- package/dist/lib/text/text-constants.cjs.map +0 -1
- package/dist/lib/text/text-constants.js +0 -128
- package/dist/lib/text/text-constants.js.map +0 -1
- package/dist/lib/text/text.cjs +0 -2
- package/dist/lib/text/text.cjs.map +0 -1
- package/dist/lib/text/text.js +0 -149
- package/dist/lib/text/text.js.map +0 -1
- package/dist/message_input-CJHgmFLg.js +0 -667
- package/dist/message_input-CJHgmFLg.js.map +0 -1
- package/dist/message_input-C_TN2Zgh.cjs +0 -2
- package/dist/message_input-C_TN2Zgh.cjs.map +0 -1
- package/dist/mode_constants-CzYJW9ua.cjs +0 -2
- package/dist/mode_constants-CzYJW9ua.cjs.map +0 -1
- package/dist/mode_constants-tb7TL85q.js +0 -14
- package/dist/mode_constants-tb7TL85q.js.map +0 -1
- /package/dist/components/{RichTextEditor/Extensions/Channels → rich_text_editor/extensions/channels}/ChannelSuggestion.vue.d.ts +0 -0
- /package/dist/components/{RichTextEditor/Extensions/SlashCommand → rich_text_editor/extensions/slash_command}/SlashCommandComponent.vue.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar-button.cjs","names":[],"sources":["../../../recipes/buttons/callbar_button/callbar_button.vue"],"sourcesContent":["<template>\n <dt-tooltip\n :id=\"id\"\n :inverted=\"invertedTooltip\"\n
|
|
1
|
+
{"version":3,"file":"callbar-button.cjs","names":[],"sources":["../../../recipes/buttons/callbar_button/callbar_button.vue"],"sourcesContent":["<template>\n <dt-tooltip\n :id=\"id\"\n :inverted=\"invertedTooltip\"\n v-bind=\"addClassStyleAttrs($attrs)\"\n :delay=\"tooltipDelay\"\n :show=\"showTooltip\"\n :offset=\"[0, 24]\"\n >\n <template #anchor>\n <span\n :class=\"{ 'd-recipe-callbar-button--disabled': disabled }\"\n >\n <dt-button\n :importance=\"buttonImportance\"\n kind=\"muted\"\n icon-position=\"top\"\n :aria-disabled=\"disabled\"\n :aria-label=\"ariaLabel\"\n :label-class=\"callbarButtonTextClass\"\n :width=\"buttonWidth\"\n :class=\"callbarButtonClass\"\n v-bind=\"removeClassStyleAttrs($attrs)\"\n v-on=\"callbarButtonListeners\"\n >\n <slot />\n <template #icon>\n <slot name=\"icon\" />\n </template>\n </dt-button>\n </span>\n </template>\n <slot name=\"tooltip\">\n {{ tooltipText }}\n </slot>\n </dt-tooltip>\n</template>\n\n<script>\nimport { CALLBAR_BUTTON_VALID_WIDTH_SIZE } from './callbar_button_constants';\nimport { DtButton } from '@/components/button';\nimport { DtTooltip } from '@/components/tooltip';\nimport utils, { extractVueListeners, removeClassStyleAttrs, addClassStyleAttrs } from '@/common/utils';\n\nexport default {\n compatConfig: { MODE: 3 },\n name: 'DtRecipeCallbarButton',\n\n components: { DtButton, DtTooltip },\n\n inheritAttrs: false,\n\n props: {\n /**\n * Id for the item.\n */\n id: {\n type: String,\n default () {\n return utils.getUniqueString();\n },\n },\n\n /**\n * Determines whether the button should have active styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n active: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have danger styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n danger: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should be disabled\n * default is false.\n * @values true, false\n */\n disabled: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Whether the button is a circle or not.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n circle: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Aria label for the button. If empty, it takes its value from the default slot.\n */\n ariaLabel: {\n type: String,\n default: null,\n validator: (label) => {\n return label || this.$slots.default;\n },\n },\n\n /**\n * Additional class name for the button wrapper element.\n */\n buttonClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the button text.\n */\n textClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /*\n * Width size. Valid values are: 'xl', 'lg', 'md' and 'sm'.\n */\n buttonWidthSize: {\n type: String,\n default: 'xl',\n validator: size => CALLBAR_BUTTON_VALID_WIDTH_SIZE.includes(size),\n },\n\n /**\n * The fill and outline of the button associated with its visual importance.\n * @values clear, outlined, primary\n */\n importance: {\n type: String,\n default: '',\n },\n\n /**\n * Whether the tooltip has an inverted background color.\n * @values true, false\n */\n invertedTooltip: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Use this if you would like to manually override the logic for when the tooltip shows.\n * Otherwise it will just show on hover/focus.\n * @values null, true, false\n */\n showTooltip: {\n type: Boolean,\n default: null,\n },\n\n /**\n * The message that displays in the tooltip. This will be overridden by the tooltip slot.\n */\n tooltipText: {\n type: String,\n default: undefined,\n },\n\n /**\n * Whether there is a delay before the tooltip shows on hover/focus.\n * @values true, false\n */\n tooltipDelay: {\n type: Boolean,\n default: undefined,\n },\n },\n\n emits: [\n /**\n * Native click event\n *\n * @event click\n * @type {PointerEvent | KeyboardEvent}\n */\n 'click',\n ],\n\n computed: {\n callbarButtonClass () {\n return [\n this.buttonClass,\n 'd-recipe-callbar-button',\n {\n 'd-recipe-callbar-button--circle': this.circle,\n 'd-recipe-callbar-button--active': this.active,\n 'd-recipe-callbar-button--danger': this.danger,\n 'd-btn--disabled': this.disabled,\n }];\n },\n\n callbarButtonTextClass () {\n return [\n 'd-recipe-callbar-button__text',\n this.textClass,\n ];\n },\n\n buttonWidth () {\n switch (this.buttonWidthSize) {\n case 'sm':\n return '4.5rem';\n case 'md':\n return '6rem';\n default:\n return '8.4rem';\n }\n },\n\n buttonImportance () {\n if (this.importance) {\n return this.importance;\n }\n return this.circle ? 'outlined' : 'clear';\n },\n\n callbarButtonListeners () {\n return {\n ...extractVueListeners(this.$attrs),\n click: (event) => this.$emit('click', event),\n };\n },\n },\n\n methods: {\n removeClassStyleAttrs,\n addClassStyleAttrs,\n },\n};\n</script>\n"],"mappings":"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"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import e, {
|
|
2
|
-
import { t as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as
|
|
6
|
-
import { createBlock as
|
|
1
|
+
import e, { addClassStyleAttrs as t, extractVueListeners as n, removeClassStyleAttrs as r } from "../../common/utils/index.js";
|
|
2
|
+
import { t as i } from "../../_plugin-vue_export-helper-BTgDAbhb.js";
|
|
3
|
+
import a from "../button/button.js";
|
|
4
|
+
import o from "../tooltip/tooltip.js";
|
|
5
|
+
import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as s } from "./callbar-button-constants.js";
|
|
6
|
+
import { createBlock as c, createElementVNode as l, createTextVNode as u, createVNode as d, mergeProps as f, normalizeClass as p, openBlock as m, renderSlot as h, resolveComponent as g, toDisplayString as _, toHandlers as v, withCtx as y } from "vue";
|
|
7
7
|
//#region recipes/buttons/callbar_button/callbar_button.vue
|
|
8
8
|
var b = {
|
|
9
9
|
compatConfig: { MODE: 3 },
|
|
10
10
|
name: "DtRecipeCallbarButton",
|
|
11
11
|
components: {
|
|
12
|
-
DtButton:
|
|
13
|
-
DtTooltip:
|
|
12
|
+
DtButton: a,
|
|
13
|
+
DtTooltip: o
|
|
14
14
|
},
|
|
15
15
|
inheritAttrs: !1,
|
|
16
16
|
props: {
|
|
@@ -60,7 +60,7 @@ var b = {
|
|
|
60
60
|
buttonWidthSize: {
|
|
61
61
|
type: String,
|
|
62
62
|
default: "xl",
|
|
63
|
-
validator: (e) =>
|
|
63
|
+
validator: (e) => s.includes(e)
|
|
64
64
|
},
|
|
65
65
|
importance: {
|
|
66
66
|
type: String,
|
|
@@ -112,34 +112,37 @@ var b = {
|
|
|
112
112
|
},
|
|
113
113
|
callbarButtonListeners() {
|
|
114
114
|
return {
|
|
115
|
-
...
|
|
115
|
+
...n(this.$attrs),
|
|
116
116
|
click: (e) => this.$emit("click", e)
|
|
117
117
|
};
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
methods: {
|
|
120
|
+
methods: {
|
|
121
|
+
removeClassStyleAttrs: r,
|
|
122
|
+
addClassStyleAttrs: t
|
|
123
|
+
}
|
|
121
124
|
};
|
|
122
125
|
function x(e, t, n, r, i, a) {
|
|
123
|
-
let o = g("dt-button"),
|
|
124
|
-
return m(), s
|
|
126
|
+
let o = g("dt-button"), s = g("dt-tooltip");
|
|
127
|
+
return m(), c(s, f({
|
|
125
128
|
id: n.id,
|
|
126
|
-
inverted: n.invertedTooltip
|
|
127
|
-
|
|
128
|
-
style: p(e.$attrs.style),
|
|
129
|
+
inverted: n.invertedTooltip
|
|
130
|
+
}, a.addClassStyleAttrs(e.$attrs), {
|
|
129
131
|
delay: n.tooltipDelay,
|
|
130
|
-
|
|
132
|
+
show: n.showTooltip,
|
|
131
133
|
offset: [0, 24]
|
|
132
|
-
}, {
|
|
133
|
-
anchor: y(() => [
|
|
134
|
+
}), {
|
|
135
|
+
anchor: y(() => [l("span", { class: p({ "d-recipe-callbar-button--disabled": n.disabled }) }, [d(o, f({
|
|
134
136
|
importance: a.buttonImportance,
|
|
135
137
|
kind: "muted",
|
|
138
|
+
"icon-position": "top",
|
|
136
139
|
"aria-disabled": n.disabled,
|
|
137
140
|
"aria-label": n.ariaLabel,
|
|
138
141
|
"label-class": a.callbarButtonTextClass,
|
|
139
142
|
width: a.buttonWidth,
|
|
140
143
|
class: a.callbarButtonClass
|
|
141
144
|
}, a.removeClassStyleAttrs(e.$attrs), v(a.callbarButtonListeners)), {
|
|
142
|
-
|
|
145
|
+
icon: y(() => [h(e.$slots, "icon")]),
|
|
143
146
|
default: y(() => [h(e.$slots, "default")]),
|
|
144
147
|
_: 3
|
|
145
148
|
}, 16, [
|
|
@@ -150,18 +153,16 @@ function x(e, t, n, r, i, a) {
|
|
|
150
153
|
"width",
|
|
151
154
|
"class"
|
|
152
155
|
])], 2)]),
|
|
153
|
-
default: y(() => [h(e.$slots, "tooltip", {}, () => [
|
|
156
|
+
default: y(() => [h(e.$slots, "tooltip", {}, () => [u(_(n.tooltipText), 1)])]),
|
|
154
157
|
_: 3
|
|
155
|
-
},
|
|
158
|
+
}, 16, [
|
|
156
159
|
"id",
|
|
157
160
|
"inverted",
|
|
158
|
-
"class",
|
|
159
|
-
"style",
|
|
160
161
|
"delay",
|
|
161
|
-
"
|
|
162
|
+
"show"
|
|
162
163
|
]);
|
|
163
164
|
}
|
|
164
|
-
var S = /* @__PURE__ */
|
|
165
|
+
var S = /* @__PURE__ */ i(b, [["render", x]]);
|
|
165
166
|
//#endregion
|
|
166
167
|
export { S as default };
|
|
167
168
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar-button.js","names":[],"sources":["../../../recipes/buttons/callbar_button/callbar_button.vue"],"sourcesContent":["<template>\n <dt-tooltip\n :id=\"id\"\n :inverted=\"invertedTooltip\"\n
|
|
1
|
+
{"version":3,"file":"callbar-button.js","names":[],"sources":["../../../recipes/buttons/callbar_button/callbar_button.vue"],"sourcesContent":["<template>\n <dt-tooltip\n :id=\"id\"\n :inverted=\"invertedTooltip\"\n v-bind=\"addClassStyleAttrs($attrs)\"\n :delay=\"tooltipDelay\"\n :show=\"showTooltip\"\n :offset=\"[0, 24]\"\n >\n <template #anchor>\n <span\n :class=\"{ 'd-recipe-callbar-button--disabled': disabled }\"\n >\n <dt-button\n :importance=\"buttonImportance\"\n kind=\"muted\"\n icon-position=\"top\"\n :aria-disabled=\"disabled\"\n :aria-label=\"ariaLabel\"\n :label-class=\"callbarButtonTextClass\"\n :width=\"buttonWidth\"\n :class=\"callbarButtonClass\"\n v-bind=\"removeClassStyleAttrs($attrs)\"\n v-on=\"callbarButtonListeners\"\n >\n <slot />\n <template #icon>\n <slot name=\"icon\" />\n </template>\n </dt-button>\n </span>\n </template>\n <slot name=\"tooltip\">\n {{ tooltipText }}\n </slot>\n </dt-tooltip>\n</template>\n\n<script>\nimport { CALLBAR_BUTTON_VALID_WIDTH_SIZE } from './callbar_button_constants';\nimport { DtButton } from '@/components/button';\nimport { DtTooltip } from '@/components/tooltip';\nimport utils, { extractVueListeners, removeClassStyleAttrs, addClassStyleAttrs } from '@/common/utils';\n\nexport default {\n compatConfig: { MODE: 3 },\n name: 'DtRecipeCallbarButton',\n\n components: { DtButton, DtTooltip },\n\n inheritAttrs: false,\n\n props: {\n /**\n * Id for the item.\n */\n id: {\n type: String,\n default () {\n return utils.getUniqueString();\n },\n },\n\n /**\n * Determines whether the button should have active styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n active: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have danger styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n danger: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should be disabled\n * default is false.\n * @values true, false\n */\n disabled: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Whether the button is a circle or not.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n circle: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Aria label for the button. If empty, it takes its value from the default slot.\n */\n ariaLabel: {\n type: String,\n default: null,\n validator: (label) => {\n return label || this.$slots.default;\n },\n },\n\n /**\n * Additional class name for the button wrapper element.\n */\n buttonClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the button text.\n */\n textClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /*\n * Width size. Valid values are: 'xl', 'lg', 'md' and 'sm'.\n */\n buttonWidthSize: {\n type: String,\n default: 'xl',\n validator: size => CALLBAR_BUTTON_VALID_WIDTH_SIZE.includes(size),\n },\n\n /**\n * The fill and outline of the button associated with its visual importance.\n * @values clear, outlined, primary\n */\n importance: {\n type: String,\n default: '',\n },\n\n /**\n * Whether the tooltip has an inverted background color.\n * @values true, false\n */\n invertedTooltip: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Use this if you would like to manually override the logic for when the tooltip shows.\n * Otherwise it will just show on hover/focus.\n * @values null, true, false\n */\n showTooltip: {\n type: Boolean,\n default: null,\n },\n\n /**\n * The message that displays in the tooltip. This will be overridden by the tooltip slot.\n */\n tooltipText: {\n type: String,\n default: undefined,\n },\n\n /**\n * Whether there is a delay before the tooltip shows on hover/focus.\n * @values true, false\n */\n tooltipDelay: {\n type: Boolean,\n default: undefined,\n },\n },\n\n emits: [\n /**\n * Native click event\n *\n * @event click\n * @type {PointerEvent | KeyboardEvent}\n */\n 'click',\n ],\n\n computed: {\n callbarButtonClass () {\n return [\n this.buttonClass,\n 'd-recipe-callbar-button',\n {\n 'd-recipe-callbar-button--circle': this.circle,\n 'd-recipe-callbar-button--active': this.active,\n 'd-recipe-callbar-button--danger': this.danger,\n 'd-btn--disabled': this.disabled,\n }];\n },\n\n callbarButtonTextClass () {\n return [\n 'd-recipe-callbar-button__text',\n this.textClass,\n ];\n },\n\n buttonWidth () {\n switch (this.buttonWidthSize) {\n case 'sm':\n return '4.5rem';\n case 'md':\n return '6rem';\n default:\n return '8.4rem';\n }\n },\n\n buttonImportance () {\n if (this.importance) {\n return this.importance;\n }\n return this.circle ? 'outlined' : 'clear';\n },\n\n callbarButtonListeners () {\n return {\n ...extractVueListeners(this.$attrs),\n click: (event) => this.$emit('click', event),\n };\n },\n },\n\n methods: {\n removeClassStyleAttrs,\n addClassStyleAttrs,\n },\n};\n</script>\n"],"mappings":";;;;;;;AA4CA,IAAK,IAAU;CACb,cAAc,EAAE,MAAM,GAAG;CACzB,MAAM;CAEN,YAAY;EAAE,UAAA;EAAU,WAAA;EAAW;CAEnC,cAAc;CAEd,OAAO;EAIL,IAAI;GACF,MAAM;GACN,UAAW;AACT,WAAO,EAAM,iBAAiB;;GAEjC;EAQD,QAAQ;GACN,MAAM;GACN,SAAS;GACV;EAQD,QAAQ;GACN,MAAM;GACN,SAAS;GACV;EAOD,UAAU;GACR,MAAM;GACN,SAAS;GACV;EAOD,QAAQ;GACN,MAAM;GACN,SAAS;GACV;EAKD,WAAW;GACT,MAAM;GACN,SAAS;GACT,YAAY,MACH,MAAA,KAAA,GAAc,OAAO;GAE/B;EAKD,aAAa;GACX,MAAM;IAAC;IAAQ;IAAO;IAAO;GAC7B,SAAS;GACV;EAKD,WAAW;GACT,MAAM;IAAC;IAAQ;IAAO;IAAO;GAC7B,SAAS;GACV;EAKD,iBAAiB;GACf,MAAM;GACN,SAAS;GACT,YAAW,MAAQ,EAAgC,SAAS,EAAK;GAClE;EAMD,YAAY;GACV,MAAM;GACN,SAAS;GACV;EAMD,iBAAiB;GACf,MAAM;GACN,SAAS;GACV;EAOD,aAAa;GACX,MAAM;GACN,SAAS;GACV;EAKD,aAAa;GACX,MAAM;GACN,SAAS,KAAA;GACV;EAMD,cAAc;GACZ,MAAM;GACN,SAAS,KAAA;GACV;EACF;CAED,OAAO,CAOL,QACD;CAED,UAAU;EACR,qBAAsB;AACpB,UAAO;IACL,KAAK;IACL;IACA;KACE,mCAAmC,KAAK;KACxC,mCAAmC,KAAK;KACxC,mCAAmC,KAAK;KACxC,mBAAmB,KAAK;KACzB;IAAC;;EAGN,yBAA0B;AACxB,UAAO,CACL,iCACA,KAAK,UACN;;EAGH,cAAe;AACb,WAAQ,KAAK,iBAAb;IACE,KAAK,KACH,QAAO;IACT,KAAK,KACH,QAAO;IACT,QACE,QAAO;;;EAIb,mBAAoB;AAIlB,UAHI,KAAK,aACA,KAAK,aAEP,KAAK,SAAS,aAAa;;EAGpC,yBAA0B;AACxB,UAAO;IACL,GAAG,EAAoB,KAAK,OAAO;IACnC,QAAQ,MAAU,KAAK,MAAM,SAAS,EAAM;IAC7C;;EAEJ;CAED,SAAS;EACP;EACA;EACD;CACF;;;aAtPC,EAkCa,GAlCb,EAkCa;EAjCV,IAAI,EAAA;EACJ,UAAU,EAAA;IACH,EAAA,mBAAmB,EAAA,OAAM,EAAA;EAChC,OAAO,EAAA;EACP,MAAM,EAAA;EACN,QAAQ,CAAA,GAAA,GAAO;;EAEL,QAAM,QAqBR,CApBP,EAoBO,QAAA,EAnBJ,OAAK,EAAA,EAAA,qCAAyC,EAAA,UAAQ,CAAA,EAAA,EAAA,CAEvD,EAgBY,GAhBZ,EAgBY;GAfT,YAAY,EAAA;GACb,MAAK;GACL,iBAAc;GACb,iBAAe,EAAA;GACf,cAAY,EAAA;GACZ,eAAa,EAAA;GACb,OAAO,EAAA;GACP,OAAO,EAAA;KACA,EAAA,sBAAsB,EAAA,OAAM,EACpC,EAA6B,EAAvB,uBAAsB,CAAA,EAAA;GAGjB,MAAI,QACO,CAApB,EAAoB,EAAA,QAAA,OAAA,CAAA,CAAA;oBAFd,CAAR,EAAQ,EAAA,QAAA,UAAA,CAAA,CAAA;;;;;;;;;;mBASP,CAFP,EAEO,EAAA,QAAA,WAAA,EAAA,QAAA,CAAA,EAAA,EADF,EAAA,YAAW,EAAA,EAAA,CAAA,CAAA,CAAA,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}}),require(`../../chunk-Bmb41Sf3.cjs`);const e=require(`../../common/utils/index.cjs`),t=require(`../../_plugin-vue_export-helper-D8jCH6HB.cjs`),n=require(`../../localization/index.cjs`),r=require(`../button/button.cjs`),i=require(`../dropdown/dropdown.cjs`),a=require(`../callbar-button/callbar-button-constants.cjs`),o=require(`../callbar-button/callbar-button.cjs`);let s=require(`vue`),c=require(`@dialpad/dialtone-icons/
|
|
1
|
+
Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}}),require(`../../chunk-Bmb41Sf3.cjs`);const e=require(`../../common/utils/index.cjs`),t=require(`../../_plugin-vue_export-helper-D8jCH6HB.cjs`),n=require(`../../localization/index.cjs`),r=require(`../button/button.cjs`),i=require(`../dropdown/dropdown.cjs`),a=require(`../callbar-button/callbar-button-constants.cjs`),o=require(`../callbar-button/callbar-button.cjs`);let s=require(`vue`),c=require(`@dialpad/dialtone-icons/vue3`);var l={name:`DtRecipeCallbarButtonWithDropdown`,components:{DtRecipeCallbarButton:o.default,DtDropdown:i.default,DtButton:r.default,DtIconChevronUp:c.DtIconChevronUp},inheritAttrs:!1,props:{id:{type:String,default(){return e.default.getUniqueString()}},ariaLabel:{type:String,default:null,validator:e=>e||(void 0).$slots.default},placement:{type:String,default:`top`},fallbackPlacements:{type:Array,default:()=>[`auto`]},disabled:{type:Boolean,default:!1},forceShowArrow:{type:Boolean,default:!1},active:{type:Boolean,default:!1},danger:{type:Boolean,default:!1},onClick:{type:Function,default:null},buttonClass:{type:[String,Array,Object],default:``},textClass:{type:[String,Array,Object],default:``},buttonWidthSize:{type:String,default:`xl`,validator:e=>a.CALLBAR_BUTTON_VALID_WIDTH_SIZE.includes(e)},invertedTooltip:{type:Boolean,default:!1},showTooltip:{type:Boolean,default:null},tooltipText:{type:String,default:void 0},tooltipDelay:{type:Boolean,default:void 0}},emits:[`arrow-click`,`click`,`opened`],data(){return{open:!1,i18n:new n.DialtoneLocalization}},computed:{showArrowButton(){return this.forceShowArrow||!this.disabled},isCompactMode(){return this.buttonWidthSize===`sm`||this.buttonWidthSize===`md`},arrowButtonLabel(){return this.i18n.$t(`DIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL`)}},mounted(){e.warnIfUnmounted(e.returnFirstEl(this.$el),this.$options.name)},methods:{removeClassStyleAttrs:e.removeClassStyleAttrs,addClassStyleAttrs:e.addClassStyleAttrs,arrowClick(e){return this.$emit(`arrow-click`,e),this.toggleOpen()},toggleOpen(){return this.open=!this.open},syncOpenState(){this.open=this.openDropdown},buttonClick(e){this.$props.onClick?this.$emit(`click`,e):this.arrowClick(e)},onModalIsOpened(e){this.open=e,this.$emit(`opened`,e)}}};function u(e,t,n,r,i,a){let o=(0,s.resolveComponent)(`dt-recipe-callbar-button`),c=(0,s.resolveComponent)(`dt-icon-chevron-up`),l=(0,s.resolveComponent)(`dt-button`),u=(0,s.resolveComponent)(`dt-dropdown`);return(0,s.openBlock)(),(0,s.createElementBlock)(`div`,(0,s.mergeProps)({class:`dt-recipe--callbar-button-with-dropdown`},a.addClassStyleAttrs(e.$attrs)),[(0,s.createVNode)(o,{active:n.active,"aria-label":n.ariaLabel,"button-class":n.buttonClass,"button-width-size":n.buttonWidthSize,danger:n.danger,disabled:n.disabled,"inverted-tooltip":n.invertedTooltip,"show-tooltip":n.showTooltip,"text-class":n.textClass,"tooltip-delay":n.tooltipDelay,"tooltip-text":n.tooltipText,class:`dt-recipe--callbar-button-with-dropdown--main-button`,onClick:a.buttonClick},{icon:(0,s.withCtx)(()=>[(0,s.renderSlot)(e.$slots,`icon`)]),tooltip:(0,s.withCtx)(()=>[(0,s.renderSlot)(e.$slots,`tooltip`)]),default:(0,s.withCtx)(()=>[(0,s.renderSlot)(e.$slots,`default`)]),_:3},8,[`active`,`aria-label`,`button-class`,`button-width-size`,`danger`,`disabled`,`inverted-tooltip`,`show-tooltip`,`text-class`,`tooltip-delay`,`tooltip-text`,`onClick`]),a.showArrowButton?((0,s.openBlock)(),(0,s.createBlock)(u,(0,s.mergeProps)({key:0,id:n.id,"fallback-placements":n.fallbackPlacements,open:i.open,modal:!1,placement:n.placement,class:`dt-recipe--callbar-button-with-dropdown--dropdown-wrapper`,padding:`none`},a.removeClassStyleAttrs(e.$attrs),{onOpened:a.onModalIsOpened}),{anchor:(0,s.withCtx)(()=>[(0,s.createVNode)(l,{active:i.open,class:(0,s.normalizeClass)([`dt-recipe--callbar-button-with-dropdown--arrow`,{"dt-recipe--callbar-button-with-dropdown--arrow--large":!a.isCompactMode}]),circle:!0,importance:`clear`,size:`lg`,"aria-label":a.arrowButtonLabel,title:a.arrowButtonLabel,width:`2rem`,onClick:a.arrowClick},{icon:(0,s.withCtx)(()=>[(0,s.createVNode)(c,{class:`dt-recipe--callbar-button-with-dropdown--arrow__icon`,size:`200`})]),_:1},8,[`active`,`class`,`aria-label`,`title`,`onClick`])]),list:(0,s.withCtx)(({close:t})=>[(0,s.renderSlot)(e.$slots,`list`,{close:t})]),_:3},16,[`id`,`fallback-placements`,`open`,`placement`,`onOpened`])):(0,s.createCommentVNode)(``,!0)],16)}var d=t.t(l,[[`render`,u]]);exports.default=d;
|
|
2
2
|
//# sourceMappingURL=callbar-button-with-dropdown.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar-button-with-dropdown.cjs","names":[],"sources":["../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"sourcesContent":["<template>\n <div\n :class=\"['dt-recipe--callbar-button-with-dropdown', $attrs.class]\"\n :style=\"$attrs.style\"\n >\n <dt-recipe-callbar-button\n :active=\"active\"\n :aria-label=\"ariaLabel\"\n :button-class=\"buttonClass\"\n :button-width-size=\"buttonWidthSize\"\n :danger=\"danger\"\n :disabled=\"disabled\"\n :inverted-tooltip=\"invertedTooltip\"\n :show-tooltip=\"showTooltip\"\n :text-class=\"textClass\"\n :tooltip-delay=\"tooltipDelay\"\n :tooltip-text=\"tooltipText\"\n class=\"dt-recipe--callbar-button-with-dropdown--main-button\"\n @click=\"buttonClick\"\n >\n <template\n v-if=\"$slots.blockStartIcon\"\n #blockStartIcon\n >\n <slot name=\"blockStartIcon\" />\n </template>\n <template\n v-if=\"$slots.icon\"\n #icon\n >\n <slot name=\"icon\" />\n </template>\n <template #tooltip>\n <slot name=\"tooltip\" />\n </template>\n <slot />\n </dt-recipe-callbar-button>\n <dt-dropdown\n v-if=\"showArrowButton\"\n :id=\"id\"\n :fallback-placements=\"fallbackPlacements\"\n :open=\"open\"\n :modal=\"false\"\n :placement=\"placement\"\n class=\"dt-recipe--callbar-button-with-dropdown--dropdown-wrapper\"\n padding=\"none\"\n v-bind=\"removeClassStyleAttrs($attrs)\"\n @opened=\"onModalIsOpened\"\n >\n <template #anchor>\n <dt-button\n :active=\"open\"\n :class=\"['dt-recipe--callbar-button-with-dropdown--arrow',\n { 'dt-recipe--callbar-button-with-dropdown--arrow--large': !isCompactMode }]\"\n :circle=\"true\"\n importance=\"clear\"\n :size=\"400\"\n :aria-label=\"arrowButtonLabel\"\n :title=\"arrowButtonLabel\"\n width=\"2rem\"\n @click=\"arrowClick\"\n >\n <template #startIcon>\n <dt-icon-chevron-up\n class=\"dt-recipe--callbar-button-with-dropdown--arrow__icon\"\n size=\"200\"\n />\n </template>\n </dt-button>\n </template>\n <template #list=\"{ close }\">\n <slot\n :close=\"close\"\n name=\"list\"\n />\n </template>\n </dt-dropdown>\n </div>\n</template>\n\n<script>\nimport { DtButton } from '@/components/Button';\nimport { DtDropdown } from '@/components/Dropdown';\nimport { DtIconChevronUp } from '@dialpad/dialtone-icons/vue';\nimport { DtRecipeCallbarButton, CALLBAR_BUTTON_VALID_WIDTH_SIZE } from '../callbar_button';\nimport utils, { warnIfUnmounted, removeClassStyleAttrs, returnFirstEl } from '@/common/utils';\nimport { DialtoneLocalization } from '@/localization';\n\nexport default {\n name: 'DtRecipeCallbarButtonWithDropdown',\n\n components: { DtRecipeCallbarButton, DtDropdown, DtButton, DtIconChevronUp },\n\n /* inheritAttrs: false is generally an option we want to set on library\n components. This allows any attributes passed in that are not recognized\n as props to be passed down to another element or component using v-bind:$attrs\n more info: https://vuejs.org/v2/api/#inheritAttrs */\n inheritAttrs: false,\n\n props: {\n /**\n * Id for the item.\n */\n id: {\n type: String,\n default () {\n return utils.getUniqueString();\n },\n },\n\n /**\n * Aria label for the button. If empty, it takes its value from the default slot.\n */\n ariaLabel: {\n type: String,\n default: null,\n validator: (label) => {\n return label || this.$slots.default;\n },\n },\n\n /**\n * The direction the dropdown displays relative to the anchor.\n * @values 'bottom', 'bottom-start', 'bottom-end',\n * 'right', 'right-start', 'right-end',\n * 'left', 'left-start', 'left-end',\n * 'top', 'top-start', 'top-end'\n * @default 'top'\n */\n placement: {\n type: String,\n default: 'top',\n },\n\n /**\n * If the dropdown does not fit in the direction described by \"placement\",\n * it will attempt to change it's direction to the \"fallbackPlacements\".\n *\n * @values top, top-start, top-end,\n * right, right-start, right-end,\n * left, left-start, left-end,\n * bottom, bottom-start, bottom-end,\n * auto, auto-start, auto-end\n * */\n fallbackPlacements: {\n type: Array,\n default: () => {\n return ['auto'];\n },\n },\n\n /**\n * Determines whether the button should be disabled\n * default is false.\n * @values true, false\n */\n disabled: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Forces showing the arrow, even if the button is disabled.\n * default is false\n * @values true, false\n */\n forceShowArrow: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have active styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n active: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have danger styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n danger: {\n type: Boolean,\n default: false,\n },\n\n /**\n * We need this declaration because of how Vue3 informs the component about a listener.\n * Spoiler alert: it doesn't.\n * Vue3 intends to work as a real pub-sub, meaning the publisher has not a clue of who the subscribers are.\n * This makes it impossible from the regular declaration (emits: ['click']) to check whether\n * we actually have a click handler or not.\n * We're hacking it by adding an onClick prop: https://github.com/vuejs/core/issues/5220\n */\n\n onClick: {\n type: Function,\n default: null,\n },\n\n /**\n * Additional class name for the button wrapper element.\n */\n buttonClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the button text.\n */\n textClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /*\n * Width size. Valid values are: 'xl', 'lg', 'md' and 'sm'.\n */\n buttonWidthSize: {\n type: String,\n default: 'xl',\n validator: size => CALLBAR_BUTTON_VALID_WIDTH_SIZE.includes(size),\n },\n\n /**\n * Whether the tooltip has an inverted background color.\n * @values true, false\n */\n invertedTooltip: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Use this if you would like to manually override the logic for when the tooltip shows.\n * Otherwise it will just show on hover/focus.\n * @values null, true, false\n */\n showTooltip: {\n type: Boolean,\n default: null,\n },\n\n /**\n * The message that displays in the tooltip. This will be overridden by the tooltip slot.\n */\n tooltipText: {\n type: String,\n default: undefined,\n },\n\n /**\n * Whether there is a delay before the tooltip shows on hover/focus.\n * @values true, false\n */\n tooltipDelay: {\n type: Boolean,\n default: undefined,\n },\n },\n\n emits: [\n /**\n * Emitted when the arrow is clicked\n */\n 'arrow-click',\n\n /**\n * Native click event\n *\n * @event click\n * @type {PointerEvent | KeyboardEvent}\n */\n 'click',\n\n /**\n * Emitted when modal dropdown is opened or closed.\n */\n 'opened',\n ],\n\n data () {\n return {\n open: false,\n i18n: new DialtoneLocalization(),\n };\n },\n\n computed: {\n showArrowButton () {\n return this.forceShowArrow || !this.disabled;\n },\n\n isCompactMode () {\n return this.buttonWidthSize === 'sm' || this.buttonWidthSize === 'md';\n },\n\n arrowButtonLabel () {\n return this.i18n.$t('DIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL');\n },\n },\n\n mounted () {\n warnIfUnmounted(returnFirstEl(this.$el), this.$options.name);\n },\n\n methods: {\n removeClassStyleAttrs,\n arrowClick (ev) {\n this.$emit('arrow-click', ev);\n return this.toggleOpen();\n },\n\n toggleOpen () {\n return (this.open = !this.open);\n },\n\n syncOpenState () {\n this.open = this.openDropdown;\n },\n\n buttonClick (ev) {\n // If no listener for the click event, the button click opens the dropdown\n // the same as if the arrow was clicked.\n if (!this.$props.onClick) {\n this.arrowClick(ev);\n } else {\n this.$emit('click', ev);\n }\n },\n\n onModalIsOpened (isOpened) {\n this.open = isOpened;\n this.$emit('opened', isOpened);\n },\n },\n\n};\n</script>\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"callbar-button-with-dropdown.cjs","names":[],"sources":["../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"sourcesContent":["<template>\n <div\n class=\"dt-recipe--callbar-button-with-dropdown\"\n v-bind=\"addClassStyleAttrs($attrs)\"\n >\n <dt-recipe-callbar-button\n :active=\"active\"\n :aria-label=\"ariaLabel\"\n :button-class=\"buttonClass\"\n :button-width-size=\"buttonWidthSize\"\n :danger=\"danger\"\n :disabled=\"disabled\"\n :inverted-tooltip=\"invertedTooltip\"\n :show-tooltip=\"showTooltip\"\n :text-class=\"textClass\"\n :tooltip-delay=\"tooltipDelay\"\n :tooltip-text=\"tooltipText\"\n class=\"dt-recipe--callbar-button-with-dropdown--main-button\"\n @click=\"buttonClick\"\n >\n <template #icon>\n <slot name=\"icon\" />\n </template>\n <template #tooltip>\n <slot name=\"tooltip\" />\n </template>\n <slot />\n </dt-recipe-callbar-button>\n <dt-dropdown\n v-if=\"showArrowButton\"\n :id=\"id\"\n :fallback-placements=\"fallbackPlacements\"\n :open=\"open\"\n :modal=\"false\"\n :placement=\"placement\"\n class=\"dt-recipe--callbar-button-with-dropdown--dropdown-wrapper\"\n padding=\"none\"\n v-bind=\"removeClassStyleAttrs($attrs)\"\n @opened=\"onModalIsOpened\"\n >\n <template #anchor>\n <dt-button\n :active=\"open\"\n :class=\"['dt-recipe--callbar-button-with-dropdown--arrow',\n { 'dt-recipe--callbar-button-with-dropdown--arrow--large': !isCompactMode }]\"\n :circle=\"true\"\n importance=\"clear\"\n size=\"lg\"\n :aria-label=\"arrowButtonLabel\"\n :title=\"arrowButtonLabel\"\n width=\"2rem\"\n @click=\"arrowClick\"\n >\n <template #icon>\n <dt-icon-chevron-up\n class=\"dt-recipe--callbar-button-with-dropdown--arrow__icon\"\n size=\"200\"\n />\n </template>\n </dt-button>\n </template>\n <template #list=\"{ close }\">\n <slot\n :close=\"close\"\n name=\"list\"\n />\n </template>\n </dt-dropdown>\n </div>\n</template>\n\n<script>\nimport { DtButton } from '@/components/button';\nimport { DtDropdown } from '@/components/dropdown';\nimport { DtIconChevronUp } from '@dialpad/dialtone-icons/vue3';\nimport { DtRecipeCallbarButton, CALLBAR_BUTTON_VALID_WIDTH_SIZE } from '../callbar_button';\nimport utils, { warnIfUnmounted, removeClassStyleAttrs, addClassStyleAttrs, returnFirstEl } from '@/common/utils';\nimport { DialtoneLocalization } from '@/localization';\n\nexport default {\n name: 'DtRecipeCallbarButtonWithDropdown',\n\n components: { DtRecipeCallbarButton, DtDropdown, DtButton, DtIconChevronUp },\n\n /* inheritAttrs: false is generally an option we want to set on library\n components. This allows any attributes passed in that are not recognized\n as props to be passed down to another element or component using v-bind:$attrs\n more info: https://vuejs.org/v2/api/#inheritAttrs */\n inheritAttrs: false,\n\n props: {\n /**\n * Id for the item.\n */\n id: {\n type: String,\n default () {\n return utils.getUniqueString();\n },\n },\n\n /**\n * Aria label for the button. If empty, it takes its value from the default slot.\n */\n ariaLabel: {\n type: String,\n default: null,\n validator: (label) => {\n return label || this.$slots.default;\n },\n },\n\n /**\n * The direction the dropdown displays relative to the anchor.\n * @values 'bottom', 'bottom-start', 'bottom-end',\n * 'right', 'right-start', 'right-end',\n * 'left', 'left-start', 'left-end',\n * 'top', 'top-start', 'top-end'\n * @default 'top'\n */\n placement: {\n type: String,\n default: 'top',\n },\n\n /**\n * If the dropdown does not fit in the direction described by \"placement\",\n * it will attempt to change it's direction to the \"fallbackPlacements\".\n *\n * @values top, top-start, top-end,\n * right, right-start, right-end,\n * left, left-start, left-end,\n * bottom, bottom-start, bottom-end,\n * auto, auto-start, auto-end\n * */\n fallbackPlacements: {\n type: Array,\n default: () => {\n return ['auto'];\n },\n },\n\n /**\n * Determines whether the button should be disabled\n * default is false.\n * @values true, false\n */\n disabled: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Forces showing the arrow, even if the button is disabled.\n * default is false\n * @values true, false\n */\n forceShowArrow: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have active styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n active: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have danger styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n danger: {\n type: Boolean,\n default: false,\n },\n\n /**\n * We need this declaration because of how Vue3 informs the component about a listener.\n * Spoiler alert: it doesn't.\n * Vue3 intends to work as a real pub-sub, meaning the publisher has not a clue of who the subscribers are.\n * This makes it impossible from the regular declaration (emits: ['click']) to check whether\n * we actually have a click handler or not.\n * We're hacking it by adding an onClick prop: https://github.com/vuejs/core/issues/5220\n */\n \n onClick: {\n type: Function,\n default: null,\n },\n\n /**\n * Additional class name for the button wrapper element.\n */\n buttonClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the button text.\n */\n textClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /*\n * Width size. Valid values are: 'xl', 'lg', 'md' and 'sm'.\n */\n buttonWidthSize: {\n type: String,\n default: 'xl',\n validator: size => CALLBAR_BUTTON_VALID_WIDTH_SIZE.includes(size),\n },\n\n /**\n * Whether the tooltip has an inverted background color.\n * @values true, false\n */\n invertedTooltip: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Use this if you would like to manually override the logic for when the tooltip shows.\n * Otherwise it will just show on hover/focus.\n * @values null, true, false\n */\n showTooltip: {\n type: Boolean,\n default: null,\n },\n\n /**\n * The message that displays in the tooltip. This will be overridden by the tooltip slot.\n */\n tooltipText: {\n type: String,\n default: undefined,\n },\n\n /**\n * Whether there is a delay before the tooltip shows on hover/focus.\n * @values true, false\n */\n tooltipDelay: {\n type: Boolean,\n default: undefined,\n },\n },\n\n emits: [\n /**\n * Emitted when the arrow is clicked\n */\n 'arrow-click',\n\n /**\n * Native click event\n *\n * @event click\n * @type {PointerEvent | KeyboardEvent}\n */\n 'click',\n\n /**\n * Emitted when modal dropdown is opened or closed.\n */\n 'opened',\n ],\n\n data () {\n return {\n open: false,\n i18n: new DialtoneLocalization(),\n };\n },\n\n computed: {\n showArrowButton () {\n return this.forceShowArrow || !this.disabled;\n },\n\n isCompactMode () {\n return this.buttonWidthSize === 'sm' || this.buttonWidthSize === 'md';\n },\n\n arrowButtonLabel () {\n return this.i18n.$t('DIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL');\n },\n },\n\n mounted () {\n warnIfUnmounted(returnFirstEl(this.$el), this.$options.name);\n },\n\n methods: {\n removeClassStyleAttrs,\n addClassStyleAttrs,\n arrowClick (ev) {\n this.$emit('arrow-click', ev);\n return this.toggleOpen();\n },\n\n toggleOpen () {\n return (this.open = !this.open);\n },\n\n syncOpenState () {\n this.open = this.openDropdown;\n },\n\n buttonClick (ev) {\n // If no listener for the click event, the button click opens the dropdown\n // the same as if the arrow was clicked.\n if (!this.$props.onClick) {\n this.arrowClick(ev);\n } else {\n this.$emit('click', ev);\n }\n },\n\n onModalIsOpened (isOpened) {\n this.open = isOpened;\n this.$emit('opened', isOpened);\n },\n },\n\n};\n</script>\n"],"mappings":"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"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import e, {
|
|
2
|
-
import { t as
|
|
3
|
-
import { DialtoneLocalization as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as
|
|
7
|
-
import
|
|
8
|
-
import { createBlock as
|
|
9
|
-
import { DtIconChevronUp as
|
|
1
|
+
import e, { addClassStyleAttrs as t, removeClassStyleAttrs as n, returnFirstEl as r, warnIfUnmounted as i } from "../../common/utils/index.js";
|
|
2
|
+
import { t as a } from "../../_plugin-vue_export-helper-BTgDAbhb.js";
|
|
3
|
+
import { DialtoneLocalization as o } from "../../localization/index.js";
|
|
4
|
+
import s from "../button/button.js";
|
|
5
|
+
import c from "../dropdown/dropdown.js";
|
|
6
|
+
import { CALLBAR_BUTTON_VALID_WIDTH_SIZE as l } from "../callbar-button/callbar-button-constants.js";
|
|
7
|
+
import u from "../callbar-button/callbar-button.js";
|
|
8
|
+
import { createBlock as d, createCommentVNode as f, createElementBlock as p, createVNode as m, mergeProps as h, normalizeClass as g, openBlock as _, renderSlot as v, resolveComponent as y, withCtx as b } from "vue";
|
|
9
|
+
import { DtIconChevronUp as x } from "@dialpad/dialtone-icons/vue3";
|
|
10
10
|
//#region recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue
|
|
11
|
-
var
|
|
11
|
+
var S = {
|
|
12
12
|
name: "DtRecipeCallbarButtonWithDropdown",
|
|
13
13
|
components: {
|
|
14
|
-
DtRecipeCallbarButton:
|
|
15
|
-
DtDropdown:
|
|
16
|
-
DtButton:
|
|
17
|
-
DtIconChevronUp:
|
|
14
|
+
DtRecipeCallbarButton: u,
|
|
15
|
+
DtDropdown: c,
|
|
16
|
+
DtButton: s,
|
|
17
|
+
DtIconChevronUp: x
|
|
18
18
|
},
|
|
19
19
|
inheritAttrs: !1,
|
|
20
20
|
props: {
|
|
@@ -76,7 +76,7 @@ var C = {
|
|
|
76
76
|
buttonWidthSize: {
|
|
77
77
|
type: String,
|
|
78
78
|
default: "xl",
|
|
79
|
-
validator: (e) =>
|
|
79
|
+
validator: (e) => l.includes(e)
|
|
80
80
|
},
|
|
81
81
|
invertedTooltip: {
|
|
82
82
|
type: Boolean,
|
|
@@ -103,7 +103,7 @@ var C = {
|
|
|
103
103
|
data() {
|
|
104
104
|
return {
|
|
105
105
|
open: !1,
|
|
106
|
-
i18n: new
|
|
106
|
+
i18n: new o()
|
|
107
107
|
};
|
|
108
108
|
},
|
|
109
109
|
computed: {
|
|
@@ -118,10 +118,11 @@ var C = {
|
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
mounted() {
|
|
121
|
-
r(
|
|
121
|
+
i(r(this.$el), this.$options.name);
|
|
122
122
|
},
|
|
123
123
|
methods: {
|
|
124
|
-
removeClassStyleAttrs:
|
|
124
|
+
removeClassStyleAttrs: n,
|
|
125
|
+
addClassStyleAttrs: t,
|
|
125
126
|
arrowClick(e) {
|
|
126
127
|
return this.$emit("arrow-click", e), this.toggleOpen();
|
|
127
128
|
},
|
|
@@ -139,12 +140,9 @@ var C = {
|
|
|
139
140
|
}
|
|
140
141
|
}
|
|
141
142
|
};
|
|
142
|
-
function
|
|
143
|
-
let o =
|
|
144
|
-
return
|
|
145
|
-
class: g(["dt-recipe--callbar-button-with-dropdown", e.$attrs.class]),
|
|
146
|
-
style: _(e.$attrs.style)
|
|
147
|
-
}, [m(o, {
|
|
143
|
+
function C(e, t, n, r, i, a) {
|
|
144
|
+
let o = y("dt-recipe-callbar-button"), s = y("dt-icon-chevron-up"), c = y("dt-button"), l = y("dt-dropdown");
|
|
145
|
+
return _(), p("div", h({ class: "dt-recipe--callbar-button-with-dropdown" }, a.addClassStyleAttrs(e.$attrs)), [m(o, {
|
|
148
146
|
active: n.active,
|
|
149
147
|
"aria-label": n.ariaLabel,
|
|
150
148
|
"button-class": n.buttonClass,
|
|
@@ -158,19 +156,12 @@ function w(e, t, n, r, i, a) {
|
|
|
158
156
|
"tooltip-text": n.tooltipText,
|
|
159
157
|
class: "dt-recipe--callbar-button-with-dropdown--main-button",
|
|
160
158
|
onClick: a.buttonClick
|
|
161
|
-
},
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
fn: x(() => [y(e.$slots, "blockStartIcon")]),
|
|
168
|
-
key: "0"
|
|
169
|
-
} : void 0, e.$slots.icon ? {
|
|
170
|
-
name: "icon",
|
|
171
|
-
fn: x(() => [y(e.$slots, "icon")]),
|
|
172
|
-
key: "1"
|
|
173
|
-
} : void 0]), 1032, [
|
|
159
|
+
}, {
|
|
160
|
+
icon: b(() => [v(e.$slots, "icon")]),
|
|
161
|
+
tooltip: b(() => [v(e.$slots, "tooltip")]),
|
|
162
|
+
default: b(() => [v(e.$slots, "default")]),
|
|
163
|
+
_: 3
|
|
164
|
+
}, 8, [
|
|
174
165
|
"active",
|
|
175
166
|
"aria-label",
|
|
176
167
|
"button-class",
|
|
@@ -183,7 +174,7 @@ function w(e, t, n, r, i, a) {
|
|
|
183
174
|
"tooltip-delay",
|
|
184
175
|
"tooltip-text",
|
|
185
176
|
"onClick"
|
|
186
|
-
]), a.showArrowButton ? (
|
|
177
|
+
]), a.showArrowButton ? (_(), d(l, h({
|
|
187
178
|
key: 0,
|
|
188
179
|
id: n.id,
|
|
189
180
|
"fallback-placements": n.fallbackPlacements,
|
|
@@ -193,18 +184,18 @@ function w(e, t, n, r, i, a) {
|
|
|
193
184
|
class: "dt-recipe--callbar-button-with-dropdown--dropdown-wrapper",
|
|
194
185
|
padding: "none"
|
|
195
186
|
}, a.removeClassStyleAttrs(e.$attrs), { onOpened: a.onModalIsOpened }), {
|
|
196
|
-
anchor:
|
|
187
|
+
anchor: b(() => [m(c, {
|
|
197
188
|
active: i.open,
|
|
198
189
|
class: g(["dt-recipe--callbar-button-with-dropdown--arrow", { "dt-recipe--callbar-button-with-dropdown--arrow--large": !a.isCompactMode }]),
|
|
199
190
|
circle: !0,
|
|
200
191
|
importance: "clear",
|
|
201
|
-
size:
|
|
192
|
+
size: "lg",
|
|
202
193
|
"aria-label": a.arrowButtonLabel,
|
|
203
194
|
title: a.arrowButtonLabel,
|
|
204
195
|
width: "2rem",
|
|
205
196
|
onClick: a.arrowClick
|
|
206
197
|
}, {
|
|
207
|
-
|
|
198
|
+
icon: b(() => [m(s, {
|
|
208
199
|
class: "dt-recipe--callbar-button-with-dropdown--arrow__icon",
|
|
209
200
|
size: "200"
|
|
210
201
|
})]),
|
|
@@ -216,7 +207,7 @@ function w(e, t, n, r, i, a) {
|
|
|
216
207
|
"title",
|
|
217
208
|
"onClick"
|
|
218
209
|
])]),
|
|
219
|
-
list:
|
|
210
|
+
list: b(({ close: t }) => [v(e.$slots, "list", { close: t })]),
|
|
220
211
|
_: 3
|
|
221
212
|
}, 16, [
|
|
222
213
|
"id",
|
|
@@ -224,10 +215,10 @@ function w(e, t, n, r, i, a) {
|
|
|
224
215
|
"open",
|
|
225
216
|
"placement",
|
|
226
217
|
"onOpened"
|
|
227
|
-
])) :
|
|
218
|
+
])) : f("", !0)], 16);
|
|
228
219
|
}
|
|
229
|
-
var
|
|
220
|
+
var w = /* @__PURE__ */ a(S, [["render", C]]);
|
|
230
221
|
//#endregion
|
|
231
|
-
export {
|
|
222
|
+
export { w as default };
|
|
232
223
|
|
|
233
224
|
//# sourceMappingURL=callbar-button-with-dropdown.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar-button-with-dropdown.js","names":[],"sources":["../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"sourcesContent":["<template>\n <div\n :class=\"['dt-recipe--callbar-button-with-dropdown', $attrs.class]\"\n :style=\"$attrs.style\"\n >\n <dt-recipe-callbar-button\n :active=\"active\"\n :aria-label=\"ariaLabel\"\n :button-class=\"buttonClass\"\n :button-width-size=\"buttonWidthSize\"\n :danger=\"danger\"\n :disabled=\"disabled\"\n :inverted-tooltip=\"invertedTooltip\"\n :show-tooltip=\"showTooltip\"\n :text-class=\"textClass\"\n :tooltip-delay=\"tooltipDelay\"\n :tooltip-text=\"tooltipText\"\n class=\"dt-recipe--callbar-button-with-dropdown--main-button\"\n @click=\"buttonClick\"\n >\n <template\n v-if=\"$slots.blockStartIcon\"\n #blockStartIcon\n >\n <slot name=\"blockStartIcon\" />\n </template>\n <template\n v-if=\"$slots.icon\"\n #icon\n >\n <slot name=\"icon\" />\n </template>\n <template #tooltip>\n <slot name=\"tooltip\" />\n </template>\n <slot />\n </dt-recipe-callbar-button>\n <dt-dropdown\n v-if=\"showArrowButton\"\n :id=\"id\"\n :fallback-placements=\"fallbackPlacements\"\n :open=\"open\"\n :modal=\"false\"\n :placement=\"placement\"\n class=\"dt-recipe--callbar-button-with-dropdown--dropdown-wrapper\"\n padding=\"none\"\n v-bind=\"removeClassStyleAttrs($attrs)\"\n @opened=\"onModalIsOpened\"\n >\n <template #anchor>\n <dt-button\n :active=\"open\"\n :class=\"['dt-recipe--callbar-button-with-dropdown--arrow',\n { 'dt-recipe--callbar-button-with-dropdown--arrow--large': !isCompactMode }]\"\n :circle=\"true\"\n importance=\"clear\"\n :size=\"400\"\n :aria-label=\"arrowButtonLabel\"\n :title=\"arrowButtonLabel\"\n width=\"2rem\"\n @click=\"arrowClick\"\n >\n <template #startIcon>\n <dt-icon-chevron-up\n class=\"dt-recipe--callbar-button-with-dropdown--arrow__icon\"\n size=\"200\"\n />\n </template>\n </dt-button>\n </template>\n <template #list=\"{ close }\">\n <slot\n :close=\"close\"\n name=\"list\"\n />\n </template>\n </dt-dropdown>\n </div>\n</template>\n\n<script>\nimport { DtButton } from '@/components/Button';\nimport { DtDropdown } from '@/components/Dropdown';\nimport { DtIconChevronUp } from '@dialpad/dialtone-icons/vue';\nimport { DtRecipeCallbarButton, CALLBAR_BUTTON_VALID_WIDTH_SIZE } from '../callbar_button';\nimport utils, { warnIfUnmounted, removeClassStyleAttrs, returnFirstEl } from '@/common/utils';\nimport { DialtoneLocalization } from '@/localization';\n\nexport default {\n name: 'DtRecipeCallbarButtonWithDropdown',\n\n components: { DtRecipeCallbarButton, DtDropdown, DtButton, DtIconChevronUp },\n\n /* inheritAttrs: false is generally an option we want to set on library\n components. This allows any attributes passed in that are not recognized\n as props to be passed down to another element or component using v-bind:$attrs\n more info: https://vuejs.org/v2/api/#inheritAttrs */\n inheritAttrs: false,\n\n props: {\n /**\n * Id for the item.\n */\n id: {\n type: String,\n default () {\n return utils.getUniqueString();\n },\n },\n\n /**\n * Aria label for the button. If empty, it takes its value from the default slot.\n */\n ariaLabel: {\n type: String,\n default: null,\n validator: (label) => {\n return label || this.$slots.default;\n },\n },\n\n /**\n * The direction the dropdown displays relative to the anchor.\n * @values 'bottom', 'bottom-start', 'bottom-end',\n * 'right', 'right-start', 'right-end',\n * 'left', 'left-start', 'left-end',\n * 'top', 'top-start', 'top-end'\n * @default 'top'\n */\n placement: {\n type: String,\n default: 'top',\n },\n\n /**\n * If the dropdown does not fit in the direction described by \"placement\",\n * it will attempt to change it's direction to the \"fallbackPlacements\".\n *\n * @values top, top-start, top-end,\n * right, right-start, right-end,\n * left, left-start, left-end,\n * bottom, bottom-start, bottom-end,\n * auto, auto-start, auto-end\n * */\n fallbackPlacements: {\n type: Array,\n default: () => {\n return ['auto'];\n },\n },\n\n /**\n * Determines whether the button should be disabled\n * default is false.\n * @values true, false\n */\n disabled: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Forces showing the arrow, even if the button is disabled.\n * default is false\n * @values true, false\n */\n forceShowArrow: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have active styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n active: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have danger styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n danger: {\n type: Boolean,\n default: false,\n },\n\n /**\n * We need this declaration because of how Vue3 informs the component about a listener.\n * Spoiler alert: it doesn't.\n * Vue3 intends to work as a real pub-sub, meaning the publisher has not a clue of who the subscribers are.\n * This makes it impossible from the regular declaration (emits: ['click']) to check whether\n * we actually have a click handler or not.\n * We're hacking it by adding an onClick prop: https://github.com/vuejs/core/issues/5220\n */\n\n onClick: {\n type: Function,\n default: null,\n },\n\n /**\n * Additional class name for the button wrapper element.\n */\n buttonClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the button text.\n */\n textClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /*\n * Width size. Valid values are: 'xl', 'lg', 'md' and 'sm'.\n */\n buttonWidthSize: {\n type: String,\n default: 'xl',\n validator: size => CALLBAR_BUTTON_VALID_WIDTH_SIZE.includes(size),\n },\n\n /**\n * Whether the tooltip has an inverted background color.\n * @values true, false\n */\n invertedTooltip: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Use this if you would like to manually override the logic for when the tooltip shows.\n * Otherwise it will just show on hover/focus.\n * @values null, true, false\n */\n showTooltip: {\n type: Boolean,\n default: null,\n },\n\n /**\n * The message that displays in the tooltip. This will be overridden by the tooltip slot.\n */\n tooltipText: {\n type: String,\n default: undefined,\n },\n\n /**\n * Whether there is a delay before the tooltip shows on hover/focus.\n * @values true, false\n */\n tooltipDelay: {\n type: Boolean,\n default: undefined,\n },\n },\n\n emits: [\n /**\n * Emitted when the arrow is clicked\n */\n 'arrow-click',\n\n /**\n * Native click event\n *\n * @event click\n * @type {PointerEvent | KeyboardEvent}\n */\n 'click',\n\n /**\n * Emitted when modal dropdown is opened or closed.\n */\n 'opened',\n ],\n\n data () {\n return {\n open: false,\n i18n: new DialtoneLocalization(),\n };\n },\n\n computed: {\n showArrowButton () {\n return this.forceShowArrow || !this.disabled;\n },\n\n isCompactMode () {\n return this.buttonWidthSize === 'sm' || this.buttonWidthSize === 'md';\n },\n\n arrowButtonLabel () {\n return this.i18n.$t('DIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL');\n },\n },\n\n mounted () {\n warnIfUnmounted(returnFirstEl(this.$el), this.$options.name);\n },\n\n methods: {\n removeClassStyleAttrs,\n arrowClick (ev) {\n this.$emit('arrow-click', ev);\n return this.toggleOpen();\n },\n\n toggleOpen () {\n return (this.open = !this.open);\n },\n\n syncOpenState () {\n this.open = this.openDropdown;\n },\n\n buttonClick (ev) {\n // If no listener for the click event, the button click opens the dropdown\n // the same as if the arrow was clicked.\n if (!this.$props.onClick) {\n this.arrowClick(ev);\n } else {\n this.$emit('click', ev);\n }\n },\n\n onModalIsOpened (isOpened) {\n this.open = isOpened;\n this.$emit('opened', isOpened);\n },\n },\n\n};\n</script>\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"callbar-button-with-dropdown.js","names":[],"sources":["../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"sourcesContent":["<template>\n <div\n class=\"dt-recipe--callbar-button-with-dropdown\"\n v-bind=\"addClassStyleAttrs($attrs)\"\n >\n <dt-recipe-callbar-button\n :active=\"active\"\n :aria-label=\"ariaLabel\"\n :button-class=\"buttonClass\"\n :button-width-size=\"buttonWidthSize\"\n :danger=\"danger\"\n :disabled=\"disabled\"\n :inverted-tooltip=\"invertedTooltip\"\n :show-tooltip=\"showTooltip\"\n :text-class=\"textClass\"\n :tooltip-delay=\"tooltipDelay\"\n :tooltip-text=\"tooltipText\"\n class=\"dt-recipe--callbar-button-with-dropdown--main-button\"\n @click=\"buttonClick\"\n >\n <template #icon>\n <slot name=\"icon\" />\n </template>\n <template #tooltip>\n <slot name=\"tooltip\" />\n </template>\n <slot />\n </dt-recipe-callbar-button>\n <dt-dropdown\n v-if=\"showArrowButton\"\n :id=\"id\"\n :fallback-placements=\"fallbackPlacements\"\n :open=\"open\"\n :modal=\"false\"\n :placement=\"placement\"\n class=\"dt-recipe--callbar-button-with-dropdown--dropdown-wrapper\"\n padding=\"none\"\n v-bind=\"removeClassStyleAttrs($attrs)\"\n @opened=\"onModalIsOpened\"\n >\n <template #anchor>\n <dt-button\n :active=\"open\"\n :class=\"['dt-recipe--callbar-button-with-dropdown--arrow',\n { 'dt-recipe--callbar-button-with-dropdown--arrow--large': !isCompactMode }]\"\n :circle=\"true\"\n importance=\"clear\"\n size=\"lg\"\n :aria-label=\"arrowButtonLabel\"\n :title=\"arrowButtonLabel\"\n width=\"2rem\"\n @click=\"arrowClick\"\n >\n <template #icon>\n <dt-icon-chevron-up\n class=\"dt-recipe--callbar-button-with-dropdown--arrow__icon\"\n size=\"200\"\n />\n </template>\n </dt-button>\n </template>\n <template #list=\"{ close }\">\n <slot\n :close=\"close\"\n name=\"list\"\n />\n </template>\n </dt-dropdown>\n </div>\n</template>\n\n<script>\nimport { DtButton } from '@/components/button';\nimport { DtDropdown } from '@/components/dropdown';\nimport { DtIconChevronUp } from '@dialpad/dialtone-icons/vue3';\nimport { DtRecipeCallbarButton, CALLBAR_BUTTON_VALID_WIDTH_SIZE } from '../callbar_button';\nimport utils, { warnIfUnmounted, removeClassStyleAttrs, addClassStyleAttrs, returnFirstEl } from '@/common/utils';\nimport { DialtoneLocalization } from '@/localization';\n\nexport default {\n name: 'DtRecipeCallbarButtonWithDropdown',\n\n components: { DtRecipeCallbarButton, DtDropdown, DtButton, DtIconChevronUp },\n\n /* inheritAttrs: false is generally an option we want to set on library\n components. This allows any attributes passed in that are not recognized\n as props to be passed down to another element or component using v-bind:$attrs\n more info: https://vuejs.org/v2/api/#inheritAttrs */\n inheritAttrs: false,\n\n props: {\n /**\n * Id for the item.\n */\n id: {\n type: String,\n default () {\n return utils.getUniqueString();\n },\n },\n\n /**\n * Aria label for the button. If empty, it takes its value from the default slot.\n */\n ariaLabel: {\n type: String,\n default: null,\n validator: (label) => {\n return label || this.$slots.default;\n },\n },\n\n /**\n * The direction the dropdown displays relative to the anchor.\n * @values 'bottom', 'bottom-start', 'bottom-end',\n * 'right', 'right-start', 'right-end',\n * 'left', 'left-start', 'left-end',\n * 'top', 'top-start', 'top-end'\n * @default 'top'\n */\n placement: {\n type: String,\n default: 'top',\n },\n\n /**\n * If the dropdown does not fit in the direction described by \"placement\",\n * it will attempt to change it's direction to the \"fallbackPlacements\".\n *\n * @values top, top-start, top-end,\n * right, right-start, right-end,\n * left, left-start, left-end,\n * bottom, bottom-start, bottom-end,\n * auto, auto-start, auto-end\n * */\n fallbackPlacements: {\n type: Array,\n default: () => {\n return ['auto'];\n },\n },\n\n /**\n * Determines whether the button should be disabled\n * default is false.\n * @values true, false\n */\n disabled: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Forces showing the arrow, even if the button is disabled.\n * default is false\n * @values true, false\n */\n forceShowArrow: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have active styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n active: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Determines whether the button should have danger styling\n * default is false.\n * @values true, false\n * @see https://dialtone.dialpad.com/components/button/\n */\n danger: {\n type: Boolean,\n default: false,\n },\n\n /**\n * We need this declaration because of how Vue3 informs the component about a listener.\n * Spoiler alert: it doesn't.\n * Vue3 intends to work as a real pub-sub, meaning the publisher has not a clue of who the subscribers are.\n * This makes it impossible from the regular declaration (emits: ['click']) to check whether\n * we actually have a click handler or not.\n * We're hacking it by adding an onClick prop: https://github.com/vuejs/core/issues/5220\n */\n \n onClick: {\n type: Function,\n default: null,\n },\n\n /**\n * Additional class name for the button wrapper element.\n */\n buttonClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Additional class name for the button text.\n */\n textClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /*\n * Width size. Valid values are: 'xl', 'lg', 'md' and 'sm'.\n */\n buttonWidthSize: {\n type: String,\n default: 'xl',\n validator: size => CALLBAR_BUTTON_VALID_WIDTH_SIZE.includes(size),\n },\n\n /**\n * Whether the tooltip has an inverted background color.\n * @values true, false\n */\n invertedTooltip: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Use this if you would like to manually override the logic for when the tooltip shows.\n * Otherwise it will just show on hover/focus.\n * @values null, true, false\n */\n showTooltip: {\n type: Boolean,\n default: null,\n },\n\n /**\n * The message that displays in the tooltip. This will be overridden by the tooltip slot.\n */\n tooltipText: {\n type: String,\n default: undefined,\n },\n\n /**\n * Whether there is a delay before the tooltip shows on hover/focus.\n * @values true, false\n */\n tooltipDelay: {\n type: Boolean,\n default: undefined,\n },\n },\n\n emits: [\n /**\n * Emitted when the arrow is clicked\n */\n 'arrow-click',\n\n /**\n * Native click event\n *\n * @event click\n * @type {PointerEvent | KeyboardEvent}\n */\n 'click',\n\n /**\n * Emitted when modal dropdown is opened or closed.\n */\n 'opened',\n ],\n\n data () {\n return {\n open: false,\n i18n: new DialtoneLocalization(),\n };\n },\n\n computed: {\n showArrowButton () {\n return this.forceShowArrow || !this.disabled;\n },\n\n isCompactMode () {\n return this.buttonWidthSize === 'sm' || this.buttonWidthSize === 'md';\n },\n\n arrowButtonLabel () {\n return this.i18n.$t('DIALTONE_CALLBAR_BUTTON_WITH_DROPDOWN_ARROW_BUTTON_ARIA_LABEL');\n },\n },\n\n mounted () {\n warnIfUnmounted(returnFirstEl(this.$el), this.$options.name);\n },\n\n methods: {\n removeClassStyleAttrs,\n addClassStyleAttrs,\n arrowClick (ev) {\n this.$emit('arrow-click', ev);\n return this.toggleOpen();\n },\n\n toggleOpen () {\n return (this.open = !this.open);\n },\n\n syncOpenState () {\n this.open = this.openDropdown;\n },\n\n buttonClick (ev) {\n // If no listener for the click event, the button click opens the dropdown\n // the same as if the arrow was clicked.\n if (!this.$props.onClick) {\n this.arrowClick(ev);\n } else {\n this.$emit('click', ev);\n }\n },\n\n onModalIsOpened (isOpened) {\n this.open = isOpened;\n this.$emit('opened', isOpened);\n },\n },\n\n};\n</script>\n"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}}),require(`../../chunk-Bmb41Sf3.cjs`);const e=require(`../../common/utils/index.cjs`),t=require(`../../_plugin-vue_export-helper-D8jCH6HB.cjs`),n=require(`../../localization/index.cjs`),r=require(`../button/button.cjs`),i=require(`../popover/popover.cjs`),a=require(`../callbar-button/callbar-button-constants.cjs`),o=require(`../callbar-button/callbar-button.cjs`);let s=require(`vue`),c=require(`@dialpad/dialtone-icons/
|
|
1
|
+
Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}}),require(`../../chunk-Bmb41Sf3.cjs`);const e=require(`../../common/utils/index.cjs`),t=require(`../../_plugin-vue_export-helper-D8jCH6HB.cjs`),n=require(`../../localization/index.cjs`),r=require(`../button/button.cjs`),i=require(`../popover/popover.cjs`),a=require(`../callbar-button/callbar-button-constants.cjs`),o=require(`../callbar-button/callbar-button.cjs`);let s=require(`vue`),c=require(`@dialpad/dialtone-icons/vue3`);var l={compatConfig:{MODE:3},name:`DtRecipeCallbarButtonWithPopover`,components:{DtRecipeCallbarButton:o.default,DtPopover:i.default,DtButton:r.default,DtIconChevronUp:c.DtIconChevronUp},inheritAttrs:!1,props:{id:{type:String,default(){return e.default.getUniqueString()}},ariaLabel:{type:String,default:null,validator:e=>e||(void 0).$slots.default},placement:{type:String,default:`top`},offset:{type:Array,default:()=>[0,16]},initialFocusElement:{type:String,default:`first`},showCloseButton:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},forceShowArrow:{type:Boolean,default:!1},active:{type:Boolean,default:!1},danger:{type:Boolean,default:!1},onClick:{type:Function,default:null},buttonClass:{type:[String,Array,Object],default:``},textClass:{type:[String,Array,Object],default:``},buttonWidthSize:{type:String,default:`xl`,validator:e=>a.CALLBAR_BUTTON_VALID_WIDTH_SIZE.includes(e)},contentClass:{type:[String,Array,Object],default:``},openPopover:{type:Boolean,default:!1},invertedTooltip:{type:Boolean,default:!1},showTooltip:{type:Boolean,default:null},tooltipText:{type:String,default:void 0},tooltipDelay:{type:Boolean,default:void 0}},emits:[`arrow-click`,`click`,`opened`],data(){return{open:!1,i18n:new n.DialtoneLocalization}},computed:{showArrowButton(){return this.forceShowArrow||!this.disabled},isCompactMode(){return this.buttonWidthSize===`sm`||this.buttonWidthSize===`md`},showPopover(){return!this.openPopover||this.open?(this.syncOpenState(),!1):this.toggleOpen()},arrowButtonLabel(){return this.i18n.$t(`DIALTONE_CALLBAR_BUTTON_WITH_POPOVER_ARROW_BUTTON_ARIA_LABEL`)}},mounted(){e.warnIfUnmounted(e.returnFirstEl(this.$el),this.$options.name)},methods:{removeClassStyleAttrs:e.removeClassStyleAttrs,addClassStyleAttrs:e.addClassStyleAttrs,arrowClick(e){return this.$emit(`arrow-click`,e),this.toggleOpen()},toggleOpen(){return this.open=!this.open},syncOpenState(){this.open=this.openPopover},buttonClick(e){this.$props.onClick?this.$emit(`click`,e):this.arrowClick(e)},onModalIsOpened(e){this.open=e,this.$emit(`opened`,e)}}};function u(e,t,n,r,i,a){let o=(0,s.resolveComponent)(`dt-recipe-callbar-button`),c=(0,s.resolveComponent)(`dt-icon-chevron-up`),l=(0,s.resolveComponent)(`dt-button`),u=(0,s.resolveComponent)(`dt-popover`);return(0,s.openBlock)(),(0,s.createElementBlock)(`div`,(0,s.mergeProps)({class:`d-recipe-callbar-button-with-popover`},a.addClassStyleAttrs(e.$attrs)),[(0,s.createVNode)(o,{"aria-label":n.ariaLabel,disabled:n.disabled,active:n.active,danger:n.danger,"button-class":n.buttonClass,"button-width-size":n.buttonWidthSize,"text-class":n.textClass,"inverted-tooltip":n.invertedTooltip,"show-tooltip":n.showTooltip,"tooltip-text":n.tooltipText,"tooltip-delay":n.tooltipDelay,class:`d-recipe-callbar-button-with-popover--main-button`,onClick:a.buttonClick},{icon:(0,s.withCtx)(()=>[(0,s.renderSlot)(e.$slots,`icon`)]),tooltip:(0,s.withCtx)(()=>[(0,s.renderSlot)(e.$slots,`tooltip`)]),default:(0,s.withCtx)(()=>[(0,s.renderSlot)(e.$slots,`default`)]),_:3},8,[`aria-label`,`disabled`,`active`,`danger`,`button-class`,`button-width-size`,`text-class`,`inverted-tooltip`,`show-tooltip`,`tooltip-text`,`tooltip-delay`,`onClick`]),a.showArrowButton?((0,s.openBlock)(),(0,s.createBlock)(u,(0,s.mergeProps)({key:0,id:n.id,modal:!1,open:i.open,placement:n.placement,"initial-focus-element":n.initialFocusElement,"show-close-button":n.showCloseButton,offset:n.offset,padding:`none`,class:`d-recipe-callbar-button-with-popover__popover-wrapper`,"dialog-class":[`d-recipe-callbar-button-with-popover__popover`,n.contentClass]},a.removeClassStyleAttrs(e.$attrs),{"open-popover":a.showPopover,onOpened:a.onModalIsOpened}),{anchor:(0,s.withCtx)(()=>[(0,s.createVNode)(l,{active:i.open,class:(0,s.normalizeClass)([`d-recipe-callbar-button-with-popover__arrow`,{"d-recipe-callbar-button-with-popover__arrow--large":!a.isCompactMode}]),circle:!0,importance:`clear`,size:`lg`,"aria-label":a.arrowButtonLabel,title:a.arrowButtonLabel,width:`2rem`,onClick:a.arrowClick},{icon:(0,s.withCtx)(()=>[(0,s.createVNode)(c,{class:`d-recipe-callbar-button-with-popover__arrow-icon`,size:`200`})]),_:1},8,[`active`,`class`,`aria-label`,`title`,`onClick`])]),content:(0,s.withCtx)(()=>[(0,s.renderSlot)(e.$slots,`content`)]),headerContent:(0,s.withCtx)(()=>[(0,s.renderSlot)(e.$slots,`headerContent`)]),footerContent:(0,s.withCtx)(()=>[(0,s.renderSlot)(e.$slots,`footerContent`)]),_:3},16,[`id`,`open`,`placement`,`initial-focus-element`,`show-close-button`,`offset`,`dialog-class`,`open-popover`,`onOpened`])):(0,s.createCommentVNode)(``,!0)],16)}var d=t.t(l,[[`render`,u]]);exports.default=d;
|
|
2
2
|
//# sourceMappingURL=callbar-button-with-popover.cjs.map
|