@dialpad/dialtone 9.70.1 → 9.71.0-beta.2
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/tokens/doc.json +19118 -19118
- package/dist/tokens/postcss/rem-to-px.cjs +1 -0
- package/dist/tokens/postcss/rem-to-px.js +19 -0
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +1 -1
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +1 -1
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +1 -1
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +1 -1
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +1 -1
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +1 -1
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +1 -1
- package/dist/tokens/themes/types/themes/config.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/dp-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/dp-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-sm-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-sm-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/tmo-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/tmo-light.d.ts.map +1 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.cjs +18 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.cjs.map +1 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.js +19 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.js.map +1 -0
- package/dist/vue2/common/dates.cjs +0 -2
- package/dist/vue2/common/dates.cjs.map +1 -1
- package/dist/vue2/common/dates.js +0 -2
- package/dist/vue2/common/dates.js.map +1 -1
- package/dist/vue2/common/emoji.cjs +163 -40
- package/dist/vue2/common/emoji.cjs.map +1 -1
- package/dist/vue2/common/emoji.js +145 -2
- package/dist/vue2/common/emoji.js.map +1 -1
- package/dist/vue2/common/mixins/dom.cjs +101 -0
- package/dist/vue2/common/mixins/dom.cjs.map +1 -0
- package/dist/vue2/common/mixins/dom.js +102 -0
- package/dist/vue2/common/mixins/dom.js.map +1 -0
- package/dist/vue2/common/mixins/input.cjs +296 -0
- package/dist/vue2/common/mixins/input.cjs.map +1 -0
- package/dist/vue2/common/mixins/input.js +296 -0
- package/dist/vue2/common/mixins/input.js.map +1 -0
- package/dist/vue2/common/mixins/input_group.cjs +144 -0
- package/dist/vue2/common/mixins/input_group.cjs.map +1 -0
- package/dist/vue2/common/mixins/input_group.js +144 -0
- package/dist/vue2/common/mixins/input_group.js.map +1 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.cjs +186 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.cjs.map +1 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.js +187 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.js.map +1 -0
- package/dist/vue2/common/mixins/modal.cjs +104 -0
- package/dist/vue2/common/mixins/modal.cjs.map +1 -0
- package/dist/vue2/common/mixins/modal.js +105 -0
- package/dist/vue2/common/mixins/modal.js.map +1 -0
- package/dist/vue2/common/mixins/skeleton.cjs +27 -0
- package/dist/vue2/common/mixins/skeleton.cjs.map +1 -0
- package/dist/vue2/common/mixins/skeleton.js +28 -0
- package/dist/vue2/common/mixins/skeleton.js.map +1 -0
- package/dist/vue2/common/mixins/sr_only_close_button.cjs +45 -0
- package/dist/vue2/common/mixins/sr_only_close_button.cjs.map +1 -0
- package/dist/vue2/common/mixins/sr_only_close_button.js +46 -0
- package/dist/vue2/common/mixins/sr_only_close_button.js.map +1 -0
- package/dist/vue2/common/mixins.cjs +4 -10
- package/dist/vue2/common/mixins.cjs.map +1 -1
- package/dist/vue2/common/mixins.js +4 -10
- package/dist/vue2/common/mixins.js.map +1 -1
- package/dist/vue2/common/sr_only_close_button.vue.cjs +48 -0
- package/dist/vue2/common/sr_only_close_button.vue.cjs.map +1 -0
- package/dist/vue2/common/sr_only_close_button.vue.js +49 -0
- package/dist/vue2/common/sr_only_close_button.vue.js.map +1 -0
- package/dist/vue2/common/storybook_utils.cjs +8 -0
- package/dist/vue2/common/storybook_utils.cjs.map +1 -0
- package/dist/vue2/common/storybook_utils.js +8 -0
- package/dist/vue2/common/storybook_utils.js.map +1 -0
- package/dist/vue2/common/utils.cjs +3 -6
- package/dist/vue2/common/utils.cjs.map +1 -1
- package/dist/vue2/common/utils.js +3 -6
- package/dist/vue2/common/utils.js.map +1 -1
- package/dist/vue2/components/avatar/avatar.vue.cjs +327 -0
- package/dist/vue2/components/avatar/avatar.vue.cjs.map +1 -0
- package/dist/vue2/components/avatar/avatar.vue.js +328 -0
- package/dist/vue2/components/avatar/avatar.vue.js.map +1 -0
- package/dist/vue2/components/avatar/avatar_constants.cjs +64 -0
- package/dist/vue2/components/avatar/avatar_constants.cjs.map +1 -0
- package/dist/vue2/components/avatar/avatar_constants.js +64 -0
- package/dist/vue2/components/avatar/avatar_constants.js.map +1 -0
- package/dist/vue2/components/avatar/utils.cjs +9 -0
- package/dist/vue2/components/avatar/utils.cjs.map +1 -0
- package/dist/vue2/components/avatar/utils.js +9 -0
- package/dist/vue2/components/avatar/utils.js.map +1 -0
- package/dist/vue2/components/badge/badge.vue.cjs +157 -0
- package/dist/vue2/components/badge/badge.vue.cjs.map +1 -0
- package/dist/vue2/components/badge/badge.vue.js +158 -0
- package/dist/vue2/components/badge/badge.vue.js.map +1 -0
- package/dist/vue2/components/badge/badge_constants.cjs +43 -0
- package/dist/vue2/components/badge/badge_constants.cjs.map +1 -0
- package/dist/vue2/components/badge/badge_constants.js +43 -0
- package/dist/vue2/components/badge/badge_constants.js.map +1 -0
- package/dist/vue2/components/banner/banner.vue.cjs +199 -0
- package/dist/vue2/components/banner/banner.vue.cjs.map +1 -0
- package/dist/vue2/components/banner/banner.vue.js +200 -0
- package/dist/vue2/components/banner/banner.vue.js.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.cjs +72 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.js +73 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.cjs +73 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.js +74 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.js +7 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
- package/dist/vue2/components/button/button.vue.cjs +282 -0
- package/dist/vue2/components/button/button.vue.cjs.map +1 -0
- package/dist/vue2/components/button/button.vue.js +283 -0
- package/dist/vue2/components/button/button.vue.js.map +1 -0
- package/dist/vue2/components/button/button_constants.cjs +71 -0
- package/dist/vue2/components/button/button_constants.cjs.map +1 -0
- package/dist/vue2/components/button/button_constants.js +71 -0
- package/dist/vue2/components/button/button_constants.js.map +1 -0
- package/dist/vue2/components/button_group/button_group.vue.cjs +40 -0
- package/dist/vue2/components/button_group/button_group.vue.cjs.map +1 -0
- package/dist/vue2/components/button_group/button_group.vue.js +41 -0
- package/dist/vue2/components/button_group/button_group.vue.js.map +1 -0
- package/dist/vue2/components/button_group/button_group_constants.cjs +9 -0
- package/dist/vue2/components/button_group/button_group_constants.cjs.map +1 -0
- package/dist/vue2/components/button_group/button_group_constants.js +9 -0
- package/dist/vue2/components/button_group/button_group_constants.js.map +1 -0
- package/dist/vue2/components/card/card.vue.cjs +71 -0
- package/dist/vue2/components/card/card.vue.cjs.map +1 -0
- package/dist/vue2/components/card/card.vue.js +72 -0
- package/dist/vue2/components/card/card.vue.js.map +1 -0
- package/dist/vue2/components/checkbox/checkbox.vue.cjs +117 -0
- package/dist/vue2/components/checkbox/checkbox.vue.cjs.map +1 -0
- package/dist/vue2/components/checkbox/checkbox.vue.js +118 -0
- package/dist/vue2/components/checkbox/checkbox.vue.js.map +1 -0
- package/dist/vue2/components/checkbox/checkbox_constants.cjs +9 -0
- package/dist/vue2/components/checkbox/checkbox_constants.cjs.map +1 -0
- package/dist/vue2/components/checkbox/checkbox_constants.js +9 -0
- package/dist/vue2/components/checkbox/checkbox_constants.js.map +1 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.cjs +122 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.js +123 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.js.map +1 -0
- package/dist/vue2/components/chip/chip.vue.cjs +172 -0
- package/dist/vue2/components/chip/chip.vue.cjs.map +1 -0
- package/dist/vue2/components/chip/chip.vue.js +173 -0
- package/dist/vue2/components/chip/chip.vue.js.map +1 -0
- package/dist/vue2/components/chip/chip_constants.cjs +21 -0
- package/dist/vue2/components/chip/chip_constants.cjs.map +1 -0
- package/dist/vue2/components/chip/chip_constants.js +21 -0
- package/dist/vue2/components/chip/chip_constants.js.map +1 -0
- package/dist/vue2/components/codeblock/codeblock.vue.cjs +27 -0
- package/dist/vue2/components/codeblock/codeblock.vue.cjs.map +1 -0
- package/dist/vue2/components/codeblock/codeblock.vue.js +28 -0
- package/dist/vue2/components/codeblock/codeblock.vue.js.map +1 -0
- package/dist/vue2/components/collapsible/collapsible.vue.cjs +196 -0
- package/dist/vue2/components/collapsible/collapsible.vue.cjs.map +1 -0
- package/dist/vue2/components/collapsible/collapsible.vue.js +197 -0
- package/dist/vue2/components/collapsible/collapsible.vue.js.map +1 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.cjs +133 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.js +134 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
- package/dist/vue2/components/combobox/combobox.vue.cjs +355 -0
- package/dist/vue2/components/combobox/combobox.vue.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox.vue.js +356 -0
- package/dist/vue2/components/combobox/combobox.vue.js.map +1 -0
- package/dist/vue2/components/combobox/combobox_constants.cjs +11 -0
- package/dist/vue2/components/combobox/combobox_constants.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox_constants.js +11 -0
- package/dist/vue2/components/combobox/combobox_constants.js.map +1 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.cjs +44 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.js +45 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.js.map +1 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.cjs +26 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.js +27 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/datepicker.vue.cjs +146 -0
- package/dist/vue2/components/datepicker/datepicker.vue.cjs.map +1 -0
- package/dist/vue2/components/datepicker/datepicker.vue.js +147 -0
- package/dist/vue2/components/datepicker/datepicker.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/datepicker_constants.cjs +9 -0
- package/dist/vue2/components/datepicker/datepicker_constants.cjs.map +1 -0
- package/dist/vue2/components/datepicker/datepicker_constants.js +9 -0
- package/dist/vue2/components/datepicker/datepicker_constants.js.map +1 -0
- package/dist/vue2/components/datepicker/formatUtils.cjs +25 -0
- package/dist/vue2/components/datepicker/formatUtils.cjs.map +1 -0
- package/dist/vue2/components/datepicker/formatUtils.js +25 -0
- package/dist/vue2/components/datepicker/formatUtils.js.map +1 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.cjs +198 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.cjs.map +1 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.js +199 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs +219 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js +220 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/utils.cjs +84 -0
- package/dist/vue2/components/datepicker/utils.cjs.map +1 -0
- package/dist/vue2/components/datepicker/utils.js +84 -0
- package/dist/vue2/components/datepicker/utils.js.map +1 -0
- package/dist/vue2/components/description_list/description_list.vue.cjs +84 -0
- package/dist/vue2/components/description_list/description_list.vue.cjs.map +1 -0
- package/dist/vue2/components/description_list/description_list.vue.js +85 -0
- package/dist/vue2/components/description_list/description_list.vue.js.map +1 -0
- package/dist/vue2/components/description_list/description_list_constants.cjs +5 -0
- package/dist/vue2/components/description_list/description_list_constants.cjs.map +1 -0
- package/dist/vue2/components/description_list/description_list_constants.js +5 -0
- package/dist/vue2/components/description_list/description_list_constants.js.map +1 -0
- package/dist/vue2/components/description_list/description_list_validators.cjs +33 -0
- package/dist/vue2/components/description_list/description_list_validators.cjs.map +1 -0
- package/dist/vue2/components/description_list/description_list_validators.js +33 -0
- package/dist/vue2/components/description_list/description_list_validators.js.map +1 -0
- package/dist/vue2/components/dropdown/dropdown.vue.cjs +403 -0
- package/dist/vue2/components/dropdown/dropdown.vue.cjs.map +1 -0
- package/dist/vue2/components/dropdown/dropdown.vue.js +404 -0
- package/dist/vue2/components/dropdown/dropdown.vue.js.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_constants.cjs +9 -0
- package/dist/vue2/components/dropdown/dropdown_constants.cjs.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_constants.js +9 -0
- package/dist/vue2/components/dropdown/dropdown_constants.js.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.cjs +22 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.js +23 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.js.map +1 -0
- package/dist/vue2/components/emoji/emoji.vue.cjs +140 -0
- package/dist/vue2/components/emoji/emoji.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji/emoji.vue.js +141 -0
- package/dist/vue2/components/emoji/emoji.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.cjs +207 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.js +208 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.cjs +28 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.js +28 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.cjs +39 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.js +40 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs +79 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js +80 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.cjs +468 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.js +469 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +178 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.js +179 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs +150 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js +151 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +105 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +106 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
- package/dist/vue2/components/empty_state/empty_state.vue.cjs +158 -0
- package/dist/vue2/components/empty_state/empty_state.vue.cjs.map +1 -0
- package/dist/vue2/components/empty_state/empty_state.vue.js +159 -0
- package/dist/vue2/components/empty_state/empty_state.vue.js.map +1 -0
- package/dist/vue2/components/empty_state/empty_state_constants.cjs +9 -0
- package/dist/vue2/components/empty_state/empty_state_constants.cjs.map +1 -0
- package/dist/vue2/components/empty_state/empty_state_constants.js +9 -0
- package/dist/vue2/components/empty_state/empty_state_constants.js.map +1 -0
- package/dist/vue2/components/hovercard/hovercard.vue.cjs +158 -0
- package/dist/vue2/components/hovercard/hovercard.vue.cjs.map +1 -0
- package/dist/vue2/components/hovercard/hovercard.vue.js +159 -0
- package/dist/vue2/components/hovercard/hovercard.vue.js.map +1 -0
- package/dist/vue2/components/hovercard/timer.cjs +58 -0
- package/dist/vue2/components/hovercard/timer.cjs.map +1 -0
- package/dist/vue2/components/hovercard/timer.js +59 -0
- package/dist/vue2/components/hovercard/timer.js.map +1 -0
- package/dist/vue2/components/icon/icon.vue.cjs +54 -0
- package/dist/vue2/components/icon/icon.vue.cjs.map +1 -0
- package/dist/vue2/components/icon/icon.vue.js +55 -0
- package/dist/vue2/components/icon/icon.vue.js.map +1 -0
- package/dist/vue2/components/icon/icon_constants.cjs +17 -0
- package/dist/vue2/components/icon/icon_constants.cjs.map +1 -0
- package/dist/vue2/components/icon/icon_constants.js +17 -0
- package/dist/vue2/components/icon/icon_constants.js.map +1 -0
- package/dist/vue2/components/illustration/illustration.vue.cjs +38 -0
- package/dist/vue2/components/illustration/illustration.vue.cjs.map +1 -0
- package/dist/vue2/components/illustration/illustration.vue.js +39 -0
- package/dist/vue2/components/illustration/illustration.vue.js.map +1 -0
- package/dist/vue2/components/illustration/illustration_constants.cjs +6 -0
- package/dist/vue2/components/illustration/illustration_constants.cjs.map +1 -0
- package/dist/vue2/components/illustration/illustration_constants.js +6 -0
- package/dist/vue2/components/illustration/illustration_constants.js.map +1 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.cjs +193 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.cjs.map +1 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.js +194 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.js.map +1 -0
- package/dist/vue2/components/input/input.vue.cjs +413 -0
- package/dist/vue2/components/input/input.vue.cjs.map +1 -0
- package/dist/vue2/components/input/input.vue.js +414 -0
- package/dist/vue2/components/input/input.vue.js.map +1 -0
- package/dist/vue2/components/input/input_constants.cjs +65 -0
- package/dist/vue2/components/input/input_constants.cjs.map +1 -0
- package/dist/vue2/components/input/input_constants.js +65 -0
- package/dist/vue2/components/input/input_constants.js.map +1 -0
- package/dist/vue2/components/input_group/input_group.vue.cjs +85 -0
- package/dist/vue2/components/input_group/input_group.vue.cjs.map +1 -0
- package/dist/vue2/components/input_group/input_group.vue.js +86 -0
- package/dist/vue2/components/input_group/input_group.vue.js.map +1 -0
- package/dist/vue2/components/item_layout/item_layout.vue.cjs +38 -0
- package/dist/vue2/components/item_layout/item_layout.vue.cjs.map +1 -0
- package/dist/vue2/components/item_layout/item_layout.vue.js +39 -0
- package/dist/vue2/components/item_layout/item_layout.vue.js.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +87 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js +88 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.cjs +77 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.cjs.map +1 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.js +78 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.js.map +1 -0
- package/dist/vue2/components/link/link.vue.cjs +80 -0
- package/dist/vue2/components/link/link.vue.cjs.map +1 -0
- package/dist/vue2/components/link/link.vue.js +81 -0
- package/dist/vue2/components/link/link.vue.js.map +1 -0
- package/dist/vue2/components/link/link_constants.cjs +39 -0
- package/dist/vue2/components/link/link_constants.cjs.map +1 -0
- package/dist/vue2/components/link/link_constants.js +39 -0
- package/dist/vue2/components/link/link_constants.js.map +1 -0
- package/dist/vue2/components/list_item/list_item.vue.cjs +196 -0
- package/dist/vue2/components/list_item/list_item.vue.cjs.map +1 -0
- package/dist/vue2/components/list_item/list_item.vue.js +197 -0
- package/dist/vue2/components/list_item/list_item.vue.js.map +1 -0
- package/dist/vue2/components/list_item/list_item_constants.cjs +14 -0
- package/dist/vue2/components/list_item/list_item_constants.cjs.map +1 -0
- package/dist/vue2/components/list_item/list_item_constants.js +14 -0
- package/dist/vue2/components/list_item/list_item_constants.js.map +1 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.cjs +56 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.cjs.map +1 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.js +57 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.js.map +1 -0
- package/dist/vue2/components/modal/modal.vue.cjs +326 -0
- package/dist/vue2/components/modal/modal.vue.cjs.map +1 -0
- package/dist/vue2/components/modal/modal.vue.js +327 -0
- package/dist/vue2/components/modal/modal.vue.js.map +1 -0
- package/dist/vue2/components/modal/modal_constants.cjs +21 -0
- package/dist/vue2/components/modal/modal_constants.cjs.map +1 -0
- package/dist/vue2/components/modal/modal_constants.js +21 -0
- package/dist/vue2/components/modal/modal_constants.js.map +1 -0
- package/dist/vue2/components/notice/notice.vue.cjs +156 -0
- package/dist/vue2/components/notice/notice.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice.vue.js +157 -0
- package/dist/vue2/components/notice/notice.vue.js.map +1 -0
- package/dist/vue2/components/notice/notice_action.vue.cjs +96 -0
- package/dist/vue2/components/notice/notice_action.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_action.vue.js +97 -0
- package/dist/vue2/components/notice/notice_action.vue.js.map +1 -0
- package/dist/vue2/components/notice/notice_constants.cjs +7 -0
- package/dist/vue2/components/notice/notice_constants.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_constants.js +7 -0
- package/dist/vue2/components/notice/notice_constants.js.map +1 -0
- package/dist/vue2/components/notice/notice_content.vue.cjs +48 -0
- package/dist/vue2/components/notice/notice_content.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_content.vue.js +49 -0
- package/dist/vue2/components/notice/notice_content.vue.js.map +1 -0
- package/dist/vue2/components/notice/notice_icon.vue.cjs +53 -0
- package/dist/vue2/components/notice/notice_icon.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_icon.vue.js +54 -0
- package/dist/vue2/components/notice/notice_icon.vue.js.map +1 -0
- package/dist/vue2/components/pagination/pagination.vue.cjs +145 -0
- package/dist/vue2/components/pagination/pagination.vue.cjs.map +1 -0
- package/dist/vue2/components/pagination/pagination.vue.js +146 -0
- package/dist/vue2/components/pagination/pagination.vue.js.map +1 -0
- package/dist/vue2/components/popover/popover.vue.cjs +905 -0
- package/dist/vue2/components/popover/popover.vue.cjs.map +1 -0
- package/dist/vue2/components/popover/popover.vue.js +906 -0
- package/dist/vue2/components/popover/popover.vue.js.map +1 -0
- package/dist/vue2/components/popover/popover_constants.cjs +34 -0
- package/dist/vue2/components/popover/popover_constants.cjs.map +1 -0
- package/dist/vue2/components/popover/popover_constants.js +34 -0
- package/dist/vue2/components/popover/popover_constants.js.map +1 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs +89 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs.map +1 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.js +90 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.js.map +1 -0
- package/dist/vue2/components/popover/tippy_utils.cjs +94 -0
- package/dist/vue2/components/popover/tippy_utils.cjs.map +1 -0
- package/dist/vue2/components/popover/tippy_utils.js +94 -0
- package/dist/vue2/components/popover/tippy_utils.js.map +1 -0
- package/dist/vue2/components/presence/presence.vue.cjs +50 -0
- package/dist/vue2/components/presence/presence.vue.cjs.map +1 -0
- package/dist/vue2/components/presence/presence.vue.js +51 -0
- package/dist/vue2/components/presence/presence.vue.js.map +1 -0
- package/dist/vue2/components/presence/presence_constants.cjs +17 -0
- package/dist/vue2/components/presence/presence_constants.cjs.map +1 -0
- package/dist/vue2/components/presence/presence_constants.js +17 -0
- package/dist/vue2/components/presence/presence_constants.js.map +1 -0
- package/dist/vue2/components/radio/radio.vue.cjs +107 -0
- package/dist/vue2/components/radio/radio.vue.cjs.map +1 -0
- package/dist/vue2/components/radio/radio.vue.js +108 -0
- package/dist/vue2/components/radio/radio.vue.js.map +1 -0
- package/dist/vue2/components/radio/radio_constants.cjs +9 -0
- package/dist/vue2/components/radio/radio_constants.cjs.map +1 -0
- package/dist/vue2/components/radio/radio_constants.js +9 -0
- package/dist/vue2/components/radio/radio_constants.js.map +1 -0
- package/dist/vue2/components/radio_group/radio_group.vue.cjs +90 -0
- package/dist/vue2/components/radio_group/radio_group.vue.cjs.map +1 -0
- package/dist/vue2/components/radio_group/radio_group.vue.js +91 -0
- package/dist/vue2/components/radio_group/radio_group.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +33 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +34 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +40 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +41 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.js +46 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.js +5 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +28 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +29 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +33 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +34 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.js +5 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +33 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +34 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +42 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +43 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.js +45 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +35 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +36 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.cjs +82 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.js +83 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +119 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +120 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +524 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +525 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.js +24 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
- package/dist/vue2/components/root_layout/root_layout.vue.cjs +122 -0
- package/dist/vue2/components/root_layout/root_layout.vue.cjs.map +1 -0
- package/dist/vue2/components/root_layout/root_layout.vue.js +123 -0
- package/dist/vue2/components/root_layout/root_layout.vue.js.map +1 -0
- package/dist/vue2/components/root_layout/root_layout_constants.cjs +10 -0
- package/dist/vue2/components/root_layout/root_layout_constants.cjs.map +1 -0
- package/dist/vue2/components/root_layout/root_layout_constants.js +10 -0
- package/dist/vue2/components/root_layout/root_layout_constants.js.map +1 -0
- package/dist/vue2/components/select_menu/select_menu.vue.cjs +237 -0
- package/dist/vue2/components/select_menu/select_menu.vue.cjs.map +1 -0
- package/dist/vue2/components/select_menu/select_menu.vue.js +238 -0
- package/dist/vue2/components/select_menu/select_menu.vue.js.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_constants.cjs +17 -0
- package/dist/vue2/components/select_menu/select_menu_constants.cjs.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_constants.js +17 -0
- package/dist/vue2/components/select_menu/select_menu_constants.js.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_validators.cjs +34 -0
- package/dist/vue2/components/select_menu/select_menu_validators.cjs.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_validators.js +34 -0
- package/dist/vue2/components/select_menu/select_menu_validators.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.cjs +102 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.js +103 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.cjs +141 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.js +142 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.cjs +101 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.js +102 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.cjs +111 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.js +112 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton.vue.cjs +125 -0
- package/dist/vue2/components/skeleton/skeleton.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton.vue.js +126 -0
- package/dist/vue2/components/skeleton/skeleton.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton_constants.cjs +27 -0
- package/dist/vue2/components/skeleton/skeleton_constants.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton_constants.js +27 -0
- package/dist/vue2/components/skeleton/skeleton_constants.js.map +1 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.cjs +113 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.js +114 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.js.map +1 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.cjs +97 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.js +98 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.js.map +1 -0
- package/dist/vue2/components/split_button/split_button.vue.cjs +283 -0
- package/dist/vue2/components/split_button/split_button.vue.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button.vue.js +284 -0
- package/dist/vue2/components/split_button/split_button.vue.js.map +1 -0
- package/dist/vue2/components/split_button/split_button_constants.cjs +11 -0
- package/dist/vue2/components/split_button/split_button_constants.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button_constants.js +11 -0
- package/dist/vue2/components/split_button/split_button_constants.js.map +1 -0
- package/dist/vue2/components/stack/stack.vue.cjs +82 -0
- package/dist/vue2/components/stack/stack.vue.cjs.map +1 -0
- package/dist/vue2/components/stack/stack.vue.js +83 -0
- package/dist/vue2/components/stack/stack.vue.js.map +1 -0
- package/dist/vue2/components/stack/stack_constants.cjs +15 -0
- package/dist/vue2/components/stack/stack_constants.cjs.map +1 -0
- package/dist/vue2/components/stack/stack_constants.js +15 -0
- package/dist/vue2/components/stack/stack_constants.js.map +1 -0
- package/dist/vue2/components/stack/utils.cjs +68 -0
- package/dist/vue2/components/stack/utils.cjs.map +1 -0
- package/dist/vue2/components/stack/utils.js +68 -0
- package/dist/vue2/components/stack/utils.js.map +1 -0
- package/dist/vue2/components/stack/validators.cjs +26 -0
- package/dist/vue2/components/stack/validators.cjs.map +1 -0
- package/dist/vue2/components/stack/validators.js +26 -0
- package/dist/vue2/components/stack/validators.js.map +1 -0
- package/dist/vue2/components/tabs/tab.vue.cjs +119 -0
- package/dist/vue2/components/tabs/tab.vue.cjs.map +1 -0
- package/dist/vue2/components/tabs/tab.vue.js +120 -0
- package/dist/vue2/components/tabs/tab.vue.js.map +1 -0
- package/dist/vue2/components/tabs/tab_group.vue.cjs +239 -0
- package/dist/vue2/components/tabs/tab_group.vue.cjs.map +1 -0
- package/dist/vue2/components/tabs/tab_group.vue.js +240 -0
- package/dist/vue2/components/tabs/tab_group.vue.js.map +1 -0
- package/dist/vue2/components/tabs/tab_panel.vue.cjs +87 -0
- package/dist/vue2/components/tabs/tab_panel.vue.cjs.map +1 -0
- package/dist/vue2/components/tabs/tab_panel.vue.js +88 -0
- package/dist/vue2/components/tabs/tab_panel.vue.js.map +1 -0
- package/dist/vue2/components/tabs/tabs_constants.cjs +21 -0
- package/dist/vue2/components/tabs/tabs_constants.cjs.map +1 -0
- package/dist/vue2/components/tabs/tabs_constants.js +21 -0
- package/dist/vue2/components/tabs/tabs_constants.js.map +1 -0
- package/dist/vue2/components/toast/toast.vue.cjs +236 -0
- package/dist/vue2/components/toast/toast.vue.cjs.map +1 -0
- package/dist/vue2/components/toast/toast.vue.js +237 -0
- package/dist/vue2/components/toast/toast.vue.js.map +1 -0
- package/dist/vue2/components/toast/toast_constants.cjs +7 -0
- package/dist/vue2/components/toast/toast_constants.cjs.map +1 -0
- package/dist/vue2/components/toast/toast_constants.js +7 -0
- package/dist/vue2/components/toast/toast_constants.js.map +1 -0
- package/dist/vue2/components/toggle/toggle.vue.cjs +168 -0
- package/dist/vue2/components/toggle/toggle.vue.cjs.map +1 -0
- package/dist/vue2/components/toggle/toggle.vue.js +169 -0
- package/dist/vue2/components/toggle/toggle.vue.js.map +1 -0
- package/dist/vue2/components/toggle/toggle_constants.cjs +10 -0
- package/dist/vue2/components/toggle/toggle_constants.cjs.map +1 -0
- package/dist/vue2/components/toggle/toggle_constants.js +10 -0
- package/dist/vue2/components/toggle/toggle_constants.js.map +1 -0
- package/dist/vue2/components/tooltip/tooltip.vue.cjs +429 -0
- package/dist/vue2/components/tooltip/tooltip.vue.cjs.map +1 -0
- package/dist/vue2/components/tooltip/tooltip.vue.js +430 -0
- package/dist/vue2/components/tooltip/tooltip.vue.js.map +1 -0
- package/dist/vue2/components/tooltip/tooltip_constants.cjs +23 -0
- package/dist/vue2/components/tooltip/tooltip_constants.cjs.map +1 -0
- package/dist/vue2/components/tooltip/tooltip_constants.js +23 -0
- package/dist/vue2/components/tooltip/tooltip_constants.js.map +1 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.cjs +81 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.cjs.map +1 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.js +82 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.js.map +1 -0
- package/dist/vue2/dialtone-vue.cjs +320 -314
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +218 -212
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/directives/scrollbar/scrollbar.cjs +31 -0
- package/dist/vue2/directives/scrollbar/scrollbar.cjs.map +1 -0
- package/dist/vue2/directives/scrollbar/scrollbar.js +31 -0
- package/dist/vue2/directives/scrollbar/scrollbar.js.map +1 -0
- package/dist/vue2/directives/tooltip/tooltip.cjs +85 -0
- package/dist/vue2/directives/tooltip/tooltip.cjs.map +1 -0
- package/dist/vue2/directives/tooltip/tooltip.js +85 -0
- package/dist/vue2/directives/tooltip/tooltip.js.map +1 -0
- package/dist/vue2/lib/attachment-carousel.cjs +1 -257
- package/dist/vue2/lib/attachment-carousel.cjs.map +1 -1
- package/dist/vue2/lib/attachment-carousel.js +2 -258
- package/dist/vue2/lib/attachment-carousel.js.map +1 -1
- package/dist/vue2/lib/avatar.cjs +11 -400
- package/dist/vue2/lib/avatar.cjs.map +1 -1
- package/dist/vue2/lib/avatar.js +3 -392
- package/dist/vue2/lib/avatar.js.map +1 -1
- package/dist/vue2/lib/badge.cjs +6 -200
- package/dist/vue2/lib/badge.cjs.map +1 -1
- package/dist/vue2/lib/badge.js +3 -197
- package/dist/vue2/lib/badge.js.map +1 -1
- package/dist/vue2/lib/banner.cjs +1 -206
- package/dist/vue2/lib/banner.cjs.map +1 -1
- package/dist/vue2/lib/banner.js +2 -207
- package/dist/vue2/lib/banner.js.map +1 -1
- package/dist/vue2/lib/breadcrumbs.cjs +6 -146
- package/dist/vue2/lib/breadcrumbs.cjs.map +1 -1
- package/dist/vue2/lib/breadcrumbs.js +5 -145
- package/dist/vue2/lib/breadcrumbs.js.map +1 -1
- package/dist/vue2/lib/button-group.cjs +3 -44
- package/dist/vue2/lib/button-group.cjs.map +1 -1
- package/dist/vue2/lib/button-group.js +3 -44
- package/dist/vue2/lib/button-group.js.map +1 -1
- package/dist/vue2/lib/button.cjs +10 -350
- package/dist/vue2/lib/button.cjs.map +1 -1
- package/dist/vue2/lib/button.js +3 -343
- package/dist/vue2/lib/button.js.map +1 -1
- package/dist/vue2/lib/callbar-button-with-popover.cjs +1 -261
- package/dist/vue2/lib/callbar-button-with-popover.cjs.map +1 -1
- package/dist/vue2/lib/callbar-button-with-popover.js +2 -262
- package/dist/vue2/lib/callbar-button-with-popover.js.map +1 -1
- package/dist/vue2/lib/callbar-button.cjs +4 -179
- package/dist/vue2/lib/callbar-button.cjs.map +1 -1
- package/dist/vue2/lib/callbar-button.js +3 -178
- package/dist/vue2/lib/callbar-button.js.map +1 -1
- package/dist/vue2/lib/callbox.cjs +4 -143
- package/dist/vue2/lib/callbox.cjs.map +1 -1
- package/dist/vue2/lib/callbox.js +3 -142
- package/dist/vue2/lib/callbox.js.map +1 -1
- package/dist/vue2/lib/card.cjs +2 -71
- package/dist/vue2/lib/card.cjs.map +1 -1
- package/dist/vue2/lib/card.js +2 -71
- package/dist/vue2/lib/card.js.map +1 -1
- package/dist/vue2/lib/checkbox-group.cjs +1 -126
- package/dist/vue2/lib/checkbox-group.cjs.map +1 -1
- package/dist/vue2/lib/checkbox-group.js +2 -127
- package/dist/vue2/lib/checkbox-group.js.map +1 -1
- package/dist/vue2/lib/checkbox.cjs +1 -124
- package/dist/vue2/lib/checkbox.cjs.map +1 -1
- package/dist/vue2/lib/checkbox.js +2 -125
- package/dist/vue2/lib/checkbox.js.map +1 -1
- package/dist/vue2/lib/chip.cjs +6 -196
- package/dist/vue2/lib/chip.cjs.map +1 -1
- package/dist/vue2/lib/chip.js +3 -193
- package/dist/vue2/lib/chip.js.map +1 -1
- package/dist/vue2/lib/codeblock.cjs +1 -26
- package/dist/vue2/lib/codeblock.cjs.map +1 -1
- package/dist/vue2/lib/codeblock.js +2 -27
- package/dist/vue2/lib/codeblock.js.map +1 -1
- package/dist/vue2/lib/collapsible.cjs +2 -332
- package/dist/vue2/lib/collapsible.cjs.map +1 -1
- package/dist/vue2/lib/collapsible.js +2 -332
- package/dist/vue2/lib/collapsible.js.map +1 -1
- package/dist/vue2/lib/combobox-multi-select.cjs +5 -584
- package/dist/vue2/lib/combobox-multi-select.cjs.map +1 -1
- package/dist/vue2/lib/combobox-multi-select.js +3 -582
- package/dist/vue2/lib/combobox-multi-select.js.map +1 -1
- package/dist/vue2/lib/combobox-with-popover.cjs +2 -382
- package/dist/vue2/lib/combobox-with-popover.cjs.map +1 -1
- package/dist/vue2/lib/combobox-with-popover.js +2 -382
- package/dist/vue2/lib/combobox-with-popover.js.map +1 -1
- package/dist/vue2/lib/combobox.cjs +4 -16
- package/dist/vue2/lib/combobox.cjs.map +1 -1
- package/dist/vue2/lib/combobox.js +3 -15
- package/dist/vue2/lib/combobox.js.map +1 -1
- package/dist/vue2/lib/contact-centers-row.cjs +1 -163
- package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-centers-row.js +2 -164
- package/dist/vue2/lib/contact-centers-row.js.map +1 -1
- package/dist/vue2/lib/contact-info.cjs +1 -149
- package/dist/vue2/lib/contact-info.cjs.map +1 -1
- package/dist/vue2/lib/contact-info.js +2 -150
- package/dist/vue2/lib/contact-info.js.map +1 -1
- package/dist/vue2/lib/contact-row.cjs +1 -207
- package/dist/vue2/lib/contact-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-row.js +2 -208
- package/dist/vue2/lib/contact-row.js.map +1 -1
- package/dist/vue2/lib/datepicker.cjs +7 -658
- package/dist/vue2/lib/datepicker.cjs.map +1 -1
- package/dist/vue2/lib/datepicker.js +3 -654
- package/dist/vue2/lib/datepicker.js.map +1 -1
- package/dist/vue2/lib/description-list.cjs +3 -111
- package/dist/vue2/lib/description-list.cjs.map +1 -1
- package/dist/vue2/lib/description-list.js +3 -111
- package/dist/vue2/lib/description-list.js.map +1 -1
- package/dist/vue2/lib/dropdown.cjs +5 -42
- package/dist/vue2/lib/dropdown.cjs.map +1 -1
- package/dist/vue2/lib/dropdown.js +5 -42
- package/dist/vue2/lib/dropdown.js.map +1 -1
- package/dist/vue2/lib/editor.cjs +1 -554
- package/dist/vue2/lib/editor.cjs.map +1 -1
- package/dist/vue2/lib/editor.js +2 -555
- package/dist/vue2/lib/editor.js.map +1 -1
- package/dist/vue2/lib/emoji-picker.cjs +7 -1147
- package/dist/vue2/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue2/lib/emoji-picker.js +3 -1143
- package/dist/vue2/lib/emoji-picker.js.map +1 -1
- package/dist/vue2/lib/emoji-row.cjs +3 -83
- package/dist/vue2/lib/emoji-row.cjs.map +1 -1
- package/dist/vue2/lib/emoji-row.js +3 -83
- package/dist/vue2/lib/emoji-row.js.map +1 -1
- package/dist/vue2/lib/emoji-text-wrapper.cjs +2 -109
- package/dist/vue2/lib/emoji-text-wrapper.cjs.map +1 -1
- package/dist/vue2/lib/emoji-text-wrapper.js +2 -109
- package/dist/vue2/lib/emoji-text-wrapper.js.map +1 -1
- package/dist/vue2/lib/emoji.cjs +2 -142
- package/dist/vue2/lib/emoji.cjs.map +1 -1
- package/dist/vue2/lib/emoji.js +2 -142
- package/dist/vue2/lib/emoji.js.map +1 -1
- package/dist/vue2/lib/empty-state.cjs +3 -165
- package/dist/vue2/lib/empty-state.cjs.map +1 -1
- package/dist/vue2/lib/empty-state.js +3 -165
- package/dist/vue2/lib/empty-state.js.map +1 -1
- package/dist/vue2/lib/feed-item-row.cjs +4 -220
- package/dist/vue2/lib/feed-item-row.cjs.map +1 -1
- package/dist/vue2/lib/feed-item-row.js +3 -219
- package/dist/vue2/lib/feed-item-row.js.map +1 -1
- package/dist/vue2/lib/feed-pill.cjs +3 -146
- package/dist/vue2/lib/feed-pill.cjs.map +1 -1
- package/dist/vue2/lib/feed-pill.js +3 -146
- package/dist/vue2/lib/feed-pill.js.map +1 -1
- package/dist/vue2/lib/general-row.cjs +8 -444
- package/dist/vue2/lib/general-row.cjs.map +1 -1
- package/dist/vue2/lib/general-row.js +3 -439
- package/dist/vue2/lib/general-row.js.map +1 -1
- package/dist/vue2/lib/group-row.cjs +1 -112
- package/dist/vue2/lib/group-row.cjs.map +1 -1
- package/dist/vue2/lib/group-row.js +2 -113
- package/dist/vue2/lib/group-row.js.map +1 -1
- package/dist/vue2/lib/grouped-chip.cjs +1 -42
- package/dist/vue2/lib/grouped-chip.cjs.map +1 -1
- package/dist/vue2/lib/grouped-chip.js +2 -43
- package/dist/vue2/lib/grouped-chip.js.map +1 -1
- package/dist/vue2/lib/hovercard.cjs +1 -224
- package/dist/vue2/lib/hovercard.cjs.map +1 -1
- package/dist/vue2/lib/hovercard.js +2 -225
- package/dist/vue2/lib/hovercard.js.map +1 -1
- package/dist/vue2/lib/icon.cjs +3 -55
- package/dist/vue2/lib/icon.cjs.map +1 -1
- package/dist/vue2/lib/icon.js +3 -55
- package/dist/vue2/lib/icon.js.map +1 -1
- package/dist/vue2/lib/illustration.cjs +4 -40
- package/dist/vue2/lib/illustration.cjs.map +1 -1
- package/dist/vue2/lib/illustration.js +3 -39
- package/dist/vue2/lib/illustration.js.map +1 -1
- package/dist/vue2/lib/image-viewer.cjs +2 -198
- package/dist/vue2/lib/image-viewer.cjs.map +1 -1
- package/dist/vue2/lib/image-viewer.js +2 -198
- package/dist/vue2/lib/image-viewer.js.map +1 -1
- package/dist/vue2/lib/input-group.cjs +2 -89
- package/dist/vue2/lib/input-group.cjs.map +1 -1
- package/dist/vue2/lib/input-group.js +2 -89
- package/dist/vue2/lib/input-group.js.map +1 -1
- package/dist/vue2/lib/input.cjs +5 -471
- package/dist/vue2/lib/input.cjs.map +1 -1
- package/dist/vue2/lib/input.js +3 -469
- package/dist/vue2/lib/input.js.map +1 -1
- package/dist/vue2/lib/item-layout.cjs +2 -38
- package/dist/vue2/lib/item-layout.cjs.map +1 -1
- package/dist/vue2/lib/item-layout.js +2 -38
- package/dist/vue2/lib/item-layout.js.map +1 -1
- package/dist/vue2/lib/ivr-node.cjs +13 -211
- package/dist/vue2/lib/ivr-node.cjs.map +1 -1
- package/dist/vue2/lib/ivr-node.js +3 -201
- package/dist/vue2/lib/ivr-node.js.map +1 -1
- package/dist/vue2/lib/keyboard-shortcut.cjs +5 -103
- package/dist/vue2/lib/keyboard-shortcut.cjs.map +1 -1
- package/dist/vue2/lib/keyboard-shortcut.js +3 -101
- package/dist/vue2/lib/keyboard-shortcut.js.map +1 -1
- package/dist/vue2/lib/lazy-show.cjs +2 -78
- package/dist/vue2/lib/lazy-show.cjs.map +1 -1
- package/dist/vue2/lib/lazy-show.js +2 -78
- package/dist/vue2/lib/lazy-show.js.map +1 -1
- package/dist/vue2/lib/link.cjs +3 -80
- package/dist/vue2/lib/link.cjs.map +1 -1
- package/dist/vue2/lib/link.js +3 -80
- package/dist/vue2/lib/link.js.map +1 -1
- package/dist/vue2/lib/list-item-group.cjs +1 -57
- package/dist/vue2/lib/list-item-group.cjs.map +1 -1
- package/dist/vue2/lib/list-item-group.js +2 -58
- package/dist/vue2/lib/list-item-group.js.map +1 -1
- package/dist/vue2/lib/list-item.cjs +3 -200
- package/dist/vue2/lib/list-item.cjs.map +1 -1
- package/dist/vue2/lib/list-item.js +3 -200
- package/dist/vue2/lib/list-item.js.map +1 -1
- package/dist/vue2/lib/message-input.cjs +1 -647
- package/dist/vue2/lib/message-input.cjs.map +1 -1
- package/dist/vue2/lib/message-input.js +2 -648
- package/dist/vue2/lib/message-input.js.map +1 -1
- package/dist/vue2/lib/modal.cjs +5 -347
- package/dist/vue2/lib/modal.cjs.map +1 -1
- package/dist/vue2/lib/modal.js +3 -345
- package/dist/vue2/lib/modal.js.map +1 -1
- package/dist/vue2/lib/notice.cjs +9 -164
- package/dist/vue2/lib/notice.cjs.map +1 -1
- package/dist/vue2/lib/notice.js +9 -164
- package/dist/vue2/lib/notice.js.map +1 -1
- package/dist/vue2/lib/pagination.cjs +1 -149
- package/dist/vue2/lib/pagination.cjs.map +1 -1
- package/dist/vue2/lib/pagination.js +2 -150
- package/dist/vue2/lib/pagination.js.map +1 -1
- package/dist/vue2/lib/popover.cjs +3 -1014
- package/dist/vue2/lib/popover.cjs.map +1 -1
- package/dist/vue2/lib/popover.js +3 -1015
- package/dist/vue2/lib/popover.js.map +1 -1
- package/dist/vue2/lib/presence.cjs +5 -63
- package/dist/vue2/lib/presence.cjs.map +1 -1
- package/dist/vue2/lib/presence.js +3 -61
- package/dist/vue2/lib/presence.js.map +1 -1
- package/dist/vue2/lib/radio-group.cjs +1 -95
- package/dist/vue2/lib/radio-group.cjs.map +1 -1
- package/dist/vue2/lib/radio-group.js +2 -96
- package/dist/vue2/lib/radio-group.js.map +1 -1
- package/dist/vue2/lib/radio.cjs +3 -115
- package/dist/vue2/lib/radio.cjs.map +1 -1
- package/dist/vue2/lib/radio.js +3 -115
- package/dist/vue2/lib/radio.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor.cjs +5 -1705
- package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor.js +3 -1703
- package/dist/vue2/lib/rich-text-editor.js.map +1 -1
- package/dist/vue2/lib/root-layout.cjs +4 -127
- package/dist/vue2/lib/root-layout.cjs.map +1 -1
- package/dist/vue2/lib/root-layout.js +3 -126
- package/dist/vue2/lib/root-layout.js.map +1 -1
- package/dist/vue2/lib/scrollbar-directive.cjs +2 -2438
- package/dist/vue2/lib/scrollbar-directive.cjs.map +1 -1
- package/dist/vue2/lib/scrollbar-directive.js +2 -2438
- package/dist/vue2/lib/scrollbar-directive.js.map +1 -1
- package/dist/vue2/lib/select-menu.cjs +4 -279
- package/dist/vue2/lib/select-menu.cjs.map +1 -1
- package/dist/vue2/lib/select-menu.js +3 -278
- package/dist/vue2/lib/select-menu.js.map +1 -1
- package/dist/vue2/lib/settings-menu-button.cjs +1 -62
- package/dist/vue2/lib/settings-menu-button.cjs.map +1 -1
- package/dist/vue2/lib/settings-menu-button.js +2 -63
- package/dist/vue2/lib/settings-menu-button.js.map +1 -1
- package/dist/vue2/lib/skeleton.cjs +16 -610
- package/dist/vue2/lib/skeleton.cjs.map +1 -1
- package/dist/vue2/lib/skeleton.js +11 -605
- package/dist/vue2/lib/skeleton.js.map +1 -1
- package/dist/vue2/lib/split-button.cjs +3 -508
- package/dist/vue2/lib/split-button.cjs.map +1 -1
- package/dist/vue2/lib/split-button.js +3 -508
- package/dist/vue2/lib/split-button.js.map +1 -1
- package/dist/vue2/lib/stack.cjs +3 -159
- package/dist/vue2/lib/stack.cjs.map +1 -1
- package/dist/vue2/lib/stack.js +3 -159
- package/dist/vue2/lib/stack.js.map +1 -1
- package/dist/vue2/lib/tabs.cjs +10 -96
- package/dist/vue2/lib/tabs.cjs.map +1 -1
- package/dist/vue2/lib/tabs.js +7 -93
- package/dist/vue2/lib/tabs.js.map +1 -1
- package/dist/vue2/lib/time-pill.cjs +1 -44
- package/dist/vue2/lib/time-pill.cjs.map +1 -1
- package/dist/vue2/lib/time-pill.js +2 -45
- package/dist/vue2/lib/time-pill.js.map +1 -1
- package/dist/vue2/lib/toast.cjs +4 -244
- package/dist/vue2/lib/toast.cjs.map +1 -1
- package/dist/vue2/lib/toast.js +3 -243
- package/dist/vue2/lib/toast.js.map +1 -1
- package/dist/vue2/lib/toggle.cjs +4 -174
- package/dist/vue2/lib/toggle.cjs.map +1 -1
- package/dist/vue2/lib/toggle.js +3 -173
- package/dist/vue2/lib/toggle.js.map +1 -1
- package/dist/vue2/lib/tooltip-directive.cjs +2 -85
- package/dist/vue2/lib/tooltip-directive.cjs.map +1 -1
- package/dist/vue2/lib/tooltip-directive.js +2 -85
- package/dist/vue2/lib/tooltip-directive.js.map +1 -1
- package/dist/vue2/lib/tooltip.cjs +8 -439
- package/dist/vue2/lib/tooltip.cjs.map +1 -1
- package/dist/vue2/lib/tooltip.js +3 -435
- package/dist/vue2/lib/tooltip.js.map +1 -1
- package/dist/vue2/lib/top-banner-info.cjs +3 -60
- package/dist/vue2/lib/top-banner-info.cjs.map +1 -1
- package/dist/vue2/lib/top-banner-info.js +3 -60
- package/dist/vue2/lib/top-banner-info.js.map +1 -1
- package/dist/vue2/lib/unread-pill.cjs +4 -60
- package/dist/vue2/lib/unread-pill.cjs.map +1 -1
- package/dist/vue2/lib/unread-pill.js +3 -59
- package/dist/vue2/lib/unread-pill.js.map +1 -1
- package/dist/vue2/lib/validation-messages.cjs +2 -83
- package/dist/vue2/lib/validation-messages.cjs.map +1 -1
- package/dist/vue2/lib/validation-messages.js +2 -83
- package/dist/vue2/lib/validation-messages.js.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +174 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +175 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +251 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +252 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +130 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +131 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs +35 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js +36 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +538 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +539 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +363 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +364 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +143 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +144 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +72 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +73 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +46 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +47 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +496 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +497 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.cjs +14 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.js +14 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +66 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js +67 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +205 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +206 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +133 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +134 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +45 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +46 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +530 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +531 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs +46 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js +47 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +59 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js +60 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +143 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +144 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +127 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +128 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js +13 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +154 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +155 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +191 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js +192 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs +317 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js +318 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js +58 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +65 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +66 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs +97 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js +98 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs +56 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js +57 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs +52 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js +53 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
- package/dist/vue2/style.css +1016 -1659
- package/dist/vue3/_virtual/_plugin-vue_export-helper.cjs +10 -0
- package/dist/vue3/_virtual/_plugin-vue_export-helper.cjs.map +1 -0
- package/dist/vue3/_virtual/_plugin-vue_export-helper.js +11 -0
- package/dist/vue3/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/dist/vue3/common/dates.cjs +0 -2
- package/dist/vue3/common/dates.cjs.map +1 -1
- package/dist/vue3/common/dates.js +0 -2
- package/dist/vue3/common/dates.js.map +1 -1
- package/dist/vue3/common/emoji.cjs +163 -40
- package/dist/vue3/common/emoji.cjs.map +1 -1
- package/dist/vue3/common/emoji.js +145 -2
- package/dist/vue3/common/emoji.js.map +1 -1
- package/dist/vue3/common/mixins/dom.cjs +101 -0
- package/dist/vue3/common/mixins/dom.cjs.map +1 -0
- package/dist/vue3/common/mixins/dom.js +102 -0
- package/dist/vue3/common/mixins/dom.js.map +1 -0
- package/dist/vue3/common/mixins/input.cjs +296 -0
- package/dist/vue3/common/mixins/input.cjs.map +1 -0
- package/dist/vue3/common/mixins/input.js +296 -0
- package/dist/vue3/common/mixins/input.js.map +1 -0
- package/dist/vue3/common/mixins/input_group.cjs +153 -0
- package/dist/vue3/common/mixins/input_group.cjs.map +1 -0
- package/dist/vue3/common/mixins/input_group.js +153 -0
- package/dist/vue3/common/mixins/input_group.js.map +1 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.cjs +186 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.cjs.map +1 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.js +187 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.js.map +1 -0
- package/dist/vue3/common/mixins/modal.cjs +104 -0
- package/dist/vue3/common/mixins/modal.cjs.map +1 -0
- package/dist/vue3/common/mixins/modal.js +105 -0
- package/dist/vue3/common/mixins/modal.js.map +1 -0
- package/dist/vue3/common/mixins/skeleton.cjs +27 -0
- package/dist/vue3/common/mixins/skeleton.cjs.map +1 -0
- package/dist/vue3/common/mixins/skeleton.js +28 -0
- package/dist/vue3/common/mixins/skeleton.js.map +1 -0
- package/dist/vue3/common/mixins/sr_only_close_button.cjs +45 -0
- package/dist/vue3/common/mixins/sr_only_close_button.cjs.map +1 -0
- package/dist/vue3/common/mixins/sr_only_close_button.js +46 -0
- package/dist/vue3/common/mixins/sr_only_close_button.js.map +1 -0
- package/dist/vue3/common/mixins.cjs +4 -10
- package/dist/vue3/common/mixins.cjs.map +1 -1
- package/dist/vue3/common/mixins.js +4 -10
- package/dist/vue3/common/mixins.js.map +1 -1
- package/dist/vue3/common/sr_only_close_button.vue.cjs +48 -0
- package/dist/vue3/common/sr_only_close_button.vue.cjs.map +1 -0
- package/dist/vue3/common/sr_only_close_button.vue.js +49 -0
- package/dist/vue3/common/sr_only_close_button.vue.js.map +1 -0
- package/dist/vue3/common/utils.cjs +6 -12
- package/dist/vue3/common/utils.cjs.map +1 -1
- package/dist/vue3/common/utils.js +6 -12
- package/dist/vue3/common/utils.js.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/avatar/avatar.vue.cjs +367 -0
- package/dist/vue3/components/avatar/avatar.vue.cjs.map +1 -0
- package/dist/vue3/components/avatar/avatar.vue.js +368 -0
- package/dist/vue3/components/avatar/avatar.vue.js.map +1 -0
- package/dist/vue3/components/avatar/avatar_constants.cjs +64 -0
- package/dist/vue3/components/avatar/avatar_constants.cjs.map +1 -0
- package/dist/vue3/components/avatar/avatar_constants.js +64 -0
- package/dist/vue3/components/avatar/avatar_constants.js.map +1 -0
- package/dist/vue3/components/avatar/utils.cjs +9 -0
- package/dist/vue3/components/avatar/utils.cjs.map +1 -0
- package/dist/vue3/components/avatar/utils.js +9 -0
- package/dist/vue3/components/avatar/utils.js.map +1 -0
- package/dist/vue3/components/badge/badge.vue.cjs +183 -0
- package/dist/vue3/components/badge/badge.vue.cjs.map +1 -0
- package/dist/vue3/components/badge/badge.vue.js +184 -0
- package/dist/vue3/components/badge/badge.vue.js.map +1 -0
- package/dist/vue3/components/badge/badge_constants.cjs +43 -0
- package/dist/vue3/components/badge/badge_constants.cjs.map +1 -0
- package/dist/vue3/components/badge/badge_constants.js +43 -0
- package/dist/vue3/components/badge/badge_constants.js.map +1 -0
- package/dist/vue3/components/banner/banner.vue.cjs +236 -0
- package/dist/vue3/components/banner/banner.vue.cjs.map +1 -0
- package/dist/vue3/components/banner/banner.vue.js +237 -0
- package/dist/vue3/components/banner/banner.vue.js.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.cjs +79 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.js +80 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.cjs +77 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.js +78 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.js +7 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
- package/dist/vue3/components/button/button.vue.cjs +290 -0
- package/dist/vue3/components/button/button.vue.cjs.map +1 -0
- package/dist/vue3/components/button/button.vue.js +291 -0
- package/dist/vue3/components/button/button.vue.js.map +1 -0
- package/dist/vue3/components/button/button_constants.cjs +71 -0
- package/dist/vue3/components/button/button_constants.cjs.map +1 -0
- package/dist/vue3/components/button/button_constants.js +71 -0
- package/dist/vue3/components/button/button_constants.js.map +1 -0
- package/dist/vue3/components/button_group/button_group.vue.cjs +36 -0
- package/dist/vue3/components/button_group/button_group.vue.cjs.map +1 -0
- package/dist/vue3/components/button_group/button_group.vue.js +37 -0
- package/dist/vue3/components/button_group/button_group.vue.js.map +1 -0
- package/dist/vue3/components/button_group/button_group_constants.cjs +9 -0
- package/dist/vue3/components/button_group/button_group_constants.cjs.map +1 -0
- package/dist/vue3/components/button_group/button_group_constants.js +9 -0
- package/dist/vue3/components/button_group/button_group_constants.js.map +1 -0
- package/dist/vue3/components/card/card.vue.cjs +90 -0
- package/dist/vue3/components/card/card.vue.cjs.map +1 -0
- package/dist/vue3/components/card/card.vue.js +91 -0
- package/dist/vue3/components/card/card.vue.js.map +1 -0
- package/dist/vue3/components/checkbox/checkbox.vue.cjs +149 -0
- package/dist/vue3/components/checkbox/checkbox.vue.cjs.map +1 -0
- package/dist/vue3/components/checkbox/checkbox.vue.js +150 -0
- package/dist/vue3/components/checkbox/checkbox.vue.js.map +1 -0
- package/dist/vue3/components/checkbox/checkbox_constants.cjs +9 -0
- package/dist/vue3/components/checkbox/checkbox_constants.cjs.map +1 -0
- package/dist/vue3/components/checkbox/checkbox_constants.js +9 -0
- package/dist/vue3/components/checkbox/checkbox_constants.js.map +1 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.cjs +110 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.js +111 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.js.map +1 -0
- package/dist/vue3/components/chip/chip.vue.cjs +209 -0
- package/dist/vue3/components/chip/chip.vue.cjs.map +1 -0
- package/dist/vue3/components/chip/chip.vue.js +210 -0
- package/dist/vue3/components/chip/chip.vue.js.map +1 -0
- package/dist/vue3/components/chip/chip_constants.cjs +21 -0
- package/dist/vue3/components/chip/chip_constants.cjs.map +1 -0
- package/dist/vue3/components/chip/chip_constants.js +21 -0
- package/dist/vue3/components/chip/chip_constants.js.map +1 -0
- package/dist/vue3/components/codeblock/codeblock.vue.cjs +23 -0
- package/dist/vue3/components/codeblock/codeblock.vue.cjs.map +1 -0
- package/dist/vue3/components/codeblock/codeblock.vue.js +24 -0
- package/dist/vue3/components/codeblock/codeblock.vue.js.map +1 -0
- package/dist/vue3/components/collapsible/collapsible.vue.cjs +256 -0
- package/dist/vue3/components/collapsible/collapsible.vue.cjs.map +1 -0
- package/dist/vue3/components/collapsible/collapsible.vue.js +257 -0
- package/dist/vue3/components/collapsible/collapsible.vue.js.map +1 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.cjs +149 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.js +150 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
- package/dist/vue3/components/combobox/combobox.vue.cjs +356 -0
- package/dist/vue3/components/combobox/combobox.vue.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox.vue.js +357 -0
- package/dist/vue3/components/combobox/combobox.vue.js.map +1 -0
- package/dist/vue3/components/combobox/combobox_constants.cjs +11 -0
- package/dist/vue3/components/combobox/combobox_constants.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox_constants.js +11 -0
- package/dist/vue3/components/combobox/combobox_constants.js.map +1 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.cjs +52 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.js +53 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.js.map +1 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.cjs +37 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.js +38 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.cjs +116 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.cjs.map +1 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.js +116 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.js.map +1 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.cjs +109 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.cjs.map +1 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.js +109 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.js.map +1 -0
- package/dist/vue3/components/datepicker/datepicker.vue.cjs +153 -0
- package/dist/vue3/components/datepicker/datepicker.vue.cjs.map +1 -0
- package/dist/vue3/components/datepicker/datepicker.vue.js +154 -0
- package/dist/vue3/components/datepicker/datepicker.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/datepicker_constants.cjs +9 -0
- package/dist/vue3/components/datepicker/datepicker_constants.cjs.map +1 -0
- package/dist/vue3/components/datepicker/datepicker_constants.js +9 -0
- package/dist/vue3/components/datepicker/datepicker_constants.js.map +1 -0
- package/dist/vue3/components/datepicker/formatUtils.cjs +25 -0
- package/dist/vue3/components/datepicker/formatUtils.cjs.map +1 -0
- package/dist/vue3/components/datepicker/formatUtils.js +25 -0
- package/dist/vue3/components/datepicker/formatUtils.js.map +1 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.cjs +137 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.cjs.map +1 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.js +138 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs +246 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js +247 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/utils.cjs +84 -0
- package/dist/vue3/components/datepicker/utils.cjs.map +1 -0
- package/dist/vue3/components/datepicker/utils.js +84 -0
- package/dist/vue3/components/datepicker/utils.js.map +1 -0
- package/dist/vue3/components/description_list/description_list.vue.cjs +88 -0
- package/dist/vue3/components/description_list/description_list.vue.cjs.map +1 -0
- package/dist/vue3/components/description_list/description_list.vue.js +89 -0
- package/dist/vue3/components/description_list/description_list.vue.js.map +1 -0
- package/dist/vue3/components/description_list/description_list_constants.cjs +5 -0
- package/dist/vue3/components/description_list/description_list_constants.cjs.map +1 -0
- package/dist/vue3/components/description_list/description_list_constants.js +5 -0
- package/dist/vue3/components/description_list/description_list_constants.js.map +1 -0
- package/dist/vue3/components/description_list/description_list_validators.cjs +33 -0
- package/dist/vue3/components/description_list/description_list_validators.cjs.map +1 -0
- package/dist/vue3/components/description_list/description_list_validators.js +33 -0
- package/dist/vue3/components/description_list/description_list_validators.js.map +1 -0
- package/dist/vue3/components/dropdown/dropdown.vue.cjs +444 -0
- package/dist/vue3/components/dropdown/dropdown.vue.cjs.map +1 -0
- package/dist/vue3/components/dropdown/dropdown.vue.js +445 -0
- package/dist/vue3/components/dropdown/dropdown.vue.js.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_constants.cjs +9 -0
- package/dist/vue3/components/dropdown/dropdown_constants.cjs.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_constants.js +9 -0
- package/dist/vue3/components/dropdown/dropdown_constants.js.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.cjs +17 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.js +18 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.js.map +1 -0
- package/dist/vue3/components/emoji/emoji.vue.cjs +155 -0
- package/dist/vue3/components/emoji/emoji.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji/emoji.vue.js +156 -0
- package/dist/vue3/components/emoji/emoji.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.cjs +153 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.js +153 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.js.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.cjs +233 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.js +234 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.cjs +35 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.js +35 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.cjs +37 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.js +38 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs +78 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js +79 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.cjs +428 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.js +429 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +198 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.js +199 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs +166 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js +167 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +95 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +96 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
- package/dist/vue3/components/empty_state/empty_state.vue.cjs +171 -0
- package/dist/vue3/components/empty_state/empty_state.vue.cjs.map +1 -0
- package/dist/vue3/components/empty_state/empty_state.vue.js +172 -0
- package/dist/vue3/components/empty_state/empty_state.vue.js.map +1 -0
- package/dist/vue3/components/empty_state/empty_state_constants.cjs +9 -0
- package/dist/vue3/components/empty_state/empty_state_constants.cjs.map +1 -0
- package/dist/vue3/components/empty_state/empty_state_constants.js +9 -0
- package/dist/vue3/components/empty_state/empty_state_constants.js.map +1 -0
- package/dist/vue3/components/hovercard/hovercard.vue.cjs +166 -0
- package/dist/vue3/components/hovercard/hovercard.vue.cjs.map +1 -0
- package/dist/vue3/components/hovercard/hovercard.vue.js +167 -0
- package/dist/vue3/components/hovercard/hovercard.vue.js.map +1 -0
- package/dist/vue3/components/hovercard/timer.cjs +59 -0
- package/dist/vue3/components/hovercard/timer.cjs.map +1 -0
- package/dist/vue3/components/hovercard/timer.js +60 -0
- package/dist/vue3/components/hovercard/timer.js.map +1 -0
- package/dist/vue3/components/icon/icon.vue.cjs +55 -0
- package/dist/vue3/components/icon/icon.vue.cjs.map +1 -0
- package/dist/vue3/components/icon/icon.vue.js +56 -0
- package/dist/vue3/components/icon/icon.vue.js.map +1 -0
- package/dist/vue3/components/icon/icon_constants.cjs +17 -0
- package/dist/vue3/components/icon/icon_constants.cjs.map +1 -0
- package/dist/vue3/components/icon/icon_constants.js +17 -0
- package/dist/vue3/components/icon/icon_constants.js.map +1 -0
- package/dist/vue3/components/illustration/illustration.vue.cjs +30 -0
- package/dist/vue3/components/illustration/illustration.vue.cjs.map +1 -0
- package/dist/vue3/components/illustration/illustration.vue.js +31 -0
- package/dist/vue3/components/illustration/illustration.vue.js.map +1 -0
- package/dist/vue3/components/illustration/illustration_constants.cjs +6 -0
- package/dist/vue3/components/illustration/illustration_constants.cjs.map +1 -0
- package/dist/vue3/components/illustration/illustration_constants.js +6 -0
- package/dist/vue3/components/illustration/illustration_constants.js.map +1 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.cjs +247 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.cjs.map +1 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.js +248 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.js.map +1 -0
- package/dist/vue3/components/input/input.vue.cjs +505 -0
- package/dist/vue3/components/input/input.vue.cjs.map +1 -0
- package/dist/vue3/components/input/input.vue.js +506 -0
- package/dist/vue3/components/input/input.vue.js.map +1 -0
- package/dist/vue3/components/input/input_constants.cjs +65 -0
- package/dist/vue3/components/input/input_constants.cjs.map +1 -0
- package/dist/vue3/components/input/input_constants.js +65 -0
- package/dist/vue3/components/input/input_constants.js.map +1 -0
- package/dist/vue3/components/input_group/input_group.vue.cjs +89 -0
- package/dist/vue3/components/input_group/input_group.vue.cjs.map +1 -0
- package/dist/vue3/components/input_group/input_group.vue.js +90 -0
- package/dist/vue3/components/input_group/input_group.vue.js.map +1 -0
- package/dist/vue3/components/item_layout/item_layout.vue.cjs +90 -0
- package/dist/vue3/components/item_layout/item_layout.vue.cjs.map +1 -0
- package/dist/vue3/components/item_layout/item_layout.vue.js +91 -0
- package/dist/vue3/components/item_layout/item_layout.vue.js.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +102 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js +103 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.cjs +81 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.cjs.map +1 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.js +82 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.js.map +1 -0
- package/dist/vue3/components/link/link.vue.cjs +55 -0
- package/dist/vue3/components/link/link.vue.cjs.map +1 -0
- package/dist/vue3/components/link/link.vue.js +56 -0
- package/dist/vue3/components/link/link.vue.js.map +1 -0
- package/dist/vue3/components/link/link_constants.cjs +39 -0
- package/dist/vue3/components/link/link_constants.cjs.map +1 -0
- package/dist/vue3/components/link/link_constants.js +39 -0
- package/dist/vue3/components/link/link_constants.js.map +1 -0
- package/dist/vue3/components/list_item/list_item.vue.cjs +210 -0
- package/dist/vue3/components/list_item/list_item.vue.cjs.map +1 -0
- package/dist/vue3/components/list_item/list_item.vue.js +211 -0
- package/dist/vue3/components/list_item/list_item.vue.js.map +1 -0
- package/dist/vue3/components/list_item/list_item_constants.cjs +14 -0
- package/dist/vue3/components/list_item/list_item_constants.cjs.map +1 -0
- package/dist/vue3/components/list_item/list_item_constants.js +14 -0
- package/dist/vue3/components/list_item/list_item_constants.js.map +1 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.cjs +66 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.cjs.map +1 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.js +67 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.js.map +1 -0
- package/dist/vue3/components/modal/modal.vue.cjs +420 -0
- package/dist/vue3/components/modal/modal.vue.cjs.map +1 -0
- package/dist/vue3/components/modal/modal.vue.js +421 -0
- package/dist/vue3/components/modal/modal.vue.js.map +1 -0
- package/dist/vue3/components/modal/modal_constants.cjs +21 -0
- package/dist/vue3/components/modal/modal_constants.cjs.map +1 -0
- package/dist/vue3/components/modal/modal_constants.js +21 -0
- package/dist/vue3/components/modal/modal_constants.js.map +1 -0
- package/dist/vue3/components/notice/notice.vue.cjs +195 -0
- package/dist/vue3/components/notice/notice.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice.vue.js +196 -0
- package/dist/vue3/components/notice/notice.vue.js.map +1 -0
- package/dist/vue3/components/notice/notice_action.vue.cjs +102 -0
- package/dist/vue3/components/notice/notice_action.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_action.vue.js +103 -0
- package/dist/vue3/components/notice/notice_action.vue.js.map +1 -0
- package/dist/vue3/components/notice/notice_constants.cjs +7 -0
- package/dist/vue3/components/notice/notice_constants.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_constants.js +7 -0
- package/dist/vue3/components/notice/notice_constants.js.map +1 -0
- package/dist/vue3/components/notice/notice_content.vue.cjs +67 -0
- package/dist/vue3/components/notice/notice_content.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_content.vue.js +68 -0
- package/dist/vue3/components/notice/notice_content.vue.js.map +1 -0
- package/dist/vue3/components/notice/notice_icon.vue.cjs +61 -0
- package/dist/vue3/components/notice/notice_icon.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_icon.vue.js +62 -0
- package/dist/vue3/components/notice/notice_icon.vue.js.map +1 -0
- package/dist/vue3/components/pagination/pagination.vue.cjs +194 -0
- package/dist/vue3/components/pagination/pagination.vue.cjs.map +1 -0
- package/dist/vue3/components/pagination/pagination.vue.js +195 -0
- package/dist/vue3/components/pagination/pagination.vue.js.map +1 -0
- package/dist/vue3/components/popover/popover.vue.cjs +1014 -0
- package/dist/vue3/components/popover/popover.vue.cjs.map +1 -0
- package/dist/vue3/components/popover/popover.vue.js +1015 -0
- package/dist/vue3/components/popover/popover.vue.js.map +1 -0
- package/dist/vue3/components/popover/popover_constants.cjs +34 -0
- package/dist/vue3/components/popover/popover_constants.cjs.map +1 -0
- package/dist/vue3/components/popover/popover_constants.js +34 -0
- package/dist/vue3/components/popover/popover_constants.js.map +1 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.cjs +111 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.cjs.map +1 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.js +112 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.js.map +1 -0
- package/dist/vue3/components/popover/tippy_utils.cjs +94 -0
- package/dist/vue3/components/popover/tippy_utils.cjs.map +1 -0
- package/dist/vue3/components/popover/tippy_utils.js +94 -0
- package/dist/vue3/components/popover/tippy_utils.js.map +1 -0
- package/dist/vue3/components/presence/presence.vue.cjs +57 -0
- package/dist/vue3/components/presence/presence.vue.cjs.map +1 -0
- package/dist/vue3/components/presence/presence.vue.js +58 -0
- package/dist/vue3/components/presence/presence.vue.js.map +1 -0
- package/dist/vue3/components/presence/presence_constants.cjs +17 -0
- package/dist/vue3/components/presence/presence_constants.cjs.map +1 -0
- package/dist/vue3/components/presence/presence_constants.js +17 -0
- package/dist/vue3/components/presence/presence_constants.js.map +1 -0
- package/dist/vue3/components/radio/radio.vue.cjs +155 -0
- package/dist/vue3/components/radio/radio.vue.cjs.map +1 -0
- package/dist/vue3/components/radio/radio.vue.js +156 -0
- package/dist/vue3/components/radio/radio.vue.js.map +1 -0
- package/dist/vue3/components/radio/radio_constants.cjs +9 -0
- package/dist/vue3/components/radio/radio_constants.cjs.map +1 -0
- package/dist/vue3/components/radio/radio_constants.js +9 -0
- package/dist/vue3/components/radio/radio_constants.js.map +1 -0
- package/dist/vue3/components/radio_group/radio_group.vue.cjs +82 -0
- package/dist/vue3/components/radio_group/radio_group.vue.cjs.map +1 -0
- package/dist/vue3/components/radio_group/radio_group.vue.js +83 -0
- package/dist/vue3/components/radio_group/radio_group.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +36 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +37 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +49 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +50 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.js +46 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.js +5 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +29 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +30 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +38 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +39 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.js +5 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +36 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +37 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +50 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +51 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.js +45 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +32 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +33 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.cjs +83 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.js +84 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +128 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +129 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +520 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +521 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.js +24 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
- package/dist/vue3/components/root_layout/root_layout.vue.cjs +152 -0
- package/dist/vue3/components/root_layout/root_layout.vue.cjs.map +1 -0
- package/dist/vue3/components/root_layout/root_layout.vue.js +153 -0
- package/dist/vue3/components/root_layout/root_layout.vue.js.map +1 -0
- package/dist/vue3/components/root_layout/root_layout_constants.cjs +10 -0
- package/dist/vue3/components/root_layout/root_layout_constants.cjs.map +1 -0
- package/dist/vue3/components/root_layout/root_layout_constants.js +10 -0
- package/dist/vue3/components/root_layout/root_layout_constants.js.map +1 -0
- package/dist/vue3/components/scroller/DtScroller.vue.cjs +185 -0
- package/dist/vue3/components/scroller/DtScroller.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/DtScroller.vue.js +186 -0
- package/dist/vue3/components/scroller/DtScroller.vue.js.map +1 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.cjs +462 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.js +463 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.js.map +1 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.cjs +246 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.js +247 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.js.map +1 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.cjs +196 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.js +197 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.js.map +1 -0
- package/dist/vue3/components/select_menu/select_menu.vue.cjs +269 -0
- package/dist/vue3/components/select_menu/select_menu.vue.cjs.map +1 -0
- package/dist/vue3/components/select_menu/select_menu.vue.js +270 -0
- package/dist/vue3/components/select_menu/select_menu.vue.js.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_constants.cjs +17 -0
- package/dist/vue3/components/select_menu/select_menu_constants.cjs.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_constants.js +17 -0
- package/dist/vue3/components/select_menu/select_menu_constants.js.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_validators.cjs +34 -0
- package/dist/vue3/components/select_menu/select_menu_validators.cjs.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_validators.js +34 -0
- package/dist/vue3/components/select_menu/select_menu_validators.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.cjs +116 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.js +117 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.cjs +147 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.js +148 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.cjs +97 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.js +98 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.cjs +114 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.js +115 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton.vue.cjs +143 -0
- package/dist/vue3/components/skeleton/skeleton.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton.vue.js +144 -0
- package/dist/vue3/components/skeleton/skeleton.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton_constants.cjs +27 -0
- package/dist/vue3/components/skeleton/skeleton_constants.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton_constants.js +27 -0
- package/dist/vue3/components/skeleton/skeleton_constants.js.map +1 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.cjs +129 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.js +130 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.js.map +1 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.cjs +110 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.js +111 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.js.map +1 -0
- package/dist/vue3/components/split_button/split_button.vue.cjs +297 -0
- package/dist/vue3/components/split_button/split_button.vue.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button.vue.js +298 -0
- package/dist/vue3/components/split_button/split_button.vue.js.map +1 -0
- package/dist/vue3/components/split_button/split_button_constants.cjs +11 -0
- package/dist/vue3/components/split_button/split_button_constants.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button_constants.js +11 -0
- package/dist/vue3/components/split_button/split_button_constants.js.map +1 -0
- package/dist/vue3/components/stack/stack.vue.cjs +80 -0
- package/dist/vue3/components/stack/stack.vue.cjs.map +1 -0
- package/dist/vue3/components/stack/stack.vue.js +81 -0
- package/dist/vue3/components/stack/stack.vue.js.map +1 -0
- package/dist/vue3/components/stack/stack_constants.cjs +15 -0
- package/dist/vue3/components/stack/stack_constants.cjs.map +1 -0
- package/dist/vue3/components/stack/stack_constants.js +15 -0
- package/dist/vue3/components/stack/stack_constants.js.map +1 -0
- package/dist/vue3/components/stack/utils.cjs +68 -0
- package/dist/vue3/components/stack/utils.cjs.map +1 -0
- package/dist/vue3/components/stack/utils.js +68 -0
- package/dist/vue3/components/stack/utils.js.map +1 -0
- package/dist/vue3/components/stack/validators.cjs +26 -0
- package/dist/vue3/components/stack/validators.cjs.map +1 -0
- package/dist/vue3/components/stack/validators.js +26 -0
- package/dist/vue3/components/stack/validators.js.map +1 -0
- package/dist/vue3/components/tabs/tab.vue.cjs +141 -0
- package/dist/vue3/components/tabs/tab.vue.cjs.map +1 -0
- package/dist/vue3/components/tabs/tab.vue.js +142 -0
- package/dist/vue3/components/tabs/tab.vue.js.map +1 -0
- package/dist/vue3/components/tabs/tab_group.vue.cjs +234 -0
- package/dist/vue3/components/tabs/tab_group.vue.cjs.map +1 -0
- package/dist/vue3/components/tabs/tab_group.vue.js +235 -0
- package/dist/vue3/components/tabs/tab_group.vue.js.map +1 -0
- package/dist/vue3/components/tabs/tab_panel.vue.cjs +91 -0
- package/dist/vue3/components/tabs/tab_panel.vue.cjs.map +1 -0
- package/dist/vue3/components/tabs/tab_panel.vue.js +92 -0
- package/dist/vue3/components/tabs/tab_panel.vue.js.map +1 -0
- package/dist/vue3/components/tabs/tabs_constants.cjs +21 -0
- package/dist/vue3/components/tabs/tabs_constants.cjs.map +1 -0
- package/dist/vue3/components/tabs/tabs_constants.js +21 -0
- package/dist/vue3/components/tabs/tabs_constants.js.map +1 -0
- package/dist/vue3/components/toast/toast.vue.cjs +273 -0
- package/dist/vue3/components/toast/toast.vue.cjs.map +1 -0
- package/dist/vue3/components/toast/toast.vue.js +274 -0
- package/dist/vue3/components/toast/toast.vue.js.map +1 -0
- package/dist/vue3/components/toast/toast_constants.cjs +7 -0
- package/dist/vue3/components/toast/toast_constants.cjs.map +1 -0
- package/dist/vue3/components/toast/toast_constants.js +7 -0
- package/dist/vue3/components/toast/toast_constants.js.map +1 -0
- package/dist/vue3/components/toggle/toggle.vue.cjs +185 -0
- package/dist/vue3/components/toggle/toggle.vue.cjs.map +1 -0
- package/dist/vue3/components/toggle/toggle.vue.js +186 -0
- package/dist/vue3/components/toggle/toggle.vue.js.map +1 -0
- package/dist/vue3/components/toggle/toggle_constants.cjs +10 -0
- package/dist/vue3/components/toggle/toggle_constants.cjs.map +1 -0
- package/dist/vue3/components/toggle/toggle_constants.js +10 -0
- package/dist/vue3/components/toggle/toggle_constants.js.map +1 -0
- package/dist/vue3/components/tooltip/tooltip.vue.cjs +441 -0
- package/dist/vue3/components/tooltip/tooltip.vue.cjs.map +1 -0
- package/dist/vue3/components/tooltip/tooltip.vue.js +442 -0
- package/dist/vue3/components/tooltip/tooltip.vue.js.map +1 -0
- package/dist/vue3/components/tooltip/tooltip_constants.cjs +23 -0
- package/dist/vue3/components/tooltip/tooltip_constants.cjs.map +1 -0
- package/dist/vue3/components/tooltip/tooltip_constants.js +23 -0
- package/dist/vue3/components/tooltip/tooltip_constants.js.map +1 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.cjs +88 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.cjs.map +1 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.js +89 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.js.map +1 -0
- package/dist/vue3/dialtone-vue.cjs +323 -315
- package/dist/vue3/dialtone-vue.cjs.map +1 -1
- package/dist/vue3/dialtone-vue.js +220 -212
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/directives/scrollbar/scrollbar.cjs +31 -0
- package/dist/vue3/directives/scrollbar/scrollbar.cjs.map +1 -0
- package/dist/vue3/directives/scrollbar/scrollbar.js +31 -0
- package/dist/vue3/directives/scrollbar/scrollbar.js.map +1 -0
- package/dist/vue3/directives/tooltip/tooltip.cjs +83 -0
- package/dist/vue3/directives/tooltip/tooltip.cjs.map +1 -0
- package/dist/vue3/directives/tooltip/tooltip.js +83 -0
- package/dist/vue3/directives/tooltip/tooltip.js.map +1 -0
- package/dist/vue3/lib/attachment-carousel.cjs +1 -342
- package/dist/vue3/lib/attachment-carousel.cjs.map +1 -1
- package/dist/vue3/lib/attachment-carousel.js +2 -343
- package/dist/vue3/lib/attachment-carousel.js.map +1 -1
- package/dist/vue3/lib/avatar.cjs +11 -448
- package/dist/vue3/lib/avatar.cjs.map +1 -1
- package/dist/vue3/lib/avatar.js +3 -440
- package/dist/vue3/lib/avatar.js.map +1 -1
- package/dist/vue3/lib/badge.cjs +6 -224
- package/dist/vue3/lib/badge.cjs.map +1 -1
- package/dist/vue3/lib/badge.js +3 -221
- package/dist/vue3/lib/badge.js.map +1 -1
- package/dist/vue3/lib/banner.cjs +1 -239
- package/dist/vue3/lib/banner.cjs.map +1 -1
- package/dist/vue3/lib/banner.js +2 -240
- package/dist/vue3/lib/banner.js.map +1 -1
- package/dist/vue3/lib/breadcrumbs.cjs +6 -151
- package/dist/vue3/lib/breadcrumbs.cjs.map +1 -1
- package/dist/vue3/lib/breadcrumbs.js +5 -150
- package/dist/vue3/lib/breadcrumbs.js.map +1 -1
- package/dist/vue3/lib/button-group.cjs +3 -38
- package/dist/vue3/lib/button-group.cjs.map +1 -1
- package/dist/vue3/lib/button-group.js +3 -38
- package/dist/vue3/lib/button-group.js.map +1 -1
- package/dist/vue3/lib/button.cjs +10 -357
- package/dist/vue3/lib/button.cjs.map +1 -1
- package/dist/vue3/lib/button.js +3 -350
- package/dist/vue3/lib/button.js.map +1 -1
- package/dist/vue3/lib/callbar-button-with-popover.cjs +1 -334
- package/dist/vue3/lib/callbar-button-with-popover.cjs.map +1 -1
- package/dist/vue3/lib/callbar-button-with-popover.js +2 -335
- package/dist/vue3/lib/callbar-button-with-popover.js.map +1 -1
- package/dist/vue3/lib/callbar-button.cjs +4 -197
- package/dist/vue3/lib/callbar-button.cjs.map +1 -1
- package/dist/vue3/lib/callbar-button.js +3 -196
- package/dist/vue3/lib/callbar-button.js.map +1 -1
- package/dist/vue3/lib/callbox.cjs +4 -214
- package/dist/vue3/lib/callbox.cjs.map +1 -1
- package/dist/vue3/lib/callbox.js +3 -213
- package/dist/vue3/lib/callbox.js.map +1 -1
- package/dist/vue3/lib/card.cjs +2 -89
- package/dist/vue3/lib/card.cjs.map +1 -1
- package/dist/vue3/lib/card.js +2 -89
- package/dist/vue3/lib/card.js.map +1 -1
- package/dist/vue3/lib/checkbox-group.cjs +2 -113
- package/dist/vue3/lib/checkbox-group.cjs.map +1 -1
- package/dist/vue3/lib/checkbox-group.js +2 -113
- package/dist/vue3/lib/checkbox-group.js.map +1 -1
- package/dist/vue3/lib/checkbox.cjs +1 -153
- package/dist/vue3/lib/checkbox.cjs.map +1 -1
- package/dist/vue3/lib/checkbox.js +2 -154
- package/dist/vue3/lib/checkbox.js.map +1 -1
- package/dist/vue3/lib/chip.cjs +6 -233
- package/dist/vue3/lib/chip.cjs.map +1 -1
- package/dist/vue3/lib/chip.js +3 -230
- package/dist/vue3/lib/chip.js.map +1 -1
- package/dist/vue3/lib/codeblock.cjs +1 -20
- package/dist/vue3/lib/codeblock.cjs.map +1 -1
- package/dist/vue3/lib/codeblock.js +2 -21
- package/dist/vue3/lib/codeblock.js.map +1 -1
- package/dist/vue3/lib/collapsible.cjs +2 -396
- package/dist/vue3/lib/collapsible.cjs.map +1 -1
- package/dist/vue3/lib/collapsible.js +2 -396
- package/dist/vue3/lib/collapsible.js.map +1 -1
- package/dist/vue3/lib/combobox-multi-select.cjs +5 -651
- package/dist/vue3/lib/combobox-multi-select.cjs.map +1 -1
- package/dist/vue3/lib/combobox-multi-select.js +3 -649
- package/dist/vue3/lib/combobox-multi-select.js.map +1 -1
- package/dist/vue3/lib/combobox-with-popover.cjs +2 -450
- package/dist/vue3/lib/combobox-with-popover.cjs.map +1 -1
- package/dist/vue3/lib/combobox-with-popover.js +2 -450
- package/dist/vue3/lib/combobox-with-popover.js.map +1 -1
- package/dist/vue3/lib/combobox.cjs +4 -16
- package/dist/vue3/lib/combobox.cjs.map +1 -1
- package/dist/vue3/lib/combobox.js +3 -15
- package/dist/vue3/lib/combobox.js.map +1 -1
- package/dist/vue3/lib/contact-centers-row.cjs +1 -235
- package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-centers-row.js +2 -236
- package/dist/vue3/lib/contact-centers-row.js.map +1 -1
- package/dist/vue3/lib/contact-info.cjs +1 -210
- package/dist/vue3/lib/contact-info.cjs.map +1 -1
- package/dist/vue3/lib/contact-info.js +2 -211
- package/dist/vue3/lib/contact-info.js.map +1 -1
- package/dist/vue3/lib/contact-row.cjs +1 -249
- package/dist/vue3/lib/contact-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-row.js +2 -250
- package/dist/vue3/lib/contact-row.js.map +1 -1
- package/dist/vue3/lib/datepicker.cjs +8 -855
- package/dist/vue3/lib/datepicker.cjs.map +1 -1
- package/dist/vue3/lib/datepicker.js +3 -850
- package/dist/vue3/lib/datepicker.js.map +1 -1
- package/dist/vue3/lib/description-list.cjs +3 -113
- package/dist/vue3/lib/description-list.cjs.map +1 -1
- package/dist/vue3/lib/description-list.js +3 -113
- package/dist/vue3/lib/description-list.js.map +1 -1
- package/dist/vue3/lib/dropdown.cjs +5 -33
- package/dist/vue3/lib/dropdown.cjs.map +1 -1
- package/dist/vue3/lib/dropdown.js +5 -33
- package/dist/vue3/lib/dropdown.js.map +1 -1
- package/dist/vue3/lib/editor.cjs +1 -710
- package/dist/vue3/lib/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor.js +2 -711
- package/dist/vue3/lib/editor.js.map +1 -1
- package/dist/vue3/lib/emoji-picker.cjs +8 -1307
- package/dist/vue3/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue3/lib/emoji-picker.js +3 -1302
- package/dist/vue3/lib/emoji-picker.js.map +1 -1
- package/dist/vue3/lib/emoji-row.cjs +3 -123
- package/dist/vue3/lib/emoji-row.cjs.map +1 -1
- package/dist/vue3/lib/emoji-row.js +3 -123
- package/dist/vue3/lib/emoji-row.js.map +1 -1
- package/dist/vue3/lib/emoji-text-wrapper.cjs +2 -101
- package/dist/vue3/lib/emoji-text-wrapper.cjs.map +1 -1
- package/dist/vue3/lib/emoji-text-wrapper.js +2 -101
- package/dist/vue3/lib/emoji-text-wrapper.js.map +1 -1
- package/dist/vue3/lib/emoji.cjs +2 -155
- package/dist/vue3/lib/emoji.cjs.map +1 -1
- package/dist/vue3/lib/emoji.js +2 -155
- package/dist/vue3/lib/emoji.js.map +1 -1
- package/dist/vue3/lib/empty-state.cjs +4 -178
- package/dist/vue3/lib/empty-state.cjs.map +1 -1
- package/dist/vue3/lib/empty-state.js +3 -177
- package/dist/vue3/lib/empty-state.js.map +1 -1
- package/dist/vue3/lib/feed-item-row.cjs +4 -304
- package/dist/vue3/lib/feed-item-row.cjs.map +1 -1
- package/dist/vue3/lib/feed-item-row.js +3 -303
- package/dist/vue3/lib/feed-item-row.js.map +1 -1
- package/dist/vue3/lib/feed-pill.cjs +3 -170
- package/dist/vue3/lib/feed-pill.cjs.map +1 -1
- package/dist/vue3/lib/feed-pill.js +3 -170
- package/dist/vue3/lib/feed-pill.js.map +1 -1
- package/dist/vue3/lib/general-row.cjs +8 -570
- package/dist/vue3/lib/general-row.cjs.map +1 -1
- package/dist/vue3/lib/general-row.js +3 -565
- package/dist/vue3/lib/general-row.js.map +1 -1
- package/dist/vue3/lib/group-row.cjs +1 -111
- package/dist/vue3/lib/group-row.cjs.map +1 -1
- package/dist/vue3/lib/group-row.js +2 -112
- package/dist/vue3/lib/group-row.js.map +1 -1
- package/dist/vue3/lib/grouped-chip.cjs +1 -93
- package/dist/vue3/lib/grouped-chip.cjs.map +1 -1
- package/dist/vue3/lib/grouped-chip.js +2 -94
- package/dist/vue3/lib/grouped-chip.js.map +1 -1
- package/dist/vue3/lib/hovercard.cjs +2 -229
- package/dist/vue3/lib/hovercard.cjs.map +1 -1
- package/dist/vue3/lib/hovercard.js +2 -229
- package/dist/vue3/lib/hovercard.js.map +1 -1
- package/dist/vue3/lib/icon.cjs +3 -54
- package/dist/vue3/lib/icon.cjs.map +1 -1
- package/dist/vue3/lib/icon.js +3 -54
- package/dist/vue3/lib/icon.js.map +1 -1
- package/dist/vue3/lib/illustration.cjs +4 -29
- package/dist/vue3/lib/illustration.cjs.map +1 -1
- package/dist/vue3/lib/illustration.js +3 -28
- package/dist/vue3/lib/illustration.js.map +1 -1
- package/dist/vue3/lib/image-viewer.cjs +2 -251
- package/dist/vue3/lib/image-viewer.cjs.map +1 -1
- package/dist/vue3/lib/image-viewer.js +2 -251
- package/dist/vue3/lib/image-viewer.js.map +1 -1
- package/dist/vue3/lib/input-group.cjs +2 -89
- package/dist/vue3/lib/input-group.cjs.map +1 -1
- package/dist/vue3/lib/input-group.js +2 -89
- package/dist/vue3/lib/input-group.js.map +1 -1
- package/dist/vue3/lib/input.cjs +5 -560
- package/dist/vue3/lib/input.cjs.map +1 -1
- package/dist/vue3/lib/input.js +3 -558
- package/dist/vue3/lib/input.js.map +1 -1
- package/dist/vue3/lib/item-layout.cjs +2 -89
- package/dist/vue3/lib/item-layout.cjs.map +1 -1
- package/dist/vue3/lib/item-layout.js +2 -89
- package/dist/vue3/lib/item-layout.js.map +1 -1
- package/dist/vue3/lib/ivr-node.cjs +13 -265
- package/dist/vue3/lib/ivr-node.cjs.map +1 -1
- package/dist/vue3/lib/ivr-node.js +3 -255
- package/dist/vue3/lib/ivr-node.js.map +1 -1
- package/dist/vue3/lib/keyboard-shortcut.cjs +5 -116
- package/dist/vue3/lib/keyboard-shortcut.cjs.map +1 -1
- package/dist/vue3/lib/keyboard-shortcut.js +3 -114
- package/dist/vue3/lib/keyboard-shortcut.js.map +1 -1
- package/dist/vue3/lib/lazy-show.cjs +2 -80
- package/dist/vue3/lib/lazy-show.cjs.map +1 -1
- package/dist/vue3/lib/lazy-show.js +2 -80
- package/dist/vue3/lib/lazy-show.js.map +1 -1
- package/dist/vue3/lib/link.cjs +3 -53
- package/dist/vue3/lib/link.cjs.map +1 -1
- package/dist/vue3/lib/link.js +3 -53
- package/dist/vue3/lib/link.js.map +1 -1
- package/dist/vue3/lib/list-item-group.cjs +1 -64
- package/dist/vue3/lib/list-item-group.cjs.map +1 -1
- package/dist/vue3/lib/list-item-group.js +2 -65
- package/dist/vue3/lib/list-item-group.js.map +1 -1
- package/dist/vue3/lib/list-item.cjs +3 -212
- package/dist/vue3/lib/list-item.cjs.map +1 -1
- package/dist/vue3/lib/list-item.js +3 -212
- package/dist/vue3/lib/list-item.js.map +1 -1
- package/dist/vue3/lib/message-input.cjs +1 -830
- package/dist/vue3/lib/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input.js +2 -831
- package/dist/vue3/lib/message-input.js.map +1 -1
- package/dist/vue3/lib/modal.cjs +5 -441
- package/dist/vue3/lib/modal.cjs.map +1 -1
- package/dist/vue3/lib/modal.js +3 -439
- package/dist/vue3/lib/modal.js.map +1 -1
- package/dist/vue3/lib/notice.cjs +9 -202
- package/dist/vue3/lib/notice.cjs.map +1 -1
- package/dist/vue3/lib/notice.js +9 -202
- package/dist/vue3/lib/notice.js.map +1 -1
- package/dist/vue3/lib/pagination.cjs +1 -202
- package/dist/vue3/lib/pagination.cjs.map +1 -1
- package/dist/vue3/lib/pagination.js +2 -203
- package/dist/vue3/lib/pagination.js.map +1 -1
- package/dist/vue3/lib/popover.cjs +3 -1138
- package/dist/vue3/lib/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover.js +3 -1139
- package/dist/vue3/lib/popover.js.map +1 -1
- package/dist/vue3/lib/presence.cjs +5 -68
- package/dist/vue3/lib/presence.cjs.map +1 -1
- package/dist/vue3/lib/presence.js +3 -66
- package/dist/vue3/lib/presence.js.map +1 -1
- package/dist/vue3/lib/radio-group.cjs +2 -86
- package/dist/vue3/lib/radio-group.cjs.map +1 -1
- package/dist/vue3/lib/radio-group.js +2 -86
- package/dist/vue3/lib/radio-group.js.map +1 -1
- package/dist/vue3/lib/radio.cjs +3 -159
- package/dist/vue3/lib/radio.cjs.map +1 -1
- package/dist/vue3/lib/radio.js +3 -159
- package/dist/vue3/lib/radio.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor.cjs +5 -1702
- package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor.js +3 -1700
- package/dist/vue3/lib/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/root-layout.cjs +4 -155
- package/dist/vue3/lib/root-layout.cjs.map +1 -1
- package/dist/vue3/lib/root-layout.js +3 -154
- package/dist/vue3/lib/root-layout.js.map +1 -1
- package/dist/vue3/lib/scrollbar-directive.cjs +2 -2438
- package/dist/vue3/lib/scrollbar-directive.cjs.map +1 -1
- package/dist/vue3/lib/scrollbar-directive.js +2 -2438
- package/dist/vue3/lib/scrollbar-directive.js.map +1 -1
- package/dist/vue3/lib/scroller.cjs +2 -1088
- package/dist/vue3/lib/scroller.cjs.map +1 -1
- package/dist/vue3/lib/scroller.js +2 -1088
- package/dist/vue3/lib/scroller.js.map +1 -1
- package/dist/vue3/lib/select-menu.cjs +4 -309
- package/dist/vue3/lib/select-menu.cjs.map +1 -1
- package/dist/vue3/lib/select-menu.js +3 -308
- package/dist/vue3/lib/select-menu.js.map +1 -1
- package/dist/vue3/lib/settings-menu-button.cjs +1 -74
- package/dist/vue3/lib/settings-menu-button.cjs.map +1 -1
- package/dist/vue3/lib/settings-menu-button.js +2 -75
- package/dist/vue3/lib/settings-menu-button.js.map +1 -1
- package/dist/vue3/lib/skeleton.cjs +16 -633
- package/dist/vue3/lib/skeleton.cjs.map +1 -1
- package/dist/vue3/lib/skeleton.js +11 -628
- package/dist/vue3/lib/skeleton.js.map +1 -1
- package/dist/vue3/lib/split-button.cjs +3 -540
- package/dist/vue3/lib/split-button.cjs.map +1 -1
- package/dist/vue3/lib/split-button.js +3 -540
- package/dist/vue3/lib/split-button.js.map +1 -1
- package/dist/vue3/lib/stack.cjs +3 -155
- package/dist/vue3/lib/stack.cjs.map +1 -1
- package/dist/vue3/lib/stack.js +3 -155
- package/dist/vue3/lib/stack.js.map +1 -1
- package/dist/vue3/lib/tabs.cjs +10 -99
- package/dist/vue3/lib/tabs.cjs.map +1 -1
- package/dist/vue3/lib/tabs.js +7 -96
- package/dist/vue3/lib/tabs.js.map +1 -1
- package/dist/vue3/lib/time-pill.cjs +1 -38
- package/dist/vue3/lib/time-pill.cjs.map +1 -1
- package/dist/vue3/lib/time-pill.js +2 -39
- package/dist/vue3/lib/time-pill.js.map +1 -1
- package/dist/vue3/lib/toast.cjs +4 -278
- package/dist/vue3/lib/toast.cjs.map +1 -1
- package/dist/vue3/lib/toast.js +3 -277
- package/dist/vue3/lib/toast.js.map +1 -1
- package/dist/vue3/lib/toggle.cjs +4 -189
- package/dist/vue3/lib/toggle.cjs.map +1 -1
- package/dist/vue3/lib/toggle.js +3 -188
- package/dist/vue3/lib/toggle.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive.cjs +2 -82
- package/dist/vue3/lib/tooltip-directive.cjs.map +1 -1
- package/dist/vue3/lib/tooltip-directive.js +2 -82
- package/dist/vue3/lib/tooltip-directive.js.map +1 -1
- package/dist/vue3/lib/tooltip.cjs +8 -447
- package/dist/vue3/lib/tooltip.cjs.map +1 -1
- package/dist/vue3/lib/tooltip.js +3 -443
- package/dist/vue3/lib/tooltip.js.map +1 -1
- package/dist/vue3/lib/top-banner-info.cjs +3 -68
- package/dist/vue3/lib/top-banner-info.cjs.map +1 -1
- package/dist/vue3/lib/top-banner-info.js +3 -68
- package/dist/vue3/lib/top-banner-info.js.map +1 -1
- package/dist/vue3/lib/unread-pill.cjs +4 -70
- package/dist/vue3/lib/unread-pill.cjs.map +1 -1
- package/dist/vue3/lib/unread-pill.js +3 -69
- package/dist/vue3/lib/unread-pill.js.map +1 -1
- package/dist/vue3/lib/validation-messages.cjs +2 -87
- package/dist/vue3/lib/validation-messages.cjs.map +1 -1
- package/dist/vue3/lib/validation-messages.js +2 -87
- package/dist/vue3/lib/validation-messages.js.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +195 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +196 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +327 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +328 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +188 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +189 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs +90 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js +91 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +610 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +611 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +437 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +438 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +186 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +187 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +96 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +97 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +66 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +67 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +658 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +659 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.cjs +14 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.js +14 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +109 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js +110 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +299 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +300 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +160 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +161 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +74 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +75 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +690 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +691 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs +42 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js +43 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +66 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js +67 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +227 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +228 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +210 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +211 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js +13 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +229 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +230 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +242 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js +243 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs +437 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js +438 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js +58 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +72 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +73 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs +96 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js +97 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs +68 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js +69 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs +62 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js +63 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
- package/dist/vue3/style.css +1035 -1678
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts +6 -34
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +2 -8
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +5 -4
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/package.json +10 -7
- package/dist/tokens/themes/types/config.d.ts.map +0 -1
- package/dist/tokens/themes/types/dp-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/dp-light.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-light.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +0 -1
- package/dist/tokens/themes/types/tmo-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/tmo-light.d.ts.map +0 -1
- package/dist/vue2/chunks/_plugin-vue2_normalizer-1aBeR4AK.js +0 -59
- package/dist/vue2/chunks/_plugin-vue2_normalizer-1aBeR4AK.js.map +0 -1
- package/dist/vue2/chunks/_plugin-vue2_normalizer-sOSkiPF3.js +0 -60
- package/dist/vue2/chunks/_plugin-vue2_normalizer-sOSkiPF3.js.map +0 -1
- package/dist/vue2/chunks/dropdown-6UoczdUY.js +0 -404
- package/dist/vue2/chunks/dropdown-6UoczdUY.js.map +0 -1
- package/dist/vue2/chunks/dropdown-pHxnQPzT.js +0 -403
- package/dist/vue2/chunks/dropdown-pHxnQPzT.js.map +0 -1
- package/dist/vue2/chunks/dropdown_constants-2pGCXy7m.js +0 -8
- package/dist/vue2/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
- package/dist/vue2/chunks/dropdown_constants-w1MXGC3Z.js +0 -9
- package/dist/vue2/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
- package/dist/vue2/chunks/icon_constants-H9ahUVCG.js +0 -17
- package/dist/vue2/chunks/icon_constants-H9ahUVCG.js.map +0 -1
- package/dist/vue2/chunks/icon_constants-da57m7BZ.js +0 -16
- package/dist/vue2/chunks/icon_constants-da57m7BZ.js.map +0 -1
- package/dist/vue2/chunks/index-ODod4Oj_.js +0 -175
- package/dist/vue2/chunks/index-ODod4Oj_.js.map +0 -1
- package/dist/vue2/chunks/index-anN_sx1F.js +0 -169
- package/dist/vue2/chunks/index-anN_sx1F.js.map +0 -1
- package/dist/vue2/chunks/index-eJ-WWRdf.js +0 -442
- package/dist/vue2/chunks/index-eJ-WWRdf.js.map +0 -1
- package/dist/vue2/chunks/index-gj1jEXP4.js +0 -441
- package/dist/vue2/chunks/index-gj1jEXP4.js.map +0 -1
- package/dist/vue2/chunks/input-6kbd8Pju.js +0 -296
- package/dist/vue2/chunks/input-6kbd8Pju.js.map +0 -1
- package/dist/vue2/chunks/input-Axw-wFj2.js +0 -295
- package/dist/vue2/chunks/input-Axw-wFj2.js.map +0 -1
- package/dist/vue2/chunks/input_group-m3cWYUfI.js +0 -143
- package/dist/vue2/chunks/input_group-m3cWYUfI.js.map +0 -1
- package/dist/vue2/chunks/input_group-qVZaS5Bb.js +0 -144
- package/dist/vue2/chunks/input_group-qVZaS5Bb.js.map +0 -1
- package/dist/vue2/chunks/keyboard_list_navigation-ScXhrxya.js +0 -284
- package/dist/vue2/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
- package/dist/vue2/chunks/keyboard_list_navigation-fJnl_Iox.js +0 -283
- package/dist/vue2/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
- package/dist/vue2/chunks/link_constants-AfTWrr-n.js +0 -35
- package/dist/vue2/chunks/link_constants-AfTWrr-n.js.map +0 -1
- package/dist/vue2/chunks/link_constants-x8NwdqmA.js +0 -34
- package/dist/vue2/chunks/link_constants-x8NwdqmA.js.map +0 -1
- package/dist/vue2/chunks/list_item_constants-EiqkqZvP.js +0 -13
- package/dist/vue2/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
- package/dist/vue2/chunks/list_item_constants-u1xcN9Dd.js +0 -14
- package/dist/vue2/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
- package/dist/vue2/chunks/modal-VgxXAQFP.js +0 -105
- package/dist/vue2/chunks/modal-VgxXAQFP.js.map +0 -1
- package/dist/vue2/chunks/modal-XOr4kiNZ.js +0 -106
- package/dist/vue2/chunks/modal-XOr4kiNZ.js.map +0 -1
- package/dist/vue2/chunks/notice_action-IRUoLX2d.js +0 -196
- package/dist/vue2/chunks/notice_action-IRUoLX2d.js.map +0 -1
- package/dist/vue2/chunks/notice_action-P6uDyE9x.js +0 -195
- package/dist/vue2/chunks/notice_action-P6uDyE9x.js.map +0 -1
- package/dist/vue2/chunks/notice_constants-7Qt2CQEY.js +0 -7
- package/dist/vue2/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
- package/dist/vue2/chunks/notice_constants-UXo9e3bS.js +0 -6
- package/dist/vue2/chunks/notice_constants-UXo9e3bS.js.map +0 -1
- package/dist/vue2/chunks/popover_constants-WsOUIY-m.js +0 -141
- package/dist/vue2/chunks/popover_constants-WsOUIY-m.js.map +0 -1
- package/dist/vue2/chunks/popover_constants-XnGWXaxX.js +0 -140
- package/dist/vue2/chunks/popover_constants-XnGWXaxX.js.map +0 -1
- package/dist/vue2/chunks/sr_only_close_button-81bHIpPu.js +0 -95
- package/dist/vue2/chunks/sr_only_close_button-81bHIpPu.js.map +0 -1
- package/dist/vue2/chunks/sr_only_close_button-ZaGdAHz7.js +0 -94
- package/dist/vue2/chunks/sr_only_close_button-ZaGdAHz7.js.map +0 -1
- package/dist/vue2/chunks/stack_constants-HraCekPm.js +0 -15
- package/dist/vue2/chunks/stack_constants-HraCekPm.js.map +0 -1
- package/dist/vue2/chunks/stack_constants-SMzMWnAQ.js +0 -14
- package/dist/vue2/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
- package/dist/vue2/chunks/tab-FcsV5VmK.js +0 -386
- package/dist/vue2/chunks/tab-FcsV5VmK.js.map +0 -1
- package/dist/vue2/chunks/tab-V4cb44Ry.js +0 -387
- package/dist/vue2/chunks/tab-V4cb44Ry.js.map +0 -1
- package/dist/vue3/chunks/_plugin-vue_export-helper-caHeSgYY.js +0 -11
- package/dist/vue3/chunks/_plugin-vue_export-helper-caHeSgYY.js.map +0 -1
- package/dist/vue3/chunks/_plugin-vue_export-helper-fhnQq0tA.js +0 -10
- package/dist/vue3/chunks/_plugin-vue_export-helper-fhnQq0tA.js.map +0 -1
- package/dist/vue3/chunks/dropdown-oA-_Gotg.js +0 -443
- package/dist/vue3/chunks/dropdown-oA-_Gotg.js.map +0 -1
- package/dist/vue3/chunks/dropdown-p-Azgwov.js +0 -442
- package/dist/vue3/chunks/dropdown-p-Azgwov.js.map +0 -1
- package/dist/vue3/chunks/dropdown_constants-2pGCXy7m.js +0 -8
- package/dist/vue3/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
- package/dist/vue3/chunks/dropdown_constants-w1MXGC3Z.js +0 -9
- package/dist/vue3/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
- package/dist/vue3/chunks/icon_constants-H9ahUVCG.js +0 -17
- package/dist/vue3/chunks/icon_constants-H9ahUVCG.js.map +0 -1
- package/dist/vue3/chunks/icon_constants-da57m7BZ.js +0 -16
- package/dist/vue3/chunks/icon_constants-da57m7BZ.js.map +0 -1
- package/dist/vue3/chunks/index-4qgKeErp.js +0 -446
- package/dist/vue3/chunks/index-4qgKeErp.js.map +0 -1
- package/dist/vue3/chunks/index-GVD15GIB.js +0 -175
- package/dist/vue3/chunks/index-GVD15GIB.js.map +0 -1
- package/dist/vue3/chunks/index-b_MgDylR.js +0 -447
- package/dist/vue3/chunks/index-b_MgDylR.js.map +0 -1
- package/dist/vue3/chunks/index-lu2o2f4r.js +0 -169
- package/dist/vue3/chunks/index-lu2o2f4r.js.map +0 -1
- package/dist/vue3/chunks/input-NmYDD5bn.js +0 -296
- package/dist/vue3/chunks/input-NmYDD5bn.js.map +0 -1
- package/dist/vue3/chunks/input-ttnte8zB.js +0 -295
- package/dist/vue3/chunks/input-ttnte8zB.js.map +0 -1
- package/dist/vue3/chunks/input_group-M-D25pOJ.js +0 -152
- package/dist/vue3/chunks/input_group-M-D25pOJ.js.map +0 -1
- package/dist/vue3/chunks/input_group-jWnq2DJT.js +0 -153
- package/dist/vue3/chunks/input_group-jWnq2DJT.js.map +0 -1
- package/dist/vue3/chunks/keyboard_list_navigation-ScXhrxya.js +0 -284
- package/dist/vue3/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
- package/dist/vue3/chunks/keyboard_list_navigation-fJnl_Iox.js +0 -283
- package/dist/vue3/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
- package/dist/vue3/chunks/link_constants-AfTWrr-n.js +0 -35
- package/dist/vue3/chunks/link_constants-AfTWrr-n.js.map +0 -1
- package/dist/vue3/chunks/link_constants-x8NwdqmA.js +0 -34
- package/dist/vue3/chunks/link_constants-x8NwdqmA.js.map +0 -1
- package/dist/vue3/chunks/list_item_constants-EiqkqZvP.js +0 -13
- package/dist/vue3/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
- package/dist/vue3/chunks/list_item_constants-u1xcN9Dd.js +0 -14
- package/dist/vue3/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
- package/dist/vue3/chunks/modal-VgxXAQFP.js +0 -105
- package/dist/vue3/chunks/modal-VgxXAQFP.js.map +0 -1
- package/dist/vue3/chunks/modal-XOr4kiNZ.js +0 -106
- package/dist/vue3/chunks/modal-XOr4kiNZ.js.map +0 -1
- package/dist/vue3/chunks/notice_action-WTucGhvr.js +0 -222
- package/dist/vue3/chunks/notice_action-WTucGhvr.js.map +0 -1
- package/dist/vue3/chunks/notice_action-p-ePanW_.js +0 -223
- package/dist/vue3/chunks/notice_action-p-ePanW_.js.map +0 -1
- package/dist/vue3/chunks/notice_constants-7Qt2CQEY.js +0 -7
- package/dist/vue3/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
- package/dist/vue3/chunks/notice_constants-UXo9e3bS.js +0 -6
- package/dist/vue3/chunks/notice_constants-UXo9e3bS.js.map +0 -1
- package/dist/vue3/chunks/popover_constants-WsOUIY-m.js +0 -141
- package/dist/vue3/chunks/popover_constants-WsOUIY-m.js.map +0 -1
- package/dist/vue3/chunks/popover_constants-XnGWXaxX.js +0 -140
- package/dist/vue3/chunks/popover_constants-XnGWXaxX.js.map +0 -1
- package/dist/vue3/chunks/sr_only_close_button-3EdsV-dH.js +0 -92
- package/dist/vue3/chunks/sr_only_close_button-3EdsV-dH.js.map +0 -1
- package/dist/vue3/chunks/sr_only_close_button-xGrHFjwA.js +0 -91
- package/dist/vue3/chunks/sr_only_close_button-xGrHFjwA.js.map +0 -1
- package/dist/vue3/chunks/stack_constants-HraCekPm.js +0 -15
- package/dist/vue3/chunks/stack_constants-HraCekPm.js.map +0 -1
- package/dist/vue3/chunks/stack_constants-SMzMWnAQ.js +0 -14
- package/dist/vue3/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
- package/dist/vue3/chunks/tab-RTDgnD9-.js +0 -391
- package/dist/vue3/chunks/tab-RTDgnD9-.js.map +0 -1
- package/dist/vue3/chunks/tab-qc3f42Yp.js +0 -390
- package/dist/vue3/chunks/tab-qc3f42Yp.js.map +0 -1
- package/dist/vue3/types/common/storybook_utils.d.ts +0 -25
- package/dist/vue3/types/common/storybook_utils.d.ts.map +0 -1
- /package/dist/tokens/themes/chunks/{tokens-base-dark--ozK7f0P.js → tokens-base-dark-C_VClg5s.js} +0 -0
- /package/dist/tokens/themes/chunks/{tokens-base-dark-V8E4WaJI.js → tokens-base-dark-CsflOADh.js} +0 -0
- /package/dist/tokens/themes/chunks/{tokens-base-light-ljPrpLe2.js → tokens-base-light-9TN2mC0P.js} +0 -0
- /package/dist/tokens/themes/chunks/{tokens-base-light-LYlvM3eZ.js → tokens-base-light-Bg9yNmR_.js} +0 -0
- /package/dist/tokens/themes/types/{config.d.ts → themes/config.d.ts} +0 -0
- /package/dist/tokens/themes/types/{dp-dark.d.ts → themes/dp-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{dp-light.d.ts → themes/dp-light.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-dark.d.ts → themes/expressive-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-light.d.ts → themes/expressive-light.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-sm-dark.d.ts → themes/expressive-sm-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-sm-light.d.ts → themes/expressive-sm-light.d.ts} +0 -0
- /package/dist/tokens/themes/types/{tmo-dark.d.ts → themes/tmo-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{tmo-light.d.ts → themes/tmo-light.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scroller.js","sources":["../../components/scroller/modules/core_scroller.vue","../../components/scroller/modules/scroller_item.vue","../../components/scroller/modules/dynamic_scroller.vue","../../components/scroller/DtScroller.vue"],"sourcesContent":["<!-- eslint-disable max-len -->\n<template>\n <div\n ref=\"scroller\"\n class=\"vue-recycle-scroller\"\n :class=\"{\n ready,\n [`direction-${direction}`]: true,\n }\"\n @scroll.passive=\"handleScroll\"\n >\n <component\n :is=\"listTag\"\n ref=\"wrapper\"\n :style=\"{ [direction === 'vertical' ? 'minHeight' : 'minWidth']: `${totalSize}px` }\"\n class=\"vue-recycle-scroller__item-wrapper\"\n :class=\"listClass\"\n >\n <component\n :is=\"itemTag\"\n v-for=\"view in pool\"\n :key=\"view.nr.id\"\n :style=\"ready ? {\n transform: `translate${direction === 'vertical' ? 'Y' : 'X'}(${view.position}px) translate${direction === 'vertical' ? 'X' : 'Y'}(${view.offset}px)`,\n width: undefined,\n height: undefined,\n } : null\"\n class=\"vue-recycle-scroller__item-view\"\n :class=\"[\n itemClass,\n {\n hover: !skipHover && hoverKey === view.nr.key,\n },\n ]\"\n v-on=\"skipHover ? {} : {\n mouseenter: () => { hoverKey = view.nr.key },\n mouseleave: () => { hoverKey = null },\n }\"\n >\n <slot\n :item=\"view.item\"\n :index=\"view.nr.index\"\n :active=\"view.nr.used\"\n />\n </component>\n </component>\n </div>\n</template>\n\n<script setup>\n/*\nThis is a code from external library (https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/src/components/RecycleScroller.vue)\nWe have modified it for our own specific use.\n*/\nimport { computed, watch, markRaw, shallowReactive, onMounted, nextTick, reactive, ref } from 'vue';\n\nconst props = defineProps({\n /**\n * List of items you want to display in the scroller.\n */\n items: {\n type: Array,\n required: true,\n },\n\n /**\n *\n * Field used to identify items and optimize managing rendered views\n */\n keyField: {\n type: String,\n default: 'id',\n },\n\n /**\n * Direction of the scroller. Can be either `vertical` or `horizontal`.\n */\n direction: {\n type: String,\n default: 'vertical',\n validator: (value) => ['vertical', 'horizontal'].includes(value),\n },\n\n /**\n * Size of the items in the list.\n * If it is set to null (the default value), it will use variable size mode.\n */\n itemSize: {\n type: Number,\n default: null,\n },\n\n /**\n * Minimum size used if the height (or width in horizontal mode) of an item is unknown.\n */\n minItemSize: {\n type: [Number, String],\n default: null,\n },\n\n /**\n * Field used to get the item's size in variable size mode.\n */\n sizeField: {\n type: String,\n default: 'size',\n },\n\n /**\n * Amount of pixel to add to edges of the scrolling visible area to start rendering items further away.\n */\n buffer: {\n type: Number,\n default: 200,\n },\n\n /**\n * If true, the hover state will be skipped.\n * This can be useful if you want to use the hover state for other purposes.\n */\n skipHover: {\n type: Boolean,\n default: false,\n },\n\n /**\n * The element to render as the list's wrapper.\n */\n listTag: {\n type: String,\n default: 'div',\n },\n\n /**\n * The element to render as the list item.\n */\n itemTag: {\n type: String,\n default: 'div',\n },\n\n /**\n * The custom classes added to the item list wrapper.\n */\n listClass: {\n type: [String, Object, Array],\n default: '',\n },\n\n /**\n * The custom classes added to each item.\n */\n itemClass: {\n type: [String, Object, Array],\n default: '',\n },\n});\n\nconst emit = defineEmits(['user-position']);\n\nconst views = reactive(new Map());\n// const reactiveItems = reactive(props.items);\nconst unusedViews = reactive(new Map());\nconst updateTimeout = null;\nconst pool = ref([]);\nconst hoverKey = ref(null);\nconst ready = ref(false);\nconst scroller = ref(null);\nconst userPosition = ref('top');\n\nlet startIndex = 0;\nlet endIndex = 0;\nlet scrollDirty = false;\nlet lastUpdateScrollPosition = 0;\nlet sortTimer = null;\nlet computedMinItemSize = null;\nlet totalSize = 0;\nlet uid = 0;\n\nconst sizes = computed(() => {\n if (props.itemSize === null) {\n const sizes = {\n '-1': { accumulator: 0 },\n };\n const items = props.items;\n const field = props.sizeField;\n const minItemSize = props.minItemSize;\n let computedMinSize = 10000;\n let accumulator = 0;\n let current;\n for (let i = 0, l = items.length; i < l; i++) {\n current = items[i][field] || minItemSize;\n if (current < computedMinSize) {\n computedMinSize = current;\n }\n accumulator += current;\n sizes[i] = { accumulator, size: current };\n }\n\n computedMinItemSize = computedMinSize;\n return sizes;\n }\n return [];\n});\n\nconst simpleArray = computed(() => {\n return props.items.length && typeof props.items[0] !== 'object';\n});\n\nconst itemIndexByKey = computed(() => {\n const result = {};\n for (let i = 0, l = props.items.length; i < l; i++) {\n result[props.items[i][props.keyField]] = i;\n }\n return result;\n});\n\n// watch(reactiveItems, () => {\n// // if add to the top\n// // _updateVisibleItems(true);\n// // if autoscrolling if add to the bottom\n// // _updateVisibleItems(false, true);\n// });\n\nwatch(sizes, () => {\n _updateVisibleItems(false);\n}, { deep: true });\n\nonMounted(() => {\n nextTick(() => {\n // In SSR mode, render the real number of visible items\n _updateVisibleItems(true);\n ready.value = true;\n });\n});\n\nconst _addView = (pool, index, item, key, type) => {\n const nr = markRaw({\n id: uid++,\n index,\n used: true,\n key,\n type,\n });\n const view = shallowReactive({\n item,\n position: 0,\n nr,\n });\n pool.value.push(view);\n return view;\n};\n\nconst _unuseView = (view, fake = false) => {\n const _unusedViews = unusedViews;\n const type = view.nr.type;\n let unusedPool = _unusedViews.get(type);\n if (!unusedPool) {\n unusedPool = [];\n _unusedViews.set(type, unusedPool);\n }\n unusedPool.push(view);\n if (!fake) {\n view.nr.used = false;\n view.position = -9999;\n }\n};\n\nconst _getScroll = () => {\n const isVertical = props.direction === 'vertical';\n let scrollState;\n\n if (isVertical) {\n scrollState = {\n start: scroller.value.scrollTop,\n end: scroller.value.scrollTop + scroller.value.clientHeight,\n };\n } else {\n scrollState = {\n start: scroller.value.scrollLeft,\n end: scroller.value.scrollLeft + scroller.value.clientWidth,\n };\n }\n\n return scrollState;\n};\n\nconst _itemsLimitError = () => {\n setTimeout(() => {\n // eslint-disable-next-line max-len\n console.error('It seems the scroller element isn\\'t scrolling, so it tries to render all the items at once.', 'Scroller:', scroller);\n // eslint-disable-next-line max-len\n console.error('Make sure the scroller has a fixed height (or width) and \\'overflow-y\\' (or \\'overflow-x\\') set to \\'auto\\' so it can scroll correctly and only render the items visible in the scroll viewport.');\n });\n throw new Error('Rendered items limit reached');\n};\n\nconst _sortViews = () => {\n pool.value.sort((viewA, viewB) => viewA.nr.index - viewB.nr.index);\n};\n\nconst _updateVisibleItems = (checkItem, checkPositionDiff = false) => {\n const itemSize = props.itemSize;\n const minItemSize = computedMinItemSize;\n const keyField = simpleArray.value ? null : props.keyField;\n const items = props.items;\n const count = items.length;\n const _sizes = sizes.value;\n const _views = views;\n const _unusedViews = unusedViews;\n const _pool = pool;\n const _itemIndexByKey = itemIndexByKey;\n let _startIndex, _endIndex;\n let _totalSize;\n let visibleStartIndex, visibleEndIndex;\n\n if (!count) {\n _startIndex = _endIndex = visibleStartIndex = visibleEndIndex = _totalSize = 0;\n } else {\n const scroll = _getScroll();\n\n // Skip update if use hasn't scrolled enough\n if (checkPositionDiff) {\n let positionDiff = scroll.start - lastUpdateScrollPosition.value;\n if (positionDiff < 0) positionDiff = -positionDiff;\n if ((itemSize === null && positionDiff < minItemSize.value) || positionDiff < itemSize) {\n return {\n continuous: true,\n };\n }\n }\n lastUpdateScrollPosition = scroll.start;\n\n const _buffer = props.buffer;\n scroll.start -= _buffer;\n scroll.end += _buffer;\n\n // Variable size mode\n if (itemSize === null) {\n let h;\n let a = 0;\n let b = count - 1;\n let i = ~~(count / 2);\n let oldI;\n\n // Searching for _startIndex\n do {\n oldI = i;\n h = _sizes[i]?.accumulator;\n if (h < scroll.start) {\n a = i;\n } else if (i < count - 1 && _sizes[i + 1]?.accumulator > scroll.start) {\n b = i;\n }\n i = ~~((a + b) / 2);\n } while (i !== oldI);\n i < 0 && (i = 0);\n _startIndex = i;\n\n // For container style\n _totalSize = _sizes[count - 1]?.accumulator;\n\n // Searching for _endIndex\n for (\n _endIndex = i;\n _endIndex < count && _sizes[_endIndex]?.accumulator < scroll.end;\n _endIndex++\n );\n\n if (_endIndex === -1) {\n _endIndex = items.length - 1;\n } else {\n _endIndex++;\n // Bounds\n _endIndex > count && (_endIndex = count);\n }\n\n // search visible _startIndex\n for (\n visibleStartIndex = startIndex;\n visibleStartIndex < count && (_sizes[visibleStartIndex]?.accumulator) < scroll.start;\n visibleStartIndex++\n );\n\n // search visible endIndex\n for (\n visibleEndIndex = visibleStartIndex;\n visibleEndIndex < count && (_sizes[visibleEndIndex]?.accumulator) < scroll.end;\n visibleEndIndex++\n );\n } else {\n // Fixed size mode\n _startIndex = ~~(scroll.start / itemSize);\n const remainer = _startIndex % 1;\n _startIndex -= remainer;\n _endIndex = Math.ceil(scroll.end / itemSize);\n visibleStartIndex = Math.max(0, Math.floor((scroll.start) / itemSize));\n visibleEndIndex = Math.floor((scroll.end) / itemSize);\n\n // Bounds\n _startIndex < 0 && (_startIndex = 0);\n _endIndex > count && (_endIndex = count);\n visibleStartIndex < 0 && (visibleStartIndex = 0);\n visibleEndIndex > count && (visibleEndIndex = count);\n\n _totalSize = Math.ceil(count / 1) * itemSize;\n }\n }\n\n // items limit 1000\n if (_endIndex - _startIndex > 1000) {\n _itemsLimitError();\n }\n\n totalSize = _totalSize;\n\n let view;\n\n const continuous = _startIndex <= endIndex && _endIndex >= _startIndex;\n\n // Unuse views that are no longer visible\n if (continuous) {\n for (let i = 0, l = _pool.value.length; i < l; i++) {\n view = _pool.value[i];\n if (view?.nr.used) {\n // Update view item index\n if (checkItem) {\n view.nr.index = _itemIndexByKey[view.item[keyField]];\n }\n\n // Check if index is still in visible range\n if (\n view.nr.index == null ||\n view.nr.index < _startIndex ||\n view.nr.index >= _endIndex\n ) {\n _unuseView(view);\n }\n }\n }\n }\n\n const unusedIndex = continuous ? null : new Map();\n\n let item, type;\n let v;\n for (let i = _startIndex; i < _endIndex; i++) {\n item = items[i];\n const key = keyField ? item?.[keyField] : item;\n\n if (key == null) {\n throw new Error(`Key is ${key} on item (keyField is '${keyField}')`);\n }\n view = _views.get(key);\n\n if (!itemSize && !_sizes[i]?.size) {\n if (view) _unuseView(view);\n continue;\n }\n\n type = item.type;\n\n let unusedPool = _unusedViews.get(type);\n // let newlyUsedView = false;\n\n // No view assigned to item\n if (!view) {\n if (continuous) {\n // Reuse existing view\n if (unusedPool && unusedPool.length) {\n view = unusedPool.pop();\n } else {\n view = _addView(_pool, i, item, key, type);\n }\n } else {\n // Use existing view\n // We don't care if they are already used\n // because we are not in continous scrolling\n v = unusedIndex.get(type) || 0;\n\n if (!unusedPool || v >= unusedPool.length) {\n view = _addView(_pool, i, item, key, type);\n _unuseView(view, true);\n unusedPool = _unusedViews.get(type);\n }\n\n view = unusedPool[v];\n unusedIndex.set(type, v + 1);\n }\n\n // Assign view to item\n _views.delete(view.nr.key);\n view.nr.used = true;\n view.nr.index = i;\n view.nr.key = key;\n view.nr.type = type;\n _views.set(key, view);\n\n // newlyUsedView = true;\n } else {\n // View already assigned to item\n if (!view.nr.used) {\n view.nr.used = true;\n // newlyUsedView = true;\n if (unusedPool) {\n const index = unusedPool.indexOf(view);\n if (index !== -1) unusedPool.splice(index, 1);\n }\n }\n }\n\n // Always set item in case it's a new object with the same key\n view.item = item;\n\n // if (newlyUsedView) {\n // if (items.length === 0) return;\n // if (i === items.length - 1) emit('scroll-end');\n // if (i === 0) emit('scroll-start');\n // }\n\n // Update position\n if (itemSize === null) {\n view.position = _sizes[i - 1]?.accumulator;\n view.offset = 0;\n } else {\n view.position = Math.floor(i) * itemSize;\n view.offset = (i % 1) * itemSize;\n }\n }\n\n startIndex = _startIndex;\n endIndex = _endIndex;\n\n // After the user has finished scrolling\n // Sort views so text selection is correct\n clearTimeout(sortTimer);\n sortTimer = setTimeout(_sortViews, 300);\n\n return {\n continuous,\n };\n};\n\nconst _scrollToPosition = (position) => {\n const direction = props.direction === 'vertical'\n ? { scroll: 'scrollTop', start: 'top' }\n : { scroll: 'scrollLeft', start: 'left' };\n\n const viewport = scroller.value;\n const scrollDirection = direction.scroll;\n\n viewport[scrollDirection] = position;\n};\n\nconst scrollToItem = (index) => {\n let scroll;\n if (props.itemSize === null) {\n scroll = index > 0 ? sizes.value[index - 1]?.accumulator : 0;\n } else {\n scroll = Math.floor(index) * props.itemSize;\n }\n _scrollToPosition(scroll);\n};\n\nconst handleScroll = () => {\n const container = scroller.value;\n\n if (userPosition.value !== 'middle') {\n userPosition.value = 'middle';\n emit('user-position', 'middle');\n }\n\n // Check if the scroll is at the top of the container\n if (container.scrollTop === 0) {\n userPosition.value = 'top';\n emit('user-position', 'top');\n }\n\n // Check if the scroll is at the bottom of the container\n if (container.scrollTop + container.clientHeight === container.scrollHeight) {\n userPosition.value = 'bottom';\n emit('user-position', 'bottom');\n }\n\n if (!scrollDirty) {\n scrollDirty = true;\n if (updateTimeout) return;\n\n const requestUpdate = () => requestAnimationFrame(() => {\n scrollDirty = false;\n _updateVisibleItems(false, true);\n });\n\n requestUpdate();\n }\n};\n\ndefineExpose({\n scrollToItem,\n _updateVisibleItems,\n});\n</script>\n\n<style>\n.vue-recycle-scroller{\n position:relative\n}\n.vue-recycle-scroller.direction-vertical:not(.page-mode){\n overflow-y:auto\n}\n.vue-recycle-scroller.direction-horizontal:not(.page-mode){\n overflow-x:auto\n}\n.vue-recycle-scroller.direction-horizontal{\n display:flex\n}\n.vue-recycle-scroller__slot{\n flex:auto 0 0\n}\n.vue-recycle-scroller__item-wrapper{\n flex:1;\n box-sizing:border-box;\n overflow:hidden;\n position:relative\n}\n.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{\n position:absolute;\n top:0;\n left:0;\n will-change:transform\n}\n.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{\n width:100%\n}\n.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{\n height:100%\n}\n.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{\n width:100%\n}\n.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{\n height:100%\n}\n </style>\n","<script>\n/*\nThis is a code from external library (https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/src/components/DynamicScrollerItem.vue)\nWe have modified it for our own specific use.\n*/\nimport { h } from 'vue';\n\nexport default {\n name: 'DtScrollerItem',\n\n inject: [\n 'vscrollData',\n 'vscrollParent',\n 'vscrollResizeObserver',\n ],\n\n props: {\n // eslint-disable-next-line vue/require-prop-types\n item: {\n required: true,\n },\n\n watchData: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Indicates if the view is actively used to display an item.\n */\n active: {\n type: Boolean,\n required: true,\n },\n\n index: {\n type: Number,\n default: undefined,\n },\n\n sizeDependencies: {\n type: [Array, Object],\n default: null,\n },\n\n tag: {\n type: String,\n default: 'div',\n },\n },\n\n computed: {\n id () {\n if (this.vscrollData.simpleArray) return this.index;\n // eslint-disable-next-line no-prototype-builtins\n if (this.vscrollData.keyField in this.item) return this.item[this.vscrollData.keyField];\n throw new Error(`keyField '${this.vscrollData.keyField}' not found in your item. You should set a valid keyField prop on your Scroller`);\n },\n\n size () {\n return this.vscrollData.sizes[this.id] || 0;\n },\n\n finalActive () {\n return this.active && this.vscrollData.active;\n },\n },\n\n watch: {\n watchData: 'updateWatchData',\n\n id (value, oldValue) {\n this.$el.$_vs_id = this.id;\n if (!this.size) {\n this.onDataUpdate();\n }\n\n if (this.$_sizeObserved) {\n // In case the old item had the same size, it won't trigger the ResizeObserver\n // since we are reusing the same DOM node\n const oldSize = this.vscrollData.sizes[oldValue];\n const size = this.vscrollData.sizes[value];\n if (oldSize != null && oldSize !== size) {\n this.applySize(oldSize);\n }\n }\n },\n\n finalActive (value) {\n if (!this.size) {\n if (value) {\n if (!this.vscrollParent.$_undefinedMap[this.id]) {\n this.vscrollParent.$_undefinedSizes++;\n this.vscrollParent.$_undefinedMap[this.id] = true;\n }\n } else {\n if (this.vscrollParent.$_undefinedMap[this.id]) {\n this.vscrollParent.$_undefinedSizes--;\n this.vscrollParent.$_undefinedMap[this.id] = false;\n }\n }\n }\n\n if (this.vscrollResizeObserver) {\n if (value) {\n this.observeSize();\n } else {\n this.unobserveSize();\n }\n } else if (value && this.$_pendingVScrollUpdate === this.id) {\n this.updateSize();\n }\n },\n },\n\n created () {\n if (this.$isServer) return;\n\n this.$_forceNextVScrollUpdate = null;\n this.updateWatchData();\n\n if (!this.vscrollResizeObserver) {\n for (const k in this.sizeDependencies) {\n this.$watch(() => this.sizeDependencies[k], this.onDataUpdate);\n }\n }\n },\n\n mounted () {\n if (this.finalActive) {\n this.updateSize();\n this.observeSize();\n }\n },\n\n beforeUnmount () {\n this.unobserveSize();\n },\n\n methods: {\n updateSize () {\n if (this.finalActive) {\n if (this.$_pendingSizeUpdate !== this.id) {\n this.$_pendingSizeUpdate = this.id;\n this.$_forceNextVScrollUpdate = null;\n this.$_pendingVScrollUpdate = null;\n this.computeSize(this.id);\n }\n } else {\n this.$_forceNextVScrollUpdate = this.id;\n }\n },\n\n updateWatchData () {\n if (this.watchData && !this.vscrollResizeObserver) {\n this.$_watchData = this.$watch('item', () => {\n this.onDataUpdate();\n }, {\n deep: true,\n });\n } else if (this.$_watchData) {\n this.$_watchData();\n this.$_watchData = null;\n }\n },\n\n onVscrollUpdate ({ force }) {\n // If not active, sechedule a size update when it becomes active\n if (!this.finalActive && force) {\n this.$_pendingVScrollUpdate = this.id;\n }\n\n if (this.$_forceNextVScrollUpdate === this.id || force || !this.size) {\n this.updateSize();\n }\n },\n\n onDataUpdate () {\n this.updateSize();\n },\n\n computeSize (id) {\n this.$nextTick(() => {\n if (this.id === id) {\n const width = this.$el.offsetWidth;\n const height = this.$el.offsetHeight;\n this.applyWidthHeight(width, height);\n }\n this.$_pendingSizeUpdate = null;\n });\n },\n\n applyWidthHeight (width, height) {\n const size = ~~(this.vscrollParent.direction === 'vertical' ? height : width);\n if (size && this.size !== size) {\n this.applySize(size);\n }\n },\n\n applySize (size) {\n if (this.vscrollParent.$_undefinedMap[this.id]) {\n this.vscrollParent.$_undefinedSizes--;\n this.vscrollParent.$_undefinedMap[this.id] = undefined;\n }\n this.vscrollData.sizes[this.id] = size;\n },\n\n observeSize () {\n if (!this.vscrollResizeObserver) return;\n if (this.$_sizeObserved) return;\n this.vscrollResizeObserver.observe(this.$el);\n this.$el.$_vs_id = this.id;\n this.$el.$_vs_onResize = this.onResize;\n this.$_sizeObserved = true;\n },\n\n unobserveSize () {\n if (!this.vscrollResizeObserver) return;\n if (!this.$_sizeObserved) return;\n this.vscrollResizeObserver.unobserve(this.$el);\n this.$el.$_vs_onResize = undefined;\n this.$_sizeObserved = false;\n },\n\n onResize (id, width, height) {\n if (this.id === id) {\n this.applyWidthHeight(width, height);\n }\n },\n },\n\n render () {\n return h(this.tag, this.$slots.default());\n },\n};\n</script>\n","<template>\n <core-scroller\n ref=\"scroller\"\n :items=\"itemsWithSize\"\n :min-item-size=\"minItemSize\"\n :direction=\"direction\"\n :key-field=\"keyField\"\n :list-tag=\"listTag\"\n :item-tag=\"itemTag\"\n v-bind=\"$attrs\"\n >\n <template\n #default=\"{ item: itemWithSize, index, active }\"\n >\n <dt-scroller-item\n :item=\"itemWithSize\"\n :active=\"active\"\n :size-dependencies=\"[\n itemWithSize.message,\n ]\"\n :data-index=\"index\"\n >\n <slot\n v-bind=\"{\n item: itemWithSize.item,\n index,\n active,\n itemWithSize,\n }\"\n />\n </dt-scroller-item>\n </template>\n </core-scroller>\n</template>\n\n<!-- eslint-disable-next-line max-len -->\n<!-- This is a code from external library (https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/src/components/DynamicScroller.vue)\nWe have modified it for our own specific use. -->\n<script>\nimport CoreScroller from './core_scroller.vue';\nimport DtScrollerItem from './scroller_item.vue';\n\nexport default {\n name: 'DynamicScroller',\n\n components: {\n CoreScroller,\n DtScrollerItem,\n },\n\n provide () {\n if (typeof ResizeObserver !== 'undefined') {\n this.$_resizeObserver = new ResizeObserver(entries => {\n requestAnimationFrame(() => {\n if (!Array.isArray(entries)) {\n return;\n }\n for (const entry of entries) {\n if (entry.target && entry.target.$_vs_onResize) {\n let width, height;\n if (entry.borderBoxSize) {\n const resizeObserverSize = entry.borderBoxSize[0];\n width = resizeObserverSize.inlineSize;\n height = resizeObserverSize.blockSize;\n } else {\n // @TODO remove when contentRect is deprecated\n width = entry.contentRect.width;\n height = entry.contentRect.height;\n }\n entry.target.$_vs_onResize(entry.target.$_vs_id, width, height);\n }\n }\n });\n });\n }\n\n return {\n vscrollData: this.vscrollData,\n vscrollParent: this,\n vscrollResizeObserver: this.$_resizeObserver,\n };\n },\n\n inheritAttrs: false,\n\n props: {\n /*\n * The items to render.\n * If the items are simple arrays, the index will be used as the key.\n * If the items are objects, the keyField will be used as the key.\n */\n items: {\n type: Array,\n required: true,\n },\n\n /*\n * Indicates if the items are dynamic.\n * If true, the items will be wrapped in a DtScrollerItem component.\n * This is required for dynamic items to be able to react to changes in their size.\n */\n dynamic: {\n type: Boolean,\n default: false,\n },\n\n /*\n * The key field to use for the items.\n * Only used if the items are objects.\n */\n keyField: {\n type: String,\n default: 'id',\n },\n\n /*\n * The direction of the scroller.\n * Can be either 'vertical' or 'horizontal'.\n */\n direction: {\n type: String,\n default: 'vertical',\n validator: (value) => ['vertical', 'horizontal'].includes(value),\n },\n\n /*\n * The tag to use for the list.\n */\n listTag: {\n type: String,\n default: 'div',\n },\n\n /*\n * The tag to use for the items.\n */\n itemTag: {\n type: String,\n default: 'div',\n },\n\n /*\n * Display height (or width in horizontal mode) of the items in pixels\n * used to calculate the scroll size and position.\n * Is required for the initial render of items in DYNAMIC size mode.\n */\n minItemSize: {\n type: [Number, String],\n },\n },\n\n data () {\n return {\n vscrollData: {\n active: true,\n sizes: {},\n keyField: this.keyField,\n simpleArray: false,\n },\n };\n },\n\n computed: {\n simpleArray () {\n return this.items.length && typeof this.items[0] !== 'object';\n },\n\n itemsWithSize () {\n const result = [];\n const { items, keyField, simpleArray } = this;\n const sizes = this.vscrollData.sizes;\n const l = items.length;\n for (let i = 0; i < l; i++) {\n const item = items[i];\n const id = simpleArray ? i : item[keyField];\n let size = sizes[id];\n if (typeof size === 'undefined' && !this.$_undefinedMap[id]) {\n size = 0;\n }\n result.push({\n item,\n [keyField]: id,\n size,\n });\n }\n return result;\n },\n },\n\n watch: {\n simpleArray: {\n handler (value) {\n this.vscrollData.simpleArray = value;\n },\n\n immediate: true,\n },\n\n itemsWithSize (next, prev) {\n const scrollTop = this.$el.scrollTop;\n\n // Calculate total diff between prev and next sizes\n // over current scroll top. Then add it to scrollTop to\n // avoid jumping the contents that the user is seeing.\n let prevActiveTop = 0; let activeTop = 0;\n const length = Math.min(next.length, prev.length);\n for (let i = 0; i < length; i++) {\n if (prevActiveTop >= scrollTop) {\n break;\n }\n prevActiveTop += prev[i].size || this.minItemSize;\n activeTop += next[i].size || this.minItemSize;\n }\n const offset = activeTop - prevActiveTop;\n\n if (offset === 0) {\n return;\n }\n\n this.$el.scrollTop += offset;\n },\n },\n\n beforeCreate () {\n this.$_updates = [];\n this.$_undefinedSizes = 0;\n this.$_undefinedMap = {};\n },\n\n activated () {\n this.vscrollData.active = true;\n },\n\n deactivated () {\n this.vscrollData.active = false;\n },\n\n methods: {\n dynamicScrollerUpdateItems () {\n const scroller = this.$refs.scroller;\n if (scroller) scroller._updateVisibleItems(true);\n },\n\n dynamicScrollerUpdateItemsFromBottom () {\n const scroller = this.$refs.scroller;\n if (scroller) scroller._updateVisibleItems(false, true);\n },\n\n scrollToItem (index) {\n const scroller = this.$refs.scroller;\n if (scroller) scroller.scrollToItem(index);\n },\n\n scrollToBottom () {\n if (this.$_scrollingToBottom) return;\n this.$_scrollingToBottom = true;\n const el = this.$el;\n // Item is inserted to the DOM\n this.$nextTick(() => {\n el.scrollTop = el.scrollHeight + 5000;\n // Item sizes are computed\n const cb = () => {\n el.scrollTop = el.scrollHeight + 5000;\n requestAnimationFrame(() => {\n el.scrollTop = el.scrollHeight + 5000;\n if (this.$_undefinedSizes === 0) {\n this.$_scrollingToBottom = false;\n } else {\n requestAnimationFrame(cb);\n }\n });\n };\n requestAnimationFrame(cb);\n });\n },\n },\n};\n</script>\n","<template>\n <component\n :is=\"dynamic ? DynamicScroller : CoreScroller\"\n ref=\"scroller\"\n data-qa=\"dt-scroller\"\n :items=\"items\"\n :item-size=\"itemSize\"\n :min-item-size=\"minItemSize\"\n :direction=\"direction\"\n :key-field=\"keyField\"\n :list-tag=\"listTag\"\n :item-tag=\"itemTag\"\n :style=\"computedStyle\"\n tabindex=\"0\"\n @user-position=\"$emit('user-position', $event)\"\n >\n <template\n #default=\"{ item, index, active }\"\n >\n <slot\n v-bind=\"{\n item: item,\n index,\n active,\n }\"\n />\n </template>\n </component>\n</template>\n\n<script setup>\nimport CoreScroller from './modules/core_scroller.vue';\nimport DynamicScroller from './modules/dynamic_scroller.vue';\nimport { provide, computed, watch, ref } from 'vue';\n\nconst props = defineProps({\n /**\n * The direction of the scroller.\n * @values vertical, horizontal\n */\n direction: {\n type: String,\n default: 'vertical',\n validator: (value) => ['vertical', 'horizontal'].includes(value),\n },\n\n /**\n * Indicates if the items need to react to changes in their size.\n * If disabled the itemSize prop is required and you will get improved performance.\n * If enabled the minItemSize prop is required and you\n * will have reduced performance but the ability to reactively size list items\n * @values true, false\n */\n dynamic: {\n type: Boolean,\n default: false,\n },\n\n /**\n * Display height (or width in horizontal mode) of the items in pixels\n * used to calculate the scroll size and position.\n * Required if DYNAMIC is false\n */\n itemSize: {\n type: Number,\n default: null,\n },\n\n /**\n * The tag to use for the items.\n */\n itemTag: {\n type: String,\n default: 'div',\n },\n\n /**\n * The items to render.\n * If the items are simple arrays, the index will be used as the key.\n * If the items are objects, the keyField will be used as the key.\n * @example items: [ 'item1', 'item2', 'item3' ]\n * @example items: [ { id: 1, name: 'item1' }, { id: 2, name: 'item2' }, { id: 3, name: 'item3' } ]\n */\n items: {\n type: Array,\n required: true,\n },\n\n /**\n * The key field to use for the items.\n * If the items are objects, the scroller needs to be able to identify them.\n * By default it will look for an id field on the items.\n * This can be configured with this prop if you are using another field name.\n */\n keyField: {\n type: String,\n default: 'id',\n },\n\n /**\n * The tag to use for the list.\n */\n listTag: {\n type: String,\n default: 'div',\n },\n\n /**\n * Minimum size used if the height (or width in horizontal mode) of a item is unknown.\n * Is required for the initial render of items in DYNAMIC size mode.\n */\n minItemSize: {\n type: [Number, String],\n default: null,\n },\n\n /**\n * The height of the scroller.\n * Can be a number (in pixels) or a string (in CSS units).\n */\n scrollerHeight: {\n type: [String, Number],\n default: '100%',\n },\n\n /**\n * The width of the scroller.\n * Can be a number (in pixels) or a string (in CSS units).\n */\n scrollerWidth: {\n type: [String, Number],\n default: '100%',\n },\n});\n\nconst emits = defineEmits([\n /**\n * Describe when the scroller changes from start/middle/end\n * @param {string} position The position of the scroller.\n * @values start, middle, end\n */\n 'user-position',\n]);\n\nprovide('emit', emits);\n\nconst scroller = ref(null);\n\nconst computedStyle = computed(() => {\n return {\n width: typeof props.scrollerWidth === 'number' ? `${props.scrollerWidth}px` : props.scrollerWidth,\n height: typeof props.scrollerHeight === 'number' ? `${props.scrollerHeight}px` : props.scrollerHeight,\n };\n});\n\nwatch(props, () => {\n validateProps();\n}, { deep: true, immediate: true });\n\nfunction scrollToBottom () {\n if (scroller.value) scroller.value.scrollToBottom();\n}\n\nfunction scrollToItem (index) {\n if (scroller.value) scroller.value.scrollToItem(index);\n}\n\nfunction updateItems () {\n if (!scroller.value) return;\n if (props.dynamic) {\n scroller.value.dynamicScrollerUpdateItems();\n } else {\n scroller.value._updateVisibleItems(true);\n }\n}\n\nfunction updateItemsFromBottom () {\n if (!scroller.value) return;\n if (props.dynamic) {\n scroller.value.dynamicScrollerUpdateItemsFromBottom();\n } else {\n scroller.value._updateVisibleItems(false, true);\n }\n}\n\nfunction validateProps () {\n if (props.dynamic && !props.minItemSize) {\n console.error('scroller error: \\'minItemSize\\' is required on \\'dynamic\\' mode.');\n }\n\n if (!props.dynamic && !props.itemSize) {\n console.error('scroller error: \\'itemSize\\' is required.');\n }\n}\n\ndefineExpose({\n scrollToBottom,\n scrollToItem,\n updateItems,\n updateItemsFromBottom,\n});\n</script>\n"],"names":["sizes","pool","h","_sfc_main","CoreScroller","DtScrollerItem","_openBlock","_createBlock","_mergeProps","_createVNode","_renderSlot","_normalizeProps","_guardReactiveProps"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"scroller.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -1,313 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
const common_utils = require("../common/utils.cjs");
|
|
6
|
-
const input = require("../chunks/input-ttnte8zB.js");
|
|
7
|
-
const _pluginVue_exportHelper = require("../chunks/_plugin-vue_export-helper-fhnQq0tA.js");
|
|
8
|
-
const lib_validationMessages = require("./validation-messages.cjs");
|
|
9
|
-
require("../common/validators.cjs");
|
|
10
|
-
const SELECT_SIZE_MODIFIERS = {
|
|
11
|
-
xs: "d-select--xs",
|
|
12
|
-
sm: "d-select--sm",
|
|
13
|
-
md: "",
|
|
14
|
-
lg: "d-select--lg",
|
|
15
|
-
xl: "d-select--xl"
|
|
16
|
-
};
|
|
17
|
-
const SELECT_STATE_MODIFIERS = {
|
|
18
|
-
error: "d-select__input--error",
|
|
19
|
-
warning: "d-select__input--warning",
|
|
20
|
-
success: "d-select__input--success"
|
|
21
|
-
};
|
|
22
|
-
const hasValidOptionIndex = (option) => !option.index || typeof option.index === "number";
|
|
23
|
-
const hasValidOptionValue = (option) => {
|
|
24
|
-
if (!option.value) {
|
|
25
|
-
return false;
|
|
26
|
-
}
|
|
27
|
-
return typeof option.value === "string" || typeof option.value === "number";
|
|
28
|
-
};
|
|
29
|
-
const hasValidOptionLabel = (option) => {
|
|
30
|
-
if (!option.label) {
|
|
31
|
-
return false;
|
|
32
|
-
}
|
|
33
|
-
return typeof option.label === "string";
|
|
34
|
-
};
|
|
35
|
-
const optionsValidator = (options) => {
|
|
36
|
-
if (!options) {
|
|
37
|
-
return true;
|
|
38
|
-
}
|
|
39
|
-
return options.every((option) => {
|
|
40
|
-
if (!hasValidOptionIndex(option)) {
|
|
41
|
-
return false;
|
|
42
|
-
}
|
|
43
|
-
if (!hasValidOptionValue(option)) {
|
|
44
|
-
return false;
|
|
45
|
-
}
|
|
46
|
-
if (!hasValidOptionLabel(option)) {
|
|
47
|
-
return false;
|
|
48
|
-
}
|
|
49
|
-
return true;
|
|
50
|
-
});
|
|
51
|
-
};
|
|
52
|
-
const _sfc_main = {
|
|
53
|
-
name: "DtSelectMenu",
|
|
54
|
-
components: { DtValidationMessages: lib_validationMessages.DtValidationMessages },
|
|
55
|
-
mixins: [input.MessagesMixin],
|
|
56
|
-
inheritAttrs: false,
|
|
57
|
-
props: {
|
|
58
|
-
/**
|
|
59
|
-
* Label for the select
|
|
60
|
-
*/
|
|
61
|
-
label: {
|
|
62
|
-
type: String,
|
|
63
|
-
default: ""
|
|
64
|
-
},
|
|
65
|
-
/**
|
|
66
|
-
* Description for the select
|
|
67
|
-
*/
|
|
68
|
-
description: {
|
|
69
|
-
type: String,
|
|
70
|
-
default: ""
|
|
71
|
-
},
|
|
72
|
-
/**
|
|
73
|
-
* Select Menu Options, overridden by default slot. Each option has the following structure:
|
|
74
|
-
* `{ index: number (optional), value: number || string (required), label: string (required) }`
|
|
75
|
-
* @param {Object[]} options - Optional - A list that can be used to create a list of select menu options
|
|
76
|
-
* @param {number} options[].index - Optional - The index of the option
|
|
77
|
-
* @param {number|string} options[].value - Required - The option value
|
|
78
|
-
* @param {string} options[].label - Required - The option Label
|
|
79
|
-
*/
|
|
80
|
-
options: {
|
|
81
|
-
type: Array,
|
|
82
|
-
default: () => [],
|
|
83
|
-
validator: (options) => optionsValidator(options)
|
|
84
|
-
},
|
|
85
|
-
/**
|
|
86
|
-
* Controls the size of the select
|
|
87
|
-
* @values xs, sm, md, lg, xl
|
|
88
|
-
*/
|
|
89
|
-
size: {
|
|
90
|
-
type: String,
|
|
91
|
-
default: "md",
|
|
92
|
-
validator: (s) => Object.keys(SELECT_SIZE_MODIFIERS).includes(s)
|
|
93
|
-
},
|
|
94
|
-
/**
|
|
95
|
-
* Used to customize the label container
|
|
96
|
-
*/
|
|
97
|
-
labelClass: {
|
|
98
|
-
type: [String, Array, Object],
|
|
99
|
-
default: ""
|
|
100
|
-
},
|
|
101
|
-
/**
|
|
102
|
-
* Used to customize the description container
|
|
103
|
-
*/
|
|
104
|
-
descriptionClass: {
|
|
105
|
-
type: [String, Array, Object],
|
|
106
|
-
default: ""
|
|
107
|
-
},
|
|
108
|
-
/**
|
|
109
|
-
* Used to customize the select
|
|
110
|
-
*/
|
|
111
|
-
selectClass: {
|
|
112
|
-
type: [String, Array, Object],
|
|
113
|
-
default: ""
|
|
114
|
-
},
|
|
115
|
-
/**
|
|
116
|
-
* Used to customize each option, should options be provided via prop
|
|
117
|
-
*/
|
|
118
|
-
optionClass: {
|
|
119
|
-
type: [String, Array, Object],
|
|
120
|
-
default: ""
|
|
121
|
-
},
|
|
122
|
-
/**
|
|
123
|
-
* A set of props that are passed into the label container
|
|
124
|
-
*/
|
|
125
|
-
labelChildProps: {
|
|
126
|
-
type: Object,
|
|
127
|
-
default: () => ({})
|
|
128
|
-
},
|
|
129
|
-
/**
|
|
130
|
-
* A set of props that are passed into the description container
|
|
131
|
-
*/
|
|
132
|
-
descriptionChildProps: {
|
|
133
|
-
type: Object,
|
|
134
|
-
default: () => ({})
|
|
135
|
-
},
|
|
136
|
-
/**
|
|
137
|
-
* A set of props that are passed into each option, should options be provided via prop
|
|
138
|
-
*/
|
|
139
|
-
optionChildProps: {
|
|
140
|
-
type: Object,
|
|
141
|
-
default: () => ({})
|
|
142
|
-
},
|
|
143
|
-
/**
|
|
144
|
-
* Disabled state of the select
|
|
145
|
-
* @values true, false
|
|
146
|
-
*/
|
|
147
|
-
disabled: {
|
|
148
|
-
type: Boolean,
|
|
149
|
-
default: false
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
emits: [
|
|
153
|
-
/**
|
|
154
|
-
* Native input event
|
|
155
|
-
*
|
|
156
|
-
* @event input
|
|
157
|
-
* @type {String | Number}
|
|
158
|
-
*/
|
|
159
|
-
"input",
|
|
160
|
-
/**
|
|
161
|
-
* Native change event
|
|
162
|
-
*
|
|
163
|
-
* @event change
|
|
164
|
-
* @type {String | Number}
|
|
165
|
-
*/
|
|
166
|
-
"change"
|
|
167
|
-
],
|
|
168
|
-
data() {
|
|
169
|
-
return {
|
|
170
|
-
LABEL_SIZE_MODIFIERS: common_constants.LABEL_SIZE_MODIFIERS,
|
|
171
|
-
DESCRIPTION_SIZE_MODIFIERS: common_constants.DESCRIPTION_SIZE_MODIFIERS,
|
|
172
|
-
SELECT_SIZE_MODIFIERS,
|
|
173
|
-
SELECT_STATE_MODIFIERS,
|
|
174
|
-
hasSlotContent: common_utils.hasSlotContent
|
|
175
|
-
};
|
|
176
|
-
},
|
|
177
|
-
computed: {
|
|
178
|
-
selectListeners() {
|
|
179
|
-
return {
|
|
180
|
-
/*
|
|
181
|
-
* Override input listener to as no-op. Prevents parent input listeners from being passed through onto the input
|
|
182
|
-
* element which will result in the handler being called twice (once on the select element and once by the
|
|
183
|
-
* emitted input event by the change listener).
|
|
184
|
-
*/
|
|
185
|
-
input: () => {
|
|
186
|
-
},
|
|
187
|
-
change: (event) => this.emitValue(event.target.value, event)
|
|
188
|
-
};
|
|
189
|
-
},
|
|
190
|
-
state() {
|
|
191
|
-
return common_utils.getValidationState(this.formattedMessages);
|
|
192
|
-
},
|
|
193
|
-
selectKey() {
|
|
194
|
-
return common_utils.getUniqueString();
|
|
195
|
-
},
|
|
196
|
-
descriptionKey() {
|
|
197
|
-
return `select-${this.selectKey}-description`;
|
|
198
|
-
},
|
|
199
|
-
labelAriaDetails() {
|
|
200
|
-
if (this.$slots.description || this.description) {
|
|
201
|
-
return this.descriptionKey;
|
|
202
|
-
}
|
|
203
|
-
return this.$attrs["aria-details"];
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
watch: {
|
|
207
|
-
// whenever question changes, this function will run
|
|
208
|
-
options() {
|
|
209
|
-
this.$nextTick(() => {
|
|
210
|
-
this.emitValue(this.$refs.selectElement.value, null);
|
|
211
|
-
});
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
mounted() {
|
|
215
|
-
this.emitValue(this.$refs.selectElement.value, null);
|
|
216
|
-
this.validateOptionsPresence();
|
|
217
|
-
},
|
|
218
|
-
beforeUpdate() {
|
|
219
|
-
this.validateOptionsPresence();
|
|
220
|
-
},
|
|
221
|
-
methods: {
|
|
222
|
-
emitValue(value, event) {
|
|
223
|
-
this.$emit("input", value, event);
|
|
224
|
-
this.$emit("change", value, event);
|
|
225
|
-
},
|
|
226
|
-
getOptionKey(value) {
|
|
227
|
-
return `select-${this.selectKey}-option-${value}`;
|
|
228
|
-
},
|
|
229
|
-
validateOptionsPresence() {
|
|
230
|
-
var _a;
|
|
231
|
-
if (((_a = this.options) == null ? void 0 : _a.length) < 1 && !this.$slots.default) {
|
|
232
|
-
vue.warn("Options are expected to be provided via prop or slot", this);
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
};
|
|
237
|
-
const _hoisted_1 = ["aria-details"];
|
|
238
|
-
const _hoisted_2 = ["id"];
|
|
239
|
-
const _hoisted_3 = ["disabled"];
|
|
240
|
-
const _hoisted_4 = ["value"];
|
|
241
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
242
|
-
const _component_dt_validation_messages = vue.resolveComponent("dt-validation-messages");
|
|
243
|
-
return vue.openBlock(), vue.createElementBlock("div", null, [
|
|
244
|
-
vue.createElementVNode("label", null, [
|
|
245
|
-
$data.hasSlotContent(_ctx.$slots.label) || $props.label ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
246
|
-
key: 0,
|
|
247
|
-
"aria-details": $options.labelAriaDetails,
|
|
248
|
-
class: [
|
|
249
|
-
"d-label",
|
|
250
|
-
$data.LABEL_SIZE_MODIFIERS[$props.size],
|
|
251
|
-
$props.labelClass
|
|
252
|
-
]
|
|
253
|
-
}, $props.labelChildProps, { "data-qa": "dt-select-label" }), [
|
|
254
|
-
vue.renderSlot(_ctx.$slots, "label", {}, () => [
|
|
255
|
-
vue.createTextVNode(vue.toDisplayString($props.label), 1)
|
|
256
|
-
])
|
|
257
|
-
], 16, _hoisted_1)) : vue.createCommentVNode("", true),
|
|
258
|
-
$data.hasSlotContent(_ctx.$slots.description) || $props.description ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
259
|
-
key: 1,
|
|
260
|
-
id: $options.descriptionKey,
|
|
261
|
-
class: [
|
|
262
|
-
"d-description",
|
|
263
|
-
$data.DESCRIPTION_SIZE_MODIFIERS[$props.size],
|
|
264
|
-
$props.descriptionClass
|
|
265
|
-
]
|
|
266
|
-
}, $props.descriptionChildProps, { "data-qa": "dt-select-description" }), [
|
|
267
|
-
vue.renderSlot(_ctx.$slots, "description", {}, () => [
|
|
268
|
-
vue.createTextVNode(vue.toDisplayString($props.description), 1)
|
|
269
|
-
])
|
|
270
|
-
], 16, _hoisted_2)) : vue.createCommentVNode("", true),
|
|
271
|
-
vue.createElementVNode("div", {
|
|
272
|
-
class: vue.normalizeClass([
|
|
273
|
-
"d-select",
|
|
274
|
-
$data.SELECT_SIZE_MODIFIERS[$props.size],
|
|
275
|
-
$props.selectClass,
|
|
276
|
-
{ "d-select--disabled": $props.disabled }
|
|
277
|
-
]),
|
|
278
|
-
"data-qa": "dt-select-wrapper"
|
|
279
|
-
}, [
|
|
280
|
-
vue.createElementVNode("select", vue.mergeProps({
|
|
281
|
-
ref: "selectElement",
|
|
282
|
-
class: [
|
|
283
|
-
"d-select__input",
|
|
284
|
-
$data.SELECT_STATE_MODIFIERS[$options.state]
|
|
285
|
-
]
|
|
286
|
-
}, _ctx.$attrs, {
|
|
287
|
-
"data-qa": "dt-select",
|
|
288
|
-
disabled: $props.disabled
|
|
289
|
-
}, vue.toHandlers($options.selectListeners, true)), [
|
|
290
|
-
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
291
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.options, (option) => {
|
|
292
|
-
return vue.openBlock(), vue.createElementBlock("option", vue.mergeProps({
|
|
293
|
-
key: $options.getOptionKey(option.value),
|
|
294
|
-
value: option.value,
|
|
295
|
-
class: $props.optionClass
|
|
296
|
-
}, $props.optionChildProps), vue.toDisplayString(option.label), 17, _hoisted_4);
|
|
297
|
-
}), 128))
|
|
298
|
-
])
|
|
299
|
-
], 16, _hoisted_3)
|
|
300
|
-
], 2)
|
|
301
|
-
]),
|
|
302
|
-
vue.createVNode(_component_dt_validation_messages, vue.mergeProps({
|
|
303
|
-
"validation-messages": _ctx.formattedMessages,
|
|
304
|
-
"show-messages": _ctx.showMessages,
|
|
305
|
-
class: _ctx.messagesClass
|
|
306
|
-
}, _ctx.messagesChildProps, { "data-qa": "dt-select-messages" }), null, 16, ["validation-messages", "show-messages", "class"])
|
|
307
|
-
]);
|
|
308
|
-
}
|
|
309
|
-
const select_menu = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
3
|
+
const select_menu = require("../components/select_menu/select_menu.vue.cjs");
|
|
4
|
+
const select_menu_constants = require("../components/select_menu/select_menu_constants.cjs");
|
|
310
5
|
exports.DtSelectMenu = select_menu;
|
|
311
|
-
exports.SELECT_SIZE_MODIFIERS = SELECT_SIZE_MODIFIERS;
|
|
312
|
-
exports.SELECT_STATE_MODIFIERS = SELECT_STATE_MODIFIERS;
|
|
6
|
+
exports.SELECT_SIZE_MODIFIERS = select_menu_constants.SELECT_SIZE_MODIFIERS;
|
|
7
|
+
exports.SELECT_STATE_MODIFIERS = select_menu_constants.SELECT_STATE_MODIFIERS;
|
|
313
8
|
//# sourceMappingURL=select-menu.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-menu.cjs","sources":["../../components/select_menu/select_menu_constants.js","../../components/select_menu/select_menu_validators.js","../../components/select_menu/select_menu.vue"],"sourcesContent":["export const SELECT_SIZE_MODIFIERS = {\n xs: 'd-select--xs',\n sm: 'd-select--sm',\n md: '',\n lg: 'd-select--lg',\n xl: 'd-select--xl',\n};\n\nexport const SELECT_STATE_MODIFIERS = {\n error: 'd-select__input--error',\n warning: 'd-select__input--warning',\n success: 'd-select__input--success',\n};\n\nexport default {\n SELECT_SIZE_MODIFIERS,\n SELECT_STATE_MODIFIERS,\n};\n","const hasValidOptionIndex = option => !option.index || typeof option.index === 'number';\n\nconst hasValidOptionValue = option => {\n if (!option.value) {\n return false;\n }\n\n return typeof option.value === 'string' || typeof option.value === 'number';\n};\n\nconst hasValidOptionLabel = option => {\n if (!option.label) {\n return false;\n }\n\n return typeof option.label === 'string';\n};\n\nexport const optionsValidator = options => {\n if (!options) {\n return true;\n }\n\n return options.every(option => {\n if (!hasValidOptionIndex(option)) {\n return false;\n }\n\n if (!hasValidOptionValue(option)) {\n return false;\n }\n\n if (!hasValidOptionLabel(option)) {\n return false;\n }\n\n return true;\n });\n};\n","<template>\n <div>\n <label>\n <div\n v-if=\"hasSlotContent($slots.label) || label\"\n :aria-details=\"labelAriaDetails\"\n :class=\"[\n 'd-label',\n LABEL_SIZE_MODIFIERS[size],\n labelClass,\n ]\"\n v-bind=\"labelChildProps\"\n data-qa=\"dt-select-label\"\n >\n <!-- @slot Slot for label, defaults to label prop -->\n <slot name=\"label\">{{ label }}</slot>\n </div>\n <div\n v-if=\"hasSlotContent($slots.description) || description\"\n :id=\"descriptionKey\"\n :class=\"[\n 'd-description',\n DESCRIPTION_SIZE_MODIFIERS[size],\n descriptionClass,\n ]\"\n v-bind=\"descriptionChildProps\"\n data-qa=\"dt-select-description\"\n >\n <!-- @slot Slot for description, defaults to description prop -->\n <slot name=\"description\">{{ description }}</slot>\n </div>\n <div\n :class=\"[\n 'd-select',\n SELECT_SIZE_MODIFIERS[size],\n selectClass,\n { 'd-select--disabled': disabled },\n ]\"\n data-qa=\"dt-select-wrapper\"\n >\n <select\n ref=\"selectElement\"\n :class=\"[\n 'd-select__input',\n SELECT_STATE_MODIFIERS[state],\n ]\"\n v-bind=\"$attrs\"\n data-qa=\"dt-select\"\n :disabled=\"disabled\"\n v-on=\"selectListeners\"\n >\n <!-- @slot Slot for select menu options, defaults to options prop -->\n <slot>\n <option\n v-for=\"option in options\"\n :key=\"getOptionKey(option.value)\"\n :value=\"option.value\"\n :class=\"optionClass\"\n v-bind=\"optionChildProps\"\n >\n {{ option.label }}\n </option>\n </slot>\n </select>\n </div>\n </label>\n <dt-validation-messages\n :validation-messages=\"formattedMessages\"\n :show-messages=\"showMessages\"\n :class=\"messagesClass\"\n v-bind=\"messagesChildProps\"\n data-qa=\"dt-select-messages\"\n />\n </div>\n</template>\n\n<script>\nimport { warn } from 'vue';\nimport {\n LABEL_SIZE_MODIFIERS,\n DESCRIPTION_SIZE_MODIFIERS,\n} from '@/common/constants';\nimport {\n SELECT_SIZE_MODIFIERS,\n SELECT_STATE_MODIFIERS,\n} from './select_menu_constants';\nimport {\n getUniqueString,\n getValidationState,\n hasSlotContent,\n} from '@/common/utils';\nimport { MessagesMixin } from '@/common/mixins/input';\nimport { optionsValidator } from './select_menu_validators.js';\nimport { DtValidationMessages } from '../validation_messages';\n\n/**\n * A select menu is an input control that allows users to choose one option from a list.\n * @property {Boolean} disabled attribute\n * @property {String} name attribute\n * @property {String} value attribute\n * @see https://dialtone.dialpad.com/components/select.html\n */\nexport default {\n name: 'DtSelectMenu',\n\n components: { DtValidationMessages },\n\n mixins: [MessagesMixin],\n\n inheritAttrs: false,\n\n props: {\n /**\n * Label for the select\n */\n label: {\n type: String,\n default: '',\n },\n\n /**\n * Description for the select\n */\n description: {\n type: String,\n default: '',\n },\n\n /**\n * Select Menu Options, overridden by default slot. Each option has the following structure:\n * `{ index: number (optional), value: number || string (required), label: string (required) }`\n * @param {Object[]} options - Optional - A list that can be used to create a list of select menu options\n * @param {number} options[].index - Optional - The index of the option\n * @param {number|string} options[].value - Required - The option value\n * @param {string} options[].label - Required - The option Label\n */\n options: {\n type: Array,\n default: () => [],\n validator: options => optionsValidator(options),\n },\n\n /**\n * Controls the size of the select\n * @values xs, sm, md, lg, xl\n */\n size: {\n type: String,\n default: 'md',\n validator: (s) => Object.keys(SELECT_SIZE_MODIFIERS).includes(s),\n },\n\n /**\n * Used to customize the label container\n */\n labelClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Used to customize the description container\n */\n descriptionClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Used to customize the select\n */\n selectClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * Used to customize each option, should options be provided via prop\n */\n optionClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * A set of props that are passed into the label container\n */\n labelChildProps: {\n type: Object,\n default: () => ({}),\n },\n\n /**\n * A set of props that are passed into the description container\n */\n descriptionChildProps: {\n type: Object,\n default: () => ({}),\n },\n\n /**\n * A set of props that are passed into each option, should options be provided via prop\n */\n optionChildProps: {\n type: Object,\n default: () => ({}),\n },\n\n /**\n * Disabled state of the select\n * @values true, false\n */\n disabled: {\n type: Boolean,\n default: false,\n },\n },\n\n emits: [\n /**\n * Native input event\n *\n * @event input\n * @type {String | Number}\n */\n 'input',\n\n /**\n * Native change event\n *\n * @event change\n * @type {String | Number}\n */\n 'change',\n ],\n\n data () {\n return {\n LABEL_SIZE_MODIFIERS,\n DESCRIPTION_SIZE_MODIFIERS,\n SELECT_SIZE_MODIFIERS,\n SELECT_STATE_MODIFIERS,\n hasSlotContent,\n };\n },\n\n computed: {\n selectListeners () {\n return {\n /*\n * Override input listener to as no-op. Prevents parent input listeners from being passed through onto the input\n * element which will result in the handler being called twice (once on the select element and once by the\n * emitted input event by the change listener).\n */\n input: () => {},\n change: event => this.emitValue(event.target.value, event),\n };\n },\n\n state () {\n return getValidationState(this.formattedMessages);\n },\n\n selectKey () {\n return getUniqueString();\n },\n\n descriptionKey () {\n return `select-${this.selectKey}-description`;\n },\n\n labelAriaDetails () {\n if (this.$slots.description || this.description) {\n return this.descriptionKey;\n }\n\n return this.$attrs['aria-details'];\n },\n },\n\n watch: {\n // whenever question changes, this function will run\n options () {\n this.$nextTick(() => {\n this.emitValue(this.$refs.selectElement.value, null);\n });\n },\n },\n\n mounted () {\n this.emitValue(this.$refs.selectElement.value, null);\n this.validateOptionsPresence();\n },\n\n beforeUpdate () {\n this.validateOptionsPresence();\n },\n\n methods: {\n emitValue (value, event) {\n this.$emit('input', value, event);\n this.$emit('change', value, event);\n },\n\n getOptionKey (value) {\n return `select-${this.selectKey}-option-${value}`;\n },\n\n validateOptionsPresence () {\n if (this.options?.length < 1 && !this.$slots.default) {\n warn('Options are expected to be provided via prop or slot', this);\n }\n },\n },\n};\n</script>\n"],"names":["DtValidationMessages","MessagesMixin","LABEL_SIZE_MODIFIERS","DESCRIPTION_SIZE_MODIFIERS","hasSlotContent","getValidationState","getUniqueString","warn","_createElementBlock","_createElementVNode","_openBlock","_mergeProps","_renderSlot","_normalizeClass","_toHandlers","_Fragment","_renderList","_toDisplayString","_createVNode"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"select-menu.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
|