@dialpad/dialtone-vue 3.222.0-next.2 → 3.222.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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 +25 -29
- package/dist/common/constants/index.d.ts.map +1 -1
- package/dist/common/constants/index.js +14 -27
- 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 +510 -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 +421 -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 +293 -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/link_phone_numbers/link_phone_numbers.d.ts +3 -0
- package/dist/components/rich_text_editor/extensions/link_phone_numbers/link_phone_numbers.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 +1913 -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 +3 -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 -175
- 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 +26 -114
- 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 +35 -100
- 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 +62 -109
- 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 +44 -69
- 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 +13 -26
- 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 +9 -22
- 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 +89 -211
- 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 +25 -52
- 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 +181 -202
- 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 +48 -75
- 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/index.cjs +1 -1
- package/dist/lib/presence/index.js +1 -1
- package/dist/lib/presence/presence-constants.cjs +1 -1
- package/dist/lib/presence/presence-constants.cjs.map +1 -1
- package/dist/lib/presence/presence-constants.js +3 -5
- package/dist/lib/presence/presence-constants.js.map +1 -1
- package/dist/lib/presence/presence.cjs +2 -1
- package/dist/lib/presence/presence.cjs.map +1 -0
- package/dist/lib/presence/presence.js +41 -2
- package/dist/lib/presence/presence.js.map +1 -0
- 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 +38 -115
- 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 +5 -5
- 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 +73 -142
- 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 +32 -48
- 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 +24 -47
- 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-B47LB7C8.js +668 -0
- package/dist/message_input-B47LB7C8.js.map +1 -0
- package/dist/message_input-BCIq_1AD.cjs +2 -0
- package/dist/message_input-BCIq_1AD.cjs.map +1 -0
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +27 -154
- 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 +85 -566
- 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 +75 -536
- 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 +67 -413
- 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 +17 -126
- 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 +56 -411
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +45 -380
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts +1593 -4126
- 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 +82 -228
- 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 +84 -162
- 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 +59 -182
- 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 +324 -3473
- 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 +24 -294
- 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 +121 -1041
- 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 +24 -294
- 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 +56 -159
- package/dist/recipes/item_layout/contact_info/contact_info.vue.d.ts.map +1 -1
- package/dist/recipes/leftbar/callbox/callbox.vue.d.ts +37 -127
- 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 +43 -160
- 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 +115 -733
- 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 +58 -595
- 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 +57 -594
- 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-BOCf9EIc.cjs +2 -0
- package/dist/resizable-BOCf9EIc.cjs.map +1 -0
- package/dist/resizable-CPaF9dgG.js +964 -0
- package/dist/resizable-CPaF9dgG.js.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-CNFb6tIx.js +3041 -0
- package/dist/rich_text_editor-CNFb6tIx.js.map +1 -0
- package/dist/rich_text_editor-DRytK1_9.cjs +12 -0
- package/dist/rich_text_editor-DRytK1_9.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 +6 -8
- package/dist/Combobox-By01ETlj.js +0 -229
- package/dist/Combobox-By01ETlj.js.map +0 -1
- package/dist/Combobox-D4hc1-41.cjs +0 -3
- package/dist/Combobox-D4hc1-41.cjs.map +0 -1
- package/dist/Datepicker-CGFa1nGm.js +0 -484
- package/dist/Datepicker-CGFa1nGm.js.map +0 -1
- package/dist/Datepicker-DkGmnVc8.cjs +0 -2
- package/dist/Datepicker-DkGmnVc8.cjs.map +0 -1
- package/dist/EmojiPicker-BllVwJf4.js +0 -858
- package/dist/EmojiPicker-BllVwJf4.js.map +0 -1
- package/dist/EmojiPicker-KO1yhODv.cjs +0 -2
- package/dist/EmojiPicker-KO1yhODv.cjs.map +0 -1
- package/dist/MarkdownRenderer-C3MZDB2I.js +0 -322
- package/dist/MarkdownRenderer-C3MZDB2I.js.map +0 -1
- package/dist/MarkdownRenderer-D5XWsyQk.cjs +0 -31
- package/dist/MarkdownRenderer-D5XWsyQk.cjs.map +0 -1
- package/dist/Presence-CGgyodnC.js +0 -112
- package/dist/Presence-CGgyodnC.js.map +0 -1
- package/dist/Presence-DLM3JR-n.cjs +0 -2
- package/dist/Presence-DLM3JR-n.cjs.map +0 -1
- package/dist/Resizable-BXBRAHoY.cjs +0 -2
- package/dist/Resizable-BXBRAHoY.cjs.map +0 -1
- package/dist/Resizable-D8x9fHjz.js +0 -960
- package/dist/Resizable-D8x9fHjz.js.map +0 -1
- package/dist/ResizableHandle-DQG7a5D9.cjs +0 -2
- package/dist/ResizableHandle-DQG7a5D9.cjs.map +0 -1
- package/dist/ResizableHandle-v-oU-sj-.js +0 -308
- package/dist/ResizableHandle-v-oU-sj-.js.map +0 -1
- package/dist/ResizableUtils-C9qEZRN5.js +0 -100
- package/dist/ResizableUtils-C9qEZRN5.js.map +0 -1
- package/dist/ResizableUtils-DMfertP2.cjs +0 -2
- package/dist/ResizableUtils-DMfertP2.cjs.map +0 -1
- package/dist/RichTextEditor-D5D8AvLl.js +0 -3020
- package/dist/RichTextEditor-D5D8AvLl.js.map +0 -1
- package/dist/RichTextEditor-D6XK5dqu.cjs +0 -12
- package/dist/RichTextEditor-D6XK5dqu.cjs.map +0 -1
- package/dist/Scroller-BZ6uXRvs.cjs +0 -2
- package/dist/Scroller-BZ6uXRvs.cjs.map +0 -1
- package/dist/Scroller-PdWd9P1m.js +0 -623
- package/dist/Scroller-PdWd9P1m.js.map +0 -1
- package/dist/Toast-CHbVmbBg.js +0 -553
- package/dist/Toast-CHbVmbBg.js.map +0 -1
- package/dist/Toast-DX-REYXG.cjs +0 -2
- package/dist/Toast-DX-REYXG.cjs.map +0 -1
- package/dist/UseResizableCalculations-BTQ4jiff.js +0 -80
- package/dist/UseResizableCalculations-BTQ4jiff.js.map +0 -1
- package/dist/UseResizableCalculations-C6lmroJg.cjs +0 -2
- package/dist/UseResizableCalculations-C6lmroJg.cjs.map +0 -1
- package/dist/attachment_carousel-BFIAXWOZ.js +0 -191
- package/dist/attachment_carousel-BFIAXWOZ.js.map +0 -1
- package/dist/attachment_carousel-BJxqNJ5T.cjs +0 -2
- package/dist/attachment_carousel-BJxqNJ5T.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/layout.cjs +0 -2
- package/dist/common/constants/layout.cjs.map +0 -1
- package/dist/common/constants/layout.d.ts +0 -10
- package/dist/common/constants/layout.d.ts.map +0 -1
- package/dist/common/constants/layout.js +0 -26
- package/dist/common/constants/layout.js.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 -322
- package/dist/components/Avatar/Avatar.vue.d.ts.map +0 -1
- package/dist/components/Avatar/AvatarConstants.d.ts +0 -111
- 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 -510
- 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 -645
- 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 -4509
- 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 -824
- 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 -735
- 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 -5137
- 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 -608
- 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 -600
- 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 -1207
- 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 -40
- package/dist/components/Presence/Presence.vue.d.ts.map +0 -1
- package/dist/components/Presence/PresenceConstants.d.ts +0 -9
- 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/Presence/modules/presence_active_icon.vue.d.ts +0 -3
- package/dist/components/Presence/modules/presence_active_icon.vue.d.ts.map +0 -1
- package/dist/components/Presence/modules/presence_away_icon.vue.d.ts +0 -3
- package/dist/components/Presence/modules/presence_away_icon.vue.d.ts.map +0 -1
- package/dist/components/Presence/modules/presence_busy_icon.vue.d.ts +0 -3
- package/dist/components/Presence/modules/presence_busy_icon.vue.d.ts.map +0 -1
- package/dist/components/Presence/modules/presence_dnd_icon.vue.d.ts +0 -3
- package/dist/components/Presence/modules/presence_dnd_icon.vue.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 -521
- 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 -645
- 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 -104
- 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 -551
- 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 -2581
- 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 -537
- 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 -172
- 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 -108
- 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-DrPT3pG4.cjs +0 -2
- package/dist/message_input-DrPT3pG4.cjs.map +0 -1
- package/dist/message_input-GihDjqTJ.js +0 -667
- package/dist/message_input-GihDjqTJ.js.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
|
@@ -142,23 +142,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
142
142
|
type: StringConstructor;
|
|
143
143
|
default: undefined;
|
|
144
144
|
};
|
|
145
|
-
family: {
|
|
146
|
-
type: NumberConstructor;
|
|
147
|
-
default: undefined;
|
|
148
|
-
validator: (val: unknown) => boolean;
|
|
149
|
-
};
|
|
150
|
-
variant: {
|
|
151
|
-
type: NumberConstructor;
|
|
152
|
-
default: undefined;
|
|
153
|
-
validator: (val: unknown) => boolean;
|
|
154
|
-
};
|
|
155
145
|
color: {
|
|
156
146
|
type: StringConstructor;
|
|
157
147
|
default: undefined;
|
|
158
148
|
};
|
|
159
149
|
size: {
|
|
160
|
-
type:
|
|
161
|
-
default:
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
162
152
|
validator: (size: unknown) => boolean;
|
|
163
153
|
};
|
|
164
154
|
avatarClass: {
|
|
@@ -203,43 +193,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
203
193
|
type: StringConstructor;
|
|
204
194
|
default: undefined;
|
|
205
195
|
};
|
|
206
|
-
|
|
196
|
+
iconSize: {
|
|
207
197
|
type: StringConstructor;
|
|
208
198
|
default: string;
|
|
199
|
+
validator: (size: unknown) => boolean;
|
|
209
200
|
};
|
|
210
|
-
|
|
211
|
-
type:
|
|
212
|
-
default:
|
|
201
|
+
fullName: {
|
|
202
|
+
type: StringConstructor;
|
|
203
|
+
default: string;
|
|
213
204
|
};
|
|
214
205
|
clickable: {
|
|
215
206
|
type: BooleanConstructor;
|
|
216
|
-
default:
|
|
207
|
+
default: boolean;
|
|
217
208
|
};
|
|
218
209
|
iconAriaLabel: {
|
|
219
210
|
type: StringConstructor;
|
|
220
211
|
default: undefined;
|
|
221
212
|
};
|
|
222
|
-
iconOnly: {
|
|
223
|
-
type: BooleanConstructor;
|
|
224
|
-
default: boolean;
|
|
225
|
-
};
|
|
226
|
-
deactivated: {
|
|
227
|
-
type: BooleanConstructor;
|
|
228
|
-
default: boolean;
|
|
229
|
-
};
|
|
230
213
|
}>, {}, {
|
|
231
214
|
AVATAR_SIZE_MODIFIERS: {
|
|
232
|
-
100: string;
|
|
233
|
-
150: string;
|
|
234
|
-
200: string;
|
|
235
|
-
250: string;
|
|
236
|
-
300: string;
|
|
237
|
-
400: string;
|
|
238
|
-
500: string;
|
|
239
|
-
600: string;
|
|
240
|
-
700: string;
|
|
241
|
-
800: string;
|
|
242
|
-
900: string;
|
|
243
215
|
xs: string;
|
|
244
216
|
sm: string;
|
|
245
217
|
md: string;
|
|
@@ -252,43 +224,34 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
224
|
initials: string;
|
|
253
225
|
};
|
|
254
226
|
AVATAR_PRESENCE_SIZE_MODIFIERS: {
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
300: string;
|
|
260
|
-
400: string;
|
|
261
|
-
500: string;
|
|
227
|
+
md: string;
|
|
228
|
+
lg: string;
|
|
229
|
+
};
|
|
230
|
+
AVATAR_ICON_SIZES: {
|
|
262
231
|
xs: string;
|
|
263
232
|
sm: string;
|
|
264
233
|
md: string;
|
|
265
234
|
lg: string;
|
|
235
|
+
xl: string;
|
|
266
236
|
};
|
|
267
237
|
imageLoadedSuccessfully: null;
|
|
268
238
|
formattedInitials: string;
|
|
269
239
|
initializing: boolean;
|
|
270
240
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
271
|
-
anchorHue: number;
|
|
272
241
|
}, {
|
|
273
|
-
resolvedInteractive(): boolean;
|
|
274
242
|
hasOverlayIcon(): any;
|
|
275
|
-
isIconType(): any;
|
|
276
243
|
iconDataQa(): "dt-avatar-icon";
|
|
277
|
-
computedFamily(): number | undefined;
|
|
278
|
-
computedVariant(): number | undefined;
|
|
279
244
|
avatarClasses(): any[];
|
|
280
|
-
avatarStyles(): {
|
|
281
|
-
'--avatar-color-background': string;
|
|
282
|
-
}[] | undefined;
|
|
283
245
|
overlayClasses(): (string | unknown[] | Record<string, any>)[];
|
|
284
246
|
showGroup(): boolean;
|
|
285
|
-
formattedGroup(): number | "
|
|
286
|
-
validatedSize(): string
|
|
247
|
+
formattedGroup(): number | "99+" | undefined;
|
|
248
|
+
validatedSize(): string;
|
|
287
249
|
showImage(): string | false;
|
|
288
250
|
}, {
|
|
251
|
+
isIconType(): any;
|
|
289
252
|
setImageListeners(): Promise<void>;
|
|
290
253
|
formatInitials(): void;
|
|
291
|
-
|
|
254
|
+
getColor(): any;
|
|
292
255
|
_loadedImageEventHandler(el: any): void;
|
|
293
256
|
_erroredImageEventHandler(el: any): void;
|
|
294
257
|
validateProps(): void;
|
|
@@ -302,23 +265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
302
265
|
type: StringConstructor;
|
|
303
266
|
default: undefined;
|
|
304
267
|
};
|
|
305
|
-
family: {
|
|
306
|
-
type: NumberConstructor;
|
|
307
|
-
default: undefined;
|
|
308
|
-
validator: (val: unknown) => boolean;
|
|
309
|
-
};
|
|
310
|
-
variant: {
|
|
311
|
-
type: NumberConstructor;
|
|
312
|
-
default: undefined;
|
|
313
|
-
validator: (val: unknown) => boolean;
|
|
314
|
-
};
|
|
315
268
|
color: {
|
|
316
269
|
type: StringConstructor;
|
|
317
270
|
default: undefined;
|
|
318
271
|
};
|
|
319
272
|
size: {
|
|
320
|
-
type:
|
|
321
|
-
default:
|
|
273
|
+
type: StringConstructor;
|
|
274
|
+
default: string;
|
|
322
275
|
validator: (size: unknown) => boolean;
|
|
323
276
|
};
|
|
324
277
|
avatarClass: {
|
|
@@ -363,55 +316,44 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
363
316
|
type: StringConstructor;
|
|
364
317
|
default: undefined;
|
|
365
318
|
};
|
|
366
|
-
|
|
319
|
+
iconSize: {
|
|
367
320
|
type: StringConstructor;
|
|
368
321
|
default: string;
|
|
322
|
+
validator: (size: unknown) => boolean;
|
|
369
323
|
};
|
|
370
|
-
|
|
371
|
-
type:
|
|
372
|
-
default:
|
|
324
|
+
fullName: {
|
|
325
|
+
type: StringConstructor;
|
|
326
|
+
default: string;
|
|
373
327
|
};
|
|
374
328
|
clickable: {
|
|
375
329
|
type: BooleanConstructor;
|
|
376
|
-
default:
|
|
330
|
+
default: boolean;
|
|
377
331
|
};
|
|
378
332
|
iconAriaLabel: {
|
|
379
333
|
type: StringConstructor;
|
|
380
334
|
default: undefined;
|
|
381
335
|
};
|
|
382
|
-
iconOnly: {
|
|
383
|
-
type: BooleanConstructor;
|
|
384
|
-
default: boolean;
|
|
385
|
-
};
|
|
386
|
-
deactivated: {
|
|
387
|
-
type: BooleanConstructor;
|
|
388
|
-
default: boolean;
|
|
389
|
-
};
|
|
390
336
|
}>> & Readonly<{
|
|
391
337
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
392
338
|
}>, {
|
|
393
|
-
size: string | number;
|
|
394
339
|
id: string;
|
|
395
|
-
iconClass: string | unknown[] | Record<string, any>;
|
|
396
|
-
deactivated: boolean;
|
|
397
|
-
family: number;
|
|
398
340
|
presence: string;
|
|
399
341
|
seed: string;
|
|
400
|
-
variant: number;
|
|
401
342
|
color: string;
|
|
343
|
+
size: string;
|
|
402
344
|
avatarClass: string | unknown[] | Record<string, any>;
|
|
403
345
|
canvasClass: string | unknown[] | Record<string, any>;
|
|
346
|
+
iconClass: string | unknown[] | Record<string, any>;
|
|
404
347
|
presenceProps: Record<string, any>;
|
|
405
348
|
group: number;
|
|
406
349
|
overlayText: string;
|
|
407
350
|
overlayClass: string | unknown[] | Record<string, any>;
|
|
408
351
|
imageSrc: string;
|
|
409
352
|
imageAlt: string;
|
|
353
|
+
iconSize: string;
|
|
410
354
|
fullName: string;
|
|
411
|
-
interactive: boolean;
|
|
412
355
|
clickable: boolean;
|
|
413
356
|
iconAriaLabel: string;
|
|
414
|
-
iconOnly: boolean;
|
|
415
357
|
}, {}, {
|
|
416
358
|
DtPresence: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
417
359
|
presence: {
|
|
@@ -423,10 +365,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
423
365
|
type: StringConstructor;
|
|
424
366
|
default: null;
|
|
425
367
|
};
|
|
426
|
-
showIcon: {
|
|
427
|
-
type: BooleanConstructor;
|
|
428
|
-
default: boolean;
|
|
429
|
-
};
|
|
430
368
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
431
369
|
presence: {
|
|
432
370
|
type: StringConstructor;
|
|
@@ -437,20 +375,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
437
375
|
type: StringConstructor;
|
|
438
376
|
default: null;
|
|
439
377
|
};
|
|
440
|
-
showIcon: {
|
|
441
|
-
type: BooleanConstructor;
|
|
442
|
-
default: boolean;
|
|
443
|
-
};
|
|
444
378
|
}>> & Readonly<{}>, {
|
|
445
379
|
presence: string;
|
|
446
380
|
srText: string;
|
|
447
|
-
|
|
448
|
-
}, {}, {
|
|
449
|
-
DtPresenceActiveIcon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
450
|
-
DtPresenceAwayIcon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
451
|
-
DtPresenceBusyIcon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
452
|
-
DtPresenceDndIcon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
453
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
381
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
454
382
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
455
383
|
DtRecipeGeneralRow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
456
384
|
type: {
|
|
@@ -530,40 +458,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
530
458
|
'd-recipe-leftbar-row--action-focused': boolean;
|
|
531
459
|
})[];
|
|
532
460
|
getIcon(): string;
|
|
533
|
-
getIconComponent(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
534
|
-
size: {
|
|
535
|
-
type: StringConstructor;
|
|
536
|
-
default: string;
|
|
537
|
-
validator: (s: unknown) => boolean;
|
|
538
|
-
};
|
|
539
|
-
ariaLabel: {
|
|
540
|
-
type: StringConstructor;
|
|
541
|
-
default: undefined;
|
|
542
|
-
};
|
|
543
|
-
}>, {}, {}, {
|
|
544
|
-
iconSizeClass(): any;
|
|
545
|
-
ariaHidden(): "true" | "false";
|
|
546
|
-
dataQA(): {};
|
|
547
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "loaded"[], "loaded", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
548
|
-
size: {
|
|
549
|
-
type: StringConstructor;
|
|
550
|
-
default: string;
|
|
551
|
-
validator: (s: unknown) => boolean;
|
|
552
|
-
};
|
|
553
|
-
ariaLabel: {
|
|
554
|
-
type: StringConstructor;
|
|
555
|
-
default: undefined;
|
|
556
|
-
};
|
|
557
|
-
}>> & Readonly<{
|
|
558
|
-
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
559
|
-
}>, {
|
|
560
|
-
size: string;
|
|
561
|
-
ariaLabel: string;
|
|
562
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | undefined;
|
|
563
|
-
isDialbotType(): boolean;
|
|
564
|
-
isContactCenterType(): boolean;
|
|
565
|
-
contactCenterIconClasses(): any[];
|
|
566
|
-
avatarSize(): string;
|
|
567
461
|
generalRowListeners(): Object;
|
|
568
462
|
getAriaLabel(): string;
|
|
569
463
|
hasActions(): string | boolean;
|
|
@@ -582,6 +476,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
582
476
|
typingTooltip(): any;
|
|
583
477
|
}, {
|
|
584
478
|
removeClassStyleAttrs: typeof import('../../../common/utils').removeClassStyleAttrs;
|
|
479
|
+
addClassStyleAttrs: typeof import('../../../common/utils').addClassStyleAttrs;
|
|
585
480
|
validateProps(): void;
|
|
586
481
|
adjustLabelWidth(): void;
|
|
587
482
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "call"[], "call", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -651,10 +546,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
651
546
|
}>> & Readonly<{
|
|
652
547
|
onCall?: ((...args: any[]) => any) | undefined;
|
|
653
548
|
}>, {
|
|
654
|
-
ariaLabel: string;
|
|
655
549
|
type: string;
|
|
656
550
|
color: string;
|
|
657
551
|
iconSize: string;
|
|
552
|
+
ariaLabel: string;
|
|
658
553
|
muted: boolean;
|
|
659
554
|
selected: boolean;
|
|
660
555
|
unreadCount: string;
|
|
@@ -836,9 +731,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
836
731
|
default: number;
|
|
837
732
|
};
|
|
838
733
|
}>> & Readonly<{}>, {
|
|
839
|
-
ariaLabel: string;
|
|
840
734
|
offset: number;
|
|
841
735
|
animationDuration: number;
|
|
736
|
+
ariaLabel: string;
|
|
842
737
|
animate: boolean;
|
|
843
738
|
paragraphOption: boolean | Record<string, any>;
|
|
844
739
|
listItemOption: boolean | Record<string, any>;
|
|
@@ -878,9 +773,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
878
773
|
};
|
|
879
774
|
}>, {}, {
|
|
880
775
|
SKELETON_HEADING_HEIGHTS: {
|
|
881
|
-
200: string;
|
|
882
|
-
300: string;
|
|
883
|
-
400: string;
|
|
884
776
|
sm: string;
|
|
885
777
|
md: string;
|
|
886
778
|
lg: string;
|
|
@@ -928,9 +820,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
928
820
|
type: string;
|
|
929
821
|
offset: number;
|
|
930
822
|
animationDuration: number;
|
|
931
|
-
animate: boolean;
|
|
932
|
-
contentClass: string;
|
|
933
823
|
width: string;
|
|
824
|
+
contentClass: string;
|
|
825
|
+
animate: boolean;
|
|
934
826
|
headingHeight: string;
|
|
935
827
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
936
828
|
DtSkeletonShape: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -940,8 +832,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
940
832
|
validator: (shape: unknown) => boolean;
|
|
941
833
|
};
|
|
942
834
|
size: {
|
|
943
|
-
type:
|
|
944
|
-
default:
|
|
835
|
+
type: StringConstructor;
|
|
836
|
+
default: string;
|
|
945
837
|
};
|
|
946
838
|
animationDuration: {
|
|
947
839
|
type: NumberConstructor;
|
|
@@ -988,8 +880,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
988
880
|
validator: (shape: unknown) => boolean;
|
|
989
881
|
};
|
|
990
882
|
size: {
|
|
991
|
-
type:
|
|
992
|
-
default:
|
|
883
|
+
type: StringConstructor;
|
|
884
|
+
default: string;
|
|
993
885
|
};
|
|
994
886
|
animationDuration: {
|
|
995
887
|
type: NumberConstructor;
|
|
@@ -1008,12 +900,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1008
900
|
default: string;
|
|
1009
901
|
};
|
|
1010
902
|
}>> & Readonly<{}>, {
|
|
1011
|
-
size: string | number;
|
|
1012
903
|
offset: number;
|
|
1013
904
|
animationDuration: number;
|
|
1014
|
-
|
|
905
|
+
size: string;
|
|
1015
906
|
contentClass: string | unknown[] | Record<string, any>;
|
|
1016
907
|
shape: string;
|
|
908
|
+
animate: boolean;
|
|
1017
909
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1018
910
|
DtSkeletonListItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1019
911
|
shape: {
|
|
@@ -1022,8 +914,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1022
914
|
validator: (shape: unknown) => boolean;
|
|
1023
915
|
};
|
|
1024
916
|
shapeSize: {
|
|
1025
|
-
type:
|
|
1026
|
-
default:
|
|
917
|
+
type: StringConstructor;
|
|
918
|
+
default: string;
|
|
1027
919
|
};
|
|
1028
920
|
paragraphs: {
|
|
1029
921
|
type: ObjectConstructor;
|
|
@@ -1059,8 +951,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1059
951
|
validator: (shape: unknown) => boolean;
|
|
1060
952
|
};
|
|
1061
953
|
shapeSize: {
|
|
1062
|
-
type:
|
|
1063
|
-
default:
|
|
954
|
+
type: StringConstructor;
|
|
955
|
+
default: string;
|
|
1064
956
|
};
|
|
1065
957
|
paragraphs: {
|
|
1066
958
|
type: ObjectConstructor;
|
|
@@ -1092,10 +984,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1092
984
|
}>> & Readonly<{}>, {
|
|
1093
985
|
offset: number;
|
|
1094
986
|
animationDuration: number;
|
|
1095
|
-
animate: boolean;
|
|
1096
987
|
contentClass: string;
|
|
1097
988
|
shape: string;
|
|
1098
|
-
|
|
989
|
+
animate: boolean;
|
|
990
|
+
shapeSize: string;
|
|
1099
991
|
paragraphs: Record<string, any>;
|
|
1100
992
|
shapeClass: string;
|
|
1101
993
|
}, {}, {
|
|
@@ -1106,8 +998,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1106
998
|
validator: (shape: unknown) => boolean;
|
|
1107
999
|
};
|
|
1108
1000
|
size: {
|
|
1109
|
-
type:
|
|
1110
|
-
default:
|
|
1001
|
+
type: StringConstructor;
|
|
1002
|
+
default: string;
|
|
1111
1003
|
};
|
|
1112
1004
|
animationDuration: {
|
|
1113
1005
|
type: NumberConstructor;
|
|
@@ -1154,8 +1046,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1154
1046
|
validator: (shape: unknown) => boolean;
|
|
1155
1047
|
};
|
|
1156
1048
|
size: {
|
|
1157
|
-
type:
|
|
1158
|
-
default:
|
|
1049
|
+
type: StringConstructor;
|
|
1050
|
+
default: string;
|
|
1159
1051
|
};
|
|
1160
1052
|
animationDuration: {
|
|
1161
1053
|
type: NumberConstructor;
|
|
@@ -1174,12 +1066,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1174
1066
|
default: string;
|
|
1175
1067
|
};
|
|
1176
1068
|
}>> & Readonly<{}>, {
|
|
1177
|
-
size: string | number;
|
|
1178
1069
|
offset: number;
|
|
1179
1070
|
animationDuration: number;
|
|
1180
|
-
|
|
1071
|
+
size: string;
|
|
1181
1072
|
contentClass: string | unknown[] | Record<string, any>;
|
|
1182
1073
|
shape: string;
|
|
1074
|
+
animate: boolean;
|
|
1183
1075
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1184
1076
|
DtSkeletonParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1185
1077
|
rows: {
|
|
@@ -1277,10 +1169,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1277
1169
|
}>> & Readonly<{}>, {
|
|
1278
1170
|
offset: number;
|
|
1279
1171
|
animationDuration: number;
|
|
1280
|
-
animate: boolean;
|
|
1281
|
-
contentClass: string;
|
|
1282
1172
|
width: string | unknown[];
|
|
1173
|
+
contentClass: string;
|
|
1283
1174
|
maxWidth: string | number;
|
|
1175
|
+
animate: boolean;
|
|
1284
1176
|
rows: string | number;
|
|
1285
1177
|
minWidth: string | number;
|
|
1286
1178
|
randomWidth: boolean;
|
|
@@ -1319,9 +1211,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1319
1211
|
};
|
|
1320
1212
|
}>, {}, {
|
|
1321
1213
|
SKELETON_HEADING_HEIGHTS: {
|
|
1322
|
-
200: string;
|
|
1323
|
-
300: string;
|
|
1324
|
-
400: string;
|
|
1325
1214
|
sm: string;
|
|
1326
1215
|
md: string;
|
|
1327
1216
|
lg: string;
|
|
@@ -1369,9 +1258,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1369
1258
|
type: string;
|
|
1370
1259
|
offset: number;
|
|
1371
1260
|
animationDuration: number;
|
|
1372
|
-
animate: boolean;
|
|
1373
|
-
contentClass: string;
|
|
1374
1261
|
width: string;
|
|
1262
|
+
contentClass: string;
|
|
1263
|
+
animate: boolean;
|
|
1375
1264
|
headingHeight: string;
|
|
1376
1265
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1377
1266
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1472,10 +1361,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1472
1361
|
}>> & Readonly<{}>, {
|
|
1473
1362
|
offset: number;
|
|
1474
1363
|
animationDuration: number;
|
|
1475
|
-
animate: boolean;
|
|
1476
|
-
contentClass: string;
|
|
1477
1364
|
width: string | unknown[];
|
|
1365
|
+
contentClass: string;
|
|
1478
1366
|
maxWidth: string | number;
|
|
1367
|
+
animate: boolean;
|
|
1479
1368
|
rows: string | number;
|
|
1480
1369
|
minWidth: string | number;
|
|
1481
1370
|
randomWidth: boolean;
|
|
@@ -1514,9 +1403,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1514
1403
|
};
|
|
1515
1404
|
}>, {}, {
|
|
1516
1405
|
SKELETON_HEADING_HEIGHTS: {
|
|
1517
|
-
200: string;
|
|
1518
|
-
300: string;
|
|
1519
|
-
400: string;
|
|
1520
1406
|
sm: string;
|
|
1521
1407
|
md: string;
|
|
1522
1408
|
lg: string;
|
|
@@ -1564,9 +1450,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1564
1450
|
type: string;
|
|
1565
1451
|
offset: number;
|
|
1566
1452
|
animationDuration: number;
|
|
1567
|
-
animate: boolean;
|
|
1568
|
-
contentClass: string;
|
|
1569
1453
|
width: string;
|
|
1454
|
+
contentClass: string;
|
|
1455
|
+
animate: boolean;
|
|
1570
1456
|
headingHeight: string;
|
|
1571
1457
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1572
1458
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1602,14 +1488,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1602
1488
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1603
1489
|
default: string;
|
|
1604
1490
|
};
|
|
1605
|
-
startIconClass: {
|
|
1606
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1607
|
-
default: string;
|
|
1608
|
-
};
|
|
1609
|
-
endIconClass: {
|
|
1610
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1611
|
-
default: string;
|
|
1612
|
-
};
|
|
1613
1491
|
subtle: {
|
|
1614
1492
|
type: BooleanConstructor;
|
|
1615
1493
|
default: boolean;
|
|
@@ -1622,7 +1500,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1622
1500
|
BADGE_TYPE_MODIFIERS: {
|
|
1623
1501
|
default: string;
|
|
1624
1502
|
info: string;
|
|
1625
|
-
|
|
1503
|
+
success: string;
|
|
1626
1504
|
warning: string;
|
|
1627
1505
|
critical: string;
|
|
1628
1506
|
bulletin: string;
|
|
@@ -1693,14 +1571,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1693
1571
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1694
1572
|
default: string;
|
|
1695
1573
|
};
|
|
1696
|
-
startIconClass: {
|
|
1697
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1698
|
-
default: string;
|
|
1699
|
-
};
|
|
1700
|
-
endIconClass: {
|
|
1701
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1702
|
-
default: string;
|
|
1703
|
-
};
|
|
1704
1574
|
subtle: {
|
|
1705
1575
|
type: BooleanConstructor;
|
|
1706
1576
|
default: boolean;
|
|
@@ -1712,13 +1582,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1712
1582
|
}>> & Readonly<{}>, {
|
|
1713
1583
|
type: string;
|
|
1714
1584
|
outlined: boolean;
|
|
1715
|
-
text: string;
|
|
1716
1585
|
iconSize: string;
|
|
1586
|
+
text: string;
|
|
1717
1587
|
kind: string;
|
|
1718
1588
|
decoration: string;
|
|
1719
1589
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1720
|
-
startIconClass: string | unknown[] | Record<string, any>;
|
|
1721
|
-
endIconClass: string | unknown[] | Record<string, any>;
|
|
1722
1590
|
subtle: boolean;
|
|
1723
1591
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1724
1592
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1749,14 +1617,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1749
1617
|
type: BooleanConstructor;
|
|
1750
1618
|
default: boolean;
|
|
1751
1619
|
};
|
|
1752
|
-
linkUnderline: {
|
|
1753
|
-
type: BooleanConstructor;
|
|
1754
|
-
default: boolean;
|
|
1755
|
-
};
|
|
1756
|
-
underline: {
|
|
1757
|
-
type: BooleanConstructor;
|
|
1758
|
-
default: null;
|
|
1759
|
-
};
|
|
1760
1620
|
disabled: {
|
|
1761
1621
|
type: BooleanConstructor;
|
|
1762
1622
|
default: boolean;
|
|
@@ -1771,42 +1631,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1771
1631
|
default: null;
|
|
1772
1632
|
};
|
|
1773
1633
|
size: {
|
|
1774
|
-
type:
|
|
1775
|
-
default:
|
|
1634
|
+
type: StringConstructor;
|
|
1635
|
+
default: string;
|
|
1776
1636
|
validator: (s: unknown) => boolean;
|
|
1777
1637
|
};
|
|
1778
1638
|
labelClass: {
|
|
1779
1639
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1780
1640
|
default: string;
|
|
1781
1641
|
};
|
|
1782
|
-
leadingClass: {
|
|
1783
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1784
|
-
default: string;
|
|
1785
|
-
};
|
|
1786
|
-
trailingClass: {
|
|
1787
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1788
|
-
default: string;
|
|
1789
|
-
};
|
|
1790
|
-
startIconClass: {
|
|
1791
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1792
|
-
default: string;
|
|
1793
|
-
};
|
|
1794
|
-
endIconClass: {
|
|
1795
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1796
|
-
default: string;
|
|
1797
|
-
};
|
|
1798
|
-
blockStartIconClass: {
|
|
1799
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1800
|
-
default: string;
|
|
1801
|
-
};
|
|
1802
|
-
blockEndIconClass: {
|
|
1803
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1804
|
-
default: string;
|
|
1805
|
-
};
|
|
1806
|
-
iconClass: {
|
|
1807
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1808
|
-
default: string;
|
|
1809
|
-
};
|
|
1810
1642
|
loading: {
|
|
1811
1643
|
type: BooleanConstructor;
|
|
1812
1644
|
default: boolean;
|
|
@@ -1846,10 +1678,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1846
1678
|
};
|
|
1847
1679
|
}>, {}, {
|
|
1848
1680
|
ICON_POSITION_MODIFIERS: {
|
|
1849
|
-
start: string;
|
|
1850
|
-
end: string;
|
|
1851
|
-
blockStart: string;
|
|
1852
|
-
blockEnd: string;
|
|
1853
1681
|
left: string;
|
|
1854
1682
|
right: string;
|
|
1855
1683
|
top: string;
|
|
@@ -1859,7 +1687,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1859
1687
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1860
1688
|
i18n: any;
|
|
1861
1689
|
}, {
|
|
1862
|
-
resolvedUnderline(): boolean;
|
|
1863
1690
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1864
1691
|
isNativeButton(): boolean;
|
|
1865
1692
|
computedAttrs(): {
|
|
@@ -1892,12 +1719,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1892
1719
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1893
1720
|
buttonClasses(): any[];
|
|
1894
1721
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1895
|
-
|
|
1896
|
-
hasEndIcon(): any;
|
|
1897
|
-
hasBlockStartIcon(): any;
|
|
1898
|
-
hasBlockEndIcon(): any;
|
|
1899
|
-
hasNewIconSlots(): any;
|
|
1900
|
-
shouldRenderLegacyIcon(): any;
|
|
1722
|
+
shouldRenderIcon(): any;
|
|
1901
1723
|
isIconOnly(): any;
|
|
1902
1724
|
isVerticalIconLayout(): boolean;
|
|
1903
1725
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1928,14 +1750,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1928
1750
|
type: BooleanConstructor;
|
|
1929
1751
|
default: boolean;
|
|
1930
1752
|
};
|
|
1931
|
-
linkUnderline: {
|
|
1932
|
-
type: BooleanConstructor;
|
|
1933
|
-
default: boolean;
|
|
1934
|
-
};
|
|
1935
|
-
underline: {
|
|
1936
|
-
type: BooleanConstructor;
|
|
1937
|
-
default: null;
|
|
1938
|
-
};
|
|
1939
1753
|
disabled: {
|
|
1940
1754
|
type: BooleanConstructor;
|
|
1941
1755
|
default: boolean;
|
|
@@ -1950,42 +1764,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1950
1764
|
default: null;
|
|
1951
1765
|
};
|
|
1952
1766
|
size: {
|
|
1953
|
-
type:
|
|
1954
|
-
default:
|
|
1767
|
+
type: StringConstructor;
|
|
1768
|
+
default: string;
|
|
1955
1769
|
validator: (s: unknown) => boolean;
|
|
1956
1770
|
};
|
|
1957
1771
|
labelClass: {
|
|
1958
1772
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1959
1773
|
default: string;
|
|
1960
1774
|
};
|
|
1961
|
-
leadingClass: {
|
|
1962
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1963
|
-
default: string;
|
|
1964
|
-
};
|
|
1965
|
-
trailingClass: {
|
|
1966
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1967
|
-
default: string;
|
|
1968
|
-
};
|
|
1969
|
-
startIconClass: {
|
|
1970
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1971
|
-
default: string;
|
|
1972
|
-
};
|
|
1973
|
-
endIconClass: {
|
|
1974
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1975
|
-
default: string;
|
|
1976
|
-
};
|
|
1977
|
-
blockStartIconClass: {
|
|
1978
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1979
|
-
default: string;
|
|
1980
|
-
};
|
|
1981
|
-
blockEndIconClass: {
|
|
1982
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1983
|
-
default: string;
|
|
1984
|
-
};
|
|
1985
|
-
iconClass: {
|
|
1986
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1987
|
-
default: string;
|
|
1988
|
-
};
|
|
1989
1775
|
loading: {
|
|
1990
1776
|
type: BooleanConstructor;
|
|
1991
1777
|
default: boolean;
|
|
@@ -2029,31 +1815,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2029
1815
|
}>, {
|
|
2030
1816
|
link: boolean;
|
|
2031
1817
|
disabled: boolean;
|
|
2032
|
-
size: string | number;
|
|
2033
1818
|
type: string;
|
|
2034
|
-
iconClass: string | unknown[] | Record<string, any>;
|
|
2035
|
-
replace: boolean;
|
|
2036
1819
|
target: string;
|
|
2037
1820
|
circle: boolean;
|
|
2038
1821
|
active: boolean;
|
|
2039
1822
|
loading: boolean;
|
|
2040
|
-
|
|
1823
|
+
size: string;
|
|
1824
|
+
replace: boolean;
|
|
2041
1825
|
kind: string;
|
|
2042
1826
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2043
|
-
startIconClass: string | unknown[] | Record<string, any>;
|
|
2044
|
-
endIconClass: string | unknown[] | Record<string, any>;
|
|
2045
1827
|
href: string;
|
|
2046
1828
|
to: string | Record<string, any>;
|
|
2047
1829
|
iconPosition: string;
|
|
2048
1830
|
importance: string;
|
|
2049
1831
|
linkKind: string;
|
|
2050
1832
|
linkInverted: boolean;
|
|
2051
|
-
linkUnderline: boolean;
|
|
2052
1833
|
width: string;
|
|
2053
|
-
leadingClass: string | unknown[] | Record<string, any>;
|
|
2054
|
-
trailingClass: string | unknown[] | Record<string, any>;
|
|
2055
|
-
blockStartIconClass: string | unknown[] | Record<string, any>;
|
|
2056
|
-
blockEndIconClass: string | unknown[] | Record<string, any>;
|
|
2057
1834
|
assertiveOnFocus: boolean;
|
|
2058
1835
|
rel: string;
|
|
2059
1836
|
}, {}, {
|
|
@@ -2110,10 +1887,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2110
1887
|
validator: (sticky: unknown) => boolean;
|
|
2111
1888
|
};
|
|
2112
1889
|
appendTo: {
|
|
2113
|
-
type: (
|
|
1890
|
+
type: ({
|
|
2114
1891
|
new (): HTMLElement;
|
|
2115
1892
|
prototype: HTMLElement;
|
|
2116
|
-
})[];
|
|
1893
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
2117
1894
|
default: string;
|
|
2118
1895
|
validator: (appendTo: unknown) => boolean;
|
|
2119
1896
|
};
|
|
@@ -2121,10 +1898,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2121
1898
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2122
1899
|
default: string;
|
|
2123
1900
|
};
|
|
2124
|
-
anchorClass: {
|
|
2125
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2126
|
-
default: string;
|
|
2127
|
-
};
|
|
2128
1901
|
message: {
|
|
2129
1902
|
type: StringConstructor;
|
|
2130
1903
|
default: string;
|
|
@@ -2133,8 +1906,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2133
1906
|
type: BooleanConstructor;
|
|
2134
1907
|
default: boolean;
|
|
2135
1908
|
};
|
|
2136
|
-
|
|
2137
|
-
type:
|
|
1909
|
+
show: {
|
|
1910
|
+
type: BooleanConstructor;
|
|
2138
1911
|
default: null;
|
|
2139
1912
|
};
|
|
2140
1913
|
transition: {
|
|
@@ -2157,7 +1930,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2157
1930
|
type: {
|
|
2158
1931
|
new (): HTMLElement;
|
|
2159
1932
|
prototype: HTMLElement;
|
|
2160
|
-
};
|
|
1933
|
+
} | ObjectConstructor;
|
|
2161
1934
|
default: null;
|
|
2162
1935
|
};
|
|
2163
1936
|
}>, {}, {
|
|
@@ -2211,7 +1984,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2211
1984
|
};
|
|
2212
1985
|
anchor(): any;
|
|
2213
1986
|
}, {
|
|
2214
|
-
getModeReferenceEl(): any;
|
|
2215
1987
|
calculateAnchorZindex(): 651 | 400;
|
|
2216
1988
|
hasVisibleFocus(): any;
|
|
2217
1989
|
onEnterAnchor(e: any): void;
|
|
@@ -2221,7 +1993,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2221
1993
|
onChangePlacement(placement: any): void;
|
|
2222
1994
|
onHide(): void;
|
|
2223
1995
|
onShow(tooltipInstance: any, callingMethod: any): false | undefined;
|
|
2224
|
-
resolveAppendTo(): any;
|
|
2225
1996
|
setProps(): void;
|
|
2226
1997
|
onMount(): void;
|
|
2227
1998
|
tooltipHasContent(tooltipInstance: any): boolean;
|
|
@@ -2235,7 +2006,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2235
2006
|
touch: boolean;
|
|
2236
2007
|
onMount: () => void;
|
|
2237
2008
|
showOnCreate: boolean;
|
|
2238
|
-
appendTo: any;
|
|
2239
2009
|
popperOptions: {
|
|
2240
2010
|
modifiers: ({
|
|
2241
2011
|
name: string;
|
|
@@ -2264,32 +2034,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2264
2034
|
};
|
|
2265
2035
|
addExternalAnchorEventListeners(): void;
|
|
2266
2036
|
removeExternalAnchorEventListeners(): void;
|
|
2267
|
-
}, {
|
|
2268
|
-
props: {
|
|
2269
|
-
contentMode: {
|
|
2270
|
-
type: StringConstructor;
|
|
2271
|
-
default: null;
|
|
2272
|
-
validator: (v: any) => boolean;
|
|
2273
|
-
};
|
|
2274
|
-
};
|
|
2275
|
-
data(): {
|
|
2276
|
-
modeContrast: string;
|
|
2277
|
-
modeResolved: null;
|
|
2278
|
-
};
|
|
2279
|
-
computed: {
|
|
2280
|
-
modeAttrs(): any;
|
|
2281
|
-
};
|
|
2282
|
-
watch: {
|
|
2283
|
-
contentMode(): void;
|
|
2284
|
-
};
|
|
2285
|
-
mounted(): void;
|
|
2286
|
-
beforeUnmount(): void;
|
|
2287
|
-
methods: {
|
|
2288
|
-
getModeReferenceEl(): HTMLElement | null;
|
|
2289
|
-
setupModeObservers(): void;
|
|
2290
|
-
cleanupModeObservers(): void;
|
|
2291
|
-
};
|
|
2292
|
-
}, import('vue').ComponentOptionsMixin, ("update:open" | "shown")[], "update:open" | "shown", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2037
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("shown" | "update:show")[], "shown" | "update:show", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2293
2038
|
id: {
|
|
2294
2039
|
type: StringConstructor;
|
|
2295
2040
|
default(): string;
|
|
@@ -2317,10 +2062,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2317
2062
|
validator: (sticky: unknown) => boolean;
|
|
2318
2063
|
};
|
|
2319
2064
|
appendTo: {
|
|
2320
|
-
type: (
|
|
2065
|
+
type: ({
|
|
2321
2066
|
new (): HTMLElement;
|
|
2322
2067
|
prototype: HTMLElement;
|
|
2323
|
-
})[];
|
|
2068
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
2324
2069
|
default: string;
|
|
2325
2070
|
validator: (appendTo: unknown) => boolean;
|
|
2326
2071
|
};
|
|
@@ -2328,10 +2073,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2328
2073
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2329
2074
|
default: string;
|
|
2330
2075
|
};
|
|
2331
|
-
anchorClass: {
|
|
2332
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2333
|
-
default: string;
|
|
2334
|
-
};
|
|
2335
2076
|
message: {
|
|
2336
2077
|
type: StringConstructor;
|
|
2337
2078
|
default: string;
|
|
@@ -2340,8 +2081,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2340
2081
|
type: BooleanConstructor;
|
|
2341
2082
|
default: boolean;
|
|
2342
2083
|
};
|
|
2343
|
-
|
|
2344
|
-
type:
|
|
2084
|
+
show: {
|
|
2085
|
+
type: BooleanConstructor;
|
|
2345
2086
|
default: null;
|
|
2346
2087
|
};
|
|
2347
2088
|
transition: {
|
|
@@ -2364,30 +2105,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2364
2105
|
type: {
|
|
2365
2106
|
new (): HTMLElement;
|
|
2366
2107
|
prototype: HTMLElement;
|
|
2367
|
-
};
|
|
2108
|
+
} | ObjectConstructor;
|
|
2368
2109
|
default: null;
|
|
2369
2110
|
};
|
|
2370
2111
|
}>> & Readonly<{
|
|
2371
|
-
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
2372
2112
|
onShown?: ((...args: any[]) => any) | undefined;
|
|
2113
|
+
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
2373
2114
|
}>, {
|
|
2374
2115
|
id: string;
|
|
2375
2116
|
offset: unknown[];
|
|
2376
|
-
open: boolean | null;
|
|
2377
2117
|
message: string;
|
|
2378
|
-
contentClass: string | unknown[] | Record<string, any>;
|
|
2379
2118
|
inverted: boolean;
|
|
2380
|
-
|
|
2381
|
-
|
|
2119
|
+
contentClass: string | unknown[] | Record<string, any>;
|
|
2120
|
+
show: boolean;
|
|
2121
|
+
transition: boolean;
|
|
2122
|
+
appendTo: string | HTMLElement | Record<string, any>;
|
|
2382
2123
|
delay: boolean;
|
|
2383
2124
|
placement: string;
|
|
2384
2125
|
sticky: string | boolean;
|
|
2385
2126
|
theme: string;
|
|
2386
2127
|
fallbackPlacements: unknown[];
|
|
2387
2128
|
enabled: boolean;
|
|
2388
|
-
transition: boolean;
|
|
2389
2129
|
externalAnchor: string;
|
|
2390
|
-
externalAnchorElement:
|
|
2130
|
+
externalAnchorElement: any;
|
|
2391
2131
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2392
2132
|
DtIconPhone: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2393
2133
|
size: {
|
|
@@ -2449,355 +2189,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2449
2189
|
size: string;
|
|
2450
2190
|
ariaLabel: string;
|
|
2451
2191
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2452
|
-
DtIconDialbot: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2453
|
-
size: {
|
|
2454
|
-
type: StringConstructor;
|
|
2455
|
-
default: string;
|
|
2456
|
-
validator: (s: unknown) => boolean;
|
|
2457
|
-
};
|
|
2458
|
-
ariaLabel: {
|
|
2459
|
-
type: StringConstructor;
|
|
2460
|
-
default: undefined;
|
|
2461
|
-
};
|
|
2462
|
-
}>, {}, {}, {
|
|
2463
|
-
iconSizeClass(): any;
|
|
2464
|
-
ariaHidden(): "true" | "false";
|
|
2465
|
-
dataQA(): {};
|
|
2466
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "loaded"[], "loaded", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2467
|
-
size: {
|
|
2468
|
-
type: StringConstructor;
|
|
2469
|
-
default: string;
|
|
2470
|
-
validator: (s: unknown) => boolean;
|
|
2471
|
-
};
|
|
2472
|
-
ariaLabel: {
|
|
2473
|
-
type: StringConstructor;
|
|
2474
|
-
default: undefined;
|
|
2475
|
-
};
|
|
2476
|
-
}>> & Readonly<{
|
|
2477
|
-
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
2478
|
-
}>, {
|
|
2479
|
-
size: string;
|
|
2480
|
-
ariaLabel: string;
|
|
2481
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2482
|
-
DtAvatar: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2483
|
-
id: {
|
|
2484
|
-
type: StringConstructor;
|
|
2485
|
-
default(): string;
|
|
2486
|
-
};
|
|
2487
|
-
seed: {
|
|
2488
|
-
type: StringConstructor;
|
|
2489
|
-
default: undefined;
|
|
2490
|
-
};
|
|
2491
|
-
family: {
|
|
2492
|
-
type: NumberConstructor;
|
|
2493
|
-
default: undefined;
|
|
2494
|
-
validator: (val: unknown) => boolean;
|
|
2495
|
-
};
|
|
2496
|
-
variant: {
|
|
2497
|
-
type: NumberConstructor;
|
|
2498
|
-
default: undefined;
|
|
2499
|
-
validator: (val: unknown) => boolean;
|
|
2500
|
-
};
|
|
2501
|
-
color: {
|
|
2502
|
-
type: StringConstructor;
|
|
2503
|
-
default: undefined;
|
|
2504
|
-
};
|
|
2505
|
-
size: {
|
|
2506
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2507
|
-
default: number;
|
|
2508
|
-
validator: (size: unknown) => boolean;
|
|
2509
|
-
};
|
|
2510
|
-
avatarClass: {
|
|
2511
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2512
|
-
default: string;
|
|
2513
|
-
};
|
|
2514
|
-
canvasClass: {
|
|
2515
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2516
|
-
default: string;
|
|
2517
|
-
};
|
|
2518
|
-
iconClass: {
|
|
2519
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2520
|
-
default: string;
|
|
2521
|
-
};
|
|
2522
|
-
presence: {
|
|
2523
|
-
type: StringConstructor;
|
|
2524
|
-
default: string;
|
|
2525
|
-
validator: (state: unknown) => boolean;
|
|
2526
|
-
};
|
|
2527
|
-
presenceProps: {
|
|
2528
|
-
type: ObjectConstructor;
|
|
2529
|
-
default: () => {};
|
|
2530
|
-
};
|
|
2531
|
-
group: {
|
|
2532
|
-
type: NumberConstructor;
|
|
2533
|
-
default: undefined;
|
|
2534
|
-
validator: (group: unknown) => boolean;
|
|
2535
|
-
};
|
|
2536
|
-
overlayText: {
|
|
2537
|
-
type: StringConstructor;
|
|
2538
|
-
default: string;
|
|
2539
|
-
};
|
|
2540
|
-
overlayClass: {
|
|
2541
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2542
|
-
default: string;
|
|
2543
|
-
};
|
|
2544
|
-
imageSrc: {
|
|
2545
|
-
type: StringConstructor;
|
|
2546
|
-
default: string;
|
|
2547
|
-
};
|
|
2548
|
-
imageAlt: {
|
|
2549
|
-
type: StringConstructor;
|
|
2550
|
-
default: undefined;
|
|
2551
|
-
};
|
|
2552
|
-
fullName: {
|
|
2553
|
-
type: StringConstructor;
|
|
2554
|
-
default: string;
|
|
2555
|
-
};
|
|
2556
|
-
interactive: {
|
|
2557
|
-
type: BooleanConstructor;
|
|
2558
|
-
default: boolean;
|
|
2559
|
-
};
|
|
2560
|
-
clickable: {
|
|
2561
|
-
type: BooleanConstructor;
|
|
2562
|
-
default: null;
|
|
2563
|
-
};
|
|
2564
|
-
iconAriaLabel: {
|
|
2565
|
-
type: StringConstructor;
|
|
2566
|
-
default: undefined;
|
|
2567
|
-
};
|
|
2568
|
-
iconOnly: {
|
|
2569
|
-
type: BooleanConstructor;
|
|
2570
|
-
default: boolean;
|
|
2571
|
-
};
|
|
2572
|
-
deactivated: {
|
|
2573
|
-
type: BooleanConstructor;
|
|
2574
|
-
default: boolean;
|
|
2575
|
-
};
|
|
2576
|
-
}>, {}, {
|
|
2577
|
-
AVATAR_SIZE_MODIFIERS: {
|
|
2578
|
-
100: string;
|
|
2579
|
-
150: string;
|
|
2580
|
-
200: string;
|
|
2581
|
-
250: string;
|
|
2582
|
-
300: string;
|
|
2583
|
-
400: string;
|
|
2584
|
-
500: string;
|
|
2585
|
-
600: string;
|
|
2586
|
-
700: string;
|
|
2587
|
-
800: string;
|
|
2588
|
-
900: string;
|
|
2589
|
-
xs: string;
|
|
2590
|
-
sm: string;
|
|
2591
|
-
md: string;
|
|
2592
|
-
lg: string;
|
|
2593
|
-
xl: string;
|
|
2594
|
-
};
|
|
2595
|
-
AVATAR_KIND_MODIFIERS: {
|
|
2596
|
-
default: string;
|
|
2597
|
-
icon: string;
|
|
2598
|
-
initials: string;
|
|
2599
|
-
};
|
|
2600
|
-
AVATAR_PRESENCE_SIZE_MODIFIERS: {
|
|
2601
|
-
100: string;
|
|
2602
|
-
150: string;
|
|
2603
|
-
200: string;
|
|
2604
|
-
250: string;
|
|
2605
|
-
300: string;
|
|
2606
|
-
400: string;
|
|
2607
|
-
500: string;
|
|
2608
|
-
xs: string;
|
|
2609
|
-
sm: string;
|
|
2610
|
-
md: string;
|
|
2611
|
-
lg: string;
|
|
2612
|
-
};
|
|
2613
|
-
imageLoadedSuccessfully: null;
|
|
2614
|
-
formattedInitials: string;
|
|
2615
|
-
initializing: boolean;
|
|
2616
|
-
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
2617
|
-
anchorHue: number;
|
|
2618
|
-
}, {
|
|
2619
|
-
resolvedInteractive(): boolean;
|
|
2620
|
-
hasOverlayIcon(): any;
|
|
2621
|
-
isIconType(): any;
|
|
2622
|
-
iconDataQa(): "dt-avatar-icon";
|
|
2623
|
-
computedFamily(): number | undefined;
|
|
2624
|
-
computedVariant(): number | undefined;
|
|
2625
|
-
avatarClasses(): any[];
|
|
2626
|
-
avatarStyles(): {
|
|
2627
|
-
'--avatar-color-background': string;
|
|
2628
|
-
}[] | undefined;
|
|
2629
|
-
overlayClasses(): (string | unknown[] | Record<string, any>)[];
|
|
2630
|
-
showGroup(): boolean;
|
|
2631
|
-
formattedGroup(): number | "9+" | "99+" | undefined;
|
|
2632
|
-
validatedSize(): string | number;
|
|
2633
|
-
showImage(): string | false;
|
|
2634
|
-
}, {
|
|
2635
|
-
setImageListeners(): Promise<void>;
|
|
2636
|
-
formatInitials(): void;
|
|
2637
|
-
readAnchorHue(): void;
|
|
2638
|
-
_loadedImageEventHandler(el: any): void;
|
|
2639
|
-
_erroredImageEventHandler(el: any): void;
|
|
2640
|
-
validateProps(): void;
|
|
2641
|
-
handleClick(e: any): void;
|
|
2642
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2643
|
-
id: {
|
|
2644
|
-
type: StringConstructor;
|
|
2645
|
-
default(): string;
|
|
2646
|
-
};
|
|
2647
|
-
seed: {
|
|
2648
|
-
type: StringConstructor;
|
|
2649
|
-
default: undefined;
|
|
2650
|
-
};
|
|
2651
|
-
family: {
|
|
2652
|
-
type: NumberConstructor;
|
|
2653
|
-
default: undefined;
|
|
2654
|
-
validator: (val: unknown) => boolean;
|
|
2655
|
-
};
|
|
2656
|
-
variant: {
|
|
2657
|
-
type: NumberConstructor;
|
|
2658
|
-
default: undefined;
|
|
2659
|
-
validator: (val: unknown) => boolean;
|
|
2660
|
-
};
|
|
2661
|
-
color: {
|
|
2662
|
-
type: StringConstructor;
|
|
2663
|
-
default: undefined;
|
|
2664
|
-
};
|
|
2665
|
-
size: {
|
|
2666
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
2667
|
-
default: number;
|
|
2668
|
-
validator: (size: unknown) => boolean;
|
|
2669
|
-
};
|
|
2670
|
-
avatarClass: {
|
|
2671
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2672
|
-
default: string;
|
|
2673
|
-
};
|
|
2674
|
-
canvasClass: {
|
|
2675
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2676
|
-
default: string;
|
|
2677
|
-
};
|
|
2678
|
-
iconClass: {
|
|
2679
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2680
|
-
default: string;
|
|
2681
|
-
};
|
|
2682
|
-
presence: {
|
|
2683
|
-
type: StringConstructor;
|
|
2684
|
-
default: string;
|
|
2685
|
-
validator: (state: unknown) => boolean;
|
|
2686
|
-
};
|
|
2687
|
-
presenceProps: {
|
|
2688
|
-
type: ObjectConstructor;
|
|
2689
|
-
default: () => {};
|
|
2690
|
-
};
|
|
2691
|
-
group: {
|
|
2692
|
-
type: NumberConstructor;
|
|
2693
|
-
default: undefined;
|
|
2694
|
-
validator: (group: unknown) => boolean;
|
|
2695
|
-
};
|
|
2696
|
-
overlayText: {
|
|
2697
|
-
type: StringConstructor;
|
|
2698
|
-
default: string;
|
|
2699
|
-
};
|
|
2700
|
-
overlayClass: {
|
|
2701
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2702
|
-
default: string;
|
|
2703
|
-
};
|
|
2704
|
-
imageSrc: {
|
|
2705
|
-
type: StringConstructor;
|
|
2706
|
-
default: string;
|
|
2707
|
-
};
|
|
2708
|
-
imageAlt: {
|
|
2709
|
-
type: StringConstructor;
|
|
2710
|
-
default: undefined;
|
|
2711
|
-
};
|
|
2712
|
-
fullName: {
|
|
2713
|
-
type: StringConstructor;
|
|
2714
|
-
default: string;
|
|
2715
|
-
};
|
|
2716
|
-
interactive: {
|
|
2717
|
-
type: BooleanConstructor;
|
|
2718
|
-
default: boolean;
|
|
2719
|
-
};
|
|
2720
|
-
clickable: {
|
|
2721
|
-
type: BooleanConstructor;
|
|
2722
|
-
default: null;
|
|
2723
|
-
};
|
|
2724
|
-
iconAriaLabel: {
|
|
2725
|
-
type: StringConstructor;
|
|
2726
|
-
default: undefined;
|
|
2727
|
-
};
|
|
2728
|
-
iconOnly: {
|
|
2729
|
-
type: BooleanConstructor;
|
|
2730
|
-
default: boolean;
|
|
2731
|
-
};
|
|
2732
|
-
deactivated: {
|
|
2733
|
-
type: BooleanConstructor;
|
|
2734
|
-
default: boolean;
|
|
2735
|
-
};
|
|
2736
|
-
}>> & Readonly<{
|
|
2737
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
2738
|
-
}>, {
|
|
2739
|
-
size: string | number;
|
|
2740
|
-
id: string;
|
|
2741
|
-
iconClass: string | unknown[] | Record<string, any>;
|
|
2742
|
-
deactivated: boolean;
|
|
2743
|
-
family: number;
|
|
2744
|
-
presence: string;
|
|
2745
|
-
seed: string;
|
|
2746
|
-
variant: number;
|
|
2747
|
-
color: string;
|
|
2748
|
-
avatarClass: string | unknown[] | Record<string, any>;
|
|
2749
|
-
canvasClass: string | unknown[] | Record<string, any>;
|
|
2750
|
-
presenceProps: Record<string, any>;
|
|
2751
|
-
group: number;
|
|
2752
|
-
overlayText: string;
|
|
2753
|
-
overlayClass: string | unknown[] | Record<string, any>;
|
|
2754
|
-
imageSrc: string;
|
|
2755
|
-
imageAlt: string;
|
|
2756
|
-
fullName: string;
|
|
2757
|
-
interactive: boolean;
|
|
2758
|
-
clickable: boolean;
|
|
2759
|
-
iconAriaLabel: string;
|
|
2760
|
-
iconOnly: boolean;
|
|
2761
|
-
}, {}, {
|
|
2762
|
-
DtPresence: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2763
|
-
presence: {
|
|
2764
|
-
type: StringConstructor;
|
|
2765
|
-
default: string;
|
|
2766
|
-
validator: (role: unknown) => boolean;
|
|
2767
|
-
};
|
|
2768
|
-
srText: {
|
|
2769
|
-
type: StringConstructor;
|
|
2770
|
-
default: null;
|
|
2771
|
-
};
|
|
2772
|
-
showIcon: {
|
|
2773
|
-
type: BooleanConstructor;
|
|
2774
|
-
default: boolean;
|
|
2775
|
-
};
|
|
2776
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2777
|
-
presence: {
|
|
2778
|
-
type: StringConstructor;
|
|
2779
|
-
default: string;
|
|
2780
|
-
validator: (role: unknown) => boolean;
|
|
2781
|
-
};
|
|
2782
|
-
srText: {
|
|
2783
|
-
type: StringConstructor;
|
|
2784
|
-
default: null;
|
|
2785
|
-
};
|
|
2786
|
-
showIcon: {
|
|
2787
|
-
type: BooleanConstructor;
|
|
2788
|
-
default: boolean;
|
|
2789
|
-
};
|
|
2790
|
-
}>> & Readonly<{}>, {
|
|
2791
|
-
presence: string;
|
|
2792
|
-
srText: string;
|
|
2793
|
-
showIcon: boolean;
|
|
2794
|
-
}, {}, {
|
|
2795
|
-
DtPresenceActiveIcon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2796
|
-
DtPresenceAwayIcon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2797
|
-
DtPresenceBusyIcon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2798
|
-
DtPresenceDndIcon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
2799
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2800
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2801
2192
|
DtRecipeLeftbarGeneralRowIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2802
2193
|
type: {
|
|
2803
2194
|
type: StringConstructor;
|
|
@@ -3486,9 +2877,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3486
2877
|
default: number;
|
|
3487
2878
|
};
|
|
3488
2879
|
}>> & Readonly<{}>, {
|
|
3489
|
-
ariaLabel: string;
|
|
3490
2880
|
offset: number;
|
|
3491
2881
|
animationDuration: number;
|
|
2882
|
+
ariaLabel: string;
|
|
3492
2883
|
animate: boolean;
|
|
3493
2884
|
paragraphOption: boolean | Record<string, any>;
|
|
3494
2885
|
listItemOption: boolean | Record<string, any>;
|
|
@@ -3528,9 +2919,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3528
2919
|
};
|
|
3529
2920
|
}>, {}, {
|
|
3530
2921
|
SKELETON_HEADING_HEIGHTS: {
|
|
3531
|
-
200: string;
|
|
3532
|
-
300: string;
|
|
3533
|
-
400: string;
|
|
3534
2922
|
sm: string;
|
|
3535
2923
|
md: string;
|
|
3536
2924
|
lg: string;
|
|
@@ -3578,9 +2966,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3578
2966
|
type: string;
|
|
3579
2967
|
offset: number;
|
|
3580
2968
|
animationDuration: number;
|
|
3581
|
-
animate: boolean;
|
|
3582
|
-
contentClass: string;
|
|
3583
2969
|
width: string;
|
|
2970
|
+
contentClass: string;
|
|
2971
|
+
animate: boolean;
|
|
3584
2972
|
headingHeight: string;
|
|
3585
2973
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3586
2974
|
DtSkeletonShape: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -3590,8 +2978,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3590
2978
|
validator: (shape: unknown) => boolean;
|
|
3591
2979
|
};
|
|
3592
2980
|
size: {
|
|
3593
|
-
type:
|
|
3594
|
-
default:
|
|
2981
|
+
type: StringConstructor;
|
|
2982
|
+
default: string;
|
|
3595
2983
|
};
|
|
3596
2984
|
animationDuration: {
|
|
3597
2985
|
type: NumberConstructor;
|
|
@@ -3638,8 +3026,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3638
3026
|
validator: (shape: unknown) => boolean;
|
|
3639
3027
|
};
|
|
3640
3028
|
size: {
|
|
3641
|
-
type:
|
|
3642
|
-
default:
|
|
3029
|
+
type: StringConstructor;
|
|
3030
|
+
default: string;
|
|
3643
3031
|
};
|
|
3644
3032
|
animationDuration: {
|
|
3645
3033
|
type: NumberConstructor;
|
|
@@ -3658,12 +3046,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3658
3046
|
default: string;
|
|
3659
3047
|
};
|
|
3660
3048
|
}>> & Readonly<{}>, {
|
|
3661
|
-
size: string | number;
|
|
3662
3049
|
offset: number;
|
|
3663
3050
|
animationDuration: number;
|
|
3664
|
-
|
|
3051
|
+
size: string;
|
|
3665
3052
|
contentClass: string | unknown[] | Record<string, any>;
|
|
3666
3053
|
shape: string;
|
|
3054
|
+
animate: boolean;
|
|
3667
3055
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3668
3056
|
DtSkeletonListItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3669
3057
|
shape: {
|
|
@@ -3672,8 +3060,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3672
3060
|
validator: (shape: unknown) => boolean;
|
|
3673
3061
|
};
|
|
3674
3062
|
shapeSize: {
|
|
3675
|
-
type:
|
|
3676
|
-
default:
|
|
3063
|
+
type: StringConstructor;
|
|
3064
|
+
default: string;
|
|
3677
3065
|
};
|
|
3678
3066
|
paragraphs: {
|
|
3679
3067
|
type: ObjectConstructor;
|
|
@@ -3709,8 +3097,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3709
3097
|
validator: (shape: unknown) => boolean;
|
|
3710
3098
|
};
|
|
3711
3099
|
shapeSize: {
|
|
3712
|
-
type:
|
|
3713
|
-
default:
|
|
3100
|
+
type: StringConstructor;
|
|
3101
|
+
default: string;
|
|
3714
3102
|
};
|
|
3715
3103
|
paragraphs: {
|
|
3716
3104
|
type: ObjectConstructor;
|
|
@@ -3742,10 +3130,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3742
3130
|
}>> & Readonly<{}>, {
|
|
3743
3131
|
offset: number;
|
|
3744
3132
|
animationDuration: number;
|
|
3745
|
-
animate: boolean;
|
|
3746
3133
|
contentClass: string;
|
|
3747
3134
|
shape: string;
|
|
3748
|
-
|
|
3135
|
+
animate: boolean;
|
|
3136
|
+
shapeSize: string;
|
|
3749
3137
|
paragraphs: Record<string, any>;
|
|
3750
3138
|
shapeClass: string;
|
|
3751
3139
|
}, {}, {
|
|
@@ -3756,8 +3144,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3756
3144
|
validator: (shape: unknown) => boolean;
|
|
3757
3145
|
};
|
|
3758
3146
|
size: {
|
|
3759
|
-
type:
|
|
3760
|
-
default:
|
|
3147
|
+
type: StringConstructor;
|
|
3148
|
+
default: string;
|
|
3761
3149
|
};
|
|
3762
3150
|
animationDuration: {
|
|
3763
3151
|
type: NumberConstructor;
|
|
@@ -3804,8 +3192,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3804
3192
|
validator: (shape: unknown) => boolean;
|
|
3805
3193
|
};
|
|
3806
3194
|
size: {
|
|
3807
|
-
type:
|
|
3808
|
-
default:
|
|
3195
|
+
type: StringConstructor;
|
|
3196
|
+
default: string;
|
|
3809
3197
|
};
|
|
3810
3198
|
animationDuration: {
|
|
3811
3199
|
type: NumberConstructor;
|
|
@@ -3824,12 +3212,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3824
3212
|
default: string;
|
|
3825
3213
|
};
|
|
3826
3214
|
}>> & Readonly<{}>, {
|
|
3827
|
-
size: string | number;
|
|
3828
3215
|
offset: number;
|
|
3829
3216
|
animationDuration: number;
|
|
3830
|
-
|
|
3217
|
+
size: string;
|
|
3831
3218
|
contentClass: string | unknown[] | Record<string, any>;
|
|
3832
3219
|
shape: string;
|
|
3220
|
+
animate: boolean;
|
|
3833
3221
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3834
3222
|
DtSkeletonParagraph: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3835
3223
|
rows: {
|
|
@@ -3927,10 +3315,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3927
3315
|
}>> & Readonly<{}>, {
|
|
3928
3316
|
offset: number;
|
|
3929
3317
|
animationDuration: number;
|
|
3930
|
-
animate: boolean;
|
|
3931
|
-
contentClass: string;
|
|
3932
3318
|
width: string | unknown[];
|
|
3319
|
+
contentClass: string;
|
|
3933
3320
|
maxWidth: string | number;
|
|
3321
|
+
animate: boolean;
|
|
3934
3322
|
rows: string | number;
|
|
3935
3323
|
minWidth: string | number;
|
|
3936
3324
|
randomWidth: boolean;
|
|
@@ -3969,9 +3357,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3969
3357
|
};
|
|
3970
3358
|
}>, {}, {
|
|
3971
3359
|
SKELETON_HEADING_HEIGHTS: {
|
|
3972
|
-
200: string;
|
|
3973
|
-
300: string;
|
|
3974
|
-
400: string;
|
|
3975
3360
|
sm: string;
|
|
3976
3361
|
md: string;
|
|
3977
3362
|
lg: string;
|
|
@@ -4019,9 +3404,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4019
3404
|
type: string;
|
|
4020
3405
|
offset: number;
|
|
4021
3406
|
animationDuration: number;
|
|
4022
|
-
animate: boolean;
|
|
4023
|
-
contentClass: string;
|
|
4024
3407
|
width: string;
|
|
3408
|
+
contentClass: string;
|
|
3409
|
+
animate: boolean;
|
|
4025
3410
|
headingHeight: string;
|
|
4026
3411
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4027
3412
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -4122,10 +3507,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4122
3507
|
}>> & Readonly<{}>, {
|
|
4123
3508
|
offset: number;
|
|
4124
3509
|
animationDuration: number;
|
|
4125
|
-
animate: boolean;
|
|
4126
|
-
contentClass: string;
|
|
4127
3510
|
width: string | unknown[];
|
|
3511
|
+
contentClass: string;
|
|
4128
3512
|
maxWidth: string | number;
|
|
3513
|
+
animate: boolean;
|
|
4129
3514
|
rows: string | number;
|
|
4130
3515
|
minWidth: string | number;
|
|
4131
3516
|
randomWidth: boolean;
|
|
@@ -4164,9 +3549,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4164
3549
|
};
|
|
4165
3550
|
}>, {}, {
|
|
4166
3551
|
SKELETON_HEADING_HEIGHTS: {
|
|
4167
|
-
200: string;
|
|
4168
|
-
300: string;
|
|
4169
|
-
400: string;
|
|
4170
3552
|
sm: string;
|
|
4171
3553
|
md: string;
|
|
4172
3554
|
lg: string;
|
|
@@ -4214,9 +3596,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4214
3596
|
type: string;
|
|
4215
3597
|
offset: number;
|
|
4216
3598
|
animationDuration: number;
|
|
4217
|
-
animate: boolean;
|
|
4218
|
-
contentClass: string;
|
|
4219
3599
|
width: string;
|
|
3600
|
+
contentClass: string;
|
|
3601
|
+
animate: boolean;
|
|
4220
3602
|
headingHeight: string;
|
|
4221
3603
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4222
3604
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|