@dialpad/dialtone-vue 2.157.1-beta.1 → 2.158.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_plugin-vue2_normalizer.cjs +18 -0
- package/dist/_virtual/_plugin-vue2_normalizer.cjs.map +1 -0
- package/dist/_virtual/_plugin-vue2_normalizer.js +19 -0
- package/dist/_virtual/_plugin-vue2_normalizer.js.map +1 -0
- package/dist/common/dates.cjs +0 -2
- package/dist/common/dates.cjs.map +1 -1
- package/dist/common/dates.js +0 -2
- package/dist/common/dates.js.map +1 -1
- package/dist/common/emoji.cjs +163 -40
- package/dist/common/emoji.cjs.map +1 -1
- package/dist/common/emoji.js +145 -2
- package/dist/common/emoji.js.map +1 -1
- package/dist/common/mixins/dom.cjs +101 -0
- package/dist/common/mixins/dom.cjs.map +1 -0
- package/dist/common/mixins/dom.js +102 -0
- package/dist/common/mixins/dom.js.map +1 -0
- package/dist/{chunks/input-Axw-wFj2.js → common/mixins/input.cjs} +5 -4
- package/dist/common/mixins/input.cjs.map +1 -0
- package/dist/{chunks/input-6kbd8Pju.js → common/mixins/input.js} +4 -4
- package/dist/common/mixins/input.js.map +1 -0
- package/dist/{chunks/input_group-m3cWYUfI.js → common/mixins/input_group.cjs} +6 -5
- package/dist/common/mixins/input_group.cjs.map +1 -0
- package/dist/{chunks/input_group-qVZaS5Bb.js → common/mixins/input_group.js} +4 -4
- package/dist/common/mixins/input_group.js.map +1 -0
- package/dist/{chunks/keyboard_list_navigation-fJnl_Iox.js → common/mixins/keyboard_list_navigation.cjs} +4 -101
- package/dist/common/mixins/keyboard_list_navigation.cjs.map +1 -0
- package/dist/{chunks/keyboard_list_navigation-ScXhrxya.js → common/mixins/keyboard_list_navigation.js} +3 -100
- package/dist/common/mixins/keyboard_list_navigation.js.map +1 -0
- package/dist/{chunks/modal-VgxXAQFP.js → common/mixins/modal.cjs} +3 -4
- package/dist/common/mixins/modal.cjs.map +1 -0
- package/dist/{chunks/modal-XOr4kiNZ.js → common/mixins/modal.js} +3 -4
- package/dist/common/mixins/modal.js.map +1 -0
- package/dist/common/mixins/skeleton.cjs +27 -0
- package/dist/common/mixins/skeleton.cjs.map +1 -0
- package/dist/common/mixins/skeleton.js +28 -0
- package/dist/common/mixins/skeleton.js.map +1 -0
- package/dist/common/mixins/sr_only_close_button.cjs +45 -0
- package/dist/common/mixins/sr_only_close_button.cjs.map +1 -0
- package/dist/common/mixins/sr_only_close_button.js +46 -0
- package/dist/common/mixins/sr_only_close_button.js.map +1 -0
- package/dist/common/mixins.cjs +4 -10
- package/dist/common/mixins.cjs.map +1 -1
- package/dist/common/mixins.js +4 -10
- package/dist/common/mixins.js.map +1 -1
- package/dist/common/sr_only_close_button.vue.cjs +48 -0
- package/dist/common/sr_only_close_button.vue.cjs.map +1 -0
- package/dist/common/sr_only_close_button.vue.js +49 -0
- package/dist/common/sr_only_close_button.vue.js.map +1 -0
- package/dist/common/storybook_utils.cjs +8 -0
- package/dist/common/storybook_utils.cjs.map +1 -0
- package/dist/common/storybook_utils.js +8 -0
- package/dist/common/storybook_utils.js.map +1 -0
- package/dist/common/utils.cjs +3 -6
- package/dist/common/utils.cjs.map +1 -1
- package/dist/common/utils.js +3 -6
- package/dist/common/utils.js.map +1 -1
- package/dist/components/avatar/avatar.vue.cjs +327 -0
- package/dist/components/avatar/avatar.vue.cjs.map +1 -0
- package/dist/components/avatar/avatar.vue.js +328 -0
- package/dist/components/avatar/avatar.vue.js.map +1 -0
- package/dist/components/avatar/avatar_constants.cjs +64 -0
- package/dist/components/avatar/avatar_constants.cjs.map +1 -0
- package/dist/components/avatar/avatar_constants.js +64 -0
- package/dist/components/avatar/avatar_constants.js.map +1 -0
- package/dist/components/avatar/utils.cjs +9 -0
- package/dist/components/avatar/utils.cjs.map +1 -0
- package/dist/components/avatar/utils.js +9 -0
- package/dist/components/avatar/utils.js.map +1 -0
- package/dist/components/badge/badge.vue.cjs +157 -0
- package/dist/components/badge/badge.vue.cjs.map +1 -0
- package/dist/components/badge/badge.vue.js +158 -0
- package/dist/components/badge/badge.vue.js.map +1 -0
- package/dist/components/badge/badge_constants.cjs +43 -0
- package/dist/components/badge/badge_constants.cjs.map +1 -0
- package/dist/components/badge/badge_constants.js +43 -0
- package/dist/components/badge/badge_constants.js.map +1 -0
- package/dist/components/banner/banner.vue.cjs +199 -0
- package/dist/components/banner/banner.vue.cjs.map +1 -0
- package/dist/components/banner/banner.vue.js +200 -0
- package/dist/components/banner/banner.vue.js.map +1 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.cjs +72 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.js +73 -0
- package/dist/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.cjs +73 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.js +74 -0
- package/dist/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.js +7 -0
- package/dist/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
- package/dist/components/button/button.vue.cjs +282 -0
- package/dist/components/button/button.vue.cjs.map +1 -0
- package/dist/components/button/button.vue.js +283 -0
- package/dist/components/button/button.vue.js.map +1 -0
- package/dist/components/button/button_constants.cjs +71 -0
- package/dist/components/button/button_constants.cjs.map +1 -0
- package/dist/components/button/button_constants.js +71 -0
- package/dist/components/button/button_constants.js.map +1 -0
- package/dist/components/button_group/button_group.vue.cjs +40 -0
- package/dist/components/button_group/button_group.vue.cjs.map +1 -0
- package/dist/components/button_group/button_group.vue.js +41 -0
- package/dist/components/button_group/button_group.vue.js.map +1 -0
- package/dist/components/button_group/button_group_constants.cjs +9 -0
- package/dist/components/button_group/button_group_constants.cjs.map +1 -0
- package/dist/components/button_group/button_group_constants.js +9 -0
- package/dist/components/button_group/button_group_constants.js.map +1 -0
- package/dist/components/card/card.vue.cjs +71 -0
- package/dist/components/card/card.vue.cjs.map +1 -0
- package/dist/components/card/card.vue.js +72 -0
- package/dist/components/card/card.vue.js.map +1 -0
- package/dist/components/checkbox/checkbox.vue.cjs +117 -0
- package/dist/components/checkbox/checkbox.vue.cjs.map +1 -0
- package/dist/components/checkbox/checkbox.vue.js +118 -0
- package/dist/components/checkbox/checkbox.vue.js.map +1 -0
- package/dist/components/checkbox/checkbox_constants.cjs +9 -0
- package/dist/components/checkbox/checkbox_constants.cjs.map +1 -0
- package/dist/components/checkbox/checkbox_constants.js +9 -0
- package/dist/components/checkbox/checkbox_constants.js.map +1 -0
- package/dist/components/checkbox_group/checkbox_group.vue.cjs +122 -0
- package/dist/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
- package/dist/components/checkbox_group/checkbox_group.vue.js +123 -0
- package/dist/components/checkbox_group/checkbox_group.vue.js.map +1 -0
- package/dist/components/chip/chip.vue.cjs +172 -0
- package/dist/components/chip/chip.vue.cjs.map +1 -0
- package/dist/components/chip/chip.vue.js +173 -0
- package/dist/components/chip/chip.vue.js.map +1 -0
- package/dist/components/chip/chip_constants.cjs +21 -0
- package/dist/components/chip/chip_constants.cjs.map +1 -0
- package/dist/components/chip/chip_constants.js +21 -0
- package/dist/components/chip/chip_constants.js.map +1 -0
- package/dist/components/codeblock/codeblock.vue.cjs +27 -0
- package/dist/components/codeblock/codeblock.vue.cjs.map +1 -0
- package/dist/components/codeblock/codeblock.vue.js +28 -0
- package/dist/components/codeblock/codeblock.vue.js.map +1 -0
- package/dist/components/collapsible/collapsible.vue.cjs +196 -0
- package/dist/components/collapsible/collapsible.vue.cjs.map +1 -0
- package/dist/components/collapsible/collapsible.vue.js +197 -0
- package/dist/components/collapsible/collapsible.vue.js.map +1 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.cjs +133 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.js +134 -0
- package/dist/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
- package/dist/{chunks/index-gj1jEXP4.js → components/combobox/combobox.vue.cjs} +27 -113
- package/dist/components/combobox/combobox.vue.cjs.map +1 -0
- package/dist/{chunks/index-eJ-WWRdf.js → components/combobox/combobox.vue.js} +22 -108
- package/dist/components/combobox/combobox.vue.js.map +1 -0
- package/dist/components/combobox/combobox_constants.cjs +11 -0
- package/dist/components/combobox/combobox_constants.cjs.map +1 -0
- package/dist/components/combobox/combobox_constants.js +11 -0
- package/dist/components/combobox/combobox_constants.js.map +1 -0
- package/dist/components/combobox/combobox_empty-list.vue.cjs +44 -0
- package/dist/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
- package/dist/components/combobox/combobox_empty-list.vue.js +45 -0
- package/dist/components/combobox/combobox_empty-list.vue.js.map +1 -0
- package/dist/components/combobox/combobox_loading-list.vue.cjs +26 -0
- package/dist/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
- package/dist/components/combobox/combobox_loading-list.vue.js +27 -0
- package/dist/components/combobox/combobox_loading-list.vue.js.map +1 -0
- package/dist/components/datepicker/datepicker.vue.cjs +146 -0
- package/dist/components/datepicker/datepicker.vue.cjs.map +1 -0
- package/dist/components/datepicker/datepicker.vue.js +147 -0
- package/dist/components/datepicker/datepicker.vue.js.map +1 -0
- package/dist/components/datepicker/datepicker_constants.cjs +9 -0
- package/dist/components/datepicker/datepicker_constants.cjs.map +1 -0
- package/dist/components/datepicker/datepicker_constants.js +9 -0
- package/dist/components/datepicker/datepicker_constants.js.map +1 -0
- package/dist/components/datepicker/formatUtils.cjs +25 -0
- package/dist/components/datepicker/formatUtils.cjs.map +1 -0
- package/dist/components/datepicker/formatUtils.js +25 -0
- package/dist/components/datepicker/formatUtils.js.map +1 -0
- package/dist/components/datepicker/modules/calendar.vue.cjs +198 -0
- package/dist/components/datepicker/modules/calendar.vue.cjs.map +1 -0
- package/dist/components/datepicker/modules/calendar.vue.js +199 -0
- package/dist/components/datepicker/modules/calendar.vue.js.map +1 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.cjs +219 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.js +220 -0
- package/dist/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
- package/dist/components/datepicker/utils.cjs +84 -0
- package/dist/components/datepicker/utils.cjs.map +1 -0
- package/dist/components/datepicker/utils.js +84 -0
- package/dist/components/datepicker/utils.js.map +1 -0
- package/dist/components/description_list/description_list.vue.cjs +84 -0
- package/dist/components/description_list/description_list.vue.cjs.map +1 -0
- package/dist/components/description_list/description_list.vue.js +85 -0
- package/dist/components/description_list/description_list.vue.js.map +1 -0
- package/dist/components/description_list/description_list_constants.cjs +5 -0
- package/dist/components/description_list/description_list_constants.cjs.map +1 -0
- package/dist/components/description_list/description_list_constants.js +5 -0
- package/dist/components/description_list/description_list_constants.js.map +1 -0
- package/dist/components/description_list/description_list_validators.cjs +33 -0
- package/dist/components/description_list/description_list_validators.cjs.map +1 -0
- package/dist/components/description_list/description_list_validators.js +33 -0
- package/dist/components/description_list/description_list_validators.js.map +1 -0
- package/dist/{chunks/dropdown-pHxnQPzT.js → components/dropdown/dropdown.vue.cjs} +18 -18
- package/dist/components/dropdown/dropdown.vue.cjs.map +1 -0
- package/dist/{chunks/dropdown-6UoczdUY.js → components/dropdown/dropdown.vue.js} +13 -13
- package/dist/components/dropdown/dropdown.vue.js.map +1 -0
- package/dist/{chunks/dropdown_constants-2pGCXy7m.js → components/dropdown/dropdown_constants.cjs} +2 -1
- package/dist/components/dropdown/dropdown_constants.cjs.map +1 -0
- package/dist/{chunks/dropdown_constants-w1MXGC3Z.js → components/dropdown/dropdown_constants.js} +1 -1
- package/dist/components/dropdown/dropdown_constants.js.map +1 -0
- package/dist/components/dropdown/dropdown_separator.vue.cjs +22 -0
- package/dist/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
- package/dist/components/dropdown/dropdown_separator.vue.js +23 -0
- package/dist/components/dropdown/dropdown_separator.vue.js.map +1 -0
- package/dist/components/emoji/emoji.vue.cjs +140 -0
- package/dist/components/emoji/emoji.vue.cjs.map +1 -0
- package/dist/components/emoji/emoji.vue.js +141 -0
- package/dist/components/emoji/emoji.vue.js.map +1 -0
- package/dist/components/emoji_picker/emoji_picker.vue.cjs +207 -0
- package/dist/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/emoji_picker.vue.js +208 -0
- package/dist/components/emoji_picker/emoji_picker.vue.js.map +1 -0
- package/dist/components/emoji_picker/emoji_picker_constants.cjs +28 -0
- package/dist/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
- package/dist/components/emoji_picker/emoji_picker_constants.js +28 -0
- package/dist/components/emoji_picker/emoji_picker_constants.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.cjs +39 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.js +40 -0
- package/dist/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.cjs +79 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.js +80 -0
- package/dist/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs +468 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.js +469 -0
- package/dist/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +178 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.js +179 -0
- package/dist/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs +150 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.js +151 -0
- package/dist/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +105 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +106 -0
- package/dist/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
- package/dist/components/empty_state/empty_state.vue.cjs +158 -0
- package/dist/components/empty_state/empty_state.vue.cjs.map +1 -0
- package/dist/components/empty_state/empty_state.vue.js +159 -0
- package/dist/components/empty_state/empty_state.vue.js.map +1 -0
- package/dist/components/empty_state/empty_state_constants.cjs +9 -0
- package/dist/components/empty_state/empty_state_constants.cjs.map +1 -0
- package/dist/components/empty_state/empty_state_constants.js +9 -0
- package/dist/components/empty_state/empty_state_constants.js.map +1 -0
- package/dist/components/hovercard/hovercard.vue.cjs +158 -0
- package/dist/components/hovercard/hovercard.vue.cjs.map +1 -0
- package/dist/components/hovercard/hovercard.vue.js +159 -0
- package/dist/components/hovercard/hovercard.vue.js.map +1 -0
- package/dist/components/hovercard/timer.cjs +58 -0
- package/dist/components/hovercard/timer.cjs.map +1 -0
- package/dist/components/hovercard/timer.js +59 -0
- package/dist/components/hovercard/timer.js.map +1 -0
- package/dist/components/icon/icon.vue.cjs +54 -0
- package/dist/components/icon/icon.vue.cjs.map +1 -0
- package/dist/components/icon/icon.vue.js +55 -0
- package/dist/components/icon/icon.vue.js.map +1 -0
- package/dist/{chunks/icon_constants-da57m7BZ.js → components/icon/icon_constants.cjs} +2 -1
- package/dist/components/icon/icon_constants.cjs.map +1 -0
- package/dist/{chunks/icon_constants-H9ahUVCG.js → components/icon/icon_constants.js} +1 -1
- package/dist/components/icon/icon_constants.js.map +1 -0
- package/dist/components/illustration/illustration.vue.cjs +38 -0
- package/dist/components/illustration/illustration.vue.cjs.map +1 -0
- package/dist/components/illustration/illustration.vue.js +39 -0
- package/dist/components/illustration/illustration.vue.js.map +1 -0
- package/dist/components/illustration/illustration_constants.cjs +6 -0
- package/dist/components/illustration/illustration_constants.cjs.map +1 -0
- package/dist/components/illustration/illustration_constants.js +6 -0
- package/dist/components/illustration/illustration_constants.js.map +1 -0
- package/dist/components/image_viewer/image_viewer.vue.cjs +193 -0
- package/dist/components/image_viewer/image_viewer.vue.cjs.map +1 -0
- package/dist/components/image_viewer/image_viewer.vue.js +194 -0
- package/dist/components/image_viewer/image_viewer.vue.js.map +1 -0
- package/dist/components/input/input.vue.cjs +413 -0
- package/dist/components/input/input.vue.cjs.map +1 -0
- package/dist/components/input/input.vue.js +414 -0
- package/dist/components/input/input.vue.js.map +1 -0
- package/dist/components/input/input_constants.cjs +65 -0
- package/dist/components/input/input_constants.cjs.map +1 -0
- package/dist/components/input/input_constants.js +65 -0
- package/dist/components/input/input_constants.js.map +1 -0
- package/dist/components/input_group/input_group.vue.cjs +85 -0
- package/dist/components/input_group/input_group.vue.cjs.map +1 -0
- package/dist/components/input_group/input_group.vue.js +86 -0
- package/dist/components/input_group/input_group.vue.js.map +1 -0
- package/dist/components/item_layout/item_layout.vue.cjs +38 -0
- package/dist/components/item_layout/item_layout.vue.cjs.map +1 -0
- package/dist/components/item_layout/item_layout.vue.js +39 -0
- package/dist/components/item_layout/item_layout.vue.js.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +87 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js +88 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
- package/dist/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
- package/dist/components/lazy_show/lazy_show.vue.cjs +77 -0
- package/dist/components/lazy_show/lazy_show.vue.cjs.map +1 -0
- package/dist/components/lazy_show/lazy_show.vue.js +78 -0
- package/dist/components/lazy_show/lazy_show.vue.js.map +1 -0
- package/dist/components/link/link.vue.cjs +80 -0
- package/dist/components/link/link.vue.cjs.map +1 -0
- package/dist/components/link/link.vue.js +81 -0
- package/dist/components/link/link.vue.js.map +1 -0
- package/dist/{chunks/link_constants-x8NwdqmA.js → components/link/link_constants.cjs} +6 -1
- package/dist/components/link/link_constants.cjs.map +1 -0
- package/dist/{chunks/link_constants-AfTWrr-n.js → components/link/link_constants.js} +5 -1
- package/dist/components/link/link_constants.js.map +1 -0
- package/dist/components/list_item/list_item.vue.cjs +196 -0
- package/dist/components/list_item/list_item.vue.cjs.map +1 -0
- package/dist/components/list_item/list_item.vue.js +197 -0
- package/dist/components/list_item/list_item.vue.js.map +1 -0
- package/dist/{chunks/list_item_constants-EiqkqZvP.js → components/list_item/list_item_constants.cjs} +2 -1
- package/dist/components/list_item/list_item_constants.cjs.map +1 -0
- package/dist/{chunks/list_item_constants-u1xcN9Dd.js → components/list_item/list_item_constants.js} +1 -1
- package/dist/components/list_item/list_item_constants.js.map +1 -0
- package/dist/components/list_item_group/list_item_group.vue.cjs +56 -0
- package/dist/components/list_item_group/list_item_group.vue.cjs.map +1 -0
- package/dist/components/list_item_group/list_item_group.vue.js +57 -0
- package/dist/components/list_item_group/list_item_group.vue.js.map +1 -0
- package/dist/components/modal/modal.vue.cjs +326 -0
- package/dist/components/modal/modal.vue.cjs.map +1 -0
- package/dist/components/modal/modal.vue.js +327 -0
- package/dist/components/modal/modal.vue.js.map +1 -0
- package/dist/components/modal/modal_constants.cjs +21 -0
- package/dist/components/modal/modal_constants.cjs.map +1 -0
- package/dist/components/modal/modal_constants.js +21 -0
- package/dist/components/modal/modal_constants.js.map +1 -0
- package/dist/components/notice/notice.vue.cjs +156 -0
- package/dist/components/notice/notice.vue.cjs.map +1 -0
- package/dist/components/notice/notice.vue.js +157 -0
- package/dist/components/notice/notice.vue.js.map +1 -0
- package/dist/components/notice/notice_action.vue.cjs +96 -0
- package/dist/components/notice/notice_action.vue.cjs.map +1 -0
- package/dist/components/notice/notice_action.vue.js +97 -0
- package/dist/components/notice/notice_action.vue.js.map +1 -0
- package/dist/{chunks/notice_constants-UXo9e3bS.js → components/notice/notice_constants.cjs} +2 -1
- package/dist/components/notice/notice_constants.cjs.map +1 -0
- package/dist/{chunks/notice_constants-7Qt2CQEY.js → components/notice/notice_constants.js} +1 -1
- package/dist/components/notice/notice_constants.js.map +1 -0
- package/dist/components/notice/notice_content.vue.cjs +48 -0
- package/dist/components/notice/notice_content.vue.cjs.map +1 -0
- package/dist/components/notice/notice_content.vue.js +49 -0
- package/dist/components/notice/notice_content.vue.js.map +1 -0
- package/dist/components/notice/notice_icon.vue.cjs +53 -0
- package/dist/components/notice/notice_icon.vue.cjs.map +1 -0
- package/dist/components/notice/notice_icon.vue.js +54 -0
- package/dist/components/notice/notice_icon.vue.js.map +1 -0
- package/dist/components/pagination/pagination.vue.cjs +145 -0
- package/dist/components/pagination/pagination.vue.cjs.map +1 -0
- package/dist/components/pagination/pagination.vue.js +146 -0
- package/dist/components/pagination/pagination.vue.js.map +1 -0
- package/dist/components/popover/popover.vue.cjs +905 -0
- package/dist/components/popover/popover.vue.cjs.map +1 -0
- package/dist/components/popover/popover.vue.js +906 -0
- package/dist/components/popover/popover.vue.js.map +1 -0
- package/dist/components/popover/popover_constants.cjs +34 -0
- package/dist/components/popover/popover_constants.cjs.map +1 -0
- package/dist/components/popover/popover_constants.js +34 -0
- package/dist/components/popover/popover_constants.js.map +1 -0
- package/dist/components/popover/popover_header_footer.vue.cjs +89 -0
- package/dist/components/popover/popover_header_footer.vue.cjs.map +1 -0
- package/dist/components/popover/popover_header_footer.vue.js +90 -0
- package/dist/components/popover/popover_header_footer.vue.js.map +1 -0
- package/dist/{chunks/popover_constants-XnGWXaxX.js → components/popover/tippy_utils.cjs} +6 -52
- package/dist/components/popover/tippy_utils.cjs.map +1 -0
- package/dist/{chunks/popover_constants-WsOUIY-m.js → components/popover/tippy_utils.js} +5 -52
- package/dist/components/popover/tippy_utils.js.map +1 -0
- package/dist/components/presence/presence.vue.cjs +50 -0
- package/dist/components/presence/presence.vue.cjs.map +1 -0
- package/dist/components/presence/presence.vue.js +51 -0
- package/dist/components/presence/presence.vue.js.map +1 -0
- package/dist/components/presence/presence_constants.cjs +17 -0
- package/dist/components/presence/presence_constants.cjs.map +1 -0
- package/dist/components/presence/presence_constants.js +17 -0
- package/dist/components/presence/presence_constants.js.map +1 -0
- package/dist/components/radio/radio.vue.cjs +107 -0
- package/dist/components/radio/radio.vue.cjs.map +1 -0
- package/dist/components/radio/radio.vue.js +108 -0
- package/dist/components/radio/radio.vue.js.map +1 -0
- package/dist/components/radio/radio_constants.cjs +9 -0
- package/dist/components/radio/radio_constants.cjs.map +1 -0
- package/dist/components/radio/radio_constants.js +9 -0
- package/dist/components/radio/radio_constants.js.map +1 -0
- package/dist/components/radio_group/radio_group.vue.cjs +90 -0
- package/dist/components/radio_group/radio_group.vue.cjs.map +1 -0
- package/dist/components/radio_group/radio_group.vue.js +91 -0
- package/dist/components/radio_group/radio_group.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +33 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +34 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +40 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +41 -0
- package/dist/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.js +46 -0
- package/dist/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
- package/dist/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
- package/dist/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
- package/dist/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.js +5 -0
- package/dist/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
- package/dist/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +28 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +29 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +33 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +34 -0
- package/dist/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
- package/dist/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.js +5 -0
- package/dist/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
- package/dist/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +33 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +34 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +42 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +43 -0
- package/dist/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.js +45 -0
- package/dist/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
- package/dist/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +35 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +36 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
- package/dist/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
- package/dist/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.cjs +82 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.js +83 -0
- package/dist/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +119 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +120 -0
- package/dist/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
- package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
- package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
- package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
- package/dist/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.cjs +524 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.js +525 -0
- package/dist/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.js +24 -0
- package/dist/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
- package/dist/components/root_layout/root_layout.vue.cjs +122 -0
- package/dist/components/root_layout/root_layout.vue.cjs.map +1 -0
- package/dist/components/root_layout/root_layout.vue.js +123 -0
- package/dist/components/root_layout/root_layout.vue.js.map +1 -0
- package/dist/components/root_layout/root_layout_constants.cjs +10 -0
- package/dist/components/root_layout/root_layout_constants.cjs.map +1 -0
- package/dist/components/root_layout/root_layout_constants.js +10 -0
- package/dist/components/root_layout/root_layout_constants.js.map +1 -0
- package/dist/components/select_menu/select_menu.vue.cjs +237 -0
- package/dist/components/select_menu/select_menu.vue.cjs.map +1 -0
- package/dist/components/select_menu/select_menu.vue.js +238 -0
- package/dist/components/select_menu/select_menu.vue.js.map +1 -0
- package/dist/components/select_menu/select_menu_constants.cjs +17 -0
- package/dist/components/select_menu/select_menu_constants.cjs.map +1 -0
- package/dist/components/select_menu/select_menu_constants.js +17 -0
- package/dist/components/select_menu/select_menu_constants.js.map +1 -0
- package/dist/components/select_menu/select_menu_validators.cjs +34 -0
- package/dist/components/select_menu/select_menu_validators.cjs.map +1 -0
- package/dist/components/select_menu/select_menu_validators.js +34 -0
- package/dist/components/select_menu/select_menu_validators.js.map +1 -0
- package/dist/components/skeleton/skeleton-list-item.vue.cjs +102 -0
- package/dist/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton-list-item.vue.js +103 -0
- package/dist/components/skeleton/skeleton-list-item.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.cjs +141 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.js +142 -0
- package/dist/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton-shape.vue.cjs +101 -0
- package/dist/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton-shape.vue.js +102 -0
- package/dist/components/skeleton/skeleton-shape.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton-text.vue.cjs +111 -0
- package/dist/components/skeleton/skeleton-text.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton-text.vue.js +112 -0
- package/dist/components/skeleton/skeleton-text.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton.vue.cjs +125 -0
- package/dist/components/skeleton/skeleton.vue.cjs.map +1 -0
- package/dist/components/skeleton/skeleton.vue.js +126 -0
- package/dist/components/skeleton/skeleton.vue.js.map +1 -0
- package/dist/components/skeleton/skeleton_constants.cjs +27 -0
- package/dist/components/skeleton/skeleton_constants.cjs.map +1 -0
- package/dist/components/skeleton/skeleton_constants.js +27 -0
- package/dist/components/skeleton/skeleton_constants.js.map +1 -0
- package/dist/components/split_button/split_button-alpha.vue.cjs +113 -0
- package/dist/components/split_button/split_button-alpha.vue.cjs.map +1 -0
- package/dist/components/split_button/split_button-alpha.vue.js +114 -0
- package/dist/components/split_button/split_button-alpha.vue.js.map +1 -0
- package/dist/components/split_button/split_button-omega.vue.cjs +97 -0
- package/dist/components/split_button/split_button-omega.vue.cjs.map +1 -0
- package/dist/components/split_button/split_button-omega.vue.js +98 -0
- package/dist/components/split_button/split_button-omega.vue.js.map +1 -0
- package/dist/components/split_button/split_button.vue.cjs +283 -0
- package/dist/components/split_button/split_button.vue.cjs.map +1 -0
- package/dist/components/split_button/split_button.vue.js +284 -0
- package/dist/components/split_button/split_button.vue.js.map +1 -0
- package/dist/components/split_button/split_button_constants.cjs +11 -0
- package/dist/components/split_button/split_button_constants.cjs.map +1 -0
- package/dist/components/split_button/split_button_constants.js +11 -0
- package/dist/components/split_button/split_button_constants.js.map +1 -0
- package/dist/components/stack/stack.vue.cjs +82 -0
- package/dist/components/stack/stack.vue.cjs.map +1 -0
- package/dist/components/stack/stack.vue.js +83 -0
- package/dist/components/stack/stack.vue.js.map +1 -0
- package/dist/{chunks/stack_constants-SMzMWnAQ.js → components/stack/stack_constants.cjs} +2 -1
- package/dist/components/stack/stack_constants.cjs.map +1 -0
- package/dist/{chunks/stack_constants-HraCekPm.js → components/stack/stack_constants.js} +1 -1
- package/dist/components/stack/stack_constants.js.map +1 -0
- package/dist/components/stack/utils.cjs +68 -0
- package/dist/components/stack/utils.cjs.map +1 -0
- package/dist/components/stack/utils.js +68 -0
- package/dist/components/stack/utils.js.map +1 -0
- package/dist/components/stack/validators.cjs +26 -0
- package/dist/components/stack/validators.cjs.map +1 -0
- package/dist/components/stack/validators.js +26 -0
- package/dist/components/stack/validators.js.map +1 -0
- package/dist/components/tabs/tab.vue.cjs +119 -0
- package/dist/components/tabs/tab.vue.cjs.map +1 -0
- package/dist/components/tabs/tab.vue.js +120 -0
- package/dist/components/tabs/tab.vue.js.map +1 -0
- package/dist/{chunks/tab-FcsV5VmK.js → components/tabs/tab_group.vue.cjs} +24 -171
- package/dist/components/tabs/tab_group.vue.cjs.map +1 -0
- package/dist/{chunks/tab-V4cb44Ry.js → components/tabs/tab_group.vue.js} +19 -166
- package/dist/components/tabs/tab_group.vue.js.map +1 -0
- package/dist/components/tabs/tab_panel.vue.cjs +87 -0
- package/dist/components/tabs/tab_panel.vue.cjs.map +1 -0
- package/dist/components/tabs/tab_panel.vue.js +88 -0
- package/dist/components/tabs/tab_panel.vue.js.map +1 -0
- package/dist/components/tabs/tabs_constants.cjs +21 -0
- package/dist/components/tabs/tabs_constants.cjs.map +1 -0
- package/dist/components/tabs/tabs_constants.js +21 -0
- package/dist/components/tabs/tabs_constants.js.map +1 -0
- package/dist/components/toast/toast.vue.cjs +236 -0
- package/dist/components/toast/toast.vue.cjs.map +1 -0
- package/dist/components/toast/toast.vue.js +237 -0
- package/dist/components/toast/toast.vue.js.map +1 -0
- package/dist/components/toast/toast_constants.cjs +7 -0
- package/dist/components/toast/toast_constants.cjs.map +1 -0
- package/dist/components/toast/toast_constants.js +7 -0
- package/dist/components/toast/toast_constants.js.map +1 -0
- package/dist/components/toggle/toggle.vue.cjs +168 -0
- package/dist/components/toggle/toggle.vue.cjs.map +1 -0
- package/dist/components/toggle/toggle.vue.js +169 -0
- package/dist/components/toggle/toggle.vue.js.map +1 -0
- package/dist/components/toggle/toggle_constants.cjs +10 -0
- package/dist/components/toggle/toggle_constants.cjs.map +1 -0
- package/dist/components/toggle/toggle_constants.js +10 -0
- package/dist/components/toggle/toggle_constants.js.map +1 -0
- package/dist/components/tooltip/tooltip.vue.cjs +429 -0
- package/dist/components/tooltip/tooltip.vue.cjs.map +1 -0
- package/dist/components/tooltip/tooltip.vue.js +430 -0
- package/dist/components/tooltip/tooltip.vue.js.map +1 -0
- package/dist/components/tooltip/tooltip_constants.cjs +23 -0
- package/dist/components/tooltip/tooltip_constants.cjs.map +1 -0
- package/dist/components/tooltip/tooltip_constants.js +23 -0
- package/dist/components/tooltip/tooltip_constants.js.map +1 -0
- package/dist/components/validation_messages/validation_messages.vue.cjs +81 -0
- package/dist/components/validation_messages/validation_messages.vue.cjs.map +1 -0
- package/dist/components/validation_messages/validation_messages.vue.js +82 -0
- package/dist/components/validation_messages/validation_messages.vue.js.map +1 -0
- package/dist/dialtone-vue.cjs +320 -314
- package/dist/dialtone-vue.cjs.map +1 -1
- package/dist/dialtone-vue.js +218 -212
- package/dist/dialtone-vue.js.map +1 -1
- package/dist/directives/scrollbar/scrollbar.cjs +31 -0
- package/dist/directives/scrollbar/scrollbar.cjs.map +1 -0
- package/dist/directives/scrollbar/scrollbar.js +31 -0
- package/dist/directives/scrollbar/scrollbar.js.map +1 -0
- package/dist/directives/tooltip/tooltip.cjs +85 -0
- package/dist/directives/tooltip/tooltip.cjs.map +1 -0
- package/dist/directives/tooltip/tooltip.js +85 -0
- package/dist/directives/tooltip/tooltip.js.map +1 -0
- package/dist/lib/attachment-carousel.cjs +1 -257
- package/dist/lib/attachment-carousel.cjs.map +1 -1
- package/dist/lib/attachment-carousel.js +2 -258
- package/dist/lib/attachment-carousel.js.map +1 -1
- package/dist/lib/avatar.cjs +11 -400
- package/dist/lib/avatar.cjs.map +1 -1
- package/dist/lib/avatar.js +3 -392
- package/dist/lib/avatar.js.map +1 -1
- package/dist/lib/badge.cjs +6 -200
- package/dist/lib/badge.cjs.map +1 -1
- package/dist/lib/badge.js +3 -197
- package/dist/lib/badge.js.map +1 -1
- package/dist/lib/banner.cjs +1 -206
- package/dist/lib/banner.cjs.map +1 -1
- package/dist/lib/banner.js +2 -207
- package/dist/lib/banner.js.map +1 -1
- package/dist/lib/breadcrumbs.cjs +6 -146
- package/dist/lib/breadcrumbs.cjs.map +1 -1
- package/dist/lib/breadcrumbs.js +5 -145
- package/dist/lib/breadcrumbs.js.map +1 -1
- package/dist/lib/button-group.cjs +3 -44
- package/dist/lib/button-group.cjs.map +1 -1
- package/dist/lib/button-group.js +3 -44
- package/dist/lib/button-group.js.map +1 -1
- package/dist/lib/button.cjs +10 -350
- package/dist/lib/button.cjs.map +1 -1
- package/dist/lib/button.js +3 -343
- package/dist/lib/button.js.map +1 -1
- package/dist/lib/callbar-button-with-popover.cjs +1 -261
- package/dist/lib/callbar-button-with-popover.cjs.map +1 -1
- package/dist/lib/callbar-button-with-popover.js +2 -262
- package/dist/lib/callbar-button-with-popover.js.map +1 -1
- package/dist/lib/callbar-button.cjs +4 -179
- package/dist/lib/callbar-button.cjs.map +1 -1
- package/dist/lib/callbar-button.js +3 -178
- package/dist/lib/callbar-button.js.map +1 -1
- package/dist/lib/callbox.cjs +4 -143
- package/dist/lib/callbox.cjs.map +1 -1
- package/dist/lib/callbox.js +3 -142
- package/dist/lib/callbox.js.map +1 -1
- package/dist/lib/card.cjs +2 -71
- package/dist/lib/card.cjs.map +1 -1
- package/dist/lib/card.js +2 -71
- package/dist/lib/card.js.map +1 -1
- package/dist/lib/checkbox-group.cjs +1 -126
- package/dist/lib/checkbox-group.cjs.map +1 -1
- package/dist/lib/checkbox-group.js +2 -127
- package/dist/lib/checkbox-group.js.map +1 -1
- package/dist/lib/checkbox.cjs +1 -124
- package/dist/lib/checkbox.cjs.map +1 -1
- package/dist/lib/checkbox.js +2 -125
- package/dist/lib/checkbox.js.map +1 -1
- package/dist/lib/chip.cjs +6 -196
- package/dist/lib/chip.cjs.map +1 -1
- package/dist/lib/chip.js +3 -193
- package/dist/lib/chip.js.map +1 -1
- package/dist/lib/codeblock.cjs +1 -26
- package/dist/lib/codeblock.cjs.map +1 -1
- package/dist/lib/codeblock.js +2 -27
- package/dist/lib/codeblock.js.map +1 -1
- package/dist/lib/collapsible.cjs +2 -332
- package/dist/lib/collapsible.cjs.map +1 -1
- package/dist/lib/collapsible.js +2 -332
- package/dist/lib/collapsible.js.map +1 -1
- package/dist/lib/combobox-multi-select.cjs +5 -584
- package/dist/lib/combobox-multi-select.cjs.map +1 -1
- package/dist/lib/combobox-multi-select.js +3 -582
- package/dist/lib/combobox-multi-select.js.map +1 -1
- package/dist/lib/combobox-with-popover.cjs +2 -382
- package/dist/lib/combobox-with-popover.cjs.map +1 -1
- package/dist/lib/combobox-with-popover.js +2 -382
- package/dist/lib/combobox-with-popover.js.map +1 -1
- package/dist/lib/combobox.cjs +4 -16
- package/dist/lib/combobox.cjs.map +1 -1
- package/dist/lib/combobox.js +3 -15
- package/dist/lib/combobox.js.map +1 -1
- package/dist/lib/contact-centers-row.cjs +1 -163
- package/dist/lib/contact-centers-row.cjs.map +1 -1
- package/dist/lib/contact-centers-row.js +2 -164
- package/dist/lib/contact-centers-row.js.map +1 -1
- package/dist/lib/contact-info.cjs +1 -149
- package/dist/lib/contact-info.cjs.map +1 -1
- package/dist/lib/contact-info.js +2 -150
- package/dist/lib/contact-info.js.map +1 -1
- package/dist/lib/contact-row.cjs +1 -207
- package/dist/lib/contact-row.cjs.map +1 -1
- package/dist/lib/contact-row.js +2 -208
- package/dist/lib/contact-row.js.map +1 -1
- package/dist/lib/datepicker.cjs +7 -658
- package/dist/lib/datepicker.cjs.map +1 -1
- package/dist/lib/datepicker.js +3 -654
- package/dist/lib/datepicker.js.map +1 -1
- package/dist/lib/description-list.cjs +3 -111
- package/dist/lib/description-list.cjs.map +1 -1
- package/dist/lib/description-list.js +3 -111
- package/dist/lib/description-list.js.map +1 -1
- package/dist/lib/dropdown.cjs +5 -42
- package/dist/lib/dropdown.cjs.map +1 -1
- package/dist/lib/dropdown.js +5 -42
- package/dist/lib/dropdown.js.map +1 -1
- package/dist/lib/editor.cjs +1 -554
- package/dist/lib/editor.cjs.map +1 -1
- package/dist/lib/editor.js +2 -555
- package/dist/lib/editor.js.map +1 -1
- package/dist/lib/emoji-picker.cjs +7 -1147
- package/dist/lib/emoji-picker.cjs.map +1 -1
- package/dist/lib/emoji-picker.js +3 -1143
- package/dist/lib/emoji-picker.js.map +1 -1
- package/dist/lib/emoji-row.cjs +3 -83
- package/dist/lib/emoji-row.cjs.map +1 -1
- package/dist/lib/emoji-row.js +3 -83
- package/dist/lib/emoji-row.js.map +1 -1
- package/dist/lib/emoji-text-wrapper.cjs +2 -109
- package/dist/lib/emoji-text-wrapper.cjs.map +1 -1
- package/dist/lib/emoji-text-wrapper.js +2 -109
- package/dist/lib/emoji-text-wrapper.js.map +1 -1
- package/dist/lib/emoji.cjs +2 -142
- package/dist/lib/emoji.cjs.map +1 -1
- package/dist/lib/emoji.js +2 -142
- package/dist/lib/emoji.js.map +1 -1
- package/dist/lib/empty-state.cjs +3 -165
- package/dist/lib/empty-state.cjs.map +1 -1
- package/dist/lib/empty-state.js +3 -165
- package/dist/lib/empty-state.js.map +1 -1
- package/dist/lib/feed-item-row.cjs +4 -220
- package/dist/lib/feed-item-row.cjs.map +1 -1
- package/dist/lib/feed-item-row.js +3 -219
- package/dist/lib/feed-item-row.js.map +1 -1
- package/dist/lib/feed-pill.cjs +3 -146
- package/dist/lib/feed-pill.cjs.map +1 -1
- package/dist/lib/feed-pill.js +3 -146
- package/dist/lib/feed-pill.js.map +1 -1
- package/dist/lib/general-row.cjs +8 -444
- package/dist/lib/general-row.cjs.map +1 -1
- package/dist/lib/general-row.js +3 -439
- package/dist/lib/general-row.js.map +1 -1
- package/dist/lib/group-row.cjs +1 -112
- package/dist/lib/group-row.cjs.map +1 -1
- package/dist/lib/group-row.js +2 -113
- package/dist/lib/group-row.js.map +1 -1
- package/dist/lib/grouped-chip.cjs +1 -42
- package/dist/lib/grouped-chip.cjs.map +1 -1
- package/dist/lib/grouped-chip.js +2 -43
- package/dist/lib/grouped-chip.js.map +1 -1
- package/dist/lib/hovercard.cjs +1 -224
- package/dist/lib/hovercard.cjs.map +1 -1
- package/dist/lib/hovercard.js +2 -225
- package/dist/lib/hovercard.js.map +1 -1
- package/dist/lib/icon.cjs +3 -55
- package/dist/lib/icon.cjs.map +1 -1
- package/dist/lib/icon.js +3 -55
- package/dist/lib/icon.js.map +1 -1
- package/dist/lib/illustration.cjs +4 -40
- package/dist/lib/illustration.cjs.map +1 -1
- package/dist/lib/illustration.js +3 -39
- package/dist/lib/illustration.js.map +1 -1
- package/dist/lib/image-viewer.cjs +2 -198
- package/dist/lib/image-viewer.cjs.map +1 -1
- package/dist/lib/image-viewer.js +2 -198
- package/dist/lib/image-viewer.js.map +1 -1
- package/dist/lib/input-group.cjs +2 -89
- package/dist/lib/input-group.cjs.map +1 -1
- package/dist/lib/input-group.js +2 -89
- package/dist/lib/input-group.js.map +1 -1
- package/dist/lib/input.cjs +5 -471
- package/dist/lib/input.cjs.map +1 -1
- package/dist/lib/input.js +3 -469
- package/dist/lib/input.js.map +1 -1
- package/dist/lib/item-layout.cjs +2 -38
- package/dist/lib/item-layout.cjs.map +1 -1
- package/dist/lib/item-layout.js +2 -38
- package/dist/lib/item-layout.js.map +1 -1
- package/dist/lib/ivr-node.cjs +13 -211
- package/dist/lib/ivr-node.cjs.map +1 -1
- package/dist/lib/ivr-node.js +3 -201
- package/dist/lib/ivr-node.js.map +1 -1
- package/dist/lib/keyboard-shortcut.cjs +5 -103
- package/dist/lib/keyboard-shortcut.cjs.map +1 -1
- package/dist/lib/keyboard-shortcut.js +3 -101
- package/dist/lib/keyboard-shortcut.js.map +1 -1
- package/dist/lib/lazy-show.cjs +2 -78
- package/dist/lib/lazy-show.cjs.map +1 -1
- package/dist/lib/lazy-show.js +2 -78
- package/dist/lib/lazy-show.js.map +1 -1
- package/dist/lib/link.cjs +3 -80
- package/dist/lib/link.cjs.map +1 -1
- package/dist/lib/link.js +3 -80
- package/dist/lib/link.js.map +1 -1
- package/dist/lib/list-item-group.cjs +1 -57
- package/dist/lib/list-item-group.cjs.map +1 -1
- package/dist/lib/list-item-group.js +2 -58
- package/dist/lib/list-item-group.js.map +1 -1
- package/dist/lib/list-item.cjs +3 -200
- package/dist/lib/list-item.cjs.map +1 -1
- package/dist/lib/list-item.js +3 -200
- package/dist/lib/list-item.js.map +1 -1
- package/dist/lib/message-input.cjs +1 -647
- package/dist/lib/message-input.cjs.map +1 -1
- package/dist/lib/message-input.js +2 -648
- package/dist/lib/message-input.js.map +1 -1
- package/dist/lib/modal.cjs +5 -347
- package/dist/lib/modal.cjs.map +1 -1
- package/dist/lib/modal.js +3 -345
- package/dist/lib/modal.js.map +1 -1
- package/dist/lib/notice.cjs +9 -164
- package/dist/lib/notice.cjs.map +1 -1
- package/dist/lib/notice.js +9 -164
- package/dist/lib/notice.js.map +1 -1
- package/dist/lib/pagination.cjs +1 -149
- package/dist/lib/pagination.cjs.map +1 -1
- package/dist/lib/pagination.js +2 -150
- package/dist/lib/pagination.js.map +1 -1
- package/dist/lib/popover.cjs +3 -1014
- package/dist/lib/popover.cjs.map +1 -1
- package/dist/lib/popover.js +3 -1015
- package/dist/lib/popover.js.map +1 -1
- package/dist/lib/presence.cjs +5 -63
- package/dist/lib/presence.cjs.map +1 -1
- package/dist/lib/presence.js +3 -61
- package/dist/lib/presence.js.map +1 -1
- package/dist/lib/radio-group.cjs +1 -95
- package/dist/lib/radio-group.cjs.map +1 -1
- package/dist/lib/radio-group.js +2 -96
- package/dist/lib/radio-group.js.map +1 -1
- package/dist/lib/radio.cjs +3 -115
- package/dist/lib/radio.cjs.map +1 -1
- package/dist/lib/radio.js +3 -115
- package/dist/lib/radio.js.map +1 -1
- package/dist/lib/rich-text-editor.cjs +5 -1705
- package/dist/lib/rich-text-editor.cjs.map +1 -1
- package/dist/lib/rich-text-editor.js +3 -1703
- package/dist/lib/rich-text-editor.js.map +1 -1
- package/dist/lib/root-layout.cjs +4 -127
- package/dist/lib/root-layout.cjs.map +1 -1
- package/dist/lib/root-layout.js +3 -126
- package/dist/lib/root-layout.js.map +1 -1
- package/dist/lib/scrollbar-directive.cjs +2 -2438
- package/dist/lib/scrollbar-directive.cjs.map +1 -1
- package/dist/lib/scrollbar-directive.js +2 -2438
- package/dist/lib/scrollbar-directive.js.map +1 -1
- package/dist/lib/select-menu.cjs +4 -279
- package/dist/lib/select-menu.cjs.map +1 -1
- package/dist/lib/select-menu.js +3 -278
- package/dist/lib/select-menu.js.map +1 -1
- package/dist/lib/settings-menu-button.cjs +1 -62
- package/dist/lib/settings-menu-button.cjs.map +1 -1
- package/dist/lib/settings-menu-button.js +2 -63
- package/dist/lib/settings-menu-button.js.map +1 -1
- package/dist/lib/skeleton.cjs +16 -610
- package/dist/lib/skeleton.cjs.map +1 -1
- package/dist/lib/skeleton.js +11 -605
- package/dist/lib/skeleton.js.map +1 -1
- package/dist/lib/split-button.cjs +3 -508
- package/dist/lib/split-button.cjs.map +1 -1
- package/dist/lib/split-button.js +3 -508
- package/dist/lib/split-button.js.map +1 -1
- package/dist/lib/stack.cjs +3 -159
- package/dist/lib/stack.cjs.map +1 -1
- package/dist/lib/stack.js +3 -159
- package/dist/lib/stack.js.map +1 -1
- package/dist/lib/tabs.cjs +10 -96
- package/dist/lib/tabs.cjs.map +1 -1
- package/dist/lib/tabs.js +7 -93
- package/dist/lib/tabs.js.map +1 -1
- package/dist/lib/time-pill.cjs +1 -44
- package/dist/lib/time-pill.cjs.map +1 -1
- package/dist/lib/time-pill.js +2 -45
- package/dist/lib/time-pill.js.map +1 -1
- package/dist/lib/toast.cjs +4 -244
- package/dist/lib/toast.cjs.map +1 -1
- package/dist/lib/toast.js +3 -243
- package/dist/lib/toast.js.map +1 -1
- package/dist/lib/toggle.cjs +4 -174
- package/dist/lib/toggle.cjs.map +1 -1
- package/dist/lib/toggle.js +3 -173
- package/dist/lib/toggle.js.map +1 -1
- package/dist/lib/tooltip-directive.cjs +2 -85
- package/dist/lib/tooltip-directive.cjs.map +1 -1
- package/dist/lib/tooltip-directive.js +2 -85
- package/dist/lib/tooltip-directive.js.map +1 -1
- package/dist/lib/tooltip.cjs +8 -439
- package/dist/lib/tooltip.cjs.map +1 -1
- package/dist/lib/tooltip.js +3 -435
- package/dist/lib/tooltip.js.map +1 -1
- package/dist/lib/top-banner-info.cjs +3 -60
- package/dist/lib/top-banner-info.cjs.map +1 -1
- package/dist/lib/top-banner-info.js +3 -60
- package/dist/lib/top-banner-info.js.map +1 -1
- package/dist/lib/unread-pill.cjs +4 -60
- package/dist/lib/unread-pill.cjs.map +1 -1
- package/dist/lib/unread-pill.js +3 -59
- package/dist/lib/unread-pill.js.map +1 -1
- package/dist/lib/validation-messages.cjs +2 -83
- package/dist/lib/validation-messages.cjs.map +1 -1
- package/dist/lib/validation-messages.js +2 -83
- package/dist/lib/validation-messages.js.map +1 -1
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.cjs +174 -0
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.js +175 -0
- package/dist/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
- package/dist/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +251 -0
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +252 -0
- package/dist/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
- package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs +130 -0
- package/dist/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
- package/dist/recipes/cards/ivr_node/ivr_node.vue.js +131 -0
- package/dist/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
- package/dist/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
- package/dist/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
- package/dist/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
- package/dist/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.cjs +35 -0
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.js +36 -0
- package/dist/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +538 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +539 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
- package/dist/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
- package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +363 -0
- package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
- package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +364 -0
- package/dist/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +143 -0
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +144 -0
- package/dist/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +72 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +73 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +46 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +47 -0
- package/dist/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
- package/dist/recipes/conversation_view/editor/editor.vue.cjs +496 -0
- package/dist/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/editor/editor.vue.js +497 -0
- package/dist/recipes/conversation_view/editor/editor.vue.js.map +1 -0
- package/dist/recipes/conversation_view/editor/editor_constants.cjs +14 -0
- package/dist/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
- package/dist/recipes/conversation_view/editor/editor_constants.js +14 -0
- package/dist/recipes/conversation_view/editor/editor_constants.js.map +1 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +66 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.js +67 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
- package/dist/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +205 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +206 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
- package/dist/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +133 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +134 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
- package/dist/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +45 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +46 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
- package/dist/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
- package/dist/recipes/conversation_view/message_input/message_input.vue.cjs +530 -0
- package/dist/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/message_input/message_input.vue.js +531 -0
- package/dist/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.cjs +46 -0
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.js +47 -0
- package/dist/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +59 -0
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js +60 -0
- package/dist/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
- package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs +143 -0
- package/dist/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
- package/dist/recipes/item_layout/contact_info/contact_info.vue.js +144 -0
- package/dist/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
- package/dist/recipes/leftbar/callbox/callbox.vue.cjs +127 -0
- package/dist/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/callbox/callbox.vue.js +128 -0
- package/dist/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
- package/dist/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
- package/dist/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
- package/dist/recipes/leftbar/callbox/callbox_constants.js +13 -0
- package/dist/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +154 -0
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +155 -0
- package/dist/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
- package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs +191 -0
- package/dist/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/contact_row/contact_row.vue.js +192 -0
- package/dist/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
- package/dist/recipes/leftbar/general_row/general_row.vue.cjs +317 -0
- package/dist/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/general_row/general_row.vue.js +318 -0
- package/dist/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
- package/dist/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
- package/dist/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
- package/dist/recipes/leftbar/general_row/general_row_constants.js +58 -0
- package/dist/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +65 -0
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +66 -0
- package/dist/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
- package/dist/recipes/leftbar/group_row/group_row.vue.cjs +97 -0
- package/dist/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/group_row/group_row.vue.js +98 -0
- package/dist/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs +56 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js +57 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
- package/dist/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.cjs +52 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.js +53 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
- package/dist/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
- package/dist/style.css +1016 -1659
- package/package.json +8 -6
- package/dist/chunks/_plugin-vue2_normalizer-1aBeR4AK.js +0 -59
- package/dist/chunks/_plugin-vue2_normalizer-1aBeR4AK.js.map +0 -1
- package/dist/chunks/_plugin-vue2_normalizer-sOSkiPF3.js +0 -60
- package/dist/chunks/_plugin-vue2_normalizer-sOSkiPF3.js.map +0 -1
- package/dist/chunks/dropdown-6UoczdUY.js.map +0 -1
- package/dist/chunks/dropdown-pHxnQPzT.js.map +0 -1
- package/dist/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
- package/dist/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
- package/dist/chunks/icon_constants-H9ahUVCG.js.map +0 -1
- package/dist/chunks/icon_constants-da57m7BZ.js.map +0 -1
- package/dist/chunks/index-ODod4Oj_.js +0 -175
- package/dist/chunks/index-ODod4Oj_.js.map +0 -1
- package/dist/chunks/index-anN_sx1F.js +0 -169
- package/dist/chunks/index-anN_sx1F.js.map +0 -1
- package/dist/chunks/index-eJ-WWRdf.js.map +0 -1
- package/dist/chunks/index-gj1jEXP4.js.map +0 -1
- package/dist/chunks/input-6kbd8Pju.js.map +0 -1
- package/dist/chunks/input-Axw-wFj2.js.map +0 -1
- package/dist/chunks/input_group-m3cWYUfI.js.map +0 -1
- package/dist/chunks/input_group-qVZaS5Bb.js.map +0 -1
- package/dist/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
- package/dist/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
- package/dist/chunks/link_constants-AfTWrr-n.js.map +0 -1
- package/dist/chunks/link_constants-x8NwdqmA.js.map +0 -1
- package/dist/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
- package/dist/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
- package/dist/chunks/modal-VgxXAQFP.js.map +0 -1
- package/dist/chunks/modal-XOr4kiNZ.js.map +0 -1
- package/dist/chunks/notice_action-IRUoLX2d.js +0 -196
- package/dist/chunks/notice_action-IRUoLX2d.js.map +0 -1
- package/dist/chunks/notice_action-P6uDyE9x.js +0 -195
- package/dist/chunks/notice_action-P6uDyE9x.js.map +0 -1
- package/dist/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
- package/dist/chunks/notice_constants-UXo9e3bS.js.map +0 -1
- package/dist/chunks/popover_constants-WsOUIY-m.js.map +0 -1
- package/dist/chunks/popover_constants-XnGWXaxX.js.map +0 -1
- package/dist/chunks/sr_only_close_button-81bHIpPu.js +0 -95
- package/dist/chunks/sr_only_close_button-81bHIpPu.js.map +0 -1
- package/dist/chunks/sr_only_close_button-ZaGdAHz7.js +0 -94
- package/dist/chunks/sr_only_close_button-ZaGdAHz7.js.map +0 -1
- package/dist/chunks/stack_constants-HraCekPm.js.map +0 -1
- package/dist/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
- package/dist/chunks/tab-FcsV5VmK.js.map +0 -1
- package/dist/chunks/tab-V4cb44Ry.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button_constants.cjs","sources":["../../../components/button/button_constants.js"],"sourcesContent":["export const BUTTON_SIZE_MODIFIERS = {\n xs: 'd-btn--xs',\n sm: 'd-btn--sm',\n md: '',\n lg: 'd-btn--lg',\n xl: 'd-btn--xl',\n};\n\nexport const BUTTON_KIND_MODIFIERS = {\n default: '',\n muted: 'd-btn--muted',\n danger: 'd-btn--danger',\n inverted: 'd-btn--inverted',\n};\n\nexport const BUTTON_IMPORTANCE_MODIFIERS = {\n clear: '',\n primary: 'd-btn--primary',\n outlined: 'd-btn--outlined',\n};\n\nexport const BUTTON_TYPES = ['submit', 'reset', 'button'];\n\nexport const ICON_POSITION_MODIFIERS = {\n left: 'd-btn__icon--left',\n right: 'd-btn__icon--right',\n top: 'd-btn__icon--top',\n bottom: 'd-btn__icon--bottom',\n};\n\nexport const INVALID_COMBINATION = [\n {\n circle: true,\n kind: 'default',\n importance: 'primary',\n message: _invalidCombinationMessage(true, 'default', 'primary'),\n },\n {\n circle: true,\n kind: 'danger',\n importance: 'outlined',\n message: _invalidCombinationMessage(true, 'danger', 'outlined'),\n },\n {\n circle: true,\n kind: 'muted',\n importance: 'primary',\n message: _invalidCombinationMessage(true, 'muted', 'primary'),\n },\n {\n circle: false,\n kind: 'muted',\n importance: 'primary',\n message: _invalidCombinationMessage(false, 'muted', 'primary'),\n },\n];\n\nexport const BUTTON_ICON_SIZES = {\n xs: '200',\n sm: '200',\n md: '300',\n lg: '400',\n xl: '500',\n};\n\nfunction _invalidCombinationMessage (circle, kind, importance) {\n return `You cannot have a ${circle ? 'circle ' : ''}button \\\nwith kind: ${kind} and importance: ${importance} as it \\\ndoes not exist in our design system. \\\nSee https://dialtone.dialpad.com/components/button.html for a \\\nlist of available button styles`;\n}\n\nexport default {\n BUTTON_SIZE_MODIFIERS,\n BUTTON_KIND_MODIFIERS,\n BUTTON_IMPORTANCE_MODIFIERS,\n BUTTON_TYPES,\n ICON_POSITION_MODIFIERS,\n INVALID_COMBINATION,\n BUTTON_ICON_SIZES,\n};\n"],"names":[],"mappings":";;AAAY,MAAC,wBAAwB;AAAA,EACnC,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN;AAEY,MAAC,wBAAwB;AAAA,EACnC,SAAS;AAAA,EACT,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AACZ;AAEY,MAAC,8BAA8B;AAAA,EACzC,OAAO;AAAA,EACP,SAAS;AAAA,EACT,UAAU;AACZ;AAEY,MAAC,eAAe,CAAC,UAAU,SAAS,QAAQ;AAE5C,MAAC,0BAA0B;AAAA,EACrC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,KAAK;AAAA,EACL,QAAQ;AACV;AAEY,MAAC,sBAAsB;AAAA,EACjC;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,SAAS,2BAA2B,MAAM,WAAW,SAAS;AAAA,EAC/D;AAAA,EACD;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,SAAS,2BAA2B,MAAM,UAAU,UAAU;AAAA,EAC/D;AAAA,EACD;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,SAAS,2BAA2B,MAAM,SAAS,SAAS;AAAA,EAC7D;AAAA,EACD;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,SAAS,2BAA2B,OAAO,SAAS,SAAS;AAAA,EAC9D;AACH;AAEY,MAAC,oBAAoB;AAAA,EAC/B,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN;AAEA,SAAS,2BAA4B,QAAQ,MAAM,YAAY;AAC7D,SAAO,qBAAqB,SAAS,YAAY,EAAE,qBACxC,IAAI,oBAAoB,UAAU;AAI/C;;;;;;;;"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
const BUTTON_SIZE_MODIFIERS = {
|
|
2
|
+
xs: "d-btn--xs",
|
|
3
|
+
sm: "d-btn--sm",
|
|
4
|
+
md: "",
|
|
5
|
+
lg: "d-btn--lg",
|
|
6
|
+
xl: "d-btn--xl"
|
|
7
|
+
};
|
|
8
|
+
const BUTTON_KIND_MODIFIERS = {
|
|
9
|
+
default: "",
|
|
10
|
+
muted: "d-btn--muted",
|
|
11
|
+
danger: "d-btn--danger",
|
|
12
|
+
inverted: "d-btn--inverted"
|
|
13
|
+
};
|
|
14
|
+
const BUTTON_IMPORTANCE_MODIFIERS = {
|
|
15
|
+
clear: "",
|
|
16
|
+
primary: "d-btn--primary",
|
|
17
|
+
outlined: "d-btn--outlined"
|
|
18
|
+
};
|
|
19
|
+
const BUTTON_TYPES = ["submit", "reset", "button"];
|
|
20
|
+
const ICON_POSITION_MODIFIERS = {
|
|
21
|
+
left: "d-btn__icon--left",
|
|
22
|
+
right: "d-btn__icon--right",
|
|
23
|
+
top: "d-btn__icon--top",
|
|
24
|
+
bottom: "d-btn__icon--bottom"
|
|
25
|
+
};
|
|
26
|
+
const INVALID_COMBINATION = [
|
|
27
|
+
{
|
|
28
|
+
circle: true,
|
|
29
|
+
kind: "default",
|
|
30
|
+
importance: "primary",
|
|
31
|
+
message: _invalidCombinationMessage(true, "default", "primary")
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
circle: true,
|
|
35
|
+
kind: "danger",
|
|
36
|
+
importance: "outlined",
|
|
37
|
+
message: _invalidCombinationMessage(true, "danger", "outlined")
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
circle: true,
|
|
41
|
+
kind: "muted",
|
|
42
|
+
importance: "primary",
|
|
43
|
+
message: _invalidCombinationMessage(true, "muted", "primary")
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
circle: false,
|
|
47
|
+
kind: "muted",
|
|
48
|
+
importance: "primary",
|
|
49
|
+
message: _invalidCombinationMessage(false, "muted", "primary")
|
|
50
|
+
}
|
|
51
|
+
];
|
|
52
|
+
const BUTTON_ICON_SIZES = {
|
|
53
|
+
xs: "200",
|
|
54
|
+
sm: "200",
|
|
55
|
+
md: "300",
|
|
56
|
+
lg: "400",
|
|
57
|
+
xl: "500"
|
|
58
|
+
};
|
|
59
|
+
function _invalidCombinationMessage(circle, kind, importance) {
|
|
60
|
+
return `You cannot have a ${circle ? "circle " : ""}button with kind: ${kind} and importance: ${importance} as it does not exist in our design system. See https://dialtone.dialpad.com/components/button.html for a list of available button styles`;
|
|
61
|
+
}
|
|
62
|
+
export {
|
|
63
|
+
BUTTON_ICON_SIZES,
|
|
64
|
+
BUTTON_IMPORTANCE_MODIFIERS,
|
|
65
|
+
BUTTON_KIND_MODIFIERS,
|
|
66
|
+
BUTTON_SIZE_MODIFIERS,
|
|
67
|
+
BUTTON_TYPES,
|
|
68
|
+
ICON_POSITION_MODIFIERS,
|
|
69
|
+
INVALID_COMBINATION
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=button_constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button_constants.js","sources":["../../../components/button/button_constants.js"],"sourcesContent":["export const BUTTON_SIZE_MODIFIERS = {\n xs: 'd-btn--xs',\n sm: 'd-btn--sm',\n md: '',\n lg: 'd-btn--lg',\n xl: 'd-btn--xl',\n};\n\nexport const BUTTON_KIND_MODIFIERS = {\n default: '',\n muted: 'd-btn--muted',\n danger: 'd-btn--danger',\n inverted: 'd-btn--inverted',\n};\n\nexport const BUTTON_IMPORTANCE_MODIFIERS = {\n clear: '',\n primary: 'd-btn--primary',\n outlined: 'd-btn--outlined',\n};\n\nexport const BUTTON_TYPES = ['submit', 'reset', 'button'];\n\nexport const ICON_POSITION_MODIFIERS = {\n left: 'd-btn__icon--left',\n right: 'd-btn__icon--right',\n top: 'd-btn__icon--top',\n bottom: 'd-btn__icon--bottom',\n};\n\nexport const INVALID_COMBINATION = [\n {\n circle: true,\n kind: 'default',\n importance: 'primary',\n message: _invalidCombinationMessage(true, 'default', 'primary'),\n },\n {\n circle: true,\n kind: 'danger',\n importance: 'outlined',\n message: _invalidCombinationMessage(true, 'danger', 'outlined'),\n },\n {\n circle: true,\n kind: 'muted',\n importance: 'primary',\n message: _invalidCombinationMessage(true, 'muted', 'primary'),\n },\n {\n circle: false,\n kind: 'muted',\n importance: 'primary',\n message: _invalidCombinationMessage(false, 'muted', 'primary'),\n },\n];\n\nexport const BUTTON_ICON_SIZES = {\n xs: '200',\n sm: '200',\n md: '300',\n lg: '400',\n xl: '500',\n};\n\nfunction _invalidCombinationMessage (circle, kind, importance) {\n return `You cannot have a ${circle ? 'circle ' : ''}button \\\nwith kind: ${kind} and importance: ${importance} as it \\\ndoes not exist in our design system. \\\nSee https://dialtone.dialpad.com/components/button.html for a \\\nlist of available button styles`;\n}\n\nexport default {\n BUTTON_SIZE_MODIFIERS,\n BUTTON_KIND_MODIFIERS,\n BUTTON_IMPORTANCE_MODIFIERS,\n BUTTON_TYPES,\n ICON_POSITION_MODIFIERS,\n INVALID_COMBINATION,\n BUTTON_ICON_SIZES,\n};\n"],"names":[],"mappings":"AAAY,MAAC,wBAAwB;AAAA,EACnC,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN;AAEY,MAAC,wBAAwB;AAAA,EACnC,SAAS;AAAA,EACT,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AACZ;AAEY,MAAC,8BAA8B;AAAA,EACzC,OAAO;AAAA,EACP,SAAS;AAAA,EACT,UAAU;AACZ;AAEY,MAAC,eAAe,CAAC,UAAU,SAAS,QAAQ;AAE5C,MAAC,0BAA0B;AAAA,EACrC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,KAAK;AAAA,EACL,QAAQ;AACV;AAEY,MAAC,sBAAsB;AAAA,EACjC;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,SAAS,2BAA2B,MAAM,WAAW,SAAS;AAAA,EAC/D;AAAA,EACD;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,SAAS,2BAA2B,MAAM,UAAU,UAAU;AAAA,EAC/D;AAAA,EACD;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,SAAS,2BAA2B,MAAM,SAAS,SAAS;AAAA,EAC7D;AAAA,EACD;AAAA,IACE,QAAQ;AAAA,IACR,MAAM;AAAA,IACN,YAAY;AAAA,IACZ,SAAS,2BAA2B,OAAO,SAAS,SAAS;AAAA,EAC9D;AACH;AAEY,MAAC,oBAAoB;AAAA,EAC/B,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN;AAEA,SAAS,2BAA4B,QAAQ,MAAM,YAAY;AAC7D,SAAO,qBAAqB,SAAS,YAAY,EAAE,qBACxC,IAAI,oBAAoB,UAAU;AAI/C;"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const button_group_constants = require("./button_group_constants.cjs");
|
|
3
|
+
const _pluginVue2_normalizer = require("../../_virtual/_plugin-vue2_normalizer.cjs");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "DtButtonGroup",
|
|
6
|
+
props: {
|
|
7
|
+
/**
|
|
8
|
+
* Alignment of the buttons inside the container
|
|
9
|
+
*/
|
|
10
|
+
alignment: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: "start",
|
|
13
|
+
validator: (alignment) => Object.keys(button_group_constants.BUTTON_GROUP_ALIGNMENT).includes(alignment)
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
data() {
|
|
17
|
+
return {
|
|
18
|
+
BUTTON_GROUP_ALIGNMENT: button_group_constants.BUTTON_GROUP_ALIGNMENT
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
var _sfc_render = function render() {
|
|
23
|
+
var _vm = this, _c = _vm._self._c;
|
|
24
|
+
return _c("div", { class: [
|
|
25
|
+
"d-btn-group",
|
|
26
|
+
_vm.BUTTON_GROUP_ALIGNMENT[_vm.alignment]
|
|
27
|
+
], attrs: { "role": "group" } }, [_vm._t("default")], 2);
|
|
28
|
+
};
|
|
29
|
+
var _sfc_staticRenderFns = [];
|
|
30
|
+
var __component__ = /* @__PURE__ */ _pluginVue2_normalizer(
|
|
31
|
+
_sfc_main,
|
|
32
|
+
_sfc_render,
|
|
33
|
+
_sfc_staticRenderFns,
|
|
34
|
+
false,
|
|
35
|
+
null,
|
|
36
|
+
null
|
|
37
|
+
);
|
|
38
|
+
const button_group = __component__.exports;
|
|
39
|
+
module.exports = button_group;
|
|
40
|
+
//# sourceMappingURL=button_group.vue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button_group.vue.cjs","sources":["../../../components/button_group/button_group.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n 'd-btn-group',\n BUTTON_GROUP_ALIGNMENT[alignment],\n ]\"\n role=\"group\"\n >\n <!-- @slot Default slot for button items -->\n <slot />\n </div>\n</template>\n\n<script>\nimport { BUTTON_GROUP_ALIGNMENT } from './button_group_constants';\n\nexport default {\n name: 'DtButtonGroup',\n\n props: {\n /**\n * Alignment of the buttons inside the container\n */\n alignment: {\n type: String,\n default: 'start',\n validator: (alignment) => Object.keys(BUTTON_GROUP_ALIGNMENT).includes(alignment),\n },\n },\n\n data () {\n return {\n BUTTON_GROUP_ALIGNMENT,\n };\n },\n};\n</script>\n"],"names":["BUTTON_GROUP_ALIGNMENT"],"mappings":";;;AAgBA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAA,cAAA,OAAA,KAAAA,6CAAA,EAAA,SAAA,SAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AACA,WAAA;AAAA,MACA,wBAAAA,uBAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { BUTTON_GROUP_ALIGNMENT } from "./button_group_constants.js";
|
|
2
|
+
import normalizeComponent from "../../_virtual/_plugin-vue2_normalizer.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "DtButtonGroup",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* Alignment of the buttons inside the container
|
|
8
|
+
*/
|
|
9
|
+
alignment: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: "start",
|
|
12
|
+
validator: (alignment) => Object.keys(BUTTON_GROUP_ALIGNMENT).includes(alignment)
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
data() {
|
|
16
|
+
return {
|
|
17
|
+
BUTTON_GROUP_ALIGNMENT
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
var _sfc_render = function render() {
|
|
22
|
+
var _vm = this, _c = _vm._self._c;
|
|
23
|
+
return _c("div", { class: [
|
|
24
|
+
"d-btn-group",
|
|
25
|
+
_vm.BUTTON_GROUP_ALIGNMENT[_vm.alignment]
|
|
26
|
+
], attrs: { "role": "group" } }, [_vm._t("default")], 2);
|
|
27
|
+
};
|
|
28
|
+
var _sfc_staticRenderFns = [];
|
|
29
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
30
|
+
_sfc_main,
|
|
31
|
+
_sfc_render,
|
|
32
|
+
_sfc_staticRenderFns,
|
|
33
|
+
false,
|
|
34
|
+
null,
|
|
35
|
+
null
|
|
36
|
+
);
|
|
37
|
+
const button_group = __component__.exports;
|
|
38
|
+
export {
|
|
39
|
+
button_group as default
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=button_group.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button_group.vue.js","sources":["../../../components/button_group/button_group.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n 'd-btn-group',\n BUTTON_GROUP_ALIGNMENT[alignment],\n ]\"\n role=\"group\"\n >\n <!-- @slot Default slot for button items -->\n <slot />\n </div>\n</template>\n\n<script>\nimport { BUTTON_GROUP_ALIGNMENT } from './button_group_constants';\n\nexport default {\n name: 'DtButtonGroup',\n\n props: {\n /**\n * Alignment of the buttons inside the container\n */\n alignment: {\n type: String,\n default: 'start',\n validator: (alignment) => Object.keys(BUTTON_GROUP_ALIGNMENT).includes(alignment),\n },\n },\n\n data () {\n return {\n BUTTON_GROUP_ALIGNMENT,\n };\n },\n};\n</script>\n"],"names":[],"mappings":";;AAgBA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA,IAIA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,MACA,WAAA,CAAA,cAAA,OAAA,KAAA,sBAAA,EAAA,SAAA,SAAA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AACA,WAAA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const BUTTON_GROUP_ALIGNMENT = {
|
|
4
|
+
start: "d-btn-group--start",
|
|
5
|
+
end: "d-btn-group--end",
|
|
6
|
+
"space-between": "d-btn-group--space-between"
|
|
7
|
+
};
|
|
8
|
+
exports.BUTTON_GROUP_ALIGNMENT = BUTTON_GROUP_ALIGNMENT;
|
|
9
|
+
//# sourceMappingURL=button_group_constants.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button_group_constants.cjs","sources":["../../../components/button_group/button_group_constants.js"],"sourcesContent":["export const BUTTON_GROUP_ALIGNMENT = {\n start: 'd-btn-group--start',\n end: 'd-btn-group--end',\n 'space-between': 'd-btn-group--space-between',\n};\n"],"names":[],"mappings":";;AAAY,MAAC,yBAAyB;AAAA,EACpC,OAAO;AAAA,EACP,KAAK;AAAA,EACL,iBAAiB;AACnB;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button_group_constants.js","sources":["../../../components/button_group/button_group_constants.js"],"sourcesContent":["export const BUTTON_GROUP_ALIGNMENT = {\n start: 'd-btn-group--start',\n end: 'd-btn-group--end',\n 'space-between': 'd-btn-group--space-between',\n};\n"],"names":[],"mappings":"AAAY,MAAC,yBAAyB;AAAA,EACpC,OAAO;AAAA,EACP,KAAK;AAAA,EACL,iBAAiB;AACnB;"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const _pluginVue2_normalizer = require("../../_virtual/_plugin-vue2_normalizer.cjs");
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "DtCard",
|
|
5
|
+
props: {
|
|
6
|
+
/**
|
|
7
|
+
* The maximum height of the card content.
|
|
8
|
+
* If given, makes content area scrollable.
|
|
9
|
+
*/
|
|
10
|
+
maxHeight: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: null
|
|
13
|
+
},
|
|
14
|
+
/**
|
|
15
|
+
* class for card container.
|
|
16
|
+
*/
|
|
17
|
+
containerClass: {
|
|
18
|
+
type: [String, Array, Object],
|
|
19
|
+
default: ""
|
|
20
|
+
},
|
|
21
|
+
/**
|
|
22
|
+
* class for card content.
|
|
23
|
+
*/
|
|
24
|
+
contentClass: {
|
|
25
|
+
type: [String, Array, Object],
|
|
26
|
+
default: ""
|
|
27
|
+
},
|
|
28
|
+
/**
|
|
29
|
+
* class for card header.
|
|
30
|
+
*/
|
|
31
|
+
headerClass: {
|
|
32
|
+
type: [String, Array, Object],
|
|
33
|
+
default: ""
|
|
34
|
+
},
|
|
35
|
+
/**
|
|
36
|
+
* class for card footer.
|
|
37
|
+
*/
|
|
38
|
+
footerClass: {
|
|
39
|
+
type: [String, Array, Object],
|
|
40
|
+
default: ""
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
var _sfc_render = function render() {
|
|
45
|
+
var _vm = this, _c = _vm._self._c;
|
|
46
|
+
return _c("div", { class: [
|
|
47
|
+
"d-card",
|
|
48
|
+
_vm.containerClass
|
|
49
|
+
], attrs: { "data-qa": "dt-card" } }, [_vm.$slots.header ? _c("div", { class: [
|
|
50
|
+
"d-card__header",
|
|
51
|
+
_vm.headerClass
|
|
52
|
+
] }, [_vm._t("header")], 2) : _vm._e(), _c("div", { class: [
|
|
53
|
+
"d-card__content",
|
|
54
|
+
_vm.contentClass
|
|
55
|
+
], style: { "max-height": _vm.maxHeight } }, [_vm._t("content")], 2), _vm.$slots.footer ? _c("div", { class: [
|
|
56
|
+
"d-card__footer",
|
|
57
|
+
_vm.footerClass
|
|
58
|
+
] }, [_vm._t("footer")], 2) : _vm._e()]);
|
|
59
|
+
};
|
|
60
|
+
var _sfc_staticRenderFns = [];
|
|
61
|
+
var __component__ = /* @__PURE__ */ _pluginVue2_normalizer(
|
|
62
|
+
_sfc_main,
|
|
63
|
+
_sfc_render,
|
|
64
|
+
_sfc_staticRenderFns,
|
|
65
|
+
false,
|
|
66
|
+
null,
|
|
67
|
+
null
|
|
68
|
+
);
|
|
69
|
+
const DtCard = __component__.exports;
|
|
70
|
+
module.exports = DtCard;
|
|
71
|
+
//# sourceMappingURL=card.vue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.vue.cjs","sources":["../../../components/card/card.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n 'd-card',\n containerClass,\n ]\"\n data-qa=\"dt-card\"\n >\n <div\n v-if=\"$slots.header\"\n :class=\"[\n 'd-card__header',\n headerClass,\n ]\"\n >\n <!-- @slot slot for header content -->\n <slot name=\"header\" />\n </div>\n\n <div\n :class=\"[\n 'd-card__content',\n contentClass,\n ]\"\n :style=\"{ 'max-height': maxHeight }\"\n >\n <!-- @slot slot for main content -->\n <slot name=\"content\" />\n </div>\n\n <div\n v-if=\"$slots.footer\"\n :class=\"[\n 'd-card__footer',\n footerClass,\n ]\"\n >\n <!-- @slot slot for footer content -->\n <slot name=\"footer\" />\n </div>\n </div>\n</template>\n\n<script>\n/**\n * A card contains summary content and actions about a single subject.\n * It can be used by itself or within a list, and is generally interactive.\n * @see https://dialtone.dialpad.com/components/card.html\n */\nexport default {\n name: 'DtCard',\n props: {\n /**\n * The maximum height of the card content.\n * If given, makes content area scrollable.\n */\n maxHeight: {\n type: String,\n default: null,\n },\n\n /**\n * class for card container.\n */\n containerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * class for card content.\n */\n contentClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * class for card header.\n */\n headerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * class for card footer.\n */\n footerClass: {\n type: [String, Array, Object],\n default: '',\n },\n },\n};\n</script>\n"],"names":[],"mappings":";;AAiDA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EACA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,gBAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,cAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,aAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,aAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import normalizeComponent from "../../_virtual/_plugin-vue2_normalizer.js";
|
|
2
|
+
const _sfc_main = {
|
|
3
|
+
name: "DtCard",
|
|
4
|
+
props: {
|
|
5
|
+
/**
|
|
6
|
+
* The maximum height of the card content.
|
|
7
|
+
* If given, makes content area scrollable.
|
|
8
|
+
*/
|
|
9
|
+
maxHeight: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: null
|
|
12
|
+
},
|
|
13
|
+
/**
|
|
14
|
+
* class for card container.
|
|
15
|
+
*/
|
|
16
|
+
containerClass: {
|
|
17
|
+
type: [String, Array, Object],
|
|
18
|
+
default: ""
|
|
19
|
+
},
|
|
20
|
+
/**
|
|
21
|
+
* class for card content.
|
|
22
|
+
*/
|
|
23
|
+
contentClass: {
|
|
24
|
+
type: [String, Array, Object],
|
|
25
|
+
default: ""
|
|
26
|
+
},
|
|
27
|
+
/**
|
|
28
|
+
* class for card header.
|
|
29
|
+
*/
|
|
30
|
+
headerClass: {
|
|
31
|
+
type: [String, Array, Object],
|
|
32
|
+
default: ""
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* class for card footer.
|
|
36
|
+
*/
|
|
37
|
+
footerClass: {
|
|
38
|
+
type: [String, Array, Object],
|
|
39
|
+
default: ""
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
var _sfc_render = function render() {
|
|
44
|
+
var _vm = this, _c = _vm._self._c;
|
|
45
|
+
return _c("div", { class: [
|
|
46
|
+
"d-card",
|
|
47
|
+
_vm.containerClass
|
|
48
|
+
], attrs: { "data-qa": "dt-card" } }, [_vm.$slots.header ? _c("div", { class: [
|
|
49
|
+
"d-card__header",
|
|
50
|
+
_vm.headerClass
|
|
51
|
+
] }, [_vm._t("header")], 2) : _vm._e(), _c("div", { class: [
|
|
52
|
+
"d-card__content",
|
|
53
|
+
_vm.contentClass
|
|
54
|
+
], style: { "max-height": _vm.maxHeight } }, [_vm._t("content")], 2), _vm.$slots.footer ? _c("div", { class: [
|
|
55
|
+
"d-card__footer",
|
|
56
|
+
_vm.footerClass
|
|
57
|
+
] }, [_vm._t("footer")], 2) : _vm._e()]);
|
|
58
|
+
};
|
|
59
|
+
var _sfc_staticRenderFns = [];
|
|
60
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
61
|
+
_sfc_main,
|
|
62
|
+
_sfc_render,
|
|
63
|
+
_sfc_staticRenderFns,
|
|
64
|
+
false,
|
|
65
|
+
null,
|
|
66
|
+
null
|
|
67
|
+
);
|
|
68
|
+
const DtCard = __component__.exports;
|
|
69
|
+
export {
|
|
70
|
+
DtCard as default
|
|
71
|
+
};
|
|
72
|
+
//# sourceMappingURL=card.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card.vue.js","sources":["../../../components/card/card.vue"],"sourcesContent":["<template>\n <div\n :class=\"[\n 'd-card',\n containerClass,\n ]\"\n data-qa=\"dt-card\"\n >\n <div\n v-if=\"$slots.header\"\n :class=\"[\n 'd-card__header',\n headerClass,\n ]\"\n >\n <!-- @slot slot for header content -->\n <slot name=\"header\" />\n </div>\n\n <div\n :class=\"[\n 'd-card__content',\n contentClass,\n ]\"\n :style=\"{ 'max-height': maxHeight }\"\n >\n <!-- @slot slot for main content -->\n <slot name=\"content\" />\n </div>\n\n <div\n v-if=\"$slots.footer\"\n :class=\"[\n 'd-card__footer',\n footerClass,\n ]\"\n >\n <!-- @slot slot for footer content -->\n <slot name=\"footer\" />\n </div>\n </div>\n</template>\n\n<script>\n/**\n * A card contains summary content and actions about a single subject.\n * It can be used by itself or within a list, and is generally interactive.\n * @see https://dialtone.dialpad.com/components/card.html\n */\nexport default {\n name: 'DtCard',\n props: {\n /**\n * The maximum height of the card content.\n * If given, makes content area scrollable.\n */\n maxHeight: {\n type: String,\n default: null,\n },\n\n /**\n * class for card container.\n */\n containerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * class for card content.\n */\n contentClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * class for card header.\n */\n headerClass: {\n type: [String, Array, Object],\n default: '',\n },\n\n /**\n * class for card footer.\n */\n footerClass: {\n type: [String, Array, Object],\n default: '',\n },\n },\n};\n</script>\n"],"names":[],"mappings":";AAiDA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EACA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAKA,WAAA;AAAA,MACA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,gBAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,cAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,aAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA;AAAA;AAAA;AAAA,IAKA,aAAA;AAAA,MACA,MAAA,CAAA,QAAA,OAAA,MAAA;AAAA,MACA,SAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const input = require("../../common/mixins/input.cjs");
|
|
3
|
+
const checkbox_constants = require("./checkbox_constants.cjs");
|
|
4
|
+
const _pluginVue2_normalizer = require("../../_virtual/_plugin-vue2_normalizer.cjs");
|
|
5
|
+
const validation_messages = require("../validation_messages/validation_messages.vue.cjs");
|
|
6
|
+
const _sfc_main = {
|
|
7
|
+
name: "DtCheckbox",
|
|
8
|
+
components: { DtValidationMessages: validation_messages },
|
|
9
|
+
mixins: [input.InputMixin, input.CheckableMixin, input.GroupableMixin, input.MessagesMixin],
|
|
10
|
+
inheritAttrs: false,
|
|
11
|
+
emits: [
|
|
12
|
+
/**
|
|
13
|
+
* Native input event
|
|
14
|
+
*
|
|
15
|
+
* @event input
|
|
16
|
+
* @type {Boolean}
|
|
17
|
+
*/
|
|
18
|
+
"input",
|
|
19
|
+
/**
|
|
20
|
+
* Native input focusin event
|
|
21
|
+
*
|
|
22
|
+
* @event focusin
|
|
23
|
+
* @type {FocusEvent}
|
|
24
|
+
*/
|
|
25
|
+
"focusin",
|
|
26
|
+
/**
|
|
27
|
+
* Native input focusout event
|
|
28
|
+
*
|
|
29
|
+
* @event focusout
|
|
30
|
+
* @type {FocusEvent}
|
|
31
|
+
*/
|
|
32
|
+
"focusout"
|
|
33
|
+
],
|
|
34
|
+
computed: {
|
|
35
|
+
inputValidationClass() {
|
|
36
|
+
return checkbox_constants.CHECKBOX_INPUT_VALIDATION_CLASSES[this.internalValidationState];
|
|
37
|
+
},
|
|
38
|
+
checkboxGroupValueChecked() {
|
|
39
|
+
var _a, _b;
|
|
40
|
+
return ((_b = (_a = this.groupContext) == null ? void 0 : _a.selectedValues) == null ? void 0 : _b.includes(this.value)) ?? false;
|
|
41
|
+
},
|
|
42
|
+
hasLabel() {
|
|
43
|
+
return !!(this.$slots.default || this.label);
|
|
44
|
+
},
|
|
45
|
+
hasDescription() {
|
|
46
|
+
return !!(this.$slots.description || this.description);
|
|
47
|
+
},
|
|
48
|
+
hasLabelOrDescription() {
|
|
49
|
+
return this.hasLabel || this.hasDescription;
|
|
50
|
+
},
|
|
51
|
+
inputListeners() {
|
|
52
|
+
return {
|
|
53
|
+
/* TODO
|
|
54
|
+
Check if any usages of this component leverage $listeners and either remove if unused or scope the removal
|
|
55
|
+
and migration prior to upgrading to Vue 3.x
|
|
56
|
+
*/
|
|
57
|
+
...this.$listeners,
|
|
58
|
+
/*
|
|
59
|
+
* Override input listener to as no-op. Prevents parent input listeners from being passed through
|
|
60
|
+
* onto the input element which will result in the handler being called twice
|
|
61
|
+
* (once on the input element and once by the emitted input event by the change listener).
|
|
62
|
+
*/
|
|
63
|
+
input: () => {
|
|
64
|
+
},
|
|
65
|
+
change: (event) => this.emitValue(event.target)
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
watch: {
|
|
70
|
+
checkboxGroupValueChecked: {
|
|
71
|
+
immediate: true,
|
|
72
|
+
handler(newCheckboxGroupValueChecked) {
|
|
73
|
+
if (this.hasGroup) {
|
|
74
|
+
this.internalChecked = newCheckboxGroupValueChecked;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
mounted() {
|
|
80
|
+
this.runValidations();
|
|
81
|
+
},
|
|
82
|
+
methods: {
|
|
83
|
+
emitValue(target) {
|
|
84
|
+
let { value, checked } = target;
|
|
85
|
+
if (this.internalIndeterminate) {
|
|
86
|
+
checked = false;
|
|
87
|
+
this.internalIndeterminate = false;
|
|
88
|
+
target.checked = false;
|
|
89
|
+
}
|
|
90
|
+
this.setGroupValue(value, checked);
|
|
91
|
+
this.$emit("input", checked);
|
|
92
|
+
},
|
|
93
|
+
runValidations() {
|
|
94
|
+
this.validateInputLabels(this.hasLabel, this.$attrs["aria-label"]);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
var _sfc_render = function render() {
|
|
99
|
+
var _vm = this, _c = _vm._self._c;
|
|
100
|
+
return _c("div", [_c("label", [_c("div", { class: ["d-checkbox-group", { "d-checkbox-group--disabled": _vm.internalDisabled }] }, [_c("div", { staticClass: "d-checkbox__input" }, [_c("input", _vm._g(_vm._b({ class: ["d-checkbox", _vm.inputValidationClass, _vm.inputClass], attrs: { "type": "checkbox", "name": _vm.internalName, "disabled": _vm.internalDisabled }, domProps: { "checked": _vm.internalChecked, "value": _vm.value, "indeterminate": _vm.internalIndeterminate } }, "input", _vm.$attrs, false), _vm.inputListeners))]), _vm.hasLabelOrDescription ? _c("div", { staticClass: "d-checkbox__copy d-checkbox__label", attrs: { "data-qa": "checkbox-label-description-container" } }, [_vm.hasLabel ? _c("div", _vm._b({ class: _vm.labelClass, attrs: { "data-qa": "checkbox-label" } }, "div", _vm.labelChildProps, false), [_vm._t("default", function() {
|
|
101
|
+
return [_vm._v(_vm._s(_vm.label))];
|
|
102
|
+
})], 2) : _vm._e(), _vm.hasDescription ? _c("div", _vm._b({ class: ["d-description", _vm.descriptionClass], attrs: { "data-qa": "checkbox-description" } }, "div", _vm.descriptionChildProps, false), [_vm._t("description", function() {
|
|
103
|
+
return [_vm._v(_vm._s(_vm.description))];
|
|
104
|
+
})], 2) : _vm._e(), _c("dt-validation-messages", _vm._b({ class: _vm.messagesClass, attrs: { "validation-messages": _vm.formattedMessages, "show-messages": _vm.showMessages, "data-qa": "dt-checkbox-validation-messages" } }, "dt-validation-messages", _vm.messagesChildProps, false))], 1) : _vm._e()])])]);
|
|
105
|
+
};
|
|
106
|
+
var _sfc_staticRenderFns = [];
|
|
107
|
+
var __component__ = /* @__PURE__ */ _pluginVue2_normalizer(
|
|
108
|
+
_sfc_main,
|
|
109
|
+
_sfc_render,
|
|
110
|
+
_sfc_staticRenderFns,
|
|
111
|
+
false,
|
|
112
|
+
null,
|
|
113
|
+
null
|
|
114
|
+
);
|
|
115
|
+
const checkbox = __component__.exports;
|
|
116
|
+
module.exports = checkbox;
|
|
117
|
+
//# sourceMappingURL=checkbox.vue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox.vue.cjs","sources":["../../../components/checkbox/checkbox.vue"],"sourcesContent":["<template>\n <div>\n <label>\n <div :class=\"['d-checkbox-group', { 'd-checkbox-group--disabled': internalDisabled }]\">\n <div class=\"d-checkbox__input\">\n <input\n type=\"checkbox\"\n :checked=\"internalChecked\"\n :name=\"internalName\"\n :value=\"value\"\n :disabled=\"internalDisabled\"\n :class=\"['d-checkbox', inputValidationClass, inputClass]\"\n v-bind=\"$attrs\"\n :indeterminate.prop=\"internalIndeterminate\"\n v-on=\"inputListeners\"\n >\n </div>\n <div\n v-if=\"hasLabelOrDescription\"\n class=\"d-checkbox__copy d-checkbox__label\"\n data-qa=\"checkbox-label-description-container\"\n >\n <div\n v-if=\"hasLabel\"\n :class=\"labelClass\"\n v-bind=\"labelChildProps\"\n data-qa=\"checkbox-label\"\n >\n <!-- @slot slot for Checkbox Label -->\n <slot>{{ label }}</slot>\n </div>\n <div\n v-if=\"hasDescription\"\n :class=\"['d-description', descriptionClass]\"\n v-bind=\"descriptionChildProps\"\n data-qa=\"checkbox-description\"\n >\n <!-- @slot slot for Checkbox Description -->\n <slot name=\"description\">{{ description }}</slot>\n </div>\n <dt-validation-messages\n :validation-messages=\"formattedMessages\"\n :show-messages=\"showMessages\"\n :class=\"messagesClass\"\n v-bind=\"messagesChildProps\"\n data-qa=\"dt-checkbox-validation-messages\"\n />\n </div>\n </div>\n </label>\n </div>\n</template>\n\n<script>\n// Imports\nimport {\n InputMixin,\n CheckableMixin,\n GroupableMixin,\n MessagesMixin,\n} from '@/common/mixins/input';\nimport { CHECKBOX_INPUT_VALIDATION_CLASSES } from './checkbox_constants';\nimport { DtValidationMessages } from '../validation_messages';\n\n/**\n * Checkboxes are control elements that allow the user to make a selection.They are typically used in a\n * Checkbox Group which allows the user to make one or more selections from a list of options.\n * @see https://dialtone.dialpad.com/components/checkbox.html\n */\nexport default {\n name: 'DtCheckbox',\n\n components: { DtValidationMessages },\n\n mixins: [InputMixin, CheckableMixin, GroupableMixin, MessagesMixin],\n\n inheritAttrs: false,\n\n emits: [\n /**\n * Native input event\n *\n * @event input\n * @type {Boolean}\n */\n 'input',\n\n /**\n * Native input focusin event\n *\n * @event focusin\n * @type {FocusEvent}\n */\n 'focusin',\n\n /**\n * Native input focusout event\n *\n * @event focusout\n * @type {FocusEvent}\n */\n 'focusout',\n ],\n\n computed: {\n inputValidationClass () {\n return CHECKBOX_INPUT_VALIDATION_CLASSES[this.internalValidationState];\n },\n\n checkboxGroupValueChecked () {\n return this.groupContext?.selectedValues?.includes(this.value) ?? false;\n },\n\n hasLabel () {\n return !!(this.$slots.default || this.label);\n },\n\n hasDescription () {\n return !!(this.$slots.description || this.description);\n },\n\n hasLabelOrDescription () {\n return this.hasLabel || this.hasDescription;\n },\n\n inputListeners () {\n return {\n /* TODO\n Check if any usages of this component leverage $listeners and either remove if unused or scope the removal\n and migration prior to upgrading to Vue 3.x\n */\n ...this.$listeners,\n /*\n * Override input listener to as no-op. Prevents parent input listeners from being passed through\n * onto the input element which will result in the handler being called twice\n * (once on the input element and once by the emitted input event by the change listener).\n */\n input: () => {},\n change: event => this.emitValue(event.target),\n };\n },\n },\n\n watch: {\n checkboxGroupValueChecked: {\n immediate: true,\n handler (newCheckboxGroupValueChecked) {\n if (this.hasGroup) {\n // update internal value when the checkbox group value changes\n this.internalChecked = newCheckboxGroupValueChecked;\n }\n },\n },\n },\n\n mounted () {\n this.runValidations();\n },\n\n methods: {\n emitValue (target) {\n let { value, checked } = target;\n // Expected: Indeterminate -> unchecked. We need to manually set DOM property `checked` to false\n // and update this.internalIndeterminate.\n if (this.internalIndeterminate) {\n checked = false;\n this.internalIndeterminate = false;\n target.checked = false;\n }\n // update provided value if injected\n this.setGroupValue(value, checked);\n\n // emit the state of the checkbox\n this.$emit('input', checked);\n },\n\n runValidations () {\n this.validateInputLabels(this.hasLabel, this.$attrs['aria-label']);\n },\n },\n};\n</script>\n"],"names":["DtValidationMessages","InputMixin","CheckableMixin","GroupableMixin","MessagesMixin","CHECKBOX_INPUT_VALIDATION_CLASSES"],"mappings":";;;;;AAqEA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EAEA,YAAA,EAAAA,sBAAAA,oBAAA;AAAA,EAEA,QAAA,CAAAC,MAAA,YAAAC,sBAAAC,MAAAA,gBAAAC,MAAAA,aAAA;AAAA,EAEA,cAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAQA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAQA;AAAA,EACA;AAAA,EAEA,UAAA;AAAA,IACA,uBAAA;AACA,aAAAC,mBAAA,kCAAA,KAAA,uBAAA;AAAA,IACA;AAAA,IAEA,4BAAA;;AACA,eAAA,gBAAA,iBAAA,mBAAA,mBAAA,mBAAA,SAAA,KAAA,WAAA;AAAA,IACA;AAAA,IAEA,WAAA;AACA,aAAA,CAAA,EAAA,KAAA,OAAA,WAAA,KAAA;AAAA,IACA;AAAA,IAEA,iBAAA;AACA,aAAA,CAAA,EAAA,KAAA,OAAA,eAAA,KAAA;AAAA,IACA;AAAA,IAEA,wBAAA;AACA,aAAA,KAAA,YAAA,KAAA;AAAA,IACA;AAAA,IAEA,iBAAA;AACA,aAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAKA,GAAA,KAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAMA,OAAA,MAAA;AAAA,QAAA;AAAA,QACA,QAAA,WAAA,KAAA,UAAA,MAAA,MAAA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA,IACA,2BAAA;AAAA,MACA,WAAA;AAAA,MACA,QAAA,8BAAA;AACA,YAAA,KAAA,UAAA;AAEA,eAAA,kBAAA;AAAA,QACA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,eAAA;AAAA,EACA;AAAA,EAEA,SAAA;AAAA,IACA,UAAA,QAAA;AACA,UAAA,EAAA,OAAA,QAAA,IAAA;AAGA,UAAA,KAAA,uBAAA;AACA,kBAAA;AACA,aAAA,wBAAA;AACA,eAAA,UAAA;AAAA,MACA;AAEA,WAAA,cAAA,OAAA,OAAA;AAGA,WAAA,MAAA,SAAA,OAAA;AAAA,IACA;AAAA,IAEA,iBAAA;AACA,WAAA,oBAAA,KAAA,UAAA,KAAA,OAAA,YAAA,CAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { InputMixin, CheckableMixin, GroupableMixin, MessagesMixin } from "../../common/mixins/input.js";
|
|
2
|
+
import { CHECKBOX_INPUT_VALIDATION_CLASSES } from "./checkbox_constants.js";
|
|
3
|
+
import normalizeComponent from "../../_virtual/_plugin-vue2_normalizer.js";
|
|
4
|
+
import DtValidationMessages from "../validation_messages/validation_messages.vue.js";
|
|
5
|
+
const _sfc_main = {
|
|
6
|
+
name: "DtCheckbox",
|
|
7
|
+
components: { DtValidationMessages },
|
|
8
|
+
mixins: [InputMixin, CheckableMixin, GroupableMixin, MessagesMixin],
|
|
9
|
+
inheritAttrs: false,
|
|
10
|
+
emits: [
|
|
11
|
+
/**
|
|
12
|
+
* Native input event
|
|
13
|
+
*
|
|
14
|
+
* @event input
|
|
15
|
+
* @type {Boolean}
|
|
16
|
+
*/
|
|
17
|
+
"input",
|
|
18
|
+
/**
|
|
19
|
+
* Native input focusin event
|
|
20
|
+
*
|
|
21
|
+
* @event focusin
|
|
22
|
+
* @type {FocusEvent}
|
|
23
|
+
*/
|
|
24
|
+
"focusin",
|
|
25
|
+
/**
|
|
26
|
+
* Native input focusout event
|
|
27
|
+
*
|
|
28
|
+
* @event focusout
|
|
29
|
+
* @type {FocusEvent}
|
|
30
|
+
*/
|
|
31
|
+
"focusout"
|
|
32
|
+
],
|
|
33
|
+
computed: {
|
|
34
|
+
inputValidationClass() {
|
|
35
|
+
return CHECKBOX_INPUT_VALIDATION_CLASSES[this.internalValidationState];
|
|
36
|
+
},
|
|
37
|
+
checkboxGroupValueChecked() {
|
|
38
|
+
var _a, _b;
|
|
39
|
+
return ((_b = (_a = this.groupContext) == null ? void 0 : _a.selectedValues) == null ? void 0 : _b.includes(this.value)) ?? false;
|
|
40
|
+
},
|
|
41
|
+
hasLabel() {
|
|
42
|
+
return !!(this.$slots.default || this.label);
|
|
43
|
+
},
|
|
44
|
+
hasDescription() {
|
|
45
|
+
return !!(this.$slots.description || this.description);
|
|
46
|
+
},
|
|
47
|
+
hasLabelOrDescription() {
|
|
48
|
+
return this.hasLabel || this.hasDescription;
|
|
49
|
+
},
|
|
50
|
+
inputListeners() {
|
|
51
|
+
return {
|
|
52
|
+
/* TODO
|
|
53
|
+
Check if any usages of this component leverage $listeners and either remove if unused or scope the removal
|
|
54
|
+
and migration prior to upgrading to Vue 3.x
|
|
55
|
+
*/
|
|
56
|
+
...this.$listeners,
|
|
57
|
+
/*
|
|
58
|
+
* Override input listener to as no-op. Prevents parent input listeners from being passed through
|
|
59
|
+
* onto the input element which will result in the handler being called twice
|
|
60
|
+
* (once on the input element and once by the emitted input event by the change listener).
|
|
61
|
+
*/
|
|
62
|
+
input: () => {
|
|
63
|
+
},
|
|
64
|
+
change: (event) => this.emitValue(event.target)
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
watch: {
|
|
69
|
+
checkboxGroupValueChecked: {
|
|
70
|
+
immediate: true,
|
|
71
|
+
handler(newCheckboxGroupValueChecked) {
|
|
72
|
+
if (this.hasGroup) {
|
|
73
|
+
this.internalChecked = newCheckboxGroupValueChecked;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
mounted() {
|
|
79
|
+
this.runValidations();
|
|
80
|
+
},
|
|
81
|
+
methods: {
|
|
82
|
+
emitValue(target) {
|
|
83
|
+
let { value, checked } = target;
|
|
84
|
+
if (this.internalIndeterminate) {
|
|
85
|
+
checked = false;
|
|
86
|
+
this.internalIndeterminate = false;
|
|
87
|
+
target.checked = false;
|
|
88
|
+
}
|
|
89
|
+
this.setGroupValue(value, checked);
|
|
90
|
+
this.$emit("input", checked);
|
|
91
|
+
},
|
|
92
|
+
runValidations() {
|
|
93
|
+
this.validateInputLabels(this.hasLabel, this.$attrs["aria-label"]);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
var _sfc_render = function render() {
|
|
98
|
+
var _vm = this, _c = _vm._self._c;
|
|
99
|
+
return _c("div", [_c("label", [_c("div", { class: ["d-checkbox-group", { "d-checkbox-group--disabled": _vm.internalDisabled }] }, [_c("div", { staticClass: "d-checkbox__input" }, [_c("input", _vm._g(_vm._b({ class: ["d-checkbox", _vm.inputValidationClass, _vm.inputClass], attrs: { "type": "checkbox", "name": _vm.internalName, "disabled": _vm.internalDisabled }, domProps: { "checked": _vm.internalChecked, "value": _vm.value, "indeterminate": _vm.internalIndeterminate } }, "input", _vm.$attrs, false), _vm.inputListeners))]), _vm.hasLabelOrDescription ? _c("div", { staticClass: "d-checkbox__copy d-checkbox__label", attrs: { "data-qa": "checkbox-label-description-container" } }, [_vm.hasLabel ? _c("div", _vm._b({ class: _vm.labelClass, attrs: { "data-qa": "checkbox-label" } }, "div", _vm.labelChildProps, false), [_vm._t("default", function() {
|
|
100
|
+
return [_vm._v(_vm._s(_vm.label))];
|
|
101
|
+
})], 2) : _vm._e(), _vm.hasDescription ? _c("div", _vm._b({ class: ["d-description", _vm.descriptionClass], attrs: { "data-qa": "checkbox-description" } }, "div", _vm.descriptionChildProps, false), [_vm._t("description", function() {
|
|
102
|
+
return [_vm._v(_vm._s(_vm.description))];
|
|
103
|
+
})], 2) : _vm._e(), _c("dt-validation-messages", _vm._b({ class: _vm.messagesClass, attrs: { "validation-messages": _vm.formattedMessages, "show-messages": _vm.showMessages, "data-qa": "dt-checkbox-validation-messages" } }, "dt-validation-messages", _vm.messagesChildProps, false))], 1) : _vm._e()])])]);
|
|
104
|
+
};
|
|
105
|
+
var _sfc_staticRenderFns = [];
|
|
106
|
+
var __component__ = /* @__PURE__ */ normalizeComponent(
|
|
107
|
+
_sfc_main,
|
|
108
|
+
_sfc_render,
|
|
109
|
+
_sfc_staticRenderFns,
|
|
110
|
+
false,
|
|
111
|
+
null,
|
|
112
|
+
null
|
|
113
|
+
);
|
|
114
|
+
const checkbox = __component__.exports;
|
|
115
|
+
export {
|
|
116
|
+
checkbox as default
|
|
117
|
+
};
|
|
118
|
+
//# sourceMappingURL=checkbox.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkbox.vue.js","sources":["../../../components/checkbox/checkbox.vue"],"sourcesContent":["<template>\n <div>\n <label>\n <div :class=\"['d-checkbox-group', { 'd-checkbox-group--disabled': internalDisabled }]\">\n <div class=\"d-checkbox__input\">\n <input\n type=\"checkbox\"\n :checked=\"internalChecked\"\n :name=\"internalName\"\n :value=\"value\"\n :disabled=\"internalDisabled\"\n :class=\"['d-checkbox', inputValidationClass, inputClass]\"\n v-bind=\"$attrs\"\n :indeterminate.prop=\"internalIndeterminate\"\n v-on=\"inputListeners\"\n >\n </div>\n <div\n v-if=\"hasLabelOrDescription\"\n class=\"d-checkbox__copy d-checkbox__label\"\n data-qa=\"checkbox-label-description-container\"\n >\n <div\n v-if=\"hasLabel\"\n :class=\"labelClass\"\n v-bind=\"labelChildProps\"\n data-qa=\"checkbox-label\"\n >\n <!-- @slot slot for Checkbox Label -->\n <slot>{{ label }}</slot>\n </div>\n <div\n v-if=\"hasDescription\"\n :class=\"['d-description', descriptionClass]\"\n v-bind=\"descriptionChildProps\"\n data-qa=\"checkbox-description\"\n >\n <!-- @slot slot for Checkbox Description -->\n <slot name=\"description\">{{ description }}</slot>\n </div>\n <dt-validation-messages\n :validation-messages=\"formattedMessages\"\n :show-messages=\"showMessages\"\n :class=\"messagesClass\"\n v-bind=\"messagesChildProps\"\n data-qa=\"dt-checkbox-validation-messages\"\n />\n </div>\n </div>\n </label>\n </div>\n</template>\n\n<script>\n// Imports\nimport {\n InputMixin,\n CheckableMixin,\n GroupableMixin,\n MessagesMixin,\n} from '@/common/mixins/input';\nimport { CHECKBOX_INPUT_VALIDATION_CLASSES } from './checkbox_constants';\nimport { DtValidationMessages } from '../validation_messages';\n\n/**\n * Checkboxes are control elements that allow the user to make a selection.They are typically used in a\n * Checkbox Group which allows the user to make one or more selections from a list of options.\n * @see https://dialtone.dialpad.com/components/checkbox.html\n */\nexport default {\n name: 'DtCheckbox',\n\n components: { DtValidationMessages },\n\n mixins: [InputMixin, CheckableMixin, GroupableMixin, MessagesMixin],\n\n inheritAttrs: false,\n\n emits: [\n /**\n * Native input event\n *\n * @event input\n * @type {Boolean}\n */\n 'input',\n\n /**\n * Native input focusin event\n *\n * @event focusin\n * @type {FocusEvent}\n */\n 'focusin',\n\n /**\n * Native input focusout event\n *\n * @event focusout\n * @type {FocusEvent}\n */\n 'focusout',\n ],\n\n computed: {\n inputValidationClass () {\n return CHECKBOX_INPUT_VALIDATION_CLASSES[this.internalValidationState];\n },\n\n checkboxGroupValueChecked () {\n return this.groupContext?.selectedValues?.includes(this.value) ?? false;\n },\n\n hasLabel () {\n return !!(this.$slots.default || this.label);\n },\n\n hasDescription () {\n return !!(this.$slots.description || this.description);\n },\n\n hasLabelOrDescription () {\n return this.hasLabel || this.hasDescription;\n },\n\n inputListeners () {\n return {\n /* TODO\n Check if any usages of this component leverage $listeners and either remove if unused or scope the removal\n and migration prior to upgrading to Vue 3.x\n */\n ...this.$listeners,\n /*\n * Override input listener to as no-op. Prevents parent input listeners from being passed through\n * onto the input element which will result in the handler being called twice\n * (once on the input element and once by the emitted input event by the change listener).\n */\n input: () => {},\n change: event => this.emitValue(event.target),\n };\n },\n },\n\n watch: {\n checkboxGroupValueChecked: {\n immediate: true,\n handler (newCheckboxGroupValueChecked) {\n if (this.hasGroup) {\n // update internal value when the checkbox group value changes\n this.internalChecked = newCheckboxGroupValueChecked;\n }\n },\n },\n },\n\n mounted () {\n this.runValidations();\n },\n\n methods: {\n emitValue (target) {\n let { value, checked } = target;\n // Expected: Indeterminate -> unchecked. We need to manually set DOM property `checked` to false\n // and update this.internalIndeterminate.\n if (this.internalIndeterminate) {\n checked = false;\n this.internalIndeterminate = false;\n target.checked = false;\n }\n // update provided value if injected\n this.setGroupValue(value, checked);\n\n // emit the state of the checkbox\n this.$emit('input', checked);\n },\n\n runValidations () {\n this.validateInputLabels(this.hasLabel, this.$attrs['aria-label']);\n },\n },\n};\n</script>\n"],"names":[],"mappings":";;;;AAqEA,MAAA,YAAA;AAAA,EACA,MAAA;AAAA,EAEA,YAAA,EAAA,qBAAA;AAAA,EAEA,QAAA,CAAA,YAAA,gBAAA,gBAAA,aAAA;AAAA,EAEA,cAAA;AAAA,EAEA,OAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAQA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAQA;AAAA,EACA;AAAA,EAEA,UAAA;AAAA,IACA,uBAAA;AACA,aAAA,kCAAA,KAAA,uBAAA;AAAA,IACA;AAAA,IAEA,4BAAA;;AACA,eAAA,gBAAA,iBAAA,mBAAA,mBAAA,mBAAA,SAAA,KAAA,WAAA;AAAA,IACA;AAAA,IAEA,WAAA;AACA,aAAA,CAAA,EAAA,KAAA,OAAA,WAAA,KAAA;AAAA,IACA;AAAA,IAEA,iBAAA;AACA,aAAA,CAAA,EAAA,KAAA,OAAA,eAAA,KAAA;AAAA,IACA;AAAA,IAEA,wBAAA;AACA,aAAA,KAAA,YAAA,KAAA;AAAA,IACA;AAAA,IAEA,iBAAA;AACA,aAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAKA,GAAA,KAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,QAMA,OAAA,MAAA;AAAA,QAAA;AAAA,QACA,QAAA,WAAA,KAAA,UAAA,MAAA,MAAA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,OAAA;AAAA,IACA,2BAAA;AAAA,MACA,WAAA;AAAA,MACA,QAAA,8BAAA;AACA,YAAA,KAAA,UAAA;AAEA,eAAA,kBAAA;AAAA,QACA;AAAA,MACA;AAAA,IACA;AAAA,EACA;AAAA,EAEA,UAAA;AACA,SAAA,eAAA;AAAA,EACA;AAAA,EAEA,SAAA;AAAA,IACA,UAAA,QAAA;AACA,UAAA,EAAA,OAAA,QAAA,IAAA;AAGA,UAAA,KAAA,uBAAA;AACA,kBAAA;AACA,aAAA,wBAAA;AACA,eAAA,UAAA;AAAA,MACA;AAEA,WAAA,cAAA,OAAA,OAAA;AAGA,WAAA,MAAA,SAAA,OAAA;AAAA,IACA;AAAA,IAEA,iBAAA;AACA,WAAA,oBAAA,KAAA,UAAA,KAAA,OAAA,YAAA,CAAA;AAAA,IACA;AAAA,EACA;AACA;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const CHECKBOX_INPUT_VALIDATION_CLASSES = {
|
|
4
|
+
error: "d-checkbox--error",
|
|
5
|
+
warning: "d-checkbox--warning",
|
|
6
|
+
success: "d-checkbox--success"
|
|
7
|
+
};
|
|
8
|
+
exports.CHECKBOX_INPUT_VALIDATION_CLASSES = CHECKBOX_INPUT_VALIDATION_CLASSES;
|
|
9
|
+
//# sourceMappingURL=checkbox_constants.cjs.map
|