@poppy-ui/vue 0.5.6 → 0.5.7-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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-BEnfZApB.cjs +2 -0
- package/dist/Toast-BEnfZApB.cjs.map +1 -0
- package/dist/Toast-BWTVE5_U.js +62 -0
- package/dist/Toast-BWTVE5_U.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 +18 -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 +59 -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 +61 -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 +39 -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 +32 -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 +319 -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 +19 -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 +41 -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 +20 -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 +35 -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/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 +53 -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 +26 -0
- package/dist/components/data/form-field/FormField.d.ts.map +1 -0
- package/dist/components/data/form-field/form-field.context.d.ts +37 -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 +30 -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 +44 -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 +73 -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 +11 -0
- package/dist/components/data/public.d.ts.map +1 -0
- package/dist/components/data/public.es.js +1355 -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 +20 -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 +41 -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/rating/Rating.d.ts +23 -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 +45 -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 +48 -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 +60 -0
- package/dist/components/data/select/select.props.d.ts.map +1 -0
- package/dist/components/data/select/select.types.d.ts +11 -0
- package/dist/components/data/select/select.types.d.ts.map +1 -0
- package/dist/components/data/slider/Slider.d.ts +26 -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 +71 -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 +44 -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 +66 -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 +28 -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 +28 -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 +46 -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 +31 -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 +53 -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.props.d.ts +23 -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 +19 -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 +24 -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/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 +29 -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 +129 -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 +28 -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 +29 -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 +38 -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 +207 -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/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 +22 -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/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 +62 -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/public.d.ts +6 -0
- package/dist/components/navigation/public.d.ts.map +1 -0
- package/dist/components/navigation/public.es.js +128 -0
- package/dist/components/navigation/public.es.js.map +1 -0
- package/dist/components/navigation/public.types.d.ts +9 -0
- package/dist/components/navigation/public.types.d.ts.map +1 -0
- package/dist/components/navigation/public.umd.js +2 -0
- package/dist/components/navigation/public.umd.js.map +1 -0
- package/dist/composables/public.d.ts +4 -0
- package/dist/composables/public.d.ts.map +1 -0
- package/dist/composables/public.es.js +12 -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/favicon.svg +1 -0
- package/dist/icons.svg +24 -0
- package/dist/is-true-B9ixxcRp.js +8 -0
- package/dist/is-true-B9ixxcRp.js.map +1 -0
- package/dist/is-true-D7MXJ1b7.cjs +2 -0
- package/dist/is-true-D7MXJ1b7.cjs.map +1 -0
- package/dist/plugin-vue.d.ts +33 -0
- package/dist/plugin-vue.d.ts.map +1 -0
- package/dist/public-CsUi4LK8.cjs +2 -0
- package/dist/public-CsUi4LK8.cjs.map +1 -0
- package/dist/public-D8Z0iHnm.js +563 -0
- package/dist/public-D8Z0iHnm.js.map +1 -0
- package/dist/public.d.ts +9 -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/symbol-6E8gXxBa.cjs +2 -0
- package/dist/symbol-6E8gXxBa.cjs.map +1 -0
- package/dist/symbol-Dy7mXgB5.js +14 -0
- package/dist/symbol-Dy7mXgB5.js.map +1 -0
- package/dist/symbol.d.ts +6 -0
- package/dist/symbol.d.ts.map +1 -0
- package/dist/types/config.type.d.ts +85 -0
- package/dist/types/config.type.d.ts.map +1 -0
- package/dist/types/public.d.ts +4 -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 +6 -0
- package/dist/types/utils.type.d.ts.map +1 -0
- package/dist/use-component-config-DX0jSicI.cjs +2 -0
- package/dist/use-component-config-DX0jSicI.cjs.map +1 -0
- package/dist/use-component-config-DfXvZ0-o.js +20 -0
- package/dist/use-component-config-DfXvZ0-o.js.map +1 -0
- package/dist/use-form-field-CHsU-LtQ.js +57 -0
- package/dist/use-form-field-CHsU-LtQ.js.map +1 -0
- package/dist/use-form-field-Zw9_0CVq.cjs +2 -0
- package/dist/use-form-field-Zw9_0CVq.cjs.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/is-true.d.ts +3 -0
- package/dist/utils/is-true.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/dist/vue.css +2 -0
- package/package.json +106 -56
- package/src/assets/hero.png +0 -0
- package/src/assets/vite.svg +1 -0
- package/src/assets/vue.svg +1 -0
- package/src/components/ClassWrapper.vue +42 -0
- package/src/components/actions/button/Button.story.vue +187 -0
- package/src/components/actions/button/Button.vue +103 -0
- package/src/components/actions/button/button.context.ts +3 -0
- package/src/components/actions/button/button.props.ts +67 -0
- package/src/components/actions/button/button.types.ts +7 -0
- package/src/components/actions/dropdown/Dropdown.story.vue +349 -0
- package/src/components/actions/dropdown/Dropdown.vue +219 -0
- package/src/components/actions/dropdown/dropdown.context.ts +3 -0
- package/src/components/actions/dropdown/dropdown.props.ts +67 -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 +284 -0
- package/src/components/actions/modal/Modal.vue +104 -0
- package/src/components/actions/modal/modal.context.ts +3 -0
- package/src/components/actions/modal/modal.props.ts +34 -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 +60 -0
- package/src/components/actions/swap/swap.context.ts +3 -0
- package/src/components/actions/swap/swap.props.ts +20 -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 +156 -0
- package/src/components/data/checkbox/Checkbox.vue +119 -0
- package/src/components/data/checkbox/checkbox.context.ts +3 -0
- package/src/components/data/checkbox/checkbox.props.ts +38 -0
- package/src/components/data/checkbox/checkbox.types.ts +5 -0
- package/src/components/data/form/Form.story.vue +144 -0
- package/src/components/data/form/Form.vue +222 -0
- package/src/components/data/form/form.context.ts +76 -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 +133 -0
- package/src/components/data/form-field/form-field.context.ts +51 -0
- package/src/components/data/form-field/form-field.props.ts +34 -0
- package/src/components/data/form-field/form-field.types.ts +1 -0
- package/src/components/data/input/Input.story.vue +219 -0
- package/src/components/data/input/Input.vue +196 -0
- package/src/components/data/input/input.context.ts +3 -0
- package/src/components/data/input/input.props.ts +83 -0
- package/src/components/data/input/input.types.ts +10 -0
- package/src/components/data/public.ts +10 -0
- package/src/components/data/public.types.ts +30 -0
- package/src/components/data/radio/Radio.story.vue +158 -0
- package/src/components/data/radio/Radio.vue +105 -0
- package/src/components/data/radio/radio.context.ts +3 -0
- package/src/components/data/radio/radio.props.ts +46 -0
- package/src/components/data/radio/radio.types.ts +5 -0
- package/src/components/data/rating/Rating.story.vue +150 -0
- package/src/components/data/rating/Rating.vue +178 -0
- package/src/components/data/rating/rating.context.ts +3 -0
- package/src/components/data/rating/rating.props.ts +51 -0
- package/src/components/data/rating/rating.types.ts +8 -0
- package/src/components/data/select/Select.story.vue +221 -0
- package/src/components/data/select/Select.vue +329 -0
- package/src/components/data/select/select.context.ts +3 -0
- package/src/components/data/select/select.props.ts +65 -0
- package/src/components/data/select/select.types.ts +13 -0
- package/src/components/data/slider/Slider.story.vue +276 -0
- package/src/components/data/slider/Slider.vue +772 -0
- package/src/components/data/slider/slider.context.ts +3 -0
- package/src/components/data/slider/slider.props.ts +84 -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 +179 -0
- package/src/components/data/textarea/textarea.context.ts +3 -0
- package/src/components/data/textarea/textarea.props.ts +75 -0
- package/src/components/data/textarea/textarea.types.ts +7 -0
- package/src/components/data/toggle/Toggle.story.vue +146 -0
- package/src/components/data/toggle/Toggle.vue +115 -0
- package/src/components/data/toggle/toggle.context.ts +3 -0
- package/src/components/data/toggle/toggle.props.ts +30 -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 +58 -0
- package/src/components/display/avatar/avatar.context.ts +3 -0
- package/src/components/display/avatar/avatar.props.ts +50 -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 +308 -0
- package/src/components/display/card/Card.vue +41 -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 +34 -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 +157 -0
- package/src/components/display/carousel/carousel.context.ts +3 -0
- package/src/components/display/carousel/carousel.props.ts +59 -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 +284 -0
- package/src/components/display/countdown/Countdown.vue +111 -0
- package/src/components/display/countdown/countdown.props.ts +24 -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 +18 -0
- package/src/components/display/public.types.ts +34 -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 +37 -0
- package/src/components/feedback/progress/progress.context.ts +3 -0
- package/src/components/feedback/progress/progress.props.ts +32 -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 +91 -0
- package/src/components/layout/drawer/drawer.context.ts +3 -0
- package/src/components/layout/drawer/drawer.props.ts +31 -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 +44 -0
- package/src/components/layout/indicator/indicator.context.ts +3 -0
- package/src/components/layout/indicator/indicator.props.ts +31 -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 +50 -0
- package/src/components/layout/mask/mask.context.ts +3 -0
- package/src/components/layout/mask/mask.props.ts +40 -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/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 +58 -0
- package/src/components/navigation/link/link.context.ts +3 -0
- package/src/components/navigation/link/link.props.ts +24 -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 +104 -0
- package/src/components/navigation/menu/menu.context.ts +4 -0
- package/src/components/navigation/menu/menu.props.ts +70 -0
- package/src/components/navigation/menu/menu.types.ts +4 -0
- package/src/components/navigation/public.ts +5 -0
- package/src/components/navigation/public.types.ts +12 -0
- package/src/composables/public.ts +3 -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 +84 -0
- package/src/composables/use-select-counter.ts +59 -0
- package/src/composables/use-toast.ts +47 -0
- package/src/histoire.css +8 -0
- package/src/plugin-vue.ts +53 -0
- package/src/public.ts +9 -0
- package/src/stories/Configuration.story.md +55 -0
- package/src/style.css +6 -0
- package/src/symbol.ts +18 -0
- package/src/types/config.type.ts +96 -0
- package/src/types/public.ts +3 -0
- package/src/types/size.type.ts +1 -0
- package/src/types/utils.type.ts +7 -0
- package/src/utils/build-class.util.ts +38 -0
- package/src/utils/get-validation-message.ts +61 -0
- package/src/utils/is-true.ts +12 -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
- package/css/core.css +0 -1
- package/css/core.css.map +0 -1
- package/css/global.bundle.css +0 -1
- package/css/global.bundle.css.map +0 -1
- package/css/normalize.css +0 -1
- package/css/normalize.css.map +0 -1
- package/css/poppy.bundle.css +0 -1
- package/css/poppy.bundle.css.map +0 -1
- package/css/structure.css +0 -1
- package/css/structure.css.map +0 -1
- package/css/themes/dark.always.css +0 -1
- package/css/themes/dark.always.css.map +0 -1
- package/css/themes/dark.class.css +0 -1
- package/css/themes/dark.class.css.map +0 -1
- package/css/themes/dark.system.css +0 -1
- package/css/themes/dark.system.css.map +0 -1
- package/css/themes/dark.theme.css +0 -1
- package/css/themes/dark.theme.css.map +0 -1
- package/css/themes/light.always.css +0 -1
- package/css/themes/light.always.css.map +0 -1
- package/css/themes/light.class.css +0 -1
- package/css/themes/light.class.css.map +0 -1
- package/css/themes/light.system.css +0 -1
- package/css/themes/light.system.css.map +0 -1
- package/css/themes/light.theme.css +0 -1
- package/css/themes/light.theme.css.map +0 -1
- package/dist/index.js +0 -448
- package/dist/index.js.map +0 -1
- package/dist/types/generated/components.d.ts +0 -38
- package/dist/types/generated/vue-component-lib/utils.d.ts +0 -16
- package/dist/types/index.d.ts +0 -6
- package/dist/types/plugin.d.ts +0 -3
- package/dist/vetur/attributes.json +0 -1392
- package/dist/vetur/tags.json +0 -376
- package/dist/web-types.json +0 -2940
- package/readme.md +0 -39
package/dist/web-types.json
DELETED
|
@@ -1,2940 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json.schemastore.org/web-types",
|
|
3
|
-
"framework": "vue",
|
|
4
|
-
"name": "@poppy-ui/vue",
|
|
5
|
-
"version": "0.5.6",
|
|
6
|
-
"contributions": {
|
|
7
|
-
"html": {
|
|
8
|
-
"types-syntax": "typescript",
|
|
9
|
-
"description-markup": "markdown",
|
|
10
|
-
"tags": [
|
|
11
|
-
{
|
|
12
|
-
"name": "PopAccordion",
|
|
13
|
-
"doc-url": "https://poppy-ui.com/docs/api/accordion",
|
|
14
|
-
"description": "Accordion is used for showing and hiding content.",
|
|
15
|
-
"source": {
|
|
16
|
-
"module": "@poppy-ui/core/src/components/accordion/accordion.d.ts",
|
|
17
|
-
"symbol": "Accordion"
|
|
18
|
-
},
|
|
19
|
-
"attributes": [
|
|
20
|
-
{
|
|
21
|
-
"name": "disabled",
|
|
22
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
23
|
-
"required": false,
|
|
24
|
-
"default": "false",
|
|
25
|
-
"value": {
|
|
26
|
-
"kind": "expression",
|
|
27
|
-
"type": "boolean"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "name",
|
|
32
|
-
"description": "name of the accordion",
|
|
33
|
-
"required": true,
|
|
34
|
-
"value": {
|
|
35
|
-
"kind": "expression",
|
|
36
|
-
"type": "string"
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"name": "open",
|
|
41
|
-
"description": "If `true`, the accordion is open.\n\nThe developer must not set this value to `true` if the accordion is used in `<accordion-group>` element and set the active property to the name of the accordion.",
|
|
42
|
-
"required": false,
|
|
43
|
-
"default": "false",
|
|
44
|
-
"value": {
|
|
45
|
-
"kind": "expression",
|
|
46
|
-
"type": "boolean"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"name": "readonly",
|
|
51
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
52
|
-
"required": false,
|
|
53
|
-
"default": "false",
|
|
54
|
-
"value": {
|
|
55
|
-
"kind": "expression",
|
|
56
|
-
"type": "boolean"
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
],
|
|
60
|
-
"slots": [
|
|
61
|
-
{
|
|
62
|
-
"name": "default",
|
|
63
|
-
"description": "Content that will be hiding or shown"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"name": "header",
|
|
67
|
-
"description": "Content of the accordion header"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
|
-
"events": []
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"name": "PopAccordionGroup",
|
|
74
|
-
"doc-url": "https://poppy-ui.com/docs/api/accordion-group",
|
|
75
|
-
"description": "",
|
|
76
|
-
"source": {
|
|
77
|
-
"module": "@poppy-ui/core/src/components/accordion-group/accordion-group.d.ts",
|
|
78
|
-
"symbol": "AccordionGroup"
|
|
79
|
-
},
|
|
80
|
-
"attributes": [
|
|
81
|
-
{
|
|
82
|
-
"name": "active",
|
|
83
|
-
"description": "name of the active the accordion.",
|
|
84
|
-
"required": false,
|
|
85
|
-
"value": {
|
|
86
|
-
"kind": "expression",
|
|
87
|
-
"type": "string | string[]"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"name": "disabled",
|
|
92
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
93
|
-
"required": false,
|
|
94
|
-
"value": {
|
|
95
|
-
"kind": "expression",
|
|
96
|
-
"type": "boolean"
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"name": "multiple",
|
|
101
|
-
"description": "If `true`, the user can open multiple accordion.",
|
|
102
|
-
"required": false,
|
|
103
|
-
"value": {
|
|
104
|
-
"kind": "expression",
|
|
105
|
-
"type": "boolean"
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "readonly",
|
|
110
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
111
|
-
"required": false,
|
|
112
|
-
"value": {
|
|
113
|
-
"kind": "expression",
|
|
114
|
-
"type": "boolean"
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
],
|
|
118
|
-
"slots": [],
|
|
119
|
-
"events": [
|
|
120
|
-
{
|
|
121
|
-
"name": "popChange",
|
|
122
|
-
"description": "The `popChange` event is fired when the user select an open of close an accordion.",
|
|
123
|
-
"arguments": [
|
|
124
|
-
{
|
|
125
|
-
"name": "detail",
|
|
126
|
-
"type": "AccordionGroupChangeEventDetail"
|
|
127
|
-
}
|
|
128
|
-
]
|
|
129
|
-
}
|
|
130
|
-
]
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "PopAvatar",
|
|
134
|
-
"doc-url": "https://poppy-ui.com/docs/api/avatar",
|
|
135
|
-
"description": "Avatars are used to show a thumbnail representation of an individual or business in the interface.",
|
|
136
|
-
"source": {
|
|
137
|
-
"module": "@poppy-ui/core/src/components/avatar/avatar.d.ts",
|
|
138
|
-
"symbol": "Avatar"
|
|
139
|
-
},
|
|
140
|
-
"attributes": [
|
|
141
|
-
{
|
|
142
|
-
"name": "placeholder",
|
|
143
|
-
"description": "To show some letters as avatar placeholder",
|
|
144
|
-
"required": false,
|
|
145
|
-
"value": {
|
|
146
|
-
"kind": "expression",
|
|
147
|
-
"type": "boolean"
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
"slots": [
|
|
152
|
-
{
|
|
153
|
-
"name": "default",
|
|
154
|
-
"description": "Avatar content"
|
|
155
|
-
}
|
|
156
|
-
],
|
|
157
|
-
"events": []
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"name": "PopBadge",
|
|
161
|
-
"doc-url": "https://poppy-ui.com/docs/api/badge",
|
|
162
|
-
"description": "Badges are used to inform the user of the status of specific data.",
|
|
163
|
-
"source": {
|
|
164
|
-
"module": "@poppy-ui/core/src/components/badge/badge.d.ts",
|
|
165
|
-
"symbol": "Badge"
|
|
166
|
-
},
|
|
167
|
-
"attributes": [
|
|
168
|
-
{
|
|
169
|
-
"name": "as",
|
|
170
|
-
"description": "Used HTML element for",
|
|
171
|
-
"required": false,
|
|
172
|
-
"value": {
|
|
173
|
-
"kind": "expression",
|
|
174
|
-
"type": "\"div\" | \"span\""
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "color",
|
|
179
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"neutral\"`, `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
180
|
-
"required": false,
|
|
181
|
-
"value": {
|
|
182
|
-
"kind": "expression",
|
|
183
|
-
"type": "\"accent\" | \"error\" | \"info\" | \"neutral\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "outlined",
|
|
188
|
-
"description": "Transparent Badge with colored border",
|
|
189
|
-
"required": false,
|
|
190
|
-
"value": {
|
|
191
|
-
"kind": "expression",
|
|
192
|
-
"type": "boolean"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"name": "size",
|
|
197
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
198
|
-
"required": false,
|
|
199
|
-
"value": {
|
|
200
|
-
"kind": "expression",
|
|
201
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
],
|
|
205
|
-
"slots": [
|
|
206
|
-
{
|
|
207
|
-
"name": "default",
|
|
208
|
-
"description": "Slot for the content of the badge"
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
"events": []
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"name": "PopButton",
|
|
215
|
-
"doc-url": "https://poppy-ui.com/docs/api/button",
|
|
216
|
-
"description": "Buttons allow the user to take actions or make choices.",
|
|
217
|
-
"source": {
|
|
218
|
-
"module": "@poppy-ui/core/src/components/button/button.d.ts",
|
|
219
|
-
"symbol": "Button"
|
|
220
|
-
},
|
|
221
|
-
"attributes": [
|
|
222
|
-
{
|
|
223
|
-
"name": "active",
|
|
224
|
-
"description": "Force the button to have `hover` style",
|
|
225
|
-
"required": false,
|
|
226
|
-
"value": {
|
|
227
|
-
"kind": "expression",
|
|
228
|
-
"type": "boolean"
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"name": "color",
|
|
233
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"neutral\"`, `\"ghost\"`, `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
234
|
-
"required": false,
|
|
235
|
-
"value": {
|
|
236
|
-
"kind": "expression",
|
|
237
|
-
"type": "\"accent\" | \"error\" | \"ghost\" | \"info\" | \"neutral\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"name": "disabled",
|
|
242
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
243
|
-
"required": false,
|
|
244
|
-
"value": {
|
|
245
|
-
"kind": "expression",
|
|
246
|
-
"type": "boolean"
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "expand",
|
|
251
|
-
"description": "`wide` Add more horizontal padding\n`block` make a full width button",
|
|
252
|
-
"required": false,
|
|
253
|
-
"value": {
|
|
254
|
-
"kind": "expression",
|
|
255
|
-
"type": "\"block\" | \"wide\""
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"name": "form",
|
|
260
|
-
"description": "The HTML form element id. Used to submit a form when the button is not a child of the form.",
|
|
261
|
-
"required": false,
|
|
262
|
-
"value": {
|
|
263
|
-
"kind": "expression",
|
|
264
|
-
"type": "HTMLFormElement | string"
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
"name": "outlined",
|
|
269
|
-
"description": "Transparent Button with colored border",
|
|
270
|
-
"required": false,
|
|
271
|
-
"value": {
|
|
272
|
-
"kind": "expression",
|
|
273
|
-
"type": "boolean"
|
|
274
|
-
}
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"name": "shape",
|
|
278
|
-
"description": "`square` set button width and heigth with 1:1 ratio\n`round` set button width and heigth with 1:1 ratio and rounded corners.",
|
|
279
|
-
"required": false,
|
|
280
|
-
"value": {
|
|
281
|
-
"kind": "expression",
|
|
282
|
-
"type": "\"circle\" | \"square\""
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"name": "size",
|
|
287
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
288
|
-
"required": false,
|
|
289
|
-
"value": {
|
|
290
|
-
"kind": "expression",
|
|
291
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
292
|
-
}
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "type",
|
|
296
|
-
"description": "The type of the button.",
|
|
297
|
-
"required": false,
|
|
298
|
-
"default": "'button'",
|
|
299
|
-
"value": {
|
|
300
|
-
"kind": "expression",
|
|
301
|
-
"type": "\"button\" | \"reset\" | \"submit\""
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
],
|
|
305
|
-
"slots": [
|
|
306
|
-
{
|
|
307
|
-
"name": "default",
|
|
308
|
-
"description": "Slot for the content of the button"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"name": "end-icon",
|
|
312
|
-
"description": "Slot for placing an icon at the end"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "start-icon",
|
|
316
|
-
"description": "Slot for placing an icon at the start"
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
|
-
"events": [
|
|
320
|
-
{
|
|
321
|
-
"name": "popBlur",
|
|
322
|
-
"description": "Emitted when the button loses focus.",
|
|
323
|
-
"arguments": [
|
|
324
|
-
{
|
|
325
|
-
"name": "detail",
|
|
326
|
-
"type": "void"
|
|
327
|
-
}
|
|
328
|
-
]
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "popFocus",
|
|
332
|
-
"description": "Emitted when the button has focus.",
|
|
333
|
-
"arguments": [
|
|
334
|
-
{
|
|
335
|
-
"name": "detail",
|
|
336
|
-
"type": "void"
|
|
337
|
-
}
|
|
338
|
-
]
|
|
339
|
-
}
|
|
340
|
-
]
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "PopCard",
|
|
344
|
-
"doc-url": "https://poppy-ui.com/docs/api/card",
|
|
345
|
-
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
346
|
-
"source": {
|
|
347
|
-
"module": "@poppy-ui/core/src/components/card/card.d.ts",
|
|
348
|
-
"symbol": "Card"
|
|
349
|
-
},
|
|
350
|
-
"attributes": [
|
|
351
|
-
{
|
|
352
|
-
"name": "compact",
|
|
353
|
-
"description": "Applies smaller padding",
|
|
354
|
-
"required": false,
|
|
355
|
-
"value": {
|
|
356
|
-
"kind": "expression",
|
|
357
|
-
"type": "boolean"
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
],
|
|
361
|
-
"slots": [
|
|
362
|
-
{
|
|
363
|
-
"name": "default",
|
|
364
|
-
"description": "Content for the `pop-card-body`"
|
|
365
|
-
}
|
|
366
|
-
],
|
|
367
|
-
"events": []
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"name": "PopCardActions",
|
|
371
|
-
"doc-url": "https://poppy-ui.com/docs/api/card-actions",
|
|
372
|
-
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
373
|
-
"source": {
|
|
374
|
-
"module": "@poppy-ui/core/src/components/card-actions/card-actions.d.ts",
|
|
375
|
-
"symbol": "CardActions"
|
|
376
|
-
},
|
|
377
|
-
"attributes": [],
|
|
378
|
-
"slots": [
|
|
379
|
-
{
|
|
380
|
-
"name": "default",
|
|
381
|
-
"description": "Container for buttons"
|
|
382
|
-
}
|
|
383
|
-
],
|
|
384
|
-
"events": []
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"name": "PopCardBody",
|
|
388
|
-
"doc-url": "https://poppy-ui.com/docs/api/card-body",
|
|
389
|
-
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
390
|
-
"source": {
|
|
391
|
-
"module": "@poppy-ui/core/src/components/card-body/card-body.d.ts",
|
|
392
|
-
"symbol": "CardBody"
|
|
393
|
-
},
|
|
394
|
-
"attributes": [],
|
|
395
|
-
"slots": [
|
|
396
|
-
{
|
|
397
|
-
"name": "default",
|
|
398
|
-
"description": "Container for content"
|
|
399
|
-
}
|
|
400
|
-
],
|
|
401
|
-
"events": []
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"name": "PopCardTitle",
|
|
405
|
-
"doc-url": "https://poppy-ui.com/docs/api/card-title",
|
|
406
|
-
"description": "Cards are used to group and display content in a way that is easily readable.",
|
|
407
|
-
"source": {
|
|
408
|
-
"module": "@poppy-ui/core/src/components/card-title/card-title.d.ts",
|
|
409
|
-
"symbol": "CardTitle"
|
|
410
|
-
},
|
|
411
|
-
"attributes": [],
|
|
412
|
-
"slots": [
|
|
413
|
-
{
|
|
414
|
-
"name": "default",
|
|
415
|
-
"description": "Title of card"
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"events": []
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"name": "PopCheckbox",
|
|
422
|
-
"doc-url": "https://poppy-ui.com/docs/api/checkbox",
|
|
423
|
-
"description": "Toggles are switches that change the state of a single option.\nThey can be switched on or off by pressing.\nToggles can also be `\"checked\"` programmatically by setting the checked property.",
|
|
424
|
-
"source": {
|
|
425
|
-
"module": "@poppy-ui/core/src/components/checkbox/checkbox.d.ts",
|
|
426
|
-
"symbol": "Checkbox"
|
|
427
|
-
},
|
|
428
|
-
"attributes": [
|
|
429
|
-
{
|
|
430
|
-
"name": "checked",
|
|
431
|
-
"description": "If `true`, the toggle is selected.",
|
|
432
|
-
"required": false,
|
|
433
|
-
"value": {
|
|
434
|
-
"kind": "expression",
|
|
435
|
-
"type": "boolean"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
"name": "color",
|
|
440
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
441
|
-
"required": false,
|
|
442
|
-
"value": {
|
|
443
|
-
"kind": "expression",
|
|
444
|
-
"type": "\"accent\" | \"error\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"name": "disabled",
|
|
449
|
-
"description": "If true, the user cannot interact with the native element.",
|
|
450
|
-
"required": false,
|
|
451
|
-
"value": {
|
|
452
|
-
"kind": "expression",
|
|
453
|
-
"type": "boolean"
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"name": "indeterminate",
|
|
458
|
-
"description": "If a developer want to use `indeterminate`, `checked` property should be set to `false`",
|
|
459
|
-
"required": false,
|
|
460
|
-
"value": {
|
|
461
|
-
"kind": "expression",
|
|
462
|
-
"type": "boolean"
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"name": "name",
|
|
467
|
-
"description": "The name of the control, which is submitted with the form data.",
|
|
468
|
-
"required": false,
|
|
469
|
-
"default": "this.inputId",
|
|
470
|
-
"value": {
|
|
471
|
-
"kind": "expression",
|
|
472
|
-
"type": "string"
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"name": "placement",
|
|
477
|
-
"description": "Where to place the label relative to the checkbox.\n- `\"start\"`: The label will appear to the left of the checkbox in LTR and to the right in RTL.\n- `\"end\"`: The label will appear to the right of the checkbox in LTR and to the left in RTL.",
|
|
478
|
-
"required": false,
|
|
479
|
-
"value": {
|
|
480
|
-
"kind": "expression",
|
|
481
|
-
"type": "\"end\" | \"start\""
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"name": "readonly",
|
|
486
|
-
"description": "If `true`, the user cannot modify the value.",
|
|
487
|
-
"required": false,
|
|
488
|
-
"value": {
|
|
489
|
-
"kind": "expression",
|
|
490
|
-
"type": "boolean"
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"name": "required",
|
|
495
|
-
"description": "If `true`, the user must fill in a value before submitting a form.",
|
|
496
|
-
"required": false,
|
|
497
|
-
"value": {
|
|
498
|
-
"kind": "expression",
|
|
499
|
-
"type": "boolean"
|
|
500
|
-
}
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"name": "size",
|
|
504
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
505
|
-
"required": false,
|
|
506
|
-
"value": {
|
|
507
|
-
"kind": "expression",
|
|
508
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
509
|
-
}
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"name": "value",
|
|
513
|
-
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
514
|
-
"required": false,
|
|
515
|
-
"default": "'on'",
|
|
516
|
-
"value": {
|
|
517
|
-
"kind": "expression",
|
|
518
|
-
"type": "string"
|
|
519
|
-
}
|
|
520
|
-
}
|
|
521
|
-
],
|
|
522
|
-
"slots": [
|
|
523
|
-
{
|
|
524
|
-
"name": "default",
|
|
525
|
-
"description": "The label text to associate with the toggle. Use the `\"placement\"` property to control where the label is placed relative to the toggle."
|
|
526
|
-
}
|
|
527
|
-
],
|
|
528
|
-
"events": [
|
|
529
|
-
{
|
|
530
|
-
"name": "popBlur",
|
|
531
|
-
"description": "Emitted when the input loses focus.",
|
|
532
|
-
"arguments": [
|
|
533
|
-
{
|
|
534
|
-
"name": "detail",
|
|
535
|
-
"type": "void"
|
|
536
|
-
}
|
|
537
|
-
]
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"name": "popChange",
|
|
541
|
-
"description": "Emitted when the user switches the toggle on or off.",
|
|
542
|
-
"arguments": [
|
|
543
|
-
{
|
|
544
|
-
"name": "detail",
|
|
545
|
-
"type": "CheckboxChangeEventDetail<any>"
|
|
546
|
-
}
|
|
547
|
-
]
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
"name": "popFocus",
|
|
551
|
-
"description": "Emitted when the input has focus.",
|
|
552
|
-
"arguments": [
|
|
553
|
-
{
|
|
554
|
-
"name": "detail",
|
|
555
|
-
"type": "void"
|
|
556
|
-
}
|
|
557
|
-
]
|
|
558
|
-
}
|
|
559
|
-
]
|
|
560
|
-
},
|
|
561
|
-
{
|
|
562
|
-
"name": "PopDivider",
|
|
563
|
-
"doc-url": "https://poppy-ui.com/docs/api/divider",
|
|
564
|
-
"description": "Divider will be used to separate content vertically or horizontally.",
|
|
565
|
-
"source": {
|
|
566
|
-
"module": "@poppy-ui/core/src/components/divider/divider.d.ts",
|
|
567
|
-
"symbol": "Divider"
|
|
568
|
-
},
|
|
569
|
-
"attributes": [
|
|
570
|
-
{
|
|
571
|
-
"name": "color",
|
|
572
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"neutral\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
573
|
-
"required": false,
|
|
574
|
-
"value": {
|
|
575
|
-
"kind": "expression",
|
|
576
|
-
"type": "\"accent\" | \"error\" | \"info\" | \"neutral\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"name": "orientation",
|
|
581
|
-
"description": "Define content disposition orientation",
|
|
582
|
-
"required": false,
|
|
583
|
-
"value": {
|
|
584
|
-
"kind": "expression",
|
|
585
|
-
"type": "\"horizontal\" | \"vertical\""
|
|
586
|
-
}
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"name": "placement",
|
|
590
|
-
"description": "Where to place the content.\n- `\"left\"`: The content will appear to the left of the divider in LTR and RTL.\n- `\"start\"`: The content will appear to the left of the divider in LTR and to the right in RTL.\n- `\"center\"`: The content will appear to the center of the divider.\n- `\"end\"`: The content will appear to the right of the divider in LTR and to the left in RTL.\n- `\"right\"`: The content will appear to the right of the divider in LTR and RTL.",
|
|
591
|
-
"required": false,
|
|
592
|
-
"value": {
|
|
593
|
-
"kind": "expression",
|
|
594
|
-
"type": "\"center\" | \"end\" | \"left\" | \"right\" | \"start\""
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
],
|
|
598
|
-
"slots": [
|
|
599
|
-
{
|
|
600
|
-
"name": "default",
|
|
601
|
-
"description": "Text for describe the divider"
|
|
602
|
-
}
|
|
603
|
-
],
|
|
604
|
-
"events": []
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"name": "PopDrawer",
|
|
608
|
-
"doc-url": "https://poppy-ui.com/docs/api/drawer",
|
|
609
|
-
"description": "Drawer is a grid layout that can show/hide a sidebar on the left or right side of the page.",
|
|
610
|
-
"source": {
|
|
611
|
-
"module": "@poppy-ui/core/src/components/drawer/drawer.d.ts",
|
|
612
|
-
"symbol": "Drawer"
|
|
613
|
-
},
|
|
614
|
-
"attributes": [
|
|
615
|
-
{
|
|
616
|
-
"name": "open",
|
|
617
|
-
"description": "Forces the drawer to be open",
|
|
618
|
-
"required": false,
|
|
619
|
-
"value": {
|
|
620
|
-
"kind": "expression",
|
|
621
|
-
"type": "boolean"
|
|
622
|
-
}
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "side",
|
|
626
|
-
"description": "Where to place the sidebar relative to the screen.\n- `\"start\"`: The sidebar will appear to the left of the screen in LTR and to the right in RTL.\n- `\"end\"`: The sidebar will appear to the right of the screen in LTR and to the left in RTL.",
|
|
627
|
-
"required": false,
|
|
628
|
-
"value": {
|
|
629
|
-
"kind": "expression",
|
|
630
|
-
"type": "\"end\" | \"start\""
|
|
631
|
-
}
|
|
632
|
-
},
|
|
633
|
-
{
|
|
634
|
-
"name": "trigger",
|
|
635
|
-
"description": "An ID corresponding to the trigger element that\ncauses the drawer to open. Use the `trigger-action`\nproperty to customize the interaction that results in\nthe sidebar opening.",
|
|
636
|
-
"required": false,
|
|
637
|
-
"value": {
|
|
638
|
-
"kind": "expression",
|
|
639
|
-
"type": "string"
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "trigger-action",
|
|
644
|
-
"description": "Describes what kind of interaction with the trigger that should\ncause the sidebar to open. Does not apply when the `trigger` property is `undefined`.\n- `\"click\"`: the sidebar will be presented when the trigger is left clicked.\n- `\"hover\"`: the sidebar will be presented when a pointer hovers over the trigger.\n- `\"context-menu\"`: the sidebar will be presented when the trigger is right\nclicked on desktop and long pressed on mobile. This will also prevent your\ndevice's normal context menu from appearing.",
|
|
645
|
-
"required": false,
|
|
646
|
-
"value": {
|
|
647
|
-
"kind": "expression",
|
|
648
|
-
"type": "\"click\" | \"context-menu\" | \"hover\""
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
],
|
|
652
|
-
"slots": [
|
|
653
|
-
{
|
|
654
|
-
"name": "default",
|
|
655
|
-
"description": "Container for all page content"
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
"name": "side",
|
|
659
|
-
"description": "Content is placed in the drawer and is shown or hidden based on open state."
|
|
660
|
-
}
|
|
661
|
-
],
|
|
662
|
-
"events": [
|
|
663
|
-
{
|
|
664
|
-
"name": "popDidDismiss",
|
|
665
|
-
"description": "Emitted when the drawer has been opened.",
|
|
666
|
-
"arguments": [
|
|
667
|
-
{
|
|
668
|
-
"name": "detail",
|
|
669
|
-
"type": "void"
|
|
670
|
-
}
|
|
671
|
-
]
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"name": "popDidPresent",
|
|
675
|
-
"description": "Emitted when the drawer has been opened.",
|
|
676
|
-
"arguments": [
|
|
677
|
-
{
|
|
678
|
-
"name": "detail",
|
|
679
|
-
"type": "void"
|
|
680
|
-
}
|
|
681
|
-
]
|
|
682
|
-
}
|
|
683
|
-
]
|
|
684
|
-
},
|
|
685
|
-
{
|
|
686
|
-
"name": "PopDropdown",
|
|
687
|
-
"doc-url": "https://poppy-ui.com/docs/api/dropdown",
|
|
688
|
-
"description": "Dropdown can open a menu or any other element when the trigger element is clicked.",
|
|
689
|
-
"source": {
|
|
690
|
-
"module": "@poppy-ui/core/src/components/dropdown/dropdown.d.ts",
|
|
691
|
-
"symbol": "Dropdown"
|
|
692
|
-
},
|
|
693
|
-
"attributes": [
|
|
694
|
-
{
|
|
695
|
-
"name": "align",
|
|
696
|
-
"description": "Describes how the dropdown has to be alined\n- `\"start\"`: Align to the left in LTR and to the right in RTL.\n- `\"center\"`: Align to the left in LTR and to the right in RTL.\n- `\"end\"`: Align to the right in LTR and to the left in RTL.",
|
|
697
|
-
"required": false,
|
|
698
|
-
"value": {
|
|
699
|
-
"kind": "expression",
|
|
700
|
-
"type": "\"center\" | \"end\" | \"start\""
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"name": "debounce",
|
|
705
|
-
"description": "Set the amount of time, in milliseconds after the user no longer hover the trigger or dropdown, will dismiss.\nOnly apply on `triggerAction=hover`",
|
|
706
|
-
"required": false,
|
|
707
|
-
"value": {
|
|
708
|
-
"kind": "expression",
|
|
709
|
-
"type": "number"
|
|
710
|
-
}
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "open",
|
|
714
|
-
"description": "Force the dropdown to be shown",
|
|
715
|
-
"required": false,
|
|
716
|
-
"value": {
|
|
717
|
-
"kind": "expression",
|
|
718
|
-
"type": "boolean"
|
|
719
|
-
}
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"name": "show-backdrop",
|
|
723
|
-
"description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.",
|
|
724
|
-
"required": false,
|
|
725
|
-
"value": {
|
|
726
|
-
"kind": "expression",
|
|
727
|
-
"type": "boolean"
|
|
728
|
-
}
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
"name": "side",
|
|
732
|
-
"description": "Describe where the content is displayed relatively to the trigger element\n- `\"start\"`: Open on the left in LTR and to the right in RTL.\n- `\"end\"`: Open on the right in LTR and to the left in RTL.\n- `\"left\"`: Open on left\n- `\"right\"`: Open on right\n- `\"top\"`: Open on top\n- `\"bottom\"`: Open on bottom",
|
|
733
|
-
"required": false,
|
|
734
|
-
"value": {
|
|
735
|
-
"kind": "expression",
|
|
736
|
-
"type": "\"bottom\" | \"end\" | \"left\" | \"right\" | \"start\" | \"top\""
|
|
737
|
-
}
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"name": "trigger-action",
|
|
741
|
-
"description": "Describes what kind of intertion with the trigger (sloted element) that should cause the dropdown to open.\n- `\"click\"`: the dropdown will be presented when the trigger is left clicked.\n- `\"hover\"`: the dropdown will be presented when a pointer hovers over the trigger.\n- `\"context-menu\"`: the dropdown will be presented when the trigger is right clicked on desktop and long pressed on mobile. This will also prevent your device's normal context menu from appearing.",
|
|
742
|
-
"required": false,
|
|
743
|
-
"value": {
|
|
744
|
-
"kind": "expression",
|
|
745
|
-
"type": "\"click\" | \"context-menu\" | \"hover\""
|
|
746
|
-
}
|
|
747
|
-
}
|
|
748
|
-
],
|
|
749
|
-
"slots": [
|
|
750
|
-
{
|
|
751
|
-
"name": "trigger",
|
|
752
|
-
"description": "Content that trigger the dropdown to open"
|
|
753
|
-
}
|
|
754
|
-
],
|
|
755
|
-
"events": [
|
|
756
|
-
{
|
|
757
|
-
"name": "didDismiss",
|
|
758
|
-
"description": "Emitted after the modal has dismissed.",
|
|
759
|
-
"arguments": [
|
|
760
|
-
{
|
|
761
|
-
"name": "detail",
|
|
762
|
-
"type": "void"
|
|
763
|
-
}
|
|
764
|
-
]
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"name": "didPresent",
|
|
768
|
-
"description": "Emitted after the modal has presented.",
|
|
769
|
-
"arguments": [
|
|
770
|
-
{
|
|
771
|
-
"name": "detail",
|
|
772
|
-
"type": "void"
|
|
773
|
-
}
|
|
774
|
-
]
|
|
775
|
-
}
|
|
776
|
-
]
|
|
777
|
-
},
|
|
778
|
-
{
|
|
779
|
-
"name": "PopImg",
|
|
780
|
-
"doc-url": "https://poppy-ui.com/docs/api/img",
|
|
781
|
-
"description": "",
|
|
782
|
-
"source": {
|
|
783
|
-
"module": "@poppy-ui/core/src/components/img/img.d.ts",
|
|
784
|
-
"symbol": "Img"
|
|
785
|
-
},
|
|
786
|
-
"attributes": [
|
|
787
|
-
{
|
|
788
|
-
"name": "alt",
|
|
789
|
-
"description": "This attribute defines the alternative text describing the image.\nUsers will see this text displayed if the image URL is wrong,\nthe image is not in one of the supported formats, or if the image is not yet downloaded.",
|
|
790
|
-
"required": false,
|
|
791
|
-
"value": {
|
|
792
|
-
"kind": "expression",
|
|
793
|
-
"type": "string"
|
|
794
|
-
}
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"name": "src",
|
|
798
|
-
"description": "The image URL. This attribute is mandatory for the `<img>` element.",
|
|
799
|
-
"required": false,
|
|
800
|
-
"value": {
|
|
801
|
-
"kind": "expression",
|
|
802
|
-
"type": "string"
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
],
|
|
806
|
-
"slots": [],
|
|
807
|
-
"events": [
|
|
808
|
-
{
|
|
809
|
-
"name": "popDidLoad",
|
|
810
|
-
"description": "Emitted when the image has finished loading",
|
|
811
|
-
"arguments": [
|
|
812
|
-
{
|
|
813
|
-
"name": "detail",
|
|
814
|
-
"type": "void"
|
|
815
|
-
}
|
|
816
|
-
]
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"name": "popError",
|
|
820
|
-
"description": "Emitted when the img fails to load",
|
|
821
|
-
"arguments": [
|
|
822
|
-
{
|
|
823
|
-
"name": "detail",
|
|
824
|
-
"type": "void"
|
|
825
|
-
}
|
|
826
|
-
]
|
|
827
|
-
},
|
|
828
|
-
{
|
|
829
|
-
"name": "popWillLoad",
|
|
830
|
-
"description": "Emitted when the img src has been set",
|
|
831
|
-
"arguments": [
|
|
832
|
-
{
|
|
833
|
-
"name": "detail",
|
|
834
|
-
"type": "void"
|
|
835
|
-
}
|
|
836
|
-
]
|
|
837
|
-
}
|
|
838
|
-
]
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"name": "PopIndicator",
|
|
842
|
-
"doc-url": "https://poppy-ui.com/docs/api/indicator",
|
|
843
|
-
"description": "Indicators are used to place an element on the corner of another element.",
|
|
844
|
-
"source": {
|
|
845
|
-
"module": "@poppy-ui/core/src/components/indicator/indicator.d.ts",
|
|
846
|
-
"symbol": "Indicator"
|
|
847
|
-
},
|
|
848
|
-
"attributes": [
|
|
849
|
-
{
|
|
850
|
-
"name": "position",
|
|
851
|
-
"description": "Align vertically the indicator.",
|
|
852
|
-
"required": false,
|
|
853
|
-
"value": {
|
|
854
|
-
"kind": "expression",
|
|
855
|
-
"type": "\"bottom\" | \"middle\" | \"top\""
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"name": "side",
|
|
860
|
-
"description": "Align horizontally the indicator.",
|
|
861
|
-
"required": false,
|
|
862
|
-
"value": {
|
|
863
|
-
"kind": "expression",
|
|
864
|
-
"type": "\"center\" | \"end\" | \"left\" | \"right\" | \"start\""
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
|
-
],
|
|
868
|
-
"slots": [
|
|
869
|
-
{
|
|
870
|
-
"name": "default",
|
|
871
|
-
"description": "Element that should receive the indicator"
|
|
872
|
-
},
|
|
873
|
-
{
|
|
874
|
-
"name": "indicator",
|
|
875
|
-
"description": "Content of the indicator"
|
|
876
|
-
}
|
|
877
|
-
],
|
|
878
|
-
"events": []
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"name": "PopInput",
|
|
882
|
-
"doc-url": "https://poppy-ui.com/docs/api/input",
|
|
883
|
-
"description": "Text Input is a simple input field.",
|
|
884
|
-
"source": {
|
|
885
|
-
"module": "@poppy-ui/core/src/components/input/input.d.ts",
|
|
886
|
-
"symbol": "Input"
|
|
887
|
-
},
|
|
888
|
-
"attributes": [
|
|
889
|
-
{
|
|
890
|
-
"name": "auto-capitalize",
|
|
891
|
-
"description": "This features work only on mobile and tablet devices.\nBy default the User Agent and input make their own determination.",
|
|
892
|
-
"required": false,
|
|
893
|
-
"value": {
|
|
894
|
-
"kind": "expression",
|
|
895
|
-
"type": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\""
|
|
896
|
-
}
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"name": "auto-complete",
|
|
900
|
-
"description": "Indicates whether the value of the control can be automatically completed by the browser.",
|
|
901
|
-
"required": false,
|
|
902
|
-
"default": "'off'",
|
|
903
|
-
"value": {
|
|
904
|
-
"kind": "expression",
|
|
905
|
-
"type": "\"name\" | \"off\" | \"on\" | \"email\" | \"tel\" | \"url\" | \"honorific-prefix\" | \"given-name\" | \"additional-name\" | \"family-name\" | \"honorific-suffix\" | \"nickname\" | \"username\" | \"new-password\" | \"current-password\" | \"one-time-code\" | \"organization-title\" | \"organization\" | \"street-address\" | \"address-line1\" | \"address-line2\" | \"address-line3\" | \"address-level1\" | \"address-level2\" | \"address-level3\" | \"address-level4\" | \"country\" | \"country-name\" | \"postal-code\" | \"cc-name\" | \"cc-given-name\" | \"cc-additional-name\" | \"cc-family-name\" | \"cc-number\" | \"cc-exp\" | \"cc-exp-month\" | \"cc-exp-year\" | \"cc-csc\" | \"cc-type\" | \"transaction-currency\" | \"transaction-amount\" | \"language\" | \"bday\" | \"bday-day\" | \"bday-month\" | \"bday-year\" | \"sex\" | \"tel-country-code\" | \"tel-national\" | \"tel-area-code\" | \"tel-local\" | \"tel-extension\" | \"impp\" | \"photo\""
|
|
906
|
-
}
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"name": "auto-focus",
|
|
910
|
-
"description": "If `true`, the element will be focused on page load.",
|
|
911
|
-
"required": false,
|
|
912
|
-
"value": {
|
|
913
|
-
"kind": "expression",
|
|
914
|
-
"type": "boolean"
|
|
915
|
-
}
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"name": "bordered",
|
|
919
|
-
"description": "if `true`, adds border to input when `color` property is not set.",
|
|
920
|
-
"required": false,
|
|
921
|
-
"value": {
|
|
922
|
-
"kind": "expression",
|
|
923
|
-
"type": "boolean"
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"name": "color",
|
|
928
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"ghost\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
929
|
-
"required": false,
|
|
930
|
-
"value": {
|
|
931
|
-
"kind": "expression",
|
|
932
|
-
"type": "\"accent\" | \"error\" | \"ghost\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"name": "counter",
|
|
937
|
-
"description": "If `true`, a character counter will display the ratio of characters used and the total character limit.\nDevelopers must also set the `maxlength` property for the counter to be calculated correctly.",
|
|
938
|
-
"required": false,
|
|
939
|
-
"value": {
|
|
940
|
-
"kind": "expression",
|
|
941
|
-
"type": "boolean"
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"name": "counterFormatter",
|
|
946
|
-
"description": "A callback used to format the counter text.\nBy default the counter text is set to \"itemLength / maxLength\".",
|
|
947
|
-
"required": false,
|
|
948
|
-
"value": {
|
|
949
|
-
"kind": "expression",
|
|
950
|
-
"type": "(inputLength: number, maxLength: number) => string"
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
"name": "debounce",
|
|
955
|
-
"description": "Set the amount of time, in milliseconds, to wait to trigger the ionInput event after each keystroke.",
|
|
956
|
-
"required": false,
|
|
957
|
-
"value": {
|
|
958
|
-
"kind": "expression",
|
|
959
|
-
"type": "number"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"name": "disabled",
|
|
964
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
965
|
-
"required": false,
|
|
966
|
-
"value": {
|
|
967
|
-
"kind": "expression",
|
|
968
|
-
"type": "boolean"
|
|
969
|
-
}
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
"name": "enterkeyhint",
|
|
973
|
-
"description": "A hint to the browser for which keyboard to display.\nThat specifies what action label (or icon) to present for the enter key on virtual keyboards.",
|
|
974
|
-
"required": false,
|
|
975
|
-
"value": {
|
|
976
|
-
"kind": "expression",
|
|
977
|
-
"type": "\"done\" | \"enter\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"name": "error-text",
|
|
982
|
-
"description": "Text that is placed under the input and displayed when an error is detected.",
|
|
983
|
-
"required": false,
|
|
984
|
-
"value": {
|
|
985
|
-
"kind": "expression",
|
|
986
|
-
"type": "string"
|
|
987
|
-
}
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"name": "helper-text",
|
|
991
|
-
"description": "Text that is placed under the input and displayed when no error is detected.",
|
|
992
|
-
"required": false,
|
|
993
|
-
"value": {
|
|
994
|
-
"kind": "expression",
|
|
995
|
-
"type": "string"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"name": "keyboard",
|
|
1000
|
-
"description": "A hint to the browser for which virtual keyboard to display.",
|
|
1001
|
-
"required": false,
|
|
1002
|
-
"value": {
|
|
1003
|
-
"kind": "expression",
|
|
1004
|
-
"type": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\""
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"name": "max",
|
|
1009
|
-
"description": "The maximum value, which must not be less than its minimum (min attribute) value.",
|
|
1010
|
-
"required": false,
|
|
1011
|
-
"value": {
|
|
1012
|
-
"kind": "expression",
|
|
1013
|
-
"type": "number | string"
|
|
1014
|
-
}
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"name": "max-length",
|
|
1018
|
-
"description": "This attribute specifies the maximum number of characters that the user can enter.",
|
|
1019
|
-
"required": false,
|
|
1020
|
-
"value": {
|
|
1021
|
-
"kind": "expression",
|
|
1022
|
-
"type": "number"
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"name": "min",
|
|
1027
|
-
"description": "The minimum value, which must not be greater than its maximum (max attribute) value.",
|
|
1028
|
-
"required": false,
|
|
1029
|
-
"value": {
|
|
1030
|
-
"kind": "expression",
|
|
1031
|
-
"type": "number | string"
|
|
1032
|
-
}
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"name": "min-length",
|
|
1036
|
-
"description": "This attribute specifies the minimum number of characters that the user can enter.",
|
|
1037
|
-
"required": false,
|
|
1038
|
-
"value": {
|
|
1039
|
-
"kind": "expression",
|
|
1040
|
-
"type": "number"
|
|
1041
|
-
}
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"name": "multiple",
|
|
1045
|
-
"description": "If `true`, the user can enter more than one value.\nThis attribute applies when the type attribute is set to `\"email\"`, otherwise it is ignored.",
|
|
1046
|
-
"required": false,
|
|
1047
|
-
"value": {
|
|
1048
|
-
"kind": "expression",
|
|
1049
|
-
"type": "boolean"
|
|
1050
|
-
}
|
|
1051
|
-
},
|
|
1052
|
-
{
|
|
1053
|
-
"name": "name",
|
|
1054
|
-
"description": "The name of the control, which is submitted with the form data.",
|
|
1055
|
-
"required": false,
|
|
1056
|
-
"default": "this.inputId",
|
|
1057
|
-
"value": {
|
|
1058
|
-
"kind": "expression",
|
|
1059
|
-
"type": "string"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"name": "pattern",
|
|
1064
|
-
"description": "A regular expression that the value is checked against.\nThe pattern must match the entire value, not just some subset.\nUse the title attribute to describe the pattern to help the user.\nThis attribute applies when the value of the type attribute is `\"text\"`, `\"search\"`, `\"tel\"`, `\"url\"`, `\"email\"`, `\"date\"`, or `\"password\"`, otherwise it is ignored.\nWhen the type attribute is `\"date\"`, `pattern` will only be used in browsers that do not support the `\"date\"` input type natively.\nSee https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date for more information.",
|
|
1065
|
-
"required": false,
|
|
1066
|
-
"value": {
|
|
1067
|
-
"kind": "expression",
|
|
1068
|
-
"type": "string"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"name": "placeholder",
|
|
1073
|
-
"description": "Instructional text that shows before the input has a value.\n\nThis property applies only when the `type` property is set to `\"email\"`,\n`\"number\"`, `\"password\"`, `\"search\"`, `\"tel\"`, `\"text\"`, or `\"url\"`, otherwise it is ignored.",
|
|
1074
|
-
"required": false,
|
|
1075
|
-
"value": {
|
|
1076
|
-
"kind": "expression",
|
|
1077
|
-
"type": "string"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"name": "readonly",
|
|
1082
|
-
"description": "If `true`, the user cannot modify the value.",
|
|
1083
|
-
"required": false,
|
|
1084
|
-
"value": {
|
|
1085
|
-
"kind": "expression",
|
|
1086
|
-
"type": "boolean"
|
|
1087
|
-
}
|
|
1088
|
-
},
|
|
1089
|
-
{
|
|
1090
|
-
"name": "required",
|
|
1091
|
-
"description": "If `true`, the user must fill in a value before submitting a form.",
|
|
1092
|
-
"required": false,
|
|
1093
|
-
"value": {
|
|
1094
|
-
"kind": "expression",
|
|
1095
|
-
"type": "boolean"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"name": "size",
|
|
1100
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
1101
|
-
"required": false,
|
|
1102
|
-
"value": {
|
|
1103
|
-
"kind": "expression",
|
|
1104
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
1105
|
-
}
|
|
1106
|
-
},
|
|
1107
|
-
{
|
|
1108
|
-
"name": "spellcheck",
|
|
1109
|
-
"description": "If `true`, the element will have its spelling and grammar checked.\nBy default the User Agent make their own default behavior.",
|
|
1110
|
-
"required": false,
|
|
1111
|
-
"value": {
|
|
1112
|
-
"kind": "expression",
|
|
1113
|
-
"type": "boolean"
|
|
1114
|
-
}
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"name": "step",
|
|
1118
|
-
"description": "Works with the min and max attributes to limit the increments at which a value can be set.\nPossible values are: `\"any\"` or a positive floating point number.",
|
|
1119
|
-
"required": false,
|
|
1120
|
-
"value": {
|
|
1121
|
-
"kind": "expression",
|
|
1122
|
-
"type": "string"
|
|
1123
|
-
}
|
|
1124
|
-
},
|
|
1125
|
-
{
|
|
1126
|
-
"name": "type",
|
|
1127
|
-
"description": "The type of control to display. The default type is text.",
|
|
1128
|
-
"required": false,
|
|
1129
|
-
"default": "'text'",
|
|
1130
|
-
"value": {
|
|
1131
|
-
"kind": "expression",
|
|
1132
|
-
"type": "\"date\" | \"datetime-local\" | \"email\" | \"month\" | \"number\" | \"password\" | \"search\" | \"tel\" | \"text\" | \"time\" | \"url\" | \"week\""
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"name": "value",
|
|
1137
|
-
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
1138
|
-
"required": false,
|
|
1139
|
-
"default": "''",
|
|
1140
|
-
"value": {
|
|
1141
|
-
"kind": "expression",
|
|
1142
|
-
"type": "number | string"
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
],
|
|
1146
|
-
"slots": [
|
|
1147
|
-
{
|
|
1148
|
-
"name": "default",
|
|
1149
|
-
"description": "Slot for the content of the label"
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"name": "end",
|
|
1153
|
-
"description": "The content will appear to the right of the native HTML input in LTR and left in RTL"
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"name": "start",
|
|
1157
|
-
"description": "The content will appear to the left of the native HTML input in LTR and right in RTL"
|
|
1158
|
-
}
|
|
1159
|
-
],
|
|
1160
|
-
"events": [
|
|
1161
|
-
{
|
|
1162
|
-
"name": "popBlur",
|
|
1163
|
-
"description": "Emitted when the input loses focus.",
|
|
1164
|
-
"arguments": [
|
|
1165
|
-
{
|
|
1166
|
-
"name": "detail",
|
|
1167
|
-
"type": "void"
|
|
1168
|
-
}
|
|
1169
|
-
]
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"name": "popChange",
|
|
1173
|
-
"description": "The `popChange` event is fired when the user modifies the input's value.\nUnlike the ionInput event, the `popChange` event is fired when the element loses focus after its value has been modified.",
|
|
1174
|
-
"arguments": [
|
|
1175
|
-
{
|
|
1176
|
-
"name": "detail",
|
|
1177
|
-
"type": "InputChangeEventDetail"
|
|
1178
|
-
}
|
|
1179
|
-
]
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"name": "popFocus",
|
|
1183
|
-
"description": "Emitted when the input has focus.",
|
|
1184
|
-
"arguments": [
|
|
1185
|
-
{
|
|
1186
|
-
"name": "detail",
|
|
1187
|
-
"type": "void"
|
|
1188
|
-
}
|
|
1189
|
-
]
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
"name": "on",
|
|
1193
|
-
"description": "The `popInput` event is fired each time the user modifies the Input's value.\nUnlike the `popChange` event, the `popInput` event is fired for each alteration to the input's value.\nThis typically happens for each keystroke as the user types.\n\nThis event can be debounced by the `debounce` property.",
|
|
1194
|
-
"arguments": [
|
|
1195
|
-
{
|
|
1196
|
-
"name": "detail",
|
|
1197
|
-
"type": "InputInputEventDetail"
|
|
1198
|
-
}
|
|
1199
|
-
]
|
|
1200
|
-
}
|
|
1201
|
-
]
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"name": "PopInputFile",
|
|
1205
|
-
"doc-url": "https://poppy-ui.com/docs/api/input-file",
|
|
1206
|
-
"description": "File Input is a an input field for uploading files.",
|
|
1207
|
-
"source": {
|
|
1208
|
-
"module": "@poppy-ui/core/src/components/input-file/input-file.d.ts",
|
|
1209
|
-
"symbol": "InputFile"
|
|
1210
|
-
},
|
|
1211
|
-
"attributes": [
|
|
1212
|
-
{
|
|
1213
|
-
"name": "auto-focus",
|
|
1214
|
-
"description": "If `true`, the element will be focused on page load.",
|
|
1215
|
-
"required": false,
|
|
1216
|
-
"value": {
|
|
1217
|
-
"kind": "expression",
|
|
1218
|
-
"type": "boolean"
|
|
1219
|
-
}
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
"name": "bordered",
|
|
1223
|
-
"description": "if `true`, adds border to textarea when `color` property is not set.",
|
|
1224
|
-
"required": false,
|
|
1225
|
-
"value": {
|
|
1226
|
-
"kind": "expression",
|
|
1227
|
-
"type": "boolean"
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"name": "color",
|
|
1232
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"ghost\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
1233
|
-
"required": false,
|
|
1234
|
-
"value": {
|
|
1235
|
-
"kind": "expression",
|
|
1236
|
-
"type": "\"accent\" | \"error\" | \"ghost\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
1237
|
-
}
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
"name": "disabled",
|
|
1241
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
1242
|
-
"required": false,
|
|
1243
|
-
"value": {
|
|
1244
|
-
"kind": "expression",
|
|
1245
|
-
"type": "boolean"
|
|
1246
|
-
}
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"name": "error-text",
|
|
1250
|
-
"description": "Text that is placed under the input-file and displayed when an error is detected.",
|
|
1251
|
-
"required": false,
|
|
1252
|
-
"value": {
|
|
1253
|
-
"kind": "expression",
|
|
1254
|
-
"type": "string"
|
|
1255
|
-
}
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"name": "helper-text",
|
|
1259
|
-
"description": "Text that is placed under the input-file and displayed when no error is detected.",
|
|
1260
|
-
"required": false,
|
|
1261
|
-
"value": {
|
|
1262
|
-
"kind": "expression",
|
|
1263
|
-
"type": "string"
|
|
1264
|
-
}
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"name": "multiple",
|
|
1268
|
-
"description": "If `true`, the user can enter more than one value.\nThis attribute applies when the type attribute is set to `\"email\"`, otherwise it is ignored.",
|
|
1269
|
-
"required": false,
|
|
1270
|
-
"value": {
|
|
1271
|
-
"kind": "expression",
|
|
1272
|
-
"type": "boolean"
|
|
1273
|
-
}
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"name": "name",
|
|
1277
|
-
"description": "The name of the control, which is submitted with the form data.",
|
|
1278
|
-
"required": false,
|
|
1279
|
-
"default": "this.inputId",
|
|
1280
|
-
"value": {
|
|
1281
|
-
"kind": "expression",
|
|
1282
|
-
"type": "string"
|
|
1283
|
-
}
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"name": "readonly",
|
|
1287
|
-
"description": "If `true`, the user cannot modify the value.",
|
|
1288
|
-
"required": false,
|
|
1289
|
-
"value": {
|
|
1290
|
-
"kind": "expression",
|
|
1291
|
-
"type": "boolean"
|
|
1292
|
-
}
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"name": "required",
|
|
1296
|
-
"description": "If `true`, the user must fill in a value before submitting a form.",
|
|
1297
|
-
"required": false,
|
|
1298
|
-
"value": {
|
|
1299
|
-
"kind": "expression",
|
|
1300
|
-
"type": "boolean"
|
|
1301
|
-
}
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"name": "size",
|
|
1305
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
1306
|
-
"required": false,
|
|
1307
|
-
"value": {
|
|
1308
|
-
"kind": "expression",
|
|
1309
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
1310
|
-
}
|
|
1311
|
-
},
|
|
1312
|
-
{
|
|
1313
|
-
"name": "value",
|
|
1314
|
-
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
1315
|
-
"required": false,
|
|
1316
|
-
"default": "new File([], '')",
|
|
1317
|
-
"value": {
|
|
1318
|
-
"kind": "expression",
|
|
1319
|
-
"type": "File | File[]"
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
],
|
|
1323
|
-
"slots": [
|
|
1324
|
-
{
|
|
1325
|
-
"name": "default",
|
|
1326
|
-
"description": "Slot for the content of the label"
|
|
1327
|
-
}
|
|
1328
|
-
],
|
|
1329
|
-
"events": [
|
|
1330
|
-
{
|
|
1331
|
-
"name": "popBlur",
|
|
1332
|
-
"description": "Emitted when the input loses focus.",
|
|
1333
|
-
"arguments": [
|
|
1334
|
-
{
|
|
1335
|
-
"name": "detail",
|
|
1336
|
-
"type": "void"
|
|
1337
|
-
}
|
|
1338
|
-
]
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "popChange",
|
|
1342
|
-
"description": "The `popChange` event is fired when the user modifies the input-file's value.",
|
|
1343
|
-
"arguments": [
|
|
1344
|
-
{
|
|
1345
|
-
"name": "detail",
|
|
1346
|
-
"type": "InputFileChangeEventDetail"
|
|
1347
|
-
}
|
|
1348
|
-
]
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "popFocus",
|
|
1352
|
-
"description": "Emitted when the input has focus.",
|
|
1353
|
-
"arguments": [
|
|
1354
|
-
{
|
|
1355
|
-
"name": "detail",
|
|
1356
|
-
"type": "void"
|
|
1357
|
-
}
|
|
1358
|
-
]
|
|
1359
|
-
}
|
|
1360
|
-
]
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"name": "PopItem",
|
|
1364
|
-
"doc-url": "https://poppy-ui.com/docs/api/item",
|
|
1365
|
-
"description": "",
|
|
1366
|
-
"source": {
|
|
1367
|
-
"module": "@poppy-ui/core/src/components/item/item.d.ts",
|
|
1368
|
-
"symbol": "Item"
|
|
1369
|
-
},
|
|
1370
|
-
"attributes": [
|
|
1371
|
-
{
|
|
1372
|
-
"name": "disabled",
|
|
1373
|
-
"description": "If `true`, the user cannot interact with the item.",
|
|
1374
|
-
"required": false,
|
|
1375
|
-
"value": {
|
|
1376
|
-
"kind": "expression",
|
|
1377
|
-
"type": "boolean"
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
],
|
|
1381
|
-
"slots": [],
|
|
1382
|
-
"events": []
|
|
1383
|
-
},
|
|
1384
|
-
{
|
|
1385
|
-
"name": "PopJoin",
|
|
1386
|
-
"doc-url": "https://poppy-ui.com/docs/api/join",
|
|
1387
|
-
"description": "Join is a container for grouping multiple items, it can be used to group buttons, inputs, or any other element.\nJoin applies border radius to the first and last item. Join can be used to create a horizontal or vertical list of items.",
|
|
1388
|
-
"source": {
|
|
1389
|
-
"module": "@poppy-ui/core/src/components/join/join.d.ts",
|
|
1390
|
-
"symbol": "Join"
|
|
1391
|
-
},
|
|
1392
|
-
"attributes": [
|
|
1393
|
-
{
|
|
1394
|
-
"name": "orientation",
|
|
1395
|
-
"description": "Define content disposition orientation",
|
|
1396
|
-
"required": false,
|
|
1397
|
-
"value": {
|
|
1398
|
-
"kind": "expression",
|
|
1399
|
-
"type": "\"horizontal\" | \"vertical\""
|
|
1400
|
-
}
|
|
1401
|
-
}
|
|
1402
|
-
],
|
|
1403
|
-
"slots": [
|
|
1404
|
-
{
|
|
1405
|
-
"name": "default",
|
|
1406
|
-
"description": "Slot for the content of the join group"
|
|
1407
|
-
}
|
|
1408
|
-
],
|
|
1409
|
-
"events": []
|
|
1410
|
-
},
|
|
1411
|
-
{
|
|
1412
|
-
"name": "PopKbd",
|
|
1413
|
-
"doc-url": "https://poppy-ui.com/docs/api/kbd",
|
|
1414
|
-
"description": "Kbd is used to display keyboard shortcuts.",
|
|
1415
|
-
"source": {
|
|
1416
|
-
"module": "@poppy-ui/core/src/components/kbd/kbd.d.ts",
|
|
1417
|
-
"symbol": "Kbd"
|
|
1418
|
-
},
|
|
1419
|
-
"attributes": [
|
|
1420
|
-
{
|
|
1421
|
-
"name": "size",
|
|
1422
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
1423
|
-
"required": false,
|
|
1424
|
-
"value": {
|
|
1425
|
-
"kind": "expression",
|
|
1426
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
],
|
|
1430
|
-
"slots": [
|
|
1431
|
-
{
|
|
1432
|
-
"name": "default",
|
|
1433
|
-
"description": "Slot for the content of the kbd"
|
|
1434
|
-
}
|
|
1435
|
-
],
|
|
1436
|
-
"events": []
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"name": "PopList",
|
|
1440
|
-
"doc-url": "https://poppy-ui.com/docs/api/list",
|
|
1441
|
-
"description": "",
|
|
1442
|
-
"source": {
|
|
1443
|
-
"module": "@poppy-ui/core/src/components/list/list.d.ts",
|
|
1444
|
-
"symbol": "List"
|
|
1445
|
-
},
|
|
1446
|
-
"attributes": [
|
|
1447
|
-
{
|
|
1448
|
-
"name": "orientation",
|
|
1449
|
-
"description": "Define content disposition orientation",
|
|
1450
|
-
"required": false,
|
|
1451
|
-
"value": {
|
|
1452
|
-
"kind": "expression",
|
|
1453
|
-
"type": "\"horizontal\" | \"vertical\""
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"name": "size",
|
|
1458
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.\n$",
|
|
1459
|
-
"required": false,
|
|
1460
|
-
"value": {
|
|
1461
|
-
"kind": "expression",
|
|
1462
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
1463
|
-
}
|
|
1464
|
-
}
|
|
1465
|
-
],
|
|
1466
|
-
"slots": [],
|
|
1467
|
-
"events": []
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"name": "PopLoading",
|
|
1471
|
-
"doc-url": "https://poppy-ui.com/docs/api/loading",
|
|
1472
|
-
"description": "Loading shows an animation to indicate that something is loading.",
|
|
1473
|
-
"source": {
|
|
1474
|
-
"module": "@poppy-ui/core/src/components/loading/loading.d.ts",
|
|
1475
|
-
"symbol": "Loading"
|
|
1476
|
-
},
|
|
1477
|
-
"attributes": [
|
|
1478
|
-
{
|
|
1479
|
-
"name": "size",
|
|
1480
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
1481
|
-
"required": false,
|
|
1482
|
-
"value": {
|
|
1483
|
-
"kind": "expression",
|
|
1484
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
"name": "type",
|
|
1489
|
-
"description": "Apply different animation",
|
|
1490
|
-
"required": false,
|
|
1491
|
-
"value": {
|
|
1492
|
-
"kind": "expression",
|
|
1493
|
-
"type": "\"ball\" | \"bars\" | \"dots\" | \"infinity\" | \"ring\" | \"spinner\""
|
|
1494
|
-
}
|
|
1495
|
-
}
|
|
1496
|
-
],
|
|
1497
|
-
"slots": [],
|
|
1498
|
-
"events": []
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"name": "PopMask",
|
|
1502
|
-
"doc-url": "https://poppy-ui.com/docs/api/mask",
|
|
1503
|
-
"description": "Mask crops the content of the element to common shapes.",
|
|
1504
|
-
"source": {
|
|
1505
|
-
"module": "@poppy-ui/core/src/components/mask/mask.d.ts",
|
|
1506
|
-
"symbol": "Mask"
|
|
1507
|
-
},
|
|
1508
|
-
"attributes": [
|
|
1509
|
-
{
|
|
1510
|
-
"name": "type",
|
|
1511
|
-
"description": "Mask that should be applied",
|
|
1512
|
-
"required": false,
|
|
1513
|
-
"value": {
|
|
1514
|
-
"kind": "expression",
|
|
1515
|
-
"type": "\"circle\" | \"decagon\" | \"diamond\" | \"heart\" | \"hexagon\" | \"hexagon-2\" | \"parallelogram\" | \"parallelogram-2\" | \"parallelogram-3\" | \"parallelogram-4\" | \"pentagon\" | \"square\" | \"squircle\" | \"star\" | \"star-2\" | \"triangle\" | \"triangle-2\" | \"triangle-3\" | \"triangle-4\""
|
|
1516
|
-
}
|
|
1517
|
-
}
|
|
1518
|
-
],
|
|
1519
|
-
"slots": [
|
|
1520
|
-
{
|
|
1521
|
-
"name": "default",
|
|
1522
|
-
"description": "content that get croped"
|
|
1523
|
-
}
|
|
1524
|
-
],
|
|
1525
|
-
"events": []
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"name": "PopModal",
|
|
1529
|
-
"doc-url": "https://poppy-ui.com/docs/api/modal",
|
|
1530
|
-
"description": "Modal is used to show a dialog or a box when you click on the trigger element.",
|
|
1531
|
-
"source": {
|
|
1532
|
-
"module": "@poppy-ui/core/src/components/modal/modal.d.ts",
|
|
1533
|
-
"symbol": "Modal"
|
|
1534
|
-
},
|
|
1535
|
-
"attributes": [
|
|
1536
|
-
{
|
|
1537
|
-
"name": "backdrop-dismiss",
|
|
1538
|
-
"description": "If `true`, the modal will be dismissed when the backdrop is clicked.",
|
|
1539
|
-
"required": false,
|
|
1540
|
-
"value": {
|
|
1541
|
-
"kind": "expression",
|
|
1542
|
-
"type": "boolean"
|
|
1543
|
-
}
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"name": "component",
|
|
1547
|
-
"description": "The component to display inside of the popover.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nslot your component inside of `pop-popover`.",
|
|
1548
|
-
"required": false,
|
|
1549
|
-
"value": {
|
|
1550
|
-
"kind": "expression",
|
|
1551
|
-
"type": "Function | HTMLElement | string"
|
|
1552
|
-
}
|
|
1553
|
-
},
|
|
1554
|
-
{
|
|
1555
|
-
"name": "componentProps",
|
|
1556
|
-
"description": "The data to pass to the popover component.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nset the props directly on your component.",
|
|
1557
|
-
"required": false,
|
|
1558
|
-
"value": {
|
|
1559
|
-
"kind": "expression",
|
|
1560
|
-
"type": "{ [key: string]: any; }"
|
|
1561
|
-
}
|
|
1562
|
-
},
|
|
1563
|
-
{
|
|
1564
|
-
"name": "open",
|
|
1565
|
-
"description": "If `true`, the modal will open. If `false`, the modal will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the modalController or the `trigger` property.\nNote: `open` will automatically be set back to `false` when\nthe modal dismisses.",
|
|
1566
|
-
"required": false,
|
|
1567
|
-
"value": {
|
|
1568
|
-
"kind": "expression",
|
|
1569
|
-
"type": "boolean"
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "show-backdrop",
|
|
1574
|
-
"description": "If `true`, a backdrop will be displayed behind the modal.\nThis property controls whether or not the backdrop\ndarkens the screen when the modal is presented.",
|
|
1575
|
-
"required": false,
|
|
1576
|
-
"value": {
|
|
1577
|
-
"kind": "expression",
|
|
1578
|
-
"type": "boolean"
|
|
1579
|
-
}
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"name": "trigger",
|
|
1583
|
-
"description": "An ID corresponding to the trigger element that\ncauses the modal to open when clicked.",
|
|
1584
|
-
"required": false,
|
|
1585
|
-
"value": {
|
|
1586
|
-
"kind": "expression",
|
|
1587
|
-
"type": "string"
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1590
|
-
],
|
|
1591
|
-
"slots": [
|
|
1592
|
-
{
|
|
1593
|
-
"name": "default",
|
|
1594
|
-
"description": "Modal content"
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"name": "actions",
|
|
1598
|
-
"description": "Modal actions"
|
|
1599
|
-
}
|
|
1600
|
-
],
|
|
1601
|
-
"events": [
|
|
1602
|
-
{
|
|
1603
|
-
"name": "didDismiss",
|
|
1604
|
-
"description": "Emitted after the modal has dismissed.",
|
|
1605
|
-
"arguments": [
|
|
1606
|
-
{
|
|
1607
|
-
"name": "detail",
|
|
1608
|
-
"type": "void"
|
|
1609
|
-
}
|
|
1610
|
-
]
|
|
1611
|
-
},
|
|
1612
|
-
{
|
|
1613
|
-
"name": "didPresent",
|
|
1614
|
-
"description": "Emitted after the modal has presented.",
|
|
1615
|
-
"arguments": [
|
|
1616
|
-
{
|
|
1617
|
-
"name": "detail",
|
|
1618
|
-
"type": "void"
|
|
1619
|
-
}
|
|
1620
|
-
]
|
|
1621
|
-
}
|
|
1622
|
-
]
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"name": "PopNavbar",
|
|
1626
|
-
"doc-url": "https://poppy-ui.com/docs/api/navbar",
|
|
1627
|
-
"description": "Navbar is used to show a navigation bar on the top of the page.",
|
|
1628
|
-
"source": {
|
|
1629
|
-
"module": "@poppy-ui/core/src/components/navbar/navbar.d.ts",
|
|
1630
|
-
"symbol": "Navbar"
|
|
1631
|
-
},
|
|
1632
|
-
"attributes": [],
|
|
1633
|
-
"slots": [
|
|
1634
|
-
{
|
|
1635
|
-
"name": "default",
|
|
1636
|
-
"description": "// Describe slot content"
|
|
1637
|
-
},
|
|
1638
|
-
{
|
|
1639
|
-
"name": "end",
|
|
1640
|
-
"description": "// Describe slot content"
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"name": "start",
|
|
1644
|
-
"description": "// Describe slot content"
|
|
1645
|
-
}
|
|
1646
|
-
],
|
|
1647
|
-
"events": []
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"name": "PopPopover",
|
|
1651
|
-
"doc-url": "https://poppy-ui.com/docs/api/popover",
|
|
1652
|
-
"description": "",
|
|
1653
|
-
"source": {
|
|
1654
|
-
"module": "@poppy-ui/core/src/components/popover/popover.d.ts",
|
|
1655
|
-
"symbol": "Popover"
|
|
1656
|
-
},
|
|
1657
|
-
"attributes": [
|
|
1658
|
-
{
|
|
1659
|
-
"name": "animated",
|
|
1660
|
-
"description": "If `true`, the popover will animate.",
|
|
1661
|
-
"required": false,
|
|
1662
|
-
"value": {
|
|
1663
|
-
"kind": "expression",
|
|
1664
|
-
"type": "any"
|
|
1665
|
-
}
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"name": "backdrop-dismiss",
|
|
1669
|
-
"description": "If `true`, the popover will be dismissed when the backdrop is clicked.",
|
|
1670
|
-
"required": false,
|
|
1671
|
-
"value": {
|
|
1672
|
-
"kind": "expression",
|
|
1673
|
-
"type": "boolean"
|
|
1674
|
-
}
|
|
1675
|
-
},
|
|
1676
|
-
{
|
|
1677
|
-
"name": "component",
|
|
1678
|
-
"description": "The component to display inside of the popover.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nslot your component inside of `pop-popover`.",
|
|
1679
|
-
"required": false,
|
|
1680
|
-
"value": {
|
|
1681
|
-
"kind": "expression",
|
|
1682
|
-
"type": "Function | HTMLElement | string"
|
|
1683
|
-
}
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
"name": "componentProps",
|
|
1687
|
-
"description": "The data to pass to the popover component.\nYou only need to use this if you are not using\na JavaScript framework. Otherwise, you can just\nset the props directly on your component.",
|
|
1688
|
-
"required": false,
|
|
1689
|
-
"value": {
|
|
1690
|
-
"kind": "expression",
|
|
1691
|
-
"type": "{ [key: string]: any; }"
|
|
1692
|
-
}
|
|
1693
|
-
},
|
|
1694
|
-
{
|
|
1695
|
-
"name": "event",
|
|
1696
|
-
"description": "The event to pass to the popover animation.",
|
|
1697
|
-
"required": false,
|
|
1698
|
-
"value": {
|
|
1699
|
-
"kind": "expression",
|
|
1700
|
-
"type": "Event"
|
|
1701
|
-
}
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "open",
|
|
1705
|
-
"description": "If `true`, the popover will open. If `false`, the popover will close.\nUse this if you need finer grained control over presentation, otherwise\njust use the popoverController or the `trigger` property.\nNote: `open` will not automatically be set back to `false` when\nthe popover dismisses. You will need to do that in your code.",
|
|
1706
|
-
"required": false,
|
|
1707
|
-
"value": {
|
|
1708
|
-
"kind": "expression",
|
|
1709
|
-
"type": "boolean"
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"name": "show-backdrop",
|
|
1714
|
-
"description": "If `true`, a backdrop will be displayed behind the popover.\nThis property controls whether or not the backdrop\ndarkens the screen when the popover is presented.\nIt does not control whether or not the backdrop\nis active or present in the DOM.",
|
|
1715
|
-
"required": false,
|
|
1716
|
-
"value": {
|
|
1717
|
-
"kind": "expression",
|
|
1718
|
-
"type": "boolean"
|
|
1719
|
-
}
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"name": "trigger",
|
|
1723
|
-
"description": "An ID corresponding to the trigger element that\ncauses the popover to open. Use the `trigger-action`\nproperty to customize the interaction that results in\nthe popover opening.",
|
|
1724
|
-
"required": false,
|
|
1725
|
-
"value": {
|
|
1726
|
-
"kind": "expression",
|
|
1727
|
-
"type": "string"
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"name": "trigger-action",
|
|
1732
|
-
"description": "Describes what kind of interaction with the trigger that\nshould cause the popover to open. Does not apply when the `trigger`\nproperty is `undefined`.\nIf `\"click\"`, the popover will be presented when the trigger is left clicked.\nIf `\"hover\"`, the popover will be presented when a pointer hovers over the trigger.\nIf `\"context-menu\"`, the popover will be presented when the trigger is right\nclicked on desktop and long pressed on mobile. This will also prevent your\ndevice's normal context menu from appearing.",
|
|
1733
|
-
"required": false,
|
|
1734
|
-
"value": {
|
|
1735
|
-
"kind": "expression",
|
|
1736
|
-
"type": "\"click\" | \"context-menu\" | \"hover\""
|
|
1737
|
-
}
|
|
1738
|
-
}
|
|
1739
|
-
],
|
|
1740
|
-
"slots": [],
|
|
1741
|
-
"events": [
|
|
1742
|
-
{
|
|
1743
|
-
"name": "didDismiss",
|
|
1744
|
-
"description": "Emitted after the popover has dismissed.",
|
|
1745
|
-
"arguments": [
|
|
1746
|
-
{
|
|
1747
|
-
"name": "detail",
|
|
1748
|
-
"type": "void"
|
|
1749
|
-
}
|
|
1750
|
-
]
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"name": "didPresent",
|
|
1754
|
-
"description": "Emitted after the popover has presented.",
|
|
1755
|
-
"arguments": [
|
|
1756
|
-
{
|
|
1757
|
-
"name": "detail",
|
|
1758
|
-
"type": "void"
|
|
1759
|
-
}
|
|
1760
|
-
]
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"name": "willDismiss",
|
|
1764
|
-
"description": "Emitted before the popover has dismissed.",
|
|
1765
|
-
"arguments": [
|
|
1766
|
-
{
|
|
1767
|
-
"name": "detail",
|
|
1768
|
-
"type": "void"
|
|
1769
|
-
}
|
|
1770
|
-
]
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"name": "willPresent",
|
|
1774
|
-
"description": "Emitted before the popover has presented.",
|
|
1775
|
-
"arguments": [
|
|
1776
|
-
{
|
|
1777
|
-
"name": "detail",
|
|
1778
|
-
"type": "void"
|
|
1779
|
-
}
|
|
1780
|
-
]
|
|
1781
|
-
}
|
|
1782
|
-
]
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"name": "PopProgress",
|
|
1786
|
-
"doc-url": "https://poppy-ui.com/docs/api/progress",
|
|
1787
|
-
"description": "Progress bar can be used to show the progress of a task or to show the passing of time.",
|
|
1788
|
-
"source": {
|
|
1789
|
-
"module": "@poppy-ui/core/src/components/progress/progress.d.ts",
|
|
1790
|
-
"symbol": "Progress"
|
|
1791
|
-
},
|
|
1792
|
-
"attributes": [
|
|
1793
|
-
{
|
|
1794
|
-
"name": "color",
|
|
1795
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
1796
|
-
"required": false,
|
|
1797
|
-
"value": {
|
|
1798
|
-
"kind": "expression",
|
|
1799
|
-
"type": "\"accent\" | \"error\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"name": "max",
|
|
1804
|
-
"description": "",
|
|
1805
|
-
"required": false,
|
|
1806
|
-
"value": {
|
|
1807
|
-
"kind": "expression",
|
|
1808
|
-
"type": "number"
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"name": "value",
|
|
1813
|
-
"description": "The value of a progress is analogous to the value of a `<progress>`",
|
|
1814
|
-
"required": false,
|
|
1815
|
-
"value": {
|
|
1816
|
-
"kind": "expression",
|
|
1817
|
-
"type": "number"
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
],
|
|
1821
|
-
"slots": [],
|
|
1822
|
-
"events": []
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"name": "PopRadio",
|
|
1826
|
-
"doc-url": "https://poppy-ui.com/docs/api/radio",
|
|
1827
|
-
"description": "Radio buttons allow the user to select one option from a set.",
|
|
1828
|
-
"source": {
|
|
1829
|
-
"module": "@poppy-ui/core/src/components/radio/radio.d.ts",
|
|
1830
|
-
"symbol": "Radio"
|
|
1831
|
-
},
|
|
1832
|
-
"attributes": [
|
|
1833
|
-
{
|
|
1834
|
-
"name": "auto-focus",
|
|
1835
|
-
"description": "If `true`, the element will be focused on page load.",
|
|
1836
|
-
"required": false,
|
|
1837
|
-
"default": "false",
|
|
1838
|
-
"value": {
|
|
1839
|
-
"kind": "expression",
|
|
1840
|
-
"type": "boolean"
|
|
1841
|
-
}
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": "checked",
|
|
1845
|
-
"description": "If `true`, the radio is selected.",
|
|
1846
|
-
"required": false,
|
|
1847
|
-
"default": "false",
|
|
1848
|
-
"value": {
|
|
1849
|
-
"kind": "expression",
|
|
1850
|
-
"type": "boolean"
|
|
1851
|
-
}
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"name": "color",
|
|
1855
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
1856
|
-
"required": false,
|
|
1857
|
-
"value": {
|
|
1858
|
-
"kind": "expression",
|
|
1859
|
-
"type": "\"accent\" | \"error\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
1860
|
-
}
|
|
1861
|
-
},
|
|
1862
|
-
{
|
|
1863
|
-
"name": "disabled",
|
|
1864
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
1865
|
-
"required": false,
|
|
1866
|
-
"value": {
|
|
1867
|
-
"kind": "expression",
|
|
1868
|
-
"type": "boolean"
|
|
1869
|
-
}
|
|
1870
|
-
},
|
|
1871
|
-
{
|
|
1872
|
-
"name": "size",
|
|
1873
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
1874
|
-
"required": false,
|
|
1875
|
-
"value": {
|
|
1876
|
-
"kind": "expression",
|
|
1877
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"name": "value",
|
|
1882
|
-
"description": "The value of the radio does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a radio is analogous to the value of a `<input type=\"radio\">`,\nit's only used when the radio participates in a native `<form>`.",
|
|
1883
|
-
"required": false,
|
|
1884
|
-
"default": "''",
|
|
1885
|
-
"value": {
|
|
1886
|
-
"kind": "expression",
|
|
1887
|
-
"type": "any"
|
|
1888
|
-
}
|
|
1889
|
-
}
|
|
1890
|
-
],
|
|
1891
|
-
"slots": [
|
|
1892
|
-
{
|
|
1893
|
-
"name": "default",
|
|
1894
|
-
"description": "Slot for the content of the label"
|
|
1895
|
-
}
|
|
1896
|
-
],
|
|
1897
|
-
"events": [
|
|
1898
|
-
{
|
|
1899
|
-
"name": "popBlur",
|
|
1900
|
-
"description": "Emitted when the input loses focus.",
|
|
1901
|
-
"arguments": [
|
|
1902
|
-
{
|
|
1903
|
-
"name": "detail",
|
|
1904
|
-
"type": "void"
|
|
1905
|
-
}
|
|
1906
|
-
]
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"name": "popFocus",
|
|
1910
|
-
"description": "Emitted when the input has focus.",
|
|
1911
|
-
"arguments": [
|
|
1912
|
-
{
|
|
1913
|
-
"name": "detail",
|
|
1914
|
-
"type": "void"
|
|
1915
|
-
}
|
|
1916
|
-
]
|
|
1917
|
-
}
|
|
1918
|
-
]
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"name": "PopRadioGroup",
|
|
1922
|
-
"doc-url": "https://poppy-ui.com/docs/api/radio-group",
|
|
1923
|
-
"description": "",
|
|
1924
|
-
"source": {
|
|
1925
|
-
"module": "@poppy-ui/core/src/components/radio-group/radio-group.d.ts",
|
|
1926
|
-
"symbol": "RadioGroup"
|
|
1927
|
-
},
|
|
1928
|
-
"attributes": [
|
|
1929
|
-
{
|
|
1930
|
-
"name": "allow-empty",
|
|
1931
|
-
"description": "If `true`, the radios can be deselected.",
|
|
1932
|
-
"required": false,
|
|
1933
|
-
"value": {
|
|
1934
|
-
"kind": "expression",
|
|
1935
|
-
"type": "boolean"
|
|
1936
|
-
}
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
"name": "compare",
|
|
1940
|
-
"description": "This property allows developers to specify a custom function\nfor comparing objects when determining the selected option in the\nion-radio-group. When not specified, the default behavior will use strict\nequality (===) for comparison.",
|
|
1941
|
-
"required": false,
|
|
1942
|
-
"value": {
|
|
1943
|
-
"kind": "expression",
|
|
1944
|
-
"type": "((currentValue: any, newValue: any) => boolean) | string"
|
|
1945
|
-
}
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"name": "disabled",
|
|
1949
|
-
"description": "If `true`, apply the disabled property to every `pop-radio`.",
|
|
1950
|
-
"required": false,
|
|
1951
|
-
"value": {
|
|
1952
|
-
"kind": "expression",
|
|
1953
|
-
"type": "boolean"
|
|
1954
|
-
}
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"name": "name",
|
|
1958
|
-
"description": "The name of the control, which is submitted with the form data.",
|
|
1959
|
-
"required": false,
|
|
1960
|
-
"default": "this.inputId",
|
|
1961
|
-
"value": {
|
|
1962
|
-
"kind": "expression",
|
|
1963
|
-
"type": "string"
|
|
1964
|
-
}
|
|
1965
|
-
},
|
|
1966
|
-
{
|
|
1967
|
-
"name": "readonly",
|
|
1968
|
-
"description": "If `true`, apply the readonly property to every `pop-radio`.",
|
|
1969
|
-
"required": false,
|
|
1970
|
-
"value": {
|
|
1971
|
-
"kind": "expression",
|
|
1972
|
-
"type": "boolean"
|
|
1973
|
-
}
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"name": "required",
|
|
1977
|
-
"description": "If `true`, apply the required property to every `pop-radio`.",
|
|
1978
|
-
"required": false,
|
|
1979
|
-
"value": {
|
|
1980
|
-
"kind": "expression",
|
|
1981
|
-
"type": "boolean"
|
|
1982
|
-
}
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"name": "value",
|
|
1986
|
-
"description": "the value of the radio group.",
|
|
1987
|
-
"required": false,
|
|
1988
|
-
"value": {
|
|
1989
|
-
"kind": "expression",
|
|
1990
|
-
"type": "any"
|
|
1991
|
-
}
|
|
1992
|
-
}
|
|
1993
|
-
],
|
|
1994
|
-
"slots": [
|
|
1995
|
-
{
|
|
1996
|
-
"name": "default",
|
|
1997
|
-
"description": "Slot for all of the `pop-radio`"
|
|
1998
|
-
}
|
|
1999
|
-
],
|
|
2000
|
-
"events": [
|
|
2001
|
-
{
|
|
2002
|
-
"name": "popChange",
|
|
2003
|
-
"description": "The `popChange` event is fired when the user select an option.\nUnlike the ionInput event, the `popChange` event is fired when the user click on the element.",
|
|
2004
|
-
"arguments": [
|
|
2005
|
-
{
|
|
2006
|
-
"name": "detail",
|
|
2007
|
-
"type": "RadioGroupChangeEventDetail<any>"
|
|
2008
|
-
}
|
|
2009
|
-
]
|
|
2010
|
-
}
|
|
2011
|
-
]
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"name": "PopRange",
|
|
2015
|
-
"doc-url": "https://poppy-ui.com/docs/api/range",
|
|
2016
|
-
"description": "Range slider is used to select a value by sliding a handle.",
|
|
2017
|
-
"source": {
|
|
2018
|
-
"module": "@poppy-ui/core/src/components/range/range.d.ts",
|
|
2019
|
-
"symbol": "Range"
|
|
2020
|
-
},
|
|
2021
|
-
"attributes": [
|
|
2022
|
-
{
|
|
2023
|
-
"name": "auto-focus",
|
|
2024
|
-
"description": "If `true`, the element will be focused on page load.",
|
|
2025
|
-
"required": false,
|
|
2026
|
-
"default": "false",
|
|
2027
|
-
"value": {
|
|
2028
|
-
"kind": "expression",
|
|
2029
|
-
"type": "boolean"
|
|
2030
|
-
}
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"name": "color",
|
|
2034
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"ghost\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
2035
|
-
"required": false,
|
|
2036
|
-
"value": {
|
|
2037
|
-
"kind": "expression",
|
|
2038
|
-
"type": "\"accent\" | \"error\" | \"ghost\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
2039
|
-
}
|
|
2040
|
-
},
|
|
2041
|
-
{
|
|
2042
|
-
"name": "debounce",
|
|
2043
|
-
"description": "Set the amount of time, in milliseconds, to wait to trigger the ionInput event after each keystroke.",
|
|
2044
|
-
"required": false,
|
|
2045
|
-
"value": {
|
|
2046
|
-
"kind": "expression",
|
|
2047
|
-
"type": "number"
|
|
2048
|
-
}
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"name": "disabled",
|
|
2052
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
2053
|
-
"required": false,
|
|
2054
|
-
"value": {
|
|
2055
|
-
"kind": "expression",
|
|
2056
|
-
"type": "boolean"
|
|
2057
|
-
}
|
|
2058
|
-
},
|
|
2059
|
-
{
|
|
2060
|
-
"name": "max",
|
|
2061
|
-
"description": "The maximum value, which must not be less than its minimum (min attribute) value.",
|
|
2062
|
-
"required": false,
|
|
2063
|
-
"value": {
|
|
2064
|
-
"kind": "expression",
|
|
2065
|
-
"type": "number"
|
|
2066
|
-
}
|
|
2067
|
-
},
|
|
2068
|
-
{
|
|
2069
|
-
"name": "min",
|
|
2070
|
-
"description": "The minimum value, which must not be greater than its maximum (max attribute) value.",
|
|
2071
|
-
"required": false,
|
|
2072
|
-
"value": {
|
|
2073
|
-
"kind": "expression",
|
|
2074
|
-
"type": "number"
|
|
2075
|
-
}
|
|
2076
|
-
},
|
|
2077
|
-
{
|
|
2078
|
-
"name": "name",
|
|
2079
|
-
"description": "The name of the control, which is submitted with the form data.",
|
|
2080
|
-
"required": false,
|
|
2081
|
-
"default": "this.inputId",
|
|
2082
|
-
"value": {
|
|
2083
|
-
"kind": "expression",
|
|
2084
|
-
"type": "string"
|
|
2085
|
-
}
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
"name": "required",
|
|
2089
|
-
"description": "If `true`, the user must fill in a value before submitting a form.",
|
|
2090
|
-
"required": false,
|
|
2091
|
-
"value": {
|
|
2092
|
-
"kind": "expression",
|
|
2093
|
-
"type": "boolean"
|
|
2094
|
-
}
|
|
2095
|
-
},
|
|
2096
|
-
{
|
|
2097
|
-
"name": "size",
|
|
2098
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
2099
|
-
"required": false,
|
|
2100
|
-
"value": {
|
|
2101
|
-
"kind": "expression",
|
|
2102
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
2103
|
-
}
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"name": "step",
|
|
2107
|
-
"description": "Works with the min and max attributes to limit the increments at which a value can be set.",
|
|
2108
|
-
"required": false,
|
|
2109
|
-
"value": {
|
|
2110
|
-
"kind": "expression",
|
|
2111
|
-
"type": "number"
|
|
2112
|
-
}
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"name": "value",
|
|
2116
|
-
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
2117
|
-
"required": false,
|
|
2118
|
-
"default": "null",
|
|
2119
|
-
"value": {
|
|
2120
|
-
"kind": "expression",
|
|
2121
|
-
"type": "number"
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
],
|
|
2125
|
-
"slots": [],
|
|
2126
|
-
"events": [
|
|
2127
|
-
{
|
|
2128
|
-
"name": "popBlur",
|
|
2129
|
-
"description": "Emitted when the input loses focus.",
|
|
2130
|
-
"arguments": [
|
|
2131
|
-
{
|
|
2132
|
-
"name": "detail",
|
|
2133
|
-
"type": "void"
|
|
2134
|
-
}
|
|
2135
|
-
]
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"name": "popChange",
|
|
2139
|
-
"description": "The `popChange` event is fired when the user modifies the input's value.\nUnlike the popInput event, the `popChange` event is fired when the element loses focus after its value has been modified.",
|
|
2140
|
-
"arguments": [
|
|
2141
|
-
{
|
|
2142
|
-
"name": "detail",
|
|
2143
|
-
"type": "RangeChangeEventDetail"
|
|
2144
|
-
}
|
|
2145
|
-
]
|
|
2146
|
-
},
|
|
2147
|
-
{
|
|
2148
|
-
"name": "popFocus",
|
|
2149
|
-
"description": "Emitted when the input has focus.",
|
|
2150
|
-
"arguments": [
|
|
2151
|
-
{
|
|
2152
|
-
"name": "detail",
|
|
2153
|
-
"type": "void"
|
|
2154
|
-
}
|
|
2155
|
-
]
|
|
2156
|
-
}
|
|
2157
|
-
]
|
|
2158
|
-
},
|
|
2159
|
-
{
|
|
2160
|
-
"name": "PopSelect",
|
|
2161
|
-
"doc-url": "https://poppy-ui.com/docs/api/select",
|
|
2162
|
-
"description": "Select is used to pick a value from a list of options.",
|
|
2163
|
-
"source": {
|
|
2164
|
-
"module": "@poppy-ui/core/src/components/select/select.d.ts",
|
|
2165
|
-
"symbol": "Select"
|
|
2166
|
-
},
|
|
2167
|
-
"attributes": [
|
|
2168
|
-
{
|
|
2169
|
-
"name": "auto-focus",
|
|
2170
|
-
"description": "If `true`, the element will be focused on page load.",
|
|
2171
|
-
"required": false,
|
|
2172
|
-
"default": "false",
|
|
2173
|
-
"value": {
|
|
2174
|
-
"kind": "expression",
|
|
2175
|
-
"type": "boolean"
|
|
2176
|
-
}
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"name": "bordered",
|
|
2180
|
-
"description": "if `true`, adds border to select when `color` property is not set.",
|
|
2181
|
-
"required": false,
|
|
2182
|
-
"value": {
|
|
2183
|
-
"kind": "expression",
|
|
2184
|
-
"type": "boolean"
|
|
2185
|
-
}
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"name": "color",
|
|
2189
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"ghost\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
2190
|
-
"required": false,
|
|
2191
|
-
"value": {
|
|
2192
|
-
"kind": "expression",
|
|
2193
|
-
"type": "\"accent\" | \"error\" | \"ghost\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
2194
|
-
}
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"name": "compare",
|
|
2198
|
-
"description": "This property allows developers to specify a custom function\nfor comparing objects when determining the selected option in the\nion-radio-group. When not specified, the default behavior will use strict\nequality (===) for comparison.",
|
|
2199
|
-
"required": false,
|
|
2200
|
-
"value": {
|
|
2201
|
-
"kind": "expression",
|
|
2202
|
-
"type": "((currentValue: any, newValue: any) => boolean) | string"
|
|
2203
|
-
}
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"name": "disabled",
|
|
2207
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
2208
|
-
"required": false,
|
|
2209
|
-
"value": {
|
|
2210
|
-
"kind": "expression",
|
|
2211
|
-
"type": "boolean"
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"name": "helper-text",
|
|
2216
|
-
"description": "Text that is placed under the select and displayed when no error is detected.",
|
|
2217
|
-
"required": false,
|
|
2218
|
-
"default": "''",
|
|
2219
|
-
"value": {
|
|
2220
|
-
"kind": "expression",
|
|
2221
|
-
"type": "string"
|
|
2222
|
-
}
|
|
2223
|
-
},
|
|
2224
|
-
{
|
|
2225
|
-
"name": "max",
|
|
2226
|
-
"description": "Only apply when `multiple` property is used.\nThe maximum amount of values that can be selected, which must not be less than its minimum (min attribute) value.",
|
|
2227
|
-
"required": false,
|
|
2228
|
-
"value": {
|
|
2229
|
-
"kind": "expression",
|
|
2230
|
-
"type": "number"
|
|
2231
|
-
}
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
"name": "min",
|
|
2235
|
-
"description": "Only apply when `multiple` property is used.\nThe minimum amount of values that can be selected, which must not be greater than its maximum (max attribute) value.",
|
|
2236
|
-
"required": false,
|
|
2237
|
-
"value": {
|
|
2238
|
-
"kind": "expression",
|
|
2239
|
-
"type": "number"
|
|
2240
|
-
}
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"name": "multiple",
|
|
2244
|
-
"description": "If `true`, the user can select more than one value.",
|
|
2245
|
-
"required": false,
|
|
2246
|
-
"value": {
|
|
2247
|
-
"kind": "expression",
|
|
2248
|
-
"type": "boolean"
|
|
2249
|
-
}
|
|
2250
|
-
},
|
|
2251
|
-
{
|
|
2252
|
-
"name": "name",
|
|
2253
|
-
"description": "The name of the control, which is submitted with the form data.",
|
|
2254
|
-
"required": false,
|
|
2255
|
-
"default": "this.inputId",
|
|
2256
|
-
"value": {
|
|
2257
|
-
"kind": "expression",
|
|
2258
|
-
"type": "string"
|
|
2259
|
-
}
|
|
2260
|
-
},
|
|
2261
|
-
{
|
|
2262
|
-
"name": "not-enough-error-text",
|
|
2263
|
-
"description": "Only apply when `multiple` property is used.\nText that is placed under the select and displayed when the amount of selected option is below of the `min` property.",
|
|
2264
|
-
"required": false,
|
|
2265
|
-
"default": "''",
|
|
2266
|
-
"value": {
|
|
2267
|
-
"kind": "expression",
|
|
2268
|
-
"type": "string"
|
|
2269
|
-
}
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"name": "placeholder",
|
|
2273
|
-
"description": "Instructional text that shows before the input has a value.\n\nThis property replace the `<option disabled selected>`",
|
|
2274
|
-
"required": false,
|
|
2275
|
-
"value": {
|
|
2276
|
-
"kind": "expression",
|
|
2277
|
-
"type": "string"
|
|
2278
|
-
}
|
|
2279
|
-
},
|
|
2280
|
-
{
|
|
2281
|
-
"name": "readonly",
|
|
2282
|
-
"description": "If `true`, the user cannot modify the value.",
|
|
2283
|
-
"required": false,
|
|
2284
|
-
"value": {
|
|
2285
|
-
"kind": "expression",
|
|
2286
|
-
"type": "boolean"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"name": "required",
|
|
2291
|
-
"description": "If `true`, the user must fill in a value before submitting a form.",
|
|
2292
|
-
"required": false,
|
|
2293
|
-
"value": {
|
|
2294
|
-
"kind": "expression",
|
|
2295
|
-
"type": "boolean"
|
|
2296
|
-
}
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
"name": "size",
|
|
2300
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
2301
|
-
"required": false,
|
|
2302
|
-
"value": {
|
|
2303
|
-
"kind": "expression",
|
|
2304
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
2305
|
-
}
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"name": "too-many-error-text",
|
|
2309
|
-
"description": "Only apply when `multiple` property is used.\nText that is placed under the select and displayed when the amount of selected option is greater of the `max` property.",
|
|
2310
|
-
"required": false,
|
|
2311
|
-
"default": "''",
|
|
2312
|
-
"value": {
|
|
2313
|
-
"kind": "expression",
|
|
2314
|
-
"type": "string"
|
|
2315
|
-
}
|
|
2316
|
-
},
|
|
2317
|
-
{
|
|
2318
|
-
"name": "value",
|
|
2319
|
-
"description": "The value of a select is analogous to the value of a `<select>`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
2320
|
-
"required": false,
|
|
2321
|
-
"default": "null",
|
|
2322
|
-
"value": {
|
|
2323
|
-
"kind": "expression",
|
|
2324
|
-
"type": "any"
|
|
2325
|
-
}
|
|
2326
|
-
}
|
|
2327
|
-
],
|
|
2328
|
-
"slots": [
|
|
2329
|
-
{
|
|
2330
|
-
"name": "default",
|
|
2331
|
-
"description": "Slot for the `pop-select-option`"
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"name": "label",
|
|
2335
|
-
"description": "Slot for the content of the label"
|
|
2336
|
-
}
|
|
2337
|
-
],
|
|
2338
|
-
"events": [
|
|
2339
|
-
{
|
|
2340
|
-
"name": "didDismiss",
|
|
2341
|
-
"description": "Emitted when the overlay is dismissed.",
|
|
2342
|
-
"arguments": [
|
|
2343
|
-
{
|
|
2344
|
-
"name": "detail",
|
|
2345
|
-
"type": "void"
|
|
2346
|
-
}
|
|
2347
|
-
]
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"name": "didPresent",
|
|
2351
|
-
"description": "Emitted when the overlay is presented.",
|
|
2352
|
-
"arguments": [
|
|
2353
|
-
{
|
|
2354
|
-
"name": "detail",
|
|
2355
|
-
"type": "void"
|
|
2356
|
-
}
|
|
2357
|
-
]
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"name": "popBlur",
|
|
2361
|
-
"description": "Emitted when the input loses focus.",
|
|
2362
|
-
"arguments": [
|
|
2363
|
-
{
|
|
2364
|
-
"name": "detail",
|
|
2365
|
-
"type": "void"
|
|
2366
|
-
}
|
|
2367
|
-
]
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"name": "popChange",
|
|
2371
|
-
"description": "The `popChange` event is fired when the user modifies the select's value.\nUnlike the ionInput event, the `popChange` event is fired when the element loses focus after its value has been modified.",
|
|
2372
|
-
"arguments": [
|
|
2373
|
-
{
|
|
2374
|
-
"name": "detail",
|
|
2375
|
-
"type": "SelectChangeEventDetail<any>"
|
|
2376
|
-
}
|
|
2377
|
-
]
|
|
2378
|
-
},
|
|
2379
|
-
{
|
|
2380
|
-
"name": "popFocus",
|
|
2381
|
-
"description": "Emitted when the input has focus.",
|
|
2382
|
-
"arguments": [
|
|
2383
|
-
{
|
|
2384
|
-
"name": "detail",
|
|
2385
|
-
"type": "void"
|
|
2386
|
-
}
|
|
2387
|
-
]
|
|
2388
|
-
}
|
|
2389
|
-
]
|
|
2390
|
-
},
|
|
2391
|
-
{
|
|
2392
|
-
"name": "PopSelectOption",
|
|
2393
|
-
"doc-url": "https://poppy-ui.com/docs/api/select-option",
|
|
2394
|
-
"description": "",
|
|
2395
|
-
"source": {
|
|
2396
|
-
"module": "@poppy-ui/core/src/components/select-option/select-option.d.ts",
|
|
2397
|
-
"symbol": "SelectOption"
|
|
2398
|
-
},
|
|
2399
|
-
"attributes": [
|
|
2400
|
-
{
|
|
2401
|
-
"name": "disabled",
|
|
2402
|
-
"description": "If `true`, the user cannot interact with the select option. This property does not apply when `interface=\"action-sheet\"` as `ion-action-sheet` does not allow for disabled buttons.",
|
|
2403
|
-
"required": false,
|
|
2404
|
-
"value": {
|
|
2405
|
-
"kind": "expression",
|
|
2406
|
-
"type": "boolean"
|
|
2407
|
-
}
|
|
2408
|
-
},
|
|
2409
|
-
{
|
|
2410
|
-
"name": "value",
|
|
2411
|
-
"description": "The text value of the option.",
|
|
2412
|
-
"required": false,
|
|
2413
|
-
"value": {
|
|
2414
|
-
"kind": "expression",
|
|
2415
|
-
"type": "any"
|
|
2416
|
-
}
|
|
2417
|
-
}
|
|
2418
|
-
],
|
|
2419
|
-
"slots": [],
|
|
2420
|
-
"events": []
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"name": "PopSwap",
|
|
2424
|
-
"doc-url": "https://poppy-ui.com/docs/api/swap",
|
|
2425
|
-
"description": "Swap allows you to toggle the visibility of two elements.",
|
|
2426
|
-
"source": {
|
|
2427
|
-
"module": "@poppy-ui/core/src/components/swap/swap.d.ts",
|
|
2428
|
-
"symbol": "Swap"
|
|
2429
|
-
},
|
|
2430
|
-
"attributes": [
|
|
2431
|
-
{
|
|
2432
|
-
"name": "active",
|
|
2433
|
-
"description": "Activates the swap.\nShow whats inside the slot `on`",
|
|
2434
|
-
"required": false,
|
|
2435
|
-
"value": {
|
|
2436
|
-
"kind": "expression",
|
|
2437
|
-
"type": "boolean"
|
|
2438
|
-
}
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"name": "type",
|
|
2442
|
-
"description": "Choose what animation is used on click.",
|
|
2443
|
-
"required": false,
|
|
2444
|
-
"value": {
|
|
2445
|
-
"kind": "expression",
|
|
2446
|
-
"type": "\"flip\" | \"rotate\""
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
],
|
|
2450
|
-
"slots": [
|
|
2451
|
-
{
|
|
2452
|
-
"name": "off",
|
|
2453
|
-
"description": "Slot for element when the swap is inactive"
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"name": "on",
|
|
2457
|
-
"description": "Slot for element when the swap is active"
|
|
2458
|
-
}
|
|
2459
|
-
],
|
|
2460
|
-
"events": [
|
|
2461
|
-
{
|
|
2462
|
-
"name": "on",
|
|
2463
|
-
"description": "Emitted when the swap active attribut change",
|
|
2464
|
-
"arguments": [
|
|
2465
|
-
{
|
|
2466
|
-
"name": "detail",
|
|
2467
|
-
"type": "SwapChangeEventDetail"
|
|
2468
|
-
}
|
|
2469
|
-
]
|
|
2470
|
-
}
|
|
2471
|
-
]
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"name": "PopTextarea",
|
|
2475
|
-
"doc-url": "https://poppy-ui.com/docs/api/textarea",
|
|
2476
|
-
"description": "Textarea allows users to enter text in multiple lines.",
|
|
2477
|
-
"source": {
|
|
2478
|
-
"module": "@poppy-ui/core/src/components/textarea/textarea.d.ts",
|
|
2479
|
-
"symbol": "Textarea"
|
|
2480
|
-
},
|
|
2481
|
-
"attributes": [
|
|
2482
|
-
{
|
|
2483
|
-
"name": "auto-capitalize",
|
|
2484
|
-
"description": "This features work only on mobile and tablet devices.\nBy default the User Agent and input make their own determination.",
|
|
2485
|
-
"required": false,
|
|
2486
|
-
"value": {
|
|
2487
|
-
"kind": "expression",
|
|
2488
|
-
"type": "\"characters\" | \"none\" | \"off\" | \"on\" | \"sentences\" | \"words\""
|
|
2489
|
-
}
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"name": "auto-focus",
|
|
2493
|
-
"description": "If `true`, the element will be focused on page load.",
|
|
2494
|
-
"required": false,
|
|
2495
|
-
"default": "false",
|
|
2496
|
-
"value": {
|
|
2497
|
-
"kind": "expression",
|
|
2498
|
-
"type": "boolean"
|
|
2499
|
-
}
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
"name": "bordered",
|
|
2503
|
-
"description": "if `true`, adds border to textarea when `color` property is not set.",
|
|
2504
|
-
"required": false,
|
|
2505
|
-
"value": {
|
|
2506
|
-
"kind": "expression",
|
|
2507
|
-
"type": "boolean"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"name": "color",
|
|
2512
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"ghost\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
2513
|
-
"required": false,
|
|
2514
|
-
"value": {
|
|
2515
|
-
"kind": "expression",
|
|
2516
|
-
"type": "\"accent\" | \"error\" | \"ghost\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
2517
|
-
}
|
|
2518
|
-
},
|
|
2519
|
-
{
|
|
2520
|
-
"name": "cols",
|
|
2521
|
-
"description": "The visible width of the text control, in average character widths.\nIf it is specified, it must be a positive integer.",
|
|
2522
|
-
"required": false,
|
|
2523
|
-
"value": {
|
|
2524
|
-
"kind": "expression",
|
|
2525
|
-
"type": "number"
|
|
2526
|
-
}
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"name": "counter",
|
|
2530
|
-
"description": "If `true`, a character counter will display the ratio of characters used and the total character limit.\nDevelopers must also set the `maxlength` property for the counter to be calculated correctly.",
|
|
2531
|
-
"required": false,
|
|
2532
|
-
"value": {
|
|
2533
|
-
"kind": "expression",
|
|
2534
|
-
"type": "boolean"
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"name": "counterFormatter",
|
|
2539
|
-
"description": "A callback used to format the counter text.\nBy default the counter text is set to \"itemLength / maxLength\".",
|
|
2540
|
-
"required": false,
|
|
2541
|
-
"value": {
|
|
2542
|
-
"kind": "expression",
|
|
2543
|
-
"type": "(inputLength: number, maxLength: number) => string"
|
|
2544
|
-
}
|
|
2545
|
-
},
|
|
2546
|
-
{
|
|
2547
|
-
"name": "debounce",
|
|
2548
|
-
"description": "Set the amount of time, in milliseconds, to wait to trigger the ionInput event after each keystroke.",
|
|
2549
|
-
"required": false,
|
|
2550
|
-
"value": {
|
|
2551
|
-
"kind": "expression",
|
|
2552
|
-
"type": "number"
|
|
2553
|
-
}
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"name": "disabled",
|
|
2557
|
-
"description": "If `true`, the user cannot interact with the element.",
|
|
2558
|
-
"required": false,
|
|
2559
|
-
"value": {
|
|
2560
|
-
"kind": "expression",
|
|
2561
|
-
"type": "boolean"
|
|
2562
|
-
}
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
"name": "enterkeyhint",
|
|
2566
|
-
"description": "A hint to the browser for which keyboard to display.\nThat specifies what action label (or icon) to present for the enter key on virtual keyboards.",
|
|
2567
|
-
"required": false,
|
|
2568
|
-
"value": {
|
|
2569
|
-
"kind": "expression",
|
|
2570
|
-
"type": "\"done\" | \"enter\" | \"go\" | \"next\" | \"previous\" | \"search\" | \"send\""
|
|
2571
|
-
}
|
|
2572
|
-
},
|
|
2573
|
-
{
|
|
2574
|
-
"name": "error-text",
|
|
2575
|
-
"description": "Text that is placed under the textarea and displayed when an error is detected.",
|
|
2576
|
-
"required": false,
|
|
2577
|
-
"value": {
|
|
2578
|
-
"kind": "expression",
|
|
2579
|
-
"type": "string"
|
|
2580
|
-
}
|
|
2581
|
-
},
|
|
2582
|
-
{
|
|
2583
|
-
"name": "helper-text",
|
|
2584
|
-
"description": "Text that is placed under the textarea and displayed when no error is detected.",
|
|
2585
|
-
"required": false,
|
|
2586
|
-
"value": {
|
|
2587
|
-
"kind": "expression",
|
|
2588
|
-
"type": "string"
|
|
2589
|
-
}
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"name": "keyboard",
|
|
2593
|
-
"description": "A hint to the browser for which virtual keyboard to display.",
|
|
2594
|
-
"required": false,
|
|
2595
|
-
"value": {
|
|
2596
|
-
"kind": "expression",
|
|
2597
|
-
"type": "\"decimal\" | \"email\" | \"none\" | \"numeric\" | \"search\" | \"tel\" | \"text\" | \"url\""
|
|
2598
|
-
}
|
|
2599
|
-
},
|
|
2600
|
-
{
|
|
2601
|
-
"name": "max-length",
|
|
2602
|
-
"description": "This attribute specifies the maximum number of characters that the user can enter.",
|
|
2603
|
-
"required": false,
|
|
2604
|
-
"value": {
|
|
2605
|
-
"kind": "expression",
|
|
2606
|
-
"type": "number"
|
|
2607
|
-
}
|
|
2608
|
-
},
|
|
2609
|
-
{
|
|
2610
|
-
"name": "min-length",
|
|
2611
|
-
"description": "This attribute specifies the minimum number of characters that the user can enter.",
|
|
2612
|
-
"required": false,
|
|
2613
|
-
"value": {
|
|
2614
|
-
"kind": "expression",
|
|
2615
|
-
"type": "number"
|
|
2616
|
-
}
|
|
2617
|
-
},
|
|
2618
|
-
{
|
|
2619
|
-
"name": "name",
|
|
2620
|
-
"description": "The name of the control, which is submitted with the form data.",
|
|
2621
|
-
"required": false,
|
|
2622
|
-
"default": "this.inputId",
|
|
2623
|
-
"value": {
|
|
2624
|
-
"kind": "expression",
|
|
2625
|
-
"type": "string"
|
|
2626
|
-
}
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
"name": "placeholder",
|
|
2630
|
-
"description": "Instructional text that shows before the input has a value.",
|
|
2631
|
-
"required": false,
|
|
2632
|
-
"value": {
|
|
2633
|
-
"kind": "expression",
|
|
2634
|
-
"type": "string"
|
|
2635
|
-
}
|
|
2636
|
-
},
|
|
2637
|
-
{
|
|
2638
|
-
"name": "readonly",
|
|
2639
|
-
"description": "If `true`, the user cannot modify the value.",
|
|
2640
|
-
"required": false,
|
|
2641
|
-
"value": {
|
|
2642
|
-
"kind": "expression",
|
|
2643
|
-
"type": "boolean"
|
|
2644
|
-
}
|
|
2645
|
-
},
|
|
2646
|
-
{
|
|
2647
|
-
"name": "required",
|
|
2648
|
-
"description": "If `true`, the user must fill in a value before submitting a form.",
|
|
2649
|
-
"required": false,
|
|
2650
|
-
"value": {
|
|
2651
|
-
"kind": "expression",
|
|
2652
|
-
"type": "boolean"
|
|
2653
|
-
}
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"name": "rows",
|
|
2657
|
-
"description": "The number of visible text lines for the control.",
|
|
2658
|
-
"required": false,
|
|
2659
|
-
"value": {
|
|
2660
|
-
"kind": "expression",
|
|
2661
|
-
"type": "number"
|
|
2662
|
-
}
|
|
2663
|
-
},
|
|
2664
|
-
{
|
|
2665
|
-
"name": "size",
|
|
2666
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
2667
|
-
"required": false,
|
|
2668
|
-
"value": {
|
|
2669
|
-
"kind": "expression",
|
|
2670
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
2671
|
-
}
|
|
2672
|
-
},
|
|
2673
|
-
{
|
|
2674
|
-
"name": "spellcheck",
|
|
2675
|
-
"description": "If `true`, the element will have its spelling and grammar checked.\nBy default the User Agent make their own default behavior.",
|
|
2676
|
-
"required": false,
|
|
2677
|
-
"value": {
|
|
2678
|
-
"kind": "expression",
|
|
2679
|
-
"type": "boolean"
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"name": "value",
|
|
2684
|
-
"description": "The value of the textarea.",
|
|
2685
|
-
"required": false,
|
|
2686
|
-
"default": "''",
|
|
2687
|
-
"value": {
|
|
2688
|
-
"kind": "expression",
|
|
2689
|
-
"type": "string"
|
|
2690
|
-
}
|
|
2691
|
-
},
|
|
2692
|
-
{
|
|
2693
|
-
"name": "wrap",
|
|
2694
|
-
"description": "Indicates how the control wraps text.\n\nIf wrap attribute is in the `hard` state, the `cols` property must be specified.",
|
|
2695
|
-
"required": false,
|
|
2696
|
-
"value": {
|
|
2697
|
-
"kind": "expression",
|
|
2698
|
-
"type": "\"hard\" | \"soft\""
|
|
2699
|
-
}
|
|
2700
|
-
}
|
|
2701
|
-
],
|
|
2702
|
-
"slots": [
|
|
2703
|
-
{
|
|
2704
|
-
"name": "default",
|
|
2705
|
-
"description": "Slot for the content of the label"
|
|
2706
|
-
}
|
|
2707
|
-
],
|
|
2708
|
-
"events": [
|
|
2709
|
-
{
|
|
2710
|
-
"name": "popBlur",
|
|
2711
|
-
"description": "Emitted when the input loses focus.",
|
|
2712
|
-
"arguments": [
|
|
2713
|
-
{
|
|
2714
|
-
"name": "detail",
|
|
2715
|
-
"type": "void"
|
|
2716
|
-
}
|
|
2717
|
-
]
|
|
2718
|
-
},
|
|
2719
|
-
{
|
|
2720
|
-
"name": "popChange",
|
|
2721
|
-
"description": "The `popChange` event is fired when the user modifies the textarea's value.\nUnlike the ionInput event, the `popChange` event is fired when the element loses focus after its value has been modified.",
|
|
2722
|
-
"arguments": [
|
|
2723
|
-
{
|
|
2724
|
-
"name": "detail",
|
|
2725
|
-
"type": "TextareaChangeEventDetail"
|
|
2726
|
-
}
|
|
2727
|
-
]
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
"name": "popFocus",
|
|
2731
|
-
"description": "Emitted when the input has focus.",
|
|
2732
|
-
"arguments": [
|
|
2733
|
-
{
|
|
2734
|
-
"name": "detail",
|
|
2735
|
-
"type": "void"
|
|
2736
|
-
}
|
|
2737
|
-
]
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"name": "popInput",
|
|
2741
|
-
"description": "The `popInput` event is fired each time the user modifies the textarea's value.\nUnlike the `popChange` event, the `popInput` event is fired for each alteration to the textarea's value.\nThis typically happens for each keystroke as the user types.\n\nThis event can be debouced by the `debounce` property.",
|
|
2742
|
-
"arguments": [
|
|
2743
|
-
{
|
|
2744
|
-
"name": "detail",
|
|
2745
|
-
"type": "TextareaInputEventDetail"
|
|
2746
|
-
}
|
|
2747
|
-
]
|
|
2748
|
-
}
|
|
2749
|
-
]
|
|
2750
|
-
},
|
|
2751
|
-
{
|
|
2752
|
-
"name": "PopToggle",
|
|
2753
|
-
"doc-url": "https://poppy-ui.com/docs/api/toggle",
|
|
2754
|
-
"description": "Toggle is a checkbox that is styled to look like a switch button.",
|
|
2755
|
-
"source": {
|
|
2756
|
-
"module": "@poppy-ui/core/src/components/toggle/toggle.d.ts",
|
|
2757
|
-
"symbol": "Toggle"
|
|
2758
|
-
},
|
|
2759
|
-
"attributes": [
|
|
2760
|
-
{
|
|
2761
|
-
"name": "checked",
|
|
2762
|
-
"description": "If `true`, the toggle is selected.",
|
|
2763
|
-
"required": false,
|
|
2764
|
-
"value": {
|
|
2765
|
-
"kind": "expression",
|
|
2766
|
-
"type": "boolean"
|
|
2767
|
-
}
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "color",
|
|
2771
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"ghost\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
2772
|
-
"required": false,
|
|
2773
|
-
"value": {
|
|
2774
|
-
"kind": "expression",
|
|
2775
|
-
"type": "\"accent\" | \"error\" | \"ghost\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
2776
|
-
}
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"name": "disabled",
|
|
2780
|
-
"description": "If true, the user cannot interact with the native element.",
|
|
2781
|
-
"required": false,
|
|
2782
|
-
"value": {
|
|
2783
|
-
"kind": "expression",
|
|
2784
|
-
"type": "boolean"
|
|
2785
|
-
}
|
|
2786
|
-
},
|
|
2787
|
-
{
|
|
2788
|
-
"name": "indeterminate",
|
|
2789
|
-
"description": "If a developer want to use `indeterminate`, `checked` property should be set to `false`",
|
|
2790
|
-
"required": false,
|
|
2791
|
-
"value": {
|
|
2792
|
-
"kind": "expression",
|
|
2793
|
-
"type": "boolean"
|
|
2794
|
-
}
|
|
2795
|
-
},
|
|
2796
|
-
{
|
|
2797
|
-
"name": "name",
|
|
2798
|
-
"description": "The name of the control, which is submitted with the form data.",
|
|
2799
|
-
"required": false,
|
|
2800
|
-
"default": "this.inputId",
|
|
2801
|
-
"value": {
|
|
2802
|
-
"kind": "expression",
|
|
2803
|
-
"type": "string"
|
|
2804
|
-
}
|
|
2805
|
-
},
|
|
2806
|
-
{
|
|
2807
|
-
"name": "readonly",
|
|
2808
|
-
"description": "If `true`, the user cannot modify the value.",
|
|
2809
|
-
"required": false,
|
|
2810
|
-
"value": {
|
|
2811
|
-
"kind": "expression",
|
|
2812
|
-
"type": "boolean"
|
|
2813
|
-
}
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"name": "required",
|
|
2817
|
-
"description": "If `true`, the user must fill in a value before submitting a form.",
|
|
2818
|
-
"required": false,
|
|
2819
|
-
"value": {
|
|
2820
|
-
"kind": "expression",
|
|
2821
|
-
"type": "boolean"
|
|
2822
|
-
}
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "size",
|
|
2826
|
-
"description": "Change size of the component\nOptions are: `\"xs\"`, `\"sm\"`, `\"md\"`, `\"lg\"`.",
|
|
2827
|
-
"required": false,
|
|
2828
|
-
"value": {
|
|
2829
|
-
"kind": "expression",
|
|
2830
|
-
"type": "\"lg\" | \"md\" | \"sm\" | \"xs\""
|
|
2831
|
-
}
|
|
2832
|
-
},
|
|
2833
|
-
{
|
|
2834
|
-
"name": "value",
|
|
2835
|
-
"description": "The value of the toggle does not mean if it's checked or not, use the `checked`\nproperty for that.\n\nThe value of a toggle is analogous to the value of a `<input type=\"checkbox\">`,\nit's only used when the toggle participates in a native `<form>`.",
|
|
2836
|
-
"required": false,
|
|
2837
|
-
"default": "'on'",
|
|
2838
|
-
"value": {
|
|
2839
|
-
"kind": "expression",
|
|
2840
|
-
"type": "string"
|
|
2841
|
-
}
|
|
2842
|
-
}
|
|
2843
|
-
],
|
|
2844
|
-
"slots": [
|
|
2845
|
-
{
|
|
2846
|
-
"name": "default",
|
|
2847
|
-
"description": "Slot for the content of the label"
|
|
2848
|
-
}
|
|
2849
|
-
],
|
|
2850
|
-
"events": [
|
|
2851
|
-
{
|
|
2852
|
-
"name": "popBlur",
|
|
2853
|
-
"description": "Emitted when the input loses focus.",
|
|
2854
|
-
"arguments": [
|
|
2855
|
-
{
|
|
2856
|
-
"name": "detail",
|
|
2857
|
-
"type": "void"
|
|
2858
|
-
}
|
|
2859
|
-
]
|
|
2860
|
-
},
|
|
2861
|
-
{
|
|
2862
|
-
"name": "popChange",
|
|
2863
|
-
"description": "Emitted when the input checked attribut change",
|
|
2864
|
-
"arguments": [
|
|
2865
|
-
{
|
|
2866
|
-
"name": "detail",
|
|
2867
|
-
"type": "ToggleChangeEventDetail<any>"
|
|
2868
|
-
}
|
|
2869
|
-
]
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"name": "popFocus",
|
|
2873
|
-
"description": "Emitted when the input has focus.",
|
|
2874
|
-
"arguments": [
|
|
2875
|
-
{
|
|
2876
|
-
"name": "detail",
|
|
2877
|
-
"type": "void"
|
|
2878
|
-
}
|
|
2879
|
-
]
|
|
2880
|
-
}
|
|
2881
|
-
]
|
|
2882
|
-
},
|
|
2883
|
-
{
|
|
2884
|
-
"name": "PopTooltip",
|
|
2885
|
-
"doc-url": "https://poppy-ui.com/docs/api/tooltip",
|
|
2886
|
-
"description": "Tooltip can be used to show a message when hovering over an element.",
|
|
2887
|
-
"source": {
|
|
2888
|
-
"module": "@poppy-ui/core/src/components/tooltip/tooltip.d.ts",
|
|
2889
|
-
"symbol": "Tooltip"
|
|
2890
|
-
},
|
|
2891
|
-
"attributes": [
|
|
2892
|
-
{
|
|
2893
|
-
"name": "color",
|
|
2894
|
-
"description": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"accent\"`, `\"info\"`, `\"success\"`, `\"warning\"`, `\"error\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
2895
|
-
"required": false,
|
|
2896
|
-
"value": {
|
|
2897
|
-
"kind": "expression",
|
|
2898
|
-
"type": "\"accent\" | \"error\" | \"info\" | \"primary\" | \"secondary\" | \"success\" | \"warning\""
|
|
2899
|
-
}
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"name": "open",
|
|
2903
|
-
"description": "Force open tooltip",
|
|
2904
|
-
"required": false,
|
|
2905
|
-
"value": {
|
|
2906
|
-
"kind": "expression",
|
|
2907
|
-
"type": "boolean"
|
|
2908
|
-
}
|
|
2909
|
-
},
|
|
2910
|
-
{
|
|
2911
|
-
"name": "position",
|
|
2912
|
-
"description": "Define the position of tooltip\nBy default the tootip appear on top",
|
|
2913
|
-
"required": false,
|
|
2914
|
-
"value": {
|
|
2915
|
-
"kind": "expression",
|
|
2916
|
-
"type": "\"bottom\" | \"left\" | \"right\" | \"top\""
|
|
2917
|
-
}
|
|
2918
|
-
},
|
|
2919
|
-
{
|
|
2920
|
-
"name": "value",
|
|
2921
|
-
"description": "Text to show on hover",
|
|
2922
|
-
"required": true,
|
|
2923
|
-
"value": {
|
|
2924
|
-
"kind": "expression",
|
|
2925
|
-
"type": "string"
|
|
2926
|
-
}
|
|
2927
|
-
}
|
|
2928
|
-
],
|
|
2929
|
-
"slots": [
|
|
2930
|
-
{
|
|
2931
|
-
"name": "default",
|
|
2932
|
-
"description": "Slot for the content of the tooltip"
|
|
2933
|
-
}
|
|
2934
|
-
],
|
|
2935
|
-
"events": []
|
|
2936
|
-
}
|
|
2937
|
-
]
|
|
2938
|
-
}
|
|
2939
|
-
}
|
|
2940
|
-
}
|