@routa/ui-vue 0.1.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 +52 -0
- package/base.css +1 -0
- package/dist/autocomplete/AutoComplete.vue.d.ts +336 -0
- package/dist/autocomplete/index.d.ts +298 -0
- package/dist/autocomplete/index.js +4 -0
- package/dist/autocomplete/index.mjs +321 -0
- package/dist/autocomplete/types.d.ts +58 -0
- package/dist/avatar/Avatar.vue.d.ts +36 -0
- package/dist/avatar/AvatarGroup.vue.d.ts +7 -0
- package/dist/avatar/index.d.ts +7 -0
- package/dist/avatar/index.js +3 -0
- package/dist/avatar/index.mjs +192 -0
- package/dist/avatar/types.d.ts +111 -0
- package/dist/badge/Badge.vue.d.ts +25 -0
- package/dist/badge/index.d.ts +5 -0
- package/dist/badge/index.js +2 -0
- package/dist/badge/index.mjs +72 -0
- package/dist/badge/types.d.ts +86 -0
- package/dist/breadcrumb/Breadcrumb.vue.d.ts +38 -0
- package/dist/breadcrumb/BreadcrumbItem.vue.d.ts +48 -0
- package/dist/breadcrumb/index.d.ts +7 -0
- package/dist/breadcrumb/index.js +2 -0
- package/dist/breadcrumb/index.mjs +87 -0
- package/dist/breadcrumb/types.d.ts +28 -0
- package/dist/button/Button.vue.d.ts +27 -0
- package/dist/button/index.d.ts +5 -0
- package/dist/button/index.js +2 -0
- package/dist/button/index.mjs +10 -0
- package/dist/button/types.d.ts +14 -0
- package/dist/card/Card.vue.d.ts +49 -0
- package/dist/card/index.d.ts +72 -0
- package/dist/card/index.js +2 -0
- package/dist/card/index.mjs +60 -0
- package/dist/card/types.d.ts +16 -0
- package/dist/carousel/Carousel.vue.d.ts +134 -0
- package/dist/carousel/CarouselItem.vue.d.ts +23 -0
- package/dist/carousel/index.d.ts +250 -0
- package/dist/carousel/index.js +2 -0
- package/dist/carousel/index.mjs +354 -0
- package/dist/carousel/types.d.ts +97 -0
- package/dist/cascader/Cascader.vue.d.ts +109 -0
- package/dist/cascader/CascaderPanel.vue.d.ts +55 -0
- package/dist/cascader/index.d.ts +110 -0
- package/dist/cascader/index.js +5 -0
- package/dist/cascader/index.mjs +370 -0
- package/dist/cascader/types.d.ts +54 -0
- package/dist/checkbox/Checkbox.vue.d.ts +99 -0
- package/dist/checkbox/CheckboxGroup.vue.d.ts +59 -0
- package/dist/checkbox/constants.d.ts +2 -0
- package/dist/checkbox/index.d.ts +9 -0
- package/dist/checkbox/index.js +2 -0
- package/dist/checkbox/index.mjs +70 -0
- package/dist/checkbox/types.d.ts +64 -0
- package/dist/chunks/Button.vue_vue_type_script_setup_true_lang-BthtEkGw.mjs +170 -0
- package/dist/chunks/Button.vue_vue_type_script_setup_true_lang-Do1NtIFC.js +1 -0
- package/dist/chunks/Checkbox.vue_vue_type_script_setup_true_lang-DxecbRJE.js +1 -0
- package/dist/chunks/Checkbox.vue_vue_type_script_setup_true_lang-fOXXjwnz.mjs +289 -0
- package/dist/chunks/Icon.vue_vue_type_script_setup_true_lang-LQ-KuJ6a.mjs +57 -0
- package/dist/chunks/Icon.vue_vue_type_script_setup_true_lang-YDWguTmi.js +1 -0
- package/dist/chunks/Input.vue_vue_type_script_setup_true_lang-8x2HE2Cj.js +1 -0
- package/dist/chunks/Input.vue_vue_type_script_setup_true_lang-PeDZ7smO.mjs +391 -0
- package/dist/chunks/Popover.vue_vue_type_script_setup_true_lang-CVWbekIQ.mjs +176 -0
- package/dist/chunks/Popover.vue_vue_type_script_setup_true_lang-TF9OnqB0.js +1 -0
- package/dist/chunks/Scrollbar.vue_vue_type_script_setup_true_lang-CtBz7Ha9.js +1 -0
- package/dist/chunks/Scrollbar.vue_vue_type_script_setup_true_lang-kKvR0Hz3.mjs +124 -0
- package/dist/chunks/TimePanel.vue_vue_type_script_setup_true_lang-BNTM3OeU.js +1 -0
- package/dist/chunks/TimePanel.vue_vue_type_script_setup_true_lang-BxuIhLsF.mjs +170 -0
- package/dist/chunks/_plugin-vue_export-helper-BHFhmbuH.js +1 -0
- package/dist/chunks/_plugin-vue_export-helper-CHgC5LLL.mjs +9 -0
- package/dist/chunks/auto-update-6n8Xn1EH.js +1 -0
- package/dist/chunks/auto-update-Dw-2qIsQ.mjs +59 -0
- package/dist/chunks/color-BBpRjg5d.mjs +32 -0
- package/dist/chunks/color-m1q_rZ68.js +1 -0
- package/dist/chunks/context-BEsW77hb.js +1 -0
- package/dist/chunks/context-BlK-PJ3n.mjs +5 -0
- package/dist/chunks/controller-37WpkEdZ.js +1 -0
- package/dist/chunks/controller-3cWaJJMW.mjs +318 -0
- package/dist/chunks/controller-BQhkT8pi.mjs +95 -0
- package/dist/chunks/controller-BnNZOOMj.js +1 -0
- package/dist/chunks/controller-CV-a983I.js +1 -0
- package/dist/chunks/controller-D1BTHmfO.js +1 -0
- package/dist/chunks/controller-DZp6lWY1.mjs +96 -0
- package/dist/chunks/controller-DdEBnv9V.mjs +82 -0
- package/dist/chunks/id-CfLxBW9l.js +1 -0
- package/dist/chunks/id-VS2potoV.mjs +7 -0
- package/dist/chunks/index-B0yEC3RG.mjs +136 -0
- package/dist/chunks/index-B4GP5rXr.mjs +170 -0
- package/dist/chunks/index-DWAWrVaT.js +1 -0
- package/dist/chunks/index-RYR-1S7A.js +1 -0
- package/dist/chunks/install-DJNxamQ0.mjs +10 -0
- package/dist/chunks/install-gnn2dOg9.js +1 -0
- package/dist/chunks/manager-BUdQK4AD.mjs +156 -0
- package/dist/chunks/manager-C-VTKQvg.mjs +85 -0
- package/dist/chunks/manager-C0AUxQ1I.js +2 -0
- package/dist/chunks/manager-d-AJMlyO.js +1 -0
- package/dist/chunks/modal-BiivqQQz.mjs +86 -0
- package/dist/chunks/modal-CRbFkVcm.js +1 -0
- package/dist/chunks/responsive-BYScjISa.js +1 -0
- package/dist/chunks/responsive-jCVnPx1a.mjs +49 -0
- package/dist/chunks/style-C-58-Hx4.mjs +7 -0
- package/dist/chunks/style-CjCLKeeU.js +1 -0
- package/dist/chunks/types-CXAGM03M.mjs +92 -0
- package/dist/chunks/types-DS78vyi2.js +1 -0
- package/dist/chunks/use-form-item-CloIcyon.js +1 -0
- package/dist/chunks/use-form-item-CqDbWCiU.mjs +16 -0
- package/dist/chunks/use-id-BycaM3-h.js +1 -0
- package/dist/chunks/use-id-D3casveg.mjs +9 -0
- package/dist/chunks/use-signals-Bz1smiXh.js +1 -0
- package/dist/chunks/use-signals-CE1T2jXK.mjs +50 -0
- package/dist/chunks/useCanvasRenderer-BPTNzGy0.mjs +87 -0
- package/dist/chunks/useCanvasRenderer-D77k3JCQ.js +1 -0
- package/dist/chunks/useResizeObserver-Cki4q_CI.mjs +60 -0
- package/dist/chunks/useResizeObserver-DMkB1OF3.js +1 -0
- package/dist/chunks/z-index-CNZLw1v7.js +1 -0
- package/dist/chunks/z-index-D9ecXoNe.mjs +14 -0
- package/dist/collapse/Collapse.vue.d.ts +30 -0
- package/dist/collapse/CollapseItem.vue.d.ts +20 -0
- package/dist/collapse/index.d.ts +8 -0
- package/dist/collapse/index.js +3 -0
- package/dist/collapse/index.mjs +144 -0
- package/dist/collapse/types.d.ts +54 -0
- package/dist/color-picker/AlphaSlider.vue.d.ts +38 -0
- package/dist/color-picker/ColorPicker.vue.d.ts +57 -0
- package/dist/color-picker/HueSlider.vue.d.ts +28 -0
- package/dist/color-picker/SaturationPanel.vue.d.ts +46 -0
- package/dist/color-picker/index.d.ts +56 -0
- package/dist/color-picker/index.js +6 -0
- package/dist/color-picker/index.mjs +481 -0
- package/dist/config-provider/ConfigProvider.vue.d.ts +64 -0
- package/dist/config-provider/context.d.ts +888 -0
- package/dist/config-provider/index.d.ts +97 -0
- package/dist/config-provider/index.js +1 -0
- package/dist/config-provider/index.mjs +396 -0
- package/dist/config-provider/resolver.d.ts +2 -0
- package/dist/config-provider/runtime.d.ts +5 -0
- package/dist/config-provider/teleport.d.ts +6 -0
- package/dist/config-provider/types.d.ts +131 -0
- package/dist/context-menu/ContextMenu.vue.d.ts +87 -0
- package/dist/context-menu/index.d.ts +5 -0
- package/dist/context-menu/index.js +3 -0
- package/dist/context-menu/index.mjs +215 -0
- package/dist/context-menu/types.d.ts +34 -0
- package/dist/date-picker/Calendar.vue.d.ts +22 -0
- package/dist/date-picker/DatePicker.vue.d.ts +31 -0
- package/dist/date-picker/DateRangePicker.vue.d.ts +26 -0
- package/dist/date-picker/DateTimePicker.vue.d.ts +27 -0
- package/dist/date-picker/DateTimeRangePicker.vue.d.ts +27 -0
- package/dist/date-picker/index.d.ts +13 -0
- package/dist/date-picker/index.js +6 -0
- package/dist/date-picker/index.mjs +1229 -0
- package/dist/date-picker/utils.d.ts +3 -0
- package/dist/dialog/Dialog.vue.d.ts +97 -0
- package/dist/dialog/index.d.ts +5 -0
- package/dist/dialog/index.js +2 -0
- package/dist/dialog/index.mjs +161 -0
- package/dist/dialog/types.d.ts +38 -0
- package/dist/divider/Divider.vue.d.ts +74 -0
- package/dist/divider/index.d.ts +5 -0
- package/dist/divider/index.js +2 -0
- package/dist/divider/index.mjs +96 -0
- package/dist/divider/types.d.ts +57 -0
- package/dist/drawer/Drawer.vue.d.ts +106 -0
- package/dist/drawer/index.d.ts +5 -0
- package/dist/drawer/index.js +2 -0
- package/dist/drawer/index.mjs +168 -0
- package/dist/drawer/types.d.ts +42 -0
- package/dist/dropdown/Dropdown.vue.d.ts +109 -0
- package/dist/dropdown/DropdownItem.vue.d.ts +60 -0
- package/dist/dropdown/index.d.ts +7 -0
- package/dist/dropdown/index.js +3 -0
- package/dist/dropdown/index.mjs +310 -0
- package/dist/dropdown/types.d.ts +87 -0
- package/dist/empty/Empty.vue.d.ts +47 -0
- package/dist/empty/index.d.ts +70 -0
- package/dist/empty/index.js +2 -0
- package/dist/empty/index.mjs +50 -0
- package/dist/empty/types.d.ts +16 -0
- package/dist/feedback-runtime/manager.d.ts +109 -0
- package/dist/feedback-runtime/mount.d.ts +5 -0
- package/dist/feedback-runtime/types.d.ts +27 -0
- package/dist/form/Form.vue.d.ts +37 -0
- package/dist/form/FormItem.vue.d.ts +32 -0
- package/dist/form/FormSchemaFields.vue.d.ts +7 -0
- package/dist/form/context.d.ts +33 -0
- package/dist/form/index.d.ts +6 -0
- package/dist/form/index.js +2 -0
- package/dist/form/index.mjs +389 -0
- package/dist/grid/Col.vue.d.ts +101 -0
- package/dist/grid/Row.vue.d.ts +56 -0
- package/dist/grid/index.d.ts +7 -0
- package/dist/grid/index.js +2 -0
- package/dist/grid/index.mjs +182 -0
- package/dist/grid/responsive.d.ts +9 -0
- package/dist/grid/types.d.ts +85 -0
- package/dist/hooks/index.d.ts +3 -0
- package/dist/hooks/index.js +1 -0
- package/dist/hooks/index.mjs +9 -0
- package/dist/hooks/use-form-item.d.ts +13 -0
- package/dist/hooks/use-id.d.ts +5 -0
- package/dist/hooks/useCanvasRenderer.d.ts +10 -0
- package/dist/hooks/useImageLoader.d.ts +20 -0
- package/dist/hooks/useResizeObserver.d.ts +17 -0
- package/dist/icon/Icon.vue.d.ts +20 -0
- package/dist/icon/index.d.ts +5 -0
- package/dist/icon/index.js +2 -0
- package/dist/icon/index.mjs +10 -0
- package/dist/icon/types.d.ts +45 -0
- package/dist/image/Image.vue.d.ts +38 -0
- package/dist/image/index.d.ts +5 -0
- package/dist/image/index.js +2 -0
- package/dist/image/index.mjs +128 -0
- package/dist/image/types.d.ts +10 -0
- package/dist/index.d.ts +59 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +362 -0
- package/dist/input/Input.vue.d.ts +47 -0
- package/dist/input/index.d.ts +5 -0
- package/dist/input/index.js +2 -0
- package/dist/input/index.mjs +10 -0
- package/dist/input/types.d.ts +51 -0
- package/dist/input-number/InputNumber.vue.d.ts +119 -0
- package/dist/input-number/index.d.ts +5 -0
- package/dist/input-number/index.js +2 -0
- package/dist/input-number/index.mjs +312 -0
- package/dist/input-number/types.d.ts +58 -0
- package/dist/layout/Content.vue.d.ts +29 -0
- package/dist/layout/Footer.vue.d.ts +29 -0
- package/dist/layout/Header.vue.d.ts +29 -0
- package/dist/layout/Layout.vue.d.ts +32 -0
- package/dist/layout/Sider.vue.d.ts +59 -0
- package/dist/layout/index.d.ts +13 -0
- package/dist/layout/index.js +2 -0
- package/dist/layout/index.mjs +154 -0
- package/dist/layout/types.d.ts +51 -0
- package/dist/layout-system/responsive.d.ts +4 -0
- package/dist/layout-system/types.d.ts +3 -0
- package/dist/loading/Loading.vue.d.ts +57 -0
- package/dist/loading/LoadingMask.vue.d.ts +8 -0
- package/dist/loading/directive.d.ts +5 -0
- package/dist/loading/index.d.ts +7 -0
- package/dist/loading/index.js +2 -0
- package/dist/loading/index.mjs +275 -0
- package/dist/loading/types.d.ts +23 -0
- package/dist/mentions/Mentions.vue.d.ts +337 -0
- package/dist/mentions/index.d.ts +296 -0
- package/dist/mentions/index.js +5 -0
- package/dist/mentions/index.mjs +357 -0
- package/dist/mentions/types.d.ts +55 -0
- package/dist/menu/Menu.vue.d.ts +120 -0
- package/dist/menu/MenuDivider.vue.d.ts +2 -0
- package/dist/menu/MenuGroup.vue.d.ts +29 -0
- package/dist/menu/MenuItem.vue.d.ts +48 -0
- package/dist/menu/MenuNodeRenderer.vue.d.ts +6 -0
- package/dist/menu/SubMenu.vue.d.ts +57 -0
- package/dist/menu/index.d.ts +13 -0
- package/dist/menu/index.js +2 -0
- package/dist/menu/index.mjs +772 -0
- package/dist/menu/types.d.ts +126 -0
- package/dist/message/MessageHost.vue.d.ts +15 -0
- package/dist/message/MessageItem.vue.d.ts +15 -0
- package/dist/message/index.d.ts +10 -0
- package/dist/message/index.js +2 -0
- package/dist/message/index.mjs +199 -0
- package/dist/message/runtime.d.ts +149 -0
- package/dist/message/types.d.ts +12 -0
- package/dist/notification/NotificationHost.vue.d.ts +15 -0
- package/dist/notification/NotificationItem.vue.d.ts +15 -0
- package/dist/notification/index.d.ts +10 -0
- package/dist/notification/index.js +2 -0
- package/dist/notification/index.mjs +207 -0
- package/dist/notification/runtime.d.ts +155 -0
- package/dist/notification/types.d.ts +12 -0
- package/dist/otp-input/OTPInput.vue.d.ts +84 -0
- package/dist/otp-input/index.d.ts +5 -0
- package/dist/otp-input/index.js +2 -0
- package/dist/otp-input/index.mjs +216 -0
- package/dist/otp-input/types.d.ts +41 -0
- package/dist/pagination/Pagination.vue.d.ts +101 -0
- package/dist/pagination/index.d.ts +102 -0
- package/dist/pagination/index.js +2 -0
- package/dist/pagination/index.mjs +260 -0
- package/dist/pagination/types.d.ts +48 -0
- package/dist/popover/Popover.vue.d.ts +136 -0
- package/dist/popover/index.d.ts +5 -0
- package/dist/popover/index.js +2 -0
- package/dist/popover/index.mjs +13 -0
- package/dist/popover/types.d.ts +49 -0
- package/dist/radio/Radio.vue.d.ts +30 -0
- package/dist/radio/RadioGroup.vue.d.ts +26 -0
- package/dist/radio/constants.d.ts +3 -0
- package/dist/radio/index.d.ts +7 -0
- package/dist/radio/index.js +2 -0
- package/dist/radio/index.mjs +273 -0
- package/dist/radio/types.d.ts +45 -0
- package/dist/rate/Rate.vue.d.ts +139 -0
- package/dist/rate/index.d.ts +140 -0
- package/dist/rate/index.js +3 -0
- package/dist/rate/index.mjs +276 -0
- package/dist/rate/types.d.ts +66 -0
- package/dist/rich-text/RichText.vue.d.ts +25 -0
- package/dist/rich-text/index.d.ts +17 -0
- package/dist/rich-text/index.js +2 -0
- package/dist/rich-text/index.mjs +312 -0
- package/dist/scrollbar/Scrollbar.vue.d.ts +37 -0
- package/dist/scrollbar/index.d.ts +5 -0
- package/dist/scrollbar/index.js +2 -0
- package/dist/scrollbar/index.mjs +10 -0
- package/dist/scrollbar/types.d.ts +17 -0
- package/dist/select/Option.vue.d.ts +45 -0
- package/dist/select/Select.vue.d.ts +136 -0
- package/dist/select/index.d.ts +9 -0
- package/dist/select/index.js +3 -0
- package/dist/select/index.mjs +656 -0
- package/dist/select/types.d.ts +92 -0
- package/dist/slider/Slider.vue.d.ts +123 -0
- package/dist/slider/index.d.ts +5 -0
- package/dist/slider/index.js +2 -0
- package/dist/slider/index.mjs +326 -0
- package/dist/slider/types.d.ts +57 -0
- package/dist/space/Space.vue.d.ts +75 -0
- package/dist/space/index.d.ts +5 -0
- package/dist/space/index.js +2 -0
- package/dist/space/index.mjs +104 -0
- package/dist/space/types.d.ts +34 -0
- package/dist/splitter/Splitter.vue.d.ts +52 -0
- package/dist/splitter/SplitterPane.vue.d.ts +38 -0
- package/dist/splitter/index.d.ts +7 -0
- package/dist/splitter/index.js +2 -0
- package/dist/splitter/index.mjs +252 -0
- package/dist/splitter/types.d.ts +41 -0
- package/dist/splitter/utils.d.ts +6 -0
- package/dist/style/Button.css +1 -0
- package/dist/style/Checkbox.css +1 -0
- package/dist/style/Icon.css +1 -0
- package/dist/style/Input.css +1 -0
- package/dist/style/Popover.css +1 -0
- package/dist/style/Scrollbar.css +1 -0
- package/dist/style/TimePanel.css +1 -0
- package/dist/style/autocomplete.css +1 -0
- package/dist/style/avatar.css +1 -0
- package/dist/style/badge.css +1 -0
- package/dist/style/base.css +1 -0
- package/dist/style/breadcrumb.css +1 -0
- package/dist/style/card.css +1 -0
- package/dist/style/carousel.css +1 -0
- package/dist/style/cascader.css +1 -0
- package/dist/style/collapse.css +1 -0
- package/dist/style/color-picker.css +1 -0
- package/dist/style/context-menu.css +1 -0
- package/dist/style/date-picker.css +1 -0
- package/dist/style/dialog.css +1 -0
- package/dist/style/divider.css +1 -0
- package/dist/style/drawer.css +1 -0
- package/dist/style/empty.css +1 -0
- package/dist/style/form.css +1 -0
- package/dist/style/grid.css +1 -0
- package/dist/style/image.css +1 -0
- package/dist/style/index.css +1 -0
- package/dist/style/input-number.css +1 -0
- package/dist/style/layout.css +1 -0
- package/dist/style/loading.css +1 -0
- package/dist/style/mentions.css +1 -0
- package/dist/style/menu.css +1 -0
- package/dist/style/message.css +1 -0
- package/dist/style/notification.css +1 -0
- package/dist/style/otp-input.css +1 -0
- package/dist/style/pagination.css +1 -0
- package/dist/style/radio.css +1 -0
- package/dist/style/rate.css +1 -0
- package/dist/style/rich-text.css +1 -0
- package/dist/style/select.css +1 -0
- package/dist/style/slider.css +1 -0
- package/dist/style/space.css +1 -0
- package/dist/style/splitter.css +1 -0
- package/dist/style/switch.css +1 -0
- package/dist/style/table.css +1 -0
- package/dist/style/tabs.css +1 -0
- package/dist/style/tag.css +1 -0
- package/dist/style/tooltip.css +1 -0
- package/dist/style/transfer.css +1 -0
- package/dist/style/tree-select.css +1 -0
- package/dist/style/tree.css +1 -0
- package/dist/style/upload.css +1 -0
- package/dist/style/watermark.css +1 -0
- package/dist/switch/Switch.vue.d.ts +95 -0
- package/dist/switch/index.d.ts +5 -0
- package/dist/switch/index.js +2 -0
- package/dist/switch/index.mjs +285 -0
- package/dist/switch/types.d.ts +81 -0
- package/dist/table/Table.vue.d.ts +102 -0
- package/dist/table/index.d.ts +5 -0
- package/dist/table/index.js +2 -0
- package/dist/table/index.mjs +263 -0
- package/dist/table/types.d.ts +64 -0
- package/dist/tabs/TabPane.vue.d.ts +55 -0
- package/dist/tabs/Tabs.vue.d.ts +92 -0
- package/dist/tabs/index.d.ts +7 -0
- package/dist/tabs/index.js +2 -0
- package/dist/tabs/index.mjs +266 -0
- package/dist/tabs/types.d.ts +78 -0
- package/dist/tag/Tag.vue.d.ts +38 -0
- package/dist/tag/index.d.ts +5 -0
- package/dist/tag/index.js +2 -0
- package/dist/tag/index.mjs +123 -0
- package/dist/tag/types.d.ts +83 -0
- package/dist/time-picker/TimePanel.vue.d.ts +19 -0
- package/dist/time-picker/TimePicker.vue.d.ts +15 -0
- package/dist/time-picker/index.d.ts +6 -0
- package/dist/time-picker/index.js +4 -0
- package/dist/time-picker/index.mjs +91 -0
- package/dist/tooltip/Tooltip.vue.d.ts +99 -0
- package/dist/tooltip/index.d.ts +5 -0
- package/dist/tooltip/index.js +2 -0
- package/dist/tooltip/index.mjs +186 -0
- package/dist/tooltip/types.d.ts +37 -0
- package/dist/transfer/Transfer.vue.d.ts +104 -0
- package/dist/transfer/TransferPanel.vue.d.ts +90 -0
- package/dist/transfer/index.d.ts +167 -0
- package/dist/transfer/index.js +7 -0
- package/dist/transfer/index.mjs +343 -0
- package/dist/tree/Tree.vue.d.ts +237 -0
- package/dist/tree/TreeRow.vue.d.ts +24 -0
- package/dist/tree/TreeView.vue.d.ts +24 -0
- package/dist/tree/context.d.ts +3 -0
- package/dist/tree/index.d.ts +431 -0
- package/dist/tree/index.js +2 -0
- package/dist/tree/index.mjs +548 -0
- package/dist/tree/types.d.ts +127 -0
- package/dist/tree/use-tree-foundation.d.ts +37 -0
- package/dist/tree-select/TreeNode.vue.d.ts +7 -0
- package/dist/tree-select/TreeSelect.vue.d.ts +210 -0
- package/dist/tree-select/index.d.ts +7 -0
- package/dist/tree-select/index.js +3 -0
- package/dist/tree-select/index.mjs +799 -0
- package/dist/tree-select/types.d.ts +111 -0
- package/dist/upload/Upload.vue.d.ts +50 -0
- package/dist/upload/index.d.ts +67 -0
- package/dist/upload/index.js +3 -0
- package/dist/upload/index.mjs +271 -0
- package/dist/utils/install.d.ts +3 -0
- package/dist/utils/style.d.ts +1 -0
- package/dist/watermark/Watermark.vue.d.ts +98 -0
- package/dist/watermark/index.d.ts +5 -0
- package/dist/watermark/index.js +2 -0
- package/dist/watermark/index.mjs +183 -0
- package/dist/watermark/types.d.ts +85 -0
- package/package.json +69 -0
- package/src/autocomplete/style/index.css +80 -0
- package/src/avatar/style/index.css +105 -0
- package/src/badge/style/index.css +232 -0
- package/src/base.css +4 -0
- package/src/breadcrumb/style/index.css +75 -0
- package/src/button/style/index.css +242 -0
- package/src/card/style/index.css +60 -0
- package/src/carousel/style/index.css +195 -0
- package/src/cascader/style/index.css +153 -0
- package/src/checkbox/style/index.css +165 -0
- package/src/collapse/style/index.css +166 -0
- package/src/color-picker/style/index.css +132 -0
- package/src/context-menu/style/index.css +21 -0
- package/src/date-picker/style/index.css +372 -0
- package/src/dialog/style/index.css +141 -0
- package/src/divider/style/index.css +112 -0
- package/src/drawer/style/index.css +211 -0
- package/src/dropdown/style/index.css +118 -0
- package/src/empty/style/index.css +87 -0
- package/src/form/style/index.css +148 -0
- package/src/grid/style/index.css +16 -0
- package/src/icon/style/index.css +28 -0
- package/src/image/style/index.css +114 -0
- package/src/input/style/index.css +217 -0
- package/src/input-number/style/index.css +166 -0
- package/src/layout/style/index.css +37 -0
- package/src/loading/style/index.css +58 -0
- package/src/mentions/style/index.css +83 -0
- package/src/menu/style/index.css +300 -0
- package/src/message/style/index.css +109 -0
- package/src/notification/style/index.css +116 -0
- package/src/otp-input/style/index.css +96 -0
- package/src/pagination/style/index.css +96 -0
- package/src/popover/style/index.css +47 -0
- package/src/radio/style/index.css +185 -0
- package/src/rate/style/index.css +89 -0
- package/src/rich-text/style/index.css +154 -0
- package/src/scrollbar/style/index.css +57 -0
- package/src/select/style/index.css +262 -0
- package/src/slider/style/index.css +181 -0
- package/src/space/style/index.css +31 -0
- package/src/splitter/style/index.css +76 -0
- package/src/style.css +1 -0
- package/src/styles/reset.css +29 -0
- package/src/switch/style/index.css +164 -0
- package/src/table/style/index.css +108 -0
- package/src/tabs/style/index.css +270 -0
- package/src/tag/style/index.css +207 -0
- package/src/time-picker/style/index.css +135 -0
- package/src/tooltip/style/index.css +50 -0
- package/src/transfer/style/index.css +181 -0
- package/src/tree/style/index.css +246 -0
- package/src/tree-select/style/index.css +346 -0
- package/src/upload/style/index.css +166 -0
- package/src/watermark/style/index.css +15 -0
- package/style.css +1 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import { LoadingMode, LoadingSize } from '../../../headless/src/index.ts';
|
|
3
|
+
export type { LoadingDirectiveValue, LoadingMode, LoadingSize } from '../../../headless/src/index.ts';
|
|
4
|
+
export { resolveLoadingIndicatorSize } from '../../../headless/src/index.ts';
|
|
5
|
+
export declare const loadingProps: {
|
|
6
|
+
readonly loading: {
|
|
7
|
+
readonly type: BooleanConstructor;
|
|
8
|
+
readonly default: true;
|
|
9
|
+
};
|
|
10
|
+
readonly mode: {
|
|
11
|
+
readonly type: PropType<LoadingMode>;
|
|
12
|
+
readonly default: "inline";
|
|
13
|
+
};
|
|
14
|
+
readonly text: {
|
|
15
|
+
readonly type: StringConstructor;
|
|
16
|
+
readonly default: undefined;
|
|
17
|
+
};
|
|
18
|
+
readonly size: {
|
|
19
|
+
readonly type: PropType<LoadingSize>;
|
|
20
|
+
readonly default: undefined;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export type LoadingProps = ExtractPropTypes<typeof loadingProps>;
|
|
@@ -0,0 +1,337 @@
|
|
|
1
|
+
import { nextTick } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {
|
|
6
|
+
item: any;
|
|
7
|
+
}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {
|
|
10
|
+
inputRef: ({
|
|
11
|
+
$: import('vue').ComponentInternalInstance;
|
|
12
|
+
$data: {};
|
|
13
|
+
$props: {
|
|
14
|
+
readonly modelValue?: string | number | undefined;
|
|
15
|
+
readonly type?: "text" | "password" | "textarea" | "number" | "email" | "tel" | undefined;
|
|
16
|
+
readonly placeholder?: string | undefined;
|
|
17
|
+
readonly disabled?: boolean | undefined;
|
|
18
|
+
readonly readonly?: boolean | undefined;
|
|
19
|
+
readonly clearable?: boolean | undefined;
|
|
20
|
+
readonly showPassword?: boolean | undefined;
|
|
21
|
+
readonly size?: "sm" | "md" | "lg" | undefined;
|
|
22
|
+
readonly maxLength?: number | string | undefined;
|
|
23
|
+
readonly minLength?: number | string | undefined;
|
|
24
|
+
readonly showWordLimit?: boolean | undefined;
|
|
25
|
+
readonly rows?: number | string | undefined;
|
|
26
|
+
readonly autosize?: boolean | {
|
|
27
|
+
minRows?: number;
|
|
28
|
+
maxRows?: number;
|
|
29
|
+
} | undefined;
|
|
30
|
+
readonly prefixIcon?: string | undefined;
|
|
31
|
+
readonly suffixIcon?: string | undefined;
|
|
32
|
+
readonly autofocus?: boolean | undefined;
|
|
33
|
+
readonly autocomplete?: string | undefined;
|
|
34
|
+
readonly name?: string | undefined;
|
|
35
|
+
readonly id?: string | undefined;
|
|
36
|
+
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
37
|
+
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
38
|
+
readonly onChange?: ((value: string) => any) | undefined;
|
|
39
|
+
readonly onInput?: ((value: string) => any) | undefined;
|
|
40
|
+
readonly onClear?: (() => any) | undefined;
|
|
41
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
42
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
43
|
+
$attrs: import('vue').Attrs;
|
|
44
|
+
$refs: {
|
|
45
|
+
[x: string]: unknown;
|
|
46
|
+
} & {
|
|
47
|
+
inputRef: HTMLInputElement;
|
|
48
|
+
};
|
|
49
|
+
$slots: Readonly<{
|
|
50
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
51
|
+
}>;
|
|
52
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
53
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
54
|
+
$host: Element | null;
|
|
55
|
+
$emit: ((event: "focus", event: FocusEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "update:modelValue", value: string) => void);
|
|
56
|
+
$el: any;
|
|
57
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputProps> & Readonly<{
|
|
58
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
59
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
60
|
+
onChange?: ((value: string) => any) | undefined;
|
|
61
|
+
onInput?: ((value: string) => any) | undefined;
|
|
62
|
+
onClear?: (() => any) | undefined;
|
|
63
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
64
|
+
}>, {
|
|
65
|
+
input: import('vue').Ref<HTMLInputElement | HTMLTextAreaElement | null, HTMLInputElement | HTMLTextAreaElement | null>;
|
|
66
|
+
focus: () => void | undefined;
|
|
67
|
+
blur: () => void | undefined;
|
|
68
|
+
select: () => void | undefined;
|
|
69
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
70
|
+
focus: (event: FocusEvent) => any;
|
|
71
|
+
blur: (event: FocusEvent) => any;
|
|
72
|
+
change: (value: string) => any;
|
|
73
|
+
input: (value: string) => any;
|
|
74
|
+
clear: () => any;
|
|
75
|
+
"update:modelValue": (value: string) => any;
|
|
76
|
+
}, string, {
|
|
77
|
+
type: "text" | "password" | "textarea" | "number" | "email" | "tel";
|
|
78
|
+
autocomplete: string;
|
|
79
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
80
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
81
|
+
created?: (() => void) | (() => void)[];
|
|
82
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
83
|
+
mounted?: (() => void) | (() => void)[];
|
|
84
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
85
|
+
updated?: (() => void) | (() => void)[];
|
|
86
|
+
activated?: (() => void) | (() => void)[];
|
|
87
|
+
deactivated?: (() => void) | (() => void)[];
|
|
88
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
89
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
90
|
+
destroyed?: (() => void) | (() => void)[];
|
|
91
|
+
unmounted?: (() => void) | (() => void)[];
|
|
92
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
93
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
94
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
95
|
+
};
|
|
96
|
+
$forceUpdate: () => void;
|
|
97
|
+
$nextTick: typeof nextTick;
|
|
98
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
99
|
+
} & Readonly<{
|
|
100
|
+
type: "text" | "password" | "textarea" | "number" | "email" | "tel";
|
|
101
|
+
autocomplete: string;
|
|
102
|
+
}> & Omit<Readonly<import('..').InputProps> & Readonly<{
|
|
103
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
104
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
105
|
+
onChange?: ((value: string) => any) | undefined;
|
|
106
|
+
onInput?: ((value: string) => any) | undefined;
|
|
107
|
+
onClear?: (() => any) | undefined;
|
|
108
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
109
|
+
}>, "focus" | "blur" | "input" | "select" | ("type" | "autocomplete")> & {
|
|
110
|
+
input: HTMLInputElement | HTMLTextAreaElement | null;
|
|
111
|
+
focus: () => void | undefined;
|
|
112
|
+
blur: () => void | undefined;
|
|
113
|
+
select: () => void | undefined;
|
|
114
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
115
|
+
$slots: {
|
|
116
|
+
prepend?(_: {}): any;
|
|
117
|
+
prefix?(_: {}): any;
|
|
118
|
+
suffix?(_: {}): any;
|
|
119
|
+
append?(_: {}): any;
|
|
120
|
+
};
|
|
121
|
+
}) | null;
|
|
122
|
+
};
|
|
123
|
+
rootEl: HTMLDivElement;
|
|
124
|
+
};
|
|
125
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
126
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
127
|
+
readonly modelValue: {
|
|
128
|
+
readonly type: StringConstructor;
|
|
129
|
+
readonly default: "";
|
|
130
|
+
};
|
|
131
|
+
readonly type: {
|
|
132
|
+
readonly type: import('vue').PropType<"text" | "textarea">;
|
|
133
|
+
readonly default: "textarea";
|
|
134
|
+
};
|
|
135
|
+
readonly prefix: {
|
|
136
|
+
readonly type: import('vue').PropType<string | string[]>;
|
|
137
|
+
readonly default: "@";
|
|
138
|
+
};
|
|
139
|
+
readonly split: {
|
|
140
|
+
readonly type: StringConstructor;
|
|
141
|
+
readonly default: " ";
|
|
142
|
+
};
|
|
143
|
+
readonly placeholder: StringConstructor;
|
|
144
|
+
readonly disabled: BooleanConstructor;
|
|
145
|
+
readonly size: {
|
|
146
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
147
|
+
readonly default: "md";
|
|
148
|
+
};
|
|
149
|
+
readonly fetchSuggestions: {
|
|
150
|
+
readonly type: import('vue').PropType<(prefix: string, keyword: string, cb: (data: any[]) => void) => void>;
|
|
151
|
+
readonly required: true;
|
|
152
|
+
};
|
|
153
|
+
readonly valueKey: {
|
|
154
|
+
readonly type: StringConstructor;
|
|
155
|
+
readonly default: "value";
|
|
156
|
+
};
|
|
157
|
+
readonly rows: {
|
|
158
|
+
readonly type: import('vue').PropType<number | string>;
|
|
159
|
+
readonly default: 3;
|
|
160
|
+
};
|
|
161
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
162
|
+
focus: (_e: FocusEvent) => void;
|
|
163
|
+
blur: (_e: FocusEvent) => void;
|
|
164
|
+
select: (_item: any, _prefix: string) => void;
|
|
165
|
+
search: (_prefix: string, _keyword: string) => void;
|
|
166
|
+
"update:modelValue": (_val: string) => void;
|
|
167
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
168
|
+
readonly modelValue: {
|
|
169
|
+
readonly type: StringConstructor;
|
|
170
|
+
readonly default: "";
|
|
171
|
+
};
|
|
172
|
+
readonly type: {
|
|
173
|
+
readonly type: import('vue').PropType<"text" | "textarea">;
|
|
174
|
+
readonly default: "textarea";
|
|
175
|
+
};
|
|
176
|
+
readonly prefix: {
|
|
177
|
+
readonly type: import('vue').PropType<string | string[]>;
|
|
178
|
+
readonly default: "@";
|
|
179
|
+
};
|
|
180
|
+
readonly split: {
|
|
181
|
+
readonly type: StringConstructor;
|
|
182
|
+
readonly default: " ";
|
|
183
|
+
};
|
|
184
|
+
readonly placeholder: StringConstructor;
|
|
185
|
+
readonly disabled: BooleanConstructor;
|
|
186
|
+
readonly size: {
|
|
187
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
188
|
+
readonly default: "md";
|
|
189
|
+
};
|
|
190
|
+
readonly fetchSuggestions: {
|
|
191
|
+
readonly type: import('vue').PropType<(prefix: string, keyword: string, cb: (data: any[]) => void) => void>;
|
|
192
|
+
readonly required: true;
|
|
193
|
+
};
|
|
194
|
+
readonly valueKey: {
|
|
195
|
+
readonly type: StringConstructor;
|
|
196
|
+
readonly default: "value";
|
|
197
|
+
};
|
|
198
|
+
readonly rows: {
|
|
199
|
+
readonly type: import('vue').PropType<number | string>;
|
|
200
|
+
readonly default: 3;
|
|
201
|
+
};
|
|
202
|
+
}>> & Readonly<{
|
|
203
|
+
onFocus?: ((_e: FocusEvent) => any) | undefined;
|
|
204
|
+
onBlur?: ((_e: FocusEvent) => any) | undefined;
|
|
205
|
+
onSelect?: ((_item: any, _prefix: string) => any) | undefined;
|
|
206
|
+
onSearch?: ((_prefix: string, _keyword: string) => any) | undefined;
|
|
207
|
+
"onUpdate:modelValue"?: ((_val: string) => any) | undefined;
|
|
208
|
+
}>, {
|
|
209
|
+
readonly size: "sm" | "md" | "lg";
|
|
210
|
+
readonly disabled: boolean;
|
|
211
|
+
readonly prefix: string | string[];
|
|
212
|
+
readonly type: "text" | "textarea";
|
|
213
|
+
readonly modelValue: string;
|
|
214
|
+
readonly split: string;
|
|
215
|
+
readonly rows: string | number;
|
|
216
|
+
readonly valueKey: string;
|
|
217
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
218
|
+
inputRef: ({
|
|
219
|
+
$: import('vue').ComponentInternalInstance;
|
|
220
|
+
$data: {};
|
|
221
|
+
$props: {
|
|
222
|
+
readonly modelValue?: string | number | undefined;
|
|
223
|
+
readonly type?: "text" | "password" | "textarea" | "number" | "email" | "tel" | undefined;
|
|
224
|
+
readonly placeholder?: string | undefined;
|
|
225
|
+
readonly disabled?: boolean | undefined;
|
|
226
|
+
readonly readonly?: boolean | undefined;
|
|
227
|
+
readonly clearable?: boolean | undefined;
|
|
228
|
+
readonly showPassword?: boolean | undefined;
|
|
229
|
+
readonly size?: "sm" | "md" | "lg" | undefined;
|
|
230
|
+
readonly maxLength?: number | string | undefined;
|
|
231
|
+
readonly minLength?: number | string | undefined;
|
|
232
|
+
readonly showWordLimit?: boolean | undefined;
|
|
233
|
+
readonly rows?: number | string | undefined;
|
|
234
|
+
readonly autosize?: boolean | {
|
|
235
|
+
minRows?: number;
|
|
236
|
+
maxRows?: number;
|
|
237
|
+
} | undefined;
|
|
238
|
+
readonly prefixIcon?: string | undefined;
|
|
239
|
+
readonly suffixIcon?: string | undefined;
|
|
240
|
+
readonly autofocus?: boolean | undefined;
|
|
241
|
+
readonly autocomplete?: string | undefined;
|
|
242
|
+
readonly name?: string | undefined;
|
|
243
|
+
readonly id?: string | undefined;
|
|
244
|
+
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
245
|
+
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
246
|
+
readonly onChange?: ((value: string) => any) | undefined;
|
|
247
|
+
readonly onInput?: ((value: string) => any) | undefined;
|
|
248
|
+
readonly onClear?: (() => any) | undefined;
|
|
249
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
250
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
251
|
+
$attrs: import('vue').Attrs;
|
|
252
|
+
$refs: {
|
|
253
|
+
[x: string]: unknown;
|
|
254
|
+
} & {
|
|
255
|
+
inputRef: HTMLInputElement;
|
|
256
|
+
};
|
|
257
|
+
$slots: Readonly<{
|
|
258
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
259
|
+
}>;
|
|
260
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
261
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
262
|
+
$host: Element | null;
|
|
263
|
+
$emit: ((event: "focus", event: FocusEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "update:modelValue", value: string) => void);
|
|
264
|
+
$el: any;
|
|
265
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputProps> & Readonly<{
|
|
266
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
267
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
268
|
+
onChange?: ((value: string) => any) | undefined;
|
|
269
|
+
onInput?: ((value: string) => any) | undefined;
|
|
270
|
+
onClear?: (() => any) | undefined;
|
|
271
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
272
|
+
}>, {
|
|
273
|
+
input: import('vue').Ref<HTMLInputElement | HTMLTextAreaElement | null, HTMLInputElement | HTMLTextAreaElement | null>;
|
|
274
|
+
focus: () => void | undefined;
|
|
275
|
+
blur: () => void | undefined;
|
|
276
|
+
select: () => void | undefined;
|
|
277
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
278
|
+
focus: (event: FocusEvent) => any;
|
|
279
|
+
blur: (event: FocusEvent) => any;
|
|
280
|
+
change: (value: string) => any;
|
|
281
|
+
input: (value: string) => any;
|
|
282
|
+
clear: () => any;
|
|
283
|
+
"update:modelValue": (value: string) => any;
|
|
284
|
+
}, string, {
|
|
285
|
+
type: "text" | "password" | "textarea" | "number" | "email" | "tel";
|
|
286
|
+
autocomplete: string;
|
|
287
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
288
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
289
|
+
created?: (() => void) | (() => void)[];
|
|
290
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
291
|
+
mounted?: (() => void) | (() => void)[];
|
|
292
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
293
|
+
updated?: (() => void) | (() => void)[];
|
|
294
|
+
activated?: (() => void) | (() => void)[];
|
|
295
|
+
deactivated?: (() => void) | (() => void)[];
|
|
296
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
297
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
298
|
+
destroyed?: (() => void) | (() => void)[];
|
|
299
|
+
unmounted?: (() => void) | (() => void)[];
|
|
300
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
301
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
302
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
303
|
+
};
|
|
304
|
+
$forceUpdate: () => void;
|
|
305
|
+
$nextTick: typeof nextTick;
|
|
306
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
307
|
+
} & Readonly<{
|
|
308
|
+
type: "text" | "password" | "textarea" | "number" | "email" | "tel";
|
|
309
|
+
autocomplete: string;
|
|
310
|
+
}> & Omit<Readonly<import('..').InputProps> & Readonly<{
|
|
311
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
312
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
313
|
+
onChange?: ((value: string) => any) | undefined;
|
|
314
|
+
onInput?: ((value: string) => any) | undefined;
|
|
315
|
+
onClear?: (() => any) | undefined;
|
|
316
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
317
|
+
}>, "focus" | "blur" | "input" | "select" | ("type" | "autocomplete")> & {
|
|
318
|
+
input: HTMLInputElement | HTMLTextAreaElement | null;
|
|
319
|
+
focus: () => void | undefined;
|
|
320
|
+
blur: () => void | undefined;
|
|
321
|
+
select: () => void | undefined;
|
|
322
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
323
|
+
$slots: {
|
|
324
|
+
prepend?(_: {}): any;
|
|
325
|
+
prefix?(_: {}): any;
|
|
326
|
+
suffix?(_: {}): any;
|
|
327
|
+
append?(_: {}): any;
|
|
328
|
+
};
|
|
329
|
+
}) | null;
|
|
330
|
+
}, HTMLDivElement>;
|
|
331
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
332
|
+
export default _default;
|
|
333
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
334
|
+
new (): {
|
|
335
|
+
$slots: S;
|
|
336
|
+
};
|
|
337
|
+
};
|
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
export declare const LMentions: import('../utils/install').SFCWithInstall<{
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
+
readonly modelValue: {
|
|
4
|
+
readonly type: StringConstructor;
|
|
5
|
+
readonly default: "";
|
|
6
|
+
};
|
|
7
|
+
readonly type: {
|
|
8
|
+
readonly type: import('vue').PropType<"text" | "textarea">;
|
|
9
|
+
readonly default: "textarea";
|
|
10
|
+
};
|
|
11
|
+
readonly prefix: {
|
|
12
|
+
readonly type: import('vue').PropType<string | string[]>;
|
|
13
|
+
readonly default: "@";
|
|
14
|
+
};
|
|
15
|
+
readonly split: {
|
|
16
|
+
readonly type: StringConstructor;
|
|
17
|
+
readonly default: " ";
|
|
18
|
+
};
|
|
19
|
+
readonly placeholder: StringConstructor;
|
|
20
|
+
readonly disabled: BooleanConstructor;
|
|
21
|
+
readonly size: {
|
|
22
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
23
|
+
readonly default: "md";
|
|
24
|
+
};
|
|
25
|
+
readonly fetchSuggestions: {
|
|
26
|
+
readonly type: import('vue').PropType<(prefix: string, keyword: string, cb: (data: any[]) => void) => void>;
|
|
27
|
+
readonly required: true;
|
|
28
|
+
};
|
|
29
|
+
readonly valueKey: {
|
|
30
|
+
readonly type: StringConstructor;
|
|
31
|
+
readonly default: "value";
|
|
32
|
+
};
|
|
33
|
+
readonly rows: {
|
|
34
|
+
readonly type: import('vue').PropType<number | string>;
|
|
35
|
+
readonly default: 3;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{
|
|
38
|
+
onFocus?: ((_e: FocusEvent) => any) | undefined;
|
|
39
|
+
onBlur?: ((_e: FocusEvent) => any) | undefined;
|
|
40
|
+
onSelect?: ((_item: any, _prefix: string) => any) | undefined;
|
|
41
|
+
onSearch?: ((_prefix: string, _keyword: string) => any) | undefined;
|
|
42
|
+
"onUpdate:modelValue"?: ((_val: string) => any) | undefined;
|
|
43
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
|
+
focus: (_e: FocusEvent) => void;
|
|
45
|
+
blur: (_e: FocusEvent) => void;
|
|
46
|
+
select: (_item: any, _prefix: string) => void;
|
|
47
|
+
search: (_prefix: string, _keyword: string) => void;
|
|
48
|
+
"update:modelValue": (_val: string) => void;
|
|
49
|
+
}, import('vue').PublicProps, {
|
|
50
|
+
readonly size: "sm" | "md" | "lg";
|
|
51
|
+
readonly disabled: boolean;
|
|
52
|
+
readonly prefix: string | string[];
|
|
53
|
+
readonly type: "text" | "textarea";
|
|
54
|
+
readonly modelValue: string;
|
|
55
|
+
readonly split: string;
|
|
56
|
+
readonly rows: string | number;
|
|
57
|
+
readonly valueKey: string;
|
|
58
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
59
|
+
inputRef: ({
|
|
60
|
+
$: import('vue').ComponentInternalInstance;
|
|
61
|
+
$data: {};
|
|
62
|
+
$props: {
|
|
63
|
+
readonly modelValue?: string | number | undefined;
|
|
64
|
+
readonly type?: "text" | "password" | "textarea" | "number" | "email" | "tel" | undefined;
|
|
65
|
+
readonly placeholder?: string | undefined;
|
|
66
|
+
readonly disabled?: boolean | undefined;
|
|
67
|
+
readonly readonly?: boolean | undefined;
|
|
68
|
+
readonly clearable?: boolean | undefined;
|
|
69
|
+
readonly showPassword?: boolean | undefined;
|
|
70
|
+
readonly size?: "sm" | "md" | "lg" | undefined;
|
|
71
|
+
readonly maxLength?: number | string | undefined;
|
|
72
|
+
readonly minLength?: number | string | undefined;
|
|
73
|
+
readonly showWordLimit?: boolean | undefined;
|
|
74
|
+
readonly rows?: number | string | undefined;
|
|
75
|
+
readonly autosize?: boolean | {
|
|
76
|
+
minRows?: number;
|
|
77
|
+
maxRows?: number;
|
|
78
|
+
} | undefined;
|
|
79
|
+
readonly prefixIcon?: string | undefined;
|
|
80
|
+
readonly suffixIcon?: string | undefined;
|
|
81
|
+
readonly autofocus?: boolean | undefined;
|
|
82
|
+
readonly autocomplete?: string | undefined;
|
|
83
|
+
readonly name?: string | undefined;
|
|
84
|
+
readonly id?: string | undefined;
|
|
85
|
+
readonly onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
86
|
+
readonly onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
87
|
+
readonly onChange?: ((value: string) => any) | undefined;
|
|
88
|
+
readonly onInput?: ((value: string) => any) | undefined;
|
|
89
|
+
readonly onClear?: (() => any) | undefined;
|
|
90
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
91
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
92
|
+
$attrs: import('vue').Attrs;
|
|
93
|
+
$refs: {
|
|
94
|
+
[x: string]: unknown;
|
|
95
|
+
} & {
|
|
96
|
+
inputRef: HTMLInputElement;
|
|
97
|
+
};
|
|
98
|
+
$slots: Readonly<{
|
|
99
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
100
|
+
}>;
|
|
101
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
102
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
103
|
+
$host: Element | null;
|
|
104
|
+
$emit: ((event: "focus", event: FocusEvent) => void) & ((event: "blur", event: FocusEvent) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "update:modelValue", value: string) => void);
|
|
105
|
+
$el: any;
|
|
106
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('..').InputProps> & Readonly<{
|
|
107
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
108
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
109
|
+
onChange?: ((value: string) => any) | undefined;
|
|
110
|
+
onInput?: ((value: string) => any) | undefined;
|
|
111
|
+
onClear?: (() => any) | undefined;
|
|
112
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
113
|
+
}>, {
|
|
114
|
+
input: import('vue').Ref<HTMLInputElement | HTMLTextAreaElement | null, HTMLInputElement | HTMLTextAreaElement | null>;
|
|
115
|
+
focus: () => void | undefined;
|
|
116
|
+
blur: () => void | undefined;
|
|
117
|
+
select: () => void | undefined;
|
|
118
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
119
|
+
focus: (event: FocusEvent) => any;
|
|
120
|
+
blur: (event: FocusEvent) => any;
|
|
121
|
+
change: (value: string) => any;
|
|
122
|
+
input: (value: string) => any;
|
|
123
|
+
clear: () => any;
|
|
124
|
+
"update:modelValue": (value: string) => any;
|
|
125
|
+
}, string, {
|
|
126
|
+
type: "text" | "password" | "textarea" | "number" | "email" | "tel";
|
|
127
|
+
autocomplete: string;
|
|
128
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
129
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
130
|
+
created?: (() => void) | (() => void)[];
|
|
131
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
132
|
+
mounted?: (() => void) | (() => void)[];
|
|
133
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
134
|
+
updated?: (() => void) | (() => void)[];
|
|
135
|
+
activated?: (() => void) | (() => void)[];
|
|
136
|
+
deactivated?: (() => void) | (() => void)[];
|
|
137
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
138
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
139
|
+
destroyed?: (() => void) | (() => void)[];
|
|
140
|
+
unmounted?: (() => void) | (() => void)[];
|
|
141
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
142
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
143
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
144
|
+
};
|
|
145
|
+
$forceUpdate: () => void;
|
|
146
|
+
$nextTick: typeof import('vue').nextTick;
|
|
147
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
148
|
+
} & Readonly<{
|
|
149
|
+
type: "text" | "password" | "textarea" | "number" | "email" | "tel";
|
|
150
|
+
autocomplete: string;
|
|
151
|
+
}> & Omit<Readonly<import('..').InputProps> & Readonly<{
|
|
152
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
153
|
+
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
154
|
+
onChange?: ((value: string) => any) | undefined;
|
|
155
|
+
onInput?: ((value: string) => any) | undefined;
|
|
156
|
+
onClear?: (() => any) | undefined;
|
|
157
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
158
|
+
}>, "focus" | "blur" | "input" | "select" | ("type" | "autocomplete")> & {
|
|
159
|
+
input: HTMLInputElement | HTMLTextAreaElement | null;
|
|
160
|
+
focus: () => void | undefined;
|
|
161
|
+
blur: () => void | undefined;
|
|
162
|
+
select: () => void | undefined;
|
|
163
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
164
|
+
$slots: {
|
|
165
|
+
prepend?(_: {}): any;
|
|
166
|
+
prefix?(_: {}): any;
|
|
167
|
+
suffix?(_: {}): any;
|
|
168
|
+
append?(_: {}): any;
|
|
169
|
+
};
|
|
170
|
+
}) | null;
|
|
171
|
+
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
172
|
+
P: {};
|
|
173
|
+
B: {};
|
|
174
|
+
D: {};
|
|
175
|
+
C: {};
|
|
176
|
+
M: {};
|
|
177
|
+
Defaults: {};
|
|
178
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
179
|
+
readonly modelValue: {
|
|
180
|
+
readonly type: StringConstructor;
|
|
181
|
+
readonly default: "";
|
|
182
|
+
};
|
|
183
|
+
readonly type: {
|
|
184
|
+
readonly type: import('vue').PropType<"text" | "textarea">;
|
|
185
|
+
readonly default: "textarea";
|
|
186
|
+
};
|
|
187
|
+
readonly prefix: {
|
|
188
|
+
readonly type: import('vue').PropType<string | string[]>;
|
|
189
|
+
readonly default: "@";
|
|
190
|
+
};
|
|
191
|
+
readonly split: {
|
|
192
|
+
readonly type: StringConstructor;
|
|
193
|
+
readonly default: " ";
|
|
194
|
+
};
|
|
195
|
+
readonly placeholder: StringConstructor;
|
|
196
|
+
readonly disabled: BooleanConstructor;
|
|
197
|
+
readonly size: {
|
|
198
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
199
|
+
readonly default: "md";
|
|
200
|
+
};
|
|
201
|
+
readonly fetchSuggestions: {
|
|
202
|
+
readonly type: import('vue').PropType<(prefix: string, keyword: string, cb: (data: any[]) => void) => void>;
|
|
203
|
+
readonly required: true;
|
|
204
|
+
};
|
|
205
|
+
readonly valueKey: {
|
|
206
|
+
readonly type: StringConstructor;
|
|
207
|
+
readonly default: "value";
|
|
208
|
+
};
|
|
209
|
+
readonly rows: {
|
|
210
|
+
readonly type: import('vue').PropType<number | string>;
|
|
211
|
+
readonly default: 3;
|
|
212
|
+
};
|
|
213
|
+
}>> & Readonly<{
|
|
214
|
+
onFocus?: ((_e: FocusEvent) => any) | undefined;
|
|
215
|
+
onBlur?: ((_e: FocusEvent) => any) | undefined;
|
|
216
|
+
onSelect?: ((_item: any, _prefix: string) => any) | undefined;
|
|
217
|
+
onSearch?: ((_prefix: string, _keyword: string) => any) | undefined;
|
|
218
|
+
"onUpdate:modelValue"?: ((_val: string) => any) | undefined;
|
|
219
|
+
}>, {}, {}, {}, {}, {
|
|
220
|
+
readonly size: "sm" | "md" | "lg";
|
|
221
|
+
readonly disabled: boolean;
|
|
222
|
+
readonly prefix: string | string[];
|
|
223
|
+
readonly type: "text" | "textarea";
|
|
224
|
+
readonly modelValue: string;
|
|
225
|
+
readonly split: string;
|
|
226
|
+
readonly rows: string | number;
|
|
227
|
+
readonly valueKey: string;
|
|
228
|
+
}>;
|
|
229
|
+
__isFragment?: never;
|
|
230
|
+
__isTeleport?: never;
|
|
231
|
+
__isSuspense?: never;
|
|
232
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
233
|
+
readonly modelValue: {
|
|
234
|
+
readonly type: StringConstructor;
|
|
235
|
+
readonly default: "";
|
|
236
|
+
};
|
|
237
|
+
readonly type: {
|
|
238
|
+
readonly type: import('vue').PropType<"text" | "textarea">;
|
|
239
|
+
readonly default: "textarea";
|
|
240
|
+
};
|
|
241
|
+
readonly prefix: {
|
|
242
|
+
readonly type: import('vue').PropType<string | string[]>;
|
|
243
|
+
readonly default: "@";
|
|
244
|
+
};
|
|
245
|
+
readonly split: {
|
|
246
|
+
readonly type: StringConstructor;
|
|
247
|
+
readonly default: " ";
|
|
248
|
+
};
|
|
249
|
+
readonly placeholder: StringConstructor;
|
|
250
|
+
readonly disabled: BooleanConstructor;
|
|
251
|
+
readonly size: {
|
|
252
|
+
readonly type: import('vue').PropType<"sm" | "md" | "lg">;
|
|
253
|
+
readonly default: "md";
|
|
254
|
+
};
|
|
255
|
+
readonly fetchSuggestions: {
|
|
256
|
+
readonly type: import('vue').PropType<(prefix: string, keyword: string, cb: (data: any[]) => void) => void>;
|
|
257
|
+
readonly required: true;
|
|
258
|
+
};
|
|
259
|
+
readonly valueKey: {
|
|
260
|
+
readonly type: StringConstructor;
|
|
261
|
+
readonly default: "value";
|
|
262
|
+
};
|
|
263
|
+
readonly rows: {
|
|
264
|
+
readonly type: import('vue').PropType<number | string>;
|
|
265
|
+
readonly default: 3;
|
|
266
|
+
};
|
|
267
|
+
}>> & Readonly<{
|
|
268
|
+
onFocus?: ((_e: FocusEvent) => any) | undefined;
|
|
269
|
+
onBlur?: ((_e: FocusEvent) => any) | undefined;
|
|
270
|
+
onSelect?: ((_item: any, _prefix: string) => any) | undefined;
|
|
271
|
+
onSearch?: ((_prefix: string, _keyword: string) => any) | undefined;
|
|
272
|
+
"onUpdate:modelValue"?: ((_val: string) => any) | undefined;
|
|
273
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
274
|
+
focus: (_e: FocusEvent) => void;
|
|
275
|
+
blur: (_e: FocusEvent) => void;
|
|
276
|
+
select: (_item: any, _prefix: string) => void;
|
|
277
|
+
search: (_prefix: string, _keyword: string) => void;
|
|
278
|
+
"update:modelValue": (_val: string) => void;
|
|
279
|
+
}, string, {
|
|
280
|
+
readonly size: "sm" | "md" | "lg";
|
|
281
|
+
readonly disabled: boolean;
|
|
282
|
+
readonly prefix: string | string[];
|
|
283
|
+
readonly type: "text" | "textarea";
|
|
284
|
+
readonly modelValue: string;
|
|
285
|
+
readonly split: string;
|
|
286
|
+
readonly rows: string | number;
|
|
287
|
+
readonly valueKey: string;
|
|
288
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
289
|
+
$slots: {
|
|
290
|
+
default?(_: {
|
|
291
|
+
item: any;
|
|
292
|
+
}): any;
|
|
293
|
+
};
|
|
294
|
+
})>;
|
|
295
|
+
export default LMentions;
|
|
296
|
+
export * from './types';
|