@dialpad/dialtone-vue 2.157.0 → 2.157.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_plugin-vue2_normalizer.cjs +18 -0
- package/dist/_virtual/_plugin-vue2_normalizer.cjs.map +1 -0
- package/dist/_virtual/_plugin-vue2_normalizer.js +19 -0
- package/dist/_virtual/_plugin-vue2_normalizer.js.map +1 -0
- package/dist/common/dates.cjs +0 -2
- package/dist/common/dates.cjs.map +1 -1
- package/dist/common/dates.js +0 -2
- package/dist/common/dates.js.map +1 -1
- package/dist/common/emoji.cjs +163 -40
- package/dist/common/emoji.cjs.map +1 -1
- package/dist/common/emoji.js +145 -2
- package/dist/common/emoji.js.map +1 -1
- package/dist/common/mixins/dom.cjs +101 -0
- package/dist/common/mixins/dom.cjs.map +1 -0
- package/dist/common/mixins/dom.js +102 -0
- package/dist/common/mixins/dom.js.map +1 -0
- package/dist/{chunks/input-Axw-wFj2.js → common/mixins/input.cjs} +5 -4
- package/dist/common/mixins/input.cjs.map +1 -0
- package/dist/{chunks/input-6kbd8Pju.js → common/mixins/input.js} +4 -4
- package/dist/common/mixins/input.js.map +1 -0
- package/dist/{chunks/input_group-m3cWYUfI.js → common/mixins/input_group.cjs} +6 -5
- package/dist/common/mixins/input_group.cjs.map +1 -0
- package/dist/{chunks/input_group-qVZaS5Bb.js → common/mixins/input_group.js} +4 -4
- package/dist/common/mixins/input_group.js.map +1 -0
- package/dist/{chunks/keyboard_list_navigation-fJnl_Iox.js → common/mixins/keyboard_list_navigation.cjs} +4 -101
- package/dist/common/mixins/keyboard_list_navigation.cjs.map +1 -0
- package/dist/{chunks/keyboard_list_navigation-ScXhrxya.js → common/mixins/keyboard_list_navigation.js} +3 -100
- package/dist/common/mixins/keyboard_list_navigation.js.map +1 -0
- package/dist/{chunks/modal-VgxXAQFP.js → common/mixins/modal.cjs} +3 -4
- package/dist/common/mixins/modal.cjs.map +1 -0
- package/dist/{chunks/modal-XOr4kiNZ.js → common/mixins/modal.js} +3 -4
- package/dist/common/mixins/modal.js.map +1 -0
- package/dist/common/mixins/skeleton.cjs +27 -0
- package/dist/common/mixins/skeleton.cjs.map +1 -0
- package/dist/common/mixins/skeleton.js +28 -0
- package/dist/common/mixins/skeleton.js.map +1 -0
- package/dist/common/mixins/sr_only_close_button.cjs +45 -0
- package/dist/common/mixins/sr_only_close_button.cjs.map +1 -0
- package/dist/common/mixins/sr_only_close_button.js +46 -0
- package/dist/common/mixins/sr_only_close_button.js.map +1 -0
- package/dist/common/mixins.cjs +4 -10
- package/dist/common/mixins.cjs.map +1 -1
- package/dist/common/mixins.js +4 -10
- package/dist/common/mixins.js.map +1 -1
- package/dist/common/sr_only_close_button.vue.cjs +48 -0
- package/dist/common/sr_only_close_button.vue.cjs.map +1 -0
- package/dist/common/sr_only_close_button.vue.js +49 -0
- package/dist/common/sr_only_close_button.vue.js.map +1 -0
- package/dist/common/storybook_utils.cjs +8 -0
- package/dist/common/storybook_utils.cjs.map +1 -0
- package/dist/common/storybook_utils.js +8 -0
- package/dist/common/storybook_utils.js.map +1 -0
- package/dist/common/utils.cjs +3 -6
- package/dist/common/utils.cjs.map +1 -1
- package/dist/common/utils.js +3 -6
- package/dist/common/utils.js.map +1 -1
- package/dist/components/avatar/avatar.vue.cjs +327 -0
- package/dist/components/avatar/avatar.vue.cjs.map +1 -0
- package/dist/components/avatar/avatar.vue.js +328 -0
- package/dist/components/avatar/avatar.vue.js.map +1 -0
- package/dist/components/avatar/avatar_constants.cjs +64 -0
- package/dist/components/avatar/avatar_constants.cjs.map +1 -0
- package/dist/components/avatar/avatar_constants.js +64 -0
- package/dist/components/avatar/avatar_constants.js.map +1 -0
- package/dist/components/avatar/utils.cjs +9 -0
- package/dist/components/avatar/utils.cjs.map +1 -0
- package/dist/components/avatar/utils.js +9 -0
- package/dist/components/avatar/utils.js.map +1 -0
- package/dist/components/badge/badge.vue.cjs +157 -0
- package/dist/components/badge/badge.vue.cjs.map +1 -0
- package/dist/components/badge/badge.vue.js +158 -0
- package/dist/components/badge/badge.vue.js.map +1 -0
- package/dist/components/badge/badge_constants.cjs +43 -0
- package/dist/components/badge/badge_constants.cjs.map +1 -0
- package/dist/components/badge/badge_constants.js +43 -0
- package/dist/components/badge/badge_constants.js.map +1 -0
- package/dist/components/banner/banner.vue.cjs +199 -0
- package/dist/components/banner/banner.vue.cjs.map +1 -0
- package/dist/components/banner/banner.vue.js +200 -0
- package/dist/components/banner/banner.vue.js.map +1 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.cjs +72 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.js +73 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.cjs +73 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.js +74 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.js +7 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
- package/dist/components/button/button.vue.cjs +282 -0
- package/dist/components/button/button.vue.cjs.map +1 -0
- package/dist/components/button/button.vue.js +283 -0
- package/dist/components/button/button.vue.js.map +1 -0
- package/dist/components/button/button_constants.cjs +71 -0
- package/dist/components/button/button_constants.cjs.map +1 -0
- package/dist/components/button/button_constants.js +71 -0
- package/dist/components/button/button_constants.js.map +1 -0
- package/dist/components/button_group/button_group.vue.cjs +40 -0
- package/dist/components/button_group/button_group.vue.cjs.map +1 -0
- package/dist/components/button_group/button_group.vue.js +41 -0
- package/dist/components/button_group/button_group.vue.js.map +1 -0
- package/dist/components/button_group/button_group_constants.cjs +9 -0
- package/dist/components/button_group/button_group_constants.cjs.map +1 -0
- package/dist/components/button_group/button_group_constants.js +9 -0
- package/dist/components/button_group/button_group_constants.js.map +1 -0
- package/dist/components/card/card.vue.cjs +71 -0
- package/dist/components/card/card.vue.cjs.map +1 -0
- package/dist/components/card/card.vue.js +72 -0
- package/dist/components/card/card.vue.js.map +1 -0
- package/dist/components/checkbox/checkbox.vue.cjs +117 -0
- package/dist/components/checkbox/checkbox.vue.cjs.map +1 -0
- package/dist/components/checkbox/checkbox.vue.js +118 -0
- package/dist/components/checkbox/checkbox.vue.js.map +1 -0
- package/dist/components/checkbox/checkbox_constants.cjs +9 -0
- package/dist/components/checkbox/checkbox_constants.cjs.map +1 -0
- package/dist/components/checkbox/checkbox_constants.js +9 -0
- package/dist/components/checkbox/checkbox_constants.js.map +1 -0
- package/dist/components/checkbox_group/checkbox_group.vue.cjs +122 -0
- package/dist/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
- package/dist/components/checkbox_group/checkbox_group.vue.js +123 -0
- package/dist/components/checkbox_group/checkbox_group.vue.js.map +1 -0
- package/dist/components/chip/chip.vue.cjs +172 -0
- package/dist/components/chip/chip.vue.cjs.map +1 -0
- package/dist/components/chip/chip.vue.js +173 -0
- package/dist/components/chip/chip.vue.js.map +1 -0
- package/dist/components/chip/chip_constants.cjs +21 -0
- package/dist/components/chip/chip_constants.cjs.map +1 -0
- package/dist/components/chip/chip_constants.js +21 -0
- package/dist/components/chip/chip_constants.js.map +1 -0
- package/dist/components/codeblock/codeblock.vue.cjs +27 -0
- package/dist/components/codeblock/codeblock.vue.cjs.map +1 -0
- package/dist/components/codeblock/codeblock.vue.js +28 -0
- package/dist/components/codeblock/codeblock.vue.js.map +1 -0
- package/dist/components/collapsible/collapsible.vue.cjs +196 -0
- package/dist/components/collapsible/collapsible.vue.cjs.map +1 -0
- package/dist/components/collapsible/collapsible.vue.js +197 -0
- package/dist/components/collapsible/collapsible.vue.js.map +1 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.cjs +133 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.js +134 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
- package/dist/{chunks/index-gj1jEXP4.js → components/combobox/combobox.vue.cjs} +27 -113
- package/dist/components/combobox/combobox.vue.cjs.map +1 -0
- package/dist/{chunks/index-eJ-WWRdf.js → components/combobox/combobox.vue.js} +22 -108
- package/dist/components/combobox/combobox.vue.js.map +1 -0
- package/dist/components/combobox/combobox_constants.cjs +11 -0
- package/dist/components/combobox/combobox_constants.cjs.map +1 -0
- package/dist/components/combobox/combobox_constants.js +11 -0
- package/dist/components/combobox/combobox_constants.js.map +1 -0
- package/dist/components/combobox/combobox_empty-list.vue.cjs +44 -0
- package/dist/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
- package/dist/components/combobox/combobox_empty-list.vue.js +45 -0
- package/dist/components/combobox/combobox_empty-list.vue.js.map +1 -0
- package/dist/components/combobox/combobox_loading-list.vue.cjs +26 -0
- package/dist/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
- package/dist/components/combobox/combobox_loading-list.vue.js +27 -0
- package/dist/components/combobox/combobox_loading-list.vue.js.map +1 -0
- package/dist/components/datepicker/datepicker.vue.cjs +146 -0
- package/dist/components/datepicker/datepicker.vue.cjs.map +1 -0
- package/dist/components/datepicker/datepicker.vue.js +147 -0
- package/dist/components/datepicker/datepicker.vue.js.map +1 -0
- package/dist/components/datepicker/datepicker_constants.cjs +9 -0
- package/dist/components/datepicker/datepicker_constants.cjs.map +1 -0
- package/dist/components/datepicker/datepicker_constants.js +9 -0
- package/dist/components/datepicker/datepicker_constants.js.map +1 -0
- package/dist/components/datepicker/formatUtils.cjs +25 -0
- package/dist/components/datepicker/formatUtils.cjs.map +1 -0
- package/dist/components/datepicker/formatUtils.js +25 -0
- package/dist/components/datepicker/formatUtils.js.map +1 -0
- package/dist/components/datepicker/modules/calendar.vue.cjs +198 -0
- package/dist/components/datepicker/modules/calendar.vue.cjs.map +1 -0
- package/dist/components/datepicker/modules/calendar.vue.js +199 -0
- package/dist/components/datepicker/modules/calendar.vue.js.map +1 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.cjs +219 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.js +220 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
- package/dist/components/datepicker/utils.cjs +84 -0
- package/dist/components/datepicker/utils.cjs.map +1 -0
- package/dist/components/datepicker/utils.js +84 -0
- package/dist/components/datepicker/utils.js.map +1 -0
- package/dist/components/description_list/description_list.vue.cjs +84 -0
- package/dist/components/description_list/description_list.vue.cjs.map +1 -0
- package/dist/components/description_list/description_list.vue.js +85 -0
- package/dist/components/description_list/description_list.vue.js.map +1 -0
- package/dist/components/description_list/description_list_constants.cjs +5 -0
- package/dist/components/description_list/description_list_constants.cjs.map +1 -0
- package/dist/components/description_list/description_list_constants.js +5 -0
- package/dist/components/description_list/description_list_constants.js.map +1 -0
- package/dist/components/description_list/description_list_validators.cjs +33 -0
- package/dist/components/description_list/description_list_validators.cjs.map +1 -0
- package/dist/components/description_list/description_list_validators.js +33 -0
- package/dist/components/description_list/description_list_validators.js.map +1 -0
- package/dist/{chunks/dropdown-pHxnQPzT.js → components/dropdown/dropdown.vue.cjs} +18 -18
- package/dist/components/dropdown/dropdown.vue.cjs.map +1 -0
- package/dist/{chunks/dropdown-6UoczdUY.js → components/dropdown/dropdown.vue.js} +13 -13
- package/dist/components/dropdown/dropdown.vue.js.map +1 -0
- package/dist/{chunks/dropdown_constants-2pGCXy7m.js → components/dropdown/dropdown_constants.cjs} +2 -1
- package/dist/components/dropdown/dropdown_constants.cjs.map +1 -0
- package/dist/{chunks/dropdown_constants-w1MXGC3Z.js → components/dropdown/dropdown_constants.js} +1 -1
- package/dist/components/dropdown/dropdown_constants.js.map +1 -0
- package/dist/components/dropdown/dropdown_separator.vue.cjs +22 -0
- package/dist/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
- package/dist/components/dropdown/dropdown_separator.vue.js +23 -0
- package/dist/components/dropdown/dropdown_separator.vue.js.map +1 -0
- package/dist/components/emoji/emoji.vue.cjs +140 -0
- package/dist/components/emoji/emoji.vue.cjs.map +1 -0
- package/dist/components/emoji/emoji.vue.js +141 -0
- package/dist/components/emoji/emoji.vue.js.map +1 -0
- package/dist/components/emoji_picker/emoji_picker.vue.cjs +207 -0
- package/dist/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/emoji_picker.vue.js +208 -0
- package/dist/components/emoji_picker/emoji_picker.vue.js.map +1 -0
- package/dist/components/emoji_picker/emoji_picker_constants.cjs +28 -0
- package/dist/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
- package/dist/components/emoji_picker/emoji_picker_constants.js +28 -0
- package/dist/components/emoji_picker/emoji_picker_constants.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.cjs +39 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.js +40 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.cjs +79 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.js +80 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs +468 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.js +469 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +178 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.js +179 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs +150 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.js +151 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +105 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +106 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
- package/dist/components/empty_state/empty_state.vue.cjs +158 -0
- package/dist/components/empty_state/empty_state.vue.cjs.map +1 -0
- package/dist/components/empty_state/empty_state.vue.js +159 -0
- package/dist/components/empty_state/empty_state.vue.js.map +1 -0
- package/dist/components/empty_state/empty_state_constants.cjs +9 -0
- package/dist/components/empty_state/empty_state_constants.cjs.map +1 -0
- package/dist/components/empty_state/empty_state_constants.js +9 -0
- package/dist/components/empty_state/empty_state_constants.js.map +1 -0
- package/dist/components/hovercard/hovercard.vue.cjs +158 -0
- package/dist/components/hovercard/hovercard.vue.cjs.map +1 -0
- package/dist/components/hovercard/hovercard.vue.js +159 -0
- package/dist/components/hovercard/hovercard.vue.js.map +1 -0
- package/dist/components/hovercard/timer.cjs +58 -0
- package/dist/components/hovercard/timer.cjs.map +1 -0
- package/dist/components/hovercard/timer.js +59 -0
- package/dist/components/hovercard/timer.js.map +1 -0
- package/dist/components/icon/icon.vue.cjs +54 -0
- package/dist/components/icon/icon.vue.cjs.map +1 -0
- package/dist/components/icon/icon.vue.js +55 -0
- package/dist/components/icon/icon.vue.js.map +1 -0
- package/dist/{chunks/icon_constants-da57m7BZ.js → components/icon/icon_constants.cjs} +2 -1
- package/dist/components/icon/icon_constants.cjs.map +1 -0
- package/dist/{chunks/icon_constants-H9ahUVCG.js → components/icon/icon_constants.js} +1 -1
- package/dist/components/icon/icon_constants.js.map +1 -0
- package/dist/components/illustration/illustration.vue.cjs +38 -0
- package/dist/components/illustration/illustration.vue.cjs.map +1 -0
- package/dist/components/illustration/illustration.vue.js +39 -0
- package/dist/components/illustration/illustration.vue.js.map +1 -0
- package/dist/components/illustration/illustration_constants.cjs +6 -0
- package/dist/components/illustration/illustration_constants.cjs.map +1 -0
- package/dist/components/illustration/illustration_constants.js +6 -0
- package/dist/components/illustration/illustration_constants.js.map +1 -0
- package/dist/components/image_viewer/image_viewer.vue.cjs +193 -0
- package/dist/components/image_viewer/image_viewer.vue.cjs.map +1 -0
- package/dist/components/image_viewer/image_viewer.vue.js +194 -0
- package/dist/components/image_viewer/image_viewer.vue.js.map +1 -0
- package/dist/components/input/input.vue.cjs +413 -0
- package/dist/components/input/input.vue.cjs.map +1 -0
- package/dist/components/input/input.vue.js +414 -0
- package/dist/components/input/input.vue.js.map +1 -0
- package/dist/components/input/input_constants.cjs +65 -0
- package/dist/components/input/input_constants.cjs.map +1 -0
- package/dist/components/input/input_constants.js +65 -0
- package/dist/components/input/input_constants.js.map +1 -0
- package/dist/components/input_group/input_group.vue.cjs +85 -0
- package/dist/components/input_group/input_group.vue.cjs.map +1 -0
- package/dist/components/input_group/input_group.vue.js +86 -0
- package/dist/components/input_group/input_group.vue.js.map +1 -0
- package/dist/components/item_layout/item_layout.vue.cjs +38 -0
- package/dist/components/item_layout/item_layout.vue.cjs.map +1 -0
- package/dist/components/item_layout/item_layout.vue.js +39 -0
- package/dist/components/item_layout/item_layout.vue.js.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +87 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js +88 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
- package/dist/components/lazy_show/lazy_show.vue.cjs +77 -0
- package/dist/components/lazy_show/lazy_show.vue.cjs.map +1 -0
- package/dist/components/lazy_show/lazy_show.vue.js +78 -0
- package/dist/components/lazy_show/lazy_show.vue.js.map +1 -0
- package/dist/components/link/link.vue.cjs +80 -0
- package/dist/components/link/link.vue.cjs.map +1 -0
- package/dist/components/link/link.vue.js +81 -0
- package/dist/components/link/link.vue.js.map +1 -0
- package/dist/{chunks/link_constants-x8NwdqmA.js → components/link/link_constants.cjs} +6 -1
- package/dist/components/link/link_constants.cjs.map +1 -0
- package/dist/{chunks/link_constants-AfTWrr-n.js → components/link/link_constants.js} +5 -1
- package/dist/components/link/link_constants.js.map +1 -0
- package/dist/components/list_item/list_item.vue.cjs +196 -0
- package/dist/components/list_item/list_item.vue.cjs.map +1 -0
- package/dist/components/list_item/list_item.vue.js +197 -0
- package/dist/components/list_item/list_item.vue.js.map +1 -0
- package/dist/{chunks/list_item_constants-EiqkqZvP.js → components/list_item/list_item_constants.cjs} +2 -1
- package/dist/components/list_item/list_item_constants.cjs.map +1 -0
- package/dist/{chunks/list_item_constants-u1xcN9Dd.js → components/list_item/list_item_constants.js} +1 -1
- package/dist/components/list_item/list_item_constants.js.map +1 -0
- package/dist/components/list_item_group/list_item_group.vue.cjs +56 -0
- package/dist/components/list_item_group/list_item_group.vue.cjs.map +1 -0
- package/dist/components/list_item_group/list_item_group.vue.js +57 -0
- package/dist/components/list_item_group/list_item_group.vue.js.map +1 -0
- package/dist/components/modal/modal.vue.cjs +326 -0
- package/dist/components/modal/modal.vue.cjs.map +1 -0
- package/dist/components/modal/modal.vue.js +327 -0
- package/dist/components/modal/modal.vue.js.map +1 -0
- package/dist/components/modal/modal_constants.cjs +21 -0
- package/dist/components/modal/modal_constants.cjs.map +1 -0
- package/dist/components/modal/modal_constants.js +21 -0
- package/dist/components/modal/modal_constants.js.map +1 -0
- package/dist/components/notice/notice.vue.cjs +156 -0
- package/dist/components/notice/notice.vue.cjs.map +1 -0
- package/dist/components/notice/notice.vue.js +157 -0
- package/dist/components/notice/notice.vue.js.map +1 -0
- package/dist/components/notice/notice_action.vue.cjs +96 -0
- package/dist/components/notice/notice_action.vue.cjs.map +1 -0
- package/dist/components/notice/notice_action.vue.js +97 -0
- package/dist/components/notice/notice_action.vue.js.map +1 -0
- package/dist/{chunks/notice_constants-UXo9e3bS.js → components/notice/notice_constants.cjs} +2 -1
- package/dist/components/notice/notice_constants.cjs.map +1 -0
- package/dist/{chunks/notice_constants-7Qt2CQEY.js → components/notice/notice_constants.js} +1 -1
- package/dist/components/notice/notice_constants.js.map +1 -0
- package/dist/components/notice/notice_content.vue.cjs +48 -0
- package/dist/components/notice/notice_content.vue.cjs.map +1 -0
- package/dist/components/notice/notice_content.vue.js +49 -0
- package/dist/components/notice/notice_content.vue.js.map +1 -0
- package/dist/components/notice/notice_icon.vue.cjs +53 -0
- package/dist/components/notice/notice_icon.vue.cjs.map +1 -0
- package/dist/components/notice/notice_icon.vue.js +54 -0
- package/dist/components/notice/notice_icon.vue.js.map +1 -0
- package/dist/components/pagination/pagination.vue.cjs +145 -0
- package/dist/components/pagination/pagination.vue.cjs.map +1 -0
- package/dist/components/pagination/pagination.vue.js +146 -0
- package/dist/components/pagination/pagination.vue.js.map +1 -0
- package/dist/components/popover/popover.vue.cjs +905 -0
- package/dist/components/popover/popover.vue.cjs.map +1 -0
- package/dist/components/popover/popover.vue.js +906 -0
- package/dist/components/popover/popover.vue.js.map +1 -0
- package/dist/components/popover/popover_constants.cjs +34 -0
- package/dist/components/popover/popover_constants.cjs.map +1 -0
- package/dist/components/popover/popover_constants.js +34 -0
- package/dist/components/popover/popover_constants.js.map +1 -0
- package/dist/components/popover/popover_header_footer.vue.cjs +89 -0
- package/dist/components/popover/popover_header_footer.vue.cjs.map +1 -0
- package/dist/components/popover/popover_header_footer.vue.js +90 -0
- package/dist/components/popover/popover_header_footer.vue.js.map +1 -0
- package/dist/{chunks/popover_constants-XnGWXaxX.js → components/popover/tippy_utils.cjs} +6 -52
- package/dist/components/popover/tippy_utils.cjs.map +1 -0
- package/dist/{chunks/popover_constants-WsOUIY-m.js → components/popover/tippy_utils.js} +5 -52
- package/dist/components/popover/tippy_utils.js.map +1 -0
- package/dist/components/presence/presence.vue.cjs +50 -0
- package/dist/components/presence/presence.vue.cjs.map +1 -0
- package/dist/components/presence/presence.vue.js +51 -0
- package/dist/components/presence/presence.vue.js.map +1 -0
- package/dist/components/presence/presence_constants.cjs +17 -0
- package/dist/components/presence/presence_constants.cjs.map +1 -0
- package/dist/components/presence/presence_constants.js +17 -0
- package/dist/components/presence/presence_constants.js.map +1 -0
- package/dist/components/radio/radio.vue.cjs +107 -0
- package/dist/components/radio/radio.vue.cjs.map +1 -0
- package/dist/components/radio/radio.vue.js +108 -0
- package/dist/components/radio/radio.vue.js.map +1 -0
- package/dist/components/radio/radio_constants.cjs +9 -0
- package/dist/components/radio/radio_constants.cjs.map +1 -0
- package/dist/components/radio/radio_constants.js +9 -0
- package/dist/components/radio/radio_constants.js.map +1 -0
- package/dist/components/radio_group/radio_group.vue.cjs +90 -0
- package/dist/components/radio_group/radio_group.vue.cjs.map +1 -0
- package/dist/components/radio_group/radio_group.vue.js +91 -0
- package/dist/components/radio_group/radio_group.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +33 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +34 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +40 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +41 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.js +46 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.js +5 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +28 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +29 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +33 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +34 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.js +5 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +33 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +34 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +42 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +43 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.js +45 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +35 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +36 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.cjs +82 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.js +83 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +119 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +120 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
- package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
- package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.cjs +524 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.js +525 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.js +24 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
- package/dist/components/root_layout/root_layout.vue.cjs +122 -0
- package/dist/components/root_layout/root_layout.vue.cjs.map +1 -0
- package/dist/components/root_layout/root_layout.vue.js +123 -0
- package/dist/components/root_layout/root_layout.vue.js.map +1 -0
- package/dist/components/root_layout/root_layout_constants.cjs +10 -0
- package/dist/components/root_layout/root_layout_constants.cjs.map +1 -0
- package/dist/components/root_layout/root_layout_constants.js +10 -0
- package/dist/components/root_layout/root_layout_constants.js.map +1 -0
- package/dist/components/select_menu/select_menu.vue.cjs +237 -0
- package/dist/components/select_menu/select_menu.vue.cjs.map +1 -0
- package/dist/components/select_menu/select_menu.vue.js +238 -0
- package/dist/components/select_menu/select_menu.vue.js.map +1 -0
- package/dist/components/select_menu/select_menu_constants.cjs +17 -0
- package/dist/components/select_menu/select_menu_constants.cjs.map +1 -0
- package/dist/components/select_menu/select_menu_constants.js +17 -0
- package/dist/components/select_menu/select_menu_constants.js.map +1 -0
- package/dist/components/select_menu/select_menu_validators.cjs +34 -0
- package/dist/components/select_menu/select_menu_validators.cjs.map +1 -0
- package/dist/components/select_menu/select_menu_validators.js +34 -0
- package/dist/components/select_menu/select_menu_validators.js.map +1 -0
- package/dist/components/skeleton/skeleton-list-item.vue.cjs +102 -0
- package/dist/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton-list-item.vue.js +103 -0
- package/dist/components/skeleton/skeleton-list-item.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.cjs +141 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.js +142 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton-shape.vue.cjs +101 -0
- package/dist/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton-shape.vue.js +102 -0
- package/dist/components/skeleton/skeleton-shape.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton-text.vue.cjs +111 -0
- package/dist/components/skeleton/skeleton-text.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton-text.vue.js +112 -0
- package/dist/components/skeleton/skeleton-text.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton.vue.cjs +125 -0
- package/dist/components/skeleton/skeleton.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton.vue.js +126 -0
- package/dist/components/skeleton/skeleton.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton_constants.cjs +27 -0
- package/dist/components/skeleton/skeleton_constants.cjs.map +1 -0
- package/dist/components/skeleton/skeleton_constants.js +27 -0
- package/dist/components/skeleton/skeleton_constants.js.map +1 -0
- package/dist/components/split_button/split_button-alpha.vue.cjs +113 -0
- package/dist/components/split_button/split_button-alpha.vue.cjs.map +1 -0
- package/dist/components/split_button/split_button-alpha.vue.js +114 -0
- package/dist/components/split_button/split_button-alpha.vue.js.map +1 -0
- package/dist/components/split_button/split_button-omega.vue.cjs +97 -0
- package/dist/components/split_button/split_button-omega.vue.cjs.map +1 -0
- package/dist/components/split_button/split_button-omega.vue.js +98 -0
- package/dist/components/split_button/split_button-omega.vue.js.map +1 -0
- package/dist/components/split_button/split_button.vue.cjs +283 -0
- package/dist/components/split_button/split_button.vue.cjs.map +1 -0
- package/dist/components/split_button/split_button.vue.js +284 -0
- package/dist/components/split_button/split_button.vue.js.map +1 -0
- package/dist/components/split_button/split_button_constants.cjs +11 -0
- package/dist/components/split_button/split_button_constants.cjs.map +1 -0
- package/dist/components/split_button/split_button_constants.js +11 -0
- package/dist/components/split_button/split_button_constants.js.map +1 -0
- package/dist/components/stack/stack.vue.cjs +82 -0
- package/dist/components/stack/stack.vue.cjs.map +1 -0
- package/dist/components/stack/stack.vue.js +83 -0
- package/dist/components/stack/stack.vue.js.map +1 -0
- package/dist/{chunks/stack_constants-SMzMWnAQ.js → components/stack/stack_constants.cjs} +2 -1
- package/dist/components/stack/stack_constants.cjs.map +1 -0
- package/dist/{chunks/stack_constants-HraCekPm.js → components/stack/stack_constants.js} +1 -1
- package/dist/components/stack/stack_constants.js.map +1 -0
- package/dist/components/stack/utils.cjs +68 -0
- package/dist/components/stack/utils.cjs.map +1 -0
- package/dist/components/stack/utils.js +68 -0
- package/dist/components/stack/utils.js.map +1 -0
- package/dist/components/stack/validators.cjs +26 -0
- package/dist/components/stack/validators.cjs.map +1 -0
- package/dist/components/stack/validators.js +26 -0
- package/dist/components/stack/validators.js.map +1 -0
- package/dist/components/tabs/tab.vue.cjs +119 -0
- package/dist/components/tabs/tab.vue.cjs.map +1 -0
- package/dist/components/tabs/tab.vue.js +120 -0
- package/dist/components/tabs/tab.vue.js.map +1 -0
- package/dist/{chunks/tab-FcsV5VmK.js → components/tabs/tab_group.vue.cjs} +24 -171
- package/dist/components/tabs/tab_group.vue.cjs.map +1 -0
- package/dist/{chunks/tab-V4cb44Ry.js → components/tabs/tab_group.vue.js} +19 -166
- package/dist/components/tabs/tab_group.vue.js.map +1 -0
- package/dist/components/tabs/tab_panel.vue.cjs +87 -0
- package/dist/components/tabs/tab_panel.vue.cjs.map +1 -0
- package/dist/components/tabs/tab_panel.vue.js +88 -0
- package/dist/components/tabs/tab_panel.vue.js.map +1 -0
- package/dist/components/tabs/tabs_constants.cjs +21 -0
- package/dist/components/tabs/tabs_constants.cjs.map +1 -0
- package/dist/components/tabs/tabs_constants.js +21 -0
- package/dist/components/tabs/tabs_constants.js.map +1 -0
- package/dist/components/toast/toast.vue.cjs +236 -0
- package/dist/components/toast/toast.vue.cjs.map +1 -0
- package/dist/components/toast/toast.vue.js +237 -0
- package/dist/components/toast/toast.vue.js.map +1 -0
- package/dist/components/toast/toast_constants.cjs +7 -0
- package/dist/components/toast/toast_constants.cjs.map +1 -0
- package/dist/components/toast/toast_constants.js +7 -0
- package/dist/components/toast/toast_constants.js.map +1 -0
- package/dist/components/toggle/toggle.vue.cjs +168 -0
- package/dist/components/toggle/toggle.vue.cjs.map +1 -0
- package/dist/components/toggle/toggle.vue.js +169 -0
- package/dist/components/toggle/toggle.vue.js.map +1 -0
- package/dist/components/toggle/toggle_constants.cjs +10 -0
- package/dist/components/toggle/toggle_constants.cjs.map +1 -0
- package/dist/components/toggle/toggle_constants.js +10 -0
- package/dist/components/toggle/toggle_constants.js.map +1 -0
- package/dist/components/tooltip/tooltip.vue.cjs +429 -0
- package/dist/components/tooltip/tooltip.vue.cjs.map +1 -0
- package/dist/components/tooltip/tooltip.vue.js +430 -0
- package/dist/components/tooltip/tooltip.vue.js.map +1 -0
- package/dist/components/tooltip/tooltip_constants.cjs +23 -0
- package/dist/components/tooltip/tooltip_constants.cjs.map +1 -0
- package/dist/components/tooltip/tooltip_constants.js +23 -0
- package/dist/components/tooltip/tooltip_constants.js.map +1 -0
- package/dist/components/validation_messages/validation_messages.vue.cjs +81 -0
- package/dist/components/validation_messages/validation_messages.vue.cjs.map +1 -0
- package/dist/components/validation_messages/validation_messages.vue.js +82 -0
- package/dist/components/validation_messages/validation_messages.vue.js.map +1 -0
- package/dist/dialtone-vue.cjs +320 -314
- package/dist/dialtone-vue.cjs.map +1 -1
- package/dist/dialtone-vue.js +218 -212
- package/dist/dialtone-vue.js.map +1 -1
- package/dist/directives/scrollbar/scrollbar.cjs +31 -0
- package/dist/directives/scrollbar/scrollbar.cjs.map +1 -0
- package/dist/directives/scrollbar/scrollbar.js +31 -0
- package/dist/directives/scrollbar/scrollbar.js.map +1 -0
- package/dist/directives/tooltip/tooltip.cjs +85 -0
- package/dist/directives/tooltip/tooltip.cjs.map +1 -0
- package/dist/directives/tooltip/tooltip.js +85 -0
- package/dist/directives/tooltip/tooltip.js.map +1 -0
- package/dist/lib/attachment-carousel.cjs +1 -257
- package/dist/lib/attachment-carousel.cjs.map +1 -1
- package/dist/lib/attachment-carousel.js +2 -258
- package/dist/lib/attachment-carousel.js.map +1 -1
- package/dist/lib/avatar.cjs +11 -400
- package/dist/lib/avatar.cjs.map +1 -1
- package/dist/lib/avatar.js +3 -392
- package/dist/lib/avatar.js.map +1 -1
- package/dist/lib/badge.cjs +6 -200
- package/dist/lib/badge.cjs.map +1 -1
- package/dist/lib/badge.js +3 -197
- package/dist/lib/badge.js.map +1 -1
- package/dist/lib/banner.cjs +1 -206
- package/dist/lib/banner.cjs.map +1 -1
- package/dist/lib/banner.js +2 -207
- package/dist/lib/banner.js.map +1 -1
- package/dist/lib/breadcrumbs.cjs +6 -146
- package/dist/lib/breadcrumbs.cjs.map +1 -1
- package/dist/lib/breadcrumbs.js +5 -145
- package/dist/lib/breadcrumbs.js.map +1 -1
- package/dist/lib/button-group.cjs +3 -44
- package/dist/lib/button-group.cjs.map +1 -1
- package/dist/lib/button-group.js +3 -44
- package/dist/lib/button-group.js.map +1 -1
- package/dist/lib/button.cjs +10 -350
- package/dist/lib/button.cjs.map +1 -1
- package/dist/lib/button.js +3 -343
- package/dist/lib/button.js.map +1 -1
- package/dist/lib/callbar-button-with-popover.cjs +1 -261
- package/dist/lib/callbar-button-with-popover.cjs.map +1 -1
- package/dist/lib/callbar-button-with-popover.js +2 -262
- package/dist/lib/callbar-button-with-popover.js.map +1 -1
- package/dist/lib/callbar-button.cjs +4 -179
- package/dist/lib/callbar-button.cjs.map +1 -1
- package/dist/lib/callbar-button.js +3 -178
- package/dist/lib/callbar-button.js.map +1 -1
- package/dist/lib/callbox.cjs +4 -143
- package/dist/lib/callbox.cjs.map +1 -1
- package/dist/lib/callbox.js +3 -142
- package/dist/lib/callbox.js.map +1 -1
- package/dist/lib/card.cjs +2 -71
- package/dist/lib/card.cjs.map +1 -1
- package/dist/lib/card.js +2 -71
- package/dist/lib/card.js.map +1 -1
- package/dist/lib/checkbox-group.cjs +1 -126
- package/dist/lib/checkbox-group.cjs.map +1 -1
- package/dist/lib/checkbox-group.js +2 -127
- package/dist/lib/checkbox-group.js.map +1 -1
- package/dist/lib/checkbox.cjs +1 -124
- package/dist/lib/checkbox.cjs.map +1 -1
- package/dist/lib/checkbox.js +2 -125
- package/dist/lib/checkbox.js.map +1 -1
- package/dist/lib/chip.cjs +6 -196
- package/dist/lib/chip.cjs.map +1 -1
- package/dist/lib/chip.js +3 -193
- package/dist/lib/chip.js.map +1 -1
- package/dist/lib/codeblock.cjs +1 -26
- package/dist/lib/codeblock.cjs.map +1 -1
- package/dist/lib/codeblock.js +2 -27
- package/dist/lib/codeblock.js.map +1 -1
- package/dist/lib/collapsible.cjs +2 -332
- package/dist/lib/collapsible.cjs.map +1 -1
- package/dist/lib/collapsible.js +2 -332
- package/dist/lib/collapsible.js.map +1 -1
- package/dist/lib/combobox-multi-select.cjs +5 -584
- package/dist/lib/combobox-multi-select.cjs.map +1 -1
- package/dist/lib/combobox-multi-select.js +3 -582
- package/dist/lib/combobox-multi-select.js.map +1 -1
- package/dist/lib/combobox-with-popover.cjs +2 -382
- package/dist/lib/combobox-with-popover.cjs.map +1 -1
- package/dist/lib/combobox-with-popover.js +2 -382
- package/dist/lib/combobox-with-popover.js.map +1 -1
- package/dist/lib/combobox.cjs +4 -16
- package/dist/lib/combobox.cjs.map +1 -1
- package/dist/lib/combobox.js +3 -15
- package/dist/lib/combobox.js.map +1 -1
- package/dist/lib/contact-centers-row.cjs +1 -163
- package/dist/lib/contact-centers-row.cjs.map +1 -1
- package/dist/lib/contact-centers-row.js +2 -164
- package/dist/lib/contact-centers-row.js.map +1 -1
- package/dist/lib/contact-info.cjs +1 -149
- package/dist/lib/contact-info.cjs.map +1 -1
- package/dist/lib/contact-info.js +2 -150
- package/dist/lib/contact-info.js.map +1 -1
- package/dist/lib/contact-row.cjs +1 -207
- package/dist/lib/contact-row.cjs.map +1 -1
- package/dist/lib/contact-row.js +2 -208
- package/dist/lib/contact-row.js.map +1 -1
- package/dist/lib/datepicker.cjs +7 -658
- package/dist/lib/datepicker.cjs.map +1 -1
- package/dist/lib/datepicker.js +3 -654
- package/dist/lib/datepicker.js.map +1 -1
- package/dist/lib/description-list.cjs +3 -111
- package/dist/lib/description-list.cjs.map +1 -1
- package/dist/lib/description-list.js +3 -111
- package/dist/lib/description-list.js.map +1 -1
- package/dist/lib/dropdown.cjs +5 -42
- package/dist/lib/dropdown.cjs.map +1 -1
- package/dist/lib/dropdown.js +5 -42
- package/dist/lib/dropdown.js.map +1 -1
- package/dist/lib/editor.cjs +1 -554
- package/dist/lib/editor.cjs.map +1 -1
- package/dist/lib/editor.js +2 -555
- package/dist/lib/editor.js.map +1 -1
- package/dist/lib/emoji-picker.cjs +7 -1147
- package/dist/lib/emoji-picker.cjs.map +1 -1
- package/dist/lib/emoji-picker.js +3 -1143
- package/dist/lib/emoji-picker.js.map +1 -1
- package/dist/lib/emoji-row.cjs +3 -83
- package/dist/lib/emoji-row.cjs.map +1 -1
- package/dist/lib/emoji-row.js +3 -83
- package/dist/lib/emoji-row.js.map +1 -1
- package/dist/lib/emoji-text-wrapper.cjs +2 -109
- package/dist/lib/emoji-text-wrapper.cjs.map +1 -1
- package/dist/lib/emoji-text-wrapper.js +2 -109
- package/dist/lib/emoji-text-wrapper.js.map +1 -1
- package/dist/lib/emoji.cjs +2 -142
- package/dist/lib/emoji.cjs.map +1 -1
- package/dist/lib/emoji.js +2 -142
- package/dist/lib/emoji.js.map +1 -1
- package/dist/lib/empty-state.cjs +3 -165
- package/dist/lib/empty-state.cjs.map +1 -1
- package/dist/lib/empty-state.js +3 -165
- package/dist/lib/empty-state.js.map +1 -1
- package/dist/lib/feed-item-row.cjs +4 -220
- package/dist/lib/feed-item-row.cjs.map +1 -1
- package/dist/lib/feed-item-row.js +3 -219
- package/dist/lib/feed-item-row.js.map +1 -1
- package/dist/lib/feed-pill.cjs +3 -146
- package/dist/lib/feed-pill.cjs.map +1 -1
- package/dist/lib/feed-pill.js +3 -146
- package/dist/lib/feed-pill.js.map +1 -1
- package/dist/lib/general-row.cjs +8 -444
- package/dist/lib/general-row.cjs.map +1 -1
- package/dist/lib/general-row.js +3 -439
- package/dist/lib/general-row.js.map +1 -1
- package/dist/lib/group-row.cjs +1 -112
- package/dist/lib/group-row.cjs.map +1 -1
- package/dist/lib/group-row.js +2 -113
- package/dist/lib/group-row.js.map +1 -1
- package/dist/lib/grouped-chip.cjs +1 -42
- package/dist/lib/grouped-chip.cjs.map +1 -1
- package/dist/lib/grouped-chip.js +2 -43
- package/dist/lib/grouped-chip.js.map +1 -1
- package/dist/lib/hovercard.cjs +1 -224
- package/dist/lib/hovercard.cjs.map +1 -1
- package/dist/lib/hovercard.js +2 -225
- package/dist/lib/hovercard.js.map +1 -1
- package/dist/lib/icon.cjs +3 -55
- package/dist/lib/icon.cjs.map +1 -1
- package/dist/lib/icon.js +3 -55
- package/dist/lib/icon.js.map +1 -1
- package/dist/lib/illustration.cjs +4 -40
- package/dist/lib/illustration.cjs.map +1 -1
- package/dist/lib/illustration.js +3 -39
- package/dist/lib/illustration.js.map +1 -1
- package/dist/lib/image-viewer.cjs +2 -198
- package/dist/lib/image-viewer.cjs.map +1 -1
- package/dist/lib/image-viewer.js +2 -198
- package/dist/lib/image-viewer.js.map +1 -1
- package/dist/lib/input-group.cjs +2 -89
- package/dist/lib/input-group.cjs.map +1 -1
- package/dist/lib/input-group.js +2 -89
- package/dist/lib/input-group.js.map +1 -1
- package/dist/lib/input.cjs +5 -471
- package/dist/lib/input.cjs.map +1 -1
- package/dist/lib/input.js +3 -469
- package/dist/lib/input.js.map +1 -1
- package/dist/lib/item-layout.cjs +2 -38
- package/dist/lib/item-layout.cjs.map +1 -1
- package/dist/lib/item-layout.js +2 -38
- package/dist/lib/item-layout.js.map +1 -1
- package/dist/lib/ivr-node.cjs +13 -211
- package/dist/lib/ivr-node.cjs.map +1 -1
- package/dist/lib/ivr-node.js +3 -201
- package/dist/lib/ivr-node.js.map +1 -1
- package/dist/lib/keyboard-shortcut.cjs +5 -103
- package/dist/lib/keyboard-shortcut.cjs.map +1 -1
- package/dist/lib/keyboard-shortcut.js +3 -101
- package/dist/lib/keyboard-shortcut.js.map +1 -1
- package/dist/lib/lazy-show.cjs +2 -78
- package/dist/lib/lazy-show.cjs.map +1 -1
- package/dist/lib/lazy-show.js +2 -78
- package/dist/lib/lazy-show.js.map +1 -1
- package/dist/lib/link.cjs +3 -80
- package/dist/lib/link.cjs.map +1 -1
- package/dist/lib/link.js +3 -80
- package/dist/lib/link.js.map +1 -1
- package/dist/lib/list-item-group.cjs +1 -57
- package/dist/lib/list-item-group.cjs.map +1 -1
- package/dist/lib/list-item-group.js +2 -58
- package/dist/lib/list-item-group.js.map +1 -1
- package/dist/lib/list-item.cjs +3 -200
- package/dist/lib/list-item.cjs.map +1 -1
- package/dist/lib/list-item.js +3 -200
- package/dist/lib/list-item.js.map +1 -1
- package/dist/lib/message-input.cjs +1 -647
- package/dist/lib/message-input.cjs.map +1 -1
- package/dist/lib/message-input.js +2 -648
- package/dist/lib/message-input.js.map +1 -1
- package/dist/lib/modal.cjs +5 -347
- package/dist/lib/modal.cjs.map +1 -1
- package/dist/lib/modal.js +3 -345
- package/dist/lib/modal.js.map +1 -1
- package/dist/lib/notice.cjs +9 -164
- package/dist/lib/notice.cjs.map +1 -1
- package/dist/lib/notice.js +9 -164
- package/dist/lib/notice.js.map +1 -1
- package/dist/lib/pagination.cjs +1 -149
- package/dist/lib/pagination.cjs.map +1 -1
- package/dist/lib/pagination.js +2 -150
- package/dist/lib/pagination.js.map +1 -1
- package/dist/lib/popover.cjs +3 -1014
- package/dist/lib/popover.cjs.map +1 -1
- package/dist/lib/popover.js +3 -1015
- package/dist/lib/popover.js.map +1 -1
- package/dist/lib/presence.cjs +5 -63
- package/dist/lib/presence.cjs.map +1 -1
- package/dist/lib/presence.js +3 -61
- package/dist/lib/presence.js.map +1 -1
- package/dist/lib/radio-group.cjs +1 -95
- package/dist/lib/radio-group.cjs.map +1 -1
- package/dist/lib/radio-group.js +2 -96
- package/dist/lib/radio-group.js.map +1 -1
- package/dist/lib/radio.cjs +3 -115
- package/dist/lib/radio.cjs.map +1 -1
- package/dist/lib/radio.js +3 -115
- package/dist/lib/radio.js.map +1 -1
- package/dist/lib/rich-text-editor.cjs +5 -1705
- package/dist/lib/rich-text-editor.cjs.map +1 -1
- package/dist/lib/rich-text-editor.js +3 -1703
- package/dist/lib/rich-text-editor.js.map +1 -1
- package/dist/lib/root-layout.cjs +4 -127
- package/dist/lib/root-layout.cjs.map +1 -1
- package/dist/lib/root-layout.js +3 -126
- package/dist/lib/root-layout.js.map +1 -1
- package/dist/lib/scrollbar-directive.cjs +2 -2438
- package/dist/lib/scrollbar-directive.cjs.map +1 -1
- package/dist/lib/scrollbar-directive.js +2 -2438
- package/dist/lib/scrollbar-directive.js.map +1 -1
- package/dist/lib/select-menu.cjs +4 -279
- package/dist/lib/select-menu.cjs.map +1 -1
- package/dist/lib/select-menu.js +3 -278
- package/dist/lib/select-menu.js.map +1 -1
- package/dist/lib/settings-menu-button.cjs +1 -62
- package/dist/lib/settings-menu-button.cjs.map +1 -1
- package/dist/lib/settings-menu-button.js +2 -63
- package/dist/lib/settings-menu-button.js.map +1 -1
- package/dist/lib/skeleton.cjs +16 -610
- package/dist/lib/skeleton.cjs.map +1 -1
- package/dist/lib/skeleton.js +11 -605
- package/dist/lib/skeleton.js.map +1 -1
- package/dist/lib/split-button.cjs +3 -508
- package/dist/lib/split-button.cjs.map +1 -1
- package/dist/lib/split-button.js +3 -508
- package/dist/lib/split-button.js.map +1 -1
- package/dist/lib/stack.cjs +3 -159
- package/dist/lib/stack.cjs.map +1 -1
- package/dist/lib/stack.js +3 -159
- package/dist/lib/stack.js.map +1 -1
- package/dist/lib/tabs.cjs +10 -96
- package/dist/lib/tabs.cjs.map +1 -1
- package/dist/lib/tabs.js +7 -93
- package/dist/lib/tabs.js.map +1 -1
- package/dist/lib/time-pill.cjs +1 -44
- package/dist/lib/time-pill.cjs.map +1 -1
- package/dist/lib/time-pill.js +2 -45
- package/dist/lib/time-pill.js.map +1 -1
- package/dist/lib/toast.cjs +4 -244
- package/dist/lib/toast.cjs.map +1 -1
- package/dist/lib/toast.js +3 -243
- package/dist/lib/toast.js.map +1 -1
- package/dist/lib/toggle.cjs +4 -174
- package/dist/lib/toggle.cjs.map +1 -1
- package/dist/lib/toggle.js +3 -173
- package/dist/lib/toggle.js.map +1 -1
- package/dist/lib/tooltip-directive.cjs +2 -85
- package/dist/lib/tooltip-directive.cjs.map +1 -1
- package/dist/lib/tooltip-directive.js +2 -85
- package/dist/lib/tooltip-directive.js.map +1 -1
- package/dist/lib/tooltip.cjs +8 -439
- package/dist/lib/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip.js +3 -435
- package/dist/lib/tooltip.js.map +1 -1
- package/dist/lib/top-banner-info.cjs +3 -60
- package/dist/lib/top-banner-info.cjs.map +1 -1
- package/dist/lib/top-banner-info.js +3 -60
- package/dist/lib/top-banner-info.js.map +1 -1
- package/dist/lib/unread-pill.cjs +4 -60
- package/dist/lib/unread-pill.cjs.map +1 -1
- package/dist/lib/unread-pill.js +3 -59
- package/dist/lib/unread-pill.js.map +1 -1
- package/dist/lib/validation-messages.cjs +2 -83
- package/dist/lib/validation-messages.cjs.map +1 -1
- package/dist/lib/validation-messages.js +2 -83
- package/dist/lib/validation-messages.js.map +1 -1
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.cjs +174 -0
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.js +175 -0
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +251 -0
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +252 -0
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
- package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs +130 -0
- package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
- package/dist/recipes/cards/ivr_node/ivr_node.vue.js +131 -0
- package/dist/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
- package/dist/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
- package/dist/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
- package/dist/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
- package/dist/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.cjs +35 -0
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.js +36 -0
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +538 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +539 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
- package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +363 -0
- package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
- package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +364 -0
- package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +143 -0
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +144 -0
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +72 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +73 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +46 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +47 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
- package/dist/recipes/conversation_view/editor/editor.vue.cjs +496 -0
- package/dist/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/editor/editor.vue.js +497 -0
- package/dist/recipes/conversation_view/editor/editor.vue.js.map +1 -0
- package/dist/recipes/conversation_view/editor/editor_constants.cjs +14 -0
- package/dist/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
- package/dist/recipes/conversation_view/editor/editor_constants.js +14 -0
- package/dist/recipes/conversation_view/editor/editor_constants.js.map +1 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +66 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.js +67 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +205 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +206 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +133 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +134 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +45 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +46 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
- package/dist/recipes/conversation_view/message_input/message_input.vue.cjs +530 -0
- package/dist/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/message_input/message_input.vue.js +531 -0
- package/dist/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.cjs +46 -0
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.js +47 -0
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +59 -0
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js +60 -0
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
- package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs +143 -0
- package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
- package/dist/recipes/item_layout/contact_info/contact_info.vue.js +144 -0
- package/dist/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
- package/dist/recipes/leftbar/callbox/callbox.vue.cjs +127 -0
- package/dist/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/callbox/callbox.vue.js +128 -0
- package/dist/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
- package/dist/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
- package/dist/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
- package/dist/recipes/leftbar/callbox/callbox_constants.js +13 -0
- package/dist/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +154 -0
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +155 -0
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
- package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs +191 -0
- package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/contact_row/contact_row.vue.js +192 -0
- package/dist/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
- package/dist/recipes/leftbar/general_row/general_row.vue.cjs +317 -0
- package/dist/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/general_row/general_row.vue.js +318 -0
- package/dist/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
- package/dist/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
- package/dist/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
- package/dist/recipes/leftbar/general_row/general_row_constants.js +58 -0
- package/dist/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +65 -0
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +66 -0
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
- package/dist/recipes/leftbar/group_row/group_row.vue.cjs +97 -0
- package/dist/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/group_row/group_row.vue.js +98 -0
- package/dist/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs +56 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js +57 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.cjs +52 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.js +53 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
- package/dist/style.css +1016 -1659
- package/package.json +6 -4
- package/dist/chunks/_plugin-vue2_normalizer-1aBeR4AK.js +0 -59
- package/dist/chunks/_plugin-vue2_normalizer-1aBeR4AK.js.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-sOSkiPF3.js +0 -60
- package/dist/chunks/_plugin-vue2_normalizer-sOSkiPF3.js.map +0 -1
- package/dist/chunks/dropdown-6UoczdUY.js.map +0 -1
- package/dist/chunks/dropdown-pHxnQPzT.js.map +0 -1
- package/dist/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
- package/dist/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
- package/dist/chunks/icon_constants-H9ahUVCG.js.map +0 -1
- package/dist/chunks/icon_constants-da57m7BZ.js.map +0 -1
- package/dist/chunks/index-ODod4Oj_.js +0 -175
- package/dist/chunks/index-ODod4Oj_.js.map +0 -1
- package/dist/chunks/index-anN_sx1F.js +0 -169
- package/dist/chunks/index-anN_sx1F.js.map +0 -1
- package/dist/chunks/index-eJ-WWRdf.js.map +0 -1
- package/dist/chunks/index-gj1jEXP4.js.map +0 -1
- package/dist/chunks/input-6kbd8Pju.js.map +0 -1
- package/dist/chunks/input-Axw-wFj2.js.map +0 -1
- package/dist/chunks/input_group-m3cWYUfI.js.map +0 -1
- package/dist/chunks/input_group-qVZaS5Bb.js.map +0 -1
- package/dist/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
- package/dist/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
- package/dist/chunks/link_constants-AfTWrr-n.js.map +0 -1
- package/dist/chunks/link_constants-x8NwdqmA.js.map +0 -1
- package/dist/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
- package/dist/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
- package/dist/chunks/modal-VgxXAQFP.js.map +0 -1
- package/dist/chunks/modal-XOr4kiNZ.js.map +0 -1
- package/dist/chunks/notice_action-IRUoLX2d.js +0 -196
- package/dist/chunks/notice_action-IRUoLX2d.js.map +0 -1
- package/dist/chunks/notice_action-P6uDyE9x.js +0 -195
- package/dist/chunks/notice_action-P6uDyE9x.js.map +0 -1
- package/dist/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
- package/dist/chunks/notice_constants-UXo9e3bS.js.map +0 -1
- package/dist/chunks/popover_constants-WsOUIY-m.js.map +0 -1
- package/dist/chunks/popover_constants-XnGWXaxX.js.map +0 -1
- package/dist/chunks/sr_only_close_button-81bHIpPu.js +0 -95
- package/dist/chunks/sr_only_close_button-81bHIpPu.js.map +0 -1
- package/dist/chunks/sr_only_close_button-ZaGdAHz7.js +0 -94
- package/dist/chunks/sr_only_close_button-ZaGdAHz7.js.map +0 -1
- package/dist/chunks/stack_constants-HraCekPm.js.map +0 -1
- package/dist/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
- package/dist/chunks/tab-FcsV5VmK.js.map +0 -1
- package/dist/chunks/tab-V4cb44Ry.js.map +0 -1
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const badge_constants = require("./badge_constants.cjs");
|
|
3
|
+
const _pluginVue2_normalizer = require("../../_virtual/_plugin-vue2_normalizer.cjs");
|
|
4
|
+
const icon = require("../icon/icon.vue.cjs");
|
|
5
|
+
const _sfc_main = {
|
|
6
|
+
name: "DtBadge",
|
|
7
|
+
components: {
|
|
8
|
+
DtIcon: icon
|
|
9
|
+
},
|
|
10
|
+
props: {
|
|
11
|
+
/**
|
|
12
|
+
* Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
|
|
13
|
+
* https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
|
|
14
|
+
* will automatically be shown here, but this can be overridden by setting this prop.
|
|
15
|
+
*/
|
|
16
|
+
iconLeft: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: ""
|
|
19
|
+
},
|
|
20
|
+
/**
|
|
21
|
+
* Icon on the right side of the badge. Supports any valid icon name from the icon catalog at
|
|
22
|
+
* https://dialtone.dialpad.com/components/icon.html#icon-catalog
|
|
23
|
+
*/
|
|
24
|
+
iconRight: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: ""
|
|
27
|
+
},
|
|
28
|
+
/**
|
|
29
|
+
* Text for the badge content
|
|
30
|
+
*/
|
|
31
|
+
text: {
|
|
32
|
+
type: String,
|
|
33
|
+
default: ""
|
|
34
|
+
},
|
|
35
|
+
/**
|
|
36
|
+
* The kind of badge which determines the styling
|
|
37
|
+
* @values label, count
|
|
38
|
+
*/
|
|
39
|
+
kind: {
|
|
40
|
+
type: String,
|
|
41
|
+
default: "label",
|
|
42
|
+
validator: (kind) => Object.keys(badge_constants.BADGE_KIND_MODIFIERS).includes(kind)
|
|
43
|
+
},
|
|
44
|
+
/**
|
|
45
|
+
* Color for the badge background
|
|
46
|
+
* @values default, info, success, warning, critical, bulletin, ai
|
|
47
|
+
*/
|
|
48
|
+
type: {
|
|
49
|
+
type: String,
|
|
50
|
+
default: "default",
|
|
51
|
+
validator: (type) => Object.keys(badge_constants.BADGE_TYPE_MODIFIERS).includes(type)
|
|
52
|
+
},
|
|
53
|
+
/**
|
|
54
|
+
* Decoration for the badge. This can be only used with kind: label and type: default
|
|
55
|
+
* with no iconLeft and iconRight
|
|
56
|
+
* @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,
|
|
57
|
+
* purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,
|
|
58
|
+
* green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400
|
|
59
|
+
*/
|
|
60
|
+
decoration: {
|
|
61
|
+
type: String,
|
|
62
|
+
default: void 0,
|
|
63
|
+
validator: (type) => Object.keys(badge_constants.BADGE_DECORATION_MODIFIERS).includes(type)
|
|
64
|
+
},
|
|
65
|
+
/**
|
|
66
|
+
* Used to customize the label container
|
|
67
|
+
*/
|
|
68
|
+
labelClass: {
|
|
69
|
+
type: [String, Array, Object],
|
|
70
|
+
default: ""
|
|
71
|
+
},
|
|
72
|
+
/**
|
|
73
|
+
* Shows a subtle appearance for the badge
|
|
74
|
+
* Currently only affects the badge when type is bulletin.
|
|
75
|
+
*/
|
|
76
|
+
subtle: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: false
|
|
79
|
+
},
|
|
80
|
+
/**
|
|
81
|
+
* Outlines the badge with a border
|
|
82
|
+
*/
|
|
83
|
+
outlined: {
|
|
84
|
+
type: Boolean,
|
|
85
|
+
default: false
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
data() {
|
|
89
|
+
return {
|
|
90
|
+
BADGE_TYPE_MODIFIERS: badge_constants.BADGE_TYPE_MODIFIERS,
|
|
91
|
+
BADGE_KIND_MODIFIERS: badge_constants.BADGE_KIND_MODIFIERS,
|
|
92
|
+
BADGE_DECORATION_MODIFIERS: badge_constants.BADGE_DECORATION_MODIFIERS
|
|
93
|
+
};
|
|
94
|
+
},
|
|
95
|
+
computed: {
|
|
96
|
+
hasIcons() {
|
|
97
|
+
return this.iconLeft !== "" || this.iconRight !== "";
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
watch: {
|
|
101
|
+
$props: {
|
|
102
|
+
immediate: true,
|
|
103
|
+
deep: true,
|
|
104
|
+
handler() {
|
|
105
|
+
this.validateProps();
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
methods: {
|
|
110
|
+
validateProps() {
|
|
111
|
+
this.validateTypePropCombination();
|
|
112
|
+
this.validateDecorationPropCombination();
|
|
113
|
+
},
|
|
114
|
+
validateTypePropCombination() {
|
|
115
|
+
if (this.type === "ai" && this.kind === "count") {
|
|
116
|
+
console.error("DtBadge error: type: 'ai' with kind: 'count' is an invalid combination.");
|
|
117
|
+
}
|
|
118
|
+
if (this.type !== "bulletin" && this.subtle) {
|
|
119
|
+
console.error("DtBadge error: subtle can only be used with type 'bulletin'");
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
validateDecorationPropCombination() {
|
|
123
|
+
if (!this.decoration) return;
|
|
124
|
+
if (this.kind !== "label" || this.type !== "default") {
|
|
125
|
+
console.error("DtBadge error: decoration prop can only be used with kind: 'label' and type: 'default'.");
|
|
126
|
+
}
|
|
127
|
+
if (this.hasIcons) {
|
|
128
|
+
console.error("DtBadge error: decoration prop cannot be used with iconLeft or iconRight.");
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
var _sfc_render = function render() {
|
|
134
|
+
var _vm = this, _c = _vm._self._c;
|
|
135
|
+
return _c("span", { class: [
|
|
136
|
+
"d-badge",
|
|
137
|
+
_vm.BADGE_TYPE_MODIFIERS[_vm.type],
|
|
138
|
+
_vm.BADGE_KIND_MODIFIERS[_vm.kind],
|
|
139
|
+
_vm.BADGE_DECORATION_MODIFIERS[_vm.decoration],
|
|
140
|
+
{ "d-badge--subtle": _vm.subtle },
|
|
141
|
+
{ "d-badge--outlined": _vm.outlined }
|
|
142
|
+
], attrs: { "data-qa": "dt-badge" } }, [_vm.decoration ? _c("span", { staticClass: "d-badge__decorative" }) : _vm._e(), _vm.iconLeft ? _c("span", { staticClass: "d-badge__icon-left" }, [_c("dt-icon", { attrs: { "name": _vm.iconLeft, "size": "200" } })], 1) : _vm._e(), _c("span", { class: ["d-badge__label", _vm.labelClass] }, [_vm._t("default", function() {
|
|
143
|
+
return [_vm._v(" " + _vm._s(_vm.text) + " ")];
|
|
144
|
+
})], 2), _vm.iconRight ? _c("span", { staticClass: "d-badge__icon-right" }, [_c("dt-icon", { attrs: { "name": _vm.iconRight, "size": "200" } })], 1) : _vm._e()]);
|
|
145
|
+
};
|
|
146
|
+
var _sfc_staticRenderFns = [];
|
|
147
|
+
var __component__ = /* @__PURE__ */ _pluginVue2_normalizer(
|
|
148
|
+
_sfc_main,
|
|
149
|
+
_sfc_render,
|
|
150
|
+
_sfc_staticRenderFns,
|
|
151
|
+
false,
|
|
152
|
+
null,
|
|
153
|
+
null
|
|
154
|
+
);
|
|
155
|
+
const DtBadge = __component__.exports;
|
|
156
|
+
module.exports = DtBadge;
|
|
157
|
+
//# sourceMappingURL=badge.vue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.vue.cjs","sources":["../../../components/badge/badge.vue"],"sourcesContent":["<template>\n <span\n :class=\"[\n 'd-badge',\n BADGE_TYPE_MODIFIERS[type],\n BADGE_KIND_MODIFIERS[kind],\n BADGE_DECORATION_MODIFIERS[decoration],\n { 'd-badge--subtle': subtle },\n { 'd-badge--outlined': outlined },\n ]\"\n data-qa=\"dt-badge\"\n >\n <span\n v-if=\"decoration\"\n class=\"d-badge__decorative\"\n />\n <span\n v-if=\"iconLeft\"\n class=\"d-badge__icon-left\"\n >\n <dt-icon\n :name=\"iconLeft\"\n size=\"200\"\n />\n </span>\n <span :class=\"['d-badge__label', labelClass]\">\n <!-- @slot Slot for badge content, defaults to text prop -->\n <slot>\n {{ text }}\n </slot>\n </span>\n <span\n v-if=\"iconRight\"\n class=\"d-badge__icon-right\"\n >\n <dt-icon\n :name=\"iconRight\"\n size=\"200\"\n />\n </span>\n </span>\n</template>\n\n<script>\nimport { BADGE_TYPE_MODIFIERS, BADGE_KIND_MODIFIERS, BADGE_DECORATION_MODIFIERS } from './badge_constants';\nimport { DtIcon } from '@/components/icon';\n\n/**\n * A badge is a compact UI element that provides brief, descriptive information about an element.\n * It is terse, ideally one word.\n * @see https://dialtone.dialpad.com/components/badge.html\n */\nexport default {\n name: 'DtBadge',\n\n components: {\n DtIcon,\n },\n\n props: {\n /**\n * Icon on the left side of the badge. Supports any valid icon name from the icon catalog at\n * https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon\n * will automatically be shown here, but this can be overridden by setting this prop.\n */\n iconLeft: {\n type: String,\n default: '',\n },\n\n /**\n * Icon on the right side of the badge. Supports any valid icon name from the icon catalog at\n * https://dialtone.dialpad.com/components/icon.html#icon-catalog\n */\n iconRight: {\n type: String,\n default: '',\n },\n\n /**\n * Text for the badge content\n */\n text: {\n type: String,\n default: '',\n },\n\n /**\n * The kind of badge which determines the styling\n * @values label, count\n */\n kind: {\n type: String,\n default: 'label',\n validator: (kind) => Object.keys(BADGE_KIND_MODIFIERS).includes(kind),\n },\n\n /**\n * Color for the badge background\n * @values default, info, success, warning, critical, bulletin, ai\n */\n type: {\n type: String,\n default: 'default',\n validator: (type) => Object.keys(BADGE_TYPE_MODIFIERS).includes(type),\n },\n\n /**\n * Decoration for the badge. This can be only used with kind: label and type: default\n * with no iconLeft and iconRight\n * @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,\n * purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,\n * green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400\n */\n decoration: {\n type: String,\n default: undefined,\n validator: (type) => Object.keys(BADGE_DECORATION_MODIFIERS).includes(type),\n },\n\n /**\n * Used to customize the label container\n */\n labelClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Shows a subtle appearance for the badge\n * Currently only affects the badge when type is bulletin.\n */\n subtle: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Outlines the badge with a border\n */\n outlined: {\n type: Boolean,\n default: false,\n },\n },\n\n data () {\n return {\n BADGE_TYPE_MODIFIERS,\n BADGE_KIND_MODIFIERS,\n BADGE_DECORATION_MODIFIERS,\n };\n },\n\n computed: {\n hasIcons () {\n return this.iconLeft !== '' || this.iconRight !== '';\n },\n },\n\n watch: {\n $props: {\n immediate: true,\n deep: true,\n handler () {\n this.validateProps();\n },\n },\n },\n\n methods: {\n validateProps () {\n this.validateTypePropCombination();\n this.validateDecorationPropCombination();\n },\n\n validateTypePropCombination () {\n if (this.type === 'ai' && this.kind === 'count') {\n console.error('DtBadge error: type: \\'ai\\' with kind: \\'count\\' is an invalid combination.');\n }\n if (this.type !== 'bulletin' && this.subtle) {\n console.error('DtBadge error: subtle can only be used with type \\'bulletin\\'');\n }\n },\n\n validateDecorationPropCombination () {\n if (!this.decoration) return;\n\n if (this.kind !== 'label' || this.type !== 'default') {\n console.error('DtBadge error: decoration prop can only be used with kind: \\'label\\' and type: \\'default\\'.');\n }\n\n if (this.hasIcons) {\n console.error('DtBadge error: decoration prop cannot be used with iconLeft or iconRight.');\n }\n },\n },\n};\n</script>\n"],"names":["DtIcon","BADGE_KIND_MODIFIERS","BADGE_TYPE_MODIFIERS","BADGE_DECORATION_MODIFIERS"],"mappings":";;;;AAoDA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EAEA,YAAA;AAAA,IACA,QAAAA;AAAAA,EACA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,UAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAA,SAAA,OAAA,KAAAC,oCAAA,EAAA,SAAA,IAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAA,SAAA,OAAA,KAAAC,oCAAA,EAAA,SAAA,IAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IASA,YAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAA,SAAA,OAAA,KAAAC,0CAAA,EAAA,SAAA,IAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,YAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,QAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,UAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AACA,WAAA;AAAA,MACA,sBAAAD,gBAAA;AAAA,MACA,sBAAAD,gBAAA;AAAA,MACA,4BAAAE,gBAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AAAA,IACA,WAAA;AACA,aAAA,KAAA,aAAA,MAAA,KAAA,cAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA,IACA,QAAA;AAAA,MACA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AACA,aAAA,cAAA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,SAAA;AAAA,IACA,gBAAA;AACA,WAAA,4BAAA;AACA,WAAA,kCAAA;AAAA,IACA;AAAA,IAEA,8BAAA;AACA,UAAA,KAAA,SAAA,QAAA,KAAA,SAAA,SAAA;AACA,gBAAA,MAAA,yEAAA;AAAA,MACA;AACA,UAAA,KAAA,SAAA,cAAA,KAAA,QAAA;AACA,gBAAA,MAAA,6DAAA;AAAA,MACA;AAAA,IACA;AAAA,IAEA,oCAAA;AACA,UAAA,CAAA,KAAA,WAAA;AAEA,UAAA,KAAA,SAAA,WAAA,KAAA,SAAA,WAAA;AACA,gBAAA,MAAA,yFAAA;AAAA,MACA;AAEA,UAAA,KAAA,UAAA;AACA,gBAAA,MAAA,2EAAA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { BADGE_KIND_MODIFIERS, BADGE_TYPE_MODIFIERS, BADGE_DECORATION_MODIFIERS } from "./badge_constants.js";
|
|
2
|
+
import normalizeComponent from "../../_virtual/_plugin-vue2_normalizer.js";
|
|
3
|
+
import DtIcon from "../icon/icon.vue.js";
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "DtBadge",
|
|
6
|
+
components: {
|
|
7
|
+
DtIcon
|
|
8
|
+
},
|
|
9
|
+
props: {
|
|
10
|
+
/**
|
|
11
|
+
* Icon on the left side of the badge. Supports any valid icon name from the icon catalog at
|
|
12
|
+
* https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon
|
|
13
|
+
* will automatically be shown here, but this can be overridden by setting this prop.
|
|
14
|
+
*/
|
|
15
|
+
iconLeft: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: ""
|
|
18
|
+
},
|
|
19
|
+
/**
|
|
20
|
+
* Icon on the right side of the badge. Supports any valid icon name from the icon catalog at
|
|
21
|
+
* https://dialtone.dialpad.com/components/icon.html#icon-catalog
|
|
22
|
+
*/
|
|
23
|
+
iconRight: {
|
|
24
|
+
type: String,
|
|
25
|
+
default: ""
|
|
26
|
+
},
|
|
27
|
+
/**
|
|
28
|
+
* Text for the badge content
|
|
29
|
+
*/
|
|
30
|
+
text: {
|
|
31
|
+
type: String,
|
|
32
|
+
default: ""
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* The kind of badge which determines the styling
|
|
36
|
+
* @values label, count
|
|
37
|
+
*/
|
|
38
|
+
kind: {
|
|
39
|
+
type: String,
|
|
40
|
+
default: "label",
|
|
41
|
+
validator: (kind) => Object.keys(BADGE_KIND_MODIFIERS).includes(kind)
|
|
42
|
+
},
|
|
43
|
+
/**
|
|
44
|
+
* Color for the badge background
|
|
45
|
+
* @values default, info, success, warning, critical, bulletin, ai
|
|
46
|
+
*/
|
|
47
|
+
type: {
|
|
48
|
+
type: String,
|
|
49
|
+
default: "default",
|
|
50
|
+
validator: (type) => Object.keys(BADGE_TYPE_MODIFIERS).includes(type)
|
|
51
|
+
},
|
|
52
|
+
/**
|
|
53
|
+
* Decoration for the badge. This can be only used with kind: label and type: default
|
|
54
|
+
* with no iconLeft and iconRight
|
|
55
|
+
* @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,
|
|
56
|
+
* purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,
|
|
57
|
+
* green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400
|
|
58
|
+
*/
|
|
59
|
+
decoration: {
|
|
60
|
+
type: String,
|
|
61
|
+
default: void 0,
|
|
62
|
+
validator: (type) => Object.keys(BADGE_DECORATION_MODIFIERS).includes(type)
|
|
63
|
+
},
|
|
64
|
+
/**
|
|
65
|
+
* Used to customize the label container
|
|
66
|
+
*/
|
|
67
|
+
labelClass: {
|
|
68
|
+
type: [String, Array, Object],
|
|
69
|
+
default: ""
|
|
70
|
+
},
|
|
71
|
+
/**
|
|
72
|
+
* Shows a subtle appearance for the badge
|
|
73
|
+
* Currently only affects the badge when type is bulletin.
|
|
74
|
+
*/
|
|
75
|
+
subtle: {
|
|
76
|
+
type: Boolean,
|
|
77
|
+
default: false
|
|
78
|
+
},
|
|
79
|
+
/**
|
|
80
|
+
* Outlines the badge with a border
|
|
81
|
+
*/
|
|
82
|
+
outlined: {
|
|
83
|
+
type: Boolean,
|
|
84
|
+
default: false
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
data() {
|
|
88
|
+
return {
|
|
89
|
+
BADGE_TYPE_MODIFIERS,
|
|
90
|
+
BADGE_KIND_MODIFIERS,
|
|
91
|
+
BADGE_DECORATION_MODIFIERS
|
|
92
|
+
};
|
|
93
|
+
},
|
|
94
|
+
computed: {
|
|
95
|
+
hasIcons() {
|
|
96
|
+
return this.iconLeft !== "" || this.iconRight !== "";
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
watch: {
|
|
100
|
+
$props: {
|
|
101
|
+
immediate: true,
|
|
102
|
+
deep: true,
|
|
103
|
+
handler() {
|
|
104
|
+
this.validateProps();
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
methods: {
|
|
109
|
+
validateProps() {
|
|
110
|
+
this.validateTypePropCombination();
|
|
111
|
+
this.validateDecorationPropCombination();
|
|
112
|
+
},
|
|
113
|
+
validateTypePropCombination() {
|
|
114
|
+
if (this.type === "ai" && this.kind === "count") {
|
|
115
|
+
console.error("DtBadge error: type: 'ai' with kind: 'count' is an invalid combination.");
|
|
116
|
+
}
|
|
117
|
+
if (this.type !== "bulletin" && this.subtle) {
|
|
118
|
+
console.error("DtBadge error: subtle can only be used with type 'bulletin'");
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
validateDecorationPropCombination() {
|
|
122
|
+
if (!this.decoration) return;
|
|
123
|
+
if (this.kind !== "label" || this.type !== "default") {
|
|
124
|
+
console.error("DtBadge error: decoration prop can only be used with kind: 'label' and type: 'default'.");
|
|
125
|
+
}
|
|
126
|
+
if (this.hasIcons) {
|
|
127
|
+
console.error("DtBadge error: decoration prop cannot be used with iconLeft or iconRight.");
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
};
|
|
132
|
+
var _sfc_render = function render() {
|
|
133
|
+
var _vm = this, _c = _vm._self._c;
|
|
134
|
+
return _c("span", { class: [
|
|
135
|
+
"d-badge",
|
|
136
|
+
_vm.BADGE_TYPE_MODIFIERS[_vm.type],
|
|
137
|
+
_vm.BADGE_KIND_MODIFIERS[_vm.kind],
|
|
138
|
+
_vm.BADGE_DECORATION_MODIFIERS[_vm.decoration],
|
|
139
|
+
{ "d-badge--subtle": _vm.subtle },
|
|
140
|
+
{ "d-badge--outlined": _vm.outlined }
|
|
141
|
+
], attrs: { "data-qa": "dt-badge" } }, [_vm.decoration ? _c("span", { staticClass: "d-badge__decorative" }) : _vm._e(), _vm.iconLeft ? _c("span", { staticClass: "d-badge__icon-left" }, [_c("dt-icon", { attrs: { "name": _vm.iconLeft, "size": "200" } })], 1) : _vm._e(), _c("span", { class: ["d-badge__label", _vm.labelClass] }, [_vm._t("default", function() {
|
|
142
|
+
return [_vm._v(" " + _vm._s(_vm.text) + " ")];
|
|
143
|
+
})], 2), _vm.iconRight ? _c("span", { staticClass: "d-badge__icon-right" }, [_c("dt-icon", { attrs: { "name": _vm.iconRight, "size": "200" } })], 1) : _vm._e()]);
|
|
144
|
+
};
|
|
145
|
+
var _sfc_staticRenderFns = [];
|
|
146
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
147
|
+
_sfc_main,
|
|
148
|
+
_sfc_render,
|
|
149
|
+
_sfc_staticRenderFns,
|
|
150
|
+
false,
|
|
151
|
+
null,
|
|
152
|
+
null
|
|
153
|
+
);
|
|
154
|
+
const DtBadge = __component__.exports;
|
|
155
|
+
export {
|
|
156
|
+
DtBadge as default
|
|
157
|
+
};
|
|
158
|
+
//# sourceMappingURL=badge.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.vue.js","sources":["../../../components/badge/badge.vue"],"sourcesContent":["<template>\n <span\n :class=\"[\n 'd-badge',\n BADGE_TYPE_MODIFIERS[type],\n BADGE_KIND_MODIFIERS[kind],\n BADGE_DECORATION_MODIFIERS[decoration],\n { 'd-badge--subtle': subtle },\n { 'd-badge--outlined': outlined },\n ]\"\n data-qa=\"dt-badge\"\n >\n <span\n v-if=\"decoration\"\n class=\"d-badge__decorative\"\n />\n <span\n v-if=\"iconLeft\"\n class=\"d-badge__icon-left\"\n >\n <dt-icon\n :name=\"iconLeft\"\n size=\"200\"\n />\n </span>\n <span :class=\"['d-badge__label', labelClass]\">\n <!-- @slot Slot for badge content, defaults to text prop -->\n <slot>\n {{ text }}\n </slot>\n </span>\n <span\n v-if=\"iconRight\"\n class=\"d-badge__icon-right\"\n >\n <dt-icon\n :name=\"iconRight\"\n size=\"200\"\n />\n </span>\n </span>\n</template>\n\n<script>\nimport { BADGE_TYPE_MODIFIERS, BADGE_KIND_MODIFIERS, BADGE_DECORATION_MODIFIERS } from './badge_constants';\nimport { DtIcon } from '@/components/icon';\n\n/**\n * A badge is a compact UI element that provides brief, descriptive information about an element.\n * It is terse, ideally one word.\n * @see https://dialtone.dialpad.com/components/badge.html\n */\nexport default {\n name: 'DtBadge',\n\n components: {\n DtIcon,\n },\n\n props: {\n /**\n * Icon on the left side of the badge. Supports any valid icon name from the icon catalog at\n * https://dialtone.dialpad.com/components/icon.html#icon-catalog. If type:'ai' is set, the ai icon\n * will automatically be shown here, but this can be overridden by setting this prop.\n */\n iconLeft: {\n type: String,\n default: '',\n },\n\n /**\n * Icon on the right side of the badge. Supports any valid icon name from the icon catalog at\n * https://dialtone.dialpad.com/components/icon.html#icon-catalog\n */\n iconRight: {\n type: String,\n default: '',\n },\n\n /**\n * Text for the badge content\n */\n text: {\n type: String,\n default: '',\n },\n\n /**\n * The kind of badge which determines the styling\n * @values label, count\n */\n kind: {\n type: String,\n default: 'label',\n validator: (kind) => Object.keys(BADGE_KIND_MODIFIERS).includes(kind),\n },\n\n /**\n * Color for the badge background\n * @values default, info, success, warning, critical, bulletin, ai\n */\n type: {\n type: String,\n default: 'default',\n validator: (type) => Object.keys(BADGE_TYPE_MODIFIERS).includes(type),\n },\n\n /**\n * Decoration for the badge. This can be only used with kind: label and type: default\n * with no iconLeft and iconRight\n * @values default, black-400, black-500, black-900, red-200, red-300, red-400, purple-200,\n * purple-300, purple-400, purple-500, blue-200, blue-300, blue-400, green-300, green-400,\n * green-500, gold-300, gold-400, gold-500, magenta-200, magenta-300, magenta-400\n */\n decoration: {\n type: String,\n default: undefined,\n validator: (type) => Object.keys(BADGE_DECORATION_MODIFIERS).includes(type),\n },\n\n /**\n * Used to customize the label container\n */\n labelClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Shows a subtle appearance for the badge\n * Currently only affects the badge when type is bulletin.\n */\n subtle: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Outlines the badge with a border\n */\n outlined: {\n type: Boolean,\n default: false,\n },\n },\n\n data () {\n return {\n BADGE_TYPE_MODIFIERS,\n BADGE_KIND_MODIFIERS,\n BADGE_DECORATION_MODIFIERS,\n };\n },\n\n computed: {\n hasIcons () {\n return this.iconLeft !== '' || this.iconRight !== '';\n },\n },\n\n watch: {\n $props: {\n immediate: true,\n deep: true,\n handler () {\n this.validateProps();\n },\n },\n },\n\n methods: {\n validateProps () {\n this.validateTypePropCombination();\n this.validateDecorationPropCombination();\n },\n\n validateTypePropCombination () {\n if (this.type === 'ai' && this.kind === 'count') {\n console.error('DtBadge error: type: \\'ai\\' with kind: \\'count\\' is an invalid combination.');\n }\n if (this.type !== 'bulletin' && this.subtle) {\n console.error('DtBadge error: subtle can only be used with type \\'bulletin\\'');\n }\n },\n\n validateDecorationPropCombination () {\n if (!this.decoration) return;\n\n if (this.kind !== 'label' || this.type !== 'default') {\n console.error('DtBadge error: decoration prop can only be used with kind: \\'label\\' and type: \\'default\\'.');\n }\n\n if (this.hasIcons) {\n console.error('DtBadge error: decoration prop cannot be used with iconLeft or iconRight.');\n }\n },\n },\n};\n</script>\n"],"names":[],"mappings":";;;AAoDA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EAEA,YAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,UAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAA,SAAA,OAAA,KAAA,oBAAA,EAAA,SAAA,IAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,MAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAA,SAAA,OAAA,KAAA,oBAAA,EAAA,SAAA,IAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IASA,YAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAA,SAAA,OAAA,KAAA,0BAAA,EAAA,SAAA,IAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,YAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,QAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,UAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AACA,WAAA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AAAA,IACA,WAAA;AACA,aAAA,KAAA,aAAA,MAAA,KAAA,cAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA,IACA,QAAA;AAAA,MACA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AACA,aAAA,cAAA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,SAAA;AAAA,IACA,gBAAA;AACA,WAAA,4BAAA;AACA,WAAA,kCAAA;AAAA,IACA;AAAA,IAEA,8BAAA;AACA,UAAA,KAAA,SAAA,QAAA,KAAA,SAAA,SAAA;AACA,gBAAA,MAAA,yEAAA;AAAA,MACA;AACA,UAAA,KAAA,SAAA,cAAA,KAAA,QAAA;AACA,gBAAA,MAAA,6DAAA;AAAA,MACA;AAAA,IACA;AAAA,IAEA,oCAAA;AACA,UAAA,CAAA,KAAA,WAAA;AAEA,UAAA,KAAA,SAAA,WAAA,KAAA,SAAA,WAAA;AACA,gBAAA,MAAA,yFAAA;AAAA,MACA;AAEA,UAAA,KAAA,UAAA;AACA,gBAAA,MAAA,2EAAA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const BADGE_TYPE_MODIFIERS = {
|
|
4
|
+
default: "",
|
|
5
|
+
info: "d-badge--info",
|
|
6
|
+
success: "d-badge--success",
|
|
7
|
+
warning: "d-badge--warning",
|
|
8
|
+
critical: "d-badge--critical",
|
|
9
|
+
bulletin: "d-badge--bulletin",
|
|
10
|
+
ai: "d-badge--ai"
|
|
11
|
+
};
|
|
12
|
+
const BADGE_KIND_MODIFIERS = {
|
|
13
|
+
label: "",
|
|
14
|
+
count: "d-badge--count"
|
|
15
|
+
};
|
|
16
|
+
const BADGE_DECORATION_MODIFIERS = {
|
|
17
|
+
"black-400": "d-badge--decorate-black-400",
|
|
18
|
+
"black-500": "d-badge--decorate-black-500",
|
|
19
|
+
"black-900": "d-badge--decorate-black-900",
|
|
20
|
+
"red-200": "d-badge--decorate-red-200",
|
|
21
|
+
"red-300": "d-badge--decorate-red-300",
|
|
22
|
+
"red-400": "d-badge--decorate-red-400",
|
|
23
|
+
"purple-200": "d-badge--decorate-purple-200",
|
|
24
|
+
"purple-300": "d-badge--decorate-purple-300",
|
|
25
|
+
"purple-400": "d-badge--decorate-purple-400",
|
|
26
|
+
"purple-500": "d-badge--decorate-purple-500",
|
|
27
|
+
"blue-200": "d-badge--decorate-blue-200",
|
|
28
|
+
"blue-300": "d-badge--decorate-blue-300",
|
|
29
|
+
"blue-400": "d-badge--decorate-blue-400",
|
|
30
|
+
"green-300": "d-badge--decorate-green-300",
|
|
31
|
+
"green-400": "d-badge--decorate-green-400",
|
|
32
|
+
"green-500": "d-badge--decorate-green-500",
|
|
33
|
+
"gold-300": "d-badge--decorate-gold-300",
|
|
34
|
+
"gold-400": "d-badge--decorate-gold-400",
|
|
35
|
+
"gold-500": "d-badge--decorate-gold-500",
|
|
36
|
+
"magenta-200": "d-badge--decorate-magenta-200",
|
|
37
|
+
"magenta-300": "d-badge--decorate-magenta-300",
|
|
38
|
+
"magenta-400": "d-badge--decorate-magenta-400"
|
|
39
|
+
};
|
|
40
|
+
exports.BADGE_DECORATION_MODIFIERS = BADGE_DECORATION_MODIFIERS;
|
|
41
|
+
exports.BADGE_KIND_MODIFIERS = BADGE_KIND_MODIFIERS;
|
|
42
|
+
exports.BADGE_TYPE_MODIFIERS = BADGE_TYPE_MODIFIERS;
|
|
43
|
+
//# sourceMappingURL=badge_constants.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge_constants.cjs","sources":["../../../components/badge/badge_constants.js"],"sourcesContent":["export const BADGE_TYPE_MODIFIERS = {\n default: '',\n info: 'd-badge--info',\n success: 'd-badge--success',\n warning: 'd-badge--warning',\n critical: 'd-badge--critical',\n bulletin: 'd-badge--bulletin',\n ai: 'd-badge--ai',\n};\n\nexport const BADGE_KIND_MODIFIERS = {\n label: '',\n count: 'd-badge--count',\n};\n\nexport const BADGE_DECORATION_MODIFIERS = {\n 'black-400': 'd-badge--decorate-black-400',\n 'black-500': 'd-badge--decorate-black-500',\n 'black-900': 'd-badge--decorate-black-900',\n 'red-200': 'd-badge--decorate-red-200',\n 'red-300': 'd-badge--decorate-red-300',\n 'red-400': 'd-badge--decorate-red-400',\n 'purple-200': 'd-badge--decorate-purple-200',\n 'purple-300': 'd-badge--decorate-purple-300',\n 'purple-400': 'd-badge--decorate-purple-400',\n 'purple-500': 'd-badge--decorate-purple-500',\n 'blue-200': 'd-badge--decorate-blue-200',\n 'blue-300': 'd-badge--decorate-blue-300',\n 'blue-400': 'd-badge--decorate-blue-400',\n 'green-300': 'd-badge--decorate-green-300',\n 'green-400': 'd-badge--decorate-green-400',\n 'green-500': 'd-badge--decorate-green-500',\n 'gold-300': 'd-badge--decorate-gold-300',\n 'gold-400': 'd-badge--decorate-gold-400',\n 'gold-500': 'd-badge--decorate-gold-500',\n 'magenta-200': 'd-badge--decorate-magenta-200',\n 'magenta-300': 'd-badge--decorate-magenta-300',\n 'magenta-400': 'd-badge--decorate-magenta-400',\n};\n"],"names":[],"mappings":";;AAAY,MAAC,uBAAuB;AAAA,EAClC,SAAS;AAAA,EACT,MAAM;AAAA,EACN,SAAS;AAAA,EACT,SAAS;AAAA,EACT,UAAU;AAAA,EACV,UAAU;AAAA,EACV,IAAI;AACN;AAEY,MAAC,uBAAuB;AAAA,EAClC,OAAO;AAAA,EACP,OAAO;AACT;AAEY,MAAC,6BAA6B;AAAA,EACxC,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AAAA,EACb,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,cAAc;AAAA,EACd,cAAc;AAAA,EACd,cAAc;AAAA,EACd,cAAc;AAAA,EACd,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,eAAe;AAAA,EACf,eAAe;AACjB;;;;"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const BADGE_TYPE_MODIFIERS = {
|
|
2
|
+
default: "",
|
|
3
|
+
info: "d-badge--info",
|
|
4
|
+
success: "d-badge--success",
|
|
5
|
+
warning: "d-badge--warning",
|
|
6
|
+
critical: "d-badge--critical",
|
|
7
|
+
bulletin: "d-badge--bulletin",
|
|
8
|
+
ai: "d-badge--ai"
|
|
9
|
+
};
|
|
10
|
+
const BADGE_KIND_MODIFIERS = {
|
|
11
|
+
label: "",
|
|
12
|
+
count: "d-badge--count"
|
|
13
|
+
};
|
|
14
|
+
const BADGE_DECORATION_MODIFIERS = {
|
|
15
|
+
"black-400": "d-badge--decorate-black-400",
|
|
16
|
+
"black-500": "d-badge--decorate-black-500",
|
|
17
|
+
"black-900": "d-badge--decorate-black-900",
|
|
18
|
+
"red-200": "d-badge--decorate-red-200",
|
|
19
|
+
"red-300": "d-badge--decorate-red-300",
|
|
20
|
+
"red-400": "d-badge--decorate-red-400",
|
|
21
|
+
"purple-200": "d-badge--decorate-purple-200",
|
|
22
|
+
"purple-300": "d-badge--decorate-purple-300",
|
|
23
|
+
"purple-400": "d-badge--decorate-purple-400",
|
|
24
|
+
"purple-500": "d-badge--decorate-purple-500",
|
|
25
|
+
"blue-200": "d-badge--decorate-blue-200",
|
|
26
|
+
"blue-300": "d-badge--decorate-blue-300",
|
|
27
|
+
"blue-400": "d-badge--decorate-blue-400",
|
|
28
|
+
"green-300": "d-badge--decorate-green-300",
|
|
29
|
+
"green-400": "d-badge--decorate-green-400",
|
|
30
|
+
"green-500": "d-badge--decorate-green-500",
|
|
31
|
+
"gold-300": "d-badge--decorate-gold-300",
|
|
32
|
+
"gold-400": "d-badge--decorate-gold-400",
|
|
33
|
+
"gold-500": "d-badge--decorate-gold-500",
|
|
34
|
+
"magenta-200": "d-badge--decorate-magenta-200",
|
|
35
|
+
"magenta-300": "d-badge--decorate-magenta-300",
|
|
36
|
+
"magenta-400": "d-badge--decorate-magenta-400"
|
|
37
|
+
};
|
|
38
|
+
export {
|
|
39
|
+
BADGE_DECORATION_MODIFIERS,
|
|
40
|
+
BADGE_KIND_MODIFIERS,
|
|
41
|
+
BADGE_TYPE_MODIFIERS
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=badge_constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge_constants.js","sources":["../../../components/badge/badge_constants.js"],"sourcesContent":["export const BADGE_TYPE_MODIFIERS = {\n default: '',\n info: 'd-badge--info',\n success: 'd-badge--success',\n warning: 'd-badge--warning',\n critical: 'd-badge--critical',\n bulletin: 'd-badge--bulletin',\n ai: 'd-badge--ai',\n};\n\nexport const BADGE_KIND_MODIFIERS = {\n label: '',\n count: 'd-badge--count',\n};\n\nexport const BADGE_DECORATION_MODIFIERS = {\n 'black-400': 'd-badge--decorate-black-400',\n 'black-500': 'd-badge--decorate-black-500',\n 'black-900': 'd-badge--decorate-black-900',\n 'red-200': 'd-badge--decorate-red-200',\n 'red-300': 'd-badge--decorate-red-300',\n 'red-400': 'd-badge--decorate-red-400',\n 'purple-200': 'd-badge--decorate-purple-200',\n 'purple-300': 'd-badge--decorate-purple-300',\n 'purple-400': 'd-badge--decorate-purple-400',\n 'purple-500': 'd-badge--decorate-purple-500',\n 'blue-200': 'd-badge--decorate-blue-200',\n 'blue-300': 'd-badge--decorate-blue-300',\n 'blue-400': 'd-badge--decorate-blue-400',\n 'green-300': 'd-badge--decorate-green-300',\n 'green-400': 'd-badge--decorate-green-400',\n 'green-500': 'd-badge--decorate-green-500',\n 'gold-300': 'd-badge--decorate-gold-300',\n 'gold-400': 'd-badge--decorate-gold-400',\n 'gold-500': 'd-badge--decorate-gold-500',\n 'magenta-200': 'd-badge--decorate-magenta-200',\n 'magenta-300': 'd-badge--decorate-magenta-300',\n 'magenta-400': 'd-badge--decorate-magenta-400',\n};\n"],"names":[],"mappings":"AAAY,MAAC,uBAAuB;AAAA,EAClC,SAAS;AAAA,EACT,MAAM;AAAA,EACN,SAAS;AAAA,EACT,SAAS;AAAA,EACT,UAAU;AAAA,EACV,UAAU;AAAA,EACV,IAAI;AACN;AAEY,MAAC,uBAAuB;AAAA,EAClC,OAAO;AAAA,EACP,OAAO;AACT;AAEY,MAAC,6BAA6B;AAAA,EACxC,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AAAA,EACb,WAAW;AAAA,EACX,WAAW;AAAA,EACX,WAAW;AAAA,EACX,cAAc;AAAA,EACd,cAAc;AAAA,EACd,cAAc;AAAA,EACd,cAAc;AAAA,EACd,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,eAAe;AAAA,EACf,eAAe;AACjB;"}
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const modal = require("../../common/mixins/modal.cjs");
|
|
3
|
+
const common_utils = require("../../common/utils.cjs");
|
|
4
|
+
const sr_only_close_button = require("../../common/mixins/sr_only_close_button.cjs");
|
|
5
|
+
const _pluginVue2_normalizer = require("../../_virtual/_plugin-vue2_normalizer.cjs");
|
|
6
|
+
const notice_icon = require("../notice/notice_icon.vue.cjs");
|
|
7
|
+
const notice_content = require("../notice/notice_content.vue.cjs");
|
|
8
|
+
const notice_action = require("../notice/notice_action.vue.cjs");
|
|
9
|
+
const notice_constants = require("../notice/notice_constants.cjs");
|
|
10
|
+
const _sfc_main = {
|
|
11
|
+
name: "DtBanner",
|
|
12
|
+
components: {
|
|
13
|
+
DtNoticeIcon: notice_icon,
|
|
14
|
+
DtNoticeContent: notice_content,
|
|
15
|
+
DtNoticeAction: notice_action
|
|
16
|
+
},
|
|
17
|
+
mixins: [modal, sr_only_close_button],
|
|
18
|
+
props: {
|
|
19
|
+
/**
|
|
20
|
+
* Sets an ID on the title element of the component. Useful for aria-describedby
|
|
21
|
+
* or aria-labelledby or any other reason you may need an id to refer to the title.
|
|
22
|
+
*/
|
|
23
|
+
titleId: {
|
|
24
|
+
type: String,
|
|
25
|
+
default() {
|
|
26
|
+
return common_utils.default.getUniqueString();
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
/**
|
|
30
|
+
* Sets an ID on the content element of the component. Useful for aria-describedby
|
|
31
|
+
* or aria-labelledby or any other reason you may need an id to refer to the content.
|
|
32
|
+
*/
|
|
33
|
+
contentId: {
|
|
34
|
+
type: String,
|
|
35
|
+
default() {
|
|
36
|
+
return common_utils.default.getUniqueString();
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
/**
|
|
40
|
+
* Title header of the notice. This can be left blank to remove the title from the notice entirely.
|
|
41
|
+
*/
|
|
42
|
+
title: {
|
|
43
|
+
type: String,
|
|
44
|
+
default: ""
|
|
45
|
+
},
|
|
46
|
+
/**
|
|
47
|
+
* Used in scenarios where the message needs to visually dominate the screen.
|
|
48
|
+
* This will also change the aria role from status to alertdialog.
|
|
49
|
+
* and will modally trap the keyboard focus in the dialog as soon as it displays.
|
|
50
|
+
* @values true, false
|
|
51
|
+
*/
|
|
52
|
+
important: {
|
|
53
|
+
type: Boolean,
|
|
54
|
+
default: false
|
|
55
|
+
},
|
|
56
|
+
/**
|
|
57
|
+
* Pins the banner to the top of the window and pushes all app content down.
|
|
58
|
+
* @values true, false
|
|
59
|
+
*/
|
|
60
|
+
pinned: {
|
|
61
|
+
type: Boolean,
|
|
62
|
+
default: false
|
|
63
|
+
},
|
|
64
|
+
/**
|
|
65
|
+
* Severity level of the notice, sets the icon and background
|
|
66
|
+
* @values base, error, info, success, warning
|
|
67
|
+
*/
|
|
68
|
+
kind: {
|
|
69
|
+
type: String,
|
|
70
|
+
default: "base",
|
|
71
|
+
validate(kind) {
|
|
72
|
+
return notice_constants.NOTICE_KINDS.includes(kind);
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
/**
|
|
76
|
+
* Props for the notice close button.
|
|
77
|
+
*/
|
|
78
|
+
closeButtonProps: {
|
|
79
|
+
type: Object,
|
|
80
|
+
default: () => ({})
|
|
81
|
+
},
|
|
82
|
+
/**
|
|
83
|
+
* Hides the close button from the notice
|
|
84
|
+
* @values true, false
|
|
85
|
+
*/
|
|
86
|
+
hideClose: {
|
|
87
|
+
type: Boolean,
|
|
88
|
+
default: false
|
|
89
|
+
},
|
|
90
|
+
/**
|
|
91
|
+
* Hides the icon from the notice
|
|
92
|
+
* @values true, false
|
|
93
|
+
*/
|
|
94
|
+
hideIcon: {
|
|
95
|
+
type: Boolean,
|
|
96
|
+
default: false
|
|
97
|
+
},
|
|
98
|
+
/**
|
|
99
|
+
* Hides the action from the notice
|
|
100
|
+
* @values true, false
|
|
101
|
+
*/
|
|
102
|
+
hideAction: {
|
|
103
|
+
type: Boolean,
|
|
104
|
+
default: false
|
|
105
|
+
},
|
|
106
|
+
/**
|
|
107
|
+
* Inner dialog class
|
|
108
|
+
*/
|
|
109
|
+
dialogClass: {
|
|
110
|
+
type: String,
|
|
111
|
+
default: ""
|
|
112
|
+
},
|
|
113
|
+
/**
|
|
114
|
+
* Banner background image
|
|
115
|
+
*/
|
|
116
|
+
backgroundImage: {
|
|
117
|
+
type: String,
|
|
118
|
+
default: ""
|
|
119
|
+
},
|
|
120
|
+
/**
|
|
121
|
+
* Background image size, follows the background-size CSS property values
|
|
122
|
+
* <a class="d-link" href="https://developer.mozilla.org/en-US/docs/Web/CSS/background-size" target="_blank">
|
|
123
|
+
* CSS background-sizes
|
|
124
|
+
* </a>
|
|
125
|
+
*/
|
|
126
|
+
backgroundSize: {
|
|
127
|
+
type: String,
|
|
128
|
+
default: "cover"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
emits: [
|
|
132
|
+
/**
|
|
133
|
+
* Close button click event
|
|
134
|
+
*
|
|
135
|
+
* @event close
|
|
136
|
+
*/
|
|
137
|
+
"close"
|
|
138
|
+
],
|
|
139
|
+
computed: {
|
|
140
|
+
role() {
|
|
141
|
+
return this.important ? "alertdialog" : "status";
|
|
142
|
+
},
|
|
143
|
+
bannerClass() {
|
|
144
|
+
const kindClasses = {
|
|
145
|
+
error: "d-banner--error",
|
|
146
|
+
info: "d-banner--info",
|
|
147
|
+
success: "d-banner--success",
|
|
148
|
+
warning: "d-banner--warning",
|
|
149
|
+
base: "d-banner--base"
|
|
150
|
+
};
|
|
151
|
+
return [
|
|
152
|
+
"d-banner",
|
|
153
|
+
kindClasses[this.kind],
|
|
154
|
+
{
|
|
155
|
+
"d-banner--important": this.important,
|
|
156
|
+
"d-banner--pinned": this.pinned
|
|
157
|
+
}
|
|
158
|
+
];
|
|
159
|
+
},
|
|
160
|
+
bannerBackgroundImage() {
|
|
161
|
+
if (this.backgroundImage === "") return null;
|
|
162
|
+
return `background-image: url(${this.backgroundImage});
|
|
163
|
+
background-size: ${this.backgroundSize};`;
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
mounted() {
|
|
167
|
+
if (this.important) {
|
|
168
|
+
this.focusFirstElement();
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
methods: {
|
|
172
|
+
trapFocus(e) {
|
|
173
|
+
if (this.important) {
|
|
174
|
+
this.focusTrappedTabPress(e);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
};
|
|
179
|
+
var _sfc_render = function render() {
|
|
180
|
+
var _vm = this, _c = _vm._self._c;
|
|
181
|
+
return _c("aside", { class: _vm.bannerClass, style: _vm.bannerBackgroundImage, on: { "keydown": function($event) {
|
|
182
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "tab", 9, $event.key, "Tab")) return null;
|
|
183
|
+
return _vm.trapFocus.apply(null, arguments);
|
|
184
|
+
} } }, [_c("div", { staticClass: "d-banner__dialog", class: _vm.dialogClass, attrs: { "role": _vm.role, "aria-labelledby": _vm.titleId, "aria-describedby": _vm.contentId } }, [!_vm.hideIcon ? _c("dt-notice-icon", _vm._g({ attrs: { "kind": _vm.kind } }, _vm.$listeners), [_vm._t("icon")], 2) : _vm._e(), _c("dt-notice-content", _vm._g({ attrs: { "title-id": _vm.titleId, "content-id": _vm.contentId, "title": _vm.title }, scopedSlots: _vm._u([{ key: "titleOverride", fn: function() {
|
|
185
|
+
return [_vm._t("titleOverride")];
|
|
186
|
+
}, proxy: true }], null, true) }, _vm.$listeners), [_vm._t("default")], 2), _c("dt-notice-action", _vm._g({ attrs: { "hide-action": _vm.hideAction, "hide-close": _vm.hideClose, "close-button-props": _vm.closeButtonProps, "visually-hidden-close": _vm.visuallyHiddenClose, "visually-hidden-close-label": _vm.visuallyHiddenCloseLabel } }, _vm.$listeners), [_vm._t("action")], 2)], 1)]);
|
|
187
|
+
};
|
|
188
|
+
var _sfc_staticRenderFns = [];
|
|
189
|
+
var __component__ = /* @__PURE__ */ _pluginVue2_normalizer(
|
|
190
|
+
_sfc_main,
|
|
191
|
+
_sfc_render,
|
|
192
|
+
_sfc_staticRenderFns,
|
|
193
|
+
false,
|
|
194
|
+
null,
|
|
195
|
+
null
|
|
196
|
+
);
|
|
197
|
+
const banner = __component__.exports;
|
|
198
|
+
module.exports = banner;
|
|
199
|
+
//# sourceMappingURL=banner.vue.cjs.map
|