@dialpad/dialtone-vue 3.223.0-next.3 → 3.223.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/attachment_carousel-BHxR7A76.cjs +2 -0
- package/dist/attachment_carousel-BHxR7A76.cjs.map +1 -0
- package/dist/attachment_carousel-CouFqFMw.js +191 -0
- package/dist/attachment_carousel-CouFqFMw.js.map +1 -0
- package/dist/combobox-CTHgn0Ym.cjs +3 -0
- package/dist/combobox-CTHgn0Ym.cjs.map +1 -0
- package/dist/combobox-DYdjapa4.js +229 -0
- package/dist/combobox-DYdjapa4.js.map +1 -0
- package/dist/common/constants/index.cjs +1 -1
- package/dist/common/constants/index.cjs.map +1 -1
- package/dist/common/constants/index.d.ts +21 -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 +4103 -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 +1394 -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 +2541 -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 +895 -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 +1121 -0
- package/dist/components/popover/popover.vue.d.ts.map +1 -0
- package/dist/components/popover/popover_constants.d.ts +36 -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 +1930 -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 +2397 -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 +57 -105
- 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 +64 -111
- 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 +48 -74
- package/dist/lib/combobox-with-popover/combobox-with-popover.js.map +1 -1
- package/dist/lib/contact-centers-row/contact-centers-row.cjs +1 -1
- package/dist/lib/contact-centers-row/contact-centers-row.cjs.map +1 -1
- package/dist/lib/contact-centers-row/contact-centers-row.js +45 -51
- package/dist/lib/contact-centers-row/contact-centers-row.js.map +1 -1
- package/dist/lib/contact-info/contact-info.cjs +1 -1
- package/dist/lib/contact-info/contact-info.cjs.map +1 -1
- package/dist/lib/contact-info/contact-info.js +8 -8
- package/dist/lib/contact-info/contact-info.js.map +1 -1
- package/dist/lib/contact-row/contact-row.cjs +1 -1
- package/dist/lib/contact-row/contact-row.cjs.map +1 -1
- package/dist/lib/contact-row/contact-row.js +3 -3
- package/dist/lib/contact-row/contact-row.js.map +1 -1
- package/dist/lib/datepicker/datepicker-constants.cjs.map +1 -1
- package/dist/lib/datepicker/datepicker-constants.js +1 -1
- package/dist/lib/datepicker/datepicker-constants.js.map +1 -1
- package/dist/lib/datepicker/datepicker.cjs +1 -1
- package/dist/lib/datepicker/datepicker.js +1 -1
- package/dist/lib/datepicker/formatUtils.cjs +2 -0
- package/dist/lib/datepicker/formatUtils.cjs.map +1 -0
- package/dist/lib/datepicker/formatUtils.js +55 -0
- package/dist/lib/datepicker/formatUtils.js.map +1 -0
- package/dist/lib/datepicker/index.cjs +1 -1
- package/dist/lib/datepicker/index.js +2 -2
- package/dist/lib/datepicker/utils.cjs.map +1 -1
- package/dist/lib/datepicker/utils.js +1 -1
- package/dist/lib/datepicker/utils.js.map +1 -1
- package/dist/lib/description-list/description-list-constants.cjs.map +1 -1
- package/dist/lib/description-list/description-list-constants.js +1 -1
- package/dist/lib/description-list/description-list-constants.js.map +1 -1
- package/dist/lib/description-list/description-list-validators.cjs.map +1 -1
- package/dist/lib/description-list/description-list-validators.js +1 -1
- package/dist/lib/description-list/description-list-validators.js.map +1 -1
- package/dist/lib/description-list/description-list.cjs +1 -1
- package/dist/lib/description-list/description-list.cjs.map +1 -1
- package/dist/lib/description-list/description-list.js +4 -3
- package/dist/lib/description-list/description-list.js.map +1 -1
- package/dist/lib/dropdown/dropdown-constants.cjs +1 -1
- package/dist/lib/dropdown/dropdown-constants.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-constants.js +3 -3
- package/dist/lib/dropdown/dropdown-constants.js.map +1 -1
- package/dist/lib/dropdown/dropdown-list.cjs +1 -1
- package/dist/lib/dropdown/dropdown-list.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-list.js +18 -29
- package/dist/lib/dropdown/dropdown-list.js.map +1 -1
- package/dist/lib/dropdown/dropdown-separator.cjs +1 -1
- package/dist/lib/dropdown/dropdown-separator.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-separator.js +5 -2
- package/dist/lib/dropdown/dropdown-separator.js.map +1 -1
- package/dist/lib/dropdown/dropdown-story-constants.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown-story-constants.js +1 -1
- package/dist/lib/dropdown/dropdown-story-constants.js.map +1 -1
- package/dist/lib/dropdown/dropdown.cjs +1 -1
- package/dist/lib/dropdown/dropdown.cjs.map +1 -1
- package/dist/lib/dropdown/dropdown.js +31 -44
- package/dist/lib/dropdown/dropdown.js.map +1 -1
- package/dist/lib/editor/EditorToolbarButton.cjs +2 -0
- package/dist/lib/editor/EditorToolbarButton.cjs.map +1 -0
- package/dist/lib/editor/EditorToolbarButton.js +73 -0
- package/dist/lib/editor/EditorToolbarButton.js.map +1 -0
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs +2 -0
- package/dist/lib/editor/EditorToolbarDropdownButton.cjs.map +1 -0
- package/dist/lib/editor/EditorToolbarDropdownButton.js +87 -0
- package/dist/lib/editor/EditorToolbarDropdownButton.js.map +1 -0
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs +2 -0
- package/dist/lib/editor/EditorToolbarPopoverButton.cjs.map +1 -0
- package/dist/lib/editor/EditorToolbarPopoverButton.js +88 -0
- package/dist/lib/editor/EditorToolbarPopoverButton.js.map +1 -0
- package/dist/lib/editor/editor.cjs +1 -1
- package/dist/lib/editor/editor.cjs.map +1 -1
- package/dist/lib/editor/editor.js +143 -142
- package/dist/lib/editor/editor.js.map +1 -1
- package/dist/lib/emoji/emoji.cjs +1 -1
- package/dist/lib/emoji/emoji.cjs.map +1 -1
- package/dist/lib/emoji/emoji.js +2 -1
- package/dist/lib/emoji/emoji.js.map +1 -1
- package/dist/lib/emoji-picker/emoji-picker-constants.cjs.map +1 -1
- package/dist/lib/emoji-picker/emoji-picker-constants.js +1 -1
- package/dist/lib/emoji-picker/emoji-picker-constants.js.map +1 -1
- package/dist/lib/emoji-picker/emoji-picker.cjs +1 -1
- package/dist/lib/emoji-picker/emoji-picker.js +1 -1
- package/dist/lib/emoji-picker/index.cjs +1 -1
- package/dist/lib/emoji-picker/index.js +1 -1
- package/dist/lib/emoji-row/emoji-row.cjs +1 -1
- package/dist/lib/emoji-row/emoji-row.cjs.map +1 -1
- package/dist/lib/emoji-row/emoji-row.js +1 -1
- package/dist/lib/emoji-row/emoji-row.js.map +1 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.cjs +1 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.cjs.map +1 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.js +2 -1
- package/dist/lib/emoji-text-wrapper/emoji-text-wrapper.js.map +1 -1
- package/dist/lib/empty-state/empty-state-constants.cjs +1 -1
- package/dist/lib/empty-state/empty-state-constants.cjs.map +1 -1
- package/dist/lib/empty-state/empty-state-constants.js +10 -38
- package/dist/lib/empty-state/empty-state-constants.js.map +1 -1
- package/dist/lib/empty-state/empty-state.cjs +1 -1
- package/dist/lib/empty-state/empty-state.cjs.map +1 -1
- package/dist/lib/empty-state/empty-state.js +32 -79
- package/dist/lib/empty-state/empty-state.js.map +1 -1
- package/dist/lib/feed-item-pill/feed-item-pill.cjs +1 -1
- package/dist/lib/feed-item-pill/feed-item-pill.cjs.map +1 -1
- package/dist/lib/feed-item-pill/feed-item-pill.js +42 -40
- package/dist/lib/feed-item-pill/feed-item-pill.js.map +1 -1
- package/dist/lib/feed-item-row/feed-item-row.cjs +1 -1
- package/dist/lib/feed-item-row/feed-item-row.cjs.map +1 -1
- package/dist/lib/feed-item-row/feed-item-row.js +7 -7
- package/dist/lib/feed-item-row/feed-item-row.js.map +1 -1
- package/dist/lib/general-row/general-row.cjs +1 -1
- package/dist/lib/general-row/general-row.cjs.map +1 -1
- package/dist/lib/general-row/general-row.js +61 -105
- package/dist/lib/general-row/general-row.js.map +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.cjs +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.cjs.map +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.js +1 -1
- package/dist/lib/general-row/leftbar-general-row-icon.js.map +1 -1
- package/dist/lib/group-row/group-row.cjs +1 -1
- package/dist/lib/group-row/group-row.cjs.map +1 -1
- package/dist/lib/group-row/group-row.js +2 -2
- package/dist/lib/group-row/group-row.js.map +1 -1
- package/dist/lib/grouped-chip/grouped-chip.cjs +1 -1
- package/dist/lib/grouped-chip/grouped-chip.cjs.map +1 -1
- package/dist/lib/grouped-chip/grouped-chip.js +9 -9
- package/dist/lib/grouped-chip/grouped-chip.js.map +1 -1
- package/dist/lib/hovercard/hovercard.cjs +1 -1
- package/dist/lib/hovercard/hovercard.cjs.map +1 -1
- package/dist/lib/hovercard/hovercard.js +26 -42
- 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 +31 -28
- 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 +178 -201
- 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 +21 -16
- 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 +62 -89
- package/dist/lib/popover/popover.js.map +1 -1
- package/dist/lib/popover/tippy-utils.cjs +1 -1
- package/dist/lib/popover/tippy-utils.cjs.map +1 -1
- package/dist/lib/popover/tippy-utils.js +3 -2
- 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 +35 -52
- package/dist/lib/tooltip/tooltip.js.map +1 -1
- package/dist/lib/tooltip-directive/tooltip.cjs +1 -1
- package/dist/lib/tooltip-directive/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip-directive/tooltip.js +35 -36
- package/dist/lib/tooltip-directive/tooltip.js.map +1 -1
- package/dist/lib/top-banner-info/top-banner-info.cjs +1 -1
- package/dist/lib/top-banner-info/top-banner-info.cjs.map +1 -1
- package/dist/lib/top-banner-info/top-banner-info.js +4 -4
- package/dist/lib/top-banner-info/top-banner-info.js.map +1 -1
- package/dist/lib/unread-pill/unread-pill.cjs +1 -1
- package/dist/lib/unread-pill/unread-pill.cjs.map +1 -1
- package/dist/lib/unread-pill/unread-pill.js +1 -1
- package/dist/lib/unread-pill/unread-pill.js.map +1 -1
- package/dist/lib/validation-messages/validation-messages.cjs +1 -1
- package/dist/lib/validation-messages/validation-messages.cjs.map +1 -1
- package/dist/lib/validation-messages/validation-messages.js +24 -47
- package/dist/lib/validation-messages/validation-messages.js.map +1 -1
- package/dist/localization/en-US.cjs +2 -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/localization/index.cjs +1 -1
- package/dist/localization/index.cjs.map +1 -1
- package/dist/localization/index.js +51 -37
- package/dist/localization/index.js.map +1 -1
- package/dist/localization/ko-KR.cjs +195 -0
- package/dist/localization/ko-KR.cjs.map +1 -0
- package/dist/localization/ko-KR.js +6 -0
- package/dist/localization/ko-KR.js.map +1 -0
- package/dist/localization/sv-SE.cjs +195 -0
- package/dist/localization/sv-SE.cjs.map +1 -0
- package/dist/localization/sv-SE.js +6 -0
- package/dist/localization/sv-SE.js.map +1 -0
- package/dist/markdownRenderer-DCgGQseq.cjs +31 -0
- package/dist/markdownRenderer-DCgGQseq.cjs.map +1 -0
- package/dist/markdownRenderer-vnndXQhE.js +322 -0
- package/dist/markdownRenderer-vnndXQhE.js.map +1 -0
- package/dist/message_input-B45NFtUx.cjs +2 -0
- package/dist/message_input-B45NFtUx.cjs.map +1 -0
- package/dist/message_input-DQQ3d8vG.js +668 -0
- package/dist/message_input-DQQ3d8vG.js.map +1 -0
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.d.ts +21 -148
- 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 +79 -552
- 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 +74 -527
- 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 -405
- 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 +38 -417
- 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 +31 -319
- 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 -403
- package/dist/recipes/conversation_view/editor/EditorToolbarDropdownButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts +50 -377
- package/dist/recipes/conversation_view/editor/EditorToolbarPopoverButton.vue.d.ts.map +1 -1
- package/dist/recipes/conversation_view/editor/editor.vue.d.ts +348 -1933
- 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 +76 -222
- 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 +280 -2629
- 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 +18 -323
- 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 +107 -1089
- 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 +18 -323
- 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 +109 -727
- 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 +52 -589
- 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 +51 -588
- 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-COc4LaIk.js +3042 -0
- package/dist/rich_text_editor-COc4LaIk.js.map +1 -0
- package/dist/rich_text_editor-DWrdKcza.cjs +12 -0
- package/dist/rich_text_editor-DWrdKcza.cjs.map +1 -0
- package/dist/scroller-BGVDh3sq.js +623 -0
- package/dist/scroller-BGVDh3sq.js.map +1 -0
- package/dist/scroller-CjAsgjl9.cjs +2 -0
- package/dist/scroller-CjAsgjl9.cjs.map +1 -0
- package/dist/shared/sr_only_close_button.cjs +1 -1
- package/dist/shared/sr_only_close_button.cjs.map +1 -1
- package/dist/shared/sr_only_close_button.js +1 -1
- package/dist/shared/sr_only_close_button.js.map +1 -1
- package/dist/toast-DvPN-bCi.js +422 -0
- package/dist/toast-DvPN-bCi.js.map +1 -0
- package/dist/toast-d8_zmgkL.cjs +2 -0
- package/dist/toast-d8_zmgkL.cjs.map +1 -0
- package/dist/useResizableCalculations-BDITle3Q.cjs +2 -0
- package/dist/useResizableCalculations-BDITle3Q.cjs.map +1 -0
- package/dist/useResizableCalculations-DAajatT4.js +80 -0
- package/dist/useResizableCalculations-DAajatT4.js.map +1 -0
- package/package.json +5 -6
- 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-D5XWsyQk.cjs +0 -31
- package/dist/MarkdownRenderer-D5XWsyQk.cjs.map +0 -1
- package/dist/MarkdownRenderer-NSSny0ID.js +0 -322
- package/dist/MarkdownRenderer-NSSny0ID.js.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-DBRsEUf3.cjs +0 -2
- package/dist/Resizable-DBRsEUf3.cjs.map +0 -1
- package/dist/Resizable-EY7mWluI.js +0 -964
- package/dist/Resizable-EY7mWluI.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-B9NGgB03.cjs +0 -12
- package/dist/RichTextEditor-B9NGgB03.cjs.map +0 -1
- package/dist/RichTextEditor-DxbZSRop.js +0 -3069
- package/dist/RichTextEditor-DxbZSRop.js.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 -1429
- 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 -545
- 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 -680
- 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 -4518
- 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 -1650
- 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 -859
- 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 -770
- 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 -5225
- 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 -3064
- 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 -894
- 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 -643
- 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 -635
- 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 -699
- 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 -1242
- 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 -1411
- 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 -232
- 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 -1357
- 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 -556
- 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 -680
- 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/LinkPhoneNumbers/LinkPhoneNumbers.d.ts +0 -3
- package/dist/components/RichTextEditor/Extensions/LinkPhoneNumbers/LinkPhoneNumbers.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 -586
- 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 -195
- 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 -2625
- 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 -3
- 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 -572
- 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 -3111
- 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 -180
- package/dist/components/Text/Text.vue.d.ts.map +0 -1
- package/dist/components/Text/TextConstants.d.ts +0 -148
- 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 -1379
- 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 -1420
- package/dist/components/Toast/Layouts/ToastLayoutDefault.vue.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -5764
- 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 -442
- 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 -177
- 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 -184
- package/dist/lib/text/text.js.map +0 -1
- package/dist/message_input-DMyIOe4y.cjs +0 -2
- package/dist/message_input-DMyIOe4y.cjs.map +0 -1
- package/dist/message_input-DOE5NEU9.js +0 -667
- package/dist/message_input-DOE5NEU9.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
package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { removeClassStyleAttrs } from '../../../common/utils';
|
|
1
|
+
import { removeClassStyleAttrs, addClassStyleAttrs } from '../../../common/utils';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
id: {
|
|
4
4
|
type: StringConstructor;
|
|
@@ -92,6 +92,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
arrowButtonLabel(): any;
|
|
93
93
|
}, {
|
|
94
94
|
removeClassStyleAttrs: typeof removeClassStyleAttrs;
|
|
95
|
+
addClassStyleAttrs: typeof addClassStyleAttrs;
|
|
95
96
|
arrowClick(ev: any): boolean;
|
|
96
97
|
toggleOpen(): boolean;
|
|
97
98
|
syncOpenState(): void;
|
|
@@ -187,16 +188,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
187
188
|
}>, {
|
|
188
189
|
onClick: Function;
|
|
189
190
|
disabled: boolean;
|
|
190
|
-
ariaLabel: string;
|
|
191
191
|
id: string;
|
|
192
192
|
offset: unknown[];
|
|
193
193
|
danger: boolean;
|
|
194
194
|
active: boolean;
|
|
195
|
+
ariaLabel: string;
|
|
195
196
|
contentClass: string | unknown[] | Record<string, any>;
|
|
196
197
|
placement: string;
|
|
197
198
|
showCloseButton: boolean;
|
|
198
199
|
initialFocusElement: string;
|
|
199
|
-
openPopover: boolean;
|
|
200
200
|
tooltipText: string;
|
|
201
201
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
202
202
|
textClass: string | unknown[] | Record<string, any>;
|
|
@@ -205,6 +205,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
205
205
|
showTooltip: boolean;
|
|
206
206
|
tooltipDelay: boolean;
|
|
207
207
|
forceShowArrow: boolean;
|
|
208
|
+
openPopover: boolean;
|
|
208
209
|
}, {}, {
|
|
209
210
|
DtRecipeCallbarButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
210
211
|
id: {
|
|
@@ -282,6 +283,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
282
283
|
};
|
|
283
284
|
}, {
|
|
284
285
|
removeClassStyleAttrs: typeof removeClassStyleAttrs;
|
|
286
|
+
addClassStyleAttrs: typeof addClassStyleAttrs;
|
|
285
287
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
286
288
|
id: {
|
|
287
289
|
type: StringConstructor;
|
|
@@ -345,11 +347,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
345
347
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
346
348
|
}>, {
|
|
347
349
|
disabled: boolean;
|
|
348
|
-
ariaLabel: string;
|
|
349
350
|
id: string;
|
|
350
351
|
danger: boolean;
|
|
351
352
|
circle: boolean;
|
|
352
353
|
active: boolean;
|
|
354
|
+
ariaLabel: string;
|
|
353
355
|
importance: string;
|
|
354
356
|
tooltipText: string;
|
|
355
357
|
buttonClass: string | unknown[] | Record<string, any>;
|
|
@@ -387,14 +389,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
387
389
|
type: BooleanConstructor;
|
|
388
390
|
default: boolean;
|
|
389
391
|
};
|
|
390
|
-
linkUnderline: {
|
|
391
|
-
type: BooleanConstructor;
|
|
392
|
-
default: boolean;
|
|
393
|
-
};
|
|
394
|
-
underline: {
|
|
395
|
-
type: BooleanConstructor;
|
|
396
|
-
default: null;
|
|
397
|
-
};
|
|
398
392
|
disabled: {
|
|
399
393
|
type: BooleanConstructor;
|
|
400
394
|
default: boolean;
|
|
@@ -409,42 +403,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
409
403
|
default: null;
|
|
410
404
|
};
|
|
411
405
|
size: {
|
|
412
|
-
type:
|
|
413
|
-
default:
|
|
406
|
+
type: StringConstructor;
|
|
407
|
+
default: string;
|
|
414
408
|
validator: (s: unknown) => boolean;
|
|
415
409
|
};
|
|
416
410
|
labelClass: {
|
|
417
411
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
418
412
|
default: string;
|
|
419
413
|
};
|
|
420
|
-
leadingClass: {
|
|
421
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
422
|
-
default: string;
|
|
423
|
-
};
|
|
424
|
-
trailingClass: {
|
|
425
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
426
|
-
default: string;
|
|
427
|
-
};
|
|
428
|
-
startIconClass: {
|
|
429
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
430
|
-
default: string;
|
|
431
|
-
};
|
|
432
|
-
endIconClass: {
|
|
433
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
434
|
-
default: string;
|
|
435
|
-
};
|
|
436
|
-
blockStartIconClass: {
|
|
437
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
438
|
-
default: string;
|
|
439
|
-
};
|
|
440
|
-
blockEndIconClass: {
|
|
441
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
442
|
-
default: string;
|
|
443
|
-
};
|
|
444
|
-
iconClass: {
|
|
445
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
446
|
-
default: string;
|
|
447
|
-
};
|
|
448
414
|
loading: {
|
|
449
415
|
type: BooleanConstructor;
|
|
450
416
|
default: boolean;
|
|
@@ -484,10 +450,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
484
450
|
};
|
|
485
451
|
}>, {}, {
|
|
486
452
|
ICON_POSITION_MODIFIERS: {
|
|
487
|
-
start: string;
|
|
488
|
-
end: string;
|
|
489
|
-
blockStart: string;
|
|
490
|
-
blockEnd: string;
|
|
491
453
|
left: string;
|
|
492
454
|
right: string;
|
|
493
455
|
top: string;
|
|
@@ -497,7 +459,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
497
459
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
498
460
|
i18n: any;
|
|
499
461
|
}, {
|
|
500
|
-
resolvedUnderline(): boolean;
|
|
501
462
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
502
463
|
isNativeButton(): boolean;
|
|
503
464
|
computedAttrs(): {
|
|
@@ -530,12 +491,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
530
491
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
531
492
|
buttonClasses(): any[];
|
|
532
493
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
533
|
-
|
|
534
|
-
hasEndIcon(): any;
|
|
535
|
-
hasBlockStartIcon(): any;
|
|
536
|
-
hasBlockEndIcon(): any;
|
|
537
|
-
hasNewIconSlots(): any;
|
|
538
|
-
shouldRenderLegacyIcon(): any;
|
|
494
|
+
shouldRenderIcon(): any;
|
|
539
495
|
isIconOnly(): any;
|
|
540
496
|
isVerticalIconLayout(): boolean;
|
|
541
497
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -566,14 +522,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
566
522
|
type: BooleanConstructor;
|
|
567
523
|
default: boolean;
|
|
568
524
|
};
|
|
569
|
-
linkUnderline: {
|
|
570
|
-
type: BooleanConstructor;
|
|
571
|
-
default: boolean;
|
|
572
|
-
};
|
|
573
|
-
underline: {
|
|
574
|
-
type: BooleanConstructor;
|
|
575
|
-
default: null;
|
|
576
|
-
};
|
|
577
525
|
disabled: {
|
|
578
526
|
type: BooleanConstructor;
|
|
579
527
|
default: boolean;
|
|
@@ -588,42 +536,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
588
536
|
default: null;
|
|
589
537
|
};
|
|
590
538
|
size: {
|
|
591
|
-
type:
|
|
592
|
-
default:
|
|
539
|
+
type: StringConstructor;
|
|
540
|
+
default: string;
|
|
593
541
|
validator: (s: unknown) => boolean;
|
|
594
542
|
};
|
|
595
543
|
labelClass: {
|
|
596
544
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
597
545
|
default: string;
|
|
598
546
|
};
|
|
599
|
-
leadingClass: {
|
|
600
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
601
|
-
default: string;
|
|
602
|
-
};
|
|
603
|
-
trailingClass: {
|
|
604
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
605
|
-
default: string;
|
|
606
|
-
};
|
|
607
|
-
startIconClass: {
|
|
608
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
609
|
-
default: string;
|
|
610
|
-
};
|
|
611
|
-
endIconClass: {
|
|
612
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
613
|
-
default: string;
|
|
614
|
-
};
|
|
615
|
-
blockStartIconClass: {
|
|
616
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
617
|
-
default: string;
|
|
618
|
-
};
|
|
619
|
-
blockEndIconClass: {
|
|
620
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
621
|
-
default: string;
|
|
622
|
-
};
|
|
623
|
-
iconClass: {
|
|
624
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
625
|
-
default: string;
|
|
626
|
-
};
|
|
627
547
|
loading: {
|
|
628
548
|
type: BooleanConstructor;
|
|
629
549
|
default: boolean;
|
|
@@ -667,31 +587,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
667
587
|
}>, {
|
|
668
588
|
link: boolean;
|
|
669
589
|
disabled: boolean;
|
|
670
|
-
size: string | number;
|
|
671
590
|
type: string;
|
|
672
|
-
iconClass: string | unknown[] | Record<string, any>;
|
|
673
|
-
replace: boolean;
|
|
674
591
|
target: string;
|
|
675
592
|
circle: boolean;
|
|
676
593
|
active: boolean;
|
|
677
594
|
loading: boolean;
|
|
678
|
-
|
|
595
|
+
size: string;
|
|
596
|
+
replace: boolean;
|
|
679
597
|
kind: string;
|
|
680
598
|
labelClass: string | unknown[] | Record<string, any>;
|
|
681
|
-
startIconClass: string | unknown[] | Record<string, any>;
|
|
682
|
-
endIconClass: string | unknown[] | Record<string, any>;
|
|
683
599
|
href: string;
|
|
684
600
|
to: string | Record<string, any>;
|
|
685
601
|
iconPosition: string;
|
|
686
602
|
importance: string;
|
|
687
603
|
linkKind: string;
|
|
688
604
|
linkInverted: boolean;
|
|
689
|
-
linkUnderline: boolean;
|
|
690
605
|
width: string;
|
|
691
|
-
leadingClass: string | unknown[] | Record<string, any>;
|
|
692
|
-
trailingClass: string | unknown[] | Record<string, any>;
|
|
693
|
-
blockStartIconClass: string | unknown[] | Record<string, any>;
|
|
694
|
-
blockEndIconClass: string | unknown[] | Record<string, any>;
|
|
695
606
|
assertiveOnFocus: boolean;
|
|
696
607
|
rel: string;
|
|
697
608
|
}, {}, {
|
|
@@ -759,10 +670,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
759
670
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
760
671
|
default: string;
|
|
761
672
|
};
|
|
762
|
-
anchorClass: {
|
|
763
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
764
|
-
default: string;
|
|
765
|
-
};
|
|
766
673
|
message: {
|
|
767
674
|
type: StringConstructor;
|
|
768
675
|
default: string;
|
|
@@ -771,8 +678,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
771
678
|
type: BooleanConstructor;
|
|
772
679
|
default: boolean;
|
|
773
680
|
};
|
|
774
|
-
|
|
775
|
-
type:
|
|
681
|
+
show: {
|
|
682
|
+
type: BooleanConstructor;
|
|
776
683
|
default: null;
|
|
777
684
|
};
|
|
778
685
|
transition: {
|
|
@@ -840,8 +747,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
840
747
|
options: {
|
|
841
748
|
altAxis: boolean;
|
|
842
749
|
tether: boolean;
|
|
750
|
+
boundary: string;
|
|
843
751
|
fallbackPlacements?: undefined;
|
|
844
|
-
boundary?: undefined;
|
|
845
752
|
};
|
|
846
753
|
enabled?: undefined;
|
|
847
754
|
})[];
|
|
@@ -849,7 +756,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
849
756
|
};
|
|
850
757
|
anchor(): any;
|
|
851
758
|
}, {
|
|
852
|
-
getModeReferenceEl(): any;
|
|
853
759
|
calculateAnchorZindex(): 651 | 400;
|
|
854
760
|
hasVisibleFocus(): any;
|
|
855
761
|
onEnterAnchor(e: any): void;
|
|
@@ -859,7 +765,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
859
765
|
onChangePlacement(placement: any): void;
|
|
860
766
|
onHide(): void;
|
|
861
767
|
onShow(tooltipInstance: any, callingMethod: any): false | undefined;
|
|
862
|
-
resolveAppendTo(): any;
|
|
863
768
|
setProps(): void;
|
|
864
769
|
onMount(): void;
|
|
865
770
|
tooltipHasContent(tooltipInstance: any): boolean;
|
|
@@ -873,7 +778,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
873
778
|
touch: boolean;
|
|
874
779
|
onMount: () => void;
|
|
875
780
|
showOnCreate: boolean;
|
|
876
|
-
appendTo: any;
|
|
877
781
|
popperOptions: {
|
|
878
782
|
modifiers: ({
|
|
879
783
|
name: string;
|
|
@@ -893,8 +797,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
893
797
|
options: {
|
|
894
798
|
altAxis: boolean;
|
|
895
799
|
tether: boolean;
|
|
800
|
+
boundary: string;
|
|
896
801
|
fallbackPlacements?: undefined;
|
|
897
|
-
boundary?: undefined;
|
|
898
802
|
};
|
|
899
803
|
enabled?: undefined;
|
|
900
804
|
})[];
|
|
@@ -902,32 +806,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
902
806
|
};
|
|
903
807
|
addExternalAnchorEventListeners(): void;
|
|
904
808
|
removeExternalAnchorEventListeners(): void;
|
|
905
|
-
}, {
|
|
906
|
-
props: {
|
|
907
|
-
contentMode: {
|
|
908
|
-
type: StringConstructor;
|
|
909
|
-
default: null;
|
|
910
|
-
validator: (v: any) => boolean;
|
|
911
|
-
};
|
|
912
|
-
};
|
|
913
|
-
data(): {
|
|
914
|
-
modeContrast: string;
|
|
915
|
-
modeResolved: null;
|
|
916
|
-
};
|
|
917
|
-
computed: {
|
|
918
|
-
modeAttrs(): any;
|
|
919
|
-
};
|
|
920
|
-
watch: {
|
|
921
|
-
contentMode(): void;
|
|
922
|
-
};
|
|
923
|
-
mounted(): void;
|
|
924
|
-
beforeUnmount(): void;
|
|
925
|
-
methods: {
|
|
926
|
-
getModeReferenceEl(): HTMLElement | null;
|
|
927
|
-
setupModeObservers(): void;
|
|
928
|
-
cleanupModeObservers(): void;
|
|
929
|
-
};
|
|
930
|
-
}, import('vue').ComponentOptionsMixin, ("update:open" | "shown")[], "update:open" | "shown", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
809
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("shown" | "update:show")[], "shown" | "update:show", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
931
810
|
id: {
|
|
932
811
|
type: StringConstructor;
|
|
933
812
|
default(): string;
|
|
@@ -966,10 +845,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
966
845
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
967
846
|
default: string;
|
|
968
847
|
};
|
|
969
|
-
anchorClass: {
|
|
970
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
971
|
-
default: string;
|
|
972
|
-
};
|
|
973
848
|
message: {
|
|
974
849
|
type: StringConstructor;
|
|
975
850
|
default: string;
|
|
@@ -978,8 +853,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
978
853
|
type: BooleanConstructor;
|
|
979
854
|
default: boolean;
|
|
980
855
|
};
|
|
981
|
-
|
|
982
|
-
type:
|
|
856
|
+
show: {
|
|
857
|
+
type: BooleanConstructor;
|
|
983
858
|
default: null;
|
|
984
859
|
};
|
|
985
860
|
transition: {
|
|
@@ -1006,16 +881,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1006
881
|
default: null;
|
|
1007
882
|
};
|
|
1008
883
|
}>> & Readonly<{
|
|
1009
|
-
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
1010
884
|
onShown?: ((...args: any[]) => any) | undefined;
|
|
885
|
+
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
1011
886
|
}>, {
|
|
1012
887
|
id: string;
|
|
1013
888
|
offset: unknown[];
|
|
1014
|
-
open: boolean | null;
|
|
1015
889
|
message: string;
|
|
1016
|
-
contentClass: string | unknown[] | Record<string, any>;
|
|
1017
890
|
inverted: boolean;
|
|
1018
|
-
|
|
891
|
+
contentClass: string | unknown[] | Record<string, any>;
|
|
892
|
+
show: boolean;
|
|
893
|
+
transition: boolean;
|
|
1019
894
|
appendTo: string | HTMLElement | Record<string, any>;
|
|
1020
895
|
delay: boolean;
|
|
1021
896
|
placement: string;
|
|
@@ -1023,14 +898,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1023
898
|
theme: string;
|
|
1024
899
|
fallbackPlacements: unknown[];
|
|
1025
900
|
enabled: boolean;
|
|
1026
|
-
transition: boolean;
|
|
1027
901
|
externalAnchor: string;
|
|
1028
902
|
externalAnchorElement: any;
|
|
1029
903
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1030
904
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1031
905
|
DtPopover: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1032
906
|
open: {
|
|
1033
|
-
type:
|
|
907
|
+
type: BooleanConstructor;
|
|
1034
908
|
default: null;
|
|
1035
909
|
};
|
|
1036
910
|
openOnContext: {
|
|
@@ -1099,7 +973,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1099
973
|
type: ArrayConstructor;
|
|
1100
974
|
default: () => number[];
|
|
1101
975
|
};
|
|
1102
|
-
|
|
976
|
+
hideOnClick: {
|
|
1103
977
|
type: BooleanConstructor;
|
|
1104
978
|
default: boolean;
|
|
1105
979
|
};
|
|
@@ -1107,14 +981,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1107
981
|
type: BooleanConstructor;
|
|
1108
982
|
default: boolean;
|
|
1109
983
|
};
|
|
1110
|
-
focustrap: {
|
|
1111
|
-
type: BooleanConstructor;
|
|
1112
|
-
default: boolean;
|
|
1113
|
-
};
|
|
1114
984
|
fallbackPlacements: {
|
|
1115
985
|
type: ArrayConstructor;
|
|
1116
986
|
default: () => string[];
|
|
1117
987
|
};
|
|
988
|
+
boundary: {
|
|
989
|
+
type: ({
|
|
990
|
+
new (): HTMLElement;
|
|
991
|
+
prototype: HTMLElement;
|
|
992
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
993
|
+
default: string;
|
|
994
|
+
validator: (boundary: unknown) => boolean;
|
|
995
|
+
};
|
|
1118
996
|
placement: {
|
|
1119
997
|
type: StringConstructor;
|
|
1120
998
|
default: string;
|
|
@@ -1140,22 +1018,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1140
1018
|
type: BooleanConstructor;
|
|
1141
1019
|
default: boolean;
|
|
1142
1020
|
};
|
|
1143
|
-
anchorClass: {
|
|
1144
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1145
|
-
default: string;
|
|
1146
|
-
};
|
|
1147
|
-
headerWrapperClass: {
|
|
1148
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1149
|
-
default: string;
|
|
1150
|
-
};
|
|
1151
1021
|
headerClass: {
|
|
1152
1022
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1153
1023
|
default: string;
|
|
1154
1024
|
};
|
|
1155
|
-
footerWrapperClass: {
|
|
1156
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1157
|
-
default: string;
|
|
1158
|
-
};
|
|
1159
1025
|
footerClass: {
|
|
1160
1026
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1161
1027
|
default: string;
|
|
@@ -1214,7 +1080,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1214
1080
|
calculatedMaxHeight(): string;
|
|
1215
1081
|
labelledBy(): string | false;
|
|
1216
1082
|
}, {
|
|
1217
|
-
getModeReferenceEl(): unknown;
|
|
1218
1083
|
hasIntersectedViewport(entries: any): void;
|
|
1219
1084
|
updateAnchorEl(): void;
|
|
1220
1085
|
popperOptions(): {
|
|
@@ -1236,8 +1101,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1236
1101
|
options: {
|
|
1237
1102
|
altAxis: boolean;
|
|
1238
1103
|
tether: boolean;
|
|
1104
|
+
boundary: string;
|
|
1239
1105
|
fallbackPlacements?: undefined;
|
|
1240
|
-
boundary?: undefined;
|
|
1241
1106
|
};
|
|
1242
1107
|
enabled?: undefined;
|
|
1243
1108
|
})[];
|
|
@@ -1279,34 +1144,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1279
1144
|
_getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
|
|
1280
1145
|
focusTrappedTabPress(e: object, el: object): void;
|
|
1281
1146
|
};
|
|
1282
|
-
} | {
|
|
1283
|
-
props: {
|
|
1284
|
-
contentMode: {
|
|
1285
|
-
type: StringConstructor;
|
|
1286
|
-
default: null;
|
|
1287
|
-
validator: (v: any) => boolean;
|
|
1288
|
-
};
|
|
1289
|
-
};
|
|
1290
|
-
data(): {
|
|
1291
|
-
modeContrast: string;
|
|
1292
|
-
modeResolved: null;
|
|
1293
|
-
};
|
|
1294
|
-
computed: {
|
|
1295
|
-
modeAttrs(): any;
|
|
1296
|
-
};
|
|
1297
|
-
watch: {
|
|
1298
|
-
contentMode(): void;
|
|
1299
|
-
};
|
|
1300
|
-
mounted(): void;
|
|
1301
|
-
beforeUnmount(): void;
|
|
1302
|
-
methods: {
|
|
1303
|
-
getModeReferenceEl(): HTMLElement | null;
|
|
1304
|
-
setupModeObservers(): void;
|
|
1305
|
-
cleanupModeObservers(): void;
|
|
1306
|
-
};
|
|
1307
1147
|
}, import('vue').ComponentOptionsMixin, ("keydown" | "update:open" | "opened" | "mouseenter-popover" | "mouseleave-popover" | "mouseenter-popover-anchor" | "mouseleave-popover-anchor")[], "keydown" | "update:open" | "opened" | "mouseenter-popover" | "mouseleave-popover" | "mouseenter-popover-anchor" | "mouseleave-popover-anchor", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1308
1148
|
open: {
|
|
1309
|
-
type:
|
|
1149
|
+
type: BooleanConstructor;
|
|
1310
1150
|
default: null;
|
|
1311
1151
|
};
|
|
1312
1152
|
openOnContext: {
|
|
@@ -1375,7 +1215,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1375
1215
|
type: ArrayConstructor;
|
|
1376
1216
|
default: () => number[];
|
|
1377
1217
|
};
|
|
1378
|
-
|
|
1218
|
+
hideOnClick: {
|
|
1379
1219
|
type: BooleanConstructor;
|
|
1380
1220
|
default: boolean;
|
|
1381
1221
|
};
|
|
@@ -1383,14 +1223,18 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1383
1223
|
type: BooleanConstructor;
|
|
1384
1224
|
default: boolean;
|
|
1385
1225
|
};
|
|
1386
|
-
focustrap: {
|
|
1387
|
-
type: BooleanConstructor;
|
|
1388
|
-
default: boolean;
|
|
1389
|
-
};
|
|
1390
1226
|
fallbackPlacements: {
|
|
1391
1227
|
type: ArrayConstructor;
|
|
1392
1228
|
default: () => string[];
|
|
1393
1229
|
};
|
|
1230
|
+
boundary: {
|
|
1231
|
+
type: ({
|
|
1232
|
+
new (): HTMLElement;
|
|
1233
|
+
prototype: HTMLElement;
|
|
1234
|
+
} | ObjectConstructor | StringConstructor)[];
|
|
1235
|
+
default: string;
|
|
1236
|
+
validator: (boundary: unknown) => boolean;
|
|
1237
|
+
};
|
|
1394
1238
|
placement: {
|
|
1395
1239
|
type: StringConstructor;
|
|
1396
1240
|
default: string;
|
|
@@ -1416,22 +1260,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1416
1260
|
type: BooleanConstructor;
|
|
1417
1261
|
default: boolean;
|
|
1418
1262
|
};
|
|
1419
|
-
anchorClass: {
|
|
1420
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1421
|
-
default: string;
|
|
1422
|
-
};
|
|
1423
|
-
headerWrapperClass: {
|
|
1424
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1425
|
-
default: string;
|
|
1426
|
-
};
|
|
1427
1263
|
headerClass: {
|
|
1428
1264
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1429
1265
|
default: string;
|
|
1430
1266
|
};
|
|
1431
|
-
footerWrapperClass: {
|
|
1432
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1433
|
-
default: string;
|
|
1434
|
-
};
|
|
1435
1267
|
footerClass: {
|
|
1436
1268
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1437
1269
|
default: string;
|
|
@@ -1469,39 +1301,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1469
1301
|
"onMouseenter-popover-anchor"?: ((...args: any[]) => any) | undefined;
|
|
1470
1302
|
"onMouseleave-popover-anchor"?: ((...args: any[]) => any) | undefined;
|
|
1471
1303
|
}>, {
|
|
1472
|
-
ariaLabel: string;
|
|
1473
1304
|
id: string;
|
|
1474
1305
|
offset: unknown[];
|
|
1475
|
-
open: boolean
|
|
1476
|
-
|
|
1477
|
-
contentClass: string | unknown[] | Record<string, any>;
|
|
1306
|
+
open: boolean;
|
|
1307
|
+
ariaLabel: string;
|
|
1478
1308
|
role: string;
|
|
1479
1309
|
dialogClass: string | unknown[] | Record<string, any>;
|
|
1480
|
-
padding: string;
|
|
1481
1310
|
maxHeight: string;
|
|
1311
|
+
contentClass: string | unknown[] | Record<string, any>;
|
|
1312
|
+
headerClass: string | unknown[] | Record<string, any>;
|
|
1482
1313
|
footerClass: string | unknown[] | Record<string, any>;
|
|
1483
1314
|
elementType: string;
|
|
1484
|
-
|
|
1315
|
+
transition: string;
|
|
1485
1316
|
maxWidth: string;
|
|
1486
1317
|
appendTo: string | HTMLElement | Record<string, any>;
|
|
1318
|
+
hideOnClick: boolean;
|
|
1487
1319
|
placement: string;
|
|
1488
1320
|
sticky: string | boolean;
|
|
1321
|
+
boundary: string | HTMLElement | Record<string, any>;
|
|
1489
1322
|
fallbackPlacements: unknown[];
|
|
1490
1323
|
tether: boolean;
|
|
1491
|
-
transition: string;
|
|
1492
1324
|
externalAnchor: string;
|
|
1493
1325
|
externalAnchorElement: any;
|
|
1494
1326
|
showCloseButton: boolean;
|
|
1495
1327
|
openOnContext: boolean;
|
|
1496
1328
|
ariaLabelledby: string;
|
|
1329
|
+
padding: string;
|
|
1497
1330
|
contentWidth: string;
|
|
1498
1331
|
contentAppear: boolean;
|
|
1499
1332
|
contentTabindex: number;
|
|
1500
|
-
closeOnClick: boolean;
|
|
1501
1333
|
modal: boolean;
|
|
1502
|
-
focustrap: boolean;
|
|
1503
|
-
headerWrapperClass: string | unknown[] | Record<string, any>;
|
|
1504
|
-
footerWrapperClass: string | unknown[] | Record<string, any>;
|
|
1505
1334
|
initialFocusElement: string | HTMLElement | Record<string, any>;
|
|
1506
1335
|
openWithArrowKeys: boolean;
|
|
1507
1336
|
}, {}, {
|
|
@@ -1572,14 +1401,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1572
1401
|
type: BooleanConstructor;
|
|
1573
1402
|
default: boolean;
|
|
1574
1403
|
};
|
|
1575
|
-
linkUnderline: {
|
|
1576
|
-
type: BooleanConstructor;
|
|
1577
|
-
default: boolean;
|
|
1578
|
-
};
|
|
1579
|
-
underline: {
|
|
1580
|
-
type: BooleanConstructor;
|
|
1581
|
-
default: null;
|
|
1582
|
-
};
|
|
1583
1404
|
disabled: {
|
|
1584
1405
|
type: BooleanConstructor;
|
|
1585
1406
|
default: boolean;
|
|
@@ -1594,42 +1415,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1594
1415
|
default: null;
|
|
1595
1416
|
};
|
|
1596
1417
|
size: {
|
|
1597
|
-
type:
|
|
1598
|
-
default:
|
|
1418
|
+
type: StringConstructor;
|
|
1419
|
+
default: string;
|
|
1599
1420
|
validator: (s: unknown) => boolean;
|
|
1600
1421
|
};
|
|
1601
1422
|
labelClass: {
|
|
1602
1423
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1603
1424
|
default: string;
|
|
1604
1425
|
};
|
|
1605
|
-
leadingClass: {
|
|
1606
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1607
|
-
default: string;
|
|
1608
|
-
};
|
|
1609
|
-
trailingClass: {
|
|
1610
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1611
|
-
default: string;
|
|
1612
|
-
};
|
|
1613
|
-
startIconClass: {
|
|
1614
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1615
|
-
default: string;
|
|
1616
|
-
};
|
|
1617
|
-
endIconClass: {
|
|
1618
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1619
|
-
default: string;
|
|
1620
|
-
};
|
|
1621
|
-
blockStartIconClass: {
|
|
1622
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1623
|
-
default: string;
|
|
1624
|
-
};
|
|
1625
|
-
blockEndIconClass: {
|
|
1626
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1627
|
-
default: string;
|
|
1628
|
-
};
|
|
1629
|
-
iconClass: {
|
|
1630
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1631
|
-
default: string;
|
|
1632
|
-
};
|
|
1633
1426
|
loading: {
|
|
1634
1427
|
type: BooleanConstructor;
|
|
1635
1428
|
default: boolean;
|
|
@@ -1669,10 +1462,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1669
1462
|
};
|
|
1670
1463
|
}>, {}, {
|
|
1671
1464
|
ICON_POSITION_MODIFIERS: {
|
|
1672
|
-
start: string;
|
|
1673
|
-
end: string;
|
|
1674
|
-
blockStart: string;
|
|
1675
|
-
blockEnd: string;
|
|
1676
1465
|
left: string;
|
|
1677
1466
|
right: string;
|
|
1678
1467
|
top: string;
|
|
@@ -1682,7 +1471,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1682
1471
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1683
1472
|
i18n: any;
|
|
1684
1473
|
}, {
|
|
1685
|
-
resolvedUnderline(): boolean;
|
|
1686
1474
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1687
1475
|
isNativeButton(): boolean;
|
|
1688
1476
|
computedAttrs(): {
|
|
@@ -1715,12 +1503,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1715
1503
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1716
1504
|
buttonClasses(): any[];
|
|
1717
1505
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1718
|
-
|
|
1719
|
-
hasEndIcon(): any;
|
|
1720
|
-
hasBlockStartIcon(): any;
|
|
1721
|
-
hasBlockEndIcon(): any;
|
|
1722
|
-
hasNewIconSlots(): any;
|
|
1723
|
-
shouldRenderLegacyIcon(): any;
|
|
1506
|
+
shouldRenderIcon(): any;
|
|
1724
1507
|
isIconOnly(): any;
|
|
1725
1508
|
isVerticalIconLayout(): boolean;
|
|
1726
1509
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -1751,14 +1534,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1751
1534
|
type: BooleanConstructor;
|
|
1752
1535
|
default: boolean;
|
|
1753
1536
|
};
|
|
1754
|
-
linkUnderline: {
|
|
1755
|
-
type: BooleanConstructor;
|
|
1756
|
-
default: boolean;
|
|
1757
|
-
};
|
|
1758
|
-
underline: {
|
|
1759
|
-
type: BooleanConstructor;
|
|
1760
|
-
default: null;
|
|
1761
|
-
};
|
|
1762
1537
|
disabled: {
|
|
1763
1538
|
type: BooleanConstructor;
|
|
1764
1539
|
default: boolean;
|
|
@@ -1773,42 +1548,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1773
1548
|
default: null;
|
|
1774
1549
|
};
|
|
1775
1550
|
size: {
|
|
1776
|
-
type:
|
|
1777
|
-
default:
|
|
1551
|
+
type: StringConstructor;
|
|
1552
|
+
default: string;
|
|
1778
1553
|
validator: (s: unknown) => boolean;
|
|
1779
1554
|
};
|
|
1780
1555
|
labelClass: {
|
|
1781
1556
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1782
1557
|
default: string;
|
|
1783
1558
|
};
|
|
1784
|
-
leadingClass: {
|
|
1785
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1786
|
-
default: string;
|
|
1787
|
-
};
|
|
1788
|
-
trailingClass: {
|
|
1789
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1790
|
-
default: string;
|
|
1791
|
-
};
|
|
1792
|
-
startIconClass: {
|
|
1793
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1794
|
-
default: string;
|
|
1795
|
-
};
|
|
1796
|
-
endIconClass: {
|
|
1797
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1798
|
-
default: string;
|
|
1799
|
-
};
|
|
1800
|
-
blockStartIconClass: {
|
|
1801
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1802
|
-
default: string;
|
|
1803
|
-
};
|
|
1804
|
-
blockEndIconClass: {
|
|
1805
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1806
|
-
default: string;
|
|
1807
|
-
};
|
|
1808
|
-
iconClass: {
|
|
1809
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1810
|
-
default: string;
|
|
1811
|
-
};
|
|
1812
1559
|
loading: {
|
|
1813
1560
|
type: BooleanConstructor;
|
|
1814
1561
|
default: boolean;
|
|
@@ -1852,31 +1599,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1852
1599
|
}>, {
|
|
1853
1600
|
link: boolean;
|
|
1854
1601
|
disabled: boolean;
|
|
1855
|
-
size: string | number;
|
|
1856
1602
|
type: string;
|
|
1857
|
-
iconClass: string | unknown[] | Record<string, any>;
|
|
1858
|
-
replace: boolean;
|
|
1859
1603
|
target: string;
|
|
1860
1604
|
circle: boolean;
|
|
1861
1605
|
active: boolean;
|
|
1862
1606
|
loading: boolean;
|
|
1863
|
-
|
|
1607
|
+
size: string;
|
|
1608
|
+
replace: boolean;
|
|
1864
1609
|
kind: string;
|
|
1865
1610
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1866
|
-
startIconClass: string | unknown[] | Record<string, any>;
|
|
1867
|
-
endIconClass: string | unknown[] | Record<string, any>;
|
|
1868
1611
|
href: string;
|
|
1869
1612
|
to: string | Record<string, any>;
|
|
1870
1613
|
iconPosition: string;
|
|
1871
1614
|
importance: string;
|
|
1872
1615
|
linkKind: string;
|
|
1873
1616
|
linkInverted: boolean;
|
|
1874
|
-
linkUnderline: boolean;
|
|
1875
1617
|
width: string;
|
|
1876
|
-
leadingClass: string | unknown[] | Record<string, any>;
|
|
1877
|
-
trailingClass: string | unknown[] | Record<string, any>;
|
|
1878
|
-
blockStartIconClass: string | unknown[] | Record<string, any>;
|
|
1879
|
-
blockEndIconClass: string | unknown[] | Record<string, any>;
|
|
1880
1618
|
assertiveOnFocus: boolean;
|
|
1881
1619
|
rel: string;
|
|
1882
1620
|
}, {}, {
|
|
@@ -1946,10 +1684,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1946
1684
|
type: StringConstructor;
|
|
1947
1685
|
validator: (value: unknown) => boolean;
|
|
1948
1686
|
};
|
|
1949
|
-
wrapperClass: {
|
|
1950
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1951
|
-
default: string;
|
|
1952
|
-
};
|
|
1953
1687
|
contentClass: {
|
|
1954
1688
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1955
1689
|
default: string;
|
|
@@ -1970,10 +1704,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1970
1704
|
type: StringConstructor;
|
|
1971
1705
|
validator: (value: unknown) => boolean;
|
|
1972
1706
|
};
|
|
1973
|
-
wrapperClass: {
|
|
1974
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1975
|
-
default: string;
|
|
1976
|
-
};
|
|
1977
1707
|
contentClass: {
|
|
1978
1708
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1979
1709
|
default: string;
|
|
@@ -1986,7 +1716,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1986
1716
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1987
1717
|
}>, {
|
|
1988
1718
|
contentClass: string | unknown[] | Record<string, any>;
|
|
1989
|
-
wrapperClass: string | unknown[] | Record<string, any>;
|
|
1990
1719
|
showCloseButton: boolean;
|
|
1991
1720
|
}, {}, {
|
|
1992
1721
|
DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2017,14 +1746,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2017
1746
|
type: BooleanConstructor;
|
|
2018
1747
|
default: boolean;
|
|
2019
1748
|
};
|
|
2020
|
-
linkUnderline: {
|
|
2021
|
-
type: BooleanConstructor;
|
|
2022
|
-
default: boolean;
|
|
2023
|
-
};
|
|
2024
|
-
underline: {
|
|
2025
|
-
type: BooleanConstructor;
|
|
2026
|
-
default: null;
|
|
2027
|
-
};
|
|
2028
1749
|
disabled: {
|
|
2029
1750
|
type: BooleanConstructor;
|
|
2030
1751
|
default: boolean;
|
|
@@ -2039,42 +1760,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2039
1760
|
default: null;
|
|
2040
1761
|
};
|
|
2041
1762
|
size: {
|
|
2042
|
-
type:
|
|
2043
|
-
default:
|
|
1763
|
+
type: StringConstructor;
|
|
1764
|
+
default: string;
|
|
2044
1765
|
validator: (s: unknown) => boolean;
|
|
2045
1766
|
};
|
|
2046
1767
|
labelClass: {
|
|
2047
1768
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2048
1769
|
default: string;
|
|
2049
1770
|
};
|
|
2050
|
-
leadingClass: {
|
|
2051
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2052
|
-
default: string;
|
|
2053
|
-
};
|
|
2054
|
-
trailingClass: {
|
|
2055
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2056
|
-
default: string;
|
|
2057
|
-
};
|
|
2058
|
-
startIconClass: {
|
|
2059
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2060
|
-
default: string;
|
|
2061
|
-
};
|
|
2062
|
-
endIconClass: {
|
|
2063
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2064
|
-
default: string;
|
|
2065
|
-
};
|
|
2066
|
-
blockStartIconClass: {
|
|
2067
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2068
|
-
default: string;
|
|
2069
|
-
};
|
|
2070
|
-
blockEndIconClass: {
|
|
2071
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2072
|
-
default: string;
|
|
2073
|
-
};
|
|
2074
|
-
iconClass: {
|
|
2075
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2076
|
-
default: string;
|
|
2077
|
-
};
|
|
2078
1771
|
loading: {
|
|
2079
1772
|
type: BooleanConstructor;
|
|
2080
1773
|
default: boolean;
|
|
@@ -2114,10 +1807,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2114
1807
|
};
|
|
2115
1808
|
}>, {}, {
|
|
2116
1809
|
ICON_POSITION_MODIFIERS: {
|
|
2117
|
-
start: string;
|
|
2118
|
-
end: string;
|
|
2119
|
-
blockStart: string;
|
|
2120
|
-
blockEnd: string;
|
|
2121
1810
|
left: string;
|
|
2122
1811
|
right: string;
|
|
2123
1812
|
top: string;
|
|
@@ -2127,7 +1816,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2127
1816
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
2128
1817
|
i18n: any;
|
|
2129
1818
|
}, {
|
|
2130
|
-
resolvedUnderline(): boolean;
|
|
2131
1819
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2132
1820
|
isNativeButton(): boolean;
|
|
2133
1821
|
computedAttrs(): {
|
|
@@ -2160,12 +1848,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2160
1848
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2161
1849
|
buttonClasses(): any[];
|
|
2162
1850
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2163
|
-
|
|
2164
|
-
hasEndIcon(): any;
|
|
2165
|
-
hasBlockStartIcon(): any;
|
|
2166
|
-
hasBlockEndIcon(): any;
|
|
2167
|
-
hasNewIconSlots(): any;
|
|
2168
|
-
shouldRenderLegacyIcon(): any;
|
|
1851
|
+
shouldRenderIcon(): any;
|
|
2169
1852
|
isIconOnly(): any;
|
|
2170
1853
|
isVerticalIconLayout(): boolean;
|
|
2171
1854
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2196,14 +1879,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2196
1879
|
type: BooleanConstructor;
|
|
2197
1880
|
default: boolean;
|
|
2198
1881
|
};
|
|
2199
|
-
linkUnderline: {
|
|
2200
|
-
type: BooleanConstructor;
|
|
2201
|
-
default: boolean;
|
|
2202
|
-
};
|
|
2203
|
-
underline: {
|
|
2204
|
-
type: BooleanConstructor;
|
|
2205
|
-
default: null;
|
|
2206
|
-
};
|
|
2207
1882
|
disabled: {
|
|
2208
1883
|
type: BooleanConstructor;
|
|
2209
1884
|
default: boolean;
|
|
@@ -2218,42 +1893,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2218
1893
|
default: null;
|
|
2219
1894
|
};
|
|
2220
1895
|
size: {
|
|
2221
|
-
type:
|
|
2222
|
-
default:
|
|
1896
|
+
type: StringConstructor;
|
|
1897
|
+
default: string;
|
|
2223
1898
|
validator: (s: unknown) => boolean;
|
|
2224
1899
|
};
|
|
2225
1900
|
labelClass: {
|
|
2226
1901
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2227
1902
|
default: string;
|
|
2228
1903
|
};
|
|
2229
|
-
leadingClass: {
|
|
2230
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2231
|
-
default: string;
|
|
2232
|
-
};
|
|
2233
|
-
trailingClass: {
|
|
2234
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2235
|
-
default: string;
|
|
2236
|
-
};
|
|
2237
|
-
startIconClass: {
|
|
2238
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2239
|
-
default: string;
|
|
2240
|
-
};
|
|
2241
|
-
endIconClass: {
|
|
2242
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2243
|
-
default: string;
|
|
2244
|
-
};
|
|
2245
|
-
blockStartIconClass: {
|
|
2246
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2247
|
-
default: string;
|
|
2248
|
-
};
|
|
2249
|
-
blockEndIconClass: {
|
|
2250
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2251
|
-
default: string;
|
|
2252
|
-
};
|
|
2253
|
-
iconClass: {
|
|
2254
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2255
|
-
default: string;
|
|
2256
|
-
};
|
|
2257
1904
|
loading: {
|
|
2258
1905
|
type: BooleanConstructor;
|
|
2259
1906
|
default: boolean;
|
|
@@ -2297,31 +1944,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2297
1944
|
}>, {
|
|
2298
1945
|
link: boolean;
|
|
2299
1946
|
disabled: boolean;
|
|
2300
|
-
size: string | number;
|
|
2301
1947
|
type: string;
|
|
2302
|
-
iconClass: string | unknown[] | Record<string, any>;
|
|
2303
|
-
replace: boolean;
|
|
2304
1948
|
target: string;
|
|
2305
1949
|
circle: boolean;
|
|
2306
1950
|
active: boolean;
|
|
2307
1951
|
loading: boolean;
|
|
2308
|
-
|
|
1952
|
+
size: string;
|
|
1953
|
+
replace: boolean;
|
|
2309
1954
|
kind: string;
|
|
2310
1955
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2311
|
-
startIconClass: string | unknown[] | Record<string, any>;
|
|
2312
|
-
endIconClass: string | unknown[] | Record<string, any>;
|
|
2313
1956
|
href: string;
|
|
2314
1957
|
to: string | Record<string, any>;
|
|
2315
1958
|
iconPosition: string;
|
|
2316
1959
|
importance: string;
|
|
2317
1960
|
linkKind: string;
|
|
2318
1961
|
linkInverted: boolean;
|
|
2319
|
-
linkUnderline: boolean;
|
|
2320
1962
|
width: string;
|
|
2321
|
-
leadingClass: string | unknown[] | Record<string, any>;
|
|
2322
|
-
trailingClass: string | unknown[] | Record<string, any>;
|
|
2323
|
-
blockStartIconClass: string | unknown[] | Record<string, any>;
|
|
2324
|
-
blockEndIconClass: string | unknown[] | Record<string, any>;
|
|
2325
1963
|
assertiveOnFocus: boolean;
|
|
2326
1964
|
rel: string;
|
|
2327
1965
|
}, {}, {
|
|
@@ -2410,14 +2048,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2410
2048
|
type: BooleanConstructor;
|
|
2411
2049
|
default: boolean;
|
|
2412
2050
|
};
|
|
2413
|
-
linkUnderline: {
|
|
2414
|
-
type: BooleanConstructor;
|
|
2415
|
-
default: boolean;
|
|
2416
|
-
};
|
|
2417
|
-
underline: {
|
|
2418
|
-
type: BooleanConstructor;
|
|
2419
|
-
default: null;
|
|
2420
|
-
};
|
|
2421
2051
|
disabled: {
|
|
2422
2052
|
type: BooleanConstructor;
|
|
2423
2053
|
default: boolean;
|
|
@@ -2432,42 +2062,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2432
2062
|
default: null;
|
|
2433
2063
|
};
|
|
2434
2064
|
size: {
|
|
2435
|
-
type:
|
|
2436
|
-
default:
|
|
2065
|
+
type: StringConstructor;
|
|
2066
|
+
default: string;
|
|
2437
2067
|
validator: (s: unknown) => boolean;
|
|
2438
2068
|
};
|
|
2439
2069
|
labelClass: {
|
|
2440
2070
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2441
2071
|
default: string;
|
|
2442
2072
|
};
|
|
2443
|
-
leadingClass: {
|
|
2444
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2445
|
-
default: string;
|
|
2446
|
-
};
|
|
2447
|
-
trailingClass: {
|
|
2448
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2449
|
-
default: string;
|
|
2450
|
-
};
|
|
2451
|
-
startIconClass: {
|
|
2452
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2453
|
-
default: string;
|
|
2454
|
-
};
|
|
2455
|
-
endIconClass: {
|
|
2456
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2457
|
-
default: string;
|
|
2458
|
-
};
|
|
2459
|
-
blockStartIconClass: {
|
|
2460
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2461
|
-
default: string;
|
|
2462
|
-
};
|
|
2463
|
-
blockEndIconClass: {
|
|
2464
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2465
|
-
default: string;
|
|
2466
|
-
};
|
|
2467
|
-
iconClass: {
|
|
2468
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2469
|
-
default: string;
|
|
2470
|
-
};
|
|
2471
2073
|
loading: {
|
|
2472
2074
|
type: BooleanConstructor;
|
|
2473
2075
|
default: boolean;
|
|
@@ -2507,10 +2109,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2507
2109
|
};
|
|
2508
2110
|
}>, {}, {
|
|
2509
2111
|
ICON_POSITION_MODIFIERS: {
|
|
2510
|
-
start: string;
|
|
2511
|
-
end: string;
|
|
2512
|
-
blockStart: string;
|
|
2513
|
-
blockEnd: string;
|
|
2514
2112
|
left: string;
|
|
2515
2113
|
right: string;
|
|
2516
2114
|
top: string;
|
|
@@ -2520,7 +2118,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2520
2118
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
2521
2119
|
i18n: any;
|
|
2522
2120
|
}, {
|
|
2523
|
-
resolvedUnderline(): boolean;
|
|
2524
2121
|
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2525
2122
|
isNativeButton(): boolean;
|
|
2526
2123
|
computedAttrs(): {
|
|
@@ -2553,12 +2150,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2553
2150
|
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2554
2151
|
buttonClasses(): any[];
|
|
2555
2152
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2556
|
-
|
|
2557
|
-
hasEndIcon(): any;
|
|
2558
|
-
hasBlockStartIcon(): any;
|
|
2559
|
-
hasBlockEndIcon(): any;
|
|
2560
|
-
hasNewIconSlots(): any;
|
|
2561
|
-
shouldRenderLegacyIcon(): any;
|
|
2153
|
+
shouldRenderIcon(): any;
|
|
2562
2154
|
isIconOnly(): any;
|
|
2563
2155
|
isVerticalIconLayout(): boolean;
|
|
2564
2156
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("focusin" | "focusout")[], "focusin" | "focusout", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2589,14 +2181,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2589
2181
|
type: BooleanConstructor;
|
|
2590
2182
|
default: boolean;
|
|
2591
2183
|
};
|
|
2592
|
-
linkUnderline: {
|
|
2593
|
-
type: BooleanConstructor;
|
|
2594
|
-
default: boolean;
|
|
2595
|
-
};
|
|
2596
|
-
underline: {
|
|
2597
|
-
type: BooleanConstructor;
|
|
2598
|
-
default: null;
|
|
2599
|
-
};
|
|
2600
2184
|
disabled: {
|
|
2601
2185
|
type: BooleanConstructor;
|
|
2602
2186
|
default: boolean;
|
|
@@ -2611,42 +2195,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2611
2195
|
default: null;
|
|
2612
2196
|
};
|
|
2613
2197
|
size: {
|
|
2614
|
-
type:
|
|
2615
|
-
default:
|
|
2198
|
+
type: StringConstructor;
|
|
2199
|
+
default: string;
|
|
2616
2200
|
validator: (s: unknown) => boolean;
|
|
2617
2201
|
};
|
|
2618
2202
|
labelClass: {
|
|
2619
2203
|
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2620
2204
|
default: string;
|
|
2621
2205
|
};
|
|
2622
|
-
leadingClass: {
|
|
2623
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2624
|
-
default: string;
|
|
2625
|
-
};
|
|
2626
|
-
trailingClass: {
|
|
2627
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2628
|
-
default: string;
|
|
2629
|
-
};
|
|
2630
|
-
startIconClass: {
|
|
2631
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2632
|
-
default: string;
|
|
2633
|
-
};
|
|
2634
|
-
endIconClass: {
|
|
2635
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2636
|
-
default: string;
|
|
2637
|
-
};
|
|
2638
|
-
blockStartIconClass: {
|
|
2639
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2640
|
-
default: string;
|
|
2641
|
-
};
|
|
2642
|
-
blockEndIconClass: {
|
|
2643
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2644
|
-
default: string;
|
|
2645
|
-
};
|
|
2646
|
-
iconClass: {
|
|
2647
|
-
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
2648
|
-
default: string;
|
|
2649
|
-
};
|
|
2650
2206
|
loading: {
|
|
2651
2207
|
type: BooleanConstructor;
|
|
2652
2208
|
default: boolean;
|
|
@@ -2690,31 +2246,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2690
2246
|
}>, {
|
|
2691
2247
|
link: boolean;
|
|
2692
2248
|
disabled: boolean;
|
|
2693
|
-
size: string | number;
|
|
2694
2249
|
type: string;
|
|
2695
|
-
iconClass: string | unknown[] | Record<string, any>;
|
|
2696
|
-
replace: boolean;
|
|
2697
2250
|
target: string;
|
|
2698
2251
|
circle: boolean;
|
|
2699
2252
|
active: boolean;
|
|
2700
2253
|
loading: boolean;
|
|
2701
|
-
|
|
2254
|
+
size: string;
|
|
2255
|
+
replace: boolean;
|
|
2702
2256
|
kind: string;
|
|
2703
2257
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2704
|
-
startIconClass: string | unknown[] | Record<string, any>;
|
|
2705
|
-
endIconClass: string | unknown[] | Record<string, any>;
|
|
2706
2258
|
href: string;
|
|
2707
2259
|
to: string | Record<string, any>;
|
|
2708
2260
|
iconPosition: string;
|
|
2709
2261
|
importance: string;
|
|
2710
2262
|
linkKind: string;
|
|
2711
2263
|
linkInverted: boolean;
|
|
2712
|
-
linkUnderline: boolean;
|
|
2713
2264
|
width: string;
|
|
2714
|
-
leadingClass: string | unknown[] | Record<string, any>;
|
|
2715
|
-
trailingClass: string | unknown[] | Record<string, any>;
|
|
2716
|
-
blockStartIconClass: string | unknown[] | Record<string, any>;
|
|
2717
|
-
blockEndIconClass: string | unknown[] | Record<string, any>;
|
|
2718
2265
|
assertiveOnFocus: boolean;
|
|
2719
2266
|
rel: string;
|
|
2720
2267
|
}, {}, {
|