@dialpad/dialtone-vue 3.79.0 → 3.80.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 +256 -67
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +6 -6
- package/dist/dialtone-vue.js +1522 -1541
- package/dist/emoji-917a7ee9.cjs +25 -0
- package/dist/{emoji-9832f53e.js → emoji-dedd5dd0.js} +95 -93
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +6 -6
- package/dist/{emoji_text_wrapper-8f06f55e.cjs → emoji_text_wrapper-19651450.cjs} +1 -1
- package/dist/{emoji_text_wrapper-1b7c7824.js → emoji_text_wrapper-9db510dd.js} +2 -2
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +2 -2
- package/dist/{notice-4589fd96.js → notice-67c02f04.js} +2 -2
- package/dist/notice-e6ddfea6.cjs +2 -0
- package/dist/style.css +1 -1
- package/dist/types/common/constants.d.ts +56 -0
- package/dist/types/common/constants.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 +94 -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 +341 -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 +179 -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 +323 -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 +2 -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 +159 -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 +247 -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 +27 -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 +330 -0
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -0
- package/dist/types/components/combobox/combobox_constants.d.ts +8 -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 +2 -0
- package/dist/types/components/combobox/index.d.ts.map +1 -0
- package/dist/types/components/datepicker/DtDatepicker.vue.d.ts +8 -0
- package/dist/types/components/datepicker/DtDatepicker.vue.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 +11 -0
- package/dist/types/components/datepicker/composables/useMonthYearPicker.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 +6 -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 +11 -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 +14 -0
- package/dist/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -0
- package/dist/types/components/datepicker/utils.d.ts +4 -0
- package/dist/types/components/datepicker/utils.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown.vue.d.ts +448 -0
- package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -0
- package/dist/types/components/dropdown/dropdown_constants.d.ts +6 -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 +3 -0
- package/dist/types/components/dropdown/index.d.ts.map +1 -0
- package/dist/types/components/emoji/emoji.vue.d.ts +116 -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/DtEmojiPicker.vue.d.ts +8 -0
- package/dist/types/components/emoji_picker/DtEmojiPicker.vue.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/composables/useEmojiSelector.d.ts +5 -0
- package/dist/types/components/emoji_picker/composables/useEmojiSelector.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts +12 -0
- package/dist/types/components/emoji_picker/composables/useKeyboardNavigation.d.ts.map +1 -0
- package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +22 -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 +7 -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 +11 -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 +10 -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/icon/icon.vue.d.ts +58 -0
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -0
- package/dist/types/components/icon/icon_constants.d.ts +17 -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 +16 -0
- package/dist/types/components/link/link_constants.d.ts.map +1 -0
- package/dist/types/components/list_item/index.d.ts +2 -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/list_section/index.d.ts +2 -0
- package/dist/types/components/list_section/index.d.ts.map +1 -0
- package/dist/types/components/list_section/list_section.vue.d.ts +71 -0
- package/dist/types/components/list_section/list_section.vue.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 +392 -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 +3 -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 +780 -0
- package/dist/types/components/popover/popover.vue.d.ts.map +1 -0
- package/dist/types/components/popover/popover_constants.d.ts +23 -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 +2 -0
- package/dist/types/components/radio/index.d.ts.map +1 -0
- package/dist/types/components/radio/radio.vue.d.ts +184 -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 +230 -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/emoji.d.ts +3 -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/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 +40 -0
- package/dist/types/components/rich_text_editor/extensions/link/utils.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/rich_text_editor.vue.d.ts +183 -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 +3 -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 +213 -0
- package/dist/types/components/root_layout/root_layout.vue.d.ts.map +1 -0
- package/dist/types/components/root_layout/root_layout_body.vue.d.ts +109 -0
- package/dist/types/components/root_layout/root_layout_body.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 +34 -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 +32 -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 +2 -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 +10 -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 +2 -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 +10 -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 +407 -0
- package/dist/types/components/tooltip/tooltip.vue.d.ts.map +1 -0
- package/dist/types/components/tooltip/tooltip_constants.d.ts +11 -0
- package/dist/types/components/tooltip/tooltip_constants.d.ts.map +1 -0
- package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +7 -0
- package/dist/types/components/tooltip/tooltip_variants.vue.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/emoji.d.ts +5 -0
- package/dist/types/emoji.d.ts.map +1 -0
- package/dist/types/index.d.ts +65 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/message_input.d.ts +2 -0
- package/dist/types/message_input.d.ts.map +1 -0
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +181 -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 +307 -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_story_constants.d.ts +24 -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/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 +135 -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 +2 -0
- package/dist/types/recipes/conversation_view/feed_item_row/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 +431 -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/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 +42 -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 +116 -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 +182 -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 +45 -22
- package/dist/emoji-c87c6eec.cjs +0 -25
- package/dist/notice-d6139963.cjs +0 -2
|
@@ -0,0 +1,341 @@
|
|
|
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
|
+
}, any, {
|
|
144
|
+
AVATAR_SIZE_MODIFIERS: {
|
|
145
|
+
xs: string;
|
|
146
|
+
sm: string;
|
|
147
|
+
md: string;
|
|
148
|
+
lg: string;
|
|
149
|
+
xl: string;
|
|
150
|
+
};
|
|
151
|
+
AVATAR_KIND_MODIFIERS: {
|
|
152
|
+
default: string;
|
|
153
|
+
icon: string;
|
|
154
|
+
initials: string;
|
|
155
|
+
};
|
|
156
|
+
AVATAR_PRESENCE_SIZE_MODIFIERS: {
|
|
157
|
+
md: string;
|
|
158
|
+
lg: string;
|
|
159
|
+
};
|
|
160
|
+
imageLoadedSuccessfully: null;
|
|
161
|
+
formattedInitials: string;
|
|
162
|
+
initializing: boolean;
|
|
163
|
+
}, {
|
|
164
|
+
isNotIconType(): boolean;
|
|
165
|
+
avatarClasses(): any[];
|
|
166
|
+
overlayClasses(): (string | Record<string, any> | unknown[])[];
|
|
167
|
+
showGroup(): boolean;
|
|
168
|
+
formattedGroup(): number | "99+" | undefined;
|
|
169
|
+
validatedSize(): string;
|
|
170
|
+
showImage(): string | false;
|
|
171
|
+
}, {
|
|
172
|
+
setImageListeners(): void;
|
|
173
|
+
formatInitials(string: any): void;
|
|
174
|
+
getColor(): any;
|
|
175
|
+
_loadedImageEventHandler(el: any): void;
|
|
176
|
+
_erroredImageEventHandler(el: any): void;
|
|
177
|
+
validateProps(): void;
|
|
178
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
179
|
+
/**
|
|
180
|
+
* Id of the avatar content wrapper element
|
|
181
|
+
*/
|
|
182
|
+
id: {
|
|
183
|
+
type: StringConstructor;
|
|
184
|
+
default(): string;
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* Pass in a seed to get the random color generation based on that string. For example if you pass in a
|
|
188
|
+
* user ID as the string it will return the same randomly generated colors every time for that user.
|
|
189
|
+
*/
|
|
190
|
+
seed: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
default: undefined;
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* Set the avatar background to a specific color. If undefined will randomize the color which can be deterministic
|
|
196
|
+
* if the seed prop is set.
|
|
197
|
+
*/
|
|
198
|
+
color: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
default: undefined;
|
|
201
|
+
};
|
|
202
|
+
/**
|
|
203
|
+
* The size of the avatar
|
|
204
|
+
* @values xs, sm, md, lg, xl
|
|
205
|
+
*/
|
|
206
|
+
size: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
default: string;
|
|
209
|
+
validator: (size: unknown) => boolean;
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* Used to customize the avatar container
|
|
213
|
+
*/
|
|
214
|
+
avatarClass: {
|
|
215
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
216
|
+
default: string;
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* Set classes on the avatar canvas. Wrapper around the core avatar image.
|
|
220
|
+
*/
|
|
221
|
+
canvasClass: {
|
|
222
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
223
|
+
default: string;
|
|
224
|
+
};
|
|
225
|
+
/**
|
|
226
|
+
* Pass through classes. Used to customize the avatar icon
|
|
227
|
+
*/
|
|
228
|
+
iconClass: {
|
|
229
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
230
|
+
default: string;
|
|
231
|
+
};
|
|
232
|
+
/**
|
|
233
|
+
* Determines whether to show the presence indicator for
|
|
234
|
+
* Avatar - accepts PRESENCE_STATES values: 'busy', 'away', 'offline',
|
|
235
|
+
* or 'active'. By default, it's null and nothing is shown.
|
|
236
|
+
* @values null, busy, away, offline, active
|
|
237
|
+
*/
|
|
238
|
+
presence: {
|
|
239
|
+
type: StringConstructor;
|
|
240
|
+
default: string;
|
|
241
|
+
validator: (state: unknown) => boolean;
|
|
242
|
+
};
|
|
243
|
+
/**
|
|
244
|
+
* A set of props to be passed into the presence component.
|
|
245
|
+
*/
|
|
246
|
+
presenceProps: {
|
|
247
|
+
type: ObjectConstructor;
|
|
248
|
+
default: () => {};
|
|
249
|
+
};
|
|
250
|
+
/**
|
|
251
|
+
* Determines whether to show a group avatar.
|
|
252
|
+
* Limit to 2 digits max, more than 99 will be rendered as “99+”.
|
|
253
|
+
* if the number is 1 or less it would just show the regular avatar as if group had not been set.
|
|
254
|
+
*/
|
|
255
|
+
group: {
|
|
256
|
+
type: NumberConstructor;
|
|
257
|
+
default: undefined;
|
|
258
|
+
validator: (group: unknown) => boolean;
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* The icon that overlays the avatar
|
|
262
|
+
*/
|
|
263
|
+
overlayIcon: {
|
|
264
|
+
type: StringConstructor;
|
|
265
|
+
default: string;
|
|
266
|
+
};
|
|
267
|
+
/**
|
|
268
|
+
* The text that overlays the avatar
|
|
269
|
+
*/
|
|
270
|
+
overlayText: {
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
default: string;
|
|
273
|
+
};
|
|
274
|
+
/**
|
|
275
|
+
* Used to customize the avatar overlay
|
|
276
|
+
*/
|
|
277
|
+
overlayClass: {
|
|
278
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
279
|
+
default: string;
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* Source of the image
|
|
283
|
+
*/
|
|
284
|
+
imageSrc: {
|
|
285
|
+
type: StringConstructor;
|
|
286
|
+
default: string;
|
|
287
|
+
};
|
|
288
|
+
/**
|
|
289
|
+
* Alt attribute of the image, by default
|
|
290
|
+
* it'd be the full name
|
|
291
|
+
*/
|
|
292
|
+
imageAlt: {
|
|
293
|
+
type: StringConstructor;
|
|
294
|
+
default: string;
|
|
295
|
+
};
|
|
296
|
+
/**
|
|
297
|
+
* Icon name to be displayed on the avatar
|
|
298
|
+
*/
|
|
299
|
+
iconName: {
|
|
300
|
+
type: StringConstructor;
|
|
301
|
+
default: undefined;
|
|
302
|
+
validator: (name: unknown) => boolean;
|
|
303
|
+
};
|
|
304
|
+
/**
|
|
305
|
+
* Icon size to be displayed on the avatar
|
|
306
|
+
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
307
|
+
*/
|
|
308
|
+
iconSize: {
|
|
309
|
+
type: StringConstructor;
|
|
310
|
+
default: string;
|
|
311
|
+
validator: (size: unknown) => boolean;
|
|
312
|
+
};
|
|
313
|
+
/**
|
|
314
|
+
* Full name used to extract initials and set alt attribute.
|
|
315
|
+
*/
|
|
316
|
+
fullName: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
320
|
+
}>>, {
|
|
321
|
+
presence: string;
|
|
322
|
+
id: string;
|
|
323
|
+
color: string;
|
|
324
|
+
size: string;
|
|
325
|
+
iconSize: string;
|
|
326
|
+
iconName: string;
|
|
327
|
+
fullName: string;
|
|
328
|
+
imageSrc: string;
|
|
329
|
+
seed: string;
|
|
330
|
+
avatarClass: string | Record<string, any> | unknown[];
|
|
331
|
+
canvasClass: string | Record<string, any> | unknown[];
|
|
332
|
+
iconClass: string | Record<string, any> | unknown[];
|
|
333
|
+
presenceProps: Record<string, any>;
|
|
334
|
+
group: number;
|
|
335
|
+
overlayIcon: string;
|
|
336
|
+
overlayText: string;
|
|
337
|
+
overlayClass: string | Record<string, any> | unknown[];
|
|
338
|
+
imageAlt: string;
|
|
339
|
+
}, {}>;
|
|
340
|
+
export default _default;
|
|
341
|
+
//# 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":";IA8BI;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA3JH;;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"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export namespace AVATAR_SIZE_MODIFIERS {
|
|
2
|
+
const xs: string;
|
|
3
|
+
const sm: string;
|
|
4
|
+
const md: string;
|
|
5
|
+
const lg: string;
|
|
6
|
+
const xl: string;
|
|
7
|
+
}
|
|
8
|
+
export namespace AVATAR_KIND_MODIFIERS {
|
|
9
|
+
const _default: string;
|
|
10
|
+
export { _default as default };
|
|
11
|
+
export const icon: string;
|
|
12
|
+
export const initials: string;
|
|
13
|
+
}
|
|
14
|
+
export namespace AVATAR_PRESENCE_SIZE_MODIFIERS {
|
|
15
|
+
const md_1: string;
|
|
16
|
+
export { md_1 as md };
|
|
17
|
+
const lg_1: string;
|
|
18
|
+
export { lg_1 as lg };
|
|
19
|
+
}
|
|
20
|
+
export namespace AVATAR_PRESENCE_STATES {
|
|
21
|
+
const NONE: string;
|
|
22
|
+
const BUSY: string;
|
|
23
|
+
const AWAY: string;
|
|
24
|
+
const OFFLINE: string;
|
|
25
|
+
const ACTIVE: string;
|
|
26
|
+
}
|
|
27
|
+
export namespace AVATAR_ICON_SIZES {
|
|
28
|
+
const xs_1: undefined;
|
|
29
|
+
export { xs_1 as xs };
|
|
30
|
+
const sm_1: string;
|
|
31
|
+
export { sm_1 as sm };
|
|
32
|
+
const md_2: string;
|
|
33
|
+
export { md_2 as md };
|
|
34
|
+
const lg_2: string;
|
|
35
|
+
export { lg_2 as lg };
|
|
36
|
+
const xl_1: string;
|
|
37
|
+
export { xl_1 as xl };
|
|
38
|
+
}
|
|
39
|
+
export const AVATAR_COLORS: (string | undefined)[];
|
|
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,mDAoBE;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"}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
|
|
4
|
+
* https://dialpad.design/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
|
|
5
|
+
* will automatically be shown here, but this can be overridden by setting this prop.
|
|
6
|
+
*/
|
|
7
|
+
iconLeft: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Icon on the right side of the badge. Supports any valid icon name from the icon catalog at
|
|
13
|
+
* https://dialpad.design/components/icon.html#icon-catalog
|
|
14
|
+
*/
|
|
15
|
+
iconRight: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Text for the badge content
|
|
21
|
+
*/
|
|
22
|
+
text: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* The kind of badge which determines the styling
|
|
28
|
+
* @values label, count
|
|
29
|
+
*/
|
|
30
|
+
kind: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
validator: (kind: unknown) => boolean;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Color for the badge background
|
|
37
|
+
* @values default, info, success, warning, critical, bulletin, ai
|
|
38
|
+
*/
|
|
39
|
+
type: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
validator: (type: unknown) => boolean;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Decoration for the badge. This can be only used with kind: label and type: default
|
|
46
|
+
* with no iconLeft and iconRight
|
|
47
|
+
* @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,
|
|
48
|
+
* purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,
|
|
49
|
+
* green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400
|
|
50
|
+
*/
|
|
51
|
+
decoration: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: undefined;
|
|
54
|
+
validator: (type: unknown) => boolean;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Used to customize the label container
|
|
58
|
+
*/
|
|
59
|
+
labelClass: {
|
|
60
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
}, any, {
|
|
64
|
+
BADGE_TYPE_MODIFIERS: {
|
|
65
|
+
default: string;
|
|
66
|
+
info: string;
|
|
67
|
+
success: string;
|
|
68
|
+
warning: string;
|
|
69
|
+
critical: string;
|
|
70
|
+
bulletin: string;
|
|
71
|
+
ai: string;
|
|
72
|
+
};
|
|
73
|
+
BADGE_KIND_MODIFIERS: {
|
|
74
|
+
label: string;
|
|
75
|
+
count: string;
|
|
76
|
+
};
|
|
77
|
+
BADGE_DECORATION_MODIFIERS: {
|
|
78
|
+
'black-400': string;
|
|
79
|
+
'black-500': string;
|
|
80
|
+
'black-900': string;
|
|
81
|
+
'red-200': string;
|
|
82
|
+
'red-300': string;
|
|
83
|
+
'red-400': string;
|
|
84
|
+
'purple-200': string;
|
|
85
|
+
'purple-300': string;
|
|
86
|
+
'purple-400': string;
|
|
87
|
+
'purple-500': string;
|
|
88
|
+
'blue-200': string;
|
|
89
|
+
'blue-300': string;
|
|
90
|
+
'blue-400': string;
|
|
91
|
+
'green-300': string;
|
|
92
|
+
'green-400': string;
|
|
93
|
+
'green-500': string;
|
|
94
|
+
'gold-300': string;
|
|
95
|
+
'gold-400': string;
|
|
96
|
+
'gold-500': string;
|
|
97
|
+
'magenta-200': string;
|
|
98
|
+
'magenta-300': string;
|
|
99
|
+
'magenta-400': string;
|
|
100
|
+
};
|
|
101
|
+
}, {
|
|
102
|
+
hasIcons(): boolean;
|
|
103
|
+
}, {
|
|
104
|
+
validateProps(): void;
|
|
105
|
+
validateTypePropCombination(): void;
|
|
106
|
+
validateDecorationPropCombination(): void;
|
|
107
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
/**
|
|
109
|
+
* Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
|
|
110
|
+
* https://dialpad.design/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
|
|
111
|
+
* will automatically be shown here, but this can be overridden by setting this prop.
|
|
112
|
+
*/
|
|
113
|
+
iconLeft: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* Icon on the right side of the badge. Supports any valid icon name from the icon catalog at
|
|
119
|
+
* https://dialpad.design/components/icon.html#icon-catalog
|
|
120
|
+
*/
|
|
121
|
+
iconRight: {
|
|
122
|
+
type: StringConstructor;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* Text for the badge content
|
|
127
|
+
*/
|
|
128
|
+
text: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
/**
|
|
133
|
+
* The kind of badge which determines the styling
|
|
134
|
+
* @values label, count
|
|
135
|
+
*/
|
|
136
|
+
kind: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
default: string;
|
|
139
|
+
validator: (kind: unknown) => boolean;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* Color for the badge background
|
|
143
|
+
* @values default, info, success, warning, critical, bulletin, ai
|
|
144
|
+
*/
|
|
145
|
+
type: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
default: string;
|
|
148
|
+
validator: (type: unknown) => boolean;
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* Decoration for the badge. This can be only used with kind: label and type: default
|
|
152
|
+
* with no iconLeft and iconRight
|
|
153
|
+
* @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,
|
|
154
|
+
* purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,
|
|
155
|
+
* green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400
|
|
156
|
+
*/
|
|
157
|
+
decoration: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: undefined;
|
|
160
|
+
validator: (type: unknown) => boolean;
|
|
161
|
+
};
|
|
162
|
+
/**
|
|
163
|
+
* Used to customize the label container
|
|
164
|
+
*/
|
|
165
|
+
labelClass: {
|
|
166
|
+
type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
169
|
+
}>>, {
|
|
170
|
+
type: string;
|
|
171
|
+
text: string;
|
|
172
|
+
iconLeft: string;
|
|
173
|
+
iconRight: string;
|
|
174
|
+
kind: string;
|
|
175
|
+
decoration: string;
|
|
176
|
+
labelClass: string | Record<string, any> | unknown[];
|
|
177
|
+
}, {}>;
|
|
178
|
+
export default _default;
|
|
179
|
+
//# sourceMappingURL=badge.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.vue.d.ts","sourceRoot":"","sources":["../../../../components/badge/badge.vue.js"],"names":[],"mappings":";IAkBI;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA9DH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;;;OAMG;;;;;;IAOH;;OAEG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export namespace BADGE_TYPE_MODIFIERS {
|
|
2
|
+
const _default: string;
|
|
3
|
+
export { _default as default };
|
|
4
|
+
export const info: string;
|
|
5
|
+
export const success: string;
|
|
6
|
+
export const warning: string;
|
|
7
|
+
export const critical: string;
|
|
8
|
+
export const bulletin: string;
|
|
9
|
+
export const ai: string;
|
|
10
|
+
}
|
|
11
|
+
export namespace BADGE_KIND_MODIFIERS {
|
|
12
|
+
const label: string;
|
|
13
|
+
const count: string;
|
|
14
|
+
}
|
|
15
|
+
export const BADGE_DECORATION_MODIFIERS: {
|
|
16
|
+
'black-400': string;
|
|
17
|
+
'black-500': string;
|
|
18
|
+
'black-900': string;
|
|
19
|
+
'red-200': string;
|
|
20
|
+
'red-300': string;
|
|
21
|
+
'red-400': string;
|
|
22
|
+
'purple-200': string;
|
|
23
|
+
'purple-300': string;
|
|
24
|
+
'purple-400': string;
|
|
25
|
+
'purple-500': string;
|
|
26
|
+
'blue-200': string;
|
|
27
|
+
'blue-300': string;
|
|
28
|
+
'blue-400': string;
|
|
29
|
+
'green-300': string;
|
|
30
|
+
'green-400': string;
|
|
31
|
+
'green-500': string;
|
|
32
|
+
'gold-300': string;
|
|
33
|
+
'gold-400': string;
|
|
34
|
+
'gold-500': string;
|
|
35
|
+
'magenta-200': string;
|
|
36
|
+
'magenta-300': string;
|
|
37
|
+
'magenta-400': string;
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=badge_constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge_constants.d.ts","sourceRoot":"","sources":["../../../../components/badge/badge_constants.js"],"names":[],"mappings":";;;;;;;;;;;;;;AAeA;;;;;;;;;;;;;;;;;;;;;;;EAuBE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../components/badge/index.js"],"names":[],"mappings":""}
|