@dialpad/dialtone 9.70.1 → 9.71.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tokens/doc.json +19118 -19118
- package/dist/tokens/postcss/rem-to-px.cjs +1 -0
- package/dist/tokens/postcss/rem-to-px.js +19 -0
- package/dist/tokens/themes/dp-dark.cjs +1 -1
- package/dist/tokens/themes/dp-dark.js +1 -1
- package/dist/tokens/themes/dp-light.cjs +1 -1
- package/dist/tokens/themes/dp-light.js +1 -1
- package/dist/tokens/themes/expressive-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-dark.js +1 -1
- package/dist/tokens/themes/expressive-light.cjs +1 -1
- package/dist/tokens/themes/expressive-light.js +1 -1
- package/dist/tokens/themes/expressive-sm-dark.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-dark.js +1 -1
- package/dist/tokens/themes/expressive-sm-light.cjs +1 -1
- package/dist/tokens/themes/expressive-sm-light.js +1 -1
- package/dist/tokens/themes/tmo-dark.cjs +1 -1
- package/dist/tokens/themes/tmo-dark.js +1 -1
- package/dist/tokens/themes/tmo-light.cjs +1 -1
- package/dist/tokens/themes/tmo-light.js +1 -1
- package/dist/tokens/themes/types/themes/config.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/dp-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/dp-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-sm-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/expressive-sm-light.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/tmo-dark.d.ts.map +1 -0
- package/dist/tokens/themes/types/themes/tmo-light.d.ts.map +1 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.cjs +18 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.cjs.map +1 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.js +19 -0
- package/dist/vue2/_virtual/_plugin-vue2_normalizer.js.map +1 -0
- package/dist/vue2/common/dates.cjs +0 -2
- package/dist/vue2/common/dates.cjs.map +1 -1
- package/dist/vue2/common/dates.js +0 -2
- package/dist/vue2/common/dates.js.map +1 -1
- package/dist/vue2/common/emoji.cjs +163 -40
- package/dist/vue2/common/emoji.cjs.map +1 -1
- package/dist/vue2/common/emoji.js +145 -2
- package/dist/vue2/common/emoji.js.map +1 -1
- package/dist/vue2/common/mixins/dom.cjs +101 -0
- package/dist/vue2/common/mixins/dom.cjs.map +1 -0
- package/dist/vue2/common/mixins/dom.js +102 -0
- package/dist/vue2/common/mixins/dom.js.map +1 -0
- package/dist/vue2/common/mixins/input.cjs +296 -0
- package/dist/vue2/common/mixins/input.cjs.map +1 -0
- package/dist/vue2/common/mixins/input.js +296 -0
- package/dist/vue2/common/mixins/input.js.map +1 -0
- package/dist/vue2/common/mixins/input_group.cjs +144 -0
- package/dist/vue2/common/mixins/input_group.cjs.map +1 -0
- package/dist/vue2/common/mixins/input_group.js +144 -0
- package/dist/vue2/common/mixins/input_group.js.map +1 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.cjs +186 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.cjs.map +1 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.js +187 -0
- package/dist/vue2/common/mixins/keyboard_list_navigation.js.map +1 -0
- package/dist/vue2/common/mixins/modal.cjs +104 -0
- package/dist/vue2/common/mixins/modal.cjs.map +1 -0
- package/dist/vue2/common/mixins/modal.js +105 -0
- package/dist/vue2/common/mixins/modal.js.map +1 -0
- package/dist/vue2/common/mixins/skeleton.cjs +27 -0
- package/dist/vue2/common/mixins/skeleton.cjs.map +1 -0
- package/dist/vue2/common/mixins/skeleton.js +28 -0
- package/dist/vue2/common/mixins/skeleton.js.map +1 -0
- package/dist/vue2/common/mixins/sr_only_close_button.cjs +45 -0
- package/dist/vue2/common/mixins/sr_only_close_button.cjs.map +1 -0
- package/dist/vue2/common/mixins/sr_only_close_button.js +46 -0
- package/dist/vue2/common/mixins/sr_only_close_button.js.map +1 -0
- package/dist/vue2/common/mixins.cjs +4 -10
- package/dist/vue2/common/mixins.cjs.map +1 -1
- package/dist/vue2/common/mixins.js +4 -10
- package/dist/vue2/common/mixins.js.map +1 -1
- package/dist/vue2/common/sr_only_close_button.vue.cjs +48 -0
- package/dist/vue2/common/sr_only_close_button.vue.cjs.map +1 -0
- package/dist/vue2/common/sr_only_close_button.vue.js +49 -0
- package/dist/vue2/common/sr_only_close_button.vue.js.map +1 -0
- package/dist/vue2/common/storybook_utils.cjs +8 -0
- package/dist/vue2/common/storybook_utils.cjs.map +1 -0
- package/dist/vue2/common/storybook_utils.js +8 -0
- package/dist/vue2/common/storybook_utils.js.map +1 -0
- package/dist/vue2/common/utils.cjs +3 -6
- package/dist/vue2/common/utils.cjs.map +1 -1
- package/dist/vue2/common/utils.js +3 -6
- package/dist/vue2/common/utils.js.map +1 -1
- package/dist/vue2/components/avatar/avatar.vue.cjs +327 -0
- package/dist/vue2/components/avatar/avatar.vue.cjs.map +1 -0
- package/dist/vue2/components/avatar/avatar.vue.js +328 -0
- package/dist/vue2/components/avatar/avatar.vue.js.map +1 -0
- package/dist/vue2/components/avatar/avatar_constants.cjs +64 -0
- package/dist/vue2/components/avatar/avatar_constants.cjs.map +1 -0
- package/dist/vue2/components/avatar/avatar_constants.js +64 -0
- package/dist/vue2/components/avatar/avatar_constants.js.map +1 -0
- package/dist/vue2/components/avatar/utils.cjs +9 -0
- package/dist/vue2/components/avatar/utils.cjs.map +1 -0
- package/dist/vue2/components/avatar/utils.js +9 -0
- package/dist/vue2/components/avatar/utils.js.map +1 -0
- package/dist/vue2/components/badge/badge.vue.cjs +157 -0
- package/dist/vue2/components/badge/badge.vue.cjs.map +1 -0
- package/dist/vue2/components/badge/badge.vue.js +158 -0
- package/dist/vue2/components/badge/badge.vue.js.map +1 -0
- package/dist/vue2/components/badge/badge_constants.cjs +43 -0
- package/dist/vue2/components/badge/badge_constants.cjs.map +1 -0
- package/dist/vue2/components/badge/badge_constants.js +43 -0
- package/dist/vue2/components/badge/badge_constants.js.map +1 -0
- package/dist/vue2/components/banner/banner.vue.cjs +199 -0
- package/dist/vue2/components/banner/banner.vue.cjs.map +1 -0
- package/dist/vue2/components/banner/banner.vue.js +200 -0
- package/dist/vue2/components/banner/banner.vue.js.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.cjs +72 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.js +73 -0
- package/dist/vue2/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.cjs +73 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.js +74 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.js +7 -0
- package/dist/vue2/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
- package/dist/vue2/components/button/button.vue.cjs +282 -0
- package/dist/vue2/components/button/button.vue.cjs.map +1 -0
- package/dist/vue2/components/button/button.vue.js +283 -0
- package/dist/vue2/components/button/button.vue.js.map +1 -0
- package/dist/vue2/components/button/button_constants.cjs +71 -0
- package/dist/vue2/components/button/button_constants.cjs.map +1 -0
- package/dist/vue2/components/button/button_constants.js +71 -0
- package/dist/vue2/components/button/button_constants.js.map +1 -0
- package/dist/vue2/components/button_group/button_group.vue.cjs +40 -0
- package/dist/vue2/components/button_group/button_group.vue.cjs.map +1 -0
- package/dist/vue2/components/button_group/button_group.vue.js +41 -0
- package/dist/vue2/components/button_group/button_group.vue.js.map +1 -0
- package/dist/vue2/components/button_group/button_group_constants.cjs +9 -0
- package/dist/vue2/components/button_group/button_group_constants.cjs.map +1 -0
- package/dist/vue2/components/button_group/button_group_constants.js +9 -0
- package/dist/vue2/components/button_group/button_group_constants.js.map +1 -0
- package/dist/vue2/components/card/card.vue.cjs +71 -0
- package/dist/vue2/components/card/card.vue.cjs.map +1 -0
- package/dist/vue2/components/card/card.vue.js +72 -0
- package/dist/vue2/components/card/card.vue.js.map +1 -0
- package/dist/vue2/components/checkbox/checkbox.vue.cjs +117 -0
- package/dist/vue2/components/checkbox/checkbox.vue.cjs.map +1 -0
- package/dist/vue2/components/checkbox/checkbox.vue.js +118 -0
- package/dist/vue2/components/checkbox/checkbox.vue.js.map +1 -0
- package/dist/vue2/components/checkbox/checkbox_constants.cjs +9 -0
- package/dist/vue2/components/checkbox/checkbox_constants.cjs.map +1 -0
- package/dist/vue2/components/checkbox/checkbox_constants.js +9 -0
- package/dist/vue2/components/checkbox/checkbox_constants.js.map +1 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.cjs +122 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.js +123 -0
- package/dist/vue2/components/checkbox_group/checkbox_group.vue.js.map +1 -0
- package/dist/vue2/components/chip/chip.vue.cjs +172 -0
- package/dist/vue2/components/chip/chip.vue.cjs.map +1 -0
- package/dist/vue2/components/chip/chip.vue.js +173 -0
- package/dist/vue2/components/chip/chip.vue.js.map +1 -0
- package/dist/vue2/components/chip/chip_constants.cjs +21 -0
- package/dist/vue2/components/chip/chip_constants.cjs.map +1 -0
- package/dist/vue2/components/chip/chip_constants.js +21 -0
- package/dist/vue2/components/chip/chip_constants.js.map +1 -0
- package/dist/vue2/components/codeblock/codeblock.vue.cjs +27 -0
- package/dist/vue2/components/codeblock/codeblock.vue.cjs.map +1 -0
- package/dist/vue2/components/codeblock/codeblock.vue.js +28 -0
- package/dist/vue2/components/codeblock/codeblock.vue.js.map +1 -0
- package/dist/vue2/components/collapsible/collapsible.vue.cjs +196 -0
- package/dist/vue2/components/collapsible/collapsible.vue.cjs.map +1 -0
- package/dist/vue2/components/collapsible/collapsible.vue.js +197 -0
- package/dist/vue2/components/collapsible/collapsible.vue.js.map +1 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.cjs +133 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.js +134 -0
- package/dist/vue2/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
- package/dist/vue2/components/combobox/combobox.vue.cjs +355 -0
- package/dist/vue2/components/combobox/combobox.vue.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox.vue.js +356 -0
- package/dist/vue2/components/combobox/combobox.vue.js.map +1 -0
- package/dist/vue2/components/combobox/combobox_constants.cjs +11 -0
- package/dist/vue2/components/combobox/combobox_constants.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox_constants.js +11 -0
- package/dist/vue2/components/combobox/combobox_constants.js.map +1 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.cjs +44 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.js +45 -0
- package/dist/vue2/components/combobox/combobox_empty-list.vue.js.map +1 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.cjs +26 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.js +27 -0
- package/dist/vue2/components/combobox/combobox_loading-list.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/datepicker.vue.cjs +146 -0
- package/dist/vue2/components/datepicker/datepicker.vue.cjs.map +1 -0
- package/dist/vue2/components/datepicker/datepicker.vue.js +147 -0
- package/dist/vue2/components/datepicker/datepicker.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/datepicker_constants.cjs +9 -0
- package/dist/vue2/components/datepicker/datepicker_constants.cjs.map +1 -0
- package/dist/vue2/components/datepicker/datepicker_constants.js +9 -0
- package/dist/vue2/components/datepicker/datepicker_constants.js.map +1 -0
- package/dist/vue2/components/datepicker/formatUtils.cjs +25 -0
- package/dist/vue2/components/datepicker/formatUtils.cjs.map +1 -0
- package/dist/vue2/components/datepicker/formatUtils.js +25 -0
- package/dist/vue2/components/datepicker/formatUtils.js.map +1 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.cjs +198 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.cjs.map +1 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.js +199 -0
- package/dist/vue2/components/datepicker/modules/calendar.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs +219 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js +220 -0
- package/dist/vue2/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
- package/dist/vue2/components/datepicker/utils.cjs +84 -0
- package/dist/vue2/components/datepicker/utils.cjs.map +1 -0
- package/dist/vue2/components/datepicker/utils.js +84 -0
- package/dist/vue2/components/datepicker/utils.js.map +1 -0
- package/dist/vue2/components/description_list/description_list.vue.cjs +84 -0
- package/dist/vue2/components/description_list/description_list.vue.cjs.map +1 -0
- package/dist/vue2/components/description_list/description_list.vue.js +85 -0
- package/dist/vue2/components/description_list/description_list.vue.js.map +1 -0
- package/dist/vue2/components/description_list/description_list_constants.cjs +5 -0
- package/dist/vue2/components/description_list/description_list_constants.cjs.map +1 -0
- package/dist/vue2/components/description_list/description_list_constants.js +5 -0
- package/dist/vue2/components/description_list/description_list_constants.js.map +1 -0
- package/dist/vue2/components/description_list/description_list_validators.cjs +33 -0
- package/dist/vue2/components/description_list/description_list_validators.cjs.map +1 -0
- package/dist/vue2/components/description_list/description_list_validators.js +33 -0
- package/dist/vue2/components/description_list/description_list_validators.js.map +1 -0
- package/dist/vue2/components/dropdown/dropdown.vue.cjs +403 -0
- package/dist/vue2/components/dropdown/dropdown.vue.cjs.map +1 -0
- package/dist/vue2/components/dropdown/dropdown.vue.js +404 -0
- package/dist/vue2/components/dropdown/dropdown.vue.js.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_constants.cjs +9 -0
- package/dist/vue2/components/dropdown/dropdown_constants.cjs.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_constants.js +9 -0
- package/dist/vue2/components/dropdown/dropdown_constants.js.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.cjs +22 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.js +23 -0
- package/dist/vue2/components/dropdown/dropdown_separator.vue.js.map +1 -0
- package/dist/vue2/components/emoji/emoji.vue.cjs +140 -0
- package/dist/vue2/components/emoji/emoji.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji/emoji.vue.js +141 -0
- package/dist/vue2/components/emoji/emoji.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.cjs +207 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.js +208 -0
- package/dist/vue2/components/emoji_picker/emoji_picker.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.cjs +28 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.js +28 -0
- package/dist/vue2/components/emoji_picker/emoji_picker_constants.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.cjs +39 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.js +40 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs +79 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js +80 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.cjs +468 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.js +469 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +178 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.js +179 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs +150 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js +151 -0
- package/dist/vue2/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +105 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +106 -0
- package/dist/vue2/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
- package/dist/vue2/components/empty_state/empty_state.vue.cjs +158 -0
- package/dist/vue2/components/empty_state/empty_state.vue.cjs.map +1 -0
- package/dist/vue2/components/empty_state/empty_state.vue.js +159 -0
- package/dist/vue2/components/empty_state/empty_state.vue.js.map +1 -0
- package/dist/vue2/components/empty_state/empty_state_constants.cjs +9 -0
- package/dist/vue2/components/empty_state/empty_state_constants.cjs.map +1 -0
- package/dist/vue2/components/empty_state/empty_state_constants.js +9 -0
- package/dist/vue2/components/empty_state/empty_state_constants.js.map +1 -0
- package/dist/vue2/components/hovercard/hovercard.vue.cjs +158 -0
- package/dist/vue2/components/hovercard/hovercard.vue.cjs.map +1 -0
- package/dist/vue2/components/hovercard/hovercard.vue.js +159 -0
- package/dist/vue2/components/hovercard/hovercard.vue.js.map +1 -0
- package/dist/vue2/components/hovercard/timer.cjs +58 -0
- package/dist/vue2/components/hovercard/timer.cjs.map +1 -0
- package/dist/vue2/components/hovercard/timer.js +59 -0
- package/dist/vue2/components/hovercard/timer.js.map +1 -0
- package/dist/vue2/components/icon/icon.vue.cjs +54 -0
- package/dist/vue2/components/icon/icon.vue.cjs.map +1 -0
- package/dist/vue2/components/icon/icon.vue.js +55 -0
- package/dist/vue2/components/icon/icon.vue.js.map +1 -0
- package/dist/vue2/components/icon/icon_constants.cjs +17 -0
- package/dist/vue2/components/icon/icon_constants.cjs.map +1 -0
- package/dist/vue2/components/icon/icon_constants.js +17 -0
- package/dist/vue2/components/icon/icon_constants.js.map +1 -0
- package/dist/vue2/components/illustration/illustration.vue.cjs +38 -0
- package/dist/vue2/components/illustration/illustration.vue.cjs.map +1 -0
- package/dist/vue2/components/illustration/illustration.vue.js +39 -0
- package/dist/vue2/components/illustration/illustration.vue.js.map +1 -0
- package/dist/vue2/components/illustration/illustration_constants.cjs +6 -0
- package/dist/vue2/components/illustration/illustration_constants.cjs.map +1 -0
- package/dist/vue2/components/illustration/illustration_constants.js +6 -0
- package/dist/vue2/components/illustration/illustration_constants.js.map +1 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.cjs +193 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.cjs.map +1 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.js +194 -0
- package/dist/vue2/components/image_viewer/image_viewer.vue.js.map +1 -0
- package/dist/vue2/components/input/input.vue.cjs +413 -0
- package/dist/vue2/components/input/input.vue.cjs.map +1 -0
- package/dist/vue2/components/input/input.vue.js +414 -0
- package/dist/vue2/components/input/input.vue.js.map +1 -0
- package/dist/vue2/components/input/input_constants.cjs +65 -0
- package/dist/vue2/components/input/input_constants.cjs.map +1 -0
- package/dist/vue2/components/input/input_constants.js +65 -0
- package/dist/vue2/components/input/input_constants.js.map +1 -0
- package/dist/vue2/components/input_group/input_group.vue.cjs +85 -0
- package/dist/vue2/components/input_group/input_group.vue.cjs.map +1 -0
- package/dist/vue2/components/input_group/input_group.vue.js +86 -0
- package/dist/vue2/components/input_group/input_group.vue.js.map +1 -0
- package/dist/vue2/components/item_layout/item_layout.vue.cjs +38 -0
- package/dist/vue2/components/item_layout/item_layout.vue.cjs.map +1 -0
- package/dist/vue2/components/item_layout/item_layout.vue.js +39 -0
- package/dist/vue2/components/item_layout/item_layout.vue.js.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +87 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js +88 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
- package/dist/vue2/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.cjs +77 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.cjs.map +1 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.js +78 -0
- package/dist/vue2/components/lazy_show/lazy_show.vue.js.map +1 -0
- package/dist/vue2/components/link/link.vue.cjs +80 -0
- package/dist/vue2/components/link/link.vue.cjs.map +1 -0
- package/dist/vue2/components/link/link.vue.js +81 -0
- package/dist/vue2/components/link/link.vue.js.map +1 -0
- package/dist/vue2/components/link/link_constants.cjs +39 -0
- package/dist/vue2/components/link/link_constants.cjs.map +1 -0
- package/dist/vue2/components/link/link_constants.js +39 -0
- package/dist/vue2/components/link/link_constants.js.map +1 -0
- package/dist/vue2/components/list_item/list_item.vue.cjs +196 -0
- package/dist/vue2/components/list_item/list_item.vue.cjs.map +1 -0
- package/dist/vue2/components/list_item/list_item.vue.js +197 -0
- package/dist/vue2/components/list_item/list_item.vue.js.map +1 -0
- package/dist/vue2/components/list_item/list_item_constants.cjs +14 -0
- package/dist/vue2/components/list_item/list_item_constants.cjs.map +1 -0
- package/dist/vue2/components/list_item/list_item_constants.js +14 -0
- package/dist/vue2/components/list_item/list_item_constants.js.map +1 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.cjs +56 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.cjs.map +1 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.js +57 -0
- package/dist/vue2/components/list_item_group/list_item_group.vue.js.map +1 -0
- package/dist/vue2/components/modal/modal.vue.cjs +326 -0
- package/dist/vue2/components/modal/modal.vue.cjs.map +1 -0
- package/dist/vue2/components/modal/modal.vue.js +327 -0
- package/dist/vue2/components/modal/modal.vue.js.map +1 -0
- package/dist/vue2/components/modal/modal_constants.cjs +21 -0
- package/dist/vue2/components/modal/modal_constants.cjs.map +1 -0
- package/dist/vue2/components/modal/modal_constants.js +21 -0
- package/dist/vue2/components/modal/modal_constants.js.map +1 -0
- package/dist/vue2/components/notice/notice.vue.cjs +156 -0
- package/dist/vue2/components/notice/notice.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice.vue.js +157 -0
- package/dist/vue2/components/notice/notice.vue.js.map +1 -0
- package/dist/vue2/components/notice/notice_action.vue.cjs +96 -0
- package/dist/vue2/components/notice/notice_action.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_action.vue.js +97 -0
- package/dist/vue2/components/notice/notice_action.vue.js.map +1 -0
- package/dist/vue2/components/notice/notice_constants.cjs +7 -0
- package/dist/vue2/components/notice/notice_constants.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_constants.js +7 -0
- package/dist/vue2/components/notice/notice_constants.js.map +1 -0
- package/dist/vue2/components/notice/notice_content.vue.cjs +48 -0
- package/dist/vue2/components/notice/notice_content.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_content.vue.js +49 -0
- package/dist/vue2/components/notice/notice_content.vue.js.map +1 -0
- package/dist/vue2/components/notice/notice_icon.vue.cjs +53 -0
- package/dist/vue2/components/notice/notice_icon.vue.cjs.map +1 -0
- package/dist/vue2/components/notice/notice_icon.vue.js +54 -0
- package/dist/vue2/components/notice/notice_icon.vue.js.map +1 -0
- package/dist/vue2/components/pagination/pagination.vue.cjs +145 -0
- package/dist/vue2/components/pagination/pagination.vue.cjs.map +1 -0
- package/dist/vue2/components/pagination/pagination.vue.js +146 -0
- package/dist/vue2/components/pagination/pagination.vue.js.map +1 -0
- package/dist/vue2/components/popover/popover.vue.cjs +905 -0
- package/dist/vue2/components/popover/popover.vue.cjs.map +1 -0
- package/dist/vue2/components/popover/popover.vue.js +906 -0
- package/dist/vue2/components/popover/popover.vue.js.map +1 -0
- package/dist/vue2/components/popover/popover_constants.cjs +34 -0
- package/dist/vue2/components/popover/popover_constants.cjs.map +1 -0
- package/dist/vue2/components/popover/popover_constants.js +34 -0
- package/dist/vue2/components/popover/popover_constants.js.map +1 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs +89 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.cjs.map +1 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.js +90 -0
- package/dist/vue2/components/popover/popover_header_footer.vue.js.map +1 -0
- package/dist/vue2/components/popover/tippy_utils.cjs +94 -0
- package/dist/vue2/components/popover/tippy_utils.cjs.map +1 -0
- package/dist/vue2/components/popover/tippy_utils.js +94 -0
- package/dist/vue2/components/popover/tippy_utils.js.map +1 -0
- package/dist/vue2/components/presence/presence.vue.cjs +50 -0
- package/dist/vue2/components/presence/presence.vue.cjs.map +1 -0
- package/dist/vue2/components/presence/presence.vue.js +51 -0
- package/dist/vue2/components/presence/presence.vue.js.map +1 -0
- package/dist/vue2/components/presence/presence_constants.cjs +17 -0
- package/dist/vue2/components/presence/presence_constants.cjs.map +1 -0
- package/dist/vue2/components/presence/presence_constants.js +17 -0
- package/dist/vue2/components/presence/presence_constants.js.map +1 -0
- package/dist/vue2/components/radio/radio.vue.cjs +107 -0
- package/dist/vue2/components/radio/radio.vue.cjs.map +1 -0
- package/dist/vue2/components/radio/radio.vue.js +108 -0
- package/dist/vue2/components/radio/radio.vue.js.map +1 -0
- package/dist/vue2/components/radio/radio_constants.cjs +9 -0
- package/dist/vue2/components/radio/radio_constants.cjs.map +1 -0
- package/dist/vue2/components/radio/radio_constants.js +9 -0
- package/dist/vue2/components/radio/radio_constants.js.map +1 -0
- package/dist/vue2/components/radio_group/radio_group.vue.cjs +90 -0
- package/dist/vue2/components/radio_group/radio_group.vue.cjs.map +1 -0
- package/dist/vue2/components/radio_group/radio_group.vue.js +91 -0
- package/dist/vue2/components/radio_group/radio_group.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +33 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +34 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +40 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +41 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.js +46 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
- package/dist/vue2/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.js +5 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
- package/dist/vue2/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +28 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +29 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +33 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +34 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.js +5 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
- package/dist/vue2/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +33 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +34 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +42 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +43 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.js +45 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
- package/dist/vue2/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +35 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +36 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.cjs +82 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.js +83 -0
- package/dist/vue2/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +119 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +120 -0
- package/dist/vue2/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
- package/dist/vue2/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs +524 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js +525 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.js +24 -0
- package/dist/vue2/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
- package/dist/vue2/components/root_layout/root_layout.vue.cjs +122 -0
- package/dist/vue2/components/root_layout/root_layout.vue.cjs.map +1 -0
- package/dist/vue2/components/root_layout/root_layout.vue.js +123 -0
- package/dist/vue2/components/root_layout/root_layout.vue.js.map +1 -0
- package/dist/vue2/components/root_layout/root_layout_constants.cjs +10 -0
- package/dist/vue2/components/root_layout/root_layout_constants.cjs.map +1 -0
- package/dist/vue2/components/root_layout/root_layout_constants.js +10 -0
- package/dist/vue2/components/root_layout/root_layout_constants.js.map +1 -0
- package/dist/vue2/components/select_menu/select_menu.vue.cjs +237 -0
- package/dist/vue2/components/select_menu/select_menu.vue.cjs.map +1 -0
- package/dist/vue2/components/select_menu/select_menu.vue.js +238 -0
- package/dist/vue2/components/select_menu/select_menu.vue.js.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_constants.cjs +17 -0
- package/dist/vue2/components/select_menu/select_menu_constants.cjs.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_constants.js +17 -0
- package/dist/vue2/components/select_menu/select_menu_constants.js.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_validators.cjs +34 -0
- package/dist/vue2/components/select_menu/select_menu_validators.cjs.map +1 -0
- package/dist/vue2/components/select_menu/select_menu_validators.js +34 -0
- package/dist/vue2/components/select_menu/select_menu_validators.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.cjs +102 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.js +103 -0
- package/dist/vue2/components/skeleton/skeleton-list-item.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.cjs +141 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.js +142 -0
- package/dist/vue2/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.cjs +101 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.js +102 -0
- package/dist/vue2/components/skeleton/skeleton-shape.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.cjs +111 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.js +112 -0
- package/dist/vue2/components/skeleton/skeleton-text.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton.vue.cjs +125 -0
- package/dist/vue2/components/skeleton/skeleton.vue.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton.vue.js +126 -0
- package/dist/vue2/components/skeleton/skeleton.vue.js.map +1 -0
- package/dist/vue2/components/skeleton/skeleton_constants.cjs +27 -0
- package/dist/vue2/components/skeleton/skeleton_constants.cjs.map +1 -0
- package/dist/vue2/components/skeleton/skeleton_constants.js +27 -0
- package/dist/vue2/components/skeleton/skeleton_constants.js.map +1 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.cjs +113 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.js +114 -0
- package/dist/vue2/components/split_button/split_button-alpha.vue.js.map +1 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.cjs +97 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.js +98 -0
- package/dist/vue2/components/split_button/split_button-omega.vue.js.map +1 -0
- package/dist/vue2/components/split_button/split_button.vue.cjs +283 -0
- package/dist/vue2/components/split_button/split_button.vue.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button.vue.js +284 -0
- package/dist/vue2/components/split_button/split_button.vue.js.map +1 -0
- package/dist/vue2/components/split_button/split_button_constants.cjs +11 -0
- package/dist/vue2/components/split_button/split_button_constants.cjs.map +1 -0
- package/dist/vue2/components/split_button/split_button_constants.js +11 -0
- package/dist/vue2/components/split_button/split_button_constants.js.map +1 -0
- package/dist/vue2/components/stack/stack.vue.cjs +82 -0
- package/dist/vue2/components/stack/stack.vue.cjs.map +1 -0
- package/dist/vue2/components/stack/stack.vue.js +83 -0
- package/dist/vue2/components/stack/stack.vue.js.map +1 -0
- package/dist/vue2/components/stack/stack_constants.cjs +15 -0
- package/dist/vue2/components/stack/stack_constants.cjs.map +1 -0
- package/dist/vue2/components/stack/stack_constants.js +15 -0
- package/dist/vue2/components/stack/stack_constants.js.map +1 -0
- package/dist/vue2/components/stack/utils.cjs +68 -0
- package/dist/vue2/components/stack/utils.cjs.map +1 -0
- package/dist/vue2/components/stack/utils.js +68 -0
- package/dist/vue2/components/stack/utils.js.map +1 -0
- package/dist/vue2/components/stack/validators.cjs +26 -0
- package/dist/vue2/components/stack/validators.cjs.map +1 -0
- package/dist/vue2/components/stack/validators.js +26 -0
- package/dist/vue2/components/stack/validators.js.map +1 -0
- package/dist/vue2/components/tabs/tab.vue.cjs +119 -0
- package/dist/vue2/components/tabs/tab.vue.cjs.map +1 -0
- package/dist/vue2/components/tabs/tab.vue.js +120 -0
- package/dist/vue2/components/tabs/tab.vue.js.map +1 -0
- package/dist/vue2/components/tabs/tab_group.vue.cjs +239 -0
- package/dist/vue2/components/tabs/tab_group.vue.cjs.map +1 -0
- package/dist/vue2/components/tabs/tab_group.vue.js +240 -0
- package/dist/vue2/components/tabs/tab_group.vue.js.map +1 -0
- package/dist/vue2/components/tabs/tab_panel.vue.cjs +87 -0
- package/dist/vue2/components/tabs/tab_panel.vue.cjs.map +1 -0
- package/dist/vue2/components/tabs/tab_panel.vue.js +88 -0
- package/dist/vue2/components/tabs/tab_panel.vue.js.map +1 -0
- package/dist/vue2/components/tabs/tabs_constants.cjs +21 -0
- package/dist/vue2/components/tabs/tabs_constants.cjs.map +1 -0
- package/dist/vue2/components/tabs/tabs_constants.js +21 -0
- package/dist/vue2/components/tabs/tabs_constants.js.map +1 -0
- package/dist/vue2/components/toast/toast.vue.cjs +236 -0
- package/dist/vue2/components/toast/toast.vue.cjs.map +1 -0
- package/dist/vue2/components/toast/toast.vue.js +237 -0
- package/dist/vue2/components/toast/toast.vue.js.map +1 -0
- package/dist/vue2/components/toast/toast_constants.cjs +7 -0
- package/dist/vue2/components/toast/toast_constants.cjs.map +1 -0
- package/dist/vue2/components/toast/toast_constants.js +7 -0
- package/dist/vue2/components/toast/toast_constants.js.map +1 -0
- package/dist/vue2/components/toggle/toggle.vue.cjs +168 -0
- package/dist/vue2/components/toggle/toggle.vue.cjs.map +1 -0
- package/dist/vue2/components/toggle/toggle.vue.js +169 -0
- package/dist/vue2/components/toggle/toggle.vue.js.map +1 -0
- package/dist/vue2/components/toggle/toggle_constants.cjs +10 -0
- package/dist/vue2/components/toggle/toggle_constants.cjs.map +1 -0
- package/dist/vue2/components/toggle/toggle_constants.js +10 -0
- package/dist/vue2/components/toggle/toggle_constants.js.map +1 -0
- package/dist/vue2/components/tooltip/tooltip.vue.cjs +429 -0
- package/dist/vue2/components/tooltip/tooltip.vue.cjs.map +1 -0
- package/dist/vue2/components/tooltip/tooltip.vue.js +430 -0
- package/dist/vue2/components/tooltip/tooltip.vue.js.map +1 -0
- package/dist/vue2/components/tooltip/tooltip_constants.cjs +23 -0
- package/dist/vue2/components/tooltip/tooltip_constants.cjs.map +1 -0
- package/dist/vue2/components/tooltip/tooltip_constants.js +23 -0
- package/dist/vue2/components/tooltip/tooltip_constants.js.map +1 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.cjs +81 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.cjs.map +1 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.js +82 -0
- package/dist/vue2/components/validation_messages/validation_messages.vue.js.map +1 -0
- package/dist/vue2/dialtone-vue.cjs +320 -314
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +218 -212
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/directives/scrollbar/scrollbar.cjs +31 -0
- package/dist/vue2/directives/scrollbar/scrollbar.cjs.map +1 -0
- package/dist/vue2/directives/scrollbar/scrollbar.js +31 -0
- package/dist/vue2/directives/scrollbar/scrollbar.js.map +1 -0
- package/dist/vue2/directives/tooltip/tooltip.cjs +85 -0
- package/dist/vue2/directives/tooltip/tooltip.cjs.map +1 -0
- package/dist/vue2/directives/tooltip/tooltip.js +85 -0
- package/dist/vue2/directives/tooltip/tooltip.js.map +1 -0
- package/dist/vue2/lib/attachment-carousel.cjs +1 -257
- package/dist/vue2/lib/attachment-carousel.cjs.map +1 -1
- package/dist/vue2/lib/attachment-carousel.js +2 -258
- package/dist/vue2/lib/attachment-carousel.js.map +1 -1
- package/dist/vue2/lib/avatar.cjs +11 -400
- package/dist/vue2/lib/avatar.cjs.map +1 -1
- package/dist/vue2/lib/avatar.js +3 -392
- package/dist/vue2/lib/avatar.js.map +1 -1
- package/dist/vue2/lib/badge.cjs +6 -200
- package/dist/vue2/lib/badge.cjs.map +1 -1
- package/dist/vue2/lib/badge.js +3 -197
- package/dist/vue2/lib/badge.js.map +1 -1
- package/dist/vue2/lib/banner.cjs +1 -206
- package/dist/vue2/lib/banner.cjs.map +1 -1
- package/dist/vue2/lib/banner.js +2 -207
- package/dist/vue2/lib/banner.js.map +1 -1
- package/dist/vue2/lib/breadcrumbs.cjs +6 -146
- package/dist/vue2/lib/breadcrumbs.cjs.map +1 -1
- package/dist/vue2/lib/breadcrumbs.js +5 -145
- package/dist/vue2/lib/breadcrumbs.js.map +1 -1
- package/dist/vue2/lib/button-group.cjs +3 -44
- package/dist/vue2/lib/button-group.cjs.map +1 -1
- package/dist/vue2/lib/button-group.js +3 -44
- package/dist/vue2/lib/button-group.js.map +1 -1
- package/dist/vue2/lib/button.cjs +10 -350
- package/dist/vue2/lib/button.cjs.map +1 -1
- package/dist/vue2/lib/button.js +3 -343
- package/dist/vue2/lib/button.js.map +1 -1
- package/dist/vue2/lib/callbar-button-with-popover.cjs +1 -261
- package/dist/vue2/lib/callbar-button-with-popover.cjs.map +1 -1
- package/dist/vue2/lib/callbar-button-with-popover.js +2 -262
- package/dist/vue2/lib/callbar-button-with-popover.js.map +1 -1
- package/dist/vue2/lib/callbar-button.cjs +4 -179
- package/dist/vue2/lib/callbar-button.cjs.map +1 -1
- package/dist/vue2/lib/callbar-button.js +3 -178
- package/dist/vue2/lib/callbar-button.js.map +1 -1
- package/dist/vue2/lib/callbox.cjs +4 -143
- package/dist/vue2/lib/callbox.cjs.map +1 -1
- package/dist/vue2/lib/callbox.js +3 -142
- package/dist/vue2/lib/callbox.js.map +1 -1
- package/dist/vue2/lib/card.cjs +2 -71
- package/dist/vue2/lib/card.cjs.map +1 -1
- package/dist/vue2/lib/card.js +2 -71
- package/dist/vue2/lib/card.js.map +1 -1
- package/dist/vue2/lib/checkbox-group.cjs +1 -126
- package/dist/vue2/lib/checkbox-group.cjs.map +1 -1
- package/dist/vue2/lib/checkbox-group.js +2 -127
- package/dist/vue2/lib/checkbox-group.js.map +1 -1
- package/dist/vue2/lib/checkbox.cjs +1 -124
- package/dist/vue2/lib/checkbox.cjs.map +1 -1
- package/dist/vue2/lib/checkbox.js +2 -125
- package/dist/vue2/lib/checkbox.js.map +1 -1
- package/dist/vue2/lib/chip.cjs +6 -196
- package/dist/vue2/lib/chip.cjs.map +1 -1
- package/dist/vue2/lib/chip.js +3 -193
- package/dist/vue2/lib/chip.js.map +1 -1
- package/dist/vue2/lib/codeblock.cjs +1 -26
- package/dist/vue2/lib/codeblock.cjs.map +1 -1
- package/dist/vue2/lib/codeblock.js +2 -27
- package/dist/vue2/lib/codeblock.js.map +1 -1
- package/dist/vue2/lib/collapsible.cjs +2 -332
- package/dist/vue2/lib/collapsible.cjs.map +1 -1
- package/dist/vue2/lib/collapsible.js +2 -332
- package/dist/vue2/lib/collapsible.js.map +1 -1
- package/dist/vue2/lib/combobox-multi-select.cjs +5 -584
- package/dist/vue2/lib/combobox-multi-select.cjs.map +1 -1
- package/dist/vue2/lib/combobox-multi-select.js +3 -582
- package/dist/vue2/lib/combobox-multi-select.js.map +1 -1
- package/dist/vue2/lib/combobox-with-popover.cjs +2 -382
- package/dist/vue2/lib/combobox-with-popover.cjs.map +1 -1
- package/dist/vue2/lib/combobox-with-popover.js +2 -382
- package/dist/vue2/lib/combobox-with-popover.js.map +1 -1
- package/dist/vue2/lib/combobox.cjs +4 -16
- package/dist/vue2/lib/combobox.cjs.map +1 -1
- package/dist/vue2/lib/combobox.js +3 -15
- package/dist/vue2/lib/combobox.js.map +1 -1
- package/dist/vue2/lib/contact-centers-row.cjs +1 -163
- package/dist/vue2/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-centers-row.js +2 -164
- package/dist/vue2/lib/contact-centers-row.js.map +1 -1
- package/dist/vue2/lib/contact-info.cjs +1 -149
- package/dist/vue2/lib/contact-info.cjs.map +1 -1
- package/dist/vue2/lib/contact-info.js +2 -150
- package/dist/vue2/lib/contact-info.js.map +1 -1
- package/dist/vue2/lib/contact-row.cjs +1 -207
- package/dist/vue2/lib/contact-row.cjs.map +1 -1
- package/dist/vue2/lib/contact-row.js +2 -208
- package/dist/vue2/lib/contact-row.js.map +1 -1
- package/dist/vue2/lib/datepicker.cjs +7 -658
- package/dist/vue2/lib/datepicker.cjs.map +1 -1
- package/dist/vue2/lib/datepicker.js +3 -654
- package/dist/vue2/lib/datepicker.js.map +1 -1
- package/dist/vue2/lib/description-list.cjs +3 -111
- package/dist/vue2/lib/description-list.cjs.map +1 -1
- package/dist/vue2/lib/description-list.js +3 -111
- package/dist/vue2/lib/description-list.js.map +1 -1
- package/dist/vue2/lib/dropdown.cjs +5 -42
- package/dist/vue2/lib/dropdown.cjs.map +1 -1
- package/dist/vue2/lib/dropdown.js +5 -42
- package/dist/vue2/lib/dropdown.js.map +1 -1
- package/dist/vue2/lib/editor.cjs +1 -554
- package/dist/vue2/lib/editor.cjs.map +1 -1
- package/dist/vue2/lib/editor.js +2 -555
- package/dist/vue2/lib/editor.js.map +1 -1
- package/dist/vue2/lib/emoji-picker.cjs +7 -1147
- package/dist/vue2/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue2/lib/emoji-picker.js +3 -1143
- package/dist/vue2/lib/emoji-picker.js.map +1 -1
- package/dist/vue2/lib/emoji-row.cjs +3 -83
- package/dist/vue2/lib/emoji-row.cjs.map +1 -1
- package/dist/vue2/lib/emoji-row.js +3 -83
- package/dist/vue2/lib/emoji-row.js.map +1 -1
- package/dist/vue2/lib/emoji-text-wrapper.cjs +2 -109
- package/dist/vue2/lib/emoji-text-wrapper.cjs.map +1 -1
- package/dist/vue2/lib/emoji-text-wrapper.js +2 -109
- package/dist/vue2/lib/emoji-text-wrapper.js.map +1 -1
- package/dist/vue2/lib/emoji.cjs +2 -142
- package/dist/vue2/lib/emoji.cjs.map +1 -1
- package/dist/vue2/lib/emoji.js +2 -142
- package/dist/vue2/lib/emoji.js.map +1 -1
- package/dist/vue2/lib/empty-state.cjs +3 -165
- package/dist/vue2/lib/empty-state.cjs.map +1 -1
- package/dist/vue2/lib/empty-state.js +3 -165
- package/dist/vue2/lib/empty-state.js.map +1 -1
- package/dist/vue2/lib/feed-item-row.cjs +4 -220
- package/dist/vue2/lib/feed-item-row.cjs.map +1 -1
- package/dist/vue2/lib/feed-item-row.js +3 -219
- package/dist/vue2/lib/feed-item-row.js.map +1 -1
- package/dist/vue2/lib/feed-pill.cjs +3 -146
- package/dist/vue2/lib/feed-pill.cjs.map +1 -1
- package/dist/vue2/lib/feed-pill.js +3 -146
- package/dist/vue2/lib/feed-pill.js.map +1 -1
- package/dist/vue2/lib/general-row.cjs +8 -444
- package/dist/vue2/lib/general-row.cjs.map +1 -1
- package/dist/vue2/lib/general-row.js +3 -439
- package/dist/vue2/lib/general-row.js.map +1 -1
- package/dist/vue2/lib/group-row.cjs +1 -112
- package/dist/vue2/lib/group-row.cjs.map +1 -1
- package/dist/vue2/lib/group-row.js +2 -113
- package/dist/vue2/lib/group-row.js.map +1 -1
- package/dist/vue2/lib/grouped-chip.cjs +1 -42
- package/dist/vue2/lib/grouped-chip.cjs.map +1 -1
- package/dist/vue2/lib/grouped-chip.js +2 -43
- package/dist/vue2/lib/grouped-chip.js.map +1 -1
- package/dist/vue2/lib/hovercard.cjs +1 -224
- package/dist/vue2/lib/hovercard.cjs.map +1 -1
- package/dist/vue2/lib/hovercard.js +2 -225
- package/dist/vue2/lib/hovercard.js.map +1 -1
- package/dist/vue2/lib/icon.cjs +3 -55
- package/dist/vue2/lib/icon.cjs.map +1 -1
- package/dist/vue2/lib/icon.js +3 -55
- package/dist/vue2/lib/icon.js.map +1 -1
- package/dist/vue2/lib/illustration.cjs +4 -40
- package/dist/vue2/lib/illustration.cjs.map +1 -1
- package/dist/vue2/lib/illustration.js +3 -39
- package/dist/vue2/lib/illustration.js.map +1 -1
- package/dist/vue2/lib/image-viewer.cjs +2 -198
- package/dist/vue2/lib/image-viewer.cjs.map +1 -1
- package/dist/vue2/lib/image-viewer.js +2 -198
- package/dist/vue2/lib/image-viewer.js.map +1 -1
- package/dist/vue2/lib/input-group.cjs +2 -89
- package/dist/vue2/lib/input-group.cjs.map +1 -1
- package/dist/vue2/lib/input-group.js +2 -89
- package/dist/vue2/lib/input-group.js.map +1 -1
- package/dist/vue2/lib/input.cjs +5 -471
- package/dist/vue2/lib/input.cjs.map +1 -1
- package/dist/vue2/lib/input.js +3 -469
- package/dist/vue2/lib/input.js.map +1 -1
- package/dist/vue2/lib/item-layout.cjs +2 -38
- package/dist/vue2/lib/item-layout.cjs.map +1 -1
- package/dist/vue2/lib/item-layout.js +2 -38
- package/dist/vue2/lib/item-layout.js.map +1 -1
- package/dist/vue2/lib/ivr-node.cjs +13 -211
- package/dist/vue2/lib/ivr-node.cjs.map +1 -1
- package/dist/vue2/lib/ivr-node.js +3 -201
- package/dist/vue2/lib/ivr-node.js.map +1 -1
- package/dist/vue2/lib/keyboard-shortcut.cjs +5 -103
- package/dist/vue2/lib/keyboard-shortcut.cjs.map +1 -1
- package/dist/vue2/lib/keyboard-shortcut.js +3 -101
- package/dist/vue2/lib/keyboard-shortcut.js.map +1 -1
- package/dist/vue2/lib/lazy-show.cjs +2 -78
- package/dist/vue2/lib/lazy-show.cjs.map +1 -1
- package/dist/vue2/lib/lazy-show.js +2 -78
- package/dist/vue2/lib/lazy-show.js.map +1 -1
- package/dist/vue2/lib/link.cjs +3 -80
- package/dist/vue2/lib/link.cjs.map +1 -1
- package/dist/vue2/lib/link.js +3 -80
- package/dist/vue2/lib/link.js.map +1 -1
- package/dist/vue2/lib/list-item-group.cjs +1 -57
- package/dist/vue2/lib/list-item-group.cjs.map +1 -1
- package/dist/vue2/lib/list-item-group.js +2 -58
- package/dist/vue2/lib/list-item-group.js.map +1 -1
- package/dist/vue2/lib/list-item.cjs +3 -200
- package/dist/vue2/lib/list-item.cjs.map +1 -1
- package/dist/vue2/lib/list-item.js +3 -200
- package/dist/vue2/lib/list-item.js.map +1 -1
- package/dist/vue2/lib/message-input.cjs +1 -647
- package/dist/vue2/lib/message-input.cjs.map +1 -1
- package/dist/vue2/lib/message-input.js +2 -648
- package/dist/vue2/lib/message-input.js.map +1 -1
- package/dist/vue2/lib/modal.cjs +5 -347
- package/dist/vue2/lib/modal.cjs.map +1 -1
- package/dist/vue2/lib/modal.js +3 -345
- package/dist/vue2/lib/modal.js.map +1 -1
- package/dist/vue2/lib/notice.cjs +9 -164
- package/dist/vue2/lib/notice.cjs.map +1 -1
- package/dist/vue2/lib/notice.js +9 -164
- package/dist/vue2/lib/notice.js.map +1 -1
- package/dist/vue2/lib/pagination.cjs +1 -149
- package/dist/vue2/lib/pagination.cjs.map +1 -1
- package/dist/vue2/lib/pagination.js +2 -150
- package/dist/vue2/lib/pagination.js.map +1 -1
- package/dist/vue2/lib/popover.cjs +3 -1014
- package/dist/vue2/lib/popover.cjs.map +1 -1
- package/dist/vue2/lib/popover.js +3 -1015
- package/dist/vue2/lib/popover.js.map +1 -1
- package/dist/vue2/lib/presence.cjs +5 -63
- package/dist/vue2/lib/presence.cjs.map +1 -1
- package/dist/vue2/lib/presence.js +3 -61
- package/dist/vue2/lib/presence.js.map +1 -1
- package/dist/vue2/lib/radio-group.cjs +1 -95
- package/dist/vue2/lib/radio-group.cjs.map +1 -1
- package/dist/vue2/lib/radio-group.js +2 -96
- package/dist/vue2/lib/radio-group.js.map +1 -1
- package/dist/vue2/lib/radio.cjs +3 -115
- package/dist/vue2/lib/radio.cjs.map +1 -1
- package/dist/vue2/lib/radio.js +3 -115
- package/dist/vue2/lib/radio.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor.cjs +5 -1705
- package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor.js +3 -1703
- package/dist/vue2/lib/rich-text-editor.js.map +1 -1
- package/dist/vue2/lib/root-layout.cjs +4 -127
- package/dist/vue2/lib/root-layout.cjs.map +1 -1
- package/dist/vue2/lib/root-layout.js +3 -126
- package/dist/vue2/lib/root-layout.js.map +1 -1
- package/dist/vue2/lib/scrollbar-directive.cjs +2 -2438
- package/dist/vue2/lib/scrollbar-directive.cjs.map +1 -1
- package/dist/vue2/lib/scrollbar-directive.js +2 -2438
- package/dist/vue2/lib/scrollbar-directive.js.map +1 -1
- package/dist/vue2/lib/select-menu.cjs +4 -279
- package/dist/vue2/lib/select-menu.cjs.map +1 -1
- package/dist/vue2/lib/select-menu.js +3 -278
- package/dist/vue2/lib/select-menu.js.map +1 -1
- package/dist/vue2/lib/settings-menu-button.cjs +1 -62
- package/dist/vue2/lib/settings-menu-button.cjs.map +1 -1
- package/dist/vue2/lib/settings-menu-button.js +2 -63
- package/dist/vue2/lib/settings-menu-button.js.map +1 -1
- package/dist/vue2/lib/skeleton.cjs +16 -610
- package/dist/vue2/lib/skeleton.cjs.map +1 -1
- package/dist/vue2/lib/skeleton.js +11 -605
- package/dist/vue2/lib/skeleton.js.map +1 -1
- package/dist/vue2/lib/split-button.cjs +3 -508
- package/dist/vue2/lib/split-button.cjs.map +1 -1
- package/dist/vue2/lib/split-button.js +3 -508
- package/dist/vue2/lib/split-button.js.map +1 -1
- package/dist/vue2/lib/stack.cjs +3 -159
- package/dist/vue2/lib/stack.cjs.map +1 -1
- package/dist/vue2/lib/stack.js +3 -159
- package/dist/vue2/lib/stack.js.map +1 -1
- package/dist/vue2/lib/tabs.cjs +10 -96
- package/dist/vue2/lib/tabs.cjs.map +1 -1
- package/dist/vue2/lib/tabs.js +7 -93
- package/dist/vue2/lib/tabs.js.map +1 -1
- package/dist/vue2/lib/time-pill.cjs +1 -44
- package/dist/vue2/lib/time-pill.cjs.map +1 -1
- package/dist/vue2/lib/time-pill.js +2 -45
- package/dist/vue2/lib/time-pill.js.map +1 -1
- package/dist/vue2/lib/toast.cjs +4 -244
- package/dist/vue2/lib/toast.cjs.map +1 -1
- package/dist/vue2/lib/toast.js +3 -243
- package/dist/vue2/lib/toast.js.map +1 -1
- package/dist/vue2/lib/toggle.cjs +4 -174
- package/dist/vue2/lib/toggle.cjs.map +1 -1
- package/dist/vue2/lib/toggle.js +3 -173
- package/dist/vue2/lib/toggle.js.map +1 -1
- package/dist/vue2/lib/tooltip-directive.cjs +2 -85
- package/dist/vue2/lib/tooltip-directive.cjs.map +1 -1
- package/dist/vue2/lib/tooltip-directive.js +2 -85
- package/dist/vue2/lib/tooltip-directive.js.map +1 -1
- package/dist/vue2/lib/tooltip.cjs +8 -439
- package/dist/vue2/lib/tooltip.cjs.map +1 -1
- package/dist/vue2/lib/tooltip.js +3 -435
- package/dist/vue2/lib/tooltip.js.map +1 -1
- package/dist/vue2/lib/top-banner-info.cjs +3 -60
- package/dist/vue2/lib/top-banner-info.cjs.map +1 -1
- package/dist/vue2/lib/top-banner-info.js +3 -60
- package/dist/vue2/lib/top-banner-info.js.map +1 -1
- package/dist/vue2/lib/unread-pill.cjs +4 -60
- package/dist/vue2/lib/unread-pill.cjs.map +1 -1
- package/dist/vue2/lib/unread-pill.js +3 -59
- package/dist/vue2/lib/unread-pill.js.map +1 -1
- package/dist/vue2/lib/validation-messages.cjs +2 -83
- package/dist/vue2/lib/validation-messages.cjs.map +1 -1
- package/dist/vue2/lib/validation-messages.js +2 -83
- package/dist/vue2/lib/validation-messages.js.map +1 -1
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs +174 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js +175 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
- package/dist/vue2/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +251 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +252 -0
- package/dist/vue2/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs +130 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js +131 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
- package/dist/vue2/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs +35 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js +36 -0
- package/dist/vue2/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +538 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +539 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
- package/dist/vue2/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +363 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +364 -0
- package/dist/vue2/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +143 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +144 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +72 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +73 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +46 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +47 -0
- package/dist/vue2/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs +496 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js +497 -0
- package/dist/vue2/recipes/conversation_view/editor/editor.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.cjs +14 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.js +14 -0
- package/dist/vue2/recipes/conversation_view/editor/editor_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +66 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js +67 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
- package/dist/vue2/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +205 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +206 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
- package/dist/vue2/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +133 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +134 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
- package/dist/vue2/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +45 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +46 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
- package/dist/vue2/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs +530 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js +531 -0
- package/dist/vue2/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs +46 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js +47 -0
- package/dist/vue2/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +59 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js +60 -0
- package/dist/vue2/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs +143 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js +144 -0
- package/dist/vue2/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs +127 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js +128 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js +13 -0
- package/dist/vue2/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +154 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +155 -0
- package/dist/vue2/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs +191 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js +192 -0
- package/dist/vue2/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs +317 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js +318 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js +58 -0
- package/dist/vue2/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +65 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +66 -0
- package/dist/vue2/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs +97 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js +98 -0
- package/dist/vue2/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs +56 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js +57 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
- package/dist/vue2/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs +52 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js +53 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
- package/dist/vue2/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
- package/dist/vue2/style.css +1016 -1659
- package/dist/vue3/_virtual/_plugin-vue_export-helper.cjs +10 -0
- package/dist/vue3/_virtual/_plugin-vue_export-helper.cjs.map +1 -0
- package/dist/vue3/_virtual/_plugin-vue_export-helper.js +11 -0
- package/dist/vue3/_virtual/_plugin-vue_export-helper.js.map +1 -0
- package/dist/vue3/common/dates.cjs +0 -2
- package/dist/vue3/common/dates.cjs.map +1 -1
- package/dist/vue3/common/dates.js +0 -2
- package/dist/vue3/common/dates.js.map +1 -1
- package/dist/vue3/common/emoji.cjs +163 -40
- package/dist/vue3/common/emoji.cjs.map +1 -1
- package/dist/vue3/common/emoji.js +145 -2
- package/dist/vue3/common/emoji.js.map +1 -1
- package/dist/vue3/common/mixins/dom.cjs +101 -0
- package/dist/vue3/common/mixins/dom.cjs.map +1 -0
- package/dist/vue3/common/mixins/dom.js +102 -0
- package/dist/vue3/common/mixins/dom.js.map +1 -0
- package/dist/vue3/common/mixins/input.cjs +296 -0
- package/dist/vue3/common/mixins/input.cjs.map +1 -0
- package/dist/vue3/common/mixins/input.js +296 -0
- package/dist/vue3/common/mixins/input.js.map +1 -0
- package/dist/vue3/common/mixins/input_group.cjs +153 -0
- package/dist/vue3/common/mixins/input_group.cjs.map +1 -0
- package/dist/vue3/common/mixins/input_group.js +153 -0
- package/dist/vue3/common/mixins/input_group.js.map +1 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.cjs +186 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.cjs.map +1 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.js +187 -0
- package/dist/vue3/common/mixins/keyboard_list_navigation.js.map +1 -0
- package/dist/vue3/common/mixins/modal.cjs +104 -0
- package/dist/vue3/common/mixins/modal.cjs.map +1 -0
- package/dist/vue3/common/mixins/modal.js +105 -0
- package/dist/vue3/common/mixins/modal.js.map +1 -0
- package/dist/vue3/common/mixins/skeleton.cjs +27 -0
- package/dist/vue3/common/mixins/skeleton.cjs.map +1 -0
- package/dist/vue3/common/mixins/skeleton.js +28 -0
- package/dist/vue3/common/mixins/skeleton.js.map +1 -0
- package/dist/vue3/common/mixins/sr_only_close_button.cjs +45 -0
- package/dist/vue3/common/mixins/sr_only_close_button.cjs.map +1 -0
- package/dist/vue3/common/mixins/sr_only_close_button.js +46 -0
- package/dist/vue3/common/mixins/sr_only_close_button.js.map +1 -0
- package/dist/vue3/common/mixins.cjs +4 -10
- package/dist/vue3/common/mixins.cjs.map +1 -1
- package/dist/vue3/common/mixins.js +4 -10
- package/dist/vue3/common/mixins.js.map +1 -1
- package/dist/vue3/common/sr_only_close_button.vue.cjs +48 -0
- package/dist/vue3/common/sr_only_close_button.vue.cjs.map +1 -0
- package/dist/vue3/common/sr_only_close_button.vue.js +49 -0
- package/dist/vue3/common/sr_only_close_button.vue.js.map +1 -0
- package/dist/vue3/common/utils.cjs +6 -12
- package/dist/vue3/common/utils.cjs.map +1 -1
- package/dist/vue3/common/utils.js +6 -12
- package/dist/vue3/common/utils.js.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/components/avatar/avatar.vue.cjs +367 -0
- package/dist/vue3/components/avatar/avatar.vue.cjs.map +1 -0
- package/dist/vue3/components/avatar/avatar.vue.js +368 -0
- package/dist/vue3/components/avatar/avatar.vue.js.map +1 -0
- package/dist/vue3/components/avatar/avatar_constants.cjs +64 -0
- package/dist/vue3/components/avatar/avatar_constants.cjs.map +1 -0
- package/dist/vue3/components/avatar/avatar_constants.js +64 -0
- package/dist/vue3/components/avatar/avatar_constants.js.map +1 -0
- package/dist/vue3/components/avatar/utils.cjs +9 -0
- package/dist/vue3/components/avatar/utils.cjs.map +1 -0
- package/dist/vue3/components/avatar/utils.js +9 -0
- package/dist/vue3/components/avatar/utils.js.map +1 -0
- package/dist/vue3/components/badge/badge.vue.cjs +183 -0
- package/dist/vue3/components/badge/badge.vue.cjs.map +1 -0
- package/dist/vue3/components/badge/badge.vue.js +184 -0
- package/dist/vue3/components/badge/badge.vue.js.map +1 -0
- package/dist/vue3/components/badge/badge_constants.cjs +43 -0
- package/dist/vue3/components/badge/badge_constants.cjs.map +1 -0
- package/dist/vue3/components/badge/badge_constants.js +43 -0
- package/dist/vue3/components/badge/badge_constants.js.map +1 -0
- package/dist/vue3/components/banner/banner.vue.cjs +236 -0
- package/dist/vue3/components/banner/banner.vue.cjs.map +1 -0
- package/dist/vue3/components/banner/banner.vue.js +237 -0
- package/dist/vue3/components/banner/banner.vue.js.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.cjs +79 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.cjs.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.js +80 -0
- package/dist/vue3/components/breadcrumbs/breadcrumb_item.vue.js.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.cjs +77 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.cjs.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.js +78 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs.vue.js.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.cjs +7 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.cjs.map +1 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.js +7 -0
- package/dist/vue3/components/breadcrumbs/breadcrumbs_constants.js.map +1 -0
- package/dist/vue3/components/button/button.vue.cjs +290 -0
- package/dist/vue3/components/button/button.vue.cjs.map +1 -0
- package/dist/vue3/components/button/button.vue.js +291 -0
- package/dist/vue3/components/button/button.vue.js.map +1 -0
- package/dist/vue3/components/button/button_constants.cjs +71 -0
- package/dist/vue3/components/button/button_constants.cjs.map +1 -0
- package/dist/vue3/components/button/button_constants.js +71 -0
- package/dist/vue3/components/button/button_constants.js.map +1 -0
- package/dist/vue3/components/button_group/button_group.vue.cjs +36 -0
- package/dist/vue3/components/button_group/button_group.vue.cjs.map +1 -0
- package/dist/vue3/components/button_group/button_group.vue.js +37 -0
- package/dist/vue3/components/button_group/button_group.vue.js.map +1 -0
- package/dist/vue3/components/button_group/button_group_constants.cjs +9 -0
- package/dist/vue3/components/button_group/button_group_constants.cjs.map +1 -0
- package/dist/vue3/components/button_group/button_group_constants.js +9 -0
- package/dist/vue3/components/button_group/button_group_constants.js.map +1 -0
- package/dist/vue3/components/card/card.vue.cjs +90 -0
- package/dist/vue3/components/card/card.vue.cjs.map +1 -0
- package/dist/vue3/components/card/card.vue.js +91 -0
- package/dist/vue3/components/card/card.vue.js.map +1 -0
- package/dist/vue3/components/checkbox/checkbox.vue.cjs +149 -0
- package/dist/vue3/components/checkbox/checkbox.vue.cjs.map +1 -0
- package/dist/vue3/components/checkbox/checkbox.vue.js +150 -0
- package/dist/vue3/components/checkbox/checkbox.vue.js.map +1 -0
- package/dist/vue3/components/checkbox/checkbox_constants.cjs +9 -0
- package/dist/vue3/components/checkbox/checkbox_constants.cjs.map +1 -0
- package/dist/vue3/components/checkbox/checkbox_constants.js +9 -0
- package/dist/vue3/components/checkbox/checkbox_constants.js.map +1 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.cjs +110 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.cjs.map +1 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.js +111 -0
- package/dist/vue3/components/checkbox_group/checkbox_group.vue.js.map +1 -0
- package/dist/vue3/components/chip/chip.vue.cjs +209 -0
- package/dist/vue3/components/chip/chip.vue.cjs.map +1 -0
- package/dist/vue3/components/chip/chip.vue.js +210 -0
- package/dist/vue3/components/chip/chip.vue.js.map +1 -0
- package/dist/vue3/components/chip/chip_constants.cjs +21 -0
- package/dist/vue3/components/chip/chip_constants.cjs.map +1 -0
- package/dist/vue3/components/chip/chip_constants.js +21 -0
- package/dist/vue3/components/chip/chip_constants.js.map +1 -0
- package/dist/vue3/components/codeblock/codeblock.vue.cjs +23 -0
- package/dist/vue3/components/codeblock/codeblock.vue.cjs.map +1 -0
- package/dist/vue3/components/codeblock/codeblock.vue.js +24 -0
- package/dist/vue3/components/codeblock/codeblock.vue.js.map +1 -0
- package/dist/vue3/components/collapsible/collapsible.vue.cjs +256 -0
- package/dist/vue3/components/collapsible/collapsible.vue.cjs.map +1 -0
- package/dist/vue3/components/collapsible/collapsible.vue.js +257 -0
- package/dist/vue3/components/collapsible/collapsible.vue.js.map +1 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.cjs +149 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.cjs.map +1 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.js +150 -0
- package/dist/vue3/components/collapsible/collapsible_lazy_show.vue.js.map +1 -0
- package/dist/vue3/components/combobox/combobox.vue.cjs +356 -0
- package/dist/vue3/components/combobox/combobox.vue.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox.vue.js +357 -0
- package/dist/vue3/components/combobox/combobox.vue.js.map +1 -0
- package/dist/vue3/components/combobox/combobox_constants.cjs +11 -0
- package/dist/vue3/components/combobox/combobox_constants.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox_constants.js +11 -0
- package/dist/vue3/components/combobox/combobox_constants.js.map +1 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.cjs +52 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.js +53 -0
- package/dist/vue3/components/combobox/combobox_empty-list.vue.js.map +1 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.cjs +37 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.cjs.map +1 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.js +38 -0
- package/dist/vue3/components/combobox/combobox_loading-list.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.cjs +116 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.cjs.map +1 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.js +116 -0
- package/dist/vue3/components/datepicker/composables/useCalendar.js.map +1 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.cjs +109 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.cjs.map +1 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.js +109 -0
- package/dist/vue3/components/datepicker/composables/useMonthYearPicker.js.map +1 -0
- package/dist/vue3/components/datepicker/datepicker.vue.cjs +153 -0
- package/dist/vue3/components/datepicker/datepicker.vue.cjs.map +1 -0
- package/dist/vue3/components/datepicker/datepicker.vue.js +154 -0
- package/dist/vue3/components/datepicker/datepicker.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/datepicker_constants.cjs +9 -0
- package/dist/vue3/components/datepicker/datepicker_constants.cjs.map +1 -0
- package/dist/vue3/components/datepicker/datepicker_constants.js +9 -0
- package/dist/vue3/components/datepicker/datepicker_constants.js.map +1 -0
- package/dist/vue3/components/datepicker/formatUtils.cjs +25 -0
- package/dist/vue3/components/datepicker/formatUtils.cjs.map +1 -0
- package/dist/vue3/components/datepicker/formatUtils.js +25 -0
- package/dist/vue3/components/datepicker/formatUtils.js.map +1 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.cjs +137 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.cjs.map +1 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.js +138 -0
- package/dist/vue3/components/datepicker/modules/calendar.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs +246 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.cjs.map +1 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js +247 -0
- package/dist/vue3/components/datepicker/modules/month-year-picker.vue.js.map +1 -0
- package/dist/vue3/components/datepicker/utils.cjs +84 -0
- package/dist/vue3/components/datepicker/utils.cjs.map +1 -0
- package/dist/vue3/components/datepicker/utils.js +84 -0
- package/dist/vue3/components/datepicker/utils.js.map +1 -0
- package/dist/vue3/components/description_list/description_list.vue.cjs +88 -0
- package/dist/vue3/components/description_list/description_list.vue.cjs.map +1 -0
- package/dist/vue3/components/description_list/description_list.vue.js +89 -0
- package/dist/vue3/components/description_list/description_list.vue.js.map +1 -0
- package/dist/vue3/components/description_list/description_list_constants.cjs +5 -0
- package/dist/vue3/components/description_list/description_list_constants.cjs.map +1 -0
- package/dist/vue3/components/description_list/description_list_constants.js +5 -0
- package/dist/vue3/components/description_list/description_list_constants.js.map +1 -0
- package/dist/vue3/components/description_list/description_list_validators.cjs +33 -0
- package/dist/vue3/components/description_list/description_list_validators.cjs.map +1 -0
- package/dist/vue3/components/description_list/description_list_validators.js +33 -0
- package/dist/vue3/components/description_list/description_list_validators.js.map +1 -0
- package/dist/vue3/components/dropdown/dropdown.vue.cjs +444 -0
- package/dist/vue3/components/dropdown/dropdown.vue.cjs.map +1 -0
- package/dist/vue3/components/dropdown/dropdown.vue.js +445 -0
- package/dist/vue3/components/dropdown/dropdown.vue.js.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_constants.cjs +9 -0
- package/dist/vue3/components/dropdown/dropdown_constants.cjs.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_constants.js +9 -0
- package/dist/vue3/components/dropdown/dropdown_constants.js.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.cjs +17 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.cjs.map +1 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.js +18 -0
- package/dist/vue3/components/dropdown/dropdown_separator.vue.js.map +1 -0
- package/dist/vue3/components/emoji/emoji.vue.cjs +155 -0
- package/dist/vue3/components/emoji/emoji.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji/emoji.vue.js +156 -0
- package/dist/vue3/components/emoji/emoji.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.cjs +153 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.js +153 -0
- package/dist/vue3/components/emoji_picker/composables/useKeyboardNavigation.js.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.cjs +233 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.js +234 -0
- package/dist/vue3/components/emoji_picker/emoji_picker.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.cjs +35 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.js +35 -0
- package/dist/vue3/components/emoji_picker/emoji_picker_constants.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.cjs +37 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.js +38 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_description.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs +78 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js +79 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_search.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.cjs +428 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.js +429 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_selector.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.cjs +198 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.js +199 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_skin_selector.vue.js.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs +166 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js +167 -0
- package/dist/vue3/components/emoji_picker/modules/emoji_tabset.vue.js.map +1 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs +95 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.cjs.map +1 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.js +96 -0
- package/dist/vue3/components/emoji_text_wrapper/emoji_text_wrapper.vue.js.map +1 -0
- package/dist/vue3/components/empty_state/empty_state.vue.cjs +171 -0
- package/dist/vue3/components/empty_state/empty_state.vue.cjs.map +1 -0
- package/dist/vue3/components/empty_state/empty_state.vue.js +172 -0
- package/dist/vue3/components/empty_state/empty_state.vue.js.map +1 -0
- package/dist/vue3/components/empty_state/empty_state_constants.cjs +9 -0
- package/dist/vue3/components/empty_state/empty_state_constants.cjs.map +1 -0
- package/dist/vue3/components/empty_state/empty_state_constants.js +9 -0
- package/dist/vue3/components/empty_state/empty_state_constants.js.map +1 -0
- package/dist/vue3/components/hovercard/hovercard.vue.cjs +166 -0
- package/dist/vue3/components/hovercard/hovercard.vue.cjs.map +1 -0
- package/dist/vue3/components/hovercard/hovercard.vue.js +167 -0
- package/dist/vue3/components/hovercard/hovercard.vue.js.map +1 -0
- package/dist/vue3/components/hovercard/timer.cjs +59 -0
- package/dist/vue3/components/hovercard/timer.cjs.map +1 -0
- package/dist/vue3/components/hovercard/timer.js +60 -0
- package/dist/vue3/components/hovercard/timer.js.map +1 -0
- package/dist/vue3/components/icon/icon.vue.cjs +55 -0
- package/dist/vue3/components/icon/icon.vue.cjs.map +1 -0
- package/dist/vue3/components/icon/icon.vue.js +56 -0
- package/dist/vue3/components/icon/icon.vue.js.map +1 -0
- package/dist/vue3/components/icon/icon_constants.cjs +17 -0
- package/dist/vue3/components/icon/icon_constants.cjs.map +1 -0
- package/dist/vue3/components/icon/icon_constants.js +17 -0
- package/dist/vue3/components/icon/icon_constants.js.map +1 -0
- package/dist/vue3/components/illustration/illustration.vue.cjs +30 -0
- package/dist/vue3/components/illustration/illustration.vue.cjs.map +1 -0
- package/dist/vue3/components/illustration/illustration.vue.js +31 -0
- package/dist/vue3/components/illustration/illustration.vue.js.map +1 -0
- package/dist/vue3/components/illustration/illustration_constants.cjs +6 -0
- package/dist/vue3/components/illustration/illustration_constants.cjs.map +1 -0
- package/dist/vue3/components/illustration/illustration_constants.js +6 -0
- package/dist/vue3/components/illustration/illustration_constants.js.map +1 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.cjs +247 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.cjs.map +1 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.js +248 -0
- package/dist/vue3/components/image_viewer/image_viewer.vue.js.map +1 -0
- package/dist/vue3/components/input/input.vue.cjs +505 -0
- package/dist/vue3/components/input/input.vue.cjs.map +1 -0
- package/dist/vue3/components/input/input.vue.js +506 -0
- package/dist/vue3/components/input/input.vue.js.map +1 -0
- package/dist/vue3/components/input/input_constants.cjs +65 -0
- package/dist/vue3/components/input/input_constants.cjs.map +1 -0
- package/dist/vue3/components/input/input_constants.js +65 -0
- package/dist/vue3/components/input/input_constants.js.map +1 -0
- package/dist/vue3/components/input_group/input_group.vue.cjs +89 -0
- package/dist/vue3/components/input_group/input_group.vue.cjs.map +1 -0
- package/dist/vue3/components/input_group/input_group.vue.js +90 -0
- package/dist/vue3/components/input_group/input_group.vue.js.map +1 -0
- package/dist/vue3/components/item_layout/item_layout.vue.cjs +90 -0
- package/dist/vue3/components/item_layout/item_layout.vue.cjs.map +1 -0
- package/dist/vue3/components/item_layout/item_layout.vue.js +91 -0
- package/dist/vue3/components/item_layout/item_layout.vue.js.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs +102 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.cjs.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js +103 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut.vue.js.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs +18 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.cjs.map +1 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js +18 -0
- package/dist/vue3/components/keyboard_shortcut/keyboard_shortcut_constants.js.map +1 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.cjs +81 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.cjs.map +1 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.js +82 -0
- package/dist/vue3/components/lazy_show/lazy_show.vue.js.map +1 -0
- package/dist/vue3/components/link/link.vue.cjs +55 -0
- package/dist/vue3/components/link/link.vue.cjs.map +1 -0
- package/dist/vue3/components/link/link.vue.js +56 -0
- package/dist/vue3/components/link/link.vue.js.map +1 -0
- package/dist/vue3/components/link/link_constants.cjs +39 -0
- package/dist/vue3/components/link/link_constants.cjs.map +1 -0
- package/dist/vue3/components/link/link_constants.js +39 -0
- package/dist/vue3/components/link/link_constants.js.map +1 -0
- package/dist/vue3/components/list_item/list_item.vue.cjs +210 -0
- package/dist/vue3/components/list_item/list_item.vue.cjs.map +1 -0
- package/dist/vue3/components/list_item/list_item.vue.js +211 -0
- package/dist/vue3/components/list_item/list_item.vue.js.map +1 -0
- package/dist/vue3/components/list_item/list_item_constants.cjs +14 -0
- package/dist/vue3/components/list_item/list_item_constants.cjs.map +1 -0
- package/dist/vue3/components/list_item/list_item_constants.js +14 -0
- package/dist/vue3/components/list_item/list_item_constants.js.map +1 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.cjs +66 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.cjs.map +1 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.js +67 -0
- package/dist/vue3/components/list_item_group/list_item_group.vue.js.map +1 -0
- package/dist/vue3/components/modal/modal.vue.cjs +420 -0
- package/dist/vue3/components/modal/modal.vue.cjs.map +1 -0
- package/dist/vue3/components/modal/modal.vue.js +421 -0
- package/dist/vue3/components/modal/modal.vue.js.map +1 -0
- package/dist/vue3/components/modal/modal_constants.cjs +21 -0
- package/dist/vue3/components/modal/modal_constants.cjs.map +1 -0
- package/dist/vue3/components/modal/modal_constants.js +21 -0
- package/dist/vue3/components/modal/modal_constants.js.map +1 -0
- package/dist/vue3/components/notice/notice.vue.cjs +195 -0
- package/dist/vue3/components/notice/notice.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice.vue.js +196 -0
- package/dist/vue3/components/notice/notice.vue.js.map +1 -0
- package/dist/vue3/components/notice/notice_action.vue.cjs +102 -0
- package/dist/vue3/components/notice/notice_action.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_action.vue.js +103 -0
- package/dist/vue3/components/notice/notice_action.vue.js.map +1 -0
- package/dist/vue3/components/notice/notice_constants.cjs +7 -0
- package/dist/vue3/components/notice/notice_constants.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_constants.js +7 -0
- package/dist/vue3/components/notice/notice_constants.js.map +1 -0
- package/dist/vue3/components/notice/notice_content.vue.cjs +67 -0
- package/dist/vue3/components/notice/notice_content.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_content.vue.js +68 -0
- package/dist/vue3/components/notice/notice_content.vue.js.map +1 -0
- package/dist/vue3/components/notice/notice_icon.vue.cjs +61 -0
- package/dist/vue3/components/notice/notice_icon.vue.cjs.map +1 -0
- package/dist/vue3/components/notice/notice_icon.vue.js +62 -0
- package/dist/vue3/components/notice/notice_icon.vue.js.map +1 -0
- package/dist/vue3/components/pagination/pagination.vue.cjs +194 -0
- package/dist/vue3/components/pagination/pagination.vue.cjs.map +1 -0
- package/dist/vue3/components/pagination/pagination.vue.js +195 -0
- package/dist/vue3/components/pagination/pagination.vue.js.map +1 -0
- package/dist/vue3/components/popover/popover.vue.cjs +1014 -0
- package/dist/vue3/components/popover/popover.vue.cjs.map +1 -0
- package/dist/vue3/components/popover/popover.vue.js +1015 -0
- package/dist/vue3/components/popover/popover.vue.js.map +1 -0
- package/dist/vue3/components/popover/popover_constants.cjs +34 -0
- package/dist/vue3/components/popover/popover_constants.cjs.map +1 -0
- package/dist/vue3/components/popover/popover_constants.js +34 -0
- package/dist/vue3/components/popover/popover_constants.js.map +1 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.cjs +111 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.cjs.map +1 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.js +112 -0
- package/dist/vue3/components/popover/popover_header_footer.vue.js.map +1 -0
- package/dist/vue3/components/popover/tippy_utils.cjs +94 -0
- package/dist/vue3/components/popover/tippy_utils.cjs.map +1 -0
- package/dist/vue3/components/popover/tippy_utils.js +94 -0
- package/dist/vue3/components/popover/tippy_utils.js.map +1 -0
- package/dist/vue3/components/presence/presence.vue.cjs +57 -0
- package/dist/vue3/components/presence/presence.vue.cjs.map +1 -0
- package/dist/vue3/components/presence/presence.vue.js +58 -0
- package/dist/vue3/components/presence/presence.vue.js.map +1 -0
- package/dist/vue3/components/presence/presence_constants.cjs +17 -0
- package/dist/vue3/components/presence/presence_constants.cjs.map +1 -0
- package/dist/vue3/components/presence/presence_constants.js +17 -0
- package/dist/vue3/components/presence/presence_constants.js.map +1 -0
- package/dist/vue3/components/radio/radio.vue.cjs +155 -0
- package/dist/vue3/components/radio/radio.vue.cjs.map +1 -0
- package/dist/vue3/components/radio/radio.vue.js +156 -0
- package/dist/vue3/components/radio/radio.vue.js.map +1 -0
- package/dist/vue3/components/radio/radio_constants.cjs +9 -0
- package/dist/vue3/components/radio/radio_constants.cjs.map +1 -0
- package/dist/vue3/components/radio/radio_constants.js +9 -0
- package/dist/vue3/components/radio/radio_constants.js.map +1 -0
- package/dist/vue3/components/radio_group/radio_group.vue.cjs +82 -0
- package/dist/vue3/components/radio_group/radio_group.vue.cjs.map +1 -0
- package/dist/vue3/components/radio_group/radio_group.vue.js +83 -0
- package/dist/vue3/components/radio_group/radio_group.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs +36 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js +37 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs +49 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js +50 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/ChannelSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.cjs +46 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.js +46 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/channel.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.cjs +81 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.js +82 -0
- package/dist/vue3/components/rich_text_editor/extensions/channels/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.cjs +49 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.js +49 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/autolink.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.cjs +31 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.js +31 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/custom_link.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.cjs +4 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.js +5 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/index.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.cjs +105 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.js +105 -0
- package/dist/vue3/components/rich_text_editor/extensions/custom_link/utils.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs +29 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js +30 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs +38 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js +39 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/EmojiSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.cjs +136 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.js +136 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/emoji.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.cjs +4 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.js +5 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/index.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.cjs +109 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.js +110 -0
- package/dist/vue3/components/rich_text_editor/extensions/emoji/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs +36 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js +37 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs +50 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js +51 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.cjs +45 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.js +45 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/mention.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.cjs +81 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.js +82 -0
- package/dist/vue3/components/rich_text_editor/extensions/mentions/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs +32 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js +33 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandComponent.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs +38 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js +39 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/SlashCommandSuggestion.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.cjs +88 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.js +88 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/slash_command.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.cjs +83 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.js +84 -0
- package/dist/vue3/components/rich_text_editor/extensions/slash_command/suggestion.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs +128 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js +129 -0
- package/dist/vue3/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs +22 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js +23 -0
- package/dist/vue3/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs +520 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js +521 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor.vue.js.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.cjs +24 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.cjs.map +1 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.js +24 -0
- package/dist/vue3/components/rich_text_editor/rich_text_editor_constants.js.map +1 -0
- package/dist/vue3/components/root_layout/root_layout.vue.cjs +152 -0
- package/dist/vue3/components/root_layout/root_layout.vue.cjs.map +1 -0
- package/dist/vue3/components/root_layout/root_layout.vue.js +153 -0
- package/dist/vue3/components/root_layout/root_layout.vue.js.map +1 -0
- package/dist/vue3/components/root_layout/root_layout_constants.cjs +10 -0
- package/dist/vue3/components/root_layout/root_layout_constants.cjs.map +1 -0
- package/dist/vue3/components/root_layout/root_layout_constants.js +10 -0
- package/dist/vue3/components/root_layout/root_layout_constants.js.map +1 -0
- package/dist/vue3/components/scroller/DtScroller.vue.cjs +185 -0
- package/dist/vue3/components/scroller/DtScroller.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/DtScroller.vue.js +186 -0
- package/dist/vue3/components/scroller/DtScroller.vue.js.map +1 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.cjs +462 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.js +463 -0
- package/dist/vue3/components/scroller/modules/core_scroller.vue.js.map +1 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.cjs +246 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.js +247 -0
- package/dist/vue3/components/scroller/modules/dynamic_scroller.vue.js.map +1 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.cjs +196 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.cjs.map +1 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.js +197 -0
- package/dist/vue3/components/scroller/modules/scroller_item.vue.js.map +1 -0
- package/dist/vue3/components/select_menu/select_menu.vue.cjs +269 -0
- package/dist/vue3/components/select_menu/select_menu.vue.cjs.map +1 -0
- package/dist/vue3/components/select_menu/select_menu.vue.js +270 -0
- package/dist/vue3/components/select_menu/select_menu.vue.js.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_constants.cjs +17 -0
- package/dist/vue3/components/select_menu/select_menu_constants.cjs.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_constants.js +17 -0
- package/dist/vue3/components/select_menu/select_menu_constants.js.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_validators.cjs +34 -0
- package/dist/vue3/components/select_menu/select_menu_validators.cjs.map +1 -0
- package/dist/vue3/components/select_menu/select_menu_validators.js +34 -0
- package/dist/vue3/components/select_menu/select_menu_validators.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.cjs +116 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.js +117 -0
- package/dist/vue3/components/skeleton/skeleton-list-item.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.cjs +147 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.js +148 -0
- package/dist/vue3/components/skeleton/skeleton-paragraph.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.cjs +97 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.js +98 -0
- package/dist/vue3/components/skeleton/skeleton-shape.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.cjs +114 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.js +115 -0
- package/dist/vue3/components/skeleton/skeleton-text.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton.vue.cjs +143 -0
- package/dist/vue3/components/skeleton/skeleton.vue.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton.vue.js +144 -0
- package/dist/vue3/components/skeleton/skeleton.vue.js.map +1 -0
- package/dist/vue3/components/skeleton/skeleton_constants.cjs +27 -0
- package/dist/vue3/components/skeleton/skeleton_constants.cjs.map +1 -0
- package/dist/vue3/components/skeleton/skeleton_constants.js +27 -0
- package/dist/vue3/components/skeleton/skeleton_constants.js.map +1 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.cjs +129 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.js +130 -0
- package/dist/vue3/components/split_button/split_button-alpha.vue.js.map +1 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.cjs +110 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.js +111 -0
- package/dist/vue3/components/split_button/split_button-omega.vue.js.map +1 -0
- package/dist/vue3/components/split_button/split_button.vue.cjs +297 -0
- package/dist/vue3/components/split_button/split_button.vue.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button.vue.js +298 -0
- package/dist/vue3/components/split_button/split_button.vue.js.map +1 -0
- package/dist/vue3/components/split_button/split_button_constants.cjs +11 -0
- package/dist/vue3/components/split_button/split_button_constants.cjs.map +1 -0
- package/dist/vue3/components/split_button/split_button_constants.js +11 -0
- package/dist/vue3/components/split_button/split_button_constants.js.map +1 -0
- package/dist/vue3/components/stack/stack.vue.cjs +80 -0
- package/dist/vue3/components/stack/stack.vue.cjs.map +1 -0
- package/dist/vue3/components/stack/stack.vue.js +81 -0
- package/dist/vue3/components/stack/stack.vue.js.map +1 -0
- package/dist/vue3/components/stack/stack_constants.cjs +15 -0
- package/dist/vue3/components/stack/stack_constants.cjs.map +1 -0
- package/dist/vue3/components/stack/stack_constants.js +15 -0
- package/dist/vue3/components/stack/stack_constants.js.map +1 -0
- package/dist/vue3/components/stack/utils.cjs +68 -0
- package/dist/vue3/components/stack/utils.cjs.map +1 -0
- package/dist/vue3/components/stack/utils.js +68 -0
- package/dist/vue3/components/stack/utils.js.map +1 -0
- package/dist/vue3/components/stack/validators.cjs +26 -0
- package/dist/vue3/components/stack/validators.cjs.map +1 -0
- package/dist/vue3/components/stack/validators.js +26 -0
- package/dist/vue3/components/stack/validators.js.map +1 -0
- package/dist/vue3/components/tabs/tab.vue.cjs +141 -0
- package/dist/vue3/components/tabs/tab.vue.cjs.map +1 -0
- package/dist/vue3/components/tabs/tab.vue.js +142 -0
- package/dist/vue3/components/tabs/tab.vue.js.map +1 -0
- package/dist/vue3/components/tabs/tab_group.vue.cjs +234 -0
- package/dist/vue3/components/tabs/tab_group.vue.cjs.map +1 -0
- package/dist/vue3/components/tabs/tab_group.vue.js +235 -0
- package/dist/vue3/components/tabs/tab_group.vue.js.map +1 -0
- package/dist/vue3/components/tabs/tab_panel.vue.cjs +91 -0
- package/dist/vue3/components/tabs/tab_panel.vue.cjs.map +1 -0
- package/dist/vue3/components/tabs/tab_panel.vue.js +92 -0
- package/dist/vue3/components/tabs/tab_panel.vue.js.map +1 -0
- package/dist/vue3/components/tabs/tabs_constants.cjs +21 -0
- package/dist/vue3/components/tabs/tabs_constants.cjs.map +1 -0
- package/dist/vue3/components/tabs/tabs_constants.js +21 -0
- package/dist/vue3/components/tabs/tabs_constants.js.map +1 -0
- package/dist/vue3/components/toast/toast.vue.cjs +273 -0
- package/dist/vue3/components/toast/toast.vue.cjs.map +1 -0
- package/dist/vue3/components/toast/toast.vue.js +274 -0
- package/dist/vue3/components/toast/toast.vue.js.map +1 -0
- package/dist/vue3/components/toast/toast_constants.cjs +7 -0
- package/dist/vue3/components/toast/toast_constants.cjs.map +1 -0
- package/dist/vue3/components/toast/toast_constants.js +7 -0
- package/dist/vue3/components/toast/toast_constants.js.map +1 -0
- package/dist/vue3/components/toggle/toggle.vue.cjs +185 -0
- package/dist/vue3/components/toggle/toggle.vue.cjs.map +1 -0
- package/dist/vue3/components/toggle/toggle.vue.js +186 -0
- package/dist/vue3/components/toggle/toggle.vue.js.map +1 -0
- package/dist/vue3/components/toggle/toggle_constants.cjs +10 -0
- package/dist/vue3/components/toggle/toggle_constants.cjs.map +1 -0
- package/dist/vue3/components/toggle/toggle_constants.js +10 -0
- package/dist/vue3/components/toggle/toggle_constants.js.map +1 -0
- package/dist/vue3/components/tooltip/tooltip.vue.cjs +441 -0
- package/dist/vue3/components/tooltip/tooltip.vue.cjs.map +1 -0
- package/dist/vue3/components/tooltip/tooltip.vue.js +442 -0
- package/dist/vue3/components/tooltip/tooltip.vue.js.map +1 -0
- package/dist/vue3/components/tooltip/tooltip_constants.cjs +23 -0
- package/dist/vue3/components/tooltip/tooltip_constants.cjs.map +1 -0
- package/dist/vue3/components/tooltip/tooltip_constants.js +23 -0
- package/dist/vue3/components/tooltip/tooltip_constants.js.map +1 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.cjs +88 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.cjs.map +1 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.js +89 -0
- package/dist/vue3/components/validation_messages/validation_messages.vue.js.map +1 -0
- package/dist/vue3/dialtone-vue.cjs +323 -315
- package/dist/vue3/dialtone-vue.cjs.map +1 -1
- package/dist/vue3/dialtone-vue.js +220 -212
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/directives/scrollbar/scrollbar.cjs +31 -0
- package/dist/vue3/directives/scrollbar/scrollbar.cjs.map +1 -0
- package/dist/vue3/directives/scrollbar/scrollbar.js +31 -0
- package/dist/vue3/directives/scrollbar/scrollbar.js.map +1 -0
- package/dist/vue3/directives/tooltip/tooltip.cjs +83 -0
- package/dist/vue3/directives/tooltip/tooltip.cjs.map +1 -0
- package/dist/vue3/directives/tooltip/tooltip.js +83 -0
- package/dist/vue3/directives/tooltip/tooltip.js.map +1 -0
- package/dist/vue3/lib/attachment-carousel.cjs +1 -342
- package/dist/vue3/lib/attachment-carousel.cjs.map +1 -1
- package/dist/vue3/lib/attachment-carousel.js +2 -343
- package/dist/vue3/lib/attachment-carousel.js.map +1 -1
- package/dist/vue3/lib/avatar.cjs +11 -448
- package/dist/vue3/lib/avatar.cjs.map +1 -1
- package/dist/vue3/lib/avatar.js +3 -440
- package/dist/vue3/lib/avatar.js.map +1 -1
- package/dist/vue3/lib/badge.cjs +6 -224
- package/dist/vue3/lib/badge.cjs.map +1 -1
- package/dist/vue3/lib/badge.js +3 -221
- package/dist/vue3/lib/badge.js.map +1 -1
- package/dist/vue3/lib/banner.cjs +1 -239
- package/dist/vue3/lib/banner.cjs.map +1 -1
- package/dist/vue3/lib/banner.js +2 -240
- package/dist/vue3/lib/banner.js.map +1 -1
- package/dist/vue3/lib/breadcrumbs.cjs +6 -151
- package/dist/vue3/lib/breadcrumbs.cjs.map +1 -1
- package/dist/vue3/lib/breadcrumbs.js +5 -150
- package/dist/vue3/lib/breadcrumbs.js.map +1 -1
- package/dist/vue3/lib/button-group.cjs +3 -38
- package/dist/vue3/lib/button-group.cjs.map +1 -1
- package/dist/vue3/lib/button-group.js +3 -38
- package/dist/vue3/lib/button-group.js.map +1 -1
- package/dist/vue3/lib/button.cjs +10 -357
- package/dist/vue3/lib/button.cjs.map +1 -1
- package/dist/vue3/lib/button.js +3 -350
- package/dist/vue3/lib/button.js.map +1 -1
- package/dist/vue3/lib/callbar-button-with-popover.cjs +1 -334
- package/dist/vue3/lib/callbar-button-with-popover.cjs.map +1 -1
- package/dist/vue3/lib/callbar-button-with-popover.js +2 -335
- package/dist/vue3/lib/callbar-button-with-popover.js.map +1 -1
- package/dist/vue3/lib/callbar-button.cjs +4 -197
- package/dist/vue3/lib/callbar-button.cjs.map +1 -1
- package/dist/vue3/lib/callbar-button.js +3 -196
- package/dist/vue3/lib/callbar-button.js.map +1 -1
- package/dist/vue3/lib/callbox.cjs +4 -214
- package/dist/vue3/lib/callbox.cjs.map +1 -1
- package/dist/vue3/lib/callbox.js +3 -213
- package/dist/vue3/lib/callbox.js.map +1 -1
- package/dist/vue3/lib/card.cjs +2 -89
- package/dist/vue3/lib/card.cjs.map +1 -1
- package/dist/vue3/lib/card.js +2 -89
- package/dist/vue3/lib/card.js.map +1 -1
- package/dist/vue3/lib/checkbox-group.cjs +2 -113
- package/dist/vue3/lib/checkbox-group.cjs.map +1 -1
- package/dist/vue3/lib/checkbox-group.js +2 -113
- package/dist/vue3/lib/checkbox-group.js.map +1 -1
- package/dist/vue3/lib/checkbox.cjs +1 -153
- package/dist/vue3/lib/checkbox.cjs.map +1 -1
- package/dist/vue3/lib/checkbox.js +2 -154
- package/dist/vue3/lib/checkbox.js.map +1 -1
- package/dist/vue3/lib/chip.cjs +6 -233
- package/dist/vue3/lib/chip.cjs.map +1 -1
- package/dist/vue3/lib/chip.js +3 -230
- package/dist/vue3/lib/chip.js.map +1 -1
- package/dist/vue3/lib/codeblock.cjs +1 -20
- package/dist/vue3/lib/codeblock.cjs.map +1 -1
- package/dist/vue3/lib/codeblock.js +2 -21
- package/dist/vue3/lib/codeblock.js.map +1 -1
- package/dist/vue3/lib/collapsible.cjs +2 -396
- package/dist/vue3/lib/collapsible.cjs.map +1 -1
- package/dist/vue3/lib/collapsible.js +2 -396
- package/dist/vue3/lib/collapsible.js.map +1 -1
- package/dist/vue3/lib/combobox-multi-select.cjs +5 -651
- package/dist/vue3/lib/combobox-multi-select.cjs.map +1 -1
- package/dist/vue3/lib/combobox-multi-select.js +3 -649
- package/dist/vue3/lib/combobox-multi-select.js.map +1 -1
- package/dist/vue3/lib/combobox-with-popover.cjs +2 -450
- package/dist/vue3/lib/combobox-with-popover.cjs.map +1 -1
- package/dist/vue3/lib/combobox-with-popover.js +2 -450
- package/dist/vue3/lib/combobox-with-popover.js.map +1 -1
- package/dist/vue3/lib/combobox.cjs +4 -16
- package/dist/vue3/lib/combobox.cjs.map +1 -1
- package/dist/vue3/lib/combobox.js +3 -15
- package/dist/vue3/lib/combobox.js.map +1 -1
- package/dist/vue3/lib/contact-centers-row.cjs +1 -235
- package/dist/vue3/lib/contact-centers-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-centers-row.js +2 -236
- package/dist/vue3/lib/contact-centers-row.js.map +1 -1
- package/dist/vue3/lib/contact-info.cjs +1 -210
- package/dist/vue3/lib/contact-info.cjs.map +1 -1
- package/dist/vue3/lib/contact-info.js +2 -211
- package/dist/vue3/lib/contact-info.js.map +1 -1
- package/dist/vue3/lib/contact-row.cjs +1 -249
- package/dist/vue3/lib/contact-row.cjs.map +1 -1
- package/dist/vue3/lib/contact-row.js +2 -250
- package/dist/vue3/lib/contact-row.js.map +1 -1
- package/dist/vue3/lib/datepicker.cjs +8 -855
- package/dist/vue3/lib/datepicker.cjs.map +1 -1
- package/dist/vue3/lib/datepicker.js +3 -850
- package/dist/vue3/lib/datepicker.js.map +1 -1
- package/dist/vue3/lib/description-list.cjs +3 -113
- package/dist/vue3/lib/description-list.cjs.map +1 -1
- package/dist/vue3/lib/description-list.js +3 -113
- package/dist/vue3/lib/description-list.js.map +1 -1
- package/dist/vue3/lib/dropdown.cjs +5 -33
- package/dist/vue3/lib/dropdown.cjs.map +1 -1
- package/dist/vue3/lib/dropdown.js +5 -33
- package/dist/vue3/lib/dropdown.js.map +1 -1
- package/dist/vue3/lib/editor.cjs +1 -710
- package/dist/vue3/lib/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor.js +2 -711
- package/dist/vue3/lib/editor.js.map +1 -1
- package/dist/vue3/lib/emoji-picker.cjs +8 -1307
- package/dist/vue3/lib/emoji-picker.cjs.map +1 -1
- package/dist/vue3/lib/emoji-picker.js +3 -1302
- package/dist/vue3/lib/emoji-picker.js.map +1 -1
- package/dist/vue3/lib/emoji-row.cjs +3 -123
- package/dist/vue3/lib/emoji-row.cjs.map +1 -1
- package/dist/vue3/lib/emoji-row.js +3 -123
- package/dist/vue3/lib/emoji-row.js.map +1 -1
- package/dist/vue3/lib/emoji-text-wrapper.cjs +2 -101
- package/dist/vue3/lib/emoji-text-wrapper.cjs.map +1 -1
- package/dist/vue3/lib/emoji-text-wrapper.js +2 -101
- package/dist/vue3/lib/emoji-text-wrapper.js.map +1 -1
- package/dist/vue3/lib/emoji.cjs +2 -155
- package/dist/vue3/lib/emoji.cjs.map +1 -1
- package/dist/vue3/lib/emoji.js +2 -155
- package/dist/vue3/lib/emoji.js.map +1 -1
- package/dist/vue3/lib/empty-state.cjs +4 -178
- package/dist/vue3/lib/empty-state.cjs.map +1 -1
- package/dist/vue3/lib/empty-state.js +3 -177
- package/dist/vue3/lib/empty-state.js.map +1 -1
- package/dist/vue3/lib/feed-item-row.cjs +4 -304
- package/dist/vue3/lib/feed-item-row.cjs.map +1 -1
- package/dist/vue3/lib/feed-item-row.js +3 -303
- package/dist/vue3/lib/feed-item-row.js.map +1 -1
- package/dist/vue3/lib/feed-pill.cjs +3 -170
- package/dist/vue3/lib/feed-pill.cjs.map +1 -1
- package/dist/vue3/lib/feed-pill.js +3 -170
- package/dist/vue3/lib/feed-pill.js.map +1 -1
- package/dist/vue3/lib/general-row.cjs +8 -570
- package/dist/vue3/lib/general-row.cjs.map +1 -1
- package/dist/vue3/lib/general-row.js +3 -565
- package/dist/vue3/lib/general-row.js.map +1 -1
- package/dist/vue3/lib/group-row.cjs +1 -111
- package/dist/vue3/lib/group-row.cjs.map +1 -1
- package/dist/vue3/lib/group-row.js +2 -112
- package/dist/vue3/lib/group-row.js.map +1 -1
- package/dist/vue3/lib/grouped-chip.cjs +1 -93
- package/dist/vue3/lib/grouped-chip.cjs.map +1 -1
- package/dist/vue3/lib/grouped-chip.js +2 -94
- package/dist/vue3/lib/grouped-chip.js.map +1 -1
- package/dist/vue3/lib/hovercard.cjs +2 -229
- package/dist/vue3/lib/hovercard.cjs.map +1 -1
- package/dist/vue3/lib/hovercard.js +2 -229
- package/dist/vue3/lib/hovercard.js.map +1 -1
- package/dist/vue3/lib/icon.cjs +3 -54
- package/dist/vue3/lib/icon.cjs.map +1 -1
- package/dist/vue3/lib/icon.js +3 -54
- package/dist/vue3/lib/icon.js.map +1 -1
- package/dist/vue3/lib/illustration.cjs +4 -29
- package/dist/vue3/lib/illustration.cjs.map +1 -1
- package/dist/vue3/lib/illustration.js +3 -28
- package/dist/vue3/lib/illustration.js.map +1 -1
- package/dist/vue3/lib/image-viewer.cjs +2 -251
- package/dist/vue3/lib/image-viewer.cjs.map +1 -1
- package/dist/vue3/lib/image-viewer.js +2 -251
- package/dist/vue3/lib/image-viewer.js.map +1 -1
- package/dist/vue3/lib/input-group.cjs +2 -89
- package/dist/vue3/lib/input-group.cjs.map +1 -1
- package/dist/vue3/lib/input-group.js +2 -89
- package/dist/vue3/lib/input-group.js.map +1 -1
- package/dist/vue3/lib/input.cjs +5 -560
- package/dist/vue3/lib/input.cjs.map +1 -1
- package/dist/vue3/lib/input.js +3 -558
- package/dist/vue3/lib/input.js.map +1 -1
- package/dist/vue3/lib/item-layout.cjs +2 -89
- package/dist/vue3/lib/item-layout.cjs.map +1 -1
- package/dist/vue3/lib/item-layout.js +2 -89
- package/dist/vue3/lib/item-layout.js.map +1 -1
- package/dist/vue3/lib/ivr-node.cjs +13 -265
- package/dist/vue3/lib/ivr-node.cjs.map +1 -1
- package/dist/vue3/lib/ivr-node.js +3 -255
- package/dist/vue3/lib/ivr-node.js.map +1 -1
- package/dist/vue3/lib/keyboard-shortcut.cjs +5 -116
- package/dist/vue3/lib/keyboard-shortcut.cjs.map +1 -1
- package/dist/vue3/lib/keyboard-shortcut.js +3 -114
- package/dist/vue3/lib/keyboard-shortcut.js.map +1 -1
- package/dist/vue3/lib/lazy-show.cjs +2 -80
- package/dist/vue3/lib/lazy-show.cjs.map +1 -1
- package/dist/vue3/lib/lazy-show.js +2 -80
- package/dist/vue3/lib/lazy-show.js.map +1 -1
- package/dist/vue3/lib/link.cjs +3 -53
- package/dist/vue3/lib/link.cjs.map +1 -1
- package/dist/vue3/lib/link.js +3 -53
- package/dist/vue3/lib/link.js.map +1 -1
- package/dist/vue3/lib/list-item-group.cjs +1 -64
- package/dist/vue3/lib/list-item-group.cjs.map +1 -1
- package/dist/vue3/lib/list-item-group.js +2 -65
- package/dist/vue3/lib/list-item-group.js.map +1 -1
- package/dist/vue3/lib/list-item.cjs +3 -212
- package/dist/vue3/lib/list-item.cjs.map +1 -1
- package/dist/vue3/lib/list-item.js +3 -212
- package/dist/vue3/lib/list-item.js.map +1 -1
- package/dist/vue3/lib/message-input.cjs +1 -830
- package/dist/vue3/lib/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input.js +2 -831
- package/dist/vue3/lib/message-input.js.map +1 -1
- package/dist/vue3/lib/modal.cjs +5 -441
- package/dist/vue3/lib/modal.cjs.map +1 -1
- package/dist/vue3/lib/modal.js +3 -439
- package/dist/vue3/lib/modal.js.map +1 -1
- package/dist/vue3/lib/notice.cjs +9 -202
- package/dist/vue3/lib/notice.cjs.map +1 -1
- package/dist/vue3/lib/notice.js +9 -202
- package/dist/vue3/lib/notice.js.map +1 -1
- package/dist/vue3/lib/pagination.cjs +1 -202
- package/dist/vue3/lib/pagination.cjs.map +1 -1
- package/dist/vue3/lib/pagination.js +2 -203
- package/dist/vue3/lib/pagination.js.map +1 -1
- package/dist/vue3/lib/popover.cjs +3 -1138
- package/dist/vue3/lib/popover.cjs.map +1 -1
- package/dist/vue3/lib/popover.js +3 -1139
- package/dist/vue3/lib/popover.js.map +1 -1
- package/dist/vue3/lib/presence.cjs +5 -68
- package/dist/vue3/lib/presence.cjs.map +1 -1
- package/dist/vue3/lib/presence.js +3 -66
- package/dist/vue3/lib/presence.js.map +1 -1
- package/dist/vue3/lib/radio-group.cjs +2 -86
- package/dist/vue3/lib/radio-group.cjs.map +1 -1
- package/dist/vue3/lib/radio-group.js +2 -86
- package/dist/vue3/lib/radio-group.js.map +1 -1
- package/dist/vue3/lib/radio.cjs +3 -159
- package/dist/vue3/lib/radio.cjs.map +1 -1
- package/dist/vue3/lib/radio.js +3 -159
- package/dist/vue3/lib/radio.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor.cjs +5 -1702
- package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor.js +3 -1700
- package/dist/vue3/lib/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/root-layout.cjs +4 -155
- package/dist/vue3/lib/root-layout.cjs.map +1 -1
- package/dist/vue3/lib/root-layout.js +3 -154
- package/dist/vue3/lib/root-layout.js.map +1 -1
- package/dist/vue3/lib/scrollbar-directive.cjs +2 -2438
- package/dist/vue3/lib/scrollbar-directive.cjs.map +1 -1
- package/dist/vue3/lib/scrollbar-directive.js +2 -2438
- package/dist/vue3/lib/scrollbar-directive.js.map +1 -1
- package/dist/vue3/lib/scroller.cjs +2 -1088
- package/dist/vue3/lib/scroller.cjs.map +1 -1
- package/dist/vue3/lib/scroller.js +2 -1088
- package/dist/vue3/lib/scroller.js.map +1 -1
- package/dist/vue3/lib/select-menu.cjs +4 -309
- package/dist/vue3/lib/select-menu.cjs.map +1 -1
- package/dist/vue3/lib/select-menu.js +3 -308
- package/dist/vue3/lib/select-menu.js.map +1 -1
- package/dist/vue3/lib/settings-menu-button.cjs +1 -74
- package/dist/vue3/lib/settings-menu-button.cjs.map +1 -1
- package/dist/vue3/lib/settings-menu-button.js +2 -75
- package/dist/vue3/lib/settings-menu-button.js.map +1 -1
- package/dist/vue3/lib/skeleton.cjs +16 -633
- package/dist/vue3/lib/skeleton.cjs.map +1 -1
- package/dist/vue3/lib/skeleton.js +11 -628
- package/dist/vue3/lib/skeleton.js.map +1 -1
- package/dist/vue3/lib/split-button.cjs +3 -540
- package/dist/vue3/lib/split-button.cjs.map +1 -1
- package/dist/vue3/lib/split-button.js +3 -540
- package/dist/vue3/lib/split-button.js.map +1 -1
- package/dist/vue3/lib/stack.cjs +3 -155
- package/dist/vue3/lib/stack.cjs.map +1 -1
- package/dist/vue3/lib/stack.js +3 -155
- package/dist/vue3/lib/stack.js.map +1 -1
- package/dist/vue3/lib/tabs.cjs +10 -99
- package/dist/vue3/lib/tabs.cjs.map +1 -1
- package/dist/vue3/lib/tabs.js +7 -96
- package/dist/vue3/lib/tabs.js.map +1 -1
- package/dist/vue3/lib/time-pill.cjs +1 -38
- package/dist/vue3/lib/time-pill.cjs.map +1 -1
- package/dist/vue3/lib/time-pill.js +2 -39
- package/dist/vue3/lib/time-pill.js.map +1 -1
- package/dist/vue3/lib/toast.cjs +4 -278
- package/dist/vue3/lib/toast.cjs.map +1 -1
- package/dist/vue3/lib/toast.js +3 -277
- package/dist/vue3/lib/toast.js.map +1 -1
- package/dist/vue3/lib/toggle.cjs +4 -189
- package/dist/vue3/lib/toggle.cjs.map +1 -1
- package/dist/vue3/lib/toggle.js +3 -188
- package/dist/vue3/lib/toggle.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive.cjs +2 -82
- package/dist/vue3/lib/tooltip-directive.cjs.map +1 -1
- package/dist/vue3/lib/tooltip-directive.js +2 -82
- package/dist/vue3/lib/tooltip-directive.js.map +1 -1
- package/dist/vue3/lib/tooltip.cjs +8 -447
- package/dist/vue3/lib/tooltip.cjs.map +1 -1
- package/dist/vue3/lib/tooltip.js +3 -443
- package/dist/vue3/lib/tooltip.js.map +1 -1
- package/dist/vue3/lib/top-banner-info.cjs +3 -68
- package/dist/vue3/lib/top-banner-info.cjs.map +1 -1
- package/dist/vue3/lib/top-banner-info.js +3 -68
- package/dist/vue3/lib/top-banner-info.js.map +1 -1
- package/dist/vue3/lib/unread-pill.cjs +4 -70
- package/dist/vue3/lib/unread-pill.cjs.map +1 -1
- package/dist/vue3/lib/unread-pill.js +3 -69
- package/dist/vue3/lib/unread-pill.js.map +1 -1
- package/dist/vue3/lib/validation-messages.cjs +2 -87
- package/dist/vue3/lib/validation-messages.cjs.map +1 -1
- package/dist/vue3/lib/validation-messages.js +2 -87
- package/dist/vue3/lib/validation-messages.js.map +1 -1
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs +195 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js +196 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button.vue.js.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.cjs +5 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.js +5 -0
- package/dist/vue3/recipes/buttons/callbar_button/callbar_button_constants.js.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs +327 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.cjs.map +1 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js +328 -0
- package/dist/vue3/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs +188 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.cjs.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js +189 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node.vue.js.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs +71 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.cjs.map +1 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js +71 -0
- package/dist/vue3/recipes/cards/ivr_node/ivr_node_constants.js.map +1 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs +90 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.cjs.map +1 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js +91 -0
- package/dist/vue3/recipes/chips/grouped_chip/grouped_chip.vue.js.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs +610 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.cjs.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js +611 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.js.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs +22 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.cjs.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js +22 -0
- package/dist/vue3/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs +437 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.cjs.map +1 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js +438 -0
- package/dist/vue3/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs +186 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js +187 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs +96 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js +97 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs +66 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js +67 -0
- package/dist/vue3/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs +658 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js +659 -0
- package/dist/vue3/recipes/conversation_view/editor/editor.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.cjs +14 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.js +14 -0
- package/dist/vue3/recipes/conversation_view/editor/editor_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs +109 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js +110 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.cjs +11 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.js +11 -0
- package/dist/vue3/recipes/conversation_view/emoji_row/emoji_row_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs +299 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js +300 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs +11 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js +11 -0
- package/dist/vue3/recipes/conversation_view/feed_item_row/feed_item_row_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs +160 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js +161 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs +9 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.js +9 -0
- package/dist/vue3/recipes/conversation_view/feed_pill/feed_item_pill_constants.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs +74 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js +75 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/MeetingPill.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs +35 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js +36 -0
- package/dist/vue3/recipes/conversation_view/message_input/meeting_pill/meeting_pill.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs +690 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js +691 -0
- package/dist/vue3/recipes/conversation_view/message_input/message_input.vue.js.map +1 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs +42 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js +43 -0
- package/dist/vue3/recipes/conversation_view/time_pill/time_pill.vue.js.map +1 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs +66 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.cjs.map +1 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js +67 -0
- package/dist/vue3/recipes/header/settings_menu_button/settings_menu_button.vue.js.map +1 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs +227 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.cjs.map +1 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js +228 -0
- package/dist/vue3/recipes/item_layout/contact_info/contact_info.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs +210 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js +211 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs +13 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js +13 -0
- package/dist/vue3/recipes/leftbar/callbox/callbox_constants.js.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs +229 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js +230 -0
- package/dist/vue3/recipes/leftbar/contact_centers_row/contact_centers_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs +242 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js +243 -0
- package/dist/vue3/recipes/leftbar/contact_row/contact_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs +437 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js +438 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs +58 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js +58 -0
- package/dist/vue3/recipes/leftbar/general_row/general_row_constants.js.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs +72 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js +73 -0
- package/dist/vue3/recipes/leftbar/general_row/leftbar_general_row_icon.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs +96 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js +97 -0
- package/dist/vue3/recipes/leftbar/group_row/group_row.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs +68 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js +69 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill.vue.js.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.cjs +7 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.cjs.map +1 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.js +7 -0
- package/dist/vue3/recipes/leftbar/unread_pill/unread_pill_constants.js.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs +62 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.cjs.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js +63 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info.vue.js.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.cjs +14 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.cjs.map +1 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.js +14 -0
- package/dist/vue3/recipes/notices/top_banner_info/top_banner_info_constants.js.map +1 -0
- package/dist/vue3/style.css +1035 -1678
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts +6 -34
- package/dist/vue3/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts +2 -8
- package/dist/vue3/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +5 -4
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +0 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +3 -3
- package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/package.json +10 -7
- package/dist/tokens/themes/types/config.d.ts.map +0 -1
- package/dist/tokens/themes/types/dp-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/dp-light.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-light.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-sm-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/expressive-sm-light.d.ts.map +0 -1
- package/dist/tokens/themes/types/tmo-dark.d.ts.map +0 -1
- package/dist/tokens/themes/types/tmo-light.d.ts.map +0 -1
- package/dist/vue2/chunks/_plugin-vue2_normalizer-1aBeR4AK.js +0 -59
- package/dist/vue2/chunks/_plugin-vue2_normalizer-1aBeR4AK.js.map +0 -1
- package/dist/vue2/chunks/_plugin-vue2_normalizer-sOSkiPF3.js +0 -60
- package/dist/vue2/chunks/_plugin-vue2_normalizer-sOSkiPF3.js.map +0 -1
- package/dist/vue2/chunks/dropdown-6UoczdUY.js +0 -404
- package/dist/vue2/chunks/dropdown-6UoczdUY.js.map +0 -1
- package/dist/vue2/chunks/dropdown-pHxnQPzT.js +0 -403
- package/dist/vue2/chunks/dropdown-pHxnQPzT.js.map +0 -1
- package/dist/vue2/chunks/dropdown_constants-2pGCXy7m.js +0 -8
- package/dist/vue2/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
- package/dist/vue2/chunks/dropdown_constants-w1MXGC3Z.js +0 -9
- package/dist/vue2/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
- package/dist/vue2/chunks/icon_constants-H9ahUVCG.js +0 -17
- package/dist/vue2/chunks/icon_constants-H9ahUVCG.js.map +0 -1
- package/dist/vue2/chunks/icon_constants-da57m7BZ.js +0 -16
- package/dist/vue2/chunks/icon_constants-da57m7BZ.js.map +0 -1
- package/dist/vue2/chunks/index-ODod4Oj_.js +0 -175
- package/dist/vue2/chunks/index-ODod4Oj_.js.map +0 -1
- package/dist/vue2/chunks/index-anN_sx1F.js +0 -169
- package/dist/vue2/chunks/index-anN_sx1F.js.map +0 -1
- package/dist/vue2/chunks/index-eJ-WWRdf.js +0 -442
- package/dist/vue2/chunks/index-eJ-WWRdf.js.map +0 -1
- package/dist/vue2/chunks/index-gj1jEXP4.js +0 -441
- package/dist/vue2/chunks/index-gj1jEXP4.js.map +0 -1
- package/dist/vue2/chunks/input-6kbd8Pju.js +0 -296
- package/dist/vue2/chunks/input-6kbd8Pju.js.map +0 -1
- package/dist/vue2/chunks/input-Axw-wFj2.js +0 -295
- package/dist/vue2/chunks/input-Axw-wFj2.js.map +0 -1
- package/dist/vue2/chunks/input_group-m3cWYUfI.js +0 -143
- package/dist/vue2/chunks/input_group-m3cWYUfI.js.map +0 -1
- package/dist/vue2/chunks/input_group-qVZaS5Bb.js +0 -144
- package/dist/vue2/chunks/input_group-qVZaS5Bb.js.map +0 -1
- package/dist/vue2/chunks/keyboard_list_navigation-ScXhrxya.js +0 -284
- package/dist/vue2/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
- package/dist/vue2/chunks/keyboard_list_navigation-fJnl_Iox.js +0 -283
- package/dist/vue2/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
- package/dist/vue2/chunks/link_constants-AfTWrr-n.js +0 -35
- package/dist/vue2/chunks/link_constants-AfTWrr-n.js.map +0 -1
- package/dist/vue2/chunks/link_constants-x8NwdqmA.js +0 -34
- package/dist/vue2/chunks/link_constants-x8NwdqmA.js.map +0 -1
- package/dist/vue2/chunks/list_item_constants-EiqkqZvP.js +0 -13
- package/dist/vue2/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
- package/dist/vue2/chunks/list_item_constants-u1xcN9Dd.js +0 -14
- package/dist/vue2/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
- package/dist/vue2/chunks/modal-VgxXAQFP.js +0 -105
- package/dist/vue2/chunks/modal-VgxXAQFP.js.map +0 -1
- package/dist/vue2/chunks/modal-XOr4kiNZ.js +0 -106
- package/dist/vue2/chunks/modal-XOr4kiNZ.js.map +0 -1
- package/dist/vue2/chunks/notice_action-IRUoLX2d.js +0 -196
- package/dist/vue2/chunks/notice_action-IRUoLX2d.js.map +0 -1
- package/dist/vue2/chunks/notice_action-P6uDyE9x.js +0 -195
- package/dist/vue2/chunks/notice_action-P6uDyE9x.js.map +0 -1
- package/dist/vue2/chunks/notice_constants-7Qt2CQEY.js +0 -7
- package/dist/vue2/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
- package/dist/vue2/chunks/notice_constants-UXo9e3bS.js +0 -6
- package/dist/vue2/chunks/notice_constants-UXo9e3bS.js.map +0 -1
- package/dist/vue2/chunks/popover_constants-WsOUIY-m.js +0 -141
- package/dist/vue2/chunks/popover_constants-WsOUIY-m.js.map +0 -1
- package/dist/vue2/chunks/popover_constants-XnGWXaxX.js +0 -140
- package/dist/vue2/chunks/popover_constants-XnGWXaxX.js.map +0 -1
- package/dist/vue2/chunks/sr_only_close_button-81bHIpPu.js +0 -95
- package/dist/vue2/chunks/sr_only_close_button-81bHIpPu.js.map +0 -1
- package/dist/vue2/chunks/sr_only_close_button-ZaGdAHz7.js +0 -94
- package/dist/vue2/chunks/sr_only_close_button-ZaGdAHz7.js.map +0 -1
- package/dist/vue2/chunks/stack_constants-HraCekPm.js +0 -15
- package/dist/vue2/chunks/stack_constants-HraCekPm.js.map +0 -1
- package/dist/vue2/chunks/stack_constants-SMzMWnAQ.js +0 -14
- package/dist/vue2/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
- package/dist/vue2/chunks/tab-FcsV5VmK.js +0 -386
- package/dist/vue2/chunks/tab-FcsV5VmK.js.map +0 -1
- package/dist/vue2/chunks/tab-V4cb44Ry.js +0 -387
- package/dist/vue2/chunks/tab-V4cb44Ry.js.map +0 -1
- package/dist/vue3/chunks/_plugin-vue_export-helper-caHeSgYY.js +0 -11
- package/dist/vue3/chunks/_plugin-vue_export-helper-caHeSgYY.js.map +0 -1
- package/dist/vue3/chunks/_plugin-vue_export-helper-fhnQq0tA.js +0 -10
- package/dist/vue3/chunks/_plugin-vue_export-helper-fhnQq0tA.js.map +0 -1
- package/dist/vue3/chunks/dropdown-oA-_Gotg.js +0 -443
- package/dist/vue3/chunks/dropdown-oA-_Gotg.js.map +0 -1
- package/dist/vue3/chunks/dropdown-p-Azgwov.js +0 -442
- package/dist/vue3/chunks/dropdown-p-Azgwov.js.map +0 -1
- package/dist/vue3/chunks/dropdown_constants-2pGCXy7m.js +0 -8
- package/dist/vue3/chunks/dropdown_constants-2pGCXy7m.js.map +0 -1
- package/dist/vue3/chunks/dropdown_constants-w1MXGC3Z.js +0 -9
- package/dist/vue3/chunks/dropdown_constants-w1MXGC3Z.js.map +0 -1
- package/dist/vue3/chunks/icon_constants-H9ahUVCG.js +0 -17
- package/dist/vue3/chunks/icon_constants-H9ahUVCG.js.map +0 -1
- package/dist/vue3/chunks/icon_constants-da57m7BZ.js +0 -16
- package/dist/vue3/chunks/icon_constants-da57m7BZ.js.map +0 -1
- package/dist/vue3/chunks/index-4qgKeErp.js +0 -446
- package/dist/vue3/chunks/index-4qgKeErp.js.map +0 -1
- package/dist/vue3/chunks/index-GVD15GIB.js +0 -175
- package/dist/vue3/chunks/index-GVD15GIB.js.map +0 -1
- package/dist/vue3/chunks/index-b_MgDylR.js +0 -447
- package/dist/vue3/chunks/index-b_MgDylR.js.map +0 -1
- package/dist/vue3/chunks/index-lu2o2f4r.js +0 -169
- package/dist/vue3/chunks/index-lu2o2f4r.js.map +0 -1
- package/dist/vue3/chunks/input-NmYDD5bn.js +0 -296
- package/dist/vue3/chunks/input-NmYDD5bn.js.map +0 -1
- package/dist/vue3/chunks/input-ttnte8zB.js +0 -295
- package/dist/vue3/chunks/input-ttnte8zB.js.map +0 -1
- package/dist/vue3/chunks/input_group-M-D25pOJ.js +0 -152
- package/dist/vue3/chunks/input_group-M-D25pOJ.js.map +0 -1
- package/dist/vue3/chunks/input_group-jWnq2DJT.js +0 -153
- package/dist/vue3/chunks/input_group-jWnq2DJT.js.map +0 -1
- package/dist/vue3/chunks/keyboard_list_navigation-ScXhrxya.js +0 -284
- package/dist/vue3/chunks/keyboard_list_navigation-ScXhrxya.js.map +0 -1
- package/dist/vue3/chunks/keyboard_list_navigation-fJnl_Iox.js +0 -283
- package/dist/vue3/chunks/keyboard_list_navigation-fJnl_Iox.js.map +0 -1
- package/dist/vue3/chunks/link_constants-AfTWrr-n.js +0 -35
- package/dist/vue3/chunks/link_constants-AfTWrr-n.js.map +0 -1
- package/dist/vue3/chunks/link_constants-x8NwdqmA.js +0 -34
- package/dist/vue3/chunks/link_constants-x8NwdqmA.js.map +0 -1
- package/dist/vue3/chunks/list_item_constants-EiqkqZvP.js +0 -13
- package/dist/vue3/chunks/list_item_constants-EiqkqZvP.js.map +0 -1
- package/dist/vue3/chunks/list_item_constants-u1xcN9Dd.js +0 -14
- package/dist/vue3/chunks/list_item_constants-u1xcN9Dd.js.map +0 -1
- package/dist/vue3/chunks/modal-VgxXAQFP.js +0 -105
- package/dist/vue3/chunks/modal-VgxXAQFP.js.map +0 -1
- package/dist/vue3/chunks/modal-XOr4kiNZ.js +0 -106
- package/dist/vue3/chunks/modal-XOr4kiNZ.js.map +0 -1
- package/dist/vue3/chunks/notice_action-WTucGhvr.js +0 -222
- package/dist/vue3/chunks/notice_action-WTucGhvr.js.map +0 -1
- package/dist/vue3/chunks/notice_action-p-ePanW_.js +0 -223
- package/dist/vue3/chunks/notice_action-p-ePanW_.js.map +0 -1
- package/dist/vue3/chunks/notice_constants-7Qt2CQEY.js +0 -7
- package/dist/vue3/chunks/notice_constants-7Qt2CQEY.js.map +0 -1
- package/dist/vue3/chunks/notice_constants-UXo9e3bS.js +0 -6
- package/dist/vue3/chunks/notice_constants-UXo9e3bS.js.map +0 -1
- package/dist/vue3/chunks/popover_constants-WsOUIY-m.js +0 -141
- package/dist/vue3/chunks/popover_constants-WsOUIY-m.js.map +0 -1
- package/dist/vue3/chunks/popover_constants-XnGWXaxX.js +0 -140
- package/dist/vue3/chunks/popover_constants-XnGWXaxX.js.map +0 -1
- package/dist/vue3/chunks/sr_only_close_button-3EdsV-dH.js +0 -92
- package/dist/vue3/chunks/sr_only_close_button-3EdsV-dH.js.map +0 -1
- package/dist/vue3/chunks/sr_only_close_button-xGrHFjwA.js +0 -91
- package/dist/vue3/chunks/sr_only_close_button-xGrHFjwA.js.map +0 -1
- package/dist/vue3/chunks/stack_constants-HraCekPm.js +0 -15
- package/dist/vue3/chunks/stack_constants-HraCekPm.js.map +0 -1
- package/dist/vue3/chunks/stack_constants-SMzMWnAQ.js +0 -14
- package/dist/vue3/chunks/stack_constants-SMzMWnAQ.js.map +0 -1
- package/dist/vue3/chunks/tab-RTDgnD9-.js +0 -391
- package/dist/vue3/chunks/tab-RTDgnD9-.js.map +0 -1
- package/dist/vue3/chunks/tab-qc3f42Yp.js +0 -390
- package/dist/vue3/chunks/tab-qc3f42Yp.js.map +0 -1
- package/dist/vue3/types/common/storybook_utils.d.ts +0 -25
- package/dist/vue3/types/common/storybook_utils.d.ts.map +0 -1
- /package/dist/tokens/themes/chunks/{tokens-base-dark--ozK7f0P.js → tokens-base-dark-C_VClg5s.js} +0 -0
- /package/dist/tokens/themes/chunks/{tokens-base-dark-V8E4WaJI.js → tokens-base-dark-CsflOADh.js} +0 -0
- /package/dist/tokens/themes/chunks/{tokens-base-light-ljPrpLe2.js → tokens-base-light-9TN2mC0P.js} +0 -0
- /package/dist/tokens/themes/chunks/{tokens-base-light-LYlvM3eZ.js → tokens-base-light-Bg9yNmR_.js} +0 -0
- /package/dist/tokens/themes/types/{config.d.ts → themes/config.d.ts} +0 -0
- /package/dist/tokens/themes/types/{dp-dark.d.ts → themes/dp-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{dp-light.d.ts → themes/dp-light.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-dark.d.ts → themes/expressive-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-light.d.ts → themes/expressive-light.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-sm-dark.d.ts → themes/expressive-sm-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{expressive-sm-light.d.ts → themes/expressive-sm-light.d.ts} +0 -0
- /package/dist/tokens/themes/types/{tmo-dark.d.ts → themes/tmo-dark.d.ts} +0 -0
- /package/dist/tokens/themes/types/{tmo-light.d.ts → themes/tmo-light.d.ts} +0 -0
|
@@ -1,2441 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* Version: 2.10.0
|
|
6
|
-
*
|
|
7
|
-
* Copyright (c) Rene Haas | KingSora.
|
|
8
|
-
* https://github.com/KingSora
|
|
9
|
-
*
|
|
10
|
-
* Released under the MIT license.
|
|
11
|
-
*/
|
|
12
|
-
const createCache = (t2, n2) => {
|
|
13
|
-
const { o: o2, i: s2, u: e2 } = t2;
|
|
14
|
-
let c2 = o2;
|
|
15
|
-
let r2;
|
|
16
|
-
const cacheUpdateContextual = (t3, n3) => {
|
|
17
|
-
const o3 = c2;
|
|
18
|
-
const l2 = t3;
|
|
19
|
-
const i2 = n3 || (s2 ? !s2(o3, l2) : o3 !== l2);
|
|
20
|
-
if (i2 || e2) {
|
|
21
|
-
c2 = l2;
|
|
22
|
-
r2 = o3;
|
|
23
|
-
}
|
|
24
|
-
return [c2, i2, r2];
|
|
25
|
-
};
|
|
26
|
-
const cacheUpdateIsolated = (t3) => cacheUpdateContextual(n2(c2, r2), t3);
|
|
27
|
-
const getCurrentCache = (t3) => [c2, !!t3, r2];
|
|
28
|
-
return [n2 ? cacheUpdateIsolated : cacheUpdateContextual, getCurrentCache];
|
|
29
|
-
};
|
|
30
|
-
const t = typeof window !== "undefined" && typeof HTMLElement !== "undefined" && !!window.document;
|
|
31
|
-
const n = t ? window : {};
|
|
32
|
-
const o = Math.max;
|
|
33
|
-
const s = Math.min;
|
|
34
|
-
const e = Math.round;
|
|
35
|
-
const c = Math.abs;
|
|
36
|
-
const r = Math.sign;
|
|
37
|
-
const l = n.cancelAnimationFrame;
|
|
38
|
-
const i = n.requestAnimationFrame;
|
|
39
|
-
const a = n.setTimeout;
|
|
40
|
-
const u = n.clearTimeout;
|
|
41
|
-
const getApi = (t2) => typeof n[t2] !== "undefined" ? n[t2] : void 0;
|
|
42
|
-
const _ = getApi("MutationObserver");
|
|
43
|
-
const d = getApi("IntersectionObserver");
|
|
44
|
-
const f = getApi("ResizeObserver");
|
|
45
|
-
const v = getApi("ScrollTimeline");
|
|
46
|
-
const isUndefined = (t2) => t2 === void 0;
|
|
47
|
-
const isNull = (t2) => t2 === null;
|
|
48
|
-
const isNumber = (t2) => typeof t2 === "number";
|
|
49
|
-
const isString = (t2) => typeof t2 === "string";
|
|
50
|
-
const isBoolean = (t2) => typeof t2 === "boolean";
|
|
51
|
-
const isFunction = (t2) => typeof t2 === "function";
|
|
52
|
-
const isArray = (t2) => Array.isArray(t2);
|
|
53
|
-
const isObject = (t2) => typeof t2 === "object" && !isArray(t2) && !isNull(t2);
|
|
54
|
-
const isArrayLike = (t2) => {
|
|
55
|
-
const n2 = !!t2 && t2.length;
|
|
56
|
-
const o2 = isNumber(n2) && n2 > -1 && n2 % 1 == 0;
|
|
57
|
-
return isArray(t2) || !isFunction(t2) && o2 ? n2 > 0 && isObject(t2) ? n2 - 1 in t2 : true : false;
|
|
58
|
-
};
|
|
59
|
-
const isPlainObject = (t2) => !!t2 && t2.constructor === Object;
|
|
60
|
-
const isHTMLElement = (t2) => t2 instanceof HTMLElement;
|
|
61
|
-
const isElement = (t2) => t2 instanceof Element;
|
|
62
|
-
const animationCurrentTime = () => performance.now();
|
|
63
|
-
const animateNumber = (t2, n2, s2, e2, c2) => {
|
|
64
|
-
let r2 = 0;
|
|
65
|
-
const a2 = animationCurrentTime();
|
|
66
|
-
const u2 = o(0, s2);
|
|
67
|
-
const frame = (s3) => {
|
|
68
|
-
const l2 = animationCurrentTime();
|
|
69
|
-
const _2 = l2 - a2;
|
|
70
|
-
const d2 = _2 >= u2;
|
|
71
|
-
const f2 = s3 ? 1 : 1 - (o(0, a2 + u2 - l2) / u2 || 0);
|
|
72
|
-
const v2 = (n2 - t2) * (isFunction(c2) ? c2(f2, f2 * u2, 0, 1, u2) : f2) + t2;
|
|
73
|
-
const p2 = d2 || f2 === 1;
|
|
74
|
-
e2 && e2(v2, f2, p2);
|
|
75
|
-
r2 = p2 ? 0 : i(() => frame());
|
|
76
|
-
};
|
|
77
|
-
frame();
|
|
78
|
-
return (t3) => {
|
|
79
|
-
l(r2);
|
|
80
|
-
t3 && frame(t3);
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
function each(t2, n2) {
|
|
84
|
-
if (isArrayLike(t2)) {
|
|
85
|
-
for (let o2 = 0; o2 < t2.length; o2++) {
|
|
86
|
-
if (n2(t2[o2], o2, t2) === false) {
|
|
87
|
-
break;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
} else if (t2) {
|
|
91
|
-
each(Object.keys(t2), (o2) => n2(t2[o2], o2, t2));
|
|
92
|
-
}
|
|
93
|
-
return t2;
|
|
94
|
-
}
|
|
95
|
-
const inArray = (t2, n2) => t2.indexOf(n2) >= 0;
|
|
96
|
-
const concat = (t2, n2) => t2.concat(n2);
|
|
97
|
-
const push = (t2, n2, o2) => {
|
|
98
|
-
!o2 && !isString(n2) && isArrayLike(n2) ? Array.prototype.push.apply(t2, n2) : t2.push(n2);
|
|
99
|
-
return t2;
|
|
100
|
-
};
|
|
101
|
-
const from = (t2) => Array.from(t2 || []);
|
|
102
|
-
const createOrKeepArray = (t2) => {
|
|
103
|
-
if (isArray(t2)) {
|
|
104
|
-
return t2;
|
|
105
|
-
}
|
|
106
|
-
return !isString(t2) && isArrayLike(t2) ? from(t2) : [t2];
|
|
107
|
-
};
|
|
108
|
-
const isEmptyArray = (t2) => !!t2 && !t2.length;
|
|
109
|
-
const deduplicateArray = (t2) => from(new Set(t2));
|
|
110
|
-
const runEachAndClear = (t2, n2, o2) => {
|
|
111
|
-
const runFn = (t3) => t3 ? t3.apply(void 0, n2 || []) : true;
|
|
112
|
-
each(t2, runFn);
|
|
113
|
-
!o2 && (t2.length = 0);
|
|
114
|
-
};
|
|
115
|
-
const p = "paddingTop";
|
|
116
|
-
const h = "paddingRight";
|
|
117
|
-
const g = "paddingLeft";
|
|
118
|
-
const b = "paddingBottom";
|
|
119
|
-
const w = "marginLeft";
|
|
120
|
-
const y = "marginRight";
|
|
121
|
-
const S = "marginBottom";
|
|
122
|
-
const m = "overflowX";
|
|
123
|
-
const O = "overflowY";
|
|
124
|
-
const $ = "width";
|
|
125
|
-
const C = "height";
|
|
126
|
-
const x = "visible";
|
|
127
|
-
const H = "hidden";
|
|
128
|
-
const E = "scroll";
|
|
129
|
-
const capitalizeFirstLetter = (t2) => {
|
|
130
|
-
const n2 = String(t2 || "");
|
|
131
|
-
return n2 ? n2[0].toUpperCase() + n2.slice(1) : "";
|
|
132
|
-
};
|
|
133
|
-
const equal = (t2, n2, o2, s2) => {
|
|
134
|
-
if (t2 && n2) {
|
|
135
|
-
let e2 = true;
|
|
136
|
-
each(o2, (o3) => {
|
|
137
|
-
const c2 = s2 ? s2(t2[o3]) : t2[o3];
|
|
138
|
-
const r2 = s2 ? s2(n2[o3]) : n2[o3];
|
|
139
|
-
if (c2 !== r2) {
|
|
140
|
-
e2 = false;
|
|
141
|
-
}
|
|
142
|
-
});
|
|
143
|
-
return e2;
|
|
144
|
-
}
|
|
145
|
-
return false;
|
|
146
|
-
};
|
|
147
|
-
const equalWH = (t2, n2) => equal(t2, n2, ["w", "h"]);
|
|
148
|
-
const equalXY = (t2, n2) => equal(t2, n2, ["x", "y"]);
|
|
149
|
-
const equalTRBL = (t2, n2) => equal(t2, n2, ["t", "r", "b", "l"]);
|
|
150
|
-
const noop = () => {
|
|
151
|
-
};
|
|
152
|
-
const bind = (t2, ...n2) => t2.bind(0, ...n2);
|
|
153
|
-
const selfClearTimeout = (t2) => {
|
|
154
|
-
let n2;
|
|
155
|
-
const o2 = t2 ? a : i;
|
|
156
|
-
const s2 = t2 ? u : l;
|
|
157
|
-
return [(e2) => {
|
|
158
|
-
s2(n2);
|
|
159
|
-
n2 = o2(() => e2(), isFunction(t2) ? t2() : t2);
|
|
160
|
-
}, () => s2(n2)];
|
|
161
|
-
};
|
|
162
|
-
const debounce = (t2, n2) => {
|
|
163
|
-
const { _: o2, v: s2, p: e2, S: c2 } = n2 || {};
|
|
164
|
-
let r2;
|
|
165
|
-
let _2;
|
|
166
|
-
let d2;
|
|
167
|
-
let f2;
|
|
168
|
-
let v2 = noop;
|
|
169
|
-
const p2 = function invokeFunctionToDebounce(n3) {
|
|
170
|
-
v2();
|
|
171
|
-
u(r2);
|
|
172
|
-
f2 = r2 = _2 = void 0;
|
|
173
|
-
v2 = noop;
|
|
174
|
-
t2.apply(this, n3);
|
|
175
|
-
};
|
|
176
|
-
const mergeParms = (t3) => c2 && _2 ? c2(_2, t3) : t3;
|
|
177
|
-
const flush = () => {
|
|
178
|
-
if (v2 !== noop) {
|
|
179
|
-
p2(mergeParms(d2) || d2);
|
|
180
|
-
}
|
|
181
|
-
};
|
|
182
|
-
const h2 = function debouncedFn() {
|
|
183
|
-
const t3 = from(arguments);
|
|
184
|
-
const n3 = isFunction(o2) ? o2() : o2;
|
|
185
|
-
const c3 = isNumber(n3) && n3 >= 0;
|
|
186
|
-
if (c3) {
|
|
187
|
-
const o3 = isFunction(s2) ? s2() : s2;
|
|
188
|
-
const c4 = isNumber(o3) && o3 >= 0;
|
|
189
|
-
const h3 = n3 > 0 ? a : i;
|
|
190
|
-
const g2 = n3 > 0 ? u : l;
|
|
191
|
-
const b2 = mergeParms(t3);
|
|
192
|
-
const w2 = b2 || t3;
|
|
193
|
-
const y2 = p2.bind(0, w2);
|
|
194
|
-
let S2;
|
|
195
|
-
v2();
|
|
196
|
-
if (e2 && !f2) {
|
|
197
|
-
y2();
|
|
198
|
-
f2 = true;
|
|
199
|
-
S2 = h3(() => f2 = void 0, n3);
|
|
200
|
-
} else {
|
|
201
|
-
S2 = h3(y2, n3);
|
|
202
|
-
if (c4 && !r2) {
|
|
203
|
-
r2 = a(flush, o3);
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
v2 = () => g2(S2);
|
|
207
|
-
_2 = d2 = w2;
|
|
208
|
-
} else {
|
|
209
|
-
p2(t3);
|
|
210
|
-
}
|
|
211
|
-
};
|
|
212
|
-
h2.m = flush;
|
|
213
|
-
return h2;
|
|
214
|
-
};
|
|
215
|
-
const hasOwnProperty = (t2, n2) => Object.prototype.hasOwnProperty.call(t2, n2);
|
|
216
|
-
const keys = (t2) => t2 ? Object.keys(t2) : [];
|
|
217
|
-
const assignDeep = (t2, n2, o2, s2, e2, c2, r2) => {
|
|
218
|
-
const l2 = [n2, o2, s2, e2, c2, r2];
|
|
219
|
-
if ((typeof t2 !== "object" || isNull(t2)) && !isFunction(t2)) {
|
|
220
|
-
t2 = {};
|
|
221
|
-
}
|
|
222
|
-
each(l2, (n3) => {
|
|
223
|
-
each(n3, (o3, s3) => {
|
|
224
|
-
const e3 = n3[s3];
|
|
225
|
-
if (t2 === e3) {
|
|
226
|
-
return true;
|
|
227
|
-
}
|
|
228
|
-
const c3 = isArray(e3);
|
|
229
|
-
if (e3 && isPlainObject(e3)) {
|
|
230
|
-
const n4 = t2[s3];
|
|
231
|
-
let o4 = n4;
|
|
232
|
-
if (c3 && !isArray(n4)) {
|
|
233
|
-
o4 = [];
|
|
234
|
-
} else if (!c3 && !isPlainObject(n4)) {
|
|
235
|
-
o4 = {};
|
|
236
|
-
}
|
|
237
|
-
t2[s3] = assignDeep(o4, e3);
|
|
238
|
-
} else {
|
|
239
|
-
t2[s3] = c3 ? e3.slice() : e3;
|
|
240
|
-
}
|
|
241
|
-
});
|
|
242
|
-
});
|
|
243
|
-
return t2;
|
|
244
|
-
};
|
|
245
|
-
const removeUndefinedProperties = (t2, n2) => each(assignDeep({}, t2), (t3, o2, s2) => {
|
|
246
|
-
if (t3 === void 0) {
|
|
247
|
-
delete s2[o2];
|
|
248
|
-
} else if (n2 && t3 && isPlainObject(t3)) {
|
|
249
|
-
s2[o2] = removeUndefinedProperties(t3, n2);
|
|
250
|
-
}
|
|
251
|
-
});
|
|
252
|
-
const isEmptyObject = (t2) => !keys(t2).length;
|
|
253
|
-
const capNumber = (t2, n2, e2) => o(t2, s(n2, e2));
|
|
254
|
-
const getDomTokensArray = (t2) => deduplicateArray((isArray(t2) ? t2 : (t2 || "").split(" ")).filter((t3) => t3));
|
|
255
|
-
const getAttr = (t2, n2) => t2 && t2.getAttribute(n2);
|
|
256
|
-
const hasAttr = (t2, n2) => t2 && t2.hasAttribute(n2);
|
|
257
|
-
const setAttrs = (t2, n2, o2) => {
|
|
258
|
-
each(getDomTokensArray(n2), (n3) => {
|
|
259
|
-
t2 && t2.setAttribute(n3, String(o2 || ""));
|
|
260
|
-
});
|
|
261
|
-
};
|
|
262
|
-
const removeAttrs = (t2, n2) => {
|
|
263
|
-
each(getDomTokensArray(n2), (n3) => t2 && t2.removeAttribute(n3));
|
|
264
|
-
};
|
|
265
|
-
const domTokenListAttr = (t2, n2) => {
|
|
266
|
-
const o2 = getDomTokensArray(getAttr(t2, n2));
|
|
267
|
-
const s2 = bind(setAttrs, t2, n2);
|
|
268
|
-
const domTokenListOperation = (t3, n3) => {
|
|
269
|
-
const s3 = new Set(o2);
|
|
270
|
-
each(getDomTokensArray(t3), (t4) => {
|
|
271
|
-
s3[n3](t4);
|
|
272
|
-
});
|
|
273
|
-
return from(s3).join(" ");
|
|
274
|
-
};
|
|
275
|
-
return {
|
|
276
|
-
O: (t3) => s2(domTokenListOperation(t3, "delete")),
|
|
277
|
-
$: (t3) => s2(domTokenListOperation(t3, "add")),
|
|
278
|
-
C: (t3) => {
|
|
279
|
-
const n3 = getDomTokensArray(t3);
|
|
280
|
-
return n3.reduce((t4, n4) => t4 && o2.includes(n4), n3.length > 0);
|
|
281
|
-
}
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
const removeAttrClass = (t2, n2, o2) => {
|
|
285
|
-
domTokenListAttr(t2, n2).O(o2);
|
|
286
|
-
return bind(addAttrClass, t2, n2, o2);
|
|
287
|
-
};
|
|
288
|
-
const addAttrClass = (t2, n2, o2) => {
|
|
289
|
-
domTokenListAttr(t2, n2).$(o2);
|
|
290
|
-
return bind(removeAttrClass, t2, n2, o2);
|
|
291
|
-
};
|
|
292
|
-
const addRemoveAttrClass = (t2, n2, o2, s2) => (s2 ? addAttrClass : removeAttrClass)(t2, n2, o2);
|
|
293
|
-
const hasAttrClass = (t2, n2, o2) => domTokenListAttr(t2, n2).C(o2);
|
|
294
|
-
const createDomTokenListClass = (t2) => domTokenListAttr(t2, "class");
|
|
295
|
-
const removeClass = (t2, n2) => {
|
|
296
|
-
createDomTokenListClass(t2).O(n2);
|
|
297
|
-
};
|
|
298
|
-
const addClass = (t2, n2) => {
|
|
299
|
-
createDomTokenListClass(t2).$(n2);
|
|
300
|
-
return bind(removeClass, t2, n2);
|
|
301
|
-
};
|
|
302
|
-
const find = (t2, n2) => {
|
|
303
|
-
const o2 = n2 ? isElement(n2) && n2 : document;
|
|
304
|
-
return o2 ? from(o2.querySelectorAll(t2)) : [];
|
|
305
|
-
};
|
|
306
|
-
const findFirst = (t2, n2) => {
|
|
307
|
-
const o2 = n2 ? isElement(n2) && n2 : document;
|
|
308
|
-
return o2 && o2.querySelector(t2);
|
|
309
|
-
};
|
|
310
|
-
const is = (t2, n2) => isElement(t2) && t2.matches(n2);
|
|
311
|
-
const isBodyElement = (t2) => is(t2, "body");
|
|
312
|
-
const contents = (t2) => t2 ? from(t2.childNodes) : [];
|
|
313
|
-
const parent = (t2) => t2 && t2.parentElement;
|
|
314
|
-
const closest = (t2, n2) => isElement(t2) && t2.closest(n2);
|
|
315
|
-
const getFocusedElement = (t2) => (t2 || document).activeElement;
|
|
316
|
-
const liesBetween = (t2, n2, o2) => {
|
|
317
|
-
const s2 = closest(t2, n2);
|
|
318
|
-
const e2 = t2 && findFirst(o2, s2);
|
|
319
|
-
const c2 = closest(e2, n2) === s2;
|
|
320
|
-
return s2 && e2 ? s2 === t2 || e2 === t2 || c2 && closest(closest(t2, o2), n2) !== s2 : false;
|
|
321
|
-
};
|
|
322
|
-
const removeElements = (t2) => {
|
|
323
|
-
each(createOrKeepArray(t2), (t3) => {
|
|
324
|
-
const n2 = parent(t3);
|
|
325
|
-
t3 && n2 && n2.removeChild(t3);
|
|
326
|
-
});
|
|
327
|
-
};
|
|
328
|
-
const appendChildren = (t2, n2) => bind(removeElements, t2 && n2 && each(createOrKeepArray(n2), (n3) => {
|
|
329
|
-
n3 && t2.appendChild(n3);
|
|
330
|
-
}));
|
|
331
|
-
const createDiv = (t2) => {
|
|
332
|
-
const n2 = document.createElement("div");
|
|
333
|
-
setAttrs(n2, "class", t2);
|
|
334
|
-
return n2;
|
|
335
|
-
};
|
|
336
|
-
const createDOM = (t2) => {
|
|
337
|
-
const n2 = createDiv();
|
|
338
|
-
n2.innerHTML = t2.trim();
|
|
339
|
-
return each(contents(n2), (t3) => removeElements(t3));
|
|
340
|
-
};
|
|
341
|
-
const getCSSVal = (t2, n2) => t2.getPropertyValue(n2) || t2[n2] || "";
|
|
342
|
-
const validFiniteNumber = (t2) => {
|
|
343
|
-
const n2 = t2 || 0;
|
|
344
|
-
return isFinite(n2) ? n2 : 0;
|
|
345
|
-
};
|
|
346
|
-
const parseToZeroOrNumber = (t2) => validFiniteNumber(parseFloat(t2 || ""));
|
|
347
|
-
const roundCssNumber = (t2) => Math.round(t2 * 1e4) / 1e4;
|
|
348
|
-
const numberToCssPx = (t2) => `${roundCssNumber(validFiniteNumber(t2))}px`;
|
|
349
|
-
function setStyles(t2, n2) {
|
|
350
|
-
t2 && n2 && each(n2, (n3, o2) => {
|
|
351
|
-
try {
|
|
352
|
-
const s2 = t2.style;
|
|
353
|
-
const e2 = isNull(n3) || isBoolean(n3) ? "" : isNumber(n3) ? numberToCssPx(n3) : n3;
|
|
354
|
-
if (o2.indexOf("--") === 0) {
|
|
355
|
-
s2.setProperty(o2, e2);
|
|
356
|
-
} else {
|
|
357
|
-
s2[o2] = e2;
|
|
358
|
-
}
|
|
359
|
-
} catch (s2) {
|
|
360
|
-
}
|
|
361
|
-
});
|
|
362
|
-
}
|
|
363
|
-
function getStyles(t2, o2, s2) {
|
|
364
|
-
const e2 = isString(o2);
|
|
365
|
-
let c2 = e2 ? "" : {};
|
|
366
|
-
if (t2) {
|
|
367
|
-
const r2 = n.getComputedStyle(t2, s2) || t2.style;
|
|
368
|
-
c2 = e2 ? getCSSVal(r2, o2) : from(o2).reduce((t3, n2) => {
|
|
369
|
-
t3[n2] = getCSSVal(r2, n2);
|
|
370
|
-
return t3;
|
|
371
|
-
}, c2);
|
|
372
|
-
}
|
|
373
|
-
return c2;
|
|
374
|
-
}
|
|
375
|
-
const topRightBottomLeft = (t2, n2, o2) => {
|
|
376
|
-
const s2 = n2 ? `${n2}-` : "";
|
|
377
|
-
const e2 = o2 ? `-${o2}` : "";
|
|
378
|
-
const c2 = `${s2}top${e2}`;
|
|
379
|
-
const r2 = `${s2}right${e2}`;
|
|
380
|
-
const l2 = `${s2}bottom${e2}`;
|
|
381
|
-
const i2 = `${s2}left${e2}`;
|
|
382
|
-
const a2 = getStyles(t2, [c2, r2, l2, i2]);
|
|
383
|
-
return {
|
|
384
|
-
t: parseToZeroOrNumber(a2[c2]),
|
|
385
|
-
r: parseToZeroOrNumber(a2[r2]),
|
|
386
|
-
b: parseToZeroOrNumber(a2[l2]),
|
|
387
|
-
l: parseToZeroOrNumber(a2[i2])
|
|
388
|
-
};
|
|
389
|
-
};
|
|
390
|
-
const getTrasformTranslateValue = (t2, n2) => `translate${isObject(t2) ? `(${t2.x},${t2.y})` : `${n2 ? "X" : "Y"}(${t2})`}`;
|
|
391
|
-
const elementHasDimensions = (t2) => !!(t2.offsetWidth || t2.offsetHeight || t2.getClientRects().length);
|
|
392
|
-
const z = {
|
|
393
|
-
w: 0,
|
|
394
|
-
h: 0
|
|
395
|
-
};
|
|
396
|
-
const getElmWidthHeightProperty = (t2, n2) => n2 ? {
|
|
397
|
-
w: n2[`${t2}Width`],
|
|
398
|
-
h: n2[`${t2}Height`]
|
|
399
|
-
} : z;
|
|
400
|
-
const getWindowSize = (t2) => getElmWidthHeightProperty("inner", t2 || n);
|
|
401
|
-
const I = bind(getElmWidthHeightProperty, "offset");
|
|
402
|
-
const A = bind(getElmWidthHeightProperty, "client");
|
|
403
|
-
const D = bind(getElmWidthHeightProperty, "scroll");
|
|
404
|
-
const getFractionalSize = (t2) => {
|
|
405
|
-
const n2 = parseFloat(getStyles(t2, $)) || 0;
|
|
406
|
-
const o2 = parseFloat(getStyles(t2, C)) || 0;
|
|
407
|
-
return {
|
|
408
|
-
w: n2 - e(n2),
|
|
409
|
-
h: o2 - e(o2)
|
|
410
|
-
};
|
|
411
|
-
};
|
|
412
|
-
const getBoundingClientRect = (t2) => t2.getBoundingClientRect();
|
|
413
|
-
const hasDimensions = (t2) => !!t2 && elementHasDimensions(t2);
|
|
414
|
-
const domRectHasDimensions = (t2) => !!(t2 && (t2[C] || t2[$]));
|
|
415
|
-
const domRectAppeared = (t2, n2) => {
|
|
416
|
-
const o2 = domRectHasDimensions(t2);
|
|
417
|
-
const s2 = domRectHasDimensions(n2);
|
|
418
|
-
return !s2 && o2;
|
|
419
|
-
};
|
|
420
|
-
const removeEventListener = (t2, n2, o2, s2) => {
|
|
421
|
-
each(getDomTokensArray(n2), (n3) => {
|
|
422
|
-
t2 && t2.removeEventListener(n3, o2, s2);
|
|
423
|
-
});
|
|
424
|
-
};
|
|
425
|
-
const addEventListener = (t2, n2, o2, s2) => {
|
|
426
|
-
var e2;
|
|
427
|
-
const c2 = (e2 = s2 && s2.H) != null ? e2 : true;
|
|
428
|
-
const r2 = s2 && s2.I || false;
|
|
429
|
-
const l2 = s2 && s2.A || false;
|
|
430
|
-
const i2 = {
|
|
431
|
-
passive: c2,
|
|
432
|
-
capture: r2
|
|
433
|
-
};
|
|
434
|
-
return bind(runEachAndClear, getDomTokensArray(n2).map((n3) => {
|
|
435
|
-
const s3 = l2 ? (e3) => {
|
|
436
|
-
removeEventListener(t2, n3, s3, r2);
|
|
437
|
-
o2 && o2(e3);
|
|
438
|
-
} : o2;
|
|
439
|
-
t2 && t2.addEventListener(n3, s3, i2);
|
|
440
|
-
return bind(removeEventListener, t2, n3, s3, r2);
|
|
441
|
-
}));
|
|
442
|
-
};
|
|
443
|
-
const stopPropagation = (t2) => t2.stopPropagation();
|
|
444
|
-
const preventDefault = (t2) => t2.preventDefault();
|
|
445
|
-
const stopAndPrevent = (t2) => stopPropagation(t2) || preventDefault(t2);
|
|
446
|
-
const scrollElementTo = (t2, n2) => {
|
|
447
|
-
const { x: o2, y: s2 } = isNumber(n2) ? {
|
|
448
|
-
x: n2,
|
|
449
|
-
y: n2
|
|
450
|
-
} : n2 || {};
|
|
451
|
-
isNumber(o2) && (t2.scrollLeft = o2);
|
|
452
|
-
isNumber(s2) && (t2.scrollTop = s2);
|
|
453
|
-
};
|
|
454
|
-
const getElementScroll = (t2) => ({
|
|
455
|
-
x: t2.scrollLeft,
|
|
456
|
-
y: t2.scrollTop
|
|
457
|
-
});
|
|
458
|
-
const getZeroScrollCoordinates = () => ({
|
|
459
|
-
D: {
|
|
460
|
-
x: 0,
|
|
461
|
-
y: 0
|
|
462
|
-
},
|
|
463
|
-
M: {
|
|
464
|
-
x: 0,
|
|
465
|
-
y: 0
|
|
466
|
-
}
|
|
467
|
-
});
|
|
468
|
-
const sanitizeScrollCoordinates = (t2, n2) => {
|
|
469
|
-
const { D: o2, M: s2 } = t2;
|
|
470
|
-
const { w: e2, h: l2 } = n2;
|
|
471
|
-
const sanitizeAxis = (t3, n3, o3) => {
|
|
472
|
-
let s3 = r(t3) * o3;
|
|
473
|
-
let e3 = r(n3) * o3;
|
|
474
|
-
if (s3 === e3) {
|
|
475
|
-
const o4 = c(t3);
|
|
476
|
-
const r2 = c(n3);
|
|
477
|
-
e3 = o4 > r2 ? 0 : e3;
|
|
478
|
-
s3 = o4 < r2 ? 0 : s3;
|
|
479
|
-
}
|
|
480
|
-
s3 = s3 === e3 ? 0 : s3;
|
|
481
|
-
return [s3 + 0, e3 + 0];
|
|
482
|
-
};
|
|
483
|
-
const [i2, a2] = sanitizeAxis(o2.x, s2.x, e2);
|
|
484
|
-
const [u2, _2] = sanitizeAxis(o2.y, s2.y, l2);
|
|
485
|
-
return {
|
|
486
|
-
D: {
|
|
487
|
-
x: i2,
|
|
488
|
-
y: u2
|
|
489
|
-
},
|
|
490
|
-
M: {
|
|
491
|
-
x: a2,
|
|
492
|
-
y: _2
|
|
493
|
-
}
|
|
494
|
-
};
|
|
495
|
-
};
|
|
496
|
-
const isDefaultDirectionScrollCoordinates = ({ D: t2, M: n2 }) => {
|
|
497
|
-
const getAxis = (t3, n3) => t3 === 0 && t3 <= n3;
|
|
498
|
-
return {
|
|
499
|
-
x: getAxis(t2.x, n2.x),
|
|
500
|
-
y: getAxis(t2.y, n2.y)
|
|
501
|
-
};
|
|
502
|
-
};
|
|
503
|
-
const getScrollCoordinatesPercent = ({ D: t2, M: n2 }, o2) => {
|
|
504
|
-
const getAxis = (t3, n3, o3) => capNumber(0, 1, (t3 - o3) / (t3 - n3) || 0);
|
|
505
|
-
return {
|
|
506
|
-
x: getAxis(t2.x, n2.x, o2.x),
|
|
507
|
-
y: getAxis(t2.y, n2.y, o2.y)
|
|
508
|
-
};
|
|
509
|
-
};
|
|
510
|
-
const focusElement = (t2) => {
|
|
511
|
-
if (t2 && t2.focus) {
|
|
512
|
-
t2.focus({
|
|
513
|
-
preventScroll: true
|
|
514
|
-
});
|
|
515
|
-
}
|
|
516
|
-
};
|
|
517
|
-
const manageListener = (t2, n2) => {
|
|
518
|
-
each(createOrKeepArray(n2), t2);
|
|
519
|
-
};
|
|
520
|
-
const createEventListenerHub = (t2) => {
|
|
521
|
-
const n2 = /* @__PURE__ */ new Map();
|
|
522
|
-
const removeEvent = (t3, o2) => {
|
|
523
|
-
if (t3) {
|
|
524
|
-
const s2 = n2.get(t3);
|
|
525
|
-
manageListener((t4) => {
|
|
526
|
-
if (s2) {
|
|
527
|
-
s2[t4 ? "delete" : "clear"](t4);
|
|
528
|
-
}
|
|
529
|
-
}, o2);
|
|
530
|
-
} else {
|
|
531
|
-
n2.forEach((t4) => {
|
|
532
|
-
t4.clear();
|
|
533
|
-
});
|
|
534
|
-
n2.clear();
|
|
535
|
-
}
|
|
536
|
-
};
|
|
537
|
-
const addEvent = (t3, o2) => {
|
|
538
|
-
if (isString(t3)) {
|
|
539
|
-
const s3 = n2.get(t3) || /* @__PURE__ */ new Set();
|
|
540
|
-
n2.set(t3, s3);
|
|
541
|
-
manageListener((t4) => {
|
|
542
|
-
isFunction(t4) && s3.add(t4);
|
|
543
|
-
}, o2);
|
|
544
|
-
return bind(removeEvent, t3, o2);
|
|
545
|
-
}
|
|
546
|
-
if (isBoolean(o2) && o2) {
|
|
547
|
-
removeEvent();
|
|
548
|
-
}
|
|
549
|
-
const s2 = keys(t3);
|
|
550
|
-
const e2 = [];
|
|
551
|
-
each(s2, (n3) => {
|
|
552
|
-
const o3 = t3[n3];
|
|
553
|
-
o3 && push(e2, addEvent(n3, o3));
|
|
554
|
-
});
|
|
555
|
-
return bind(runEachAndClear, e2);
|
|
556
|
-
};
|
|
557
|
-
const triggerEvent = (t3, o2) => {
|
|
558
|
-
each(from(n2.get(t3)), (t4) => {
|
|
559
|
-
if (o2 && !isEmptyArray(o2)) {
|
|
560
|
-
t4.apply(0, o2);
|
|
561
|
-
} else {
|
|
562
|
-
t4();
|
|
563
|
-
}
|
|
564
|
-
});
|
|
565
|
-
};
|
|
566
|
-
addEvent(t2 || {});
|
|
567
|
-
return [addEvent, removeEvent, triggerEvent];
|
|
568
|
-
};
|
|
569
|
-
const opsStringify = (t2) => JSON.stringify(t2, (t3, n2) => {
|
|
570
|
-
if (isFunction(n2)) {
|
|
571
|
-
throw 0;
|
|
572
|
-
}
|
|
573
|
-
return n2;
|
|
574
|
-
});
|
|
575
|
-
const getPropByPath = (t2, n2) => t2 ? `${n2}`.split(".").reduce((t3, n3) => t3 && hasOwnProperty(t3, n3) ? t3[n3] : void 0, t2) : void 0;
|
|
576
|
-
const M = {
|
|
577
|
-
paddingAbsolute: false,
|
|
578
|
-
showNativeOverlaidScrollbars: false,
|
|
579
|
-
update: {
|
|
580
|
-
elementEvents: [["img", "load"]],
|
|
581
|
-
debounce: [0, 33],
|
|
582
|
-
attributes: null,
|
|
583
|
-
ignoreMutation: null
|
|
584
|
-
},
|
|
585
|
-
overflow: {
|
|
586
|
-
x: "scroll",
|
|
587
|
-
y: "scroll"
|
|
588
|
-
},
|
|
589
|
-
scrollbars: {
|
|
590
|
-
theme: "os-theme-dark",
|
|
591
|
-
visibility: "auto",
|
|
592
|
-
autoHide: "never",
|
|
593
|
-
autoHideDelay: 1300,
|
|
594
|
-
autoHideSuspend: false,
|
|
595
|
-
dragScroll: true,
|
|
596
|
-
clickScroll: false,
|
|
597
|
-
pointers: ["mouse", "touch", "pen"]
|
|
598
|
-
}
|
|
599
|
-
};
|
|
600
|
-
const getOptionsDiff = (t2, n2) => {
|
|
601
|
-
const o2 = {};
|
|
602
|
-
const s2 = concat(keys(n2), keys(t2));
|
|
603
|
-
each(s2, (s3) => {
|
|
604
|
-
const e2 = t2[s3];
|
|
605
|
-
const c2 = n2[s3];
|
|
606
|
-
if (isObject(e2) && isObject(c2)) {
|
|
607
|
-
assignDeep(o2[s3] = {}, getOptionsDiff(e2, c2));
|
|
608
|
-
if (isEmptyObject(o2[s3])) {
|
|
609
|
-
delete o2[s3];
|
|
610
|
-
}
|
|
611
|
-
} else if (hasOwnProperty(n2, s3) && c2 !== e2) {
|
|
612
|
-
let t3 = true;
|
|
613
|
-
if (isArray(e2) || isArray(c2)) {
|
|
614
|
-
try {
|
|
615
|
-
if (opsStringify(e2) === opsStringify(c2)) {
|
|
616
|
-
t3 = false;
|
|
617
|
-
}
|
|
618
|
-
} catch (r2) {
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
if (t3) {
|
|
622
|
-
o2[s3] = c2;
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
});
|
|
626
|
-
return o2;
|
|
627
|
-
};
|
|
628
|
-
const createOptionCheck = (t2, n2, o2) => (s2) => [getPropByPath(t2, s2), o2 || getPropByPath(n2, s2) !== void 0];
|
|
629
|
-
const T = `data-overlayscrollbars`;
|
|
630
|
-
const k = "os-environment";
|
|
631
|
-
const R = `${k}-scrollbar-hidden`;
|
|
632
|
-
const V = `${T}-initialize`;
|
|
633
|
-
const L = "noClipping";
|
|
634
|
-
const U = `${T}-body`;
|
|
635
|
-
const P = T;
|
|
636
|
-
const N = "host";
|
|
637
|
-
const q = `${T}-viewport`;
|
|
638
|
-
const B = m;
|
|
639
|
-
const F = O;
|
|
640
|
-
const j = "arrange";
|
|
641
|
-
const X = "measuring";
|
|
642
|
-
const Y = "scrolling";
|
|
643
|
-
const W = "scrollbarHidden";
|
|
644
|
-
const J = "noContent";
|
|
645
|
-
const G = `${T}-padding`;
|
|
646
|
-
const K = `${T}-content`;
|
|
647
|
-
const Q = "os-size-observer";
|
|
648
|
-
const Z = `${Q}-appear`;
|
|
649
|
-
const tt = `${Q}-listener`;
|
|
650
|
-
const et = "os-trinsic-observer";
|
|
651
|
-
const ct = "os-theme-none";
|
|
652
|
-
const rt = "os-scrollbar";
|
|
653
|
-
const lt = `${rt}-rtl`;
|
|
654
|
-
const it = `${rt}-horizontal`;
|
|
655
|
-
const at = `${rt}-vertical`;
|
|
656
|
-
const ut = `${rt}-track`;
|
|
657
|
-
const _t = `${rt}-handle`;
|
|
658
|
-
const dt = `${rt}-visible`;
|
|
659
|
-
const ft = `${rt}-cornerless`;
|
|
660
|
-
const vt = `${rt}-interaction`;
|
|
661
|
-
const pt = `${rt}-unusable`;
|
|
662
|
-
const ht = `${rt}-auto-hide`;
|
|
663
|
-
const gt = `${ht}-hidden`;
|
|
664
|
-
const bt = `${rt}-wheel`;
|
|
665
|
-
const wt = `${ut}-interactive`;
|
|
666
|
-
const yt = `${_t}-interactive`;
|
|
667
|
-
let St;
|
|
668
|
-
const getNonce = () => St;
|
|
669
|
-
const setNonce = (t2) => {
|
|
670
|
-
St = t2;
|
|
671
|
-
};
|
|
672
|
-
let mt;
|
|
673
|
-
const createEnvironment = () => {
|
|
674
|
-
const getNativeScrollbarSize = (t3, n2, o3) => {
|
|
675
|
-
appendChildren(document.body, t3);
|
|
676
|
-
appendChildren(document.body, t3);
|
|
677
|
-
const s3 = A(t3);
|
|
678
|
-
const e3 = I(t3);
|
|
679
|
-
const c3 = getFractionalSize(n2);
|
|
680
|
-
o3 && removeElements(t3);
|
|
681
|
-
return {
|
|
682
|
-
x: e3.h - s3.h + c3.h,
|
|
683
|
-
y: e3.w - s3.w + c3.w
|
|
684
|
-
};
|
|
685
|
-
};
|
|
686
|
-
const getNativeScrollbarsHiding = (t3) => {
|
|
687
|
-
let n2 = false;
|
|
688
|
-
const o3 = addClass(t3, R);
|
|
689
|
-
try {
|
|
690
|
-
n2 = getStyles(t3, "scrollbar-width") === "none" || getStyles(t3, "display", "::-webkit-scrollbar") === "none";
|
|
691
|
-
} catch (s3) {
|
|
692
|
-
}
|
|
693
|
-
o3();
|
|
694
|
-
return n2;
|
|
695
|
-
};
|
|
696
|
-
const t2 = `.${k}{scroll-behavior:auto!important;position:fixed;opacity:0;visibility:hidden;overflow:scroll;height:200px;width:200px;z-index:-1}.${k} div{width:200%;height:200%;margin:10px 0}.${R}{scrollbar-width:none!important}.${R}::-webkit-scrollbar,.${R}::-webkit-scrollbar-corner{appearance:none!important;display:none!important;width:0!important;height:0!important}`;
|
|
697
|
-
const o2 = createDOM(`<div class="${k}"><div></div><style>${t2}</style></div>`);
|
|
698
|
-
const s2 = o2[0];
|
|
699
|
-
const e2 = s2.firstChild;
|
|
700
|
-
const c2 = s2.lastChild;
|
|
701
|
-
const r2 = getNonce();
|
|
702
|
-
if (r2) {
|
|
703
|
-
c2.nonce = r2;
|
|
704
|
-
}
|
|
705
|
-
const [l2, , i2] = createEventListenerHub();
|
|
706
|
-
const [a2, u2] = createCache({
|
|
707
|
-
o: getNativeScrollbarSize(s2, e2),
|
|
708
|
-
i: equalXY
|
|
709
|
-
}, bind(getNativeScrollbarSize, s2, e2, true));
|
|
710
|
-
const [_2] = u2();
|
|
711
|
-
const d2 = getNativeScrollbarsHiding(s2);
|
|
712
|
-
const f2 = {
|
|
713
|
-
x: _2.x === 0,
|
|
714
|
-
y: _2.y === 0
|
|
715
|
-
};
|
|
716
|
-
const p2 = {
|
|
717
|
-
elements: {
|
|
718
|
-
host: null,
|
|
719
|
-
padding: !d2,
|
|
720
|
-
viewport: (t3) => d2 && isBodyElement(t3) && t3,
|
|
721
|
-
content: false
|
|
722
|
-
},
|
|
723
|
-
scrollbars: {
|
|
724
|
-
slot: true
|
|
725
|
-
},
|
|
726
|
-
cancel: {
|
|
727
|
-
nativeScrollbarsOverlaid: false,
|
|
728
|
-
body: null
|
|
729
|
-
}
|
|
730
|
-
};
|
|
731
|
-
const h2 = assignDeep({}, M);
|
|
732
|
-
const g2 = bind(assignDeep, {}, h2);
|
|
733
|
-
const b2 = bind(assignDeep, {}, p2);
|
|
734
|
-
const w2 = {
|
|
735
|
-
T: _2,
|
|
736
|
-
k: f2,
|
|
737
|
-
R: d2,
|
|
738
|
-
V: !!v,
|
|
739
|
-
L: bind(l2, "r"),
|
|
740
|
-
U: b2,
|
|
741
|
-
P: (t3) => assignDeep(p2, t3) && b2(),
|
|
742
|
-
N: g2,
|
|
743
|
-
q: (t3) => assignDeep(h2, t3) && g2(),
|
|
744
|
-
B: assignDeep({}, p2),
|
|
745
|
-
F: assignDeep({}, h2)
|
|
746
|
-
};
|
|
747
|
-
removeAttrs(s2, "style");
|
|
748
|
-
removeElements(s2);
|
|
749
|
-
addEventListener(n, "resize", () => {
|
|
750
|
-
i2("r", []);
|
|
751
|
-
});
|
|
752
|
-
if (isFunction(n.matchMedia) && !d2 && (!f2.x || !f2.y)) {
|
|
753
|
-
const addZoomListener = (t3) => {
|
|
754
|
-
const o3 = n.matchMedia(`(resolution: ${n.devicePixelRatio}dppx)`);
|
|
755
|
-
addEventListener(o3, "change", () => {
|
|
756
|
-
t3();
|
|
757
|
-
addZoomListener(t3);
|
|
758
|
-
}, {
|
|
759
|
-
A: true
|
|
760
|
-
});
|
|
761
|
-
};
|
|
762
|
-
addZoomListener(() => {
|
|
763
|
-
const [t3, n2] = a2();
|
|
764
|
-
assignDeep(w2.T, t3);
|
|
765
|
-
i2("r", [n2]);
|
|
766
|
-
});
|
|
767
|
-
}
|
|
768
|
-
return w2;
|
|
769
|
-
};
|
|
770
|
-
const getEnvironment = () => {
|
|
771
|
-
if (!mt) {
|
|
772
|
-
mt = createEnvironment();
|
|
773
|
-
}
|
|
774
|
-
return mt;
|
|
775
|
-
};
|
|
776
|
-
const resolveInitialization = (t2, n2) => isFunction(n2) ? n2.apply(0, t2) : n2;
|
|
777
|
-
const staticInitializationElement = (t2, n2, o2, s2) => {
|
|
778
|
-
const e2 = isUndefined(s2) ? o2 : s2;
|
|
779
|
-
const c2 = resolveInitialization(t2, e2);
|
|
780
|
-
return c2 || n2.apply(0, t2);
|
|
781
|
-
};
|
|
782
|
-
const dynamicInitializationElement = (t2, n2, o2, s2) => {
|
|
783
|
-
const e2 = isUndefined(s2) ? o2 : s2;
|
|
784
|
-
const c2 = resolveInitialization(t2, e2);
|
|
785
|
-
return !!c2 && (isHTMLElement(c2) ? c2 : n2.apply(0, t2));
|
|
786
|
-
};
|
|
787
|
-
const cancelInitialization = (t2, n2) => {
|
|
788
|
-
const { nativeScrollbarsOverlaid: o2, body: s2 } = n2 || {};
|
|
789
|
-
const { k: e2, R: c2, U: r2 } = getEnvironment();
|
|
790
|
-
const { nativeScrollbarsOverlaid: l2, body: i2 } = r2().cancel;
|
|
791
|
-
const a2 = o2 != null ? o2 : l2;
|
|
792
|
-
const u2 = isUndefined(s2) ? i2 : s2;
|
|
793
|
-
const _2 = (e2.x || e2.y) && a2;
|
|
794
|
-
const d2 = t2 && (isNull(u2) ? !c2 : u2);
|
|
795
|
-
return !!_2 || !!d2;
|
|
796
|
-
};
|
|
797
|
-
const Ot = /* @__PURE__ */ new WeakMap();
|
|
798
|
-
const addInstance = (t2, n2) => {
|
|
799
|
-
Ot.set(t2, n2);
|
|
800
|
-
};
|
|
801
|
-
const removeInstance = (t2) => {
|
|
802
|
-
Ot.delete(t2);
|
|
803
|
-
};
|
|
804
|
-
const getInstance = (t2) => Ot.get(t2);
|
|
805
|
-
const createEventContentChange = (t2, n2, o2) => {
|
|
806
|
-
let s2 = false;
|
|
807
|
-
const e2 = o2 ? /* @__PURE__ */ new WeakMap() : false;
|
|
808
|
-
const destroy = () => {
|
|
809
|
-
s2 = true;
|
|
810
|
-
};
|
|
811
|
-
const updateElements = (c2) => {
|
|
812
|
-
if (e2 && o2) {
|
|
813
|
-
const r2 = o2.map((n3) => {
|
|
814
|
-
const [o3, s3] = n3 || [];
|
|
815
|
-
const e3 = s3 && o3 ? (c2 || find)(o3, t2) : [];
|
|
816
|
-
return [e3, s3];
|
|
817
|
-
});
|
|
818
|
-
each(r2, (o3) => each(o3[0], (c3) => {
|
|
819
|
-
const r3 = o3[1];
|
|
820
|
-
const l2 = e2.get(c3) || [];
|
|
821
|
-
const i2 = t2.contains(c3);
|
|
822
|
-
if (i2 && r3) {
|
|
823
|
-
const t3 = addEventListener(c3, r3, (o4) => {
|
|
824
|
-
if (s2) {
|
|
825
|
-
t3();
|
|
826
|
-
e2.delete(c3);
|
|
827
|
-
} else {
|
|
828
|
-
n2(o4);
|
|
829
|
-
}
|
|
830
|
-
});
|
|
831
|
-
e2.set(c3, push(l2, t3));
|
|
832
|
-
} else {
|
|
833
|
-
runEachAndClear(l2);
|
|
834
|
-
e2.delete(c3);
|
|
835
|
-
}
|
|
836
|
-
}));
|
|
837
|
-
}
|
|
838
|
-
};
|
|
839
|
-
updateElements();
|
|
840
|
-
return [destroy, updateElements];
|
|
841
|
-
};
|
|
842
|
-
const createDOMObserver = (t2, n2, o2, s2) => {
|
|
843
|
-
let e2 = false;
|
|
844
|
-
const { j: c2, X: r2, Y: l2, W: i2, J: a2, G: u2 } = s2 || {};
|
|
845
|
-
const d2 = debounce(() => e2 && o2(true), {
|
|
846
|
-
_: 33,
|
|
847
|
-
v: 99
|
|
848
|
-
});
|
|
849
|
-
const [f2, v2] = createEventContentChange(t2, d2, l2);
|
|
850
|
-
const p2 = c2 || [];
|
|
851
|
-
const h2 = r2 || [];
|
|
852
|
-
const g2 = concat(p2, h2);
|
|
853
|
-
const observerCallback = (e3, c3) => {
|
|
854
|
-
if (!isEmptyArray(c3)) {
|
|
855
|
-
const r3 = a2 || noop;
|
|
856
|
-
const l3 = u2 || noop;
|
|
857
|
-
const _2 = [];
|
|
858
|
-
const d3 = [];
|
|
859
|
-
let f3 = false;
|
|
860
|
-
let p3 = false;
|
|
861
|
-
each(c3, (o3) => {
|
|
862
|
-
const { attributeName: e4, target: c4, type: a3, oldValue: u3, addedNodes: v3, removedNodes: g3 } = o3;
|
|
863
|
-
const b3 = a3 === "attributes";
|
|
864
|
-
const w2 = a3 === "childList";
|
|
865
|
-
const y2 = t2 === c4;
|
|
866
|
-
const S2 = b3 && e4;
|
|
867
|
-
const m2 = S2 && getAttr(c4, e4 || "");
|
|
868
|
-
const O2 = isString(m2) ? m2 : null;
|
|
869
|
-
const $2 = S2 && u3 !== O2;
|
|
870
|
-
const C2 = inArray(h2, e4) && $2;
|
|
871
|
-
if (n2 && (w2 || !y2)) {
|
|
872
|
-
const n3 = b3 && $2;
|
|
873
|
-
const a4 = n3 && i2 && is(c4, i2);
|
|
874
|
-
const d4 = a4 ? !r3(c4, e4, u3, O2) : !b3 || n3;
|
|
875
|
-
const f4 = d4 && !l3(o3, !!a4, t2, s2);
|
|
876
|
-
each(v3, (t3) => push(_2, t3));
|
|
877
|
-
each(g3, (t3) => push(_2, t3));
|
|
878
|
-
p3 = p3 || f4;
|
|
879
|
-
}
|
|
880
|
-
if (!n2 && y2 && $2 && !r3(c4, e4, u3, O2)) {
|
|
881
|
-
push(d3, e4);
|
|
882
|
-
f3 = f3 || C2;
|
|
883
|
-
}
|
|
884
|
-
});
|
|
885
|
-
v2((t3) => deduplicateArray(_2).reduce((n3, o3) => {
|
|
886
|
-
push(n3, find(t3, o3));
|
|
887
|
-
return is(o3, t3) ? push(n3, o3) : n3;
|
|
888
|
-
}, []));
|
|
889
|
-
if (n2) {
|
|
890
|
-
!e3 && p3 && o2(false);
|
|
891
|
-
return [false];
|
|
892
|
-
}
|
|
893
|
-
if (!isEmptyArray(d3) || f3) {
|
|
894
|
-
const t3 = [deduplicateArray(d3), f3];
|
|
895
|
-
!e3 && o2.apply(0, t3);
|
|
896
|
-
return t3;
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
};
|
|
900
|
-
const b2 = new _(bind(observerCallback, false));
|
|
901
|
-
return [() => {
|
|
902
|
-
b2.observe(t2, {
|
|
903
|
-
attributes: true,
|
|
904
|
-
attributeOldValue: true,
|
|
905
|
-
attributeFilter: g2,
|
|
906
|
-
subtree: n2,
|
|
907
|
-
childList: n2,
|
|
908
|
-
characterData: n2
|
|
909
|
-
});
|
|
910
|
-
e2 = true;
|
|
911
|
-
return () => {
|
|
912
|
-
if (e2) {
|
|
913
|
-
f2();
|
|
914
|
-
b2.disconnect();
|
|
915
|
-
e2 = false;
|
|
916
|
-
}
|
|
917
|
-
};
|
|
918
|
-
}, () => {
|
|
919
|
-
if (e2) {
|
|
920
|
-
d2.m();
|
|
921
|
-
return observerCallback(true, b2.takeRecords());
|
|
922
|
-
}
|
|
923
|
-
}];
|
|
924
|
-
};
|
|
925
|
-
const $t = {};
|
|
926
|
-
const Ct = {};
|
|
927
|
-
const addPlugins = (t2) => {
|
|
928
|
-
each(t2, (t3) => each(t3, (n2, o2) => {
|
|
929
|
-
$t[o2] = t3[o2];
|
|
930
|
-
}));
|
|
931
|
-
};
|
|
932
|
-
const registerPluginModuleInstances = (t2, n2, o2) => keys(t2).map((s2) => {
|
|
933
|
-
const { static: e2, instance: c2 } = t2[s2];
|
|
934
|
-
const [r2, l2, i2] = o2 || [];
|
|
935
|
-
const a2 = o2 ? c2 : e2;
|
|
936
|
-
if (a2) {
|
|
937
|
-
const t3 = o2 ? a2(r2, l2, n2) : a2(n2);
|
|
938
|
-
return (i2 || Ct)[s2] = t3;
|
|
939
|
-
}
|
|
940
|
-
});
|
|
941
|
-
const getStaticPluginModuleInstance = (t2) => Ct[t2];
|
|
942
|
-
const xt = "__osOptionsValidationPlugin";
|
|
943
|
-
const Ht = "__osSizeObserverPlugin";
|
|
944
|
-
const getShowNativeOverlaidScrollbars = (t2, n2) => {
|
|
945
|
-
const { k: o2 } = n2;
|
|
946
|
-
const [s2, e2] = t2("showNativeOverlaidScrollbars");
|
|
947
|
-
return [s2 && o2.x && o2.y, e2];
|
|
948
|
-
};
|
|
949
|
-
const overflowIsVisible = (t2) => t2.indexOf(x) === 0;
|
|
950
|
-
const createViewportOverflowState = (t2, n2) => {
|
|
951
|
-
const getAxisOverflowStyle = (t3, n3, o3, s2) => {
|
|
952
|
-
const e2 = t3 === x ? H : t3.replace(`${x}-`, "");
|
|
953
|
-
const c2 = overflowIsVisible(t3);
|
|
954
|
-
const r2 = overflowIsVisible(o3);
|
|
955
|
-
if (!n3 && !s2) {
|
|
956
|
-
return H;
|
|
957
|
-
}
|
|
958
|
-
if (c2 && r2) {
|
|
959
|
-
return x;
|
|
960
|
-
}
|
|
961
|
-
if (c2) {
|
|
962
|
-
const t4 = n3 ? x : H;
|
|
963
|
-
return n3 && s2 ? e2 : t4;
|
|
964
|
-
}
|
|
965
|
-
const l2 = r2 && s2 ? x : H;
|
|
966
|
-
return n3 ? e2 : l2;
|
|
967
|
-
};
|
|
968
|
-
const o2 = {
|
|
969
|
-
x: getAxisOverflowStyle(n2.x, t2.x, n2.y, t2.y),
|
|
970
|
-
y: getAxisOverflowStyle(n2.y, t2.y, n2.x, t2.x)
|
|
971
|
-
};
|
|
972
|
-
return {
|
|
973
|
-
K: o2,
|
|
974
|
-
Z: {
|
|
975
|
-
x: o2.x === E,
|
|
976
|
-
y: o2.y === E
|
|
977
|
-
}
|
|
978
|
-
};
|
|
979
|
-
};
|
|
980
|
-
const zt = "__osScrollbarsHidingPlugin";
|
|
981
|
-
const At = "__osClickScrollPlugin";
|
|
982
|
-
const Dt = /* @__PURE__ */ (() => ({
|
|
983
|
-
[At]: {
|
|
984
|
-
static: () => (t2, n2, o2, s2) => {
|
|
985
|
-
let e2 = false;
|
|
986
|
-
let c2 = noop;
|
|
987
|
-
const r2 = 133;
|
|
988
|
-
const l2 = 222;
|
|
989
|
-
const [i2, a2] = selfClearTimeout(r2);
|
|
990
|
-
const u2 = Math.sign(n2);
|
|
991
|
-
const _2 = o2 * u2;
|
|
992
|
-
const d2 = _2 / 2;
|
|
993
|
-
const easing = (t3) => 1 - (1 - t3) * (1 - t3);
|
|
994
|
-
const easedEndPressAnimation = (n3, o3) => animateNumber(n3, o3, l2, t2, easing);
|
|
995
|
-
const linearPressAnimation = (o3, s3) => animateNumber(o3, n2 - _2, r2 * s3, (o4, s4, e3) => {
|
|
996
|
-
t2(o4);
|
|
997
|
-
if (e3) {
|
|
998
|
-
c2 = easedEndPressAnimation(o4, n2);
|
|
999
|
-
}
|
|
1000
|
-
});
|
|
1001
|
-
const f2 = animateNumber(0, _2, l2, (r3, l3, a3) => {
|
|
1002
|
-
t2(r3);
|
|
1003
|
-
if (a3) {
|
|
1004
|
-
s2(e2);
|
|
1005
|
-
if (!e2) {
|
|
1006
|
-
const t3 = n2 - r3;
|
|
1007
|
-
const s3 = Math.sign(t3 - d2) === u2;
|
|
1008
|
-
s3 && i2(() => {
|
|
1009
|
-
const s4 = t3 - _2;
|
|
1010
|
-
const e3 = Math.sign(s4) === u2;
|
|
1011
|
-
c2 = e3 ? linearPressAnimation(r3, Math.abs(s4) / o2) : easedEndPressAnimation(r3, n2);
|
|
1012
|
-
});
|
|
1013
|
-
}
|
|
1014
|
-
}
|
|
1015
|
-
}, easing);
|
|
1016
|
-
return (t3) => {
|
|
1017
|
-
e2 = true;
|
|
1018
|
-
if (t3) {
|
|
1019
|
-
f2();
|
|
1020
|
-
}
|
|
1021
|
-
a2();
|
|
1022
|
-
c2();
|
|
1023
|
-
};
|
|
1024
|
-
}
|
|
1025
|
-
}
|
|
1026
|
-
}))();
|
|
1027
|
-
const createSizeObserver = (t2, n2, o2) => {
|
|
1028
|
-
const { dt: s2 } = o2 || {};
|
|
1029
|
-
const e2 = getStaticPluginModuleInstance(Ht);
|
|
1030
|
-
const [c2] = createCache({
|
|
1031
|
-
o: false,
|
|
1032
|
-
u: true
|
|
1033
|
-
});
|
|
1034
|
-
return () => {
|
|
1035
|
-
const o3 = [];
|
|
1036
|
-
const r2 = createDOM(`<div class="${Q}"><div class="${tt}"></div></div>`);
|
|
1037
|
-
const l2 = r2[0];
|
|
1038
|
-
const i2 = l2.firstChild;
|
|
1039
|
-
const onSizeChangedCallbackProxy = (t3) => {
|
|
1040
|
-
const o4 = t3 instanceof ResizeObserverEntry;
|
|
1041
|
-
let s3 = false;
|
|
1042
|
-
let e3 = false;
|
|
1043
|
-
if (o4) {
|
|
1044
|
-
const [n3, , o5] = c2(t3.contentRect);
|
|
1045
|
-
const r3 = domRectHasDimensions(n3);
|
|
1046
|
-
e3 = domRectAppeared(n3, o5);
|
|
1047
|
-
s3 = !e3 && !r3;
|
|
1048
|
-
} else {
|
|
1049
|
-
e3 = t3 === true;
|
|
1050
|
-
}
|
|
1051
|
-
if (!s3) {
|
|
1052
|
-
n2({
|
|
1053
|
-
ft: true,
|
|
1054
|
-
dt: e3
|
|
1055
|
-
});
|
|
1056
|
-
}
|
|
1057
|
-
};
|
|
1058
|
-
if (f) {
|
|
1059
|
-
const t3 = new f((t4) => onSizeChangedCallbackProxy(t4.pop()));
|
|
1060
|
-
t3.observe(i2);
|
|
1061
|
-
push(o3, () => {
|
|
1062
|
-
t3.disconnect();
|
|
1063
|
-
});
|
|
1064
|
-
} else if (e2) {
|
|
1065
|
-
const [t3, n3] = e2(i2, onSizeChangedCallbackProxy, s2);
|
|
1066
|
-
push(o3, concat([addClass(l2, Z), addEventListener(l2, "animationstart", t3)], n3));
|
|
1067
|
-
} else {
|
|
1068
|
-
return noop;
|
|
1069
|
-
}
|
|
1070
|
-
return bind(runEachAndClear, push(o3, appendChildren(t2, l2)));
|
|
1071
|
-
};
|
|
1072
|
-
};
|
|
1073
|
-
const createTrinsicObserver = (t2, n2) => {
|
|
1074
|
-
let o2;
|
|
1075
|
-
const isHeightIntrinsic = (t3) => t3.h === 0 || t3.isIntersecting || t3.intersectionRatio > 0;
|
|
1076
|
-
const s2 = createDiv(et);
|
|
1077
|
-
const [e2] = createCache({
|
|
1078
|
-
o: false
|
|
1079
|
-
});
|
|
1080
|
-
const triggerOnTrinsicChangedCallback = (t3, o3) => {
|
|
1081
|
-
if (t3) {
|
|
1082
|
-
const s3 = e2(isHeightIntrinsic(t3));
|
|
1083
|
-
const [, c2] = s3;
|
|
1084
|
-
return c2 && !o3 && n2(s3) && [s3];
|
|
1085
|
-
}
|
|
1086
|
-
};
|
|
1087
|
-
const intersectionObserverCallback = (t3, n3) => triggerOnTrinsicChangedCallback(n3.pop(), t3);
|
|
1088
|
-
return [() => {
|
|
1089
|
-
const n3 = [];
|
|
1090
|
-
if (d) {
|
|
1091
|
-
o2 = new d(bind(intersectionObserverCallback, false), {
|
|
1092
|
-
root: t2
|
|
1093
|
-
});
|
|
1094
|
-
o2.observe(s2);
|
|
1095
|
-
push(n3, () => {
|
|
1096
|
-
o2.disconnect();
|
|
1097
|
-
});
|
|
1098
|
-
} else {
|
|
1099
|
-
const onSizeChanged = () => {
|
|
1100
|
-
const t3 = I(s2);
|
|
1101
|
-
triggerOnTrinsicChangedCallback(t3);
|
|
1102
|
-
};
|
|
1103
|
-
push(n3, createSizeObserver(s2, onSizeChanged)());
|
|
1104
|
-
onSizeChanged();
|
|
1105
|
-
}
|
|
1106
|
-
return bind(runEachAndClear, push(n3, appendChildren(t2, s2)));
|
|
1107
|
-
}, () => o2 && intersectionObserverCallback(true, o2.takeRecords())];
|
|
1108
|
-
};
|
|
1109
|
-
const createObserversSetup = (t2, n2, o2, s2) => {
|
|
1110
|
-
let e2;
|
|
1111
|
-
let c2;
|
|
1112
|
-
let r2;
|
|
1113
|
-
let l2;
|
|
1114
|
-
let i2;
|
|
1115
|
-
let a2;
|
|
1116
|
-
const u2 = `[${P}]`;
|
|
1117
|
-
const _2 = `[${q}]`;
|
|
1118
|
-
const d2 = ["id", "class", "style", "open", "wrap", "cols", "rows"];
|
|
1119
|
-
const { vt: v2, ht: p2, ot: h2, gt: g2, bt: b2, nt: w2, wt: y2, yt: S2, St: m2, Ot: O2 } = t2;
|
|
1120
|
-
const getDirectionIsRTL = (t3) => getStyles(t3, "direction") === "rtl";
|
|
1121
|
-
const $2 = {
|
|
1122
|
-
$t: false,
|
|
1123
|
-
ct: getDirectionIsRTL(v2)
|
|
1124
|
-
};
|
|
1125
|
-
const C2 = getEnvironment();
|
|
1126
|
-
const x2 = getStaticPluginModuleInstance(zt);
|
|
1127
|
-
const [H2] = createCache({
|
|
1128
|
-
i: equalWH,
|
|
1129
|
-
o: {
|
|
1130
|
-
w: 0,
|
|
1131
|
-
h: 0
|
|
1132
|
-
}
|
|
1133
|
-
}, () => {
|
|
1134
|
-
const s3 = x2 && x2.tt(t2, n2, $2, C2, o2).ut;
|
|
1135
|
-
const e3 = y2 && w2;
|
|
1136
|
-
const c3 = !e3 && hasAttrClass(p2, P, L);
|
|
1137
|
-
const r3 = !w2 && S2(j);
|
|
1138
|
-
const l3 = r3 && getElementScroll(g2);
|
|
1139
|
-
const i3 = l3 && O2();
|
|
1140
|
-
const a3 = m2(X, c3);
|
|
1141
|
-
const u3 = r3 && s3 && s3()[0];
|
|
1142
|
-
const _3 = D(h2);
|
|
1143
|
-
const d3 = getFractionalSize(h2);
|
|
1144
|
-
u3 && u3();
|
|
1145
|
-
scrollElementTo(g2, l3);
|
|
1146
|
-
i3 && i3();
|
|
1147
|
-
c3 && a3();
|
|
1148
|
-
return {
|
|
1149
|
-
w: _3.w + d3.w,
|
|
1150
|
-
h: _3.h + d3.h
|
|
1151
|
-
};
|
|
1152
|
-
});
|
|
1153
|
-
const E2 = debounce(s2, {
|
|
1154
|
-
_: () => e2,
|
|
1155
|
-
v: () => c2,
|
|
1156
|
-
S(t3, n3) {
|
|
1157
|
-
const [o3] = t3;
|
|
1158
|
-
const [s3] = n3;
|
|
1159
|
-
return [concat(keys(o3), keys(s3)).reduce((t4, n4) => {
|
|
1160
|
-
t4[n4] = o3[n4] || s3[n4];
|
|
1161
|
-
return t4;
|
|
1162
|
-
}, {})];
|
|
1163
|
-
}
|
|
1164
|
-
});
|
|
1165
|
-
const setDirection = (t3) => {
|
|
1166
|
-
const n3 = getDirectionIsRTL(v2);
|
|
1167
|
-
assignDeep(t3, {
|
|
1168
|
-
Ct: a2 !== n3
|
|
1169
|
-
});
|
|
1170
|
-
assignDeep($2, {
|
|
1171
|
-
ct: n3
|
|
1172
|
-
});
|
|
1173
|
-
a2 = n3;
|
|
1174
|
-
};
|
|
1175
|
-
const onTrinsicChanged = (t3, n3) => {
|
|
1176
|
-
const [o3, e3] = t3;
|
|
1177
|
-
const c3 = {
|
|
1178
|
-
xt: e3
|
|
1179
|
-
};
|
|
1180
|
-
assignDeep($2, {
|
|
1181
|
-
$t: o3
|
|
1182
|
-
});
|
|
1183
|
-
!n3 && s2(c3);
|
|
1184
|
-
return c3;
|
|
1185
|
-
};
|
|
1186
|
-
const onSizeChanged = ({ ft: t3, dt: n3 }) => {
|
|
1187
|
-
const o3 = t3 && !n3;
|
|
1188
|
-
const e3 = !o3 && C2.R ? E2 : s2;
|
|
1189
|
-
const c3 = {
|
|
1190
|
-
ft: t3 || n3,
|
|
1191
|
-
dt: n3
|
|
1192
|
-
};
|
|
1193
|
-
setDirection(c3);
|
|
1194
|
-
e3(c3);
|
|
1195
|
-
};
|
|
1196
|
-
const onContentMutation = (t3, n3) => {
|
|
1197
|
-
const [, o3] = H2();
|
|
1198
|
-
const e3 = {
|
|
1199
|
-
Ht: o3
|
|
1200
|
-
};
|
|
1201
|
-
setDirection(e3);
|
|
1202
|
-
const c3 = t3 ? s2 : E2;
|
|
1203
|
-
o3 && !n3 && c3(e3);
|
|
1204
|
-
return e3;
|
|
1205
|
-
};
|
|
1206
|
-
const onHostMutation = (t3, n3, o3) => {
|
|
1207
|
-
const s3 = {
|
|
1208
|
-
Et: n3
|
|
1209
|
-
};
|
|
1210
|
-
setDirection(s3);
|
|
1211
|
-
if (n3 && !o3) {
|
|
1212
|
-
E2(s3);
|
|
1213
|
-
}
|
|
1214
|
-
return s3;
|
|
1215
|
-
};
|
|
1216
|
-
const [z2, I2] = b2 ? createTrinsicObserver(p2, onTrinsicChanged) : [];
|
|
1217
|
-
const A2 = !w2 && createSizeObserver(p2, onSizeChanged, {
|
|
1218
|
-
dt: true
|
|
1219
|
-
});
|
|
1220
|
-
const [M2, T2] = createDOMObserver(p2, false, onHostMutation, {
|
|
1221
|
-
X: d2,
|
|
1222
|
-
j: d2
|
|
1223
|
-
});
|
|
1224
|
-
const k2 = w2 && f && new f((t3) => {
|
|
1225
|
-
const n3 = t3[t3.length - 1].contentRect;
|
|
1226
|
-
onSizeChanged({
|
|
1227
|
-
ft: true,
|
|
1228
|
-
dt: domRectAppeared(n3, i2)
|
|
1229
|
-
});
|
|
1230
|
-
i2 = n3;
|
|
1231
|
-
});
|
|
1232
|
-
const R2 = debounce(() => {
|
|
1233
|
-
const [, t3] = H2();
|
|
1234
|
-
s2({
|
|
1235
|
-
Ht: t3
|
|
1236
|
-
});
|
|
1237
|
-
}, {
|
|
1238
|
-
_: 222,
|
|
1239
|
-
p: true
|
|
1240
|
-
});
|
|
1241
|
-
return [() => {
|
|
1242
|
-
k2 && k2.observe(p2);
|
|
1243
|
-
const t3 = A2 && A2();
|
|
1244
|
-
const n3 = z2 && z2();
|
|
1245
|
-
const o3 = M2();
|
|
1246
|
-
const s3 = C2.L((t4) => {
|
|
1247
|
-
if (t4) {
|
|
1248
|
-
E2({
|
|
1249
|
-
zt: t4
|
|
1250
|
-
});
|
|
1251
|
-
} else {
|
|
1252
|
-
R2();
|
|
1253
|
-
}
|
|
1254
|
-
});
|
|
1255
|
-
return () => {
|
|
1256
|
-
k2 && k2.disconnect();
|
|
1257
|
-
t3 && t3();
|
|
1258
|
-
n3 && n3();
|
|
1259
|
-
l2 && l2();
|
|
1260
|
-
o3();
|
|
1261
|
-
s3();
|
|
1262
|
-
};
|
|
1263
|
-
}, ({ It: t3, At: n3, Dt: o3 }) => {
|
|
1264
|
-
const s3 = {};
|
|
1265
|
-
const [i3] = t3("update.ignoreMutation");
|
|
1266
|
-
const [a3, f2] = t3("update.attributes");
|
|
1267
|
-
const [v3, p3] = t3("update.elementEvents");
|
|
1268
|
-
const [g3, y3] = t3("update.debounce");
|
|
1269
|
-
const S3 = p3 || f2;
|
|
1270
|
-
const m3 = n3 || o3;
|
|
1271
|
-
const ignoreMutationFromOptions = (t4) => isFunction(i3) && i3(t4);
|
|
1272
|
-
if (S3) {
|
|
1273
|
-
r2 && r2();
|
|
1274
|
-
l2 && l2();
|
|
1275
|
-
const [t4, n4] = createDOMObserver(b2 || h2, true, onContentMutation, {
|
|
1276
|
-
j: concat(d2, a3 || []),
|
|
1277
|
-
Y: v3,
|
|
1278
|
-
W: u2,
|
|
1279
|
-
G: (t5, n5) => {
|
|
1280
|
-
const { target: o4, attributeName: s4 } = t5;
|
|
1281
|
-
const e3 = !n5 && s4 && !w2 ? liesBetween(o4, u2, _2) : false;
|
|
1282
|
-
return e3 || !!closest(o4, `.${rt}`) || !!ignoreMutationFromOptions(t5);
|
|
1283
|
-
}
|
|
1284
|
-
});
|
|
1285
|
-
l2 = t4();
|
|
1286
|
-
r2 = n4;
|
|
1287
|
-
}
|
|
1288
|
-
if (y3) {
|
|
1289
|
-
E2.m();
|
|
1290
|
-
if (isArray(g3)) {
|
|
1291
|
-
const t4 = g3[0];
|
|
1292
|
-
const n4 = g3[1];
|
|
1293
|
-
e2 = isNumber(t4) && t4;
|
|
1294
|
-
c2 = isNumber(n4) && n4;
|
|
1295
|
-
} else if (isNumber(g3)) {
|
|
1296
|
-
e2 = g3;
|
|
1297
|
-
c2 = false;
|
|
1298
|
-
} else {
|
|
1299
|
-
e2 = false;
|
|
1300
|
-
c2 = false;
|
|
1301
|
-
}
|
|
1302
|
-
}
|
|
1303
|
-
if (m3) {
|
|
1304
|
-
const t4 = T2();
|
|
1305
|
-
const n4 = I2 && I2();
|
|
1306
|
-
const o4 = r2 && r2();
|
|
1307
|
-
t4 && assignDeep(s3, onHostMutation(t4[0], t4[1], m3));
|
|
1308
|
-
n4 && assignDeep(s3, onTrinsicChanged(n4[0], m3));
|
|
1309
|
-
o4 && assignDeep(s3, onContentMutation(o4[0], m3));
|
|
1310
|
-
}
|
|
1311
|
-
setDirection(s3);
|
|
1312
|
-
return s3;
|
|
1313
|
-
}, $2];
|
|
1314
|
-
};
|
|
1315
|
-
const createScrollbarsSetupElements = (t2, n2, o2, s2) => {
|
|
1316
|
-
const e2 = "--os-viewport-percent";
|
|
1317
|
-
const c2 = "--os-scroll-percent";
|
|
1318
|
-
const r2 = "--os-scroll-direction";
|
|
1319
|
-
const { U: l2 } = getEnvironment();
|
|
1320
|
-
const { scrollbars: i2 } = l2();
|
|
1321
|
-
const { slot: a2 } = i2;
|
|
1322
|
-
const { vt: u2, ht: _2, ot: d2, Mt: f2, gt: p2, wt: h2, nt: g2 } = n2;
|
|
1323
|
-
const { scrollbars: b2 } = f2 ? {} : t2;
|
|
1324
|
-
const { slot: w2 } = b2 || {};
|
|
1325
|
-
const y2 = [];
|
|
1326
|
-
const S2 = [];
|
|
1327
|
-
const m2 = [];
|
|
1328
|
-
const O2 = dynamicInitializationElement([u2, _2, d2], () => g2 && h2 ? u2 : _2, a2, w2);
|
|
1329
|
-
const initScrollTimeline = (t3) => {
|
|
1330
|
-
if (v) {
|
|
1331
|
-
const n3 = new v({
|
|
1332
|
-
source: p2,
|
|
1333
|
-
axis: t3
|
|
1334
|
-
});
|
|
1335
|
-
const _addScrollPercentAnimation = (t4) => {
|
|
1336
|
-
const o3 = t4.Tt.animate({
|
|
1337
|
-
clear: ["left"],
|
|
1338
|
-
[c2]: [0, 1]
|
|
1339
|
-
}, {
|
|
1340
|
-
timeline: n3
|
|
1341
|
-
});
|
|
1342
|
-
return () => o3.cancel();
|
|
1343
|
-
};
|
|
1344
|
-
return {
|
|
1345
|
-
kt: _addScrollPercentAnimation
|
|
1346
|
-
};
|
|
1347
|
-
}
|
|
1348
|
-
};
|
|
1349
|
-
const $2 = {
|
|
1350
|
-
x: initScrollTimeline("x"),
|
|
1351
|
-
y: initScrollTimeline("y")
|
|
1352
|
-
};
|
|
1353
|
-
const getViewportPercent = () => {
|
|
1354
|
-
const { Rt: t3, Vt: n3 } = o2;
|
|
1355
|
-
const getAxisValue = (t4, n4) => capNumber(0, 1, t4 / (t4 + n4) || 0);
|
|
1356
|
-
return {
|
|
1357
|
-
x: getAxisValue(n3.x, t3.x),
|
|
1358
|
-
y: getAxisValue(n3.y, t3.y)
|
|
1359
|
-
};
|
|
1360
|
-
};
|
|
1361
|
-
const scrollbarStructureAddRemoveClass = (t3, n3, o3) => {
|
|
1362
|
-
const s3 = o3 ? addClass : removeClass;
|
|
1363
|
-
each(t3, (t4) => {
|
|
1364
|
-
s3(t4.Tt, n3);
|
|
1365
|
-
});
|
|
1366
|
-
};
|
|
1367
|
-
const scrollbarStyle = (t3, n3) => {
|
|
1368
|
-
each(t3, (t4) => {
|
|
1369
|
-
const [o3, s3] = n3(t4);
|
|
1370
|
-
setStyles(o3, s3);
|
|
1371
|
-
});
|
|
1372
|
-
};
|
|
1373
|
-
const scrollbarsAddRemoveClass = (t3, n3, o3) => {
|
|
1374
|
-
const s3 = isBoolean(o3);
|
|
1375
|
-
const e3 = s3 ? o3 : true;
|
|
1376
|
-
const c3 = s3 ? !o3 : true;
|
|
1377
|
-
e3 && scrollbarStructureAddRemoveClass(S2, t3, n3);
|
|
1378
|
-
c3 && scrollbarStructureAddRemoveClass(m2, t3, n3);
|
|
1379
|
-
};
|
|
1380
|
-
const refreshScrollbarsHandleLength = () => {
|
|
1381
|
-
const t3 = getViewportPercent();
|
|
1382
|
-
const createScrollbarStyleFn = (t4) => (n3) => [n3.Tt, {
|
|
1383
|
-
[e2]: roundCssNumber(t4) + ""
|
|
1384
|
-
}];
|
|
1385
|
-
scrollbarStyle(S2, createScrollbarStyleFn(t3.x));
|
|
1386
|
-
scrollbarStyle(m2, createScrollbarStyleFn(t3.y));
|
|
1387
|
-
};
|
|
1388
|
-
const refreshScrollbarsHandleOffset = () => {
|
|
1389
|
-
if (!v) {
|
|
1390
|
-
const { Lt: t3 } = o2;
|
|
1391
|
-
const n3 = getScrollCoordinatesPercent(t3, getElementScroll(p2));
|
|
1392
|
-
const createScrollbarStyleFn = (t4) => (n4) => [n4.Tt, {
|
|
1393
|
-
[c2]: roundCssNumber(t4) + ""
|
|
1394
|
-
}];
|
|
1395
|
-
scrollbarStyle(S2, createScrollbarStyleFn(n3.x));
|
|
1396
|
-
scrollbarStyle(m2, createScrollbarStyleFn(n3.y));
|
|
1397
|
-
}
|
|
1398
|
-
};
|
|
1399
|
-
const refreshScrollbarsScrollCoordinates = () => {
|
|
1400
|
-
const { Lt: t3 } = o2;
|
|
1401
|
-
const n3 = isDefaultDirectionScrollCoordinates(t3);
|
|
1402
|
-
const createScrollbarStyleFn = (t4) => (n4) => [n4.Tt, {
|
|
1403
|
-
[r2]: t4 ? "0" : "1"
|
|
1404
|
-
}];
|
|
1405
|
-
scrollbarStyle(S2, createScrollbarStyleFn(n3.x));
|
|
1406
|
-
scrollbarStyle(m2, createScrollbarStyleFn(n3.y));
|
|
1407
|
-
};
|
|
1408
|
-
const refreshScrollbarsScrollbarOffset = () => {
|
|
1409
|
-
if (g2 && !h2) {
|
|
1410
|
-
const { Rt: t3, Lt: n3 } = o2;
|
|
1411
|
-
const s3 = isDefaultDirectionScrollCoordinates(n3);
|
|
1412
|
-
const e3 = getScrollCoordinatesPercent(n3, getElementScroll(p2));
|
|
1413
|
-
const styleScrollbarPosition = (n4) => {
|
|
1414
|
-
const { Tt: o3 } = n4;
|
|
1415
|
-
const c3 = parent(o3) === d2 && o3;
|
|
1416
|
-
const getTranslateValue = (t4, n5, o4) => {
|
|
1417
|
-
const s4 = n5 * t4;
|
|
1418
|
-
return numberToCssPx(o4 ? s4 : -s4);
|
|
1419
|
-
};
|
|
1420
|
-
return [c3, c3 && {
|
|
1421
|
-
transform: getTrasformTranslateValue({
|
|
1422
|
-
x: getTranslateValue(e3.x, t3.x, s3.x),
|
|
1423
|
-
y: getTranslateValue(e3.y, t3.y, s3.y)
|
|
1424
|
-
})
|
|
1425
|
-
}];
|
|
1426
|
-
};
|
|
1427
|
-
scrollbarStyle(S2, styleScrollbarPosition);
|
|
1428
|
-
scrollbarStyle(m2, styleScrollbarPosition);
|
|
1429
|
-
}
|
|
1430
|
-
};
|
|
1431
|
-
const generateScrollbarDOM = (t3) => {
|
|
1432
|
-
const n3 = t3 ? "x" : "y";
|
|
1433
|
-
const o3 = t3 ? it : at;
|
|
1434
|
-
const e3 = createDiv(`${rt} ${o3}`);
|
|
1435
|
-
const c3 = createDiv(ut);
|
|
1436
|
-
const r3 = createDiv(_t);
|
|
1437
|
-
const l3 = {
|
|
1438
|
-
Tt: e3,
|
|
1439
|
-
Ut: c3,
|
|
1440
|
-
Pt: r3
|
|
1441
|
-
};
|
|
1442
|
-
const i3 = $2[n3];
|
|
1443
|
-
push(t3 ? S2 : m2, l3);
|
|
1444
|
-
push(y2, [appendChildren(e3, c3), appendChildren(c3, r3), bind(removeElements, e3), i3 && i3.kt(l3), s2(l3, scrollbarsAddRemoveClass, t3)]);
|
|
1445
|
-
return l3;
|
|
1446
|
-
};
|
|
1447
|
-
const C2 = bind(generateScrollbarDOM, true);
|
|
1448
|
-
const x2 = bind(generateScrollbarDOM, false);
|
|
1449
|
-
const appendElements = () => {
|
|
1450
|
-
appendChildren(O2, S2[0].Tt);
|
|
1451
|
-
appendChildren(O2, m2[0].Tt);
|
|
1452
|
-
return bind(runEachAndClear, y2);
|
|
1453
|
-
};
|
|
1454
|
-
C2();
|
|
1455
|
-
x2();
|
|
1456
|
-
return [{
|
|
1457
|
-
Nt: refreshScrollbarsHandleLength,
|
|
1458
|
-
qt: refreshScrollbarsHandleOffset,
|
|
1459
|
-
Bt: refreshScrollbarsScrollCoordinates,
|
|
1460
|
-
Ft: refreshScrollbarsScrollbarOffset,
|
|
1461
|
-
jt: scrollbarsAddRemoveClass,
|
|
1462
|
-
Xt: {
|
|
1463
|
-
Yt: S2,
|
|
1464
|
-
Wt: C2,
|
|
1465
|
-
Jt: bind(scrollbarStyle, S2)
|
|
1466
|
-
},
|
|
1467
|
-
Gt: {
|
|
1468
|
-
Yt: m2,
|
|
1469
|
-
Wt: x2,
|
|
1470
|
-
Jt: bind(scrollbarStyle, m2)
|
|
1471
|
-
}
|
|
1472
|
-
}, appendElements];
|
|
1473
|
-
};
|
|
1474
|
-
const createScrollbarsSetupEvents = (t2, n2, o2, s2) => (r2, l2, i2) => {
|
|
1475
|
-
const { ht: u2, ot: _2, nt: d2, gt: f2, Kt: v2, Ot: p2 } = n2;
|
|
1476
|
-
const { Tt: h2, Ut: g2, Pt: b2 } = r2;
|
|
1477
|
-
const [w2, y2] = selfClearTimeout(333);
|
|
1478
|
-
const [S2, m2] = selfClearTimeout(444);
|
|
1479
|
-
const scrollOffsetElementScrollBy = (t3) => {
|
|
1480
|
-
isFunction(f2.scrollBy) && f2.scrollBy({
|
|
1481
|
-
behavior: "smooth",
|
|
1482
|
-
left: t3.x,
|
|
1483
|
-
top: t3.y
|
|
1484
|
-
});
|
|
1485
|
-
};
|
|
1486
|
-
const createInteractiveScrollEvents = () => {
|
|
1487
|
-
const n3 = "pointerup pointercancel lostpointercapture";
|
|
1488
|
-
const s3 = `client${i2 ? "X" : "Y"}`;
|
|
1489
|
-
const r3 = i2 ? $ : C;
|
|
1490
|
-
const l3 = i2 ? "left" : "top";
|
|
1491
|
-
const a2 = i2 ? "w" : "h";
|
|
1492
|
-
const u3 = i2 ? "x" : "y";
|
|
1493
|
-
const createRelativeHandleMove = (t3, n4) => (s4) => {
|
|
1494
|
-
const { Rt: e2 } = o2;
|
|
1495
|
-
const c2 = I(g2)[a2] - I(b2)[a2];
|
|
1496
|
-
const r4 = n4 * s4 / c2;
|
|
1497
|
-
const l4 = r4 * e2[u3];
|
|
1498
|
-
scrollElementTo(f2, {
|
|
1499
|
-
[u3]: t3 + l4
|
|
1500
|
-
});
|
|
1501
|
-
};
|
|
1502
|
-
const _3 = [];
|
|
1503
|
-
return addEventListener(g2, "pointerdown", (o3) => {
|
|
1504
|
-
const i3 = closest(o3.target, `.${_t}`) === b2;
|
|
1505
|
-
const d3 = i3 ? b2 : g2;
|
|
1506
|
-
const h3 = t2.scrollbars;
|
|
1507
|
-
const w3 = h3[i3 ? "dragScroll" : "clickScroll"];
|
|
1508
|
-
const { button: y3, isPrimary: O3, pointerType: $2 } = o3;
|
|
1509
|
-
const { pointers: C2 } = h3;
|
|
1510
|
-
const x2 = y3 === 0 && O3 && w3 && (C2 || []).includes($2);
|
|
1511
|
-
if (x2) {
|
|
1512
|
-
runEachAndClear(_3);
|
|
1513
|
-
m2();
|
|
1514
|
-
const t3 = !i3 && (o3.shiftKey || w3 === "instant");
|
|
1515
|
-
const h4 = bind(getBoundingClientRect, b2);
|
|
1516
|
-
const y4 = bind(getBoundingClientRect, g2);
|
|
1517
|
-
const getHandleOffset = (t4, n4) => (t4 || h4())[l3] - (n4 || y4())[l3];
|
|
1518
|
-
const O4 = e(getBoundingClientRect(f2)[r3]) / I(f2)[a2] || 1;
|
|
1519
|
-
const $3 = createRelativeHandleMove(getElementScroll(f2)[u3], 1 / O4);
|
|
1520
|
-
const C3 = o3[s3];
|
|
1521
|
-
const x3 = h4();
|
|
1522
|
-
const H2 = y4();
|
|
1523
|
-
const E2 = x3[r3];
|
|
1524
|
-
const z2 = getHandleOffset(x3, H2) + E2 / 2;
|
|
1525
|
-
const A2 = C3 - H2[l3];
|
|
1526
|
-
const D2 = i3 ? 0 : A2 - z2;
|
|
1527
|
-
const releasePointerCapture = (t4) => {
|
|
1528
|
-
runEachAndClear(k2);
|
|
1529
|
-
d3.releasePointerCapture(t4.pointerId);
|
|
1530
|
-
};
|
|
1531
|
-
const M2 = i3 || t3;
|
|
1532
|
-
const T2 = p2();
|
|
1533
|
-
const k2 = [addEventListener(v2, n3, releasePointerCapture), addEventListener(v2, "selectstart", (t4) => preventDefault(t4), {
|
|
1534
|
-
H: false
|
|
1535
|
-
}), addEventListener(g2, n3, releasePointerCapture), M2 && addEventListener(g2, "pointermove", (t4) => $3(D2 + (t4[s3] - C3))), M2 && (() => {
|
|
1536
|
-
const t4 = getElementScroll(f2);
|
|
1537
|
-
T2();
|
|
1538
|
-
const n4 = getElementScroll(f2);
|
|
1539
|
-
const o4 = {
|
|
1540
|
-
x: n4.x - t4.x,
|
|
1541
|
-
y: n4.y - t4.y
|
|
1542
|
-
};
|
|
1543
|
-
if (c(o4.x) > 3 || c(o4.y) > 3) {
|
|
1544
|
-
p2();
|
|
1545
|
-
scrollElementTo(f2, t4);
|
|
1546
|
-
scrollOffsetElementScrollBy(o4);
|
|
1547
|
-
S2(T2);
|
|
1548
|
-
}
|
|
1549
|
-
})];
|
|
1550
|
-
d3.setPointerCapture(o3.pointerId);
|
|
1551
|
-
if (t3) {
|
|
1552
|
-
$3(D2);
|
|
1553
|
-
} else if (!i3) {
|
|
1554
|
-
const t4 = getStaticPluginModuleInstance(At);
|
|
1555
|
-
if (t4) {
|
|
1556
|
-
const n4 = t4($3, D2, E2, (t5) => {
|
|
1557
|
-
if (t5) {
|
|
1558
|
-
T2();
|
|
1559
|
-
} else {
|
|
1560
|
-
push(k2, T2);
|
|
1561
|
-
}
|
|
1562
|
-
});
|
|
1563
|
-
push(k2, n4);
|
|
1564
|
-
push(_3, bind(n4, true));
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
});
|
|
1569
|
-
};
|
|
1570
|
-
let O2 = true;
|
|
1571
|
-
return bind(runEachAndClear, [addEventListener(b2, "pointermove pointerleave", s2), addEventListener(h2, "pointerenter", () => {
|
|
1572
|
-
l2(vt, true);
|
|
1573
|
-
}), addEventListener(h2, "pointerleave pointercancel", () => {
|
|
1574
|
-
l2(vt, false);
|
|
1575
|
-
}), !d2 && addEventListener(h2, "mousedown", () => {
|
|
1576
|
-
const t3 = getFocusedElement();
|
|
1577
|
-
if (hasAttr(t3, q) || hasAttr(t3, P) || t3 === document.body) {
|
|
1578
|
-
a(bind(focusElement, _2), 25);
|
|
1579
|
-
}
|
|
1580
|
-
}), addEventListener(h2, "wheel", (t3) => {
|
|
1581
|
-
const { deltaX: n3, deltaY: o3, deltaMode: s3 } = t3;
|
|
1582
|
-
if (O2 && s3 === 0 && parent(h2) === u2) {
|
|
1583
|
-
scrollOffsetElementScrollBy({
|
|
1584
|
-
x: n3,
|
|
1585
|
-
y: o3
|
|
1586
|
-
});
|
|
1587
|
-
}
|
|
1588
|
-
O2 = false;
|
|
1589
|
-
l2(bt, true);
|
|
1590
|
-
w2(() => {
|
|
1591
|
-
O2 = true;
|
|
1592
|
-
l2(bt);
|
|
1593
|
-
});
|
|
1594
|
-
preventDefault(t3);
|
|
1595
|
-
}, {
|
|
1596
|
-
H: false,
|
|
1597
|
-
I: true
|
|
1598
|
-
}), addEventListener(h2, "pointerdown", bind(addEventListener, v2, "click", stopAndPrevent, {
|
|
1599
|
-
A: true,
|
|
1600
|
-
I: true,
|
|
1601
|
-
H: false
|
|
1602
|
-
}), {
|
|
1603
|
-
I: true
|
|
1604
|
-
}), createInteractiveScrollEvents(), y2, m2]);
|
|
1605
|
-
};
|
|
1606
|
-
const createScrollbarsSetup = (t2, n2, o2, s2, e2, c2) => {
|
|
1607
|
-
let r2;
|
|
1608
|
-
let l2;
|
|
1609
|
-
let i2;
|
|
1610
|
-
let a2;
|
|
1611
|
-
let u2;
|
|
1612
|
-
let _2 = noop;
|
|
1613
|
-
let d2 = 0;
|
|
1614
|
-
const isHoverablePointerType = (t3) => t3.pointerType === "mouse";
|
|
1615
|
-
const [f2, v2] = selfClearTimeout();
|
|
1616
|
-
const [p2, h2] = selfClearTimeout(100);
|
|
1617
|
-
const [g2, b2] = selfClearTimeout(100);
|
|
1618
|
-
const [w2, y2] = selfClearTimeout(() => d2);
|
|
1619
|
-
const [S2, m2] = createScrollbarsSetupElements(t2, e2, s2, createScrollbarsSetupEvents(n2, e2, s2, (t3) => isHoverablePointerType(t3) && manageScrollbarsAutoHideInstantInteraction()));
|
|
1620
|
-
const { ht: O2, Qt: $2, wt: C2 } = e2;
|
|
1621
|
-
const { jt: H2, Nt: z2, qt: I2, Bt: A2, Ft: D2 } = S2;
|
|
1622
|
-
const manageScrollbarsAutoHide = (t3, n3) => {
|
|
1623
|
-
y2();
|
|
1624
|
-
if (t3) {
|
|
1625
|
-
H2(gt);
|
|
1626
|
-
} else {
|
|
1627
|
-
const t4 = bind(H2, gt, true);
|
|
1628
|
-
if (d2 > 0 && !n3) {
|
|
1629
|
-
w2(t4);
|
|
1630
|
-
} else {
|
|
1631
|
-
t4();
|
|
1632
|
-
}
|
|
1633
|
-
}
|
|
1634
|
-
};
|
|
1635
|
-
const manageScrollbarsAutoHideInstantInteraction = () => {
|
|
1636
|
-
if (i2 ? !r2 : !a2) {
|
|
1637
|
-
manageScrollbarsAutoHide(true);
|
|
1638
|
-
p2(() => {
|
|
1639
|
-
manageScrollbarsAutoHide(false);
|
|
1640
|
-
});
|
|
1641
|
-
}
|
|
1642
|
-
};
|
|
1643
|
-
const manageAutoHideSuspension = (t3) => {
|
|
1644
|
-
H2(ht, t3, true);
|
|
1645
|
-
H2(ht, t3, false);
|
|
1646
|
-
};
|
|
1647
|
-
const onHostMouseEnter = (t3) => {
|
|
1648
|
-
if (isHoverablePointerType(t3)) {
|
|
1649
|
-
r2 = i2;
|
|
1650
|
-
i2 && manageScrollbarsAutoHide(true);
|
|
1651
|
-
}
|
|
1652
|
-
};
|
|
1653
|
-
const M2 = [y2, h2, b2, v2, () => _2(), addEventListener(O2, "pointerover", onHostMouseEnter, {
|
|
1654
|
-
A: true
|
|
1655
|
-
}), addEventListener(O2, "pointerenter", onHostMouseEnter), addEventListener(O2, "pointerleave", (t3) => {
|
|
1656
|
-
if (isHoverablePointerType(t3)) {
|
|
1657
|
-
r2 = false;
|
|
1658
|
-
i2 && manageScrollbarsAutoHide(false);
|
|
1659
|
-
}
|
|
1660
|
-
}), addEventListener(O2, "pointermove", (t3) => {
|
|
1661
|
-
isHoverablePointerType(t3) && l2 && manageScrollbarsAutoHideInstantInteraction();
|
|
1662
|
-
}), addEventListener($2, "scroll", (t3) => {
|
|
1663
|
-
f2(() => {
|
|
1664
|
-
I2();
|
|
1665
|
-
manageScrollbarsAutoHideInstantInteraction();
|
|
1666
|
-
});
|
|
1667
|
-
c2(t3);
|
|
1668
|
-
D2();
|
|
1669
|
-
})];
|
|
1670
|
-
return [() => bind(runEachAndClear, push(M2, m2())), ({ It: t3, Dt: n3, Zt: e3, tn: c3 }) => {
|
|
1671
|
-
const { nn: r3, sn: f3, en: v3, cn: p3 } = c3 || {};
|
|
1672
|
-
const { Ct: h3, dt: b3 } = e3 || {};
|
|
1673
|
-
const { ct: w3 } = o2;
|
|
1674
|
-
const { k: y3 } = getEnvironment();
|
|
1675
|
-
const { K: S3, rn: m3 } = s2;
|
|
1676
|
-
const [O3, M3] = t3("showNativeOverlaidScrollbars");
|
|
1677
|
-
const [T2, k2] = t3("scrollbars.theme");
|
|
1678
|
-
const [R2, V2] = t3("scrollbars.visibility");
|
|
1679
|
-
const [L2, U2] = t3("scrollbars.autoHide");
|
|
1680
|
-
const [P2, N2] = t3("scrollbars.autoHideSuspend");
|
|
1681
|
-
const [q2] = t3("scrollbars.autoHideDelay");
|
|
1682
|
-
const [B2, F2] = t3("scrollbars.dragScroll");
|
|
1683
|
-
const [j2, X2] = t3("scrollbars.clickScroll");
|
|
1684
|
-
const [Y2, W2] = t3("overflow");
|
|
1685
|
-
const J2 = b3 && !n3;
|
|
1686
|
-
const G2 = m3.x || m3.y;
|
|
1687
|
-
const K2 = r3 || f3 || p3 || h3 || n3;
|
|
1688
|
-
const Q2 = v3 || V2 || W2;
|
|
1689
|
-
const Z2 = O3 && y3.x && y3.y;
|
|
1690
|
-
const setScrollbarVisibility = (t4, n4, o3) => {
|
|
1691
|
-
const s3 = t4.includes(E) && (R2 === x || R2 === "auto" && n4 === E);
|
|
1692
|
-
H2(dt, s3, o3);
|
|
1693
|
-
return s3;
|
|
1694
|
-
};
|
|
1695
|
-
d2 = q2;
|
|
1696
|
-
if (J2) {
|
|
1697
|
-
if (P2 && G2) {
|
|
1698
|
-
manageAutoHideSuspension(false);
|
|
1699
|
-
_2();
|
|
1700
|
-
g2(() => {
|
|
1701
|
-
_2 = addEventListener($2, "scroll", bind(manageAutoHideSuspension, true), {
|
|
1702
|
-
A: true
|
|
1703
|
-
});
|
|
1704
|
-
});
|
|
1705
|
-
} else {
|
|
1706
|
-
manageAutoHideSuspension(true);
|
|
1707
|
-
}
|
|
1708
|
-
}
|
|
1709
|
-
if (M3) {
|
|
1710
|
-
H2(ct, Z2);
|
|
1711
|
-
}
|
|
1712
|
-
if (k2) {
|
|
1713
|
-
H2(u2);
|
|
1714
|
-
H2(T2, true);
|
|
1715
|
-
u2 = T2;
|
|
1716
|
-
}
|
|
1717
|
-
if (N2 && !P2) {
|
|
1718
|
-
manageAutoHideSuspension(true);
|
|
1719
|
-
}
|
|
1720
|
-
if (U2) {
|
|
1721
|
-
l2 = L2 === "move";
|
|
1722
|
-
i2 = L2 === "leave";
|
|
1723
|
-
a2 = L2 === "never";
|
|
1724
|
-
manageScrollbarsAutoHide(a2, true);
|
|
1725
|
-
}
|
|
1726
|
-
if (F2) {
|
|
1727
|
-
H2(yt, B2);
|
|
1728
|
-
}
|
|
1729
|
-
if (X2) {
|
|
1730
|
-
H2(wt, !!j2);
|
|
1731
|
-
}
|
|
1732
|
-
if (Q2) {
|
|
1733
|
-
const t4 = setScrollbarVisibility(Y2.x, S3.x, true);
|
|
1734
|
-
const n4 = setScrollbarVisibility(Y2.y, S3.y, false);
|
|
1735
|
-
const o3 = t4 && n4;
|
|
1736
|
-
H2(ft, !o3);
|
|
1737
|
-
}
|
|
1738
|
-
if (K2) {
|
|
1739
|
-
I2();
|
|
1740
|
-
z2();
|
|
1741
|
-
D2();
|
|
1742
|
-
p3 && A2();
|
|
1743
|
-
H2(pt, !m3.x, true);
|
|
1744
|
-
H2(pt, !m3.y, false);
|
|
1745
|
-
H2(lt, w3 && !C2);
|
|
1746
|
-
}
|
|
1747
|
-
}, {}, S2];
|
|
1748
|
-
};
|
|
1749
|
-
const createStructureSetupElements = (t2) => {
|
|
1750
|
-
const o2 = getEnvironment();
|
|
1751
|
-
const { U: s2, R: e2 } = o2;
|
|
1752
|
-
const { elements: c2 } = s2();
|
|
1753
|
-
const { padding: r2, viewport: l2, content: i2 } = c2;
|
|
1754
|
-
const a2 = isHTMLElement(t2);
|
|
1755
|
-
const u2 = a2 ? {} : t2;
|
|
1756
|
-
const { elements: _2 } = u2;
|
|
1757
|
-
const { padding: d2, viewport: f2, content: v2 } = _2 || {};
|
|
1758
|
-
const p2 = a2 ? t2 : u2.target;
|
|
1759
|
-
const h2 = isBodyElement(p2);
|
|
1760
|
-
const g2 = p2.ownerDocument;
|
|
1761
|
-
const b2 = g2.documentElement;
|
|
1762
|
-
const getDocumentWindow = () => g2.defaultView || n;
|
|
1763
|
-
const w2 = bind(staticInitializationElement, [p2]);
|
|
1764
|
-
const y2 = bind(dynamicInitializationElement, [p2]);
|
|
1765
|
-
const S2 = bind(createDiv, "");
|
|
1766
|
-
const $2 = bind(w2, S2, l2);
|
|
1767
|
-
const C2 = bind(y2, S2, i2);
|
|
1768
|
-
const elementHasOverflow = (t3) => {
|
|
1769
|
-
const n2 = I(t3);
|
|
1770
|
-
const o3 = D(t3);
|
|
1771
|
-
const s3 = getStyles(t3, m);
|
|
1772
|
-
const e3 = getStyles(t3, O);
|
|
1773
|
-
return o3.w - n2.w > 0 && !overflowIsVisible(s3) || o3.h - n2.h > 0 && !overflowIsVisible(e3);
|
|
1774
|
-
};
|
|
1775
|
-
const x2 = $2(f2);
|
|
1776
|
-
const H2 = x2 === p2;
|
|
1777
|
-
const E2 = H2 && h2;
|
|
1778
|
-
const z2 = !H2 && C2(v2);
|
|
1779
|
-
const A2 = !H2 && x2 === z2;
|
|
1780
|
-
const M2 = E2 ? b2 : x2;
|
|
1781
|
-
const T2 = E2 ? M2 : p2;
|
|
1782
|
-
const k2 = !H2 && y2(S2, r2, d2);
|
|
1783
|
-
const R2 = !A2 && z2;
|
|
1784
|
-
const L2 = [R2, M2, k2, T2].map((t3) => isHTMLElement(t3) && !parent(t3) && t3);
|
|
1785
|
-
const elementIsGenerated = (t3) => t3 && inArray(L2, t3);
|
|
1786
|
-
const B2 = !elementIsGenerated(M2) && elementHasOverflow(M2) ? M2 : p2;
|
|
1787
|
-
const F2 = E2 ? b2 : M2;
|
|
1788
|
-
const j2 = E2 ? g2 : M2;
|
|
1789
|
-
const X2 = {
|
|
1790
|
-
vt: p2,
|
|
1791
|
-
ht: T2,
|
|
1792
|
-
ot: M2,
|
|
1793
|
-
ln: k2,
|
|
1794
|
-
bt: R2,
|
|
1795
|
-
gt: F2,
|
|
1796
|
-
Qt: j2,
|
|
1797
|
-
an: h2 ? b2 : B2,
|
|
1798
|
-
Kt: g2,
|
|
1799
|
-
wt: h2,
|
|
1800
|
-
Mt: a2,
|
|
1801
|
-
nt: H2,
|
|
1802
|
-
un: getDocumentWindow,
|
|
1803
|
-
yt: (t3) => hasAttrClass(M2, q, t3),
|
|
1804
|
-
St: (t3, n2) => addRemoveAttrClass(M2, q, t3, n2),
|
|
1805
|
-
Ot: () => addRemoveAttrClass(F2, q, Y, true)
|
|
1806
|
-
};
|
|
1807
|
-
const { vt: J2, ht: Q2, ln: Z2, ot: tt2, bt: nt } = X2;
|
|
1808
|
-
const ot = [() => {
|
|
1809
|
-
removeAttrs(Q2, [P, V]);
|
|
1810
|
-
removeAttrs(J2, V);
|
|
1811
|
-
if (h2) {
|
|
1812
|
-
removeAttrs(b2, [V, P]);
|
|
1813
|
-
}
|
|
1814
|
-
}];
|
|
1815
|
-
let st = contents([nt, tt2, Z2, Q2, J2].find((t3) => t3 && !elementIsGenerated(t3)));
|
|
1816
|
-
const et2 = E2 ? J2 : nt || tt2;
|
|
1817
|
-
const ct2 = bind(runEachAndClear, ot);
|
|
1818
|
-
const appendElements = () => {
|
|
1819
|
-
const t3 = getDocumentWindow();
|
|
1820
|
-
const n2 = getFocusedElement();
|
|
1821
|
-
const unwrap = (t4) => {
|
|
1822
|
-
appendChildren(parent(t4), contents(t4));
|
|
1823
|
-
removeElements(t4);
|
|
1824
|
-
};
|
|
1825
|
-
const prepareWrapUnwrapFocus = (t4) => addEventListener(t4, "focusin focusout focus blur", stopAndPrevent, {
|
|
1826
|
-
I: true,
|
|
1827
|
-
H: false
|
|
1828
|
-
});
|
|
1829
|
-
const o3 = "tabindex";
|
|
1830
|
-
const s3 = getAttr(tt2, o3);
|
|
1831
|
-
const c3 = prepareWrapUnwrapFocus(n2);
|
|
1832
|
-
setAttrs(Q2, P, H2 ? "" : N);
|
|
1833
|
-
setAttrs(Z2, G, "");
|
|
1834
|
-
setAttrs(tt2, q, "");
|
|
1835
|
-
setAttrs(nt, K, "");
|
|
1836
|
-
if (!H2) {
|
|
1837
|
-
setAttrs(tt2, o3, s3 || "-1");
|
|
1838
|
-
h2 && setAttrs(b2, U, "");
|
|
1839
|
-
}
|
|
1840
|
-
appendChildren(et2, st);
|
|
1841
|
-
appendChildren(Q2, Z2);
|
|
1842
|
-
appendChildren(Z2 || Q2, !H2 && tt2);
|
|
1843
|
-
appendChildren(tt2, nt);
|
|
1844
|
-
push(ot, [c3, () => {
|
|
1845
|
-
const t4 = getFocusedElement();
|
|
1846
|
-
const n3 = elementIsGenerated(tt2);
|
|
1847
|
-
const e3 = n3 && t4 === tt2 ? J2 : t4;
|
|
1848
|
-
const c4 = prepareWrapUnwrapFocus(e3);
|
|
1849
|
-
removeAttrs(Z2, G);
|
|
1850
|
-
removeAttrs(nt, K);
|
|
1851
|
-
removeAttrs(tt2, q);
|
|
1852
|
-
h2 && removeAttrs(b2, U);
|
|
1853
|
-
s3 ? setAttrs(tt2, o3, s3) : removeAttrs(tt2, o3);
|
|
1854
|
-
elementIsGenerated(nt) && unwrap(nt);
|
|
1855
|
-
n3 && unwrap(tt2);
|
|
1856
|
-
elementIsGenerated(Z2) && unwrap(Z2);
|
|
1857
|
-
focusElement(e3);
|
|
1858
|
-
c4();
|
|
1859
|
-
}]);
|
|
1860
|
-
if (e2 && !H2) {
|
|
1861
|
-
addAttrClass(tt2, q, W);
|
|
1862
|
-
push(ot, bind(removeAttrs, tt2, q));
|
|
1863
|
-
}
|
|
1864
|
-
focusElement(!H2 && h2 && n2 === J2 && t3.top === t3 ? tt2 : n2);
|
|
1865
|
-
c3();
|
|
1866
|
-
st = 0;
|
|
1867
|
-
return ct2;
|
|
1868
|
-
};
|
|
1869
|
-
return [X2, appendElements, ct2];
|
|
1870
|
-
};
|
|
1871
|
-
const createTrinsicUpdateSegment = ({ bt: t2 }) => ({ Zt: n2, _n: o2, Dt: s2 }) => {
|
|
1872
|
-
const { xt: e2 } = n2 || {};
|
|
1873
|
-
const { $t: c2 } = o2;
|
|
1874
|
-
const r2 = t2 && (e2 || s2);
|
|
1875
|
-
if (r2) {
|
|
1876
|
-
setStyles(t2, {
|
|
1877
|
-
[C]: c2 && "100%"
|
|
1878
|
-
});
|
|
1879
|
-
}
|
|
1880
|
-
};
|
|
1881
|
-
const createPaddingUpdateSegment = ({ ht: t2, ln: n2, ot: o2, nt: s2 }, e2) => {
|
|
1882
|
-
const [c2, r2] = createCache({
|
|
1883
|
-
i: equalTRBL,
|
|
1884
|
-
o: topRightBottomLeft()
|
|
1885
|
-
}, bind(topRightBottomLeft, t2, "padding", ""));
|
|
1886
|
-
return ({ It: t3, Zt: l2, _n: i2, Dt: a2 }) => {
|
|
1887
|
-
let [u2, _2] = r2(a2);
|
|
1888
|
-
const { R: d2 } = getEnvironment();
|
|
1889
|
-
const { ft: f2, Ht: v2, Ct: m2 } = l2 || {};
|
|
1890
|
-
const { ct: O2 } = i2;
|
|
1891
|
-
const [C2, x2] = t3("paddingAbsolute");
|
|
1892
|
-
const H2 = a2 || v2;
|
|
1893
|
-
if (f2 || _2 || H2) {
|
|
1894
|
-
[u2, _2] = c2(a2);
|
|
1895
|
-
}
|
|
1896
|
-
const E2 = !s2 && (x2 || m2 || _2);
|
|
1897
|
-
if (E2) {
|
|
1898
|
-
const t4 = !C2 || !n2 && !d2;
|
|
1899
|
-
const s3 = u2.r + u2.l;
|
|
1900
|
-
const c3 = u2.t + u2.b;
|
|
1901
|
-
const r3 = {
|
|
1902
|
-
[y]: t4 && !O2 ? -s3 : 0,
|
|
1903
|
-
[S]: t4 ? -c3 : 0,
|
|
1904
|
-
[w]: t4 && O2 ? -s3 : 0,
|
|
1905
|
-
top: t4 ? -u2.t : 0,
|
|
1906
|
-
right: t4 ? O2 ? -u2.r : "auto" : 0,
|
|
1907
|
-
left: t4 ? O2 ? "auto" : -u2.l : 0,
|
|
1908
|
-
[$]: t4 && `calc(100% + ${s3}px)`
|
|
1909
|
-
};
|
|
1910
|
-
const l3 = {
|
|
1911
|
-
[p]: t4 ? u2.t : 0,
|
|
1912
|
-
[h]: t4 ? u2.r : 0,
|
|
1913
|
-
[b]: t4 ? u2.b : 0,
|
|
1914
|
-
[g]: t4 ? u2.l : 0
|
|
1915
|
-
};
|
|
1916
|
-
setStyles(n2 || o2, r3);
|
|
1917
|
-
setStyles(o2, l3);
|
|
1918
|
-
assignDeep(e2, {
|
|
1919
|
-
ln: u2,
|
|
1920
|
-
dn: !t4,
|
|
1921
|
-
rt: n2 ? l3 : assignDeep({}, r3, l3)
|
|
1922
|
-
});
|
|
1923
|
-
}
|
|
1924
|
-
return {
|
|
1925
|
-
fn: E2
|
|
1926
|
-
};
|
|
1927
|
-
};
|
|
1928
|
-
};
|
|
1929
|
-
const createOverflowUpdateSegment = (t2, s2) => {
|
|
1930
|
-
const e2 = getEnvironment();
|
|
1931
|
-
const { ht: c2, ln: r2, ot: l2, nt: a2, Qt: u2, gt: _2, wt: d2, St: f2, un: v2 } = t2;
|
|
1932
|
-
const { R: p2 } = e2;
|
|
1933
|
-
const h2 = d2 && a2;
|
|
1934
|
-
const g2 = bind(o, 0);
|
|
1935
|
-
const b2 = {
|
|
1936
|
-
display: () => false,
|
|
1937
|
-
direction: (t3) => t3 !== "ltr",
|
|
1938
|
-
flexDirection: (t3) => t3.endsWith("-reverse"),
|
|
1939
|
-
writingMode: (t3) => t3 !== "horizontal-tb"
|
|
1940
|
-
};
|
|
1941
|
-
const w2 = keys(b2);
|
|
1942
|
-
const y2 = {
|
|
1943
|
-
i: equalWH,
|
|
1944
|
-
o: {
|
|
1945
|
-
w: 0,
|
|
1946
|
-
h: 0
|
|
1947
|
-
}
|
|
1948
|
-
};
|
|
1949
|
-
const S2 = {
|
|
1950
|
-
i: equalXY,
|
|
1951
|
-
o: {}
|
|
1952
|
-
};
|
|
1953
|
-
const setMeasuringMode = (t3) => {
|
|
1954
|
-
f2(X, !h2 && t3);
|
|
1955
|
-
};
|
|
1956
|
-
const getMeasuredScrollCoordinates = (t3) => {
|
|
1957
|
-
const n2 = w2.some((n3) => {
|
|
1958
|
-
const o3 = t3[n3];
|
|
1959
|
-
return o3 && b2[n3](o3);
|
|
1960
|
-
});
|
|
1961
|
-
if (!n2) {
|
|
1962
|
-
return {
|
|
1963
|
-
D: {
|
|
1964
|
-
x: 0,
|
|
1965
|
-
y: 0
|
|
1966
|
-
},
|
|
1967
|
-
M: {
|
|
1968
|
-
x: 1,
|
|
1969
|
-
y: 1
|
|
1970
|
-
}
|
|
1971
|
-
};
|
|
1972
|
-
}
|
|
1973
|
-
setMeasuringMode(true);
|
|
1974
|
-
const o2 = getElementScroll(_2);
|
|
1975
|
-
const s3 = f2(J, true);
|
|
1976
|
-
const e3 = addEventListener(u2, E, (t4) => {
|
|
1977
|
-
const n3 = getElementScroll(_2);
|
|
1978
|
-
if (t4.isTrusted && n3.x === o2.x && n3.y === o2.y) {
|
|
1979
|
-
stopPropagation(t4);
|
|
1980
|
-
}
|
|
1981
|
-
}, {
|
|
1982
|
-
I: true,
|
|
1983
|
-
A: true
|
|
1984
|
-
});
|
|
1985
|
-
scrollElementTo(_2, {
|
|
1986
|
-
x: 0,
|
|
1987
|
-
y: 0
|
|
1988
|
-
});
|
|
1989
|
-
s3();
|
|
1990
|
-
const c3 = getElementScroll(_2);
|
|
1991
|
-
const r3 = D(_2);
|
|
1992
|
-
scrollElementTo(_2, {
|
|
1993
|
-
x: r3.w,
|
|
1994
|
-
y: r3.h
|
|
1995
|
-
});
|
|
1996
|
-
const l3 = getElementScroll(_2);
|
|
1997
|
-
scrollElementTo(_2, {
|
|
1998
|
-
x: l3.x - c3.x < 1 && -r3.w,
|
|
1999
|
-
y: l3.y - c3.y < 1 && -r3.h
|
|
2000
|
-
});
|
|
2001
|
-
const a3 = getElementScroll(_2);
|
|
2002
|
-
scrollElementTo(_2, o2);
|
|
2003
|
-
i(() => e3());
|
|
2004
|
-
return {
|
|
2005
|
-
D: c3,
|
|
2006
|
-
M: a3
|
|
2007
|
-
};
|
|
2008
|
-
};
|
|
2009
|
-
const getOverflowAmount = (t3, o2) => {
|
|
2010
|
-
const s3 = n.devicePixelRatio % 1 !== 0 ? 1 : 0;
|
|
2011
|
-
const e3 = {
|
|
2012
|
-
w: g2(t3.w - o2.w),
|
|
2013
|
-
h: g2(t3.h - o2.h)
|
|
2014
|
-
};
|
|
2015
|
-
return {
|
|
2016
|
-
w: e3.w > s3 ? e3.w : 0,
|
|
2017
|
-
h: e3.h > s3 ? e3.h : 0
|
|
2018
|
-
};
|
|
2019
|
-
};
|
|
2020
|
-
const [m2, O2] = createCache(y2, bind(getFractionalSize, l2));
|
|
2021
|
-
const [$2, C2] = createCache(y2, bind(D, l2));
|
|
2022
|
-
const [z2, I2] = createCache(y2);
|
|
2023
|
-
const [M2] = createCache(S2);
|
|
2024
|
-
const [T2, k2] = createCache(y2);
|
|
2025
|
-
const [R2] = createCache(S2);
|
|
2026
|
-
const [V2] = createCache({
|
|
2027
|
-
i: (t3, n2) => equal(t3, n2, w2),
|
|
2028
|
-
o: {}
|
|
2029
|
-
}, () => hasDimensions(l2) ? getStyles(l2, w2) : {});
|
|
2030
|
-
const [U2, N2] = createCache({
|
|
2031
|
-
i: (t3, n2) => equalXY(t3.D, n2.D) && equalXY(t3.M, n2.M),
|
|
2032
|
-
o: getZeroScrollCoordinates()
|
|
2033
|
-
});
|
|
2034
|
-
const q2 = getStaticPluginModuleInstance(zt);
|
|
2035
|
-
const createViewportOverflowStyleClassName = (t3, n2) => {
|
|
2036
|
-
const o2 = n2 ? B : F;
|
|
2037
|
-
return `${o2}${capitalizeFirstLetter(t3)}`;
|
|
2038
|
-
};
|
|
2039
|
-
const setViewportOverflowStyle = (t3) => {
|
|
2040
|
-
const createAllOverflowStyleClassNames = (t4) => [x, H, E].map((n3) => createViewportOverflowStyleClassName(n3, t4));
|
|
2041
|
-
const n2 = createAllOverflowStyleClassNames(true).concat(createAllOverflowStyleClassNames()).join(" ");
|
|
2042
|
-
f2(n2);
|
|
2043
|
-
f2(keys(t3).map((n3) => createViewportOverflowStyleClassName(t3[n3], n3 === "x")).join(" "), true);
|
|
2044
|
-
};
|
|
2045
|
-
return ({ It: n2, Zt: o2, _n: i2, Dt: a3 }, { fn: u3 }) => {
|
|
2046
|
-
const { ft: _3, Ht: d3, Ct: b3, dt: w3, zt: y3 } = o2 || {};
|
|
2047
|
-
const S3 = q2 && q2.tt(t2, s2, i2, e2, n2);
|
|
2048
|
-
const { it: x2, ut: H2, _t: E2 } = S3 || {};
|
|
2049
|
-
const [D2, B2] = getShowNativeOverlaidScrollbars(n2, e2);
|
|
2050
|
-
const [F2, j2] = n2("overflow");
|
|
2051
|
-
const X2 = overflowIsVisible(F2.x);
|
|
2052
|
-
const Y2 = overflowIsVisible(F2.y);
|
|
2053
|
-
const J2 = true;
|
|
2054
|
-
let K2 = O2(a3);
|
|
2055
|
-
let Q2 = C2(a3);
|
|
2056
|
-
let Z2 = I2(a3);
|
|
2057
|
-
let tt2 = k2(a3);
|
|
2058
|
-
if (B2 && p2) {
|
|
2059
|
-
f2(W, !D2);
|
|
2060
|
-
}
|
|
2061
|
-
{
|
|
2062
|
-
if (hasAttrClass(c2, P, L)) {
|
|
2063
|
-
setMeasuringMode(true);
|
|
2064
|
-
}
|
|
2065
|
-
const [t3] = H2 ? H2() : [];
|
|
2066
|
-
const [n3] = K2 = m2(a3);
|
|
2067
|
-
const [o3] = Q2 = $2(a3);
|
|
2068
|
-
const s3 = A(l2);
|
|
2069
|
-
const e3 = h2 && getWindowSize(v2());
|
|
2070
|
-
const r3 = {
|
|
2071
|
-
w: g2(o3.w + n3.w),
|
|
2072
|
-
h: g2(o3.h + n3.h)
|
|
2073
|
-
};
|
|
2074
|
-
const i3 = {
|
|
2075
|
-
w: g2((e3 ? e3.w : s3.w + g2(s3.w - o3.w)) + n3.w),
|
|
2076
|
-
h: g2((e3 ? e3.h : s3.h + g2(s3.h - o3.h)) + n3.h)
|
|
2077
|
-
};
|
|
2078
|
-
t3 && t3();
|
|
2079
|
-
tt2 = T2(i3);
|
|
2080
|
-
Z2 = z2(getOverflowAmount(r3, i3), a3);
|
|
2081
|
-
}
|
|
2082
|
-
const [nt, ot] = tt2;
|
|
2083
|
-
const [st, et2] = Z2;
|
|
2084
|
-
const [ct2, rt2] = Q2;
|
|
2085
|
-
const [lt2, it2] = K2;
|
|
2086
|
-
const [at2, ut2] = M2({
|
|
2087
|
-
x: st.w > 0,
|
|
2088
|
-
y: st.h > 0
|
|
2089
|
-
});
|
|
2090
|
-
const _t2 = X2 && Y2 && (at2.x || at2.y) || X2 && at2.x && !at2.y || Y2 && at2.y && !at2.x;
|
|
2091
|
-
const dt2 = u3 || b3 || y3 || it2 || rt2 || ot || et2 || j2 || B2 || J2;
|
|
2092
|
-
const ft2 = createViewportOverflowState(at2, F2);
|
|
2093
|
-
const [vt2, pt2] = R2(ft2.K);
|
|
2094
|
-
const [ht2, gt2] = V2(a3);
|
|
2095
|
-
const bt2 = b3 || w3 || gt2 || ut2 || a3;
|
|
2096
|
-
const [wt2, yt2] = bt2 ? U2(getMeasuredScrollCoordinates(ht2), a3) : N2();
|
|
2097
|
-
if (dt2) {
|
|
2098
|
-
pt2 && setViewportOverflowStyle(ft2.K);
|
|
2099
|
-
if (E2 && x2) {
|
|
2100
|
-
setStyles(l2, E2(ft2, i2, x2(ft2, ct2, lt2)));
|
|
2101
|
-
}
|
|
2102
|
-
}
|
|
2103
|
-
setMeasuringMode(false);
|
|
2104
|
-
addRemoveAttrClass(c2, P, L, _t2);
|
|
2105
|
-
addRemoveAttrClass(r2, G, L, _t2);
|
|
2106
|
-
assignDeep(s2, {
|
|
2107
|
-
K: vt2,
|
|
2108
|
-
Vt: {
|
|
2109
|
-
x: nt.w,
|
|
2110
|
-
y: nt.h
|
|
2111
|
-
},
|
|
2112
|
-
Rt: {
|
|
2113
|
-
x: st.w,
|
|
2114
|
-
y: st.h
|
|
2115
|
-
},
|
|
2116
|
-
rn: at2,
|
|
2117
|
-
Lt: sanitizeScrollCoordinates(wt2, st)
|
|
2118
|
-
});
|
|
2119
|
-
return {
|
|
2120
|
-
en: pt2,
|
|
2121
|
-
nn: ot,
|
|
2122
|
-
sn: et2,
|
|
2123
|
-
cn: yt2 || et2,
|
|
2124
|
-
vn: bt2
|
|
2125
|
-
};
|
|
2126
|
-
};
|
|
2127
|
-
};
|
|
2128
|
-
const createStructureSetup = (t2) => {
|
|
2129
|
-
const [n2, o2, s2] = createStructureSetupElements(t2);
|
|
2130
|
-
const e2 = {
|
|
2131
|
-
ln: {
|
|
2132
|
-
t: 0,
|
|
2133
|
-
r: 0,
|
|
2134
|
-
b: 0,
|
|
2135
|
-
l: 0
|
|
2136
|
-
},
|
|
2137
|
-
dn: false,
|
|
2138
|
-
rt: {
|
|
2139
|
-
[y]: 0,
|
|
2140
|
-
[S]: 0,
|
|
2141
|
-
[w]: 0,
|
|
2142
|
-
[p]: 0,
|
|
2143
|
-
[h]: 0,
|
|
2144
|
-
[b]: 0,
|
|
2145
|
-
[g]: 0
|
|
2146
|
-
},
|
|
2147
|
-
Vt: {
|
|
2148
|
-
x: 0,
|
|
2149
|
-
y: 0
|
|
2150
|
-
},
|
|
2151
|
-
Rt: {
|
|
2152
|
-
x: 0,
|
|
2153
|
-
y: 0
|
|
2154
|
-
},
|
|
2155
|
-
K: {
|
|
2156
|
-
x: H,
|
|
2157
|
-
y: H
|
|
2158
|
-
},
|
|
2159
|
-
rn: {
|
|
2160
|
-
x: false,
|
|
2161
|
-
y: false
|
|
2162
|
-
},
|
|
2163
|
-
Lt: getZeroScrollCoordinates()
|
|
2164
|
-
};
|
|
2165
|
-
const { vt: c2, gt: r2, nt: l2, Ot: i2 } = n2;
|
|
2166
|
-
const { R: a2, k: u2 } = getEnvironment();
|
|
2167
|
-
const _2 = !a2 && (u2.x || u2.y);
|
|
2168
|
-
const d2 = [createTrinsicUpdateSegment(n2), createPaddingUpdateSegment(n2, e2), createOverflowUpdateSegment(n2, e2)];
|
|
2169
|
-
return [o2, (t3) => {
|
|
2170
|
-
const n3 = {};
|
|
2171
|
-
const o3 = _2;
|
|
2172
|
-
const s3 = o3 && getElementScroll(r2);
|
|
2173
|
-
const e3 = s3 && i2();
|
|
2174
|
-
each(d2, (o4) => {
|
|
2175
|
-
assignDeep(n3, o4(t3, n3) || {});
|
|
2176
|
-
});
|
|
2177
|
-
scrollElementTo(r2, s3);
|
|
2178
|
-
e3 && e3();
|
|
2179
|
-
!l2 && scrollElementTo(c2, 0);
|
|
2180
|
-
return n3;
|
|
2181
|
-
}, e2, n2, s2];
|
|
2182
|
-
};
|
|
2183
|
-
const createSetups = (t2, n2, o2, s2, e2) => {
|
|
2184
|
-
let c2 = false;
|
|
2185
|
-
const r2 = createOptionCheck(n2, {});
|
|
2186
|
-
const [l2, i2, a2, u2, _2] = createStructureSetup(t2);
|
|
2187
|
-
const [d2, f2, v2] = createObserversSetup(u2, a2, r2, (t3) => {
|
|
2188
|
-
update({}, t3);
|
|
2189
|
-
});
|
|
2190
|
-
const [p2, h2, , g2] = createScrollbarsSetup(t2, n2, v2, a2, u2, e2);
|
|
2191
|
-
const updateHintsAreTruthy = (t3) => keys(t3).some((n3) => !!t3[n3]);
|
|
2192
|
-
const update = (t3, e3) => {
|
|
2193
|
-
if (o2()) {
|
|
2194
|
-
return false;
|
|
2195
|
-
}
|
|
2196
|
-
const { pn: r3, Dt: l3, At: a3, hn: u3 } = t3;
|
|
2197
|
-
const _3 = r3 || {};
|
|
2198
|
-
const d3 = !!l3 || !c2;
|
|
2199
|
-
const p3 = {
|
|
2200
|
-
It: createOptionCheck(n2, _3, d3),
|
|
2201
|
-
pn: _3,
|
|
2202
|
-
Dt: d3
|
|
2203
|
-
};
|
|
2204
|
-
if (u3) {
|
|
2205
|
-
h2(p3);
|
|
2206
|
-
return false;
|
|
2207
|
-
}
|
|
2208
|
-
const g3 = e3 || f2(assignDeep({}, p3, {
|
|
2209
|
-
At: a3
|
|
2210
|
-
}));
|
|
2211
|
-
const b2 = i2(assignDeep({}, p3, {
|
|
2212
|
-
_n: v2,
|
|
2213
|
-
Zt: g3
|
|
2214
|
-
}));
|
|
2215
|
-
h2(assignDeep({}, p3, {
|
|
2216
|
-
Zt: g3,
|
|
2217
|
-
tn: b2
|
|
2218
|
-
}));
|
|
2219
|
-
const w2 = updateHintsAreTruthy(g3);
|
|
2220
|
-
const y2 = updateHintsAreTruthy(b2);
|
|
2221
|
-
const S2 = w2 || y2 || !isEmptyObject(_3) || d3;
|
|
2222
|
-
c2 = true;
|
|
2223
|
-
S2 && s2(t3, {
|
|
2224
|
-
Zt: g3,
|
|
2225
|
-
tn: b2
|
|
2226
|
-
});
|
|
2227
|
-
return S2;
|
|
2228
|
-
};
|
|
2229
|
-
return [() => {
|
|
2230
|
-
const { an: t3, gt: n3, Ot: o3 } = u2;
|
|
2231
|
-
const s3 = getElementScroll(t3);
|
|
2232
|
-
const e3 = [d2(), l2(), p2()];
|
|
2233
|
-
const c3 = o3();
|
|
2234
|
-
scrollElementTo(n3, s3);
|
|
2235
|
-
c3();
|
|
2236
|
-
return bind(runEachAndClear, e3);
|
|
2237
|
-
}, update, () => ({
|
|
2238
|
-
gn: v2,
|
|
2239
|
-
bn: a2
|
|
2240
|
-
}), {
|
|
2241
|
-
wn: u2,
|
|
2242
|
-
yn: g2
|
|
2243
|
-
}, _2];
|
|
2244
|
-
};
|
|
2245
|
-
const OverlayScrollbars = (t2, n2, o2) => {
|
|
2246
|
-
const { N: s2 } = getEnvironment();
|
|
2247
|
-
const e2 = isHTMLElement(t2);
|
|
2248
|
-
const c2 = e2 ? t2 : t2.target;
|
|
2249
|
-
const r2 = getInstance(c2);
|
|
2250
|
-
if (n2 && !r2) {
|
|
2251
|
-
let r3 = false;
|
|
2252
|
-
const l2 = [];
|
|
2253
|
-
const i2 = {};
|
|
2254
|
-
const validateOptions = (t3) => {
|
|
2255
|
-
const n3 = removeUndefinedProperties(t3, true);
|
|
2256
|
-
const o3 = getStaticPluginModuleInstance(xt);
|
|
2257
|
-
return o3 ? o3(n3, true) : n3;
|
|
2258
|
-
};
|
|
2259
|
-
const a2 = assignDeep({}, s2(), validateOptions(n2));
|
|
2260
|
-
const [u2, _2, d2] = createEventListenerHub();
|
|
2261
|
-
const [f2, v2, p2] = createEventListenerHub(o2);
|
|
2262
|
-
const triggerEvent = (t3, n3) => {
|
|
2263
|
-
p2(t3, n3);
|
|
2264
|
-
d2(t3, n3);
|
|
2265
|
-
};
|
|
2266
|
-
const [h2, g2, b2, w2, y2] = createSetups(t2, a2, () => r3, ({ pn: t3, Dt: n3 }, { Zt: o3, tn: s3 }) => {
|
|
2267
|
-
const { ft: e3, Ct: c3, xt: r4, Ht: l3, Et: i3, dt: a3 } = o3;
|
|
2268
|
-
const { nn: u3, sn: _3, en: d3, cn: f3 } = s3;
|
|
2269
|
-
triggerEvent("updated", [S2, {
|
|
2270
|
-
updateHints: {
|
|
2271
|
-
sizeChanged: !!e3,
|
|
2272
|
-
directionChanged: !!c3,
|
|
2273
|
-
heightIntrinsicChanged: !!r4,
|
|
2274
|
-
overflowEdgeChanged: !!u3,
|
|
2275
|
-
overflowAmountChanged: !!_3,
|
|
2276
|
-
overflowStyleChanged: !!d3,
|
|
2277
|
-
scrollCoordinatesChanged: !!f3,
|
|
2278
|
-
contentMutation: !!l3,
|
|
2279
|
-
hostMutation: !!i3,
|
|
2280
|
-
appear: !!a3
|
|
2281
|
-
},
|
|
2282
|
-
changedOptions: t3 || {},
|
|
2283
|
-
force: !!n3
|
|
2284
|
-
}]);
|
|
2285
|
-
}, (t3) => triggerEvent("scroll", [S2, t3]));
|
|
2286
|
-
const destroy = (t3) => {
|
|
2287
|
-
removeInstance(c2);
|
|
2288
|
-
runEachAndClear(l2);
|
|
2289
|
-
r3 = true;
|
|
2290
|
-
triggerEvent("destroyed", [S2, t3]);
|
|
2291
|
-
_2();
|
|
2292
|
-
v2();
|
|
2293
|
-
};
|
|
2294
|
-
const S2 = {
|
|
2295
|
-
options(t3, n3) {
|
|
2296
|
-
if (t3) {
|
|
2297
|
-
const o3 = n3 ? s2() : {};
|
|
2298
|
-
const e3 = getOptionsDiff(a2, assignDeep(o3, validateOptions(t3)));
|
|
2299
|
-
if (!isEmptyObject(e3)) {
|
|
2300
|
-
assignDeep(a2, e3);
|
|
2301
|
-
g2({
|
|
2302
|
-
pn: e3
|
|
2303
|
-
});
|
|
2304
|
-
}
|
|
2305
|
-
}
|
|
2306
|
-
return assignDeep({}, a2);
|
|
2307
|
-
},
|
|
2308
|
-
on: f2,
|
|
2309
|
-
off: (t3, n3) => {
|
|
2310
|
-
t3 && n3 && v2(t3, n3);
|
|
2311
|
-
},
|
|
2312
|
-
state() {
|
|
2313
|
-
const { gn: t3, bn: n3 } = b2();
|
|
2314
|
-
const { ct: o3 } = t3;
|
|
2315
|
-
const { Vt: s3, Rt: e3, K: c3, rn: l3, ln: i3, dn: a3, Lt: u3 } = n3;
|
|
2316
|
-
return assignDeep({}, {
|
|
2317
|
-
overflowEdge: s3,
|
|
2318
|
-
overflowAmount: e3,
|
|
2319
|
-
overflowStyle: c3,
|
|
2320
|
-
hasOverflow: l3,
|
|
2321
|
-
scrollCoordinates: {
|
|
2322
|
-
start: u3.D,
|
|
2323
|
-
end: u3.M
|
|
2324
|
-
},
|
|
2325
|
-
padding: i3,
|
|
2326
|
-
paddingAbsolute: a3,
|
|
2327
|
-
directionRTL: o3,
|
|
2328
|
-
destroyed: r3
|
|
2329
|
-
});
|
|
2330
|
-
},
|
|
2331
|
-
elements() {
|
|
2332
|
-
const { vt: t3, ht: n3, ln: o3, ot: s3, bt: e3, gt: c3, Qt: r4 } = w2.wn;
|
|
2333
|
-
const { Xt: l3, Gt: i3 } = w2.yn;
|
|
2334
|
-
const translateScrollbarStructure = (t4) => {
|
|
2335
|
-
const { Pt: n4, Ut: o4, Tt: s4 } = t4;
|
|
2336
|
-
return {
|
|
2337
|
-
scrollbar: s4,
|
|
2338
|
-
track: o4,
|
|
2339
|
-
handle: n4
|
|
2340
|
-
};
|
|
2341
|
-
};
|
|
2342
|
-
const translateScrollbarsSetupElement = (t4) => {
|
|
2343
|
-
const { Yt: n4, Wt: o4 } = t4;
|
|
2344
|
-
const s4 = translateScrollbarStructure(n4[0]);
|
|
2345
|
-
return assignDeep({}, s4, {
|
|
2346
|
-
clone: () => {
|
|
2347
|
-
const t5 = translateScrollbarStructure(o4());
|
|
2348
|
-
g2({
|
|
2349
|
-
hn: true
|
|
2350
|
-
});
|
|
2351
|
-
return t5;
|
|
2352
|
-
}
|
|
2353
|
-
});
|
|
2354
|
-
};
|
|
2355
|
-
return assignDeep({}, {
|
|
2356
|
-
target: t3,
|
|
2357
|
-
host: n3,
|
|
2358
|
-
padding: o3 || s3,
|
|
2359
|
-
viewport: s3,
|
|
2360
|
-
content: e3 || s3,
|
|
2361
|
-
scrollOffsetElement: c3,
|
|
2362
|
-
scrollEventElement: r4,
|
|
2363
|
-
scrollbarHorizontal: translateScrollbarsSetupElement(l3),
|
|
2364
|
-
scrollbarVertical: translateScrollbarsSetupElement(i3)
|
|
2365
|
-
});
|
|
2366
|
-
},
|
|
2367
|
-
update: (t3) => g2({
|
|
2368
|
-
Dt: t3,
|
|
2369
|
-
At: true
|
|
2370
|
-
}),
|
|
2371
|
-
destroy: bind(destroy, false),
|
|
2372
|
-
plugin: (t3) => i2[keys(t3)[0]]
|
|
2373
|
-
};
|
|
2374
|
-
push(l2, [y2]);
|
|
2375
|
-
addInstance(c2, S2);
|
|
2376
|
-
registerPluginModuleInstances($t, OverlayScrollbars, [S2, u2, i2]);
|
|
2377
|
-
if (cancelInitialization(w2.wn.wt, !e2 && t2.cancel)) {
|
|
2378
|
-
destroy(true);
|
|
2379
|
-
return S2;
|
|
2380
|
-
}
|
|
2381
|
-
push(l2, h2());
|
|
2382
|
-
triggerEvent("initialized", [S2]);
|
|
2383
|
-
S2.update();
|
|
2384
|
-
return S2;
|
|
2385
|
-
}
|
|
2386
|
-
return r2;
|
|
2387
|
-
};
|
|
2388
|
-
OverlayScrollbars.plugin = (t2) => {
|
|
2389
|
-
const n2 = isArray(t2);
|
|
2390
|
-
const o2 = n2 ? t2 : [t2];
|
|
2391
|
-
const s2 = o2.map((t3) => registerPluginModuleInstances(t3, OverlayScrollbars)[0]);
|
|
2392
|
-
addPlugins(o2);
|
|
2393
|
-
return n2 ? s2 : s2[0];
|
|
2394
|
-
};
|
|
2395
|
-
OverlayScrollbars.valid = (t2) => {
|
|
2396
|
-
const n2 = t2 && t2.elements;
|
|
2397
|
-
const o2 = isFunction(n2) && n2();
|
|
2398
|
-
return isPlainObject(o2) && !!getInstance(o2.target);
|
|
2399
|
-
};
|
|
2400
|
-
OverlayScrollbars.env = () => {
|
|
2401
|
-
const { T: t2, k: n2, R: o2, V: s2, B: e2, F: c2, U: r2, P: l2, N: i2, q: a2 } = getEnvironment();
|
|
2402
|
-
return assignDeep({}, {
|
|
2403
|
-
scrollbarsSize: t2,
|
|
2404
|
-
scrollbarsOverlaid: n2,
|
|
2405
|
-
scrollbarsHiding: o2,
|
|
2406
|
-
scrollTimeline: s2,
|
|
2407
|
-
staticDefaultInitialization: e2,
|
|
2408
|
-
staticDefaultOptions: c2,
|
|
2409
|
-
getDefaultInitialization: r2,
|
|
2410
|
-
setDefaultInitialization: l2,
|
|
2411
|
-
getDefaultOptions: i2,
|
|
2412
|
-
setDefaultOptions: a2
|
|
2413
|
-
});
|
|
2414
|
-
};
|
|
2415
|
-
OverlayScrollbars.nonce = setNonce;
|
|
2416
|
-
const DtScrollbarDirective = {
|
|
2417
|
-
name: "dt-scrollbar-directive",
|
|
2418
|
-
install(Vue) {
|
|
2419
|
-
OverlayScrollbars.plugin(Dt);
|
|
2420
|
-
Vue.directive("dt-scrollbar", {
|
|
2421
|
-
inserted(el, binding) {
|
|
2422
|
-
OverlayScrollbars({
|
|
2423
|
-
target: el,
|
|
2424
|
-
elements: {
|
|
2425
|
-
viewport: el.children[0]
|
|
2426
|
-
}
|
|
2427
|
-
}, {
|
|
2428
|
-
scrollbars: {
|
|
2429
|
-
autoHide: `${binding.arg || "leave"}`,
|
|
2430
|
-
clickScroll: true,
|
|
2431
|
-
autoHideDelay: `${!binding.arg || binding.arg === "leave" ? 0 : 1300}`
|
|
2432
|
-
}
|
|
2433
|
-
});
|
|
2434
|
-
el.setAttribute("data-overlayscrollbars-initialize", true);
|
|
2435
|
-
el.classList.add("d-scrollbar");
|
|
2436
|
-
}
|
|
2437
|
-
});
|
|
2438
|
-
}
|
|
2439
|
-
};
|
|
2440
|
-
exports.DtScrollbarDirective = DtScrollbarDirective;
|
|
3
|
+
const scrollbar = require("../directives/scrollbar/scrollbar.cjs");
|
|
4
|
+
exports.DtScrollbarDirective = scrollbar.default;
|
|
2441
5
|
//# sourceMappingURL=scrollbar-directive.cjs.map
|