@dialpad/dialtone-vue 2.157.1-beta.1 → 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 @@
|
|
|
1
|
+
{"version":3,"file":"tab_group.vue.cjs","sources":["../../../components/tabs/tab_group.vue"],"sourcesContent":["<template>\n <div\n data-qa=\"dt-tab-group\"\n >\n <!-- eslint-disable-next-line vuejs-accessibility/interactive-supports-focus -->\n <div\n :class=\"[\n 'd-tablist',\n TAB_LIST_SIZE_MODIFIERS[size],\n {\n [TAB_LIST_KIND_MODIFIERS.inverted]: inverted,\n [TAB_LIST_IMPORTANCE_MODIFIERS.borderless]: borderless,\n },\n tabListClass,\n ]\"\n v-bind=\"tabListChildProps\"\n role=\"tablist\"\n :aria-label=\"label\"\n @keyup.left=\"tabLeft\"\n @keyup.right=\"tabRight\"\n @keyup.enter=\"selectTab\"\n @keyup.space=\"selectTab\"\n @keydown.home=\"onHomeButton\"\n @keydown.end=\"onEndButton\"\n >\n <!-- @slot Slot for Tabs -->\n <slot name=\"tabs\" />\n </div>\n <!-- @slot Default slot for Panel -->\n <slot />\n </div>\n</template>\n\n<script>\nimport {\n TAB_LIST_SIZES,\n TAB_LIST_KIND_MODIFIERS,\n TAB_LIST_IMPORTANCE_MODIFIERS,\n TAB_LIST_SIZE_MODIFIERS,\n} from './tabs_constants';\n\n/**\n * Tabs allow users to navigation between grouped content in different views while within the same page context.\n * @see https://dialtone.dialpad.com/components/tabs.html\n */\nexport default {\n name: 'DtTabGroup',\n\n provide () {\n return {\n groupContext: this.provideObj,\n changeContentPanel: this.changeContentPanel,\n setFocus: this.setFocus,\n };\n },\n\n props: {\n /**\n * Identifies the tab group\n */\n label: {\n type: String,\n default: '',\n },\n\n /**\n * The id of the selected tab panel which should be displayed\n */\n selected: {\n type: String,\n default: '',\n },\n\n /**\n * If true, disables the tab group\n * @values true, false\n */\n disabled: {\n type: Boolean,\n default: false,\n },\n\n /**\n * If true, applies inverted styles to the tab group\n * @values true, false\n */\n inverted: {\n type: Boolean,\n default: false,\n },\n\n /**\n * If true, applies borderless styles to the tab group\n * @values true, false\n */\n borderless: {\n type: Boolean,\n default: false,\n },\n\n /**\n * If provided, applies size styles to the tab group\n * @values default, sm\n */\n size: {\n type: String,\n default: 'default',\n validate (size) {\n return TAB_LIST_SIZES.includes(size);\n },\n },\n\n /**\n * Pass through classes, used to customize the tab list\n */\n tabListClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Pass through props, used to customize the tab list\n */\n tabListChildProps: {\n type: Object,\n default: () => ({}),\n },\n },\n\n emits: [\n /**\n * Change tab event with the arguments: selected id of the current tab and disabled value\n *\n * @event change\n * @type {Object}\n */\n 'change',\n ],\n\n data () {\n return {\n provideObj: {\n selected: '', // the currently displayed tab id\n disabled: false, // disable group\n },\n\n focusId: null,\n tabs: [],\n TAB_LIST_SIZE_MODIFIERS,\n TAB_LIST_KIND_MODIFIERS,\n TAB_LIST_IMPORTANCE_MODIFIERS,\n };\n },\n\n watch: {\n disabled: {\n immediate: true,\n handler () {\n this.provideObj.disabled = this.disabled;\n },\n },\n\n selected: {\n immediate: true,\n handler () {\n this.provideObj.selected = this.selected;\n },\n },\n },\n\n mounted () {\n this.updateSelected();\n },\n\n beforeUpdate () {\n this.updateSelected();\n },\n\n methods: {\n updateSelected () {\n /**\n * Prevent override tab selected by default\n */\n if (!this.provideObj.selected) {\n this.provideObj.selected = this.selected;\n }\n this.tabs = this.getTabChildren();\n },\n\n setFocus (focusId) {\n this.focusId = focusId;\n },\n\n getTabChildren () {\n return Array.from(this.$el.querySelectorAll('.d-tab'))\n .map(el => {\n return ({\n context: el,\n panelId: el.getAttribute('aria-controls')?.replace('dt-panel-', ''),\n id: el.getAttribute('id')?.replace('dt-tab-', ''),\n isSelected: el.getAttribute('aria-selected') === 'true',\n });\n });\n },\n\n onChange () {\n this.$emit('change', { ...this.provideObj });\n },\n\n changeContentPanel ({ selected, selectOverride }) {\n this.provideObj.selected = selected;\n if (!selectOverride) {\n this.onChange();\n }\n },\n\n tabLeft () {\n const { index, tabs } = this.getIndexAndTabs();\n if (index === -1) return;\n const indexElement = index - 1 < 0 ? tabs.length - 1 : index - 1;\n this.selectFocusOnTab(indexElement, tabs);\n },\n\n tabRight () {\n const { index, tabs } = this.getIndexAndTabs();\n if (index === -1) return;\n\n const indexElement = index + 1 > tabs.length - 1 ? 0 : index + 1;\n this.selectFocusOnTab(indexElement, tabs);\n },\n\n selectFocusOnTab (index, tabs) {\n const { context } = tabs[index];\n context.focus();\n },\n\n selectTab () {\n const { tabs, index } = this.getIndexAndTabs();\n this.selectTabByIndex(index, tabs);\n },\n\n selectTabByIndex (index, tabs) {\n const { context, panelId } = tabs[index];\n this.provideObj.selected = panelId;\n context.focus();\n },\n\n getIndexAndTabs () {\n const index = this.tabs.findIndex((context) =>\n this.focusId ? context.id === `${this.focusId}` : context.isSelected);\n return {\n tabs: this.tabs,\n index,\n };\n },\n\n onHomeButton () {\n if (this.tabs.length === 0) return;\n this.tabs[0]?.context?.focus();\n },\n\n onEndButton () {\n if (this.tabs.length === 0) return;\n this.tabs[this.tabs.length - 1]?.context?.focus();\n },\n },\n};\n</script>\n"],"names":["TAB_LIST_SIZES","TAB_LIST_SIZE_MODIFIERS","TAB_LIST_KIND_MODIFIERS","TAB_LIST_IMPORTANCE_MODIFIERS"],"mappings":"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"}
|
|
@@ -1,19 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
const TAB_LIST_SIZE_MODIFIERS = {
|
|
5
|
-
sm: "d-tablist--sm"
|
|
6
|
-
};
|
|
7
|
-
const TAB_LIST_KIND_MODIFIERS = {
|
|
8
|
-
inverted: "d-tablist--inverted"
|
|
9
|
-
};
|
|
10
|
-
const TAB_LIST_IMPORTANCE_MODIFIERS = {
|
|
11
|
-
borderless: "d-tablist--no-border"
|
|
12
|
-
};
|
|
13
|
-
const TAB_IMPORTANCE_MODIFIERS = {
|
|
14
|
-
selected: "d-tab--selected"
|
|
15
|
-
};
|
|
16
|
-
const _sfc_main$1 = {
|
|
1
|
+
import { TAB_LIST_SIZES, TAB_LIST_SIZE_MODIFIERS, TAB_LIST_KIND_MODIFIERS, TAB_LIST_IMPORTANCE_MODIFIERS } from "./tabs_constants.js";
|
|
2
|
+
import normalizeComponent from "../../_virtual/_plugin-vue2_normalizer.js";
|
|
3
|
+
const _sfc_main = {
|
|
17
4
|
name: "DtTabGroup",
|
|
18
5
|
provide() {
|
|
19
6
|
return {
|
|
@@ -163,15 +150,13 @@ const _sfc_main$1 = {
|
|
|
163
150
|
},
|
|
164
151
|
tabLeft() {
|
|
165
152
|
const { index, tabs } = this.getIndexAndTabs();
|
|
166
|
-
if (index === -1)
|
|
167
|
-
return;
|
|
153
|
+
if (index === -1) return;
|
|
168
154
|
const indexElement = index - 1 < 0 ? tabs.length - 1 : index - 1;
|
|
169
155
|
this.selectFocusOnTab(indexElement, tabs);
|
|
170
156
|
},
|
|
171
157
|
tabRight() {
|
|
172
158
|
const { index, tabs } = this.getIndexAndTabs();
|
|
173
|
-
if (index === -1)
|
|
174
|
-
return;
|
|
159
|
+
if (index === -1) return;
|
|
175
160
|
const indexElement = index + 1 > tabs.length - 1 ? 0 : index + 1;
|
|
176
161
|
this.selectFocusOnTab(indexElement, tabs);
|
|
177
162
|
},
|
|
@@ -197,19 +182,17 @@ const _sfc_main$1 = {
|
|
|
197
182
|
},
|
|
198
183
|
onHomeButton() {
|
|
199
184
|
var _a, _b;
|
|
200
|
-
if (this.tabs.length === 0)
|
|
201
|
-
return;
|
|
185
|
+
if (this.tabs.length === 0) return;
|
|
202
186
|
(_b = (_a = this.tabs[0]) == null ? void 0 : _a.context) == null ? void 0 : _b.focus();
|
|
203
187
|
},
|
|
204
188
|
onEndButton() {
|
|
205
189
|
var _a, _b;
|
|
206
|
-
if (this.tabs.length === 0)
|
|
207
|
-
return;
|
|
190
|
+
if (this.tabs.length === 0) return;
|
|
208
191
|
(_b = (_a = this.tabs[this.tabs.length - 1]) == null ? void 0 : _a.context) == null ? void 0 : _b.focus();
|
|
209
192
|
}
|
|
210
193
|
}
|
|
211
194
|
};
|
|
212
|
-
var _sfc_render
|
|
195
|
+
var _sfc_render = function render() {
|
|
213
196
|
var _vm = this, _c = _vm._self._c;
|
|
214
197
|
return _c("div", { attrs: { "data-qa": "dt-tab-group" } }, [_c("div", _vm._b({ class: [
|
|
215
198
|
"d-tablist",
|
|
@@ -220,150 +203,27 @@ var _sfc_render$1 = function render() {
|
|
|
220
203
|
},
|
|
221
204
|
_vm.tabListClass
|
|
222
205
|
], attrs: { "role": "tablist", "aria-label": _vm.label }, on: { "keyup": [function($event) {
|
|
223
|
-
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "left", 37, $event.key, ["Left", "ArrowLeft"]))
|
|
224
|
-
|
|
225
|
-
if ("button" in $event && $event.button !== 0)
|
|
226
|
-
return null;
|
|
206
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "left", 37, $event.key, ["Left", "ArrowLeft"])) return null;
|
|
207
|
+
if ("button" in $event && $event.button !== 0) return null;
|
|
227
208
|
return _vm.tabLeft.apply(null, arguments);
|
|
228
209
|
}, function($event) {
|
|
229
|
-
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "right", 39, $event.key, ["Right", "ArrowRight"]))
|
|
230
|
-
|
|
231
|
-
if ("button" in $event && $event.button !== 2)
|
|
232
|
-
return null;
|
|
210
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "right", 39, $event.key, ["Right", "ArrowRight"])) return null;
|
|
211
|
+
if ("button" in $event && $event.button !== 2) return null;
|
|
233
212
|
return _vm.tabRight.apply(null, arguments);
|
|
234
213
|
}, function($event) {
|
|
235
|
-
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter"))
|
|
236
|
-
return null;
|
|
214
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "enter", 13, $event.key, "Enter")) return null;
|
|
237
215
|
return _vm.selectTab.apply(null, arguments);
|
|
238
216
|
}, function($event) {
|
|
239
|
-
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"]))
|
|
240
|
-
return null;
|
|
217
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "space", 32, $event.key, [" ", "Spacebar"])) return null;
|
|
241
218
|
return _vm.selectTab.apply(null, arguments);
|
|
242
219
|
}], "keydown": [function($event) {
|
|
243
|
-
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "home", void 0, $event.key, void 0))
|
|
244
|
-
return null;
|
|
220
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "home", void 0, $event.key, void 0)) return null;
|
|
245
221
|
return _vm.onHomeButton.apply(null, arguments);
|
|
246
222
|
}, function($event) {
|
|
247
|
-
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "end", void 0, $event.key, void 0))
|
|
248
|
-
return null;
|
|
223
|
+
if (!$event.type.indexOf("key") && _vm._k($event.keyCode, "end", void 0, $event.key, void 0)) return null;
|
|
249
224
|
return _vm.onEndButton.apply(null, arguments);
|
|
250
225
|
}] } }, "div", _vm.tabListChildProps, false), [_vm._t("tabs")], 2), _vm._t("default")], 2);
|
|
251
226
|
};
|
|
252
|
-
var _sfc_staticRenderFns$1 = [];
|
|
253
|
-
var __component__$1 = /* @__PURE__ */ normalizeComponent(
|
|
254
|
-
_sfc_main$1,
|
|
255
|
-
_sfc_render$1,
|
|
256
|
-
_sfc_staticRenderFns$1,
|
|
257
|
-
false,
|
|
258
|
-
null,
|
|
259
|
-
null,
|
|
260
|
-
null,
|
|
261
|
-
null
|
|
262
|
-
);
|
|
263
|
-
const DtTabGroup = __component__$1.exports;
|
|
264
|
-
const _sfc_main = {
|
|
265
|
-
name: "DtTab",
|
|
266
|
-
components: {
|
|
267
|
-
DtButton
|
|
268
|
-
},
|
|
269
|
-
inject: ["changeContentPanel", "groupContext", "setFocus"],
|
|
270
|
-
inheritAttrs: false,
|
|
271
|
-
props: {
|
|
272
|
-
/**
|
|
273
|
-
* Id of the tab
|
|
274
|
-
*/
|
|
275
|
-
id: {
|
|
276
|
-
type: String,
|
|
277
|
-
required: true
|
|
278
|
-
},
|
|
279
|
-
/**
|
|
280
|
-
* Id of the associated content panel
|
|
281
|
-
*/
|
|
282
|
-
panelId: {
|
|
283
|
-
type: String,
|
|
284
|
-
required: true
|
|
285
|
-
},
|
|
286
|
-
/**
|
|
287
|
-
* Describes the tab
|
|
288
|
-
*/
|
|
289
|
-
label: {
|
|
290
|
-
type: String,
|
|
291
|
-
default: ""
|
|
292
|
-
},
|
|
293
|
-
/**
|
|
294
|
-
* Controls the state of the tab
|
|
295
|
-
* @values true, false
|
|
296
|
-
*/
|
|
297
|
-
selected: {
|
|
298
|
-
type: Boolean,
|
|
299
|
-
default: false
|
|
300
|
-
},
|
|
301
|
-
/**
|
|
302
|
-
* If true, disables the tab
|
|
303
|
-
* @values true, false
|
|
304
|
-
*/
|
|
305
|
-
disabled: {
|
|
306
|
-
type: Boolean,
|
|
307
|
-
default: false
|
|
308
|
-
},
|
|
309
|
-
/**
|
|
310
|
-
* Used to customize the tab element
|
|
311
|
-
*/
|
|
312
|
-
tabClass: {
|
|
313
|
-
type: [String, Array, Object],
|
|
314
|
-
default: ""
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
data() {
|
|
318
|
-
return {
|
|
319
|
-
TAB_IMPORTANCE_MODIFIERS
|
|
320
|
-
};
|
|
321
|
-
},
|
|
322
|
-
computed: {
|
|
323
|
-
isSelected() {
|
|
324
|
-
return this.groupContext.selected === this.panelId;
|
|
325
|
-
},
|
|
326
|
-
tabListeners() {
|
|
327
|
-
return {
|
|
328
|
-
...this.$listeners,
|
|
329
|
-
click: (event) => {
|
|
330
|
-
this.selectPanel();
|
|
331
|
-
this.$emit("click", event);
|
|
332
|
-
},
|
|
333
|
-
focus: (event) => {
|
|
334
|
-
this.setFocus(this.id);
|
|
335
|
-
this.$emit("focus", event);
|
|
336
|
-
}
|
|
337
|
-
};
|
|
338
|
-
}
|
|
339
|
-
},
|
|
340
|
-
mounted() {
|
|
341
|
-
this.setSelectedPanelByDefault();
|
|
342
|
-
},
|
|
343
|
-
methods: {
|
|
344
|
-
setSelectedPanelByDefault() {
|
|
345
|
-
if (this.selected) {
|
|
346
|
-
this.selectPanel(true);
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
selectPanel(selectOverride = false) {
|
|
350
|
-
this.changeContentPanel({
|
|
351
|
-
selected: this.panelId,
|
|
352
|
-
selectOverride
|
|
353
|
-
});
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
};
|
|
357
|
-
var _sfc_render = function render2() {
|
|
358
|
-
var _vm = this, _c = _vm._self._c;
|
|
359
|
-
return _c("dt-button", _vm._g(_vm._b({ class: [
|
|
360
|
-
"d-tab",
|
|
361
|
-
{
|
|
362
|
-
[_vm.TAB_IMPORTANCE_MODIFIERS.selected]: _vm.isSelected
|
|
363
|
-
},
|
|
364
|
-
_vm.tabClass
|
|
365
|
-
], attrs: { "id": `dt-tab-${_vm.id}`, "role": "tab", "aria-selected": `${_vm.isSelected}`, "aria-controls": `dt-panel-${_vm.panelId}`, "aria-label": _vm.label, "data-qa": "dt-tab", "tabindex": _vm.isSelected ? "0" : "-1", "disabled": _vm.groupContext.disabled || _vm.disabled } }, "dt-button", _vm.$attrs, false), _vm.tabListeners), [_vm._t("default")], 2);
|
|
366
|
-
};
|
|
367
227
|
var _sfc_staticRenderFns = [];
|
|
368
228
|
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
369
229
|
_sfc_main,
|
|
@@ -371,17 +231,10 @@ var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
|
371
231
|
_sfc_staticRenderFns,
|
|
372
232
|
false,
|
|
373
233
|
null,
|
|
374
|
-
null,
|
|
375
|
-
null,
|
|
376
234
|
null
|
|
377
235
|
);
|
|
378
|
-
const
|
|
236
|
+
const DtTabGroup = __component__.exports;
|
|
379
237
|
export {
|
|
380
|
-
|
|
381
|
-
DtTabGroup,
|
|
382
|
-
TAB_IMPORTANCE_MODIFIERS,
|
|
383
|
-
TAB_LIST_IMPORTANCE_MODIFIERS,
|
|
384
|
-
TAB_LIST_KIND_MODIFIERS,
|
|
385
|
-
TAB_LIST_SIZES
|
|
238
|
+
DtTabGroup as default
|
|
386
239
|
};
|
|
387
|
-
//# sourceMappingURL=
|
|
240
|
+
//# sourceMappingURL=tab_group.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab_group.vue.js","sources":["../../../components/tabs/tab_group.vue"],"sourcesContent":["<template>\n <div\n data-qa=\"dt-tab-group\"\n >\n <!-- eslint-disable-next-line vuejs-accessibility/interactive-supports-focus -->\n <div\n :class=\"[\n 'd-tablist',\n TAB_LIST_SIZE_MODIFIERS[size],\n {\n [TAB_LIST_KIND_MODIFIERS.inverted]: inverted,\n [TAB_LIST_IMPORTANCE_MODIFIERS.borderless]: borderless,\n },\n tabListClass,\n ]\"\n v-bind=\"tabListChildProps\"\n role=\"tablist\"\n :aria-label=\"label\"\n @keyup.left=\"tabLeft\"\n @keyup.right=\"tabRight\"\n @keyup.enter=\"selectTab\"\n @keyup.space=\"selectTab\"\n @keydown.home=\"onHomeButton\"\n @keydown.end=\"onEndButton\"\n >\n <!-- @slot Slot for Tabs -->\n <slot name=\"tabs\" />\n </div>\n <!-- @slot Default slot for Panel -->\n <slot />\n </div>\n</template>\n\n<script>\nimport {\n TAB_LIST_SIZES,\n TAB_LIST_KIND_MODIFIERS,\n TAB_LIST_IMPORTANCE_MODIFIERS,\n TAB_LIST_SIZE_MODIFIERS,\n} from './tabs_constants';\n\n/**\n * Tabs allow users to navigation between grouped content in different views while within the same page context.\n * @see https://dialtone.dialpad.com/components/tabs.html\n */\nexport default {\n name: 'DtTabGroup',\n\n provide () {\n return {\n groupContext: this.provideObj,\n changeContentPanel: this.changeContentPanel,\n setFocus: this.setFocus,\n };\n },\n\n props: {\n /**\n * Identifies the tab group\n */\n label: {\n type: String,\n default: '',\n },\n\n /**\n * The id of the selected tab panel which should be displayed\n */\n selected: {\n type: String,\n default: '',\n },\n\n /**\n * If true, disables the tab group\n * @values true, false\n */\n disabled: {\n type: Boolean,\n default: false,\n },\n\n /**\n * If true, applies inverted styles to the tab group\n * @values true, false\n */\n inverted: {\n type: Boolean,\n default: false,\n },\n\n /**\n * If true, applies borderless styles to the tab group\n * @values true, false\n */\n borderless: {\n type: Boolean,\n default: false,\n },\n\n /**\n * If provided, applies size styles to the tab group\n * @values default, sm\n */\n size: {\n type: String,\n default: 'default',\n validate (size) {\n return TAB_LIST_SIZES.includes(size);\n },\n },\n\n /**\n * Pass through classes, used to customize the tab list\n */\n tabListClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Pass through props, used to customize the tab list\n */\n tabListChildProps: {\n type: Object,\n default: () => ({}),\n },\n },\n\n emits: [\n /**\n * Change tab event with the arguments: selected id of the current tab and disabled value\n *\n * @event change\n * @type {Object}\n */\n 'change',\n ],\n\n data () {\n return {\n provideObj: {\n selected: '', // the currently displayed tab id\n disabled: false, // disable group\n },\n\n focusId: null,\n tabs: [],\n TAB_LIST_SIZE_MODIFIERS,\n TAB_LIST_KIND_MODIFIERS,\n TAB_LIST_IMPORTANCE_MODIFIERS,\n };\n },\n\n watch: {\n disabled: {\n immediate: true,\n handler () {\n this.provideObj.disabled = this.disabled;\n },\n },\n\n selected: {\n immediate: true,\n handler () {\n this.provideObj.selected = this.selected;\n },\n },\n },\n\n mounted () {\n this.updateSelected();\n },\n\n beforeUpdate () {\n this.updateSelected();\n },\n\n methods: {\n updateSelected () {\n /**\n * Prevent override tab selected by default\n */\n if (!this.provideObj.selected) {\n this.provideObj.selected = this.selected;\n }\n this.tabs = this.getTabChildren();\n },\n\n setFocus (focusId) {\n this.focusId = focusId;\n },\n\n getTabChildren () {\n return Array.from(this.$el.querySelectorAll('.d-tab'))\n .map(el => {\n return ({\n context: el,\n panelId: el.getAttribute('aria-controls')?.replace('dt-panel-', ''),\n id: el.getAttribute('id')?.replace('dt-tab-', ''),\n isSelected: el.getAttribute('aria-selected') === 'true',\n });\n });\n },\n\n onChange () {\n this.$emit('change', { ...this.provideObj });\n },\n\n changeContentPanel ({ selected, selectOverride }) {\n this.provideObj.selected = selected;\n if (!selectOverride) {\n this.onChange();\n }\n },\n\n tabLeft () {\n const { index, tabs } = this.getIndexAndTabs();\n if (index === -1) return;\n const indexElement = index - 1 < 0 ? tabs.length - 1 : index - 1;\n this.selectFocusOnTab(indexElement, tabs);\n },\n\n tabRight () {\n const { index, tabs } = this.getIndexAndTabs();\n if (index === -1) return;\n\n const indexElement = index + 1 > tabs.length - 1 ? 0 : index + 1;\n this.selectFocusOnTab(indexElement, tabs);\n },\n\n selectFocusOnTab (index, tabs) {\n const { context } = tabs[index];\n context.focus();\n },\n\n selectTab () {\n const { tabs, index } = this.getIndexAndTabs();\n this.selectTabByIndex(index, tabs);\n },\n\n selectTabByIndex (index, tabs) {\n const { context, panelId } = tabs[index];\n this.provideObj.selected = panelId;\n context.focus();\n },\n\n getIndexAndTabs () {\n const index = this.tabs.findIndex((context) =>\n this.focusId ? context.id === `${this.focusId}` : context.isSelected);\n return {\n tabs: this.tabs,\n index,\n };\n },\n\n onHomeButton () {\n if (this.tabs.length === 0) return;\n this.tabs[0]?.context?.focus();\n },\n\n onEndButton () {\n if (this.tabs.length === 0) return;\n this.tabs[this.tabs.length - 1]?.context?.focus();\n },\n },\n};\n</script>\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const modal = require("../../common/mixins/modal.cjs");
|
|
3
|
+
const _pluginVue2_normalizer = require("../../_virtual/_plugin-vue2_normalizer.cjs");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "DtTabPanel",
|
|
6
|
+
mixins: [modal],
|
|
7
|
+
inject: ["groupContext"],
|
|
8
|
+
props: {
|
|
9
|
+
/**
|
|
10
|
+
* Id of the panel
|
|
11
|
+
*/
|
|
12
|
+
id: {
|
|
13
|
+
type: String,
|
|
14
|
+
required: true
|
|
15
|
+
},
|
|
16
|
+
/**
|
|
17
|
+
* Id of the associated tab
|
|
18
|
+
*/
|
|
19
|
+
tabId: {
|
|
20
|
+
type: String,
|
|
21
|
+
required: true
|
|
22
|
+
},
|
|
23
|
+
/**
|
|
24
|
+
* If true, hides the tab content
|
|
25
|
+
* @values true, false
|
|
26
|
+
*/
|
|
27
|
+
hidden: {
|
|
28
|
+
type: Boolean,
|
|
29
|
+
default: false
|
|
30
|
+
},
|
|
31
|
+
/**
|
|
32
|
+
* Used to customize the tab element
|
|
33
|
+
*/
|
|
34
|
+
tabPanelClass: {
|
|
35
|
+
type: [String, Array, Object],
|
|
36
|
+
default: ""
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
data() {
|
|
40
|
+
return {
|
|
41
|
+
isFirstElementFocusable: false
|
|
42
|
+
};
|
|
43
|
+
},
|
|
44
|
+
computed: {
|
|
45
|
+
hidePanel() {
|
|
46
|
+
return this.groupContext.selected !== this.id || this.hidden;
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
async mounted() {
|
|
50
|
+
const firstFocusableElement = await this.getFirstFocusableElement(this.$el);
|
|
51
|
+
if (!firstFocusableElement) {
|
|
52
|
+
this.isFirstElementFocusable = false;
|
|
53
|
+
} else {
|
|
54
|
+
this.isFirstElementFocusable = this.isFirstElementOfPanel(firstFocusableElement);
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
methods: {
|
|
58
|
+
isFirstElementOfPanel(element) {
|
|
59
|
+
let current = element;
|
|
60
|
+
let isFirstElement = true;
|
|
61
|
+
while (current) {
|
|
62
|
+
if (current.previousElementSibling !== null) {
|
|
63
|
+
isFirstElement = false;
|
|
64
|
+
break;
|
|
65
|
+
}
|
|
66
|
+
current = current.parentNode !== this.$el ? current.parentNode : null;
|
|
67
|
+
}
|
|
68
|
+
return isFirstElement;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
};
|
|
72
|
+
var _sfc_render = function render() {
|
|
73
|
+
var _vm = this, _c = _vm._self._c;
|
|
74
|
+
return _c("div", { directives: [{ name: "show", rawName: "v-show", value: !_vm.hidePanel, expression: "!hidePanel" }], class: _vm.tabPanelClass, attrs: { "id": `dt-panel-${_vm.id}`, "role": "tabpanel", "tabindex": _vm.isFirstElementFocusable ? -1 : 0, "aria-labelledby": `dt-tab-${_vm.tabId}`, "aria-hidden": `${_vm.hidePanel}`, "data-qa": "dt-tab-panel" } }, [_vm._t("default")], 2);
|
|
75
|
+
};
|
|
76
|
+
var _sfc_staticRenderFns = [];
|
|
77
|
+
var __component__ = /* @__PURE__ */ _pluginVue2_normalizer(
|
|
78
|
+
_sfc_main,
|
|
79
|
+
_sfc_render,
|
|
80
|
+
_sfc_staticRenderFns,
|
|
81
|
+
false,
|
|
82
|
+
null,
|
|
83
|
+
null
|
|
84
|
+
);
|
|
85
|
+
const tab_panel = __component__.exports;
|
|
86
|
+
module.exports = tab_panel;
|
|
87
|
+
//# sourceMappingURL=tab_panel.vue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab_panel.vue.cjs","sources":["../../../components/tabs/tab_panel.vue"],"sourcesContent":["<template>\n <div\n v-show=\"!hidePanel\"\n :id=\"`dt-panel-${id}`\"\n role=\"tabpanel\"\n :tabindex=\"isFirstElementFocusable ? -1 : 0\"\n :aria-labelledby=\"`dt-tab-${tabId}`\"\n :aria-hidden=\"`${hidePanel}`\"\n :class=\"tabPanelClass\"\n data-qa=\"dt-tab-panel\"\n >\n <!-- @slot Default slot for Tab Panel -->\n <slot v-show=\"!hidden\" />\n </div>\n</template>\n\n<script>\nimport Modal from '@/common/mixins/modal';\n\n/**\n * Tabs allow users to navigation between grouped content in different views while within the same page context.\n * @see https://dialtone.dialpad.com/components/tabs.html\n */\nexport default {\n name: 'DtTabPanel',\n\n mixins: [Modal],\n\n inject: ['groupContext'],\n\n props: {\n /**\n * Id of the panel\n */\n id: {\n type: String,\n required: true,\n },\n\n /**\n * Id of the associated tab\n */\n tabId: {\n type: String,\n required: true,\n },\n\n /**\n * If true, hides the tab content\n * @values true, false\n */\n hidden: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Used to customize the tab element\n */\n tabPanelClass: {\n type: [String, Array, Object],\n default: '',\n },\n },\n\n data () {\n return {\n isFirstElementFocusable: false,\n };\n },\n\n computed: {\n hidePanel () {\n return this.groupContext.selected !== this.id || this.hidden;\n },\n },\n\n async mounted () {\n const firstFocusableElement = await this.getFirstFocusableElement(this.$el);\n\n if (!firstFocusableElement) {\n this.isFirstElementFocusable = false;\n } else {\n // If the first focusable element isn't the first element in the panel,\n // then we need to set the panel tabindex to 0.\n // See notes in https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/\n this.isFirstElementFocusable = this.isFirstElementOfPanel(firstFocusableElement);\n }\n },\n\n methods: {\n isFirstElementOfPanel (element) {\n let current = element;\n let isFirstElement = true;\n\n while (current) {\n if (current.previousElementSibling !== null) {\n isFirstElement = false;\n break;\n }\n current = current.parentNode !== this.$el ? current.parentNode : null;\n }\n\n return isFirstElement;\n },\n },\n};\n</script>\n"],"names":["Modal"],"mappings":";;;AAuBA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EAEA,QAAA,CAAAA,KAAA;AAAA,EAEA,QAAA,CAAA,cAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,IAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,OAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,QAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,eAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AACA,WAAA;AAAA,MACA,yBAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AAAA,IACA,YAAA;AACA,aAAA,KAAA,aAAA,aAAA,KAAA,MAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,MAAA,UAAA;AACA,UAAA,wBAAA,MAAA,KAAA,yBAAA,KAAA,GAAA;AAEA,QAAA,CAAA,uBAAA;AACA,WAAA,0BAAA;AAAA,IACA,OAAA;AAIA,WAAA,0BAAA,KAAA,sBAAA,qBAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,SAAA;AAAA,IACA,sBAAA,SAAA;AACA,UAAA,UAAA;AACA,UAAA,iBAAA;AAEA,aAAA,SAAA;AACA,YAAA,QAAA,2BAAA,MAAA;AACA,2BAAA;AACA;AAAA,QACA;AACA,kBAAA,QAAA,eAAA,KAAA,MAAA,QAAA,aAAA;AAAA,MACA;AAEA,aAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import Modal from "../../common/mixins/modal.js";
|
|
2
|
+
import normalizeComponent from "../../_virtual/_plugin-vue2_normalizer.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "DtTabPanel",
|
|
5
|
+
mixins: [Modal],
|
|
6
|
+
inject: ["groupContext"],
|
|
7
|
+
props: {
|
|
8
|
+
/**
|
|
9
|
+
* Id of the panel
|
|
10
|
+
*/
|
|
11
|
+
id: {
|
|
12
|
+
type: String,
|
|
13
|
+
required: true
|
|
14
|
+
},
|
|
15
|
+
/**
|
|
16
|
+
* Id of the associated tab
|
|
17
|
+
*/
|
|
18
|
+
tabId: {
|
|
19
|
+
type: String,
|
|
20
|
+
required: true
|
|
21
|
+
},
|
|
22
|
+
/**
|
|
23
|
+
* If true, hides the tab content
|
|
24
|
+
* @values true, false
|
|
25
|
+
*/
|
|
26
|
+
hidden: {
|
|
27
|
+
type: Boolean,
|
|
28
|
+
default: false
|
|
29
|
+
},
|
|
30
|
+
/**
|
|
31
|
+
* Used to customize the tab element
|
|
32
|
+
*/
|
|
33
|
+
tabPanelClass: {
|
|
34
|
+
type: [String, Array, Object],
|
|
35
|
+
default: ""
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
data() {
|
|
39
|
+
return {
|
|
40
|
+
isFirstElementFocusable: false
|
|
41
|
+
};
|
|
42
|
+
},
|
|
43
|
+
computed: {
|
|
44
|
+
hidePanel() {
|
|
45
|
+
return this.groupContext.selected !== this.id || this.hidden;
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
async mounted() {
|
|
49
|
+
const firstFocusableElement = await this.getFirstFocusableElement(this.$el);
|
|
50
|
+
if (!firstFocusableElement) {
|
|
51
|
+
this.isFirstElementFocusable = false;
|
|
52
|
+
} else {
|
|
53
|
+
this.isFirstElementFocusable = this.isFirstElementOfPanel(firstFocusableElement);
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
methods: {
|
|
57
|
+
isFirstElementOfPanel(element) {
|
|
58
|
+
let current = element;
|
|
59
|
+
let isFirstElement = true;
|
|
60
|
+
while (current) {
|
|
61
|
+
if (current.previousElementSibling !== null) {
|
|
62
|
+
isFirstElement = false;
|
|
63
|
+
break;
|
|
64
|
+
}
|
|
65
|
+
current = current.parentNode !== this.$el ? current.parentNode : null;
|
|
66
|
+
}
|
|
67
|
+
return isFirstElement;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
var _sfc_render = function render() {
|
|
72
|
+
var _vm = this, _c = _vm._self._c;
|
|
73
|
+
return _c("div", { directives: [{ name: "show", rawName: "v-show", value: !_vm.hidePanel, expression: "!hidePanel" }], class: _vm.tabPanelClass, attrs: { "id": `dt-panel-${_vm.id}`, "role": "tabpanel", "tabindex": _vm.isFirstElementFocusable ? -1 : 0, "aria-labelledby": `dt-tab-${_vm.tabId}`, "aria-hidden": `${_vm.hidePanel}`, "data-qa": "dt-tab-panel" } }, [_vm._t("default")], 2);
|
|
74
|
+
};
|
|
75
|
+
var _sfc_staticRenderFns = [];
|
|
76
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
77
|
+
_sfc_main,
|
|
78
|
+
_sfc_render,
|
|
79
|
+
_sfc_staticRenderFns,
|
|
80
|
+
false,
|
|
81
|
+
null,
|
|
82
|
+
null
|
|
83
|
+
);
|
|
84
|
+
const tab_panel = __component__.exports;
|
|
85
|
+
export {
|
|
86
|
+
tab_panel as default
|
|
87
|
+
};
|
|
88
|
+
//# sourceMappingURL=tab_panel.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab_panel.vue.js","sources":["../../../components/tabs/tab_panel.vue"],"sourcesContent":["<template>\n <div\n v-show=\"!hidePanel\"\n :id=\"`dt-panel-${id}`\"\n role=\"tabpanel\"\n :tabindex=\"isFirstElementFocusable ? -1 : 0\"\n :aria-labelledby=\"`dt-tab-${tabId}`\"\n :aria-hidden=\"`${hidePanel}`\"\n :class=\"tabPanelClass\"\n data-qa=\"dt-tab-panel\"\n >\n <!-- @slot Default slot for Tab Panel -->\n <slot v-show=\"!hidden\" />\n </div>\n</template>\n\n<script>\nimport Modal from '@/common/mixins/modal';\n\n/**\n * Tabs allow users to navigation between grouped content in different views while within the same page context.\n * @see https://dialtone.dialpad.com/components/tabs.html\n */\nexport default {\n name: 'DtTabPanel',\n\n mixins: [Modal],\n\n inject: ['groupContext'],\n\n props: {\n /**\n * Id of the panel\n */\n id: {\n type: String,\n required: true,\n },\n\n /**\n * Id of the associated tab\n */\n tabId: {\n type: String,\n required: true,\n },\n\n /**\n * If true, hides the tab content\n * @values true, false\n */\n hidden: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Used to customize the tab element\n */\n tabPanelClass: {\n type: [String, Array, Object],\n default: '',\n },\n },\n\n data () {\n return {\n isFirstElementFocusable: false,\n };\n },\n\n computed: {\n hidePanel () {\n return this.groupContext.selected !== this.id || this.hidden;\n },\n },\n\n async mounted () {\n const firstFocusableElement = await this.getFirstFocusableElement(this.$el);\n\n if (!firstFocusableElement) {\n this.isFirstElementFocusable = false;\n } else {\n // If the first focusable element isn't the first element in the panel,\n // then we need to set the panel tabindex to 0.\n // See notes in https://www.w3.org/WAI/ARIA/apg/patterns/tabpanel/\n this.isFirstElementFocusable = this.isFirstElementOfPanel(firstFocusableElement);\n }\n },\n\n methods: {\n isFirstElementOfPanel (element) {\n let current = element;\n let isFirstElement = true;\n\n while (current) {\n if (current.previousElementSibling !== null) {\n isFirstElement = false;\n break;\n }\n current = current.parentNode !== this.$el ? current.parentNode : null;\n }\n\n return isFirstElement;\n },\n },\n};\n</script>\n"],"names":[],"mappings":";;AAuBA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EAEA,QAAA,CAAA,KAAA;AAAA,EAEA,QAAA,CAAA,cAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,IAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,OAAA;AAAA,MACA,MAAA;AAAA,MACA,UAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA;AAAA,IAMA,QAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,eAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AACA,WAAA;AAAA,MACA,yBAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AAAA,IACA,YAAA;AACA,aAAA,KAAA,aAAA,aAAA,KAAA,MAAA,KAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,MAAA,UAAA;AACA,UAAA,wBAAA,MAAA,KAAA,yBAAA,KAAA,GAAA;AAEA,QAAA,CAAA,uBAAA;AACA,WAAA,0BAAA;AAAA,IACA,OAAA;AAIA,WAAA,0BAAA,KAAA,sBAAA,qBAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,SAAA;AAAA,IACA,sBAAA,SAAA;AACA,UAAA,UAAA;AACA,UAAA,iBAAA;AAEA,aAAA,SAAA;AACA,YAAA,QAAA,2BAAA,MAAA;AACA,2BAAA;AACA;AAAA,QACA;AACA,kBAAA,QAAA,eAAA,KAAA,MAAA,QAAA,aAAA;AAAA,MACA;AAEA,aAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const TAB_LIST_SIZES = ["default", "sm"];
|
|
4
|
+
const TAB_LIST_SIZE_MODIFIERS = {
|
|
5
|
+
sm: "d-tablist--sm"
|
|
6
|
+
};
|
|
7
|
+
const TAB_LIST_KIND_MODIFIERS = {
|
|
8
|
+
inverted: "d-tablist--inverted"
|
|
9
|
+
};
|
|
10
|
+
const TAB_LIST_IMPORTANCE_MODIFIERS = {
|
|
11
|
+
borderless: "d-tablist--no-border"
|
|
12
|
+
};
|
|
13
|
+
const TAB_IMPORTANCE_MODIFIERS = {
|
|
14
|
+
selected: "d-tab--selected"
|
|
15
|
+
};
|
|
16
|
+
exports.TAB_IMPORTANCE_MODIFIERS = TAB_IMPORTANCE_MODIFIERS;
|
|
17
|
+
exports.TAB_LIST_IMPORTANCE_MODIFIERS = TAB_LIST_IMPORTANCE_MODIFIERS;
|
|
18
|
+
exports.TAB_LIST_KIND_MODIFIERS = TAB_LIST_KIND_MODIFIERS;
|
|
19
|
+
exports.TAB_LIST_SIZES = TAB_LIST_SIZES;
|
|
20
|
+
exports.TAB_LIST_SIZE_MODIFIERS = TAB_LIST_SIZE_MODIFIERS;
|
|
21
|
+
//# sourceMappingURL=tabs_constants.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs_constants.cjs","sources":["../../../components/tabs/tabs_constants.js"],"sourcesContent":["export const TAB_LIST_SIZES = ['default', 'sm'];\n\nexport const TAB_LIST_SIZE_MODIFIERS = {\n sm: 'd-tablist--sm',\n};\n\nexport const TAB_LIST_KIND_MODIFIERS = {\n inverted: 'd-tablist--inverted',\n};\n\nexport const TAB_LIST_IMPORTANCE_MODIFIERS = {\n borderless: 'd-tablist--no-border',\n};\n\nexport const TAB_IMPORTANCE_MODIFIERS = {\n selected: 'd-tab--selected',\n};\n"],"names":[],"mappings":";;AAAY,MAAC,iBAAiB,CAAC,WAAW,IAAI;AAElC,MAAC,0BAA0B;AAAA,EACrC,IAAI;AACN;AAEY,MAAC,0BAA0B;AAAA,EACrC,UAAU;AACZ;AAEY,MAAC,gCAAgC;AAAA,EAC3C,YAAY;AACd;AAEY,MAAC,2BAA2B;AAAA,EACtC,UAAU;AACZ;;;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const TAB_LIST_SIZES = ["default", "sm"];
|
|
2
|
+
const TAB_LIST_SIZE_MODIFIERS = {
|
|
3
|
+
sm: "d-tablist--sm"
|
|
4
|
+
};
|
|
5
|
+
const TAB_LIST_KIND_MODIFIERS = {
|
|
6
|
+
inverted: "d-tablist--inverted"
|
|
7
|
+
};
|
|
8
|
+
const TAB_LIST_IMPORTANCE_MODIFIERS = {
|
|
9
|
+
borderless: "d-tablist--no-border"
|
|
10
|
+
};
|
|
11
|
+
const TAB_IMPORTANCE_MODIFIERS = {
|
|
12
|
+
selected: "d-tab--selected"
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
TAB_IMPORTANCE_MODIFIERS,
|
|
16
|
+
TAB_LIST_IMPORTANCE_MODIFIERS,
|
|
17
|
+
TAB_LIST_KIND_MODIFIERS,
|
|
18
|
+
TAB_LIST_SIZES,
|
|
19
|
+
TAB_LIST_SIZE_MODIFIERS
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=tabs_constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabs_constants.js","sources":["../../../components/tabs/tabs_constants.js"],"sourcesContent":["export const TAB_LIST_SIZES = ['default', 'sm'];\n\nexport const TAB_LIST_SIZE_MODIFIERS = {\n sm: 'd-tablist--sm',\n};\n\nexport const TAB_LIST_KIND_MODIFIERS = {\n inverted: 'd-tablist--inverted',\n};\n\nexport const TAB_LIST_IMPORTANCE_MODIFIERS = {\n borderless: 'd-tablist--no-border',\n};\n\nexport const TAB_IMPORTANCE_MODIFIERS = {\n selected: 'd-tab--selected',\n};\n"],"names":[],"mappings":"AAAY,MAAC,iBAAiB,CAAC,WAAW,IAAI;AAElC,MAAC,0BAA0B;AAAA,EACrC,IAAI;AACN;AAEY,MAAC,0BAA0B;AAAA,EACrC,UAAU;AACZ;AAEY,MAAC,gCAAgC;AAAA,EAC3C,YAAY;AACd;AAEY,MAAC,2BAA2B;AAAA,EACtC,UAAU;AACZ;"}
|