@poppy-ui/vue 0.0.0-dev.36.93ba5b2
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/LICENSE +21 -0
- package/README.md +103 -0
- package/dist/ClassWrapper-BNZO3mhP.cjs +2 -0
- package/dist/ClassWrapper-BNZO3mhP.cjs.map +1 -0
- package/dist/ClassWrapper-DdnnHfAj.js +24 -0
- package/dist/ClassWrapper-DdnnHfAj.js.map +1 -0
- package/dist/Toast-DuytECg8.cjs +2 -0
- package/dist/Toast-DuytECg8.cjs.map +1 -0
- package/dist/Toast-fSQWLl0R.js +63 -0
- package/dist/Toast-fSQWLl0R.js.map +1 -0
- package/dist/_plugin-vue_export-helper-B3ysoDQm.js +8 -0
- package/dist/_plugin-vue_export-helper-BTmtiIyf.cjs +1 -0
- package/dist/build-class.util-Cp-ZBFgO.js +1730 -0
- package/dist/build-class.util-Cp-ZBFgO.js.map +1 -0
- package/dist/build-class.util-Lo1-M_t1.cjs +2 -0
- package/dist/build-class.util-Lo1-M_t1.cjs.map +1 -0
- package/dist/components/ClassWrapper.d.ts +27 -0
- package/dist/components/ClassWrapper.d.ts.map +1 -0
- package/dist/components/actions/button/Button.d.ts +21 -0
- package/dist/components/actions/button/Button.d.ts.map +1 -0
- package/dist/components/actions/button/button.context.d.ts +2 -0
- package/dist/components/actions/button/button.context.d.ts.map +1 -0
- package/dist/components/actions/button/button.props.d.ts +58 -0
- package/dist/components/actions/button/button.props.d.ts.map +1 -0
- package/dist/components/actions/button/button.types.d.ts +7 -0
- package/dist/components/actions/button/button.types.d.ts.map +1 -0
- package/dist/components/actions/dropdown/Dropdown.d.ts +25 -0
- package/dist/components/actions/dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/actions/dropdown/dropdown.context.d.ts +2 -0
- package/dist/components/actions/dropdown/dropdown.context.d.ts.map +1 -0
- package/dist/components/actions/dropdown/dropdown.props.d.ts +60 -0
- package/dist/components/actions/dropdown/dropdown.props.d.ts.map +1 -0
- package/dist/components/actions/dropdown/dropdown.types.d.ts +4 -0
- package/dist/components/actions/dropdown/dropdown.types.d.ts.map +1 -0
- package/dist/components/actions/fab/Fab.d.ts +16 -0
- package/dist/components/actions/fab/Fab.d.ts.map +1 -0
- package/dist/components/actions/fab/fab.context.d.ts +2 -0
- package/dist/components/actions/fab/fab.context.d.ts.map +1 -0
- package/dist/components/actions/fab/fab.props.d.ts +11 -0
- package/dist/components/actions/fab/fab.props.d.ts.map +1 -0
- package/dist/components/actions/fab/fab.types.d.ts +2 -0
- package/dist/components/actions/fab/fab.types.d.ts.map +1 -0
- package/dist/components/actions/modal/Modal.d.ts +42 -0
- package/dist/components/actions/modal/Modal.d.ts.map +1 -0
- package/dist/components/actions/modal/modal.context.d.ts +2 -0
- package/dist/components/actions/modal/modal.context.d.ts.map +1 -0
- package/dist/components/actions/modal/modal.props.d.ts +31 -0
- package/dist/components/actions/modal/modal.props.d.ts.map +1 -0
- package/dist/components/actions/modal/modal.types.d.ts +2 -0
- package/dist/components/actions/modal/modal.types.d.ts.map +1 -0
- package/dist/components/actions/public.d.ts +6 -0
- package/dist/components/actions/public.d.ts.map +1 -0
- package/dist/components/actions/public.es.js +323 -0
- package/dist/components/actions/public.es.js.map +1 -0
- package/dist/components/actions/public.types.d.ts +11 -0
- package/dist/components/actions/public.types.d.ts.map +1 -0
- package/dist/components/actions/public.umd.js +2 -0
- package/dist/components/actions/public.umd.js.map +1 -0
- package/dist/components/actions/swap/Swap.d.ts +36 -0
- package/dist/components/actions/swap/Swap.d.ts.map +1 -0
- package/dist/components/actions/swap/swap.context.d.ts +2 -0
- package/dist/components/actions/swap/swap.context.d.ts.map +1 -0
- package/dist/components/actions/swap/swap.props.d.ts +18 -0
- package/dist/components/actions/swap/swap.props.d.ts.map +1 -0
- package/dist/components/actions/swap/swap.types.d.ts +2 -0
- package/dist/components/actions/swap/swap.types.d.ts.map +1 -0
- package/dist/components/app/PoppyApp.d.ts +14 -0
- package/dist/components/app/PoppyApp.d.ts.map +1 -0
- package/dist/components/app/public.d.ts +2 -0
- package/dist/components/app/public.d.ts.map +1 -0
- package/dist/components/app/public.es.js +42 -0
- package/dist/components/app/public.es.js.map +1 -0
- package/dist/components/app/public.umd.js +2 -0
- package/dist/components/app/public.umd.js.map +1 -0
- package/dist/components/data/checkbox/Checkbox.d.ts +25 -0
- package/dist/components/data/checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/data/checkbox/checkbox.context.d.ts +2 -0
- package/dist/components/data/checkbox/checkbox.context.d.ts.map +1 -0
- package/dist/components/data/checkbox/checkbox.props.d.ts +44 -0
- package/dist/components/data/checkbox/checkbox.props.d.ts.map +1 -0
- package/dist/components/data/checkbox/checkbox.types.d.ts +4 -0
- package/dist/components/data/checkbox/checkbox.types.d.ts.map +1 -0
- package/dist/components/data/field-set/FieldSet.d.ts +21 -0
- package/dist/components/data/field-set/FieldSet.d.ts.map +1 -0
- package/dist/components/data/field-set/field-set.props.d.ts +20 -0
- package/dist/components/data/field-set/field-set.props.d.ts.map +1 -0
- package/dist/components/data/form/Form.d.ts +37 -0
- package/dist/components/data/form/Form.d.ts.map +1 -0
- package/dist/components/data/form/form.context.d.ts +57 -0
- package/dist/components/data/form/form.context.d.ts.map +1 -0
- package/dist/components/data/form/form.props.d.ts +28 -0
- package/dist/components/data/form/form.props.d.ts.map +1 -0
- package/dist/components/data/form/form.types.d.ts +25 -0
- package/dist/components/data/form/form.types.d.ts.map +1 -0
- package/dist/components/data/form-field/FormField.d.ts +28 -0
- package/dist/components/data/form-field/FormField.d.ts.map +1 -0
- package/dist/components/data/form-field/form-field.context.d.ts +53 -0
- package/dist/components/data/form-field/form-field.context.d.ts.map +1 -0
- package/dist/components/data/form-field/form-field.props.d.ts +37 -0
- package/dist/components/data/form-field/form-field.props.d.ts.map +1 -0
- package/dist/components/data/form-field/form-field.types.d.ts +2 -0
- package/dist/components/data/form-field/form-field.types.d.ts.map +1 -0
- package/dist/components/data/input/Input.d.ts +31 -0
- package/dist/components/data/input/Input.d.ts.map +1 -0
- package/dist/components/data/input/input.context.d.ts +2 -0
- package/dist/components/data/input/input.context.d.ts.map +1 -0
- package/dist/components/data/input/input.props.d.ts +78 -0
- package/dist/components/data/input/input.props.d.ts.map +1 -0
- package/dist/components/data/input/input.types.d.ts +6 -0
- package/dist/components/data/input/input.types.d.ts.map +1 -0
- package/dist/components/data/public.d.ts +13 -0
- package/dist/components/data/public.d.ts.map +1 -0
- package/dist/components/data/public.es.js +1816 -0
- package/dist/components/data/public.es.js.map +1 -0
- package/dist/components/data/public.types.d.ts +21 -0
- package/dist/components/data/public.types.d.ts.map +1 -0
- package/dist/components/data/public.umd.js +2 -0
- package/dist/components/data/public.umd.js.map +1 -0
- package/dist/components/data/radio/Radio.d.ts +25 -0
- package/dist/components/data/radio/Radio.d.ts.map +1 -0
- package/dist/components/data/radio/radio.context.d.ts +2 -0
- package/dist/components/data/radio/radio.context.d.ts.map +1 -0
- package/dist/components/data/radio/radio.props.d.ts +47 -0
- package/dist/components/data/radio/radio.props.d.ts.map +1 -0
- package/dist/components/data/radio/radio.types.d.ts +4 -0
- package/dist/components/data/radio/radio.types.d.ts.map +1 -0
- package/dist/components/data/radio-group/RadioGroup.d.ts +28 -0
- package/dist/components/data/radio-group/RadioGroup.d.ts.map +1 -0
- package/dist/components/data/radio-group/radio-group.context.d.ts +13 -0
- package/dist/components/data/radio-group/radio-group.context.d.ts.map +1 -0
- package/dist/components/data/radio-group/radio-group.props.d.ts +12 -0
- package/dist/components/data/radio-group/radio-group.props.d.ts.map +1 -0
- package/dist/components/data/rating/Rating.d.ts +26 -0
- package/dist/components/data/rating/Rating.d.ts.map +1 -0
- package/dist/components/data/rating/rating.context.d.ts +2 -0
- package/dist/components/data/rating/rating.context.d.ts.map +1 -0
- package/dist/components/data/rating/rating.props.d.ts +44 -0
- package/dist/components/data/rating/rating.props.d.ts.map +1 -0
- package/dist/components/data/rating/rating.types.d.ts +6 -0
- package/dist/components/data/rating/rating.types.d.ts.map +1 -0
- package/dist/components/data/select/Select.d.ts +79 -0
- package/dist/components/data/select/Select.d.ts.map +1 -0
- package/dist/components/data/select/select.context.d.ts +2 -0
- package/dist/components/data/select/select.context.d.ts.map +1 -0
- package/dist/components/data/select/select.props.d.ts +99 -0
- package/dist/components/data/select/select.props.d.ts.map +1 -0
- package/dist/components/data/select/select.types.d.ts +20 -0
- package/dist/components/data/select/select.types.d.ts.map +1 -0
- package/dist/components/data/slider/Slider.d.ts +29 -0
- package/dist/components/data/slider/Slider.d.ts.map +1 -0
- package/dist/components/data/slider/slider.context.d.ts +2 -0
- package/dist/components/data/slider/slider.context.d.ts.map +1 -0
- package/dist/components/data/slider/slider.props.d.ts +70 -0
- package/dist/components/data/slider/slider.props.d.ts.map +1 -0
- package/dist/components/data/slider/slider.types.d.ts +7 -0
- package/dist/components/data/slider/slider.types.d.ts.map +1 -0
- package/dist/components/data/textarea/Textarea.d.ts +22 -0
- package/dist/components/data/textarea/Textarea.d.ts.map +1 -0
- package/dist/components/data/textarea/textarea.context.d.ts +2 -0
- package/dist/components/data/textarea/textarea.context.d.ts.map +1 -0
- package/dist/components/data/textarea/textarea.props.d.ts +64 -0
- package/dist/components/data/textarea/textarea.props.d.ts.map +1 -0
- package/dist/components/data/textarea/textarea.types.d.ts +5 -0
- package/dist/components/data/textarea/textarea.types.d.ts.map +1 -0
- package/dist/components/data/toggle/Toggle.d.ts +31 -0
- package/dist/components/data/toggle/Toggle.d.ts.map +1 -0
- package/dist/components/data/toggle/toggle.context.d.ts +2 -0
- package/dist/components/data/toggle/toggle.context.d.ts.map +1 -0
- package/dist/components/data/toggle/toggle.props.d.ts +38 -0
- package/dist/components/data/toggle/toggle.props.d.ts.map +1 -0
- package/dist/components/data/toggle/toggle.types.d.ts +4 -0
- package/dist/components/data/toggle/toggle.types.d.ts.map +1 -0
- package/dist/components/display/accordion/Accordion.d.ts +42 -0
- package/dist/components/display/accordion/Accordion.d.ts.map +1 -0
- package/dist/components/display/accordion/AccordionItem.d.ts +35 -0
- package/dist/components/display/accordion/AccordionItem.d.ts.map +1 -0
- package/dist/components/display/accordion/accordion-item.context.d.ts +2 -0
- package/dist/components/display/accordion/accordion-item.context.d.ts.map +1 -0
- package/dist/components/display/accordion/accordion-item.props.d.ts +19 -0
- package/dist/components/display/accordion/accordion-item.props.d.ts.map +1 -0
- package/dist/components/display/accordion/accordion-item.types.d.ts +2 -0
- package/dist/components/display/accordion/accordion-item.types.d.ts.map +1 -0
- package/dist/components/display/accordion/accordion.context.d.ts +9 -0
- package/dist/components/display/accordion/accordion.context.d.ts.map +1 -0
- package/dist/components/display/accordion/accordion.props.d.ts +15 -0
- package/dist/components/display/accordion/accordion.props.d.ts.map +1 -0
- package/dist/components/display/avatar/Avatar.d.ts +14 -0
- package/dist/components/display/avatar/Avatar.d.ts.map +1 -0
- package/dist/components/display/avatar/avatar.context.d.ts +2 -0
- package/dist/components/display/avatar/avatar.context.d.ts.map +1 -0
- package/dist/components/display/avatar/avatar.props.d.ts +45 -0
- package/dist/components/display/avatar/avatar.props.d.ts.map +1 -0
- package/dist/components/display/avatar/avatar.types.d.ts +5 -0
- package/dist/components/display/avatar/avatar.types.d.ts.map +1 -0
- package/dist/components/display/badge/Badge.d.ts +12 -0
- package/dist/components/display/badge/Badge.d.ts.map +1 -0
- package/dist/components/display/badge/badge.context.d.ts +2 -0
- package/dist/components/display/badge/badge.context.d.ts.map +1 -0
- package/dist/components/display/badge/badge.props.d.ts +20 -0
- package/dist/components/display/badge/badge.props.d.ts.map +1 -0
- package/dist/components/display/badge/badge.types.d.ts +5 -0
- package/dist/components/display/badge/badge.types.d.ts.map +1 -0
- package/dist/components/display/card/Card.d.ts +12 -0
- package/dist/components/display/card/Card.d.ts.map +1 -0
- package/dist/components/display/card/CardActions.d.ts +12 -0
- package/dist/components/display/card/CardActions.d.ts.map +1 -0
- package/dist/components/display/card/CardBody.d.ts +14 -0
- package/dist/components/display/card/CardBody.d.ts.map +1 -0
- package/dist/components/display/card/CardTitle.d.ts +14 -0
- package/dist/components/display/card/CardTitle.d.ts.map +1 -0
- package/dist/components/display/card/card-actions.context.d.ts +2 -0
- package/dist/components/display/card/card-actions.context.d.ts.map +1 -0
- package/dist/components/display/card/card-actions.props.d.ts +15 -0
- package/dist/components/display/card/card-actions.props.d.ts.map +1 -0
- package/dist/components/display/card/card-actions.types.d.ts +2 -0
- package/dist/components/display/card/card-actions.types.d.ts.map +1 -0
- package/dist/components/display/card/card.context.d.ts +2 -0
- package/dist/components/display/card/card.context.d.ts.map +1 -0
- package/dist/components/display/card/card.props.d.ts +30 -0
- package/dist/components/display/card/card.props.d.ts.map +1 -0
- package/dist/components/display/card/card.types.d.ts +4 -0
- package/dist/components/display/card/card.types.d.ts.map +1 -0
- package/dist/components/display/carousel/Carousel.d.ts +16 -0
- package/dist/components/display/carousel/Carousel.d.ts.map +1 -0
- package/dist/components/display/carousel/carousel.context.d.ts +2 -0
- package/dist/components/display/carousel/carousel.context.d.ts.map +1 -0
- package/dist/components/display/carousel/carousel.props.d.ts +52 -0
- package/dist/components/display/carousel/carousel.props.d.ts.map +1 -0
- package/dist/components/display/carousel/carousel.types.d.ts +3 -0
- package/dist/components/display/carousel/carousel.types.d.ts.map +1 -0
- package/dist/components/display/chat/Chat.d.ts +20 -0
- package/dist/components/display/chat/Chat.d.ts.map +1 -0
- package/dist/components/display/chat/chat.context.d.ts +2 -0
- package/dist/components/display/chat/chat.context.d.ts.map +1 -0
- package/dist/components/display/chat/chat.props.d.ts +18 -0
- package/dist/components/display/chat/chat.props.d.ts.map +1 -0
- package/dist/components/display/chat/chat.types.d.ts +3 -0
- package/dist/components/display/chat/chat.types.d.ts.map +1 -0
- package/dist/components/display/countdown/Countdown.d.ts +38 -0
- package/dist/components/display/countdown/Countdown.d.ts.map +1 -0
- package/dist/components/display/countdown/countdown.context.d.ts +2 -0
- package/dist/components/display/countdown/countdown.context.d.ts.map +1 -0
- package/dist/components/display/countdown/countdown.props.d.ts +25 -0
- package/dist/components/display/countdown/countdown.props.d.ts.map +1 -0
- package/dist/components/display/countdown/countdown.types.d.ts +23 -0
- package/dist/components/display/countdown/countdown.types.d.ts.map +1 -0
- package/dist/components/display/diff/Diff.d.ts +16 -0
- package/dist/components/display/diff/Diff.d.ts.map +1 -0
- package/dist/components/display/hover-3d/Hover3d.d.ts +12 -0
- package/dist/components/display/hover-3d/Hover3d.d.ts.map +1 -0
- package/dist/components/display/hover-3d/hover-3d.props.d.ts +9 -0
- package/dist/components/display/hover-3d/hover-3d.props.d.ts.map +1 -0
- package/dist/components/display/hover-gallery/HoverGallery.d.ts +14 -0
- package/dist/components/display/hover-gallery/HoverGallery.d.ts.map +1 -0
- package/dist/components/display/kbd/Kbd.d.ts +12 -0
- package/dist/components/display/kbd/Kbd.d.ts.map +1 -0
- package/dist/components/display/kbd/kbd.context.d.ts +2 -0
- package/dist/components/display/kbd/kbd.context.d.ts.map +1 -0
- package/dist/components/display/kbd/kbd.props.d.ts +12 -0
- package/dist/components/display/kbd/kbd.props.d.ts.map +1 -0
- package/dist/components/display/kbd/kbd.types.d.ts +3 -0
- package/dist/components/display/kbd/kbd.types.d.ts.map +1 -0
- package/dist/components/display/list/List.d.ts +17 -0
- package/dist/components/display/list/List.d.ts.map +1 -0
- package/dist/components/display/list/ListItem.d.ts +22 -0
- package/dist/components/display/list/ListItem.d.ts.map +1 -0
- package/dist/components/display/list/list-item.props.d.ts +17 -0
- package/dist/components/display/list/list-item.props.d.ts.map +1 -0
- package/dist/components/display/list/list.props.d.ts +8 -0
- package/dist/components/display/list/list.props.d.ts.map +1 -0
- package/dist/components/display/public.d.ts +21 -0
- package/dist/components/display/public.d.ts.map +1 -0
- package/dist/components/display/public.es.js +2 -0
- package/dist/components/display/public.types.d.ts +28 -0
- package/dist/components/display/public.types.d.ts.map +1 -0
- package/dist/components/display/public.umd.js +1 -0
- package/dist/components/display/stat/Stat.d.ts +22 -0
- package/dist/components/display/stat/Stat.d.ts.map +1 -0
- package/dist/components/display/stat/Stats.d.ts +12 -0
- package/dist/components/display/stat/Stats.d.ts.map +1 -0
- package/dist/components/display/stat/stat.context.d.ts +2 -0
- package/dist/components/display/stat/stat.context.d.ts.map +1 -0
- package/dist/components/display/stat/stat.props.d.ts +42 -0
- package/dist/components/display/stat/stat.props.d.ts.map +1 -0
- package/dist/components/display/stat/stat.types.d.ts +2 -0
- package/dist/components/display/stat/stat.types.d.ts.map +1 -0
- package/dist/components/display/stat/stats.context.d.ts +2 -0
- package/dist/components/display/stat/stats.context.d.ts.map +1 -0
- package/dist/components/display/stat/stats.props.d.ts +11 -0
- package/dist/components/display/stat/stats.props.d.ts.map +1 -0
- package/dist/components/display/stat/stats.types.d.ts +2 -0
- package/dist/components/display/stat/stats.types.d.ts.map +1 -0
- package/dist/components/display/status/Status.d.ts +5 -0
- package/dist/components/display/status/Status.d.ts.map +1 -0
- package/dist/components/display/status/status.context.d.ts +2 -0
- package/dist/components/display/status/status.context.d.ts.map +1 -0
- package/dist/components/display/status/status.props.d.ts +27 -0
- package/dist/components/display/status/status.props.d.ts.map +1 -0
- package/dist/components/display/status/status.types.d.ts +5 -0
- package/dist/components/display/status/status.types.d.ts.map +1 -0
- package/dist/components/feedback/alert/Alert.d.ts +14 -0
- package/dist/components/feedback/alert/Alert.d.ts.map +1 -0
- package/dist/components/feedback/alert/alert.context.d.ts +2 -0
- package/dist/components/feedback/alert/alert.context.d.ts.map +1 -0
- package/dist/components/feedback/alert/alert.props.d.ts +27 -0
- package/dist/components/feedback/alert/alert.props.d.ts.map +1 -0
- package/dist/components/feedback/alert/alert.types.d.ts +4 -0
- package/dist/components/feedback/alert/alert.types.d.ts.map +1 -0
- package/dist/components/feedback/loading/Loading.d.ts +5 -0
- package/dist/components/feedback/loading/Loading.d.ts.map +1 -0
- package/dist/components/feedback/loading/loading.context.d.ts +2 -0
- package/dist/components/feedback/loading/loading.context.d.ts.map +1 -0
- package/dist/components/feedback/loading/loading.props.d.ts +23 -0
- package/dist/components/feedback/loading/loading.props.d.ts.map +1 -0
- package/dist/components/feedback/loading/loading.types.d.ts +5 -0
- package/dist/components/feedback/loading/loading.types.d.ts.map +1 -0
- package/dist/components/feedback/progress/Progress.d.ts +5 -0
- package/dist/components/feedback/progress/Progress.d.ts.map +1 -0
- package/dist/components/feedback/progress/progress.context.d.ts +2 -0
- package/dist/components/feedback/progress/progress.context.d.ts.map +1 -0
- package/dist/components/feedback/progress/progress.props.d.ts +28 -0
- package/dist/components/feedback/progress/progress.props.d.ts.map +1 -0
- package/dist/components/feedback/progress/progress.types.d.ts +2 -0
- package/dist/components/feedback/progress/progress.types.d.ts.map +1 -0
- package/dist/components/feedback/public.d.ts +6 -0
- package/dist/components/feedback/public.d.ts.map +1 -0
- package/dist/components/feedback/public.es.js +128 -0
- package/dist/components/feedback/public.es.js.map +1 -0
- package/dist/components/feedback/public.types.d.ts +13 -0
- package/dist/components/feedback/public.types.d.ts.map +1 -0
- package/dist/components/feedback/public.umd.js +2 -0
- package/dist/components/feedback/public.umd.js.map +1 -0
- package/dist/components/feedback/radial-progress/radial-progress.context.d.ts +2 -0
- package/dist/components/feedback/radial-progress/radial-progress.context.d.ts.map +1 -0
- package/dist/components/feedback/radial-progress/radial-progress.props.d.ts +32 -0
- package/dist/components/feedback/radial-progress/radial-progress.props.d.ts.map +1 -0
- package/dist/components/feedback/radial-progress/radial-progress.types.d.ts +2 -0
- package/dist/components/feedback/radial-progress/radial-progress.types.d.ts.map +1 -0
- package/dist/components/feedback/toast/Toast.d.ts +12 -0
- package/dist/components/feedback/toast/Toast.d.ts.map +1 -0
- package/dist/components/feedback/toast/toast.context.d.ts +9 -0
- package/dist/components/feedback/toast/toast.context.d.ts.map +1 -0
- package/dist/components/feedback/toast/toast.props.d.ts +31 -0
- package/dist/components/feedback/toast/toast.props.d.ts.map +1 -0
- package/dist/components/feedback/toast/toast.types.d.ts +5 -0
- package/dist/components/feedback/toast/toast.types.d.ts.map +1 -0
- package/dist/components/feedback/tooltip/Tooltip.d.ts +14 -0
- package/dist/components/feedback/tooltip/Tooltip.d.ts.map +1 -0
- package/dist/components/feedback/tooltip/tooltip.context.d.ts +2 -0
- package/dist/components/feedback/tooltip/tooltip.context.d.ts.map +1 -0
- package/dist/components/feedback/tooltip/tooltip.props.d.ts +39 -0
- package/dist/components/feedback/tooltip/tooltip.props.d.ts.map +1 -0
- package/dist/components/feedback/tooltip/tooltip.types.d.ts +3 -0
- package/dist/components/feedback/tooltip/tooltip.types.d.ts.map +1 -0
- package/dist/components/layout/divider/Divider.d.ts +12 -0
- package/dist/components/layout/divider/Divider.d.ts.map +1 -0
- package/dist/components/layout/divider/divider.context.d.ts +2 -0
- package/dist/components/layout/divider/divider.context.d.ts.map +1 -0
- package/dist/components/layout/divider/divider.props.d.ts +26 -0
- package/dist/components/layout/divider/divider.props.d.ts.map +1 -0
- package/dist/components/layout/divider/divider.types.d.ts +4 -0
- package/dist/components/layout/divider/divider.types.d.ts.map +1 -0
- package/dist/components/layout/drawer/Drawer.d.ts +39 -0
- package/dist/components/layout/drawer/Drawer.d.ts.map +1 -0
- package/dist/components/layout/drawer/drawer.context.d.ts +2 -0
- package/dist/components/layout/drawer/drawer.context.d.ts.map +1 -0
- package/dist/components/layout/drawer/drawer.props.d.ts +27 -0
- package/dist/components/layout/drawer/drawer.props.d.ts.map +1 -0
- package/dist/components/layout/drawer/drawer.types.d.ts +6 -0
- package/dist/components/layout/drawer/drawer.types.d.ts.map +1 -0
- package/dist/components/layout/indicator/Indicator.d.ts +14 -0
- package/dist/components/layout/indicator/Indicator.d.ts.map +1 -0
- package/dist/components/layout/indicator/indicator.context.d.ts +2 -0
- package/dist/components/layout/indicator/indicator.context.d.ts.map +1 -0
- package/dist/components/layout/indicator/indicator.props.d.ts +28 -0
- package/dist/components/layout/indicator/indicator.props.d.ts.map +1 -0
- package/dist/components/layout/indicator/indicator.types.d.ts +3 -0
- package/dist/components/layout/indicator/indicator.types.d.ts.map +1 -0
- package/dist/components/layout/join/Join.d.ts +12 -0
- package/dist/components/layout/join/Join.d.ts.map +1 -0
- package/dist/components/layout/join/join.context.d.ts +2 -0
- package/dist/components/layout/join/join.context.d.ts.map +1 -0
- package/dist/components/layout/join/join.props.d.ts +14 -0
- package/dist/components/layout/join/join.props.d.ts.map +1 -0
- package/dist/components/layout/join/join.types.d.ts +2 -0
- package/dist/components/layout/join/join.types.d.ts.map +1 -0
- package/dist/components/layout/mask/Mask.d.ts +12 -0
- package/dist/components/layout/mask/Mask.d.ts.map +1 -0
- package/dist/components/layout/mask/mask.context.d.ts +2 -0
- package/dist/components/layout/mask/mask.context.d.ts.map +1 -0
- package/dist/components/layout/mask/mask.props.d.ts +37 -0
- package/dist/components/layout/mask/mask.props.d.ts.map +1 -0
- package/dist/components/layout/mask/mask.types.d.ts +3 -0
- package/dist/components/layout/mask/mask.types.d.ts.map +1 -0
- package/dist/components/layout/public.d.ts +7 -0
- package/dist/components/layout/public.d.ts.map +1 -0
- package/dist/components/layout/public.es.js +206 -0
- package/dist/components/layout/public.es.js.map +1 -0
- package/dist/components/layout/public.types.d.ts +13 -0
- package/dist/components/layout/public.types.d.ts.map +1 -0
- package/dist/components/layout/public.umd.js +2 -0
- package/dist/components/layout/public.umd.js.map +1 -0
- package/dist/components/layout/stack/Stack.d.ts +12 -0
- package/dist/components/layout/stack/Stack.d.ts.map +1 -0
- package/dist/components/layout/stack/stack.context.d.ts +2 -0
- package/dist/components/layout/stack/stack.context.d.ts.map +1 -0
- package/dist/components/layout/stack/stack.props.d.ts +12 -0
- package/dist/components/layout/stack/stack.props.d.ts.map +1 -0
- package/dist/components/layout/stack/stack.types.d.ts +2 -0
- package/dist/components/layout/stack/stack.types.d.ts.map +1 -0
- package/dist/components/media/img/Img.d.ts +15 -0
- package/dist/components/media/img/Img.d.ts.map +1 -0
- package/dist/components/media/img/img.context.d.ts +2 -0
- package/dist/components/media/img/img.context.d.ts.map +1 -0
- package/dist/components/media/img/img.props.d.ts +76 -0
- package/dist/components/media/img/img.props.d.ts.map +1 -0
- package/dist/components/media/img/img.types.d.ts +33 -0
- package/dist/components/media/img/img.types.d.ts.map +1 -0
- package/dist/components/media/public.d.ts +2 -0
- package/dist/components/media/public.d.ts.map +1 -0
- package/dist/components/media/public.es.js +143 -0
- package/dist/components/media/public.es.js.map +1 -0
- package/dist/components/media/public.types.d.ts +3 -0
- package/dist/components/media/public.types.d.ts.map +1 -0
- package/dist/components/media/public.umd.js +2 -0
- package/dist/components/media/public.umd.js.map +1 -0
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts +5 -0
- package/dist/components/navigation/breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.context.d.ts +2 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.context.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.props.d.ts +17 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.props.d.ts.map +1 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.types.d.ts +11 -0
- package/dist/components/navigation/breadcrumbs/breadcrumbs.types.d.ts.map +1 -0
- package/dist/components/navigation/dock/Dock.d.ts +12 -0
- package/dist/components/navigation/dock/Dock.d.ts.map +1 -0
- package/dist/components/navigation/dock/DockItem.d.ts +5 -0
- package/dist/components/navigation/dock/DockItem.d.ts.map +1 -0
- package/dist/components/navigation/dock/dock.context.d.ts +3 -0
- package/dist/components/navigation/dock/dock.context.d.ts.map +1 -0
- package/dist/components/navigation/dock/dock.props.d.ts +30 -0
- package/dist/components/navigation/dock/dock.props.d.ts.map +1 -0
- package/dist/components/navigation/dock/dock.types.d.ts +3 -0
- package/dist/components/navigation/dock/dock.types.d.ts.map +1 -0
- package/dist/components/navigation/link/Link.d.ts +12 -0
- package/dist/components/navigation/link/Link.d.ts.map +1 -0
- package/dist/components/navigation/link/link.context.d.ts +2 -0
- package/dist/components/navigation/link/link.context.d.ts.map +1 -0
- package/dist/components/navigation/link/link.props.d.ts +21 -0
- package/dist/components/navigation/link/link.props.d.ts.map +1 -0
- package/dist/components/navigation/link/link.types.d.ts +2 -0
- package/dist/components/navigation/link/link.types.d.ts.map +1 -0
- package/dist/components/navigation/menu/Menu.d.ts +12 -0
- package/dist/components/navigation/menu/Menu.d.ts.map +1 -0
- package/dist/components/navigation/menu/MenuItem.d.ts +36 -0
- package/dist/components/navigation/menu/MenuItem.d.ts.map +1 -0
- package/dist/components/navigation/menu/menu.context.d.ts +3 -0
- package/dist/components/navigation/menu/menu.context.d.ts.map +1 -0
- package/dist/components/navigation/menu/menu.props.d.ts +61 -0
- package/dist/components/navigation/menu/menu.props.d.ts.map +1 -0
- package/dist/components/navigation/menu/menu.types.d.ts +4 -0
- package/dist/components/navigation/menu/menu.types.d.ts.map +1 -0
- package/dist/components/navigation/navbar/Navbar.d.ts +4 -0
- package/dist/components/navigation/navbar/Navbar.d.ts.map +1 -0
- package/dist/components/navigation/public.d.ts +10 -0
- package/dist/components/navigation/public.d.ts.map +1 -0
- package/dist/components/navigation/public.es.js +2 -0
- package/dist/components/navigation/public.types.d.ts +11 -0
- package/dist/components/navigation/public.types.d.ts.map +1 -0
- package/dist/components/navigation/public.umd.js +1 -0
- package/dist/components/navigation/tab/Tab.d.ts +19 -0
- package/dist/components/navigation/tab/Tab.d.ts.map +1 -0
- package/dist/components/navigation/tab/Tabs.d.ts +20 -0
- package/dist/components/navigation/tab/Tabs.d.ts.map +1 -0
- package/dist/components/navigation/tab/tab.context.d.ts +10 -0
- package/dist/components/navigation/tab/tab.context.d.ts.map +1 -0
- package/dist/components/navigation/tab/tab.props.d.ts +59 -0
- package/dist/components/navigation/tab/tab.props.d.ts.map +1 -0
- package/dist/components/navigation/tab/tab.types.d.ts +5 -0
- package/dist/components/navigation/tab/tab.types.d.ts.map +1 -0
- package/dist/composables/public.d.ts +6 -0
- package/dist/composables/public.d.ts.map +1 -0
- package/dist/composables/public.es.js +39 -0
- package/dist/composables/public.es.js.map +1 -0
- package/dist/composables/public.umd.js +2 -0
- package/dist/composables/public.umd.js.map +1 -0
- package/dist/composables/use-component-config.d.ts +27 -0
- package/dist/composables/use-component-config.d.ts.map +1 -0
- package/dist/composables/use-config.d.ts +2 -0
- package/dist/composables/use-config.d.ts.map +1 -0
- package/dist/composables/use-form-field.d.ts +24 -0
- package/dist/composables/use-form-field.d.ts.map +1 -0
- package/dist/composables/use-select-counter.d.ts +13 -0
- package/dist/composables/use-select-counter.d.ts.map +1 -0
- package/dist/composables/use-toast.d.ts +36 -0
- package/dist/composables/use-toast.d.ts.map +1 -0
- package/dist/config/config.type.d.ts +96 -0
- package/dist/config/config.type.d.ts.map +1 -0
- package/dist/config/public.d.ts +3 -0
- package/dist/config/public.d.ts.map +1 -0
- package/dist/config/public.es.js +2 -0
- package/dist/config/public.types.d.ts +2 -0
- package/dist/config/public.types.d.ts.map +1 -0
- package/dist/config/public.umd.js +1 -0
- package/dist/config/size.context.d.ts +4 -0
- package/dist/config/size.context.d.ts.map +1 -0
- package/dist/config/symbol.d.ts +4 -0
- package/dist/config/symbol.d.ts.map +1 -0
- package/dist/plugin-vue.d.ts +33 -0
- package/dist/plugin-vue.d.ts.map +1 -0
- package/dist/public-1PFjXgZ6.cjs +2 -0
- package/dist/public-1PFjXgZ6.cjs.map +1 -0
- package/dist/public-D_MhbTxP.cjs +2 -0
- package/dist/public-D_MhbTxP.cjs.map +1 -0
- package/dist/public-Dqelew6J.js +615 -0
- package/dist/public-Dqelew6J.js.map +1 -0
- package/dist/public-H9TCdoJr.js +296 -0
- package/dist/public-H9TCdoJr.js.map +1 -0
- package/dist/public.d.ts +12 -0
- package/dist/public.d.ts.map +1 -0
- package/dist/public.es.js +15 -0
- package/dist/public.es.js.map +1 -0
- package/dist/public.umd.js +2 -0
- package/dist/public.umd.js.map +1 -0
- package/dist/style.css +2 -0
- package/dist/symbol-Cleu4XHu.cjs +2 -0
- package/dist/symbol-Cleu4XHu.cjs.map +1 -0
- package/dist/symbol-CziS7Pho.js +13 -0
- package/dist/symbol-CziS7Pho.js.map +1 -0
- package/dist/toast.context-BNg0Zn09.cjs +2 -0
- package/dist/toast.context-BNg0Zn09.cjs.map +1 -0
- package/dist/toast.context-CTPY2imu.js +7 -0
- package/dist/toast.context-CTPY2imu.js.map +1 -0
- package/dist/types/public.d.ts +3 -0
- package/dist/types/public.d.ts.map +1 -0
- package/dist/types/public.es.js +0 -0
- package/dist/types/public.umd.js +1 -0
- package/dist/types/size.type.d.ts +2 -0
- package/dist/types/size.type.d.ts.map +1 -0
- package/dist/types/utils.type.d.ts +5 -0
- package/dist/types/utils.type.d.ts.map +1 -0
- package/dist/use-component-config-C-IlXF0W.cjs +2 -0
- package/dist/use-component-config-C-IlXF0W.cjs.map +1 -0
- package/dist/use-component-config-CaJQbJOW.js +20 -0
- package/dist/use-component-config-CaJQbJOW.js.map +1 -0
- package/dist/use-select-counter-CgQha-_T.cjs +2 -0
- package/dist/use-select-counter-CgQha-_T.cjs.map +1 -0
- package/dist/use-select-counter-D_-Qwz61.js +72 -0
- package/dist/use-select-counter-D_-Qwz61.js.map +1 -0
- package/dist/utils/build-class.util.d.ts +4 -0
- package/dist/utils/build-class.util.d.ts.map +1 -0
- package/dist/utils/get-validation-message.d.ts +22 -0
- package/dist/utils/get-validation-message.d.ts.map +1 -0
- package/dist/utils/path.d.ts +20 -0
- package/dist/utils/path.d.ts.map +1 -0
- package/dist/utils/props.util.d.ts +2 -0
- package/dist/utils/props.util.d.ts.map +1 -0
- package/dist/utils/public.d.ts +2 -0
- package/dist/utils/public.d.ts.map +1 -0
- package/package.json +138 -0
- package/src/components/ClassWrapper.vue +42 -0
- package/src/components/actions/button/Button.story.vue +184 -0
- package/src/components/actions/button/Button.vue +110 -0
- package/src/components/actions/button/button.context.ts +3 -0
- package/src/components/actions/button/button.props.ts +56 -0
- package/src/components/actions/button/button.types.ts +7 -0
- package/src/components/actions/dropdown/Dropdown.story.vue +360 -0
- package/src/components/actions/dropdown/Dropdown.vue +218 -0
- package/src/components/actions/dropdown/dropdown.context.ts +3 -0
- package/src/components/actions/dropdown/dropdown.props.ts +59 -0
- package/src/components/actions/dropdown/dropdown.types.ts +4 -0
- package/src/components/actions/fab/Fab.story.vue +227 -0
- package/src/components/actions/fab/Fab.vue +33 -0
- package/src/components/actions/fab/fab.context.ts +3 -0
- package/src/components/actions/fab/fab.props.ts +11 -0
- package/src/components/actions/fab/fab.types.ts +1 -0
- package/src/components/actions/modal/Modal.story.vue +285 -0
- package/src/components/actions/modal/Modal.vue +106 -0
- package/src/components/actions/modal/modal.context.ts +3 -0
- package/src/components/actions/modal/modal.props.ts +29 -0
- package/src/components/actions/modal/modal.types.ts +1 -0
- package/src/components/actions/public.ts +5 -0
- package/src/components/actions/public.types.ts +15 -0
- package/src/components/actions/swap/Swap.story.vue +302 -0
- package/src/components/actions/swap/Swap.vue +59 -0
- package/src/components/actions/swap/swap.context.ts +3 -0
- package/src/components/actions/swap/swap.props.ts +17 -0
- package/src/components/actions/swap/swap.types.ts +1 -0
- package/src/components/app/PoppyApp.vue +48 -0
- package/src/components/app/public.ts +1 -0
- package/src/components/data/checkbox/Checkbox.story.vue +206 -0
- package/src/components/data/checkbox/Checkbox.vue +139 -0
- package/src/components/data/checkbox/checkbox.context.ts +3 -0
- package/src/components/data/checkbox/checkbox.props.ts +42 -0
- package/src/components/data/checkbox/checkbox.types.ts +5 -0
- package/src/components/data/field-set/FieldSet.story.vue +163 -0
- package/src/components/data/field-set/FieldSet.vue +22 -0
- package/src/components/data/field-set/field-set.props.ts +21 -0
- package/src/components/data/form/Form.story.vue +144 -0
- package/src/components/data/form/Form.vue +235 -0
- package/src/components/data/form/form.context.ts +82 -0
- package/src/components/data/form/form.props.ts +30 -0
- package/src/components/data/form/form.types.ts +25 -0
- package/src/components/data/form-field/FormField.vue +176 -0
- package/src/components/data/form-field/form-field.context.ts +71 -0
- package/src/components/data/form-field/form-field.props.ts +42 -0
- package/src/components/data/form-field/form-field.types.ts +1 -0
- package/src/components/data/input/Input.story.vue +276 -0
- package/src/components/data/input/Input.vue +233 -0
- package/src/components/data/input/input.context.ts +3 -0
- package/src/components/data/input/input.props.ts +87 -0
- package/src/components/data/input/input.types.ts +10 -0
- package/src/components/data/public.ts +12 -0
- package/src/components/data/public.types.ts +30 -0
- package/src/components/data/radio/Radio.story.vue +228 -0
- package/src/components/data/radio/Radio.vue +152 -0
- package/src/components/data/radio/radio.context.ts +3 -0
- package/src/components/data/radio/radio.props.ts +53 -0
- package/src/components/data/radio/radio.types.ts +5 -0
- package/src/components/data/radio-group/RadioGroup.story.vue +155 -0
- package/src/components/data/radio-group/RadioGroup.vue +65 -0
- package/src/components/data/radio-group/radio-group.context.ts +14 -0
- package/src/components/data/radio-group/radio-group.props.ts +12 -0
- package/src/components/data/rating/Rating.story.vue +150 -0
- package/src/components/data/rating/Rating.vue +190 -0
- package/src/components/data/rating/rating.context.ts +3 -0
- package/src/components/data/rating/rating.props.ts +43 -0
- package/src/components/data/rating/rating.types.ts +8 -0
- package/src/components/data/select/Select.story.vue +317 -0
- package/src/components/data/select/Select.vue +747 -0
- package/src/components/data/select/select.context.ts +3 -0
- package/src/components/data/select/select.props.ts +110 -0
- package/src/components/data/select/select.types.ts +24 -0
- package/src/components/data/slider/Slider.story.vue +276 -0
- package/src/components/data/slider/Slider.vue +802 -0
- package/src/components/data/slider/slider.context.ts +3 -0
- package/src/components/data/slider/slider.props.ts +69 -0
- package/src/components/data/slider/slider.types.ts +11 -0
- package/src/components/data/textarea/Textarea.story.vue +222 -0
- package/src/components/data/textarea/Textarea.vue +168 -0
- package/src/components/data/textarea/textarea.context.ts +3 -0
- package/src/components/data/textarea/textarea.props.ts +71 -0
- package/src/components/data/textarea/textarea.types.ts +7 -0
- package/src/components/data/toggle/Toggle.story.vue +195 -0
- package/src/components/data/toggle/Toggle.vue +136 -0
- package/src/components/data/toggle/toggle.context.ts +3 -0
- package/src/components/data/toggle/toggle.props.ts +40 -0
- package/src/components/data/toggle/toggle.types.ts +5 -0
- package/src/components/display/accordion/Accordion.story.vue +482 -0
- package/src/components/display/accordion/Accordion.vue +112 -0
- package/src/components/display/accordion/AccordionItem.vue +111 -0
- package/src/components/display/accordion/accordion-item.context.ts +3 -0
- package/src/components/display/accordion/accordion-item.props.ts +20 -0
- package/src/components/display/accordion/accordion-item.types.ts +1 -0
- package/src/components/display/accordion/accordion.context.ts +10 -0
- package/src/components/display/accordion/accordion.props.ts +16 -0
- package/src/components/display/avatar/Avatar.story.vue +341 -0
- package/src/components/display/avatar/Avatar.vue +57 -0
- package/src/components/display/avatar/avatar.context.ts +3 -0
- package/src/components/display/avatar/avatar.props.ts +44 -0
- package/src/components/display/avatar/avatar.types.ts +5 -0
- package/src/components/display/badge/Badge.story.vue +156 -0
- package/src/components/display/badge/Badge.vue +51 -0
- package/src/components/display/badge/badge.context.ts +3 -0
- package/src/components/display/badge/badge.props.ts +22 -0
- package/src/components/display/badge/badge.types.ts +5 -0
- package/src/components/display/card/Card.story.vue +312 -0
- package/src/components/display/card/Card.vue +40 -0
- package/src/components/display/card/CardActions.vue +30 -0
- package/src/components/display/card/CardBody.vue +5 -0
- package/src/components/display/card/CardTitle.vue +5 -0
- package/src/components/display/card/card-actions.context.ts +3 -0
- package/src/components/display/card/card-actions.props.ts +15 -0
- package/src/components/display/card/card-actions.types.ts +1 -0
- package/src/components/display/card/card.context.ts +3 -0
- package/src/components/display/card/card.props.ts +29 -0
- package/src/components/display/card/card.types.ts +4 -0
- package/src/components/display/carousel/Carousel.story.vue +216 -0
- package/src/components/display/carousel/Carousel.vue +156 -0
- package/src/components/display/carousel/carousel.context.ts +3 -0
- package/src/components/display/carousel/carousel.props.ts +51 -0
- package/src/components/display/carousel/carousel.types.ts +2 -0
- package/src/components/display/chat/Chat.story.vue +251 -0
- package/src/components/display/chat/Chat.vue +56 -0
- package/src/components/display/chat/chat.context.ts +3 -0
- package/src/components/display/chat/chat.props.ts +19 -0
- package/src/components/display/chat/chat.types.ts +2 -0
- package/src/components/display/countdown/Countdown.story.vue +285 -0
- package/src/components/display/countdown/Countdown.vue +114 -0
- package/src/components/display/countdown/countdown.context.ts +3 -0
- package/src/components/display/countdown/countdown.props.ts +26 -0
- package/src/components/display/countdown/countdown.types.ts +24 -0
- package/src/components/display/diff/Diff.story.vue +118 -0
- package/src/components/display/diff/Diff.vue +13 -0
- package/src/components/display/hover-3d/Hover3d.story.vue +154 -0
- package/src/components/display/hover-3d/Hover3d.vue +37 -0
- package/src/components/display/hover-3d/hover-3d.props.ts +9 -0
- package/src/components/display/hover-gallery/HoverGallery.story.vue +121 -0
- package/src/components/display/hover-gallery/HoverGallery.vue +5 -0
- package/src/components/display/kbd/Kbd.story.vue +214 -0
- package/src/components/display/kbd/Kbd.vue +32 -0
- package/src/components/display/kbd/kbd.context.ts +3 -0
- package/src/components/display/kbd/kbd.props.ts +12 -0
- package/src/components/display/kbd/kbd.types.ts +3 -0
- package/src/components/display/list/List.story.vue +381 -0
- package/src/components/display/list/List.vue +14 -0
- package/src/components/display/list/ListItem.vue +53 -0
- package/src/components/display/list/list-item.props.ts +19 -0
- package/src/components/display/list/list.props.ts +7 -0
- package/src/components/display/public.ts +20 -0
- package/src/components/display/public.types.ts +40 -0
- package/src/components/display/stat/Stat.story.vue +181 -0
- package/src/components/display/stat/Stat.vue +43 -0
- package/src/components/display/stat/Stats.vue +29 -0
- package/src/components/display/stat/stat.context.ts +3 -0
- package/src/components/display/stat/stat.props.ts +50 -0
- package/src/components/display/stat/stat.types.ts +1 -0
- package/src/components/display/stat/stats.context.ts +3 -0
- package/src/components/display/stat/stats.props.ts +11 -0
- package/src/components/display/stat/stats.types.ts +1 -0
- package/src/components/display/status/Status.story.vue +195 -0
- package/src/components/display/status/Status.vue +70 -0
- package/src/components/display/status/status.context.ts +3 -0
- package/src/components/display/status/status.props.ts +30 -0
- package/src/components/display/status/status.types.ts +5 -0
- package/src/components/feedback/alert/Alert.story.vue +243 -0
- package/src/components/feedback/alert/Alert.vue +46 -0
- package/src/components/feedback/alert/alert.context.ts +3 -0
- package/src/components/feedback/alert/alert.props.ts +29 -0
- package/src/components/feedback/alert/alert.types.ts +3 -0
- package/src/components/feedback/loading/Loading.story.vue +156 -0
- package/src/components/feedback/loading/Loading.vue +55 -0
- package/src/components/feedback/loading/loading.context.ts +3 -0
- package/src/components/feedback/loading/loading.props.ts +25 -0
- package/src/components/feedback/loading/loading.types.ts +5 -0
- package/src/components/feedback/progress/Progress.story.vue +96 -0
- package/src/components/feedback/progress/Progress.vue +36 -0
- package/src/components/feedback/progress/progress.context.ts +3 -0
- package/src/components/feedback/progress/progress.props.ts +27 -0
- package/src/components/feedback/progress/progress.types.ts +1 -0
- package/src/components/feedback/public.ts +5 -0
- package/src/components/feedback/public.types.ts +18 -0
- package/src/components/feedback/radial-progress/RadialProgress.story.vue +118 -0
- package/src/components/feedback/radial-progress/RadialProgress.vue +46 -0
- package/src/components/feedback/radial-progress/radial-progress.context.ts +3 -0
- package/src/components/feedback/radial-progress/radial-progress.props.ts +35 -0
- package/src/components/feedback/radial-progress/radial-progress.types.ts +9 -0
- package/src/components/feedback/toast/Toast.story.vue +356 -0
- package/src/components/feedback/toast/Toast.vue +40 -0
- package/src/components/feedback/toast/toast.context.ts +12 -0
- package/src/components/feedback/toast/toast.props.ts +33 -0
- package/src/components/feedback/toast/toast.types.ts +5 -0
- package/src/components/feedback/tooltip/Tooltip.story.vue +256 -0
- package/src/components/feedback/tooltip/Tooltip.vue +123 -0
- package/src/components/feedback/tooltip/tooltip.context.ts +3 -0
- package/src/components/feedback/tooltip/tooltip.props.ts +44 -0
- package/src/components/feedback/tooltip/tooltip.types.ts +2 -0
- package/src/components/layout/divider/Divider.story.vue +217 -0
- package/src/components/layout/divider/Divider.vue +48 -0
- package/src/components/layout/divider/divider.context.ts +3 -0
- package/src/components/layout/divider/divider.props.ts +28 -0
- package/src/components/layout/divider/divider.types.ts +3 -0
- package/src/components/layout/drawer/Drawer.story.vue +301 -0
- package/src/components/layout/drawer/Drawer.vue +88 -0
- package/src/components/layout/drawer/drawer.context.ts +3 -0
- package/src/components/layout/drawer/drawer.props.ts +25 -0
- package/src/components/layout/drawer/drawer.types.ts +6 -0
- package/src/components/layout/indicator/Indicator.story.vue +264 -0
- package/src/components/layout/indicator/Indicator.vue +43 -0
- package/src/components/layout/indicator/indicator.context.ts +3 -0
- package/src/components/layout/indicator/indicator.props.ts +27 -0
- package/src/components/layout/indicator/indicator.types.ts +2 -0
- package/src/components/layout/join/Join.story.vue +147 -0
- package/src/components/layout/join/Join.vue +32 -0
- package/src/components/layout/join/join.context.ts +3 -0
- package/src/components/layout/join/join.props.ts +14 -0
- package/src/components/layout/join/join.types.ts +1 -0
- package/src/components/layout/mask/Mask.story.vue +181 -0
- package/src/components/layout/mask/Mask.vue +49 -0
- package/src/components/layout/mask/mask.context.ts +3 -0
- package/src/components/layout/mask/mask.props.ts +36 -0
- package/src/components/layout/mask/mask.types.ts +18 -0
- package/src/components/layout/public.ts +6 -0
- package/src/components/layout/public.types.ts +18 -0
- package/src/components/layout/stack/Stack.story.vue +170 -0
- package/src/components/layout/stack/Stack.vue +29 -0
- package/src/components/layout/stack/stack.context.ts +3 -0
- package/src/components/layout/stack/stack.props.ts +12 -0
- package/src/components/layout/stack/stack.types.ts +1 -0
- package/src/components/media/img/Img.story.vue +214 -0
- package/src/components/media/img/Img.vue +189 -0
- package/src/components/media/img/img.context.ts +3 -0
- package/src/components/media/img/img.props.ts +88 -0
- package/src/components/media/img/img.types.ts +35 -0
- package/src/components/media/public.ts +1 -0
- package/src/components/media/public.types.ts +3 -0
- package/src/components/navigation/breadcrumbs/Breadcrumbs.story.vue +94 -0
- package/src/components/navigation/breadcrumbs/Breadcrumbs.vue +53 -0
- package/src/components/navigation/breadcrumbs/breadcrumbs.context.ts +3 -0
- package/src/components/navigation/breadcrumbs/breadcrumbs.props.ts +18 -0
- package/src/components/navigation/breadcrumbs/breadcrumbs.types.ts +13 -0
- package/src/components/navigation/dock/Dock.story.vue +109 -0
- package/src/components/navigation/dock/Dock.vue +32 -0
- package/src/components/navigation/dock/DockItem.vue +50 -0
- package/src/components/navigation/dock/dock.context.ts +4 -0
- package/src/components/navigation/dock/dock.props.ts +34 -0
- package/src/components/navigation/dock/dock.types.ts +3 -0
- package/src/components/navigation/link/Link.story.vue +129 -0
- package/src/components/navigation/link/Link.vue +57 -0
- package/src/components/navigation/link/link.context.ts +3 -0
- package/src/components/navigation/link/link.props.ts +20 -0
- package/src/components/navigation/link/link.types.ts +1 -0
- package/src/components/navigation/menu/Menu.story.vue +284 -0
- package/src/components/navigation/menu/Menu.vue +41 -0
- package/src/components/navigation/menu/MenuItem.vue +106 -0
- package/src/components/navigation/menu/menu.context.ts +4 -0
- package/src/components/navigation/menu/menu.props.ts +59 -0
- package/src/components/navigation/menu/menu.types.ts +4 -0
- package/src/components/navigation/navbar/Navbar.story.vue +154 -0
- package/src/components/navigation/navbar/Navbar.vue +8 -0
- package/src/components/navigation/public.ts +9 -0
- package/src/components/navigation/public.types.ts +15 -0
- package/src/components/navigation/tab/Tab.story.vue +186 -0
- package/src/components/navigation/tab/Tab.vue +106 -0
- package/src/components/navigation/tab/Tabs.vue +76 -0
- package/src/components/navigation/tab/tab.context.ts +13 -0
- package/src/components/navigation/tab/tab.props.ts +57 -0
- package/src/components/navigation/tab/tab.types.ts +5 -0
- package/src/composables/public.ts +5 -0
- package/src/composables/use-component-config.ts +44 -0
- package/src/composables/use-config.ts +6 -0
- package/src/composables/use-form-field.ts +99 -0
- package/src/composables/use-select-counter.ts +58 -0
- package/src/composables/use-toast.ts +47 -0
- package/src/config/config.type.ts +109 -0
- package/src/config/public.ts +2 -0
- package/src/config/public.types.ts +1 -0
- package/src/config/size.context.ts +4 -0
- package/src/config/symbol.ts +15 -0
- package/src/histoire.css +8 -0
- package/src/plugin-vue.ts +54 -0
- package/src/public.ts +12 -0
- package/src/stories/Configuration.story.md +55 -0
- package/src/types/public.ts +2 -0
- package/src/types/size.type.ts +1 -0
- package/src/types/utils.type.ts +5 -0
- package/src/utils/build-class.util.ts +38 -0
- package/src/utils/get-validation-message.ts +61 -0
- package/src/utils/path.ts +102 -0
- package/src/utils/props.util.ts +11 -0
- package/src/utils/public.ts +1 -0
- package/src/vite-env.d.ts +11 -0
- package/src/vue.d.ts +15 -0
|
@@ -0,0 +1,615 @@
|
|
|
1
|
+
import { t as e } from "./symbol-CziS7Pho.js";
|
|
2
|
+
import { n as t } from "./use-component-config-CaJQbJOW.js";
|
|
3
|
+
import { n } from "./build-class.util-Cp-ZBFgO.js";
|
|
4
|
+
import { t as r } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
5
|
+
import { t as i } from "./ClassWrapper-DdnnHfAj.js";
|
|
6
|
+
import { Fragment as a, Transition as o, computed as s, createBlock as c, createCommentVNode as l, createElementBlock as u, createElementVNode as d, createTextVNode as f, createVNode as p, defineComponent as m, inject as h, mergeModels as g, mergeProps as _, normalizeClass as v, normalizeStyle as y, onMounted as b, onUnmounted as x, openBlock as S, provide as C, ref as w, renderList as T, renderSlot as E, resolveComponent as D, resolveDynamicComponent as O, shallowRef as k, toDisplayString as A, unref as j, useModel as M, useSlots as N, useTemplateRef as ee, watch as te, withCtx as P } from "vue";
|
|
7
|
+
import { RouterLink as F } from "vue-router";
|
|
8
|
+
import { ChevronDownIcon as ne, PlusIcon as re } from "@lucide/vue";
|
|
9
|
+
//#region src/components/display/accordion/accordion.context.ts
|
|
10
|
+
var I = Symbol("accordion"), ie = { class: "flex flex-col gap-2" }, L = /* @__PURE__ */ m({
|
|
11
|
+
__name: "Accordion",
|
|
12
|
+
props: /*@__PURE__*/ g({
|
|
13
|
+
multiple: { type: Boolean },
|
|
14
|
+
defaultOpen: {},
|
|
15
|
+
modelValue: {}
|
|
16
|
+
}, {
|
|
17
|
+
modelValue: {},
|
|
18
|
+
modelModifiers: {}
|
|
19
|
+
}),
|
|
20
|
+
emits: /*@__PURE__*/ g([
|
|
21
|
+
"change",
|
|
22
|
+
"open",
|
|
23
|
+
"close",
|
|
24
|
+
"toggle"
|
|
25
|
+
], ["update:modelValue"]),
|
|
26
|
+
setup(e, { expose: t, emit: n }) {
|
|
27
|
+
let r = e, i = M(e, "modelValue"), a = n, o = k(r.defaultOpen ?? (r.multiple ? [] : null)), c = s(() => i.value === void 0 ? o.value : i.value);
|
|
28
|
+
function l(e) {
|
|
29
|
+
o.value = e, i.value = e, a("change", e);
|
|
30
|
+
}
|
|
31
|
+
function d(e) {
|
|
32
|
+
if (r.multiple) {
|
|
33
|
+
let t = c.value ?? [], n = !t.includes(e), r = n ? [...t, e] : t.filter((t) => t !== e);
|
|
34
|
+
l(r), a("toggle", r, n), a(n ? "open" : "close", r);
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
let t = c.value !== e;
|
|
38
|
+
l(t ? e : null), a("toggle", t ? e : null, t), a(t ? "open" : "close", e);
|
|
39
|
+
}
|
|
40
|
+
function f(e) {
|
|
41
|
+
return r.multiple ? (c.value ?? []).includes(e) : c.value === e;
|
|
42
|
+
}
|
|
43
|
+
function p(e) {
|
|
44
|
+
f(e) || d(e);
|
|
45
|
+
}
|
|
46
|
+
function m(e) {
|
|
47
|
+
f(e) && d(e);
|
|
48
|
+
}
|
|
49
|
+
function h(e) {
|
|
50
|
+
r.multiple && (l(e), a("open", e));
|
|
51
|
+
}
|
|
52
|
+
function g() {
|
|
53
|
+
let e = r.multiple ? [] : null;
|
|
54
|
+
l(e), a("close", e);
|
|
55
|
+
}
|
|
56
|
+
return C(I, {
|
|
57
|
+
multiple: r.multiple ?? !1,
|
|
58
|
+
modelValue: c,
|
|
59
|
+
toggle: d,
|
|
60
|
+
isOpen: f
|
|
61
|
+
}), t({
|
|
62
|
+
open: p,
|
|
63
|
+
close: m,
|
|
64
|
+
toggle: d,
|
|
65
|
+
isOpen: f,
|
|
66
|
+
openAll: h,
|
|
67
|
+
closeAll: g
|
|
68
|
+
}), (e, t) => (S(), u("div", ie, [E(e.$slots, "default")]));
|
|
69
|
+
}
|
|
70
|
+
}), R = e("accordionItem"), z = { class: "rounded-box border border-base-content/10 overflow-hidden" }, B = { class: "flex-1 min-w-0" }, V = {
|
|
71
|
+
key: 0,
|
|
72
|
+
class: "px-4 py-3 bg-base-100"
|
|
73
|
+
}, H = /*#__PURE__*/ r(/* @__PURE__ */ m({
|
|
74
|
+
__name: "AccordionItem",
|
|
75
|
+
props: {
|
|
76
|
+
name: {},
|
|
77
|
+
icon: {}
|
|
78
|
+
},
|
|
79
|
+
emits: [
|
|
80
|
+
"open",
|
|
81
|
+
"close",
|
|
82
|
+
"toggle"
|
|
83
|
+
],
|
|
84
|
+
setup(e, { expose: n, emit: r }) {
|
|
85
|
+
let i = e, a = t(R, i, { icon: "arrow" }), f = r, m = h(I, null), g = s(() => m?.isOpen(i.name) ?? !1);
|
|
86
|
+
function _() {
|
|
87
|
+
m?.toggle(i.name);
|
|
88
|
+
let e = !g.value;
|
|
89
|
+
f("toggle", e), f(e ? "open" : "close");
|
|
90
|
+
}
|
|
91
|
+
function y() {
|
|
92
|
+
g.value || _();
|
|
93
|
+
}
|
|
94
|
+
function b() {
|
|
95
|
+
g.value && _();
|
|
96
|
+
}
|
|
97
|
+
function x(e) {
|
|
98
|
+
requestAnimationFrame(e);
|
|
99
|
+
}
|
|
100
|
+
return n({
|
|
101
|
+
open: y,
|
|
102
|
+
close: b,
|
|
103
|
+
toggle: _,
|
|
104
|
+
isOpen: g
|
|
105
|
+
}), (e, t) => (S(), u("div", z, [d("div", {
|
|
106
|
+
class: "flex items-center justify-between gap-3 px-4 py-3 cursor-pointer select-none bg-base-200 hover:bg-base-300 transition-colors",
|
|
107
|
+
onClick: _
|
|
108
|
+
}, [d("div", B, [E(e.$slots, "title", { isOpen: g.value }, void 0, !0)]), E(e.$slots, "icon", { isOpen: g.value }, () => [j(a).icon === "plus" ? (S(), c(j(re), {
|
|
109
|
+
key: 0,
|
|
110
|
+
class: v(["size-4 opacity-50 transition-transform shrink-0", g.value && "rotate-45"])
|
|
111
|
+
}, null, 8, ["class"])) : (S(), c(j(ne), {
|
|
112
|
+
key: 1,
|
|
113
|
+
class: v(["size-4 opacity-50 transition-transform shrink-0", g.value && "rotate-180"])
|
|
114
|
+
}, null, 8, ["class"]))], !0)]), p(o, {
|
|
115
|
+
name: "accordion",
|
|
116
|
+
onEnter: t[0] ||= (e) => {
|
|
117
|
+
e.style.maxHeight = e.scrollHeight + "px";
|
|
118
|
+
},
|
|
119
|
+
onAfterEnter: t[1] ||= (e) => {
|
|
120
|
+
e.style.maxHeight = "none";
|
|
121
|
+
},
|
|
122
|
+
onLeave: t[2] ||= (e) => {
|
|
123
|
+
e.style.maxHeight = e.scrollHeight + "px", x(() => e.style.maxHeight = "0");
|
|
124
|
+
}
|
|
125
|
+
}, {
|
|
126
|
+
default: P(() => [g.value ? (S(), u("div", V, [E(e.$slots, "default", { isOpen: g.value }, void 0, !0)])) : l("", !0)]),
|
|
127
|
+
_: 3
|
|
128
|
+
})]));
|
|
129
|
+
}
|
|
130
|
+
}), [["__scopeId", "data-v-b846d115"]]), U = e("avatar"), W = {
|
|
131
|
+
key: 0,
|
|
132
|
+
class: "avatar-group -space-x-6"
|
|
133
|
+
}, G = {
|
|
134
|
+
xs: "w-8",
|
|
135
|
+
sm: "w-16",
|
|
136
|
+
md: "w-20",
|
|
137
|
+
lg: "w-24",
|
|
138
|
+
xl: "w-32"
|
|
139
|
+
}, K = {
|
|
140
|
+
online: "avatar-online",
|
|
141
|
+
offline: "avatar-offline"
|
|
142
|
+
}, q = /* @__PURE__ */ m({
|
|
143
|
+
__name: "Avatar",
|
|
144
|
+
props: {
|
|
145
|
+
group: { type: Boolean },
|
|
146
|
+
placeholder: { type: Boolean },
|
|
147
|
+
size: {},
|
|
148
|
+
shape: {},
|
|
149
|
+
presence: {}
|
|
150
|
+
},
|
|
151
|
+
setup(e) {
|
|
152
|
+
let r = t(U, e, { shape: "rounded-full" });
|
|
153
|
+
return (t, i) => e.group ? (S(), u("div", W, [E(t.$slots, "default")])) : (S(), u("div", {
|
|
154
|
+
key: 1,
|
|
155
|
+
class: v(["avatar", [j(n)(K, j(r).presence), e.placeholder && "avatar-placeholder"]])
|
|
156
|
+
}, [d("div", { class: v([j(n)(G, j(r).size), j(r).shape]) }, [E(t.$slots, "default")], 2)], 2));
|
|
157
|
+
}
|
|
158
|
+
}), J = e("badge"), Y = {
|
|
159
|
+
neutral: "badge-neutral",
|
|
160
|
+
primary: "badge-primary",
|
|
161
|
+
secondary: "badge-secondary",
|
|
162
|
+
accent: "badge-accent",
|
|
163
|
+
info: "badge-info",
|
|
164
|
+
success: "badge-success",
|
|
165
|
+
warning: "badge-warning",
|
|
166
|
+
error: "badge-error"
|
|
167
|
+
}, ae = {
|
|
168
|
+
outline: "badge-outline",
|
|
169
|
+
soft: "badge-soft",
|
|
170
|
+
dash: "badge-dash"
|
|
171
|
+
}, oe = {
|
|
172
|
+
xs: "badge-xs",
|
|
173
|
+
sm: "badge-sm",
|
|
174
|
+
md: "badge-md",
|
|
175
|
+
lg: "badge-lg",
|
|
176
|
+
xl: "badge-xl"
|
|
177
|
+
}, se = /* @__PURE__ */ m({
|
|
178
|
+
__name: "Badge",
|
|
179
|
+
props: {
|
|
180
|
+
color: {},
|
|
181
|
+
variant: {},
|
|
182
|
+
size: {}
|
|
183
|
+
},
|
|
184
|
+
setup(e) {
|
|
185
|
+
let r = t(J, e, {});
|
|
186
|
+
return (e, t) => (S(), u("span", { class: v(["badge", [
|
|
187
|
+
j(n)(Y, j(r).color),
|
|
188
|
+
j(n)(ae, j(r).variant),
|
|
189
|
+
j(n)(oe, j(r).size)
|
|
190
|
+
]]) }, [E(e.$slots, "default")], 2));
|
|
191
|
+
}
|
|
192
|
+
}), ce = e("card"), le = {
|
|
193
|
+
border: "card-border",
|
|
194
|
+
dash: "card-dash"
|
|
195
|
+
}, ue = {
|
|
196
|
+
xs: "card-xs",
|
|
197
|
+
sm: "card-sm",
|
|
198
|
+
md: "card-md",
|
|
199
|
+
lg: "card-lg",
|
|
200
|
+
xl: "card-xl"
|
|
201
|
+
}, de = /* @__PURE__ */ m({
|
|
202
|
+
__name: "Card",
|
|
203
|
+
props: {
|
|
204
|
+
side: { type: Boolean },
|
|
205
|
+
imageFull: { type: Boolean },
|
|
206
|
+
variant: {},
|
|
207
|
+
size: {}
|
|
208
|
+
},
|
|
209
|
+
setup(e) {
|
|
210
|
+
let r = t(ce, e, {});
|
|
211
|
+
return (e, t) => (S(), u("div", { class: v(["card bg-base-100", [
|
|
212
|
+
j(n)(le, j(r).variant),
|
|
213
|
+
j(n)(ue, j(r).size),
|
|
214
|
+
j(r).side && "card-side",
|
|
215
|
+
j(r).imageFull && "image-full"
|
|
216
|
+
]]) }, [E(e.$slots, "default")], 2));
|
|
217
|
+
}
|
|
218
|
+
}), fe = e("cardActions"), pe = {
|
|
219
|
+
start: "justify-start",
|
|
220
|
+
center: "justify-center",
|
|
221
|
+
end: "justify-end"
|
|
222
|
+
}, me = /* @__PURE__ */ m({
|
|
223
|
+
__name: "CardActions",
|
|
224
|
+
props: { align: {} },
|
|
225
|
+
setup(e) {
|
|
226
|
+
let r = t(fe, e, { align: "start" });
|
|
227
|
+
return (e, t) => (S(), u("div", { class: v(["card-actions", j(n)(pe, j(r).align)]) }, [E(e.$slots, "default")], 2));
|
|
228
|
+
}
|
|
229
|
+
}), he = {}, ge = { class: "card-body" };
|
|
230
|
+
function _e(e, t) {
|
|
231
|
+
return S(), u("div", ge, [E(e.$slots, "default")]);
|
|
232
|
+
}
|
|
233
|
+
var ve = /*#__PURE__*/ r(he, [["render", _e]]), ye = {}, be = { class: "card-title" };
|
|
234
|
+
function xe(e, t) {
|
|
235
|
+
return S(), u("h2", be, [E(e.$slots, "default")]);
|
|
236
|
+
}
|
|
237
|
+
var Se = /*#__PURE__*/ r(ye, [["render", xe]]), Ce = e("carousel"), we = {
|
|
238
|
+
key: 0,
|
|
239
|
+
class: "carousel-indicators absolute bottom-4 left-4 flex gap-2"
|
|
240
|
+
}, Te = ["onClick"], Ee = {
|
|
241
|
+
horizontal: "",
|
|
242
|
+
vertical: "carousel-vertical"
|
|
243
|
+
}, De = {
|
|
244
|
+
start: "carousel-start",
|
|
245
|
+
center: "carousel-center",
|
|
246
|
+
end: "carousel-end"
|
|
247
|
+
}, Oe = /* @__PURE__ */ m({
|
|
248
|
+
__name: "Carousel",
|
|
249
|
+
props: {
|
|
250
|
+
initialIndex: {},
|
|
251
|
+
direction: {},
|
|
252
|
+
snap: {},
|
|
253
|
+
indicators: { type: Boolean },
|
|
254
|
+
controls: { type: Boolean },
|
|
255
|
+
autoplay: { type: Boolean },
|
|
256
|
+
interval: {}
|
|
257
|
+
},
|
|
258
|
+
setup(e) {
|
|
259
|
+
let r = e, o = t(Ce, r, {
|
|
260
|
+
direction: "horizontal",
|
|
261
|
+
snap: "start",
|
|
262
|
+
indicators: !1,
|
|
263
|
+
controls: !1,
|
|
264
|
+
autoplay: !1,
|
|
265
|
+
interval: 3e3,
|
|
266
|
+
initialIndex: 0
|
|
267
|
+
}), c = ee("carouselRef"), f = k(r.initialIndex ?? 0), m = null, h = s(() => o.value.direction === "vertical");
|
|
268
|
+
function g() {
|
|
269
|
+
return c.value ? c.value.querySelectorAll(".carousel-item").length : 0;
|
|
270
|
+
}
|
|
271
|
+
function _() {
|
|
272
|
+
return c.value ? Array.from(c.value.querySelectorAll(".carousel-item")) : [];
|
|
273
|
+
}
|
|
274
|
+
function y(e) {
|
|
275
|
+
let t = _();
|
|
276
|
+
!t.length || e < 0 || e >= t.length || (t[e].scrollIntoView({
|
|
277
|
+
behavior: "smooth",
|
|
278
|
+
block: h.value ? "nearest" : void 0,
|
|
279
|
+
inline: h.value ? void 0 : "nearest"
|
|
280
|
+
}), f.value = e);
|
|
281
|
+
}
|
|
282
|
+
function C(e) {
|
|
283
|
+
let t = g();
|
|
284
|
+
if (t === 0) return;
|
|
285
|
+
let n = e % t;
|
|
286
|
+
y(n < 0 ? t + n : n);
|
|
287
|
+
}
|
|
288
|
+
function w() {
|
|
289
|
+
C(f.value + 1);
|
|
290
|
+
}
|
|
291
|
+
function O() {
|
|
292
|
+
C(f.value - 1);
|
|
293
|
+
}
|
|
294
|
+
function A() {
|
|
295
|
+
m && clearInterval(m), o.value.autoplay && g() > 1 && (m = setInterval(w, o.value.interval));
|
|
296
|
+
}
|
|
297
|
+
function M() {
|
|
298
|
+
m &&= (clearInterval(m), null);
|
|
299
|
+
}
|
|
300
|
+
let N = s(() => g());
|
|
301
|
+
return b(() => {
|
|
302
|
+
A();
|
|
303
|
+
}), x(() => {
|
|
304
|
+
M();
|
|
305
|
+
}), (e, t) => {
|
|
306
|
+
let r = D("ChevronLeftIcon"), s = D("ChevronRightIcon");
|
|
307
|
+
return S(), u(a, null, [d("div", {
|
|
308
|
+
ref_key: "carouselRef",
|
|
309
|
+
ref: c,
|
|
310
|
+
class: v(["carousel w-full", [j(n)(Ee, j(o).direction), j(n)(De, j(o).snap)]]),
|
|
311
|
+
onMouseenter: M,
|
|
312
|
+
onMouseleave: A
|
|
313
|
+
}, [p(i, { class: "carousel-item w-full" }, {
|
|
314
|
+
default: P(() => [E(e.$slots, "default")]),
|
|
315
|
+
_: 3
|
|
316
|
+
}), j(o).indicators && N.value > 1 ? (S(), u("div", we, [(S(!0), u(a, null, T(N.value, (e, t) => (S(), u("button", {
|
|
317
|
+
key: t,
|
|
318
|
+
class: v(["carousel-indicator btn btn-xs btn-circle", { "btn-active": f.value === t }]),
|
|
319
|
+
onClick: (e) => C(t)
|
|
320
|
+
}, null, 10, Te))), 128))])) : l("", !0)], 34), j(o).controls && N.value > 1 ? (S(), u(a, { key: 0 }, [d("button", {
|
|
321
|
+
class: "carousel-control carousel-prev absolute left-4 top-1/2 -translate-y-1/2 btn btn-circle",
|
|
322
|
+
onClick: O
|
|
323
|
+
}, [E(e.$slots, "prev-icon", {}, () => [p(r, { class: "size-6" })])]), d("button", {
|
|
324
|
+
class: "carousel-control carousel-next absolute right-4 top-1/2 -translate-y-1/2 btn btn-circle",
|
|
325
|
+
onClick: w
|
|
326
|
+
}, [E(e.$slots, "next-icon", {}, () => [p(s, { class: "size-6" })])])], 64)) : l("", !0)], 64);
|
|
327
|
+
};
|
|
328
|
+
}
|
|
329
|
+
}), ke = e("chat"), Ae = {
|
|
330
|
+
key: 0,
|
|
331
|
+
class: "chat-image"
|
|
332
|
+
}, je = {
|
|
333
|
+
key: 1,
|
|
334
|
+
class: "chat-header"
|
|
335
|
+
}, Me = {
|
|
336
|
+
key: 2,
|
|
337
|
+
class: "chat-footer"
|
|
338
|
+
}, Ne = {
|
|
339
|
+
key: 3,
|
|
340
|
+
class: "chat-meta"
|
|
341
|
+
}, Pe = {
|
|
342
|
+
neutral: "chat-bubble-neutral",
|
|
343
|
+
primary: "chat-bubble-primary",
|
|
344
|
+
secondary: "chat-bubble-secondary",
|
|
345
|
+
accent: "chat-bubble-accent",
|
|
346
|
+
info: "chat-bubble-info",
|
|
347
|
+
success: "chat-bubble-success",
|
|
348
|
+
warning: "chat-bubble-warning",
|
|
349
|
+
error: "chat-bubble-error"
|
|
350
|
+
}, Fe = /* @__PURE__ */ m({
|
|
351
|
+
__name: "Chat",
|
|
352
|
+
props: {
|
|
353
|
+
side: {},
|
|
354
|
+
color: {}
|
|
355
|
+
},
|
|
356
|
+
setup(e) {
|
|
357
|
+
let r = t(ke, e, { side: "start" });
|
|
358
|
+
return (e, t) => (S(), u("div", { class: v(["chat", j(r).side === "end" ? "chat-end" : "chat-start"]) }, [
|
|
359
|
+
e.$slots.image ? (S(), u("div", Ae, [E(e.$slots, "image")])) : l("", !0),
|
|
360
|
+
e.$slots.header ? (S(), u("div", je, [E(e.$slots, "header")])) : l("", !0),
|
|
361
|
+
d("div", { class: v(["chat-bubble", j(n)(Pe, j(r).color)]) }, [E(e.$slots, "default")], 2),
|
|
362
|
+
e.$slots.footer ? (S(), u("div", Me, [E(e.$slots, "footer")])) : l("", !0),
|
|
363
|
+
e.$slots.meta ? (S(), u("div", Ne, [E(e.$slots, "meta")])) : l("", !0)
|
|
364
|
+
], 2));
|
|
365
|
+
}
|
|
366
|
+
}), Ie = e("countdown"), Le = { class: "countdown font-mono text-2xl" }, Re = ["aria-label"], ze = ["aria-label"], Be = ["aria-label"];
|
|
367
|
+
function Ve(e) {
|
|
368
|
+
if (e instanceof Date) return e.getTime();
|
|
369
|
+
if (typeof e == "string" || typeof e == "number") return new Date(e).getTime();
|
|
370
|
+
if (typeof e == "object" && e) {
|
|
371
|
+
if ("epochMilliseconds" in e || "epochMilliseconds" in e && "timeZoneId" in e) return e.epochMilliseconds;
|
|
372
|
+
if ("toZonedDateTime" in e) return e.toZonedDateTime(typeof Temporal < "u" ? Temporal.Now.timeZoneId() : "UTC").epochMilliseconds;
|
|
373
|
+
}
|
|
374
|
+
return NaN;
|
|
375
|
+
}
|
|
376
|
+
function X(e) {
|
|
377
|
+
let t = Math.max(0, e - Date.now());
|
|
378
|
+
return {
|
|
379
|
+
days: Math.floor(t / 1e3 / 60 / 60 / 24),
|
|
380
|
+
hours: Math.floor(t / 1e3 / 60 / 60) % 24,
|
|
381
|
+
minutes: Math.floor(t / 1e3 / 60) % 60,
|
|
382
|
+
seconds: Math.floor(t / 1e3) % 60,
|
|
383
|
+
done: t === 0
|
|
384
|
+
};
|
|
385
|
+
}
|
|
386
|
+
//#endregion
|
|
387
|
+
//#region src/components/display/countdown/Countdown.vue
|
|
388
|
+
var He = /* @__PURE__ */ m({
|
|
389
|
+
__name: "Countdown",
|
|
390
|
+
props: {
|
|
391
|
+
to: {},
|
|
392
|
+
digits: {}
|
|
393
|
+
},
|
|
394
|
+
emits: ["end"],
|
|
395
|
+
setup(e, { expose: n, emit: r }) {
|
|
396
|
+
let i = e, a = t(Ie, i, { digits: 2 }), o = s(() => a.value.digits), c = r, l = s(() => Ve(i.to)), u = w(X(l.value)), p;
|
|
397
|
+
function m() {
|
|
398
|
+
p !== void 0 && (clearInterval(p), p = void 0);
|
|
399
|
+
}
|
|
400
|
+
function h() {
|
|
401
|
+
m(), p = setInterval(() => {
|
|
402
|
+
u.value = X(l.value), u.value.done && (m(), c("end"));
|
|
403
|
+
}, 500);
|
|
404
|
+
}
|
|
405
|
+
return te(l, () => {
|
|
406
|
+
u.value = X(l.value), h();
|
|
407
|
+
}, { immediate: !0 }), x(m), n({ delta: u }), (e, t) => E(e.$slots, "default", {
|
|
408
|
+
days: u.value.days,
|
|
409
|
+
hours: u.value.hours,
|
|
410
|
+
minutes: u.value.minutes,
|
|
411
|
+
seconds: u.value.seconds,
|
|
412
|
+
done: u.value.done,
|
|
413
|
+
digits: o.value
|
|
414
|
+
}, () => [d("span", Le, [
|
|
415
|
+
d("span", {
|
|
416
|
+
style: y({
|
|
417
|
+
"--value": u.value.hours,
|
|
418
|
+
"--digits": o.value
|
|
419
|
+
}),
|
|
420
|
+
"aria-label": String(u.value.hours)
|
|
421
|
+
}, A(u.value.hours), 13, Re),
|
|
422
|
+
t[0] ||= f(" : ", -1),
|
|
423
|
+
d("span", {
|
|
424
|
+
style: y({
|
|
425
|
+
"--value": u.value.minutes,
|
|
426
|
+
"--digits": o.value
|
|
427
|
+
}),
|
|
428
|
+
"aria-label": String(u.value.minutes)
|
|
429
|
+
}, A(u.value.minutes), 13, ze),
|
|
430
|
+
t[1] ||= f(" : ", -1),
|
|
431
|
+
d("span", {
|
|
432
|
+
style: y({
|
|
433
|
+
"--value": u.value.seconds,
|
|
434
|
+
"--digits": o.value
|
|
435
|
+
}),
|
|
436
|
+
"aria-label": String(u.value.seconds)
|
|
437
|
+
}, A(u.value.seconds), 13, Be)
|
|
438
|
+
])]);
|
|
439
|
+
}
|
|
440
|
+
}), Ue = {}, We = {
|
|
441
|
+
class: "diff",
|
|
442
|
+
tabindex: "0"
|
|
443
|
+
}, Ge = {
|
|
444
|
+
class: "diff-item-1",
|
|
445
|
+
role: "img",
|
|
446
|
+
tabindex: "0"
|
|
447
|
+
}, Ke = {
|
|
448
|
+
class: "diff-item-2",
|
|
449
|
+
role: "img"
|
|
450
|
+
};
|
|
451
|
+
function qe(e, t) {
|
|
452
|
+
return S(), u("figure", We, [
|
|
453
|
+
d("div", Ge, [E(e.$slots, "item-1")]),
|
|
454
|
+
d("div", Ke, [E(e.$slots, "item-2")]),
|
|
455
|
+
t[0] ||= d("div", { class: "diff-resizer" }, null, -1)
|
|
456
|
+
]);
|
|
457
|
+
}
|
|
458
|
+
var Je = /*#__PURE__*/ r(Ue, [["render", qe]]), Ye = /* @__PURE__ */ m({
|
|
459
|
+
__name: "Hover3d",
|
|
460
|
+
props: { to: {} },
|
|
461
|
+
setup(e) {
|
|
462
|
+
let t = e, n = s(() => t.to ? t.to === "#" ? "a" : F : "div"), r = s(() => n.value === "a" ? { href: t.to } : n.value === "div" ? {} : { to: t.to });
|
|
463
|
+
return (e, t) => (S(), c(O(n.value), _({ class: "hover-3d" }, r.value), {
|
|
464
|
+
default: P(() => [E(e.$slots, "default"), (S(), u(a, null, T(8, (e) => d("div", { key: e })), 64))]),
|
|
465
|
+
_: 3
|
|
466
|
+
}, 16));
|
|
467
|
+
}
|
|
468
|
+
}), Xe = {}, Ze = { class: "hover-gallery" };
|
|
469
|
+
function Qe(e, t) {
|
|
470
|
+
return S(), u("figure", Ze, [E(e.$slots, "default")]);
|
|
471
|
+
}
|
|
472
|
+
var $e = /*#__PURE__*/ r(Xe, [["render", Qe]]), et = e("kbd"), tt = {
|
|
473
|
+
xs: "kbd-xs",
|
|
474
|
+
sm: "kbd-sm",
|
|
475
|
+
md: "kbd-md",
|
|
476
|
+
lg: "kbd-lg",
|
|
477
|
+
xl: "kbd-xl"
|
|
478
|
+
}, nt = /* @__PURE__ */ m({
|
|
479
|
+
__name: "Kbd",
|
|
480
|
+
props: { size: {} },
|
|
481
|
+
setup(e) {
|
|
482
|
+
let r = t(et, e, { size: "md" });
|
|
483
|
+
return (e, t) => (S(), u("kbd", { class: v(["kbd", j(n)(tt, j(r).size)]) }, [E(e.$slots, "default")], 2));
|
|
484
|
+
}
|
|
485
|
+
}), rt = { class: "list bg-base-100 rounded-box" }, Z = {
|
|
486
|
+
key: 0,
|
|
487
|
+
class: "p-4 pb-2 text-xs opacity-60 tracking-wide"
|
|
488
|
+
}, it = /* @__PURE__ */ m({
|
|
489
|
+
__name: "List",
|
|
490
|
+
props: { title: {} },
|
|
491
|
+
setup(e) {
|
|
492
|
+
return (t, n) => (S(), u("ul", rt, [e.title || t.$slots.title ? (S(), u("li", Z, [E(t.$slots, "title", {}, () => [f(A(e.title), 1)])])) : l("", !0), E(t.$slots, "default")]));
|
|
493
|
+
}
|
|
494
|
+
}), at = {
|
|
495
|
+
key: 0,
|
|
496
|
+
class: "list-col-grow"
|
|
497
|
+
}, ot = { class: "text-xs uppercase font-semibold opacity-60" }, st = {
|
|
498
|
+
key: 2,
|
|
499
|
+
class: "list-col-wrap text-xs opacity-60"
|
|
500
|
+
}, ct = /* @__PURE__ */ m({
|
|
501
|
+
__name: "ListItem",
|
|
502
|
+
props: {
|
|
503
|
+
to: {},
|
|
504
|
+
title: {},
|
|
505
|
+
description: {}
|
|
506
|
+
},
|
|
507
|
+
setup(e) {
|
|
508
|
+
let t = e, n = s(() => t.to ? t.to === "#" ? "a" : F : "li"), r = s(() => n.value === "a" ? { href: t.to } : n.value === "li" ? {} : { to: t.to }), i = N(), a = s(() => !!t.title || !!t.description || !!i.title || !!i.description);
|
|
509
|
+
return (t, i) => (S(), c(O(n.value), _({ class: "list-row" }, r.value), {
|
|
510
|
+
default: P(() => [
|
|
511
|
+
E(t.$slots, "prefix"),
|
|
512
|
+
a.value ? (S(), u("div", at, [E(t.$slots, "title", {}, () => [d("div", null, A(e.title), 1)]), E(t.$slots, "description", {}, () => [d("div", ot, A(e.description), 1)])])) : E(t.$slots, "default", { key: 1 }),
|
|
513
|
+
t.$slots.details ? (S(), u("div", st, [E(t.$slots, "details")])) : l("", !0),
|
|
514
|
+
E(t.$slots, "actions")
|
|
515
|
+
]),
|
|
516
|
+
_: 3
|
|
517
|
+
}, 16));
|
|
518
|
+
}
|
|
519
|
+
}), lt = e("stat"), ut = {
|
|
520
|
+
start: "place-items-start",
|
|
521
|
+
center: "place-items-center",
|
|
522
|
+
end: "place-items-end"
|
|
523
|
+
}, dt = /* @__PURE__ */ m({
|
|
524
|
+
__name: "Stat",
|
|
525
|
+
props: {
|
|
526
|
+
title: {},
|
|
527
|
+
value: {},
|
|
528
|
+
desc: {},
|
|
529
|
+
align: {},
|
|
530
|
+
titleClass: {},
|
|
531
|
+
valueClass: {},
|
|
532
|
+
descClass: {},
|
|
533
|
+
figureClass: {},
|
|
534
|
+
actionsClass: {}
|
|
535
|
+
},
|
|
536
|
+
setup(e) {
|
|
537
|
+
let r = t(lt, e, {});
|
|
538
|
+
return (t, i) => (S(), u("div", { class: v(["stat", j(n)(ut, j(r).align)]) }, [
|
|
539
|
+
t.$slots.figure ? (S(), u("div", {
|
|
540
|
+
key: 0,
|
|
541
|
+
class: v(["stat-figure", e.figureClass])
|
|
542
|
+
}, [E(t.$slots, "figure")], 2)) : l("", !0),
|
|
543
|
+
e.title || t.$slots.title ? (S(), u("div", {
|
|
544
|
+
key: 1,
|
|
545
|
+
class: v(["stat-title", e.titleClass])
|
|
546
|
+
}, [E(t.$slots, "title", {}, () => [f(A(e.title), 1)])], 2)) : l("", !0),
|
|
547
|
+
e.value !== void 0 || t.$slots.value ? (S(), u("div", {
|
|
548
|
+
key: 2,
|
|
549
|
+
class: v(["stat-value", e.valueClass])
|
|
550
|
+
}, [E(t.$slots, "value", {}, () => [f(A(e.value), 1)])], 2)) : l("", !0),
|
|
551
|
+
e.desc || t.$slots.desc ? (S(), u("div", {
|
|
552
|
+
key: 3,
|
|
553
|
+
class: v(["stat-desc", e.descClass])
|
|
554
|
+
}, [E(t.$slots, "desc", {}, () => [f(A(e.desc), 1)])], 2)) : l("", !0),
|
|
555
|
+
t.$slots.actions ? (S(), u("div", {
|
|
556
|
+
key: 4,
|
|
557
|
+
class: v(["stat-actions", e.actionsClass])
|
|
558
|
+
}, [E(t.$slots, "actions")], 2)) : l("", !0),
|
|
559
|
+
E(t.$slots, "default")
|
|
560
|
+
], 2));
|
|
561
|
+
}
|
|
562
|
+
}), ft = e("stats"), pt = {
|
|
563
|
+
horizontal: "stats-horizontal",
|
|
564
|
+
vertical: "stats-vertical"
|
|
565
|
+
}, mt = /* @__PURE__ */ m({
|
|
566
|
+
__name: "Stats",
|
|
567
|
+
props: { direction: {} },
|
|
568
|
+
setup(e) {
|
|
569
|
+
let r = t(ft, e, { direction: "horizontal" });
|
|
570
|
+
return (e, t) => (S(), u("div", { class: v(["stats", j(n)(pt, j(r).direction)]) }, [E(e.$slots, "default")], 2));
|
|
571
|
+
}
|
|
572
|
+
}), ht = e("status"), gt = ["aria-label"], _t = ["aria-label"], Q = {
|
|
573
|
+
neutral: "status-neutral",
|
|
574
|
+
primary: "status-primary",
|
|
575
|
+
secondary: "status-secondary",
|
|
576
|
+
accent: "status-accent",
|
|
577
|
+
info: "status-info",
|
|
578
|
+
success: "status-success",
|
|
579
|
+
warning: "status-warning",
|
|
580
|
+
error: "status-error"
|
|
581
|
+
}, $ = {
|
|
582
|
+
xs: "status-xs",
|
|
583
|
+
sm: "status-sm",
|
|
584
|
+
md: "status-md",
|
|
585
|
+
lg: "status-lg",
|
|
586
|
+
xl: "status-xl"
|
|
587
|
+
}, vt = /* @__PURE__ */ m({
|
|
588
|
+
__name: "Status",
|
|
589
|
+
props: {
|
|
590
|
+
label: {},
|
|
591
|
+
color: {},
|
|
592
|
+
size: {},
|
|
593
|
+
animation: {}
|
|
594
|
+
},
|
|
595
|
+
setup(e) {
|
|
596
|
+
let r = t(ht, e, { size: "md" });
|
|
597
|
+
return (t, i) => j(r).animation === "ping" ? (S(), u("div", {
|
|
598
|
+
key: 0,
|
|
599
|
+
class: "inline-grid *:[grid-area:1/1]",
|
|
600
|
+
"aria-label": e.label
|
|
601
|
+
}, [d("div", { class: v(["status animate-ping", [j(n)(Q, j(r).color), j(n)($, j(r).size)]]) }, null, 2), d("div", { class: v(["status", [j(n)(Q, j(r).color), j(n)($, j(r).size)]]) }, null, 2)], 8, gt)) : (S(), u("div", {
|
|
602
|
+
key: 1,
|
|
603
|
+
class: v(["status", [
|
|
604
|
+
j(n)(Q, j(r).color),
|
|
605
|
+
j(n)($, j(r).size),
|
|
606
|
+
j(r).animation === "bounce" && "animate-bounce"
|
|
607
|
+
]]),
|
|
608
|
+
"aria-label": e.label
|
|
609
|
+
}, null, 10, _t));
|
|
610
|
+
}
|
|
611
|
+
});
|
|
612
|
+
//#endregion
|
|
613
|
+
export { se as _, it as a, L as b, Ye as c, Fe as d, Oe as f, de as g, me as h, ct as i, Je as l, ve as m, mt as n, nt as o, Se as p, dt as r, $e as s, vt as t, He as u, q as v, H as y };
|
|
614
|
+
|
|
615
|
+
//# sourceMappingURL=public-Dqelew6J.js.map
|