@dialpad/dialtone-vue 3.103.0 → 3.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +1 -1
- package/CHANGELOG.md +12 -0
- package/dist/component-documentation.json +1 -0
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +2653 -2467
- package/dist/types/common/constants.d.ts +56 -0
- package/dist/types/common/constants.d.ts.map +1 -0
- package/dist/types/common/dates.d.ts +49 -0
- package/dist/types/common/dates.d.ts.map +1 -0
- package/dist/types/common/emoji.d.ts +25 -0
- package/dist/types/common/emoji.d.ts.map +1 -0
- package/dist/types/common/mixins/dom.d.ts +25 -0
- package/dist/types/common/mixins/dom.d.ts.map +1 -0
- package/dist/types/common/mixins/index.d.ts +4 -0
- package/dist/types/common/mixins/index.d.ts.map +1 -0
- package/dist/types/common/mixins/input.d.ts +199 -0
- package/dist/types/common/mixins/input.d.ts.map +1 -0
- package/dist/types/common/mixins/input_group.d.ts +102 -0
- package/dist/types/common/mixins/input_group.d.ts.map +1 -0
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts +58 -0
- package/dist/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -0
- package/dist/types/common/mixins/modal.d.ts +43 -0
- package/dist/types/common/mixins/modal.d.ts.map +1 -0
- package/dist/types/common/mixins/skeleton.d.ts +11 -0
- package/dist/types/common/mixins/skeleton.d.ts.map +1 -0
- package/dist/types/common/mixins/sr_only_close_button.d.ts +30 -0
- package/dist/types/common/mixins/sr_only_close_button.d.ts.map +1 -0
- package/dist/types/common/sr_only_close_button.vue.d.ts +27 -0
- package/dist/types/common/sr_only_close_button.vue.d.ts.map +1 -0
- package/dist/types/common/storybook_utils.d.ts +19 -0
- package/dist/types/common/storybook_utils.d.ts.map +1 -0
- package/dist/types/common/utils.d.ts +118 -0
- package/dist/types/common/utils.d.ts.map +1 -0
- package/dist/types/common/validators.d.ts +6 -0
- package/dist/types/common/validators.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar.vue.d.ts +369 -0
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar_constants.d.ts +51 -0
- package/dist/types/components/avatar/avatar_constants.d.ts.map +1 -0
- package/dist/types/components/avatar/index.d.ts +3 -0
- package/dist/types/components/avatar/index.d.ts.map +1 -0
- package/dist/types/components/avatar/utils.d.ts +2 -0
- package/dist/types/components/avatar/utils.d.ts.map +1 -0
- package/dist/types/components/badge/badge.vue.d.ts +184 -0
- package/dist/types/components/badge/badge.vue.d.ts.map +1 -0
- package/dist/types/components/badge/badge_constants.d.ts +39 -0
- package/dist/types/components/badge/badge_constants.d.ts.map +1 -0
- package/dist/types/components/badge/index.d.ts +3 -0
- package/dist/types/components/badge/index.d.ts.map +1 -0
- package/dist/types/components/banner/banner.vue.d.ts +250 -0
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -0
- package/dist/types/components/banner/index.d.ts +2 -0
- package/dist/types/components/banner/index.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +56 -0
- package/dist/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts +59 -0
- package/dist/types/components/breadcrumbs/breadcrumbs.vue.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts +3 -0
- package/dist/types/components/breadcrumbs/breadcrumbs_constants.d.ts.map +1 -0
- package/dist/types/components/breadcrumbs/index.d.ts +4 -0
- package/dist/types/components/breadcrumbs/index.d.ts.map +1 -0
- package/dist/types/components/button/button.vue.d.ts +324 -0
- package/dist/types/components/button/button.vue.d.ts.map +1 -0
- package/dist/types/components/button/button_constants.d.ts +55 -0
- package/dist/types/components/button/button_constants.d.ts.map +1 -0
- package/dist/types/components/button/index.d.ts +3 -0
- package/dist/types/components/button/index.d.ts.map +1 -0
- package/dist/types/components/button_group/button_group.vue.d.ts +29 -0
- package/dist/types/components/button_group/button_group.vue.d.ts.map +1 -0
- package/dist/types/components/button_group/button_group_constants.d.ts +6 -0
- package/dist/types/components/button_group/button_group_constants.d.ts.map +1 -0
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts +3 -0
- package/dist/types/components/button_group/buttons_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/button_group/index.d.ts +3 -0
- package/dist/types/components/button_group/index.d.ts.map +1 -0
- package/dist/types/components/card/card.vue.d.ts +86 -0
- package/dist/types/components/card/card.vue.d.ts.map +1 -0
- package/dist/types/components/card/index.d.ts +2 -0
- package/dist/types/components/card/index.d.ts.map +1 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts +164 -0
- package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox/checkbox_constants.d.ts +10 -0
- package/dist/types/components/checkbox/checkbox_constants.d.ts.map +1 -0
- package/dist/types/components/checkbox/index.d.ts +2 -0
- package/dist/types/components/checkbox/index.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +251 -0
- package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts +3 -0
- package/dist/types/components/checkbox_group/checkboxes_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/checkbox_group/index.d.ts +2 -0
- package/dist/types/components/checkbox_group/index.d.ts.map +1 -0
- package/dist/types/components/chip/chip.vue.d.ts +162 -0
- package/dist/types/components/chip/chip.vue.d.ts.map +1 -0
- package/dist/types/components/chip/chip_constants.d.ts +28 -0
- package/dist/types/components/chip/chip_constants.d.ts.map +1 -0
- package/dist/types/components/chip/index.d.ts +3 -0
- package/dist/types/components/chip/index.d.ts.map +1 -0
- package/dist/types/components/codeblock/codeblock.vue.d.ts +13 -0
- package/dist/types/components/codeblock/codeblock.vue.d.ts.map +1 -0
- package/dist/types/components/codeblock/index.d.ts +2 -0
- package/dist/types/components/codeblock/index.d.ts.map +1 -0
- package/dist/types/components/collapsible/collapsible.vue.d.ts +203 -0
- package/dist/types/components/collapsible/collapsible.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts +86 -0
- package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -0
- package/dist/types/components/collapsible/index.d.ts +2 -0
- package/dist/types/components/collapsible/index.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox.vue.d.ts +345 -0
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_constants.d.ts +12 -0
- package/dist/types/components/combobox/combobox_constants.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts +39 -0
- package/dist/types/components/combobox/combobox_empty-list.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts +3 -0
- package/dist/types/components/combobox/combobox_loading-list.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/index.d.ts +3 -0
- package/dist/types/components/combobox/index.d.ts.map +1 -0
- package/dist/types/components/datepicker/composables/useCalendar.d.ts +10 -0
- package/dist/types/components/datepicker/composables/useCalendar.d.ts.map +1 -0
- package/dist/types/components/datepicker/composables/useMonthYearPicker.d.ts +13 -0
- package/dist/types/components/datepicker/composables/useMonthYearPicker.d.ts.map +1 -0
- package/dist/types/components/datepicker/datepicker.vue.d.ts +8 -0
- package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/datepicker_constants.d.ts +8 -0
- package/dist/types/components/datepicker/datepicker_constants.d.ts.map +1 -0
- package/dist/types/components/datepicker/formatUtils.d.ts +14 -0
- package/dist/types/components/datepicker/formatUtils.d.ts.map +1 -0
- package/dist/types/components/datepicker/index.d.ts +3 -0
- package/dist/types/components/datepicker/index.d.ts.map +1 -0
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts +14 -0
- package/dist/types/components/datepicker/modules/calendar.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts +22 -0
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/utils.d.ts +6 -0
- package/dist/types/components/datepicker/utils.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list.vue.d.ts +98 -0
- package/dist/types/components/description_list/description_list.vue.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_constants.d.ts +2 -0
- package/dist/types/components/description_list/description_list_constants.d.ts.map +1 -0
- package/dist/types/components/description_list/description_list_validators.d.ts +2 -0
- package/dist/types/components/description_list/description_list_validators.d.ts.map +1 -0
- package/dist/types/components/description_list/index.d.ts +3 -0
- package/dist/types/components/description_list/index.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown.vue.d.ts +474 -0
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_constants.d.ts +10 -0
- package/dist/types/components/dropdown/dropdown_constants.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts +36 -0
- package/dist/types/components/dropdown/dropdown_list.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_separator.vue.d.ts +3 -0
- package/dist/types/components/dropdown/dropdown_separator.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_story_constants.d.ts +5 -0
- package/dist/types/components/dropdown/dropdown_story_constants.d.ts.map +1 -0
- package/dist/types/components/dropdown/index.d.ts +4 -0
- package/dist/types/components/dropdown/index.d.ts.map +1 -0
- package/dist/types/components/emoji/emoji.vue.d.ts +115 -0
- package/dist/types/components/emoji/emoji.vue.d.ts.map +1 -0
- package/dist/types/components/emoji/emoji_constants.d.ts +3 -0
- package/dist/types/components/emoji/emoji_constants.d.ts.map +1 -0
- package/dist/types/components/emoji/index.d.ts +2 -0
- package/dist/types/components/emoji/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts +11 -0
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +8 -0
- package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +33 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emojis/index.d.ts +50 -0
- package/dist/types/components/emoji_picker/emojis/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/index.d.ts +3 -0
- package/dist/types/components/emoji_picker/index.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +8 -0
- package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +13 -0
- package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +12 -0
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +10 -0
- package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +10 -0
- package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts +59 -0
- package/dist/types/components/emoji_text_wrapper/emoji_text_wrapper.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_text_wrapper/index.d.ts +2 -0
- package/dist/types/components/emoji_text_wrapper/index.d.ts.map +1 -0
- package/dist/types/components/hovercard/hovercard.vue.d.ts +16 -0
- package/dist/types/components/hovercard/hovercard.vue.d.ts.map +1 -0
- package/dist/types/components/hovercard/index.d.ts +2 -0
- package/dist/types/components/hovercard/index.d.ts.map +1 -0
- package/dist/types/components/hovercard/timer.d.ts +3 -0
- package/dist/types/components/hovercard/timer.d.ts.map +1 -0
- package/dist/types/components/icon/icon.vue.d.ts +74 -0
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -0
- package/dist/types/components/icon/icon_constants.d.ts +15 -0
- package/dist/types/components/icon/icon_constants.d.ts.map +1 -0
- package/dist/types/components/icon/index.d.ts +3 -0
- package/dist/types/components/icon/index.d.ts.map +1 -0
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts +126 -0
- package/dist/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -0
- package/dist/types/components/image_viewer/index.d.ts +2 -0
- package/dist/types/components/image_viewer/index.d.ts.map +1 -0
- package/dist/types/components/input/index.d.ts +3 -0
- package/dist/types/components/input/index.d.ts.map +1 -0
- package/dist/types/components/input/input.vue.d.ts +373 -0
- package/dist/types/components/input/input.vue.d.ts.map +1 -0
- package/dist/types/components/input/input_constants.d.ts +23 -0
- package/dist/types/components/input/input_constants.d.ts.map +1 -0
- package/dist/types/components/input_group/decorators/input.vue.d.ts +104 -0
- package/dist/types/components/input_group/decorators/input.vue.d.ts.map +1 -0
- package/dist/types/components/input_group/decorators/inputs.vue.d.ts +3 -0
- package/dist/types/components/input_group/decorators/inputs.vue.d.ts.map +1 -0
- package/dist/types/components/input_group/index.d.ts +2 -0
- package/dist/types/components/input_group/index.d.ts.map +1 -0
- package/dist/types/components/input_group/input_group.vue.d.ts +171 -0
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -0
- package/dist/types/components/item_layout/index.d.ts +2 -0
- package/dist/types/components/item_layout/index.d.ts.map +1 -0
- package/dist/types/components/item_layout/item_layout.vue.d.ts +21 -0
- package/dist/types/components/item_layout/item_layout.vue.d.ts.map +1 -0
- package/dist/types/components/keyboard_shortcut/index.d.ts +3 -0
- package/dist/types/components/keyboard_shortcut/index.d.ts.map +1 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts +77 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut.vue.d.ts.map +1 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts +13 -0
- package/dist/types/components/keyboard_shortcut/keyboard_shortcut_constants.d.ts.map +1 -0
- package/dist/types/components/lazy_show/index.d.ts +2 -0
- package/dist/types/components/lazy_show/index.d.ts.map +1 -0
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts +65 -0
- package/dist/types/components/lazy_show/lazy_show.vue.d.ts.map +1 -0
- package/dist/types/components/link/index.d.ts +3 -0
- package/dist/types/components/link/index.d.ts.map +1 -0
- package/dist/types/components/link/link.vue.d.ts +34 -0
- package/dist/types/components/link/link.vue.d.ts.map +1 -0
- package/dist/types/components/link/link_constants.d.ts +21 -0
- package/dist/types/components/link/link_constants.d.ts.map +1 -0
- package/dist/types/components/list_item/index.d.ts +3 -0
- package/dist/types/components/list_item/index.d.ts.map +1 -0
- package/dist/types/components/list_item/list_item.vue.d.ts +151 -0
- package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -0
- package/dist/types/components/list_item/list_item_constants.d.ts +15 -0
- package/dist/types/components/list_item/list_item_constants.d.ts.map +1 -0
- package/dist/types/components/list_item_group/index.d.ts +2 -0
- package/dist/types/components/list_item_group/index.d.ts.map +1 -0
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts +66 -0
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts.map +1 -0
- package/dist/types/components/list_item_group/list_item_group_constants.d.ts +6 -0
- package/dist/types/components/list_item_group/list_item_group_constants.d.ts.map +1 -0
- package/dist/types/components/modal/index.d.ts +3 -0
- package/dist/types/components/modal/index.d.ts.map +1 -0
- package/dist/types/components/modal/modal.vue.d.ts +395 -0
- package/dist/types/components/modal/modal.vue.d.ts.map +1 -0
- package/dist/types/components/modal/modal_constants.d.ts +18 -0
- package/dist/types/components/modal/modal_constants.d.ts.map +1 -0
- package/dist/types/components/notice/index.d.ts +6 -0
- package/dist/types/components/notice/index.d.ts.map +1 -0
- package/dist/types/components/notice/notice.vue.d.ts +177 -0
- package/dist/types/components/notice/notice.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_action.vue.d.ts +66 -0
- package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_constants.d.ts +8 -0
- package/dist/types/components/notice/notice_constants.d.ts.map +1 -0
- package/dist/types/components/notice/notice_content.vue.d.ts +58 -0
- package/dist/types/components/notice/notice_content.vue.d.ts.map +1 -0
- package/dist/types/components/notice/notice_icon.vue.d.ts +30 -0
- package/dist/types/components/notice/notice_icon.vue.d.ts.map +1 -0
- package/dist/types/components/pagination/index.d.ts +2 -0
- package/dist/types/components/pagination/index.d.ts.map +1 -0
- package/dist/types/components/pagination/pagination.vue.d.ts +121 -0
- package/dist/types/components/pagination/pagination.vue.d.ts.map +1 -0
- package/dist/types/components/plugins/fixDefaultSlot.d.ts +5 -0
- package/dist/types/components/plugins/fixDefaultSlot.d.ts.map +1 -0
- package/dist/types/components/popover/index.d.ts +3 -0
- package/dist/types/components/popover/index.d.ts.map +1 -0
- package/dist/types/components/popover/popover.vue.d.ts +3 -0
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -0
- package/dist/types/components/popover/popover_constants.d.ts +34 -0
- package/dist/types/components/popover/popover_constants.d.ts.map +1 -0
- package/dist/types/components/popover/popover_header_footer.vue.d.ts +70 -0
- package/dist/types/components/popover/popover_header_footer.vue.d.ts.map +1 -0
- package/dist/types/components/popover/tippy_utils.d.ts +45 -0
- package/dist/types/components/popover/tippy_utils.d.ts.map +1 -0
- package/dist/types/components/presence/index.d.ts +3 -0
- package/dist/types/components/presence/index.d.ts.map +1 -0
- package/dist/types/components/presence/presence.vue.d.ts +46 -0
- package/dist/types/components/presence/presence.vue.d.ts.map +1 -0
- package/dist/types/components/presence/presence_constants.d.ts +8 -0
- package/dist/types/components/presence/presence_constants.d.ts.map +1 -0
- package/dist/types/components/radio/index.d.ts +3 -0
- package/dist/types/components/radio/index.d.ts.map +1 -0
- package/dist/types/components/radio/radio.vue.d.ts +180 -0
- package/dist/types/components/radio/radio.vue.d.ts.map +1 -0
- package/dist/types/components/radio/radio_constants.d.ts +10 -0
- package/dist/types/components/radio/radio_constants.d.ts.map +1 -0
- package/dist/types/components/radio_group/index.d.ts +2 -0
- package/dist/types/components/radio_group/index.d.ts.map +1 -0
- package/dist/types/components/radio_group/radio_group.vue.d.ts +228 -0
- package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -0
- package/dist/types/components/radio_group/radios_decorator.vue.d.ts +3 -0
- package/dist/types/components/radio_group/radios_decorator.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts +69 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts +13 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts +5 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/emoji.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/index.d.ts +3 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts +21 -0
- package/dist/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/autolink.d.ts +6 -0
- package/dist/types/components/rich_text_editor/extensions/link/autolink.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/index.d.ts +4 -0
- package/dist/types/components/rich_text_editor/extensions/link/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/link.d.ts +3 -0
- package/dist/types/components/rich_text_editor/extensions/link/link.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts +44 -0
- package/dist/types/components/rich_text_editor/extensions/link/utils.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +71 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +16 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts +2 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/mention.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts +10 -0
- package/dist/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +48 -0
- package/dist/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/index.d.ts +3 -0
- package/dist/types/components/rich_text_editor/index.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/mention_suggestion.d.ts +11 -0
- package/dist/types/components/rich_text_editor/mention_suggestion.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +215 -0
- package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -0
- package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +8 -0
- package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts.map +1 -0
- package/dist/types/components/root_layout/index.d.ts +3 -0
- package/dist/types/components/root_layout/index.d.ts.map +1 -0
- package/dist/types/components/root_layout/root_layout.vue.d.ts +204 -0
- package/dist/types/components/root_layout/root_layout.vue.d.ts.map +1 -0
- package/dist/types/components/root_layout/root_layout_constants.d.ts +11 -0
- package/dist/types/components/root_layout/root_layout_constants.d.ts.map +1 -0
- package/dist/types/components/scroller/DtScroller.vue.d.ts +44 -0
- package/dist/types/components/scroller/DtScroller.vue.d.ts.map +1 -0
- package/dist/types/components/scroller/index.d.ts +2 -0
- package/dist/types/components/scroller/index.d.ts.map +1 -0
- package/dist/types/components/scroller/modules/core_scroller.vue.d.ts +44 -0
- package/dist/types/components/scroller/modules/core_scroller.vue.d.ts.map +1 -0
- package/dist/types/components/scroller/modules/dynamic_scroller.vue.d.ts +86 -0
- package/dist/types/components/scroller/modules/dynamic_scroller.vue.d.ts.map +1 -0
- package/dist/types/components/scroller/modules/scroller_item.vue.d.ts +79 -0
- package/dist/types/components/scroller/modules/scroller_item.vue.d.ts.map +1 -0
- package/dist/types/components/select_menu/index.d.ts +3 -0
- package/dist/types/components/select_menu/index.d.ts.map +1 -0
- package/dist/types/components/select_menu/select_menu.vue.d.ts +272 -0
- package/dist/types/components/select_menu/select_menu.vue.d.ts.map +1 -0
- package/dist/types/components/select_menu/select_menu_constants.d.ts +18 -0
- package/dist/types/components/select_menu/select_menu_constants.d.ts.map +1 -0
- package/dist/types/components/select_menu/select_menu_validators.d.ts +2 -0
- package/dist/types/components/select_menu/select_menu_validators.d.ts.map +1 -0
- package/dist/types/components/skeleton/index.d.ts +7 -0
- package/dist/types/components/skeleton/index.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts +152 -0
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts +181 -0
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts +136 -0
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts +145 -0
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton.vue.d.ts +155 -0
- package/dist/types/components/skeleton/skeleton.vue.d.ts.map +1 -0
- package/dist/types/components/skeleton/skeleton_constants.d.ts +27 -0
- package/dist/types/components/skeleton/skeleton_constants.d.ts.map +1 -0
- package/dist/types/components/stack/index.d.ts +3 -0
- package/dist/types/components/stack/index.d.ts.map +1 -0
- package/dist/types/components/stack/stack.vue.d.ts +3 -0
- package/dist/types/components/stack/stack.vue.d.ts.map +1 -0
- package/dist/types/components/stack/stack_constants.d.ts +16 -0
- package/dist/types/components/stack/stack_constants.d.ts.map +1 -0
- package/dist/types/components/stack/utils.d.ts +5 -0
- package/dist/types/components/stack/utils.d.ts.map +1 -0
- package/dist/types/components/stack/validators.d.ts +3 -0
- package/dist/types/components/stack/validators.d.ts.map +1 -0
- package/dist/types/components/tabs/index.d.ts +5 -0
- package/dist/types/components/tabs/index.d.ts.map +1 -0
- package/dist/types/components/tabs/tab.vue.d.ts +114 -0
- package/dist/types/components/tabs/tab.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/tab_group.vue.d.ts +179 -0
- package/dist/types/components/tabs/tab_group.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/tab_panel.vue.d.ts +80 -0
- package/dist/types/components/tabs/tab_panel.vue.d.ts.map +1 -0
- package/dist/types/components/tabs/tabs_constants.d.ts +14 -0
- package/dist/types/components/tabs/tabs_constants.d.ts.map +1 -0
- package/dist/types/components/toast/index.d.ts +3 -0
- package/dist/types/components/toast/index.d.ts.map +1 -0
- package/dist/types/components/toast/toast.vue.d.ts +240 -0
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -0
- package/dist/types/components/toast/toast_constants.d.ts +8 -0
- package/dist/types/components/toast/toast_constants.d.ts.map +1 -0
- package/dist/types/components/toggle/index.d.ts +3 -0
- package/dist/types/components/toggle/index.d.ts.map +1 -0
- package/dist/types/components/toggle/toggle.vue.d.ts +162 -0
- package/dist/types/components/toggle/toggle.vue.d.ts.map +1 -0
- package/dist/types/components/toggle/toggle_constants.d.ts +11 -0
- package/dist/types/components/toggle/toggle_constants.d.ts.map +1 -0
- package/dist/types/components/tooltip/index.d.ts +3 -0
- package/dist/types/components/tooltip/index.d.ts.map +1 -0
- package/dist/types/components/tooltip/modifiers.d.ts +8 -0
- package/dist/types/components/tooltip/modifiers.d.ts.map +1 -0
- package/dist/types/components/tooltip/tooltip.vue.d.ts +445 -0
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -0
- package/dist/types/components/tooltip/tooltip_constants.d.ts +19 -0
- package/dist/types/components/tooltip/tooltip_constants.d.ts.map +1 -0
- package/dist/types/components/validation_messages/index.d.ts +2 -0
- package/dist/types/components/validation_messages/index.d.ts.map +1 -0
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts +64 -0
- package/dist/types/components/validation_messages/validation_messages.vue.d.ts.map +1 -0
- package/dist/types/directives/tooltip/index.d.ts +2 -0
- package/dist/types/directives/tooltip/index.d.ts.map +1 -0
- package/dist/types/directives/tooltip/tooltip.d.ts +6 -0
- package/dist/types/directives/tooltip/tooltip.d.ts.map +1 -0
- package/dist/types/directives.d.ts +2 -0
- package/dist/types/directives.d.ts.map +1 -0
- package/dist/types/emoji.d.ts +5 -0
- package/dist/types/emoji.d.ts.map +1 -0
- package/dist/types/index.d.ts +69 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/message_input.d.ts +3 -0
- package/dist/types/message_input.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +186 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts +6 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button_constants.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/index.d.ts +3 -0
- package/dist/types/recipes/buttons/callbar_button/index.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +309 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/index.d.ts +2 -0
- package/dist/types/recipes/buttons/callbar_button_with_popover/index.d.ts.map +1 -0
- package/dist/types/recipes/cards/ivr_node/index.d.ts +3 -0
- package/dist/types/recipes/cards/ivr_node/index.d.ts.map +1 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +91 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node_constants.d.ts +74 -0
- package/dist/types/recipes/cards/ivr_node/ivr_node_constants.d.ts.map +1 -0
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +6 -0
- package/dist/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -0
- package/dist/types/recipes/chips/grouped_chip/index.d.ts +2 -0
- package/dist/types/recipes/chips/grouped_chip/index.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +369 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +6 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +3 -0
- package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +437 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/index.d.ts +2 -0
- package/dist/types/recipes/comboboxes/combobox_with_popover/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +82 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/attachment_carousel_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +49 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +30 -0
- package/dist/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +29 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/emoji_row/emoji_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/emoji_row/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/emoji_row/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +175 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts +12 -0
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +132 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts +11 -0
- package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts +3 -0
- package/dist/types/recipes/conversation_view/feed_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/message_input/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/message_input/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +364 -0
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/message_input/message_input_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/message_input/message_input_constants.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/time_pill/index.d.ts +2 -0
- package/dist/types/recipes/conversation_view/time_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts +37 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts +6 -0
- package/dist/types/recipes/conversation_view/time_pill/time_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/header/settings_menu_button/index.d.ts +2 -0
- package/dist/types/recipes/header/settings_menu_button/index.d.ts.map +1 -0
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +39 -0
- package/dist/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +163 -0
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts +15 -0
- package/dist/types/recipes/leftbar/callbox/callbox_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/callbox/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/callbox/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +268 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row_constants.d.ts +3 -0
- package/dist/types/recipes/leftbar/contact_row/contact_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/contact_row/index.d.ts +2 -0
- package/dist/types/recipes/leftbar/contact_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +283 -0
- package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts +43 -0
- package/dist/types/recipes/leftbar/general_row/general_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/general_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +40 -0
- package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts +117 -0
- package/dist/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/group_row/group_row_constants.d.ts +6 -0
- package/dist/types/recipes/leftbar/group_row/group_row_constants.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/group_row/index.d.ts +2 -0
- package/dist/types/recipes/leftbar/group_row/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/unread_pill/index.d.ts +3 -0
- package/dist/types/recipes/leftbar/unread_pill/index.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts +47 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill.vue.d.ts.map +1 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts +8 -0
- package/dist/types/recipes/leftbar/unread_pill/unread_pill_constants.d.ts.map +1 -0
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +201 -0
- package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts.map +1 -0
- package/dist/types/recipes/list_items/contact_info/index.d.ts +2 -0
- package/dist/types/recipes/list_items/contact_info/index.d.ts.map +1 -0
- package/dist/types/recipes/notices/top_banner_info/index.d.ts +3 -0
- package/dist/types/recipes/notices/top_banner_info/index.d.ts.map +1 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts +25 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info.vue.d.ts.map +1 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts +6 -0
- package/dist/types/recipes/notices/top_banner_info/top_banner_info_constants.d.ts.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Label for the visually hidden close button
|
|
4
|
+
* Required if visuallyHiddenClose is set to `true`
|
|
5
|
+
*/
|
|
6
|
+
visuallyHiddenCloseLabel: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: null;
|
|
9
|
+
};
|
|
10
|
+
}, any, any, {}, {
|
|
11
|
+
close(): void;
|
|
12
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
/**
|
|
14
|
+
* Label for the visually hidden close button
|
|
15
|
+
* Required if visuallyHiddenClose is set to `true`
|
|
16
|
+
*/
|
|
17
|
+
visuallyHiddenCloseLabel: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: null;
|
|
20
|
+
};
|
|
21
|
+
}>> & {
|
|
22
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
}, {
|
|
24
|
+
visuallyHiddenCloseLabel: string;
|
|
25
|
+
}, {}>;
|
|
26
|
+
export default _default;
|
|
27
|
+
//# sourceMappingURL=sr_only_close_button.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sr_only_close_button.vue.d.ts","sourceRoot":"","sources":["../../../common/sr_only_close_button.vue.js"],"names":[],"mappings":";IAaI;;;OAGG;;;;;;;;IAHH;;;OAGG"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Gets the full list of icon component names from the dialtone package
|
|
3
|
+
* @returns {string[]} icon component names
|
|
4
|
+
*/
|
|
5
|
+
export function getIconNames(): string[];
|
|
6
|
+
export function createTemplateFromVueFile(args: object, argTypes: any, templateComponent: component): component;
|
|
7
|
+
export function generateTemplate(component: any, { props, excludeProps, customProps, childTemplate }?: {
|
|
8
|
+
props?: any[] | undefined;
|
|
9
|
+
excludeProps?: any[] | undefined;
|
|
10
|
+
customProps?: any[] | undefined;
|
|
11
|
+
childTemplate: any;
|
|
12
|
+
}): string;
|
|
13
|
+
declare namespace _default {
|
|
14
|
+
export { generateTemplate };
|
|
15
|
+
export { createTemplateFromVueFile };
|
|
16
|
+
export { getIconNames };
|
|
17
|
+
}
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=storybook_utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storybook_utils.d.ts","sourceRoot":"","sources":["../../../common/storybook_utils.js"],"names":[],"mappings":"AAqBA;;;GAGG;AACH,gCAFa,MAAM,EAAE,CAIpB;AAdM,gDANI,MAAM,0DAYf;AAUK;;;;;WAoBN"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
export function getUniqueString(prefix?: string): string;
|
|
2
|
+
/**
|
|
3
|
+
* Returns a random element from array
|
|
4
|
+
* @param array - the array to return a random element from
|
|
5
|
+
* @param {string} seed - use a string to seed the randomization, so it returns the same element each time
|
|
6
|
+
* based on that string.
|
|
7
|
+
* @returns {*} - the random element
|
|
8
|
+
*/
|
|
9
|
+
export function getRandomElement(array: any, seed: string): any;
|
|
10
|
+
/**
|
|
11
|
+
* Returns a hash code for a string.
|
|
12
|
+
* (Compatible to Java's String.hashCode())
|
|
13
|
+
* We use this algo to be in sync with android.
|
|
14
|
+
*
|
|
15
|
+
* The hash code for a string object is computed as
|
|
16
|
+
* s[0]*31^(n-1) + s[1]*31^(n-2) + ... + s[n-1]
|
|
17
|
+
* using number arithmetic, where s[i] is the i th character
|
|
18
|
+
* of the given string, n is the length of the string,
|
|
19
|
+
* and ^ indicates exponentiation.
|
|
20
|
+
* (The hash value of the empty string is zero.)
|
|
21
|
+
*
|
|
22
|
+
* @param {string} str a string
|
|
23
|
+
* @return {number} a hash code value for the given string.
|
|
24
|
+
*/
|
|
25
|
+
export function javaHashCode(str: string): number;
|
|
26
|
+
/**
|
|
27
|
+
* Generate a random integer
|
|
28
|
+
* @param {number} max - max range of integer to generate
|
|
29
|
+
* @returns {number} randomly generated integer between 0 and max
|
|
30
|
+
*/
|
|
31
|
+
export function getRandomInt(max: number): number;
|
|
32
|
+
export function formatMessages(messages: any): any;
|
|
33
|
+
export function filterFormattedMessages(formattedMessages: any): any;
|
|
34
|
+
export function getValidationState(formattedMessages: any): string | null;
|
|
35
|
+
export function hasFormattedMessageOfType(formattedMessages: any, messageType: any): any;
|
|
36
|
+
export function findFirstFocusableNode(element: any): any;
|
|
37
|
+
export function hasSlotContent(slot: any, slotProps?: {}): any;
|
|
38
|
+
export function debounce(func: any, timeout?: number): void;
|
|
39
|
+
/**
|
|
40
|
+
* Checks if the element is out of the viewport
|
|
41
|
+
* https://gomakethings.com/how-to-check-if-any-part-of-an-element-is-out-of-the-viewport-with-vanilla-js/
|
|
42
|
+
* @param {HTMLElement} element The element to check
|
|
43
|
+
* @return {Object} A set of booleans for each side of the element
|
|
44
|
+
*/
|
|
45
|
+
export function isOutOfViewPort(element: HTMLElement): Object;
|
|
46
|
+
/**
|
|
47
|
+
* Match phone numbers, e.g. "765-8813", "(778) 765-8813" or "+17787658813".
|
|
48
|
+
* @param {number} minLength
|
|
49
|
+
* @param {number} maxLength
|
|
50
|
+
* @returns {RegExp}
|
|
51
|
+
*/
|
|
52
|
+
export function getPhoneNumberRegex(minLength?: number, maxLength?: number): RegExp;
|
|
53
|
+
/**
|
|
54
|
+
* Check if a string is a phone number. Validates only exact matches.
|
|
55
|
+
* @param {string|number} input
|
|
56
|
+
* @returns {boolean}
|
|
57
|
+
*/
|
|
58
|
+
export function isPhoneNumber(input: string | number): boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Check if a string is an URL. Validates only exact matches.
|
|
61
|
+
* @param {string} input
|
|
62
|
+
* @returns {boolean}
|
|
63
|
+
*/
|
|
64
|
+
export function isURL(input: string): boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Check if a string is an email address. Validates only exact matches.
|
|
67
|
+
* @param {string} input
|
|
68
|
+
* @returns {boolean}
|
|
69
|
+
*/
|
|
70
|
+
export function isEmailAddress(input: string): boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Concatenate a string removing null or undefined elements
|
|
73
|
+
* avoiding parsing them as string with template strings
|
|
74
|
+
* @param {Array} elements
|
|
75
|
+
* @returns {String}
|
|
76
|
+
*/
|
|
77
|
+
export function safeConcatStrings(elements: any[]): string;
|
|
78
|
+
/**
|
|
79
|
+
* Locale safe function to capitalize the first letter of a string.
|
|
80
|
+
* @param {string} str the string to capitalize the first letter of
|
|
81
|
+
* @param {string} locale a string representing the locale to be used. Defaults to 'en-US'
|
|
82
|
+
* @returns The passed in string with the first letter capitalized
|
|
83
|
+
*/
|
|
84
|
+
export function capitalizeFirstLetter(str: string, locale?: string): string;
|
|
85
|
+
export function htmlFragment(props: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
86
|
+
[key: string]: any;
|
|
87
|
+
}>;
|
|
88
|
+
export function flushPromises(): Promise<any>;
|
|
89
|
+
export function kebabCaseToPascalCase(string: any): string;
|
|
90
|
+
export function pascalCaseToKebabCase(string: any): string;
|
|
91
|
+
export function extractVueListeners(attrs: any): {
|
|
92
|
+
[k: string]: any;
|
|
93
|
+
};
|
|
94
|
+
export const linkRegex: RegExp;
|
|
95
|
+
declare namespace _default {
|
|
96
|
+
export { getUniqueString };
|
|
97
|
+
export { getRandomElement };
|
|
98
|
+
export { getRandomInt };
|
|
99
|
+
export { formatMessages };
|
|
100
|
+
export { filterFormattedMessages };
|
|
101
|
+
export { hasFormattedMessageOfType };
|
|
102
|
+
export { getValidationState };
|
|
103
|
+
export { htmlFragment };
|
|
104
|
+
export { flushPromises };
|
|
105
|
+
export { kebabCaseToPascalCase };
|
|
106
|
+
export { extractVueListeners };
|
|
107
|
+
export { debounce };
|
|
108
|
+
export { isOutOfViewPort };
|
|
109
|
+
export { getPhoneNumberRegex };
|
|
110
|
+
export { linkRegex };
|
|
111
|
+
export { isEmailAddress };
|
|
112
|
+
export { isPhoneNumber };
|
|
113
|
+
export { isURL };
|
|
114
|
+
export { safeConcatStrings };
|
|
115
|
+
export { capitalizeFirstLetter };
|
|
116
|
+
}
|
|
117
|
+
export default _default;
|
|
118
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../common/utils.js"],"names":[],"mappings":"AAyBA,yDAEC;AAED;;;;;;GAMG;AACH,mDAJW,MAAM,OAWhB;AAED;;;;;;;;;;;;;;GAcG;AACH,kCAHW,MAAM,GACL,MAAM,CASjB;AAED;;;;GAIG;AACH,kCAHW,MAAM,GACJ,MAAM,CAIlB;AAED,mDAeC;AAED,qEAQC;AAOD,0EAgBC;AAED,yFAMC;AAED,0DAEC;AAqBD,+DAcC;AAoCD,4DAGC;AAED;;;;;GAKG;AAEH,yCAJY,WAAW,GACX,MAAM,CAejB;AAoED;;;;;GAKG;AACH,gDAJW,MAAM,cACN,MAAM,GACJ,MAAM,CAmBlB;AAeD;;;;GAIG;AACH,qCAHW,MAAM,GAAC,MAAM,GACX,OAAO,CAMnB;AAED;;;;GAIG;AACH,6BAHW,MAAM,GACJ,OAAO,CAMnB;AAED;;;;GAIG;AACH,sCAHW,MAAM,GACJ,OAAO,CAKnB;AAED;;;;;GAKG;AACH,2DAEC;AAED;;;;;GAKG;AACH,2CAJW,MAAM,WACN,MAAM,UAKhB;AArPM;;GAEN;AAEM,8CAIN;AA4BM,oDAFM,MAAM,CAOlB;AAOM,oDAFM,MAAM,CAMlB;AAEM;;EAIN;AA+HD,+BAQE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validators.d.ts","sourceRoot":"","sources":["../../../common/validators.js"],"names":[],"mappings":"AAIA,kEAgBC"}
|
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Id of the avatar content wrapper element
|
|
4
|
+
*/
|
|
5
|
+
id: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default(): string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Pass in a seed to get the random color generation based on that string. For example if you pass in a
|
|
11
|
+
* user ID as the string it will return the same randomly generated colors every time for that user.
|
|
12
|
+
*/
|
|
13
|
+
seed: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Set the avatar background to a specific color. If undefined will randomize the color which can be deterministic
|
|
19
|
+
* if the seed prop is set.
|
|
20
|
+
*/
|
|
21
|
+
color: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* The size of the avatar
|
|
27
|
+
* @values xs, sm, md, lg, xl
|
|
28
|
+
*/
|
|
29
|
+
size: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
validator: (size: unknown) => boolean;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Used to customize the avatar container
|
|
36
|
+
*/
|
|
37
|
+
avatarClass: {
|
|
38
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Set classes on the avatar canvas. Wrapper around the core avatar image.
|
|
43
|
+
*/
|
|
44
|
+
canvasClass: {
|
|
45
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Pass through classes. Used to customize the avatar icon
|
|
50
|
+
*/
|
|
51
|
+
iconClass: {
|
|
52
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Determines whether to show the presence indicator for
|
|
57
|
+
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
58
|
+
* or 'active'. By default, it's null and nothing is shown.
|
|
59
|
+
* @values null, busy, away, offline, active
|
|
60
|
+
*/
|
|
61
|
+
presence: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: string;
|
|
64
|
+
validator: (state: unknown) => boolean;
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* A set of props to be passed into the presence component.
|
|
68
|
+
*/
|
|
69
|
+
presenceProps: {
|
|
70
|
+
type: ObjectConstructor;
|
|
71
|
+
default: () => {};
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Determines whether to show a group avatar.
|
|
75
|
+
* Limit to 2 digits max, more than 99 will be rendered as “99+”.
|
|
76
|
+
* if the number is 1 or less it would just show the regular avatar as if group had not been set.
|
|
77
|
+
*/
|
|
78
|
+
group: {
|
|
79
|
+
type: NumberConstructor;
|
|
80
|
+
default: undefined;
|
|
81
|
+
validator: (group: unknown) => boolean;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* The icon that overlays the avatar
|
|
85
|
+
*/
|
|
86
|
+
overlayIcon: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* The text that overlays the avatar
|
|
92
|
+
*/
|
|
93
|
+
overlayText: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* Used to customize the avatar overlay
|
|
99
|
+
*/
|
|
100
|
+
overlayClass: {
|
|
101
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Source of the image
|
|
106
|
+
*/
|
|
107
|
+
imageSrc: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Alt attribute of the image, by default
|
|
113
|
+
* it'd be the full name
|
|
114
|
+
*/
|
|
115
|
+
imageAlt: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Icon name to be displayed on the avatar
|
|
121
|
+
*/
|
|
122
|
+
iconName: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: undefined;
|
|
125
|
+
validator: (name: unknown) => boolean;
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* Icon size to be displayed on the avatar
|
|
129
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
130
|
+
*/
|
|
131
|
+
iconSize: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
default: string;
|
|
134
|
+
validator: (size: unknown) => boolean;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* Full name used to extract initials and set alt attribute.
|
|
138
|
+
*/
|
|
139
|
+
fullName: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Makes the avatar focusable and clickable,
|
|
145
|
+
* emits a click event when clicked.
|
|
146
|
+
*/
|
|
147
|
+
clickable: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
}, any, {
|
|
152
|
+
AVATAR_SIZE_MODIFIERS: {
|
|
153
|
+
xs: string;
|
|
154
|
+
sm: string;
|
|
155
|
+
md: string;
|
|
156
|
+
lg: string;
|
|
157
|
+
xl: string;
|
|
158
|
+
};
|
|
159
|
+
AVATAR_KIND_MODIFIERS: {
|
|
160
|
+
default: string;
|
|
161
|
+
icon: string;
|
|
162
|
+
initials: string;
|
|
163
|
+
};
|
|
164
|
+
AVATAR_PRESENCE_SIZE_MODIFIERS: {
|
|
165
|
+
md: string;
|
|
166
|
+
lg: string;
|
|
167
|
+
};
|
|
168
|
+
AVATAR_ICON_SIZES: {
|
|
169
|
+
xs: string;
|
|
170
|
+
sm: string;
|
|
171
|
+
md: string;
|
|
172
|
+
lg: string;
|
|
173
|
+
xl: string;
|
|
174
|
+
};
|
|
175
|
+
imageLoadedSuccessfully: null;
|
|
176
|
+
formattedInitials: string;
|
|
177
|
+
initializing: boolean;
|
|
178
|
+
}, {
|
|
179
|
+
isNotIconType(): boolean;
|
|
180
|
+
avatarClasses(): any[];
|
|
181
|
+
overlayClasses(): (string | Record<string, any> | unknown[])[];
|
|
182
|
+
showGroup(): boolean;
|
|
183
|
+
formattedGroup(): number | "99+" | undefined;
|
|
184
|
+
validatedSize(): string;
|
|
185
|
+
showImage(): string | false;
|
|
186
|
+
buttonAriaLabel(): unknown;
|
|
187
|
+
}, {
|
|
188
|
+
setImageListeners(): Promise<void>;
|
|
189
|
+
formatInitials(string: any): void;
|
|
190
|
+
getColor(): any;
|
|
191
|
+
_loadedImageEventHandler(el: any): void;
|
|
192
|
+
_erroredImageEventHandler(el: any): void;
|
|
193
|
+
validateProps(): void;
|
|
194
|
+
handleClick(e: any): void;
|
|
195
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
196
|
+
/**
|
|
197
|
+
* Id of the avatar content wrapper element
|
|
198
|
+
*/
|
|
199
|
+
id: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
default(): string;
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* Pass in a seed to get the random color generation based on that string. For example if you pass in a
|
|
205
|
+
* user ID as the string it will return the same randomly generated colors every time for that user.
|
|
206
|
+
*/
|
|
207
|
+
seed: {
|
|
208
|
+
type: StringConstructor;
|
|
209
|
+
default: undefined;
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* Set the avatar background to a specific color. If undefined will randomize the color which can be deterministic
|
|
213
|
+
* if the seed prop is set.
|
|
214
|
+
*/
|
|
215
|
+
color: {
|
|
216
|
+
type: StringConstructor;
|
|
217
|
+
default: undefined;
|
|
218
|
+
};
|
|
219
|
+
/**
|
|
220
|
+
* The size of the avatar
|
|
221
|
+
* @values xs, sm, md, lg, xl
|
|
222
|
+
*/
|
|
223
|
+
size: {
|
|
224
|
+
type: StringConstructor;
|
|
225
|
+
default: string;
|
|
226
|
+
validator: (size: unknown) => boolean;
|
|
227
|
+
};
|
|
228
|
+
/**
|
|
229
|
+
* Used to customize the avatar container
|
|
230
|
+
*/
|
|
231
|
+
avatarClass: {
|
|
232
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
233
|
+
default: string;
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
* Set classes on the avatar canvas. Wrapper around the core avatar image.
|
|
237
|
+
*/
|
|
238
|
+
canvasClass: {
|
|
239
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
240
|
+
default: string;
|
|
241
|
+
};
|
|
242
|
+
/**
|
|
243
|
+
* Pass through classes. Used to customize the avatar icon
|
|
244
|
+
*/
|
|
245
|
+
iconClass: {
|
|
246
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
247
|
+
default: string;
|
|
248
|
+
};
|
|
249
|
+
/**
|
|
250
|
+
* Determines whether to show the presence indicator for
|
|
251
|
+
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
252
|
+
* or 'active'. By default, it's null and nothing is shown.
|
|
253
|
+
* @values null, busy, away, offline, active
|
|
254
|
+
*/
|
|
255
|
+
presence: {
|
|
256
|
+
type: StringConstructor;
|
|
257
|
+
default: string;
|
|
258
|
+
validator: (state: unknown) => boolean;
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* A set of props to be passed into the presence component.
|
|
262
|
+
*/
|
|
263
|
+
presenceProps: {
|
|
264
|
+
type: ObjectConstructor;
|
|
265
|
+
default: () => {};
|
|
266
|
+
};
|
|
267
|
+
/**
|
|
268
|
+
* Determines whether to show a group avatar.
|
|
269
|
+
* Limit to 2 digits max, more than 99 will be rendered as “99+”.
|
|
270
|
+
* if the number is 1 or less it would just show the regular avatar as if group had not been set.
|
|
271
|
+
*/
|
|
272
|
+
group: {
|
|
273
|
+
type: NumberConstructor;
|
|
274
|
+
default: undefined;
|
|
275
|
+
validator: (group: unknown) => boolean;
|
|
276
|
+
};
|
|
277
|
+
/**
|
|
278
|
+
* The icon that overlays the avatar
|
|
279
|
+
*/
|
|
280
|
+
overlayIcon: {
|
|
281
|
+
type: StringConstructor;
|
|
282
|
+
default: string;
|
|
283
|
+
};
|
|
284
|
+
/**
|
|
285
|
+
* The text that overlays the avatar
|
|
286
|
+
*/
|
|
287
|
+
overlayText: {
|
|
288
|
+
type: StringConstructor;
|
|
289
|
+
default: string;
|
|
290
|
+
};
|
|
291
|
+
/**
|
|
292
|
+
* Used to customize the avatar overlay
|
|
293
|
+
*/
|
|
294
|
+
overlayClass: {
|
|
295
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
296
|
+
default: string;
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* Source of the image
|
|
300
|
+
*/
|
|
301
|
+
imageSrc: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
default: string;
|
|
304
|
+
};
|
|
305
|
+
/**
|
|
306
|
+
* Alt attribute of the image, by default
|
|
307
|
+
* it'd be the full name
|
|
308
|
+
*/
|
|
309
|
+
imageAlt: {
|
|
310
|
+
type: StringConstructor;
|
|
311
|
+
default: string;
|
|
312
|
+
};
|
|
313
|
+
/**
|
|
314
|
+
* Icon name to be displayed on the avatar
|
|
315
|
+
*/
|
|
316
|
+
iconName: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: undefined;
|
|
319
|
+
validator: (name: unknown) => boolean;
|
|
320
|
+
};
|
|
321
|
+
/**
|
|
322
|
+
* Icon size to be displayed on the avatar
|
|
323
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
324
|
+
*/
|
|
325
|
+
iconSize: {
|
|
326
|
+
type: StringConstructor;
|
|
327
|
+
default: string;
|
|
328
|
+
validator: (size: unknown) => boolean;
|
|
329
|
+
};
|
|
330
|
+
/**
|
|
331
|
+
* Full name used to extract initials and set alt attribute.
|
|
332
|
+
*/
|
|
333
|
+
fullName: {
|
|
334
|
+
type: StringConstructor;
|
|
335
|
+
default: string;
|
|
336
|
+
};
|
|
337
|
+
/**
|
|
338
|
+
* Makes the avatar focusable and clickable,
|
|
339
|
+
* emits a click event when clicked.
|
|
340
|
+
*/
|
|
341
|
+
clickable: {
|
|
342
|
+
type: BooleanConstructor;
|
|
343
|
+
default: boolean;
|
|
344
|
+
};
|
|
345
|
+
}>> & {
|
|
346
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
347
|
+
}, {
|
|
348
|
+
presence: string;
|
|
349
|
+
id: string;
|
|
350
|
+
size: string;
|
|
351
|
+
iconSize: string;
|
|
352
|
+
fullName: string;
|
|
353
|
+
imageSrc: string;
|
|
354
|
+
seed: string;
|
|
355
|
+
color: string;
|
|
356
|
+
avatarClass: string | Record<string, any> | unknown[];
|
|
357
|
+
canvasClass: string | Record<string, any> | unknown[];
|
|
358
|
+
iconClass: string | Record<string, any> | unknown[];
|
|
359
|
+
presenceProps: Record<string, any>;
|
|
360
|
+
group: number;
|
|
361
|
+
overlayIcon: string;
|
|
362
|
+
overlayText: string;
|
|
363
|
+
overlayClass: string | Record<string, any> | unknown[];
|
|
364
|
+
imageAlt: string;
|
|
365
|
+
iconName: string;
|
|
366
|
+
clickable: boolean;
|
|
367
|
+
}, {}>;
|
|
368
|
+
export default _default;
|
|
369
|
+
//# sourceMappingURL=avatar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar.vue.js"],"names":[],"mappings":";IA+BI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IApKH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export namespace AVATAR_SIZE_MODIFIERS {
|
|
2
|
+
let xs: string;
|
|
3
|
+
let sm: string;
|
|
4
|
+
let md: string;
|
|
5
|
+
let lg: string;
|
|
6
|
+
let xl: string;
|
|
7
|
+
}
|
|
8
|
+
export namespace AVATAR_KIND_MODIFIERS {
|
|
9
|
+
let _default: string;
|
|
10
|
+
export { _default as default };
|
|
11
|
+
export let icon: string;
|
|
12
|
+
export let initials: string;
|
|
13
|
+
}
|
|
14
|
+
export namespace AVATAR_PRESENCE_SIZE_MODIFIERS {
|
|
15
|
+
let md_1: string;
|
|
16
|
+
export { md_1 as md };
|
|
17
|
+
let lg_1: string;
|
|
18
|
+
export { lg_1 as lg };
|
|
19
|
+
}
|
|
20
|
+
export namespace AVATAR_PRESENCE_STATES {
|
|
21
|
+
let NONE: string;
|
|
22
|
+
let BUSY: string;
|
|
23
|
+
let AWAY: string;
|
|
24
|
+
let OFFLINE: string;
|
|
25
|
+
let ACTIVE: string;
|
|
26
|
+
}
|
|
27
|
+
export namespace AVATAR_ICON_SIZES {
|
|
28
|
+
let xs_1: string;
|
|
29
|
+
export { xs_1 as xs };
|
|
30
|
+
let sm_1: string;
|
|
31
|
+
export { sm_1 as sm };
|
|
32
|
+
let md_2: string;
|
|
33
|
+
export { md_2 as md };
|
|
34
|
+
let lg_2: string;
|
|
35
|
+
export { lg_2 as lg };
|
|
36
|
+
let xl_1: string;
|
|
37
|
+
export { xl_1 as xl };
|
|
38
|
+
}
|
|
39
|
+
export const AVATAR_COLORS: string[];
|
|
40
|
+
export function AVATAR_GROUP_VALIDATOR(group: any): boolean;
|
|
41
|
+
declare namespace _default {
|
|
42
|
+
export { AVATAR_SIZE_MODIFIERS };
|
|
43
|
+
export { AVATAR_KIND_MODIFIERS };
|
|
44
|
+
export { AVATAR_PRESENCE_SIZE_MODIFIERS };
|
|
45
|
+
export { AVATAR_PRESENCE_STATES };
|
|
46
|
+
export { AVATAR_ICON_SIZES };
|
|
47
|
+
export { AVATAR_COLORS };
|
|
48
|
+
export { AVATAR_GROUP_VALIDATOR };
|
|
49
|
+
}
|
|
50
|
+
export default _default;
|
|
51
|
+
//# sourceMappingURL=avatar_constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar_constants.d.ts","sourceRoot":"","sources":["../../../../components/avatar/avatar_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCA,qCAmBE;AAEK,4DAAmD"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { default as DtAvatar } from "./avatar.vue";
|
|
2
|
+
export { AVATAR_SIZE_MODIFIERS, AVATAR_KIND_MODIFIERS, AVATAR_PRESENCE_SIZE_MODIFIERS, AVATAR_PRESENCE_STATES, AVATAR_ICON_SIZES, AVATAR_COLORS, AVATAR_GROUP_VALIDATOR } from "./avatar_constants";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/avatar/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../components/avatar/utils.js"],"names":[],"mappings":"AAAO,+DAUN"}
|